@arrowsphere/api-client 3.28.0 → 3.29.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 (156) hide show
  1. package/README.md +12 -0
  2. package/build/AbstractHttpClient.d.ts +47 -0
  3. package/build/AbstractHttpClient.js +80 -0
  4. package/build/abstractClient.d.ts +3 -19
  5. package/build/abstractClient.js +9 -25
  6. package/build/abstractEntity.js +14 -16
  7. package/build/abstractGraphQLClient.d.ts +4 -14
  8. package/build/abstractGraphQLClient.js +32 -24
  9. package/build/axiosSingleton.js +2 -2
  10. package/build/campaign/entities/campaign/banners/banners.js +32 -34
  11. package/build/campaign/entities/campaign/campaign.js +51 -53
  12. package/build/campaign/entities/campaign/landingPage/landingPage.js +24 -26
  13. package/build/campaign/entities/campaign/landingPage/landingPageBody.js +35 -37
  14. package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooter.js +29 -31
  15. package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +23 -25
  16. package/build/campaign/entities/campaign/landingPage/landingPageHeader.js +29 -31
  17. package/build/campaign/entities/campaign/rules/rules.js +29 -31
  18. package/build/campaign/entities/campaignAssets/assets/assets.js +17 -19
  19. package/build/campaign/entities/campaignAssets/campaignAssets.js +14 -16
  20. package/build/campaign/entities/v2/campaign/banner/banner.js +32 -34
  21. package/build/campaign/entities/v2/campaign/campaign.js +48 -50
  22. package/build/campaign/entities/v2/campaign/landingPage/landingPage.js +24 -26
  23. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooter.js +34 -36
  24. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +20 -22
  25. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeatureItem.js +32 -34
  26. package/build/campaign/entities/v2/campaign/landingPage/landingPageHeader.js +32 -34
  27. package/build/campaign/entities/v2/campaignList.js +14 -16
  28. package/build/campaign/index.js +5 -1
  29. package/build/cart/entities/index.js +5 -1
  30. package/build/cart/entities/item.js +26 -28
  31. package/build/cart/entities/itemList.js +14 -16
  32. package/build/cart/index.js +5 -1
  33. package/build/catalog/catalogGraphQLClient.d.ts +2 -0
  34. package/build/catalog/catalogGraphQLClient.js +14 -1
  35. package/build/catalog/entities/program.js +32 -34
  36. package/build/catalog/entities/programs.js +14 -16
  37. package/build/catalog/index.d.ts +2 -0
  38. package/build/catalog/index.js +7 -1
  39. package/build/catalog/types/catalogGraphQLQueries.d.ts +12 -0
  40. package/build/catalog/types/catalogGraphQLQueries.js +3 -0
  41. package/build/catalog/types/catalogGraphQLSchemas.d.ts +30 -0
  42. package/build/catalog/types/catalogGraphQLSchemas.js +4 -0
  43. package/build/catalog/types/catalogGraphQLTypes.js +1 -0
  44. package/build/catalog/types/queryArguments.d.ts +41 -0
  45. package/build/catalog/types/queryArguments.js +10 -0
  46. package/build/consumption/entities/bi/consumptionBI.js +28 -30
  47. package/build/consumption/entities/bi/period/period.js +17 -19
  48. package/build/consumption/entities/bi/top/top.js +23 -25
  49. package/build/consumption/entities/consumption/consumption.js +17 -19
  50. package/build/consumption/index.js +5 -1
  51. package/build/contact/entities/contact.js +44 -46
  52. package/build/contact/entities/contactCreate.js +14 -16
  53. package/build/contact/entities/contactList.js +14 -16
  54. package/build/contact/index.js +5 -1
  55. package/build/customers/entities/customers/contact/contact.js +29 -31
  56. package/build/customers/entities/customers/customer.js +71 -73
  57. package/build/customers/entities/customers/customerContact/customerContact.js +38 -40
  58. package/build/customers/entities/customers/customerContact/customerContactList.js +14 -16
  59. package/build/customers/entities/customers/details/details.js +29 -31
  60. package/build/customers/entities/dataCustomers.js +14 -16
  61. package/build/customers/entities/dataInvitation.js +29 -31
  62. package/build/customers/entities/invitations/company/company.js +14 -16
  63. package/build/customers/entities/invitations/contact/invitationContact.js +26 -28
  64. package/build/customers/index.js +5 -1
  65. package/build/exception/exception-handlers/HandleHttpExceptionOutput.d.ts +3 -0
  66. package/build/exception/exception-handlers/HandleHttpExceptionOutput.js +3 -0
  67. package/build/exception/exception-handlers/Hooks.d.ts +3 -0
  68. package/build/exception/exception-handlers/Hooks.js +3 -0
  69. package/build/exception/exception-handlers/HttpExceptionHandler.d.ts +10 -0
  70. package/build/exception/exception-handlers/HttpExceptionHandler.js +3 -0
  71. package/build/exception/exception-handlers/index.d.ts +3 -0
  72. package/build/exception/exception-handlers/index.js +20 -0
  73. package/build/exception/index.js +5 -1
  74. package/build/exception/publicApiClientException.d.ts +2 -1
  75. package/build/exception/publicApiClientException.js +2 -1
  76. package/build/general/entities/whoAmI.js +59 -61
  77. package/build/general/index.js +5 -1
  78. package/build/getResult.js +21 -23
  79. package/build/index.d.ts +1 -0
  80. package/build/index.js +6 -1
  81. package/build/licenses/entities/filterFindResult.js +17 -19
  82. package/build/licenses/entities/findResult.d.ts +1 -1
  83. package/build/licenses/entities/findResult.js +37 -39
  84. package/build/licenses/entities/getLicense/actionMessagesGetResult.js +26 -28
  85. package/build/licenses/entities/getLicense/actionsGetResult.js +41 -43
  86. package/build/licenses/entities/getLicense/buySellFindResult.js +17 -19
  87. package/build/licenses/entities/getLicense/licenseGetResult.js +105 -107
  88. package/build/licenses/entities/getLicense/licensePriceGetResult.js +20 -22
  89. package/build/licenses/entities/getLicense/orderGetResult.js +17 -19
  90. package/build/licenses/entities/getResult/getLicenseResult.js +14 -16
  91. package/build/licenses/entities/history/actionHistoryResult.js +23 -25
  92. package/build/licenses/entities/history/licenceHistoryResult.js +14 -16
  93. package/build/licenses/entities/license/activeSeatsFindResult.js +17 -19
  94. package/build/licenses/entities/license/configFindResult.js +20 -22
  95. package/build/licenses/entities/license/licenseFindResult.js +134 -136
  96. package/build/licenses/entities/license/priceFindResult.js +26 -28
  97. package/build/licenses/entities/license/warningFindResult.js +17 -19
  98. package/build/licenses/entities/offer/actionFlagsFindResult.js +20 -22
  99. package/build/licenses/entities/offer/offerFindResult.js +32 -34
  100. package/build/licenses/entities/offer/priceBandFindResult.js +35 -37
  101. package/build/licenses/entities/offer/priceband/billingFindResult.js +20 -22
  102. package/build/licenses/entities/offer/priceband/identifiers/arrowsphereFindResult.js +14 -16
  103. package/build/licenses/entities/offer/priceband/identifiersFindResult.js +14 -16
  104. package/build/licenses/entities/offer/priceband/priceBandActionFlagsFindResult.js +26 -28
  105. package/build/licenses/entities/offer/priceband/priceBandPriceFindResult.js +20 -22
  106. package/build/licenses/entities/offer/priceband/saleConstraintsFindResult.js +17 -19
  107. package/build/licenses/index.js +5 -1
  108. package/build/orders/entities/dataListOrders.js +14 -16
  109. package/build/orders/entities/orders/order.js +39 -41
  110. package/build/orders/entities/orders/partner/partner.js +17 -19
  111. package/build/orders/entities/orders/products/identifiers/productIdentifiers.js +14 -16
  112. package/build/orders/entities/orders/products/identifiers/vendor/identifiersVendor.js +14 -16
  113. package/build/orders/entities/orders/products/prices/productPrices.js +32 -34
  114. package/build/orders/entities/orders/products/products.js +56 -58
  115. package/build/orders/entities/orders/products/program/productProgram.js +14 -16
  116. package/build/orders/entities/referenceLink.js +17 -19
  117. package/build/orders/index.js +5 -1
  118. package/build/pagination.js +29 -31
  119. package/build/security/index.js +5 -1
  120. package/build/security/register/entity/registrationLink.js +14 -16
  121. package/build/security/register/index.js +5 -1
  122. package/build/security/standards/entities/checks/checks.js +17 -19
  123. package/build/security/standards/entities/checks/securityChecks.js +38 -40
  124. package/build/security/standards/entities/resources/resources.js +26 -28
  125. package/build/security/standards/entities/resources/securityResources.js +17 -19
  126. package/build/security/standards/entities/standards/securityStandards.js +29 -31
  127. package/build/security/standards/entities/standards/standards.js +17 -19
  128. package/build/security/standards/index.js +5 -1
  129. package/build/securityScore/entities/getCustomerAccountData.d.ts +48 -0
  130. package/build/securityScore/entities/getCustomerAccountData.js +111 -0
  131. package/build/securityScore/entities/getCustomerData.d.ts +51 -0
  132. package/build/securityScore/entities/getCustomerData.js +117 -0
  133. package/build/securityScore/entities/getPartnerData.d.ts +45 -0
  134. package/build/securityScore/entities/getPartnerData.js +102 -0
  135. package/build/securityScore/index.d.ts +7 -0
  136. package/build/securityScore/index.js +24 -0
  137. package/build/securityScore/securityScoreGraphQLClient.d.ts +19 -0
  138. package/build/securityScore/securityScoreGraphQLClient.js +61 -0
  139. package/build/securityScore/types/queryArguments.d.ts +108 -0
  140. package/build/securityScore/types/queryArguments.js +93 -0
  141. package/build/securityScore/types/securityScoreGraphQLQueries.d.ts +62 -0
  142. package/build/securityScore/types/securityScoreGraphQLQueries.js +7 -0
  143. package/build/securityScore/types/securityScoreGraphQLSchemas.d.ts +78 -0
  144. package/build/securityScore/types/securityScoreGraphQLSchemas.js +3 -0
  145. package/build/securityScore/types/securityScoreGraphQLTypes.d.ts +190 -0
  146. package/build/securityScore/types/securityScoreGraphQLTypes.js +3 -0
  147. package/build/shared/index.js +5 -1
  148. package/build/subscriptions/entities/subscription.js +56 -58
  149. package/build/subscriptions/entities/subscriptionsListResult.js +39 -41
  150. package/build/subscriptions/index.js +5 -1
  151. package/build/supportCenter/entities/issue/attachment.js +27 -29
  152. package/build/supportCenter/entities/issue/comment.js +29 -31
  153. package/build/supportCenter/entities/issue/issue.js +106 -108
  154. package/build/supportCenter/entities/topic.js +30 -32
  155. package/build/supportCenter/index.js +5 -1
  156. 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 _action, _message, _maxDecrease, _supportedUntil, _suspendDate;
