@creator.co/creatorco-prisma-client 1.0.45 → 1.0.46-alpha-cbcafab
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 -4
- package/index-browser.js +10 -0
- package/index.d.ts +1911 -246
- package/index.js +14 -4
- package/package.json +1 -1
- package/schema.prisma +15 -0
- package/wasm.js +10 -0
package/index-browser.js
CHANGED
|
@@ -882,6 +882,15 @@ exports.Prisma.ImpactRadiusEventScalarFieldEnum = {
|
|
|
882
882
|
optInId: 'optInId'
|
|
883
883
|
};
|
|
884
884
|
|
|
885
|
+
exports.Prisma.ShareASaleEventScalarFieldEnum = {
|
|
886
|
+
id: 'id',
|
|
887
|
+
created: 'created',
|
|
888
|
+
saleAmount: 'saleAmount',
|
|
889
|
+
commission: 'commission',
|
|
890
|
+
metaData: 'metaData',
|
|
891
|
+
optInId: 'optInId'
|
|
892
|
+
};
|
|
893
|
+
|
|
885
894
|
exports.Prisma.CreatorSearchFilterScalarFieldEnum = {
|
|
886
895
|
id: 'id',
|
|
887
896
|
brandId: 'brandId',
|
|
@@ -1431,6 +1440,7 @@ exports.Prisma.ModelName = {
|
|
|
1431
1440
|
OptInView: 'OptInView',
|
|
1432
1441
|
RakutenActivity: 'RakutenActivity',
|
|
1433
1442
|
ImpactRadiusEvent: 'ImpactRadiusEvent',
|
|
1443
|
+
ShareASaleEvent: 'ShareASaleEvent',
|
|
1434
1444
|
CreatorSearchFilter: 'CreatorSearchFilter',
|
|
1435
1445
|
Sequence: 'Sequence',
|
|
1436
1446
|
SequenceStep: 'SequenceStep',
|