@wix/auto_sdk_data-extension-schema_schemas 1.0.52 → 1.0.53

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.
@@ -286,6 +286,12 @@ function resolveWixInfraDataextensionsV1DataExtensionSchemaServiceUrl(opts) {
286
286
  srcPath: "/schema-service",
287
287
  destPath: ""
288
288
  }
289
+ ],
290
+ "*.dev.wix-code.com": [
291
+ {
292
+ srcPath: "/schema-service",
293
+ destPath: ""
294
+ }
289
295
  ]
290
296
  };
291
297
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));