@magiclabs.ai/magicbook-client 0.7.22-canary → 0.7.23-canary
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/index.cjs +1 -1
- package/index.cjs.map +1 -1
- package/index.d.cts +1 -16
- package/index.d.ts +1 -16
- package/index.iife.js +1 -1
- package/index.iife.min.js +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -6501,7 +6501,7 @@ var SpreadsEndpoints = class {
|
|
|
6501
6501
|
const res = await this.engineAPI.fetcher.call({
|
|
6502
6502
|
path: `/v1/spreads/${spreadId}/book/${bookId}/render/${size}`
|
|
6503
6503
|
});
|
|
6504
|
-
return
|
|
6504
|
+
return res;
|
|
6505
6505
|
});
|
|
6506
6506
|
}
|
|
6507
6507
|
update(spreadId, bookId, spread) {
|