@mittwald/api-client 3.0.12 → 3.0.13

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.
@@ -1890,6 +1890,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1890
1890
  } | {
1891
1891
  machineType?: string | undefined;
1892
1892
  };
1893
+ promotionCode?: string | undefined;
1893
1894
  useFreeTrial?: boolean | undefined;
1894
1895
  } | {
1895
1896
  customerId: string;
@@ -1385,6 +1385,7 @@ export declare module MittwaldAPIV2 {
1385
1385
  customerId: string;
1386
1386
  description: string;
1387
1387
  diskspaceInGiB: number;
1388
+ promotionCode?: string;
1388
1389
  spec: MittwaldAPIV2.Components.Schemas.OrderMachineTypeSpec | MittwaldAPIV2.Components.Schemas.OrderHardwareSpec;
1389
1390
  useFreeTrial?: boolean;
1390
1391
  }
@@ -1890,6 +1890,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1890
1890
  } | {
1891
1891
  machineType?: string | undefined;
1892
1892
  };
1893
+ promotionCode?: string | undefined;
1893
1894
  useFreeTrial?: boolean | undefined;
1894
1895
  } | {
1895
1896
  customerId: string;
@@ -1385,6 +1385,7 @@ export declare module MittwaldAPIV2 {
1385
1385
  customerId: string;
1386
1386
  description: string;
1387
1387
  diskspaceInGiB: number;
1388
+ promotionCode?: string;
1388
1389
  spec: MittwaldAPIV2.Components.Schemas.OrderMachineTypeSpec | MittwaldAPIV2.Components.Schemas.OrderHardwareSpec;
1389
1390
  useFreeTrial?: boolean;
1390
1391
  }
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '3.0.12';
1
+ export declare const MittwaldAPIClientVersion = '3.0.13';
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '3.0.12';
1
+ export const MittwaldAPIClientVersion = '3.0.13';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "3.0.12",
3
+ "version": "3.0.13",
4
4
  "description": "Auto-generated client for the mittwald API",
5
5
  "license": "MIT",
6
6
  "repository": "github:mittwald/api-client-js",