@mittwald/api-client 4.231.0 → 4.233.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.230.0';
1
+ export const MittwaldAPIClientVersion = '4.232.0';
@@ -1405,6 +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
1409
  id: string;
1409
1410
  interval: string;
1410
1411
  latestExecution?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobExecution | undefined;
@@ -1894,6 +1895,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
1894
1895
  projectId?: string | undefined;
1895
1896
  certificateId?: string | undefined;
1896
1897
  hostnameSubstring?: string | undefined;
1898
+ appInstallationId?: string | undefined;
1897
1899
  limit?: number | undefined;
1898
1900
  skip?: number | undefined;
1899
1901
  page?: number | undefined;
@@ -11215,6 +11215,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11215
11215
  interval: string;
11216
11216
  timeout: number;
11217
11217
  email?: string | undefined;
11218
+ failedExecutionAlertThreshold?: number | undefined;
11218
11219
  };
11219
11220
  projectId: string;
11220
11221
  headers?: {
@@ -11228,6 +11229,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11228
11229
  description: string;
11229
11230
  destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
11230
11231
  email?: string | undefined;
11232
+ failedExecutionAlertThreshold?: number | undefined;
11231
11233
  interval: string;
11232
11234
  timeout: number;
11233
11235
  };
@@ -11260,6 +11262,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11260
11262
  description: string;
11261
11263
  destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
11262
11264
  email?: string | undefined;
11265
+ failedExecutionAlertThreshold?: number | undefined;
11263
11266
  interval: string;
11264
11267
  timeout: number;
11265
11268
  };
@@ -11443,6 +11446,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11443
11446
  description: string;
11444
11447
  destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
11445
11448
  email?: string | undefined;
11449
+ failedExecutionAlertThreshold?: number | undefined;
11446
11450
  id: string;
11447
11451
  interval: string;
11448
11452
  latestExecution?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobExecution | undefined;
@@ -11476,6 +11480,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11476
11480
  description: string;
11477
11481
  destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
11478
11482
  email?: string | undefined;
11483
+ failedExecutionAlertThreshold?: number | undefined;
11479
11484
  id: string;
11480
11485
  interval: string;
11481
11486
  latestExecution?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobExecution | undefined;
@@ -11551,6 +11556,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11551
11556
  url: string;
11552
11557
  } | undefined;
11553
11558
  email?: string | undefined;
11559
+ failedExecutionAlertThreshold?: number | undefined;
11554
11560
  interval?: string | undefined;
11555
11561
  timeout?: number | undefined;
11556
11562
  } | undefined;
@@ -11564,6 +11570,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11564
11570
  description?: string | undefined;
11565
11571
  destination?: (import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand) | undefined;
11566
11572
  email?: string | undefined;
11573
+ failedExecutionAlertThreshold?: number | undefined;
11567
11574
  interval?: string | undefined;
11568
11575
  timeout?: number | undefined;
11569
11576
  };
@@ -11595,6 +11602,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11595
11602
  description?: string | undefined;
11596
11603
  destination?: (import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand) | undefined;
11597
11604
  email?: string | undefined;
11605
+ failedExecutionAlertThreshold?: number | undefined;
11598
11606
  interval?: string | undefined;
11599
11607
  timeout?: number | undefined;
11600
11608
  };
@@ -16351,6 +16359,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16351
16359
  projectId?: string | undefined;
16352
16360
  certificateId?: string | undefined;
16353
16361
  hostnameSubstring?: string | undefined;
16362
+ appInstallationId?: string | undefined;
16354
16363
  limit?: number | undefined;
16355
16364
  skip?: number | undefined;
16356
16365
  page?: number | undefined;
@@ -16364,6 +16373,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16364
16373
  projectId?: string | undefined;
16365
16374
  certificateId?: string | undefined;
16366
16375
  hostnameSubstring?: string | undefined;
16376
+ appInstallationId?: string | undefined;
16367
16377
  limit?: number | undefined;
16368
16378
  skip?: number | undefined;
16369
16379
  page?: number | undefined;
@@ -16389,6 +16399,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16389
16399
  projectId?: string | undefined;
16390
16400
  certificateId?: string | undefined;
16391
16401
  hostnameSubstring?: string | undefined;
16402
+ appInstallationId?: string | undefined;
16392
16403
  limit?: number | undefined;
16393
16404
  skip?: number | undefined;
16394
16405
  page?: number | undefined;
@@ -1815,9 +1815,9 @@ export declare namespace MittwaldAPIV2 {
1815
1815
  faqLink: string;
1816
1816
  }
1817
1817
  interface AppCronjobCommand {
1818
- interpreterTemplate?: string;
1818
+ interpreterTemplate: string;
1819
1819
  parametersTemplate?: string;
1820
- pathTemplate?: string;
1820
+ pathTemplate: string;
1821
1821
  }
1822
1822
  /**
1823
1823
  * A DatabaseDependency is a generic description of need for a database, used by AppVersions.
@@ -2657,6 +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
2661
  id: string;
2661
2662
  interval: string;
2662
2663
  latestExecution?: MittwaldAPIV2.Components.Schemas.CronjobCronjobExecution;
@@ -2697,6 +2698,7 @@ export declare namespace MittwaldAPIV2 {
2697
2698
  description: string;
2698
2699
  destination: MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
2699
2700
  email?: string;
2701
+ failedExecutionAlertThreshold?: number;
2700
2702
  interval: string;
2701
2703
  timeout: number;
2702
2704
  }
@@ -11237,6 +11239,7 @@ export declare namespace MittwaldAPIV2 {
11237
11239
  description?: string;
11238
11240
  destination?: MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
11239
11241
  email?: string;
11242
+ failedExecutionAlertThreshold?: number;
11240
11243
  interval?: string;
11241
11244
  timeout?: number;
11242
11245
  }
@@ -17912,6 +17915,7 @@ export declare namespace MittwaldAPIV2 {
17912
17915
  projectId?: string;
17913
17916
  certificateId?: string;
17914
17917
  hostnameSubstring?: string;
17918
+ appInstallationId?: string;
17915
17919
  limit?: number;
17916
17920
  skip?: number;
17917
17921
  page?: number;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.230.0';
1
+ export declare const MittwaldAPIClientVersion = '4.232.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.231.0",
3
+ "version": "4.233.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": "890fc5c4a8005adb4801c045bcbdf7589c3f2259"
83
+ "gitHead": "2a316e9e5b2ed65b4c54782a381ded357abfb59a"
84
84
  }