@creator.co/creatorco-prisma-client 1.0.18 → 1.0.20-alpha-995a7a0
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 +50 -18
- package/index-browser.js +46 -14
- package/index.d.ts +13587 -11249
- package/index.js +50 -18
- package/package.json +1 -1
- package/schema.prisma +48 -18
- package/wasm.js +46 -14
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',
|
|
@@ -640,6 +633,7 @@ exports.Prisma.AffiliateClickScalarFieldEnum = {
|
|
|
640
633
|
id: 'id',
|
|
641
634
|
created: 'created',
|
|
642
635
|
visitorIp: 'visitorIp',
|
|
636
|
+
optInId: 'optInId',
|
|
643
637
|
metaData: 'metaData',
|
|
644
638
|
affiliateLinkId: 'affiliateLinkId'
|
|
645
639
|
};
|
|
@@ -842,6 +836,32 @@ exports.Prisma.SequenceImapCheckpointScalarFieldEnum = {
|
|
|
842
836
|
updatedAt: 'updatedAt'
|
|
843
837
|
};
|
|
844
838
|
|
|
839
|
+
exports.Prisma.ShopifyStoreScalarFieldEnum = {
|
|
840
|
+
id: 'id',
|
|
841
|
+
shopifyId: 'shopifyId',
|
|
842
|
+
name: 'name',
|
|
843
|
+
url: 'url',
|
|
844
|
+
accessToken: 'accessToken',
|
|
845
|
+
metaData: 'metaData',
|
|
846
|
+
brandId: 'brandId'
|
|
847
|
+
};
|
|
848
|
+
|
|
849
|
+
exports.Prisma.ShopifyProductScalarFieldEnum = {
|
|
850
|
+
id: 'id',
|
|
851
|
+
shopifyId: 'shopifyId',
|
|
852
|
+
title: 'title',
|
|
853
|
+
handle: 'handle',
|
|
854
|
+
createdAt: 'createdAt',
|
|
855
|
+
updatedAt: 'updatedAt',
|
|
856
|
+
description: 'description',
|
|
857
|
+
price: 'price',
|
|
858
|
+
tags: 'tags',
|
|
859
|
+
status: 'status',
|
|
860
|
+
metaData: 'metaData',
|
|
861
|
+
lastSynced: 'lastSynced',
|
|
862
|
+
shopifyStoreId: 'shopifyStoreId'
|
|
863
|
+
};
|
|
864
|
+
|
|
845
865
|
exports.Prisma.SortOrder = {
|
|
846
866
|
asc: 'asc',
|
|
847
867
|
desc: 'desc'
|
|
@@ -1060,11 +1080,6 @@ exports.Prisma.SocialPostOrderByRelevanceFieldEnum = {
|
|
|
1060
1080
|
visibility: 'visibility'
|
|
1061
1081
|
};
|
|
1062
1082
|
|
|
1063
|
-
exports.Prisma.SocialPostTagOrderByRelevanceFieldEnum = {
|
|
1064
|
-
title: 'title',
|
|
1065
|
-
type: 'type'
|
|
1066
|
-
};
|
|
1067
|
-
|
|
1068
1083
|
exports.Prisma.ImageOrderByRelevanceFieldEnum = {
|
|
1069
1084
|
url: 'url',
|
|
1070
1085
|
size: 'size'
|
|
@@ -1173,6 +1188,22 @@ exports.Prisma.SequenceOrderByRelevanceFieldEnum = {
|
|
|
1173
1188
|
exports.Prisma.SequenceInboundEmailOrderByRelevanceFieldEnum = {
|
|
1174
1189
|
msgHash: 'msgHash'
|
|
1175
1190
|
};
|
|
1191
|
+
|
|
1192
|
+
exports.Prisma.ShopifyStoreOrderByRelevanceFieldEnum = {
|
|
1193
|
+
shopifyId: 'shopifyId',
|
|
1194
|
+
name: 'name',
|
|
1195
|
+
url: 'url',
|
|
1196
|
+
accessToken: 'accessToken'
|
|
1197
|
+
};
|
|
1198
|
+
|
|
1199
|
+
exports.Prisma.ShopifyProductOrderByRelevanceFieldEnum = {
|
|
1200
|
+
shopifyId: 'shopifyId',
|
|
1201
|
+
title: 'title',
|
|
1202
|
+
handle: 'handle',
|
|
1203
|
+
description: 'description',
|
|
1204
|
+
tags: 'tags',
|
|
1205
|
+
status: 'status'
|
|
1206
|
+
};
|
|
1176
1207
|
exports.trolleyPaymentType = exports.$Enums.trolleyPaymentType = {
|
|
1177
1208
|
optIn: 'optIn',
|
|
1178
1209
|
tip: 'tip',
|
|
@@ -1221,7 +1252,6 @@ exports.Prisma.ModelName = {
|
|
|
1221
1252
|
TrolleyPayment: 'TrolleyPayment',
|
|
1222
1253
|
OptInVariable: 'OptInVariable',
|
|
1223
1254
|
SocialPost: 'SocialPost',
|
|
1224
|
-
SocialPostTag: 'SocialPostTag',
|
|
1225
1255
|
Image: 'Image',
|
|
1226
1256
|
BrandImage: 'BrandImage',
|
|
1227
1257
|
Country: 'Country',
|
|
@@ -1248,7 +1278,9 @@ exports.Prisma.ModelName = {
|
|
|
1248
1278
|
SequenceStep: 'SequenceStep',
|
|
1249
1279
|
SequenceOutboundEmail: 'SequenceOutboundEmail',
|
|
1250
1280
|
SequenceInboundEmail: 'SequenceInboundEmail',
|
|
1251
|
-
SequenceImapCheckpoint: 'SequenceImapCheckpoint'
|
|
1281
|
+
SequenceImapCheckpoint: 'SequenceImapCheckpoint',
|
|
1282
|
+
ShopifyStore: 'ShopifyStore',
|
|
1283
|
+
ShopifyProduct: 'ShopifyProduct'
|
|
1252
1284
|
};
|
|
1253
1285
|
|
|
1254
1286
|
/**
|