be-components 7.4.0 → 7.4.3

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.
Files changed (201) hide show
  1. package/lib/commonjs/ApiOverrides/index.js +4 -0
  2. package/lib/commonjs/ApiOverrides/index.js.map +1 -1
  3. package/lib/commonjs/BettorBot/api/index.js +64 -0
  4. package/lib/commonjs/BettorBot/api/index.js.map +1 -0
  5. package/lib/commonjs/BettorBot/components/BroadcastMessageCard.js +233 -0
  6. package/lib/commonjs/BettorBot/components/BroadcastMessageCard.js.map +1 -0
  7. package/lib/commonjs/BettorBot/components/ServerInfoCard.js +126 -0
  8. package/lib/commonjs/BettorBot/components/ServerInfoCard.js.map +1 -0
  9. package/lib/commonjs/BettorBot/index.js +532 -0
  10. package/lib/commonjs/BettorBot/index.js.map +1 -0
  11. package/lib/commonjs/CreateEngagement/index.js +3 -0
  12. package/lib/commonjs/CreateEngagement/index.js.map +1 -1
  13. package/lib/commonjs/FlashMarket/api/index.js +61 -0
  14. package/lib/commonjs/FlashMarket/api/index.js.map +1 -1
  15. package/lib/commonjs/FlashMarket/components/ManageFlashMarket.js +55 -81
  16. package/lib/commonjs/FlashMarket/components/ManageFlashMarket.js.map +1 -1
  17. package/lib/commonjs/MyAction/api/index.js +580 -0
  18. package/lib/commonjs/MyAction/api/index.js.map +1 -0
  19. package/lib/commonjs/MyAction/components/BracketRow.js +67 -0
  20. package/lib/commonjs/MyAction/components/BracketRow.js.map +1 -0
  21. package/lib/commonjs/MyAction/components/CompetitionRow.js +68 -0
  22. package/lib/commonjs/MyAction/components/CompetitionRow.js.map +1 -0
  23. package/lib/commonjs/MyAction/components/ContestStatRow.js +265 -0
  24. package/lib/commonjs/MyAction/components/ContestStatRow.js.map +1 -0
  25. package/lib/commonjs/MyAction/components/FlashRow.js +131 -0
  26. package/lib/commonjs/MyAction/components/FlashRow.js.map +1 -0
  27. package/lib/commonjs/MyAction/components/ParlayRow.js +236 -0
  28. package/lib/commonjs/MyAction/components/ParlayRow.js.map +1 -0
  29. package/lib/commonjs/MyAction/components/SquaresRow.js +83 -0
  30. package/lib/commonjs/MyAction/components/SquaresRow.js.map +1 -0
  31. package/lib/commonjs/MyAction/index.js +354 -0
  32. package/lib/commonjs/MyAction/index.js.map +1 -0
  33. package/lib/commonjs/PartnerPortal/components/EmbedManager.js +42 -0
  34. package/lib/commonjs/PartnerPortal/components/EmbedManager.js.map +1 -1
  35. package/lib/commonjs/PartnerPortal/components/StringSelector.js +90 -0
  36. package/lib/commonjs/PartnerPortal/components/StringSelector.js.map +1 -0
  37. package/lib/commonjs/index.js +14 -0
  38. package/lib/commonjs/index.js.map +1 -1
  39. package/lib/commonjs/types.d.js.map +1 -1
  40. package/lib/module/ApiOverrides/index.js +4 -0
  41. package/lib/module/ApiOverrides/index.js.map +1 -1
  42. package/lib/module/BettorBot/api/index.js +57 -0
  43. package/lib/module/BettorBot/api/index.js.map +1 -0
  44. package/lib/module/BettorBot/components/BroadcastMessageCard.js +226 -0
  45. package/lib/module/BettorBot/components/BroadcastMessageCard.js.map +1 -0
  46. package/lib/module/BettorBot/components/ServerInfoCard.js +119 -0
  47. package/lib/module/BettorBot/components/ServerInfoCard.js.map +1 -0
  48. package/lib/module/BettorBot/index.js +524 -0
  49. package/lib/module/BettorBot/index.js.map +1 -0
  50. package/lib/module/CreateEngagement/index.js +3 -0
  51. package/lib/module/CreateEngagement/index.js.map +1 -1
  52. package/lib/module/FlashMarket/api/index.js +61 -0
  53. package/lib/module/FlashMarket/api/index.js.map +1 -1
  54. package/lib/module/FlashMarket/components/ManageFlashMarket.js +55 -81
  55. package/lib/module/FlashMarket/components/ManageFlashMarket.js.map +1 -1
  56. package/lib/module/MyAction/api/index.js +573 -0
  57. package/lib/module/MyAction/api/index.js.map +1 -0
  58. package/lib/module/MyAction/components/BracketRow.js +60 -0
  59. package/lib/module/MyAction/components/BracketRow.js.map +1 -0
  60. package/lib/module/MyAction/components/CompetitionRow.js +61 -0
  61. package/lib/module/MyAction/components/CompetitionRow.js.map +1 -0
  62. package/lib/module/MyAction/components/ContestStatRow.js +258 -0
  63. package/lib/module/MyAction/components/ContestStatRow.js.map +1 -0
  64. package/lib/module/MyAction/components/FlashRow.js +124 -0
  65. package/lib/module/MyAction/components/FlashRow.js.map +1 -0
  66. package/lib/module/MyAction/components/ParlayRow.js +229 -0
  67. package/lib/module/MyAction/components/ParlayRow.js.map +1 -0
  68. package/lib/module/MyAction/components/SquaresRow.js +76 -0
  69. package/lib/module/MyAction/components/SquaresRow.js.map +1 -0
  70. package/lib/module/MyAction/index.js +344 -0
  71. package/lib/module/MyAction/index.js.map +1 -0
  72. package/lib/module/PartnerPortal/components/EmbedManager.js +42 -0
  73. package/lib/module/PartnerPortal/components/EmbedManager.js.map +1 -1
  74. package/lib/module/PartnerPortal/components/StringSelector.js +83 -0
  75. package/lib/module/PartnerPortal/components/StringSelector.js.map +1 -0
  76. package/lib/module/index.js +3 -1
  77. package/lib/module/index.js.map +1 -1
  78. package/lib/module/types.d.js.map +1 -1
  79. package/lib/typescript/lib/commonjs/ApiOverrides/index.d.ts.map +1 -1
  80. package/lib/typescript/lib/commonjs/BettorBot/api/index.d.ts +9 -0
  81. package/lib/typescript/lib/commonjs/BettorBot/api/index.d.ts.map +1 -0
  82. package/lib/typescript/lib/commonjs/BettorBot/components/BroadcastMessageCard.d.ts +10 -0
  83. package/lib/typescript/lib/commonjs/BettorBot/components/BroadcastMessageCard.d.ts.map +1 -0
  84. package/lib/typescript/lib/commonjs/BettorBot/components/ServerInfoCard.d.ts +10 -0
  85. package/lib/typescript/lib/commonjs/BettorBot/components/ServerInfoCard.d.ts.map +1 -0
  86. package/lib/typescript/lib/commonjs/BettorBot/index.d.ts +7 -0
  87. package/lib/typescript/lib/commonjs/BettorBot/index.d.ts.map +1 -0
  88. package/lib/typescript/lib/commonjs/CreateEngagement/index.d.ts.map +1 -1
  89. package/lib/typescript/lib/commonjs/FlashMarket/api/index.d.ts +1 -0
  90. package/lib/typescript/lib/commonjs/FlashMarket/api/index.d.ts.map +1 -1
  91. package/lib/typescript/lib/commonjs/FlashMarket/components/ManageFlashMarket.d.ts.map +1 -1
  92. package/lib/typescript/lib/commonjs/MyAction/api/index.d.ts +110 -0
  93. package/lib/typescript/lib/commonjs/MyAction/api/index.d.ts.map +1 -0
  94. package/lib/typescript/lib/commonjs/MyAction/components/BracketRow.d.ts +8 -0
  95. package/lib/typescript/lib/commonjs/MyAction/components/BracketRow.d.ts.map +1 -0
  96. package/lib/typescript/lib/commonjs/MyAction/components/CompetitionRow.d.ts +9 -0
  97. package/lib/typescript/lib/commonjs/MyAction/components/CompetitionRow.d.ts.map +1 -0
  98. package/lib/typescript/lib/commonjs/MyAction/components/ContestStatRow.d.ts +15 -0
  99. package/lib/typescript/lib/commonjs/MyAction/components/ContestStatRow.d.ts.map +1 -0
  100. package/lib/typescript/lib/commonjs/MyAction/components/FlashRow.d.ts +10 -0
  101. package/lib/typescript/lib/commonjs/MyAction/components/FlashRow.d.ts.map +1 -0
  102. package/lib/typescript/lib/commonjs/MyAction/components/ParlayRow.d.ts +15 -0
  103. package/lib/typescript/lib/commonjs/MyAction/components/ParlayRow.d.ts.map +1 -0
  104. package/lib/typescript/lib/commonjs/MyAction/components/SquaresRow.d.ts +8 -0
  105. package/lib/typescript/lib/commonjs/MyAction/components/SquaresRow.d.ts.map +1 -0
  106. package/lib/typescript/lib/commonjs/MyAction/index.d.ts +7 -0
  107. package/lib/typescript/lib/commonjs/MyAction/index.d.ts.map +1 -0
  108. package/lib/typescript/lib/commonjs/PartnerPortal/components/EmbedManager.d.ts.map +1 -1
  109. package/lib/typescript/lib/commonjs/PartnerPortal/components/StringSelector.d.ts +8 -0
  110. package/lib/typescript/lib/commonjs/PartnerPortal/components/StringSelector.d.ts.map +1 -0
  111. package/lib/typescript/lib/commonjs/index.d.ts +2 -0
  112. package/lib/typescript/lib/commonjs/index.d.ts.map +1 -1
  113. package/lib/typescript/lib/module/ApiOverrides/index.d.ts.map +1 -1
  114. package/lib/typescript/lib/module/BettorBot/api/index.d.ts +8 -0
  115. package/lib/typescript/lib/module/BettorBot/api/index.d.ts.map +1 -0
  116. package/lib/typescript/lib/module/BettorBot/components/BroadcastMessageCard.d.ts +10 -0
  117. package/lib/typescript/lib/module/BettorBot/components/BroadcastMessageCard.d.ts.map +1 -0
  118. package/lib/typescript/lib/module/BettorBot/components/ServerInfoCard.d.ts +10 -0
  119. package/lib/typescript/lib/module/BettorBot/components/ServerInfoCard.d.ts.map +1 -0
  120. package/lib/typescript/lib/module/BettorBot/index.d.ts +7 -0
  121. package/lib/typescript/lib/module/BettorBot/index.d.ts.map +1 -0
  122. package/lib/typescript/lib/module/CreateEngagement/index.d.ts.map +1 -1
  123. package/lib/typescript/lib/module/FlashMarket/api/index.d.ts +1 -0
  124. package/lib/typescript/lib/module/FlashMarket/api/index.d.ts.map +1 -1
  125. package/lib/typescript/lib/module/FlashMarket/components/ManageFlashMarket.d.ts.map +1 -1
  126. package/lib/typescript/lib/module/MyAction/api/index.d.ts +110 -0
  127. package/lib/typescript/lib/module/MyAction/api/index.d.ts.map +1 -0
  128. package/lib/typescript/lib/module/MyAction/components/BracketRow.d.ts +8 -0
  129. package/lib/typescript/lib/module/MyAction/components/BracketRow.d.ts.map +1 -0
  130. package/lib/typescript/lib/module/MyAction/components/CompetitionRow.d.ts +9 -0
  131. package/lib/typescript/lib/module/MyAction/components/CompetitionRow.d.ts.map +1 -0
  132. package/lib/typescript/lib/module/MyAction/components/ContestStatRow.d.ts +15 -0
  133. package/lib/typescript/lib/module/MyAction/components/ContestStatRow.d.ts.map +1 -0
  134. package/lib/typescript/lib/module/MyAction/components/FlashRow.d.ts +10 -0
  135. package/lib/typescript/lib/module/MyAction/components/FlashRow.d.ts.map +1 -0
  136. package/lib/typescript/lib/module/MyAction/components/ParlayRow.d.ts +15 -0
  137. package/lib/typescript/lib/module/MyAction/components/ParlayRow.d.ts.map +1 -0
  138. package/lib/typescript/lib/module/MyAction/components/SquaresRow.d.ts +8 -0
  139. package/lib/typescript/lib/module/MyAction/components/SquaresRow.d.ts.map +1 -0
  140. package/lib/typescript/lib/module/MyAction/index.d.ts +7 -0
  141. package/lib/typescript/lib/module/MyAction/index.d.ts.map +1 -0
  142. package/lib/typescript/lib/module/PartnerPortal/components/EmbedManager.d.ts.map +1 -1
  143. package/lib/typescript/lib/module/PartnerPortal/components/StringSelector.d.ts +8 -0
  144. package/lib/typescript/lib/module/PartnerPortal/components/StringSelector.d.ts.map +1 -0
  145. package/lib/typescript/lib/module/index.d.ts +3 -1
  146. package/lib/typescript/lib/module/index.d.ts.map +1 -1
  147. package/lib/typescript/src/ApiOverrides/index.d.ts.map +1 -1
  148. package/lib/typescript/src/BettorBot/api/index.d.ts +9 -0
  149. package/lib/typescript/src/BettorBot/api/index.d.ts.map +1 -0
  150. package/lib/typescript/src/BettorBot/components/BroadcastMessageCard.d.ts +15 -0
  151. package/lib/typescript/src/BettorBot/components/BroadcastMessageCard.d.ts.map +1 -0
  152. package/lib/typescript/src/BettorBot/components/ServerInfoCard.d.ts +12 -0
  153. package/lib/typescript/src/BettorBot/components/ServerInfoCard.d.ts.map +1 -0
  154. package/lib/typescript/src/BettorBot/index.d.ts +9 -0
  155. package/lib/typescript/src/BettorBot/index.d.ts.map +1 -0
  156. package/lib/typescript/src/CreateEngagement/index.d.ts.map +1 -1
  157. package/lib/typescript/src/FlashMarket/api/index.d.ts +1 -0
  158. package/lib/typescript/src/FlashMarket/api/index.d.ts.map +1 -1
  159. package/lib/typescript/src/FlashMarket/components/ManageFlashMarket.d.ts.map +1 -1
  160. package/lib/typescript/src/MyAction/api/index.d.ts +103 -0
  161. package/lib/typescript/src/MyAction/api/index.d.ts.map +1 -0
  162. package/lib/typescript/src/MyAction/components/BracketRow.d.ts +10 -0
  163. package/lib/typescript/src/MyAction/components/BracketRow.d.ts.map +1 -0
  164. package/lib/typescript/src/MyAction/components/CompetitionRow.d.ts +15 -0
  165. package/lib/typescript/src/MyAction/components/CompetitionRow.d.ts.map +1 -0
  166. package/lib/typescript/src/MyAction/components/ContestStatRow.d.ts +18 -0
  167. package/lib/typescript/src/MyAction/components/ContestStatRow.d.ts.map +1 -0
  168. package/lib/typescript/src/MyAction/components/FlashRow.d.ts +12 -0
  169. package/lib/typescript/src/MyAction/components/FlashRow.d.ts.map +1 -0
  170. package/lib/typescript/src/MyAction/components/ParlayRow.d.ts +18 -0
  171. package/lib/typescript/src/MyAction/components/ParlayRow.d.ts.map +1 -0
  172. package/lib/typescript/src/MyAction/components/SquaresRow.d.ts +10 -0
  173. package/lib/typescript/src/MyAction/components/SquaresRow.d.ts.map +1 -0
  174. package/lib/typescript/src/MyAction/index.d.ts +14 -0
  175. package/lib/typescript/src/MyAction/index.d.ts.map +1 -0
  176. package/lib/typescript/src/PartnerPortal/components/EmbedManager.d.ts.map +1 -1
  177. package/lib/typescript/src/PartnerPortal/components/StringSelector.d.ts +10 -0
  178. package/lib/typescript/src/PartnerPortal/components/StringSelector.d.ts.map +1 -0
  179. package/lib/typescript/src/index.d.ts +3 -1
  180. package/lib/typescript/src/index.d.ts.map +1 -1
  181. package/package.json +3 -3
  182. package/src/ApiOverrides/index.ts +4 -0
  183. package/src/BettorBot/api/index.ts +49 -0
  184. package/src/BettorBot/components/BroadcastMessageCard.tsx +159 -0
  185. package/src/BettorBot/components/ServerInfoCard.tsx +73 -0
  186. package/src/BettorBot/index.tsx +295 -0
  187. package/src/CreateEngagement/index.tsx +4 -1
  188. package/src/FlashMarket/api/index.ts +72 -0
  189. package/src/FlashMarket/components/ManageFlashMarket.tsx +10 -0
  190. package/src/MyAction/api/index.ts +393 -0
  191. package/src/MyAction/components/BracketRow.tsx +34 -0
  192. package/src/MyAction/components/CompetitionRow.tsx +39 -0
  193. package/src/MyAction/components/ContestStatRow.tsx +153 -0
  194. package/src/MyAction/components/FlashRow.tsx +74 -0
  195. package/src/MyAction/components/ParlayRow.tsx +137 -0
  196. package/src/MyAction/components/SquaresRow.tsx +55 -0
  197. package/src/MyAction/index.tsx +316 -0
  198. package/src/PartnerPortal/components/EmbedManager.tsx +20 -0
  199. package/src/PartnerPortal/components/StringSelector.tsx +55 -0
  200. package/src/index.tsx +4 -0
  201. package/src/types.d.ts +60 -0
