@mittwald/api-client 4.412.0 → 4.414.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 +2 -4
- package/dist/esm/generated/v2/client.js +2 -4
- package/dist/esm/generated/v2/descriptors.js +6 -12
- package/dist/esm/generated/v3-next/client-react.js +2 -4
- package/dist/esm/generated/v3-next/client.js +2 -4
- package/dist/esm/generated/v3-next/descriptors.js +6 -12
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +11 -18
- package/dist/types/generated/v2/client.d.ts +38 -77
- package/dist/types/generated/v2/descriptors.d.ts +2 -4
- package/dist/types/generated/v2/types.d.ts +128 -162
- package/dist/types/generated/v3-next/client-react.d.ts +11 -18
- package/dist/types/generated/v3-next/client.d.ts +38 -77
- package/dist/types/generated/v3-next/descriptors.d.ts +2 -4
- package/dist/types/generated/v3-next/types.d.ts +128 -162
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -92,8 +92,6 @@ const buildContainerApi = (baseClient) => ({
|
|
|
92
92
|
getServiceLogs: new ApiCallAsyncResourceFactory(descriptors.containerGetServiceLogs, baseClient.container.getServiceLogs).getApiResource,
|
|
93
93
|
/** Get a Service belonging to a Stack. */
|
|
94
94
|
getService: new ApiCallAsyncResourceFactory(descriptors.containerGetService, baseClient.container.getService).getApiResource,
|
|
95
|
-
/** Get a Container Template icon. */
|
|
96
|
-
getTemplateIcon: new ApiCallAsyncResourceFactory(descriptors.containerGetTemplateIcon, baseClient.container.getTemplateIcon).getApiResource,
|
|
97
95
|
/** Get a Container Template by ID. */
|
|
98
96
|
getTemplate: new ApiCallAsyncResourceFactory(descriptors.containerGetTemplate, baseClient.container.getTemplate).getApiResource,
|
|
99
97
|
/** List Stacks belonging to the executing user. */
|
|
@@ -106,8 +104,8 @@ const buildContainerApi = (baseClient) => ({
|
|
|
106
104
|
listTemplates: new ApiCallAsyncResourceFactory(descriptors.containerListTemplates, baseClient.container.listTemplates).getApiResource,
|
|
107
105
|
/** List Volumes belonging to a Project. */
|
|
108
106
|
listVolumes: new ApiCallAsyncResourceFactory(descriptors.containerListVolumes, baseClient.container.listVolumes).getApiResource,
|
|
109
|
-
/**
|
|
110
|
-
|
|
107
|
+
/** Get a Container Template asset. */
|
|
108
|
+
getTemplateAsset: new ApiCallAsyncResourceFactory(descriptors.containerGetTemplateAsset, baseClient.container.getTemplateAsset).getApiResource,
|
|
111
109
|
});
|
|
112
110
|
const buildContractApi = (baseClient) => ({
|
|
113
111
|
/** Return the BaseItem of the Contract with the given ID. */
|
|
@@ -168,8 +168,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
168
168
|
getServiceLogs: this.requestFunctionFactory(descriptors.containerGetServiceLogs),
|
|
169
169
|
/** Get a Service belonging to a Stack. */
|
|
170
170
|
getService: this.requestFunctionFactory(descriptors.containerGetService),
|
|
171
|
-
/** Get a Container Template icon. */
|
|
172
|
-
getTemplateIcon: this.requestFunctionFactory(descriptors.containerGetTemplateIcon),
|
|
173
171
|
/** Get a Container Template by ID. */
|
|
174
172
|
getTemplate: this.requestFunctionFactory(descriptors.containerGetTemplate),
|
|
175
173
|
/** List Stacks belonging to the executing user. */
|
|
@@ -196,8 +194,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
196
194
|
startService: this.requestFunctionFactory(descriptors.containerStartService),
|
|
197
195
|
/** Stop a started Service. */
|
|
198
196
|
stopService: this.requestFunctionFactory(descriptors.containerStopService),
|
|
199
|
-
/**
|
|
200
|
-
|
|
197
|
+
/** Get a Container Template asset. */
|
|
198
|
+
getTemplateAsset: this.requestFunctionFactory(descriptors.containerGetTemplateAsset),
|
|
201
199
|
};
|
|
202
200
|
/** The contract API allows you to manage your contracts and orders */
|
|
203
201
|
contract = {
|
|
@@ -448,12 +448,6 @@ export const containerGetService = {
|
|
|
448
448
|
method: "GET",
|
|
449
449
|
operationId: "container-get-service",
|
|
450
450
|
};
|
|
451
|
-
/** Get a Container Template icon. */
|
|
452
|
-
export const containerGetTemplateIcon = {
|
|
453
|
-
path: "/v2/container-templates/{templateId}/icon",
|
|
454
|
-
method: "GET",
|
|
455
|
-
operationId: "container-get-template-icon",
|
|
456
|
-
};
|
|
457
451
|
/** Get a Container Template by ID. */
|
|
458
452
|
export const containerGetTemplate = {
|
|
459
453
|
path: "/v2/container-templates/{templateId}",
|
|
@@ -2836,12 +2830,6 @@ export const verificationVerifyCompany = {
|
|
|
2836
2830
|
method: "POST",
|
|
2837
2831
|
operationId: "verification-verify-company",
|
|
2838
2832
|
};
|
|
2839
|
-
/** List Container Template statistics. */
|
|
2840
|
-
export const containerListTemplateStatistics = {
|
|
2841
|
-
path: "/v2/container-template-statistics",
|
|
2842
|
-
method: "GET",
|
|
2843
|
-
operationId: "container-list-template-statistics",
|
|
2844
|
-
};
|
|
2845
2833
|
/** Get a Mail RateLimit. */
|
|
2846
2834
|
export const mailGetMailRateLimit = {
|
|
2847
2835
|
path: "/v2/mail-rate-limits/{mailRateLimitId}",
|
|
@@ -2860,3 +2848,9 @@ export const mailRequestMailAddressRateLimitChange = {
|
|
|
2860
2848
|
method: "POST",
|
|
2861
2849
|
operationId: "mail-request-mail-address-rate-limit-change",
|
|
2862
2850
|
};
|
|
2851
|
+
/** Get a Container Template asset. */
|
|
2852
|
+
export const containerGetTemplateAsset = {
|
|
2853
|
+
path: "/v2/container-templates/{templateId}/assets/{assetPath}",
|
|
2854
|
+
method: "GET",
|
|
2855
|
+
operationId: "container-get-template-asset",
|
|
2856
|
+
};
|
|
@@ -92,8 +92,6 @@ const buildContainerApi = (baseClient) => ({
|
|
|
92
92
|
getServiceLogs: new ApiCallAsyncResourceFactory(descriptors.containerGetServiceLogs, baseClient.container.getServiceLogs).getApiResource,
|
|
93
93
|
/** Get a Service belonging to a Stack. */
|
|
94
94
|
getService: new ApiCallAsyncResourceFactory(descriptors.containerGetService, baseClient.container.getService).getApiResource,
|
|
95
|
-
/** Get a Container Template icon. */
|
|
96
|
-
getTemplateIcon: new ApiCallAsyncResourceFactory(descriptors.containerGetTemplateIcon, baseClient.container.getTemplateIcon).getApiResource,
|
|
97
95
|
/** Get a Container Template by ID. */
|
|
98
96
|
getTemplate: new ApiCallAsyncResourceFactory(descriptors.containerGetTemplate, baseClient.container.getTemplate).getApiResource,
|
|
99
97
|
/** List Stacks belonging to the executing user. */
|
|
@@ -106,8 +104,8 @@ const buildContainerApi = (baseClient) => ({
|
|
|
106
104
|
listTemplates: new ApiCallAsyncResourceFactory(descriptors.containerListTemplates, baseClient.container.listTemplates).getApiResource,
|
|
107
105
|
/** List Volumes belonging to a Project. */
|
|
108
106
|
listVolumes: new ApiCallAsyncResourceFactory(descriptors.containerListVolumes, baseClient.container.listVolumes).getApiResource,
|
|
109
|
-
/**
|
|
110
|
-
|
|
107
|
+
/** Get a Container Template asset. */
|
|
108
|
+
getTemplateAsset: new ApiCallAsyncResourceFactory(descriptors.containerGetTemplateAsset, baseClient.container.getTemplateAsset).getApiResource,
|
|
111
109
|
});
|
|
112
110
|
const buildContractApi = (baseClient) => ({
|
|
113
111
|
/** Return the BaseItem of the Contract with the given ID. */
|
|
@@ -168,8 +168,6 @@ export class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
168
168
|
getServiceLogs: this.requestFunctionFactory(descriptors.containerGetServiceLogs),
|
|
169
169
|
/** Get a Service belonging to a Stack. */
|
|
170
170
|
getService: this.requestFunctionFactory(descriptors.containerGetService),
|
|
171
|
-
/** Get a Container Template icon. */
|
|
172
|
-
getTemplateIcon: this.requestFunctionFactory(descriptors.containerGetTemplateIcon),
|
|
173
171
|
/** Get a Container Template by ID. */
|
|
174
172
|
getTemplate: this.requestFunctionFactory(descriptors.containerGetTemplate),
|
|
175
173
|
/** List Stacks belonging to the executing user. */
|
|
@@ -196,8 +194,8 @@ export class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
196
194
|
startService: this.requestFunctionFactory(descriptors.containerStartService),
|
|
197
195
|
/** Stop a started Service. */
|
|
198
196
|
stopService: this.requestFunctionFactory(descriptors.containerStopService),
|
|
199
|
-
/**
|
|
200
|
-
|
|
197
|
+
/** Get a Container Template asset. */
|
|
198
|
+
getTemplateAsset: this.requestFunctionFactory(descriptors.containerGetTemplateAsset),
|
|
201
199
|
};
|
|
202
200
|
/** The contract API allows you to manage your contracts and orders */
|
|
203
201
|
contract = {
|
|
@@ -448,12 +448,6 @@ export const containerGetService = {
|
|
|
448
448
|
method: "GET",
|
|
449
449
|
operationId: "container-get-service",
|
|
450
450
|
};
|
|
451
|
-
/** Get a Container Template icon. */
|
|
452
|
-
export const containerGetTemplateIcon = {
|
|
453
|
-
path: "/v3-next/container-templates/{templateId}/icon",
|
|
454
|
-
method: "GET",
|
|
455
|
-
operationId: "container-get-template-icon",
|
|
456
|
-
};
|
|
457
451
|
/** Get a Container Template by ID. */
|
|
458
452
|
export const containerGetTemplate = {
|
|
459
453
|
path: "/v3-next/container-templates/{templateId}",
|
|
@@ -2836,12 +2830,6 @@ export const verificationVerifyCompany = {
|
|
|
2836
2830
|
method: "POST",
|
|
2837
2831
|
operationId: "verification-verify-company",
|
|
2838
2832
|
};
|
|
2839
|
-
/** List Container Template statistics. */
|
|
2840
|
-
export const containerListTemplateStatistics = {
|
|
2841
|
-
path: "/v3-next/container-template-statistics",
|
|
2842
|
-
method: "GET",
|
|
2843
|
-
operationId: "container-list-template-statistics",
|
|
2844
|
-
};
|
|
2845
2833
|
/** Get a Mail RateLimit. */
|
|
2846
2834
|
export const mailGetMailRateLimit = {
|
|
2847
2835
|
path: "/v3-next/mail-rate-limits/{mailRateLimitId}",
|
|
@@ -2860,3 +2848,9 @@ export const mailRequestMailAddressRateLimitChange = {
|
|
|
2860
2848
|
method: "POST",
|
|
2861
2849
|
operationId: "mail-request-mail-address-rate-limit-change",
|
|
2862
2850
|
};
|
|
2851
|
+
/** Get a Container Template asset. */
|
|
2852
|
+
export const containerGetTemplateAsset = {
|
|
2853
|
+
path: "/v3-next/container-templates/{templateId}/assets/{assetPath}",
|
|
2854
|
+
method: "GET",
|
|
2855
|
+
operationId: "container-get-template-asset",
|
|
2856
|
+
};
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.413.0';
|
|
@@ -669,13 +669,6 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
669
669
|
status: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceStatus;
|
|
670
670
|
statusSetAt: string;
|
|
671
671
|
}>;
|
|
672
|
-
/** Get a Container Template icon. */
|
|
673
|
-
getTemplateIcon: (conf: {
|
|
674
|
-
templateId: string;
|
|
675
|
-
headers?: {
|
|
676
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
677
|
-
} | undefined;
|
|
678
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<string>;
|
|
679
672
|
/** Get a Container Template by ID. */
|
|
680
673
|
getTemplate: (conf: {
|
|
681
674
|
templateId: string;
|
|
@@ -714,6 +707,11 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
714
707
|
manifestVersion: string;
|
|
715
708
|
name: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
716
709
|
repository?: string | undefined;
|
|
710
|
+
screenshots?: {
|
|
711
|
+
bg: string;
|
|
712
|
+
screenshot: string;
|
|
713
|
+
text: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
714
|
+
}[] | undefined;
|
|
717
715
|
supportLink?: string | undefined;
|
|
718
716
|
tagline: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
719
717
|
userInputs?: {
|
|
@@ -786,6 +784,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
786
784
|
category?: string | undefined;
|
|
787
785
|
searchTerm?: string | undefined;
|
|
788
786
|
type?: "component" | "standalone" | undefined;
|
|
787
|
+
sortOrder?: "trend30days" | "trendAll" | undefined;
|
|
789
788
|
limit?: number | undefined;
|
|
790
789
|
skip?: number | undefined;
|
|
791
790
|
page?: number | undefined;
|
|
@@ -808,20 +807,14 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
808
807
|
page?: number | undefined;
|
|
809
808
|
} | undefined;
|
|
810
809
|
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[]>;
|
|
811
|
-
/**
|
|
812
|
-
|
|
810
|
+
/** Get a Container Template asset. */
|
|
811
|
+
getTemplateAsset: (conf: {
|
|
812
|
+
templateId: string;
|
|
813
|
+
assetPath: string;
|
|
813
814
|
headers?: {
|
|
814
815
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
815
816
|
} | undefined;
|
|
816
|
-
|
|
817
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
818
|
-
templateId?: string | undefined;
|
|
819
|
-
category?: string | undefined;
|
|
820
|
-
} | undefined;
|
|
821
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
822
|
-
category?: string | undefined;
|
|
823
|
-
templates?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[] | undefined;
|
|
824
|
-
}>;
|
|
817
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<string>;
|
|
825
818
|
};
|
|
826
819
|
declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
827
820
|
/** Return the BaseItem of the Contract with the given ID. */
|
|
@@ -5090,53 +5090,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5090
5090
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5091
5091
|
[x: string]: unknown;
|
|
5092
5092
|
}, 500, "application/json">>>;
|
|
5093
|
-
/** Get a Container Template icon. */
|
|
5094
|
-
getTemplateIcon: (request: {
|
|
5095
|
-
templateId: string;
|
|
5096
|
-
headers?: {
|
|
5097
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5098
|
-
} | undefined;
|
|
5099
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5100
|
-
headers?: Partial<{
|
|
5101
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5102
|
-
}>;
|
|
5103
|
-
} & {
|
|
5104
|
-
pathParameters: {
|
|
5105
|
-
templateId: string;
|
|
5106
|
-
};
|
|
5107
|
-
}, import("@mittwald/api-client-commons").Response<string, 200, "application/octet-stream"> | import("@mittwald/api-client-commons").Response<string, 200, "image/jpeg"> | import("@mittwald/api-client-commons").Response<string, 200, "image/png"> | import("@mittwald/api-client-commons").Response<string, 200, "image/svg+xml"> | import("@mittwald/api-client-commons").Response<{
|
|
5108
|
-
[x: string]: unknown;
|
|
5109
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5110
|
-
[x: string]: unknown;
|
|
5111
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5112
|
-
[x: string]: unknown;
|
|
5113
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5114
|
-
[x: string]: unknown;
|
|
5115
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5116
|
-
[x: string]: unknown;
|
|
5117
|
-
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5118
|
-
[x: string]: unknown;
|
|
5119
|
-
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5120
|
-
headers?: Partial<{
|
|
5121
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5122
|
-
}>;
|
|
5123
|
-
} & {
|
|
5124
|
-
pathParameters: {
|
|
5125
|
-
templateId: string;
|
|
5126
|
-
};
|
|
5127
|
-
}, import("@mittwald/api-client-commons").Response<string, 200, "application/octet-stream"> | import("@mittwald/api-client-commons").Response<string, 200, "image/jpeg"> | import("@mittwald/api-client-commons").Response<string, 200, "image/png"> | import("@mittwald/api-client-commons").Response<string, 200, "image/svg+xml"> | import("@mittwald/api-client-commons").Response<{
|
|
5128
|
-
[x: string]: unknown;
|
|
5129
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5130
|
-
[x: string]: unknown;
|
|
5131
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5132
|
-
[x: string]: unknown;
|
|
5133
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5134
|
-
[x: string]: unknown;
|
|
5135
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5136
|
-
[x: string]: unknown;
|
|
5137
|
-
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5138
|
-
[x: string]: unknown;
|
|
5139
|
-
}, 503, "application/json">>>;
|
|
5140
5093
|
/** Get a Container Template by ID. */
|
|
5141
5094
|
getTemplate: (request: {
|
|
5142
5095
|
templateId: string;
|
|
@@ -5183,6 +5136,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5183
5136
|
manifestVersion: string;
|
|
5184
5137
|
name: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5185
5138
|
repository?: string | undefined;
|
|
5139
|
+
screenshots?: {
|
|
5140
|
+
bg: string;
|
|
5141
|
+
screenshot: string;
|
|
5142
|
+
text: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5143
|
+
}[] | undefined;
|
|
5186
5144
|
supportLink?: string | undefined;
|
|
5187
5145
|
tagline: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5188
5146
|
userInputs?: {
|
|
@@ -5243,6 +5201,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5243
5201
|
manifestVersion: string;
|
|
5244
5202
|
name: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5245
5203
|
repository?: string | undefined;
|
|
5204
|
+
screenshots?: {
|
|
5205
|
+
bg: string;
|
|
5206
|
+
screenshot: string;
|
|
5207
|
+
text: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5208
|
+
}[] | undefined;
|
|
5246
5209
|
supportLink?: string | undefined;
|
|
5247
5210
|
tagline: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5248
5211
|
userInputs?: {
|
|
@@ -5515,6 +5478,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5515
5478
|
category?: string | undefined;
|
|
5516
5479
|
searchTerm?: string | undefined;
|
|
5517
5480
|
type?: "component" | "standalone" | undefined;
|
|
5481
|
+
sortOrder?: "trend30days" | "trendAll" | undefined;
|
|
5518
5482
|
limit?: number | undefined;
|
|
5519
5483
|
skip?: number | undefined;
|
|
5520
5484
|
page?: number | undefined;
|
|
@@ -5528,6 +5492,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5528
5492
|
category?: string | undefined;
|
|
5529
5493
|
searchTerm?: string | undefined;
|
|
5530
5494
|
type?: "component" | "standalone" | undefined;
|
|
5495
|
+
sortOrder?: "trend30days" | "trendAll" | undefined;
|
|
5531
5496
|
limit?: number | undefined;
|
|
5532
5497
|
skip?: number | undefined;
|
|
5533
5498
|
page?: number | undefined;
|
|
@@ -5549,6 +5514,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5549
5514
|
category?: string | undefined;
|
|
5550
5515
|
searchTerm?: string | undefined;
|
|
5551
5516
|
type?: "component" | "standalone" | undefined;
|
|
5517
|
+
sortOrder?: "trend30days" | "trendAll" | undefined;
|
|
5552
5518
|
limit?: number | undefined;
|
|
5553
5519
|
skip?: number | undefined;
|
|
5554
5520
|
page?: number | undefined;
|
|
@@ -6125,61 +6091,56 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6125
6091
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6126
6092
|
[x: string]: unknown;
|
|
6127
6093
|
}, 500, "application/json">>>;
|
|
6128
|
-
/**
|
|
6129
|
-
|
|
6094
|
+
/** Get a Container Template asset. */
|
|
6095
|
+
getTemplateAsset: (request: {
|
|
6096
|
+
templateId: string;
|
|
6097
|
+
assetPath: string;
|
|
6130
6098
|
headers?: {
|
|
6131
6099
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6132
6100
|
} | undefined;
|
|
6133
|
-
|
|
6134
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6135
|
-
templateId?: string | undefined;
|
|
6136
|
-
category?: string | undefined;
|
|
6137
|
-
} | undefined;
|
|
6138
|
-
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6101
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6139
6102
|
headers?: Partial<{
|
|
6140
6103
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6141
6104
|
}>;
|
|
6142
6105
|
} & {
|
|
6143
|
-
|
|
6144
|
-
templateId
|
|
6145
|
-
|
|
6146
|
-
}
|
|
6147
|
-
|
|
6148
|
-
}>;
|
|
6149
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6150
|
-
category?: string | undefined;
|
|
6151
|
-
templates?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[] | undefined;
|
|
6152
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6106
|
+
pathParameters: {
|
|
6107
|
+
templateId: string;
|
|
6108
|
+
assetPath: string;
|
|
6109
|
+
};
|
|
6110
|
+
}, import("@mittwald/api-client-commons").Response<string, 200, "image/jpeg"> | import("@mittwald/api-client-commons").Response<string, 200, "image/png"> | import("@mittwald/api-client-commons").Response<string, 200, "image/svg+xml"> | import("@mittwald/api-client-commons").Response<string, 200, "image/webp"> | import("@mittwald/api-client-commons").Response<{
|
|
6153
6111
|
[x: string]: unknown;
|
|
6154
6112
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6155
6113
|
[x: string]: unknown;
|
|
6114
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6115
|
+
[x: string]: unknown;
|
|
6156
6116
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6157
6117
|
[x: string]: unknown;
|
|
6158
6118
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6159
6119
|
[x: string]: unknown;
|
|
6160
|
-
}, 500, "application/json"
|
|
6120
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6121
|
+
[x: string]: unknown;
|
|
6122
|
+
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6161
6123
|
headers?: Partial<{
|
|
6162
6124
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6163
6125
|
}>;
|
|
6164
6126
|
} & {
|
|
6165
|
-
|
|
6166
|
-
templateId
|
|
6167
|
-
|
|
6168
|
-
}
|
|
6169
|
-
|
|
6170
|
-
}>;
|
|
6171
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6172
|
-
category?: string | undefined;
|
|
6173
|
-
templates?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[] | undefined;
|
|
6174
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6127
|
+
pathParameters: {
|
|
6128
|
+
templateId: string;
|
|
6129
|
+
assetPath: string;
|
|
6130
|
+
};
|
|
6131
|
+
}, import("@mittwald/api-client-commons").Response<string, 200, "image/jpeg"> | import("@mittwald/api-client-commons").Response<string, 200, "image/png"> | import("@mittwald/api-client-commons").Response<string, 200, "image/svg+xml"> | import("@mittwald/api-client-commons").Response<string, 200, "image/webp"> | import("@mittwald/api-client-commons").Response<{
|
|
6175
6132
|
[x: string]: unknown;
|
|
6176
6133
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6177
6134
|
[x: string]: unknown;
|
|
6135
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6136
|
+
[x: string]: unknown;
|
|
6178
6137
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6179
6138
|
[x: string]: unknown;
|
|
6180
6139
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6181
6140
|
[x: string]: unknown;
|
|
6182
|
-
}, 500, "application/json"
|
|
6141
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6142
|
+
[x: string]: unknown;
|
|
6143
|
+
}, 503, "application/json">>>;
|
|
6183
6144
|
};
|
|
6184
6145
|
/** The contract API allows you to manage your contracts and orders */
|
|
6185
6146
|
readonly contract: {
|
|
@@ -153,8 +153,6 @@ export declare const containerGetContainerImageConfig: OpenAPIOperation<RequestT
|
|
|
153
153
|
export declare const containerGetServiceLogs: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogs.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogs.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogs.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogs.Get.Responses.$200.Content.TextPlain>, 200, "text/plain"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogs.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogs.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogs.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogs.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogs.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogs.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
154
154
|
/** Get a Service belonging to a Stack. */
|
|
155
155
|
export declare const containerGetService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceId.Get.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceId.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
156
|
-
/** Get a Container Template icon. */
|
|
157
|
-
export declare const containerGetTemplateIcon: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdIcon.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdIcon.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdIcon.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdIcon.Get.Responses.$200.Content.ApplicationOctetStream>, 200, "application/octet-stream"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdIcon.Get.Responses.$200.Content.ImageJpeg>, 200, "image/jpeg"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdIcon.Get.Responses.$200.Content.ImagePng>, 200, "image/png"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdIcon.Get.Responses.$200.Content.ImageSvgXml>, 200, "image/svg+xml"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdIcon.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdIcon.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdIcon.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdIcon.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdIcon.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdIcon.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdIcon.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
158
156
|
/** Get a Container Template by ID. */
|
|
159
157
|
export declare const containerGetTemplate: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateId.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
160
158
|
/** List Stacks belonging to the executing user. */
|
|
@@ -949,11 +947,11 @@ export declare const verificationDetectPhishingEmail: OpenAPIOperation<RequestTy
|
|
|
949
947
|
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.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
950
948
|
/** Check if a company exists. */
|
|
951
949
|
export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
952
|
-
/** List Container Template statistics. */
|
|
953
|
-
export declare const containerListTemplateStatistics: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplateStatistics.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplateStatistics.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplateStatistics.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplateStatistics.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplateStatistics.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplateStatistics.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplateStatistics.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplateStatistics.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplateStatistics.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
954
950
|
/** Get a Mail RateLimit. */
|
|
955
951
|
export declare const mailGetMailRateLimit: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MailRateLimitsMailRateLimitId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailRateLimitsMailRateLimitId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailRateLimitsMailRateLimitId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailRateLimitsMailRateLimitId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailRateLimitsMailRateLimitId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailRateLimitsMailRateLimitId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailRateLimitsMailRateLimitId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
956
952
|
/** List Mail RateLimits. */
|
|
957
953
|
export declare const mailListMailRateLimits: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MailRateLimits.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailRateLimits.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailRateLimits.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailRateLimits.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailRateLimits.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailRateLimits.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
958
954
|
/** Request a rate limit change for a MailAddress. */
|
|
959
955
|
export declare const mailRequestMailAddressRateLimitChange: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
956
|
+
/** Get a Container Template asset. */
|
|
957
|
+
export declare const containerGetTemplateAsset: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdAssetsAssetPath.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdAssetsAssetPath.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdAssetsAssetPath.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$200.Content.ImageJpeg>, 200, "image/jpeg"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$200.Content.ImagePng>, 200, "image/png"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$200.Content.ImageSvgXml>, 200, "image/svg+xml"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$200.Content.ImageWebp>, 200, "image/webp"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|