@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.
@@ -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 {