@arrowsphere/api-client 3.26.0-rc.bjp.1 → 3.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/build/abstractClient.d.ts +8 -1
  3. package/build/abstractEntity.js +16 -14
  4. package/build/axiosSingleton.js +2 -2
  5. package/build/campaign/entities/campaign/banners/banners.js +34 -32
  6. package/build/campaign/entities/campaign/campaign.js +53 -51
  7. package/build/campaign/entities/campaign/landingPage/landingPage.js +26 -24
  8. package/build/campaign/entities/campaign/landingPage/landingPageBody.js +37 -35
  9. package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooter.js +31 -29
  10. package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +25 -23
  11. package/build/campaign/entities/campaign/landingPage/landingPageHeader.js +31 -29
  12. package/build/campaign/entities/campaign/rules/rules.js +31 -29
  13. package/build/campaign/entities/campaignAssets/assets/assets.js +19 -17
  14. package/build/campaign/entities/campaignAssets/campaignAssets.js +16 -14
  15. package/build/campaign/entities/v2/campaign/banner/banner.js +34 -32
  16. package/build/campaign/entities/v2/campaign/campaign.js +50 -48
  17. package/build/campaign/entities/v2/campaign/landingPage/landingPage.js +26 -24
  18. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooter.js +36 -34
  19. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +22 -20
  20. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeatureItem.js +34 -32
  21. package/build/campaign/entities/v2/campaign/landingPage/landingPageHeader.js +34 -32
  22. package/build/campaign/entities/v2/campaignList.js +16 -14
  23. package/build/campaign/index.js +1 -5
  24. package/build/cart/entities/index.js +1 -5
  25. package/build/cart/entities/item.js +28 -26
  26. package/build/cart/entities/itemList.js +16 -14
  27. package/build/cart/index.js +1 -5
  28. package/build/catalog/catalogGraphQLClient.d.ts +0 -2
  29. package/build/catalog/catalogGraphQLClient.js +1 -7
  30. package/build/catalog/index.js +1 -5
  31. package/build/catalog/types/catalogGraphQLTypes.js +0 -1
  32. package/build/consumption/entities/bi/consumptionBI.js +30 -28
  33. package/build/consumption/entities/bi/period/period.js +19 -17
  34. package/build/consumption/entities/bi/top/top.js +25 -23
  35. package/build/consumption/entities/consumption/consumption.js +19 -17
  36. package/build/consumption/index.js +1 -5
  37. package/build/contact/entities/contact.js +46 -44
  38. package/build/contact/entities/contactCreate.js +16 -14
  39. package/build/contact/entities/contactList.js +16 -14
  40. package/build/contact/index.js +1 -5
  41. package/build/customers/entities/customers/contact/contact.js +31 -29
  42. package/build/customers/entities/customers/customer.js +73 -71
  43. package/build/customers/entities/customers/customerContact/customerContact.js +40 -38
  44. package/build/customers/entities/customers/customerContact/customerContactList.js +16 -14
  45. package/build/customers/entities/customers/details/details.js +31 -29
  46. package/build/customers/entities/dataCustomers.js +16 -14
  47. package/build/customers/entities/dataInvitation.js +31 -29
  48. package/build/customers/entities/invitations/company/company.js +16 -14
  49. package/build/customers/entities/invitations/contact/invitationContact.js +28 -26
  50. package/build/customers/index.js +1 -5
  51. package/build/exception/index.js +1 -5
  52. package/build/general/entities/whoAmI.js +61 -59
  53. package/build/general/index.js +1 -5
  54. package/build/getResult.js +23 -21
  55. package/build/index.d.ts +1 -0
  56. package/build/index.js +2 -5
  57. package/build/licenses/entities/filterFindResult.js +19 -17
  58. package/build/licenses/entities/findResult.js +38 -36
  59. package/build/licenses/entities/getLicense/actionMessagesGetResult.js +28 -26
  60. package/build/licenses/entities/getLicense/actionsGetResult.js +43 -41
  61. package/build/licenses/entities/getLicense/buySellFindResult.js +19 -17
  62. package/build/licenses/entities/getLicense/licenseGetResult.js +107 -105
  63. package/build/licenses/entities/getLicense/licensePriceGetResult.js +22 -20
  64. package/build/licenses/entities/getLicense/orderGetResult.js +19 -17
  65. package/build/licenses/entities/getResult/getLicenseResult.js +16 -14
  66. package/build/licenses/entities/history/actionHistoryResult.js +25 -23
  67. package/build/licenses/entities/history/licenceHistoryResult.js +16 -14
  68. package/build/licenses/entities/license/activeSeatsFindResult.js +19 -17
  69. package/build/licenses/entities/license/configFindResult.js +22 -20
  70. package/build/licenses/entities/license/licenseFindResult.js +136 -134
  71. package/build/licenses/entities/license/priceFindResult.js +28 -26
  72. package/build/licenses/entities/license/warningFindResult.js +19 -17
  73. package/build/licenses/entities/offer/actionFlagsFindResult.js +22 -20
  74. package/build/licenses/entities/offer/offerFindResult.js +34 -32
  75. package/build/licenses/entities/offer/priceBandFindResult.js +37 -35
  76. package/build/licenses/entities/offer/priceband/billingFindResult.js +22 -20
  77. package/build/licenses/entities/offer/priceband/identifiers/arrowsphereFindResult.js +16 -14
  78. package/build/licenses/entities/offer/priceband/identifiersFindResult.js +16 -14
  79. package/build/licenses/entities/offer/priceband/priceBandActionFlagsFindResult.js +28 -26
  80. package/build/licenses/entities/offer/priceband/priceBandPriceFindResult.js +22 -20
  81. package/build/licenses/entities/offer/priceband/saleConstraintsFindResult.js +19 -17
  82. package/build/licenses/index.js +1 -5
  83. package/build/orders/entities/dataListOrders.js +16 -14
  84. package/build/orders/entities/orders/order.js +41 -39
  85. package/build/orders/entities/orders/partner/partner.js +19 -17
  86. package/build/orders/entities/orders/products/identifiers/productIdentifiers.js +16 -14
  87. package/build/orders/entities/orders/products/identifiers/vendor/identifiersVendor.js +16 -14
  88. package/build/orders/entities/orders/products/prices/productPrices.js +34 -32
  89. package/build/orders/entities/orders/products/products.js +58 -56
  90. package/build/orders/entities/orders/products/program/productProgram.js +16 -14
  91. package/build/orders/entities/referenceLink.js +19 -17
  92. package/build/orders/index.js +1 -5
  93. package/build/pagination.js +31 -29
  94. package/build/publicApiClient.d.ts +2 -0
  95. package/build/publicApiClient.js +7 -0
  96. package/build/security/index.js +1 -5
  97. package/build/security/register/entity/registrationLink.js +16 -14
  98. package/build/security/register/index.js +1 -5
  99. package/build/security/standards/entities/checks/checks.js +19 -17
  100. package/build/security/standards/entities/checks/securityChecks.js +40 -38
  101. package/build/security/standards/entities/resources/resources.js +28 -26
  102. package/build/security/standards/entities/resources/securityResources.js +19 -17
  103. package/build/security/standards/entities/standards/securityStandards.js +31 -29
  104. package/build/security/standards/entities/standards/standards.js +19 -17
  105. package/build/security/standards/index.js +1 -5
  106. package/build/shared/index.js +1 -5
  107. package/build/subscriptions/entities/subscription.js +58 -56
  108. package/build/subscriptions/entities/subscriptionsListResult.js +41 -39
  109. package/build/subscriptions/index.js +1 -5
  110. package/build/supportCenter/entities/issue/attachment.d.ts +29 -0
  111. package/build/supportCenter/entities/issue/attachment.js +76 -0
  112. package/build/supportCenter/entities/issue/comment.d.ts +30 -0
  113. package/build/supportCenter/entities/issue/comment.js +82 -0
  114. package/build/supportCenter/entities/issue/issue.d.ts +142 -0
  115. package/build/supportCenter/entities/issue/issue.js +315 -0
  116. package/build/supportCenter/entities/topic.d.ts +32 -0
  117. package/build/supportCenter/entities/topic.js +83 -0
  118. package/build/supportCenter/index.d.ts +8 -0
  119. package/build/supportCenter/index.js +21 -0
  120. package/build/supportCenter/payloads/attachment.d.ts +6 -0
  121. package/build/supportCenter/payloads/attachment.js +4 -0
  122. package/build/supportCenter/payloads/comment.d.ts +6 -0
  123. package/build/supportCenter/payloads/comment.js +4 -0
  124. package/build/supportCenter/payloads/issue.d.ts +32 -0
  125. package/build/supportCenter/payloads/issue.js +16 -0
  126. package/build/supportCenter/supportCenterClient.d.ts +42 -0
  127. package/build/supportCenter/supportCenterClient.js +68 -0
  128. package/package.json +3 -6
  129. package/build/catalog/types/catalogGraphQLQueries.d.ts +0 -12
  130. package/build/catalog/types/catalogGraphQLQueries.js +0 -3
  131. package/build/catalog/types/catalogGraphQLSchemas.d.ts +0 -30
  132. package/build/catalog/types/catalogGraphQLSchemas.js +0 -4
  133. package/build/catalog/types/queryArguments.d.ts +0 -42
  134. package/build/catalog/types/queryArguments.js +0 -9
