@creator.co/creatorco-prisma-client 1.0.62 → 1.0.64-alpha-499941e
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/edge.js +14 -6
- package/index-browser.js +10 -2
- package/index.d.ts +2209 -26
- package/index.js +14 -6
- package/package.json +1 -1
- package/schema.prisma +28 -14
- package/wasm.js +10 -2
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,12 @@ 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
|
+
};
|
|
1097
|
+
|
|
1091
1098
|
exports.Prisma.SortOrder = {
|
|
1092
1099
|
asc: 'asc',
|
|
1093
1100
|
desc: 'desc'
|
|
@@ -1618,7 +1625,8 @@ exports.Prisma.ModelName = {
|
|
|
1618
1625
|
ShopifySale: 'ShopifySale',
|
|
1619
1626
|
CreatorFlag: 'CreatorFlag',
|
|
1620
1627
|
BrandContract: 'BrandContract',
|
|
1621
|
-
File: 'File'
|
|
1628
|
+
File: 'File',
|
|
1629
|
+
CreditRefundBatch: 'CreditRefundBatch'
|
|
1622
1630
|
};
|
|
1623
1631
|
|
|
1624
1632
|
/**
|