@@ -0,0 +1,10 @@
1
+ export const __esModule: boolean;
2
+ export default FlashRow;
3
+ declare function FlashRow({ market_type, poll, poll_options, poll_responses, width }: {
4
+ market_type: any;
5
+ poll: any;
6
+ poll_options: any;
7
+ poll_responses: any;
8
+ width: any;
9
+ }): any;
10
+ //# sourceMappingURL=FlashRow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FlashRow.d.ts","sourceRoot":"","sources":["../../../../../commonjs/MyAction/components/FlashRow.js"],"names":[],"mappings":";;AAYA;;;;;;QAoHC"}
@@ -0,0 +1,15 @@
1
+ export const __esModule: boolean;
2
+ export default ParlayRow;
3
+ declare function ParlayRow({ market_type, parlay, events, matches, tournaments, athletes, teams, parlay_orders, parlay_positions, leagues }: {
4
+ market_type: any;
5
+ parlay: any;
6
+ events: any;
7
+ matches: any;
8
+ tournaments: any;
9
+ athletes: any;
10
+ teams: any;
11
+ parlay_orders: any;
12
+ parlay_positions: any;
13
+ leagues: any;
14
+ }): any;
15
+ //# sourceMappingURL=ParlayRow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ParlayRow.d.ts","sourceRoot":"","sources":["../../../../../commonjs/MyAction/components/ParlayRow.js"],"names":[],"mappings":";;AAeA;;;;;;;;;;;QA0NC"}
@@ -0,0 +1,8 @@
1
+ export const __esModule: boolean;
2
+ export default SquaresRow;
3
+ declare function SquaresRow({ market_type, squares_competition, width }: {
4
+ market_type: any;
5
+ squares_competition: any;
6
+ width: any;
7
+ }): any;
8
+ //# sourceMappingURL=SquaresRow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SquaresRow.d.ts","sourceRoot":"","sources":["../../../../../commonjs/MyAction/components/SquaresRow.js"],"names":[],"mappings":";;AAYA;;;;QAoEC"}
@@ -0,0 +1,7 @@
1
+ export const __esModule: boolean;
2
+ export default MyAction;
3
+ declare function MyAction({ me, market_type }: {
4
+ me: any;
5
+ market_type: any;
6
+ }): any;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/MyAction/index.js"],"names":[],"mappings":";;AA2BA;;;QAoUC"}
@@ -1 +1 @@
1
- {"version":3,"file":"EmbedManager.d.ts","sourceRoot":"","sources":["../../../../../commonjs/PartnerPortal/components/EmbedManager.js"],"names":[],"mappings":";;AAsBA;;;;;;;;;QAi6BC"}
1
+ {"version":3,"file":"EmbedManager.d.ts","sourceRoot":"","sources":["../../../../../commonjs/PartnerPortal/components/EmbedManager.js"],"names":[],"mappings":";;AAuBA;;;;;;;;;QA08BC"}
@@ -0,0 +1,8 @@
1
+ export const __esModule: boolean;
2
+ export default StringSelector;
3
+ declare function StringSelector({ active_value, options, onSelectOption }: {
4
+ active_value: any;
5
+ options: any;
6
+ onSelectOption: any;
7
+ }): any;
8
+ //# sourceMappingURL=StringSelector.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StringSelector.d.ts","sourceRoot":"","sources":["../../../../../commonjs/PartnerPortal/components/StringSelector.js"],"names":[],"mappings":";;AAYA;;;;QA2EC"}
@@ -36,6 +36,7 @@ export const BEEventApi: any;
36
36
  export const BELinkApi: any;
