@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.
Files changed (134) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/build/abstractClient.d.ts +8 -1
  3. package/build/abstractEntity.js +16 -14
  4. package/build/axiosSingleton.js +2 -2
  5. package/build/campaign/entities/campaign/banners/banners.js +34 -32
  6. package/build/campaign/entities/campaign/campaign.js +53 -51
  7. package/build/campaign/entities/campaign/landingPage/landingPage.js +26 -24
  8. package/build/campaign/entities/campaign/landingPage/landingPageBody.js +37 -35
  9. package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooter.js +31 -29
  10. package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +25 -23
  11. package/build/campaign/entities/campaign/landingPage/landingPageHeader.js +31 -29
  12. package/build/campaign/entities/campaign/rules/rules.js +31 -29
  13. package/build/campaign/entities/campaignAssets/assets/assets.js +19 -17
  14. package/build/campaign/entities/campaignAssets/campaignAssets.js +16 -14
  15. package/build/campaign/entities/v2/campaign/banner/banner.js +34 -32
  16. package/build/campaign/entities/v2/campaign/campaign.js +50 -48
  17. package/build/campaign/entities/v2/campaign/landingPage/landingPage.js +26 -24
  18. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooter.js +36 -34
  19. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +22 -20
  20. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeatureItem.js +34 -32
  21. package/build/campaign/entities/v2/campaign/landingPage/landingPageHeader.js +34 -32
  22. package/build/campaign/entities/v2/campaignList.js +16 -14
  23. package/build/campaign/index.js +1 -5
  24. package/build/cart/entities/index.js +1 -5
  25. package/build/cart/entities/item.js +28 -26
  26. package/build/cart/entities/itemList.js +16 -14
  27. package/build/cart/index.js +1 -5
  28. package/build/catalog/catalogGraphQLClient.d.ts +0 -2
  29. package/build/catalog/catalogGraphQLClient.js +1 -7
  30. package/build/catalog/index.js +1 -5
  31. package/build/catalog/types/catalogGraphQLTypes.js +0 -1
  32. package/build/consumption/entities/bi/consumptionBI.js +30 -28
  33. package/build/consumption/entities/bi/period/period.js +19 -17
  34. package/build/consumption/entities/bi/top/top.js +25 -23
  35. package/build/consumption/entities/consumption/consumption.js +19 -17
  36. package/build/consumption/index.js +1 -5
  37. package/build/contact/entities/contact.js +46 -44
  38. package/build/contact/entities/contactCreate.js +16 -14
  39. package/build/contact/entities/contactList.js +16 -14
  40. package/build/contact/index.js +1 -5
  41. package/build/customers/entities/customers/contact/contact.js +31 -29
  42. package/build/customers/entities/customers/customer.js +73 -71
  43. package/build/customers/entities/customers/customerContact/customerContact.js +40 -38
  44. package/build/customers/entities/customers/customerContact/customerContactList.js +16 -14
  45. package/build/customers/entities/customers/details/details.js +31 -29
  46. package/build/customers/entities/dataCustomers.js +16 -14
  47. package/build/customers/entities/dataInvitation.js +31 -29
  48. package/build/customers/entities/invitations/company/company.js +16 -14
  49. package/build/customers/entities/invitations/contact/invitationContact.js +28 -26
  50. package/build/customers/index.js +1 -5
  51. package/build/exception/index.js +1 -5
  52. package/build/general/entities/whoAmI.js +61 -59
  53. package/build/general/index.js +1 -5
  54. package/build/getResult.js +23 -21
  55. package/build/index.d.ts +1 -0
  56. package/build/index.js +2 -5
  57. package/build/licenses/entities/filterFindResult.js +19 -17
  58. package/build/licenses/entities/findResult.js +38 -36
  59. package/build/licenses/entities/getLicense/actionMessagesGetResult.js +28 -26
  60. package/build/licenses/entities/getLicense/actionsGetResult.js +43 -41
  61. package/build/licenses/entities/getLicense/buySellFindResult.js +19 -17
  62. package/build/licenses/entities/getLicense/licenseGetResult.js +107 -105
  63. package/build/licenses/entities/getLicense/licensePriceGetResult.js +22 -20
  64. package/build/licenses/entities/getLicense/orderGetResult.js +19 -17
  65. package/build/licenses/entities/getResult/getLicenseResult.js +16 -14
  66. package/build/licenses/entities/history/actionHistoryResult.js +25 -23
  67. package/build/licenses/entities/history/licenceHistoryResult.js +16 -14
  68. package/build/licenses/entities/license/activeSeatsFindResult.js +19 -17
  69. package/build/licenses/entities/license/configFindResult.js +22 -20
  70. package/build/licenses/entities/license/licenseFindResult.js +136 -134
  71. package/build/licenses/entities/license/priceFindResult.js +28 -26
  72. package/build/licenses/entities/license/warningFindResult.js +19 -17
  73. package/build/licenses/entities/offer/actionFlagsFindResult.js +22 -20
  74. package/build/licenses/entities/offer/offerFindResult.js +34 -32
  75. package/build/licenses/entities/offer/priceBandFindResult.js +37 -35
  76. package/build/licenses/entities/offer/priceband/billingFindResult.js +22 -20
  77. package/build/licenses/entities/offer/priceband/identifiers/arrowsphereFindResult.js +16 -14
  78. package/build/licenses/entities/offer/priceband/identifiersFindResult.js +16 -14
  79. package/build/licenses/entities/offer/priceband/priceBandActionFlagsFindResult.js +28 -26
  80. package/build/licenses/entities/offer/priceband/priceBandPriceFindResult.js +22 -20
  81. package/build/licenses/entities/offer/priceband/saleConstraintsFindResult.js +19 -17
  82. package/build/licenses/index.js +1 -5
  83. package/build/orders/entities/dataListOrders.js +16 -14
  84. package/build/orders/entities/orders/order.js +41 -39
  85. package/build/orders/entities/orders/partner/partner.js +19 -17
  86. package/build/orders/entities/orders/products/identifiers/productIdentifiers.js +16 -14
  87. package/build/orders/entities/orders/products/identifiers/vendor/identifiersVendor.js +16 -14
  88. package/build/orders/entities/orders/products/prices/productPrices.js +34 -32
  89. package/build/orders/entities/orders/products/products.js +58 -56
  90. package/build/orders/entities/orders/products/program/productProgram.js +16 -14
  91. package/build/orders/entities/referenceLink.js +19 -17
  92. package/build/orders/index.js +1 -5
  93. package/build/pagination.js +31 -29
  94. package/build/publicApiClient.d.ts +2 -0
  95. package/build/publicApiClient.js +7 -0
  96. package/build/security/index.js +1 -5
  97. package/build/security/register/entity/registrationLink.js +16 -14
  98. package/build/security/register/index.js +1 -5
  99. package/build/security/standards/entities/checks/checks.js +19 -17
  100. package/build/security/standards/entities/checks/securityChecks.js +40 -38
  101. package/build/security/standards/entities/resources/resources.js +28 -26
  102. package/build/security/standards/entities/resources/securityResources.js +19 -17
  103. package/build/security/standards/entities/standards/securityStandards.js +31 -29
  104. package/build/security/standards/entities/standards/standards.js +19 -17
  105. package/build/security/standards/index.js +1 -5
  106. package/build/shared/index.js +1 -5
  107. package/build/subscriptions/entities/subscription.js +58 -56
  108. package/build/subscriptions/entities/subscriptionsListResult.js +41 -39
  109. package/build/subscriptions/index.js +1 -5
  110. package/build/supportCenter/entities/issue/attachment.d.ts +29 -0
  111. package/build/supportCenter/entities/issue/attachment.js +76 -0
  112. package/build/supportCenter/entities/issue/comment.d.ts +30 -0
  113. package/build/supportCenter/entities/issue/comment.js +82 -0
  114. package/build/supportCenter/entities/issue/issue.d.ts +142 -0
  115. package/build/supportCenter/entities/issue/issue.js +315 -0
  116. package/build/supportCenter/entities/topic.d.ts +32 -0
  117. package/build/supportCenter/entities/topic.js +83 -0
  118. package/build/supportCenter/index.d.ts +8 -0
  119. package/build/supportCenter/index.js +21 -0
  120. package/build/supportCenter/payloads/attachment.d.ts +6 -0
  121. package/build/supportCenter/payloads/attachment.js +4 -0
  122. package/build/supportCenter/payloads/comment.d.ts +6 -0
  123. package/build/supportCenter/payloads/comment.js +4 -0
  124. package/build/supportCenter/payloads/issue.d.ts +32 -0
  125. package/build/supportCenter/payloads/issue.js +16 -0
  126. package/build/supportCenter/supportCenterClient.d.ts +42 -0
  127. package/build/supportCenter/supportCenterClient.js +68 -0
  128. package/package.json +3 -6
  129. package/build/catalog/types/catalogGraphQLQueries.d.ts +0 -12
  130. package/build/catalog/types/catalogGraphQLQueries.js +0 -3
  131. package/build/catalog/types/catalogGraphQLSchemas.d.ts +0 -30
  132. package/build/catalog/types/catalogGraphQLSchemas.js +0 -4
  133. package/build/catalog/types/queryArguments.d.ts +0 -42
  134. package/build/catalog/types/queryArguments.js +0 -9
