@managespace/sdk 0.0.91 → 0.0.93
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/.turbo/turbo-build.log +2 -0
- package/dist/generated/apis/default-api.d.ts +15 -15
- package/dist/generated/apis/default-api.d.ts.map +1 -1
- package/dist/generated/apis/default-api.js +39 -39
- package/dist/generated/models/cancel-subscription-billing.d.ts +39 -0
- package/dist/generated/models/cancel-subscription-billing.d.ts.map +1 -0
- package/dist/generated/models/cancel-subscription-billing.js +55 -0
- package/dist/generated/models/chart-of-account-response.d.ts +99 -0
- package/dist/generated/models/chart-of-account-response.d.ts.map +1 -0
- package/dist/generated/models/chart-of-account-response.js +95 -0
- package/dist/generated/models/configuration-response.d.ts +77 -0
- package/dist/generated/models/configuration-response.d.ts.map +1 -0
- package/dist/generated/models/configuration-response.js +77 -0
- package/dist/generated/models/contact-id.d.ts +33 -0
- package/dist/generated/models/contact-id.d.ts.map +1 -0
- package/dist/generated/models/contact-id.js +51 -0
- package/dist/generated/models/create-payment-billing.d.ts +155 -0
- package/dist/generated/models/create-payment-billing.d.ts.map +1 -0
- package/dist/generated/models/create-payment-billing.js +133 -0
- package/dist/generated/models/create-plan.d.ts +52 -0
- package/dist/generated/models/create-plan.d.ts.map +1 -0
- package/dist/generated/models/create-plan.js +64 -0
- package/dist/generated/models/create-product.d.ts +45 -0
- package/dist/generated/models/create-product.d.ts.map +1 -0
- package/dist/generated/models/create-product.js +57 -0
- package/dist/generated/models/create-stock-status.d.ts +39 -0
- package/dist/generated/models/create-stock-status.d.ts.map +1 -0
- package/dist/generated/models/create-stock-status.js +55 -0
- package/dist/generated/models/create-subscription-billing.d.ts +166 -0
- package/dist/generated/models/create-subscription-billing.d.ts.map +1 -0
- package/dist/generated/models/create-subscription-billing.js +140 -0
- package/dist/generated/models/custom-chart-of-account.d.ts +57 -0
- package/dist/generated/models/custom-chart-of-account.d.ts.map +1 -0
- package/dist/generated/models/custom-chart-of-account.js +67 -0
- package/dist/generated/models/custom-chart-of-accounts.d.ts +34 -0
- package/dist/generated/models/custom-chart-of-accounts.d.ts.map +1 -0
- package/dist/generated/models/custom-chart-of-accounts.js +52 -0
- package/dist/generated/models/custom-create-customer.d.ts +6 -6
- package/dist/generated/models/custom-create-customer.d.ts.map +1 -1
- package/dist/generated/models/custom-create-customer.js +2 -4
- package/dist/generated/models/custom-update-customer.d.ts +0 -6
- package/dist/generated/models/custom-update-customer.d.ts.map +1 -1
- package/dist/generated/models/custom-update-customer.js +0 -2
- package/dist/generated/models/customer-response.d.ts +0 -6
- package/dist/generated/models/customer-response.d.ts.map +1 -1
- package/dist/generated/models/customer-response.js +0 -4
- package/dist/generated/models/document-urls-response.d.ts +33 -0
- package/dist/generated/models/document-urls-response.d.ts.map +1 -0
- package/dist/generated/models/document-urls-response.js +51 -0
- package/dist/generated/models/get-contact-response.d.ts +159 -0
- package/dist/generated/models/get-contact-response.d.ts.map +1 -0
- package/dist/generated/models/get-contact-response.js +135 -0
- package/dist/generated/models/get-invoice-billing200-response.d.ts +41 -0
- package/dist/generated/models/get-invoice-billing200-response.d.ts.map +1 -0
- package/dist/generated/models/get-invoice-billing200-response.js +55 -0
- package/dist/generated/models/get-statements200-response.d.ts +2 -2
- package/dist/generated/models/get-statements200-response.js +2 -2
- package/dist/generated/models/index.d.ts +1 -1
- package/dist/generated/models/index.d.ts.map +1 -1
- package/dist/generated/models/index.js +1 -1
- package/dist/generated/models/plan-charge-response.d.ts +166 -0
- package/dist/generated/models/plan-charge-response.d.ts.map +1 -0
- package/dist/generated/models/plan-charge-response.js +140 -0
- package/dist/generated/models/plan-response.d.ts +128 -0
- package/dist/generated/models/plan-response.d.ts.map +1 -0
- package/dist/generated/models/plan-response.js +106 -0
- package/dist/generated/models/product-response.d.ts +97 -0
- package/dist/generated/models/product-response.d.ts.map +1 -0
- package/dist/generated/models/product-response.js +87 -0
- package/dist/generated/models/stock-status-response.d.ts +59 -0
- package/dist/generated/models/stock-status-response.d.ts.map +1 -0
- package/dist/generated/models/stock-status-response.js +65 -0
- package/dist/generated/models/update-extensibility-repo.d.ts +57 -0
- package/dist/generated/models/update-extensibility-repo.d.ts.map +1 -0
- package/dist/generated/models/update-extensibility-repo.js +67 -0
- package/package.json +2 -2
- package/src/extensibility/functions/project/billing.ts +1 -1
- package/src/generated/apis/default-api.ts +5 -0
- package/src/generated/models/address-response1.ts +145 -0
- package/src/generated/models/address-response2.ts +145 -0
- package/src/generated/models/asset-response1.ts +262 -0
- package/src/generated/models/configuration-setting-response1.ts +160 -0
- package/src/generated/models/create-subscription.ts +8 -0
- package/src/generated/models/customer-response1.ts +190 -0
- package/src/generated/models/map-feature-response1.ts +190 -0
- package/src/generated/models/map-feature-response2.ts +190 -0
- package/src/generated/models/map-feature-response3.ts +190 -0
- package/src/generated/models/org-response1.ts +442 -0
- package/src/generated/models/org-response2.ts +442 -0
- package/src/generated/models/site-response1.ts +340 -0
- package/src/generated/models/subscription-response.ts +4 -5
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ManageSpace V2 Auth API
|
|
6
|
+
* ManageSpace Auth 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.GetContactResponseToJSONTyped = exports.GetContactResponseToJSON = exports.GetContactResponseFromJSONTyped = exports.GetContactResponseFromJSON = exports.instanceOfGetContactResponse = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the GetContactResponse interface.
|
|
19
|
+
*/
|
|
20
|
+
function instanceOfGetContactResponse(value) {
|
|
21
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('customerId' in value) || value['customerId'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
if (!('firstName' in value) || value['firstName'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('lastName' in value) || value['lastName'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('displayName' in value) || value['displayName'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('email' in value) || value['email'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
if (!('phone' in value) || value['phone'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
if (!('mobile' in value) || value['mobile'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
if (!('jobTitle' in value) || value['jobTitle'] === undefined)
|
|
38
|
+
return false;
|
|
39
|
+
if (!('department' in value) || value['department'] === undefined)
|
|
40
|
+
return false;
|
|
41
|
+
if (!('notes' in value) || value['notes'] === undefined)
|
|
42
|
+
return false;
|
|
43
|
+
if (!('address1' in value) || value['address1'] === undefined)
|
|
44
|
+
return false;
|
|
45
|
+
if (!('address2' in value) || value['address2'] === undefined)
|
|
46
|
+
return false;
|
|
47
|
+
if (!('city' in value) || value['city'] === undefined)
|
|
48
|
+
return false;
|
|
49
|
+
if (!('state' in value) || value['state'] === undefined)
|
|
50
|
+
return false;
|
|
51
|
+
if (!('zip' in value) || value['zip'] === undefined)
|
|
52
|
+
return false;
|
|
53
|
+
if (!('country' in value) || value['country'] === undefined)
|
|
54
|
+
return false;
|
|
55
|
+
if (!('createdBy' in value) || value['createdBy'] === undefined)
|
|
56
|
+
return false;
|
|
57
|
+
if (!('updatedBy' in value) || value['updatedBy'] === undefined)
|
|
58
|
+
return false;
|
|
59
|
+
if (!('createdAt' in value) || value['createdAt'] === undefined)
|
|
60
|
+
return false;
|
|
61
|
+
if (!('updatedAt' in value) || value['updatedAt'] === undefined)
|
|
62
|
+
return false;
|
|
63
|
+
if (!('customFields' in value) || value['customFields'] === undefined)
|
|
64
|
+
return false;
|
|
65
|
+
return true;
|
|
66
|
+
}
|
|
67
|
+
exports.instanceOfGetContactResponse = instanceOfGetContactResponse;
|
|
68
|
+
function GetContactResponseFromJSON(json) {
|
|
69
|
+
return GetContactResponseFromJSONTyped(json, false);
|
|
70
|
+
}
|
|
71
|
+
exports.GetContactResponseFromJSON = GetContactResponseFromJSON;
|
|
72
|
+
function GetContactResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
73
|
+
if (json == null) {
|
|
74
|
+
return json;
|
|
75
|
+
}
|
|
76
|
+
return {
|
|
77
|
+
'id': json['id'],
|
|
78
|
+
'customerId': json['customerId'],
|
|
79
|
+
'firstName': json['firstName'],
|
|
80
|
+
'lastName': json['lastName'],
|
|
81
|
+
'displayName': json['displayName'],
|
|
82
|
+
'email': json['email'],
|
|
83
|
+
'phone': json['phone'],
|
|
84
|
+
'mobile': json['mobile'],
|
|
85
|
+
'jobTitle': json['jobTitle'],
|
|
86
|
+
'department': json['department'],
|
|
87
|
+
'notes': json['notes'],
|
|
88
|
+
'address1': json['address1'],
|
|
89
|
+
'address2': json['address2'],
|
|
90
|
+
'city': json['city'],
|
|
91
|
+
'state': json['state'],
|
|
92
|
+
'zip': json['zip'],
|
|
93
|
+
'country': json['country'],
|
|
94
|
+
'createdBy': json['createdBy'],
|
|
95
|
+
'updatedBy': json['updatedBy'],
|
|
96
|
+
'createdAt': json['createdAt'],
|
|
97
|
+
'updatedAt': json['updatedAt'],
|
|
98
|
+
'customFields': json['customFields'],
|
|
99
|
+
};
|
|
100
|
+
}
|
|
101
|
+
exports.GetContactResponseFromJSONTyped = GetContactResponseFromJSONTyped;
|
|
102
|
+
function GetContactResponseToJSON(json) {
|
|
103
|
+
return GetContactResponseToJSONTyped(json, false);
|
|
104
|
+
}
|
|
105
|
+
exports.GetContactResponseToJSON = GetContactResponseToJSON;
|
|
106
|
+
function GetContactResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
107
|
+
if (value == null) {
|
|
108
|
+
return value;
|
|
109
|
+
}
|
|
110
|
+
return {
|
|
111
|
+
'id': value['id'],
|
|
112
|
+
'customerId': value['customerId'],
|
|
113
|
+
'firstName': value['firstName'],
|
|
114
|
+
'lastName': value['lastName'],
|
|
115
|
+
'displayName': value['displayName'],
|
|
116
|
+
'email': value['email'],
|
|
117
|
+
'phone': value['phone'],
|
|
118
|
+
'mobile': value['mobile'],
|
|
119
|
+
'jobTitle': value['jobTitle'],
|
|
120
|
+
'department': value['department'],
|
|
121
|
+
'notes': value['notes'],
|
|
122
|
+
'address1': value['address1'],
|
|
123
|
+
'address2': value['address2'],
|
|
124
|
+
'city': value['city'],
|
|
125
|
+
'state': value['state'],
|
|
126
|
+
'zip': value['zip'],
|
|
127
|
+
'country': value['country'],
|
|
128
|
+
'createdBy': value['createdBy'],
|
|
129
|
+
'updatedBy': value['updatedBy'],
|
|
130
|
+
'createdAt': value['createdAt'],
|
|
131
|
+
'updatedAt': value['updatedAt'],
|
|
132
|
+
'customFields': value['customFields'],
|
|
133
|
+
};
|
|
134
|
+
}
|
|
135
|
+
exports.GetContactResponseToJSONTyped = GetContactResponseToJSONTyped;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ManageSpace V2 Auth API
|
|
3
|
+
* ManageSpace Auth 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 { InvoiceResponse } from './invoice-response';
|
|
13
|
+
import type { PageMeta } from './page-meta';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface GetInvoiceBilling200Response
|
|
18
|
+
*/
|
|
19
|
+
export interface GetInvoiceBilling200Response {
|
|
20
|
+
/**
|
|
21
|
+
* The pagination metadata
|
|
22
|
+
* @type {PageMeta}
|
|
23
|
+
* @memberof GetInvoiceBilling200Response
|
|
24
|
+
*/
|
|
25
|
+
pageMeta: PageMeta;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<InvoiceResponse>}
|
|
29
|
+
* @memberof GetInvoiceBilling200Response
|
|
30
|
+
*/
|
|
31
|
+
results?: Array<InvoiceResponse>;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Check if a given object implements the GetInvoiceBilling200Response interface.
|
|
35
|
+
*/
|
|
36
|
+
export declare function instanceOfGetInvoiceBilling200Response(value: object): value is GetInvoiceBilling200Response;
|
|
37
|
+
export declare function GetInvoiceBilling200ResponseFromJSON(json: any): GetInvoiceBilling200Response;
|
|
38
|
+
export declare function GetInvoiceBilling200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetInvoiceBilling200Response;
|
|
39
|
+
export declare function GetInvoiceBilling200ResponseToJSON(json: any): GetInvoiceBilling200Response;
|
|
40
|
+
export declare function GetInvoiceBilling200ResponseToJSONTyped(value?: GetInvoiceBilling200Response | null, ignoreDiscriminator?: boolean): any;
|
|
41
|
+
//# sourceMappingURL=get-invoice-billing200-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-invoice-billing200-response.d.ts","sourceRoot":"","sources":["../../../src/generated/models/get-invoice-billing200-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAO1D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAQ5C;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,QAAQ,EAAE,QAAQ,CAAC;IACnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;CACpC;AAED;;GAEG;AACH,wBAAgB,sCAAsC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,4BAA4B,CAG3G;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE5F;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,4BAA4B,CAS/H;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE1F;AAED,wBAAgB,uCAAuC,CAAC,KAAK,CAAC,EAAE,4BAA4B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU9I"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ManageSpace V2 Auth API
|
|
6
|
+
* ManageSpace Auth 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.GetInvoiceBilling200ResponseToJSONTyped = exports.GetInvoiceBilling200ResponseToJSON = exports.GetInvoiceBilling200ResponseFromJSONTyped = exports.GetInvoiceBilling200ResponseFromJSON = exports.instanceOfGetInvoiceBilling200Response = void 0;
|
|
17
|
+
const invoice_response_1 = require("./invoice-response");
|
|
18
|
+
const page_meta_1 = require("./page-meta");
|
|
19
|
+
/**
|
|
20
|
+
* Check if a given object implements the GetInvoiceBilling200Response interface.
|
|
21
|
+
*/
|
|
22
|
+
function instanceOfGetInvoiceBilling200Response(value) {
|
|
23
|
+
if (!('pageMeta' in value) || value['pageMeta'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
exports.instanceOfGetInvoiceBilling200Response = instanceOfGetInvoiceBilling200Response;
|
|
28
|
+
function GetInvoiceBilling200ResponseFromJSON(json) {
|
|
29
|
+
return GetInvoiceBilling200ResponseFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
exports.GetInvoiceBilling200ResponseFromJSON = GetInvoiceBilling200ResponseFromJSON;
|
|
32
|
+
function GetInvoiceBilling200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'pageMeta': (0, page_meta_1.PageMetaFromJSON)(json['pageMeta']),
|
|
38
|
+
'results': json['results'] == null ? undefined : (json['results'].map(invoice_response_1.InvoiceResponseFromJSON)),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
exports.GetInvoiceBilling200ResponseFromJSONTyped = GetInvoiceBilling200ResponseFromJSONTyped;
|
|
42
|
+
function GetInvoiceBilling200ResponseToJSON(json) {
|
|
43
|
+
return GetInvoiceBilling200ResponseToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
exports.GetInvoiceBilling200ResponseToJSON = GetInvoiceBilling200ResponseToJSON;
|
|
46
|
+
function GetInvoiceBilling200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'pageMeta': (0, page_meta_1.PageMetaToJSON)(value['pageMeta']),
|
|
52
|
+
'results': value['results'] == null ? undefined : (value['results'].map(invoice_response_1.InvoiceResponseToJSON)),
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
exports.GetInvoiceBilling200ResponseToJSONTyped = GetInvoiceBilling200ResponseToJSONTyped;
|
|
@@ -78,6 +78,7 @@ export * from './get-asset-categories200-response';
|
|
|
78
78
|
export * from './get-asset-classes200-response';
|
|
79
79
|
export * from './get-asset-features200-response';
|
|
80
80
|
export * from './get-assets200-response';
|
|
81
|
+
export * from './get-billing-runs1200-response';
|
|
81
82
|
export * from './get-billing-runs200-response';
|
|
82
83
|
export * from './get-calendar-events-query';
|
|
83
84
|
export * from './get-calendars200-response';
|
|
@@ -99,7 +100,6 @@ export * from './get-plugins200-response';
|
|
|
99
100
|
export * from './get-products200-response';
|
|
100
101
|
export * from './get-revenue-rules200-response';
|
|
101
102
|
export * from './get-sites200-response';
|
|
102
|
-
export * from './get-statements200-response';
|
|
103
103
|
export * from './get-subscriptions200-response';
|
|
104
104
|
export * from './get-task-templates200-response';
|
|
105
105
|
export * from './get-tasks200-response';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/models/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -96,6 +96,7 @@ __exportStar(require("./get-asset-categories200-response"), exports);
|
|
|
96
96
|
__exportStar(require("./get-asset-classes200-response"), exports);
|
|
97
97
|
__exportStar(require("./get-asset-features200-response"), exports);
|
|
98
98
|
__exportStar(require("./get-assets200-response"), exports);
|
|
99
|
+
__exportStar(require("./get-billing-runs1200-response"), exports);
|
|
99
100
|
__exportStar(require("./get-billing-runs200-response"), exports);
|
|
100
101
|
__exportStar(require("./get-calendar-events-query"), exports);
|
|
101
102
|
__exportStar(require("./get-calendars200-response"), exports);
|
|
@@ -117,7 +118,6 @@ __exportStar(require("./get-plugins200-response"), exports);
|
|
|
117
118
|
__exportStar(require("./get-products200-response"), exports);
|
|
118
119
|
__exportStar(require("./get-revenue-rules200-response"), exports);
|
|
119
120
|
__exportStar(require("./get-sites200-response"), exports);
|
|
120
|
-
__exportStar(require("./get-statements200-response"), exports);
|
|
121
121
|
__exportStar(require("./get-subscriptions200-response"), exports);
|
|
122
122
|
__exportStar(require("./get-task-templates200-response"), exports);
|
|
123
123
|
__exportStar(require("./get-tasks200-response"), exports);
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ManageSpace V2 Auth API
|
|
3
|
+
* ManageSpace Auth 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 { TransactionPostingEntries } from './transaction-posting-entries';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PlanChargeResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface PlanChargeResponse {
|
|
19
|
+
/**
|
|
20
|
+
* Charge ID
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof PlanChargeResponse
|
|
23
|
+
*/
|
|
24
|
+
id: string;
|
|
25
|
+
/**
|
|
26
|
+
* Product ID
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof PlanChargeResponse
|
|
29
|
+
*/
|
|
30
|
+
productId: string;
|
|
31
|
+
/**
|
|
32
|
+
* Charge name
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof PlanChargeResponse
|
|
35
|
+
*/
|
|
36
|
+
name: string;
|
|
37
|
+
/**
|
|
38
|
+
* Type of charge
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof PlanChargeResponse
|
|
41
|
+
*/
|
|
42
|
+
type: string;
|
|
43
|
+
/**
|
|
44
|
+
* Billing period for recurring and usage based Charges
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof PlanChargeResponse
|
|
47
|
+
*/
|
|
48
|
+
billingPeriod: string;
|
|
49
|
+
/**
|
|
50
|
+
* Description of charge
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof PlanChargeResponse
|
|
53
|
+
*/
|
|
54
|
+
description: string;
|
|
55
|
+
/**
|
|
56
|
+
* Line number
|
|
57
|
+
* @type {number}
|
|
58
|
+
* @memberof PlanChargeResponse
|
|
59
|
+
*/
|
|
60
|
+
lineNumber: number;
|
|
61
|
+
/**
|
|
62
|
+
* Timing of charge
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof PlanChargeResponse
|
|
65
|
+
*/
|
|
66
|
+
chargeTiming: string;
|
|
67
|
+
/**
|
|
68
|
+
* How Charge will be priced
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof PlanChargeResponse
|
|
71
|
+
*/
|
|
72
|
+
pricingModel: string;
|
|
73
|
+
/**
|
|
74
|
+
* Original unit price of Charge
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof PlanChargeResponse
|
|
77
|
+
*/
|
|
78
|
+
listPrice: string;
|
|
79
|
+
/**
|
|
80
|
+
* List price of charge
|
|
81
|
+
* @type {string}
|
|
82
|
+
* @memberof PlanChargeResponse
|
|
83
|
+
*/
|
|
84
|
+
listPriceBase: string;
|
|
85
|
+
/**
|
|
86
|
+
* Determine boundary of Charge period
|
|
87
|
+
* @type {string}
|
|
88
|
+
* @memberof PlanChargeResponse
|
|
89
|
+
*/
|
|
90
|
+
billingPeriodStartAlignment: string;
|
|
91
|
+
/**
|
|
92
|
+
* Which day of the month or week Charge is invoiced
|
|
93
|
+
* @type {string}
|
|
94
|
+
* @memberof PlanChargeResponse
|
|
95
|
+
*/
|
|
96
|
+
billingDay: string;
|
|
97
|
+
/**
|
|
98
|
+
* Date after which the One time charges should be processed
|
|
99
|
+
* @type {string}
|
|
100
|
+
* @memberof PlanChargeResponse
|
|
101
|
+
*/
|
|
102
|
+
billingDate: string;
|
|
103
|
+
/**
|
|
104
|
+
* Charge for partial periods
|
|
105
|
+
* @type {boolean}
|
|
106
|
+
* @memberof PlanChargeResponse
|
|
107
|
+
*/
|
|
108
|
+
proratePartialPeriods: boolean;
|
|
109
|
+
/**
|
|
110
|
+
* Determines proration logic
|
|
111
|
+
* @type {boolean}
|
|
112
|
+
* @memberof PlanChargeResponse
|
|
113
|
+
*/
|
|
114
|
+
backchargeCurrentPeriod: boolean;
|
|
115
|
+
/**
|
|
116
|
+
* Number of periods/units to charge
|
|
117
|
+
* @type {number}
|
|
118
|
+
* @memberof PlanChargeResponse
|
|
119
|
+
*/
|
|
120
|
+
prepaymentPeriods: number;
|
|
121
|
+
/**
|
|
122
|
+
* Determines account information for charge
|
|
123
|
+
* @type {boolean}
|
|
124
|
+
* @memberof PlanChargeResponse
|
|
125
|
+
*/
|
|
126
|
+
defaultFromProduct: boolean;
|
|
127
|
+
/**
|
|
128
|
+
* Revenue rule ID
|
|
129
|
+
* @type {string}
|
|
130
|
+
* @memberof PlanChargeResponse
|
|
131
|
+
*/
|
|
132
|
+
revenueRuleId: string;
|
|
133
|
+
/**
|
|
134
|
+
* Date when revenue recognition will begin
|
|
135
|
+
* @type {string}
|
|
136
|
+
* @memberof PlanChargeResponse
|
|
137
|
+
*/
|
|
138
|
+
recognitionStartDate: string;
|
|
139
|
+
/**
|
|
140
|
+
* Date when revenue recognition will end
|
|
141
|
+
* @type {string}
|
|
142
|
+
* @memberof PlanChargeResponse
|
|
143
|
+
*/
|
|
144
|
+
recognitionEndDate: string;
|
|
145
|
+
/**
|
|
146
|
+
* Product transaction posting entries
|
|
147
|
+
* @type {Array<TransactionPostingEntries>}
|
|
148
|
+
* @memberof PlanChargeResponse
|
|
149
|
+
*/
|
|
150
|
+
transactionPostingEntries: Array<TransactionPostingEntries>;
|
|
151
|
+
/**
|
|
152
|
+
* Custom fields on the invoice
|
|
153
|
+
* @type {object}
|
|
154
|
+
* @memberof PlanChargeResponse
|
|
155
|
+
*/
|
|
156
|
+
customFields: object;
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* Check if a given object implements the PlanChargeResponse interface.
|
|
160
|
+
*/
|
|
161
|
+
export declare function instanceOfPlanChargeResponse(value: object): value is PlanChargeResponse;
|
|
162
|
+
export declare function PlanChargeResponseFromJSON(json: any): PlanChargeResponse;
|
|
163
|
+
export declare function PlanChargeResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): PlanChargeResponse;
|
|
164
|
+
export declare function PlanChargeResponseToJSON(json: any): PlanChargeResponse;
|
|
165
|
+
export declare function PlanChargeResponseToJSONTyped(value?: PlanChargeResponse | null, ignoreDiscriminator?: boolean): any;
|
|
166
|
+
//# sourceMappingURL=plan-charge-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plan-charge-response.d.ts","sourceRoot":"","sources":["../../../src/generated/models/plan-charge-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAQ/E;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,qBAAqB,EAAE,OAAO,CAAC;IAC/B;;;;OAIG;IACH,uBAAuB,EAAE,OAAO,CAAC;IACjC;;;;OAIG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,kBAAkB,EAAE,OAAO,CAAC;IAC5B;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,yBAAyB,EAAE,KAAK,CAAC,yBAAyB,CAAC,CAAC;IAC5D;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;CACxB;AAED;;GAEG;AACH,wBAAgB,4BAA4B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,kBAAkB,CAyBvF;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,kBAAkB,CAExE;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,kBAAkB,CA8B3G;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,CA+B1H"}
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ManageSpace V2 Auth API
|
|
6
|
+
* ManageSpace Auth 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.PlanChargeResponseToJSONTyped = exports.PlanChargeResponseToJSON = exports.PlanChargeResponseFromJSONTyped = exports.PlanChargeResponseFromJSON = exports.instanceOfPlanChargeResponse = void 0;
|
|
17
|
+
const transaction_posting_entries_1 = require("./transaction-posting-entries");
|
|
18
|
+
/**
|
|
19
|
+
* Check if a given object implements the PlanChargeResponse interface.
|
|
20
|
+
*/
|
|
21
|
+
function instanceOfPlanChargeResponse(value) {
|
|
22
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
if (!('productId' in value) || value['productId'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('billingPeriod' in value) || value['billingPeriod'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('description' in value) || value['description'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('lineNumber' in value) || value['lineNumber'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('chargeTiming' in value) || value['chargeTiming'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('pricingModel' in value) || value['pricingModel'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
if (!('listPrice' in value) || value['listPrice'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
if (!('listPriceBase' in value) || value['listPriceBase'] === undefined)
|
|
43
|
+
return false;
|
|
44
|
+
if (!('billingPeriodStartAlignment' in value) || value['billingPeriodStartAlignment'] === undefined)
|
|
45
|
+
return false;
|
|
46
|
+
if (!('billingDay' in value) || value['billingDay'] === undefined)
|
|
47
|
+
return false;
|
|
48
|
+
if (!('billingDate' in value) || value['billingDate'] === undefined)
|
|
49
|
+
return false;
|
|
50
|
+
if (!('proratePartialPeriods' in value) || value['proratePartialPeriods'] === undefined)
|
|
51
|
+
return false;
|
|
52
|
+
if (!('backchargeCurrentPeriod' in value) || value['backchargeCurrentPeriod'] === undefined)
|
|
53
|
+
return false;
|
|
54
|
+
if (!('prepaymentPeriods' in value) || value['prepaymentPeriods'] === undefined)
|
|
55
|
+
return false;
|
|
56
|
+
if (!('defaultFromProduct' in value) || value['defaultFromProduct'] === undefined)
|
|
57
|
+
return false;
|
|
58
|
+
if (!('revenueRuleId' in value) || value['revenueRuleId'] === undefined)
|
|
59
|
+
return false;
|
|
60
|
+
if (!('recognitionStartDate' in value) || value['recognitionStartDate'] === undefined)
|
|
61
|
+
return false;
|
|
62
|
+
if (!('recognitionEndDate' in value) || value['recognitionEndDate'] === undefined)
|
|
63
|
+
return false;
|
|
64
|
+
if (!('transactionPostingEntries' in value) || value['transactionPostingEntries'] === undefined)
|
|
65
|
+
return false;
|
|
66
|
+
if (!('customFields' in value) || value['customFields'] === undefined)
|
|
67
|
+
return false;
|
|
68
|
+
return true;
|
|
69
|
+
}
|
|
70
|
+
exports.instanceOfPlanChargeResponse = instanceOfPlanChargeResponse;
|
|
71
|
+
function PlanChargeResponseFromJSON(json) {
|
|
72
|
+
return PlanChargeResponseFromJSONTyped(json, false);
|
|
73
|
+
}
|
|
74
|
+
exports.PlanChargeResponseFromJSON = PlanChargeResponseFromJSON;
|
|
75
|
+
function PlanChargeResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
76
|
+
if (json == null) {
|
|
77
|
+
return json;
|
|
78
|
+
}
|
|
79
|
+
return {
|
|
80
|
+
'id': json['id'],
|
|
81
|
+
'productId': json['productId'],
|
|
82
|
+
'name': json['name'],
|
|
83
|
+
'type': json['type'],
|
|
84
|
+
'billingPeriod': json['billingPeriod'],
|
|
85
|
+
'description': json['description'],
|
|
86
|
+
'lineNumber': json['lineNumber'],
|
|
87
|
+
'chargeTiming': json['chargeTiming'],
|
|
88
|
+
'pricingModel': json['pricingModel'],
|
|
89
|
+
'listPrice': json['listPrice'],
|
|
90
|
+
'listPriceBase': json['listPriceBase'],
|
|
91
|
+
'billingPeriodStartAlignment': json['billingPeriodStartAlignment'],
|
|
92
|
+
'billingDay': json['billingDay'],
|
|
93
|
+
'billingDate': json['billingDate'],
|
|
94
|
+
'proratePartialPeriods': json['proratePartialPeriods'],
|
|
95
|
+
'backchargeCurrentPeriod': json['backchargeCurrentPeriod'],
|
|
96
|
+
'prepaymentPeriods': json['prepaymentPeriods'],
|
|
97
|
+
'defaultFromProduct': json['defaultFromProduct'],
|
|
98
|
+
'revenueRuleId': json['revenueRuleId'],
|
|
99
|
+
'recognitionStartDate': json['recognitionStartDate'],
|
|
100
|
+
'recognitionEndDate': json['recognitionEndDate'],
|
|
101
|
+
'transactionPostingEntries': (json['transactionPostingEntries'].map(transaction_posting_entries_1.TransactionPostingEntriesFromJSON)),
|
|
102
|
+
'customFields': json['customFields'],
|
|
103
|
+
};
|
|
104
|
+
}
|
|
105
|
+
exports.PlanChargeResponseFromJSONTyped = PlanChargeResponseFromJSONTyped;
|
|
106
|
+
function PlanChargeResponseToJSON(json) {
|
|
107
|
+
return PlanChargeResponseToJSONTyped(json, false);
|
|
108
|
+
}
|
|
109
|
+
exports.PlanChargeResponseToJSON = PlanChargeResponseToJSON;
|
|
110
|
+
function PlanChargeResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
111
|
+
if (value == null) {
|
|
112
|
+
return value;
|
|
113
|
+
}
|
|
114
|
+
return {
|
|
115
|
+
'id': value['id'],
|
|
116
|
+
'productId': value['productId'],
|
|
117
|
+
'name': value['name'],
|
|
118
|
+
'type': value['type'],
|
|
119
|
+
'billingPeriod': value['billingPeriod'],
|
|
120
|
+
'description': value['description'],
|
|
121
|
+
'lineNumber': value['lineNumber'],
|
|
122
|
+
'chargeTiming': value['chargeTiming'],
|
|
123
|
+
'pricingModel': value['pricingModel'],
|
|
124
|
+
'listPrice': value['listPrice'],
|
|
125
|
+
'listPriceBase': value['listPriceBase'],
|
|
126
|
+
'billingPeriodStartAlignment': value['billingPeriodStartAlignment'],
|
|
127
|
+
'billingDay': value['billingDay'],
|
|
128
|
+
'billingDate': value['billingDate'],
|
|
129
|
+
'proratePartialPeriods': value['proratePartialPeriods'],
|
|
130
|
+
'backchargeCurrentPeriod': value['backchargeCurrentPeriod'],
|
|
131
|
+
'prepaymentPeriods': value['prepaymentPeriods'],
|
|
132
|
+
'defaultFromProduct': value['defaultFromProduct'],
|
|
133
|
+
'revenueRuleId': value['revenueRuleId'],
|
|
134
|
+
'recognitionStartDate': value['recognitionStartDate'],
|
|
135
|
+
'recognitionEndDate': value['recognitionEndDate'],
|
|
136
|
+
'transactionPostingEntries': (value['transactionPostingEntries'].map(transaction_posting_entries_1.TransactionPostingEntriesToJSON)),
|
|
137
|
+
'customFields': value['customFields'],
|
|
138
|
+
};
|
|
139
|
+
}
|
|
140
|
+
exports.PlanChargeResponseToJSONTyped = PlanChargeResponseToJSONTyped;
|