be-components 7.3.9 → 7.4.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.
- package/lib/commonjs/CreateEngagement/index.js +3 -0
- package/lib/commonjs/CreateEngagement/index.js.map +1 -1
- package/lib/commonjs/FlashMarket/api/index.js +61 -0
- package/lib/commonjs/FlashMarket/api/index.js.map +1 -1
- package/lib/commonjs/FlashMarket/components/ManageFlashMarket.js +91 -83
- package/lib/commonjs/FlashMarket/components/ManageFlashMarket.js.map +1 -1
- package/lib/commonjs/FlashMarket/index.js +67 -42
- package/lib/commonjs/FlashMarket/index.js.map +1 -1
- package/lib/commonjs/MyAction/api/index.js +580 -0
- package/lib/commonjs/MyAction/api/index.js.map +1 -0
- package/lib/commonjs/MyAction/components/BracketRow.js +67 -0
- package/lib/commonjs/MyAction/components/BracketRow.js.map +1 -0
- package/lib/commonjs/MyAction/components/CompetitionRow.js +68 -0
- package/lib/commonjs/MyAction/components/CompetitionRow.js.map +1 -0
- package/lib/commonjs/MyAction/components/ContestStatRow.js +265 -0
- package/lib/commonjs/MyAction/components/ContestStatRow.js.map +1 -0
- package/lib/commonjs/MyAction/components/FlashRow.js +131 -0
- package/lib/commonjs/MyAction/components/FlashRow.js.map +1 -0
- package/lib/commonjs/MyAction/components/ParlayRow.js +236 -0
- package/lib/commonjs/MyAction/components/ParlayRow.js.map +1 -0
- package/lib/commonjs/MyAction/components/SquaresRow.js +83 -0
- package/lib/commonjs/MyAction/components/SquaresRow.js.map +1 -0
- package/lib/commonjs/MyAction/index.js +354 -0
- package/lib/commonjs/MyAction/index.js.map +1 -0
- package/lib/commonjs/PartnerPortal/components/EmbedManager.js +42 -0
- package/lib/commonjs/PartnerPortal/components/EmbedManager.js.map +1 -1
- package/lib/commonjs/PartnerPortal/components/StringSelector.js +90 -0
- package/lib/commonjs/PartnerPortal/components/StringSelector.js.map +1 -0
- package/lib/commonjs/index.js +7 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/types.d.js.map +1 -1
- package/lib/module/CreateEngagement/index.js +3 -0
- package/lib/module/CreateEngagement/index.js.map +1 -1
- package/lib/module/FlashMarket/api/index.js +61 -0
- package/lib/module/FlashMarket/api/index.js.map +1 -1
- package/lib/module/FlashMarket/components/ManageFlashMarket.js +91 -83
- package/lib/module/FlashMarket/components/ManageFlashMarket.js.map +1 -1
- package/lib/module/FlashMarket/index.js +67 -42
- package/lib/module/FlashMarket/index.js.map +1 -1
- package/lib/module/MyAction/api/index.js +573 -0
- package/lib/module/MyAction/api/index.js.map +1 -0
- package/lib/module/MyAction/components/BracketRow.js +60 -0
- package/lib/module/MyAction/components/BracketRow.js.map +1 -0
- package/lib/module/MyAction/components/CompetitionRow.js +61 -0
- package/lib/module/MyAction/components/CompetitionRow.js.map +1 -0
- package/lib/module/MyAction/components/ContestStatRow.js +258 -0
- package/lib/module/MyAction/components/ContestStatRow.js.map +1 -0
- package/lib/module/MyAction/components/FlashRow.js +124 -0
- package/lib/module/MyAction/components/FlashRow.js.map +1 -0
- package/lib/module/MyAction/components/ParlayRow.js +229 -0
- package/lib/module/MyAction/components/ParlayRow.js.map +1 -0
- package/lib/module/MyAction/components/SquaresRow.js +76 -0
- package/lib/module/MyAction/components/SquaresRow.js.map +1 -0
- package/lib/module/MyAction/index.js +344 -0
- package/lib/module/MyAction/index.js.map +1 -0
- package/lib/module/PartnerPortal/components/EmbedManager.js +42 -0
- package/lib/module/PartnerPortal/components/EmbedManager.js.map +1 -1
- package/lib/module/PartnerPortal/components/StringSelector.js +83 -0
- package/lib/module/PartnerPortal/components/StringSelector.js.map +1 -0
- package/lib/module/index.js +2 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/types.d.js.map +1 -1
- package/lib/typescript/lib/commonjs/CreateEngagement/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/FlashMarket/api/index.d.ts +1 -0
- package/lib/typescript/lib/commonjs/FlashMarket/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/FlashMarket/components/ManageFlashMarket.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/FlashMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MyAction/api/index.d.ts +110 -0
- package/lib/typescript/lib/commonjs/MyAction/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MyAction/components/BracketRow.d.ts +8 -0
- package/lib/typescript/lib/commonjs/MyAction/components/BracketRow.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MyAction/components/CompetitionRow.d.ts +9 -0
- package/lib/typescript/lib/commonjs/MyAction/components/CompetitionRow.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MyAction/components/ContestStatRow.d.ts +15 -0
- package/lib/typescript/lib/commonjs/MyAction/components/ContestStatRow.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MyAction/components/FlashRow.d.ts +10 -0
- package/lib/typescript/lib/commonjs/MyAction/components/FlashRow.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MyAction/components/ParlayRow.d.ts +15 -0
- package/lib/typescript/lib/commonjs/MyAction/components/ParlayRow.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MyAction/components/SquaresRow.d.ts +8 -0
- package/lib/typescript/lib/commonjs/MyAction/components/SquaresRow.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MyAction/index.d.ts +7 -0
- package/lib/typescript/lib/commonjs/MyAction/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/PartnerPortal/components/EmbedManager.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/PartnerPortal/components/StringSelector.d.ts +8 -0
- package/lib/typescript/lib/commonjs/PartnerPortal/components/StringSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/index.d.ts +1 -0
- package/lib/typescript/lib/commonjs/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/CreateEngagement/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/FlashMarket/api/index.d.ts +1 -0
- package/lib/typescript/lib/module/FlashMarket/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/FlashMarket/components/ManageFlashMarket.d.ts.map +1 -1
- package/lib/typescript/lib/module/FlashMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MyAction/api/index.d.ts +110 -0
- package/lib/typescript/lib/module/MyAction/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MyAction/components/BracketRow.d.ts +8 -0
- package/lib/typescript/lib/module/MyAction/components/BracketRow.d.ts.map +1 -0
- package/lib/typescript/lib/module/MyAction/components/CompetitionRow.d.ts +9 -0
- package/lib/typescript/lib/module/MyAction/components/CompetitionRow.d.ts.map +1 -0
- package/lib/typescript/lib/module/MyAction/components/ContestStatRow.d.ts +15 -0
- package/lib/typescript/lib/module/MyAction/components/ContestStatRow.d.ts.map +1 -0
- package/lib/typescript/lib/module/MyAction/components/FlashRow.d.ts +10 -0
- package/lib/typescript/lib/module/MyAction/components/FlashRow.d.ts.map +1 -0
- package/lib/typescript/lib/module/MyAction/components/ParlayRow.d.ts +15 -0
- package/lib/typescript/lib/module/MyAction/components/ParlayRow.d.ts.map +1 -0
- package/lib/typescript/lib/module/MyAction/components/SquaresRow.d.ts +8 -0
- package/lib/typescript/lib/module/MyAction/components/SquaresRow.d.ts.map +1 -0
- package/lib/typescript/lib/module/MyAction/index.d.ts +7 -0
- package/lib/typescript/lib/module/MyAction/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/PartnerPortal/components/EmbedManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/PartnerPortal/components/StringSelector.d.ts +8 -0
- package/lib/typescript/lib/module/PartnerPortal/components/StringSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/index.d.ts +2 -1
- package/lib/typescript/lib/module/index.d.ts.map +1 -1
- package/lib/typescript/src/CreateEngagement/index.d.ts.map +1 -1
- package/lib/typescript/src/FlashMarket/api/index.d.ts +1 -0
- package/lib/typescript/src/FlashMarket/api/index.d.ts.map +1 -1
- package/lib/typescript/src/FlashMarket/components/ManageFlashMarket.d.ts.map +1 -1
- package/lib/typescript/src/FlashMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MyAction/api/index.d.ts +103 -0
- package/lib/typescript/src/MyAction/api/index.d.ts.map +1 -0
- package/lib/typescript/src/MyAction/components/BracketRow.d.ts +10 -0
- package/lib/typescript/src/MyAction/components/BracketRow.d.ts.map +1 -0
- package/lib/typescript/src/MyAction/components/CompetitionRow.d.ts +15 -0
- package/lib/typescript/src/MyAction/components/CompetitionRow.d.ts.map +1 -0
- package/lib/typescript/src/MyAction/components/ContestStatRow.d.ts +18 -0
- package/lib/typescript/src/MyAction/components/ContestStatRow.d.ts.map +1 -0
- package/lib/typescript/src/MyAction/components/FlashRow.d.ts +12 -0
- package/lib/typescript/src/MyAction/components/FlashRow.d.ts.map +1 -0
- package/lib/typescript/src/MyAction/components/ParlayRow.d.ts +18 -0
- package/lib/typescript/src/MyAction/components/ParlayRow.d.ts.map +1 -0
- package/lib/typescript/src/MyAction/components/SquaresRow.d.ts +10 -0
- package/lib/typescript/src/MyAction/components/SquaresRow.d.ts.map +1 -0
- package/lib/typescript/src/MyAction/index.d.ts +14 -0
- package/lib/typescript/src/MyAction/index.d.ts.map +1 -0
- package/lib/typescript/src/PartnerPortal/components/EmbedManager.d.ts.map +1 -1
- package/lib/typescript/src/PartnerPortal/components/StringSelector.d.ts +10 -0
- package/lib/typescript/src/PartnerPortal/components/StringSelector.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts +2 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/CreateEngagement/index.tsx +4 -1
- package/src/FlashMarket/api/index.ts +72 -0
- package/src/FlashMarket/components/ManageFlashMarket.tsx +28 -2
- package/src/FlashMarket/index.tsx +39 -24
- package/src/MyAction/api/index.ts +393 -0
- package/src/MyAction/components/BracketRow.tsx +34 -0
- package/src/MyAction/components/CompetitionRow.tsx +39 -0
- package/src/MyAction/components/ContestStatRow.tsx +153 -0
- package/src/MyAction/components/FlashRow.tsx +74 -0
- package/src/MyAction/components/ParlayRow.tsx +137 -0
- package/src/MyAction/components/SquaresRow.tsx +55 -0
- package/src/MyAction/index.tsx +316 -0
- package/src/PartnerPortal/components/EmbedManager.tsx +20 -0
- package/src/PartnerPortal/components/StringSelector.tsx +55 -0
- package/src/index.tsx +2 -0
- package/src/types.d.ts +12 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmbedManager.d.ts","sourceRoot":"","sources":["../../../../../commonjs/PartnerPortal/components/EmbedManager.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"EmbedManager.d.ts","sourceRoot":"","sources":["../../../../../commonjs/PartnerPortal/components/EmbedManager.js"],"names":[],"mappings":";;AAuBA;;;;;;;;;QA08BC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StringSelector.d.ts","sourceRoot":"","sources":["../../../../../commonjs/PartnerPortal/components/StringSelector.js"],"names":[],"mappings":";;AAYA;;;;QA2EC"}
|
|
@@ -72,6 +72,7 @@ export const ManageFilter: any;
|
|
|
72
72
|
export const ManageFlashMarket: any;
|
|
73
73
|
export const MarketComponents: any;
|
|
74
74
|
export const MarketMaker: any;
|
|
75
|
+
export const MyAction: any;
|
|
75
76
|
export const MyWallet: any;
|
|
76
77
|
export const NotificationModule: any;
|
|
77
78
|
export const Observer: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../commonjs/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../commonjs/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAobA,2BAAkE;AAElE,iCAA8E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/CreateEngagement/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/CreateEngagement/index.js"],"names":[],"mappings":";AAu0CO;;;;wCA+EN;AACM;;;;wCA+EN;AAv7CD;;;;;;;;;;;;;;;;kGAylBC;kBAxoB0C,OAAO"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export namespace FlashMarketHelpers {
|
|
2
2
|
function toWin(stake: any, parimutuel_odds: any): number;
|
|
3
|
+
function updatePollOptionProbability(changingOptionId: any, newProbability: any, allOptions: any): any;
|
|
3
4
|
function isNewValid(options: any, summaries: any, poll: any): string[];
|
|
4
5
|
function getResponseStats(option: any, poll_response: any): {
|
|
5
6
|
stake: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/FlashMarket/api/index.js"],"names":[],"mappings":";IA+HS,yDAKN;IACW,uEAqCX;IACiB;;;;;MAoBjB;IACsB,qEAStB;IACe,4FAOf;IACgB,qDAMhB;IACS;;MAYT;IACQ,2FAyBR;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/FlashMarket/api/index.js"],"names":[],"mappings":";IA+HS,yDAKN;IAC4B,uGA4D5B;IACW,uEAqCX;IACiB;;;;;MAoBjB;IACsB,qEAStB;IACe,4FAOf;IACgB,qDAMhB;IACS;;MAYT;IACQ,2FAyBR;;;IAjTe,gCAMf;IACY;;;;mBAgBZ;IACqB,mEAOrB;IACsB,+CAQtB;IACiB,yDAUjB;IAC4B,qIAQ5B;IACoB,kEAOpB;IACuB,qEAOvB;IACc,6FAYd;;;IAGW,6CASX;IACU,2FAWV"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ManageFlashMarket.d.ts","sourceRoot":"","sources":["../../../../../module/FlashMarket/components/ManageFlashMarket.js"],"names":[],"mappings":";AAgBA;;;;;;;
|
|
1
|
+
{"version":3,"file":"ManageFlashMarket.d.ts","sourceRoot":"","sources":["../../../../../module/FlashMarket/components/ManageFlashMarket.js"],"names":[],"mappings":";AAgBA;;;;;;;kGAshDC;kBAtiD0C,OAAO"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/FlashMarket/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/FlashMarket/index.js"],"names":[],"mappings":";AAWA;;;;;;;;;;;;;;;;;;;;;;;;;mGAo3BC;kBA/3B0C,OAAO"}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
export namespace MyActionApi {
|
|
2
|
+
function setEnvironment(): void;
|
|
3
|
+
namespace ContestApi {
|
|
4
|
+
function getLeagues(): Promise<any>;
|
|
5
|
+
function getTournamentsByIds(tournament_ids: any): Promise<any>;
|
|
6
|
+
function getEventsByIds(event_ids: any): Promise<any>;
|
|
7
|
+
function getMatchesByIds(match_ids: any): Promise<any>;
|
|
8
|
+
function getMatchesByTournamentId(tournament_id: any): Promise<any>;
|
|
9
|
+
function getAthletesByIds(athlete_ids: any): Promise<any>;
|
|
10
|
+
function getTeamsByIds(team_ids: any): Promise<any>;
|
|
11
|
+
}
|
|
12
|
+
namespace OrderApi {
|
|
13
|
+
function getMyAction(): Promise<any>;
|
|
14
|
+
}
|
|
15
|
+
namespace FlashApi {
|
|
16
|
+
function getMyFlashAction(): Promise<any>;
|
|
17
|
+
}
|
|
18
|
+
namespace EngagementApi {
|
|
19
|
+
function getCompetitionOptions(): Promise<any>;
|
|
20
|
+
function getMyActiveSquaresCompetitions(): Promise<any>;
|
|
21
|
+
function getMyActiveCompetitions(): Promise<any>;
|
|
22
|
+
function getMyActiveSeasons(): Promise<any>;
|
|
23
|
+
function getMyActiveBracketCompetitions(): Promise<any>;
|
|
24
|
+
function getMyActiveAdminBracketCompetitions(): Promise<any>;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
export namespace MyActionHelpers {
|
|
28
|
+
function sortAction(orders: any, parlays: any, parlay_orders: any, polls: any, competitions: any, squares_competitions: any, bracket_competitions: any): any[];
|
|
29
|
+
function getContestsFromOrders(orders: any): {
|
|
30
|
+
event_ids: any[];
|
|
31
|
+
tournament_ids: any[];
|
|
32
|
+
match_ids: any[];
|
|
33
|
+
athlete_ids: any[];
|
|
34
|
+
team_ids: any[];
|
|
35
|
+
};
|
|
36
|
+
function getContestsByIds(event_ids: any, tournament_ids: any, match_ids: any, athlete_ids: any, team_ids: any): Promise<{
|
|
37
|
+
events: any;
|
|
38
|
+
tournaments: any;
|
|
39
|
+
matches: any;
|
|
40
|
+
athletes: any;
|
|
41
|
+
teams: any;
|
|
42
|
+
}>;
|
|
43
|
+
function getContestDetails(contest_type: any, event: any, tournament: any, match: any): {
|
|
44
|
+
contest_title: any;
|
|
45
|
+
scheduled_datetime: moment.Moment;
|
|
46
|
+
};
|
|
47
|
+
function calcAllOrderStats(orders: any, parlay_positions: any, flash_responses: any): {
|
|
48
|
+
stat_id: string;
|
|
49
|
+
unresolved_stake: number;
|
|
50
|
+
earnings: number;
|
|
51
|
+
resolved_stake: number;
|
|
52
|
+
original_stake: number;
|
|
53
|
+
net_earnings: number;
|
|
54
|
+
roi: number;
|
|
55
|
+
wins: number;
|
|
56
|
+
losses: number;
|
|
57
|
+
commission: number;
|
|
58
|
+
net_winnings: number;
|
|
59
|
+
unresolved_potential_net_winnings: number;
|
|
60
|
+
unique_order_titles: any[];
|
|
61
|
+
draws: number;
|
|
62
|
+
unresolved_position_odds: number;
|
|
63
|
+
resolved_position_odds: number;
|
|
64
|
+
result_ind: undefined;
|
|
65
|
+
delayed_cash: number;
|
|
66
|
+
unresolved_potential_winnings: number;
|
|
67
|
+
resolved_potential_winnings: number;
|
|
68
|
+
resolved_position_probability: number;
|
|
69
|
+
unresolved_position_probability: number;
|
|
70
|
+
num_trades: number;
|
|
71
|
+
cash_rcvd: number;
|
|
72
|
+
winnings: number;
|
|
73
|
+
player_id: any;
|
|
74
|
+
event_id: string;
|
|
75
|
+
event_type: string;
|
|
76
|
+
open_amt: number;
|
|
77
|
+
potential_winnings: number;
|
|
78
|
+
called_amt: number;
|
|
79
|
+
offer_odds: number;
|
|
80
|
+
offer_probability: number;
|
|
81
|
+
orders: any[];
|
|
82
|
+
open_orders: any[];
|
|
83
|
+
};
|
|
84
|
+
function getDetailsForOrder(order: any, events: any, tournaments: any, matches: any, athletes: any, teams: any, leagues: any): {
|
|
85
|
+
event: any;
|
|
86
|
+
tournament: any;
|
|
87
|
+
match: any;
|
|
88
|
+
athlete: any;
|
|
89
|
+
team: any;
|
|
90
|
+
contest_title: any;
|
|
91
|
+
scheduled_datetime: moment.Moment;
|
|
92
|
+
league: any;
|
|
93
|
+
};
|
|
94
|
+
function aggregatePositions(parlay: any, pp: any): {
|
|
95
|
+
stake: number;
|
|
96
|
+
potential_winnings: number;
|
|
97
|
+
earnings: number;
|
|
98
|
+
winnings: number;
|
|
99
|
+
commission: number;
|
|
100
|
+
status: string;
|
|
101
|
+
net_winnings: number;
|
|
102
|
+
offer_side: any;
|
|
103
|
+
result_ind: any;
|
|
104
|
+
};
|
|
105
|
+
function getActionStats(orders: any, parlays: any, parlay_positions: any, competitions: any, squares_competitions: any, bracket_competitions: any): {
|
|
106
|
+
risk: number;
|
|
107
|
+
};
|
|
108
|
+
}
|
|
109
|
+
import moment from "moment-mini";
|
|
110
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/MyAction/api/index.js"],"names":[],"mappings":";IASkB,gCAMf;;QAEa,oCAOX;QACoB,gEAapB;QACe,sDAaf;QACgB,uDAahB;QACyB,oEAOzB;QACiB,0DAajB;QACc,oDAad;;;QAGY,qCAYZ;;;QAGiB,0CAYjB;;;QAGsB,+CAWtB;QAC+B,wDAS/B;QACwB,iDAYxB;QACmB,4CAWnB;QAC+B,wDAW/B;QACoC,6DAOpC;;;;IAIS,+JAgEX;IACsB;;;;;;MAetB;IACiB;;;;;;OAajB;IACkB;;;MAyClB;IACkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAgJlB;IACmB;;;;;;;;;MAmBnB;IACmB;;;;;;;;;;MAmCnB;IACe;;MA2Bf;;mBA1jBgB,aAAa"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export default BracketRow;
|
|
2
|
+
declare function BracketRow({ market_type, bracket_competition, width }: {
|
|
3
|
+
market_type: any;
|
|
4
|
+
bracket_competition: any;
|
|
5
|
+
width: any;
|
|
6
|
+
}): React.FunctionComponentElement<React.RefAttributes<any>>;
|
|
7
|
+
import React from 'react';
|
|
8
|
+
//# sourceMappingURL=BracketRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BracketRow.d.ts","sourceRoot":"","sources":["../../../../../module/MyAction/components/BracketRow.js"],"names":[],"mappings":";AAIA;;;;6DAqDC;kBAzDiB,OAAO"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export default CompetitionRow;
|
|
2
|
+
declare function CompetitionRow({ market_type, competition, competition_record, width }: {
|
|
3
|
+
market_type: any;
|
|
4
|
+
competition: any;
|
|
5
|
+
competition_record: any;
|
|
6
|
+
width: any;
|
|
7
|
+
}): React.FunctionComponentElement<React.RefAttributes<any>>;
|
|
8
|
+
import React from 'react';
|
|
9
|
+
//# sourceMappingURL=CompetitionRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompetitionRow.d.ts","sourceRoot":"","sources":["../../../../../module/MyAction/components/CompetitionRow.js"],"names":[],"mappings":";AAIA;;;;;6DAsDC;kBA1DiB,OAAO"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default ContestStatRow;
|
|
2
|
+
declare function ContestStatRow({ market_type, contest_label, orders, width, events, tournaments, matches, athletes, teams, leagues }: {
|
|
3
|
+
market_type: any;
|
|
4
|
+
contest_label: any;
|
|
5
|
+
orders: any;
|
|
6
|
+
width: any;
|
|
7
|
+
events: any;
|
|
8
|
+
tournaments: any;
|
|
9
|
+
matches: any;
|
|
10
|
+
athletes: any;
|
|
11
|
+
teams: any;
|
|
12
|
+
leagues: any;
|
|
13
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
14
|
+
import React from 'react';
|
|
15
|
+
//# sourceMappingURL=ContestStatRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContestStatRow.d.ts","sourceRoot":"","sources":["../../../../../module/MyAction/components/ContestStatRow.js"],"names":[],"mappings":";AAQA;;;;;;;;;;;kGAuPC;kBA/P+B,OAAO"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default FlashRow;
|
|
2
|
+
declare function FlashRow({ market_type, poll, poll_options, poll_responses, width }: {
|
|
3
|
+
market_type: any;
|
|
4
|
+
poll: any;
|
|
5
|
+
poll_options: any;
|
|
6
|
+
poll_responses: any;
|
|
7
|
+
width: any;
|
|
8
|
+
}): React.FunctionComponentElement<React.RefAttributes<any>>;
|
|
9
|
+
import React from 'react';
|
|
10
|
+
//# sourceMappingURL=FlashRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FlashRow.d.ts","sourceRoot":"","sources":["../../../../../module/MyAction/components/FlashRow.js"],"names":[],"mappings":";AAKA;;;;;;6DAoHC;kBAzH+B,OAAO"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default ParlayRow;
|
|
2
|
+
declare function ParlayRow({ market_type, parlay, events, matches, tournaments, athletes, teams, parlay_orders, parlay_positions, leagues }: {
|
|
3
|
+
market_type: any;
|
|
4
|
+
parlay: any;
|
|
5
|
+
events: any;
|
|
6
|
+
matches: any;
|
|
7
|
+
tournaments: any;
|
|
8
|
+
athletes: any;
|
|
9
|
+
teams: any;
|
|
10
|
+
parlay_orders: any;
|
|
11
|
+
parlay_positions: any;
|
|
12
|
+
leagues: any;
|
|
13
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
14
|
+
import React from 'react';
|
|
15
|
+
//# sourceMappingURL=ParlayRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ParlayRow.d.ts","sourceRoot":"","sources":["../../../../../module/MyAction/components/ParlayRow.js"],"names":[],"mappings":";AAQA;;;;;;;;;;;kGA0NC;kBAlO+B,OAAO"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export default SquaresRow;
|
|
2
|
+
declare function SquaresRow({ market_type, squares_competition, width }: {
|
|
3
|
+
market_type: any;
|
|
4
|
+
squares_competition: any;
|
|
5
|
+
width: any;
|
|
6
|
+
}): React.FunctionComponentElement<React.RefAttributes<any>>;
|
|
7
|
+
import React from 'react';
|
|
8
|
+
//# sourceMappingURL=SquaresRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SquaresRow.d.ts","sourceRoot":"","sources":["../../../../../module/MyAction/components/SquaresRow.js"],"names":[],"mappings":";AAKA;;;;6DAoEC;kBAzE+B,OAAO"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export default MyAction;
|
|
2
|
+
declare function MyAction({ me, market_type }: {
|
|
3
|
+
me: any;
|
|
4
|
+
market_type: any;
|
|
5
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
6
|
+
import React from 'react';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/MyAction/index.js"],"names":[],"mappings":";AAiBA;;;kGAoUC;kBAhV0C,OAAO"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmbedManager.d.ts","sourceRoot":"","sources":["../../../../../module/PartnerPortal/components/EmbedManager.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"EmbedManager.d.ts","sourceRoot":"","sources":["../../../../../module/PartnerPortal/components/EmbedManager.js"],"names":[],"mappings":";AAeA;;;;;;;;;kGA08BC;kBAz9B0C,OAAO"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export default StringSelector;
|
|
2
|
+
declare function StringSelector({ active_value, options, onSelectOption }: {
|
|
3
|
+
active_value: any;
|
|
4
|
+
options: any;
|
|
5
|
+
onSelectOption: any;
|
|
6
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
7
|
+
import React from "react";
|
|
8
|
+
//# sourceMappingURL=StringSelector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StringSelector.d.ts","sourceRoot":"","sources":["../../../../../module/PartnerPortal/components/StringSelector.js"],"names":[],"mappings":";AAKA;;;;kGA2EC;kBAhF+B,OAAO"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import Authenticator from "./Authenticator";
|
|
2
2
|
import Observer from './Observer';
|
|
3
|
+
import MyAction from './MyAction';
|
|
3
4
|
import CreateEmbed from './PartnerPortal/components/CreateEmbed';
|
|
4
5
|
import ReferralCodeManager from './PartnerPortal/components/ReferralCodeManager';
|
|
5
6
|
import CreateEngagement from './CreateEngagement';
|
|
@@ -70,5 +71,5 @@ import CompetitionCard from './Engage/components/CompetitionCard';
|
|
|
70
71
|
import SquaresCompetitionCard from './Engage/components/SquaresCompetitionCard';
|
|
71
72
|
import BracketCompetitionCard from './Engage/components/BracketCompetitionCard';
|
|
72
73
|
import SeasonCard from './Engage/components/SeasonCard';
|
|
73
|
-
export { Authenticator, Observer, CreateEmbed, ReferralCodeManager, CreateEngagement, DiscordConnectionManager, BEEventApi, FlashCampaignManager, EmbedManager, RankingsCard, ManageFlashMarket, BELinkApi, PartnerPortal, SquaresManager, GuideView, BetMatch, ManageFilter, Ticker, Premium, CreateGroupWizard, LeaderboardCard, GroupComponent, LocationTracker, BEClarity, FlashMarket, ContactsCard, PlayerRecommender, GolfScoreboard, ContactsSelector, Campaign, BEPostHog, ManageBracketCompetitionForm, NotificationModule, FlashHolder, useNotifications, ClaritySmartEvents, ProfileManager, CompetitionManager, Components, SocialComponents, APIOverrides, LinearGradient, usePlayerLocation, BettorSearch, Colors, MyWallet, Share, Checkout, MarketComponents, EventComponents, PollCampaign, PollCampaignApi, PollApi, MarketMaker, CompetitionModule, SeasonManager, CreateCompetitionForm, CreateSeasonForm, SeasonModule, AdminCompetitionList, AdServer, Leaderboard, AdProvider, BracketRoom, SquaresModule, SocketManager, PromotedOrder, EngageModule, CompetitionCard, SquaresCompetitionCard, BracketCompetitionCard, SeasonCard };
|
|
74
|
+
export { Authenticator, Observer, MyAction, CreateEmbed, ReferralCodeManager, CreateEngagement, DiscordConnectionManager, BEEventApi, FlashCampaignManager, EmbedManager, RankingsCard, ManageFlashMarket, BELinkApi, PartnerPortal, SquaresManager, GuideView, BetMatch, ManageFilter, Ticker, Premium, CreateGroupWizard, LeaderboardCard, GroupComponent, LocationTracker, BEClarity, FlashMarket, ContactsCard, PlayerRecommender, GolfScoreboard, ContactsSelector, Campaign, BEPostHog, ManageBracketCompetitionForm, NotificationModule, FlashHolder, useNotifications, ClaritySmartEvents, ProfileManager, CompetitionManager, Components, SocialComponents, APIOverrides, LinearGradient, usePlayerLocation, BettorSearch, Colors, MyWallet, Share, Checkout, MarketComponents, EventComponents, PollCampaign, PollCampaignApi, PollApi, MarketMaker, CompetitionModule, SeasonManager, CreateCompetitionForm, CreateSeasonForm, SeasonModule, AdminCompetitionList, AdServer, Leaderboard, AdProvider, BracketRoom, SquaresModule, SocketManager, PromotedOrder, EngageModule, CompetitionCard, SquaresCompetitionCard, BracketCompetitionCard, SeasonCard };
|
|
74
75
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../module/index.js"],"names":[],"mappings":"0BAE0B,iBAAiB;qBAOK,YAAY;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../module/index.js"],"names":[],"mappings":"0BAE0B,iBAAiB;qBAOK,YAAY;qBA6DvC,YAAY;wBAHT,wCAAwC;gCAChC,gDAAgD;6BAPnD,oBAAoB;qCAEZ,WAAW;2BAtDA,YAAY;iCA4D3B,iDAAiD;yBAHzD,yCAAyC;yBATzC,gBAAgB;8BAOX,4CAA4C;0BAvD1B,YAAY;0BAwDlC,iBAAiB;2BAHhB,kBAAkB;sBAJvB,SAAS;qBALV,YAAY;yBAER,oCAAoC;mBAb1C,UAAU;oBAYT,WAAW;8BAMD,sCAAsC;4BAhBxC,sCAAsC;2BAevC,SAAS;4BA3BR,mBAAmB;sBAoBzB,WAAW;wBAHT,eAAe;yBAHd,4CAA4C;8BADvC,qBAAqB;2BAGxB,kBAAkB;6BADhB,iDAAiD;qBANzD,YAAY;sBAUX,WAAW;yCAXQ,mDAAmD;+BAF7D,iBAAiB;wBAYxB,2BAA2B;iCAXlB,kCAAkC;+BAiBpC,uBAAuB;2BArD3B,kBAAkB;+BAmBd,sBAAsB;4BAlBzB,cAAc;kCACR,oBAAoB;6BACzB,gBAAgB;+BACd,sBAAsB;kCAMnB,kCAAkC;yBAH3C,gBAAgB;mBAFtB,oBAAoB;qBAGlB,UAAU;kBAoBb,SAAS;qBAnBN,YAAY;6BAiBJ,oBAAoB;4BACrB,mBAAmB;yBAhBtB,QAAQ;gCACQ,YAAY;wBAAZ,YAAY;wBAkB7B,eAAe;8BAjBT,eAAe;0BAUnB,4BAA4B;kCAHpB,uDAAuD;6BAK5D,wDAAwD;yBAD5D,qBAAqB;iCAHb,sDAAsD;qBAPlD,YAAY;wBA0BzB,WAAW;2BA1BE,YAAY;wBACzB,WAAW;0BAET,WAAW;0BADX,UAAU;0BAEV,iBAAiB;yBAIlB,UAAU;4BASP,qCAAqC;mCAC9B,4CAA4C;mCAC5C,4CAA4C;uBACxD,gCAAgC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/CreateEngagement/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,uBAAuB,EAAoD,YAAY,EAA8B,gBAAgB,EAA2F,kBAAkB,EAAE,UAAU,EAAkC,SAAS,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAC;AACtX,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAS/D,KAAK,qBAAqB,GAAG;IACzB,MAAM,CAAC,EAAC,iBAAiB,CAAC;IAC1B,eAAe,CAAC,EAAC,CAAC,GAAG,EAAC,kBAAkB,KAAK,IAAI,CAAC;IAClD,mBAAmB,EAAC,CAAC,WAAW,EAAC,gBAAgB,KAAK,IAAI,CAAC;IAC3D,0BAA0B,EAAC,CAAC,EAAE,EAAC,uBAAuB,KAAK,IAAI,CAAC;IAChE,0BAA0B,EAAC,CAAC,EAAE,EAAC,uBAAuB,KAAK,IAAI,CAAC;IAChE,mBAAmB,EAAC,CAAC,EAAE,EAAC,SAAS,KAAK,IAAI,CAAC;IAC3C,YAAY,CAAC,EAAC,SAAS,CAAC;IACxB,iBAAiB,CAAC,EAAC,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAC,SAAS,CAAC;IACxB,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,KAAK,CAAC,EAAC,OAAO,CAAC;IACf,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,eAAe,CAAC,EAAC,aAAa,GAAC,SAAS,GAAC,SAAS,GAAC,OAAO,CAAA;IAC1D,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,UAAU,CAAC,EAAC,MAAM,CAAA;CACrB,CAAA;AAcD,QAAA,MAAM,gBAAgB,GAAI,iPAA+O,qBAAqB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/CreateEngagement/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,uBAAuB,EAAoD,YAAY,EAA8B,gBAAgB,EAA2F,kBAAkB,EAAE,UAAU,EAAkC,SAAS,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAC;AACtX,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAS/D,KAAK,qBAAqB,GAAG;IACzB,MAAM,CAAC,EAAC,iBAAiB,CAAC;IAC1B,eAAe,CAAC,EAAC,CAAC,GAAG,EAAC,kBAAkB,KAAK,IAAI,CAAC;IAClD,mBAAmB,EAAC,CAAC,WAAW,EAAC,gBAAgB,KAAK,IAAI,CAAC;IAC3D,0BAA0B,EAAC,CAAC,EAAE,EAAC,uBAAuB,KAAK,IAAI,CAAC;IAChE,0BAA0B,EAAC,CAAC,EAAE,EAAC,uBAAuB,KAAK,IAAI,CAAC;IAChE,mBAAmB,EAAC,CAAC,EAAE,EAAC,SAAS,KAAK,IAAI,CAAC;IAC3C,YAAY,CAAC,EAAC,SAAS,CAAC;IACxB,iBAAiB,CAAC,EAAC,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAC,SAAS,CAAC;IACxB,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,KAAK,CAAC,EAAC,OAAO,CAAC;IACf,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,eAAe,CAAC,EAAC,aAAa,GAAC,SAAS,GAAC,SAAS,GAAC,OAAO,CAAA;IAC1D,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,UAAU,CAAC,EAAC,MAAM,CAAA;CACrB,CAAA;AAcD,QAAA,MAAM,gBAAgB,GAAI,iPAA+O,qBAAqB,sBAwX7R,CAAA;AAED,eAAe,gBAAgB,CAAA;AAqa/B,KAAK,kBAAkB,GAAG;IACtB,YAAY,CAAC,EAAC,UAAU,CAAC;IACzB,MAAM,EAAC,UAAU,EAAE,CAAC;IACpB,aAAa,EAAC,CAAC,KAAK,CAAC,EAAC,UAAU,KAAK,IAAI,CAAA;CAC5C,CAAA;AACD,eAAO,MAAM,aAAa,GAAI,yCAAwC,kBAAkB,sBA0CvF,CAAA;AAMD,KAAK,oBAAoB,GAAG;IACxB,cAAc,CAAC,EAAC,YAAY,CAAC;IAC7B,SAAS,EAAC,YAAY,EAAE,CAAC;IACzB,eAAe,EAAC,CAAC,CAAC,CAAC,EAAC,YAAY,KAAK,IAAI,CAAA;CAC5C,CAAA;AACD,eAAO,MAAM,eAAe,GAAI,gDAA+C,oBAAoB,sBA0ClG,CAAA"}
|
|
@@ -31,6 +31,7 @@ declare const FlashAdminApi: {
|
|
|
31
31
|
};
|
|
32
32
|
export declare const FlashMarketHelpers: {
|
|
33
33
|
toWin: (stake: number, parimutuel_odds?: number) => number;
|
|
34
|
+
updatePollOptionProbability: (changingOptionId: string, newProbability: number, allOptions: PollOptionProps[]) => PollOptionProps[];
|
|
34
35
|
isNewValid: (options: PollOptionProps[], summaries: PollSummaryProps[], poll?: PollProps) => string[];
|
|
35
36
|
getResponseStats: (option: PollOptionProps, poll_response?: PollResponseProps) => {
|
|
36
37
|
stake: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/FlashMarket/api/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,eAAe,EAAE,SAAS,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAQpK,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,CAAA;AAIxC,QAAA,MAAM,cAAc;;2BAQY,MAAM,KAAE,OAAO,CAAC,SAAS,GAAG;QAAE,IAAI,EAAC,SAAS,CAAC;QAAC,YAAY,EAAC,eAAe,EAAE,CAAC;QAAC,cAAc,EAAE,gBAAgB,EAAE,CAAA;KAAE,CAAC;6CASlG,MAAM,KAAE,OAAO,CAAC,SAAS,EAAE,CAAC;iCAQ1C,OAAO,CAAC,SAAS,EAAE,CAAC;oCASf,MAAM,KAAE,OAAO,CAAC;QAAC,KAAK,EAAC,SAAS,EAAE,CAAC;QAAC,cAAc,EAAC,iBAAiB,EAAE,CAAA;KAAC,CAAC;8CAQ9D,MAAM,iBAAgB,MAAM,eAAc,MAAM,cAAa,MAAM,YAAW,MAAM,KAAE,OAAO,CAAC,SAAS,EAAE,CAAC;4CAS3G,MAAM,KAAE,OAAO,CAAC;QAAE,aAAa,EAAC,iBAAiB,CAAC;QAAC,iBAAiB,EAAC,mBAAmB,EAAE,CAAA;KAAE,GAAG,SAAS,CAAC;+CASvG,MAAM,KAAE,OAAO,CAAC,iBAAiB,EAAE,CAAC;oCAQ/C,MAAM,SAAQ,MAAM,qBAAoB,MAAM,KAAE,OAAO,CAAC;QAAE,aAAa,EAAC,iBAAiB,CAAC;QAAC,SAAS,EAAC,uBAAuB,CAAC;QAAC,aAAa,EAAC,iBAAiB,CAAA;KAAE,GAAG,SAAS,CAAC;CAUnN,CAAA;AAED,QAAA,MAAM,aAAa;uBACQ,SAAS,KAAE,OAAO,CAAC,SAAS,GAAG,SAAS,CAAC;yBAQtC,MAAM,sBAAqB,MAAM,kBAAiB,MAAM,KAAE,OAAO,CAAC,SAAS,GAAC,SAAS,CAAC;CAQnH,CAAA;AAED,eAAO,MAAM,kBAAkB;mBACb,MAAM,oBAAmB,MAAM,KAAE,MAAM;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/FlashMarket/api/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,eAAe,EAAE,SAAS,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAQpK,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,CAAA;AAIxC,QAAA,MAAM,cAAc;;2BAQY,MAAM,KAAE,OAAO,CAAC,SAAS,GAAG;QAAE,IAAI,EAAC,SAAS,CAAC;QAAC,YAAY,EAAC,eAAe,EAAE,CAAC;QAAC,cAAc,EAAE,gBAAgB,EAAE,CAAA;KAAE,CAAC;6CASlG,MAAM,KAAE,OAAO,CAAC,SAAS,EAAE,CAAC;iCAQ1C,OAAO,CAAC,SAAS,EAAE,CAAC;oCASf,MAAM,KAAE,OAAO,CAAC;QAAC,KAAK,EAAC,SAAS,EAAE,CAAC;QAAC,cAAc,EAAC,iBAAiB,EAAE,CAAA;KAAC,CAAC;8CAQ9D,MAAM,iBAAgB,MAAM,eAAc,MAAM,cAAa,MAAM,YAAW,MAAM,KAAE,OAAO,CAAC,SAAS,EAAE,CAAC;4CAS3G,MAAM,KAAE,OAAO,CAAC;QAAE,aAAa,EAAC,iBAAiB,CAAC;QAAC,iBAAiB,EAAC,mBAAmB,EAAE,CAAA;KAAE,GAAG,SAAS,CAAC;+CASvG,MAAM,KAAE,OAAO,CAAC,iBAAiB,EAAE,CAAC;oCAQ/C,MAAM,SAAQ,MAAM,qBAAoB,MAAM,KAAE,OAAO,CAAC;QAAE,aAAa,EAAC,iBAAiB,CAAC;QAAC,SAAS,EAAC,uBAAuB,CAAC;QAAC,aAAa,EAAC,iBAAiB,CAAA;KAAE,GAAG,SAAS,CAAC;CAUnN,CAAA;AAED,QAAA,MAAM,aAAa;uBACQ,SAAS,KAAE,OAAO,CAAC,SAAS,GAAG,SAAS,CAAC;yBAQtC,MAAM,sBAAqB,MAAM,kBAAiB,MAAM,KAAE,OAAO,CAAC,SAAS,GAAC,SAAS,CAAC;CAQnH,CAAA;AAED,eAAO,MAAM,kBAAkB;mBACb,MAAM,oBAAmB,MAAM,KAAE,MAAM;oDAKnC,MAAM,kBACR,MAAM,cACV,eAAe,EAAE,KAC9B,eAAe,EAAE;0BAoEK,eAAe,EAAE,aAAY,gBAAgB,EAAE,SAAQ,SAAS;+BAkB3D,eAAe,kBAAiB,iBAAiB;;;;;;0CAStC,MAAM,UAAS,MAAM;qCAM1B,iBAAiB,EAAE,eAAc,MAAM,mBAAkB,MAAM;6BAMvE,MAAM,QAAO,mBAAmB,EAAE;+BAKhC,gBAAgB,EAAE,QAAO,mBAAmB,EAAE;;;8BAO/C,iBAAiB,EAAE,SAAQ,SAAS,UAAS,MAAM,mBAAkB,MAAM;CAYvG,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ManageFlashMarket.d.ts","sourceRoot":"","sources":["../../../../../src/FlashMarket/components/ManageFlashMarket.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAC/D,OAAO,KAAK,EAAc,kBAAkB,EAA2B,aAAa,EAAuG,MAAM,aAAa,CAAC;AAc/M,KAAK,sBAAsB,GAAG;IAC1B,OAAO,EAAC,MAAM,CAAC;IACf,MAAM,CAAC,EAAC,aAAa,CAAC;IACtB,KAAK,CAAC,EAAC,OAAO,CAAC;IACf,YAAY,CAAC,EAAC,SAAS,CAAC;IACxB,YAAY,CAAC,EAAC,SAAS,CAAC;IACxB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,eAAe,CAAC,EAAC,CAAC,GAAG,EAAC,kBAAkB,KAAK,IAAI,CAAA;CACpD,CAAA;AAGD,QAAA,MAAM,iBAAiB,GAAI,oEAAmE,sBAAsB,
|
|
1
|
+
{"version":3,"file":"ManageFlashMarket.d.ts","sourceRoot":"","sources":["../../../../../src/FlashMarket/components/ManageFlashMarket.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAC/D,OAAO,KAAK,EAAc,kBAAkB,EAA2B,aAAa,EAAuG,MAAM,aAAa,CAAC;AAc/M,KAAK,sBAAsB,GAAG;IAC1B,OAAO,EAAC,MAAM,CAAC;IACf,MAAM,CAAC,EAAC,aAAa,CAAC;IACtB,KAAK,CAAC,EAAC,OAAO,CAAC;IACf,YAAY,CAAC,EAAC,SAAS,CAAC;IACxB,YAAY,CAAC,EAAC,SAAS,CAAC;IACxB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,eAAe,CAAC,EAAC,CAAC,GAAG,EAAC,kBAAkB,KAAK,IAAI,CAAA;CACpD,CAAA;AAGD,QAAA,MAAM,iBAAiB,GAAI,oEAAmE,sBAAsB,sBAi7BnH,CAAA;AAED,eAAe,iBAAiB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/FlashMarket/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,mBAAmB,EAAE,aAAa,EAAE,aAAa,EAAE,iBAAiB,EAAE,eAAe,EAAE,SAAS,EAAqB,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAItK,OAAO,EAA6C,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAMzF,KAAK,gBAAgB,GAAG;IACpB,OAAO,EAAC,OAAO,CAAC;IAChB,IAAI,CAAC,EAAC,SAAS,CAAC;IAChB,aAAa,CAAC,EAAC,iBAAiB,CAAC;IACjC,YAAY,EAAC,eAAe,EAAE,CAAC;IAC/B,cAAc,EAAC,gBAAgB,EAAE,CAAC;IAClC,iBAAiB,EAAC,mBAAmB,EAAE,CAAC;IACxC,UAAU,CAAC,EAAC,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAC,aAAa,CAAC;IACxB,YAAY,CAAC,EAAC,OAAO,CAAC;IACtB,UAAU,CAAC,EAAC,GAAG,CAAC;IAChB,aAAa,CAAC,EAAC,CAAC,IAAI,EAAC,SAAS,KAAK,IAAI,CAAC;IACxC,aAAa,CAAC,EAAC,OAAO,CAAC;IACvB,UAAU,CAAC,EAAC,OAAO,CAAC;IACpB,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,YAAY,CAAC,EAAC,SAAS,CAAC;IACxB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,YAAY,CAAC,EAAC,SAAS,CAAC;IACxB,SAAS,CAAC,EAAC,MAAM,CAAA;IACjB,MAAM,CAAC,EAAC,aAAa,CAAC;IACtB,iBAAiB,EAAC,MAAM,IAAI,CAAC;IAC7B,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAC;QAAE,CAAC,EAAC,MAAM,CAAC;QAAC,CAAC,EAAC,MAAM,CAAC;QAAC,KAAK,EAAC,MAAM,CAAC;QAAC,MAAM,EAAC,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IACzF,qBAAqB,EAAE,MAAM,IAAI,CAAA;CACpC,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/FlashMarket/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,mBAAmB,EAAE,aAAa,EAAE,aAAa,EAAE,iBAAiB,EAAE,eAAe,EAAE,SAAS,EAAqB,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAItK,OAAO,EAA6C,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAMzF,KAAK,gBAAgB,GAAG;IACpB,OAAO,EAAC,OAAO,CAAC;IAChB,IAAI,CAAC,EAAC,SAAS,CAAC;IAChB,aAAa,CAAC,EAAC,iBAAiB,CAAC;IACjC,YAAY,EAAC,eAAe,EAAE,CAAC;IAC/B,cAAc,EAAC,gBAAgB,EAAE,CAAC;IAClC,iBAAiB,EAAC,mBAAmB,EAAE,CAAC;IACxC,UAAU,CAAC,EAAC,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAC,aAAa,CAAC;IACxB,YAAY,CAAC,EAAC,OAAO,CAAC;IACtB,UAAU,CAAC,EAAC,GAAG,CAAC;IAChB,aAAa,CAAC,EAAC,CAAC,IAAI,EAAC,SAAS,KAAK,IAAI,CAAC;IACxC,aAAa,CAAC,EAAC,OAAO,CAAC;IACvB,UAAU,CAAC,EAAC,OAAO,CAAC;IACpB,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,YAAY,CAAC,EAAC,SAAS,CAAC;IACxB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,YAAY,CAAC,EAAC,SAAS,CAAC;IACxB,SAAS,CAAC,EAAC,MAAM,CAAA;IACjB,MAAM,CAAC,EAAC,aAAa,CAAC;IACtB,iBAAiB,EAAC,MAAM,IAAI,CAAC;IAC7B,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAC;QAAE,CAAC,EAAC,MAAM,CAAC;QAAC,CAAC,EAAC,MAAM,CAAC;QAAC,KAAK,EAAC,MAAM,CAAC;QAAC,MAAM,EAAC,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IACzF,qBAAqB,EAAE,MAAM,IAAI,CAAA;CACpC,CAAA;AAED,QAAA,MAAM,WAAW,GAAI,8SAA6S,gBAAgB,sBA4ejV,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import moment, { type Moment } from "moment-mini";
|
|
2
|
+
import type { ActionListProps, AthleteProps, BracketCompetitionProps, CompetitionPayoutTypeProps, CompetitionPlayerBracketProps, CompetitionPlayerProps, CompetitionProps, CompetitionRecordProps, CompetitionResultProps, CompetitionResultTypeProps, CompetitionSeasonPlayerProps, CompetitionSeasonProps, CompetitionSeasonResultProps, CompetitionTypeProps, EventProps, LeagueProps, MatchProps, OrderProps, OrderStatsProps, ParlayPositionProps, ParlayProps, PlayerBracketProps, PollOptionProps, PollProps, PollResponseProps, SquaresCompetitionProps, TeamProps, TournamentProps } from "../../types";
|
|
3
|
+
export declare const MyActionApi: {
|
|
4
|
+
setEnvironment: () => void;
|
|
5
|
+
ContestApi: {
|
|
6
|
+
getLeagues: () => Promise<LeagueProps[]>;
|
|
7
|
+
getTournamentsByIds: (tournament_ids: string[]) => Promise<TournamentProps[]>;
|
|
8
|
+
getEventsByIds: (event_ids: string[]) => Promise<EventProps[]>;
|
|
9
|
+
getMatchesByIds: (match_ids: string[]) => Promise<MatchProps[]>;
|
|
10
|
+
getMatchesByTournamentId: (tournament_id: string) => Promise<MatchProps[]>;
|
|
11
|
+
getAthletesByIds: (athlete_ids: string[]) => Promise<AthleteProps[]>;
|
|
12
|
+
getTeamsByIds: (team_ids: string[]) => Promise<TeamProps[]>;
|
|
13
|
+
};
|
|
14
|
+
OrderApi: {
|
|
15
|
+
getMyAction: () => Promise<{
|
|
16
|
+
orders: OrderProps[];
|
|
17
|
+
parlays: ParlayProps[];
|
|
18
|
+
parlay_positions: ParlayPositionProps[];
|
|
19
|
+
parlay_orders: OrderProps[];
|
|
20
|
+
}>;
|
|
21
|
+
};
|
|
22
|
+
FlashApi: {
|
|
23
|
+
getMyFlashAction: () => Promise<{
|
|
24
|
+
polls: PollProps[];
|
|
25
|
+
poll_responses: PollResponseProps[];
|
|
26
|
+
poll_options: PollOptionProps[];
|
|
27
|
+
}>;
|
|
28
|
+
};
|
|
29
|
+
EngagementApi: {
|
|
30
|
+
getCompetitionOptions: () => Promise<{
|
|
31
|
+
competition_types: CompetitionTypeProps[];
|
|
32
|
+
competition_result_types: CompetitionResultTypeProps[];
|
|
33
|
+
competition_payout_types: CompetitionPayoutTypeProps[];
|
|
34
|
+
}>;
|
|
35
|
+
getMyActiveSquaresCompetitions: () => Promise<{
|
|
36
|
+
squares_competitions: SquaresCompetitionProps[];
|
|
37
|
+
}>;
|
|
38
|
+
getMyActiveCompetitions: () => Promise<{
|
|
39
|
+
competitions: CompetitionProps[];
|
|
40
|
+
competition_players: CompetitionPlayerProps[];
|
|
41
|
+
competition_records: CompetitionRecordProps[];
|
|
42
|
+
competition_results: CompetitionResultProps[];
|
|
43
|
+
}>;
|
|
44
|
+
getMyActiveSeasons: () => Promise<{
|
|
45
|
+
competition_seasons: CompetitionSeasonProps[];
|
|
46
|
+
competition_season_players: CompetitionSeasonPlayerProps[];
|
|
47
|
+
competition_season_results: CompetitionSeasonResultProps[];
|
|
48
|
+
}>;
|
|
49
|
+
getMyActiveBracketCompetitions: () => Promise<{
|
|
50
|
+
bracket_competitions: BracketCompetitionProps[];
|
|
51
|
+
competition_player_brackets: CompetitionPlayerBracketProps[];
|
|
52
|
+
player_brackets: PlayerBracketProps[];
|
|
53
|
+
}>;
|
|
54
|
+
getMyActiveAdminBracketCompetitions: () => Promise<any>;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
export declare const MyActionHelpers: {
|
|
58
|
+
sortAction: (orders: OrderProps[], parlays: ParlayProps[], parlay_orders: OrderProps[], polls: PollProps[], competitions: CompetitionProps[], squares_competitions: SquaresCompetitionProps[], bracket_competitions: BracketCompetitionProps[]) => ActionListProps[];
|
|
59
|
+
getContestsFromOrders: (orders: OrderProps[]) => {
|
|
60
|
+
event_ids: string[];
|
|
61
|
+
tournament_ids: string[];
|
|
62
|
+
match_ids: string[];
|
|
63
|
+
athlete_ids: string[];
|
|
64
|
+
team_ids: string[];
|
|
65
|
+
};
|
|
66
|
+
getContestsByIds: (event_ids: string[], tournament_ids: string[], match_ids: string[], athlete_ids: string[], team_ids: string[]) => Promise<{
|
|
67
|
+
events: EventProps[];
|
|
68
|
+
tournaments: TournamentProps[];
|
|
69
|
+
matches: MatchProps[];
|
|
70
|
+
athletes: AthleteProps[];
|
|
71
|
+
teams: TeamProps[];
|
|
72
|
+
}>;
|
|
73
|
+
getContestDetails: (contest_type: string, event?: EventProps, tournament?: TournamentProps, match?: MatchProps) => {
|
|
74
|
+
contest_title: string;
|
|
75
|
+
scheduled_datetime: Moment;
|
|
76
|
+
};
|
|
77
|
+
calcAllOrderStats: (orders: OrderProps[], parlay_positions?: ParlayPositionProps[], flash_responses?: PollResponseProps[]) => OrderStatsProps;
|
|
78
|
+
getDetailsForOrder: (order: OrderProps, events: EventProps[], tournaments: TournamentProps[], matches: MatchProps[], athletes: AthleteProps[], teams: TeamProps[], leagues: LeagueProps[]) => {
|
|
79
|
+
event: EventProps | undefined;
|
|
80
|
+
tournament: TournamentProps | undefined;
|
|
81
|
+
match: MatchProps | undefined;
|
|
82
|
+
athlete: AthleteProps | undefined;
|
|
83
|
+
team: TeamProps | undefined;
|
|
84
|
+
contest_title: string;
|
|
85
|
+
scheduled_datetime: moment.Moment;
|
|
86
|
+
league: LeagueProps | undefined;
|
|
87
|
+
};
|
|
88
|
+
aggregatePositions: (parlay: ParlayProps, pp: ParlayPositionProps[]) => {
|
|
89
|
+
stake: number;
|
|
90
|
+
potential_winnings: number;
|
|
91
|
+
earnings: number;
|
|
92
|
+
winnings: number;
|
|
93
|
+
commission: number;
|
|
94
|
+
status: string;
|
|
95
|
+
net_winnings: number;
|
|
96
|
+
offer_side: "maker" | "taker";
|
|
97
|
+
result_ind: "win" | "lose" | "draw" | undefined;
|
|
98
|
+
};
|
|
99
|
+
getActionStats: (orders: OrderProps[], parlays: ParlayProps[], parlay_positions: ParlayPositionProps[], competitions: CompetitionProps[], squares_competitions: SquaresCompetitionProps[], bracket_competitions: BracketCompetitionProps[]) => {
|
|
100
|
+
risk: number;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/MyAction/api/index.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,EAAE,EAAE,KAAK,MAAM,EAAE,MAAM,aAAa,CAAC;AAElD,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,uBAAuB,EAAE,0BAA0B,EAAE,6BAA6B,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,0BAA0B,EAAE,4BAA4B,EAAE,sBAAsB,EAAE,4BAA4B,EAAE,oBAAoB,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,eAAe,EAAE,mBAAmB,EAAE,WAAW,EAAE,kBAAkB,EAAE,eAAe,EAAE,SAAS,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAUjlB,eAAO,MAAM,WAAW;;;0BASG,OAAO,CAAC,WAAW,EAAE,CAAC;8CAQC,MAAM,EAAE,KAAE,OAAO,CAAC,eAAe,EAAE,CAAC;oCAS9C,MAAM,EAAE,KAAE,OAAO,CAAC,UAAU,EAAE,CAAC;qCAS9B,MAAM,EAAE,KAAE,OAAO,CAAC,UAAU,EAAE,CAAC;kDASlB,MAAM,KAAE,OAAO,CAAC,UAAU,EAAE,CAAC;wCAQtC,MAAM,EAAE,KAAE,OAAO,CAAC,YAAY,EAAE,CAAC;kCASxC,MAAM,EAAE,KAAE,OAAO,CAAC,SAAS,EAAE,CAAC;;;2BAWvC,OAAO,CAAC;YAAC,MAAM,EAAE,UAAU,EAAE,CAAC;YAAC,OAAO,EAAC,WAAW,EAAE,CAAC;YAAC,gBAAgB,EAAC,mBAAmB,EAAE,CAAC;YAAC,aAAa,EAAC,UAAU,EAAE,CAAA;SAAC,CAAC;;;gCAUrH,OAAO,CAAC;YAAE,KAAK,EAAC,SAAS,EAAE,CAAC;YAAC,cAAc,EAAC,iBAAiB,EAAE,CAAC;YAAC,YAAY,EAAC,eAAe,EAAE,CAAA;SAAE,CAAC;;;qCAW7F,OAAO,CAAC;YAAC,iBAAiB,EAAC,oBAAoB,EAAE,CAAC;YAAC,wBAAwB,EAAC,0BAA0B,EAAE,CAAC;YAAC,wBAAwB,EAAC,0BAA0B,EAAE,CAAA;SAAC,CAAC;8CAQzJ,OAAO,CAAC;YAAE,oBAAoB,EAAC,uBAAuB,EAAE,CAAA;SAAE,CAAC;uCASlE,OAAO,CAAC;YAAE,YAAY,EAAC,gBAAgB,EAAE,CAAC;YAAC,mBAAmB,EAAC,sBAAsB,EAAE,CAAC;YAAC,mBAAmB,EAAC,sBAAsB,EAAE,CAAC;YAAC,mBAAmB,EAAC,sBAAsB,EAAE,CAAA;SAAE,CAAC;kCAS3L,OAAO,CAAC;YAAE,mBAAmB,EAAC,sBAAsB,EAAE,CAAC;YAAC,0BAA0B,EAAC,4BAA4B,EAAE,CAAC;YAAC,0BAA0B,EAAC,4BAA4B,EAAE,CAAA;SAAE,CAAC;8CAQnK,OAAO,CAAC;YAAE,oBAAoB,EAAC,uBAAuB,EAAE,CAAC;YAAC,2BAA2B,EAAC,6BAA6B,EAAE,CAAC;YAAC,eAAe,EAAC,kBAAkB,EAAE,CAAA;SAAE,CAAC;;;CAiB5M,CAAA;AAGD,eAAO,MAAM,eAAe;yBACJ,UAAU,EAAE,WAAU,WAAW,EAAE,iBAAgB,UAAU,EAAE,SAAQ,SAAS,EAAE,gBAAe,gBAAgB,EAAE,wBAAuB,uBAAuB,EAAE,wBAAuB,uBAAuB,EAAE;oCAqCxM,UAAU,EAAE;;;;;;;kCAWT,MAAM,EAAE,kBAAiB,MAAM,EAAE,aAAY,MAAM,EAAE,eAAc,MAAM,EAAE,YAAW,MAAM,EAAE;;;;;;;sCAQ/F,MAAM,UAAS,UAAU,eAAc,eAAe,UAAS,UAAU,KAAE;QAAE,aAAa,EAAC,MAAM,CAAC;QAAC,kBAAkB,EAAC,MAAM,CAAA;KAAE;gCAcpI,UAAU,EAAE,qBAAoB,mBAAmB,EAAE,oBAAmB,iBAAiB,EAAE,KAAE,eAAe;gCA8G5G,UAAU,UAAS,UAAU,EAAE,eAAc,eAAe,EAAE,WAAU,UAAU,EAAE,YAAW,YAAY,EAAE,SAAQ,SAAS,EAAE,WAAU,WAAW,EAAE;;;;;;;;;;iCAWtJ,WAAW,MAAK,mBAAmB,EAAE;;;;;;;;;;;6BAgBzC,UAAU,EAAE,WAAU,WAAW,EAAE,oBAAmB,mBAAmB,EAAE,gBAAe,gBAAgB,EAAE,wBAAuB,uBAAuB,EAAE,wBAAuB,uBAAuB,EAAE;;;CAyBvO,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { BracketCompetitionProps } from "../../types";
|
|
3
|
+
type BracketRowProps = {
|
|
4
|
+
market_type: 'FOR_MONEY' | 'FREE';
|
|
5
|
+
bracket_competition: BracketCompetitionProps;
|
|
6
|
+
width: number;
|
|
7
|
+
};
|
|
8
|
+
declare const BracketRow: ({ market_type, bracket_competition, width }: BracketRowProps) => React.JSX.Element;
|
|
9
|
+
export default BracketRow;
|
|
10
|
+
//# sourceMappingURL=BracketRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BracketRow.d.ts","sourceRoot":"","sources":["../../../../../src/MyAction/components/BracketRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAA;AAI1D,KAAK,eAAe,GAAG;IACnB,WAAW,EAAC,WAAW,GAAC,MAAM,CAAC;IAC/B,mBAAmB,EAAC,uBAAuB,CAAC;IAC5C,KAAK,EAAC,MAAM,CAAA;CACf,CAAA;AAED,QAAA,MAAM,UAAU,GAAI,6CAA4C,eAAe,sBAmB9E,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { CompetitionPlayerProps, CompetitionProps, CompetitionRecordProps, CompetitionResultProps, CompetitionResultTypeProps, CompetitionTypeProps } from "../../types";
|
|
3
|
+
type CompetitionRowProps = {
|
|
4
|
+
market_type: 'FOR_MONEY' | 'FREE';
|
|
5
|
+
competition: CompetitionProps;
|
|
6
|
+
competition_type: CompetitionTypeProps;
|
|
7
|
+
competition_result_type: CompetitionResultTypeProps;
|
|
8
|
+
competition_player: CompetitionPlayerProps;
|
|
9
|
+
competition_result: CompetitionResultProps;
|
|
10
|
+
competition_record: CompetitionRecordProps;
|
|
11
|
+
width: number;
|
|
12
|
+
};
|
|
13
|
+
declare const CompetitionRow: ({ market_type, competition, competition_record, width }: CompetitionRowProps) => React.JSX.Element;
|
|
14
|
+
export default CompetitionRow;
|
|
15
|
+
//# sourceMappingURL=CompetitionRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompetitionRow.d.ts","sourceRoot":"","sources":["../../../../../src/MyAction/components/CompetitionRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAI7K,KAAK,mBAAmB,GAAG;IACvB,WAAW,EAAC,WAAW,GAAC,MAAM,CAAC;IAC/B,WAAW,EAAC,gBAAgB,CAAC;IAC7B,gBAAgB,EAAC,oBAAoB,CAAC;IACtC,uBAAuB,EAAC,0BAA0B,CAAC;IACnD,kBAAkB,EAAC,sBAAsB,CAAC;IAC1C,kBAAkB,EAAC,sBAAsB,CAAC;IAC1C,kBAAkB,EAAC,sBAAsB,CAAC;IAC1C,KAAK,EAAC,MAAM,CAAA;CACf,CAAA;AAED,QAAA,MAAM,cAAc,GAAI,yDAAwD,mBAAmB,sBAmBlG,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { AthleteProps, EventProps, LeagueProps, MatchProps, OrderProps, TeamProps, TournamentProps } from "../../types";
|
|
3
|
+
type ContestStatRowProps = {
|
|
4
|
+
market_type: 'FOR_MONEY' | 'FREE';
|
|
5
|
+
contest_label: string;
|
|
6
|
+
time_detail: string;
|
|
7
|
+
orders: OrderProps[];
|
|
8
|
+
leagues: LeagueProps[];
|
|
9
|
+
events: EventProps[];
|
|
10
|
+
tournaments: TournamentProps[];
|
|
11
|
+
matches: MatchProps[];
|
|
12
|
+
athletes: AthleteProps[];
|
|
13
|
+
teams: TeamProps[];
|
|
14
|
+
width: number;
|
|
15
|
+
};
|
|
16
|
+
declare const ContestStatRow: ({ market_type, contest_label, orders, width, events, tournaments, matches, athletes, teams, leagues }: ContestStatRowProps) => React.JSX.Element;
|
|
17
|
+
export default ContestStatRow;
|
|
18
|
+
//# sourceMappingURL=ContestStatRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContestStatRow.d.ts","sourceRoot":"","sources":["../../../../../src/MyAction/components/ContestStatRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAQ5H,KAAK,mBAAmB,GAAG;IACvB,WAAW,EAAC,WAAW,GAAC,MAAM,CAAC;IAC/B,aAAa,EAAC,MAAM,CAAC;IACrB,WAAW,EAAC,MAAM,CAAC;IACnB,MAAM,EAAC,UAAU,EAAE,CAAC;IACpB,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,MAAM,EAAC,UAAU,EAAE,CAAC;IACpB,WAAW,EAAC,eAAe,EAAE,CAAC;IAC9B,OAAO,EAAC,UAAU,EAAE,CAAC;IACrB,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,KAAK,EAAC,SAAS,EAAE,CAAC;IAClB,KAAK,EAAC,MAAM,CAAA;CACf,CAAA;AAED,QAAA,MAAM,cAAc,GAAI,uGAAsG,mBAAmB,sBA8HhJ,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { PollOptionProps, PollProps, PollResponseProps } from "../../types";
|
|
3
|
+
type FlashRowProps = {
|
|
4
|
+
market_type: 'FOR_MONEY' | 'FREE';
|
|
5
|
+
poll: PollProps;
|
|
6
|
+
poll_responses: PollResponseProps[];
|
|
7
|
+
poll_options: PollOptionProps[];
|
|
8
|
+
width: number;
|
|
9
|
+
};
|
|
10
|
+
declare const FlashRow: ({ market_type, poll, poll_options, poll_responses, width }: FlashRowProps) => React.JSX.Element;
|
|
11
|
+
export default FlashRow;
|
|
12
|
+
//# sourceMappingURL=FlashRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FlashRow.d.ts","sourceRoot":"","sources":["../../../../../src/MyAction/components/FlashRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,eAAe,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAKhF,KAAK,aAAa,GAAG;IACjB,WAAW,EAAC,WAAW,GAAC,MAAM,CAAC;IAC/B,IAAI,EAAC,SAAS,CAAC;IACf,cAAc,EAAC,iBAAiB,EAAE,CAAC;IACnC,YAAY,EAAC,eAAe,EAAE,CAAC;IAC/B,KAAK,EAAC,MAAM,CAAA;CACf,CAAA;AAED,QAAA,MAAM,QAAQ,GAAI,4DAA2D,aAAa,sBAwDzF,CAAA;AAED,eAAe,QAAQ,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { AthleteProps, EventProps, LeagueProps, MatchProps, OrderProps, ParlayPositionProps, ParlayProps, TeamProps, TournamentProps } from "../../types";
|
|
3
|
+
type ParlayRowProps = {
|
|
4
|
+
market_type: 'FOR_MONEY' | 'FREE';
|
|
5
|
+
leagues: LeagueProps[];
|
|
6
|
+
events: EventProps[];
|
|
7
|
+
tournaments: TournamentProps[];
|
|
8
|
+
matches: MatchProps[];
|
|
9
|
+
athletes: AthleteProps[];
|
|
10
|
+
teams: TeamProps[];
|
|
11
|
+
parlay: ParlayProps;
|
|
12
|
+
parlay_orders: OrderProps[];
|
|
13
|
+
parlay_positions: ParlayPositionProps[];
|
|
14
|
+
width: number;
|
|
15
|
+
};
|
|
16
|
+
declare const ParlayRow: ({ market_type, parlay, events, matches, tournaments, athletes, teams, parlay_orders, parlay_positions, leagues }: ParlayRowProps) => React.JSX.Element;
|
|
17
|
+
export default ParlayRow;
|
|
18
|
+
//# sourceMappingURL=ParlayRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ParlayRow.d.ts","sourceRoot":"","sources":["../../../../../src/MyAction/components/ParlayRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,mBAAmB,EAAE,WAAW,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAQ9J,KAAK,cAAc,GAAG;IAClB,WAAW,EAAC,WAAW,GAAC,MAAM,CAAC;IAC/B,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,MAAM,EAAC,UAAU,EAAE,CAAC;IACpB,WAAW,EAAC,eAAe,EAAE,CAAC;IAC9B,OAAO,EAAC,UAAU,EAAE,CAAC;IACrB,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,KAAK,EAAC,SAAS,EAAE,CAAC;IAClB,MAAM,EAAC,WAAW,CAAC;IACnB,aAAa,EAAC,UAAU,EAAE,CAAC;IAC3B,gBAAgB,EAAC,mBAAmB,EAAE,CAAA;IACtC,KAAK,EAAC,MAAM,CAAA;CACf,CAAA;AAED,QAAA,MAAM,SAAS,GAAI,kHAAiH,cAAc,sBA8GjJ,CAAA;AAED,eAAe,SAAS,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { SquaresCompetitionProps } from "../../types";
|
|
3
|
+
type SquaresRowProps = {
|
|
4
|
+
market_type: 'FOR_MONEY' | 'FREE';
|
|
5
|
+
squares_competition: SquaresCompetitionProps;
|
|
6
|
+
width: number;
|
|
7
|
+
};
|
|
8
|
+
declare const SquaresRow: ({ market_type, squares_competition, width }: SquaresRowProps) => React.JSX.Element;
|
|
9
|
+
export default SquaresRow;
|
|
10
|
+
//# sourceMappingURL=SquaresRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SquaresRow.d.ts","sourceRoot":"","sources":["../../../../../src/MyAction/components/SquaresRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAqB,uBAAuB,EAAE,MAAM,aAAa,CAAA;AAK7E,KAAK,eAAe,GAAG;IACnB,WAAW,EAAC,WAAW,GAAC,MAAM,CAAC;IAC/B,mBAAmB,EAAC,uBAAuB,CAAC;IAC5C,KAAK,EAAC,MAAM,CAAA;CACf,CAAA;AAED,QAAA,MAAM,UAAU,GAAI,6CAA4C,eAAe,sBAuC9E,CAAA;AAED,eAAe,UAAU,CAAA"}
|