@@ -1,16 +1,18 @@
1
1
  "use strict";
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;
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, 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);
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 _OfferFindResult_actionFlags, _OfferFindResult_classification, _OfferFindResult_isEnabled, _OfferFindResult_lastUpdate, _OfferFindResult_name, _OfferFindResult_priceBand, _OfferFindResult_arrowSubCategories;
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
- _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);
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, _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");
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, _OfferFindResult_priceBand, new priceBandFindResult_1.PriceBandFindResult(priceBand), "f");
69
- __classPrivateFieldSet(this, _OfferFindResult_arrowSubCategories, data[OfferFindResultFields.COLUMN_ARROW_SUB_CATEGORIES], "f");
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, _OfferFindResult_actionFlags, "f");
74
+ return __classPrivateFieldGet(this, _actionFlags);
73
75
  }
74
76
  get classification() {
75
- return __classPrivateFieldGet(this, _OfferFindResult_classification, "f");
77
+ return __classPrivateFieldGet(this, _classification);
76
78
  }
77
79
  get isEnabled() {
78
- return __classPrivateFieldGet(this, _OfferFindResult_isEnabled, "f");
80
+ return __classPrivateFieldGet(this, _isEnabled);
79
81
  }
80
82
  get lastUpdate() {
81
- return __classPrivateFieldGet(this, _OfferFindResult_lastUpdate, "f");
83
+ return __classPrivateFieldGet(this, _lastUpdate);
82
84
  }
