@d19n/youfibre-odin-sdk 2.0.71 → 2.0.72

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.
@@ -180,7 +180,9 @@ export declare enum CallPropertyKeys {
180
180
  /** TimeInQueued (Communications - Call) */
181
181
  TimeInQueued = "TimeInQueued",
182
182
  /** TimeInProgress (Communications - Call) */
183
- TimeInProgress = "TimeInProgress"
183
+ TimeInProgress = "TimeInProgress",
184
+ /** ActiveTransferId */
185
+ ActiveTransferId = "ActiveTransferId"
184
186
  }
185
187
  /**
186
188
  * Properties for Call records
@@ -426,6 +428,11 @@ export interface CallProperties {
426
428
  * @type {TEXT}
427
429
  */
428
430
  TimeInProgress: string;
431
+ /** ActiveTransferId
432
+ *
433
+ * @type {TEXT}
434
+ */
435
+ ActiveTransferId: string;
429
436
  }
430
437
  /**
431
438
  * Call entity from NotificationModule
@@ -180,6 +180,8 @@ var CallPropertyKeys;
180
180
  CallPropertyKeys["TimeInQueued"] = "TimeInQueued";
181
181
  /** TimeInProgress (Communications - Call) */
182
182
  CallPropertyKeys["TimeInProgress"] = "TimeInProgress";
183
+ /** ActiveTransferId */
184
+ CallPropertyKeys["ActiveTransferId"] = "ActiveTransferId";
183
185
  })(CallPropertyKeys = exports.CallPropertyKeys || (exports.CallPropertyKeys = {}));
184
186
  /**
185
187
  * Call entity from NotificationModule
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d19n/youfibre-odin-sdk",
3
- "version": "2.0.71",
3
+ "version": "2.0.72",
4
4
  "description": "",
5
5
  "author": "@d19n",
6
6
  "license": "UNLICENSED",