13
+ var _ActionMessagesGetResult_action, _ActionMessagesGetResult_message, _ActionMessagesGetResult_maxDecrease, _ActionMessagesGetResult_supportedUntil, _ActionMessagesGetResult_suspendDate;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.ActionMessagesGetResult = exports.ActionMessagesGetResultFields = void 0;
18
16
  const abstractEntity_1 = require("../../../abstractEntity");
@@ -27,31 +25,31 @@ var ActionMessagesGetResultFields;
27
25
  class ActionMessagesGetResult extends abstractEntity_1.AbstractEntity {
28
26
  constructor(data) {
29
27
  super(data);
30
- _action.set(this, void 0);
31
- _message.set(this, void 0);
32
- _maxDecrease.set(this, void 0);
33
- _supportedUntil.set(this, void 0);
34
- _suspendDate.set(this, void 0);
35
- __classPrivateFieldSet(this, _action, data[ActionMessagesGetResultFields.COLUMN_ACTION]);
36
- __classPrivateFieldSet(this, _message, data[ActionMessagesGetResultFields.COLUMN_MESSAGE]);
37
- __classPrivateFieldSet(this, _maxDecrease, data[ActionMessagesGetResultFields.COLUMN_MAX_DECREASE]);
38
- __classPrivateFieldSet(this, _supportedUntil, data[ActionMessagesGetResultFields.COLUMN_SUPPORTED_UNTIL]);
39
- __classPrivateFieldSet(this, _suspendDate, data[ActionMessagesGetResultFields.COLUMN_SUSPEND_DATE]);
28
+ _ActionMessagesGetResult_action.set(this, void 0);
29
+ _ActionMessagesGetResult_message.set(this, void 0);
30
+ _ActionMessagesGetResult_maxDecrease.set(this, void 0);
31
+ _ActionMessagesGetResult_supportedUntil.set(this, void 0);
32
+ _ActionMessagesGetResult_suspendDate.set(this, void 0);
33
+ __classPrivateFieldSet(this, _ActionMessagesGetResult_action, data[ActionMessagesGetResultFields.COLUMN_ACTION], "f");
34
+ __classPrivateFieldSet(this, _ActionMessagesGetResult_message, data[ActionMessagesGetResultFields.COLUMN_MESSAGE], "f");
35
+ __classPrivateFieldSet(this, _ActionMessagesGetResult_maxDecrease, data[ActionMessagesGetResultFields.COLUMN_MAX_DECREASE], "f");
36
+ __classPrivateFieldSet(this, _ActionMessagesGetResult_supportedUntil, data[ActionMessagesGetResultFields.COLUMN_SUPPORTED_UNTIL], "f");
37
+ __classPrivateFieldSet(this, _ActionMessagesGetResult_suspendDate, data[ActionMessagesGetResultFields.COLUMN_SUSPEND_DATE], "f");
40
38
  }
41
39
  get action() {
42
- return __classPrivateFieldGet(this, _action);
40
+ return __classPrivateFieldGet(this, _ActionMessagesGetResult_action, "f");
43
41
  }
44
42
  get message() {
45
- return __classPrivateFieldGet(this, _message);
43
+ return __classPrivateFieldGet(this, _ActionMessagesGetResult_message, "f");
46
44
  }
47
45
  get maxDecrease() {
48
- return __classPrivateFieldGet(this, _maxDecrease);
46
+ return __classPrivateFieldGet(this, _ActionMessagesGetResult_maxDecrease, "f");
49
47
  }
50
48
  get supportedUntil() {
51
- return __classPrivateFieldGet(this, _supportedUntil);
49
+ return __classPrivateFieldGet(this, _ActionMessagesGetResult_supportedUntil, "f");
52
50
  }
53
51
  get suspendDate() {
54
- return __classPrivateFieldGet(this, _suspendDate);
52
+ return __classPrivateFieldGet(this, _ActionMessagesGetResult_suspendDate, "f");
55
53
  }
56
54
  toJSON() {
57
55
  return {
@@ -65,5 +63,5 @@ class ActionMessagesGetResult extends abstractEntity_1.AbstractEntity {
65
63
  }
66
64
  }
67
65
  exports.ActionMessagesGetResult = ActionMessagesGetResult;
68
- _action = new WeakMap(), _message = new WeakMap(), _maxDecrease = new WeakMap(), _supportedUntil = new WeakMap(), _suspendDate = new WeakMap();
66
+ _ActionMessagesGetResult_action = new WeakMap(), _ActionMessagesGetResult_message = new WeakMap(), _ActionMessagesGetResult_maxDecrease = new WeakMap(), _ActionMessagesGetResult_supportedUntil = new WeakMap(), _ActionMessagesGetResult_suspendDate = new WeakMap();
69
67
  //# sourceMappingURL=actionMessagesGetResult.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 _history, _update, _increaseSeats, _decreaseSeats, _addons_catalog, _suspend, _reactivate, _autoRenewOff, _autoRenewOn, _cancel;
13
+ var _ActionsGetResult_history, _ActionsGetResult_update, _ActionsGetResult_increaseSeats, _ActionsGetResult_decreaseSeats, _ActionsGetResult_addons_catalog, _ActionsGetResult_suspend, _ActionsGetResult_reactivate, _ActionsGetResult_autoRenewOff, _ActionsGetResult_autoRenewOn, _ActionsGetResult_cancel;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.ActionsGetResult = exports.ActionsGetFields = void 0;
18
16
  const abstractEntity_1 = require("../../../abstractEntity");
@@ -32,56 +30,56 @@ var ActionsGetFields;
32
30
  class ActionsGetResult extends abstractEntity_1.AbstractEntity {
33
31
  constructor(data) {
34
32
  super(data);
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]);
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");
55
53
  }
56
54
  get history() {
57
- return __classPrivateFieldGet(this, _history);
55
+ return __classPrivateFieldGet(this, _ActionsGetResult_history, "f");
58
56
  }
59
57
  get update() {
60
- return __classPrivateFieldGet(this, _update);
58
+ return __classPrivateFieldGet(this, _ActionsGetResult_update, "f");
61
59
  }
62
60
  get increaseSeats() {
63
- return __classPrivateFieldGet(this, _increaseSeats);
61
+ return __classPrivateFieldGet(this, _ActionsGetResult_increaseSeats, "f");
64
62
  }
65
63
  get decreaseSeats() {
66
- return __classPrivateFieldGet(this, _decreaseSeats);
64
+ return __classPrivateFieldGet(this, _ActionsGetResult_decreaseSeats, "f");
67
65
  }
68
66
  get addonsCatalog() {
69
- return __classPrivateFieldGet(this, _addons_catalog);
67
+ return __classPrivateFieldGet(this, _ActionsGetResult_addons_catalog, "f");
70
68
  }
71
69
  get suspend() {
72
- return __classPrivateFieldGet(this, _suspend);
70
+ return __classPrivateFieldGet(this, _ActionsGetResult_suspend, "f");
73
71
  }
74
72
  get reactivate() {
75
- return __classPrivateFieldGet(this, _reactivate);
73
+ return __classPrivateFieldGet(this, _ActionsGetResult_reactivate, "f");
76
74
  }
77
75
  get autoRenewOff() {
78
- return __classPrivateFieldGet(this, _autoRenewOff);
76
+ return __classPrivateFieldGet(this, _ActionsGetResult_autoRenewOff, "f");
79
77
  }
80
78
  get autoRenewOn() {
81
- return __classPrivateFieldGet(this, _autoRenewOn);
79
+ return __classPrivateFieldGet(this, _ActionsGetResult_autoRenewOn, "f");
82
80
  }
83
81
  get cancel() {
84
- return __classPrivateFieldGet(this, _cancel);
82
+ return __classPrivateFieldGet(this, _ActionsGetResult_cancel, "f");
85
83
  }
86
84
  toJSON() {
87
85
  return {
@@ -99,5 +97,5 @@ class ActionsGetResult extends abstractEntity_1.AbstractEntity {
99
97
  }
100
98
  }
101
99
  exports.ActionsGetResult = ActionsGetResult;
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();
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();
103
101
  //# sourceMappingURL=actionsGetResult.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 _buy, _sell;
13
+ var _BuySellFindResult_buy, _BuySellFindResult_sell;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.BuySellFindResult = exports.BuySellFields = void 0;
18
16
  const abstractEntity_1 = require("../../../abstractEntity");
@@ -24,16 +22,16 @@ var BuySellFields;
24
22
  class BuySellFindResult extends abstractEntity_1.AbstractEntity {
25
23
  constructor(data) {
26
24
  super(data);
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]);
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");
31
29
  }
32
30
  get buy() {
33
- return __classPrivateFieldGet(this, _buy);
31
+ return __classPrivateFieldGet(this, _BuySellFindResult_buy, "f");
34
32
  }
35
33
  get sell() {
36
- return __classPrivateFieldGet(this, _sell);
34
+ return __classPrivateFieldGet(this, _BuySellFindResult_sell, "f");
37
35
  }
38
36
  toJSON() {
39
37
  return {
@@ -43,5 +41,5 @@ class BuySellFindResult extends abstractEntity_1.AbstractEntity {
43
41
  }
44
42
  }
45
43
  exports.BuySellFindResult = BuySellFindResult;
46
- _buy = new WeakMap(), _sell = new WeakMap();
44
+ _BuySellFindResult_buy = new WeakMap(), _BuySellFindResult_sell = new WeakMap();
47
45
  //# sourceMappingURL=buySellFindResult.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 _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;
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;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.LicenseGetResult = exports.LicenseGetFields = void 0;
18
16
  const actionsGetResult_1 = require("./actionsGetResult");
@@ -59,163 +57,163 @@ class LicenseGetResult extends abstractEntity_1.AbstractEntity {
59
57
  constructor(licenseGetDataInput) {
60
58
  var _a;
61
59
  super(licenseGetDataInput);
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]
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]
111
109
  ? new actionsGetResult_1.ActionsGetResult(licenseGetDataInput[LicenseGetFields.COLUMN_ACTIONS])
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]);
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");
126
124
  }
