@mittwald/api-client 4.156.0 → 4.158.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.155.0';
1
+ export const MittwaldAPIClientVersion = '4.157.0';
@@ -453,6 +453,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
453
453
  message?: string | undefined;
454
454
  pendingState: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceState;
455
455
  projectId: string;
456
+ requiresRecreate: boolean;
456
457
  serviceName: string;
457
458
  shortId: string;
458
459
  stackId: string;
@@ -3288,6 +3288,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3288
3288
  message?: string | undefined;
3289
3289
  pendingState: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceState;
3290
3290
  projectId: string;
3291
+ requiresRecreate: boolean;
3291
3292
  serviceName: string;
3292
3293
  shortId: string;
3293
3294
  stackId: string;
@@ -3327,6 +3328,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3327
3328
  message?: string | undefined;
3328
3329
  pendingState: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceState;
3329
3330
  projectId: string;
3331
+ requiresRecreate: boolean;
3330
3332
  serviceName: string;
3331
3333
  shortId: string;
3332
3334
  stackId: string;
@@ -1808,6 +1808,7 @@ export declare namespace MittwaldAPIV2 {
1808
1808
  expiresAt?: string;
1809
1809
  format: string;
1810
1810
  phase?: "" | "Pending" | "Exporting" | "Failed" | "Completed" | "Expired";
1811
+ sha256Checksum?: string;
1811
1812
  withPassword: boolean;
1812
1813
  }
1813
1814
  interface BackupProjectBackupSchedule {
@@ -2011,6 +2012,7 @@ export declare namespace MittwaldAPIV2 {
2011
2012
  message?: string;
2012
2013
  pendingState: MittwaldAPIV2.Components.Schemas.ContainerServiceState;
2013
2014
  projectId: string;
2015
+ requiresRecreate: boolean;
2014
2016
  serviceName: string;
2015
2017
  shortId: string;
2016
2018
  stackId: string;
@@ -2847,6 +2849,7 @@ export declare namespace MittwaldAPIV2 {
2847
2849
  * @deprecated
2848
2850
  */
2849
2851
  email?: string;
2852
+ homepage?: string;
2850
2853
  id: string;
2851
2854
  imprint?: MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint;
2852
2855
  logoRefId?: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.155.0';
1
+ export declare const MittwaldAPIClientVersion = '4.157.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.156.0",
3
+ "version": "4.158.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": "60a24ba11e2f89bf3c1c0b9b1a2a138e22e70d54"
83
+ "gitHead": "98323f812900f4e61f0878c0a8398ae593d89625"
84
84
  }