@mittwald/api-client 4.283.0 → 4.285.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.284.0';
|
|
@@ -17374,6 +17374,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17374
17374
|
}>;
|
|
17375
17375
|
}, import("@mittwald/api-client-commons").Response<{
|
|
17376
17376
|
authCode: string;
|
|
17377
|
+
expirationDate?: string | undefined;
|
|
17377
17378
|
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17378
17379
|
[x: string]: unknown;
|
|
17379
17380
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -17396,6 +17397,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17396
17397
|
}>;
|
|
17397
17398
|
}, import("@mittwald/api-client-commons").Response<{
|
|
17398
17399
|
authCode: string;
|
|
17400
|
+
expirationDate?: string | undefined;
|
|
17399
17401
|
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17400
17402
|
[x: string]: unknown;
|
|
17401
17403
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -1839,10 +1839,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1839
1839
|
}
|
|
1840
1840
|
interface AihostingTokenUsage {
|
|
1841
1841
|
planLimit: number;
|
|
1842
|
-
/**
|
|
1843
|
-
* @deprecated
|
|
1844
|
-
*/
|
|
1845
|
-
tariffLimit: number;
|
|
1846
1842
|
used: number;
|
|
1847
1843
|
}
|
|
1848
1844
|
/**
|
|
@@ -5623,19 +5619,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5623
5619
|
interface AihostingPlanUsage {
|
|
5624
5620
|
available: number;
|
|
5625
5621
|
planLimit: number;
|
|
5626
|
-
/**
|
|
5627
|
-
* @deprecated
|
|
5628
|
-
*/
|
|
5629
|
-
tariffLimit: number;
|
|
5630
5622
|
used: number;
|
|
5631
5623
|
}
|
|
5632
5624
|
interface AihostingPlanUsageBig {
|
|
5633
5625
|
available: number;
|
|
5634
5626
|
planLimit: number;
|
|
5635
|
-
/**
|
|
5636
|
-
* @deprecated
|
|
5637
|
-
*/
|
|
5638
|
-
tariffLimit: number;
|
|
5639
5627
|
used: number;
|
|
5640
5628
|
}
|
|
5641
5629
|
interface CommonsAddress {
|
|
@@ -16501,6 +16489,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16501
16489
|
namespace Content {
|
|
16502
16490
|
interface ApplicationJson {
|
|
16503
16491
|
authCode: string;
|
|
16492
|
+
expirationDate?: string;
|
|
16504
16493
|
}
|
|
16505
16494
|
}
|
|
16506
16495
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.284.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.285.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.285.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.285.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": "f4edb25e4984fecfb9d17b084ee6ff1a88322850"
|
|
84
84
|
}
|