@mittwald/api-client 4.277.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 +26 -15
- package/dist/types/generated/v2/client.d.ts +115 -111
- package/dist/types/generated/v2/descriptors.d.ts +4 -4
- package/dist/types/generated/v2/types.d.ts +95 -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. */
|
|
@@ -995,6 +995,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
995
995
|
date: string;
|
|
996
996
|
id: string;
|
|
997
997
|
invoiceNumber: string;
|
|
998
|
+
invoiceType?: "REGULAR" | "CORRECTION" | "REISSUE" | "CANCELLATION";
|
|
998
999
|
pdfId: string;
|
|
999
1000
|
recipient: import("./types.js").MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
|
|
1000
1001
|
totalGross: number;
|
|
@@ -1468,6 +1469,7 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1468
1469
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1469
1470
|
active: boolean;
|
|
1470
1471
|
appId: string;
|
|
1472
|
+
concurrencyPolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy | undefined;
|
|
1471
1473
|
createdAt: string;
|
|
1472
1474
|
description: string;
|
|
1473
1475
|
destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
@@ -1479,6 +1481,7 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1479
1481
|
nextExecutionTime?: string | undefined;
|
|
1480
1482
|
projectId?: string | undefined;
|
|
1481
1483
|
shortId: string;
|
|
1484
|
+
timeZone?: string | undefined;
|
|
1482
1485
|
timeout: number;
|
|
1483
1486
|
updatedAt: string;
|
|
1484
1487
|
}>;
|
|
@@ -1510,6 +1513,7 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1510
1513
|
end?: string | undefined;
|
|
1511
1514
|
executionEnd?: string | undefined;
|
|
1512
1515
|
executionStart?: string | undefined;
|
|
1516
|
+
exitCode?: number | undefined;
|
|
1513
1517
|
id: string;
|
|
1514
1518
|
logPath?: string | undefined;
|
|
1515
1519
|
start?: string | undefined;
|
|
@@ -2533,6 +2537,13 @@ declare const buildMiscApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
2533
2537
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2534
2538
|
} | undefined;
|
|
2535
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[]>;
|
|
2536
2547
|
};
|
|
2537
2548
|
declare const buildNotificationApi: (baseClient: MittwaldAPIV2Client) => {
|
|
2538
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: {
|
|
@@ -7239,6 +7239,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7239
7239
|
date: string;
|
|
7240
7240
|
id: string;
|
|
7241
7241
|
invoiceNumber: string;
|
|
7242
|
+
invoiceType?: "REGULAR" | "CORRECTION" | "REISSUE" | "CANCELLATION";
|
|
7242
7243
|
pdfId: string;
|
|
7243
7244
|
recipient: import("./types.js").MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
|
|
7244
7245
|
totalGross: number;
|
|
@@ -7282,6 +7283,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7282
7283
|
date: string;
|
|
7283
7284
|
id: string;
|
|
7284
7285
|
invoiceNumber: string;
|
|
7286
|
+
invoiceType?: "REGULAR" | "CORRECTION" | "REISSUE" | "CANCELLATION";
|
|
7285
7287
|
pdfId: string;
|
|
7286
7288
|
recipient: import("./types.js").MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
|
|
7287
7289
|
totalGross: number;
|
|
@@ -11649,53 +11651,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11649
11651
|
};
|
|
11650
11652
|
/** The cronjob API allows you to manage cronjobs within a project. */
|
|
11651
11653
|
readonly cronjob: {
|
|
11652
|
-
/** Abort a CronjobExecution. */
|
|
11653
|
-
abortExecution: (request: {
|
|
11654
|
-
cronjobId: string;
|
|
11655
|
-
executionId: string;
|
|
11656
|
-
headers?: {
|
|
11657
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
11658
|
-
"x-access-token"?: string | undefined;
|
|
11659
|
-
} | undefined;
|
|
11660
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
11661
|
-
headers?: Partial<{
|
|
11662
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11663
|
-
}>;
|
|
11664
|
-
} & {
|
|
11665
|
-
pathParameters: {
|
|
11666
|
-
cronjobId: string;
|
|
11667
|
-
executionId: string;
|
|
11668
|
-
};
|
|
11669
|
-
} & {
|
|
11670
|
-
headers: {
|
|
11671
|
-
"x-access-token"?: string | undefined;
|
|
11672
|
-
} & Partial<{
|
|
11673
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11674
|
-
}>;
|
|
11675
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
11676
|
-
[x: string]: unknown;
|
|
11677
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11678
|
-
[x: string]: unknown;
|
|
11679
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
11680
|
-
headers?: Partial<{
|
|
11681
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11682
|
-
}>;
|
|
11683
|
-
} & {
|
|
11684
|
-
pathParameters: {
|
|
11685
|
-
cronjobId: string;
|
|
11686
|
-
executionId: string;
|
|
11687
|
-
};
|
|
11688
|
-
} & {
|
|
11689
|
-
headers: {
|
|
11690
|
-
"x-access-token"?: string | undefined;
|
|
11691
|
-
} & Partial<{
|
|
11692
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11693
|
-
}>;
|
|
11694
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
11695
|
-
[x: string]: unknown;
|
|
11696
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11697
|
-
[x: string]: unknown;
|
|
11698
|
-
}, 429, "application/json">>>;
|
|
11699
11654
|
/** List Cronjobs belonging to a Project. */
|
|
11700
11655
|
listCronjobs: (request: {
|
|
11701
11656
|
projectId: string;
|
|
@@ -11773,8 +11728,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11773
11728
|
};
|
|
11774
11729
|
interval: string;
|
|
11775
11730
|
timeout: number;
|
|
11731
|
+
concurrencyPolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy | undefined;
|
|
11776
11732
|
email?: string | undefined;
|
|
11777
11733
|
failedExecutionAlertThreshold?: number | undefined;
|
|
11734
|
+
timeZone?: string | undefined;
|
|
11778
11735
|
};
|
|
11779
11736
|
projectId: string;
|
|
11780
11737
|
headers?: {
|
|
@@ -11785,11 +11742,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11785
11742
|
data: {
|
|
11786
11743
|
active: boolean;
|
|
11787
11744
|
appId: string;
|
|
11745
|
+
concurrencyPolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy | undefined;
|
|
11788
11746
|
description: string;
|
|
11789
11747
|
destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
11790
11748
|
email?: string | undefined;
|
|
11791
11749
|
failedExecutionAlertThreshold?: number | undefined;
|
|
11792
11750
|
interval: string;
|
|
11751
|
+
timeZone?: string | undefined;
|
|
11793
11752
|
timeout: number;
|
|
11794
11753
|
};
|
|
11795
11754
|
} & {
|
|
@@ -11818,11 +11777,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11818
11777
|
data: {
|
|
11819
11778
|
active: boolean;
|
|
11820
11779
|
appId: string;
|
|
11780
|
+
concurrencyPolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy | undefined;
|
|
11821
11781
|
description: string;
|
|
11822
11782
|
destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
11823
11783
|
email?: string | undefined;
|
|
11824
11784
|
failedExecutionAlertThreshold?: number | undefined;
|
|
11825
11785
|
interval: string;
|
|
11786
|
+
timeZone?: string | undefined;
|
|
11826
11787
|
timeout: number;
|
|
11827
11788
|
};
|
|
11828
11789
|
} & {
|
|
@@ -12001,6 +11962,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12001
11962
|
}, import("@mittwald/api-client-commons").Response<{
|
|
12002
11963
|
active: boolean;
|
|
12003
11964
|
appId: string;
|
|
11965
|
+
concurrencyPolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy | undefined;
|
|
12004
11966
|
createdAt: string;
|
|
12005
11967
|
description: string;
|
|
12006
11968
|
destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
@@ -12012,6 +11974,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12012
11974
|
nextExecutionTime?: string | undefined;
|
|
12013
11975
|
projectId?: string | undefined;
|
|
12014
11976
|
shortId: string;
|
|
11977
|
+
timeZone?: string | undefined;
|
|
12015
11978
|
timeout: number;
|
|
12016
11979
|
updatedAt: string;
|
|
12017
11980
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -12035,6 +11998,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12035
11998
|
}, import("@mittwald/api-client-commons").Response<{
|
|
12036
11999
|
active: boolean;
|
|
12037
12000
|
appId: string;
|
|
12001
|
+
concurrencyPolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy | undefined;
|
|
12038
12002
|
createdAt: string;
|
|
12039
12003
|
description: string;
|
|
12040
12004
|
destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
@@ -12046,6 +12010,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12046
12010
|
nextExecutionTime?: string | undefined;
|
|
12047
12011
|
projectId?: string | undefined;
|
|
12048
12012
|
shortId: string;
|
|
12013
|
+
timeZone?: string | undefined;
|
|
12049
12014
|
timeout: number;
|
|
12050
12015
|
updatedAt: string;
|
|
12051
12016
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -12106,6 +12071,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12106
12071
|
cronjobId: string;
|
|
12107
12072
|
data?: {
|
|
12108
12073
|
active?: boolean | undefined;
|
|
12074
|
+
concurrencyPolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy | undefined;
|
|
12109
12075
|
description?: string | undefined;
|
|
12110
12076
|
destination?: {
|
|
12111
12077
|
interpreter: string;
|
|
@@ -12117,6 +12083,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12117
12083
|
email?: string | undefined;
|
|
12118
12084
|
failedExecutionAlertThreshold?: number | undefined;
|
|
12119
12085
|
interval?: string | undefined;
|
|
12086
|
+
timeZone?: string | undefined;
|
|
12120
12087
|
timeout?: number | undefined;
|
|
12121
12088
|
} | undefined;
|
|
12122
12089
|
headers?: {
|
|
@@ -12126,11 +12093,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12126
12093
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
12127
12094
|
data: {
|
|
12128
12095
|
active?: boolean | undefined;
|
|
12096
|
+
concurrencyPolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy | undefined;
|
|
12129
12097
|
description?: string | undefined;
|
|
12130
12098
|
destination?: (import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand) | undefined;
|
|
12131
12099
|
email?: string | undefined;
|
|
12132
12100
|
failedExecutionAlertThreshold?: number | undefined;
|
|
12133
12101
|
interval?: string | undefined;
|
|
12102
|
+
timeZone?: string | undefined;
|
|
12134
12103
|
timeout?: number | undefined;
|
|
12135
12104
|
};
|
|
12136
12105
|
} & {
|
|
@@ -12158,11 +12127,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12158
12127
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
12159
12128
|
data: {
|
|
12160
12129
|
active?: boolean | undefined;
|
|
12130
|
+
concurrencyPolicy?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy | undefined;
|
|
12161
12131
|
description?: string | undefined;
|
|
12162
12132
|
destination?: (import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand) | undefined;
|
|
12163
12133
|
email?: string | undefined;
|
|
12164
12134
|
failedExecutionAlertThreshold?: number | undefined;
|
|
12165
12135
|
interval?: string | undefined;
|
|
12136
|
+
timeZone?: string | undefined;
|
|
12166
12137
|
timeout?: number | undefined;
|
|
12167
12138
|
};
|
|
12168
12139
|
} & {
|
|
@@ -12287,6 +12258,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12287
12258
|
end?: string | undefined;
|
|
12288
12259
|
executionEnd?: string | undefined;
|
|
12289
12260
|
executionStart?: string | undefined;
|
|
12261
|
+
exitCode?: number | undefined;
|
|
12290
12262
|
id: string;
|
|
12291
12263
|
logPath?: string | undefined;
|
|
12292
12264
|
start?: string | undefined;
|
|
@@ -12323,6 +12295,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12323
12295
|
end?: string | undefined;
|
|
12324
12296
|
executionEnd?: string | undefined;
|
|
12325
12297
|
executionStart?: string | undefined;
|
|
12298
|
+
exitCode?: number | undefined;
|
|
12326
12299
|
id: string;
|
|
12327
12300
|
logPath?: string | undefined;
|
|
12328
12301
|
start?: string | undefined;
|
|
@@ -13989,7 +13962,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
13989
13962
|
data: {
|
|
13990
13963
|
description: string;
|
|
13991
13964
|
user: {
|
|
13992
|
-
accessLevel: "full"
|
|
13965
|
+
accessLevel: "full";
|
|
13993
13966
|
password: string;
|
|
13994
13967
|
accessIpMask?: string | undefined;
|
|
13995
13968
|
externalAccess?: boolean | undefined;
|
|
@@ -14118,7 +14091,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
14118
14091
|
} | undefined;
|
|
14119
14092
|
};
|
|
14120
14093
|
user: {
|
|
14121
|
-
accessLevel: "full"
|
|
14094
|
+
accessLevel: "full";
|
|
14122
14095
|
password: string;
|
|
14123
14096
|
accessIpMask?: string | undefined;
|
|
14124
14097
|
externalAccess?: boolean | undefined;
|
|
@@ -24626,6 +24599,37 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24626
24599
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24627
24600
|
[x: string]: unknown;
|
|
24628
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">>>;
|
|
24629
24633
|
/** Obtain a service token. */
|
|
24630
24634
|
servicetokenAuthenticateService: (request: {
|
|
24631
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 {
|
|
@@ -10358,6 +10410,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10358
10410
|
date: string;
|
|
10359
10411
|
id: string;
|
|
10360
10412
|
invoiceNumber: string;
|
|
10413
|
+
invoiceType?: "REGULAR" | "CORRECTION" | "REISSUE" | "CANCELLATION";
|
|
10361
10414
|
pdfId: string;
|
|
10362
10415
|
recipient: MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
|
|
10363
10416
|
totalGross: number;
|
|
@@ -11368,46 +11421,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11368
11421
|
}
|
|
11369
11422
|
}
|
|
11370
11423
|
}
|
|
11371
|
-
namespace V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort {
|
|
11372
|
-
namespace Post {
|
|
11373
|
-
namespace Parameters {
|
|
11374
|
-
type Path = {
|
|
11375
|
-
cronjobId: string;
|
|
11376
|
-
executionId: string;
|
|
11377
|
-
};
|
|
11378
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
11379
|
-
type Query = {};
|
|
11380
|
-
}
|
|
11381
|
-
namespace Responses {
|
|
11382
|
-
namespace $204 {
|
|
11383
|
-
namespace Content {
|
|
11384
|
-
type Empty = unknown;
|
|
11385
|
-
}
|
|
11386
|
-
}
|
|
11387
|
-
namespace $404 {
|
|
11388
|
-
namespace Content {
|
|
11389
|
-
interface ApplicationJson {
|
|
11390
|
-
[k: string]: unknown;
|
|
11391
|
-
}
|
|
11392
|
-
}
|
|
11393
|
-
}
|
|
11394
|
-
namespace $429 {
|
|
11395
|
-
namespace Content {
|
|
11396
|
-
interface ApplicationJson {
|
|
11397
|
-
[k: string]: unknown;
|
|
11398
|
-
}
|
|
11399
|
-
}
|
|
11400
|
-
}
|
|
11401
|
-
namespace Default {
|
|
11402
|
-
namespace Content {
|
|
11403
|
-
interface ApplicationJson {
|
|
11404
|
-
[k: string]: unknown;
|
|
11405
|
-
}
|
|
11406
|
-
}
|
|
11407
|
-
}
|
|
11408
|
-
}
|
|
11409
|
-
}
|
|
11410
|
-
}
|
|
11411
11424
|
namespace V2ProjectsProjectIdCronjobs {
|
|
11412
11425
|
namespace Get {
|
|
11413
11426
|
namespace Parameters {
|
|
@@ -11670,11 +11683,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11670
11683
|
};
|
|
11671
11684
|
interface RequestBody {
|
|
11672
11685
|
active?: boolean;
|
|
11686
|
+
concurrencyPolicy?: MittwaldAPIV2.Components.Schemas.CronjobConcurrencyPolicy;
|
|
11673
11687
|
description?: string;
|
|
11674
11688
|
destination?: MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
11675
11689
|
email?: string;
|
|
11676
11690
|
failedExecutionAlertThreshold?: number;
|
|
11677
11691
|
interval?: string;
|
|
11692
|
+
timeZone?: string;
|
|
11678
11693
|
timeout?: number;
|
|
11679
11694
|
}
|
|
11680
11695
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
@@ -14294,6 +14309,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14294
14309
|
}
|
|
14295
14310
|
namespace V2AppinstallationsAppInstallationIdDatabases { }
|
|
14296
14311
|
namespace V2ContractsContractIdItemsContractItemIdNextTerminationDates { }
|
|
14312
|
+
namespace V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort { }
|
|
14297
14313
|
namespace V2CustomerCustomerIdActionsLeave { }
|
|
14298
14314
|
namespace V2CustomersCustomerIdActionsLeave { }
|
|
14299
14315
|
namespace V2DnsZonesZoneIdRecordsetAcombinedCustom { }
|
|
@@ -21533,6 +21549,36 @@ export declare namespace MittwaldAPIV2 {
|
|
|
21533
21549
|
}
|
|
21534
21550
|
}
|
|
21535
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
|
+
}
|
|
21536
21582
|
namespace V2NewsletterSubscriptionsSelf {
|
|
21537
21583
|
namespace Get {
|
|
21538
21584
|
namespace Parameters {
|
|
@@ -27996,51 +28042,5 @@ export declare namespace MittwaldAPIV2 {
|
|
|
27996
28042
|
}
|
|
27997
28043
|
}
|
|
27998
28044
|
}
|
|
27999
|
-
namespace V2CustomersCustomerIdAiHostingContract {
|
|
28000
|
-
namespace Get {
|
|
28001
|
-
namespace Parameters {
|
|
28002
|
-
type Path = {
|
|
28003
|
-
customerId: string;
|
|
28004
|
-
};
|
|
28005
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
28006
|
-
type Query = {};
|
|
28007
|
-
}
|
|
28008
|
-
namespace Responses {
|
|
28009
|
-
namespace $200 {
|
|
28010
|
-
namespace Content {
|
|
28011
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContractContract;
|
|
28012
|
-
}
|
|
28013
|
-
}
|
|
28014
|
-
namespace $400 {
|
|
28015
|
-
namespace Content {
|
|
28016
|
-
interface ApplicationJson {
|
|
28017
|
-
[k: string]: unknown;
|
|
28018
|
-
}
|
|
28019
|
-
}
|
|
28020
|
-
}
|
|
28021
|
-
namespace $404 {
|
|
28022
|
-
namespace Content {
|
|
28023
|
-
interface ApplicationJson {
|
|
28024
|
-
[k: string]: unknown;
|
|
28025
|
-
}
|
|
28026
|
-
}
|
|
28027
|
-
}
|
|
28028
|
-
namespace $429 {
|
|
28029
|
-
namespace Content {
|
|
28030
|
-
interface ApplicationJson {
|
|
28031
|
-
[k: string]: unknown;
|
|
28032
|
-
}
|
|
28033
|
-
}
|
|
28034
|
-
}
|
|
28035
|
-
namespace Default {
|
|
28036
|
-
namespace Content {
|
|
28037
|
-
interface ApplicationJson {
|
|
28038
|
-
[k: string]: unknown;
|
|
28039
|
-
}
|
|
28040
|
-
}
|
|
28041
|
-
}
|
|
28042
|
-
}
|
|
28043
|
-
}
|
|
28044
|
-
}
|
|
28045
28045
|
}
|
|
28046
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
|
}
|