@levrbet/shared 0.2.41 → 0.2.43

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.
@@ -404,7 +404,7 @@ exports.SportGroup = exports.$Enums.SportGroup = {
404
404
  Football: 'Football',
405
405
  Basketball: 'Basketball',
406
406
  Baseball: 'Baseball',
407
- AmericanFootball: 'AmericanFootball'
407
+ Soccer: 'Soccer'
408
408
  };
409
409
 
410
410
  exports.FixtureStatus = exports.$Enums.FixtureStatus = {
@@ -146,7 +146,7 @@ export const SportGroup: {
146
146
  Football: 'Football',
147
147
  Basketball: 'Basketball',
148
148
  Baseball: 'Baseball',
149
- AmericanFootball: 'AmericanFootball'
149
+ Soccer: 'Soccer'
150
150
  };
151
151
 
152
152
  export type SportGroup = (typeof SportGroup)[keyof typeof SportGroup]