@wix/auto_sdk_stores_customizations-v-3 1.0.29 → 1.0.30

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.
@@ -334,7 +334,18 @@ function queryCustomizations(payload) {
334
334
  }
335
335
  ]
336
336
  }
337
- ])
337
+ ]),
338
+ fallback: [
339
+ {
340
+ method: "POST",
341
+ url: resolveWixStoresCatalogCustomizationV3CustomizationServiceUrl({
342
+ protoPath: "/v3/customizations/query",
343
+ data: payload,
344
+ host
345
+ }),
346
+ data: payload
347
+ }
348
+ ]
338
349
  };
339
350
  return metadata;
340
351
  }