@wix/auto_sdk_email-marketing_campaigns 1.0.57 → 1.0.58
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
|
@@ -1521,6 +1521,8 @@ interface CampaignDistributedEnvelope {
|
|
|
1521
1521
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1522
1522
|
* @permissionScope Access Verticals by Automations
|
|
1523
1523
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1524
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1525
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1524
1526
|
* @permissionScope Set Up Automations
|
|
1525
1527
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1526
1528
|
* @permissionScope Read Email Marketing
|
|
@@ -1544,6 +1546,8 @@ interface CampaignPausedEnvelope {
|
|
|
1544
1546
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1545
1547
|
* @permissionScope Access Verticals by Automations
|
|
1546
1548
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1549
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1550
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1547
1551
|
* @permissionScope Set Up Automations
|
|
1548
1552
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1549
1553
|
* @permissionScope Read Email Marketing
|
|
@@ -1567,6 +1571,8 @@ interface CampaignPublishedEnvelope {
|
|
|
1567
1571
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1568
1572
|
* @permissionScope Access Verticals by Automations
|
|
1569
1573
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1574
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1575
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1570
1576
|
* @permissionScope Set Up Automations
|
|
1571
1577
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1572
1578
|
* @permissionScope Read Email Marketing
|
|
@@ -1590,6 +1596,8 @@ interface CampaignRejectedEnvelope {
|
|
|
1590
1596
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1591
1597
|
* @permissionScope Access Verticals by Automations
|
|
1592
1598
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1599
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1600
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1593
1601
|
* @permissionScope Set Up Automations
|
|
1594
1602
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1595
1603
|
* @permissionScope Read Email Marketing
|
|
@@ -1613,6 +1621,8 @@ interface CampaignScheduledEnvelope {
|
|
|
1613
1621
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1614
1622
|
* @permissionScope Access Verticals by Automations
|
|
1615
1623
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1624
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1625
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1616
1626
|
* @permissionScope Set Up Automations
|
|
1617
1627
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1618
1628
|
* @permissionScope Read Email Marketing
|
|
@@ -1636,6 +1646,8 @@ interface CampaignTerminatedEnvelope {
|
|
|
1636
1646
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1637
1647
|
* @permissionScope Access Verticals by Automations
|
|
1638
1648
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1649
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1650
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1639
1651
|
* @permissionScope Set Up Automations
|
|
1640
1652
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1641
1653
|
* @permissionScope Read Email Marketing
|
|
@@ -1659,6 +1671,8 @@ interface CampaignCreatedEnvelope {
|
|
|
1659
1671
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1660
1672
|
* @permissionScope Access Verticals by Automations
|
|
1661
1673
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1674
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1675
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1662
1676
|
* @permissionScope Set Up Automations
|
|
1663
1677
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1664
1678
|
* @permissionScope Read Email Marketing
|
|
@@ -1681,6 +1695,8 @@ interface CampaignDeletedEnvelope {
|
|
|
1681
1695
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1682
1696
|
* @permissionScope Access Verticals by Automations
|
|
1683
1697
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1698
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1699
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1684
1700
|
* @permissionScope Set Up Automations
|
|
1685
1701
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1686
1702
|
* @permissionScope Read Email Marketing
|
|
@@ -1704,6 +1720,8 @@ interface CampaignEmailActivityUpdatedEnvelope {
|
|
|
1704
1720
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1705
1721
|
* @permissionScope Access Verticals by Automations
|
|
1706
1722
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1723
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1724
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1707
1725
|
* @permissionScope Set Up Automations
|
|
1708
1726
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1709
1727
|
* @permissionScope Read Email Marketing
|