phonic 0.30.34 → 0.30.35

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.
@@ -51,8 +51,8 @@ class PhonicClient {
51
51
  this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_js_1.mergeHeaders)({
52
52
  "X-Fern-Language": "JavaScript",
53
53
  "X-Fern-SDK-Name": "phonic",
54
- "X-Fern-SDK-Version": "0.30.34",
55
- "User-Agent": "phonic/0.30.34",
54
+ "X-Fern-SDK-Version": "0.30.35",
55
+ "User-Agent": "phonic/0.30.35",
56
56
  "X-Fern-Runtime": core.RUNTIME.type,
57
57
  "X-Fern-Runtime-Version": core.RUNTIME.version,
58
58
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface AssistantFinishedSpeakingPayload {
5
+ type: "assistant_finished_speaking";
6
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface AssistantStartedSpeakingPayload {
5
+ type: "assistant_started_speaking";
6
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -35,6 +35,8 @@ export * from "./InputCancelledPayload.js";
35
35
  export * from "./AudioChunkResponsePayload.js";
36
36
  export * from "./UserStartedSpeakingPayload.js";
37
37
  export * from "./UserFinishedSpeakingPayload.js";
38
+ export * from "./AssistantStartedSpeakingPayload.js";
39
+ export * from "./AssistantFinishedSpeakingPayload.js";
38
40
  export * from "./IsUserSpeakingPayload.js";
39
41
  export * from "./DtmfPayload.js";
40
42
  export * from "./ToolCallPayload.js";
@@ -51,6 +51,8 @@ __exportStar(require("./InputCancelledPayload.js"), exports);
51
51
  __exportStar(require("./AudioChunkResponsePayload.js"), exports);
52
52
  __exportStar(require("./UserStartedSpeakingPayload.js"), exports);
53
53
  __exportStar(require("./UserFinishedSpeakingPayload.js"), exports);
54
+ __exportStar(require("./AssistantStartedSpeakingPayload.js"), exports);
55
+ __exportStar(require("./AssistantFinishedSpeakingPayload.js"), exports);
54
56
  __exportStar(require("./IsUserSpeakingPayload.js"), exports);
55
57
  __exportStar(require("./DtmfPayload.js"), exports);
56
58
  __exportStar(require("./ToolCallPayload.js"), exports);
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.30.34";
1
+ export declare const SDK_VERSION = "0.30.35";
@@ -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.34";
4
+ exports.SDK_VERSION = "0.30.35";
@@ -15,8 +15,8 @@ export class PhonicClient {
15
15
  this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
16
16
  "X-Fern-Language": "JavaScript",
17
17
  "X-Fern-SDK-Name": "phonic",
18
- "X-Fern-SDK-Version": "0.30.34",
19
- "User-Agent": "phonic/0.30.34",
18
+ "X-Fern-SDK-Version": "0.30.35",
19
+ "User-Agent": "phonic/0.30.35",
20
20
  "X-Fern-Runtime": core.RUNTIME.type,
21
21
  "X-Fern-Runtime-Version": core.RUNTIME.version,
22
22
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface AssistantFinishedSpeakingPayload {
5
+ type: "assistant_finished_speaking";
6
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface AssistantStartedSpeakingPayload {
5
+ type: "assistant_started_speaking";
6
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -35,6 +35,8 @@ export * from "./InputCancelledPayload.mjs";
35
35
  export * from "./AudioChunkResponsePayload.mjs";
36
36
  export * from "./UserStartedSpeakingPayload.mjs";
37
37
  export * from "./UserFinishedSpeakingPayload.mjs";
38
+ export * from "./AssistantStartedSpeakingPayload.mjs";
39
+ export * from "./AssistantFinishedSpeakingPayload.mjs";
38
40
  export * from "./IsUserSpeakingPayload.mjs";
39
41
  export * from "./DtmfPayload.mjs";
40
42
  export * from "./ToolCallPayload.mjs";
@@ -35,6 +35,8 @@ export * from "./InputCancelledPayload.mjs";
35
35
  export * from "./AudioChunkResponsePayload.mjs";
36
36
  export * from "./UserStartedSpeakingPayload.mjs";
37
37
  export * from "./UserFinishedSpeakingPayload.mjs";
38
+ export * from "./AssistantStartedSpeakingPayload.mjs";
39
+ export * from "./AssistantFinishedSpeakingPayload.mjs";
38
40
  export * from "./IsUserSpeakingPayload.mjs";
39
41
  export * from "./DtmfPayload.mjs";
40
42
  export * from "./ToolCallPayload.mjs";
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.30.34";
1
+ export declare const SDK_VERSION = "0.30.35";
@@ -1 +1 @@
1
- export const SDK_VERSION = "0.30.34";
1
+ export const SDK_VERSION = "0.30.35";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phonic",
3
- "version": "0.30.34",
3
+ "version": "0.30.35",
4
4
  "private": false,
5
5
  "repository": "github:Phonic-Co/phonic-node",
6
6
  "type": "commonjs",