@opencode-ai/sdk 1.1.10 → 1.1.12

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.
@@ -1825,6 +1825,7 @@ export type OAuth = {
1825
1825
  refresh: string;
1826
1826
  access: string;
1827
1827
  expires: number;
1828
+ accountId?: string;
1828
1829
  enterpriseUrl?: string;
1829
1830
  };
1830
1831
  export type ApiAuth = {
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.1.10",
4
+ "version": "1.1.12",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {