@mittwald/api-models 4.80.0 → 4.81.1
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.
|
@@ -38,7 +38,7 @@ declare const CustomerCommon_base: import("polytype").Polytype.ClusteredConstruc
|
|
|
38
38
|
owner?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
|
|
39
39
|
projectCount: number;
|
|
40
40
|
vatId?: string | undefined;
|
|
41
|
-
vatIdValidationState?:
|
|
41
|
+
vatIdValidationState?: "valid" | "invalid" | "pending" | "unspecified" | undefined;
|
|
42
42
|
}): DataModel<import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerCustomer | {
|
|
43
43
|
activeSuspension?: {
|
|
44
44
|
createdAt: string;
|
|
@@ -56,7 +56,7 @@ declare const CustomerCommon_base: import("polytype").Polytype.ClusteredConstruc
|
|
|
56
56
|
owner?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
|
|
57
57
|
projectCount: number;
|
|
58
58
|
vatId?: string | undefined;
|
|
59
|
-
vatIdValidationState?:
|
|
59
|
+
vatIdValidationState?: "valid" | "invalid" | "pending" | "unspecified" | undefined;
|
|
60
60
|
}>;
|
|
61
61
|
}, typeof Customer]>;
|
|
62
62
|
declare class CustomerCommon extends CustomerCommon_base {
|
|
@@ -80,7 +80,7 @@ declare const CustomerDetailed_base: import("polytype").Polytype.ClusteredConstr
|
|
|
80
80
|
owner?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
|
|
81
81
|
projectCount: number;
|
|
82
82
|
vatId?: string | undefined;
|
|
83
|
-
vatIdValidationState?:
|
|
83
|
+
vatIdValidationState?: "valid" | "invalid" | "pending" | "unspecified" | undefined;
|
|
84
84
|
}): DataModel<{
|
|
85
85
|
activeSuspension?: {
|
|
86
86
|
createdAt: string;
|
|
@@ -98,7 +98,7 @@ declare const CustomerDetailed_base: import("polytype").Polytype.ClusteredConstr
|
|
|
98
98
|
owner?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
|
|
99
99
|
projectCount: number;
|
|
100
100
|
vatId?: string | undefined;
|
|
101
|
-
vatIdValidationState?:
|
|
101
|
+
vatIdValidationState?: "valid" | "invalid" | "pending" | "unspecified" | undefined;
|
|
102
102
|
}>;
|
|
103
103
|
}]>;
|
|
104
104
|
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.
|
|
3
|
+
"version": "4.81.1",
|
|
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,42 +39,42 @@
|
|
|
39
39
|
"test:unit": "node --experimental-vm-modules $(yarn bin jest)"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@mittwald/api-client": "^4.
|
|
42
|
+
"@mittwald/api-client": "^4.81.1",
|
|
43
43
|
"another-deep-freeze": "^1.0.0",
|
|
44
|
-
"context": "^3.0.
|
|
44
|
+
"context": "^3.0.33",
|
|
45
45
|
"dinero.js": "^1.9.1",
|
|
46
46
|
"object-code": "^1.3.3",
|
|
47
47
|
"polytype": "^0.17.0",
|
|
48
48
|
"tsd": "^0.31.2",
|
|
49
|
-
"type-fest": "^4.
|
|
49
|
+
"type-fest": "^4.30.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@jest/globals": "^29.7.0",
|
|
53
|
-
"@mittwald/react-use-promise": "^2.
|
|
53
|
+
"@mittwald/react-use-promise": "^2.6.0",
|
|
54
54
|
"@testing-library/dom": "^10.4.0",
|
|
55
|
-
"@testing-library/jest-dom": "^6.
|
|
56
|
-
"@testing-library/react": "^16.0
|
|
55
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
56
|
+
"@testing-library/react": "^16.1.0",
|
|
57
57
|
"@types/dinero.js": "^1",
|
|
58
|
-
"@types/jest": "^29.5.
|
|
59
|
-
"@types/react": "^18.3.
|
|
58
|
+
"@types/jest": "^29.5.14",
|
|
59
|
+
"@types/react": "^18.3.14",
|
|
60
60
|
"@types/react-dom": "^18",
|
|
61
61
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
62
62
|
"@typescript-eslint/parser": "^7.18.0",
|
|
63
|
-
"eslint": "^8.57.
|
|
63
|
+
"eslint": "^8.57.1",
|
|
64
64
|
"eslint-config-prettier": "^9.1.0",
|
|
65
65
|
"eslint-plugin-json": "^3.1.0",
|
|
66
66
|
"eslint-plugin-prettier": "^5.2.1",
|
|
67
67
|
"jest": "^29.7.0",
|
|
68
68
|
"jest-environment-jsdom": "^29.7.0",
|
|
69
|
-
"prettier": "^3.
|
|
69
|
+
"prettier": "^3.4.2",
|
|
70
70
|
"react": "^18.3.1",
|
|
71
71
|
"react-dom": "^18.3.1",
|
|
72
72
|
"rimraf": "^5.0.10",
|
|
73
|
-
"ts-jest": "^29.2.
|
|
74
|
-
"typescript": "^5.
|
|
73
|
+
"ts-jest": "^29.2.5",
|
|
74
|
+
"typescript": "^5.7.2"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
|
-
"@mittwald/react-use-promise": "^2.
|
|
77
|
+
"@mittwald/react-use-promise": "^2.6.0"
|
|
78
78
|
},
|
|
79
79
|
"peerDependenciesMeta": {
|
|
80
80
|
"@mittwald/react-use-promise": {
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"optional": true
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "8e38c1714657790a9ad03b681979e6efa05b858a"
|
|
88
88
|
}
|