@d19n/youfibre-odin-sdk 2.0.237-beta.2 → 2.0.237-beta.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.
@@ -25,13 +25,6 @@ export interface UpdateCallInsightsMessage extends OdinRecordUpdatedEvent<Update
25
25
  * @property Optional fields: 2
26
26
  */
27
27
  export interface UpdateCallInsightsProperties {
28
- /**
29
- * WhoHungUp
30
- *
31
- * WhoHungUp
32
- * @type {ENUM}
33
- */
34
- WhoHungUp?: string | null;
35
28
  /**
36
29
  * CustomerConnection
37
30
  *
@@ -39,6 +32,13 @@ export interface UpdateCallInsightsProperties {
39
32
  * @type {TEXT}
40
33
  */
41
34
  CustomerConnection?: string | null;
35
+ /**
36
+ * WhoHungUp
37
+ *
38
+ * WhoHungUp
39
+ * @type {ENUM}
40
+ */
41
+ WhoHungUp?: string | null;
42
42
  }
43
43
  /**
44
44
  * UpdateCallInsights
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d19n/youfibre-odin-sdk",
3
- "version": "2.0.237-beta.2",
3
+ "version": "2.0.237-beta.3",
4
4
  "description": "",
5
5
  "author": "@d19n",
6
6
  "license": "UNLICENSED",