@arrowsphere/api-client 3.353.0 → 3.354.0-rc.jpb.2

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,11 +3,6 @@
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.353.0] - 2026.03.17
7
-
8
- ### Added
9
- - [License] add discountUnprotected to RateTypeEnum
10
-
11
6
  ## [3.352.3] - 2026.03.17
12
7
 
13
8
  ### Updated
@@ -22,6 +22,7 @@ export declare enum ActionsGetFields {
22
22
  COLUMN_AUTO_RENEW_ON = "autoRenewOn",
23
23
  COLUMN_CANCEL = "cancel",
24
24
  COLUMN_CONVERSION = "conversion",
25
+ COLUMN_LATE_RENEWAL = "lateRenewal",
25
26
  COLUMN_PAUSE = "pause",
26
27
  COLUMN_UPGRADE = "upgrade",
27
28
  COLUMN_UPDATE_FRIENDLY_NAME = "updateFriendlyName",
@@ -41,6 +42,7 @@ export declare type ActionsGetData = {
41
42
  [ActionsGetFields.COLUMN_AUTO_RENEW_ON]?: string;
42
43
  [ActionsGetFields.COLUMN_CANCEL]?: string;
43
44
  [ActionsGetFields.COLUMN_CONVERSION]?: string;
45
+ [ActionsGetFields.COLUMN_LATE_RENEWAL]?: string;
44
46
  [ActionsGetFields.COLUMN_PAUSE]?: string;
45
47
  [ActionsGetFields.COLUMN_UPGRADE]?: string;
46
48
  [ActionsGetFields.COLUMN_UPDATE_FRIENDLY_NAME]?: string;
@@ -62,6 +64,7 @@ export declare class ActionsGetResult extends AbstractEntity<ActionsGetData> {
62
64
  get autoRenewToEst(): string | undefined;
63
65
  get cancel(): string | undefined;
64
66
  get conversion(): string | undefined;
67
+ get lateRenewal(): string | undefined;
65
68
  get pause(): string | undefined;
66
69
  get upgrade(): string | undefined;
67
70
  get updateFriendlyName(): string | undefined;
@@ -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 _ActionsGetResult_history, _ActionsGetResult_update, _ActionsGetResult_increaseSeats, _ActionsGetResult_decreaseSeats, _ActionsGetResult_addons_catalog, _ActionsGetResult_suspend, _ActionsGetResult_reactivate, _ActionsGetResult_autoRenewOff, _ActionsGetResult_autoRenewOn, _ActionsGetResult_autoRenewToEst, _ActionsGetResult_cancel, _ActionsGetResult_conversion, _ActionsGetResult_pause, _ActionsGetResult_upgrade, _ActionsGetResult_updateFriendlyName, _ActionsGetResult_scheduledTask, _ActionsGetResult_scheduledTaskDetails;
13
+ var _ActionsGetResult_history, _ActionsGetResult_update, _ActionsGetResult_increaseSeats, _ActionsGetResult_decreaseSeats, _ActionsGetResult_addons_catalog, _ActionsGetResult_suspend, _ActionsGetResult_reactivate, _ActionsGetResult_autoRenewOff, _ActionsGetResult_autoRenewOn, _ActionsGetResult_autoRenewToEst, _ActionsGetResult_cancel, _ActionsGetResult_conversion, _ActionsGetResult_lateRenewal, _ActionsGetResult_pause, _ActionsGetResult_upgrade, _ActionsGetResult_updateFriendlyName, _ActionsGetResult_scheduledTask, _ActionsGetResult_scheduledTaskDetails;
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.ActionsGetResult = exports.ActionsGetFields = exports.ScheduledTaskDetailsFields = void 0;
16
16
  const abstractEntity_1 = require("../../../abstractEntity");
@@ -34,6 +34,7 @@ var ActionsGetFields;
34
34
  ActionsGetFields["COLUMN_AUTO_RENEW_ON"] = "autoRenewOn";
35
35
  ActionsGetFields["COLUMN_CANCEL"] = "cancel";
36
36
  ActionsGetFields["COLUMN_CONVERSION"] = "conversion";
37
+ ActionsGetFields["COLUMN_LATE_RENEWAL"] = "lateRenewal";
37
38
  ActionsGetFields["COLUMN_PAUSE"] = "pause";
38
39
  ActionsGetFields["COLUMN_UPGRADE"] = "upgrade";
39
40
  ActionsGetFields["COLUMN_UPDATE_FRIENDLY_NAME"] = "updateFriendlyName";
@@ -55,6 +56,7 @@ class ActionsGetResult extends abstractEntity_1.AbstractEntity {
55
56
  _ActionsGetResult_autoRenewToEst.set(this, void 0);
56
57
  _ActionsGetResult_cancel.set(this, void 0);
57
58
  _ActionsGetResult_conversion.set(this, void 0);
59
+ _ActionsGetResult_lateRenewal.set(this, void 0);
58
60
  _ActionsGetResult_pause.set(this, void 0);
59
61
  _ActionsGetResult_upgrade.set(this, void 0);
60
62
  _ActionsGetResult_updateFriendlyName.set(this, void 0);
@@ -72,6 +74,7 @@ class ActionsGetResult extends abstractEntity_1.AbstractEntity {
72
74
  __classPrivateFieldSet(this, _ActionsGetResult_autoRenewToEst, data[ActionsGetFields.COLUMN_AUTO_RENEW_TO_EST], "f");
73
75
  __classPrivateFieldSet(this, _ActionsGetResult_cancel, data[ActionsGetFields.COLUMN_CANCEL], "f");
74
76
  __classPrivateFieldSet(this, _ActionsGetResult_conversion, data[ActionsGetFields.COLUMN_CONVERSION], "f");
77
+ __classPrivateFieldSet(this, _ActionsGetResult_lateRenewal, data[ActionsGetFields.COLUMN_LATE_RENEWAL], "f");
75
78
  __classPrivateFieldSet(this, _ActionsGetResult_pause, data[ActionsGetFields.COLUMN_PAUSE], "f");
76
79
  __classPrivateFieldSet(this, _ActionsGetResult_upgrade, data[ActionsGetFields.COLUMN_UPGRADE], "f");
77
80
  __classPrivateFieldSet(this, _ActionsGetResult_updateFriendlyName, data[ActionsGetFields.COLUMN_UPDATE_FRIENDLY_NAME], "f");
@@ -114,6 +117,9 @@ class ActionsGetResult extends abstractEntity_1.AbstractEntity {
114
117
  get conversion() {
115
118
  return __classPrivateFieldGet(this, _ActionsGetResult_conversion, "f");
116
119
  }
120
+ get lateRenewal() {
121
+ return __classPrivateFieldGet(this, _ActionsGetResult_lateRenewal, "f");
122
+ }
117
123
  get pause() {
118
124
  return __classPrivateFieldGet(this, _ActionsGetResult_pause, "f");
119
125
  }
@@ -143,6 +149,7 @@ class ActionsGetResult extends abstractEntity_1.AbstractEntity {
143
149
  [ActionsGetFields.COLUMN_AUTO_RENEW_TO_EST]: this.autoRenewToEst,
144
150
  [ActionsGetFields.COLUMN_CANCEL]: this.cancel,
145
151
  [ActionsGetFields.COLUMN_CONVERSION]: this.conversion,
152
+ [ActionsGetFields.COLUMN_LATE_RENEWAL]: this.lateRenewal,
146
153
  [ActionsGetFields.COLUMN_PAUSE]: this.pause,
147
154
  [ActionsGetFields.COLUMN_UPGRADE]: this.upgrade,
148
155
  [ActionsGetFields.COLUMN_UPDATE_FRIENDLY_NAME]: this.updateFriendlyName,
@@ -153,5 +160,5 @@ class ActionsGetResult extends abstractEntity_1.AbstractEntity {
153
160
  }
154
161
  }
155
162
  exports.ActionsGetResult = ActionsGetResult;
156
- _ActionsGetResult_history = new WeakMap(), _ActionsGetResult_update = new WeakMap(), _ActionsGetResult_increaseSeats = new WeakMap(), _ActionsGetResult_decreaseSeats = new WeakMap(), _ActionsGetResult_addons_catalog = new WeakMap(), _ActionsGetResult_suspend = new WeakMap(), _ActionsGetResult_reactivate = new WeakMap(), _ActionsGetResult_autoRenewOff = new WeakMap(), _ActionsGetResult_autoRenewOn = new WeakMap(), _ActionsGetResult_autoRenewToEst = new WeakMap(), _ActionsGetResult_cancel = new WeakMap(), _ActionsGetResult_conversion = new WeakMap(), _ActionsGetResult_pause = new WeakMap(), _ActionsGetResult_upgrade = new WeakMap(), _ActionsGetResult_updateFriendlyName = new WeakMap(), _ActionsGetResult_scheduledTask = new WeakMap(), _ActionsGetResult_scheduledTaskDetails = new WeakMap();
163
+ _ActionsGetResult_history = new WeakMap(), _ActionsGetResult_update = new WeakMap(), _ActionsGetResult_increaseSeats = new WeakMap(), _ActionsGetResult_decreaseSeats = new WeakMap(), _ActionsGetResult_addons_catalog = new WeakMap(), _ActionsGetResult_suspend = new WeakMap(), _ActionsGetResult_reactivate = new WeakMap(), _ActionsGetResult_autoRenewOff = new WeakMap(), _ActionsGetResult_autoRenewOn = new WeakMap(), _ActionsGetResult_autoRenewToEst = new WeakMap(), _ActionsGetResult_cancel = new WeakMap(), _ActionsGetResult_conversion = new WeakMap(), _ActionsGetResult_lateRenewal = new WeakMap(), _ActionsGetResult_pause = new WeakMap(), _ActionsGetResult_upgrade = new WeakMap(), _ActionsGetResult_updateFriendlyName = new WeakMap(), _ActionsGetResult_scheduledTask = new WeakMap(), _ActionsGetResult_scheduledTaskDetails = new WeakMap();
157
164
  //# sourceMappingURL=actionsGetResult.js.map
@@ -7,7 +7,6 @@ export declare enum CompanyTypeEnum {
7
7
  }
8
8
  export declare enum RateTypeEnum {
9
9
  DISCOUNT = "discount",
10
- DISCOUNT_UNPROTECTED = "discountUnprotected",
11
10
  UPLIFT = "uplift"
12
11
  }
13
12
  declare type RateType = {
@@ -24,7 +24,6 @@ var CompanyTypeEnum;
24
24
  var RateTypeEnum;
25
25
  (function (RateTypeEnum) {
26
26
  RateTypeEnum["DISCOUNT"] = "discount";
27
- RateTypeEnum["DISCOUNT_UNPROTECTED"] = "discountUnprotected";
28
27
  RateTypeEnum["UPLIFT"] = "uplift";
29
28
  })(RateTypeEnum = exports.RateTypeEnum || (exports.RateTypeEnum = {}));
30
29
  class GetPricingRateResult extends abstractEntity_1.AbstractEntity {
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.353.0",
7
+ "version": "3.354.0-rc.jpb.2",
8
8
  "description": "Node.js client for ArrowSphere's public API",
9
9
  "main": "build/index.js",
10
10
  "types": "build/index.d.ts",