@mittwald/api-client 4.454.0 → 4.456.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -509,6 +509,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
509
509
  removeAvatar: this.requestFunctionFactory(descriptors.customerRemoveAvatar),
510
510
  /** Resend the mail for a CustomerInvite. */
511
511
  resendCustomerInviteMail: this.requestFunctionFactory(descriptors.customerResendCustomerInviteMail),
512
+ /** Set how the customer became aware of mittwald. */
513
+ setCustomerReferralSource: this.requestFunctionFactory(descriptors.customerSetCustomerReferralSource),
512
514
  };
513
515
  /** The database API allows you to manage your databases, like MySQL and Redis databases. */
514
516
  database = {
@@ -2854,3 +2854,9 @@ export const appGetAppinstallationErrorAnalysis = {
2854
2854
  method: "GET",
2855
2855
  operationId: "app-get-appinstallation-error-analysis",
2856
2856
  };
2857
+ /** Set how the customer became aware of mittwald. */
2858
+ export const customerSetCustomerReferralSource = {
2859
+ path: "/v2/customers/{customerId}/referral-source",
2860
+ method: "PUT",
2861
+ operationId: "customer-set-customer-referral-source",
2862
+ };
@@ -509,6 +509,8 @@ export class MittwaldAPIV3NextClient extends ApiClientBase {
509
509
  removeAvatar: this.requestFunctionFactory(descriptors.customerRemoveAvatar),
510
510
  /** Resend the mail for a CustomerInvite. */
511
511
  resendCustomerInviteMail: this.requestFunctionFactory(descriptors.customerResendCustomerInviteMail),
512
+ /** Set how the customer became aware of mittwald. */
513
+ setCustomerReferralSource: this.requestFunctionFactory(descriptors.customerSetCustomerReferralSource),
512
514
  };
513
515
  /** The database API allows you to manage your databases, like MySQL and Redis databases. */
514
516
  database = {
@@ -2854,3 +2854,9 @@ export const appGetAppinstallationErrorAnalysis = {
2854
2854
  method: "GET",
2855
2855
  operationId: "app-get-appinstallation-error-analysis",
2856
2856
  };
2857
+ /** Set how the customer became aware of mittwald. */
2858
+ export const customerSetCustomerReferralSource = {
2859
+ path: "/v3-next/customers/{customerId}/referral-source",
2860
+ method: "PUT",
2861
+ operationId: "customer-set-customer-referral-source",
2862
+ };
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.453.0';
1
+ export const MittwaldAPIClientVersion = '4.455.0';
@@ -10,6 +10,9 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV2Client) => {
10
10
  queryParameters?: {
11
11
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
12
12
  planId?: string | undefined;
13
+ limit?: number | undefined;
14
+ skip?: number | undefined;
15
+ page?: number | undefined;
13
16
  } | undefined;
14
17
  }) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingKey[]>;
15
18
  /** Get a key of a customer. */
@@ -55,6 +58,9 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV2Client) => {
55
58
  queryParameters?: {
56
59
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
57
60
  planId?: string | undefined;
61
+ limit?: number | undefined;
62
+ skip?: number | undefined;
63
+ page?: number | undefined;
58
64
  } | undefined;
59
65
  }) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingKey[]>;
60
66
  /** Get a key of a project. */
