@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 _actionFlags, _classification, _isEnabled, _lastUpdate, _name, _priceBand, _arrowSubCategories;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.OfferFindResult = exports.OfferFindResultFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../abstractEntity");
|
|
@@ -38,23 +40,23 @@ class OfferFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
38
40
|
[OfferFindResultFields.COLUMN_PRICE_BAND]: 'required|array',
|
|
39
41
|
[OfferFindResultFields.COLUMN_ARROW_SUB_CATEGORIES]: 'required',
|
|
40
42
|
};
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
43
|
+
_actionFlags.set(this, void 0);
|
|
44
|
+
_classification.set(this, void 0);
|
|
45
|
+
_isEnabled.set(this, void 0);
|
|
46
|
+
_lastUpdate.set(this, void 0);
|
|
47
|
+
_name.set(this, void 0);
|
|
48
|
+
_priceBand.set(this, void 0);
|
|
49
|
+
_arrowSubCategories.set(this, void 0);
|
|
48
50
|
const actionFlags = {
|
|
49
51
|
[actionFlagsFindResult_1.ActionFlagsFindResultFields.COLUMN_IS_AUTO_RENEW]: data[OfferFindResultFields.COLUMN_ACTION_FLAGS][actionFlagsFindResult_1.ActionFlagsFindResultFields.COLUMN_IS_AUTO_RENEW],
|
|
50
52
|
[actionFlagsFindResult_1.ActionFlagsFindResultFields.COLUMN_MANUAL_PROVISIONING]: data[OfferFindResultFields.COLUMN_ACTION_FLAGS][actionFlagsFindResult_1.ActionFlagsFindResultFields.COLUMN_MANUAL_PROVISIONING],
|
|
51
53
|
[actionFlagsFindResult_1.ActionFlagsFindResultFields.COLUMN_RENEWAL_SKU]: data[OfferFindResultFields.COLUMN_ACTION_FLAGS][actionFlagsFindResult_1.ActionFlagsFindResultFields.COLUMN_RENEWAL_SKU],
|
|
52
54
|
};
|
|
53
|
-
__classPrivateFieldSet(this,
|
|
54
|
-
__classPrivateFieldSet(this,
|
|
55
|
-
__classPrivateFieldSet(this,
|
|
56
|
-
__classPrivateFieldSet(this,
|
|
57
|
-
__classPrivateFieldSet(this,
|
|
55
|
+
__classPrivateFieldSet(this, _actionFlags, new actionFlagsFindResult_1.ActionFlagsFindResult(actionFlags));
|
|
56
|
+
__classPrivateFieldSet(this, _classification, data[OfferFindResultFields.COLUMN_CLASSIFICATION]);
|
|
57
|
+
__classPrivateFieldSet(this, _isEnabled, data[OfferFindResultFields.COLUMN_IS_ENABLED]);
|
|
58
|
+
__classPrivateFieldSet(this, _lastUpdate, data[OfferFindResultFields.COLUMN_LAST_UPDATE]);
|
|
59
|
+
__classPrivateFieldSet(this, _name, data[OfferFindResultFields.COLUMN_NAME]);
|
|
58
60
|
const priceBand = {
|
|
59
61
|
[priceBandFindResult_1.PriceBandFindResultFields.COLUMN_ACTION_FLAGS]: data[OfferFindResultFields.COLUMN_PRICE_BAND][priceBandFindResult_1.PriceBandFindResultFields.COLUMN_ACTION_FLAGS],
|
|
60
62
|
[priceBandFindResult_1.PriceBandFindResultFields.COLUMN_BILLING]: data[OfferFindResultFields.COLUMN_PRICE_BAND][priceBandFindResult_1.PriceBandFindResultFields.COLUMN_BILLING],
|
|
@@ -65,29 +67,29 @@ class OfferFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
65
67
|
[priceBandFindResult_1.PriceBandFindResultFields.COLUMN_SALE_CONSTRAINTS]: data[OfferFindResultFields.COLUMN_PRICE_BAND][priceBandFindResult_1.PriceBandFindResultFields.COLUMN_SALE_CONSTRAINTS],
|
|
66
68
|
[priceBandFindResult_1.PriceBandFindResultFields.COLUMN_IDENTIFIERS]: data[OfferFindResultFields.COLUMN_PRICE_BAND][priceBandFindResult_1.PriceBandFindResultFields.COLUMN_IDENTIFIERS],
|
|
67
69
|
};
|
|
68
|
-
__classPrivateFieldSet(this,
|
|
69
|
-
__classPrivateFieldSet(this,
|
|
70
|
+
__classPrivateFieldSet(this, _priceBand, new priceBandFindResult_1.PriceBandFindResult(priceBand));
|
|
71
|
+
__classPrivateFieldSet(this, _arrowSubCategories, data[OfferFindResultFields.COLUMN_ARROW_SUB_CATEGORIES]);
|
|
70
72
|
}
|
|
71
73
|
get actionFlags() {
|
|
72
|
-
return __classPrivateFieldGet(this,
|
|
74
|
+
return __classPrivateFieldGet(this, _actionFlags);
|
|
73
75
|
}
|
|
74
76
|
get classification() {
|
|
75
|
-
return __classPrivateFieldGet(this,
|
|
77
|
+
return __classPrivateFieldGet(this, _classification);
|
|
76
78
|
}
|
|
77
79
|
get isEnabled() {
|
|
78
|
-
return __classPrivateFieldGet(this,
|
|
80
|
+
return __classPrivateFieldGet(this, _isEnabled);
|
|
79
81
|
}
|
|
80
82
|
get lastUpdate() {
|
|
81
|
-
return __classPrivateFieldGet(this,
|
|
83
|
+
return __classPrivateFieldGet(this, _lastUpdate);
|
|
82
84
|
}
|
|
83
85
|
get name() {
|
|
84
|
-
return __classPrivateFieldGet(this,
|
|
86
|
+
return __classPrivateFieldGet(this, _name);
|
|
85
87
|
}
|
|
86
88
|
get priceBand() {
|
|
87
|
-
return __classPrivateFieldGet(this,
|
|
89
|
+
return __classPrivateFieldGet(this, _priceBand);
|
|
88
90
|
}
|
|
89
91
|
get arrowSubCategories() {
|
|
90
|
-
return __classPrivateFieldGet(this,
|
|
92
|
+
return __classPrivateFieldGet(this, _arrowSubCategories);
|
|
91
93
|
}
|
|
92
94
|
toJSON() {
|
|
93
95
|
return {
|
|
@@ -103,5 +105,5 @@ class OfferFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
103
105
|
}
|
|
104
106
|
}
|
|
105
107
|
exports.OfferFindResult = OfferFindResult;
|
|
106
|
-
|
|
108
|
+
_actionFlags = new WeakMap(), _classification = new WeakMap(), _isEnabled = new WeakMap(), _lastUpdate = new WeakMap(), _name = new WeakMap(), _priceBand = new WeakMap(), _arrowSubCategories = new WeakMap();
|
|
107
109
|
//# sourceMappingURL=offerFindResult.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 _actionFlags, _billing, _currency, _isEnabled, _marketplace, _prices, _saleConstraints, _identifiers;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.PriceBandFindResult = exports.PriceBandFindResultFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../abstractEntity");
|
|
@@ -44,14 +46,14 @@ class PriceBandFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
44
46
|
[PriceBandFindResultFields.COLUMN_SALE_CONSTRAINTS]: 'required|array',
|
|
45
47
|
[PriceBandFindResultFields.COLUMN_IDENTIFIERS]: 'required|array',
|
|
46
48
|
};
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
49
|
+
_actionFlags.set(this, void 0);
|
|
50
|
+
_billing.set(this, void 0);
|
|
51
|
+
_currency.set(this, void 0);
|
|
52
|
+
_isEnabled.set(this, void 0);
|
|
53
|
+
_marketplace.set(this, void 0);
|
|
54
|
+
_prices.set(this, void 0);
|
|
55
|
+
_saleConstraints.set(this, void 0);
|
|
56
|
+
_identifiers.set(this, void 0);
|
|
55
57
|
const actionFlags = {
|
|
56
58
|
[priceBandActionFlagsFindResult_1.PriceBandActionFlagsFindResultFields.COLUMN_CAN_BE_CANCELLED]: data[PriceBandFindResultFields.COLUMN_ACTION_FLAGS][priceBandActionFlagsFindResult_1.PriceBandActionFlagsFindResultFields.COLUMN_CAN_BE_CANCELLED],
|
|
57
59
|
[priceBandActionFlagsFindResult_1.PriceBandActionFlagsFindResultFields.COLUMN_CAN_BE_REACTIVATED]: data[PriceBandFindResultFields.COLUMN_ACTION_FLAGS][priceBandActionFlagsFindResult_1.PriceBandActionFlagsFindResultFields.COLUMN_CAN_BE_REACTIVATED],
|
|
@@ -59,57 +61,57 @@ class PriceBandFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
59
61
|
[priceBandActionFlagsFindResult_1.PriceBandActionFlagsFindResultFields.COLUMN_CAN_DECREASE_SEATS]: data[PriceBandFindResultFields.COLUMN_ACTION_FLAGS][priceBandActionFlagsFindResult_1.PriceBandActionFlagsFindResultFields.COLUMN_CAN_DECREASE_SEATS],
|
|
60
62
|
[priceBandActionFlagsFindResult_1.PriceBandActionFlagsFindResultFields.COLUMN_CAN_INCREASE_SEATS]: data[PriceBandFindResultFields.COLUMN_ACTION_FLAGS][priceBandActionFlagsFindResult_1.PriceBandActionFlagsFindResultFields.COLUMN_CAN_INCREASE_SEATS],
|
|
61
63
|
};
|
|
62
|
-
__classPrivateFieldSet(this,
|
|
64
|
+
__classPrivateFieldSet(this, _actionFlags, new priceBandActionFlagsFindResult_1.PriceBandActionFlagsFindResult(actionFlags));
|
|
63
65
|
const billing = {
|
|
64
66
|
[billingFindResult_1.BillingFindResultFields.COLUMN_CYCLE]: data[PriceBandFindResultFields.COLUMN_BILLING][billingFindResult_1.BillingFindResultFields.COLUMN_CYCLE],
|
|
65
67
|
[billingFindResult_1.BillingFindResultFields.COLUMN_TERM]: data[PriceBandFindResultFields.COLUMN_BILLING][billingFindResult_1.BillingFindResultFields.COLUMN_TERM],
|
|
66
68
|
[billingFindResult_1.BillingFindResultFields.COLUMN_TYPE]: data[PriceBandFindResultFields.COLUMN_BILLING][billingFindResult_1.BillingFindResultFields.COLUMN_TYPE],
|
|
67
69
|
};
|
|
68
|
-
__classPrivateFieldSet(this,
|
|
69
|
-
__classPrivateFieldSet(this,
|
|
70
|
-
__classPrivateFieldSet(this,
|
|
71
|
-
__classPrivateFieldSet(this,
|
|
70
|
+
__classPrivateFieldSet(this, _billing, new billingFindResult_1.BillingFindResult(billing));
|
|
71
|
+
__classPrivateFieldSet(this, _currency, data[PriceBandFindResultFields.COLUMN_CURRENCY]);
|
|
72
|
+
__classPrivateFieldSet(this, _isEnabled, data[PriceBandFindResultFields.COLUMN_IS_ENABLED]);
|
|
73
|
+
__classPrivateFieldSet(this, _marketplace, data[PriceBandFindResultFields.COLUMN_MARKETPLACE]);
|
|
72
74
|
const prices = {
|
|
73
75
|
[priceBandPriceFindResult_1.PriceBandPriceFindResultFields.COLUMN_BUY]: data[PriceBandFindResultFields.COLUMN_PRICES][priceBandPriceFindResult_1.PriceBandPriceFindResultFields.COLUMN_BUY],
|
|
74
76
|
[priceBandPriceFindResult_1.PriceBandPriceFindResultFields.COLUMN_SELL]: data[PriceBandFindResultFields.COLUMN_PRICES][priceBandPriceFindResult_1.PriceBandPriceFindResultFields.COLUMN_SELL],
|
|
75
77
|
[priceBandPriceFindResult_1.PriceBandPriceFindResultFields.COLUMN_PUBLIC]: data[PriceBandFindResultFields.COLUMN_PRICES][priceBandPriceFindResult_1.PriceBandPriceFindResultFields.COLUMN_PUBLIC],
|
|
76
78
|
};
|
|
77
|
-
__classPrivateFieldSet(this,
|
|
79
|
+
__classPrivateFieldSet(this, _prices, new priceBandPriceFindResult_1.PriceBandPriceFindResult(prices));
|
|
78
80
|
const saleConstraints = {
|
|
79
81
|
[saleConstraintsFindResult_1.SaleConstraintsFindResultFields.COLUMN_MIN_QUANTITY]: data[PriceBandFindResultFields.COLUMN_SALE_CONSTRAINTS][saleConstraintsFindResult_1.SaleConstraintsFindResultFields.COLUMN_MIN_QUANTITY],
|
|
80
82
|
[saleConstraintsFindResult_1.SaleConstraintsFindResultFields.COLUMN_MAX_QUANTITY]: data[PriceBandFindResultFields.COLUMN_SALE_CONSTRAINTS][saleConstraintsFindResult_1.SaleConstraintsFindResultFields.COLUMN_MAX_QUANTITY],
|
|
81
83
|
};
|
|
82
|
-
__classPrivateFieldSet(this,
|
|
84
|
+
__classPrivateFieldSet(this, _saleConstraints, new saleConstraintsFindResult_1.SaleConstraintsFindResult(saleConstraints));
|
|
83
85
|
const identifiers = {
|
|
84
86
|
[identifiersFindResult_1.IdentifiersFindResultFields.COLUMN_ARROWSPHERE]: {
|
|
85
87
|
[arrowsphereFindResult_1.ArrowsphereFindResultFields.COLUMN_SKU]: data[PriceBandFindResultFields.COLUMN_IDENTIFIERS][identifiersFindResult_1.IdentifiersFindResultFields.COLUMN_ARROWSPHERE][arrowsphereFindResult_1.ArrowsphereFindResultFields.COLUMN_SKU],
|
|
86
88
|
},
|
|
87
89
|
};
|
|
88
|
-
__classPrivateFieldSet(this,
|
|
90
|
+
__classPrivateFieldSet(this, _identifiers, new identifiersFindResult_1.IdentifiersFindResult(identifiers));
|
|
89
91
|
}
|
|
90
92
|
get actionFlags() {
|
|
91
|
-
return __classPrivateFieldGet(this,
|
|
93
|
+
return __classPrivateFieldGet(this, _actionFlags);
|
|
92
94
|
}
|
|
93
95
|
get billing() {
|
|
94
|
-
return __classPrivateFieldGet(this,
|
|
96
|
+
return __classPrivateFieldGet(this, _billing);
|
|
95
97
|
}
|
|
96
98
|
get currency() {
|
|
97
|
-
return __classPrivateFieldGet(this,
|
|
99
|
+
return __classPrivateFieldGet(this, _currency);
|
|
98
100
|
}
|
|
99
101
|
get isEnabled() {
|
|
100
|
-
return __classPrivateFieldGet(this,
|
|
102
|
+
return __classPrivateFieldGet(this, _isEnabled);
|
|
101
103
|
}
|
|
102
104
|
get marketplace() {
|
|
103
|
-
return __classPrivateFieldGet(this,
|
|
105
|
+
return __classPrivateFieldGet(this, _marketplace);
|
|
104
106
|
}
|
|
105
107
|
get prices() {
|
|
106
|
-
return __classPrivateFieldGet(this,
|
|
108
|
+
return __classPrivateFieldGet(this, _prices);
|
|
107
109
|
}
|
|
108
110
|
get saleConstraints() {
|
|
109
|
-
return __classPrivateFieldGet(this,
|
|
111
|
+
return __classPrivateFieldGet(this, _saleConstraints);
|
|
110
112
|
}
|
|
111
113
|
get identifiers() {
|
|
112
|
-
return __classPrivateFieldGet(this,
|
|
114
|
+
return __classPrivateFieldGet(this, _identifiers);
|
|
113
115
|
}
|
|
114
116
|
toJSON() {
|
|
115
117
|
return {
|
|
@@ -125,5 +127,5 @@ class PriceBandFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
125
127
|
}
|
|
126
128
|
}
|
|
127
129
|
exports.PriceBandFindResult = PriceBandFindResult;
|
|
128
|
-
|
|
130
|
+
_actionFlags = new WeakMap(), _billing = new WeakMap(), _currency = new WeakMap(), _isEnabled = new WeakMap(), _marketplace = new WeakMap(), _prices = new WeakMap(), _saleConstraints = new WeakMap(), _identifiers = new WeakMap();
|
|
129
131
|
//# sourceMappingURL=priceBandFindResult.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 _cycle, _term, _type;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.BillingFindResult = exports.BillingFindResultFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -28,21 +30,21 @@ class BillingFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
28
30
|
[BillingFindResultFields.COLUMN_TERM]: 'required|numeric',
|
|
29
31
|
[BillingFindResultFields.COLUMN_TYPE]: 'required|string',
|
|
30
32
|
};
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
__classPrivateFieldSet(this,
|
|
35
|
-
__classPrivateFieldSet(this,
|
|
36
|
-
__classPrivateFieldSet(this,
|
|
33
|
+
_cycle.set(this, void 0);
|
|
34
|
+
_term.set(this, void 0);
|
|
35
|
+
_type.set(this, void 0);
|
|
36
|
+
__classPrivateFieldSet(this, _cycle, data[BillingFindResultFields.COLUMN_CYCLE]);
|
|
37
|
+
__classPrivateFieldSet(this, _term, data[BillingFindResultFields.COLUMN_TERM]);
|
|
38
|
+
__classPrivateFieldSet(this, _type, data[BillingFindResultFields.COLUMN_TYPE]);
|
|
37
39
|
}
|
|
38
40
|
get cycle() {
|
|
39
|
-
return __classPrivateFieldGet(this,
|
|
41
|
+
return __classPrivateFieldGet(this, _cycle);
|
|
40
42
|
}
|
|
41
43
|
get term() {
|
|
42
|
-
return __classPrivateFieldGet(this,
|
|
44
|
+
return __classPrivateFieldGet(this, _term);
|
|
43
45
|
}
|
|
44
46
|
get type() {
|
|
45
|
-
return __classPrivateFieldGet(this,
|
|
47
|
+
return __classPrivateFieldGet(this, _type);
|
|
46
48
|
}
|
|
47
49
|
toJSON() {
|
|
48
50
|
return {
|
|
@@ -53,5 +55,5 @@ class BillingFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
53
55
|
}
|
|
54
56
|
}
|
|
55
57
|
exports.BillingFindResult = BillingFindResult;
|
|
56
|
-
|
|
58
|
+
_cycle = new WeakMap(), _term = new WeakMap(), _type = new WeakMap();
|
|
57
59
|
//# sourceMappingURL=billingFindResult.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 _arrowsphereSku;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.ArrowsphereFindResult = exports.ArrowsphereFindResultFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../../abstractEntity");
|
|
@@ -24,11 +26,11 @@ class ArrowsphereFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
24
26
|
this.VALIDATION_RULES = {
|
|
25
27
|
[ArrowsphereFindResultFields.COLUMN_SKU]: 'present|string',
|
|
26
28
|
};
|
|
27
|
-
|
|
28
|
-
__classPrivateFieldSet(this,
|
|
29
|
+
_arrowsphereSku.set(this, void 0);
|
|
30
|
+
__classPrivateFieldSet(this, _arrowsphereSku, data[ArrowsphereFindResultFields.COLUMN_SKU]);
|
|
29
31
|
}
|
|
30
32
|
get arrowsphereSku() {
|
|
31
|
-
return __classPrivateFieldGet(this,
|
|
33
|
+
return __classPrivateFieldGet(this, _arrowsphereSku);
|
|
32
34
|
}
|
|
33
35
|
toJSON() {
|
|
34
36
|
return {
|
|
@@ -37,5 +39,5 @@ class ArrowsphereFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
37
39
|
}
|
|
38
40
|
}
|
|
39
41
|
exports.ArrowsphereFindResult = ArrowsphereFindResult;
|
|
40
|
-
|
|
42
|
+
_arrowsphereSku = new WeakMap();
|
|
41
43
|
//# sourceMappingURL=arrowsphereFindResult.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 _arrowsphere;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.IdentifiersFindResult = exports.IdentifiersFindResultFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -25,14 +27,14 @@ class IdentifiersFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
25
27
|
this.VALIDATION_RULES = {
|
|
26
28
|
[IdentifiersFindResultFields.COLUMN_ARROWSPHERE]: 'present|array',
|
|
27
29
|
};
|
|
28
|
-
|
|
30
|
+
_arrowsphere.set(this, void 0);
|
|
29
31
|
const arrowsphere = {
|
|
30
32
|
[arrowsphereFindResult_1.ArrowsphereFindResultFields.COLUMN_SKU]: data[IdentifiersFindResultFields.COLUMN_ARROWSPHERE][arrowsphereFindResult_1.ArrowsphereFindResultFields.COLUMN_SKU],
|
|
31
33
|
};
|
|
32
|
-
__classPrivateFieldSet(this,
|
|
34
|
+
__classPrivateFieldSet(this, _arrowsphere, new arrowsphereFindResult_1.ArrowsphereFindResult(arrowsphere));
|
|
33
35
|
}
|
|
34
36
|
get arrowsphere() {
|
|
35
|
-
return __classPrivateFieldGet(this,
|
|
37
|
+
return __classPrivateFieldGet(this, _arrowsphere);
|
|
36
38
|
}
|
|
37
39
|
toJSON() {
|
|
38
40
|
return {
|
|
@@ -41,5 +43,5 @@ class IdentifiersFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
41
43
|
}
|
|
42
44
|
}
|
|
43
45
|
exports.IdentifiersFindResult = IdentifiersFindResult;
|
|
44
|
-
|
|
46
|
+
_arrowsphere = new WeakMap();
|
|
45
47
|
//# sourceMappingURL=identifiersFindResult.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 _canBeCancelled, _canBeReactivated, _canBeSuspended, _canDecreaseSeats, _canIncreaseSeats;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.PriceBandActionFlagsFindResult = exports.PriceBandActionFlagsFindResultFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -32,31 +34,31 @@ class PriceBandActionFlagsFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
32
34
|
[PriceBandActionFlagsFindResultFields.COLUMN_CAN_DECREASE_SEATS]: 'required|boolean',
|
|
33
35
|
[PriceBandActionFlagsFindResultFields.COLUMN_CAN_INCREASE_SEATS]: 'required|boolean',
|
|
34
36
|
};
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
__classPrivateFieldSet(this,
|
|
41
|
-
__classPrivateFieldSet(this,
|
|
42
|
-
__classPrivateFieldSet(this,
|
|
43
|
-
__classPrivateFieldSet(this,
|
|
44
|
-
__classPrivateFieldSet(this,
|
|
37
|
+
_canBeCancelled.set(this, void 0);
|
|
38
|
+
_canBeReactivated.set(this, void 0);
|
|
39
|
+
_canBeSuspended.set(this, void 0);
|
|
40
|
+
_canDecreaseSeats.set(this, void 0);
|
|
41
|
+
_canIncreaseSeats.set(this, void 0);
|
|
42
|
+
__classPrivateFieldSet(this, _canBeCancelled, data[PriceBandActionFlagsFindResultFields.COLUMN_CAN_BE_CANCELLED]);
|
|
43
|
+
__classPrivateFieldSet(this, _canBeReactivated, data[PriceBandActionFlagsFindResultFields.COLUMN_CAN_BE_REACTIVATED]);
|
|
44
|
+
__classPrivateFieldSet(this, _canBeSuspended, data[PriceBandActionFlagsFindResultFields.COLUMN_CAN_BE_SUSPENDED]);
|
|
45
|
+
__classPrivateFieldSet(this, _canDecreaseSeats, data[PriceBandActionFlagsFindResultFields.COLUMN_CAN_DECREASE_SEATS]);
|
|
46
|
+
__classPrivateFieldSet(this, _canIncreaseSeats, data[PriceBandActionFlagsFindResultFields.COLUMN_CAN_INCREASE_SEATS]);
|
|
45
47
|
}
|
|
46
48
|
get canBeCancelled() {
|
|
47
|
-
return __classPrivateFieldGet(this,
|
|
49
|
+
return __classPrivateFieldGet(this, _canBeCancelled);
|
|
48
50
|
}
|
|
49
51
|
get canBeReactivated() {
|
|
50
|
-
return __classPrivateFieldGet(this,
|
|
52
|
+
return __classPrivateFieldGet(this, _canBeReactivated);
|
|
51
53
|
}
|
|
52
54
|
get canBeSuspended() {
|
|
53
|
-
return __classPrivateFieldGet(this,
|
|
55
|
+
return __classPrivateFieldGet(this, _canBeSuspended);
|
|
54
56
|
}
|
|
55
57
|
get canDecreaseSeats() {
|
|
56
|
-
return __classPrivateFieldGet(this,
|
|
58
|
+
return __classPrivateFieldGet(this, _canDecreaseSeats);
|
|
57
59
|
}
|
|
58
60
|
get canIncreaseSeats() {
|
|
59
|
-
return __classPrivateFieldGet(this,
|
|
61
|
+
return __classPrivateFieldGet(this, _canIncreaseSeats);
|
|
60
62
|
}
|
|
61
63
|
toJSON() {
|
|
62
64
|
return {
|
|
@@ -74,5 +76,5 @@ class PriceBandActionFlagsFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
74
76
|
}
|
|
75
77
|
}
|
|
76
78
|
exports.PriceBandActionFlagsFindResult = PriceBandActionFlagsFindResult;
|
|
77
|
-
|
|
79
|
+
_canBeCancelled = new WeakMap(), _canBeReactivated = new WeakMap(), _canBeSuspended = new WeakMap(), _canDecreaseSeats = new WeakMap(), _canIncreaseSeats = new WeakMap();
|
|
78
80
|
//# sourceMappingURL=priceBandActionFlagsFindResult.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, _public;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.PriceBandPriceFindResult = exports.PriceBandPriceFindResultFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -28,21 +30,21 @@ class PriceBandPriceFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
28
30
|
[PriceBandPriceFindResultFields.COLUMN_SELL]: 'required|numeric',
|
|
29
31
|
[PriceBandPriceFindResultFields.COLUMN_PUBLIC]: 'required|numeric',
|
|
30
32
|
};
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
__classPrivateFieldSet(this,
|
|
35
|
-
__classPrivateFieldSet(this,
|
|
36
|
-
__classPrivateFieldSet(this,
|
|
33
|
+
_buy.set(this, void 0);
|
|
34
|
+
_sell.set(this, void 0);
|
|
35
|
+
_public.set(this, void 0);
|
|
36
|
+
__classPrivateFieldSet(this, _buy, data[PriceBandPriceFindResultFields.COLUMN_BUY]);
|
|
37
|
+
__classPrivateFieldSet(this, _sell, data[PriceBandPriceFindResultFields.COLUMN_SELL]);
|
|
38
|
+
__classPrivateFieldSet(this, _public, data[PriceBandPriceFindResultFields.COLUMN_PUBLIC]);
|
|
37
39
|
}
|
|
38
40
|
get buy() {
|
|
39
|
-
return __classPrivateFieldGet(this,
|
|
41
|
+
return __classPrivateFieldGet(this, _buy);
|
|
40
42
|
}
|
|
41
43
|
get sell() {
|
|
42
|
-
return __classPrivateFieldGet(this,
|
|
44
|
+
return __classPrivateFieldGet(this, _sell);
|
|
43
45
|
}
|
|
44
46
|
get public() {
|
|
45
|
-
return __classPrivateFieldGet(this,
|
|
47
|
+
return __classPrivateFieldGet(this, _public);
|
|
46
48
|
}
|
|
47
49
|
toJSON() {
|
|
48
50
|
return {
|
|
@@ -53,5 +55,5 @@ class PriceBandPriceFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
53
55
|
}
|
|
54
56
|
}
|
|
55
57
|
exports.PriceBandPriceFindResult = PriceBandPriceFindResult;
|
|
56
|
-
|
|
58
|
+
_buy = new WeakMap(), _sell = new WeakMap(), _public = new WeakMap();
|
|
57
59
|
//# sourceMappingURL=priceBandPriceFindResult.js.map
|