be-components 3.0.7 → 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/commonjs/MarketComponents/components/BestAvailableOrderCard.js +1 -2
- package/lib/commonjs/MarketComponents/components/BestAvailableOrderCard.js.map +1 -1
- package/lib/module/LocationTracker/index.js +4 -1
- package/lib/module/LocationTracker/index.js.map +1 -1
- package/lib/module/MarketComponents/components/BestAvailableOrderCard.js +1 -2
- package/lib/module/MarketComponents/components/BestAvailableOrderCard.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
- package/src/MarketComponents/components/BestAvailableOrderCard.tsx +1 -1
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export namespace ManageCompetitionApi {
|
|
3
|
+
function setEnvironment(): void;
|
|
4
|
+
function getPlayersByPlayerIds(player_ids: any): Promise<any>;
|
|
5
|
+
function getMyAdminCompetition(offset: any, status: any): Promise<any>;
|
|
6
|
+
function getLeagues(): Promise<any>;
|
|
7
|
+
function getMarkets(): Promise<any>;
|
|
8
|
+
function getLeagueById(league_id: any): Promise<any>;
|
|
9
|
+
function getCompetitionsByCompanyId(company_id: any, offset: any, status: any): Promise<any>;
|
|
10
|
+
function getCompetitionById(competition_id: any): Promise<any>;
|
|
11
|
+
function getCompetitionMatchesByCompetitionId(competition_id: any): Promise<{
|
|
12
|
+
competition_matches: any;
|
|
13
|
+
competition_match_markets: any;
|
|
14
|
+
}>;
|
|
15
|
+
function getEnteredCompetitions(): Promise<any>;
|
|
16
|
+
function getCompetitionsBySeasonId(competition_season_id: any): Promise<any>;
|
|
17
|
+
function getMyActiveSquaresCompetitions(): Promise<any>;
|
|
18
|
+
function getMyHistorySquaresCompetitions(offset: any): Promise<any>;
|
|
19
|
+
function getMyActiveCompetitions(): Promise<any>;
|
|
20
|
+
function getMyHistoryCompetitions(offset: any): Promise<any>;
|
|
21
|
+
function getMyActiveSeasons(): Promise<any>;
|
|
22
|
+
function getMyHistorySeasons(offset: any): Promise<any>;
|
|
23
|
+
function getMyActiveBracketCompetitions(): Promise<any>;
|
|
24
|
+
function getMyHistoryBracketCompetitions(offset: any): Promise<any>;
|
|
25
|
+
function getPublicCompetitions(offset: any): Promise<any>;
|
|
26
|
+
function getMyCompanies(): Promise<{
|
|
27
|
+
companies: any;
|
|
28
|
+
company_members: any;
|
|
29
|
+
}>;
|
|
30
|
+
function getActiveSponsoredCompetitions(sponsor_id: any): Promise<any>;
|
|
31
|
+
function getCompetitionOptions(): Promise<any>;
|
|
32
|
+
function getMyDetails(): Promise<any>;
|
|
33
|
+
function getMyReferralCode(): Promise<any>;
|
|
34
|
+
function getMyBalance(): Promise<any>;
|
|
35
|
+
function getTemplateCompetitions(): Promise<any>;
|
|
36
|
+
function createCompetition(company_id: any, sponsor_id: any, competition_name: any, template_competition_id: any, competition_season_id: any): Promise<any>;
|
|
37
|
+
function updateCompetition(competition: any): Promise<any>;
|
|
38
|
+
function searchPlayers(search_value: any, offset: any): Promise<any>;
|
|
39
|
+
function activateCompetition(competition_id: any): Promise<any>;
|
|
40
|
+
function pauseCompetition(competition_id: any): Promise<any>;
|
|
41
|
+
function resumeCompetition(competition_id: any): Promise<any>;
|
|
42
|
+
function deleteCompetition(competition_id: any): Promise<any>;
|
|
43
|
+
function getCompetitionStatsByCompanyId(company_id: any): Promise<any>;
|
|
44
|
+
function getCompetitionStatsByCompetitionId(competition_id: any): Promise<any>;
|
|
45
|
+
function getCompetitionSummaries(competition_id: any): Promise<any>;
|
|
46
|
+
function exportCometitionLeaders(competition_id: any): Promise<any>;
|
|
47
|
+
function exportCometitionData(competition_id: any, event_id: any, event_type: any): Promise<any>;
|
|
48
|
+
}
|
|
49
|
+
export namespace ManageCompetitionMarketApi {
|
|
50
|
+
function getPrices(event_id: any, event_type: any): Promise<any>;
|
|
51
|
+
function getLatestTradesByEventIds(event_ids: any, event_type: any): Promise<any>;
|
|
52
|
+
}
|
|
53
|
+
export namespace ManageCompetitionMatchApi {
|
|
54
|
+
export function getCompetitionMatchesByCompetitionId_1(competition_id: any): Promise<any>;
|
|
55
|
+
export { getCompetitionMatchesByCompetitionId_1 as getCompetitionMatchesByCompetitionId };
|
|
56
|
+
export function getAthletesByTeamId(team_id: any): Promise<any>;
|
|
57
|
+
export function getEventsByDate(date: any, league_id: any): Promise<{
|
|
58
|
+
events: any;
|
|
59
|
+
range_dates: any;
|
|
60
|
+
}>;
|
|
61
|
+
export function getEventsByEventIds(event_ids: any): Promise<any>;
|
|
62
|
+
export function getMatchesByMatchIds(match_ids: any): Promise<any>;
|
|
63
|
+
export function getAthletesByIds(athlete_ids: any): Promise<any>;
|
|
64
|
+
export function getTournamentsByTournamentIds(tournament_ids: any): Promise<any>;
|
|
65
|
+
export function getTeamsByIds(team_ids: any): Promise<any>;
|
|
66
|
+
export function getExoticsByIds(exotic_ids: any): Promise<any>;
|
|
67
|
+
export function createCompetitionMatch(competition_id: any, event_id: any, event_type: any, match_type: any, market_id_override: any, side_type_override: any, side_id_override: any): Promise<any>;
|
|
68
|
+
export function updateCompetitionMatch(competition_match: any): Promise<any>;
|
|
69
|
+
export function deleteCompetitionMatch(competition_match_id: any): Promise<{
|
|
70
|
+
competition_match: any;
|
|
71
|
+
competition_match_markets: any;
|
|
72
|
+
}>;
|
|
73
|
+
export function createCompetitionMatchMarkets(competition_match_markets: any): Promise<any>;
|
|
74
|
+
export function updateCompetitionMatchMarkets(competition_match_markets: any): Promise<any>;
|
|
75
|
+
export function deleteCompetitionMatchMarkets(competition_match_market_ids: any): Promise<any>;
|
|
76
|
+
}
|
|
77
|
+
export namespace ManageCompetitionPlayerApi {
|
|
78
|
+
function getCompetitionPlayersByCompetition(competition_id: any, offset: any, status: any): Promise<any>;
|
|
79
|
+
function joinCompetition(competition_player: any): Promise<any>;
|
|
80
|
+
function leaveCompetition(competition_player: any): Promise<any>;
|
|
81
|
+
function rejectCompetition(competition_player: any): Promise<any>;
|
|
82
|
+
}
|
|
83
|
+
export namespace ManagePlayerPicksApi {
|
|
84
|
+
function getPlayerPicksByCompetition(competition_id: any, player_id: any, offset: any): Promise<any>;
|
|
85
|
+
function createPlayerPick(player_pick: any): Promise<any>;
|
|
86
|
+
function removePlayerPick(player_pick_id: any): Promise<any>;
|
|
87
|
+
}
|
|
88
|
+
export namespace ManageCompetitionResultApi {
|
|
89
|
+
function getResultsByCompetition(competition_id: any, offset: any, player_id_override: any): Promise<any>;
|
|
90
|
+
}
|
|
91
|
+
export namespace ManageCompetitionHelpers {
|
|
92
|
+
function isCompetitionValid(competition_types: any, competition_result_types: any, competition_matches: any, competition_match_markets: any, events: any, competition: any): {
|
|
93
|
+
valid: boolean;
|
|
94
|
+
info: boolean;
|
|
95
|
+
contest_settings: boolean;
|
|
96
|
+
settings: boolean;
|
|
97
|
+
contests: boolean;
|
|
98
|
+
};
|
|
99
|
+
function createCompetitionMatchFromEventId(event_id: any, event_type: any): {
|
|
100
|
+
competition_match_id: string;
|
|
101
|
+
competition_id: string;
|
|
102
|
+
event_id: any;
|
|
103
|
+
event_type: any;
|
|
104
|
+
status: string;
|
|
105
|
+
create_datetime: string;
|
|
106
|
+
last_update_datetime: string;
|
|
107
|
+
match_type: string;
|
|
108
|
+
};
|
|
109
|
+
function createCompetitionMatchMarketFromTrade(trade: any): {
|
|
110
|
+
competition_match_market_id: string;
|
|
111
|
+
competition_match_id: string;
|
|
112
|
+
event_id: any;
|
|
113
|
+
event_type: any;
|
|
114
|
+
odds: any;
|
|
115
|
+
side: any;
|
|
116
|
+
probability: any;
|
|
117
|
+
create_datetime: string;
|
|
118
|
+
last_update_datetime: string;
|
|
119
|
+
market_id: any;
|
|
120
|
+
var_1: any;
|
|
121
|
+
side_id: any;
|
|
122
|
+
status: string;
|
|
123
|
+
};
|
|
124
|
+
function createEmptyCompetitionMatchMarket(market: any, side_id: any): {
|
|
125
|
+
competition_match_id: string;
|
|
126
|
+
competition_match_market_id: string;
|
|
127
|
+
market_id: any;
|
|
128
|
+
side: any;
|
|
129
|
+
side_id: any;
|
|
130
|
+
create_datetime: string;
|
|
131
|
+
last_update_datetime: string;
|
|
132
|
+
var_1: number;
|
|
133
|
+
odds: number;
|
|
134
|
+
probability: number;
|
|
135
|
+
status: string;
|
|
136
|
+
};
|
|
137
|
+
function getOddsLabel(odds: any, decimal: any): any;
|
|
138
|
+
function getVar1Label(var_1: any, market: any): string;
|
|
139
|
+
function calcProbabilityFromOdds(odds: any): number;
|
|
140
|
+
function calcAmericanOddsFromProbability(probability: any): number;
|
|
141
|
+
function getEmptyCompetition(): {
|
|
142
|
+
competition_id: string;
|
|
143
|
+
competition_name: string;
|
|
144
|
+
competition_description: string;
|
|
145
|
+
buy_in: number;
|
|
146
|
+
auth_strategy_id: string;
|
|
147
|
+
admin_id: string;
|
|
148
|
+
image: {
|
|
149
|
+
url: string;
|
|
150
|
+
};
|
|
151
|
+
ticket_revenue: number;
|
|
152
|
+
tickets_sold: number;
|
|
153
|
+
available_tickets: number;
|
|
154
|
+
market_ids: never[];
|
|
155
|
+
market_type: string;
|
|
156
|
+
status: string;
|
|
157
|
+
create_datetime: string;
|
|
158
|
+
last_update_datetime: string;
|
|
159
|
+
competition_type_id: string;
|
|
160
|
+
competition_result_type_id: string;
|
|
161
|
+
scheduled_datetime: string;
|
|
162
|
+
entered: boolean;
|
|
163
|
+
max_pick_count: number;
|
|
164
|
+
leagues: never[];
|
|
165
|
+
invite_only: boolean;
|
|
166
|
+
length_type: string;
|
|
167
|
+
competition_code: string;
|
|
168
|
+
initial_balance: number;
|
|
169
|
+
end_datetime: any;
|
|
170
|
+
};
|
|
171
|
+
function getStartTimeOptions(competition: any, competition_matches: any, competition_match_markets: any, events: any): {
|
|
172
|
+
label: string;
|
|
173
|
+
start_time: any;
|
|
174
|
+
}[];
|
|
175
|
+
function isCompetitionInfoValid(c: any): boolean;
|
|
176
|
+
function isCompetitionSettingsValid(c: any, ct: any, cr: any): boolean;
|
|
177
|
+
function isContestSettingsValid(c: any, competition_type: any, competition_result_type: any): boolean;
|
|
178
|
+
function isContestsValid(competition: any, competition_matches: any, competition_match_markets: any, events: any): boolean;
|
|
179
|
+
function formatPlace(place: any): string;
|
|
180
|
+
}
|
|
181
|
+
export const FINALIZED_STATUSES: string[];
|
|
182
|
+
export const IN_PROGRESS_STATUSES: string[];
|
|
183
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionManager/api/index.js"],"names":[],"mappings":";;IAekB,gCAMf;IACsB,8DAKtB;IACsB,uEAGtB;IACW,oCAGX;IACW,oCAGX;IACc,qDAGd;IAC2B,6FAG3B;IACmB,+DAGnB;IACqC;;;OAMrC;IACuB,gDAGvB;IAC0B,6EAG1B;IAC+B,wDAG/B;IACgC,oEAGhC;IACwB,iDAGxB;IACyB,6DAGzB;IACmB,4CAGnB;IACoB,wDAGpB;IAC+B,wDAG/B;IACgC,oEAGhC;IACsB,0DAGtB;IACe;;;OAUf;IAC+B,uEAG/B;IACsB,+CAGtB;IACa,sCAGb;IACkB,2CAGlB;IACa,sCAGb;IACwB,iDAGxB;IACkB,4JASlB;IACkB,2DAKlB;IACc,qEAMd;IACoB,gEAKpB;IACiB,6DAKjB;IACkB,8DAKlB;IACkB,8DAKlB;IAC+B,uEAG/B;IACmC,+EAGnC;IACwB,oEAGxB;IACwB,oEAOxB;IACqB,iGAOrB;;;IAGU,iEAGV;IAC0B,kFAS1B;;;IAGqC,0FAGrC;;IACoB,gEAGpB;IACgB;;;OAUhB;IACoB,kEAMpB;IACqB,mEAMrB;IACiB,iEAMjB;IAC8B,iFAM9B;IACc,2DAMd;IACgB,+DAMhB;IACuB,oMAWvB;IACuB,6EAKvB;IACuB;;;OAQvB;IAC8B,4FAK9B;IAC8B,4FAK9B;IAC8B,+FAQ9B;;;IAGmC,yGAGnC;IACgB,gEAKhB;IACiB,iEAKjB;IACkB,kEAKlB;;;IAG4B,qGAG5B;IACiB,0DAKjB;IACiB,6DAKjB;;;IAGwB,0GAGxB;;;IAGmB;;;;;;MAgCnB;IACkC;;;;;;;;;MAWlC;IACsC;;;;;;;;;;;;;;MAgBtC;IA6CkC;;;;;;;;;;;;MAclC;IAOa,oDAQb;IACa,uDAOb;IACwB,oDAUxB;IACgC,mEAkBhC;IACoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA+BpB;IACoB;;;QAsCpB;IACuB,iDAevB;IAC2B,uEAc3B;IACuB,sGAsCvB;IACgB,2HAwBhB;IACY,yCAuBZ"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default AdminCompetitionList;
|
|
3
|
+
declare function AdminCompetitionList({ width, height, onClose, onCreateNew, onSelectCompetition, onSelectBracketCompetition, onSelectSquaresCompetition }: {
|
|
4
|
+
width: any;
|
|
5
|
+
height: any;
|
|
6
|
+
onClose: any;
|
|
7
|
+
onCreateNew: any;
|
|
8
|
+
onSelectCompetition: any;
|
|
9
|
+
onSelectBracketCompetition: any;
|
|
10
|
+
onSelectSquaresCompetition: any;
|
|
11
|
+
}): any;
|
|
12
|
+
//# sourceMappingURL=AdminCompetitionList.d.ts.map
|
package/lib/typescript/lib/commonjs/CompetitionManager/components/AdminCompetitionList.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdminCompetitionList.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionManager/components/AdminCompetitionList.js"],"names":[],"mappings":";;AAeA;;;;;;;;QAghBC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default AthleteSelector;
|
|
3
|
+
declare function AthleteSelector({ width, height, event, tournament, match, filtered_athletes, selected_athletes, filtered_positions, onSelectAthlete, onDeselectAthlete, onClose }: {
|
|
4
|
+
width: any;
|
|
5
|
+
height: any;
|
|
6
|
+
event: any;
|
|
7
|
+
tournament: any;
|
|
8
|
+
match: any;
|
|
9
|
+
filtered_athletes: any;
|
|
10
|
+
selected_athletes: any;
|
|
11
|
+
filtered_positions: any;
|
|
12
|
+
onSelectAthlete: any;
|
|
13
|
+
onDeselectAthlete: any;
|
|
14
|
+
onClose: any;
|
|
15
|
+
}): any;
|
|
16
|
+
//# sourceMappingURL=AthleteSelector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AthleteSelector.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionManager/components/AthleteSelector.js"],"names":[],"mappings":";;AAgBA;;;;;;;;;;;;QAwMC"}
|
package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionContestsForm.d.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default CompetitionContestsForm;
|
|
3
|
+
declare function CompetitionContestsForm({ is_valid, competition, width, primary_markets, events, athletes, markets, player, leagues, competition_matches, competition_match_markets, onDeleteMarket, onRemovePrimaryMarket, onDeleteCompetitionMatch, onDeleteCompetitionMatchMarkets, onShowAthletes, onShowContests, onShowMarkets, onAddPrimaryMarket, onUpdateCompetition }: {
|
|
4
|
+
is_valid: any;
|
|
5
|
+
competition: any;
|
|
6
|
+
width: any;
|
|
7
|
+
primary_markets: any;
|
|
8
|
+
events: any;
|
|
9
|
+
athletes: any;
|
|
10
|
+
markets: any;
|
|
11
|
+
player: any;
|
|
12
|
+
leagues: any;
|
|
13
|
+
competition_matches: any;
|
|
14
|
+
competition_match_markets: any;
|
|
15
|
+
onDeleteMarket: any;
|
|
16
|
+
onRemovePrimaryMarket: any;
|
|
17
|
+
onDeleteCompetitionMatch: any;
|
|
18
|
+
onDeleteCompetitionMatchMarkets: any;
|
|
19
|
+
onShowAthletes: any;
|
|
20
|
+
onShowContests: any;
|
|
21
|
+
onShowMarkets: any;
|
|
22
|
+
onAddPrimaryMarket: any;
|
|
23
|
+
onUpdateCompetition: any;
|
|
24
|
+
}): any;
|
|
25
|
+
//# sourceMappingURL=CompetitionContestsForm.d.ts.map
|
package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionContestsForm.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompetitionContestsForm.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionManager/components/CompetitionContestsForm.js"],"names":[],"mappings":";;AAgBA;;;;;;;;;;;;;;;;;;;;;QAihBC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default CompetitionHeader;
|
|
3
|
+
declare function CompetitionHeader({ width, action_loading, competition_summaries, competition, competition_valid, onDelete, onActivate, onPause, onResume }: {
|
|
4
|
+
width: any;
|
|
5
|
+
action_loading: any;
|
|
6
|
+
competition_summaries: any;
|
|
7
|
+
competition: any;
|
|
8
|
+
competition_valid: any;
|
|
9
|
+
onDelete: any;
|
|
10
|
+
onActivate: any;
|
|
11
|
+
onPause: any;
|
|
12
|
+
onResume: any;
|
|
13
|
+
}): any;
|
|
14
|
+
//# sourceMappingURL=CompetitionHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompetitionHeader.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionManager/components/CompetitionHeader.js"],"names":[],"mappings":";;AAYA;;;;;;;;;;QAwKC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default CompetitionInfoForm;
|
|
3
|
+
declare function CompetitionInfoForm({ is_valid, player, competition, width, onCompetitionUpdate }: {
|
|
4
|
+
is_valid: any;
|
|
5
|
+
player: any;
|
|
6
|
+
competition: any;
|
|
7
|
+
width: any;
|
|
8
|
+
onCompetitionUpdate: any;
|
|
9
|
+
}): any;
|
|
10
|
+
//# sourceMappingURL=CompetitionInfoForm.d.ts.map
|
package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionInfoForm.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompetitionInfoForm.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionManager/components/CompetitionInfoForm.js"],"names":[],"mappings":";;AAiBA;;;;;;QAgPC"}
|
package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionMatchMarketCard.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default CompetitionMatchMarketCard;
|
|
3
|
+
declare function CompetitionMatchMarketCard({ market, competition_match_markets, onUpdateMarkets }: {
|
|
4
|
+
market: any;
|
|
5
|
+
competition_match_markets: any;
|
|
6
|
+
onUpdateMarkets: any;
|
|
7
|
+
}): any;
|
|
8
|
+
//# sourceMappingURL=CompetitionMatchMarketCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompetitionMatchMarketCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionManager/components/CompetitionMatchMarketCard.js"],"names":[],"mappings":";;AAcA;;;;QAiJC"}
|
package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionSettingsForm.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default CompetitionSettingsForm;
|
|
3
|
+
declare function CompetitionSettingsForm({ is_valid, player, width, competition, competition_result_types, onCompetitionUpdate, onShowPacers }: {
|
|
4
|
+
is_valid: any;
|
|
5
|
+
player: any;
|
|
6
|
+
width: any;
|
|
7
|
+
competition: any;
|
|
8
|
+
competition_result_types: any;
|
|
9
|
+
onCompetitionUpdate: any;
|
|
10
|
+
onShowPacers: any;
|
|
11
|
+
}): any;
|
|
12
|
+
//# sourceMappingURL=CompetitionSettingsForm.d.ts.map
|
package/lib/typescript/lib/commonjs/CompetitionManager/components/CompetitionSettingsForm.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompetitionSettingsForm.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionManager/components/CompetitionSettingsForm.js"],"names":[],"mappings":";;AAkBA;;;;;;;;QAqXC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default ContestSelector;
|
|
3
|
+
declare function ContestSelector({ action_loading, width, height, leagues, selected_team_events, onClose, onSelectTeamEvent, onDeselectTeamEvent, onSelectTeamEvents }: {
|
|
4
|
+
action_loading: any;
|
|
5
|
+
width: any;
|
|
6
|
+
height: any;
|
|
7
|
+
leagues: any;
|
|
8
|
+
selected_team_events: any;
|
|
9
|
+
onClose: any;
|
|
10
|
+
onSelectTeamEvent: any;
|
|
11
|
+
onDeselectTeamEvent: any;
|
|
12
|
+
onSelectTeamEvents: any;
|
|
13
|
+
}): any;
|
|
14
|
+
//# sourceMappingURL=ContestSelector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContestSelector.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionManager/components/ContestSelector.js"],"names":[],"mappings":";;AAkBA;;;;;;;;;;QA+WC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default ContestSettingsForm;
|
|
3
|
+
declare function ContestSettingsForm({ is_valid, width, competition, competition_matches, competition_match_markets, competition_types, events, onCompetitionUpdate }: {
|
|
4
|
+
is_valid: any;
|
|
5
|
+
width: any;
|
|
6
|
+
competition: any;
|
|
7
|
+
competition_matches: any;
|
|
8
|
+
competition_match_markets: any;
|
|
9
|
+
competition_types: any;
|
|
10
|
+
events: any;
|
|
11
|
+
onCompetitionUpdate: any;
|
|
12
|
+
}): any;
|
|
13
|
+
//# sourceMappingURL=ContestSettingsForm.d.ts.map
|
package/lib/typescript/lib/commonjs/CompetitionManager/components/ContestSettingsForm.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContestSettingsForm.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionManager/components/ContestSettingsForm.js"],"names":[],"mappings":";;AAiBA;;;;;;;;;QAqUC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default CreateCompetitionForm;
|
|
3
|
+
declare function CreateCompetitionForm({ competition_season, width, max_height, onCreate, onClose }: {
|
|
4
|
+
competition_season: any;
|
|
5
|
+
width: any;
|
|
6
|
+
max_height: any;
|
|
7
|
+
onCreate: any;
|
|
8
|
+
onClose: any;
|
|
9
|
+
}): any;
|
|
10
|
+
//# sourceMappingURL=CreateCompetitionForm.d.ts.map
|
package/lib/typescript/lib/commonjs/CompetitionManager/components/CreateCompetitionForm.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateCompetitionForm.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionManager/components/CreateCompetitionForm.js"],"names":[],"mappings":";;AAeA;;;;;;QAwZC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default MarketSelector;
|
|
3
|
+
declare function MarketSelector({ width, height, markets, selected_markets, onSelectMarket, onDeselectMarket, onClose }: {
|
|
4
|
+
width: any;
|
|
5
|
+
height: any;
|
|
6
|
+
markets: any;
|
|
7
|
+
selected_markets: any;
|
|
8
|
+
onSelectMarket: any;
|
|
9
|
+
onDeselectMarket: any;
|
|
10
|
+
onClose: any;
|
|
11
|
+
}): any;
|
|
12
|
+
//# sourceMappingURL=MarketSelector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MarketSelector.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionManager/components/MarketSelector.js"],"names":[],"mappings":";;AAeA;;;;;;;;QAiGC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default PlayerSelector;
|
|
3
|
+
declare function PlayerSelector({ width, height, onSelectPlayer, onClose }: {
|
|
4
|
+
width: any;
|
|
5
|
+
height: any;
|
|
6
|
+
onSelectPlayer: any;
|
|
7
|
+
onClose: any;
|
|
8
|
+
}): any;
|
|
9
|
+
//# sourceMappingURL=PlayerSelector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlayerSelector.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionManager/components/PlayerSelector.js"],"names":[],"mappings":";;AAiBA;;;;;QA+IC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/CompetitionManager/index.js"],"names":[],"mappings":";;AAwBA;;;;QAyuBC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export namespace SeasonApi {
|
|
3
|
+
function setEnvironment(): void;
|
|
4
|
+
function getPlayersByPlayerIds(player_ids: any): Promise<any>;
|
|
5
|
+
function getCompaniesByIds(company_ids: any): Promise<any>;
|
|
6
|
+
function getMyDetails(): Promise<any>;
|
|
7
|
+
function getMyBalance(): Promise<any>;
|
|
8
|
+
function getSeasonById(competition_season_id: any): Promise<any>;
|
|
9
|
+
function getCompetitionsBySeasonId(competition_season_id: any): Promise<any>;
|
|
10
|
+
function getCompetitionOptions(): Promise<any>;
|
|
11
|
+
function getSeasonPlayersBySeasonId(competition_season_id: any, offset: any): Promise<any>;
|
|
12
|
+
function joinSeason(competition_season_id: any): Promise<any>;
|
|
13
|
+
function leaveSeason(competition_season_player_id: any): Promise<any>;
|
|
14
|
+
}
|
|
15
|
+
export namespace SeasonHelpers {
|
|
16
|
+
function canJoin(competition_season: any, competitions: any): boolean;
|
|
17
|
+
function getPayoutAmounts(competition_season: any): {
|
|
18
|
+
season_payout: number;
|
|
19
|
+
competition_payout: number;
|
|
20
|
+
};
|
|
21
|
+
function formatPlace(place: any): string;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionSeason/api/index.js"],"names":[],"mappings":";;IAgBkB,gCAMf;IACsB,8DAKtB;IACkB,2DAYlB;IACa,sCAGb;IACa,sCAGb;IACc,iEAGd;IAC0B,6EAG1B;IACsB,+CAGtB;IAC2B,2FAG3B;IACW,8DAKX;IACY,sEAKZ;;;IAGQ,sEAYR;IACiB;;;MAcjB;IACY,yCAuBZ"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default CompetitionsSection;
|
|
3
|
+
declare function CompetitionsSection({ competitions, width, admin, company, competition_result_type, competition_type, onCompetitionSelect }: {
|
|
4
|
+
competitions: any;
|
|
5
|
+
width: any;
|
|
6
|
+
admin: any;
|
|
7
|
+
company: any;
|
|
8
|
+
competition_result_type: any;
|
|
9
|
+
competition_type: any;
|
|
10
|
+
onCompetitionSelect: any;
|
|
11
|
+
}): any;
|
|
12
|
+
//# sourceMappingURL=CompetitionsSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompetitionsSection.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionSeason/components/CompetitionsSection.js"],"names":[],"mappings":";;AAgBA;;;;;;;;QA4GC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default EnterSeasonPrompt;
|
|
3
|
+
declare function EnterSeasonPrompt({ player, player_balance, competition_season, competition_type, competition_result_type, width, onCancel, onEnter, onVerify }: {
|
|
4
|
+
player: any;
|
|
5
|
+
player_balance: any;
|
|
6
|
+
competition_season: any;
|
|
7
|
+
competition_type: any;
|
|
8
|
+
competition_result_type: any;
|
|
9
|
+
width: any;
|
|
10
|
+
onCancel: any;
|
|
11
|
+
onEnter: any;
|
|
12
|
+
onVerify: any;
|
|
13
|
+
}): any;
|
|
14
|
+
//# sourceMappingURL=EnterSeasonPrompt.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EnterSeasonPrompt.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionSeason/components/EnterSeasonPrompt.js"],"names":[],"mappings":";;AAgBA;;;;;;;;;;QA0OC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default SeasonHeader;
|
|
3
|
+
declare function SeasonHeader({ action_loading, authenticated_season_player, competition_season, competitions, onShareSeason, onJoin, onLeave }: {
|
|
4
|
+
action_loading: any;
|
|
5
|
+
authenticated_season_player: any;
|
|
6
|
+
competition_season: any;
|
|
7
|
+
competitions: any;
|
|
8
|
+
onShareSeason: any;
|
|
9
|
+
onJoin: any;
|
|
10
|
+
onLeave: any;
|
|
11
|
+
}): any;
|
|
12
|
+
//# sourceMappingURL=SeasonHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SeasonHeader.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionSeason/components/SeasonHeader.js"],"names":[],"mappings":";;AAaA;;;;;;;;QA8GC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default SeasonLeaderboard;
|
|
3
|
+
declare function SeasonLeaderboard({ competition_season, authenticated_player, authenticated_season_player, authenticated_season_result, competition_type, width, height, view_mode, onSeeFull, onClose, onLeaderSelect }: {
|
|
4
|
+
competition_season: any;
|
|
5
|
+
authenticated_player: any;
|
|
6
|
+
authenticated_season_player: any;
|
|
7
|
+
authenticated_season_result: any;
|
|
8
|
+
competition_type: any;
|
|
9
|
+
width: any;
|
|
10
|
+
height: any;
|
|
11
|
+
view_mode: any;
|
|
12
|
+
onSeeFull: any;
|
|
13
|
+
onClose: any;
|
|
14
|
+
onLeaderSelect: any;
|
|
15
|
+
}): any;
|
|
16
|
+
//# sourceMappingURL=SeasonLeaderboard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SeasonLeaderboard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionSeason/components/SeasonLeaderboard.js"],"names":[],"mappings":";;AAeA;;;;;;;;;;;;QAkTC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default SeasonSettingsSection;
|
|
3
|
+
declare function SeasonSettingsSection({ width, competition_season, competition_type, competition_result_type, competition_payouts }: {
|
|
4
|
+
width: any;
|
|
5
|
+
competition_season: any;
|
|
6
|
+
competition_type: any;
|
|
7
|
+
competition_result_type: any;
|
|
8
|
+
competition_payouts: any;
|
|
9
|
+
}): any;
|
|
10
|
+
//# sourceMappingURL=SeasonSettingsSection.d.ts.map
|
package/lib/typescript/lib/commonjs/CompetitionSeason/components/SeasonSettingsSection.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SeasonSettingsSection.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionSeason/components/SeasonSettingsSection.js"],"names":[],"mappings":";;AAeA;;;;;;QA6JC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default SeasonModule;
|
|
3
|
+
declare function SeasonModule({ competition_season_id, player_id, onShareSeason, onRequestAuthenticate, onCompetitionSelect }: {
|
|
4
|
+
competition_season_id: any;
|
|
5
|
+
player_id: any;
|
|
6
|
+
onShareSeason: any;
|
|
7
|
+
onRequestAuthenticate: any;
|
|
8
|
+
onCompetitionSelect: any;
|
|
9
|
+
}): any;
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/CompetitionSeason/index.js"],"names":[],"mappings":";;AAkBA;;;;;;QAiQC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export namespace ManageSeasonApi {
|
|
3
|
+
function setEnvironment(): void;
|
|
4
|
+
function getCompetitionOptions(): Promise<any>;
|
|
5
|
+
function getSeasonTemplates(): Promise<any>;
|
|
6
|
+
function getMyDetails(): Promise<any>;
|
|
7
|
+
function getMyCompanies(): Promise<{
|
|
8
|
+
companies: any;
|
|
9
|
+
company_members: any;
|
|
10
|
+
}>;
|
|
11
|
+
function activateSeason(competition_season_id: any): Promise<any>;
|
|
12
|
+
function deleteSeason(competition_season_id: any): Promise<any>;
|
|
13
|
+
function getSeasonById(competition_season_id: any): Promise<any>;
|
|
14
|
+
function getCompetitionsBySeasonId(competition_season_id: any): Promise<any>;
|
|
15
|
+
function createSeason(competition_season: any): Promise<any>;
|
|
16
|
+
function updateSeason(competition_season: any): Promise<any>;
|
|
17
|
+
}
|
|
18
|
+
export namespace ManageSeasonHelpers {
|
|
19
|
+
function getPendingSeason(): {
|
|
20
|
+
competition_season_id: string;
|
|
21
|
+
admin_id: string;
|
|
22
|
+
season_name: string;
|
|
23
|
+
season_description: string;
|
|
24
|
+
invite_only: boolean;
|
|
25
|
+
ticket_revenue: number;
|
|
26
|
+
tickets_available: number;
|
|
27
|
+
tickets_sold: number;
|
|
28
|
+
single_buy_in: boolean;
|
|
29
|
+
expected_competition_count: number;
|
|
30
|
+
ticket_price: number;
|
|
31
|
+
max_picks: number;
|
|
32
|
+
initial_balance: number;
|
|
33
|
+
balance_rollover: boolean;
|
|
34
|
+
unallocated_funds: number;
|
|
35
|
+
competition_type_id: string;
|
|
36
|
+
allow_late_buy_in: boolean;
|
|
37
|
+
payout_allocation: number;
|
|
38
|
+
competition_result_type_id: string;
|
|
39
|
+
payout_amt: number;
|
|
40
|
+
scheduled_datetime: any;
|
|
41
|
+
status: string;
|
|
42
|
+
market_type: string;
|
|
43
|
+
create_datetime: string;
|
|
44
|
+
last_update_datetime: string;
|
|
45
|
+
};
|
|
46
|
+
function isSeasonValid(cs: any): string[];
|
|
47
|
+
function isInfoChanged(cs: any, ds: any): boolean;
|
|
48
|
+
function isSettingsChanged(cs: any, ds: any): boolean;
|
|
49
|
+
function isSettingsValid(ds: any): boolean;
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionSeasonManager/api/index.js"],"names":[],"mappings":";;IAgBkB,gCAMf;IACsB,+CAGtB;IACmB,4CAGnB;IACa,sCAGb;IACe;;;OAUf;IACe,kEAKf;IACa,gEAKb;IACc,iEAGd;IAC0B,6EAG1B;IACa,6DAKb;IACa,6DAKb;;;IAGiB;;;;;;;;;;;;;;;;;;;;;;;;;;MA4BjB;IACc,0CASd;IACc,kDAYd;IACkB,sDAoBlB;IACgB,2CAyBhB"}
|
package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CompetitionSelector.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=CompetitionSelector.d.ts.map
|
package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CompetitionSelector.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompetitionSelector.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionSeasonManager/components/CompetitionSelector.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default CompetitionsForm;
|
|
3
|
+
declare function CompetitionsForm({ competition_season, competitions, competition_result_types, competition_types, onAddCompetition, onCompetitionSelect }: {
|
|
4
|
+
competition_season: any;
|
|
5
|
+
competitions: any;
|
|
6
|
+
competition_result_types: any;
|
|
7
|
+
competition_types: any;
|
|
8
|
+
onAddCompetition: any;
|
|
9
|
+
onCompetitionSelect: any;
|
|
10
|
+
}): any;
|
|
11
|
+
//# sourceMappingURL=CompetitionsForm.d.ts.map
|
package/lib/typescript/lib/commonjs/CompetitionSeasonManager/components/CompetitionsForm.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompetitionsForm.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CompetitionSeasonManager/components/CompetitionsForm.js"],"names":[],"mappings":";;AAgBA;;;;;;;QAuIC"}
|