@levrbet/shared 0.5.53 → 0.5.54

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@levrbet/shared",
3
- "version": "0.5.53",
3
+ "version": "0.5.54",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -611,6 +611,7 @@ model FreeBetCampaignEntry {
611
611
  merkleRoot String
612
612
  ethAddress String
613
613
  proof Json?
614
+ amount BigInt @default(0)
614
615
 
615
616
  campaign FreeBetCampaign @relation(fields: [merkleRoot], references: [merkleRoot])
616
617