@@ -1,16 +1,18 @@
1
1
  "use strict";
2
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
3
- if (kind === "m") throw new TypeError("Private method is not writable");
4
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
5
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
6
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
2
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
3
+ if (!privateMap.has(receiver)) {
4
+ throw new TypeError("attempted to set private field on non-instance");
5
+ }
6
+ privateMap.set(receiver, value);
7
+ return value;
7
8
  };
8
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
9
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
10
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
9
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
10
+ if (!privateMap.has(receiver)) {
11
+ throw new TypeError("attempted to get private field on non-instance");
12
+ }
13
+ return privateMap.get(receiver);
12
14
  };
13
- var _ActionsGetResult_history, _ActionsGetResult_update, _ActionsGetResult_increaseSeats, _ActionsGetResult_decreaseSeats, _ActionsGetResult_addons_catalog, _ActionsGetResult_suspend, _ActionsGetResult_reactivate, _ActionsGetResult_autoRenewOff, _ActionsGetResult_autoRenewOn, _ActionsGetResult_cancel;
15
+ var _history, _update, _increaseSeats, _decreaseSeats, _addons_catalog, _suspend, _reactivate, _autoRenewOff, _autoRenewOn, _cancel;
14
16
  Object.defineProperty(exports, "__esModule", { value: true });
15
17
  exports.ActionsGetResult = exports.ActionsGetFields = void 0;
16
18
  const abstractEntity_1 = require("../../../abstractEntity");
