@levrbet/shared 0.1.151 → 0.1.152

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.
@@ -103,6 +103,7 @@ export interface LevrGameTeamDetails {
103
103
  name: string;
104
104
  logoUrl: string;
105
105
  mascot: string;
106
+ abbreviation?: string;
106
107
  providerTeamIds: string[];
107
108
  }
108
109
  export type LeagueWithTeams = Prisma.LeagueGetPayload<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@levrbet/shared",
3
- "version": "0.1.151",
3
+ "version": "0.1.152",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {