@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.js CHANGED
@@ -6427,7 +6427,7 @@ var SpreadsEndpoints = class {
6427
6427
  const res = await this.engineAPI.fetcher.call({
6428
6428
  path: `/v1/spreads/${spreadId}/book/${bookId}/render/${size}`
6429
6429
  });
6430
- return spreadServerSchema.parse(res);
6430
+ return res;
6431
6431
  });
6432
6432
  }
6433
6433
  update(spreadId, bookId, spread) {