@@ -30,56 +32,56 @@ var ActionsGetFields;
30
32
  class ActionsGetResult extends abstractEntity_1.AbstractEntity {
31
33
  constructor(data) {
32
34
  super(data);
33
- _ActionsGetResult_history.set(this, void 0);
34
- _ActionsGetResult_update.set(this, void 0);
35
- _ActionsGetResult_increaseSeats.set(this, void 0);
36
- _ActionsGetResult_decreaseSeats.set(this, void 0);
37
- _ActionsGetResult_addons_catalog.set(this, void 0);
38
- _ActionsGetResult_suspend.set(this, void 0);
39
- _ActionsGetResult_reactivate.set(this, void 0);
40
- _ActionsGetResult_autoRenewOff.set(this, void 0);
41
- _ActionsGetResult_autoRenewOn.set(this, void 0);
42
- _ActionsGetResult_cancel.set(this, void 0);
43
- __classPrivateFieldSet(this, _ActionsGetResult_history, data[ActionsGetFields.COLUMN_HISTORY], "f");
44
- __classPrivateFieldSet(this, _ActionsGetResult_update, data[ActionsGetFields.COLUMN_UPDATE], "f");
45
- __classPrivateFieldSet(this, _ActionsGetResult_increaseSeats, data[ActionsGetFields.COLUMN_INCREASE_SEATS], "f");
46
- __classPrivateFieldSet(this, _ActionsGetResult_decreaseSeats, data[ActionsGetFields.COLUMN_DECREASE_SEATS], "f");
47
- __classPrivateFieldSet(this, _ActionsGetResult_addons_catalog, data[ActionsGetFields.COLUMN_ADDONS_CATALOG], "f");
48
- __classPrivateFieldSet(this, _ActionsGetResult_suspend, data[ActionsGetFields.COLUMN_SUSPEND], "f");
49
- __classPrivateFieldSet(this, _ActionsGetResult_reactivate, data[ActionsGetFields.COLUMN_REACTIVATE], "f");
50
- __classPrivateFieldSet(this, _ActionsGetResult_autoRenewOff, data[ActionsGetFields.COLUMN_AUTO_RENEW_OFF], "f");
51
- __classPrivateFieldSet(this, _ActionsGetResult_autoRenewOn, data[ActionsGetFields.COLUMN_AUTO_RENEW_ON], "f");
52
- __classPrivateFieldSet(this, _ActionsGetResult_cancel, data[ActionsGetFields.COLUMN_CANCEL], "f");
35
+ _history.set(this, void 0);
36
+ _update.set(this, void 0);
37
+ _increaseSeats.set(this, void 0);
38
+ _decreaseSeats.set(this, void 0);
39
+ _addons_catalog.set(this, void 0);
40
+ _suspend.set(this, void 0);
41
+ _reactivate.set(this, void 0);
42
+ _autoRenewOff.set(this, void 0);
43
+ _autoRenewOn.set(this, void 0);
44
+ _cancel.set(this, void 0);
45
+ __classPrivateFieldSet(this, _history, data[ActionsGetFields.COLUMN_HISTORY]);
46
+ __classPrivateFieldSet(this, _update, data[ActionsGetFields.COLUMN_UPDATE]);
47
+ __classPrivateFieldSet(this, _increaseSeats, data[ActionsGetFields.COLUMN_INCREASE_SEATS]);
48
+ __classPrivateFieldSet(this, _decreaseSeats, data[ActionsGetFields.COLUMN_DECREASE_SEATS]);
49
+ __classPrivateFieldSet(this, _addons_catalog, data[ActionsGetFields.COLUMN_ADDONS_CATALOG]);
50
+ __classPrivateFieldSet(this, _suspend, data[ActionsGetFields.COLUMN_SUSPEND]);
51
+ __classPrivateFieldSet(this, _reactivate, data[ActionsGetFields.COLUMN_REACTIVATE]);
52
+ __classPrivateFieldSet(this, _autoRenewOff, data[ActionsGetFields.COLUMN_AUTO_RENEW_OFF]);
53
+ __classPrivateFieldSet(this, _autoRenewOn, data[ActionsGetFields.COLUMN_AUTO_RENEW_ON]);
54
+ __classPrivateFieldSet(this, _cancel, data[ActionsGetFields.COLUMN_CANCEL]);
53
55
  }
54
56
  get history() {
55
- return __classPrivateFieldGet(this, _ActionsGetResult_history, "f");
57
+ return __classPrivateFieldGet(this, _history);
56
58
  }
57
59
  get update() {
58
- return __classPrivateFieldGet(this, _ActionsGetResult_update, "f");
60
+ return __classPrivateFieldGet(this, _update);
59
61
  }
60
62
  get increaseSeats() {
61
- return __classPrivateFieldGet(this, _ActionsGetResult_increaseSeats, "f");
63
+ return __classPrivateFieldGet(this, _increaseSeats);
62
64
  }
63
65
  get decreaseSeats() {
64
- return __classPrivateFieldGet(this, _ActionsGetResult_decreaseSeats, "f");
66
+ return __classPrivateFieldGet(this, _decreaseSeats);
65
67
  }
66
68
  get addonsCatalog() {
67
- return __classPrivateFieldGet(this, _ActionsGetResult_addons_catalog, "f");
69
+ return __classPrivateFieldGet(this, _addons_catalog);
68
70
  }
69
71
  get suspend() {
70
- return __classPrivateFieldGet(this, _ActionsGetResult_suspend, "f");
72
+ return __classPrivateFieldGet(this, _suspend);
71
73
  }
72
74
  get reactivate() {
73
- return __classPrivateFieldGet(this, _ActionsGetResult_reactivate, "f");
75
+ return __classPrivateFieldGet(this, _reactivate);
74
76
  }
75
77
  get autoRenewOff() {
76
- return __classPrivateFieldGet(this, _ActionsGetResult_autoRenewOff, "f");
78
+ return __classPrivateFieldGet(this, _autoRenewOff);
77
79
  }
78
80
  get autoRenewOn() {
79
- return __classPrivateFieldGet(this, _ActionsGetResult_autoRenewOn, "f");
81
+ return __classPrivateFieldGet(this, _autoRenewOn);
80
82
  }
81
83
  get cancel() {
82
- return __classPrivateFieldGet(this, _ActionsGetResult_cancel, "f");
84
+ return __classPrivateFieldGet(this, _cancel);
83
85
  }
84
86
  toJSON() {
85
87
  return {
@@ -97,5 +99,5 @@ class ActionsGetResult extends abstractEntity_1.AbstractEntity {
97
99
  }
98
100
  }
99
101
  exports.ActionsGetResult = ActionsGetResult;
100
- _ActionsGetResult_history = new WeakMap(), _ActionsGetResult_update = new WeakMap(), _ActionsGetResult_increaseSeats = new WeakMap(), _ActionsGetResult_decreaseSeats = new WeakMap(), _ActionsGetResult_addons_catalog = new WeakMap(), _ActionsGetResult_suspend = new WeakMap(), _ActionsGetResult_reactivate = new WeakMap(), _ActionsGetResult_autoRenewOff = new WeakMap(), _ActionsGetResult_autoRenewOn = new WeakMap(), _ActionsGetResult_cancel = new WeakMap();
102
+ _history = new WeakMap(), _update = new WeakMap(), _increaseSeats = new WeakMap(), _decreaseSeats = new WeakMap(), _addons_catalog = new WeakMap(), _suspend = new WeakMap(), _reactivate = new WeakMap(), _autoRenewOff = new WeakMap(), _autoRenewOn = new WeakMap(), _cancel = new WeakMap();
101
103
  //# sourceMappingURL=actionsGetResult.js.map
@@ -1,16 +1,18 @@
1
1
  "use strict";
2
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
3
- if (kind === "m") throw new TypeError("Private method is not writable");
4
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
5
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
6
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
2
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
3
+ if (!privateMap.has(receiver)) {
4
+ throw new TypeError("attempted to set private field on non-instance");
5
+ }
6
+ privateMap.set(receiver, value);
7
+ return value;
7
8
  };
8
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
9
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
10
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
9
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
10
+ if (!privateMap.has(receiver)) {
11
+ throw new TypeError("attempted to get private field on non-instance");
12
+ }
13
+ return privateMap.get(receiver);
12
14
  };
13
- var _BuySellFindResult_buy, _BuySellFindResult_sell;
15
+ var _buy, _sell;
14
16
  Object.defineProperty(exports, "__esModule", { value: true });
15
17
  exports.BuySellFindResult = exports.BuySellFields = void 0;
16
18
  const abstractEntity_1 = require("../../../abstractEntity");
