@creator.co/creatorco-prisma-client 1.0.44-alpha-bafa2f4 → 1.0.44
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 +8 -11
- package/index-browser.js +4 -7
- package/index.d.ts +437 -235
- package/index.js +8 -11
- package/package.json +1 -1
- package/schema.prisma +4 -3
- package/wasm.js +4 -7
package/index-browser.js
CHANGED
|
@@ -138,9 +138,7 @@ exports.Prisma.UserScalarFieldEnum = {
|
|
|
138
138
|
closedReason: 'closedReason',
|
|
139
139
|
usercomLastSynced: 'usercomLastSynced',
|
|
140
140
|
extraData: 'extraData',
|
|
141
|
-
referrerId: 'referrerId'
|
|
142
|
-
fullName: 'fullName',
|
|
143
|
-
phoneNormalised: 'phoneNormalised'
|
|
141
|
+
referrerId: 'referrerId'
|
|
144
142
|
};
|
|
145
143
|
|
|
146
144
|
exports.Prisma.LogScalarFieldEnum = {
|
|
@@ -878,7 +876,8 @@ exports.Prisma.ImpactRadiusEventScalarFieldEnum = {
|
|
|
878
876
|
commission: 'commission',
|
|
879
877
|
metaData: 'metaData',
|
|
880
878
|
userId: 'userId',
|
|
881
|
-
brandId: 'brandId'
|
|
879
|
+
brandId: 'brandId',
|
|
880
|
+
optInId: 'optInId'
|
|
882
881
|
};
|
|
883
882
|
|
|
884
883
|
exports.Prisma.CreatorSearchFilterScalarFieldEnum = {
|
|
@@ -1011,9 +1010,7 @@ exports.Prisma.UserOrderByRelevanceFieldEnum = {
|
|
|
1011
1010
|
profilePicUrl: 'profilePicUrl',
|
|
1012
1011
|
forgotPasswordKey: 'forgotPasswordKey',
|
|
1013
1012
|
affiliateSlug: 'affiliateSlug',
|
|
1014
|
-
closedReason: 'closedReason'
|
|
1015
|
-
fullName: 'fullName',
|
|
1016
|
-
phoneNormalised: 'phoneNormalised'
|
|
1013
|
+
closedReason: 'closedReason'
|
|
1017
1014
|
};
|
|
1018
1015
|
|
|
1019
1016
|
exports.Prisma.CreatorProfileOrderByRelevanceFieldEnum = {
|