@creator.co/creatorco-prisma-client 1.0.44 → 1.0.46-alpha-cbcafab
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 -6
- package/index-browser.js +16 -2
- package/index.d.ts +2046 -149
- package/index.js +20 -6
- package/package.json +1 -1
- package/schema.prisma +18 -1
- package/wasm.js +16 -2
package/index-browser.js
CHANGED
|
@@ -138,7 +138,9 @@ exports.Prisma.UserScalarFieldEnum = {
|
|
|
138
138
|
closedReason: 'closedReason',
|
|
139
139
|
usercomLastSynced: 'usercomLastSynced',
|
|
140
140
|
extraData: 'extraData',
|
|
141
|
-
referrerId: 'referrerId'
|
|
141
|
+
referrerId: 'referrerId',
|
|
142
|
+
fullName: 'fullName',
|
|
143
|
+
phoneNormalised: 'phoneNormalised'
|
|
142
144
|
};
|
|
143
145
|
|
|
144
146
|
exports.Prisma.LogScalarFieldEnum = {
|
|
@@ -880,6 +882,15 @@ exports.Prisma.ImpactRadiusEventScalarFieldEnum = {
|
|
|
880
882
|
optInId: 'optInId'
|
|
881
883
|
};
|
|
882
884
|
|
|
885
|
+
exports.Prisma.ShareASaleEventScalarFieldEnum = {
|
|
886
|
+
id: 'id',
|
|
887
|
+
created: 'created',
|
|
888
|
+
saleAmount: 'saleAmount',
|
|
889
|
+
commission: 'commission',
|
|
890
|
+
metaData: 'metaData',
|
|
891
|
+
optInId: 'optInId'
|
|
892
|
+
};
|
|
893
|
+
|
|
883
894
|
exports.Prisma.CreatorSearchFilterScalarFieldEnum = {
|
|
884
895
|
id: 'id',
|
|
885
896
|
brandId: 'brandId',
|
|
@@ -1010,7 +1021,9 @@ exports.Prisma.UserOrderByRelevanceFieldEnum = {
|
|
|
1010
1021
|
profilePicUrl: 'profilePicUrl',
|
|
1011
1022
|
forgotPasswordKey: 'forgotPasswordKey',
|
|
1012
1023
|
affiliateSlug: 'affiliateSlug',
|
|
1013
|
-
closedReason: 'closedReason'
|
|
1024
|
+
closedReason: 'closedReason',
|
|
1025
|
+
fullName: 'fullName',
|
|
1026
|
+
phoneNormalised: 'phoneNormalised'
|
|
1014
1027
|
};
|
|
1015
1028
|
|
|
1016
1029
|
exports.Prisma.CreatorProfileOrderByRelevanceFieldEnum = {
|
|
@@ -1427,6 +1440,7 @@ exports.Prisma.ModelName = {
|
|
|
1427
1440
|
OptInView: 'OptInView',
|
|
1428
1441
|
RakutenActivity: 'RakutenActivity',
|
|
1429
1442
|
ImpactRadiusEvent: 'ImpactRadiusEvent',
|
|
1443
|
+
ShareASaleEvent: 'ShareASaleEvent',
|
|
1430
1444
|
CreatorSearchFilter: 'CreatorSearchFilter',
|
|
1431
1445
|
Sequence: 'Sequence',
|
|
1432
1446
|
SequenceStep: 'SequenceStep',
|