@managespace/sdk 0.1.77 → 0.1.78
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 +2 -4
- package/dist/extensibility/functions/project/billing.d.ts.map +1 -1
- package/dist/generated/apis/default-api.d.ts +2 -4
- package/dist/generated/apis/default-api.d.ts.map +1 -1
- package/dist/generated/apis/default-api.js +2 -8
- package/dist/generated/models/checklist-recurrence-frequency.d.ts +7 -7
- package/dist/generated/models/checklist-recurrence-frequency.d.ts.map +1 -1
- package/dist/generated/models/checklist-recurrence-frequency.js +11 -9
- package/dist/generated/models/communication-type.d.ts +6 -6
- package/dist/generated/models/communication-type.d.ts.map +1 -1
- package/dist/generated/models/communication-type.js +10 -8
- package/dist/generated/models/configuration-setting-type.d.ts +7 -7
- package/dist/generated/models/configuration-setting-type.d.ts.map +1 -1
- package/dist/generated/models/configuration-setting-type.js +11 -9
- package/dist/generated/models/create-product-custom.d.ts +4 -15
- package/dist/generated/models/create-product-custom.d.ts.map +1 -1
- package/dist/generated/models/create-product-custom.js +4 -7
- package/dist/generated/models/extensibility-status.d.ts +6 -6
- package/dist/generated/models/extensibility-status.d.ts.map +1 -1
- package/dist/generated/models/extensibility-status.js +10 -8
- package/dist/generated/models/field-type.d.ts +8 -8
- package/dist/generated/models/field-type.d.ts.map +1 -1
- package/dist/generated/models/field-type.js +12 -10
- package/dist/generated/models/filter-operator.d.ts +15 -15
- package/dist/generated/models/filter-operator.d.ts.map +1 -1
- package/dist/generated/models/filter-operator.js +19 -17
- package/dist/generated/models/index.d.ts +1 -0
- package/dist/generated/models/index.d.ts.map +1 -1
- package/dist/generated/models/index.js +1 -0
- package/dist/generated/models/lease-status.d.ts +12 -12
- package/dist/generated/models/lease-status.d.ts.map +1 -1
- package/dist/generated/models/lease-status.js +16 -14
- package/dist/generated/models/order-operator.d.ts +5 -5
- package/dist/generated/models/order-operator.d.ts.map +1 -1
- package/dist/generated/models/order-operator.js +9 -7
- package/dist/generated/models/plugin-extensibility-status.d.ts +6 -6
- package/dist/generated/models/plugin-extensibility-status.d.ts.map +1 -1
- package/dist/generated/models/plugin-extensibility-status.js +10 -8
- package/dist/generated/models/plugin-filter-operator.d.ts +6 -6
- package/dist/generated/models/plugin-filter-operator.d.ts.map +1 -1
- package/dist/generated/models/plugin-filter-operator.js +10 -8
- package/dist/generated/models/product-custom.d.ts +4 -15
- package/dist/generated/models/product-custom.d.ts.map +1 -1
- package/dist/generated/models/product-custom.js +4 -7
- package/dist/generated/models/product-type.d.ts +30 -0
- package/dist/generated/models/product-type.d.ts.map +1 -0
- package/dist/generated/models/product-type.js +57 -0
- package/dist/generated/models/rate-change-status.d.ts +8 -8
- package/dist/generated/models/rate-change-status.d.ts.map +1 -1
- package/dist/generated/models/rate-change-status.js +12 -10
- package/dist/generated/models/roles.d.ts +11 -11
- package/dist/generated/models/roles.d.ts.map +1 -1
- package/dist/generated/models/roles.js +15 -13
- package/dist/generated/models/roles1.d.ts +11 -11
- package/dist/generated/models/roles1.d.ts.map +1 -1
- package/dist/generated/models/roles1.js +15 -13
- package/dist/generated/models/roles2.d.ts +11 -11
- package/dist/generated/models/roles2.d.ts.map +1 -1
- package/dist/generated/models/roles2.js +15 -13
- package/dist/generated/models/roles3.d.ts +11 -11
- package/dist/generated/models/roles3.d.ts.map +1 -1
- package/dist/generated/models/roles3.js +15 -13
- package/dist/generated/models/roles4.d.ts +11 -11
- package/dist/generated/models/roles4.d.ts.map +1 -1
- package/dist/generated/models/roles4.js +15 -13
- package/dist/generated/models/task-completion-status.d.ts +7 -7
- package/dist/generated/models/task-completion-status.d.ts.map +1 -1
- package/dist/generated/models/task-completion-status.js +11 -9
- package/dist/generated/models/update-product.d.ts +4 -15
- package/dist/generated/models/update-product.d.ts.map +1 -1
- package/dist/generated/models/update-product.js +4 -7
- package/dist/generated/models/workflow-status.d.ts +9 -9
- package/dist/generated/models/workflow-status.d.ts.map +1 -1
- package/dist/generated/models/workflow-status.js +13 -11
- package/package.json +1 -1
- package/src/extensibility/functions/project/billing.ts +2 -3
- package/src/generated/.openapi-generator/FILES +1 -0
- package/src/generated/apis/default-api.ts +6 -13
- package/src/generated/models/checklist-recurrence-frequency.ts +7 -8
- package/src/generated/models/communication-type.ts +6 -7
- package/src/generated/models/configuration-setting-type.ts +7 -8
- package/src/generated/models/create-product-custom.ts +15 -22
- package/src/generated/models/extensibility-status.ts +6 -7
- package/src/generated/models/field-type.ts +8 -9
- package/src/generated/models/filter-operator.ts +15 -16
- package/src/generated/models/index.ts +1 -0
- package/src/generated/models/lease-status.ts +12 -13
- package/src/generated/models/order-operator.ts +5 -6
- package/src/generated/models/plugin-extensibility-status.ts +6 -7
- package/src/generated/models/plugin-filter-operator.ts +6 -7
- package/src/generated/models/product-custom.ts +15 -22
- package/src/generated/models/product-type.ts +56 -0
- package/src/generated/models/rate-change-status.ts +8 -9
- package/src/generated/models/roles.ts +11 -12
- package/src/generated/models/roles1.ts +11 -12
- package/src/generated/models/roles2.ts +11 -12
- package/src/generated/models/roles3.ts +11 -12
- package/src/generated/models/roles4.ts +11 -12
- package/src/generated/models/task-completion-status.ts +7 -8
- package/src/generated/models/update-product.ts +15 -22
- package/src/generated/models/workflow-status.ts +9 -10
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { TransactionPostingEntries } from './transaction-posting-entries';
|
|
13
|
+
import type { ProductType } from './product-type';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
15
16
|
* @export
|
|
@@ -41,23 +42,11 @@ export interface ProductCustom {
|
|
|
41
42
|
*/
|
|
42
43
|
taxable?: boolean;
|
|
43
44
|
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {
|
|
46
|
-
* @memberof ProductCustom
|
|
47
|
-
*/
|
|
48
|
-
isMerchandise?: boolean;
|
|
49
|
-
/**
|
|
50
|
-
* Indicates whether it is the default product or not
|
|
51
|
-
* @type {boolean}
|
|
52
|
-
* @memberof ProductCustom
|
|
53
|
-
*/
|
|
54
|
-
isDefault?: boolean;
|
|
55
|
-
/**
|
|
56
|
-
* Indicates whether it is related to rent or not
|
|
57
|
-
* @type {boolean}
|
|
45
|
+
*
|
|
46
|
+
* @type {ProductType}
|
|
58
47
|
* @memberof ProductCustom
|
|
59
48
|
*/
|
|
60
|
-
|
|
49
|
+
productType: ProductType;
|
|
61
50
|
/**
|
|
62
51
|
* Description of product
|
|
63
52
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product-custom.d.ts","sourceRoot":"","sources":["../../../src/generated/models/product-custom.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"product-custom.d.ts","sourceRoot":"","sources":["../../../src/generated/models/product-custom.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAO/E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAQlD;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,WAAW,EAAE,WAAW,CAAC;IACzB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,yBAAyB,EAAE,KAAK,CAAC,yBAAyB,CAAC,CAAC;IAC5D;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;CACd;AAID;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,aAAa,CAS7E;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,aAAa,CAE9D;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,aAAa,CAqBjG;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,aAAa,CAE5D;AAED,wBAAgB,wBAAwB,CAAC,KAAK,CAAC,EAAE,aAAa,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAsBhH"}
|
|
@@ -15,13 +15,14 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.ProductCustomToJSONTyped = exports.ProductCustomToJSON = exports.ProductCustomFromJSONTyped = exports.ProductCustomFromJSON = exports.instanceOfProductCustom = void 0;
|
|
17
17
|
const transaction_posting_entries_1 = require("./transaction-posting-entries");
|
|
18
|
+
const product_type_1 = require("./product-type");
|
|
18
19
|
/**
|
|
19
20
|
* Check if a given object implements the ProductCustom interface.
|
|
20
21
|
*/
|
|
21
22
|
function instanceOfProductCustom(value) {
|
|
22
23
|
if (!('name' in value) || value['name'] === undefined)
|
|
23
24
|
return false;
|
|
24
|
-
if (!('
|
|
25
|
+
if (!('productType' in value) || value['productType'] === undefined)
|
|
25
26
|
return false;
|
|
26
27
|
if (!('price' in value) || value['price'] === undefined)
|
|
27
28
|
return false;
|
|
@@ -49,9 +50,7 @@ function ProductCustomFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
49
50
|
'sku': json['sku'] == null ? undefined : json['sku'],
|
|
50
51
|
'status': json['status'] == null ? undefined : json['status'],
|
|
51
52
|
'taxable': json['taxable'] == null ? undefined : json['taxable'],
|
|
52
|
-
'
|
|
53
|
-
'isDefault': json['isDefault'] == null ? undefined : json['isDefault'],
|
|
54
|
-
'rentRelated': json['rentRelated'],
|
|
53
|
+
'productType': (0, product_type_1.ProductTypeFromJSON)(json['productType']),
|
|
55
54
|
'description': json['description'] == null ? undefined : json['description'],
|
|
56
55
|
'price': json['price'],
|
|
57
56
|
'revenueRuleId': json['revenueRuleId'],
|
|
@@ -77,9 +76,7 @@ function ProductCustomToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
77
76
|
'sku': value['sku'],
|
|
78
77
|
'status': value['status'],
|
|
79
78
|
'taxable': value['taxable'],
|
|
80
|
-
'
|
|
81
|
-
'isDefault': value['isDefault'],
|
|
82
|
-
'rentRelated': value['rentRelated'],
|
|
79
|
+
'productType': (0, product_type_1.ProductTypeToJSON)(value['productType']),
|
|
83
80
|
'description': value['description'],
|
|
84
81
|
'price': value['price'],
|
|
85
82
|
'revenueRuleId': value['revenueRuleId'],
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ManageSpace API
|
|
3
|
+
* ManageSpace API Documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* The type of the product (e.g., Rent, Insurance)
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare enum ProductType {
|
|
18
|
+
DEFAULT = "DEFAULT",
|
|
19
|
+
RENT = "RENT",
|
|
20
|
+
RENT_TREATMENT = "RENT_TREATMENT",
|
|
21
|
+
INSURANCE = "INSURANCE",
|
|
22
|
+
FEE = "FEE",
|
|
23
|
+
MERCHANDISE = "MERCHANDISE"
|
|
24
|
+
}
|
|
25
|
+
export declare function instanceOfProductType(value: any): boolean;
|
|
26
|
+
export declare function ProductTypeFromJSON(json: any): ProductType;
|
|
27
|
+
export declare function ProductTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProductType;
|
|
28
|
+
export declare function ProductTypeToJSON(value?: ProductType | null): any;
|
|
29
|
+
export declare function ProductTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): ProductType;
|
|
30
|
+
//# sourceMappingURL=product-type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product-type.d.ts","sourceRoot":"","sources":["../../../src/generated/models/product-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH;;;;GAIG;AACH,oBAAY,WAAW;IACnB,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,cAAc,mBAAmB;IACjC,SAAS,cAAc;IACvB,GAAG,QAAQ;IACX,WAAW,gBAAgB;CAC9B;AAGD,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CASzD;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAE1D;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,WAAW,CAE7F;AAED,wBAAgB,iBAAiB,CAAC,KAAK,CAAC,EAAE,WAAW,GAAG,IAAI,GAAG,GAAG,CAEjE;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,WAAW,CAE5F"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ManageSpace API
|
|
6
|
+
* ManageSpace API Documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ProductTypeToJSONTyped = exports.ProductTypeToJSON = exports.ProductTypeFromJSONTyped = exports.ProductTypeFromJSON = exports.instanceOfProductType = exports.ProductType = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* The type of the product (e.g., Rent, Insurance)
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
var ProductType;
|
|
23
|
+
(function (ProductType) {
|
|
24
|
+
ProductType["DEFAULT"] = "DEFAULT";
|
|
25
|
+
ProductType["RENT"] = "RENT";
|
|
26
|
+
ProductType["RENT_TREATMENT"] = "RENT_TREATMENT";
|
|
27
|
+
ProductType["INSURANCE"] = "INSURANCE";
|
|
28
|
+
ProductType["FEE"] = "FEE";
|
|
29
|
+
ProductType["MERCHANDISE"] = "MERCHANDISE";
|
|
30
|
+
})(ProductType || (exports.ProductType = ProductType = {}));
|
|
31
|
+
function instanceOfProductType(value) {
|
|
32
|
+
for (const key in ProductType) {
|
|
33
|
+
if (Object.prototype.hasOwnProperty.call(ProductType, key)) {
|
|
34
|
+
if (ProductType[key] === value) {
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
return false;
|
|
40
|
+
}
|
|
41
|
+
exports.instanceOfProductType = instanceOfProductType;
|
|
42
|
+
function ProductTypeFromJSON(json) {
|
|
43
|
+
return ProductTypeFromJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
exports.ProductTypeFromJSON = ProductTypeFromJSON;
|
|
46
|
+
function ProductTypeFromJSONTyped(json, ignoreDiscriminator) {
|
|
47
|
+
return json;
|
|
48
|
+
}
|
|
49
|
+
exports.ProductTypeFromJSONTyped = ProductTypeFromJSONTyped;
|
|
50
|
+
function ProductTypeToJSON(value) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
exports.ProductTypeToJSON = ProductTypeToJSON;
|
|
54
|
+
function ProductTypeToJSONTyped(value, ignoreDiscriminator) {
|
|
55
|
+
return value;
|
|
56
|
+
}
|
|
57
|
+
exports.ProductTypeToJSONTyped = ProductTypeToJSONTyped;
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
/**
|
|
13
13
|
* Status of the change
|
|
14
14
|
* @export
|
|
15
|
+
* @enum {string}
|
|
15
16
|
*/
|
|
16
|
-
export declare
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}
|
|
23
|
-
export type RateChangeStatus = typeof RateChangeStatus[keyof typeof RateChangeStatus];
|
|
17
|
+
export declare enum RateChangeStatus {
|
|
18
|
+
PENDING = "PENDING",
|
|
19
|
+
ACCEPTED = "ACCEPTED",
|
|
20
|
+
APPLIED = "APPLIED",
|
|
21
|
+
CANCELLED = "CANCELLED",
|
|
22
|
+
FAILED = "FAILED"
|
|
23
|
+
}
|
|
24
24
|
export declare function instanceOfRateChangeStatus(value: any): boolean;
|
|
25
25
|
export declare function RateChangeStatusFromJSON(json: any): RateChangeStatus;
|
|
26
26
|
export declare function RateChangeStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): RateChangeStatus;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rate-change-status.d.ts","sourceRoot":"","sources":["../../../src/generated/models/rate-change-status.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"rate-change-status.d.ts","sourceRoot":"","sources":["../../../src/generated/models/rate-change-status.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH;;;;GAIG;AACH,oBAAY,gBAAgB;IACxB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,MAAM,WAAW;CACpB;AAGD,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CAS9D;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAEpE;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gBAAgB,CAEvG;AAED,wBAAgB,sBAAsB,CAAC,KAAK,CAAC,EAAE,gBAAgB,GAAG,IAAI,GAAG,GAAG,CAE3E;AAED,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gBAAgB,CAEtG"}
|
|
@@ -17,18 +17,20 @@ exports.RateChangeStatusToJSONTyped = exports.RateChangeStatusToJSON = exports.R
|
|
|
17
17
|
/**
|
|
18
18
|
* Status of the change
|
|
19
19
|
* @export
|
|
20
|
+
* @enum {string}
|
|
20
21
|
*/
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
22
|
+
var RateChangeStatus;
|
|
23
|
+
(function (RateChangeStatus) {
|
|
24
|
+
RateChangeStatus["PENDING"] = "PENDING";
|
|
25
|
+
RateChangeStatus["ACCEPTED"] = "ACCEPTED";
|
|
26
|
+
RateChangeStatus["APPLIED"] = "APPLIED";
|
|
27
|
+
RateChangeStatus["CANCELLED"] = "CANCELLED";
|
|
28
|
+
RateChangeStatus["FAILED"] = "FAILED";
|
|
29
|
+
})(RateChangeStatus || (exports.RateChangeStatus = RateChangeStatus = {}));
|
|
28
30
|
function instanceOfRateChangeStatus(value) {
|
|
29
|
-
for (const key in
|
|
30
|
-
if (Object.prototype.hasOwnProperty.call(
|
|
31
|
-
if (
|
|
31
|
+
for (const key in RateChangeStatus) {
|
|
32
|
+
if (Object.prototype.hasOwnProperty.call(RateChangeStatus, key)) {
|
|
33
|
+
if (RateChangeStatus[key] === value) {
|
|
32
34
|
return true;
|
|
33
35
|
}
|
|
34
36
|
}
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
/**
|
|
13
13
|
* Role codenames associated with the user
|
|
14
14
|
* @export
|
|
15
|
+
* @enum {string}
|
|
15
16
|
*/
|
|
16
|
-
export declare
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
26
|
-
export type Roles = typeof Roles[keyof typeof Roles];
|
|
17
|
+
export declare enum Roles {
|
|
18
|
+
GA = "GA",
|
|
19
|
+
OA = "OA",
|
|
20
|
+
SA = "SA",
|
|
21
|
+
M = "M",
|
|
22
|
+
O = "O",
|
|
23
|
+
SM = "SM",
|
|
24
|
+
P = "P",
|
|
25
|
+
M2M = "M2M"
|
|
26
|
+
}
|
|
27
27
|
export declare function instanceOfRoles(value: any): boolean;
|
|
28
28
|
export declare function RolesFromJSON(json: any): Roles;
|
|
29
29
|
export declare function RolesFromJSONTyped(json: any, ignoreDiscriminator: boolean): Roles;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"roles.d.ts","sourceRoot":"","sources":["../../../src/generated/models/roles.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"roles.d.ts","sourceRoot":"","sources":["../../../src/generated/models/roles.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH;;;;GAIG;AACH,oBAAY,KAAK;IACb,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;IACT,CAAC,MAAM;IACP,CAAC,MAAM;IACP,EAAE,OAAO;IACT,CAAC,MAAM;IACP,GAAG,QAAQ;CACd;AAGD,wBAAgB,eAAe,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CASnD;AAED,wBAAgB,aAAa,CAAC,IAAI,EAAE,GAAG,GAAG,KAAK,CAE9C;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,KAAK,CAEjF;AAED,wBAAgB,WAAW,CAAC,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,CAErD;AAED,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,KAAK,CAEhF"}
|
|
@@ -17,21 +17,23 @@ exports.RolesToJSONTyped = exports.RolesToJSON = exports.RolesFromJSONTyped = ex
|
|
|
17
17
|
/**
|
|
18
18
|
* Role codenames associated with the user
|
|
19
19
|
* @export
|
|
20
|
+
* @enum {string}
|
|
20
21
|
*/
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
22
|
+
var Roles;
|
|
23
|
+
(function (Roles) {
|
|
24
|
+
Roles["GA"] = "GA";
|
|
25
|
+
Roles["OA"] = "OA";
|
|
26
|
+
Roles["SA"] = "SA";
|
|
27
|
+
Roles["M"] = "M";
|
|
28
|
+
Roles["O"] = "O";
|
|
29
|
+
Roles["SM"] = "SM";
|
|
30
|
+
Roles["P"] = "P";
|
|
31
|
+
Roles["M2M"] = "M2M";
|
|
32
|
+
})(Roles || (exports.Roles = Roles = {}));
|
|
31
33
|
function instanceOfRoles(value) {
|
|
32
|
-
for (const key in
|
|
33
|
-
if (Object.prototype.hasOwnProperty.call(
|
|
34
|
-
if (
|
|
34
|
+
for (const key in Roles) {
|
|
35
|
+
if (Object.prototype.hasOwnProperty.call(Roles, key)) {
|
|
36
|
+
if (Roles[key] === value) {
|
|
35
37
|
return true;
|
|
36
38
|
}
|
|
37
39
|
}
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
/**
|
|
13
13
|
* Role code name
|
|
14
14
|
* @export
|
|
15
|
+
* @enum {string}
|
|
15
16
|
*/
|
|
16
|
-
export declare
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
26
|
-
export type Roles1 = typeof Roles1[keyof typeof Roles1];
|
|
17
|
+
export declare enum Roles1 {
|
|
18
|
+
GA = "GA",
|
|
19
|
+
OA = "OA",
|
|
20
|
+
SA = "SA",
|
|
21
|
+
M = "M",
|
|
22
|
+
O = "O",
|
|
23
|
+
SM = "SM",
|
|
24
|
+
P = "P",
|
|
25
|
+
M2M = "M2M"
|
|
26
|
+
}
|
|
27
27
|
export declare function instanceOfRoles1(value: any): boolean;
|
|
28
28
|
export declare function Roles1FromJSON(json: any): Roles1;
|
|
29
29
|
export declare function Roles1FromJSONTyped(json: any, ignoreDiscriminator: boolean): Roles1;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"roles1.d.ts","sourceRoot":"","sources":["../../../src/generated/models/roles1.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"roles1.d.ts","sourceRoot":"","sources":["../../../src/generated/models/roles1.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH;;;;GAIG;AACH,oBAAY,MAAM;IACd,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;IACT,CAAC,MAAM;IACP,CAAC,MAAM;IACP,EAAE,OAAO;IACT,CAAC,MAAM;IACP,GAAG,QAAQ;CACd;AAGD,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CASpD;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,GAAG,GAAG,MAAM,CAEhD;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,MAAM,CAEnF;AAED,wBAAgB,YAAY,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,GAAG,CAEvD;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,MAAM,CAElF"}
|
|
@@ -17,21 +17,23 @@ exports.Roles1ToJSONTyped = exports.Roles1ToJSON = exports.Roles1FromJSONTyped =
|
|
|
17
17
|
/**
|
|
18
18
|
* Role code name
|
|
19
19
|
* @export
|
|
20
|
+
* @enum {string}
|
|
20
21
|
*/
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
22
|
+
var Roles1;
|
|
23
|
+
(function (Roles1) {
|
|
24
|
+
Roles1["GA"] = "GA";
|
|
25
|
+
Roles1["OA"] = "OA";
|
|
26
|
+
Roles1["SA"] = "SA";
|
|
27
|
+
Roles1["M"] = "M";
|
|
28
|
+
Roles1["O"] = "O";
|
|
29
|
+
Roles1["SM"] = "SM";
|
|
30
|
+
Roles1["P"] = "P";
|
|
31
|
+
Roles1["M2M"] = "M2M";
|
|
32
|
+
})(Roles1 || (exports.Roles1 = Roles1 = {}));
|
|
31
33
|
function instanceOfRoles1(value) {
|
|
32
|
-
for (const key in
|
|
33
|
-
if (Object.prototype.hasOwnProperty.call(
|
|
34
|
-
if (
|
|
34
|
+
for (const key in Roles1) {
|
|
35
|
+
if (Object.prototype.hasOwnProperty.call(Roles1, key)) {
|
|
36
|
+
if (Roles1[key] === value) {
|
|
35
37
|
return true;
|
|
36
38
|
}
|
|
37
39
|
}
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
/**
|
|
13
13
|
* Role code name
|
|
14
14
|
* @export
|
|
15
|
+
* @enum {string}
|
|
15
16
|
*/
|
|
16
|
-
export declare
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
26
|
-
export type Roles2 = typeof Roles2[keyof typeof Roles2];
|
|
17
|
+
export declare enum Roles2 {
|
|
18
|
+
GA = "GA",
|
|
19
|
+
OA = "OA",
|
|
20
|
+
SA = "SA",
|
|
21
|
+
M = "M",
|
|
22
|
+
O = "O",
|
|
23
|
+
SM = "SM",
|
|
24
|
+
P = "P",
|
|
25
|
+
M2M = "M2M"
|
|
26
|
+
}
|
|
27
27
|
export declare function instanceOfRoles2(value: any): boolean;
|
|
28
28
|
export declare function Roles2FromJSON(json: any): Roles2;
|
|
29
29
|
export declare function Roles2FromJSONTyped(json: any, ignoreDiscriminator: boolean): Roles2;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"roles2.d.ts","sourceRoot":"","sources":["../../../src/generated/models/roles2.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"roles2.d.ts","sourceRoot":"","sources":["../../../src/generated/models/roles2.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH;;;;GAIG;AACH,oBAAY,MAAM;IACd,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;IACT,CAAC,MAAM;IACP,CAAC,MAAM;IACP,EAAE,OAAO;IACT,CAAC,MAAM;IACP,GAAG,QAAQ;CACd;AAGD,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CASpD;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,GAAG,GAAG,MAAM,CAEhD;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,MAAM,CAEnF;AAED,wBAAgB,YAAY,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,GAAG,CAEvD;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,MAAM,CAElF"}
|
|
@@ -17,21 +17,23 @@ exports.Roles2ToJSONTyped = exports.Roles2ToJSON = exports.Roles2FromJSONTyped =
|
|
|
17
17
|
/**
|
|
18
18
|
* Role code name
|
|
19
19
|
* @export
|
|
20
|
+
* @enum {string}
|
|
20
21
|
*/
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
22
|
+
var Roles2;
|
|
23
|
+
(function (Roles2) {
|
|
24
|
+
Roles2["GA"] = "GA";
|
|
25
|
+
Roles2["OA"] = "OA";
|
|
26
|
+
Roles2["SA"] = "SA";
|
|
27
|
+
Roles2["M"] = "M";
|
|
28
|
+
Roles2["O"] = "O";
|
|
29
|
+
Roles2["SM"] = "SM";
|
|
30
|
+
Roles2["P"] = "P";
|
|
31
|
+
Roles2["M2M"] = "M2M";
|
|
32
|
+
})(Roles2 || (exports.Roles2 = Roles2 = {}));
|
|
31
33
|
function instanceOfRoles2(value) {
|
|
32
|
-
for (const key in
|
|
33
|
-
if (Object.prototype.hasOwnProperty.call(
|
|
34
|
-
if (
|
|
34
|
+
for (const key in Roles2) {
|
|
35
|
+
if (Object.prototype.hasOwnProperty.call(Roles2, key)) {
|
|
36
|
+
if (Roles2[key] === value) {
|
|
35
37
|
return true;
|
|
36
38
|
}
|
|
37
39
|
}
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
/**
|
|
13
13
|
* Role code name
|
|
14
14
|
* @export
|
|
15
|
+
* @enum {string}
|
|
15
16
|
*/
|
|
16
|
-
export declare
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
26
|
-
export type Roles3 = typeof Roles3[keyof typeof Roles3];
|
|
17
|
+
export declare enum Roles3 {
|
|
18
|
+
GA = "GA",
|
|
19
|
+
OA = "OA",
|
|
20
|
+
SA = "SA",
|
|
21
|
+
M = "M",
|
|
22
|
+
O = "O",
|
|
23
|
+
SM = "SM",
|
|
24
|
+
P = "P",
|
|
25
|
+
M2M = "M2M"
|
|
26
|
+
}
|
|
27
27
|
export declare function instanceOfRoles3(value: any): boolean;
|
|
28
28
|
export declare function Roles3FromJSON(json: any): Roles3;
|
|
29
29
|
export declare function Roles3FromJSONTyped(json: any, ignoreDiscriminator: boolean): Roles3;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"roles3.d.ts","sourceRoot":"","sources":["../../../src/generated/models/roles3.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"roles3.d.ts","sourceRoot":"","sources":["../../../src/generated/models/roles3.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH;;;;GAIG;AACH,oBAAY,MAAM;IACd,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;IACT,CAAC,MAAM;IACP,CAAC,MAAM;IACP,EAAE,OAAO;IACT,CAAC,MAAM;IACP,GAAG,QAAQ;CACd;AAGD,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CASpD;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,GAAG,GAAG,MAAM,CAEhD;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,MAAM,CAEnF;AAED,wBAAgB,YAAY,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,GAAG,CAEvD;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,MAAM,CAElF"}
|
|
@@ -17,21 +17,23 @@ exports.Roles3ToJSONTyped = exports.Roles3ToJSON = exports.Roles3FromJSONTyped =
|
|
|
17
17
|
/**
|
|
18
18
|
* Role code name
|
|
19
19
|
* @export
|
|
20
|
+
* @enum {string}
|
|
20
21
|
*/
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
22
|
+
var Roles3;
|
|
23
|
+
(function (Roles3) {
|
|
24
|
+
Roles3["GA"] = "GA";
|
|
25
|
+
Roles3["OA"] = "OA";
|
|
26
|
+
Roles3["SA"] = "SA";
|
|
27
|
+
Roles3["M"] = "M";
|
|
28
|
+
Roles3["O"] = "O";
|
|
29
|
+
Roles3["SM"] = "SM";
|
|
30
|
+
Roles3["P"] = "P";
|
|
31
|
+
Roles3["M2M"] = "M2M";
|
|
32
|
+
})(Roles3 || (exports.Roles3 = Roles3 = {}));
|
|
31
33
|
function instanceOfRoles3(value) {
|
|
32
|
-
for (const key in
|
|
33
|
-
if (Object.prototype.hasOwnProperty.call(
|
|
34
|
-
if (
|
|
34
|
+
for (const key in Roles3) {
|
|
35
|
+
if (Object.prototype.hasOwnProperty.call(Roles3, key)) {
|
|
36
|
+
if (Roles3[key] === value) {
|
|
35
37
|
return true;
|
|
36
38
|
}
|
|
37
39
|
}
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
/**
|
|
13
13
|
* Role code name
|
|
14
14
|
* @export
|
|
15
|
+
* @enum {string}
|
|
15
16
|
*/
|
|
16
|
-
export declare
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
26
|
-
export type Roles4 = typeof Roles4[keyof typeof Roles4];
|
|
17
|
+
export declare enum Roles4 {
|
|
18
|
+
GA = "GA",
|
|
19
|
+
OA = "OA",
|
|
20
|
+
SA = "SA",
|
|
21
|
+
M = "M",
|
|
22
|
+
O = "O",
|
|
23
|
+
SM = "SM",
|
|
24
|
+
P = "P",
|
|
25
|
+
M2M = "M2M"
|
|
26
|
+
}
|
|
27
27
|
export declare function instanceOfRoles4(value: any): boolean;
|
|
28
28
|
export declare function Roles4FromJSON(json: any): Roles4;
|
|
29
29
|
export declare function Roles4FromJSONTyped(json: any, ignoreDiscriminator: boolean): Roles4;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"roles4.d.ts","sourceRoot":"","sources":["../../../src/generated/models/roles4.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"roles4.d.ts","sourceRoot":"","sources":["../../../src/generated/models/roles4.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH;;;;GAIG;AACH,oBAAY,MAAM;IACd,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;IACT,CAAC,MAAM;IACP,CAAC,MAAM;IACP,EAAE,OAAO;IACT,CAAC,MAAM;IACP,GAAG,QAAQ;CACd;AAGD,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CASpD;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,GAAG,GAAG,MAAM,CAEhD;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,MAAM,CAEnF;AAED,wBAAgB,YAAY,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,GAAG,CAEvD;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,MAAM,CAElF"}
|
|
@@ -17,21 +17,23 @@ exports.Roles4ToJSONTyped = exports.Roles4ToJSON = exports.Roles4FromJSONTyped =
|
|
|
17
17
|
/**
|
|
18
18
|
* Role code name
|
|
19
19
|
* @export
|
|
20
|
+
* @enum {string}
|
|
20
21
|
*/
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
22
|
+
var Roles4;
|
|
23
|
+
(function (Roles4) {
|
|
24
|
+
Roles4["GA"] = "GA";
|
|
25
|
+
Roles4["OA"] = "OA";
|
|
26
|
+
Roles4["SA"] = "SA";
|
|
27
|
+
Roles4["M"] = "M";
|
|
28
|
+
Roles4["O"] = "O";
|
|
29
|
+
Roles4["SM"] = "SM";
|
|
30
|
+
Roles4["P"] = "P";
|
|
31
|
+
Roles4["M2M"] = "M2M";
|
|
32
|
+
})(Roles4 || (exports.Roles4 = Roles4 = {}));
|
|
31
33
|
function instanceOfRoles4(value) {
|
|
32
|
-
for (const key in
|
|
33
|
-
if (Object.prototype.hasOwnProperty.call(
|
|
34
|
-
if (
|
|
34
|
+
for (const key in Roles4) {
|
|
35
|
+
if (Object.prototype.hasOwnProperty.call(Roles4, key)) {
|
|
36
|
+
if (Roles4[key] === value) {
|
|
35
37
|
return true;
|
|
36
38
|
}
|
|
37
39
|
}
|