@wix/email-marketing 1.0.65 → 1.0.67

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/email-marketing",
3
- "version": "1.0.65",
3
+ "version": "1.0.67",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,9 +18,9 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/email-marketing_account-details": "1.0.18",
22
- "@wix/email-marketing_campaigns": "1.0.22",
23
- "@wix/email-marketing_sender-details": "1.0.21"
21
+ "@wix/email-marketing_account-details": "1.0.20",
22
+ "@wix/email-marketing_campaigns": "1.0.24",
23
+ "@wix/email-marketing_sender-details": "1.0.23"
24
24
  },
25
25
  "devDependencies": {
26
26
  "glob": "^10.4.1",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "scripts": {
32
32
  "build": "tsc -b tsconfig.json tsconfig.esm.json && npm run build:dts-bundles",
33
- "build:dts-bundles": "test -f config/rollup-config.js && rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
33
+ "build:dts-bundles": "test -f config/rollup-config.js && NODE_OPTIONS=--max-old-space-size=8192 rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
34
34
  "test": ":"
35
35
  },
36
36
  "wix": {
@@ -44,5 +44,5 @@
44
44
  "fqdn": ""
45
45
  }
46
46
  },
47
- "falconPackageHash": "2c8f83b487eda41e7504ac33b6f299d949cd3898950386d56b94bf2c"
47
+ "falconPackageHash": "815675a0e287e2b32ad1fb08ef3f79b4383d1b7463a8c6c9f3d44156"
48
48
  }
