phonic 0.30.40 → 0.31.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.
@@ -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.40",
55
- "User-Agent": "phonic/0.30.40",
54
+ "X-Fern-SDK-Version": "0.31.0",
55
+ "User-Agent": "phonic/0.31.0",
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) });
@@ -7,6 +7,4 @@ export interface ToolCallInterruptedPayload {
7
7
  tool_call_id: string;
8
8
  /** Name of the interrupted tool */
9
9
  tool_name: string;
10
- /** Description of why the tool call was interrupted */
11
- error_message: string;
12
10
  }
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.30.40";
1
+ export declare const SDK_VERSION = "0.31.0";
@@ -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.40";
4
+ exports.SDK_VERSION = "0.31.0";
@@ -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.40",
19
- "User-Agent": "phonic/0.30.40",
18
+ "X-Fern-SDK-Version": "0.31.0",
19
+ "User-Agent": "phonic/0.31.0",
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) });
@@ -7,6 +7,4 @@ export interface ToolCallInterruptedPayload {
7
7
  tool_call_id: string;
8
8
  /** Name of the interrupted tool */
9
9
  tool_name: string;
10
- /** Description of why the tool call was interrupted */
11
- error_message: string;
12
10
  }
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.30.40";
1
+ export declare const SDK_VERSION = "0.31.0";
@@ -1 +1 @@
1
- export const SDK_VERSION = "0.30.40";
1
+ export const SDK_VERSION = "0.31.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phonic",
3
- "version": "0.30.40",
3
+ "version": "0.31.0",
4
4
  "private": false,
5
5
  "repository": "github:Phonic-Co/phonic-node",
6
6
  "type": "commonjs",