@wix/auto_sdk_ecom_order-transactions 1.0.85 → 1.0.86
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 +20 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +20 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +20 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +20 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1682,10 +1682,14 @@ interface OrderTransactionsChargebackApprovedEnvelope {
|
|
|
1682
1682
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1683
1683
|
* @permissionScope Read eCommerce - all read permissions
|
|
1684
1684
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1685
|
+
* @permissionScope Manage Events
|
|
1686
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1685
1687
|
* @permissionScope Read Orders
|
|
1686
1688
|
* @permissionScopeId SCOPE.DC-STORES.READ-ORDERS
|
|
1687
1689
|
* @permissionScope Read Stores - all read permissions
|
|
1688
1690
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.READ-STORES
|
|
1691
|
+
* @permissionScope Manage Invoices
|
|
1692
|
+
* @permissionScopeId SCOPE.INVOICES.MANAGE
|
|
1689
1693
|
* @permissionScope Manage Restaurants - all permissions
|
|
1690
1694
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1691
1695
|
* @permissionScope Manage eCommerce - all permissions
|
|
@@ -1710,10 +1714,14 @@ interface OrderTransactionsChargebackReversedEnvelope {
|
|
|
1710
1714
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1711
1715
|
* @permissionScope Read eCommerce - all read permissions
|
|
1712
1716
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1717
|
+
* @permissionScope Manage Events
|
|
1718
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1713
1719
|
* @permissionScope Read Orders
|
|
1714
1720
|
* @permissionScopeId SCOPE.DC-STORES.READ-ORDERS
|
|
1715
1721
|
* @permissionScope Read Stores - all read permissions
|
|
1716
1722
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.READ-STORES
|
|
1723
|
+
* @permissionScope Manage Invoices
|
|
1724
|
+
* @permissionScopeId SCOPE.INVOICES.MANAGE
|
|
1717
1725
|
* @permissionScope Manage Restaurants - all permissions
|
|
1718
1726
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1719
1727
|
* @permissionScope Manage eCommerce - all permissions
|
|
@@ -1741,10 +1749,14 @@ interface OrderTransactionsDetailsUpdatedEnvelope {
|
|
|
1741
1749
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1742
1750
|
* @permissionScope Read eCommerce - all read permissions
|
|
1743
1751
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1752
|
+
* @permissionScope Manage Events
|
|
1753
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1744
1754
|
* @permissionScope Read Orders
|
|
1745
1755
|
* @permissionScopeId SCOPE.DC-STORES.READ-ORDERS
|
|
1746
1756
|
* @permissionScope Read Stores - all read permissions
|
|
1747
1757
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.READ-STORES
|
|
1758
|
+
* @permissionScope Manage Invoices
|
|
1759
|
+
* @permissionScopeId SCOPE.INVOICES.MANAGE
|
|
1748
1760
|
* @permissionScope Manage Restaurants - all permissions
|
|
1749
1761
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1750
1762
|
* @permissionScope Manage eCommerce - all permissions
|
|
@@ -1774,10 +1786,14 @@ interface OrderTransactionsRefundCompletedEnvelope {
|
|
|
1774
1786
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1775
1787
|
* @permissionScope Read eCommerce - all read permissions
|
|
1776
1788
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1789
|
+
* @permissionScope Manage Events
|
|
1790
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1777
1791
|
* @permissionScope Read Orders
|
|
1778
1792
|
* @permissionScopeId SCOPE.DC-STORES.READ-ORDERS
|
|
1779
1793
|
* @permissionScope Read Stores - all read permissions
|
|
1780
1794
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.READ-STORES
|
|
1795
|
+
* @permissionScope Manage Invoices
|
|
1796
|
+
* @permissionScopeId SCOPE.INVOICES.MANAGE
|
|
1781
1797
|
* @permissionScope Manage Restaurants - all permissions
|
|
1782
1798
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1783
1799
|
* @permissionScope Manage eCommerce - all permissions
|
|
@@ -1805,10 +1821,14 @@ interface OrderTransactionsUpdatedEnvelope {
|
|
|
1805
1821
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1806
1822
|
* @permissionScope Read eCommerce - all read permissions
|
|
1807
1823
|
* @permissionScopeId SCOPE.DC-ECOM-MEGA.READ-ECOM
|
|
1824
|
+
* @permissionScope Manage Events
|
|
1825
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1808
1826
|
* @permissionScope Read Orders
|
|
1809
1827
|
* @permissionScopeId SCOPE.DC-STORES.READ-ORDERS
|
|
1810
1828
|
* @permissionScope Read Stores - all read permissions
|
|
1811
1829
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.READ-STORES
|
|
1830
|
+
* @permissionScope Manage Invoices
|
|
1831
|
+
* @permissionScopeId SCOPE.INVOICES.MANAGE
|
|
1812
1832
|
* @permissionScope Manage Restaurants - all permissions
|
|
1813
1833
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1814
1834
|
* @permissionScope Manage eCommerce - all permissions
|