@mittwald/api-client 4.233.0 → 4.234.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.232.0';
1
+ export const MittwaldAPIClientVersion = '4.233.0';
@@ -1405,7 +1405,7 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV2Client) => {
1405
1405
  description: string;
1406
1406
  destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
1407
1407
  email?: string | undefined;
1408
- failedExecutionAlertThreshold?: number | undefined;
1408
+ failedExecutionAlertThreshold: number;
1409
1409
  id: string;
1410
1410
  interval: string;
1411
1411
  latestExecution?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobExecution | undefined;
@@ -11446,7 +11446,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11446
11446
  description: string;
11447
11447
  destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
11448
11448
  email?: string | undefined;
11449
- failedExecutionAlertThreshold?: number | undefined;
11449
+ failedExecutionAlertThreshold: number;
11450
11450
  id: string;
11451
11451
  interval: string;
11452
11452
  latestExecution?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobExecution | undefined;
@@ -11480,7 +11480,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11480
11480
  description: string;
11481
11481
  destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
11482
11482
  email?: string | undefined;
11483
- failedExecutionAlertThreshold?: number | undefined;
11483
+ failedExecutionAlertThreshold: number;
11484
11484
  id: string;
11485
11485
  interval: string;
11486
11486
  latestExecution?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobExecution | undefined;
@@ -2657,7 +2657,7 @@ export declare namespace MittwaldAPIV2 {
2657
2657
  description: string;
2658
2658
  destination: MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
2659
2659
  email?: string;
2660
- failedExecutionAlertThreshold?: number;
2660
+ failedExecutionAlertThreshold: number;
2661
2661
  id: string;
2662
2662
  interval: string;
2663
2663
  latestExecution?: MittwaldAPIV2.Components.Schemas.CronjobCronjobExecution;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.232.0';
1
+ export declare const MittwaldAPIClientVersion = '4.233.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.233.0",
3
+ "version": "4.234.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": "2a316e9e5b2ed65b4c54782a381ded357abfb59a"
83
+ "gitHead": "8bb1ce2ae4e40d214b579699ca5b34efd113409e"
84
84
  }