@arrowsphere/api-client 3.27.0 → 3.28.0-rc.bjp.2

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 (145) hide show
  1. package/README.md +12 -0
  2. package/build/AbstractHttpClient.d.ts +36 -0
  3. package/build/AbstractHttpClient.js +65 -0
  4. package/build/abstractClient.d.ts +2 -19
  5. package/build/abstractClient.js +3 -22
  6. package/build/abstractEntity.js +14 -16
  7. package/build/abstractGraphQLClient.d.ts +4 -14
  8. package/build/abstractGraphQLClient.js +32 -24
  9. package/build/axiosSingleton.js +2 -2
  10. package/build/campaign/entities/campaign/banners/banners.js +32 -34
  11. package/build/campaign/entities/campaign/campaign.js +51 -53
  12. package/build/campaign/entities/campaign/landingPage/landingPage.js +24 -26
  13. package/build/campaign/entities/campaign/landingPage/landingPageBody.js +35 -37
  14. package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooter.js +29 -31
  15. package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +23 -25
  16. package/build/campaign/entities/campaign/landingPage/landingPageHeader.js +29 -31
  17. package/build/campaign/entities/campaign/rules/rules.js +29 -31
  18. package/build/campaign/entities/campaignAssets/assets/assets.js +17 -19
  19. package/build/campaign/entities/campaignAssets/campaignAssets.js +14 -16
  20. package/build/campaign/entities/v2/campaign/banner/banner.js +32 -34
  21. package/build/campaign/entities/v2/campaign/campaign.js +48 -50
  22. package/build/campaign/entities/v2/campaign/landingPage/landingPage.js +24 -26
  23. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooter.js +34 -36
  24. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +20 -22
  25. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeatureItem.js +32 -34
  26. package/build/campaign/entities/v2/campaign/landingPage/landingPageHeader.js +32 -34
  27. package/build/campaign/entities/v2/campaignList.js +14 -16
  28. package/build/campaign/index.js +5 -1
  29. package/build/cart/entities/index.js +5 -1
  30. package/build/cart/entities/item.js +26 -28
  31. package/build/cart/entities/itemList.js +14 -16
  32. package/build/cart/index.js +5 -1
  33. package/build/catalog/catalogGraphQLClient.d.ts +2 -0
  34. package/build/catalog/catalogGraphQLClient.js +14 -1
  35. package/build/catalog/index.d.ts +2 -0
  36. package/build/catalog/index.js +7 -1
  37. package/build/catalog/types/catalogGraphQLQueries.d.ts +12 -0
  38. package/build/catalog/types/catalogGraphQLQueries.js +3 -0
  39. package/build/catalog/types/catalogGraphQLSchemas.d.ts +30 -0
  40. package/build/catalog/types/catalogGraphQLSchemas.js +4 -0
  41. package/build/catalog/types/catalogGraphQLTypes.js +1 -0
  42. package/build/catalog/types/queryArguments.d.ts +41 -0
  43. package/build/catalog/types/queryArguments.js +10 -0
  44. package/build/consumption/entities/bi/consumptionBI.js +28 -30
  45. package/build/consumption/entities/bi/period/period.js +17 -19
  46. package/build/consumption/entities/bi/top/top.js +23 -25
  47. package/build/consumption/entities/consumption/consumption.js +17 -19
  48. package/build/consumption/index.js +5 -1
  49. package/build/contact/entities/contact.js +44 -46
  50. package/build/contact/entities/contactCreate.js +14 -16
  51. package/build/contact/entities/contactList.js +14 -16
  52. package/build/contact/index.js +5 -1
  53. package/build/customers/entities/customers/contact/contact.js +29 -31
  54. package/build/customers/entities/customers/customer.js +71 -73
  55. package/build/customers/entities/customers/customerContact/customerContact.js +38 -40
  56. package/build/customers/entities/customers/customerContact/customerContactList.js +14 -16
  57. package/build/customers/entities/customers/details/details.js +29 -31
  58. package/build/customers/entities/dataCustomers.js +14 -16
  59. package/build/customers/entities/dataInvitation.js +29 -31
  60. package/build/customers/entities/invitations/company/company.js +14 -16
  61. package/build/customers/entities/invitations/contact/invitationContact.js +26 -28
  62. package/build/customers/index.js +5 -1
  63. package/build/exception/exception-handlers/HandleHttpExceptionOutput.d.ts +3 -0
  64. package/build/exception/exception-handlers/HandleHttpExceptionOutput.js +3 -0
  65. package/build/exception/exception-handlers/Hooks.d.ts +3 -0
  66. package/build/exception/exception-handlers/Hooks.js +3 -0
  67. package/build/exception/exception-handlers/HttpExceptionHandler.d.ts +10 -0
  68. package/build/exception/exception-handlers/HttpExceptionHandler.js +3 -0
  69. package/build/exception/exception-handlers/index.d.ts +3 -0
  70. package/build/exception/exception-handlers/index.js +20 -0
  71. package/build/exception/index.js +5 -1
  72. package/build/exception/publicApiClientException.d.ts +2 -1
  73. package/build/exception/publicApiClientException.js +2 -1
  74. package/build/general/entities/whoAmI.js +59 -61
  75. package/build/general/index.js +5 -1
  76. package/build/getResult.js +21 -23
  77. package/build/index.d.ts +1 -0
  78. package/build/index.js +6 -1
  79. package/build/licenses/entities/filterFindResult.js +17 -19
  80. package/build/licenses/entities/findResult.js +36 -38
  81. package/build/licenses/entities/getLicense/actionMessagesGetResult.js +26 -28
  82. package/build/licenses/entities/getLicense/actionsGetResult.js +41 -43
  83. package/build/licenses/entities/getLicense/buySellFindResult.js +17 -19
  84. package/build/licenses/entities/getLicense/licenseGetResult.js +105 -107
  85. package/build/licenses/entities/getLicense/licensePriceGetResult.js +20 -22
  86. package/build/licenses/entities/getLicense/orderGetResult.js +17 -19
  87. package/build/licenses/entities/getResult/getLicenseResult.js +14 -16
  88. package/build/licenses/entities/history/actionHistoryResult.js +23 -25
  89. package/build/licenses/entities/history/licenceHistoryResult.js +14 -16
  90. package/build/licenses/entities/license/activeSeatsFindResult.js +17 -19
  91. package/build/licenses/entities/license/configFindResult.js +20 -22
  92. package/build/licenses/entities/license/licenseFindResult.js +134 -136
  93. package/build/licenses/entities/license/priceFindResult.js +26 -28
  94. package/build/licenses/entities/license/warningFindResult.js +17 -19
  95. package/build/licenses/entities/offer/actionFlagsFindResult.js +20 -22
  96. package/build/licenses/entities/offer/offerFindResult.js +32 -34
  97. package/build/licenses/entities/offer/priceBandFindResult.js +35 -37
  98. package/build/licenses/entities/offer/priceband/billingFindResult.js +20 -22
  99. package/build/licenses/entities/offer/priceband/identifiers/arrowsphereFindResult.js +14 -16
  100. package/build/licenses/entities/offer/priceband/identifiersFindResult.js +14 -16
  101. package/build/licenses/entities/offer/priceband/priceBandActionFlagsFindResult.js +26 -28
  102. package/build/licenses/entities/offer/priceband/priceBandPriceFindResult.js +20 -22
  103. package/build/licenses/entities/offer/priceband/saleConstraintsFindResult.js +17 -19
  104. package/build/licenses/index.js +5 -1
  105. package/build/orders/entities/dataListOrders.js +14 -16
  106. package/build/orders/entities/orders/order.js +39 -41
  107. package/build/orders/entities/orders/partner/partner.js +17 -19
  108. package/build/orders/entities/orders/products/identifiers/productIdentifiers.js +14 -16
  109. package/build/orders/entities/orders/products/identifiers/vendor/identifiersVendor.js +14 -16
  110. package/build/orders/entities/orders/products/prices/productPrices.js +32 -34
  111. package/build/orders/entities/orders/products/products.js +56 -58
  112. package/build/orders/entities/orders/products/program/productProgram.js +14 -16
  113. package/build/orders/entities/referenceLink.js +17 -19
  114. package/build/orders/index.js +5 -1
  115. package/build/pagination.js +29 -31
  116. package/build/security/index.js +5 -1
  117. package/build/security/register/entity/registrationLink.js +14 -16
  118. package/build/security/register/index.js +5 -1
  119. package/build/security/standards/entities/checks/checks.js +17 -19
  120. package/build/security/standards/entities/checks/securityChecks.js +38 -40
  121. package/build/security/standards/entities/resources/resources.js +26 -28
  122. package/build/security/standards/entities/resources/securityResources.js +17 -19
  123. package/build/security/standards/entities/standards/securityStandards.js +29 -31
  124. package/build/security/standards/entities/standards/standards.js +17 -19
  125. package/build/security/standards/index.js +5 -1
  126. package/build/securityScore/index.d.ts +2 -0
  127. package/build/securityScore/index.js +19 -0
  128. package/build/securityScore/securityScoreGraphQLClient.d.ts +17 -0
  129. package/build/securityScore/securityScoreGraphQLClient.js +35 -0
  130. package/build/securityScore/types/queryArguments.d.ts +72 -0
  131. package/build/securityScore/types/queryArguments.js +57 -0
  132. package/build/securityScore/types/securityScoreGraphQLQueries.d.ts +43 -0
  133. package/build/securityScore/types/securityScoreGraphQLQueries.js +3 -0
  134. package/build/securityScore/types/securityScoreGraphQLTypes.d.ts +144 -0
  135. package/build/securityScore/types/securityScoreGraphQLTypes.js +3 -0
  136. package/build/shared/index.js +5 -1
  137. package/build/subscriptions/entities/subscription.js +56 -58
  138. package/build/subscriptions/entities/subscriptionsListResult.js +39 -41
  139. package/build/subscriptions/index.js +5 -1
  140. package/build/supportCenter/entities/issue/attachment.js +27 -29
  141. package/build/supportCenter/entities/issue/comment.js +29 -31
  142. package/build/supportCenter/entities/issue/issue.js +106 -108
  143. package/build/supportCenter/entities/topic.js +30 -32
  144. package/build/supportCenter/index.js +5 -1
  145. package/package.json +5 -3
