@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
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
4
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
 
6
+ ## [3.27.0] - 2023-05-10
7
+
8
+ - update create order client to add attributes for injection scenario
9
+
6
10
  ## [3.26.0] - 2023-04-20
7
11
 
8
12
  ### Changed
@@ -1,19 +1,21 @@
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
15
  var __importDefault = (this && this.__importDefault) || function (mod) {
14
16
  return (mod && mod.__esModule) ? mod : { "default": mod };
15
17
  };
16
- var _AbstractEntity_entityDataInput;
18
+ var _entityDataInput;
17
19
  Object.defineProperty(exports, "__esModule", { value: true });
18
20
  exports.AbstractEntity = void 0;
19
21
  const validatorjs_1 = __importDefault(require("validatorjs"));
@@ -27,7 +29,7 @@ class AbstractEntity {
27
29
  * @param data - Data that will be used in the Entity
28
30
  */
29
31
  constructor(data) {
30
- _AbstractEntity_entityDataInput.set(this, void 0);
32
+ _entityDataInput.set(this, void 0);
31
33
  this.VALIDATION_RULES = {};
32
34
  this.VALIDATION_MESSAGES = {};
33
35
  /**
@@ -35,10 +37,10 @@ class AbstractEntity {
35
37
  */
36
38
  this.enableValidation = false;
37
39
  this.validate(data);
38
- __classPrivateFieldSet(this, _AbstractEntity_entityDataInput, data, "f");
40
+ __classPrivateFieldSet(this, _entityDataInput, data);
39
41
  }
40
42
  get entityDataInput() {
41
- return __classPrivateFieldGet(this, _AbstractEntity_entityDataInput, "f");
43
+ return __classPrivateFieldGet(this, _entityDataInput);
42
44
  }
43
45
  /**
44
46
  * Checks whether or not the entity data passes the validation rules
@@ -66,5 +68,5 @@ class AbstractEntity {
66
68
  }
67
69
  }
68
70
  exports.AbstractEntity = AbstractEntity;
69
- _AbstractEntity_entityDataInput = new WeakMap();
71
+ _entityDataInput = new WeakMap();
70
72
  //# sourceMappingURL=abstractEntity.js.map
@@ -18,11 +18,10 @@ export declare abstract class AbstractGraphQLClient {
18
18
  protected optionsHeader?: Dom.RequestInit['headers'];
19
19
  protected options: Options;
20
20
  private getClient;
21
- setToken(token: string): this;
21
+ setToken(apiKey: string): this;
22
22
  setUrl(url: string): this;
23
23
  setOptionsHeader(options: Dom.RequestInit['headers']): this;
24
24
  setOptions(options: Options): this;
25
25
  protected post(query: string): Promise<GraphQLResponseTypes>;
26
26
  protected generateUrl(): string;
27
- protected stringifyQuery(query: any): string;
28
27
  }
@@ -1,32 +1,12 @@
1
1
  "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
24
4
  };
25
5
  Object.defineProperty(exports, "__esModule", { value: true });
26
6
  exports.AbstractGraphQLClient = void 0;
27
7
  const graphql_request_1 = require("graphql-request");
28
- const path = __importStar(require("path"));
29
- const json_to_graphql_query_1 = require("json-to-graphql-query");
8
+ const url_1 = require("url");
9
+ const path_1 = __importDefault(require("path"));
30
10
  class AbstractGraphQLClient {
31
11
  constructor() {
32
12
  /**
@@ -45,8 +25,8 @@ class AbstractGraphQLClient {
45
25
  this.client = new graphql_request_1.GraphQLClient(this.generateUrl());
46
26
  return this;
47
27
  }
48
- setToken(token) {
49
- this.token = token;
28
+ setToken(apiKey) {
29
+ this.token = apiKey;
50
30
  return this;
51
31
  }
52
32
  setUrl(url) {
@@ -62,7 +42,6 @@ class AbstractGraphQLClient {
62
42
  return this;
63
43
  }
64
44
  async post(query) {
65
- console.log('entering post');
66
45
  this.getClient().client.setHeaders({
67
46
  authorization: this.token,
68
47
  ...this.optionsHeader,
@@ -70,13 +49,9 @@ class AbstractGraphQLClient {
70
49
  return await this.client.request(query);
71
50
  }
72
51
  generateUrl() {
73
- const url = new URL(`${this.options.isAdmin ? path.join('admin', this.basePath) : this.basePath}${this.path}`, this.url);
52
+ const url = new url_1.URL(`${this.options.isAdmin ? path_1.default.join('admin', this.basePath) : this.basePath}${this.path}`, this.url);
74
53
  return url.toString();
75
54
  }
76
- stringifyQuery(query) {
77
- const graphqlQuery = (0, json_to_graphql_query_1.jsonToGraphQLQuery)(query);
78
- return `{${graphqlQuery}}`;
79
- }
80
55
  }
81
56
  exports.AbstractGraphQLClient = AbstractGraphQLClient;
82
57
  //# sourceMappingURL=abstractGraphQLClient.js.map
@@ -41,7 +41,7 @@ class AxiosSingleton {
41
41
  */
42
42
  static cleanRequestLog(request) {
43
43
  var _a;
44
- const tempRequest = (0, lodash_1.cloneDeep)(request);
44
+ const tempRequest = lodash_1.cloneDeep(request);
45
45
  // coverage bug delete undefined element
46
46
  /* istanbul ignore next */
47
47
  (_a = tempRequest.headers) === null || _a === void 0 ? true : delete _a.apiKey;
@@ -52,7 +52,7 @@ class AxiosSingleton {
52
52
  */
53
53
  static cleanResponseLog(response) {
54
54
  var _a;
55
- const tempResponse = (0, lodash_1.cloneDeep)(response);
55
+ const tempResponse = lodash_1.cloneDeep(response);
56
56
  // coverage bug delete undefined element
57
57
  /* istanbul ignore next */
58
58
  (_a = tempResponse.config.headers) === null || _a === void 0 ? true : delete _a.apiKey;
@@ -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 _Banners_backgroundImageUuid, _Banners_type, _Banners_buttonPlacement, _Banners_buttonText, _Banners_text, _Banners_textColor, _Banners_backgroundColor;
15
+ var _backgroundImageUuid, _type, _buttonPlacement, _buttonText, _text, _textColor, _backgroundColor;
14
16
  Object.defineProperty(exports, "__esModule", { value: true });
15
17
  exports.Banners = exports.BannersFields = void 0;
16
18
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -27,41 +29,41 @@ var BannersFields;
27
29
  class Banners extends abstractEntity_1.AbstractEntity {
28
30
  constructor(bannerInput) {
29
31
  super(bannerInput);
30
- _Banners_backgroundImageUuid.set(this, void 0);
31
- _Banners_type.set(this, void 0);
32
- _Banners_buttonPlacement.set(this, void 0);
33
- _Banners_buttonText.set(this, void 0);
34
- _Banners_text.set(this, void 0);
35
- _Banners_textColor.set(this, void 0);
36
- _Banners_backgroundColor.set(this, void 0);
37
- __classPrivateFieldSet(this, _Banners_backgroundImageUuid, bannerInput[BannersFields.COLUMN_BACKGROUND_IMAGE_UUID], "f");
38
- __classPrivateFieldSet(this, _Banners_type, bannerInput[BannersFields.COLUMN_TYPE], "f");
39
- __classPrivateFieldSet(this, _Banners_buttonPlacement, bannerInput[BannersFields.COLUMN_BUTTON_PLACEMENT], "f");
40
- __classPrivateFieldSet(this, _Banners_buttonText, bannerInput[BannersFields.COLUMN_BUTTON_TEXT], "f");
41
- __classPrivateFieldSet(this, _Banners_text, bannerInput[BannersFields.COLUMN_TEXT], "f");
42
- __classPrivateFieldSet(this, _Banners_textColor, bannerInput[BannersFields.COLUMN_TEXT_COLOR], "f");
43
- __classPrivateFieldSet(this, _Banners_backgroundColor, bannerInput[BannersFields.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[BannersFields.COLUMN_BACKGROUND_IMAGE_UUID]);
40
+ __classPrivateFieldSet(this, _type, bannerInput[BannersFields.COLUMN_TYPE]);
41
+ __classPrivateFieldSet(this, _buttonPlacement, bannerInput[BannersFields.COLUMN_BUTTON_PLACEMENT]);
42
+ __classPrivateFieldSet(this, _buttonText, bannerInput[BannersFields.COLUMN_BUTTON_TEXT]);
43
+ __classPrivateFieldSet(this, _text, bannerInput[BannersFields.COLUMN_TEXT]);
44
+ __classPrivateFieldSet(this, _textColor, bannerInput[BannersFields.COLUMN_TEXT_COLOR]);
45
+ __classPrivateFieldSet(this, _backgroundColor, bannerInput[BannersFields.COLUMN_BACKGROUND_COLOR]);
44
46
  }
45
47
  get backgroundImageUuid() {
46
- return __classPrivateFieldGet(this, _Banners_backgroundImageUuid, "f");
48
+ return __classPrivateFieldGet(this, _backgroundImageUuid);
47
49
  }
48
50
  get backgroundColor() {
49
- return __classPrivateFieldGet(this, _Banners_backgroundColor, "f");
51
+ return __classPrivateFieldGet(this, _backgroundColor);
50
52
  }
51
53
  get type() {
52
- return __classPrivateFieldGet(this, _Banners_type, "f");
54
+ return __classPrivateFieldGet(this, _type);
53
55
  }
54
56
  get buttonPlacement() {
55
- return __classPrivateFieldGet(this, _Banners_buttonPlacement, "f");
57
+ return __classPrivateFieldGet(this, _buttonPlacement);
56
58
  }
57
59
  get buttonText() {
58
- return __classPrivateFieldGet(this, _Banners_buttonText, "f");
60
+ return __classPrivateFieldGet(this, _buttonText);
59
61
  }
60
62
  get text() {
61
- return __classPrivateFieldGet(this, _Banners_text, "f");
63
+ return __classPrivateFieldGet(this, _text);
62
64
  }
63
65
  get textColor() {
64
- return __classPrivateFieldGet(this, _Banners_textColor, "f");
66
+ return __classPrivateFieldGet(this, _textColor);
65
67
  }
66
68
  toJSON() {
67
69
  return {
@@ -76,5 +78,5 @@ class Banners extends abstractEntity_1.AbstractEntity {
76
78
  }
77
79
  }
78
80
  exports.Banners = Banners;
79
- _Banners_backgroundImageUuid = new WeakMap(), _Banners_type = new WeakMap(), _Banners_buttonPlacement = new WeakMap(), _Banners_buttonText = new WeakMap(), _Banners_text = new WeakMap(), _Banners_textColor = new WeakMap(), _Banners_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=banners.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 _Campaign_reference, _Campaign_name, _Campaign_category, _Campaign_isActivated, _Campaign_createdAt, _Campaign_updatedAt, _Campaign_deletedAt, _Campaign_rules, _Campaign_weight, _Campaign_startDate, _Campaign_endDate, _Campaign_banners, _Campaign_landingPage;
15
+ var _reference, _name, _category, _isActivated, _createdAt, _updatedAt, _deletedAt, _rules, _weight, _startDate, _endDate, _banners, _landingPage;
14
16
  Object.defineProperty(exports, "__esModule", { value: true });
15
17
  exports.Campaign = exports.CampaignFields = void 0;
16
18
  const abstractEntity_1 = require("../../../abstractEntity");
@@ -36,73 +38,73 @@ var CampaignFields;
36
38
  class Campaign extends abstractEntity_1.AbstractEntity {
37
39
  constructor(campaignInput) {
38
40
  super(campaignInput);
39
- _Campaign_reference.set(this, void 0);
40
- _Campaign_name.set(this, void 0);
41
- _Campaign_category.set(this, void 0);
42
- _Campaign_isActivated.set(this, void 0);
43
- _Campaign_createdAt.set(this, void 0);
44
- _Campaign_updatedAt.set(this, void 0);
45
- _Campaign_deletedAt.set(this, void 0);
46
- _Campaign_rules.set(this, void 0);
47
- _Campaign_weight.set(this, void 0);
48
- _Campaign_startDate.set(this, void 0);
49
- _Campaign_endDate.set(this, void 0);
50
- _Campaign_banners.set(this, void 0);
51
- _Campaign_landingPage.set(this, void 0);
52
- __classPrivateFieldSet(this, _Campaign_reference, campaignInput[CampaignFields.COLUMN_REFERENCE], "f");
53
- __classPrivateFieldSet(this, _Campaign_name, campaignInput[CampaignFields.COLUMN_NAME], "f");
54
- __classPrivateFieldSet(this, _Campaign_category, campaignInput[CampaignFields.COLUMN_CATEGORY], "f");
55
- __classPrivateFieldSet(this, _Campaign_isActivated, campaignInput[CampaignFields.COLUMN_IS_ACTIVATED], "f");
56
- __classPrivateFieldSet(this, _Campaign_createdAt, campaignInput[CampaignFields.COLUMN_CREATED_AT], "f");
57
- __classPrivateFieldSet(this, _Campaign_updatedAt, campaignInput[CampaignFields.COLUMN_UPDATED_AT], "f");
58
- __classPrivateFieldSet(this, _Campaign_deletedAt, campaignInput[CampaignFields.COLUMN_DELETED_AT], "f");
59
- __classPrivateFieldSet(this, _Campaign_rules, campaignInput[CampaignFields.COLUMN_RULES]
41
+ _reference.set(this, void 0);
42
+ _name.set(this, void 0);
43
+ _category.set(this, void 0);
44
+ _isActivated.set(this, void 0);
45
+ _createdAt.set(this, void 0);
46
+ _updatedAt.set(this, void 0);
47
+ _deletedAt.set(this, void 0);
48
+ _rules.set(this, void 0);
49
+ _weight.set(this, void 0);
50
+ _startDate.set(this, void 0);
51
+ _endDate.set(this, void 0);
52
+ _banners.set(this, void 0);
53
+ _landingPage.set(this, void 0);
54
+ __classPrivateFieldSet(this, _reference, campaignInput[CampaignFields.COLUMN_REFERENCE]);
55
+ __classPrivateFieldSet(this, _name, campaignInput[CampaignFields.COLUMN_NAME]);
56
+ __classPrivateFieldSet(this, _category, campaignInput[CampaignFields.COLUMN_CATEGORY]);
57
+ __classPrivateFieldSet(this, _isActivated, campaignInput[CampaignFields.COLUMN_IS_ACTIVATED]);
58
+ __classPrivateFieldSet(this, _createdAt, campaignInput[CampaignFields.COLUMN_CREATED_AT]);
59
+ __classPrivateFieldSet(this, _updatedAt, campaignInput[CampaignFields.COLUMN_UPDATED_AT]);
60
+ __classPrivateFieldSet(this, _deletedAt, campaignInput[CampaignFields.COLUMN_DELETED_AT]);
61
+ __classPrivateFieldSet(this, _rules, campaignInput[CampaignFields.COLUMN_RULES]
60
62
  ? new rules_1.Rules(campaignInput[CampaignFields.COLUMN_RULES])
61
- : undefined, "f");
62
- __classPrivateFieldSet(this, _Campaign_weight, campaignInput[CampaignFields.COLUMN_WEIGHT], "f");
63
- __classPrivateFieldSet(this, _Campaign_startDate, campaignInput[CampaignFields.COLUMN_START_DATE], "f");
64
- __classPrivateFieldSet(this, _Campaign_endDate, campaignInput[CampaignFields.COLUMN_END_DATE], "f");
65
- __classPrivateFieldSet(this, _Campaign_banners, campaignInput[CampaignFields.COLUMN_BANNERS].map((banner) => new banners_1.Banners(banner)), "f");
66
- __classPrivateFieldSet(this, _Campaign_landingPage, new landingPage_1.LandingPage(campaignInput[CampaignFields.COLUMN_LANDING_PAGE]), "f");
63
+ : undefined);
64
+ __classPrivateFieldSet(this, _weight, campaignInput[CampaignFields.COLUMN_WEIGHT]);
65
+ __classPrivateFieldSet(this, _startDate, campaignInput[CampaignFields.COLUMN_START_DATE]);
66
+ __classPrivateFieldSet(this, _endDate, campaignInput[CampaignFields.COLUMN_END_DATE]);
67
+ __classPrivateFieldSet(this, _banners, campaignInput[CampaignFields.COLUMN_BANNERS].map((banner) => new banners_1.Banners(banner)));
68
+ __classPrivateFieldSet(this, _landingPage, new landingPage_1.LandingPage(campaignInput[CampaignFields.COLUMN_LANDING_PAGE]));
67
69
  }
68
70
  get reference() {
69
- return __classPrivateFieldGet(this, _Campaign_reference, "f");
71
+ return __classPrivateFieldGet(this, _reference);
70
72
  }
71
73
  get name() {
72
- return __classPrivateFieldGet(this, _Campaign_name, "f");
74
+ return __classPrivateFieldGet(this, _name);
73
75
  }
74
76
  get category() {
75
- return __classPrivateFieldGet(this, _Campaign_category, "f");
77
+ return __classPrivateFieldGet(this, _category);
76
78
  }
77
79
  get isActivated() {
78
- return __classPrivateFieldGet(this, _Campaign_isActivated, "f");
80
+ return __classPrivateFieldGet(this, _isActivated);
79
81
  }
80
82
  get createdAt() {
81
- return __classPrivateFieldGet(this, _Campaign_createdAt, "f");
83
+ return __classPrivateFieldGet(this, _createdAt);
82
84
  }
83
85
  get updatedAt() {
84
- return __classPrivateFieldGet(this, _Campaign_updatedAt, "f");
86
+ return __classPrivateFieldGet(this, _updatedAt);
85
87
  }
86
88
  get deletedAt() {
87
- return __classPrivateFieldGet(this, _Campaign_deletedAt, "f");
89
+ return __classPrivateFieldGet(this, _deletedAt);
88
90
  }
89
91
  get rules() {
90
- return __classPrivateFieldGet(this, _Campaign_rules, "f");
92
+ return __classPrivateFieldGet(this, _rules);
91
93
  }
92
94
  get weight() {
93
- return __classPrivateFieldGet(this, _Campaign_weight, "f");
95
+ return __classPrivateFieldGet(this, _weight);
94
96
  }
95
97
  get startDate() {
96
- return __classPrivateFieldGet(this, _Campaign_startDate, "f");
98
+ return __classPrivateFieldGet(this, _startDate);
97
99
  }
98
100
  get endDate() {
99
- return __classPrivateFieldGet(this, _Campaign_endDate, "f");
101
+ return __classPrivateFieldGet(this, _endDate);
100
102
  }
101
103
  get banners() {
102
- return __classPrivateFieldGet(this, _Campaign_banners, "f");
104
+ return __classPrivateFieldGet(this, _banners);
103
105
  }
104
106
  get landingPage() {
105
- return __classPrivateFieldGet(this, _Campaign_landingPage, "f");
107
+ return __classPrivateFieldGet(this, _landingPage);
106
108
  }
107
109
  toJSON() {
108
110
  var _a;
@@ -124,5 +126,5 @@ class Campaign extends abstractEntity_1.AbstractEntity {
124
126
  }
125
127
  }
126
128
  exports.Campaign = Campaign;
127
- _Campaign_reference = new WeakMap(), _Campaign_name = new WeakMap(), _Campaign_category = new WeakMap(), _Campaign_isActivated = new WeakMap(), _Campaign_createdAt = new WeakMap(), _Campaign_updatedAt = new WeakMap(), _Campaign_deletedAt = new WeakMap(), _Campaign_rules = new WeakMap(), _Campaign_weight = new WeakMap(), _Campaign_startDate = new WeakMap(), _Campaign_endDate = new WeakMap(), _Campaign_banners = new WeakMap(), _Campaign_landingPage = new WeakMap();
129
+ _reference = new WeakMap(), _name = new WeakMap(), _category = new WeakMap(), _isActivated = new WeakMap(), _createdAt = new WeakMap(), _updatedAt = new WeakMap(), _deletedAt = new WeakMap(), _rules = new WeakMap(), _weight = new WeakMap(), _startDate = new WeakMap(), _endDate = new WeakMap(), _banners = new WeakMap(), _landingPage = new WeakMap();
128
130
  //# sourceMappingURL=campaign.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 _LandingPage_url, _LandingPage_header, _LandingPage_body, _LandingPage_footer;
15
+ var _url, _header, _body, _footer;
14
16
  Object.defineProperty(exports, "__esModule", { value: true });
15
17
  exports.LandingPage = exports.LandingPageFields = void 0;
16
18
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -27,28 +29,28 @@ var LandingPageFields;
27
29
  class LandingPage extends abstractEntity_1.AbstractEntity {
28
30
  constructor(landingPageInput) {
29
31
  super(landingPageInput);
30
- _LandingPage_url.set(this, void 0);
31
- _LandingPage_header.set(this, void 0);
32
- _LandingPage_body.set(this, void 0);
33
- _LandingPage_footer.set(this, void 0);
34
- __classPrivateFieldSet(this, _LandingPage_url, landingPageInput[LandingPageFields.COLUMN_URL], "f");
35
- __classPrivateFieldSet(this, _LandingPage_header, new landingPageHeader_1.LandingPageHeader(landingPageInput[LandingPageFields.COLUMN_HEADER]), "f");
36
- __classPrivateFieldSet(this, _LandingPage_body, new landingPageBody_1.LandingPageBody(landingPageInput[LandingPageFields.COLUMN_BODY]), "f");
37
- __classPrivateFieldSet(this, _LandingPage_footer, landingPageInput[LandingPageFields.COLUMN_FOOTER]
32
+ _url.set(this, void 0);
33
+ _header.set(this, void 0);
34
+ _body.set(this, void 0);
35
+ _footer.set(this, void 0);
36
+ __classPrivateFieldSet(this, _url, landingPageInput[LandingPageFields.COLUMN_URL]);
37
+ __classPrivateFieldSet(this, _header, new landingPageHeader_1.LandingPageHeader(landingPageInput[LandingPageFields.COLUMN_HEADER]));
38
+ __classPrivateFieldSet(this, _body, new landingPageBody_1.LandingPageBody(landingPageInput[LandingPageFields.COLUMN_BODY]));
39
+ __classPrivateFieldSet(this, _footer, landingPageInput[LandingPageFields.COLUMN_FOOTER]
38
40
  ? new landingPageFooter_1.LandingPageFooter(landingPageInput[LandingPageFields.COLUMN_FOOTER])
39
- : undefined, "f");
41
+ : undefined);
40
42
  }
41
43
  get url() {
42
- return __classPrivateFieldGet(this, _LandingPage_url, "f");
44
+ return __classPrivateFieldGet(this, _url);
43
45
  }
44
46
  get header() {
45
- return __classPrivateFieldGet(this, _LandingPage_header, "f");
47
+ return __classPrivateFieldGet(this, _header);
46
48
  }
47
49
  get body() {
48
- return __classPrivateFieldGet(this, _LandingPage_body, "f");
50
+ return __classPrivateFieldGet(this, _body);
49
51
  }
50
52
  get footer() {
51
- return __classPrivateFieldGet(this, _LandingPage_footer, "f");
53
+ return __classPrivateFieldGet(this, _footer);
52
54
  }
53
55
  toJSON() {
54
56
  var _a;
@@ -61,5 +63,5 @@ class LandingPage extends abstractEntity_1.AbstractEntity {
61
63
  }
62
64
  }
63
65
  exports.LandingPage = LandingPage;
64
- _LandingPage_url = new WeakMap(), _LandingPage_header = new WeakMap(), _LandingPage_body = new WeakMap(), _LandingPage_footer = new WeakMap();
66
+ _url = new WeakMap(), _header = new WeakMap(), _body = new WeakMap(), _footer = new WeakMap();
65
67
  //# sourceMappingURL=landingPage.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 _LandingPageBody_backgroundImageUuid, _LandingPageBody_backgroundColor, _LandingPageBody_type, _LandingPageBody_title, _LandingPageBody_description, _LandingPageBody_videoUrl, _LandingPageBody_buttonText, _LandingPageBody_contactEmail;
15
+ var _backgroundImageUuid, _backgroundColor, _type, _title, _description, _videoUrl, _buttonText, _contactEmail;
14
16
  Object.defineProperty(exports, "__esModule", { value: true });
15
17
  exports.LandingPageBody = exports.LandingPageBodyFields = void 0;
16
18
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -28,46 +30,46 @@ var LandingPageBodyFields;
28
30
  class LandingPageBody extends abstractEntity_1.AbstractEntity {
29
31
  constructor(landingPageBodyInput) {
30
32
  super(landingPageBodyInput);
31
- _LandingPageBody_backgroundImageUuid.set(this, void 0);
32
- _LandingPageBody_backgroundColor.set(this, void 0);
33
- _LandingPageBody_type.set(this, void 0);
34
- _LandingPageBody_title.set(this, void 0);
35
- _LandingPageBody_description.set(this, void 0);
36
- _LandingPageBody_videoUrl.set(this, void 0);
37
- _LandingPageBody_buttonText.set(this, void 0);
38
- _LandingPageBody_contactEmail.set(this, void 0);
39
- __classPrivateFieldSet(this, _LandingPageBody_backgroundImageUuid, landingPageBodyInput[LandingPageBodyFields.COLUMN_BACKGROUND_IMAGE_UUID], "f");
40
- __classPrivateFieldSet(this, _LandingPageBody_backgroundColor, landingPageBodyInput[LandingPageBodyFields.COLUMN_BACKGROUND_COLOR], "f");
41
- __classPrivateFieldSet(this, _LandingPageBody_type, landingPageBodyInput[LandingPageBodyFields.COLUMN_TYPE], "f");
42
- __classPrivateFieldSet(this, _LandingPageBody_title, landingPageBodyInput[LandingPageBodyFields.COLUMN_TITLE], "f");
43
- __classPrivateFieldSet(this, _LandingPageBody_description, landingPageBodyInput[LandingPageBodyFields.COLUMN_DESCRIPTION], "f");
44
- __classPrivateFieldSet(this, _LandingPageBody_videoUrl, landingPageBodyInput[LandingPageBodyFields.COLUMN_VIDEO_URL], "f");
45
- __classPrivateFieldSet(this, _LandingPageBody_buttonText, landingPageBodyInput[LandingPageBodyFields.COLUMN_BUTTON_TEXT], "f");
46
- __classPrivateFieldSet(this, _LandingPageBody_contactEmail, landingPageBodyInput[LandingPageBodyFields.COLUMN_CONTACT_EMAIL], "f");
33
+ _backgroundImageUuid.set(this, void 0);
34
+ _backgroundColor.set(this, void 0);
35
+ _type.set(this, void 0);
36
+ _title.set(this, void 0);
37
+ _description.set(this, void 0);
38
+ _videoUrl.set(this, void 0);
39
+ _buttonText.set(this, void 0);
40
+ _contactEmail.set(this, void 0);
41
+ __classPrivateFieldSet(this, _backgroundImageUuid, landingPageBodyInput[LandingPageBodyFields.COLUMN_BACKGROUND_IMAGE_UUID]);
42
+ __classPrivateFieldSet(this, _backgroundColor, landingPageBodyInput[LandingPageBodyFields.COLUMN_BACKGROUND_COLOR]);
43
+ __classPrivateFieldSet(this, _type, landingPageBodyInput[LandingPageBodyFields.COLUMN_TYPE]);
44
+ __classPrivateFieldSet(this, _title, landingPageBodyInput[LandingPageBodyFields.COLUMN_TITLE]);
45
+ __classPrivateFieldSet(this, _description, landingPageBodyInput[LandingPageBodyFields.COLUMN_DESCRIPTION]);
46
+ __classPrivateFieldSet(this, _videoUrl, landingPageBodyInput[LandingPageBodyFields.COLUMN_VIDEO_URL]);
47
+ __classPrivateFieldSet(this, _buttonText, landingPageBodyInput[LandingPageBodyFields.COLUMN_BUTTON_TEXT]);
48
+ __classPrivateFieldSet(this, _contactEmail, landingPageBodyInput[LandingPageBodyFields.COLUMN_CONTACT_EMAIL]);
47
49
  }
48
50
  get backgroundImageUuid() {
49
- return __classPrivateFieldGet(this, _LandingPageBody_backgroundImageUuid, "f");
51
+ return __classPrivateFieldGet(this, _backgroundImageUuid);
50
52
  }
51
53
  get backgroundColor() {
52
- return __classPrivateFieldGet(this, _LandingPageBody_backgroundColor, "f");
54
+ return __classPrivateFieldGet(this, _backgroundColor);
53
55
  }
54
56
  get type() {
55
- return __classPrivateFieldGet(this, _LandingPageBody_type, "f");
57
+ return __classPrivateFieldGet(this, _type);
56
58
  }
57
59
  get title() {
58
- return __classPrivateFieldGet(this, _LandingPageBody_title, "f");
60
+ return __classPrivateFieldGet(this, _title);
59
61
  }
60
62
  get description() {
61
- return __classPrivateFieldGet(this, _LandingPageBody_description, "f");
63
+ return __classPrivateFieldGet(this, _description);
62
64
  }
63
65
  get videoUrl() {
64
- return __classPrivateFieldGet(this, _LandingPageBody_videoUrl, "f");
66
+ return __classPrivateFieldGet(this, _videoUrl);
65
67
  }
66
68
  get buttonText() {
67
- return __classPrivateFieldGet(this, _LandingPageBody_buttonText, "f");
69
+ return __classPrivateFieldGet(this, _buttonText);
68
70
  }
69
71
  get contactEmail() {
70
- return __classPrivateFieldGet(this, _LandingPageBody_contactEmail, "f");
72
+ return __classPrivateFieldGet(this, _contactEmail);
71
73
  }
72
74
  toJSON() {
73
75
  return {
@@ -84,5 +86,5 @@ class LandingPageBody extends abstractEntity_1.AbstractEntity {
84
86
  }
85
87
  }
86
88
  exports.LandingPageBody = LandingPageBody;
87
- _LandingPageBody_backgroundImageUuid = new WeakMap(), _LandingPageBody_backgroundColor = new WeakMap(), _LandingPageBody_type = new WeakMap(), _LandingPageBody_title = new WeakMap(), _LandingPageBody_description = new WeakMap(), _LandingPageBody_videoUrl = new WeakMap(), _LandingPageBody_buttonText = new WeakMap(), _LandingPageBody_contactEmail = new WeakMap();
89
+ _backgroundImageUuid = new WeakMap(), _backgroundColor = new WeakMap(), _type = new WeakMap(), _title = new WeakMap(), _description = new WeakMap(), _videoUrl = new WeakMap(), _buttonText = new WeakMap(), _contactEmail = new WeakMap();
88
90
  //# sourceMappingURL=landingPageBody.js.map