@@ -22,16 +24,16 @@ var BuySellFields;
22
24
  class BuySellFindResult extends abstractEntity_1.AbstractEntity {
23
25
  constructor(data) {
24
26
  super(data);
25
- _BuySellFindResult_buy.set(this, void 0);
26
- _BuySellFindResult_sell.set(this, void 0);
27
- __classPrivateFieldSet(this, _BuySellFindResult_buy, data[BuySellFields.COLUMN_BUY], "f");
28
- __classPrivateFieldSet(this, _BuySellFindResult_sell, data[BuySellFields.COLUMN_SELL], "f");
27
+ _buy.set(this, void 0);
28
+ _sell.set(this, void 0);
29
+ __classPrivateFieldSet(this, _buy, data[BuySellFields.COLUMN_BUY]);
30
+ __classPrivateFieldSet(this, _sell, data[BuySellFields.COLUMN_SELL]);
29
31
  }
30
32
  get buy() {
31
- return __classPrivateFieldGet(this, _BuySellFindResult_buy, "f");
33
+ return __classPrivateFieldGet(this, _buy);
32
34
  }
33
35
  get sell() {
34
- return __classPrivateFieldGet(this, _BuySellFindResult_sell, "f");
36
+ return __classPrivateFieldGet(this, _sell);
35
37
  }
36
38
  toJSON() {
37
39
  return {
@@ -41,5 +43,5 @@ class BuySellFindResult extends abstractEntity_1.AbstractEntity {
41
43
  }
42
44
  }
43
45
  exports.BuySellFindResult = BuySellFindResult;
44
- _BuySellFindResult_buy = new WeakMap(), _BuySellFindResult_sell = new WeakMap();
46
+ _buy = new WeakMap(), _sell = new WeakMap();
45
47
  //# sourceMappingURL=buySellFindResult.js.map
@@ -1,16 +1,18 @@
1
1
  "use strict";
2
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
3
- if (kind === "m") throw new TypeError("Private method is not writable");
4
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
5
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
6
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
2
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
3
+ if (!privateMap.has(receiver)) {
4
+ throw new TypeError("attempted to set private field on non-instance");
5
+ }
6
+ privateMap.set(receiver, value);
7
+ return value;
7
8
  };
8
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
9
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
10
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
9
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
10
+ if (!privateMap.has(receiver)) {
11
+ throw new TypeError("attempted to get private field on non-instance");
12
+ }
13
+ return privateMap.get(receiver);
12
14
  };
13
- var _LicenseGetResult_license_id, _LicenseGetResult_parent_license_id, _LicenseGetResult_friendlyName, _LicenseGetResult_customer_ref, _LicenseGetResult_state, _LicenseGetResult_statusCode, _LicenseGetResult_isTrial, _LicenseGetResult_isAddon, _LicenseGetResult_service_ref, _LicenseGetResult_sku, _LicenseGetResult_name, _LicenseGetResult_seats, _LicenseGetResult_activeSeats, _LicenseGetResult_activation_datetime, _LicenseGetResult_expiry_datetime, _LicenseGetResult_autoRenew, _LicenseGetResult_message, _LicenseGetResult_actions, _LicenseGetResult_actionMessages, _LicenseGetResult_order_reference, _LicenseGetResult_order, _LicenseGetResult_vendor_license_id, _LicenseGetResult_periodicity, _LicenseGetResult_periodicityCode, _LicenseGetResult_term, _LicenseGetResult_termCode, _LicenseGetResult_category, _LicenseGetResult_program, _LicenseGetResult_associatedSubscriptionProgram, _LicenseGetResult_price, _LicenseGetResult_arrowSubCategories;
15
+ var _license_id, _parent_license_id, _friendlyName, _customer_ref, _state, _statusCode, _isTrial, _isAddon, _service_ref, _sku, _name, _seats, _activeSeats, _activation_datetime, _expiry_datetime, _autoRenew, _message, _actions, _actionMessages, _order_reference, _order, _vendor_license_id, _periodicity, _periodicityCode, _term, _termCode, _category, _program, _associatedSubscriptionProgram, _price, _arrowSubCategories;
14
16
  Object.defineProperty(exports, "__esModule", { value: true });
15
17
  exports.LicenseGetResult = exports.LicenseGetFields = void 0;
16
18
  const actionsGetResult_1 = require("./actionsGetResult");
