alicezetion 1.8.6 → 1.8.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (267) hide show
  1. package/.cache/nix/binary-cache-v6.sqlite +0 -0
  2. package/.cache/nix/binary-cache-v6.sqlite-journal +0 -0
  3. package/.cache/replit/modules/nodejs-20:v28-20240213-3f08513.res +1 -0
  4. package/.cache/replit/modules/replit:v5-20240209-9e3a339.res +1 -0
  5. package/.cache/replit/modules.stamp +0 -1
  6. package/.cache/replit/nix/env.json +1 -1
  7. package/.cache/typescript/5.3/node_modules/.package-lock.json +166 -0
  8. package/.cache/typescript/5.3/node_modules/@types/bluebird/LICENSE +21 -0
  9. package/.cache/typescript/5.3/node_modules/@types/bluebird/README.md +15 -0
  10. package/.cache/typescript/5.3/node_modules/@types/bluebird/index.d.ts +1365 -0
  11. package/.cache/typescript/5.3/node_modules/@types/bluebird/package.json +25 -0
  12. package/.cache/typescript/5.3/node_modules/@types/caseless/LICENSE +21 -0
  13. package/.cache/typescript/5.3/node_modules/@types/caseless/README.md +48 -0
  14. package/.cache/typescript/5.3/node_modules/@types/caseless/index.d.ts +29 -0
  15. package/.cache/typescript/5.3/node_modules/@types/caseless/package.json +35 -0
  16. package/.cache/typescript/5.3/node_modules/@types/cheerio/LICENSE +21 -0
  17. package/.cache/typescript/5.3/node_modules/@types/cheerio/README.md +15 -0
  18. package/.cache/typescript/5.3/node_modules/@types/cheerio/index.d.ts +318 -0
  19. package/.cache/typescript/5.3/node_modules/@types/cheerio/package.json +71 -0
  20. package/.cache/typescript/5.3/node_modules/@types/node/LICENSE +21 -0
  21. package/.cache/typescript/5.3/node_modules/@types/node/README.md +15 -0
  22. package/.cache/typescript/5.3/node_modules/@types/node/assert/strict.d.ts +8 -0
  23. package/.cache/typescript/5.3/node_modules/@types/node/assert.d.ts +996 -0
  24. package/.cache/typescript/5.3/node_modules/@types/node/async_hooks.d.ts +539 -0
  25. package/.cache/typescript/5.3/node_modules/@types/node/buffer.d.ts +2362 -0
  26. package/.cache/typescript/5.3/node_modules/@types/node/child_process.d.ts +1540 -0
  27. package/.cache/typescript/5.3/node_modules/@types/node/cluster.d.ts +432 -0
  28. package/.cache/typescript/5.3/node_modules/@types/node/console.d.ts +415 -0
  29. package/.cache/typescript/5.3/node_modules/@types/node/constants.d.ts +19 -0
  30. package/.cache/typescript/5.3/node_modules/@types/node/crypto.d.ts +4487 -0
  31. package/.cache/typescript/5.3/node_modules/@types/node/dgram.d.ts +596 -0
  32. package/.cache/typescript/5.3/node_modules/@types/node/diagnostics_channel.d.ts +545 -0
  33. package/.cache/typescript/5.3/node_modules/@types/node/dns/promises.d.ts +425 -0
  34. package/.cache/typescript/5.3/node_modules/@types/node/dns.d.ts +809 -0
  35. package/.cache/typescript/5.3/node_modules/@types/node/dom-events.d.ts +122 -0
  36. package/.cache/typescript/5.3/node_modules/@types/node/domain.d.ts +170 -0
  37. package/.cache/typescript/5.3/node_modules/@types/node/events.d.ts +879 -0
  38. package/.cache/typescript/5.3/node_modules/@types/node/fs/promises.d.ts +1239 -0
  39. package/.cache/typescript/5.3/node_modules/@types/node/fs.d.ts +4311 -0
  40. package/.cache/typescript/5.3/node_modules/@types/node/globals.d.ts +411 -0
  41. package/.cache/typescript/5.3/node_modules/@types/node/globals.global.d.ts +1 -0
  42. package/.cache/typescript/5.3/node_modules/@types/node/http.d.ts +1887 -0
  43. package/.cache/typescript/5.3/node_modules/@types/node/http2.d.ts +2382 -0
  44. package/.cache/typescript/5.3/node_modules/@types/node/https.d.ts +550 -0
  45. package/.cache/typescript/5.3/node_modules/@types/node/index.d.ts +88 -0
  46. package/.cache/typescript/5.3/node_modules/@types/node/inspector.d.ts +2747 -0
  47. package/.cache/typescript/5.3/node_modules/@types/node/module.d.ts +315 -0
  48. package/.cache/typescript/5.3/node_modules/@types/node/net.d.ts +949 -0
  49. package/.cache/typescript/5.3/node_modules/@types/node/os.d.ts +478 -0
  50. package/.cache/typescript/5.3/node_modules/@types/node/package.json +229 -0
  51. package/.cache/typescript/5.3/node_modules/@types/node/path.d.ts +191 -0
  52. package/.cache/typescript/5.3/node_modules/@types/node/perf_hooks.d.ts +645 -0
  53. package/.cache/typescript/5.3/node_modules/@types/node/process.d.ts +1561 -0
  54. package/.cache/typescript/5.3/node_modules/@types/node/punycode.d.ts +117 -0
  55. package/.cache/typescript/5.3/node_modules/@types/node/querystring.d.ts +141 -0
  56. package/.cache/typescript/5.3/node_modules/@types/node/readline/promises.d.ts +150 -0
  57. package/.cache/typescript/5.3/node_modules/@types/node/readline.d.ts +539 -0
  58. package/.cache/typescript/5.3/node_modules/@types/node/repl.d.ts +430 -0
  59. package/.cache/typescript/5.3/node_modules/@types/node/stream/consumers.d.ts +12 -0
  60. package/.cache/typescript/5.3/node_modules/@types/node/stream/promises.d.ts +83 -0
  61. package/.cache/typescript/5.3/node_modules/@types/node/stream/web.d.ts +366 -0
  62. package/.cache/typescript/5.3/node_modules/@types/node/stream.d.ts +1701 -0
  63. package/.cache/typescript/5.3/node_modules/@types/node/string_decoder.d.ts +67 -0
  64. package/.cache/typescript/5.3/node_modules/@types/node/test.d.ts +1465 -0
  65. package/.cache/typescript/5.3/node_modules/@types/node/timers/promises.d.ts +93 -0
  66. package/.cache/typescript/5.3/node_modules/@types/node/timers.d.ts +240 -0
  67. package/.cache/typescript/5.3/node_modules/@types/node/tls.d.ts +1210 -0
  68. package/.cache/typescript/5.3/node_modules/@types/node/trace_events.d.ts +182 -0
  69. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
  70. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/assert.d.ts +996 -0
  71. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/async_hooks.d.ts +539 -0
  72. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/buffer.d.ts +2362 -0
  73. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/child_process.d.ts +1540 -0
  74. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/cluster.d.ts +432 -0
  75. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/console.d.ts +415 -0
  76. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/constants.d.ts +19 -0
  77. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/crypto.d.ts +4487 -0
  78. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dgram.d.ts +596 -0
  79. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +545 -0
  80. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dns/promises.d.ts +425 -0
  81. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dns.d.ts +809 -0
  82. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dom-events.d.ts +122 -0
  83. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
  84. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/events.d.ts +879 -0
  85. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/fs/promises.d.ts +1239 -0
  86. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/fs.d.ts +4311 -0
  87. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/globals.d.ts +411 -0
  88. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
  89. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/http.d.ts +1887 -0
  90. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/http2.d.ts +2382 -0
  91. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/https.d.ts +550 -0
  92. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/index.d.ts +88 -0
  93. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/inspector.d.ts +2747 -0
  94. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/module.d.ts +315 -0
  95. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/net.d.ts +949 -0
  96. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/os.d.ts +478 -0
  97. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/path.d.ts +191 -0
  98. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/perf_hooks.d.ts +645 -0
  99. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/process.d.ts +1561 -0
  100. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
  101. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/querystring.d.ts +141 -0
  102. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/readline/promises.d.ts +150 -0
  103. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/readline.d.ts +539 -0
  104. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/repl.d.ts +430 -0
  105. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
  106. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/promises.d.ts +83 -0
  107. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/web.d.ts +366 -0
  108. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream.d.ts +1701 -0
  109. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
  110. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/test.d.ts +1465 -0
  111. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
  112. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/timers.d.ts +240 -0
  113. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/tls.d.ts +1210 -0
  114. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
  115. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/tty.d.ts +208 -0
  116. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/url.d.ts +927 -0
  117. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/util.d.ts +2183 -0
  118. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
  119. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/vm.d.ts +903 -0
  120. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/wasi.d.ts +179 -0
  121. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/worker_threads.d.ts +691 -0
  122. package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
  123. package/.cache/typescript/5.3/node_modules/@types/node/tty.d.ts +208 -0
  124. package/.cache/typescript/5.3/node_modules/@types/node/url.d.ts +927 -0
  125. package/.cache/typescript/5.3/node_modules/@types/node/util.d.ts +2183 -0
  126. package/.cache/typescript/5.3/node_modules/@types/node/v8.d.ts +635 -0
  127. package/.cache/typescript/5.3/node_modules/@types/node/vm.d.ts +903 -0
  128. package/.cache/typescript/5.3/node_modules/@types/node/wasi.d.ts +179 -0
  129. package/.cache/typescript/5.3/node_modules/@types/node/worker_threads.d.ts +691 -0
  130. package/.cache/typescript/5.3/node_modules/@types/node/zlib.d.ts +517 -0
  131. package/.cache/typescript/5.3/node_modules/@types/npmlog/LICENSE +21 -0
  132. package/.cache/typescript/5.3/node_modules/@types/npmlog/README.md +15 -0
  133. package/.cache/typescript/5.3/node_modules/@types/npmlog/index.d.ts +84 -0
  134. package/.cache/typescript/5.3/node_modules/@types/npmlog/package.json +32 -0
  135. package/.cache/typescript/5.3/node_modules/@types/prop-types/LICENSE +21 -0
  136. package/.cache/typescript/5.3/node_modules/@types/prop-types/README.md +15 -0
  137. package/.cache/typescript/5.3/node_modules/@types/prop-types/index.d.ts +98 -0
  138. package/.cache/typescript/5.3/node_modules/@types/prop-types/package.json +35 -0
  139. package/.cache/typescript/5.3/node_modules/@types/react/LICENSE +21 -0
  140. package/.cache/typescript/5.3/node_modules/@types/react/README.md +15 -0
  141. package/.cache/typescript/5.3/node_modules/@types/react/canary.d.ts +112 -0
  142. package/.cache/typescript/5.3/node_modules/@types/react/experimental.d.ts +126 -0
  143. package/.cache/typescript/5.3/node_modules/@types/react/global.d.ts +158 -0
  144. package/.cache/typescript/5.3/node_modules/@types/react/index.d.ts +4351 -0
  145. package/.cache/typescript/5.3/node_modules/@types/react/jsx-dev-runtime.d.ts +13 -0
  146. package/.cache/typescript/5.3/node_modules/@types/react/jsx-runtime.d.ts +13 -0
  147. package/.cache/typescript/5.3/node_modules/@types/react/package.json +206 -0
  148. package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/canary.d.ts +112 -0
  149. package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/experimental.d.ts +126 -0
  150. package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/global.d.ts +158 -0
  151. package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/index.d.ts +4333 -0
  152. package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/jsx-dev-runtime.d.ts +12 -0
  153. package/.cache/typescript/5.3/node_modules/@types/react/ts5.0/jsx-runtime.d.ts +12 -0
  154. package/.cache/typescript/5.3/node_modules/@types/request/LICENSE +21 -0
  155. package/.cache/typescript/5.3/node_modules/@types/request/README.md +15 -0
  156. package/.cache/typescript/5.3/node_modules/@types/request/index.d.ts +395 -0
  157. package/.cache/typescript/5.3/node_modules/@types/request/package.json +70 -0
  158. package/.cache/typescript/5.3/node_modules/@types/scheduler/LICENSE +21 -0
  159. package/.cache/typescript/5.3/node_modules/@types/scheduler/README.md +15 -0
  160. package/.cache/typescript/5.3/node_modules/@types/scheduler/index.d.ts +30 -0
  161. package/.cache/typescript/5.3/node_modules/@types/scheduler/package.json +30 -0
  162. package/.cache/typescript/5.3/node_modules/@types/scheduler/tracing.d.ts +127 -0
  163. package/.cache/typescript/5.3/node_modules/@types/tough-cookie/LICENSE +21 -0
  164. package/.cache/typescript/5.3/node_modules/@types/tough-cookie/README.md +15 -0
  165. package/.cache/typescript/5.3/node_modules/@types/tough-cookie/index.d.ts +321 -0
  166. package/.cache/typescript/5.3/node_modules/@types/tough-cookie/package.json +35 -0
  167. package/.cache/typescript/5.3/node_modules/asynckit/LICENSE +21 -0
  168. package/.cache/typescript/5.3/node_modules/asynckit/README.md +233 -0
  169. package/.cache/typescript/5.3/node_modules/asynckit/bench.js +76 -0
  170. package/.cache/typescript/5.3/node_modules/asynckit/index.js +6 -0
  171. package/.cache/typescript/5.3/node_modules/asynckit/lib/abort.js +29 -0
  172. package/.cache/typescript/5.3/node_modules/asynckit/lib/async.js +34 -0
  173. package/.cache/typescript/5.3/node_modules/asynckit/lib/defer.js +26 -0
  174. package/.cache/typescript/5.3/node_modules/asynckit/lib/iterate.js +75 -0
  175. package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_asynckit.js +91 -0
  176. package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_parallel.js +25 -0
  177. package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_serial.js +25 -0
  178. package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
  179. package/.cache/typescript/5.3/node_modules/asynckit/lib/state.js +37 -0
  180. package/.cache/typescript/5.3/node_modules/asynckit/lib/streamify.js +141 -0
  181. package/.cache/typescript/5.3/node_modules/asynckit/lib/terminator.js +29 -0
  182. package/.cache/typescript/5.3/node_modules/asynckit/package.json +63 -0
  183. package/.cache/typescript/5.3/node_modules/asynckit/parallel.js +43 -0
  184. package/.cache/typescript/5.3/node_modules/asynckit/serial.js +17 -0
  185. package/.cache/typescript/5.3/node_modules/asynckit/serialOrdered.js +75 -0
  186. package/.cache/typescript/5.3/node_modules/asynckit/stream.js +21 -0
  187. package/.cache/typescript/5.3/node_modules/combined-stream/License +19 -0
  188. package/.cache/typescript/5.3/node_modules/combined-stream/Readme.md +138 -0
  189. package/.cache/typescript/5.3/node_modules/combined-stream/lib/combined_stream.js +208 -0
  190. package/.cache/typescript/5.3/node_modules/combined-stream/package.json +25 -0
  191. package/.cache/typescript/5.3/node_modules/combined-stream/yarn.lock +17 -0
  192. package/.cache/typescript/5.3/node_modules/csstype/LICENSE +19 -0
  193. package/.cache/typescript/5.3/node_modules/csstype/README.md +277 -0
  194. package/.cache/typescript/5.3/node_modules/csstype/index.d.ts +21297 -0
  195. package/.cache/typescript/5.3/node_modules/csstype/index.js.flow +6612 -0
  196. package/.cache/typescript/5.3/node_modules/csstype/package.json +66 -0
  197. package/.cache/typescript/5.3/node_modules/delayed-stream/License +19 -0
  198. package/.cache/typescript/5.3/node_modules/delayed-stream/Makefile +7 -0
  199. package/.cache/typescript/5.3/node_modules/delayed-stream/Readme.md +141 -0
  200. package/.cache/typescript/5.3/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
  201. package/.cache/typescript/5.3/node_modules/delayed-stream/package.json +27 -0
  202. package/.cache/typescript/5.3/node_modules/form-data/License +19 -0
  203. package/.cache/typescript/5.3/node_modules/form-data/README.md +350 -0
  204. package/.cache/typescript/5.3/node_modules/form-data/README.md.bak +350 -0
  205. package/.cache/typescript/5.3/node_modules/form-data/index.d.ts +51 -0
  206. package/.cache/typescript/5.3/node_modules/form-data/lib/browser.js +2 -0
  207. package/.cache/typescript/5.3/node_modules/form-data/lib/form_data.js +483 -0
  208. package/.cache/typescript/5.3/node_modules/form-data/lib/populate.js +10 -0
  209. package/.cache/typescript/5.3/node_modules/form-data/package.json +68 -0
  210. package/.cache/typescript/5.3/node_modules/mime-db/HISTORY.md +507 -0
  211. package/.cache/typescript/5.3/node_modules/mime-db/LICENSE +23 -0
  212. package/.cache/typescript/5.3/node_modules/mime-db/README.md +100 -0
  213. package/.cache/typescript/5.3/node_modules/mime-db/db.json +8519 -0
  214. package/.cache/typescript/5.3/node_modules/mime-db/index.js +12 -0
  215. package/.cache/typescript/5.3/node_modules/mime-db/package.json +60 -0
  216. package/.cache/typescript/5.3/node_modules/mime-types/HISTORY.md +397 -0
  217. package/.cache/typescript/5.3/node_modules/mime-types/LICENSE +23 -0
  218. package/.cache/typescript/5.3/node_modules/mime-types/README.md +113 -0
  219. package/.cache/typescript/5.3/node_modules/mime-types/index.js +188 -0
  220. package/.cache/typescript/5.3/node_modules/mime-types/package.json +44 -0
  221. package/.cache/typescript/5.3/node_modules/types-registry/README.md +2 -0
  222. package/.cache/typescript/5.3/node_modules/types-registry/index.json +1 -0
  223. package/.cache/typescript/5.3/node_modules/types-registry/package.json +20 -0
  224. package/.cache/typescript/5.3/node_modules/undici-types/README.md +6 -0
  225. package/.cache/typescript/5.3/node_modules/undici-types/agent.d.ts +31 -0
  226. package/.cache/typescript/5.3/node_modules/undici-types/api.d.ts +43 -0
  227. package/.cache/typescript/5.3/node_modules/undici-types/balanced-pool.d.ts +18 -0
  228. package/.cache/typescript/5.3/node_modules/undici-types/cache.d.ts +36 -0
  229. package/.cache/typescript/5.3/node_modules/undici-types/client.d.ts +97 -0
  230. package/.cache/typescript/5.3/node_modules/undici-types/connector.d.ts +34 -0
  231. package/.cache/typescript/5.3/node_modules/undici-types/content-type.d.ts +21 -0
  232. package/.cache/typescript/5.3/node_modules/undici-types/cookies.d.ts +28 -0
  233. package/.cache/typescript/5.3/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
  234. package/.cache/typescript/5.3/node_modules/undici-types/dispatcher.d.ts +241 -0
  235. package/.cache/typescript/5.3/node_modules/undici-types/errors.d.ts +128 -0
  236. package/.cache/typescript/5.3/node_modules/undici-types/fetch.d.ts +209 -0
  237. package/.cache/typescript/5.3/node_modules/undici-types/file.d.ts +39 -0
  238. package/.cache/typescript/5.3/node_modules/undici-types/filereader.d.ts +54 -0
  239. package/.cache/typescript/5.3/node_modules/undici-types/formdata.d.ts +108 -0
  240. package/.cache/typescript/5.3/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  241. package/.cache/typescript/5.3/node_modules/undici-types/global-origin.d.ts +7 -0
  242. package/.cache/typescript/5.3/node_modules/undici-types/handlers.d.ts +9 -0
  243. package/.cache/typescript/5.3/node_modules/undici-types/header.d.ts +4 -0
  244. package/.cache/typescript/5.3/node_modules/undici-types/index.d.ts +63 -0
  245. package/.cache/typescript/5.3/node_modules/undici-types/interceptors.d.ts +5 -0
  246. package/.cache/typescript/5.3/node_modules/undici-types/mock-agent.d.ts +50 -0
  247. package/.cache/typescript/5.3/node_modules/undici-types/mock-client.d.ts +25 -0
  248. package/.cache/typescript/5.3/node_modules/undici-types/mock-errors.d.ts +12 -0
  249. package/.cache/typescript/5.3/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  250. package/.cache/typescript/5.3/node_modules/undici-types/mock-pool.d.ts +25 -0
  251. package/.cache/typescript/5.3/node_modules/undici-types/package.json +55 -0
  252. package/.cache/typescript/5.3/node_modules/undici-types/patch.d.ts +71 -0
  253. package/.cache/typescript/5.3/node_modules/undici-types/pool-stats.d.ts +19 -0
  254. package/.cache/typescript/5.3/node_modules/undici-types/pool.d.ts +28 -0
  255. package/.cache/typescript/5.3/node_modules/undici-types/proxy-agent.d.ts +30 -0
  256. package/.cache/typescript/5.3/node_modules/undici-types/readable.d.ts +61 -0
  257. package/.cache/typescript/5.3/node_modules/undici-types/webidl.d.ts +220 -0
  258. package/.cache/typescript/5.3/node_modules/undici-types/websocket.d.ts +131 -0
  259. package/.cache/typescript/5.3/package-lock.json +179 -0
  260. package/.cache/typescript/5.3/package.json +1 -0
  261. package/.replit +1 -0
  262. package/index.js +1 -0
  263. package/leiamnash/edit.js +59 -0
  264. package/leiamnash/listenMqtt.js +827 -816
  265. package/package.json +1 -1
  266. package/.cache/replit/__replit_disk_meta.json +0 -1
  267. package/replit.nix +0 -6
