@arrowsphere/api-client 3.28.0 → 3.29.0-rc.jpb.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.
- package/README.md +12 -0
- package/build/AbstractHttpClient.d.ts +47 -0
- package/build/AbstractHttpClient.js +80 -0
- package/build/abstractClient.d.ts +3 -19
- package/build/abstractClient.js +8 -23
- package/build/abstractEntity.js +14 -16
- package/build/abstractGraphQLClient.d.ts +4 -14
- package/build/abstractGraphQLClient.js +32 -24
- package/build/axiosSingleton.js +2 -2
- package/build/campaign/entities/campaign/banners/banners.js +32 -34
- package/build/campaign/entities/campaign/campaign.js +51 -53
- package/build/campaign/entities/campaign/landingPage/landingPage.js +24 -26
- package/build/campaign/entities/campaign/landingPage/landingPageBody.js +35 -37
- package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooter.js +29 -31
- package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +23 -25
- package/build/campaign/entities/campaign/landingPage/landingPageHeader.js +29 -31
- package/build/campaign/entities/campaign/rules/rules.js +29 -31
- package/build/campaign/entities/campaignAssets/assets/assets.js +17 -19
- package/build/campaign/entities/campaignAssets/campaignAssets.js +14 -16
- package/build/campaign/entities/v2/campaign/banner/banner.js +32 -34
- package/build/campaign/entities/v2/campaign/campaign.js +48 -50
- package/build/campaign/entities/v2/campaign/landingPage/landingPage.js +24 -26
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooter.js +34 -36
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +20 -22
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeatureItem.js +32 -34
- package/build/campaign/entities/v2/campaign/landingPage/landingPageHeader.js +32 -34
- package/build/campaign/entities/v2/campaignList.js +14 -16
- package/build/campaign/index.js +5 -1
- package/build/cart/entities/index.js +5 -1
- package/build/cart/entities/item.js +26 -28
- package/build/cart/entities/itemList.js +14 -16
- package/build/cart/index.js +5 -1
- package/build/catalog/catalogGraphQLClient.d.ts +2 -0
- package/build/catalog/catalogGraphQLClient.js +14 -1
- package/build/catalog/entities/program.js +32 -34
- package/build/catalog/entities/programs.js +14 -16
- package/build/catalog/index.d.ts +2 -0
- package/build/catalog/index.js +7 -1
- package/build/catalog/types/catalogGraphQLQueries.d.ts +12 -0
- package/build/catalog/types/catalogGraphQLQueries.js +3 -0
- package/build/catalog/types/catalogGraphQLSchemas.d.ts +30 -0
- package/build/catalog/types/catalogGraphQLSchemas.js +4 -0
- package/build/catalog/types/catalogGraphQLTypes.js +1 -0
- package/build/catalog/types/queryArguments.d.ts +41 -0
- package/build/catalog/types/queryArguments.js +10 -0
- package/build/consumption/entities/bi/consumptionBI.js +28 -30
- package/build/consumption/entities/bi/period/period.js +17 -19
- package/build/consumption/entities/bi/top/top.js +23 -25
- package/build/consumption/entities/consumption/consumption.js +17 -19
- package/build/consumption/index.js +5 -1
- package/build/contact/entities/contact.js +44 -46
- package/build/contact/entities/contactCreate.js +14 -16
- package/build/contact/entities/contactList.js +14 -16
- package/build/contact/index.js +5 -1
- package/build/customers/entities/customers/contact/contact.js +29 -31
- package/build/customers/entities/customers/customer.js +71 -73
- package/build/customers/entities/customers/customerContact/customerContact.js +38 -40
- package/build/customers/entities/customers/customerContact/customerContactList.js +14 -16
- package/build/customers/entities/customers/details/details.js +29 -31
- package/build/customers/entities/dataCustomers.js +14 -16
- package/build/customers/entities/dataInvitation.js +29 -31
- package/build/customers/entities/invitations/company/company.js +14 -16
- package/build/customers/entities/invitations/contact/invitationContact.js +26 -28
- package/build/customers/index.js +5 -1
- package/build/exception/exception-handlers/HandleHttpExceptionOutput.d.ts +3 -0
- package/build/exception/exception-handlers/HandleHttpExceptionOutput.js +3 -0
- package/build/exception/exception-handlers/Hooks.d.ts +3 -0
- package/build/exception/exception-handlers/Hooks.js +3 -0
- package/build/exception/exception-handlers/HttpExceptionHandler.d.ts +10 -0
- package/build/exception/exception-handlers/HttpExceptionHandler.js +3 -0
- package/build/exception/exception-handlers/index.d.ts +3 -0
- package/build/exception/exception-handlers/index.js +20 -0
- package/build/exception/index.js +5 -1
- package/build/exception/publicApiClientException.d.ts +2 -1
- package/build/exception/publicApiClientException.js +2 -1
- package/build/general/entities/whoAmI.js +59 -61
- package/build/general/index.js +5 -1
- package/build/getResult.js +21 -23
- package/build/index.d.ts +1 -0
- package/build/index.js +6 -1
- package/build/licenses/entities/filterFindResult.js +17 -19
- package/build/licenses/entities/findResult.d.ts +1 -1
- package/build/licenses/entities/findResult.js +37 -39
- package/build/licenses/entities/getLicense/actionMessagesGetResult.js +26 -28
- package/build/licenses/entities/getLicense/actionsGetResult.js +41 -43
- package/build/licenses/entities/getLicense/buySellFindResult.js +17 -19
- package/build/licenses/entities/getLicense/licenseGetResult.js +105 -107
- package/build/licenses/entities/getLicense/licensePriceGetResult.js +20 -22
- package/build/licenses/entities/getLicense/orderGetResult.js +17 -19
- package/build/licenses/entities/getResult/getLicenseResult.js +14 -16
- package/build/licenses/entities/history/actionHistoryResult.js +23 -25
- package/build/licenses/entities/history/licenceHistoryResult.js +14 -16
- package/build/licenses/entities/license/activeSeatsFindResult.js +17 -19
- package/build/licenses/entities/license/configFindResult.js +20 -22
- package/build/licenses/entities/license/licenseFindResult.js +134 -136
- package/build/licenses/entities/license/priceFindResult.js +26 -28
- package/build/licenses/entities/license/warningFindResult.js +17 -19
- package/build/licenses/entities/offer/actionFlagsFindResult.js +20 -22
- package/build/licenses/entities/offer/offerFindResult.js +32 -34
- package/build/licenses/entities/offer/priceBandFindResult.js +35 -37
- package/build/licenses/entities/offer/priceband/billingFindResult.js +20 -22
- package/build/licenses/entities/offer/priceband/identifiers/arrowsphereFindResult.js +14 -16
- package/build/licenses/entities/offer/priceband/identifiersFindResult.js +14 -16
- package/build/licenses/entities/offer/priceband/priceBandActionFlagsFindResult.js +26 -28
- package/build/licenses/entities/offer/priceband/priceBandPriceFindResult.js +20 -22
- package/build/licenses/entities/offer/priceband/saleConstraintsFindResult.js +17 -19
- package/build/licenses/index.js +5 -1
- package/build/orders/entities/dataListOrders.js +14 -16
- package/build/orders/entities/orders/order.js +39 -41
- package/build/orders/entities/orders/partner/partner.js +17 -19
- package/build/orders/entities/orders/products/identifiers/productIdentifiers.js +14 -16
- package/build/orders/entities/orders/products/identifiers/vendor/identifiersVendor.js +14 -16
- package/build/orders/entities/orders/products/prices/productPrices.js +32 -34
- package/build/orders/entities/orders/products/products.js +56 -58
- package/build/orders/entities/orders/products/program/productProgram.js +14 -16
- package/build/orders/entities/referenceLink.js +17 -19
- package/build/orders/index.js +5 -1
- package/build/pagination.js +29 -31
- package/build/security/index.js +5 -1
- package/build/security/register/entity/registrationLink.js +14 -16
- package/build/security/register/index.js +5 -1
- package/build/security/standards/entities/checks/checks.js +17 -19
- package/build/security/standards/entities/checks/securityChecks.js +38 -40
- package/build/security/standards/entities/resources/resources.js +26 -28
- package/build/security/standards/entities/resources/securityResources.js +17 -19
- package/build/security/standards/entities/standards/securityStandards.js +29 -31
- package/build/security/standards/entities/standards/standards.js +17 -19
- package/build/security/standards/index.js +5 -1
- package/build/securityScore/entities/getCustomerAccountData.d.ts +44 -0
- package/build/securityScore/entities/getCustomerAccountData.js +99 -0
- package/build/securityScore/entities/getCustomerData.d.ts +44 -0
- package/build/securityScore/entities/getCustomerData.js +99 -0
- package/build/securityScore/entities/getPartnerData.d.ts +39 -0
- package/build/securityScore/entities/getPartnerData.js +88 -0
- package/build/securityScore/index.d.ts +7 -0
- package/build/securityScore/index.js +24 -0
- package/build/securityScore/securityScoreGraphQLClient.d.ts +19 -0
- package/build/securityScore/securityScoreGraphQLClient.js +61 -0
- package/build/securityScore/types/queryArguments.d.ts +108 -0
- package/build/securityScore/types/queryArguments.js +93 -0
- package/build/securityScore/types/securityScoreGraphQLQueries.d.ts +55 -0
- package/build/securityScore/types/securityScoreGraphQLQueries.js +7 -0
- package/build/securityScore/types/securityScoreGraphQLSchemas.d.ts +71 -0
- package/build/securityScore/types/securityScoreGraphQLSchemas.js +3 -0
- package/build/securityScore/types/securityScoreGraphQLTypes.d.ts +165 -0
- package/build/securityScore/types/securityScoreGraphQLTypes.js +3 -0
- package/build/shared/index.js +5 -1
- package/build/subscriptions/entities/subscription.js +56 -58
- package/build/subscriptions/entities/subscriptionsListResult.js +39 -41
- package/build/subscriptions/index.js +5 -1
- package/build/supportCenter/entities/issue/attachment.js +27 -29
- package/build/supportCenter/entities/issue/comment.js +29 -31
- package/build/supportCenter/entities/issue/issue.js +106 -108
- package/build/supportCenter/entities/topic.js +30 -32
- package/build/supportCenter/index.js +5 -1
- package/package.json +5 -3
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
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
|
|
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;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.Campaign = exports.CampaignFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../abstractEntity");
|
|
@@ -38,73 +36,73 @@ var CampaignFields;
|
|
|
38
36
|
class Campaign extends abstractEntity_1.AbstractEntity {
|
|
39
37
|
constructor(campaignInput) {
|
|
40
38
|
super(campaignInput);
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
__classPrivateFieldSet(this,
|
|
55
|
-
__classPrivateFieldSet(this,
|
|
56
|
-
__classPrivateFieldSet(this,
|
|
57
|
-
__classPrivateFieldSet(this,
|
|
58
|
-
__classPrivateFieldSet(this,
|
|
59
|
-
__classPrivateFieldSet(this,
|
|
60
|
-
__classPrivateFieldSet(this,
|
|
61
|
-
__classPrivateFieldSet(this,
|
|
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]
|
|
62
60
|
? new rules_1.Rules(campaignInput[CampaignFields.COLUMN_RULES])
|
|
63
|
-
: undefined);
|
|
64
|
-
__classPrivateFieldSet(this,
|
|
65
|
-
__classPrivateFieldSet(this,
|
|
66
|
-
__classPrivateFieldSet(this,
|
|
67
|
-
__classPrivateFieldSet(this,
|
|
68
|
-
__classPrivateFieldSet(this,
|
|
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");
|
|
69
67
|
}
|
|
70
68
|
get reference() {
|
|
71
|
-
return __classPrivateFieldGet(this,
|
|
69
|
+
return __classPrivateFieldGet(this, _Campaign_reference, "f");
|
|
72
70
|
}
|
|
73
71
|
get name() {
|
|
74
|
-
return __classPrivateFieldGet(this,
|
|
72
|
+
return __classPrivateFieldGet(this, _Campaign_name, "f");
|
|
75
73
|
}
|
|
76
74
|
get category() {
|
|
77
|
-
return __classPrivateFieldGet(this,
|
|
75
|
+
return __classPrivateFieldGet(this, _Campaign_category, "f");
|
|
78
76
|
}
|
|
79
77
|
get isActivated() {
|
|
80
|
-
return __classPrivateFieldGet(this,
|
|
78
|
+
return __classPrivateFieldGet(this, _Campaign_isActivated, "f");
|
|
81
79
|
}
|
|
82
80
|
get createdAt() {
|
|
83
|
-
return __classPrivateFieldGet(this,
|
|
81
|
+
return __classPrivateFieldGet(this, _Campaign_createdAt, "f");
|
|
84
82
|
}
|
|
85
83
|
get updatedAt() {
|
|
86
|
-
return __classPrivateFieldGet(this,
|
|
84
|
+
return __classPrivateFieldGet(this, _Campaign_updatedAt, "f");
|
|
87
85
|
}
|
|
88
86
|
get deletedAt() {
|
|
89
|
-
return __classPrivateFieldGet(this,
|
|
87
|
+
return __classPrivateFieldGet(this, _Campaign_deletedAt, "f");
|
|
90
88
|
}
|
|
91
89
|
get rules() {
|
|
92
|
-
return __classPrivateFieldGet(this,
|
|
90
|
+
return __classPrivateFieldGet(this, _Campaign_rules, "f");
|
|
93
91
|
}
|
|
94
92
|
get weight() {
|
|
95
|
-
return __classPrivateFieldGet(this,
|
|
93
|
+
return __classPrivateFieldGet(this, _Campaign_weight, "f");
|
|
96
94
|
}
|
|
97
95
|
get startDate() {
|
|
98
|
-
return __classPrivateFieldGet(this,
|
|
96
|
+
return __classPrivateFieldGet(this, _Campaign_startDate, "f");
|
|
99
97
|
}
|
|
100
98
|
get endDate() {
|
|
101
|
-
return __classPrivateFieldGet(this,
|
|
99
|
+
return __classPrivateFieldGet(this, _Campaign_endDate, "f");
|
|
102
100
|
}
|
|
103
101
|
get banners() {
|
|
104
|
-
return __classPrivateFieldGet(this,
|
|
102
|
+
return __classPrivateFieldGet(this, _Campaign_banners, "f");
|
|
105
103
|
}
|
|
106
104
|
get landingPage() {
|
|
107
|
-
return __classPrivateFieldGet(this,
|
|
105
|
+
return __classPrivateFieldGet(this, _Campaign_landingPage, "f");
|
|
108
106
|
}
|
|
109
107
|
toJSON() {
|
|
110
108
|
var _a;
|
|
@@ -126,5 +124,5 @@ class Campaign extends abstractEntity_1.AbstractEntity {
|
|
|
126
124
|
}
|
|
127
125
|
}
|
|
128
126
|
exports.Campaign = Campaign;
|
|
129
|
-
|
|
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();
|
|
130
128
|
//# sourceMappingURL=campaign.js.map
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
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
|
|
13
|
+
var _LandingPage_url, _LandingPage_header, _LandingPage_body, _LandingPage_footer;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.LandingPage = exports.LandingPageFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -29,28 +27,28 @@ var LandingPageFields;
|
|
|
29
27
|
class LandingPage extends abstractEntity_1.AbstractEntity {
|
|
30
28
|
constructor(landingPageInput) {
|
|
31
29
|
super(landingPageInput);
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
__classPrivateFieldSet(this,
|
|
37
|
-
__classPrivateFieldSet(this,
|
|
38
|
-
__classPrivateFieldSet(this,
|
|
39
|
-
__classPrivateFieldSet(this,
|
|
30
|
+
_LandingPage_url.set(this, void 0);
|
|
31
|
+
_LandingPage_header.set(this, void 0);
|
|
32
|
+
_LandingPage_body.set(this, void 0);
|
|
33
|
+
_LandingPage_footer.set(this, void 0);
|
|
34
|
+
__classPrivateFieldSet(this, _LandingPage_url, landingPageInput[LandingPageFields.COLUMN_URL], "f");
|
|
35
|
+
__classPrivateFieldSet(this, _LandingPage_header, new landingPageHeader_1.LandingPageHeader(landingPageInput[LandingPageFields.COLUMN_HEADER]), "f");
|
|
36
|
+
__classPrivateFieldSet(this, _LandingPage_body, new landingPageBody_1.LandingPageBody(landingPageInput[LandingPageFields.COLUMN_BODY]), "f");
|
|
37
|
+
__classPrivateFieldSet(this, _LandingPage_footer, landingPageInput[LandingPageFields.COLUMN_FOOTER]
|
|
40
38
|
? new landingPageFooter_1.LandingPageFooter(landingPageInput[LandingPageFields.COLUMN_FOOTER])
|
|
41
|
-
: undefined);
|
|
39
|
+
: undefined, "f");
|
|
42
40
|
}
|
|
43
41
|
get url() {
|
|
44
|
-
return __classPrivateFieldGet(this,
|
|
42
|
+
return __classPrivateFieldGet(this, _LandingPage_url, "f");
|
|
45
43
|
}
|
|
46
44
|
get header() {
|
|
47
|
-
return __classPrivateFieldGet(this,
|
|
45
|
+
return __classPrivateFieldGet(this, _LandingPage_header, "f");
|
|
48
46
|
}
|
|
49
47
|
get body() {
|
|
50
|
-
return __classPrivateFieldGet(this,
|
|
48
|
+
return __classPrivateFieldGet(this, _LandingPage_body, "f");
|
|
51
49
|
}
|
|
52
50
|
get footer() {
|
|
53
|
-
return __classPrivateFieldGet(this,
|
|
51
|
+
return __classPrivateFieldGet(this, _LandingPage_footer, "f");
|
|
54
52
|
}
|
|
55
53
|
toJSON() {
|
|
56
54
|
var _a;
|
|
@@ -63,5 +61,5 @@ class LandingPage extends abstractEntity_1.AbstractEntity {
|
|
|
63
61
|
}
|
|
64
62
|
}
|
|
65
63
|
exports.LandingPage = LandingPage;
|
|
66
|
-
|
|
64
|
+
_LandingPage_url = new WeakMap(), _LandingPage_header = new WeakMap(), _LandingPage_body = new WeakMap(), _LandingPage_footer = new WeakMap();
|
|
67
65
|
//# sourceMappingURL=landingPage.js.map
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
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
|
|
13
|
+
var _LandingPageBody_backgroundImageUuid, _LandingPageBody_backgroundColor, _LandingPageBody_type, _LandingPageBody_title, _LandingPageBody_description, _LandingPageBody_videoUrl, _LandingPageBody_buttonText, _LandingPageBody_contactEmail;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.LandingPageBody = exports.LandingPageBodyFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -30,46 +28,46 @@ var LandingPageBodyFields;
|
|
|
30
28
|
class LandingPageBody extends abstractEntity_1.AbstractEntity {
|
|
31
29
|
constructor(landingPageBodyInput) {
|
|
32
30
|
super(landingPageBodyInput);
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
__classPrivateFieldSet(this,
|
|
42
|
-
__classPrivateFieldSet(this,
|
|
43
|
-
__classPrivateFieldSet(this,
|
|
44
|
-
__classPrivateFieldSet(this,
|
|
45
|
-
__classPrivateFieldSet(this,
|
|
46
|
-
__classPrivateFieldSet(this,
|
|
47
|
-
__classPrivateFieldSet(this,
|
|
48
|
-
__classPrivateFieldSet(this,
|
|
31
|
+
_LandingPageBody_backgroundImageUuid.set(this, void 0);
|
|
32
|
+
_LandingPageBody_backgroundColor.set(this, void 0);
|
|
33
|
+
_LandingPageBody_type.set(this, void 0);
|
|
34
|
+
_LandingPageBody_title.set(this, void 0);
|
|
35
|
+
_LandingPageBody_description.set(this, void 0);
|
|
36
|
+
_LandingPageBody_videoUrl.set(this, void 0);
|
|
37
|
+
_LandingPageBody_buttonText.set(this, void 0);
|
|
38
|
+
_LandingPageBody_contactEmail.set(this, void 0);
|
|
39
|
+
__classPrivateFieldSet(this, _LandingPageBody_backgroundImageUuid, landingPageBodyInput[LandingPageBodyFields.COLUMN_BACKGROUND_IMAGE_UUID], "f");
|
|
40
|
+
__classPrivateFieldSet(this, _LandingPageBody_backgroundColor, landingPageBodyInput[LandingPageBodyFields.COLUMN_BACKGROUND_COLOR], "f");
|
|
41
|
+
__classPrivateFieldSet(this, _LandingPageBody_type, landingPageBodyInput[LandingPageBodyFields.COLUMN_TYPE], "f");
|
|
42
|
+
__classPrivateFieldSet(this, _LandingPageBody_title, landingPageBodyInput[LandingPageBodyFields.COLUMN_TITLE], "f");
|
|
43
|
+
__classPrivateFieldSet(this, _LandingPageBody_description, landingPageBodyInput[LandingPageBodyFields.COLUMN_DESCRIPTION], "f");
|
|
44
|
+
__classPrivateFieldSet(this, _LandingPageBody_videoUrl, landingPageBodyInput[LandingPageBodyFields.COLUMN_VIDEO_URL], "f");
|
|
45
|
+
__classPrivateFieldSet(this, _LandingPageBody_buttonText, landingPageBodyInput[LandingPageBodyFields.COLUMN_BUTTON_TEXT], "f");
|
|
46
|
+
__classPrivateFieldSet(this, _LandingPageBody_contactEmail, landingPageBodyInput[LandingPageBodyFields.COLUMN_CONTACT_EMAIL], "f");
|
|
49
47
|
}
|
|
50
48
|
get backgroundImageUuid() {
|
|
51
|
-
return __classPrivateFieldGet(this,
|
|
49
|
+
return __classPrivateFieldGet(this, _LandingPageBody_backgroundImageUuid, "f");
|
|
52
50
|
}
|
|
53
51
|
get backgroundColor() {
|
|
54
|
-
return __classPrivateFieldGet(this,
|
|
52
|
+
return __classPrivateFieldGet(this, _LandingPageBody_backgroundColor, "f");
|
|
55
53
|
}
|
|
56
54
|
get type() {
|
|
57
|
-
return __classPrivateFieldGet(this,
|
|
55
|
+
return __classPrivateFieldGet(this, _LandingPageBody_type, "f");
|
|
58
56
|
}
|
|
59
57
|
get title() {
|
|
60
|
-
return __classPrivateFieldGet(this,
|
|
58
|
+
return __classPrivateFieldGet(this, _LandingPageBody_title, "f");
|
|
61
59
|
}
|
|
62
60
|
get description() {
|
|
63
|
-
return __classPrivateFieldGet(this,
|
|
61
|
+
return __classPrivateFieldGet(this, _LandingPageBody_description, "f");
|
|
64
62
|
}
|
|
65
63
|
get videoUrl() {
|
|
66
|
-
return __classPrivateFieldGet(this,
|
|
64
|
+
return __classPrivateFieldGet(this, _LandingPageBody_videoUrl, "f");
|
|
67
65
|
}
|
|
68
66
|
get buttonText() {
|
|
69
|
-
return __classPrivateFieldGet(this,
|
|
67
|
+
return __classPrivateFieldGet(this, _LandingPageBody_buttonText, "f");
|
|
70
68
|
}
|
|
71
69
|
get contactEmail() {
|
|
72
|
-
return __classPrivateFieldGet(this,
|
|
70
|
+
return __classPrivateFieldGet(this, _LandingPageBody_contactEmail, "f");
|
|
73
71
|
}
|
|
74
72
|
toJSON() {
|
|
75
73
|
return {
|
|
@@ -86,5 +84,5 @@ class LandingPageBody extends abstractEntity_1.AbstractEntity {
|
|
|
86
84
|
}
|
|
87
85
|
}
|
|
88
86
|
exports.LandingPageBody = LandingPageBody;
|
|
89
|
-
|
|
87
|
+
_LandingPageBody_backgroundImageUuid = new WeakMap(), _LandingPageBody_backgroundColor = new WeakMap(), _LandingPageBody_type = new WeakMap(), _LandingPageBody_title = new WeakMap(), _LandingPageBody_description = new WeakMap(), _LandingPageBody_videoUrl = new WeakMap(), _LandingPageBody_buttonText = new WeakMap(), _LandingPageBody_contactEmail = new WeakMap();
|
|
90
88
|
//# sourceMappingURL=landingPageBody.js.map
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
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
|
|
13
|
+
var _LandingPageFooter_title, _LandingPageFooter_backgroundColor, _LandingPageFooter_buttonText, _LandingPageFooter_buttonUrl, _LandingPageFooter_textColor, _LandingPageFooter_features;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.LandingPageFooter = exports.LandingPageFooterFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../../../abstractEntity");
|
|
@@ -30,36 +28,36 @@ class LandingPageFooter extends abstractEntity_1.AbstractEntity {
|
|
|
30
28
|
constructor(landingPageFooterInput) {
|
|
31
29
|
var _a;
|
|
32
30
|
super(landingPageFooterInput);
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
__classPrivateFieldSet(this,
|
|
40
|
-
__classPrivateFieldSet(this,
|
|
41
|
-
__classPrivateFieldSet(this,
|
|
42
|
-
__classPrivateFieldSet(this,
|
|
43
|
-
__classPrivateFieldSet(this,
|
|
44
|
-
__classPrivateFieldSet(this,
|
|
31
|
+
_LandingPageFooter_title.set(this, void 0);
|
|
32
|
+
_LandingPageFooter_backgroundColor.set(this, void 0);
|
|
33
|
+
_LandingPageFooter_buttonText.set(this, void 0);
|
|
34
|
+
_LandingPageFooter_buttonUrl.set(this, void 0);
|
|
35
|
+
_LandingPageFooter_textColor.set(this, void 0);
|
|
36
|
+
_LandingPageFooter_features.set(this, void 0);
|
|
37
|
+
__classPrivateFieldSet(this, _LandingPageFooter_title, landingPageFooterInput[LandingPageFooterFields.COLUMN_TITLE], "f");
|
|
38
|
+
__classPrivateFieldSet(this, _LandingPageFooter_backgroundColor, landingPageFooterInput[LandingPageFooterFields.COLUMN_BACKGROUND_COLOR], "f");
|
|
39
|
+
__classPrivateFieldSet(this, _LandingPageFooter_buttonText, landingPageFooterInput[LandingPageFooterFields.COLUMN_BUTTON_TEXT], "f");
|
|
40
|
+
__classPrivateFieldSet(this, _LandingPageFooter_buttonUrl, landingPageFooterInput[LandingPageFooterFields.COLUMN_BUTTON_URL], "f");
|
|
41
|
+
__classPrivateFieldSet(this, _LandingPageFooter_textColor, landingPageFooterInput[LandingPageFooterFields.COLUMN_TEXT_COLOR], "f");
|
|
42
|
+
__classPrivateFieldSet(this, _LandingPageFooter_features, (_a = landingPageFooterInput[LandingPageFooterFields.COLUMN_FEATURES]) === null || _a === void 0 ? void 0 : _a.map((landingPageFooterFeature) => new landingPageFooterFeature_1.LandingPageFooterFeature(landingPageFooterFeature)), "f");
|
|
45
43
|
}
|
|
46
44
|
get title() {
|
|
47
|
-
return __classPrivateFieldGet(this,
|
|
45
|
+
return __classPrivateFieldGet(this, _LandingPageFooter_title, "f");
|
|
48
46
|
}
|
|
49
47
|
get backgroundColor() {
|
|
50
|
-
return __classPrivateFieldGet(this,
|
|
48
|
+
return __classPrivateFieldGet(this, _LandingPageFooter_backgroundColor, "f");
|
|
51
49
|
}
|
|
52
50
|
get buttonText() {
|
|
53
|
-
return __classPrivateFieldGet(this,
|
|
51
|
+
return __classPrivateFieldGet(this, _LandingPageFooter_buttonText, "f");
|
|
54
52
|
}
|
|
55
53
|
get buttonUrl() {
|
|
56
|
-
return __classPrivateFieldGet(this,
|
|
54
|
+
return __classPrivateFieldGet(this, _LandingPageFooter_buttonUrl, "f");
|
|
57
55
|
}
|
|
58
56
|
get textColor() {
|
|
59
|
-
return __classPrivateFieldGet(this,
|
|
57
|
+
return __classPrivateFieldGet(this, _LandingPageFooter_textColor, "f");
|
|
60
58
|
}
|
|
61
59
|
get features() {
|
|
62
|
-
return __classPrivateFieldGet(this,
|
|
60
|
+
return __classPrivateFieldGet(this, _LandingPageFooter_features, "f");
|
|
63
61
|
}
|
|
64
62
|
toJSON() {
|
|
65
63
|
var _a;
|
|
@@ -74,5 +72,5 @@ class LandingPageFooter extends abstractEntity_1.AbstractEntity {
|
|
|
74
72
|
}
|
|
75
73
|
}
|
|
76
74
|
exports.LandingPageFooter = LandingPageFooter;
|
|
77
|
-
|
|
75
|
+
_LandingPageFooter_title = new WeakMap(), _LandingPageFooter_backgroundColor = new WeakMap(), _LandingPageFooter_buttonText = new WeakMap(), _LandingPageFooter_buttonUrl = new WeakMap(), _LandingPageFooter_textColor = new WeakMap(), _LandingPageFooter_features = new WeakMap();
|
|
78
76
|
//# sourceMappingURL=landingPageFooter.js.map
|
package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js
CHANGED
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
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
|
|
13
|
+
var _LandingPageFooterFeature_title, _LandingPageFooterFeature_description, _LandingPageFooterFeature_icon, _LandingPageFooterFeature_size;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.LandingPageFooterFeature = exports.LandingPageFooterFeatureFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../../../abstractEntity");
|
|
@@ -26,26 +24,26 @@ var LandingPageFooterFeatureFields;
|
|
|
26
24
|
class LandingPageFooterFeature extends abstractEntity_1.AbstractEntity {
|
|
27
25
|
constructor(landingPageFooterFeatureInput) {
|
|
28
26
|
super(landingPageFooterFeatureInput);
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
__classPrivateFieldSet(this,
|
|
34
|
-
__classPrivateFieldSet(this,
|
|
35
|
-
__classPrivateFieldSet(this,
|
|
36
|
-
__classPrivateFieldSet(this,
|
|
27
|
+
_LandingPageFooterFeature_title.set(this, void 0);
|
|
28
|
+
_LandingPageFooterFeature_description.set(this, void 0);
|
|
29
|
+
_LandingPageFooterFeature_icon.set(this, void 0);
|
|
30
|
+
_LandingPageFooterFeature_size.set(this, void 0);
|
|
31
|
+
__classPrivateFieldSet(this, _LandingPageFooterFeature_title, landingPageFooterFeatureInput[LandingPageFooterFeatureFields.COLUMN_TITLE], "f");
|
|
32
|
+
__classPrivateFieldSet(this, _LandingPageFooterFeature_description, landingPageFooterFeatureInput[LandingPageFooterFeatureFields.COLUMN_DESCRIPTION], "f");
|
|
33
|
+
__classPrivateFieldSet(this, _LandingPageFooterFeature_icon, landingPageFooterFeatureInput[LandingPageFooterFeatureFields.COLUMN_ICON], "f");
|
|
34
|
+
__classPrivateFieldSet(this, _LandingPageFooterFeature_size, landingPageFooterFeatureInput[LandingPageFooterFeatureFields.COLUMN_SIZE], "f");
|
|
37
35
|
}
|
|
38
36
|
get title() {
|
|
39
|
-
return __classPrivateFieldGet(this,
|
|
37
|
+
return __classPrivateFieldGet(this, _LandingPageFooterFeature_title, "f");
|
|
40
38
|
}
|
|
41
39
|
get description() {
|
|
42
|
-
return __classPrivateFieldGet(this,
|
|
40
|
+
return __classPrivateFieldGet(this, _LandingPageFooterFeature_description, "f");
|
|
43
41
|
}
|
|
44
42
|
get icon() {
|
|
45
|
-
return __classPrivateFieldGet(this,
|
|
43
|
+
return __classPrivateFieldGet(this, _LandingPageFooterFeature_icon, "f");
|
|
46
44
|
}
|
|
47
45
|
get size() {
|
|
48
|
-
return __classPrivateFieldGet(this,
|
|
46
|
+
return __classPrivateFieldGet(this, _LandingPageFooterFeature_size, "f");
|
|
49
47
|
}
|
|
50
48
|
toJSON() {
|
|
51
49
|
return {
|
|
@@ -57,5 +55,5 @@ class LandingPageFooterFeature extends abstractEntity_1.AbstractEntity {
|
|
|
57
55
|
}
|
|
58
56
|
}
|
|
59
57
|
exports.LandingPageFooterFeature = LandingPageFooterFeature;
|
|
60
|
-
|
|
58
|
+
_LandingPageFooterFeature_title = new WeakMap(), _LandingPageFooterFeature_description = new WeakMap(), _LandingPageFooterFeature_icon = new WeakMap(), _LandingPageFooterFeature_size = new WeakMap();
|
|
61
59
|
//# sourceMappingURL=landingPageFooterFeature.js.map
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
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
|
|
13
|
+
var _LandingPageHeader_backgroundImageUuid, _LandingPageHeader_vendorLogoUuid, _LandingPageHeader_title, _LandingPageHeader_backgroundColor, _LandingPageHeader_baseline, _LandingPageHeader_textColor;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.LandingPageHeader = exports.LandingPageHeaderFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -28,36 +26,36 @@ var LandingPageHeaderFields;
|
|
|
28
26
|
class LandingPageHeader extends abstractEntity_1.AbstractEntity {
|
|
29
27
|
constructor(landingPageHeaderInput) {
|
|
30
28
|
super(landingPageHeaderInput);
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
__classPrivateFieldSet(this,
|
|
38
|
-
__classPrivateFieldSet(this,
|
|
39
|
-
__classPrivateFieldSet(this,
|
|
40
|
-
__classPrivateFieldSet(this,
|
|
41
|
-
__classPrivateFieldSet(this,
|
|
42
|
-
__classPrivateFieldSet(this,
|
|
29
|
+
_LandingPageHeader_backgroundImageUuid.set(this, void 0);
|
|
30
|
+
_LandingPageHeader_vendorLogoUuid.set(this, void 0);
|
|
31
|
+
_LandingPageHeader_title.set(this, void 0);
|
|
32
|
+
_LandingPageHeader_backgroundColor.set(this, void 0);
|
|
33
|
+
_LandingPageHeader_baseline.set(this, void 0);
|
|
34
|
+
_LandingPageHeader_textColor.set(this, void 0);
|
|
35
|
+
__classPrivateFieldSet(this, _LandingPageHeader_backgroundImageUuid, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_BACKGROUND_IMAGE_UUID], "f");
|
|
36
|
+
__classPrivateFieldSet(this, _LandingPageHeader_vendorLogoUuid, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_VENDOR_LOGO_UUID], "f");
|
|
37
|
+
__classPrivateFieldSet(this, _LandingPageHeader_title, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_TITLE], "f");
|
|
38
|
+
__classPrivateFieldSet(this, _LandingPageHeader_backgroundColor, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_BACKGROUND_COLOR], "f");
|
|
39
|
+
__classPrivateFieldSet(this, _LandingPageHeader_baseline, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_BASELINE], "f");
|
|
40
|
+
__classPrivateFieldSet(this, _LandingPageHeader_textColor, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_TEXT_COLOR], "f");
|
|
43
41
|
}
|
|
44
42
|
get backgroundImageUuid() {
|
|
45
|
-
return __classPrivateFieldGet(this,
|
|
43
|
+
return __classPrivateFieldGet(this, _LandingPageHeader_backgroundImageUuid, "f");
|
|
46
44
|
}
|
|
47
45
|
get vendorLogoUuid() {
|
|
48
|
-
return __classPrivateFieldGet(this,
|
|
46
|
+
return __classPrivateFieldGet(this, _LandingPageHeader_vendorLogoUuid, "f");
|
|
49
47
|
}
|
|
50
48
|
get title() {
|
|
51
|
-
return __classPrivateFieldGet(this,
|
|
49
|
+
return __classPrivateFieldGet(this, _LandingPageHeader_title, "f");
|
|
52
50
|
}
|
|
53
51
|
get backgroundColor() {
|
|
54
|
-
return __classPrivateFieldGet(this,
|
|
52
|
+
return __classPrivateFieldGet(this, _LandingPageHeader_backgroundColor, "f");
|
|
55
53
|
}
|
|
56
54
|
get baseline() {
|
|
57
|
-
return __classPrivateFieldGet(this,
|
|
55
|
+
return __classPrivateFieldGet(this, _LandingPageHeader_baseline, "f");
|
|
58
56
|
}
|
|
59
57
|
get textColor() {
|
|
60
|
-
return __classPrivateFieldGet(this,
|
|
58
|
+
return __classPrivateFieldGet(this, _LandingPageHeader_textColor, "f");
|
|
61
59
|
}
|
|
62
60
|
toJSON() {
|
|
63
61
|
return {
|
|
@@ -72,5 +70,5 @@ class LandingPageHeader extends abstractEntity_1.AbstractEntity {
|
|
|
72
70
|
}
|
|
73
71
|
}
|
|
74
72
|
exports.LandingPageHeader = LandingPageHeader;
|
|
75
|
-
|
|
73
|
+
_LandingPageHeader_backgroundImageUuid = new WeakMap(), _LandingPageHeader_vendorLogoUuid = new WeakMap(), _LandingPageHeader_title = new WeakMap(), _LandingPageHeader_backgroundColor = new WeakMap(), _LandingPageHeader_baseline = new WeakMap(), _LandingPageHeader_textColor = new WeakMap();
|
|
76
74
|
//# sourceMappingURL=landingPageHeader.js.map
|