@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.
- package/CHANGELOG.md +4 -0
- package/build/abstractEntity.js +16 -14
- package/build/abstractGraphQLClient.d.ts +1 -2
- package/build/abstractGraphQLClient.js +7 -32
- 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 -4
- 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.js +1 -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/orders/ordersClient.d.ts +58 -3
- package/build/orders/ordersClient.js +25 -1
- package/build/pagination.js +31 -29
- 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.js +29 -27
- package/build/supportCenter/entities/issue/comment.js +31 -29
- package/build/supportCenter/entities/issue/issue.js +108 -106
- package/build/supportCenter/entities/topic.js +32 -30
- package/build/supportCenter/index.js +1 -5
- package/package.json +3 -5
- 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 _title, _backgroundColor, _buttonText, _buttonUrl, _textColor, _features;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.LandingPageFooter = exports.LandingPageFooterFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../../abstractEntity");
|
|
@@ -28,36 +30,36 @@ class LandingPageFooter extends abstractEntity_1.AbstractEntity {
|
|
|
28
30
|
constructor(landingPageFooterInput) {
|
|
29
31
|
var _a;
|
|
30
32
|
super(landingPageFooterInput);
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
__classPrivateFieldSet(this,
|
|
38
|
-
__classPrivateFieldSet(this,
|
|
39
|
-
__classPrivateFieldSet(this,
|
|
40
|
-
__classPrivateFieldSet(this,
|
|
41
|
-
__classPrivateFieldSet(this,
|
|
42
|
-
__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
|
+
_features.set(this, void 0);
|
|
39
|
+
__classPrivateFieldSet(this, _title, landingPageFooterInput[LandingPageFooterFields.COLUMN_TITLE]);
|
|
40
|
+
__classPrivateFieldSet(this, _backgroundColor, landingPageFooterInput[LandingPageFooterFields.COLUMN_BACKGROUND_COLOR]);
|
|
41
|
+
__classPrivateFieldSet(this, _buttonText, landingPageFooterInput[LandingPageFooterFields.COLUMN_BUTTON_TEXT]);
|
|
42
|
+
__classPrivateFieldSet(this, _buttonUrl, landingPageFooterInput[LandingPageFooterFields.COLUMN_BUTTON_URL]);
|
|
43
|
+
__classPrivateFieldSet(this, _textColor, landingPageFooterInput[LandingPageFooterFields.COLUMN_TEXT_COLOR]);
|
|
44
|
+
__classPrivateFieldSet(this, _features, (_a = landingPageFooterInput[LandingPageFooterFields.COLUMN_FEATURES]) === null || _a === void 0 ? void 0 : _a.map((landingPageFooterFeature) => new landingPageFooterFeature_1.LandingPageFooterFeature(landingPageFooterFeature)));
|
|
43
45
|
}
|
|
44
46
|
get title() {
|
|
45
|
-
return __classPrivateFieldGet(this,
|
|
47
|
+
return __classPrivateFieldGet(this, _title);
|
|
46
48
|
}
|
|
47
49
|
get backgroundColor() {
|
|
48
|
-
return __classPrivateFieldGet(this,
|
|
50
|
+
return __classPrivateFieldGet(this, _backgroundColor);
|
|
49
51
|
}
|
|
50
52
|
get buttonText() {
|
|
51
|
-
return __classPrivateFieldGet(this,
|
|
53
|
+
return __classPrivateFieldGet(this, _buttonText);
|
|
52
54
|
}
|
|
53
55
|
get buttonUrl() {
|
|
54
|
-
return __classPrivateFieldGet(this,
|
|
56
|
+
return __classPrivateFieldGet(this, _buttonUrl);
|
|
55
57
|
}
|
|
56
58
|
get textColor() {
|
|
57
|
-
return __classPrivateFieldGet(this,
|
|
59
|
+
return __classPrivateFieldGet(this, _textColor);
|
|
58
60
|
}
|
|
59
61
|
get features() {
|
|
60
|
-
return __classPrivateFieldGet(this,
|
|
62
|
+
return __classPrivateFieldGet(this, _features);
|
|
61
63
|
}
|
|
62
64
|
toJSON() {
|
|
63
65
|
var _a;
|
|
@@ -72,5 +74,5 @@ class LandingPageFooter extends abstractEntity_1.AbstractEntity {
|
|
|
72
74
|
}
|
|
73
75
|
}
|
|
74
76
|
exports.LandingPageFooter = LandingPageFooter;
|
|
75
|
-
|
|
77
|
+
_title = new WeakMap(), _backgroundColor = new WeakMap(), _buttonText = new WeakMap(), _buttonUrl = new WeakMap(), _textColor = new WeakMap(), _features = new WeakMap();
|
|
76
78
|
//# sourceMappingURL=landingPageFooter.js.map
|
package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooterFeature.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, _description, _icon, _size;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.LandingPageFooterFeature = exports.LandingPageFooterFeatureFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../../abstractEntity");
|
|
@@ -24,26 +26,26 @@ var LandingPageFooterFeatureFields;
|
|
|
24
26
|
class LandingPageFooterFeature extends abstractEntity_1.AbstractEntity {
|
|
25
27
|
constructor(landingPageFooterFeatureInput) {
|
|
26
28
|
super(landingPageFooterFeatureInput);
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
__classPrivateFieldSet(this,
|
|
32
|
-
__classPrivateFieldSet(this,
|
|
33
|
-
__classPrivateFieldSet(this,
|
|
34
|
-
__classPrivateFieldSet(this,
|
|
29
|
+
_title.set(this, void 0);
|
|
30
|
+
_description.set(this, void 0);
|
|
31
|
+
_icon.set(this, void 0);
|
|
32
|
+
_size.set(this, void 0);
|
|
33
|
+
__classPrivateFieldSet(this, _title, landingPageFooterFeatureInput[LandingPageFooterFeatureFields.COLUMN_TITLE]);
|
|
34
|
+
__classPrivateFieldSet(this, _description, landingPageFooterFeatureInput[LandingPageFooterFeatureFields.COLUMN_DESCRIPTION]);
|
|
35
|
+
__classPrivateFieldSet(this, _icon, landingPageFooterFeatureInput[LandingPageFooterFeatureFields.COLUMN_ICON]);
|
|
36
|
+
__classPrivateFieldSet(this, _size, landingPageFooterFeatureInput[LandingPageFooterFeatureFields.COLUMN_SIZE]);
|
|
35
37
|
}
|
|
36
38
|
get title() {
|
|
37
|
-
return __classPrivateFieldGet(this,
|
|
39
|
+
return __classPrivateFieldGet(this, _title);
|
|
38
40
|
}
|
|
39
41
|
get description() {
|
|
40
|
-
return __classPrivateFieldGet(this,
|
|
42
|
+
return __classPrivateFieldGet(this, _description);
|
|
41
43
|
}
|
|
42
44
|
get icon() {
|
|
43
|
-
return __classPrivateFieldGet(this,
|
|
45
|
+
return __classPrivateFieldGet(this, _icon);
|
|
44
46
|
}
|
|
45
47
|
get size() {
|
|
46
|
-
return __classPrivateFieldGet(this,
|
|
48
|
+
return __classPrivateFieldGet(this, _size);
|
|
47
49
|
}
|
|
48
50
|
toJSON() {
|
|
49
51
|
return {
|
|
@@ -55,5 +57,5 @@ class LandingPageFooterFeature extends abstractEntity_1.AbstractEntity {
|
|
|
55
57
|
}
|
|
56
58
|
}
|
|
57
59
|
exports.LandingPageFooterFeature = LandingPageFooterFeature;
|
|
58
|
-
|
|
60
|
+
_title = new WeakMap(), _description = new WeakMap(), _icon = new WeakMap(), _size = new WeakMap();
|
|
59
61
|
//# sourceMappingURL=landingPageFooterFeature.js.map
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
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;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.LandingPageHeader = exports.LandingPageHeaderFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -26,36 +28,36 @@ var LandingPageHeaderFields;
|
|
|
26
28
|
class LandingPageHeader extends abstractEntity_1.AbstractEntity {
|
|
27
29
|
constructor(landingPageHeaderInput) {
|
|
28
30
|
super(landingPageHeaderInput);
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
__classPrivateFieldSet(this,
|
|
36
|
-
__classPrivateFieldSet(this,
|
|
37
|
-
__classPrivateFieldSet(this,
|
|
38
|
-
__classPrivateFieldSet(this,
|
|
39
|
-
__classPrivateFieldSet(this,
|
|
40
|
-
__classPrivateFieldSet(this,
|
|
31
|
+
_backgroundImageUuid.set(this, void 0);
|
|
32
|
+
_vendorLogoUuid.set(this, void 0);
|
|
33
|
+
_title.set(this, void 0);
|
|
34
|
+
_backgroundColor.set(this, void 0);
|
|
35
|
+
_baseline.set(this, void 0);
|
|
36
|
+
_textColor.set(this, void 0);
|
|
37
|
+
__classPrivateFieldSet(this, _backgroundImageUuid, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_BACKGROUND_IMAGE_UUID]);
|
|
38
|
+
__classPrivateFieldSet(this, _vendorLogoUuid, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_VENDOR_LOGO_UUID]);
|
|
39
|
+
__classPrivateFieldSet(this, _title, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_TITLE]);
|
|
40
|
+
__classPrivateFieldSet(this, _backgroundColor, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_BACKGROUND_COLOR]);
|
|
41
|
+
__classPrivateFieldSet(this, _baseline, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_BASELINE]);
|
|
42
|
+
__classPrivateFieldSet(this, _textColor, landingPageHeaderInput[LandingPageHeaderFields.COLUMN_TEXT_COLOR]);
|
|
41
43
|
}
|
|
42
44
|
get backgroundImageUuid() {
|
|
43
|
-
return __classPrivateFieldGet(this,
|
|
45
|
+
return __classPrivateFieldGet(this, _backgroundImageUuid);
|
|
44
46
|
}
|
|
45
47
|
get vendorLogoUuid() {
|
|
46
|
-
return __classPrivateFieldGet(this,
|
|
48
|
+
return __classPrivateFieldGet(this, _vendorLogoUuid);
|
|
47
49
|
}
|
|
48
50
|
get title() {
|
|
49
|
-
return __classPrivateFieldGet(this,
|
|
51
|
+
return __classPrivateFieldGet(this, _title);
|
|
50
52
|
}
|
|
51
53
|
get backgroundColor() {
|
|
52
|
-
return __classPrivateFieldGet(this,
|
|
54
|
+
return __classPrivateFieldGet(this, _backgroundColor);
|
|
53
55
|
}
|
|
54
56
|
get baseline() {
|
|
55
|
-
return __classPrivateFieldGet(this,
|
|
57
|
+
return __classPrivateFieldGet(this, _baseline);
|
|
56
58
|
}
|
|
57
59
|
get textColor() {
|
|
58
|
-
return __classPrivateFieldGet(this,
|
|
60
|
+
return __classPrivateFieldGet(this, _textColor);
|
|
59
61
|
}
|
|
60
62
|
toJSON() {
|
|
61
63
|
return {
|
|
@@ -70,5 +72,5 @@ class LandingPageHeader extends abstractEntity_1.AbstractEntity {
|
|
|
70
72
|
}
|
|
71
73
|
}
|
|
72
74
|
exports.LandingPageHeader = LandingPageHeader;
|
|
73
|
-
|
|
75
|
+
_backgroundImageUuid = new WeakMap(), _vendorLogoUuid = new WeakMap(), _title = new WeakMap(), _backgroundColor = new WeakMap(), _baseline = new WeakMap(), _textColor = new WeakMap();
|
|
74
76
|
//# sourceMappingURL=landingPageHeader.js.map
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
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 _locations, _roles, _marketplaces, _subscriptions, _resellers, _endCustomers;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.Rules = exports.RulesFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -26,36 +28,36 @@ var RulesFields;
|
|
|
26
28
|
class Rules extends abstractEntity_1.AbstractEntity {
|
|
27
29
|
constructor(rulesInput) {
|
|
28
30
|
super(rulesInput);
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
__classPrivateFieldSet(this,
|
|
36
|
-
__classPrivateFieldSet(this,
|
|
37
|
-
__classPrivateFieldSet(this,
|
|
38
|
-
__classPrivateFieldSet(this,
|
|
39
|
-
__classPrivateFieldSet(this,
|
|
40
|
-
__classPrivateFieldSet(this,
|
|
31
|
+
_locations.set(this, void 0);
|
|
32
|
+
_roles.set(this, void 0);
|
|
33
|
+
_marketplaces.set(this, void 0);
|
|
34
|
+
_subscriptions.set(this, void 0);
|
|
35
|
+
_resellers.set(this, void 0);
|
|
36
|
+
_endCustomers.set(this, void 0);
|
|
37
|
+
__classPrivateFieldSet(this, _locations, rulesInput[RulesFields.COLUMN_LOCATIONS]);
|
|
38
|
+
__classPrivateFieldSet(this, _roles, rulesInput[RulesFields.COLUMN_ROLES]);
|
|
39
|
+
__classPrivateFieldSet(this, _marketplaces, rulesInput[RulesFields.COLUMN_MARKETPLACES]);
|
|
40
|
+
__classPrivateFieldSet(this, _subscriptions, rulesInput[RulesFields.COLUMN_SUBSCRIPTIONS]);
|
|
41
|
+
__classPrivateFieldSet(this, _resellers, rulesInput[RulesFields.COLUMN_RESELLERS]);
|
|
42
|
+
__classPrivateFieldSet(this, _endCustomers, rulesInput[RulesFields.COLUMN_END_CUSTOMERS]);
|
|
41
43
|
}
|
|
42
44
|
get locations() {
|
|
43
|
-
return __classPrivateFieldGet(this,
|
|
45
|
+
return __classPrivateFieldGet(this, _locations);
|
|
44
46
|
}
|
|
45
47
|
get roles() {
|
|
46
|
-
return __classPrivateFieldGet(this,
|
|
48
|
+
return __classPrivateFieldGet(this, _roles);
|
|
47
49
|
}
|
|
48
50
|
get marketplaces() {
|
|
49
|
-
return __classPrivateFieldGet(this,
|
|
51
|
+
return __classPrivateFieldGet(this, _marketplaces);
|
|
50
52
|
}
|
|
51
53
|
get subscriptions() {
|
|
52
|
-
return __classPrivateFieldGet(this,
|
|
54
|
+
return __classPrivateFieldGet(this, _subscriptions);
|
|
53
55
|
}
|
|
54
56
|
get resellers() {
|
|
55
|
-
return __classPrivateFieldGet(this,
|
|
57
|
+
return __classPrivateFieldGet(this, _resellers);
|
|
56
58
|
}
|
|
57
59
|
get endCustomers() {
|
|
58
|
-
return __classPrivateFieldGet(this,
|
|
60
|
+
return __classPrivateFieldGet(this, _endCustomers);
|
|
59
61
|
}
|
|
60
62
|
toJSON() {
|
|
61
63
|
return {
|
|
@@ -69,5 +71,5 @@ class Rules extends abstractEntity_1.AbstractEntity {
|
|
|
69
71
|
}
|
|
70
72
|
}
|
|
71
73
|
exports.Rules = Rules;
|
|
72
|
-
|
|
74
|
+
_locations = new WeakMap(), _roles = new WeakMap(), _marketplaces = new WeakMap(), _subscriptions = new WeakMap(), _resellers = new WeakMap(), _endCustomers = new WeakMap();
|
|
73
75
|
//# sourceMappingURL=rules.js.map
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
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 _uuid, _url;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.Assets = exports.AssetsFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -22,16 +24,16 @@ var AssetsFields;
|
|
|
22
24
|
class Assets extends abstractEntity_1.AbstractEntity {
|
|
23
25
|
constructor(assetsInput) {
|
|
24
26
|
super(assetsInput);
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
__classPrivateFieldSet(this,
|
|
28
|
-
__classPrivateFieldSet(this,
|
|
27
|
+
_uuid.set(this, void 0);
|
|
28
|
+
_url.set(this, void 0);
|
|
29
|
+
__classPrivateFieldSet(this, _uuid, assetsInput[AssetsFields.COLUMN_UUID]);
|
|
30
|
+
__classPrivateFieldSet(this, _url, assetsInput[AssetsFields.COLUMN_URL]);
|
|
29
31
|
}
|
|
30
32
|
get uuid() {
|
|
31
|
-
return __classPrivateFieldGet(this,
|
|
33
|
+
return __classPrivateFieldGet(this, _uuid);
|
|
32
34
|
}
|
|
33
35
|
get url() {
|
|
34
|
-
return __classPrivateFieldGet(this,
|
|
36
|
+
return __classPrivateFieldGet(this, _url);
|
|
35
37
|
}
|
|
36
38
|
toJSON() {
|
|
37
39
|
return {
|
|
@@ -41,5 +43,5 @@ class Assets extends abstractEntity_1.AbstractEntity {
|
|
|
41
43
|
}
|
|
42
44
|
}
|
|
43
45
|
exports.Assets = Assets;
|
|
44
|
-
|
|
46
|
+
_uuid = new WeakMap(), _url = new WeakMap();
|
|
45
47
|
//# sourceMappingURL=assets.js.map
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
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 _assets;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.CampaignAssets = exports.CampaignAssetsFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../abstractEntity");
|
|
@@ -22,11 +24,11 @@ var CampaignAssetsFields;
|
|
|
22
24
|
class CampaignAssets extends abstractEntity_1.AbstractEntity {
|
|
23
25
|
constructor(CampaignAssetsInput) {
|
|
24
26
|
super(CampaignAssetsInput);
|
|
25
|
-
|
|
26
|
-
__classPrivateFieldSet(this,
|
|
27
|
+
_assets.set(this, void 0);
|
|
28
|
+
__classPrivateFieldSet(this, _assets, CampaignAssetsInput[CampaignAssetsFields.COLUMN_ASSETS].map((asset) => new assets_1.Assets(asset)));
|
|
27
29
|
}
|
|
28
30
|
get assets() {
|
|
29
|
-
return __classPrivateFieldGet(this,
|
|
31
|
+
return __classPrivateFieldGet(this, _assets);
|
|
30
32
|
}
|
|
31
33
|
toJSON() {
|
|
32
34
|
return {
|
|
@@ -35,5 +37,5 @@ class CampaignAssets extends abstractEntity_1.AbstractEntity {
|
|
|
35
37
|
}
|
|
36
38
|
}
|
|
37
39
|
exports.CampaignAssets = CampaignAssets;
|
|
38
|
-
|
|
40
|
+
_assets = new WeakMap();
|
|
39
41
|
//# sourceMappingURL=campaignAssets.js.map
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
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, _type, _buttonPlacement, _buttonText, _text, _textColor, _backgroundColor;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.BannerV2 = exports.BannerV2Fields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../../abstractEntity");
|
|
@@ -27,41 +29,41 @@ var BannerV2Fields;
|
|
|
27
29
|
class BannerV2 extends abstractEntity_1.AbstractEntity {
|
|
28
30
|
constructor(bannerInput) {
|
|
29
31
|
super(bannerInput);
|
|
30
|
-
|
|
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
|
+
_type.set(this, void 0);
|
|
34
|
+
_buttonPlacement.set(this, void 0);
|
|
35
|
+
_buttonText.set(this, void 0);
|
|
36
|
+
_text.set(this, void 0);
|
|
37
|
+
_textColor.set(this, void 0);
|
|
38
|
+
_backgroundColor.set(this, void 0);
|
|
39
|
+
__classPrivateFieldSet(this, _backgroundImageUuid, bannerInput[BannerV2Fields.COLUMN_BACKGROUND_IMAGE_UUID]);
|
|
40
|
+
__classPrivateFieldSet(this, _type, bannerInput[BannerV2Fields.COLUMN_TYPE]);
|
|
41
|
+
__classPrivateFieldSet(this, _buttonPlacement, bannerInput[BannerV2Fields.COLUMN_BUTTON_PLACEMENT]);
|
|
42
|
+
__classPrivateFieldSet(this, _buttonText, bannerInput[BannerV2Fields.COLUMN_BUTTON_TEXT]);
|
|
43
|
+
__classPrivateFieldSet(this, _text, bannerInput[BannerV2Fields.COLUMN_TEXT]);
|
|
44
|
+
__classPrivateFieldSet(this, _textColor, bannerInput[BannerV2Fields.COLUMN_TEXT_COLOR]);
|
|
45
|
+
__classPrivateFieldSet(this, _backgroundColor, bannerInput[BannerV2Fields.COLUMN_BACKGROUND_COLOR]);
|
|
44
46
|
}
|
|
45
47
|
get backgroundImageUuid() {
|
|
46
|
-
return __classPrivateFieldGet(this,
|
|
48
|
+
return __classPrivateFieldGet(this, _backgroundImageUuid);
|
|
47
49
|
}
|
|
48
50
|
get backgroundColor() {
|
|
49
|
-
return __classPrivateFieldGet(this,
|
|
51
|
+
return __classPrivateFieldGet(this, _backgroundColor);
|
|
50
52
|
}
|
|
51
53
|
get type() {
|
|
52
|
-
return __classPrivateFieldGet(this,
|
|
54
|
+
return __classPrivateFieldGet(this, _type);
|
|
53
55
|
}
|
|
54
56
|
get buttonPlacement() {
|
|
55
|
-
return __classPrivateFieldGet(this,
|
|
57
|
+
return __classPrivateFieldGet(this, _buttonPlacement);
|
|
56
58
|
}
|
|
57
59
|
get buttonText() {
|
|
58
|
-
return __classPrivateFieldGet(this,
|
|
60
|
+
return __classPrivateFieldGet(this, _buttonText);
|
|
59
61
|
}
|
|
60
62
|
get text() {
|
|
61
|
-
return __classPrivateFieldGet(this,
|
|
63
|
+
return __classPrivateFieldGet(this, _text);
|
|
62
64
|
}
|
|
63
65
|
get textColor() {
|
|
64
|
-
return __classPrivateFieldGet(this,
|
|
66
|
+
return __classPrivateFieldGet(this, _textColor);
|
|
65
67
|
}
|
|
66
68
|
toJSON() {
|
|
67
69
|
return {
|
|
@@ -76,5 +78,5 @@ class BannerV2 extends abstractEntity_1.AbstractEntity {
|
|
|
76
78
|
}
|
|
77
79
|
}
|
|
78
80
|
exports.BannerV2 = BannerV2;
|
|
79
|
-
|
|
81
|
+
_backgroundImageUuid = new WeakMap(), _type = new WeakMap(), _buttonPlacement = new WeakMap(), _buttonText = new WeakMap(), _text = new WeakMap(), _textColor = new WeakMap(), _backgroundColor = new WeakMap();
|
|
80
82
|
//# sourceMappingURL=banner.js.map
|