@@ -10,834 +10,845 @@ const EventEmitter = require('events');
10
10
  const identity = function () { };
11
11
 
12
12
  const topics = [
13
- "/legacy_web",
14
- "/webrtc",
15
- "/rtc_multi",
16
- "/onevc",
17
- "/br_sr", //Notification
18
- //Need to publish /br_sr right after this
19
- "/sr_res",
20
- "/t_ms",
21
- "/thread_typing",
22
- "/orca_typing_notifications",
23
- "/notify_disconnect",
24
- //Need to publish /messenger_sync_create_queue right after this
25
- "/orca_presence",
26
- //Will receive /sr_res right here.
27
-
28
- "/legacy_web_mtouch"
29
- // "/inbox",
30
- // "/mercury",
31
- // "/messaging_events",
32
- // "/orca_message_notifications",
33
- // "/pp",
34
- // "/webrtc_response",
13
+ "/legacy_web",
14
+ "/webrtc",
15
+ "/rtc_multi",
16
+ "/onevc",
17
+ "/br_sr", //Notification
18
+ //Need to publish /br_sr right after this
19
+ "/sr_res",
20
+ "/t_ms",
21
+ "/thread_typing",
22
+ "/orca_typing_notifications",
23
+ "/notify_disconnect",
24
+ //Need to publish /messenger_sync_create_queue right after this
25
+ "/orca_presence",
26
+ //Will receive /sr_res right here.
27
+
28
+ "/legacy_web_mtouch"
29
+ // "/inbox",
30
+ // "/mercury",
31
+ // "/messaging_events",
32
+ // "/orca_message_notifications",
33
+ // "/pp",
34
+ // "/webrtc_response",
35
35
  ];
