@creator.co/creatorco-prisma-client 1.0.86 → 1.0.87
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 +6 -5
- package/index-browser.js +1 -0
- package/index.d.ts +368 -23
- package/index.js +6 -5
- package/package.json +1 -1
- package/schema.prisma +14 -11
- package/wasm.js +1 -0
package/index-browser.js
CHANGED
|
@@ -1181,6 +1181,7 @@ exports.Prisma.EmailTrackingScalarFieldEnum = {
|
|
|
1181
1181
|
exports.Prisma.SequenceOutboundReplyEmailScalarFieldEnum = {
|
|
1182
1182
|
id: 'id',
|
|
1183
1183
|
sequenceId: 'sequenceId',
|
|
1184
|
+
listItemId: 'listItemId',
|
|
1184
1185
|
type: 'type',
|
|
1185
1186
|
typeId: 'typeId',
|
|
1186
1187
|
replyCount: 'replyCount',
|