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 +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
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
|
-
|
|
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
|
-
|
|
101
|
+
param_errors?: {
|
|
101
102
|
input_format?: string;
|
|
102
103
|
system_prompt?: string;
|
|
103
104
|
welcome_message?: string;
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "phonic",
|
|
3
|
-
"version": "0.
|
|
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.
|
|
42
|
+
"@types/bun": "1.2.8",
|
|
43
43
|
"tsup": "8.4.0",
|
|
44
44
|
"typescript": "5.8.2",
|
|
45
45
|
"zod": "3.24.2"
|