@d19n/youfibre-odin-sdk 2.0.176 → 2.0.177

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.
@@ -45,7 +45,7 @@ export interface UpdateCallEventAfterProcessingProperties {
45
45
  * FailReason
46
46
  *
47
47
  * Error thrown when processing in background
48
- * @type {JSON}
48
+ * @type {TEXT}
49
49
  */
50
50
  FailReason?: string | null;
51
51
  }
@@ -134,7 +134,7 @@ export interface TwilioCallEventProperties {
134
134
  ProcessingStatus: TwilioCallEventProcessingStatus;
135
135
  /** Error thrown when processing in background
136
136
  *
137
- * @type {JSON}
137
+ * @type {TEXT}
138
138
  */
139
139
  FailReason: string;
140
140
  }
@@ -193,7 +193,7 @@ export interface InboundCallEventTwilioCallEventProperties {
193
193
  ProcessingStatus: TwilioCallEventProcessingStatus;
194
194
  /** Error thrown when processing in background
195
195
  *
196
- * @type {JSON}
196
+ * @type {TEXT}
197
197
  */
198
198
  FailReason: string;
199
199
  }
@@ -252,7 +252,7 @@ export interface OutboundCallEventTwilioCallEventProperties {
252
252
  ProcessingStatus: TwilioCallEventProcessingStatus;
253
253
  /** Error thrown when processing in background
254
254
  *
255
- * @type {JSON}
255
+ * @type {TEXT}
256
256
  */
257
257
  FailReason: string;
258
258
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d19n/youfibre-odin-sdk",
3
- "version": "2.0.176",
3
+ "version": "2.0.177",
4
4
  "description": "",
5
5
  "author": "@d19n",
6
6
  "license": "UNLICENSED",