import {
startWebLoginWithQr as startWebLoginWithQrImpl,
waitForWebLogin as waitForWebLoginImpl,
} from "../login-qr-runtime.js"; import { getActiveWebListener as getActiveWebListenerImpl } from "./active-listener.js"; import {
getWebAuthAgeMs as getWebAuthAgeMsImpl,
logWebSelfId as logWebSelfIdImpl,
logoutWeb as logoutWebImpl,
readWebAuthSnapshot as readWebAuthSnapshotImpl,
readWebAuthState as readWebAuthStateImpl,
readWebAuthExistsBestEffort as readWebAuthExistsBestEffortImpl,
readWebAuthExistsForDecision as readWebAuthExistsForDecisionImpl,
readWebAuthSnapshotBestEffort as readWebAuthSnapshotBestEffortImpl,
readWebSelfId as readWebSelfIdImpl,
webAuthExists as webAuthExistsImpl,
} from "./auth-store.js"; import { monitorWebChannel as monitorWebChannelImpl } from "./auto-reply/monitor.js"; import { loginWeb as loginWebImpl } from "./login.js"; import { whatsappSetupWizard as whatsappSetupWizardImpl } from "./setup-surface.js";
type GetActiveWebListener = typeofimport("./active-listener.js").getActiveWebListener;
type GetWebAuthAgeMs = typeofimport("./auth-store.js").getWebAuthAgeMs;
type LogWebSelfId = typeofimport("./auth-store.js").logWebSelfId;
type LogoutWeb = typeofimport("./auth-store.js").logoutWeb;
type ReadWebAuthSnapshot = typeofimport("./auth-store.js").readWebAuthSnapshot;
type ReadWebAuthState = typeofimport("./auth-store.js").readWebAuthState;
type ReadWebAuthExistsBestEffort = typeofimport("./auth-store.js").readWebAuthExistsBestEffort;
type ReadWebAuthExistsForDecision = typeofimport("./auth-store.js").readWebAuthExistsForDecision;
type ReadWebAuthSnapshotBestEffort = typeofimport("./auth-store.js").readWebAuthSnapshotBestEffort;
type ReadWebSelfId = typeofimport("./auth-store.js").readWebSelfId;
type WebAuthExists = typeofimport("./auth-store.js").webAuthExists;
type LoginWeb = typeofimport("./login.js").loginWeb;
type StartWebLoginWithQr = typeofimport("../login-qr-runtime.js").startWebLoginWithQr;
type WaitForWebLogin = typeofimport("../login-qr-runtime.js").waitForWebLogin;
type WhatsAppSetupWizard = typeofimport("./setup-surface.js").whatsappSetupWizard;
type MonitorWebChannel = typeofimport("./auto-reply/monitor.js").monitorWebChannel;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.