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

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