@mittwald/api-client 4.303.0 → 4.304.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.302.0';
1
+ export const MittwaldAPIClientVersion = '4.303.0';
@@ -5807,6 +5807,10 @@ export declare namespace MittwaldAPIV2 {
5807
5807
  }
5808
5808
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
5809
5809
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
5810
+ interface VerificationVerifyAddressResponse {
5811
+ exists: boolean;
5812
+ }
5813
+ type VerificationVerifyAddressConfidence = "EXISTS" | "UNSURE" | "NON_EXISTENT";
5810
5814
  interface CommonsAddress {
5811
5815
  street: string;
5812
5816
  houseNumber: string;
@@ -28863,9 +28867,7 @@ export declare namespace MittwaldAPIV2 {
28863
28867
  namespace Responses {
28864
28868
  namespace $200 {
28865
28869
  namespace Content {
28866
- interface ApplicationJson {
28867
- exists: boolean;
28868
- }
28870
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.VerificationVerifyAddressResponse;
28869
28871
  }
28870
28872
  }
28871
28873
  namespace $400 {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.302.0';
1
+ export declare const MittwaldAPIClientVersion = '4.303.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.303.0",
3
+ "version": "4.304.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.303.0",
49
+ "@mittwald/api-client-commons": "^4.304.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.303.0",
53
+ "@mittwald/api-code-generator": "^4.304.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": "1b97644b11f5ea7cd470b711301766ae17d630cf"
83
+ "gitHead": "8a30e7af88e936384954b3b7ccffe7257efefa8b"
84
84
  }