@mittwald/api-models 4.448.0 → 4.449.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.
@@ -44,6 +44,8 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
44
44
  screenshotId?: string | undefined;
45
45
  screenshotRef?: string | undefined;
46
46
  shortId: string;
47
+ sourceAppInstallationId?: string | undefined;
48
+ staging?: boolean | undefined;
47
49
  systemSoftware: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
48
50
  updateAvailable: boolean;
49
51
  updatePolicy: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
@@ -76,6 +78,8 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
76
78
  screenshotId?: string | undefined;
77
79
  screenshotRef?: string | undefined;
78
80
  shortId: string;
81
+ sourceAppInstallationId?: string | undefined;
82
+ staging?: boolean | undefined;
79
83
  systemSoftware: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
80
84
  updateAvailable: boolean;
81
85
  updatePolicy: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
@@ -114,6 +118,8 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
114
118
  screenshotId?: string | undefined;
115
119
  screenshotRef?: string | undefined;
116
120
  shortId: string;
121
+ sourceAppInstallationId?: string | undefined;
122
+ staging?: boolean | undefined;
117
123
  systemSoftware: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
118
124
  updateAvailable: boolean;
119
125
  updatePolicy: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
@@ -146,6 +152,8 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
146
152
  screenshotId?: string | undefined;
147
153
  screenshotRef?: string | undefined;
148
154
  shortId: string;
155
+ sourceAppInstallationId?: string | undefined;
156
+ staging?: boolean | undefined;
149
157
  systemSoftware: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
150
158
  updateAvailable: boolean;
151
159
  updatePolicy: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
@@ -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": "4.448.0",
3
+ "version": "4.449.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.448.0",
42
+ "@mittwald/api-client": "^4.449.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": "bb49e3d0a316ba47e90a441577eb9311565f6f32"
89
+ "gitHead": "7807d143b550d9636adf3f89972f9888f8411a5a"
90
90
  }