@mittwald/api-client 4.231.0 → 4.232.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.231.0';
@@ -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.
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.230.0';
1
+ export declare const MittwaldAPIClientVersion = '4.231.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.232.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": "20e6e563d2587dfda0e253925cd0907fe85d5bca"
84
84
  }