@creator.co/creatorco-prisma-client 1.0.13 → 1.0.14
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 +20 -4
- package/index-browser.js +16 -0
- package/index.d.ts +2437 -215
- package/index.js +20 -4
- package/package.json +1 -1
- package/schema.prisma +16 -0
package/index-browser.js
CHANGED
|
@@ -767,6 +767,17 @@ exports.Prisma.RakutenActivityScalarFieldEnum = {
|
|
|
767
767
|
userId: 'userId'
|
|
768
768
|
};
|
|
769
769
|
|
|
770
|
+
exports.Prisma.ImpactRadiusEventScalarFieldEnum = {
|
|
771
|
+
id: 'id',
|
|
772
|
+
type: 'type',
|
|
773
|
+
created: 'created',
|
|
774
|
+
amount: 'amount',
|
|
775
|
+
commission: 'commission',
|
|
776
|
+
metaData: 'metaData',
|
|
777
|
+
userId: 'userId',
|
|
778
|
+
brandId: 'brandId'
|
|
779
|
+
};
|
|
780
|
+
|
|
770
781
|
exports.Prisma.CreatorSearchFilterScalarFieldEnum = {
|
|
771
782
|
id: 'id',
|
|
772
783
|
brandId: 'brandId',
|
|
@@ -1132,6 +1143,10 @@ exports.Prisma.RakutenActivityOrderByRelevanceFieldEnum = {
|
|
|
1132
1143
|
orderId: 'orderId'
|
|
1133
1144
|
};
|
|
1134
1145
|
|
|
1146
|
+
exports.Prisma.ImpactRadiusEventOrderByRelevanceFieldEnum = {
|
|
1147
|
+
type: 'type'
|
|
1148
|
+
};
|
|
1149
|
+
|
|
1135
1150
|
exports.Prisma.CreatorSearchFilterOrderByRelevanceFieldEnum = {
|
|
1136
1151
|
title: 'title'
|
|
1137
1152
|
};
|
|
@@ -1199,6 +1214,7 @@ exports.Prisma.ModelName = {
|
|
|
1199
1214
|
ListToSocialPost: 'ListToSocialPost',
|
|
1200
1215
|
OptInView: 'OptInView',
|
|
1201
1216
|
RakutenActivity: 'RakutenActivity',
|
|
1217
|
+
ImpactRadiusEvent: 'ImpactRadiusEvent',
|
|
1202
1218
|
CreatorSearchFilter: 'CreatorSearchFilter',
|
|
1203
1219
|
Sequence: 'Sequence',
|
|
1204
1220
|
SequenceStep: 'SequenceStep',
|