@creator.co/creatorco-prisma-client 1.0.33 → 1.0.34-alpha-6895cd0

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
@@ -16,12 +16,12 @@ exports.Prisma = Prisma
16
16
  exports.$Enums = {}
17
17
 
18
18
  /**
19
- * Prisma Client JS version: 5.12.1
20
- * Query Engine version: 473ed3124229e22d881cb7addf559799debae1ab
19
+ * Prisma Client JS version: 5.13.0
20
+ * Query Engine version: b9a39a7ee606c28e3455d0fd60e78c3ba82b1a2b
21
21
  */
22
22
  Prisma.prismaVersion = {
23
- client: "5.12.1",
24
- engine: "473ed3124229e22d881cb7addf559799debae1ab"
23
+ client: "5.13.0",
24
+ engine: "b9a39a7ee606c28e3455d0fd60e78c3ba82b1a2b"
25
25
  }
26
26
 
27
27
  Prisma.PrismaClientKnownRequestError = () => {
@@ -458,6 +458,33 @@ exports.Prisma.CampaignToCountryScalarFieldEnum = {
458
458
  countryId: 'countryId'
459
459
  };
460
460
 
461
+ exports.Prisma.ProductListScalarFieldEnum = {
462
+ id: 'id',
463
+ title: 'title',
464
+ description: 'description',
465
+ metaData: 'metaData',
466
+ brandId: 'brandId'
467
+ };
468
+
469
+ exports.Prisma.ProductListItemScalarFieldEnum = {
470
+ id: 'id',
471
+ title: 'title',
472
+ description: 'description',
473
+ metaData: 'metaData',
474
+ productListId: 'productListId'
475
+ };
476
+
477
+ exports.Prisma.CampaignToProductListScalarFieldEnum = {
478
+ campaignId: 'campaignId',
479
+ productListId: 'productListId'
480
+ };
481
+
482
+ exports.Prisma.OptinToProductListItemScalarFieldEnum = {
483
+ id: 'id',
484
+ optInId: 'optInId',
485
+ productListItemId: 'productListItemId'
486
+ };
487
+
461
488
  exports.Prisma.VariableScalarFieldEnum = {
462
489
  id: 'id',
463
490
  title: 'title',
@@ -1058,6 +1085,16 @@ exports.Prisma.CampaignToImageOrderByRelevanceFieldEnum = {
1058
1085
  type: 'type'
1059
1086
  };
1060
1087
 
1088
+ exports.Prisma.ProductListOrderByRelevanceFieldEnum = {
1089
+ title: 'title',
1090
+ description: 'description'
1091
+ };
1092
+
1093
+ exports.Prisma.ProductListItemOrderByRelevanceFieldEnum = {
1094
+ title: 'title',
1095
+ description: 'description'
1096
+ };
1097
+
1061
1098
  exports.Prisma.VariableOrderByRelevanceFieldEnum = {
1062
1099
  title: 'title',
1063
1100
  description: 'description'
@@ -1281,6 +1318,10 @@ exports.Prisma.ModelName = {
1281
1318
  CampaignToImage: 'CampaignToImage',
1282
1319
  CampaignToCategory: 'CampaignToCategory',
1283
1320
  CampaignToCountry: 'CampaignToCountry',
1321
+ ProductList: 'ProductList',
1322
+ ProductListItem: 'ProductListItem',
1323
+ CampaignToProductList: 'CampaignToProductList',
1324
+ OptinToProductListItem: 'OptinToProductListItem',
1284
1325
  Variable: 'Variable',
1285
1326
  VariableOption: 'VariableOption',
1286
1327
  Step: 'Step',