@mittwald/api-client 0.0.0-development-d575ea2-20260713 → 0.0.0-development-53640b8-20260713

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.410.0';
1
+ export const MittwaldAPIClientVersion = '0.0.0-development-d575ea2-20260713';
@@ -55,6 +55,7 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV2Client) => {
55
55
  deletedAt?: string | undefined;
56
56
  keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
57
57
  modelTermsApprovalRequired: boolean;
58
+ name?: string | undefined;
58
59
  nextTokenReset: string;
59
60
  planId?: string | undefined;
60
61
  rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
@@ -95,6 +96,7 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV2Client) => {
95
96
  deletedAt?: string | undefined;
96
97
  keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
97
98
  modelTermsApprovalRequired: boolean;
99
+ name?: string | undefined;
98
100
  nextTokenReset: string;
99
101
  planId?: string | undefined;
100
102
  rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
@@ -163,6 +165,7 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV2Client) => {
163
165
  }) => import("@mittwald/react-use-promise").AsyncResource<{
164
166
  keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
165
167
  modelTermsApprovalRequired: boolean;
168
+ name?: string | undefined;
166
169
  nextTokenReset?: string | undefined;
167
170
  projectId: string;
168
171
  }>;
@@ -464,6 +464,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
464
464
  deletedAt?: string | undefined;
465
465
  keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
466
466
  modelTermsApprovalRequired: boolean;
467
+ name?: string | undefined;
467
468
  nextTokenReset: string;
468
469
  planId?: string | undefined;
469
470
  rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
@@ -502,6 +503,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
502
503
  deletedAt?: string | undefined;
503
504
  keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
504
505
  modelTermsApprovalRequired: boolean;
506
+ name?: string | undefined;
505
507
  nextTokenReset: string;
506
508
  planId?: string | undefined;
507
509
  rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
@@ -664,6 +666,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
664
666
  deletedAt?: string | undefined;
665
667
  keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
666
668
  modelTermsApprovalRequired: boolean;
669
+ name?: string | undefined;
667
670
  nextTokenReset: string;
668
671
  planId?: string | undefined;
669
672
  rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
@@ -701,6 +704,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
701
704
  deletedAt?: string | undefined;
702
705
  keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
703
706
  modelTermsApprovalRequired: boolean;
707
+ name?: string | undefined;
704
708
  nextTokenReset: string;
705
709
  planId?: string | undefined;
706
710
  rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
