@arrowsphere/api-client 3.26.0-rc.bjp.1 → 3.26.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.
- package/CHANGELOG.md +6 -0
- package/build/abstractClient.d.ts +8 -1
- package/build/abstractEntity.js +16 -14
- package/build/axiosSingleton.js +2 -2
- package/build/campaign/entities/campaign/banners/banners.js +34 -32
- package/build/campaign/entities/campaign/campaign.js +53 -51
- package/build/campaign/entities/campaign/landingPage/landingPage.js +26 -24
- package/build/campaign/entities/campaign/landingPage/landingPageBody.js +37 -35
- package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooter.js +31 -29
- package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +25 -23
- package/build/campaign/entities/campaign/landingPage/landingPageHeader.js +31 -29
- package/build/campaign/entities/campaign/rules/rules.js +31 -29
- package/build/campaign/entities/campaignAssets/assets/assets.js +19 -17
- package/build/campaign/entities/campaignAssets/campaignAssets.js +16 -14
- package/build/campaign/entities/v2/campaign/banner/banner.js +34 -32
- package/build/campaign/entities/v2/campaign/campaign.js +50 -48
- package/build/campaign/entities/v2/campaign/landingPage/landingPage.js +26 -24
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooter.js +36 -34
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +22 -20
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeatureItem.js +34 -32
- package/build/campaign/entities/v2/campaign/landingPage/landingPageHeader.js +34 -32
- package/build/campaign/entities/v2/campaignList.js +16 -14
- package/build/campaign/index.js +1 -5
- package/build/cart/entities/index.js +1 -5
- package/build/cart/entities/item.js +28 -26
- package/build/cart/entities/itemList.js +16 -14
- package/build/cart/index.js +1 -5
- package/build/catalog/catalogGraphQLClient.d.ts +0 -2
- package/build/catalog/catalogGraphQLClient.js +1 -7
- package/build/catalog/index.js +1 -5
- package/build/catalog/types/catalogGraphQLTypes.js +0 -1
- package/build/consumption/entities/bi/consumptionBI.js +30 -28
- package/build/consumption/entities/bi/period/period.js +19 -17
- package/build/consumption/entities/bi/top/top.js +25 -23
- package/build/consumption/entities/consumption/consumption.js +19 -17
- package/build/consumption/index.js +1 -5
- package/build/contact/entities/contact.js +46 -44
- package/build/contact/entities/contactCreate.js +16 -14
- package/build/contact/entities/contactList.js +16 -14
- package/build/contact/index.js +1 -5
- package/build/customers/entities/customers/contact/contact.js +31 -29
- package/build/customers/entities/customers/customer.js +73 -71
- package/build/customers/entities/customers/customerContact/customerContact.js +40 -38
- package/build/customers/entities/customers/customerContact/customerContactList.js +16 -14
- package/build/customers/entities/customers/details/details.js +31 -29
- package/build/customers/entities/dataCustomers.js +16 -14
- package/build/customers/entities/dataInvitation.js +31 -29
- package/build/customers/entities/invitations/company/company.js +16 -14
- package/build/customers/entities/invitations/contact/invitationContact.js +28 -26
- package/build/customers/index.js +1 -5
- package/build/exception/index.js +1 -5
- package/build/general/entities/whoAmI.js +61 -59
- package/build/general/index.js +1 -5
- package/build/getResult.js +23 -21
- package/build/index.d.ts +1 -0
- package/build/index.js +2 -5
- package/build/licenses/entities/filterFindResult.js +19 -17
- package/build/licenses/entities/findResult.js +38 -36
- package/build/licenses/entities/getLicense/actionMessagesGetResult.js +28 -26
- package/build/licenses/entities/getLicense/actionsGetResult.js +43 -41
- package/build/licenses/entities/getLicense/buySellFindResult.js +19 -17
- package/build/licenses/entities/getLicense/licenseGetResult.js +107 -105
- package/build/licenses/entities/getLicense/licensePriceGetResult.js +22 -20
- package/build/licenses/entities/getLicense/orderGetResult.js +19 -17
- package/build/licenses/entities/getResult/getLicenseResult.js +16 -14
- package/build/licenses/entities/history/actionHistoryResult.js +25 -23
- package/build/licenses/entities/history/licenceHistoryResult.js +16 -14
- package/build/licenses/entities/license/activeSeatsFindResult.js +19 -17
- package/build/licenses/entities/license/configFindResult.js +22 -20
- package/build/licenses/entities/license/licenseFindResult.js +136 -134
- package/build/licenses/entities/license/priceFindResult.js +28 -26
- package/build/licenses/entities/license/warningFindResult.js +19 -17
- package/build/licenses/entities/offer/actionFlagsFindResult.js +22 -20
- package/build/licenses/entities/offer/offerFindResult.js +34 -32
- package/build/licenses/entities/offer/priceBandFindResult.js +37 -35
- package/build/licenses/entities/offer/priceband/billingFindResult.js +22 -20
- package/build/licenses/entities/offer/priceband/identifiers/arrowsphereFindResult.js +16 -14
- package/build/licenses/entities/offer/priceband/identifiersFindResult.js +16 -14
- package/build/licenses/entities/offer/priceband/priceBandActionFlagsFindResult.js +28 -26
- package/build/licenses/entities/offer/priceband/priceBandPriceFindResult.js +22 -20
- package/build/licenses/entities/offer/priceband/saleConstraintsFindResult.js +19 -17
- package/build/licenses/index.js +1 -5
- package/build/orders/entities/dataListOrders.js +16 -14
- package/build/orders/entities/orders/order.js +41 -39
- package/build/orders/entities/orders/partner/partner.js +19 -17
- package/build/orders/entities/orders/products/identifiers/productIdentifiers.js +16 -14
- package/build/orders/entities/orders/products/identifiers/vendor/identifiersVendor.js +16 -14
- package/build/orders/entities/orders/products/prices/productPrices.js +34 -32
- package/build/orders/entities/orders/products/products.js +58 -56
- package/build/orders/entities/orders/products/program/productProgram.js +16 -14
- package/build/orders/entities/referenceLink.js +19 -17
- package/build/orders/index.js +1 -5
- package/build/pagination.js +31 -29
- package/build/publicApiClient.d.ts +2 -0
- package/build/publicApiClient.js +7 -0
- package/build/security/index.js +1 -5
- package/build/security/register/entity/registrationLink.js +16 -14
- package/build/security/register/index.js +1 -5
- package/build/security/standards/entities/checks/checks.js +19 -17
- package/build/security/standards/entities/checks/securityChecks.js +40 -38
- package/build/security/standards/entities/resources/resources.js +28 -26
- package/build/security/standards/entities/resources/securityResources.js +19 -17
- package/build/security/standards/entities/standards/securityStandards.js +31 -29
- package/build/security/standards/entities/standards/standards.js +19 -17
- package/build/security/standards/index.js +1 -5
- package/build/shared/index.js +1 -5
- package/build/subscriptions/entities/subscription.js +58 -56
- package/build/subscriptions/entities/subscriptionsListResult.js +41 -39
- package/build/subscriptions/index.js +1 -5
- package/build/supportCenter/entities/issue/attachment.d.ts +29 -0
- package/build/supportCenter/entities/issue/attachment.js +76 -0
- package/build/supportCenter/entities/issue/comment.d.ts +30 -0
- package/build/supportCenter/entities/issue/comment.js +82 -0
- package/build/supportCenter/entities/issue/issue.d.ts +142 -0
- package/build/supportCenter/entities/issue/issue.js +315 -0
- package/build/supportCenter/entities/topic.d.ts +32 -0
- package/build/supportCenter/entities/topic.js +83 -0
- package/build/supportCenter/index.d.ts +8 -0
- package/build/supportCenter/index.js +21 -0
- package/build/supportCenter/payloads/attachment.d.ts +6 -0
- package/build/supportCenter/payloads/attachment.js +4 -0
- package/build/supportCenter/payloads/comment.d.ts +6 -0
- package/build/supportCenter/payloads/comment.js +4 -0
- package/build/supportCenter/payloads/issue.d.ts +32 -0
- package/build/supportCenter/payloads/issue.js +16 -0
- package/build/supportCenter/supportCenterClient.d.ts +42 -0
- package/build/supportCenter/supportCenterClient.js +68 -0
- package/package.json +3 -6
- package/build/catalog/types/catalogGraphQLQueries.d.ts +0 -12
- package/build/catalog/types/catalogGraphQLQueries.js +0 -3
- package/build/catalog/types/catalogGraphQLSchemas.d.ts +0 -30
- package/build/catalog/types/catalogGraphQLSchemas.js +0 -4
- package/build/catalog/types/queryArguments.d.ts +0 -42
- package/build/catalog/types/queryArguments.js +0 -9
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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,
|
|
9
|
-
if (
|
|
10
|
-
|
|
11
|
-
|
|
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
|
|
15
|
+
var _reference, _name, _category, _isActivated, _createdAt, _updatedAt, _deletedAt, _rules, _startDate, _endDate, _banner, _landingPage;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.CampaignV2 = exports.CampaignV2Fields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -35,68 +37,68 @@ var CampaignV2Fields;
|
|
|
35
37
|
class CampaignV2 extends abstractEntity_1.AbstractEntity {
|
|
36
38
|
constructor(campaignInput) {
|
|
37
39
|
super(campaignInput);
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
__classPrivateFieldSet(this,
|
|
51
|
-
__classPrivateFieldSet(this,
|
|
52
|
-
__classPrivateFieldSet(this,
|
|
53
|
-
__classPrivateFieldSet(this,
|
|
54
|
-
__classPrivateFieldSet(this,
|
|
55
|
-
__classPrivateFieldSet(this,
|
|
56
|
-
__classPrivateFieldSet(this,
|
|
57
|
-
__classPrivateFieldSet(this,
|
|
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]
|
|
58
60
|
? new rules_1.Rules(campaignInput[CampaignV2Fields.COLUMN_RULES])
|
|
59
|
-
: undefined
|
|
60
|
-
__classPrivateFieldSet(this,
|
|
61
|
-
__classPrivateFieldSet(this,
|
|
62
|
-
__classPrivateFieldSet(this,
|
|
63
|
-
__classPrivateFieldSet(this,
|
|
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]));
|
|
64
66
|
}
|
|
65
67
|
get reference() {
|
|
66
|
-
return __classPrivateFieldGet(this,
|
|
68
|
+
return __classPrivateFieldGet(this, _reference);
|
|
67
69
|
}
|
|
68
70
|
get name() {
|
|
69
|
-
return __classPrivateFieldGet(this,
|
|
71
|
+
return __classPrivateFieldGet(this, _name);
|
|
70
72
|
}
|
|
71
73
|
get category() {
|
|
72
|
-
return __classPrivateFieldGet(this,
|
|
74
|
+
return __classPrivateFieldGet(this, _category);
|
|
73
75
|
}
|
|
74
76
|
get isActivated() {
|
|
75
|
-
return __classPrivateFieldGet(this,
|
|
77
|
+
return __classPrivateFieldGet(this, _isActivated);
|
|
76
78
|
}
|
|
77
79
|
get createdAt() {
|
|
78
|
-
return __classPrivateFieldGet(this,
|
|
80
|
+
return __classPrivateFieldGet(this, _createdAt);
|
|
79
81
|
}
|
|
80
82
|
get updatedAt() {
|
|
81
|
-
return __classPrivateFieldGet(this,
|
|
83
|
+
return __classPrivateFieldGet(this, _updatedAt);
|
|
82
84
|
}
|
|
83
85
|
get deletedAt() {
|
|
84
|
-
return __classPrivateFieldGet(this,
|
|
86
|
+
return __classPrivateFieldGet(this, _deletedAt);
|
|
85
87
|
}
|
|
86
88
|
get rules() {
|
|
87
|
-
return __classPrivateFieldGet(this,
|
|
89
|
+
return __classPrivateFieldGet(this, _rules);
|
|
88
90
|
}
|
|
89
91
|
get startDate() {
|
|
90
|
-
return __classPrivateFieldGet(this,
|
|
92
|
+
return __classPrivateFieldGet(this, _startDate);
|
|
91
93
|
}
|
|
92
94
|
get endDate() {
|
|
93
|
-
return __classPrivateFieldGet(this,
|
|
95
|
+
return __classPrivateFieldGet(this, _endDate);
|
|
94
96
|
}
|
|
95
97
|
get banner() {
|
|
96
|
-
return __classPrivateFieldGet(this,
|
|
98
|
+
return __classPrivateFieldGet(this, _banner);
|
|
97
99
|
}
|
|
98
100
|
get landingPage() {
|
|
99
|
-
return __classPrivateFieldGet(this,
|
|
101
|
+
return __classPrivateFieldGet(this, _landingPage);
|
|
100
102
|
}
|
|
101
103
|
toJSON() {
|
|
102
104
|
var _a;
|
|
@@ -117,5 +119,5 @@ class CampaignV2 extends abstractEntity_1.AbstractEntity {
|
|
|
117
119
|
}
|
|
118
120
|
}
|
|
119
121
|
exports.CampaignV2 = CampaignV2;
|
|
120
|
-
|
|
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();
|
|
121
123
|
//# sourceMappingURL=campaign.js.map
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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,
|
|
9
|
-
if (
|
|
10
|
-
|
|
11
|
-
|
|
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
|
|
15
|
+
var _url, _header, _body, _footer;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.LandingPageV2 = exports.LandingPageV2Fields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../../abstractEntity");
|
|
@@ -27,28 +29,28 @@ var LandingPageV2Fields;
|
|
|
27
29
|
class LandingPageV2 extends abstractEntity_1.AbstractEntity {
|
|
28
30
|
constructor(landingPageInput) {
|
|
29
31
|
super(landingPageInput);
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
__classPrivateFieldSet(this,
|
|
35
|
-
__classPrivateFieldSet(this,
|
|
36
|
-
__classPrivateFieldSet(this,
|
|
37
|
-
__classPrivateFieldSet(this,
|
|
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]
|
|
38
40
|
? new landingPageFooter_1.LandingPageFooterV2(landingPageInput[LandingPageV2Fields.COLUMN_FOOTER])
|
|
39
|
-
: undefined
|
|
41
|
+
: undefined);
|
|
40
42
|
}
|
|
41
43
|
get url() {
|
|
42
|
-
return __classPrivateFieldGet(this,
|
|
44
|
+
return __classPrivateFieldGet(this, _url);
|
|
43
45
|
}
|
|
44
46
|
get header() {
|
|
45
|
-
return __classPrivateFieldGet(this,
|
|
47
|
+
return __classPrivateFieldGet(this, _header);
|
|
46
48
|
}
|
|
47
49
|
get body() {
|
|
48
|
-
return __classPrivateFieldGet(this,
|
|
50
|
+
return __classPrivateFieldGet(this, _body);
|
|
49
51
|
}
|
|
50
52
|
get footer() {
|
|
51
|
-
return __classPrivateFieldGet(this,
|
|
53
|
+
return __classPrivateFieldGet(this, _footer);
|
|
52
54
|
}
|
|
53
55
|
toJSON() {
|
|
54
56
|
var _a;
|
|
@@ -61,5 +63,5 @@ class LandingPageV2 extends abstractEntity_1.AbstractEntity {
|
|
|
61
63
|
}
|
|
62
64
|
}
|
|
63
65
|
exports.LandingPageV2 = LandingPageV2;
|
|
64
|
-
|
|
66
|
+
_url = new WeakMap(), _header = new WeakMap(), _body = new WeakMap(), _footer = new WeakMap();
|
|
65
67
|
//# sourceMappingURL=landingPage.js.map
|
package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooter.js
CHANGED
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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,
|
|
9
|
-
if (
|
|
10
|
-
|
|
11
|
-
|
|
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
|
|
15
|
+
var _title, _backgroundColor, _buttonText, _buttonUrl, _textColor, _feature, _marketingFeature;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.LandingPageFooterV2 = exports.LandingPageFooterV2Fields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../../../abstractEntity");
|
|
@@ -28,45 +30,45 @@ var LandingPageFooterV2Fields;
|
|
|
28
30
|
class LandingPageFooterV2 extends abstractEntity_1.AbstractEntity {
|
|
29
31
|
constructor(landingPageFooterInput) {
|
|
30
32
|
super(landingPageFooterInput);
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
__classPrivateFieldSet(this,
|
|
39
|
-
__classPrivateFieldSet(this,
|
|
40
|
-
__classPrivateFieldSet(this,
|
|
41
|
-
__classPrivateFieldSet(this,
|
|
42
|
-
__classPrivateFieldSet(this,
|
|
43
|
-
__classPrivateFieldSet(this,
|
|
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]
|
|
44
46
|
? new landingPageFooterFeature_1.LandingPageFooterFeatureV2(landingPageFooterInput[LandingPageFooterV2Fields.COLUMN_FEATURE])
|
|
45
|
-
: undefined
|
|
46
|
-
__classPrivateFieldSet(this,
|
|
47
|
+
: undefined);
|
|
48
|
+
__classPrivateFieldSet(this, _marketingFeature, landingPageFooterInput[LandingPageFooterV2Fields.COLUMN_MARKETING_FEATURE]
|
|
47
49
|
? new landingPageFooterFeature_1.LandingPageFooterFeatureV2(landingPageFooterInput[LandingPageFooterV2Fields.COLUMN_MARKETING_FEATURE])
|
|
48
|
-
: undefined
|
|
50
|
+
: undefined);
|
|
49
51
|
}
|
|
50
52
|
get title() {
|
|
51
|
-
return __classPrivateFieldGet(this,
|
|
53
|
+
return __classPrivateFieldGet(this, _title);
|
|
52
54
|
}
|
|
53
55
|
get backgroundColor() {
|
|
54
|
-
return __classPrivateFieldGet(this,
|
|
56
|
+
return __classPrivateFieldGet(this, _backgroundColor);
|
|
55
57
|
}
|
|
56
58
|
get buttonText() {
|
|
57
|
-
return __classPrivateFieldGet(this,
|
|
59
|
+
return __classPrivateFieldGet(this, _buttonText);
|
|
58
60
|
}
|
|
59
61
|
get buttonUrl() {
|
|
60
|
-
return __classPrivateFieldGet(this,
|
|
62
|
+
return __classPrivateFieldGet(this, _buttonUrl);
|
|
61
63
|
}
|
|
62
64
|
get textColor() {
|
|
63
|
-
return __classPrivateFieldGet(this,
|
|
65
|
+
return __classPrivateFieldGet(this, _textColor);
|
|
64
66
|
}
|
|
65
67
|
get feature() {
|
|
66
|
-
return __classPrivateFieldGet(this,
|
|
68
|
+
return __classPrivateFieldGet(this, _feature);
|
|
67
69
|
}
|
|
68
70
|
get marketingFeature() {
|
|
69
|
-
return __classPrivateFieldGet(this,
|
|
71
|
+
return __classPrivateFieldGet(this, _marketingFeature);
|
|
70
72
|
}
|
|
71
73
|
toJSON() {
|
|
72
74
|
var _a, _b;
|
|
@@ -82,5 +84,5 @@ class LandingPageFooterV2 extends abstractEntity_1.AbstractEntity {
|
|
|
82
84
|
}
|
|
83
85
|
}
|
|
84
86
|
exports.LandingPageFooterV2 = LandingPageFooterV2;
|
|
85
|
-
|
|
87
|
+
_title = new WeakMap(), _backgroundColor = new WeakMap(), _buttonText = new WeakMap(), _buttonUrl = new WeakMap(), _textColor = new WeakMap(), _feature = new WeakMap(), _marketingFeature = new WeakMap();
|
|
86
88
|
//# sourceMappingURL=landingPageFooter.js.map
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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,
|
|
9
|
-
if (
|
|
10
|
-
|
|
11
|
-
|
|
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
|
|
15
|
+
var _title, _description, _items;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.LandingPageFooterFeatureV2 = exports.LandingPageFooterFeatureV2Fields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../../../abstractEntity");
|
|
@@ -25,21 +27,21 @@ class LandingPageFooterFeatureV2 extends abstractEntity_1.AbstractEntity {
|
|
|
25
27
|
constructor(landingPageFooterFeatureInput) {
|
|
26
28
|
var _a;
|
|
27
29
|
super(landingPageFooterFeatureInput);
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
__classPrivateFieldSet(this,
|
|
32
|
-
__classPrivateFieldSet(this,
|
|
33
|
-
__classPrivateFieldSet(this,
|
|
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)));
|
|
34
36
|
}
|
|
35
37
|
get title() {
|
|
36
|
-
return __classPrivateFieldGet(this,
|
|
38
|
+
return __classPrivateFieldGet(this, _title);
|
|
37
39
|
}
|
|
38
40
|
get description() {
|
|
39
|
-
return __classPrivateFieldGet(this,
|
|
41
|
+
return __classPrivateFieldGet(this, _description);
|
|
40
42
|
}
|
|
41
43
|
get items() {
|
|
42
|
-
return __classPrivateFieldGet(this,
|
|
44
|
+
return __classPrivateFieldGet(this, _items);
|
|
43
45
|
}
|
|
44
46
|
toJSON() {
|
|
45
47
|
var _a;
|
|
@@ -51,5 +53,5 @@ class LandingPageFooterFeatureV2 extends abstractEntity_1.AbstractEntity {
|
|
|
51
53
|
}
|
|
52
54
|
}
|
|
53
55
|
exports.LandingPageFooterFeatureV2 = LandingPageFooterFeatureV2;
|
|
54
|
-
|
|
56
|
+
_title = new WeakMap(), _description = new WeakMap(), _items = new WeakMap();
|
|
55
57
|
//# sourceMappingURL=landingPageFooterFeature.js.map
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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,
|
|
9
|
-
if (
|
|
10
|
-
|
|
11
|
-
|
|
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
|
|
15
|
+
var _title, _description, _imageUuid, _buttonText, _buttonUrl, _icon, _size;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.LandingPageFooterFeatureItem = exports.LandingPageFooterFeatureItemFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../../../abstractEntity");
|
|
@@ -27,41 +29,41 @@ var LandingPageFooterFeatureItemFields;
|
|
|
27
29
|
class LandingPageFooterFeatureItem extends abstractEntity_1.AbstractEntity {
|
|
28
30
|
constructor(landingPageFooterFeatureItemInput) {
|
|
29
31
|
super(landingPageFooterFeatureItemInput);
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
__classPrivateFieldSet(this,
|
|
38
|
-
__classPrivateFieldSet(this,
|
|
39
|
-
__classPrivateFieldSet(this,
|
|
40
|
-
__classPrivateFieldSet(this,
|
|
41
|
-
__classPrivateFieldSet(this,
|
|
42
|
-
__classPrivateFieldSet(this,
|
|
43
|
-
__classPrivateFieldSet(this,
|
|
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]);
|
|
44
46
|
}
|
|
45
47
|
get title() {
|
|
46
|
-
return __classPrivateFieldGet(this,
|
|
48
|
+
return __classPrivateFieldGet(this, _title);
|
|
47
49
|
}
|
|
48
50
|
get description() {
|
|
49
|
-
return __classPrivateFieldGet(this,
|
|
51
|
+
return __classPrivateFieldGet(this, _description);
|
|
50
52
|
}
|
|
51
53
|
get imageUuid() {
|
|
52
|
-
return __classPrivateFieldGet(this,
|
|
54
|
+
return __classPrivateFieldGet(this, _imageUuid);
|
|
53
55
|
}
|
|
54
56
|
get buttonText() {
|
|
55
|
-
return __classPrivateFieldGet(this,
|
|
57
|
+
return __classPrivateFieldGet(this, _buttonText);
|
|
56
58
|
}
|
|
57
59
|
get buttonUrl() {
|
|
58
|
-
return __classPrivateFieldGet(this,
|
|
60
|
+
return __classPrivateFieldGet(this, _buttonUrl);
|
|
59
61
|
}
|
|
60
62
|
get icon() {
|
|
61
|
-
return __classPrivateFieldGet(this,
|
|
63
|
+
return __classPrivateFieldGet(this, _icon);
|
|
62
64
|
}
|
|
63
65
|
get size() {
|
|
64
|
-
return __classPrivateFieldGet(this,
|
|
66
|
+
return __classPrivateFieldGet(this, _size);
|
|
65
67
|
}
|
|
66
68
|
toJSON() {
|
|
67
69
|
return {
|
|
@@ -76,5 +78,5 @@ class LandingPageFooterFeatureItem extends abstractEntity_1.AbstractEntity {
|
|
|
76
78
|
}
|
|
77
79
|
}
|
|
78
80
|
exports.LandingPageFooterFeatureItem = LandingPageFooterFeatureItem;
|
|
79
|
-
|
|
81
|
+
_title = new WeakMap(), _description = new WeakMap(), _imageUuid = new WeakMap(), _buttonText = new WeakMap(), _buttonUrl = new WeakMap(), _icon = new WeakMap(), _size = new WeakMap();
|
|
80
82
|
//# sourceMappingURL=landingPageFooterFeatureItem.js.map
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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,
|
|
9
|
-
if (
|
|
10
|
-
|
|
11
|
-
|
|
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
|
|
15
|
+
var _backgroundImageUuid, _vendorLogoUuid, _title, _backgroundColor, _baseline, _textColor, _circleColor;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.LandingPageHeaderV2 = exports.LandingPageHeaderV2Fields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../../abstractEntity");
|
|
@@ -27,41 +29,41 @@ var LandingPageHeaderV2Fields;
|
|
|
27
29
|
class LandingPageHeaderV2 extends abstractEntity_1.AbstractEntity {
|
|
28
30
|
constructor(landingPageHeaderInput) {
|
|
29
31
|
super(landingPageHeaderInput);
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
__classPrivateFieldSet(this,
|
|
38
|
-
__classPrivateFieldSet(this,
|
|
39
|
-
__classPrivateFieldSet(this,
|
|
40
|
-
__classPrivateFieldSet(this,
|
|
41
|
-
__classPrivateFieldSet(this,
|
|
42
|
-
__classPrivateFieldSet(this,
|
|
43
|
-
__classPrivateFieldSet(this,
|
|
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]);
|
|
44
46
|
}
|
|
45
47
|
get backgroundImageUuid() {
|
|
46
|
-
return __classPrivateFieldGet(this,
|
|
48
|
+
return __classPrivateFieldGet(this, _backgroundImageUuid);
|
|
47
49
|
}
|
|
48
50
|
get vendorLogoUuid() {
|
|
49
|
-
return __classPrivateFieldGet(this,
|
|
51
|
+
return __classPrivateFieldGet(this, _vendorLogoUuid);
|
|
50
52
|
}
|
|
51
53
|
get title() {
|
|
52
|
-
return __classPrivateFieldGet(this,
|
|
54
|
+
return __classPrivateFieldGet(this, _title);
|
|
53
55
|
}
|
|
54
56
|
get backgroundColor() {
|
|
55
|
-
return __classPrivateFieldGet(this,
|
|
57
|
+
return __classPrivateFieldGet(this, _backgroundColor);
|
|
56
58
|
}
|
|
57
59
|
get baseline() {
|
|
58
|
-
return __classPrivateFieldGet(this,
|
|
60
|
+
return __classPrivateFieldGet(this, _baseline);
|
|
59
61
|
}
|
|
60
62
|
get textColor() {
|
|
61
|
-
return __classPrivateFieldGet(this,
|
|
63
|
+
return __classPrivateFieldGet(this, _textColor);
|
|
62
64
|
}
|
|
63
65
|
get circleColor() {
|
|
64
|
-
return __classPrivateFieldGet(this,
|
|
66
|
+
return __classPrivateFieldGet(this, _circleColor);
|
|
65
67
|
}
|
|
66
68
|
toJSON() {
|
|
67
69
|
return {
|
|
@@ -77,5 +79,5 @@ class LandingPageHeaderV2 extends abstractEntity_1.AbstractEntity {
|
|
|
77
79
|
}
|
|
78
80
|
}
|
|
79
81
|
exports.LandingPageHeaderV2 = LandingPageHeaderV2;
|
|
80
|
-
|
|
82
|
+
_backgroundImageUuid = new WeakMap(), _vendorLogoUuid = new WeakMap(), _title = new WeakMap(), _backgroundColor = new WeakMap(), _baseline = new WeakMap(), _textColor = new WeakMap(), _circleColor = new WeakMap();
|
|
81
83
|
//# sourceMappingURL=landingPageHeader.js.map
|