@arrowsphere/api-client 3.27.0-rc.bjp.1 → 3.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/build/abstractEntity.js +16 -14
- package/build/abstractGraphQLClient.d.ts +1 -2
- package/build/abstractGraphQLClient.js +7 -32
- package/build/axiosSingleton.js +2 -2
- package/build/campaign/entities/campaign/banners/banners.js +34 -32
- package/build/campaign/entities/campaign/campaign.js +53 -51
- package/build/campaign/entities/campaign/landingPage/landingPage.js +26 -24
- package/build/campaign/entities/campaign/landingPage/landingPageBody.js +37 -35
- package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooter.js +31 -29
- package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +25 -23
- package/build/campaign/entities/campaign/landingPage/landingPageHeader.js +31 -29
- package/build/campaign/entities/campaign/rules/rules.js +31 -29
- package/build/campaign/entities/campaignAssets/assets/assets.js +19 -17
- package/build/campaign/entities/campaignAssets/campaignAssets.js +16 -14
- package/build/campaign/entities/v2/campaign/banner/banner.js +34 -32
- package/build/campaign/entities/v2/campaign/campaign.js +50 -48
- package/build/campaign/entities/v2/campaign/landingPage/landingPage.js +26 -24
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooter.js +36 -34
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +22 -20
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeatureItem.js +34 -32
- package/build/campaign/entities/v2/campaign/landingPage/landingPageHeader.js +34 -32
- package/build/campaign/entities/v2/campaignList.js +16 -14
- package/build/campaign/index.js +1 -5
- package/build/cart/entities/index.js +1 -5
- package/build/cart/entities/item.js +28 -26
- package/build/cart/entities/itemList.js +16 -14
- package/build/cart/index.js +1 -5
- package/build/catalog/catalogGraphQLClient.d.ts +0 -2
- package/build/catalog/catalogGraphQLClient.js +1 -4
- package/build/catalog/index.js +1 -5
- package/build/catalog/types/catalogGraphQLTypes.js +0 -1
- package/build/consumption/entities/bi/consumptionBI.js +30 -28
- package/build/consumption/entities/bi/period/period.js +19 -17
- package/build/consumption/entities/bi/top/top.js +25 -23
- package/build/consumption/entities/consumption/consumption.js +19 -17
- package/build/consumption/index.js +1 -5
- package/build/contact/entities/contact.js +46 -44
- package/build/contact/entities/contactCreate.js +16 -14
- package/build/contact/entities/contactList.js +16 -14
- package/build/contact/index.js +1 -5
- package/build/customers/entities/customers/contact/contact.js +31 -29
- package/build/customers/entities/customers/customer.js +73 -71
- package/build/customers/entities/customers/customerContact/customerContact.js +40 -38
- package/build/customers/entities/customers/customerContact/customerContactList.js +16 -14
- package/build/customers/entities/customers/details/details.js +31 -29
- package/build/customers/entities/dataCustomers.js +16 -14
- package/build/customers/entities/dataInvitation.js +31 -29
- package/build/customers/entities/invitations/company/company.js +16 -14
- package/build/customers/entities/invitations/contact/invitationContact.js +28 -26
- package/build/customers/index.js +1 -5
- package/build/exception/index.js +1 -5
- package/build/general/entities/whoAmI.js +61 -59
- package/build/general/index.js +1 -5
- package/build/getResult.js +23 -21
- package/build/index.js +1 -5
- package/build/licenses/entities/filterFindResult.js +19 -17
- package/build/licenses/entities/findResult.js +38 -36
- package/build/licenses/entities/getLicense/actionMessagesGetResult.js +28 -26
- package/build/licenses/entities/getLicense/actionsGetResult.js +43 -41
- package/build/licenses/entities/getLicense/buySellFindResult.js +19 -17
- package/build/licenses/entities/getLicense/licenseGetResult.js +107 -105
- package/build/licenses/entities/getLicense/licensePriceGetResult.js +22 -20
- package/build/licenses/entities/getLicense/orderGetResult.js +19 -17
- package/build/licenses/entities/getResult/getLicenseResult.js +16 -14
- package/build/licenses/entities/history/actionHistoryResult.js +25 -23
- package/build/licenses/entities/history/licenceHistoryResult.js +16 -14
- package/build/licenses/entities/license/activeSeatsFindResult.js +19 -17
- package/build/licenses/entities/license/configFindResult.js +22 -20
- package/build/licenses/entities/license/licenseFindResult.js +136 -134
- package/build/licenses/entities/license/priceFindResult.js +28 -26
- package/build/licenses/entities/license/warningFindResult.js +19 -17
- package/build/licenses/entities/offer/actionFlagsFindResult.js +22 -20
- package/build/licenses/entities/offer/offerFindResult.js +34 -32
- package/build/licenses/entities/offer/priceBandFindResult.js +37 -35
- package/build/licenses/entities/offer/priceband/billingFindResult.js +22 -20
- package/build/licenses/entities/offer/priceband/identifiers/arrowsphereFindResult.js +16 -14
- package/build/licenses/entities/offer/priceband/identifiersFindResult.js +16 -14
- package/build/licenses/entities/offer/priceband/priceBandActionFlagsFindResult.js +28 -26
- package/build/licenses/entities/offer/priceband/priceBandPriceFindResult.js +22 -20
- package/build/licenses/entities/offer/priceband/saleConstraintsFindResult.js +19 -17
- package/build/licenses/index.js +1 -5
- package/build/orders/entities/dataListOrders.js +16 -14
- package/build/orders/entities/orders/order.js +41 -39
- package/build/orders/entities/orders/partner/partner.js +19 -17
- package/build/orders/entities/orders/products/identifiers/productIdentifiers.js +16 -14
- package/build/orders/entities/orders/products/identifiers/vendor/identifiersVendor.js +16 -14
- package/build/orders/entities/orders/products/prices/productPrices.js +34 -32
- package/build/orders/entities/orders/products/products.js +58 -56
- package/build/orders/entities/orders/products/program/productProgram.js +16 -14
- package/build/orders/entities/referenceLink.js +19 -17
- package/build/orders/index.js +1 -5
- package/build/orders/ordersClient.d.ts +58 -3
- package/build/orders/ordersClient.js +25 -1
- package/build/pagination.js +31 -29
- package/build/security/index.js +1 -5
- package/build/security/register/entity/registrationLink.js +16 -14
- package/build/security/register/index.js +1 -5
- package/build/security/standards/entities/checks/checks.js +19 -17
- package/build/security/standards/entities/checks/securityChecks.js +40 -38
- package/build/security/standards/entities/resources/resources.js +28 -26
- package/build/security/standards/entities/resources/securityResources.js +19 -17
- package/build/security/standards/entities/standards/securityStandards.js +31 -29
- package/build/security/standards/entities/standards/standards.js +19 -17
- package/build/security/standards/index.js +1 -5
- package/build/shared/index.js +1 -5
- package/build/subscriptions/entities/subscription.js +58 -56
- package/build/subscriptions/entities/subscriptionsListResult.js +41 -39
- package/build/subscriptions/index.js +1 -5
- package/build/supportCenter/entities/issue/attachment.js +29 -27
- package/build/supportCenter/entities/issue/comment.js +31 -29
- package/build/supportCenter/entities/issue/issue.js +108 -106
- package/build/supportCenter/entities/topic.js +32 -30
- package/build/supportCenter/index.js +1 -5
- package/package.json +3 -5
- package/build/catalog/types/catalogGraphQLQueries.d.ts +0 -12
- package/build/catalog/types/catalogGraphQLQueries.js +0 -3
- package/build/catalog/types/catalogGraphQLSchemas.d.ts +0 -30
- package/build/catalog/types/catalogGraphQLSchemas.js +0 -4
- package/build/catalog/types/queryArguments.d.ts +0 -42
- package/build/catalog/types/queryArguments.js +0 -9
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
|
|
3
|
+
if (!privateMap.has(receiver)) {
|
|
4
|
+
throw new TypeError("attempted to set private field on non-instance");
|
|
5
|
+
}
|
|
6
|
+
privateMap.set(receiver, value);
|
|
7
|
+
return value;
|
|
7
8
|
};
|
|
8
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
9
|
-
if (
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
|
|
10
|
+
if (!privateMap.has(receiver)) {
|
|
11
|
+
throw new TypeError("attempted to get private field on non-instance");
|
|
12
|
+
}
|
|
13
|
+
return privateMap.get(receiver);
|
|
12
14
|
};
|
|
13
|
-
var
|
|
15
|
+
var _acceptEula, _activeSeats, _autoRenew, _baseSeat, _category, _classification, _configs, _warnings, _customerName, _customerRef, _endDate, _friendlyName, _id, _enabled, _lastUpdate, _marketplace, _message, _offer, _parentLineId, _parentOrderRef, _partnerRef, _periodicity, _price, _resellerName, _resellerRef, _seat, _serviceRef, _sku, _startDate, _statusCode, _statusLabel, _subscriptionId, _subsidiaryName, _term, _trial, _type, _uom, _vendorCode, _vendorName, _vendorSubscriptionId, _highlight;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.LicenseFindResult = exports.LicenseFindResultFields = void 0;
|
|
16
18
|
const activeSeatsFindResult_1 = require("./activeSeatsFindResult");
|
|
@@ -94,73 +96,73 @@ class LicenseFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
94
96
|
[LicenseFindResultFields.COLUMN_VENDOR_CODE]: 'required',
|
|
95
97
|
[LicenseFindResultFields.COLUMN_HIGHLIGHT]: 'object',
|
|
96
98
|
};
|
|
97
|
-
|
|
98
|
-
|
|
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
|
-
__classPrivateFieldSet(this,
|
|
99
|
+
_acceptEula.set(this, void 0);
|
|
100
|
+
_activeSeats.set(this, void 0);
|
|
101
|
+
_autoRenew.set(this, void 0);
|
|
102
|
+
_baseSeat.set(this, void 0);
|
|
103
|
+
_category.set(this, void 0);
|
|
104
|
+
_classification.set(this, void 0);
|
|
105
|
+
_configs.set(this, void 0);
|
|
106
|
+
_warnings.set(this, void 0);
|
|
107
|
+
_customerName.set(this, void 0);
|
|
108
|
+
_customerRef.set(this, void 0);
|
|
109
|
+
_endDate.set(this, void 0);
|
|
110
|
+
_friendlyName.set(this, void 0);
|
|
111
|
+
_id.set(this, void 0);
|
|
112
|
+
_enabled.set(this, void 0);
|
|
113
|
+
_lastUpdate.set(this, void 0);
|
|
114
|
+
_marketplace.set(this, void 0);
|
|
115
|
+
_message.set(this, void 0);
|
|
116
|
+
_offer.set(this, void 0);
|
|
117
|
+
_parentLineId.set(this, void 0);
|
|
118
|
+
_parentOrderRef.set(this, void 0);
|
|
119
|
+
_partnerRef.set(this, void 0);
|
|
120
|
+
_periodicity.set(this, void 0);
|
|
121
|
+
_price.set(this, void 0);
|
|
122
|
+
_resellerName.set(this, void 0);
|
|
123
|
+
_resellerRef.set(this, void 0);
|
|
124
|
+
_seat.set(this, void 0);
|
|
125
|
+
_serviceRef.set(this, void 0);
|
|
126
|
+
_sku.set(this, void 0);
|
|
127
|
+
_startDate.set(this, void 0);
|
|
128
|
+
_statusCode.set(this, void 0);
|
|
129
|
+
_statusLabel.set(this, void 0);
|
|
130
|
+
_subscriptionId.set(this, void 0);
|
|
131
|
+
_subsidiaryName.set(this, void 0);
|
|
132
|
+
_term.set(this, void 0);
|
|
133
|
+
_trial.set(this, void 0);
|
|
134
|
+
_type.set(this, void 0);
|
|
135
|
+
_uom.set(this, void 0);
|
|
136
|
+
_vendorCode.set(this, void 0);
|
|
137
|
+
_vendorName.set(this, void 0);
|
|
138
|
+
_vendorSubscriptionId.set(this, void 0);
|
|
139
|
+
_highlight.set(this, void 0);
|
|
140
|
+
__classPrivateFieldSet(this, _acceptEula, data[LicenseFindResultFields.COLUMN_ACCEPT_EULA]);
|
|
139
141
|
const activeSeats = {
|
|
140
142
|
[activeSeatsFindResult_1.ActiveSeatsFindResultFields.COLUMN_LAST_UPDATE]: data[LicenseFindResultFields.COLUMN_ACTIVE_SEATS][activeSeatsFindResult_1.ActiveSeatsFindResultFields.COLUMN_LAST_UPDATE],
|
|
141
143
|
[activeSeatsFindResult_1.ActiveSeatsFindResultFields.COLUMN_NUMBER]: data[LicenseFindResultFields.COLUMN_ACTIVE_SEATS][activeSeatsFindResult_1.ActiveSeatsFindResultFields.COLUMN_NUMBER],
|
|
142
144
|
};
|
|
143
|
-
__classPrivateFieldSet(this,
|
|
144
|
-
__classPrivateFieldSet(this,
|
|
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,
|
|
145
|
+
__classPrivateFieldSet(this, _activeSeats, new activeSeatsFindResult_1.ActiveSeatsFindResult(activeSeats));
|
|
146
|
+
__classPrivateFieldSet(this, _autoRenew, data[LicenseFindResultFields.COLUMN_AUTO_RENEW]);
|
|
147
|
+
__classPrivateFieldSet(this, _baseSeat, data[LicenseFindResultFields.COLUMN_BASE_SEAT]);
|
|
148
|
+
__classPrivateFieldSet(this, _category, data[LicenseFindResultFields.COLUMN_CATEGORY]);
|
|
149
|
+
__classPrivateFieldSet(this, _classification, data[LicenseFindResultFields.COLUMN_CLOUD_TYPE]);
|
|
150
|
+
__classPrivateFieldSet(this, _configs, (_a = data[LicenseFindResultFields.COLUMN_CONFIGS]) === null || _a === void 0 ? void 0 : _a.map((configData) => new configFindResult_1.ConfigFindResult(configData)));
|
|
151
|
+
__classPrivateFieldSet(this, _warnings, (_b = data[LicenseFindResultFields.COLUMN_WARNINGS]) === null || _b === void 0 ? void 0 : _b.map((warningData) => new warningFindResult_1.WarningFindResult(warningData)));
|
|
152
|
+
__classPrivateFieldSet(this, _customerName, data[LicenseFindResultFields.COLUMN_CUSTOMER_NAME]);
|
|
153
|
+
__classPrivateFieldSet(this, _customerRef, data[LicenseFindResultFields.COLUMN_CUSTOMER_REF]);
|
|
154
|
+
__classPrivateFieldSet(this, _endDate, data[LicenseFindResultFields.COLUMN_END_DATE]);
|
|
155
|
+
__classPrivateFieldSet(this, _friendlyName, data[LicenseFindResultFields.COLUMN_FRIENDLY_NAME]);
|
|
156
|
+
__classPrivateFieldSet(this, _id, data[LicenseFindResultFields.COLUMN_ID]);
|
|
157
|
+
__classPrivateFieldSet(this, _enabled, data[LicenseFindResultFields.COLUMN_IS_ENABLED]);
|
|
158
|
+
__classPrivateFieldSet(this, _lastUpdate, data[LicenseFindResultFields.COLUMN_LAST_UPDATE]);
|
|
159
|
+
__classPrivateFieldSet(this, _marketplace, data[LicenseFindResultFields.COLUMN_MARKETPLACE]);
|
|
160
|
+
__classPrivateFieldSet(this, _message, data[LicenseFindResultFields.COLUMN_MESSAGE]);
|
|
161
|
+
__classPrivateFieldSet(this, _offer, data[LicenseFindResultFields.COLUMN_OFFER]);
|
|
162
|
+
__classPrivateFieldSet(this, _parentLineId, data[LicenseFindResultFields.COLUMN_PARENT_LINE_ID]);
|
|
163
|
+
__classPrivateFieldSet(this, _parentOrderRef, data[LicenseFindResultFields.COLUMN_PARENT_ORDER_REF]);
|
|
164
|
+
__classPrivateFieldSet(this, _partnerRef, data[LicenseFindResultFields.COLUMN_PARTNER_REF]);
|
|
165
|
+
__classPrivateFieldSet(this, _periodicity, data[LicenseFindResultFields.COLUMN_PERIODICITY]);
|
|
164
166
|
const price = {
|
|
165
167
|
[priceFindResult_1.PriceFindResultFields.COLUMN_PRICE_BAND_ARROWSPHERE_SKU]: data[LicenseFindResultFields.COLUMN_PRICE][priceFindResult_1.PriceFindResultFields.COLUMN_PRICE_BAND_ARROWSPHERE_SKU],
|
|
166
168
|
[priceFindResult_1.PriceFindResultFields.COLUMN_BUY_PRICE]: data[LicenseFindResultFields.COLUMN_PRICE][priceFindResult_1.PriceFindResultFields.COLUMN_BUY_PRICE],
|
|
@@ -168,148 +170,148 @@ class LicenseFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
168
170
|
[priceFindResult_1.PriceFindResultFields.COLUMN_LIST_PRICE]: data[LicenseFindResultFields.COLUMN_PRICE][priceFindResult_1.PriceFindResultFields.COLUMN_LIST_PRICE],
|
|
169
171
|
[priceFindResult_1.PriceFindResultFields.COLUMN_CURRENCY]: data[LicenseFindResultFields.COLUMN_PRICE][priceFindResult_1.PriceFindResultFields.COLUMN_CURRENCY],
|
|
170
172
|
};
|
|
171
|
-
__classPrivateFieldSet(this,
|
|
172
|
-
__classPrivateFieldSet(this,
|
|
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,
|
|
173
|
+
__classPrivateFieldSet(this, _price, new priceFindResult_1.PriceFindResult(price));
|
|
174
|
+
__classPrivateFieldSet(this, _resellerName, data[LicenseFindResultFields.COLUMN_RESELLER_NAME]);
|
|
175
|
+
__classPrivateFieldSet(this, _resellerRef, data[LicenseFindResultFields.COLUMN_RESELLER_REF]);
|
|
176
|
+
__classPrivateFieldSet(this, _seat, data[LicenseFindResultFields.COLUMN_SEAT]);
|
|
177
|
+
__classPrivateFieldSet(this, _serviceRef, data[LicenseFindResultFields.COLUMN_SERVICE_REF]);
|
|
178
|
+
__classPrivateFieldSet(this, _sku, data[LicenseFindResultFields.COLUMN_SKU]);
|
|
179
|
+
__classPrivateFieldSet(this, _startDate, data[LicenseFindResultFields.COLUMN_START_DATE]);
|
|
180
|
+
__classPrivateFieldSet(this, _statusCode, data[LicenseFindResultFields.COLUMN_STATUS_CODE]);
|
|
181
|
+
__classPrivateFieldSet(this, _statusLabel, data[LicenseFindResultFields.COLUMN_STATUS_LABEL]);
|
|
182
|
+
__classPrivateFieldSet(this, _subscriptionId, data[LicenseFindResultFields.COLUMN_SUBSCRIPTION_ID]);
|
|
183
|
+
__classPrivateFieldSet(this, _subsidiaryName, data[LicenseFindResultFields.COLUMN_SUBSIDIARY_NAME]);
|
|
184
|
+
__classPrivateFieldSet(this, _term, data[LicenseFindResultFields.COLUMN_TERM]);
|
|
185
|
+
__classPrivateFieldSet(this, _trial, data[LicenseFindResultFields.COLUMN_TRIAL]);
|
|
186
|
+
__classPrivateFieldSet(this, _type, data[LicenseFindResultFields.COLUMN_TYPE]);
|
|
187
|
+
__classPrivateFieldSet(this, _uom, data[LicenseFindResultFields.COLUMN_UOM]);
|
|
188
|
+
__classPrivateFieldSet(this, _vendorCode, data[LicenseFindResultFields.COLUMN_VENDOR_CODE]);
|
|
189
|
+
__classPrivateFieldSet(this, _vendorName, data[LicenseFindResultFields.COLUMN_VENDOR_NAME]);
|
|
190
|
+
__classPrivateFieldSet(this, _vendorSubscriptionId, data[LicenseFindResultFields.COLUMN_VENDOR_SUBSCRIPTION_ID]);
|
|
191
|
+
__classPrivateFieldSet(this, _highlight, (_c = data[LicenseFindResultFields.COLUMN_HIGHLIGHT]) !== null && _c !== void 0 ? _c : {});
|
|
190
192
|
}
|
|
191
193
|
get id() {
|
|
192
|
-
return __classPrivateFieldGet(this,
|
|
194
|
+
return __classPrivateFieldGet(this, _id);
|
|
193
195
|
}
|
|
194
196
|
get acceptEula() {
|
|
195
|
-
return __classPrivateFieldGet(this,
|
|
197
|
+
return __classPrivateFieldGet(this, _acceptEula);
|
|
196
198
|
}
|
|
197
199
|
get activeSeats() {
|
|
198
|
-
return __classPrivateFieldGet(this,
|
|
200
|
+
return __classPrivateFieldGet(this, _activeSeats);
|
|
199
201
|
}
|
|
200
202
|
get autoRenew() {
|
|
201
|
-
return __classPrivateFieldGet(this,
|
|
203
|
+
return __classPrivateFieldGet(this, _autoRenew);
|
|
202
204
|
}
|
|
203
205
|
get baseSeat() {
|
|
204
|
-
return __classPrivateFieldGet(this,
|
|
206
|
+
return __classPrivateFieldGet(this, _baseSeat);
|
|
205
207
|
}
|
|
206
208
|
get category() {
|
|
207
|
-
return __classPrivateFieldGet(this,
|
|
209
|
+
return __classPrivateFieldGet(this, _category);
|
|
208
210
|
}
|
|
209
211
|
get classification() {
|
|
210
|
-
return __classPrivateFieldGet(this,
|
|
212
|
+
return __classPrivateFieldGet(this, _classification);
|
|
211
213
|
}
|
|
212
214
|
get configs() {
|
|
213
|
-
return __classPrivateFieldGet(this,
|
|
215
|
+
return __classPrivateFieldGet(this, _configs);
|
|
214
216
|
}
|
|
215
217
|
get warnings() {
|
|
216
|
-
return __classPrivateFieldGet(this,
|
|
218
|
+
return __classPrivateFieldGet(this, _warnings);
|
|
217
219
|
}
|
|
218
220
|
get customerName() {
|
|
219
|
-
return __classPrivateFieldGet(this,
|
|
221
|
+
return __classPrivateFieldGet(this, _customerName);
|
|
220
222
|
}
|
|
221
223
|
get customerRef() {
|
|
222
|
-
return __classPrivateFieldGet(this,
|
|
224
|
+
return __classPrivateFieldGet(this, _customerRef);
|
|
223
225
|
}
|
|
224
226
|
get endDate() {
|
|
225
|
-
return __classPrivateFieldGet(this,
|
|
227
|
+
return __classPrivateFieldGet(this, _endDate);
|
|
226
228
|
}
|
|
227
229
|
get friendlyName() {
|
|
228
|
-
return __classPrivateFieldGet(this,
|
|
230
|
+
return __classPrivateFieldGet(this, _friendlyName);
|
|
229
231
|
}
|
|
230
232
|
get enabled() {
|
|
231
|
-
return __classPrivateFieldGet(this,
|
|
233
|
+
return __classPrivateFieldGet(this, _enabled);
|
|
232
234
|
}
|
|
233
235
|
get lastUpdate() {
|
|
234
|
-
return __classPrivateFieldGet(this,
|
|
236
|
+
return __classPrivateFieldGet(this, _lastUpdate);
|
|
235
237
|
}
|
|
236
238
|
get marketplace() {
|
|
237
|
-
return __classPrivateFieldGet(this,
|
|
239
|
+
return __classPrivateFieldGet(this, _marketplace);
|
|
238
240
|
}
|
|
239
241
|
get message() {
|
|
240
|
-
return __classPrivateFieldGet(this,
|
|
242
|
+
return __classPrivateFieldGet(this, _message);
|
|
241
243
|
}
|
|
242
244
|
get offer() {
|
|
243
|
-
return __classPrivateFieldGet(this,
|
|
245
|
+
return __classPrivateFieldGet(this, _offer);
|
|
244
246
|
}
|
|
245
247
|
get parentLineId() {
|
|
246
|
-
return __classPrivateFieldGet(this,
|
|
248
|
+
return __classPrivateFieldGet(this, _parentLineId);
|
|
247
249
|
}
|
|
248
250
|
get parentOrderRef() {
|
|
249
|
-
return __classPrivateFieldGet(this,
|
|
251
|
+
return __classPrivateFieldGet(this, _parentOrderRef);
|
|
250
252
|
}
|
|
251
253
|
get partnerRef() {
|
|
252
|
-
return __classPrivateFieldGet(this,
|
|
254
|
+
return __classPrivateFieldGet(this, _partnerRef);
|
|
253
255
|
}
|
|
254
256
|
get periodicity() {
|
|
255
|
-
return __classPrivateFieldGet(this,
|
|
257
|
+
return __classPrivateFieldGet(this, _periodicity);
|
|
256
258
|
}
|
|
257
259
|
get price() {
|
|
258
|
-
return __classPrivateFieldGet(this,
|
|
260
|
+
return __classPrivateFieldGet(this, _price);
|
|
259
261
|
}
|
|
260
262
|
get resellerName() {
|
|
261
|
-
return __classPrivateFieldGet(this,
|
|
263
|
+
return __classPrivateFieldGet(this, _resellerName);
|
|
262
264
|
}
|
|
263
265
|
get resellerRef() {
|
|
264
|
-
return __classPrivateFieldGet(this,
|
|
266
|
+
return __classPrivateFieldGet(this, _resellerRef);
|
|
265
267
|
}
|
|
266
268
|
get seat() {
|
|
267
|
-
return __classPrivateFieldGet(this,
|
|
269
|
+
return __classPrivateFieldGet(this, _seat);
|
|
268
270
|
}
|
|
269
271
|
get serviceRef() {
|
|
270
|
-
return __classPrivateFieldGet(this,
|
|
272
|
+
return __classPrivateFieldGet(this, _serviceRef);
|
|
271
273
|
}
|
|
272
274
|
get sku() {
|
|
273
|
-
return __classPrivateFieldGet(this,
|
|
275
|
+
return __classPrivateFieldGet(this, _sku);
|
|
274
276
|
}
|
|
275
277
|
get startDate() {
|
|
276
|
-
return __classPrivateFieldGet(this,
|
|
278
|
+
return __classPrivateFieldGet(this, _startDate);
|
|
277
279
|
}
|
|
278
280
|
get statusCode() {
|
|
279
|
-
return __classPrivateFieldGet(this,
|
|
281
|
+
return __classPrivateFieldGet(this, _statusCode);
|
|
280
282
|
}
|
|
281
283
|
get statusLabel() {
|
|
282
|
-
return __classPrivateFieldGet(this,
|
|
284
|
+
return __classPrivateFieldGet(this, _statusLabel);
|
|
283
285
|
}
|
|
284
286
|
get subscriptionId() {
|
|
285
|
-
return __classPrivateFieldGet(this,
|
|
287
|
+
return __classPrivateFieldGet(this, _subscriptionId);
|
|
286
288
|
}
|
|
287
289
|
get subsidiaryName() {
|
|
288
|
-
return __classPrivateFieldGet(this,
|
|
290
|
+
return __classPrivateFieldGet(this, _subsidiaryName);
|
|
289
291
|
}
|
|
290
292
|
get term() {
|
|
291
|
-
return __classPrivateFieldGet(this,
|
|
293
|
+
return __classPrivateFieldGet(this, _term);
|
|
292
294
|
}
|
|
293
295
|
isTrial() {
|
|
294
|
-
return __classPrivateFieldGet(this,
|
|
296
|
+
return __classPrivateFieldGet(this, _trial);
|
|
295
297
|
}
|
|
296
298
|
get type() {
|
|
297
|
-
return __classPrivateFieldGet(this,
|
|
299
|
+
return __classPrivateFieldGet(this, _type);
|
|
298
300
|
}
|
|
299
301
|
get uom() {
|
|
300
|
-
return __classPrivateFieldGet(this,
|
|
302
|
+
return __classPrivateFieldGet(this, _uom);
|
|
301
303
|
}
|
|
302
304
|
get vendorCode() {
|
|
303
|
-
return __classPrivateFieldGet(this,
|
|
305
|
+
return __classPrivateFieldGet(this, _vendorCode);
|
|
304
306
|
}
|
|
305
307
|
get vendorName() {
|
|
306
|
-
return __classPrivateFieldGet(this,
|
|
308
|
+
return __classPrivateFieldGet(this, _vendorName);
|
|
307
309
|
}
|
|
308
310
|
get vendorSubscriptionId() {
|
|
309
|
-
return __classPrivateFieldGet(this,
|
|
311
|
+
return __classPrivateFieldGet(this, _vendorSubscriptionId);
|
|
310
312
|
}
|
|
311
313
|
get highlight() {
|
|
312
|
-
return __classPrivateFieldGet(this,
|
|
314
|
+
return __classPrivateFieldGet(this, _highlight);
|
|
313
315
|
}
|
|
314
316
|
/**
|
|
315
317
|
* Plain JSON object representation of the license entity.
|
|
@@ -364,5 +366,5 @@ class LicenseFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
364
366
|
}
|
|
365
367
|
}
|
|
366
368
|
exports.LicenseFindResult = LicenseFindResult;
|
|
367
|
-
|
|
369
|
+
_acceptEula = new WeakMap(), _activeSeats = new WeakMap(), _autoRenew = new WeakMap(), _baseSeat = new WeakMap(), _category = new WeakMap(), _classification = new WeakMap(), _configs = new WeakMap(), _warnings = new WeakMap(), _customerName = new WeakMap(), _customerRef = new WeakMap(), _endDate = new WeakMap(), _friendlyName = new WeakMap(), _id = new WeakMap(), _enabled = new WeakMap(), _lastUpdate = new WeakMap(), _marketplace = new WeakMap(), _message = new WeakMap(), _offer = new WeakMap(), _parentLineId = new WeakMap(), _parentOrderRef = new WeakMap(), _partnerRef = new WeakMap(), _periodicity = new WeakMap(), _price = new WeakMap(), _resellerName = new WeakMap(), _resellerRef = new WeakMap(), _seat = new WeakMap(), _serviceRef = new WeakMap(), _sku = new WeakMap(), _startDate = new WeakMap(), _statusCode = new WeakMap(), _statusLabel = new WeakMap(), _subscriptionId = new WeakMap(), _subsidiaryName = new WeakMap(), _term = new WeakMap(), _trial = new WeakMap(), _type = new WeakMap(), _uom = new WeakMap(), _vendorCode = new WeakMap(), _vendorName = new WeakMap(), _vendorSubscriptionId = new WeakMap(), _highlight = new WeakMap();
|
|
368
370
|
//# sourceMappingURL=licenseFindResult.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 _price_band_arrowsphere_sku, _buy_price, _sell_price, _list_price, _currency;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.PriceFindResult = exports.PriceFindResultFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../abstractEntity");
|
|
@@ -32,31 +34,31 @@ class PriceFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
32
34
|
[PriceFindResultFields.COLUMN_LIST_PRICE]: 'present|numeric',
|
|
33
35
|
[PriceFindResultFields.COLUMN_CURRENCY]: 'present',
|
|
34
36
|
};
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
__classPrivateFieldSet(this,
|
|
41
|
-
__classPrivateFieldSet(this,
|
|
42
|
-
__classPrivateFieldSet(this,
|
|
43
|
-
__classPrivateFieldSet(this,
|
|
44
|
-
__classPrivateFieldSet(this,
|
|
37
|
+
_price_band_arrowsphere_sku.set(this, void 0);
|
|
38
|
+
_buy_price.set(this, void 0);
|
|
39
|
+
_sell_price.set(this, void 0);
|
|
40
|
+
_list_price.set(this, void 0);
|
|
41
|
+
_currency.set(this, void 0);
|
|
42
|
+
__classPrivateFieldSet(this, _price_band_arrowsphere_sku, data[PriceFindResultFields.COLUMN_PRICE_BAND_ARROWSPHERE_SKU]);
|
|
43
|
+
__classPrivateFieldSet(this, _buy_price, data[PriceFindResultFields.COLUMN_BUY_PRICE]);
|
|
44
|
+
__classPrivateFieldSet(this, _sell_price, data[PriceFindResultFields.COLUMN_SELL_PRICE]);
|
|
45
|
+
__classPrivateFieldSet(this, _list_price, data[PriceFindResultFields.COLUMN_LIST_PRICE]);
|
|
46
|
+
__classPrivateFieldSet(this, _currency, data[PriceFindResultFields.COLUMN_CURRENCY]);
|
|
45
47
|
}
|
|
46
48
|
get priceBandArrowsphereSku() {
|
|
47
|
-
return __classPrivateFieldGet(this,
|
|
49
|
+
return __classPrivateFieldGet(this, _price_band_arrowsphere_sku);
|
|
48
50
|
}
|
|
49
51
|
get buyPrice() {
|
|
50
|
-
return __classPrivateFieldGet(this,
|
|
52
|
+
return __classPrivateFieldGet(this, _buy_price);
|
|
51
53
|
}
|
|
52
54
|
get sellPrice() {
|
|
53
|
-
return __classPrivateFieldGet(this,
|
|
55
|
+
return __classPrivateFieldGet(this, _sell_price);
|
|
54
56
|
}
|
|
55
57
|
get listPrice() {
|
|
56
|
-
return __classPrivateFieldGet(this,
|
|
58
|
+
return __classPrivateFieldGet(this, _list_price);
|
|
57
59
|
}
|
|
58
60
|
get currency() {
|
|
59
|
-
return __classPrivateFieldGet(this,
|
|
61
|
+
return __classPrivateFieldGet(this, _currency);
|
|
60
62
|
}
|
|
61
63
|
toJSON() {
|
|
62
64
|
return {
|
|
@@ -70,5 +72,5 @@ class PriceFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
70
72
|
}
|
|
71
73
|
}
|
|
72
74
|
exports.PriceFindResult = PriceFindResult;
|
|
73
|
-
|
|
75
|
+
_price_band_arrowsphere_sku = new WeakMap(), _buy_price = new WeakMap(), _sell_price = new WeakMap(), _list_price = new WeakMap(), _currency = new WeakMap();
|
|
74
76
|
//# sourceMappingURL=priceFindResult.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 _key, _message;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.WarningFindResult = exports.WarningFindResultFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../abstractEntity");
|
|
@@ -26,16 +28,16 @@ class WarningFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
26
28
|
[WarningFindResultFields.COLUMN_KEY]: 'required|string',
|
|
27
29
|
[WarningFindResultFields.COLUMN_MESSAGE]: 'required|string',
|
|
28
30
|
};
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
__classPrivateFieldSet(this,
|
|
32
|
-
__classPrivateFieldSet(this,
|
|
31
|
+
_key.set(this, void 0);
|
|
32
|
+
_message.set(this, void 0);
|
|
33
|
+
__classPrivateFieldSet(this, _key, data[WarningFindResultFields.COLUMN_KEY]);
|
|
34
|
+
__classPrivateFieldSet(this, _message, data[WarningFindResultFields.COLUMN_MESSAGE]);
|
|
33
35
|
}
|
|
34
36
|
get key() {
|
|
35
|
-
return __classPrivateFieldGet(this,
|
|
37
|
+
return __classPrivateFieldGet(this, _key);
|
|
36
38
|
}
|
|
37
39
|
get message() {
|
|
38
|
-
return __classPrivateFieldGet(this,
|
|
40
|
+
return __classPrivateFieldGet(this, _message);
|
|
39
41
|
}
|
|
40
42
|
toJSON() {
|
|
41
43
|
return {
|
|
@@ -45,5 +47,5 @@ class WarningFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
45
47
|
}
|
|
46
48
|
}
|
|
47
49
|
exports.WarningFindResult = WarningFindResult;
|
|
48
|
-
|
|
50
|
+
_key = new WeakMap(), _message = new WeakMap();
|
|
49
51
|
//# sourceMappingURL=warningFindResult.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 _isAutoRenew, _isManualProvisioning, _renewalSku;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.ActionFlagsFindResult = exports.ActionFlagsFindResultFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../abstractEntity");
|
|
@@ -28,21 +30,21 @@ class ActionFlagsFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
28
30
|
[ActionFlagsFindResultFields.COLUMN_MANUAL_PROVISIONING]: 'required|boolean',
|
|
29
31
|
[ActionFlagsFindResultFields.COLUMN_RENEWAL_SKU]: 'boolean',
|
|
30
32
|
};
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
__classPrivateFieldSet(this,
|
|
35
|
-
__classPrivateFieldSet(this,
|
|
36
|
-
__classPrivateFieldSet(this,
|
|
33
|
+
_isAutoRenew.set(this, void 0);
|
|
34
|
+
_isManualProvisioning.set(this, void 0);
|
|
35
|
+
_renewalSku.set(this, void 0);
|
|
36
|
+
__classPrivateFieldSet(this, _isAutoRenew, data[ActionFlagsFindResultFields.COLUMN_IS_AUTO_RENEW]);
|
|
37
|
+
__classPrivateFieldSet(this, _isManualProvisioning, data[ActionFlagsFindResultFields.COLUMN_MANUAL_PROVISIONING]);
|
|
38
|
+
__classPrivateFieldSet(this, _renewalSku, data[ActionFlagsFindResultFields.COLUMN_RENEWAL_SKU]);
|
|
37
39
|
}
|
|
38
40
|
isAutoRenew() {
|
|
39
|
-
return __classPrivateFieldGet(this,
|
|
41
|
+
return __classPrivateFieldGet(this, _isAutoRenew);
|
|
40
42
|
}
|
|
41
43
|
isManualProvisioning() {
|
|
42
|
-
return __classPrivateFieldGet(this,
|
|
44
|
+
return __classPrivateFieldGet(this, _isManualProvisioning);
|
|
43
45
|
}
|
|
44
46
|
renewalSku() {
|
|
45
|
-
return __classPrivateFieldGet(this,
|
|
47
|
+
return __classPrivateFieldGet(this, _renewalSku);
|
|
46
48
|
}
|
|
47
49
|
toJSON() {
|
|
48
50
|
return {
|
|
@@ -53,5 +55,5 @@ class ActionFlagsFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
53
55
|
}
|
|
54
56
|
}
|
|
55
57
|
exports.ActionFlagsFindResult = ActionFlagsFindResult;
|
|
56
|
-
|
|
58
|
+
_isAutoRenew = new WeakMap(), _isManualProvisioning = new WeakMap(), _renewalSku = new WeakMap();
|
|
57
59
|
//# sourceMappingURL=actionFlagsFindResult.js.map
|