@arrowsphere/api-client 3.360.0-rc-mel-1 → 3.360.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.360.0] - 2026.04.15
7
+
8
+ ### Added
9
+ - [license] Add hasSeatDifference to LicenseGetData
10
+
6
11
  ## [3.359.0] - 2026.04.13
7
12
 
8
13
  ### Added
@@ -46,7 +46,6 @@ export declare type SearchBodyPriceBandsArgument = {
46
46
  restricted?: boolean;
47
47
  getFamilies?: boolean;
48
48
  quantity?: number;
49
- bundleArrowSphereSku?: string;
50
49
  };
51
50
  export declare type SearchBodyArgument = {
52
51
  aggregatorFilter?: string[];
@@ -62,7 +62,8 @@ export declare enum LicenseFindResultFields {
62
62
  COLUMN_VENDOR_NAME = "vendor_name",
63
63
  COLUMN_VENDOR_SUBSCRIPTION_ID = "vendor_subscription_id",
64
64
  COLUMN_HIGHLIGHT = "highlight",
65
- COLUMN_ATTRIBUTES = "attributes"
65
+ COLUMN_ATTRIBUTES = "attributes",
66
+ COLUMN_HAS_SEAT_DIFFERENCE = "has_seat_difference"
66
67
  }
67
68
  /**
68
69
  * License data fields and their corresponding types
@@ -115,6 +116,7 @@ export declare type LicenseFindResultData = {
115
116
  [LicenseFindResultFields.COLUMN_VENDOR_SUBSCRIPTION_ID]: string | null;
116
117
  [LicenseFindResultFields.COLUMN_HIGHLIGHT]?: Highlight;
117
118
  [LicenseFindResultFields.COLUMN_ATTRIBUTES]?: Record<string, string>;
119
+ [LicenseFindResultFields.COLUMN_HAS_SEAT_DIFFERENCE]: boolean | null;
118
120
  };
119
121
  export declare type LicenceFindDataKeywords = {
120
122
  [LicenseFindResultFields.COLUMN_ACCEPT_EULA]?: DataKeywords;
@@ -162,6 +164,7 @@ export declare type LicenceFindDataKeywords = {
162
164
  [LicenseFindResultFields.COLUMN_VENDOR_CODE]?: DataKeywords;
163
165
  [LicenseFindResultFields.COLUMN_VENDOR_NAME]?: DataKeywords;
164
166
  [LicenseFindResultFields.COLUMN_VENDOR_SUBSCRIPTION_ID]?: DataKeywords;
167
+ [LicenseFindResultFields.COLUMN_HAS_SEAT_DIFFERENCE]?: DataKeywords;
165
168
  };
166
169
  export declare type LicenceFindDataSortParameters = {
167
170
  [LicenseFindResultFields.COLUMN_ACCEPT_EULA]?: SortParameters;
@@ -209,6 +212,7 @@ export declare type LicenceFindDataSortParameters = {
209
212
  [LicenseFindResultFields.COLUMN_VENDOR_CODE]?: SortParameters;
210
213
  [LicenseFindResultFields.COLUMN_VENDOR_NAME]?: SortParameters;
211
214
  [LicenseFindResultFields.COLUMN_VENDOR_SUBSCRIPTION_ID]?: SortParameters;
215
+ [LicenseFindResultFields.COLUMN_HAS_SEAT_DIFFERENCE]?: SortParameters;
212
216
  };
213
217
  export declare type LicenceFindDataFiltersParameters = {
214
218
  [LicenseFindResultFields.COLUMN_ACCEPT_EULA]?: FiltersParameters;
@@ -257,6 +261,7 @@ export declare type LicenceFindDataFiltersParameters = {
257
261
  [LicenseFindResultFields.COLUMN_VENDOR_NAME]?: FiltersParameters;
258
262
  [LicenseFindResultFields.COLUMN_VENDOR_SUBSCRIPTION_ID]?: FiltersParameters;
259
263
  [LicenseFindResultFields.COLUMN_ATTRIBUTES]?: Record<string, FiltersParameters>;
264
+ [LicenseFindResultFields.COLUMN_HAS_SEAT_DIFFERENCE]?: FiltersParameters;
260
265
  };
261
266
  export declare class LicenseFindResult extends AbstractEntity<LicenseFindResultData> {
262
267
  #private;
@@ -314,6 +319,7 @@ export declare class LicenseFindResult extends AbstractEntity<LicenseFindResultD
314
319
  get vendorSubscriptionId(): string | null;
315
320
  get highlight(): Highlight;
316
321
  get attributes(): Record<string, string> | undefined;
322
+ get hasSeatDifference(): boolean | null;
317
323
  /**
318
324
  * Plain JSON object representation of the license entity.
319
325
  * @returns {@link LicenseData}
@@ -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 _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_offerArrowsphereSku, _LicenseFindResult_orderRef, _LicenseFindResult_pricebandVendorSku, _LicenseFindResult_nextRenewalDate, _LicenseFindResult_parentLineId, _LicenseFindResult_parentOrderRef, _LicenseFindResult_partnerRef, _LicenseFindResult_periodicity, _LicenseFindResult_price, _LicenseFindResult_resellerName, _LicenseFindResult_resellerRef, _LicenseFindResult_seat, _LicenseFindResult_security, _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, _LicenseFindResult_attributes;
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_offerArrowsphereSku, _LicenseFindResult_orderRef, _LicenseFindResult_pricebandVendorSku, _LicenseFindResult_nextRenewalDate, _LicenseFindResult_parentLineId, _LicenseFindResult_parentOrderRef, _LicenseFindResult_partnerRef, _LicenseFindResult_periodicity, _LicenseFindResult_price, _LicenseFindResult_resellerName, _LicenseFindResult_resellerRef, _LicenseFindResult_seat, _LicenseFindResult_security, _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, _LicenseFindResult_attributes, _LicenseFindResult_hasSeatDifference;
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.LicenseFindResult = exports.LicenseFindResultFields = void 0;
16
16
  const activeSeatsFindResult_1 = require("./activeSeatsFindResult");
@@ -71,6 +71,7 @@ var LicenseFindResultFields;
71
71
  LicenseFindResultFields["COLUMN_VENDOR_SUBSCRIPTION_ID"] = "vendor_subscription_id";
72
72
  LicenseFindResultFields["COLUMN_HIGHLIGHT"] = "highlight";
73
73
  LicenseFindResultFields["COLUMN_ATTRIBUTES"] = "attributes";
74
+ LicenseFindResultFields["COLUMN_HAS_SEAT_DIFFERENCE"] = "has_seat_difference";
74
75
  })(LicenseFindResultFields = exports.LicenseFindResultFields || (exports.LicenseFindResultFields = {}));
75
76
  class LicenseFindResult extends abstractEntity_1.AbstractEntity {
76
77
  /**
@@ -100,6 +101,7 @@ class LicenseFindResult extends abstractEntity_1.AbstractEntity {
100
101
  [LicenseFindResultFields.COLUMN_VENDOR_NAME]: 'required',
101
102
  [LicenseFindResultFields.COLUMN_VENDOR_CODE]: 'required',
102
103
  [LicenseFindResultFields.COLUMN_HIGHLIGHT]: 'object',
104
+ [LicenseFindResultFields.COLUMN_HAS_SEAT_DIFFERENCE]: 'boolean',
103
105
  };
104
106
  _LicenseFindResult_acceptEula.set(this, void 0);
105
107
  _LicenseFindResult_activeSeats.set(this, void 0);
@@ -148,6 +150,7 @@ class LicenseFindResult extends abstractEntity_1.AbstractEntity {
148
150
  _LicenseFindResult_vendorSubscriptionId.set(this, void 0);
149
151
  _LicenseFindResult_highlight.set(this, void 0);
150
152
  _LicenseFindResult_attributes.set(this, void 0);
153
+ _LicenseFindResult_hasSeatDifference.set(this, void 0);
151
154
  __classPrivateFieldSet(this, _LicenseFindResult_acceptEula, data[LicenseFindResultFields.COLUMN_ACCEPT_EULA], "f");
152
155
  const activeSeats = {
153
156
  [activeSeatsFindResult_1.ActiveSeatsFindResultFields.COLUMN_LAST_UPDATE]: data[LicenseFindResultFields.COLUMN_ACTIVE_SEATS][activeSeatsFindResult_1.ActiveSeatsFindResultFields.COLUMN_LAST_UPDATE],
@@ -208,6 +211,7 @@ class LicenseFindResult extends abstractEntity_1.AbstractEntity {
208
211
  __classPrivateFieldSet(this, _LicenseFindResult_vendorSubscriptionId, data[LicenseFindResultFields.COLUMN_VENDOR_SUBSCRIPTION_ID], "f");
209
212
  __classPrivateFieldSet(this, _LicenseFindResult_highlight, (_d = data[LicenseFindResultFields.COLUMN_HIGHLIGHT]) !== null && _d !== void 0 ? _d : {}, "f");
210
213
  __classPrivateFieldSet(this, _LicenseFindResult_attributes, data[LicenseFindResultFields.COLUMN_ATTRIBUTES], "f");
214
+ __classPrivateFieldSet(this, _LicenseFindResult_hasSeatDifference, data[LicenseFindResultFields.COLUMN_HAS_SEAT_DIFFERENCE], "f");
211
215
  }
212
216
  get id() {
213
217
  return __classPrivateFieldGet(this, _LicenseFindResult_id, "f");
@@ -350,6 +354,9 @@ class LicenseFindResult extends abstractEntity_1.AbstractEntity {
350
354
  get attributes() {
351
355
  return __classPrivateFieldGet(this, _LicenseFindResult_attributes, "f");
352
356
  }
357
+ get hasSeatDifference() {
358
+ return __classPrivateFieldGet(this, _LicenseFindResult_hasSeatDifference, "f");
359
+ }
353
360
  /**
354
361
  * Plain JSON object representation of the license entity.
355
362
  * @returns {@link LicenseData}
@@ -407,9 +414,11 @@ class LicenseFindResult extends abstractEntity_1.AbstractEntity {
407
414
  .vendorSubscriptionId,
408
415
  [LicenseFindResultFields.COLUMN_HIGHLIGHT]: this.highlight,
409
416
  [LicenseFindResultFields.COLUMN_ATTRIBUTES]: this.attributes,
417
+ [LicenseFindResultFields.COLUMN_HAS_SEAT_DIFFERENCE]: this
418
+ .hasSeatDifference,
410
419
  };
411
420
  }
412
421
  }
413
422
  exports.LicenseFindResult = LicenseFindResult;
414
- _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_offerArrowsphereSku = new WeakMap(), _LicenseFindResult_orderRef = new WeakMap(), _LicenseFindResult_pricebandVendorSku = new WeakMap(), _LicenseFindResult_nextRenewalDate = 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_security = 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(), _LicenseFindResult_attributes = new WeakMap();
423
+ _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_offerArrowsphereSku = new WeakMap(), _LicenseFindResult_orderRef = new WeakMap(), _LicenseFindResult_pricebandVendorSku = new WeakMap(), _LicenseFindResult_nextRenewalDate = 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_security = 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(), _LicenseFindResult_attributes = new WeakMap(), _LicenseFindResult_hasSeatDifference = new WeakMap();
415
424
  //# sourceMappingURL=licenseFindResult.js.map
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/ArrowSphere/nodejs-api-client.git"
6
6
  },
7
- "version": "3.360.0-rc-mel-1",
7
+ "version": "3.360.0",
8
8
  "description": "Node.js client for ArrowSphere's public API",
9
9
  "main": "build/index.js",
10
10
  "types": "build/index.d.ts",