127
125
  get id() {
128
- return __classPrivateFieldGet(this, _license_id);
126
+ return __classPrivateFieldGet(this, _LicenseGetResult_license_id, "f");
129
127
  }
130
128
  get parentLicenseId() {
131
- return __classPrivateFieldGet(this, _parent_license_id);
129
+ return __classPrivateFieldGet(this, _LicenseGetResult_parent_license_id, "f");
132
130
  }
133
131
  get friendlyName() {
134
- return __classPrivateFieldGet(this, _friendlyName);
132
+ return __classPrivateFieldGet(this, _LicenseGetResult_friendlyName, "f");
135
133
  }
136
134
  get customerRef() {
137
- return __classPrivateFieldGet(this, _customer_ref);
135
+ return __classPrivateFieldGet(this, _LicenseGetResult_customer_ref, "f");
138
136
  }
139
137
  get state() {
140
- return __classPrivateFieldGet(this, _state);
138
+ return __classPrivateFieldGet(this, _LicenseGetResult_state, "f");
141
139
  }
142
140
  get statusCode() {
143
- return __classPrivateFieldGet(this, _statusCode);
141
+ return __classPrivateFieldGet(this, _LicenseGetResult_statusCode, "f");
144
142
  }
145
143
  get isTrial() {
146
- return __classPrivateFieldGet(this, _isTrial);
144
+ return __classPrivateFieldGet(this, _LicenseGetResult_isTrial, "f");
147
145
  }
