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

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 (118) hide show
  1. package/build/abstractEntity.js +14 -16
  2. package/build/abstractGraphQLClient.d.ts +2 -1
  3. package/build/abstractGraphQLClient.js +32 -7
  4. package/build/axiosSingleton.js +2 -2
  5. package/build/campaign/entities/campaign/banners/banners.js +32 -34
  6. package/build/campaign/entities/campaign/campaign.js +51 -53
  7. package/build/campaign/entities/campaign/landingPage/landingPage.js +24 -26
  8. package/build/campaign/entities/campaign/landingPage/landingPageBody.js +35 -37
  9. package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooter.js +29 -31
  10. package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +23 -25
  11. package/build/campaign/entities/campaign/landingPage/landingPageHeader.js +29 -31
  12. package/build/campaign/entities/campaign/rules/rules.js +29 -31
  13. package/build/campaign/entities/campaignAssets/assets/assets.js +17 -19
  14. package/build/campaign/entities/campaignAssets/campaignAssets.js +14 -16
  15. package/build/campaign/entities/v2/campaign/banner/banner.js +32 -34
  16. package/build/campaign/entities/v2/campaign/campaign.js +48 -50
  17. package/build/campaign/entities/v2/campaign/landingPage/landingPage.js +24 -26
  18. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooter.js +34 -36
  19. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +20 -22
  20. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeatureItem.js +32 -34
  21. package/build/campaign/entities/v2/campaign/landingPage/landingPageHeader.js +32 -34
  22. package/build/campaign/entities/v2/campaignList.js +14 -16
  23. package/build/campaign/index.js +5 -1
  24. package/build/cart/entities/index.js +5 -1
  25. package/build/cart/entities/item.js +26 -28
  26. package/build/cart/entities/itemList.js +14 -16
  27. package/build/cart/index.js +5 -1
  28. package/build/catalog/catalogGraphQLClient.d.ts +2 -0
  29. package/build/catalog/catalogGraphQLClient.js +4 -1
  30. package/build/catalog/index.js +5 -1
  31. package/build/catalog/types/catalogGraphQLQueries.d.ts +12 -0
  32. package/build/catalog/types/catalogGraphQLQueries.js +3 -0
  33. package/build/catalog/types/catalogGraphQLSchemas.d.ts +30 -0
  34. package/build/catalog/types/catalogGraphQLSchemas.js +4 -0
  35. package/build/catalog/types/catalogGraphQLTypes.js +1 -0
  36. package/build/catalog/types/queryArguments.d.ts +42 -0
  37. package/build/catalog/types/queryArguments.js +9 -0
  38. package/build/consumption/entities/bi/consumptionBI.js +28 -30
  39. package/build/consumption/entities/bi/period/period.js +17 -19
  40. package/build/consumption/entities/bi/top/top.js +23 -25
  41. package/build/consumption/entities/consumption/consumption.js +17 -19
  42. package/build/consumption/index.js +5 -1
  43. package/build/contact/entities/contact.js +44 -46
  44. package/build/contact/entities/contactCreate.js +14 -16
  45. package/build/contact/entities/contactList.js +14 -16
  46. package/build/contact/index.js +5 -1
  47. package/build/customers/entities/customers/contact/contact.js +29 -31
  48. package/build/customers/entities/customers/customer.js +71 -73
  49. package/build/customers/entities/customers/customerContact/customerContact.js +38 -40
  50. package/build/customers/entities/customers/customerContact/customerContactList.js +14 -16
  51. package/build/customers/entities/customers/details/details.js +29 -31
  52. package/build/customers/entities/dataCustomers.js +14 -16
  53. package/build/customers/entities/dataInvitation.js +29 -31
  54. package/build/customers/entities/invitations/company/company.js +14 -16
  55. package/build/customers/entities/invitations/contact/invitationContact.js +26 -28
  56. package/build/customers/index.js +5 -1
  57. package/build/exception/index.js +5 -1
  58. package/build/general/entities/whoAmI.js +59 -61
  59. package/build/general/index.js +5 -1
  60. package/build/getResult.js +21 -23
  61. package/build/index.js +5 -1
  62. package/build/licenses/entities/filterFindResult.js +17 -19
  63. package/build/licenses/entities/findResult.js +36 -38
  64. package/build/licenses/entities/getLicense/actionMessagesGetResult.js +26 -28
  65. package/build/licenses/entities/getLicense/actionsGetResult.js +41 -43
  66. package/build/licenses/entities/getLicense/buySellFindResult.js +17 -19
  67. package/build/licenses/entities/getLicense/licenseGetResult.js +105 -107
  68. package/build/licenses/entities/getLicense/licensePriceGetResult.js +20 -22
  69. package/build/licenses/entities/getLicense/orderGetResult.js +17 -19
  70. package/build/licenses/entities/getResult/getLicenseResult.js +14 -16
  71. package/build/licenses/entities/history/actionHistoryResult.js +23 -25
  72. package/build/licenses/entities/history/licenceHistoryResult.js +14 -16
  73. package/build/licenses/entities/license/activeSeatsFindResult.js +17 -19
  74. package/build/licenses/entities/license/configFindResult.js +20 -22
  75. package/build/licenses/entities/license/licenseFindResult.js +134 -136
  76. package/build/licenses/entities/license/priceFindResult.js +26 -28
  77. package/build/licenses/entities/license/warningFindResult.js +17 -19
  78. package/build/licenses/entities/offer/actionFlagsFindResult.js +20 -22
  79. package/build/licenses/entities/offer/offerFindResult.js +32 -34
  80. package/build/licenses/entities/offer/priceBandFindResult.js +35 -37
  81. package/build/licenses/entities/offer/priceband/billingFindResult.js +20 -22
  82. package/build/licenses/entities/offer/priceband/identifiers/arrowsphereFindResult.js +14 -16
  83. package/build/licenses/entities/offer/priceband/identifiersFindResult.js +14 -16
  84. package/build/licenses/entities/offer/priceband/priceBandActionFlagsFindResult.js +26 -28
  85. package/build/licenses/entities/offer/priceband/priceBandPriceFindResult.js +20 -22
  86. package/build/licenses/entities/offer/priceband/saleConstraintsFindResult.js +17 -19
  87. package/build/licenses/index.js +5 -1
  88. package/build/orders/entities/dataListOrders.js +14 -16
  89. package/build/orders/entities/orders/order.js +39 -41
  90. package/build/orders/entities/orders/partner/partner.js +17 -19
  91. package/build/orders/entities/orders/products/identifiers/productIdentifiers.js +14 -16
  92. package/build/orders/entities/orders/products/identifiers/vendor/identifiersVendor.js +14 -16
  93. package/build/orders/entities/orders/products/prices/productPrices.js +32 -34
  94. package/build/orders/entities/orders/products/products.js +56 -58
  95. package/build/orders/entities/orders/products/program/productProgram.js +14 -16
  96. package/build/orders/entities/referenceLink.js +17 -19
  97. package/build/orders/index.js +5 -1
  98. package/build/pagination.js +29 -31
  99. package/build/security/index.js +5 -1
  100. package/build/security/register/entity/registrationLink.js +14 -16
  101. package/build/security/register/index.js +5 -1
  102. package/build/security/standards/entities/checks/checks.js +17 -19
  103. package/build/security/standards/entities/checks/securityChecks.js +38 -40
  104. package/build/security/standards/entities/resources/resources.js +26 -28
  105. package/build/security/standards/entities/resources/securityResources.js +17 -19
  106. package/build/security/standards/entities/standards/securityStandards.js +29 -31
  107. package/build/security/standards/entities/standards/standards.js +17 -19
  108. package/build/security/standards/index.js +5 -1
  109. package/build/shared/index.js +5 -1
  110. package/build/subscriptions/entities/subscription.js +56 -58
  111. package/build/subscriptions/entities/subscriptionsListResult.js +39 -41
  112. package/build/subscriptions/index.js +5 -1
  113. package/build/supportCenter/entities/issue/attachment.js +27 -29
  114. package/build/supportCenter/entities/issue/comment.js +29 -31
  115. package/build/supportCenter/entities/issue/issue.js +106 -108
  116. package/build/supportCenter/entities/topic.js +30 -32
  117. package/build/supportCenter/index.js +5 -1
  118. 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 _reference, _name, _category, _isActivated, _createdAt, _updatedAt, _deletedAt, _rules, _startDate, _endDate, _banner, _landingPage;