@@ -122,6 +128,9 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV2Client) => {
122
128
  queryParameters?: {
123
129
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
124
130
  topUsageCount?: number | undefined;
131
+ limit?: number | undefined;
132
+ skip?: number | undefined;
133
+ page?: number | undefined;
125
134
  } | undefined;
126
135
  }) => import("@mittwald/react-use-promise").AsyncResource<{
127
136
  modelTermsApprovalRequired: boolean;
@@ -148,6 +157,12 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV2Client) => {
148
157
  headers?: {
149
158
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
150
159
  } | undefined;
160
+ queryParameters?: {
161
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
162
+ limit?: number | undefined;
163
+ skip?: number | undefined;
164
+ page?: number | undefined;
165
+ } | undefined;
151
166
  }) => import("@mittwald/react-use-promise").AsyncResource<{
152
167
  modelTermsApprovalRequired: boolean;
153
168
  plans: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingProjectPlan[];
@@ -50,6 +50,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
50
50
  queryParameters?: {
51
51
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
52
52
  planId?: string | undefined;
53
+ limit?: number | undefined;
54
+ skip?: number | undefined;
55
+ page?: number | undefined;
53
56
  } | undefined;
54
57
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
55
58
  headers?: Partial<{
@@ -62,6 +65,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
62
65
  } & {
63
66
  queryParameters: {
64
67
  planId?: string | undefined;
68
+ limit?: number | undefined;
69
+ skip?: number | undefined;
70
+ page?: number | undefined;
65
71
  } & Partial<{
66
72
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
67
73
  }>;
@@ -84,6 +90,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
84
90
  } & {
85
91
  queryParameters: {
86
92
  planId?: string | undefined;
93
+ limit?: number | undefined;
94
+ skip?: number | undefined;
95
+ page?: number | undefined;
87
96
  } & Partial<{
88
97
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
89
98
  }>;
@@ -478,6 +487,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
478
487
  queryParameters?: {
479
488
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
480
489
  planId?: string | undefined;
490
+ limit?: number | undefined;
491
+ skip?: number | undefined;
492
+ page?: number | undefined;
481
493
  } | undefined;
482
494
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
483
495
  headers?: Partial<{
@@ -490,6 +502,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
490
502
  } & {
491
503
  queryParameters: {
492
504
  planId?: string | undefined;
505
+ limit?: number | undefined;
506
+ skip?: number | undefined;
507
+ page?: number | undefined;
493
508
  } & Partial<{
494
509
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
495
510
  }>;
@@ -512,6 +527,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
512
527
  } & {
513
528
  queryParameters: {
514
529
  planId?: string | undefined;
530
+ limit?: number | undefined;
531
+ skip?: number | undefined;
532
+ page?: number | undefined;
515
533
  } & Partial<{
516
534
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
517
535
  }>;
@@ -1076,6 +1094,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1076
1094
  queryParameters?: {
1077
1095
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1078
1096
  topUsageCount?: number | undefined;
1097
+ limit?: number | undefined;
1098
+ skip?: number | undefined;
1099
+ page?: number | undefined;
1079
1100
  } | undefined;
1080
1101
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
1081
1102
  headers?: Partial<{
@@ -1088,6 +1109,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1088
1109
  } & {
1089
1110
  queryParameters: {
1090
1111
  topUsageCount?: number | undefined;
1112
+ limit?: number | undefined;
1113
+ skip?: number | undefined;
1114
+ page?: number | undefined;
1091
1115
  } & Partial<{
1092
1116
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1093
1117
  }>;
@@ -1113,6 +1137,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1113
1137
  } & {
1114
1138
  queryParameters: {
1115
1139
  topUsageCount?: number | undefined;
1140
+ limit?: number | undefined;
1141
+ skip?: number | undefined;
1142
+ page?: number | undefined;
1116
1143
  } & Partial<{
1117
1144
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1118
1145
  }>;
@@ -1229,6 +1256,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1229
1256
  headers?: {
1230
1257
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1231
1258
  } | undefined;
1259
+ queryParameters?: {
1260
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1261
+ limit?: number | undefined;
1262
+ skip?: number | undefined;
1263
+ page?: number | undefined;
1264
+ } | undefined;
1232
1265
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
1233
1266
  headers?: Partial<{
1234
1267
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -1237,6 +1270,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1237
1270
  pathParameters: {
1238
1271
  projectId: string;
1239
1272
  };
1273
+ } & {
1274
+ queryParameters: {
1275
+ limit?: number | undefined;
1276
+ skip?: number | undefined;
1277
+ page?: number | undefined;
1278
+ } & Partial<{
1279
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1280
+ }>;
1240
1281
  }, import("@mittwald/api-client-commons").Response<{
1241
1282
  modelTermsApprovalRequired: boolean;
1242
1283
  plans: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingProjectPlan[];
@@ -1256,6 +1297,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1256
1297
  pathParameters: {
1257
1298
  projectId: string;
1258
1299
  };
1300
+ } & {
1301
+ queryParameters: {
1302
+ limit?: number | undefined;
1303
+ skip?: number | undefined;
1304
+ page?: number | undefined;
1305
+ } & Partial<{
1306
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1307
+ }>;
1259
1308
  }, import("@mittwald/api-client-commons").Response<{
1260
1309
  modelTermsApprovalRequired: boolean;
1261
1310
  plans: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingProjectPlan[];
@@ -16467,6 +16516,73 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16467
16516
  }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
16468
16517
  [x: string]: unknown;
16469
16518
  }, 429, "application/json">>>;
16519
+ /** Set how the customer became aware of mittwald. */
16520
+ setCustomerReferralSource: (request: {
16521
+ data: {
16522
+ referralSource: string;
16523
+ };
16524
+ customerId: string;
16525
+ headers?: {
16526
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
16527
+ "x-access-token"?: string | undefined;
16528
+ } | undefined;
16529
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
16530
+ data: {
16531
+ referralSource: string;
16532
+ };
16533
+ } & {
16534
+ pathParameters: {
16535
+ customerId: string;
16536
+ };
16537
+ } & {
16538
+ headers?: Partial<{
16539
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16540
+ }>;
16541
+ } & {
16542
+ headers: {
16543
+ "x-access-token"?: string | undefined;
16544
+ } & Partial<{
16545
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16546
+ }>;
16547
+ }, import("@mittwald/api-client-commons").Response<{
16548
+ [x: string]: unknown;
16549
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
16550
+ [x: string]: unknown;
16551
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
16552
+ [x: string]: unknown;
16553
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
16554
+ [x: string]: unknown;
16555
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
16556
+ [x: string]: unknown;
16557
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
16558
+ data: {
16559
+ referralSource: string;
16560
+ };
16561
+ } & {
16562
+ pathParameters: {
16563
+ customerId: string;
16564
+ };
16565
+ } & {
16566
+ headers?: Partial<{
16567
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16568
+ }>;
16569
+ } & {
16570
+ headers: {
16571
+ "x-access-token"?: string | undefined;
16572
+ } & Partial<{
16573
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16574
+ }>;
16575
+ }, import("@mittwald/api-client-commons").Response<{
16576
+ [x: string]: unknown;
16577
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
16578
+ [x: string]: unknown;
16579
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
16580
+ [x: string]: unknown;
16581
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
16582
+ [x: string]: unknown;
16583
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
16584
+ [x: string]: unknown;
16585
+ }, 429, "application/json">>>;
16470
16586
  };
16471
16587
  /** The database API allows you to manage your databases, like MySQL and Redis databases. */
16472
16588
  readonly database: {
@@ -955,3 +955,5 @@ export declare const aiHostingProjectGetPlans: OpenAPIOperation<RequestType<Simp
955
955
  export declare const containerGetServiceLogsAnalysis: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogAnalysis.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogAnalysis.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogAnalysis.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogAnalysis.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogAnalysis.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogAnalysis.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogAnalysis.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogAnalysis.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogAnalysis.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogAnalysis.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
956
956
  /** Get an analysis of the error of an AppInstallation. */
957
957
  export declare const appGetAppinstallationErrorAnalysis: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdErrorAnalysis.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdErrorAnalysis.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdErrorAnalysis.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdErrorAnalysis.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdErrorAnalysis.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdErrorAnalysis.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdErrorAnalysis.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdErrorAnalysis.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
958
+ /** Set how the customer became aware of mittwald. */
959
+ export declare const customerSetCustomerReferralSource: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdReferralSource.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdReferralSource.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdReferralSource.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdReferralSource.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdReferralSource.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdReferralSource.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdReferralSource.Put.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdReferralSource.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdReferralSource.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdReferralSource.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
@@ -1906,6 +1906,10 @@ export declare namespace MittwaldAPIV2 {
1906
1906
  type RequestData = InferredRequestData<typeof descriptors.appGetAppinstallationErrorAnalysis>;
1907
1907
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetAppinstallationErrorAnalysis, TStatus>;
1908
1908
  }
1909
+ namespace CustomerSetCustomerReferralSource {
1910
+ type RequestData = InferredRequestData<typeof descriptors.customerSetCustomerReferralSource>;
1911
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerSetCustomerReferralSource, TStatus>;
1912
+ }
1909
1913
  }
1910
1914
  namespace Components {
1911
1915
  namespace Schemas {
@@ -7205,11 +7209,11 @@ export declare namespace MittwaldAPIV2 {
7205
7209
  tokenUsed: number;
7206
7210
  }[];
7207
7211
  }
7208
- type AihostingCustomerPlanOptions = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan;
7209
7212
  interface AihostingCustomerPlans {
7210
7213
  modelTermsApprovalRequired: boolean;
7211
7214
  plans: MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan[];
7212
7215
  }
7216
+ type AihostingCustomerPlanOptions = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan;
7213
7217
  interface AihostingProfile {
7214
7218
  planIds: string[];
7215
7219
  }
@@ -7474,6 +7478,9 @@ export declare namespace MittwaldAPIV2 {
7474
7478
  type Header = {};
7475
7479
  type Query = {
7476
7480
  planId?: string;
7481
+ limit?: number;
7482
+ skip?: number;
7483
+ page?: number;
7477
7484
  };
7478
7485
  }
7479
7486
  namespace Responses {
@@ -7896,6 +7903,9 @@ export declare namespace MittwaldAPIV2 {
7896
7903
  type Header = {};
7897
7904
  type Query = {
7898
7905
  planId?: string;
7906
+ limit?: number;
7907
+ skip?: number;
7908
+ page?: number;
7899
7909
  };
7900
7910
  }
7901
7911
  namespace Responses {
@@ -31722,6 +31732,9 @@ export declare namespace MittwaldAPIV2 {
31722
31732
  type Header = {};
31723
31733
  type Query = {
31724
31734
  topUsageCount?: number;
31735
+ limit?: number;
31736
+ skip?: number;
31737
+ page?: number;
31725
31738
  };
31726
31739
  }
31727
31740
  namespace Responses {
@@ -31880,7 +31893,11 @@ export declare namespace MittwaldAPIV2 {
31880
31893
  projectId: string;
31881
31894
  };
31882
31895
  type Header = {};
31883
- type Query = {};
31896
+ type Query = {
31897
+ limit?: number;
31898
+ skip?: number;
31899
+ page?: number;
31900
+ };
31884
31901
  }
31885
31902
  namespace Responses {
31886
31903
  namespace $200 {
@@ -32033,5 +32050,66 @@ export declare namespace MittwaldAPIV2 {
32033
32050
  }
32034
32051
  }
32035
32052
  }
32053
+ namespace V2CustomersCustomerIdReferralSource {
32054
+ namespace Put {
32055
+ namespace Parameters {
32056
+ type Path = {
32057
+ customerId: string;
32058
+ };
32059
+ interface RequestBody {
32060
+ /**
32061
+ * free answer on how the customer became aware of mittwald.
32062
+ */
32063
+ referralSource: string;
32064
+ }
32065
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
32066
+ type Query = {};
32067
+ }
32068
+ namespace Responses {
32069
+ namespace $200 {
32070
+ namespace Content {
32071
+ interface ApplicationJson {
32072
+ [k: string]: unknown;
32073
+ }
32074
+ }
32075
+ }
32076
+ namespace $400 {
32077
+ namespace Content {
32078
+ interface ApplicationJson {
32079
+ [k: string]: unknown;
32080
+ }
32081
+ }
32082
+ }
32083
+ namespace $403 {
32084
+ namespace Content {
32085
+ interface ApplicationJson {
32086
+ [k: string]: unknown;
32087
+ }
32088
+ }
32089
+ }
32090
+ namespace $404 {
32091
+ namespace Content {
32092
+ interface ApplicationJson {
32093
+ [k: string]: unknown;
32094
+ }
32095
+ }
32096
+ }
32097
+ namespace $429 {
32098
+ namespace Content {
32099
+ interface ApplicationJson {
32100
+ [k: string]: unknown;
32101
+ }
32102
+ }
32103
+ }
32104
+ namespace Default {
32105
+ namespace Content {
32106
+ interface ApplicationJson {
32107
+ [k: string]: unknown;
32108
+ }
32109
+ }
32110
+ }
32111
+ }
32112
+ }
32113
+ }
32036
32114
  }
32037
32115
  }
@@ -10,6 +10,9 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
10
10
  queryParameters?: {
11
11
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
12
12
  planId?: string | undefined;
13
+ limit?: number | undefined;
14
+ skip?: number | undefined;
15
+ page?: number | undefined;
13
16
  } | undefined;
14
17
  }) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingKey[]>;
15
18
  /** Get a key of a customer. */
@@ -55,6 +58,9 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
55
58
  queryParameters?: {
56
59
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
57
60
  planId?: string | undefined;
61
+ limit?: number | undefined;
62
+ skip?: number | undefined;
63
+ page?: number | undefined;
58
64
  } | undefined;
59
65
  }) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingKey[]>;
