@creator.co/creatorco-prisma-client 1.0.26 → 1.0.28-alpha-a758046
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 +13 -11
- package/index-browser.js +7 -5
- package/index.d.ts +896 -1956
- package/index.js +13 -11
- package/libquery_engine-darwin-arm64.dylib.node +0 -0
- package/libquery_engine-darwin.dylib.node +0 -0
- package/libquery_engine-debian-openssl-3.0.x.so.node +0 -0
- package/libquery_engine-linux-arm64-openssl-1.0.x.so.node +0 -0
- package/libquery_engine-linux-arm64-openssl-3.0.x.so.node +0 -0
- package/libquery_engine-linux-musl-arm64-openssl-3.0.x.so.node +0 -0
- package/package.json +7 -1
- package/query_engine-windows.dll.node +0 -0
- package/runtime/edge-esm.js +16 -16
- package/runtime/edge.js +15 -15
- package/runtime/library.d.ts +34 -13
- package/runtime/library.js +46 -46
- package/runtime/react-native.js +77 -0
- package/runtime/wasm.js +17 -17
- package/schema.prisma +1 -0
- package/wasm.js +7 -5
package/schema.prisma
CHANGED
package/wasm.js
CHANGED
|
@@ -16,12 +16,12 @@ exports.Prisma = Prisma
|
|
|
16
16
|
exports.$Enums = {}
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
|
-
* Prisma Client JS version: 5.
|
|
20
|
-
* Query Engine version:
|
|
19
|
+
* Prisma Client JS version: 5.13.0
|
|
20
|
+
* Query Engine version: b9a39a7ee606c28e3455d0fd60e78c3ba82b1a2b
|
|
21
21
|
*/
|
|
22
22
|
Prisma.prismaVersion = {
|
|
23
|
-
client: "5.
|
|
24
|
-
engine: "
|
|
23
|
+
client: "5.13.0",
|
|
24
|
+
engine: "b9a39a7ee606c28e3455d0fd60e78c3ba82b1a2b"
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
Prisma.PrismaClientKnownRequestError = () => {
|
|
@@ -724,6 +724,7 @@ exports.Prisma.SocialProfileScalarFieldEnum = {
|
|
|
724
724
|
engagement: 'engagement',
|
|
725
725
|
avgViews: 'avgViews',
|
|
726
726
|
verified: 'verified',
|
|
727
|
+
visibility: 'visibility',
|
|
727
728
|
metaData: 'metaData',
|
|
728
729
|
audienceData: 'audienceData',
|
|
729
730
|
phylloData: 'phylloData',
|
|
@@ -1170,7 +1171,8 @@ exports.Prisma.SocialProfileOrderByRelevanceFieldEnum = {
|
|
|
1170
1171
|
username: 'username',
|
|
1171
1172
|
fullname: 'fullname',
|
|
1172
1173
|
profileUrl: 'profileUrl',
|
|
1173
|
-
profilePicUrl: 'profilePicUrl'
|
|
1174
|
+
profilePicUrl: 'profilePicUrl',
|
|
1175
|
+
visibility: 'visibility'
|
|
1174
1176
|
};
|
|
1175
1177
|
|
|
1176
1178
|
exports.Prisma.MessageTemplateOrderByRelevanceFieldEnum = {
|