13
+ var _CampaignV2_reference, _CampaignV2_name, _CampaignV2_category, _CampaignV2_isActivated, _CampaignV2_createdAt, _CampaignV2_updatedAt, _CampaignV2_deletedAt, _CampaignV2_rules, _CampaignV2_startDate, _CampaignV2_endDate, _CampaignV2_banner, _CampaignV2_landingPage;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.CampaignV2 = exports.CampaignV2Fields = void 0;
18
16
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -37,68 +35,68 @@ var CampaignV2Fields;
37
35
  class CampaignV2 extends abstractEntity_1.AbstractEntity {
38
36
  constructor(campaignInput) {
39
37
  super(campaignInput);
40
- _reference.set(this, void 0);
41
- _name.set(this, void 0);
42
- _category.set(this, void 0);
43
- _isActivated.set(this, void 0);
44
- _createdAt.set(this, void 0);
45
- _updatedAt.set(this, void 0);
46
- _deletedAt.set(this, void 0);
47
- _rules.set(this, void 0);
48
- _startDate.set(this, void 0);
49
- _endDate.set(this, void 0);
50
- _banner.set(this, void 0);
51
- _landingPage.set(this, void 0);
52
- __classPrivateFieldSet(this, _reference, campaignInput[CampaignV2Fields.COLUMN_REFERENCE]);
53
- __classPrivateFieldSet(this, _name, campaignInput[CampaignV2Fields.COLUMN_NAME]);
54
- __classPrivateFieldSet(this, _category, campaignInput[CampaignV2Fields.COLUMN_CATEGORY]);
55
- __classPrivateFieldSet(this, _isActivated, campaignInput[CampaignV2Fields.COLUMN_IS_ACTIVATED]);
56
- __classPrivateFieldSet(this, _createdAt, campaignInput[CampaignV2Fields.COLUMN_CREATED_AT]);
57
- __classPrivateFieldSet(this, _updatedAt, campaignInput[CampaignV2Fields.COLUMN_UPDATED_AT]);
58
- __classPrivateFieldSet(this, _deletedAt, campaignInput[CampaignV2Fields.COLUMN_DELETED_AT]);
59
- __classPrivateFieldSet(this, _rules, campaignInput[CampaignV2Fields.COLUMN_RULES]
38
+ _CampaignV2_reference.set(this, void 0);
39
+ _CampaignV2_name.set(this, void 0);
40
+ _CampaignV2_category.set(this, void 0);
41
+ _CampaignV2_isActivated.set(this, void 0);
42
+ _CampaignV2_createdAt.set(this, void 0);
43
+ _CampaignV2_updatedAt.set(this, void 0);
44
+ _CampaignV2_deletedAt.set(this, void 0);
45
+ _CampaignV2_rules.set(this, void 0);
46
+ _CampaignV2_startDate.set(this, void 0);
47
+ _CampaignV2_endDate.set(this, void 0);
48
+ _CampaignV2_banner.set(this, void 0);
49
+ _CampaignV2_landingPage.set(this, void 0);
50
+ __classPrivateFieldSet(this, _CampaignV2_reference, campaignInput[CampaignV2Fields.COLUMN_REFERENCE], "f");
51
+ __classPrivateFieldSet(this, _CampaignV2_name, campaignInput[CampaignV2Fields.COLUMN_NAME], "f");
52
+ __classPrivateFieldSet(this, _CampaignV2_category, campaignInput[CampaignV2Fields.COLUMN_CATEGORY], "f");
53
+ __classPrivateFieldSet(this, _CampaignV2_isActivated, campaignInput[CampaignV2Fields.COLUMN_IS_ACTIVATED], "f");
54
+ __classPrivateFieldSet(this, _CampaignV2_createdAt, campaignInput[CampaignV2Fields.COLUMN_CREATED_AT], "f");
55
+ __classPrivateFieldSet(this, _CampaignV2_updatedAt, campaignInput[CampaignV2Fields.COLUMN_UPDATED_AT], "f");
56
+ __classPrivateFieldSet(this, _CampaignV2_deletedAt, campaignInput[CampaignV2Fields.COLUMN_DELETED_AT], "f");
57
+ __classPrivateFieldSet(this, _CampaignV2_rules, campaignInput[CampaignV2Fields.COLUMN_RULES]
60
58
  ? new rules_1.Rules(campaignInput[CampaignV2Fields.COLUMN_RULES])
61
- : undefined);
62
- __classPrivateFieldSet(this, _startDate, campaignInput[CampaignV2Fields.COLUMN_START_DATE]);
63
- __classPrivateFieldSet(this, _endDate, campaignInput[CampaignV2Fields.COLUMN_END_DATE]);
64
- __classPrivateFieldSet(this, _banner, new banner_1.BannerV2(campaignInput[CampaignV2Fields.COLUMN_BANNER]));
65
- __classPrivateFieldSet(this, _landingPage, new landingPage_1.LandingPageV2(campaignInput[CampaignV2Fields.COLUMN_LANDING_PAGE]));
59
+ : undefined, "f");
60
+ __classPrivateFieldSet(this, _CampaignV2_startDate, campaignInput[CampaignV2Fields.COLUMN_START_DATE], "f");
61
+ __classPrivateFieldSet(this, _CampaignV2_endDate, campaignInput[CampaignV2Fields.COLUMN_END_DATE], "f");
62
+ __classPrivateFieldSet(this, _CampaignV2_banner, new banner_1.BannerV2(campaignInput[CampaignV2Fields.COLUMN_BANNER]), "f");
63
+ __classPrivateFieldSet(this, _CampaignV2_landingPage, new landingPage_1.LandingPageV2(campaignInput[CampaignV2Fields.COLUMN_LANDING_PAGE]), "f");
66
64
  }
67
65
  get reference() {
68
- return __classPrivateFieldGet(this, _reference);
66
+ return __classPrivateFieldGet(this, _CampaignV2_reference, "f");
69
67
  }
70
68
  get name() {
71
- return __classPrivateFieldGet(this, _name);
69
+ return __classPrivateFieldGet(this, _CampaignV2_name, "f");
72
70
  }
73
71
  get category() {
74
- return __classPrivateFieldGet(this, _category);
72
+ return __classPrivateFieldGet(this, _CampaignV2_category, "f");
75
73
  }
76
74
  get isActivated() {
77
- return __classPrivateFieldGet(this, _isActivated);
75
+ return __classPrivateFieldGet(this, _CampaignV2_isActivated, "f");
78
76
  }
79
77
  get createdAt() {
80
- return __classPrivateFieldGet(this, _createdAt);
78
+ return __classPrivateFieldGet(this, _CampaignV2_createdAt, "f");
81
79
  }
82
80
  get updatedAt() {
83
- return __classPrivateFieldGet(this, _updatedAt);
81
+ return __classPrivateFieldGet(this, _CampaignV2_updatedAt, "f");
84
82
  }
85
83
  get deletedAt() {
86
- return __classPrivateFieldGet(this, _deletedAt);
84
+ return __classPrivateFieldGet(this, _CampaignV2_deletedAt, "f");
87
85
  }
88
86
  get rules() {
89
- return __classPrivateFieldGet(this, _rules);
87
+ return __classPrivateFieldGet(this, _CampaignV2_rules, "f");
90
88
  }
91
89
  get startDate() {
92
- return __classPrivateFieldGet(this, _startDate);
90
+ return __classPrivateFieldGet(this, _CampaignV2_startDate, "f");
93
91
  }
94
92
  get endDate() {
95
- return __classPrivateFieldGet(this, _endDate);
93
+ return __classPrivateFieldGet(this, _CampaignV2_endDate, "f");
96
94
  }
97
95
  get banner() {
98
- return __classPrivateFieldGet(this, _banner);
96
+ return __classPrivateFieldGet(this, _CampaignV2_banner, "f");
99
97
  }
100
98
  get landingPage() {
101
- return __classPrivateFieldGet(this, _landingPage);
99
+ return __classPrivateFieldGet(this, _CampaignV2_landingPage, "f");
102
100
  }
103
101
  toJSON() {
104
102
  var _a;
@@ -119,5 +117,5 @@ class CampaignV2 extends abstractEntity_1.AbstractEntity {
119
117
  }
120
118
  }
121
119
  exports.CampaignV2 = CampaignV2;
122
- _reference = new WeakMap(), _name = new WeakMap(), _category = new WeakMap(), _isActivated = new WeakMap(), _createdAt = new WeakMap(), _updatedAt = new WeakMap(), _deletedAt = new WeakMap(), _rules = new WeakMap(), _startDate = new WeakMap(), _endDate = new WeakMap(), _banner = new WeakMap(), _landingPage = new WeakMap();
120
+ _CampaignV2_reference = new WeakMap(), _CampaignV2_name = new WeakMap(), _CampaignV2_category = new WeakMap(), _CampaignV2_isActivated = new WeakMap(), _CampaignV2_createdAt = new WeakMap(), _CampaignV2_updatedAt = new WeakMap(), _CampaignV2_deletedAt = new WeakMap(), _CampaignV2_rules = new WeakMap(), _CampaignV2_startDate = new WeakMap(), _CampaignV2_endDate = new WeakMap(), _CampaignV2_banner = new WeakMap(), _CampaignV2_landingPage = new WeakMap();
123
121
  //# sourceMappingURL=campaign.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 _url, _header, _body, _footer;
13
+ var _LandingPageV2_url, _LandingPageV2_header, _LandingPageV2_body, _LandingPageV2_footer;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.LandingPageV2 = exports.LandingPageV2Fields = void 0;
18
16
  const abstractEntity_1 = require("../../../../../abstractEntity");
@@ -29,28 +27,28 @@ var LandingPageV2Fields;
29
27
  class LandingPageV2 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[LandingPageV2Fields.COLUMN_URL]);
