@mittwald/api-client 4.320.0 → 4.321.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.320.0';
|
|
@@ -5936,10 +5936,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5936
5936
|
result: MittwaldAPIV2.Components.Schemas.VerificationEmailOrigin;
|
|
5937
5937
|
}
|
|
5938
5938
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
5939
|
-
type VerificationVerifyAddressConfidence = "EXISTS" | "UNSURE" | "NON_EXISTENT";
|
|
5940
|
-
interface VerificationVerifyAddressResponse {
|
|
5941
|
-
exists: boolean;
|
|
5942
|
-
}
|
|
5943
5939
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
5944
5940
|
interface LicenseAppVersionMeta {
|
|
5945
5941
|
description: string;
|
|
@@ -29107,7 +29103,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
29107
29103
|
interface RequestBody {
|
|
29108
29104
|
city: string;
|
|
29109
29105
|
/**
|
|
29110
|
-
*
|
|
29106
|
+
* The country format should be ISO 3166-2 Alpha 2 Country Code.
|
|
29111
29107
|
*/
|
|
29112
29108
|
country: string;
|
|
29113
29109
|
/**
|
|
@@ -29122,7 +29118,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
29122
29118
|
namespace Responses {
|
|
29123
29119
|
namespace $200 {
|
|
29124
29120
|
namespace Content {
|
|
29125
|
-
|
|
29121
|
+
interface ApplicationJson {
|
|
29122
|
+
exists: boolean;
|
|
29123
|
+
}
|
|
29126
29124
|
}
|
|
29127
29125
|
}
|
|
29128
29126
|
namespace $400 {
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.320.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.321.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",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"test:compile": "run tsc --noEmit"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@mittwald/api-client-commons": "^4.
|
|
49
|
+
"@mittwald/api-client-commons": "^4.321.0",
|
|
50
50
|
"browser-or-node": "^3.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@mittwald/api-code-generator": "^4.
|
|
53
|
+
"@mittwald/api-code-generator": "^4.321.0",
|
|
54
54
|
"@mittwald/react-use-promise": "^2.6.2",
|
|
55
55
|
"@types/node": "^22.18.11",
|
|
56
56
|
"@types/react": "^18.3.26",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "c31f471cc95b2759f47eb4c2c801102001a18e9a"
|
|
84
84
|
}
|