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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/README.md +1 -0
  2. package/build/AbstractHttpClient.d.ts +35 -0
  3. package/build/AbstractHttpClient.js +64 -0
  4. package/build/abstractClient.d.ts +2 -19
  5. package/build/abstractClient.js +3 -22
  6. package/build/abstractEntity.js +14 -16
  7. package/build/abstractGraphQLClient.d.ts +4 -16
  8. package/build/abstractGraphQLClient.js +32 -24
  9. package/build/axiosSingleton.js +2 -2
  10. package/build/campaign/entities/campaign/banners/banners.js +32 -34
  11. package/build/campaign/entities/campaign/campaign.js +51 -53
  12. package/build/campaign/entities/campaign/landingPage/landingPage.js +24 -26
  13. package/build/campaign/entities/campaign/landingPage/landingPageBody.js +35 -37
  14. package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooter.js +29 -31
  15. package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +23 -25
  16. package/build/campaign/entities/campaign/landingPage/landingPageHeader.js +29 -31
  17. package/build/campaign/entities/campaign/rules/rules.js +29 -31
  18. package/build/campaign/entities/campaignAssets/assets/assets.js +17 -19
  19. package/build/campaign/entities/campaignAssets/campaignAssets.js +14 -16
  20. package/build/campaign/entities/v2/campaign/banner/banner.js +32 -34
  21. package/build/campaign/entities/v2/campaign/campaign.js +48 -50
  22. package/build/campaign/entities/v2/campaign/landingPage/landingPage.js +24 -26
  23. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooter.js +34 -36
  24. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +20 -22
  25. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeatureItem.js +32 -34
  26. package/build/campaign/entities/v2/campaign/landingPage/landingPageHeader.js +32 -34
  27. package/build/campaign/entities/v2/campaignList.js +14 -16
  28. package/build/campaign/index.js +5 -1
  29. package/build/cart/entities/index.js +5 -1
  30. package/build/cart/entities/item.js +26 -28
  31. package/build/cart/entities/itemList.js +14 -16
  32. package/build/cart/index.js +5 -1
  33. package/build/catalog/index.js +5 -1
  34. package/build/consumption/entities/bi/consumptionBI.js +28 -30
  35. package/build/consumption/entities/bi/period/period.js +17 -19
  36. package/build/consumption/entities/bi/top/top.js +23 -25
  37. package/build/consumption/entities/consumption/consumption.js +17 -19
  38. package/build/consumption/index.js +5 -1
  39. package/build/contact/entities/contact.js +44 -46
  40. package/build/contact/entities/contactCreate.js +14 -16
  41. package/build/contact/entities/contactList.js +14 -16
  42. package/build/contact/index.js +5 -1
  43. package/build/customers/entities/customers/contact/contact.js +29 -31
  44. package/build/customers/entities/customers/customer.js +71 -73
  45. package/build/customers/entities/customers/customerContact/customerContact.js +38 -40
  46. package/build/customers/entities/customers/customerContact/customerContactList.js +14 -16
  47. package/build/customers/entities/customers/details/details.js +29 -31
  48. package/build/customers/entities/dataCustomers.js +14 -16
  49. package/build/customers/entities/dataInvitation.js +29 -31
  50. package/build/customers/entities/invitations/company/company.js +14 -16
  51. package/build/customers/entities/invitations/contact/invitationContact.js +26 -28
  52. package/build/customers/index.js +5 -1
  53. package/build/exception/exception-handlers/HandleHttpExceptionOutput.d.ts +3 -0
  54. package/build/exception/exception-handlers/HandleHttpExceptionOutput.js +3 -0
  55. package/build/exception/exception-handlers/Hooks.d.ts +3 -0
  56. package/build/exception/exception-handlers/Hooks.js +3 -0
  57. package/build/exception/exception-handlers/HttpExceptionHandler.d.ts +10 -0
  58. package/build/exception/exception-handlers/HttpExceptionHandler.js +3 -0
  59. package/build/exception/exception-handlers/index.d.ts +3 -0
  60. package/build/exception/exception-handlers/index.js +20 -0
  61. package/build/exception/index.js +5 -1
  62. package/build/general/entities/whoAmI.js +59 -61
  63. package/build/general/index.js +5 -1
  64. package/build/getResult.js +21 -23
  65. package/build/index.d.ts +1 -0
  66. package/build/index.js +6 -1
  67. package/build/licenses/entities/filterFindResult.js +17 -19
  68. package/build/licenses/entities/findResult.js +36 -38
  69. package/build/licenses/entities/getLicense/actionMessagesGetResult.js +26 -28
  70. package/build/licenses/entities/getLicense/actionsGetResult.js +41 -43
  71. package/build/licenses/entities/getLicense/buySellFindResult.js +17 -19
  72. package/build/licenses/entities/getLicense/licenseGetResult.js +105 -107
  73. package/build/licenses/entities/getLicense/licensePriceGetResult.js +20 -22
  74. package/build/licenses/entities/getLicense/orderGetResult.js +17 -19
  75. package/build/licenses/entities/getResult/getLicenseResult.js +14 -16
  76. package/build/licenses/entities/history/actionHistoryResult.js +23 -25
  77. package/build/licenses/entities/history/licenceHistoryResult.js +14 -16
  78. package/build/licenses/entities/license/activeSeatsFindResult.js +17 -19
  79. package/build/licenses/entities/license/configFindResult.js +20 -22
  80. package/build/licenses/entities/license/licenseFindResult.js +134 -136
  81. package/build/licenses/entities/license/priceFindResult.js +26 -28
  82. package/build/licenses/entities/license/warningFindResult.js +17 -19
  83. package/build/licenses/entities/offer/actionFlagsFindResult.js +20 -22
  84. package/build/licenses/entities/offer/offerFindResult.js +32 -34
  85. package/build/licenses/entities/offer/priceBandFindResult.js +35 -37
  86. package/build/licenses/entities/offer/priceband/billingFindResult.js +20 -22
  87. package/build/licenses/entities/offer/priceband/identifiers/arrowsphereFindResult.js +14 -16
  88. package/build/licenses/entities/offer/priceband/identifiersFindResult.js +14 -16
  89. package/build/licenses/entities/offer/priceband/priceBandActionFlagsFindResult.js +26 -28
  90. package/build/licenses/entities/offer/priceband/priceBandPriceFindResult.js +20 -22
  91. package/build/licenses/entities/offer/priceband/saleConstraintsFindResult.js +17 -19
  92. package/build/licenses/index.js +5 -1
  93. package/build/orders/entities/dataListOrders.js +14 -16
  94. package/build/orders/entities/orders/order.js +39 -41
  95. package/build/orders/entities/orders/partner/partner.js +17 -19
  96. package/build/orders/entities/orders/products/identifiers/productIdentifiers.js +14 -16
  97. package/build/orders/entities/orders/products/identifiers/vendor/identifiersVendor.js +14 -16
  98. package/build/orders/entities/orders/products/prices/productPrices.js +32 -34
  99. package/build/orders/entities/orders/products/products.js +56 -58
  100. package/build/orders/entities/orders/products/program/productProgram.js +14 -16
  101. package/build/orders/entities/referenceLink.js +17 -19
  102. package/build/orders/index.js +5 -1
  103. package/build/pagination.js +29 -31
  104. package/build/security/index.js +5 -1
  105. package/build/security/register/entity/registrationLink.js +14 -16
  106. package/build/security/register/index.js +5 -1
  107. package/build/security/standards/entities/checks/checks.js +17 -19
  108. package/build/security/standards/entities/checks/securityChecks.js +38 -40
  109. package/build/security/standards/entities/resources/resources.js +26 -28
  110. package/build/security/standards/entities/resources/securityResources.js +17 -19
  111. package/build/security/standards/entities/standards/securityStandards.js +29 -31
  112. package/build/security/standards/entities/standards/standards.js +17 -19
  113. package/build/security/standards/index.js +5 -1
  114. package/build/securityScore/index.d.ts +2 -0
  115. package/build/securityScore/index.js +19 -0
  116. package/build/securityScore/securityScoreGraphQLClient.d.ts +17 -0
  117. package/build/securityScore/securityScoreGraphQLClient.js +35 -0
  118. package/build/securityScore/types/queryArguments.d.ts +72 -0
  119. package/build/securityScore/types/queryArguments.js +57 -0
  120. package/build/securityScore/types/securityScoreGraphQLQueries.d.ts +43 -0
  121. package/build/securityScore/types/securityScoreGraphQLQueries.js +3 -0
  122. package/build/securityScore/types/securityScoreGraphQLTypes.d.ts +144 -0
  123. package/build/securityScore/types/securityScoreGraphQLTypes.js +3 -0
  124. package/build/shared/index.js +5 -1
  125. package/build/subscriptions/entities/subscription.js +56 -58
  126. package/build/subscriptions/entities/subscriptionsListResult.js +39 -41
  127. package/build/subscriptions/index.js +5 -1
  128. package/build/supportCenter/entities/issue/attachment.js +27 -29
  129. package/build/supportCenter/entities/issue/comment.js +29 -31
  130. package/build/supportCenter/entities/issue/issue.js +106 -108
  131. package/build/supportCenter/entities/topic.js +30 -32
  132. package/build/supportCenter/index.js +5 -1
  133. package/package.json +5 -3
