naya-flore 4.7.2 → 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.
Files changed (99) hide show
  1. package/README.md +0 -104
  2. package/WAProto/WAProto.proto +89 -1195
  3. package/WAProto/index.d.ts +1256 -13195
  4. package/WAProto/index.js +11405 -32544
  5. package/lib/Defaults/baileys-version.json +1 -1
  6. package/lib/Defaults/index.d.ts +0 -231
  7. package/lib/Defaults/index.js +102 -92
  8. package/lib/Defaults/phonenumber-mcc.json +221 -221
  9. package/lib/Signal/libsignal.js +9 -18
  10. package/lib/Socket/Client/abstract-socket-client.d.ts +2 -0
  11. package/lib/Socket/Client/index.d.ts +3 -2
  12. package/lib/Socket/Client/index.js +3 -2
  13. package/lib/Socket/Client/mobile-socket-client.d.ts +1 -0
  14. package/lib/Socket/Client/{websocket.d.ts → web-socket-client.d.ts} +1 -1
  15. package/lib/Socket/Client/{websocket.js → web-socket-client.js} +2 -2
  16. package/lib/Socket/business.d.ts +43 -42
  17. package/lib/Socket/chats.d.ts +8 -9
  18. package/lib/Socket/chats.js +34 -41
  19. package/lib/Socket/groups.d.ts +7 -7
  20. package/lib/Socket/groups.js +4 -2
  21. package/lib/Socket/index.d.ts +52 -51
  22. package/lib/Socket/messages-recv.d.ts +42 -41
  23. package/lib/Socket/messages-recv.js +127 -190
  24. package/lib/Socket/messages-send.d.ts +9 -16
  25. package/lib/Socket/messages-send.js +316 -467
  26. package/lib/Socket/newsletter.d.ts +28 -26
  27. package/lib/Socket/newsletter.js +3 -3
  28. package/lib/Socket/registration.d.ts +52 -49
  29. package/lib/Socket/registration.js +7 -7
  30. package/lib/Socket/socket.d.ts +0 -1
  31. package/lib/Socket/socket.js +23 -49
  32. package/lib/Socket/usync.d.ts +10 -11
  33. package/lib/Store/index.d.ts +2 -2
  34. package/lib/Store/index.js +2 -2
  35. package/lib/Store/make-cache-manager-store.d.ts +0 -1
  36. package/lib/Store/make-in-memory-store.js +1 -5
  37. package/lib/Store/make-ordered-dictionary.d.ts +1 -1
  38. package/lib/Types/Auth.d.ts +1 -0
  39. package/lib/Types/Call.d.ts +1 -1
  40. package/lib/Types/Chat.d.ts +7 -12
  41. package/lib/Types/Events.d.ts +2 -17
  42. package/lib/Types/GroupMetadata.d.ts +2 -3
  43. package/lib/Types/Label.d.ts +0 -11
  44. package/lib/Types/Label.js +1 -1
  45. package/lib/Types/LabelAssociation.js +1 -1
  46. package/lib/Types/Message.d.ts +10 -170
  47. package/lib/Types/Newsletter.js +3 -3
  48. package/lib/Types/Socket.d.ts +4 -7
  49. package/lib/Types/index.d.ts +0 -9
  50. package/lib/Types/index.js +1 -1
  51. package/lib/Utils/auth-utils.js +3 -3
  52. package/lib/Utils/business.d.ts +1 -1
  53. package/lib/Utils/business.js +2 -2
  54. package/lib/Utils/chat-utils.d.ts +12 -11
  55. package/lib/Utils/chat-utils.js +26 -42
  56. package/lib/Utils/crypto.d.ts +16 -15
  57. package/lib/Utils/crypto.js +23 -35
  58. package/lib/Utils/decode-wa-message.d.ts +0 -17
  59. package/lib/Utils/decode-wa-message.js +15 -43
  60. package/lib/Utils/generics.d.ts +17 -13
  61. package/lib/Utils/generics.js +15 -25
  62. package/lib/Utils/history.d.ts +2 -6
  63. package/lib/Utils/history.js +6 -4
  64. package/lib/Utils/logger.d.ts +3 -1
  65. package/lib/Utils/make-mutex.d.ts +2 -2
  66. package/lib/Utils/messages-media.d.ts +28 -25
  67. package/lib/Utils/messages-media.js +47 -38
  68. package/lib/Utils/messages.js +41 -454
  69. package/lib/Utils/noise-handler.d.ts +5 -4
  70. package/lib/Utils/process-message.js +2 -2
  71. package/lib/Utils/signal.d.ts +1 -2
  72. package/lib/Utils/signal.js +19 -11
  73. package/lib/Utils/use-multi-file-auth-state.d.ts +1 -0
  74. package/lib/Utils/use-multi-file-auth-state.js +3 -11
  75. package/lib/Utils/validate-connection.d.ts +1 -1
  76. package/lib/Utils/validate-connection.js +1 -1
  77. package/lib/WABinary/decode.d.ts +2 -1
  78. package/lib/WABinary/decode.js +7 -17
  79. package/lib/WABinary/encode.d.ts +2 -1
  80. package/lib/WABinary/encode.js +17 -33
  81. package/lib/WABinary/generic-utils.d.ts +3 -2
  82. package/lib/WABinary/generic-utils.js +2 -2
  83. package/lib/WABinary/jid-utils.d.ts +1 -1
  84. package/lib/WAM/BinaryInfo.d.ts +11 -2
  85. package/lib/WAM/encode.d.ts +2 -1
  86. package/lib/WAUSync/Protocols/USyncStatusProtocol.js +3 -3
  87. package/lib/WAUSync/Protocols/UsyncBotProfileProtocol.d.ts +25 -0
  88. package/lib/WAUSync/Protocols/UsyncBotProfileProtocol.js +53 -0
  89. package/lib/WAUSync/Protocols/UsyncLIDProtocol.d.ts +8 -0
  90. package/lib/WAUSync/Protocols/UsyncLIDProtocol.js +24 -0
  91. package/lib/WAUSync/USyncQuery.d.ts +2 -0
  92. package/lib/WAUSync/USyncQuery.js +10 -0
  93. package/lib/WAUSync/USyncUser.d.ts +2 -0
  94. package/lib/WAUSync/USyncUser.js +4 -0
  95. package/lib/index.d.ts +0 -1
  96. package/lib/index.js +0 -1
  97. package/package.json +19 -32
  98. package/lib/Socket/Client/types.d.ts +0 -17
  99. 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
- ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/whiskeysockets/baileys/total)
19
- ![NPM Downloads](https://img.shields.io/npm/dw/%40whiskeysockets%2Fbaileys?label=npm&color=%23CB3837)
20
- ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/whiskeysockets/baileys)
21
- ![GitHub License](https://img.shields.io/github/license/whiskeysockets/baileys)
22
- ![Discard](https://img.shields.io/discord/725839806084546610?label=discord&color=%235865F2)
23
- ![GitHub Repo stars](https://img.shields.io/github/stars/whiskeysockets/baileys)
24
- ![GitHub forks](https://img.shields.io/github/forks/whiskeysockets/baileys)
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
- ![My Card ](https://cardivo.vercel.app/api?name=Lyrra%20Evanth%20&description=”Hanya%20ingin%20menjadi%20seorang%20programmer%20ahli,%20meskipun%20tanpa%20guru%20atau%20bantuan%20dari%20siapapun,%20hanya%20melakukan%20karena%20itu%20hoby%20saya”%20&image=https://files.catbox.moe/oz6oil.png&backgroundColor=%23ecf0f1&instagram=@Lyrra-Evanth&github=Lyrra&pattern=leaf&colorPattern=%23eaeaea)
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!