naya-flore 4.7.1 → 4.7.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.
- package/README.md +0 -104
- package/WAProto/WAProto.proto +89 -1195
- package/WAProto/index.d.ts +1256 -13195
- package/WAProto/index.js +11405 -32544
- package/lib/Defaults/baileys-version.json +1 -1
- package/lib/Defaults/index.d.ts +0 -231
- package/lib/Defaults/index.js +102 -92
- package/lib/Defaults/phonenumber-mcc.json +221 -221
- package/lib/Signal/libsignal.js +9 -18
- package/lib/Socket/Client/abstract-socket-client.d.ts +2 -0
- package/lib/Socket/Client/index.d.ts +3 -2
- package/lib/Socket/Client/index.js +3 -2
- package/lib/Socket/Client/mobile-socket-client.d.ts +1 -0
- package/lib/Socket/Client/{websocket.d.ts → web-socket-client.d.ts} +1 -1
- package/lib/Socket/Client/{websocket.js → web-socket-client.js} +2 -2
- package/lib/Socket/business.d.ts +43 -42
- package/lib/Socket/chats.d.ts +8 -9
- package/lib/Socket/chats.js +34 -41
- package/lib/Socket/groups.d.ts +7 -7
- package/lib/Socket/groups.js +4 -2
- package/lib/Socket/index.d.ts +52 -51
- package/lib/Socket/messages-recv.d.ts +42 -41
- package/lib/Socket/messages-recv.js +127 -190
- package/lib/Socket/messages-send.d.ts +9 -16
- package/lib/Socket/messages-send.js +316 -467
- package/lib/Socket/newsletter.d.ts +28 -26
- package/lib/Socket/newsletter.js +3 -3
- package/lib/Socket/registration.d.ts +52 -49
- package/lib/Socket/registration.js +7 -7
- package/lib/Socket/socket.d.ts +0 -1
- package/lib/Socket/socket.js +23 -49
- package/lib/Socket/usync.d.ts +10 -11
- package/lib/Store/index.d.ts +2 -2
- package/lib/Store/index.js +2 -2
- package/lib/Store/make-cache-manager-store.d.ts +0 -1
- package/lib/Store/make-in-memory-store.js +1 -5
- package/lib/Store/make-ordered-dictionary.d.ts +1 -1
- package/lib/Types/Auth.d.ts +1 -0
- package/lib/Types/Call.d.ts +1 -1
- package/lib/Types/Chat.d.ts +7 -12
- package/lib/Types/Events.d.ts +2 -17
- package/lib/Types/GroupMetadata.d.ts +2 -3
- package/lib/Types/Label.d.ts +0 -11
- package/lib/Types/Label.js +1 -1
- package/lib/Types/LabelAssociation.js +1 -1
- package/lib/Types/Message.d.ts +10 -170
- package/lib/Types/Newsletter.js +3 -3
- package/lib/Types/Socket.d.ts +4 -7
- package/lib/Types/index.d.ts +0 -9
- package/lib/Types/index.js +1 -1
- package/lib/Utils/auth-utils.js +3 -3
- package/lib/Utils/business.d.ts +1 -1
- package/lib/Utils/business.js +2 -2
- package/lib/Utils/chat-utils.d.ts +12 -11
- package/lib/Utils/chat-utils.js +26 -42
- package/lib/Utils/crypto.d.ts +16 -15
- package/lib/Utils/crypto.js +23 -35
- package/lib/Utils/decode-wa-message.d.ts +0 -17
- package/lib/Utils/decode-wa-message.js +15 -43
- package/lib/Utils/generics.d.ts +17 -13
- package/lib/Utils/generics.js +15 -25
- package/lib/Utils/history.d.ts +2 -6
- package/lib/Utils/history.js +6 -4
- package/lib/Utils/logger.d.ts +3 -1
- package/lib/Utils/make-mutex.d.ts +2 -2
- package/lib/Utils/messages-media.d.ts +28 -25
- package/lib/Utils/messages-media.js +47 -38
- package/lib/Utils/messages.js +41 -454
- package/lib/Utils/noise-handler.d.ts +5 -4
- package/lib/Utils/process-message.js +2 -2
- package/lib/Utils/signal.d.ts +1 -2
- package/lib/Utils/signal.js +19 -11
- package/lib/Utils/use-multi-file-auth-state.d.ts +1 -0
- package/lib/Utils/use-multi-file-auth-state.js +3 -11
- package/lib/Utils/validate-connection.d.ts +1 -1
- package/lib/Utils/validate-connection.js +1 -1
- package/lib/WABinary/decode.d.ts +2 -1
- package/lib/WABinary/decode.js +7 -17
- package/lib/WABinary/encode.d.ts +2 -1
- package/lib/WABinary/encode.js +17 -33
- package/lib/WABinary/generic-utils.d.ts +3 -2
- package/lib/WABinary/generic-utils.js +2 -2
- package/lib/WABinary/jid-utils.d.ts +1 -1
- package/lib/WAM/BinaryInfo.d.ts +11 -2
- package/lib/WAM/encode.d.ts +2 -1
- package/lib/WAUSync/Protocols/USyncStatusProtocol.js +3 -3
- package/lib/WAUSync/Protocols/UsyncBotProfileProtocol.d.ts +25 -0
- package/lib/WAUSync/Protocols/UsyncBotProfileProtocol.js +53 -0
- package/lib/WAUSync/Protocols/UsyncLIDProtocol.d.ts +8 -0
- package/lib/WAUSync/Protocols/UsyncLIDProtocol.js +24 -0
- package/lib/WAUSync/USyncQuery.d.ts +2 -0
- package/lib/WAUSync/USyncQuery.js +10 -0
- package/lib/WAUSync/USyncUser.d.ts +2 -0
- package/lib/WAUSync/USyncUser.js +4 -0
- package/lib/index.d.ts +0 -1
- package/lib/index.js +0 -1
- package/package.json +19 -32
- package/lib/Socket/Client/types.d.ts +0 -17
- package/lib/Socket/Client/types.js +0 -13
package/README.md
CHANGED
@@ -1,104 +0,0 @@
|
|
1
|
-
---
|
2
|
-
|
3
|
-
<div align="center"> 🚀 LyrraMeta API
|
4
|
-
|
5
|
-
📡 The Ultimate WhatsApp Web API for TypeScript & JavaScript
|
6
|
-
|
7
|
-
🛡️ Secure | ⚡ Fast | 🏆 Premium
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
</div>
|
14
|
-
---
|
15
|
-
|
16
|
-
<div align='center'>
|
17
|
-
|
18
|
-

