dcodeindra-baileyspro 2.3.9
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/LICENSE +21 -0
- package/README.md +2534 -0
- package/WAProto/Adv/Adv.d.ts +518 -0
- package/WAProto/Adv/Adv.js +1734 -0
- package/WAProto/Adv/Adv.proto +36 -0
- package/WAProto/BotMetadata/BotMetadata.d.ts +5745 -0
- package/WAProto/BotMetadata/BotMetadata.js +16291 -0
- package/WAProto/BotMetadata/BotMetadata.proto +463 -0
- package/WAProto/Cert/Cert.d.ts +497 -0
- package/WAProto/Cert/Cert.js +1503 -0
- package/WAProto/Cert/Cert.proto +28 -0
- package/WAProto/ChatLockSettings/ChatLockSettings.d.ts +391 -0
- package/WAProto/ChatLockSettings/ChatLockSettings.js +1155 -0
- package/WAProto/ChatLockSettings/ChatLockSettings.proto +7 -0
- package/WAProto/CompanionReg/CompanionReg.d.ts +1055 -0
- package/WAProto/CompanionReg/CompanionReg.js +3532 -0
- package/WAProto/CompanionReg/CompanionReg.proto +89 -0
- package/WAProto/DeviceCapabilities/DeviceCapabilities.d.ts +187 -0
- package/WAProto/DeviceCapabilities/DeviceCapabilities.js +520 -0
- package/WAProto/DeviceCapabilities/DeviceCapabilities.proto +14 -0
- package/WAProto/E2E/E2E.d.ts +28417 -0
- package/WAProto/E2E/E2E.js +98438 -0
- package/WAProto/E2E/E2E.proto +2289 -0
- package/WAProto/Ephemeral/Ephemeral.d.ts +95 -0
- package/WAProto/Ephemeral/Ephemeral.js +269 -0
- package/WAProto/Ephemeral/Ephemeral.proto +6 -0
- package/WAProto/HistorySync/HistorySync.d.ts +40728 -0
- package/WAProto/HistorySync/HistorySync.js +142980 -0
- package/WAProto/HistorySync/HistorySync.proto +207 -0
- package/WAProto/LidMigrationSyncPayload/LidMigrationSyncPayload.d.ts +189 -0
- package/WAProto/LidMigrationSyncPayload/LidMigrationSyncPayload.js +585 -0
- package/WAProto/LidMigrationSyncPayload/LidMigrationSyncPayload.proto +11 -0
- package/WAProto/MdStorageChatRowOpaqueData/MdStorageChatRowOpaqueData.d.ts +461 -0
- package/WAProto/MdStorageChatRowOpaqueData/MdStorageChatRowOpaqueData.js +1559 -0
- package/WAProto/MdStorageChatRowOpaqueData/MdStorageChatRowOpaqueData.proto +37 -0
- package/WAProto/MdStorageMsgRowOpaqueData/MdStorageMsgRowOpaqueData.d.ts +29294 -0
- package/WAProto/MdStorageMsgRowOpaqueData/MdStorageMsgRowOpaqueData.js +101732 -0
- package/WAProto/MdStorageMsgRowOpaqueData/MdStorageMsgRowOpaqueData.proto +76 -0
- package/WAProto/MmsRetry/MmsRetry.d.ts +200 -0
- package/WAProto/MmsRetry/MmsRetry.js +586 -0
- package/WAProto/MmsRetry/MmsRetry.proto +17 -0
- package/WAProto/Protocol/Protocol.d.ts +218 -0
- package/WAProto/Protocol/Protocol.js +701 -0
- package/WAProto/Protocol/Protocol.proto +20 -0
- package/WAProto/Reporting/Reporting.d.ts +301 -0
- package/WAProto/Reporting/Reporting.js +989 -0
- package/WAProto/Reporting/Reporting.proto +19 -0
- package/WAProto/ServerSync/ServerSync.d.ts +1050 -0
- package/WAProto/ServerSync/ServerSync.js +3176 -0
- package/WAProto/ServerSync/ServerSync.proto +59 -0
- package/WAProto/SignalLocalStorageProtocol/SignalLocalStorageProtocol.d.ts +1507 -0
- package/WAProto/SignalLocalStorageProtocol/SignalLocalStorageProtocol.js +4756 -0
- package/WAProto/SignalLocalStorageProtocol/SignalLocalStorageProtocol.proto +88 -0
- package/WAProto/SignalWhisperTextProtocol/SignalWhisperTextProtocol.d.ts +617 -0
- package/WAProto/SignalWhisperTextProtocol/SignalWhisperTextProtocol.js +1940 -0
- package/WAProto/SignalWhisperTextProtocol/SignalWhisperTextProtocol.proto +38 -0
- package/WAProto/StatusAttributions/StatusAttributions.d.ts +636 -0
- package/WAProto/StatusAttributions/StatusAttributions.js +2037 -0
- package/WAProto/StatusAttributions/StatusAttributions.proto +61 -0
- package/WAProto/SyncAction/SyncAction.d.ts +7227 -0
- package/WAProto/SyncAction/SyncAction.js +22271 -0
- package/WAProto/SyncAction/SyncAction.proto +423 -0
- package/WAProto/UserPassword/UserPassword.d.ts +298 -0
- package/WAProto/UserPassword/UserPassword.js +898 -0
- package/WAProto/UserPassword/UserPassword.proto +27 -0
- package/WAProto/VnameCert/VnameCert.d.ts +658 -0
- package/WAProto/VnameCert/VnameCert.js +2225 -0
- package/WAProto/VnameCert/VnameCert.proto +60 -0
- package/WAProto/Wa6/Wa6.d.ts +1613 -0
- package/WAProto/Wa6/Wa6.js +6299 -0
- package/WAProto/Wa6/Wa6.proto +229 -0
- package/WAProto/Web/Web.d.ts +31718 -0
- package/WAProto/Web/Web.js +113402 -0
- package/WAProto/Web/Web.proto +545 -0
- package/WAProto/index.d.ts +49 -0
- package/WAProto/index.js +28 -0
- package/WASignalGroup/GroupProtocol.js +1771 -0
- package/WASignalGroup/ciphertext_message.js +10 -0
- package/WASignalGroup/group_cipher.js +103 -0
- package/WASignalGroup/group_session_builder.js +39 -0
- package/WASignalGroup/index.js +5 -0
- package/WASignalGroup/keyhelper.js +17 -0
- package/WASignalGroup/protobufs.js +2 -0
- package/WASignalGroup/queue_job.js +64 -0
- package/WASignalGroup/sender_chain_key.js +38 -0
- package/WASignalGroup/sender_key_distribution_message.js +68 -0
- package/WASignalGroup/sender_key_message.js +79 -0
- package/WASignalGroup/sender_key_name.js +59 -0
- package/WASignalGroup/sender_key_record.js +47 -0
- package/WASignalGroup/sender_key_state.js +110 -0
- package/WASignalGroup/sender_message_key.js +30 -0
- package/check-node-version.js +10 -0
- package/lib/Defaults/baileys-version.json +3 -0
- package/lib/Defaults/index.d.ts +51 -0
- package/lib/Defaults/index.js +108 -0
- package/lib/Defaults/phonenumber-mcc.json +223 -0
- package/lib/Signal/Group/ciphertext-message.d.ts +9 -0
- package/lib/Signal/Group/ciphertext-message.js +19 -0
- package/lib/Signal/Group/group-session-builder.d.ts +17 -0
- package/lib/Signal/Group/group-session-builder.js +72 -0
- package/lib/Signal/Group/group_cipher.d.ts +19 -0
- package/lib/Signal/Group/group_cipher.js +99 -0
- package/lib/Signal/Group/index.d.ts +11 -0
- package/lib/Signal/Group/index.js +61 -0
- package/lib/Signal/Group/keyhelper.d.ts +16 -0
- package/lib/Signal/Group/keyhelper.js +66 -0
- package/lib/Signal/Group/queue-job.d.ts +1 -0
- package/lib/Signal/Group/queue-job.js +64 -0
- package/lib/Signal/Group/sender-chain-key.d.ts +14 -0
- package/lib/Signal/Group/sender-chain-key.js +39 -0
- package/lib/Signal/Group/sender-key-distribution-message.d.ts +17 -0
- package/lib/Signal/Group/sender-key-distribution-message.js +71 -0
- package/lib/Signal/Group/sender-key-message.d.ts +19 -0
- package/lib/Signal/Group/sender-key-message.js +73 -0
- package/lib/Signal/Group/sender-key-name.d.ts +19 -0
- package/lib/Signal/Group/sender-key-name.js +59 -0
- package/lib/Signal/Group/sender-key-record.d.ts +32 -0
- package/lib/Signal/Group/sender-key-record.js +53 -0
- package/lib/Signal/Group/sender-key-record.ts +77 -0
- package/lib/Signal/Group/sender-key-state.d.ts +44 -0
- package/lib/Signal/Group/sender-key-state.js +104 -0
- package/lib/Signal/Group/sender-message-key.d.ts +11 -0
- package/lib/Signal/Group/sender-message-key.js +33 -0
- package/lib/Signal/libsignal.d.ts +3 -0
- package/lib/Signal/libsignal.js +153 -0
- package/lib/Socket/Client/index.d.ts +2 -0
- package/lib/Socket/Client/index.js +18 -0
- package/lib/Socket/Client/types.d.ts +15 -0
- package/lib/Socket/Client/types.js +14 -0
- package/lib/Socket/Client/websocket.d.ts +12 -0
- package/lib/Socket/Client/websocket.js +57 -0
- package/lib/Socket/business.d.ts +181 -0
- package/lib/Socket/business.js +259 -0
- package/lib/Socket/chats.d.ts +95 -0
- package/lib/Socket/chats.js +906 -0
- package/lib/Socket/community.d.ts +131 -0
- package/lib/Socket/community.js +369 -0
- package/lib/Socket/groups.d.ts +122 -0
- package/lib/Socket/groups.js +360 -0
- package/lib/Socket/index.d.ts +183 -0
- package/lib/Socket/index.js +10 -0
- package/lib/Socket/messages-recv.d.ts +170 -0
- package/lib/Socket/messages-recv.js +1074 -0
- package/lib/Socket/messages-send.d.ts +161 -0
- package/lib/Socket/messages-send.js +982 -0
- package/lib/Socket/newsletter.d.ts +140 -0
- package/lib/Socket/newsletter.js +242 -0
- package/lib/Socket/socket.d.ts +43 -0
- package/lib/Socket/socket.js +749 -0
- package/lib/Socket/usync.d.ts +36 -0
- package/lib/Socket/usync.js +71 -0
- package/lib/Store/index.d.ts +4 -0
- package/lib/Store/index.js +20 -0
- package/lib/Store/make-cache-manager-store.d.ts +13 -0
- package/lib/Store/make-cache-manager-store.js +77 -0
- package/lib/Store/make-in-memory-store.d.ts +117 -0
- package/lib/Store/make-in-memory-store.js +420 -0
- package/lib/Store/make-ordered-dictionary.d.ts +12 -0
- package/lib/Store/make-ordered-dictionary.js +83 -0
- package/lib/Store/object-repository.d.ts +10 -0
- package/lib/Store/object-repository.js +28 -0
- package/lib/Types/Auth.d.ts +103 -0
- package/lib/Types/Auth.js +2 -0
- package/lib/Types/Call.d.ts +13 -0
- package/lib/Types/Call.js +2 -0
- package/lib/Types/Chat.d.ts +115 -0
- package/lib/Types/Chat.js +6 -0
- package/lib/Types/Contact.d.ts +35 -0
- package/lib/Types/Contact.js +2 -0
- package/lib/Types/Events.d.ts +208 -0
- package/lib/Types/Events.js +2 -0
- package/lib/Types/GroupMetadata.d.ts +81 -0
- package/lib/Types/GroupMetadata.js +2 -0
- package/lib/Types/Label.d.ts +46 -0
- package/lib/Types/Label.js +28 -0
- package/lib/Types/LabelAssociation.d.ts +29 -0
- package/lib/Types/LabelAssociation.js +10 -0
- package/lib/Types/Message.d.ts +480 -0
- package/lib/Types/Message.js +9 -0
- package/lib/Types/MexUpdates.d.ts +9 -0
- package/lib/Types/MexUpdates.js +18 -0
- package/lib/Types/Newsletter.d.ts +92 -0
- package/lib/Types/Newsletter.js +33 -0
- package/lib/Types/Product.d.ts +78 -0
- package/lib/Types/Product.js +2 -0
- package/lib/Types/Signal.d.ts +57 -0
- package/lib/Types/Signal.js +2 -0
- package/lib/Types/Socket.d.ts +116 -0
- package/lib/Types/Socket.js +2 -0
- package/lib/Types/State.d.ts +27 -0
- package/lib/Types/State.js +2 -0
- package/lib/Types/USync.d.ts +25 -0
- package/lib/Types/USync.js +2 -0
- package/lib/Types/index.d.ts +70 -0
- package/lib/Types/index.js +42 -0
- package/lib/Utils/auth-utils.d.ts +18 -0
- package/lib/Utils/auth-utils.js +198 -0
- package/lib/Utils/baileys-event-stream.d.ts +16 -0
- package/lib/Utils/baileys-event-stream.js +64 -0
- package/lib/Utils/business.d.ts +22 -0
- package/lib/Utils/business.js +243 -0
- package/lib/Utils/chat-utils.d.ts +72 -0
- package/lib/Utils/chat-utils.js +762 -0
- package/lib/Utils/crypto.d.ts +40 -0
- package/lib/Utils/crypto.js +150 -0
- package/lib/Utils/decode-wa-message.d.ts +252 -0
- package/lib/Utils/decode-wa-message.js +232 -0
- package/lib/Utils/event-buffer.d.ts +35 -0
- package/lib/Utils/event-buffer.js +539 -0
- package/lib/Utils/generics.d.ts +96 -0
- package/lib/Utils/generics.js +553 -0
- package/lib/Utils/history.d.ts +29 -0
- package/lib/Utils/history.js +109 -0
- package/lib/Utils/index.d.ts +19 -0
- package/lib/Utils/index.js +35 -0
- package/lib/Utils/link-preview.d.ts +21 -0
- package/lib/Utils/link-preview.js +112 -0
- package/lib/Utils/logger.d.ts +11 -0
- package/lib/Utils/logger.js +7 -0
- package/lib/Utils/lt-hash.d.ts +12 -0
- package/lib/Utils/lt-hash.js +53 -0
- package/lib/Utils/make-mutex.d.ts +7 -0
- package/lib/Utils/make-mutex.js +45 -0
- package/lib/Utils/messages-media.d.ts +104 -0
- package/lib/Utils/messages-media.js +751 -0
- package/lib/Utils/messages.d.ts +80 -0
- package/lib/Utils/messages.js +1741 -0
- package/lib/Utils/noise-handler.d.ts +19 -0
- package/lib/Utils/noise-handler.js +150 -0
- package/lib/Utils/process-message.d.ts +41 -0
- package/lib/Utils/process-message.js +391 -0
- package/lib/Utils/signal.d.ts +33 -0
- package/lib/Utils/signal.js +154 -0
- package/lib/Utils/use-mongo-file-auth-state.d.ts +5 -0
- package/lib/Utils/use-mongo-file-auth-state.js +75 -0
- package/lib/Utils/use-multi-file-auth-state.d.ts +12 -0
- package/lib/Utils/use-multi-file-auth-state.js +123 -0
- package/lib/Utils/use-single-file-auth-state.d.ts +12 -0
- package/lib/Utils/use-single-file-auth-state.js +75 -0
- package/lib/Utils/validate-connection.d.ts +10 -0
- package/lib/Utils/validate-connection.js +174 -0
- package/lib/WABinary/constants.d.ts +27 -0
- package/lib/WABinary/constants.js +45 -0
- package/lib/WABinary/decode.d.ts +6 -0
- package/lib/WABinary/decode.js +255 -0
- package/lib/WABinary/encode.d.ts +2 -0
- package/lib/WABinary/encode.js +243 -0
- package/lib/WABinary/generic-utils.d.ts +16 -0
- package/lib/WABinary/generic-utils.js +125 -0
- package/lib/WABinary/index.d.ts +5 -0
- package/lib/WABinary/index.js +21 -0
- package/lib/WABinary/jid-utils.d.ts +34 -0
- package/lib/WABinary/jid-utils.js +73 -0
- package/lib/WABinary/types.d.ts +18 -0
- package/lib/WABinary/types.js +2 -0
- package/lib/WAM/BinaryInfo.d.ts +16 -0
- package/lib/WAM/BinaryInfo.js +14 -0
- package/lib/WAM/constants.d.ts +39 -0
- package/lib/WAM/constants.js +15362 -0
- package/lib/WAM/encode.d.ts +2 -0
- package/lib/WAM/encode.js +156 -0
- package/lib/WAM/index.d.ts +3 -0
- package/lib/WAM/index.js +19 -0
- package/lib/WAUSync/Protocols/USyncBotProfileProtocol.d.ts +25 -0
- package/lib/WAUSync/Protocols/USyncBotProfileProtocol.js +60 -0
- package/lib/WAUSync/Protocols/USyncContactProtocol.d.ts +9 -0
- package/lib/WAUSync/Protocols/USyncContactProtocol.js +32 -0
- package/lib/WAUSync/Protocols/USyncDeviceProtocol.d.ts +22 -0
- package/lib/WAUSync/Protocols/USyncDeviceProtocol.js +58 -0
- package/lib/WAUSync/Protocols/USyncDisappearingModeProtocol.d.ts +12 -0
- package/lib/WAUSync/Protocols/USyncDisappearingModeProtocol.js +31 -0
- package/lib/WAUSync/Protocols/USyncLIDProtocol.d.ts +8 -0
- package/lib/WAUSync/Protocols/USyncLIDProtocol.js +26 -0
- package/lib/WAUSync/Protocols/USyncStatusProtocol.d.ts +12 -0
- package/lib/WAUSync/Protocols/USyncStatusProtocol.js +42 -0
- package/lib/WAUSync/Protocols/index.d.ts +6 -0
- package/lib/WAUSync/Protocols/index.js +22 -0
- package/lib/WAUSync/USyncQuery.d.ts +28 -0
- package/lib/WAUSync/USyncQuery.js +88 -0
- package/lib/WAUSync/USyncUser.d.ts +12 -0
- package/lib/WAUSync/USyncUser.js +27 -0
- package/lib/WAUSync/index.d.ts +3 -0
- package/lib/WAUSync/index.js +19 -0
- package/lib/index.d.ts +13 -0
- package/lib/index.js +45 -0
- package/package.json +63 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Boom } from '@hapi/boom'
|
|
2
|
+
import { SocketConfig } from '../Types'
|
|
3
|
+
import { BinaryNode } from '../WABinary'
|
|
4
|
+
import { USyncQuery } from '../WAUSync'
|
|
5
|
+
export declare const makeUSyncSocket: (config: SocketConfig) => {
|
|
6
|
+
executeUSyncQuery: (usyncQuery: USyncQuery) => Promise<import("../WAUSync").USyncQueryResult | undefined>
|
|
7
|
+
type: "md"
|
|
8
|
+
ws: import("./Client").WebSocketClient
|
|
9
|
+
ev: import("../Types").BaileysEventEmitter & {
|
|
10
|
+
process(handler: (events: Partial<import("../Types").BaileysEventMap>) => void | Promise<void>): () => void
|
|
11
|
+
buffer(): void
|
|
12
|
+
createBufferedFunction<A extends any[], T>(work: (...args: A) => Promise<T>): (...args: A) => Promise<T>
|
|
13
|
+
flush(force?: boolean | undefined): boolean
|
|
14
|
+
isBuffering(): boolean
|
|
15
|
+
}
|
|
16
|
+
authState: {
|
|
17
|
+
creds: import("../Types").AuthenticationCreds
|
|
18
|
+
keys: import("../Types").SignalKeyStoreWithTransaction
|
|
19
|
+
}
|
|
20
|
+
signalRepository: import("../Types").SignalRepository
|
|
21
|
+
user: import("../Types").Contact | undefined
|
|
22
|
+
generateMessageTag: () => string
|
|
23
|
+
query: (node: BinaryNode, timeoutMs?: number | undefined) => Promise<BinaryNode>
|
|
24
|
+
waitForMessage: <T_1>(msgId: string, timeoutMs?: number | undefined) => Promise<T_1>
|
|
25
|
+
waitForSocketOpen: () => Promise<void>
|
|
26
|
+
sendRawMessage: (data: Uint8Array | Buffer) => Promise<void>
|
|
27
|
+
sendNode: (frame: BinaryNode) => Promise<void>
|
|
28
|
+
logout: (msg?: string | undefined) => Promise<void>
|
|
29
|
+
end: (error: Error | undefined) => void
|
|
30
|
+
onUnexpectedError: (err: Error | Boom<any>, msg: string) => void
|
|
31
|
+
uploadPreKeys: (count?: number) => Promise<void>
|
|
32
|
+
uploadPreKeysToServerIfRequired: () => Promise<void>
|
|
33
|
+
requestPairingCode: (phoneNumber: string, code?: string) => Promise<string>
|
|
34
|
+
waitForConnectionUpdate: (check: (u: Partial<import("../Types").ConnectionState>) => boolean | undefined, timeoutMs?: number | undefined) => Promise<void>
|
|
35
|
+
sendWAMBuffer: (wamBuffer: Buffer) => Promise<BinaryNode>
|
|
36
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict"
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true })
|
|
3
|
+
const boom_1 = require("@hapi/boom")
|
|
4
|
+
const WABinary_1 = require("../WABinary")
|
|
5
|
+
const socket_1 = require("./socket")
|
|
6
|
+
const makeUSyncSocket = (config) => {
|
|
7
|
+
const sock = socket_1.makeSocket(config)
|
|
8
|
+
const { generateMessageTag, query, } = sock
|
|
9
|
+
const executeUSyncQuery = async (usyncQuery) => {
|
|
10
|
+
if (usyncQuery.protocols.length === 0) {
|
|
11
|
+
throw new boom_1.Boom('USyncQuery must have at least one protocol')
|
|
12
|
+
}
|
|
13
|
+
// todo: validate users, throw WARNING on no valid users
|
|
14
|
+
// variable below has only validated users
|
|
15
|
+
const validUsers = usyncQuery.users
|
|
16
|
+
const userNodes = validUsers.map((user) => {
|
|
17
|
+
return {
|
|
18
|
+
tag: 'user',
|
|
19
|
+
attrs: {
|
|
20
|
+
jid: !user.phone ? user.id : undefined,
|
|
21
|
+
},
|
|
22
|
+
content: usyncQuery.protocols
|
|
23
|
+
.map((a) => a.getUserElement(user))
|
|
24
|
+
.filter(a => a !== null)
|
|
25
|
+
}
|
|
26
|
+
})
|
|
27
|
+
const listNode = {
|
|
28
|
+
tag: 'list',
|
|
29
|
+
attrs: {},
|
|
30
|
+
content: userNodes
|
|
31
|
+
}
|
|
32
|
+
const queryNode = {
|
|
33
|
+
tag: 'query',
|
|
34
|
+
attrs: {},
|
|
35
|
+
content: usyncQuery.protocols.map((a) => a.getQueryElement())
|
|
36
|
+
}
|
|
37
|
+
const iq = {
|
|
38
|
+
tag: 'iq',
|
|
39
|
+
attrs: {
|
|
40
|
+
to: WABinary_1.S_WHATSAPP_NET,
|
|
41
|
+
type: 'get',
|
|
42
|
+
xmlns: 'usync',
|
|
43
|
+
},
|
|
44
|
+
content: [
|
|
45
|
+
{
|
|
46
|
+
tag: 'usync',
|
|
47
|
+
attrs: {
|
|
48
|
+
context: usyncQuery.context,
|
|
49
|
+
mode: usyncQuery.mode,
|
|
50
|
+
sid: generateMessageTag(),
|
|
51
|
+
last: 'true',
|
|
52
|
+
index: '0',
|
|
53
|
+
},
|
|
54
|
+
content: [
|
|
55
|
+
queryNode,
|
|
56
|
+
listNode
|
|
57
|
+
]
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
}
|
|
61
|
+
const result = await query(iq)
|
|
62
|
+
return usyncQuery.parseUSyncQueryResult(result)
|
|
63
|
+
}
|
|
64
|
+
return {
|
|
65
|
+
...sock,
|
|
66
|
+
executeUSyncQuery
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
module.exports = {
|
|
70
|
+
makeUSyncSocket
|
|
71
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict"
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k)
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k] } }
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc)
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k
|
|
11
|
+
o[k2] = m[k]
|
|
12
|
+
}))
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p)
|
|
15
|
+
}
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true })
|
|
17
|
+
__exportStar(require("./make-cache-manager-store"), exports)
|
|
18
|
+
__exportStar(require("./make-in-memory-store"), exports)
|
|
19
|
+
__exportStar(require("./make-ordered-dictionary"), exports)
|
|
20
|
+
__exportStar(require("./object-repository"), exports)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Store } from 'cache-manager'
|
|
2
|
+
import { AuthenticationCreds } from '../Types'
|
|
3
|
+
export declare const makeCacheManagerAuthState: (store: Store, sessionKey: string) => Promise<{
|
|
4
|
+
clearState: () => Promise<void>
|
|
5
|
+
saveCreds: () => Promise<void>
|
|
6
|
+
state: {
|
|
7
|
+
creds: AuthenticationCreds
|
|
8
|
+
keys: {
|
|
9
|
+
get: (type: string, ids: string[]) => Promise<{}>
|
|
10
|
+
set: (data: any) => Promise<void>
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}>
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
"use strict"
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod }
|
|
4
|
+
}
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true })
|
|
6
|
+
const WAProto_1 = require("../../WAProto")
|
|
7
|
+
const Utils_1 = require("../Utils")
|
|
8
|
+
const logger_1 = __importDefault(require("../Utils/logger"))
|
|
9
|
+
const makeCacheManagerAuthState = async (store, sessionKey) => {
|
|
10
|
+
const { createCache } = await import('cache-manager')
|
|
11
|
+
const defaultKey = (file) => `${sessionKey}:${file}`
|
|
12
|
+
const databaseConn = createCache()
|
|
13
|
+
const writeData = async (file, data) => {
|
|
14
|
+
let ttl = undefined
|
|
15
|
+
if (file === 'creds') {
|
|
16
|
+
ttl = 63115200
|
|
17
|
+
}
|
|
18
|
+
await databaseConn.set(defaultKey(file), JSON.stringify(data, Utils_1.BufferJSON.replacer), ttl)
|
|
19
|
+
}
|
|
20
|
+
const readData = async (file) => {
|
|
21
|
+
try {
|
|
22
|
+
const data = await databaseConn.get(defaultKey(file))
|
|
23
|
+
return data ? JSON.parse(data, Utils_1.BufferJSON.reviver) : null
|
|
24
|
+
} catch (error) {
|
|
25
|
+
logger_1.default.error(error)
|
|
26
|
+
return null
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
const removeData = async (file) => {
|
|
30
|
+
try {
|
|
31
|
+
return await databaseConn.del(defaultKey(file))
|
|
32
|
+
} catch {
|
|
33
|
+
logger_1.default.error(`Error removing ${file} from session ${sessionKey}`)
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
const clearState = async () => {
|
|
37
|
+
try {
|
|
38
|
+
const result = await databaseConn.store.keys(`${sessionKey}*`)
|
|
39
|
+
await Promise.all(result.map((key) => databaseConn.del(key)))
|
|
40
|
+
} catch {}
|
|
41
|
+
}
|
|
42
|
+
const creds = (await readData('creds')) || (0, Utils_1.initAuthCreds)()
|
|
43
|
+
return {
|
|
44
|
+
clearState,
|
|
45
|
+
saveCreds: () => writeData('creds', creds),
|
|
46
|
+
state: {
|
|
47
|
+
creds,
|
|
48
|
+
keys: {
|
|
49
|
+
get: async (type, ids) => {
|
|
50
|
+
const data = {}
|
|
51
|
+
await Promise.all(ids.map(async (id) => {
|
|
52
|
+
let value = await readData(`${type}-${id}`)
|
|
53
|
+
if (type === 'app-state-sync-key' && value) {
|
|
54
|
+
value = WAProto_1.proto.Message.AppStateSyncKeyData.fromObject(value)
|
|
55
|
+
}
|
|
56
|
+
data[id] = value
|
|
57
|
+
}))
|
|
58
|
+
return data
|
|
59
|
+
},
|
|
60
|
+
set: async (data) => {
|
|
61
|
+
const tasks = []
|
|
62
|
+
for (const category in data) {
|
|
63
|
+
for (const id in data[category]) {
|
|
64
|
+
const value = data[category][id]
|
|
65
|
+
const key = `${category}-${id}`
|
|
66
|
+
tasks.push(value ? writeData(key, value) : removeData(key))
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
await Promise.all(tasks)
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
module.exports = {
|
|
76
|
+
makeCacheManagerAuthState
|
|
77
|
+
}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import type KeyedDB from '@adiwajshing/keyed-db'
|
|
2
|
+
import type { Comparable } from '@adiwajshing/keyed-db/lib/Types'
|
|
3
|
+
import type { Logger } from 'pino'
|
|
4
|
+
import { proto } from '../../WAProto'
|
|
5
|
+
import type makeMDSocket from '../Socket'
|
|
6
|
+
import type { BaileysEventEmitter, Chat, ConnectionState, Contact, GroupMetadata, PresenceData, WAMessage, WAMessageCursor, WAMessageKey } from '../Types'
|
|
7
|
+
import { Label } from '../Types/Label'
|
|
8
|
+
import { LabelAssociation } from '../Types/LabelAssociation'
|
|
9
|
+
import { ObjectRepository } from './object-repository'
|
|
10
|
+
type WASocket = ReturnType<typeof makeMDSocket>
|
|
11
|
+
export declare const waChatKey: (pin: boolean) => {
|
|
12
|
+
key: (c: Chat) => string
|
|
13
|
+
compare: (k1: string, k2: string) => number
|
|
14
|
+
}
|
|
15
|
+
export declare const waMessageID: (m: WAMessage) => string
|
|
16
|
+
export declare const waLabelAssociationKey: Comparable<LabelAssociation, string>
|
|
17
|
+
export type BaileysInMemoryStoreConfig = {
|
|
18
|
+
chatKey?: Comparable<Chat, string>
|
|
19
|
+
labelAssociationKey?: Comparable<LabelAssociation, string>
|
|
20
|
+
logger?: Logger
|
|
21
|
+
socket?: WASocket
|
|
22
|
+
}
|
|
23
|
+
export declare const makeInMemoryStore: (config: BaileysInMemoryStoreConfig) => {
|
|
24
|
+
chats: KeyedDB<Chat, string>
|
|
25
|
+
contacts: {
|
|
26
|
+
[_: string]: Contact
|
|
27
|
+
}
|
|
28
|
+
messages: {
|
|
29
|
+
[_: string]: {
|
|
30
|
+
array: proto.IWebMessageInfo[]
|
|
31
|
+
get: (id: string) => proto.IWebMessageInfo | undefined
|
|
32
|
+
upsert: (item: proto.IWebMessageInfo, mode: "append" | "prepend") => void
|
|
33
|
+
update: (item: proto.IWebMessageInfo) => boolean
|
|
34
|
+
remove: (item: proto.IWebMessageInfo) => boolean
|
|
35
|
+
updateAssign: (id: string, update: Partial<proto.IWebMessageInfo>) => boolean
|
|
36
|
+
clear: () => void
|
|
37
|
+
filter: (contain: (item: proto.IWebMessageInfo) => boolean) => void
|
|
38
|
+
toJSON: () => proto.IWebMessageInfo[]
|
|
39
|
+
fromJSON: (newItems: proto.IWebMessageInfo[]) => void
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
groupMetadata: {
|
|
43
|
+
[_: string]: GroupMetadata
|
|
44
|
+
}
|
|
45
|
+
state: ConnectionState
|
|
46
|
+
presences: {
|
|
47
|
+
[id: string]: {
|
|
48
|
+
[participant: string]: PresenceData
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
labels: ObjectRepository<Label>
|
|
52
|
+
labelAssociations: KeyedDB<LabelAssociation, string>
|
|
53
|
+
bind: (ev: BaileysEventEmitter) => void
|
|
54
|
+
/** loads messages from the store, if not found -- uses the legacy connection */
|
|
55
|
+
loadMessages: (jid: string, count: number, cursor: WAMessageCursor) => Promise<proto.IWebMessageInfo[]>
|
|
56
|
+
/**
|
|
57
|
+
* Get all available labels for profile
|
|
58
|
+
*
|
|
59
|
+
* Keep in mind that the list is formed from predefined tags and tags
|
|
60
|
+
* that were "caught" during their editing.
|
|
61
|
+
*/
|
|
62
|
+
getLabels: () => ObjectRepository<Label>
|
|
63
|
+
/**
|
|
64
|
+
* Get labels for chat
|
|
65
|
+
*
|
|
66
|
+
* @returns Label IDs
|
|
67
|
+
**/
|
|
68
|
+
getChatLabels: (chatId: string) => LabelAssociation[]
|
|
69
|
+
/**
|
|
70
|
+
* Get labels for message
|
|
71
|
+
*
|
|
72
|
+
* @returns Label IDs
|
|
73
|
+
**/
|
|
74
|
+
getMessageLabels: (messageId: string) => string[]
|
|
75
|
+
loadMessage: (jid: string, id: string) => Promise<proto.IWebMessageInfo | undefined>
|
|
76
|
+
mostRecentMessage: (jid: string) => Promise<proto.IWebMessageInfo>
|
|
77
|
+
fetchImageUrl: (jid: string, sock: WASocket | undefined) => Promise<string | null | undefined>
|
|
78
|
+
fetchGroupMetadata: (jid: string, sock: WASocket | undefined) => Promise<GroupMetadata>
|
|
79
|
+
fetchMessageReceipts: ({ remoteJid, id }: WAMessageKey) => Promise<proto.IUserReceipt[] | null | undefined>
|
|
80
|
+
toJSON: () => {
|
|
81
|
+
chats: KeyedDB<Chat, string>
|
|
82
|
+
contacts: {
|
|
83
|
+
[_: string]: Contact
|
|
84
|
+
}
|
|
85
|
+
messages: {
|
|
86
|
+
[_: string]: {
|
|
87
|
+
array: proto.IWebMessageInfo[]
|
|
88
|
+
get: (id: string) => proto.IWebMessageInfo | undefined
|
|
89
|
+
upsert: (item: proto.IWebMessageInfo, mode: "append" | "prepend") => void
|
|
90
|
+
update: (item: proto.IWebMessageInfo) => boolean
|
|
91
|
+
remove: (item: proto.IWebMessageInfo) => boolean
|
|
92
|
+
updateAssign: (id: string, update: Partial<proto.IWebMessageInfo>) => boolean
|
|
93
|
+
clear: () => void
|
|
94
|
+
filter: (contain: (item: proto.IWebMessageInfo) => boolean) => void
|
|
95
|
+
toJSON: () => proto.IWebMessageInfo[]
|
|
96
|
+
fromJSON: (newItems: proto.IWebMessageInfo[]) => void
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
labels: ObjectRepository<Label>
|
|
100
|
+
labelAssociations: KeyedDB<LabelAssociation, string>
|
|
101
|
+
}
|
|
102
|
+
fromJSON: (json: {
|
|
103
|
+
chats: Chat[]
|
|
104
|
+
contacts: {
|
|
105
|
+
[id: string]: Contact
|
|
106
|
+
}
|
|
107
|
+
messages: {
|
|
108
|
+
[id: string]: proto.IWebMessageInfo[]
|
|
109
|
+
}
|
|
110
|
+
labels: {
|
|
111
|
+
[labelId: string]: Label
|
|
112
|
+
}
|
|
113
|
+
labelAssociations: LabelAssociation[]
|
|
114
|
+
}) => void
|
|
115
|
+
writeToFile: (path: string) => void
|
|
116
|
+
readFromFile: (path: string) => void
|
|
117
|
+
}
|