@creator.co/creatorco-prisma-client 1.0.26 → 1.0.27-alpha-070bac6
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 -5
- package/index-browser.js +4 -1
- package/index.d.ts +101 -2
- package/index.js +8 -5
- package/package.json +1 -1
- package/schema.prisma +5 -1
- package/wasm.js +4 -1
package/index-browser.js
CHANGED
|
@@ -550,6 +550,7 @@ exports.Prisma.OptInVariableScalarFieldEnum = {
|
|
|
550
550
|
|
|
551
551
|
exports.Prisma.SocialPostScalarFieldEnum = {
|
|
552
552
|
id: 'id',
|
|
553
|
+
externalId: 'externalId',
|
|
553
554
|
phylloId: 'phylloId',
|
|
554
555
|
metaData: 'metaData',
|
|
555
556
|
data: 'data',
|
|
@@ -724,6 +725,7 @@ exports.Prisma.SocialProfileScalarFieldEnum = {
|
|
|
724
725
|
engagement: 'engagement',
|
|
725
726
|
avgViews: 'avgViews',
|
|
726
727
|
verified: 'verified',
|
|
728
|
+
visibility: 'visibility',
|
|
727
729
|
metaData: 'metaData',
|
|
728
730
|
audienceData: 'audienceData',
|
|
729
731
|
phylloData: 'phylloData',
|
|
@@ -1170,7 +1172,8 @@ exports.Prisma.SocialProfileOrderByRelevanceFieldEnum = {
|
|
|
1170
1172
|
username: 'username',
|
|
1171
1173
|
fullname: 'fullname',
|
|
1172
1174
|
profileUrl: 'profileUrl',
|
|
1173
|
-
profilePicUrl: 'profilePicUrl'
|
|
1175
|
+
profilePicUrl: 'profilePicUrl',
|
|
1176
|
+
visibility: 'visibility'
|
|
1174
1177
|
};
|
|
1175
1178
|
|
|
1176
1179
|
exports.Prisma.MessageTemplateOrderByRelevanceFieldEnum = {
|