@wix/auto_sdk_ecom_delivery-profile 1.0.412 → 1.0.414
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 +2 -14
- 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 +2 -14
- 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 +2 -14
- 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 +2 -14
- 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,8 +1787,6 @@ 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
|
|
1792
1790
|
* @permissionScope Manage eCommerce - all permissions
|
|
1793
1791
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
|
|
1794
1792
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|
|
@@ -1814,8 +1812,6 @@ interface DeliveryProfileDeletedEnvelope {
|
|
|
1814
1812
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1815
1813
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1816
1814
|
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1817
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
1818
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1819
1815
|
* @permissionScope Manage eCommerce - all permissions
|
|
1820
1816
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
|
|
1821
1817
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|
|
@@ -1841,8 +1837,6 @@ interface DeliveryProfileRegionAddedEnvelope {
|
|
|
1841
1837
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1842
1838
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1843
1839
|
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1844
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
1845
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1846
1840
|
* @permissionScope Manage eCommerce - all permissions
|
|
1847
1841
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
|
|
1848
1842
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|
|
@@ -1868,8 +1862,6 @@ interface DeliveryProfileRegionRemovedEnvelope {
|
|
|
1868
1862
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1869
1863
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1870
1864
|
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1871
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
1872
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1873
1865
|
* @permissionScope Manage eCommerce - all permissions
|
|
1874
1866
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
|
|
1875
1867
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|
|
@@ -1895,8 +1887,6 @@ interface DeliveryProfileRegionUpdatedEnvelope {
|
|
|
1895
1887
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1896
1888
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1897
1889
|
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1898
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
1899
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1900
1890
|
* @permissionScope Manage eCommerce - all permissions
|
|
1901
1891
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
|
|
1902
1892
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|
|
@@ -1924,8 +1914,6 @@ interface DeliveryProfileUpdatedEnvelope {
|
|
|
1924
1914
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1925
1915
|
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1926
1916
|
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1927
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
1928
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1929
1917
|
* @permissionScope Manage eCommerce - all permissions
|
|
1930
1918
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.MANAGE-ECOM
|
|
1931
1919
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|