@levrbet/shared 0.5.68 → 0.5.69

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.68",
3
+ "version": "0.5.69",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -144,8 +144,8 @@ model TeamData {
144
144
  levrTeamOfficialAbbreviation String
145
145
  lsportsTeamName String
146
146
  opticOddsTeamName String
147
- lsportsTeamId String @unique
148
- opticOddsTeamId String @unique
147
+ lsportsTeamId String
148
+ opticOddsTeamId String
149
149
  levrTeamId String @unique
150
150
  opticOddsTeamLogoUrl String @unique
151
151
  levrTeamLogoUrlAsHome String @unique
@@ -591,13 +591,13 @@ model ClosedOrder {
591
591
  }
592
592
 
593
593
  model FreeBetCampaign {
594
- objectId String @id @default(auto()) @map("_id") @db.ObjectId
595
- merkleRoot String @unique
596
- campaignId Int
597
- chainId Int
598
- name String
599
- description String
600
- txHash String?
594
+ objectId String @id @default(auto()) @map("_id") @db.ObjectId
595
+ merkleRoot String @unique
596
+ campaignId Int
597
+ chainId Int
598
+ name String
599
+ description String
600
+ txHash String?
601
601
 
602
602
  entries FreeBetCampaignEntry[]
603
603
 
@@ -621,5 +621,3 @@ model FreeBetCampaignEntry {
621
621
  @@unique([merkleRoot, ethAddress, nonce])
622
622
  @@index([ethAddress])
623
623
  }
624
-
625
-