|
19
|
-

|
20
|
-

|
21
|
-

|
22
|
-

|
23
|
-

|
24
|
-

|
25
|
-
|
26
|
-
</div>
|
27
|
-
|
28
|
-
🔥 Why Choose LyrraMeta API?
|
29
|
-
|
30
|
-
LyrraMeta API is not just another API. It’s an exclusive technology that transforms the way you interact with WhatsApp Web, pushing the limits of performance and efficiency.
|
31
|
-
|
32
|
-
✅ No Selenium or Chromium → Ultra-lightweight, saves up to 500MB of RAM
|
33
|
-
✅ Real-Time WebSocket Integration → Lightning-fast response, no delays
|
34
|
-
✅ Multi-Device & Web Support → Fully compatible with the latest WhatsApp
|
35
|
-
✅ Advanced Performance Optimization → Minimized ban risk & business-ready stability
|
36
|
-
✅ Perfect for Developers & Enterprises → Ideal for AI chatbots, automation, and business integrations
|
37
|
-
|
38
|
-
⚡ LyrraMeta API is a revolution in WhatsApp automation technology!
|
39
|
-
|
40
|
-
|
41
|
-
---
|
42
|
-
|
43
|
-

|
44
|
-
|
45
|
-
___
|
46
|
-
|
47
|
-
🚨 IMPORTANT DISCLAIMER
|
48
|
-
|
49
|
-
> ⚠️ LyrraMeta API is a premium software developed by @LyrraEvanthMeta.
|
50
|
-
Use it responsibly. We are not responsible for any misuse, including illegal activities, spam, or violations of WhatsApp’s policies.
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
> 🔎 Please Note:
|
55
|
-
|
56
|
-
LyrraMeta API is NOT affiliated with WhatsApp Inc.
|
57
|
-
|
58
|
-
Violating WhatsApp’s Terms of Service may result in account suspension.
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
---
|
65
|
-
|
66
|
-
📦 Installation & Quick Start
|
67
|
-
|
68
|
-
🚀 1. Install the API
|
69
|
-
|
70
|
-
npm install @lyrra-meta/interactive
|
71
|
-
|
72
|
-
⚡ 2. Start Coding in Seconds
|
73
|
-
|
74
|
-
const { interactive } = require("@lyrra-meta/interactive");
|
75
|
-
|
76
|
-
async function startBot() {
|
77
|
-
const client = new interactive();
|
78
|
-
await client.connect();
|
79
|
-
console.log("✅ Bot is now running on LyrraMeta API!");
|
80
|
-
}
|
81
|
-
|
82
|
-
startBot();
|
83
|
-
|
84
|
-
|
85
|
-
---
|
86
|
-
|
87
|
-
🏆 Why Developers & Businesses Trust LyrraMeta API?
|
88
|
-
|
89
|
-
💎 Stable & Low Latency → Runs on direct WebSocket, no unnecessary overhead
|
90
|
-
💎 Secure & Optimized → Anti-ban algorithms, perfect for enterprise use
|
91
|
-
💎 Continuously Updated → Always aligned with WhatsApp’s latest updates
|
92
|
-
💎 Exclusive & Limited Access → Not everyone gets to use this technology
|
93
|
-
|
94
|
-
🔥 Join the exclusive LyrraMeta community and experience the difference!
|
95
|
-
|
96
|
-
|
97
|
-
---
|
98
|
-
|
99
|
-
🤝 Support & Contribution
|
100
|
-
|
101
|
-
This project continues the development of a previous repository after its removal by the original author. We are committed to enhancing and expanding the API’s capabilities.
|
102
|
-
|
103
|
-
📢 Support the development of LyrraMeta API!
|
104
|
-
💬 Join our exclusive community & gain premium access!
|