phonic 0.13.2 → 0.14.0

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
@@ -73,6 +73,7 @@ declare class Conversations {
73
73
  }
74
74
 
75
75
  type PhonicSTSConfig = {
76
+ project_id: string;
76
77
  input_format: "pcm_44100" | "mulaw_8000";
77
78
  system_prompt?: string;
78
79
  welcome_message?: string;
@@ -97,7 +98,7 @@ type PhonicSTSWebSocketResponseMessage = {
97
98
  message: string;
98
99
  code?: string;
99
100
  };
100
- paramErrors?: {
101
+ param_errors?: {
101
102
  input_format?: string;
102
103
  system_prompt?: string;
103
104
  welcome_message?: string;
package/dist/index.d.ts CHANGED
@@ -73,6 +73,7 @@ declare class Conversations {
73
73
  }
74
74
 
75
75
  type PhonicSTSConfig = {
76
+ project_id: string;
76
77
  input_format: "pcm_44100" | "mulaw_8000";
77
78
  system_prompt?: string;
78
79
  welcome_message?: string;
@@ -97,7 +98,7 @@ type PhonicSTSWebSocketResponseMessage = {
97
98
  message: string;
98
99
  code?: string;
99
100
  };
100
- paramErrors?: {
101
+ param_errors?: {
101
102
  input_format?: string;
102
103
  system_prompt?: string;
103
104
  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.14.0";
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.14.0";
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.14.0",
4
4
  "description": "Phonic Node.js SDK",
5
5
  "scripts": {
6
6
  "build": "tsup",
@@ -39,7 +39,7 @@
39
39
  "@biomejs/biome": "1.9.4",
40
40
  "@changesets/changelog-github": "0.5.1",
41
41
  "@changesets/cli": "2.28.1",
42
- "@types/bun": "1.2.5",
42
+ "@types/bun": "1.2.8",
43
43
  "tsup": "8.4.0",
44
44
  "typescript": "5.8.2",
45
45
  "zod": "3.24.2"