diff options
| author | opencode <[email protected]> | 2026-02-12 14:45:45 +0000 |
|---|---|---|
| committer | opencode <[email protected]> | 2026-02-12 14:45:45 +0000 |
| commit | 892bb75265602cd3dbcbe1cfc634f1d7f4ca7f5e (patch) | |
| tree | d93fb0238d1353b66cc001907a4729488f5a6374 /packages/sdk/js/src | |
| parent | a115565054c9c905788b1684f9b64f0e6dc2dbb4 (diff) | |
| download | opencode-892bb75265602cd3dbcbe1cfc634f1d7f4ca7f5e.tar.gz opencode-892bb75265602cd3dbcbe1cfc634f1d7f4ca7f5e.zip | |
release: v1.1.61
Diffstat (limited to 'packages/sdk/js/src')
| -rw-r--r-- | packages/sdk/js/src/v2/gen/types.gen.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/sdk/js/src/v2/gen/types.gen.ts b/packages/sdk/js/src/v2/gen/types.gen.ts index 26a3bd20e..b22b7e9af 100644 --- a/packages/sdk/js/src/v2/gen/types.gen.ts +++ b/packages/sdk/js/src/v2/gen/types.gen.ts @@ -1548,8 +1548,8 @@ export type ProviderConfig = { [key: string]: string } provider?: { - npm: string - api: string + npm?: string + api?: string } /** * Variant-specific configuration @@ -4068,8 +4068,8 @@ export type ProviderListResponses = { [key: string]: string } provider?: { - npm: string - api: string + npm?: string + api?: string } variants?: { [key: string]: { |
