@mittwald/api-client 4.404.0 → 4.405.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
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.404.0';
|
|
@@ -718,6 +718,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
718
718
|
userInputs?: {
|
|
719
719
|
dataSource?: string;
|
|
720
720
|
defaultValue?: string;
|
|
721
|
+
label?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
721
722
|
name: string;
|
|
722
723
|
required: boolean;
|
|
723
724
|
validationSchema?: string;
|
|
@@ -5185,6 +5185,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5185
5185
|
userInputs?: {
|
|
5186
5186
|
dataSource?: string;
|
|
5187
5187
|
defaultValue?: string;
|
|
5188
|
+
label?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5188
5189
|
name: string;
|
|
5189
5190
|
required: boolean;
|
|
5190
5191
|
validationSchema?: string;
|
|
@@ -5244,6 +5245,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5244
5245
|
userInputs?: {
|
|
5245
5246
|
dataSource?: string;
|
|
5246
5247
|
defaultValue?: string;
|
|
5248
|
+
label?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5247
5249
|
name: string;
|
|
5248
5250
|
required: boolean;
|
|
5249
5251
|
validationSchema?: string;
|
|
@@ -2919,6 +2919,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2919
2919
|
userInputs?: {
|
|
2920
2920
|
dataSource?: string;
|
|
2921
2921
|
defaultValue?: string;
|
|
2922
|
+
label?: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
2922
2923
|
name: string;
|
|
2923
2924
|
required: boolean;
|
|
2924
2925
|
validationSchema?: string;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.404.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.405.0",
|
|
4
4
|
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Auto-generated client for the mittwald API",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"test:compile": "run tsc --noEmit"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@mittwald/api-client-commons": "^4.
|
|
49
|
+
"@mittwald/api-client-commons": "^4.405.0",
|
|
50
50
|
"browser-or-node": "^3.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@mittwald/api-code-generator": "^4.
|
|
53
|
+
"@mittwald/api-code-generator": "^4.405.0",
|
|
54
54
|
"@mittwald/react-use-promise": "^2.6.2",
|
|
55
55
|
"@types/node": "^22.18.11",
|
|
56
56
|
"@types/react": "^18.3.26",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "4f38f126d01f5c06152c5f56b28110203466d165"
|
|
84
84
|
}
|