@levrbet/shared 0.5.42 → 0.5.44

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.42",
3
+ "version": "0.5.44",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -596,7 +596,6 @@ model FreeBetCampaign {
596
596
  chainId Int
597
597
  name String
598
598
  description String
599
- merkleTreeDump Json
600
599
  relayerTxId String?
601
600
 
602
601
  entries FreeBetCampaignEntry[]
@@ -608,6 +607,7 @@ model FreeBetCampaignEntry {
608
607
  objectId String @id @default(auto()) @map("_id") @db.ObjectId
609
608
  merkleRoot String
610
609
  ethAddress String
610
+ proof Json?
611
611
 
612
612
  campaign FreeBetCampaign @relation(fields: [merkleRoot], references: [merkleRoot])
613
613