@@ -57,163 +59,163 @@ class LicenseGetResult extends abstractEntity_1.AbstractEntity {
57
59
  constructor(licenseGetDataInput) {
58
60
  var _a;
59
61
  super(licenseGetDataInput);
60
- _LicenseGetResult_license_id.set(this, void 0);
61
- _LicenseGetResult_parent_license_id.set(this, void 0);
62
- _LicenseGetResult_friendlyName.set(this, void 0);
63
- _LicenseGetResult_customer_ref.set(this, void 0);
64
- _LicenseGetResult_state.set(this, void 0);
65
- _LicenseGetResult_statusCode.set(this, void 0);
66
- _LicenseGetResult_isTrial.set(this, void 0);
67
- _LicenseGetResult_isAddon.set(this, void 0);
68
- _LicenseGetResult_service_ref.set(this, void 0);
69
- _LicenseGetResult_sku.set(this, void 0);
70
- _LicenseGetResult_name.set(this, void 0);
71
- _LicenseGetResult_seats.set(this, void 0);
72
- _LicenseGetResult_activeSeats.set(this, void 0);
73
- _LicenseGetResult_activation_datetime.set(this, void 0);
74
- _LicenseGetResult_expiry_datetime.set(this, void 0);
75
- _LicenseGetResult_autoRenew.set(this, void 0);
76
- _LicenseGetResult_message.set(this, void 0);
77
- _LicenseGetResult_actions.set(this, void 0);
78
- _LicenseGetResult_actionMessages.set(this, void 0);
79
- _LicenseGetResult_order_reference.set(this, void 0);
80
- _LicenseGetResult_order.set(this, void 0);
81
- _LicenseGetResult_vendor_license_id.set(this, void 0);
82
- _LicenseGetResult_periodicity.set(this, void 0);
83
- _LicenseGetResult_periodicityCode.set(this, void 0);
84
- _LicenseGetResult_term.set(this, void 0);
85
- _LicenseGetResult_termCode.set(this, void 0);
86
- _LicenseGetResult_category.set(this, void 0);
87
- _LicenseGetResult_program.set(this, void 0);
88
- _LicenseGetResult_associatedSubscriptionProgram.set(this, void 0);
89
- _LicenseGetResult_price.set(this, void 0);
90
- _LicenseGetResult_arrowSubCategories.set(this, void 0);
91
- __classPrivateFieldSet(this, _LicenseGetResult_license_id, licenseGetDataInput[LicenseGetFields.COLUMN_LICENSE_ID], "f");
92
- __classPrivateFieldSet(this, _LicenseGetResult_parent_license_id, licenseGetDataInput[LicenseGetFields.COLUMN_PARENT_LICENSE_ID], "f");
93
- __classPrivateFieldSet(this, _LicenseGetResult_friendlyName, licenseGetDataInput[LicenseGetFields.COLUMN_FRIENDLY_NAME], "f");
94
- __classPrivateFieldSet(this, _LicenseGetResult_customer_ref, licenseGetDataInput[LicenseGetFields.COLUMN_CUSTOMER_REF], "f");
95
- __classPrivateFieldSet(this, _LicenseGetResult_state, licenseGetDataInput[LicenseGetFields.COLUMN_STATE], "f");
96
- __classPrivateFieldSet(this, _LicenseGetResult_statusCode, licenseGetDataInput[LicenseGetFields.COLUMN_STATUS_CODE], "f");
97
- __classPrivateFieldSet(this, _LicenseGetResult_isTrial, licenseGetDataInput[LicenseGetFields.COLUMN_IS_TRIAL], "f");
98
- __classPrivateFieldSet(this, _LicenseGetResult_isAddon, licenseGetDataInput[LicenseGetFields.COLUMN_IS_ADDON], "f");
99
- __classPrivateFieldSet(this, _LicenseGetResult_service_ref, licenseGetDataInput[LicenseGetFields.COLUMN_SERVICE_REF], "f");
100
- __classPrivateFieldSet(this, _LicenseGetResult_sku, licenseGetDataInput[LicenseGetFields.COLUMN_SKU], "f");
101
- __classPrivateFieldSet(this, _LicenseGetResult_name, licenseGetDataInput[LicenseGetFields.COLUMN_NAME], "f");
102
- __classPrivateFieldSet(this, _LicenseGetResult_seats, licenseGetDataInput[LicenseGetFields.COLUMN_SEATS], "f");
103
- __classPrivateFieldSet(this, _LicenseGetResult_activeSeats, new activeSeatsFindResult_1.ActiveSeatsFindResult(licenseGetDataInput[LicenseGetFields.COLUMN_ACTIVE_SEATS]), "f");
104
- __classPrivateFieldSet(this, _LicenseGetResult_activation_datetime, licenseGetDataInput[LicenseGetFields.COLUMN_ACTIVATION_DATETIME], "f");
105
- __classPrivateFieldSet(this, _LicenseGetResult_expiry_datetime, licenseGetDataInput[LicenseGetFields.COLUMN_EXPIRY_DATETIME], "f");
106
- __classPrivateFieldSet(this, _LicenseGetResult_autoRenew, licenseGetDataInput[LicenseGetFields.COLUMN_AUTO_RENEW], "f");
107
- __classPrivateFieldSet(this, _LicenseGetResult_message, licenseGetDataInput[LicenseGetFields.COLUMN_MESSAGE], "f");
108
- __classPrivateFieldSet(this, _LicenseGetResult_actions, licenseGetDataInput[LicenseGetFields.COLUMN_ACTIONS]
62
+ _license_id.set(this, void 0);
63
+ _parent_license_id.set(this, void 0);
64
+ _friendlyName.set(this, void 0);
65
+ _customer_ref.set(this, void 0);
66
+ _state.set(this, void 0);
67
+ _statusCode.set(this, void 0);
68
+ _isTrial.set(this, void 0);
69
+ _isAddon.set(this, void 0);
70
+ _service_ref.set(this, void 0);
71
+ _sku.set(this, void 0);
72
+ _name.set(this, void 0);
73
+ _seats.set(this, void 0);
74
+ _activeSeats.set(this, void 0);
75
+ _activation_datetime.set(this, void 0);
76
+ _expiry_datetime.set(this, void 0);
77
+ _autoRenew.set(this, void 0);
78
+ _message.set(this, void 0);
79
+ _actions.set(this, void 0);
80
+ _actionMessages.set(this, void 0);
81
+ _order_reference.set(this, void 0);
82
+ _order.set(this, void 0);
83
+ _vendor_license_id.set(this, void 0);
84
+ _periodicity.set(this, void 0);
85
+ _periodicityCode.set(this, void 0);
86
+ _term.set(this, void 0);
87
+ _termCode.set(this, void 0);
88
+ _category.set(this, void 0);
89
+ _program.set(this, void 0);
90
+ _associatedSubscriptionProgram.set(this, void 0);
91
+ _price.set(this, void 0);
92
+ _arrowSubCategories.set(this, void 0);
93
+ __classPrivateFieldSet(this, _license_id, licenseGetDataInput[LicenseGetFields.COLUMN_LICENSE_ID]);
94
+ __classPrivateFieldSet(this, _parent_license_id, licenseGetDataInput[LicenseGetFields.COLUMN_PARENT_LICENSE_ID]);
95
+ __classPrivateFieldSet(this, _friendlyName, licenseGetDataInput[LicenseGetFields.COLUMN_FRIENDLY_NAME]);
96
+ __classPrivateFieldSet(this, _customer_ref, licenseGetDataInput[LicenseGetFields.COLUMN_CUSTOMER_REF]);
97
+ __classPrivateFieldSet(this, _state, licenseGetDataInput[LicenseGetFields.COLUMN_STATE]);
98
+ __classPrivateFieldSet(this, _statusCode, licenseGetDataInput[LicenseGetFields.COLUMN_STATUS_CODE]);
99
+ __classPrivateFieldSet(this, _isTrial, licenseGetDataInput[LicenseGetFields.COLUMN_IS_TRIAL]);
100
+ __classPrivateFieldSet(this, _isAddon, licenseGetDataInput[LicenseGetFields.COLUMN_IS_ADDON]);
101
+ __classPrivateFieldSet(this, _service_ref, licenseGetDataInput[LicenseGetFields.COLUMN_SERVICE_REF]);
102
+ __classPrivateFieldSet(this, _sku, licenseGetDataInput[LicenseGetFields.COLUMN_SKU]);
103
+ __classPrivateFieldSet(this, _name, licenseGetDataInput[LicenseGetFields.COLUMN_NAME]);
104
+ __classPrivateFieldSet(this, _seats, licenseGetDataInput[LicenseGetFields.COLUMN_SEATS]);
105
+ __classPrivateFieldSet(this, _activeSeats, new activeSeatsFindResult_1.ActiveSeatsFindResult(licenseGetDataInput[LicenseGetFields.COLUMN_ACTIVE_SEATS]));
106
+ __classPrivateFieldSet(this, _activation_datetime, licenseGetDataInput[LicenseGetFields.COLUMN_ACTIVATION_DATETIME]);
107
+ __classPrivateFieldSet(this, _expiry_datetime, licenseGetDataInput[LicenseGetFields.COLUMN_EXPIRY_DATETIME]);
108
+ __classPrivateFieldSet(this, _autoRenew, licenseGetDataInput[LicenseGetFields.COLUMN_AUTO_RENEW]);
109
+ __classPrivateFieldSet(this, _message, licenseGetDataInput[LicenseGetFields.COLUMN_MESSAGE]);
110
+ __classPrivateFieldSet(this, _actions, licenseGetDataInput[LicenseGetFields.COLUMN_ACTIONS]
109
111
  ? new actionsGetResult_1.ActionsGetResult(licenseGetDataInput[LicenseGetFields.COLUMN_ACTIONS])
110
- : undefined, "f");
111
- __classPrivateFieldSet(this, _LicenseGetResult_actionMessages, (_a = licenseGetDataInput[LicenseGetFields.COLUMN_ACTION_MESSAGES]) === null || _a === void 0 ? void 0 : _a.map((result) => new actionMessagesGetResult_1.ActionMessagesGetResult(result)), "f");
112
- __classPrivateFieldSet(this, _LicenseGetResult_order_reference, licenseGetDataInput[LicenseGetFields.COLUMN_ORDER_REFERENCE], "f");
113
- __classPrivateFieldSet(this, _LicenseGetResult_order, new orderGetResult_1.OrderGetResult(licenseGetDataInput[LicenseGetFields.COLUMN_ORDER]), "f");
114
- __classPrivateFieldSet(this, _LicenseGetResult_vendor_license_id, licenseGetDataInput[LicenseGetFields.COLUMN_VENDOR_LICENSE_ID], "f");
115
- __classPrivateFieldSet(this, _LicenseGetResult_periodicity, licenseGetDataInput[LicenseGetFields.COLUMN_PERIODICITY], "f");
116
- __classPrivateFieldSet(this, _LicenseGetResult_periodicityCode, licenseGetDataInput[LicenseGetFields.COLUMN_PERIODICITY_CODE], "f");
117
- __classPrivateFieldSet(this, _LicenseGetResult_term, licenseGetDataInput[LicenseGetFields.COLUMN_TERM], "f");
118
- __classPrivateFieldSet(this, _LicenseGetResult_termCode, licenseGetDataInput[LicenseGetFields.COLUMN_TERM_CODE], "f");
119
- __classPrivateFieldSet(this, _LicenseGetResult_category, licenseGetDataInput[LicenseGetFields.COLUMN_CATEGORY], "f");
120
- __classPrivateFieldSet(this, _LicenseGetResult_program, licenseGetDataInput[LicenseGetFields.COLUMN_PROGRAM], "f");
121
- __classPrivateFieldSet(this, _LicenseGetResult_associatedSubscriptionProgram, licenseGetDataInput[LicenseGetFields.COLUMN_ASSOCIATED_SUBSCRIPTION_PROGRAM], "f");
122
- __classPrivateFieldSet(this, _LicenseGetResult_price, new licensePriceGetResult_1.LicensePriceGetResult(licenseGetDataInput[LicenseGetFields.COLUMN_PRICE]), "f");
123
- __classPrivateFieldSet(this, _LicenseGetResult_arrowSubCategories, licenseGetDataInput[LicenseGetFields.COLUMN_ARROW_SUB_CATEGORIES], "f");
112
+ : undefined);
113
+ __classPrivateFieldSet(this, _actionMessages, (_a = licenseGetDataInput[LicenseGetFields.COLUMN_ACTION_MESSAGES]) === null || _a === void 0 ? void 0 : _a.map((result) => new actionMessagesGetResult_1.ActionMessagesGetResult(result)));
114
+ __classPrivateFieldSet(this, _order_reference, licenseGetDataInput[LicenseGetFields.COLUMN_ORDER_REFERENCE]);
115
+ __classPrivateFieldSet(this, _order, new orderGetResult_1.OrderGetResult(licenseGetDataInput[LicenseGetFields.COLUMN_ORDER]));
116
+ __classPrivateFieldSet(this, _vendor_license_id, licenseGetDataInput[LicenseGetFields.COLUMN_VENDOR_LICENSE_ID]);
117
+ __classPrivateFieldSet(this, _periodicity, licenseGetDataInput[LicenseGetFields.COLUMN_PERIODICITY]);
118
+ __classPrivateFieldSet(this, _periodicityCode, licenseGetDataInput[LicenseGetFields.COLUMN_PERIODICITY_CODE]);
119
+ __classPrivateFieldSet(this, _term, licenseGetDataInput[LicenseGetFields.COLUMN_TERM]);
120
+ __classPrivateFieldSet(this, _termCode, licenseGetDataInput[LicenseGetFields.COLUMN_TERM_CODE]);
121
+ __classPrivateFieldSet(this, _category, licenseGetDataInput[LicenseGetFields.COLUMN_CATEGORY]);
122
+ __classPrivateFieldSet(this, _program, licenseGetDataInput[LicenseGetFields.COLUMN_PROGRAM]);
123
+ __classPrivateFieldSet(this, _associatedSubscriptionProgram, licenseGetDataInput[LicenseGetFields.COLUMN_ASSOCIATED_SUBSCRIPTION_PROGRAM]);
124
+ __classPrivateFieldSet(this, _price, new licensePriceGetResult_1.LicensePriceGetResult(licenseGetDataInput[LicenseGetFields.COLUMN_PRICE]));
125
+ __classPrivateFieldSet(this, _arrowSubCategories, licenseGetDataInput[LicenseGetFields.COLUMN_ARROW_SUB_CATEGORIES]);
124
126
  }
125
127
  get id() {
126
- return __classPrivateFieldGet(this, _LicenseGetResult_license_id, "f");
128
+ return __classPrivateFieldGet(this, _license_id);
127
129
  }
128
130
  get parentLicenseId() {
129
- return __classPrivateFieldGet(this, _LicenseGetResult_parent_license_id, "f");
131
+ return __classPrivateFieldGet(this, _parent_license_id);
130
132
  }
131
133
  get friendlyName() {
132
- return __classPrivateFieldGet(this, _LicenseGetResult_friendlyName, "f");
134
+ return __classPrivateFieldGet(this, _friendlyName);
133
135
  }
134
136
  get customerRef() {
135
- return __classPrivateFieldGet(this, _LicenseGetResult_customer_ref, "f");
137
+ return __classPrivateFieldGet(this, _customer_ref);
136
138
  }
137
139
  get state() {
138
- return __classPrivateFieldGet(this, _LicenseGetResult_state, "f");
140
+ return __classPrivateFieldGet(this, _state);
139
141
  }
140
142
  get statusCode() {
141
- return __classPrivateFieldGet(this, _LicenseGetResult_statusCode, "f");
143
+ return __classPrivateFieldGet(this, _statusCode);
142
144
  }
143
145
  get isTrial() {
144
- return __classPrivateFieldGet(this, _LicenseGetResult_isTrial, "f");
146
+ return __classPrivateFieldGet(this, _isTrial);
145
147
  }
146
148
  get isAddon() {
147
- return __classPrivateFieldGet(this, _LicenseGetResult_isAddon, "f");
149
+ return __classPrivateFieldGet(this, _isAddon);
148
150
  }
149
151
  get serviceRef() {
150
- return __classPrivateFieldGet(this, _LicenseGetResult_service_ref, "f");
152
+ return __classPrivateFieldGet(this, _service_ref);
151
153
  }
152
154
  get sku() {
153
- return __classPrivateFieldGet(this, _LicenseGetResult_sku, "f");
155
+ return __classPrivateFieldGet(this, _sku);
154
156
  }
155
157
  get name() {
156
- return __classPrivateFieldGet(this, _LicenseGetResult_name, "f");
158
+ return __classPrivateFieldGet(this, _name);
157
159
  }
158
160
  get seats() {
159
- return __classPrivateFieldGet(this, _LicenseGetResult_seats, "f");
161
+ return __classPrivateFieldGet(this, _seats);
160
162
  }
161
163
  get activeSeats() {
162
- return __classPrivateFieldGet(this, _LicenseGetResult_activeSeats, "f");
164
+ return __classPrivateFieldGet(this, _activeSeats);
163
165
  }
164
166
  get activationDatetime() {
165
- return __classPrivateFieldGet(this, _LicenseGetResult_activation_datetime, "f");
167
+ return __classPrivateFieldGet(this, _activation_datetime);
166
168
  }
167
169
  get expiryDatetime() {
168
- return __classPrivateFieldGet(this, _LicenseGetResult_expiry_datetime, "f");
170
+ return __classPrivateFieldGet(this, _expiry_datetime);
169
171
  }
170
172
  get autoRenew() {
171
- return __classPrivateFieldGet(this, _LicenseGetResult_autoRenew, "f");
173
+ return __classPrivateFieldGet(this, _autoRenew);
172
174
  }
173
175
  get message() {
174
- return __classPrivateFieldGet(this, _LicenseGetResult_message, "f");
176
+ return __classPrivateFieldGet(this, _message);
175
177
  }
176
178
  get actions() {
177
- return __classPrivateFieldGet(this, _LicenseGetResult_actions, "f");
179
+ return __classPrivateFieldGet(this, _actions);
178
180
  }
179
181
  get actionMessages() {
180
- return __classPrivateFieldGet(this, _LicenseGetResult_actionMessages, "f");
182
+ return __classPrivateFieldGet(this, _actionMessages);
181
183
  }
182
184
  get orderReference() {
183
- return __classPrivateFieldGet(this, _LicenseGetResult_order_reference, "f");
185
+ return __classPrivateFieldGet(this, _order_reference);
184
186
  }
185
187
  get order() {
186
- return __classPrivateFieldGet(this, _LicenseGetResult_order, "f");
188
+ return __classPrivateFieldGet(this, _order);
187
189
  }
188
190
  get vendorLicenseId() {
189
- return __classPrivateFieldGet(this, _LicenseGetResult_vendor_license_id, "f");
191
+ return __classPrivateFieldGet(this, _vendor_license_id);
190
192
  }
191
193
  get periodicity() {
192
- return __classPrivateFieldGet(this, _LicenseGetResult_periodicity, "f");
194
+ return __classPrivateFieldGet(this, _periodicity);
193
195
  }
194
196
  get periodicityCode() {
195
- return __classPrivateFieldGet(this, _LicenseGetResult_periodicityCode, "f");
197
+ return __classPrivateFieldGet(this, _periodicityCode);
196
198
  }
197
199
  get term() {
198
- return __classPrivateFieldGet(this, _LicenseGetResult_term, "f");
200
+ return __classPrivateFieldGet(this, _term);
199
201
  }
200
202
  get termCode() {
201
- return __classPrivateFieldGet(this, _LicenseGetResult_termCode, "f");
203
+ return __classPrivateFieldGet(this, _termCode);
202
204
  }
203
205
  get category() {
204
- return __classPrivateFieldGet(this, _LicenseGetResult_category, "f");
206
+ return __classPrivateFieldGet(this, _category);
205
207
  }
206
208
  get program() {
207
- return __classPrivateFieldGet(this, _LicenseGetResult_program, "f");
209
+ return __classPrivateFieldGet(this, _program);
208
210
  }
209
211
  get associatedSubscriptionProgram() {
210
- return __classPrivateFieldGet(this, _LicenseGetResult_associatedSubscriptionProgram, "f");
212
+ return __classPrivateFieldGet(this, _associatedSubscriptionProgram);
211
213
  }
212
214
  get price() {
213
- return __classPrivateFieldGet(this, _LicenseGetResult_price, "f");
215
+ return __classPrivateFieldGet(this, _price);
214
216
  }
215
217
  get arrowSubCategories() {
216
- return __classPrivateFieldGet(this, _LicenseGetResult_arrowSubCategories, "f");
218
+ return __classPrivateFieldGet(this, _arrowSubCategories);
217
219
  }
218
220
  toJSON() {
219
221
  var _a, _b;
@@ -254,5 +256,5 @@ class LicenseGetResult extends abstractEntity_1.AbstractEntity {
254
256
  }
255
257
  }
256
258
  exports.LicenseGetResult = LicenseGetResult;
257
- _LicenseGetResult_license_id = new WeakMap(), _LicenseGetResult_parent_license_id = new WeakMap(), _LicenseGetResult_friendlyName = new WeakMap(), _LicenseGetResult_customer_ref = new WeakMap(), _LicenseGetResult_state = new WeakMap(), _LicenseGetResult_statusCode = new WeakMap(), _LicenseGetResult_isTrial = new WeakMap(), _LicenseGetResult_isAddon = new WeakMap(), _LicenseGetResult_service_ref = new WeakMap(), _LicenseGetResult_sku = new WeakMap(), _LicenseGetResult_name = new WeakMap(), _LicenseGetResult_seats = new WeakMap(), _LicenseGetResult_activeSeats = new WeakMap(), _LicenseGetResult_activation_datetime = new WeakMap(), _LicenseGetResult_expiry_datetime = new WeakMap(), _LicenseGetResult_autoRenew = new WeakMap(), _LicenseGetResult_message = new WeakMap(), _LicenseGetResult_actions = new WeakMap(), _LicenseGetResult_actionMessages = new WeakMap(), _LicenseGetResult_order_reference = new WeakMap(), _LicenseGetResult_order = new WeakMap(), _LicenseGetResult_vendor_license_id = new WeakMap(), _LicenseGetResult_periodicity = new WeakMap(), _LicenseGetResult_periodicityCode = new WeakMap(), _LicenseGetResult_term = new WeakMap(), _LicenseGetResult_termCode = new WeakMap(), _LicenseGetResult_category = new WeakMap(), _LicenseGetResult_program = new WeakMap(), _LicenseGetResult_associatedSubscriptionProgram = new WeakMap(), _LicenseGetResult_price = new WeakMap(), _LicenseGetResult_arrowSubCategories = new WeakMap();
259
+ _license_id = new WeakMap(), _parent_license_id = new WeakMap(), _friendlyName = new WeakMap(), _customer_ref = new WeakMap(), _state = new WeakMap(), _statusCode = new WeakMap(), _isTrial = new WeakMap(), _isAddon = new WeakMap(), _service_ref = new WeakMap(), _sku = new WeakMap(), _name = new WeakMap(), _seats = new WeakMap(), _activeSeats = new WeakMap(), _activation_datetime = new WeakMap(), _expiry_datetime = new WeakMap(), _autoRenew = new WeakMap(), _message = new WeakMap(), _actions = new WeakMap(), _actionMessages = new WeakMap(), _order_reference = new WeakMap(), _order = new WeakMap(), _vendor_license_id = new WeakMap(), _periodicity = new WeakMap(), _periodicityCode = new WeakMap(), _term = new WeakMap(), _termCode = new WeakMap(), _category = new WeakMap(), _program = new WeakMap(), _associatedSubscriptionProgram = new WeakMap(), _price = new WeakMap(), _arrowSubCategories = new WeakMap();
258
260
  //# sourceMappingURL=licenseGetResult.js.map
@@ -1,16 +1,18 @@
1
1
  "use strict";
2
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
3
- if (kind === "m") throw new TypeError("Private method is not writable");
4
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
5
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
6
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
2
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
3
+ if (!privateMap.has(receiver)) {
4
+ throw new TypeError("attempted to set private field on non-instance");
5
+ }
6
+ privateMap.set(receiver, value);
7
+ return value;
7
8
  };
