@mittwald/api-models 4.120.0 → 4.122.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.
@@ -31,8 +31,10 @@ declare const CustomerCommon_base: import("polytype").Polytype.ClusteredConstruc
31
31
  customerId: string;
32
32
  customerNumber: string;
33
33
  executingUserRoles?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
34
+ flags?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
34
35
  isBanned?: boolean | undefined;
35
36
  isInDefaultOfPayment?: boolean | undefined;
37
+ levelOfUndeliverableDunningNotice?: "first" | "second" | undefined;
36
38
  memberCount: number;
37
39
  name: string;
38
40
  owner?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
@@ -49,8 +51,10 @@ declare const CustomerCommon_base: import("polytype").Polytype.ClusteredConstruc
49
51
  customerId: string;
50
52
  customerNumber: string;
51
53
  executingUserRoles?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
54
+ flags?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
52
55
  isBanned?: boolean | undefined;
53
56
  isInDefaultOfPayment?: boolean | undefined;
57
+ levelOfUndeliverableDunningNotice?: "first" | "second" | undefined;
54
58
  memberCount: number;
55
59
  name: string;
56
60
  owner?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
@@ -73,8 +77,10 @@ declare const CustomerDetailed_base: import("polytype").Polytype.ClusteredConstr
73
77
  customerId: string;
74
78
  customerNumber: string;
75
79
  executingUserRoles?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
80
+ flags?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
76
81
  isBanned?: boolean | undefined;
77
82
  isInDefaultOfPayment?: boolean | undefined;
83
+ levelOfUndeliverableDunningNotice?: "first" | "second" | undefined;
78
84
  memberCount: number;
79
85
  name: string;
80
86
  owner?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
@@ -91,8 +97,10 @@ declare const CustomerDetailed_base: import("polytype").Polytype.ClusteredConstr
91
97
  customerId: string;
92
98
  customerNumber: string;
93
99
  executingUserRoles?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
100
+ flags?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
94
101
  isBanned?: boolean | undefined;
95
102
  isInDefaultOfPayment?: boolean | undefined;
103
+ levelOfUndeliverableDunningNotice?: "first" | "second" | undefined;
96
104
  memberCount: number;
97
105
  name: string;
98
106
  owner?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-models",
3
- "version": "4.120.0",
3
+ "version": "4.122.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.120.0",
42
+ "@mittwald/api-client": "^4.122.0",
43
43
  "another-deep-freeze": "^1.0.0",
44
44
  "context": "^3.0.33",
45
45
  "dinero.js": "^1.9.1",
@@ -84,5 +84,5 @@
84
84
  "optional": true
85
85
  }
86
86
  },
87
- "gitHead": "df7a169b4b93d605aa99dcac5ae6909e783e0d39"
87
+ "gitHead": "b4f1c1c7503e65d0f6bb24ebd61184eba0f1b69e"
88
88
  }