37
- __classPrivateFieldSet(this, _header, new landingPageHeader_1.LandingPageHeaderV2(landingPageInput[LandingPageV2Fields.COLUMN_HEADER]));
38
- __classPrivateFieldSet(this, _body, new landingPageBody_1.LandingPageBody(landingPageInput[LandingPageV2Fields.COLUMN_BODY]));
39
- __classPrivateFieldSet(this, _footer, landingPageInput[LandingPageV2Fields.COLUMN_FOOTER]
30
+ _LandingPageV2_url.set(this, void 0);
31
+ _LandingPageV2_header.set(this, void 0);
32
+ _LandingPageV2_body.set(this, void 0);
33
+ _LandingPageV2_footer.set(this, void 0);
34
+ __classPrivateFieldSet(this, _LandingPageV2_url, landingPageInput[LandingPageV2Fields.COLUMN_URL], "f");
35
+ __classPrivateFieldSet(this, _LandingPageV2_header, new landingPageHeader_1.LandingPageHeaderV2(landingPageInput[LandingPageV2Fields.COLUMN_HEADER]), "f");
36
+ __classPrivateFieldSet(this, _LandingPageV2_body, new landingPageBody_1.LandingPageBody(landingPageInput[LandingPageV2Fields.COLUMN_BODY]), "f");
37
+ __classPrivateFieldSet(this, _LandingPageV2_footer, landingPageInput[LandingPageV2Fields.COLUMN_FOOTER]
40
38
  ? new landingPageFooter_1.LandingPageFooterV2(landingPageInput[LandingPageV2Fields.COLUMN_FOOTER])
41
- : undefined);
39
+ : undefined, "f");
42
40
  }
