@mittwald/api-models 4.259.0 → 4.261.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.
@@ -30,6 +30,7 @@ declare const CustomerCommon_base: import("polytype").Polytype.ClusteredConstruc
30
30
  creationDate: string;
31
31
  customerId: string;
32
32
  customerNumber: string;
33
+ deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor")[] | undefined;
33
34
  executingUserRoles?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
34
35
  flags?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
35
36
  isAllowedToPlaceOrders?: boolean | undefined;
@@ -51,6 +52,7 @@ declare const CustomerCommon_base: import("polytype").Polytype.ClusteredConstruc
51
52
  creationDate: string;
52
53
  customerId: string;
53
54
  customerNumber: string;
55
+ deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor")[] | undefined;
54
56
  executingUserRoles?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
55
57
  flags?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
56
58
  isAllowedToPlaceOrders?: boolean | undefined;
@@ -78,6 +80,7 @@ declare const CustomerDetailed_base: import("polytype").Polytype.ClusteredConstr
78
80
  creationDate: string;
79
81
  customerId: string;
80
82
  customerNumber: string;
83
+ deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor")[] | undefined;
81
84
  executingUserRoles?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
82
85
  flags?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
83
86
  isAllowedToPlaceOrders?: boolean | undefined;
@@ -99,6 +102,7 @@ declare const CustomerDetailed_base: import("polytype").Polytype.ClusteredConstr
99
102
  creationDate: string;
100
103
  customerId: string;
101
104
  customerNumber: string;
105
+ deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor")[] | undefined;
102
106
  executingUserRoles?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
103
107
  flags?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
104
108
  isAllowedToPlaceOrders?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-models",
3
- "version": "4.259.0",
3
+ "version": "4.261.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.259.0",
42
+ "@mittwald/api-client": "^4.261.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": "3dc49263f4fd5e0bc3b1b682e779f752b0531281"
89
+ "gitHead": "c362e03307513dd4abac54997e40dd5af116b923"
90
90
  }