83
85
  get name() {
84
- return __classPrivateFieldGet(this, _OfferFindResult_name, "f");
86
+ return __classPrivateFieldGet(this, _name);
85
87
  }
86
88
  get priceBand() {
87
- return __classPrivateFieldGet(this, _OfferFindResult_priceBand, "f");
89
+ return __classPrivateFieldGet(this, _priceBand);
88
90
  }
89
91
  get arrowSubCategories() {
90
- return __classPrivateFieldGet(this, _OfferFindResult_arrowSubCategories, "f");
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
- _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();
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, 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;
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, 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);
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 _PriceBandFindResult_actionFlags, _PriceBandFindResult_billing, _PriceBandFindResult_currency, _PriceBandFindResult_isEnabled, _PriceBandFindResult_marketplace, _PriceBandFindResult_prices, _PriceBandFindResult_saleConstraints, _PriceBandFindResult_identifiers;
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
- _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);
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, _PriceBandFindResult_actionFlags, new priceBandActionFlagsFindResult_1.PriceBandActionFlagsFindResult(actionFlags), "f");
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, _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");
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, _PriceBandFindResult_prices, new priceBandPriceFindResult_1.PriceBandPriceFindResult(prices), "f");
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, _PriceBandFindResult_saleConstraints, new saleConstraintsFindResult_1.SaleConstraintsFindResult(saleConstraints), "f");
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, _PriceBandFindResult_identifiers, new identifiersFindResult_1.IdentifiersFindResult(identifiers), "f");
90
+ __classPrivateFieldSet(this, _identifiers, new identifiersFindResult_1.IdentifiersFindResult(identifiers));
89
91
  }
90
92
  get actionFlags() {
91
- return __classPrivateFieldGet(this, _PriceBandFindResult_actionFlags, "f");
93
+ return __classPrivateFieldGet(this, _actionFlags);
92
94
  }
93
95
  get billing() {
94
- return __classPrivateFieldGet(this, _PriceBandFindResult_billing, "f");
96
+ return __classPrivateFieldGet(this, _billing);
95
97
  }
96
98
  get currency() {
97
- return __classPrivateFieldGet(this, _PriceBandFindResult_currency, "f");
99
+ return __classPrivateFieldGet(this, _currency);
98
100
  }
99
101
  get isEnabled() {
100
- return __classPrivateFieldGet(this, _PriceBandFindResult_isEnabled, "f");
102
+ return __classPrivateFieldGet(this, _isEnabled);
101
103
  }
102
104
  get marketplace() {
103
- return __classPrivateFieldGet(this, _PriceBandFindResult_marketplace, "f");
105
+ return __classPrivateFieldGet(this, _marketplace);
104
106
  }
105
107
  get prices() {
106
- return __classPrivateFieldGet(this, _PriceBandFindResult_prices, "f");
108
+ return __classPrivateFieldGet(this, _prices);
107
109
  }
108
110
  get saleConstraints() {
109
- return __classPrivateFieldGet(this, _PriceBandFindResult_saleConstraints, "f");
111
+ return __classPrivateFieldGet(this, _saleConstraints);
110
112
  }
111
113
  get identifiers() {
112
- return __classPrivateFieldGet(this, _PriceBandFindResult_identifiers, "f");
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
- _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();
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, 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;
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, 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);
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 _BillingFindResult_cycle, _BillingFindResult_term, _BillingFindResult_type;
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
- _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");
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, _BillingFindResult_cycle, "f");
41
+ return __classPrivateFieldGet(this, _cycle);
40
42
  }
