@magiclabs.ai/magicbook-client 0.6.0 → 0.6.2

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.
@@ -1,3 +1,4 @@
1
+ import { DesignRequestEventDetail } from '../models/design-request';
1
2
  export declare const states: readonly ["new", "ingesting", "submitted", "storyboarding", "deduplication", "image selection", "designing", "layouting", "embellishing", "polishing", "ready", "error"];
2
3
  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
4
  export declare const styles: {
@@ -489,3 +490,4 @@ export declare const imageDensities: readonly ["low", "medium", "high"];
489
490
  export declare const imageFilteringLevels: readonly ["best", "most", "all"];
490
491
  export declare const embellishmentLevels: readonly ["none", "few", "lots"];
491
492
  export declare const textStickerLevels: readonly ["none", "few", "lots"];
493
+ export declare const timeoutMessage: DesignRequestEventDetail;