@opencode-ai/sdk 1.0.150 → 1.0.151

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.
@@ -2092,7 +2092,7 @@ export type SessionGetResponse = SessionGetResponses[keyof SessionGetResponses];
2092
2092
  export type SessionUpdateData = {
2093
2093
  body?: {
2094
2094
  title?: string;
2095
- time: {
2095
+ time?: {
2096
2096
  archived?: number;
2097
2097
  };
2098
2098
  };
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.150",
4
+ "version": "1.0.151",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",