37
37
  export const BEPostHog: any;
38
38
  export const BetMatch: any;
39
+ export const BettorBotDashboard: any;
39
40
  export const BettorSearch: any;
40
41
  export const BracketCompetitionCard: any;
41
42
  export const BracketRoom: any;
@@ -72,6 +73,7 @@ export const ManageFilter: any;
72
73
  export const ManageFlashMarket: any;
73
74
  export const MarketComponents: any;
74
75
  export const MarketMaker: any;
76
+ export const MyAction: any;
75
77
  export const MyWallet: any;
76
78
  export const NotificationModule: any;
77
79
  export const Observer: any;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../commonjs/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8aA,2BAAkE;AAElE,iCAA8E"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../commonjs/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0bA,2BAAkE;AAElE,iCAA8E"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/ApiOverrides/index.js"],"names":[],"mappings":";IA8ES;;;;;;;OA4EN;IACgB;;OAsBhB;IACU;;OAQV;IACe,wCAEf;IACa,4BAEb;IACY,iHAYZ;IACY,sCAKZ;IACc,0CAOd;IACe,0CAMf;IACU,2BAOV;IACiB,kDAMjB;IAC4B,oEAW5B;IACgB,gDAMhB;IACa,kEAWb;IAC2B,iFAwC3B"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/ApiOverrides/index.js"],"names":[],"mappings":";IAkFS;;;;;;;OA4EN;IACgB;;OAsBhB;IACU;;OAQV;IACe,wCAEf;IACa,4BAEb;IACY,iHAYZ;IACY,sCAKZ;IACc,0CAOd;IACe,0CAMf;IACU,2BAOV;IACiB,kDAMjB;IAC4B,oEAW5B;IACgB,gDAMhB;IACa,kEAWb;IAC2B,iFAwC3B"}
