@arrowsphere/api-client 3.244.0-rc-cpe-2 → 3.244.0-rc-cpe-3

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.
@@ -19,6 +19,7 @@ export declare enum ActionsGetFields {
19
19
  COLUMN_REACTIVATE = "reactivate",
20
20
  COLUMN_AUTO_RENEW_OFF = "autoRenewOff",
21
21
  COLUMN_AUTO_RENEW_ON = "autoRenewOn",
22
+ COLUMN_AUTO_RENEW_TO_EST = "autoRenewToEst",
22
23
  COLUMN_CANCEL = "cancel",
23
24
  COLUMN_CONVERSION = "conversion",
24
25
  COLUMN_PAUSE = "pause",
@@ -37,6 +38,7 @@ export declare type ActionsGetData = {
37
38
  [ActionsGetFields.COLUMN_REACTIVATE]?: string;
38
39
  [ActionsGetFields.COLUMN_AUTO_RENEW_OFF]?: string;
39
40
  [ActionsGetFields.COLUMN_AUTO_RENEW_ON]?: string;
41
+ [ActionsGetFields.COLUMN_AUTO_RENEW_TO_EST]?: string;
40
42
  [ActionsGetFields.COLUMN_CANCEL]?: string;
41
43
  [ActionsGetFields.COLUMN_CONVERSION]?: string;
42
44
  [ActionsGetFields.COLUMN_PAUSE]?: string;
@@ -57,6 +59,7 @@ export declare class ActionsGetResult extends AbstractEntity<ActionsGetData> {
57
59
  get reactivate(): string | undefined;
58
60
  get autoRenewOff(): string | undefined;
59
61
  get autoRenewOn(): string | undefined;
62
+ get autoRenewToEst(): string | undefined;
60
63
  get cancel(): string | undefined;
61
64
  get conversion(): string | undefined;
62
65
  get pause(): 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_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_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");
@@ -31,6 +31,7 @@ var ActionsGetFields;
31
31
  ActionsGetFields["COLUMN_REACTIVATE"] = "reactivate";
32
32
  ActionsGetFields["COLUMN_AUTO_RENEW_OFF"] = "autoRenewOff";
33
33
  ActionsGetFields["COLUMN_AUTO_RENEW_ON"] = "autoRenewOn";
34
+ ActionsGetFields["COLUMN_AUTO_RENEW_TO_EST"] = "autoRenewToEst";
34
35
  ActionsGetFields["COLUMN_CANCEL"] = "cancel";
35
36
  ActionsGetFields["COLUMN_CONVERSION"] = "conversion";
36
37
  ActionsGetFields["COLUMN_PAUSE"] = "pause";
@@ -51,6 +52,7 @@ class ActionsGetResult extends abstractEntity_1.AbstractEntity {
51
52
  _ActionsGetResult_reactivate.set(this, void 0);
52
53
  _ActionsGetResult_autoRenewOff.set(this, void 0);
53
54
  _ActionsGetResult_autoRenewOn.set(this, void 0);
55
+ _ActionsGetResult_autoRenewToEst.set(this, void 0);
54
56
  _ActionsGetResult_cancel.set(this, void 0);
55
57
  _ActionsGetResult_conversion.set(this, void 0);
56
58
  _ActionsGetResult_pause.set(this, void 0);
@@ -67,6 +69,7 @@ class ActionsGetResult extends abstractEntity_1.AbstractEntity {
67
69
  __classPrivateFieldSet(this, _ActionsGetResult_reactivate, data[ActionsGetFields.COLUMN_REACTIVATE], "f");
68
70
  __classPrivateFieldSet(this, _ActionsGetResult_autoRenewOff, data[ActionsGetFields.COLUMN_AUTO_RENEW_OFF], "f");
69
71
  __classPrivateFieldSet(this, _ActionsGetResult_autoRenewOn, data[ActionsGetFields.COLUMN_AUTO_RENEW_ON], "f");
72
+ __classPrivateFieldSet(this, _ActionsGetResult_autoRenewToEst, data[ActionsGetFields.COLUMN_AUTO_RENEW_TO_EST], "f");
70
73
  __classPrivateFieldSet(this, _ActionsGetResult_cancel, data[ActionsGetFields.COLUMN_CANCEL], "f");
71
74
  __classPrivateFieldSet(this, _ActionsGetResult_conversion, data[ActionsGetFields.COLUMN_CONVERSION], "f");
72
75
  __classPrivateFieldSet(this, _ActionsGetResult_pause, data[ActionsGetFields.COLUMN_PAUSE], "f");
@@ -102,6 +105,9 @@ class ActionsGetResult extends abstractEntity_1.AbstractEntity {
102
105
  get autoRenewOn() {
103
106
  return __classPrivateFieldGet(this, _ActionsGetResult_autoRenewOn, "f");
104
107
  }
108
+ get autoRenewToEst() {
109
+ return __classPrivateFieldGet(this, _ActionsGetResult_autoRenewToEst, "f");
110
+ }
105
111
  get cancel() {
106
112
  return __classPrivateFieldGet(this, _ActionsGetResult_cancel, "f");
107
113
  }
@@ -134,6 +140,7 @@ class ActionsGetResult extends abstractEntity_1.AbstractEntity {
134
140
  [ActionsGetFields.COLUMN_REACTIVATE]: this.reactivate,
135
141
  [ActionsGetFields.COLUMN_AUTO_RENEW_OFF]: this.autoRenewOff,
136
142
  [ActionsGetFields.COLUMN_AUTO_RENEW_ON]: this.autoRenewOn,
143
+ [ActionsGetFields.COLUMN_AUTO_RENEW_TO_EST]: this.autoRenewToEst,
137
144
  [ActionsGetFields.COLUMN_CANCEL]: this.cancel,
138
145
  [ActionsGetFields.COLUMN_CONVERSION]: this.conversion,
139
146
  [ActionsGetFields.COLUMN_PAUSE]: this.pause,
@@ -146,5 +153,5 @@ class ActionsGetResult extends abstractEntity_1.AbstractEntity {
146
153
  }
147
154
  }
148
155
  exports.ActionsGetResult = ActionsGetResult;
149
- _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_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();
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();
150
157
  //# sourceMappingURL=actionsGetResult.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.244.0-rc-cpe-2",
7
+ "version": "3.244.0-rc-cpe-3",
8
8
  "description": "Node.js client for ArrowSphere's public API",
9
9
  "main": "build/index.js",
10
10
  "types": "build/index.d.ts",