@opencode-ai/sdk 0.6.8 → 0.6.10
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.
- package/dist/gen/types.gen.d.ts +6 -0
- package/package.json +1 -1
package/dist/gen/types.gen.d.ts
CHANGED
|
@@ -555,6 +555,9 @@ export type Config = {
|
|
|
555
555
|
options?: {
|
|
556
556
|
[key: string]: unknown;
|
|
557
557
|
};
|
|
558
|
+
provider?: {
|
|
559
|
+
npm: string;
|
|
560
|
+
};
|
|
558
561
|
};
|
|
559
562
|
};
|
|
560
563
|
options?: {
|
|
@@ -901,6 +904,9 @@ export type Model = {
|
|
|
901
904
|
options: {
|
|
902
905
|
[key: string]: unknown;
|
|
903
906
|
};
|
|
907
|
+
provider?: {
|
|
908
|
+
npm: string;
|
|
909
|
+
};
|
|
904
910
|
};
|
|
905
911
|
export type McpLocalConfig = {
|
|
906
912
|
/**
|