@arrowsphere/api-client 3.84.1 → 3.85.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
CHANGED
|
@@ -3,6 +3,11 @@
|
|
|
3
3
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
4
4
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
5
5
|
|
|
6
|
+
## [3.85.0] - 2024-01-05
|
|
7
|
+
|
|
8
|
+
### Added
|
|
9
|
+
- [license] Add Merket Segment to License
|
|
10
|
+
|
|
6
11
|
## [3.84.1] - 2024-01-05
|
|
7
12
|
|
|
8
13
|
### Fixed
|
|
@@ -53,7 +53,8 @@ export declare enum LicenseGetFields {
|
|
|
53
53
|
COLUMN_VENDOR_CODE = "vendorCode",
|
|
54
54
|
COLUMN_RATES = "rates",
|
|
55
55
|
COLUMN_ORGANIZATION_UNIT_ID = "organizationUnitId",
|
|
56
|
-
COLUMN_RELATION = "relation"
|
|
56
|
+
COLUMN_RELATION = "relation",
|
|
57
|
+
COLUMN_MARKET_SEGMENT = "marketSegment"
|
|
57
58
|
}
|
|
58
59
|
export declare type LicenseGetData = {
|
|
59
60
|
[LicenseGetFields.COLUMN_LICENSE_ID]: string;
|
|
@@ -98,6 +99,7 @@ export declare type LicenseGetData = {
|
|
|
98
99
|
[LicenseGetFields.COLUMN_RATES]?: RatesGetData;
|
|
99
100
|
[LicenseGetFields.COLUMN_ORGANIZATION_UNIT_ID]?: number;
|
|
100
101
|
[LicenseGetFields.COLUMN_RELATION]?: RelationGetData[];
|
|
102
|
+
[LicenseGetFields.COLUMN_MARKET_SEGMENT]?: string | null;
|
|
101
103
|
};
|
|
102
104
|
export declare class LicenseGetResult extends AbstractEntity<LicenseGetData> {
|
|
103
105
|
#private;
|
|
@@ -144,5 +146,6 @@ export declare class LicenseGetResult extends AbstractEntity<LicenseGetData> {
|
|
|
144
146
|
get rates(): RatesGetResult | undefined;
|
|
145
147
|
get organizationUnitId(): number | undefined;
|
|
146
148
|
get relation(): RelationGetResult[] | undefined;
|
|
149
|
+
get marketSegment(): string | null | undefined;
|
|
147
150
|
toJSON(): LicenseGetData;
|
|
148
151
|
}
|
|
@@ -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_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_rates, _LicenseGetResult_organizationUnitId, _LicenseGetResult_relation;
|
|
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_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_rates, _LicenseGetResult_organizationUnitId, _LicenseGetResult_relation, _LicenseGetResult_marketSegment;
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.LicenseGetResult = exports.LicenseGetFields = void 0;
|
|
16
16
|
const actionsGetResult_1 = require("./actionsGetResult");
|
|
@@ -70,6 +70,7 @@ var LicenseGetFields;
|
|
|
70
70
|
LicenseGetFields["COLUMN_RATES"] = "rates";
|
|
71
71
|
LicenseGetFields["COLUMN_ORGANIZATION_UNIT_ID"] = "organizationUnitId";
|
|
72
72
|
LicenseGetFields["COLUMN_RELATION"] = "relation";
|
|
73
|
+
LicenseGetFields["COLUMN_MARKET_SEGMENT"] = "marketSegment";
|
|
73
74
|
})(LicenseGetFields = exports.LicenseGetFields || (exports.LicenseGetFields = {}));
|
|
74
75
|
class LicenseGetResult extends abstractEntity_1.AbstractEntity {
|
|
75
76
|
constructor(licenseGetDataInput) {
|
|
@@ -117,6 +118,7 @@ class LicenseGetResult extends abstractEntity_1.AbstractEntity {
|
|
|
117
118
|
_LicenseGetResult_rates.set(this, void 0);
|
|
118
119
|
_LicenseGetResult_organizationUnitId.set(this, void 0);
|
|
119
120
|
_LicenseGetResult_relation.set(this, void 0);
|
|
121
|
+
_LicenseGetResult_marketSegment.set(this, void 0);
|
|
120
122
|
__classPrivateFieldSet(this, _LicenseGetResult_license_id, licenseGetDataInput[LicenseGetFields.COLUMN_LICENSE_ID], "f");
|
|
121
123
|
__classPrivateFieldSet(this, _LicenseGetResult_parent_license_id, licenseGetDataInput[LicenseGetFields.COLUMN_PARENT_LICENSE_ID], "f");
|
|
122
124
|
__classPrivateFieldSet(this, _LicenseGetResult_friendlyName, licenseGetDataInput[LicenseGetFields.COLUMN_FRIENDLY_NAME], "f");
|
|
@@ -173,6 +175,7 @@ class LicenseGetResult extends abstractEntity_1.AbstractEntity {
|
|
|
173
175
|
__classPrivateFieldSet(this, _LicenseGetResult_relation, licenseGetDataInput[LicenseGetFields.COLUMN_RELATION]
|
|
174
176
|
? (_c = licenseGetDataInput[LicenseGetFields.COLUMN_RELATION]) === null || _c === void 0 ? void 0 : _c.map((v) => new relationGetResult_1.RelationGetResult(v))
|
|
175
177
|
: undefined, "f");
|
|
178
|
+
__classPrivateFieldSet(this, _LicenseGetResult_marketSegment, licenseGetDataInput[LicenseGetFields.COLUMN_MARKET_SEGMENT], "f");
|
|
176
179
|
}
|
|
177
180
|
get id() {
|
|
178
181
|
return __classPrivateFieldGet(this, _LicenseGetResult_license_id, "f");
|
|
@@ -300,6 +303,9 @@ class LicenseGetResult extends abstractEntity_1.AbstractEntity {
|
|
|
300
303
|
get relation() {
|
|
301
304
|
return __classPrivateFieldGet(this, _LicenseGetResult_relation, "f");
|
|
302
305
|
}
|
|
306
|
+
get marketSegment() {
|
|
307
|
+
return __classPrivateFieldGet(this, _LicenseGetResult_marketSegment, "f");
|
|
308
|
+
}
|
|
303
309
|
toJSON() {
|
|
304
310
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
305
311
|
return {
|
|
@@ -346,9 +352,10 @@ class LicenseGetResult extends abstractEntity_1.AbstractEntity {
|
|
|
346
352
|
[LicenseGetFields.COLUMN_RATES]: (_h = this.rates) === null || _h === void 0 ? void 0 : _h.toJSON(),
|
|
347
353
|
[LicenseGetFields.COLUMN_ORGANIZATION_UNIT_ID]: this.organizationUnitId,
|
|
348
354
|
[LicenseGetFields.COLUMN_RELATION]: (_j = this.relation) === null || _j === void 0 ? void 0 : _j.map((v) => v.toJSON()),
|
|
355
|
+
[LicenseGetFields.COLUMN_MARKET_SEGMENT]: this.marketSegment,
|
|
349
356
|
};
|
|
350
357
|
}
|
|
351
358
|
}
|
|
352
359
|
exports.LicenseGetResult = LicenseGetResult;
|
|
353
|
-
_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_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_rates = new WeakMap(), _LicenseGetResult_organizationUnitId = new WeakMap(), _LicenseGetResult_relation = new WeakMap();
|
|
360
|
+
_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_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_rates = new WeakMap(), _LicenseGetResult_organizationUnitId = new WeakMap(), _LicenseGetResult_relation = new WeakMap(), _LicenseGetResult_marketSegment = new WeakMap();
|
|
354
361
|
//# sourceMappingURL=licenseGetResult.js.map
|
package/package.json
CHANGED