@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.
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
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;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
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.
|
|
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": "
|
|
83
|
+
"gitHead": "475c06d15e3c0f84ad5a113fd13560570541b743"
|
|
84
84
|
}
|