Skip to content

Commit 7cfa9fc

Browse files
committed
feat: update generated client
1 parent f47119d commit 7cfa9fc

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

packages/mittwald/spec/openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

packages/mittwald/src/generated/v2/types.ts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5804,6 +5804,7 @@ export declare module MittwaldAPIV2 {
58045804
}
58055805

58065806
export interface ContractTariffChange {
5807+
isForced?: boolean;
58075808
newArticles: MittwaldAPIV2.Components.Schemas.ContractArticle[];
58085809
scheduledAtDate: string;
58095810
scheduledByUserId?: string;
@@ -9769,6 +9770,26 @@ export declare module MittwaldAPIV2 {
97699770
| "storageAsc"
97709771
| "storageDesc";
97719772

9773+
export interface OrderInternalServerOrder {
9774+
articleId: string;
9775+
customerId: string;
9776+
description: string;
9777+
diskspaceInGiB: number;
9778+
promotionCode?: string;
9779+
recommendationCode?: string;
9780+
useFreeTrial?: boolean;
9781+
}
9782+
9783+
export interface OrderInternalProjectHostingOrder {
9784+
articleId: string;
9785+
customerId: string;
9786+
description: string;
9787+
diskspaceInGiB: number;
9788+
promotionCode?: string;
9789+
recommendationCode?: string;
9790+
useFreeTrial?: boolean;
9791+
}
9792+
97729793
export interface CommonsAddress {
97739794
street: string;
97749795
houseNumber: string;
@@ -18788,6 +18809,7 @@ export declare module MittwaldAPIV2 {
1878818809
export type Query = {
1878918810
limit?: number;
1879018811
skip?: number;
18812+
searchTerm?: string;
1879118813
};
1879218814
}
1879318815
namespace Responses {
@@ -19889,6 +19911,7 @@ export declare module MittwaldAPIV2 {
1988919911
skip?: number;
1989019912
hasExpiry?: boolean;
1989119913
role?: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
19914+
searchTerm?: string;
1989219915
};
1989319916
}
1989419917
namespace Responses {
@@ -31757,6 +31780,7 @@ export declare module MittwaldAPIV2 {
3175731780
export type Query = {
3175831781
limit?: number;
3175931782
skip?: number;
31783+
searchTerm?: string;
3176031784
};
3176131785
}
3176231786
namespace Responses {
@@ -33064,6 +33088,7 @@ export declare module MittwaldAPIV2 {
3306433088
isInherited?: boolean;
3306533089
role?: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
3306633090
hasMfa?: boolean;
33091+
searchTerm?: string;
3306733092
};
3306833093
}
3306933094
namespace Responses {

0 commit comments

Comments
 (0)