@mittwald/api-models 4.457.0 → 4.458.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.
@@ -43,7 +43,7 @@ declare const CustomerCommon_base: import("polytype").Polytype.ClusteredConstruc
43
43
  owner?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
44
44
  projectCount: number;
45
45
  vatId?: string | undefined;
46
- vatIdValidationState?: "valid" | "invalid" | "pending" | "unspecified" | undefined;
46
+ vatIdValidationState?: "valid" | "invalid" | "pending" | "unsupported" | "unspecified" | undefined;
47
47
  }): DataModel<import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerCustomer | {
48
48
  activeSuspension?: {
49
49
  createdAt: string;
@@ -66,7 +66,7 @@ declare const CustomerCommon_base: import("polytype").Polytype.ClusteredConstruc
66
66
  owner?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
67
67
  projectCount: number;
68
68
  vatId?: string | undefined;
69
- vatIdValidationState?: "valid" | "invalid" | "pending" | "unspecified" | undefined;
69
+ vatIdValidationState?: "valid" | "invalid" | "pending" | "unsupported" | "unspecified" | undefined;
70
70
  }>;
71
71
  }, typeof Customer]>;
72
72
  declare class CustomerCommon extends CustomerCommon_base {
@@ -95,7 +95,7 @@ declare const CustomerDetailed_base: import("polytype").Polytype.ClusteredConstr
95
95
  owner?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
96
96
  projectCount: number;
97
97
  vatId?: string | undefined;
98
- vatIdValidationState?: "valid" | "invalid" | "pending" | "unspecified" | undefined;
98
+ vatIdValidationState?: "valid" | "invalid" | "pending" | "unsupported" | "unspecified" | undefined;
99
99
  }): DataModel<{
100
100
  activeSuspension?: {
101
101
  createdAt: string;
@@ -118,7 +118,7 @@ declare const CustomerDetailed_base: import("polytype").Polytype.ClusteredConstr
118
118
  owner?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
119
119
  projectCount: number;
120
120
  vatId?: string | undefined;
121
- vatIdValidationState?: "valid" | "invalid" | "pending" | "unspecified" | undefined;
121
+ vatIdValidationState?: "valid" | "invalid" | "pending" | "unsupported" | "unspecified" | undefined;
122
122
  }>;
123
123
  }]>;
124
124
  export declare class CustomerDetailed extends CustomerDetailed_base {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-models",
3
- "version": "4.457.0",
3
+ "version": "4.458.0",
4
4
  "author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
5
5
  "type": "module",
6
6
  "description": "Collection of domain models for coherent interaction with the API",
@@ -39,7 +39,7 @@
39
39
  "test:unit": "node --experimental-vm-modules $(yarn bin jest)"
40
40
  },
41
41
  "dependencies": {
42
- "@mittwald/api-client": "^4.457.0",
42
+ "@mittwald/api-client": "^4.458.0",
43
43
  "another-deep-freeze": "1.0.0",
44
44
  "context": "^3.0.33",
45
45
  "dinero.js": "^1.9.1",
@@ -50,7 +50,7 @@
50
50
  },
51
51
  "devDependencies": {
52
52
  "@jest/globals": "^29.7.0",
53
- "@mittwald/react-use-promise": "^2.6.2",
53
+ "@mittwald/react-use-promise": "^4.2.3",
54
54
  "@testing-library/dom": "^10.4.1",
55
55
  "@testing-library/jest-dom": "^6.9.1",
56
56
  "@testing-library/react": "^16.3.0",
@@ -76,7 +76,7 @@
76
76
  "typescript": "^5.7.2"
77
77
  },
78
78
  "peerDependencies": {
79
- "@mittwald/react-use-promise": "^2.6.0"
79
+ "@mittwald/react-use-promise": "^2.6.0 || ^3.0.0 || ^4.0.0"
80
80
  },
81
81
  "peerDependenciesMeta": {
82
82
  "@mittwald/react-use-promise": {
@@ -86,5 +86,5 @@
86
86
  "optional": true
87
87
  }
88
88
  },
89
- "gitHead": "4d5edb6a54bd675f5b537e340da52a34fc584d2b"
89
+ "gitHead": "3e20ca48dfd8b382b92b9f35c47755b53fe20595"
90
90
  }