@levrbet/shared 0.5.46 → 0.5.47

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.46",
3
+ "version": "0.5.47",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -602,6 +602,8 @@ model FreeBetCampaign {
602
602
  entries FreeBetCampaignEntry[]
603
603
 
604
604
  createdAt DateTime @default(now())
605
+
606
+ @@unique([chainId, campaignId])
605
607
  }
606
608
 
607
609
  model FreeBetCampaignEntry {