@mittwald/api-client 4.197.0 → 4.198.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.196.0';
1
+ export const MittwaldAPIClientVersion = '4.197.0';
@@ -5919,11 +5919,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5919
5919
  };
5920
5920
  customerId?: string | undefined;
5921
5921
  description?: string | undefined;
5922
+ promotionCode?: string | undefined;
5922
5923
  } | {
5923
5924
  diskspaceInGiB: number;
5924
5925
  machineType: string;
5925
5926
  customerId?: string | undefined;
5926
5927
  description?: string | undefined;
5928
+ promotionCode?: string | undefined;
5927
5929
  } | {
5928
5930
  domain: string;
5929
5931
  projectId: string;
@@ -4385,6 +4385,7 @@ export declare namespace MittwaldAPIV2 {
4385
4385
  }
4386
4386
  interface OrderHostingOrderPreviewResponse {
4387
4387
  machineTypePrice: number;
4388
+ possibleFreeTrialDays?: number;
4388
4389
  storagePrice: number;
4389
4390
  totalPrice: number;
4390
4391
  }
@@ -4403,6 +4404,7 @@ export declare namespace MittwaldAPIV2 {
4403
4404
  customerId?: string;
4404
4405
  description?: string;
4405
4406
  diskspaceInGiB: number;
4407
+ promotionCode?: string;
4406
4408
  spec: MittwaldAPIV2.Components.Schemas.OrderMachineTypeSpec | MittwaldAPIV2.Components.Schemas.OrderHardwareSpec;
4407
4409
  }
4408
4410
  interface OrderProjectHostingOrder {
@@ -4424,6 +4426,7 @@ export declare namespace MittwaldAPIV2 {
4424
4426
  description?: string;
4425
4427
  diskspaceInGiB: number;
4426
4428
  machineType: string;
4429
+ promotionCode?: string;
4427
4430
  }
4428
4431
  interface OrderServerOrder {
4429
4432
  customerId: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.196.0';
1
+ export declare const MittwaldAPIClientVersion = '4.197.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.197.0",
3
+ "version": "4.198.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",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "1ef64e61a75952d2fb1060b61c31c13c639c1ae6"
83
+ "gitHead": "29ce25040d1efbe6dca6b54a9938acc5e3cc7742"
84
84
  }