@creator.co/creatorco-prisma-client 1.0.44-alpha-bafa2f4 → 1.0.45
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 +6 -5
- package/index-browser.js +2 -1
- package/index.d.ts +435 -1
- package/index.js +6 -5
- package/package.json +1 -1
- package/schema.prisma +3 -0
- package/wasm.js +2 -1
package/index-browser.js
CHANGED
|
@@ -878,7 +878,8 @@ exports.Prisma.ImpactRadiusEventScalarFieldEnum = {
|
|
|
878
878
|
commission: 'commission',
|
|
879
879
|
metaData: 'metaData',
|
|
880
880
|
userId: 'userId',
|
|
881
|
-
brandId: 'brandId'
|
|
881
|
+
brandId: 'brandId',
|
|
882
|
+
optInId: 'optInId'
|
|
882
883
|
};
|
|
883
884
|
|
|
884
885
|
exports.Prisma.CreatorSearchFilterScalarFieldEnum = {
|