@magiclabs.ai/magicbook-client 0.4.8 → 0.4.9-dev

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/config.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export declare const apiHost: any;
2
- export declare const designRequestRefreshInterval: any;
2
+ export declare const webSocketHost: any;
3
+ export declare const designRequestTimeout: any;
@@ -486,6 +486,6 @@ export declare const bookSizes: readonly ["8x8", "10x10", "12x12", "8x11", "11x8
486
486
  export declare const coverTypes: readonly ["sc", "hc", "pl"];
487
487
  export declare const pageTypes: readonly ["sp", "sl", "dl"];
488
488
  export declare const imageDensities: readonly ["low", "medium", "high"];
489
- export declare const imageFilterings: readonly ["best", "most", "all"];
489
+ export declare const imageFilteringLevels: readonly ["best", "most", "all"];
490
490
  export declare const embellishmentLevels: readonly ["none", "few", "lots"];
491
491
  export declare const textStickerLevels: readonly ["none", "few", "lots"];