be-components 3.0.8 → 3.1.0

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 (1133) hide show
  1. package/lib/commonjs/Checkout/index.js +1 -0
  2. package/lib/commonjs/Checkout/index.js.map +1 -1
  3. package/lib/commonjs/LocationTracker/LocationStatus.js +0 -1
  4. package/lib/commonjs/LocationTracker/LocationStatus.js.map +1 -1
  5. package/lib/commonjs/LocationTracker/index.js +16 -4
  6. package/lib/commonjs/LocationTracker/index.js.map +1 -1
  7. package/lib/module/Checkout/index.js +1 -0
  8. package/lib/module/Checkout/index.js.map +1 -1
  9. package/lib/module/LocationTracker/LocationStatus.js +0 -1
  10. package/lib/module/LocationTracker/LocationStatus.js.map +1 -1
  11. package/lib/module/LocationTracker/index.js +17 -5
  12. package/lib/module/LocationTracker/index.js.map +1 -1
  13. package/lib/typescript/babel.config.d.ts +4 -0
  14. package/lib/typescript/babel.config.d.ts.map +1 -0
  15. package/lib/typescript/lib/commonjs/AdServer/api/index.d.ts +10 -0
  16. package/lib/typescript/lib/commonjs/AdServer/api/index.d.ts.map +1 -0
  17. package/lib/typescript/lib/commonjs/AdServer/components/CompanyAdCard.d.ts +10 -0
  18. package/lib/typescript/lib/commonjs/AdServer/components/CompanyAdCard.d.ts.map +1 -0
  19. package/lib/typescript/lib/commonjs/AdServer/index.d.ts +17 -0
  20. package/lib/typescript/lib/commonjs/AdServer/index.d.ts.map +1 -0
  21. package/lib/typescript/lib/commonjs/AnalyticComponents/MarketPerformance/index.d.ts +1 -0
  22. package/lib/typescript/lib/commonjs/AnalyticComponents/MarketPerformance/index.d.ts.map +1 -0
  23. package/lib/typescript/lib/commonjs/AnalyticComponents/api/index.d.ts +5 -0
  24. package/lib/typescript/lib/commonjs/AnalyticComponents/api/index.d.ts.map +1 -0
  25. package/lib/typescript/lib/commonjs/AnalyticComponents/index.d.ts +1 -0
  26. package/lib/typescript/lib/commonjs/AnalyticComponents/index.d.ts.map +1 -0
  27. package/lib/typescript/lib/commonjs/ApiOverrides/index.d.ts +29 -0
  28. package/lib/typescript/lib/commonjs/ApiOverrides/index.d.ts.map +1 -0
  29. package/lib/typescript/lib/commonjs/ApiOverrides/types.d.d.ts +1 -0
  30. package/lib/typescript/lib/commonjs/ApiOverrides/types.d.d.ts.map +1 -0
  31. package/lib/typescript/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.d.ts +9 -0
  32. package/lib/typescript/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -0
  33. package/lib/typescript/lib/commonjs/Authenticator/Components/LoginForm.d.ts +10 -0
  34. package/lib/typescript/lib/commonjs/Authenticator/Components/LoginForm.d.ts.map +1 -0
  35. package/lib/typescript/lib/commonjs/Authenticator/Components/StrategyForm.d.ts +19 -0
  36. package/lib/typescript/lib/commonjs/Authenticator/Components/StrategyForm.d.ts.map +1 -0
  37. package/lib/typescript/lib/commonjs/Authenticator/api/index.d.ts +45 -0
  38. package/lib/typescript/lib/commonjs/Authenticator/api/index.d.ts.map +1 -0
  39. package/lib/typescript/lib/commonjs/Authenticator/api/types.d.d.ts +1 -0
  40. package/lib/typescript/lib/commonjs/Authenticator/api/types.d.d.ts.map +1 -0
  41. package/lib/typescript/lib/commonjs/Authenticator/index.d.ts +18 -0
  42. package/lib/typescript/lib/commonjs/Authenticator/index.d.ts.map +1 -0
  43. package/lib/typescript/lib/commonjs/BettorSearch/api/index.d.ts +8 -0
  44. package/lib/typescript/lib/commonjs/BettorSearch/api/index.d.ts.map +1 -0
  45. package/lib/typescript/lib/commonjs/BettorSearch/index.d.ts +11 -0
  46. package/lib/typescript/lib/commonjs/BettorSearch/index.d.ts.map +1 -0
  47. package/lib/typescript/lib/commonjs/Bracket/api/index.d.ts +123 -0
  48. package/lib/typescript/lib/commonjs/Bracket/api/index.d.ts.map +1 -0
  49. package/lib/typescript/lib/commonjs/Bracket/components/BracketCompetitionCard.d.ts +20 -0
  50. package/lib/typescript/lib/commonjs/Bracket/components/BracketCompetitionCard.d.ts.map +1 -0
  51. package/lib/typescript/lib/commonjs/Bracket/components/BracketCompetitionSelector.d.ts +10 -0
  52. package/lib/typescript/lib/commonjs/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -0
  53. package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.d.ts +12 -0
  54. package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -0
  55. package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/BracketRound.d.ts +14 -0
  56. package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -0
  57. package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.d.ts +18 -0
  58. package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -0
  59. package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/index.d.ts +14 -0
  60. package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/index.d.ts.map +1 -0
  61. package/lib/typescript/lib/commonjs/Bracket/components/BracketSelector.d.ts +10 -0
  62. package/lib/typescript/lib/commonjs/Bracket/components/BracketSelector.d.ts.map +1 -0
  63. package/lib/typescript/lib/commonjs/Bracket/components/CompetitionLeaderboard.d.ts +12 -0
  64. package/lib/typescript/lib/commonjs/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -0
  65. package/lib/typescript/lib/commonjs/Bracket/components/JoinCompetitionCard.d.ts +13 -0
  66. package/lib/typescript/lib/commonjs/Bracket/components/JoinCompetitionCard.d.ts.map +1 -0
  67. package/lib/typescript/lib/commonjs/Bracket/components/PlayerBalanceCard.d.ts +7 -0
  68. package/lib/typescript/lib/commonjs/Bracket/components/PlayerBalanceCard.d.ts.map +1 -0
  69. package/lib/typescript/lib/commonjs/Bracket/components/PlayerBracketManager.d.ts +15 -0
  70. package/lib/typescript/lib/commonjs/Bracket/components/PlayerBracketManager.d.ts.map +1 -0
  71. package/lib/typescript/lib/commonjs/Bracket/components/PlayerBrackets.d.ts +13 -0
  72. package/lib/typescript/lib/commonjs/Bracket/components/PlayerBrackets.d.ts.map +1 -0
  73. package/lib/typescript/lib/commonjs/Bracket/components/RoomMenu.d.ts +8 -0
  74. package/lib/typescript/lib/commonjs/Bracket/components/RoomMenu.d.ts.map +1 -0
  75. package/lib/typescript/lib/commonjs/Bracket/index.d.ts +13 -0
  76. package/lib/typescript/lib/commonjs/Bracket/index.d.ts.map +1 -0
  77. package/lib/typescript/lib/commonjs/Checkout/api/index.d.ts +67 -0
  78. package/lib/typescript/lib/commonjs/Checkout/api/index.d.ts.map +1 -0
  79. package/lib/typescript/lib/commonjs/Checkout/components/AccountSummaryCard.d.ts +16 -0
  80. package/lib/typescript/lib/commonjs/Checkout/components/AccountSummaryCard.d.ts.map +1 -0
  81. package/lib/typescript/lib/commonjs/Checkout/components/ItemSummaryCard.d.ts +6 -0
  82. package/lib/typescript/lib/commonjs/Checkout/components/ItemSummaryCard.d.ts.map +1 -0
  83. package/lib/typescript/lib/commonjs/Checkout/components/OrderSummaryCard.d.ts +6 -0
  84. package/lib/typescript/lib/commonjs/Checkout/components/OrderSummaryCard.d.ts.map +1 -0
  85. package/lib/typescript/lib/commonjs/Checkout/components/PayPalOrderCapture.d.ts +14 -0
  86. package/lib/typescript/lib/commonjs/Checkout/components/PayPalOrderCapture.d.ts.map +1 -0
  87. package/lib/typescript/lib/commonjs/Checkout/components/ShippingSummaryCard.d.ts +7 -0
  88. package/lib/typescript/lib/commonjs/Checkout/components/ShippingSummaryCard.d.ts.map +1 -0
  89. package/lib/typescript/lib/commonjs/Checkout/index.d.ts +11 -0
  90. package/lib/typescript/lib/commonjs/Checkout/index.d.ts.map +1 -0
  91. package/lib/typescript/lib/commonjs/Competition/api/index.d.ts +216 -0
  92. package/lib/typescript/lib/commonjs/Competition/api/index.d.ts.map +1 -0
  93. package/lib/typescript/lib/commonjs/Competition/components/AthleteMarketCard.d.ts +16 -0
  94. package/lib/typescript/lib/commonjs/Competition/components/AthleteMarketCard.d.ts.map +1 -0
  95. package/lib/typescript/lib/commonjs/Competition/components/CompetitionCard.d.ts +10 -0
  96. package/lib/typescript/lib/commonjs/Competition/components/CompetitionCard.d.ts.map +1 -0
  97. package/lib/typescript/lib/commonjs/Competition/components/CompetitionInfoCard.d.ts +9 -0
  98. package/lib/typescript/lib/commonjs/Competition/components/CompetitionInfoCard.d.ts.map +1 -0
  99. package/lib/typescript/lib/commonjs/Competition/components/CompetitionLeaderboard.d.ts +14 -0
  100. package/lib/typescript/lib/commonjs/Competition/components/CompetitionLeaderboard.d.ts.map +1 -0
  101. package/lib/typescript/lib/commonjs/Competition/components/CompetitionPlay.d.ts +20 -0
  102. package/lib/typescript/lib/commonjs/Competition/components/CompetitionPlay.d.ts.map +1 -0
  103. package/lib/typescript/lib/commonjs/Competition/components/CompetitionSeasonCard.d.ts +8 -0
  104. package/lib/typescript/lib/commonjs/Competition/components/CompetitionSeasonCard.d.ts.map +1 -0
  105. package/lib/typescript/lib/commonjs/Competition/components/CompetitionSelector.d.ts +9 -0
  106. package/lib/typescript/lib/commonjs/Competition/components/CompetitionSelector.d.ts.map +1 -0
  107. package/lib/typescript/lib/commonjs/Competition/components/CompetitionTypeCard.d.ts +11 -0
  108. package/lib/typescript/lib/commonjs/Competition/components/CompetitionTypeCard.d.ts.map +1 -0
  109. package/lib/typescript/lib/commonjs/Competition/components/EnterCompetitionPrompt.d.ts +13 -0
  110. package/lib/typescript/lib/commonjs/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -0
  111. package/lib/typescript/lib/commonjs/Competition/components/LeaderPicks.d.ts +19 -0
  112. package/lib/typescript/lib/commonjs/Competition/components/LeaderPicks.d.ts.map +1 -0
  113. package/lib/typescript/lib/commonjs/Competition/components/MarketsCard.d.ts +13 -0
  114. package/lib/typescript/lib/commonjs/Competition/components/MarketsCard.d.ts.map +1 -0
  115. package/lib/typescript/lib/commonjs/Competition/components/MatchMarketCard.d.ts +16 -0
  116. package/lib/typescript/lib/commonjs/Competition/components/MatchMarketCard.d.ts.map +1 -0
  117. package/lib/typescript/lib/commonjs/Competition/components/NavOutPrompt.d.ts +15 -0
  118. package/lib/typescript/lib/commonjs/Competition/components/NavOutPrompt.d.ts.map +1 -0
  119. package/lib/typescript/lib/commonjs/Competition/components/SeasonCard.d.ts +8 -0
  120. package/lib/typescript/lib/commonjs/Competition/components/SeasonCard.d.ts.map +1 -0
  121. package/lib/typescript/lib/commonjs/Competition/components/TeamEventCard.d.ts +14 -0
  122. package/lib/typescript/lib/commonjs/Competition/components/TeamEventCard.d.ts.map +1 -0
  123. package/lib/typescript/lib/commonjs/Competition/components/WagerPickForm.d.ts +13 -0
  124. package/lib/typescript/lib/commonjs/Competition/components/WagerPickForm.d.ts.map +1 -0
  125. package/lib/typescript/lib/commonjs/Competition/index.d.ts +12 -0
  126. package/lib/typescript/lib/commonjs/Competition/index.d.ts.map +1 -0
  127. package/lib/typescript/lib/commonjs/CompetitionManager/api/index.d.ts +183 -0
  128. package/lib/typescript/lib/commonjs/CompetitionManager/api/index.d.ts.map +1 -0
  129. package/lib/typescript/lib/commonjs/CompetitionManager/components/AdminCompetitionList.d.ts +12 -0
  130. package/lib/typescript/lib/commonjs/CompetitionManager/components/AdminCompetitionList.d.ts.map +1 -0
  131. package/lib/typescript/lib/commonjs/CompetitionManager/components/AthleteSelector.d.ts +16 -0
  132. package/lib/typescript/lib/commonjs/CompetitionManager/components/AthleteSelector.d.ts.map +1 -0
  133. package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionContestsForm.d.ts +25 -0
  134. package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionContestsForm.d.ts.map +1 -0
  135. package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionHeader.d.ts +14 -0
  136. package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionHeader.d.ts.map +1 -0
  137. package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionInfoForm.d.ts +10 -0
  138. package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionInfoForm.d.ts.map +1 -0
  139. package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionMatchMarketCard.d.ts +8 -0
  140. package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionMatchMarketCard.d.ts.map +1 -0
  141. package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionSettingsForm.d.ts +12 -0
  142. package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionSettingsForm.d.ts.map +1 -0
  143. package/lib/typescript/lib/commonjs/CompetitionManager/components/ContestSelector.d.ts +14 -0
  144. package/lib/typescript/lib/commonjs/CompetitionManager/components/ContestSelector.d.ts.map +1 -0
  145. package/lib/typescript/lib/commonjs/CompetitionManager/components/ContestSettingsForm.d.ts +13 -0
  146. package/lib/typescript/lib/commonjs/CompetitionManager/components/ContestSettingsForm.d.ts.map +1 -0
  147. package/lib/typescript/lib/commonjs/CompetitionManager/components/CreateCompetitionForm.d.ts +10 -0
  148. package/lib/typescript/lib/commonjs/CompetitionManager/components/CreateCompetitionForm.d.ts.map +1 -0
  149. package/lib/typescript/lib/commonjs/CompetitionManager/components/MarketSelector.d.ts +12 -0
  150. package/lib/typescript/lib/commonjs/CompetitionManager/components/MarketSelector.d.ts.map +1 -0
  151. package/lib/typescript/lib/commonjs/CompetitionManager/components/PlayerSelector.d.ts +9 -0
  152. package/lib/typescript/lib/commonjs/CompetitionManager/components/PlayerSelector.d.ts.map +1 -0
  153. package/lib/typescript/lib/commonjs/CompetitionManager/index.d.ts +8 -0
  154. package/lib/typescript/lib/commonjs/CompetitionManager/index.d.ts.map +1 -0
  155. package/lib/typescript/lib/commonjs/CompetitionSeason/api/index.d.ts +23 -0
  156. package/lib/typescript/lib/commonjs/CompetitionSeason/api/index.d.ts.map +1 -0
  157. package/lib/typescript/lib/commonjs/CompetitionSeason/components/CompetitionsSection.d.ts +12 -0
  158. package/lib/typescript/lib/commonjs/CompetitionSeason/components/CompetitionsSection.d.ts.map +1 -0
  159. package/lib/typescript/lib/commonjs/CompetitionSeason/components/EnterSeasonPrompt.d.ts +14 -0
  160. package/lib/typescript/lib/commonjs/CompetitionSeason/components/EnterSeasonPrompt.d.ts.map +1 -0
  161. package/lib/typescript/lib/commonjs/CompetitionSeason/components/SeasonHeader.d.ts +12 -0
  162. package/lib/typescript/lib/commonjs/CompetitionSeason/components/SeasonHeader.d.ts.map +1 -0
  163. package/lib/typescript/lib/commonjs/CompetitionSeason/components/SeasonLeaderboard.d.ts +16 -0
  164. package/lib/typescript/lib/commonjs/CompetitionSeason/components/SeasonLeaderboard.d.ts.map +1 -0
  165. package/lib/typescript/lib/commonjs/CompetitionSeason/components/SeasonSettingsSection.d.ts +10 -0
  166. package/lib/typescript/lib/commonjs/CompetitionSeason/components/SeasonSettingsSection.d.ts.map +1 -0
  167. package/lib/typescript/lib/commonjs/CompetitionSeason/index.d.ts +10 -0
  168. package/lib/typescript/lib/commonjs/CompetitionSeason/index.d.ts.map +1 -0
  169. package/lib/typescript/lib/commonjs/CompetitionSeasonManager/api/index.d.ts +51 -0
  170. package/lib/typescript/lib/commonjs/CompetitionSeasonManager/api/index.d.ts.map +1 -0
  171. package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CompetitionSelector.d.ts +1 -0
  172. package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CompetitionSelector.d.ts.map +1 -0
  173. package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CompetitionsForm.d.ts +11 -0
  174. package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CompetitionsForm.d.ts.map +1 -0
  175. package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CreateSeasonForm.d.ts +9 -0
  176. package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CreateSeasonForm.d.ts.map +1 -0
  177. package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/SeasonHeader.d.ts +11 -0
  178. package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/SeasonHeader.d.ts.map +1 -0
  179. package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/SeasonInfoForm.d.ts +9 -0
  180. package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/SeasonInfoForm.d.ts.map +1 -0
  181. package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/SeasonSettingsForm.d.ts +10 -0
  182. package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/SeasonSettingsForm.d.ts.map +1 -0
  183. package/lib/typescript/lib/commonjs/CompetitionSeasonManager/index.d.ts +8 -0
  184. package/lib/typescript/lib/commonjs/CompetitionSeasonManager/index.d.ts.map +1 -0
  185. package/lib/typescript/lib/commonjs/Components/Button.d.ts +20 -0
  186. package/lib/typescript/lib/commonjs/Components/Button.d.ts.map +1 -0
  187. package/lib/typescript/lib/commonjs/Components/Checkbox.d.ts +12 -0
  188. package/lib/typescript/lib/commonjs/Components/Checkbox.d.ts.map +1 -0
  189. package/lib/typescript/lib/commonjs/Components/ConfirmationModal.d.ts +12 -0
  190. package/lib/typescript/lib/commonjs/Components/ConfirmationModal.d.ts.map +1 -0
  191. package/lib/typescript/lib/commonjs/Components/Dropdown.d.ts +11 -0
  192. package/lib/typescript/lib/commonjs/Components/Dropdown.d.ts.map +1 -0
  193. package/lib/typescript/lib/commonjs/Components/Icons.d.ts +379 -0
  194. package/lib/typescript/lib/commonjs/Components/Icons.d.ts.map +1 -0
  195. package/lib/typescript/lib/commonjs/Components/ImageUploader.d.ts +9 -0
  196. package/lib/typescript/lib/commonjs/Components/ImageUploader.d.ts.map +1 -0
  197. package/lib/typescript/lib/commonjs/Components/Jerseys.d.ts +13 -0
  198. package/lib/typescript/lib/commonjs/Components/Jerseys.d.ts.map +1 -0
  199. package/lib/typescript/lib/commonjs/Components/LinearDiagnal.d.ts +13 -0
  200. package/lib/typescript/lib/commonjs/Components/LinearDiagnal.d.ts.map +1 -0
  201. package/lib/typescript/lib/commonjs/Components/SearchBox.d.ts +10 -0
  202. package/lib/typescript/lib/commonjs/Components/SearchBox.d.ts.map +1 -0
  203. package/lib/typescript/lib/commonjs/Components/Slider.d.ts +14 -0
  204. package/lib/typescript/lib/commonjs/Components/Slider.d.ts.map +1 -0
  205. package/lib/typescript/lib/commonjs/Components/Spring.d.ts +11 -0
  206. package/lib/typescript/lib/commonjs/Components/Spring.d.ts.map +1 -0
  207. package/lib/typescript/lib/commonjs/Components/Switch.d.ts +9 -0
  208. package/lib/typescript/lib/commonjs/Components/Switch.d.ts.map +1 -0
  209. package/lib/typescript/lib/commonjs/Components/Text.d.ts +13 -0
  210. package/lib/typescript/lib/commonjs/Components/Text.d.ts.map +1 -0
  211. package/lib/typescript/lib/commonjs/Components/TextInput.d.ts +20 -0
  212. package/lib/typescript/lib/commonjs/Components/TextInput.d.ts.map +1 -0
  213. package/lib/typescript/lib/commonjs/Components/ViewportObserver.d.ts +3 -0
  214. package/lib/typescript/lib/commonjs/Components/ViewportObserver.d.ts.map +1 -0
  215. package/lib/typescript/lib/commonjs/Components/index.d.ts +10 -0
  216. package/lib/typescript/lib/commonjs/Components/index.d.ts.map +1 -0
  217. package/lib/typescript/lib/commonjs/Engage/api/index.d.ts +27 -0
  218. package/lib/typescript/lib/commonjs/Engage/api/index.d.ts.map +1 -0
  219. package/lib/typescript/lib/commonjs/Engage/components/BracketCompetitionCard.d.ts +11 -0
  220. package/lib/typescript/lib/commonjs/Engage/components/BracketCompetitionCard.d.ts.map +1 -0
  221. package/lib/typescript/lib/commonjs/Engage/components/CompanyCard.d.ts +9 -0
  222. package/lib/typescript/lib/commonjs/Engage/components/CompanyCard.d.ts.map +1 -0
  223. package/lib/typescript/lib/commonjs/Engage/components/CompetitionCard.d.ts +10 -0
  224. package/lib/typescript/lib/commonjs/Engage/components/CompetitionCard.d.ts.map +1 -0
  225. package/lib/typescript/lib/commonjs/Engage/components/EngageHeader.d.ts +10 -0
  226. package/lib/typescript/lib/commonjs/Engage/components/EngageHeader.d.ts.map +1 -0
  227. package/lib/typescript/lib/commonjs/Engage/components/PrivateCodePrompt.d.ts +11 -0
  228. package/lib/typescript/lib/commonjs/Engage/components/PrivateCodePrompt.d.ts.map +1 -0
  229. package/lib/typescript/lib/commonjs/Engage/components/SeasonCard.d.ts +8 -0
  230. package/lib/typescript/lib/commonjs/Engage/components/SeasonCard.d.ts.map +1 -0
  231. package/lib/typescript/lib/commonjs/Engage/components/SquaresCompetitionCard.d.ts +10 -0
  232. package/lib/typescript/lib/commonjs/Engage/components/SquaresCompetitionCard.d.ts.map +1 -0
  233. package/lib/typescript/lib/commonjs/Engage/index.d.ts +16 -0
  234. package/lib/typescript/lib/commonjs/Engage/index.d.ts.map +1 -0
  235. package/lib/typescript/lib/commonjs/EventComponents/AthleteCard.d.ts +4 -0
  236. package/lib/typescript/lib/commonjs/EventComponents/AthleteCard.d.ts.map +1 -0
  237. package/lib/typescript/lib/commonjs/EventComponents/TeamCard.d.ts +6 -0
  238. package/lib/typescript/lib/commonjs/EventComponents/TeamCard.d.ts.map +1 -0
  239. package/lib/typescript/lib/commonjs/EventComponents/TeamProfile/index.d.ts +19 -0
  240. package/lib/typescript/lib/commonjs/EventComponents/TeamProfile/index.d.ts.map +1 -0
  241. package/lib/typescript/lib/commonjs/EventComponents/api/index.d.ts +8 -0
  242. package/lib/typescript/lib/commonjs/EventComponents/api/index.d.ts.map +1 -0
  243. package/lib/typescript/lib/commonjs/EventComponents/index.d.ts +9 -0
  244. package/lib/typescript/lib/commonjs/EventComponents/index.d.ts.map +1 -0
  245. package/lib/typescript/lib/commonjs/LocationTracker/LocationStatus.d.ts +17 -0
  246. package/lib/typescript/lib/commonjs/LocationTracker/LocationStatus.d.ts.map +1 -0
  247. package/lib/typescript/lib/commonjs/LocationTracker/api/index.d.ts +77 -0
  248. package/lib/typescript/lib/commonjs/LocationTracker/api/index.d.ts.map +1 -0
  249. package/lib/typescript/lib/commonjs/LocationTracker/index.d.ts +10 -0
  250. package/lib/typescript/lib/commonjs/LocationTracker/index.d.ts.map +1 -0
  251. package/lib/typescript/lib/commonjs/MarketComponents/api/index.d.ts +51 -0
  252. package/lib/typescript/lib/commonjs/MarketComponents/api/index.d.ts.map +1 -0
  253. package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteMarket/index.d.ts +4 -0
  254. package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteMarket/index.d.ts.map +1 -0
  255. package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.d.ts +20 -0
  256. package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -0
  257. package/lib/typescript/lib/commonjs/MarketComponents/components/BestAvailableOrderCard.d.ts +11 -0
  258. package/lib/typescript/lib/commonjs/MarketComponents/components/BestAvailableOrderCard.d.ts.map +1 -0
  259. package/lib/typescript/lib/commonjs/MarketComponents/components/BetScopeIndicator.d.ts +4 -0
  260. package/lib/typescript/lib/commonjs/MarketComponents/components/BetScopeIndicator.d.ts.map +1 -0
  261. package/lib/typescript/lib/commonjs/MarketComponents/components/ContestOrderStatsCard.d.ts +13 -0
  262. package/lib/typescript/lib/commonjs/MarketComponents/components/ContestOrderStatsCard.d.ts.map +1 -0
  263. package/lib/typescript/lib/commonjs/MarketComponents/components/ContestStats.d.ts +6 -0
  264. package/lib/typescript/lib/commonjs/MarketComponents/components/ContestStats.d.ts.map +1 -0
  265. package/lib/typescript/lib/commonjs/MarketComponents/components/EventMarket/index.d.ts +18 -0
  266. package/lib/typescript/lib/commonjs/MarketComponents/components/EventMarket/index.d.ts.map +1 -0
  267. package/lib/typescript/lib/commonjs/MarketComponents/components/EventScoringCard.d.ts +6 -0
  268. package/lib/typescript/lib/commonjs/MarketComponents/components/EventScoringCard.d.ts.map +1 -0
  269. package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/api/index.d.ts +104 -0
  270. package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -0
  271. package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/index.d.ts +4 -0
  272. package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/index.d.ts.map +1 -0
  273. package/lib/typescript/lib/commonjs/MarketComponents/components/MatchMarket/index.d.ts +24 -0
  274. package/lib/typescript/lib/commonjs/MarketComponents/components/MatchMarket/index.d.ts.map +1 -0
  275. package/lib/typescript/lib/commonjs/MarketComponents/components/MyOrderList/api/index.d.ts +69 -0
  276. package/lib/typescript/lib/commonjs/MarketComponents/components/MyOrderList/api/index.d.ts.map +1 -0
  277. package/lib/typescript/lib/commonjs/MarketComponents/components/MyOrderList/index.d.ts +9 -0
  278. package/lib/typescript/lib/commonjs/MarketComponents/components/MyOrderList/index.d.ts.map +1 -0
  279. package/lib/typescript/lib/commonjs/MarketComponents/components/OrderBook.d.ts +11 -0
  280. package/lib/typescript/lib/commonjs/MarketComponents/components/OrderBook.d.ts.map +1 -0
  281. package/lib/typescript/lib/commonjs/MarketComponents/components/OrderBookChart.d.ts +12 -0
  282. package/lib/typescript/lib/commonjs/MarketComponents/components/OrderBookChart.d.ts.map +1 -0
  283. package/lib/typescript/lib/commonjs/MarketComponents/components/OrderGradeBar.d.ts +9 -0
  284. package/lib/typescript/lib/commonjs/MarketComponents/components/OrderGradeBar.d.ts.map +1 -0
  285. package/lib/typescript/lib/commonjs/MarketComponents/components/PodcastCard.d.ts +8 -0
  286. package/lib/typescript/lib/commonjs/MarketComponents/components/PodcastCard.d.ts.map +1 -0
  287. package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventList/api/index.d.ts +10 -0
  288. package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventList/api/index.d.ts.map +1 -0
  289. package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventList/index.d.ts +20 -0
  290. package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventList/index.d.ts.map +1 -0
  291. package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventMarket/api/index.d.ts +13 -0
  292. package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventMarket/api/index.d.ts.map +1 -0
  293. package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventMarket/index.d.ts +4 -0
  294. package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -0
  295. package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts +20 -0
  296. package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -0
  297. package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentList/api/index.d.ts +13 -0
  298. package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentList/api/index.d.ts.map +1 -0
  299. package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentList/index.d.ts +17 -0
  300. package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentList/index.d.ts.map +1 -0
  301. package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/api/index.d.ts +14 -0
  302. package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/api/index.d.ts.map +1 -0
  303. package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts +28 -0
  304. package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -0
  305. package/lib/typescript/lib/commonjs/MarketComponents/index.d.ts +18 -0
  306. package/lib/typescript/lib/commonjs/MarketComponents/index.d.ts.map +1 -0
  307. package/lib/typescript/lib/commonjs/MarketMaker/api/index.d.ts +216 -0
  308. package/lib/typescript/lib/commonjs/MarketMaker/api/index.d.ts.map +1 -0
  309. package/lib/typescript/lib/commonjs/MarketMaker/components/Contest.d.ts +25 -0
  310. package/lib/typescript/lib/commonjs/MarketMaker/components/Contest.d.ts.map +1 -0
  311. package/lib/typescript/lib/commonjs/MarketMaker/components/ContestMarkets.d.ts +20 -0
  312. package/lib/typescript/lib/commonjs/MarketMaker/components/ContestMarkets.d.ts.map +1 -0
  313. package/lib/typescript/lib/commonjs/MarketMaker/components/ContestSelector.d.ts +11 -0
  314. package/lib/typescript/lib/commonjs/MarketMaker/components/ContestSelector.d.ts.map +1 -0
  315. package/lib/typescript/lib/commonjs/MarketMaker/components/Dashboard.d.ts +25 -0
  316. package/lib/typescript/lib/commonjs/MarketMaker/components/Dashboard.d.ts.map +1 -0
  317. package/lib/typescript/lib/commonjs/MarketMaker/components/FundActions.d.ts +9 -0
  318. package/lib/typescript/lib/commonjs/MarketMaker/components/FundActions.d.ts.map +1 -0
  319. package/lib/typescript/lib/commonjs/MarketMaker/components/FundOwnershipList.d.ts +7 -0
  320. package/lib/typescript/lib/commonjs/MarketMaker/components/FundOwnershipList.d.ts.map +1 -0
  321. package/lib/typescript/lib/commonjs/MarketMaker/components/FundSelector.d.ts +11 -0
  322. package/lib/typescript/lib/commonjs/MarketMaker/components/FundSelector.d.ts.map +1 -0
  323. package/lib/typescript/lib/commonjs/MarketMaker/components/FundingRequestList.d.ts +9 -0
  324. package/lib/typescript/lib/commonjs/MarketMaker/components/FundingRequestList.d.ts.map +1 -0
  325. package/lib/typescript/lib/commonjs/MarketMaker/components/ManageFundForm.d.ts +8 -0
  326. package/lib/typescript/lib/commonjs/MarketMaker/components/ManageFundForm.d.ts.map +1 -0
  327. package/lib/typescript/lib/commonjs/MarketMaker/components/MarketSelector.d.ts +10 -0
  328. package/lib/typescript/lib/commonjs/MarketMaker/components/MarketSelector.d.ts.map +1 -0
  329. package/lib/typescript/lib/commonjs/MarketMaker/components/OrderForm.d.ts +10 -0
  330. package/lib/typescript/lib/commonjs/MarketMaker/components/OrderForm.d.ts.map +1 -0
  331. package/lib/typescript/lib/commonjs/MarketMaker/components/SetMarketForm.d.ts +12 -0
  332. package/lib/typescript/lib/commonjs/MarketMaker/components/SetMarketForm.d.ts.map +1 -0
  333. package/lib/typescript/lib/commonjs/MarketMaker/components/WeightProgress.d.ts +7 -0
  334. package/lib/typescript/lib/commonjs/MarketMaker/components/WeightProgress.d.ts.map +1 -0
  335. package/lib/typescript/lib/commonjs/MarketMaker/index.d.ts +8 -0
  336. package/lib/typescript/lib/commonjs/MarketMaker/index.d.ts.map +1 -0
  337. package/lib/typescript/lib/commonjs/Observer/Observer.d.ts +8 -0
  338. package/lib/typescript/lib/commonjs/Observer/Observer.d.ts.map +1 -0
  339. package/lib/typescript/lib/commonjs/Observer/api/index.d.ts +19 -0
  340. package/lib/typescript/lib/commonjs/Observer/api/index.d.ts.map +1 -0
  341. package/lib/typescript/lib/commonjs/Observer/index.d.ts +19 -0
  342. package/lib/typescript/lib/commonjs/Observer/index.d.ts.map +1 -0
  343. package/lib/typescript/lib/commonjs/Poll/api/index.d.ts +66 -0
  344. package/lib/typescript/lib/commonjs/Poll/api/index.d.ts.map +1 -0
  345. package/lib/typescript/lib/commonjs/Poll/components/CampaignHeader.d.ts +7 -0
  346. package/lib/typescript/lib/commonjs/Poll/components/CampaignHeader.d.ts.map +1 -0
  347. package/lib/typescript/lib/commonjs/Poll/components/CampaignLeaderboard.d.ts +10 -0
  348. package/lib/typescript/lib/commonjs/Poll/components/CampaignLeaderboard.d.ts.map +1 -0
  349. package/lib/typescript/lib/commonjs/Poll/components/CampaignPlay.d.ts +12 -0
  350. package/lib/typescript/lib/commonjs/Poll/components/CampaignPlay.d.ts.map +1 -0
  351. package/lib/typescript/lib/commonjs/Poll/components/CampaignProgressBar.d.ts +9 -0
  352. package/lib/typescript/lib/commonjs/Poll/components/CampaignProgressBar.d.ts.map +1 -0
  353. package/lib/typescript/lib/commonjs/Poll/components/CampaignResult.d.ts +7 -0
  354. package/lib/typescript/lib/commonjs/Poll/components/CampaignResult.d.ts.map +1 -0
  355. package/lib/typescript/lib/commonjs/Poll/components/CampaignSelector.d.ts +7 -0
  356. package/lib/typescript/lib/commonjs/Poll/components/CampaignSelector.d.ts.map +1 -0
  357. package/lib/typescript/lib/commonjs/Poll/components/PollCampaignCard.d.ts +8 -0
  358. package/lib/typescript/lib/commonjs/Poll/components/PollCampaignCard.d.ts.map +1 -0
  359. package/lib/typescript/lib/commonjs/Poll/components/PollCard.d.ts +11 -0
  360. package/lib/typescript/lib/commonjs/Poll/components/PollCard.d.ts.map +1 -0
  361. package/lib/typescript/lib/commonjs/Poll/components/PollOptionCard.d.ts +12 -0
  362. package/lib/typescript/lib/commonjs/Poll/components/PollOptionCard.d.ts.map +1 -0
  363. package/lib/typescript/lib/commonjs/Poll/components/PollQuestionsSection.d.ts +9 -0
  364. package/lib/typescript/lib/commonjs/Poll/components/PollQuestionsSection.d.ts.map +1 -0
  365. package/lib/typescript/lib/commonjs/Poll/components/PollSelectCard.d.ts +13 -0
  366. package/lib/typescript/lib/commonjs/Poll/components/PollSelectCard.d.ts.map +1 -0
  367. package/lib/typescript/lib/commonjs/Poll/components/ResponseTimer.d.ts +7 -0
  368. package/lib/typescript/lib/commonjs/Poll/components/ResponseTimer.d.ts.map +1 -0
  369. package/lib/typescript/lib/commonjs/Poll/components/WidgetHeader.d.ts +10 -0
  370. package/lib/typescript/lib/commonjs/Poll/components/WidgetHeader.d.ts.map +1 -0
  371. package/lib/typescript/lib/commonjs/Poll/flashmarket/ResultCard.d.ts +10 -0
  372. package/lib/typescript/lib/commonjs/Poll/flashmarket/ResultCard.d.ts.map +1 -0
  373. package/lib/typescript/lib/commonjs/Poll/flashmarket/index.d.ts +10 -0
  374. package/lib/typescript/lib/commonjs/Poll/flashmarket/index.d.ts.map +1 -0
  375. package/lib/typescript/lib/commonjs/Poll/index.d.ts +10 -0
  376. package/lib/typescript/lib/commonjs/Poll/index.d.ts.map +1 -0
  377. package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicInfoManager.d.ts +10 -0
  378. package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -0
  379. package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicStatus.d.ts +9 -0
  380. package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicStatus.d.ts.map +1 -0
  381. package/lib/typescript/lib/commonjs/ProfileManager/Components/CodeRedeem.d.ts +9 -0
  382. package/lib/typescript/lib/commonjs/ProfileManager/Components/CodeRedeem.d.ts.map +1 -0
  383. package/lib/typescript/lib/commonjs/ProfileManager/Components/DOBManager.d.ts +10 -0
  384. package/lib/typescript/lib/commonjs/ProfileManager/Components/DOBManager.d.ts.map +1 -0
  385. package/lib/typescript/lib/commonjs/ProfileManager/Components/EmailManager.d.ts +10 -0
  386. package/lib/typescript/lib/commonjs/ProfileManager/Components/EmailManager.d.ts.map +1 -0
  387. package/lib/typescript/lib/commonjs/ProfileManager/Components/PasswordManager.d.ts +10 -0
  388. package/lib/typescript/lib/commonjs/ProfileManager/Components/PasswordManager.d.ts.map +1 -0
  389. package/lib/typescript/lib/commonjs/ProfileManager/Components/PhoneManager.d.ts +10 -0
  390. package/lib/typescript/lib/commonjs/ProfileManager/Components/PhoneManager.d.ts.map +1 -0
  391. package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfilePicManager.d.ts +10 -0
  392. package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -0
  393. package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWelcome.d.ts +10 -0
  394. package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -0
  395. package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWizard.d.ts +24 -0
  396. package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWizard.d.ts.map +1 -0
  397. package/lib/typescript/lib/commonjs/ProfileManager/Components/SettingsManager.d.ts +12 -0
  398. package/lib/typescript/lib/commonjs/ProfileManager/Components/SettingsManager.d.ts.map +1 -0
  399. package/lib/typescript/lib/commonjs/ProfileManager/Components/VouchCard.d.ts +12 -0
  400. package/lib/typescript/lib/commonjs/ProfileManager/Components/VouchCard.d.ts.map +1 -0
  401. package/lib/typescript/lib/commonjs/ProfileManager/api/index.d.ts +72 -0
  402. package/lib/typescript/lib/commonjs/ProfileManager/api/index.d.ts.map +1 -0
  403. package/lib/typescript/lib/commonjs/ProfileManager/api/types.d.d.ts +1 -0
  404. package/lib/typescript/lib/commonjs/ProfileManager/api/types.d.d.ts.map +1 -0
  405. package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts +21 -0
  406. package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts.map +1 -0
  407. package/lib/typescript/lib/commonjs/PromotedOrder/api/index.d.ts +12 -0
  408. package/lib/typescript/lib/commonjs/PromotedOrder/api/index.d.ts.map +1 -0
  409. package/lib/typescript/lib/commonjs/PromotedOrder/index.d.ts +10 -0
  410. package/lib/typescript/lib/commonjs/PromotedOrder/index.d.ts.map +1 -0
  411. package/lib/typescript/lib/commonjs/Share/api/index.d.ts +31 -0
  412. package/lib/typescript/lib/commonjs/Share/api/index.d.ts.map +1 -0
  413. package/lib/typescript/lib/commonjs/Share/components/EmbedPreview.d.ts +8 -0
  414. package/lib/typescript/lib/commonjs/Share/components/EmbedPreview.d.ts.map +1 -0
  415. package/lib/typescript/lib/commonjs/Share/index.d.ts +20 -0
  416. package/lib/typescript/lib/commonjs/Share/index.d.ts.map +1 -0
  417. package/lib/typescript/lib/commonjs/SocialComponents/ArticleCard.d.ts +10 -0
  418. package/lib/typescript/lib/commonjs/SocialComponents/ArticleCard.d.ts.map +1 -0
  419. package/lib/typescript/lib/commonjs/SocialComponents/AudioPlayer.d.ts +8 -0
  420. package/lib/typescript/lib/commonjs/SocialComponents/AudioPlayer.d.ts.map +1 -0
  421. package/lib/typescript/lib/commonjs/SocialComponents/CompanyProfile/api/index.d.ts +21 -0
  422. package/lib/typescript/lib/commonjs/SocialComponents/CompanyProfile/api/index.d.ts.map +1 -0
  423. package/lib/typescript/lib/commonjs/SocialComponents/CompanyProfile/index.d.ts +16 -0
  424. package/lib/typescript/lib/commonjs/SocialComponents/CompanyProfile/index.d.ts.map +1 -0
  425. package/lib/typescript/lib/commonjs/SocialComponents/PlayerCard.d.ts +17 -0
  426. package/lib/typescript/lib/commonjs/SocialComponents/PlayerCard.d.ts.map +1 -0
  427. package/lib/typescript/lib/commonjs/SocialComponents/PlayerFollowButton.d.ts +11 -0
  428. package/lib/typescript/lib/commonjs/SocialComponents/PlayerFollowButton.d.ts.map +1 -0
  429. package/lib/typescript/lib/commonjs/SocialComponents/PlayerList.d.ts +9 -0
  430. package/lib/typescript/lib/commonjs/SocialComponents/PlayerList.d.ts.map +1 -0
  431. package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/api/index.d.ts +18 -0
  432. package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/api/index.d.ts.map +1 -0
  433. package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts +11 -0
  434. package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts.map +1 -0
  435. package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/components/PostsList.d.ts +4 -0
  436. package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/components/PostsList.d.ts.map +1 -0
  437. package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/index.d.ts +19 -0
  438. package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/index.d.ts.map +1 -0
  439. package/lib/typescript/lib/commonjs/SocialComponents/PodcastCard.d.ts +8 -0
  440. package/lib/typescript/lib/commonjs/SocialComponents/PodcastCard.d.ts.map +1 -0
  441. package/lib/typescript/lib/commonjs/SocialComponents/PodcastEpisodeCard.d.ts +10 -0
  442. package/lib/typescript/lib/commonjs/SocialComponents/PodcastEpisodeCard.d.ts.map +1 -0
  443. package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/api/index.d.ts +11 -0
  444. package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/api/index.d.ts.map +1 -0
  445. package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/components/ClaimPodcastModal.d.ts +8 -0
  446. package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/components/ClaimPodcastModal.d.ts.map +1 -0
  447. package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/index.d.ts +13 -0
  448. package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/index.d.ts.map +1 -0
  449. package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/DraftTextEntities.d.ts +4 -0
  450. package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/DraftTextEntities.d.ts.map +1 -0
  451. package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/DraftTextViewer.d.ts +8 -0
  452. package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/DraftTextViewer.d.ts.map +1 -0
  453. package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/EntityHelpers.d.ts +15 -0
  454. package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/EntityHelpers.d.ts.map +1 -0
  455. package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/ImageList.d.ts +8 -0
  456. package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/ImageList.d.ts.map +1 -0
  457. package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/PostHeader.d.ts +7 -0
  458. package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/PostHeader.d.ts.map +1 -0
  459. package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/PostReactionBar.d.ts +10 -0
  460. package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/PostReactionBar.d.ts.map +1 -0
  461. package/lib/typescript/lib/commonjs/SocialComponents/PostCard/index.d.ts +13 -0
  462. package/lib/typescript/lib/commonjs/SocialComponents/PostCard/index.d.ts.map +1 -0
  463. package/lib/typescript/lib/commonjs/SocialComponents/SocialOrderCard.d.ts +16 -0
  464. package/lib/typescript/lib/commonjs/SocialComponents/SocialOrderCard.d.ts.map +1 -0
  465. package/lib/typescript/lib/commonjs/SocialComponents/SocialOrdersList.d.ts +12 -0
  466. package/lib/typescript/lib/commonjs/SocialComponents/SocialOrdersList.d.ts.map +1 -0
  467. package/lib/typescript/lib/commonjs/SocialComponents/api/index.d.ts +62 -0
  468. package/lib/typescript/lib/commonjs/SocialComponents/api/index.d.ts.map +1 -0
  469. package/lib/typescript/lib/commonjs/SocialComponents/index.d.ts +8 -0
  470. package/lib/typescript/lib/commonjs/SocialComponents/index.d.ts.map +1 -0
  471. package/lib/typescript/lib/commonjs/Socket/api/index.d.ts +6 -0
  472. package/lib/typescript/lib/commonjs/Socket/api/index.d.ts.map +1 -0
  473. package/lib/typescript/lib/commonjs/Socket/index.d.ts +11 -0
  474. package/lib/typescript/lib/commonjs/Socket/index.d.ts.map +1 -0
  475. package/lib/typescript/lib/commonjs/Squares/api/index.d.ts +30 -0
  476. package/lib/typescript/lib/commonjs/Squares/api/index.d.ts.map +1 -0
  477. package/lib/typescript/lib/commonjs/Squares/components/BidForm.d.ts +17 -0
  478. package/lib/typescript/lib/commonjs/Squares/components/BidForm.d.ts.map +1 -0
  479. package/lib/typescript/lib/commonjs/Squares/components/BidToggle.d.ts +8 -0
  480. package/lib/typescript/lib/commonjs/Squares/components/BidToggle.d.ts.map +1 -0
  481. package/lib/typescript/lib/commonjs/Squares/components/BoardStats.d.ts +8 -0
  482. package/lib/typescript/lib/commonjs/Squares/components/BoardStats.d.ts.map +1 -0
  483. package/lib/typescript/lib/commonjs/Squares/components/Countdown.d.ts +8 -0
  484. package/lib/typescript/lib/commonjs/Squares/components/Countdown.d.ts.map +1 -0
  485. package/lib/typescript/lib/commonjs/Squares/components/EventCard.d.ts +7 -0
  486. package/lib/typescript/lib/commonjs/Squares/components/EventCard.d.ts.map +1 -0
  487. package/lib/typescript/lib/commonjs/Squares/components/MySquaresCard.d.ts +13 -0
  488. package/lib/typescript/lib/commonjs/Squares/components/MySquaresCard.d.ts.map +1 -0
  489. package/lib/typescript/lib/commonjs/Squares/components/MyStatsCard.d.ts +16 -0
  490. package/lib/typescript/lib/commonjs/Squares/components/MyStatsCard.d.ts.map +1 -0
  491. package/lib/typescript/lib/commonjs/Squares/components/OfferForm.d.ts +19 -0
  492. package/lib/typescript/lib/commonjs/Squares/components/OfferForm.d.ts.map +1 -0
  493. package/lib/typescript/lib/commonjs/Squares/components/PrizeCard.d.ts +9 -0
  494. package/lib/typescript/lib/commonjs/Squares/components/PrizeCard.d.ts.map +1 -0
  495. package/lib/typescript/lib/commonjs/Squares/components/ResultsCard.d.ts +10 -0
  496. package/lib/typescript/lib/commonjs/Squares/components/ResultsCard.d.ts.map +1 -0
  497. package/lib/typescript/lib/commonjs/Squares/components/SquareCard.d.ts +17 -0
  498. package/lib/typescript/lib/commonjs/Squares/components/SquareCard.d.ts.map +1 -0
  499. package/lib/typescript/lib/commonjs/Squares/components/SquareOfferCard.d.ts +12 -0
  500. package/lib/typescript/lib/commonjs/Squares/components/SquareOfferCard.d.ts.map +1 -0
  501. package/lib/typescript/lib/commonjs/Squares/components/SquareOffersCard.d.ts +12 -0
  502. package/lib/typescript/lib/commonjs/Squares/components/SquareOffersCard.d.ts.map +1 -0
  503. package/lib/typescript/lib/commonjs/Squares/components/SquareOwners.d.ts +8 -0
  504. package/lib/typescript/lib/commonjs/Squares/components/SquareOwners.d.ts.map +1 -0
  505. package/lib/typescript/lib/commonjs/Squares/components/SquaresBoard.d.ts +17 -0
  506. package/lib/typescript/lib/commonjs/Squares/components/SquaresBoard.d.ts.map +1 -0
  507. package/lib/typescript/lib/commonjs/Squares/components/SquaresDetails.d.ts +8 -0
  508. package/lib/typescript/lib/commonjs/Squares/components/SquaresDetails.d.ts.map +1 -0
  509. package/lib/typescript/lib/commonjs/Squares/index.d.ts +11 -0
  510. package/lib/typescript/lib/commonjs/Squares/index.d.ts.map +1 -0
  511. package/lib/typescript/lib/commonjs/Wallet/api/index.d.ts +199 -0
  512. package/lib/typescript/lib/commonjs/Wallet/api/index.d.ts.map +1 -0
  513. package/lib/typescript/lib/commonjs/Wallet/components/ACHAddCard.d.ts +10 -0
  514. package/lib/typescript/lib/commonjs/Wallet/components/ACHAddCard.d.ts.map +1 -0
  515. package/lib/typescript/lib/commonjs/Wallet/components/AccountCard.d.ts +8 -0
  516. package/lib/typescript/lib/commonjs/Wallet/components/AccountCard.d.ts.map +1 -0
  517. package/lib/typescript/lib/commonjs/Wallet/components/AccountLimitManager.d.ts +8 -0
  518. package/lib/typescript/lib/commonjs/Wallet/components/AccountLimitManager.d.ts.map +1 -0
  519. package/lib/typescript/lib/commonjs/Wallet/components/AccountManager.d.ts +11 -0
  520. package/lib/typescript/lib/commonjs/Wallet/components/AccountManager.d.ts.map +1 -0
  521. package/lib/typescript/lib/commonjs/Wallet/components/AccountSnoozeManager.d.ts +8 -0
  522. package/lib/typescript/lib/commonjs/Wallet/components/AccountSnoozeManager.d.ts.map +1 -0
  523. package/lib/typescript/lib/commonjs/Wallet/components/AddressCard.d.ts +9 -0
  524. package/lib/typescript/lib/commonjs/Wallet/components/AddressCard.d.ts.map +1 -0
  525. package/lib/typescript/lib/commonjs/Wallet/components/AddressManager.d.ts +11 -0
  526. package/lib/typescript/lib/commonjs/Wallet/components/AddressManager.d.ts.map +1 -0
  527. package/lib/typescript/lib/commonjs/Wallet/components/DepositCard.d.ts +11 -0
  528. package/lib/typescript/lib/commonjs/Wallet/components/DepositCard.d.ts.map +1 -0
  529. package/lib/typescript/lib/commonjs/Wallet/components/FundAccountCard.d.ts +13 -0
  530. package/lib/typescript/lib/commonjs/Wallet/components/FundAccountCard.d.ts.map +1 -0
  531. package/lib/typescript/lib/commonjs/Wallet/components/ItemOrderCard.d.ts +6 -0
  532. package/lib/typescript/lib/commonjs/Wallet/components/ItemOrderCard.d.ts.map +1 -0
  533. package/lib/typescript/lib/commonjs/Wallet/components/ItemOrderDetailCard.d.ts +6 -0
  534. package/lib/typescript/lib/commonjs/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -0
  535. package/lib/typescript/lib/commonjs/Wallet/components/LinkAccountManager.d.ts +9 -0
  536. package/lib/typescript/lib/commonjs/Wallet/components/LinkAccountManager.d.ts.map +1 -0
  537. package/lib/typescript/lib/commonjs/Wallet/components/ManageAccountCard.d.ts +14 -0
  538. package/lib/typescript/lib/commonjs/Wallet/components/ManageAccountCard.d.ts.map +1 -0
  539. package/lib/typescript/lib/commonjs/Wallet/components/ManualACHAdd.d.ts +8 -0
  540. package/lib/typescript/lib/commonjs/Wallet/components/ManualACHAdd.d.ts.map +1 -0
  541. package/lib/typescript/lib/commonjs/Wallet/components/ManualCardAdd.d.ts +8 -0
  542. package/lib/typescript/lib/commonjs/Wallet/components/ManualCardAdd.d.ts.map +1 -0
  543. package/lib/typescript/lib/commonjs/Wallet/components/MyBalance.d.ts +8 -0
  544. package/lib/typescript/lib/commonjs/Wallet/components/MyBalance.d.ts.map +1 -0
  545. package/lib/typescript/lib/commonjs/Wallet/components/OrderManager.d.ts +6 -0
  546. package/lib/typescript/lib/commonjs/Wallet/components/OrderManager.d.ts.map +1 -0
  547. package/lib/typescript/lib/commonjs/Wallet/components/RemoveAccount.d.ts +8 -0
  548. package/lib/typescript/lib/commonjs/Wallet/components/RemoveAccount.d.ts.map +1 -0
  549. package/lib/typescript/lib/commonjs/Wallet/components/VerifyACHAccount.d.ts +8 -0
  550. package/lib/typescript/lib/commonjs/Wallet/components/VerifyACHAccount.d.ts.map +1 -0
  551. package/lib/typescript/lib/commonjs/Wallet/components/WalletActionSelector.d.ts +12 -0
  552. package/lib/typescript/lib/commonjs/Wallet/components/WalletActionSelector.d.ts.map +1 -0
  553. package/lib/typescript/lib/commonjs/Wallet/components/WalletSettings.d.ts +11 -0
  554. package/lib/typescript/lib/commonjs/Wallet/components/WalletSettings.d.ts.map +1 -0
  555. package/lib/typescript/lib/commonjs/Wallet/components/WalletSetup.d.ts +9 -0
  556. package/lib/typescript/lib/commonjs/Wallet/components/WalletSetup.d.ts.map +1 -0
  557. package/lib/typescript/lib/commonjs/Wallet/components/WithdrawCard.d.ts +12 -0
  558. package/lib/typescript/lib/commonjs/Wallet/components/WithdrawCard.d.ts.map +1 -0
  559. package/lib/typescript/lib/commonjs/Wallet/index.d.ts +11 -0
  560. package/lib/typescript/lib/commonjs/Wallet/index.d.ts.map +1 -0
  561. package/lib/typescript/lib/commonjs/constants/colors.d.ts +68 -0
  562. package/lib/typescript/lib/commonjs/constants/colors.d.ts.map +1 -0
  563. package/lib/typescript/lib/commonjs/constants/styles.d.ts +228 -0
  564. package/lib/typescript/lib/commonjs/constants/styles.d.ts.map +1 -0
  565. package/lib/typescript/lib/commonjs/index.d.ts +116 -0
  566. package/lib/typescript/lib/commonjs/index.d.ts.map +1 -0
  567. package/lib/typescript/lib/commonjs/types.d.d.ts +2 -0
  568. package/lib/typescript/lib/commonjs/types.d.d.ts.map +1 -0
  569. package/lib/typescript/lib/module/AdServer/api/index.d.ts +9 -0
  570. package/lib/typescript/lib/module/AdServer/api/index.d.ts.map +1 -0
  571. package/lib/typescript/lib/module/AdServer/components/CompanyAdCard.d.ts +10 -0
  572. package/lib/typescript/lib/module/AdServer/components/CompanyAdCard.d.ts.map +1 -0
  573. package/lib/typescript/lib/module/AdServer/index.d.ts +28 -0
  574. package/lib/typescript/lib/module/AdServer/index.d.ts.map +1 -0
  575. package/lib/typescript/lib/module/AnalyticComponents/MarketPerformance/index.d.ts +1 -0
  576. package/lib/typescript/lib/module/AnalyticComponents/MarketPerformance/index.d.ts.map +1 -0
  577. package/lib/typescript/lib/module/AnalyticComponents/api/index.d.ts +4 -0
  578. package/lib/typescript/lib/module/AnalyticComponents/api/index.d.ts.map +1 -0
  579. package/lib/typescript/lib/module/AnalyticComponents/index.d.ts +1 -0
  580. package/lib/typescript/lib/module/AnalyticComponents/index.d.ts.map +1 -0
  581. package/lib/typescript/lib/module/ApiOverrides/index.d.ts +28 -0
  582. package/lib/typescript/lib/module/ApiOverrides/index.d.ts.map +1 -0
  583. package/lib/typescript/lib/module/ApiOverrides/types.d.d.ts +1 -0
  584. package/lib/typescript/lib/module/ApiOverrides/types.d.d.ts.map +1 -0
  585. package/lib/typescript/lib/module/Authenticator/Components/AuthStrategyIdentifier.d.ts +12 -0
  586. package/lib/typescript/lib/module/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -0
  587. package/lib/typescript/lib/module/Authenticator/Components/LoginForm.d.ts +13 -0
  588. package/lib/typescript/lib/module/Authenticator/Components/LoginForm.d.ts.map +1 -0
  589. package/lib/typescript/lib/module/Authenticator/Components/StrategyForm.d.ts +22 -0
  590. package/lib/typescript/lib/module/Authenticator/Components/StrategyForm.d.ts.map +1 -0
  591. package/lib/typescript/lib/module/Authenticator/api/index.d.ts +44 -0
  592. package/lib/typescript/lib/module/Authenticator/api/index.d.ts.map +1 -0
  593. package/lib/typescript/lib/module/Authenticator/api/types.d.d.ts +1 -0
  594. package/lib/typescript/lib/module/Authenticator/api/types.d.d.ts.map +1 -0
  595. package/lib/typescript/lib/module/Authenticator/index.d.ts +21 -0
  596. package/lib/typescript/lib/module/Authenticator/index.d.ts.map +1 -0
  597. package/lib/typescript/lib/module/BettorSearch/api/index.d.ts +7 -0
  598. package/lib/typescript/lib/module/BettorSearch/api/index.d.ts.map +1 -0
  599. package/lib/typescript/lib/module/BettorSearch/index.d.ts +12 -0
  600. package/lib/typescript/lib/module/BettorSearch/index.d.ts.map +1 -0
  601. package/lib/typescript/lib/module/Bracket/api/index.d.ts +122 -0
  602. package/lib/typescript/lib/module/Bracket/api/index.d.ts.map +1 -0
  603. package/lib/typescript/lib/module/Bracket/components/BracketCompetitionCard.d.ts +23 -0
  604. package/lib/typescript/lib/module/Bracket/components/BracketCompetitionCard.d.ts.map +1 -0
  605. package/lib/typescript/lib/module/Bracket/components/BracketCompetitionSelector.d.ts +13 -0
  606. package/lib/typescript/lib/module/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -0
  607. package/lib/typescript/lib/module/Bracket/components/BracketPlay/BracketNavigator.d.ts +13 -0
  608. package/lib/typescript/lib/module/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -0
  609. package/lib/typescript/lib/module/Bracket/components/BracketPlay/BracketRound.d.ts +15 -0
  610. package/lib/typescript/lib/module/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -0
  611. package/lib/typescript/lib/module/Bracket/components/BracketPlay/RoundEvent.d.ts +19 -0
  612. package/lib/typescript/lib/module/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -0
  613. package/lib/typescript/lib/module/Bracket/components/BracketPlay/index.d.ts +17 -0
  614. package/lib/typescript/lib/module/Bracket/components/BracketPlay/index.d.ts.map +1 -0
  615. package/lib/typescript/lib/module/Bracket/components/BracketSelector.d.ts +13 -0
  616. package/lib/typescript/lib/module/Bracket/components/BracketSelector.d.ts.map +1 -0
  617. package/lib/typescript/lib/module/Bracket/components/CompetitionLeaderboard.d.ts +13 -0
  618. package/lib/typescript/lib/module/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -0
  619. package/lib/typescript/lib/module/Bracket/components/JoinCompetitionCard.d.ts +14 -0
  620. package/lib/typescript/lib/module/Bracket/components/JoinCompetitionCard.d.ts.map +1 -0
  621. package/lib/typescript/lib/module/Bracket/components/PlayerBalanceCard.d.ts +8 -0
  622. package/lib/typescript/lib/module/Bracket/components/PlayerBalanceCard.d.ts.map +1 -0
  623. package/lib/typescript/lib/module/Bracket/components/PlayerBracketManager.d.ts +18 -0
  624. package/lib/typescript/lib/module/Bracket/components/PlayerBracketManager.d.ts.map +1 -0
  625. package/lib/typescript/lib/module/Bracket/components/PlayerBrackets.d.ts +16 -0
  626. package/lib/typescript/lib/module/Bracket/components/PlayerBrackets.d.ts.map +1 -0
  627. package/lib/typescript/lib/module/Bracket/components/RoomMenu.d.ts +11 -0
  628. package/lib/typescript/lib/module/Bracket/components/RoomMenu.d.ts.map +1 -0
  629. package/lib/typescript/lib/module/Bracket/index.d.ts +14 -0
  630. package/lib/typescript/lib/module/Bracket/index.d.ts.map +1 -0
  631. package/lib/typescript/lib/module/Checkout/api/index.d.ts +66 -0
  632. package/lib/typescript/lib/module/Checkout/api/index.d.ts.map +1 -0
  633. package/lib/typescript/lib/module/Checkout/components/AccountSummaryCard.d.ts +17 -0
  634. package/lib/typescript/lib/module/Checkout/components/AccountSummaryCard.d.ts.map +1 -0
  635. package/lib/typescript/lib/module/Checkout/components/ItemSummaryCard.d.ts +9 -0
  636. package/lib/typescript/lib/module/Checkout/components/ItemSummaryCard.d.ts.map +1 -0
  637. package/lib/typescript/lib/module/Checkout/components/OrderSummaryCard.d.ts +7 -0
  638. package/lib/typescript/lib/module/Checkout/components/OrderSummaryCard.d.ts.map +1 -0
  639. package/lib/typescript/lib/module/Checkout/components/PayPalOrderCapture.d.ts +15 -0
  640. package/lib/typescript/lib/module/Checkout/components/PayPalOrderCapture.d.ts.map +1 -0
  641. package/lib/typescript/lib/module/Checkout/components/ShippingSummaryCard.d.ts +8 -0
  642. package/lib/typescript/lib/module/Checkout/components/ShippingSummaryCard.d.ts.map +1 -0
  643. package/lib/typescript/lib/module/Checkout/index.d.ts +12 -0
  644. package/lib/typescript/lib/module/Checkout/index.d.ts.map +1 -0
  645. package/lib/typescript/lib/module/Competition/api/index.d.ts +216 -0
  646. package/lib/typescript/lib/module/Competition/api/index.d.ts.map +1 -0
  647. package/lib/typescript/lib/module/Competition/components/AthleteMarketCard.d.ts +19 -0
  648. package/lib/typescript/lib/module/Competition/components/AthleteMarketCard.d.ts.map +1 -0
  649. package/lib/typescript/lib/module/Competition/components/CompetitionCard.d.ts +13 -0
  650. package/lib/typescript/lib/module/Competition/components/CompetitionCard.d.ts.map +1 -0
  651. package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts +10 -0
  652. package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts.map +1 -0
  653. package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts +15 -0
  654. package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts.map +1 -0
  655. package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts +21 -0
  656. package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts.map +1 -0
  657. package/lib/typescript/lib/module/Competition/components/CompetitionSeasonCard.d.ts +9 -0
  658. package/lib/typescript/lib/module/Competition/components/CompetitionSeasonCard.d.ts.map +1 -0
  659. package/lib/typescript/lib/module/Competition/components/CompetitionSelector.d.ts +10 -0
  660. package/lib/typescript/lib/module/Competition/components/CompetitionSelector.d.ts.map +1 -0
  661. package/lib/typescript/lib/module/Competition/components/CompetitionTypeCard.d.ts +14 -0
  662. package/lib/typescript/lib/module/Competition/components/CompetitionTypeCard.d.ts.map +1 -0
  663. package/lib/typescript/lib/module/Competition/components/EnterCompetitionPrompt.d.ts +14 -0
  664. package/lib/typescript/lib/module/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -0
  665. package/lib/typescript/lib/module/Competition/components/LeaderPicks.d.ts +20 -0
  666. package/lib/typescript/lib/module/Competition/components/LeaderPicks.d.ts.map +1 -0
  667. package/lib/typescript/lib/module/Competition/components/MarketsCard.d.ts +14 -0
  668. package/lib/typescript/lib/module/Competition/components/MarketsCard.d.ts.map +1 -0
  669. package/lib/typescript/lib/module/Competition/components/MatchMarketCard.d.ts +19 -0
  670. package/lib/typescript/lib/module/Competition/components/MatchMarketCard.d.ts.map +1 -0
  671. package/lib/typescript/lib/module/Competition/components/NavOutPrompt.d.ts +16 -0
  672. package/lib/typescript/lib/module/Competition/components/NavOutPrompt.d.ts.map +1 -0
  673. package/lib/typescript/lib/module/Competition/components/SeasonCard.d.ts +9 -0
  674. package/lib/typescript/lib/module/Competition/components/SeasonCard.d.ts.map +1 -0
  675. package/lib/typescript/lib/module/Competition/components/TeamEventCard.d.ts +17 -0
  676. package/lib/typescript/lib/module/Competition/components/TeamEventCard.d.ts.map +1 -0
  677. package/lib/typescript/lib/module/Competition/components/WagerPickForm.d.ts +14 -0
  678. package/lib/typescript/lib/module/Competition/components/WagerPickForm.d.ts.map +1 -0
  679. package/lib/typescript/lib/module/Competition/index.d.ts +13 -0
  680. package/lib/typescript/lib/module/Competition/index.d.ts.map +1 -0
  681. package/lib/typescript/lib/module/CompetitionManager/api/index.d.ts +183 -0
  682. package/lib/typescript/lib/module/CompetitionManager/api/index.d.ts.map +1 -0
  683. package/lib/typescript/lib/module/CompetitionManager/components/AdminCompetitionList.d.ts +13 -0
  684. package/lib/typescript/lib/module/CompetitionManager/components/AdminCompetitionList.d.ts.map +1 -0
  685. package/lib/typescript/lib/module/CompetitionManager/components/AthleteSelector.d.ts +17 -0
  686. package/lib/typescript/lib/module/CompetitionManager/components/AthleteSelector.d.ts.map +1 -0
  687. package/lib/typescript/lib/module/CompetitionManager/components/CompetitionContestsForm.d.ts +26 -0
  688. package/lib/typescript/lib/module/CompetitionManager/components/CompetitionContestsForm.d.ts.map +1 -0
  689. package/lib/typescript/lib/module/CompetitionManager/components/CompetitionHeader.d.ts +15 -0
  690. package/lib/typescript/lib/module/CompetitionManager/components/CompetitionHeader.d.ts.map +1 -0
  691. package/lib/typescript/lib/module/CompetitionManager/components/CompetitionInfoForm.d.ts +13 -0
  692. package/lib/typescript/lib/module/CompetitionManager/components/CompetitionInfoForm.d.ts.map +1 -0
  693. package/lib/typescript/lib/module/CompetitionManager/components/CompetitionMatchMarketCard.d.ts +11 -0
  694. package/lib/typescript/lib/module/CompetitionManager/components/CompetitionMatchMarketCard.d.ts.map +1 -0
  695. package/lib/typescript/lib/module/CompetitionManager/components/CompetitionSettingsForm.d.ts +15 -0
  696. package/lib/typescript/lib/module/CompetitionManager/components/CompetitionSettingsForm.d.ts.map +1 -0
  697. package/lib/typescript/lib/module/CompetitionManager/components/ContestSelector.d.ts +15 -0
  698. package/lib/typescript/lib/module/CompetitionManager/components/ContestSelector.d.ts.map +1 -0
  699. package/lib/typescript/lib/module/CompetitionManager/components/ContestSettingsForm.d.ts +16 -0
  700. package/lib/typescript/lib/module/CompetitionManager/components/ContestSettingsForm.d.ts.map +1 -0
  701. package/lib/typescript/lib/module/CompetitionManager/components/CreateCompetitionForm.d.ts +11 -0
  702. package/lib/typescript/lib/module/CompetitionManager/components/CreateCompetitionForm.d.ts.map +1 -0
  703. package/lib/typescript/lib/module/CompetitionManager/components/MarketSelector.d.ts +13 -0
  704. package/lib/typescript/lib/module/CompetitionManager/components/MarketSelector.d.ts.map +1 -0
  705. package/lib/typescript/lib/module/CompetitionManager/components/PlayerSelector.d.ts +10 -0
  706. package/lib/typescript/lib/module/CompetitionManager/components/PlayerSelector.d.ts.map +1 -0
  707. package/lib/typescript/lib/module/CompetitionManager/index.d.ts +9 -0
  708. package/lib/typescript/lib/module/CompetitionManager/index.d.ts.map +1 -0
  709. package/lib/typescript/lib/module/CompetitionSeason/api/index.d.ts +22 -0
  710. package/lib/typescript/lib/module/CompetitionSeason/api/index.d.ts.map +1 -0
  711. package/lib/typescript/lib/module/CompetitionSeason/components/CompetitionsSection.d.ts +13 -0
  712. package/lib/typescript/lib/module/CompetitionSeason/components/CompetitionsSection.d.ts.map +1 -0
  713. package/lib/typescript/lib/module/CompetitionSeason/components/EnterSeasonPrompt.d.ts +15 -0
  714. package/lib/typescript/lib/module/CompetitionSeason/components/EnterSeasonPrompt.d.ts.map +1 -0
  715. package/lib/typescript/lib/module/CompetitionSeason/components/SeasonHeader.d.ts +13 -0
  716. package/lib/typescript/lib/module/CompetitionSeason/components/SeasonHeader.d.ts.map +1 -0
  717. package/lib/typescript/lib/module/CompetitionSeason/components/SeasonLeaderboard.d.ts +17 -0
  718. package/lib/typescript/lib/module/CompetitionSeason/components/SeasonLeaderboard.d.ts.map +1 -0
  719. package/lib/typescript/lib/module/CompetitionSeason/components/SeasonSettingsSection.d.ts +11 -0
  720. package/lib/typescript/lib/module/CompetitionSeason/components/SeasonSettingsSection.d.ts.map +1 -0
  721. package/lib/typescript/lib/module/CompetitionSeason/index.d.ts +11 -0
  722. package/lib/typescript/lib/module/CompetitionSeason/index.d.ts.map +1 -0
  723. package/lib/typescript/lib/module/CompetitionSeasonManager/api/index.d.ts +51 -0
  724. package/lib/typescript/lib/module/CompetitionSeasonManager/api/index.d.ts.map +1 -0
  725. package/lib/typescript/lib/module/CompetitionSeasonManager/components/CompetitionSelector.d.ts +1 -0
  726. package/lib/typescript/lib/module/CompetitionSeasonManager/components/CompetitionSelector.d.ts.map +1 -0
  727. package/lib/typescript/lib/module/CompetitionSeasonManager/components/CompetitionsForm.d.ts +12 -0
  728. package/lib/typescript/lib/module/CompetitionSeasonManager/components/CompetitionsForm.d.ts.map +1 -0
  729. package/lib/typescript/lib/module/CompetitionSeasonManager/components/CreateSeasonForm.d.ts +12 -0
  730. package/lib/typescript/lib/module/CompetitionSeasonManager/components/CreateSeasonForm.d.ts.map +1 -0
  731. package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonHeader.d.ts +12 -0
  732. package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonHeader.d.ts.map +1 -0
  733. package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonInfoForm.d.ts +12 -0
  734. package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonInfoForm.d.ts.map +1 -0
  735. package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonSettingsForm.d.ts +13 -0
  736. package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonSettingsForm.d.ts.map +1 -0
  737. package/lib/typescript/lib/module/CompetitionSeasonManager/index.d.ts +9 -0
  738. package/lib/typescript/lib/module/CompetitionSeasonManager/index.d.ts.map +1 -0
  739. package/lib/typescript/lib/module/Components/Button.d.ts +21 -0
  740. package/lib/typescript/lib/module/Components/Button.d.ts.map +1 -0
  741. package/lib/typescript/lib/module/Components/Checkbox.d.ts +13 -0
  742. package/lib/typescript/lib/module/Components/Checkbox.d.ts.map +1 -0
  743. package/lib/typescript/lib/module/Components/ConfirmationModal.d.ts +13 -0
  744. package/lib/typescript/lib/module/Components/ConfirmationModal.d.ts.map +1 -0
  745. package/lib/typescript/lib/module/Components/Dropdown.d.ts +12 -0
  746. package/lib/typescript/lib/module/Components/Dropdown.d.ts.map +1 -0
  747. package/lib/typescript/lib/module/Components/Icons.d.ts +380 -0
  748. package/lib/typescript/lib/module/Components/Icons.d.ts.map +1 -0
  749. package/lib/typescript/lib/module/Components/ImageUploader.d.ts +9 -0
  750. package/lib/typescript/lib/module/Components/ImageUploader.d.ts.map +1 -0
  751. package/lib/typescript/lib/module/Components/Jerseys.d.ts +14 -0
  752. package/lib/typescript/lib/module/Components/Jerseys.d.ts.map +1 -0
  753. package/lib/typescript/lib/module/Components/LinearDiagnal.d.ts +14 -0
  754. package/lib/typescript/lib/module/Components/LinearDiagnal.d.ts.map +1 -0
  755. package/lib/typescript/lib/module/Components/SearchBox.d.ts +11 -0
  756. package/lib/typescript/lib/module/Components/SearchBox.d.ts.map +1 -0
  757. package/lib/typescript/lib/module/Components/Slider.d.ts +15 -0
  758. package/lib/typescript/lib/module/Components/Slider.d.ts.map +1 -0
  759. package/lib/typescript/lib/module/Components/Spring.d.ts +1130 -0
  760. package/lib/typescript/lib/module/Components/Spring.d.ts.map +1 -0
  761. package/lib/typescript/lib/module/Components/Switch.d.ts +10 -0
  762. package/lib/typescript/lib/module/Components/Switch.d.ts.map +1 -0
  763. package/lib/typescript/lib/module/Components/Text.d.ts +14 -0
  764. package/lib/typescript/lib/module/Components/Text.d.ts.map +1 -0
  765. package/lib/typescript/lib/module/Components/TextInput.d.ts +21 -0
  766. package/lib/typescript/lib/module/Components/TextInput.d.ts.map +1 -0
  767. package/lib/typescript/lib/module/Components/ViewportObserver.d.ts +2 -0
  768. package/lib/typescript/lib/module/Components/ViewportObserver.d.ts.map +1 -0
  769. package/lib/typescript/lib/module/Components/index.d.ts +10 -0
  770. package/lib/typescript/lib/module/Components/index.d.ts.map +1 -0
  771. package/lib/typescript/lib/module/Engage/api/index.d.ts +26 -0
  772. package/lib/typescript/lib/module/Engage/api/index.d.ts.map +1 -0
  773. package/lib/typescript/lib/module/Engage/components/BracketCompetitionCard.d.ts +12 -0
  774. package/lib/typescript/lib/module/Engage/components/BracketCompetitionCard.d.ts.map +1 -0
  775. package/lib/typescript/lib/module/Engage/components/CompanyCard.d.ts +10 -0
  776. package/lib/typescript/lib/module/Engage/components/CompanyCard.d.ts.map +1 -0
  777. package/lib/typescript/lib/module/Engage/components/CompetitionCard.d.ts +11 -0
  778. package/lib/typescript/lib/module/Engage/components/CompetitionCard.d.ts.map +1 -0
  779. package/lib/typescript/lib/module/Engage/components/EngageHeader.d.ts +11 -0
  780. package/lib/typescript/lib/module/Engage/components/EngageHeader.d.ts.map +1 -0
  781. package/lib/typescript/lib/module/Engage/components/PrivateCodePrompt.d.ts +12 -0
  782. package/lib/typescript/lib/module/Engage/components/PrivateCodePrompt.d.ts.map +1 -0
  783. package/lib/typescript/lib/module/Engage/components/SeasonCard.d.ts +9 -0
  784. package/lib/typescript/lib/module/Engage/components/SeasonCard.d.ts.map +1 -0
  785. package/lib/typescript/lib/module/Engage/components/SquaresCompetitionCard.d.ts +11 -0
  786. package/lib/typescript/lib/module/Engage/components/SquaresCompetitionCard.d.ts.map +1 -0
  787. package/lib/typescript/lib/module/Engage/index.d.ts +17 -0
  788. package/lib/typescript/lib/module/Engage/index.d.ts.map +1 -0
  789. package/lib/typescript/lib/module/EventComponents/AthleteCard.d.ts +5 -0
  790. package/lib/typescript/lib/module/EventComponents/AthleteCard.d.ts.map +1 -0
  791. package/lib/typescript/lib/module/EventComponents/TeamCard.d.ts +7 -0
  792. package/lib/typescript/lib/module/EventComponents/TeamCard.d.ts.map +1 -0
  793. package/lib/typescript/lib/module/EventComponents/TeamProfile/index.d.ts +22 -0
  794. package/lib/typescript/lib/module/EventComponents/TeamProfile/index.d.ts.map +1 -0
  795. package/lib/typescript/lib/module/EventComponents/api/index.d.ts +7 -0
  796. package/lib/typescript/lib/module/EventComponents/api/index.d.ts.map +1 -0
  797. package/lib/typescript/lib/module/EventComponents/index.d.ts +12 -0
  798. package/lib/typescript/lib/module/EventComponents/index.d.ts.map +1 -0
  799. package/lib/typescript/lib/module/LocationTracker/LocationStatus.d.ts +16 -0
  800. package/lib/typescript/lib/module/LocationTracker/LocationStatus.d.ts.map +1 -0
  801. package/lib/typescript/lib/module/LocationTracker/api/index.d.ts +90 -0
  802. package/lib/typescript/lib/module/LocationTracker/api/index.d.ts.map +1 -0
  803. package/lib/typescript/lib/module/LocationTracker/index.d.ts +11 -0
  804. package/lib/typescript/lib/module/LocationTracker/index.d.ts.map +1 -0
  805. package/lib/typescript/lib/module/MarketComponents/api/index.d.ts +50 -0
  806. package/lib/typescript/lib/module/MarketComponents/api/index.d.ts.map +1 -0
  807. package/lib/typescript/lib/module/MarketComponents/components/AthleteMarket/index.d.ts +22 -0
  808. package/lib/typescript/lib/module/MarketComponents/components/AthleteMarket/index.d.ts.map +1 -0
  809. package/lib/typescript/lib/module/MarketComponents/components/AthleteTournamentMarket/index.d.ts +21 -0
  810. package/lib/typescript/lib/module/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -0
  811. package/lib/typescript/lib/module/MarketComponents/components/BestAvailableOrderCard.d.ts +12 -0
  812. package/lib/typescript/lib/module/MarketComponents/components/BestAvailableOrderCard.d.ts.map +1 -0
  813. package/lib/typescript/lib/module/MarketComponents/components/BetScopeIndicator.d.ts +9 -0
  814. package/lib/typescript/lib/module/MarketComponents/components/BetScopeIndicator.d.ts.map +1 -0
  815. package/lib/typescript/lib/module/MarketComponents/components/ContestOrderStatsCard.d.ts +14 -0
  816. package/lib/typescript/lib/module/MarketComponents/components/ContestOrderStatsCard.d.ts.map +1 -0
  817. package/lib/typescript/lib/module/MarketComponents/components/ContestStats.d.ts +7 -0
  818. package/lib/typescript/lib/module/MarketComponents/components/ContestStats.d.ts.map +1 -0
  819. package/lib/typescript/lib/module/MarketComponents/components/EventMarket/index.d.ts +19 -0
  820. package/lib/typescript/lib/module/MarketComponents/components/EventMarket/index.d.ts.map +1 -0
  821. package/lib/typescript/lib/module/MarketComponents/components/EventScoringCard.d.ts +9 -0
  822. package/lib/typescript/lib/module/MarketComponents/components/EventScoringCard.d.ts.map +1 -0
  823. package/lib/typescript/lib/module/MarketComponents/components/MarketButton/api/index.d.ts +104 -0
  824. package/lib/typescript/lib/module/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -0
  825. package/lib/typescript/lib/module/MarketComponents/components/MarketButton/index.d.ts +15 -0
  826. package/lib/typescript/lib/module/MarketComponents/components/MarketButton/index.d.ts.map +1 -0
  827. package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts +27 -0
  828. package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts.map +1 -0
  829. package/lib/typescript/lib/module/MarketComponents/components/MyOrderList/api/index.d.ts +68 -0
  830. package/lib/typescript/lib/module/MarketComponents/components/MyOrderList/api/index.d.ts.map +1 -0
  831. package/lib/typescript/lib/module/MarketComponents/components/MyOrderList/index.d.ts +10 -0
  832. package/lib/typescript/lib/module/MarketComponents/components/MyOrderList/index.d.ts.map +1 -0
  833. package/lib/typescript/lib/module/MarketComponents/components/OrderBook.d.ts +12 -0
  834. package/lib/typescript/lib/module/MarketComponents/components/OrderBook.d.ts.map +1 -0
  835. package/lib/typescript/lib/module/MarketComponents/components/OrderBookChart.d.ts +13 -0
  836. package/lib/typescript/lib/module/MarketComponents/components/OrderBookChart.d.ts.map +1 -0
  837. package/lib/typescript/lib/module/MarketComponents/components/OrderGradeBar.d.ts +12 -0
  838. package/lib/typescript/lib/module/MarketComponents/components/OrderGradeBar.d.ts.map +1 -0
  839. package/lib/typescript/lib/module/MarketComponents/components/PodcastCard.d.ts +8 -0
  840. package/lib/typescript/lib/module/MarketComponents/components/PodcastCard.d.ts.map +1 -0
  841. package/lib/typescript/lib/module/MarketComponents/components/TeamEventList/api/index.d.ts +9 -0
  842. package/lib/typescript/lib/module/MarketComponents/components/TeamEventList/api/index.d.ts.map +1 -0
  843. package/lib/typescript/lib/module/MarketComponents/components/TeamEventList/index.d.ts +21 -0
  844. package/lib/typescript/lib/module/MarketComponents/components/TeamEventList/index.d.ts.map +1 -0
  845. package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/api/index.d.ts +12 -0
  846. package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/api/index.d.ts.map +1 -0
  847. package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts +35 -0
  848. package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -0
  849. package/lib/typescript/lib/module/MarketComponents/components/TeamTournamentMarket/index.d.ts +21 -0
  850. package/lib/typescript/lib/module/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -0
  851. package/lib/typescript/lib/module/MarketComponents/components/TournamentList/api/index.d.ts +12 -0
  852. package/lib/typescript/lib/module/MarketComponents/components/TournamentList/api/index.d.ts.map +1 -0
  853. package/lib/typescript/lib/module/MarketComponents/components/TournamentList/index.d.ts +18 -0
  854. package/lib/typescript/lib/module/MarketComponents/components/TournamentList/index.d.ts.map +1 -0
  855. package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/api/index.d.ts +13 -0
  856. package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/api/index.d.ts.map +1 -0
  857. package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts +29 -0
  858. package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -0
  859. package/lib/typescript/lib/module/MarketComponents/index.d.ts +30 -0
  860. package/lib/typescript/lib/module/MarketComponents/index.d.ts.map +1 -0
  861. package/lib/typescript/lib/module/MarketMaker/api/index.d.ts +216 -0
  862. package/lib/typescript/lib/module/MarketMaker/api/index.d.ts.map +1 -0
  863. package/lib/typescript/lib/module/MarketMaker/components/Contest.d.ts +26 -0
  864. package/lib/typescript/lib/module/MarketMaker/components/Contest.d.ts.map +1 -0
  865. package/lib/typescript/lib/module/MarketMaker/components/ContestMarkets.d.ts +21 -0
  866. package/lib/typescript/lib/module/MarketMaker/components/ContestMarkets.d.ts.map +1 -0
  867. package/lib/typescript/lib/module/MarketMaker/components/ContestSelector.d.ts +12 -0
  868. package/lib/typescript/lib/module/MarketMaker/components/ContestSelector.d.ts.map +1 -0
  869. package/lib/typescript/lib/module/MarketMaker/components/Dashboard.d.ts +26 -0
  870. package/lib/typescript/lib/module/MarketMaker/components/Dashboard.d.ts.map +1 -0
  871. package/lib/typescript/lib/module/MarketMaker/components/FundActions.d.ts +10 -0
  872. package/lib/typescript/lib/module/MarketMaker/components/FundActions.d.ts.map +1 -0
  873. package/lib/typescript/lib/module/MarketMaker/components/FundOwnershipList.d.ts +8 -0
  874. package/lib/typescript/lib/module/MarketMaker/components/FundOwnershipList.d.ts.map +1 -0
  875. package/lib/typescript/lib/module/MarketMaker/components/FundSelector.d.ts +12 -0
  876. package/lib/typescript/lib/module/MarketMaker/components/FundSelector.d.ts.map +1 -0
  877. package/lib/typescript/lib/module/MarketMaker/components/FundingRequestList.d.ts +10 -0
  878. package/lib/typescript/lib/module/MarketMaker/components/FundingRequestList.d.ts.map +1 -0
  879. package/lib/typescript/lib/module/MarketMaker/components/ManageFundForm.d.ts +11 -0
  880. package/lib/typescript/lib/module/MarketMaker/components/ManageFundForm.d.ts.map +1 -0
  881. package/lib/typescript/lib/module/MarketMaker/components/MarketSelector.d.ts +11 -0
  882. package/lib/typescript/lib/module/MarketMaker/components/MarketSelector.d.ts.map +1 -0
  883. package/lib/typescript/lib/module/MarketMaker/components/OrderForm.d.ts +13 -0
  884. package/lib/typescript/lib/module/MarketMaker/components/OrderForm.d.ts.map +1 -0
  885. package/lib/typescript/lib/module/MarketMaker/components/SetMarketForm.d.ts +15 -0
  886. package/lib/typescript/lib/module/MarketMaker/components/SetMarketForm.d.ts.map +1 -0
  887. package/lib/typescript/lib/module/MarketMaker/components/WeightProgress.d.ts +8 -0
  888. package/lib/typescript/lib/module/MarketMaker/components/WeightProgress.d.ts.map +1 -0
  889. package/lib/typescript/lib/module/MarketMaker/index.d.ts +9 -0
  890. package/lib/typescript/lib/module/MarketMaker/index.d.ts.map +1 -0
  891. package/lib/typescript/lib/module/Observer/Observer.d.ts +10 -0
  892. package/lib/typescript/lib/module/Observer/Observer.d.ts.map +1 -0
  893. package/lib/typescript/lib/module/Observer/api/index.d.ts +18 -0
  894. package/lib/typescript/lib/module/Observer/api/index.d.ts.map +1 -0
  895. package/lib/typescript/lib/module/Observer/index.d.ts +6 -0
  896. package/lib/typescript/lib/module/Observer/index.d.ts.map +1 -0
  897. package/lib/typescript/lib/module/Poll/api/index.d.ts +65 -0
  898. package/lib/typescript/lib/module/Poll/api/index.d.ts.map +1 -0
  899. package/lib/typescript/lib/module/Poll/components/CampaignHeader.d.ts +8 -0
  900. package/lib/typescript/lib/module/Poll/components/CampaignHeader.d.ts.map +1 -0
  901. package/lib/typescript/lib/module/Poll/components/CampaignLeaderboard.d.ts +11 -0
  902. package/lib/typescript/lib/module/Poll/components/CampaignLeaderboard.d.ts.map +1 -0
  903. package/lib/typescript/lib/module/Poll/components/CampaignPlay.d.ts +13 -0
  904. package/lib/typescript/lib/module/Poll/components/CampaignPlay.d.ts.map +1 -0
  905. package/lib/typescript/lib/module/Poll/components/CampaignProgressBar.d.ts +10 -0
  906. package/lib/typescript/lib/module/Poll/components/CampaignProgressBar.d.ts.map +1 -0
  907. package/lib/typescript/lib/module/Poll/components/CampaignResult.d.ts +8 -0
  908. package/lib/typescript/lib/module/Poll/components/CampaignResult.d.ts.map +1 -0
  909. package/lib/typescript/lib/module/Poll/components/CampaignSelector.d.ts +8 -0
  910. package/lib/typescript/lib/module/Poll/components/CampaignSelector.d.ts.map +1 -0
  911. package/lib/typescript/lib/module/Poll/components/PollCampaignCard.d.ts +9 -0
  912. package/lib/typescript/lib/module/Poll/components/PollCampaignCard.d.ts.map +1 -0
  913. package/lib/typescript/lib/module/Poll/components/PollCard.d.ts +14 -0
  914. package/lib/typescript/lib/module/Poll/components/PollCard.d.ts.map +1 -0
  915. package/lib/typescript/lib/module/Poll/components/PollOptionCard.d.ts +13 -0
  916. package/lib/typescript/lib/module/Poll/components/PollOptionCard.d.ts.map +1 -0
  917. package/lib/typescript/lib/module/Poll/components/PollQuestionsSection.d.ts +10 -0
  918. package/lib/typescript/lib/module/Poll/components/PollQuestionsSection.d.ts.map +1 -0
  919. package/lib/typescript/lib/module/Poll/components/PollSelectCard.d.ts +14 -0
  920. package/lib/typescript/lib/module/Poll/components/PollSelectCard.d.ts.map +1 -0
  921. package/lib/typescript/lib/module/Poll/components/ResponseTimer.d.ts +8 -0
  922. package/lib/typescript/lib/module/Poll/components/ResponseTimer.d.ts.map +1 -0
  923. package/lib/typescript/lib/module/Poll/components/WidgetHeader.d.ts +11 -0
  924. package/lib/typescript/lib/module/Poll/components/WidgetHeader.d.ts.map +1 -0
  925. package/lib/typescript/lib/module/Poll/flashmarket/ResultCard.d.ts +11 -0
  926. package/lib/typescript/lib/module/Poll/flashmarket/ResultCard.d.ts.map +1 -0
  927. package/lib/typescript/lib/module/Poll/flashmarket/index.d.ts +11 -0
  928. package/lib/typescript/lib/module/Poll/flashmarket/index.d.ts.map +1 -0
  929. package/lib/typescript/lib/module/Poll/index.d.ts +11 -0
  930. package/lib/typescript/lib/module/Poll/index.d.ts.map +1 -0
  931. package/lib/typescript/lib/module/ProfileManager/Components/BasicInfoManager.d.ts +11 -0
  932. package/lib/typescript/lib/module/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -0
  933. package/lib/typescript/lib/module/ProfileManager/Components/BasicStatus.d.ts +10 -0
  934. package/lib/typescript/lib/module/ProfileManager/Components/BasicStatus.d.ts.map +1 -0
  935. package/lib/typescript/lib/module/ProfileManager/Components/CodeRedeem.d.ts +11 -0
  936. package/lib/typescript/lib/module/ProfileManager/Components/CodeRedeem.d.ts.map +1 -0
  937. package/lib/typescript/lib/module/ProfileManager/Components/DOBManager.d.ts +11 -0
  938. package/lib/typescript/lib/module/ProfileManager/Components/DOBManager.d.ts.map +1 -0
  939. package/lib/typescript/lib/module/ProfileManager/Components/EmailManager.d.ts +11 -0
  940. package/lib/typescript/lib/module/ProfileManager/Components/EmailManager.d.ts.map +1 -0
  941. package/lib/typescript/lib/module/ProfileManager/Components/PasswordManager.d.ts +11 -0
  942. package/lib/typescript/lib/module/ProfileManager/Components/PasswordManager.d.ts.map +1 -0
  943. package/lib/typescript/lib/module/ProfileManager/Components/PhoneManager.d.ts +11 -0
  944. package/lib/typescript/lib/module/ProfileManager/Components/PhoneManager.d.ts.map +1 -0
  945. package/lib/typescript/lib/module/ProfileManager/Components/ProfilePicManager.d.ts +11 -0
  946. package/lib/typescript/lib/module/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -0
  947. package/lib/typescript/lib/module/ProfileManager/Components/ProfileWelcome.d.ts +11 -0
  948. package/lib/typescript/lib/module/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -0
  949. package/lib/typescript/lib/module/ProfileManager/Components/ProfileWizard.d.ts +25 -0
  950. package/lib/typescript/lib/module/ProfileManager/Components/ProfileWizard.d.ts.map +1 -0
  951. package/lib/typescript/lib/module/ProfileManager/Components/SettingsManager.d.ts +13 -0
  952. package/lib/typescript/lib/module/ProfileManager/Components/SettingsManager.d.ts.map +1 -0
  953. package/lib/typescript/lib/module/ProfileManager/Components/VouchCard.d.ts +15 -0
  954. package/lib/typescript/lib/module/ProfileManager/Components/VouchCard.d.ts.map +1 -0
  955. package/lib/typescript/lib/module/ProfileManager/api/index.d.ts +71 -0
  956. package/lib/typescript/lib/module/ProfileManager/api/index.d.ts.map +1 -0
  957. package/lib/typescript/lib/module/ProfileManager/api/types.d.d.ts +1 -0
  958. package/lib/typescript/lib/module/ProfileManager/api/types.d.d.ts.map +1 -0
  959. package/lib/typescript/lib/module/ProfileManager/index.d.ts +22 -0
  960. package/lib/typescript/lib/module/ProfileManager/index.d.ts.map +1 -0
  961. package/lib/typescript/lib/module/PromotedOrder/api/index.d.ts +11 -0
  962. package/lib/typescript/lib/module/PromotedOrder/api/index.d.ts.map +1 -0
  963. package/lib/typescript/lib/module/PromotedOrder/index.d.ts +11 -0
  964. package/lib/typescript/lib/module/PromotedOrder/index.d.ts.map +1 -0
  965. package/lib/typescript/lib/module/Share/api/index.d.ts +30 -0
  966. package/lib/typescript/lib/module/Share/api/index.d.ts.map +1 -0
  967. package/lib/typescript/lib/module/Share/components/EmbedPreview.d.ts +9 -0
  968. package/lib/typescript/lib/module/Share/components/EmbedPreview.d.ts.map +1 -0
  969. package/lib/typescript/lib/module/Share/index.d.ts +21 -0
  970. package/lib/typescript/lib/module/Share/index.d.ts.map +1 -0
  971. package/lib/typescript/lib/module/SocialComponents/ArticleCard.d.ts +11 -0
  972. package/lib/typescript/lib/module/SocialComponents/ArticleCard.d.ts.map +1 -0
  973. package/lib/typescript/lib/module/SocialComponents/AudioPlayer.d.ts +11 -0
  974. package/lib/typescript/lib/module/SocialComponents/AudioPlayer.d.ts.map +1 -0
  975. package/lib/typescript/lib/module/SocialComponents/CompanyProfile/api/index.d.ts +20 -0
  976. package/lib/typescript/lib/module/SocialComponents/CompanyProfile/api/index.d.ts.map +1 -0
  977. package/lib/typescript/lib/module/SocialComponents/CompanyProfile/index.d.ts +17 -0
  978. package/lib/typescript/lib/module/SocialComponents/CompanyProfile/index.d.ts.map +1 -0
  979. package/lib/typescript/lib/module/SocialComponents/PlayerCard.d.ts +18 -0
  980. package/lib/typescript/lib/module/SocialComponents/PlayerCard.d.ts.map +1 -0
  981. package/lib/typescript/lib/module/SocialComponents/PlayerFollowButton.d.ts +13 -0
  982. package/lib/typescript/lib/module/SocialComponents/PlayerFollowButton.d.ts.map +1 -0
  983. package/lib/typescript/lib/module/SocialComponents/PlayerList.d.ts +10 -0
  984. package/lib/typescript/lib/module/SocialComponents/PlayerList.d.ts.map +1 -0
  985. package/lib/typescript/lib/module/SocialComponents/PlayerProfile/api/index.d.ts +17 -0
  986. package/lib/typescript/lib/module/SocialComponents/PlayerProfile/api/index.d.ts.map +1 -0
  987. package/lib/typescript/lib/module/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts +12 -0
  988. package/lib/typescript/lib/module/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts.map +1 -0
  989. package/lib/typescript/lib/module/SocialComponents/PlayerProfile/components/PostsList.d.ts +8 -0
  990. package/lib/typescript/lib/module/SocialComponents/PlayerProfile/components/PostsList.d.ts.map +1 -0
  991. package/lib/typescript/lib/module/SocialComponents/PlayerProfile/index.d.ts +21 -0
  992. package/lib/typescript/lib/module/SocialComponents/PlayerProfile/index.d.ts.map +1 -0
  993. package/lib/typescript/lib/module/SocialComponents/PodcastCard.d.ts +9 -0
  994. package/lib/typescript/lib/module/SocialComponents/PodcastCard.d.ts.map +1 -0
  995. package/lib/typescript/lib/module/SocialComponents/PodcastEpisodeCard.d.ts +11 -0
  996. package/lib/typescript/lib/module/SocialComponents/PodcastEpisodeCard.d.ts.map +1 -0
  997. package/lib/typescript/lib/module/SocialComponents/PodcastModule/api/index.d.ts +10 -0
  998. package/lib/typescript/lib/module/SocialComponents/PodcastModule/api/index.d.ts.map +1 -0
  999. package/lib/typescript/lib/module/SocialComponents/PodcastModule/components/ClaimPodcastModal.d.ts +9 -0
  1000. package/lib/typescript/lib/module/SocialComponents/PodcastModule/components/ClaimPodcastModal.d.ts.map +1 -0
  1001. package/lib/typescript/lib/module/SocialComponents/PodcastModule/index.d.ts +14 -0
  1002. package/lib/typescript/lib/module/SocialComponents/PodcastModule/index.d.ts.map +1 -0
  1003. package/lib/typescript/lib/module/SocialComponents/PostCard/components/DraftTextEntities.d.ts +4 -0
  1004. package/lib/typescript/lib/module/SocialComponents/PostCard/components/DraftTextEntities.d.ts.map +1 -0
  1005. package/lib/typescript/lib/module/SocialComponents/PostCard/components/DraftTextViewer.d.ts +11 -0
  1006. package/lib/typescript/lib/module/SocialComponents/PostCard/components/DraftTextViewer.d.ts.map +1 -0
  1007. package/lib/typescript/lib/module/SocialComponents/PostCard/components/EntityHelpers.d.ts +14 -0
  1008. package/lib/typescript/lib/module/SocialComponents/PostCard/components/EntityHelpers.d.ts.map +1 -0
  1009. package/lib/typescript/lib/module/SocialComponents/PostCard/components/ImageList.d.ts +9 -0
  1010. package/lib/typescript/lib/module/SocialComponents/PostCard/components/ImageList.d.ts.map +1 -0
  1011. package/lib/typescript/lib/module/SocialComponents/PostCard/components/PostHeader.d.ts +8 -0
  1012. package/lib/typescript/lib/module/SocialComponents/PostCard/components/PostHeader.d.ts.map +1 -0
  1013. package/lib/typescript/lib/module/SocialComponents/PostCard/components/PostReactionBar.d.ts +11 -0
  1014. package/lib/typescript/lib/module/SocialComponents/PostCard/components/PostReactionBar.d.ts.map +1 -0
  1015. package/lib/typescript/lib/module/SocialComponents/PostCard/index.d.ts +13 -0
  1016. package/lib/typescript/lib/module/SocialComponents/PostCard/index.d.ts.map +1 -0
  1017. package/lib/typescript/lib/module/SocialComponents/SocialOrderCard.d.ts +17 -0
  1018. package/lib/typescript/lib/module/SocialComponents/SocialOrderCard.d.ts.map +1 -0
  1019. package/lib/typescript/lib/module/SocialComponents/SocialOrdersList.d.ts +13 -0
  1020. package/lib/typescript/lib/module/SocialComponents/SocialOrdersList.d.ts.map +1 -0
  1021. package/lib/typescript/lib/module/SocialComponents/api/index.d.ts +61 -0
  1022. package/lib/typescript/lib/module/SocialComponents/api/index.d.ts.map +1 -0
  1023. package/lib/typescript/lib/module/SocialComponents/index.d.ts +8 -0
  1024. package/lib/typescript/lib/module/SocialComponents/index.d.ts.map +1 -0
  1025. package/lib/typescript/lib/module/Socket/api/index.d.ts +5 -0
  1026. package/lib/typescript/lib/module/Socket/api/index.d.ts.map +1 -0
  1027. package/lib/typescript/lib/module/Socket/index.d.ts +14 -0
  1028. package/lib/typescript/lib/module/Socket/index.d.ts.map +1 -0
  1029. package/lib/typescript/lib/module/Squares/api/index.d.ts +29 -0
  1030. package/lib/typescript/lib/module/Squares/api/index.d.ts.map +1 -0
  1031. package/lib/typescript/lib/module/Squares/components/BidForm.d.ts +18 -0
  1032. package/lib/typescript/lib/module/Squares/components/BidForm.d.ts.map +1 -0
  1033. package/lib/typescript/lib/module/Squares/components/BidToggle.d.ts +9 -0
  1034. package/lib/typescript/lib/module/Squares/components/BidToggle.d.ts.map +1 -0
  1035. package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts +9 -0
  1036. package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts.map +1 -0
  1037. package/lib/typescript/lib/module/Squares/components/Countdown.d.ts +11 -0
  1038. package/lib/typescript/lib/module/Squares/components/Countdown.d.ts.map +1 -0
  1039. package/lib/typescript/lib/module/Squares/components/EventCard.d.ts +8 -0
  1040. package/lib/typescript/lib/module/Squares/components/EventCard.d.ts.map +1 -0
  1041. package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts +14 -0
  1042. package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts.map +1 -0
  1043. package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts +17 -0
  1044. package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts.map +1 -0
  1045. package/lib/typescript/lib/module/Squares/components/OfferForm.d.ts +22 -0
  1046. package/lib/typescript/lib/module/Squares/components/OfferForm.d.ts.map +1 -0
  1047. package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts +10 -0
  1048. package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts.map +1 -0
  1049. package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts +11 -0
  1050. package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts.map +1 -0
  1051. package/lib/typescript/lib/module/Squares/components/SquareCard.d.ts +18 -0
  1052. package/lib/typescript/lib/module/Squares/components/SquareCard.d.ts.map +1 -0
  1053. package/lib/typescript/lib/module/Squares/components/SquareOfferCard.d.ts +13 -0
  1054. package/lib/typescript/lib/module/Squares/components/SquareOfferCard.d.ts.map +1 -0
  1055. package/lib/typescript/lib/module/Squares/components/SquareOffersCard.d.ts +13 -0
  1056. package/lib/typescript/lib/module/Squares/components/SquareOffersCard.d.ts.map +1 -0
  1057. package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts +9 -0
  1058. package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts.map +1 -0
  1059. package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts +18 -0
  1060. package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts.map +1 -0
  1061. package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts +9 -0
  1062. package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts.map +1 -0
  1063. package/lib/typescript/lib/module/Squares/index.d.ts +12 -0
  1064. package/lib/typescript/lib/module/Squares/index.d.ts.map +1 -0
  1065. package/lib/typescript/lib/module/Wallet/api/index.d.ts +198 -0
  1066. package/lib/typescript/lib/module/Wallet/api/index.d.ts.map +1 -0
  1067. package/lib/typescript/lib/module/Wallet/components/ACHAddCard.d.ts +11 -0
  1068. package/lib/typescript/lib/module/Wallet/components/ACHAddCard.d.ts.map +1 -0
  1069. package/lib/typescript/lib/module/Wallet/components/AccountCard.d.ts +9 -0
  1070. package/lib/typescript/lib/module/Wallet/components/AccountCard.d.ts.map +1 -0
  1071. package/lib/typescript/lib/module/Wallet/components/AccountLimitManager.d.ts +9 -0
  1072. package/lib/typescript/lib/module/Wallet/components/AccountLimitManager.d.ts.map +1 -0
  1073. package/lib/typescript/lib/module/Wallet/components/AccountManager.d.ts +12 -0
  1074. package/lib/typescript/lib/module/Wallet/components/AccountManager.d.ts.map +1 -0
  1075. package/lib/typescript/lib/module/Wallet/components/AccountSnoozeManager.d.ts +9 -0
  1076. package/lib/typescript/lib/module/Wallet/components/AccountSnoozeManager.d.ts.map +1 -0
  1077. package/lib/typescript/lib/module/Wallet/components/AddressCard.d.ts +10 -0
  1078. package/lib/typescript/lib/module/Wallet/components/AddressCard.d.ts.map +1 -0
  1079. package/lib/typescript/lib/module/Wallet/components/AddressManager.d.ts +12 -0
  1080. package/lib/typescript/lib/module/Wallet/components/AddressManager.d.ts.map +1 -0
  1081. package/lib/typescript/lib/module/Wallet/components/DepositCard.d.ts +12 -0
  1082. package/lib/typescript/lib/module/Wallet/components/DepositCard.d.ts.map +1 -0
  1083. package/lib/typescript/lib/module/Wallet/components/FundAccountCard.d.ts +14 -0
  1084. package/lib/typescript/lib/module/Wallet/components/FundAccountCard.d.ts.map +1 -0
  1085. package/lib/typescript/lib/module/Wallet/components/ItemOrderCard.d.ts +7 -0
  1086. package/lib/typescript/lib/module/Wallet/components/ItemOrderCard.d.ts.map +1 -0
  1087. package/lib/typescript/lib/module/Wallet/components/ItemOrderDetailCard.d.ts +9 -0
  1088. package/lib/typescript/lib/module/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -0
  1089. package/lib/typescript/lib/module/Wallet/components/LinkAccountManager.d.ts +10 -0
  1090. package/lib/typescript/lib/module/Wallet/components/LinkAccountManager.d.ts.map +1 -0
  1091. package/lib/typescript/lib/module/Wallet/components/ManageAccountCard.d.ts +15 -0
  1092. package/lib/typescript/lib/module/Wallet/components/ManageAccountCard.d.ts.map +1 -0
  1093. package/lib/typescript/lib/module/Wallet/components/ManualACHAdd.d.ts +9 -0
  1094. package/lib/typescript/lib/module/Wallet/components/ManualACHAdd.d.ts.map +1 -0
  1095. package/lib/typescript/lib/module/Wallet/components/ManualCardAdd.d.ts +9 -0
  1096. package/lib/typescript/lib/module/Wallet/components/ManualCardAdd.d.ts.map +1 -0
  1097. package/lib/typescript/lib/module/Wallet/components/MyBalance.d.ts +9 -0
  1098. package/lib/typescript/lib/module/Wallet/components/MyBalance.d.ts.map +1 -0
  1099. package/lib/typescript/lib/module/Wallet/components/OrderManager.d.ts +7 -0
  1100. package/lib/typescript/lib/module/Wallet/components/OrderManager.d.ts.map +1 -0
  1101. package/lib/typescript/lib/module/Wallet/components/RemoveAccount.d.ts +9 -0
  1102. package/lib/typescript/lib/module/Wallet/components/RemoveAccount.d.ts.map +1 -0
  1103. package/lib/typescript/lib/module/Wallet/components/VerifyACHAccount.d.ts +11 -0
  1104. package/lib/typescript/lib/module/Wallet/components/VerifyACHAccount.d.ts.map +1 -0
  1105. package/lib/typescript/lib/module/Wallet/components/WalletActionSelector.d.ts +13 -0
  1106. package/lib/typescript/lib/module/Wallet/components/WalletActionSelector.d.ts.map +1 -0
  1107. package/lib/typescript/lib/module/Wallet/components/WalletSettings.d.ts +14 -0
  1108. package/lib/typescript/lib/module/Wallet/components/WalletSettings.d.ts.map +1 -0
  1109. package/lib/typescript/lib/module/Wallet/components/WalletSetup.d.ts +10 -0
  1110. package/lib/typescript/lib/module/Wallet/components/WalletSetup.d.ts.map +1 -0
  1111. package/lib/typescript/lib/module/Wallet/components/WithdrawCard.d.ts +13 -0
  1112. package/lib/typescript/lib/module/Wallet/components/WithdrawCard.d.ts.map +1 -0
  1113. package/lib/typescript/lib/module/Wallet/index.d.ts +12 -0
  1114. package/lib/typescript/lib/module/Wallet/index.d.ts.map +1 -0
  1115. package/lib/typescript/lib/module/constants/colors.d.ts +67 -0
  1116. package/lib/typescript/lib/module/constants/colors.d.ts.map +1 -0
  1117. package/lib/typescript/lib/module/constants/styles.d.ts +227 -0
  1118. package/lib/typescript/lib/module/constants/styles.d.ts.map +1 -0
  1119. package/lib/typescript/lib/module/index.d.ts +38 -0
  1120. package/lib/typescript/lib/module/index.d.ts.map +1 -0
  1121. package/lib/typescript/lib/module/types.d.d.ts +2 -0
  1122. package/lib/typescript/lib/module/types.d.d.ts.map +1 -0
  1123. package/lib/typescript/react-native.config.d.ts +6 -0
  1124. package/lib/typescript/react-native.config.d.ts.map +1 -0
  1125. package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
  1126. package/lib/typescript/src/LocationTracker/LocationStatus.d.ts.map +1 -1
  1127. package/lib/typescript/src/LocationTracker/index.d.ts +2 -1
  1128. package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
  1129. package/lib/typescript/src/MarketMaker/api/index.d.ts +1 -1
  1130. package/package.json +1 -1
  1131. package/src/Checkout/index.tsx +1 -0
  1132. package/src/LocationTracker/LocationStatus.tsx +0 -1
  1133. package/src/LocationTracker/index.tsx +16 -5
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/AnalyticComponents/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,28 @@
1
+ export namespace APIOverrides {
2
+ function start({ env, no_cache }: {
3
+ env: any;
4
+ no_cache: any;
5
+ }): Promise<{
6
+ authenticated: boolean;
7
+ distinct_id: string;
8
+ session_id: string;
9
+ }>;
10
+ function authenticateApp(auth_response: any, options: any): Promise<{
11
+ result: string;
12
+ }>;
13
+ function logoutApp(): Promise<{
14
+ result: string;
15
+ }>;
16
+ function setEnvironment(env: any): void;
17
+ function getEndpoints(): {};
18
+ function cacheTokens(access_token: any, player_id: any, refresh_token: any, expire_datetime: any): Promise<void>;
19
+ function clearTokens(): Promise<void>;
20
+ function getDistinctID(): Promise<string>;
21
+ function setBearerToken(token: any): void;
22
+ function setAPIKey(): void;
23
+ function setDistinctToken(distinct_id: any): void;
24
+ function setSessionToken(session_id: any): void;
25
+ function refreshToken(token: any, distinct_id: any): Promise<any>;
26
+ function setRefreshTokenInterceptor(token: any, distinct_id: any): Promise<void>;
27
+ }
28
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/ApiOverrides/index.js"],"names":[],"mappings":";IA8DS;;;;;;;OA4EN;IACgB;;OAsBhB;IACU;;OAQV;IACe,wCAEf;IACa,4BAEb;IACY,iHAYZ;IACY,sCAKZ;IACc,0CAOd;IACe,0CAMf;IACU,2BAOV;IACiB,kDAMjB;IACgB,gDAMhB;IACa,kEAWb;IAC2B,iFAwC3B"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=types.d.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.d.ts","sourceRoot":"","sources":["../../../../module/ApiOverrides/types.d.js"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ export default AuthStrategyIdentifier;
2
+ declare function AuthStrategyIdentifier({ auth_strategy_identifier, auto_focus, auth_request, onChangeIdentifier }: {
3
+ auth_strategy_identifier: any;
4
+ auto_focus: any;
5
+ auth_request: any;
6
+ onChangeIdentifier: any;
7
+ }): React.FunctionComponentElement<{
8
+ children?: React.ReactNode | undefined;
9
+ }> | React.CElement<import("react-native").ViewProps, View>;
10
+ import React from 'react';
11
+ import { View } from "react-native";
12
+ //# sourceMappingURL=AuthStrategyIdentifier.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuthStrategyIdentifier.d.ts","sourceRoot":"","sources":["../../../../../module/Authenticator/Components/AuthStrategyIdentifier.js"],"names":[],"mappings":";AAKA;;;;;;;4DAkGC;kBAvGiB,OAAO;qBACJ,cAAc"}
@@ -0,0 +1,13 @@
1
+ export default LoginForm;
2
+ declare function LoginForm({ width, visible, onRegister, onAuthenticated, onTryAuthenticate }: {
3
+ width: any;
4
+ visible: any;
5
+ onRegister: any;
6
+ onAuthenticated: any;
7
+ onTryAuthenticate: any;
8
+ }): React.FunctionComponentElement<{
9
+ children?: React.ReactNode | undefined;
10
+ }> | React.CElement<import("react-native").ViewProps, View>;
11
+ import React from 'react';
12
+ import { View } from "react-native";
13
+ //# sourceMappingURL=LoginForm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LoginForm.d.ts","sourceRoot":"","sources":["../../../../../module/Authenticator/Components/LoginForm.js"],"names":[],"mappings":";AAMA;;;;;;;;4DAweC;kBA9e+B,OAAO;qBACA,cAAc"}
@@ -0,0 +1,22 @@
1
+ export default StrategyForm;
2
+ declare function StrategyForm({ visible, company, theme, strategy, auth_strategy_id, company_id, distinct_id, source, show_referral, referral_code, width, opt_in_url, onAuthenticated, onLogin }: {
3
+ visible: any;
4
+ company: any;
5
+ theme: any;
6
+ strategy: any;
7
+ auth_strategy_id: any;
8
+ company_id: any;
9
+ distinct_id: any;
10
+ source: any;
11
+ show_referral: any;
12
+ referral_code: any;
13
+ width: any;
14
+ opt_in_url: any;
15
+ onAuthenticated: any;
16
+ onLogin: any;
17
+ }): React.FunctionComponentElement<{
18
+ children?: React.ReactNode | undefined;
19
+ }> | React.CElement<import("react-native").ViewProps, View>;
20
+ import React from 'react';
21
+ import { View } from 'react-native';
22
+ //# sourceMappingURL=StrategyForm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StrategyForm.d.ts","sourceRoot":"","sources":["../../../../../module/Authenticator/Components/StrategyForm.js"],"names":[],"mappings":";AASA;;;;;;;;;;;;;;;;;4DA2mBC;kBApnB0C,OAAO;qBAIe,cAAc"}
@@ -0,0 +1,44 @@
1
+ export namespace AuthenticateApi {
2
+ function setEnvironment(): void;
3
+ function authCheck(attribute: any, value: any): Promise<any>;
4
+ function authForgot(attribute: any, value: any): Promise<any>;
5
+ function authLogin(attribute: any, value: any, token: any, verification_session_id: any): Promise<any>;
6
+ function authenticateLocal(username: any, password: any, device_id: any): Promise<any>;
7
+ function refreshToken(refresh_token: any, device_id: any): Promise<any>;
8
+ function authenticatePhone(phone: any, device_id: any, referral_code: any): Promise<void>;
9
+ function verifyPhoneAuthenticate(token: any, device_id: any): Promise<any>;
10
+ function getReferralByCode(code: any): Promise<any>;
11
+ function getShortToken(): Promise<any>;
12
+ function getAuthStrategyById(auth_strategy_id: any): Promise<any>;
13
+ function executeAuthStrategy(auth_execution_request: any): Promise<any>;
14
+ function verifyAuthStrategyIdentifier(auth_strategy_identifier_id: any, verification_session_id: any, token: any, device_id: any): Promise<any>;
15
+ function getCompanyById(company_id: any): Promise<any>;
16
+ }
17
+ export namespace AuthenticateHelpers {
18
+ function formatPhone(phone: any): string;
19
+ function isEmailValid(email: any): {
20
+ valid: boolean;
21
+ error: string;
22
+ } | {
23
+ valid: boolean;
24
+ error?: undefined;
25
+ };
26
+ function unformatPhone(formatted_phone: any): string;
27
+ function fullUnformatPhone(formatted_phone: any): string;
28
+ function isStrategyValid(auth_execution_request: any): boolean;
29
+ function isAttributeValid(attribute: any, value: any, optional: any): {
30
+ valid: boolean;
31
+ error: string;
32
+ } | {
33
+ valid: boolean;
34
+ error?: undefined;
35
+ };
36
+ function isPhoneValid(phone: any): {
37
+ valid: boolean;
38
+ error: string;
39
+ } | {
40
+ valid: boolean;
41
+ error?: undefined;
42
+ };
43
+ }
44
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/Authenticator/api/index.js"],"names":[],"mappings":";IAMkB,gCAGf;IACU,6DAMV;IACW,8DAMX;IACU,uGAWV;IACkB,uFAOlB;IACa,wEAMb;IACkB,0FAMlB;IACwB,2EAMxB;IACkB,oDAGlB;IACc,uCAGd;IACoB,kEAGpB;IACoB,wEAKpB;IAC6B,gJAQ7B;IACe,uDAGf;;;IAQY,yCAsBZ;IACa;;;;;;MAkBb;IAMc,qDAOd;IACkB,yDAWlB;IACgB,+DAchB;IACiB;;;;;;MAsBjB;IAMa;;;;;;MAuBb"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=types.d.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.d.ts","sourceRoot":"","sources":["../../../../../module/Authenticator/api/types.d.js"],"names":[],"mappings":""}
@@ -0,0 +1,21 @@
1
+ export default Authenticator;
2
+ declare function Authenticator({ visible, theme, show_referral, auth_strategy_id, default_view, company_id, source, referral_code, width, opt_in_url, onTryAuthenticate, onAuthenticated, onClose }: {
3
+ visible: any;
4
+ theme: any;
5
+ show_referral: any;
6
+ auth_strategy_id: any;
7
+ default_view: any;
8
+ company_id: any;
9
+ source: any;
10
+ referral_code: any;
11
+ width: any;
12
+ opt_in_url: any;
13
+ onTryAuthenticate: any;
14
+ onAuthenticated: any;
15
+ onClose: any;
16
+ }): React.FunctionComponentElement<{
17
+ children?: React.ReactNode | undefined;
18
+ }> | React.CElement<import("react-native").ViewProps, View>;
19
+ import React from 'react';
20
+ import { View } from 'react-native';
21
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Authenticator/index.js"],"names":[],"mappings":";AAQA;;;;;;;;;;;;;;;;4DAgJC;kBAxJ0C,OAAO;qBAGtB,cAAc"}
@@ -0,0 +1,7 @@
1
+ export namespace BettorSearchApi {
2
+ function setEnvironment(): void;
3
+ function searchPlayers(search_value: any, offset: any): Promise<any>;
4
+ function searchEvents(search_value: any, offset: any): Promise<any>;
5
+ function searchTournaments(search_value: any, offset: any): Promise<any>;
6
+ }
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/BettorSearch/api/index.js"],"names":[],"mappings":";IAMkB,gCAIf;IACc,qEAMd;IACa,oEAOb;IACkB,yEAOlB"}
@@ -0,0 +1,12 @@
1
+ export default BettorSearch;
2
+ declare function BettorSearch({ init_search_value, search_types, container_style, search_style, button_style, onSearchResults }: {
3
+ init_search_value: any;
4
+ search_types: any;
5
+ container_style: any;
6
+ search_style: any;
7
+ button_style: any;
8
+ onSearchResults: any;
9
+ }): React.CElement<import("react-native").ViewProps, View>;
10
+ import { View } from 'react-native';
11
+ import React from 'react';
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/BettorSearch/index.js"],"names":[],"mappings":";AAKA;;;;;;;2DAgHC;qBApHoB,cAAc;kBADQ,OAAO"}
@@ -0,0 +1,122 @@
1
+ export namespace BracketApi {
2
+ function setEnvironment(): void;
3
+ function getBracketById(bracket_id: any): Promise<any>;
4
+ function getLeagues(): Promise<any>;
5
+ function getActiveBrackets(): Promise<any>;
6
+ function getPlayersByPlayerIds(player_ids: any): Promise<any>;
7
+ function getEventsByEventIds(event_ids: any): Promise<any>;
8
+ function getAthletesByIds(athlete_ids: any): Promise<any>;
9
+ function getTeamsByIds(team_ids: any): Promise<any>;
10
+ function getExoticsByIds(exotic_ids: any): Promise<any>;
11
+ }
12
+ export namespace BracketComeptitionApi {
13
+ function getMyDetails(): Promise<any>;
14
+ function getMyBalance(): Promise<any>;
15
+ function createBracketCompetition(bracket_competition: any, bracket_competition_scoring_rules: any): Promise<any>;
16
+ function getCompetitionOptions(): Promise<any>;
17
+ function getBracketCompetitions(status: any): Promise<any>;
18
+ function getBracketcompetitionByCode(competition_code: any): Promise<any>;
19
+ function isCodeAvailable(competition_code: any): Promise<any>;
20
+ function getBracketCompetitionById(bracket_competition_id: any): Promise<any>;
21
+ function getPlayerBracketById(player_bracket_id: any): Promise<any>;
22
+ function createPlayerBracket(player_bracket: any): Promise<any>;
23
+ function updatePlayerBracket(player_bracket: any): Promise<any>;
24
+ function deletePlayerBracket(player_bracket_id: any): Promise<any>;
25
+ function getMyPlayerBrackets(bracket_id: any, bracket_competition_id: any): Promise<any>;
26
+ function savePick(player_bracket_pick: any): Promise<any>;
27
+ function joinBracketCompetition(competition_player_bracket: any): Promise<any>;
28
+ function leaveBracketCompetition(competition_player_bracket_id: any): Promise<any>;
29
+ function getCompetitionPlayerBracketsByCompetitionId(bracket_competition_id: any, offset: any): Promise<any>;
30
+ function getMyCompetitionPlayerBrackets(): Promise<any>;
31
+ }
32
+ export namespace BracketCompetitionHelpers {
33
+ function getPayout(bc: any): any;
34
+ function canLeave(bc: any): boolean;
35
+ function canEnter(bc: any): boolean;
36
+ function canMakePick(bracket: any): boolean;
37
+ function isEnoughBalance(bc: any, player_balance: any): boolean;
38
+ function showChampions(bc: any): boolean;
39
+ function canDeletePlayerBracket(pb: any, cpbs: any): boolean;
40
+ function getBuyInTitle(bc: any): string;
41
+ function genEmptyBracketCompetition(): {
42
+ bracket_competition_id: string;
43
+ bracket_id: string;
44
+ competition_name: string;
45
+ competition_description: string;
46
+ code_valid: boolean;
47
+ competition_code: string;
48
+ create_datetime: string;
49
+ last_update_datetime: string;
50
+ image: {
51
+ url: string;
52
+ };
53
+ status: string;
54
+ buy_in: number;
55
+ market_type: string;
56
+ scheduled_datetime: string;
57
+ scoring_system: string;
58
+ max_brackets: number;
59
+ max_brackets_per_player: number;
60
+ invite_only: boolean;
61
+ ticket_revenue: number;
62
+ tickets_sold: number;
63
+ admin_id: string;
64
+ competition_result_type_id: string;
65
+ };
66
+ function getDefaultScoringRules(bracket_competition_id: any, bracket_rounds: any): any[];
67
+ function createEmptyPlayerBracket(player_id: any, bracket_id: any): {
68
+ player_bracket_id: string;
69
+ player_id: any;
70
+ bracket_id: any;
71
+ bracket_name: string;
72
+ status: string;
73
+ completion_status: string;
74
+ completion_pct: number;
75
+ create_datetime: string;
76
+ last_update_datetime: string;
77
+ };
78
+ function createPlayerBracketPick(bracket_id: any, round_event: any, pick_side: any, pick_side_id: any, pick_seed: any): {
79
+ player_bracket_pick_id: string;
80
+ player_bracket_id: string;
81
+ bracket_id: any;
82
+ round_event_id: any;
83
+ pick_side: any;
84
+ pick_side_id: any;
85
+ pick_seed: any;
86
+ underdog_pick: boolean;
87
+ status: string;
88
+ pick_side_type: string;
89
+ event_sequence: any;
90
+ points: number;
91
+ create_datetime: string;
92
+ last_update_datetime: string;
93
+ };
94
+ function getBracketPickProgress(pbp: any, bracket_rounds: any, bracket_groups: any, round_events: any): {
95
+ round_status: any[];
96
+ group_status: any[];
97
+ };
98
+ function getNonGroupGames(round_events: any, bracket_groups: any, player_bracket_picks: any): {
99
+ round_event_id: any;
100
+ event_number: any;
101
+ round_event: any;
102
+ championship: boolean;
103
+ away_placeholder_pick: any;
104
+ home_placeholder_pick: any;
105
+ player_bracket_pick: any;
106
+ }[];
107
+ function generateCompetitionPlayerBracket(bracket_competition_id: any, player_bracket_id: any): {
108
+ competition_player_bracket_id: string;
109
+ bracket_competition_id: any;
110
+ player_bracket_id: any;
111
+ place: number;
112
+ possible_points: number;
113
+ player_id: string;
114
+ status: string;
115
+ winnings: number;
116
+ points_scored: number;
117
+ create_datetime: string;
118
+ last_update_datetime: string;
119
+ };
120
+ function formatPlace(place: any): string;
121
+ }
122
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/api/index.js"],"names":[],"mappings":";IAQkB,gCAKf;IACe,uDAGf;IACW,oCAGX;IACkB,2CAGlB;IACsB,8DAQtB;IACoB,2DAMpB;IACiB,0DASjB;IACc,oDASd;IACgB,wDAMhB;;;IAGa,sCAGb;IACa,sCAGb;IACyB,kHAMzB;IACsB,+CAGtB;IACuB,2DAGvB;IAC4B,0EAU5B;IACgB,8DAKhB;IAC0B,8EAG1B;IACqB,oEAGrB;IACoB,gEAKpB;IACoB,gEAKpB;IACoB,mEAKpB;IACoB,yFAGpB;IACS,0DAKT;IACuB,+EAKvB;IACwB,mFAKxB;IAC4C,6GAG5C;IAC+B,wDAG/B;;;IAGU,iCASV;IACS,oCAQT;IACS,oCAQT;IACY,4CAQZ;IACgB,gEAShB;IACc,yCAQd;IACuB,6DAQvB;IACc,wCAMd;IAC2B;;;;;;;;;;;;;;;;;;;;;;;;MA2B3B;IACuB,yFAmBvB;IACyB;;;;;;;;;;MAazB;IACwB;;;;;;;;;;;;;;;MAiBxB;IACuB;;;MAqCvB;IACiB;;;;;;;;QAiDjB;IACiC;;;;;;;;;;;;MAcjC;IACY,yCAuBZ"}
@@ -0,0 +1,23 @@
1
+ export default BracketCompetitionCard;
2
+ declare function BracketCompetitionCard({ visible, player_balance, player, height, my_comp_player_brackets, competition_result_types, my_player_brackets, bracket_competition_id, onNotEnoughBalance, onUpdateMyData, onViewBracket, onClose, onLeaveCompetition, onShareCompetition, onEnterCompetition }: {
3
+ visible: any;
4
+ player_balance: any;
5
+ player: any;
6
+ height: any;
7
+ my_comp_player_brackets: any;
8
+ competition_result_types: any;
9
+ my_player_brackets: any;
10
+ bracket_competition_id: any;
11
+ onNotEnoughBalance: any;
12
+ onUpdateMyData: any;
13
+ onViewBracket: any;
14
+ onClose: any;
15
+ onLeaveCompetition: any;
16
+ onShareCompetition: any;
17
+ onEnterCompetition: any;
18
+ }): React.FunctionComponentElement<{
19
+ children?: React.ReactNode | undefined;
20
+ }> | React.CElement<import("react-native").ViewProps, View>;
21
+ import React from 'react';
22
+ import { View } from 'react-native';
23
+ //# sourceMappingURL=BracketCompetitionCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BracketCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/BracketCompetitionCard.js"],"names":[],"mappings":";AASA;;;;;;;;;;;;;;;;;;4DAwkBC;kBAjlB0C,OAAO;qBACiD,cAAc"}
@@ -0,0 +1,13 @@
1
+ export default BracketCompetitionSelector;
2
+ declare function BracketCompetitionSelector({ visible, leagues, brackets, onClose, onCompetitionSelect }: {
3
+ visible: any;
4
+ leagues: any;
5
+ brackets: any;
6
+ onClose: any;
7
+ onCompetitionSelect: any;
8
+ }): React.FunctionComponentElement<{
9
+ children?: React.ReactNode | undefined;
10
+ }> | React.CElement<import("react-native").ViewProps, View>;
11
+ import React from 'react';
12
+ import { View } from 'react-native';
13
+ //# sourceMappingURL=BracketCompetitionSelector.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BracketCompetitionSelector.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/BracketCompetitionSelector.js"],"names":[],"mappings":";AAMA;;;;;;;;4DAwQC;kBA9Q0C,OAAO;qBACkB,cAAc"}
@@ -0,0 +1,13 @@
1
+ export default BracketNavigator;
2
+ declare function BracketNavigator({ bracket_rounds, bracket_groups, selected_round, selected_group, onSelectGroup, onSelectRound, onClose }: {
3
+ bracket_rounds: any;
4
+ bracket_groups: any;
5
+ selected_round: any;
6
+ selected_group: any;
7
+ onSelectGroup: any;
8
+ onSelectRound: any;
9
+ onClose: any;
10
+ }): React.CElement<import("react-native").ViewProps, View>;
11
+ import { View } from "react-native";
12
+ import React from 'react';
13
+ //# sourceMappingURL=BracketNavigator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BracketNavigator.d.ts","sourceRoot":"","sources":["../../../../../../module/Bracket/components/BracketPlay/BracketNavigator.js"],"names":[],"mappings":";AAIA;;;;;;;;2DAgIC;qBAnIgD,cAAc;kBAD7C,OAAO"}
@@ -0,0 +1,15 @@
1
+ export default BracketRoundSection;
2
+ declare function BracketRoundSection({ bracket_round, round_event_loading, teams, round_events, width, hide_titles, player_bracket_picks, active_bracket_group_id, onPick }: {
3
+ bracket_round: any;
4
+ round_event_loading: any;
5
+ teams: any;
6
+ round_events: any;
7
+ width: any;
8
+ hide_titles: any;
9
+ player_bracket_picks: any;
10
+ active_bracket_group_id: any;
11
+ onPick: any;
12
+ }): React.CElement<import("react-native").ViewProps, View>;
13
+ import { View } from "react-native";
14
+ import React from 'react';
15
+ //# sourceMappingURL=BracketRound.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BracketRound.d.ts","sourceRoot":"","sources":["../../../../../../module/Bracket/components/BracketPlay/BracketRound.js"],"names":[],"mappings":";AAMA;;;;;;;;;;2DA8EC;qBAnFoB,cAAc;kBADjB,OAAO"}
@@ -0,0 +1,19 @@
1
+ export default RoundEventCard;
2
+ declare function RoundEventCard({ event, loading, away_team, away_placeholder_team, home_placeholder_team, home_team, width, no_pick, round_event, player_bracket_pick, away_placeholder_pick, home_placeholder_pick, onPick }: {
3
+ event: any;
4
+ loading: any;
5
+ away_team: any;
6
+ away_placeholder_team: any;
7
+ home_placeholder_team: any;
8
+ home_team: any;
9
+ width: any;
10
+ no_pick: any;
11
+ round_event: any;
12
+ player_bracket_pick: any;
13
+ away_placeholder_pick: any;
14
+ home_placeholder_pick: any;
15
+ onPick: any;
16
+ }): React.CElement<import("react-native").ViewProps, View>;
17
+ import { View } from "react-native";
18
+ import React from 'react';
19
+ //# sourceMappingURL=RoundEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RoundEvent.d.ts","sourceRoot":"","sources":["../../../../../../module/Bracket/components/BracketPlay/RoundEvent.js"],"names":[],"mappings":";AAKA;;;;;;;;;;;;;;2DAuaC;qBA3agE,cAAc;kBAD7D,OAAO"}
@@ -0,0 +1,17 @@
1
+ export default BracketPlay;
2
+ declare function BracketPlay({ visible, player, room_size, bracket_id, player_bracket_id, onClose, onPlayerBracketUpdate, onChangePlayerBracket, onRequestAuthenticate }: {
3
+ visible: any;
4
+ player: any;
5
+ room_size: any;
6
+ bracket_id: any;
7
+ player_bracket_id: any;
8
+ onClose: any;
9
+ onPlayerBracketUpdate: any;
10
+ onChangePlayerBracket: any;
11
+ onRequestAuthenticate: any;
12
+ }): React.FunctionComponentElement<{
13
+ children?: React.ReactNode | undefined;
14
+ }> | React.CElement<import("react-native").ViewProps, View>;
15
+ import React from 'react';
16
+ import { View } from "react-native";
17
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/Bracket/components/BracketPlay/index.js"],"names":[],"mappings":";AAUA;;;;;;;;;;;;4DAsVC;kBAhW0C,OAAO;qBAC2B,cAAc"}
@@ -0,0 +1,13 @@
1
+ export default BracketSelector;
2
+ declare function BracketSelector({ visible, leagues, brackets, onSelectBracket, onClose }: {
3
+ visible: any;
4
+ leagues: any;
5
+ brackets: any;
6
+ onSelectBracket: any;
7
+ onClose: any;
8
+ }): React.FunctionComponentElement<{
9
+ children?: React.ReactNode | undefined;
10
+ }> | React.CElement<import("react-native").ViewProps, View>;
11
+ import React from 'react';
12
+ import { View } from "react-native";
13
+ //# sourceMappingURL=BracketSelector.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BracketSelector.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/BracketSelector.js"],"names":[],"mappings":";AAKA;;;;;;;;4DAmIC;kBAxIiB,OAAO;qBAC2C,cAAc"}
@@ -0,0 +1,13 @@
1
+ export default CompetitionLeaderboard;
2
+ declare function CompetitionLeaderboard({ bracket_competition_id, my_competition_player_brackets, my_player_brackets, view_mode, show_champions, onViewFull, onClose }: {
3
+ bracket_competition_id: any;
4
+ my_competition_player_brackets: any;
5
+ my_player_brackets: any;
6
+ view_mode: any;
7
+ show_champions: any;
8
+ onViewFull: any;
9
+ onClose: any;
10
+ }): React.CElement<import("react-native").ViewProps, View>;
11
+ import { View } from 'react-native';
12
+ import React from 'react';
13
+ //# sourceMappingURL=CompetitionLeaderboard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CompetitionLeaderboard.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/CompetitionLeaderboard.js"],"names":[],"mappings":";AAOA;;;;;;;;2DAqPC;qBA3PsF,cAAc;kBAD1D,OAAO"}
@@ -0,0 +1,14 @@
1
+ export default JoinCompetitionCard;
2
+ declare function JoinCompetitionCard({ player, player_balance, loading, player_bracket, bracket_competition, onNotEnoughBalance, onEnterCompetition, onClose }: {
3
+ player: any;
4
+ player_balance: any;
5
+ loading: any;
6
+ player_bracket: any;
7
+ bracket_competition: any;
8
+ onNotEnoughBalance: any;
9
+ onEnterCompetition: any;
10
+ onClose: any;
11
+ }): React.CElement<import("react-native").ViewProps, View>;
12
+ import { View } from "react-native";
13
+ import React from 'react';
14
+ //# sourceMappingURL=JoinCompetitionCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"JoinCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/JoinCompetitionCard.js"],"names":[],"mappings":";AAMA;;;;;;;;;2DA8IC;qBAnJsD,cAAc;kBADrC,OAAO"}
@@ -0,0 +1,8 @@
1
+ export default PlayerBalanceCard;
2
+ declare function PlayerBalanceCard({ player, player_balance }: {
3
+ player: any;
4
+ player_balance: any;
5
+ }): React.CElement<import("react-native").ViewProps, View>;
6
+ import { View } from "react-native";
7
+ import React from 'react';
8
+ //# sourceMappingURL=PlayerBalanceCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlayerBalanceCard.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/PlayerBalanceCard.js"],"names":[],"mappings":";AAIA;;;2DAuCC;qBA1C2B,cAAc;kBADxB,OAAO"}
@@ -0,0 +1,18 @@
1
+ export default PlayerBracketManager;
2
+ declare function PlayerBracketManager({ visible, teams, athletes, player_bracket, bracket_competitions, competition_player_brackets, onEditPicks, onSelectCompetition, onUpdateBracket, onClose }: {
3
+ visible: any;
4
+ teams: any;
5
+ athletes: any;
6
+ player_bracket: any;
7
+ bracket_competitions: any;
8
+ competition_player_brackets: any;
9
+ onEditPicks: any;
10
+ onSelectCompetition: any;
11
+ onUpdateBracket: any;
12
+ onClose: any;
13
+ }): React.FunctionComponentElement<{
14
+ children?: React.ReactNode | undefined;
15
+ }> | React.CElement<import("react-native").ViewProps, View>;
16
+ import React from 'react';
17
+ import { View } from "react-native";
18
+ //# sourceMappingURL=PlayerBracketManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlayerBracketManager.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/PlayerBracketManager.js"],"names":[],"mappings":";AAKA;;;;;;;;;;;;;4DA+fC;kBApgB0C,OAAO;qBACkB,cAAc"}
@@ -0,0 +1,16 @@
1
+ export default PlayerBracketSelector;
2
+ declare function PlayerBracketSelector({ visible, brackets, leagues, teams, athletes, player_brackets, onSelect, onClose }: {
3
+ visible: any;
4
+ brackets: any;
5
+ leagues: any;
6
+ teams: any;
7
+ athletes: any;
8
+ player_brackets: any;
9
+ onSelect: any;
10
+ onClose: any;
11
+ }): React.FunctionComponentElement<{
12
+ children?: React.ReactNode | undefined;
13
+ }> | React.CElement<import("react-native").ViewProps, View>;
14
+ import React from 'react';
15
+ import { View } from "react-native";
16
+ //# sourceMappingURL=PlayerBrackets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlayerBrackets.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/PlayerBrackets.js"],"names":[],"mappings":";AAKA;;;;;;;;;;;4DA4KC;kBAjLiB,OAAO;qBAC2C,cAAc"}
@@ -0,0 +1,11 @@
1
+ export default RoomMenu;
2
+ declare function RoomMenu({ visible, onOptionSelect, onClose }: {
3
+ visible: any;
4
+ onOptionSelect: any;
5
+ onClose: any;
6
+ }): React.FunctionComponentElement<{
7
+ children?: React.ReactNode | undefined;
8
+ }> | React.CElement<import("react-native").ViewProps, View>;
9
+ import React from 'react';
10
+ import { View } from 'react-native';
11
+ //# sourceMappingURL=RoomMenu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RoomMenu.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/RoomMenu.js"],"names":[],"mappings":";AAiBA;;;;;;4DA2FC;kBA5GiB,OAAO;qBAC+B,cAAc"}
@@ -0,0 +1,14 @@
1
+ export default BracketRoom;
2
+ declare function BracketRoom({ player_id, bracket_id, bracket_competition_id, player_balance, onRequestAuthenticate, onShareCompetition, onClose, onNotEnoughBalance }: {
3
+ player_id: any;
4
+ bracket_id: any;
5
+ bracket_competition_id: any;
6
+ player_balance: any;
7
+ onRequestAuthenticate: any;
8
+ onShareCompetition: any;
9
+ onClose: any;
10
+ onNotEnoughBalance: any;
11
+ }): React.CElement<import("react-native").ViewProps, View> | undefined;
12
+ import { View } from "react-native";
13
+ import React from 'react';
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Bracket/index.js"],"names":[],"mappings":";AAYA;;;;;;;;;uEA+VC;qBA1WoB,cAAc;kBADQ,OAAO"}