@creator.co/creatorco-prisma-client 1.0.18 → 1.0.19
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 +4 -17
- package/index-browser.js +0 -13
- package/index.d.ts +276 -1795
- package/index.js +4 -17
- package/package.json +1 -1
- package/schema.prisma +3 -17
- package/wasm.js +0 -13
package/index-browser.js
CHANGED
|
@@ -569,13 +569,6 @@ exports.Prisma.SocialPostScalarFieldEnum = {
|
|
|
569
569
|
campaignId: 'campaignId'
|
|
570
570
|
};
|
|
571
571
|
|
|
572
|
-
exports.Prisma.SocialPostTagScalarFieldEnum = {
|
|
573
|
-
id: 'id',
|
|
574
|
-
title: 'title',
|
|
575
|
-
type: 'type',
|
|
576
|
-
socialPostId: 'socialPostId'
|
|
577
|
-
};
|
|
578
|
-
|
|
579
572
|
exports.Prisma.ImageScalarFieldEnum = {
|
|
580
573
|
id: 'id',
|
|
581
574
|
url: 'url',
|
|
@@ -1060,11 +1053,6 @@ exports.Prisma.SocialPostOrderByRelevanceFieldEnum = {
|
|
|
1060
1053
|
visibility: 'visibility'
|
|
1061
1054
|
};
|
|
1062
1055
|
|
|
1063
|
-
exports.Prisma.SocialPostTagOrderByRelevanceFieldEnum = {
|
|
1064
|
-
title: 'title',
|
|
1065
|
-
type: 'type'
|
|
1066
|
-
};
|
|
1067
|
-
|
|
1068
1056
|
exports.Prisma.ImageOrderByRelevanceFieldEnum = {
|
|
1069
1057
|
url: 'url',
|
|
1070
1058
|
size: 'size'
|
|
@@ -1221,7 +1209,6 @@ exports.Prisma.ModelName = {
|
|
|
1221
1209
|
TrolleyPayment: 'TrolleyPayment',
|
|
1222
1210
|
OptInVariable: 'OptInVariable',
|
|
1223
1211
|
SocialPost: 'SocialPost',
|
|
1224
|
-
SocialPostTag: 'SocialPostTag',
|
|
1225
1212
|
Image: 'Image',
|
|
1226
1213
|
BrandImage: 'BrandImage',
|
|
1227
1214
|
Country: 'Country',
|