@arrowsphere/api-client 3.27.0 → 3.28.0-rc.bdj.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 (133) hide show
  1. package/README.md +1 -0
  2. package/build/AbstractHttpClient.d.ts +35 -0
  3. package/build/AbstractHttpClient.js +64 -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 -16
  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/index.js +5 -1
  34. package/build/consumption/entities/bi/consumptionBI.js +28 -30
  35. package/build/consumption/entities/bi/period/period.js +17 -19
  36. package/build/consumption/entities/bi/top/top.js +23 -25
  37. package/build/consumption/entities/consumption/consumption.js +17 -19
  38. package/build/consumption/index.js +5 -1
  39. package/build/contact/entities/contact.js +44 -46
  40. package/build/contact/entities/contactCreate.js +14 -16
  41. package/build/contact/entities/contactList.js +14 -16
  42. package/build/contact/index.js +5 -1
  43. package/build/customers/entities/customers/contact/contact.js +29 -31
  44. package/build/customers/entities/customers/customer.js +71 -73
  45. package/build/customers/entities/customers/customerContact/customerContact.js +38 -40
  46. package/build/customers/entities/customers/customerContact/customerContactList.js +14 -16
  47. package/build/customers/entities/customers/details/details.js +29 -31
  48. package/build/customers/entities/dataCustomers.js +14 -16
  49. package/build/customers/entities/dataInvitation.js +29 -31
  50. package/build/customers/entities/invitations/company/company.js +14 -16
  51. package/build/customers/entities/invitations/contact/invitationContact.js +26 -28
  52. package/build/customers/index.js +5 -1
  53. package/build/exception/exception-handlers/HandleHttpExceptionOutput.d.ts +3 -0
  54. package/build/exception/exception-handlers/HandleHttpExceptionOutput.js +3 -0
  55. package/build/exception/exception-handlers/Hooks.d.ts +3 -0
  56. package/build/exception/exception-handlers/Hooks.js +3 -0
  57. package/build/exception/exception-handlers/HttpExceptionHandler.d.ts +10 -0
  58. package/build/exception/exception-handlers/HttpExceptionHandler.js +3 -0
  59. package/build/exception/exception-handlers/index.d.ts +3 -0
  60. package/build/exception/exception-handlers/index.js +20 -0
  61. package/build/exception/index.js +5 -1
  62. package/build/general/entities/whoAmI.js +59 -61
  63. package/build/general/index.js +5 -1
  64. package/build/getResult.js +21 -23
  65. package/build/index.d.ts +1 -0
  66. package/build/index.js +6 -1
  67. package/build/licenses/entities/filterFindResult.js +17 -19
  68. package/build/licenses/entities/findResult.js +36 -38
  69. package/build/licenses/entities/getLicense/actionMessagesGetResult.js +26 -28
  70. package/build/licenses/entities/getLicense/actionsGetResult.js +41 -43
  71. package/build/licenses/entities/getLicense/buySellFindResult.js +17 -19
  72. package/build/licenses/entities/getLicense/licenseGetResult.js +105 -107
  73. package/build/licenses/entities/getLicense/licensePriceGetResult.js +20 -22
  74. package/build/licenses/entities/getLicense/orderGetResult.js +17 -19
  75. package/build/licenses/entities/getResult/getLicenseResult.js +14 -16
  76. package/build/licenses/entities/history/actionHistoryResult.js +23 -25
  77. package/build/licenses/entities/history/licenceHistoryResult.js +14 -16
  78. package/build/licenses/entities/license/activeSeatsFindResult.js +17 -19
  79. package/build/licenses/entities/license/configFindResult.js +20 -22
  80. package/build/licenses/entities/license/licenseFindResult.js +134 -136
  81. package/build/licenses/entities/license/priceFindResult.js +26 -28
  82. package/build/licenses/entities/license/warningFindResult.js +17 -19
  83. package/build/licenses/entities/offer/actionFlagsFindResult.js +20 -22
  84. package/build/licenses/entities/offer/offerFindResult.js +32 -34
  85. package/build/licenses/entities/offer/priceBandFindResult.js +35 -37
  86. package/build/licenses/entities/offer/priceband/billingFindResult.js +20 -22
  87. package/build/licenses/entities/offer/priceband/identifiers/arrowsphereFindResult.js +14 -16
  88. package/build/licenses/entities/offer/priceband/identifiersFindResult.js +14 -16
  89. package/build/licenses/entities/offer/priceband/priceBandActionFlagsFindResult.js +26 -28
  90. package/build/licenses/entities/offer/priceband/priceBandPriceFindResult.js +20 -22
  91. package/build/licenses/entities/offer/priceband/saleConstraintsFindResult.js +17 -19
  92. package/build/licenses/index.js +5 -1
  93. package/build/orders/entities/dataListOrders.js +14 -16
  94. package/build/orders/entities/orders/order.js +39 -41
  95. package/build/orders/entities/orders/partner/partner.js +17 -19
  96. package/build/orders/entities/orders/products/identifiers/productIdentifiers.js +14 -16
  97. package/build/orders/entities/orders/products/identifiers/vendor/identifiersVendor.js +14 -16
  98. package/build/orders/entities/orders/products/prices/productPrices.js +32 -34
  99. package/build/orders/entities/orders/products/products.js +56 -58
  100. package/build/orders/entities/orders/products/program/productProgram.js +14 -16
  101. package/build/orders/entities/referenceLink.js +17 -19
  102. package/build/orders/index.js +5 -1
  103. package/build/pagination.js +29 -31
  104. package/build/security/index.js +5 -1
  105. package/build/security/register/entity/registrationLink.js +14 -16
  106. package/build/security/register/index.js +5 -1
  107. package/build/security/standards/entities/checks/checks.js +17 -19
  108. package/build/security/standards/entities/checks/securityChecks.js +38 -40
  109. package/build/security/standards/entities/resources/resources.js +26 -28
  110. package/build/security/standards/entities/resources/securityResources.js +17 -19
  111. package/build/security/standards/entities/standards/securityStandards.js +29 -31
  112. package/build/security/standards/entities/standards/standards.js +17 -19
  113. package/build/security/standards/index.js +5 -1
  114. package/build/securityScore/index.d.ts +2 -0
  115. package/build/securityScore/index.js +19 -0
  116. package/build/securityScore/securityScoreGraphQLClient.d.ts +17 -0
  117. package/build/securityScore/securityScoreGraphQLClient.js +35 -0
  118. package/build/securityScore/types/queryArguments.d.ts +72 -0
  119. package/build/securityScore/types/queryArguments.js +57 -0
  120. package/build/securityScore/types/securityScoreGraphQLQueries.d.ts +43 -0
  121. package/build/securityScore/types/securityScoreGraphQLQueries.js +3 -0
  122. package/build/securityScore/types/securityScoreGraphQLTypes.d.ts +144 -0
  123. package/build/securityScore/types/securityScoreGraphQLTypes.js +3 -0
  124. package/build/shared/index.js +5 -1
  125. package/build/subscriptions/entities/subscription.js +56 -58
  126. package/build/subscriptions/entities/subscriptionsListResult.js +39 -41
  127. package/build/subscriptions/index.js +5 -1
  128. package/build/supportCenter/entities/issue/attachment.js +27 -29
  129. package/build/supportCenter/entities/issue/comment.js +29 -31
  130. package/build/supportCenter/entities/issue/issue.js +106 -108
  131. package/build/supportCenter/entities/topic.js +30 -32
  132. package/build/supportCenter/index.js +5 -1
  133. 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 _buy, _sell, _currency, _periodicity, _term, _periodicityCode, _termCode;
