@cripty2001/utils 0.0.64 → 0.0.65
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.
|
@@ -18,7 +18,7 @@ export declare class Client {
|
|
|
18
18
|
private authToken;
|
|
19
19
|
loggedIn: Whispr<boolean>;
|
|
20
20
|
private constructor();
|
|
21
|
-
|
|
21
|
+
static create(url: string): Client;
|
|
22
22
|
setAuthToken(token: string | null): void;
|
|
23
23
|
exec<I extends AppserverData, O extends AppserverData>(action: string, input: I): Promise<O>;
|
|
24
24
|
}
|
package/package.json
CHANGED