@mittwald/api-client 4.353.0 → 4.354.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.352.0';
1
+ export const MittwaldAPIClientVersion = '4.353.0';
@@ -1857,6 +1857,7 @@ export declare namespace MittwaldAPIV2 {
1857
1857
  replacesModelName?: string;
1858
1858
  status: MittwaldAPIV2.Components.Schemas.AihostingDetailedModelStatus;
1859
1859
  termsOfServiceLink: string;
1860
+ tokenFactor: number;
1860
1861
  }
1861
1862
  type AihostingDetailedModelStatus = "active" | "needApproval" | "deprecated";
1862
1863
  interface AihostingKey {
@@ -1889,6 +1890,7 @@ export declare namespace MittwaldAPIV2 {
1889
1890
  docLink: string;
1890
1891
  name: string;
1891
1892
  termsOfServiceLink: string;
1893
+ tokenFactor: number;
1892
1894
  }
1893
1895
  interface AihostingPlanOptions {
1894
1896
  customerId: string;
@@ -1924,6 +1926,7 @@ export declare namespace MittwaldAPIV2 {
1924
1926
  replacesModelName?: string;
1925
1927
  status: MittwaldAPIV2.Components.Schemas.AihostingDetailedModelStatus;
1926
1928
  termsOfServiceLink: string;
1929
+ tokenFactor: number;
1927
1930
  }
1928
1931
  /**
1929
1932
  * The number of allowed requests per unit. Limits are shared across all keys within the same project.
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.352.0';
1
+ export declare const MittwaldAPIClientVersion = '4.353.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.353.0",
3
+ "version": "4.354.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.353.0",
49
+ "@mittwald/api-client-commons": "^4.354.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.353.0",
53
+ "@mittwald/api-code-generator": "^4.354.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": "809dff50807f296b7f201ae3f4dbe399d308576e"
83
+ "gitHead": "84c9fb0a1f75f6a6707121124cdd647e57654de5"
84
84
  }