@arrowsphere/api-client 3.28.0 → 3.29.0-rc.jpb.1
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/README.md +12 -0
- package/build/AbstractHttpClient.d.ts +47 -0
- package/build/AbstractHttpClient.js +80 -0
- package/build/abstractClient.d.ts +3 -19
- package/build/abstractClient.js +8 -23
- package/build/abstractEntity.js +14 -16
- package/build/abstractGraphQLClient.d.ts +4 -14
- package/build/abstractGraphQLClient.js +32 -24
- package/build/axiosSingleton.js +2 -2
- package/build/campaign/entities/campaign/banners/banners.js +32 -34
- package/build/campaign/entities/campaign/campaign.js +51 -53
- package/build/campaign/entities/campaign/landingPage/landingPage.js +24 -26
- package/build/campaign/entities/campaign/landingPage/landingPageBody.js +35 -37
- package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooter.js +29 -31
- package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +23 -25
- package/build/campaign/entities/campaign/landingPage/landingPageHeader.js +29 -31
- package/build/campaign/entities/campaign/rules/rules.js +29 -31
- package/build/campaign/entities/campaignAssets/assets/assets.js +17 -19
- package/build/campaign/entities/campaignAssets/campaignAssets.js +14 -16
- package/build/campaign/entities/v2/campaign/banner/banner.js +32 -34
- package/build/campaign/entities/v2/campaign/campaign.js +48 -50
- package/build/campaign/entities/v2/campaign/landingPage/landingPage.js +24 -26
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooter.js +34 -36
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +20 -22
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeatureItem.js +32 -34
- package/build/campaign/entities/v2/campaign/landingPage/landingPageHeader.js +32 -34
- package/build/campaign/entities/v2/campaignList.js +14 -16
- package/build/campaign/index.js +5 -1
- package/build/cart/entities/index.js +5 -1
- package/build/cart/entities/item.js +26 -28
- package/build/cart/entities/itemList.js +14 -16
- package/build/cart/index.js +5 -1
- package/build/catalog/catalogGraphQLClient.d.ts +2 -0
- package/build/catalog/catalogGraphQLClient.js +14 -1
- package/build/catalog/entities/program.js +32 -34
- package/build/catalog/entities/programs.js +14 -16
- package/build/catalog/index.d.ts +2 -0
- package/build/catalog/index.js +7 -1
- package/build/catalog/types/catalogGraphQLQueries.d.ts +12 -0
- package/build/catalog/types/catalogGraphQLQueries.js +3 -0
- package/build/catalog/types/catalogGraphQLSchemas.d.ts +30 -0
- package/build/catalog/types/catalogGraphQLSchemas.js +4 -0
- package/build/catalog/types/catalogGraphQLTypes.js +1 -0
- package/build/catalog/types/queryArguments.d.ts +41 -0
- package/build/catalog/types/queryArguments.js +10 -0
- package/build/consumption/entities/bi/consumptionBI.js +28 -30
- package/build/consumption/entities/bi/period/period.js +17 -19
- package/build/consumption/entities/bi/top/top.js +23 -25
- package/build/consumption/entities/consumption/consumption.js +17 -19
- package/build/consumption/index.js +5 -1
- package/build/contact/entities/contact.js +44 -46
- package/build/contact/entities/contactCreate.js +14 -16
- package/build/contact/entities/contactList.js +14 -16
- package/build/contact/index.js +5 -1
- package/build/customers/entities/customers/contact/contact.js +29 -31
- package/build/customers/entities/customers/customer.js +71 -73
- package/build/customers/entities/customers/customerContact/customerContact.js +38 -40
- package/build/customers/entities/customers/customerContact/customerContactList.js +14 -16
- package/build/customers/entities/customers/details/details.js +29 -31
- package/build/customers/entities/dataCustomers.js +14 -16
- package/build/customers/entities/dataInvitation.js +29 -31
- package/build/customers/entities/invitations/company/company.js +14 -16
- package/build/customers/entities/invitations/contact/invitationContact.js +26 -28
- package/build/customers/index.js +5 -1
- package/build/exception/exception-handlers/HandleHttpExceptionOutput.d.ts +3 -0
- package/build/exception/exception-handlers/HandleHttpExceptionOutput.js +3 -0
- package/build/exception/exception-handlers/Hooks.d.ts +3 -0
- package/build/exception/exception-handlers/Hooks.js +3 -0
- package/build/exception/exception-handlers/HttpExceptionHandler.d.ts +10 -0
- package/build/exception/exception-handlers/HttpExceptionHandler.js +3 -0
- package/build/exception/exception-handlers/index.d.ts +3 -0
- package/build/exception/exception-handlers/index.js +20 -0
- package/build/exception/index.js +5 -1
- package/build/exception/publicApiClientException.d.ts +2 -1
- package/build/exception/publicApiClientException.js +2 -1
- package/build/general/entities/whoAmI.js +59 -61
- package/build/general/index.js +5 -1
- package/build/getResult.js +21 -23
- package/build/index.d.ts +1 -0
- package/build/index.js +6 -1
- package/build/licenses/entities/filterFindResult.js +17 -19
- package/build/licenses/entities/findResult.d.ts +1 -1
- package/build/licenses/entities/findResult.js +37 -39
- package/build/licenses/entities/getLicense/actionMessagesGetResult.js +26 -28
- package/build/licenses/entities/getLicense/actionsGetResult.js +41 -43
- package/build/licenses/entities/getLicense/buySellFindResult.js +17 -19
- package/build/licenses/entities/getLicense/licenseGetResult.js +105 -107
- package/build/licenses/entities/getLicense/licensePriceGetResult.js +20 -22
- package/build/licenses/entities/getLicense/orderGetResult.js +17 -19
- package/build/licenses/entities/getResult/getLicenseResult.js +14 -16
- package/build/licenses/entities/history/actionHistoryResult.js +23 -25
- package/build/licenses/entities/history/licenceHistoryResult.js +14 -16
- package/build/licenses/entities/license/activeSeatsFindResult.js +17 -19
- package/build/licenses/entities/license/configFindResult.js +20 -22
- package/build/licenses/entities/license/licenseFindResult.js +134 -136
- package/build/licenses/entities/license/priceFindResult.js +26 -28
- package/build/licenses/entities/license/warningFindResult.js +17 -19
- package/build/licenses/entities/offer/actionFlagsFindResult.js +20 -22
- package/build/licenses/entities/offer/offerFindResult.js +32 -34
- package/build/licenses/entities/offer/priceBandFindResult.js +35 -37
- package/build/licenses/entities/offer/priceband/billingFindResult.js +20 -22
- package/build/licenses/entities/offer/priceband/identifiers/arrowsphereFindResult.js +14 -16
- package/build/licenses/entities/offer/priceband/identifiersFindResult.js +14 -16
- package/build/licenses/entities/offer/priceband/priceBandActionFlagsFindResult.js +26 -28
- package/build/licenses/entities/offer/priceband/priceBandPriceFindResult.js +20 -22
- package/build/licenses/entities/offer/priceband/saleConstraintsFindResult.js +17 -19
- package/build/licenses/index.js +5 -1
- package/build/orders/entities/dataListOrders.js +14 -16
- package/build/orders/entities/orders/order.js +39 -41
- package/build/orders/entities/orders/partner/partner.js +17 -19
- package/build/orders/entities/orders/products/identifiers/productIdentifiers.js +14 -16
- package/build/orders/entities/orders/products/identifiers/vendor/identifiersVendor.js +14 -16
- package/build/orders/entities/orders/products/prices/productPrices.js +32 -34
- package/build/orders/entities/orders/products/products.js +56 -58
- package/build/orders/entities/orders/products/program/productProgram.js +14 -16
- package/build/orders/entities/referenceLink.js +17 -19
- package/build/orders/index.js +5 -1
- package/build/pagination.js +29 -31
- package/build/security/index.js +5 -1
- package/build/security/register/entity/registrationLink.js +14 -16
- package/build/security/register/index.js +5 -1
- package/build/security/standards/entities/checks/checks.js +17 -19
- package/build/security/standards/entities/checks/securityChecks.js +38 -40
- package/build/security/standards/entities/resources/resources.js +26 -28
- package/build/security/standards/entities/resources/securityResources.js +17 -19
- package/build/security/standards/entities/standards/securityStandards.js +29 -31
- package/build/security/standards/entities/standards/standards.js +17 -19
- package/build/security/standards/index.js +5 -1
- package/build/securityScore/entities/getCustomerAccountData.d.ts +44 -0
- package/build/securityScore/entities/getCustomerAccountData.js +99 -0
- package/build/securityScore/entities/getCustomerData.d.ts +44 -0
- package/build/securityScore/entities/getCustomerData.js +99 -0
- package/build/securityScore/entities/getPartnerData.d.ts +39 -0
- package/build/securityScore/entities/getPartnerData.js +88 -0
- package/build/securityScore/index.d.ts +7 -0
- package/build/securityScore/index.js +24 -0
- package/build/securityScore/securityScoreGraphQLClient.d.ts +19 -0
- package/build/securityScore/securityScoreGraphQLClient.js +61 -0
- package/build/securityScore/types/queryArguments.d.ts +108 -0
- package/build/securityScore/types/queryArguments.js +93 -0
- package/build/securityScore/types/securityScoreGraphQLQueries.d.ts +55 -0
- package/build/securityScore/types/securityScoreGraphQLQueries.js +7 -0
- package/build/securityScore/types/securityScoreGraphQLSchemas.d.ts +71 -0
- package/build/securityScore/types/securityScoreGraphQLSchemas.js +3 -0
- package/build/securityScore/types/securityScoreGraphQLTypes.d.ts +165 -0
- package/build/securityScore/types/securityScoreGraphQLTypes.js +3 -0
- package/build/shared/index.js +5 -1
- package/build/subscriptions/entities/subscription.js +56 -58
- package/build/subscriptions/entities/subscriptionsListResult.js +39 -41
- package/build/subscriptions/index.js +5 -1
- package/build/supportCenter/entities/issue/attachment.js +27 -29
- package/build/supportCenter/entities/issue/comment.js +29 -31
- package/build/supportCenter/entities/issue/issue.js +106 -108
- package/build/supportCenter/entities/topic.js +30 -32
- package/build/supportCenter/index.js +5 -1
- package/package.json +5 -3
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
return value;
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
3
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
4
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
5
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
6
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
8
7
|
};
|
|
9
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
return privateMap.get(receiver);
|
|
8
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
9
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
10
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
14
12
|
};
|
|
15
|
-
var
|
|
13
|
+
var _OfferFindResult_actionFlags, _OfferFindResult_classification, _OfferFindResult_isEnabled, _OfferFindResult_lastUpdate, _OfferFindResult_name, _OfferFindResult_priceBand, _OfferFindResult_arrowSubCategories;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.OfferFindResult = exports.OfferFindResultFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../abstractEntity");
|
|
@@ -40,23 +38,23 @@ class OfferFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
40
38
|
[OfferFindResultFields.COLUMN_PRICE_BAND]: 'required|array',
|
|
41
39
|
[OfferFindResultFields.COLUMN_ARROW_SUB_CATEGORIES]: 'required',
|
|
42
40
|
};
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
41
|
+
_OfferFindResult_actionFlags.set(this, void 0);
|
|
42
|
+
_OfferFindResult_classification.set(this, void 0);
|
|
43
|
+
_OfferFindResult_isEnabled.set(this, void 0);
|
|
44
|
+
_OfferFindResult_lastUpdate.set(this, void 0);
|
|
45
|
+
_OfferFindResult_name.set(this, void 0);
|
|
46
|
+
_OfferFindResult_priceBand.set(this, void 0);
|
|
47
|
+
_OfferFindResult_arrowSubCategories.set(this, void 0);
|
|
50
48
|
const actionFlags = {
|
|
51
49
|
[actionFlagsFindResult_1.ActionFlagsFindResultFields.COLUMN_IS_AUTO_RENEW]: data[OfferFindResultFields.COLUMN_ACTION_FLAGS][actionFlagsFindResult_1.ActionFlagsFindResultFields.COLUMN_IS_AUTO_RENEW],
|
|
52
50
|
[actionFlagsFindResult_1.ActionFlagsFindResultFields.COLUMN_MANUAL_PROVISIONING]: data[OfferFindResultFields.COLUMN_ACTION_FLAGS][actionFlagsFindResult_1.ActionFlagsFindResultFields.COLUMN_MANUAL_PROVISIONING],
|
|
53
51
|
[actionFlagsFindResult_1.ActionFlagsFindResultFields.COLUMN_RENEWAL_SKU]: data[OfferFindResultFields.COLUMN_ACTION_FLAGS][actionFlagsFindResult_1.ActionFlagsFindResultFields.COLUMN_RENEWAL_SKU],
|
|
54
52
|
};
|
|
55
|
-
__classPrivateFieldSet(this,
|
|
56
|
-
__classPrivateFieldSet(this,
|
|
57
|
-
__classPrivateFieldSet(this,
|
|
58
|
-
__classPrivateFieldSet(this,
|
|
59
|
-
__classPrivateFieldSet(this,
|
|
53
|
+
__classPrivateFieldSet(this, _OfferFindResult_actionFlags, new actionFlagsFindResult_1.ActionFlagsFindResult(actionFlags), "f");
|
|
54
|
+
__classPrivateFieldSet(this, _OfferFindResult_classification, data[OfferFindResultFields.COLUMN_CLASSIFICATION], "f");
|
|
55
|
+
__classPrivateFieldSet(this, _OfferFindResult_isEnabled, data[OfferFindResultFields.COLUMN_IS_ENABLED], "f");
|
|
56
|
+
__classPrivateFieldSet(this, _OfferFindResult_lastUpdate, data[OfferFindResultFields.COLUMN_LAST_UPDATE], "f");
|
|
57
|
+
__classPrivateFieldSet(this, _OfferFindResult_name, data[OfferFindResultFields.COLUMN_NAME], "f");
|
|
60
58
|
const priceBand = {
|
|
61
59
|
[priceBandFindResult_1.PriceBandFindResultFields.COLUMN_ACTION_FLAGS]: data[OfferFindResultFields.COLUMN_PRICE_BAND][priceBandFindResult_1.PriceBandFindResultFields.COLUMN_ACTION_FLAGS],
|
|
62
60
|
[priceBandFindResult_1.PriceBandFindResultFields.COLUMN_BILLING]: data[OfferFindResultFields.COLUMN_PRICE_BAND][priceBandFindResult_1.PriceBandFindResultFields.COLUMN_BILLING],
|
|
@@ -67,29 +65,29 @@ class OfferFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
67
65
|
[priceBandFindResult_1.PriceBandFindResultFields.COLUMN_SALE_CONSTRAINTS]: data[OfferFindResultFields.COLUMN_PRICE_BAND][priceBandFindResult_1.PriceBandFindResultFields.COLUMN_SALE_CONSTRAINTS],
|
|
68
66
|
[priceBandFindResult_1.PriceBandFindResultFields.COLUMN_IDENTIFIERS]: data[OfferFindResultFields.COLUMN_PRICE_BAND][priceBandFindResult_1.PriceBandFindResultFields.COLUMN_IDENTIFIERS],
|
|
69
67
|
};
|
|
70
|
-
__classPrivateFieldSet(this,
|
|
71
|
-
__classPrivateFieldSet(this,
|
|
68
|
+
__classPrivateFieldSet(this, _OfferFindResult_priceBand, new priceBandFindResult_1.PriceBandFindResult(priceBand), "f");
|
|
69
|
+
__classPrivateFieldSet(this, _OfferFindResult_arrowSubCategories, data[OfferFindResultFields.COLUMN_ARROW_SUB_CATEGORIES], "f");
|
|
72
70
|
}
|
|
73
71
|
get actionFlags() {
|
|
74
|
-
return __classPrivateFieldGet(this,
|
|
72
|
+
return __classPrivateFieldGet(this, _OfferFindResult_actionFlags, "f");
|
|
75
73
|
}
|
|
76
74
|
get classification() {
|
|
77
|
-
return __classPrivateFieldGet(this,
|
|
75
|
+
return __classPrivateFieldGet(this, _OfferFindResult_classification, "f");
|
|
78
76
|
}
|
|
79
77
|
get isEnabled() {
|
|
80
|
-
return __classPrivateFieldGet(this,
|
|
78
|
+
return __classPrivateFieldGet(this, _OfferFindResult_isEnabled, "f");
|
|
81
79
|
}
|
|
82
80
|
get lastUpdate() {
|
|
83
|
-
return __classPrivateFieldGet(this,
|
|
81
|
+
return __classPrivateFieldGet(this, _OfferFindResult_lastUpdate, "f");
|
|
84
82
|
}
|
|
85
83
|
get name() {
|
|
86
|
-
return __classPrivateFieldGet(this,
|
|
84
|
+
return __classPrivateFieldGet(this, _OfferFindResult_name, "f");
|
|
87
85
|
}
|
|
88
86
|
get priceBand() {
|
|
89
|
-
return __classPrivateFieldGet(this,
|
|
87
|
+
return __classPrivateFieldGet(this, _OfferFindResult_priceBand, "f");
|
|
90
88
|
}
|
|
91
89
|
get arrowSubCategories() {
|
|
92
|
-
return __classPrivateFieldGet(this,
|
|
90
|
+
return __classPrivateFieldGet(this, _OfferFindResult_arrowSubCategories, "f");
|
|
93
91
|
}
|
|
94
92
|
toJSON() {
|
|
95
93
|
return {
|
|
@@ -105,5 +103,5 @@ class OfferFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
105
103
|
}
|
|
106
104
|
}
|
|
107
105
|
exports.OfferFindResult = OfferFindResult;
|
|
108
|
-
|
|
106
|
+
_OfferFindResult_actionFlags = new WeakMap(), _OfferFindResult_classification = new WeakMap(), _OfferFindResult_isEnabled = new WeakMap(), _OfferFindResult_lastUpdate = new WeakMap(), _OfferFindResult_name = new WeakMap(), _OfferFindResult_priceBand = new WeakMap(), _OfferFindResult_arrowSubCategories = new WeakMap();
|
|
109
107
|
//# sourceMappingURL=offerFindResult.js.map
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
return value;
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
3
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
4
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
5
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
6
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
8
7
|
};
|
|
9
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
return privateMap.get(receiver);
|
|
8
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
9
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
10
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
14
12
|
};
|
|
15
|
-
var
|
|
13
|
+
var _PriceBandFindResult_actionFlags, _PriceBandFindResult_billing, _PriceBandFindResult_currency, _PriceBandFindResult_isEnabled, _PriceBandFindResult_marketplace, _PriceBandFindResult_prices, _PriceBandFindResult_saleConstraints, _PriceBandFindResult_identifiers;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.PriceBandFindResult = exports.PriceBandFindResultFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../abstractEntity");
|
|
@@ -46,14 +44,14 @@ class PriceBandFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
46
44
|
[PriceBandFindResultFields.COLUMN_SALE_CONSTRAINTS]: 'required|array',
|
|
47
45
|
[PriceBandFindResultFields.COLUMN_IDENTIFIERS]: 'required|array',
|
|
48
46
|
};
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
47
|
+
_PriceBandFindResult_actionFlags.set(this, void 0);
|
|
48
|
+
_PriceBandFindResult_billing.set(this, void 0);
|
|
49
|
+
_PriceBandFindResult_currency.set(this, void 0);
|
|
50
|
+
_PriceBandFindResult_isEnabled.set(this, void 0);
|
|
51
|
+
_PriceBandFindResult_marketplace.set(this, void 0);
|
|
52
|
+
_PriceBandFindResult_prices.set(this, void 0);
|
|
53
|
+
_PriceBandFindResult_saleConstraints.set(this, void 0);
|
|
54
|
+
_PriceBandFindResult_identifiers.set(this, void 0);
|
|
57
55
|
const actionFlags = {
|
|
58
56
|
[priceBandActionFlagsFindResult_1.PriceBandActionFlagsFindResultFields.COLUMN_CAN_BE_CANCELLED]: data[PriceBandFindResultFields.COLUMN_ACTION_FLAGS][priceBandActionFlagsFindResult_1.PriceBandActionFlagsFindResultFields.COLUMN_CAN_BE_CANCELLED],
|
|
59
57
|
[priceBandActionFlagsFindResult_1.PriceBandActionFlagsFindResultFields.COLUMN_CAN_BE_REACTIVATED]: data[PriceBandFindResultFields.COLUMN_ACTION_FLAGS][priceBandActionFlagsFindResult_1.PriceBandActionFlagsFindResultFields.COLUMN_CAN_BE_REACTIVATED],
|
|
@@ -61,57 +59,57 @@ class PriceBandFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
61
59
|
[priceBandActionFlagsFindResult_1.PriceBandActionFlagsFindResultFields.COLUMN_CAN_DECREASE_SEATS]: data[PriceBandFindResultFields.COLUMN_ACTION_FLAGS][priceBandActionFlagsFindResult_1.PriceBandActionFlagsFindResultFields.COLUMN_CAN_DECREASE_SEATS],
|
|
62
60
|
[priceBandActionFlagsFindResult_1.PriceBandActionFlagsFindResultFields.COLUMN_CAN_INCREASE_SEATS]: data[PriceBandFindResultFields.COLUMN_ACTION_FLAGS][priceBandActionFlagsFindResult_1.PriceBandActionFlagsFindResultFields.COLUMN_CAN_INCREASE_SEATS],
|
|
63
61
|
};
|
|
64
|
-
__classPrivateFieldSet(this,
|
|
62
|
+
__classPrivateFieldSet(this, _PriceBandFindResult_actionFlags, new priceBandActionFlagsFindResult_1.PriceBandActionFlagsFindResult(actionFlags), "f");
|
|
65
63
|
const billing = {
|
|
66
64
|
[billingFindResult_1.BillingFindResultFields.COLUMN_CYCLE]: data[PriceBandFindResultFields.COLUMN_BILLING][billingFindResult_1.BillingFindResultFields.COLUMN_CYCLE],
|
|
67
65
|
[billingFindResult_1.BillingFindResultFields.COLUMN_TERM]: data[PriceBandFindResultFields.COLUMN_BILLING][billingFindResult_1.BillingFindResultFields.COLUMN_TERM],
|
|
68
66
|
[billingFindResult_1.BillingFindResultFields.COLUMN_TYPE]: data[PriceBandFindResultFields.COLUMN_BILLING][billingFindResult_1.BillingFindResultFields.COLUMN_TYPE],
|
|
69
67
|
};
|
|
70
|
-
__classPrivateFieldSet(this,
|
|
71
|
-
__classPrivateFieldSet(this,
|
|
72
|
-
__classPrivateFieldSet(this,
|
|
73
|
-
__classPrivateFieldSet(this,
|
|
68
|
+
__classPrivateFieldSet(this, _PriceBandFindResult_billing, new billingFindResult_1.BillingFindResult(billing), "f");
|
|
69
|
+
__classPrivateFieldSet(this, _PriceBandFindResult_currency, data[PriceBandFindResultFields.COLUMN_CURRENCY], "f");
|
|
70
|
+
__classPrivateFieldSet(this, _PriceBandFindResult_isEnabled, data[PriceBandFindResultFields.COLUMN_IS_ENABLED], "f");
|
|
71
|
+
__classPrivateFieldSet(this, _PriceBandFindResult_marketplace, data[PriceBandFindResultFields.COLUMN_MARKETPLACE], "f");
|
|
74
72
|
const prices = {
|
|
75
73
|
[priceBandPriceFindResult_1.PriceBandPriceFindResultFields.COLUMN_BUY]: data[PriceBandFindResultFields.COLUMN_PRICES][priceBandPriceFindResult_1.PriceBandPriceFindResultFields.COLUMN_BUY],
|
|
76
74
|
[priceBandPriceFindResult_1.PriceBandPriceFindResultFields.COLUMN_SELL]: data[PriceBandFindResultFields.COLUMN_PRICES][priceBandPriceFindResult_1.PriceBandPriceFindResultFields.COLUMN_SELL],
|
|
77
75
|
[priceBandPriceFindResult_1.PriceBandPriceFindResultFields.COLUMN_PUBLIC]: data[PriceBandFindResultFields.COLUMN_PRICES][priceBandPriceFindResult_1.PriceBandPriceFindResultFields.COLUMN_PUBLIC],
|
|
78
76
|
};
|
|
79
|
-
__classPrivateFieldSet(this,
|
|
77
|
+
__classPrivateFieldSet(this, _PriceBandFindResult_prices, new priceBandPriceFindResult_1.PriceBandPriceFindResult(prices), "f");
|
|
80
78
|
const saleConstraints = {
|
|
81
79
|
[saleConstraintsFindResult_1.SaleConstraintsFindResultFields.COLUMN_MIN_QUANTITY]: data[PriceBandFindResultFields.COLUMN_SALE_CONSTRAINTS][saleConstraintsFindResult_1.SaleConstraintsFindResultFields.COLUMN_MIN_QUANTITY],
|
|
82
80
|
[saleConstraintsFindResult_1.SaleConstraintsFindResultFields.COLUMN_MAX_QUANTITY]: data[PriceBandFindResultFields.COLUMN_SALE_CONSTRAINTS][saleConstraintsFindResult_1.SaleConstraintsFindResultFields.COLUMN_MAX_QUANTITY],
|
|
83
81
|
};
|
|
84
|
-
__classPrivateFieldSet(this,
|
|
82
|
+
__classPrivateFieldSet(this, _PriceBandFindResult_saleConstraints, new saleConstraintsFindResult_1.SaleConstraintsFindResult(saleConstraints), "f");
|
|
85
83
|
const identifiers = {
|
|
86
84
|
[identifiersFindResult_1.IdentifiersFindResultFields.COLUMN_ARROWSPHERE]: {
|
|
87
85
|
[arrowsphereFindResult_1.ArrowsphereFindResultFields.COLUMN_SKU]: data[PriceBandFindResultFields.COLUMN_IDENTIFIERS][identifiersFindResult_1.IdentifiersFindResultFields.COLUMN_ARROWSPHERE][arrowsphereFindResult_1.ArrowsphereFindResultFields.COLUMN_SKU],
|
|
88
86
|
},
|
|
89
87
|
};
|
|
90
|
-
__classPrivateFieldSet(this,
|
|
88
|
+
__classPrivateFieldSet(this, _PriceBandFindResult_identifiers, new identifiersFindResult_1.IdentifiersFindResult(identifiers), "f");
|
|
91
89
|
}
|
|
92
90
|
get actionFlags() {
|
|
93
|
-
return __classPrivateFieldGet(this,
|
|
91
|
+
return __classPrivateFieldGet(this, _PriceBandFindResult_actionFlags, "f");
|
|
94
92
|
}
|
|
95
93
|
get billing() {
|
|
96
|
-
return __classPrivateFieldGet(this,
|
|
94
|
+
return __classPrivateFieldGet(this, _PriceBandFindResult_billing, "f");
|
|
97
95
|
}
|
|
98
96
|
get currency() {
|
|
99
|
-
return __classPrivateFieldGet(this,
|
|
97
|
+
return __classPrivateFieldGet(this, _PriceBandFindResult_currency, "f");
|
|
100
98
|
}
|
|
101
99
|
get isEnabled() {
|
|
102
|
-
return __classPrivateFieldGet(this,
|
|
100
|
+
return __classPrivateFieldGet(this, _PriceBandFindResult_isEnabled, "f");
|
|
103
101
|
}
|
|
104
102
|
get marketplace() {
|
|
105
|
-
return __classPrivateFieldGet(this,
|
|
103
|
+
return __classPrivateFieldGet(this, _PriceBandFindResult_marketplace, "f");
|
|
106
104
|
}
|
|
107
105
|
get prices() {
|
|
108
|
-
return __classPrivateFieldGet(this,
|
|
106
|
+
return __classPrivateFieldGet(this, _PriceBandFindResult_prices, "f");
|
|
109
107
|
}
|
|
110
108
|
get saleConstraints() {
|
|
111
|
-
return __classPrivateFieldGet(this,
|
|
109
|
+
return __classPrivateFieldGet(this, _PriceBandFindResult_saleConstraints, "f");
|
|
112
110
|
}
|
|
113
111
|
get identifiers() {
|
|
114
|
-
return __classPrivateFieldGet(this,
|
|
112
|
+
return __classPrivateFieldGet(this, _PriceBandFindResult_identifiers, "f");
|
|
115
113
|
}
|
|
116
114
|
toJSON() {
|
|
117
115
|
return {
|
|
@@ -127,5 +125,5 @@ class PriceBandFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
127
125
|
}
|
|
128
126
|
}
|
|
129
127
|
exports.PriceBandFindResult = PriceBandFindResult;
|
|
130
|
-
|
|
128
|
+
_PriceBandFindResult_actionFlags = new WeakMap(), _PriceBandFindResult_billing = new WeakMap(), _PriceBandFindResult_currency = new WeakMap(), _PriceBandFindResult_isEnabled = new WeakMap(), _PriceBandFindResult_marketplace = new WeakMap(), _PriceBandFindResult_prices = new WeakMap(), _PriceBandFindResult_saleConstraints = new WeakMap(), _PriceBandFindResult_identifiers = new WeakMap();
|
|
131
129
|
//# sourceMappingURL=priceBandFindResult.js.map
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
return value;
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
3
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
4
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
5
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
6
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
8
7
|
};
|
|
9
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
return privateMap.get(receiver);
|
|
8
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
9
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
10
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
14
12
|
};
|
|
15
|
-
var
|
|
13
|
+
var _BillingFindResult_cycle, _BillingFindResult_term, _BillingFindResult_type;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.BillingFindResult = exports.BillingFindResultFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -30,21 +28,21 @@ class BillingFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
30
28
|
[BillingFindResultFields.COLUMN_TERM]: 'required|numeric',
|
|
31
29
|
[BillingFindResultFields.COLUMN_TYPE]: 'required|string',
|
|
32
30
|
};
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
__classPrivateFieldSet(this,
|
|
37
|
-
__classPrivateFieldSet(this,
|
|
38
|
-
__classPrivateFieldSet(this,
|
|
31
|
+
_BillingFindResult_cycle.set(this, void 0);
|
|
32
|
+
_BillingFindResult_term.set(this, void 0);
|
|
33
|
+
_BillingFindResult_type.set(this, void 0);
|
|
34
|
+
__classPrivateFieldSet(this, _BillingFindResult_cycle, data[BillingFindResultFields.COLUMN_CYCLE], "f");
|
|
35
|
+
__classPrivateFieldSet(this, _BillingFindResult_term, data[BillingFindResultFields.COLUMN_TERM], "f");
|
|
36
|
+
__classPrivateFieldSet(this, _BillingFindResult_type, data[BillingFindResultFields.COLUMN_TYPE], "f");
|
|
39
37
|
}
|
|
40
38
|
get cycle() {
|
|
41
|
-
return __classPrivateFieldGet(this,
|
|
39
|
+
return __classPrivateFieldGet(this, _BillingFindResult_cycle, "f");
|
|
42
40
|
}
|
|
43
41
|
get term() {
|
|
44
|
-
return __classPrivateFieldGet(this,
|
|
42
|
+
return __classPrivateFieldGet(this, _BillingFindResult_term, "f");
|
|
45
43
|
}
|
|
46
44
|
get type() {
|
|
47
|
-
return __classPrivateFieldGet(this,
|
|
45
|
+
return __classPrivateFieldGet(this, _BillingFindResult_type, "f");
|
|
48
46
|
}
|
|
49
47
|
toJSON() {
|
|
50
48
|
return {
|
|
@@ -55,5 +53,5 @@ class BillingFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
55
53
|
}
|
|
56
54
|
}
|
|
57
55
|
exports.BillingFindResult = BillingFindResult;
|
|
58
|
-
|
|
56
|
+
_BillingFindResult_cycle = new WeakMap(), _BillingFindResult_term = new WeakMap(), _BillingFindResult_type = new WeakMap();
|
|
59
57
|
//# sourceMappingURL=billingFindResult.js.map
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
return value;
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
3
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
4
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
5
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
6
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
8
7
|
};
|
|
9
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
return privateMap.get(receiver);
|
|
8
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
9
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
10
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
14
12
|
};
|
|
15
|
-
var
|
|
13
|
+
var _ArrowsphereFindResult_arrowsphereSku;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.ArrowsphereFindResult = exports.ArrowsphereFindResultFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../../../abstractEntity");
|
|
@@ -26,11 +24,11 @@ class ArrowsphereFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
26
24
|
this.VALIDATION_RULES = {
|
|
27
25
|
[ArrowsphereFindResultFields.COLUMN_SKU]: 'present|string',
|
|
28
26
|
};
|
|
29
|
-
|
|
30
|
-
__classPrivateFieldSet(this,
|
|
27
|
+
_ArrowsphereFindResult_arrowsphereSku.set(this, void 0);
|
|
28
|
+
__classPrivateFieldSet(this, _ArrowsphereFindResult_arrowsphereSku, data[ArrowsphereFindResultFields.COLUMN_SKU], "f");
|
|
31
29
|
}
|
|
32
30
|
get arrowsphereSku() {
|
|
33
|
-
return __classPrivateFieldGet(this,
|
|
31
|
+
return __classPrivateFieldGet(this, _ArrowsphereFindResult_arrowsphereSku, "f");
|
|
34
32
|
}
|
|
35
33
|
toJSON() {
|
|
36
34
|
return {
|
|
@@ -39,5 +37,5 @@ class ArrowsphereFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
39
37
|
}
|
|
40
38
|
}
|
|
41
39
|
exports.ArrowsphereFindResult = ArrowsphereFindResult;
|
|
42
|
-
|
|
40
|
+
_ArrowsphereFindResult_arrowsphereSku = new WeakMap();
|
|
43
41
|
//# sourceMappingURL=arrowsphereFindResult.js.map
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
return value;
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
3
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
4
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
5
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
6
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
8
7
|
};
|
|
9
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
return privateMap.get(receiver);
|
|
8
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
9
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
10
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
14
12
|
};
|
|
15
|
-
var
|
|
13
|
+
var _IdentifiersFindResult_arrowsphere;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.IdentifiersFindResult = exports.IdentifiersFindResultFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -27,14 +25,14 @@ class IdentifiersFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
27
25
|
this.VALIDATION_RULES = {
|
|
28
26
|
[IdentifiersFindResultFields.COLUMN_ARROWSPHERE]: 'present|array',
|
|
29
27
|
};
|
|
30
|
-
|
|
28
|
+
_IdentifiersFindResult_arrowsphere.set(this, void 0);
|
|
31
29
|
const arrowsphere = {
|
|
32
30
|
[arrowsphereFindResult_1.ArrowsphereFindResultFields.COLUMN_SKU]: data[IdentifiersFindResultFields.COLUMN_ARROWSPHERE][arrowsphereFindResult_1.ArrowsphereFindResultFields.COLUMN_SKU],
|
|
33
31
|
};
|
|
34
|
-
__classPrivateFieldSet(this,
|
|
32
|
+
__classPrivateFieldSet(this, _IdentifiersFindResult_arrowsphere, new arrowsphereFindResult_1.ArrowsphereFindResult(arrowsphere), "f");
|
|
35
33
|
}
|
|
36
34
|
get arrowsphere() {
|
|
37
|
-
return __classPrivateFieldGet(this,
|
|
35
|
+
return __classPrivateFieldGet(this, _IdentifiersFindResult_arrowsphere, "f");
|
|
38
36
|
}
|
|
39
37
|
toJSON() {
|
|
40
38
|
return {
|
|
@@ -43,5 +41,5 @@ class IdentifiersFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
43
41
|
}
|
|
44
42
|
}
|
|
45
43
|
exports.IdentifiersFindResult = IdentifiersFindResult;
|
|
46
|
-
|
|
44
|
+
_IdentifiersFindResult_arrowsphere = new WeakMap();
|
|
47
45
|
//# sourceMappingURL=identifiersFindResult.js.map
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
return value;
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
3
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
4
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
5
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
6
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
8
7
|
};
|
|
9
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
return privateMap.get(receiver);
|
|
8
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
9
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
10
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
14
12
|
};
|
|
15
|
-
var
|
|
13
|
+
var _PriceBandActionFlagsFindResult_canBeCancelled, _PriceBandActionFlagsFindResult_canBeReactivated, _PriceBandActionFlagsFindResult_canBeSuspended, _PriceBandActionFlagsFindResult_canDecreaseSeats, _PriceBandActionFlagsFindResult_canIncreaseSeats;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.PriceBandActionFlagsFindResult = exports.PriceBandActionFlagsFindResultFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -34,31 +32,31 @@ class PriceBandActionFlagsFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
34
32
|
[PriceBandActionFlagsFindResultFields.COLUMN_CAN_DECREASE_SEATS]: 'required|boolean',
|
|
35
33
|
[PriceBandActionFlagsFindResultFields.COLUMN_CAN_INCREASE_SEATS]: 'required|boolean',
|
|
36
34
|
};
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
__classPrivateFieldSet(this,
|
|
43
|
-
__classPrivateFieldSet(this,
|
|
44
|
-
__classPrivateFieldSet(this,
|
|
45
|
-
__classPrivateFieldSet(this,
|
|
46
|
-
__classPrivateFieldSet(this,
|
|
35
|
+
_PriceBandActionFlagsFindResult_canBeCancelled.set(this, void 0);
|
|
36
|
+
_PriceBandActionFlagsFindResult_canBeReactivated.set(this, void 0);
|
|
37
|
+
_PriceBandActionFlagsFindResult_canBeSuspended.set(this, void 0);
|
|
38
|
+
_PriceBandActionFlagsFindResult_canDecreaseSeats.set(this, void 0);
|
|
39
|
+
_PriceBandActionFlagsFindResult_canIncreaseSeats.set(this, void 0);
|
|
40
|
+
__classPrivateFieldSet(this, _PriceBandActionFlagsFindResult_canBeCancelled, data[PriceBandActionFlagsFindResultFields.COLUMN_CAN_BE_CANCELLED], "f");
|
|
41
|
+
__classPrivateFieldSet(this, _PriceBandActionFlagsFindResult_canBeReactivated, data[PriceBandActionFlagsFindResultFields.COLUMN_CAN_BE_REACTIVATED], "f");
|
|
42
|
+
__classPrivateFieldSet(this, _PriceBandActionFlagsFindResult_canBeSuspended, data[PriceBandActionFlagsFindResultFields.COLUMN_CAN_BE_SUSPENDED], "f");
|
|
43
|
+
__classPrivateFieldSet(this, _PriceBandActionFlagsFindResult_canDecreaseSeats, data[PriceBandActionFlagsFindResultFields.COLUMN_CAN_DECREASE_SEATS], "f");
|
|
44
|
+
__classPrivateFieldSet(this, _PriceBandActionFlagsFindResult_canIncreaseSeats, data[PriceBandActionFlagsFindResultFields.COLUMN_CAN_INCREASE_SEATS], "f");
|
|
47
45
|
}
|
|
48
46
|
get canBeCancelled() {
|
|
49
|
-
return __classPrivateFieldGet(this,
|
|
47
|
+
return __classPrivateFieldGet(this, _PriceBandActionFlagsFindResult_canBeCancelled, "f");
|
|
50
48
|
}
|
|
51
49
|
get canBeReactivated() {
|
|
52
|
-
return __classPrivateFieldGet(this,
|
|
50
|
+
return __classPrivateFieldGet(this, _PriceBandActionFlagsFindResult_canBeReactivated, "f");
|
|
53
51
|
}
|
|
54
52
|
get canBeSuspended() {
|
|
55
|
-
return __classPrivateFieldGet(this,
|
|
53
|
+
return __classPrivateFieldGet(this, _PriceBandActionFlagsFindResult_canBeSuspended, "f");
|
|
56
54
|
}
|
|
57
55
|
get canDecreaseSeats() {
|
|
58
|
-
return __classPrivateFieldGet(this,
|
|
56
|
+
return __classPrivateFieldGet(this, _PriceBandActionFlagsFindResult_canDecreaseSeats, "f");
|
|
59
57
|
}
|
|
60
58
|
get canIncreaseSeats() {
|
|
61
|
-
return __classPrivateFieldGet(this,
|
|
59
|
+
return __classPrivateFieldGet(this, _PriceBandActionFlagsFindResult_canIncreaseSeats, "f");
|
|
62
60
|
}
|
|
63
61
|
toJSON() {
|
|
64
62
|
return {
|
|
@@ -76,5 +74,5 @@ class PriceBandActionFlagsFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
76
74
|
}
|
|
77
75
|
}
|
|
78
76
|
exports.PriceBandActionFlagsFindResult = PriceBandActionFlagsFindResult;
|
|
79
|
-
|
|
77
|
+
_PriceBandActionFlagsFindResult_canBeCancelled = new WeakMap(), _PriceBandActionFlagsFindResult_canBeReactivated = new WeakMap(), _PriceBandActionFlagsFindResult_canBeSuspended = new WeakMap(), _PriceBandActionFlagsFindResult_canDecreaseSeats = new WeakMap(), _PriceBandActionFlagsFindResult_canIncreaseSeats = new WeakMap();
|
|
80
78
|
//# sourceMappingURL=priceBandActionFlagsFindResult.js.map
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
return value;
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
3
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
4
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
5
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
6
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
8
7
|
};
|
|
9
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
return privateMap.get(receiver);
|
|
8
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
9
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
10
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
14
12
|
};
|
|
15
|
-
var
|
|
13
|
+
var _PriceBandPriceFindResult_buy, _PriceBandPriceFindResult_sell, _PriceBandPriceFindResult_public;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.PriceBandPriceFindResult = exports.PriceBandPriceFindResultFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -30,21 +28,21 @@ class PriceBandPriceFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
30
28
|
[PriceBandPriceFindResultFields.COLUMN_SELL]: 'required|numeric',
|
|
31
29
|
[PriceBandPriceFindResultFields.COLUMN_PUBLIC]: 'required|numeric',
|
|
32
30
|
};
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
__classPrivateFieldSet(this,
|
|
37
|
-
__classPrivateFieldSet(this,
|
|
38
|
-
__classPrivateFieldSet(this,
|
|
31
|
+
_PriceBandPriceFindResult_buy.set(this, void 0);
|
|
32
|
+
_PriceBandPriceFindResult_sell.set(this, void 0);
|
|
33
|
+
_PriceBandPriceFindResult_public.set(this, void 0);
|
|
34
|
+
__classPrivateFieldSet(this, _PriceBandPriceFindResult_buy, data[PriceBandPriceFindResultFields.COLUMN_BUY], "f");
|
|
35
|
+
__classPrivateFieldSet(this, _PriceBandPriceFindResult_sell, data[PriceBandPriceFindResultFields.COLUMN_SELL], "f");
|
|
36
|
+
__classPrivateFieldSet(this, _PriceBandPriceFindResult_public, data[PriceBandPriceFindResultFields.COLUMN_PUBLIC], "f");
|
|
39
37
|
}
|
|
40
38
|
get buy() {
|
|
41
|
-
return __classPrivateFieldGet(this,
|
|
39
|
+
return __classPrivateFieldGet(this, _PriceBandPriceFindResult_buy, "f");
|
|
42
40
|
}
|
|
43
41
|
get sell() {
|
|
44
|
-
return __classPrivateFieldGet(this,
|
|
42
|
+
return __classPrivateFieldGet(this, _PriceBandPriceFindResult_sell, "f");
|
|
45
43
|
}
|
|
46
44
|
get public() {
|
|
47
|
-
return __classPrivateFieldGet(this,
|
|
45
|
+
return __classPrivateFieldGet(this, _PriceBandPriceFindResult_public, "f");
|
|
48
46
|
}
|
|
49
47
|
toJSON() {
|
|
50
48
|
return {
|
|
@@ -55,5 +53,5 @@ class PriceBandPriceFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
55
53
|
}
|
|
56
54
|
}
|
|
57
55
|
exports.PriceBandPriceFindResult = PriceBandPriceFindResult;
|
|
58
|
-
|
|
56
|
+
_PriceBandPriceFindResult_buy = new WeakMap(), _PriceBandPriceFindResult_sell = new WeakMap(), _PriceBandPriceFindResult_public = new WeakMap();
|
|
59
57
|
//# sourceMappingURL=priceBandPriceFindResult.js.map
|