@creator.co/creatorco-prisma-client 1.0.34 → 1.0.36-alpha-953b543
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 +60 -10
- package/index-browser.js +54 -4
- package/index.d.ts +6288 -868
- package/index.js +60 -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 -1
- package/query_engine-windows.dll.node +0 -0
- package/runtime/edge-esm.js +9 -9
- package/runtime/edge.js +9 -9
- package/runtime/index-browser.d.ts +1 -1
- package/runtime/library.d.ts +10 -6
- package/runtime/library.js +22 -22
- package/runtime/react-native.js +11 -11
- package/runtime/wasm.js +19 -19
- package/schema.prisma +224 -182
- package/wasm.js +54 -4
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.14.0
|
|
20
|
+
* Query Engine version: e9771e62de70f79a5e1c604a2d7c8e2a0a874b48
|
|
21
21
|
*/
|
|
22
22
|
Prisma.prismaVersion = {
|
|
23
|
-
client: "5.
|
|
24
|
-
engine: "
|
|
23
|
+
client: "5.14.0",
|
|
24
|
+
engine: "e9771e62de70f79a5e1c604a2d7c8e2a0a874b48"
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
Prisma.PrismaClientKnownRequestError = () => {
|
|
@@ -463,6 +463,7 @@ exports.Prisma.ProductListScalarFieldEnum = {
|
|
|
463
463
|
title: 'title',
|
|
464
464
|
description: 'description',
|
|
465
465
|
metaData: 'metaData',
|
|
466
|
+
deactivated: 'deactivated',
|
|
466
467
|
brandId: 'brandId'
|
|
467
468
|
};
|
|
468
469
|
|
|
@@ -471,6 +472,7 @@ exports.Prisma.ProductListItemScalarFieldEnum = {
|
|
|
471
472
|
title: 'title',
|
|
472
473
|
description: 'description',
|
|
473
474
|
metaData: 'metaData',
|
|
475
|
+
deactivated: 'deactivated',
|
|
474
476
|
productListId: 'productListId'
|
|
475
477
|
};
|
|
476
478
|
|
|
@@ -611,6 +613,41 @@ exports.Prisma.SocialPostScalarFieldEnum = {
|
|
|
611
613
|
campaignId: 'campaignId'
|
|
612
614
|
};
|
|
613
615
|
|
|
616
|
+
exports.Prisma.ArchivedSocialPostScalarFieldEnum = {
|
|
617
|
+
id: 'id',
|
|
618
|
+
phylloId: 'phylloId',
|
|
619
|
+
metaData: 'metaData',
|
|
620
|
+
lastFetched: 'lastFetched',
|
|
621
|
+
lastWebhook: 'lastWebhook',
|
|
622
|
+
posted: 'posted',
|
|
623
|
+
title: 'title',
|
|
624
|
+
description: 'description',
|
|
625
|
+
url: 'url',
|
|
626
|
+
urlPath: 'urlPath',
|
|
627
|
+
format: 'format',
|
|
628
|
+
type: 'type',
|
|
629
|
+
platform: 'platform',
|
|
630
|
+
visibility: 'visibility',
|
|
631
|
+
isSponsored: 'isSponsored',
|
|
632
|
+
hasCollaborators: 'hasCollaborators',
|
|
633
|
+
isOwnedByUser: 'isOwnedByUser',
|
|
634
|
+
views: 'views',
|
|
635
|
+
impressions: 'impressions',
|
|
636
|
+
impressionsOrganic: 'impressionsOrganic',
|
|
637
|
+
impressionsPaid: 'impressionsPaid',
|
|
638
|
+
reach: 'reach',
|
|
639
|
+
reachOrganic: 'reachOrganic',
|
|
640
|
+
reachPaid: 'reachPaid',
|
|
641
|
+
watchHours: 'watchHours',
|
|
642
|
+
likes: 'likes',
|
|
643
|
+
dislikes: 'dislikes',
|
|
644
|
+
comments: 'comments',
|
|
645
|
+
saves: 'saves',
|
|
646
|
+
shares: 'shares',
|
|
647
|
+
userId: 'userId',
|
|
648
|
+
campaignId: 'campaignId'
|
|
649
|
+
};
|
|
650
|
+
|
|
614
651
|
exports.Prisma.ImageScalarFieldEnum = {
|
|
615
652
|
id: 'id',
|
|
616
653
|
url: 'url',
|
|
@@ -1144,6 +1181,18 @@ exports.Prisma.SocialPostOrderByRelevanceFieldEnum = {
|
|
|
1144
1181
|
visibility: 'visibility'
|
|
1145
1182
|
};
|
|
1146
1183
|
|
|
1184
|
+
exports.Prisma.ArchivedSocialPostOrderByRelevanceFieldEnum = {
|
|
1185
|
+
phylloId: 'phylloId',
|
|
1186
|
+
title: 'title',
|
|
1187
|
+
description: 'description',
|
|
1188
|
+
url: 'url',
|
|
1189
|
+
urlPath: 'urlPath',
|
|
1190
|
+
format: 'format',
|
|
1191
|
+
type: 'type',
|
|
1192
|
+
platform: 'platform',
|
|
1193
|
+
visibility: 'visibility'
|
|
1194
|
+
};
|
|
1195
|
+
|
|
1147
1196
|
exports.Prisma.ImageOrderByRelevanceFieldEnum = {
|
|
1148
1197
|
url: 'url',
|
|
1149
1198
|
size: 'size'
|
|
@@ -1331,6 +1380,7 @@ exports.Prisma.ModelName = {
|
|
|
1331
1380
|
TrolleyPayment: 'TrolleyPayment',
|
|
1332
1381
|
OptInVariable: 'OptInVariable',
|
|
1333
1382
|
SocialPost: 'SocialPost',
|
|
1383
|
+
ArchivedSocialPost: 'ArchivedSocialPost',
|
|
1334
1384
|
Image: 'Image',
|
|
1335
1385
|
BrandImage: 'BrandImage',
|
|
1336
1386
|
Country: 'Country',
|