@acidify/core 0.3.1-beta.2 → 0.3.1-beta.3
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.
- package/dist/acidify-acidify-core.d.ts +1 -0
- package/dist/acidify-acidify-core.js +7204 -7063
- package/package.json +1 -1
|
@@ -1802,6 +1802,7 @@ export declare class UrlSignProvider implements SignProvider {
|
|
|
1802
1802
|
constructor(scope: CoroutineScope, url: string, httpProxy?: Nullable<string>);
|
|
1803
1803
|
get scope(): CoroutineScope;
|
|
1804
1804
|
sign(cmd: string, seq: number, src: Int8Array): Promise<SignResult>;
|
|
1805
|
+
getAppInfo(): Promise<Nullable<AppInfo>>;
|
|
1805
1806
|
readonly __doNotUseOrImplementIt: SignProvider["__doNotUseOrImplementIt"];
|
|
1806
1807
|
}
|
|
1807
1808
|
export declare namespace UrlSignProvider {
|