@mittwald/api-models 4.291.0 → 4.293.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.
|
@@ -36,6 +36,7 @@ declare const CustomerCommon_base: import("polytype").Polytype.ClusteredConstruc
|
|
|
36
36
|
isAllowedToPlaceOrders?: boolean | undefined;
|
|
37
37
|
isBanned?: boolean | undefined;
|
|
38
38
|
isInDefaultOfPayment?: boolean | undefined;
|
|
39
|
+
isMailAddressInvalid?: boolean | undefined;
|
|
39
40
|
levelOfUndeliverableDunningNotice?: "first" | "second" | undefined;
|
|
40
41
|
memberCount: number;
|
|
41
42
|
name: string;
|
|
@@ -58,6 +59,7 @@ declare const CustomerCommon_base: import("polytype").Polytype.ClusteredConstruc
|
|
|
58
59
|
isAllowedToPlaceOrders?: boolean | undefined;
|
|
59
60
|
isBanned?: boolean | undefined;
|
|
60
61
|
isInDefaultOfPayment?: boolean | undefined;
|
|
62
|
+
isMailAddressInvalid?: boolean | undefined;
|
|
61
63
|
levelOfUndeliverableDunningNotice?: "first" | "second" | undefined;
|
|
62
64
|
memberCount: number;
|
|
63
65
|
name: string;
|
|
@@ -86,6 +88,7 @@ declare const CustomerDetailed_base: import("polytype").Polytype.ClusteredConstr
|
|
|
86
88
|
isAllowedToPlaceOrders?: boolean | undefined;
|
|
87
89
|
isBanned?: boolean | undefined;
|
|
88
90
|
isInDefaultOfPayment?: boolean | undefined;
|
|
91
|
+
isMailAddressInvalid?: boolean | undefined;
|
|
89
92
|
levelOfUndeliverableDunningNotice?: "first" | "second" | undefined;
|
|
90
93
|
memberCount: number;
|
|
91
94
|
name: string;
|
|
@@ -108,6 +111,7 @@ declare const CustomerDetailed_base: import("polytype").Polytype.ClusteredConstr
|
|
|
108
111
|
isAllowedToPlaceOrders?: boolean | undefined;
|
|
109
112
|
isBanned?: boolean | undefined;
|
|
110
113
|
isInDefaultOfPayment?: boolean | undefined;
|
|
114
|
+
isMailAddressInvalid?: boolean | undefined;
|
|
111
115
|
levelOfUndeliverableDunningNotice?: "first" | "second" | undefined;
|
|
112
116
|
memberCount: number;
|
|
113
117
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-models",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.293.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.
|
|
42
|
+
"@mittwald/api-client": "^4.293.0",
|
|
43
43
|
"another-deep-freeze": "1.0.0",
|
|
44
44
|
"context": "^3.0.33",
|
|
45
45
|
"dinero.js": "^1.9.1",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"optional": true
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "725cbdb5a4ab3955dfaf6dedc4cfd01042309b79"
|
|
90
90
|
}
|