@arkadiuminc/sdk 0.0.34 → 0.0.36
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.
|
@@ -24,11 +24,6 @@ export declare class ArkadiumGameSdk {
|
|
|
24
24
|
ping(): Promise<any>;
|
|
25
25
|
}
|
|
26
26
|
export { ApiEnv };
|
|
27
|
-
export declare class GameApi {
|
|
28
|
-
version: string;
|
|
29
|
-
private static sdk;
|
|
30
|
-
static getInstance(env: ApiEnv): Promise<ArkadiumGameSdk>;
|
|
31
|
-
}
|
|
32
27
|
export declare class ArenaApi {
|
|
33
28
|
version: string;
|
|
34
29
|
private static sdk;
|
|
@@ -26,8 +26,3 @@ export declare class GameApi {
|
|
|
26
26
|
private static sdk;
|
|
27
27
|
static getInstance(env: ApiEnv): Promise<ArkadiumGameSdk>;
|
|
28
28
|
}
|
|
29
|
-
export declare class ArenaApi {
|
|
30
|
-
version: string;
|
|
31
|
-
private static sdk;
|
|
32
|
-
static getInstance(env: ApiEnv, deferInit?: boolean): Promise<ArkadiumGameSdk>;
|
|
33
|
-
}
|