@managespace/sdk 0.0.39 → 0.0.41
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 -12
- package/dist/extensibility/functions/project/billing.d.ts.map +1 -1
- package/dist/generated/apis/default-api.d.ts +43 -8
- package/dist/generated/apis/default-api.d.ts.map +1 -1
- package/dist/generated/apis/default-api.js +131 -16
- package/dist/generated/models/chart-of-accounts-response.d.ts +27 -4
- package/dist/generated/models/chart-of-accounts-response.d.ts.map +1 -1
- package/dist/generated/models/chart-of-accounts-response.js +19 -4
- package/dist/generated/models/configuration-setting-response.d.ts +84 -0
- package/dist/generated/models/configuration-setting-response.d.ts.map +1 -0
- package/dist/generated/models/configuration-setting-response.js +82 -0
- package/dist/generated/models/configuration-setting-type.d.ts +28 -0
- package/dist/generated/models/configuration-setting-type.d.ts.map +1 -0
- package/dist/generated/models/configuration-setting-type.js +53 -0
- package/dist/generated/models/create-billing-run.d.ts +1 -1
- package/dist/generated/models/create-billing-run.d.ts.map +1 -1
- package/dist/generated/models/create-billing-run.js +1 -3
- package/dist/generated/models/create-chart-of-accounts.d.ts +57 -0
- package/dist/generated/models/create-chart-of-accounts.d.ts.map +1 -0
- package/dist/generated/models/create-chart-of-accounts.js +65 -0
- package/dist/generated/models/create-configuration-setting.d.ts +52 -0
- package/dist/generated/models/create-configuration-setting.d.ts.map +1 -0
- package/dist/generated/models/create-configuration-setting.js +64 -0
- package/dist/generated/models/create-contact.d.ts +87 -0
- package/dist/generated/models/create-contact.d.ts.map +1 -0
- package/dist/generated/models/create-contact.js +81 -0
- package/dist/generated/models/create-payment.d.ts +155 -0
- package/dist/generated/models/create-payment.d.ts.map +1 -0
- package/dist/generated/models/create-payment.js +123 -0
- package/dist/generated/models/create-plan-billing.d.ts +58 -0
- package/dist/generated/models/create-plan-billing.d.ts.map +1 -0
- package/dist/generated/models/create-plan-billing.js +68 -0
- package/dist/generated/models/create-product-billing.d.ts +82 -0
- package/dist/generated/models/create-product-billing.d.ts.map +1 -0
- package/dist/generated/models/create-product-billing.js +84 -0
- package/dist/generated/models/create-subscription.d.ts +2 -15
- package/dist/generated/models/create-subscription.d.ts.map +1 -1
- package/dist/generated/models/create-subscription.js +3 -12
- package/dist/generated/models/custom-add-customer-contact.d.ts +34 -0
- package/dist/generated/models/custom-add-customer-contact.d.ts.map +1 -0
- package/dist/generated/models/custom-add-customer-contact.js +52 -0
- package/dist/generated/models/custom-create-contact-with-customer.d.ts +82 -0
- package/dist/generated/models/custom-create-contact-with-customer.d.ts.map +1 -0
- package/dist/generated/models/custom-create-contact-with-customer.js +78 -0
- package/dist/generated/models/customer-delivery-preferences.d.ts +39 -0
- package/dist/generated/models/customer-delivery-preferences.d.ts.map +1 -0
- package/dist/generated/models/customer-delivery-preferences.js +55 -0
- package/dist/generated/models/customer-id.d.ts +33 -0
- package/dist/generated/models/customer-id.d.ts.map +1 -0
- package/dist/generated/models/customer-id.js +51 -0
- package/dist/generated/models/customer-payment-options.d.ts +39 -0
- package/dist/generated/models/customer-payment-options.d.ts.map +1 -0
- package/dist/generated/models/customer-payment-options.js +55 -0
- package/dist/generated/models/get-chart-of-accounts200-response.d.ts +3 -3
- package/dist/generated/models/get-chart-of-accounts200-response.d.ts.map +1 -1
- package/dist/generated/models/get-chart-of-accounts200-response.js +3 -3
- package/dist/generated/models/get-configuration-settings200-response.d.ts +41 -0
- package/dist/generated/models/get-configuration-settings200-response.d.ts.map +1 -0
- package/dist/generated/models/get-configuration-settings200-response.js +55 -0
- package/dist/generated/models/get-customer-response.d.ts +276 -0
- package/dist/generated/models/get-customer-response.d.ts.map +1 -0
- package/dist/generated/models/get-customer-response.js +214 -0
- package/dist/generated/models/get-customers-billing200-response.d.ts +41 -0
- package/dist/generated/models/get-customers-billing200-response.d.ts.map +1 -0
- package/dist/generated/models/get-customers-billing200-response.js +55 -0
- package/dist/generated/models/index.d.ts +6 -5
- package/dist/generated/models/index.d.ts.map +1 -1
- package/dist/generated/models/index.js +6 -5
- package/dist/generated/models/org-response.d.ts +4 -4
- package/dist/generated/models/org-response.d.ts.map +1 -1
- package/dist/generated/models/org-response.js +5 -5
- package/dist/generated/models/product-billing-response.d.ts +142 -0
- package/dist/generated/models/product-billing-response.d.ts.map +1 -0
- package/dist/generated/models/product-billing-response.js +124 -0
- package/dist/generated/models/product-transaction-posting-entries.d.ts +45 -0
- package/dist/generated/models/product-transaction-posting-entries.d.ts.map +1 -0
- package/dist/generated/models/product-transaction-posting-entries.js +59 -0
- package/dist/generated/models/site-response.d.ts +4 -4
- package/dist/generated/models/site-response.d.ts.map +1 -1
- package/dist/generated/models/site-response.js +5 -5
- package/dist/generated/models/update-configuration-setting.d.ts +52 -0
- package/dist/generated/models/update-configuration-setting.d.ts.map +1 -0
- package/dist/generated/models/update-configuration-setting.js +56 -0
- package/dist/generated/models/update-customer.d.ts +57 -0
- package/dist/generated/models/update-customer.d.ts.map +1 -0
- package/dist/generated/models/update-customer.js +57 -0
- package/dist/generated/models/update-product.d.ts +52 -0
- package/dist/generated/models/update-product.d.ts.map +1 -0
- package/dist/generated/models/update-product.js +60 -0
- package/package.json +3 -3
- package/src/extensibility/functions/project/billing.ts +9 -13
- package/src/generated/.openapi-generator/FILES +6 -5
- package/src/generated/apis/default-api.ts +225 -29
- package/src/generated/models/chart-of-accounts-response.ts +42 -14
- package/src/generated/models/configuration-setting-response.ts +160 -0
- package/src/generated/models/configuration-setting-type.ts +55 -0
- package/src/generated/models/create-billing-run.ts +2 -3
- package/src/generated/models/create-chart-of-accounts.ts +101 -0
- package/src/generated/models/create-configuration-setting.ts +103 -0
- package/src/generated/models/create-subscription.ts +5 -31
- package/src/generated/models/get-chart-of-accounts200-response.ts +10 -10
- package/src/generated/models/get-configuration-settings200-response.ts +89 -0
- package/src/generated/models/index.ts +6 -5
- package/src/generated/models/org-response.ts +13 -13
- package/src/generated/models/site-response.ts +13 -13
- package/src/generated/models/update-configuration-setting.ts +99 -0
|
@@ -0,0 +1,276 @@
|
|
|
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 { GetContactResponse } from './get-contact-response';
|
|
13
|
+
import type { CustomerDeliveryPreferences } from './customer-delivery-preferences';
|
|
14
|
+
import type { CustomerPaymentOptions } from './customer-payment-options';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface GetCustomerResponse
|
|
19
|
+
*/
|
|
20
|
+
export interface GetCustomerResponse {
|
|
21
|
+
/**
|
|
22
|
+
* Customer name
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof GetCustomerResponse
|
|
25
|
+
*/
|
|
26
|
+
name: string;
|
|
27
|
+
/**
|
|
28
|
+
* Customer type
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof GetCustomerResponse
|
|
31
|
+
*/
|
|
32
|
+
customerType: string;
|
|
33
|
+
/**
|
|
34
|
+
* Customer description
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof GetCustomerResponse
|
|
37
|
+
*/
|
|
38
|
+
description: string;
|
|
39
|
+
/**
|
|
40
|
+
* Website of customer
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof GetCustomerResponse
|
|
43
|
+
*/
|
|
44
|
+
website: string;
|
|
45
|
+
/**
|
|
46
|
+
* Tax exempt status
|
|
47
|
+
* @type {boolean}
|
|
48
|
+
* @memberof GetCustomerResponse
|
|
49
|
+
*/
|
|
50
|
+
taxExempt: boolean;
|
|
51
|
+
/**
|
|
52
|
+
* Auto pay status
|
|
53
|
+
* @type {boolean}
|
|
54
|
+
* @memberof GetCustomerResponse
|
|
55
|
+
*/
|
|
56
|
+
autoPay: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* Edit auto pay status
|
|
59
|
+
* @type {boolean}
|
|
60
|
+
* @memberof GetCustomerResponse
|
|
61
|
+
*/
|
|
62
|
+
editAutoPay: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* Print preference status
|
|
65
|
+
* @type {boolean}
|
|
66
|
+
* @memberof GetCustomerResponse
|
|
67
|
+
*/
|
|
68
|
+
printPreference: boolean;
|
|
69
|
+
/**
|
|
70
|
+
* Customer ID in the billing system
|
|
71
|
+
* @type {string}
|
|
72
|
+
* @memberof GetCustomerResponse
|
|
73
|
+
*/
|
|
74
|
+
id: string;
|
|
75
|
+
/**
|
|
76
|
+
* Emal preference status
|
|
77
|
+
* @type {boolean}
|
|
78
|
+
* @memberof GetCustomerResponse
|
|
79
|
+
*/
|
|
80
|
+
emailPreference: boolean;
|
|
81
|
+
/**
|
|
82
|
+
* Payment options
|
|
83
|
+
* @type {CustomerPaymentOptions}
|
|
84
|
+
* @memberof GetCustomerResponse
|
|
85
|
+
*/
|
|
86
|
+
paymentOptions: CustomerPaymentOptions;
|
|
87
|
+
/**
|
|
88
|
+
* Payment terms used to calculate the due date of invoices
|
|
89
|
+
* @type {string}
|
|
90
|
+
* @memberof GetCustomerResponse
|
|
91
|
+
*/
|
|
92
|
+
paymentTerms: string;
|
|
93
|
+
/**
|
|
94
|
+
* Billing cycle day
|
|
95
|
+
* @type {string}
|
|
96
|
+
* @memberof GetCustomerResponse
|
|
97
|
+
*/
|
|
98
|
+
billingCycleDay: string;
|
|
99
|
+
/**
|
|
100
|
+
* Billing contact ID
|
|
101
|
+
* @type {string}
|
|
102
|
+
* @memberof GetCustomerResponse
|
|
103
|
+
*/
|
|
104
|
+
billingContactId: string;
|
|
105
|
+
/**
|
|
106
|
+
* Billing contact email
|
|
107
|
+
* @type {string}
|
|
108
|
+
* @memberof GetCustomerResponse
|
|
109
|
+
*/
|
|
110
|
+
billingContactEmail: string;
|
|
111
|
+
/**
|
|
112
|
+
* Shipping contact ID
|
|
113
|
+
* @type {string}
|
|
114
|
+
* @memberof GetCustomerResponse
|
|
115
|
+
*/
|
|
116
|
+
shippingContactId: string;
|
|
117
|
+
/**
|
|
118
|
+
* Shipping contact email
|
|
119
|
+
* @type {string}
|
|
120
|
+
* @memberof GetCustomerResponse
|
|
121
|
+
*/
|
|
122
|
+
shippingContactEmail: string;
|
|
123
|
+
/**
|
|
124
|
+
* Customer status
|
|
125
|
+
* @type {string}
|
|
126
|
+
* @memberof GetCustomerResponse
|
|
127
|
+
*/
|
|
128
|
+
status: string;
|
|
129
|
+
/**
|
|
130
|
+
* used to group customers
|
|
131
|
+
* @type {string}
|
|
132
|
+
* @memberof GetCustomerResponse
|
|
133
|
+
*/
|
|
134
|
+
billingBatch: string;
|
|
135
|
+
/**
|
|
136
|
+
* Current customer balance
|
|
137
|
+
* @type {number}
|
|
138
|
+
* @memberof GetCustomerResponse
|
|
139
|
+
*/
|
|
140
|
+
balance: number;
|
|
141
|
+
/**
|
|
142
|
+
* Base currency of the customer
|
|
143
|
+
* @type {string}
|
|
144
|
+
* @memberof GetCustomerResponse
|
|
145
|
+
*/
|
|
146
|
+
currency: string;
|
|
147
|
+
/**
|
|
148
|
+
* Contracted MRR per charge
|
|
149
|
+
* @type {string}
|
|
150
|
+
* @memberof GetCustomerResponse
|
|
151
|
+
*/
|
|
152
|
+
cmrr: string;
|
|
153
|
+
/**
|
|
154
|
+
* MRR calculated based on % discount
|
|
155
|
+
* @type {string}
|
|
156
|
+
* @memberof GetCustomerResponse
|
|
157
|
+
*/
|
|
158
|
+
discountedCmrr: string;
|
|
159
|
+
/**
|
|
160
|
+
* gateway customer id or token
|
|
161
|
+
* @type {string}
|
|
162
|
+
* @memberof GetCustomerResponse
|
|
163
|
+
*/
|
|
164
|
+
paymentGatewayId: string;
|
|
165
|
+
/**
|
|
166
|
+
* name of payment gateway
|
|
167
|
+
* @type {string}
|
|
168
|
+
* @memberof GetCustomerResponse
|
|
169
|
+
*/
|
|
170
|
+
gatewayName: string;
|
|
171
|
+
/**
|
|
172
|
+
* Gateway account name used by customer
|
|
173
|
+
* @type {string}
|
|
174
|
+
* @memberof GetCustomerResponse
|
|
175
|
+
*/
|
|
176
|
+
gatewayAccountName: string;
|
|
177
|
+
/**
|
|
178
|
+
* Payment options
|
|
179
|
+
* @type {CustomerDeliveryPreferences}
|
|
180
|
+
* @memberof GetCustomerResponse
|
|
181
|
+
*/
|
|
182
|
+
deliveryPreferences: CustomerDeliveryPreferences;
|
|
183
|
+
/**
|
|
184
|
+
* Contacts array
|
|
185
|
+
* @type {Array<GetContactResponse>}
|
|
186
|
+
* @memberof GetCustomerResponse
|
|
187
|
+
*/
|
|
188
|
+
contacts: Array<GetContactResponse>;
|
|
189
|
+
/**
|
|
190
|
+
* Created by email
|
|
191
|
+
* @type {string}
|
|
192
|
+
* @memberof GetCustomerResponse
|
|
193
|
+
*/
|
|
194
|
+
createdBy: string;
|
|
195
|
+
/**
|
|
196
|
+
* Updated by email
|
|
197
|
+
* @type {string}
|
|
198
|
+
* @memberof GetCustomerResponse
|
|
199
|
+
*/
|
|
200
|
+
updatedBy: string;
|
|
201
|
+
/**
|
|
202
|
+
* Created Date
|
|
203
|
+
* @type {string}
|
|
204
|
+
* @memberof GetCustomerResponse
|
|
205
|
+
*/
|
|
206
|
+
createdAt: string;
|
|
207
|
+
/**
|
|
208
|
+
* Updated Date
|
|
209
|
+
* @type {string}
|
|
210
|
+
* @memberof GetCustomerResponse
|
|
211
|
+
*/
|
|
212
|
+
updatedAt: string;
|
|
213
|
+
/**
|
|
214
|
+
* Customers pay now URL
|
|
215
|
+
* @type {string}
|
|
216
|
+
* @memberof GetCustomerResponse
|
|
217
|
+
*/
|
|
218
|
+
payNowUrl: string;
|
|
219
|
+
/**
|
|
220
|
+
* external url to allow user to update payment method
|
|
221
|
+
* @type {string}
|
|
222
|
+
* @memberof GetCustomerResponse
|
|
223
|
+
*/
|
|
224
|
+
updatePaymentMethodUrl: string;
|
|
225
|
+
/**
|
|
226
|
+
* external url to allow user to update/view open invoices
|
|
227
|
+
* @type {string}
|
|
228
|
+
* @memberof GetCustomerResponse
|
|
229
|
+
*/
|
|
230
|
+
openInvoicesUrl: string;
|
|
231
|
+
/**
|
|
232
|
+
* Date the Customer was last invoiced.
|
|
233
|
+
* @type {string}
|
|
234
|
+
* @memberof GetCustomerResponse
|
|
235
|
+
*/
|
|
236
|
+
lastInvoicedAt: string;
|
|
237
|
+
/**
|
|
238
|
+
* ACH payments are accepted/or not accepted
|
|
239
|
+
* @type {boolean}
|
|
240
|
+
* @memberof GetCustomerResponse
|
|
241
|
+
*/
|
|
242
|
+
achEnabled: boolean;
|
|
243
|
+
/**
|
|
244
|
+
* Credit card payments are accepted/or not accepted
|
|
245
|
+
* @type {boolean}
|
|
246
|
+
* @memberof GetCustomerResponse
|
|
247
|
+
*/
|
|
248
|
+
creditEnabled: boolean;
|
|
249
|
+
/**
|
|
250
|
+
* Custom fields on the invoice
|
|
251
|
+
* @type {object}
|
|
252
|
+
* @memberof GetCustomerResponse
|
|
253
|
+
*/
|
|
254
|
+
customFields: object;
|
|
255
|
+
/**
|
|
256
|
+
* custom field 1
|
|
257
|
+
* @type {string}
|
|
258
|
+
* @memberof GetCustomerResponse
|
|
259
|
+
*/
|
|
260
|
+
externalId: string;
|
|
261
|
+
/**
|
|
262
|
+
* custom field 2
|
|
263
|
+
* @type {string}
|
|
264
|
+
* @memberof GetCustomerResponse
|
|
265
|
+
*/
|
|
266
|
+
customField2: string;
|
|
267
|
+
}
|
|
268
|
+
/**
|
|
269
|
+
* Check if a given object implements the GetCustomerResponse interface.
|
|
270
|
+
*/
|
|
271
|
+
export declare function instanceOfGetCustomerResponse(value: object): value is GetCustomerResponse;
|
|
272
|
+
export declare function GetCustomerResponseFromJSON(json: any): GetCustomerResponse;
|
|
273
|
+
export declare function GetCustomerResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCustomerResponse;
|
|
274
|
+
export declare function GetCustomerResponseToJSON(json: any): GetCustomerResponse;
|
|
275
|
+
export declare function GetCustomerResponseToJSONTyped(value?: GetCustomerResponse | null, ignoreDiscriminator?: boolean): any;
|
|
276
|
+
//# sourceMappingURL=get-customer-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-customer-response.d.ts","sourceRoot":"","sources":["../../../src/generated/models/get-customer-response.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,214 @@
|
|
|
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.GetCustomerResponseToJSONTyped = exports.GetCustomerResponseToJSON = exports.GetCustomerResponseFromJSONTyped = exports.GetCustomerResponseFromJSON = exports.instanceOfGetCustomerResponse = void 0;
|
|
17
|
+
const get_contact_response_1 = require("./get-contact-response");
|
|
18
|
+
const customer_delivery_preferences_1 = require("./customer-delivery-preferences");
|
|
19
|
+
const customer_payment_options_1 = require("./customer-payment-options");
|
|
20
|
+
/**
|
|
21
|
+
* Check if a given object implements the GetCustomerResponse interface.
|
|
22
|
+
*/
|
|
23
|
+
function instanceOfGetCustomerResponse(value) {
|
|
24
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
if (!('customerType' in value) || value['customerType'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('description' in value) || value['description'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('website' in value) || value['website'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('taxExempt' in value) || value['taxExempt'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('autoPay' in value) || value['autoPay'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('editAutoPay' in value) || value['editAutoPay'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('printPreference' in value) || value['printPreference'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
if (!('emailPreference' in value) || value['emailPreference'] === undefined)
|
|
43
|
+
return false;
|
|
44
|
+
if (!('paymentOptions' in value) || value['paymentOptions'] === undefined)
|
|
45
|
+
return false;
|
|
46
|
+
if (!('paymentTerms' in value) || value['paymentTerms'] === undefined)
|
|
47
|
+
return false;
|
|
48
|
+
if (!('billingCycleDay' in value) || value['billingCycleDay'] === undefined)
|
|
49
|
+
return false;
|
|
50
|
+
if (!('billingContactId' in value) || value['billingContactId'] === undefined)
|
|
51
|
+
return false;
|
|
52
|
+
if (!('billingContactEmail' in value) || value['billingContactEmail'] === undefined)
|
|
53
|
+
return false;
|
|
54
|
+
if (!('shippingContactId' in value) || value['shippingContactId'] === undefined)
|
|
55
|
+
return false;
|
|
56
|
+
if (!('shippingContactEmail' in value) || value['shippingContactEmail'] === undefined)
|
|
57
|
+
return false;
|
|
58
|
+
if (!('status' in value) || value['status'] === undefined)
|
|
59
|
+
return false;
|
|
60
|
+
if (!('billingBatch' in value) || value['billingBatch'] === undefined)
|
|
61
|
+
return false;
|
|
62
|
+
if (!('balance' in value) || value['balance'] === undefined)
|
|
63
|
+
return false;
|
|
64
|
+
if (!('currency' in value) || value['currency'] === undefined)
|
|
65
|
+
return false;
|
|
66
|
+
if (!('cmrr' in value) || value['cmrr'] === undefined)
|
|
67
|
+
return false;
|
|
68
|
+
if (!('discountedCmrr' in value) || value['discountedCmrr'] === undefined)
|
|
69
|
+
return false;
|
|
70
|
+
if (!('paymentGatewayId' in value) || value['paymentGatewayId'] === undefined)
|
|
71
|
+
return false;
|
|
72
|
+
if (!('gatewayName' in value) || value['gatewayName'] === undefined)
|
|
73
|
+
return false;
|
|
74
|
+
if (!('gatewayAccountName' in value) || value['gatewayAccountName'] === undefined)
|
|
75
|
+
return false;
|
|
76
|
+
if (!('deliveryPreferences' in value) || value['deliveryPreferences'] === undefined)
|
|
77
|
+
return false;
|
|
78
|
+
if (!('contacts' in value) || value['contacts'] === undefined)
|
|
79
|
+
return false;
|
|
80
|
+
if (!('createdBy' in value) || value['createdBy'] === undefined)
|
|
81
|
+
return false;
|
|
82
|
+
if (!('updatedBy' in value) || value['updatedBy'] === undefined)
|
|
83
|
+
return false;
|
|
84
|
+
if (!('createdAt' in value) || value['createdAt'] === undefined)
|
|
85
|
+
return false;
|
|
86
|
+
if (!('updatedAt' in value) || value['updatedAt'] === undefined)
|
|
87
|
+
return false;
|
|
88
|
+
if (!('payNowUrl' in value) || value['payNowUrl'] === undefined)
|
|
89
|
+
return false;
|
|
90
|
+
if (!('updatePaymentMethodUrl' in value) || value['updatePaymentMethodUrl'] === undefined)
|
|
91
|
+
return false;
|
|
92
|
+
if (!('openInvoicesUrl' in value) || value['openInvoicesUrl'] === undefined)
|
|
93
|
+
return false;
|
|
94
|
+
if (!('lastInvoicedAt' in value) || value['lastInvoicedAt'] === undefined)
|
|
95
|
+
return false;
|
|
96
|
+
if (!('achEnabled' in value) || value['achEnabled'] === undefined)
|
|
97
|
+
return false;
|
|
98
|
+
if (!('creditEnabled' in value) || value['creditEnabled'] === undefined)
|
|
99
|
+
return false;
|
|
100
|
+
if (!('customFields' in value) || value['customFields'] === undefined)
|
|
101
|
+
return false;
|
|
102
|
+
if (!('externalId' in value) || value['externalId'] === undefined)
|
|
103
|
+
return false;
|
|
104
|
+
if (!('customField2' in value) || value['customField2'] === undefined)
|
|
105
|
+
return false;
|
|
106
|
+
return true;
|
|
107
|
+
}
|
|
108
|
+
exports.instanceOfGetCustomerResponse = instanceOfGetCustomerResponse;
|
|
109
|
+
function GetCustomerResponseFromJSON(json) {
|
|
110
|
+
return GetCustomerResponseFromJSONTyped(json, false);
|
|
111
|
+
}
|
|
112
|
+
exports.GetCustomerResponseFromJSON = GetCustomerResponseFromJSON;
|
|
113
|
+
function GetCustomerResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
114
|
+
if (json == null) {
|
|
115
|
+
return json;
|
|
116
|
+
}
|
|
117
|
+
return {
|
|
118
|
+
'name': json['name'],
|
|
119
|
+
'customerType': json['customerType'],
|
|
120
|
+
'description': json['description'],
|
|
121
|
+
'website': json['website'],
|
|
122
|
+
'taxExempt': json['taxExempt'],
|
|
123
|
+
'autoPay': json['autoPay'],
|
|
124
|
+
'editAutoPay': json['editAutoPay'],
|
|
125
|
+
'printPreference': json['printPreference'],
|
|
126
|
+
'id': json['id'],
|
|
127
|
+
'emailPreference': json['emailPreference'],
|
|
128
|
+
'paymentOptions': (0, customer_payment_options_1.CustomerPaymentOptionsFromJSON)(json['paymentOptions']),
|
|
129
|
+
'paymentTerms': json['paymentTerms'],
|
|
130
|
+
'billingCycleDay': json['billingCycleDay'],
|
|
131
|
+
'billingContactId': json['billingContactId'],
|
|
132
|
+
'billingContactEmail': json['billingContactEmail'],
|
|
133
|
+
'shippingContactId': json['shippingContactId'],
|
|
134
|
+
'shippingContactEmail': json['shippingContactEmail'],
|
|
135
|
+
'status': json['status'],
|
|
136
|
+
'billingBatch': json['billingBatch'],
|
|
137
|
+
'balance': json['balance'],
|
|
138
|
+
'currency': json['currency'],
|
|
139
|
+
'cmrr': json['cmrr'],
|
|
140
|
+
'discountedCmrr': json['discountedCmrr'],
|
|
141
|
+
'paymentGatewayId': json['paymentGatewayId'],
|
|
142
|
+
'gatewayName': json['gatewayName'],
|
|
143
|
+
'gatewayAccountName': json['gatewayAccountName'],
|
|
144
|
+
'deliveryPreferences': (0, customer_delivery_preferences_1.CustomerDeliveryPreferencesFromJSON)(json['deliveryPreferences']),
|
|
145
|
+
'contacts': (json['contacts'].map(get_contact_response_1.GetContactResponseFromJSON)),
|
|
146
|
+
'createdBy': json['createdBy'],
|
|
147
|
+
'updatedBy': json['updatedBy'],
|
|
148
|
+
'createdAt': json['createdAt'],
|
|
149
|
+
'updatedAt': json['updatedAt'],
|
|
150
|
+
'payNowUrl': json['payNowUrl'],
|
|
151
|
+
'updatePaymentMethodUrl': json['updatePaymentMethodUrl'],
|
|
152
|
+
'openInvoicesUrl': json['openInvoicesUrl'],
|
|
153
|
+
'lastInvoicedAt': json['lastInvoicedAt'],
|
|
154
|
+
'achEnabled': json['achEnabled'],
|
|
155
|
+
'creditEnabled': json['creditEnabled'],
|
|
156
|
+
'customFields': json['customFields'],
|
|
157
|
+
'externalId': json['externalId'],
|
|
158
|
+
'customField2': json['customField2'],
|
|
159
|
+
};
|
|
160
|
+
}
|
|
161
|
+
exports.GetCustomerResponseFromJSONTyped = GetCustomerResponseFromJSONTyped;
|
|
162
|
+
function GetCustomerResponseToJSON(json) {
|
|
163
|
+
return GetCustomerResponseToJSONTyped(json, false);
|
|
164
|
+
}
|
|
165
|
+
exports.GetCustomerResponseToJSON = GetCustomerResponseToJSON;
|
|
166
|
+
function GetCustomerResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
167
|
+
if (value == null) {
|
|
168
|
+
return value;
|
|
169
|
+
}
|
|
170
|
+
return {
|
|
171
|
+
'name': value['name'],
|
|
172
|
+
'customerType': value['customerType'],
|
|
173
|
+
'description': value['description'],
|
|
174
|
+
'website': value['website'],
|
|
175
|
+
'taxExempt': value['taxExempt'],
|
|
176
|
+
'autoPay': value['autoPay'],
|
|
177
|
+
'editAutoPay': value['editAutoPay'],
|
|
178
|
+
'printPreference': value['printPreference'],
|
|
179
|
+
'id': value['id'],
|
|
180
|
+
'emailPreference': value['emailPreference'],
|
|
181
|
+
'paymentOptions': (0, customer_payment_options_1.CustomerPaymentOptionsToJSON)(value['paymentOptions']),
|
|
182
|
+
'paymentTerms': value['paymentTerms'],
|
|
183
|
+
'billingCycleDay': value['billingCycleDay'],
|
|
184
|
+
'billingContactId': value['billingContactId'],
|
|
185
|
+
'billingContactEmail': value['billingContactEmail'],
|
|
186
|
+
'shippingContactId': value['shippingContactId'],
|
|
187
|
+
'shippingContactEmail': value['shippingContactEmail'],
|
|
188
|
+
'status': value['status'],
|
|
189
|
+
'billingBatch': value['billingBatch'],
|
|
190
|
+
'balance': value['balance'],
|
|
191
|
+
'currency': value['currency'],
|
|
192
|
+
'cmrr': value['cmrr'],
|
|
193
|
+
'discountedCmrr': value['discountedCmrr'],
|
|
194
|
+
'paymentGatewayId': value['paymentGatewayId'],
|
|
195
|
+
'gatewayName': value['gatewayName'],
|
|
196
|
+
'gatewayAccountName': value['gatewayAccountName'],
|
|
197
|
+
'deliveryPreferences': (0, customer_delivery_preferences_1.CustomerDeliveryPreferencesToJSON)(value['deliveryPreferences']),
|
|
198
|
+
'contacts': (value['contacts'].map(get_contact_response_1.GetContactResponseToJSON)),
|
|
199
|
+
'createdBy': value['createdBy'],
|
|
200
|
+
'updatedBy': value['updatedBy'],
|
|
201
|
+
'createdAt': value['createdAt'],
|
|
202
|
+
'updatedAt': value['updatedAt'],
|
|
203
|
+
'payNowUrl': value['payNowUrl'],
|
|
204
|
+
'updatePaymentMethodUrl': value['updatePaymentMethodUrl'],
|
|
205
|
+
'openInvoicesUrl': value['openInvoicesUrl'],
|
|
206
|
+
'lastInvoicedAt': value['lastInvoicedAt'],
|
|
207
|
+
'achEnabled': value['achEnabled'],
|
|
208
|
+
'creditEnabled': value['creditEnabled'],
|
|
209
|
+
'customFields': value['customFields'],
|
|
210
|
+
'externalId': value['externalId'],
|
|
211
|
+
'customField2': value['customField2'],
|
|
212
|
+
};
|
|
213
|
+
}
|
|
214
|
+
exports.GetCustomerResponseToJSONTyped = GetCustomerResponseToJSONTyped;
|
|
@@ -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 { PageMeta } from './page-meta';
|
|
13
|
+
import type { GetCustomerResponse } from './get-customer-response';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface GetCustomersBilling200Response
|
|
18
|
+
*/
|
|
19
|
+
export interface GetCustomersBilling200Response {
|
|
20
|
+
/**
|
|
21
|
+
* The pagination metadata
|
|
22
|
+
* @type {PageMeta}
|
|
23
|
+
* @memberof GetCustomersBilling200Response
|
|
24
|
+
*/
|
|
25
|
+
pageMeta: PageMeta;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<GetCustomerResponse>}
|
|
29
|
+
* @memberof GetCustomersBilling200Response
|
|
30
|
+
*/
|
|
31
|
+
results?: Array<GetCustomerResponse>;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Check if a given object implements the GetCustomersBilling200Response interface.
|
|
35
|
+
*/
|
|
36
|
+
export declare function instanceOfGetCustomersBilling200Response(value: object): value is GetCustomersBilling200Response;
|
|
37
|
+
export declare function GetCustomersBilling200ResponseFromJSON(json: any): GetCustomersBilling200Response;
|
|
38
|
+
export declare function GetCustomersBilling200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCustomersBilling200Response;
|
|
39
|
+
export declare function GetCustomersBilling200ResponseToJSON(json: any): GetCustomersBilling200Response;
|
|
40
|
+
export declare function GetCustomersBilling200ResponseToJSONTyped(value?: GetCustomersBilling200Response | null, ignoreDiscriminator?: boolean): any;
|
|
41
|
+
//# sourceMappingURL=get-customers-billing200-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-customers-billing200-response.d.ts","sourceRoot":"","sources":["../../../src/generated/models/get-customers-billing200-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAO5C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAQnE;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,QAAQ,EAAE,QAAQ,CAAC;IACnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAC;CACxC;AAED;;GAEG;AACH,wBAAgB,wCAAwC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,8BAA8B,CAG/G;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAEhG;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,8BAA8B,CASnI;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAE9F;AAED,wBAAgB,yCAAyC,CAAC,KAAK,CAAC,EAAE,8BAA8B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUlJ"}
|
|
@@ -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.GetCustomersBilling200ResponseToJSONTyped = exports.GetCustomersBilling200ResponseToJSON = exports.GetCustomersBilling200ResponseFromJSONTyped = exports.GetCustomersBilling200ResponseFromJSON = exports.instanceOfGetCustomersBilling200Response = void 0;
|
|
17
|
+
const page_meta_1 = require("./page-meta");
|
|
18
|
+
const get_customer_response_1 = require("./get-customer-response");
|
|
19
|
+
/**
|
|
20
|
+
* Check if a given object implements the GetCustomersBilling200Response interface.
|
|
21
|
+
*/
|
|
22
|
+
function instanceOfGetCustomersBilling200Response(value) {
|
|
23
|
+
if (!('pageMeta' in value) || value['pageMeta'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
exports.instanceOfGetCustomersBilling200Response = instanceOfGetCustomersBilling200Response;
|
|
28
|
+
function GetCustomersBilling200ResponseFromJSON(json) {
|
|
29
|
+
return GetCustomersBilling200ResponseFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
exports.GetCustomersBilling200ResponseFromJSON = GetCustomersBilling200ResponseFromJSON;
|
|
32
|
+
function GetCustomersBilling200ResponseFromJSONTyped(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(get_customer_response_1.GetCustomerResponseFromJSON)),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
exports.GetCustomersBilling200ResponseFromJSONTyped = GetCustomersBilling200ResponseFromJSONTyped;
|
|
42
|
+
function GetCustomersBilling200ResponseToJSON(json) {
|
|
43
|
+
return GetCustomersBilling200ResponseToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
exports.GetCustomersBilling200ResponseToJSON = GetCustomersBilling200ResponseToJSON;
|
|
46
|
+
function GetCustomersBilling200ResponseToJSONTyped(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(get_customer_response_1.GetCustomerResponseToJSON)),
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
exports.GetCustomersBilling200ResponseToJSONTyped = GetCustomersBilling200ResponseToJSONTyped;
|
|
@@ -9,13 +9,13 @@ export * from './billing-run-filter-option-response';
|
|
|
9
9
|
export * from './billing-run-response';
|
|
10
10
|
export * from './calendar-response';
|
|
11
11
|
export * from './charge-response';
|
|
12
|
-
export * from './chart-of-account-response';
|
|
13
12
|
export * from './chart-of-accounts-response';
|
|
14
13
|
export * from './checklist-recurrence-frequency';
|
|
15
14
|
export * from './checklist-response';
|
|
16
15
|
export * from './communication-response';
|
|
17
16
|
export * from './communication-type';
|
|
18
|
-
export * from './configuration-response';
|
|
17
|
+
export * from './configuration-setting-response';
|
|
18
|
+
export * from './configuration-setting-type';
|
|
19
19
|
export * from './contact-response';
|
|
20
20
|
export * from './create-address';
|
|
21
21
|
export * from './create-asset-asset-category-relation-input';
|
|
@@ -25,8 +25,10 @@ export * from './create-asset-feature-custom';
|
|
|
25
25
|
export * from './create-assets';
|
|
26
26
|
export * from './create-billing-run';
|
|
27
27
|
export * from './create-calendar';
|
|
28
|
+
export * from './create-chart-of-accounts';
|
|
28
29
|
export * from './create-checklist';
|
|
29
30
|
export * from './create-communication';
|
|
31
|
+
export * from './create-configuration-setting';
|
|
30
32
|
export * from './create-document';
|
|
31
33
|
export * from './create-instances';
|
|
32
34
|
export * from './create-map-feature';
|
|
@@ -43,12 +45,9 @@ export * from './create-product-custom';
|
|
|
43
45
|
export * from './create-site-custom';
|
|
44
46
|
export * from './create-smart-bar-prompt';
|
|
45
47
|
export * from './create-subscription';
|
|
46
|
-
export * from './create-subscription-plan';
|
|
47
48
|
export * from './create-task';
|
|
48
49
|
export * from './create-task-template';
|
|
49
50
|
export * from './create-template';
|
|
50
|
-
export * from './custom-chart-of-account';
|
|
51
|
-
export * from './custom-chart-of-accounts';
|
|
52
51
|
export * from './custom-create-contact';
|
|
53
52
|
export * from './custom-create-customer';
|
|
54
53
|
export * from './custom-create-plan';
|
|
@@ -75,6 +74,7 @@ export * from './get-calendars200-response';
|
|
|
75
74
|
export * from './get-charges200-response';
|
|
76
75
|
export * from './get-chart-of-accounts200-response';
|
|
77
76
|
export * from './get-communications200-response';
|
|
77
|
+
export * from './get-configuration-settings200-response';
|
|
78
78
|
export * from './get-contacts200-response';
|
|
79
79
|
export * from './get-customers200-response';
|
|
80
80
|
export * from './get-intent';
|
|
@@ -155,6 +155,7 @@ export * from './update-asset';
|
|
|
155
155
|
export * from './update-asset-category';
|
|
156
156
|
export * from './update-asset-feature';
|
|
157
157
|
export * from './update-checklist-task-template';
|
|
158
|
+
export * from './update-configuration-setting';
|
|
158
159
|
export * from './update-extensibility-repo';
|
|
159
160
|
export * from './update-map-feature';
|
|
160
161
|
export * from './update-note';
|
|
@@ -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,mBAAmB,CAAC;AAClC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/models/index.ts"],"names":[],"mappings":"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"}
|