36
36
 
37
37
  function listenMqtt(defaultFuncs, api, ctx, globalCallback) {
38
- //Don't really know what this does but I think it's for the active state?
39
- //TODO: Move to ctx when implemented
40
- const chatOn = ctx.globalOptions.online;
41
- const foreground = false;
42
-
43
- const sessionID = Math.floor(Math.random() * 9007199254740991) + 1;
44
- const username = {
45
- u: ctx.i_userID || ctx.userID,
46
- s: sessionID,
47
- chat_on: chatOn,
48
- fg: foreground,
49
- d: utils.getGUID(),
50
- ct: "websocket",
51
- //App id from facebook
52
- aid: "219994525426954",
53
- mqtt_sid: "",
54
- cp: 3,
55
- ecp: 10,
56
- st: [],
57
- pm: [],
58
- dc: "",
59
- no_auto_fg: true,
60
- gas: null,
61
- pack: [],
62
- a: ctx.globalOptions.userAgent,
63
- aids: null
64
- };
65
- const cookies = ctx.jar.getCookies("https://www.facebook.com").join("; ");
66
-
67
- let host;
68
- if (ctx.mqttEndpoint) {
69
- host = `${ctx.mqttEndpoint}&sid=${sessionID}`;
70
- } else if (ctx.region) {
71
- host = `wss://edge-chat.facebook.com/chat?region=${ctx.region.toLocaleLowerCase()}&sid=${sessionID}`;
72
- } else {
73
- host = `wss://edge-chat.facebook.com/chat?sid=${sessionID}`;
74
- }
75
-
76
- const options = {
77
- clientId: "mqttwsclient",
78
- protocolId: 'MQIsdp',
79
- protocolVersion: 3,
80
- username: JSON.stringify(username),
81
- clean: true,
82
- wsOptions: {
83
- headers: {
84
- 'Cookie': cookies,
85
- 'Origin': 'https://www.facebook.com',
86
- 'User-Agent': ctx.globalOptions.userAgent,
87
- 'Referer': 'https://www.facebook.com/',
88
- 'Host': new URL(host).hostname //'edge-chat.facebook.com'
89
- },
90
- origin: 'https://www.facebook.com',
91
- protocolVersion: 13
92
- },
93
- keepalive: 10,
94
- reschedulePings: false
95
- };
96
-
97
- if (typeof ctx.globalOptions.proxy != "undefined") {
98
- const agent = new HttpsProxyAgent(ctx.globalOptions.proxy);
99
- options.wsOptions.agent = agent;
100
- }
101
-
102
- ctx.mqttClient = new mqtt.Client(_ => websocket(host, options.wsOptions), options);
103
-
104
- const mqttClient = ctx.mqttClient;
105
-
106
- mqttClient.on('error', function (err) {
107
- log.error("listenMqtt", err);
108
- mqttClient.end();
109
- if (ctx.globalOptions.autoReconnect) {
110
- listenMqtt(defaultFuncs, api, ctx, globalCallback);
111
- } else {
112
- globalCallback({
113
- type: "stop_listen",
114
- error: "Connection refused: Server unavailable"
115
- }, null);
116
- }
117
- });
118
-
119
- mqttClient.on('close', function () {
120
-
121
- });
122
-
123
- mqttClient.on('connect', function () {
124
- topics.forEach(function (topicsub) {
125
- mqttClient.subscribe(topicsub);
126
- });
127
-
128
- let topic;
129
- const queue = {
130
- sync_api_version: 10,
131
- max_deltas_able_to_process: 1000,
132
- delta_batch_size: 500,
133
- encoding: "JSON",
134
- entity_fbid: ctx.i_userID || ctx.userID
135
- };
136
-
137
- if (ctx.syncToken) {
138
- topic = "/messenger_sync_get_diffs";
139
- queue.last_seq_id = ctx.lastSeqId;
140
- queue.sync_token = ctx.syncToken;
141
- } else {
142
- topic = "/messenger_sync_create_queue";
143
- queue.initial_titan_sequence_id = ctx.lastSeqId;
144
- queue.device_params = null;
145
- }
146
-
147
- mqttClient.publish(topic, JSON.stringify(queue), { qos: 1, retain: false });
148
- // set status online
149
- // fix by NTKhang
150
- mqttClient.publish("/foreground_state", JSON.stringify({ foreground: chatOn }), { qos: 1 });
151
- mqttClient.publish("/set_client_settings", JSON.stringify({ make_user_available_when_in_foreground: true }), { qos: 1 });
152
-
153
- const rTimeout = setTimeout(function () {
154
- mqttClient.end();
155
- listenMqtt(defaultFuncs, api, ctx, globalCallback);
156
- }, 5000);
157
-
158
- ctx.tmsWait = function () {
159
- clearTimeout(rTimeout);
160
- ctx.globalOptions.emitReady ? globalCallback({
161
- type: "ready",
162
- error: null
163
- }) : "";
164
- delete ctx.tmsWait;
165
- };
166
-
167
- });
168
-
169
- mqttClient.on('message', function (topic, message, _packet) {
170
- let jsonMessage = Buffer.isBuffer(message) ? Buffer.from(message).toString() : message;
171
- try {
172
- jsonMessage = JSON.parse(jsonMessage);
173
- }
174
- catch (e) {
175
- jsonMessage = {};
176
- }
177
-
178
- if (jsonMessage.type === "jewel_requests_add") {
179
- globalCallback(null, {
180
- type: "friend_request_received",
181
- actorFbId: jsonMessage.from.toString(),
182
- timestamp: Date.now().toString()
183
- });
184
- }
185
- else if (jsonMessage.type === "jewel_requests_remove_old") {
186
- globalCallback(null, {
187
- type: "friend_request_cancel",
188
- actorFbId: jsonMessage.from.toString(),
189
- timestamp: Date.now().toString()
190
- });
191
- }
192
- else if (topic === "/t_ms") {
193
- if (ctx.tmsWait && typeof ctx.tmsWait == "function") {
194
- ctx.tmsWait();
195
- }
196
-
197
- if (jsonMessage.firstDeltaSeqId && jsonMessage.syncToken) {
198
- ctx.lastSeqId = jsonMessage.firstDeltaSeqId;
199
- ctx.syncToken = jsonMessage.syncToken;
200
- }
201
-
202
- if (jsonMessage.lastIssuedSeqId) {
203
- ctx.lastSeqId = parseInt(jsonMessage.lastIssuedSeqId);
204
- }
205
-
206
- //If it contains more than 1 delta
207
- for (const i in jsonMessage.deltas) {
208
- const delta = jsonMessage.deltas[i];
209
- parseDelta(defaultFuncs, api, ctx, globalCallback, { "delta": delta });
210
- }
211
- } else if (topic === "/thread_typing" || topic === "/orca_typing_notifications") {
212
- const typ = {
213
- type: "typ",
214
- isTyping: !!jsonMessage.state,
215
- from: jsonMessage.sender_fbid.toString(),
216
- threadID: utils.formatID((jsonMessage.thread || jsonMessage.sender_fbid).toString())
217
- };
218
- (function () { globalCallback(null, typ); })();
219
- } else if (topic === "/orca_presence") {
220
- if (!ctx.globalOptions.updatePresence) {
221
- for (const i in jsonMessage.list) {
222
- const data = jsonMessage.list[i];
223
- const userID = data["u"];
224
-
225
- const presence = {
226
- type: "presence",
227
- userID: userID.toString(),
228
- //Convert to ms
229
- timestamp: data["l"] * 1000,
230
- statuses: data["p"]
231
- };
232
- (function () { globalCallback(null, presence); })();
233
- }
234
- }
235
- }
236
-
237
- });
238
-
38
+ //Don't really know what this does but I think it's for the active state?
39
+ //TODO: Move to ctx when implemented
40
+ const chatOn = ctx.globalOptions.online;
41
+ const foreground = false;
42
+
43
+ const sessionID = Math.floor(Math.random() * 9007199254740991) + 1;
44
+ const username = {
45
+ u: ctx.i_userID || ctx.userID,
46
+ s: sessionID,
47
+ chat_on: chatOn,
48
+ fg: foreground,
49
+ d: utils.getGUID(),
50
+ ct: "websocket",
51
+ //App id from facebook
52
+ aid: "219994525426954",
53
+ mqtt_sid: "",
54
+ cp: 3,
55
+ ecp: 10,
56
+ st: [],
57
+ pm: [],
58
+ dc: "",
59
+ no_auto_fg: true,
60
+ gas: null,
61
+ pack: [],
62
+ a: ctx.globalOptions.userAgent,
63
+ aids: null
64
+ };
65
+ const cookies = ctx.jar.getCookies("https://www.facebook.com").join("; ");
66
+
67
+ let host;
68
+ if (ctx.mqttEndpoint) {
69
+ host = `${ctx.mqttEndpoint}&sid=${sessionID}`;
70
+ } else if (ctx.region) {
71
+ host = `wss://edge-chat.facebook.com/chat?region=${ctx.region.toLocaleLowerCase()}&sid=${sessionID}`;
72
+ } else {
73
+ host = `wss://edge-chat.facebook.com/chat?sid=${sessionID}`;
74
+ }
75
+
76
+ const options = {
77
+ clientId: "mqttwsclient",
78
+ protocolId: 'MQIsdp',
79
+ protocolVersion: 3,
80
+ username: JSON.stringify(username),
81
+ clean: true,
82
+ wsOptions: {
83
+ headers: {
84
+ 'Cookie': cookies,
85
+ 'Origin': 'https://www.facebook.com',
86
+ 'User-Agent': ctx.globalOptions.userAgent,
87
+ 'Referer': 'https://www.facebook.com/',
88
+ 'Host': new URL(host).hostname //'edge-chat.facebook.com'
89
+ },
90
+ origin: 'https://www.facebook.com',
91
+ protocolVersion: 13
92
+ },
93
+ keepalive: 10,
94
+ reschedulePings: false
95
+ };
96
+
97
+ if (typeof ctx.globalOptions.proxy != "undefined") {
98
+ const agent = new HttpsProxyAgent(ctx.globalOptions.proxy);
99
+ options.wsOptions.agent = agent;
100
+ }
101
+
102
+ ctx.mqttClient = new mqtt.Client(_ => websocket(host, options.wsOptions), options);
103
+
104
+ const mqttClient = ctx.mqttClient;
105
+
106
+ mqttClient.on('error', function (err) {
107
+ log.error("listenMqtt", err);
108
+ mqttClient.end();
109
+ if (ctx.globalOptions.autoReconnect) {
110
+ listenMqtt(defaultFuncs, api, ctx, globalCallback);
111
+ } else {
112
+ utils.checkLiveCookie(ctx, defaultFuncs)
113
+ .then(res => {
114
+ globalCallback({
115
+ type: "stop_listen",
116
+ error: "Connection refused: Server unavailable"
117
+ }, null);
118
+ })
119
+ .catch(err => {
120
+ globalCallback({
121
+ type: "account_inactive",
122
+ error: "Maybe your account is blocked by facebook, please login and check at https://facebook.com"
123
+ }, null);
124
+ });
125
+ }
126
+ });
127
+
128
+ mqttClient.on('close', function () {
129
+
130
+ });
131
+
132
+ mqttClient.on('connect', function () {
133
+ topics.forEach(function (topicsub) {
134
+ mqttClient.subscribe(topicsub);
135
+ });
136
+
137
+ let topic;
138
+ const queue = {
139
+ sync_api_version: 10,
140
+ max_deltas_able_to_process: 1000,
141
+ delta_batch_size: 500,
142
+ encoding: "JSON",
143
+ entity_fbid: ctx.i_userID || ctx.userID
144
+ };
145
+
146
+ if (ctx.syncToken) {
147
+ topic = "/messenger_sync_get_diffs";
148
+ queue.last_seq_id = ctx.lastSeqId;
149
+ queue.sync_token = ctx.syncToken;
150
+ } else {
151
+ topic = "/messenger_sync_create_queue";
152
+ queue.initial_titan_sequence_id = ctx.lastSeqId;
153
+ queue.device_params = null;
154
+ }
155
+
156
+ mqttClient.publish(topic, JSON.stringify(queue), { qos: 1, retain: false });
157
+ // set status online
158
+ // fix by NTKhang
159
+ mqttClient.publish("/foreground_state", JSON.stringify({ foreground: chatOn }), { qos: 1 });
160
+ mqttClient.publish("/set_client_settings", JSON.stringify({ make_user_available_when_in_foreground: true }), { qos: 1 });
161
+
162
+ const rTimeout = setTimeout(function () {
163
+ mqttClient.end();
164
+ listenMqtt(defaultFuncs, api, ctx, globalCallback);
165
+ }, 5000);
166
+
167
+ ctx.tmsWait = function () {
168
+ clearTimeout(rTimeout);
169
+ ctx.globalOptions.emitReady ? globalCallback({
170
+ type: "ready",
171
+ error: null
172
+ }) : "";
173
+ delete ctx.tmsWait;
174
+ };
175
+
176
+ });
177
+
178
+ mqttClient.on('message', function (topic, message, _packet) {
179
+ let jsonMessage = Buffer.isBuffer(message) ? Buffer.from(message).toString() : message;
180
+ try {
181
+ jsonMessage = JSON.parse(jsonMessage);
182
+ }
183
+ catch (e) {
184
+ jsonMessage = {};
185
+ }
186
+
187
+ if (jsonMessage.type === "jewel_requests_add") {
188
+ globalCallback(null, {
189
+ type: "friend_request_received",
190
+ actorFbId: jsonMessage.from.toString(),
191
+ timestamp: Date.now().toString()
192
+ });
193
+ }
194
+ else if (jsonMessage.type === "jewel_requests_remove_old") {
195
+ globalCallback(null, {
196
+ type: "friend_request_cancel",
197
+ actorFbId: jsonMessage.from.toString(),
198
+ timestamp: Date.now().toString()
199
+ });
200
+ }
201
+ else if (topic === "/t_ms") {
202
+ if (ctx.tmsWait && typeof ctx.tmsWait == "function") {
203
+ ctx.tmsWait();
204
+ }
205
+
206
+ if (jsonMessage.firstDeltaSeqId && jsonMessage.syncToken) {
207
+ ctx.lastSeqId = jsonMessage.firstDeltaSeqId;
208
+ ctx.syncToken = jsonMessage.syncToken;
209
+ }
210
+
211
+ if (jsonMessage.lastIssuedSeqId) {
212
+ ctx.lastSeqId = parseInt(jsonMessage.lastIssuedSeqId);
213
+ }
214
+
215
+ //If it contains more than 1 delta
216
+ for (const i in jsonMessage.deltas) {
217
+ const delta = jsonMessage.deltas[i];
218
+ parseDelta(defaultFuncs, api, ctx, globalCallback, { "delta": delta });
219
+ }
220
+ } else if (topic === "/thread_typing" || topic === "/orca_typing_notifications") {
221
+ const typ = {
222
+ type: "typ",
223
+ isTyping: !!jsonMessage.state,
224
+ from: jsonMessage.sender_fbid.toString(),
225
+ threadID: utils.formatID((jsonMessage.thread || jsonMessage.sender_fbid).toString())
226
+ };
227
+ (function () { globalCallback(null, typ); })();
228
+ } else if (topic === "/orca_presence") {
229
+ if (!ctx.globalOptions.updatePresence) {
230
+ for (const i in jsonMessage.list) {
231
+ const data = jsonMessage.list[i];
232
+ const userID = data["u"];
233
+
234
+ const presence = {
235
+ type: "presence",
236
+ userID: userID.toString(),
237
+ //Convert to ms
238
+ timestamp: data["l"] * 1000,
239
+ statuses: data["p"]
240
+ };
241
+ (function () { globalCallback(null, presence); })();
242
+ }
243
+ }
244
+ }
245
+
246
+ });
247
+ mqttClient.on('close', function () {
248
+ globalCallback("Connection closed.");
249
+ });
239
250
  }
