@mittwald/api-client 4.80.0 → 4.81.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.80.0';
|
|
@@ -2073,6 +2073,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2073
2073
|
password: string;
|
|
2074
2074
|
}
|
|
2075
2075
|
type DatabaseDatabaseStatus = "pending" | "ready" | "migrating" | "importing" | "error";
|
|
2076
|
+
type DatabaseDatabaseUserStatus = "pending" | "ready" | "error" | "terminating" | "disabled";
|
|
2076
2077
|
interface DatabaseMySqlCharacterSettings {
|
|
2077
2078
|
collations: string[];
|
|
2078
2079
|
name: string;
|
|
@@ -4013,7 +4014,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4013
4014
|
name: string;
|
|
4014
4015
|
value: string;
|
|
4015
4016
|
}
|
|
4016
|
-
type DatabaseDatabaseUserStatus = "pending" | "ready" | "error" | "terminating" | "disabled";
|
|
4017
4017
|
interface CommonsAddress {
|
|
4018
4018
|
street: string;
|
|
4019
4019
|
houseNumber: string;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.80.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.81.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": "9b864518647e619a17a455e32690378db5300610"
|
|
84
84
|
}
|