@mittwald/api-models 0.0.0-development-1eef98f-20260826 → 0.0.0-development-5fdc155-20260827

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,7 +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
+ deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor" | "hasOrdersInProgress")[] | undefined;
34
34
  executingUserRoles?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
35
35
  flags?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
36
36
  isAllowedToPlaceOrders?: boolean | undefined;
@@ -53,7 +53,7 @@ declare const CustomerCommon_base: import("polytype").Polytype.ClusteredConstruc
53
53
  creationDate: string;
54
54
  customerId: string;
55
55
  customerNumber: string;
56
- deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor")[] | undefined;
56
+ deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor" | "hasOrdersInProgress")[] | undefined;
57
57
  executingUserRoles?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
58
58
  flags?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
59
59
  isAllowedToPlaceOrders?: boolean | undefined;
@@ -82,7 +82,7 @@ declare const CustomerDetailed_base: import("polytype").Polytype.ClusteredConstr
82
82
  creationDate: string;
83
83
  customerId: string;
84
84
  customerNumber: string;
85
- deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor")[] | undefined;
85
+ deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor" | "hasOrdersInProgress")[] | undefined;
86
86
  executingUserRoles?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
87
87
  flags?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
88
88
  isAllowedToPlaceOrders?: boolean | undefined;
@@ -105,7 +105,7 @@ declare const CustomerDetailed_base: import("polytype").Polytype.ClusteredConstr
105
105
  creationDate: string;
106
106
  customerId: string;
107
107
  customerNumber: string;
108
- deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor")[] | undefined;
108
+ deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor" | "hasOrdersInProgress")[] | undefined;
109
109
  executingUserRoles?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
110
110
  flags?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
111
111
  isAllowedToPlaceOrders?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-models",
3
- "version": "0.0.0-development-1eef98f-20260826",
3
+ "version": "0.0.0-development-5fdc155-20260827",
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": "^0.0.0-development-1eef98f-20260826",
42
+ "@mittwald/api-client": "^0.0.0-development-5fdc155-20260827",
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": "54b1387341b520604f2fea6b0e970678c305720f"
89
+ "gitHead": "cfa9905a98b1f8a56aa040df94e90b47c8c0f94e"
90
90
  }