@@ -1163,6 +1167,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1163
1167
  }, import("@mittwald/api-client-commons").Response<{
1164
1168
  keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
1165
1169
  modelTermsApprovalRequired: boolean;
1170
+ name?: string | undefined;
1166
1171
  nextTokenReset?: string | undefined;
1167
1172
  projectId: string;
1168
1173
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -1190,6 +1195,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1190
1195
  }, import("@mittwald/api-client-commons").Response<{
1191
1196
  keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
1192
1197
  modelTermsApprovalRequired: boolean;
1198
+ name?: string | undefined;
1193
1199
  nextTokenReset?: string | undefined;
1194
1200
  projectId: string;
1195
1201
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -2036,6 +2036,7 @@ export declare namespace MittwaldAPIV2 {
2036
2036
  deletedAt?: string;
2037
2037
  keys: MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
2038
2038
  modelTermsApprovalRequired: boolean;
2039
+ name?: string;
2039
2040
  nextTokenReset: string;
2040
2041
  planId?: string;
2041
2042
  rateLimit: MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
@@ -8524,6 +8525,7 @@ export declare namespace MittwaldAPIV2 {
8524
8525
  interface ApplicationJson {
8525
8526
  keys: MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
8526
8527
  modelTermsApprovalRequired: boolean;
8528
+ name?: string;
8527
8529
  nextTokenReset?: string;
8528
8530
  projectId: string;
8529
8531
  }
@@ -55,6 +55,7 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
55
55
  deletedAt?: string | undefined;
56
56
  keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
57
57
  modelTermsApprovalRequired: boolean;
58
+ name?: string | undefined;
58
59
  nextTokenReset: string;
59
60
  planId?: string | undefined;
60
61
  rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
@@ -95,6 +96,7 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
95
96
  deletedAt?: string | undefined;
96
97
  keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
97
98
  modelTermsApprovalRequired: boolean;
99
+ name?: string | undefined;
98
100
  nextTokenReset: string;
99
101
  planId?: string | undefined;
100
102
  rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
@@ -163,6 +165,7 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
163
165
  }) => import("@mittwald/react-use-promise").AsyncResource<{
164
166
  keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
165
167
  modelTermsApprovalRequired: boolean;
168
+ name?: string | undefined;
166
169
  nextTokenReset?: string | undefined;
167
170
  projectId: string;
168
171
  }>;
@@ -464,6 +464,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
464
464
  deletedAt?: string | undefined;
465
465
  keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
466
466
  modelTermsApprovalRequired: boolean;
467
+ name?: string | undefined;
467
468
  nextTokenReset: string;
468
469
  planId?: string | undefined;
469
470
  rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
@@ -502,6 +503,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
502
503
  deletedAt?: string | undefined;
503
504
  keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
504
505
  modelTermsApprovalRequired: boolean;
506
+ name?: string | undefined;
505
507
  nextTokenReset: string;
506
508
  planId?: string | undefined;
507
509
  rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
@@ -664,6 +666,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
664
666
  deletedAt?: string | undefined;
665
667
  keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
666
668
  modelTermsApprovalRequired: boolean;
669
+ name?: string | undefined;
667
670
  nextTokenReset: string;
668
671
  planId?: string | undefined;
669
672
  rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
@@ -701,6 +704,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
701
704
  deletedAt?: string | undefined;
702
705
  keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
703
706
  modelTermsApprovalRequired: boolean;
707
+ name?: string | undefined;
704
708
  nextTokenReset: string;
705
709
  planId?: string | undefined;
706
710
  rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
@@ -1163,6 +1167,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1163
1167
  }, import("@mittwald/api-client-commons").Response<{
1164
1168
  keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
1165
1169
  modelTermsApprovalRequired: boolean;
1170
+ name?: string | undefined;
1166
1171
  nextTokenReset?: string | undefined;
1167
1172
  projectId: string;
1168
1173
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -1190,6 +1195,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1190
1195
  }, import("@mittwald/api-client-commons").Response<{
1191
1196
  keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
1192
1197
  modelTermsApprovalRequired: boolean;
1198
+ name?: string | undefined;
1193
1199
  nextTokenReset?: string | undefined;
1194
1200
  projectId: string;
1195
1201
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -2036,6 +2036,7 @@ export declare namespace MittwaldAPIV3Next {
2036
2036
  deletedAt?: string;
2037
2037
  keys: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
2038
2038
  modelTermsApprovalRequired: boolean;
2039
+ name?: string;
2039
2040
  nextTokenReset: string;
2040
2041
  planId?: string;
2041
2042
  rateLimit: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
@@ -8528,6 +8529,7 @@ export declare namespace MittwaldAPIV3Next {
8528
8529
  interface ApplicationJson {
8529
8530
  keys: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
8530
8531
  modelTermsApprovalRequired: boolean;
8532
+ name?: string;
8531
8533
  nextTokenReset?: string;
8532
8534
  projectId: string;
8533
8535
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.410.0';
1
+ export declare const MittwaldAPIClientVersion = '0.0.0-development-d575ea2-20260713';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "0.0.0-development-d575ea2-20260713",
3
+ "version": "0.0.0-development-53640b8-20260713",
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",
@@ -72,11 +72,11 @@
72
72
  "test:compile": "run tsc --noEmit"
73
73
  },
74
74
  "dependencies": {
75
- "@mittwald/api-client-commons": "^0.0.0-development-d575ea2-20260713",
75
+ "@mittwald/api-client-commons": "^0.0.0-development-53640b8-20260713",
76
76
  "browser-or-node": "^3.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@mittwald/api-code-generator": "^0.0.0-development-d575ea2-20260713",
79
+ "@mittwald/api-code-generator": "^0.0.0-development-53640b8-20260713",
80
80
  "@mittwald/react-use-promise": "^2.6.2",
81
81
  "@types/node": "^22.18.11",
82
82
  "@types/react": "^18.3.26",
@@ -106,5 +106,5 @@
106
106
  "optional": true
107
107
  }
108
108
  },
109
- "gitHead": "dc7d06dd2fd2e5aa215354a676d413045fc7963c"
109
+ "gitHead": "92359259f4173f9139858f183c65f10f2c357e92"
110
110
  }