@mittwald/api-client 4.156.0 → 4.157.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.156.0';
@@ -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 {
@@ -2847,6 +2848,7 @@ export declare namespace MittwaldAPIV2 {
2847
2848
  * @deprecated
2848
2849
  */
2849
2850
  email?: string;
2851
+ homepage?: string;
2850
2852
  id: string;
2851
2853
  imprint?: MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint;
2852
2854
  logoRefId?: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.155.0';
1
+ export declare const MittwaldAPIClientVersion = '4.156.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.157.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": "475c06d15e3c0f84ad5a113fd13560570541b743"
84
84
  }