@gbozee/ultimate 0.0.2-23 → 0.0.2-24
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/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -263,7 +263,7 @@ export type ExchangeType = {
|
|
|
263
263
|
exchange: string;
|
|
264
264
|
};
|
|
265
265
|
export declare class AppDatabase {
|
|
266
|
-
|
|
266
|
+
pb: PocketBase;
|
|
267
267
|
constructor(pb: PocketBase);
|
|
268
268
|
getCredentials(password: string): any;
|
|
269
269
|
saveCredentials(password: string, credentials: any): Promise<void>;
|
|
@@ -791,7 +791,7 @@ declare class ExchangeAccount$1 {
|
|
|
791
791
|
}): Promise<any>;
|
|
792
792
|
}
|
|
793
793
|
declare class App {
|
|
794
|
-
|
|
794
|
+
app_db: AppDatabase;
|
|
795
795
|
private getCredentials;
|
|
796
796
|
constructor(app_db: AppDatabase, getCredentials: (account: string, exchange: string) => {
|
|
797
797
|
api_key: string;
|