43
41
  get url() {
44
- return __classPrivateFieldGet(this, _url);
42
+ return __classPrivateFieldGet(this, _LandingPageV2_url, "f");
45
43
  }
46
44
  get header() {
47
- return __classPrivateFieldGet(this, _header);
45
+ return __classPrivateFieldGet(this, _LandingPageV2_header, "f");
48
46
  }
49
47
  get body() {
50
- return __classPrivateFieldGet(this, _body);
48
+ return __classPrivateFieldGet(this, _LandingPageV2_body, "f");
51
49
  }
52
50
  get footer() {
53
- return __classPrivateFieldGet(this, _footer);
51
+ return __classPrivateFieldGet(this, _LandingPageV2_footer, "f");
54
52
  }
55
53
  toJSON() {
56
54
  var _a;
@@ -63,5 +61,5 @@ class LandingPageV2 extends abstractEntity_1.AbstractEntity {
63
61
  }
64
62
  }
65
63
  exports.LandingPageV2 = LandingPageV2;
66
- _url = new WeakMap(), _header = new WeakMap(), _body = new WeakMap(), _footer = new WeakMap();
64
+ _LandingPageV2_url = new WeakMap(), _LandingPageV2_header = new WeakMap(), _LandingPageV2_body = new WeakMap(), _LandingPageV2_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 _title, _backgroundColor, _buttonText, _buttonUrl, _textColor, _feature, _marketingFeature;
13
+ var _LandingPageFooterV2_title, _LandingPageFooterV2_backgroundColor, _LandingPageFooterV2_buttonText, _LandingPageFooterV2_buttonUrl, _LandingPageFooterV2_textColor, _LandingPageFooterV2_feature, _LandingPageFooterV2_marketingFeature;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.LandingPageFooterV2 = exports.LandingPageFooterV2Fields = void 0;
18
16
  const abstractEntity_1 = require("../../../../../../abstractEntity");
