@rebuy/rebuy 2.5.0-rc.4 → 2.5.1

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.
@@ -56,7 +56,7 @@ export declare const ShopConfig: z.ZodObject<{
56
56
  reviewsio: "reviewsio";
57
57
  stamped: "stamped";
58
58
  yotpo: "yotpo";
59
- }>, z.ZodBoolean>;
59
+ }>, z.ZodUnion<readonly [z.ZodBoolean, z.ZodUnknown]>>;
60
60
  markets: z.ZodObject<{
61
61
  enabled: z.ZodBoolean;
62
62
  }, z.core.$strip>;
@@ -56,7 +56,7 @@ export declare const UserConfig: z.ZodObject<{
56
56
  reviewsio: "reviewsio";
57
57
  stamped: "stamped";
58
58
  yotpo: "yotpo";
59
- }>, z.ZodBoolean>;
59
+ }>, z.ZodUnion<readonly [z.ZodBoolean, z.ZodUnknown]>>;
60
60
  markets: z.ZodObject<{
61
61
  enabled: z.ZodBoolean;
62
62
  }, z.core.$strip>;
@@ -77,6 +77,6 @@ export declare const UserConfig: z.ZodObject<{
77
77
  }, z.core.$strip>;
78
78
  smartCart: z.ZodUnknown;
79
79
  smartFlows: z.ZodArray<z.ZodUnknown>;
80
- }, z.core.$strict>;
80
+ }, z.core.$strip>;
81
81
  export type UserConfig = z.infer<typeof UserConfig>;
82
82
  //# sourceMappingURL=userConfig.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"userConfig.d.ts","sourceRoot":"","sources":["../../src/schema/userConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAI3B,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAIrB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC"}
1
+ {"version":3,"file":"userConfig.d.ts","sourceRoot":"","sources":["../../src/schema/userConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAI3B,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAIrB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC"}
@@ -242,11 +242,11 @@ declare const sectionType: z.ZodEnum<{
242
242
  product: "product";
243
243
  variants: "variants";
244
244
  image: "image";
245
+ products: "products";
245
246
  button: "button";
246
247
  dataSource: "dataSource";
247
248
  layout: "layout";
248
249
  offers: "offers";
249
- products: "products";
250
250
  quantity: "quantity";
251
251
  reviews: "reviews";
252
252
  subscription: "subscription";
@@ -257,11 +257,11 @@ export declare const SectionType: {
257
257
  product: "product";
258
258
  variants: "variants";
259
259
  image: "image";
260
+ products: "products";
260
261
  button: "button";
261
262
  dataSource: "dataSource";
262
263
  layout: "layout";
263
264
  offers: "offers";
264
- products: "products";
265
265
  quantity: "quantity";
266
266
  reviews: "reviews";
267
267
  subscription: "subscription";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rebuy/rebuy",
3
3
  "description": "This is the default library for Rebuy",
4
- "version": "2.5.0-rc.4",
4
+ "version": "2.5.1",
5
5
  "license": "MIT",
6
6
  "author": "Rebuy, Inc.",
7
7
  "type": "module",