8
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
9
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
10
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
9
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
10
+ if (!privateMap.has(receiver)) {
11
+ throw new TypeError("attempted to get private field on non-instance");
12
+ }
13
+ return privateMap.get(receiver);
12
14
  };
13
- var _LicensePriceGetResult_currency, _LicensePriceGetResult_unit, _LicensePriceGetResult_total;
15
+ var _currency, _unit, _total;
14
16
  Object.defineProperty(exports, "__esModule", { value: true });
15
17
  exports.LicensePriceGetResult = exports.LicensePriceGetFields = void 0;
16
18
  const buySellFindResult_1 = require("./buySellFindResult");
@@ -24,21 +26,21 @@ var LicensePriceGetFields;
24
26
  class LicensePriceGetResult extends abstractEntity_1.AbstractEntity {
25
27
  constructor(data) {
26
28
  super(data);
27
- _LicensePriceGetResult_currency.set(this, void 0);
28
- _LicensePriceGetResult_unit.set(this, void 0);
29
- _LicensePriceGetResult_total.set(this, void 0);
30
- __classPrivateFieldSet(this, _LicensePriceGetResult_currency, data[LicensePriceGetFields.COLUMN_CURRENCY], "f");
31
- __classPrivateFieldSet(this, _LicensePriceGetResult_unit, new buySellFindResult_1.BuySellFindResult(data[LicensePriceGetFields.COLUMN_UNIT]), "f");
32
- __classPrivateFieldSet(this, _LicensePriceGetResult_total, new buySellFindResult_1.BuySellFindResult(data[LicensePriceGetFields.COLUMN_TOTAL]), "f");
29
+ _currency.set(this, void 0);
30
+ _unit.set(this, void 0);
31
+ _total.set(this, void 0);
32
+ __classPrivateFieldSet(this, _currency, data[LicensePriceGetFields.COLUMN_CURRENCY]);
33
+ __classPrivateFieldSet(this, _unit, new buySellFindResult_1.BuySellFindResult(data[LicensePriceGetFields.COLUMN_UNIT]));
34
+ __classPrivateFieldSet(this, _total, new buySellFindResult_1.BuySellFindResult(data[LicensePriceGetFields.COLUMN_TOTAL]));
33
35
  }
34
36
  get currency() {
35
- return __classPrivateFieldGet(this, _LicensePriceGetResult_currency, "f");
37
+ return __classPrivateFieldGet(this, _currency);
36
38
  }
37
39
  get unit() {
38
- return __classPrivateFieldGet(this, _LicensePriceGetResult_unit, "f");
40
+ return __classPrivateFieldGet(this, _unit);
39
41
  }
40
42
  get total() {
41
- return __classPrivateFieldGet(this, _LicensePriceGetResult_total, "f");
43
+ return __classPrivateFieldGet(this, _total);
42
44
  }
43
45
  toJSON() {
44
46
  return {
@@ -49,5 +51,5 @@ class LicensePriceGetResult extends abstractEntity_1.AbstractEntity {
49
51
  }
50
52
  }
51
53
  exports.LicensePriceGetResult = LicensePriceGetResult;
52
- _LicensePriceGetResult_currency = new WeakMap(), _LicensePriceGetResult_unit = new WeakMap(), _LicensePriceGetResult_total = new WeakMap();
54
+ _currency = new WeakMap(), _unit = new WeakMap(), _total = new WeakMap();
53
55
  //# sourceMappingURL=licensePriceGetResult.js.map
@@ -1,16 +1,18 @@
1
1
  "use strict";
2
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
3
- if (kind === "m") throw new TypeError("Private method is not writable");
4
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
5
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
6
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
2
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
3
+ if (!privateMap.has(receiver)) {
4
+ throw new TypeError("attempted to set private field on non-instance");
5
+ }
6
+ privateMap.set(receiver, value);
7
+ return value;
7
8
  };
8
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
9
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
10
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
9
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
10
+ if (!privateMap.has(receiver)) {
11
+ throw new TypeError("attempted to get private field on non-instance");
12
+ }
13
+ return privateMap.get(receiver);
12
14
  };