@@ -1,18 +1,16 @@
1
1
  "use strict";
2
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
3
- if (!privateMap.has(receiver)) {
4
- throw new TypeError("attempted to set private field on non-instance");
5
- }
6
- privateMap.set(receiver, value);
7
- return value;
2
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
3
+ if (kind === "m") throw new TypeError("Private method is not writable");
4
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
5
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
6
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
8
7
  };
9
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
10
- if (!privateMap.has(receiver)) {
11
- throw new TypeError("attempted to get private field on non-instance");
12
- }
13
- return privateMap.get(receiver);
8
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
9
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
10
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
14
12
  };
15
- var _url, _header, _body, _footer;
13
+ var _LandingPage_url, _LandingPage_header, _LandingPage_body, _LandingPage_footer;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.LandingPage = exports.LandingPageFields = void 0;
18
16
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -29,28 +27,28 @@ var LandingPageFields;
29
27
  class LandingPage extends abstractEntity_1.AbstractEntity {
30
28
  constructor(landingPageInput) {
31
29
  super(landingPageInput);
32
- _url.set(this, void 0);
33
- _header.set(this, void 0);
34
- _body.set(this, void 0);
35
- _footer.set(this, void 0);
36
- __classPrivateFieldSet(this, _url, landingPageInput[LandingPageFields.COLUMN_URL]);
37
- __classPrivateFieldSet(this, _header, new landingPageHeader_1.LandingPageHeader(landingPageInput[LandingPageFields.COLUMN_HEADER]));
38
- __classPrivateFieldSet(this, _body, new landingPageBody_1.LandingPageBody(landingPageInput[LandingPageFields.COLUMN_BODY]));
39
- __classPrivateFieldSet(this, _footer, landingPageInput[LandingPageFields.COLUMN_FOOTER]
30
+ _LandingPage_url.set(this, void 0);
31
+ _LandingPage_header.set(this, void 0);
32
+ _LandingPage_body.set(this, void 0);
33
+ _LandingPage_footer.set(this, void 0);
34
+ __classPrivateFieldSet(this, _LandingPage_url, landingPageInput[LandingPageFields.COLUMN_URL], "f");
35
+ __classPrivateFieldSet(this, _LandingPage_header, new landingPageHeader_1.LandingPageHeader(landingPageInput[LandingPageFields.COLUMN_HEADER]), "f");
36
+ __classPrivateFieldSet(this, _LandingPage_body, new landingPageBody_1.LandingPageBody(landingPageInput[LandingPageFields.COLUMN_BODY]), "f");
37
+ __classPrivateFieldSet(this, _LandingPage_footer, landingPageInput[LandingPageFields.COLUMN_FOOTER]
40
38
  ? new landingPageFooter_1.LandingPageFooter(landingPageInput[LandingPageFields.COLUMN_FOOTER])
41
- : undefined);
39
+ : undefined, "f");
42
40
  }
43
41
  get url() {
44
- return __classPrivateFieldGet(this, _url);
42
+ return __classPrivateFieldGet(this, _LandingPage_url, "f");
45
43
  }
46
44
  get header() {
47
- return __classPrivateFieldGet(this, _header);
45
+ return __classPrivateFieldGet(this, _LandingPage_header, "f");
48
46
  }
49
47
  get body() {
50
- return __classPrivateFieldGet(this, _body);
48
+ return __classPrivateFieldGet(this, _LandingPage_body, "f");
51
49
  }
52
50
  get footer() {
53
- return __classPrivateFieldGet(this, _footer);
51
+ return __classPrivateFieldGet(this, _LandingPage_footer, "f");
54
52
  }
55
53
  toJSON() {
56
54
  var _a;
@@ -63,5 +61,5 @@ class LandingPage extends abstractEntity_1.AbstractEntity {
63
61
  }
64
62
  }
65
63
  exports.LandingPage = LandingPage;
66
- _url = new WeakMap(), _header = new WeakMap(), _body = new WeakMap(), _footer = new WeakMap();
64
+ _LandingPage_url = new WeakMap(), _LandingPage_header = new WeakMap(), _LandingPage_body = new WeakMap(), _LandingPage_footer = new WeakMap();
67
65
  //# sourceMappingURL=landingPage.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 _backgroundImageUuid, _backgroundColor, _type, _title, _description, _videoUrl, _buttonText, _contactEmail;
13
+ var _LandingPageBody_backgroundImageUuid, _LandingPageBody_backgroundColor, _LandingPageBody_type, _LandingPageBody_title, _LandingPageBody_description, _LandingPageBody_videoUrl, _LandingPageBody_buttonText, _LandingPageBody_contactEmail;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.LandingPageBody = exports.LandingPageBodyFields = void 0;
18
16
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -30,46 +28,46 @@ var LandingPageBodyFields;
30
28
  class LandingPageBody extends abstractEntity_1.AbstractEntity {
31
29
  constructor(landingPageBodyInput) {
32
30
  super(landingPageBodyInput);
33
- _backgroundImageUuid.set(this, void 0);
34
- _backgroundColor.set(this, void 0);
35
- _type.set(this, void 0);
36
- _title.set(this, void 0);
37
- _description.set(this, void 0);
38
- _videoUrl.set(this, void 0);
39
- _buttonText.set(this, void 0);
40
- _contactEmail.set(this, void 0);
41
- __classPrivateFieldSet(this, _backgroundImageUuid, landingPageBodyInput[LandingPageBodyFields.COLUMN_BACKGROUND_IMAGE_UUID]);
42
- __classPrivateFieldSet(this, _backgroundColor, landingPageBodyInput[LandingPageBodyFields.COLUMN_BACKGROUND_COLOR]);
43
- __classPrivateFieldSet(this, _type, landingPageBodyInput[LandingPageBodyFields.COLUMN_TYPE]);
44
- __classPrivateFieldSet(this, _title, landingPageBodyInput[LandingPageBodyFields.COLUMN_TITLE]);
45
- __classPrivateFieldSet(this, _description, landingPageBodyInput[LandingPageBodyFields.COLUMN_DESCRIPTION]);
46
- __classPrivateFieldSet(this, _videoUrl, landingPageBodyInput[LandingPageBodyFields.COLUMN_VIDEO_URL]);
47
- __classPrivateFieldSet(this, _buttonText, landingPageBodyInput[LandingPageBodyFields.COLUMN_BUTTON_TEXT]);
48
- __classPrivateFieldSet(this, _contactEmail, landingPageBodyInput[LandingPageBodyFields.COLUMN_CONTACT_EMAIL]);
31
+ _LandingPageBody_backgroundImageUuid.set(this, void 0);
32
+ _LandingPageBody_backgroundColor.set(this, void 0);
33
+ _LandingPageBody_type.set(this, void 0);
34
+ _LandingPageBody_title.set(this, void 0);
35
+ _LandingPageBody_description.set(this, void 0);
36
+ _LandingPageBody_videoUrl.set(this, void 0);
37
+ _LandingPageBody_buttonText.set(this, void 0);
38
+ _LandingPageBody_contactEmail.set(this, void 0);
39
+ __classPrivateFieldSet(this, _LandingPageBody_backgroundImageUuid, landingPageBodyInput[LandingPageBodyFields.COLUMN_BACKGROUND_IMAGE_UUID], "f");
40
+ __classPrivateFieldSet(this, _LandingPageBody_backgroundColor, landingPageBodyInput[LandingPageBodyFields.COLUMN_BACKGROUND_COLOR], "f");
41
+ __classPrivateFieldSet(this, _LandingPageBody_type, landingPageBodyInput[LandingPageBodyFields.COLUMN_TYPE], "f");
42
+ __classPrivateFieldSet(this, _LandingPageBody_title, landingPageBodyInput[LandingPageBodyFields.COLUMN_TITLE], "f");
43
+ __classPrivateFieldSet(this, _LandingPageBody_description, landingPageBodyInput[LandingPageBodyFields.COLUMN_DESCRIPTION], "f");
44
+ __classPrivateFieldSet(this, _LandingPageBody_videoUrl, landingPageBodyInput[LandingPageBodyFields.COLUMN_VIDEO_URL], "f");
45
+ __classPrivateFieldSet(this, _LandingPageBody_buttonText, landingPageBodyInput[LandingPageBodyFields.COLUMN_BUTTON_TEXT], "f");
46
+ __classPrivateFieldSet(this, _LandingPageBody_contactEmail, landingPageBodyInput[LandingPageBodyFields.COLUMN_CONTACT_EMAIL], "f");
49
47
  }
50
48
  get backgroundImageUuid() {
51
- return __classPrivateFieldGet(this, _backgroundImageUuid);
49
+ return __classPrivateFieldGet(this, _LandingPageBody_backgroundImageUuid, "f");
52
50
  }
53
51
  get backgroundColor() {
54
- return __classPrivateFieldGet(this, _backgroundColor);
52
+ return __classPrivateFieldGet(this, _LandingPageBody_backgroundColor, "f");
55
53
  }
56
54
  get type() {
57
- return __classPrivateFieldGet(this, _type);
55
+ return __classPrivateFieldGet(this, _LandingPageBody_type, "f");
58
56
  }
59
57
  get title() {
60
- return __classPrivateFieldGet(this, _title);
58
+ return __classPrivateFieldGet(this, _LandingPageBody_title, "f");
61
59
  }
62
60
  get description() {
63
- return __classPrivateFieldGet(this, _description);
61
+ return __classPrivateFieldGet(this, _LandingPageBody_description, "f");
64
62
  }
65
63
  get videoUrl() {
66
- return __classPrivateFieldGet(this, _videoUrl);
64
+ return __classPrivateFieldGet(this, _LandingPageBody_videoUrl, "f");
67
65
  }
68
66
  get buttonText() {
69
- return __classPrivateFieldGet(this, _buttonText);
67
+ return __classPrivateFieldGet(this, _LandingPageBody_buttonText, "f");
70
68
  }
71
69
  get contactEmail() {
72
- return __classPrivateFieldGet(this, _contactEmail);
70
+ return __classPrivateFieldGet(this, _LandingPageBody_contactEmail, "f");
73
71
  }
74
72
  toJSON() {
75
73
  return {
@@ -86,5 +84,5 @@ class LandingPageBody extends abstractEntity_1.AbstractEntity {
86
84
  }
87
85
  }
88
86
  exports.LandingPageBody = LandingPageBody;
89
- _backgroundImageUuid = new WeakMap(), _backgroundColor = new WeakMap(), _type = new WeakMap(), _title = new WeakMap(), _description = new WeakMap(), _videoUrl = new WeakMap(), _buttonText = new WeakMap(), _contactEmail = new WeakMap();
87
+ _LandingPageBody_backgroundImageUuid = new WeakMap(), _LandingPageBody_backgroundColor = new WeakMap(), _LandingPageBody_type = new WeakMap(), _LandingPageBody_title = new WeakMap(), _LandingPageBody_description = new WeakMap(), _LandingPageBody_videoUrl = new WeakMap(), _LandingPageBody_buttonText = new WeakMap(), _LandingPageBody_contactEmail = new WeakMap();
90
88
  //# sourceMappingURL=landingPageBody.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 _title, _backgroundColor, _buttonText, _buttonUrl, _textColor, _features;
13
+ var _LandingPageFooter_title, _LandingPageFooter_backgroundColor, _LandingPageFooter_buttonText, _LandingPageFooter_buttonUrl, _LandingPageFooter_textColor, _LandingPageFooter_features;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.LandingPageFooter = exports.LandingPageFooterFields = void 0;
18
16
  const abstractEntity_1 = require("../../../../../abstractEntity");
@@ -30,36 +28,36 @@ class LandingPageFooter extends abstractEntity_1.AbstractEntity {
30
28
  constructor(landingPageFooterInput) {
31
29
  var _a;
32
30
  super(landingPageFooterInput);
33
- _title.set(this, void 0);
34
- _backgroundColor.set(this, void 0);
35
- _buttonText.set(this, void 0);
36
- _buttonUrl.set(this, void 0);
37
- _textColor.set(this, void 0);
38
- _features.set(this, void 0);
39
- __classPrivateFieldSet(this, _title, landingPageFooterInput[LandingPageFooterFields.COLUMN_TITLE]);
40
- __classPrivateFieldSet(this, _backgroundColor, landingPageFooterInput[LandingPageFooterFields.COLUMN_BACKGROUND_COLOR]);
41
- __classPrivateFieldSet(this, _buttonText, landingPageFooterInput[LandingPageFooterFields.COLUMN_BUTTON_TEXT]);
42
- __classPrivateFieldSet(this, _buttonUrl, landingPageFooterInput[LandingPageFooterFields.COLUMN_BUTTON_URL]);
43
- __classPrivateFieldSet(this, _textColor, landingPageFooterInput[LandingPageFooterFields.COLUMN_TEXT_COLOR]);
44
- __classPrivateFieldSet(this, _features, (_a = landingPageFooterInput[LandingPageFooterFields.COLUMN_FEATURES]) === null || _a === void 0 ? void 0 : _a.map((landingPageFooterFeature) => new landingPageFooterFeature_1.LandingPageFooterFeature(landingPageFooterFeature)));
31
+ _LandingPageFooter_title.set(this, void 0);
32
+ _LandingPageFooter_backgroundColor.set(this, void 0);
33
+ _LandingPageFooter_buttonText.set(this, void 0);
34
+ _LandingPageFooter_buttonUrl.set(this, void 0);
35
+ _LandingPageFooter_textColor.set(this, void 0);
36
+ _LandingPageFooter_features.set(this, void 0);
37
+ __classPrivateFieldSet(this, _LandingPageFooter_title, landingPageFooterInput[LandingPageFooterFields.COLUMN_TITLE], "f");
38
+ __classPrivateFieldSet(this, _LandingPageFooter_backgroundColor, landingPageFooterInput[LandingPageFooterFields.COLUMN_BACKGROUND_COLOR], "f");
39
+ __classPrivateFieldSet(this, _LandingPageFooter_buttonText, landingPageFooterInput[LandingPageFooterFields.COLUMN_BUTTON_TEXT], "f");
40
+ __classPrivateFieldSet(this, _LandingPageFooter_buttonUrl, landingPageFooterInput[LandingPageFooterFields.COLUMN_BUTTON_URL], "f");
41
+ __classPrivateFieldSet(this, _LandingPageFooter_textColor, landingPageFooterInput[LandingPageFooterFields.COLUMN_TEXT_COLOR], "f");
42
+ __classPrivateFieldSet(this, _LandingPageFooter_features, (_a = landingPageFooterInput[LandingPageFooterFields.COLUMN_FEATURES]) === null || _a === void 0 ? void 0 : _a.map((landingPageFooterFeature) => new landingPageFooterFeature_1.LandingPageFooterFeature(landingPageFooterFeature)), "f");
45
43
  }
46
44
  get title() {
47
- return __classPrivateFieldGet(this, _title);
45
+ return __classPrivateFieldGet(this, _LandingPageFooter_title, "f");
48
46
  }
49
47
  get backgroundColor() {
50
- return __classPrivateFieldGet(this, _backgroundColor);
48
+ return __classPrivateFieldGet(this, _LandingPageFooter_backgroundColor, "f");
51
49
  }
52
50
  get buttonText() {
53
- return __classPrivateFieldGet(this, _buttonText);
51
+ return __classPrivateFieldGet(this, _LandingPageFooter_buttonText, "f");
54
52
  }
55
53
  get buttonUrl() {
56
- return __classPrivateFieldGet(this, _buttonUrl);
54
+ return __classPrivateFieldGet(this, _LandingPageFooter_buttonUrl, "f");
57
55
  }
58
56
  get textColor() {
59
- return __classPrivateFieldGet(this, _textColor);
57
+ return __classPrivateFieldGet(this, _LandingPageFooter_textColor, "f");
60
58
  }
61
59
  get features() {
62
- return __classPrivateFieldGet(this, _features);
60
+ return __classPrivateFieldGet(this, _LandingPageFooter_features, "f");
63
61
  }
64
62
  toJSON() {
65
63
  var _a;
@@ -74,5 +72,5 @@ class LandingPageFooter extends abstractEntity_1.AbstractEntity {
74
72
  }
75
73
  }
76
74
  exports.LandingPageFooter = LandingPageFooter;
77
- _title = new WeakMap(), _backgroundColor = new WeakMap(), _buttonText = new WeakMap(), _buttonUrl = new WeakMap(), _textColor = new WeakMap(), _features = new WeakMap();
75
+ _LandingPageFooter_title = new WeakMap(), _LandingPageFooter_backgroundColor = new WeakMap(), _LandingPageFooter_buttonText = new WeakMap(), _LandingPageFooter_buttonUrl = new WeakMap(), _LandingPageFooter_textColor = new WeakMap(), _LandingPageFooter_features = new WeakMap();
78
76
  //# sourceMappingURL=landingPageFooter.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 _title, _description, _icon, _size;
13
+ var _LandingPageFooterFeature_title, _LandingPageFooterFeature_description, _LandingPageFooterFeature_icon, _LandingPageFooterFeature_size;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.LandingPageFooterFeature = exports.LandingPageFooterFeatureFields = void 0;
18
16
  const abstractEntity_1 = require("../../../../../abstractEntity");
@@ -26,26 +24,26 @@ var LandingPageFooterFeatureFields;
26
24
  class LandingPageFooterFeature extends abstractEntity_1.AbstractEntity {
27
25
  constructor(landingPageFooterFeatureInput) {
28
26
  super(landingPageFooterFeatureInput);
29
- _title.set(this, void 0);
30
- _description.set(this, void 0);
31
- _icon.set(this, void 0);
32
- _size.set(this, void 0);
33
- __classPrivateFieldSet(this, _title, landingPageFooterFeatureInput[LandingPageFooterFeatureFields.COLUMN_TITLE]);
34
- __classPrivateFieldSet(this, _description, landingPageFooterFeatureInput[LandingPageFooterFeatureFields.COLUMN_DESCRIPTION]);
35
- __classPrivateFieldSet(this, _icon, landingPageFooterFeatureInput[LandingPageFooterFeatureFields.COLUMN_ICON]);
36
- __classPrivateFieldSet(this, _size, landingPageFooterFeatureInput[LandingPageFooterFeatureFields.COLUMN_SIZE]);
27
+ _LandingPageFooterFeature_title.set(this, void 0);
28
+ _LandingPageFooterFeature_description.set(this, void 0);
29
+ _LandingPageFooterFeature_icon.set(this, void 0);
30
+ _LandingPageFooterFeature_size.set(this, void 0);
31
+ __classPrivateFieldSet(this, _LandingPageFooterFeature_title, landingPageFooterFeatureInput[LandingPageFooterFeatureFields.COLUMN_TITLE], "f");
32
+ __classPrivateFieldSet(this, _LandingPageFooterFeature_description, landingPageFooterFeatureInput[LandingPageFooterFeatureFields.COLUMN_DESCRIPTION], "f");
33
+ __classPrivateFieldSet(this, _LandingPageFooterFeature_icon, landingPageFooterFeatureInput[LandingPageFooterFeatureFields.COLUMN_ICON], "f");
34
+ __classPrivateFieldSet(this, _LandingPageFooterFeature_size, landingPageFooterFeatureInput[LandingPageFooterFeatureFields.COLUMN_SIZE], "f");
37
35
  }
38
36
  get title() {
39
- return __classPrivateFieldGet(this, _title);
37
+ return __classPrivateFieldGet(this, _LandingPageFooterFeature_title, "f");
40
38
  }
41
39
  get description() {
42
- return __classPrivateFieldGet(this, _description);
40
+ return __classPrivateFieldGet(this, _LandingPageFooterFeature_description, "f");
43
41
  }
44
42
  get icon() {
45
- return __classPrivateFieldGet(this, _icon);
43
+ return __classPrivateFieldGet(this, _LandingPageFooterFeature_icon, "f");
46
44
  }
47
45
  get size() {
48
- return __classPrivateFieldGet(this, _size);
46
+ return __classPrivateFieldGet(this, _LandingPageFooterFeature_size, "f");
49
47
  }
50
48
  toJSON() {
51
49
  return {
@@ -57,5 +55,5 @@ class LandingPageFooterFeature extends abstractEntity_1.AbstractEntity {
57
55
  }
58
56
  }
59
57
  exports.LandingPageFooterFeature = LandingPageFooterFeature;
60
- _title = new WeakMap(), _description = new WeakMap(), _icon = new WeakMap(), _size = new WeakMap();
58
+ _LandingPageFooterFeature_title = new WeakMap(), _LandingPageFooterFeature_description = new WeakMap(), _LandingPageFooterFeature_icon = new WeakMap(), _LandingPageFooterFeature_size = new WeakMap();
61
59
  //# sourceMappingURL=landingPageFooterFeature.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 _backgroundImageUuid, _vendorLogoUuid, _title, _backgroundColor, _baseline, _textColor;
13
+ var _LandingPageHeader_backgroundImageUuid, _LandingPageHeader_vendorLogoUuid, _LandingPageHeader_title, _LandingPageHeader_backgroundColor, _LandingPageHeader_baseline, _LandingPageHeader_textColor;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.LandingPageHeader = exports.LandingPageHeaderFields = void 0;
18
16
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -28,36 +26,36 @@ var LandingPageHeaderFields;
28
26
  class LandingPageHeader extends abstractEntity_1.AbstractEntity {
29
27
  constructor(landingPageHeaderInput) {
30
28
  super(landingPageHeaderInput);
31
- _backgroundImageUuid.set(this, void 0);
32
- _vendorLogoUuid.set(this, void 0);
33
- _title.set(this, void 0);
34
- _backgroundColor.set(this, void 0);
35
- _baseline.set(this, void 0);
36
- _textColor.set(this, void 0);
37
- __classPrivateFieldSet(this, _backgroundImageUuid, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_BACKGROUND_IMAGE_UUID]);
38
- __classPrivateFieldSet(this, _vendorLogoUuid, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_VENDOR_LOGO_UUID]);
39
- __classPrivateFieldSet(this, _title, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_TITLE]);
40
- __classPrivateFieldSet(this, _backgroundColor, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_BACKGROUND_COLOR]);
41
- __classPrivateFieldSet(this, _baseline, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_BASELINE]);
42
- __classPrivateFieldSet(this, _textColor, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_TEXT_COLOR]);
29
+ _LandingPageHeader_backgroundImageUuid.set(this, void 0);
30
+ _LandingPageHeader_vendorLogoUuid.set(this, void 0);
31
+ _LandingPageHeader_title.set(this, void 0);
32
+ _LandingPageHeader_backgroundColor.set(this, void 0);
33
+ _LandingPageHeader_baseline.set(this, void 0);
34
+ _LandingPageHeader_textColor.set(this, void 0);
35
+ __classPrivateFieldSet(this, _LandingPageHeader_backgroundImageUuid, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_BACKGROUND_IMAGE_UUID], "f");
36
+ __classPrivateFieldSet(this, _LandingPageHeader_vendorLogoUuid, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_VENDOR_LOGO_UUID], "f");
37
+ __classPrivateFieldSet(this, _LandingPageHeader_title, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_TITLE], "f");
38
+ __classPrivateFieldSet(this, _LandingPageHeader_backgroundColor, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_BACKGROUND_COLOR], "f");
39
+ __classPrivateFieldSet(this, _LandingPageHeader_baseline, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_BASELINE], "f");
40
+ __classPrivateFieldSet(this, _LandingPageHeader_textColor, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_TEXT_COLOR], "f");
43
41
  }
