be-components 3.0.8 → 3.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/LocationTracker/index.js +4 -1
- package/lib/commonjs/LocationTracker/index.js.map +1 -1
- package/lib/module/LocationTracker/index.js +4 -1
- package/lib/module/LocationTracker/index.js.map +1 -1
- package/lib/typescript/babel.config.d.ts +4 -0
- package/lib/typescript/babel.config.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/AdServer/api/index.d.ts +10 -0
- package/lib/typescript/lib/commonjs/AdServer/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/AdServer/components/CompanyAdCard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/AdServer/components/CompanyAdCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/AdServer/index.d.ts +17 -0
- package/lib/typescript/lib/commonjs/AdServer/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/AnalyticComponents/MarketPerformance/index.d.ts +1 -0
- package/lib/typescript/lib/commonjs/AnalyticComponents/MarketPerformance/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/AnalyticComponents/api/index.d.ts +5 -0
- package/lib/typescript/lib/commonjs/AnalyticComponents/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/AnalyticComponents/index.d.ts +1 -0
- package/lib/typescript/lib/commonjs/AnalyticComponents/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ApiOverrides/index.d.ts +29 -0
- package/lib/typescript/lib/commonjs/ApiOverrides/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ApiOverrides/types.d.d.ts +1 -0
- package/lib/typescript/lib/commonjs/ApiOverrides/types.d.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Authenticator/Components/LoginForm.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Authenticator/Components/LoginForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Authenticator/Components/StrategyForm.d.ts +19 -0
- package/lib/typescript/lib/commonjs/Authenticator/Components/StrategyForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Authenticator/api/index.d.ts +45 -0
- package/lib/typescript/lib/commonjs/Authenticator/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Authenticator/api/types.d.d.ts +1 -0
- package/lib/typescript/lib/commonjs/Authenticator/api/types.d.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Authenticator/index.d.ts +18 -0
- package/lib/typescript/lib/commonjs/Authenticator/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/BettorSearch/api/index.d.ts +8 -0
- package/lib/typescript/lib/commonjs/BettorSearch/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/BettorSearch/index.d.ts +11 -0
- package/lib/typescript/lib/commonjs/BettorSearch/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/api/index.d.ts +123 -0
- package/lib/typescript/lib/commonjs/Bracket/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketCompetitionCard.d.ts +20 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketCompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketCompetitionSelector.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/BracketRound.d.ts +14 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.d.ts +18 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/index.d.ts +14 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketSelector.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Bracket/components/BracketSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/CompetitionLeaderboard.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/JoinCompetitionCard.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Bracket/components/JoinCompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/PlayerBalanceCard.d.ts +7 -0
- package/lib/typescript/lib/commonjs/Bracket/components/PlayerBalanceCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/PlayerBracketManager.d.ts +15 -0
- package/lib/typescript/lib/commonjs/Bracket/components/PlayerBracketManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/PlayerBrackets.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Bracket/components/PlayerBrackets.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/components/RoomMenu.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Bracket/components/RoomMenu.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Bracket/index.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Bracket/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Checkout/api/index.d.ts +67 -0
- package/lib/typescript/lib/commonjs/Checkout/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Checkout/components/AccountSummaryCard.d.ts +16 -0
- package/lib/typescript/lib/commonjs/Checkout/components/AccountSummaryCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Checkout/components/ItemSummaryCard.d.ts +6 -0
- package/lib/typescript/lib/commonjs/Checkout/components/ItemSummaryCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Checkout/components/OrderSummaryCard.d.ts +6 -0
- package/lib/typescript/lib/commonjs/Checkout/components/OrderSummaryCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Checkout/components/PayPalOrderCapture.d.ts +14 -0
- package/lib/typescript/lib/commonjs/Checkout/components/PayPalOrderCapture.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Checkout/components/ShippingSummaryCard.d.ts +7 -0
- package/lib/typescript/lib/commonjs/Checkout/components/ShippingSummaryCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Checkout/index.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Checkout/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/api/index.d.ts +216 -0
- package/lib/typescript/lib/commonjs/Competition/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/AthleteMarketCard.d.ts +16 -0
- package/lib/typescript/lib/commonjs/Competition/components/AthleteMarketCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionCard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionInfoCard.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionInfoCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionLeaderboard.d.ts +14 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionLeaderboard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionPlay.d.ts +20 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionPlay.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionSeasonCard.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionSeasonCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionSelector.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionTypeCard.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Competition/components/CompetitionTypeCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/EnterCompetitionPrompt.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/LeaderPicks.d.ts +19 -0
- package/lib/typescript/lib/commonjs/Competition/components/LeaderPicks.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/MarketsCard.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Competition/components/MarketsCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/MatchMarketCard.d.ts +16 -0
- package/lib/typescript/lib/commonjs/Competition/components/MatchMarketCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/NavOutPrompt.d.ts +15 -0
- package/lib/typescript/lib/commonjs/Competition/components/NavOutPrompt.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/SeasonCard.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Competition/components/SeasonCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/TeamEventCard.d.ts +14 -0
- package/lib/typescript/lib/commonjs/Competition/components/TeamEventCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/components/WagerPickForm.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Competition/components/WagerPickForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Competition/index.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Competition/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/api/index.d.ts +183 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/AdminCompetitionList.d.ts +12 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/AdminCompetitionList.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/AthleteSelector.d.ts +16 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/AthleteSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionContestsForm.d.ts +25 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionContestsForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionHeader.d.ts +14 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionHeader.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionInfoForm.d.ts +10 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionInfoForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionMatchMarketCard.d.ts +8 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionMatchMarketCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionSettingsForm.d.ts +12 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionSettingsForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/ContestSelector.d.ts +14 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/ContestSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/ContestSettingsForm.d.ts +13 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/ContestSettingsForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CreateCompetitionForm.d.ts +10 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/CreateCompetitionForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/MarketSelector.d.ts +12 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/MarketSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/PlayerSelector.d.ts +9 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/components/PlayerSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/index.d.ts +8 -0
- package/lib/typescript/lib/commonjs/CompetitionManager/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/api/index.d.ts +23 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/components/CompetitionsSection.d.ts +12 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/components/CompetitionsSection.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/components/EnterSeasonPrompt.d.ts +14 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/components/EnterSeasonPrompt.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/components/SeasonHeader.d.ts +12 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/components/SeasonHeader.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/components/SeasonLeaderboard.d.ts +16 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/components/SeasonLeaderboard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/components/SeasonSettingsSection.d.ts +10 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/components/SeasonSettingsSection.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/index.d.ts +10 -0
- package/lib/typescript/lib/commonjs/CompetitionSeason/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/api/index.d.ts +51 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CompetitionSelector.d.ts +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CompetitionSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CompetitionsForm.d.ts +11 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CompetitionsForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CreateSeasonForm.d.ts +9 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CreateSeasonForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/SeasonHeader.d.ts +11 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/SeasonHeader.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/SeasonInfoForm.d.ts +9 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/SeasonInfoForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/SeasonSettingsForm.d.ts +10 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/SeasonSettingsForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/index.d.ts +8 -0
- package/lib/typescript/lib/commonjs/CompetitionSeasonManager/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/Button.d.ts +20 -0
- package/lib/typescript/lib/commonjs/Components/Button.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/Checkbox.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Components/Checkbox.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/ConfirmationModal.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Components/ConfirmationModal.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/Dropdown.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Components/Dropdown.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/Icons.d.ts +379 -0
- package/lib/typescript/lib/commonjs/Components/Icons.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/ImageUploader.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Components/ImageUploader.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/Jerseys.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Components/Jerseys.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/LinearDiagnal.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Components/LinearDiagnal.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/SearchBox.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Components/SearchBox.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/Slider.d.ts +14 -0
- package/lib/typescript/lib/commonjs/Components/Slider.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/Spring.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Components/Spring.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/Switch.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Components/Switch.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/Text.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Components/Text.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/TextInput.d.ts +20 -0
- package/lib/typescript/lib/commonjs/Components/TextInput.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/ViewportObserver.d.ts +3 -0
- package/lib/typescript/lib/commonjs/Components/ViewportObserver.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/index.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Components/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Engage/api/index.d.ts +27 -0
- package/lib/typescript/lib/commonjs/Engage/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Engage/components/BracketCompetitionCard.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Engage/components/BracketCompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Engage/components/CompanyCard.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Engage/components/CompanyCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Engage/components/CompetitionCard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Engage/components/CompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Engage/components/EngageHeader.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Engage/components/EngageHeader.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Engage/components/PrivateCodePrompt.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Engage/components/PrivateCodePrompt.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Engage/components/SeasonCard.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Engage/components/SeasonCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Engage/components/SquaresCompetitionCard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Engage/components/SquaresCompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Engage/index.d.ts +16 -0
- package/lib/typescript/lib/commonjs/Engage/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/EventComponents/AthleteCard.d.ts +4 -0
- package/lib/typescript/lib/commonjs/EventComponents/AthleteCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/EventComponents/TeamCard.d.ts +6 -0
- package/lib/typescript/lib/commonjs/EventComponents/TeamCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/EventComponents/TeamProfile/index.d.ts +19 -0
- package/lib/typescript/lib/commonjs/EventComponents/TeamProfile/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/EventComponents/api/index.d.ts +8 -0
- package/lib/typescript/lib/commonjs/EventComponents/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/EventComponents/index.d.ts +9 -0
- package/lib/typescript/lib/commonjs/EventComponents/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/LocationTracker/LocationStatus.d.ts +17 -0
- package/lib/typescript/lib/commonjs/LocationTracker/LocationStatus.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/LocationTracker/api/index.d.ts +77 -0
- package/lib/typescript/lib/commonjs/LocationTracker/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/LocationTracker/index.d.ts +9 -0
- package/lib/typescript/lib/commonjs/LocationTracker/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/api/index.d.ts +51 -0
- package/lib/typescript/lib/commonjs/MarketComponents/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteMarket/index.d.ts +4 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.d.ts +20 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/BestAvailableOrderCard.d.ts +11 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/BestAvailableOrderCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/BetScopeIndicator.d.ts +4 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/BetScopeIndicator.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/ContestOrderStatsCard.d.ts +13 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/ContestOrderStatsCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/ContestStats.d.ts +6 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/ContestStats.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/EventMarket/index.d.ts +18 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/EventMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/EventScoringCard.d.ts +6 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/EventScoringCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/api/index.d.ts +104 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/index.d.ts +4 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MarketButton/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MatchMarket/index.d.ts +24 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MatchMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MyOrderList/api/index.d.ts +69 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MyOrderList/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MyOrderList/index.d.ts +9 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MyOrderList/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/OrderBook.d.ts +11 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/OrderBook.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/OrderBookChart.d.ts +12 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/OrderBookChart.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/OrderGradeBar.d.ts +9 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/OrderGradeBar.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/PodcastCard.d.ts +8 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/PodcastCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventList/api/index.d.ts +10 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventList/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventList/index.d.ts +20 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventList/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventMarket/api/index.d.ts +13 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventMarket/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventMarket/index.d.ts +4 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts +20 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentList/api/index.d.ts +13 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentList/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentList/index.d.ts +17 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentList/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/api/index.d.ts +14 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts +28 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/index.d.ts +18 -0
- package/lib/typescript/lib/commonjs/MarketComponents/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/api/index.d.ts +216 -0
- package/lib/typescript/lib/commonjs/MarketMaker/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/Contest.d.ts +25 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/Contest.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/ContestMarkets.d.ts +20 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/ContestMarkets.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/ContestSelector.d.ts +11 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/ContestSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/Dashboard.d.ts +25 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/Dashboard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/FundActions.d.ts +9 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/FundActions.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/FundOwnershipList.d.ts +7 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/FundOwnershipList.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/FundSelector.d.ts +11 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/FundSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/FundingRequestList.d.ts +9 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/FundingRequestList.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/ManageFundForm.d.ts +8 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/ManageFundForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/MarketSelector.d.ts +10 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/MarketSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/OrderForm.d.ts +10 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/OrderForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/SetMarketForm.d.ts +12 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/SetMarketForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/WeightProgress.d.ts +7 -0
- package/lib/typescript/lib/commonjs/MarketMaker/components/WeightProgress.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketMaker/index.d.ts +8 -0
- package/lib/typescript/lib/commonjs/MarketMaker/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Observer/Observer.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Observer/Observer.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Observer/api/index.d.ts +19 -0
- package/lib/typescript/lib/commonjs/Observer/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Observer/index.d.ts +19 -0
- package/lib/typescript/lib/commonjs/Observer/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/api/index.d.ts +66 -0
- package/lib/typescript/lib/commonjs/Poll/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignHeader.d.ts +7 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignHeader.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignLeaderboard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignLeaderboard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignPlay.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignPlay.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignProgressBar.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignProgressBar.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignResult.d.ts +7 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignResult.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignSelector.d.ts +7 -0
- package/lib/typescript/lib/commonjs/Poll/components/CampaignSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/PollCampaignCard.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Poll/components/PollCampaignCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/PollCard.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Poll/components/PollCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/PollOptionCard.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Poll/components/PollOptionCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/PollQuestionsSection.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Poll/components/PollQuestionsSection.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/PollSelectCard.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Poll/components/PollSelectCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/ResponseTimer.d.ts +7 -0
- package/lib/typescript/lib/commonjs/Poll/components/ResponseTimer.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/components/WidgetHeader.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Poll/components/WidgetHeader.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/flashmarket/ResultCard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Poll/flashmarket/ResultCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/flashmarket/index.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Poll/flashmarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Poll/index.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Poll/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicInfoManager.d.ts +10 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicStatus.d.ts +9 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/BasicStatus.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/CodeRedeem.d.ts +9 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/CodeRedeem.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/DOBManager.d.ts +10 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/DOBManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/EmailManager.d.ts +10 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/EmailManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/PasswordManager.d.ts +10 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/PasswordManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/PhoneManager.d.ts +10 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/PhoneManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfilePicManager.d.ts +10 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWelcome.d.ts +10 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWizard.d.ts +24 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWizard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/SettingsManager.d.ts +12 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/SettingsManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/VouchCard.d.ts +12 -0
- package/lib/typescript/lib/commonjs/ProfileManager/Components/VouchCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/api/index.d.ts +72 -0
- package/lib/typescript/lib/commonjs/ProfileManager/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/api/types.d.d.ts +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/api/types.d.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts +21 -0
- package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/PromotedOrder/api/index.d.ts +12 -0
- package/lib/typescript/lib/commonjs/PromotedOrder/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/PromotedOrder/index.d.ts +10 -0
- package/lib/typescript/lib/commonjs/PromotedOrder/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Share/api/index.d.ts +31 -0
- package/lib/typescript/lib/commonjs/Share/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Share/components/EmbedPreview.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Share/components/EmbedPreview.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Share/index.d.ts +20 -0
- package/lib/typescript/lib/commonjs/Share/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/ArticleCard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/SocialComponents/ArticleCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/AudioPlayer.d.ts +8 -0
- package/lib/typescript/lib/commonjs/SocialComponents/AudioPlayer.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/CompanyProfile/api/index.d.ts +21 -0
- package/lib/typescript/lib/commonjs/SocialComponents/CompanyProfile/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/CompanyProfile/index.d.ts +16 -0
- package/lib/typescript/lib/commonjs/SocialComponents/CompanyProfile/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerCard.d.ts +17 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerFollowButton.d.ts +11 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerFollowButton.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerList.d.ts +9 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerList.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/api/index.d.ts +18 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts +11 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/components/PostsList.d.ts +4 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/components/PostsList.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/index.d.ts +19 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastCard.d.ts +8 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastEpisodeCard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastEpisodeCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/api/index.d.ts +11 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/components/ClaimPodcastModal.d.ts +8 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/components/ClaimPodcastModal.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/index.d.ts +13 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/DraftTextEntities.d.ts +4 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/DraftTextEntities.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/DraftTextViewer.d.ts +8 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/DraftTextViewer.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/EntityHelpers.d.ts +15 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/EntityHelpers.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/ImageList.d.ts +8 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/ImageList.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/PostHeader.d.ts +7 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/PostHeader.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/PostReactionBar.d.ts +10 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/PostReactionBar.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/index.d.ts +13 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/SocialOrderCard.d.ts +16 -0
- package/lib/typescript/lib/commonjs/SocialComponents/SocialOrderCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/SocialOrdersList.d.ts +12 -0
- package/lib/typescript/lib/commonjs/SocialComponents/SocialOrdersList.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/api/index.d.ts +62 -0
- package/lib/typescript/lib/commonjs/SocialComponents/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/index.d.ts +8 -0
- package/lib/typescript/lib/commonjs/SocialComponents/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Socket/api/index.d.ts +6 -0
- package/lib/typescript/lib/commonjs/Socket/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Socket/index.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Socket/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/api/index.d.ts +30 -0
- package/lib/typescript/lib/commonjs/Squares/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/BidForm.d.ts +17 -0
- package/lib/typescript/lib/commonjs/Squares/components/BidForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/BidToggle.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Squares/components/BidToggle.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/BoardStats.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Squares/components/BoardStats.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/Countdown.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Squares/components/Countdown.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/EventCard.d.ts +7 -0
- package/lib/typescript/lib/commonjs/Squares/components/EventCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/MySquaresCard.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Squares/components/MySquaresCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/MyStatsCard.d.ts +16 -0
- package/lib/typescript/lib/commonjs/Squares/components/MyStatsCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/OfferForm.d.ts +19 -0
- package/lib/typescript/lib/commonjs/Squares/components/OfferForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/PrizeCard.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Squares/components/PrizeCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/ResultsCard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Squares/components/ResultsCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquareCard.d.ts +17 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquareCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquareOfferCard.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquareOfferCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquareOffersCard.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquareOffersCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquareOwners.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquareOwners.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquaresBoard.d.ts +17 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquaresBoard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquaresDetails.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Squares/components/SquaresDetails.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Squares/index.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Squares/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/api/index.d.ts +199 -0
- package/lib/typescript/lib/commonjs/Wallet/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ACHAddCard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ACHAddCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AccountCard.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AccountCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AccountLimitManager.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AccountLimitManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AccountManager.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AccountManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AccountSnoozeManager.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AccountSnoozeManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AddressCard.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AddressCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AddressManager.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Wallet/components/AddressManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/DepositCard.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Wallet/components/DepositCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/FundAccountCard.d.ts +13 -0
- package/lib/typescript/lib/commonjs/Wallet/components/FundAccountCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ItemOrderCard.d.ts +6 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ItemOrderCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ItemOrderDetailCard.d.ts +6 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/LinkAccountManager.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Wallet/components/LinkAccountManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ManageAccountCard.d.ts +14 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ManageAccountCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ManualACHAdd.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ManualACHAdd.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ManualCardAdd.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Wallet/components/ManualCardAdd.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/MyBalance.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Wallet/components/MyBalance.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/OrderManager.d.ts +6 -0
- package/lib/typescript/lib/commonjs/Wallet/components/OrderManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/RemoveAccount.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Wallet/components/RemoveAccount.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/VerifyACHAccount.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Wallet/components/VerifyACHAccount.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/WalletActionSelector.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Wallet/components/WalletActionSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/WalletSettings.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Wallet/components/WalletSettings.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/WalletSetup.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Wallet/components/WalletSetup.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/components/WithdrawCard.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Wallet/components/WithdrawCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Wallet/index.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Wallet/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/constants/colors.d.ts +68 -0
- package/lib/typescript/lib/commonjs/constants/colors.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/constants/styles.d.ts +228 -0
- package/lib/typescript/lib/commonjs/constants/styles.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/index.d.ts +116 -0
- package/lib/typescript/lib/commonjs/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/types.d.d.ts +2 -0
- package/lib/typescript/lib/commonjs/types.d.d.ts.map +1 -0
- package/lib/typescript/lib/module/AdServer/api/index.d.ts +9 -0
- package/lib/typescript/lib/module/AdServer/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/AdServer/components/CompanyAdCard.d.ts +10 -0
- package/lib/typescript/lib/module/AdServer/components/CompanyAdCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/AdServer/index.d.ts +28 -0
- package/lib/typescript/lib/module/AdServer/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/AnalyticComponents/MarketPerformance/index.d.ts +1 -0
- package/lib/typescript/lib/module/AnalyticComponents/MarketPerformance/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/AnalyticComponents/api/index.d.ts +4 -0
- package/lib/typescript/lib/module/AnalyticComponents/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/AnalyticComponents/index.d.ts +1 -0
- package/lib/typescript/lib/module/AnalyticComponents/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/ApiOverrides/index.d.ts +28 -0
- package/lib/typescript/lib/module/ApiOverrides/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/ApiOverrides/types.d.d.ts +1 -0
- package/lib/typescript/lib/module/ApiOverrides/types.d.d.ts.map +1 -0
- package/lib/typescript/lib/module/Authenticator/Components/AuthStrategyIdentifier.d.ts +12 -0
- package/lib/typescript/lib/module/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -0
- package/lib/typescript/lib/module/Authenticator/Components/LoginForm.d.ts +13 -0
- package/lib/typescript/lib/module/Authenticator/Components/LoginForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/Authenticator/Components/StrategyForm.d.ts +22 -0
- package/lib/typescript/lib/module/Authenticator/Components/StrategyForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/Authenticator/api/index.d.ts +44 -0
- package/lib/typescript/lib/module/Authenticator/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Authenticator/api/types.d.d.ts +1 -0
- package/lib/typescript/lib/module/Authenticator/api/types.d.d.ts.map +1 -0
- package/lib/typescript/lib/module/Authenticator/index.d.ts +21 -0
- package/lib/typescript/lib/module/Authenticator/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/BettorSearch/api/index.d.ts +7 -0
- package/lib/typescript/lib/module/BettorSearch/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/BettorSearch/index.d.ts +12 -0
- package/lib/typescript/lib/module/BettorSearch/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/api/index.d.ts +122 -0
- package/lib/typescript/lib/module/Bracket/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/BracketCompetitionCard.d.ts +23 -0
- package/lib/typescript/lib/module/Bracket/components/BracketCompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/BracketCompetitionSelector.d.ts +13 -0
- package/lib/typescript/lib/module/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/BracketPlay/BracketNavigator.d.ts +13 -0
- package/lib/typescript/lib/module/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/BracketPlay/BracketRound.d.ts +15 -0
- package/lib/typescript/lib/module/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/BracketPlay/RoundEvent.d.ts +19 -0
- package/lib/typescript/lib/module/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/BracketPlay/index.d.ts +17 -0
- package/lib/typescript/lib/module/Bracket/components/BracketPlay/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/BracketSelector.d.ts +13 -0
- package/lib/typescript/lib/module/Bracket/components/BracketSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/CompetitionLeaderboard.d.ts +13 -0
- package/lib/typescript/lib/module/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/JoinCompetitionCard.d.ts +14 -0
- package/lib/typescript/lib/module/Bracket/components/JoinCompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/PlayerBalanceCard.d.ts +8 -0
- package/lib/typescript/lib/module/Bracket/components/PlayerBalanceCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/PlayerBracketManager.d.ts +18 -0
- package/lib/typescript/lib/module/Bracket/components/PlayerBracketManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/PlayerBrackets.d.ts +16 -0
- package/lib/typescript/lib/module/Bracket/components/PlayerBrackets.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/components/RoomMenu.d.ts +11 -0
- package/lib/typescript/lib/module/Bracket/components/RoomMenu.d.ts.map +1 -0
- package/lib/typescript/lib/module/Bracket/index.d.ts +14 -0
- package/lib/typescript/lib/module/Bracket/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Checkout/api/index.d.ts +66 -0
- package/lib/typescript/lib/module/Checkout/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Checkout/components/AccountSummaryCard.d.ts +17 -0
- package/lib/typescript/lib/module/Checkout/components/AccountSummaryCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Checkout/components/ItemSummaryCard.d.ts +9 -0
- package/lib/typescript/lib/module/Checkout/components/ItemSummaryCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Checkout/components/OrderSummaryCard.d.ts +7 -0
- package/lib/typescript/lib/module/Checkout/components/OrderSummaryCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Checkout/components/PayPalOrderCapture.d.ts +15 -0
- package/lib/typescript/lib/module/Checkout/components/PayPalOrderCapture.d.ts.map +1 -0
- package/lib/typescript/lib/module/Checkout/components/ShippingSummaryCard.d.ts +8 -0
- package/lib/typescript/lib/module/Checkout/components/ShippingSummaryCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Checkout/index.d.ts +12 -0
- package/lib/typescript/lib/module/Checkout/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/api/index.d.ts +216 -0
- package/lib/typescript/lib/module/Competition/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/AthleteMarketCard.d.ts +19 -0
- package/lib/typescript/lib/module/Competition/components/AthleteMarketCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionCard.d.ts +13 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts +10 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts +15 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts +21 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionSeasonCard.d.ts +9 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionSeasonCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionSelector.d.ts +10 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionTypeCard.d.ts +14 -0
- package/lib/typescript/lib/module/Competition/components/CompetitionTypeCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/EnterCompetitionPrompt.d.ts +14 -0
- package/lib/typescript/lib/module/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/LeaderPicks.d.ts +20 -0
- package/lib/typescript/lib/module/Competition/components/LeaderPicks.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/MarketsCard.d.ts +14 -0
- package/lib/typescript/lib/module/Competition/components/MarketsCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/MatchMarketCard.d.ts +19 -0
- package/lib/typescript/lib/module/Competition/components/MatchMarketCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/NavOutPrompt.d.ts +16 -0
- package/lib/typescript/lib/module/Competition/components/NavOutPrompt.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/SeasonCard.d.ts +9 -0
- package/lib/typescript/lib/module/Competition/components/SeasonCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/TeamEventCard.d.ts +17 -0
- package/lib/typescript/lib/module/Competition/components/TeamEventCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/components/WagerPickForm.d.ts +14 -0
- package/lib/typescript/lib/module/Competition/components/WagerPickForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/Competition/index.d.ts +13 -0
- package/lib/typescript/lib/module/Competition/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/api/index.d.ts +183 -0
- package/lib/typescript/lib/module/CompetitionManager/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/AdminCompetitionList.d.ts +13 -0
- package/lib/typescript/lib/module/CompetitionManager/components/AdminCompetitionList.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/AthleteSelector.d.ts +17 -0
- package/lib/typescript/lib/module/CompetitionManager/components/AthleteSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionContestsForm.d.ts +26 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionContestsForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionHeader.d.ts +15 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionHeader.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionInfoForm.d.ts +13 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionInfoForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionMatchMarketCard.d.ts +11 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionMatchMarketCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionSettingsForm.d.ts +15 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionSettingsForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/ContestSelector.d.ts +15 -0
- package/lib/typescript/lib/module/CompetitionManager/components/ContestSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/ContestSettingsForm.d.ts +16 -0
- package/lib/typescript/lib/module/CompetitionManager/components/ContestSettingsForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CreateCompetitionForm.d.ts +11 -0
- package/lib/typescript/lib/module/CompetitionManager/components/CreateCompetitionForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/MarketSelector.d.ts +13 -0
- package/lib/typescript/lib/module/CompetitionManager/components/MarketSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/components/PlayerSelector.d.ts +10 -0
- package/lib/typescript/lib/module/CompetitionManager/components/PlayerSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionManager/index.d.ts +9 -0
- package/lib/typescript/lib/module/CompetitionManager/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeason/api/index.d.ts +22 -0
- package/lib/typescript/lib/module/CompetitionSeason/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeason/components/CompetitionsSection.d.ts +13 -0
- package/lib/typescript/lib/module/CompetitionSeason/components/CompetitionsSection.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeason/components/EnterSeasonPrompt.d.ts +15 -0
- package/lib/typescript/lib/module/CompetitionSeason/components/EnterSeasonPrompt.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeason/components/SeasonHeader.d.ts +13 -0
- package/lib/typescript/lib/module/CompetitionSeason/components/SeasonHeader.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeason/components/SeasonLeaderboard.d.ts +17 -0
- package/lib/typescript/lib/module/CompetitionSeason/components/SeasonLeaderboard.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeason/components/SeasonSettingsSection.d.ts +11 -0
- package/lib/typescript/lib/module/CompetitionSeason/components/SeasonSettingsSection.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeason/index.d.ts +11 -0
- package/lib/typescript/lib/module/CompetitionSeason/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/api/index.d.ts +51 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/CompetitionSelector.d.ts +1 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/CompetitionSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/CompetitionsForm.d.ts +12 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/CompetitionsForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/CreateSeasonForm.d.ts +12 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/CreateSeasonForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonHeader.d.ts +12 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonHeader.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonInfoForm.d.ts +12 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonInfoForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonSettingsForm.d.ts +13 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonSettingsForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/index.d.ts +9 -0
- package/lib/typescript/lib/module/CompetitionSeasonManager/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/Button.d.ts +21 -0
- package/lib/typescript/lib/module/Components/Button.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/Checkbox.d.ts +13 -0
- package/lib/typescript/lib/module/Components/Checkbox.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/ConfirmationModal.d.ts +13 -0
- package/lib/typescript/lib/module/Components/ConfirmationModal.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/Dropdown.d.ts +12 -0
- package/lib/typescript/lib/module/Components/Dropdown.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/Icons.d.ts +380 -0
- package/lib/typescript/lib/module/Components/Icons.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/ImageUploader.d.ts +9 -0
- package/lib/typescript/lib/module/Components/ImageUploader.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/Jerseys.d.ts +14 -0
- package/lib/typescript/lib/module/Components/Jerseys.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/LinearDiagnal.d.ts +14 -0
- package/lib/typescript/lib/module/Components/LinearDiagnal.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/SearchBox.d.ts +11 -0
- package/lib/typescript/lib/module/Components/SearchBox.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/Slider.d.ts +15 -0
- package/lib/typescript/lib/module/Components/Slider.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/Spring.d.ts +1130 -0
- package/lib/typescript/lib/module/Components/Spring.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/Switch.d.ts +10 -0
- package/lib/typescript/lib/module/Components/Switch.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/Text.d.ts +14 -0
- package/lib/typescript/lib/module/Components/Text.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/TextInput.d.ts +21 -0
- package/lib/typescript/lib/module/Components/TextInput.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/ViewportObserver.d.ts +2 -0
- package/lib/typescript/lib/module/Components/ViewportObserver.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/index.d.ts +10 -0
- package/lib/typescript/lib/module/Components/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Engage/api/index.d.ts +26 -0
- package/lib/typescript/lib/module/Engage/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Engage/components/BracketCompetitionCard.d.ts +12 -0
- package/lib/typescript/lib/module/Engage/components/BracketCompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Engage/components/CompanyCard.d.ts +10 -0
- package/lib/typescript/lib/module/Engage/components/CompanyCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Engage/components/CompetitionCard.d.ts +11 -0
- package/lib/typescript/lib/module/Engage/components/CompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Engage/components/EngageHeader.d.ts +11 -0
- package/lib/typescript/lib/module/Engage/components/EngageHeader.d.ts.map +1 -0
- package/lib/typescript/lib/module/Engage/components/PrivateCodePrompt.d.ts +12 -0
- package/lib/typescript/lib/module/Engage/components/PrivateCodePrompt.d.ts.map +1 -0
- package/lib/typescript/lib/module/Engage/components/SeasonCard.d.ts +9 -0
- package/lib/typescript/lib/module/Engage/components/SeasonCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Engage/components/SquaresCompetitionCard.d.ts +11 -0
- package/lib/typescript/lib/module/Engage/components/SquaresCompetitionCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Engage/index.d.ts +17 -0
- package/lib/typescript/lib/module/Engage/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/EventComponents/AthleteCard.d.ts +5 -0
- package/lib/typescript/lib/module/EventComponents/AthleteCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/EventComponents/TeamCard.d.ts +7 -0
- package/lib/typescript/lib/module/EventComponents/TeamCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/EventComponents/TeamProfile/index.d.ts +22 -0
- package/lib/typescript/lib/module/EventComponents/TeamProfile/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/EventComponents/api/index.d.ts +7 -0
- package/lib/typescript/lib/module/EventComponents/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/EventComponents/index.d.ts +12 -0
- package/lib/typescript/lib/module/EventComponents/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/LocationTracker/LocationStatus.d.ts +16 -0
- package/lib/typescript/lib/module/LocationTracker/LocationStatus.d.ts.map +1 -0
- package/lib/typescript/lib/module/LocationTracker/api/index.d.ts +90 -0
- package/lib/typescript/lib/module/LocationTracker/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/LocationTracker/index.d.ts +10 -0
- package/lib/typescript/lib/module/LocationTracker/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/api/index.d.ts +50 -0
- package/lib/typescript/lib/module/MarketComponents/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/AthleteMarket/index.d.ts +22 -0
- package/lib/typescript/lib/module/MarketComponents/components/AthleteMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/AthleteTournamentMarket/index.d.ts +21 -0
- package/lib/typescript/lib/module/MarketComponents/components/AthleteTournamentMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/BestAvailableOrderCard.d.ts +12 -0
- package/lib/typescript/lib/module/MarketComponents/components/BestAvailableOrderCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/BetScopeIndicator.d.ts +9 -0
- package/lib/typescript/lib/module/MarketComponents/components/BetScopeIndicator.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/ContestOrderStatsCard.d.ts +14 -0
- package/lib/typescript/lib/module/MarketComponents/components/ContestOrderStatsCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/ContestStats.d.ts +7 -0
- package/lib/typescript/lib/module/MarketComponents/components/ContestStats.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/EventMarket/index.d.ts +19 -0
- package/lib/typescript/lib/module/MarketComponents/components/EventMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/EventScoringCard.d.ts +9 -0
- package/lib/typescript/lib/module/MarketComponents/components/EventScoringCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/api/index.d.ts +104 -0
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/index.d.ts +15 -0
- package/lib/typescript/lib/module/MarketComponents/components/MarketButton/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts +27 -0
- package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/MyOrderList/api/index.d.ts +68 -0
- package/lib/typescript/lib/module/MarketComponents/components/MyOrderList/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/MyOrderList/index.d.ts +10 -0
- package/lib/typescript/lib/module/MarketComponents/components/MyOrderList/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/OrderBook.d.ts +12 -0
- package/lib/typescript/lib/module/MarketComponents/components/OrderBook.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/OrderBookChart.d.ts +13 -0
- package/lib/typescript/lib/module/MarketComponents/components/OrderBookChart.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/OrderGradeBar.d.ts +12 -0
- package/lib/typescript/lib/module/MarketComponents/components/OrderGradeBar.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/PodcastCard.d.ts +8 -0
- package/lib/typescript/lib/module/MarketComponents/components/PodcastCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventList/api/index.d.ts +9 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventList/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventList/index.d.ts +21 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventList/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/api/index.d.ts +12 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts +35 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamTournamentMarket/index.d.ts +21 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamTournamentMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/TournamentList/api/index.d.ts +12 -0
- package/lib/typescript/lib/module/MarketComponents/components/TournamentList/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/TournamentList/index.d.ts +18 -0
- package/lib/typescript/lib/module/MarketComponents/components/TournamentList/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/api/index.d.ts +13 -0
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts +29 -0
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/index.d.ts +30 -0
- package/lib/typescript/lib/module/MarketComponents/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/api/index.d.ts +216 -0
- package/lib/typescript/lib/module/MarketMaker/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/Contest.d.ts +26 -0
- package/lib/typescript/lib/module/MarketMaker/components/Contest.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/ContestMarkets.d.ts +21 -0
- package/lib/typescript/lib/module/MarketMaker/components/ContestMarkets.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/ContestSelector.d.ts +12 -0
- package/lib/typescript/lib/module/MarketMaker/components/ContestSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/Dashboard.d.ts +26 -0
- package/lib/typescript/lib/module/MarketMaker/components/Dashboard.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/FundActions.d.ts +10 -0
- package/lib/typescript/lib/module/MarketMaker/components/FundActions.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/FundOwnershipList.d.ts +8 -0
- package/lib/typescript/lib/module/MarketMaker/components/FundOwnershipList.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/FundSelector.d.ts +12 -0
- package/lib/typescript/lib/module/MarketMaker/components/FundSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/FundingRequestList.d.ts +10 -0
- package/lib/typescript/lib/module/MarketMaker/components/FundingRequestList.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/ManageFundForm.d.ts +11 -0
- package/lib/typescript/lib/module/MarketMaker/components/ManageFundForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/MarketSelector.d.ts +11 -0
- package/lib/typescript/lib/module/MarketMaker/components/MarketSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/OrderForm.d.ts +13 -0
- package/lib/typescript/lib/module/MarketMaker/components/OrderForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/SetMarketForm.d.ts +15 -0
- package/lib/typescript/lib/module/MarketMaker/components/SetMarketForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/components/WeightProgress.d.ts +8 -0
- package/lib/typescript/lib/module/MarketMaker/components/WeightProgress.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketMaker/index.d.ts +9 -0
- package/lib/typescript/lib/module/MarketMaker/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Observer/Observer.d.ts +10 -0
- package/lib/typescript/lib/module/Observer/Observer.d.ts.map +1 -0
- package/lib/typescript/lib/module/Observer/api/index.d.ts +18 -0
- package/lib/typescript/lib/module/Observer/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Observer/index.d.ts +6 -0
- package/lib/typescript/lib/module/Observer/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/api/index.d.ts +65 -0
- package/lib/typescript/lib/module/Poll/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/CampaignHeader.d.ts +8 -0
- package/lib/typescript/lib/module/Poll/components/CampaignHeader.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/CampaignLeaderboard.d.ts +11 -0
- package/lib/typescript/lib/module/Poll/components/CampaignLeaderboard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/CampaignPlay.d.ts +13 -0
- package/lib/typescript/lib/module/Poll/components/CampaignPlay.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/CampaignProgressBar.d.ts +10 -0
- package/lib/typescript/lib/module/Poll/components/CampaignProgressBar.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/CampaignResult.d.ts +8 -0
- package/lib/typescript/lib/module/Poll/components/CampaignResult.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/CampaignSelector.d.ts +8 -0
- package/lib/typescript/lib/module/Poll/components/CampaignSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/PollCampaignCard.d.ts +9 -0
- package/lib/typescript/lib/module/Poll/components/PollCampaignCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/PollCard.d.ts +14 -0
- package/lib/typescript/lib/module/Poll/components/PollCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/PollOptionCard.d.ts +13 -0
- package/lib/typescript/lib/module/Poll/components/PollOptionCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/PollQuestionsSection.d.ts +10 -0
- package/lib/typescript/lib/module/Poll/components/PollQuestionsSection.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/PollSelectCard.d.ts +14 -0
- package/lib/typescript/lib/module/Poll/components/PollSelectCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/ResponseTimer.d.ts +8 -0
- package/lib/typescript/lib/module/Poll/components/ResponseTimer.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/components/WidgetHeader.d.ts +11 -0
- package/lib/typescript/lib/module/Poll/components/WidgetHeader.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/flashmarket/ResultCard.d.ts +11 -0
- package/lib/typescript/lib/module/Poll/flashmarket/ResultCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/flashmarket/index.d.ts +11 -0
- package/lib/typescript/lib/module/Poll/flashmarket/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Poll/index.d.ts +11 -0
- package/lib/typescript/lib/module/Poll/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/BasicInfoManager.d.ts +11 -0
- package/lib/typescript/lib/module/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/BasicStatus.d.ts +10 -0
- package/lib/typescript/lib/module/ProfileManager/Components/BasicStatus.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/CodeRedeem.d.ts +11 -0
- package/lib/typescript/lib/module/ProfileManager/Components/CodeRedeem.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/DOBManager.d.ts +11 -0
- package/lib/typescript/lib/module/ProfileManager/Components/DOBManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/EmailManager.d.ts +11 -0
- package/lib/typescript/lib/module/ProfileManager/Components/EmailManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/PasswordManager.d.ts +11 -0
- package/lib/typescript/lib/module/ProfileManager/Components/PasswordManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/PhoneManager.d.ts +11 -0
- package/lib/typescript/lib/module/ProfileManager/Components/PhoneManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/ProfilePicManager.d.ts +11 -0
- package/lib/typescript/lib/module/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWelcome.d.ts +11 -0
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWizard.d.ts +25 -0
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWizard.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/SettingsManager.d.ts +13 -0
- package/lib/typescript/lib/module/ProfileManager/Components/SettingsManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/Components/VouchCard.d.ts +15 -0
- package/lib/typescript/lib/module/ProfileManager/Components/VouchCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/api/index.d.ts +71 -0
- package/lib/typescript/lib/module/ProfileManager/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/api/types.d.d.ts +1 -0
- package/lib/typescript/lib/module/ProfileManager/api/types.d.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/index.d.ts +22 -0
- package/lib/typescript/lib/module/ProfileManager/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/PromotedOrder/api/index.d.ts +11 -0
- package/lib/typescript/lib/module/PromotedOrder/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/PromotedOrder/index.d.ts +11 -0
- package/lib/typescript/lib/module/PromotedOrder/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Share/api/index.d.ts +30 -0
- package/lib/typescript/lib/module/Share/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Share/components/EmbedPreview.d.ts +9 -0
- package/lib/typescript/lib/module/Share/components/EmbedPreview.d.ts.map +1 -0
- package/lib/typescript/lib/module/Share/index.d.ts +21 -0
- package/lib/typescript/lib/module/Share/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/ArticleCard.d.ts +11 -0
- package/lib/typescript/lib/module/SocialComponents/ArticleCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/AudioPlayer.d.ts +11 -0
- package/lib/typescript/lib/module/SocialComponents/AudioPlayer.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/CompanyProfile/api/index.d.ts +20 -0
- package/lib/typescript/lib/module/SocialComponents/CompanyProfile/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/CompanyProfile/index.d.ts +17 -0
- package/lib/typescript/lib/module/SocialComponents/CompanyProfile/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerCard.d.ts +18 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerFollowButton.d.ts +13 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerFollowButton.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerList.d.ts +10 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerList.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/api/index.d.ts +17 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts +12 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/components/PostsList.d.ts +8 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/components/PostsList.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/index.d.ts +21 -0
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PodcastCard.d.ts +9 -0
- package/lib/typescript/lib/module/SocialComponents/PodcastCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PodcastEpisodeCard.d.ts +11 -0
- package/lib/typescript/lib/module/SocialComponents/PodcastEpisodeCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PodcastModule/api/index.d.ts +10 -0
- package/lib/typescript/lib/module/SocialComponents/PodcastModule/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PodcastModule/components/ClaimPodcastModal.d.ts +9 -0
- package/lib/typescript/lib/module/SocialComponents/PodcastModule/components/ClaimPodcastModal.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PodcastModule/index.d.ts +14 -0
- package/lib/typescript/lib/module/SocialComponents/PodcastModule/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/DraftTextEntities.d.ts +4 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/DraftTextEntities.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/DraftTextViewer.d.ts +11 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/DraftTextViewer.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/EntityHelpers.d.ts +14 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/EntityHelpers.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/ImageList.d.ts +9 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/ImageList.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/PostHeader.d.ts +8 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/PostHeader.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/PostReactionBar.d.ts +11 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/PostReactionBar.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/index.d.ts +13 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/SocialOrderCard.d.ts +17 -0
- package/lib/typescript/lib/module/SocialComponents/SocialOrderCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/SocialOrdersList.d.ts +13 -0
- package/lib/typescript/lib/module/SocialComponents/SocialOrdersList.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/api/index.d.ts +61 -0
- package/lib/typescript/lib/module/SocialComponents/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/index.d.ts +8 -0
- package/lib/typescript/lib/module/SocialComponents/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Socket/api/index.d.ts +5 -0
- package/lib/typescript/lib/module/Socket/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Socket/index.d.ts +14 -0
- package/lib/typescript/lib/module/Socket/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/api/index.d.ts +29 -0
- package/lib/typescript/lib/module/Squares/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/BidForm.d.ts +18 -0
- package/lib/typescript/lib/module/Squares/components/BidForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/BidToggle.d.ts +9 -0
- package/lib/typescript/lib/module/Squares/components/BidToggle.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts +9 -0
- package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/Countdown.d.ts +11 -0
- package/lib/typescript/lib/module/Squares/components/Countdown.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/EventCard.d.ts +8 -0
- package/lib/typescript/lib/module/Squares/components/EventCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts +14 -0
- package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts +17 -0
- package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/OfferForm.d.ts +22 -0
- package/lib/typescript/lib/module/Squares/components/OfferForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts +10 -0
- package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts +11 -0
- package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/SquareCard.d.ts +18 -0
- package/lib/typescript/lib/module/Squares/components/SquareCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/SquareOfferCard.d.ts +13 -0
- package/lib/typescript/lib/module/Squares/components/SquareOfferCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/SquareOffersCard.d.ts +13 -0
- package/lib/typescript/lib/module/Squares/components/SquareOffersCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts +9 -0
- package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts +18 -0
- package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts +9 -0
- package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts.map +1 -0
- package/lib/typescript/lib/module/Squares/index.d.ts +12 -0
- package/lib/typescript/lib/module/Squares/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/api/index.d.ts +198 -0
- package/lib/typescript/lib/module/Wallet/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/ACHAddCard.d.ts +11 -0
- package/lib/typescript/lib/module/Wallet/components/ACHAddCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/AccountCard.d.ts +9 -0
- package/lib/typescript/lib/module/Wallet/components/AccountCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/AccountLimitManager.d.ts +9 -0
- package/lib/typescript/lib/module/Wallet/components/AccountLimitManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/AccountManager.d.ts +12 -0
- package/lib/typescript/lib/module/Wallet/components/AccountManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/AccountSnoozeManager.d.ts +9 -0
- package/lib/typescript/lib/module/Wallet/components/AccountSnoozeManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/AddressCard.d.ts +10 -0
- package/lib/typescript/lib/module/Wallet/components/AddressCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/AddressManager.d.ts +12 -0
- package/lib/typescript/lib/module/Wallet/components/AddressManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/DepositCard.d.ts +12 -0
- package/lib/typescript/lib/module/Wallet/components/DepositCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/FundAccountCard.d.ts +14 -0
- package/lib/typescript/lib/module/Wallet/components/FundAccountCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/ItemOrderCard.d.ts +7 -0
- package/lib/typescript/lib/module/Wallet/components/ItemOrderCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/ItemOrderDetailCard.d.ts +9 -0
- package/lib/typescript/lib/module/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/LinkAccountManager.d.ts +10 -0
- package/lib/typescript/lib/module/Wallet/components/LinkAccountManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/ManageAccountCard.d.ts +15 -0
- package/lib/typescript/lib/module/Wallet/components/ManageAccountCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/ManualACHAdd.d.ts +9 -0
- package/lib/typescript/lib/module/Wallet/components/ManualACHAdd.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/ManualCardAdd.d.ts +9 -0
- package/lib/typescript/lib/module/Wallet/components/ManualCardAdd.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/MyBalance.d.ts +9 -0
- package/lib/typescript/lib/module/Wallet/components/MyBalance.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/OrderManager.d.ts +7 -0
- package/lib/typescript/lib/module/Wallet/components/OrderManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/RemoveAccount.d.ts +9 -0
- package/lib/typescript/lib/module/Wallet/components/RemoveAccount.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/VerifyACHAccount.d.ts +11 -0
- package/lib/typescript/lib/module/Wallet/components/VerifyACHAccount.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/WalletActionSelector.d.ts +13 -0
- package/lib/typescript/lib/module/Wallet/components/WalletActionSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/WalletSettings.d.ts +14 -0
- package/lib/typescript/lib/module/Wallet/components/WalletSettings.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/WalletSetup.d.ts +10 -0
- package/lib/typescript/lib/module/Wallet/components/WalletSetup.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/components/WithdrawCard.d.ts +13 -0
- package/lib/typescript/lib/module/Wallet/components/WithdrawCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Wallet/index.d.ts +12 -0
- package/lib/typescript/lib/module/Wallet/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/constants/colors.d.ts +67 -0
- package/lib/typescript/lib/module/constants/colors.d.ts.map +1 -0
- package/lib/typescript/lib/module/constants/styles.d.ts +227 -0
- package/lib/typescript/lib/module/constants/styles.d.ts.map +1 -0
- package/lib/typescript/lib/module/index.d.ts +38 -0
- package/lib/typescript/lib/module/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/types.d.d.ts +2 -0
- package/lib/typescript/lib/module/types.d.d.ts.map +1 -0
- package/lib/typescript/react-native.config.d.ts +6 -0
- package/lib/typescript/react-native.config.d.ts.map +1 -0
- package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketMaker/api/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/LocationTracker/LocationStatus.tsx +0 -1
- package/src/LocationTracker/index.tsx +4 -2
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default MyOrderList;
|
|
3
|
+
declare function MyOrderList({ player_id, market_type, access_token, distinct_id }: {
|
|
4
|
+
player_id: any;
|
|
5
|
+
market_type: any;
|
|
6
|
+
access_token: any;
|
|
7
|
+
distinct_id: any;
|
|
8
|
+
}): any;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/MarketComponents/components/MyOrderList/index.js"],"names":[],"mappings":";;AAiBA;;;;;QAgQC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default OrderBookCard;
|
|
3
|
+
declare function OrderBookCard({ player_id, orders, market, show_orders, show_grades, onBuy }: {
|
|
4
|
+
player_id: any;
|
|
5
|
+
orders: any;
|
|
6
|
+
market: any;
|
|
7
|
+
show_orders: any;
|
|
8
|
+
show_grades: any;
|
|
9
|
+
onBuy: any;
|
|
10
|
+
}): any;
|
|
11
|
+
//# sourceMappingURL=OrderBook.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrderBook.d.ts","sourceRoot":"","sources":["../../../../../commonjs/MarketComponents/components/OrderBook.js"],"names":[],"mappings":";;AAcA;;;;;;;QAuLC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default OrderBookChart;
|
|
3
|
+
declare function OrderBookChart({ order_book, market, active_var_1, onSelectVar1, away_label, home_label, side_id }: {
|
|
4
|
+
order_book: any;
|
|
5
|
+
market: any;
|
|
6
|
+
active_var_1: any;
|
|
7
|
+
onSelectVar1: any;
|
|
8
|
+
away_label: any;
|
|
9
|
+
home_label: any;
|
|
10
|
+
side_id: any;
|
|
11
|
+
}): any;
|
|
12
|
+
//# sourceMappingURL=OrderBookChart.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrderBookChart.d.ts","sourceRoot":"","sources":["../../../../../commonjs/MarketComponents/components/OrderBookChart.js"],"names":[],"mappings":";;AAcA;;;;;;;;QAoQC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default OrderGradeBar;
|
|
3
|
+
declare function OrderGradeBar({ grade, view_type, mask, onSelectGrade }: {
|
|
4
|
+
grade: any;
|
|
5
|
+
view_type: any;
|
|
6
|
+
mask: any;
|
|
7
|
+
onSelectGrade: any;
|
|
8
|
+
}): any;
|
|
9
|
+
//# sourceMappingURL=OrderGradeBar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrderGradeBar.d.ts","sourceRoot":"","sources":["../../../../../commonjs/MarketComponents/components/OrderGradeBar.js"],"names":[],"mappings":";;AA8CA;;;;;QA4GC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PodcastCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/MarketComponents/components/PodcastCard.js"],"names":[],"mappings":";;AAUA;;;;QAiBC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export namespace TeamEventListHelpers {
|
|
3
|
+
function getEventMarketDataFromBestAvailable(ba: any, events: any): {
|
|
4
|
+
updated: boolean;
|
|
5
|
+
event_order_stats: any[];
|
|
6
|
+
available_orders: any[];
|
|
7
|
+
latest_trades: any[];
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventList/api/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../commonjs/MarketComponents/components/TeamEventList/api/index.js"],"names":[],"mappings":";;IAOuC;;;;;MA+BpC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default TeamEventList;
|
|
3
|
+
declare function TeamEventList({ events, show_grades, show_id, hide_liquidity, list_key, distinct_id, init_expanded_ids, onTeamSelect, onViewEvent, onOrder, onCompetitionSelect, onSquaresSelect, onTradeLongPress, onViewAdditionalMarkets, onActivate }: {
|
|
4
|
+
events: any;
|
|
5
|
+
show_grades: any;
|
|
6
|
+
show_id: any;
|
|
7
|
+
hide_liquidity: any;
|
|
8
|
+
list_key: any;
|
|
9
|
+
distinct_id: any;
|
|
10
|
+
init_expanded_ids: any;
|
|
11
|
+
onTeamSelect: any;
|
|
12
|
+
onViewEvent: any;
|
|
13
|
+
onOrder: any;
|
|
14
|
+
onCompetitionSelect: any;
|
|
15
|
+
onSquaresSelect: any;
|
|
16
|
+
onTradeLongPress: any;
|
|
17
|
+
onViewAdditionalMarkets: any;
|
|
18
|
+
onActivate: any;
|
|
19
|
+
}): any;
|
|
20
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/MarketComponents/components/TeamEventList/index.js"],"names":[],"mappings":";;AAgBA;;;;;;;;;;;;;;;;QA6IC"}
|
package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventMarket/api/index.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export namespace TeamEventMarketHelpers {
|
|
3
|
+
function getPrimaryMarkets(event: any, markets: any): any;
|
|
4
|
+
function getNonPrimaryMarkets(event: any, markets: any): any;
|
|
5
|
+
function getTimeDetail(event: any): any;
|
|
6
|
+
function sortNonPrimaryMarkets(markets: any, event_order_stats: any, latest_trades: any): {
|
|
7
|
+
non_primary_markets: any;
|
|
8
|
+
available: boolean;
|
|
9
|
+
};
|
|
10
|
+
function sortAthleteMarkets(market: any, event_order_stats: any, latest_trades: any, athletes: any): any;
|
|
11
|
+
function getEventStatus(event: any): string;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventMarket/api/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../commonjs/MarketComponents/components/TeamEventMarket/api/index.js"],"names":[],"mappings":";;IASqB,0DAMlB;IACqB,6DAMrB;IACc,wCAKd;IACsB;;;MA0CtB;IACmB,yGAYnB;IACe,4CASf"}
|
package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventMarket/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/MarketComponents/components/TeamEventMarket/index.js"],"names":[],"mappings":""}
|
package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default TeamTournamentMarket;
|
|
3
|
+
declare function TeamTournamentMarket({ tournament, show_event, hide_liquidity, hide_stat_banner, width, team, market, event_order_stats, default_price_view, latest_trades, show_grades, best_available_orders, onOrder, onView, onTradeLongPress }: {
|
|
4
|
+
tournament: any;
|
|
5
|
+
show_event: any;
|
|
6
|
+
hide_liquidity: any;
|
|
7
|
+
hide_stat_banner: any;
|
|
8
|
+
width: any;
|
|
9
|
+
team: any;
|
|
10
|
+
market: any;
|
|
11
|
+
event_order_stats: any;
|
|
12
|
+
default_price_view: any;
|
|
13
|
+
latest_trades: any;
|
|
14
|
+
show_grades: any;
|
|
15
|
+
best_available_orders: any;
|
|
16
|
+
onOrder: any;
|
|
17
|
+
onView: any;
|
|
18
|
+
onTradeLongPress: any;
|
|
19
|
+
}): any;
|
|
20
|
+
//# sourceMappingURL=index.d.ts.map
|
package/lib/typescript/lib/commonjs/MarketComponents/components/TeamTournamentMarket/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/MarketComponents/components/TeamTournamentMarket/index.js"],"names":[],"mappings":";;AAkBA;;;;;;;;;;;;;;;;QAoLC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export namespace TournamentListHelpers {
|
|
3
|
+
function getMarketDataFromBestAvailable(ba: any, tournaments: any, matches: any): {
|
|
4
|
+
updated: boolean;
|
|
5
|
+
event_order_stats: any[];
|
|
6
|
+
available_orders: any[];
|
|
7
|
+
latest_trades: any[];
|
|
8
|
+
m_event_order_stats: any[];
|
|
9
|
+
m_available_orders: any[];
|
|
10
|
+
m_latest_trades: any[];
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentList/api/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../commonjs/MarketComponents/components/TournamentList/api/index.js"],"names":[],"mappings":";;IAOkC;;;;;;;;MA2D/B"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default TournamentList;
|
|
3
|
+
declare function TournamentList({ tournaments, hide_liquidity, hide_match_liquidity, hide_participant_liquidity, show_grades, list_key, distinct_id, onViewEvent, onOrder, onTradeLongPress, onViewAdditionalMarkets, onActivate }: {
|
|
4
|
+
tournaments: any;
|
|
5
|
+
hide_liquidity: any;
|
|
6
|
+
hide_match_liquidity: any;
|
|
7
|
+
hide_participant_liquidity: any;
|
|
8
|
+
show_grades: any;
|
|
9
|
+
list_key: any;
|
|
10
|
+
distinct_id: any;
|
|
11
|
+
onViewEvent: any;
|
|
12
|
+
onOrder: any;
|
|
13
|
+
onTradeLongPress: any;
|
|
14
|
+
onViewAdditionalMarkets: any;
|
|
15
|
+
onActivate: any;
|
|
16
|
+
}): any;
|
|
17
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/MarketComponents/components/TournamentList/index.js"],"names":[],"mappings":";;AAiBA;;;;;;;;;;;;;QAyJC"}
|
package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/api/index.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export namespace TournamentMarketHelpers {
|
|
3
|
+
function visibleMarketTypes(markets: any): {
|
|
4
|
+
show_athletes: boolean;
|
|
5
|
+
show_teams: boolean;
|
|
6
|
+
show_matches: boolean;
|
|
7
|
+
show_futures: boolean;
|
|
8
|
+
};
|
|
9
|
+
function getMarketWrapWidth(padding: any, width: any, market_wrap: any): number | undefined;
|
|
10
|
+
function sortAthletes(event_order_stats: any, latest_trades: any, athletes: any, market: any, search_value: any): any[];
|
|
11
|
+
function sortTeams(event_order_stats: any, latest_trades: any, teams: any, market: any, search_value: any): any[];
|
|
12
|
+
function sortMatches(event_order_stats: any, matches: any, market: any, search_value: any, athletes: any, teams: any): any[];
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/api/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../commonjs/MarketComponents/components/TournamentMarket/api/index.js"],"names":[],"mappings":";;IASsB;;;;;MAyBnB;IACmB,4FASnB;IACa,wHA0Bb;IACU,kHA0BV;IACY,6HAwCZ"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default TournamentMarket;
|
|
3
|
+
declare function TournamentMarket({ tournament, wrap_markets, width, market_selector_location, hide_match_liquidity, show_grades, hide_participant_liquidity, league, markets, latest_trades, hide_liquidity, best_available_orders, event_order_stats, match_available_orders, match_latest_trades, match_order_stats, activate_loading, onView, onTradeLongPress, onViewAdditionalMarkets, onOrder, onActivate, onShare }: {
|
|
4
|
+
tournament: any;
|
|
5
|
+
wrap_markets: any;
|
|
6
|
+
width: any;
|
|
7
|
+
market_selector_location: any;
|
|
8
|
+
hide_match_liquidity: any;
|
|
9
|
+
show_grades: any;
|
|
10
|
+
hide_participant_liquidity: any;
|
|
11
|
+
league: any;
|
|
12
|
+
markets: any;
|
|
13
|
+
latest_trades: any;
|
|
14
|
+
hide_liquidity: any;
|
|
15
|
+
best_available_orders: any;
|
|
16
|
+
event_order_stats: any;
|
|
17
|
+
match_available_orders: any;
|
|
18
|
+
match_latest_trades: any;
|
|
19
|
+
match_order_stats: any;
|
|
20
|
+
activate_loading: any;
|
|
21
|
+
onView: any;
|
|
22
|
+
onTradeLongPress: any;
|
|
23
|
+
onViewAdditionalMarkets: any;
|
|
24
|
+
onOrder: any;
|
|
25
|
+
onActivate: any;
|
|
26
|
+
onShare: any;
|
|
27
|
+
}): any;
|
|
28
|
+
//# sourceMappingURL=index.d.ts.map
|
package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/MarketComponents/components/TournamentMarket/index.js"],"names":[],"mappings":";;AAqBA;;;;;;;;;;;;;;;;;;;;;;;;QAsjBC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
let TeamEventMarket: any;
|
|
4
|
+
let TeamTournamentMarket: any;
|
|
5
|
+
let AthleteMarket: any;
|
|
6
|
+
let BestAvailableOrderCard: any;
|
|
7
|
+
let EventMarket: any;
|
|
8
|
+
let OrderBookCard: any;
|
|
9
|
+
let OrderBookChart: any;
|
|
10
|
+
let AthleteTournamentMarket: any;
|
|
11
|
+
let TeamEventList: any;
|
|
12
|
+
let TournamentMarket: any;
|
|
13
|
+
let MatchMarket: any;
|
|
14
|
+
let TournamentList: any;
|
|
15
|
+
let MyOrderList: any;
|
|
16
|
+
}
|
|
17
|
+
export default _default;
|
|
18
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/MarketComponents/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export namespace MarketMakerApi {
|
|
3
|
+
function setEnvironment(): void;
|
|
4
|
+
function getPlayersByIds(player_ids: any): Promise<any>;
|
|
5
|
+
function getMyActiveFunds(offset: any): Promise<any>;
|
|
6
|
+
function createFund(name: any, minimum_investment: any, market_type: any): Promise<any>;
|
|
7
|
+
function udpateFundName(fund_id: any, name: any): Promise<any>;
|
|
8
|
+
function udpateFundMinimum(fund_id: any, minimum_investment: any): Promise<any>;
|
|
9
|
+
function getFundById(fund_id: any): Promise<any>;
|
|
10
|
+
function getFundingRequestsByFundId(fund_id: any): Promise<any>;
|
|
11
|
+
function depositRequest(fund_id: any, amount: any): Promise<any>;
|
|
12
|
+
function approveRequest(funding_request_id: any): Promise<any>;
|
|
13
|
+
function declineRequest(funding_request_id: any): Promise<any>;
|
|
14
|
+
function workCapital(fund_id: any, amount: any): Promise<any>;
|
|
15
|
+
function layoffCapital(fund_id: any, amount: any): Promise<any>;
|
|
16
|
+
function addOrdersToFund(fund_id: any, orders: any): Promise<any>;
|
|
17
|
+
function getLeagues(): Promise<any>;
|
|
18
|
+
function getAthletesByIds(athlete_ids: any): Promise<any>;
|
|
19
|
+
function getMarkets(): Promise<any>;
|
|
20
|
+
function getMyAction(): Promise<any>;
|
|
21
|
+
function getActiveEvents(): Promise<any>;
|
|
22
|
+
function getEventsByEventIds(event_ids: any): Promise<any>;
|
|
23
|
+
function getBestAvailableOrders(): Promise<any>;
|
|
24
|
+
function getPricesByEvents(event_type: any, event_ids: any): Promise<any>;
|
|
25
|
+
function getPricesByEvent(event_id: any, event_type: any): Promise<any>;
|
|
26
|
+
function getLatestTradesByEvents(event_type: any, event_ids: any): Promise<any>;
|
|
27
|
+
function cancelOrders(order_ids: any): Promise<any>;
|
|
28
|
+
}
|
|
29
|
+
export namespace MarketMaketHelpers {
|
|
30
|
+
function getOrderStats(orders: any, ba_order: any): {
|
|
31
|
+
open_amt: number;
|
|
32
|
+
stake_earnings: number;
|
|
33
|
+
open_odds: number;
|
|
34
|
+
stake_probability: number;
|
|
35
|
+
stake_odds: number;
|
|
36
|
+
open_earnings: number;
|
|
37
|
+
wi_potential_winnings: number;
|
|
38
|
+
wi_stake_amt: number;
|
|
39
|
+
wi_probability: number;
|
|
40
|
+
wi_recommended: boolean;
|
|
41
|
+
called_amt: number;
|
|
42
|
+
open_potential_winnings: number;
|
|
43
|
+
stake_amt: number;
|
|
44
|
+
stake_potential_winnings: number;
|
|
45
|
+
open_probability: number;
|
|
46
|
+
cash_rcvd: number;
|
|
47
|
+
delayed_cash: number;
|
|
48
|
+
winnings: number;
|
|
49
|
+
net_winnings: number;
|
|
50
|
+
commission: number;
|
|
51
|
+
};
|
|
52
|
+
function getWeight(o_side_potential_winnings: any, trade_side_potential_winnings: any, market: any): {
|
|
53
|
+
direction: any;
|
|
54
|
+
weighted_pct: number;
|
|
55
|
+
difference: number;
|
|
56
|
+
};
|
|
57
|
+
function sortContests(events: any, tournaments: any, matches: any, markets: any): any[];
|
|
58
|
+
function calcAmericanOddsFromProbability(probability: any): number;
|
|
59
|
+
function getSelectableMarkets(events: any, tournaments: any, matches: any, markets: any): any;
|
|
60
|
+
function updateBestAvailable(ba: any, new_ba: any): {
|
|
61
|
+
events: any;
|
|
62
|
+
tournaments: any;
|
|
63
|
+
matches: any;
|
|
64
|
+
};
|
|
65
|
+
function getMarketDataFromBestAvailable(ba: any): {
|
|
66
|
+
updated: boolean;
|
|
67
|
+
event_order_stats: any[];
|
|
68
|
+
available_orders: any[];
|
|
69
|
+
latest_trades: any[];
|
|
70
|
+
};
|
|
71
|
+
function getSideMarketData(orders: any, best_available_orders: any, trades: any, market: any, side_type: any, side_id: any): {
|
|
72
|
+
trade_side: any;
|
|
73
|
+
o_side: any;
|
|
74
|
+
trade_side_orders: any;
|
|
75
|
+
o_side_orders: any;
|
|
76
|
+
trade_side_ba: any;
|
|
77
|
+
o_side_ba: any;
|
|
78
|
+
trade_side_trades: any;
|
|
79
|
+
o_side_trades: any;
|
|
80
|
+
trade_side_ba_mine: boolean;
|
|
81
|
+
o_side_ba_mine: boolean;
|
|
82
|
+
};
|
|
83
|
+
function getOrderColor(order: any): any;
|
|
84
|
+
function getOrderFromTrade(trade: any, unit_size: any, ba_order_id: any): {
|
|
85
|
+
order_id: string;
|
|
86
|
+
player_id: string;
|
|
87
|
+
be_type: string;
|
|
88
|
+
open_amt: number;
|
|
89
|
+
called_amt: number;
|
|
90
|
+
buy_sell_ind: string;
|
|
91
|
+
rejections: number;
|
|
92
|
+
commission_pct: number;
|
|
93
|
+
available_for_parlays: boolean;
|
|
94
|
+
event_id: any;
|
|
95
|
+
draft_liquidity: number;
|
|
96
|
+
event_type: any;
|
|
97
|
+
side: any;
|
|
98
|
+
side_type: any;
|
|
99
|
+
resolution_status: string;
|
|
100
|
+
side_id: any;
|
|
101
|
+
order_type: string;
|
|
102
|
+
potential_winnings: number;
|
|
103
|
+
collar_pct: number;
|
|
104
|
+
positions: never[];
|
|
105
|
+
market_id: any;
|
|
106
|
+
title: string;
|
|
107
|
+
probability: any;
|
|
108
|
+
odds: any;
|
|
109
|
+
var_1: any;
|
|
110
|
+
market_type: any;
|
|
111
|
+
position_ids: never[];
|
|
112
|
+
status: string;
|
|
113
|
+
expire_datetime: any;
|
|
114
|
+
reference_order_id: any;
|
|
115
|
+
};
|
|
116
|
+
function getTeamEventSideIds(event: any, market: any, side_option: any, athlete: any, team: any): {
|
|
117
|
+
side_id: any;
|
|
118
|
+
reversed_side_id: any;
|
|
119
|
+
} | undefined;
|
|
120
|
+
function getTournamentSideIds(market: any, side_option: any, athlete: any, team: any): {
|
|
121
|
+
side_id: any;
|
|
122
|
+
reversed_side_id: any;
|
|
123
|
+
} | undefined;
|
|
124
|
+
function getTradeFromAvailableOrder(ba: any, reversed_side_id: any): {
|
|
125
|
+
trade_id: string;
|
|
126
|
+
event_id: any;
|
|
127
|
+
event_type: any;
|
|
128
|
+
cumulative_amt: number;
|
|
129
|
+
trade_amt: number;
|
|
130
|
+
create_datetime: string;
|
|
131
|
+
last_update_datetime: string;
|
|
132
|
+
market_id: any;
|
|
133
|
+
var_1: any;
|
|
134
|
+
side: any;
|
|
135
|
+
side_id: any;
|
|
136
|
+
draft_liquidity: any;
|
|
137
|
+
reversed_side_id: any;
|
|
138
|
+
probability: any;
|
|
139
|
+
odds: any;
|
|
140
|
+
side_type: any;
|
|
141
|
+
market_type: string;
|
|
142
|
+
latest: boolean;
|
|
143
|
+
position_ids: never[];
|
|
144
|
+
};
|
|
145
|
+
function reverseBAOrder(order: any, market: any, side_id: any): any;
|
|
146
|
+
function getTradeFromPrice(price: any, reversed_side_id: any): {
|
|
147
|
+
trade_id: string;
|
|
148
|
+
event_type: any;
|
|
149
|
+
trade_amt: number;
|
|
150
|
+
side_type: any;
|
|
151
|
+
cumulative_amt: number;
|
|
152
|
+
side: any;
|
|
153
|
+
odds: any;
|
|
154
|
+
reversed_side_id: any;
|
|
155
|
+
probability: any;
|
|
156
|
+
side_id: any;
|
|
157
|
+
position_ids: never[];
|
|
158
|
+
market_type: string;
|
|
159
|
+
market_id: any;
|
|
160
|
+
event_id: any;
|
|
161
|
+
var_1: any;
|
|
162
|
+
latest: boolean;
|
|
163
|
+
create_datetime: string;
|
|
164
|
+
last_update_datetime: string;
|
|
165
|
+
};
|
|
166
|
+
function getVisibleTrade(default_price_view: any, market: any, side_option: any, latest_trades: any, best_available_orders: any, side_id: any, reversed_side_id: any): any;
|
|
167
|
+
function getHedgesFromPositions(orders: any, markets: any): any[];
|
|
168
|
+
function getEmptyHedge(): {
|
|
169
|
+
hedge_id: string;
|
|
170
|
+
hedged_amt: number;
|
|
171
|
+
event_id: string;
|
|
172
|
+
event_type: string;
|
|
173
|
+
market_id: string;
|
|
174
|
+
var_1: number;
|
|
175
|
+
delayed_cash_draw: number;
|
|
176
|
+
delayed_cash_no_draw: number;
|
|
177
|
+
cash_rcvd: number;
|
|
178
|
+
stake_reduction: number;
|
|
179
|
+
market_type: string;
|
|
180
|
+
create_datetime: string;
|
|
181
|
+
last_udpate_datetime: string;
|
|
182
|
+
player_id: string;
|
|
183
|
+
status: string;
|
|
184
|
+
};
|
|
185
|
+
function getVar1Label(market: any, var_1: any, side: any): string;
|
|
186
|
+
function getOddsLabel(odds: any, decimals: any): string;
|
|
187
|
+
function getOrderTitleForTeamEvent(order: any, market: any, event: any, athlete: any, exotic: any): string | undefined;
|
|
188
|
+
function getOrderTitleForTournament(order: any, market: any, tournament: any, athlete: any, team: any): any;
|
|
189
|
+
function getOrderTitleForMatch(order: any, market: any, match: any, athlete: any, team: any): any;
|
|
190
|
+
function setMarkets(fund: any, best_available: any, external_prices: any, market: any, margin: any, event: any): any[];
|
|
191
|
+
function calcSaleValue(odds: any, potential_winnings: any): number;
|
|
192
|
+
function getNoVigPrice(prices: any, market: any): {
|
|
193
|
+
external_name: any;
|
|
194
|
+
trade_side_prob: any;
|
|
195
|
+
o_side_prob: any;
|
|
196
|
+
trade_side_odds: number;
|
|
197
|
+
o_side_odds: number;
|
|
198
|
+
} | undefined;
|
|
199
|
+
function getAvailableVar1s(my_orders: any, available_orders: any, prices: any, market: any, backup_prices: any): {
|
|
200
|
+
unique_var_1: any[];
|
|
201
|
+
default_var_1: number;
|
|
202
|
+
};
|
|
203
|
+
function filterByVar1(var_1: any, my_orders: any, available_orders: any, prices: any, market: any, side_type: any, side_id: any, backup_prices: any): {
|
|
204
|
+
var_1_orders: any;
|
|
205
|
+
var_1_available: any;
|
|
206
|
+
var_1_prices: any;
|
|
207
|
+
};
|
|
208
|
+
function calcPotentialWinnings(amt: any, odds: any): number;
|
|
209
|
+
function calcProbabilityFromOdds(odds: any): number;
|
|
210
|
+
function getAvailableSideIds(my_orders: any, available_orders: any, prices: any, market: any): {
|
|
211
|
+
side_type: any;
|
|
212
|
+
unique_side_ids: any;
|
|
213
|
+
default_side_id: string;
|
|
214
|
+
};
|
|
215
|
+
}
|
|
216
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/MarketMaker/api/index.js"],"names":[],"mappings":";;IAekB,gCAKf;IACgB,wDAahB;IACiB,qDAQjB;IACW,wFAYX;IACe,+DAWf;IACkB,gFAWlB;IACY,iDAQZ;IAC2B,gEAQ3B;IACe,iEAWf;IACe,+DAUf;IACe,+DAUf;IACY,8DAWZ;IACc,gEAYd;IACgB,kEAahB;IACW,oCAOX;IACiB,0DAajB;IACW,oCAOX;IACY,qCAOZ;IACgB,yCAOhB;IACoB,2DAapB;IACuB,gDAWvB;IACkB,0EAclB;IACiB,wEAQjB;IACwB,gFAcxB;IACa,oDAab;;;IAGc;;;;;;;;;;;;;;;;;;;;;MA8Ed;IACU;;;;MAaV;IACa,wFAwCb;IACgC,mEAehC;IACqB,8FAmBrB;IACoB;;;;MASpB;IAC+B;;;;;MA8D/B;IACkB;;;;;;;;;;;MAuBlB;IACc,wCAQd;IACkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA0ClB;IACoB;;;kBA4CpB;IACqB;;;kBAiCrB;IAC2B;;;;;;;;;;;;;;;;;;;;MAsB3B;IACe,oEAiBf;IACkB;;;;;;;;;;;;;;;;;;;MAqBlB;IACgB,2KA6BhB;IACuB,kEA0KvB;IACc;;;;;;;;;;;;;;;;MAkBd;IACa,kEAcb;IACa,wDASb;IAC0B,uHAkC1B;IAC2B,4GAkC3B;IACsB,kGAkCtB;IACW,uHAuGX;IACc,mEAcd;IACc;;;;;;kBA0Bd;IACkB;;;MA6ClB;IACa;;;;MAyBb;IACsB,4DAQtB;IACwB,oDAUxB;IACoB;;;;MA2BpB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default Contest;
|
|
3
|
+
declare function Contest({ fund, init_show_detail, contest_id, time_detail, event, external_prices, backup_prices, tournament, match, contest_type, league, contest_title, best_available_orders, latest_trades, orders, fund_orders, markets, onSetMarket, onClearMarket, onOrder }: {
|
|
4
|
+
fund: any;
|
|
5
|
+
init_show_detail: any;
|
|
6
|
+
contest_id: any;
|
|
7
|
+
time_detail: any;
|
|
8
|
+
event: any;
|
|
9
|
+
external_prices: any;
|
|
10
|
+
backup_prices: any;
|
|
11
|
+
tournament: any;
|
|
12
|
+
match: any;
|
|
13
|
+
contest_type: any;
|
|
14
|
+
league: any;
|
|
15
|
+
contest_title: any;
|
|
16
|
+
best_available_orders: any;
|
|
17
|
+
latest_trades: any;
|
|
18
|
+
orders: any;
|
|
19
|
+
fund_orders: any;
|
|
20
|
+
markets: any;
|
|
21
|
+
onSetMarket: any;
|
|
22
|
+
onClearMarket: any;
|
|
23
|
+
onOrder: any;
|
|
24
|
+
}): any;
|
|
25
|
+
//# sourceMappingURL=Contest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Contest.d.ts","sourceRoot":"","sources":["../../../../../commonjs/MarketMaker/components/Contest.js"],"names":[],"mappings":";;AAgBA;;;;;;;;;;;;;;;;;;;;;QA0MC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default ContestMarket;
|
|
3
|
+
declare function ContestMarket({ fund, event, external_prices, side_id, side_type, market, orders, best_available_orders, latest_trades, var_1, athlete, backup_prices, onSetMarket, onClearMarket, onOrder }: {
|
|
4
|
+
fund: any;
|
|
5
|
+
event: any;
|
|
6
|
+
external_prices: any;
|
|
7
|
+
side_id: any;
|
|
8
|
+
side_type: any;
|
|
9
|
+
market: any;
|
|
10
|
+
orders: any;
|
|
11
|
+
best_available_orders: any;
|
|
12
|
+
latest_trades: any;
|
|
13
|
+
var_1: any;
|
|
14
|
+
athlete: any;
|
|
15
|
+
backup_prices: any;
|
|
16
|
+
onSetMarket: any;
|
|
17
|
+
onClearMarket: any;
|
|
18
|
+
onOrder: any;
|
|
19
|
+
}): any;
|
|
20
|
+
//# sourceMappingURL=ContestMarkets.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContestMarkets.d.ts","sourceRoot":"","sources":["../../../../../commonjs/MarketMaker/components/ContestMarkets.js"],"names":[],"mappings":";;AAgBA;;;;;;;;;;;;;;;;QA0fC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default ContestSelector;
|
|
3
|
+
declare function ContestSelector({ maxHeight, leagues, events, onSelectEvent, selected_events, onDeselectEvent }: {
|
|
4
|
+
maxHeight: any;
|
|
5
|
+
leagues: any;
|
|
6
|
+
events: any;
|
|
7
|
+
onSelectEvent: any;
|
|
8
|
+
selected_events: any;
|
|
9
|
+
onDeselectEvent: any;
|
|
10
|
+
}): any;
|
|
11
|
+
//# sourceMappingURL=ContestSelector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContestSelector.d.ts","sourceRoot":"","sources":["../../../../../commonjs/MarketMaker/components/ContestSelector.js"],"names":[],"mappings":";;AAgBA;;;;;;;QA4FC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default Dashboard;
|
|
3
|
+
declare function Dashboard({ fund, loaded, external_name, athletes, prices, leagues, events, tournaments, matches, markets, orders, fund_orders, best_available_orders, trades, onOrder, onSetMarket, onClearMarket, onWorkCapital, onLayoffCapital, onDepositFund }: {
|
|
4
|
+
fund: any;
|
|
5
|
+
loaded: any;
|
|
6
|
+
external_name: any;
|
|
7
|
+
athletes: any;
|
|
8
|
+
prices: any;
|
|
9
|
+
leagues: any;
|
|
10
|
+
events: any;
|
|
11
|
+
tournaments: any;
|
|
12
|
+
matches: any;
|
|
13
|
+
markets: any;
|
|
14
|
+
orders: any;
|
|
15
|
+
fund_orders: any;
|
|
16
|
+
best_available_orders: any;
|
|
17
|
+
trades: any;
|
|
18
|
+
onOrder: any;
|
|
19
|
+
onSetMarket: any;
|
|
20
|
+
onClearMarket: any;
|
|
21
|
+
onWorkCapital: any;
|
|
22
|
+
onLayoffCapital: any;
|
|
23
|
+
onDepositFund: any;
|
|
24
|
+
}): any;
|
|
25
|
+
//# sourceMappingURL=Dashboard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Dashboard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/MarketMaker/components/Dashboard.js"],"names":[],"mappings":";;AAiBA;;;;;;;;;;;;;;;;;;;;;QAsJC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default FundActions;
|
|
3
|
+
declare function FundActions({ fund, onWorkCapital, onLayoffCapital, onDepositFund }: {
|
|
4
|
+
fund: any;
|
|
5
|
+
onWorkCapital: any;
|
|
6
|
+
onLayoffCapital: any;
|
|
7
|
+
onDepositFund: any;
|
|
8
|
+
}): any;
|
|
9
|
+
//# sourceMappingURL=FundActions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FundActions.d.ts","sourceRoot":"","sources":["../../../../../commonjs/MarketMaker/components/FundActions.js"],"names":[],"mappings":";;AAcA;;;;;QAuNC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FundOwnershipList.d.ts","sourceRoot":"","sources":["../../../../../commonjs/MarketMaker/components/FundOwnershipList.js"],"names":[],"mappings":";;AAaA;;;QA8EC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default FundSelector;
|
|
3
|
+
declare function FundSelector({ selected_fund_id, funds, maxHeight, onSelectFund, onCreateFund, onEditFund }: {
|
|
4
|
+
selected_fund_id: any;
|
|
5
|
+
funds: any;
|
|
6
|
+
maxHeight: any;
|
|
7
|
+
onSelectFund: any;
|
|
8
|
+
onCreateFund: any;
|
|
9
|
+
onEditFund: any;
|
|
10
|
+
}): any;
|
|
11
|
+
//# sourceMappingURL=FundSelector.d.ts.map
|