@mittwald/api-client 4.286.0 → 4.287.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.285.0';
1
+ export const MittwaldAPIClientVersion = '4.286.0';
@@ -1830,6 +1830,30 @@ export declare namespace MittwaldAPIV2 {
1830
1830
  name: string;
1831
1831
  termsOfServiceLink: string;
1832
1832
  }
1833
+ interface AihostingPlanOptions {
1834
+ customerId: string;
1835
+ deletedAt?: string;
1836
+ keys: MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
1837
+ nextTokenReset: string;
1838
+ rateLimit: MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
1839
+ tokens: MittwaldAPIV2.Components.Schemas.AihostingPlanUsageBig;
1840
+ topUsages?: {
1841
+ keyId?: string;
1842
+ name: string;
1843
+ projectId?: string;
1844
+ tokenUsed: number;
1845
+ }[];
1846
+ }
1847
+ interface AihostingPlanUsageBig {
1848
+ available: number;
1849
+ planLimit: number;
1850
+ used: number;
1851
+ }
1852
+ interface AihostingPlanUsage {
1853
+ available: number;
1854
+ planLimit: number;
1855
+ used: number;
1856
+ }
1833
1857
  /**
1834
1858
  * The number of allowed requests per unit. Limits are shared across all keys within the same project.
1835
1859
  */
@@ -5612,30 +5636,6 @@ export declare namespace MittwaldAPIV2 {
5612
5636
  }
5613
5637
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
5614
5638
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
5615
- interface AihostingPlanOptions {
5616
- customerId: string;
5617
- deletedAt?: string;
5618
- keys: MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
5619
- nextTokenReset: string;
5620
- rateLimit: MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
5621
- tokens: MittwaldAPIV2.Components.Schemas.AihostingPlanUsageBig;
5622
- topUsages?: {
5623
- keyId?: string;
5624
- name: string;
5625
- projectId?: string;
5626
- tokenUsed: number;
5627
- }[];
5628
- }
5629
- interface AihostingPlanUsage {
5630
- available: number;
5631
- planLimit: number;
5632
- used: number;
5633
- }
5634
- interface AihostingPlanUsageBig {
5635
- available: number;
5636
- planLimit: number;
5637
- used: number;
5638
- }
5639
5639
  interface CommonsAddress {
5640
5640
  street: string;
5641
5641
  houseNumber: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.285.0';
1
+ export declare const MittwaldAPIClientVersion = '4.286.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.286.0",
3
+ "version": "4.287.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.286.0",
49
+ "@mittwald/api-client-commons": "^4.287.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.286.0",
53
+ "@mittwald/api-code-generator": "^4.287.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": "16e5797b660844aa6c1160da5dea3c445cd8553c"
83
+ "gitHead": "4084193c034fba47c5a9e33b1ab64dcc101a90df"
84
84
  }