@creator.co/creatorco-prisma-client 1.0.11 → 1.0.13
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 +70 -16
- package/index-browser.js +66 -12
- package/index.d.ts +20012 -9716
- package/index.js +70 -16
- package/package.json +1 -1
- package/schema.prisma +102 -14
package/index-browser.js
CHANGED
|
@@ -767,15 +767,58 @@ exports.Prisma.RakutenActivityScalarFieldEnum = {
|
|
|
767
767
|
userId: 'userId'
|
|
768
768
|
};
|
|
769
769
|
|
|
770
|
-
exports.Prisma.
|
|
770
|
+
exports.Prisma.CreatorSearchFilterScalarFieldEnum = {
|
|
771
771
|
id: 'id',
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
772
|
+
brandId: 'brandId',
|
|
773
|
+
title: 'title',
|
|
774
|
+
filters: 'filters',
|
|
775
|
+
createdAt: 'createdAt',
|
|
776
|
+
updatedAt: 'updatedAt'
|
|
777
|
+
};
|
|
778
|
+
|
|
779
|
+
exports.Prisma.SequenceScalarFieldEnum = {
|
|
780
|
+
id: 'id',
|
|
781
|
+
campaignId: 'campaignId',
|
|
782
|
+
creatorListId: 'creatorListId',
|
|
783
|
+
title: 'title',
|
|
784
|
+
createdAt: 'createdAt',
|
|
777
785
|
completed: 'completed',
|
|
778
|
-
|
|
786
|
+
brandId: 'brandId',
|
|
787
|
+
enabled: 'enabled'
|
|
788
|
+
};
|
|
789
|
+
|
|
790
|
+
exports.Prisma.SequenceStepScalarFieldEnum = {
|
|
791
|
+
id: 'id',
|
|
792
|
+
sequenceId: 'sequenceId',
|
|
793
|
+
createdAt: 'createdAt',
|
|
794
|
+
emailTemplateId: 'emailTemplateId',
|
|
795
|
+
daysAfterPrevious: 'daysAfterPrevious',
|
|
796
|
+
order: 'order',
|
|
797
|
+
stepId: 'stepId'
|
|
798
|
+
};
|
|
799
|
+
|
|
800
|
+
exports.Prisma.SequenceOutboundEmailScalarFieldEnum = {
|
|
801
|
+
id: 'id',
|
|
802
|
+
sequenceId: 'sequenceId',
|
|
803
|
+
creatorListItemId: 'creatorListItemId',
|
|
804
|
+
sequenceStepId: 'sequenceStepId',
|
|
805
|
+
sentAt: 'sentAt'
|
|
806
|
+
};
|
|
807
|
+
|
|
808
|
+
exports.Prisma.SequenceInboundEmailScalarFieldEnum = {
|
|
809
|
+
id: 'id',
|
|
810
|
+
sequenceId: 'sequenceId',
|
|
811
|
+
creatorListItemId: 'creatorListItemId',
|
|
812
|
+
receivedAt: 'receivedAt',
|
|
813
|
+
msgHash: 'msgHash'
|
|
814
|
+
};
|
|
815
|
+
|
|
816
|
+
exports.Prisma.SequenceImapCheckpointScalarFieldEnum = {
|
|
817
|
+
sequenceId: 'sequenceId',
|
|
818
|
+
creatorListItemId: 'creatorListItemId',
|
|
819
|
+
lastReadMsgDate: 'lastReadMsgDate',
|
|
820
|
+
createdAt: 'createdAt',
|
|
821
|
+
updatedAt: 'updatedAt'
|
|
779
822
|
};
|
|
780
823
|
|
|
781
824
|
exports.Prisma.SortOrder = {
|
|
@@ -1089,10 +1132,16 @@ exports.Prisma.RakutenActivityOrderByRelevanceFieldEnum = {
|
|
|
1089
1132
|
orderId: 'orderId'
|
|
1090
1133
|
};
|
|
1091
1134
|
|
|
1092
|
-
exports.Prisma.
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1135
|
+
exports.Prisma.CreatorSearchFilterOrderByRelevanceFieldEnum = {
|
|
1136
|
+
title: 'title'
|
|
1137
|
+
};
|
|
1138
|
+
|
|
1139
|
+
exports.Prisma.SequenceOrderByRelevanceFieldEnum = {
|
|
1140
|
+
title: 'title'
|
|
1141
|
+
};
|
|
1142
|
+
|
|
1143
|
+
exports.Prisma.SequenceInboundEmailOrderByRelevanceFieldEnum = {
|
|
1144
|
+
msgHash: 'msgHash'
|
|
1096
1145
|
};
|
|
1097
1146
|
|
|
1098
1147
|
|
|
@@ -1150,7 +1199,12 @@ exports.Prisma.ModelName = {
|
|
|
1150
1199
|
ListToSocialPost: 'ListToSocialPost',
|
|
1151
1200
|
OptInView: 'OptInView',
|
|
1152
1201
|
RakutenActivity: 'RakutenActivity',
|
|
1153
|
-
|
|
1202
|
+
CreatorSearchFilter: 'CreatorSearchFilter',
|
|
1203
|
+
Sequence: 'Sequence',
|
|
1204
|
+
SequenceStep: 'SequenceStep',
|
|
1205
|
+
SequenceOutboundEmail: 'SequenceOutboundEmail',
|
|
1206
|
+
SequenceInboundEmail: 'SequenceInboundEmail',
|
|
1207
|
+
SequenceImapCheckpoint: 'SequenceImapCheckpoint'
|
|
1154
1208
|
};
|
|
1155
1209
|
|
|
1156
1210
|
/**
|