Merge branch 'pedroslopez:main' into test2

This commit is contained in:
2023-01-15 17:19:13 -06:00
committed by GitHub
68 changed files with 357 additions and 263 deletions

3
index.d.ts vendored
View File

@@ -508,7 +508,8 @@ declare namespace WAWebJS {
DISCONNECTED = 'disconnected',
STATE_CHANGED = 'change_state',
BATTERY_CHANGED = 'change_battery',
REMOTE_SESSION_SAVED = 'remote_session_saved'
REMOTE_SESSION_SAVED = 'remote_session_saved',
CALL = 'call'
}
/** Group notification types */