@mittwald/api-client 4.425.0 → 4.426.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 +1 -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 +1 -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.425.0';
|
|
@@ -722,6 +722,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
722
722
|
}[] | undefined;
|
|
723
723
|
supportLink?: string | undefined;
|
|
724
724
|
tagline: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
725
|
+
type: "component" | "standalone";
|
|
725
726
|
userInputs?: {
|
|
726
727
|
dataSource?: string;
|
|
727
728
|
defaultValue?: string;
|
|
@@ -5259,6 +5259,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5259
5259
|
}[] | undefined;
|
|
5260
5260
|
supportLink?: string | undefined;
|
|
5261
5261
|
tagline: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5262
|
+
type: "component" | "standalone";
|
|
5262
5263
|
userInputs?: {
|
|
5263
5264
|
dataSource?: string;
|
|
5264
5265
|
defaultValue?: string;
|
|
@@ -5324,6 +5325,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5324
5325
|
}[] | undefined;
|
|
5325
5326
|
supportLink?: string | undefined;
|
|
5326
5327
|
tagline: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
5328
|
+
type: "component" | "standalone";
|
|
5327
5329
|
userInputs?: {
|
|
5328
5330
|
dataSource?: string;
|
|
5329
5331
|
defaultValue?: string;
|
|
@@ -2937,6 +2937,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2937
2937
|
}[];
|
|
2938
2938
|
supportLink?: string;
|
|
2939
2939
|
tagline: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
2940
|
+
type: "component" | "standalone";
|
|
2940
2941
|
userInputs?: {
|
|
2941
2942
|
dataSource?: string;
|
|
2942
2943
|
defaultValue?: string;
|
|
@@ -722,6 +722,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
722
722
|
}[] | undefined;
|
|
723
723
|
supportLink?: string | undefined;
|
|
724
724
|
tagline: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
725
|
+
type: "component" | "standalone";
|
|
725
726
|
userInputs?: {
|
|
726
727
|
dataSource?: string;
|
|
727
728
|
defaultValue?: string;
|
|
@@ -5259,6 +5259,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
5259
5259
|
}[] | undefined;
|
|
5260
5260
|
supportLink?: string | undefined;
|
|
5261
5261
|
tagline: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
5262
|
+
type: "component" | "standalone";
|
|
5262
5263
|
userInputs?: {
|
|
5263
5264
|
dataSource?: string;
|
|
5264
5265
|
defaultValue?: string;
|
|
@@ -5324,6 +5325,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
5324
5325
|
}[] | undefined;
|
|
5325
5326
|
supportLink?: string | undefined;
|
|
5326
5327
|
tagline: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
5328
|
+
type: "component" | "standalone";
|
|
5327
5329
|
userInputs?: {
|
|
5328
5330
|
dataSource?: string;
|
|
5329
5331
|
defaultValue?: string;
|
|
@@ -2937,6 +2937,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
2937
2937
|
}[];
|
|
2938
2938
|
supportLink?: string;
|
|
2939
2939
|
tagline: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
2940
|
+
type: "component" | "standalone";
|
|
2940
2941
|
userInputs?: {
|
|
2941
2942
|
dataSource?: string;
|
|
2942
2943
|
defaultValue?: string;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.425.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.426.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.426.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.426.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": "fbf825bb33b6868fff203e9c6024f584ea6071fd"
|
|
110
110
|
}
|