@arrowsphere/api-client 3.234.0 → 3.235.0-rc-abo-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.
- package/CHANGELOG.md +4 -0
- package/build/licenses/entities/getLicense/licenseGetResult.d.ts +4 -1
- package/build/licenses/entities/getLicense/licenseGetResult.js +10 -3
- package/build/licenses/entities/license/dynamicMappingResult.d.ts +8 -0
- package/build/licenses/entities/license/dynamicMappingResult.js +14 -0
- package/build/licenses/entities/license/licenseFindResult.d.ts +3 -1
- package/build/licenses/entities/license/licenseFindResult.js +1 -0
- package/build/licenses/index.d.ts +1 -0
- package/build/licenses/index.js +1 -0
- package/build/licenses/licensesClient.d.ts +2 -0
- package/build/licenses/licensesClient.js +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.235.0] - 2026.01.20
|
|
7
|
+
### Added
|
|
8
|
+
- [license] add endpoint to get license dynamic attributes mapping
|
|
9
|
+
|
|
6
10
|
## [3.234.0] - 2025.01.19
|
|
7
11
|
|
|
8
12
|
### Updated
|
|
@@ -64,7 +64,8 @@ export declare enum LicenseGetFields {
|
|
|
64
64
|
COLUMN_MARKET_SEGMENT = "marketSegment",
|
|
65
65
|
COLUMN_CONFIGS = "configs",
|
|
66
66
|
COLUMN_WARNINGS = "warnings",
|
|
67
|
-
COLUMN_END_DATE = "endDate"
|
|
67
|
+
COLUMN_END_DATE = "endDate",
|
|
68
|
+
COLUMN_ATTRIBUTES = "attributes"
|
|
68
69
|
}
|
|
69
70
|
export declare type LicenseGetData = {
|
|
70
71
|
[LicenseGetFields.COLUMN_ADDITIONAL_INFORMATION]?: Record<string, unknown>;
|
|
@@ -118,6 +119,7 @@ export declare type LicenseGetData = {
|
|
|
118
119
|
[LicenseGetFields.COLUMN_CONFIGS]?: Array<ConfigFindResultData> | null;
|
|
119
120
|
[LicenseGetFields.COLUMN_WARNINGS]?: Array<WarningFindResultData> | null;
|
|
120
121
|
[LicenseGetFields.COLUMN_END_DATE]: string;
|
|
122
|
+
[LicenseGetFields.COLUMN_ATTRIBUTES]: Record<string, string>;
|
|
121
123
|
};
|
|
122
124
|
export declare class LicenseGetResult extends AbstractEntity<LicenseGetData> {
|
|
123
125
|
#private;
|
|
@@ -173,5 +175,6 @@ export declare class LicenseGetResult extends AbstractEntity<LicenseGetData> {
|
|
|
173
175
|
get configs(): Array<ConfigFindResult> | null | undefined;
|
|
174
176
|
get warnings(): Array<WarningFindResult> | null | undefined;
|
|
175
177
|
get endDate(): string;
|
|
178
|
+
get attributes(): Record<string, string>;
|
|
176
179
|
toJSON(): LicenseGetData;
|
|
177
180
|
}
|
|
@@ -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_additionalInformation, _LicenseGetResult_classification, _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, _LicenseGetResult_warnings, _LicenseGetResult_endDate;
|
|
13
|
+
var _LicenseGetResult_additionalInformation, _LicenseGetResult_classification, _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, _LicenseGetResult_warnings, _LicenseGetResult_endDate, _LicenseGetResult_attributes;
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.LicenseGetResult = exports.LicenseGetFields = void 0;
|
|
16
16
|
const actionsGetResult_1 = require("./actionsGetResult");
|
|
@@ -81,10 +81,11 @@ var LicenseGetFields;
|
|
|
81
81
|
LicenseGetFields["COLUMN_CONFIGS"] = "configs";
|
|
82
82
|
LicenseGetFields["COLUMN_WARNINGS"] = "warnings";
|
|
83
83
|
LicenseGetFields["COLUMN_END_DATE"] = "endDate";
|
|
84
|
+
LicenseGetFields["COLUMN_ATTRIBUTES"] = "attributes";
|
|
84
85
|
})(LicenseGetFields = exports.LicenseGetFields || (exports.LicenseGetFields = {}));
|
|
85
86
|
class LicenseGetResult extends abstractEntity_1.AbstractEntity {
|
|
86
87
|
constructor(licenseGetDataInput) {
|
|
87
|
-
var _a, _b, _c, _d, _e, _f;
|
|
88
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
|
88
89
|
super(licenseGetDataInput);
|
|
89
90
|
_LicenseGetResult_additionalInformation.set(this, void 0);
|
|
90
91
|
_LicenseGetResult_classification.set(this, void 0);
|
|
@@ -137,6 +138,7 @@ class LicenseGetResult extends abstractEntity_1.AbstractEntity {
|
|
|
137
138
|
_LicenseGetResult_configs.set(this, void 0);
|
|
138
139
|
_LicenseGetResult_warnings.set(this, void 0);
|
|
139
140
|
_LicenseGetResult_endDate.set(this, void 0);
|
|
141
|
+
_LicenseGetResult_attributes.set(this, void 0);
|
|
140
142
|
__classPrivateFieldSet(this, _LicenseGetResult_additionalInformation, licenseGetDataInput[LicenseGetFields.COLUMN_ADDITIONAL_INFORMATION], "f");
|
|
141
143
|
__classPrivateFieldSet(this, _LicenseGetResult_classification, licenseGetDataInput[LicenseGetFields.COLUMN_CLASSIFICATION], "f");
|
|
142
144
|
__classPrivateFieldSet(this, _LicenseGetResult_license_id, licenseGetDataInput[LicenseGetFields.COLUMN_LICENSE_ID], "f");
|
|
@@ -202,6 +204,7 @@ class LicenseGetResult extends abstractEntity_1.AbstractEntity {
|
|
|
202
204
|
__classPrivateFieldSet(this, _LicenseGetResult_configs, (_d = licenseGetDataInput[LicenseGetFields.COLUMN_CONFIGS]) === null || _d === void 0 ? void 0 : _d.map((configData) => new configFindResult_1.ConfigFindResult(configData)), "f");
|
|
203
205
|
__classPrivateFieldSet(this, _LicenseGetResult_warnings, (_e = licenseGetDataInput[LicenseGetFields.COLUMN_WARNINGS]) === null || _e === void 0 ? void 0 : _e.map((warningData) => new warningFindResult_1.WarningFindResult(warningData)), "f");
|
|
204
206
|
__classPrivateFieldSet(this, _LicenseGetResult_endDate, (_f = licenseGetDataInput[LicenseGetFields.COLUMN_END_DATE]) !== null && _f !== void 0 ? _f : '', "f");
|
|
207
|
+
__classPrivateFieldSet(this, _LicenseGetResult_attributes, (_g = licenseGetDataInput[LicenseGetFields.COLUMN_ATTRIBUTES]) !== null && _g !== void 0 ? _g : '', "f");
|
|
205
208
|
}
|
|
206
209
|
get classification() {
|
|
207
210
|
return __classPrivateFieldGet(this, _LicenseGetResult_classification, "f");
|
|
@@ -359,6 +362,9 @@ class LicenseGetResult extends abstractEntity_1.AbstractEntity {
|
|
|
359
362
|
get endDate() {
|
|
360
363
|
return __classPrivateFieldGet(this, _LicenseGetResult_endDate, "f");
|
|
361
364
|
}
|
|
365
|
+
get attributes() {
|
|
366
|
+
return __classPrivateFieldGet(this, _LicenseGetResult_attributes, "f");
|
|
367
|
+
}
|
|
362
368
|
toJSON() {
|
|
363
369
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
|
364
370
|
return {
|
|
@@ -415,9 +421,10 @@ class LicenseGetResult extends abstractEntity_1.AbstractEntity {
|
|
|
415
421
|
[LicenseGetFields.COLUMN_CONFIGS]: (_k = this.configs) === null || _k === void 0 ? void 0 : _k.map((config) => config.toJSON()),
|
|
416
422
|
[LicenseGetFields.COLUMN_WARNINGS]: (_l = this.warnings) === null || _l === void 0 ? void 0 : _l.map((warning) => warning.toJSON()),
|
|
417
423
|
[LicenseGetFields.COLUMN_END_DATE]: this.endDate,
|
|
424
|
+
[LicenseGetFields.COLUMN_ATTRIBUTES]: this.attributes,
|
|
418
425
|
};
|
|
419
426
|
}
|
|
420
427
|
}
|
|
421
428
|
exports.LicenseGetResult = LicenseGetResult;
|
|
422
|
-
_LicenseGetResult_additionalInformation = new WeakMap(), _LicenseGetResult_classification = new WeakMap(), _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(), _LicenseGetResult_warnings = new WeakMap(), _LicenseGetResult_endDate = new WeakMap();
|
|
429
|
+
_LicenseGetResult_additionalInformation = new WeakMap(), _LicenseGetResult_classification = new WeakMap(), _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(), _LicenseGetResult_warnings = new WeakMap(), _LicenseGetResult_endDate = new WeakMap(), _LicenseGetResult_attributes = new WeakMap();
|
|
423
430
|
//# sourceMappingURL=licenseGetResult.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AbstractEntity } from '../../../abstractEntity';
|
|
2
|
+
export declare type DynamicAttributesMappingResultData = {
|
|
3
|
+
[key: string]: string;
|
|
4
|
+
};
|
|
5
|
+
export declare class DynamicAttributesMappingResult extends AbstractEntity<DynamicAttributesMappingResultData> {
|
|
6
|
+
constructor(data: DynamicAttributesMappingResultData);
|
|
7
|
+
toJSON(): DynamicAttributesMappingResultData;
|
|
8
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DynamicAttributesMappingResult = void 0;
|
|
4
|
+
const abstractEntity_1 = require("../../../abstractEntity");
|
|
5
|
+
class DynamicAttributesMappingResult extends abstractEntity_1.AbstractEntity {
|
|
6
|
+
constructor(data) {
|
|
7
|
+
super(data);
|
|
8
|
+
}
|
|
9
|
+
toJSON() {
|
|
10
|
+
return this.entityDataInput;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
exports.DynamicAttributesMappingResult = DynamicAttributesMappingResult;
|
|
14
|
+
//# sourceMappingURL=dynamicMappingResult.js.map
|
|
@@ -61,7 +61,8 @@ export declare enum LicenseFindResultFields {
|
|
|
61
61
|
COLUMN_VENDOR_CODE = "vendor_code",
|
|
62
62
|
COLUMN_VENDOR_NAME = "vendor_name",
|
|
63
63
|
COLUMN_VENDOR_SUBSCRIPTION_ID = "vendor_subscription_id",
|
|
64
|
-
COLUMN_HIGHLIGHT = "highlight"
|
|
64
|
+
COLUMN_HIGHLIGHT = "highlight",
|
|
65
|
+
COLUMN_ATTRIBUTES = "attributes"
|
|
65
66
|
}
|
|
66
67
|
/**
|
|
67
68
|
* License data fields and their corresponding types
|
|
@@ -113,6 +114,7 @@ export declare type LicenseFindResultData = {
|
|
|
113
114
|
[LicenseFindResultFields.COLUMN_VENDOR_NAME]: string;
|
|
114
115
|
[LicenseFindResultFields.COLUMN_VENDOR_SUBSCRIPTION_ID]: string | null;
|
|
115
116
|
[LicenseFindResultFields.COLUMN_HIGHLIGHT]?: Highlight;
|
|
117
|
+
[LicenseFindResultFields.COLUMN_ATTRIBUTES]?: Record<string, string>;
|
|
116
118
|
};
|
|
117
119
|
export declare type LicenceFindDataKeywords = {
|
|
118
120
|
[LicenseFindResultFields.COLUMN_ACCEPT_EULA]?: DataKeywords;
|
|
@@ -70,6 +70,7 @@ var LicenseFindResultFields;
|
|
|
70
70
|
LicenseFindResultFields["COLUMN_VENDOR_NAME"] = "vendor_name";
|
|
71
71
|
LicenseFindResultFields["COLUMN_VENDOR_SUBSCRIPTION_ID"] = "vendor_subscription_id";
|
|
72
72
|
LicenseFindResultFields["COLUMN_HIGHLIGHT"] = "highlight";
|
|
73
|
+
LicenseFindResultFields["COLUMN_ATTRIBUTES"] = "attributes";
|
|
73
74
|
})(LicenseFindResultFields = exports.LicenseFindResultFields || (exports.LicenseFindResultFields = {}));
|
|
74
75
|
class LicenseFindResult extends abstractEntity_1.AbstractEntity {
|
|
75
76
|
/**
|
package/build/licenses/index.js
CHANGED
|
@@ -65,4 +65,5 @@ __exportStar(require("./licenseRequestClient"), exports);
|
|
|
65
65
|
__exportStar(require("./licensesClient"), exports);
|
|
66
66
|
__exportStar(require("./licensesEventClient"), exports);
|
|
67
67
|
__exportStar(require("./types/bulkArguments"), exports);
|
|
68
|
+
__exportStar(require("./entities/license/dynamicMappingResult"), exports);
|
|
68
69
|
//# sourceMappingURL=index.js.map
|
|
@@ -28,6 +28,7 @@ import { ConsumptionDailyPrediction } from '../consumption';
|
|
|
28
28
|
import { GetScheduledTasksResult } from './entities/schedule/getScheduledTasksResult';
|
|
29
29
|
import { GetScheduleTaskResult } from './entities/schedule/getScheduleTaskResult';
|
|
30
30
|
import { LicenceCouponCodeHistoryResult } from './entities/history/licenceCouponCodeHistoryResult';
|
|
31
|
+
import { DynamicAttributesMappingResult } from './entities/license/dynamicMappingResult';
|
|
31
32
|
/**
|
|
32
33
|
* Parameters passable to the request for refining search.
|
|
33
34
|
*/
|
|
@@ -433,4 +434,5 @@ export declare class LicensesClient extends AbstractRestfulClient {
|
|
|
433
434
|
rewriteRateHistory(licenseReference: string, payload: RewriteRateHistoryInputType, parameters?: Parameters): Promise<void>;
|
|
434
435
|
private createFilters;
|
|
435
436
|
private createKeywords;
|
|
437
|
+
getLicenseDynamicAttributesMapping(parameters?: Parameters): Promise<GetResult<DynamicAttributesMappingResult>>;
|
|
436
438
|
}
|
|
@@ -22,6 +22,7 @@ const consumption_1 = require("../consumption");
|
|
|
22
22
|
const getScheduledTasksResult_1 = require("./entities/schedule/getScheduledTasksResult");
|
|
23
23
|
const getScheduleTaskResult_1 = require("./entities/schedule/getScheduleTaskResult");
|
|
24
24
|
const licenceCouponCodeHistoryResult_1 = require("./entities/history/licenceCouponCodeHistoryResult");
|
|
25
|
+
const dynamicMappingResult_1 = require("./entities/license/dynamicMappingResult");
|
|
25
26
|
/**
|
|
26
27
|
* Parameters passable to the request for refining search.
|
|
27
28
|
*/
|
|
@@ -570,6 +571,10 @@ class LicensesClient extends abstractRestfulClient_1.AbstractRestfulClient {
|
|
|
570
571
|
return acc;
|
|
571
572
|
}, {});
|
|
572
573
|
}
|
|
574
|
+
async getLicenseDynamicAttributesMapping(parameters = {}) {
|
|
575
|
+
this.path = '/license-mapping';
|
|
576
|
+
return new getResult_1.GetResult(dynamicMappingResult_1.DynamicAttributesMappingResult, await this.get(parameters));
|
|
577
|
+
}
|
|
573
578
|
}
|
|
574
579
|
exports.LicensesClient = LicensesClient;
|
|
575
580
|
//# sourceMappingURL=licensesClient.js.map
|
package/package.json
CHANGED