@rebuy/rebuy 2.19.0 → 2.19.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.
package/dist/index.js CHANGED
@@ -1242,7 +1242,7 @@ var ShopConfig = import_v43.z.object({
1242
1242
  enabled: import_v43.z.boolean()
1243
1243
  }),
1244
1244
  monetize: import_v43.z.object({
1245
- publisherKey: import_v43.z.string()
1245
+ publisherKey: import_v43.z.string().nullable()
1246
1246
  }).nullish(),
1247
1247
  moneyFormat: import_v43.z.string(),
1248
1248
  myshopifyDomain: import_v43.z.string(),