@wix/auto_sdk_data-extension-schema_schemas 1.0.52 → 1.0.54

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.
@@ -295,6 +295,12 @@ function resolveWixInfraDataextensionsV1DataExtensionSchemaServiceUrl(opts) {
295
295
  srcPath: "/schema-service",
296
296
  destPath: ""
297
297
  }
298
+ ],
299
+ "*.dev.wix-code.com": [
300
+ {
301
+ srcPath: "/schema-service",
302
+ destPath: ""
303
+ }
298
304
  ]
299
305
  };
300
306
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));