@d19n/youfibre-odin-sdk 2.0.200-beta.0 → 2.0.200

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 CreateOutboundCallMessage extends OdinRecordCreatedEvent<Create
21
21
  /**
22
22
  * Properties for CreateOutboundCall action
23
23
  *
24
- * @property Required fields: 12
24
+ * @property Required fields: 13
25
25
  * @property Optional fields: 0
26
26
  */
27
27
  export interface CreateOutboundCallProperties {
@@ -121,6 +121,14 @@ export interface CreateOutboundCallProperties {
121
121
  * @required
122
122
  */
123
123
  Title: string;
124
+ /**
125
+ * user Id
126
+ *
127
+ * The Odin user that handled the call (Communications - Call)
128
+ * @type {UUID}
129
+ * @required
130
+ */
131
+ UserId: string;
124
132
  }
125
133
  /**
126
134
  * Builder for CreateOutboundCall action
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d19n/youfibre-odin-sdk",
3
- "version": "2.0.200-beta.0",
3
+ "version": "2.0.200",
4
4
  "description": "",
5
5
  "author": "@d19n",
6
6
  "license": "UNLICENSED",