@magiclabs.ai/magicbook-client 0.6.10 → 0.6.11

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 CHANGED
@@ -25,13 +25,39 @@ __export(src_exports, {
25
25
  ImageServer: () => ImageServer,
26
26
  Images: () => Images,
27
27
  MagicBookClient: () => MagicBookClient,
28
+ assetSchema: () => assetSchema,
29
+ bookCreationRequestSchema: () => bookCreationRequestSchema,
30
+ bookSizes: () => bookSizes,
31
+ cancelledMessage: () => cancelledMessage,
32
+ canvasSchema: () => canvasSchema,
33
+ coverTypes: () => coverTypes,
28
34
  designOptionsSchema: () => designOptionsSchema,
29
35
  designOptionsServerSchema: () => designOptionsServerSchema,
36
+ embellishmentLevels: () => embellishmentLevels,
37
+ imageAssignmentSchema: () => imageAssignmentSchema,
38
+ imageDensities: () => imageDensities,
30
39
  imageDensityOptionSchema: () => imageDensityOptionSchema,
31
40
  imageDensityOptionServerSchema: () => imageDensityOptionServerSchema,
32
41
  imageDensityOptionsSchema: () => imageDensityOptionsSchema,
33
42
  imageDensityOptionsServerSchema: () => imageDensityOptionsServerSchema,
34
- imageServerSchema: () => imageServerSchema
43
+ imageFilteringLevels: () => imageFilteringLevels,
44
+ imageServerSchema: () => imageServerSchema,
45
+ isDesignRequestSubmitted: () => isDesignRequestSubmitted,
46
+ magicShopBookSchema: () => magicShopBookSchema,
47
+ occasions: () => occasions,
48
+ pageSchema: () => pageSchema,
49
+ pageTypes: () => pageTypes,
50
+ photoMetadataSchema: () => photoMetadataSchema,
51
+ photoStripSchema: () => photoStripSchema,
52
+ positionSchema: () => positionSchema,
53
+ propertySchema: () => propertySchema,
54
+ reportingDataSchema: () => reportingDataSchema,
55
+ states: () => states,
56
+ statesToCloseWS: () => statesToCloseWS,
57
+ statesToReport: () => statesToReport,
58
+ styles: () => styles,
59
+ textStickerLevels: () => textStickerLevels,
60
+ timeoutMessage: () => timeoutMessage
35
61
  });
36
62
  module.exports = __toCommonJS(src_exports);
37
63
 
@@ -4849,12 +4875,38 @@ var MagicBookClient = class {
4849
4875
  ImageServer,
4850
4876
  Images,
4851
4877
  MagicBookClient,
4878
+ assetSchema,
4879
+ bookCreationRequestSchema,
4880
+ bookSizes,
4881
+ cancelledMessage,
4882
+ canvasSchema,
4883
+ coverTypes,
4852
4884
  designOptionsSchema,
4853
4885
  designOptionsServerSchema,
4886
+ embellishmentLevels,
4887
+ imageAssignmentSchema,
4888
+ imageDensities,
4854
4889
  imageDensityOptionSchema,
4855
4890
  imageDensityOptionServerSchema,
4856
4891
  imageDensityOptionsSchema,
4857
4892
  imageDensityOptionsServerSchema,
4858
- imageServerSchema
4893
+ imageFilteringLevels,
4894
+ imageServerSchema,
4895
+ isDesignRequestSubmitted,
4896
+ magicShopBookSchema,
4897
+ occasions,
4898
+ pageSchema,
4899
+ pageTypes,
4900
+ photoMetadataSchema,
4901
+ photoStripSchema,
4902
+ positionSchema,
4903
+ propertySchema,
4904
+ reportingDataSchema,
4905
+ states,
4906
+ statesToCloseWS,
4907
+ statesToReport,
4908
+ styles,
4909
+ textStickerLevels,
4910
+ timeoutMessage
4859
4911
  });
4860
4912
  //# sourceMappingURL=index.cjs.map