@arkadiuminc/sdk 0.0.6 → 0.0.8
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.
|
@@ -7,7 +7,7 @@ export declare enum ApiEnv {
|
|
|
7
7
|
PROD = "PROD"
|
|
8
8
|
}
|
|
9
9
|
export declare class BackendApi {
|
|
10
|
-
|
|
10
|
+
user: Awaited<ReturnType<typeof UserApiGateway.prototype.getAuthApi>> | null;
|
|
11
11
|
paymentsApiGateway: Awaited<ReturnType<typeof PaymentsApiGateway.prototype.getApi>> | null;
|
|
12
12
|
virtualItemApiGateway: Awaited<ReturnType<typeof VirtualItemApiGateway.prototype.getApi>> | null;
|
|
13
13
|
private userGateway;
|