@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 _sku, _quantity, _status, _dateStatus, _detailedStatus, _isAddon, _arrowSubCategories, _isTrial, _prices, _subscription, _license, _name, _classification, _program, _identifier;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.OrderProduct = exports.OrderProductsFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -40,81 +42,81 @@ class OrderProduct extends abstractEntity_1.AbstractEntity {
|
|
|
40
42
|
constructor(getOrderProducts) {
|
|
41
43
|
var _a;
|
|
42
44
|
super(getOrderProducts);
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
__classPrivateFieldSet(this,
|
|
59
|
-
__classPrivateFieldSet(this,
|
|
60
|
-
__classPrivateFieldSet(this,
|
|
61
|
-
__classPrivateFieldSet(this,
|
|
62
|
-
__classPrivateFieldSet(this,
|
|
63
|
-
__classPrivateFieldSet(this,
|
|
64
|
-
__classPrivateFieldSet(this,
|
|
65
|
-
__classPrivateFieldSet(this,
|
|
66
|
-
__classPrivateFieldSet(this,
|
|
67
|
-
__classPrivateFieldSet(this,
|
|
68
|
-
__classPrivateFieldSet(this,
|
|
69
|
-
__classPrivateFieldSet(this,
|
|
70
|
-
__classPrivateFieldSet(this,
|
|
71
|
-
__classPrivateFieldSet(this,
|
|
72
|
-
__classPrivateFieldSet(this,
|
|
45
|
+
_sku.set(this, void 0);
|
|
46
|
+
_quantity.set(this, void 0);
|
|
47
|
+
_status.set(this, void 0);
|
|
48
|
+
_dateStatus.set(this, void 0);
|
|
49
|
+
_detailedStatus.set(this, void 0);
|
|
50
|
+
_isAddon.set(this, void 0);
|
|
51
|
+
_arrowSubCategories.set(this, void 0);
|
|
52
|
+
_isTrial.set(this, void 0);
|
|
53
|
+
_prices.set(this, void 0);
|
|
54
|
+
_subscription.set(this, void 0);
|
|
55
|
+
_license.set(this, void 0);
|
|
56
|
+
_name.set(this, void 0);
|
|
57
|
+
_classification.set(this, void 0);
|
|
58
|
+
_program.set(this, void 0);
|
|
59
|
+
_identifier.set(this, void 0);
|
|
60
|
+
__classPrivateFieldSet(this, _sku, getOrderProducts[OrderProductsFields.COLUMN_SKU]);
|
|
61
|
+
__classPrivateFieldSet(this, _quantity, getOrderProducts[OrderProductsFields.COLUMN_QUANTITY]);
|
|
62
|
+
__classPrivateFieldSet(this, _status, getOrderProducts[OrderProductsFields.COLUMN_STATUS]);
|
|
63
|
+
__classPrivateFieldSet(this, _dateStatus, getOrderProducts[OrderProductsFields.COLUMN_DATESTATUS]);
|
|
64
|
+
__classPrivateFieldSet(this, _detailedStatus, getOrderProducts[OrderProductsFields.COLUMN_DETAILEDSTATUS]);
|
|
65
|
+
__classPrivateFieldSet(this, _isAddon, getOrderProducts[OrderProductsFields.COLUMN_IS_ADDON]);
|
|
66
|
+
__classPrivateFieldSet(this, _arrowSubCategories, (_a = getOrderProducts[OrderProductsFields.COLUMN_ARROWSUBCATEGORIES]) !== null && _a !== void 0 ? _a : undefined);
|
|
67
|
+
__classPrivateFieldSet(this, _isTrial, getOrderProducts[OrderProductsFields.COLUMN_IS_TRIAL]);
|
|
68
|
+
__classPrivateFieldSet(this, _prices, new productPrices_1.ProductPrices(getOrderProducts[OrderProductsFields.COLUMN_PRICES]));
|
|
69
|
+
__classPrivateFieldSet(this, _subscription, new referenceLink_1.ReferenceLink(getOrderProducts[OrderProductsFields.COLUMN_SUBSCRIPTION]));
|
|
70
|
+
__classPrivateFieldSet(this, _license, new referenceLink_1.ReferenceLink(getOrderProducts[OrderProductsFields.COLUMN_LICENSE]));
|
|
71
|
+
__classPrivateFieldSet(this, _name, getOrderProducts[OrderProductsFields.COLUMN_NAME]);
|
|
72
|
+
__classPrivateFieldSet(this, _classification, getOrderProducts[OrderProductsFields.COLUMN_CLASSIFICATION]);
|
|
73
|
+
__classPrivateFieldSet(this, _program, new productProgram_1.ProductProgram(getOrderProducts[OrderProductsFields.COLUMN_PROGRAM]));
|
|
74
|
+
__classPrivateFieldSet(this, _identifier, new productIdentifiers_1.ProductIdentifiers(getOrderProducts[OrderProductsFields.COLUMN_IDENTIFIERS]));
|
|
73
75
|
}
|
|
74
76
|
get sku() {
|
|
75
|
-
return __classPrivateFieldGet(this,
|
|
77
|
+
return __classPrivateFieldGet(this, _sku);
|
|
76
78
|
}
|
|
77
79
|
get quantity() {
|
|
78
|
-
return __classPrivateFieldGet(this,
|
|
80
|
+
return __classPrivateFieldGet(this, _quantity);
|
|
79
81
|
}
|
|
80
82
|
get status() {
|
|
81
|
-
return __classPrivateFieldGet(this,
|
|
83
|
+
return __classPrivateFieldGet(this, _status);
|
|
82
84
|
}
|
|
83
85
|
get dateStatus() {
|
|
84
|
-
return __classPrivateFieldGet(this,
|
|
86
|
+
return __classPrivateFieldGet(this, _dateStatus);
|
|
85
87
|
}
|
|
86
88
|
get detailedStatus() {
|
|
87
|
-
return __classPrivateFieldGet(this,
|
|
89
|
+
return __classPrivateFieldGet(this, _detailedStatus);
|
|
88
90
|
}
|
|
89
91
|
get isAddon() {
|
|
90
|
-
return __classPrivateFieldGet(this,
|
|
92
|
+
return __classPrivateFieldGet(this, _isAddon);
|
|
91
93
|
}
|
|
92
94
|
get arrowSubCategories() {
|
|
93
|
-
return __classPrivateFieldGet(this,
|
|
95
|
+
return __classPrivateFieldGet(this, _arrowSubCategories);
|
|
94
96
|
}
|
|
95
97
|
get isTrial() {
|
|
96
|
-
return __classPrivateFieldGet(this,
|
|
98
|
+
return __classPrivateFieldGet(this, _isTrial);
|
|
97
99
|
}
|
|
98
100
|
get prices() {
|
|
99
|
-
return __classPrivateFieldGet(this,
|
|
101
|
+
return __classPrivateFieldGet(this, _prices);
|
|
100
102
|
}
|
|
101
103
|
get subscription() {
|
|
102
|
-
return __classPrivateFieldGet(this,
|
|
104
|
+
return __classPrivateFieldGet(this, _subscription);
|
|
103
105
|
}
|
|
104
106
|
get license() {
|
|
105
|
-
return __classPrivateFieldGet(this,
|
|
107
|
+
return __classPrivateFieldGet(this, _license);
|
|
106
108
|
}
|
|
107
109
|
get name() {
|
|
108
|
-
return __classPrivateFieldGet(this,
|
|
110
|
+
return __classPrivateFieldGet(this, _name);
|
|
109
111
|
}
|
|
110
112
|
get classification() {
|
|
111
|
-
return __classPrivateFieldGet(this,
|
|
113
|
+
return __classPrivateFieldGet(this, _classification);
|
|
112
114
|
}
|
|
113
115
|
get program() {
|
|
114
|
-
return __classPrivateFieldGet(this,
|
|
116
|
+
return __classPrivateFieldGet(this, _program);
|
|
115
117
|
}
|
|
116
118
|
get identifier() {
|
|
117
|
-
return __classPrivateFieldGet(this,
|
|
119
|
+
return __classPrivateFieldGet(this, _identifier);
|
|
118
120
|
}
|
|
119
121
|
toJSON() {
|
|
120
122
|
return {
|
|
@@ -137,5 +139,5 @@ class OrderProduct extends abstractEntity_1.AbstractEntity {
|
|
|
137
139
|
}
|
|
138
140
|
}
|
|
139
141
|
exports.OrderProduct = OrderProduct;
|
|
140
|
-
|
|
142
|
+
_sku = new WeakMap(), _quantity = new WeakMap(), _status = new WeakMap(), _dateStatus = new WeakMap(), _detailedStatus = new WeakMap(), _isAddon = new WeakMap(), _arrowSubCategories = new WeakMap(), _isTrial = new WeakMap(), _prices = new WeakMap(), _subscription = new WeakMap(), _license = new WeakMap(), _name = new WeakMap(), _classification = new WeakMap(), _program = new WeakMap(), _identifier = new WeakMap();
|
|
141
143
|
//# sourceMappingURL=products.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 _legacyCode;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.ProductProgram = exports.ProductProgramFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../../abstractEntity");
|
|
@@ -21,11 +23,11 @@ var ProductProgramFields;
|
|
|
21
23
|
class ProductProgram extends abstractEntity_1.AbstractEntity {
|
|
22
24
|
constructor(program) {
|
|
23
25
|
super(program);
|
|
24
|
-
|
|
25
|
-
__classPrivateFieldSet(this,
|
|
26
|
+
_legacyCode.set(this, void 0);
|
|
27
|
+
__classPrivateFieldSet(this, _legacyCode, program[ProductProgramFields.COLUMN_LEGACY_CODE]);
|
|
26
28
|
}
|
|
27
29
|
get legacyCode() {
|
|
28
|
-
return __classPrivateFieldGet(this,
|
|
30
|
+
return __classPrivateFieldGet(this, _legacyCode);
|
|
29
31
|
}
|
|
30
32
|
toJSON() {
|
|
31
33
|
return {
|
|
@@ -34,5 +36,5 @@ class ProductProgram extends abstractEntity_1.AbstractEntity {
|
|
|
34
36
|
}
|
|
35
37
|
}
|
|
36
38
|
exports.ProductProgram = ProductProgram;
|
|
37
|
-
|
|
39
|
+
_legacyCode = new WeakMap();
|
|
38
40
|
//# sourceMappingURL=productProgram.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 _reference, _link;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.ReferenceLink = exports.ReferenceLinkFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../abstractEntity");
|
|
@@ -22,16 +24,16 @@ var ReferenceLinkFields;
|
|
|
22
24
|
class ReferenceLink extends abstractEntity_1.AbstractEntity {
|
|
23
25
|
constructor(referenceLinkInput) {
|
|
24
26
|
super(referenceLinkInput);
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
__classPrivateFieldSet(this,
|
|
28
|
-
__classPrivateFieldSet(this,
|
|
27
|
+
_reference.set(this, void 0);
|
|
28
|
+
_link.set(this, void 0);
|
|
29
|
+
__classPrivateFieldSet(this, _reference, referenceLinkInput[ReferenceLinkFields.COLUMN_REFERENCE]);
|
|
30
|
+
__classPrivateFieldSet(this, _link, referenceLinkInput[ReferenceLinkFields.COLUMN_LINK]);
|
|
29
31
|
}
|
|
30
32
|
get reference() {
|
|
31
|
-
return __classPrivateFieldGet(this,
|
|
33
|
+
return __classPrivateFieldGet(this, _reference);
|
|
32
34
|
}
|
|
33
35
|
get link() {
|
|
34
|
-
return __classPrivateFieldGet(this,
|
|
36
|
+
return __classPrivateFieldGet(this, _link);
|
|
35
37
|
}
|
|
36
38
|
toJSON() {
|
|
37
39
|
return {
|
|
@@ -41,5 +43,5 @@ class ReferenceLink extends abstractEntity_1.AbstractEntity {
|
|
|
41
43
|
}
|
|
42
44
|
}
|
|
43
45
|
exports.ReferenceLink = ReferenceLink;
|
|
44
|
-
|
|
46
|
+
_reference = new WeakMap(), _link = new WeakMap();
|
|
45
47
|
//# sourceMappingURL=referenceLink.js.map
|
package/build/orders/index.js
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
9
5
|
}) : (function(o, m, k, k2) {
|
|
10
6
|
if (k2 === undefined) k2 = k;
|
|
11
7
|
o[k2] = m[k];
|
package/build/pagination.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 _perPage, _currentPage, _totalPage, _total, _next, _previous;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.Pagination = exports.PaginationFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("./abstractEntity");
|
|
@@ -26,36 +28,36 @@ var PaginationFields;
|
|
|
26
28
|
class Pagination extends abstractEntity_1.AbstractEntity {
|
|
27
29
|
constructor(paginationDataInput) {
|
|
28
30
|
super(paginationDataInput);
|
|
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
|
+
_perPage.set(this, void 0);
|
|
32
|
+
_currentPage.set(this, void 0);
|
|
33
|
+
_totalPage.set(this, void 0);
|
|
34
|
+
_total.set(this, void 0);
|
|
35
|
+
_next.set(this, void 0);
|
|
36
|
+
_previous.set(this, void 0);
|
|
37
|
+
__classPrivateFieldSet(this, _perPage, paginationDataInput[PaginationFields.COLUMN_PER_PAGE]);
|
|
38
|
+
__classPrivateFieldSet(this, _currentPage, paginationDataInput[PaginationFields.COLUMN_CURRENT_PAGE]);
|
|
39
|
+
__classPrivateFieldSet(this, _totalPage, paginationDataInput[PaginationFields.COLUMN_TOTAL_PAGE]);
|
|
40
|
+
__classPrivateFieldSet(this, _total, paginationDataInput[PaginationFields.COLUMN_TOTAL]);
|
|
41
|
+
__classPrivateFieldSet(this, _next, paginationDataInput[PaginationFields.COLUMN_NEXT]);
|
|
42
|
+
__classPrivateFieldSet(this, _previous, paginationDataInput[PaginationFields.COLUMN_PREVIOUS]);
|
|
41
43
|
}
|
|
42
44
|
get perPage() {
|
|
43
|
-
return __classPrivateFieldGet(this,
|
|
45
|
+
return __classPrivateFieldGet(this, _perPage);
|
|
44
46
|
}
|
|
45
47
|
get currentPage() {
|
|
46
|
-
return __classPrivateFieldGet(this,
|
|
48
|
+
return __classPrivateFieldGet(this, _currentPage);
|
|
47
49
|
}
|
|
48
50
|
get totalPage() {
|
|
49
|
-
return __classPrivateFieldGet(this,
|
|
51
|
+
return __classPrivateFieldGet(this, _totalPage);
|
|
50
52
|
}
|
|
51
53
|
get total() {
|
|
52
|
-
return __classPrivateFieldGet(this,
|
|
54
|
+
return __classPrivateFieldGet(this, _total);
|
|
53
55
|
}
|
|
54
56
|
get next() {
|
|
55
|
-
return __classPrivateFieldGet(this,
|
|
57
|
+
return __classPrivateFieldGet(this, _next);
|
|
56
58
|
}
|
|
57
59
|
get previous() {
|
|
58
|
-
return __classPrivateFieldGet(this,
|
|
60
|
+
return __classPrivateFieldGet(this, _previous);
|
|
59
61
|
}
|
|
60
62
|
toJSON() {
|
|
61
63
|
return {
|
|
@@ -69,5 +71,5 @@ class Pagination extends abstractEntity_1.AbstractEntity {
|
|
|
69
71
|
}
|
|
70
72
|
}
|
|
71
73
|
exports.Pagination = Pagination;
|
|
72
|
-
|
|
74
|
+
_perPage = new WeakMap(), _currentPage = new WeakMap(), _totalPage = new WeakMap(), _total = new WeakMap(), _next = new WeakMap(), _previous = new WeakMap();
|
|
73
75
|
//# sourceMappingURL=pagination.js.map
|
|
@@ -10,6 +10,7 @@ import { ConsumptionClient } from './consumption';
|
|
|
10
10
|
import { StandardsClient } from './security/standards/standardsClient';
|
|
11
11
|
import { RegisterClient } from './security';
|
|
12
12
|
import { CartClient } from './cart/cartClient';
|
|
13
|
+
import { SupportCenterClient } from './supportCenter';
|
|
13
14
|
/**
|
|
14
15
|
* Public API Client class, should be the main entry point for your calls
|
|
15
16
|
*/
|
|
@@ -59,5 +60,6 @@ export declare class PublicApiClient extends AbstractClient {
|
|
|
59
60
|
getSecurityStandardsClient(): StandardsClient;
|
|
60
61
|
getSecurityRegisterClient(): RegisterClient;
|
|
61
62
|
getCartClient(): CartClient;
|
|
63
|
+
getSupportCenterClient(): SupportCenterClient;
|
|
62
64
|
}
|
|
63
65
|
export default PublicApiClient;
|
package/build/publicApiClient.js
CHANGED
|
@@ -13,6 +13,7 @@ const consumption_1 = require("./consumption");
|
|
|
13
13
|
const standardsClient_1 = require("./security/standards/standardsClient");
|
|
14
14
|
const security_1 = require("./security");
|
|
15
15
|
const cartClient_1 = require("./cart/cartClient");
|
|
16
|
+
const supportCenter_1 = require("./supportCenter");
|
|
16
17
|
/**
|
|
17
18
|
* Public API Client class, should be the main entry point for your calls
|
|
18
19
|
*/
|
|
@@ -124,6 +125,12 @@ class PublicApiClient extends abstractClient_1.AbstractClient {
|
|
|
124
125
|
.setApiKey(this.apiKey)
|
|
125
126
|
.setHeaders(this.headers);
|
|
126
127
|
}
|
|
128
|
+
getSupportCenterClient() {
|
|
129
|
+
return new supportCenter_1.SupportCenterClient()
|
|
130
|
+
.setUrl(this.url)
|
|
131
|
+
.setApiKey(this.apiKey)
|
|
132
|
+
.setHeaders(this.headers);
|
|
133
|
+
}
|
|
127
134
|
}
|
|
128
135
|
exports.PublicApiClient = PublicApiClient;
|
|
129
136
|
exports.default = PublicApiClient;
|
package/build/security/index.js
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
9
5
|
}) : (function(o, m, k, k2) {
|
|
10
6
|
if (k2 === undefined) k2 = k;
|
|
11
7
|
o[k2] = m[k];
|
|
@@ -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 _registrationLink;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.RegistrationLink = exports.RegistrationLinkFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../abstractEntity");
|
|
@@ -21,11 +23,11 @@ var RegistrationLinkFields;
|
|
|
21
23
|
class RegistrationLink extends abstractEntity_1.AbstractEntity {
|
|
22
24
|
constructor(registrationLinkInput) {
|
|
23
25
|
super(registrationLinkInput);
|
|
24
|
-
|
|
25
|
-
__classPrivateFieldSet(this,
|
|
26
|
+
_registrationLink.set(this, void 0);
|
|
27
|
+
__classPrivateFieldSet(this, _registrationLink, registrationLinkInput[RegistrationLinkFields.COLUMN_REGISTRATION_LINK]);
|
|
26
28
|
}
|
|
27
29
|
get registrationLink() {
|
|
28
|
-
return __classPrivateFieldGet(this,
|
|
30
|
+
return __classPrivateFieldGet(this, _registrationLink);
|
|
29
31
|
}
|
|
30
32
|
toJSON() {
|
|
31
33
|
return {
|
|
@@ -34,5 +36,5 @@ class RegistrationLink extends abstractEntity_1.AbstractEntity {
|
|
|
34
36
|
}
|
|
35
37
|
}
|
|
36
38
|
exports.RegistrationLink = RegistrationLink;
|
|
37
|
-
|
|
39
|
+
_registrationLink = new WeakMap();
|
|
38
40
|
//# sourceMappingURL=registrationLink.js.map
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
9
5
|
}) : (function(o, m, k, k2) {
|
|
10
6
|
if (k2 === undefined) k2 = k;
|
|
11
7
|
o[k2] = m[k];
|
|
@@ -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 _checks, _updatedAt;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.Checks = exports.ChecksFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -23,16 +25,16 @@ var ChecksFields;
|
|
|
23
25
|
class Checks extends abstractEntity_1.AbstractEntity {
|
|
24
26
|
constructor(checksDataInput) {
|
|
25
27
|
super(checksDataInput);
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
__classPrivateFieldSet(this,
|
|
29
|
-
__classPrivateFieldSet(this,
|
|
28
|
+
_checks.set(this, void 0);
|
|
29
|
+
_updatedAt.set(this, void 0);
|
|
30
|
+
__classPrivateFieldSet(this, _checks, checksDataInput[ChecksFields.COLUMN_CHECKS].map((securityChecks) => new securityChecks_1.SecurityChecks(securityChecks)));
|
|
31
|
+
__classPrivateFieldSet(this, _updatedAt, checksDataInput[ChecksFields.COLUMN_UPDATED_AT]);
|
|
30
32
|
}
|
|
31
33
|
get checks() {
|
|
32
|
-
return __classPrivateFieldGet(this,
|
|
34
|
+
return __classPrivateFieldGet(this, _checks);
|
|
33
35
|
}
|
|
34
36
|
get updatedAt() {
|
|
35
|
-
return __classPrivateFieldGet(this,
|
|
37
|
+
return __classPrivateFieldGet(this, _updatedAt);
|
|
36
38
|
}
|
|
37
39
|
toJSON() {
|
|
38
40
|
return {
|
|
@@ -42,5 +44,5 @@ class Checks extends abstractEntity_1.AbstractEntity {
|
|
|
42
44
|
}
|
|
43
45
|
}
|
|
44
46
|
exports.Checks = Checks;
|
|
45
|
-
|
|
47
|
+
_checks = new WeakMap(), _updatedAt = new WeakMap();
|
|
46
48
|
//# sourceMappingURL=checks.js.map
|