@opencode-ai/sdk 1.0.40 → 1.0.41

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.
@@ -1715,9 +1715,9 @@ export type SessionMessagesData = {
1715
1715
  */
1716
1716
  id: string;
1717
1717
  };
1718
- query: {
1718
+ query?: {
1719
1719
  directory?: string;
1720
- limit: number;
1720
+ limit?: number;
1721
1721
  };
1722
1722
  url: "/session/{id}/message";
1723
1723
  };
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.40",
4
+ "version": "1.0.41",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",