phonic 0.30.6 → 0.30.7

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.
Files changed (37) hide show
  1. package/README.md +1 -0
  2. package/dist/cjs/Client.js +2 -2
  3. package/dist/cjs/api/resources/agents/client/Client.d.ts +3 -0
  4. package/dist/cjs/api/resources/agents/client/Client.js +3 -0
  5. package/dist/cjs/api/resources/agents/client/requests/AgentsCreateRequest.d.ts +3 -0
  6. package/dist/cjs/api/resources/agents/client/requests/UpdateAgentRequest.d.ts +3 -0
  7. package/dist/cjs/api/resources/agents/client/requests/UpsertAgentRequest.d.ts +1 -0
  8. package/dist/cjs/api/resources/conversations/client/Socket.d.ts +1 -1
  9. package/dist/cjs/api/types/Agent.d.ts +2 -0
  10. package/dist/cjs/api/types/ConfigPayload.d.ts +2 -0
  11. package/dist/cjs/api/types/Conversation.d.ts +2 -0
  12. package/dist/cjs/api/types/CreateAgentRequest.d.ts +2 -0
  13. package/dist/cjs/api/types/index.d.ts +0 -2
  14. package/dist/cjs/api/types/index.js +0 -2
  15. package/dist/cjs/version.d.ts +1 -1
  16. package/dist/cjs/version.js +1 -1
  17. package/dist/esm/Client.mjs +2 -2
  18. package/dist/esm/api/resources/agents/client/Client.d.mts +3 -0
  19. package/dist/esm/api/resources/agents/client/Client.mjs +3 -0
  20. package/dist/esm/api/resources/agents/client/requests/AgentsCreateRequest.d.mts +3 -0
  21. package/dist/esm/api/resources/agents/client/requests/UpdateAgentRequest.d.mts +3 -0
  22. package/dist/esm/api/resources/agents/client/requests/UpsertAgentRequest.d.mts +1 -0
  23. package/dist/esm/api/resources/conversations/client/Socket.d.mts +1 -1
  24. package/dist/esm/api/types/Agent.d.mts +2 -0
  25. package/dist/esm/api/types/ConfigPayload.d.mts +2 -0
  26. package/dist/esm/api/types/Conversation.d.mts +2 -0
  27. package/dist/esm/api/types/CreateAgentRequest.d.mts +2 -0
  28. package/dist/esm/api/types/index.d.mts +0 -2
  29. package/dist/esm/api/types/index.mjs +0 -2
  30. package/dist/esm/version.d.mts +1 -1
  31. package/dist/esm/version.mjs +1 -1
  32. package/dist/index.d.mts +686 -0
  33. package/dist/index.d.ts +686 -0
  34. package/dist/index.js +643 -0
  35. package/dist/index.mjs +606 -0
  36. package/package.json +1 -1
  37. package/reference.md +3 -0