240
251
 
241
252
  function parseDelta(defaultFuncs, api, ctx, globalCallback, v) {
242
- if (v.delta.class == "NewMessage") {
243
- //Not tested for pages
244
- if (ctx.globalOptions.pageID &&
245
- ctx.globalOptions.pageID != v.queue
246
- )
247
- return;
248
-
249
- (function resolveAttachmentUrl(i) {
250
- if (i == (v.delta.attachments || []).length) {
251
- let fmtMsg;
252
- try {
253
- fmtMsg = utils.formatDeltaMessage(v);
254
- } catch (err) {
255
- return globalCallback({
256
- error: "Problem parsing message object. Please open an issue at https://github.com/ntkhang03/fb-chat-api/issues.",
257
- detail: err,
258
- res: v,
259
- type: "parse_error"
260
- });
261
- }
262
- if (fmtMsg) {
263
- if (ctx.globalOptions.autoMarkDelivery) {
264
- markDelivery(ctx, api, fmtMsg.threadID, fmtMsg.messageID);
265
- }
266
- }
267
- return !ctx.globalOptions.selfListen &&
268
- (fmtMsg.senderID === ctx.i_userID || fmtMsg.senderID === ctx.userID) ?
269
- undefined :
270
- (function () { globalCallback(null, fmtMsg); })();
271
- } else {
272
- if (v.delta.attachments[i].mercury.attach_type == "photo") {
273
- api.resolvePhotoUrl(
274
- v.delta.attachments[i].fbid,
275
- (err, url) => {
276
- if (!err)
277
- v.delta.attachments[
278
- i
279
- ].mercury.metadata.url = url;
280
- return resolveAttachmentUrl(i + 1);
281
- }
282
- );
283
- } else {
284
- return resolveAttachmentUrl(i + 1);
285
- }
286
- }
287
- })(0);
288
- }
289
-
290
- if (v.delta.class == "ClientPayload") {
291
- const clientPayload = utils.decodeClientPayload(
292
- v.delta.payload
293
- );
294
-
295
- if (clientPayload && clientPayload.deltas) {
296
- for (const i in clientPayload.deltas) {
297
- const delta = clientPayload.deltas[i];
298
- if (delta.deltaMessageReaction && !!ctx.globalOptions.listenEvents) {
299
- (function () {
300
- globalCallback(null, {
301
- type: "message_reaction",
302
- threadID: (delta.deltaMessageReaction.threadKey
303
- .threadFbId ?
304
- delta.deltaMessageReaction.threadKey.threadFbId : delta.deltaMessageReaction.threadKey
305
- .otherUserFbId).toString(),
306
- messageID: delta.deltaMessageReaction.messageId,
307
- reaction: delta.deltaMessageReaction.reaction,
308
- senderID: delta.deltaMessageReaction.senderId == 0 ? delta.deltaMessageReaction.userId.toString() : delta.deltaMessageReaction.senderId.toString(),
309
- userID: (delta.deltaMessageReaction.userId || delta.deltaMessageReaction.senderId).toString()
310
- });
311
- })();
312
- } else if (delta.deltaRecallMessageData && !!ctx.globalOptions.listenEvents) {
313
- (function () {
314
- globalCallback(null, {
315
- type: "message_unsend",
316
- threadID: (delta.deltaRecallMessageData.threadKey.threadFbId ?
317
- delta.deltaRecallMessageData.threadKey.threadFbId : delta.deltaRecallMessageData.threadKey
318
- .otherUserFbId).toString(),
319
- messageID: delta.deltaRecallMessageData.messageID,
320
- senderID: delta.deltaRecallMessageData.senderID.toString(),
321
- deletionTimestamp: delta.deltaRecallMessageData.deletionTimestamp,
322
- timestamp: delta.deltaRecallMessageData.timestamp
323
- });
324
- })();
325
- } else if (delta.deltaRemoveMessage && !!ctx.globalOptions.listenEvents) {
326
- (function () {
327
- globalCallback(null, {
328
- type: "message_self_delete",
329
- threadID: (delta.deltaRemoveMessage.threadKey.threadFbId ?
330
- delta.deltaRemoveMessage.threadKey.threadFbId : delta.deltaRemoveMessage.threadKey
331
- .otherUserFbId).toString(),
332
- messageID: delta.deltaRemoveMessage.messageIds.length == 1 ? delta.deltaRemoveMessage.messageIds[0] : delta.deltaRemoveMessage.messageIds,
333
- senderID: api.getCurrentUserID(),
334
- deletionTimestamp: delta.deltaRemoveMessage.deletionTimestamp,
335
- timestamp: delta.deltaRemoveMessage.timestamp
336
- });
337
- })();
338
- }
339
- else if (delta.deltaMessageReply) {
340
- //Mention block - #1
341
- let mdata =
342
- delta.deltaMessageReply.message === undefined ? [] :
343
- delta.deltaMessageReply.message.data === undefined ? [] :
344
- delta.deltaMessageReply.message.data.prng === undefined ? [] :
345
- JSON.parse(delta.deltaMessageReply.message.data.prng);
346
- let m_id = mdata.map(u => u.i);
347
- let m_offset = mdata.map(u => u.o);
348
- let m_length = mdata.map(u => u.l);
349
-
350
- const mentions = {};
351
-
352
- for (let i = 0; i < m_id.length; i++) {
353
- mentions[m_id[i]] = (delta.deltaMessageReply.message.body || "").substring(
354
- m_offset[i],
355
- m_offset[i] + m_length[i]
356
- );
357
- }
358
- //Mention block - 1#
359
- const callbackToReturn = {
360
- type: "message_reply",
361
- threadID: (delta.deltaMessageReply.message.messageMetadata.threadKey.threadFbId ?
362
- delta.deltaMessageReply.message.messageMetadata.threadKey.threadFbId : delta.deltaMessageReply.message.messageMetadata.threadKey
363
- .otherUserFbId).toString(),
364
- messageID: delta.deltaMessageReply.message.messageMetadata.messageId,
365
- senderID: delta.deltaMessageReply.message.messageMetadata.actorFbId.toString(),
366
- attachments: delta.deltaMessageReply.message.attachments.map(function (att) {
367
- const mercury = JSON.parse(att.mercuryJSON);
368
- Object.assign(att, mercury);
369
- return att;
370
- }).map(att => {
371
- let x;
372
- try {
373
- x = utils._formatAttachment(att);
374
- } catch (ex) {
375
- x = att;
376
- x.error = ex;
377
- x.type = "unknown";
378
- }
379
- return x;
380
- }),
381
- body: delta.deltaMessageReply.message.body || "",
382
- isGroup: !!delta.deltaMessageReply.message.messageMetadata.threadKey.threadFbId,
383
- mentions: mentions,
384
- timestamp: delta.deltaMessageReply.message.messageMetadata.timestamp,
385
- participantIDs: (delta.deltaMessageReply.message.messageMetadata.cid.canonicalParticipantFbids || []).map(e => e.toString())
386
- };
387
-
388
- if (delta.deltaMessageReply.repliedToMessage) {
389
- //Mention block - #2
390
- mdata =
391
- delta.deltaMessageReply.repliedToMessage === undefined ? [] :
392
- delta.deltaMessageReply.repliedToMessage.data === undefined ? [] :
393
- delta.deltaMessageReply.repliedToMessage.data.prng === undefined ? [] :
394
- JSON.parse(delta.deltaMessageReply.repliedToMessage.data.prng);
395
- m_id = mdata.map(u => u.i);
396
- m_offset = mdata.map(u => u.o);
397
- m_length = mdata.map(u => u.l);
398
-
399
- const rmentions = {};
400
-
401
- for (let i = 0; i < m_id.length; i++) {
402
- rmentions[m_id[i]] = (delta.deltaMessageReply.repliedToMessage.body || "").substring(
403
- m_offset[i],
404
- m_offset[i] + m_length[i]
405
- );
406
- }
407
- //Mention block - 2#
408
- callbackToReturn.messageReply = {
409
- threadID: (delta.deltaMessageReply.repliedToMessage.messageMetadata.threadKey.threadFbId ?
410
- delta.deltaMessageReply.repliedToMessage.messageMetadata.threadKey.threadFbId : delta.deltaMessageReply.repliedToMessage.messageMetadata.threadKey
411
- .otherUserFbId).toString(),
412
- messageID: delta.deltaMessageReply.repliedToMessage.messageMetadata.messageId,
413
- senderID: delta.deltaMessageReply.repliedToMessage.messageMetadata.actorFbId.toString(),
414
- attachments: delta.deltaMessageReply.repliedToMessage.attachments.map(function (att) {
415
- const mercury = JSON.parse(att.mercuryJSON);
416
- Object.assign(att, mercury);
417
- return att;
418
- }).map(att => {
419
- let x;
420
- try {
421
- x = utils._formatAttachment(att);
422
- } catch (ex) {
423
- x = att;
424
- x.error = ex;
425
- x.type = "unknown";
426
- }
427
- return x;
428
- }),
429
- body: delta.deltaMessageReply.repliedToMessage.body || "",
430
- isGroup: !!delta.deltaMessageReply.repliedToMessage.messageMetadata.threadKey.threadFbId,
431
- mentions: rmentions,
432
- timestamp: delta.deltaMessageReply.repliedToMessage.messageMetadata.timestamp
433
- };
434
- } else if (delta.deltaMessageReply.replyToMessageId) {
435
- return defaultFuncs
436
- .post("https://www.facebook.com/api/graphqlbatch/", ctx.jar, {
437
- "av": ctx.globalOptions.pageID,
438
- "queries": JSON.stringify({
439
- "o0": {
440
- //Using the same doc_id as forcedFetch
441
- "doc_id": "2848441488556444",
442
- "query_params": {
443
- "thread_and_message_id": {
444
- "thread_id": callbackToReturn.threadID,
445
- "message_id": delta.deltaMessageReply.replyToMessageId.id
446
- }
447
- }
448
- }
449
- })
450
- })
451
- .then(utils.parseAndCheckLogin(ctx, defaultFuncs))
452
- .then((resData) => {
453
- if (resData[resData.length - 1].error_results > 0) {
454
- throw resData[0].o0.errors;
455
- }
456
-
457
- if (resData[resData.length - 1].successful_results === 0) {
458
- throw { error: "forcedFetch: there was no successful_results", res: resData };
459
- }
460
-
461
- const fetchData = resData[0].o0.data.message;
462
-
463
- const mobj = {};
464
- for (const n in fetchData.message.ranges) {
465
- mobj[fetchData.message.ranges[n].entity.id] = (fetchData.message.text || "").substr(fetchData.message.ranges[n].offset, fetchData.message.ranges[n].length);
466
- }
467
-
468
- callbackToReturn.messageReply = {
469
- threadID: callbackToReturn.threadID,
470
- messageID: fetchData.message_id,
471
- senderID: fetchData.message_sender.id.toString(),
472
- attachments: fetchData.message.blob_attachment.map(att => {
473
- let x;
474
- try {
475
- x = utils._formatAttachment({
476
- blob_attachment: att
477
- });
478
- } catch (ex) {
479
- x = att;
480
- x.error = ex;
481
- x.type = "unknown";
482
- }
483
- return x;
484
- }),
485
- body: fetchData.message.text || "",
486
- isGroup: callbackToReturn.isGroup,
487
- mentions: mobj,
488
- timestamp: parseInt(fetchData.timestamp_precise)
489
- };
490
- })
491
- .catch((err) => {
492
- log.error("forcedFetch", err);
493
- })
494
- .finally(function () {
495
- if (ctx.globalOptions.autoMarkDelivery) {
496
- markDelivery(ctx, api, callbackToReturn.threadID, callbackToReturn.messageID);
497
- }
498
- !ctx.globalOptions.selfListen &&
499
- (callbackToReturn.senderID === ctx.i_userID || callbackToReturn.senderID === ctx.userID) ?
500
- undefined :
501
- (function () { globalCallback(null, callbackToReturn); })();
502
- });
503
- } else {
504
- callbackToReturn.delta = delta;
505
- }
506
-
507
- if (ctx.globalOptions.autoMarkDelivery) {
508
- markDelivery(ctx, api, callbackToReturn.threadID, callbackToReturn.messageID);
509
- }
510
-
511
- return !ctx.globalOptions.selfListen &&
512
- (callbackToReturn.senderID === ctx.i_userID || callbackToReturn.senderID === ctx.userID) ?
513
- undefined :
514
- (function () { globalCallback(null, callbackToReturn); })();
515
- }
516
- }
517
- return;
518
- }
519
- }
520
-
521
- if (v.delta.class !== "NewMessage" &&
522
- !ctx.globalOptions.listenEvents
523
- )
524
- return;
525
-
526
- switch (v.delta.class) {
527
- case "ReadReceipt":
528
- var fmtMsg;
529
- try {
530
- fmtMsg = utils.formatDeltaReadReceipt(v.delta);
531
- }
532
- catch (err) {
533
- return globalCallback({
534
- error: "Problem parsing message object. Please open an issue at https://github.com/ntkhang03/fb-chat-api/issues.",
535
- detail: err,
536
- res: v.delta,
537
- type: "parse_error"
538
- });
539
- }
540
- return (function () { globalCallback(null, fmtMsg); })();
541
- case "AdminTextMessage":
542
- switch (v.delta.type) {
543
- case "change_thread_theme":
544
- case "change_thread_nickname":
545
- case "change_thread_icon":
546
- case "change_thread_admins":
547
- case "group_poll":
548
- case "joinable_group_link_mode_change":
549
- case "magic_words":
550
- case "change_thread_approval_mode":
551
- case "messenger_call_log":
552
- case "participant_joined_group_call":
553
- var fmtMsg;
554
- try {
555
- fmtMsg = utils.formatDeltaEvent(v.delta);
556
- }
557
- catch (err) {
558
- return globalCallback({
559
- error: "Problem parsing message object. Please open an issue at https://github.com/ntkhang03/fb-chat-api/issues.",
560
- detail: err,
561
- res: v.delta,
562
- type: "parse_error"
563
- });
564
- }
565
- return (function () { globalCallback(null, fmtMsg); })();
566
- default:
567
- return;
568
- }
569
- //For group images
570
- case "ForcedFetch":
571
- if (!v.delta.threadKey) return;
572
- var mid = v.delta.messageId;
573
- var tid = v.delta.threadKey.threadFbId;
574
- if (mid && tid) {
575
- const form = {
576
- "av": ctx.globalOptions.pageID,
577
- "queries": JSON.stringify({
578
- "o0": {
579
- //This doc_id is valid as of March 25, 2020
580
- "doc_id": "2848441488556444",
581
- "query_params": {
582
- "thread_and_message_id": {
583
- "thread_id": tid.toString(),
584
- "message_id": mid
585
- }
586
- }
587
- }
588
- })
589
- };
590
-
591
- defaultFuncs
592
- .post("https://www.facebook.com/api/graphqlbatch/", ctx.jar, form)
593
- .then(utils.parseAndCheckLogin(ctx, defaultFuncs))
594
- .then((resData) => {
595
- if (resData[resData.length - 1].error_results > 0) {
596
- throw resData[0].o0.errors;
597
- }
598
-
599
- if (resData[resData.length - 1].successful_results === 0) {
600
- throw { error: "forcedFetch: there was no successful_results", res: resData };
601
- }
602
-
603
- const fetchData = resData[0].o0.data.message;
604
-
605
- if (utils.getType(fetchData) == "Object") {
606
- log.info("forcedFetch", fetchData);
607
- switch (fetchData.__typename) {
608
- case "ThreadImageMessage":
609
- (!ctx.globalOptions.selfListenEvent && (fetchData.message_sender.id.toString() === ctx.i_userID || fetchData.message_sender.id.toString() === ctx.userID)) || !ctx.loggedIn ?
610
- undefined :
611
- (function () {
612
- globalCallback(null, {
613
- type: "event",
614
- threadID: utils.formatID(tid.toString()),
615
- messageID: fetchData.message_id,
616
- logMessageType: "log:thread-image",
617
- logMessageData: {
618
- attachmentID: fetchData.image_with_metadata && fetchData.image_with_metadata.legacy_attachment_id,
619
- width: fetchData.image_with_metadata && fetchData.image_with_metadata.original_dimensions.x,
620
- height: fetchData.image_with_metadata && fetchData.image_with_metadata.original_dimensions.y,
621
- url: fetchData.image_with_metadata && fetchData.image_with_metadata.preview.uri
622
- },
623
- logMessageBody: fetchData.snippet,
624
- timestamp: fetchData.timestamp_precise,
625
- author: fetchData.message_sender.id
626
- });
627
- })();
628
- break;
629
- case "UserMessage":
630
- log.info("ff-Return", {
631
- type: "message",
632
- senderID: utils.formatID(fetchData.message_sender.id),
633
- body: fetchData.message.text || "",
634
- threadID: utils.formatID(tid.toString()),
635
- messageID: fetchData.message_id,
636
- attachments: [{
637
- type: "share",
638
- ID: fetchData.extensible_attachment.legacy_attachment_id,
639
- url: fetchData.extensible_attachment.story_attachment.url,
640
-
641
- title: fetchData.extensible_attachment.story_attachment.title_with_entities.text,
642
- description: fetchData.extensible_attachment.story_attachment.description.text,
643
- source: fetchData.extensible_attachment.story_attachment.source,
644
-
645
- image: ((fetchData.extensible_attachment.story_attachment.media || {}).image || {}).uri,
646
- width: ((fetchData.extensible_attachment.story_attachment.media || {}).image || {}).width,
647
- height: ((fetchData.extensible_attachment.story_attachment.media || {}).image || {}).height,
648
- playable: (fetchData.extensible_attachment.story_attachment.media || {}).is_playable || false,
649
- duration: (fetchData.extensible_attachment.story_attachment.media || {}).playable_duration_in_ms || 0,
650
-
651
- subattachments: fetchData.extensible_attachment.subattachments,
652
- properties: fetchData.extensible_attachment.story_attachment.properties
653
- }],
654
- mentions: {},
655
- timestamp: parseInt(fetchData.timestamp_precise),
656
- participantIDs: (fetchData.participants || (fetchData.messageMetadata ? fetchData.messageMetadata.cid ? fetchData.messageMetadata.cid.canonicalParticipantFbids : fetchData.messageMetadata.participantIds : []) || []),
657
- isGroup: (fetchData.message_sender.id != tid.toString())
658
- });
659
- globalCallback(null, {
660
- type: "message",
661
- senderID: utils.formatID(fetchData.message_sender.id),
662
- body: fetchData.message.text || "",
663
- threadID: utils.formatID(tid.toString()),
664
- messageID: fetchData.message_id,
665
- attachments: [{
666
- type: "share",
667
- ID: fetchData.extensible_attachment.legacy_attachment_id,
668
- url: fetchData.extensible_attachment.story_attachment.url,
669
-
670
- title: fetchData.extensible_attachment.story_attachment.title_with_entities.text,
671
- description: fetchData.extensible_attachment.story_attachment.description.text,
672
- source: fetchData.extensible_attachment.story_attachment.source,
673
-
674
- image: ((fetchData.extensible_attachment.story_attachment.media || {}).image || {}).uri,
675
- width: ((fetchData.extensible_attachment.story_attachment.media || {}).image || {}).width,
676
- height: ((fetchData.extensible_attachment.story_attachment.media || {}).image || {}).height,
677
- playable: (fetchData.extensible_attachment.story_attachment.media || {}).is_playable || false,
678
- duration: (fetchData.extensible_attachment.story_attachment.media || {}).playable_duration_in_ms || 0,
679
-
680
- subattachments: fetchData.extensible_attachment.subattachments,
681
- properties: fetchData.extensible_attachment.story_attachment.properties
682
- }],
683
- mentions: {},
684
- timestamp: parseInt(fetchData.timestamp_precise),
685
- participantIDs: (fetchData.participants || (fetchData.messageMetadata ? fetchData.messageMetadata.cid ? fetchData.messageMetadata.cid.canonicalParticipantFbids : fetchData.messageMetadata.participantIds : []) || []),
686
- isGroup: (fetchData.message_sender.id != tid.toString())
687
- });
688
- }
689
- } else {
690
- log.error("forcedFetch", fetchData);
691
- }
692
- })
693
- .catch((err) => {
694
- log.error("forcedFetch", err);
695
- });
696
- }
697
- break;
698
- case "ThreadName":
699
- case "ParticipantsAddedToGroupThread":
700
- case "ParticipantLeftGroupThread":
701
- case "ApprovalQueue":
702
- var formattedEvent;
703
- try {
704
- formattedEvent = utils.formatDeltaEvent(v.delta);
705
- } catch (err) {
706
- return globalCallback({
707
- error: "Problem parsing message object. Please open an issue at https://github.com/ntkhang03/fb-chat-api/issues.",
708
- detail: err,
709
- res: v.delta,
710
- type: "parse_error"
711
- });
712
- }
713
- return (!ctx.globalOptions.selfListenEvent && (formattedEvent.author.toString() === ctx.i_userID || formattedEvent.author.toString() === ctx.userID)) || !ctx.loggedIn ?
714
- undefined :
715
- (function () { globalCallback(null, formattedEvent); })();
716
- }
253
+ if (v.delta.class == "NewMessage") {
254
+ //Not tested for pages
255
+ if (ctx.globalOptions.pageID &&
256
+ ctx.globalOptions.pageID != v.queue
257
+ )
258
+ return;
259
+
260
+ (function resolveAttachmentUrl(i) {
261
+ if (i == (v.delta.attachments || []).length) {
262
+ let fmtMsg;
263
+ try {
264
+ fmtMsg = utils.formatDeltaMessage(v);
265
+ } catch (err) {
266
+ return globalCallback({
267
+ error: "Problem parsing message object. Please open an issue at https://github.com/ntkhang03/fb-chat-api/issues.",
268
+ detail: err,
269
+ res: v,
270
+ type: "parse_error"
271
+ });
272
+ }
273
+ if (fmtMsg) {
274
+ if (ctx.globalOptions.autoMarkDelivery) {
275
+ markDelivery(ctx, api, fmtMsg.threadID, fmtMsg.messageID);
276
+ }
277
+ }
278
+ return !ctx.globalOptions.selfListen &&
279
+ (fmtMsg.senderID === ctx.i_userID || fmtMsg.senderID === ctx.userID) ?
280
+ undefined :
281
+ (function () { globalCallback(null, fmtMsg); })();
282
+ } else {
283
+ if (v.delta.attachments[i].mercury.attach_type == "photo") {
284
+ api.resolvePhotoUrl(
285
+ v.delta.attachments[i].fbid,
286
+ (err, url) => {
287
+ if (!err)
288
+ v.delta.attachments[
289
+ i
290
+ ].mercury.metadata.url = url;
291
+ return resolveAttachmentUrl(i + 1);
292
+ }
293
+ );
294
+ } else {
295
+ return resolveAttachmentUrl(i + 1);
296
+ }
297
+ }
298
+ })(0);
299
+ }
300
+
301
+ if (v.delta.class == "ClientPayload") {
302
+ const clientPayload = utils.decodeClientPayload(
303
+ v.delta.payload
304
+ );
305
+
306
+ if (clientPayload && clientPayload.deltas) {
307
+ for (const i in clientPayload.deltas) {
308
+ const delta = clientPayload.deltas[i];
309
+ if (delta.deltaMessageReaction && !!ctx.globalOptions.listenEvents) {
310
+ (function () {
311
+ globalCallback(null, {
312
+ type: "message_reaction",
313
+ threadID: (delta.deltaMessageReaction.threadKey
314
+ .threadFbId ?
315
+ delta.deltaMessageReaction.threadKey.threadFbId : delta.deltaMessageReaction.threadKey
316
+ .otherUserFbId).toString(),
317
+ messageID: delta.deltaMessageReaction.messageId,
318
+ reaction: delta.deltaMessageReaction.reaction,
319
+ senderID: delta.deltaMessageReaction.senderId == 0 ? delta.deltaMessageReaction.userId.toString() : delta.deltaMessageReaction.senderId.toString(),
320
+ userID: (delta.deltaMessageReaction.userId || delta.deltaMessageReaction.senderId).toString()
321
+ });
322
+ })();
323
+ } else if (delta.deltaRecallMessageData && !!ctx.globalOptions.listenEvents) {
324
+ (function () {
325
+ globalCallback(null, {
326
+ type: "message_unsend",
327
+ threadID: (delta.deltaRecallMessageData.threadKey.threadFbId ?
328
+ delta.deltaRecallMessageData.threadKey.threadFbId : delta.deltaRecallMessageData.threadKey
329
+ .otherUserFbId).toString(),
330
+ messageID: delta.deltaRecallMessageData.messageID,
331
+ senderID: delta.deltaRecallMessageData.senderID.toString(),
332
+ deletionTimestamp: delta.deltaRecallMessageData.deletionTimestamp,
333
+ timestamp: delta.deltaRecallMessageData.timestamp
334
+ });
335
+ })();
336
+ } else if (delta.deltaRemoveMessage && !!ctx.globalOptions.listenEvents) {
337
+ (function () {
338
+ globalCallback(null, {
339
+ type: "message_self_delete",
340
+ threadID: (delta.deltaRemoveMessage.threadKey.threadFbId ?
341
+ delta.deltaRemoveMessage.threadKey.threadFbId : delta.deltaRemoveMessage.threadKey
342
+ .otherUserFbId).toString(),
343
+ messageID: delta.deltaRemoveMessage.messageIds.length == 1 ? delta.deltaRemoveMessage.messageIds[0] : delta.deltaRemoveMessage.messageIds,
344
+ senderID: api.getCurrentUserID(),
345
+ deletionTimestamp: delta.deltaRemoveMessage.deletionTimestamp,
346
+ timestamp: delta.deltaRemoveMessage.timestamp
347
+ });
348
+ })();
349
+ }
350
+ else if (delta.deltaMessageReply) {
351
+ //Mention block - #1
352
+ let mdata =
353
+ delta.deltaMessageReply.message === undefined ? [] :
354
+ delta.deltaMessageReply.message.data === undefined ? [] :
355
+ delta.deltaMessageReply.message.data.prng === undefined ? [] :
356
+ JSON.parse(delta.deltaMessageReply.message.data.prng);
357
+ let m_id = mdata.map(u => u.i);
358
+ let m_offset = mdata.map(u => u.o);
359
+ let m_length = mdata.map(u => u.l);
360
+
361
+ const mentions = {};
362
+
363
+ for (let i = 0; i < m_id.length; i++) {
364
+ mentions[m_id[i]] = (delta.deltaMessageReply.message.body || "").substring(
365
+ m_offset[i],
366
+ m_offset[i] + m_length[i]
367
+ );
368
+ }
369
+ //Mention block - 1#
370
+ const callbackToReturn = {
371
+ type: "message_reply",
372
+ threadID: (delta.deltaMessageReply.message.messageMetadata.threadKey.threadFbId ?
373
+ delta.deltaMessageReply.message.messageMetadata.threadKey.threadFbId : delta.deltaMessageReply.message.messageMetadata.threadKey
374
+ .otherUserFbId).toString(),
375
+ messageID: delta.deltaMessageReply.message.messageMetadata.messageId,
376
+ senderID: delta.deltaMessageReply.message.messageMetadata.actorFbId.toString(),
377
+ attachments: (delta.deltaMessageReply.message.attachments || []).map(function (att) {
378
+ const mercury = JSON.parse(att.mercuryJSON);
379
+ Object.assign(att, mercury);
380
+ return att;
381
+ }).map(att => {
382
+ let x;
383
+ try {
384
+ x = utils._formatAttachment(att);
385
+ } catch (ex) {
386
+ x = att;
387
+ x.error = ex;
388
+ x.type = "unknown";
389
+ }
390
+ return x;
391
+ }),
392
+ body: delta.deltaMessageReply.message.body || "",
393
+ isGroup: !!delta.deltaMessageReply.message.messageMetadata.threadKey.threadFbId,
394
+ mentions: mentions,
395
+ timestamp: delta.deltaMessageReply.message.messageMetadata.timestamp,
396
+ participantIDs: (delta.deltaMessageReply.message.messageMetadata.cid.canonicalParticipantFbids || delta.deltaMessageReply.message.participants || []).map(e => e.toString())
397
+ };
398
+
399
+ if (delta.deltaMessageReply.repliedToMessage) {
400
+ //Mention block - #2
401
+ mdata =
402
+ delta.deltaMessageReply.repliedToMessage === undefined ? [] :
403
+ delta.deltaMessageReply.repliedToMessage.data === undefined ? [] :
404
+ delta.deltaMessageReply.repliedToMessage.data.prng === undefined ? [] :
405
+ JSON.parse(delta.deltaMessageReply.repliedToMessage.data.prng);
406
+ m_id = mdata.map(u => u.i);
407
+ m_offset = mdata.map(u => u.o);
408
+ m_length = mdata.map(u => u.l);
409
+
410
+ const rmentions = {};
411
+
412
+ for (let i = 0; i < m_id.length; i++) {
413
+ rmentions[m_id[i]] = (delta.deltaMessageReply.repliedToMessage.body || "").substring(
414
+ m_offset[i],
415
+ m_offset[i] + m_length[i]
416
+ );
417
+ }
418
+ //Mention block - 2#
419
+ callbackToReturn.messageReply = {
420
+ threadID: (delta.deltaMessageReply.repliedToMessage.messageMetadata.threadKey.threadFbId ?
421
+ delta.deltaMessageReply.repliedToMessage.messageMetadata.threadKey.threadFbId : delta.deltaMessageReply.repliedToMessage.messageMetadata.threadKey
422
+ .otherUserFbId).toString(),
423
+ messageID: delta.deltaMessageReply.repliedToMessage.messageMetadata.messageId,
424
+ senderID: delta.deltaMessageReply.repliedToMessage.messageMetadata.actorFbId.toString(),
425
+ attachments: delta.deltaMessageReply.repliedToMessage.attachments.map(function (att) {
426
+ const mercury = JSON.parse(att.mercuryJSON);
427
+ Object.assign(att, mercury);
428
+ return att;
429
+ }).map(att => {
430
+ let x;
431
+ try {
432
+ x = utils._formatAttachment(att);
433
+ } catch (ex) {
434
+ x = att;
435
+ x.error = ex;
436
+ x.type = "unknown";
437
+ }
438
+ return x;
439
+ }),
440
+ body: delta.deltaMessageReply.repliedToMessage.body || "",
441
+ isGroup: !!delta.deltaMessageReply.repliedToMessage.messageMetadata.threadKey.threadFbId,
442
+ mentions: rmentions,
443
+ timestamp: delta.deltaMessageReply.repliedToMessage.messageMetadata.timestamp
444
+ };
445
+ } else if (delta.deltaMessageReply.replyToMessageId) {
446
+ return defaultFuncs
447
+ .post("https://www.facebook.com/api/graphqlbatch/", ctx.jar, {
448
+ "av": ctx.globalOptions.pageID,
449
+ "queries": JSON.stringify({
450
+ "o0": {
451
+ //Using the same doc_id as forcedFetch
452
+ "doc_id": "2848441488556444",
453
+ "query_params": {
454
+ "thread_and_message_id": {
455
+ "thread_id": callbackToReturn.threadID,
456
+ "message_id": delta.deltaMessageReply.replyToMessageId.id
457
+ }
458
+ }
459
+ }
460
+ })
461
+ })
462
+ .then(utils.parseAndCheckLogin(ctx, defaultFuncs))
463
+ .then((resData) => {
464
+ if (resData[resData.length - 1].error_results > 0) {
465
+ throw resData[0].o0.errors;
466
+ }
467
+
468
+ if (resData[resData.length - 1].successful_results === 0) {
469
+ throw { error: "forcedFetch: there was no successful_results", res: resData };
470
+ }
471
+
472
+ const fetchData = resData[0].o0.data.message;
473
+
474
+ const mobj = {};
475
+ for (const n in fetchData.message.ranges) {
476
+ mobj[fetchData.message.ranges[n].entity.id] = (fetchData.message.text || "").substr(fetchData.message.ranges[n].offset, fetchData.message.ranges[n].length);
477
+ }
478
+
479
+ callbackToReturn.messageReply = {
480
+ threadID: callbackToReturn.threadID,
481
+ messageID: fetchData.message_id,
482
+ senderID: fetchData.message_sender.id.toString(),
483
+ attachments: fetchData.message.blob_attachment.map(att => {
484
+ let x;
485
+ try {
486
+ x = utils._formatAttachment({
487
+ blob_attachment: att
488
+ });
489
+ } catch (ex) {
490
+ x = att;
491
+ x.error = ex;
492
+ x.type = "unknown";
493
+ }
494
+ return x;
495
+ }),
496
+ body: fetchData.message.text || "",
497
+ isGroup: callbackToReturn.isGroup,
498
+ mentions: mobj,
499
+ timestamp: parseInt(fetchData.timestamp_precise)
500
+ };
501
+ })
502
+ .catch((err) => {
503
+ log.error("forcedFetch", err);
504
+ })
505
+ .finally(function () {
506
+ if (ctx.globalOptions.autoMarkDelivery) {
507
+ markDelivery(ctx, api, callbackToReturn.threadID, callbackToReturn.messageID);
508
+ }
509
+ !ctx.globalOptions.selfListen &&
510
+ (callbackToReturn.senderID === ctx.i_userID || callbackToReturn.senderID === ctx.userID) ?
511
+ undefined :
512
+ (function () { globalCallback(null, callbackToReturn); })();
513
+ });
514
+ } else {
515
+ callbackToReturn.delta = delta;
516
+ }
517
+
518
+ if (ctx.globalOptions.autoMarkDelivery) {
519
+ markDelivery(ctx, api, callbackToReturn.threadID, callbackToReturn.messageID);
520
+ }
521
+
522
+ return !ctx.globalOptions.selfListen &&
523
+ (callbackToReturn.senderID === ctx.i_userID || callbackToReturn.senderID === ctx.userID) ?
524
+ undefined :
525
+ (function () { globalCallback(null, callbackToReturn); })();
526
+ }
527
+ }
528
+ return;
529
+ }
530
+ }
531
+
532
+ if (v.delta.class !== "NewMessage" &&
533
+ !ctx.globalOptions.listenEvents
534
+ )
535
+ return;
536
+
537
+ switch (v.delta.class) {
538
+ case "ReadReceipt":
539
+ var fmtMsg;
540
+ try {
541
+ fmtMsg = utils.formatDeltaReadReceipt(v.delta);
542
+ }
543
+ catch (err) {
544
+ return globalCallback({
545
+ error: "Problem parsing message object. Please open an issue at https://github.com/ntkhang03/fb-chat-api/issues.",
546
+ detail: err,
547
+ res: v.delta,
548
+ type: "parse_error"
549
+ });
550
+ }
551
+ return (function () { globalCallback(null, fmtMsg); })();
552
+ case "AdminTextMessage":
553
+ switch (v.delta.type) {
554
+ case "change_thread_theme":
555
+ case "change_thread_nickname":
556
+ case "change_thread_icon":
557
+ case "change_thread_admins":
558
+ case "group_poll":
559
+ case "joinable_group_link_mode_change":
560
+ case "magic_words":
561
+ case "change_thread_approval_mode":
562
+ case "messenger_call_log":
563
+ case "participant_joined_group_call":
564
+ var fmtMsg;
565
+ try {
566
+ fmtMsg = utils.formatDeltaEvent(v.delta);
567
+ }
568
+ catch (err) {
569
+ return globalCallback({
570
+ error: "Problem parsing message object. Please open an issue at https://github.com/ntkhang03/fb-chat-api/issues.",
571
+ detail: err,
572
+ res: v.delta,
573
+ type: "parse_error"
574
+ });
575
+ }
576
+ return (function () { globalCallback(null, fmtMsg); })();
577
+ default:
578
+ return;
579
+ }
580
+ //For group images
581
+ case "ForcedFetch":
582
+ if (!v.delta.threadKey) return;
583
+ var mid = v.delta.messageId;
584
+ var tid = v.delta.threadKey.threadFbId;
585
+ if (mid && tid) {
586
+ const form = {
587
+ "av": ctx.globalOptions.pageID,
588
+ "queries": JSON.stringify({
589
+ "o0": {
590
+ //This doc_id is valid as of March 25, 2020
591
+ "doc_id": "2848441488556444",
592
+ "query_params": {
593
+ "thread_and_message_id": {
594
+ "thread_id": tid.toString(),
595
+ "message_id": mid
596
+ }
597
+ }
598
+ }
599
+ })
600
+ };
601
+
602
+ defaultFuncs
603
+ .post("https://www.facebook.com/api/graphqlbatch/", ctx.jar, form)
604
+ .then(utils.parseAndCheckLogin(ctx, defaultFuncs))
605
+ .then((resData) => {
606
+ if (resData[resData.length - 1].error_results > 0) {
607
+ throw resData[0].o0.errors;
608
+ }
609
+
610
+ if (resData[resData.length - 1].successful_results === 0) {
611
+ throw { error: "forcedFetch: there was no successful_results", res: resData };
612
+ }
613
+
614
+ const fetchData = resData[0].o0.data.message;
615
+
616
+ if (utils.getType(fetchData) == "Object") {
617
+ log.info("forcedFetch", fetchData);
618
+ switch (fetchData.__typename) {
619
+ case "ThreadImageMessage":
620
+ (!ctx.globalOptions.selfListenEvent && (fetchData.message_sender.id.toString() === ctx.i_userID || fetchData.message_sender.id.toString() === ctx.userID)) || !ctx.loggedIn ?
621
+ undefined :
622
+ (function () {
623
+ globalCallback(null, {
624
+ type: "event",
625
+ threadID: utils.formatID(tid.toString()),
626
+ messageID: fetchData.message_id,
627
+ logMessageType: "log:thread-image",
628
+ logMessageData: {
629
+ attachmentID: fetchData.image_with_metadata && fetchData.image_with_metadata.legacy_attachment_id,
630
+ width: fetchData.image_with_metadata && fetchData.image_with_metadata.original_dimensions.x,
631
+ height: fetchData.image_with_metadata && fetchData.image_with_metadata.original_dimensions.y,
632
+ url: fetchData.image_with_metadata && fetchData.image_with_metadata.preview.uri
633
+ },
634
+ logMessageBody: fetchData.snippet,
635
+ timestamp: fetchData.timestamp_precise,
636
+ author: fetchData.message_sender.id
637
+ });
638
+ })();
639
+ break;
640
+ case "UserMessage":
641
+ log.info("ff-Return", {
642
+ type: "message",
643
+ senderID: utils.formatID(fetchData.message_sender.id),
644
+ body: fetchData.message.text || "",
645
+ threadID: utils.formatID(tid.toString()),
646
+ messageID: fetchData.message_id,
647
+ attachments: [{
648
+ type: "share",
649
+ ID: fetchData.extensible_attachment.legacy_attachment_id,
650
+ url: fetchData.extensible_attachment.story_attachment.url,
651
+
652
+ title: fetchData.extensible_attachment.story_attachment.title_with_entities.text,
653
+ description: fetchData.extensible_attachment.story_attachment.description.text,
654
+ source: fetchData.extensible_attachment.story_attachment.source,
655
+
656
+ image: ((fetchData.extensible_attachment.story_attachment.media || {}).image || {}).uri,
657
+ width: ((fetchData.extensible_attachment.story_attachment.media || {}).image || {}).width,
658
+ height: ((fetchData.extensible_attachment.story_attachment.media || {}).image || {}).height,
659
+ playable: (fetchData.extensible_attachment.story_attachment.media || {}).is_playable || false,
660
+ duration: (fetchData.extensible_attachment.story_attachment.media || {}).playable_duration_in_ms || 0,
661
+
662
+ subattachments: fetchData.extensible_attachment.subattachments,
663
+ properties: fetchData.extensible_attachment.story_attachment.properties
664
+ }],
665
+ mentions: {},
666
+ timestamp: parseInt(fetchData.timestamp_precise),
667
+ participantIDs: (fetchData.participants || (fetchData.messageMetadata ? fetchData.messageMetadata.cid ? fetchData.messageMetadata.cid.canonicalParticipantFbids : fetchData.messageMetadata.participantIds : []) || []),
668
+ isGroup: (fetchData.message_sender.id != tid.toString())
669
+ });
670
+ globalCallback(null, {
671
+ type: "message",
672
+ senderID: utils.formatID(fetchData.message_sender.id),
673
+ body: fetchData.message.text || "",
674
+ threadID: utils.formatID(tid.toString()),
675
+ messageID: fetchData.message_id,
676
+ attachments: [{
677
+ type: "share",
678
+ ID: fetchData.extensible_attachment.legacy_attachment_id,
679
+ url: fetchData.extensible_attachment.story_attachment.url,
680
+
681
+ title: fetchData.extensible_attachment.story_attachment.title_with_entities.text,
682
+ description: fetchData.extensible_attachment.story_attachment.description.text,
683
+ source: fetchData.extensible_attachment.story_attachment.source,
684
+
685
+ image: ((fetchData.extensible_attachment.story_attachment.media || {}).image || {}).uri,
686
+ width: ((fetchData.extensible_attachment.story_attachment.media || {}).image || {}).width,
687
+ height: ((fetchData.extensible_attachment.story_attachment.media || {}).image || {}).height,
688
+ playable: (fetchData.extensible_attachment.story_attachment.media || {}).is_playable || false,
689
+ duration: (fetchData.extensible_attachment.story_attachment.media || {}).playable_duration_in_ms || 0,
690
+
691
+ subattachments: fetchData.extensible_attachment.subattachments,
692
+ properties: fetchData.extensible_attachment.story_attachment.properties
693
+ }],
694
+ mentions: {},
695
+ timestamp: parseInt(fetchData.timestamp_precise),
696
+ participantIDs: (fetchData.participants || (fetchData.messageMetadata ? fetchData.messageMetadata.cid ? fetchData.messageMetadata.cid.canonicalParticipantFbids : fetchData.messageMetadata.participantIds : []) || []),
697
+ isGroup: (fetchData.message_sender.id != tid.toString())
698
+ });
699
+ }
700
+ } else {
701
+ log.error("forcedFetch", fetchData);
702
+ }
703
+ })
704
+ .catch((err) => {
705
+ log.error("forcedFetch", err);
706
+ });
707
+ }
708
+ break;
709
+ case "ThreadName":
710
+ case "ParticipantsAddedToGroupThread":
711
+ case "ParticipantLeftGroupThread":
712
+ case "ApprovalQueue":
713
+ var formattedEvent;
714
+ try {
715
+ formattedEvent = utils.formatDeltaEvent(v.delta);
716
+ } catch (err) {
717
+ return globalCallback({
718
+ error: "Problem parsing message object. Please open an issue at https://github.com/ntkhang03/fb-chat-api/issues.",
719
+ detail: err,
720
+ res: v.delta,
721
+ type: "parse_error"
722
+ });
723
+ }
724
+ return (!ctx.globalOptions.selfListenEvent && (formattedEvent.author.toString() === ctx.i_userID || formattedEvent.author.toString() === ctx.userID)) || !ctx.loggedIn ?
725
+ undefined :
726
+ (function () { globalCallback(null, formattedEvent); })();
727
+ }
717
728
  }