@@ -0,0 +1,8 @@
1
+ export namespace BettorBotApi {
2
+ function setEnvironment(): void;
3
+ function getServers(): Promise<any>;
4
+ function getDiscordStats(): Promise<any>;
5
+ function getPlayersByPlayerIds(player_ids: any): Promise<any>;
6
+ function broadcastMessage(message: any, targets: any): Promise<any>;
7
+ }
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/BettorBot/api/index.js"],"names":[],"mappings":";IAKkB,gCAIf;IACW,oCAeX;IACgB,yCAOhB;IACsB,8DAStB;IACiB,oEAUjB"}
@@ -0,0 +1,10 @@
1
+ export default BroadcastMessageCard;
2
+ declare function BroadcastMessageCard({ selected_servers, servers, onSendMessage, onFocusPosition, onClose }: {
3
+ selected_servers: any;
4
+ servers: any;
5
+ onSendMessage: any;
6
+ onFocusPosition: any;
7
+ onClose: any;
8
+ }): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
9
+ import React from 'react';
10
+ //# sourceMappingURL=BroadcastMessageCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BroadcastMessageCard.d.ts","sourceRoot":"","sources":["../../../../../module/BettorBot/components/BroadcastMessageCard.js"],"names":[],"mappings":";AAMA;;;;;;kGAyNC;kBA/N+B,OAAO"}
@@ -0,0 +1,10 @@
1
+ export default ServerInfoCard;
2
+ declare function ServerInfoCard({ server, selected_channels, onDeselectChannel, onSelectChannel, onClose }: {
3
+ server: any;
4
+ selected_channels: any;
5
+ onDeselectChannel: any;
6
+ onSelectChannel: any;
7
+ onClose: any;
8
+ }): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
9
+ import React from 'react';
10
+ //# sourceMappingURL=ServerInfoCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ServerInfoCard.d.ts","sourceRoot":"","sources":["../../../../../module/BettorBot/components/ServerInfoCard.js"],"names":[],"mappings":";AAKA;;;;;;kGA+GC;kBApH+B,OAAO"}
@@ -0,0 +1,7 @@
1
+ export default BettorBotDashboard;
2
+ declare function BettorBotDashboard({ me, onFocusPosition }: {
3
+ me: any;
4
+ onFocusPosition: 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/BettorBot/index.js"],"names":[],"mappings":";AAYA;;;kGA6fC;kBAzgB0C,OAAO"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/CreateEngagement/index.js"],"names":[],"mappings":";AAo0CO;;;;wCA+EN;AACM;;;;wCA+EN;AAp7CD;;;;;;;;;;;;;;;;kGAslBC;kBAroB0C,OAAO"}
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;;;IApPe,gCAMf;IACY;;;;mBAgBZ;IACqB,mEAOrB;IACsB,+CAQtB;IACiB,yDAUjB;IAC4B,qIAQ5B;IACoB,kEAOpB;IACuB,qEAOvB;IACc,6FAYd;;;IAGW,6CASX;IACU,2FAWV"}
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;;;;;;;kGAgjDC;kBAhkD0C,OAAO"}
1
+ {"version":3,"file":"ManageFlashMarket.d.ts","sourceRoot":"","sources":["../../../../../module/FlashMarket/components/ManageFlashMarket.js"],"names":[],"mappings":";AAgBA;;;;;;;kGAshDC;kBAtiD0C,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":";AAcA;;;;;;;;;kGAi6BC;kBA/6B0C,OAAO"}
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,11 +1,13 @@
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';
6
7
  import DiscordConnectionManager from './Discord';