44
42
  get backgroundImageUuid() {
45
- return __classPrivateFieldGet(this, _backgroundImageUuid);
43
+ return __classPrivateFieldGet(this, _LandingPageHeader_backgroundImageUuid, "f");
46
44
  }
47
45
  get vendorLogoUuid() {
48
- return __classPrivateFieldGet(this, _vendorLogoUuid);
46
+ return __classPrivateFieldGet(this, _LandingPageHeader_vendorLogoUuid, "f");
49
47
  }
50
48
  get title() {
51
- return __classPrivateFieldGet(this, _title);
49
+ return __classPrivateFieldGet(this, _LandingPageHeader_title, "f");
52
50
  }
53
51
  get backgroundColor() {
54
- return __classPrivateFieldGet(this, _backgroundColor);
52
+ return __classPrivateFieldGet(this, _LandingPageHeader_backgroundColor, "f");
55
53
  }
56
54
  get baseline() {
57
- return __classPrivateFieldGet(this, _baseline);
55
+ return __classPrivateFieldGet(this, _LandingPageHeader_baseline, "f");
58
56
  }
59
57
  get textColor() {
60
- return __classPrivateFieldGet(this, _textColor);
58
+ return __classPrivateFieldGet(this, _LandingPageHeader_textColor, "f");
61
59
  }
