@mittwald/api-client 4.434.0 → 4.436.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 +1 -8
- package/dist/types/generated/v2/client.d.ts +2 -50
- package/dist/types/generated/v2/descriptors.d.ts +0 -2
- package/dist/types/generated/v2/types.d.ts +5 -75
- package/dist/types/generated/v3-next/client-react.d.ts +1 -8
- package/dist/types/generated/v3-next/client.d.ts +2 -50
- package/dist/types/generated/v3-next/descriptors.d.ts +0 -2
- package/dist/types/generated/v3-next/types.d.ts +5 -75
- 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.435.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;
|
|
@@ -2900,6 +2892,7 @@ declare const buildMailApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
2900
2892
|
limit: number;
|
|
2901
2893
|
};
|
|
2902
2894
|
} | undefined;
|
|
2895
|
+
originalAddress?: string | undefined;
|
|
2903
2896
|
projectId: string;
|
|
2904
2897
|
rateLimitChangeRequest?: {
|
|
2905
2898
|
rateLimitId: 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;
|
|
@@ -21155,6 +21105,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21155
21105
|
limit: number;
|
|
21156
21106
|
};
|
|
21157
21107
|
} | undefined;
|
|
21108
|
+
originalAddress?: string | undefined;
|
|
21158
21109
|
projectId: string;
|
|
21159
21110
|
rateLimitChangeRequest?: {
|
|
21160
21111
|
rateLimitId: string;
|
|
@@ -21224,6 +21175,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21224
21175
|
limit: number;
|
|
21225
21176
|
};
|
|
21226
21177
|
} | undefined;
|
|
21178
|
+
originalAddress?: string | undefined;
|
|
21227
21179
|
projectId: string;
|
|
21228
21180
|
rateLimitChangeRequest?: {
|
|
21229
21181
|
rateLimitId: 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>;
|
|
@@ -5196,6 +5192,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5196
5192
|
limit: number;
|
|
5197
5193
|
};
|
|
5198
5194
|
};
|
|
5195
|
+
/**
|
|
5196
|
+
* For archived mail addresses, the address the mailbox had right before it was archived.
|
|
5197
|
+
*/
|
|
5198
|
+
originalAddress?: string;
|
|
5199
5199
|
projectId: string;
|
|
5200
5200
|
rateLimitChangeRequest?: {
|
|
5201
5201
|
/**
|
|
@@ -11116,77 +11116,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11116
11116
|
}
|
|
11117
11117
|
}
|
|
11118
11118
|
}
|
|
11119
|
-
namespace V2ContainerTemplatesTemplateIdAssetsAssetPath {
|
|
11120
|
-
namespace Get {
|
|
11121
|
-
namespace Parameters {
|
|
11122
|
-
type Path = {
|
|
11123
|
-
templateId: string;
|
|
11124
|
-
assetPath: string;
|
|
11125
|
-
};
|
|
11126
|
-
type Header = {};
|
|
11127
|
-
type Query = {};
|
|
11128
|
-
}
|
|
11129
|
-
namespace Responses {
|
|
11130
|
-
namespace $200 {
|
|
11131
|
-
namespace Content {
|
|
11132
|
-
type ImageJpeg = string;
|
|
11133
|
-
type ImagePng = string;
|
|
11134
|
-
type ImageSvgXml = string;
|
|
11135
|
-
type ImageWebp = string;
|
|
11136
|
-
}
|
|
11137
|
-
}
|
|
11138
|
-
namespace $400 {
|
|
11139
|
-
namespace Content {
|
|
11140
|
-
interface ApplicationJson {
|
|
11141
|
-
[k: string]: unknown;
|
|
11142
|
-
}
|
|
11143
|
-
}
|
|
11144
|
-
}
|
|
11145
|
-
namespace $403 {
|
|
11146
|
-
namespace Content {
|
|
11147
|
-
interface ApplicationJson {
|
|
11148
|
-
[k: string]: unknown;
|
|
11149
|
-
}
|
|
11150
|
-
}
|
|
11151
|
-
}
|
|
11152
|
-
namespace $404 {
|
|
11153
|
-
namespace Content {
|
|
11154
|
-
interface ApplicationJson {
|
|
11155
|
-
[k: string]: unknown;
|
|
11156
|
-
}
|
|
11157
|
-
}
|
|
11158
|
-
}
|
|
11159
|
-
namespace $429 {
|
|
11160
|
-
namespace Content {
|
|
11161
|
-
interface ApplicationJson {
|
|
11162
|
-
[k: string]: unknown;
|
|
11163
|
-
}
|
|
11164
|
-
}
|
|
11165
|
-
}
|
|
11166
|
-
namespace $500 {
|
|
11167
|
-
namespace Content {
|
|
11168
|
-
interface ApplicationJson {
|
|
11169
|
-
[k: string]: unknown;
|
|
11170
|
-
}
|
|
11171
|
-
}
|
|
11172
|
-
}
|
|
11173
|
-
namespace $503 {
|
|
11174
|
-
namespace Content {
|
|
11175
|
-
interface ApplicationJson {
|
|
11176
|
-
[k: string]: unknown;
|
|
11177
|
-
}
|
|
11178
|
-
}
|
|
11179
|
-
}
|
|
11180
|
-
namespace Default {
|
|
11181
|
-
namespace Content {
|
|
11182
|
-
interface ApplicationJson {
|
|
11183
|
-
[k: string]: unknown;
|
|
11184
|
-
}
|
|
11185
|
-
}
|
|
11186
|
-
}
|
|
11187
|
-
}
|
|
11188
|
-
}
|
|
11189
|
-
}
|
|
11190
11119
|
namespace V2ContainerTemplatesTemplateId {
|
|
11191
11120
|
namespace Get {
|
|
11192
11121
|
namespace Parameters {
|
|
@@ -17042,6 +16971,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17042
16971
|
namespace V2AppInstallationsAppInstallationIdDatabaseReplace { }
|
|
17043
16972
|
namespace V2ProjectBackupsProjectBackupIdExpirationTime { }
|
|
17044
16973
|
namespace V2ProjectBackupsProjectBackupIdDescription { }
|
|
16974
|
+
namespace V2ContainerTemplatesTemplateIdAssetsAssetPath { }
|
|
17045
16975
|
namespace V2ContainerTemplatesTemplateIdIcon { }
|
|
17046
16976
|
namespace V2StacksStackIdUpdateSchedule { }
|
|
17047
16977
|
namespace V2ActionsValidateContainerRegistryUri { }
|
|
@@ -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;
|
|
@@ -2900,6 +2892,7 @@ declare const buildMailApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2900
2892
|
limit: number;
|
|
2901
2893
|
};
|
|
2902
2894
|
} | undefined;
|
|
2895
|
+
originalAddress?: string | undefined;
|
|
2903
2896
|
projectId: string;
|
|
2904
2897
|
rateLimitChangeRequest?: {
|
|
2905
2898
|
rateLimitId: 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;
|
|
@@ -21155,6 +21105,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
21155
21105
|
limit: number;
|
|
21156
21106
|
};
|
|
21157
21107
|
} | undefined;
|
|
21108
|
+
originalAddress?: string | undefined;
|
|
21158
21109
|
projectId: string;
|
|
21159
21110
|
rateLimitChangeRequest?: {
|
|
21160
21111
|
rateLimitId: string;
|
|
@@ -21224,6 +21175,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
21224
21175
|
limit: number;
|
|
21225
21176
|
};
|
|
21226
21177
|
} | undefined;
|
|
21178
|
+
originalAddress?: string | undefined;
|
|
21227
21179
|
projectId: string;
|
|
21228
21180
|
rateLimitChangeRequest?: {
|
|
21229
21181
|
rateLimitId: 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>;
|
|
@@ -5200,6 +5196,10 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
5200
5196
|
limit: number;
|
|
5201
5197
|
};
|
|
5202
5198
|
};
|
|
5199
|
+
/**
|
|
5200
|
+
* For archived mail addresses, the address the mailbox had right before it was archived.
|
|
5201
|
+
*/
|
|
5202
|
+
originalAddress?: string;
|
|
5203
5203
|
projectId: string;
|
|
5204
5204
|
rateLimitChangeRequest?: {
|
|
5205
5205
|
/**
|
|
@@ -11108,77 +11108,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
11108
11108
|
}
|
|
11109
11109
|
}
|
|
11110
11110
|
}
|
|
11111
|
-
namespace V3NextContainerTemplatesTemplateIdAssetsAssetPath {
|
|
11112
|
-
namespace Get {
|
|
11113
|
-
namespace Parameters {
|
|
11114
|
-
type Path = {
|
|
11115
|
-
templateId: string;
|
|
11116
|
-
assetPath: string;
|
|
11117
|
-
};
|
|
11118
|
-
type Header = {};
|
|
11119
|
-
type Query = {};
|
|
11120
|
-
}
|
|
11121
|
-
namespace Responses {
|
|
11122
|
-
namespace $200 {
|
|
11123
|
-
namespace Content {
|
|
11124
|
-
type ImageJpeg = string;
|
|
11125
|
-
type ImagePng = string;
|
|
11126
|
-
type ImageSvgXml = string;
|
|
11127
|
-
type ImageWebp = string;
|
|
11128
|
-
}
|
|
11129
|
-
}
|
|
11130
|
-
namespace $400 {
|
|
11131
|
-
namespace Content {
|
|
11132
|
-
interface ApplicationJson {
|
|
11133
|
-
[k: string]: unknown;
|
|
11134
|
-
}
|
|
11135
|
-
}
|
|
11136
|
-
}
|
|
11137
|
-
namespace $403 {
|
|
11138
|
-
namespace Content {
|
|
11139
|
-
interface ApplicationJson {
|
|
11140
|
-
[k: string]: unknown;
|
|
11141
|
-
}
|
|
11142
|
-
}
|
|
11143
|
-
}
|
|
11144
|
-
namespace $404 {
|
|
11145
|
-
namespace Content {
|
|
11146
|
-
interface ApplicationJson {
|
|
11147
|
-
[k: string]: unknown;
|
|
11148
|
-
}
|
|
11149
|
-
}
|
|
11150
|
-
}
|
|
11151
|
-
namespace $429 {
|
|
11152
|
-
namespace Content {
|
|
11153
|
-
interface ApplicationJson {
|
|
11154
|
-
[k: string]: unknown;
|
|
11155
|
-
}
|
|
11156
|
-
}
|
|
11157
|
-
}
|
|
11158
|
-
namespace $500 {
|
|
11159
|
-
namespace Content {
|
|
11160
|
-
interface ApplicationJson {
|
|
11161
|
-
[k: string]: unknown;
|
|
11162
|
-
}
|
|
11163
|
-
}
|
|
11164
|
-
}
|
|
11165
|
-
namespace $503 {
|
|
11166
|
-
namespace Content {
|
|
11167
|
-
interface ApplicationJson {
|
|
11168
|
-
[k: string]: unknown;
|
|
11169
|
-
}
|
|
11170
|
-
}
|
|
11171
|
-
}
|
|
11172
|
-
namespace Default {
|
|
11173
|
-
namespace Content {
|
|
11174
|
-
interface ApplicationJson {
|
|
11175
|
-
[k: string]: unknown;
|
|
11176
|
-
}
|
|
11177
|
-
}
|
|
11178
|
-
}
|
|
11179
|
-
}
|
|
11180
|
-
}
|
|
11181
|
-
}
|
|
11182
11111
|
namespace V3NextContainerTemplatesTemplateId {
|
|
11183
11112
|
namespace Get {
|
|
11184
11113
|
namespace Parameters {
|
|
@@ -17032,6 +16961,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
17032
16961
|
namespace V3NextAppInstallationsAppInstallationIdDatabaseReplace { }
|
|
17033
16962
|
namespace V3NextProjectBackupsProjectBackupIdExpirationTime { }
|
|
17034
16963
|
namespace V3NextProjectBackupsProjectBackupIdDescription { }
|
|
16964
|
+
namespace V3NextContainerTemplatesTemplateIdAssetsAssetPath { }
|
|
17035
16965
|
namespace V3NextContainerTemplatesTemplateIdIcon { }
|
|
17036
16966
|
namespace V3NextStacksStackIdUpdateSchedule { }
|
|
17037
16967
|
namespace V3NextActionsValidateContainerRegistryUri { }
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.435.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.436.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.436.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.436.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": "3085760fb68513cf4e2f5b031dd53312b6e5295a"
|
|
110
110
|
}
|