13
+ var _ProductPrices_buy, _ProductPrices_sell, _ProductPrices_currency, _ProductPrices_periodicity, _ProductPrices_term, _ProductPrices_periodicityCode, _ProductPrices_termCode;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.ProductPrices = exports.ProductPricesFields = void 0;
18
16
  const abstractEntity_1 = require("../../../../../abstractEntity");
@@ -29,41 +27,41 @@ var ProductPricesFields;
29
27
  class ProductPrices extends abstractEntity_1.AbstractEntity {
30
28
  constructor(productPricesInput) {
31
29
  super(productPricesInput);
32
- _buy.set(this, void 0);
33
- _sell.set(this, void 0);
34
- _currency.set(this, void 0);
35
- _periodicity.set(this, void 0);
36
- _term.set(this, void 0);
37
- _periodicityCode.set(this, void 0);
38
- _termCode.set(this, void 0);
39
- __classPrivateFieldSet(this, _buy, productPricesInput[ProductPricesFields.COLUMN_BUY]);
40
- __classPrivateFieldSet(this, _sell, productPricesInput[ProductPricesFields.COLUMN_SELL]);
41
- __classPrivateFieldSet(this, _currency, productPricesInput[ProductPricesFields.COLUMN_CURRENCY]);
42
- __classPrivateFieldSet(this, _periodicity, productPricesInput[ProductPricesFields.COLUMN_PERIODICITY]);
43
- __classPrivateFieldSet(this, _term, productPricesInput[ProductPricesFields.COLUMN_TERM]);
44
- __classPrivateFieldSet(this, _periodicityCode, productPricesInput[ProductPricesFields.COLUMN_PERIODICITY_CODE]);
45
- __classPrivateFieldSet(this, _termCode, productPricesInput[ProductPricesFields.COLUMN_TERM_CODE]);
30
+ _ProductPrices_buy.set(this, void 0);
31
+ _ProductPrices_sell.set(this, void 0);
32
+ _ProductPrices_currency.set(this, void 0);
33
+ _ProductPrices_periodicity.set(this, void 0);
34
+ _ProductPrices_term.set(this, void 0);
35
+ _ProductPrices_periodicityCode.set(this, void 0);
36
+ _ProductPrices_termCode.set(this, void 0);
37
+ __classPrivateFieldSet(this, _ProductPrices_buy, productPricesInput[ProductPricesFields.COLUMN_BUY], "f");
38
+ __classPrivateFieldSet(this, _ProductPrices_sell, productPricesInput[ProductPricesFields.COLUMN_SELL], "f");
39
+ __classPrivateFieldSet(this, _ProductPrices_currency, productPricesInput[ProductPricesFields.COLUMN_CURRENCY], "f");
40
+ __classPrivateFieldSet(this, _ProductPrices_periodicity, productPricesInput[ProductPricesFields.COLUMN_PERIODICITY], "f");
41
+ __classPrivateFieldSet(this, _ProductPrices_term, productPricesInput[ProductPricesFields.COLUMN_TERM], "f");
42
+ __classPrivateFieldSet(this, _ProductPrices_periodicityCode, productPricesInput[ProductPricesFields.COLUMN_PERIODICITY_CODE], "f");
43
+ __classPrivateFieldSet(this, _ProductPrices_termCode, productPricesInput[ProductPricesFields.COLUMN_TERM_CODE], "f");
46
44
  }
47
45
  get buy() {
48
- return __classPrivateFieldGet(this, _buy);
46
+ return __classPrivateFieldGet(this, _ProductPrices_buy, "f");
49
47
  }
50
48
  get sell() {
51
- return __classPrivateFieldGet(this, _sell);
49
+ return __classPrivateFieldGet(this, _ProductPrices_sell, "f");
52
50
  }
53
51
  get currency() {
54
- return __classPrivateFieldGet(this, _currency);
52
+ return __classPrivateFieldGet(this, _ProductPrices_currency, "f");
55
53
  }
56
54
  get periodicity() {
57
- return __classPrivateFieldGet(this, _periodicity);
55
+ return __classPrivateFieldGet(this, _ProductPrices_periodicity, "f");
58
56
  }
59
57
  get term() {
60
- return __classPrivateFieldGet(this, _term);
58
+ return __classPrivateFieldGet(this, _ProductPrices_term, "f");
61
59
  }
62
60
  get periodicityCode() {
63
- return __classPrivateFieldGet(this, _periodicityCode);
61
+ return __classPrivateFieldGet(this, _ProductPrices_periodicityCode, "f");
64
62
  }
65
63
  get termCode() {
66
- return __classPrivateFieldGet(this, _termCode);
64
+ return __classPrivateFieldGet(this, _ProductPrices_termCode, "f");
67
65
  }
68
66
  toJSON() {
69
67
  return {
@@ -78,5 +76,5 @@ class ProductPrices extends abstractEntity_1.AbstractEntity {
78
76
  }
79
77
  }
80
78
  exports.ProductPrices = ProductPrices;
81
- _buy = new WeakMap(), _sell = new WeakMap(), _currency = new WeakMap(), _periodicity = new WeakMap(), _term = new WeakMap(), _periodicityCode = new WeakMap(), _termCode = new WeakMap();
79
+ _ProductPrices_buy = new WeakMap(), _ProductPrices_sell = new WeakMap(), _ProductPrices_currency = new WeakMap(), _ProductPrices_periodicity = new WeakMap(), _ProductPrices_term = new WeakMap(), _ProductPrices_periodicityCode = new WeakMap(), _ProductPrices_termCode = new WeakMap();
82
80
  //# sourceMappingURL=productPrices.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 _sku, _quantity, _status, _dateStatus, _detailedStatus, _isAddon, _arrowSubCategories, _isTrial, _prices, _subscription, _license, _name, _classification, _program, _identifier;
13
+ var _OrderProduct_sku, _OrderProduct_quantity, _OrderProduct_status, _OrderProduct_dateStatus, _OrderProduct_detailedStatus, _OrderProduct_isAddon, _OrderProduct_arrowSubCategories, _OrderProduct_isTrial, _OrderProduct_prices, _OrderProduct_subscription, _OrderProduct_license, _OrderProduct_name, _OrderProduct_classification, _OrderProduct_program, _OrderProduct_identifier;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.OrderProduct = exports.OrderProductsFields = void 0;
18
16
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -42,81 +40,81 @@ class OrderProduct extends abstractEntity_1.AbstractEntity {
42
40
  constructor(getOrderProducts) {
43
41
  var _a;
44
42
  super(getOrderProducts);
45
- _sku.set(this, void 0);
46
- _quantity.set(this, void 0);
47
- _status.set(this, void 0);
48
- _dateStatus.set(this, void 0);
49
- _detailedStatus.set(this, void 0);
50
- _isAddon.set(this, void 0);
51
- _arrowSubCategories.set(this, void 0);
52
- _isTrial.set(this, void 0);
53
- _prices.set(this, void 0);
54
- _subscription.set(this, void 0);
55
- _license.set(this, void 0);
56
- _name.set(this, void 0);
57
- _classification.set(this, void 0);
58
- _program.set(this, void 0);
59
- _identifier.set(this, void 0);
60
- __classPrivateFieldSet(this, _sku, getOrderProducts[OrderProductsFields.COLUMN_SKU]);
61
- __classPrivateFieldSet(this, _quantity, getOrderProducts[OrderProductsFields.COLUMN_QUANTITY]);
62
- __classPrivateFieldSet(this, _status, getOrderProducts[OrderProductsFields.COLUMN_STATUS]);
63
- __classPrivateFieldSet(this, _dateStatus, getOrderProducts[OrderProductsFields.COLUMN_DATESTATUS]);
64
- __classPrivateFieldSet(this, _detailedStatus, getOrderProducts[OrderProductsFields.COLUMN_DETAILEDSTATUS]);
65
- __classPrivateFieldSet(this, _isAddon, getOrderProducts[OrderProductsFields.COLUMN_IS_ADDON]);
66
- __classPrivateFieldSet(this, _arrowSubCategories, (_a = getOrderProducts[OrderProductsFields.COLUMN_ARROWSUBCATEGORIES]) !== null && _a !== void 0 ? _a : undefined);
67
- __classPrivateFieldSet(this, _isTrial, getOrderProducts[OrderProductsFields.COLUMN_IS_TRIAL]);
68
- __classPrivateFieldSet(this, _prices, new productPrices_1.ProductPrices(getOrderProducts[OrderProductsFields.COLUMN_PRICES]));
69
- __classPrivateFieldSet(this, _subscription, new referenceLink_1.ReferenceLink(getOrderProducts[OrderProductsFields.COLUMN_SUBSCRIPTION]));
70
- __classPrivateFieldSet(this, _license, new referenceLink_1.ReferenceLink(getOrderProducts[OrderProductsFields.COLUMN_LICENSE]));
71
- __classPrivateFieldSet(this, _name, getOrderProducts[OrderProductsFields.COLUMN_NAME]);
72
- __classPrivateFieldSet(this, _classification, getOrderProducts[OrderProductsFields.COLUMN_CLASSIFICATION]);
73
- __classPrivateFieldSet(this, _program, new productProgram_1.ProductProgram(getOrderProducts[OrderProductsFields.COLUMN_PROGRAM]));
74
- __classPrivateFieldSet(this, _identifier, new productIdentifiers_1.ProductIdentifiers(getOrderProducts[OrderProductsFields.COLUMN_IDENTIFIERS]));
43
+ _OrderProduct_sku.set(this, void 0);
44
+ _OrderProduct_quantity.set(this, void 0);
45
+ _OrderProduct_status.set(this, void 0);
46
+ _OrderProduct_dateStatus.set(this, void 0);
47
+ _OrderProduct_detailedStatus.set(this, void 0);
48
+ _OrderProduct_isAddon.set(this, void 0);
49
+ _OrderProduct_arrowSubCategories.set(this, void 0);
50
+ _OrderProduct_isTrial.set(this, void 0);
51
+ _OrderProduct_prices.set(this, void 0);
52
+ _OrderProduct_subscription.set(this, void 0);
53
+ _OrderProduct_license.set(this, void 0);
54
+ _OrderProduct_name.set(this, void 0);
55
+ _OrderProduct_classification.set(this, void 0);
56
+ _OrderProduct_program.set(this, void 0);
57
+ _OrderProduct_identifier.set(this, void 0);
58
+ __classPrivateFieldSet(this, _OrderProduct_sku, getOrderProducts[OrderProductsFields.COLUMN_SKU], "f");
59
+ __classPrivateFieldSet(this, _OrderProduct_quantity, getOrderProducts[OrderProductsFields.COLUMN_QUANTITY], "f");
60
+ __classPrivateFieldSet(this, _OrderProduct_status, getOrderProducts[OrderProductsFields.COLUMN_STATUS], "f");
61
+ __classPrivateFieldSet(this, _OrderProduct_dateStatus, getOrderProducts[OrderProductsFields.COLUMN_DATESTATUS], "f");
62
+ __classPrivateFieldSet(this, _OrderProduct_detailedStatus, getOrderProducts[OrderProductsFields.COLUMN_DETAILEDSTATUS], "f");
63
+ __classPrivateFieldSet(this, _OrderProduct_isAddon, getOrderProducts[OrderProductsFields.COLUMN_IS_ADDON], "f");
64
+ __classPrivateFieldSet(this, _OrderProduct_arrowSubCategories, (_a = getOrderProducts[OrderProductsFields.COLUMN_ARROWSUBCATEGORIES]) !== null && _a !== void 0 ? _a : undefined, "f");
65
+ __classPrivateFieldSet(this, _OrderProduct_isTrial, getOrderProducts[OrderProductsFields.COLUMN_IS_TRIAL], "f");
66
+ __classPrivateFieldSet(this, _OrderProduct_prices, new productPrices_1.ProductPrices(getOrderProducts[OrderProductsFields.COLUMN_PRICES]), "f");
67
+ __classPrivateFieldSet(this, _OrderProduct_subscription, new referenceLink_1.ReferenceLink(getOrderProducts[OrderProductsFields.COLUMN_SUBSCRIPTION]), "f");
68
+ __classPrivateFieldSet(this, _OrderProduct_license, new referenceLink_1.ReferenceLink(getOrderProducts[OrderProductsFields.COLUMN_LICENSE]), "f");
69
+ __classPrivateFieldSet(this, _OrderProduct_name, getOrderProducts[OrderProductsFields.COLUMN_NAME], "f");
70
+ __classPrivateFieldSet(this, _OrderProduct_classification, getOrderProducts[OrderProductsFields.COLUMN_CLASSIFICATION], "f");
71
+ __classPrivateFieldSet(this, _OrderProduct_program, new productProgram_1.ProductProgram(getOrderProducts[OrderProductsFields.COLUMN_PROGRAM]), "f");
72
+ __classPrivateFieldSet(this, _OrderProduct_identifier, new productIdentifiers_1.ProductIdentifiers(getOrderProducts[OrderProductsFields.COLUMN_IDENTIFIERS]), "f");
75
73
  }
76
74
  get sku() {
77
- return __classPrivateFieldGet(this, _sku);
75
+ return __classPrivateFieldGet(this, _OrderProduct_sku, "f");
78
76
  }
79
77
  get quantity() {
80
- return __classPrivateFieldGet(this, _quantity);
78
+ return __classPrivateFieldGet(this, _OrderProduct_quantity, "f");
81
79
  }
82
80
  get status() {
83
- return __classPrivateFieldGet(this, _status);
81
+ return __classPrivateFieldGet(this, _OrderProduct_status, "f");
84
82
  }
85
83
  get dateStatus() {
86
- return __classPrivateFieldGet(this, _dateStatus);
84
+ return __classPrivateFieldGet(this, _OrderProduct_dateStatus, "f");
87
85
  }
88
86
  get detailedStatus() {
89
- return __classPrivateFieldGet(this, _detailedStatus);
87
+ return __classPrivateFieldGet(this, _OrderProduct_detailedStatus, "f");
90
88
  }
91
89
  get isAddon() {
92
- return __classPrivateFieldGet(this, _isAddon);
90
+ return __classPrivateFieldGet(this, _OrderProduct_isAddon, "f");
93
91
  }
94
92
  get arrowSubCategories() {
95
- return __classPrivateFieldGet(this, _arrowSubCategories);
93
+ return __classPrivateFieldGet(this, _OrderProduct_arrowSubCategories, "f");
96
94
  }
97
95
  get isTrial() {
98
- return __classPrivateFieldGet(this, _isTrial);
96
+ return __classPrivateFieldGet(this, _OrderProduct_isTrial, "f");
99
97
  }
100
98
  get prices() {
101
- return __classPrivateFieldGet(this, _prices);
99
+ return __classPrivateFieldGet(this, _OrderProduct_prices, "f");
102
100
  }
103
101
  get subscription() {
104
- return __classPrivateFieldGet(this, _subscription);
102
+ return __classPrivateFieldGet(this, _OrderProduct_subscription, "f");
105
103
  }
106
104
  get license() {
107
- return __classPrivateFieldGet(this, _license);
105
+ return __classPrivateFieldGet(this, _OrderProduct_license, "f");
108
106
  }
109
107
  get name() {
110
- return __classPrivateFieldGet(this, _name);
108
+ return __classPrivateFieldGet(this, _OrderProduct_name, "f");
111
109
  }
112
110
  get classification() {
113
- return __classPrivateFieldGet(this, _classification);
111
+ return __classPrivateFieldGet(this, _OrderProduct_classification, "f");
114
112
  }
115
113
  get program() {
116
- return __classPrivateFieldGet(this, _program);
114
+ return __classPrivateFieldGet(this, _OrderProduct_program, "f");
117
115
  }
118
116
  get identifier() {
119
- return __classPrivateFieldGet(this, _identifier);
117
+ return __classPrivateFieldGet(this, _OrderProduct_identifier, "f");
120
118
  }
121
119
  toJSON() {
122
120
  return {
@@ -139,5 +137,5 @@ class OrderProduct extends abstractEntity_1.AbstractEntity {
139
137
  }
140
138
  }
141
139
  exports.OrderProduct = OrderProduct;
142
- _sku = new WeakMap(), _quantity = new WeakMap(), _status = new WeakMap(), _dateStatus = new WeakMap(), _detailedStatus = new WeakMap(), _isAddon = new WeakMap(), _arrowSubCategories = new WeakMap(), _isTrial = new WeakMap(), _prices = new WeakMap(), _subscription = new WeakMap(), _license = new WeakMap(), _name = new WeakMap(), _classification = new WeakMap(), _program = new WeakMap(), _identifier = new WeakMap();
140
+ _OrderProduct_sku = new WeakMap(), _OrderProduct_quantity = new WeakMap(), _OrderProduct_status = new WeakMap(), _OrderProduct_dateStatus = new WeakMap(), _OrderProduct_detailedStatus = new WeakMap(), _OrderProduct_isAddon = new WeakMap(), _OrderProduct_arrowSubCategories = new WeakMap(), _OrderProduct_isTrial = new WeakMap(), _OrderProduct_prices = new WeakMap(), _OrderProduct_subscription = new WeakMap(), _OrderProduct_license = new WeakMap(), _OrderProduct_name = new WeakMap(), _OrderProduct_classification = new WeakMap(), _OrderProduct_program = new WeakMap(), _OrderProduct_identifier = new WeakMap();
143
141
  //# sourceMappingURL=products.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 _legacyCode;
13
+ var _ProductProgram_legacyCode;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.ProductProgram = exports.ProductProgramFields = void 0;
18
16
  const abstractEntity_1 = require("../../../../../abstractEntity");
@@ -23,11 +21,11 @@ var ProductProgramFields;
23
21
  class ProductProgram extends abstractEntity_1.AbstractEntity {
24
22
  constructor(program) {
25
23
  super(program);
26
- _legacyCode.set(this, void 0);
27
- __classPrivateFieldSet(this, _legacyCode, program[ProductProgramFields.COLUMN_LEGACY_CODE]);
24
+ _ProductProgram_legacyCode.set(this, void 0);
25
+ __classPrivateFieldSet(this, _ProductProgram_legacyCode, program[ProductProgramFields.COLUMN_LEGACY_CODE], "f");
28
26
  }
29
27
  get legacyCode() {
30
- return __classPrivateFieldGet(this, _legacyCode);
28
+ return __classPrivateFieldGet(this, _ProductProgram_legacyCode, "f");
31
29
  }
32
30
  toJSON() {
33
31
  return {
@@ -36,5 +34,5 @@ class ProductProgram extends abstractEntity_1.AbstractEntity {
36
34
  }
37
35
  }
38
36
  exports.ProductProgram = ProductProgram;
39
- _legacyCode = new WeakMap();
37
+ _ProductProgram_legacyCode = new WeakMap();
40
38
  //# sourceMappingURL=productProgram.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 _reference, _link;
13
+ var _ReferenceLink_reference, _ReferenceLink_link;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.ReferenceLink = exports.ReferenceLinkFields = void 0;
18
16
  const abstractEntity_1 = require("../../abstractEntity");
@@ -24,16 +22,16 @@ var ReferenceLinkFields;
24
22
  class ReferenceLink extends abstractEntity_1.AbstractEntity {
25
23
  constructor(referenceLinkInput) {
26
24
  super(referenceLinkInput);
27
- _reference.set(this, void 0);
28
- _link.set(this, void 0);
29
- __classPrivateFieldSet(this, _reference, referenceLinkInput[ReferenceLinkFields.COLUMN_REFERENCE]);
30
- __classPrivateFieldSet(this, _link, referenceLinkInput[ReferenceLinkFields.COLUMN_LINK]);
25
+ _ReferenceLink_reference.set(this, void 0);
26
+ _ReferenceLink_link.set(this, void 0);
27
+ __classPrivateFieldSet(this, _ReferenceLink_reference, referenceLinkInput[ReferenceLinkFields.COLUMN_REFERENCE], "f");
28
+ __classPrivateFieldSet(this, _ReferenceLink_link, referenceLinkInput[ReferenceLinkFields.COLUMN_LINK], "f");
31
29
  }
32
30
  get reference() {
33
- return __classPrivateFieldGet(this, _reference);
31
+ return __classPrivateFieldGet(this, _ReferenceLink_reference, "f");
34
32
  }
35
33
  get link() {
36
- return __classPrivateFieldGet(this, _link);
34
+ return __classPrivateFieldGet(this, _ReferenceLink_link, "f");
37
35
  }
38
36
  toJSON() {
39
37
  return {
@@ -43,5 +41,5 @@ class ReferenceLink extends abstractEntity_1.AbstractEntity {
43
41
  }
44
42
  }
45
43
  exports.ReferenceLink = ReferenceLink;
46
- _reference = new WeakMap(), _link = new WeakMap();
44
+ _ReferenceLink_reference = new WeakMap(), _ReferenceLink_link = new WeakMap();
47
45
  //# sourceMappingURL=referenceLink.js.map
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -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 _perPage, _currentPage, _totalPage, _total, _next, _previous;
13
+ var _Pagination_perPage, _Pagination_currentPage, _Pagination_totalPage, _Pagination_total, _Pagination_next, _Pagination_previous;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.Pagination = exports.PaginationFields = void 0;
18
16
  const abstractEntity_1 = require("./abstractEntity");
@@ -28,36 +26,36 @@ var PaginationFields;
28
26
  class Pagination extends abstractEntity_1.AbstractEntity {
29
27
  constructor(paginationDataInput) {
30
28
  super(paginationDataInput);
31
- _perPage.set(this, void 0);
32
- _currentPage.set(this, void 0);
33
- _totalPage.set(this, void 0);
34
- _total.set(this, void 0);
35
- _next.set(this, void 0);
36
- _previous.set(this, void 0);
37
- __classPrivateFieldSet(this, _perPage, paginationDataInput[PaginationFields.COLUMN_PER_PAGE]);
38
- __classPrivateFieldSet(this, _currentPage, paginationDataInput[PaginationFields.COLUMN_CURRENT_PAGE]);
39
- __classPrivateFieldSet(this, _totalPage, paginationDataInput[PaginationFields.COLUMN_TOTAL_PAGE]);
40
- __classPrivateFieldSet(this, _total, paginationDataInput[PaginationFields.COLUMN_TOTAL]);
41
- __classPrivateFieldSet(this, _next, paginationDataInput[PaginationFields.COLUMN_NEXT]);
42
- __classPrivateFieldSet(this, _previous, paginationDataInput[PaginationFields.COLUMN_PREVIOUS]);
29
+ _Pagination_perPage.set(this, void 0);
30
+ _Pagination_currentPage.set(this, void 0);
31
+ _Pagination_totalPage.set(this, void 0);
32
+ _Pagination_total.set(this, void 0);
33
+ _Pagination_next.set(this, void 0);
34
+ _Pagination_previous.set(this, void 0);
35
+ __classPrivateFieldSet(this, _Pagination_perPage, paginationDataInput[PaginationFields.COLUMN_PER_PAGE], "f");
36
+ __classPrivateFieldSet(this, _Pagination_currentPage, paginationDataInput[PaginationFields.COLUMN_CURRENT_PAGE], "f");
37
+ __classPrivateFieldSet(this, _Pagination_totalPage, paginationDataInput[PaginationFields.COLUMN_TOTAL_PAGE], "f");
38
+ __classPrivateFieldSet(this, _Pagination_total, paginationDataInput[PaginationFields.COLUMN_TOTAL], "f");
39
+ __classPrivateFieldSet(this, _Pagination_next, paginationDataInput[PaginationFields.COLUMN_NEXT], "f");
40
+ __classPrivateFieldSet(this, _Pagination_previous, paginationDataInput[PaginationFields.COLUMN_PREVIOUS], "f");
43
41
  }
44
42
  get perPage() {
45
- return __classPrivateFieldGet(this, _perPage);
43
+ return __classPrivateFieldGet(this, _Pagination_perPage, "f");
46
44
  }
47
45
  get currentPage() {
48
- return __classPrivateFieldGet(this, _currentPage);
46
+ return __classPrivateFieldGet(this, _Pagination_currentPage, "f");
49
47
  }
50
48
  get totalPage() {
51
- return __classPrivateFieldGet(this, _totalPage);
49
+ return __classPrivateFieldGet(this, _Pagination_totalPage, "f");
52
50
  }
53
51
  get total() {
54
- return __classPrivateFieldGet(this, _total);
52
+ return __classPrivateFieldGet(this, _Pagination_total, "f");
55
53
  }
56
54
  get next() {
57
- return __classPrivateFieldGet(this, _next);
55
+ return __classPrivateFieldGet(this, _Pagination_next, "f");
58
56
  }
59
57
  get previous() {
60
- return __classPrivateFieldGet(this, _previous);
58
+ return __classPrivateFieldGet(this, _Pagination_previous, "f");
61
59
  }
62
60
  toJSON() {
63
61
  return {
@@ -71,5 +69,5 @@ class Pagination extends abstractEntity_1.AbstractEntity {
71
69
  }
72
70
  }
73
71
  exports.Pagination = Pagination;
74
- _perPage = new WeakMap(), _currentPage = new WeakMap(), _totalPage = new WeakMap(), _total = new WeakMap(), _next = new WeakMap(), _previous = new WeakMap();
72
+ _Pagination_perPage = new WeakMap(), _Pagination_currentPage = new WeakMap(), _Pagination_totalPage = new WeakMap(), _Pagination_total = new WeakMap(), _Pagination_next = new WeakMap(), _Pagination_previous = new WeakMap();
75
73
  //# sourceMappingURL=pagination.js.map
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -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 _registrationLink;
13
+ var _RegistrationLink_registrationLink;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.RegistrationLink = exports.RegistrationLinkFields = void 0;
18
16
  const abstractEntity_1 = require("../../../abstractEntity");
@@ -23,11 +21,11 @@ var RegistrationLinkFields;
23
21
  class RegistrationLink extends abstractEntity_1.AbstractEntity {
24
22
  constructor(registrationLinkInput) {
25
23
  super(registrationLinkInput);
26
- _registrationLink.set(this, void 0);
27
- __classPrivateFieldSet(this, _registrationLink, registrationLinkInput[RegistrationLinkFields.COLUMN_REGISTRATION_LINK]);
24
+ _RegistrationLink_registrationLink.set(this, void 0);
25
+ __classPrivateFieldSet(this, _RegistrationLink_registrationLink, registrationLinkInput[RegistrationLinkFields.COLUMN_REGISTRATION_LINK], "f");
28
26
  }
29
27
  get registrationLink() {
30
- return __classPrivateFieldGet(this, _registrationLink);
28
+ return __classPrivateFieldGet(this, _RegistrationLink_registrationLink, "f");
31
29
  }
32
30
  toJSON() {
33
31
  return {
@@ -36,5 +34,5 @@ class RegistrationLink extends abstractEntity_1.AbstractEntity {
36
34
  }
37
35
  }
38
36
  exports.RegistrationLink = RegistrationLink;
39
- _registrationLink = new WeakMap();
37
+ _RegistrationLink_registrationLink = new WeakMap();
40
38
  //# sourceMappingURL=registrationLink.js.map
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];