148
146
  get isAddon() {
149
- return __classPrivateFieldGet(this, _isAddon);
147
+ return __classPrivateFieldGet(this, _LicenseGetResult_isAddon, "f");
150
148
  }
151
149
  get serviceRef() {
152
- return __classPrivateFieldGet(this, _service_ref);
150
+ return __classPrivateFieldGet(this, _LicenseGetResult_service_ref, "f");
153
151
  }
154
152
  get sku() {
155
- return __classPrivateFieldGet(this, _sku);
153
+ return __classPrivateFieldGet(this, _LicenseGetResult_sku, "f");
156
154
  }
157
155
  get name() {
158
- return __classPrivateFieldGet(this, _name);
156
+ return __classPrivateFieldGet(this, _LicenseGetResult_name, "f");
159
157
  }
160
158
  get seats() {
161
- return __classPrivateFieldGet(this, _seats);
159
+ return __classPrivateFieldGet(this, _LicenseGetResult_seats, "f");
162
160
  }
163
161
  get activeSeats() {
164
- return __classPrivateFieldGet(this, _activeSeats);
162
+ return __classPrivateFieldGet(this, _LicenseGetResult_activeSeats, "f");
165
163
  }
166
164
  get activationDatetime() {
167
- return __classPrivateFieldGet(this, _activation_datetime);
165
+ return __classPrivateFieldGet(this, _LicenseGetResult_activation_datetime, "f");
168
166
  }
