@mittwald/api-client 4.278.0 → 4.279.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.
- package/dist/esm/generated/v2/client-react.js +4 -2
- package/dist/esm/generated/v2/client.js +4 -4
- package/dist/esm/generated/v2/descriptors.js +12 -12
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +25 -15
- package/dist/types/generated/v2/client.d.ts +113 -111
- package/dist/types/generated/v2/descriptors.d.ts +4 -4
- package/dist/types/generated/v2/types.d.ts +94 -95
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -78,6 +78,8 @@ const buildContainerApi = (baseClient) => ({
|
|
|
78
78
|
const buildContractApi = (baseClient) => ({
|
|
79
79
|
/** Return the BaseItem of the Contract with the given ID. */
|
|
80
80
|
getBaseItemOfContract: new ApiCallAsyncResourceFactory(descriptors.contractGetBaseItemOfContract, baseClient.contract.getBaseItemOfContract).getApiResource,
|
|
81
|
+
/** Return the AI Hosting Contract for the given Customer. */
|
|
82
|
+
getDetailOfContractByAiHosting: new ApiCallAsyncResourceFactory(descriptors.contractGetDetailOfContractByAiHosting, baseClient.contract.getDetailOfContractByAiHosting).getApiResource,
|
|
81
83
|
/** Return the Contract for the given Certificate. */
|
|
82
84
|
getDetailOfContractByCertificate: new ApiCallAsyncResourceFactory(descriptors.contractGetDetailOfContractByCertificate, baseClient.contract.getDetailOfContractByCertificate).getApiResource,
|
|
83
85
|
/** Return the Contract for the given Domain. */
|
|
@@ -112,8 +114,6 @@ const buildContractApi = (baseClient) => ({
|
|
|
112
114
|
orderListCustomerOrders: new ApiCallAsyncResourceFactory(descriptors.orderListCustomerOrders, baseClient.contract.orderListCustomerOrders).getApiResource,
|
|
113
115
|
/** Get list of Orders of a Project. */
|
|
114
116
|
orderListProjectOrders: new ApiCallAsyncResourceFactory(descriptors.orderListProjectOrders, baseClient.contract.orderListProjectOrders).getApiResource,
|
|
115
|
-
/** Return the AI Hosting Contract for the given Customer. */
|
|
116
|
-
getDetailOfContractByAiHosting: new ApiCallAsyncResourceFactory(descriptors.contractGetDetailOfContractByAiHosting, baseClient.contract.getDetailOfContractByAiHosting).getApiResource,
|
|
117
117
|
});
|
|
118
118
|
const buildMarketplaceApi = (baseClient) => ({
|
|
119
119
|
/** Get a Contributor. */
|
|
@@ -322,6 +322,8 @@ const buildMailApi = (baseClient) => ({
|
|
|
322
322
|
const buildMiscApi = (baseClient) => ({
|
|
323
323
|
/** Get a list of currently active llm models. */
|
|
324
324
|
getLlmModelsExperimental: new ApiCallAsyncResourceFactory(descriptors.miscGetLlmModelsExperimental, baseClient.misc.getLlmModelsExperimental).getApiResource,
|
|
325
|
+
/** List valid time zones. */
|
|
326
|
+
ellaneousListTimeZones: new ApiCallAsyncResourceFactory(descriptors.miscellaneousListTimeZones, baseClient.misc.ellaneousListTimeZones).getApiResource,
|
|
325
327
|
});
|
|
326
328
|
const buildNotificationApi = (baseClient) => ({
|
|
327
329
|
/** Getting the subscription status of the subscription. */
|
|
@@ -158,6 +158,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
158
158
|
cancelContractTermination: this.requestFunctionFactory(descriptors.contractCancelContractTermination),
|
|
159
159
|
/** Return the BaseItem of the Contract with the given ID. */
|
|
160
160
|
getBaseItemOfContract: this.requestFunctionFactory(descriptors.contractGetBaseItemOfContract),
|
|
161
|
+
/** Return the AI Hosting Contract for the given Customer. */
|
|
162
|
+
getDetailOfContractByAiHosting: this.requestFunctionFactory(descriptors.contractGetDetailOfContractByAiHosting),
|
|
161
163
|
/** Return the Contract for the given Certificate. */
|
|
162
164
|
getDetailOfContractByCertificate: this.requestFunctionFactory(descriptors.contractGetDetailOfContractByCertificate),
|
|
163
165
|
/** Return the Contract for the given Domain. */
|
|
@@ -202,8 +204,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
202
204
|
orderPreviewOrder: this.requestFunctionFactory(descriptors.orderPreviewOrder),
|
|
203
205
|
/** Preview TariffChange. */
|
|
204
206
|
orderPreviewTariffChange: this.requestFunctionFactory(descriptors.orderPreviewTariffChange),
|
|
205
|
-
/** Return the AI Hosting Contract for the given Customer. */
|
|
206
|
-
getDetailOfContractByAiHosting: this.requestFunctionFactory(descriptors.contractGetDetailOfContractByAiHosting),
|
|
207
207
|
};
|
|
208
208
|
/** The marketplace API allows you to manage extensions and more information regaring the marketplace. */
|
|
209
209
|
marketplace = {
|
|
@@ -367,8 +367,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
367
367
|
};
|
|
368
368
|
/** The cronjob API allows you to manage cronjobs within a project. */
|
|
369
369
|
cronjob = {
|
|
370
|
-
/** Abort a CronjobExecution. */
|
|
371
|
-
abortExecution: this.requestFunctionFactory(descriptors.cronjobAbortExecution),
|
|
372
370
|
/** List Cronjobs belonging to a Project. */
|
|
373
371
|
listCronjobs: this.requestFunctionFactory(descriptors.cronjobListCronjobs),
|
|
374
372
|
/** Create a Cronjob. */
|
|
@@ -812,6 +810,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
812
810
|
misc = {
|
|
813
811
|
/** Get a list of currently active llm models. */
|
|
814
812
|
getLlmModelsExperimental: this.requestFunctionFactory(descriptors.miscGetLlmModelsExperimental),
|
|
813
|
+
/** List valid time zones. */
|
|
814
|
+
ellaneousListTimeZones: this.requestFunctionFactory(descriptors.miscellaneousListTimeZones),
|
|
815
815
|
/** Obtain a service token. */
|
|
816
816
|
servicetokenAuthenticateService: this.requestFunctionFactory(descriptors.servicetokenAuthenticateService),
|
|
817
817
|
/** Check if an email is from mittwald. */
|
|
@@ -418,6 +418,12 @@ export const contractGetBaseItemOfContract = {
|
|
|
418
418
|
method: "GET",
|
|
419
419
|
operationId: "contract-get-base-item-of-contract",
|
|
420
420
|
};
|
|
421
|
+
/** Return the AI Hosting Contract for the given Customer. */
|
|
422
|
+
export const contractGetDetailOfContractByAiHosting = {
|
|
423
|
+
path: "/v2/customers/{customerId}/ai-hosting/contract",
|
|
424
|
+
method: "GET",
|
|
425
|
+
operationId: "contract-get-detail-of-contract-by-ai-hosting",
|
|
426
|
+
};
|
|
421
427
|
/** Return the Contract for the given Certificate. */
|
|
422
428
|
export const contractGetDetailOfContractByCertificate = {
|
|
423
429
|
path: "/v2/certificates/{certificateId}/contract",
|
|
@@ -658,12 +664,6 @@ export const conversationUpdateMessage = {
|
|
|
658
664
|
method: "PATCH",
|
|
659
665
|
operationId: "conversation-update-message",
|
|
660
666
|
};
|
|
661
|
-
/** Abort a CronjobExecution. */
|
|
662
|
-
export const cronjobAbortExecution = {
|
|
663
|
-
path: "/v2/cronjobs/{cronjobId}/executions/{executionId}/actions/abort",
|
|
664
|
-
method: "POST",
|
|
665
|
-
operationId: "cronjob-abort-execution",
|
|
666
|
-
};
|
|
667
667
|
/** List Cronjobs belonging to a Project. */
|
|
668
668
|
export const cronjobListCronjobs = {
|
|
669
669
|
path: "/v2/projects/{projectId}/cronjobs",
|
|
@@ -1810,6 +1810,12 @@ export const miscGetLlmModelsExperimental = {
|
|
|
1810
1810
|
method: "GET",
|
|
1811
1811
|
operationId: "misc-get-llm-models-experimental",
|
|
1812
1812
|
};
|
|
1813
|
+
/** List valid time zones. */
|
|
1814
|
+
export const miscellaneousListTimeZones = {
|
|
1815
|
+
path: "/v2/time-zones",
|
|
1816
|
+
method: "GET",
|
|
1817
|
+
operationId: "miscellaneous-list-time-zones",
|
|
1818
|
+
};
|
|
1813
1819
|
/** Getting the subscription status of the subscription. */
|
|
1814
1820
|
export const newsletterGetInfo = {
|
|
1815
1821
|
path: "/v2/newsletter-subscriptions/self",
|
|
@@ -2626,9 +2632,3 @@ export const verificationVerifyCompany = {
|
|
|
2626
2632
|
method: "POST",
|
|
2627
2633
|
operationId: "verification-verify-company",
|
|
2628
2634
|
};
|
|
2629
|
-
/** Return the AI Hosting Contract for the given Customer. */
|
|
2630
|
-
export const contractGetDetailOfContractByAiHosting = {
|
|
2631
|
-
path: "/v2/customers/{customerId}/ai-hosting/contract",
|
|
2632
|
-
method: "GET",
|
|
2633
|
-
operationId: "contract-get-detail-of-contract-by-ai-hosting",
|
|
2634
|
-
};
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.278.0';
|
|
@@ -596,6 +596,21 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
596
596
|
termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
597
597
|
totalPrice: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractPrice;
|
|
598
598
|
}>;
|
|
599
|
+
/** Return the AI Hosting Contract for the given Customer. */
|
|
600
|
+
getDetailOfContractByAiHosting: (conf: {
|
|
601
|
+
customerId: string;
|
|
602
|
+
headers?: {
|
|
603
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
604
|
+
"x-access-token"?: string | undefined;
|
|
605
|
+
} | undefined;
|
|
606
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
607
|
+
additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
608
|
+
baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
609
|
+
contractId: string;
|
|
610
|
+
contractNumber: string;
|
|
611
|
+
customerId: string;
|
|
612
|
+
termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
613
|
+
}>;
|
|
599
614
|
/** Return the Contract for the given Certificate. */
|
|
600
615
|
getDetailOfContractByCertificate: (conf: {
|
|
601
616
|
certificateId: string;
|
|
@@ -901,21 +916,6 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
901
916
|
templateNames?: string[] | undefined;
|
|
902
917
|
} | undefined;
|
|
903
918
|
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[]>;
|
|
904
|
-
/** Return the AI Hosting Contract for the given Customer. */
|
|
905
|
-
getDetailOfContractByAiHosting: (conf: {
|
|
906
|
-
customerId: string;
|
|
907
|
-
headers?: {
|
|
908
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
909
|
-
"x-access-token"?: string | undefined;
|
|
910
|
-
} | undefined;
|
|
911
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
912
|
-
additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
913
|
-
baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
914
|
-
contractId: string;
|
|
915
|
-
contractNumber: string;
|
|
916
|
-
customerId: string;
|
|
917
|
-
termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
918
|
-
}>;
|
|
919
919
|
};
|
|
920
920
|
declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
921
921
|
/** Get a Contributor. */
|
|
@@ -1469,6 +1469,7 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1469
1469
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1470
1470
|
active: boolean;
|
|
1471
1471
|
appId: string;
|
|
1472
|
+
concurrencyPolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy | undefined;
|
|
1472
1473
|
createdAt: string;
|
|
1473
1474
|
description: string;
|
|
1474
1475
|
destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
@@ -1480,6 +1481,7 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1480
1481
|
nextExecutionTime?: string | undefined;
|
|
1481
1482
|
projectId?: string | undefined;
|
|
1482
1483
|
shortId: string;
|
|
1484
|
+
timeZone?: string | undefined;
|
|
1483
1485
|
timeout: number;
|
|
1484
1486
|
updatedAt: string;
|
|
1485
1487
|
}>;
|
|
@@ -1511,6 +1513,7 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1511
1513
|
end?: string | undefined;
|
|
1512
1514
|
executionEnd?: string | undefined;
|
|
1513
1515
|
executionStart?: string | undefined;
|
|
1516
|
+
exitCode?: number | undefined;
|
|
1514
1517
|
id: string;
|
|
1515
1518
|
logPath?: string | undefined;
|
|
1516
1519
|
start?: string | undefined;
|
|
@@ -2534,6 +2537,13 @@ declare const buildMiscApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
2534
2537
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2535
2538
|
} | undefined;
|
|
2536
2539
|
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingModel[]>;
|
|
2540
|
+
/** List valid time zones. */
|
|
2541
|
+
ellaneousListTimeZones: (conf?: {
|
|
2542
|
+
headers?: {
|
|
2543
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2544
|
+
"x-access-token"?: string | undefined;
|
|
2545
|
+
} | undefined;
|
|
2546
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<string[]>;
|
|
2537
2547
|
};
|
|
2538
2548
|
declare const buildNotificationApi: (baseClient: MittwaldAPIV2Client) => {
|
|
2539
2549
|
/** Getting the subscription status of the subscription. */
|
|
@@ -4808,6 +4808,68 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4808
4808
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4809
4809
|
[x: string]: unknown;
|
|
4810
4810
|
}, 429, "application/json">>>;
|
|
4811
|
+
/** Return the AI Hosting Contract for the given Customer. */
|
|
4812
|
+
getDetailOfContractByAiHosting: (request: {
|
|
4813
|
+
customerId: string;
|
|
4814
|
+
headers?: {
|
|
4815
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
4816
|
+
"x-access-token"?: string | undefined;
|
|
4817
|
+
} | undefined;
|
|
4818
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4819
|
+
headers?: Partial<{
|
|
4820
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4821
|
+
}>;
|
|
4822
|
+
} & {
|
|
4823
|
+
pathParameters: {
|
|
4824
|
+
customerId: string;
|
|
4825
|
+
};
|
|
4826
|
+
} & {
|
|
4827
|
+
headers: {
|
|
4828
|
+
"x-access-token"?: string | undefined;
|
|
4829
|
+
} & Partial<{
|
|
4830
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4831
|
+
}>;
|
|
4832
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
4833
|
+
additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
4834
|
+
baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
4835
|
+
contractId: string;
|
|
4836
|
+
contractNumber: string;
|
|
4837
|
+
customerId: string;
|
|
4838
|
+
termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
4839
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4840
|
+
[x: string]: unknown;
|
|
4841
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4842
|
+
[x: string]: unknown;
|
|
4843
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4844
|
+
[x: string]: unknown;
|
|
4845
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4846
|
+
headers?: Partial<{
|
|
4847
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4848
|
+
}>;
|
|
4849
|
+
} & {
|
|
4850
|
+
pathParameters: {
|
|
4851
|
+
customerId: string;
|
|
4852
|
+
};
|
|
4853
|
+
} & {
|
|
4854
|
+
headers: {
|
|
4855
|
+
"x-access-token"?: string | undefined;
|
|
4856
|
+
} & Partial<{
|
|
4857
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4858
|
+
}>;
|
|
4859
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
4860
|
+
additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
4861
|
+
baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
4862
|
+
contractId: string;
|
|
4863
|
+
contractNumber: string;
|
|
4864
|
+
customerId: string;
|
|
4865
|
+
termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
4866
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4867
|
+
[x: string]: unknown;
|
|
4868
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4869
|
+
[x: string]: unknown;
|
|
4870
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4871
|
+
[x: string]: unknown;
|
|
4872
|
+
}, 429, "application/json">>>;
|
|
4811
4873
|
/** Return the Contract for the given Certificate. */
|
|
4812
4874
|
getDetailOfContractByCertificate: (request: {
|
|
4813
4875
|
certificateId: string;
|
|
@@ -6428,68 +6490,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6428
6490
|
}, 422, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6429
6491
|
[x: string]: unknown;
|
|
6430
6492
|
}, 429, "application/json">>>;
|
|
6431
|
-
/** Return the AI Hosting Contract for the given Customer. */
|
|
6432
|
-
getDetailOfContractByAiHosting: (request: {
|
|
6433
|
-
customerId: string;
|
|
6434
|
-
headers?: {
|
|
6435
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6436
|
-
"x-access-token"?: string | undefined;
|
|
6437
|
-
} | undefined;
|
|
6438
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6439
|
-
headers?: Partial<{
|
|
6440
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6441
|
-
}>;
|
|
6442
|
-
} & {
|
|
6443
|
-
pathParameters: {
|
|
6444
|
-
customerId: string;
|
|
6445
|
-
};
|
|
6446
|
-
} & {
|
|
6447
|
-
headers: {
|
|
6448
|
-
"x-access-token"?: string | undefined;
|
|
6449
|
-
} & Partial<{
|
|
6450
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6451
|
-
}>;
|
|
6452
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6453
|
-
additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
6454
|
-
baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
6455
|
-
contractId: string;
|
|
6456
|
-
contractNumber: string;
|
|
6457
|
-
customerId: string;
|
|
6458
|
-
termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
6459
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6460
|
-
[x: string]: unknown;
|
|
6461
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6462
|
-
[x: string]: unknown;
|
|
6463
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6464
|
-
[x: string]: unknown;
|
|
6465
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6466
|
-
headers?: Partial<{
|
|
6467
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6468
|
-
}>;
|
|
6469
|
-
} & {
|
|
6470
|
-
pathParameters: {
|
|
6471
|
-
customerId: string;
|
|
6472
|
-
};
|
|
6473
|
-
} & {
|
|
6474
|
-
headers: {
|
|
6475
|
-
"x-access-token"?: string | undefined;
|
|
6476
|
-
} & Partial<{
|
|
6477
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6478
|
-
}>;
|
|
6479
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6480
|
-
additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
6481
|
-
baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
6482
|
-
contractId: string;
|
|
6483
|
-
contractNumber: string;
|
|
6484
|
-
customerId: string;
|
|
6485
|
-
termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
6486
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6487
|
-
[x: string]: unknown;
|
|
6488
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6489
|
-
[x: string]: unknown;
|
|
6490
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6491
|
-
[x: string]: unknown;
|
|
6492
|
-
}, 429, "application/json">>>;
|
|
6493
6493
|
};
|
|
6494
6494
|
/** The marketplace API allows you to manage extensions and more information regaring the marketplace. */
|
|
6495
6495
|
readonly marketplace: {
|
|
@@ -11651,53 +11651,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11651
11651
|
};
|
|
11652
11652
|
/** The cronjob API allows you to manage cronjobs within a project. */
|
|
11653
11653
|
readonly cronjob: {
|
|
11654
|
-
/** Abort a CronjobExecution. */
|
|
11655
|
-
abortExecution: (request: {
|
|
11656
|
-
cronjobId: string;
|
|
11657
|
-
executionId: string;
|
|
11658
|
-
headers?: {
|
|
11659
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
11660
|
-
"x-access-token"?: string | undefined;
|
|
11661
|
-
} | undefined;
|
|
11662
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
11663
|
-
headers?: Partial<{
|
|
11664
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11665
|
-
}>;
|
|
11666
|
-
} & {
|
|
11667
|
-
pathParameters: {
|
|
11668
|
-
cronjobId: string;
|
|
11669
|
-
executionId: string;
|
|
11670
|
-
};
|
|
11671
|
-
} & {
|
|
11672
|
-
headers: {
|
|
11673
|
-
"x-access-token"?: string | undefined;
|
|
11674
|
-
} & Partial<{
|
|
11675
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11676
|
-
}>;
|
|
11677
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
11678
|
-
[x: string]: unknown;
|
|
11679
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11680
|
-
[x: string]: unknown;
|
|
11681
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
11682
|
-
headers?: Partial<{
|
|
11683
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11684
|
-
}>;
|
|
11685
|
-
} & {
|
|
11686
|
-
pathParameters: {
|
|
11687
|
-
cronjobId: string;
|
|
11688
|
-
executionId: string;
|
|
11689
|
-
};
|
|
11690
|
-
} & {
|
|
11691
|
-
headers: {
|
|
11692
|
-
"x-access-token"?: string | undefined;
|
|
11693
|
-
} & Partial<{
|
|
11694
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11695
|
-
}>;
|
|
11696
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
11697
|
-
[x: string]: unknown;
|
|
11698
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11699
|
-
[x: string]: unknown;
|
|
11700
|
-
}, 429, "application/json">>>;
|
|
11701
11654
|
/** List Cronjobs belonging to a Project. */
|
|
11702
11655
|
listCronjobs: (request: {
|
|
11703
11656
|
projectId: string;
|
|
@@ -11775,8 +11728,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11775
11728
|
};
|
|
11776
11729
|
interval: string;
|
|
11777
11730
|
timeout: number;
|
|
11731
|
+
concurrencyPolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy | undefined;
|
|
11778
11732
|
email?: string | undefined;
|
|
11779
11733
|
failedExecutionAlertThreshold?: number | undefined;
|
|
11734
|
+
timeZone?: string | undefined;
|
|
11780
11735
|
};
|
|
11781
11736
|
projectId: string;
|
|
11782
11737
|
headers?: {
|
|
@@ -11787,11 +11742,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11787
11742
|
data: {
|
|
11788
11743
|
active: boolean;
|
|
11789
11744
|
appId: string;
|
|
11745
|
+
concurrencyPolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy | undefined;
|
|
11790
11746
|
description: string;
|
|
11791
11747
|
destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
11792
11748
|
email?: string | undefined;
|
|
11793
11749
|
failedExecutionAlertThreshold?: number | undefined;
|
|
11794
11750
|
interval: string;
|
|
11751
|
+
timeZone?: string | undefined;
|
|
11795
11752
|
timeout: number;
|
|
11796
11753
|
};
|
|
11797
11754
|
} & {
|
|
@@ -11820,11 +11777,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11820
11777
|
data: {
|
|
11821
11778
|
active: boolean;
|
|
11822
11779
|
appId: string;
|
|
11780
|
+
concurrencyPolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy | undefined;
|
|
11823
11781
|
description: string;
|
|
11824
11782
|
destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
11825
11783
|
email?: string | undefined;
|
|
11826
11784
|
failedExecutionAlertThreshold?: number | undefined;
|
|
11827
11785
|
interval: string;
|
|
11786
|
+
timeZone?: string | undefined;
|
|
11828
11787
|
timeout: number;
|
|
11829
11788
|
};
|
|
11830
11789
|
} & {
|
|
@@ -12003,6 +11962,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12003
11962
|
}, import("@mittwald/api-client-commons").Response<{
|
|
12004
11963
|
active: boolean;
|
|
12005
11964
|
appId: string;
|
|
11965
|
+
concurrencyPolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy | undefined;
|
|
12006
11966
|
createdAt: string;
|
|
12007
11967
|
description: string;
|
|
12008
11968
|
destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
@@ -12014,6 +11974,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12014
11974
|
nextExecutionTime?: string | undefined;
|
|
12015
11975
|
projectId?: string | undefined;
|
|
12016
11976
|
shortId: string;
|
|
11977
|
+
timeZone?: string | undefined;
|
|
12017
11978
|
timeout: number;
|
|
12018
11979
|
updatedAt: string;
|
|
12019
11980
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -12037,6 +11998,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12037
11998
|
}, import("@mittwald/api-client-commons").Response<{
|
|
12038
11999
|
active: boolean;
|
|
12039
12000
|
appId: string;
|
|
12001
|
+
concurrencyPolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy | undefined;
|
|
12040
12002
|
createdAt: string;
|
|
12041
12003
|
description: string;
|
|
12042
12004
|
destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
@@ -12048,6 +12010,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12048
12010
|
nextExecutionTime?: string | undefined;
|
|
12049
12011
|
projectId?: string | undefined;
|
|
12050
12012
|
shortId: string;
|
|
12013
|
+
timeZone?: string | undefined;
|
|
12051
12014
|
timeout: number;
|
|
12052
12015
|
updatedAt: string;
|
|
12053
12016
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -12108,6 +12071,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12108
12071
|
cronjobId: string;
|
|
12109
12072
|
data?: {
|
|
12110
12073
|
active?: boolean | undefined;
|
|
12074
|
+
concurrencyPolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy | undefined;
|
|
12111
12075
|
description?: string | undefined;
|
|
12112
12076
|
destination?: {
|
|
12113
12077
|
interpreter: string;
|
|
@@ -12119,6 +12083,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12119
12083
|
email?: string | undefined;
|
|
12120
12084
|
failedExecutionAlertThreshold?: number | undefined;
|
|
12121
12085
|
interval?: string | undefined;
|
|
12086
|
+
timeZone?: string | undefined;
|
|
12122
12087
|
timeout?: number | undefined;
|
|
12123
12088
|
} | undefined;
|
|
12124
12089
|
headers?: {
|
|
@@ -12128,11 +12093,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12128
12093
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
12129
12094
|
data: {
|
|
12130
12095
|
active?: boolean | undefined;
|
|
12096
|
+
concurrencyPolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy | undefined;
|
|
12131
12097
|
description?: string | undefined;
|
|
12132
12098
|
destination?: (import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand) | undefined;
|
|
12133
12099
|
email?: string | undefined;
|
|
12134
12100
|
failedExecutionAlertThreshold?: number | undefined;
|
|
12135
12101
|
interval?: string | undefined;
|
|
12102
|
+
timeZone?: string | undefined;
|
|
12136
12103
|
timeout?: number | undefined;
|
|
12137
12104
|
};
|
|
12138
12105
|
} & {
|
|
@@ -12160,11 +12127,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12160
12127
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
12161
12128
|
data: {
|
|
12162
12129
|
active?: boolean | undefined;
|
|
12130
|
+
concurrencyPolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy | undefined;
|
|
12163
12131
|
description?: string | undefined;
|
|
12164
12132
|
destination?: (import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand) | undefined;
|
|
12165
12133
|
email?: string | undefined;
|
|
12166
12134
|
failedExecutionAlertThreshold?: number | undefined;
|
|
12167
12135
|
interval?: string | undefined;
|
|
12136
|
+
timeZone?: string | undefined;
|
|
12168
12137
|
timeout?: number | undefined;
|
|
12169
12138
|
};
|
|
12170
12139
|
} & {
|
|
@@ -12289,6 +12258,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12289
12258
|
end?: string | undefined;
|
|
12290
12259
|
executionEnd?: string | undefined;
|
|
12291
12260
|
executionStart?: string | undefined;
|
|
12261
|
+
exitCode?: number | undefined;
|
|
12292
12262
|
id: string;
|
|
12293
12263
|
logPath?: string | undefined;
|
|
12294
12264
|
start?: string | undefined;
|
|
@@ -12325,6 +12295,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12325
12295
|
end?: string | undefined;
|
|
12326
12296
|
executionEnd?: string | undefined;
|
|
12327
12297
|
executionStart?: string | undefined;
|
|
12298
|
+
exitCode?: number | undefined;
|
|
12328
12299
|
id: string;
|
|
12329
12300
|
logPath?: string | undefined;
|
|
12330
12301
|
start?: string | undefined;
|
|
@@ -13991,7 +13962,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
13991
13962
|
data: {
|
|
13992
13963
|
description: string;
|
|
13993
13964
|
user: {
|
|
13994
|
-
accessLevel: "full"
|
|
13965
|
+
accessLevel: "full";
|
|
13995
13966
|
password: string;
|
|
13996
13967
|
accessIpMask?: string | undefined;
|
|
13997
13968
|
externalAccess?: boolean | undefined;
|
|
@@ -14120,7 +14091,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
14120
14091
|
} | undefined;
|
|
14121
14092
|
};
|
|
14122
14093
|
user: {
|
|
14123
|
-
accessLevel: "full"
|
|
14094
|
+
accessLevel: "full";
|
|
14124
14095
|
password: string;
|
|
14125
14096
|
accessIpMask?: string | undefined;
|
|
14126
14097
|
externalAccess?: boolean | undefined;
|
|
@@ -24628,6 +24599,37 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24628
24599
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24629
24600
|
[x: string]: unknown;
|
|
24630
24601
|
}, 429, "application/json">>>;
|
|
24602
|
+
/** List valid time zones. */
|
|
24603
|
+
ellaneousListTimeZones: (request?: {
|
|
24604
|
+
headers?: {
|
|
24605
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24606
|
+
"x-access-token"?: string | undefined;
|
|
24607
|
+
} | undefined;
|
|
24608
|
+
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
24609
|
+
headers?: Partial<{
|
|
24610
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24611
|
+
}>;
|
|
24612
|
+
} & {
|
|
24613
|
+
headers: {
|
|
24614
|
+
"x-access-token"?: string | undefined;
|
|
24615
|
+
} & Partial<{
|
|
24616
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24617
|
+
}>;
|
|
24618
|
+
}, import("@mittwald/api-client-commons").Response<string[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24619
|
+
[x: string]: unknown;
|
|
24620
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
24621
|
+
headers?: Partial<{
|
|
24622
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24623
|
+
}>;
|
|
24624
|
+
} & {
|
|
24625
|
+
headers: {
|
|
24626
|
+
"x-access-token"?: string | undefined;
|
|
24627
|
+
} & Partial<{
|
|
24628
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24629
|
+
}>;
|
|
24630
|
+
}, import("@mittwald/api-client-commons").Response<string[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24631
|
+
[x: string]: unknown;
|
|
24632
|
+
}, 429, "application/json">>>;
|
|
24631
24633
|
/** Obtain a service token. */
|
|
24632
24634
|
servicetokenAuthenticateService: (request: {
|
|
24633
24635
|
data: {
|
|
@@ -143,6 +143,8 @@ export declare const contractTerminateContract: OpenAPIOperation<RequestType<Sim
|
|
|
143
143
|
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">>;
|
|
144
144
|
/** Return the BaseItem of the Contract with the given ID. */
|
|
145
145
|
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">>;
|
|
146
|
+
/** Return the AI Hosting Contract for the given Customer. */
|
|
147
|
+
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">>;
|
|
146
148
|
/** Return the Contract for the given Certificate. */
|
|
147
149
|
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">>;
|
|
148
150
|
/** Return the Contract for the given Domain. */
|
|
@@ -223,8 +225,6 @@ export declare const conversationRequestFileUpload: OpenAPIOperation<RequestType
|
|
|
223
225
|
export declare const conversationSetConversationStatus: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdStatus.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdStatus.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdStatus.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdStatus.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdStatus.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdStatus.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdStatus.Put.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdStatus.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdStatus.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdStatus.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
224
226
|
/** Update the content of the message */
|
|
225
227
|
export declare const conversationUpdateMessage: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
226
|
-
/** Abort a CronjobExecution. */
|
|
227
|
-
export declare const cronjobAbortExecution: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
228
228
|
/** List Cronjobs belonging to a Project. */
|
|
229
229
|
export declare const cronjobListCronjobs: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
230
230
|
/** Create a Cronjob. */
|
|
@@ -607,6 +607,8 @@ export declare const marketplaceCustomerGetPaymentMethod: OpenAPIOperation<Reque
|
|
|
607
607
|
export declare const marketplaceCustomerUpdatePaymentMethod: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
608
608
|
/** Get a list of currently active llm models. */
|
|
609
609
|
export declare const miscGetLlmModelsExperimental: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2LlmModels.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2LlmModels.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2LlmModels.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2LlmModels.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LlmModels.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LlmModels.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LlmModels.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LlmModels.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LlmModels.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
610
|
+
/** List valid time zones. */
|
|
611
|
+
export declare const miscellaneousListTimeZones: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2TimeZones.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2TimeZones.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2TimeZones.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2TimeZones.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2TimeZones.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2TimeZones.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
610
612
|
/** Getting the subscription status of the subscription. */
|
|
611
613
|
export declare const newsletterGetInfo: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
612
614
|
/** Unsubscribe a user from the mStudio newsletter. */
|
|
@@ -879,5 +881,3 @@ export declare const verificationDetectPhishingEmail: OpenAPIOperation<RequestTy
|
|
|
879
881
|
export declare const verificationVerifyAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
880
882
|
/** Check if a company exists. */
|
|
881
883
|
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.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
882
|
-
/** Return the AI Hosting Contract for the given Customer. */
|
|
883
|
-
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">>;
|
|
@@ -282,6 +282,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
282
282
|
type RequestData = InferredRequestData<typeof descriptors.contractGetBaseItemOfContract>;
|
|
283
283
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetBaseItemOfContract, TStatus>;
|
|
284
284
|
}
|
|
285
|
+
namespace ContractGetDetailOfContractByAiHosting {
|
|
286
|
+
type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByAiHosting>;
|
|
287
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByAiHosting, TStatus>;
|
|
288
|
+
}
|
|
285
289
|
namespace ContractGetDetailOfContractByCertificate {
|
|
286
290
|
type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByCertificate>;
|
|
287
291
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByCertificate, TStatus>;
|
|
@@ -442,10 +446,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
442
446
|
type RequestData = InferredRequestData<typeof descriptors.conversationUpdateMessage>;
|
|
443
447
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.conversationUpdateMessage, TStatus>;
|
|
444
448
|
}
|
|
445
|
-
namespace CronjobAbortExecution {
|
|
446
|
-
type RequestData = InferredRequestData<typeof descriptors.cronjobAbortExecution>;
|
|
447
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobAbortExecution, TStatus>;
|
|
448
|
-
}
|
|
449
449
|
namespace CronjobListCronjobs {
|
|
450
450
|
type RequestData = InferredRequestData<typeof descriptors.cronjobListCronjobs>;
|
|
451
451
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobListCronjobs, TStatus>;
|
|
@@ -1210,6 +1210,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1210
1210
|
type RequestData = InferredRequestData<typeof descriptors.miscGetLlmModelsExperimental>;
|
|
1211
1211
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.miscGetLlmModelsExperimental, TStatus>;
|
|
1212
1212
|
}
|
|
1213
|
+
namespace MiscellaneousListTimeZones {
|
|
1214
|
+
type RequestData = InferredRequestData<typeof descriptors.miscellaneousListTimeZones>;
|
|
1215
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.miscellaneousListTimeZones, TStatus>;
|
|
1216
|
+
}
|
|
1213
1217
|
namespace NewsletterGetInfo {
|
|
1214
1218
|
type RequestData = InferredRequestData<typeof descriptors.newsletterGetInfo>;
|
|
1215
1219
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.newsletterGetInfo, TStatus>;
|
|
@@ -1754,10 +1758,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1754
1758
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1755
1759
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1756
1760
|
}
|
|
1757
|
-
namespace ContractGetDetailOfContractByAiHosting {
|
|
1758
|
-
type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByAiHosting>;
|
|
1759
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByAiHosting, TStatus>;
|
|
1760
|
-
}
|
|
1761
1761
|
}
|
|
1762
1762
|
namespace Components {
|
|
1763
1763
|
namespace Schemas {
|
|
@@ -2819,9 +2819,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2819
2819
|
parameters?: string;
|
|
2820
2820
|
path: string;
|
|
2821
2821
|
}
|
|
2822
|
+
type CronjobConcurrencyPolicy = "allow" | "forbid" | "replace";
|
|
2822
2823
|
interface CronjobCronjob {
|
|
2823
2824
|
active: boolean;
|
|
2824
2825
|
appId: string;
|
|
2826
|
+
concurrencyPolicy?: MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy;
|
|
2825
2827
|
createdAt: string;
|
|
2826
2828
|
description: string;
|
|
2827
2829
|
destination: MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
@@ -2833,6 +2835,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2833
2835
|
nextExecutionTime?: string;
|
|
2834
2836
|
projectId?: string;
|
|
2835
2837
|
shortId: string;
|
|
2838
|
+
timeZone?: string;
|
|
2836
2839
|
timeout: number;
|
|
2837
2840
|
updatedAt: string;
|
|
2838
2841
|
}
|
|
@@ -2851,6 +2854,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2851
2854
|
* @deprecated
|
|
2852
2855
|
*/
|
|
2853
2856
|
executionStart?: string;
|
|
2857
|
+
exitCode?: number;
|
|
2854
2858
|
id: string;
|
|
2855
2859
|
logPath?: string;
|
|
2856
2860
|
start?: string;
|
|
@@ -2867,11 +2871,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2867
2871
|
interface CronjobCronjobRequest {
|
|
2868
2872
|
active: boolean;
|
|
2869
2873
|
appId: string;
|
|
2874
|
+
concurrencyPolicy?: MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy;
|
|
2870
2875
|
description: string;
|
|
2871
2876
|
destination: MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
2872
2877
|
email?: string;
|
|
2873
2878
|
failedExecutionAlertThreshold?: number;
|
|
2874
2879
|
interval: string;
|
|
2880
|
+
timeZone?: string;
|
|
2875
2881
|
timeout: number;
|
|
2876
2882
|
}
|
|
2877
2883
|
interface CronjobCronjobUrl {
|
|
@@ -2937,7 +2943,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2937
2943
|
}
|
|
2938
2944
|
interface DatabaseCreateMySqlUserWithDatabase {
|
|
2939
2945
|
accessIpMask?: string;
|
|
2940
|
-
accessLevel: "full"
|
|
2946
|
+
accessLevel: "full";
|
|
2941
2947
|
externalAccess?: boolean;
|
|
2942
2948
|
password: string;
|
|
2943
2949
|
}
|
|
@@ -9419,6 +9425,52 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9419
9425
|
}
|
|
9420
9426
|
}
|
|
9421
9427
|
}
|
|
9428
|
+
namespace V2CustomersCustomerIdAiHostingContract {
|
|
9429
|
+
namespace Get {
|
|
9430
|
+
namespace Parameters {
|
|
9431
|
+
type Path = {
|
|
9432
|
+
customerId: string;
|
|
9433
|
+
};
|
|
9434
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9435
|
+
type Query = {};
|
|
9436
|
+
}
|
|
9437
|
+
namespace Responses {
|
|
9438
|
+
namespace $200 {
|
|
9439
|
+
namespace Content {
|
|
9440
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContractContract;
|
|
9441
|
+
}
|
|
9442
|
+
}
|
|
9443
|
+
namespace $400 {
|
|
9444
|
+
namespace Content {
|
|
9445
|
+
interface ApplicationJson {
|
|
9446
|
+
[k: string]: unknown;
|
|
9447
|
+
}
|
|
9448
|
+
}
|
|
9449
|
+
}
|
|
9450
|
+
namespace $404 {
|
|
9451
|
+
namespace Content {
|
|
9452
|
+
interface ApplicationJson {
|
|
9453
|
+
[k: string]: unknown;
|
|
9454
|
+
}
|
|
9455
|
+
}
|
|
9456
|
+
}
|
|
9457
|
+
namespace $429 {
|
|
9458
|
+
namespace Content {
|
|
9459
|
+
interface ApplicationJson {
|
|
9460
|
+
[k: string]: unknown;
|
|
9461
|
+
}
|
|
9462
|
+
}
|
|
9463
|
+
}
|
|
9464
|
+
namespace Default {
|
|
9465
|
+
namespace Content {
|
|
9466
|
+
interface ApplicationJson {
|
|
9467
|
+
[k: string]: unknown;
|
|
9468
|
+
}
|
|
9469
|
+
}
|
|
9470
|
+
}
|
|
9471
|
+
}
|
|
9472
|
+
}
|
|
9473
|
+
}
|
|
9422
9474
|
namespace V2CertificatesCertificateIdContract {
|
|
9423
9475
|
namespace Get {
|
|
9424
9476
|
namespace Parameters {
|
|
@@ -11369,46 +11421,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11369
11421
|
}
|
|
11370
11422
|
}
|
|
11371
11423
|
}
|
|
11372
|
-
namespace V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort {
|
|
11373
|
-
namespace Post {
|
|
11374
|
-
namespace Parameters {
|
|
11375
|
-
type Path = {
|
|
11376
|
-
cronjobId: string;
|
|
11377
|
-
executionId: string;
|
|
11378
|
-
};
|
|
11379
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
11380
|
-
type Query = {};
|
|
11381
|
-
}
|
|
11382
|
-
namespace Responses {
|
|
11383
|
-
namespace $204 {
|
|
11384
|
-
namespace Content {
|
|
11385
|
-
type Empty = unknown;
|
|
11386
|
-
}
|
|
11387
|
-
}
|
|
11388
|
-
namespace $404 {
|
|
11389
|
-
namespace Content {
|
|
11390
|
-
interface ApplicationJson {
|
|
11391
|
-
[k: string]: unknown;
|
|
11392
|
-
}
|
|
11393
|
-
}
|
|
11394
|
-
}
|
|
11395
|
-
namespace $429 {
|
|
11396
|
-
namespace Content {
|
|
11397
|
-
interface ApplicationJson {
|
|
11398
|
-
[k: string]: unknown;
|
|
11399
|
-
}
|
|
11400
|
-
}
|
|
11401
|
-
}
|
|
11402
|
-
namespace Default {
|
|
11403
|
-
namespace Content {
|
|
11404
|
-
interface ApplicationJson {
|
|
11405
|
-
[k: string]: unknown;
|
|
11406
|
-
}
|
|
11407
|
-
}
|
|
11408
|
-
}
|
|
11409
|
-
}
|
|
11410
|
-
}
|
|
11411
|
-
}
|
|
11412
11424
|
namespace V2ProjectsProjectIdCronjobs {
|
|
11413
11425
|
namespace Get {
|
|
11414
11426
|
namespace Parameters {
|
|
@@ -11671,11 +11683,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11671
11683
|
};
|
|
11672
11684
|
interface RequestBody {
|
|
11673
11685
|
active?: boolean;
|
|
11686
|
+
concurrencyPolicy?: MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy;
|
|
11674
11687
|
description?: string;
|
|
11675
11688
|
destination?: MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
11676
11689
|
email?: string;
|
|
11677
11690
|
failedExecutionAlertThreshold?: number;
|
|
11678
11691
|
interval?: string;
|
|
11692
|
+
timeZone?: string;
|
|
11679
11693
|
timeout?: number;
|
|
11680
11694
|
}
|
|
11681
11695
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
@@ -14295,6 +14309,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14295
14309
|
}
|
|
14296
14310
|
namespace V2AppinstallationsAppInstallationIdDatabases { }
|
|
14297
14311
|
namespace V2ContractsContractIdItemsContractItemIdNextTerminationDates { }
|
|
14312
|
+
namespace V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort { }
|
|
14298
14313
|
namespace V2CustomerCustomerIdActionsLeave { }
|
|
14299
14314
|
namespace V2CustomersCustomerIdActionsLeave { }
|
|
14300
14315
|
namespace V2DnsZonesZoneIdRecordsetAcombinedCustom { }
|
|
@@ -21534,6 +21549,36 @@ export declare namespace MittwaldAPIV2 {
|
|
|
21534
21549
|
}
|
|
21535
21550
|
}
|
|
21536
21551
|
}
|
|
21552
|
+
namespace V2TimeZones {
|
|
21553
|
+
namespace Get {
|
|
21554
|
+
namespace Parameters {
|
|
21555
|
+
type Path = {};
|
|
21556
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
21557
|
+
type Query = {};
|
|
21558
|
+
}
|
|
21559
|
+
namespace Responses {
|
|
21560
|
+
namespace $200 {
|
|
21561
|
+
namespace Content {
|
|
21562
|
+
type ApplicationJson = string[];
|
|
21563
|
+
}
|
|
21564
|
+
}
|
|
21565
|
+
namespace $429 {
|
|
21566
|
+
namespace Content {
|
|
21567
|
+
interface ApplicationJson {
|
|
21568
|
+
[k: string]: unknown;
|
|
21569
|
+
}
|
|
21570
|
+
}
|
|
21571
|
+
}
|
|
21572
|
+
namespace Default {
|
|
21573
|
+
namespace Content {
|
|
21574
|
+
interface ApplicationJson {
|
|
21575
|
+
[k: string]: unknown;
|
|
21576
|
+
}
|
|
21577
|
+
}
|
|
21578
|
+
}
|
|
21579
|
+
}
|
|
21580
|
+
}
|
|
21581
|
+
}
|
|
21537
21582
|
namespace V2NewsletterSubscriptionsSelf {
|
|
21538
21583
|
namespace Get {
|
|
21539
21584
|
namespace Parameters {
|
|
@@ -27997,51 +28042,5 @@ export declare namespace MittwaldAPIV2 {
|
|
|
27997
28042
|
}
|
|
27998
28043
|
}
|
|
27999
28044
|
}
|
|
28000
|
-
namespace V2CustomersCustomerIdAiHostingContract {
|
|
28001
|
-
namespace Get {
|
|
28002
|
-
namespace Parameters {
|
|
28003
|
-
type Path = {
|
|
28004
|
-
customerId: string;
|
|
28005
|
-
};
|
|
28006
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
28007
|
-
type Query = {};
|
|
28008
|
-
}
|
|
28009
|
-
namespace Responses {
|
|
28010
|
-
namespace $200 {
|
|
28011
|
-
namespace Content {
|
|
28012
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContractContract;
|
|
28013
|
-
}
|
|
28014
|
-
}
|
|
28015
|
-
namespace $400 {
|
|
28016
|
-
namespace Content {
|
|
28017
|
-
interface ApplicationJson {
|
|
28018
|
-
[k: string]: unknown;
|
|
28019
|
-
}
|
|
28020
|
-
}
|
|
28021
|
-
}
|
|
28022
|
-
namespace $404 {
|
|
28023
|
-
namespace Content {
|
|
28024
|
-
interface ApplicationJson {
|
|
28025
|
-
[k: string]: unknown;
|
|
28026
|
-
}
|
|
28027
|
-
}
|
|
28028
|
-
}
|
|
28029
|
-
namespace $429 {
|
|
28030
|
-
namespace Content {
|
|
28031
|
-
interface ApplicationJson {
|
|
28032
|
-
[k: string]: unknown;
|
|
28033
|
-
}
|
|
28034
|
-
}
|
|
28035
|
-
}
|
|
28036
|
-
namespace Default {
|
|
28037
|
-
namespace Content {
|
|
28038
|
-
interface ApplicationJson {
|
|
28039
|
-
[k: string]: unknown;
|
|
28040
|
-
}
|
|
28041
|
-
}
|
|
28042
|
-
}
|
|
28043
|
-
}
|
|
28044
|
-
}
|
|
28045
|
-
}
|
|
28046
28045
|
}
|
|
28047
28046
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.278.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.279.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",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"test:compile": "run tsc --noEmit"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@mittwald/api-client-commons": "^4.
|
|
49
|
+
"@mittwald/api-client-commons": "^4.279.0",
|
|
50
50
|
"browser-or-node": "^3.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@mittwald/api-code-generator": "^4.
|
|
53
|
+
"@mittwald/api-code-generator": "^4.279.0",
|
|
54
54
|
"@mittwald/react-use-promise": "^2.6.2",
|
|
55
55
|
"@types/node": "^22.18.11",
|
|
56
56
|
"@types/react": "^18.3.26",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "fb8b07c22a31ea64839d8c3f683bbe6f296d6d96"
|
|
84
84
|
}
|