@openai/codex-sdk 0.131.0-alpha.9 → 0.132.0-alpha.1

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 (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -51,6 +51,7 @@ type McpToolCallItem = {
51
51
  /** Result payload returned by the MCP server for successful calls. */
52
52
  result?: {
53
53
  content: ContentBlock[];
54
+ _meta?: unknown;
54
55
  structured_content: unknown;
55
56
  };
56
57
  /** Error message reported for failed calls. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openai/codex-sdk",
3
- "version": "0.131.0-alpha.9",
3
+ "version": "0.132.0-alpha.1",
4
4
  "description": "TypeScript SDK for Codex APIs.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -64,6 +64,6 @@
64
64
  },
65
65
  "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
66
66
  "dependencies": {
67
- "@openai/codex": "0.131.0-alpha.9"
67
+ "@openai/codex": "0.132.0-alpha.1"
68
68
  }
69
69
  }