@mittwald/api-client 4.346.0 → 4.347.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.346.0';
|
|
@@ -150,6 +150,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
150
150
|
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
|
|
151
151
|
} | undefined;
|
|
152
152
|
phase: import("./types.js").MittwaldAPIV2.Components.Schemas.AppPhase;
|
|
153
|
+
projectDescription: string;
|
|
153
154
|
projectId: string;
|
|
154
155
|
screenshotId?: string | undefined;
|
|
155
156
|
screenshotRef?: string | undefined;
|
|
@@ -1027,6 +1027,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1027
1027
|
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
|
|
1028
1028
|
} | undefined;
|
|
1029
1029
|
phase: import("./types.js").MittwaldAPIV2.Components.Schemas.AppPhase;
|
|
1030
|
+
projectDescription: string;
|
|
1030
1031
|
projectId: string;
|
|
1031
1032
|
screenshotId?: string | undefined;
|
|
1032
1033
|
screenshotRef?: string | undefined;
|
|
@@ -1071,6 +1072,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1071
1072
|
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
|
|
1072
1073
|
} | undefined;
|
|
1073
1074
|
phase: import("./types.js").MittwaldAPIV2.Components.Schemas.AppPhase;
|
|
1075
|
+
projectDescription: string;
|
|
1074
1076
|
projectId: string;
|
|
1075
1077
|
screenshotId?: string | undefined;
|
|
1076
1078
|
screenshotRef?: string | undefined;
|
|
@@ -2019,6 +2019,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2019
2019
|
[k: string]: MittwaldAPIV2.Components.Schemas.AppLockPurpose;
|
|
2020
2020
|
};
|
|
2021
2021
|
phase: MittwaldAPIV2.Components.Schemas.AppPhase;
|
|
2022
|
+
projectDescription: string;
|
|
2022
2023
|
projectId: string;
|
|
2023
2024
|
screenshotId?: string;
|
|
2024
2025
|
screenshotRef?: string;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.346.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.347.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.347.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.347.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": "4f1c5452ea45a4afb047bb56e9e8e9446b43f24d"
|
|
84
84
|
}
|