@opencode-ai/sdk 0.15.29 → 0.15.30
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
|
@@ -410,6 +410,9 @@ export type Config = {
|
|
|
410
410
|
options?: {
|
|
411
411
|
[key: string]: unknown;
|
|
412
412
|
};
|
|
413
|
+
headers?: {
|
|
414
|
+
[key: string]: string;
|
|
415
|
+
};
|
|
413
416
|
provider?: {
|
|
414
417
|
npm: string;
|
|
415
418
|
};
|
|
@@ -909,6 +912,9 @@ export type Model = {
|
|
|
909
912
|
options: {
|
|
910
913
|
[key: string]: unknown;
|
|
911
914
|
};
|
|
915
|
+
headers?: {
|
|
916
|
+
[key: string]: string;
|
|
917
|
+
};
|
|
912
918
|
provider?: {
|
|
913
919
|
npm: string;
|
|
914
920
|
};
|