@wix/auto_sdk_email-marketing_campaigns 1.0.76 → 1.0.77
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
|
@@ -1538,6 +1538,8 @@ interface CampaignDistributedEnvelope {
|
|
|
1538
1538
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1539
1539
|
* @permissionScope Access Verticals by Automations
|
|
1540
1540
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1541
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1542
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1541
1543
|
* @permissionScope Set Up Automations
|
|
1542
1544
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1543
1545
|
* @permissionScope Read Email Marketing
|
|
@@ -1561,6 +1563,8 @@ interface CampaignPausedEnvelope {
|
|
|
1561
1563
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1562
1564
|
* @permissionScope Access Verticals by Automations
|
|
1563
1565
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1566
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1567
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1564
1568
|
* @permissionScope Set Up Automations
|
|
1565
1569
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1566
1570
|
* @permissionScope Read Email Marketing
|
|
@@ -1584,6 +1588,8 @@ interface CampaignPublishedEnvelope {
|
|
|
1584
1588
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1585
1589
|
* @permissionScope Access Verticals by Automations
|
|
1586
1590
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1591
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1592
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1587
1593
|
* @permissionScope Set Up Automations
|
|
1588
1594
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1589
1595
|
* @permissionScope Read Email Marketing
|
|
@@ -1607,6 +1613,8 @@ interface CampaignRejectedEnvelope {
|
|
|
1607
1613
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1608
1614
|
* @permissionScope Access Verticals by Automations
|
|
1609
1615
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1616
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1617
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1610
1618
|
* @permissionScope Set Up Automations
|
|
1611
1619
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1612
1620
|
* @permissionScope Read Email Marketing
|
|
@@ -1630,6 +1638,8 @@ interface CampaignScheduledEnvelope {
|
|
|
1630
1638
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1631
1639
|
* @permissionScope Access Verticals by Automations
|
|
1632
1640
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1641
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1642
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1633
1643
|
* @permissionScope Set Up Automations
|
|
1634
1644
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1635
1645
|
* @permissionScope Read Email Marketing
|
|
@@ -1653,6 +1663,8 @@ interface CampaignTerminatedEnvelope {
|
|
|
1653
1663
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1654
1664
|
* @permissionScope Access Verticals by Automations
|
|
1655
1665
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1666
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1667
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1656
1668
|
* @permissionScope Set Up Automations
|
|
1657
1669
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1658
1670
|
* @permissionScope Read Email Marketing
|
|
@@ -1676,6 +1688,8 @@ interface CampaignCreatedEnvelope {
|
|
|
1676
1688
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1677
1689
|
* @permissionScope Access Verticals by Automations
|
|
1678
1690
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1691
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1692
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1679
1693
|
* @permissionScope Set Up Automations
|
|
1680
1694
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1681
1695
|
* @permissionScope Read Email Marketing
|
|
@@ -1698,6 +1712,8 @@ interface CampaignDeletedEnvelope {
|
|
|
1698
1712
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1699
1713
|
* @permissionScope Access Verticals by Automations
|
|
1700
1714
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1715
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1716
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1701
1717
|
* @permissionScope Set Up Automations
|
|
1702
1718
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1703
1719
|
* @permissionScope Read Email Marketing
|
|
@@ -1721,6 +1737,8 @@ interface CampaignEmailActivityUpdatedEnvelope {
|
|
|
1721
1737
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1722
1738
|
* @permissionScope Access Verticals by Automations
|
|
1723
1739
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1740
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1741
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1724
1742
|
* @permissionScope Set Up Automations
|
|
1725
1743
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1726
1744
|
* @permissionScope Read Email Marketing
|