@puckeditor/cloud-client 0.4.1-canary.f89737fd → 0.4.1-canary.fd69f4a0

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/index.d.mts CHANGED
@@ -22,7 +22,7 @@ declare function chat({ chatId, messages, config, pageData }: ChatParams, option
22
22
  type GenerateParams = {
23
23
  prompt: string;
24
24
  config: Config;
25
- pageData: Data;
25
+ pageData?: Data;
26
26
  context?: string;
27
27
  tools?: UserToolRegistry;
28
28
  host?: string;
package/dist/index.d.ts CHANGED
@@ -22,7 +22,7 @@ declare function chat({ chatId, messages, config, pageData }: ChatParams, option
22
22
  type GenerateParams = {
23
23
  prompt: string;
24
24
  config: Config;
25
- pageData: Data;
25
+ pageData?: Data;
26
26
  context?: string;
27
27
  tools?: UserToolRegistry;
28
28
  host?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@puckeditor/cloud-client",
3
- "version": "0.4.1-canary.f89737fd",
3
+ "version": "0.4.1-canary.fd69f4a0",
4
4
  "author": "Chris Villa <chris@puckeditor.com>",
5
5
  "repository": "puckeditor/puck",
6
6
  "bugs": "https://github.com/puckeditor/puck/issues",