@mittwald/api-client 4.435.0 → 4.438.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 +0 -2
- package/dist/esm/generated/v2/client.js +0 -2
- package/dist/esm/generated/v2/descriptors.js +0 -6
- package/dist/esm/generated/v3-next/client-react.js +0 -2
- package/dist/esm/generated/v3-next/client.js +0 -2
- package/dist/esm/generated/v3-next/descriptors.js +0 -6
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +0 -8
- package/dist/types/generated/v2/client.d.ts +0 -50
- package/dist/types/generated/v2/descriptors.d.ts +0 -2
- package/dist/types/generated/v2/types.d.ts +53 -84
- package/dist/types/generated/v3-next/client-react.d.ts +0 -8
- package/dist/types/generated/v3-next/client.d.ts +0 -50
- package/dist/types/generated/v3-next/descriptors.d.ts +0 -2
- package/dist/types/generated/v3-next/types.d.ts +53 -84
- 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 asset. */
|
|
96
|
-
getTemplateAsset: new ApiCallAsyncResourceFactory(descriptors.containerGetTemplateAsset, baseClient.container.getTemplateAsset).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. */
|
|
@@ -162,8 +162,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
162
162
|
getServiceLogs: this.requestFunctionFactory(descriptors.containerGetServiceLogs),
|
|
163
163
|
/** Get a Service belonging to a Stack. */
|
|
164
164
|
getService: this.requestFunctionFactory(descriptors.containerGetService),
|
|
165
|
-
/** Get a Container Template asset. */
|
|
166
|
-
getTemplateAsset: this.requestFunctionFactory(descriptors.containerGetTemplateAsset),
|
|
167
165
|
/** Get a Container Template by ID. */
|
|
168
166
|
getTemplate: this.requestFunctionFactory(descriptors.containerGetTemplate),
|
|
169
167
|
/** List Stacks belonging to the executing user. */
|
|
@@ -430,12 +430,6 @@ export const containerGetService = {
|
|
|
430
430
|
method: "GET",
|
|
431
431
|
operationId: "container-get-service",
|
|
432
432
|
};
|
|
433
|
-
/** Get a Container Template asset. */
|
|
434
|
-
export const containerGetTemplateAsset = {
|
|
435
|
-
path: "/v2/container-templates/{templateId}/assets/{assetPath}",
|
|
436
|
-
method: "GET",
|
|
437
|
-
operationId: "container-get-template-asset",
|
|
438
|
-
};
|
|
439
433
|
/** Get a Container Template by ID. */
|
|
440
434
|
export const containerGetTemplate = {
|
|
441
435
|
path: "/v2/container-templates/{templateId}",
|
|
@@ -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 asset. */
|
|
96
|
-
getTemplateAsset: new ApiCallAsyncResourceFactory(descriptors.containerGetTemplateAsset, baseClient.container.getTemplateAsset).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. */
|
|
@@ -162,8 +162,6 @@ export class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
162
162
|
getServiceLogs: this.requestFunctionFactory(descriptors.containerGetServiceLogs),
|
|
163
163
|
/** Get a Service belonging to a Stack. */
|
|
164
164
|
getService: this.requestFunctionFactory(descriptors.containerGetService),
|
|
165
|
-
/** Get a Container Template asset. */
|
|
166
|
-
getTemplateAsset: this.requestFunctionFactory(descriptors.containerGetTemplateAsset),
|
|
167
165
|
/** Get a Container Template by ID. */
|
|
168
166
|
getTemplate: this.requestFunctionFactory(descriptors.containerGetTemplate),
|
|
169
167
|
/** List Stacks belonging to the executing user. */
|
|
@@ -430,12 +430,6 @@ export const containerGetService = {
|
|
|
430
430
|
method: "GET",
|
|
431
431
|
operationId: "container-get-service",
|
|
432
432
|
};
|
|
433
|
-
/** Get a Container Template asset. */
|
|
434
|
-
export const containerGetTemplateAsset = {
|
|
435
|
-
path: "/v3-next/container-templates/{templateId}/assets/{assetPath}",
|
|
436
|
-
method: "GET",
|
|
437
|
-
operationId: "container-get-template-asset",
|
|
438
|
-
};
|
|
439
433
|
/** Get a Container Template by ID. */
|
|
440
434
|
export const containerGetTemplate = {
|
|
441
435
|
path: "/v3-next/container-templates/{templateId}",
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.437.0';
|
|
@@ -670,14 +670,6 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
670
670
|
statusSetAt: string;
|
|
671
671
|
templateId?: string | undefined;
|
|
672
672
|
}>;
|
|
673
|
-
/** Get a Container Template asset. */
|
|
674
|
-
getTemplateAsset: (conf: {
|
|
675
|
-
templateId: string;
|
|
676
|
-
assetPath: string;
|
|
677
|
-
headers?: {
|
|
678
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
679
|
-
} | undefined;
|
|
680
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<string>;
|
|
681
673
|
/** Get a Container Template by ID. */
|
|
682
674
|
getTemplate: (conf: {
|
|
683
675
|
templateId: string;
|
|
@@ -4950,56 +4950,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4950
4950
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4951
4951
|
[x: string]: unknown;
|
|
4952
4952
|
}, 500, "application/json">>>;
|
|
4953
|
-
/** Get a Container Template asset. */
|
|
4954
|
-
getTemplateAsset: (request: {
|
|
4955
|
-
templateId: string;
|
|
4956
|
-
assetPath: string;
|
|
4957
|
-
headers?: {
|
|
4958
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
4959
|
-
} | undefined;
|
|
4960
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4961
|
-
headers?: Partial<{
|
|
4962
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4963
|
-
}>;
|
|
4964
|
-
} & {
|
|
4965
|
-
pathParameters: {
|
|
4966
|
-
templateId: string;
|
|
4967
|
-
assetPath: string;
|
|
4968
|
-
};
|
|
4969
|
-
}, 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<{
|
|
4970
|
-
[x: string]: unknown;
|
|
4971
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4972
|
-
[x: string]: unknown;
|
|
4973
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4974
|
-
[x: string]: unknown;
|
|
4975
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4976
|
-
[x: string]: unknown;
|
|
4977
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4978
|
-
[x: string]: unknown;
|
|
4979
|
-
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4980
|
-
[x: string]: unknown;
|
|
4981
|
-
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4982
|
-
headers?: Partial<{
|
|
4983
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4984
|
-
}>;
|
|
4985
|
-
} & {
|
|
4986
|
-
pathParameters: {
|
|
4987
|
-
templateId: string;
|
|
4988
|
-
assetPath: string;
|
|
4989
|
-
};
|
|
4990
|
-
}, 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<{
|
|
4991
|
-
[x: string]: unknown;
|
|
4992
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4993
|
-
[x: string]: unknown;
|
|
4994
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4995
|
-
[x: string]: unknown;
|
|
4996
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4997
|
-
[x: string]: unknown;
|
|
4998
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4999
|
-
[x: string]: unknown;
|
|
5000
|
-
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5001
|
-
[x: string]: unknown;
|
|
5002
|
-
}, 503, "application/json">>>;
|
|
5003
4953
|
/** Get a Container Template by ID. */
|
|
5004
4954
|
getTemplate: (request: {
|
|
5005
4955
|
templateId: string;
|
|
@@ -147,8 +147,6 @@ export declare const containerGetContainerImageConfig: OpenAPIOperation<RequestT
|
|
|
147
147
|
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">>;
|
|
148
148
|
/** Get a Service belonging to a Stack. */
|
|
149
149
|
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">>;
|
|
150
|
-
/** Get a Container Template asset. */
|
|
151
|
-
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">>;
|
|
152
150
|
/** Get a Container Template by ID. */
|
|
153
151
|
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">>;
|
|
154
152
|
/** List Stacks belonging to the executing user. */
|
|
@@ -290,10 +290,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
290
290
|
type RequestData = InferredRequestData<typeof descriptors.containerGetService>;
|
|
291
291
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetService, TStatus>;
|
|
292
292
|
}
|
|
293
|
-
namespace ContainerGetTemplateAsset {
|
|
294
|
-
type RequestData = InferredRequestData<typeof descriptors.containerGetTemplateAsset>;
|
|
295
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplateAsset, TStatus>;
|
|
296
|
-
}
|
|
297
293
|
namespace ContainerGetTemplate {
|
|
298
294
|
type RequestData = InferredRequestData<typeof descriptors.containerGetTemplate>;
|
|
299
295
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplate, TStatus>;
|
|
@@ -5977,10 +5973,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5977
5973
|
interface ActivitylogAppInstallationDatabaseLinked {
|
|
5978
5974
|
changes: {
|
|
5979
5975
|
after: {
|
|
5980
|
-
|
|
5976
|
+
name: string;
|
|
5977
|
+
purpose: "unspecified" | "primary" | "cache" | "custom";
|
|
5981
5978
|
};
|
|
5982
5979
|
before: {
|
|
5983
|
-
|
|
5980
|
+
name: string | null;
|
|
5981
|
+
purpose: string | null;
|
|
5984
5982
|
};
|
|
5985
5983
|
};
|
|
5986
5984
|
name: "app.database-linked";
|
|
@@ -5992,10 +5990,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5992
5990
|
interface ActivitylogAppInstallationDatabaseUnlinked {
|
|
5993
5991
|
changes: {
|
|
5994
5992
|
after: {
|
|
5995
|
-
|
|
5993
|
+
name: string | null;
|
|
5994
|
+
purpose: string | null;
|
|
5996
5995
|
};
|
|
5997
5996
|
before: {
|
|
5998
|
-
|
|
5997
|
+
name: string;
|
|
5998
|
+
purpose: "unspecified" | "primary" | "cache" | "custom";
|
|
5999
5999
|
};
|
|
6000
6000
|
};
|
|
6001
6001
|
name: "app.database-unlinked";
|
|
@@ -6197,9 +6197,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6197
6197
|
interface ActivitylogDnsARecordSetManaged {
|
|
6198
6198
|
changes: {
|
|
6199
6199
|
after?: {
|
|
6200
|
-
aRecords:
|
|
6200
|
+
aRecords: "managed";
|
|
6201
|
+
};
|
|
6202
|
+
before?: {
|
|
6203
|
+
aRecords: string[] | null;
|
|
6201
6204
|
};
|
|
6202
|
-
before?: {};
|
|
6203
6205
|
};
|
|
6204
6206
|
name: "dns.a-record-set-managed";
|
|
6205
6207
|
parameters: {
|
|
@@ -6211,10 +6213,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6211
6213
|
after?: {
|
|
6212
6214
|
aRecords?: string[];
|
|
6213
6215
|
aaaaRecords?: string[];
|
|
6216
|
+
ttl?: (number | "auto") | null;
|
|
6214
6217
|
};
|
|
6215
6218
|
before?: {
|
|
6216
6219
|
aRecords?: string[];
|
|
6217
6220
|
aaaaRecords?: string[];
|
|
6221
|
+
ttl?: (number | "auto") | null;
|
|
6218
6222
|
};
|
|
6219
6223
|
};
|
|
6220
6224
|
name: "dns.a-record-set";
|
|
@@ -6226,9 +6230,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6226
6230
|
changes: {
|
|
6227
6231
|
after?: {
|
|
6228
6232
|
caa: {}[];
|
|
6233
|
+
ttl?: (number | "auto") | null;
|
|
6229
6234
|
};
|
|
6230
6235
|
before?: {
|
|
6231
6236
|
caa: {}[];
|
|
6237
|
+
ttl?: (number | "auto") | null;
|
|
6232
6238
|
};
|
|
6233
6239
|
};
|
|
6234
6240
|
name: "dns.caa-record-set";
|
|
@@ -6240,9 +6246,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6240
6246
|
changes: {
|
|
6241
6247
|
after?: {
|
|
6242
6248
|
cname: string;
|
|
6249
|
+
ttl?: (number | "auto") | null;
|
|
6243
6250
|
};
|
|
6244
6251
|
before?: {
|
|
6245
6252
|
cname: string;
|
|
6253
|
+
ttl?: (number | "auto") | null;
|
|
6246
6254
|
};
|
|
6247
6255
|
};
|
|
6248
6256
|
name: "dns.cname-record-set";
|
|
@@ -6267,9 +6275,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6267
6275
|
interface ActivitylogDnsMxRecordSetManaged {
|
|
6268
6276
|
changes: {
|
|
6269
6277
|
after?: {
|
|
6270
|
-
mx:
|
|
6278
|
+
mx: "managed";
|
|
6279
|
+
};
|
|
6280
|
+
before?: {
|
|
6281
|
+
mx: {}[] | null;
|
|
6271
6282
|
};
|
|
6272
|
-
before?: {};
|
|
6273
6283
|
};
|
|
6274
6284
|
name: "dns.mx-record-set-managed";
|
|
6275
6285
|
parameters: {
|
|
@@ -6280,9 +6290,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6280
6290
|
changes: {
|
|
6281
6291
|
after?: {
|
|
6282
6292
|
mx: {}[];
|
|
6293
|
+
ttl?: (number | "auto") | null;
|
|
6283
6294
|
};
|
|
6284
6295
|
before?: {
|
|
6285
6296
|
mx: {}[];
|
|
6297
|
+
ttl?: (number | "auto") | null;
|
|
6286
6298
|
};
|
|
6287
6299
|
};
|
|
6288
6300
|
name: "dns.mx-record-set";
|
|
@@ -6294,9 +6306,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6294
6306
|
changes: {
|
|
6295
6307
|
after?: {
|
|
6296
6308
|
srv: {}[];
|
|
6309
|
+
ttl?: (number | "auto") | null;
|
|
6297
6310
|
};
|
|
6298
6311
|
before?: {
|
|
6299
6312
|
srv: {}[];
|
|
6313
|
+
ttl?: (number | "auto") | null;
|
|
6300
6314
|
};
|
|
6301
6315
|
};
|
|
6302
6316
|
name: "dns.srv-record-set";
|
|
@@ -6307,9 +6321,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6307
6321
|
interface ActivitylogDnsTxtRecordSet {
|
|
6308
6322
|
changes: {
|
|
6309
6323
|
after?: {
|
|
6324
|
+
ttl?: (number | "auto") | null;
|
|
6310
6325
|
txt: string[];
|
|
6311
6326
|
};
|
|
6312
6327
|
before?: {
|
|
6328
|
+
ttl?: (number | "auto") | null;
|
|
6313
6329
|
txt: string[];
|
|
6314
6330
|
};
|
|
6315
6331
|
};
|
|
@@ -6414,7 +6430,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6414
6430
|
name: string;
|
|
6415
6431
|
}
|
|
6416
6432
|
interface ActivitylogLogEntry {
|
|
6417
|
-
action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsDomainDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsIngressDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserPasswordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDatabaseLinked | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDatabaseUnlinked | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
|
|
6433
|
+
action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsDomainDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsIngressDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserPasswordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationFailed | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDatabaseLinked | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDatabaseUnlinked | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
|
|
6418
6434
|
aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6419
6435
|
dateTime: string;
|
|
6420
6436
|
/**
|
|
@@ -7032,6 +7048,30 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7032
7048
|
}
|
|
7033
7049
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
7034
7050
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
7051
|
+
interface ActivitylogAppInstallationFailed {
|
|
7052
|
+
changes: {};
|
|
7053
|
+
name: "app.failed";
|
|
7054
|
+
parameters: {
|
|
7055
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
7056
|
+
error?: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
7057
|
+
};
|
|
7058
|
+
}
|
|
7059
|
+
interface ActivitylogDatabaseVersionSet {
|
|
7060
|
+
changes: {
|
|
7061
|
+
after?: {
|
|
7062
|
+
version: string;
|
|
7063
|
+
};
|
|
7064
|
+
before?: {
|
|
7065
|
+
version: string | null;
|
|
7066
|
+
};
|
|
7067
|
+
};
|
|
7068
|
+
name: "database.mysql-version-set";
|
|
7069
|
+
parameters: {
|
|
7070
|
+
description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
7071
|
+
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
7072
|
+
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
7073
|
+
};
|
|
7074
|
+
}
|
|
7035
7075
|
interface CommonsAddress {
|
|
7036
7076
|
street: string;
|
|
7037
7077
|
houseNumber: string;
|
|
@@ -11120,77 +11160,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11120
11160
|
}
|
|
11121
11161
|
}
|
|
11122
11162
|
}
|
|
11123
|
-
namespace V2ContainerTemplatesTemplateIdAssetsAssetPath {
|
|
11124
|
-
namespace Get {
|
|
11125
|
-
namespace Parameters {
|
|
11126
|
-
type Path = {
|
|
11127
|
-
templateId: string;
|
|
11128
|
-
assetPath: string;
|
|
11129
|
-
};
|
|
11130
|
-
type Header = {};
|
|
11131
|
-
type Query = {};
|
|
11132
|
-
}
|
|
11133
|
-
namespace Responses {
|
|
11134
|
-
namespace $200 {
|
|
11135
|
-
namespace Content {
|
|
11136
|
-
type ImageJpeg = string;
|
|
11137
|
-
type ImagePng = string;
|
|
11138
|
-
type ImageSvgXml = string;
|
|
11139
|
-
type ImageWebp = string;
|
|
11140
|
-
}
|
|
11141
|
-
}
|
|
11142
|
-
namespace $400 {
|
|
11143
|
-
namespace Content {
|
|
11144
|
-
interface ApplicationJson {
|
|
11145
|
-
[k: string]: unknown;
|
|
11146
|
-
}
|
|
11147
|
-
}
|
|
11148
|
-
}
|
|
11149
|
-
namespace $403 {
|
|
11150
|
-
namespace Content {
|
|
11151
|
-
interface ApplicationJson {
|
|
11152
|
-
[k: string]: unknown;
|
|
11153
|
-
}
|
|
11154
|
-
}
|
|
11155
|
-
}
|
|
11156
|
-
namespace $404 {
|
|
11157
|
-
namespace Content {
|
|
11158
|
-
interface ApplicationJson {
|
|
11159
|
-
[k: string]: unknown;
|
|
11160
|
-
}
|
|
11161
|
-
}
|
|
11162
|
-
}
|
|
11163
|
-
namespace $429 {
|
|
11164
|
-
namespace Content {
|
|
11165
|
-
interface ApplicationJson {
|
|
11166
|
-
[k: string]: unknown;
|
|
11167
|
-
}
|
|
11168
|
-
}
|
|
11169
|
-
}
|
|
11170
|
-
namespace $500 {
|
|
11171
|
-
namespace Content {
|
|
11172
|
-
interface ApplicationJson {
|
|
11173
|
-
[k: string]: unknown;
|
|
11174
|
-
}
|
|
11175
|
-
}
|
|
11176
|
-
}
|
|
11177
|
-
namespace $503 {
|
|
11178
|
-
namespace Content {
|
|
11179
|
-
interface ApplicationJson {
|
|
11180
|
-
[k: string]: unknown;
|
|
11181
|
-
}
|
|
11182
|
-
}
|
|
11183
|
-
}
|
|
11184
|
-
namespace Default {
|
|
11185
|
-
namespace Content {
|
|
11186
|
-
interface ApplicationJson {
|
|
11187
|
-
[k: string]: unknown;
|
|
11188
|
-
}
|
|
11189
|
-
}
|
|
11190
|
-
}
|
|
11191
|
-
}
|
|
11192
|
-
}
|
|
11193
|
-
}
|
|
11194
11163
|
namespace V2ContainerTemplatesTemplateId {
|
|
11195
11164
|
namespace Get {
|
|
11196
11165
|
namespace Parameters {
|
|
@@ -670,14 +670,6 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
670
670
|
statusSetAt: string;
|
|
671
671
|
templateId?: string | undefined;
|
|
672
672
|
}>;
|
|
673
|
-
/** Get a Container Template asset. */
|
|
674
|
-
getTemplateAsset: (conf: {
|
|
675
|
-
templateId: string;
|
|
676
|
-
assetPath: string;
|
|
677
|
-
headers?: {
|
|
678
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
679
|
-
} | undefined;
|
|
680
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<string>;
|
|
681
673
|
/** Get a Container Template by ID. */
|
|
682
674
|
getTemplate: (conf: {
|
|
683
675
|
templateId: string;
|
|
@@ -4950,56 +4950,6 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
4950
4950
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4951
4951
|
[x: string]: unknown;
|
|
4952
4952
|
}, 500, "application/json">>>;
|
|
4953
|
-
/** Get a Container Template asset. */
|
|
4954
|
-
getTemplateAsset: (request: {
|
|
4955
|
-
templateId: string;
|
|
4956
|
-
assetPath: string;
|
|
4957
|
-
headers?: {
|
|
4958
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
4959
|
-
} | undefined;
|
|
4960
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4961
|
-
headers?: Partial<{
|
|
4962
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4963
|
-
}>;
|
|
4964
|
-
} & {
|
|
4965
|
-
pathParameters: {
|
|
4966
|
-
templateId: string;
|
|
4967
|
-
assetPath: string;
|
|
4968
|
-
};
|
|
4969
|
-
}, 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<{
|
|
4970
|
-
[x: string]: unknown;
|
|
4971
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4972
|
-
[x: string]: unknown;
|
|
4973
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4974
|
-
[x: string]: unknown;
|
|
4975
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4976
|
-
[x: string]: unknown;
|
|
4977
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4978
|
-
[x: string]: unknown;
|
|
4979
|
-
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4980
|
-
[x: string]: unknown;
|
|
4981
|
-
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4982
|
-
headers?: Partial<{
|
|
4983
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4984
|
-
}>;
|
|
4985
|
-
} & {
|
|
4986
|
-
pathParameters: {
|
|
4987
|
-
templateId: string;
|
|
4988
|
-
assetPath: string;
|
|
4989
|
-
};
|
|
4990
|
-
}, 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<{
|
|
4991
|
-
[x: string]: unknown;
|
|
4992
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4993
|
-
[x: string]: unknown;
|
|
4994
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4995
|
-
[x: string]: unknown;
|
|
4996
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4997
|
-
[x: string]: unknown;
|
|
4998
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4999
|
-
[x: string]: unknown;
|
|
5000
|
-
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5001
|
-
[x: string]: unknown;
|
|
5002
|
-
}, 503, "application/json">>>;
|
|
5003
4953
|
/** Get a Container Template by ID. */
|
|
5004
4954
|
getTemplate: (request: {
|
|
5005
4955
|
templateId: string;
|
|
@@ -147,8 +147,6 @@ export declare const containerGetContainerImageConfig: OpenAPIOperation<RequestT
|
|
|
147
147
|
export declare const containerGetServiceLogs: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogs.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogs.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogs.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogs.Get.Responses.$200.Content.TextPlain>, 200, "text/plain"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogs.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogs.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogs.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogs.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogs.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogs.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
148
148
|
/** Get a Service belonging to a Stack. */
|
|
149
149
|
export declare const containerGetService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
150
|
-
/** Get a Container Template asset. */
|
|
151
|
-
export declare const containerGetTemplateAsset: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$200.Content.ImageJpeg>, 200, "image/jpeg"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$200.Content.ImagePng>, 200, "image/png"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$200.Content.ImageSvgXml>, 200, "image/svg+xml"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$200.Content.ImageWebp>, 200, "image/webp"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
152
150
|
/** Get a Container Template by ID. */
|
|
153
151
|
export declare const containerGetTemplate: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
154
152
|
/** List Stacks belonging to the executing user. */
|
|
@@ -290,10 +290,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
290
290
|
type RequestData = InferredRequestData<typeof descriptors.containerGetService>;
|
|
291
291
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetService, TStatus>;
|
|
292
292
|
}
|
|
293
|
-
namespace ContainerGetTemplateAsset {
|
|
294
|
-
type RequestData = InferredRequestData<typeof descriptors.containerGetTemplateAsset>;
|
|
295
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplateAsset, TStatus>;
|
|
296
|
-
}
|
|
297
293
|
namespace ContainerGetTemplate {
|
|
298
294
|
type RequestData = InferredRequestData<typeof descriptors.containerGetTemplate>;
|
|
299
295
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplate, TStatus>;
|
|
@@ -5981,10 +5977,12 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
5981
5977
|
interface DeMittwaldActivitylogAppInstallationDatabaseLinked {
|
|
5982
5978
|
changes: {
|
|
5983
5979
|
after: {
|
|
5984
|
-
|
|
5980
|
+
name: string;
|
|
5981
|
+
purpose: "unspecified" | "primary" | "cache" | "custom";
|
|
5985
5982
|
};
|
|
5986
5983
|
before: {
|
|
5987
|
-
|
|
5984
|
+
name: string | null;
|
|
5985
|
+
purpose: string | null;
|
|
5988
5986
|
};
|
|
5989
5987
|
};
|
|
5990
5988
|
name: "app.database-linked";
|
|
@@ -5996,10 +5994,12 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
5996
5994
|
interface DeMittwaldActivitylogAppInstallationDatabaseUnlinked {
|
|
5997
5995
|
changes: {
|
|
5998
5996
|
after: {
|
|
5999
|
-
|
|
5997
|
+
name: string | null;
|
|
5998
|
+
purpose: string | null;
|
|
6000
5999
|
};
|
|
6001
6000
|
before: {
|
|
6002
|
-
|
|
6001
|
+
name: string;
|
|
6002
|
+
purpose: "unspecified" | "primary" | "cache" | "custom";
|
|
6003
6003
|
};
|
|
6004
6004
|
};
|
|
6005
6005
|
name: "app.database-unlinked";
|
|
@@ -6201,9 +6201,11 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6201
6201
|
interface DeMittwaldActivitylogDnsARecordSetManaged {
|
|
6202
6202
|
changes: {
|
|
6203
6203
|
after?: {
|
|
6204
|
-
aRecords:
|
|
6204
|
+
aRecords: "managed";
|
|
6205
|
+
};
|
|
6206
|
+
before?: {
|
|
6207
|
+
aRecords: string[] | null;
|
|
6205
6208
|
};
|
|
6206
|
-
before?: {};
|
|
6207
6209
|
};
|
|
6208
6210
|
name: "dns.a-record-set-managed";
|
|
6209
6211
|
parameters: {
|
|
@@ -6215,10 +6217,12 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6215
6217
|
after?: {
|
|
6216
6218
|
aRecords?: string[];
|
|
6217
6219
|
aaaaRecords?: string[];
|
|
6220
|
+
ttl?: (number | "auto") | null;
|
|
6218
6221
|
};
|
|
6219
6222
|
before?: {
|
|
6220
6223
|
aRecords?: string[];
|
|
6221
6224
|
aaaaRecords?: string[];
|
|
6225
|
+
ttl?: (number | "auto") | null;
|
|
6222
6226
|
};
|
|
6223
6227
|
};
|
|
6224
6228
|
name: "dns.a-record-set";
|
|
@@ -6230,9 +6234,11 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6230
6234
|
changes: {
|
|
6231
6235
|
after?: {
|
|
6232
6236
|
caa: {}[];
|
|
6237
|
+
ttl?: (number | "auto") | null;
|
|
6233
6238
|
};
|
|
6234
6239
|
before?: {
|
|
6235
6240
|
caa: {}[];
|
|
6241
|
+
ttl?: (number | "auto") | null;
|
|
6236
6242
|
};
|
|
6237
6243
|
};
|
|
6238
6244
|
name: "dns.caa-record-set";
|
|
@@ -6244,9 +6250,11 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6244
6250
|
changes: {
|
|
6245
6251
|
after?: {
|
|
6246
6252
|
cname: string;
|
|
6253
|
+
ttl?: (number | "auto") | null;
|
|
6247
6254
|
};
|
|
6248
6255
|
before?: {
|
|
6249
6256
|
cname: string;
|
|
6257
|
+
ttl?: (number | "auto") | null;
|
|
6250
6258
|
};
|
|
6251
6259
|
};
|
|
6252
6260
|
name: "dns.cname-record-set";
|
|
@@ -6271,9 +6279,11 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6271
6279
|
interface DeMittwaldActivitylogDnsMxRecordSetManaged {
|
|
6272
6280
|
changes: {
|
|
6273
6281
|
after?: {
|
|
6274
|
-
mx:
|
|
6282
|
+
mx: "managed";
|
|
6283
|
+
};
|
|
6284
|
+
before?: {
|
|
6285
|
+
mx: {}[] | null;
|
|
6275
6286
|
};
|
|
6276
|
-
before?: {};
|
|
6277
6287
|
};
|
|
6278
6288
|
name: "dns.mx-record-set-managed";
|
|
6279
6289
|
parameters: {
|
|
@@ -6284,9 +6294,11 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6284
6294
|
changes: {
|
|
6285
6295
|
after?: {
|
|
6286
6296
|
mx: {}[];
|
|
6297
|
+
ttl?: (number | "auto") | null;
|
|
6287
6298
|
};
|
|
6288
6299
|
before?: {
|
|
6289
6300
|
mx: {}[];
|
|
6301
|
+
ttl?: (number | "auto") | null;
|
|
6290
6302
|
};
|
|
6291
6303
|
};
|
|
6292
6304
|
name: "dns.mx-record-set";
|
|
@@ -6298,9 +6310,11 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6298
6310
|
changes: {
|
|
6299
6311
|
after?: {
|
|
6300
6312
|
srv: {}[];
|
|
6313
|
+
ttl?: (number | "auto") | null;
|
|
6301
6314
|
};
|
|
6302
6315
|
before?: {
|
|
6303
6316
|
srv: {}[];
|
|
6317
|
+
ttl?: (number | "auto") | null;
|
|
6304
6318
|
};
|
|
6305
6319
|
};
|
|
6306
6320
|
name: "dns.srv-record-set";
|
|
@@ -6311,9 +6325,11 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6311
6325
|
interface DeMittwaldActivitylogDnsTxtRecordSet {
|
|
6312
6326
|
changes: {
|
|
6313
6327
|
after?: {
|
|
6328
|
+
ttl?: (number | "auto") | null;
|
|
6314
6329
|
txt: string[];
|
|
6315
6330
|
};
|
|
6316
6331
|
before?: {
|
|
6332
|
+
ttl?: (number | "auto") | null;
|
|
6317
6333
|
txt: string[];
|
|
6318
6334
|
};
|
|
6319
6335
|
};
|
|
@@ -6418,7 +6434,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6418
6434
|
name: string;
|
|
6419
6435
|
}
|
|
6420
6436
|
interface DeMittwaldActivitylogLogEntry {
|
|
6421
|
-
action: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsDomainDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsIngressDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCnameRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsSrvRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCaaRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsTxtRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDescriptionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserPasswordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationCopyRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDescriptionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDatabaseLinked | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDatabaseUnlinked | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationAppVersionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogGenericAction;
|
|
6437
|
+
action: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsDomainDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsIngressDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCnameRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsSrvRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCaaRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsTxtRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDescriptionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseVersionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserPasswordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationCopyRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDescriptionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationFailed | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDatabaseLinked | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDatabaseUnlinked | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationAppVersionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogGenericAction;
|
|
6422
6438
|
aggregate: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAggregateReference;
|
|
6423
6439
|
dateTime: string;
|
|
6424
6440
|
/**
|
|
@@ -7036,6 +7052,30 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7036
7052
|
}
|
|
7037
7053
|
type DeMittwaldVerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
7038
7054
|
type DeMittwaldContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
7055
|
+
interface DeMittwaldActivitylogAppInstallationFailed {
|
|
7056
|
+
changes: {};
|
|
7057
|
+
name: "app.failed";
|
|
7058
|
+
parameters: {
|
|
7059
|
+
appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogLinkedParameterProperty;
|
|
7060
|
+
error?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
7061
|
+
};
|
|
7062
|
+
}
|
|
7063
|
+
interface DeMittwaldActivitylogDatabaseVersionSet {
|
|
7064
|
+
changes: {
|
|
7065
|
+
after?: {
|
|
7066
|
+
version: string;
|
|
7067
|
+
};
|
|
7068
|
+
before?: {
|
|
7069
|
+
version: string | null;
|
|
7070
|
+
};
|
|
7071
|
+
};
|
|
7072
|
+
name: "database.mysql-version-set";
|
|
7073
|
+
parameters: {
|
|
7074
|
+
description: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
7075
|
+
name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
7076
|
+
version: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
7077
|
+
};
|
|
7078
|
+
}
|
|
7039
7079
|
interface DeMittwaldCommonsAddress {
|
|
7040
7080
|
street: string;
|
|
7041
7081
|
houseNumber: string;
|
|
@@ -11112,77 +11152,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
11112
11152
|
}
|
|
11113
11153
|
}
|
|
11114
11154
|
}
|
|
11115
|
-
namespace V3NextContainerTemplatesTemplateIdAssetsAssetPath {
|
|
11116
|
-
namespace Get {
|
|
11117
|
-
namespace Parameters {
|
|
11118
|
-
type Path = {
|
|
11119
|
-
templateId: string;
|
|
11120
|
-
assetPath: string;
|
|
11121
|
-
};
|
|
11122
|
-
type Header = {};
|
|
11123
|
-
type Query = {};
|
|
11124
|
-
}
|
|
11125
|
-
namespace Responses {
|
|
11126
|
-
namespace $200 {
|
|
11127
|
-
namespace Content {
|
|
11128
|
-
type ImageJpeg = string;
|
|
11129
|
-
type ImagePng = string;
|
|
11130
|
-
type ImageSvgXml = string;
|
|
11131
|
-
type ImageWebp = string;
|
|
11132
|
-
}
|
|
11133
|
-
}
|
|
11134
|
-
namespace $400 {
|
|
11135
|
-
namespace Content {
|
|
11136
|
-
interface ApplicationJson {
|
|
11137
|
-
[k: string]: unknown;
|
|
11138
|
-
}
|
|
11139
|
-
}
|
|
11140
|
-
}
|
|
11141
|
-
namespace $403 {
|
|
11142
|
-
namespace Content {
|
|
11143
|
-
interface ApplicationJson {
|
|
11144
|
-
[k: string]: unknown;
|
|
11145
|
-
}
|
|
11146
|
-
}
|
|
11147
|
-
}
|
|
11148
|
-
namespace $404 {
|
|
11149
|
-
namespace Content {
|
|
11150
|
-
interface ApplicationJson {
|
|
11151
|
-
[k: string]: unknown;
|
|
11152
|
-
}
|
|
11153
|
-
}
|
|
11154
|
-
}
|
|
11155
|
-
namespace $429 {
|
|
11156
|
-
namespace Content {
|
|
11157
|
-
interface ApplicationJson {
|
|
11158
|
-
[k: string]: unknown;
|
|
11159
|
-
}
|
|
11160
|
-
}
|
|
11161
|
-
}
|
|
11162
|
-
namespace $500 {
|
|
11163
|
-
namespace Content {
|
|
11164
|
-
interface ApplicationJson {
|
|
11165
|
-
[k: string]: unknown;
|
|
11166
|
-
}
|
|
11167
|
-
}
|
|
11168
|
-
}
|
|
11169
|
-
namespace $503 {
|
|
11170
|
-
namespace Content {
|
|
11171
|
-
interface ApplicationJson {
|
|
11172
|
-
[k: string]: unknown;
|
|
11173
|
-
}
|
|
11174
|
-
}
|
|
11175
|
-
}
|
|
11176
|
-
namespace Default {
|
|
11177
|
-
namespace Content {
|
|
11178
|
-
interface ApplicationJson {
|
|
11179
|
-
[k: string]: unknown;
|
|
11180
|
-
}
|
|
11181
|
-
}
|
|
11182
|
-
}
|
|
11183
|
-
}
|
|
11184
|
-
}
|
|
11185
|
-
}
|
|
11186
11155
|
namespace V3NextContainerTemplatesTemplateId {
|
|
11187
11156
|
namespace Get {
|
|
11188
11157
|
namespace Parameters {
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.437.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.438.0",
|
|
4
4
|
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Auto-generated client for the mittwald API",
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
"test:compile": "run tsc --noEmit"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@mittwald/api-client-commons": "^4.
|
|
75
|
+
"@mittwald/api-client-commons": "^4.438.0",
|
|
76
76
|
"browser-or-node": "^3.0.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@mittwald/api-code-generator": "^4.
|
|
79
|
+
"@mittwald/api-code-generator": "^4.438.0",
|
|
80
80
|
"@mittwald/react-use-promise": "^2.6.2",
|
|
81
81
|
"@types/node": "^22.18.11",
|
|
82
82
|
"@types/react": "^18.3.26",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"optional": true
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "f3b1fcc5599ac66f2b33479ee3237ae0368e938f"
|
|
110
110
|
}
|