13
- var _OrderGetResult_reference, _OrderGetResult_link;
15
+ var _reference, _link;
14
16
  Object.defineProperty(exports, "__esModule", { value: true });
15
17
  exports.OrderGetResult = exports.OrderGetFields = void 0;
16
18
  const abstractEntity_1 = require("../../../abstractEntity");
@@ -22,16 +24,16 @@ var OrderGetFields;
22
24
  class OrderGetResult extends abstractEntity_1.AbstractEntity {
23
25
  constructor(data) {
24
26
  super(data);
25
- _OrderGetResult_reference.set(this, void 0);
26
- _OrderGetResult_link.set(this, void 0);
27
- __classPrivateFieldSet(this, _OrderGetResult_reference, data[OrderGetFields.COLUMN_REFERENCE], "f");
28
- __classPrivateFieldSet(this, _OrderGetResult_link, data[OrderGetFields.COLUMN_LINK], "f");
27
+ _reference.set(this, void 0);
28
+ _link.set(this, void 0);
29
+ __classPrivateFieldSet(this, _reference, data[OrderGetFields.COLUMN_REFERENCE]);
30
+ __classPrivateFieldSet(this, _link, data[OrderGetFields.COLUMN_LINK]);
29
31
  }
30
32
  get reference() {
31
- return __classPrivateFieldGet(this, _OrderGetResult_reference, "f");
33
+ return __classPrivateFieldGet(this, _reference);
32
34
  }
33
35
  get link() {
34
- return __classPrivateFieldGet(this, _OrderGetResult_link, "f");
36
+ return __classPrivateFieldGet(this, _link);
35
37
  }
36
38
  toJSON() {
37
39
  return {
@@ -41,5 +43,5 @@ class OrderGetResult extends abstractEntity_1.AbstractEntity {
41
43
  }
42
44
  }
43
45
  exports.OrderGetResult = OrderGetResult;
44
- _OrderGetResult_reference = new WeakMap(), _OrderGetResult_link = new WeakMap();
46
+ _reference = new WeakMap(), _link = new WeakMap();
45
47
  //# sourceMappingURL=orderGetResult.js.map