black-diamond-shared 1.0.37 → 1.0.38

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/dist/index.d.mts CHANGED
@@ -1836,7 +1836,7 @@ declare const betTypes: {
1836
1836
 
1837
1837
  interface BetSelection {
1838
1838
  betType: BetTypes;
1839
- fixture: Schema.Types.ObjectId;
1839
+ fixture: string;
1840
1840
  odds: number;
1841
1841
  winner?: boolean;
1842
1842
  }
package/dist/index.d.ts CHANGED
@@ -1836,7 +1836,7 @@ declare const betTypes: {
1836
1836
 
1837
1837
  interface BetSelection {
1838
1838
  betType: BetTypes;
1839
- fixture: Schema.Types.ObjectId;
1839
+ fixture: string;
1840
1840
  odds: number;
1841
1841
  winner?: boolean;
1842
1842
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "black-diamond-shared",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "description": "Shared code between Black Diamond repositories",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",