718
729
 
719
730
  function markDelivery(ctx, api, threadID, messageID) {
720
- if (threadID && messageID) {
721
- api.markAsDelivered(threadID, messageID, (err) => {
722
- if (err) {
723
- log.error("markAsDelivered", err);
724
- } else {
725
- if (ctx.globalOptions.autoMarkRead) {
726
- api.markAsRead(threadID, (err) => {
727
- if (err) {
728
- log.error("markAsDelivered", err);
729
- }
730
- });
731
- }
732
- }
733
- });
734
- }
731
+ if (threadID && messageID) {
732
+ api.markAsDelivered(threadID, messageID, (err) => {
733
+ if (err) {
734
+ log.error("markAsDelivered", err);
735
+ } else {
736
+ if (ctx.globalOptions.autoMarkRead) {
737
+ api.markAsRead(threadID, (err) => {
738
+ if (err) {
739
+ log.error("markAsDelivered", err);
740
+ }
741
+ });
742
+ }
743
+ }
744
+ });
745
+ }
735
746
  }
736
747
 
737
748
  function getSeqId(defaultFuncs, api, ctx, globalCallback) {
738
- const jar = ctx.jar;
739
- utils
740
- .get('https://www.facebook.com/', jar, null, ctx.globalOptions, { noRef: true })
741
- .then(utils.saveCookies(jar))
742
- .then(function (resData) {
743
- const html = resData.body;
744
- const oldFBMQTTMatch = html.match(/irisSeqID:"(.+?)",appID:219994525426954,endpoint:"(.+?)"/);
745
- let mqttEndpoint = null;
746
- let region = null;
747
- let irisSeqID = null;
748
- let noMqttData = null;
749
-
750
- if (oldFBMQTTMatch) {
751
- irisSeqID = oldFBMQTTMatch[1];
752
- mqttEndpoint = oldFBMQTTMatch[2];
753
- region = new URL(mqttEndpoint).searchParams.get("region").toUpperCase();
754
- log.info("login", `Got this account's message region: ${region}`);
755
- } else {
756
- const newFBMQTTMatch = html.match(/{"app_id":"219994525426954","endpoint":"(.+?)","iris_seq_id":"(.+?)"}/);
757
- if (newFBMQTTMatch) {
758
- irisSeqID = newFBMQTTMatch[2];
759
- mqttEndpoint = newFBMQTTMatch[1].replace(/\\\//g, "/");
760
- region = new URL(mqttEndpoint).searchParams.get("region").toUpperCase();
761
- log.info("login", `Got this account's message region: ${region}`);
762
- } else {
763
- const legacyFBMQTTMatch = html.match(/(\["MqttWebConfig",\[\],{fbid:")(.+?)(",appID:219994525426954,endpoint:")(.+?)(",pollingEndpoint:")(.+?)(3790])/);
764
- if (legacyFBMQTTMatch) {
765
- mqttEndpoint = legacyFBMQTTMatch[4];
766
- region = new URL(mqttEndpoint).searchParams.get("region").toUpperCase();
767
- log.warn("login", `Cannot get sequence ID with new RegExp. Fallback to old RegExp (without seqID)...`);
768
- log.info("login", `Got this account's message region: ${region}`);
769
- log.info("login", `[Unused] Polling endpoint: ${legacyFBMQTTMatch[6]}`);
770
- } else {
771
- log.warn("login", "Cannot get MQTT region & sequence ID.");
772
- noMqttData = html;
773
- }
774
- }
775
- }
776
-
777
- ctx.lastSeqId = irisSeqID;
778
- ctx.mqttEndpoint = mqttEndpoint;
779
- ctx.region = region;
780
- if (noMqttData) {
781
- api["htmlData"] = noMqttData;
782
- }
783
-
784
- listenMqtt(defaultFuncs, api, ctx, globalCallback);
785
- })
786
- .catch(function (err) {
787
- log.error("getSeqId", err);
788
- });
749
+ const jar = ctx.jar;
750
+ utils
751
+ .get('https://www.facebook.com/', jar, null, ctx.globalOptions, { noRef: true })
752
+ .then(utils.saveCookies(jar))
753
+ .then(function (resData) {
754
+ const html = resData.body;
755
+ const oldFBMQTTMatch = html.match(/irisSeqID:"(.+?)",appID:219994525426954,endpoint:"(.+?)"/);
756
+ let mqttEndpoint = null;
757
+ let region = null;
758
+ let irisSeqID = null;
759
+ let noMqttData = null;
760
+
761
+ if (oldFBMQTTMatch) {
762
+ irisSeqID = oldFBMQTTMatch[1];
763
+ mqttEndpoint = oldFBMQTTMatch[2];
764
+ region = new URL(mqttEndpoint).searchParams.get("region").toUpperCase();
765
+ log.info("login", `Got this account's message region: ${region}`);
766
+ } else {
767
+ const newFBMQTTMatch = html.match(/{"app_id":"219994525426954","endpoint":"(.+?)","iris_seq_id":"(.+?)"}/);
768
+ if (newFBMQTTMatch) {
769
+ irisSeqID = newFBMQTTMatch[2];
770
+ mqttEndpoint = newFBMQTTMatch[1].replace(/\\\//g, "/");
771
+ region = new URL(mqttEndpoint).searchParams.get("region").toUpperCase();
772
+ log.info("login", `Got this account's message region: ${region}`);
773
+ } else {
774
+ const legacyFBMQTTMatch = html.match(/(\["MqttWebConfig",\[\],{fbid:")(.+?)(",appID:219994525426954,endpoint:")(.+?)(",pollingEndpoint:")(.+?)(3790])/);
775
+ if (legacyFBMQTTMatch) {
776
+ mqttEndpoint = legacyFBMQTTMatch[4];
777
+ region = new URL(mqttEndpoint).searchParams.get("region").toUpperCase();
778
+ log.warn("login", `Cannot get sequence ID with new RegExp. Fallback to old RegExp (without seqID)...`);
779
+ log.info("login", `Got this account's message region: ${region}`);
780
+ log.info("login", `[Unused] Polling endpoint: ${legacyFBMQTTMatch[6]}`);
781
+ } else {
782
+ log.warn("login", "Cannot get MQTT region & sequence ID.");
783
+ noMqttData = html;
784
+ }
785
+ }
786
+ }
787
+
788
+ ctx.lastSeqId = irisSeqID;
789
+ ctx.mqttEndpoint = mqttEndpoint;
790
+ ctx.region = region;
791
+ if (noMqttData) {
792
+ api["htmlData"] = noMqttData;
793
+ }
794
+
795
+ listenMqtt(defaultFuncs, api, ctx, globalCallback);
796
+ })
797
+ .catch(function (err) {
798
+ log.error("getSeqId", err);
799
+ });
789
800
  }
790
801
 
791
802
  module.exports = function (defaultFuncs, api, ctx) {
792
- let globalCallback = identity;
793
-
794
- return function (callback) {
795
- class MessageEmitter extends EventEmitter {
796
- stopListening(callback) {
797
-
798
- callback = callback || (() => { });
799
- globalCallback = identity;
800
- if (ctx.mqttClient) {
801
- ctx.mqttClient.unsubscribe("/webrtc");
802
- ctx.mqttClient.unsubscribe("/rtc_multi");
803
- ctx.mqttClient.unsubscribe("/onevc");
804
- ctx.mqttClient.publish("/browser_close", "{}");
805
- ctx.mqttClient.end(false, function (...data) {
806
- callback(data);
807
- ctx.mqttClient = undefined;
808
- });
809
- }
810
- }
811
-
812
- async stopListeningAsync() {
813
- return new Promise((resolve) => {
814
- this.stopListening(resolve);
815
- });
816
- }
817
- }
818
-
819
- const msgEmitter = new MessageEmitter();
820
- globalCallback = (callback || function (error, message) {
821
- if (error) {
822
- return msgEmitter.emit("error", error);
823
- }
824
- msgEmitter.emit("message", message);
825
- });
826
-
827
- // Reset some stuff
828
- if (!ctx.firstListen)
829
- ctx.lastSeqId = null;
830
- ctx.syncToken = undefined;
831
- ctx.t_mqttCalled = false;
832
-
833
- if (!ctx.firstListen || !ctx.lastSeqId) {
834
- getSeqId(defaultFuncs, api, ctx, globalCallback);
835
- } else {
836
- listenMqtt(defaultFuncs, api, ctx, globalCallback);
837
- }
838
-
839
- api.stopListening = msgEmitter.stopListening;
840
- api.stopListeningAsync = msgEmitter.stopListeningAsync;
841
- return msgEmitter;
842
- };
843
- };
803
+ let globalCallback = identity;
804
+
805
+ return function (callback) {
806
+ class MessageEmitter extends EventEmitter {
807
+ stopListening(callback) {
808
+
809
+ callback = callback || (() => { });
810
+ globalCallback = identity;
811
+ if (ctx.mqttClient) {
812
+ ctx.mqttClient.unsubscribe("/webrtc");
813
+ ctx.mqttClient.unsubscribe("/rtc_multi");
814
+ ctx.mqttClient.unsubscribe("/onevc");
815
+ ctx.mqttClient.publish("/browser_close", "{}");
816
+ ctx.mqttClient.end(false, function (...data) {
817
+ callback(data);
818
+ ctx.mqttClient = undefined;
819
+ });
820
+ }
821
+ }
822
+
823
+ async stopListeningAsync() {
824
+ return new Promise((resolve) => {
825
+ this.stopListening(resolve);
826
+ });
827
+ }
828
+ }
829
+
830
+ const msgEmitter = new MessageEmitter();
831
+ globalCallback = (callback || function (error, message) {
832
+ if (error) {
833
+ return msgEmitter.emit("error", error);
834
+ }
835
+ msgEmitter.emit("message", message);
836
+ });
837
+
838
+ // Reset some stuff
839
+ if (!ctx.firstListen)
840
+ ctx.lastSeqId = null;
841
+ ctx.syncToken = undefined;
842
+ ctx.t_mqttCalled = false;
843
+
844
+ if (!ctx.firstListen || !ctx.lastSeqId) {
845
+ getSeqId(defaultFuncs, api, ctx, globalCallback);
846
+ } else {
847
+ listenMqtt(defaultFuncs, api, ctx, globalCallback);
848
+ }
849
+
850
+ api.stopListening = msgEmitter.stopListening;
851
+ api.stopListeningAsync = msgEmitter.stopListeningAsync;
852
+ return msgEmitter;
853
+ };
854
+ };