@mittwald/api-client 4.427.0 → 4.428.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/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +1 -0
- package/dist/types/generated/v2/client.d.ts +2 -0
- package/dist/types/generated/v2/types.d.ts +4 -0
- package/dist/types/generated/v3-next/client-react.d.ts +1 -0
- package/dist/types/generated/v3-next/client.d.ts +2 -0
- package/dist/types/generated/v3-next/types.d.ts +4 -0
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.427.0';
|
|
@@ -668,6 +668,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
668
668
|
stackId: string;
|
|
669
669
|
status: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceStatus;
|
|
670
670
|
statusSetAt: string;
|
|
671
|
+
templateId?: string | undefined;
|
|
671
672
|
}>;
|
|
672
673
|
/** Get a Container Template asset. */
|
|
673
674
|
getTemplateAsset: (conf: {
|
|
@@ -5113,6 +5113,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5113
5113
|
stackId: string;
|
|
5114
5114
|
status: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceStatus;
|
|
5115
5115
|
statusSetAt: string;
|
|
5116
|
+
templateId?: string | undefined;
|
|
5116
5117
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5117
5118
|
[x: string]: unknown;
|
|
5118
5119
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -5155,6 +5156,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5155
5156
|
stackId: string;
|
|
5156
5157
|
status: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceStatus;
|
|
5157
5158
|
statusSetAt: string;
|
|
5159
|
+
templateId?: string | undefined;
|
|
5158
5160
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5159
5161
|
[x: string]: unknown;
|
|
5160
5162
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -2818,6 +2818,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2818
2818
|
stackId: string;
|
|
2819
2819
|
status: MittwaldAPIV2.Components.Schemas.ContainerServiceStatus;
|
|
2820
2820
|
statusSetAt: string;
|
|
2821
|
+
/**
|
|
2822
|
+
* ID of the template used to create this service, if one was used.
|
|
2823
|
+
*/
|
|
2824
|
+
templateId?: string;
|
|
2821
2825
|
}
|
|
2822
2826
|
interface ContainerServiceState {
|
|
2823
2827
|
/**
|
|
@@ -668,6 +668,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
668
668
|
stackId: string;
|
|
669
669
|
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceStatus;
|
|
670
670
|
statusSetAt: string;
|
|
671
|
+
templateId?: string | undefined;
|
|
671
672
|
}>;
|
|
672
673
|
/** Get a Container Template asset. */
|
|
673
674
|
getTemplateAsset: (conf: {
|
|
@@ -5113,6 +5113,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
5113
5113
|
stackId: string;
|
|
5114
5114
|
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceStatus;
|
|
5115
5115
|
statusSetAt: string;
|
|
5116
|
+
templateId?: string | undefined;
|
|
5116
5117
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5117
5118
|
[x: string]: unknown;
|
|
5118
5119
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -5155,6 +5156,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
5155
5156
|
stackId: string;
|
|
5156
5157
|
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceStatus;
|
|
5157
5158
|
statusSetAt: string;
|
|
5159
|
+
templateId?: string | undefined;
|
|
5158
5160
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5159
5161
|
[x: string]: unknown;
|
|
5160
5162
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -2818,6 +2818,10 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
2818
2818
|
stackId: string;
|
|
2819
2819
|
status: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceStatus;
|
|
2820
2820
|
statusSetAt: string;
|
|
2821
|
+
/**
|
|
2822
|
+
* ID of the template used to create this service, if one was used.
|
|
2823
|
+
*/
|
|
2824
|
+
templateId?: string;
|
|
2821
2825
|
}
|
|
2822
2826
|
interface DeMittwaldContainerServiceState {
|
|
2823
2827
|
/**
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.427.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.428.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.428.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.428.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": "5a4399cff718d58c9148fd278f5401c525f42914"
|
|
110
110
|
}
|