@mittwald/api-client 4.377.0 → 4.378.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.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.376.0';
1
+ export const MittwaldAPIClientVersion = '4.377.0';
@@ -1872,6 +1872,7 @@ export declare namespace MittwaldAPIV2 {
1872
1872
  activeAt: string;
1873
1873
  displayName: string;
1874
1874
  docLink: string;
1875
+ label?: "lts" | "stable" | "experimental" | "legacy stable" | "preview";
1875
1876
  name: string;
1876
1877
  removalAt?: string;
1877
1878
  replacesModelName?: string;
@@ -1908,6 +1909,7 @@ export declare namespace MittwaldAPIV2 {
1908
1909
  interface AihostingModel {
1909
1910
  displayName: string;
1910
1911
  docLink: string;
1912
+ label?: "lts" | "stable" | "experimental" | "legacy stable" | "preview";
1911
1913
  name: string;
1912
1914
  termsOfServiceLink: string;
1913
1915
  tokenFactor: number;
@@ -1941,6 +1943,7 @@ export declare namespace MittwaldAPIV2 {
1941
1943
  activeAt: string;
1942
1944
  displayName: string;
1943
1945
  docLink: string;
1946
+ label?: "lts" | "stable" | "experimental" | "legacy stable" | "preview";
1944
1947
  name: string;
1945
1948
  removalAt?: string;
1946
1949
  replacesModelName?: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.376.0';
1
+ export declare const MittwaldAPIClientVersion = '4.377.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.377.0",
3
+ "version": "4.378.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.377.0",
49
+ "@mittwald/api-client-commons": "^4.378.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.377.0",
53
+ "@mittwald/api-code-generator": "^4.378.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": "eb12c180c191bf800d099d70df8b69801266b281"
83
+ "gitHead": "c5a5646b967940a9aabf38c3118e892eb7e64e2d"
84
84
  }