@wix/auto_sdk_email-marketing_campaigns 1.0.82 → 1.0.83
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 +18 -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 +18 -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 +18 -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 +18 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1551,6 +1551,8 @@ interface CampaignDistributedEnvelope {
|
|
|
1551
1551
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1552
1552
|
* @permissionScope Access Verticals by Automations
|
|
1553
1553
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1554
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1555
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1554
1556
|
* @permissionScope Set Up Automations
|
|
1555
1557
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1556
1558
|
* @permissionScope Read Email Marketing
|
|
@@ -1574,6 +1576,8 @@ interface CampaignPausedEnvelope {
|
|
|
1574
1576
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1575
1577
|
* @permissionScope Access Verticals by Automations
|
|
1576
1578
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1579
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1580
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1577
1581
|
* @permissionScope Set Up Automations
|
|
1578
1582
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1579
1583
|
* @permissionScope Read Email Marketing
|
|
@@ -1597,6 +1601,8 @@ interface CampaignPublishedEnvelope {
|
|
|
1597
1601
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1598
1602
|
* @permissionScope Access Verticals by Automations
|
|
1599
1603
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1604
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1605
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1600
1606
|
* @permissionScope Set Up Automations
|
|
1601
1607
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1602
1608
|
* @permissionScope Read Email Marketing
|
|
@@ -1620,6 +1626,8 @@ interface CampaignRejectedEnvelope {
|
|
|
1620
1626
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1621
1627
|
* @permissionScope Access Verticals by Automations
|
|
1622
1628
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1629
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1630
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1623
1631
|
* @permissionScope Set Up Automations
|
|
1624
1632
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1625
1633
|
* @permissionScope Read Email Marketing
|
|
@@ -1643,6 +1651,8 @@ interface CampaignScheduledEnvelope {
|
|
|
1643
1651
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1644
1652
|
* @permissionScope Access Verticals by Automations
|
|
1645
1653
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1654
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1655
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1646
1656
|
* @permissionScope Set Up Automations
|
|
1647
1657
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1648
1658
|
* @permissionScope Read Email Marketing
|
|
@@ -1666,6 +1676,8 @@ interface CampaignTerminatedEnvelope {
|
|
|
1666
1676
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1667
1677
|
* @permissionScope Access Verticals by Automations
|
|
1668
1678
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1679
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1680
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1669
1681
|
* @permissionScope Set Up Automations
|
|
1670
1682
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1671
1683
|
* @permissionScope Read Email Marketing
|
|
@@ -1689,6 +1701,8 @@ interface CampaignCreatedEnvelope {
|
|
|
1689
1701
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1690
1702
|
* @permissionScope Access Verticals by Automations
|
|
1691
1703
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1704
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1705
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1692
1706
|
* @permissionScope Set Up Automations
|
|
1693
1707
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1694
1708
|
* @permissionScope Read Email Marketing
|
|
@@ -1711,6 +1725,8 @@ interface CampaignDeletedEnvelope {
|
|
|
1711
1725
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1712
1726
|
* @permissionScope Access Verticals by Automations
|
|
1713
1727
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1728
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1729
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1714
1730
|
* @permissionScope Set Up Automations
|
|
1715
1731
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1716
1732
|
* @permissionScope Read Email Marketing
|
|
@@ -1734,6 +1750,8 @@ interface CampaignEmailActivityUpdatedEnvelope {
|
|
|
1734
1750
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1735
1751
|
* @permissionScope Access Verticals by Automations
|
|
1736
1752
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1753
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1754
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1737
1755
|
* @permissionScope Set Up Automations
|
|
1738
1756
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1739
1757
|
* @permissionScope Read Email Marketing
|