@creator.co/creatorco-prisma-client 1.0.44-alpha-49cbfe3 → 1.0.44-alpha-bafa2f4
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 -6
- package/index-browser.js +4 -2
- package/index.d.ts +118 -2
- package/index.js +8 -6
- package/package.json +1 -1
- package/schema.prisma +2 -1
- package/wasm.js +4 -2
package/index-browser.js
CHANGED
|
@@ -139,7 +139,8 @@ exports.Prisma.UserScalarFieldEnum = {
|
|
|
139
139
|
usercomLastSynced: 'usercomLastSynced',
|
|
140
140
|
extraData: 'extraData',
|
|
141
141
|
referrerId: 'referrerId',
|
|
142
|
-
fullName: 'fullName'
|
|
142
|
+
fullName: 'fullName',
|
|
143
|
+
phoneNormalised: 'phoneNormalised'
|
|
143
144
|
};
|
|
144
145
|
|
|
145
146
|
exports.Prisma.LogScalarFieldEnum = {
|
|
@@ -1011,7 +1012,8 @@ exports.Prisma.UserOrderByRelevanceFieldEnum = {
|
|
|
1011
1012
|
forgotPasswordKey: 'forgotPasswordKey',
|
|
1012
1013
|
affiliateSlug: 'affiliateSlug',
|
|
1013
1014
|
closedReason: 'closedReason',
|
|
1014
|
-
fullName: 'fullName'
|
|
1015
|
+
fullName: 'fullName',
|
|
1016
|
+
phoneNormalised: 'phoneNormalised'
|
|
1015
1017
|
};
|
|
1016
1018
|
|
|
1017
1019
|
exports.Prisma.CreatorProfileOrderByRelevanceFieldEnum = {
|