@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/api.d.ts.map +1 -1
- package/dist/client.js +2 -1
- package/dist/client.js.map +2 -2
- package/dist/client.mjs +2 -1
- package/dist/client.mjs.map +2 -2
- package/dist/index.js +3 -2
- package/dist/index.js.map +2 -2
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +2 -2
- package/dist/schema/shop-config.js +1 -1
- package/dist/schema/shop-config.js.map +2 -2
- package/dist/schema/shop-config.mjs +1 -1
- package/dist/schema/shop-config.mjs.map +2 -2
- package/dist/schema/shopConfig.d.ts +1 -1
- package/dist/schema/user-config.js +1 -1
- package/dist/schema/user-config.js.map +2 -2
- package/dist/schema/user-config.mjs +1 -1
- package/dist/schema/user-config.mjs.map +2 -2
- package/dist/schema/userConfig.d.ts +1 -1
- package/package.json +1 -1
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(),
|