@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,82 @@
|
|
|
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 { CreateAddress } from './create-address';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CustomCreateContactWithCustomer
|
|
17
|
+
*/
|
|
18
|
+
export interface CustomCreateContactWithCustomer {
|
|
19
|
+
/**
|
|
20
|
+
* External ID
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof CustomCreateContactWithCustomer
|
|
23
|
+
*/
|
|
24
|
+
externalId?: string | null;
|
|
25
|
+
/**
|
|
26
|
+
* First name
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof CustomCreateContactWithCustomer
|
|
29
|
+
*/
|
|
30
|
+
firstName: string;
|
|
31
|
+
/**
|
|
32
|
+
* Initial of middle name
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof CustomCreateContactWithCustomer
|
|
35
|
+
*/
|
|
36
|
+
middleInitial?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
* Last name
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof CustomCreateContactWithCustomer
|
|
41
|
+
*/
|
|
42
|
+
lastName: string;
|
|
43
|
+
/**
|
|
44
|
+
* Display name
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof CustomCreateContactWithCustomer
|
|
47
|
+
*/
|
|
48
|
+
displayName: string;
|
|
49
|
+
/**
|
|
50
|
+
* Contact email address
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof CustomCreateContactWithCustomer
|
|
53
|
+
*/
|
|
54
|
+
email: string;
|
|
55
|
+
/**
|
|
56
|
+
* Phone number
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof CustomCreateContactWithCustomer
|
|
59
|
+
*/
|
|
60
|
+
phoneNumber?: string | null;
|
|
61
|
+
/**
|
|
62
|
+
* Contact mobile number
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof CustomCreateContactWithCustomer
|
|
65
|
+
*/
|
|
66
|
+
mobileNumber: string;
|
|
67
|
+
/**
|
|
68
|
+
* Contact address.
|
|
69
|
+
* @type {CreateAddress}
|
|
70
|
+
* @memberof CustomCreateContactWithCustomer
|
|
71
|
+
*/
|
|
72
|
+
address: CreateAddress;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Check if a given object implements the CustomCreateContactWithCustomer interface.
|
|
76
|
+
*/
|
|
77
|
+
export declare function instanceOfCustomCreateContactWithCustomer(value: object): value is CustomCreateContactWithCustomer;
|
|
78
|
+
export declare function CustomCreateContactWithCustomerFromJSON(json: any): CustomCreateContactWithCustomer;
|
|
79
|
+
export declare function CustomCreateContactWithCustomerFromJSONTyped(json: any, ignoreDiscriminator: boolean): CustomCreateContactWithCustomer;
|
|
80
|
+
export declare function CustomCreateContactWithCustomerToJSON(json: any): CustomCreateContactWithCustomer;
|
|
81
|
+
export declare function CustomCreateContactWithCustomerToJSONTyped(value?: CustomCreateContactWithCustomer | null, ignoreDiscriminator?: boolean): any;
|
|
82
|
+
//# sourceMappingURL=custom-create-contact-with-customer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"custom-create-contact-with-customer.d.ts","sourceRoot":"","sources":["../../../src/generated/models/custom-create-contact-with-customer.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAQtD;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,OAAO,EAAE,aAAa,CAAC;CAC1B;AAED;;GAEG;AACH,wBAAgB,yCAAyC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,+BAA+B,CAQjH;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAElG;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,+BAA+B,CAgBrI;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAEhG;AAED,wBAAgB,0CAA0C,CAAC,KAAK,CAAC,EAAE,+BAA+B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAiBpJ"}
|
|
@@ -0,0 +1,78 @@
|
|
|
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.CustomCreateContactWithCustomerToJSONTyped = exports.CustomCreateContactWithCustomerToJSON = exports.CustomCreateContactWithCustomerFromJSONTyped = exports.CustomCreateContactWithCustomerFromJSON = exports.instanceOfCustomCreateContactWithCustomer = void 0;
|
|
17
|
+
const create_address_1 = require("./create-address");
|
|
18
|
+
/**
|
|
19
|
+
* Check if a given object implements the CustomCreateContactWithCustomer interface.
|
|
20
|
+
*/
|
|
21
|
+
function instanceOfCustomCreateContactWithCustomer(value) {
|
|
22
|
+
if (!('firstName' in value) || value['firstName'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
if (!('lastName' in value) || value['lastName'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
if (!('displayName' in value) || value['displayName'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('email' in value) || value['email'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('mobileNumber' in value) || value['mobileNumber'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('address' in value) || value['address'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
return true;
|
|
35
|
+
}
|
|
36
|
+
exports.instanceOfCustomCreateContactWithCustomer = instanceOfCustomCreateContactWithCustomer;
|
|
37
|
+
function CustomCreateContactWithCustomerFromJSON(json) {
|
|
38
|
+
return CustomCreateContactWithCustomerFromJSONTyped(json, false);
|
|
39
|
+
}
|
|
40
|
+
exports.CustomCreateContactWithCustomerFromJSON = CustomCreateContactWithCustomerFromJSON;
|
|
41
|
+
function CustomCreateContactWithCustomerFromJSONTyped(json, ignoreDiscriminator) {
|
|
42
|
+
if (json == null) {
|
|
43
|
+
return json;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'externalId': json['externalId'] == null ? undefined : json['externalId'],
|
|
47
|
+
'firstName': json['firstName'],
|
|
48
|
+
'middleInitial': json['middleInitial'] == null ? undefined : json['middleInitial'],
|
|
49
|
+
'lastName': json['lastName'],
|
|
50
|
+
'displayName': json['displayName'],
|
|
51
|
+
'email': json['email'],
|
|
52
|
+
'phoneNumber': json['phoneNumber'] == null ? undefined : json['phoneNumber'],
|
|
53
|
+
'mobileNumber': json['mobileNumber'],
|
|
54
|
+
'address': (0, create_address_1.CreateAddressFromJSON)(json['address']),
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
exports.CustomCreateContactWithCustomerFromJSONTyped = CustomCreateContactWithCustomerFromJSONTyped;
|
|
58
|
+
function CustomCreateContactWithCustomerToJSON(json) {
|
|
59
|
+
return CustomCreateContactWithCustomerToJSONTyped(json, false);
|
|
60
|
+
}
|
|
61
|
+
exports.CustomCreateContactWithCustomerToJSON = CustomCreateContactWithCustomerToJSON;
|
|
62
|
+
function CustomCreateContactWithCustomerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
63
|
+
if (value == null) {
|
|
64
|
+
return value;
|
|
65
|
+
}
|
|
66
|
+
return {
|
|
67
|
+
'externalId': value['externalId'],
|
|
68
|
+
'firstName': value['firstName'],
|
|
69
|
+
'middleInitial': value['middleInitial'],
|
|
70
|
+
'lastName': value['lastName'],
|
|
71
|
+
'displayName': value['displayName'],
|
|
72
|
+
'email': value['email'],
|
|
73
|
+
'phoneNumber': value['phoneNumber'],
|
|
74
|
+
'mobileNumber': value['mobileNumber'],
|
|
75
|
+
'address': (0, create_address_1.CreateAddressToJSON)(value['address']),
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
exports.CustomCreateContactWithCustomerToJSONTyped = CustomCreateContactWithCustomerToJSONTyped;
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CustomerDeliveryPreferences
|
|
16
|
+
*/
|
|
17
|
+
export interface CustomerDeliveryPreferences {
|
|
18
|
+
/**
|
|
19
|
+
* requested print delivery preference
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof CustomerDeliveryPreferences
|
|
22
|
+
*/
|
|
23
|
+
print: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* requested email delivery preference
|
|
26
|
+
* @type {boolean}
|
|
27
|
+
* @memberof CustomerDeliveryPreferences
|
|
28
|
+
*/
|
|
29
|
+
email: boolean;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the CustomerDeliveryPreferences interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfCustomerDeliveryPreferences(value: object): value is CustomerDeliveryPreferences;
|
|
35
|
+
export declare function CustomerDeliveryPreferencesFromJSON(json: any): CustomerDeliveryPreferences;
|
|
36
|
+
export declare function CustomerDeliveryPreferencesFromJSONTyped(json: any, ignoreDiscriminator: boolean): CustomerDeliveryPreferences;
|
|
37
|
+
export declare function CustomerDeliveryPreferencesToJSON(json: any): CustomerDeliveryPreferences;
|
|
38
|
+
export declare function CustomerDeliveryPreferencesToJSONTyped(value?: CustomerDeliveryPreferences | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=customer-delivery-preferences.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customer-delivery-preferences.d.ts","sourceRoot":"","sources":["../../../src/generated/models/customer-delivery-preferences.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,KAAK,EAAE,OAAO,CAAC;IACf;;;;OAIG;IACH,KAAK,EAAE,OAAO,CAAC;CAClB;AAED;;GAEG;AACH,wBAAgB,qCAAqC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,2BAA2B,CAIzG;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,2BAA2B,CAE1F;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,2BAA2B,CAS7H;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,2BAA2B,CAExF;AAED,wBAAgB,sCAAsC,CAAC,KAAK,CAAC,EAAE,2BAA2B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU5I"}
|
|
@@ -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.CustomerDeliveryPreferencesToJSONTyped = exports.CustomerDeliveryPreferencesToJSON = exports.CustomerDeliveryPreferencesFromJSONTyped = exports.CustomerDeliveryPreferencesFromJSON = exports.instanceOfCustomerDeliveryPreferences = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the CustomerDeliveryPreferences interface.
|
|
19
|
+
*/
|
|
20
|
+
function instanceOfCustomerDeliveryPreferences(value) {
|
|
21
|
+
if (!('print' in value) || value['print'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('email' in value) || value['email'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
exports.instanceOfCustomerDeliveryPreferences = instanceOfCustomerDeliveryPreferences;
|
|
28
|
+
function CustomerDeliveryPreferencesFromJSON(json) {
|
|
29
|
+
return CustomerDeliveryPreferencesFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
exports.CustomerDeliveryPreferencesFromJSON = CustomerDeliveryPreferencesFromJSON;
|
|
32
|
+
function CustomerDeliveryPreferencesFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'print': json['print'],
|
|
38
|
+
'email': json['email'],
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
exports.CustomerDeliveryPreferencesFromJSONTyped = CustomerDeliveryPreferencesFromJSONTyped;
|
|
42
|
+
function CustomerDeliveryPreferencesToJSON(json) {
|
|
43
|
+
return CustomerDeliveryPreferencesToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
exports.CustomerDeliveryPreferencesToJSON = CustomerDeliveryPreferencesToJSON;
|
|
46
|
+
function CustomerDeliveryPreferencesToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'print': value['print'],
|
|
52
|
+
'email': value['email'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
exports.CustomerDeliveryPreferencesToJSONTyped = CustomerDeliveryPreferencesToJSONTyped;
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CustomerId
|
|
16
|
+
*/
|
|
17
|
+
export interface CustomerId {
|
|
18
|
+
/**
|
|
19
|
+
* The customer Id
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CustomerId
|
|
22
|
+
*/
|
|
23
|
+
customerId: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the CustomerId interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfCustomerId(value: object): value is CustomerId;
|
|
29
|
+
export declare function CustomerIdFromJSON(json: any): CustomerId;
|
|
30
|
+
export declare function CustomerIdFromJSONTyped(json: any, ignoreDiscriminator: boolean): CustomerId;
|
|
31
|
+
export declare function CustomerIdToJSON(json: any): CustomerId;
|
|
32
|
+
export declare function CustomerIdToJSONTyped(value?: CustomerId | null, ignoreDiscriminator?: boolean): any;
|
|
33
|
+
//# sourceMappingURL=customer-id.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customer-id.d.ts","sourceRoot":"","sources":["../../../src/generated/models/customer-id.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,UAAU;IACvB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,UAAU,CAGvE;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,UAAU,CAExD;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,UAAU,CAQ3F;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,GAAG,GAAG,UAAU,CAEtD;AAED,wBAAgB,qBAAqB,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS1G"}
|
|
@@ -0,0 +1,51 @@
|
|
|
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.CustomerIdToJSONTyped = exports.CustomerIdToJSON = exports.CustomerIdFromJSONTyped = exports.CustomerIdFromJSON = exports.instanceOfCustomerId = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the CustomerId interface.
|
|
19
|
+
*/
|
|
20
|
+
function instanceOfCustomerId(value) {
|
|
21
|
+
if (!('customerId' in value) || value['customerId'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
return true;
|
|
24
|
+
}
|
|
25
|
+
exports.instanceOfCustomerId = instanceOfCustomerId;
|
|
26
|
+
function CustomerIdFromJSON(json) {
|
|
27
|
+
return CustomerIdFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
exports.CustomerIdFromJSON = CustomerIdFromJSON;
|
|
30
|
+
function CustomerIdFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'customerId': json['customerId'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
exports.CustomerIdFromJSONTyped = CustomerIdFromJSONTyped;
|
|
39
|
+
function CustomerIdToJSON(json) {
|
|
40
|
+
return CustomerIdToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
exports.CustomerIdToJSON = CustomerIdToJSON;
|
|
43
|
+
function CustomerIdToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'customerId': value['customerId'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
exports.CustomerIdToJSONTyped = CustomerIdToJSONTyped;
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CustomerPaymentOptions
|
|
16
|
+
*/
|
|
17
|
+
export interface CustomerPaymentOptions {
|
|
18
|
+
/**
|
|
19
|
+
* ACH payments are accepted/or not accepted
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof CustomerPaymentOptions
|
|
22
|
+
*/
|
|
23
|
+
achEnabled: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Credit card payments are accepted/or not accepted
|
|
26
|
+
* @type {boolean}
|
|
27
|
+
* @memberof CustomerPaymentOptions
|
|
28
|
+
*/
|
|
29
|
+
creditEnabled: boolean;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the CustomerPaymentOptions interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfCustomerPaymentOptions(value: object): value is CustomerPaymentOptions;
|
|
35
|
+
export declare function CustomerPaymentOptionsFromJSON(json: any): CustomerPaymentOptions;
|
|
36
|
+
export declare function CustomerPaymentOptionsFromJSONTyped(json: any, ignoreDiscriminator: boolean): CustomerPaymentOptions;
|
|
37
|
+
export declare function CustomerPaymentOptionsToJSON(json: any): CustomerPaymentOptions;
|
|
38
|
+
export declare function CustomerPaymentOptionsToJSONTyped(value?: CustomerPaymentOptions | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=customer-payment-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customer-payment-options.d.ts","sourceRoot":"","sources":["../../../src/generated/models/customer-payment-options.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,aAAa,EAAE,OAAO,CAAC;CAC1B;AAED;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAI/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CASnH;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAE9E;AAED,wBAAgB,iCAAiC,CAAC,KAAK,CAAC,EAAE,sBAAsB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUlI"}
|
|
@@ -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.CustomerPaymentOptionsToJSONTyped = exports.CustomerPaymentOptionsToJSON = exports.CustomerPaymentOptionsFromJSONTyped = exports.CustomerPaymentOptionsFromJSON = exports.instanceOfCustomerPaymentOptions = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the CustomerPaymentOptions interface.
|
|
19
|
+
*/
|
|
20
|
+
function instanceOfCustomerPaymentOptions(value) {
|
|
21
|
+
if (!('achEnabled' in value) || value['achEnabled'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('creditEnabled' in value) || value['creditEnabled'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
exports.instanceOfCustomerPaymentOptions = instanceOfCustomerPaymentOptions;
|
|
28
|
+
function CustomerPaymentOptionsFromJSON(json) {
|
|
29
|
+
return CustomerPaymentOptionsFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
exports.CustomerPaymentOptionsFromJSON = CustomerPaymentOptionsFromJSON;
|
|
32
|
+
function CustomerPaymentOptionsFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'achEnabled': json['achEnabled'],
|
|
38
|
+
'creditEnabled': json['creditEnabled'],
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
exports.CustomerPaymentOptionsFromJSONTyped = CustomerPaymentOptionsFromJSONTyped;
|
|
42
|
+
function CustomerPaymentOptionsToJSON(json) {
|
|
43
|
+
return CustomerPaymentOptionsToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
exports.CustomerPaymentOptionsToJSON = CustomerPaymentOptionsToJSON;
|
|
46
|
+
function CustomerPaymentOptionsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'achEnabled': value['achEnabled'],
|
|
52
|
+
'creditEnabled': value['creditEnabled'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
exports.CustomerPaymentOptionsToJSONTyped = CustomerPaymentOptionsToJSONTyped;
|
|
@@ -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 { ChartOfAccountsResponse } from './chart-of-accounts-response';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -25,10 +25,10 @@ export interface GetChartOfAccounts200Response {
|
|
|
25
25
|
pageMeta: PageMeta;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {Array<
|
|
28
|
+
* @type {Array<ChartOfAccountsResponse>}
|
|
29
29
|
* @memberof GetChartOfAccounts200Response
|
|
30
30
|
*/
|
|
31
|
-
results?: Array<
|
|
31
|
+
results?: Array<ChartOfAccountsResponse>;
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
34
|
* Check if a given object implements the GetChartOfAccounts200Response interface.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-chart-of-accounts200-response.d.ts","sourceRoot":"","sources":["../../../src/generated/models/get-chart-of-accounts200-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAO5C,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"get-chart-of-accounts200-response.d.ts","sourceRoot":"","sources":["../../../src/generated/models/get-chart-of-accounts200-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAO5C,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAQ5E;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,QAAQ,EAAE,QAAQ,CAAC;IACnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC;CAC5C;AAED;;GAEG;AACH,wBAAgB,uCAAuC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,6BAA6B,CAG7G;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE9F;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,6BAA6B,CASjI;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE5F;AAED,wBAAgB,wCAAwC,CAAC,KAAK,CAAC,EAAE,6BAA6B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUhJ"}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.GetChartOfAccounts200ResponseToJSONTyped = exports.GetChartOfAccounts200ResponseToJSON = exports.GetChartOfAccounts200ResponseFromJSONTyped = exports.GetChartOfAccounts200ResponseFromJSON = exports.instanceOfGetChartOfAccounts200Response = void 0;
|
|
17
17
|
const page_meta_1 = require("./page-meta");
|
|
18
|
-
const
|
|
18
|
+
const chart_of_accounts_response_1 = require("./chart-of-accounts-response");
|
|
19
19
|
/**
|
|
20
20
|
* Check if a given object implements the GetChartOfAccounts200Response interface.
|
|
21
21
|
*/
|
|
@@ -35,7 +35,7 @@ function GetChartOfAccounts200ResponseFromJSONTyped(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(chart_of_accounts_response_1.ChartOfAccountsResponseFromJSON)),
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
41
|
exports.GetChartOfAccounts200ResponseFromJSONTyped = GetChartOfAccounts200ResponseFromJSONTyped;
|
|
@@ -49,7 +49,7 @@ function GetChartOfAccounts200ResponseToJSONTyped(value, ignoreDiscriminator = f
|
|
|
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(chart_of_accounts_response_1.ChartOfAccountsResponseToJSON)),
|
|
53
53
|
};
|
|
54
54
|
}
|
|
55
55
|
exports.GetChartOfAccounts200ResponseToJSONTyped = GetChartOfAccounts200ResponseToJSONTyped;
|
|
@@ -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 { ConfigurationSettingResponse } from './configuration-setting-response';
|
|
13
|
+
import type { PageMeta } from './page-meta';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface GetConfigurationSettings200Response
|
|
18
|
+
*/
|
|
19
|
+
export interface GetConfigurationSettings200Response {
|
|
20
|
+
/**
|
|
21
|
+
* The pagination metadata
|
|
22
|
+
* @type {PageMeta}
|
|
23
|
+
* @memberof GetConfigurationSettings200Response
|
|
24
|
+
*/
|
|
25
|
+
pageMeta: PageMeta;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<ConfigurationSettingResponse>}
|
|
29
|
+
* @memberof GetConfigurationSettings200Response
|
|
30
|
+
*/
|
|
31
|
+
results?: Array<ConfigurationSettingResponse>;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Check if a given object implements the GetConfigurationSettings200Response interface.
|
|
35
|
+
*/
|
|
36
|
+
export declare function instanceOfGetConfigurationSettings200Response(value: object): value is GetConfigurationSettings200Response;
|
|
37
|
+
export declare function GetConfigurationSettings200ResponseFromJSON(json: any): GetConfigurationSettings200Response;
|
|
38
|
+
export declare function GetConfigurationSettings200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetConfigurationSettings200Response;
|
|
39
|
+
export declare function GetConfigurationSettings200ResponseToJSON(json: any): GetConfigurationSettings200Response;
|
|
40
|
+
export declare function GetConfigurationSettings200ResponseToJSONTyped(value?: GetConfigurationSettings200Response | null, ignoreDiscriminator?: boolean): any;
|
|
41
|
+
//# sourceMappingURL=get-configuration-settings200-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-configuration-settings200-response.d.ts","sourceRoot":"","sources":["../../../src/generated/models/get-configuration-settings200-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,kCAAkC,CAAC;AAOrF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAQ5C;;;;GAIG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;OAIG;IACH,QAAQ,EAAE,QAAQ,CAAC;IACnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,4BAA4B,CAAC,CAAC;CACjD;AAED;;GAEG;AACH,wBAAgB,6CAA6C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mCAAmC,CAGzH;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAE1G;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mCAAmC,CAS7I;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAExG;AAED,wBAAgB,8CAA8C,CAAC,KAAK,CAAC,EAAE,mCAAmC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU5J"}
|
|
@@ -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.GetConfigurationSettings200ResponseToJSONTyped = exports.GetConfigurationSettings200ResponseToJSON = exports.GetConfigurationSettings200ResponseFromJSONTyped = exports.GetConfigurationSettings200ResponseFromJSON = exports.instanceOfGetConfigurationSettings200Response = void 0;
|
|
17
|
+
const configuration_setting_response_1 = require("./configuration-setting-response");
|
|
18
|
+
const page_meta_1 = require("./page-meta");
|
|
19
|
+
/**
|
|
20
|
+
* Check if a given object implements the GetConfigurationSettings200Response interface.
|
|
21
|
+
*/
|
|
22
|
+
function instanceOfGetConfigurationSettings200Response(value) {
|
|
23
|
+
if (!('pageMeta' in value) || value['pageMeta'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
exports.instanceOfGetConfigurationSettings200Response = instanceOfGetConfigurationSettings200Response;
|
|
28
|
+
function GetConfigurationSettings200ResponseFromJSON(json) {
|
|
29
|
+
return GetConfigurationSettings200ResponseFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
exports.GetConfigurationSettings200ResponseFromJSON = GetConfigurationSettings200ResponseFromJSON;
|
|
32
|
+
function GetConfigurationSettings200ResponseFromJSONTyped(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(configuration_setting_response_1.ConfigurationSettingResponseFromJSON)),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
exports.GetConfigurationSettings200ResponseFromJSONTyped = GetConfigurationSettings200ResponseFromJSONTyped;
|
|
42
|
+
function GetConfigurationSettings200ResponseToJSON(json) {
|
|
43
|
+
return GetConfigurationSettings200ResponseToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
exports.GetConfigurationSettings200ResponseToJSON = GetConfigurationSettings200ResponseToJSON;
|
|
46
|
+
function GetConfigurationSettings200ResponseToJSONTyped(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(configuration_setting_response_1.ConfigurationSettingResponseToJSON)),
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
exports.GetConfigurationSettings200ResponseToJSONTyped = GetConfigurationSettings200ResponseToJSONTyped;
|