@creator.co/creatorco-prisma-client 1.0.33-alpha-dde3fcf → 1.0.34-alpha-925d6bb

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
@@ -458,12 +458,17 @@ exports.Prisma.CampaignToCountryScalarFieldEnum = {
458
458
  countryId: 'countryId'
459
459
  };
460
460
 
461
+ exports.Prisma.CampaignToVariableScalarFieldEnum = {
462
+ campaignId: 'campaignId',
463
+ variableId: 'variableId'
464
+ };
465
+
461
466
  exports.Prisma.VariableScalarFieldEnum = {
462
467
  id: 'id',
463
468
  title: 'title',
464
469
  description: 'description',
465
470
  metaData: 'metaData',
466
- campaignId: 'campaignId'
471
+ brandId: 'brandId'
467
472
  };
468
473
 
469
474
  exports.Prisma.VariableOptionScalarFieldEnum = {
@@ -1281,6 +1286,7 @@ exports.Prisma.ModelName = {
1281
1286
  CampaignToImage: 'CampaignToImage',
1282
1287
  CampaignToCategory: 'CampaignToCategory',
1283
1288
  CampaignToCountry: 'CampaignToCountry',
1289
+ CampaignToVariable: 'CampaignToVariable',
1284
1290
  Variable: 'Variable',
1285
1291
  VariableOption: 'VariableOption',
1286
1292
  Step: 'Step',