@palettelab/sdk 0.1.17 → 0.1.18
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/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -318,6 +318,8 @@ Included clients:
|
|
|
318
318
|
These helpers are intentionally thin wrappers over platform APIs. Apps can still
|
|
319
319
|
use `apiFetch()` directly for custom backend routes.
|
|
320
320
|
|
|
321
|
+
App storage is different from Data Rooms. Use `palette.storage` for app-owned files that should go directly to the OS-configured storage backend, such as GCS. Use `palette.dataRooms` only when the file should appear as a user-visible Data Room document.
|
|
322
|
+
|
|
321
323
|
App storage uploads are scoped by Palette to:
|
|
322
324
|
|
|
323
325
|
```text
|