169
167
  get expiryDatetime() {
170
- return __classPrivateFieldGet(this, _expiry_datetime);
168
+ return __classPrivateFieldGet(this, _LicenseGetResult_expiry_datetime, "f");
171
169
  }
172
170
  get autoRenew() {
173
- return __classPrivateFieldGet(this, _autoRenew);
171
+ return __classPrivateFieldGet(this, _LicenseGetResult_autoRenew, "f");
174
172
  }
175
173
  get message() {
176
- return __classPrivateFieldGet(this, _message);
174
+ return __classPrivateFieldGet(this, _LicenseGetResult_message, "f");
177
175
  }
178
176
  get actions() {
179
- return __classPrivateFieldGet(this, _actions);
177
+ return __classPrivateFieldGet(this, _LicenseGetResult_actions, "f");
180
178
  }
181
179
  get actionMessages() {
182
- return __classPrivateFieldGet(this, _actionMessages);
180
+ return __classPrivateFieldGet(this, _LicenseGetResult_actionMessages, "f");
183
181
  }
184
182
  get orderReference() {
185
- return __classPrivateFieldGet(this, _order_reference);
183
+ return __classPrivateFieldGet(this, _LicenseGetResult_order_reference, "f");
186
184
  }
187
185
  get order() {
188
- return __classPrivateFieldGet(this, _order);
186
+ return __classPrivateFieldGet(this, _LicenseGetResult_order, "f");
189
187
  }
