@creator.co/creatorco-prisma-client 1.0.57-alpha-fe4a8b1 → 1.0.57-alpha-4c71c2e
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 +7 -5
- package/index-browser.js +3 -1
- package/index.d.ts +119 -39
- package/index.js +7 -5
- package/package.json +1 -1
- package/schema.prisma +7 -5
- package/wasm.js +3 -1
package/index-browser.js
CHANGED
|
@@ -751,6 +751,7 @@ exports.Prisma.AffiliateEventScalarFieldEnum = {
|
|
|
751
751
|
id: 'id',
|
|
752
752
|
event: 'event',
|
|
753
753
|
created: 'created',
|
|
754
|
+
updatedAt: 'updatedAt',
|
|
754
755
|
visitorIp: 'visitorIp',
|
|
755
756
|
urlPath: 'urlPath',
|
|
756
757
|
revenue: 'revenue',
|
|
@@ -765,7 +766,8 @@ exports.Prisma.AffiliateEventScalarFieldEnum = {
|
|
|
765
766
|
|
|
766
767
|
exports.Prisma.AffiliatePayoutBatchScalarFieldEnum = {
|
|
767
768
|
id: 'id',
|
|
768
|
-
|
|
769
|
+
createdAt: 'createdAt',
|
|
770
|
+
updatedAt: 'updatedAt',
|
|
769
771
|
metaData: 'metaData',
|
|
770
772
|
trolleyBatchId: 'trolleyBatchId',
|
|
771
773
|
userId: 'userId'
|