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

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