@@ -203,15 +203,15 @@ interface Campaign {
203
203
  * For published campaigns - the title will be the first line of text.
204
204
  */
205
205
  title?: string | null;
206
- /** URL of first image after the logo. */
206
+ /** URL of the first image after the logo. */
207
207
  firstImageUrl?: string | null;
208
208
  /**
209
- * URL of the landing page snapshot.
210
- * Attention: this field is deprecated and snapshot images will no longer be supported! Use "firstImageUrl" instead.
211
- * This field will soon start to return "firstImageUrl" value too.
212
- * @deprecated URL of the landing page snapshot.
213
- * Attention: this field is deprecated and snapshot images will no longer be supported! Use "firstImageUrl" instead.
214
- * This field will soon start to return "firstImageUrl" value too.
209
+ * Landing page snapshot URL. <br>
210
+ * This field is deprecated and snapshot images are no longer supported. Instead, use the `firstImageUrl` field.
211
+ * The value of this field will soon become the same as the value of the `firstImageUrl` field.
212
+ * @deprecated Landing page snapshot URL. <br>
213
+ * This field is deprecated and snapshot images are no longer supported. Instead, use the `firstImageUrl` field.
214
+ * The value of this field will soon become the same as the value of the `firstImageUrl` field.
215
215
  * @replacedBy firstImageUrl
216
216
  * @targetRemovalDate 2024-12-01
217
217
  */
@@ -508,6 +508,44 @@ interface SubscribeFromLandingPageRequest {
508
508
  interface SubscribeFromLandingPageResponse {
509
509
  contactId?: string;
510
510
  }
511
+ interface UnprocessedTargetEvent {
512
+ /** The target that was not marked as processed */
513
+ target?: Target;
514
+ }
515
+ interface Target {
516
+ /** Unique identifier of the target with pattern `id_tag_value[type]`, for example 'com.wixpress.myproto[wix_proto_bundle_export]`` */
517
+ _id?: string | null;
518
+ /** The unique location of the target in Bazel notation i.e @repo//path/to/target:target_name */
519
+ location?: string | null;
520
+ /** The combined digest of all files within the target */
521
+ combinedDigest?: string | null;
522
+ /** The vcs commit timestamp of the target in milliseconds */
523
+ commitTimestamp?: string | null;
524
+ /** The type of the target */
525
+ type?: TargetType;
526
+ /**
527
+ * The target's id tag value in Bazel, uniquness is not guaranteed
528
+ * i.e for a tag "businessSchemaIndexerId=com.wixpress.myproto" the value is "com.wixpress.myproto"
529
+ */
530
+ idTagValue?: string | null;
531
+ files?: File[];
532
+ }
533
+ declare enum TargetType {
534
+ NONE = "NONE",
535
+ WIX_PROTO_BUNDLE_EXPORT = "WIX_PROTO_BUNDLE_EXPORT",
536
+ WIX_APPENDIX_BUNDLE_EXPORT = "WIX_APPENDIX_BUNDLE_EXPORT",
537
+ WIX_API_REGISTRY_INFO_EXPORT = "WIX_API_REGISTRY_INFO_EXPORT"
538
+ }
539
+ interface File {
540
+ /** The name of the file including path relative to its source repo, i.e src/main/java/com/wixpress/MyClass.java */
541
+ name?: string | null;
542
+ /** The URI of the file */
543
+ uri?: string | null;
544
+ /** The digest of the file */
545
+ digest?: string | null;
546
+ /** The size of the file in bytes */
547
+ sizeInBytes?: string | null;
548
+ }
511
549
  interface GetPlaceholderKeysRequest {
512
550
  /** Campaign ID. */
513
551
  campaignId?: string;
@@ -546,7 +584,7 @@ interface DomainEvent$1 extends DomainEventBodyOneOf$1 {
546
584
  slug?: string;
547
585
  /** ID of the entity associated with the event. */
548
586
  entityId?: string;
549
- /** Event timestamp. */
587
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
550
588
  eventTime?: Date;
551
589
  /**
552
590
  * Whether the event was triggered as a result of a privacy regulation application
@@ -575,7 +613,7 @@ interface DomainEventBodyOneOf$1 {
575
613
  interface EntityCreatedEvent$1 {
576
614
  entity?: string;
577
615
  }
578
- interface RestoreInfo {
616
+ interface RestoreInfo$1 {
579
617
  deletedDate?: Date;
580
618
  }
581
619
  interface EntityUpdatedEvent$1 {
@@ -738,44 +776,6 @@ interface Cursors {
738
776
  /** Cursor pointing to the previous page in the list of results. */
739
777
  prev?: string | null;
740
778
  }
741
- interface UnprocessedTargetEvent {
742
- /** The target that was not marked as processed */
743
- target?: Target;
744
- }
745
- interface Target {
746
- /** Unique identifier of the target with pattern `id_tag_value[type]`, for example 'com.wixpress.myproto[wix_proto_bundle_export]`` */
747
- _id?: string | null;
748
- /** The unique location of the target in Bazel notation i.e @repo//path/to/target:target_name */
749
- location?: string | null;
750
- /** The combined digest of all files within the target */
751
- combinedDigest?: string | null;
752
- /** The vcs commit timestamp of the target in milliseconds */
753
- commitTimestamp?: string | null;
754
- /** The type of the target */
755
- type?: TargetType;
756
- /**
757
- * The target's id tag value in Bazel, uniquness is not guaranteed
758
- * i.e for a tag "businessSchemaIndexerId=com.wixpress.myproto" the value is "com.wixpress.myproto"
759
- */
760
- idTagValue?: string | null;
761
- files?: File[];
762
- }
763
- declare enum TargetType {
764
- NONE = "NONE",
765
- WIX_PROTO_BUNDLE_EXPORT = "WIX_PROTO_BUNDLE_EXPORT",
766
- WIX_APPENDIX_BUNDLE_EXPORT = "WIX_APPENDIX_BUNDLE_EXPORT",
767
- WIX_API_REGISTRY_INFO_EXPORT = "WIX_API_REGISTRY_INFO_EXPORT"
768
- }
769
- interface File {
770
- /** The name of the file including path relative to its source repo, i.e src/main/java/com/wixpress/MyClass.java */
771
- name?: string | null;
772
- /** The URI of the file */
773
- uri?: string | null;
774
- /** The digest of the file */
775
- digest?: string | null;
776
- /** The size of the file in bytes */
777
- sizeInBytes?: string | null;
778
- }
779
779
  interface GetCampaignMappingRequest {
780
780
  /** rule ID in automations */
781
781
  automationRuleId?: string;
@@ -1646,7 +1646,7 @@ interface EventMetadata$1 extends BaseEventMetadata$1 {
1646
1646
  slug?: string;
1647
1647
  /** ID of the entity associated with the event. */
1648
1648
  entityId?: string;
1649
- /** Event timestamp. */
1649
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
1650
1650
  eventTime?: Date;
1651
1651
  /**
1652
1652
  * Whether the event was triggered as a result of a privacy regulation application
@@ -1930,7 +1930,6 @@ type context$1_RescheduleRequest = RescheduleRequest;
1930
1930
  type context$1_RescheduleResponse = RescheduleResponse;
1931
1931
  type context$1_ResendToNonOpenersRequest = ResendToNonOpenersRequest;
1932
1932
  type context$1_ResendToNonOpenersResponse = ResendToNonOpenersResponse;
1933
- type context$1_RestoreInfo = RestoreInfo;
1934
1933
  type context$1_ReuseCampaignRequest = ReuseCampaignRequest;
1935
1934
  type context$1_ReuseCampaignResponse = ReuseCampaignResponse;
1936
1935
  type context$1_ReuseCampaignResponseNonNullableFields = ReuseCampaignResponseNonNullableFields;
@@ -2000,7 +1999,7 @@ declare const context$1_reschedule: typeof reschedule;
2000
1999
  declare const context$1_reuseCampaign: typeof reuseCampaign;
2001
2000
  declare const context$1_sendTest: typeof sendTest;
2002
2001
  declare namespace context$1 {
2003
- export { type context$1_ActionConfiguration as ActionConfiguration, type ActionEvent$1 as ActionEvent, type context$1_ActivationCycle as ActivationCycle, context$1_ActivityType as ActivityType, type context$1_ArchiveCampaignRequest as ArchiveCampaignRequest, type context$1_ArchiveCampaignResponse as ArchiveCampaignResponse, type context$1_Attachment as Attachment, type context$1_AutomationTemplate as AutomationTemplate, type context$1_AutomationTemplateContainer as AutomationTemplateContainer, type context$1_AutomationTemplateEnrichmentData as AutomationTemplateEnrichmentData, type BaseEventMetadata$1 as BaseEventMetadata, type context$1_Campaign as Campaign, type context$1_CampaignArchivedEvent as CampaignArchivedEvent, type context$1_CampaignCreatedEnvelope as CampaignCreatedEnvelope, type context$1_CampaignDeletedEnvelope as CampaignDeletedEnvelope, type context$1_CampaignDistributedEnvelope as CampaignDistributedEnvelope, type context$1_CampaignDistributedEvent as CampaignDistributedEvent, type context$1_CampaignEditorType as CampaignEditorType, context$1_CampaignEditorTypeEnum as CampaignEditorTypeEnum, type context$1_CampaignEmailActivityUpdatedEnvelope as CampaignEmailActivityUpdatedEnvelope, type context$1_CampaignLookupBatchRequest as CampaignLookupBatchRequest, type context$1_CampaignLookupBatchResponse as CampaignLookupBatchResponse, type context$1_CampaignLookupRequest as CampaignLookupRequest, type context$1_CampaignLookupResponse as CampaignLookupResponse, type context$1_CampaignNonNullableFields as CampaignNonNullableFields, type context$1_CampaignPausedEnvelope as CampaignPausedEnvelope, type context$1_CampaignPausedEvent as CampaignPausedEvent, type context$1_CampaignPublishedEnvelope as CampaignPublishedEnvelope, type context$1_CampaignPublishedEvent as CampaignPublishedEvent, type context$1_CampaignRecipientDetails as CampaignRecipientDetails, type context$1_CampaignRejectedEnvelope as CampaignRejectedEnvelope, type context$1_CampaignRejectedEvent as CampaignRejectedEvent, type context$1_CampaignScheduledEnvelope as CampaignScheduledEnvelope, type context$1_CampaignScheduledEvent as CampaignScheduledEvent, context$1_CampaignSendingStateEnum as CampaignSendingStateEnum, type context$1_CampaignStatistics as CampaignStatistics, type context$1_CampaignStatisticsContainer as CampaignStatisticsContainer, context$1_CampaignStatusEnum as CampaignStatusEnum, type context$1_CampaignTerminatedEnvelope as CampaignTerminatedEnvelope, type context$1_CampaignTerminatedEvent as CampaignTerminatedEvent, context$1_CampaignTypeEnum as CampaignTypeEnum, type context$1_CampaignUnarchivedEvent as CampaignUnarchivedEvent, context$1_CampaignVisibilityStatusEnum as CampaignVisibilityStatusEnum, type context$1_Click as Click, type context$1_Composer as Composer, type context$1_ConditionConfiguration as ConditionConfiguration, type context$1_Contact as Contact, type context$1_CountCampaignsRequest as CountCampaignsRequest, type context$1_CountCampaignsResponse as CountCampaignsResponse, type context$1_CreateCampaignRequest as CreateCampaignRequest, type context$1_CreateCampaignResponse as CreateCampaignResponse, type context$1_CreateFromTemplateRequest as CreateFromTemplateRequest, type context$1_CreateFromTemplateResponse as CreateFromTemplateResponse, type context$1_CreateFromUserTemplateRequest as CreateFromUserTemplateRequest, type context$1_CreateFromUserTemplateResponse as CreateFromUserTemplateResponse, type context$1_CreateUserTemplateRequest as CreateUserTemplateRequest, type context$1_CreateUserTemplateResponse as CreateUserTemplateResponse, type context$1_CursorPaging as CursorPaging, type context$1_Cursors as Cursors, type context$1_DateTime as DateTime, type context$1_Decimal as Decimal, type context$1_DefaultValues as DefaultValues, type context$1_DeleteCampaignRequest as DeleteCampaignRequest, type context$1_DeleteCampaignResponse as DeleteCampaignResponse, type context$1_DistributionStatistics as DistributionStatistics, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type context$1_EmailActivityUpdated as EmailActivityUpdated, type context$1_EmailActivityUpdatedEventTypeOneOf as EmailActivityUpdatedEventTypeOneOf, type context$1_EmailDistributionOptions as EmailDistributionOptions, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, context$1_Enum as Enum, type context$1_EstimateAudienceSizeRequest as EstimateAudienceSizeRequest, type context$1_EstimateAudienceSizeResponse as EstimateAudienceSizeResponse, type context$1_EstimateFilterSizeRequest as EstimateFilterSizeRequest, type context$1_EstimateFilterSizeResponse as EstimateFilterSizeResponse, type EventMetadata$1 as EventMetadata, type context$1_File as File, type context$1_GetCampaignMappingRequest as GetCampaignMappingRequest, type context$1_GetCampaignMappingResponse as GetCampaignMappingResponse, type context$1_GetCampaignOptions as GetCampaignOptions, type context$1_GetCampaignRequest as GetCampaignRequest, type context$1_GetCampaignResponse as GetCampaignResponse, type context$1_GetCampaignResponseNonNullableFields as GetCampaignResponseNonNullableFields, type context$1_GetComposerRequest as GetComposerRequest, type context$1_GetComposerResponse as GetComposerResponse, type context$1_GetDefaultComponentsRequest as GetDefaultComponentsRequest, type context$1_GetDefaultComponentsResponse as GetDefaultComponentsResponse, type context$1_GetLabelsRequest as GetLabelsRequest, type context$1_GetLabelsResponse as GetLabelsResponse, type context$1_GetPingCampaignMappingRequest as GetPingCampaignMappingRequest, type context$1_GetPingCampaignMappingResponse as GetPingCampaignMappingResponse, type context$1_GetPlaceholderKeysRequest as GetPlaceholderKeysRequest, type context$1_GetPlaceholderKeysResponse as GetPlaceholderKeysResponse, type context$1_GetUsedPlaceholderKeysRequest as GetUsedPlaceholderKeysRequest, type context$1_GetUsedPlaceholderKeysResponse as GetUsedPlaceholderKeysResponse, type context$1_HardBounce as HardBounce, type context$1_Html as Html, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type context$1_Integer as Integer, type context$1_Label as Label, type context$1_LandingPageStatistics as LandingPageStatistics, type context$1_ListCampaignsOptions as ListCampaignsOptions, type context$1_ListCampaignsRequest as ListCampaignsRequest, type context$1_ListCampaignsResponse as ListCampaignsResponse, type context$1_ListCampaignsResponseNonNullableFields as ListCampaignsResponseNonNullableFields, type context$1_ListRecipientsOptions as ListRecipientsOptions, type context$1_ListRecipientsRequest as ListRecipientsRequest, type context$1_ListRecipientsResponse as ListRecipientsResponse, type context$1_ListRecipientsResponseNonNullableFields as ListRecipientsResponseNonNullableFields, type context$1_ListStatisticsRequest as ListStatisticsRequest, type context$1_ListStatisticsResponse as ListStatisticsResponse, type context$1_ListStatisticsResponseNonNullableFields as ListStatisticsResponseNonNullableFields, type context$1_Map as Map, type MessageEnvelope$1 as MessageEnvelope, type context$1_Money as Money, type context$1_Open as Open, context$1_Operator as Operator, type context$1_Paging as Paging, type context$1_PagingMetadataV2 as PagingMetadataV2, type context$1_PauseSchedulingRequest as PauseSchedulingRequest, type context$1_PauseSchedulingResponse as PauseSchedulingResponse, type context$1_PlaceholderContent as PlaceholderContent, type context$1_PlaceholderContentEnum as PlaceholderContentEnum, type context$1_PlaceholderContentValueOneOf as PlaceholderContentValueOneOf, type context$1_PlainText as PlainText, type context$1_Precondition as Precondition, context$1_PreconditionType as PreconditionType, type context$1_PreviewCampaignRequest as PreviewCampaignRequest, type context$1_PreviewCampaignResponse as PreviewCampaignResponse, type context$1_PublishCampaignOptions as PublishCampaignOptions, type context$1_PublishCampaignRequest as PublishCampaignRequest, type context$1_PublishCampaignResponse as PublishCampaignResponse, type context$1_PublishCampaignResponseNonNullableFields as PublishCampaignResponseNonNullableFields, type context$1_PublishingData as PublishingData, type context$1_Query as Query, type context$1_QueryAppTemplatesRequest as QueryAppTemplatesRequest, type context$1_QueryAppTemplatesResponse as QueryAppTemplatesResponse, type context$1_QueryAutomationTemplatesRequest as QueryAutomationTemplatesRequest, type context$1_QueryAutomationTemplatesResponse as QueryAutomationTemplatesResponse, type context$1_QueryMetadata as QueryMetadata, context$1_RecipientsActivityEnum as RecipientsActivityEnum, type context$1_ReconcileContactRequest as ReconcileContactRequest, type context$1_ReconcileContactResponse as ReconcileContactResponse, type context$1_RejectionData as RejectionData, context$1_RejectionReasonEnum as RejectionReasonEnum, type context$1_RescheduleRequest as RescheduleRequest, type context$1_RescheduleResponse as RescheduleResponse, type context$1_ResendToNonOpenersRequest as ResendToNonOpenersRequest, type context$1_ResendToNonOpenersResponse as ResendToNonOpenersResponse, type context$1_RestoreInfo as RestoreInfo, type context$1_ReuseCampaignRequest as ReuseCampaignRequest, type context$1_ReuseCampaignResponse as ReuseCampaignResponse, type context$1_ReuseCampaignResponseNonNullableFields as ReuseCampaignResponseNonNullableFields, type context$1_RuleConfiguration as RuleConfiguration, type context$1_RuleMetadata as RuleMetadata, context$1_RuleStatus as RuleStatus, type context$1_SearchContactsRequest as SearchContactsRequest, type context$1_SearchContactsResponse as SearchContactsResponse, type context$1_SendTestOptions as SendTestOptions, type context$1_SendTestRequest as SendTestRequest, type context$1_SendTestResponse as SendTestResponse, type context$1_SoftBounce as SoftBounce, context$1_SortOrder as SortOrder, type context$1_Sorting as Sorting, type context$1_SubscribeFromLandingPageRequest as SubscribeFromLandingPageRequest, type context$1_SubscribeFromLandingPageResponse as SubscribeFromLandingPageResponse, type context$1_Target as Target, context$1_TargetType as TargetType, type context$1_TemplateData as TemplateData, context$1_TemplateQueryType as TemplateQueryType, context$1_TemplateState as TemplateState, context$1_TemplateType as TemplateType, type context$1_TotalStatistics as TotalStatistics, type context$1_Translation as Translation, context$1_TranslationState as TranslationState, type context$1_TriggerConfiguration as TriggerConfiguration, type context$1_UnarchiveCampaignRequest as UnarchiveCampaignRequest, type context$1_UnarchiveCampaignResponse as UnarchiveCampaignResponse, type context$1_UnprocessedTargetEvent as UnprocessedTargetEvent, type context$1_UpdateComposerRequest as UpdateComposerRequest, type context$1_UpdateComposerResponse as UpdateComposerResponse, type context$1_UpdateTitleRequest as UpdateTitleRequest, type context$1_UpdateTitleResponse as UpdateTitleResponse, type context$1_UpsertTranslationRequest as UpsertTranslationRequest, type context$1_UpsertTranslationResponse as UpsertTranslationResponse, type context$1_ValidateHtmlLinksRequest as ValidateHtmlLinksRequest, type context$1_ValidateHtmlLinksResponse as ValidateHtmlLinksResponse, type context$1_ValidateLinkRequest as ValidateLinkRequest, type context$1_ValidateLinkResponse as ValidateLinkResponse, context$1_VersionType as VersionType, WebhookIdentityType$1 as WebhookIdentityType, type context$1__Array as _Array, context$1_deleteCampaign as deleteCampaign, context$1_getCampaign as getCampaign, context$1_listCampaigns as listCampaigns, context$1_listRecipients as listRecipients, context$1_listStatistics as listStatistics, context$1_onCampaignCreated as onCampaignCreated, context$1_onCampaignDeleted as onCampaignDeleted, context$1_onCampaignDistributedEvent as onCampaignDistributedEvent, context$1_onCampaignEmailActivityUpdated as onCampaignEmailActivityUpdated, context$1_onCampaignPausedEvent as onCampaignPausedEvent, context$1_onCampaignPublishedEvent as onCampaignPublishedEvent, context$1_onCampaignRejectedEvent as onCampaignRejectedEvent, context$1_onCampaignScheduledEvent as onCampaignScheduledEvent, context$1_onCampaignTerminatedEvent as onCampaignTerminatedEvent, context$1_pauseScheduling as pauseScheduling, context$1_publishCampaign as publishCampaign, context$1_reschedule as reschedule, context$1_reuseCampaign as reuseCampaign, context$1_sendTest as sendTest };
2002
+ export { type context$1_ActionConfiguration as ActionConfiguration, type ActionEvent$1 as ActionEvent, type context$1_ActivationCycle as ActivationCycle, context$1_ActivityType as ActivityType, type context$1_ArchiveCampaignRequest as ArchiveCampaignRequest, type context$1_ArchiveCampaignResponse as ArchiveCampaignResponse, type context$1_Attachment as Attachment, type context$1_AutomationTemplate as AutomationTemplate, type context$1_AutomationTemplateContainer as AutomationTemplateContainer, type context$1_AutomationTemplateEnrichmentData as AutomationTemplateEnrichmentData, type BaseEventMetadata$1 as BaseEventMetadata, type context$1_Campaign as Campaign, type context$1_CampaignArchivedEvent as CampaignArchivedEvent, type context$1_CampaignCreatedEnvelope as CampaignCreatedEnvelope, type context$1_CampaignDeletedEnvelope as CampaignDeletedEnvelope, type context$1_CampaignDistributedEnvelope as CampaignDistributedEnvelope, type context$1_CampaignDistributedEvent as CampaignDistributedEvent, type context$1_CampaignEditorType as CampaignEditorType, context$1_CampaignEditorTypeEnum as CampaignEditorTypeEnum, type context$1_CampaignEmailActivityUpdatedEnvelope as CampaignEmailActivityUpdatedEnvelope, type context$1_CampaignLookupBatchRequest as CampaignLookupBatchRequest, type context$1_CampaignLookupBatchResponse as CampaignLookupBatchResponse, type context$1_CampaignLookupRequest as CampaignLookupRequest, type context$1_CampaignLookupResponse as CampaignLookupResponse, type context$1_CampaignNonNullableFields as CampaignNonNullableFields, type context$1_CampaignPausedEnvelope as CampaignPausedEnvelope, type context$1_CampaignPausedEvent as CampaignPausedEvent, type context$1_CampaignPublishedEnvelope as CampaignPublishedEnvelope, type context$1_CampaignPublishedEvent as CampaignPublishedEvent, type context$1_CampaignRecipientDetails as CampaignRecipientDetails, type context$1_CampaignRejectedEnvelope as CampaignRejectedEnvelope, type context$1_CampaignRejectedEvent as CampaignRejectedEvent, type context$1_CampaignScheduledEnvelope as CampaignScheduledEnvelope, type context$1_CampaignScheduledEvent as CampaignScheduledEvent, context$1_CampaignSendingStateEnum as CampaignSendingStateEnum, type context$1_CampaignStatistics as CampaignStatistics, type context$1_CampaignStatisticsContainer as CampaignStatisticsContainer, context$1_CampaignStatusEnum as CampaignStatusEnum, type context$1_CampaignTerminatedEnvelope as CampaignTerminatedEnvelope, type context$1_CampaignTerminatedEvent as CampaignTerminatedEvent, context$1_CampaignTypeEnum as CampaignTypeEnum, type context$1_CampaignUnarchivedEvent as CampaignUnarchivedEvent, context$1_CampaignVisibilityStatusEnum as CampaignVisibilityStatusEnum, type context$1_Click as Click, type context$1_Composer as Composer, type context$1_ConditionConfiguration as ConditionConfiguration, type context$1_Contact as Contact, type context$1_CountCampaignsRequest as CountCampaignsRequest, type context$1_CountCampaignsResponse as CountCampaignsResponse, type context$1_CreateCampaignRequest as CreateCampaignRequest, type context$1_CreateCampaignResponse as CreateCampaignResponse, type context$1_CreateFromTemplateRequest as CreateFromTemplateRequest, type context$1_CreateFromTemplateResponse as CreateFromTemplateResponse, type context$1_CreateFromUserTemplateRequest as CreateFromUserTemplateRequest, type context$1_CreateFromUserTemplateResponse as CreateFromUserTemplateResponse, type context$1_CreateUserTemplateRequest as CreateUserTemplateRequest, type context$1_CreateUserTemplateResponse as CreateUserTemplateResponse, type context$1_CursorPaging as CursorPaging, type context$1_Cursors as Cursors, type context$1_DateTime as DateTime, type context$1_Decimal as Decimal, type context$1_DefaultValues as DefaultValues, type context$1_DeleteCampaignRequest as DeleteCampaignRequest, type context$1_DeleteCampaignResponse as DeleteCampaignResponse, type context$1_DistributionStatistics as DistributionStatistics, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type context$1_EmailActivityUpdated as EmailActivityUpdated, type context$1_EmailActivityUpdatedEventTypeOneOf as EmailActivityUpdatedEventTypeOneOf, type context$1_EmailDistributionOptions as EmailDistributionOptions, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, context$1_Enum as Enum, type context$1_EstimateAudienceSizeRequest as EstimateAudienceSizeRequest, type context$1_EstimateAudienceSizeResponse as EstimateAudienceSizeResponse, type context$1_EstimateFilterSizeRequest as EstimateFilterSizeRequest, type context$1_EstimateFilterSizeResponse as EstimateFilterSizeResponse, type EventMetadata$1 as EventMetadata, type context$1_File as File, type context$1_GetCampaignMappingRequest as GetCampaignMappingRequest, type context$1_GetCampaignMappingResponse as GetCampaignMappingResponse, type context$1_GetCampaignOptions as GetCampaignOptions, type context$1_GetCampaignRequest as GetCampaignRequest, type context$1_GetCampaignResponse as GetCampaignResponse, type context$1_GetCampaignResponseNonNullableFields as GetCampaignResponseNonNullableFields, type context$1_GetComposerRequest as GetComposerRequest, type context$1_GetComposerResponse as GetComposerResponse, type context$1_GetDefaultComponentsRequest as GetDefaultComponentsRequest, type context$1_GetDefaultComponentsResponse as GetDefaultComponentsResponse, type context$1_GetLabelsRequest as GetLabelsRequest, type context$1_GetLabelsResponse as GetLabelsResponse, type context$1_GetPingCampaignMappingRequest as GetPingCampaignMappingRequest, type context$1_GetPingCampaignMappingResponse as GetPingCampaignMappingResponse, type context$1_GetPlaceholderKeysRequest as GetPlaceholderKeysRequest, type context$1_GetPlaceholderKeysResponse as GetPlaceholderKeysResponse, type context$1_GetUsedPlaceholderKeysRequest as GetUsedPlaceholderKeysRequest, type context$1_GetUsedPlaceholderKeysResponse as GetUsedPlaceholderKeysResponse, type context$1_HardBounce as HardBounce, type context$1_Html as Html, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type context$1_Integer as Integer, type context$1_Label as Label, type context$1_LandingPageStatistics as LandingPageStatistics, type context$1_ListCampaignsOptions as ListCampaignsOptions, type context$1_ListCampaignsRequest as ListCampaignsRequest, type context$1_ListCampaignsResponse as ListCampaignsResponse, type context$1_ListCampaignsResponseNonNullableFields as ListCampaignsResponseNonNullableFields, type context$1_ListRecipientsOptions as ListRecipientsOptions, type context$1_ListRecipientsRequest as ListRecipientsRequest, type context$1_ListRecipientsResponse as ListRecipientsResponse, type context$1_ListRecipientsResponseNonNullableFields as ListRecipientsResponseNonNullableFields, type context$1_ListStatisticsRequest as ListStatisticsRequest, type context$1_ListStatisticsResponse as ListStatisticsResponse, type context$1_ListStatisticsResponseNonNullableFields as ListStatisticsResponseNonNullableFields, type context$1_Map as Map, type MessageEnvelope$1 as MessageEnvelope, type context$1_Money as Money, type context$1_Open as Open, context$1_Operator as Operator, type context$1_Paging as Paging, type context$1_PagingMetadataV2 as PagingMetadataV2, type context$1_PauseSchedulingRequest as PauseSchedulingRequest, type context$1_PauseSchedulingResponse as PauseSchedulingResponse, type context$1_PlaceholderContent as PlaceholderContent, type context$1_PlaceholderContentEnum as PlaceholderContentEnum, type context$1_PlaceholderContentValueOneOf as PlaceholderContentValueOneOf, type context$1_PlainText as PlainText, type context$1_Precondition as Precondition, context$1_PreconditionType as PreconditionType, type context$1_PreviewCampaignRequest as PreviewCampaignRequest, type context$1_PreviewCampaignResponse as PreviewCampaignResponse, type context$1_PublishCampaignOptions as PublishCampaignOptions, type context$1_PublishCampaignRequest as PublishCampaignRequest, type context$1_PublishCampaignResponse as PublishCampaignResponse, type context$1_PublishCampaignResponseNonNullableFields as PublishCampaignResponseNonNullableFields, type context$1_PublishingData as PublishingData, type context$1_Query as Query, type context$1_QueryAppTemplatesRequest as QueryAppTemplatesRequest, type context$1_QueryAppTemplatesResponse as QueryAppTemplatesResponse, type context$1_QueryAutomationTemplatesRequest as QueryAutomationTemplatesRequest, type context$1_QueryAutomationTemplatesResponse as QueryAutomationTemplatesResponse, type context$1_QueryMetadata as QueryMetadata, context$1_RecipientsActivityEnum as RecipientsActivityEnum, type context$1_ReconcileContactRequest as ReconcileContactRequest, type context$1_ReconcileContactResponse as ReconcileContactResponse, type context$1_RejectionData as RejectionData, context$1_RejectionReasonEnum as RejectionReasonEnum, type context$1_RescheduleRequest as RescheduleRequest, type context$1_RescheduleResponse as RescheduleResponse, type context$1_ResendToNonOpenersRequest as ResendToNonOpenersRequest, type context$1_ResendToNonOpenersResponse as ResendToNonOpenersResponse, type RestoreInfo$1 as RestoreInfo, type context$1_ReuseCampaignRequest as ReuseCampaignRequest, type context$1_ReuseCampaignResponse as ReuseCampaignResponse, type context$1_ReuseCampaignResponseNonNullableFields as ReuseCampaignResponseNonNullableFields, type context$1_RuleConfiguration as RuleConfiguration, type context$1_RuleMetadata as RuleMetadata, context$1_RuleStatus as RuleStatus, type context$1_SearchContactsRequest as SearchContactsRequest, type context$1_SearchContactsResponse as SearchContactsResponse, type context$1_SendTestOptions as SendTestOptions, type context$1_SendTestRequest as SendTestRequest, type context$1_SendTestResponse as SendTestResponse, type context$1_SoftBounce as SoftBounce, context$1_SortOrder as SortOrder, type context$1_Sorting as Sorting, type context$1_SubscribeFromLandingPageRequest as SubscribeFromLandingPageRequest, type context$1_SubscribeFromLandingPageResponse as SubscribeFromLandingPageResponse, type context$1_Target as Target, context$1_TargetType as TargetType, type context$1_TemplateData as TemplateData, context$1_TemplateQueryType as TemplateQueryType, context$1_TemplateState as TemplateState, context$1_TemplateType as TemplateType, type context$1_TotalStatistics as TotalStatistics, type context$1_Translation as Translation, context$1_TranslationState as TranslationState, type context$1_TriggerConfiguration as TriggerConfiguration, type context$1_UnarchiveCampaignRequest as UnarchiveCampaignRequest, type context$1_UnarchiveCampaignResponse as UnarchiveCampaignResponse, type context$1_UnprocessedTargetEvent as UnprocessedTargetEvent, type context$1_UpdateComposerRequest as UpdateComposerRequest, type context$1_UpdateComposerResponse as UpdateComposerResponse, type context$1_UpdateTitleRequest as UpdateTitleRequest, type context$1_UpdateTitleResponse as UpdateTitleResponse, type context$1_UpsertTranslationRequest as UpsertTranslationRequest, type context$1_UpsertTranslationResponse as UpsertTranslationResponse, type context$1_ValidateHtmlLinksRequest as ValidateHtmlLinksRequest, type context$1_ValidateHtmlLinksResponse as ValidateHtmlLinksResponse, type context$1_ValidateLinkRequest as ValidateLinkRequest, type context$1_ValidateLinkResponse as ValidateLinkResponse, context$1_VersionType as VersionType, WebhookIdentityType$1 as WebhookIdentityType, type context$1__Array as _Array, context$1_deleteCampaign as deleteCampaign, context$1_getCampaign as getCampaign, context$1_listCampaigns as listCampaigns, context$1_listRecipients as listRecipients, context$1_listStatistics as listStatistics, context$1_onCampaignCreated as onCampaignCreated, context$1_onCampaignDeleted as onCampaignDeleted, context$1_onCampaignDistributedEvent as onCampaignDistributedEvent, context$1_onCampaignEmailActivityUpdated as onCampaignEmailActivityUpdated, context$1_onCampaignPausedEvent as onCampaignPausedEvent, context$1_onCampaignPublishedEvent as onCampaignPublishedEvent, context$1_onCampaignRejectedEvent as onCampaignRejectedEvent, context$1_onCampaignScheduledEvent as onCampaignScheduledEvent, context$1_onCampaignTerminatedEvent as onCampaignTerminatedEvent, context$1_pauseScheduling as pauseScheduling, context$1_publishCampaign as publishCampaign, context$1_reschedule as reschedule, context$1_reuseCampaign as reuseCampaign, context$1_sendTest as sendTest };
2004
2003
  }
2005
2004
 
2006
2005
  /**
@@ -2075,7 +2074,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
2075
2074
  slug?: string;
2076
2075
  /** ID of the entity associated with the event. */
2077
2076
  entityId?: string;
2078
- /** Event timestamp. */
2077
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
2079
2078
  eventTime?: Date;
2080
2079
  /**
2081
2080
  * Whether the event was triggered as a result of a privacy regulation application
@@ -2104,6 +2103,9 @@ interface DomainEventBodyOneOf {
2104
2103
  interface EntityCreatedEvent {
2105
2104
  entity?: string;
2106
2105
  }
2106
+ interface RestoreInfo {
2107
+ deletedDate?: Date;
2108
+ }
2107
2109
  interface EntityUpdatedEvent {
2108
2110
  /**
2109
2111
  * Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
@@ -2199,7 +2201,7 @@ interface EventMetadata extends BaseEventMetadata {
2199
2201
  slug?: string;
2200
2202
  /** ID of the entity associated with the event. */
2201
2203
  entityId?: string;
2202
- /** Event timestamp. */
2204
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
2203
2205
  eventTime?: Date;
2204
2206
  /**
2205
2207
  * Whether the event was triggered as a result of a privacy regulation application
@@ -2250,6 +2252,7 @@ type context_MessageEnvelope = MessageEnvelope;
2250
2252
  type context_ResolveActualFromAddressRequest = ResolveActualFromAddressRequest;
2251
2253
  type context_ResolveActualFromAddressResponse = ResolveActualFromAddressResponse;
2252
2254
  type context_ResolveActualFromAddressResponseNonNullableFields = ResolveActualFromAddressResponseNonNullableFields;
2255
+ type context_RestoreInfo = RestoreInfo;
2253
2256
  type context_SenderDetails = SenderDetails;
2254
2257
  type context_SenderDetailsUpdatedEnvelope = SenderDetailsUpdatedEnvelope;
2255
2258
  type context_UpdateSenderDetailsRequest = UpdateSenderDetailsRequest;
@@ -2265,7 +2268,7 @@ declare const context_resolveActualFromAddress: typeof resolveActualFromAddress;
2265
2268
  declare const context_updateSenderDetails: typeof updateSenderDetails;
2266
2269
  declare const context_verifyEmail: typeof verifyEmail;
2267
2270
  declare namespace context {
2268
- export { type context_ActionEvent as ActionEvent, type context_BaseEventMetadata as BaseEventMetadata, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_EventMetadata as EventMetadata, type context_GetSenderDetailsRequest as GetSenderDetailsRequest, type context_GetSenderDetailsResponse as GetSenderDetailsResponse, type context_GetSenderDetailsResponseNonNullableFields as GetSenderDetailsResponseNonNullableFields, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_MessageEnvelope as MessageEnvelope, type context_ResolveActualFromAddressRequest as ResolveActualFromAddressRequest, type context_ResolveActualFromAddressResponse as ResolveActualFromAddressResponse, type context_ResolveActualFromAddressResponseNonNullableFields as ResolveActualFromAddressResponseNonNullableFields, type context_SenderDetails as SenderDetails, type context_SenderDetailsUpdatedEnvelope as SenderDetailsUpdatedEnvelope, type context_UpdateSenderDetailsRequest as UpdateSenderDetailsRequest, type context_UpdateSenderDetailsResponse as UpdateSenderDetailsResponse, type context_UpdateSenderDetailsResponseNonNullableFields as UpdateSenderDetailsResponseNonNullableFields, type context_VerifySenderEmailRequest as VerifySenderEmailRequest, type context_VerifySenderEmailResponse as VerifySenderEmailResponse, context_WebhookIdentityType as WebhookIdentityType, context_getSenderDetails as getSenderDetails, context_onSenderDetailsUpdated as onSenderDetailsUpdated, context_resolveActualFromAddress as resolveActualFromAddress, context_updateSenderDetails as updateSenderDetails, context_verifyEmail as verifyEmail };
2271
+ export { type context_ActionEvent as ActionEvent, type context_BaseEventMetadata as BaseEventMetadata, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_EventMetadata as EventMetadata, type context_GetSenderDetailsRequest as GetSenderDetailsRequest, type context_GetSenderDetailsResponse as GetSenderDetailsResponse, type context_GetSenderDetailsResponseNonNullableFields as GetSenderDetailsResponseNonNullableFields, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_MessageEnvelope as MessageEnvelope, type context_ResolveActualFromAddressRequest as ResolveActualFromAddressRequest, type context_ResolveActualFromAddressResponse as ResolveActualFromAddressResponse, type context_ResolveActualFromAddressResponseNonNullableFields as ResolveActualFromAddressResponseNonNullableFields, type context_RestoreInfo as RestoreInfo, type context_SenderDetails as SenderDetails, type context_SenderDetailsUpdatedEnvelope as SenderDetailsUpdatedEnvelope, type context_UpdateSenderDetailsRequest as UpdateSenderDetailsRequest, type context_UpdateSenderDetailsResponse as UpdateSenderDetailsResponse, type context_UpdateSenderDetailsResponseNonNullableFields as UpdateSenderDetailsResponseNonNullableFields, type context_VerifySenderEmailRequest as VerifySenderEmailRequest, type context_VerifySenderEmailResponse as VerifySenderEmailResponse, context_WebhookIdentityType as WebhookIdentityType, context_getSenderDetails as getSenderDetails, context_onSenderDetailsUpdated as onSenderDetailsUpdated, context_resolveActualFromAddress as resolveActualFromAddress, context_updateSenderDetails as updateSenderDetails, context_verifyEmail as verifyEmail };
2269
2272
  }
2270
2273
 
2271
2274
  export { context$2 as accountDetails, context$1 as campaigns, context as senderDetails };
@@ -203,15 +203,15 @@ interface Campaign {
203
203
  * For published campaigns - the title will be the first line of text.
204
204
  */
205
205
  title?: string | null;
206
- /** URL of first image after the logo. */
206
+ /** URL of the first image after the logo. */
207
207
  firstImageUrl?: string | null;
208
208
  /**
209
- * URL of the landing page snapshot.
210
- * Attention: this field is deprecated and snapshot images will no longer be supported! Use "firstImageUrl" instead.
211
- * This field will soon start to return "firstImageUrl" value too.
212
- * @deprecated URL of the landing page snapshot.
213
- * Attention: this field is deprecated and snapshot images will no longer be supported! Use "firstImageUrl" instead.
214
- * This field will soon start to return "firstImageUrl" value too.
209
+ * Landing page snapshot URL. <br>
210
+ * This field is deprecated and snapshot images are no longer supported. Instead, use the `firstImageUrl` field.
211
+ * The value of this field will soon become the same as the value of the `firstImageUrl` field.
212
+ * @deprecated Landing page snapshot URL. <br>
213
+ * This field is deprecated and snapshot images are no longer supported. Instead, use the `firstImageUrl` field.
214
+ * The value of this field will soon become the same as the value of the `firstImageUrl` field.
215
215
  * @replacedBy firstImageUrl
216
216
  * @targetRemovalDate 2024-12-01
217
217
  */
@@ -508,6 +508,44 @@ interface SubscribeFromLandingPageRequest {
508
508
  interface SubscribeFromLandingPageResponse {
509
509
  contactId?: string;
510
510
  }
511
+ interface UnprocessedTargetEvent {
512
+ /** The target that was not marked as processed */
513
+ target?: Target;
514
+ }
515
+ interface Target {
516
+ /** Unique identifier of the target with pattern `id_tag_value[type]`, for example 'com.wixpress.myproto[wix_proto_bundle_export]`` */
517
+ _id?: string | null;
518
+ /** The unique location of the target in Bazel notation i.e @repo//path/to/target:target_name */
519
+ location?: string | null;
520
+ /** The combined digest of all files within the target */
521
+ combinedDigest?: string | null;
522
+ /** The vcs commit timestamp of the target in milliseconds */
523
+ commitTimestamp?: string | null;
524
+ /** The type of the target */
525
+ type?: TargetType;
526
+ /**
527
+ * The target's id tag value in Bazel, uniquness is not guaranteed
528
+ * i.e for a tag "businessSchemaIndexerId=com.wixpress.myproto" the value is "com.wixpress.myproto"
529
+ */
530
+ idTagValue?: string | null;
531
+ files?: File[];
532
+ }
533
+ declare enum TargetType {
534
+ NONE = "NONE",
535
+ WIX_PROTO_BUNDLE_EXPORT = "WIX_PROTO_BUNDLE_EXPORT",
536
+ WIX_APPENDIX_BUNDLE_EXPORT = "WIX_APPENDIX_BUNDLE_EXPORT",
537
+ WIX_API_REGISTRY_INFO_EXPORT = "WIX_API_REGISTRY_INFO_EXPORT"
538
+ }
539
+ interface File {
540
+ /** The name of the file including path relative to its source repo, i.e src/main/java/com/wixpress/MyClass.java */
541
+ name?: string | null;
542
+ /** The URI of the file */
543
+ uri?: string | null;
544
+ /** The digest of the file */
545
+ digest?: string | null;
546
+ /** The size of the file in bytes */
547
+ sizeInBytes?: string | null;
548
+ }
511
549
  interface GetPlaceholderKeysRequest {
512
550
  /** Campaign ID. */
513
551
  campaignId?: string;
@@ -546,7 +584,7 @@ interface DomainEvent$1 extends DomainEventBodyOneOf$1 {
546
584
  slug?: string;
547
585
  /** ID of the entity associated with the event. */
548
586
  entityId?: string;
549
- /** Event timestamp. */
587
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
550
588
  eventTime?: Date;
551
589
  /**
552
590
  * Whether the event was triggered as a result of a privacy regulation application
@@ -575,7 +613,7 @@ interface DomainEventBodyOneOf$1 {
575
613
  interface EntityCreatedEvent$1 {
576
614
  entity?: string;
577
615
  }
578
- interface RestoreInfo {
616
+ interface RestoreInfo$1 {
579
617
  deletedDate?: Date;
580
618
  }
581
619
  interface EntityUpdatedEvent$1 {
@@ -738,44 +776,6 @@ interface Cursors {
738
776
  /** Cursor pointing to the previous page in the list of results. */
739
777
  prev?: string | null;
740
778
  }
741
- interface UnprocessedTargetEvent {
742
- /** The target that was not marked as processed */
743
- target?: Target;
744
- }
745
- interface Target {
746
- /** Unique identifier of the target with pattern `id_tag_value[type]`, for example 'com.wixpress.myproto[wix_proto_bundle_export]`` */
747
- _id?: string | null;
748
- /** The unique location of the target in Bazel notation i.e @repo//path/to/target:target_name */
749
- location?: string | null;
750
- /** The combined digest of all files within the target */
751
- combinedDigest?: string | null;
752
- /** The vcs commit timestamp of the target in milliseconds */
753
- commitTimestamp?: string | null;
754
- /** The type of the target */
755
- type?: TargetType;
756
- /**
757
- * The target's id tag value in Bazel, uniquness is not guaranteed
758
- * i.e for a tag "businessSchemaIndexerId=com.wixpress.myproto" the value is "com.wixpress.myproto"
759
- */
760
- idTagValue?: string | null;
761
- files?: File[];
762
- }
763
- declare enum TargetType {
764
- NONE = "NONE",
765
- WIX_PROTO_BUNDLE_EXPORT = "WIX_PROTO_BUNDLE_EXPORT",
766
- WIX_APPENDIX_BUNDLE_EXPORT = "WIX_APPENDIX_BUNDLE_EXPORT",
767
- WIX_API_REGISTRY_INFO_EXPORT = "WIX_API_REGISTRY_INFO_EXPORT"
768
- }
769
- interface File {
770
- /** The name of the file including path relative to its source repo, i.e src/main/java/com/wixpress/MyClass.java */
771
- name?: string | null;
772
- /** The URI of the file */
773
- uri?: string | null;
774
- /** The digest of the file */
775
- digest?: string | null;
776
- /** The size of the file in bytes */
777
- sizeInBytes?: string | null;
778
- }
779
779
  interface GetCampaignMappingRequest {
780
780
  /** rule ID in automations */
781
781
  automationRuleId?: string;
@@ -1646,7 +1646,7 @@ interface EventMetadata$1 extends BaseEventMetadata$1 {
1646
1646
  slug?: string;
1647
1647
  /** ID of the entity associated with the event. */
1648
1648
  entityId?: string;
1649
- /** Event timestamp. */
1649
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
1650
1650
  eventTime?: Date;
1651
1651
  /**
1652
1652
  * Whether the event was triggered as a result of a privacy regulation application
@@ -1930,7 +1930,6 @@ type index_d$1_RescheduleRequest = RescheduleRequest;
1930
1930
  type index_d$1_RescheduleResponse = RescheduleResponse;
1931
1931
  type index_d$1_ResendToNonOpenersRequest = ResendToNonOpenersRequest;
1932
1932
  type index_d$1_ResendToNonOpenersResponse = ResendToNonOpenersResponse;
1933
- type index_d$1_RestoreInfo = RestoreInfo;
1934
1933
  type index_d$1_ReuseCampaignRequest = ReuseCampaignRequest;
1935
1934
  type index_d$1_ReuseCampaignResponse = ReuseCampaignResponse;
1936
1935
  type index_d$1_ReuseCampaignResponseNonNullableFields = ReuseCampaignResponseNonNullableFields;
@@ -2000,7 +1999,7 @@ declare const index_d$1_reschedule: typeof reschedule;
2000
1999
  declare const index_d$1_reuseCampaign: typeof reuseCampaign;
2001
2000
  declare const index_d$1_sendTest: typeof sendTest;
2002
2001
  declare namespace index_d$1 {
2003
- export { type index_d$1_ActionConfiguration as ActionConfiguration, type ActionEvent$1 as ActionEvent, type index_d$1_ActivationCycle as ActivationCycle, index_d$1_ActivityType as ActivityType, type index_d$1_ArchiveCampaignRequest as ArchiveCampaignRequest, type index_d$1_ArchiveCampaignResponse as ArchiveCampaignResponse, type index_d$1_Attachment as Attachment, type index_d$1_AutomationTemplate as AutomationTemplate, type index_d$1_AutomationTemplateContainer as AutomationTemplateContainer, type index_d$1_AutomationTemplateEnrichmentData as AutomationTemplateEnrichmentData, type BaseEventMetadata$1 as BaseEventMetadata, type index_d$1_Campaign as Campaign, type index_d$1_CampaignArchivedEvent as CampaignArchivedEvent, type index_d$1_CampaignCreatedEnvelope as CampaignCreatedEnvelope, type index_d$1_CampaignDeletedEnvelope as CampaignDeletedEnvelope, type index_d$1_CampaignDistributedEnvelope as CampaignDistributedEnvelope, type index_d$1_CampaignDistributedEvent as CampaignDistributedEvent, type index_d$1_CampaignEditorType as CampaignEditorType, index_d$1_CampaignEditorTypeEnum as CampaignEditorTypeEnum, type index_d$1_CampaignEmailActivityUpdatedEnvelope as CampaignEmailActivityUpdatedEnvelope, type index_d$1_CampaignLookupBatchRequest as CampaignLookupBatchRequest, type index_d$1_CampaignLookupBatchResponse as CampaignLookupBatchResponse, type index_d$1_CampaignLookupRequest as CampaignLookupRequest, type index_d$1_CampaignLookupResponse as CampaignLookupResponse, type index_d$1_CampaignNonNullableFields as CampaignNonNullableFields, type index_d$1_CampaignPausedEnvelope as CampaignPausedEnvelope, type index_d$1_CampaignPausedEvent as CampaignPausedEvent, type index_d$1_CampaignPublishedEnvelope as CampaignPublishedEnvelope, type index_d$1_CampaignPublishedEvent as CampaignPublishedEvent, type index_d$1_CampaignRecipientDetails as CampaignRecipientDetails, type index_d$1_CampaignRejectedEnvelope as CampaignRejectedEnvelope, type index_d$1_CampaignRejectedEvent as CampaignRejectedEvent, type index_d$1_CampaignScheduledEnvelope as CampaignScheduledEnvelope, type index_d$1_CampaignScheduledEvent as CampaignScheduledEvent, index_d$1_CampaignSendingStateEnum as CampaignSendingStateEnum, type index_d$1_CampaignStatistics as CampaignStatistics, type index_d$1_CampaignStatisticsContainer as CampaignStatisticsContainer, index_d$1_CampaignStatusEnum as CampaignStatusEnum, type index_d$1_CampaignTerminatedEnvelope as CampaignTerminatedEnvelope, type index_d$1_CampaignTerminatedEvent as CampaignTerminatedEvent, index_d$1_CampaignTypeEnum as CampaignTypeEnum, type index_d$1_CampaignUnarchivedEvent as CampaignUnarchivedEvent, index_d$1_CampaignVisibilityStatusEnum as CampaignVisibilityStatusEnum, type index_d$1_Click as Click, type index_d$1_Composer as Composer, type index_d$1_ConditionConfiguration as ConditionConfiguration, type index_d$1_Contact as Contact, type index_d$1_CountCampaignsRequest as CountCampaignsRequest, type index_d$1_CountCampaignsResponse as CountCampaignsResponse, type index_d$1_CreateCampaignRequest as CreateCampaignRequest, type index_d$1_CreateCampaignResponse as CreateCampaignResponse, type index_d$1_CreateFromTemplateRequest as CreateFromTemplateRequest, type index_d$1_CreateFromTemplateResponse as CreateFromTemplateResponse, type index_d$1_CreateFromUserTemplateRequest as CreateFromUserTemplateRequest, type index_d$1_CreateFromUserTemplateResponse as CreateFromUserTemplateResponse, type index_d$1_CreateUserTemplateRequest as CreateUserTemplateRequest, type index_d$1_CreateUserTemplateResponse as CreateUserTemplateResponse, type index_d$1_CursorPaging as CursorPaging, type index_d$1_Cursors as Cursors, type index_d$1_DateTime as DateTime, type index_d$1_Decimal as Decimal, type index_d$1_DefaultValues as DefaultValues, type index_d$1_DeleteCampaignRequest as DeleteCampaignRequest, type index_d$1_DeleteCampaignResponse as DeleteCampaignResponse, type index_d$1_DistributionStatistics as DistributionStatistics, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type index_d$1_EmailActivityUpdated as EmailActivityUpdated, type index_d$1_EmailActivityUpdatedEventTypeOneOf as EmailActivityUpdatedEventTypeOneOf, type index_d$1_EmailDistributionOptions as EmailDistributionOptions, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, index_d$1_Enum as Enum, type index_d$1_EstimateAudienceSizeRequest as EstimateAudienceSizeRequest, type index_d$1_EstimateAudienceSizeResponse as EstimateAudienceSizeResponse, type index_d$1_EstimateFilterSizeRequest as EstimateFilterSizeRequest, type index_d$1_EstimateFilterSizeResponse as EstimateFilterSizeResponse, type EventMetadata$1 as EventMetadata, type index_d$1_File as File, type index_d$1_GetCampaignMappingRequest as GetCampaignMappingRequest, type index_d$1_GetCampaignMappingResponse as GetCampaignMappingResponse, type index_d$1_GetCampaignOptions as GetCampaignOptions, type index_d$1_GetCampaignRequest as GetCampaignRequest, type index_d$1_GetCampaignResponse as GetCampaignResponse, type index_d$1_GetCampaignResponseNonNullableFields as GetCampaignResponseNonNullableFields, type index_d$1_GetComposerRequest as GetComposerRequest, type index_d$1_GetComposerResponse as GetComposerResponse, type index_d$1_GetDefaultComponentsRequest as GetDefaultComponentsRequest, type index_d$1_GetDefaultComponentsResponse as GetDefaultComponentsResponse, type index_d$1_GetLabelsRequest as GetLabelsRequest, type index_d$1_GetLabelsResponse as GetLabelsResponse, type index_d$1_GetPingCampaignMappingRequest as GetPingCampaignMappingRequest, type index_d$1_GetPingCampaignMappingResponse as GetPingCampaignMappingResponse, type index_d$1_GetPlaceholderKeysRequest as GetPlaceholderKeysRequest, type index_d$1_GetPlaceholderKeysResponse as GetPlaceholderKeysResponse, type index_d$1_GetUsedPlaceholderKeysRequest as GetUsedPlaceholderKeysRequest, type index_d$1_GetUsedPlaceholderKeysResponse as GetUsedPlaceholderKeysResponse, type index_d$1_HardBounce as HardBounce, type index_d$1_Html as Html, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type index_d$1_Integer as Integer, type index_d$1_Label as Label, type index_d$1_LandingPageStatistics as LandingPageStatistics, type index_d$1_ListCampaignsOptions as ListCampaignsOptions, type index_d$1_ListCampaignsRequest as ListCampaignsRequest, type index_d$1_ListCampaignsResponse as ListCampaignsResponse, type index_d$1_ListCampaignsResponseNonNullableFields as ListCampaignsResponseNonNullableFields, type index_d$1_ListRecipientsOptions as ListRecipientsOptions, type index_d$1_ListRecipientsRequest as ListRecipientsRequest, type index_d$1_ListRecipientsResponse as ListRecipientsResponse, type index_d$1_ListRecipientsResponseNonNullableFields as ListRecipientsResponseNonNullableFields, type index_d$1_ListStatisticsRequest as ListStatisticsRequest, type index_d$1_ListStatisticsResponse as ListStatisticsResponse, type index_d$1_ListStatisticsResponseNonNullableFields as ListStatisticsResponseNonNullableFields, type index_d$1_Map as Map, type MessageEnvelope$1 as MessageEnvelope, type index_d$1_Money as Money, type index_d$1_Open as Open, index_d$1_Operator as Operator, type index_d$1_Paging as Paging, type index_d$1_PagingMetadataV2 as PagingMetadataV2, type index_d$1_PauseSchedulingRequest as PauseSchedulingRequest, type index_d$1_PauseSchedulingResponse as PauseSchedulingResponse, type index_d$1_PlaceholderContent as PlaceholderContent, type index_d$1_PlaceholderContentEnum as PlaceholderContentEnum, type index_d$1_PlaceholderContentValueOneOf as PlaceholderContentValueOneOf, type index_d$1_PlainText as PlainText, type index_d$1_Precondition as Precondition, index_d$1_PreconditionType as PreconditionType, type index_d$1_PreviewCampaignRequest as PreviewCampaignRequest, type index_d$1_PreviewCampaignResponse as PreviewCampaignResponse, type index_d$1_PublishCampaignOptions as PublishCampaignOptions, type index_d$1_PublishCampaignRequest as PublishCampaignRequest, type index_d$1_PublishCampaignResponse as PublishCampaignResponse, type index_d$1_PublishCampaignResponseNonNullableFields as PublishCampaignResponseNonNullableFields, type index_d$1_PublishingData as PublishingData, type index_d$1_Query as Query, type index_d$1_QueryAppTemplatesRequest as QueryAppTemplatesRequest, type index_d$1_QueryAppTemplatesResponse as QueryAppTemplatesResponse, type index_d$1_QueryAutomationTemplatesRequest as QueryAutomationTemplatesRequest, type index_d$1_QueryAutomationTemplatesResponse as QueryAutomationTemplatesResponse, type index_d$1_QueryMetadata as QueryMetadata, index_d$1_RecipientsActivityEnum as RecipientsActivityEnum, type index_d$1_ReconcileContactRequest as ReconcileContactRequest, type index_d$1_ReconcileContactResponse as ReconcileContactResponse, type index_d$1_RejectionData as RejectionData, index_d$1_RejectionReasonEnum as RejectionReasonEnum, type index_d$1_RescheduleRequest as RescheduleRequest, type index_d$1_RescheduleResponse as RescheduleResponse, type index_d$1_ResendToNonOpenersRequest as ResendToNonOpenersRequest, type index_d$1_ResendToNonOpenersResponse as ResendToNonOpenersResponse, type index_d$1_RestoreInfo as RestoreInfo, type index_d$1_ReuseCampaignRequest as ReuseCampaignRequest, type index_d$1_ReuseCampaignResponse as ReuseCampaignResponse, type index_d$1_ReuseCampaignResponseNonNullableFields as ReuseCampaignResponseNonNullableFields, type index_d$1_RuleConfiguration as RuleConfiguration, type index_d$1_RuleMetadata as RuleMetadata, index_d$1_RuleStatus as RuleStatus, type index_d$1_SearchContactsRequest as SearchContactsRequest, type index_d$1_SearchContactsResponse as SearchContactsResponse, type index_d$1_SendTestOptions as SendTestOptions, type index_d$1_SendTestRequest as SendTestRequest, type index_d$1_SendTestResponse as SendTestResponse, type index_d$1_SoftBounce as SoftBounce, index_d$1_SortOrder as SortOrder, type index_d$1_Sorting as Sorting, type index_d$1_SubscribeFromLandingPageRequest as SubscribeFromLandingPageRequest, type index_d$1_SubscribeFromLandingPageResponse as SubscribeFromLandingPageResponse, type index_d$1_Target as Target, index_d$1_TargetType as TargetType, type index_d$1_TemplateData as TemplateData, index_d$1_TemplateQueryType as TemplateQueryType, index_d$1_TemplateState as TemplateState, index_d$1_TemplateType as TemplateType, type index_d$1_TotalStatistics as TotalStatistics, type index_d$1_Translation as Translation, index_d$1_TranslationState as TranslationState, type index_d$1_TriggerConfiguration as TriggerConfiguration, type index_d$1_UnarchiveCampaignRequest as UnarchiveCampaignRequest, type index_d$1_UnarchiveCampaignResponse as UnarchiveCampaignResponse, type index_d$1_UnprocessedTargetEvent as UnprocessedTargetEvent, type index_d$1_UpdateComposerRequest as UpdateComposerRequest, type index_d$1_UpdateComposerResponse as UpdateComposerResponse, type index_d$1_UpdateTitleRequest as UpdateTitleRequest, type index_d$1_UpdateTitleResponse as UpdateTitleResponse, type index_d$1_UpsertTranslationRequest as UpsertTranslationRequest, type index_d$1_UpsertTranslationResponse as UpsertTranslationResponse, type index_d$1_ValidateHtmlLinksRequest as ValidateHtmlLinksRequest, type index_d$1_ValidateHtmlLinksResponse as ValidateHtmlLinksResponse, type index_d$1_ValidateLinkRequest as ValidateLinkRequest, type index_d$1_ValidateLinkResponse as ValidateLinkResponse, index_d$1_VersionType as VersionType, WebhookIdentityType$1 as WebhookIdentityType, type index_d$1__Array as _Array, index_d$1_deleteCampaign as deleteCampaign, index_d$1_getCampaign as getCampaign, index_d$1_listCampaigns as listCampaigns, index_d$1_listRecipients as listRecipients, index_d$1_listStatistics as listStatistics, index_d$1_onCampaignCreated as onCampaignCreated, index_d$1_onCampaignDeleted as onCampaignDeleted, index_d$1_onCampaignDistributedEvent as onCampaignDistributedEvent, index_d$1_onCampaignEmailActivityUpdated as onCampaignEmailActivityUpdated, index_d$1_onCampaignPausedEvent as onCampaignPausedEvent, index_d$1_onCampaignPublishedEvent as onCampaignPublishedEvent, index_d$1_onCampaignRejectedEvent as onCampaignRejectedEvent, index_d$1_onCampaignScheduledEvent as onCampaignScheduledEvent, index_d$1_onCampaignTerminatedEvent as onCampaignTerminatedEvent, index_d$1_pauseScheduling as pauseScheduling, index_d$1_publishCampaign as publishCampaign, index_d$1_reschedule as reschedule, index_d$1_reuseCampaign as reuseCampaign, index_d$1_sendTest as sendTest };
2002
+ export { type index_d$1_ActionConfiguration as ActionConfiguration, type ActionEvent$1 as ActionEvent, type index_d$1_ActivationCycle as ActivationCycle, index_d$1_ActivityType as ActivityType, type index_d$1_ArchiveCampaignRequest as ArchiveCampaignRequest, type index_d$1_ArchiveCampaignResponse as ArchiveCampaignResponse, type index_d$1_Attachment as Attachment, type index_d$1_AutomationTemplate as AutomationTemplate, type index_d$1_AutomationTemplateContainer as AutomationTemplateContainer, type index_d$1_AutomationTemplateEnrichmentData as AutomationTemplateEnrichmentData, type BaseEventMetadata$1 as BaseEventMetadata, type index_d$1_Campaign as Campaign, type index_d$1_CampaignArchivedEvent as CampaignArchivedEvent, type index_d$1_CampaignCreatedEnvelope as CampaignCreatedEnvelope, type index_d$1_CampaignDeletedEnvelope as CampaignDeletedEnvelope, type index_d$1_CampaignDistributedEnvelope as CampaignDistributedEnvelope, type index_d$1_CampaignDistributedEvent as CampaignDistributedEvent, type index_d$1_CampaignEditorType as CampaignEditorType, index_d$1_CampaignEditorTypeEnum as CampaignEditorTypeEnum, type index_d$1_CampaignEmailActivityUpdatedEnvelope as CampaignEmailActivityUpdatedEnvelope, type index_d$1_CampaignLookupBatchRequest as CampaignLookupBatchRequest, type index_d$1_CampaignLookupBatchResponse as CampaignLookupBatchResponse, type index_d$1_CampaignLookupRequest as CampaignLookupRequest, type index_d$1_CampaignLookupResponse as CampaignLookupResponse, type index_d$1_CampaignNonNullableFields as CampaignNonNullableFields, type index_d$1_CampaignPausedEnvelope as CampaignPausedEnvelope, type index_d$1_CampaignPausedEvent as CampaignPausedEvent, type index_d$1_CampaignPublishedEnvelope as CampaignPublishedEnvelope, type index_d$1_CampaignPublishedEvent as CampaignPublishedEvent, type index_d$1_CampaignRecipientDetails as CampaignRecipientDetails, type index_d$1_CampaignRejectedEnvelope as CampaignRejectedEnvelope, type index_d$1_CampaignRejectedEvent as CampaignRejectedEvent, type index_d$1_CampaignScheduledEnvelope as CampaignScheduledEnvelope, type index_d$1_CampaignScheduledEvent as CampaignScheduledEvent, index_d$1_CampaignSendingStateEnum as CampaignSendingStateEnum, type index_d$1_CampaignStatistics as CampaignStatistics, type index_d$1_CampaignStatisticsContainer as CampaignStatisticsContainer, index_d$1_CampaignStatusEnum as CampaignStatusEnum, type index_d$1_CampaignTerminatedEnvelope as CampaignTerminatedEnvelope, type index_d$1_CampaignTerminatedEvent as CampaignTerminatedEvent, index_d$1_CampaignTypeEnum as CampaignTypeEnum, type index_d$1_CampaignUnarchivedEvent as CampaignUnarchivedEvent, index_d$1_CampaignVisibilityStatusEnum as CampaignVisibilityStatusEnum, type index_d$1_Click as Click, type index_d$1_Composer as Composer, type index_d$1_ConditionConfiguration as ConditionConfiguration, type index_d$1_Contact as Contact, type index_d$1_CountCampaignsRequest as CountCampaignsRequest, type index_d$1_CountCampaignsResponse as CountCampaignsResponse, type index_d$1_CreateCampaignRequest as CreateCampaignRequest, type index_d$1_CreateCampaignResponse as CreateCampaignResponse, type index_d$1_CreateFromTemplateRequest as CreateFromTemplateRequest, type index_d$1_CreateFromTemplateResponse as CreateFromTemplateResponse, type index_d$1_CreateFromUserTemplateRequest as CreateFromUserTemplateRequest, type index_d$1_CreateFromUserTemplateResponse as CreateFromUserTemplateResponse, type index_d$1_CreateUserTemplateRequest as CreateUserTemplateRequest, type index_d$1_CreateUserTemplateResponse as CreateUserTemplateResponse, type index_d$1_CursorPaging as CursorPaging, type index_d$1_Cursors as Cursors, type index_d$1_DateTime as DateTime, type index_d$1_Decimal as Decimal, type index_d$1_DefaultValues as DefaultValues, type index_d$1_DeleteCampaignRequest as DeleteCampaignRequest, type index_d$1_DeleteCampaignResponse as DeleteCampaignResponse, type index_d$1_DistributionStatistics as DistributionStatistics, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type index_d$1_EmailActivityUpdated as EmailActivityUpdated, type index_d$1_EmailActivityUpdatedEventTypeOneOf as EmailActivityUpdatedEventTypeOneOf, type index_d$1_EmailDistributionOptions as EmailDistributionOptions, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, index_d$1_Enum as Enum, type index_d$1_EstimateAudienceSizeRequest as EstimateAudienceSizeRequest, type index_d$1_EstimateAudienceSizeResponse as EstimateAudienceSizeResponse, type index_d$1_EstimateFilterSizeRequest as EstimateFilterSizeRequest, type index_d$1_EstimateFilterSizeResponse as EstimateFilterSizeResponse, type EventMetadata$1 as EventMetadata, type index_d$1_File as File, type index_d$1_GetCampaignMappingRequest as GetCampaignMappingRequest, type index_d$1_GetCampaignMappingResponse as GetCampaignMappingResponse, type index_d$1_GetCampaignOptions as GetCampaignOptions, type index_d$1_GetCampaignRequest as GetCampaignRequest, type index_d$1_GetCampaignResponse as GetCampaignResponse, type index_d$1_GetCampaignResponseNonNullableFields as GetCampaignResponseNonNullableFields, type index_d$1_GetComposerRequest as GetComposerRequest, type index_d$1_GetComposerResponse as GetComposerResponse, type index_d$1_GetDefaultComponentsRequest as GetDefaultComponentsRequest, type index_d$1_GetDefaultComponentsResponse as GetDefaultComponentsResponse, type index_d$1_GetLabelsRequest as GetLabelsRequest, type index_d$1_GetLabelsResponse as GetLabelsResponse, type index_d$1_GetPingCampaignMappingRequest as GetPingCampaignMappingRequest, type index_d$1_GetPingCampaignMappingResponse as GetPingCampaignMappingResponse, type index_d$1_GetPlaceholderKeysRequest as GetPlaceholderKeysRequest, type index_d$1_GetPlaceholderKeysResponse as GetPlaceholderKeysResponse, type index_d$1_GetUsedPlaceholderKeysRequest as GetUsedPlaceholderKeysRequest, type index_d$1_GetUsedPlaceholderKeysResponse as GetUsedPlaceholderKeysResponse, type index_d$1_HardBounce as HardBounce, type index_d$1_Html as Html, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type index_d$1_Integer as Integer, type index_d$1_Label as Label, type index_d$1_LandingPageStatistics as LandingPageStatistics, type index_d$1_ListCampaignsOptions as ListCampaignsOptions, type index_d$1_ListCampaignsRequest as ListCampaignsRequest, type index_d$1_ListCampaignsResponse as ListCampaignsResponse, type index_d$1_ListCampaignsResponseNonNullableFields as ListCampaignsResponseNonNullableFields, type index_d$1_ListRecipientsOptions as ListRecipientsOptions, type index_d$1_ListRecipientsRequest as ListRecipientsRequest, type index_d$1_ListRecipientsResponse as ListRecipientsResponse, type index_d$1_ListRecipientsResponseNonNullableFields as ListRecipientsResponseNonNullableFields, type index_d$1_ListStatisticsRequest as ListStatisticsRequest, type index_d$1_ListStatisticsResponse as ListStatisticsResponse, type index_d$1_ListStatisticsResponseNonNullableFields as ListStatisticsResponseNonNullableFields, type index_d$1_Map as Map, type MessageEnvelope$1 as MessageEnvelope, type index_d$1_Money as Money, type index_d$1_Open as Open, index_d$1_Operator as Operator, type index_d$1_Paging as Paging, type index_d$1_PagingMetadataV2 as PagingMetadataV2, type index_d$1_PauseSchedulingRequest as PauseSchedulingRequest, type index_d$1_PauseSchedulingResponse as PauseSchedulingResponse, type index_d$1_PlaceholderContent as PlaceholderContent, type index_d$1_PlaceholderContentEnum as PlaceholderContentEnum, type index_d$1_PlaceholderContentValueOneOf as PlaceholderContentValueOneOf, type index_d$1_PlainText as PlainText, type index_d$1_Precondition as Precondition, index_d$1_PreconditionType as PreconditionType, type index_d$1_PreviewCampaignRequest as PreviewCampaignRequest, type index_d$1_PreviewCampaignResponse as PreviewCampaignResponse, type index_d$1_PublishCampaignOptions as PublishCampaignOptions, type index_d$1_PublishCampaignRequest as PublishCampaignRequest, type index_d$1_PublishCampaignResponse as PublishCampaignResponse, type index_d$1_PublishCampaignResponseNonNullableFields as PublishCampaignResponseNonNullableFields, type index_d$1_PublishingData as PublishingData, type index_d$1_Query as Query, type index_d$1_QueryAppTemplatesRequest as QueryAppTemplatesRequest, type index_d$1_QueryAppTemplatesResponse as QueryAppTemplatesResponse, type index_d$1_QueryAutomationTemplatesRequest as QueryAutomationTemplatesRequest, type index_d$1_QueryAutomationTemplatesResponse as QueryAutomationTemplatesResponse, type index_d$1_QueryMetadata as QueryMetadata, index_d$1_RecipientsActivityEnum as RecipientsActivityEnum, type index_d$1_ReconcileContactRequest as ReconcileContactRequest, type index_d$1_ReconcileContactResponse as ReconcileContactResponse, type index_d$1_RejectionData as RejectionData, index_d$1_RejectionReasonEnum as RejectionReasonEnum, type index_d$1_RescheduleRequest as RescheduleRequest, type index_d$1_RescheduleResponse as RescheduleResponse, type index_d$1_ResendToNonOpenersRequest as ResendToNonOpenersRequest, type index_d$1_ResendToNonOpenersResponse as ResendToNonOpenersResponse, type RestoreInfo$1 as RestoreInfo, type index_d$1_ReuseCampaignRequest as ReuseCampaignRequest, type index_d$1_ReuseCampaignResponse as ReuseCampaignResponse, type index_d$1_ReuseCampaignResponseNonNullableFields as ReuseCampaignResponseNonNullableFields, type index_d$1_RuleConfiguration as RuleConfiguration, type index_d$1_RuleMetadata as RuleMetadata, index_d$1_RuleStatus as RuleStatus, type index_d$1_SearchContactsRequest as SearchContactsRequest, type index_d$1_SearchContactsResponse as SearchContactsResponse, type index_d$1_SendTestOptions as SendTestOptions, type index_d$1_SendTestRequest as SendTestRequest, type index_d$1_SendTestResponse as SendTestResponse, type index_d$1_SoftBounce as SoftBounce, index_d$1_SortOrder as SortOrder, type index_d$1_Sorting as Sorting, type index_d$1_SubscribeFromLandingPageRequest as SubscribeFromLandingPageRequest, type index_d$1_SubscribeFromLandingPageResponse as SubscribeFromLandingPageResponse, type index_d$1_Target as Target, index_d$1_TargetType as TargetType, type index_d$1_TemplateData as TemplateData, index_d$1_TemplateQueryType as TemplateQueryType, index_d$1_TemplateState as TemplateState, index_d$1_TemplateType as TemplateType, type index_d$1_TotalStatistics as TotalStatistics, type index_d$1_Translation as Translation, index_d$1_TranslationState as TranslationState, type index_d$1_TriggerConfiguration as TriggerConfiguration, type index_d$1_UnarchiveCampaignRequest as UnarchiveCampaignRequest, type index_d$1_UnarchiveCampaignResponse as UnarchiveCampaignResponse, type index_d$1_UnprocessedTargetEvent as UnprocessedTargetEvent, type index_d$1_UpdateComposerRequest as UpdateComposerRequest, type index_d$1_UpdateComposerResponse as UpdateComposerResponse, type index_d$1_UpdateTitleRequest as UpdateTitleRequest, type index_d$1_UpdateTitleResponse as UpdateTitleResponse, type index_d$1_UpsertTranslationRequest as UpsertTranslationRequest, type index_d$1_UpsertTranslationResponse as UpsertTranslationResponse, type index_d$1_ValidateHtmlLinksRequest as ValidateHtmlLinksRequest, type index_d$1_ValidateHtmlLinksResponse as ValidateHtmlLinksResponse, type index_d$1_ValidateLinkRequest as ValidateLinkRequest, type index_d$1_ValidateLinkResponse as ValidateLinkResponse, index_d$1_VersionType as VersionType, WebhookIdentityType$1 as WebhookIdentityType, type index_d$1__Array as _Array, index_d$1_deleteCampaign as deleteCampaign, index_d$1_getCampaign as getCampaign, index_d$1_listCampaigns as listCampaigns, index_d$1_listRecipients as listRecipients, index_d$1_listStatistics as listStatistics, index_d$1_onCampaignCreated as onCampaignCreated, index_d$1_onCampaignDeleted as onCampaignDeleted, index_d$1_onCampaignDistributedEvent as onCampaignDistributedEvent, index_d$1_onCampaignEmailActivityUpdated as onCampaignEmailActivityUpdated, index_d$1_onCampaignPausedEvent as onCampaignPausedEvent, index_d$1_onCampaignPublishedEvent as onCampaignPublishedEvent, index_d$1_onCampaignRejectedEvent as onCampaignRejectedEvent, index_d$1_onCampaignScheduledEvent as onCampaignScheduledEvent, index_d$1_onCampaignTerminatedEvent as onCampaignTerminatedEvent, index_d$1_pauseScheduling as pauseScheduling, index_d$1_publishCampaign as publishCampaign, index_d$1_reschedule as reschedule, index_d$1_reuseCampaign as reuseCampaign, index_d$1_sendTest as sendTest };
2004
2003
  }
2005
2004
 
2006
2005
  /**
@@ -2075,7 +2074,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
2075
2074
  slug?: string;
2076
2075
  /** ID of the entity associated with the event. */
2077
2076
  entityId?: string;
2078
- /** Event timestamp. */
2077
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
2079
2078
  eventTime?: Date;
2080
2079
  /**
2081
2080
  * Whether the event was triggered as a result of a privacy regulation application
@@ -2104,6 +2103,9 @@ interface DomainEventBodyOneOf {
2104
2103
  interface EntityCreatedEvent {
2105
2104
  entity?: string;
2106
2105
  }
2106
+ interface RestoreInfo {
2107
+ deletedDate?: Date;
2108
+ }
2107
2109
  interface EntityUpdatedEvent {
2108
2110
  /**
2109
2111
  * Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
@@ -2199,7 +2201,7 @@ interface EventMetadata extends BaseEventMetadata {
2199
2201
  slug?: string;
2200
2202
  /** ID of the entity associated with the event. */
2201
2203
  entityId?: string;
2202
- /** Event timestamp. */
2204
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
2203
2205
  eventTime?: Date;
2204
2206
  /**
2205
2207
  * Whether the event was triggered as a result of a privacy regulation application
@@ -2250,6 +2252,7 @@ type index_d_MessageEnvelope = MessageEnvelope;
2250
2252
  type index_d_ResolveActualFromAddressRequest = ResolveActualFromAddressRequest;
2251
2253
  type index_d_ResolveActualFromAddressResponse = ResolveActualFromAddressResponse;
2252
2254
  type index_d_ResolveActualFromAddressResponseNonNullableFields = ResolveActualFromAddressResponseNonNullableFields;
2255
+ type index_d_RestoreInfo = RestoreInfo;
2253
2256
  type index_d_SenderDetails = SenderDetails;
2254
2257
  type index_d_SenderDetailsUpdatedEnvelope = SenderDetailsUpdatedEnvelope;
2255
2258
  type index_d_UpdateSenderDetailsRequest = UpdateSenderDetailsRequest;
@@ -2265,7 +2268,7 @@ declare const index_d_resolveActualFromAddress: typeof resolveActualFromAddress;
2265
2268
  declare const index_d_updateSenderDetails: typeof updateSenderDetails;
2266
2269
  declare const index_d_verifyEmail: typeof verifyEmail;
2267
2270
  declare namespace index_d {
2268
- export { type index_d_ActionEvent as ActionEvent, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_EventMetadata as EventMetadata, type index_d_GetSenderDetailsRequest as GetSenderDetailsRequest, type index_d_GetSenderDetailsResponse as GetSenderDetailsResponse, type index_d_GetSenderDetailsResponseNonNullableFields as GetSenderDetailsResponseNonNullableFields, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_MessageEnvelope as MessageEnvelope, type index_d_ResolveActualFromAddressRequest as ResolveActualFromAddressRequest, type index_d_ResolveActualFromAddressResponse as ResolveActualFromAddressResponse, type index_d_ResolveActualFromAddressResponseNonNullableFields as ResolveActualFromAddressResponseNonNullableFields, type index_d_SenderDetails as SenderDetails, type index_d_SenderDetailsUpdatedEnvelope as SenderDetailsUpdatedEnvelope, type index_d_UpdateSenderDetailsRequest as UpdateSenderDetailsRequest, type index_d_UpdateSenderDetailsResponse as UpdateSenderDetailsResponse, type index_d_UpdateSenderDetailsResponseNonNullableFields as UpdateSenderDetailsResponseNonNullableFields, type index_d_VerifySenderEmailRequest as VerifySenderEmailRequest, type index_d_VerifySenderEmailResponse as VerifySenderEmailResponse, index_d_WebhookIdentityType as WebhookIdentityType, index_d_getSenderDetails as getSenderDetails, index_d_onSenderDetailsUpdated as onSenderDetailsUpdated, index_d_resolveActualFromAddress as resolveActualFromAddress, index_d_updateSenderDetails as updateSenderDetails, index_d_verifyEmail as verifyEmail };
2271
+ export { type index_d_ActionEvent as ActionEvent, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_EventMetadata as EventMetadata, type index_d_GetSenderDetailsRequest as GetSenderDetailsRequest, type index_d_GetSenderDetailsResponse as GetSenderDetailsResponse, type index_d_GetSenderDetailsResponseNonNullableFields as GetSenderDetailsResponseNonNullableFields, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_MessageEnvelope as MessageEnvelope, type index_d_ResolveActualFromAddressRequest as ResolveActualFromAddressRequest, type index_d_ResolveActualFromAddressResponse as ResolveActualFromAddressResponse, type index_d_ResolveActualFromAddressResponseNonNullableFields as ResolveActualFromAddressResponseNonNullableFields, type index_d_RestoreInfo as RestoreInfo, type index_d_SenderDetails as SenderDetails, type index_d_SenderDetailsUpdatedEnvelope as SenderDetailsUpdatedEnvelope, type index_d_UpdateSenderDetailsRequest as UpdateSenderDetailsRequest, type index_d_UpdateSenderDetailsResponse as UpdateSenderDetailsResponse, type index_d_UpdateSenderDetailsResponseNonNullableFields as UpdateSenderDetailsResponseNonNullableFields, type index_d_VerifySenderEmailRequest as VerifySenderEmailRequest, type index_d_VerifySenderEmailResponse as VerifySenderEmailResponse, index_d_WebhookIdentityType as WebhookIdentityType, index_d_getSenderDetails as getSenderDetails, index_d_onSenderDetailsUpdated as onSenderDetailsUpdated, index_d_resolveActualFromAddress as resolveActualFromAddress, index_d_updateSenderDetails as updateSenderDetails, index_d_verifyEmail as verifyEmail };
2269
2272
  }
2270
2273
 
2271
2274
  export { index_d$2 as accountDetails, index_d$1 as campaigns, index_d as senderDetails };
@@ -189,15 +189,15 @@ interface Campaign$1 {
189
189
  * For published campaigns - the title will be the first line of text.
190
190
  */
191
191
  title?: string | null;
192
- /** URL of first image after the logo. */
192
+ /** URL of the first image after the logo. */
193
193
  firstImageUrl?: string | null;
194
194
  /**
195
- * URL of the landing page snapshot.
196
- * Attention: this field is deprecated and snapshot images will no longer be supported! Use "firstImageUrl" instead.
197
- * This field will soon start to return "firstImageUrl" value too.
198
- * @deprecated URL of the landing page snapshot.
199
- * Attention: this field is deprecated and snapshot images will no longer be supported! Use "firstImageUrl" instead.
200
- * This field will soon start to return "firstImageUrl" value too.
195
+ * Landing page snapshot URL. <br>
196
+ * This field is deprecated and snapshot images are no longer supported. Instead, use the `firstImageUrl` field.
197
+ * The value of this field will soon become the same as the value of the `firstImageUrl` field.
198
+ * @deprecated Landing page snapshot URL. <br>
199
+ * This field is deprecated and snapshot images are no longer supported. Instead, use the `firstImageUrl` field.
200
+ * The value of this field will soon become the same as the value of the `firstImageUrl` field.
201
201
  * @replacedBy firstImageUrl
202
202
  * @targetRemovalDate 2024-12-01
203
203
  */
@@ -638,15 +638,15 @@ interface Campaign {
638
638
  * For published campaigns - the title will be the first line of text.
639
639
  */
640
640
  title?: string | null;
641
- /** URL of first image after the logo. */
641
+ /** URL of the first image after the logo. */
642
642
  firstImageUrl?: string | null;
643
643
  /**
644
- * URL of the landing page snapshot.
645
- * Attention: this field is deprecated and snapshot images will no longer be supported! Use "firstImageUrl" instead.
646
- * This field will soon start to return "firstImageUrl" value too.
647
- * @deprecated URL of the landing page snapshot.
648
- * Attention: this field is deprecated and snapshot images will no longer be supported! Use "firstImageUrl" instead.
649
- * This field will soon start to return "firstImageUrl" value too.
644
+ * Landing page snapshot URL. <br>
645
+ * This field is deprecated and snapshot images are no longer supported. Instead, use the `firstImageUrl` field.
646
+ * The value of this field will soon become the same as the value of the `firstImageUrl` field.
647
+ * @deprecated Landing page snapshot URL. <br>
648
+ * This field is deprecated and snapshot images are no longer supported. Instead, use the `firstImageUrl` field.
649
+ * The value of this field will soon become the same as the value of the `firstImageUrl` field.
650
650
  * @replacedBy firstImageUrl
651
651
  * @targetRemovalDate 2024-12-01
652
652
  */