@managespace/sdk 0.0.65 → 0.0.67
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.
- package/dist/extensibility/functions/project/billing.d.ts +7 -34
- package/dist/extensibility/functions/project/billing.d.ts.map +1 -1
- package/dist/extensibility/functions/project/billing.js +0 -20
- package/dist/extensibility/functions/project/index.d.ts +1 -1
- package/dist/extensibility/functions/project/index.js +1 -1
- package/dist/extensibility/functions/project/topics.enum.d.ts +15 -0
- package/dist/extensibility/functions/project/topics.enum.d.ts.map +1 -0
- package/dist/extensibility/functions/project/topics.enum.js +18 -0
- package/dist/generated/apis/default-api.d.ts +5 -48
- package/dist/generated/apis/default-api.d.ts.map +1 -1
- package/dist/generated/apis/default-api.js +2 -143
- package/dist/generated/models/asset-response.d.ts +2 -16
- package/dist/generated/models/asset-response.d.ts.map +1 -1
- package/dist/generated/models/asset-response.js +3 -9
- package/dist/generated/models/create-asset-custom.d.ts +2 -2
- package/dist/generated/models/create-asset-custom.d.ts.map +1 -1
- package/dist/generated/models/create-asset-custom.js +2 -2
- package/dist/generated/models/create-product-custom.d.ts +19 -37
- package/dist/generated/models/create-product-custom.d.ts.map +1 -1
- package/dist/generated/models/create-product-custom.js +11 -19
- package/dist/generated/models/custom-create-plan.d.ts +9 -33
- package/dist/generated/models/custom-create-plan.d.ts.map +1 -1
- package/dist/generated/models/custom-create-plan.js +6 -16
- package/dist/generated/models/customer-response.d.ts +0 -7
- package/dist/generated/models/customer-response.d.ts.map +1 -1
- package/dist/generated/models/customer-response.js +0 -3
- package/dist/generated/models/get-plans200-response.d.ts +3 -3
- package/dist/generated/models/get-plans200-response.d.ts.map +1 -1
- package/dist/generated/models/get-plans200-response.js +3 -3
- package/dist/generated/models/index.d.ts +1 -9
- package/dist/generated/models/index.d.ts.map +1 -1
- package/dist/generated/models/index.js +1 -9
- package/dist/generated/models/org-response.d.ts +0 -14
- package/dist/generated/models/org-response.d.ts.map +1 -1
- package/dist/generated/models/org-response.js +0 -6
- package/dist/generated/models/plan-custom-response.d.ts +58 -0
- package/dist/generated/models/plan-custom-response.d.ts.map +1 -0
- package/dist/generated/models/plan-custom-response.js +64 -0
- package/dist/generated/models/product-custom-response.d.ts +19 -69
- package/dist/generated/models/product-custom-response.d.ts.map +1 -1
- package/dist/generated/models/product-custom-response.js +11 -37
- package/dist/generated/models/site-response.d.ts +0 -14
- package/dist/generated/models/site-response.d.ts.map +1 -1
- package/dist/generated/models/site-response.js +0 -6
- package/dist/generated/models/update-asset.d.ts +2 -2
- package/dist/generated/models/update-asset.d.ts.map +1 -1
- package/dist/generated/models/update-asset.js +2 -2
- package/package.json +2 -2
- package/src/extensibility/functions/project/billing.ts +7 -40
- package/src/extensibility/functions/project/index.ts +1 -1
- package/src/extensibility/functions/project/topics.enum.ts +14 -0
- package/src/generated/.openapi-generator/FILES +1 -9
- package/src/generated/apis/default-api.ts +9 -246
- package/src/generated/models/asset-response.ts +5 -35
- package/src/generated/models/create-asset-custom.ts +4 -4
- package/src/generated/models/create-product-custom.ts +30 -55
- package/src/generated/models/custom-create-plan.ts +15 -48
- package/src/generated/models/customer-response.ts +0 -15
- package/src/generated/models/get-plans200-response.ts +10 -10
- package/src/generated/models/index.ts +1 -9
- package/src/generated/models/org-response.ts +0 -30
- package/src/generated/models/plan-custom-response.ts +108 -0
- package/src/generated/models/product-custom-response.ts +30 -112
- package/src/generated/models/site-response.ts +0 -30
- package/src/generated/models/update-asset.ts +4 -4
- package/.turbo/turbo-build.log +0 -2
- package/dist/generated/models/charge-tier.d.ts +0 -57
- package/dist/generated/models/charge-tier.d.ts.map +0 -1
- package/dist/generated/models/charge-tier.js +0 -67
- package/dist/generated/models/create-charge.d.ts +0 -227
- package/dist/generated/models/create-charge.d.ts.map +0 -1
- package/dist/generated/models/create-charge.js +0 -181
- package/dist/generated/models/create-lease-status.d.ts +0 -46
- package/dist/generated/models/create-lease-status.d.ts.map +0 -1
- package/dist/generated/models/create-lease-status.js +0 -60
- package/dist/generated/models/create-order.d.ts +0 -142
- package/dist/generated/models/create-order.d.ts.map +0 -1
- package/dist/generated/models/create-order.js +0 -124
- package/dist/generated/models/get-orders200-response.d.ts +0 -41
- package/dist/generated/models/get-orders200-response.d.ts.map +0 -1
- package/dist/generated/models/get-orders200-response.js +0 -55
- package/dist/generated/models/lease-status-response.d.ts +0 -66
- package/dist/generated/models/lease-status-response.d.ts.map +0 -1
- package/dist/generated/models/lease-status-response.js +0 -70
- package/dist/generated/models/order-line-item.d.ts +0 -75
- package/dist/generated/models/order-line-item.d.ts.map +0 -1
- package/dist/generated/models/order-line-item.js +0 -79
- package/dist/generated/models/order-response.d.ts +0 -142
- package/dist/generated/models/order-response.d.ts.map +0 -1
- package/dist/generated/models/order-response.js +0 -124
- package/dist/generated/models/product-status.d.ts +0 -33
- package/dist/generated/models/product-status.d.ts.map +0 -1
- package/dist/generated/models/product-status.js +0 -58
- package/src/extensibility/functions/project/topics.type.ts +0 -16
- package/src/generated/models/charge-tier.ts +0 -102
- package/src/generated/models/create-charge.ts +0 -369
- package/src/generated/models/create-order.ts +0 -236
- package/src/generated/models/get-orders200-response.ts +0 -89
- package/src/generated/models/order-line-item.ts +0 -129
- package/src/generated/models/order-response.ts +0 -236
|
@@ -18,7 +18,6 @@ const note_response_1 = require("./note-response");
|
|
|
18
18
|
const communication_response_1 = require("./communication-response");
|
|
19
19
|
const contact_response_1 = require("./contact-response");
|
|
20
20
|
const org_response_1 = require("./org-response");
|
|
21
|
-
const plan_response_1 = require("./plan-response");
|
|
22
21
|
/**
|
|
23
22
|
* Check if a given object implements the CustomerResponse interface.
|
|
24
23
|
*/
|
|
@@ -63,7 +62,6 @@ function CustomerResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
63
62
|
'externalId': json['externalId'],
|
|
64
63
|
'balance': json['balance'],
|
|
65
64
|
'communications': json['communications'] == null ? undefined : (json['communications'].map(communication_response_1.CommunicationResponseFromJSON)),
|
|
66
|
-
'plans': json['plans'] == null ? undefined : (json['plans'].map(plan_response_1.PlanResponseFromJSON)),
|
|
67
65
|
};
|
|
68
66
|
}
|
|
69
67
|
exports.CustomerResponseFromJSONTyped = CustomerResponseFromJSONTyped;
|
|
@@ -88,7 +86,6 @@ function CustomerResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
88
86
|
'externalId': value['externalId'],
|
|
89
87
|
'balance': value['balance'],
|
|
90
88
|
'communications': value['communications'] == null ? undefined : (value['communications'].map(communication_response_1.CommunicationResponseToJSON)),
|
|
91
|
-
'plans': value['plans'] == null ? undefined : (value['plans'].map(plan_response_1.PlanResponseToJSON)),
|
|
92
89
|
};
|
|
93
90
|
}
|
|
94
91
|
exports.CustomerResponseToJSONTyped = CustomerResponseToJSONTyped;
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { PageMeta } from './page-meta';
|
|
13
|
-
import type {
|
|
13
|
+
import type { PlanCustomResponse } from './plan-custom-response';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -25,10 +25,10 @@ export interface GetPlans200Response {
|
|
|
25
25
|
pageMeta: PageMeta;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {Array<
|
|
28
|
+
* @type {Array<PlanCustomResponse>}
|
|
29
29
|
* @memberof GetPlans200Response
|
|
30
30
|
*/
|
|
31
|
-
results?: Array<
|
|
31
|
+
results?: Array<PlanCustomResponse>;
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
34
|
* Check if a given object implements the GetPlans200Response interface.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-plans200-response.d.ts","sourceRoot":"","sources":["../../../src/generated/models/get-plans200-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAO5C,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"get-plans200-response.d.ts","sourceRoot":"","sources":["../../../src/generated/models/get-plans200-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAO5C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAQjE;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,QAAQ,EAAE,QAAQ,CAAC;IACnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAC;CACvC;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mBAAmB,CAGzF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAS7G;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAExE;AAED,wBAAgB,8BAA8B,CAAC,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU5H"}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.GetPlans200ResponseToJSONTyped = exports.GetPlans200ResponseToJSON = exports.GetPlans200ResponseFromJSONTyped = exports.GetPlans200ResponseFromJSON = exports.instanceOfGetPlans200Response = void 0;
|
|
17
17
|
const page_meta_1 = require("./page-meta");
|
|
18
|
-
const
|
|
18
|
+
const plan_custom_response_1 = require("./plan-custom-response");
|
|
19
19
|
/**
|
|
20
20
|
* Check if a given object implements the GetPlans200Response interface.
|
|
21
21
|
*/
|
|
@@ -35,7 +35,7 @@ function GetPlans200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
35
35
|
}
|
|
36
36
|
return {
|
|
37
37
|
'pageMeta': (0, page_meta_1.PageMetaFromJSON)(json['pageMeta']),
|
|
38
|
-
'results': json['results'] == null ? undefined : (json['results'].map(
|
|
38
|
+
'results': json['results'] == null ? undefined : (json['results'].map(plan_custom_response_1.PlanCustomResponseFromJSON)),
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
41
|
exports.GetPlans200ResponseFromJSONTyped = GetPlans200ResponseFromJSONTyped;
|
|
@@ -49,7 +49,7 @@ function GetPlans200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
49
49
|
}
|
|
50
50
|
return {
|
|
51
51
|
'pageMeta': (0, page_meta_1.PageMetaToJSON)(value['pageMeta']),
|
|
52
|
-
'results': value['results'] == null ? undefined : (value['results'].map(
|
|
52
|
+
'results': value['results'] == null ? undefined : (value['results'].map(plan_custom_response_1.PlanCustomResponseToJSON)),
|
|
53
53
|
};
|
|
54
54
|
}
|
|
55
55
|
exports.GetPlans200ResponseToJSONTyped = GetPlans200ResponseToJSONTyped;
|
|
@@ -10,7 +10,6 @@ export * from './billing-run-response';
|
|
|
10
10
|
export * from './calendar-response';
|
|
11
11
|
export * from './cancel-subscription';
|
|
12
12
|
export * from './charge-response';
|
|
13
|
-
export * from './charge-tier';
|
|
14
13
|
export * from './chart-of-accounts-response';
|
|
15
14
|
export * from './checklist-recurrence-frequency';
|
|
16
15
|
export * from './checklist-response';
|
|
@@ -27,7 +26,6 @@ export * from './create-asset-feature-custom';
|
|
|
27
26
|
export * from './create-assets';
|
|
28
27
|
export * from './create-billing-run';
|
|
29
28
|
export * from './create-calendar';
|
|
30
|
-
export * from './create-charge';
|
|
31
29
|
export * from './create-chart-of-accounts';
|
|
32
30
|
export * from './create-checklist';
|
|
33
31
|
export * from './create-communication';
|
|
@@ -37,14 +35,12 @@ export * from './create-instances';
|
|
|
37
35
|
export * from './create-map-feature';
|
|
38
36
|
export * from './create-note';
|
|
39
37
|
export * from './create-notification';
|
|
40
|
-
export * from './create-order';
|
|
41
38
|
export * from './create-org';
|
|
42
39
|
export * from './create-payment';
|
|
43
40
|
export * from './create-payment-invoice';
|
|
44
41
|
export * from './create-payment-refund';
|
|
45
42
|
export * from './create-payment-run';
|
|
46
43
|
export * from './create-plan-charge';
|
|
47
|
-
export * from './create-product';
|
|
48
44
|
export * from './create-product-custom';
|
|
49
45
|
export * from './create-revenue-rule';
|
|
50
46
|
export * from './create-site-custom';
|
|
@@ -88,7 +84,6 @@ export * from './get-intent';
|
|
|
88
84
|
export * from './get-invoices200-response';
|
|
89
85
|
export * from './get-notes200-response';
|
|
90
86
|
export * from './get-notifications200-response';
|
|
91
|
-
export * from './get-orders200-response';
|
|
92
87
|
export * from './get-payment-runs200-response';
|
|
93
88
|
export * from './get-payments200-response';
|
|
94
89
|
export * from './get-plans200-response';
|
|
@@ -113,8 +108,6 @@ export * from './manual-input';
|
|
|
113
108
|
export * from './map-feature-response';
|
|
114
109
|
export * from './note-response';
|
|
115
110
|
export * from './notification-response';
|
|
116
|
-
export * from './order-line-item';
|
|
117
|
-
export * from './order-response';
|
|
118
111
|
export * from './org-response';
|
|
119
112
|
export * from './page-meta';
|
|
120
113
|
export * from './paginated';
|
|
@@ -125,7 +118,7 @@ export * from './payment-response';
|
|
|
125
118
|
export * from './payment-run-customer-response';
|
|
126
119
|
export * from './payment-run-filter-option-response';
|
|
127
120
|
export * from './payment-run-response';
|
|
128
|
-
export * from './plan-response';
|
|
121
|
+
export * from './plan-custom-response';
|
|
129
122
|
export * from './plugin-extensibility-function-definition-response';
|
|
130
123
|
export * from './plugin-extensibility-function-instance-response';
|
|
131
124
|
export * from './plugin-extensibility-function-metadata-response';
|
|
@@ -133,7 +126,6 @@ export * from './plugin-extensibility-status';
|
|
|
133
126
|
export * from './plugin-response';
|
|
134
127
|
export * from './plugin-version-response';
|
|
135
128
|
export * from './product-custom-response';
|
|
136
|
-
export * from './product-response';
|
|
137
129
|
export * from './project-response';
|
|
138
130
|
export * from './project-response1';
|
|
139
131
|
export * from './project-version-response';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/models/index.ts"],"names":[],"mappings":"AAEA,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -28,7 +28,6 @@ __exportStar(require("./billing-run-response"), exports);
|
|
|
28
28
|
__exportStar(require("./calendar-response"), exports);
|
|
29
29
|
__exportStar(require("./cancel-subscription"), exports);
|
|
30
30
|
__exportStar(require("./charge-response"), exports);
|
|
31
|
-
__exportStar(require("./charge-tier"), exports);
|
|
32
31
|
__exportStar(require("./chart-of-accounts-response"), exports);
|
|
33
32
|
__exportStar(require("./checklist-recurrence-frequency"), exports);
|
|
34
33
|
__exportStar(require("./checklist-response"), exports);
|
|
@@ -45,7 +44,6 @@ __exportStar(require("./create-asset-feature-custom"), exports);
|
|
|
45
44
|
__exportStar(require("./create-assets"), exports);
|
|
46
45
|
__exportStar(require("./create-billing-run"), exports);
|
|
47
46
|
__exportStar(require("./create-calendar"), exports);
|
|
48
|
-
__exportStar(require("./create-charge"), exports);
|
|
49
47
|
__exportStar(require("./create-chart-of-accounts"), exports);
|
|
50
48
|
__exportStar(require("./create-checklist"), exports);
|
|
51
49
|
__exportStar(require("./create-communication"), exports);
|
|
@@ -55,14 +53,12 @@ __exportStar(require("./create-instances"), exports);
|
|
|
55
53
|
__exportStar(require("./create-map-feature"), exports);
|
|
56
54
|
__exportStar(require("./create-note"), exports);
|
|
57
55
|
__exportStar(require("./create-notification"), exports);
|
|
58
|
-
__exportStar(require("./create-order"), exports);
|
|
59
56
|
__exportStar(require("./create-org"), exports);
|
|
60
57
|
__exportStar(require("./create-payment"), exports);
|
|
61
58
|
__exportStar(require("./create-payment-invoice"), exports);
|
|
62
59
|
__exportStar(require("./create-payment-refund"), exports);
|
|
63
60
|
__exportStar(require("./create-payment-run"), exports);
|
|
64
61
|
__exportStar(require("./create-plan-charge"), exports);
|
|
65
|
-
__exportStar(require("./create-product"), exports);
|
|
66
62
|
__exportStar(require("./create-product-custom"), exports);
|
|
67
63
|
__exportStar(require("./create-revenue-rule"), exports);
|
|
68
64
|
__exportStar(require("./create-site-custom"), exports);
|
|
@@ -106,7 +102,6 @@ __exportStar(require("./get-intent"), exports);
|
|
|
106
102
|
__exportStar(require("./get-invoices200-response"), exports);
|
|
107
103
|
__exportStar(require("./get-notes200-response"), exports);
|
|
108
104
|
__exportStar(require("./get-notifications200-response"), exports);
|
|
109
|
-
__exportStar(require("./get-orders200-response"), exports);
|
|
110
105
|
__exportStar(require("./get-payment-runs200-response"), exports);
|
|
111
106
|
__exportStar(require("./get-payments200-response"), exports);
|
|
112
107
|
__exportStar(require("./get-plans200-response"), exports);
|
|
@@ -131,8 +126,6 @@ __exportStar(require("./manual-input"), exports);
|
|
|
131
126
|
__exportStar(require("./map-feature-response"), exports);
|
|
132
127
|
__exportStar(require("./note-response"), exports);
|
|
133
128
|
__exportStar(require("./notification-response"), exports);
|
|
134
|
-
__exportStar(require("./order-line-item"), exports);
|
|
135
|
-
__exportStar(require("./order-response"), exports);
|
|
136
129
|
__exportStar(require("./org-response"), exports);
|
|
137
130
|
__exportStar(require("./page-meta"), exports);
|
|
138
131
|
__exportStar(require("./paginated"), exports);
|
|
@@ -143,7 +136,7 @@ __exportStar(require("./payment-response"), exports);
|
|
|
143
136
|
__exportStar(require("./payment-run-customer-response"), exports);
|
|
144
137
|
__exportStar(require("./payment-run-filter-option-response"), exports);
|
|
145
138
|
__exportStar(require("./payment-run-response"), exports);
|
|
146
|
-
__exportStar(require("./plan-response"), exports);
|
|
139
|
+
__exportStar(require("./plan-custom-response"), exports);
|
|
147
140
|
__exportStar(require("./plugin-extensibility-function-definition-response"), exports);
|
|
148
141
|
__exportStar(require("./plugin-extensibility-function-instance-response"), exports);
|
|
149
142
|
__exportStar(require("./plugin-extensibility-function-metadata-response"), exports);
|
|
@@ -151,7 +144,6 @@ __exportStar(require("./plugin-extensibility-status"), exports);
|
|
|
151
144
|
__exportStar(require("./plugin-response"), exports);
|
|
152
145
|
__exportStar(require("./plugin-version-response"), exports);
|
|
153
146
|
__exportStar(require("./product-custom-response"), exports);
|
|
154
|
-
__exportStar(require("./product-response"), exports);
|
|
155
147
|
__exportStar(require("./project-response"), exports);
|
|
156
148
|
__exportStar(require("./project-response1"), exports);
|
|
157
149
|
__exportStar(require("./project-version-response"), exports);
|
|
@@ -15,7 +15,6 @@ import type { ConfigurationSettingResponse } from './configuration-setting-respo
|
|
|
15
15
|
import type { CommunicationResponse } from './communication-response';
|
|
16
16
|
import type { ContactResponse } from './contact-response';
|
|
17
17
|
import type { ChecklistResponse } from './checklist-response';
|
|
18
|
-
import type { PlanResponse } from './plan-response';
|
|
19
18
|
import type { WorkflowStepMetadataResponse } from './workflow-step-metadata-response';
|
|
20
19
|
import type { AssetResponse } from './asset-response';
|
|
21
20
|
import type { UserResponse } from './user-response';
|
|
@@ -28,7 +27,6 @@ import type { TaskTemplateResponse } from './task-template-response';
|
|
|
28
27
|
import type { SiteResponse } from './site-response';
|
|
29
28
|
import type { ExtensibilityFunctionMetadataResponse } from './extensibility-function-metadata-response';
|
|
30
29
|
import type { NotificationResponse } from './notification-response';
|
|
31
|
-
import type { ProductResponse } from './product-response';
|
|
32
30
|
import type { ExtensibilityFunctionDefinitionResponse } from './extensibility-function-definition-response';
|
|
33
31
|
import type { ExtensibilityFunctionInstanceResponse } from './extensibility-function-instance-response';
|
|
34
32
|
import type { TaskResponse } from './task-response';
|
|
@@ -207,18 +205,6 @@ export interface OrgResponse {
|
|
|
207
205
|
* @memberof OrgResponse
|
|
208
206
|
*/
|
|
209
207
|
communications?: Array<CommunicationResponse>;
|
|
210
|
-
/**
|
|
211
|
-
*
|
|
212
|
-
* @type {Array<ProductResponse>}
|
|
213
|
-
* @memberof OrgResponse
|
|
214
|
-
*/
|
|
215
|
-
products?: Array<ProductResponse>;
|
|
216
|
-
/**
|
|
217
|
-
*
|
|
218
|
-
* @type {Array<PlanResponse>}
|
|
219
|
-
* @memberof OrgResponse
|
|
220
|
-
*/
|
|
221
|
-
plans?: Array<PlanResponse>;
|
|
222
208
|
}
|
|
223
209
|
/**
|
|
224
210
|
* Check if a given object implements the OrgResponse interface.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"org-response.d.ts","sourceRoot":"","sources":["../../../src/generated/models/org-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAOjF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAO5D,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,kCAAkC,CAAC;AAOrF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAOtE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAO1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAO9D,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"org-response.d.ts","sourceRoot":"","sources":["../../../src/generated/models/org-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAOjF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAO5D,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,kCAAkC,CAAC;AAOrF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAOtE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAO1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAO9D,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAOtF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAOtD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAOpD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AAO7E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAOrE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAOpD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAOzE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAOvE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAOrE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAOpD,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,4CAA4C,CAAC;AAOxG,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAOpE,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,8CAA8C,CAAC;AAO5G,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,4CAA4C,CAAC;AAOxG,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAOpD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAQ5D;;;;GAIG;AACH,MAAM,WAAW,WAAW;IACxB;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAC5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAC5B;;;;OAIG;IACH,SAAS,EAAE,IAAI,CAAC;IAChB;;;;OAIG;IACH,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,4BAA4B,CAAC,CAAC;IAC5D;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;IACxD;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,CAAC;IACpD;;;;OAIG;IACH,8BAA8B,CAAC,EAAE,KAAK,CAAC,qCAAqC,CAAC,CAAC;IAC9E;;;;OAIG;IACH,gCAAgC,CAAC,EAAE,KAAK,CAAC,uCAAuC,CAAC,CAAC;IAClF;;;;OAIG;IACH,8BAA8B,CAAC,EAAE,KAAK,CAAC,qCAAqC,CAAC,CAAC;IAC9E;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;IAC9B;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC,CAAC;IAC/C;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IAC5C;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IAC5C;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IACpC;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACtC;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IAC5C;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAC3B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,4BAA4B,CAAC,CAAC;IAC5D;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IACpC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAClC;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,CAAC;IAChD;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC,CAAC;CACjD;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,WAAW,CAQzE;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAE1D;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,WAAW,CAmC7F;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAExD;AAED,wBAAgB,sBAAsB,CAAC,KAAK,CAAC,EAAE,WAAW,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAoC5G"}
|
|
@@ -20,7 +20,6 @@ const configuration_setting_response_1 = require("./configuration-setting-respon
|
|
|
20
20
|
const communication_response_1 = require("./communication-response");
|
|
21
21
|
const contact_response_1 = require("./contact-response");
|
|
22
22
|
const checklist_response_1 = require("./checklist-response");
|
|
23
|
-
const plan_response_1 = require("./plan-response");
|
|
24
23
|
const workflow_step_metadata_response_1 = require("./workflow-step-metadata-response");
|
|
25
24
|
const asset_response_1 = require("./asset-response");
|
|
26
25
|
const user_response_1 = require("./user-response");
|
|
@@ -33,7 +32,6 @@ const task_template_response_1 = require("./task-template-response");
|
|
|
33
32
|
const site_response_1 = require("./site-response");
|
|
34
33
|
const extensibility_function_metadata_response_1 = require("./extensibility-function-metadata-response");
|
|
35
34
|
const notification_response_1 = require("./notification-response");
|
|
36
|
-
const product_response_1 = require("./product-response");
|
|
37
35
|
const extensibility_function_definition_response_1 = require("./extensibility-function-definition-response");
|
|
38
36
|
const extensibility_function_instance_response_1 = require("./extensibility-function-instance-response");
|
|
39
37
|
const task_response_1 = require("./task-response");
|
|
@@ -94,8 +92,6 @@ function OrgResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
94
92
|
'contacts': json['contacts'] == null ? undefined : (json['contacts'].map(contact_response_1.ContactResponseFromJSON)),
|
|
95
93
|
'projectVersions': json['projectVersions'] == null ? undefined : (json['projectVersions'].map(project_version_response_1.ProjectVersionResponseFromJSON)),
|
|
96
94
|
'communications': json['communications'] == null ? undefined : (json['communications'].map(communication_response_1.CommunicationResponseFromJSON)),
|
|
97
|
-
'products': json['products'] == null ? undefined : (json['products'].map(product_response_1.ProductResponseFromJSON)),
|
|
98
|
-
'plans': json['plans'] == null ? undefined : (json['plans'].map(plan_response_1.PlanResponseFromJSON)),
|
|
99
95
|
};
|
|
100
96
|
}
|
|
101
97
|
exports.OrgResponseFromJSONTyped = OrgResponseFromJSONTyped;
|
|
@@ -136,8 +132,6 @@ function OrgResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
136
132
|
'contacts': value['contacts'] == null ? undefined : (value['contacts'].map(contact_response_1.ContactResponseToJSON)),
|
|
137
133
|
'projectVersions': value['projectVersions'] == null ? undefined : (value['projectVersions'].map(project_version_response_1.ProjectVersionResponseToJSON)),
|
|
138
134
|
'communications': value['communications'] == null ? undefined : (value['communications'].map(communication_response_1.CommunicationResponseToJSON)),
|
|
139
|
-
'products': value['products'] == null ? undefined : (value['products'].map(product_response_1.ProductResponseToJSON)),
|
|
140
|
-
'plans': value['plans'] == null ? undefined : (value['plans'].map(plan_response_1.PlanResponseToJSON)),
|
|
141
135
|
};
|
|
142
136
|
}
|
|
143
137
|
exports.OrgResponseToJSONTyped = OrgResponseToJSONTyped;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ManageSpace API
|
|
3
|
+
* ManageSpace API Documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { CreatePlanCharge } from './create-plan-charge';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PlanCustomResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface PlanCustomResponse {
|
|
19
|
+
/**
|
|
20
|
+
* The plan name
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof PlanCustomResponse
|
|
23
|
+
*/
|
|
24
|
+
name: string;
|
|
25
|
+
/**
|
|
26
|
+
* Description of the plan
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof PlanCustomResponse
|
|
29
|
+
*/
|
|
30
|
+
description?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Charges associated with plan
|
|
33
|
+
* @type {Array<CreatePlanCharge>}
|
|
34
|
+
* @memberof PlanCustomResponse
|
|
35
|
+
*/
|
|
36
|
+
charges: Array<CreatePlanCharge>;
|
|
37
|
+
/**
|
|
38
|
+
* Plan status
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof PlanCustomResponse
|
|
41
|
+
*/
|
|
42
|
+
status?: string;
|
|
43
|
+
/**
|
|
44
|
+
* Plan ID
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof PlanCustomResponse
|
|
47
|
+
*/
|
|
48
|
+
id: string;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Check if a given object implements the PlanCustomResponse interface.
|
|
52
|
+
*/
|
|
53
|
+
export declare function instanceOfPlanCustomResponse(value: object): value is PlanCustomResponse;
|
|
54
|
+
export declare function PlanCustomResponseFromJSON(json: any): PlanCustomResponse;
|
|
55
|
+
export declare function PlanCustomResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): PlanCustomResponse;
|
|
56
|
+
export declare function PlanCustomResponseToJSON(json: any): PlanCustomResponse;
|
|
57
|
+
export declare function PlanCustomResponseToJSONTyped(value?: PlanCustomResponse | null, ignoreDiscriminator?: boolean): any;
|
|
58
|
+
//# sourceMappingURL=plan-custom-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plan-custom-response.d.ts","sourceRoot":"","sources":["../../../src/generated/models/plan-custom-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAQ7D;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IACjC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;CACd;AAED;;GAEG;AACH,wBAAgB,4BAA4B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,kBAAkB,CAKvF;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,kBAAkB,CAExE;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,kBAAkB,CAY3G;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,GAAG,kBAAkB,CAEtE;AAED,wBAAgB,6BAA6B,CAAC,KAAK,CAAC,EAAE,kBAAkB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAa1H"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ManageSpace API
|
|
6
|
+
* ManageSpace API Documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.PlanCustomResponseToJSONTyped = exports.PlanCustomResponseToJSON = exports.PlanCustomResponseFromJSONTyped = exports.PlanCustomResponseFromJSON = exports.instanceOfPlanCustomResponse = void 0;
|
|
17
|
+
const create_plan_charge_1 = require("./create-plan-charge");
|
|
18
|
+
/**
|
|
19
|
+
* Check if a given object implements the PlanCustomResponse interface.
|
|
20
|
+
*/
|
|
21
|
+
function instanceOfPlanCustomResponse(value) {
|
|
22
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
if (!('charges' in value) || value['charges'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
exports.instanceOfPlanCustomResponse = instanceOfPlanCustomResponse;
|
|
31
|
+
function PlanCustomResponseFromJSON(json) {
|
|
32
|
+
return PlanCustomResponseFromJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
exports.PlanCustomResponseFromJSON = PlanCustomResponseFromJSON;
|
|
35
|
+
function PlanCustomResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if (json == null) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'name': json['name'],
|
|
41
|
+
'description': json['description'] == null ? undefined : json['description'],
|
|
42
|
+
'charges': (json['charges'].map(create_plan_charge_1.CreatePlanChargeFromJSON)),
|
|
43
|
+
'status': json['status'] == null ? undefined : json['status'],
|
|
44
|
+
'id': json['id'],
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
exports.PlanCustomResponseFromJSONTyped = PlanCustomResponseFromJSONTyped;
|
|
48
|
+
function PlanCustomResponseToJSON(json) {
|
|
49
|
+
return PlanCustomResponseToJSONTyped(json, false);
|
|
50
|
+
}
|
|
51
|
+
exports.PlanCustomResponseToJSON = PlanCustomResponseToJSON;
|
|
52
|
+
function PlanCustomResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
53
|
+
if (value == null) {
|
|
54
|
+
return value;
|
|
55
|
+
}
|
|
56
|
+
return {
|
|
57
|
+
'name': value['name'],
|
|
58
|
+
'description': value['description'],
|
|
59
|
+
'charges': (value['charges'].map(create_plan_charge_1.CreatePlanChargeToJSON)),
|
|
60
|
+
'status': value['status'],
|
|
61
|
+
'id': value['id'],
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
exports.PlanCustomResponseToJSONTyped = PlanCustomResponseToJSONTyped;
|
|
@@ -10,8 +10,6 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { TransactionPostingEntries } from './transaction-posting-entries';
|
|
13
|
-
import type { OrgResponse } from './org-response';
|
|
14
|
-
import type { SiteResponse } from './site-response';
|
|
15
13
|
/**
|
|
16
14
|
*
|
|
17
15
|
* @export
|
|
@@ -25,71 +23,53 @@ export interface ProductCustomResponse {
|
|
|
25
23
|
*/
|
|
26
24
|
name: string;
|
|
27
25
|
/**
|
|
28
|
-
*
|
|
29
|
-
* @type {number}
|
|
30
|
-
* @memberof ProductCustomResponse
|
|
31
|
-
*/
|
|
32
|
-
price: number;
|
|
33
|
-
/**
|
|
34
|
-
* Tax exempt
|
|
35
|
-
* @type {boolean}
|
|
36
|
-
* @memberof ProductCustomResponse
|
|
37
|
-
*/
|
|
38
|
-
taxable?: boolean;
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
* @type {Array<TransactionPostingEntries>}
|
|
42
|
-
* @memberof ProductCustomResponse
|
|
43
|
-
*/
|
|
44
|
-
transactionPostingEntries: Array<TransactionPostingEntries>;
|
|
45
|
-
/**
|
|
46
|
-
* Revenue Rule ID.
|
|
26
|
+
* Stock keeping unit
|
|
47
27
|
* @type {string}
|
|
48
28
|
* @memberof ProductCustomResponse
|
|
49
29
|
*/
|
|
50
|
-
|
|
30
|
+
sku?: string;
|
|
51
31
|
/**
|
|
52
|
-
*
|
|
32
|
+
* Product status
|
|
53
33
|
* @type {string}
|
|
54
34
|
* @memberof ProductCustomResponse
|
|
55
35
|
*/
|
|
56
|
-
|
|
36
|
+
status?: string;
|
|
57
37
|
/**
|
|
58
|
-
*
|
|
59
|
-
* @type {
|
|
38
|
+
* Tax exempt
|
|
39
|
+
* @type {boolean}
|
|
60
40
|
* @memberof ProductCustomResponse
|
|
61
41
|
*/
|
|
62
|
-
|
|
42
|
+
taxable?: boolean;
|
|
63
43
|
/**
|
|
64
|
-
*
|
|
44
|
+
* Description of product
|
|
65
45
|
* @type {string}
|
|
66
46
|
* @memberof ProductCustomResponse
|
|
67
47
|
*/
|
|
68
|
-
|
|
48
|
+
description?: string;
|
|
69
49
|
/**
|
|
70
|
-
*
|
|
71
|
-
* @type {
|
|
50
|
+
* The price of the product in the lowest denomination of the currency
|
|
51
|
+
* @type {number}
|
|
72
52
|
* @memberof ProductCustomResponse
|
|
73
53
|
*/
|
|
74
|
-
|
|
54
|
+
price: number;
|
|
75
55
|
/**
|
|
76
|
-
*
|
|
56
|
+
* Revenue Rule ID.
|
|
77
57
|
* @type {string}
|
|
78
58
|
* @memberof ProductCustomResponse
|
|
79
59
|
*/
|
|
80
|
-
|
|
60
|
+
revenueRuleId: string;
|
|
81
61
|
/**
|
|
82
|
-
*
|
|
62
|
+
* Date revenue will begin to be recognized.
|
|
83
63
|
* @type {string}
|
|
84
64
|
* @memberof ProductCustomResponse
|
|
85
65
|
*/
|
|
86
|
-
|
|
66
|
+
recognitionStartDate: string;
|
|
87
67
|
/**
|
|
88
|
-
*
|
|
89
|
-
* @type {
|
|
68
|
+
*
|
|
69
|
+
* @type {Array<TransactionPostingEntries>}
|
|
90
70
|
* @memberof ProductCustomResponse
|
|
91
71
|
*/
|
|
92
|
-
|
|
72
|
+
transactionPostingEntries: Array<TransactionPostingEntries>;
|
|
93
73
|
/**
|
|
94
74
|
* List of custom fields
|
|
95
75
|
* @type {object}
|
|
@@ -108,36 +88,6 @@ export interface ProductCustomResponse {
|
|
|
108
88
|
* @memberof ProductCustomResponse
|
|
109
89
|
*/
|
|
110
90
|
id: string;
|
|
111
|
-
/**
|
|
112
|
-
* The product id stored in the external sytem
|
|
113
|
-
* @type {string}
|
|
114
|
-
* @memberof ProductCustomResponse
|
|
115
|
-
*/
|
|
116
|
-
externalId: string | null;
|
|
117
|
-
/**
|
|
118
|
-
*
|
|
119
|
-
* @type {OrgResponse}
|
|
120
|
-
* @memberof ProductCustomResponse
|
|
121
|
-
*/
|
|
122
|
-
org?: OrgResponse;
|
|
123
|
-
/**
|
|
124
|
-
*
|
|
125
|
-
* @type {string}
|
|
126
|
-
* @memberof ProductCustomResponse
|
|
127
|
-
*/
|
|
128
|
-
orgId: string;
|
|
129
|
-
/**
|
|
130
|
-
*
|
|
131
|
-
* @type {SiteResponse}
|
|
132
|
-
* @memberof ProductCustomResponse
|
|
133
|
-
*/
|
|
134
|
-
site?: SiteResponse;
|
|
135
|
-
/**
|
|
136
|
-
*
|
|
137
|
-
* @type {string}
|
|
138
|
-
* @memberof ProductCustomResponse
|
|
139
|
-
*/
|
|
140
|
-
siteId: string;
|
|
141
91
|
}
|
|
142
92
|
/**
|
|
143
93
|
* Check if a given object implements the ProductCustomResponse interface.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product-custom-response.d.ts","sourceRoot":"","sources":["../../../src/generated/models/product-custom-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"product-custom-response.d.ts","sourceRoot":"","sources":["../../../src/generated/models/product-custom-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAQ/E;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,yBAAyB,EAAE,KAAK,CAAC,yBAAyB,CAAC,CAAC;IAC5D;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;CACd;AAED;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qBAAqB,CAQ7F;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE9E;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qBAAqB,CAmBjH;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE5E;AAED,wBAAgB,gCAAgC,CAAC,KAAK,CAAC,EAAE,qBAAqB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAoBhI"}
|