package/README.md CHANGED
@@ -30,6 +30,7 @@ await client.agents.create({
30
30
  timezone: "America/Los_Angeles",
31
31
  voice_id: "grant",
32
32
  audio_speed: 1,
33
+ background_noise_level: 0,
33
34
  welcome_message: "Hi {{customer_name}}. How can I help you today?",
34
35
  system_prompt: "You are an expert in {{subject}}. Be friendly, helpful and concise.",
35
36
  template_variables: {
@@ -50,8 +50,8 @@ class PhonicClient {
50
50
  this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_js_1.mergeHeaders)({
51
51
  "X-Fern-Language": "JavaScript",
52
52
  "X-Fern-SDK-Name": "phonic",
53
- "X-Fern-SDK-Version": "0.30.6",
54
- "User-Agent": "phonic/0.30.6",
53
+ "X-Fern-SDK-Version": "0.30.7",
54
+ "User-Agent": "phonic/0.30.7",
55
55
  "X-Fern-Runtime": core.RUNTIME.type,
56
56
  "X-Fern-Runtime-Version": core.RUNTIME.version,
57
57
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -63,6 +63,7 @@ export declare class Agents {
63
63
  * timezone: "America/Los_Angeles",
64
64
  * voice_id: "grant",
65
65
  * audio_speed: 1,
66
+ * background_noise_level: 0,
66
67
  * welcome_message: "Hi {{customer_name}}. How can I help you today?",
67
68
  * system_prompt: "You are an expert in {{subject}}. Be friendly, helpful and concise.",
68
69
  * template_variables: {
@@ -103,6 +104,7 @@ export declare class Agents {
103
104
  * timezone: "America/Los_Angeles",
104
105
  * voice_id: "grant",
105
106
  * audio_speed: 1,
107
+ * background_noise_level: 0,
106
108
  * welcome_message: "Hi {{customer_name}}. How can I help you today?",
107
109
  * system_prompt: "You are an expert in {{subject}}. Be friendly, helpful and concise.",
108
110
  * template_variables: {
@@ -179,6 +181,7 @@ export declare class Agents {
179
181
  * timezone: "America/Los_Angeles",
180
182
  * voice_id: "grant",
181
183
  * audio_speed: 1,
184
+ * background_noise_level: 0,
182
185
  * welcome_message: "Hi {{customer_name}}. How can I help you today?",
183
186
  * system_prompt: "You are an expert in {{subject}}. Be friendly, helpful and concise.",
184
187
  * template_variables: {
@@ -153,6 +153,7 @@ class Agents {
153
153
  * timezone: "America/Los_Angeles",
154
154
  * voice_id: "grant",
155
155
  * audio_speed: 1,
156
+ * background_noise_level: 0,
156
157
  * welcome_message: "Hi {{customer_name}}. How can I help you today?",
157
158
  * system_prompt: "You are an expert in {{subject}}. Be friendly, helpful and concise.",
158
159
  * template_variables: {
@@ -254,6 +255,7 @@ class Agents {
254
255
  * timezone: "America/Los_Angeles",
255
256
  * voice_id: "grant",
256
257
  * audio_speed: 1,
258
+ * background_noise_level: 0,
257
259
  * welcome_message: "Hi {{customer_name}}. How can I help you today?",
258
260
  * system_prompt: "You are an expert in {{subject}}. Be friendly, helpful and concise.",
259
261
  * template_variables: {
@@ -495,6 +497,7 @@ class Agents {
495
497
  * timezone: "America/Los_Angeles",
496
498
  * voice_id: "grant",
497
499
  * audio_speed: 1,
500
+ * background_noise_level: 0,
498
501
  * welcome_message: "Hi {{customer_name}}. How can I help you today?",
499
502
  * system_prompt: "You are an expert in {{subject}}. Be friendly, helpful and concise.",
500
503
  * template_variables: {
@@ -11,6 +11,7 @@ import * as Phonic from "../../../../index.js";
11
11
  * timezone: "America/Los_Angeles",
12
12
  * voice_id: "grant",
13
13
  * audio_speed: 1,
14
+ * background_noise_level: 0,
14
15
  * welcome_message: "Hi {{customer_name}}. How can I help you today?",
15
16
  * system_prompt: "You are an expert in {{subject}}. Be friendly, helpful and concise.",
16
17
  * template_variables: {
@@ -46,6 +47,8 @@ export interface AgentsCreateRequest {
46
47
  audio_format?: Phonic.CreateAgentRequest.AudioFormat;
47
48
  /** The audio speed of the agent. */
48
49
  audio_speed?: number;
50
+ /** The background noise level of the agent. */
51
+ background_noise_level?: number;
49
52
  /** Message to play when the conversation starts. Can contain template variables like `{{customer_name}}`. */
50
53
  welcome_message?: string;
51
54
  /** Instructions for the conversation. Can contain template variables like `{{subject}}`. */
@@ -11,6 +11,7 @@ import * as Phonic from "../../../../index.js";
11
11
  * timezone: "America/Los_Angeles",
12
12
  * voice_id: "grant",
13
13
  * audio_speed: 1,
14
+ * background_noise_level: 0,
14
15
  * welcome_message: "Hi {{customer_name}}. How can I help you today?",
15
16
  * system_prompt: "You are an expert in {{subject}}. Be friendly, helpful and concise.",
16
17
  * template_variables: {
@@ -46,6 +47,8 @@ export interface UpdateAgentRequest {
46
47
  audio_format?: UpdateAgentRequest.AudioFormat;
47
48
  /** The audio speed of the agent. */
48
49
  audio_speed?: number;
50
+ /** The background noise level of the agent. */
51
+ background_noise_level?: number;
49
52
  /** Message to play when the conversation starts. Can contain template variables like `{{customer_name}}`. */
50
53
  welcome_message?: string;
51
54
  /** Instructions for the conversation. Can contain template variables like `{{subject}}`. */
@@ -11,6 +11,7 @@ import * as Phonic from "../../../../index.js";
11
11
  * timezone: "America/Los_Angeles",
12
12
  * voice_id: "grant",
13
13
  * audio_speed: 1,
14
+ * background_noise_level: 0,
14
15
  * welcome_message: "Hi {{customer_name}}. How can I help you today?",
15
16
  * system_prompt: "You are an expert in {{subject}}. Be friendly, helpful and concise.",
16
17
  * template_variables: {
@@ -7,7 +7,7 @@ export declare namespace ConversationsSocket {
7
7
  interface Args {
8
8
  socket: core.ReconnectingWebSocket;
9
9
  }
10
- type Response = Phonic.ReadyToStartConversationPayload | Phonic.ConversationCreatedPayload | Phonic.InputTextPayload | Phonic.InputCancelledPayload | Phonic.AudioChunkResponsePayload | Phonic.AudioFinishedPayload | Phonic.UserStartedSpeakingPayload | Phonic.UserFinishedSpeakingPayload | Phonic.InterruptedResponsePayload | Phonic.DtmfPayload | Phonic.ToolCallPayload | Phonic.ToolCallOutputProcessedPayload | Phonic.ToolCallInterruptedPayload | Phonic.AssistantChoseNotToRespondPayload | Phonic.AssistantEndedConversationPayload | Phonic.ErrorPayload;
10
+ type Response = Phonic.ReadyToStartConversationPayload | Phonic.ConversationCreatedPayload | Phonic.InputTextPayload | Phonic.InputCancelledPayload | Phonic.UserStartedSpeakingPayload | Phonic.UserFinishedSpeakingPayload | Phonic.DtmfPayload | Phonic.ToolCallPayload | Phonic.ToolCallOutputProcessedPayload | Phonic.ToolCallInterruptedPayload | Phonic.AssistantChoseNotToRespondPayload | Phonic.AssistantEndedConversationPayload | Phonic.ErrorPayload;
11
11
  type EventHandlers = {
12
12
  open?: () => void;
13
13
  message?: (message: Response) => void;
@@ -19,6 +19,8 @@ export interface Agent {
19
19
  audio_format: Agent.AudioFormat;
20
20
  /** The audio speed of the agent. Must be a multiple of 0.1. */
21
21
  audio_speed: number;
22
+ /** The background noise level of the agent. Must be between 0 and 1. */
23
+ background_noise_level: number;
22
24
  /** Message to play when the conversation starts. */
23
25
  welcome_message?: string;
24
26
  /** Instructions for the conversation. */
@@ -13,6 +13,8 @@ export interface ConfigPayload {
13
13
  system_prompt?: string;
14
14
  /** Audio playback speed */
15
15
  audio_speed?: number;
16
+ /** Background noise level for the conversation */
17
+ background_noise_level?: number;
16
18
  /** Message to play when conversation starts */
17
19
  welcome_message?: string;
18
20
  /** Voice ID to use for speech synthesis */
@@ -23,6 +23,8 @@ export interface Conversation {
23
23
  input_format: string;
24
24
  /** Audio output format. */
25
25
  output_format: string;
26
+ /** Background noise level used in the conversation. */
27
+ background_noise_level: number;
26
28
  /** Live transcript of the conversation. */
27
29
  live_transcript: string;
28
30
  /** Post-call processed transcript. */
@@ -14,6 +14,8 @@ export interface CreateAgentRequest {
14
14
  audio_format?: CreateAgentRequest.AudioFormat;
15
15
  /** The audio speed of the agent. */
16
16
  audio_speed?: number;
17
+ /** The background noise level of the agent. */
18
+ background_noise_level?: number;
17
19
  /** Message to play when the conversation starts. Can contain template variables like `{{customer_name}}`. */
18
20
  welcome_message?: string;
19
21
  /** Instructions for the conversation. Can contain template variables like `{{subject}}`. */
@@ -31,11 +31,9 @@ export * from "./ConversationCreatedPayload.js";
31
31
  export * from "./InputTextPayload.js";
32
32
  export * from "./InputCancelledPayload.js";
33
33
  export * from "./AudioChunkResponsePayload.js";
34
- export * from "./AudioFinishedPayload.js";
35
34
  export * from "./UserStartedSpeakingPayload.js";
36
35
  export * from "./UserFinishedSpeakingPayload.js";
37
36
  export * from "./IsUserSpeakingPayload.js";
38
- export * from "./InterruptedResponsePayload.js";
39
37
  export * from "./DtmfPayload.js";
40
38
  export * from "./ToolCallPayload.js";
41
39
  export * from "./ToolCallOutputProcessedPayload.js";
@@ -47,11 +47,9 @@ __exportStar(require("./ConversationCreatedPayload.js"), exports);
47
47
  __exportStar(require("./InputTextPayload.js"), exports);
48
48
  __exportStar(require("./InputCancelledPayload.js"), exports);
49
49
  __exportStar(require("./AudioChunkResponsePayload.js"), exports);
50
- __exportStar(require("./AudioFinishedPayload.js"), exports);
51
50
  __exportStar(require("./UserStartedSpeakingPayload.js"), exports);
52
51
  __exportStar(require("./UserFinishedSpeakingPayload.js"), exports);
53
52
  __exportStar(require("./IsUserSpeakingPayload.js"), exports);
54
- __exportStar(require("./InterruptedResponsePayload.js"), exports);
55
53
  __exportStar(require("./DtmfPayload.js"), exports);
56
54
  __exportStar(require("./ToolCallPayload.js"), exports);
57
55
  __exportStar(require("./ToolCallOutputProcessedPayload.js"), exports);
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.30.6";
1
+ export declare const SDK_VERSION = "0.30.7";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "0.30.6";
4
+ exports.SDK_VERSION = "0.30.7";
@@ -14,8 +14,8 @@ export class PhonicClient {
14
14
  this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
15
15
  "X-Fern-Language": "JavaScript",
16
16
  "X-Fern-SDK-Name": "phonic",
17
- "X-Fern-SDK-Version": "0.30.6",
18
- "User-Agent": "phonic/0.30.6",
17
+ "X-Fern-SDK-Version": "0.30.7",
18
+ "User-Agent": "phonic/0.30.7",
19
19
  "X-Fern-Runtime": core.RUNTIME.type,
20
20
  "X-Fern-Runtime-Version": core.RUNTIME.version,
21
21
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -63,6 +63,7 @@ export declare class Agents {
63
63
  * timezone: "America/Los_Angeles",
64
64
  * voice_id: "grant",
65
65
  * audio_speed: 1,
66
+ * background_noise_level: 0,
66
67
  * welcome_message: "Hi {{customer_name}}. How can I help you today?",
67
68
  * system_prompt: "You are an expert in {{subject}}. Be friendly, helpful and concise.",
68
69
  * template_variables: {
@@ -103,6 +104,7 @@ export declare class Agents {
103
104
  * timezone: "America/Los_Angeles",
104
105
  * voice_id: "grant",
105
106
  * audio_speed: 1,
107
+ * background_noise_level: 0,
106
108
  * welcome_message: "Hi {{customer_name}}. How can I help you today?",
107
109
  * system_prompt: "You are an expert in {{subject}}. Be friendly, helpful and concise.",
108
110
  * template_variables: {
@@ -179,6 +181,7 @@ export declare class Agents {
179
181
  * timezone: "America/Los_Angeles",
180
182
  * voice_id: "grant",
181
183
  * audio_speed: 1,
184
+ * background_noise_level: 0,
182
185
  * welcome_message: "Hi {{customer_name}}. How can I help you today?",
183
186
  * system_prompt: "You are an expert in {{subject}}. Be friendly, helpful and concise.",
184
187
  * template_variables: {
@@ -117,6 +117,7 @@ export class Agents {
117
117
  * timezone: "America/Los_Angeles",
118
118
  * voice_id: "grant",
119
119
  * audio_speed: 1,
120
+ * background_noise_level: 0,
120
121
  * welcome_message: "Hi {{customer_name}}. How can I help you today?",
121
122
  * system_prompt: "You are an expert in {{subject}}. Be friendly, helpful and concise.",
122
123
  * template_variables: {
@@ -218,6 +219,7 @@ export class Agents {
218
219
  * timezone: "America/Los_Angeles",
219
220
  * voice_id: "grant",
220
221
  * audio_speed: 1,
222
+ * background_noise_level: 0,
221
223
  * welcome_message: "Hi {{customer_name}}. How can I help you today?",
222
224
  * system_prompt: "You are an expert in {{subject}}. Be friendly, helpful and concise.",
223
225
  * template_variables: {
@@ -459,6 +461,7 @@ export class Agents {
459
461
  * timezone: "America/Los_Angeles",
460
462
  * voice_id: "grant",
461
463
  * audio_speed: 1,
464
+ * background_noise_level: 0,
462
465
  * welcome_message: "Hi {{customer_name}}. How can I help you today?",
463
466
  * system_prompt: "You are an expert in {{subject}}. Be friendly, helpful and concise.",
464
467
  * template_variables: {
@@ -11,6 +11,7 @@ import * as Phonic from "../../../../index.mjs";
11
11
  * timezone: "America/Los_Angeles",
12
12
  * voice_id: "grant",
13
13
  * audio_speed: 1,
14
+ * background_noise_level: 0,
14
15
  * welcome_message: "Hi {{customer_name}}. How can I help you today?",
15
16
  * system_prompt: "You are an expert in {{subject}}. Be friendly, helpful and concise.",
16
17
  * template_variables: {
@@ -46,6 +47,8 @@ export interface AgentsCreateRequest {
46
47
  audio_format?: Phonic.CreateAgentRequest.AudioFormat;
47
48
  /** The audio speed of the agent. */
48
49
  audio_speed?: number;
50
+ /** The background noise level of the agent. */
51
+ background_noise_level?: number;
49
52
  /** Message to play when the conversation starts. Can contain template variables like `{{customer_name}}`. */
50
53
  welcome_message?: string;
51
54
  /** Instructions for the conversation. Can contain template variables like `{{subject}}`. */
@@ -11,6 +11,7 @@ import * as Phonic from "../../../../index.mjs";
11
11
  * timezone: "America/Los_Angeles",
12
12
  * voice_id: "grant",
13
13
  * audio_speed: 1,
14
+ * background_noise_level: 0,
14
15
  * welcome_message: "Hi {{customer_name}}. How can I help you today?",
15
16
  * system_prompt: "You are an expert in {{subject}}. Be friendly, helpful and concise.",
16
17
  * template_variables: {
@@ -46,6 +47,8 @@ export interface UpdateAgentRequest {
46
47
  audio_format?: UpdateAgentRequest.AudioFormat;
47
48
  /** The audio speed of the agent. */
48
49
  audio_speed?: number;
50
+ /** The background noise level of the agent. */
51
+ background_noise_level?: number;
49
52
  /** Message to play when the conversation starts. Can contain template variables like `{{customer_name}}`. */
50
53
  welcome_message?: string;
51
54
  /** Instructions for the conversation. Can contain template variables like `{{subject}}`. */
@@ -11,6 +11,7 @@ import * as Phonic from "../../../../index.mjs";
11
11
  * timezone: "America/Los_Angeles",
12
12
  * voice_id: "grant",
13
13
  * audio_speed: 1,
14
+ * background_noise_level: 0,
14
15
  * welcome_message: "Hi {{customer_name}}. How can I help you today?",
15
16
  * system_prompt: "You are an expert in {{subject}}. Be friendly, helpful and concise.",
16
17
  * template_variables: {
@@ -7,7 +7,7 @@ export declare namespace ConversationsSocket {
7
7
  interface Args {
8
8
  socket: core.ReconnectingWebSocket;
9
9
  }
10
- type Response = Phonic.ReadyToStartConversationPayload | Phonic.ConversationCreatedPayload | Phonic.InputTextPayload | Phonic.InputCancelledPayload | Phonic.AudioChunkResponsePayload | Phonic.AudioFinishedPayload | Phonic.UserStartedSpeakingPayload | Phonic.UserFinishedSpeakingPayload | Phonic.InterruptedResponsePayload | Phonic.DtmfPayload | Phonic.ToolCallPayload | Phonic.ToolCallOutputProcessedPayload | Phonic.ToolCallInterruptedPayload | Phonic.AssistantChoseNotToRespondPayload | Phonic.AssistantEndedConversationPayload | Phonic.ErrorPayload;
10
+ type Response = Phonic.ReadyToStartConversationPayload | Phonic.ConversationCreatedPayload | Phonic.InputTextPayload | Phonic.InputCancelledPayload | Phonic.UserStartedSpeakingPayload | Phonic.UserFinishedSpeakingPayload | Phonic.DtmfPayload | Phonic.ToolCallPayload | Phonic.ToolCallOutputProcessedPayload | Phonic.ToolCallInterruptedPayload | Phonic.AssistantChoseNotToRespondPayload | Phonic.AssistantEndedConversationPayload | Phonic.ErrorPayload;
11
11
  type EventHandlers = {
12
12
  open?: () => void;
13
13
  message?: (message: Response) => void;
@@ -19,6 +19,8 @@ export interface Agent {
19
19
  audio_format: Agent.AudioFormat;
20
20
  /** The audio speed of the agent. Must be a multiple of 0.1. */
21
21
  audio_speed: number;
22
+ /** The background noise level of the agent. Must be between 0 and 1. */
23
+ background_noise_level: number;
22
24
  /** Message to play when the conversation starts. */
23
25
  welcome_message?: string;
24
26
  /** Instructions for the conversation. */
@@ -13,6 +13,8 @@ export interface ConfigPayload {
13
13
  system_prompt?: string;
14
14
  /** Audio playback speed */
15
15
  audio_speed?: number;
16
+ /** Background noise level for the conversation */
17
+ background_noise_level?: number;
16
18
  /** Message to play when conversation starts */
17
19
  welcome_message?: string;
18
20
  /** Voice ID to use for speech synthesis */
@@ -23,6 +23,8 @@ export interface Conversation {
23
23
  input_format: string;
24
24
  /** Audio output format. */
25
25
  output_format: string;
26
+ /** Background noise level used in the conversation. */
27
+ background_noise_level: number;
26
28
  /** Live transcript of the conversation. */
27
29
  live_transcript: string;
28
30
  /** Post-call processed transcript. */
@@ -14,6 +14,8 @@ export interface CreateAgentRequest {
14
14
  audio_format?: CreateAgentRequest.AudioFormat;
15
15
  /** The audio speed of the agent. */
16
16
  audio_speed?: number;
17
+ /** The background noise level of the agent. */
18
+ background_noise_level?: number;
17
19
  /** Message to play when the conversation starts. Can contain template variables like `{{customer_name}}`. */
18
20
  welcome_message?: string;
19
21
  /** Instructions for the conversation. Can contain template variables like `{{subject}}`. */
@@ -31,11 +31,9 @@ export * from "./ConversationCreatedPayload.mjs";
31
31
  export * from "./InputTextPayload.mjs";
32
32
  export * from "./InputCancelledPayload.mjs";
33
33
  export * from "./AudioChunkResponsePayload.mjs";
34
- export * from "./AudioFinishedPayload.mjs";
35
34
  export * from "./UserStartedSpeakingPayload.mjs";
36
35
  export * from "./UserFinishedSpeakingPayload.mjs";
37
36
  export * from "./IsUserSpeakingPayload.mjs";
38
- export * from "./InterruptedResponsePayload.mjs";
39
37
  export * from "./DtmfPayload.mjs";
40
38
  export * from "./ToolCallPayload.mjs";
41
39
  export * from "./ToolCallOutputProcessedPayload.mjs";
@@ -31,11 +31,9 @@ export * from "./ConversationCreatedPayload.mjs";
31
31
  export * from "./InputTextPayload.mjs";
32
32
  export * from "./InputCancelledPayload.mjs";
33
33
  export * from "./AudioChunkResponsePayload.mjs";
34
- export * from "./AudioFinishedPayload.mjs";
35
34
  export * from "./UserStartedSpeakingPayload.mjs";
36
35
  export * from "./UserFinishedSpeakingPayload.mjs";
37
36
  export * from "./IsUserSpeakingPayload.mjs";
38
- export * from "./InterruptedResponsePayload.mjs";
39
37
  export * from "./DtmfPayload.mjs";
40
38
  export * from "./ToolCallPayload.mjs";
41
39
  export * from "./ToolCallOutputProcessedPayload.mjs";
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.30.6";
1
+ export declare const SDK_VERSION = "0.30.7";
@@ -1 +1 @@
1
- export const SDK_VERSION = "0.30.6";
1
+ export const SDK_VERSION = "0.30.7";