@@ -30,45 +28,45 @@ var LandingPageFooterV2Fields;
30
28
  class LandingPageFooterV2 extends abstractEntity_1.AbstractEntity {
31
29
  constructor(landingPageFooterInput) {
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
- _feature.set(this, void 0);
39
- _marketingFeature.set(this, void 0);
40
- __classPrivateFieldSet(this, _title, landingPageFooterInput[LandingPageFooterV2Fields.COLUMN_TITLE]);
41
- __classPrivateFieldSet(this, _backgroundColor, landingPageFooterInput[LandingPageFooterV2Fields.COLUMN_BACKGROUND_COLOR]);
42
- __classPrivateFieldSet(this, _buttonText, landingPageFooterInput[LandingPageFooterV2Fields.COLUMN_BUTTON_TEXT]);
43
- __classPrivateFieldSet(this, _buttonUrl, landingPageFooterInput[LandingPageFooterV2Fields.COLUMN_BUTTON_URL]);
44
- __classPrivateFieldSet(this, _textColor, landingPageFooterInput[LandingPageFooterV2Fields.COLUMN_TEXT_COLOR]);
45
- __classPrivateFieldSet(this, _feature, landingPageFooterInput[LandingPageFooterV2Fields.COLUMN_FEATURE]
31
+ _LandingPageFooterV2_title.set(this, void 0);
32
+ _LandingPageFooterV2_backgroundColor.set(this, void 0);
33
+ _LandingPageFooterV2_buttonText.set(this, void 0);
34
+ _LandingPageFooterV2_buttonUrl.set(this, void 0);
35
+ _LandingPageFooterV2_textColor.set(this, void 0);
36
+ _LandingPageFooterV2_feature.set(this, void 0);
37
+ _LandingPageFooterV2_marketingFeature.set(this, void 0);
38
+ __classPrivateFieldSet(this, _LandingPageFooterV2_title, landingPageFooterInput[LandingPageFooterV2Fields.COLUMN_TITLE], "f");
39
+ __classPrivateFieldSet(this, _LandingPageFooterV2_backgroundColor, landingPageFooterInput[LandingPageFooterV2Fields.COLUMN_BACKGROUND_COLOR], "f");
40
+ __classPrivateFieldSet(this, _LandingPageFooterV2_buttonText, landingPageFooterInput[LandingPageFooterV2Fields.COLUMN_BUTTON_TEXT], "f");
41
+ __classPrivateFieldSet(this, _LandingPageFooterV2_buttonUrl, landingPageFooterInput[LandingPageFooterV2Fields.COLUMN_BUTTON_URL], "f");
42
+ __classPrivateFieldSet(this, _LandingPageFooterV2_textColor, landingPageFooterInput[LandingPageFooterV2Fields.COLUMN_TEXT_COLOR], "f");
43
+ __classPrivateFieldSet(this, _LandingPageFooterV2_feature, landingPageFooterInput[LandingPageFooterV2Fields.COLUMN_FEATURE]
46
44
  ? new landingPageFooterFeature_1.LandingPageFooterFeatureV2(landingPageFooterInput[LandingPageFooterV2Fields.COLUMN_FEATURE])
47
- : undefined);
48
- __classPrivateFieldSet(this, _marketingFeature, landingPageFooterInput[LandingPageFooterV2Fields.COLUMN_MARKETING_FEATURE]
45
+ : undefined, "f");
46
+ __classPrivateFieldSet(this, _LandingPageFooterV2_marketingFeature, landingPageFooterInput[LandingPageFooterV2Fields.COLUMN_MARKETING_FEATURE]
49
47
  ? new landingPageFooterFeature_1.LandingPageFooterFeatureV2(landingPageFooterInput[LandingPageFooterV2Fields.COLUMN_MARKETING_FEATURE])
50
- : undefined);
48
+ : undefined, "f");
51
49
  }
52
50
  get title() {
53
- return __classPrivateFieldGet(this, _title);
51
+ return __classPrivateFieldGet(this, _LandingPageFooterV2_title, "f");
54
52
  }
55
53
  get backgroundColor() {
56
- return __classPrivateFieldGet(this, _backgroundColor);
54
+ return __classPrivateFieldGet(this, _LandingPageFooterV2_backgroundColor, "f");
57
55
  }
58
56
  get buttonText() {
59
- return __classPrivateFieldGet(this, _buttonText);
57
+ return __classPrivateFieldGet(this, _LandingPageFooterV2_buttonText, "f");
60
58
  }
61
59
  get buttonUrl() {
62
- return __classPrivateFieldGet(this, _buttonUrl);
60
+ return __classPrivateFieldGet(this, _LandingPageFooterV2_buttonUrl, "f");
63
61
  }
64
62
  get textColor() {
65
- return __classPrivateFieldGet(this, _textColor);
63
+ return __classPrivateFieldGet(this, _LandingPageFooterV2_textColor, "f");
66
64
  }
67
65
  get feature() {
68
- return __classPrivateFieldGet(this, _feature);
66
+ return __classPrivateFieldGet(this, _LandingPageFooterV2_feature, "f");
69
67
  }
70
68
  get marketingFeature() {
71
- return __classPrivateFieldGet(this, _marketingFeature);
69
+ return __classPrivateFieldGet(this, _LandingPageFooterV2_marketingFeature, "f");
72
70
  }
73
71
  toJSON() {
74
72
  var _a, _b;
@@ -84,5 +82,5 @@ class LandingPageFooterV2 extends abstractEntity_1.AbstractEntity {
84
82
  }
85
83
  }
86
84
  exports.LandingPageFooterV2 = LandingPageFooterV2;
87
- _title = new WeakMap(), _backgroundColor = new WeakMap(), _buttonText = new WeakMap(), _buttonUrl = new WeakMap(), _textColor = new WeakMap(), _feature = new WeakMap(), _marketingFeature = new WeakMap();
85
+ _LandingPageFooterV2_title = new WeakMap(), _LandingPageFooterV2_backgroundColor = new WeakMap(), _LandingPageFooterV2_buttonText = new WeakMap(), _LandingPageFooterV2_buttonUrl = new WeakMap(), _LandingPageFooterV2_textColor = new WeakMap(), _LandingPageFooterV2_feature = new WeakMap(), _LandingPageFooterV2_marketingFeature = new WeakMap();
88
86
  //# 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, _items;
13
+ var _LandingPageFooterFeatureV2_title, _LandingPageFooterFeatureV2_description, _LandingPageFooterFeatureV2_items;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.LandingPageFooterFeatureV2 = exports.LandingPageFooterFeatureV2Fields = void 0;
18
16
  const abstractEntity_1 = require("../../../../../../abstractEntity");
@@ -27,21 +25,21 @@ class LandingPageFooterFeatureV2 extends abstractEntity_1.AbstractEntity {
27
25
  constructor(landingPageFooterFeatureInput) {
28
26
  var _a;
29
27
  super(landingPageFooterFeatureInput);
30
- _title.set(this, void 0);
31
- _description.set(this, void 0);
32
- _items.set(this, void 0);
33
- __classPrivateFieldSet(this, _title, landingPageFooterFeatureInput[LandingPageFooterFeatureV2Fields.COLUMN_TITLE]);
34
- __classPrivateFieldSet(this, _description, landingPageFooterFeatureInput[LandingPageFooterFeatureV2Fields.COLUMN_DESCRIPTION]);
35
- __classPrivateFieldSet(this, _items, (_a = landingPageFooterFeatureInput[LandingPageFooterFeatureV2Fields.COLUMN_ITEMS]) === null || _a === void 0 ? void 0 : _a.map((item) => new landingPageFooterFeatureItem_1.LandingPageFooterFeatureItem(item)));
28
+ _LandingPageFooterFeatureV2_title.set(this, void 0);
29
+ _LandingPageFooterFeatureV2_description.set(this, void 0);
30
+ _LandingPageFooterFeatureV2_items.set(this, void 0);
31
+ __classPrivateFieldSet(this, _LandingPageFooterFeatureV2_title, landingPageFooterFeatureInput[LandingPageFooterFeatureV2Fields.COLUMN_TITLE], "f");
32
+ __classPrivateFieldSet(this, _LandingPageFooterFeatureV2_description, landingPageFooterFeatureInput[LandingPageFooterFeatureV2Fields.COLUMN_DESCRIPTION], "f");
33
+ __classPrivateFieldSet(this, _LandingPageFooterFeatureV2_items, (_a = landingPageFooterFeatureInput[LandingPageFooterFeatureV2Fields.COLUMN_ITEMS]) === null || _a === void 0 ? void 0 : _a.map((item) => new landingPageFooterFeatureItem_1.LandingPageFooterFeatureItem(item)), "f");
36
34
  }
37
35
  get title() {
38
- return __classPrivateFieldGet(this, _title);
36
+ return __classPrivateFieldGet(this, _LandingPageFooterFeatureV2_title, "f");
39
37
  }
40
38
  get description() {
41
- return __classPrivateFieldGet(this, _description);
39
+ return __classPrivateFieldGet(this, _LandingPageFooterFeatureV2_description, "f");
42
40
  }
43
41
  get items() {
44
- return __classPrivateFieldGet(this, _items);
42
+ return __classPrivateFieldGet(this, _LandingPageFooterFeatureV2_items, "f");
45
43
  }
46
44
  toJSON() {
47
45
  var _a;
@@ -53,5 +51,5 @@ class LandingPageFooterFeatureV2 extends abstractEntity_1.AbstractEntity {
53
51
  }
54
52
  }
55
53
  exports.LandingPageFooterFeatureV2 = LandingPageFooterFeatureV2;
56
- _title = new WeakMap(), _description = new WeakMap(), _items = new WeakMap();
54
+ _LandingPageFooterFeatureV2_title = new WeakMap(), _LandingPageFooterFeatureV2_description = new WeakMap(), _LandingPageFooterFeatureV2_items = new WeakMap();
57
55
  //# 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 _title, _description, _imageUuid, _buttonText, _buttonUrl, _icon, _size;
13
+ var _LandingPageFooterFeatureItem_title, _LandingPageFooterFeatureItem_description, _LandingPageFooterFeatureItem_imageUuid, _LandingPageFooterFeatureItem_buttonText, _LandingPageFooterFeatureItem_buttonUrl, _LandingPageFooterFeatureItem_icon, _LandingPageFooterFeatureItem_size;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.LandingPageFooterFeatureItem = exports.LandingPageFooterFeatureItemFields = void 0;
18
16
  const abstractEntity_1 = require("../../../../../../abstractEntity");
@@ -29,41 +27,41 @@ var LandingPageFooterFeatureItemFields;
29
27
  class LandingPageFooterFeatureItem extends abstractEntity_1.AbstractEntity {
30
28
  constructor(landingPageFooterFeatureItemInput) {
31
29
  super(landingPageFooterFeatureItemInput);
32
- _title.set(this, void 0);
33
- _description.set(this, void 0);
34
- _imageUuid.set(this, void 0);
35
- _buttonText.set(this, void 0);
36
- _buttonUrl.set(this, void 0);
37
- _icon.set(this, void 0);
38
- _size.set(this, void 0);
39
- __classPrivateFieldSet(this, _title, landingPageFooterFeatureItemInput[LandingPageFooterFeatureItemFields.COLUMN_TITLE]);
40
- __classPrivateFieldSet(this, _description, landingPageFooterFeatureItemInput[LandingPageFooterFeatureItemFields.COLUMN_DESCRIPTION]);
41
- __classPrivateFieldSet(this, _imageUuid, landingPageFooterFeatureItemInput[LandingPageFooterFeatureItemFields.COLUMN_IMAGE_UUID]);
42
- __classPrivateFieldSet(this, _buttonText, landingPageFooterFeatureItemInput[LandingPageFooterFeatureItemFields.COLUMN_BUTTON_TEXT]);
43
- __classPrivateFieldSet(this, _buttonUrl, landingPageFooterFeatureItemInput[LandingPageFooterFeatureItemFields.COLUMN_BUTTON_URL]);
44
- __classPrivateFieldSet(this, _icon, landingPageFooterFeatureItemInput[LandingPageFooterFeatureItemFields.COLUMN_ICON]);
45
- __classPrivateFieldSet(this, _size, landingPageFooterFeatureItemInput[LandingPageFooterFeatureItemFields.COLUMN_SIZE]);
30
+ _LandingPageFooterFeatureItem_title.set(this, void 0);
31
+ _LandingPageFooterFeatureItem_description.set(this, void 0);
32
+ _LandingPageFooterFeatureItem_imageUuid.set(this, void 0);
33
+ _LandingPageFooterFeatureItem_buttonText.set(this, void 0);
34
+ _LandingPageFooterFeatureItem_buttonUrl.set(this, void 0);
35
+ _LandingPageFooterFeatureItem_icon.set(this, void 0);
36
+ _LandingPageFooterFeatureItem_size.set(this, void 0);
37
+ __classPrivateFieldSet(this, _LandingPageFooterFeatureItem_title, landingPageFooterFeatureItemInput[LandingPageFooterFeatureItemFields.COLUMN_TITLE], "f");
38
+ __classPrivateFieldSet(this, _LandingPageFooterFeatureItem_description, landingPageFooterFeatureItemInput[LandingPageFooterFeatureItemFields.COLUMN_DESCRIPTION], "f");
39
+ __classPrivateFieldSet(this, _LandingPageFooterFeatureItem_imageUuid, landingPageFooterFeatureItemInput[LandingPageFooterFeatureItemFields.COLUMN_IMAGE_UUID], "f");
40
+ __classPrivateFieldSet(this, _LandingPageFooterFeatureItem_buttonText, landingPageFooterFeatureItemInput[LandingPageFooterFeatureItemFields.COLUMN_BUTTON_TEXT], "f");
41
+ __classPrivateFieldSet(this, _LandingPageFooterFeatureItem_buttonUrl, landingPageFooterFeatureItemInput[LandingPageFooterFeatureItemFields.COLUMN_BUTTON_URL], "f");
42
+ __classPrivateFieldSet(this, _LandingPageFooterFeatureItem_icon, landingPageFooterFeatureItemInput[LandingPageFooterFeatureItemFields.COLUMN_ICON], "f");
43
+ __classPrivateFieldSet(this, _LandingPageFooterFeatureItem_size, landingPageFooterFeatureItemInput[LandingPageFooterFeatureItemFields.COLUMN_SIZE], "f");
46
44
  }
47
45
  get title() {
48
- return __classPrivateFieldGet(this, _title);
46
+ return __classPrivateFieldGet(this, _LandingPageFooterFeatureItem_title, "f");
49
47
  }
50
48
  get description() {
51
- return __classPrivateFieldGet(this, _description);
49
+ return __classPrivateFieldGet(this, _LandingPageFooterFeatureItem_description, "f");
52
50
  }
53
51
  get imageUuid() {
54
- return __classPrivateFieldGet(this, _imageUuid);
52
+ return __classPrivateFieldGet(this, _LandingPageFooterFeatureItem_imageUuid, "f");
55
53
  }
56
54
  get buttonText() {
57
- return __classPrivateFieldGet(this, _buttonText);
55
+ return __classPrivateFieldGet(this, _LandingPageFooterFeatureItem_buttonText, "f");
58
56
  }
59
57
  get buttonUrl() {
60
- return __classPrivateFieldGet(this, _buttonUrl);
58
+ return __classPrivateFieldGet(this, _LandingPageFooterFeatureItem_buttonUrl, "f");
61
59
  }
62
60
  get icon() {
63
- return __classPrivateFieldGet(this, _icon);
61
+ return __classPrivateFieldGet(this, _LandingPageFooterFeatureItem_icon, "f");
64
62
  }
65
63
  get size() {
66
- return __classPrivateFieldGet(this, _size);
64
+ return __classPrivateFieldGet(this, _LandingPageFooterFeatureItem_size, "f");
67
65
  }
68
66
  toJSON() {
69
67
  return {
@@ -78,5 +76,5 @@ class LandingPageFooterFeatureItem extends abstractEntity_1.AbstractEntity {
78
76
  }
79
77
  }
80
78
  exports.LandingPageFooterFeatureItem = LandingPageFooterFeatureItem;
81
- _title = new WeakMap(), _description = new WeakMap(), _imageUuid = new WeakMap(), _buttonText = new WeakMap(), _buttonUrl = new WeakMap(), _icon = new WeakMap(), _size = new WeakMap();
79
+ _LandingPageFooterFeatureItem_title = new WeakMap(), _LandingPageFooterFeatureItem_description = new WeakMap(), _LandingPageFooterFeatureItem_imageUuid = new WeakMap(), _LandingPageFooterFeatureItem_buttonText = new WeakMap(), _LandingPageFooterFeatureItem_buttonUrl = new WeakMap(), _LandingPageFooterFeatureItem_icon = new WeakMap(), _LandingPageFooterFeatureItem_size = new WeakMap();
82
80
  //# sourceMappingURL=landingPageFooterFeatureItem.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, _circleColor;
13
+ var _LandingPageHeaderV2_backgroundImageUuid, _LandingPageHeaderV2_vendorLogoUuid, _LandingPageHeaderV2_title, _LandingPageHeaderV2_backgroundColor, _LandingPageHeaderV2_baseline, _LandingPageHeaderV2_textColor, _LandingPageHeaderV2_circleColor;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.LandingPageHeaderV2 = exports.LandingPageHeaderV2Fields = void 0;
18
16
  const abstractEntity_1 = require("../../../../../abstractEntity");
@@ -29,41 +27,41 @@ var LandingPageHeaderV2Fields;
29
27
  class LandingPageHeaderV2 extends abstractEntity_1.AbstractEntity {
30
28
  constructor(landingPageHeaderInput) {
31
29
  super(landingPageHeaderInput);
32
- _backgroundImageUuid.set(this, void 0);
33
- _vendorLogoUuid.set(this, void 0);
34
- _title.set(this, void 0);
35
- _backgroundColor.set(this, void 0);
36
- _baseline.set(this, void 0);
37
- _textColor.set(this, void 0);
38
- _circleColor.set(this, void 0);
39
- __classPrivateFieldSet(this, _backgroundImageUuid, landingPageHeaderInput[LandingPageHeaderV2Fields.COLUMN_BACKGROUND_IMAGE_UUID]);
40
- __classPrivateFieldSet(this, _vendorLogoUuid, landingPageHeaderInput[LandingPageHeaderV2Fields.COLUMN_VENDOR_LOGO_UUID]);
41
- __classPrivateFieldSet(this, _title, landingPageHeaderInput[LandingPageHeaderV2Fields.COLUMN_TITLE]);
42
- __classPrivateFieldSet(this, _backgroundColor, landingPageHeaderInput[LandingPageHeaderV2Fields.COLUMN_BACKGROUND_COLOR]);
43
- __classPrivateFieldSet(this, _baseline, landingPageHeaderInput[LandingPageHeaderV2Fields.COLUMN_BASELINE]);
44
- __classPrivateFieldSet(this, _textColor, landingPageHeaderInput[LandingPageHeaderV2Fields.COLUMN_TEXT_COLOR]);
45
- __classPrivateFieldSet(this, _circleColor, landingPageHeaderInput[LandingPageHeaderV2Fields.COLUMN_CIRCLE_COLOR]);
30
+ _LandingPageHeaderV2_backgroundImageUuid.set(this, void 0);
31
+ _LandingPageHeaderV2_vendorLogoUuid.set(this, void 0);
32
+ _LandingPageHeaderV2_title.set(this, void 0);
33
+ _LandingPageHeaderV2_backgroundColor.set(this, void 0);
34
+ _LandingPageHeaderV2_baseline.set(this, void 0);
35
+ _LandingPageHeaderV2_textColor.set(this, void 0);
36
+ _LandingPageHeaderV2_circleColor.set(this, void 0);
37
+ __classPrivateFieldSet(this, _LandingPageHeaderV2_backgroundImageUuid, landingPageHeaderInput[LandingPageHeaderV2Fields.COLUMN_BACKGROUND_IMAGE_UUID], "f");
38
+ __classPrivateFieldSet(this, _LandingPageHeaderV2_vendorLogoUuid, landingPageHeaderInput[LandingPageHeaderV2Fields.COLUMN_VENDOR_LOGO_UUID], "f");
39
+ __classPrivateFieldSet(this, _LandingPageHeaderV2_title, landingPageHeaderInput[LandingPageHeaderV2Fields.COLUMN_TITLE], "f");
40
+ __classPrivateFieldSet(this, _LandingPageHeaderV2_backgroundColor, landingPageHeaderInput[LandingPageHeaderV2Fields.COLUMN_BACKGROUND_COLOR], "f");
41
+ __classPrivateFieldSet(this, _LandingPageHeaderV2_baseline, landingPageHeaderInput[LandingPageHeaderV2Fields.COLUMN_BASELINE], "f");
42
+ __classPrivateFieldSet(this, _LandingPageHeaderV2_textColor, landingPageHeaderInput[LandingPageHeaderV2Fields.COLUMN_TEXT_COLOR], "f");
43
+ __classPrivateFieldSet(this, _LandingPageHeaderV2_circleColor, landingPageHeaderInput[LandingPageHeaderV2Fields.COLUMN_CIRCLE_COLOR], "f");
46
44
  }
47
45
  get backgroundImageUuid() {
48
- return __classPrivateFieldGet(this, _backgroundImageUuid);
46
+ return __classPrivateFieldGet(this, _LandingPageHeaderV2_backgroundImageUuid, "f");
49
47
  }
50
48
  get vendorLogoUuid() {
51
- return __classPrivateFieldGet(this, _vendorLogoUuid);
49
+ return __classPrivateFieldGet(this, _LandingPageHeaderV2_vendorLogoUuid, "f");
52
50
  }
53
51
  get title() {
54
- return __classPrivateFieldGet(this, _title);
52
+ return __classPrivateFieldGet(this, _LandingPageHeaderV2_title, "f");
55
53
  }
56
54
  get backgroundColor() {
57
- return __classPrivateFieldGet(this, _backgroundColor);
55
+ return __classPrivateFieldGet(this, _LandingPageHeaderV2_backgroundColor, "f");
58
56
  }
59
57
  get baseline() {
60
- return __classPrivateFieldGet(this, _baseline);
58
+ return __classPrivateFieldGet(this, _LandingPageHeaderV2_baseline, "f");
61
59
  }
62
60
  get textColor() {
63
- return __classPrivateFieldGet(this, _textColor);
61
+ return __classPrivateFieldGet(this, _LandingPageHeaderV2_textColor, "f");
64
62
  }
65
63
  get circleColor() {
66
- return __classPrivateFieldGet(this, _circleColor);
64
+ return __classPrivateFieldGet(this, _LandingPageHeaderV2_circleColor, "f");
67
65
  }
68
66
  toJSON() {
69
67
  return {
@@ -79,5 +77,5 @@ class LandingPageHeaderV2 extends abstractEntity_1.AbstractEntity {
79
77
  }
80
78
  }
81
79
  exports.LandingPageHeaderV2 = LandingPageHeaderV2;
82
- _backgroundImageUuid = new WeakMap(), _vendorLogoUuid = new WeakMap(), _title = new WeakMap(), _backgroundColor = new WeakMap(), _baseline = new WeakMap(), _textColor = new WeakMap(), _circleColor = new WeakMap();
80
+ _LandingPageHeaderV2_backgroundImageUuid = new WeakMap(), _LandingPageHeaderV2_vendorLogoUuid = new WeakMap(), _LandingPageHeaderV2_title = new WeakMap(), _LandingPageHeaderV2_backgroundColor = new WeakMap(), _LandingPageHeaderV2_baseline = new WeakMap(), _LandingPageHeaderV2_textColor = new WeakMap(), _LandingPageHeaderV2_circleColor = new WeakMap();
83
81
  //# sourceMappingURL=landingPageHeader.js.map