@d19n/youfibre-odin-sdk 2.0.185 → 2.0.186

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.
@@ -21,7 +21,7 @@ export interface CreateMissedIncomingCallMessage extends OdinRecordCreatedEvent<
21
21
  /**
22
22
  * Properties for CreateMissedIncomingCall action
23
23
  *
24
- * @property Required fields: 10
24
+ * @property Required fields: 11
25
25
  * @property Optional fields: 0
26
26
  */
27
27
  export interface CreateMissedIncomingCallProperties {
@@ -105,6 +105,14 @@ export interface CreateMissedIncomingCallProperties {
105
105
  * @required
106
106
  */
107
107
  Duration: string;
108
+ /**
109
+ * missed call reason
110
+ *
111
+ * reason for the call being missed (Communications - Call)
112
+ * @type {TEXT}
113
+ * @required
114
+ */
115
+ MissedCallReason: string;
108
116
  }
109
117
  /**
110
118
  * CreateMissedIncomingCall
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d19n/youfibre-odin-sdk",
3
- "version": "2.0.185",
3
+ "version": "2.0.186",
4
4
  "description": "",
5
5
  "author": "@d19n",
6
6
  "license": "UNLICENSED",