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,13 @@
|
|
|
1
|
+
export default CampaignPlay;
|
|
2
|
+
declare function CampaignPlay({ player_id, poll_campaign_id, onActiveViewChange, onRequestAuthenticate, onFinished, init_view, init_poll_id }: {
|
|
3
|
+
player_id: any;
|
|
4
|
+
poll_campaign_id: any;
|
|
5
|
+
onActiveViewChange: any;
|
|
6
|
+
onRequestAuthenticate: any;
|
|
7
|
+
onFinished: any;
|
|
8
|
+
init_view: any;
|
|
9
|
+
init_poll_id: any;
|
|
10
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
11
|
+
import { View } from 'react-native';
|
|
12
|
+
import React from 'react';
|
|
13
|
+
//# sourceMappingURL=CampaignPlay.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CampaignPlay.d.ts","sourceRoot":"","sources":["../../../../../module/Poll/components/CampaignPlay.js"],"names":[],"mappings":";AASA;;;;;;;;2DAmcC;qBA3csF,cAAc;kBAD1D,OAAO"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default CampaignProgressBar;
|
|
2
|
+
declare function CampaignProgressBar({ poll_responses, active_poll, polls, onPollSelect }: {
|
|
3
|
+
poll_responses: any;
|
|
4
|
+
active_poll: any;
|
|
5
|
+
polls: any;
|
|
6
|
+
onPollSelect: any;
|
|
7
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
8
|
+
import { View } from "react-native";
|
|
9
|
+
import React from "react";
|
|
10
|
+
//# sourceMappingURL=CampaignProgressBar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CampaignProgressBar.d.ts","sourceRoot":"","sources":["../../../../../module/Poll/components/CampaignProgressBar.js"],"names":[],"mappings":";AAIA;;;;;2DAsGC;qBA1GgD,cAAc;kBAC/B,OAAO"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export default CampaignResult;
|
|
2
|
+
declare function CampaignResult({ poll_campaign, onShowFullLeaderboard }: {
|
|
3
|
+
poll_campaign: any;
|
|
4
|
+
onShowFullLeaderboard: any;
|
|
5
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
6
|
+
import { View } from "react-native";
|
|
7
|
+
import React from "react";
|
|
8
|
+
//# sourceMappingURL=CampaignResult.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CampaignResult.d.ts","sourceRoot":"","sources":["../../../../../module/Poll/components/CampaignResult.js"],"names":[],"mappings":";AAMA;;;2DA6CC;qBAnDsC,cAAc;kBACrB,OAAO"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export default CampaignSelector;
|
|
2
|
+
declare function CampaignSelector({ company_short_name, onCampaignSelect }: {
|
|
3
|
+
company_short_name: any;
|
|
4
|
+
onCampaignSelect: any;
|
|
5
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
6
|
+
import { View } from "react-native";
|
|
7
|
+
import React from "react";
|
|
8
|
+
//# sourceMappingURL=CampaignSelector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CampaignSelector.d.ts","sourceRoot":"","sources":["../../../../../module/Poll/components/CampaignSelector.js"],"names":[],"mappings":";AAOA;;;2DAyGC;qBAhH6D,cAAc;kBACjC,OAAO"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export default PollCampaignCard;
|
|
2
|
+
declare function PollCampaignCard({ poll_campaign, onSelect, selected }: {
|
|
3
|
+
poll_campaign: any;
|
|
4
|
+
onSelect: any;
|
|
5
|
+
selected: any;
|
|
6
|
+
}): React.FunctionComponentElement<import("react-native").TouchableOpacityProps & React.RefAttributes<View>>;
|
|
7
|
+
import { View } from "react-native";
|
|
8
|
+
import React from 'react';
|
|
9
|
+
//# sourceMappingURL=PollCampaignCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PollCampaignCard.d.ts","sourceRoot":"","sources":["../../../../../module/Poll/components/PollCampaignCard.js"],"names":[],"mappings":";AAIA;;;;6GAoDC;qBAvD6C,cAAc;kBAD1C,OAAO"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default PollCard;
|
|
2
|
+
declare function PollCard({ poll_id, poll_response, action_loading, onSkip, onCancel, onResponse }: {
|
|
3
|
+
poll_id: any;
|
|
4
|
+
poll_response: any;
|
|
5
|
+
action_loading: any;
|
|
6
|
+
onSkip: any;
|
|
7
|
+
onCancel: any;
|
|
8
|
+
onResponse: any;
|
|
9
|
+
}): React.FunctionComponentElement<{
|
|
10
|
+
children?: React.ReactNode | undefined;
|
|
11
|
+
}> | React.CElement<import("react-native").ViewProps, View>;
|
|
12
|
+
import React from 'react';
|
|
13
|
+
import { View } from 'react-native';
|
|
14
|
+
//# sourceMappingURL=PollCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PollCard.d.ts","sourceRoot":"","sources":["../../../../../module/Poll/components/PollCard.js"],"names":[],"mappings":";AAQA;;;;;;;;;4DA+YC;kBAtZ0C,OAAO;qBADkB,cAAc"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default PollOptionCard;
|
|
2
|
+
declare function PollOptionCard({ draft_selected, show_result, poll_option, poll_summary, show_summary, onSelect, poll_response }: {
|
|
3
|
+
draft_selected: any;
|
|
4
|
+
show_result: any;
|
|
5
|
+
poll_option: any;
|
|
6
|
+
poll_summary: any;
|
|
7
|
+
show_summary: any;
|
|
8
|
+
onSelect: any;
|
|
9
|
+
poll_response: any;
|
|
10
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
11
|
+
import { View } from "react-native";
|
|
12
|
+
import React from "react";
|
|
13
|
+
//# sourceMappingURL=PollOptionCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PollOptionCard.d.ts","sourceRoot":"","sources":["../../../../../module/Poll/components/PollOptionCard.js"],"names":[],"mappings":";AAIA;;;;;;;;2DA8IC;qBAjJiD,cAAc;kBADhC,OAAO"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default PollQuestionsSection;
|
|
2
|
+
declare function PollQuestionsSection({ poll_campaign, polls, poll_responses, onSelectPoll }: {
|
|
3
|
+
poll_campaign: any;
|
|
4
|
+
polls: any;
|
|
5
|
+
poll_responses: any;
|
|
6
|
+
onSelectPoll: any;
|
|
7
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
8
|
+
import { View } from "react-native";
|
|
9
|
+
import React from 'react';
|
|
10
|
+
//# sourceMappingURL=PollQuestionsSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PollQuestionsSection.d.ts","sourceRoot":"","sources":["../../../../../module/Poll/components/PollQuestionsSection.js"],"names":[],"mappings":";AAMA;;;;;2DAwEC;qBA7EgD,cAAc;kBAD/B,OAAO"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default PollSelectCard;
|
|
2
|
+
declare function PollSelectCard({ poll, disabled, selected, poll_campaign, poll_response, show_response, response_option, onSelect }: {
|
|
3
|
+
poll: any;
|
|
4
|
+
disabled: any;
|
|
5
|
+
selected: any;
|
|
6
|
+
poll_campaign: any;
|
|
7
|
+
poll_response: any;
|
|
8
|
+
show_response: any;
|
|
9
|
+
response_option: any;
|
|
10
|
+
onSelect: any;
|
|
11
|
+
}): React.FunctionComponentElement<import("react-native").TouchableOpacityProps & React.RefAttributes<View>>;
|
|
12
|
+
import { View } from "react-native";
|
|
13
|
+
import React from 'react';
|
|
14
|
+
//# sourceMappingURL=PollSelectCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PollSelectCard.d.ts","sourceRoot":"","sources":["../../../../../module/Poll/components/PollSelectCard.js"],"names":[],"mappings":";AAIA;;;;;;;;;6GAgLC;qBAnLsC,cAAc;kBADnC,OAAO"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export default ResponseTimer;
|
|
2
|
+
declare function ResponseTimer({ seconds, onTimesUp }: {
|
|
3
|
+
seconds: any;
|
|
4
|
+
onTimesUp: any;
|
|
5
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
6
|
+
import { View } from "react-native";
|
|
7
|
+
import React from "react";
|
|
8
|
+
//# sourceMappingURL=ResponseTimer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResponseTimer.d.ts","sourceRoot":"","sources":["../../../../../module/Poll/components/ResponseTimer.js"],"names":[],"mappings":";AAIA;;;2DAgCC;qBAnCoB,cAAc;kBADQ,OAAO"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default WidgetHeader;
|
|
2
|
+
declare function WidgetHeader({ back_visible, title, sub_title, image, onBack }: {
|
|
3
|
+
back_visible: any;
|
|
4
|
+
title: any;
|
|
5
|
+
sub_title: any;
|
|
6
|
+
image: any;
|
|
7
|
+
onBack: any;
|
|
8
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
9
|
+
import { View } from "react-native";
|
|
10
|
+
import React from 'react';
|
|
11
|
+
//# sourceMappingURL=WidgetHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WidgetHeader.d.ts","sourceRoot":"","sources":["../../../../../module/Poll/components/WidgetHeader.js"],"names":[],"mappings":";AAIA;;;;;;2DAqEC;qBAxE6C,cAAc;kBAD1C,OAAO"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default ResultCard;
|
|
2
|
+
declare function ResultCard({ poll_campaign_id, polls, width, poll_responses, onClose }: {
|
|
3
|
+
poll_campaign_id: any;
|
|
4
|
+
polls: any;
|
|
5
|
+
width: any;
|
|
6
|
+
poll_responses: any;
|
|
7
|
+
onClose: any;
|
|
8
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
9
|
+
import { View } from 'react-native';
|
|
10
|
+
import React from 'react';
|
|
11
|
+
//# sourceMappingURL=ResultCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResultCard.d.ts","sourceRoot":"","sources":["../../../../../module/Poll/flashmarket/ResultCard.js"],"names":[],"mappings":";AAMA;;;;;;2DAiZC;qBAtZgE,cAAc;kBADpC,OAAO"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default FlashMarket;
|
|
2
|
+
declare function FlashMarket({ hide_progress_bar, poll_campaign_id, poll_id, player_id, onRequestAuthenticate }: {
|
|
3
|
+
hide_progress_bar: any;
|
|
4
|
+
poll_campaign_id: any;
|
|
5
|
+
poll_id: any;
|
|
6
|
+
player_id: any;
|
|
7
|
+
onRequestAuthenticate: any;
|
|
8
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
9
|
+
import { View } from "react-native";
|
|
10
|
+
import React from 'react';
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/Poll/flashmarket/index.js"],"names":[],"mappings":";AAaA;;;;;;2DAynBC;qBAroBgE,cAAc;kBADpC,OAAO"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default PollCampaign;
|
|
2
|
+
declare function PollCampaign({ height, distinct_id, poll_campaign_id, player_id, onRequestAuthenticate }: {
|
|
3
|
+
height: any;
|
|
4
|
+
distinct_id: any;
|
|
5
|
+
poll_campaign_id: any;
|
|
6
|
+
player_id: any;
|
|
7
|
+
onRequestAuthenticate: any;
|
|
8
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
9
|
+
import { View } from 'react-native';
|
|
10
|
+
import React from 'react';
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Poll/index.js"],"names":[],"mappings":";AAaA;;;;;;2DA+QC;qBA1RmD,cAAc;kBAFvB,OAAO"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default BasicInfoManager;
|
|
2
|
+
declare function BasicInfoManager({ player, walkthrough, onPlayerUpdate, onNext, onClose }: {
|
|
3
|
+
player: any;
|
|
4
|
+
walkthrough: any;
|
|
5
|
+
onPlayerUpdate: any;
|
|
6
|
+
onNext: any;
|
|
7
|
+
onClose: any;
|
|
8
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
9
|
+
import { View } from 'react-native';
|
|
10
|
+
import React from 'react';
|
|
11
|
+
//# sourceMappingURL=BasicInfoManager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BasicInfoManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/BasicInfoManager.js"],"names":[],"mappings":";AAMA;;;;;;2DA2RC;qBAhSqE,cAAc;kBADzC,OAAO"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default BasicStatus;
|
|
2
|
+
declare function BasicStatus({ onVerify, code_details, player, onClose }: {
|
|
3
|
+
onVerify: any;
|
|
4
|
+
code_details: any;
|
|
5
|
+
player: any;
|
|
6
|
+
onClose: any;
|
|
7
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
8
|
+
import { View } from 'react-native';
|
|
9
|
+
import React from 'react';
|
|
10
|
+
//# sourceMappingURL=BasicStatus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BasicStatus.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/BasicStatus.js"],"names":[],"mappings":";AAKA;;;;;2DAoOC;qBAxOuC,cAAc;kBADpC,OAAO"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default CodeRedeem;
|
|
2
|
+
declare function CodeRedeem({ walkthrough, onVerify, onClose, onRedeemCode }: {
|
|
3
|
+
walkthrough: any;
|
|
4
|
+
onVerify: any;
|
|
5
|
+
onClose: any;
|
|
6
|
+
onRedeemCode: any;
|
|
7
|
+
}): React.CElement<import("react-native").ActivityIndicatorProps, ActivityIndicator> | React.CElement<import("react-native").ViewProps, View>;
|
|
8
|
+
import { ActivityIndicator } from 'react-native';
|
|
9
|
+
import React from 'react';
|
|
10
|
+
import { View } from 'react-native';
|
|
11
|
+
//# sourceMappingURL=CodeRedeem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeRedeem.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/CodeRedeem.js"],"names":[],"mappings":";AAKA;;;;;8IAkXC;kCAtX8C,cAAc;kBADlB,OAAO;qBACH,cAAc"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default DOBManager;
|
|
2
|
+
declare function DOBManager({ player, walkthrough, onPlayerUpdate, onNext, onClose }: {
|
|
3
|
+
player: any;
|
|
4
|
+
walkthrough: any;
|
|
5
|
+
onPlayerUpdate: any;
|
|
6
|
+
onNext: any;
|
|
7
|
+
onClose: any;
|
|
8
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
9
|
+
import { View } from 'react-native';
|
|
10
|
+
import React from 'react';
|
|
11
|
+
//# sourceMappingURL=DOBManager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DOBManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/DOBManager.js"],"names":[],"mappings":";AAOA;;;;;;2DAyMC;qBA9MyD,cAAc;kBAF7B,OAAO"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default EmailManager;
|
|
2
|
+
declare function EmailManager({ player, walkthrough, onPlayerUpdate, onNext, onClose }: {
|
|
3
|
+
player: any;
|
|
4
|
+
walkthrough: any;
|
|
5
|
+
onPlayerUpdate: any;
|
|
6
|
+
onNext: any;
|
|
7
|
+
onClose: any;
|
|
8
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
9
|
+
import { View } from 'react-native';
|
|
10
|
+
import React from 'react';
|
|
11
|
+
//# sourceMappingURL=EmailManager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmailManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/EmailManager.js"],"names":[],"mappings":";AAMA;;;;;;2DA2TC;qBAhUyD,cAAc;kBAD7B,OAAO"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default PasswordManager;
|
|
2
|
+
declare function PasswordManager({ player, walkthrough, onPlayerUpdate, onNext, onClose }: {
|
|
3
|
+
player: any;
|
|
4
|
+
walkthrough: any;
|
|
5
|
+
onPlayerUpdate: any;
|
|
6
|
+
onNext: any;
|
|
7
|
+
onClose: any;
|
|
8
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
9
|
+
import { View } from 'react-native';
|
|
10
|
+
import React from 'react';
|
|
11
|
+
//# sourceMappingURL=PasswordManager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PasswordManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/PasswordManager.js"],"names":[],"mappings":";AAMA;;;;;;2DAmVC;qBAxVgD,cAAc;kBADpB,OAAO"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default PhoneManager;
|
|
2
|
+
declare function PhoneManager({ player, walkthrough, onPlayerUpdate, onNext, onClose }: {
|
|
3
|
+
player: any;
|
|
4
|
+
walkthrough: any;
|
|
5
|
+
onPlayerUpdate: any;
|
|
6
|
+
onNext: any;
|
|
7
|
+
onClose: any;
|
|
8
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
9
|
+
import { View } from 'react-native';
|
|
10
|
+
import React from 'react';
|
|
11
|
+
//# sourceMappingURL=PhoneManager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PhoneManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/PhoneManager.js"],"names":[],"mappings":";AAMA;;;;;;2DA4TC;qBAjUyD,cAAc;kBAD7B,OAAO"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default ProfilePicManager;
|
|
2
|
+
declare function ProfilePicManager({ player, onPlayerUpdate, walkthrough, onNext, onClose }: {
|
|
3
|
+
player: any;
|
|
4
|
+
onPlayerUpdate: any;
|
|
5
|
+
walkthrough: any;
|
|
6
|
+
onNext: any;
|
|
7
|
+
onClose: any;
|
|
8
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
9
|
+
import { View } from "react-native";
|
|
10
|
+
import React from 'react';
|
|
11
|
+
//# sourceMappingURL=ProfilePicManager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProfilePicManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/ProfilePicManager.js"],"names":[],"mappings":";AAOA;;;;;;2DAkHC;qBAxHyD,cAAc;kBADxC,OAAO"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default ProfileWelcome;
|
|
2
|
+
declare function ProfileWelcome({ player, code_details, width, onStartSetup, onClose }: {
|
|
3
|
+
player: any;
|
|
4
|
+
code_details: any;
|
|
5
|
+
width: any;
|
|
6
|
+
onStartSetup: any;
|
|
7
|
+
onClose: any;
|
|
8
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
9
|
+
import { View } from 'react-native';
|
|
10
|
+
import React from 'react';
|
|
11
|
+
//# sourceMappingURL=ProfileWelcome.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProfileWelcome.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/ProfileWelcome.js"],"names":[],"mappings":";AAMA;;;;;;2DA8GC;qBAnHuC,cAAc;kBADpC,OAAO"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export default ProfileWizard;
|
|
2
|
+
declare function ProfileWizard({ player, hide_powered_by, settings, player_settings, onRedeemCode, init_walkthrough, show_welcome, onVouching, onNextStep, profile_attribute, width, hidden_groups, hidden_levels, hidden_steps, onUpdatePlayerSetting, onPlayerUpdate, onSelectLevel, onClose, onLogout }: {
|
|
3
|
+
player: any;
|
|
4
|
+
hide_powered_by: any;
|
|
5
|
+
settings: any;
|
|
6
|
+
player_settings: any;
|
|
7
|
+
onRedeemCode: any;
|
|
8
|
+
init_walkthrough: any;
|
|
9
|
+
show_welcome: any;
|
|
10
|
+
onVouching: any;
|
|
11
|
+
onNextStep: any;
|
|
12
|
+
profile_attribute: any;
|
|
13
|
+
width: any;
|
|
14
|
+
hidden_groups: any;
|
|
15
|
+
hidden_levels: any;
|
|
16
|
+
hidden_steps: any;
|
|
17
|
+
onUpdatePlayerSetting: any;
|
|
18
|
+
onPlayerUpdate: any;
|
|
19
|
+
onSelectLevel: any;
|
|
20
|
+
onClose: any;
|
|
21
|
+
onLogout: any;
|
|
22
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
23
|
+
import { View } from 'react-native';
|
|
24
|
+
import React from 'react';
|
|
25
|
+
//# sourceMappingURL=ProfileWizard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProfileWizard.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/ProfileWizard.js"],"names":[],"mappings":";AAmBA;;;;;;;;;;;;;;;;;;;;2DAq1BC;qBAv2BgE,cAAc;kBADpC,OAAO"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default SettingsManager;
|
|
2
|
+
declare function SettingsManager({ player, title, description, icon, settings, player_settings, onUpdatePlayerSetting }: {
|
|
3
|
+
player: any;
|
|
4
|
+
title: any;
|
|
5
|
+
description: any;
|
|
6
|
+
icon: any;
|
|
7
|
+
settings: any;
|
|
8
|
+
player_settings: any;
|
|
9
|
+
onUpdatePlayerSetting: any;
|
|
10
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
11
|
+
import { View } from 'react-native';
|
|
12
|
+
import React from 'react';
|
|
13
|
+
//# sourceMappingURL=SettingsManager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SettingsManager.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/SettingsManager.js"],"names":[],"mappings":";AAKA;;;;;;;;2DAyNC;qBA7NwE,cAAc;kBADvD,OAAO"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default VouchCard;
|
|
2
|
+
declare function VouchCard({ player, walkthrough, code_details, onVouching, onPlayerUpdate, onClaimGift, onClose }: {
|
|
3
|
+
player: any;
|
|
4
|
+
walkthrough: any;
|
|
5
|
+
code_details: any;
|
|
6
|
+
onVouching: any;
|
|
7
|
+
onPlayerUpdate: any;
|
|
8
|
+
onClaimGift: any;
|
|
9
|
+
onClose: any;
|
|
10
|
+
}): React.FunctionComponentElement<{
|
|
11
|
+
children?: React.ReactNode | undefined;
|
|
12
|
+
}> | React.CElement<import("react-native").ViewProps, View>;
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { View } from 'react-native';
|
|
15
|
+
//# sourceMappingURL=VouchCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VouchCard.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/VouchCard.js"],"names":[],"mappings":";AAOA;;;;;;;;;;4DAgiBC;kBAviB0C,OAAO;qBACkB,cAAc"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
export namespace ProfileApi {
|
|
2
|
+
function setEnvironment(): void;
|
|
3
|
+
function getVouchKeys(): {
|
|
4
|
+
VOUCH_ID: string;
|
|
5
|
+
VOUCHED_CALLBACK_URL: string;
|
|
6
|
+
VOUCHED_SANDBOX: boolean;
|
|
7
|
+
};
|
|
8
|
+
function isAttributeValid(attribute: any, attribute_value: any): Promise<any>;
|
|
9
|
+
function updatePlayerPic(profile_pic: any): Promise<any>;
|
|
10
|
+
function updatePlayerDOB(dob: any): Promise<any>;
|
|
11
|
+
function updatePlayerName(first_name: any, last_name: any): Promise<any>;
|
|
12
|
+
function updatePlayerUsername(username: any): Promise<any>;
|
|
13
|
+
function updatePlayerEmail(email: any): Promise<void>;
|
|
14
|
+
function confirmPlayerEmail(token: any): Promise<any>;
|
|
15
|
+
function updatePlayerPhone(phone: any): Promise<void>;
|
|
16
|
+
function confirmPlayerPhone(token: any): Promise<any>;
|
|
17
|
+
function getMyDetails(): Promise<any>;
|
|
18
|
+
function getMyBalance(): Promise<any>;
|
|
19
|
+
function getMyCodeDetails(): Promise<any>;
|
|
20
|
+
function getMySettings(): Promise<any>;
|
|
21
|
+
function updatePlayerSetting(player_setting: any): Promise<any>;
|
|
22
|
+
function redeemCode(code_request_id: any): Promise<any>;
|
|
23
|
+
function tryCodeRequest(referral_code: any): Promise<any>;
|
|
24
|
+
function setPassword(password: any, re_password: any, current_password: any): Promise<any>;
|
|
25
|
+
function forgotUsername(attribute: any, attribute_value: any): Promise<void>;
|
|
26
|
+
function forgotPassword(attribute: any, attribute_value: any): Promise<void>;
|
|
27
|
+
function resetPassword(password: any, repassword: any, verify_code: any): Promise<void>;
|
|
28
|
+
}
|
|
29
|
+
export namespace ProfileHelpers {
|
|
30
|
+
export function formatPhone(phone: any): string;
|
|
31
|
+
export function isEmailValid(email: any): {
|
|
32
|
+
valid: boolean;
|
|
33
|
+
error: string;
|
|
34
|
+
} | {
|
|
35
|
+
valid: boolean;
|
|
36
|
+
error?: undefined;
|
|
37
|
+
};
|
|
38
|
+
export function unformatPhone(formatted_phone: any): string;
|
|
39
|
+
export function fullUnformatPhone(formatted_phone: any): string;
|
|
40
|
+
export function isAttributeValid_1(attribute: any, value: any, optional: any): {
|
|
41
|
+
valid: boolean;
|
|
42
|
+
error: string;
|
|
43
|
+
} | {
|
|
44
|
+
valid: boolean;
|
|
45
|
+
error?: undefined;
|
|
46
|
+
};
|
|
47
|
+
export { isAttributeValid_1 as isAttributeValid };
|
|
48
|
+
export function isPhoneValid(phone: any): {
|
|
49
|
+
valid: boolean;
|
|
50
|
+
error: string;
|
|
51
|
+
} | {
|
|
52
|
+
valid: boolean;
|
|
53
|
+
error?: undefined;
|
|
54
|
+
};
|
|
55
|
+
export function isPasswordValid(password: any, validState: any): any;
|
|
56
|
+
export function doesStringContainUpperAndLowercase(text: any): boolean;
|
|
57
|
+
export function doesStringContainDigit(text: any): boolean;
|
|
58
|
+
export function doesStringContainSpecialCharacter(value: any): boolean;
|
|
59
|
+
export function doPasswordsMatch(password: any, re_password: any): {
|
|
60
|
+
attribute: string;
|
|
61
|
+
state: string;
|
|
62
|
+
error?: undefined;
|
|
63
|
+
} | {
|
|
64
|
+
attribute: string;
|
|
65
|
+
state: string;
|
|
66
|
+
error: string;
|
|
67
|
+
};
|
|
68
|
+
export function getReferralDescription(promo: any): string;
|
|
69
|
+
export function isChangeCodeAllowed(code_request: any): boolean;
|
|
70
|
+
}
|
|
71
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/api/index.js"],"names":[],"mappings":";IAOkB,gCAMf;IACa;;;;MAMb;IACiB,8EAMjB;IACgB,yDAKhB;IACgB,iDAKhB;IACiB,yEAMjB;IACqB,2DAKrB;IACkB,sDAKlB;IACmB,sDAKnB;IACkB,sDAKlB;IACmB,sDAKnB;IACa,sCAGb;IACa,sCAGb;IACiB,0CAGjB;IACc,uCAId;IACoB,gEAMpB;IACW,wDAKX;IACe,0DAMf;IACY,2FAOZ;IACe,6EAMf;IACe,6EAMf;IACc,wFAOd;;;IAQY,gDAsBZ;IACa;;;;;;MAkBb;IAMc,4DAOd;IACkB,gEAWlB;IACiB;;;;;;MAsBjB;;IAMa;;;;;;MAuBb;IACgB,qEA2DhB;IAMmC,uEAKnC;IAMuB,2DAKvB;IAMkC,uEAMlC;IAMiB;;;;;;;;MAkBjB;IACuB,2DAavB;IACoB,gEAQpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=types.d.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/api/types.d.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default ProfileManager;
|
|
2
|
+
declare function ProfileManager({ profile_attribute, hide_profile_header, player, hide_powered_by, onRedeemCode, onPlayerUpdate, onNextStep, onVouchStart, show_welcome, hidden_groups, hidden_steps, hidden_levels, walkthrough, width, onClose, onLogout }: {
|
|
3
|
+
profile_attribute: any;
|
|
4
|
+
hide_profile_header: any;
|
|
5
|
+
player: any;
|
|
6
|
+
hide_powered_by: any;
|
|
7
|
+
onRedeemCode: any;
|
|
8
|
+
onPlayerUpdate: any;
|
|
9
|
+
onNextStep: any;
|
|
10
|
+
onVouchStart: any;
|
|
11
|
+
show_welcome: any;
|
|
12
|
+
hidden_groups: any;
|
|
13
|
+
hidden_steps: any;
|
|
14
|
+
hidden_levels: any;
|
|
15
|
+
walkthrough: any;
|
|
16
|
+
width: any;
|
|
17
|
+
onClose: any;
|
|
18
|
+
onLogout: any;
|
|
19
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
20
|
+
import { View } from 'react-native';
|
|
21
|
+
import React from 'react';
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/ProfileManager/index.js"],"names":[],"mappings":";AAMA;;;;;;;;;;;;;;;;;2DAwKC;qBA7K8C,cAAc;kBADlB,OAAO"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export namespace PromotedOrderApi {
|
|
2
|
+
function setEnvironment(): void;
|
|
3
|
+
function getPlayersByPlayerIds(player_ids: any): Promise<any>;
|
|
4
|
+
}
|
|
5
|
+
export namespace PromotedOrderHelpers {
|
|
6
|
+
function getContestDetails(order: any, event: any, tournament: any, match: any): {
|
|
7
|
+
contest_title: any;
|
|
8
|
+
contest_time_detail: any;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/PromotedOrder/api/index.js"],"names":[],"mappings":";IAMkB,gCAGf;IACsB,8DAQtB;;;IAGkB;;;MAqClB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default PromotedOrder;
|
|
2
|
+
declare function PromotedOrder({ order, player_id, event, tournament, match }: {
|
|
3
|
+
order: any;
|
|
4
|
+
player_id: any;
|
|
5
|
+
event: any;
|
|
6
|
+
tournament: any;
|
|
7
|
+
match: any;
|
|
8
|
+
}): React.CElement<import("react-native").ViewProps, View>;
|
|
9
|
+
import { View } from "react-native";
|
|
10
|
+
import React from 'react';
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/PromotedOrder/index.js"],"names":[],"mappings":";AAKA;;;;;;2DA4CC;qBAhDoB,cAAc;kBADQ,OAAO"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export namespace ShareApi {
|
|
2
|
+
function setEnvironment(): void;
|
|
3
|
+
function getMyReferralCode(): Promise<any>;
|
|
4
|
+
function generateShortLink(generated_link: any): Promise<{
|
|
5
|
+
generated_link: any;
|
|
6
|
+
url: any;
|
|
7
|
+
}>;
|
|
8
|
+
function getGeneratedLinkById(generated_link_id: any): Promise<{
|
|
9
|
+
generated_link: any;
|
|
10
|
+
url: string;
|
|
11
|
+
} | undefined>;
|
|
12
|
+
function updateGeneratedLink(generated_link: any): Promise<{
|
|
13
|
+
url: string;
|
|
14
|
+
generated_link: any;
|
|
15
|
+
} | undefined>;
|
|
16
|
+
function isGeneratedLinkAvailable(generated_link: any): Promise<any>;
|
|
17
|
+
function share(title: any, text: any, link: any, generated_link_id: any): Promise<{
|
|
18
|
+
event_name: string;
|
|
19
|
+
event_data: {
|
|
20
|
+
generated_link_id: any;
|
|
21
|
+
};
|
|
22
|
+
level: number;
|
|
23
|
+
} | undefined>;
|
|
24
|
+
}
|
|
25
|
+
export namespace ShareHelpers {
|
|
26
|
+
function nativeShareAvailable(): boolean;
|
|
27
|
+
function extractQueryParams(url: any): any[];
|
|
28
|
+
function appendPlayerReferral(url: any): Promise<any>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/Share/api/index.js"],"names":[],"mappings":";IAOkB,gCAIf;IACkB,2CAOlB;IACkB;;;OAiBlB;IACqB;;;mBAUrB;IACoB;;;mBAapB;IACyB,qEAUzB;IACM;;;;;;mBAwCN;;;IAGqB,yCAQrB;IACmB,6CAsBnB;IACqB,sDAgBrB"}
|