7
8
  import { BEEventApi } from './Observer';
8
9
  import FlashCampaignManager from './PartnerPortal/components/FlashCampaignManager';
10
+ import BettorBotDashboard from './BettorBot';
9
11
  import EmbedManager from './PartnerPortal/components/EmbedManager';
10
12
  import RankingsCard from './RankingsCard';
11
13
  import ManageFlashMarket from './FlashMarket/components/ManageFlashMarket';
@@ -70,5 +72,5 @@ import CompetitionCard from './Engage/components/CompetitionCard';
70
72
  import SquaresCompetitionCard from './Engage/components/SquaresCompetitionCard';
71
73
  import BracketCompetitionCard from './Engage/components/BracketCompetitionCard';
72
74
  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 };
75
+ export { Authenticator, Observer, MyAction, CreateEmbed, ReferralCodeManager, CreateEngagement, DiscordConnectionManager, BEEventApi, FlashCampaignManager, BettorBotDashboard, 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
76
  //# 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;wBA0DpC,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
+ {"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;+BAEnD,aAAa;yBALnB,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/ApiOverrides/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAC9C,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AA6ElF,OAAO,EAAE,YAAY,EAAE,CAAA;AAEvB,QAAA,MAAM,YAAY;+BACkB;QAAE,GAAG,EAAC,YAAY,GAAC,SAAS,GAAC,aAAa,GAAC,kBAAkB,CAAC;QAAC,QAAQ,EAAC,OAAO,CAAA;KAAE,KAAE,OAAO,CAAC,cAAc,CAAC;qCAiDrG,cAAc,WAAW;QAAE,KAAK,CAAC,EAAC,OAAO,CAAA;KAAE,KAAE,OAAO,CAAC;QAAE,MAAM,EAAE,SAAS,GAAC,MAAM,CAAA;KAAE,CAAC;qBAWpG,OAAO,CAAC;QAAC,MAAM,EAAE,SAAS,GAAC,MAAM,CAAA;KAAC,CAAC;0BAOjC,YAAY,GAAC,SAAS,GAAC,aAAa,GAAC,kBAAkB;;;;gCAM5C,MAAM,cAAa,MAAM,kBAAiB,MAAM,oBAAmB,GAAG;;;6BAoB9E,MAAM;;qCAgBE,MAAM;8CAOQ,MAAM,KAAE,OAAO,CAAC;QAAE,aAAa,EAAC,iBAAiB,CAAC;QAAC,KAAK,EAAC,UAAU,CAAC;QAAC,gBAAgB,EAAC,kBAAkB,EAAE,CAAA;KAAE,GAAC,SAAS,CAAC;mCAYvI,MAAM;0BAOV,MAAM,eAAc,MAAM,KAAE,OAAO,CAAC;QAAC,aAAa,EAAC,MAAM,CAAC;QAAC,YAAY,EAAC,MAAM,CAAC;QAAC,eAAe,EAAC,MAAM,CAAC;QAAC,SAAS,EAAC,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;wCASzH,MAAM,eAAc,MAAM;CA0BrE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ApiOverrides/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAC9C,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAiFlF,OAAO,EAAE,YAAY,EAAE,CAAA;AAEvB,QAAA,MAAM,YAAY;+BACkB;QAAE,GAAG,EAAC,YAAY,GAAC,SAAS,GAAC,aAAa,GAAC,kBAAkB,CAAC;QAAC,QAAQ,EAAC,OAAO,CAAA;KAAE,KAAE,OAAO,CAAC,cAAc,CAAC;qCAiDrG,cAAc,WAAW;QAAE,KAAK,CAAC,EAAC,OAAO,CAAA;KAAE,KAAE,OAAO,CAAC;QAAE,MAAM,EAAE,SAAS,GAAC,MAAM,CAAA;KAAE,CAAC;qBAWpG,OAAO,CAAC;QAAC,MAAM,EAAE,SAAS,GAAC,MAAM,CAAA;KAAC,CAAC;0BAOjC,YAAY,GAAC,SAAS,GAAC,aAAa,GAAC,kBAAkB;;;;gCAM5C,MAAM,cAAa,MAAM,kBAAiB,MAAM,oBAAmB,GAAG;;;6BAoB9E,MAAM;;qCAgBE,MAAM;8CAOQ,MAAM,KAAE,OAAO,CAAC;QAAE,aAAa,EAAC,iBAAiB,CAAC;QAAC,KAAK,EAAC,UAAU,CAAC;QAAC,gBAAgB,EAAC,kBAAkB,EAAE,CAAA;KAAE,GAAC,SAAS,CAAC;mCAYvI,MAAM;0BAOV,MAAM,eAAc,MAAM,KAAE,OAAO,CAAC;QAAC,aAAa,EAAC,MAAM,CAAC;QAAC,YAAY,EAAC,MAAM,CAAC;QAAC,eAAe,EAAC,MAAM,CAAC;QAAC,SAAS,EAAC,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;wCASzH,MAAM,eAAc,MAAM;CA0BrE,CAAA"}
@@ -0,0 +1,9 @@
1
+ import type { BroadcastResult, BroadcastTarget, DiscordPlayerStatsProps, PublicPlayerProps, ServersResponse } from "../../types";
2
+ export declare const BettorBotApi: {
3
+ setEnvironment: () => void;
4
+ getServers: () => Promise<ServersResponse>;
5
+ getDiscordStats: () => Promise<DiscordPlayerStatsProps[]>;
6
+ getPlayersByPlayerIds: (player_ids: string[]) => Promise<PublicPlayerProps[]>;
7
+ broadcastMessage: (message: string, targets: BroadcastTarget[]) => Promise<BroadcastResult[]>;
8
+ };
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/BettorBot/api/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,eAAe,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAIjI,eAAO,MAAM,YAAY;;sBAMD,OAAO,CAAC,eAAe,CAAC;2BAYnB,OAAO,CAAC,uBAAuB,EAAE,CAAC;wCAQlB,MAAM,EAAE,KAAE,OAAO,CAAC,iBAAiB,EAAE,CAAC;gCAQ9C,MAAM,WAAU,eAAe,EAAE,KAAE,OAAO,CAAC,eAAe,EAAE,CAAC;CAQjG,CAAA"}
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import type { BroadcastResult, FocusPositionProps, ServerInfo } from '../../types';
3
+ type BroadcastMessageCardProps = {
4
+ selected_servers: {
5
+ guild_id: string;
6
+ channels: string[];
7
+ }[];
8
+ onClose: () => void;
9
+ servers: ServerInfo[];
10
+ onFocusPosition?: (pos: FocusPositionProps) => void;
11
+ onSendMessage: (results: BroadcastResult[]) => void;
12
+ };
13
+ declare const BroadcastMessageCard: ({ selected_servers, servers, onSendMessage, onFocusPosition, onClose }: BroadcastMessageCardProps) => React.JSX.Element;
14
+ export default BroadcastMessageCard;
15
+ //# sourceMappingURL=BroadcastMessageCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BroadcastMessageCard.d.ts","sourceRoot":"","sources":["../../../../../src/BettorBot/components/BroadcastMessageCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,eAAe,EAAmB,kBAAkB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAMpG,KAAK,yBAAyB,GAAG;IAC7B,gBAAgB,EAAE;QAAE,QAAQ,EAAC,MAAM,CAAC;QAAC,QAAQ,EAAC,MAAM,EAAE,CAAA;KAAE,EAAE,CAAC;IAC3D,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,OAAO,EAAC,UAAU,EAAE,CAAC;IACrB,eAAe,CAAC,EAAC,CAAC,GAAG,EAAC,kBAAkB,KAAK,IAAI,CAAC;IAClD,aAAa,EAAC,CAAC,OAAO,EAAC,eAAe,EAAE,KAAK,IAAI,CAAA;CACpD,CAAA;AACD,QAAA,MAAM,oBAAoB,GAAI,wEAAuE,yBAAyB,sBA6I7H,CAAA;AAED,eAAe,oBAAoB,CAAA"}
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import type { ServerInfo } from '../../types';
3
+ type ServerInfoProps = {
4
+ server: ServerInfo;
5
+ selected_channels: string[];
6
+ onClose: () => void;
7
+ onSelectChannel: (channel_id: string) => void;
8
+ onDeselectChannel: (channel_id: string) => void;
9
+ };
10
+ declare const ServerInfoCard: ({ server, selected_channels, onDeselectChannel, onSelectChannel, onClose }: ServerInfoProps) => React.JSX.Element;
11
+ export default ServerInfoCard;
12
+ //# sourceMappingURL=ServerInfoCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ServerInfoCard.d.ts","sourceRoot":"","sources":["../../../../../src/BettorBot/components/ServerInfoCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAqB,UAAU,EAAE,MAAM,aAAa,CAAC;AAKjE,KAAK,eAAe,GAAG;IACnB,MAAM,EAAC,UAAU,CAAA;IACjB,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,eAAe,EAAE,CAAC,UAAU,EAAC,MAAM,KAAK,IAAI,CAAC;IAC7C,iBAAiB,EAAE,CAAC,UAAU,EAAC,MAAM,KAAK,IAAI,CAAA;CACjD,CAAA;AACD,QAAA,MAAM,cAAc,GAAI,4EAA2E,eAAe,sBAwDjH,CAAA;AAED,eAAe,cAAc,CAAA"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { FocusPositionProps, MyPlayerProps } from '../types';
3
+ type BettorBotDashboardProps = {
4
+ me?: MyPlayerProps;
5
+ onFocusPosition?: (pos: FocusPositionProps) => void;
6
+ };
7
+ declare const BettorBotDashboard: ({ me, onFocusPosition }: BettorBotDashboardProps) => React.JSX.Element;
8
+ export default BettorBotDashboard;
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/BettorBot/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAGnD,OAAO,KAAK,EAA2B,kBAAkB,EAAE,aAAa,EAAiC,MAAM,UAAU,CAAC;AAS1H,KAAK,uBAAuB,GAAG;IAC3B,EAAE,CAAC,EAAC,aAAa,CAAC;IAClB,eAAe,CAAC,EAAC,CAAC,GAAG,EAAC,kBAAkB,KAAK,IAAI,CAAC;CACrD,CAAA;AAGD,QAAA,MAAM,kBAAkB,GAAI,yBAAwB,uBAAuB,sBAkR1E,CAAA;AAED,eAAe,kBAAkB,CAAA"}
@@ -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,sBAqX7R,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"}
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;0BAIhC,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
+ {"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,sBAu6BnH,CAAA;AAED,eAAe,iBAAiB,CAAA"}
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"}