@mittwald/api-client 4.428.0 → 4.429.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.
@@ -110,8 +110,6 @@ const buildContainerApi = (baseClient) => ({
110
110
  const buildContractApi = (baseClient) => ({
111
111
  /** Return the BaseItem of the Contract with the given ID. */
112
112
  getBaseItemOfContract: new ApiCallAsyncResourceFactory(descriptors.contractGetBaseItemOfContract, baseClient.contract.getBaseItemOfContract).getApiResource,
113
- /** Return the AI Hosting Contract for the given Customer. */
114
- getDetailOfContractByAiHosting: new ApiCallAsyncResourceFactory(descriptors.contractGetDetailOfContractByAiHosting, baseClient.contract.getDetailOfContractByAiHosting).getApiResource,
115
113
  /** Return the Contract for the given Certificate. */
116
114
  getDetailOfContractByCertificate: new ApiCallAsyncResourceFactory(descriptors.contractGetDetailOfContractByCertificate, baseClient.contract.getDetailOfContractByCertificate).getApiResource,
117
115
  /** Return the Contract for the given Domain. */
@@ -148,6 +146,8 @@ const buildContractApi = (baseClient) => ({
148
146
  orderListCustomerOrders: new ApiCallAsyncResourceFactory(descriptors.orderListCustomerOrders, baseClient.contract.orderListCustomerOrders).getApiResource,
149
147
  /** Get list of Orders of a Project. */
150
148
  orderListProjectOrders: new ApiCallAsyncResourceFactory(descriptors.orderListProjectOrders, baseClient.contract.orderListProjectOrders).getApiResource,
149
+ /** Return the AI Hosting Contract for the given Customer. */
150
+ getDetailOfContractByAiHosting: new ApiCallAsyncResourceFactory(descriptors.contractGetDetailOfContractByAiHosting, baseClient.contract.getDetailOfContractByAiHosting).getApiResource,
151
151
  });
152
152
  const buildMarketplaceApi = (baseClient) => ({
153
153
  /** Get a Contributor. */
@@ -215,8 +215,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
215
215
  cancelContractTermination: this.requestFunctionFactory(descriptors.contractCancelContractTermination),
216
216
  /** Return the BaseItem of the Contract with the given ID. */
217
217
  getBaseItemOfContract: this.requestFunctionFactory(descriptors.contractGetBaseItemOfContract),
218
- /** Return the AI Hosting Contract for the given Customer. */
219
- getDetailOfContractByAiHosting: this.requestFunctionFactory(descriptors.contractGetDetailOfContractByAiHosting),
220
218
  /** Return the Contract for the given Certificate. */
221
219
  getDetailOfContractByCertificate: this.requestFunctionFactory(descriptors.contractGetDetailOfContractByCertificate),
222
220
  /** Return the Contract for the given Domain. */
@@ -263,6 +261,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
263
261
  orderPreviewOrder: this.requestFunctionFactory(descriptors.orderPreviewOrder),
264
262
  /** Preview TariffChange. */
265
263
  orderPreviewTariffChange: this.requestFunctionFactory(descriptors.orderPreviewTariffChange),
264
+ /** Return the AI Hosting Contract for the given Customer. */
265
+ getDetailOfContractByAiHosting: this.requestFunctionFactory(descriptors.contractGetDetailOfContractByAiHosting),
266
266
  };
267
267
  /** The marketplace API allows you to manage extensions and more information regaring the marketplace. */
268
268
  marketplace = {
@@ -574,12 +574,6 @@ export const contractGetBaseItemOfContract = {
574
574
  method: "GET",
575
575
  operationId: "contract-get-base-item-of-contract",
576
576
  };
577
- /** Return the AI Hosting Contract for the given Customer. */
578
- export const contractGetDetailOfContractByAiHosting = {
579
- path: "/v2/customers/{customerId}/ai-hosting/contract",
580
- method: "GET",
581
- operationId: "contract-get-detail-of-contract-by-ai-hosting",
582
- };
583
577
  /** Return the Contract for the given Certificate. */
584
578
  export const contractGetDetailOfContractByCertificate = {
585
579
  path: "/v2/certificates/{certificateId}/contract",
@@ -2860,3 +2854,9 @@ export const containerAddTemplateComponent = {
2860
2854
  method: "POST",
2861
2855
  operationId: "container-add-template-component",
2862
2856
  };
2857
+ /** Return the AI Hosting Contract for the given Customer. */
2858
+ export const contractGetDetailOfContractByAiHosting = {
2859
+ path: "/v2/customers/{customerId}/ai-hostings/{aiHostingId}/contract",
2860
+ method: "GET",
2861
+ operationId: "contract-get-detail-of-contract-by-ai-hosting",
2862
+ };
@@ -110,8 +110,6 @@ const buildContainerApi = (baseClient) => ({
110
110
  const buildContractApi = (baseClient) => ({
111
111
  /** Return the BaseItem of the Contract with the given ID. */
112
112
  getBaseItemOfContract: new ApiCallAsyncResourceFactory(descriptors.contractGetBaseItemOfContract, baseClient.contract.getBaseItemOfContract).getApiResource,
113
- /** Return the AI Hosting Contract for the given Customer. */
114
- getDetailOfContractByAiHosting: new ApiCallAsyncResourceFactory(descriptors.contractGetDetailOfContractByAiHosting, baseClient.contract.getDetailOfContractByAiHosting).getApiResource,
115
113
  /** Return the Contract for the given Certificate. */
116
114
  getDetailOfContractByCertificate: new ApiCallAsyncResourceFactory(descriptors.contractGetDetailOfContractByCertificate, baseClient.contract.getDetailOfContractByCertificate).getApiResource,
117
115
  /** Return the Contract for the given Domain. */
@@ -148,6 +146,8 @@ const buildContractApi = (baseClient) => ({
148
146
  orderListCustomerOrders: new ApiCallAsyncResourceFactory(descriptors.orderListCustomerOrders, baseClient.contract.orderListCustomerOrders).getApiResource,
149
147
  /** Get list of Orders of a Project. */
150
148
  orderListProjectOrders: new ApiCallAsyncResourceFactory(descriptors.orderListProjectOrders, baseClient.contract.orderListProjectOrders).getApiResource,
149
+ /** Return the AI Hosting Contract for the given Customer. */
150
+ getDetailOfContractByAiHosting: new ApiCallAsyncResourceFactory(descriptors.contractGetDetailOfContractByAiHosting, baseClient.contract.getDetailOfContractByAiHosting).getApiResource,
151
151
  });
152
152
  const buildMarketplaceApi = (baseClient) => ({
153
153
  /** Get a Contributor. */
@@ -215,8 +215,6 @@ export class MittwaldAPIV3NextClient extends ApiClientBase {
215
215
  cancelContractTermination: this.requestFunctionFactory(descriptors.contractCancelContractTermination),
216
216
  /** Return the BaseItem of the Contract with the given ID. */
217
217
  getBaseItemOfContract: this.requestFunctionFactory(descriptors.contractGetBaseItemOfContract),
218
- /** Return the AI Hosting Contract for the given Customer. */
219
- getDetailOfContractByAiHosting: this.requestFunctionFactory(descriptors.contractGetDetailOfContractByAiHosting),
220
218
  /** Return the Contract for the given Certificate. */
221
219
  getDetailOfContractByCertificate: this.requestFunctionFactory(descriptors.contractGetDetailOfContractByCertificate),
222
220
  /** Return the Contract for the given Domain. */
@@ -263,6 +261,8 @@ export class MittwaldAPIV3NextClient extends ApiClientBase {
263
261
  orderPreviewOrder: this.requestFunctionFactory(descriptors.orderPreviewOrder),
264
262
  /** Preview TariffChange. */
265
263
  orderPreviewTariffChange: this.requestFunctionFactory(descriptors.orderPreviewTariffChange),
264
+ /** Return the AI Hosting Contract for the given Customer. */
265
+ getDetailOfContractByAiHosting: this.requestFunctionFactory(descriptors.contractGetDetailOfContractByAiHosting),
266
266
  };
267
267
  /** The marketplace API allows you to manage extensions and more information regaring the marketplace. */
268
268
  marketplace = {
@@ -574,12 +574,6 @@ export const contractGetBaseItemOfContract = {
574
574
  method: "GET",
575
575
  operationId: "contract-get-base-item-of-contract",
576
576
  };
577
- /** Return the AI Hosting Contract for the given Customer. */
578
- export const contractGetDetailOfContractByAiHosting = {
579
- path: "/v3-next/customers/{customerId}/ai-hosting/contract",
580
- method: "GET",
581
- operationId: "contract-get-detail-of-contract-by-ai-hosting",
582
- };
583
577
  /** Return the Contract for the given Certificate. */
584
578
  export const contractGetDetailOfContractByCertificate = {
585
579
  path: "/v3-next/certificates/{certificateId}/contract",
@@ -2860,3 +2854,9 @@ export const containerAddTemplateComponent = {
2860
2854
  method: "POST",
2861
2855
  operationId: "container-add-template-component",
2862
2856
  };
2857
+ /** Return the AI Hosting Contract for the given Customer. */
2858
+ export const contractGetDetailOfContractByAiHosting = {
2859
+ path: "/v3-next/customers/{customerId}/ai-hostings/{aiHostingId}/contract",
2860
+ method: "GET",
2861
+ operationId: "contract-get-detail-of-contract-by-ai-hosting",
2862
+ };
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.427.0';
1
+ export const MittwaldAPIClientVersion = '4.428.0';
@@ -851,21 +851,6 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
851
851
  termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
852
852
  totalPrice: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractPrice;
853
853
  }>;
854
- /** Return the AI Hosting Contract for the given Customer. */
855
- getDetailOfContractByAiHosting: (conf: {
856
- customerId: string;
857
- headers?: {
858
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
859
- "x-access-token"?: string | undefined;
860
- } | undefined;
861
- }) => import("@mittwald/react-use-promise").AsyncResource<{
862
- additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
863
- baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
864
- contractId: string;
865
- contractNumber: string;
866
- customerId: string;
867
- termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
868
- }>;
869
854
  /** Return the Contract for the given Certificate. */
870
855
  getDetailOfContractByCertificate: (conf: {
871
856
  certificateId: string;
@@ -1187,6 +1172,22 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
1187
1172
  templateNames?: string[] | undefined;
1188
1173
  } | undefined;
1189
1174
  }) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[]>;
1175
+ /** Return the AI Hosting Contract for the given Customer. */
1176
+ getDetailOfContractByAiHosting: (conf: {
1177
+ customerId: string;
1178
+ aiHostingId: string;
1179
+ headers?: {
1180
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1181
+ "x-access-token"?: string | undefined;
1182
+ } | undefined;
1183
+ }) => import("@mittwald/react-use-promise").AsyncResource<{
1184
+ additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
1185
+ baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
1186
+ contractId: string;
1187
+ contractNumber: string;
1188
+ customerId: string;
1189
+ termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
1190
+ }>;
1190
1191
  };
1191
1192
  declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
1192
1193
  /** Get a Contributor. */
@@ -6745,68 +6745,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6745
6745
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6746
6746
  [x: string]: unknown;
6747
6747
  }, 429, "application/json">>>;
6748
- /** Return the AI Hosting Contract for the given Customer. */
6749
- getDetailOfContractByAiHosting: (request: {
6750
- customerId: string;
6751
- headers?: {
6752
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6753
- "x-access-token"?: string | undefined;
6754
- } | undefined;
6755
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6756
- headers?: Partial<{
6757
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6758
- }>;
6759
- } & {
6760
- pathParameters: {
6761
- customerId: string;
6762
- };
6763
- } & {
6764
- headers: {
6765
- "x-access-token"?: string | undefined;
6766
- } & Partial<{
6767
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6768
- }>;
6769
- }, import("@mittwald/api-client-commons").Response<{
6770
- additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
6771
- baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
6772
- contractId: string;
6773
- contractNumber: string;
6774
- customerId: string;
6775
- termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
6776
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6777
- [x: string]: unknown;
6778
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6779
- [x: string]: unknown;
6780
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6781
- [x: string]: unknown;
6782
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6783
- headers?: Partial<{
6784
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6785
- }>;
6786
- } & {
6787
- pathParameters: {
6788
- customerId: string;
6789
- };
6790
- } & {
6791
- headers: {
6792
- "x-access-token"?: string | undefined;
6793
- } & Partial<{
6794
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6795
- }>;
6796
- }, import("@mittwald/api-client-commons").Response<{
6797
- additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
6798
- baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
6799
- contractId: string;
6800
- contractNumber: string;
6801
- customerId: string;
6802
- termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
6803
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6804
- [x: string]: unknown;
6805
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6806
- [x: string]: unknown;
6807
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6808
- [x: string]: unknown;
6809
- }, 429, "application/json">>>;
6810
6748
  /** Return the Contract for the given Certificate. */
6811
6749
  getDetailOfContractByCertificate: (request: {
6812
6750
  certificateId: string;
@@ -8517,6 +8455,71 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8517
8455
  }, 422, "application/json"> | import("@mittwald/api-client-commons").Response<{
8518
8456
  [x: string]: unknown;
8519
8457
  }, 429, "application/json">>>;
8458
+ /** Return the AI Hosting Contract for the given Customer. */
8459
+ getDetailOfContractByAiHosting: (request: {
8460
+ customerId: string;
8461
+ aiHostingId: string;
8462
+ headers?: {
8463
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8464
+ "x-access-token"?: string | undefined;
8465
+ } | undefined;
8466
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
8467
+ headers?: Partial<{
8468
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8469
+ }>;
8470
+ } & {
8471
+ pathParameters: {
8472
+ customerId: string;
8473
+ aiHostingId: string;
8474
+ };
8475
+ } & {
8476
+ headers: {
8477
+ "x-access-token"?: string | undefined;
8478
+ } & Partial<{
8479
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8480
+ }>;
8481
+ }, import("@mittwald/api-client-commons").Response<{
8482
+ additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
8483
+ baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
8484
+ contractId: string;
8485
+ contractNumber: string;
8486
+ customerId: string;
8487
+ termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
8488
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8489
+ [x: string]: unknown;
8490
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8491
+ [x: string]: unknown;
8492
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8493
+ [x: string]: unknown;
8494
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
8495
+ headers?: Partial<{
8496
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8497
+ }>;
8498
+ } & {
8499
+ pathParameters: {
8500
+ customerId: string;
8501
+ aiHostingId: string;
8502
+ };
8503
+ } & {
8504
+ headers: {
8505
+ "x-access-token"?: string | undefined;
8506
+ } & Partial<{
8507
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8508
+ }>;
8509
+ }, import("@mittwald/api-client-commons").Response<{
8510
+ additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
8511
+ baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
8512
+ contractId: string;
8513
+ contractNumber: string;
8514
+ customerId: string;
8515
+ termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
8516
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8517
+ [x: string]: unknown;
8518
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8519
+ [x: string]: unknown;
8520
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8521
+ [x: string]: unknown;
8522
+ }, 429, "application/json">>>;
8520
8523
  };
8521
8524
  /** The marketplace API allows you to manage extensions and more information regaring the marketplace. */
8522
8525
  readonly marketplace: {
@@ -195,8 +195,6 @@ export declare const contractTerminateContract: OpenAPIOperation<RequestType<Sim
195
195
  export declare const contractCancelContractTermination: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Delete.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Delete.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdTermination.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
196
196
  /** Return the BaseItem of the Contract with the given ID. */
197
197
  export declare const contractGetBaseItemOfContract: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdBaseItems.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdBaseItems.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdBaseItems.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdBaseItems.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdBaseItems.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdBaseItems.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdBaseItems.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdBaseItems.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
198
- /** Return the AI Hosting Contract for the given Customer. */
199
- export declare const contractGetDetailOfContractByAiHosting: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingContract.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingContract.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingContract.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingContract.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingContract.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingContract.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingContract.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingContract.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
200
198
  /** Return the Contract for the given Certificate. */
201
199
  export declare const contractGetDetailOfContractByCertificate: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CertificatesCertificateIdContract.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CertificatesCertificateIdContract.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CertificatesCertificateIdContract.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CertificatesCertificateIdContract.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CertificatesCertificateIdContract.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CertificatesCertificateIdContract.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CertificatesCertificateIdContract.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CertificatesCertificateIdContract.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
202
200
  /** Return the Contract for the given Domain. */
@@ -957,3 +955,5 @@ export declare const verificationVerifyAddress: OpenAPIOperation<RequestType<Sim
957
955
  export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
958
956
  /** Add a template component to a Stack. */
959
957
  export declare const containerAddTemplateComponent: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
958
+ /** Return the AI Hosting Contract for the given Customer. */
959
+ export declare const contractGetDetailOfContractByAiHosting: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsAiHostingIdContract.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsAiHostingIdContract.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsAiHostingIdContract.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsAiHostingIdContract.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsAiHostingIdContract.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsAiHostingIdContract.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsAiHostingIdContract.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAiHostingsAiHostingIdContract.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
@@ -386,10 +386,6 @@ export declare namespace MittwaldAPIV2 {
386
386
  type RequestData = InferredRequestData<typeof descriptors.contractGetBaseItemOfContract>;
387
387
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetBaseItemOfContract, TStatus>;
388
388
  }
389
- namespace ContractGetDetailOfContractByAiHosting {
390
- type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByAiHosting>;
391
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByAiHosting, TStatus>;
392
- }
393
389
  namespace ContractGetDetailOfContractByCertificate {
394
390
  type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByCertificate>;
395
391
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByCertificate, TStatus>;
@@ -1910,6 +1906,10 @@ export declare namespace MittwaldAPIV2 {
1910
1906
  type RequestData = InferredRequestData<typeof descriptors.containerAddTemplateComponent>;
1911
1907
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerAddTemplateComponent, TStatus>;
1912
1908
  }
1909
+ namespace ContractGetDetailOfContractByAiHosting {
1910
+ type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByAiHosting>;
1911
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByAiHosting, TStatus>;
1912
+ }
1913
1913
  }
1914
1914
  namespace Components {
1915
1915
  namespace Schemas {
@@ -12549,52 +12549,7 @@ export declare namespace MittwaldAPIV2 {
12549
12549
  }
12550
12550
  }
12551
12551
  }
12552
- namespace V2CustomersCustomerIdAiHostingContract {
12553
- namespace Get {
12554
- namespace Parameters {
12555
- type Path = {
12556
- customerId: string;
12557
- };
12558
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
12559
- type Query = {};
12560
- }
12561
- namespace Responses {
12562
- namespace $200 {
12563
- namespace Content {
12564
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContractContract;
12565
- }
12566
- }
12567
- namespace $400 {
12568
- namespace Content {
12569
- interface ApplicationJson {
12570
- [k: string]: unknown;
12571
- }
12572
- }
12573
- }
12574
- namespace $404 {
12575
- namespace Content {
12576
- interface ApplicationJson {
12577
- [k: string]: unknown;
12578
- }
12579
- }
12580
- }
12581
- namespace $429 {
12582
- namespace Content {
12583
- interface ApplicationJson {
12584
- [k: string]: unknown;
12585
- }
12586
- }
12587
- }
12588
- namespace Default {
12589
- namespace Content {
12590
- interface ApplicationJson {
12591
- [k: string]: unknown;
12592
- }
12593
- }
12594
- }
12595
- }
12596
- }
12597
- }
12552
+ namespace V2CustomersCustomerIdAiHostingContract { }
12598
12553
  namespace V2CertificatesCertificateIdContract {
12599
12554
  namespace Get {
12600
12555
  namespace Parameters {
@@ -31838,5 +31793,52 @@ export declare namespace MittwaldAPIV2 {
31838
31793
  }
31839
31794
  }
31840
31795
  }
31796
+ namespace V2CustomersCustomerIdAiHostingsAiHostingIdContract {
31797
+ namespace Get {
31798
+ namespace Parameters {
31799
+ type Path = {
31800
+ customerId: string;
31801
+ aiHostingId: string;
31802
+ };
31803
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
31804
+ type Query = {};
31805
+ }
31806
+ namespace Responses {
31807
+ namespace $200 {
31808
+ namespace Content {
31809
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContractContract;
31810
+ }
31811
+ }
31812
+ namespace $400 {
31813
+ namespace Content {
31814
+ interface ApplicationJson {
31815
+ [k: string]: unknown;
31816
+ }
31817
+ }
31818
+ }
31819
+ namespace $404 {
31820
+ namespace Content {
31821
+ interface ApplicationJson {
31822
+ [k: string]: unknown;
31823
+ }
31824
+ }
31825
+ }
31826
+ namespace $429 {
31827
+ namespace Content {
31828
+ interface ApplicationJson {
31829
+ [k: string]: unknown;
31830
+ }
31831
+ }
31832
+ }
31833
+ namespace Default {
31834
+ namespace Content {
31835
+ interface ApplicationJson {
31836
+ [k: string]: unknown;
31837
+ }
31838
+ }
31839
+ }
31840
+ }
31841
+ }
31842
+ }
31841
31843
  }
31842
31844
  }
@@ -851,21 +851,6 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
851
851
  termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
852
852
  totalPrice: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractPrice;
853
853
  }>;
854
- /** Return the AI Hosting Contract for the given Customer. */
855
- getDetailOfContractByAiHosting: (conf: {
856
- customerId: string;
857
- headers?: {
858
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
859
- "x-access-token"?: string | undefined;
860
- } | undefined;
861
- }) => import("@mittwald/react-use-promise").AsyncResource<{
862
- additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem[] | undefined;
863
- baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem;
864
- contractId: string;
865
- contractNumber: string;
866
- customerId: string;
867
- termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
868
- }>;
869
854
  /** Return the Contract for the given Certificate. */
870
855
  getDetailOfContractByCertificate: (conf: {
871
856
  certificateId: string;
@@ -1187,6 +1172,22 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
1187
1172
  templateNames?: string[] | undefined;
1188
1173
  } | undefined;
1189
1174
  }) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderCustomerOrder[]>;
1175
+ /** Return the AI Hosting Contract for the given Customer. */
1176
+ getDetailOfContractByAiHosting: (conf: {
1177
+ customerId: string;
1178
+ aiHostingId: string;
1179
+ headers?: {
1180
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1181
+ "x-access-token"?: string | undefined;
1182
+ } | undefined;
1183
+ }) => import("@mittwald/react-use-promise").AsyncResource<{
1184
+ additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem[] | undefined;
1185
+ baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem;
1186
+ contractId: string;
1187
+ contractNumber: string;
1188
+ customerId: string;
1189
+ termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
1190
+ }>;
1190
1191
  };
1191
1192
  declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
1192
1193
  /** Get a Contributor. */
@@ -6745,68 +6745,6 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
6745
6745
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6746
6746
  [x: string]: unknown;
6747
6747
  }, 429, "application/json">>>;
6748
- /** Return the AI Hosting Contract for the given Customer. */
6749
- getDetailOfContractByAiHosting: (request: {
6750
- customerId: string;
6751
- headers?: {
6752
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6753
- "x-access-token"?: string | undefined;
6754
- } | undefined;
6755
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6756
- headers?: Partial<{
6757
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6758
- }>;
6759
- } & {
6760
- pathParameters: {
6761
- customerId: string;
6762
- };
6763
- } & {
6764
- headers: {
6765
- "x-access-token"?: string | undefined;
6766
- } & Partial<{
6767
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6768
- }>;
6769
- }, import("@mittwald/api-client-commons").Response<{
6770
- additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem[] | undefined;
6771
- baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem;
6772
- contractId: string;
6773
- contractNumber: string;
6774
- customerId: string;
6775
- termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
6776
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6777
- [x: string]: unknown;
6778
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6779
- [x: string]: unknown;
6780
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6781
- [x: string]: unknown;
6782
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6783
- headers?: Partial<{
6784
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6785
- }>;
6786
- } & {
6787
- pathParameters: {
6788
- customerId: string;
6789
- };
6790
- } & {
6791
- headers: {
6792
- "x-access-token"?: string | undefined;
6793
- } & Partial<{
6794
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6795
- }>;
6796
- }, import("@mittwald/api-client-commons").Response<{
6797
- additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem[] | undefined;
6798
- baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem;
6799
- contractId: string;
6800
- contractNumber: string;
6801
- customerId: string;
6802
- termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
6803
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6804
- [x: string]: unknown;
6805
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6806
- [x: string]: unknown;
6807
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6808
- [x: string]: unknown;
6809
- }, 429, "application/json">>>;
6810
6748
  /** Return the Contract for the given Certificate. */
6811
6749
  getDetailOfContractByCertificate: (request: {
6812
6750
  certificateId: string;
@@ -8517,6 +8455,71 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
8517
8455
  }, 422, "application/json"> | import("@mittwald/api-client-commons").Response<{
8518
8456
  [x: string]: unknown;
8519
8457
  }, 429, "application/json">>>;
8458
+ /** Return the AI Hosting Contract for the given Customer. */
8459
+ getDetailOfContractByAiHosting: (request: {
8460
+ customerId: string;
8461
+ aiHostingId: string;
8462
+ headers?: {
8463
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8464
+ "x-access-token"?: string | undefined;
8465
+ } | undefined;
8466
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
8467
+ headers?: Partial<{
8468
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8469
+ }>;
8470
+ } & {
8471
+ pathParameters: {
8472
+ customerId: string;
8473
+ aiHostingId: string;
8474
+ };
8475
+ } & {
8476
+ headers: {
8477
+ "x-access-token"?: string | undefined;
8478
+ } & Partial<{
8479
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8480
+ }>;
8481
+ }, import("@mittwald/api-client-commons").Response<{
8482
+ additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem[] | undefined;
8483
+ baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem;
8484
+ contractId: string;
8485
+ contractNumber: string;
8486
+ customerId: string;
8487
+ termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
8488
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8489
+ [x: string]: unknown;
8490
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8491
+ [x: string]: unknown;
8492
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8493
+ [x: string]: unknown;
8494
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
8495
+ headers?: Partial<{
8496
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8497
+ }>;
8498
+ } & {
8499
+ pathParameters: {
8500
+ customerId: string;
8501
+ aiHostingId: string;
8502
+ };
8503
+ } & {
8504
+ headers: {
8505
+ "x-access-token"?: string | undefined;
8506
+ } & Partial<{
8507
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8508
+ }>;
8509
+ }, import("@mittwald/api-client-commons").Response<{
8510
+ additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem[] | undefined;
8511
+ baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem;
8512
+ contractId: string;
8513
+ contractNumber: string;
8514
+ customerId: string;
8515
+ termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
8516
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8517
+ [x: string]: unknown;
8518
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8519
+ [x: string]: unknown;
8520
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8521
+ [x: string]: unknown;
8522
+ }, 429, "application/json">>>;
8520
8523
  };
8521
8524
  /** The marketplace API allows you to manage extensions and more information regaring the marketplace. */
8522
8525
  readonly marketplace: {
@@ -195,8 +195,6 @@ export declare const contractTerminateContract: OpenAPIOperation<RequestType<Sim
195
195
  export declare const contractCancelContractTermination: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextContractsContractIdTermination.Delete.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextContractsContractIdTermination.Delete.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextContractsContractIdTermination.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContractsContractIdTermination.Delete.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContractsContractIdTermination.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContractsContractIdTermination.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContractsContractIdTermination.Delete.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContractsContractIdTermination.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContractsContractIdTermination.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
196
196
  /** Return the BaseItem of the Contract with the given ID. */
197
197
  export declare const contractGetBaseItemOfContract: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextContractsContractIdBaseItems.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextContractsContractIdBaseItems.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextContractsContractIdBaseItems.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContractsContractIdBaseItems.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContractsContractIdBaseItems.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContractsContractIdBaseItems.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContractsContractIdBaseItems.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContractsContractIdBaseItems.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
198
- /** Return the AI Hosting Contract for the given Customer. */
199
- export declare const contractGetDetailOfContractByAiHosting: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdAiHostingContract.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdAiHostingContract.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdAiHostingContract.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdAiHostingContract.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdAiHostingContract.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdAiHostingContract.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdAiHostingContract.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdAiHostingContract.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
200
198
  /** Return the Contract for the given Certificate. */
201
199
  export declare const contractGetDetailOfContractByCertificate: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextCertificatesCertificateIdContract.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextCertificatesCertificateIdContract.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextCertificatesCertificateIdContract.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCertificatesCertificateIdContract.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCertificatesCertificateIdContract.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCertificatesCertificateIdContract.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCertificatesCertificateIdContract.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCertificatesCertificateIdContract.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
202
200
  /** Return the Contract for the given Domain. */
@@ -957,3 +955,5 @@ export declare const verificationVerifyAddress: OpenAPIOperation<RequestType<Sim
957
955
  export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
958
956
  /** Add a template component to a Stack. */
959
957
  export declare const containerAddTemplateComponent: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
958
+ /** Return the AI Hosting Contract for the given Customer. */
959
+ export declare const contractGetDetailOfContractByAiHosting: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdAiHostingsAiHostingIdContract.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdAiHostingsAiHostingIdContract.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdAiHostingsAiHostingIdContract.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdAiHostingsAiHostingIdContract.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdAiHostingsAiHostingIdContract.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdAiHostingsAiHostingIdContract.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdAiHostingsAiHostingIdContract.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomersCustomerIdAiHostingsAiHostingIdContract.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
@@ -386,10 +386,6 @@ export declare namespace MittwaldAPIV3Next {
386
386
  type RequestData = InferredRequestData<typeof descriptors.contractGetBaseItemOfContract>;
387
387
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetBaseItemOfContract, TStatus>;
388
388
  }
389
- namespace ContractGetDetailOfContractByAiHosting {
390
- type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByAiHosting>;
391
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByAiHosting, TStatus>;
392
- }
393
389
  namespace ContractGetDetailOfContractByCertificate {
394
390
  type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByCertificate>;
395
391
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByCertificate, TStatus>;
@@ -1910,6 +1906,10 @@ export declare namespace MittwaldAPIV3Next {
1910
1906
  type RequestData = InferredRequestData<typeof descriptors.containerAddTemplateComponent>;
1911
1907
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerAddTemplateComponent, TStatus>;
1912
1908
  }
1909
+ namespace ContractGetDetailOfContractByAiHosting {
1910
+ type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByAiHosting>;
1911
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByAiHosting, TStatus>;
1912
+ }
1913
1913
  }
1914
1914
  namespace Components {
1915
1915
  namespace Schemas {
@@ -12541,52 +12541,7 @@ export declare namespace MittwaldAPIV3Next {
12541
12541
  }
12542
12542
  }
12543
12543
  }
12544
- namespace V3NextCustomersCustomerIdAiHostingContract {
12545
- namespace Get {
12546
- namespace Parameters {
12547
- type Path = {
12548
- customerId: string;
12549
- };
12550
- type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
12551
- type Query = {};
12552
- }
12553
- namespace Responses {
12554
- namespace $200 {
12555
- namespace Content {
12556
- type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContract;
12557
- }
12558
- }
12559
- namespace $400 {
12560
- namespace Content {
12561
- interface ApplicationJson {
12562
- [k: string]: unknown;
12563
- }
12564
- }
12565
- }
12566
- namespace $404 {
12567
- namespace Content {
12568
- interface ApplicationJson {
12569
- [k: string]: unknown;
12570
- }
12571
- }
12572
- }
12573
- namespace $429 {
12574
- namespace Content {
12575
- interface ApplicationJson {
12576
- [k: string]: unknown;
12577
- }
12578
- }
12579
- }
12580
- namespace Default {
12581
- namespace Content {
12582
- interface ApplicationJson {
12583
- [k: string]: unknown;
12584
- }
12585
- }
12586
- }
12587
- }
12588
- }
12589
- }
12544
+ namespace V3NextCustomersCustomerIdAiHostingContract { }
12590
12545
  namespace V3NextCertificatesCertificateIdContract {
12591
12546
  namespace Get {
12592
12547
  namespace Parameters {
@@ -31762,5 +31717,52 @@ export declare namespace MittwaldAPIV3Next {
31762
31717
  }
31763
31718
  }
31764
31719
  }
31720
+ namespace V3NextCustomersCustomerIdAiHostingsAiHostingIdContract {
31721
+ namespace Get {
31722
+ namespace Parameters {
31723
+ type Path = {
31724
+ customerId: string;
31725
+ aiHostingId: string;
31726
+ };
31727
+ type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
31728
+ type Query = {};
31729
+ }
31730
+ namespace Responses {
31731
+ namespace $200 {
31732
+ namespace Content {
31733
+ type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContract;
31734
+ }
31735
+ }
31736
+ namespace $400 {
31737
+ namespace Content {
31738
+ interface ApplicationJson {
31739
+ [k: string]: unknown;
31740
+ }
31741
+ }
31742
+ }
31743
+ namespace $404 {
31744
+ namespace Content {
31745
+ interface ApplicationJson {
31746
+ [k: string]: unknown;
31747
+ }
31748
+ }
31749
+ }
31750
+ namespace $429 {
31751
+ namespace Content {
31752
+ interface ApplicationJson {
31753
+ [k: string]: unknown;
31754
+ }
31755
+ }
31756
+ }
31757
+ namespace Default {
31758
+ namespace Content {
31759
+ interface ApplicationJson {
31760
+ [k: string]: unknown;
31761
+ }
31762
+ }
31763
+ }
31764
+ }
31765
+ }
31766
+ }
31765
31767
  }
31766
31768
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.427.0';
1
+ export declare const MittwaldAPIClientVersion = '4.428.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.428.0",
3
+ "version": "4.429.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.428.0",
75
+ "@mittwald/api-client-commons": "^4.429.0",
76
76
  "browser-or-node": "^3.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@mittwald/api-code-generator": "^4.428.0",
79
+ "@mittwald/api-code-generator": "^4.429.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": "5a4399cff718d58c9148fd278f5401c525f42914"
109
+ "gitHead": "5bf49c710559d303b51f1ec861c601c9ee92365f"
110
110
  }