@mittwald/api-client 0.0.0-development-28684d6-20251208 → 0.0.0-development-745a848-20251209

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 = '0.0.0-development-499375d-20251205';
1
+ export const MittwaldAPIClientVersion = '0.0.0-development-28684d6-20251208';
@@ -1608,7 +1608,6 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
1608
1608
  isAllowedToPlaceOrders?: boolean | undefined;
1609
1609
  isBanned?: boolean | undefined;
1610
1610
  isInDefaultOfPayment?: boolean | undefined;
1611
- is_mail_address_invalid?: boolean | undefined;
1612
1611
  levelOfUndeliverableDunningNotice?: "first" | "second" | undefined;
1613
1612
  memberCount: number;
1614
1613
  name: string;
@@ -3383,8 +3382,10 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV2Client) => {
3383
3382
  } | undefined;
3384
3383
  }) => import("@mittwald/react-use-promise").AsyncResource<{
3385
3384
  customerId: string;
3385
+ deletedAt?: string | undefined;
3386
3386
  keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTariffUsage;
3387
3387
  limit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
3388
+ nextTokenReset: string;
3388
3389
  tokens: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTariffUsageBig;
3389
3390
  topUsages?: {
3390
3391
  keyId?: string;
@@ -3414,6 +3415,7 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV2Client) => {
3414
3415
  } | undefined;
3415
3416
  }) => import("@mittwald/react-use-promise").AsyncResource<{
3416
3417
  keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTariffUsage;
3418
+ nextTokenReset?: string | undefined;
3417
3419
  projectId: string;
3418
3420
  }>;
3419
3421
  };
@@ -13249,7 +13249,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13249
13249
  isAllowedToPlaceOrders?: boolean | undefined;
13250
13250
  isBanned?: boolean | undefined;
13251
13251
  isInDefaultOfPayment?: boolean | undefined;
13252
- is_mail_address_invalid?: boolean | undefined;
13253
13252
  levelOfUndeliverableDunningNotice?: "first" | "second" | undefined;
13254
13253
  memberCount: number;
13255
13254
  name: string;
@@ -13294,7 +13293,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13294
13293
  isAllowedToPlaceOrders?: boolean | undefined;
13295
13294
  isBanned?: boolean | undefined;
13296
13295
  isInDefaultOfPayment?: boolean | undefined;
13297
- is_mail_address_invalid?: boolean | undefined;
13298
13296
  levelOfUndeliverableDunningNotice?: "first" | "second" | undefined;
13299
13297
  memberCount: number;
13300
13298
  name: string;
@@ -29177,8 +29175,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
29177
29175
  }>;
29178
29176
  }, import("@mittwald/api-client-commons").Response<{
29179
29177
  customerId: string;
29178
+ deletedAt?: string | undefined;
29180
29179
  keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTariffUsage;
29181
29180
  limit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
29181
+ nextTokenReset: string;
29182
29182
  tokens: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTariffUsageBig;
29183
29183
  topUsages?: {
29184
29184
  keyId?: string;
@@ -29210,8 +29210,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
29210
29210
  }>;
29211
29211
  }, import("@mittwald/api-client-commons").Response<{
29212
29212
  customerId: string;
29213
+ deletedAt?: string | undefined;
29213
29214
  keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTariffUsage;
29214
29215
  limit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
29216
+ nextTokenReset: string;
29215
29217
  tokens: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTariffUsageBig;
29216
29218
  topUsages?: {
29217
29219
  keyId?: string;
@@ -29396,6 +29398,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
29396
29398
  };
29397
29399
  }, import("@mittwald/api-client-commons").Response<{
29398
29400
  keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTariffUsage;
29401
+ nextTokenReset?: string | undefined;
29399
29402
  projectId: string;
29400
29403
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
29401
29404
  [x: string]: unknown;
@@ -29415,6 +29418,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
29415
29418
  };
29416
29419
  }, import("@mittwald/api-client-commons").Response<{
29417
29420
  keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingTariffUsage;
29421
+ nextTokenReset?: string | undefined;
29418
29422
  projectId: string;
29419
29423
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
29420
29424
  [x: string]: unknown;
@@ -2205,6 +2205,10 @@ export declare namespace MittwaldAPIV2 {
2205
2205
  variantName?: string;
2206
2206
  }
2207
2207
  interface ExtensionVariant {
2208
+ /**
2209
+ * deadline for scheduled deletion of extension variant
2210
+ */
2211
+ deletionDeadline?: string;
2208
2212
  /**
2209
2213
  * Description of Variant.
2210
2214
  */
@@ -2220,6 +2224,10 @@ export declare namespace MittwaldAPIV2 {
2220
2224
  * stop extension variant from being booked
2221
2225
  */
2222
2226
  isBookingStopped?: boolean;
2227
+ /**
2228
+ * deletion of extension variant is scheduled
2229
+ */
2230
+ isDeletionScheduled?: boolean;
2223
2231
  /**
2224
2232
  * Key that needs to be unique in Variant.
2225
2233
  */
@@ -2965,7 +2973,6 @@ export declare namespace MittwaldAPIV2 {
2965
2973
  isAllowedToPlaceOrders?: boolean;
2966
2974
  isBanned?: boolean;
2967
2975
  isInDefaultOfPayment?: boolean;
2968
- is_mail_address_invalid?: boolean;
2969
2976
  levelOfUndeliverableDunningNotice?: "first" | "second";
2970
2977
  memberCount: number;
2971
2978
  name: string;
@@ -5634,8 +5641,10 @@ export declare namespace MittwaldAPIV2 {
5634
5641
  }
5635
5642
  interface AihostingTariffOptions {
5636
5643
  customerId: string;
5644
+ deletedAt?: string;
5637
5645
  keys: MittwaldAPIV2.Components.Schemas.AihostingTariffUsage;
5638
5646
  limit: MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
5647
+ nextTokenReset: string;
5639
5648
  tokens: MittwaldAPIV2.Components.Schemas.AihostingTariffUsageBig;
5640
5649
  topUsages?: {
5641
5650
  keyId?: string;
@@ -28924,6 +28933,7 @@ export declare namespace MittwaldAPIV2 {
28924
28933
  namespace Content {
28925
28934
  interface ApplicationJson {
28926
28935
  keys: MittwaldAPIV2.Components.Schemas.AihostingTariffUsage;
28936
+ nextTokenReset?: string;
28927
28937
  projectId: string;
28928
28938
  }
28929
28939
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '0.0.0-development-499375d-20251205';
1
+ export declare const MittwaldAPIClientVersion = '0.0.0-development-28684d6-20251208';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "0.0.0-development-28684d6-20251208",
3
+ "version": "0.0.0-development-745a848-20251209",
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": "^0.0.0-development-28684d6-20251208",
49
+ "@mittwald/api-client-commons": "^0.0.0-development-745a848-20251209",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^0.0.0-development-28684d6-20251208",
53
+ "@mittwald/api-code-generator": "^0.0.0-development-745a848-20251209",
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": "0dd8bf831543097ad63874554c42c84ab78f1c79"
83
+ "gitHead": "361510e815d8c6c452c1790d27fb9aeb1fa78365"
84
84
  }