@wix/auto_sdk_ecom_delivery-profile 1.0.411 → 1.0.413
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.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +14 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +14 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +14 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -1
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +14 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1420,7 +1420,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
1420
1420
|
/** If present, indicates the action that triggered the event. */
|
|
1421
1421
|
originatedFrom?: string | null;
|
|
1422
1422
|
/**
|
|
1423
|
-
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01
|
|
1423
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at `16:00` and then again at `16:01`, the second update will always have a higher sequence number.
|
|
1424
1424
|
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
1425
1425
|
*/
|
|
1426
1426
|
entityEventSequence?: string | null;
|
|
@@ -1757,7 +1757,7 @@ interface EventMetadata extends BaseEventMetadata {
|
|
|
1757
1757
|
/** If present, indicates the action that triggered the event. */
|
|
1758
1758
|
originatedFrom?: string | null;
|
|
1759
1759
|
/**
|
|
1760
|
-
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01
|
|
1760
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at `16:00` and then again at `16:01`, the second update will always have a higher sequence number.
|
|
1761
1761
|
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
1762
1762
|
*/
|
|
1763
1763
|
entityEventSequence?: string | null;
|
|
@@ -1787,6 +1787,8 @@ interface DeliveryProfileCreatedEnvelope {
|
|
|
1787
1787
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1788
1788
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1789
1789
|
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1790
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1791
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1790
1792
|
* @permissionScope Manage eCommerce - all permissions
|
|
1791
1793
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
|
|
1792
1794
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|
|
@@ -1812,6 +1814,8 @@ interface DeliveryProfileDeletedEnvelope {
|
|
|
1812
1814
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1813
1815
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1814
1816
|
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1817
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1818
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1815
1819
|
* @permissionScope Manage eCommerce - all permissions
|
|
1816
1820
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
|
|
1817
1821
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|
|
@@ -1837,6 +1841,8 @@ interface DeliveryProfileRegionAddedEnvelope {
|
|
|
1837
1841
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1838
1842
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1839
1843
|
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1844
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1845
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1840
1846
|
* @permissionScope Manage eCommerce - all permissions
|
|
1841
1847
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
|
|
1842
1848
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|
|
@@ -1862,6 +1868,8 @@ interface DeliveryProfileRegionRemovedEnvelope {
|
|
|
1862
1868
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1863
1869
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1864
1870
|
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1871
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1872
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1865
1873
|
* @permissionScope Manage eCommerce - all permissions
|
|
1866
1874
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
|
|
1867
1875
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|
|
@@ -1887,6 +1895,8 @@ interface DeliveryProfileRegionUpdatedEnvelope {
|
|
|
1887
1895
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1888
1896
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1889
1897
|
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1898
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1899
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1890
1900
|
* @permissionScope Manage eCommerce - all permissions
|
|
1891
1901
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
|
|
1892
1902
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|
|
@@ -1914,6 +1924,8 @@ interface DeliveryProfileUpdatedEnvelope {
|
|
|
1914
1924
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1915
1925
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1916
1926
|
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1927
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1928
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1917
1929
|
* @permissionScope Manage eCommerce - all permissions
|
|
1918
1930
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
|
|
1919
1931
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|