@magiclabs.ai/magicbook-client 0.5.1 → 0.5.5

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,3 +1,3 @@
1
- export declare const apiHost: any;
2
- export declare const webSocketHost: any;
3
- export declare const designRequestTimeout: any;
1
+ export declare const defaultApiHost: string;
2
+ export declare const defaultWebSocketHost: string;
3
+ export declare const designRequestTimeout: number;
@@ -1,4 +1,4 @@
1
- export declare const states: readonly ["new", "ingesting", "submitted", "storyboarding", "storyboarding succeeded", "designing", "designing succeeded", "layouting", "layouting succeeded", "embellishing", "embellishing succeeded", "polishing", "polishing succeeded", "ready", "error"];
1
+ export declare const states: readonly ["new", "ingesting", "submitted", "storyboarding", "deduplication", "image selection", "designing", "layouting", "embellishing", "polishing", "ready", "error"];
2
2
  export declare const occasions: readonly ["baby", "birthday", "default", "everyday", "family", "kids", "life-stories", "portfolio", "school-memories", "seasonal-holidays", "special-celebrations", "sports-and-hobbies", "travel", "wedding", "year-in-review"];
3
3
  export declare const styles: {
4
4
  1005: {