@opencode-ai/sdk 1.0.90 → 1.0.92

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.
@@ -1027,6 +1027,12 @@ export type Config = {
1027
1027
  tools?: {
1028
1028
  [key: string]: boolean;
1029
1029
  };
1030
+ enterprise?: {
1031
+ /**
1032
+ * Enterprise URL
1033
+ */
1034
+ url?: string;
1035
+ };
1030
1036
  experimental?: {
1031
1037
  hook?: {
1032
1038
  file_edited?: {
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.0.90",
4
+ "version": "1.0.92",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",