@arrowsphere/api-client 3.100.0 → 3.101.0-rc.bdj.1
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.
|
@@ -11,6 +11,7 @@ import { ExtraDataResult, ExtraDataType } from './extraDataGetResult';
|
|
|
11
11
|
import { PriceBandData, PriceBandGetResult } from './priceBandGetResult';
|
|
12
12
|
import { RatesGetData, RatesGetResult } from './ratesGetResult';
|
|
13
13
|
import { RelationGetData, RelationGetResult } from './relationGetResult';
|
|
14
|
+
import { ConfigFindResult, ConfigFindResultData } from '../license/configFindResult';
|
|
14
15
|
export declare enum LicenseGetFields {
|
|
15
16
|
COLUMN_LICENSE_ID = "license_id",
|
|
16
17
|
COLUMN_PARENT_LICENSE_ID = "parent_license_id",
|
|
@@ -57,7 +58,8 @@ export declare enum LicenseGetFields {
|
|
|
57
58
|
COLUMN_RATES = "rates",
|
|
58
59
|
COLUMN_ORGANIZATION_UNIT_ID = "organizationUnitId",
|
|
59
60
|
COLUMN_RELATION = "relation",
|
|
60
|
-
COLUMN_MARKET_SEGMENT = "marketSegment"
|
|
61
|
+
COLUMN_MARKET_SEGMENT = "marketSegment",
|
|
62
|
+
COLUMN_CONFIGS = "configs"
|
|
61
63
|
}
|
|
62
64
|
export declare type LicenseGetData = {
|
|
63
65
|
[LicenseGetFields.COLUMN_LICENSE_ID]: string;
|
|
@@ -106,6 +108,7 @@ export declare type LicenseGetData = {
|
|
|
106
108
|
[LicenseGetFields.COLUMN_ORGANIZATION_UNIT_ID]?: number;
|
|
107
109
|
[LicenseGetFields.COLUMN_RELATION]?: RelationGetData[];
|
|
108
110
|
[LicenseGetFields.COLUMN_MARKET_SEGMENT]?: string | null;
|
|
111
|
+
[LicenseGetFields.COLUMN_CONFIGS]?: Array<ConfigFindResultData> | null;
|
|
109
112
|
};
|
|
110
113
|
export declare class LicenseGetResult extends AbstractEntity<LicenseGetData> {
|
|
111
114
|
#private;
|
|
@@ -156,5 +159,6 @@ export declare class LicenseGetResult extends AbstractEntity<LicenseGetData> {
|
|
|
156
159
|
get organizationUnitId(): number | undefined;
|
|
157
160
|
get relation(): RelationGetResult[] | undefined;
|
|
158
161
|
get marketSegment(): string | null | undefined;
|
|
162
|
+
get configs(): Array<ConfigFindResult> | null | undefined;
|
|
159
163
|
toJSON(): LicenseGetData;
|
|
160
164
|
}
|
|
@@ -10,7 +10,7 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
|
|
|
10
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
11
|
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
12
12
|
};
|
|
13
|
-
var _LicenseGetResult_license_id, _LicenseGetResult_parent_license_id, _LicenseGetResult_friendlyName, _LicenseGetResult_customer_ref, _LicenseGetResult_state, _LicenseGetResult_statusCode, _LicenseGetResult_isTrial, _LicenseGetResult_isAddon, _LicenseGetResult_service_ref, _LicenseGetResult_sku, _LicenseGetResult_name, _LicenseGetResult_seats, _LicenseGetResult_activeSeats, _LicenseGetResult_security, _LicenseGetResult_activation_datetime, _LicenseGetResult_expiry_datetime, _LicenseGetResult_autoRenew, _LicenseGetResult_marketplace, _LicenseGetResult_message, _LicenseGetResult_actions, _LicenseGetResult_actionMessages, _LicenseGetResult_order_reference, _LicenseGetResult_order, _LicenseGetResult_vendor_license_id, _LicenseGetResult_periodicity, _LicenseGetResult_periodicityCode, _LicenseGetResult_term, _LicenseGetResult_termCode, _LicenseGetResult_category, _LicenseGetResult_program, _LicenseGetResult_associatedSubscriptionProgram, _LicenseGetResult_price, _LicenseGetResult_arrowSubCategories, _LicenseGetResult_nextRenewalDate, _LicenseGetResult_promotion, _LicenseGetResult_assets, _LicenseGetResult_vendorBillingId, _LicenseGetResult_extraData, _LicenseGetResult_priceBand, _LicenseGetResult_vendorCode, _LicenseGetResult_vendor_code, _LicenseGetResult_vendorSku, _LicenseGetResult_rates, _LicenseGetResult_organizationUnitId, _LicenseGetResult_relation, _LicenseGetResult_marketSegment;
|
|
13
|
+
var _LicenseGetResult_license_id, _LicenseGetResult_parent_license_id, _LicenseGetResult_friendlyName, _LicenseGetResult_customer_ref, _LicenseGetResult_state, _LicenseGetResult_statusCode, _LicenseGetResult_isTrial, _LicenseGetResult_isAddon, _LicenseGetResult_service_ref, _LicenseGetResult_sku, _LicenseGetResult_name, _LicenseGetResult_seats, _LicenseGetResult_activeSeats, _LicenseGetResult_security, _LicenseGetResult_activation_datetime, _LicenseGetResult_expiry_datetime, _LicenseGetResult_autoRenew, _LicenseGetResult_marketplace, _LicenseGetResult_message, _LicenseGetResult_actions, _LicenseGetResult_actionMessages, _LicenseGetResult_order_reference, _LicenseGetResult_order, _LicenseGetResult_vendor_license_id, _LicenseGetResult_periodicity, _LicenseGetResult_periodicityCode, _LicenseGetResult_term, _LicenseGetResult_termCode, _LicenseGetResult_category, _LicenseGetResult_program, _LicenseGetResult_associatedSubscriptionProgram, _LicenseGetResult_price, _LicenseGetResult_arrowSubCategories, _LicenseGetResult_nextRenewalDate, _LicenseGetResult_promotion, _LicenseGetResult_assets, _LicenseGetResult_vendorBillingId, _LicenseGetResult_extraData, _LicenseGetResult_priceBand, _LicenseGetResult_vendorCode, _LicenseGetResult_vendor_code, _LicenseGetResult_vendorSku, _LicenseGetResult_rates, _LicenseGetResult_organizationUnitId, _LicenseGetResult_relation, _LicenseGetResult_marketSegment, _LicenseGetResult_configs;
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.LicenseGetResult = exports.LicenseGetFields = void 0;
|
|
16
16
|
const actionsGetResult_1 = require("./actionsGetResult");
|
|
@@ -26,6 +26,7 @@ const extraDataGetResult_1 = require("./extraDataGetResult");
|
|
|
26
26
|
const priceBandGetResult_1 = require("./priceBandGetResult");
|
|
27
27
|
const ratesGetResult_1 = require("./ratesGetResult");
|
|
28
28
|
const relationGetResult_1 = require("./relationGetResult");
|
|
29
|
+
const configFindResult_1 = require("../license/configFindResult");
|
|
29
30
|
var LicenseGetFields;
|
|
30
31
|
(function (LicenseGetFields) {
|
|
31
32
|
LicenseGetFields["COLUMN_LICENSE_ID"] = "license_id";
|
|
@@ -74,10 +75,11 @@ var LicenseGetFields;
|
|
|
74
75
|
LicenseGetFields["COLUMN_ORGANIZATION_UNIT_ID"] = "organizationUnitId";
|
|
75
76
|
LicenseGetFields["COLUMN_RELATION"] = "relation";
|
|
76
77
|
LicenseGetFields["COLUMN_MARKET_SEGMENT"] = "marketSegment";
|
|
78
|
+
LicenseGetFields["COLUMN_CONFIGS"] = "configs";
|
|
77
79
|
})(LicenseGetFields = exports.LicenseGetFields || (exports.LicenseGetFields = {}));
|
|
78
80
|
class LicenseGetResult extends abstractEntity_1.AbstractEntity {
|
|
79
81
|
constructor(licenseGetDataInput) {
|
|
80
|
-
var _a, _b, _c;
|
|
82
|
+
var _a, _b, _c, _d;
|
|
81
83
|
super(licenseGetDataInput);
|
|
82
84
|
_LicenseGetResult_license_id.set(this, void 0);
|
|
83
85
|
_LicenseGetResult_parent_license_id.set(this, void 0);
|
|
@@ -125,6 +127,7 @@ class LicenseGetResult extends abstractEntity_1.AbstractEntity {
|
|
|
125
127
|
_LicenseGetResult_organizationUnitId.set(this, void 0);
|
|
126
128
|
_LicenseGetResult_relation.set(this, void 0);
|
|
127
129
|
_LicenseGetResult_marketSegment.set(this, void 0);
|
|
130
|
+
_LicenseGetResult_configs.set(this, void 0);
|
|
128
131
|
__classPrivateFieldSet(this, _LicenseGetResult_license_id, licenseGetDataInput[LicenseGetFields.COLUMN_LICENSE_ID], "f");
|
|
129
132
|
__classPrivateFieldSet(this, _LicenseGetResult_parent_license_id, licenseGetDataInput[LicenseGetFields.COLUMN_PARENT_LICENSE_ID], "f");
|
|
130
133
|
__classPrivateFieldSet(this, _LicenseGetResult_friendlyName, licenseGetDataInput[LicenseGetFields.COLUMN_FRIENDLY_NAME], "f");
|
|
@@ -185,6 +188,7 @@ class LicenseGetResult extends abstractEntity_1.AbstractEntity {
|
|
|
185
188
|
? (_c = licenseGetDataInput[LicenseGetFields.COLUMN_RELATION]) === null || _c === void 0 ? void 0 : _c.map((v) => new relationGetResult_1.RelationGetResult(v))
|
|
186
189
|
: undefined, "f");
|
|
187
190
|
__classPrivateFieldSet(this, _LicenseGetResult_marketSegment, licenseGetDataInput[LicenseGetFields.COLUMN_MARKET_SEGMENT], "f");
|
|
191
|
+
__classPrivateFieldSet(this, _LicenseGetResult_configs, (_d = licenseGetDataInput[LicenseGetFields.COLUMN_CONFIGS]) === null || _d === void 0 ? void 0 : _d.map((configData) => new configFindResult_1.ConfigFindResult(configData)), "f");
|
|
188
192
|
}
|
|
189
193
|
get id() {
|
|
190
194
|
return __classPrivateFieldGet(this, _LicenseGetResult_license_id, "f");
|
|
@@ -327,8 +331,11 @@ class LicenseGetResult extends abstractEntity_1.AbstractEntity {
|
|
|
327
331
|
get marketSegment() {
|
|
328
332
|
return __classPrivateFieldGet(this, _LicenseGetResult_marketSegment, "f");
|
|
329
333
|
}
|
|
334
|
+
get configs() {
|
|
335
|
+
return __classPrivateFieldGet(this, _LicenseGetResult_configs, "f");
|
|
336
|
+
}
|
|
330
337
|
toJSON() {
|
|
331
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
338
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
332
339
|
return {
|
|
333
340
|
[LicenseGetFields.COLUMN_LICENSE_ID]: this.id,
|
|
334
341
|
[LicenseGetFields.COLUMN_PARENT_LICENSE_ID]: this.parentLicenseId,
|
|
@@ -377,9 +384,10 @@ class LicenseGetResult extends abstractEntity_1.AbstractEntity {
|
|
|
377
384
|
[LicenseGetFields.COLUMN_ORGANIZATION_UNIT_ID]: this.organizationUnitId,
|
|
378
385
|
[LicenseGetFields.COLUMN_RELATION]: (_j = this.relation) === null || _j === void 0 ? void 0 : _j.map((v) => v.toJSON()),
|
|
379
386
|
[LicenseGetFields.COLUMN_MARKET_SEGMENT]: this.marketSegment,
|
|
387
|
+
[LicenseGetFields.COLUMN_CONFIGS]: (_k = this.configs) === null || _k === void 0 ? void 0 : _k.map((config) => config.toJSON()),
|
|
380
388
|
};
|
|
381
389
|
}
|
|
382
390
|
}
|
|
383
391
|
exports.LicenseGetResult = LicenseGetResult;
|
|
384
|
-
_LicenseGetResult_license_id = new WeakMap(), _LicenseGetResult_parent_license_id = new WeakMap(), _LicenseGetResult_friendlyName = new WeakMap(), _LicenseGetResult_customer_ref = new WeakMap(), _LicenseGetResult_state = new WeakMap(), _LicenseGetResult_statusCode = new WeakMap(), _LicenseGetResult_isTrial = new WeakMap(), _LicenseGetResult_isAddon = new WeakMap(), _LicenseGetResult_service_ref = new WeakMap(), _LicenseGetResult_sku = new WeakMap(), _LicenseGetResult_name = new WeakMap(), _LicenseGetResult_seats = new WeakMap(), _LicenseGetResult_activeSeats = new WeakMap(), _LicenseGetResult_security = new WeakMap(), _LicenseGetResult_activation_datetime = new WeakMap(), _LicenseGetResult_expiry_datetime = new WeakMap(), _LicenseGetResult_autoRenew = new WeakMap(), _LicenseGetResult_marketplace = new WeakMap(), _LicenseGetResult_message = new WeakMap(), _LicenseGetResult_actions = new WeakMap(), _LicenseGetResult_actionMessages = new WeakMap(), _LicenseGetResult_order_reference = new WeakMap(), _LicenseGetResult_order = new WeakMap(), _LicenseGetResult_vendor_license_id = new WeakMap(), _LicenseGetResult_periodicity = new WeakMap(), _LicenseGetResult_periodicityCode = new WeakMap(), _LicenseGetResult_term = new WeakMap(), _LicenseGetResult_termCode = new WeakMap(), _LicenseGetResult_category = new WeakMap(), _LicenseGetResult_program = new WeakMap(), _LicenseGetResult_associatedSubscriptionProgram = new WeakMap(), _LicenseGetResult_price = new WeakMap(), _LicenseGetResult_arrowSubCategories = new WeakMap(), _LicenseGetResult_nextRenewalDate = new WeakMap(), _LicenseGetResult_promotion = new WeakMap(), _LicenseGetResult_assets = new WeakMap(), _LicenseGetResult_vendorBillingId = new WeakMap(), _LicenseGetResult_extraData = new WeakMap(), _LicenseGetResult_priceBand = new WeakMap(), _LicenseGetResult_vendorCode = new WeakMap(), _LicenseGetResult_vendor_code = new WeakMap(), _LicenseGetResult_vendorSku = new WeakMap(), _LicenseGetResult_rates = new WeakMap(), _LicenseGetResult_organizationUnitId = new WeakMap(), _LicenseGetResult_relation = new WeakMap(), _LicenseGetResult_marketSegment = new WeakMap();
|
|
392
|
+
_LicenseGetResult_license_id = new WeakMap(), _LicenseGetResult_parent_license_id = new WeakMap(), _LicenseGetResult_friendlyName = new WeakMap(), _LicenseGetResult_customer_ref = new WeakMap(), _LicenseGetResult_state = new WeakMap(), _LicenseGetResult_statusCode = new WeakMap(), _LicenseGetResult_isTrial = new WeakMap(), _LicenseGetResult_isAddon = new WeakMap(), _LicenseGetResult_service_ref = new WeakMap(), _LicenseGetResult_sku = new WeakMap(), _LicenseGetResult_name = new WeakMap(), _LicenseGetResult_seats = new WeakMap(), _LicenseGetResult_activeSeats = new WeakMap(), _LicenseGetResult_security = new WeakMap(), _LicenseGetResult_activation_datetime = new WeakMap(), _LicenseGetResult_expiry_datetime = new WeakMap(), _LicenseGetResult_autoRenew = new WeakMap(), _LicenseGetResult_marketplace = new WeakMap(), _LicenseGetResult_message = new WeakMap(), _LicenseGetResult_actions = new WeakMap(), _LicenseGetResult_actionMessages = new WeakMap(), _LicenseGetResult_order_reference = new WeakMap(), _LicenseGetResult_order = new WeakMap(), _LicenseGetResult_vendor_license_id = new WeakMap(), _LicenseGetResult_periodicity = new WeakMap(), _LicenseGetResult_periodicityCode = new WeakMap(), _LicenseGetResult_term = new WeakMap(), _LicenseGetResult_termCode = new WeakMap(), _LicenseGetResult_category = new WeakMap(), _LicenseGetResult_program = new WeakMap(), _LicenseGetResult_associatedSubscriptionProgram = new WeakMap(), _LicenseGetResult_price = new WeakMap(), _LicenseGetResult_arrowSubCategories = new WeakMap(), _LicenseGetResult_nextRenewalDate = new WeakMap(), _LicenseGetResult_promotion = new WeakMap(), _LicenseGetResult_assets = new WeakMap(), _LicenseGetResult_vendorBillingId = new WeakMap(), _LicenseGetResult_extraData = new WeakMap(), _LicenseGetResult_priceBand = new WeakMap(), _LicenseGetResult_vendorCode = new WeakMap(), _LicenseGetResult_vendor_code = new WeakMap(), _LicenseGetResult_vendorSku = new WeakMap(), _LicenseGetResult_rates = new WeakMap(), _LicenseGetResult_organizationUnitId = new WeakMap(), _LicenseGetResult_relation = new WeakMap(), _LicenseGetResult_marketSegment = new WeakMap(), _LicenseGetResult_configs = new WeakMap();
|
|
385
393
|
//# sourceMappingURL=licenseGetResult.js.map
|
package/package.json
CHANGED