@d19n/youfibre-odin-sdk 2.0.87 → 2.0.88

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.
@@ -215,7 +215,9 @@ export declare enum CallPropertyKeys {
215
215
  /** IVRDuration */
216
216
  IvrDuration = "IVRDuration",
217
217
  /** CallEndReason */
218
- CallEndReason = "CallEndReason"
218
+ CallEndReason = "CallEndReason",
219
+ /** AgentRingTime */
220
+ AgentRingTime = "AgentRingTime"
219
221
  }
220
222
  /**
221
223
  * Properties for Call records
@@ -492,6 +494,11 @@ export interface CallProperties {
492
494
  * @enum {CallCallEndReason}
493
495
  */
494
496
  CallEndReason: CallCallEndReason;
497
+ /** AgentRingTime
498
+ *
499
+ * @type {DATE_TIME}
500
+ */
501
+ AgentRingTime: string;
495
502
  }
496
503
  /**
497
504
  * Call entity from NotificationModule
@@ -216,6 +216,8 @@ var CallPropertyKeys;
216
216
  CallPropertyKeys["IvrDuration"] = "IVRDuration";
217
217
  /** CallEndReason */
218
218
  CallPropertyKeys["CallEndReason"] = "CallEndReason";
219
+ /** AgentRingTime */
220
+ CallPropertyKeys["AgentRingTime"] = "AgentRingTime";
219
221
  })(CallPropertyKeys = exports.CallPropertyKeys || (exports.CallPropertyKeys = {}));
220
222
  /**
221
223
  * 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.87",
3
+ "version": "2.0.88",
4
4
  "description": "",
5
5
  "author": "@d19n",
6
6
  "license": "UNLICENSED",