@arrowsphere/api-client 3.27.0 → 3.28.0-rc.bjp.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 +36 -0
- package/build/AbstractHttpClient.js +65 -0
- package/build/abstractClient.d.ts +2 -19
- package/build/abstractClient.js +3 -22
- 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/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.js +36 -38
- 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/index.d.ts +2 -0
- package/build/securityScore/index.js +19 -0
- package/build/securityScore/securityScoreGraphQLClient.d.ts +17 -0
- package/build/securityScore/securityScoreGraphQLClient.js +35 -0
- package/build/securityScore/types/queryArguments.d.ts +72 -0
- package/build/securityScore/types/queryArguments.js +57 -0
- package/build/securityScore/types/securityScoreGraphQLQueries.d.ts +43 -0
- package/build/securityScore/types/securityScoreGraphQLQueries.js +3 -0
- package/build/securityScore/types/securityScoreGraphQLTypes.d.ts +144 -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 _LicenseFindResult_acceptEula, _LicenseFindResult_activeSeats, _LicenseFindResult_autoRenew, _LicenseFindResult_baseSeat, _LicenseFindResult_category, _LicenseFindResult_classification, _LicenseFindResult_configs, _LicenseFindResult_warnings, _LicenseFindResult_customerName, _LicenseFindResult_customerRef, _LicenseFindResult_endDate, _LicenseFindResult_friendlyName, _LicenseFindResult_id, _LicenseFindResult_enabled, _LicenseFindResult_lastUpdate, _LicenseFindResult_marketplace, _LicenseFindResult_message, _LicenseFindResult_offer, _LicenseFindResult_parentLineId, _LicenseFindResult_parentOrderRef, _LicenseFindResult_partnerRef, _LicenseFindResult_periodicity, _LicenseFindResult_price, _LicenseFindResult_resellerName, _LicenseFindResult_resellerRef, _LicenseFindResult_seat, _LicenseFindResult_serviceRef, _LicenseFindResult_sku, _LicenseFindResult_startDate, _LicenseFindResult_statusCode, _LicenseFindResult_statusLabel, _LicenseFindResult_subscriptionId, _LicenseFindResult_subsidiaryName, _LicenseFindResult_term, _LicenseFindResult_trial, _LicenseFindResult_type, _LicenseFindResult_uom, _LicenseFindResult_vendorCode, _LicenseFindResult_vendorName, _LicenseFindResult_vendorSubscriptionId, _LicenseFindResult_highlight;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.LicenseFindResult = exports.LicenseFindResultFields = void 0;
|
|
18
16
|
const activeSeatsFindResult_1 = require("./activeSeatsFindResult");
|
|
@@ -96,73 +94,73 @@ class LicenseFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
96
94
|
[LicenseFindResultFields.COLUMN_VENDOR_CODE]: 'required',
|
|
97
95
|
[LicenseFindResultFields.COLUMN_HIGHLIGHT]: 'object',
|
|
98
96
|
};
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
__classPrivateFieldSet(this,
|
|
97
|
+
_LicenseFindResult_acceptEula.set(this, void 0);
|
|
98
|
+
_LicenseFindResult_activeSeats.set(this, void 0);
|
|
99
|
+
_LicenseFindResult_autoRenew.set(this, void 0);
|
|
100
|
+
_LicenseFindResult_baseSeat.set(this, void 0);
|
|
101
|
+
_LicenseFindResult_category.set(this, void 0);
|
|
102
|
+
_LicenseFindResult_classification.set(this, void 0);
|
|
103
|
+
_LicenseFindResult_configs.set(this, void 0);
|
|
104
|
+
_LicenseFindResult_warnings.set(this, void 0);
|
|
105
|
+
_LicenseFindResult_customerName.set(this, void 0);
|
|
106
|
+
_LicenseFindResult_customerRef.set(this, void 0);
|
|
107
|
+
_LicenseFindResult_endDate.set(this, void 0);
|
|
108
|
+
_LicenseFindResult_friendlyName.set(this, void 0);
|
|
109
|
+
_LicenseFindResult_id.set(this, void 0);
|
|
110
|
+
_LicenseFindResult_enabled.set(this, void 0);
|
|
111
|
+
_LicenseFindResult_lastUpdate.set(this, void 0);
|
|
112
|
+
_LicenseFindResult_marketplace.set(this, void 0);
|
|
113
|
+
_LicenseFindResult_message.set(this, void 0);
|
|
114
|
+
_LicenseFindResult_offer.set(this, void 0);
|
|
115
|
+
_LicenseFindResult_parentLineId.set(this, void 0);
|
|
116
|
+
_LicenseFindResult_parentOrderRef.set(this, void 0);
|
|
117
|
+
_LicenseFindResult_partnerRef.set(this, void 0);
|
|
118
|
+
_LicenseFindResult_periodicity.set(this, void 0);
|
|
119
|
+
_LicenseFindResult_price.set(this, void 0);
|
|
120
|
+
_LicenseFindResult_resellerName.set(this, void 0);
|
|
121
|
+
_LicenseFindResult_resellerRef.set(this, void 0);
|
|
122
|
+
_LicenseFindResult_seat.set(this, void 0);
|
|
123
|
+
_LicenseFindResult_serviceRef.set(this, void 0);
|
|
124
|
+
_LicenseFindResult_sku.set(this, void 0);
|
|
125
|
+
_LicenseFindResult_startDate.set(this, void 0);
|
|
126
|
+
_LicenseFindResult_statusCode.set(this, void 0);
|
|
127
|
+
_LicenseFindResult_statusLabel.set(this, void 0);
|
|
128
|
+
_LicenseFindResult_subscriptionId.set(this, void 0);
|
|
129
|
+
_LicenseFindResult_subsidiaryName.set(this, void 0);
|
|
130
|
+
_LicenseFindResult_term.set(this, void 0);
|
|
131
|
+
_LicenseFindResult_trial.set(this, void 0);
|
|
132
|
+
_LicenseFindResult_type.set(this, void 0);
|
|
133
|
+
_LicenseFindResult_uom.set(this, void 0);
|
|
134
|
+
_LicenseFindResult_vendorCode.set(this, void 0);
|
|
135
|
+
_LicenseFindResult_vendorName.set(this, void 0);
|
|
136
|
+
_LicenseFindResult_vendorSubscriptionId.set(this, void 0);
|
|
137
|
+
_LicenseFindResult_highlight.set(this, void 0);
|
|
138
|
+
__classPrivateFieldSet(this, _LicenseFindResult_acceptEula, data[LicenseFindResultFields.COLUMN_ACCEPT_EULA], "f");
|
|
141
139
|
const activeSeats = {
|
|
142
140
|
[activeSeatsFindResult_1.ActiveSeatsFindResultFields.COLUMN_LAST_UPDATE]: data[LicenseFindResultFields.COLUMN_ACTIVE_SEATS][activeSeatsFindResult_1.ActiveSeatsFindResultFields.COLUMN_LAST_UPDATE],
|
|
143
141
|
[activeSeatsFindResult_1.ActiveSeatsFindResultFields.COLUMN_NUMBER]: data[LicenseFindResultFields.COLUMN_ACTIVE_SEATS][activeSeatsFindResult_1.ActiveSeatsFindResultFields.COLUMN_NUMBER],
|
|
144
142
|
};
|
|
145
|
-
__classPrivateFieldSet(this,
|
|
146
|
-
__classPrivateFieldSet(this,
|
|
147
|
-
__classPrivateFieldSet(this,
|
|
148
|
-
__classPrivateFieldSet(this,
|
|
149
|
-
__classPrivateFieldSet(this,
|
|
150
|
-
__classPrivateFieldSet(this,
|
|
151
|
-
__classPrivateFieldSet(this,
|
|
152
|
-
__classPrivateFieldSet(this,
|
|
153
|
-
__classPrivateFieldSet(this,
|
|
154
|
-
__classPrivateFieldSet(this,
|
|
155
|
-
__classPrivateFieldSet(this,
|
|
156
|
-
__classPrivateFieldSet(this,
|
|
157
|
-
__classPrivateFieldSet(this,
|
|
158
|
-
__classPrivateFieldSet(this,
|
|
159
|
-
__classPrivateFieldSet(this,
|
|
160
|
-
__classPrivateFieldSet(this,
|
|
161
|
-
__classPrivateFieldSet(this,
|
|
162
|
-
__classPrivateFieldSet(this,
|
|
163
|
-
__classPrivateFieldSet(this,
|
|
164
|
-
__classPrivateFieldSet(this,
|
|
165
|
-
__classPrivateFieldSet(this,
|
|
143
|
+
__classPrivateFieldSet(this, _LicenseFindResult_activeSeats, new activeSeatsFindResult_1.ActiveSeatsFindResult(activeSeats), "f");
|
|
144
|
+
__classPrivateFieldSet(this, _LicenseFindResult_autoRenew, data[LicenseFindResultFields.COLUMN_AUTO_RENEW], "f");
|
|
145
|
+
__classPrivateFieldSet(this, _LicenseFindResult_baseSeat, data[LicenseFindResultFields.COLUMN_BASE_SEAT], "f");
|
|
146
|
+
__classPrivateFieldSet(this, _LicenseFindResult_category, data[LicenseFindResultFields.COLUMN_CATEGORY], "f");
|
|
147
|
+
__classPrivateFieldSet(this, _LicenseFindResult_classification, data[LicenseFindResultFields.COLUMN_CLOUD_TYPE], "f");
|
|
148
|
+
__classPrivateFieldSet(this, _LicenseFindResult_configs, (_a = data[LicenseFindResultFields.COLUMN_CONFIGS]) === null || _a === void 0 ? void 0 : _a.map((configData) => new configFindResult_1.ConfigFindResult(configData)), "f");
|
|
149
|
+
__classPrivateFieldSet(this, _LicenseFindResult_warnings, (_b = data[LicenseFindResultFields.COLUMN_WARNINGS]) === null || _b === void 0 ? void 0 : _b.map((warningData) => new warningFindResult_1.WarningFindResult(warningData)), "f");
|
|
150
|
+
__classPrivateFieldSet(this, _LicenseFindResult_customerName, data[LicenseFindResultFields.COLUMN_CUSTOMER_NAME], "f");
|
|
151
|
+
__classPrivateFieldSet(this, _LicenseFindResult_customerRef, data[LicenseFindResultFields.COLUMN_CUSTOMER_REF], "f");
|
|
152
|
+
__classPrivateFieldSet(this, _LicenseFindResult_endDate, data[LicenseFindResultFields.COLUMN_END_DATE], "f");
|
|
153
|
+
__classPrivateFieldSet(this, _LicenseFindResult_friendlyName, data[LicenseFindResultFields.COLUMN_FRIENDLY_NAME], "f");
|
|
154
|
+
__classPrivateFieldSet(this, _LicenseFindResult_id, data[LicenseFindResultFields.COLUMN_ID], "f");
|
|
155
|
+
__classPrivateFieldSet(this, _LicenseFindResult_enabled, data[LicenseFindResultFields.COLUMN_IS_ENABLED], "f");
|
|
156
|
+
__classPrivateFieldSet(this, _LicenseFindResult_lastUpdate, data[LicenseFindResultFields.COLUMN_LAST_UPDATE], "f");
|
|
157
|
+
__classPrivateFieldSet(this, _LicenseFindResult_marketplace, data[LicenseFindResultFields.COLUMN_MARKETPLACE], "f");
|
|
158
|
+
__classPrivateFieldSet(this, _LicenseFindResult_message, data[LicenseFindResultFields.COLUMN_MESSAGE], "f");
|
|
159
|
+
__classPrivateFieldSet(this, _LicenseFindResult_offer, data[LicenseFindResultFields.COLUMN_OFFER], "f");
|
|
160
|
+
__classPrivateFieldSet(this, _LicenseFindResult_parentLineId, data[LicenseFindResultFields.COLUMN_PARENT_LINE_ID], "f");
|
|
161
|
+
__classPrivateFieldSet(this, _LicenseFindResult_parentOrderRef, data[LicenseFindResultFields.COLUMN_PARENT_ORDER_REF], "f");
|
|
162
|
+
__classPrivateFieldSet(this, _LicenseFindResult_partnerRef, data[LicenseFindResultFields.COLUMN_PARTNER_REF], "f");
|
|
163
|
+
__classPrivateFieldSet(this, _LicenseFindResult_periodicity, data[LicenseFindResultFields.COLUMN_PERIODICITY], "f");
|
|
166
164
|
const price = {
|
|
167
165
|
[priceFindResult_1.PriceFindResultFields.COLUMN_PRICE_BAND_ARROWSPHERE_SKU]: data[LicenseFindResultFields.COLUMN_PRICE][priceFindResult_1.PriceFindResultFields.COLUMN_PRICE_BAND_ARROWSPHERE_SKU],
|
|
168
166
|
[priceFindResult_1.PriceFindResultFields.COLUMN_BUY_PRICE]: data[LicenseFindResultFields.COLUMN_PRICE][priceFindResult_1.PriceFindResultFields.COLUMN_BUY_PRICE],
|
|
@@ -170,148 +168,148 @@ class LicenseFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
170
168
|
[priceFindResult_1.PriceFindResultFields.COLUMN_LIST_PRICE]: data[LicenseFindResultFields.COLUMN_PRICE][priceFindResult_1.PriceFindResultFields.COLUMN_LIST_PRICE],
|
|
171
169
|
[priceFindResult_1.PriceFindResultFields.COLUMN_CURRENCY]: data[LicenseFindResultFields.COLUMN_PRICE][priceFindResult_1.PriceFindResultFields.COLUMN_CURRENCY],
|
|
172
170
|
};
|
|
173
|
-
__classPrivateFieldSet(this,
|
|
174
|
-
__classPrivateFieldSet(this,
|
|
175
|
-
__classPrivateFieldSet(this,
|
|
176
|
-
__classPrivateFieldSet(this,
|
|
177
|
-
__classPrivateFieldSet(this,
|
|
178
|
-
__classPrivateFieldSet(this,
|
|
179
|
-
__classPrivateFieldSet(this,
|
|
180
|
-
__classPrivateFieldSet(this,
|
|
181
|
-
__classPrivateFieldSet(this,
|
|
182
|
-
__classPrivateFieldSet(this,
|
|
183
|
-
__classPrivateFieldSet(this,
|
|
184
|
-
__classPrivateFieldSet(this,
|
|
185
|
-
__classPrivateFieldSet(this,
|
|
186
|
-
__classPrivateFieldSet(this,
|
|
187
|
-
__classPrivateFieldSet(this,
|
|
188
|
-
__classPrivateFieldSet(this,
|
|
189
|
-
__classPrivateFieldSet(this,
|
|
190
|
-
__classPrivateFieldSet(this,
|
|
191
|
-
__classPrivateFieldSet(this,
|
|
171
|
+
__classPrivateFieldSet(this, _LicenseFindResult_price, new priceFindResult_1.PriceFindResult(price), "f");
|
|
172
|
+
__classPrivateFieldSet(this, _LicenseFindResult_resellerName, data[LicenseFindResultFields.COLUMN_RESELLER_NAME], "f");
|
|
173
|
+
__classPrivateFieldSet(this, _LicenseFindResult_resellerRef, data[LicenseFindResultFields.COLUMN_RESELLER_REF], "f");
|
|
174
|
+
__classPrivateFieldSet(this, _LicenseFindResult_seat, data[LicenseFindResultFields.COLUMN_SEAT], "f");
|
|
175
|
+
__classPrivateFieldSet(this, _LicenseFindResult_serviceRef, data[LicenseFindResultFields.COLUMN_SERVICE_REF], "f");
|
|
176
|
+
__classPrivateFieldSet(this, _LicenseFindResult_sku, data[LicenseFindResultFields.COLUMN_SKU], "f");
|
|
177
|
+
__classPrivateFieldSet(this, _LicenseFindResult_startDate, data[LicenseFindResultFields.COLUMN_START_DATE], "f");
|
|
178
|
+
__classPrivateFieldSet(this, _LicenseFindResult_statusCode, data[LicenseFindResultFields.COLUMN_STATUS_CODE], "f");
|
|
179
|
+
__classPrivateFieldSet(this, _LicenseFindResult_statusLabel, data[LicenseFindResultFields.COLUMN_STATUS_LABEL], "f");
|
|
180
|
+
__classPrivateFieldSet(this, _LicenseFindResult_subscriptionId, data[LicenseFindResultFields.COLUMN_SUBSCRIPTION_ID], "f");
|
|
181
|
+
__classPrivateFieldSet(this, _LicenseFindResult_subsidiaryName, data[LicenseFindResultFields.COLUMN_SUBSIDIARY_NAME], "f");
|
|
182
|
+
__classPrivateFieldSet(this, _LicenseFindResult_term, data[LicenseFindResultFields.COLUMN_TERM], "f");
|
|
183
|
+
__classPrivateFieldSet(this, _LicenseFindResult_trial, data[LicenseFindResultFields.COLUMN_TRIAL], "f");
|
|
184
|
+
__classPrivateFieldSet(this, _LicenseFindResult_type, data[LicenseFindResultFields.COLUMN_TYPE], "f");
|
|
185
|
+
__classPrivateFieldSet(this, _LicenseFindResult_uom, data[LicenseFindResultFields.COLUMN_UOM], "f");
|
|
186
|
+
__classPrivateFieldSet(this, _LicenseFindResult_vendorCode, data[LicenseFindResultFields.COLUMN_VENDOR_CODE], "f");
|
|
187
|
+
__classPrivateFieldSet(this, _LicenseFindResult_vendorName, data[LicenseFindResultFields.COLUMN_VENDOR_NAME], "f");
|
|
188
|
+
__classPrivateFieldSet(this, _LicenseFindResult_vendorSubscriptionId, data[LicenseFindResultFields.COLUMN_VENDOR_SUBSCRIPTION_ID], "f");
|
|
189
|
+
__classPrivateFieldSet(this, _LicenseFindResult_highlight, (_c = data[LicenseFindResultFields.COLUMN_HIGHLIGHT]) !== null && _c !== void 0 ? _c : {}, "f");
|
|
192
190
|
}
|
|
193
191
|
get id() {
|
|
194
|
-
return __classPrivateFieldGet(this,
|
|
192
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_id, "f");
|
|
195
193
|
}
|
|
196
194
|
get acceptEula() {
|
|
197
|
-
return __classPrivateFieldGet(this,
|
|
195
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_acceptEula, "f");
|
|
198
196
|
}
|
|
199
197
|
get activeSeats() {
|
|
200
|
-
return __classPrivateFieldGet(this,
|
|
198
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_activeSeats, "f");
|
|
201
199
|
}
|
|
202
200
|
get autoRenew() {
|
|
203
|
-
return __classPrivateFieldGet(this,
|
|
201
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_autoRenew, "f");
|
|
204
202
|
}
|
|
205
203
|
get baseSeat() {
|
|
206
|
-
return __classPrivateFieldGet(this,
|
|
204
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_baseSeat, "f");
|
|
207
205
|
}
|
|
208
206
|
get category() {
|
|
209
|
-
return __classPrivateFieldGet(this,
|
|
207
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_category, "f");
|
|
210
208
|
}
|
|
211
209
|
get classification() {
|
|
212
|
-
return __classPrivateFieldGet(this,
|
|
210
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_classification, "f");
|
|
213
211
|
}
|
|
214
212
|
get configs() {
|
|
215
|
-
return __classPrivateFieldGet(this,
|
|
213
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_configs, "f");
|
|
216
214
|
}
|
|
217
215
|
get warnings() {
|
|
218
|
-
return __classPrivateFieldGet(this,
|
|
216
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_warnings, "f");
|
|
219
217
|
}
|
|
220
218
|
get customerName() {
|
|
221
|
-
return __classPrivateFieldGet(this,
|
|
219
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_customerName, "f");
|
|
222
220
|
}
|
|
223
221
|
get customerRef() {
|
|
224
|
-
return __classPrivateFieldGet(this,
|
|
222
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_customerRef, "f");
|
|
225
223
|
}
|
|
226
224
|
get endDate() {
|
|
227
|
-
return __classPrivateFieldGet(this,
|
|
225
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_endDate, "f");
|
|
228
226
|
}
|
|
229
227
|
get friendlyName() {
|
|
230
|
-
return __classPrivateFieldGet(this,
|
|
228
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_friendlyName, "f");
|
|
231
229
|
}
|
|
232
230
|
get enabled() {
|
|
233
|
-
return __classPrivateFieldGet(this,
|
|
231
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_enabled, "f");
|
|
234
232
|
}
|
|
235
233
|
get lastUpdate() {
|
|
236
|
-
return __classPrivateFieldGet(this,
|
|
234
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_lastUpdate, "f");
|
|
237
235
|
}
|
|
238
236
|
get marketplace() {
|
|
239
|
-
return __classPrivateFieldGet(this,
|
|
237
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_marketplace, "f");
|
|
240
238
|
}
|
|
241
239
|
get message() {
|
|
242
|
-
return __classPrivateFieldGet(this,
|
|
240
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_message, "f");
|
|
243
241
|
}
|
|
244
242
|
get offer() {
|
|
245
|
-
return __classPrivateFieldGet(this,
|
|
243
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_offer, "f");
|
|
246
244
|
}
|
|
247
245
|
get parentLineId() {
|
|
248
|
-
return __classPrivateFieldGet(this,
|
|
246
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_parentLineId, "f");
|
|
249
247
|
}
|
|
250
248
|
get parentOrderRef() {
|
|
251
|
-
return __classPrivateFieldGet(this,
|
|
249
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_parentOrderRef, "f");
|
|
252
250
|
}
|
|
253
251
|
get partnerRef() {
|
|
254
|
-
return __classPrivateFieldGet(this,
|
|
252
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_partnerRef, "f");
|
|
255
253
|
}
|
|
256
254
|
get periodicity() {
|
|
257
|
-
return __classPrivateFieldGet(this,
|
|
255
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_periodicity, "f");
|
|
258
256
|
}
|
|
259
257
|
get price() {
|
|
260
|
-
return __classPrivateFieldGet(this,
|
|
258
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_price, "f");
|
|
261
259
|
}
|
|
262
260
|
get resellerName() {
|
|
263
|
-
return __classPrivateFieldGet(this,
|
|
261
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_resellerName, "f");
|
|
264
262
|
}
|
|
265
263
|
get resellerRef() {
|
|
266
|
-
return __classPrivateFieldGet(this,
|
|
264
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_resellerRef, "f");
|
|
267
265
|
}
|
|
268
266
|
get seat() {
|
|
269
|
-
return __classPrivateFieldGet(this,
|
|
267
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_seat, "f");
|
|
270
268
|
}
|
|
271
269
|
get serviceRef() {
|
|
272
|
-
return __classPrivateFieldGet(this,
|
|
270
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_serviceRef, "f");
|
|
273
271
|
}
|
|
274
272
|
get sku() {
|
|
275
|
-
return __classPrivateFieldGet(this,
|
|
273
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_sku, "f");
|
|
276
274
|
}
|
|
277
275
|
get startDate() {
|
|
278
|
-
return __classPrivateFieldGet(this,
|
|
276
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_startDate, "f");
|
|
279
277
|
}
|
|
280
278
|
get statusCode() {
|
|
281
|
-
return __classPrivateFieldGet(this,
|
|
279
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_statusCode, "f");
|
|
282
280
|
}
|
|
283
281
|
get statusLabel() {
|
|
284
|
-
return __classPrivateFieldGet(this,
|
|
282
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_statusLabel, "f");
|
|
285
283
|
}
|
|
286
284
|
get subscriptionId() {
|
|
287
|
-
return __classPrivateFieldGet(this,
|
|
285
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_subscriptionId, "f");
|
|
288
286
|
}
|
|
289
287
|
get subsidiaryName() {
|
|
290
|
-
return __classPrivateFieldGet(this,
|
|
288
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_subsidiaryName, "f");
|
|
291
289
|
}
|
|
292
290
|
get term() {
|
|
293
|
-
return __classPrivateFieldGet(this,
|
|
291
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_term, "f");
|
|
294
292
|
}
|
|
295
293
|
isTrial() {
|
|
296
|
-
return __classPrivateFieldGet(this,
|
|
294
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_trial, "f");
|
|
297
295
|
}
|
|
298
296
|
get type() {
|
|
299
|
-
return __classPrivateFieldGet(this,
|
|
297
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_type, "f");
|
|
300
298
|
}
|
|
301
299
|
get uom() {
|
|
302
|
-
return __classPrivateFieldGet(this,
|
|
300
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_uom, "f");
|
|
303
301
|
}
|
|
304
302
|
get vendorCode() {
|
|
305
|
-
return __classPrivateFieldGet(this,
|
|
303
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_vendorCode, "f");
|
|
306
304
|
}
|
|
307
305
|
get vendorName() {
|
|
308
|
-
return __classPrivateFieldGet(this,
|
|
306
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_vendorName, "f");
|
|
309
307
|
}
|
|
310
308
|
get vendorSubscriptionId() {
|
|
311
|
-
return __classPrivateFieldGet(this,
|
|
309
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_vendorSubscriptionId, "f");
|
|
312
310
|
}
|
|
313
311
|
get highlight() {
|
|
314
|
-
return __classPrivateFieldGet(this,
|
|
312
|
+
return __classPrivateFieldGet(this, _LicenseFindResult_highlight, "f");
|
|
315
313
|
}
|
|
316
314
|
/**
|
|
317
315
|
* Plain JSON object representation of the license entity.
|
|
@@ -366,5 +364,5 @@ class LicenseFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
366
364
|
}
|
|
367
365
|
}
|
|
368
366
|
exports.LicenseFindResult = LicenseFindResult;
|
|
369
|
-
|
|
367
|
+
_LicenseFindResult_acceptEula = new WeakMap(), _LicenseFindResult_activeSeats = new WeakMap(), _LicenseFindResult_autoRenew = new WeakMap(), _LicenseFindResult_baseSeat = new WeakMap(), _LicenseFindResult_category = new WeakMap(), _LicenseFindResult_classification = new WeakMap(), _LicenseFindResult_configs = new WeakMap(), _LicenseFindResult_warnings = new WeakMap(), _LicenseFindResult_customerName = new WeakMap(), _LicenseFindResult_customerRef = new WeakMap(), _LicenseFindResult_endDate = new WeakMap(), _LicenseFindResult_friendlyName = new WeakMap(), _LicenseFindResult_id = new WeakMap(), _LicenseFindResult_enabled = new WeakMap(), _LicenseFindResult_lastUpdate = new WeakMap(), _LicenseFindResult_marketplace = new WeakMap(), _LicenseFindResult_message = new WeakMap(), _LicenseFindResult_offer = new WeakMap(), _LicenseFindResult_parentLineId = new WeakMap(), _LicenseFindResult_parentOrderRef = new WeakMap(), _LicenseFindResult_partnerRef = new WeakMap(), _LicenseFindResult_periodicity = new WeakMap(), _LicenseFindResult_price = new WeakMap(), _LicenseFindResult_resellerName = new WeakMap(), _LicenseFindResult_resellerRef = new WeakMap(), _LicenseFindResult_seat = new WeakMap(), _LicenseFindResult_serviceRef = new WeakMap(), _LicenseFindResult_sku = new WeakMap(), _LicenseFindResult_startDate = new WeakMap(), _LicenseFindResult_statusCode = new WeakMap(), _LicenseFindResult_statusLabel = new WeakMap(), _LicenseFindResult_subscriptionId = new WeakMap(), _LicenseFindResult_subsidiaryName = new WeakMap(), _LicenseFindResult_term = new WeakMap(), _LicenseFindResult_trial = new WeakMap(), _LicenseFindResult_type = new WeakMap(), _LicenseFindResult_uom = new WeakMap(), _LicenseFindResult_vendorCode = new WeakMap(), _LicenseFindResult_vendorName = new WeakMap(), _LicenseFindResult_vendorSubscriptionId = new WeakMap(), _LicenseFindResult_highlight = new WeakMap();
|
|
370
368
|
//# sourceMappingURL=licenseFindResult.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 _PriceFindResult_price_band_arrowsphere_sku, _PriceFindResult_buy_price, _PriceFindResult_sell_price, _PriceFindResult_list_price, _PriceFindResult_currency;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.PriceFindResult = exports.PriceFindResultFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../abstractEntity");
|
|
@@ -34,31 +32,31 @@ class PriceFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
34
32
|
[PriceFindResultFields.COLUMN_LIST_PRICE]: 'present|numeric',
|
|
35
33
|
[PriceFindResultFields.COLUMN_CURRENCY]: 'present',
|
|
36
34
|
};
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
__classPrivateFieldSet(this,
|
|
43
|
-
__classPrivateFieldSet(this,
|
|
44
|
-
__classPrivateFieldSet(this,
|
|
45
|
-
__classPrivateFieldSet(this,
|
|
46
|
-
__classPrivateFieldSet(this,
|
|
35
|
+
_PriceFindResult_price_band_arrowsphere_sku.set(this, void 0);
|
|
36
|
+
_PriceFindResult_buy_price.set(this, void 0);
|
|
37
|
+
_PriceFindResult_sell_price.set(this, void 0);
|
|
38
|
+
_PriceFindResult_list_price.set(this, void 0);
|
|
39
|
+
_PriceFindResult_currency.set(this, void 0);
|
|
40
|
+
__classPrivateFieldSet(this, _PriceFindResult_price_band_arrowsphere_sku, data[PriceFindResultFields.COLUMN_PRICE_BAND_ARROWSPHERE_SKU], "f");
|
|
41
|
+
__classPrivateFieldSet(this, _PriceFindResult_buy_price, data[PriceFindResultFields.COLUMN_BUY_PRICE], "f");
|
|
42
|
+
__classPrivateFieldSet(this, _PriceFindResult_sell_price, data[PriceFindResultFields.COLUMN_SELL_PRICE], "f");
|
|
43
|
+
__classPrivateFieldSet(this, _PriceFindResult_list_price, data[PriceFindResultFields.COLUMN_LIST_PRICE], "f");
|
|
44
|
+
__classPrivateFieldSet(this, _PriceFindResult_currency, data[PriceFindResultFields.COLUMN_CURRENCY], "f");
|
|
47
45
|
}
|
|
48
46
|
get priceBandArrowsphereSku() {
|
|
49
|
-
return __classPrivateFieldGet(this,
|
|
47
|
+
return __classPrivateFieldGet(this, _PriceFindResult_price_band_arrowsphere_sku, "f");
|
|
50
48
|
}
|
|
51
49
|
get buyPrice() {
|
|
52
|
-
return __classPrivateFieldGet(this,
|
|
50
|
+
return __classPrivateFieldGet(this, _PriceFindResult_buy_price, "f");
|
|
53
51
|
}
|
|
54
52
|
get sellPrice() {
|
|
55
|
-
return __classPrivateFieldGet(this,
|
|
53
|
+
return __classPrivateFieldGet(this, _PriceFindResult_sell_price, "f");
|
|
56
54
|
}
|
|
57
55
|
get listPrice() {
|
|
58
|
-
return __classPrivateFieldGet(this,
|
|
56
|
+
return __classPrivateFieldGet(this, _PriceFindResult_list_price, "f");
|
|
59
57
|
}
|
|
60
58
|
get currency() {
|
|
61
|
-
return __classPrivateFieldGet(this,
|
|
59
|
+
return __classPrivateFieldGet(this, _PriceFindResult_currency, "f");
|
|
62
60
|
}
|
|
63
61
|
toJSON() {
|
|
64
62
|
return {
|
|
@@ -72,5 +70,5 @@ class PriceFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
72
70
|
}
|
|
73
71
|
}
|
|
74
72
|
exports.PriceFindResult = PriceFindResult;
|
|
75
|
-
|
|
73
|
+
_PriceFindResult_price_band_arrowsphere_sku = new WeakMap(), _PriceFindResult_buy_price = new WeakMap(), _PriceFindResult_sell_price = new WeakMap(), _PriceFindResult_list_price = new WeakMap(), _PriceFindResult_currency = new WeakMap();
|
|
76
74
|
//# sourceMappingURL=priceFindResult.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 _WarningFindResult_key, _WarningFindResult_message;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.WarningFindResult = exports.WarningFindResultFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../abstractEntity");
|
|
@@ -28,16 +26,16 @@ class WarningFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
28
26
|
[WarningFindResultFields.COLUMN_KEY]: 'required|string',
|
|
29
27
|
[WarningFindResultFields.COLUMN_MESSAGE]: 'required|string',
|
|
30
28
|
};
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
__classPrivateFieldSet(this,
|
|
34
|
-
__classPrivateFieldSet(this,
|
|
29
|
+
_WarningFindResult_key.set(this, void 0);
|
|
30
|
+
_WarningFindResult_message.set(this, void 0);
|
|
31
|
+
__classPrivateFieldSet(this, _WarningFindResult_key, data[WarningFindResultFields.COLUMN_KEY], "f");
|
|
32
|
+
__classPrivateFieldSet(this, _WarningFindResult_message, data[WarningFindResultFields.COLUMN_MESSAGE], "f");
|
|
35
33
|
}
|
|
36
34
|
get key() {
|
|
37
|
-
return __classPrivateFieldGet(this,
|
|
35
|
+
return __classPrivateFieldGet(this, _WarningFindResult_key, "f");
|
|
38
36
|
}
|
|
39
37
|
get message() {
|
|
40
|
-
return __classPrivateFieldGet(this,
|
|
38
|
+
return __classPrivateFieldGet(this, _WarningFindResult_message, "f");
|
|
41
39
|
}
|
|
42
40
|
toJSON() {
|
|
43
41
|
return {
|
|
@@ -47,5 +45,5 @@ class WarningFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
47
45
|
}
|
|
48
46
|
}
|
|
49
47
|
exports.WarningFindResult = WarningFindResult;
|
|
50
|
-
|
|
48
|
+
_WarningFindResult_key = new WeakMap(), _WarningFindResult_message = new WeakMap();
|
|
51
49
|
//# sourceMappingURL=warningFindResult.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 _ActionFlagsFindResult_isAutoRenew, _ActionFlagsFindResult_isManualProvisioning, _ActionFlagsFindResult_renewalSku;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.ActionFlagsFindResult = exports.ActionFlagsFindResultFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../abstractEntity");
|
|
@@ -30,21 +28,21 @@ class ActionFlagsFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
30
28
|
[ActionFlagsFindResultFields.COLUMN_MANUAL_PROVISIONING]: 'required|boolean',
|
|
31
29
|
[ActionFlagsFindResultFields.COLUMN_RENEWAL_SKU]: 'boolean',
|
|
32
30
|
};
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
__classPrivateFieldSet(this,
|
|
37
|
-
__classPrivateFieldSet(this,
|
|
38
|
-
__classPrivateFieldSet(this,
|
|
31
|
+
_ActionFlagsFindResult_isAutoRenew.set(this, void 0);
|
|
32
|
+
_ActionFlagsFindResult_isManualProvisioning.set(this, void 0);
|
|
33
|
+
_ActionFlagsFindResult_renewalSku.set(this, void 0);
|
|
34
|
+
__classPrivateFieldSet(this, _ActionFlagsFindResult_isAutoRenew, data[ActionFlagsFindResultFields.COLUMN_IS_AUTO_RENEW], "f");
|
|
35
|
+
__classPrivateFieldSet(this, _ActionFlagsFindResult_isManualProvisioning, data[ActionFlagsFindResultFields.COLUMN_MANUAL_PROVISIONING], "f");
|
|
36
|
+
__classPrivateFieldSet(this, _ActionFlagsFindResult_renewalSku, data[ActionFlagsFindResultFields.COLUMN_RENEWAL_SKU], "f");
|
|
39
37
|
}
|
|
40
38
|
isAutoRenew() {
|
|
41
|
-
return __classPrivateFieldGet(this,
|
|
39
|
+
return __classPrivateFieldGet(this, _ActionFlagsFindResult_isAutoRenew, "f");
|
|
42
40
|
}
|
|
43
41
|
isManualProvisioning() {
|
|
44
|
-
return __classPrivateFieldGet(this,
|
|
42
|
+
return __classPrivateFieldGet(this, _ActionFlagsFindResult_isManualProvisioning, "f");
|
|
45
43
|
}
|
|
46
44
|
renewalSku() {
|
|
47
|
-
return __classPrivateFieldGet(this,
|
|
45
|
+
return __classPrivateFieldGet(this, _ActionFlagsFindResult_renewalSku, "f");
|
|
48
46
|
}
|
|
49
47
|
toJSON() {
|
|
50
48
|
return {
|
|
@@ -55,5 +53,5 @@ class ActionFlagsFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
55
53
|
}
|
|
56
54
|
}
|
|
57
55
|
exports.ActionFlagsFindResult = ActionFlagsFindResult;
|
|
58
|
-
|
|
56
|
+
_ActionFlagsFindResult_isAutoRenew = new WeakMap(), _ActionFlagsFindResult_isManualProvisioning = new WeakMap(), _ActionFlagsFindResult_renewalSku = new WeakMap();
|
|
59
57
|
//# sourceMappingURL=actionFlagsFindResult.js.map
|