@creator.co/creatorco-prisma-client 1.0.71 → 1.0.72
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/edge.js +4 -4
- package/index.d.ts +7 -1
- package/index.js +4 -4
- package/package.json +1 -1
- package/schema.prisma +1 -0
package/package.json
CHANGED
package/schema.prisma
CHANGED
|
@@ -1247,6 +1247,7 @@ model CreatorListItem {
|
|
|
1247
1247
|
sequenceInboundEmails SequenceInboundEmail[]
|
|
1248
1248
|
sequenceImapCheckpoints SequenceImapCheckpoint[]
|
|
1249
1249
|
|
|
1250
|
+
@@unique([creatorListId, socialProfileId])
|
|
1250
1251
|
@@index([creatorListId])
|
|
1251
1252
|
@@map("creatorlistitem")
|
|
1252
1253
|
}
|