@arkadiuminc/sdk
Advanced tools
Comparing version
@@ -19,2 +19,3 @@ import { ApiEnv, Backend, SessionStorageType } from './api/features/backend/backend.api'; | ||
import { TournamentsArena } from './api/features/tournaments'; | ||
import { RecorderArena } from './api/features/recorder'; | ||
@@ -41,2 +42,3 @@ import * as MockUserUtils from './api/utils/mockUser'; | ||
tournaments: TournamentsArena; | ||
recorder: RecorderArena; | ||
private currentEnv; | ||
@@ -48,3 +50,3 @@ private currentTarget; | ||
version: string; | ||
constructor(backendApi: Backend, host: HostArena, lifecycle: GameLifecycleArena, ads: AdsArena, auth: AuthArena, analytics: AnalyticsApiContract, timeoutTester: TimeoutTesterContract, persistence: PersistenceArena, wallet: WalletArena, debug: DebugProviderArena, supportV1: SupportV1, leaderboard: LeaderboardArena, friends: FriendsArena, notifications: NotificationsArena, chats: ChatArena, ratings: RatingsArena, tournaments: TournamentsArena); | ||
constructor(backendApi: Backend, host: HostArena, lifecycle: GameLifecycleArena, ads: AdsArena, auth: AuthArena, analytics: AnalyticsApiContract, timeoutTester: TimeoutTesterContract, persistence: PersistenceArena, wallet: WalletArena, debug: DebugProviderArena, supportV1: SupportV1, leaderboard: LeaderboardArena, friends: FriendsArena, notifications: NotificationsArena, chats: ChatArena, ratings: RatingsArena, tournaments: TournamentsArena, recorder: RecorderArena); | ||
setEnv(e: ApiEnv): void; | ||
@@ -51,0 +53,0 @@ initialize(env: ApiEnv, isGameSide: boolean, sessionStorage?: SessionStorageType | null): Promise<void>; |
@@ -13,2 +13,3 @@ import { ApiEnv, Backend } from './api/features/backend/backend.api'; | ||
import { TournamentsGame } from './api/features/tournaments'; | ||
import { RecorderGame } from './api/features/recorder'; | ||
@@ -32,3 +33,3 @@ export declare class ArkadiumGameSdk { | ||
tournaments: TournamentsGame; | ||
constructor({ rpcProvider, backendApi, host, lifecycle, ads, auth, analytics, timeoutTester, persistence, wallet, leaderboard, tournaments }: { | ||
constructor({ rpcProvider, backendApi, host, lifecycle, ads, auth, analytics, timeoutTester, persistence, wallet, leaderboard, tournaments, recorder }: { | ||
rpcProvider: RpcProvider; | ||
@@ -46,2 +47,3 @@ backendApi: Backend; | ||
tournaments: TournamentsGame; | ||
recorder: RecorderGame; | ||
}); | ||
@@ -48,0 +50,0 @@ initialize(env: ApiEnv, isGameSide: boolean): Promise<void>; |
{ | ||
"name": "@arkadiuminc/sdk", | ||
"version": "2.50.0", | ||
"version": "2.51.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
81798
1.46%70
1.45%2062
1.68%