190
188
  get vendorLicenseId() {
191
- return __classPrivateFieldGet(this, _vendor_license_id);
189
+ return __classPrivateFieldGet(this, _LicenseGetResult_vendor_license_id, "f");
192
190
  }
193
191
  get periodicity() {
194
- return __classPrivateFieldGet(this, _periodicity);
192
+ return __classPrivateFieldGet(this, _LicenseGetResult_periodicity, "f");
195
193
  }
196
194
  get periodicityCode() {
197
- return __classPrivateFieldGet(this, _periodicityCode);
195
+ return __classPrivateFieldGet(this, _LicenseGetResult_periodicityCode, "f");
198
196
  }
199
197
  get term() {
200
- return __classPrivateFieldGet(this, _term);
198
+ return __classPrivateFieldGet(this, _LicenseGetResult_term, "f");
201
199
  }
202
200
  get termCode() {
203
- return __classPrivateFieldGet(this, _termCode);
201
+ return __classPrivateFieldGet(this, _LicenseGetResult_termCode, "f");
204
202
  }
205
203
  get category() {
206
- return __classPrivateFieldGet(this, _category);
204
+ return __classPrivateFieldGet(this, _LicenseGetResult_category, "f");
207
205
  }
208
206
  get program() {
209
- return __classPrivateFieldGet(this, _program);
207
+ return __classPrivateFieldGet(this, _LicenseGetResult_program, "f");
210
208
  }
211
209
  get associatedSubscriptionProgram() {
212
- return __classPrivateFieldGet(this, _associatedSubscriptionProgram);
210
+ return __classPrivateFieldGet(this, _LicenseGetResult_associatedSubscriptionProgram, "f");
213
211
  }
214
212
  get price() {
215
- return __classPrivateFieldGet(this, _price);
213
+ return __classPrivateFieldGet(this, _LicenseGetResult_price, "f");
216
214
  }
217
215
  get arrowSubCategories() {
218
- return __classPrivateFieldGet(this, _arrowSubCategories);
216
+ return __classPrivateFieldGet(this, _LicenseGetResult_arrowSubCategories, "f");
219
217
  }
220
218
  toJSON() {
221
219
  var _a, _b;
@@ -256,5 +254,5 @@ class LicenseGetResult extends abstractEntity_1.AbstractEntity {
256
254
  }
257
255
  }
258
256
  exports.LicenseGetResult = LicenseGetResult;
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();
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();
260
258
  //# sourceMappingURL=licenseGetResult.js.map