@opencode-ai/sdk 1.3.16 → 1.3.17

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.
@@ -1387,6 +1387,9 @@ export type OAuth = {
1387
1387
  export type ApiAuth = {
1388
1388
  type: "api";
1389
1389
  key: string;
1390
+ metadata?: {
1391
+ [key: string]: string;
1392
+ };
1390
1393
  };
1391
1394
  export type WellKnownAuth = {
1392
1395
  type: "wellknown";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/sdk",
4
- "version": "1.3.16",
4
+ "version": "1.3.17",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {