@creator.co/creatorco-prisma-client 1.0.28-alpha-a758046 → 1.0.28-alpha-cd94ad9
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 +12 -10
- package/index-browser.js +6 -4
- package/index.d.ts +2007 -853
- package/index.js +12 -10
- 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 +1 -7
- 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 +13 -34
- package/runtime/library.js +46 -46
- package/runtime/wasm.js +17 -17
- package/schema.prisma +4 -1
- package/wasm.js +6 -4
- package/runtime/react-native.js +0 -77
package/index-browser.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.12.1
|
|
20
|
+
* Query Engine version: 473ed3124229e22d881cb7addf559799debae1ab
|
|
21
21
|
*/
|
|
22
22
|
Prisma.prismaVersion = {
|
|
23
|
-
client: "5.
|
|
24
|
-
engine: "
|
|
23
|
+
client: "5.12.1",
|
|
24
|
+
engine: "473ed3124229e22d881cb7addf559799debae1ab"
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
Prisma.PrismaClientKnownRequestError = () => {
|
|
@@ -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',
|
|
@@ -1094,6 +1095,7 @@ exports.Prisma.TrolleyPaymentOrderByRelevanceFieldEnum = {
|
|
|
1094
1095
|
};
|
|
1095
1096
|
|
|
1096
1097
|
exports.Prisma.SocialPostOrderByRelevanceFieldEnum = {
|
|
1098
|
+
externalId: 'externalId',
|
|
1097
1099
|
phylloId: 'phylloId',
|
|
1098
1100
|
title: 'title',
|
|
1099
1101
|
description: 'description',
|