shufflecom-calculations 5.1.0 → 5.1.2

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.
@@ -1,7 +1,7 @@
1
1
  import { PrebuildBetFeaturedPrebuilds } from './prebuild-bet.types';
2
2
  import { PopularSportsCompetitionsV2Info } from './sports-competition-fixture.types';
3
3
  import { SportsContentFeaturedEvents, SportsContentFeaturedOutright } from './sports-content-fixture.types';
4
- import { PaginatedSportsBoostedSelectionsInfo } from './sports-selection.types';
4
+ import { PaginatedSportsBoostedSelectionsInfo, SportsCustomBoostMarketSelectionType } from './sports-selection.types';
5
5
  import { Nullable, SportsContentType } from './sports.types';
6
6
  export declare class SportsContentWeight {
7
7
  sportsContentType: SportsContentType;
@@ -15,3 +15,11 @@ export declare class SportsContentHomePage {
15
15
  sportsCustomBoosts: Nullable<PaginatedSportsBoostedSelectionsInfo>;
16
16
  weights: SportsContentWeight[];
17
17
  }
18
+ export declare class SportsContentHomePageV2 {
19
+ featuredEvents: Nullable<SportsContentFeaturedEvents>;
20
+ featuredOutright: Nullable<SportsContentFeaturedOutright>;
21
+ popularCompetitions: Nullable<PopularSportsCompetitionsV2Info>;
22
+ featuredPrebuilds: Nullable<PrebuildBetFeaturedPrebuilds>;
23
+ sportsCustomBoosts: Nullable<SportsCustomBoostMarketSelectionType[]>;
24
+ weights: SportsContentWeight[];
25
+ }
@@ -1,10 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SportsContentHomePage = exports.SportsContentWeight = void 0;
3
+ exports.SportsContentHomePageV2 = exports.SportsContentHomePage = exports.SportsContentWeight = void 0;
4
4
  class SportsContentWeight {
5
5
  }
6
6
  exports.SportsContentWeight = SportsContentWeight;
7
7
  class SportsContentHomePage {
8
8
  }
9
9
  exports.SportsContentHomePage = SportsContentHomePage;
10
+ class SportsContentHomePageV2 {
11
+ }
12
+ exports.SportsContentHomePageV2 = SportsContentHomePageV2;
10
13
  //# sourceMappingURL=sports-content-home-page.types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"sports-content-home-page.types.js","sourceRoot":"","sources":["../../src/sports/sports-content-home-page.types.ts"],"names":[],"mappings":";;;AAMA,MAAa,mBAAmB;CAG/B;AAHD,kDAGC;AAED,MAAa,qBAAqB;CAQjC;AARD,sDAQC"}
1
+ {"version":3,"file":"sports-content-home-page.types.js","sourceRoot":"","sources":["../../src/sports/sports-content-home-page.types.ts"],"names":[],"mappings":";;;AAMA,MAAa,mBAAmB;CAG/B;AAHD,kDAGC;AAGD,MAAa,qBAAqB;CAQjC;AARD,sDAQC;AAED,MAAa,uBAAuB;CAQnC;AARD,0DAQC"}