@puckeditor/cloud-client 0.8.0-canary.fed2989a → 0.8.0

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.
@@ -1,5 +1,6 @@
1
1
  import {
2
2
  chat,
3
+ chatPrivate,
3
4
  clientTool,
4
5
  createAttachments,
5
6
  deleteAttachment,
@@ -10,7 +11,7 @@ import {
10
11
  getAttachment,
11
12
  handlePuckRequest,
12
13
  tool
13
- } from "./chunk-XI3V7SYA.mjs";
14
+ } from "./chunk-7N4T2JXP.mjs";
14
15
  import {
15
16
  init_react_import
16
17
  } from "./chunk-O6DC5HI2.mjs";
@@ -327,7 +328,7 @@ var routeRegistry = [
327
328
  {
328
329
  pattern: "/api/puck/chat",
329
330
  methods: {
330
- POST: ({ body }, options) => chat(body, options)
331
+ POST: ({ body }, options) => chatPrivate(body, options)
331
332
  }
332
333
  },
333
334
  {