@creator.co/creatorco-prisma-client 1.0.63 → 1.0.64-alpha-86f6413

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
@@ -814,7 +814,8 @@ exports.Prisma.CreatorListScalarFieldEnum = {
814
814
  created: 'created',
815
815
  archived: 'archived',
816
816
  title: 'title',
817
- metaData: 'metaData'
817
+ metaData: 'metaData',
818
+ createdByUserId: 'createdByUserId'
818
819
  };
819
820
 
820
821
  exports.Prisma.CreatorListItemScalarFieldEnum = {
@@ -1088,6 +1089,13 @@ exports.Prisma.FileScalarFieldEnum = {
1088
1089
  archivedAt: 'archivedAt'
1089
1090
  };
1090
1091
 
1092
+ exports.Prisma.CreditRefundBatchScalarFieldEnum = {
1093
+ id: 'id',
1094
+ createdAt: 'createdAt',
1095
+ closedAt: 'closedAt',
1096
+ brandId: 'brandId'
1097
+ };
1098
+
1091
1099
  exports.Prisma.SortOrder = {
1092
1100
  asc: 'asc',
1093
1101
  desc: 'desc'
@@ -1618,7 +1626,8 @@ exports.Prisma.ModelName = {
1618
1626
  ShopifySale: 'ShopifySale',
1619
1627
  CreatorFlag: 'CreatorFlag',
1620
1628
  BrandContract: 'BrandContract',
1621
- File: 'File'
1629
+ File: 'File',
1630
+ CreditRefundBatch: 'CreditRefundBatch'
1622
1631
  };
1623
1632
 
1624
1633
  /**