Revert "feat(messaging): message campaign delivery stats + views
(#22452)"
This reverts commit 2e1117d442.
<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/22627?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->
This commit is contained in:
-4
@@ -12,10 +12,6 @@ export class MessageCampaignWorkspaceEntity extends BaseWorkspaceEntity {
|
||||
fromAddress: EmailsMetadata | null;
|
||||
status: string;
|
||||
sentAt: Date | null;
|
||||
sentCount: number;
|
||||
failedCount: number;
|
||||
bouncedCount: number;
|
||||
complainedCount: number;
|
||||
unsubscribeTopicId: string | null;
|
||||
list: EntityRelation<MessageListWorkspaceEntity> | null;
|
||||
listId: string | null;
|
||||
|
||||
Reference in New Issue
Block a user