@rebuy/rebuy 2.19.0 → 2.20.0

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
@@ -507,7 +507,8 @@ var stagingDomains = [
507
507
  "rebuy-regression-qa.myshopify.com",
508
508
  "senator-staging.myshopify.com",
509
509
  "mike-reids-test-store.myshopify.com",
510
- "dash-ext-hoke.myshopify.com"
510
+ "dash-ext-hoke.myshopify.com",
511
+ "rebuy-checkout-e2e-staging.myshopify.com"
511
512
  ];
512
513
  var makeCall = async (key, method, path, data, origin, options = {}) => {
513
514
  const url = `${origin}${path}`;
@@ -1242,7 +1243,7 @@ var ShopConfig = import_v43.z.object({
1242
1243
  enabled: import_v43.z.boolean()
1243
1244
  }),
1244
1245
  monetize: import_v43.z.object({
1245
- publisherKey: import_v43.z.string()
1246
+ publisherKey: import_v43.z.string().nullable()
1246
1247
  }).nullish(),
1247
1248
  moneyFormat: import_v43.z.string(),
1248
1249
  myshopifyDomain: import_v43.z.string(),