41
43
  get term() {
42
- return __classPrivateFieldGet(this, _BillingFindResult_term, "f");
44
+ return __classPrivateFieldGet(this, _term);
43
45
  }
44
46
  get type() {
45
- return __classPrivateFieldGet(this, _BillingFindResult_type, "f");
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
- _BillingFindResult_cycle = new WeakMap(), _BillingFindResult_term = new WeakMap(), _BillingFindResult_type = new WeakMap();
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, 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;
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, 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);
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 _ArrowsphereFindResult_arrowsphereSku;
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
- _ArrowsphereFindResult_arrowsphereSku.set(this, void 0);
28
- __classPrivateFieldSet(this, _ArrowsphereFindResult_arrowsphereSku, data[ArrowsphereFindResultFields.COLUMN_SKU], "f");
29
+ _arrowsphereSku.set(this, void 0);
30
+ __classPrivateFieldSet(this, _arrowsphereSku, data[ArrowsphereFindResultFields.COLUMN_SKU]);
29
31
  }
30
32
  get arrowsphereSku() {
31
- return __classPrivateFieldGet(this, _ArrowsphereFindResult_arrowsphereSku, "f");
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
- _ArrowsphereFindResult_arrowsphereSku = new WeakMap();
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, 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;
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, 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);
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 _IdentifiersFindResult_arrowsphere;
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
- _IdentifiersFindResult_arrowsphere.set(this, void 0);
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, _IdentifiersFindResult_arrowsphere, new arrowsphereFindResult_1.ArrowsphereFindResult(arrowsphere), "f");
34
+ __classPrivateFieldSet(this, _arrowsphere, new arrowsphereFindResult_1.ArrowsphereFindResult(arrowsphere));
33
35
  }
34
36
  get arrowsphere() {
35
- return __classPrivateFieldGet(this, _IdentifiersFindResult_arrowsphere, "f");
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
- _IdentifiersFindResult_arrowsphere = new WeakMap();
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, 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;
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, 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);
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 _PriceBandActionFlagsFindResult_canBeCancelled, _PriceBandActionFlagsFindResult_canBeReactivated, _PriceBandActionFlagsFindResult_canBeSuspended, _PriceBandActionFlagsFindResult_canDecreaseSeats, _PriceBandActionFlagsFindResult_canIncreaseSeats;
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
- _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");
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, _PriceBandActionFlagsFindResult_canBeCancelled, "f");
49
+ return __classPrivateFieldGet(this, _canBeCancelled);
48
50
  }
49
51
  get canBeReactivated() {
50
- return __classPrivateFieldGet(this, _PriceBandActionFlagsFindResult_canBeReactivated, "f");
52
+ return __classPrivateFieldGet(this, _canBeReactivated);
51
53
  }
52
54
  get canBeSuspended() {
53
- return __classPrivateFieldGet(this, _PriceBandActionFlagsFindResult_canBeSuspended, "f");
55
+ return __classPrivateFieldGet(this, _canBeSuspended);
54
56
  }
55
57
  get canDecreaseSeats() {
56
- return __classPrivateFieldGet(this, _PriceBandActionFlagsFindResult_canDecreaseSeats, "f");
58
+ return __classPrivateFieldGet(this, _canDecreaseSeats);
57
59
  }
58
60
  get canIncreaseSeats() {
59
- return __classPrivateFieldGet(this, _PriceBandActionFlagsFindResult_canIncreaseSeats, "f");
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
- _PriceBandActionFlagsFindResult_canBeCancelled = new WeakMap(), _PriceBandActionFlagsFindResult_canBeReactivated = new WeakMap(), _PriceBandActionFlagsFindResult_canBeSuspended = new WeakMap(), _PriceBandActionFlagsFindResult_canDecreaseSeats = new WeakMap(), _PriceBandActionFlagsFindResult_canIncreaseSeats = new WeakMap();
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, 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;
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, 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);
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 _PriceBandPriceFindResult_buy, _PriceBandPriceFindResult_sell, _PriceBandPriceFindResult_public;
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
- _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");
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, _PriceBandPriceFindResult_buy, "f");
41
+ return __classPrivateFieldGet(this, _buy);
40
42
  }
41
43
  get sell() {
42
- return __classPrivateFieldGet(this, _PriceBandPriceFindResult_sell, "f");
44
+ return __classPrivateFieldGet(this, _sell);
43
45
  }
44
46
  get public() {
45
- return __classPrivateFieldGet(this, _PriceBandPriceFindResult_public, "f");
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
- _PriceBandPriceFindResult_buy = new WeakMap(), _PriceBandPriceFindResult_sell = new WeakMap(), _PriceBandPriceFindResult_public = new WeakMap();
58
+ _buy = new WeakMap(), _sell = new WeakMap(), _public = new WeakMap();
57
59
  //# sourceMappingURL=priceBandPriceFindResult.js.map