@wix/auto_sdk_ecom_delivery-profile 1.0.219 → 1.0.221

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.
@@ -1742,8 +1742,6 @@ interface DeliveryProfileCreatedEnvelope {
1742
1742
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
1743
1743
  * @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
1744
1744
  * @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
1745
- * @permissionScope Manage Restaurants - all permissions
1746
- * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
1747
1745
  * @permissionScope Manage eCommerce - all permissions
1748
1746
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
1749
1747
  * @permissionId ECOM.DELIVERY_PROFILE_READ
@@ -1765,8 +1763,6 @@ interface DeliveryProfileDeletedEnvelope {
1765
1763
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
1766
1764
  * @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
1767
1765
  * @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
1768
- * @permissionScope Manage Restaurants - all permissions
1769
- * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
1770
1766
  * @permissionScope Manage eCommerce - all permissions
1771
1767
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
1772
1768
  * @permissionId ECOM.DELIVERY_PROFILE_READ
@@ -1788,8 +1784,6 @@ interface DeliveryProfileRegionAddedEnvelope {
1788
1784
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
1789
1785
  * @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
1790
1786
  * @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
1791
- * @permissionScope Manage Restaurants - all permissions
1792
- * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
1793
1787
  * @permissionScope Manage eCommerce - all permissions
1794
1788
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
1795
1789
  * @permissionId ECOM.DELIVERY_PROFILE_READ
@@ -1811,8 +1805,6 @@ interface DeliveryProfileRegionRemovedEnvelope {
1811
1805
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
1812
1806
  * @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
1813
1807
  * @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
1814
- * @permissionScope Manage Restaurants - all permissions
1815
- * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
1816
1808
  * @permissionScope Manage eCommerce - all permissions
1817
1809
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
1818
1810
  * @permissionId ECOM.DELIVERY_PROFILE_READ
@@ -1834,8 +1826,6 @@ interface DeliveryProfileRegionUpdatedEnvelope {
1834
1826
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
1835
1827
  * @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
1836
1828
  * @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
1837
- * @permissionScope Manage Restaurants - all permissions
1838
- * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
1839
1829
  * @permissionScope Manage eCommerce - all permissions
1840
1830
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
1841
1831
  * @permissionId ECOM.DELIVERY_PROFILE_READ
@@ -1859,8 +1849,6 @@ interface DeliveryProfileUpdatedEnvelope {
1859
1849
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
1860
1850
  * @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
1861
1851
  * @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
1862
- * @permissionScope Manage Restaurants - all permissions
1863
- * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
1864
1852
  * @permissionScope Manage eCommerce - all permissions
1865
1853
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
1866
1854
  * @permissionId ECOM.DELIVERY_PROFILE_READ
@@ -63,50 +63,7 @@ var import_field_mask = require("@wix/sdk-runtime/transformations/field-mask");
63
63
  var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
64
64
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
65
65
  function resolveWixEcomDeliveryprofileV1DeliveryProfilesUrl(opts) {
66
- const domainToMappings = {
67
- "manage._base_domain_": [
68
- {
69
- srcPath: "/ecom/v1/delivery-profiles",
70
- destPath: "/v1/delivery-profiles"
71
- }
72
- ],
73
- "api._api_base_domain_": [
74
- {
75
- srcPath: "/delivery-profiles-service",
76
- destPath: ""
77
- }
78
- ],
79
- "www.wixapis.com": [
80
- {
81
- srcPath: "/ecom/v1/delivery-profiles",
82
- destPath: "/v1/delivery-profiles"
83
- },
84
- {
85
- srcPath: "/ecom/v1/delivery-profiles/update-carrier-settings",
86
- destPath: "/v1/delivery-carriers/update-settings"
87
- }
88
- ],
89
- "*.dev.wix-code.com": [
90
- {
91
- srcPath: "/ecom/v1/delivery-profiles",
92
- destPath: "/v1/delivery-profiles"
93
- },
94
- {
95
- srcPath: "/ecom/v1/delivery-profiles/update-carrier-settings",
96
- destPath: "/v1/delivery-carriers/update-settings"
97
- }
98
- ],
99
- _: [
100
- {
101
- srcPath: "/ecom/v1/delivery-profiles",
102
- destPath: "/v1/delivery-profiles"
103
- },
104
- {
105
- srcPath: "/ecom/v1/delivery-profiles/update-carrier-settings",
106
- destPath: "/v1/delivery-carriers/update-settings"
107
- }
108
- ]
109
- };
66
+ const domainToMappings = {};
110
67
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
111
68
  }
112
69
  var PACKAGE_NAME = "@wix/auto_sdk_ecom_delivery-profile";