@wix/auto_sdk_data-backend-public-sdk-poc_data 1.0.38 → 1.0.40

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.
@@ -376,6 +376,10 @@ function resolveComWixpressCloudDataApiDataserviceWixDataServiceUrl(opts) {
376
376
  {
377
377
  srcPath: "/data/v1/external-database-connections",
378
378
  destPath: "/v1/external-database-connections"
379
+ },
380
+ {
381
+ srcPath: "/data/v1/data-collection-sharing",
382
+ destPath: "/v1/data-collection-sharing"
379
383
  }
380
384
  ],
381
385
  "www.wixgateway.com": [
@@ -396,6 +400,10 @@ function resolveComWixpressCloudDataApiDataserviceWixDataServiceUrl(opts) {
396
400
  {
397
401
  srcPath: "/_api/cloud-data/v1/external-database-connections",
398
402
  destPath: "/v1/external-database-connections"
403
+ },
404
+ {
405
+ srcPath: "/data/v1/data-collection-sharing",
406
+ destPath: "/v1/data-collection-sharing"
399
407
  }
400
408
  ]
401
409
  };