@wix/auto_sdk_email-marketing_campaigns 1.0.72 → 1.0.74
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.d.ts +1 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +5 -23
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +5 -5
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +5 -23
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +5 -5
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +5 -23
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +5 -5
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +5 -23
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +5 -5
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1268,19 +1268,19 @@ declare enum WebhookIdentityType {
|
|
|
1268
1268
|
}
|
|
1269
1269
|
/** @enumType */
|
|
1270
1270
|
type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
1271
|
-
interface
|
|
1271
|
+
interface AccountInfo {
|
|
1272
1272
|
/**
|
|
1273
|
-
* ID of the account.
|
|
1273
|
+
* ID of the Wix account associated with the event.
|
|
1274
1274
|
* @format GUID
|
|
1275
1275
|
*/
|
|
1276
1276
|
accountId?: string | null;
|
|
1277
1277
|
/**
|
|
1278
|
-
* ID of the parent account.
|
|
1278
|
+
* ID of the parent Wix account. Only included when accountId belongs to a child account.
|
|
1279
1279
|
* @format GUID
|
|
1280
1280
|
*/
|
|
1281
1281
|
parentAccountId?: string | null;
|
|
1282
1282
|
/**
|
|
1283
|
-
* ID of the site
|
|
1283
|
+
* ID of the Wix site associated with the event. Only included when the event is tied to a specific site.
|
|
1284
1284
|
* @format GUID
|
|
1285
1285
|
*/
|
|
1286
1286
|
siteId?: string | null;
|
|
@@ -1538,8 +1538,6 @@ 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
|
|
1543
1541
|
* @permissionScope Set Up Automations
|
|
1544
1542
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1545
1543
|
* @permissionScope Read Email Marketing
|
|
@@ -1563,8 +1561,6 @@ interface CampaignPausedEnvelope {
|
|
|
1563
1561
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1564
1562
|
* @permissionScope Access Verticals by Automations
|
|
1565
1563
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1566
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
1567
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1568
1564
|
* @permissionScope Set Up Automations
|
|
1569
1565
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1570
1566
|
* @permissionScope Read Email Marketing
|
|
@@ -1588,8 +1584,6 @@ interface CampaignPublishedEnvelope {
|
|
|
1588
1584
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1589
1585
|
* @permissionScope Access Verticals by Automations
|
|
1590
1586
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1591
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
1592
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1593
1587
|
* @permissionScope Set Up Automations
|
|
1594
1588
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1595
1589
|
* @permissionScope Read Email Marketing
|
|
@@ -1613,8 +1607,6 @@ interface CampaignRejectedEnvelope {
|
|
|
1613
1607
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1614
1608
|
* @permissionScope Access Verticals by Automations
|
|
1615
1609
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1616
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
1617
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1618
1610
|
* @permissionScope Set Up Automations
|
|
1619
1611
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1620
1612
|
* @permissionScope Read Email Marketing
|
|
@@ -1638,8 +1630,6 @@ interface CampaignScheduledEnvelope {
|
|
|
1638
1630
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1639
1631
|
* @permissionScope Access Verticals by Automations
|
|
1640
1632
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1641
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
1642
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1643
1633
|
* @permissionScope Set Up Automations
|
|
1644
1634
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1645
1635
|
* @permissionScope Read Email Marketing
|
|
@@ -1663,8 +1653,6 @@ interface CampaignTerminatedEnvelope {
|
|
|
1663
1653
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1664
1654
|
* @permissionScope Access Verticals by Automations
|
|
1665
1655
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1666
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
1667
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1668
1656
|
* @permissionScope Set Up Automations
|
|
1669
1657
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1670
1658
|
* @permissionScope Read Email Marketing
|
|
@@ -1688,8 +1676,6 @@ interface CampaignCreatedEnvelope {
|
|
|
1688
1676
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1689
1677
|
* @permissionScope Access Verticals by Automations
|
|
1690
1678
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1691
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
1692
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1693
1679
|
* @permissionScope Set Up Automations
|
|
1694
1680
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1695
1681
|
* @permissionScope Read Email Marketing
|
|
@@ -1712,8 +1698,6 @@ interface CampaignDeletedEnvelope {
|
|
|
1712
1698
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1713
1699
|
* @permissionScope Access Verticals by Automations
|
|
1714
1700
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1715
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
1716
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1717
1701
|
* @permissionScope Set Up Automations
|
|
1718
1702
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1719
1703
|
* @permissionScope Read Email Marketing
|
|
@@ -1737,8 +1721,6 @@ interface CampaignEmailActivityUpdatedEnvelope {
|
|
|
1737
1721
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1738
1722
|
* @permissionScope Access Verticals by Automations
|
|
1739
1723
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1740
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
1741
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1742
1724
|
* @permissionScope Set Up Automations
|
|
1743
1725
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1744
1726
|
* @permissionScope Read Email Marketing
|
|
@@ -1967,4 +1949,4 @@ declare function validateLink(url: string): Promise<NonNullablePaths<ValidateLin
|
|
|
1967
1949
|
*/
|
|
1968
1950
|
declare function validateHtmlLinks(html: string): Promise<NonNullablePaths<ValidateHtmlLinksResponse, `blacklistedLinks`, 2>>;
|
|
1969
1951
|
|
|
1970
|
-
export { type
|
|
1952
|
+
export { type AccountInfo, type ActionEvent, ActivityType, type ActivityTypeWithLiterals, type ArchiveCampaignRequest, type ArchiveCampaignResponse, type Archived, type Attachment, type AutomationTranslatorContent, type BaseEventMetadata, type Campaign, type CampaignAudience, type CampaignCreatedEnvelope, type CampaignDeletedEnvelope, type CampaignDistributedEnvelope, type CampaignEditorType, CampaignEditorTypeEnum, type CampaignEditorTypeEnumWithLiterals, type CampaignEmailActivityUpdatedEnvelope, type CampaignPausedEnvelope, type CampaignPublishedEnvelope, type CampaignRecipientDetails, type CampaignRejectedEnvelope, type CampaignScheduledEnvelope, CampaignSendingStateEnum, type CampaignSendingStateEnumWithLiterals, type CampaignStatistics, type CampaignStatisticsContainer, CampaignStatusEnum, type CampaignStatusEnumWithLiterals, type CampaignTerminatedEnvelope, CampaignTypeEnum, type CampaignTypeEnumWithLiterals, CampaignVisibilityStatusEnum, type CampaignVisibilityStatusEnumWithLiterals, type Click, type Composer, type Contact, type CountCampaignsRequest, type CountCampaignsResponse, type CreateCampaignRequest, type CreateCampaignResponse, type CreateFromTemplateRequest, type CreateFromTemplateResponse, type CreateFromUserTemplateRequest, type CreateFromUserTemplateResponse, type CreateUserTemplateRequest, type CreateUserTemplateResponse, type CursorPaging, type Cursors, type DateTime, type Decimal, type DefaultValues, type DeleteCampaignRequest, type DeleteCampaignResponse, type Distributed, type DistributionStatistics, type DomainEvent, type DomainEventBodyOneOf, type EmailActivityUpdated, type EmailActivityUpdatedEventTypeOneOf, type EmailDistributionOptions, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, Enum, type EnumWithLiterals, type EstimateAudienceSizeRequest, type EstimateAudienceSizeResponse, type EstimateFilterSizeRequest, type EstimateFilterSizeResponse, type EventMetadata, type GetAudienceRequest, type GetAudienceResponse, type GetAutomationTranslatorContentRequest, type GetAutomationTranslatorContentResponse, type GetCampaignMappingRequest, type GetCampaignMappingResponse, type GetCampaignOptions, type GetCampaignRequest, type GetCampaignResponse, type GetComposerRequest, type GetComposerResponse, type GetDefaultComponentsRequest, type GetDefaultComponentsResponse, type GetLabelsRequest, type GetLabelsResponse, type GetPlaceholderKeysRequest, type GetPlaceholderKeysResponse, type GetUsedPlaceholderKeysRequest, type GetUsedPlaceholderKeysResponse, type HardBounce, type Html, type IdentificationData, type IdentificationDataIdOneOf, type IdentifySenderAddressRequest, type IdentifySenderAddressResponse, type Integer, type Label, type LandingPageStatistics, type ListCampaignsOptions, type ListCampaignsRequest, type ListCampaignsResponse, type ListRecipientsOptions, type ListRecipientsRequest, type ListRecipientsResponse, type ListStatisticsRequest, type ListStatisticsResponse, type LookupCampaignMappingRequest, type LookupCampaignMappingResponse, type Map, type MessageEnvelope, type Money, type Open, type Paging, type PagingMetadataV2, type PauseSchedulingRequest, type PauseSchedulingResponse, type Paused, type PlaceholderContent, type PlaceholderContentEnum, type PlaceholderContentValueOneOf, type PlainText, type PreviewCampaignRequest, type PreviewCampaignResponse, type PublishCampaignApplicationErrors, type PublishCampaignOptions, type PublishCampaignRequest, type PublishCampaignResponse, type Published, type PublishingData, RecipientsActivityEnum, type RecipientsActivityEnumWithLiterals, type ReconcileContactRequest, type ReconcileContactResponse, type Rejected, type RejectionData, RejectionReasonEnum, type RejectionReasonEnumWithLiterals, type RescheduleRequest, type RescheduleResponse, type ResendToNonOpenersRequest, type ResendToNonOpenersResponse, type RestoreInfo, type ReuseCampaignRequest, type ReuseCampaignResponse, type Scheduled, type SearchContactsRequest, type SearchContactsResponse, type SendTestBulkRequest, type SendTestBulkResponse, type SendTestOptions, type SendTestRequest, type SendTestResponse, type SoftBounce, type SubscribeFromLandingPageRequest, type SubscribeFromLandingPageResponse, type Terminated, type TotalStatistics, type UnarchiveCampaignRequest, type UnarchiveCampaignResponse, type Unarchived, type UpdateComposerRequest, type UpdateComposerResponse, type UpdateTitleRequest, type UpdateTitleResponse, type UpsertAutomationTranslatorContentRequest, type UpsertAutomationTranslatorContentResponse, type UpsertTranslationRequest, type UpsertTranslationResponse, type ValidateHtmlLinksRequest, type ValidateHtmlLinksResponse, type ValidateLinkRequest, type ValidateLinkResponse, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, type _Array, deleteCampaign, getAudience, getCampaign, identifySenderAddress, listCampaigns, listRecipients, listStatistics, onCampaignCreated, onCampaignDeleted, onCampaignDistributedEvent, onCampaignEmailActivityUpdated, onCampaignPausedEvent, onCampaignPublishedEvent, onCampaignRejectedEvent, onCampaignScheduledEvent, onCampaignTerminatedEvent, pauseScheduling, publishCampaign, reschedule, reuseCampaign, sendTest, validateHtmlLinks, validateLink };
|