@creator.co/creatorco-prisma-client 1.0.22-alpha-15b27e5 → 1.0.22-alpha-522fb1e

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/index-browser.js CHANGED
@@ -849,6 +849,41 @@ exports.Prisma.SequenceImapCheckpointScalarFieldEnum = {
849
849
  updatedAt: 'updatedAt'
850
850
  };
851
851
 
852
+ exports.Prisma.ShopifyStoreScalarFieldEnum = {
853
+ id: 'id',
854
+ name: 'name',
855
+ url: 'url',
856
+ accessToken: 'accessToken',
857
+ syncStatus: 'syncStatus',
858
+ lastSynced: 'lastSynced',
859
+ metaData: 'metaData',
860
+ brandId: 'brandId'
861
+ };
862
+
863
+ exports.Prisma.ShopifyProductScalarFieldEnum = {
864
+ id: 'id',
865
+ shopifyId: 'shopifyId',
866
+ title: 'title',
867
+ handle: 'handle',
868
+ imageUrl: 'imageUrl',
869
+ metaData: 'metaData',
870
+ shopifyStoreId: 'shopifyStoreId'
871
+ };
872
+
873
+ exports.Prisma.ShopifyProductVariationScalarFieldEnum = {
874
+ id: 'id',
875
+ shopifyId: 'shopifyId',
876
+ title: 'title',
877
+ imageUrl: 'imageUrl',
878
+ metaData: 'metaData',
879
+ shopifyProductId: 'shopifyProductId'
880
+ };
881
+
882
+ exports.Prisma.CampaignToShopifyProductScalarFieldEnum = {
883
+ campaignId: 'campaignId',
884
+ shopifyProductId: 'shopifyProductId'
885
+ };
886
+
852
887
  exports.Prisma.SortOrder = {
853
888
  asc: 'asc',
854
889
  desc: 'desc'
@@ -1175,6 +1210,25 @@ exports.Prisma.SequenceOrderByRelevanceFieldEnum = {
1175
1210
  exports.Prisma.SequenceInboundEmailOrderByRelevanceFieldEnum = {
1176
1211
  msgHash: 'msgHash'
1177
1212
  };
1213
+
1214
+ exports.Prisma.ShopifyStoreOrderByRelevanceFieldEnum = {
1215
+ name: 'name',
1216
+ url: 'url',
1217
+ accessToken: 'accessToken'
1218
+ };
1219
+
1220
+ exports.Prisma.ShopifyProductOrderByRelevanceFieldEnum = {
1221
+ shopifyId: 'shopifyId',
1222
+ title: 'title',
1223
+ handle: 'handle',
1224
+ imageUrl: 'imageUrl'
1225
+ };
1226
+
1227
+ exports.Prisma.ShopifyProductVariationOrderByRelevanceFieldEnum = {
1228
+ shopifyId: 'shopifyId',
1229
+ title: 'title',
1230
+ imageUrl: 'imageUrl'
1231
+ };
1178
1232
  exports.trolleyPaymentType = exports.$Enums.trolleyPaymentType = {
1179
1233
  optIn: 'optIn',
1180
1234
  tip: 'tip',
@@ -1189,6 +1243,12 @@ exports.trolleyPaymentStatus = exports.$Enums.trolleyPaymentStatus = {
1189
1243
  returned: 'returned'
1190
1244
  };
1191
1245
 
1246
+ exports.ShopifyStoreSyncStatus = exports.$Enums.ShopifyStoreSyncStatus = {
1247
+ syncing: 'syncing',
1248
+ synced: 'synced',
1249
+ error: 'error'
1250
+ };
1251
+
1192
1252
  exports.Prisma.ModelName = {
1193
1253
  User: 'User',
1194
1254
  Log: 'Log',
@@ -1249,7 +1309,11 @@ exports.Prisma.ModelName = {
1249
1309
  SequenceStep: 'SequenceStep',
1250
1310
  SequenceOutboundEmail: 'SequenceOutboundEmail',
1251
1311
  SequenceInboundEmail: 'SequenceInboundEmail',
1252
- SequenceImapCheckpoint: 'SequenceImapCheckpoint'
1312
+ SequenceImapCheckpoint: 'SequenceImapCheckpoint',
1313
+ ShopifyStore: 'ShopifyStore',
1314
+ ShopifyProduct: 'ShopifyProduct',
1315
+ ShopifyProductVariation: 'ShopifyProductVariation',
1316
+ CampaignToShopifyProduct: 'CampaignToShopifyProduct'
1253
1317
  };
1254
1318
 
1255
1319
  /**