62
60
  toJSON() {
63
61
  return {
@@ -72,5 +70,5 @@ class LandingPageHeader extends abstractEntity_1.AbstractEntity {
72
70
  }
73
71
  }
74
72
  exports.LandingPageHeader = LandingPageHeader;
75
- _backgroundImageUuid = new WeakMap(), _vendorLogoUuid = new WeakMap(), _title = new WeakMap(), _backgroundColor = new WeakMap(), _baseline = new WeakMap(), _textColor = new WeakMap();
73
+ _LandingPageHeader_backgroundImageUuid = new WeakMap(), _LandingPageHeader_vendorLogoUuid = new WeakMap(), _LandingPageHeader_title = new WeakMap(), _LandingPageHeader_backgroundColor = new WeakMap(), _LandingPageHeader_baseline = new WeakMap(), _LandingPageHeader_textColor = new WeakMap();
76
74
  //# sourceMappingURL=landingPageHeader.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 _locations, _roles, _marketplaces, _subscriptions, _resellers, _endCustomers;
13
+ var _Rules_locations, _Rules_roles, _Rules_marketplaces, _Rules_subscriptions, _Rules_resellers, _Rules_endCustomers;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.Rules = exports.RulesFields = void 0;
18
16
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -28,36 +26,36 @@ var RulesFields;
28
26
  class Rules extends abstractEntity_1.AbstractEntity {
29
27
  constructor(rulesInput) {
30
28
  super(rulesInput);
31
- _locations.set(this, void 0);
32
- _roles.set(this, void 0);
33
- _marketplaces.set(this, void 0);
34
- _subscriptions.set(this, void 0);
35
- _resellers.set(this, void 0);
36
- _endCustomers.set(this, void 0);
37
- __classPrivateFieldSet(this, _locations, rulesInput[RulesFields.COLUMN_LOCATIONS]);
38
- __classPrivateFieldSet(this, _roles, rulesInput[RulesFields.COLUMN_ROLES]);
39
- __classPrivateFieldSet(this, _marketplaces, rulesInput[RulesFields.COLUMN_MARKETPLACES]);
40
- __classPrivateFieldSet(this, _subscriptions, rulesInput[RulesFields.COLUMN_SUBSCRIPTIONS]);
41
- __classPrivateFieldSet(this, _resellers, rulesInput[RulesFields.COLUMN_RESELLERS]);
42
- __classPrivateFieldSet(this, _endCustomers, rulesInput[RulesFields.COLUMN_END_CUSTOMERS]);
29
+ _Rules_locations.set(this, void 0);
30
+ _Rules_roles.set(this, void 0);
31
+ _Rules_marketplaces.set(this, void 0);
32
+ _Rules_subscriptions.set(this, void 0);
33
+ _Rules_resellers.set(this, void 0);
34
+ _Rules_endCustomers.set(this, void 0);
35
+ __classPrivateFieldSet(this, _Rules_locations, rulesInput[RulesFields.COLUMN_LOCATIONS], "f");
36
+ __classPrivateFieldSet(this, _Rules_roles, rulesInput[RulesFields.COLUMN_ROLES], "f");
37
+ __classPrivateFieldSet(this, _Rules_marketplaces, rulesInput[RulesFields.COLUMN_MARKETPLACES], "f");
38
+ __classPrivateFieldSet(this, _Rules_subscriptions, rulesInput[RulesFields.COLUMN_SUBSCRIPTIONS], "f");
39
+ __classPrivateFieldSet(this, _Rules_resellers, rulesInput[RulesFields.COLUMN_RESELLERS], "f");
40
+ __classPrivateFieldSet(this, _Rules_endCustomers, rulesInput[RulesFields.COLUMN_END_CUSTOMERS], "f");
43
41
  }
44
42
  get locations() {
45
- return __classPrivateFieldGet(this, _locations);
43
+ return __classPrivateFieldGet(this, _Rules_locations, "f");
46
44
  }
47
45
  get roles() {
48
- return __classPrivateFieldGet(this, _roles);
46
+ return __classPrivateFieldGet(this, _Rules_roles, "f");
49
47
  }
50
48
  get marketplaces() {
51
- return __classPrivateFieldGet(this, _marketplaces);
49
+ return __classPrivateFieldGet(this, _Rules_marketplaces, "f");
52
50
  }
53
51
  get subscriptions() {
54
- return __classPrivateFieldGet(this, _subscriptions);
52
+ return __classPrivateFieldGet(this, _Rules_subscriptions, "f");
55
53
  }
56
54
  get resellers() {
57
- return __classPrivateFieldGet(this, _resellers);
55
+ return __classPrivateFieldGet(this, _Rules_resellers, "f");
58
56
  }
59
57
  get endCustomers() {
60
- return __classPrivateFieldGet(this, _endCustomers);
58
+ return __classPrivateFieldGet(this, _Rules_endCustomers, "f");
61
59
  }
62
60
  toJSON() {
63
61
  return {
@@ -71,5 +69,5 @@ class Rules extends abstractEntity_1.AbstractEntity {
71
69
  }
72
70
  }
73
71
  exports.Rules = Rules;
74
- _locations = new WeakMap(), _roles = new WeakMap(), _marketplaces = new WeakMap(), _subscriptions = new WeakMap(), _resellers = new WeakMap(), _endCustomers = new WeakMap();
72
+ _Rules_locations = new WeakMap(), _Rules_roles = new WeakMap(), _Rules_marketplaces = new WeakMap(), _Rules_subscriptions = new WeakMap(), _Rules_resellers = new WeakMap(), _Rules_endCustomers = new WeakMap();
75
73
  //# sourceMappingURL=rules.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 _uuid, _url;
13
+ var _Assets_uuid, _Assets_url;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.Assets = exports.AssetsFields = void 0;
18
16
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -24,16 +22,16 @@ var AssetsFields;
24
22
  class Assets extends abstractEntity_1.AbstractEntity {
25
23
  constructor(assetsInput) {
26
24
  super(assetsInput);
27
- _uuid.set(this, void 0);
28
- _url.set(this, void 0);
29
- __classPrivateFieldSet(this, _uuid, assetsInput[AssetsFields.COLUMN_UUID]);
30
- __classPrivateFieldSet(this, _url, assetsInput[AssetsFields.COLUMN_URL]);
25
+ _Assets_uuid.set(this, void 0);
26
+ _Assets_url.set(this, void 0);
27
+ __classPrivateFieldSet(this, _Assets_uuid, assetsInput[AssetsFields.COLUMN_UUID], "f");
28
+ __classPrivateFieldSet(this, _Assets_url, assetsInput[AssetsFields.COLUMN_URL], "f");
31
29
  }
32
30
  get uuid() {
33
- return __classPrivateFieldGet(this, _uuid);
31
+ return __classPrivateFieldGet(this, _Assets_uuid, "f");
34
32
  }
35
33
  get url() {
36
- return __classPrivateFieldGet(this, _url);
34
+ return __classPrivateFieldGet(this, _Assets_url, "f");
37
35
  }
38
36
  toJSON() {
39
37
  return {
@@ -43,5 +41,5 @@ class Assets extends abstractEntity_1.AbstractEntity {
43
41
  }
44
42
  }
45
43
  exports.Assets = Assets;
46
- _uuid = new WeakMap(), _url = new WeakMap();
44
+ _Assets_uuid = new WeakMap(), _Assets_url = new WeakMap();
47
45
  //# sourceMappingURL=assets.js.map