phonic 0.13.2 → 0.13.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.
package/dist/index.d.mts CHANGED
@@ -97,7 +97,7 @@ type PhonicSTSWebSocketResponseMessage = {
97
97
  message: string;
98
98
  code?: string;
99
99
  };
100
- paramErrors?: {
100
+ param_errors?: {
101
101
  input_format?: string;
102
102
  system_prompt?: string;
103
103
  welcome_message?: string;
package/dist/index.d.ts CHANGED
@@ -97,7 +97,7 @@ type PhonicSTSWebSocketResponseMessage = {
97
97
  message: string;
98
98
  code?: string;
99
99
  };
100
- paramErrors?: {
100
+ param_errors?: {
101
101
  input_format?: string;
102
102
  system_prompt?: string;
103
103
  welcome_message?: string;
package/dist/index.js CHANGED
@@ -35,7 +35,7 @@ __export(index_exports, {
35
35
  module.exports = __toCommonJS(index_exports);
36
36
 
37
37
  // package.json
38
- var version = "0.13.2";
38
+ var version = "0.13.3";
39
39
 
40
40
  // src/conversations/index.ts
41
41
  var Conversations = class {
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  // package.json
2
- var version = "0.13.2";
2
+ var version = "0.13.3";
3
3
 
4
4
  // src/conversations/index.ts
5
5
  var Conversations = class {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phonic",
3
- "version": "0.13.2",
3
+ "version": "0.13.3",
4
4
  "description": "Phonic Node.js SDK",
5
5
  "scripts": {
6
6
  "build": "tsup",