@mittwald/api-client 4.157.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.156.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;
@@ -2012,6 +2012,7 @@ export declare namespace MittwaldAPIV2 {
2012
2012
  message?: string;
2013
2013
  pendingState: MittwaldAPIV2.Components.Schemas.ContainerServiceState;
2014
2014
  projectId: string;
2015
+ requiresRecreate: boolean;
2015
2016
  serviceName: string;
2016
2017
  shortId: string;
2017
2018
  stackId: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.156.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.157.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": "475c06d15e3c0f84ad5a113fd13560570541b743"
83
+ "gitHead": "98323f812900f4e61f0878c0a8398ae593d89625"
84
84
  }