UNPKG

@peacockproject/core

Version:

Type definitions for Peacock's core.

130 lines (129 loc) 7.86 kB
import * as commandService from "./commandService"; import * as configSwizzleManager from "./configSwizzleManager"; import * as controller from "./controller"; import * as databaseHandler from "./databaseHandler"; import * as entitlementStrategies from "./entitlementStrategies"; import * as eventHandler from "./eventHandler"; import * as evergreen from "./evergreen"; import * as flags from "./flags"; import * as hooksImpl from "./hooksImpl"; import * as hotReloadService from "./hotReloadService"; import * as inventory from "./inventory"; import * as loadouts from "./loadouts"; import * as loggingInterop from "./loggingInterop"; import * as menuData from "./menuData"; import * as oauthToken from "./oauthToken"; import * as officialServerAuth from "./officialServerAuth"; import * as ownership from "./ownership"; import * as platformEntitlements from "./platformEntitlements"; import * as playStyles from "./playStyles"; import * as profileHandler from "./profileHandler"; import * as scoreHandler from "./scoreHandler"; import * as smfSupport from "./smfSupport"; import * as utils from "./utils"; import * as webFeatures from "./webFeatures"; import * as legacyContractHandler from "./2016/legacyContractHandler"; import * as legacyMenuData from "./2016/legacyMenuData"; import * as legacyProfileRouter from "./2016/legacyProfileRouter"; import * as challengeHelpers from "./candle/challengeHelpers"; import * as challengeService from "./candle/challengeService"; import * as masteryService from "./candle/masteryService"; import * as progressionService from "./candle/progressionService"; import * as contractRouting from "./contracts/contractRouting"; import * as contractsModeRouting from "./contracts/contractsModeRouting"; import * as dataGen from "./contracts/dataGen"; import * as elusiveTargetArcades from "./contracts/elusiveTargetArcades"; import * as elusiveTargets from "./contracts/elusiveTargets"; import * as hitsCategoryService from "./contracts/hitsCategoryService"; import * as leaderboards from "./contracts/leaderboards"; import * as missionsInLocation from "./contracts/missionsInLocation"; import * as sessions from "./contracts/sessions"; import * as client from "./discord/client"; import * as discordRp from "./discord/discordRp"; import * as ipc from "./discord/ipc"; import * as liveSplitClient from "./livesplit/liveSplitClient"; import * as liveSplitManager from "./livesplit/liveSplitManager"; import * as campaigns from "./menus/campaigns"; import * as destinations from "./menus/destinations"; import * as favoriteContracts from "./menus/favoriteContracts"; import * as hub from "./menus/hub"; import * as imageHandler from "./menus/imageHandler"; import * as menuSystem from "./menus/menuSystem"; import * as planning from "./menus/planning"; import * as playerProfile from "./menus/playerProfile"; import * as playnext from "./menus/playnext"; import * as settings from "./menus/settings"; import * as sniper from "./menus/sniper"; import * as stashpoints from "./menus/stashpoints"; import * as multiplayerMenuData from "./multiplayer/multiplayerMenuData"; import * as multiplayerService from "./multiplayer/multiplayerService"; import * as multiplayerUtils from "./multiplayer/multiplayerUtils"; import * as contextListeners from "./statemachines/contextListeners"; import * as contractCreation from "./statemachines/contractCreation"; import * as escalationService from "./contracts/escalations/escalationService"; declare const _default: { "@peacockproject/core/commandService": typeof commandService; "@peacockproject/core/configSwizzleManager": typeof configSwizzleManager; "@peacockproject/core/controller": typeof controller; "@peacockproject/core/databaseHandler": typeof databaseHandler; "@peacockproject/core/entitlementStrategies": typeof entitlementStrategies; "@peacockproject/core/eventHandler": typeof eventHandler; "@peacockproject/core/evergreen": typeof evergreen; "@peacockproject/core/flags": typeof flags; "@peacockproject/core/hooksImpl": typeof hooksImpl; "@peacockproject/core/hotReloadService": typeof hotReloadService; "@peacockproject/core/inventory": typeof inventory; "@peacockproject/core/loadouts": typeof loadouts; "@peacockproject/core/loggingInterop": typeof loggingInterop; "@peacockproject/core/menuData": typeof menuData; "@peacockproject/core/oauthToken": typeof oauthToken; "@peacockproject/core/officialServerAuth": typeof officialServerAuth; "@peacockproject/core/ownership": typeof ownership; "@peacockproject/core/platformEntitlements": typeof platformEntitlements; "@peacockproject/core/playStyles": typeof playStyles; "@peacockproject/core/profileHandler": typeof profileHandler; "@peacockproject/core/scoreHandler": typeof scoreHandler; "@peacockproject/core/smfSupport": typeof smfSupport; "@peacockproject/core/utils": typeof utils; "@peacockproject/core/webFeatures": typeof webFeatures; "@peacockproject/core/2016/legacyContractHandler": typeof legacyContractHandler; "@peacockproject/core/2016/legacyMenuData": typeof legacyMenuData; "@peacockproject/core/2016/legacyProfileRouter": typeof legacyProfileRouter; "@peacockproject/core/candle/challengeHelpers": typeof challengeHelpers; "@peacockproject/core/candle/challengeService": typeof challengeService; "@peacockproject/core/candle/masteryService": typeof masteryService; "@peacockproject/core/candle/progressionService": typeof progressionService; "@peacockproject/core/contracts/contractRouting": typeof contractRouting; "@peacockproject/core/contracts/contractsModeRouting": typeof contractsModeRouting; "@peacockproject/core/contracts/dataGen": typeof dataGen; "@peacockproject/core/contracts/elusiveTargetArcades": typeof elusiveTargetArcades; "@peacockproject/core/contracts/elusiveTargets": typeof elusiveTargets; "@peacockproject/core/contracts/hitsCategoryService": typeof hitsCategoryService; "@peacockproject/core/contracts/leaderboards": typeof leaderboards; "@peacockproject/core/contracts/missionsInLocation": typeof missionsInLocation; "@peacockproject/core/contracts/sessions": typeof sessions; "@peacockproject/core/discord/client": typeof client; "@peacockproject/core/discord/discordRp": typeof discordRp; "@peacockproject/core/discord/ipc": typeof ipc; "@peacockproject/core/livesplit/liveSplitClient": typeof liveSplitClient; "@peacockproject/core/livesplit/liveSplitManager": typeof liveSplitManager; "@peacockproject/core/menus/campaigns": typeof campaigns; "@peacockproject/core/menus/destinations": typeof destinations; "@peacockproject/core/menus/favoriteContracts": typeof favoriteContracts; "@peacockproject/core/menus/hub": typeof hub; "@peacockproject/core/menus/imageHandler": typeof imageHandler; "@peacockproject/core/menus/menuSystem": typeof menuSystem; "@peacockproject/core/menus/planning": typeof planning; "@peacockproject/core/menus/playerProfile": typeof playerProfile; "@peacockproject/core/menus/playnext": typeof playnext; "@peacockproject/core/menus/settings": typeof settings; "@peacockproject/core/menus/sniper": typeof sniper; "@peacockproject/core/menus/stashpoints": typeof stashpoints; "@peacockproject/core/multiplayer/multiplayerMenuData": typeof multiplayerMenuData; "@peacockproject/core/multiplayer/multiplayerService": typeof multiplayerService; "@peacockproject/core/multiplayer/multiplayerUtils": typeof multiplayerUtils; "@peacockproject/core/statemachines/contextListeners": typeof contextListeners; "@peacockproject/core/statemachines/contractCreation": typeof contractCreation; "@peacockproject/core/contracts/escalations/escalationService": typeof escalationService; }; export default _default;