Feature/filter in email by domain id and api (#108)

* feat: filter by domainId

* feat: filter on apikey in email

* Update pnpm-lock.yaml

---------

Co-authored-by: KM Koushik <koushikmohan1996@gmail.com>
This commit is contained in:
Suraj
2025-03-08 13:09:59 +05:30
committed by KM Koushik
parent 9c5da6dca6
commit 1c7d2a85a0
5 changed files with 119 additions and 39 deletions

View File

@@ -197,6 +197,7 @@ model Email {
latestStatus EmailStatus @default(QUEUED)
teamId Int
domainId Int?
apiId Int?
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
scheduledAt DateTime?