@@ -1,18 +1,16 @@
1
1
  "use strict";
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;
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, privateMap) {
10
- if (!privateMap.has(receiver)) {
11
- throw new TypeError("attempted to get private field on non-instance");
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 _acceptEula, _activeSeats, _autoRenew, _baseSeat, _category, _classification, _configs, _warnings, _customerName, _customerRef, _endDate, _friendlyName, _id, _enabled, _lastUpdate, _marketplace, _message, _offer, _parentLineId, _parentOrderRef, _partnerRef, _periodicity, _price, _resellerName, _resellerRef, _seat, _serviceRef, _sku, _startDate, _statusCode, _statusLabel, _subscriptionId, _subsidiaryName, _term, _trial, _type, _uom, _vendorCode, _vendorName, _vendorSubscriptionId, _highlight;
13
+ var _LicenseFindResult_acceptEula, _LicenseFindResult_activeSeats, _LicenseFindResult_autoRenew, _LicenseFindResult_baseSeat, _LicenseFindResult_category, _LicenseFindResult_classification, _LicenseFindResult_configs, _LicenseFindResult_warnings, _LicenseFindResult_customerName, _LicenseFindResult_customerRef, _LicenseFindResult_endDate, _LicenseFindResult_friendlyName, _LicenseFindResult_id, _LicenseFindResult_enabled, _LicenseFindResult_lastUpdate, _LicenseFindResult_marketplace, _LicenseFindResult_message, _LicenseFindResult_offer, _LicenseFindResult_parentLineId, _LicenseFindResult_parentOrderRef, _LicenseFindResult_partnerRef, _LicenseFindResult_periodicity, _LicenseFindResult_price, _LicenseFindResult_resellerName, _LicenseFindResult_resellerRef, _LicenseFindResult_seat, _LicenseFindResult_serviceRef, _LicenseFindResult_sku, _LicenseFindResult_startDate, _LicenseFindResult_statusCode, _LicenseFindResult_statusLabel, _LicenseFindResult_subscriptionId, _LicenseFindResult_subsidiaryName, _LicenseFindResult_term, _LicenseFindResult_trial, _LicenseFindResult_type, _LicenseFindResult_uom, _LicenseFindResult_vendorCode, _LicenseFindResult_vendorName, _LicenseFindResult_vendorSubscriptionId, _LicenseFindResult_highlight;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.LicenseFindResult = exports.LicenseFindResultFields = void 0;
18
16
  const activeSeatsFindResult_1 = require("./activeSeatsFindResult");
@@ -96,73 +94,73 @@ class LicenseFindResult extends abstractEntity_1.AbstractEntity {
96
94
  [LicenseFindResultFields.COLUMN_VENDOR_CODE]: 'required',
97
95
  [LicenseFindResultFields.COLUMN_HIGHLIGHT]: 'object',
98
96
  };
99
- _acceptEula.set(this, void 0);
100
- _activeSeats.set(this, void 0);
101
- _autoRenew.set(this, void 0);
102
- _baseSeat.set(this, void 0);
103
- _category.set(this, void 0);
104
- _classification.set(this, void 0);
105
- _configs.set(this, void 0);
106
- _warnings.set(this, void 0);
107
- _customerName.set(this, void 0);
108
- _customerRef.set(this, void 0);
109
- _endDate.set(this, void 0);
110
- _friendlyName.set(this, void 0);
111
- _id.set(this, void 0);
112
- _enabled.set(this, void 0);
113
- _lastUpdate.set(this, void 0);
114
- _marketplace.set(this, void 0);
115
- _message.set(this, void 0);
116
- _offer.set(this, void 0);
117
- _parentLineId.set(this, void 0);
118
- _parentOrderRef.set(this, void 0);
119
- _partnerRef.set(this, void 0);
120
- _periodicity.set(this, void 0);
121
- _price.set(this, void 0);
122
- _resellerName.set(this, void 0);
123
- _resellerRef.set(this, void 0);
124
- _seat.set(this, void 0);
125
- _serviceRef.set(this, void 0);
126
- _sku.set(this, void 0);
127
- _startDate.set(this, void 0);
128
- _statusCode.set(this, void 0);
129
- _statusLabel.set(this, void 0);
130
- _subscriptionId.set(this, void 0);
131
- _subsidiaryName.set(this, void 0);
132
- _term.set(this, void 0);
133
- _trial.set(this, void 0);
134
- _type.set(this, void 0);
135
- _uom.set(this, void 0);
136
- _vendorCode.set(this, void 0);
137
- _vendorName.set(this, void 0);
138
- _vendorSubscriptionId.set(this, void 0);
139
- _highlight.set(this, void 0);
140
- __classPrivateFieldSet(this, _acceptEula, data[LicenseFindResultFields.COLUMN_ACCEPT_EULA]);
97
+ _LicenseFindResult_acceptEula.set(this, void 0);
98
+ _LicenseFindResult_activeSeats.set(this, void 0);
99
+ _LicenseFindResult_autoRenew.set(this, void 0);
100
+ _LicenseFindResult_baseSeat.set(this, void 0);
101
+ _LicenseFindResult_category.set(this, void 0);
102
+ _LicenseFindResult_classification.set(this, void 0);
103
+ _LicenseFindResult_configs.set(this, void 0);
104
+ _LicenseFindResult_warnings.set(this, void 0);
105
+ _LicenseFindResult_customerName.set(this, void 0);
106
+ _LicenseFindResult_customerRef.set(this, void 0);
107
+ _LicenseFindResult_endDate.set(this, void 0);
108
+ _LicenseFindResult_friendlyName.set(this, void 0);
109
+ _LicenseFindResult_id.set(this, void 0);
110
+ _LicenseFindResult_enabled.set(this, void 0);
111
+ _LicenseFindResult_lastUpdate.set(this, void 0);
112
+ _LicenseFindResult_marketplace.set(this, void 0);
113
+ _LicenseFindResult_message.set(this, void 0);
114
+ _LicenseFindResult_offer.set(this, void 0);
115
+ _LicenseFindResult_parentLineId.set(this, void 0);
116
+ _LicenseFindResult_parentOrderRef.set(this, void 0);
117
+ _LicenseFindResult_partnerRef.set(this, void 0);
118
+ _LicenseFindResult_periodicity.set(this, void 0);
119
+ _LicenseFindResult_price.set(this, void 0);
120
+ _LicenseFindResult_resellerName.set(this, void 0);
121
+ _LicenseFindResult_resellerRef.set(this, void 0);
122
+ _LicenseFindResult_seat.set(this, void 0);
123
+ _LicenseFindResult_serviceRef.set(this, void 0);
124
+ _LicenseFindResult_sku.set(this, void 0);
125
+ _LicenseFindResult_startDate.set(this, void 0);
126
+ _LicenseFindResult_statusCode.set(this, void 0);
127
+ _LicenseFindResult_statusLabel.set(this, void 0);
128
+ _LicenseFindResult_subscriptionId.set(this, void 0);
129
+ _LicenseFindResult_subsidiaryName.set(this, void 0);
130
+ _LicenseFindResult_term.set(this, void 0);
131
+ _LicenseFindResult_trial.set(this, void 0);
132
+ _LicenseFindResult_type.set(this, void 0);
133
+ _LicenseFindResult_uom.set(this, void 0);
134
+ _LicenseFindResult_vendorCode.set(this, void 0);
135
+ _LicenseFindResult_vendorName.set(this, void 0);
136
+ _LicenseFindResult_vendorSubscriptionId.set(this, void 0);
137
+ _LicenseFindResult_highlight.set(this, void 0);
138
+ __classPrivateFieldSet(this, _LicenseFindResult_acceptEula, data[LicenseFindResultFields.COLUMN_ACCEPT_EULA], "f");
141
139
  const activeSeats = {
142
140
  [activeSeatsFindResult_1.ActiveSeatsFindResultFields.COLUMN_LAST_UPDATE]: data[LicenseFindResultFields.COLUMN_ACTIVE_SEATS][activeSeatsFindResult_1.ActiveSeatsFindResultFields.COLUMN_LAST_UPDATE],
143
141
  [activeSeatsFindResult_1.ActiveSeatsFindResultFields.COLUMN_NUMBER]: data[LicenseFindResultFields.COLUMN_ACTIVE_SEATS][activeSeatsFindResult_1.ActiveSeatsFindResultFields.COLUMN_NUMBER],
144
142
  };
145
- __classPrivateFieldSet(this, _activeSeats, new activeSeatsFindResult_1.ActiveSeatsFindResult(activeSeats));
146
- __classPrivateFieldSet(this, _autoRenew, data[LicenseFindResultFields.COLUMN_AUTO_RENEW]);
147
- __classPrivateFieldSet(this, _baseSeat, data[LicenseFindResultFields.COLUMN_BASE_SEAT]);
148
- __classPrivateFieldSet(this, _category, data[LicenseFindResultFields.COLUMN_CATEGORY]);
149
- __classPrivateFieldSet(this, _classification, data[LicenseFindResultFields.COLUMN_CLOUD_TYPE]);
150
- __classPrivateFieldSet(this, _configs, (_a = data[LicenseFindResultFields.COLUMN_CONFIGS]) === null || _a === void 0 ? void 0 : _a.map((configData) => new configFindResult_1.ConfigFindResult(configData)));
151
- __classPrivateFieldSet(this, _warnings, (_b = data[LicenseFindResultFields.COLUMN_WARNINGS]) === null || _b === void 0 ? void 0 : _b.map((warningData) => new warningFindResult_1.WarningFindResult(warningData)));
152
- __classPrivateFieldSet(this, _customerName, data[LicenseFindResultFields.COLUMN_CUSTOMER_NAME]);
153
- __classPrivateFieldSet(this, _customerRef, data[LicenseFindResultFields.COLUMN_CUSTOMER_REF]);
154
- __classPrivateFieldSet(this, _endDate, data[LicenseFindResultFields.COLUMN_END_DATE]);
155
- __classPrivateFieldSet(this, _friendlyName, data[LicenseFindResultFields.COLUMN_FRIENDLY_NAME]);
156
- __classPrivateFieldSet(this, _id, data[LicenseFindResultFields.COLUMN_ID]);
157
- __classPrivateFieldSet(this, _enabled, data[LicenseFindResultFields.COLUMN_IS_ENABLED]);
158
- __classPrivateFieldSet(this, _lastUpdate, data[LicenseFindResultFields.COLUMN_LAST_UPDATE]);
159
- __classPrivateFieldSet(this, _marketplace, data[LicenseFindResultFields.COLUMN_MARKETPLACE]);
160
- __classPrivateFieldSet(this, _message, data[LicenseFindResultFields.COLUMN_MESSAGE]);
161
- __classPrivateFieldSet(this, _offer, data[LicenseFindResultFields.COLUMN_OFFER]);
162
- __classPrivateFieldSet(this, _parentLineId, data[LicenseFindResultFields.COLUMN_PARENT_LINE_ID]);
163
- __classPrivateFieldSet(this, _parentOrderRef, data[LicenseFindResultFields.COLUMN_PARENT_ORDER_REF]);
164
- __classPrivateFieldSet(this, _partnerRef, data[LicenseFindResultFields.COLUMN_PARTNER_REF]);
165
- __classPrivateFieldSet(this, _periodicity, data[LicenseFindResultFields.COLUMN_PERIODICITY]);
143
+ __classPrivateFieldSet(this, _LicenseFindResult_activeSeats, new activeSeatsFindResult_1.ActiveSeatsFindResult(activeSeats), "f");
144
+ __classPrivateFieldSet(this, _LicenseFindResult_autoRenew, data[LicenseFindResultFields.COLUMN_AUTO_RENEW], "f");
145
+ __classPrivateFieldSet(this, _LicenseFindResult_baseSeat, data[LicenseFindResultFields.COLUMN_BASE_SEAT], "f");
146
+ __classPrivateFieldSet(this, _LicenseFindResult_category, data[LicenseFindResultFields.COLUMN_CATEGORY], "f");
147
+ __classPrivateFieldSet(this, _LicenseFindResult_classification, data[LicenseFindResultFields.COLUMN_CLOUD_TYPE], "f");
148
+ __classPrivateFieldSet(this, _LicenseFindResult_configs, (_a = data[LicenseFindResultFields.COLUMN_CONFIGS]) === null || _a === void 0 ? void 0 : _a.map((configData) => new configFindResult_1.ConfigFindResult(configData)), "f");
149
+ __classPrivateFieldSet(this, _LicenseFindResult_warnings, (_b = data[LicenseFindResultFields.COLUMN_WARNINGS]) === null || _b === void 0 ? void 0 : _b.map((warningData) => new warningFindResult_1.WarningFindResult(warningData)), "f");
150
+ __classPrivateFieldSet(this, _LicenseFindResult_customerName, data[LicenseFindResultFields.COLUMN_CUSTOMER_NAME], "f");
151
+ __classPrivateFieldSet(this, _LicenseFindResult_customerRef, data[LicenseFindResultFields.COLUMN_CUSTOMER_REF], "f");
152
+ __classPrivateFieldSet(this, _LicenseFindResult_endDate, data[LicenseFindResultFields.COLUMN_END_DATE], "f");
153
+ __classPrivateFieldSet(this, _LicenseFindResult_friendlyName, data[LicenseFindResultFields.COLUMN_FRIENDLY_NAME], "f");
154
+ __classPrivateFieldSet(this, _LicenseFindResult_id, data[LicenseFindResultFields.COLUMN_ID], "f");
155
+ __classPrivateFieldSet(this, _LicenseFindResult_enabled, data[LicenseFindResultFields.COLUMN_IS_ENABLED], "f");
156
+ __classPrivateFieldSet(this, _LicenseFindResult_lastUpdate, data[LicenseFindResultFields.COLUMN_LAST_UPDATE], "f");
157
+ __classPrivateFieldSet(this, _LicenseFindResult_marketplace, data[LicenseFindResultFields.COLUMN_MARKETPLACE], "f");
158
+ __classPrivateFieldSet(this, _LicenseFindResult_message, data[LicenseFindResultFields.COLUMN_MESSAGE], "f");
159
+ __classPrivateFieldSet(this, _LicenseFindResult_offer, data[LicenseFindResultFields.COLUMN_OFFER], "f");
160
+ __classPrivateFieldSet(this, _LicenseFindResult_parentLineId, data[LicenseFindResultFields.COLUMN_PARENT_LINE_ID], "f");
161
+ __classPrivateFieldSet(this, _LicenseFindResult_parentOrderRef, data[LicenseFindResultFields.COLUMN_PARENT_ORDER_REF], "f");
162
+ __classPrivateFieldSet(this, _LicenseFindResult_partnerRef, data[LicenseFindResultFields.COLUMN_PARTNER_REF], "f");
163
+ __classPrivateFieldSet(this, _LicenseFindResult_periodicity, data[LicenseFindResultFields.COLUMN_PERIODICITY], "f");
166
164
  const price = {
167
165
  [priceFindResult_1.PriceFindResultFields.COLUMN_PRICE_BAND_ARROWSPHERE_SKU]: data[LicenseFindResultFields.COLUMN_PRICE][priceFindResult_1.PriceFindResultFields.COLUMN_PRICE_BAND_ARROWSPHERE_SKU],
168
166
  [priceFindResult_1.PriceFindResultFields.COLUMN_BUY_PRICE]: data[LicenseFindResultFields.COLUMN_PRICE][priceFindResult_1.PriceFindResultFields.COLUMN_BUY_PRICE],
@@ -170,148 +168,148 @@ class LicenseFindResult extends abstractEntity_1.AbstractEntity {
170
168
  [priceFindResult_1.PriceFindResultFields.COLUMN_LIST_PRICE]: data[LicenseFindResultFields.COLUMN_PRICE][priceFindResult_1.PriceFindResultFields.COLUMN_LIST_PRICE],
171
169
  [priceFindResult_1.PriceFindResultFields.COLUMN_CURRENCY]: data[LicenseFindResultFields.COLUMN_PRICE][priceFindResult_1.PriceFindResultFields.COLUMN_CURRENCY],
172
170
  };
173
- __classPrivateFieldSet(this, _price, new priceFindResult_1.PriceFindResult(price));
174
- __classPrivateFieldSet(this, _resellerName, data[LicenseFindResultFields.COLUMN_RESELLER_NAME]);
175
- __classPrivateFieldSet(this, _resellerRef, data[LicenseFindResultFields.COLUMN_RESELLER_REF]);
176
- __classPrivateFieldSet(this, _seat, data[LicenseFindResultFields.COLUMN_SEAT]);
177
- __classPrivateFieldSet(this, _serviceRef, data[LicenseFindResultFields.COLUMN_SERVICE_REF]);
178
- __classPrivateFieldSet(this, _sku, data[LicenseFindResultFields.COLUMN_SKU]);
179
- __classPrivateFieldSet(this, _startDate, data[LicenseFindResultFields.COLUMN_START_DATE]);
180
- __classPrivateFieldSet(this, _statusCode, data[LicenseFindResultFields.COLUMN_STATUS_CODE]);
181
- __classPrivateFieldSet(this, _statusLabel, data[LicenseFindResultFields.COLUMN_STATUS_LABEL]);
182
- __classPrivateFieldSet(this, _subscriptionId, data[LicenseFindResultFields.COLUMN_SUBSCRIPTION_ID]);
183
- __classPrivateFieldSet(this, _subsidiaryName, data[LicenseFindResultFields.COLUMN_SUBSIDIARY_NAME]);
184
- __classPrivateFieldSet(this, _term, data[LicenseFindResultFields.COLUMN_TERM]);
185
- __classPrivateFieldSet(this, _trial, data[LicenseFindResultFields.COLUMN_TRIAL]);
186
- __classPrivateFieldSet(this, _type, data[LicenseFindResultFields.COLUMN_TYPE]);
187
- __classPrivateFieldSet(this, _uom, data[LicenseFindResultFields.COLUMN_UOM]);
188
- __classPrivateFieldSet(this, _vendorCode, data[LicenseFindResultFields.COLUMN_VENDOR_CODE]);
189
- __classPrivateFieldSet(this, _vendorName, data[LicenseFindResultFields.COLUMN_VENDOR_NAME]);
190
- __classPrivateFieldSet(this, _vendorSubscriptionId, data[LicenseFindResultFields.COLUMN_VENDOR_SUBSCRIPTION_ID]);
191
- __classPrivateFieldSet(this, _highlight, (_c = data[LicenseFindResultFields.COLUMN_HIGHLIGHT]) !== null && _c !== void 0 ? _c : {});
171
+ __classPrivateFieldSet(this, _LicenseFindResult_price, new priceFindResult_1.PriceFindResult(price), "f");
172
+ __classPrivateFieldSet(this, _LicenseFindResult_resellerName, data[LicenseFindResultFields.COLUMN_RESELLER_NAME], "f");
173
+ __classPrivateFieldSet(this, _LicenseFindResult_resellerRef, data[LicenseFindResultFields.COLUMN_RESELLER_REF], "f");
174
+ __classPrivateFieldSet(this, _LicenseFindResult_seat, data[LicenseFindResultFields.COLUMN_SEAT], "f");
175
+ __classPrivateFieldSet(this, _LicenseFindResult_serviceRef, data[LicenseFindResultFields.COLUMN_SERVICE_REF], "f");
176
+ __classPrivateFieldSet(this, _LicenseFindResult_sku, data[LicenseFindResultFields.COLUMN_SKU], "f");
177
+ __classPrivateFieldSet(this, _LicenseFindResult_startDate, data[LicenseFindResultFields.COLUMN_START_DATE], "f");
178
+ __classPrivateFieldSet(this, _LicenseFindResult_statusCode, data[LicenseFindResultFields.COLUMN_STATUS_CODE], "f");
179
+ __classPrivateFieldSet(this, _LicenseFindResult_statusLabel, data[LicenseFindResultFields.COLUMN_STATUS_LABEL], "f");
180
+ __classPrivateFieldSet(this, _LicenseFindResult_subscriptionId, data[LicenseFindResultFields.COLUMN_SUBSCRIPTION_ID], "f");
181
+ __classPrivateFieldSet(this, _LicenseFindResult_subsidiaryName, data[LicenseFindResultFields.COLUMN_SUBSIDIARY_NAME], "f");
182
+ __classPrivateFieldSet(this, _LicenseFindResult_term, data[LicenseFindResultFields.COLUMN_TERM], "f");
183
+ __classPrivateFieldSet(this, _LicenseFindResult_trial, data[LicenseFindResultFields.COLUMN_TRIAL], "f");
184
+ __classPrivateFieldSet(this, _LicenseFindResult_type, data[LicenseFindResultFields.COLUMN_TYPE], "f");
185
+ __classPrivateFieldSet(this, _LicenseFindResult_uom, data[LicenseFindResultFields.COLUMN_UOM], "f");
186
+ __classPrivateFieldSet(this, _LicenseFindResult_vendorCode, data[LicenseFindResultFields.COLUMN_VENDOR_CODE], "f");
187
+ __classPrivateFieldSet(this, _LicenseFindResult_vendorName, data[LicenseFindResultFields.COLUMN_VENDOR_NAME], "f");
188
+ __classPrivateFieldSet(this, _LicenseFindResult_vendorSubscriptionId, data[LicenseFindResultFields.COLUMN_VENDOR_SUBSCRIPTION_ID], "f");
189
+ __classPrivateFieldSet(this, _LicenseFindResult_highlight, (_c = data[LicenseFindResultFields.COLUMN_HIGHLIGHT]) !== null && _c !== void 0 ? _c : {}, "f");
192
190
  }
193
191
  get id() {
194
- return __classPrivateFieldGet(this, _id);
192
+ return __classPrivateFieldGet(this, _LicenseFindResult_id, "f");
195
193
  }
196
194
  get acceptEula() {
197
- return __classPrivateFieldGet(this, _acceptEula);
195
+ return __classPrivateFieldGet(this, _LicenseFindResult_acceptEula, "f");
198
196
  }
199
197
  get activeSeats() {
200
- return __classPrivateFieldGet(this, _activeSeats);
198
+ return __classPrivateFieldGet(this, _LicenseFindResult_activeSeats, "f");
201
199
  }
202
200
  get autoRenew() {
203
- return __classPrivateFieldGet(this, _autoRenew);
201
+ return __classPrivateFieldGet(this, _LicenseFindResult_autoRenew, "f");
204
202
  }
205
203
  get baseSeat() {
206
- return __classPrivateFieldGet(this, _baseSeat);
204
+ return __classPrivateFieldGet(this, _LicenseFindResult_baseSeat, "f");
207
205
  }
208
206
  get category() {
209
- return __classPrivateFieldGet(this, _category);
207
+ return __classPrivateFieldGet(this, _LicenseFindResult_category, "f");
210
208
  }
211
209
  get classification() {
212
- return __classPrivateFieldGet(this, _classification);
210
+ return __classPrivateFieldGet(this, _LicenseFindResult_classification, "f");
213
211
  }
214
212
  get configs() {
215
- return __classPrivateFieldGet(this, _configs);
213
+ return __classPrivateFieldGet(this, _LicenseFindResult_configs, "f");
216
214
  }
217
215
  get warnings() {
218
- return __classPrivateFieldGet(this, _warnings);
216
+ return __classPrivateFieldGet(this, _LicenseFindResult_warnings, "f");
219
217
  }
220
218
  get customerName() {
221
- return __classPrivateFieldGet(this, _customerName);
219
+ return __classPrivateFieldGet(this, _LicenseFindResult_customerName, "f");
222
220
  }
223
221
  get customerRef() {
224
- return __classPrivateFieldGet(this, _customerRef);
222
+ return __classPrivateFieldGet(this, _LicenseFindResult_customerRef, "f");
225
223
  }
226
224
  get endDate() {
227
- return __classPrivateFieldGet(this, _endDate);
225
+ return __classPrivateFieldGet(this, _LicenseFindResult_endDate, "f");
228
226
  }
229
227
  get friendlyName() {
230
- return __classPrivateFieldGet(this, _friendlyName);
228
+ return __classPrivateFieldGet(this, _LicenseFindResult_friendlyName, "f");
231
229
  }
232
230
  get enabled() {
233
- return __classPrivateFieldGet(this, _enabled);
231
+ return __classPrivateFieldGet(this, _LicenseFindResult_enabled, "f");
234
232
  }
235
233
  get lastUpdate() {
236
- return __classPrivateFieldGet(this, _lastUpdate);
234
+ return __classPrivateFieldGet(this, _LicenseFindResult_lastUpdate, "f");
237
235
  }
238
236
  get marketplace() {
239
- return __classPrivateFieldGet(this, _marketplace);
237
+ return __classPrivateFieldGet(this, _LicenseFindResult_marketplace, "f");
240
238
  }
241
239
  get message() {
242
- return __classPrivateFieldGet(this, _message);
240
+ return __classPrivateFieldGet(this, _LicenseFindResult_message, "f");
243
241
  }
244
242
  get offer() {
245
- return __classPrivateFieldGet(this, _offer);
243
+ return __classPrivateFieldGet(this, _LicenseFindResult_offer, "f");
246
244
  }
247
245
  get parentLineId() {
248
- return __classPrivateFieldGet(this, _parentLineId);
246
+ return __classPrivateFieldGet(this, _LicenseFindResult_parentLineId, "f");
249
247
  }
250
248
  get parentOrderRef() {
251
- return __classPrivateFieldGet(this, _parentOrderRef);
249
+ return __classPrivateFieldGet(this, _LicenseFindResult_parentOrderRef, "f");
252
250
  }
253
251
  get partnerRef() {
254
- return __classPrivateFieldGet(this, _partnerRef);
252
+ return __classPrivateFieldGet(this, _LicenseFindResult_partnerRef, "f");
255
253
  }
256
254
  get periodicity() {
257
- return __classPrivateFieldGet(this, _periodicity);
255
+ return __classPrivateFieldGet(this, _LicenseFindResult_periodicity, "f");
258
256
  }
259
257
  get price() {
260
- return __classPrivateFieldGet(this, _price);
258
+ return __classPrivateFieldGet(this, _LicenseFindResult_price, "f");
261
259
  }
262
260
  get resellerName() {
263
- return __classPrivateFieldGet(this, _resellerName);
261
+ return __classPrivateFieldGet(this, _LicenseFindResult_resellerName, "f");
264
262
  }
265
263
  get resellerRef() {
266
- return __classPrivateFieldGet(this, _resellerRef);
264
+ return __classPrivateFieldGet(this, _LicenseFindResult_resellerRef, "f");
267
265
  }
268
266
  get seat() {
269
- return __classPrivateFieldGet(this, _seat);
267
+ return __classPrivateFieldGet(this, _LicenseFindResult_seat, "f");
270
268
  }
271
269
  get serviceRef() {
272
- return __classPrivateFieldGet(this, _serviceRef);
270
+ return __classPrivateFieldGet(this, _LicenseFindResult_serviceRef, "f");
273
271
  }
274
272
  get sku() {
275
- return __classPrivateFieldGet(this, _sku);
273
+ return __classPrivateFieldGet(this, _LicenseFindResult_sku, "f");
276
274
  }
277
275
  get startDate() {
278
- return __classPrivateFieldGet(this, _startDate);
276
+ return __classPrivateFieldGet(this, _LicenseFindResult_startDate, "f");
279
277
  }
280
278
  get statusCode() {
281
- return __classPrivateFieldGet(this, _statusCode);
279
+ return __classPrivateFieldGet(this, _LicenseFindResult_statusCode, "f");
282
280
  }
283
281
  get statusLabel() {
284
- return __classPrivateFieldGet(this, _statusLabel);
282
+ return __classPrivateFieldGet(this, _LicenseFindResult_statusLabel, "f");
285
283
  }
286
284
  get subscriptionId() {
287
- return __classPrivateFieldGet(this, _subscriptionId);
285
+ return __classPrivateFieldGet(this, _LicenseFindResult_subscriptionId, "f");
288
286
  }
289
287
  get subsidiaryName() {
290
- return __classPrivateFieldGet(this, _subsidiaryName);
288
+ return __classPrivateFieldGet(this, _LicenseFindResult_subsidiaryName, "f");
291
289
  }
292
290
  get term() {
293
- return __classPrivateFieldGet(this, _term);
291
+ return __classPrivateFieldGet(this, _LicenseFindResult_term, "f");
294
292
  }
295
293
  isTrial() {
296
- return __classPrivateFieldGet(this, _trial);
294
+ return __classPrivateFieldGet(this, _LicenseFindResult_trial, "f");
297
295
  }
298
296
  get type() {
299
- return __classPrivateFieldGet(this, _type);
297
+ return __classPrivateFieldGet(this, _LicenseFindResult_type, "f");
300
298
  }
301
299
  get uom() {
302
- return __classPrivateFieldGet(this, _uom);
300
+ return __classPrivateFieldGet(this, _LicenseFindResult_uom, "f");
303
301
  }
304
302
  get vendorCode() {
305
- return __classPrivateFieldGet(this, _vendorCode);
303
+ return __classPrivateFieldGet(this, _LicenseFindResult_vendorCode, "f");
306
304
  }
307
305
  get vendorName() {
308
- return __classPrivateFieldGet(this, _vendorName);
306
+ return __classPrivateFieldGet(this, _LicenseFindResult_vendorName, "f");
309
307
  }
310
308
  get vendorSubscriptionId() {
311
- return __classPrivateFieldGet(this, _vendorSubscriptionId);
309
+ return __classPrivateFieldGet(this, _LicenseFindResult_vendorSubscriptionId, "f");
312
310
  }
313
311
  get highlight() {
314
- return __classPrivateFieldGet(this, _highlight);
312
+ return __classPrivateFieldGet(this, _LicenseFindResult_highlight, "f");
315
313
  }
316
314
  /**
317
315
  * Plain JSON object representation of the license entity.
@@ -366,5 +364,5 @@ class LicenseFindResult extends abstractEntity_1.AbstractEntity {
366
364
  }
367
365
  }
368
366
  exports.LicenseFindResult = LicenseFindResult;
369
- _acceptEula = new WeakMap(), _activeSeats = new WeakMap(), _autoRenew = new WeakMap(), _baseSeat = new WeakMap(), _category = new WeakMap(), _classification = new WeakMap(), _configs = new WeakMap(), _warnings = new WeakMap(), _customerName = new WeakMap(), _customerRef = new WeakMap(), _endDate = new WeakMap(), _friendlyName = new WeakMap(), _id = new WeakMap(), _enabled = new WeakMap(), _lastUpdate = new WeakMap(), _marketplace = new WeakMap(), _message = new WeakMap(), _offer = new WeakMap(), _parentLineId = new WeakMap(), _parentOrderRef = new WeakMap(), _partnerRef = new WeakMap(), _periodicity = new WeakMap(), _price = new WeakMap(), _resellerName = new WeakMap(), _resellerRef = new WeakMap(), _seat = new WeakMap(), _serviceRef = new WeakMap(), _sku = new WeakMap(), _startDate = new WeakMap(), _statusCode = new WeakMap(), _statusLabel = new WeakMap(), _subscriptionId = new WeakMap(), _subsidiaryName = new WeakMap(), _term = new WeakMap(), _trial = new WeakMap(), _type = new WeakMap(), _uom = new WeakMap(), _vendorCode = new WeakMap(), _vendorName = new WeakMap(), _vendorSubscriptionId = new WeakMap(), _highlight = new WeakMap();
367
+ _LicenseFindResult_acceptEula = new WeakMap(), _LicenseFindResult_activeSeats = new WeakMap(), _LicenseFindResult_autoRenew = new WeakMap(), _LicenseFindResult_baseSeat = new WeakMap(), _LicenseFindResult_category = new WeakMap(), _LicenseFindResult_classification = new WeakMap(), _LicenseFindResult_configs = new WeakMap(), _LicenseFindResult_warnings = new WeakMap(), _LicenseFindResult_customerName = new WeakMap(), _LicenseFindResult_customerRef = new WeakMap(), _LicenseFindResult_endDate = new WeakMap(), _LicenseFindResult_friendlyName = new WeakMap(), _LicenseFindResult_id = new WeakMap(), _LicenseFindResult_enabled = new WeakMap(), _LicenseFindResult_lastUpdate = new WeakMap(), _LicenseFindResult_marketplace = new WeakMap(), _LicenseFindResult_message = new WeakMap(), _LicenseFindResult_offer = new WeakMap(), _LicenseFindResult_parentLineId = new WeakMap(), _LicenseFindResult_parentOrderRef = new WeakMap(), _LicenseFindResult_partnerRef = new WeakMap(), _LicenseFindResult_periodicity = new WeakMap(), _LicenseFindResult_price = new WeakMap(), _LicenseFindResult_resellerName = new WeakMap(), _LicenseFindResult_resellerRef = new WeakMap(), _LicenseFindResult_seat = new WeakMap(), _LicenseFindResult_serviceRef = new WeakMap(), _LicenseFindResult_sku = new WeakMap(), _LicenseFindResult_startDate = new WeakMap(), _LicenseFindResult_statusCode = new WeakMap(), _LicenseFindResult_statusLabel = new WeakMap(), _LicenseFindResult_subscriptionId = new WeakMap(), _LicenseFindResult_subsidiaryName = new WeakMap(), _LicenseFindResult_term = new WeakMap(), _LicenseFindResult_trial = new WeakMap(), _LicenseFindResult_type = new WeakMap(), _LicenseFindResult_uom = new WeakMap(), _LicenseFindResult_vendorCode = new WeakMap(), _LicenseFindResult_vendorName = new WeakMap(), _LicenseFindResult_vendorSubscriptionId = new WeakMap(), _LicenseFindResult_highlight = new WeakMap();
370
368
  //# sourceMappingURL=licenseFindResult.js.map
@@ -1,18 +1,16 @@
1
1
  "use strict";
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;
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, privateMap) {
10
- if (!privateMap.has(receiver)) {
11
- throw new TypeError("attempted to get private field on non-instance");
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 _price_band_arrowsphere_sku, _buy_price, _sell_price, _list_price, _currency;
13
+ var _PriceFindResult_price_band_arrowsphere_sku, _PriceFindResult_buy_price, _PriceFindResult_sell_price, _PriceFindResult_list_price, _PriceFindResult_currency;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.PriceFindResult = exports.PriceFindResultFields = void 0;
18
16
  const abstractEntity_1 = require("../../../abstractEntity");
@@ -34,31 +32,31 @@ class PriceFindResult extends abstractEntity_1.AbstractEntity {
34
32
  [PriceFindResultFields.COLUMN_LIST_PRICE]: 'present|numeric',
35
33
  [PriceFindResultFields.COLUMN_CURRENCY]: 'present',
36
34
  };
37
- _price_band_arrowsphere_sku.set(this, void 0);
38
- _buy_price.set(this, void 0);
39
- _sell_price.set(this, void 0);
40
- _list_price.set(this, void 0);
41
- _currency.set(this, void 0);
42
- __classPrivateFieldSet(this, _price_band_arrowsphere_sku, data[PriceFindResultFields.COLUMN_PRICE_BAND_ARROWSPHERE_SKU]);
43
- __classPrivateFieldSet(this, _buy_price, data[PriceFindResultFields.COLUMN_BUY_PRICE]);
44
- __classPrivateFieldSet(this, _sell_price, data[PriceFindResultFields.COLUMN_SELL_PRICE]);
45
- __classPrivateFieldSet(this, _list_price, data[PriceFindResultFields.COLUMN_LIST_PRICE]);
46
- __classPrivateFieldSet(this, _currency, data[PriceFindResultFields.COLUMN_CURRENCY]);
35
+ _PriceFindResult_price_band_arrowsphere_sku.set(this, void 0);
36
+ _PriceFindResult_buy_price.set(this, void 0);
37
+ _PriceFindResult_sell_price.set(this, void 0);
38
+ _PriceFindResult_list_price.set(this, void 0);
39
+ _PriceFindResult_currency.set(this, void 0);
40
+ __classPrivateFieldSet(this, _PriceFindResult_price_band_arrowsphere_sku, data[PriceFindResultFields.COLUMN_PRICE_BAND_ARROWSPHERE_SKU], "f");
41
+ __classPrivateFieldSet(this, _PriceFindResult_buy_price, data[PriceFindResultFields.COLUMN_BUY_PRICE], "f");
42
+ __classPrivateFieldSet(this, _PriceFindResult_sell_price, data[PriceFindResultFields.COLUMN_SELL_PRICE], "f");
43
+ __classPrivateFieldSet(this, _PriceFindResult_list_price, data[PriceFindResultFields.COLUMN_LIST_PRICE], "f");
44
+ __classPrivateFieldSet(this, _PriceFindResult_currency, data[PriceFindResultFields.COLUMN_CURRENCY], "f");
47
45
  }
48
46
  get priceBandArrowsphereSku() {
49
- return __classPrivateFieldGet(this, _price_band_arrowsphere_sku);
47
+ return __classPrivateFieldGet(this, _PriceFindResult_price_band_arrowsphere_sku, "f");
50
48
  }
51
49
  get buyPrice() {
52
- return __classPrivateFieldGet(this, _buy_price);
50
+ return __classPrivateFieldGet(this, _PriceFindResult_buy_price, "f");
53
51
  }
54
52
  get sellPrice() {
55
- return __classPrivateFieldGet(this, _sell_price);
53
+ return __classPrivateFieldGet(this, _PriceFindResult_sell_price, "f");
56
54
  }
57
55
  get listPrice() {
58
- return __classPrivateFieldGet(this, _list_price);
56
+ return __classPrivateFieldGet(this, _PriceFindResult_list_price, "f");
59
57
  }
60
58
  get currency() {
61
- return __classPrivateFieldGet(this, _currency);
59
+ return __classPrivateFieldGet(this, _PriceFindResult_currency, "f");
62
60
  }
63
61
  toJSON() {
64
62
  return {
@@ -72,5 +70,5 @@ class PriceFindResult extends abstractEntity_1.AbstractEntity {
72
70
  }
73
71
  }
74
72
  exports.PriceFindResult = PriceFindResult;
75
- _price_band_arrowsphere_sku = new WeakMap(), _buy_price = new WeakMap(), _sell_price = new WeakMap(), _list_price = new WeakMap(), _currency = new WeakMap();
73
+ _PriceFindResult_price_band_arrowsphere_sku = new WeakMap(), _PriceFindResult_buy_price = new WeakMap(), _PriceFindResult_sell_price = new WeakMap(), _PriceFindResult_list_price = new WeakMap(), _PriceFindResult_currency = new WeakMap();
76
74
  //# sourceMappingURL=priceFindResult.js.map
@@ -1,18 +1,16 @@
1
1
  "use strict";
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;
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, privateMap) {
10
- if (!privateMap.has(receiver)) {
11
- throw new TypeError("attempted to get private field on non-instance");
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 _key, _message;
13
+ var _WarningFindResult_key, _WarningFindResult_message;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.WarningFindResult = exports.WarningFindResultFields = void 0;
18
16
  const abstractEntity_1 = require("../../../abstractEntity");
@@ -28,16 +26,16 @@ class WarningFindResult extends abstractEntity_1.AbstractEntity {
28
26
  [WarningFindResultFields.COLUMN_KEY]: 'required|string',
29
27
  [WarningFindResultFields.COLUMN_MESSAGE]: 'required|string',
30
28
  };
31
- _key.set(this, void 0);
32
- _message.set(this, void 0);
33
- __classPrivateFieldSet(this, _key, data[WarningFindResultFields.COLUMN_KEY]);
34
- __classPrivateFieldSet(this, _message, data[WarningFindResultFields.COLUMN_MESSAGE]);
29
+ _WarningFindResult_key.set(this, void 0);
30
+ _WarningFindResult_message.set(this, void 0);
31
+ __classPrivateFieldSet(this, _WarningFindResult_key, data[WarningFindResultFields.COLUMN_KEY], "f");
32
+ __classPrivateFieldSet(this, _WarningFindResult_message, data[WarningFindResultFields.COLUMN_MESSAGE], "f");
35
33
  }
36
34
  get key() {
37
- return __classPrivateFieldGet(this, _key);
35
+ return __classPrivateFieldGet(this, _WarningFindResult_key, "f");
38
36
  }
39
37
  get message() {
40
- return __classPrivateFieldGet(this, _message);
38
+ return __classPrivateFieldGet(this, _WarningFindResult_message, "f");
41
39
  }
42
40
  toJSON() {
43
41
  return {
@@ -47,5 +45,5 @@ class WarningFindResult extends abstractEntity_1.AbstractEntity {
47
45
  }
48
46
  }
49
47
  exports.WarningFindResult = WarningFindResult;
50
- _key = new WeakMap(), _message = new WeakMap();
48
+ _WarningFindResult_key = new WeakMap(), _WarningFindResult_message = new WeakMap();
51
49
  //# sourceMappingURL=warningFindResult.js.map
@@ -1,18 +1,16 @@
1
1
  "use strict";
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;
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, privateMap) {
10
- if (!privateMap.has(receiver)) {
11
- throw new TypeError("attempted to get private field on non-instance");
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 _isAutoRenew, _isManualProvisioning, _renewalSku;
13
+ var _ActionFlagsFindResult_isAutoRenew, _ActionFlagsFindResult_isManualProvisioning, _ActionFlagsFindResult_renewalSku;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.ActionFlagsFindResult = exports.ActionFlagsFindResultFields = void 0;
18
16
  const abstractEntity_1 = require("../../../abstractEntity");
@@ -30,21 +28,21 @@ class ActionFlagsFindResult extends abstractEntity_1.AbstractEntity {
30
28
  [ActionFlagsFindResultFields.COLUMN_MANUAL_PROVISIONING]: 'required|boolean',
31
29
  [ActionFlagsFindResultFields.COLUMN_RENEWAL_SKU]: 'boolean',
32
30
  };
33
- _isAutoRenew.set(this, void 0);
34
- _isManualProvisioning.set(this, void 0);
35
- _renewalSku.set(this, void 0);
36
- __classPrivateFieldSet(this, _isAutoRenew, data[ActionFlagsFindResultFields.COLUMN_IS_AUTO_RENEW]);
37
- __classPrivateFieldSet(this, _isManualProvisioning, data[ActionFlagsFindResultFields.COLUMN_MANUAL_PROVISIONING]);
38
- __classPrivateFieldSet(this, _renewalSku, data[ActionFlagsFindResultFields.COLUMN_RENEWAL_SKU]);
31
+ _ActionFlagsFindResult_isAutoRenew.set(this, void 0);
32
+ _ActionFlagsFindResult_isManualProvisioning.set(this, void 0);
33
+ _ActionFlagsFindResult_renewalSku.set(this, void 0);
34
+ __classPrivateFieldSet(this, _ActionFlagsFindResult_isAutoRenew, data[ActionFlagsFindResultFields.COLUMN_IS_AUTO_RENEW], "f");
35
+ __classPrivateFieldSet(this, _ActionFlagsFindResult_isManualProvisioning, data[ActionFlagsFindResultFields.COLUMN_MANUAL_PROVISIONING], "f");
36
+ __classPrivateFieldSet(this, _ActionFlagsFindResult_renewalSku, data[ActionFlagsFindResultFields.COLUMN_RENEWAL_SKU], "f");
39
37
  }
40
38
  isAutoRenew() {
41
- return __classPrivateFieldGet(this, _isAutoRenew);
39
+ return __classPrivateFieldGet(this, _ActionFlagsFindResult_isAutoRenew, "f");
42
40
  }
43
41
  isManualProvisioning() {
44
- return __classPrivateFieldGet(this, _isManualProvisioning);
42
+ return __classPrivateFieldGet(this, _ActionFlagsFindResult_isManualProvisioning, "f");
45
43
  }
46
44
  renewalSku() {
47
- return __classPrivateFieldGet(this, _renewalSku);
45
+ return __classPrivateFieldGet(this, _ActionFlagsFindResult_renewalSku, "f");
48
46
  }
49
47
  toJSON() {
50
48
  return {
@@ -55,5 +53,5 @@ class ActionFlagsFindResult extends abstractEntity_1.AbstractEntity {
55
53
  }
56
54
  }
57
55
  exports.ActionFlagsFindResult = ActionFlagsFindResult;
58
- _isAutoRenew = new WeakMap(), _isManualProvisioning = new WeakMap(), _renewalSku = new WeakMap();
56
+ _ActionFlagsFindResult_isAutoRenew = new WeakMap(), _ActionFlagsFindResult_isManualProvisioning = new WeakMap(), _ActionFlagsFindResult_renewalSku = new WeakMap();
59
57
  //# sourceMappingURL=actionFlagsFindResult.js.map