@arrowsphere/api-client 3.26.0-rc.bjp.1 → 3.26.0
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/CHANGELOG.md +6 -0
- package/build/abstractClient.d.ts +8 -1
- package/build/abstractEntity.js +16 -14
- package/build/axiosSingleton.js +2 -2
- package/build/campaign/entities/campaign/banners/banners.js +34 -32
- package/build/campaign/entities/campaign/campaign.js +53 -51
- package/build/campaign/entities/campaign/landingPage/landingPage.js +26 -24
- package/build/campaign/entities/campaign/landingPage/landingPageBody.js +37 -35
- package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooter.js +31 -29
- package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +25 -23
- package/build/campaign/entities/campaign/landingPage/landingPageHeader.js +31 -29
- package/build/campaign/entities/campaign/rules/rules.js +31 -29
- package/build/campaign/entities/campaignAssets/assets/assets.js +19 -17
- package/build/campaign/entities/campaignAssets/campaignAssets.js +16 -14
- package/build/campaign/entities/v2/campaign/banner/banner.js +34 -32
- package/build/campaign/entities/v2/campaign/campaign.js +50 -48
- package/build/campaign/entities/v2/campaign/landingPage/landingPage.js +26 -24
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooter.js +36 -34
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +22 -20
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeatureItem.js +34 -32
- package/build/campaign/entities/v2/campaign/landingPage/landingPageHeader.js +34 -32
- package/build/campaign/entities/v2/campaignList.js +16 -14
- package/build/campaign/index.js +1 -5
- package/build/cart/entities/index.js +1 -5
- package/build/cart/entities/item.js +28 -26
- package/build/cart/entities/itemList.js +16 -14
- package/build/cart/index.js +1 -5
- package/build/catalog/catalogGraphQLClient.d.ts +0 -2
- package/build/catalog/catalogGraphQLClient.js +1 -7
- package/build/catalog/index.js +1 -5
- package/build/catalog/types/catalogGraphQLTypes.js +0 -1
- package/build/consumption/entities/bi/consumptionBI.js +30 -28
- package/build/consumption/entities/bi/period/period.js +19 -17
- package/build/consumption/entities/bi/top/top.js +25 -23
- package/build/consumption/entities/consumption/consumption.js +19 -17
- package/build/consumption/index.js +1 -5
- package/build/contact/entities/contact.js +46 -44
- package/build/contact/entities/contactCreate.js +16 -14
- package/build/contact/entities/contactList.js +16 -14
- package/build/contact/index.js +1 -5
- package/build/customers/entities/customers/contact/contact.js +31 -29
- package/build/customers/entities/customers/customer.js +73 -71
- package/build/customers/entities/customers/customerContact/customerContact.js +40 -38
- package/build/customers/entities/customers/customerContact/customerContactList.js +16 -14
- package/build/customers/entities/customers/details/details.js +31 -29
- package/build/customers/entities/dataCustomers.js +16 -14
- package/build/customers/entities/dataInvitation.js +31 -29
- package/build/customers/entities/invitations/company/company.js +16 -14
- package/build/customers/entities/invitations/contact/invitationContact.js +28 -26
- package/build/customers/index.js +1 -5
- package/build/exception/index.js +1 -5
- package/build/general/entities/whoAmI.js +61 -59
- package/build/general/index.js +1 -5
- package/build/getResult.js +23 -21
- package/build/index.d.ts +1 -0
- package/build/index.js +2 -5
- package/build/licenses/entities/filterFindResult.js +19 -17
- package/build/licenses/entities/findResult.js +38 -36
- package/build/licenses/entities/getLicense/actionMessagesGetResult.js +28 -26
- package/build/licenses/entities/getLicense/actionsGetResult.js +43 -41
- package/build/licenses/entities/getLicense/buySellFindResult.js +19 -17
- package/build/licenses/entities/getLicense/licenseGetResult.js +107 -105
- package/build/licenses/entities/getLicense/licensePriceGetResult.js +22 -20
- package/build/licenses/entities/getLicense/orderGetResult.js +19 -17
- package/build/licenses/entities/getResult/getLicenseResult.js +16 -14
- package/build/licenses/entities/history/actionHistoryResult.js +25 -23
- package/build/licenses/entities/history/licenceHistoryResult.js +16 -14
- package/build/licenses/entities/license/activeSeatsFindResult.js +19 -17
- package/build/licenses/entities/license/configFindResult.js +22 -20
- package/build/licenses/entities/license/licenseFindResult.js +136 -134
- package/build/licenses/entities/license/priceFindResult.js +28 -26
- package/build/licenses/entities/license/warningFindResult.js +19 -17
- package/build/licenses/entities/offer/actionFlagsFindResult.js +22 -20
- package/build/licenses/entities/offer/offerFindResult.js +34 -32
- package/build/licenses/entities/offer/priceBandFindResult.js +37 -35
- package/build/licenses/entities/offer/priceband/billingFindResult.js +22 -20
- package/build/licenses/entities/offer/priceband/identifiers/arrowsphereFindResult.js +16 -14
- package/build/licenses/entities/offer/priceband/identifiersFindResult.js +16 -14
- package/build/licenses/entities/offer/priceband/priceBandActionFlagsFindResult.js +28 -26
- package/build/licenses/entities/offer/priceband/priceBandPriceFindResult.js +22 -20
- package/build/licenses/entities/offer/priceband/saleConstraintsFindResult.js +19 -17
- package/build/licenses/index.js +1 -5
- package/build/orders/entities/dataListOrders.js +16 -14
- package/build/orders/entities/orders/order.js +41 -39
- package/build/orders/entities/orders/partner/partner.js +19 -17
- package/build/orders/entities/orders/products/identifiers/productIdentifiers.js +16 -14
- package/build/orders/entities/orders/products/identifiers/vendor/identifiersVendor.js +16 -14
- package/build/orders/entities/orders/products/prices/productPrices.js +34 -32
- package/build/orders/entities/orders/products/products.js +58 -56
- package/build/orders/entities/orders/products/program/productProgram.js +16 -14
- package/build/orders/entities/referenceLink.js +19 -17
- package/build/orders/index.js +1 -5
- package/build/pagination.js +31 -29
- package/build/publicApiClient.d.ts +2 -0
- package/build/publicApiClient.js +7 -0
- package/build/security/index.js +1 -5
- package/build/security/register/entity/registrationLink.js +16 -14
- package/build/security/register/index.js +1 -5
- package/build/security/standards/entities/checks/checks.js +19 -17
- package/build/security/standards/entities/checks/securityChecks.js +40 -38
- package/build/security/standards/entities/resources/resources.js +28 -26
- package/build/security/standards/entities/resources/securityResources.js +19 -17
- package/build/security/standards/entities/standards/securityStandards.js +31 -29
- package/build/security/standards/entities/standards/standards.js +19 -17
- package/build/security/standards/index.js +1 -5
- package/build/shared/index.js +1 -5
- package/build/subscriptions/entities/subscription.js +58 -56
- package/build/subscriptions/entities/subscriptionsListResult.js +41 -39
- package/build/subscriptions/index.js +1 -5
- package/build/supportCenter/entities/issue/attachment.d.ts +29 -0
- package/build/supportCenter/entities/issue/attachment.js +76 -0
- package/build/supportCenter/entities/issue/comment.d.ts +30 -0
- package/build/supportCenter/entities/issue/comment.js +82 -0
- package/build/supportCenter/entities/issue/issue.d.ts +142 -0
- package/build/supportCenter/entities/issue/issue.js +315 -0
- package/build/supportCenter/entities/topic.d.ts +32 -0
- package/build/supportCenter/entities/topic.js +83 -0
- package/build/supportCenter/index.d.ts +8 -0
- package/build/supportCenter/index.js +21 -0
- package/build/supportCenter/payloads/attachment.d.ts +6 -0
- package/build/supportCenter/payloads/attachment.js +4 -0
- package/build/supportCenter/payloads/comment.d.ts +6 -0
- package/build/supportCenter/payloads/comment.js +4 -0
- package/build/supportCenter/payloads/issue.d.ts +32 -0
- package/build/supportCenter/payloads/issue.js +16 -0
- package/build/supportCenter/supportCenterClient.d.ts +42 -0
- package/build/supportCenter/supportCenterClient.js +68 -0
- package/package.json +3 -6
- package/build/catalog/types/catalogGraphQLQueries.d.ts +0 -12
- package/build/catalog/types/catalogGraphQLQueries.js +0 -3
- package/build/catalog/types/catalogGraphQLSchemas.d.ts +0 -30
- package/build/catalog/types/catalogGraphQLSchemas.js +0 -4
- package/build/catalog/types/queryArguments.d.ts +0 -42
- package/build/catalog/types/queryArguments.js +0 -9
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
|
|
3
|
+
if (!privateMap.has(receiver)) {
|
|
4
|
+
throw new TypeError("attempted to set private field on non-instance");
|
|
5
|
+
}
|
|
6
|
+
privateMap.set(receiver, value);
|
|
7
|
+
return value;
|
|
7
8
|
};
|
|
8
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
9
|
-
if (
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
|
|
10
|
+
if (!privateMap.has(receiver)) {
|
|
11
|
+
throw new TypeError("attempted to get private field on non-instance");
|
|
12
|
+
}
|
|
13
|
+
return privateMap.get(receiver);
|
|
12
14
|
};
|
|
13
|
-
var
|
|
15
|
+
var _history, _update, _increaseSeats, _decreaseSeats, _addons_catalog, _suspend, _reactivate, _autoRenewOff, _autoRenewOn, _cancel;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.ActionsGetResult = exports.ActionsGetFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../abstractEntity");
|
|
@@ -30,56 +32,56 @@ var ActionsGetFields;
|
|
|
30
32
|
class ActionsGetResult extends abstractEntity_1.AbstractEntity {
|
|
31
33
|
constructor(data) {
|
|
32
34
|
super(data);
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
__classPrivateFieldSet(this,
|
|
44
|
-
__classPrivateFieldSet(this,
|
|
45
|
-
__classPrivateFieldSet(this,
|
|
46
|
-
__classPrivateFieldSet(this,
|
|
47
|
-
__classPrivateFieldSet(this,
|
|
48
|
-
__classPrivateFieldSet(this,
|
|
49
|
-
__classPrivateFieldSet(this,
|
|
50
|
-
__classPrivateFieldSet(this,
|
|
51
|
-
__classPrivateFieldSet(this,
|
|
52
|
-
__classPrivateFieldSet(this,
|
|
35
|
+
_history.set(this, void 0);
|
|
36
|
+
_update.set(this, void 0);
|
|
37
|
+
_increaseSeats.set(this, void 0);
|
|
38
|
+
_decreaseSeats.set(this, void 0);
|
|
39
|
+
_addons_catalog.set(this, void 0);
|
|
40
|
+
_suspend.set(this, void 0);
|
|
41
|
+
_reactivate.set(this, void 0);
|
|
42
|
+
_autoRenewOff.set(this, void 0);
|
|
43
|
+
_autoRenewOn.set(this, void 0);
|
|
44
|
+
_cancel.set(this, void 0);
|
|
45
|
+
__classPrivateFieldSet(this, _history, data[ActionsGetFields.COLUMN_HISTORY]);
|
|
46
|
+
__classPrivateFieldSet(this, _update, data[ActionsGetFields.COLUMN_UPDATE]);
|
|
47
|
+
__classPrivateFieldSet(this, _increaseSeats, data[ActionsGetFields.COLUMN_INCREASE_SEATS]);
|
|
48
|
+
__classPrivateFieldSet(this, _decreaseSeats, data[ActionsGetFields.COLUMN_DECREASE_SEATS]);
|
|
49
|
+
__classPrivateFieldSet(this, _addons_catalog, data[ActionsGetFields.COLUMN_ADDONS_CATALOG]);
|
|
50
|
+
__classPrivateFieldSet(this, _suspend, data[ActionsGetFields.COLUMN_SUSPEND]);
|
|
51
|
+
__classPrivateFieldSet(this, _reactivate, data[ActionsGetFields.COLUMN_REACTIVATE]);
|
|
52
|
+
__classPrivateFieldSet(this, _autoRenewOff, data[ActionsGetFields.COLUMN_AUTO_RENEW_OFF]);
|
|
53
|
+
__classPrivateFieldSet(this, _autoRenewOn, data[ActionsGetFields.COLUMN_AUTO_RENEW_ON]);
|
|
54
|
+
__classPrivateFieldSet(this, _cancel, data[ActionsGetFields.COLUMN_CANCEL]);
|
|
53
55
|
}
|
|
54
56
|
get history() {
|
|
55
|
-
return __classPrivateFieldGet(this,
|
|
57
|
+
return __classPrivateFieldGet(this, _history);
|
|
56
58
|
}
|
|
57
59
|
get update() {
|
|
58
|
-
return __classPrivateFieldGet(this,
|
|
60
|
+
return __classPrivateFieldGet(this, _update);
|
|
59
61
|
}
|
|
60
62
|
get increaseSeats() {
|
|
61
|
-
return __classPrivateFieldGet(this,
|
|
63
|
+
return __classPrivateFieldGet(this, _increaseSeats);
|
|
62
64
|
}
|
|
63
65
|
get decreaseSeats() {
|
|
64
|
-
return __classPrivateFieldGet(this,
|
|
66
|
+
return __classPrivateFieldGet(this, _decreaseSeats);
|
|
65
67
|
}
|
|
66
68
|
get addonsCatalog() {
|
|
67
|
-
return __classPrivateFieldGet(this,
|
|
69
|
+
return __classPrivateFieldGet(this, _addons_catalog);
|
|
68
70
|
}
|
|
69
71
|
get suspend() {
|
|
70
|
-
return __classPrivateFieldGet(this,
|
|
72
|
+
return __classPrivateFieldGet(this, _suspend);
|
|
71
73
|
}
|
|
72
74
|
get reactivate() {
|
|
73
|
-
return __classPrivateFieldGet(this,
|
|
75
|
+
return __classPrivateFieldGet(this, _reactivate);
|
|
74
76
|
}
|
|
75
77
|
get autoRenewOff() {
|
|
76
|
-
return __classPrivateFieldGet(this,
|
|
78
|
+
return __classPrivateFieldGet(this, _autoRenewOff);
|
|
77
79
|
}
|
|
78
80
|
get autoRenewOn() {
|
|
79
|
-
return __classPrivateFieldGet(this,
|
|
81
|
+
return __classPrivateFieldGet(this, _autoRenewOn);
|
|
80
82
|
}
|
|
81
83
|
get cancel() {
|
|
82
|
-
return __classPrivateFieldGet(this,
|
|
84
|
+
return __classPrivateFieldGet(this, _cancel);
|
|
83
85
|
}
|
|
84
86
|
toJSON() {
|
|
85
87
|
return {
|
|
@@ -97,5 +99,5 @@ class ActionsGetResult extends abstractEntity_1.AbstractEntity {
|
|
|
97
99
|
}
|
|
98
100
|
}
|
|
99
101
|
exports.ActionsGetResult = ActionsGetResult;
|
|
100
|
-
|
|
102
|
+
_history = new WeakMap(), _update = new WeakMap(), _increaseSeats = new WeakMap(), _decreaseSeats = new WeakMap(), _addons_catalog = new WeakMap(), _suspend = new WeakMap(), _reactivate = new WeakMap(), _autoRenewOff = new WeakMap(), _autoRenewOn = new WeakMap(), _cancel = new WeakMap();
|
|
101
103
|
//# sourceMappingURL=actionsGetResult.js.map
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
|
|
3
|
+
if (!privateMap.has(receiver)) {
|
|
4
|
+
throw new TypeError("attempted to set private field on non-instance");
|
|
5
|
+
}
|
|
6
|
+
privateMap.set(receiver, value);
|
|
7
|
+
return value;
|
|
7
8
|
};
|
|
8
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
9
|
-
if (
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
|
|
10
|
+
if (!privateMap.has(receiver)) {
|
|
11
|
+
throw new TypeError("attempted to get private field on non-instance");
|
|
12
|
+
}
|
|
13
|
+
return privateMap.get(receiver);
|
|
12
14
|
};
|
|
13
|
-
var
|
|
15
|
+
var _buy, _sell;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.BuySellFindResult = exports.BuySellFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../abstractEntity");
|
|
@@ -22,16 +24,16 @@ var BuySellFields;
|
|
|
22
24
|
class BuySellFindResult extends abstractEntity_1.AbstractEntity {
|
|
23
25
|
constructor(data) {
|
|
24
26
|
super(data);
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
__classPrivateFieldSet(this,
|
|
28
|
-
__classPrivateFieldSet(this,
|
|
27
|
+
_buy.set(this, void 0);
|
|
28
|
+
_sell.set(this, void 0);
|
|
29
|
+
__classPrivateFieldSet(this, _buy, data[BuySellFields.COLUMN_BUY]);
|
|
30
|
+
__classPrivateFieldSet(this, _sell, data[BuySellFields.COLUMN_SELL]);
|
|
29
31
|
}
|
|
30
32
|
get buy() {
|
|
31
|
-
return __classPrivateFieldGet(this,
|
|
33
|
+
return __classPrivateFieldGet(this, _buy);
|
|
32
34
|
}
|
|
33
35
|
get sell() {
|
|
34
|
-
return __classPrivateFieldGet(this,
|
|
36
|
+
return __classPrivateFieldGet(this, _sell);
|
|
35
37
|
}
|
|
36
38
|
toJSON() {
|
|
37
39
|
return {
|
|
@@ -41,5 +43,5 @@ class BuySellFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
41
43
|
}
|
|
42
44
|
}
|
|
43
45
|
exports.BuySellFindResult = BuySellFindResult;
|
|
44
|
-
|
|
46
|
+
_buy = new WeakMap(), _sell = new WeakMap();
|
|
45
47
|
//# sourceMappingURL=buySellFindResult.js.map
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
|
|
3
|
+
if (!privateMap.has(receiver)) {
|
|
4
|
+
throw new TypeError("attempted to set private field on non-instance");
|
|
5
|
+
}
|
|
6
|
+
privateMap.set(receiver, value);
|
|
7
|
+
return value;
|
|
7
8
|
};
|
|
8
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
9
|
-
if (
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
|
|
10
|
+
if (!privateMap.has(receiver)) {
|
|
11
|
+
throw new TypeError("attempted to get private field on non-instance");
|
|
12
|
+
}
|
|
13
|
+
return privateMap.get(receiver);
|
|
12
14
|
};
|
|
13
|
-
var
|
|
15
|
+
var _license_id, _parent_license_id, _friendlyName, _customer_ref, _state, _statusCode, _isTrial, _isAddon, _service_ref, _sku, _name, _seats, _activeSeats, _activation_datetime, _expiry_datetime, _autoRenew, _message, _actions, _actionMessages, _order_reference, _order, _vendor_license_id, _periodicity, _periodicityCode, _term, _termCode, _category, _program, _associatedSubscriptionProgram, _price, _arrowSubCategories;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.LicenseGetResult = exports.LicenseGetFields = void 0;
|
|
16
18
|
const actionsGetResult_1 = require("./actionsGetResult");
|
|
@@ -57,163 +59,163 @@ class LicenseGetResult extends abstractEntity_1.AbstractEntity {
|
|
|
57
59
|
constructor(licenseGetDataInput) {
|
|
58
60
|
var _a;
|
|
59
61
|
super(licenseGetDataInput);
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
__classPrivateFieldSet(this,
|
|
92
|
-
__classPrivateFieldSet(this,
|
|
93
|
-
__classPrivateFieldSet(this,
|
|
94
|
-
__classPrivateFieldSet(this,
|
|
95
|
-
__classPrivateFieldSet(this,
|
|
96
|
-
__classPrivateFieldSet(this,
|
|
97
|
-
__classPrivateFieldSet(this,
|
|
98
|
-
__classPrivateFieldSet(this,
|
|
99
|
-
__classPrivateFieldSet(this,
|
|
100
|
-
__classPrivateFieldSet(this,
|
|
101
|
-
__classPrivateFieldSet(this,
|
|
102
|
-
__classPrivateFieldSet(this,
|
|
103
|
-
__classPrivateFieldSet(this,
|
|
104
|
-
__classPrivateFieldSet(this,
|
|
105
|
-
__classPrivateFieldSet(this,
|
|
106
|
-
__classPrivateFieldSet(this,
|
|
107
|
-
__classPrivateFieldSet(this,
|
|
108
|
-
__classPrivateFieldSet(this,
|
|
62
|
+
_license_id.set(this, void 0);
|
|
63
|
+
_parent_license_id.set(this, void 0);
|
|
64
|
+
_friendlyName.set(this, void 0);
|
|
65
|
+
_customer_ref.set(this, void 0);
|
|
66
|
+
_state.set(this, void 0);
|
|
67
|
+
_statusCode.set(this, void 0);
|
|
68
|
+
_isTrial.set(this, void 0);
|
|
69
|
+
_isAddon.set(this, void 0);
|
|
70
|
+
_service_ref.set(this, void 0);
|
|
71
|
+
_sku.set(this, void 0);
|
|
72
|
+
_name.set(this, void 0);
|
|
73
|
+
_seats.set(this, void 0);
|
|
74
|
+
_activeSeats.set(this, void 0);
|
|
75
|
+
_activation_datetime.set(this, void 0);
|
|
76
|
+
_expiry_datetime.set(this, void 0);
|
|
77
|
+
_autoRenew.set(this, void 0);
|
|
78
|
+
_message.set(this, void 0);
|
|
79
|
+
_actions.set(this, void 0);
|
|
80
|
+
_actionMessages.set(this, void 0);
|
|
81
|
+
_order_reference.set(this, void 0);
|
|
82
|
+
_order.set(this, void 0);
|
|
83
|
+
_vendor_license_id.set(this, void 0);
|
|
84
|
+
_periodicity.set(this, void 0);
|
|
85
|
+
_periodicityCode.set(this, void 0);
|
|
86
|
+
_term.set(this, void 0);
|
|
87
|
+
_termCode.set(this, void 0);
|
|
88
|
+
_category.set(this, void 0);
|
|
89
|
+
_program.set(this, void 0);
|
|
90
|
+
_associatedSubscriptionProgram.set(this, void 0);
|
|
91
|
+
_price.set(this, void 0);
|
|
92
|
+
_arrowSubCategories.set(this, void 0);
|
|
93
|
+
__classPrivateFieldSet(this, _license_id, licenseGetDataInput[LicenseGetFields.COLUMN_LICENSE_ID]);
|
|
94
|
+
__classPrivateFieldSet(this, _parent_license_id, licenseGetDataInput[LicenseGetFields.COLUMN_PARENT_LICENSE_ID]);
|
|
95
|
+
__classPrivateFieldSet(this, _friendlyName, licenseGetDataInput[LicenseGetFields.COLUMN_FRIENDLY_NAME]);
|
|
96
|
+
__classPrivateFieldSet(this, _customer_ref, licenseGetDataInput[LicenseGetFields.COLUMN_CUSTOMER_REF]);
|
|
97
|
+
__classPrivateFieldSet(this, _state, licenseGetDataInput[LicenseGetFields.COLUMN_STATE]);
|
|
98
|
+
__classPrivateFieldSet(this, _statusCode, licenseGetDataInput[LicenseGetFields.COLUMN_STATUS_CODE]);
|
|
99
|
+
__classPrivateFieldSet(this, _isTrial, licenseGetDataInput[LicenseGetFields.COLUMN_IS_TRIAL]);
|
|
100
|
+
__classPrivateFieldSet(this, _isAddon, licenseGetDataInput[LicenseGetFields.COLUMN_IS_ADDON]);
|
|
101
|
+
__classPrivateFieldSet(this, _service_ref, licenseGetDataInput[LicenseGetFields.COLUMN_SERVICE_REF]);
|
|
102
|
+
__classPrivateFieldSet(this, _sku, licenseGetDataInput[LicenseGetFields.COLUMN_SKU]);
|
|
103
|
+
__classPrivateFieldSet(this, _name, licenseGetDataInput[LicenseGetFields.COLUMN_NAME]);
|
|
104
|
+
__classPrivateFieldSet(this, _seats, licenseGetDataInput[LicenseGetFields.COLUMN_SEATS]);
|
|
105
|
+
__classPrivateFieldSet(this, _activeSeats, new activeSeatsFindResult_1.ActiveSeatsFindResult(licenseGetDataInput[LicenseGetFields.COLUMN_ACTIVE_SEATS]));
|
|
106
|
+
__classPrivateFieldSet(this, _activation_datetime, licenseGetDataInput[LicenseGetFields.COLUMN_ACTIVATION_DATETIME]);
|
|
107
|
+
__classPrivateFieldSet(this, _expiry_datetime, licenseGetDataInput[LicenseGetFields.COLUMN_EXPIRY_DATETIME]);
|
|
108
|
+
__classPrivateFieldSet(this, _autoRenew, licenseGetDataInput[LicenseGetFields.COLUMN_AUTO_RENEW]);
|
|
109
|
+
__classPrivateFieldSet(this, _message, licenseGetDataInput[LicenseGetFields.COLUMN_MESSAGE]);
|
|
110
|
+
__classPrivateFieldSet(this, _actions, licenseGetDataInput[LicenseGetFields.COLUMN_ACTIONS]
|
|
109
111
|
? new actionsGetResult_1.ActionsGetResult(licenseGetDataInput[LicenseGetFields.COLUMN_ACTIONS])
|
|
110
|
-
: undefined
|
|
111
|
-
__classPrivateFieldSet(this,
|
|
112
|
-
__classPrivateFieldSet(this,
|
|
113
|
-
__classPrivateFieldSet(this,
|
|
114
|
-
__classPrivateFieldSet(this,
|
|
115
|
-
__classPrivateFieldSet(this,
|
|
116
|
-
__classPrivateFieldSet(this,
|
|
117
|
-
__classPrivateFieldSet(this,
|
|
118
|
-
__classPrivateFieldSet(this,
|
|
119
|
-
__classPrivateFieldSet(this,
|
|
120
|
-
__classPrivateFieldSet(this,
|
|
121
|
-
__classPrivateFieldSet(this,
|
|
122
|
-
__classPrivateFieldSet(this,
|
|
123
|
-
__classPrivateFieldSet(this,
|
|
112
|
+
: undefined);
|
|
113
|
+
__classPrivateFieldSet(this, _actionMessages, (_a = licenseGetDataInput[LicenseGetFields.COLUMN_ACTION_MESSAGES]) === null || _a === void 0 ? void 0 : _a.map((result) => new actionMessagesGetResult_1.ActionMessagesGetResult(result)));
|
|
114
|
+
__classPrivateFieldSet(this, _order_reference, licenseGetDataInput[LicenseGetFields.COLUMN_ORDER_REFERENCE]);
|
|
115
|
+
__classPrivateFieldSet(this, _order, new orderGetResult_1.OrderGetResult(licenseGetDataInput[LicenseGetFields.COLUMN_ORDER]));
|
|
116
|
+
__classPrivateFieldSet(this, _vendor_license_id, licenseGetDataInput[LicenseGetFields.COLUMN_VENDOR_LICENSE_ID]);
|
|
117
|
+
__classPrivateFieldSet(this, _periodicity, licenseGetDataInput[LicenseGetFields.COLUMN_PERIODICITY]);
|
|
118
|
+
__classPrivateFieldSet(this, _periodicityCode, licenseGetDataInput[LicenseGetFields.COLUMN_PERIODICITY_CODE]);
|
|
119
|
+
__classPrivateFieldSet(this, _term, licenseGetDataInput[LicenseGetFields.COLUMN_TERM]);
|
|
120
|
+
__classPrivateFieldSet(this, _termCode, licenseGetDataInput[LicenseGetFields.COLUMN_TERM_CODE]);
|
|
121
|
+
__classPrivateFieldSet(this, _category, licenseGetDataInput[LicenseGetFields.COLUMN_CATEGORY]);
|
|
122
|
+
__classPrivateFieldSet(this, _program, licenseGetDataInput[LicenseGetFields.COLUMN_PROGRAM]);
|
|
123
|
+
__classPrivateFieldSet(this, _associatedSubscriptionProgram, licenseGetDataInput[LicenseGetFields.COLUMN_ASSOCIATED_SUBSCRIPTION_PROGRAM]);
|
|
124
|
+
__classPrivateFieldSet(this, _price, new licensePriceGetResult_1.LicensePriceGetResult(licenseGetDataInput[LicenseGetFields.COLUMN_PRICE]));
|
|
125
|
+
__classPrivateFieldSet(this, _arrowSubCategories, licenseGetDataInput[LicenseGetFields.COLUMN_ARROW_SUB_CATEGORIES]);
|
|
124
126
|
}
|
|
125
127
|
get id() {
|
|
126
|
-
return __classPrivateFieldGet(this,
|
|
128
|
+
return __classPrivateFieldGet(this, _license_id);
|
|
127
129
|
}
|
|
128
130
|
get parentLicenseId() {
|
|
129
|
-
return __classPrivateFieldGet(this,
|
|
131
|
+
return __classPrivateFieldGet(this, _parent_license_id);
|
|
130
132
|
}
|
|
131
133
|
get friendlyName() {
|
|
132
|
-
return __classPrivateFieldGet(this,
|
|
134
|
+
return __classPrivateFieldGet(this, _friendlyName);
|
|
133
135
|
}
|
|
134
136
|
get customerRef() {
|
|
135
|
-
return __classPrivateFieldGet(this,
|
|
137
|
+
return __classPrivateFieldGet(this, _customer_ref);
|
|
136
138
|
}
|
|
137
139
|
get state() {
|
|
138
|
-
return __classPrivateFieldGet(this,
|
|
140
|
+
return __classPrivateFieldGet(this, _state);
|
|
139
141
|
}
|
|
140
142
|
get statusCode() {
|
|
141
|
-
return __classPrivateFieldGet(this,
|
|
143
|
+
return __classPrivateFieldGet(this, _statusCode);
|
|
142
144
|
}
|
|
143
145
|
get isTrial() {
|
|
144
|
-
return __classPrivateFieldGet(this,
|
|
146
|
+
return __classPrivateFieldGet(this, _isTrial);
|
|
145
147
|
}
|
|
146
148
|
get isAddon() {
|
|
147
|
-
return __classPrivateFieldGet(this,
|
|
149
|
+
return __classPrivateFieldGet(this, _isAddon);
|
|
148
150
|
}
|
|
149
151
|
get serviceRef() {
|
|
150
|
-
return __classPrivateFieldGet(this,
|
|
152
|
+
return __classPrivateFieldGet(this, _service_ref);
|
|
151
153
|
}
|
|
152
154
|
get sku() {
|
|
153
|
-
return __classPrivateFieldGet(this,
|
|
155
|
+
return __classPrivateFieldGet(this, _sku);
|
|
154
156
|
}
|
|
155
157
|
get name() {
|
|
156
|
-
return __classPrivateFieldGet(this,
|
|
158
|
+
return __classPrivateFieldGet(this, _name);
|
|
157
159
|
}
|
|
158
160
|
get seats() {
|
|
159
|
-
return __classPrivateFieldGet(this,
|
|
161
|
+
return __classPrivateFieldGet(this, _seats);
|
|
160
162
|
}
|
|
161
163
|
get activeSeats() {
|
|
162
|
-
return __classPrivateFieldGet(this,
|
|
164
|
+
return __classPrivateFieldGet(this, _activeSeats);
|
|
163
165
|
}
|
|
164
166
|
get activationDatetime() {
|
|
165
|
-
return __classPrivateFieldGet(this,
|
|
167
|
+
return __classPrivateFieldGet(this, _activation_datetime);
|
|
166
168
|
}
|
|
167
169
|
get expiryDatetime() {
|
|
168
|
-
return __classPrivateFieldGet(this,
|
|
170
|
+
return __classPrivateFieldGet(this, _expiry_datetime);
|
|
169
171
|
}
|
|
170
172
|
get autoRenew() {
|
|
171
|
-
return __classPrivateFieldGet(this,
|
|
173
|
+
return __classPrivateFieldGet(this, _autoRenew);
|
|
172
174
|
}
|
|
173
175
|
get message() {
|
|
174
|
-
return __classPrivateFieldGet(this,
|
|
176
|
+
return __classPrivateFieldGet(this, _message);
|
|
175
177
|
}
|
|
176
178
|
get actions() {
|
|
177
|
-
return __classPrivateFieldGet(this,
|
|
179
|
+
return __classPrivateFieldGet(this, _actions);
|
|
178
180
|
}
|
|
179
181
|
get actionMessages() {
|
|
180
|
-
return __classPrivateFieldGet(this,
|
|
182
|
+
return __classPrivateFieldGet(this, _actionMessages);
|
|
181
183
|
}
|
|
182
184
|
get orderReference() {
|
|
183
|
-
return __classPrivateFieldGet(this,
|
|
185
|
+
return __classPrivateFieldGet(this, _order_reference);
|
|
184
186
|
}
|
|
185
187
|
get order() {
|
|
186
|
-
return __classPrivateFieldGet(this,
|
|
188
|
+
return __classPrivateFieldGet(this, _order);
|
|
187
189
|
}
|
|
188
190
|
get vendorLicenseId() {
|
|
189
|
-
return __classPrivateFieldGet(this,
|
|
191
|
+
return __classPrivateFieldGet(this, _vendor_license_id);
|
|
190
192
|
}
|
|
191
193
|
get periodicity() {
|
|
192
|
-
return __classPrivateFieldGet(this,
|
|
194
|
+
return __classPrivateFieldGet(this, _periodicity);
|
|
193
195
|
}
|
|
194
196
|
get periodicityCode() {
|
|
195
|
-
return __classPrivateFieldGet(this,
|
|
197
|
+
return __classPrivateFieldGet(this, _periodicityCode);
|
|
196
198
|
}
|
|
197
199
|
get term() {
|
|
198
|
-
return __classPrivateFieldGet(this,
|
|
200
|
+
return __classPrivateFieldGet(this, _term);
|
|
199
201
|
}
|
|
200
202
|
get termCode() {
|
|
201
|
-
return __classPrivateFieldGet(this,
|
|
203
|
+
return __classPrivateFieldGet(this, _termCode);
|
|
202
204
|
}
|
|
203
205
|
get category() {
|
|
204
|
-
return __classPrivateFieldGet(this,
|
|
206
|
+
return __classPrivateFieldGet(this, _category);
|
|
205
207
|
}
|
|
206
208
|
get program() {
|
|
207
|
-
return __classPrivateFieldGet(this,
|
|
209
|
+
return __classPrivateFieldGet(this, _program);
|
|
208
210
|
}
|
|
209
211
|
get associatedSubscriptionProgram() {
|
|
210
|
-
return __classPrivateFieldGet(this,
|
|
212
|
+
return __classPrivateFieldGet(this, _associatedSubscriptionProgram);
|
|
211
213
|
}
|
|
212
214
|
get price() {
|
|
213
|
-
return __classPrivateFieldGet(this,
|
|
215
|
+
return __classPrivateFieldGet(this, _price);
|
|
214
216
|
}
|
|
215
217
|
get arrowSubCategories() {
|
|
216
|
-
return __classPrivateFieldGet(this,
|
|
218
|
+
return __classPrivateFieldGet(this, _arrowSubCategories);
|
|
217
219
|
}
|
|
218
220
|
toJSON() {
|
|
219
221
|
var _a, _b;
|
|
@@ -254,5 +256,5 @@ class LicenseGetResult extends abstractEntity_1.AbstractEntity {
|
|
|
254
256
|
}
|
|
255
257
|
}
|
|
256
258
|
exports.LicenseGetResult = LicenseGetResult;
|
|
257
|
-
|
|
259
|
+
_license_id = new WeakMap(), _parent_license_id = new WeakMap(), _friendlyName = new WeakMap(), _customer_ref = new WeakMap(), _state = new WeakMap(), _statusCode = new WeakMap(), _isTrial = new WeakMap(), _isAddon = new WeakMap(), _service_ref = new WeakMap(), _sku = new WeakMap(), _name = new WeakMap(), _seats = new WeakMap(), _activeSeats = new WeakMap(), _activation_datetime = new WeakMap(), _expiry_datetime = new WeakMap(), _autoRenew = new WeakMap(), _message = new WeakMap(), _actions = new WeakMap(), _actionMessages = new WeakMap(), _order_reference = new WeakMap(), _order = new WeakMap(), _vendor_license_id = new WeakMap(), _periodicity = new WeakMap(), _periodicityCode = new WeakMap(), _term = new WeakMap(), _termCode = new WeakMap(), _category = new WeakMap(), _program = new WeakMap(), _associatedSubscriptionProgram = new WeakMap(), _price = new WeakMap(), _arrowSubCategories = new WeakMap();
|
|
258
260
|
//# sourceMappingURL=licenseGetResult.js.map
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
|
|
3
|
+
if (!privateMap.has(receiver)) {
|
|
4
|
+
throw new TypeError("attempted to set private field on non-instance");
|
|
5
|
+
}
|
|
6
|
+
privateMap.set(receiver, value);
|
|
7
|
+
return value;
|
|
7
8
|
};
|
|
8
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
9
|
-
if (
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
|
|
10
|
+
if (!privateMap.has(receiver)) {
|
|
11
|
+
throw new TypeError("attempted to get private field on non-instance");
|
|
12
|
+
}
|
|
13
|
+
return privateMap.get(receiver);
|
|
12
14
|
};
|
|
13
|
-
var
|
|
15
|
+
var _currency, _unit, _total;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.LicensePriceGetResult = exports.LicensePriceGetFields = void 0;
|
|
16
18
|
const buySellFindResult_1 = require("./buySellFindResult");
|
|
@@ -24,21 +26,21 @@ var LicensePriceGetFields;
|
|
|
24
26
|
class LicensePriceGetResult extends abstractEntity_1.AbstractEntity {
|
|
25
27
|
constructor(data) {
|
|
26
28
|
super(data);
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
__classPrivateFieldSet(this,
|
|
31
|
-
__classPrivateFieldSet(this,
|
|
32
|
-
__classPrivateFieldSet(this,
|
|
29
|
+
_currency.set(this, void 0);
|
|
30
|
+
_unit.set(this, void 0);
|
|
31
|
+
_total.set(this, void 0);
|
|
32
|
+
__classPrivateFieldSet(this, _currency, data[LicensePriceGetFields.COLUMN_CURRENCY]);
|
|
33
|
+
__classPrivateFieldSet(this, _unit, new buySellFindResult_1.BuySellFindResult(data[LicensePriceGetFields.COLUMN_UNIT]));
|
|
34
|
+
__classPrivateFieldSet(this, _total, new buySellFindResult_1.BuySellFindResult(data[LicensePriceGetFields.COLUMN_TOTAL]));
|
|
33
35
|
}
|
|
34
36
|
get currency() {
|
|
35
|
-
return __classPrivateFieldGet(this,
|
|
37
|
+
return __classPrivateFieldGet(this, _currency);
|
|
36
38
|
}
|
|
37
39
|
get unit() {
|
|
38
|
-
return __classPrivateFieldGet(this,
|
|
40
|
+
return __classPrivateFieldGet(this, _unit);
|
|
39
41
|
}
|
|
40
42
|
get total() {
|
|
41
|
-
return __classPrivateFieldGet(this,
|
|
43
|
+
return __classPrivateFieldGet(this, _total);
|
|
42
44
|
}
|
|
43
45
|
toJSON() {
|
|
44
46
|
return {
|
|
@@ -49,5 +51,5 @@ class LicensePriceGetResult extends abstractEntity_1.AbstractEntity {
|
|
|
49
51
|
}
|
|
50
52
|
}
|
|
51
53
|
exports.LicensePriceGetResult = LicensePriceGetResult;
|
|
52
|
-
|
|
54
|
+
_currency = new WeakMap(), _unit = new WeakMap(), _total = new WeakMap();
|
|
53
55
|
//# sourceMappingURL=licensePriceGetResult.js.map
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
|
|
3
|
+
if (!privateMap.has(receiver)) {
|
|
4
|
+
throw new TypeError("attempted to set private field on non-instance");
|
|
5
|
+
}
|
|
6
|
+
privateMap.set(receiver, value);
|
|
7
|
+
return value;
|
|
7
8
|
};
|
|
8
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
9
|
-
if (
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
|
|
10
|
+
if (!privateMap.has(receiver)) {
|
|
11
|
+
throw new TypeError("attempted to get private field on non-instance");
|
|
12
|
+
}
|
|
13
|
+
return privateMap.get(receiver);
|
|
12
14
|
};
|
|
13
|
-
var
|
|
15
|
+
var _reference, _link;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.OrderGetResult = exports.OrderGetFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../abstractEntity");
|
|
@@ -22,16 +24,16 @@ var OrderGetFields;
|
|
|
22
24
|
class OrderGetResult extends abstractEntity_1.AbstractEntity {
|
|
23
25
|
constructor(data) {
|
|
24
26
|
super(data);
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
__classPrivateFieldSet(this,
|
|
28
|
-
__classPrivateFieldSet(this,
|
|
27
|
+
_reference.set(this, void 0);
|
|
28
|
+
_link.set(this, void 0);
|
|
29
|
+
__classPrivateFieldSet(this, _reference, data[OrderGetFields.COLUMN_REFERENCE]);
|
|
30
|
+
__classPrivateFieldSet(this, _link, data[OrderGetFields.COLUMN_LINK]);
|
|
29
31
|
}
|
|
30
32
|
get reference() {
|
|
31
|
-
return __classPrivateFieldGet(this,
|
|
33
|
+
return __classPrivateFieldGet(this, _reference);
|
|
32
34
|
}
|
|
33
35
|
get link() {
|
|
34
|
-
return __classPrivateFieldGet(this,
|
|
36
|
+
return __classPrivateFieldGet(this, _link);
|
|
35
37
|
}
|
|
36
38
|
toJSON() {
|
|
37
39
|
return {
|
|
@@ -41,5 +43,5 @@ class OrderGetResult extends abstractEntity_1.AbstractEntity {
|
|
|
41
43
|
}
|
|
42
44
|
}
|
|
43
45
|
exports.OrderGetResult = OrderGetResult;
|
|
44
|
-
|
|
46
|
+
_reference = new WeakMap(), _link = new WeakMap();
|
|
45
47
|
//# sourceMappingURL=orderGetResult.js.map
|