@arrowsphere/api-client 3.28.0 → 3.29.0-rc.bdj.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/build/AbstractHttpClient.d.ts +47 -0
- package/build/AbstractHttpClient.js +80 -0
- package/build/abstractClient.d.ts +3 -19
- package/build/abstractClient.js +9 -25
- package/build/abstractEntity.js +14 -16
- package/build/abstractGraphQLClient.d.ts +4 -14
- package/build/abstractGraphQLClient.js +32 -24
- package/build/axiosSingleton.js +2 -2
- package/build/campaign/entities/campaign/banners/banners.js +32 -34
- package/build/campaign/entities/campaign/campaign.js +51 -53
- package/build/campaign/entities/campaign/landingPage/landingPage.js +24 -26
- package/build/campaign/entities/campaign/landingPage/landingPageBody.js +35 -37
- package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooter.js +29 -31
- package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +23 -25
- package/build/campaign/entities/campaign/landingPage/landingPageHeader.js +29 -31
- package/build/campaign/entities/campaign/rules/rules.js +29 -31
- package/build/campaign/entities/campaignAssets/assets/assets.js +17 -19
- package/build/campaign/entities/campaignAssets/campaignAssets.js +14 -16
- package/build/campaign/entities/v2/campaign/banner/banner.js +32 -34
- package/build/campaign/entities/v2/campaign/campaign.js +48 -50
- package/build/campaign/entities/v2/campaign/landingPage/landingPage.js +24 -26
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooter.js +34 -36
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +20 -22
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeatureItem.js +32 -34
- package/build/campaign/entities/v2/campaign/landingPage/landingPageHeader.js +32 -34
- package/build/campaign/entities/v2/campaignList.js +14 -16
- package/build/campaign/index.js +5 -1
- package/build/cart/entities/index.js +5 -1
- package/build/cart/entities/item.js +26 -28
- package/build/cart/entities/itemList.js +14 -16
- package/build/cart/index.js +5 -1
- package/build/catalog/catalogGraphQLClient.d.ts +2 -0
- package/build/catalog/catalogGraphQLClient.js +14 -1
- package/build/catalog/entities/program.js +32 -34
- package/build/catalog/entities/programs.js +14 -16
- package/build/catalog/index.d.ts +2 -0
- package/build/catalog/index.js +7 -1
- package/build/catalog/types/catalogGraphQLQueries.d.ts +12 -0
- package/build/catalog/types/catalogGraphQLQueries.js +3 -0
- package/build/catalog/types/catalogGraphQLSchemas.d.ts +30 -0
- package/build/catalog/types/catalogGraphQLSchemas.js +4 -0
- package/build/catalog/types/catalogGraphQLTypes.js +1 -0
- package/build/catalog/types/queryArguments.d.ts +41 -0
- package/build/catalog/types/queryArguments.js +10 -0
- package/build/consumption/entities/bi/consumptionBI.js +28 -30
- package/build/consumption/entities/bi/period/period.js +17 -19
- package/build/consumption/entities/bi/top/top.js +23 -25
- package/build/consumption/entities/consumption/consumption.js +17 -19
- package/build/consumption/index.js +5 -1
- package/build/contact/entities/contact.js +44 -46
- package/build/contact/entities/contactCreate.js +14 -16
- package/build/contact/entities/contactList.js +14 -16
- package/build/contact/index.js +5 -1
- package/build/customers/entities/customers/contact/contact.js +29 -31
- package/build/customers/entities/customers/customer.js +71 -73
- package/build/customers/entities/customers/customerContact/customerContact.js +38 -40
- package/build/customers/entities/customers/customerContact/customerContactList.js +14 -16
- package/build/customers/entities/customers/details/details.js +29 -31
- package/build/customers/entities/dataCustomers.js +14 -16
- package/build/customers/entities/dataInvitation.js +29 -31
- package/build/customers/entities/invitations/company/company.js +14 -16
- package/build/customers/entities/invitations/contact/invitationContact.js +26 -28
- package/build/customers/index.js +5 -1
- package/build/exception/exception-handlers/HandleHttpExceptionOutput.d.ts +3 -0
- package/build/exception/exception-handlers/HandleHttpExceptionOutput.js +3 -0
- package/build/exception/exception-handlers/Hooks.d.ts +3 -0
- package/build/exception/exception-handlers/Hooks.js +3 -0
- package/build/exception/exception-handlers/HttpExceptionHandler.d.ts +10 -0
- package/build/exception/exception-handlers/HttpExceptionHandler.js +3 -0
- package/build/exception/exception-handlers/index.d.ts +3 -0
- package/build/exception/exception-handlers/index.js +20 -0
- package/build/exception/index.js +5 -1
- package/build/exception/publicApiClientException.d.ts +2 -1
- package/build/exception/publicApiClientException.js +2 -1
- package/build/general/entities/whoAmI.js +59 -61
- package/build/general/index.js +5 -1
- package/build/getResult.js +21 -23
- package/build/index.d.ts +1 -0
- package/build/index.js +6 -1
- package/build/licenses/entities/filterFindResult.js +17 -19
- package/build/licenses/entities/findResult.d.ts +1 -1
- package/build/licenses/entities/findResult.js +37 -39
- package/build/licenses/entities/getLicense/actionMessagesGetResult.js +26 -28
- package/build/licenses/entities/getLicense/actionsGetResult.js +41 -43
- package/build/licenses/entities/getLicense/buySellFindResult.js +17 -19
- package/build/licenses/entities/getLicense/licenseGetResult.js +105 -107
- package/build/licenses/entities/getLicense/licensePriceGetResult.js +20 -22
- package/build/licenses/entities/getLicense/orderGetResult.js +17 -19
- package/build/licenses/entities/getResult/getLicenseResult.js +14 -16
- package/build/licenses/entities/history/actionHistoryResult.js +23 -25
- package/build/licenses/entities/history/licenceHistoryResult.js +14 -16
- package/build/licenses/entities/license/activeSeatsFindResult.js +17 -19
- package/build/licenses/entities/license/configFindResult.js +20 -22
- package/build/licenses/entities/license/licenseFindResult.js +134 -136
- package/build/licenses/entities/license/priceFindResult.js +26 -28
- package/build/licenses/entities/license/warningFindResult.js +17 -19
- package/build/licenses/entities/offer/actionFlagsFindResult.js +20 -22
- package/build/licenses/entities/offer/offerFindResult.js +32 -34
- package/build/licenses/entities/offer/priceBandFindResult.js +35 -37
- package/build/licenses/entities/offer/priceband/billingFindResult.js +20 -22
- package/build/licenses/entities/offer/priceband/identifiers/arrowsphereFindResult.js +14 -16
- package/build/licenses/entities/offer/priceband/identifiersFindResult.js +14 -16
- package/build/licenses/entities/offer/priceband/priceBandActionFlagsFindResult.js +26 -28
- package/build/licenses/entities/offer/priceband/priceBandPriceFindResult.js +20 -22
- package/build/licenses/entities/offer/priceband/saleConstraintsFindResult.js +17 -19
- package/build/licenses/index.js +5 -1
- package/build/orders/entities/dataListOrders.js +14 -16
- package/build/orders/entities/orders/order.js +39 -41
- package/build/orders/entities/orders/partner/partner.js +17 -19
- package/build/orders/entities/orders/products/identifiers/productIdentifiers.js +14 -16
- package/build/orders/entities/orders/products/identifiers/vendor/identifiersVendor.js +14 -16
- package/build/orders/entities/orders/products/prices/productPrices.js +32 -34
- package/build/orders/entities/orders/products/products.js +56 -58
- package/build/orders/entities/orders/products/program/productProgram.js +14 -16
- package/build/orders/entities/referenceLink.js +17 -19
- package/build/orders/index.js +5 -1
- package/build/pagination.js +29 -31
- package/build/security/index.js +5 -1
- package/build/security/register/entity/registrationLink.js +14 -16
- package/build/security/register/index.js +5 -1
- package/build/security/standards/entities/checks/checks.js +17 -19
- package/build/security/standards/entities/checks/securityChecks.js +38 -40
- package/build/security/standards/entities/resources/resources.js +26 -28
- package/build/security/standards/entities/resources/securityResources.js +17 -19
- package/build/security/standards/entities/standards/securityStandards.js +29 -31
- package/build/security/standards/entities/standards/standards.js +17 -19
- package/build/security/standards/index.js +5 -1
- package/build/securityScore/entities/getCustomerAccountData.d.ts +48 -0
- package/build/securityScore/entities/getCustomerAccountData.js +111 -0
- package/build/securityScore/entities/getCustomerData.d.ts +51 -0
- package/build/securityScore/entities/getCustomerData.js +117 -0
- package/build/securityScore/entities/getPartnerData.d.ts +45 -0
- package/build/securityScore/entities/getPartnerData.js +102 -0
- package/build/securityScore/index.d.ts +7 -0
- package/build/securityScore/index.js +24 -0
- package/build/securityScore/securityScoreGraphQLClient.d.ts +19 -0
- package/build/securityScore/securityScoreGraphQLClient.js +61 -0
- package/build/securityScore/types/queryArguments.d.ts +108 -0
- package/build/securityScore/types/queryArguments.js +93 -0
- package/build/securityScore/types/securityScoreGraphQLQueries.d.ts +62 -0
- package/build/securityScore/types/securityScoreGraphQLQueries.js +7 -0
- package/build/securityScore/types/securityScoreGraphQLSchemas.d.ts +78 -0
- package/build/securityScore/types/securityScoreGraphQLSchemas.js +3 -0
- package/build/securityScore/types/securityScoreGraphQLTypes.d.ts +190 -0
- package/build/securityScore/types/securityScoreGraphQLTypes.js +3 -0
- package/build/shared/index.js +5 -1
- package/build/subscriptions/entities/subscription.js +56 -58
- package/build/subscriptions/entities/subscriptionsListResult.js +39 -41
- package/build/subscriptions/index.js +5 -1
- package/build/supportCenter/entities/issue/attachment.js +27 -29
- package/build/supportCenter/entities/issue/comment.js +29 -31
- package/build/supportCenter/entities/issue/issue.js +106 -108
- package/build/supportCenter/entities/topic.js +30 -32
- package/build/supportCenter/index.js +5 -1
- package/package.json +5 -3
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
return value;
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
3
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
4
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
5
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
6
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
8
7
|
};
|
|
9
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
return privateMap.get(receiver);
|
|
8
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
9
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
10
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
14
12
|
};
|
|
15
|
-
var
|
|
13
|
+
var _OrderProduct_sku, _OrderProduct_quantity, _OrderProduct_status, _OrderProduct_dateStatus, _OrderProduct_detailedStatus, _OrderProduct_isAddon, _OrderProduct_arrowSubCategories, _OrderProduct_isTrial, _OrderProduct_prices, _OrderProduct_subscription, _OrderProduct_license, _OrderProduct_name, _OrderProduct_classification, _OrderProduct_program, _OrderProduct_identifier;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.OrderProduct = exports.OrderProductsFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -42,81 +40,81 @@ class OrderProduct extends abstractEntity_1.AbstractEntity {
|
|
|
42
40
|
constructor(getOrderProducts) {
|
|
43
41
|
var _a;
|
|
44
42
|
super(getOrderProducts);
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
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,
|
|
73
|
-
__classPrivateFieldSet(this,
|
|
74
|
-
__classPrivateFieldSet(this,
|
|
43
|
+
_OrderProduct_sku.set(this, void 0);
|
|
44
|
+
_OrderProduct_quantity.set(this, void 0);
|
|
45
|
+
_OrderProduct_status.set(this, void 0);
|
|
46
|
+
_OrderProduct_dateStatus.set(this, void 0);
|
|
47
|
+
_OrderProduct_detailedStatus.set(this, void 0);
|
|
48
|
+
_OrderProduct_isAddon.set(this, void 0);
|
|
49
|
+
_OrderProduct_arrowSubCategories.set(this, void 0);
|
|
50
|
+
_OrderProduct_isTrial.set(this, void 0);
|
|
51
|
+
_OrderProduct_prices.set(this, void 0);
|
|
52
|
+
_OrderProduct_subscription.set(this, void 0);
|
|
53
|
+
_OrderProduct_license.set(this, void 0);
|
|
54
|
+
_OrderProduct_name.set(this, void 0);
|
|
55
|
+
_OrderProduct_classification.set(this, void 0);
|
|
56
|
+
_OrderProduct_program.set(this, void 0);
|
|
57
|
+
_OrderProduct_identifier.set(this, void 0);
|
|
58
|
+
__classPrivateFieldSet(this, _OrderProduct_sku, getOrderProducts[OrderProductsFields.COLUMN_SKU], "f");
|
|
59
|
+
__classPrivateFieldSet(this, _OrderProduct_quantity, getOrderProducts[OrderProductsFields.COLUMN_QUANTITY], "f");
|
|
60
|
+
__classPrivateFieldSet(this, _OrderProduct_status, getOrderProducts[OrderProductsFields.COLUMN_STATUS], "f");
|
|
61
|
+
__classPrivateFieldSet(this, _OrderProduct_dateStatus, getOrderProducts[OrderProductsFields.COLUMN_DATESTATUS], "f");
|
|
62
|
+
__classPrivateFieldSet(this, _OrderProduct_detailedStatus, getOrderProducts[OrderProductsFields.COLUMN_DETAILEDSTATUS], "f");
|
|
63
|
+
__classPrivateFieldSet(this, _OrderProduct_isAddon, getOrderProducts[OrderProductsFields.COLUMN_IS_ADDON], "f");
|
|
64
|
+
__classPrivateFieldSet(this, _OrderProduct_arrowSubCategories, (_a = getOrderProducts[OrderProductsFields.COLUMN_ARROWSUBCATEGORIES]) !== null && _a !== void 0 ? _a : undefined, "f");
|
|
65
|
+
__classPrivateFieldSet(this, _OrderProduct_isTrial, getOrderProducts[OrderProductsFields.COLUMN_IS_TRIAL], "f");
|
|
66
|
+
__classPrivateFieldSet(this, _OrderProduct_prices, new productPrices_1.ProductPrices(getOrderProducts[OrderProductsFields.COLUMN_PRICES]), "f");
|
|
67
|
+
__classPrivateFieldSet(this, _OrderProduct_subscription, new referenceLink_1.ReferenceLink(getOrderProducts[OrderProductsFields.COLUMN_SUBSCRIPTION]), "f");
|
|
68
|
+
__classPrivateFieldSet(this, _OrderProduct_license, new referenceLink_1.ReferenceLink(getOrderProducts[OrderProductsFields.COLUMN_LICENSE]), "f");
|
|
69
|
+
__classPrivateFieldSet(this, _OrderProduct_name, getOrderProducts[OrderProductsFields.COLUMN_NAME], "f");
|
|
70
|
+
__classPrivateFieldSet(this, _OrderProduct_classification, getOrderProducts[OrderProductsFields.COLUMN_CLASSIFICATION], "f");
|
|
71
|
+
__classPrivateFieldSet(this, _OrderProduct_program, new productProgram_1.ProductProgram(getOrderProducts[OrderProductsFields.COLUMN_PROGRAM]), "f");
|
|
72
|
+
__classPrivateFieldSet(this, _OrderProduct_identifier, new productIdentifiers_1.ProductIdentifiers(getOrderProducts[OrderProductsFields.COLUMN_IDENTIFIERS]), "f");
|
|
75
73
|
}
|
|
76
74
|
get sku() {
|
|
77
|
-
return __classPrivateFieldGet(this,
|
|
75
|
+
return __classPrivateFieldGet(this, _OrderProduct_sku, "f");
|
|
78
76
|
}
|
|
79
77
|
get quantity() {
|
|
80
|
-
return __classPrivateFieldGet(this,
|
|
78
|
+
return __classPrivateFieldGet(this, _OrderProduct_quantity, "f");
|
|
81
79
|
}
|
|
82
80
|
get status() {
|
|
83
|
-
return __classPrivateFieldGet(this,
|
|
81
|
+
return __classPrivateFieldGet(this, _OrderProduct_status, "f");
|
|
84
82
|
}
|
|
85
83
|
get dateStatus() {
|
|
86
|
-
return __classPrivateFieldGet(this,
|
|
84
|
+
return __classPrivateFieldGet(this, _OrderProduct_dateStatus, "f");
|
|
87
85
|
}
|
|
88
86
|
get detailedStatus() {
|
|
89
|
-
return __classPrivateFieldGet(this,
|
|
87
|
+
return __classPrivateFieldGet(this, _OrderProduct_detailedStatus, "f");
|
|
90
88
|
}
|
|
91
89
|
get isAddon() {
|
|
92
|
-
return __classPrivateFieldGet(this,
|
|
90
|
+
return __classPrivateFieldGet(this, _OrderProduct_isAddon, "f");
|
|
93
91
|
}
|
|
94
92
|
get arrowSubCategories() {
|
|
95
|
-
return __classPrivateFieldGet(this,
|
|
93
|
+
return __classPrivateFieldGet(this, _OrderProduct_arrowSubCategories, "f");
|
|
96
94
|
}
|
|
97
95
|
get isTrial() {
|
|
98
|
-
return __classPrivateFieldGet(this,
|
|
96
|
+
return __classPrivateFieldGet(this, _OrderProduct_isTrial, "f");
|
|
99
97
|
}
|
|
100
98
|
get prices() {
|
|
101
|
-
return __classPrivateFieldGet(this,
|
|
99
|
+
return __classPrivateFieldGet(this, _OrderProduct_prices, "f");
|
|
102
100
|
}
|
|
103
101
|
get subscription() {
|
|
104
|
-
return __classPrivateFieldGet(this,
|
|
102
|
+
return __classPrivateFieldGet(this, _OrderProduct_subscription, "f");
|
|
105
103
|
}
|
|
106
104
|
get license() {
|
|
107
|
-
return __classPrivateFieldGet(this,
|
|
105
|
+
return __classPrivateFieldGet(this, _OrderProduct_license, "f");
|
|
108
106
|
}
|
|
109
107
|
get name() {
|
|
110
|
-
return __classPrivateFieldGet(this,
|
|
108
|
+
return __classPrivateFieldGet(this, _OrderProduct_name, "f");
|
|
111
109
|
}
|
|
112
110
|
get classification() {
|
|
113
|
-
return __classPrivateFieldGet(this,
|
|
111
|
+
return __classPrivateFieldGet(this, _OrderProduct_classification, "f");
|
|
114
112
|
}
|
|
115
113
|
get program() {
|
|
116
|
-
return __classPrivateFieldGet(this,
|
|
114
|
+
return __classPrivateFieldGet(this, _OrderProduct_program, "f");
|
|
117
115
|
}
|
|
118
116
|
get identifier() {
|
|
119
|
-
return __classPrivateFieldGet(this,
|
|
117
|
+
return __classPrivateFieldGet(this, _OrderProduct_identifier, "f");
|
|
120
118
|
}
|
|
121
119
|
toJSON() {
|
|
122
120
|
return {
|
|
@@ -139,5 +137,5 @@ class OrderProduct extends abstractEntity_1.AbstractEntity {
|
|
|
139
137
|
}
|
|
140
138
|
}
|
|
141
139
|
exports.OrderProduct = OrderProduct;
|
|
142
|
-
|
|
140
|
+
_OrderProduct_sku = new WeakMap(), _OrderProduct_quantity = new WeakMap(), _OrderProduct_status = new WeakMap(), _OrderProduct_dateStatus = new WeakMap(), _OrderProduct_detailedStatus = new WeakMap(), _OrderProduct_isAddon = new WeakMap(), _OrderProduct_arrowSubCategories = new WeakMap(), _OrderProduct_isTrial = new WeakMap(), _OrderProduct_prices = new WeakMap(), _OrderProduct_subscription = new WeakMap(), _OrderProduct_license = new WeakMap(), _OrderProduct_name = new WeakMap(), _OrderProduct_classification = new WeakMap(), _OrderProduct_program = new WeakMap(), _OrderProduct_identifier = new WeakMap();
|
|
143
141
|
//# sourceMappingURL=products.js.map
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
return value;
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
3
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
4
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
5
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
6
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
8
7
|
};
|
|
9
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
return privateMap.get(receiver);
|
|
8
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
9
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
10
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
14
12
|
};
|
|
15
|
-
var
|
|
13
|
+
var _ProductProgram_legacyCode;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.ProductProgram = exports.ProductProgramFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../../../abstractEntity");
|
|
@@ -23,11 +21,11 @@ var ProductProgramFields;
|
|
|
23
21
|
class ProductProgram extends abstractEntity_1.AbstractEntity {
|
|
24
22
|
constructor(program) {
|
|
25
23
|
super(program);
|
|
26
|
-
|
|
27
|
-
__classPrivateFieldSet(this,
|
|
24
|
+
_ProductProgram_legacyCode.set(this, void 0);
|
|
25
|
+
__classPrivateFieldSet(this, _ProductProgram_legacyCode, program[ProductProgramFields.COLUMN_LEGACY_CODE], "f");
|
|
28
26
|
}
|
|
29
27
|
get legacyCode() {
|
|
30
|
-
return __classPrivateFieldGet(this,
|
|
28
|
+
return __classPrivateFieldGet(this, _ProductProgram_legacyCode, "f");
|
|
31
29
|
}
|
|
32
30
|
toJSON() {
|
|
33
31
|
return {
|
|
@@ -36,5 +34,5 @@ class ProductProgram extends abstractEntity_1.AbstractEntity {
|
|
|
36
34
|
}
|
|
37
35
|
}
|
|
38
36
|
exports.ProductProgram = ProductProgram;
|
|
39
|
-
|
|
37
|
+
_ProductProgram_legacyCode = new WeakMap();
|
|
40
38
|
//# sourceMappingURL=productProgram.js.map
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
return value;
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
3
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
4
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
5
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
6
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
8
7
|
};
|
|
9
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
return privateMap.get(receiver);
|
|
8
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
9
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
10
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
14
12
|
};
|
|
15
|
-
var
|
|
13
|
+
var _ReferenceLink_reference, _ReferenceLink_link;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.ReferenceLink = exports.ReferenceLinkFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../abstractEntity");
|
|
@@ -24,16 +22,16 @@ var ReferenceLinkFields;
|
|
|
24
22
|
class ReferenceLink extends abstractEntity_1.AbstractEntity {
|
|
25
23
|
constructor(referenceLinkInput) {
|
|
26
24
|
super(referenceLinkInput);
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
__classPrivateFieldSet(this,
|
|
30
|
-
__classPrivateFieldSet(this,
|
|
25
|
+
_ReferenceLink_reference.set(this, void 0);
|
|
26
|
+
_ReferenceLink_link.set(this, void 0);
|
|
27
|
+
__classPrivateFieldSet(this, _ReferenceLink_reference, referenceLinkInput[ReferenceLinkFields.COLUMN_REFERENCE], "f");
|
|
28
|
+
__classPrivateFieldSet(this, _ReferenceLink_link, referenceLinkInput[ReferenceLinkFields.COLUMN_LINK], "f");
|
|
31
29
|
}
|
|
32
30
|
get reference() {
|
|
33
|
-
return __classPrivateFieldGet(this,
|
|
31
|
+
return __classPrivateFieldGet(this, _ReferenceLink_reference, "f");
|
|
34
32
|
}
|
|
35
33
|
get link() {
|
|
36
|
-
return __classPrivateFieldGet(this,
|
|
34
|
+
return __classPrivateFieldGet(this, _ReferenceLink_link, "f");
|
|
37
35
|
}
|
|
38
36
|
toJSON() {
|
|
39
37
|
return {
|
|
@@ -43,5 +41,5 @@ class ReferenceLink extends abstractEntity_1.AbstractEntity {
|
|
|
43
41
|
}
|
|
44
42
|
}
|
|
45
43
|
exports.ReferenceLink = ReferenceLink;
|
|
46
|
-
|
|
44
|
+
_ReferenceLink_reference = new WeakMap(), _ReferenceLink_link = new WeakMap();
|
|
47
45
|
//# sourceMappingURL=referenceLink.js.map
|
package/build/orders/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
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
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
package/build/pagination.js
CHANGED
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
return value;
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
3
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
4
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
5
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
6
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
8
7
|
};
|
|
9
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
return privateMap.get(receiver);
|
|
8
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
9
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
10
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
14
12
|
};
|
|
15
|
-
var
|
|
13
|
+
var _Pagination_perPage, _Pagination_currentPage, _Pagination_totalPage, _Pagination_total, _Pagination_next, _Pagination_previous;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.Pagination = exports.PaginationFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("./abstractEntity");
|
|
@@ -28,36 +26,36 @@ var PaginationFields;
|
|
|
28
26
|
class Pagination extends abstractEntity_1.AbstractEntity {
|
|
29
27
|
constructor(paginationDataInput) {
|
|
30
28
|
super(paginationDataInput);
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
__classPrivateFieldSet(this,
|
|
38
|
-
__classPrivateFieldSet(this,
|
|
39
|
-
__classPrivateFieldSet(this,
|
|
40
|
-
__classPrivateFieldSet(this,
|
|
41
|
-
__classPrivateFieldSet(this,
|
|
42
|
-
__classPrivateFieldSet(this,
|
|
29
|
+
_Pagination_perPage.set(this, void 0);
|
|
30
|
+
_Pagination_currentPage.set(this, void 0);
|
|
31
|
+
_Pagination_totalPage.set(this, void 0);
|
|
32
|
+
_Pagination_total.set(this, void 0);
|
|
33
|
+
_Pagination_next.set(this, void 0);
|
|
34
|
+
_Pagination_previous.set(this, void 0);
|
|
35
|
+
__classPrivateFieldSet(this, _Pagination_perPage, paginationDataInput[PaginationFields.COLUMN_PER_PAGE], "f");
|
|
36
|
+
__classPrivateFieldSet(this, _Pagination_currentPage, paginationDataInput[PaginationFields.COLUMN_CURRENT_PAGE], "f");
|
|
37
|
+
__classPrivateFieldSet(this, _Pagination_totalPage, paginationDataInput[PaginationFields.COLUMN_TOTAL_PAGE], "f");
|
|
38
|
+
__classPrivateFieldSet(this, _Pagination_total, paginationDataInput[PaginationFields.COLUMN_TOTAL], "f");
|
|
39
|
+
__classPrivateFieldSet(this, _Pagination_next, paginationDataInput[PaginationFields.COLUMN_NEXT], "f");
|
|
40
|
+
__classPrivateFieldSet(this, _Pagination_previous, paginationDataInput[PaginationFields.COLUMN_PREVIOUS], "f");
|
|
43
41
|
}
|
|
44
42
|
get perPage() {
|
|
45
|
-
return __classPrivateFieldGet(this,
|
|
43
|
+
return __classPrivateFieldGet(this, _Pagination_perPage, "f");
|
|
46
44
|
}
|
|
47
45
|
get currentPage() {
|
|
48
|
-
return __classPrivateFieldGet(this,
|
|
46
|
+
return __classPrivateFieldGet(this, _Pagination_currentPage, "f");
|
|
49
47
|
}
|
|
50
48
|
get totalPage() {
|
|
51
|
-
return __classPrivateFieldGet(this,
|
|
49
|
+
return __classPrivateFieldGet(this, _Pagination_totalPage, "f");
|
|
52
50
|
}
|
|
53
51
|
get total() {
|
|
54
|
-
return __classPrivateFieldGet(this,
|
|
52
|
+
return __classPrivateFieldGet(this, _Pagination_total, "f");
|
|
55
53
|
}
|
|
56
54
|
get next() {
|
|
57
|
-
return __classPrivateFieldGet(this,
|
|
55
|
+
return __classPrivateFieldGet(this, _Pagination_next, "f");
|
|
58
56
|
}
|
|
59
57
|
get previous() {
|
|
60
|
-
return __classPrivateFieldGet(this,
|
|
58
|
+
return __classPrivateFieldGet(this, _Pagination_previous, "f");
|
|
61
59
|
}
|
|
62
60
|
toJSON() {
|
|
63
61
|
return {
|
|
@@ -71,5 +69,5 @@ class Pagination extends abstractEntity_1.AbstractEntity {
|
|
|
71
69
|
}
|
|
72
70
|
}
|
|
73
71
|
exports.Pagination = Pagination;
|
|
74
|
-
|
|
72
|
+
_Pagination_perPage = new WeakMap(), _Pagination_currentPage = new WeakMap(), _Pagination_totalPage = new WeakMap(), _Pagination_total = new WeakMap(), _Pagination_next = new WeakMap(), _Pagination_previous = new WeakMap();
|
|
75
73
|
//# sourceMappingURL=pagination.js.map
|
package/build/security/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
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
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
return value;
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
3
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
4
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
5
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
6
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
8
7
|
};
|
|
9
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
return privateMap.get(receiver);
|
|
8
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
9
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
10
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
14
12
|
};
|
|
15
|
-
var
|
|
13
|
+
var _RegistrationLink_registrationLink;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.RegistrationLink = exports.RegistrationLinkFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../abstractEntity");
|
|
@@ -23,11 +21,11 @@ var RegistrationLinkFields;
|
|
|
23
21
|
class RegistrationLink extends abstractEntity_1.AbstractEntity {
|
|
24
22
|
constructor(registrationLinkInput) {
|
|
25
23
|
super(registrationLinkInput);
|
|
26
|
-
|
|
27
|
-
__classPrivateFieldSet(this,
|
|
24
|
+
_RegistrationLink_registrationLink.set(this, void 0);
|
|
25
|
+
__classPrivateFieldSet(this, _RegistrationLink_registrationLink, registrationLinkInput[RegistrationLinkFields.COLUMN_REGISTRATION_LINK], "f");
|
|
28
26
|
}
|
|
29
27
|
get registrationLink() {
|
|
30
|
-
return __classPrivateFieldGet(this,
|
|
28
|
+
return __classPrivateFieldGet(this, _RegistrationLink_registrationLink, "f");
|
|
31
29
|
}
|
|
32
30
|
toJSON() {
|
|
33
31
|
return {
|
|
@@ -36,5 +34,5 @@ class RegistrationLink extends abstractEntity_1.AbstractEntity {
|
|
|
36
34
|
}
|
|
37
35
|
}
|
|
38
36
|
exports.RegistrationLink = RegistrationLink;
|
|
39
|
-
|
|
37
|
+
_RegistrationLink_registrationLink = new WeakMap();
|
|
40
38
|
//# sourceMappingURL=registrationLink.js.map
|
|
@@ -1,7 +1,11 @@
|
|
|
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
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
return value;
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
3
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
4
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
5
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
6
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
8
7
|
};
|
|
9
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
return privateMap.get(receiver);
|
|
8
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
9
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
10
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
14
12
|
};
|
|
15
|
-
var
|
|
13
|
+
var _Checks_checks, _Checks_updatedAt;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.Checks = exports.ChecksFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -25,16 +23,16 @@ var ChecksFields;
|
|
|
25
23
|
class Checks extends abstractEntity_1.AbstractEntity {
|
|
26
24
|
constructor(checksDataInput) {
|
|
27
25
|
super(checksDataInput);
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
__classPrivateFieldSet(this,
|
|
31
|
-
__classPrivateFieldSet(this,
|
|
26
|
+
_Checks_checks.set(this, void 0);
|
|
27
|
+
_Checks_updatedAt.set(this, void 0);
|
|
28
|
+
__classPrivateFieldSet(this, _Checks_checks, checksDataInput[ChecksFields.COLUMN_CHECKS].map((securityChecks) => new securityChecks_1.SecurityChecks(securityChecks)), "f");
|
|
29
|
+
__classPrivateFieldSet(this, _Checks_updatedAt, checksDataInput[ChecksFields.COLUMN_UPDATED_AT], "f");
|
|
32
30
|
}
|
|
33
31
|
get checks() {
|
|
34
|
-
return __classPrivateFieldGet(this,
|
|
32
|
+
return __classPrivateFieldGet(this, _Checks_checks, "f");
|
|
35
33
|
}
|
|
36
34
|
get updatedAt() {
|
|
37
|
-
return __classPrivateFieldGet(this,
|
|
35
|
+
return __classPrivateFieldGet(this, _Checks_updatedAt, "f");
|
|
38
36
|
}
|
|
39
37
|
toJSON() {
|
|
40
38
|
return {
|
|
@@ -44,5 +42,5 @@ class Checks extends abstractEntity_1.AbstractEntity {
|
|
|
44
42
|
}
|
|
45
43
|
}
|
|
46
44
|
exports.Checks = Checks;
|
|
47
|
-
|
|
45
|
+
_Checks_checks = new WeakMap(), _Checks_updatedAt = new WeakMap();
|
|
48
46
|
//# sourceMappingURL=checks.js.map
|