@wix/auto_sdk_ecom_delivery-profile 1.0.139 → 1.0.141

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.
@@ -1724,6 +1724,8 @@ interface DeliveryProfileCreatedEnvelope {
1724
1724
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
1725
1725
  * @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
1726
1726
  * @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
1727
+ * @permissionScope Manage Restaurants - all permissions
1728
+ * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
1727
1729
  * @permissionScope Manage eCommerce - all permissions
1728
1730
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
1729
1731
  * @permissionId ECOM.DELIVERY_PROFILE_READ
@@ -1745,6 +1747,8 @@ interface DeliveryProfileDeletedEnvelope {
1745
1747
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
1746
1748
  * @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
1747
1749
  * @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
1750
+ * @permissionScope Manage Restaurants - all permissions
1751
+ * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
1748
1752
  * @permissionScope Manage eCommerce - all permissions
1749
1753
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
1750
1754
  * @permissionId ECOM.DELIVERY_PROFILE_READ
@@ -1766,6 +1770,8 @@ interface DeliveryProfileRegionAddedEnvelope {
1766
1770
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
1767
1771
  * @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
1768
1772
  * @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
1773
+ * @permissionScope Manage Restaurants - all permissions
1774
+ * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
1769
1775
  * @permissionScope Manage eCommerce - all permissions
1770
1776
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
1771
1777
  * @permissionId ECOM.DELIVERY_PROFILE_READ
@@ -1787,6 +1793,8 @@ interface DeliveryProfileRegionRemovedEnvelope {
1787
1793
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
1788
1794
  * @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
1789
1795
  * @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
1796
+ * @permissionScope Manage Restaurants - all permissions
1797
+ * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
1790
1798
  * @permissionScope Manage eCommerce - all permissions
1791
1799
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
1792
1800
  * @permissionId ECOM.DELIVERY_PROFILE_READ
@@ -1808,6 +1816,8 @@ interface DeliveryProfileRegionUpdatedEnvelope {
1808
1816
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
1809
1817
  * @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
1810
1818
  * @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
1819
+ * @permissionScope Manage Restaurants - all permissions
1820
+ * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
1811
1821
  * @permissionScope Manage eCommerce - all permissions
1812
1822
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
1813
1823
  * @permissionId ECOM.DELIVERY_PROFILE_READ
@@ -1831,6 +1841,8 @@ interface DeliveryProfileUpdatedEnvelope {
1831
1841
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
1832
1842
  * @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
1833
1843
  * @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
1844
+ * @permissionScope Manage Restaurants - all permissions
1845
+ * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
1834
1846
  * @permissionScope Manage eCommerce - all permissions
1835
1847
  * @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
1836
1848
  * @permissionId ECOM.DELIVERY_PROFILE_READ
@@ -1975,7 +1987,7 @@ declare function deleteDeliveryProfile(deliveryProfileId: string): Promise<void>
1975
1987
  /**
1976
1988
  * Retrieves a list of DeliveryProfiles, given the provided [paging, filtering, and sorting][1].
1977
1989
  *
1978
- * Up to 1,000 DeliveryProfiles can be returned per request.
1990
+ * Up to 100 DeliveryProfiles can be returned per request.
1979
1991
  *
1980
1992
  * To learn how to query DeliveryProfiles, see [API Query Language][2].
1981
1993
  *
@@ -63,7 +63,50 @@ 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 = {};
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
+ };
67
110
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
68
111
  }
69
112
  var PACKAGE_NAME = "@wix/auto_sdk_ecom_delivery-profile";