@creator.co/creatorco-prisma-client 1.0.47-alpha-15ad3c3 → 1.0.47-alpha-e6ce134

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
@@ -984,7 +984,7 @@ exports.Prisma.CampaignToShopifyProductScalarFieldEnum = {
984
984
  exports.Prisma.ShopifyDiscountCodeScalarFieldEnum = {
985
985
  id: 'id',
986
986
  code: 'code',
987
- discount: 'discount',
987
+ shopifyDiscountCodeId: 'shopifyDiscountCodeId',
988
988
  shopifyPriceRuleId: 'shopifyPriceRuleId',
989
989
  optInId: 'optInId'
990
990
  };
@@ -1380,8 +1380,7 @@ exports.Prisma.ShopifyProductVariationOrderByRelevanceFieldEnum = {
1380
1380
  };
1381
1381
 
1382
1382
  exports.Prisma.ShopifyDiscountCodeOrderByRelevanceFieldEnum = {
1383
- code: 'code',
1384
- shopifyPriceRuleId: 'shopifyPriceRuleId'
1383
+ code: 'code'
1385
1384
  };
1386
1385
  exports.trolleyPaymentType = exports.$Enums.trolleyPaymentType = {
1387
1386
  optIn: 'optIn',