60
66
  /** Get a key of a project. */
@@ -122,6 +128,9 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
122
128
  queryParameters?: {
123
129
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
124
130
  topUsageCount?: number | undefined;
131
+ limit?: number | undefined;
132
+ skip?: number | undefined;
133
+ page?: number | undefined;
125
134
  } | undefined;
126
135
  }) => import("@mittwald/react-use-promise").AsyncResource<{
127
136
  modelTermsApprovalRequired: boolean;
@@ -148,6 +157,12 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
148
157
  headers?: {
149
158
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
150
159
  } | undefined;
160
+ queryParameters?: {
161
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
162
+ limit?: number | undefined;
163
+ skip?: number | undefined;
164
+ page?: number | undefined;
165
+ } | undefined;
151
166
  }) => import("@mittwald/react-use-promise").AsyncResource<{
152
167
  modelTermsApprovalRequired: boolean;
153
168
  plans: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlan[];
@@ -50,6 +50,9 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
50
50
  queryParameters?: {
51
51
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
52
52
  planId?: string | undefined;
53
+ limit?: number | undefined;
54
+ skip?: number | undefined;
55
+ page?: number | undefined;
53
56
  } | undefined;
54
57
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
55
58
  headers?: Partial<{
@@ -62,6 +65,9 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
62
65
  } & {
63
66
  queryParameters: {
64
67
  planId?: string | undefined;
68
+ limit?: number | undefined;
69
+ skip?: number | undefined;
70
+ page?: number | undefined;
65
71
  } & Partial<{
66
72
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
67
73
  }>;
@@ -84,6 +90,9 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
84
90
  } & {
85
91
  queryParameters: {
86
92
  planId?: string | undefined;
93
+ limit?: number | undefined;
94
+ skip?: number | undefined;
95
+ page?: number | undefined;
87
96
  } & Partial<{
88
97
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
89
98
  }>;
@@ -478,6 +487,9 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
478
487
  queryParameters?: {
479
488
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
480
489
  planId?: string | undefined;
490
+ limit?: number | undefined;
491
+ skip?: number | undefined;
492
+ page?: number | undefined;
481
493
  } | undefined;
482
494
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
483
495
  headers?: Partial<{
@@ -490,6 +502,9 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
490
502
  } & {
491
503
  queryParameters: {
492
504
  planId?: string | undefined;
505
+ limit?: number | undefined;
506
+ skip?: number | undefined;
507
+ page?: number | undefined;
493
508
  } & Partial<{
494
509
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
495
510
  }>;
@@ -512,6 +527,9 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
512
527
  } & {
513
528
  queryParameters: {
514
529
  planId?: string | undefined;
530
+ limit?: number | undefined;
531
+ skip?: number | undefined;
532
+ page?: number | undefined;
515
533
  } & Partial<{
516
534
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
517
535
  }>;
@@ -1076,6 +1094,9 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1076
1094
  queryParameters?: {
1077
1095
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1078
1096
  topUsageCount?: number | undefined;
1097
+ limit?: number | undefined;
1098
+ skip?: number | undefined;
1099
+ page?: number | undefined;
1079
1100
  } | undefined;
1080
1101
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
1081
1102
  headers?: Partial<{
@@ -1088,6 +1109,9 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1088
1109
  } & {
1089
1110
  queryParameters: {
1090
1111
  topUsageCount?: number | undefined;
1112
+ limit?: number | undefined;
1113
+ skip?: number | undefined;
1114
+ page?: number | undefined;
1091
1115
  } & Partial<{
1092
1116
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1093
1117
  }>;
@@ -1113,6 +1137,9 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1113
1137
  } & {
1114
1138
  queryParameters: {
1115
1139
  topUsageCount?: number | undefined;
1140
+ limit?: number | undefined;
1141
+ skip?: number | undefined;
1142
+ page?: number | undefined;
1116
1143
  } & Partial<{
1117
1144
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1118
1145
  }>;
@@ -1229,6 +1256,12 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1229
1256
  headers?: {
1230
1257
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1231
1258
  } | undefined;
1259
+ queryParameters?: {
1260
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1261
+ limit?: number | undefined;
1262
+ skip?: number | undefined;
1263
+ page?: number | undefined;
1264
+ } | undefined;
1232
1265
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
1233
1266
  headers?: Partial<{
1234
1267
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -1237,6 +1270,14 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1237
1270
  pathParameters: {
1238
1271
  projectId: string;
1239
1272
  };
1273
+ } & {
1274
+ queryParameters: {
1275
+ limit?: number | undefined;
1276
+ skip?: number | undefined;
1277
+ page?: number | undefined;
1278
+ } & Partial<{
1279
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1280
+ }>;
1240
1281
  }, import("@mittwald/api-client-commons").Response<{
1241
1282
  modelTermsApprovalRequired: boolean;
1242
1283
  plans: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlan[];
@@ -1256,6 +1297,14 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1256
1297
  pathParameters: {
1257
1298
  projectId: string;
1258
1299
  };
1300
+ } & {
1301
+ queryParameters: {
1302
+ limit?: number | undefined;
1303
+ skip?: number | undefined;
1304
+ page?: number | undefined;
1305
+ } & Partial<{
1306
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1307
+ }>;
1259
1308
  }, import("@mittwald/api-client-commons").Response<{
1260
1309
  modelTermsApprovalRequired: boolean;
1261
1310
  plans: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlan[];
@@ -16467,6 +16516,73 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
16467
16516
  }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
16468
16517
  [x: string]: unknown;
16469
16518
  }, 429, "application/json">>>;
16519
+ /** Set how the customer became aware of mittwald. */
16520
+ setCustomerReferralSource: (request: {
16521
+ data: {
16522
+ referralSource: string;
16523
+ };
16524
+ customerId: string;
16525
+ headers?: {
16526
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
16527
+ "x-access-token"?: string | undefined;
16528
+ } | undefined;
16529
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
16530
+ data: {
16531
+ referralSource: string;
16532
+ };
16533
+ } & {
16534
+ pathParameters: {
16535
+ customerId: string;
16536
+ };
16537
+ } & {
16538
+ headers?: Partial<{
16539
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16540
+ }>;
16541
+ } & {
16542
+ headers: {
16543
+ "x-access-token"?: string | undefined;
16544
+ } & Partial<{
16545
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16546
+ }>;
16547
+ }, import("@mittwald/api-client-commons").Response<{
16548
+ [x: string]: unknown;
16549
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
16550
+ [x: string]: unknown;
16551
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
16552
+ [x: string]: unknown;
16553
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
16554
+ [x: string]: unknown;
16555
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
16556
+ [x: string]: unknown;
16557
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
16558
+ data: {
16559
+ referralSource: string;
16560
+ };
16561
+ } & {
16562
+ pathParameters: {
16563
+ customerId: string;
16564
+ };
16565
+ } & {
16566
+ headers?: Partial<{
16567
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16568
+ }>;
16569
+ } & {
16570
+ headers: {
16571
+ "x-access-token"?: string | undefined;
16572
+ } & Partial<{
16573
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16574
+ }>;
16575
+ }, import("@mittwald/api-client-commons").Response<{
16576
+ [x: string]: unknown;
16577
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
16578
+ [x: string]: unknown;
16579
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
16580
+ [x: string]: unknown;
16581
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
16582
+ [x: string]: unknown;
16583
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
16584
+ [x: string]: unknown;
16585
+ }, 429, "application/json">>>;
16470
16586
  };
16471
16587
  /** The database API allows you to manage your databases, like MySQL and Redis databases. */
16472
16588
  readonly database: {
@@ -955,3 +955,5 @@ export declare const aiHostingProjectGetPlans: OpenAPIOperation<RequestType<Simp
955
955
  export declare const containerGetServiceLogsAnalysis: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogAnalysis.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogAnalysis.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogAnalysis.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogAnalysis.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogAnalysis.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogAnalysis.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogAnalysis.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogAnalysis.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogAnalysis.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogAnalysis.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
956
956
  /** Get an analysis of the error of an AppInstallation. */
957
957
  export declare const appGetAppinstallationErrorAnalysis: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdErrorAnalysis.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdErrorAnalysis.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdErrorAnalysis.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdErrorAnalysis.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdErrorAnalysis.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdErrorAnalysis.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdErrorAnalysis.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdErrorAnalysis.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
958
+ /** Set how the customer became aware of mittwald. */
959
+ export declare const customerSetCustomerReferralSource: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdReferralSource.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdReferralSource.Put.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdReferralSource.Put.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdReferralSource.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdReferralSource.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdReferralSource.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdReferralSource.Put.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdReferralSource.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdReferralSource.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdReferralSource.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
@@ -1906,6 +1906,10 @@ export declare namespace MittwaldAPIV3Next {
1906
1906
  type RequestData = InferredRequestData<typeof descriptors.appGetAppinstallationErrorAnalysis>;
1907
1907
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetAppinstallationErrorAnalysis, TStatus>;
1908
1908
  }
1909
+ namespace CustomerSetCustomerReferralSource {
1910
+ type RequestData = InferredRequestData<typeof descriptors.customerSetCustomerReferralSource>;
1911
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerSetCustomerReferralSource, TStatus>;
1912
+ }
1909
1913
  }
1910
1914
  namespace Components {
1911
1915
  namespace Schemas {
@@ -7478,6 +7482,9 @@ export declare namespace MittwaldAPIV3Next {
7478
7482
  type Header = {};
7479
7483
  type Query = {
7480
7484
  planId?: string;
7485
+ limit?: number;
7486
+ skip?: number;
7487
+ page?: number;
7481
7488
  };
7482
7489
  }
7483
7490
  namespace Responses {
@@ -7900,6 +7907,9 @@ export declare namespace MittwaldAPIV3Next {
7900
7907
  type Header = {};
7901
7908
  type Query = {
7902
7909
  planId?: string;
7910
+ limit?: number;
7911
+ skip?: number;
7912
+ page?: number;
7903
7913
  };
7904
7914
  }
7905
7915
  namespace Responses {
@@ -31646,6 +31656,9 @@ export declare namespace MittwaldAPIV3Next {
31646
31656
  type Header = {};
31647
31657
  type Query = {
31648
31658
  topUsageCount?: number;
31659
+ limit?: number;
31660
+ skip?: number;
31661
+ page?: number;
31649
31662
  };
31650
31663
  }
31651
31664
  namespace Responses {
@@ -31804,7 +31817,11 @@ export declare namespace MittwaldAPIV3Next {
31804
31817
  projectId: string;
31805
31818
  };
31806
31819
  type Header = {};
31807
- type Query = {};
31820
+ type Query = {
31821
+ limit?: number;
31822
+ skip?: number;
31823
+ page?: number;
31824
+ };
31808
31825
  }
31809
31826
  namespace Responses {
31810
31827
  namespace $200 {
@@ -31957,5 +31974,66 @@ export declare namespace MittwaldAPIV3Next {
31957
31974
  }
31958
31975
  }
31959
31976
  }
31977
+ namespace V3NextCustomersCustomerIdReferralSource {
31978
+ namespace Put {
31979
+ namespace Parameters {
31980
+ type Path = {
31981
+ customerId: string;
31982
+ };
31983
+ interface RequestBody {
31984
+ /**
31985
+ * free answer on how the customer became aware of mittwald.
31986
+ */
31987
+ referralSource: string;
31988
+ }
31989
+ type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
31990
+ type Query = {};
31991
+ }
31992
+ namespace Responses {
31993
+ namespace $200 {
31994
+ namespace Content {
31995
+ interface ApplicationJson {
31996
+ [k: string]: unknown;
31997
+ }
31998
+ }
31999
+ }
32000
+ namespace $400 {
32001
+ namespace Content {
32002
+ interface ApplicationJson {
32003
+ [k: string]: unknown;
32004
+ }
32005
+ }
32006
+ }
32007
+ namespace $403 {
32008
+ namespace Content {
32009
+ interface ApplicationJson {
32010
+ [k: string]: unknown;
32011
+ }
32012
+ }
32013
+ }
32014
+ namespace $404 {
32015
+ namespace Content {
32016
+ interface ApplicationJson {
32017
+ [k: string]: unknown;
32018
+ }
32019
+ }
32020
+ }
32021
+ namespace $429 {
32022
+ namespace Content {
32023
+ interface ApplicationJson {
32024
+ [k: string]: unknown;
32025
+ }
32026
+ }
32027
+ }
32028
+ namespace Default {
32029
+ namespace Content {
32030
+ interface ApplicationJson {
32031
+ [k: string]: unknown;
32032
+ }
32033
+ }
32034
+ }
32035
+ }
32036
+ }
32037
+ }
31960
32038
  }
31961
32039
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.453.0';
1
+ export declare const MittwaldAPIClientVersion = '4.455.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.454.0",
3
+ "version": "4.456.0",
4
4
  "author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
5
5
  "type": "module",
6
6
  "description": "Auto-generated client for the mittwald API",
@@ -72,11 +72,11 @@
72
72
  "test:compile": "run tsc --noEmit"
73
73
  },
74
74
  "dependencies": {
75
- "@mittwald/api-client-commons": "^4.454.0",
75
+ "@mittwald/api-client-commons": "^4.456.0",
76
76
  "browser-or-node": "^3.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@mittwald/api-code-generator": "^4.454.0",
79
+ "@mittwald/api-code-generator": "^4.456.0",
80
80
  "@mittwald/react-use-promise": "^2.6.2",
81
81
  "@types/node": "^22.18.11",
82
82
  "@types/react": "^18.3.26",
@@ -106,5 +106,5 @@
106
106
  "optional": true
107
107
  }
108
108
  },
109
- "gitHead": "b1d335660ac15d7e46dd05e9b35dd86f9e1eee4c"
109
+ "gitHead": "a43c321712f35b6f46dff3f28ab025cc2a5779f2"
110
110
  }