@mtkruto/node 0.1.153 → 0.1.156

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 (697) hide show
  1. package/esm/0_deps.d.ts +6 -8
  2. package/esm/0_deps.js +14 -9
  3. package/esm/1_utilities.d.ts +3 -1
  4. package/esm/1_utilities.js +3 -1
  5. package/esm/4_constants.d.ts +2 -2
  6. package/esm/4_constants.js +4 -4
  7. package/esm/4_errors.d.ts +1 -1
  8. package/esm/5_client.d.ts +0 -1
  9. package/esm/5_client.js +0 -1
  10. package/esm/client/0_params.d.ts +33 -1
  11. package/esm/client/0_password.d.ts +2 -2
  12. package/esm/client/0_types.d.ts +2 -0
  13. package/esm/client/1_composer.d.ts +3 -3
  14. package/esm/client/1_file_manager.js +12 -10
  15. package/esm/client/1_update_manager.js +27 -20
  16. package/esm/client/2_client_plain.d.ts +1 -4
  17. package/esm/client/2_client_plain.js +23 -19
  18. package/esm/client/2_message_manager.d.ts +10 -36
  19. package/esm/client/2_message_manager.js +85 -7
  20. package/esm/client/3_chat_list_manager.js +7 -6
  21. package/esm/client/4_client.d.ts +106 -17
  22. package/esm/client/4_client.js +208 -51
  23. package/esm/connection/1_connection_web_socket.js +9 -10
  24. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/assert/assert_rejects.d.ts +4 -0
  25. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/assert/assert_throws.d.ts +6 -0
  26. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/assert/unreachable.d.ts +1 -1
  27. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unreachable.js +2 -2
  28. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.js +12 -9
  29. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_db.d.ts +3 -1
  30. package/esm/deps/deno.land/std@0.218.0/media_types/_db.js +32 -0
  31. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/media_types/_util.d.ts +0 -2
  32. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_util.js +0 -2
  33. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/media_types/extensions_by_type.d.ts +1 -3
  34. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extensions_by_type.js +1 -3
  35. package/esm/deps/deno.land/std@0.218.0/path/_common/assert_path.d.ts +1 -0
  36. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.js +3 -1
  37. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/path/format.d.ts +1 -1
  38. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.d.ts +1 -1
  39. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/path/mod.d.ts +1 -1
  40. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/mod.js +1 -1
  41. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/path/posix/glob_to_regexp.d.ts +1 -1
  42. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.d.ts +1 -1
  43. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.d.ts +1 -1
  44. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/parse.d.ts +1 -1
  45. package/esm/deps/deno.land/{std@0.216.0/path/posix → std@0.218.0/path/windows}/glob_to_regexp.d.ts +1 -1
  46. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.d.ts +1 -1
  47. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.d.ts +1 -1
  48. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/parse.d.ts +1 -1
  49. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.d.ts +1 -0
  50. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.js +1 -0
  51. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.d.ts +0 -2
  52. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.js +1 -5
  53. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.d.ts +2 -2
  54. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.js +1 -5
  55. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/crc32.js +1 -1
  56. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/deflate.js +8 -8
  57. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inffast.js +2 -2
  58. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inflate.js +21 -19
  59. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/trees.js +3 -3
  60. package/esm/mod.d.ts +1 -2
  61. package/esm/mod.js +1 -2
  62. package/esm/storage/0_storage.d.ts +40 -38
  63. package/esm/storage/0_storage.js +23 -4
  64. package/esm/storage/0_utilities.d.ts +2 -2
  65. package/esm/storage/1_storage_indexed_db.d.ts +1 -1
  66. package/esm/storage/1_storage_local_storage.d.ts +1 -1
  67. package/esm/storage/1_storage_memory.d.ts +5 -4
  68. package/esm/storage/1_storage_memory.js +15 -10
  69. package/esm/storage/1_storage_session_storage.d.ts +1 -1
  70. package/esm/tl/0_tl_raw_writer.d.ts +9 -9
  71. package/esm/tl/1_tl_object.d.ts +1 -1
  72. package/esm/tl/1_tl_object.js +3 -3
  73. package/esm/tl/2_types.d.ts +44 -6
  74. package/esm/tl/2_types.js +143 -20
  75. package/esm/tl/3_functions.d.ts +64 -28
  76. package/esm/tl/3_functions.js +672 -584
  77. package/esm/tl/3_utilities.d.ts +3 -3
  78. package/esm/tl/4_tl_writer.d.ts +1 -1
  79. package/esm/types/0_chat_administrator_rights.d.ts +2 -2
  80. package/esm/types/0_chat_member_rights.d.ts +1 -1
  81. package/esm/types/0_message_entity.d.ts +1 -1
  82. package/esm/types/0_message_search_filter.d.ts +2 -1
  83. package/esm/types/1_bot_command_scope.d.ts +2 -1
  84. package/esm/types/1_keyboard_button.d.ts +1 -1
  85. package/esm/types/1_story_interactive_area.d.ts +1 -1
  86. package/esm/types/2_inline_keyboard_button.d.ts +1 -1
  87. package/esm/types/2_invite_link.d.ts +6 -6
  88. package/esm/types/2_invite_link.js +4 -4
  89. package/esm/types/3_reply_markup.d.ts +2 -2
  90. package/esm/types/4_inline_query_result.d.ts +2 -1
  91. package/esm/types/4_message.d.ts +1 -60
  92. package/esm/types/4_message.js +3 -4
  93. package/esm/types/5_callback_query.d.ts +2 -2
  94. package/esm/utilities/0_cache_map.d.ts +1 -1
  95. package/esm/utilities/0_logger.d.ts +25 -0
  96. package/esm/utilities/0_logger.js +90 -0
  97. package/esm/utilities/0_mutex.d.ts +4 -0
  98. package/esm/utilities/0_mutex.js +26 -0
  99. package/esm/utilities/{0_queue.js → 1_queue.js} +6 -6
  100. package/package.json +1 -1
  101. package/script/0_deps.d.ts +6 -8
  102. package/script/0_deps.js +18 -15
  103. package/script/1_utilities.d.ts +3 -1
  104. package/script/1_utilities.js +3 -1
  105. package/script/4_constants.d.ts +2 -2
  106. package/script/4_constants.js +4 -4
  107. package/script/4_errors.d.ts +1 -1
  108. package/script/5_client.d.ts +0 -1
  109. package/script/5_client.js +0 -1
  110. package/script/client/0_params.d.ts +33 -1
  111. package/script/client/0_password.d.ts +2 -2
  112. package/script/client/0_types.d.ts +2 -0
  113. package/script/client/1_composer.d.ts +3 -3
  114. package/script/client/1_file_manager.js +10 -8
  115. package/script/client/1_update_manager.js +26 -19
  116. package/script/client/2_client_plain.d.ts +1 -4
  117. package/script/client/2_client_plain.js +21 -17
  118. package/script/client/2_message_manager.d.ts +10 -36
  119. package/script/client/2_message_manager.js +82 -4
  120. package/script/client/3_chat_list_manager.js +6 -5
  121. package/script/client/4_client.d.ts +106 -17
  122. package/script/client/4_client.js +207 -50
  123. package/script/connection/1_connection_web_socket.js +11 -12
  124. package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/assert/assert_rejects.d.ts +4 -0
  125. package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/assert/assert_throws.d.ts +6 -0
  126. package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/assert/unreachable.d.ts +1 -1
  127. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unreachable.js +2 -2
  128. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.js +12 -9
  129. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_db.d.ts +3 -1
  130. package/script/deps/deno.land/std@0.218.0/media_types/_db.js +39 -0
  131. package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/media_types/_util.d.ts +0 -2
  132. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_util.js +1 -3
  133. package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/media_types/extensions_by_type.d.ts +1 -3
  134. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extensions_by_type.js +3 -5
  135. package/script/deps/deno.land/std@0.218.0/path/_common/assert_path.d.ts +1 -0
  136. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.js +3 -1
  137. package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/path/format.d.ts +1 -1
  138. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.d.ts +1 -1
  139. package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/path/mod.d.ts +1 -1
  140. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/mod.js +1 -1
  141. package/{esm/deps/deno.land/std@0.216.0/path/windows → script/deps/deno.land/std@0.218.0/path/posix}/glob_to_regexp.d.ts +1 -1
  142. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.d.ts +1 -1
  143. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.d.ts +1 -1
  144. package/script/deps/deno.land/std@0.218.0/path/posix/parse.d.ts +6 -0
  145. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/glob_to_regexp.d.ts +1 -1
  146. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.d.ts +1 -1
  147. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.d.ts +1 -1
  148. package/script/deps/deno.land/std@0.218.0/path/windows/parse.d.ts +6 -0
  149. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.d.ts +1 -0
  150. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.js +6 -0
  151. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.d.ts +0 -2
  152. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.js +1 -7
  153. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.d.ts +2 -2
  154. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.js +1 -7
  155. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/crc32.js +1 -1
  156. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/deflate.js +8 -8
  157. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inffast.js +2 -2
  158. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inflate.js +21 -19
  159. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/trees.js +3 -3
  160. package/script/mod.d.ts +1 -2
  161. package/script/mod.js +2 -2
  162. package/script/storage/0_storage.d.ts +40 -38
  163. package/script/storage/0_storage.js +21 -2
  164. package/script/storage/0_utilities.d.ts +2 -2
  165. package/script/storage/1_storage_indexed_db.d.ts +1 -1
  166. package/script/storage/1_storage_local_storage.d.ts +1 -1
  167. package/script/storage/1_storage_memory.d.ts +5 -4
  168. package/script/storage/1_storage_memory.js +15 -10
  169. package/script/storage/1_storage_session_storage.d.ts +1 -1
  170. package/script/tl/0_tl_raw_writer.d.ts +9 -9
  171. package/script/tl/1_tl_object.d.ts +1 -1
  172. package/script/tl/1_tl_object.js +3 -3
  173. package/script/tl/2_types.d.ts +44 -6
  174. package/script/tl/2_types.js +168 -43
  175. package/script/tl/3_functions.d.ts +64 -28
  176. package/script/tl/3_functions.js +677 -587
  177. package/script/tl/3_utilities.d.ts +3 -3
  178. package/script/tl/4_tl_writer.d.ts +1 -1
  179. package/script/types/0_chat_administrator_rights.d.ts +2 -2
  180. package/script/types/0_chat_member_rights.d.ts +1 -1
  181. package/script/types/0_message_entity.d.ts +1 -1
  182. package/script/types/0_message_search_filter.d.ts +2 -1
  183. package/script/types/1_bot_command_scope.d.ts +2 -1
  184. package/script/types/1_keyboard_button.d.ts +1 -1
  185. package/script/types/1_story_interactive_area.d.ts +1 -1
  186. package/script/types/2_inline_keyboard_button.d.ts +1 -1
  187. package/script/types/2_invite_link.d.ts +6 -6
  188. package/script/types/2_invite_link.js +4 -4
  189. package/script/types/3_reply_markup.d.ts +2 -2
  190. package/script/types/4_inline_query_result.d.ts +2 -1
  191. package/script/types/4_message.d.ts +1 -60
  192. package/script/types/4_message.js +2 -3
  193. package/script/types/5_callback_query.d.ts +2 -2
  194. package/script/utilities/0_cache_map.d.ts +1 -1
  195. package/script/utilities/0_logger.d.ts +25 -0
  196. package/script/utilities/0_logger.js +118 -0
  197. package/script/utilities/0_mutex.d.ts +4 -0
  198. package/script/utilities/0_mutex.js +30 -0
  199. package/script/utilities/{0_queue.js → 1_queue.js} +6 -6
  200. package/esm/_dnt.polyfills.d.ts +0 -6
  201. package/esm/_dnt.polyfills.js +0 -1
  202. package/esm/client/5_session_string.d.ts +0 -3
  203. package/esm/client/5_session_string.js +0 -22
  204. package/esm/deps/deno.land/std@0.216.0/media_types/_db.js +0 -33
  205. package/esm/deps/deno.land/std@0.216.0/path/_common/assert_path.d.ts +0 -1
  206. package/esm/deps/deno.land/std@0.69.0/fmt/colors.d.ts +0 -77
  207. package/esm/deps/deno.land/std@0.69.0/fmt/colors.js +0 -224
  208. package/esm/deps/deno.land/x/crc32@v0.2.0/mod.d.ts +0 -15
  209. package/esm/deps/deno.land/x/crc32@v0.2.0/mod.js +0 -105
  210. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.d.ts +0 -16
  211. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.js +0 -239
  212. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.d.ts +0 -3
  213. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.js +0 -71
  214. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.d.ts +0 -22
  215. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.js +0 -112
  216. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.d.ts +0 -2
  217. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.js +0 -2
  218. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/format.d.ts +0 -1
  219. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/format.js +0 -39
  220. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.d.ts +0 -1
  221. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.js +0 -1
  222. package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.d.ts +0 -2
  223. package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.js +0 -2
  224. package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.d.ts +0 -26
  225. package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.js +0 -32
  226. package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.d.ts +0 -41
  227. package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.js +0 -113
  228. package/esm/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.d.ts +0 -1
  229. package/esm/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.js +0 -524
  230. package/script/_dnt.polyfills.d.ts +0 -6
  231. package/script/_dnt.polyfills.js +0 -2
  232. package/script/client/5_session_string.d.ts +0 -3
  233. package/script/client/5_session_string.js +0 -27
  234. package/script/deps/deno.land/std@0.216.0/media_types/_db.js +0 -39
  235. package/script/deps/deno.land/std@0.216.0/path/_common/assert_path.d.ts +0 -1
  236. package/script/deps/deno.land/std@0.216.0/path/posix/parse.d.ts +0 -6
  237. package/script/deps/deno.land/std@0.216.0/path/windows/parse.d.ts +0 -6
  238. package/script/deps/deno.land/std@0.69.0/fmt/colors.d.ts +0 -77
  239. package/script/deps/deno.land/std@0.69.0/fmt/colors.js +0 -298
  240. package/script/deps/deno.land/x/crc32@v0.2.0/mod.d.ts +0 -15
  241. package/script/deps/deno.land/x/crc32@v0.2.0/mod.js +0 -113
  242. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.d.ts +0 -16
  243. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.js +0 -271
  244. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.d.ts +0 -3
  245. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.js +0 -98
  246. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.d.ts +0 -22
  247. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.js +0 -141
  248. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.d.ts +0 -2
  249. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.js +0 -32
  250. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/format.d.ts +0 -1
  251. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/format.js +0 -43
  252. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.d.ts +0 -1
  253. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.js +0 -17
  254. package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.d.ts +0 -2
  255. package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.js +0 -18
  256. package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.d.ts +0 -26
  257. package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.js +0 -36
  258. package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.d.ts +0 -41
  259. package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.js +0 -117
  260. package/script/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.d.ts +0 -1
  261. package/script/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.js +0 -550
  262. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.d.ts +0 -0
  263. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.js +0 -0
  264. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.d.ts +0 -0
  265. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.js +0 -0
  266. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.d.ts +0 -0
  267. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.js +0 -0
  268. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.d.ts +0 -0
  269. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.js +0 -0
  270. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.d.ts +0 -0
  271. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.js +0 -0
  272. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.d.ts +0 -0
  273. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.js +0 -0
  274. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.d.ts +0 -0
  275. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.js +0 -0
  276. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.d.ts +0 -0
  277. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.js +0 -0
  278. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.d.ts +0 -0
  279. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.js +0 -0
  280. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.d.ts +0 -0
  281. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.js +0 -0
  282. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.d.ts +0 -0
  283. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.js +0 -0
  284. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.d.ts +0 -0
  285. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.js +0 -0
  286. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.d.ts +0 -0
  287. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.js +0 -0
  288. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.d.ts +0 -0
  289. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.js +0 -0
  290. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.d.ts +0 -0
  291. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.js +0 -0
  292. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.d.ts +0 -0
  293. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.js +0 -0
  294. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.d.ts +0 -0
  295. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.js +0 -0
  296. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.d.ts +0 -0
  297. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.js +0 -0
  298. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.d.ts +0 -0
  299. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.js +0 -0
  300. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.d.ts +0 -0
  301. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.js +0 -0
  302. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.d.ts +0 -0
  303. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.js +0 -0
  304. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_rejects.js +0 -0
  305. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.d.ts +0 -0
  306. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.js +0 -0
  307. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.d.ts +0 -0
  308. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.js +0 -0
  309. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_throws.js +0 -0
  310. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.d.ts +0 -0
  311. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.js +0 -0
  312. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.d.ts +0 -0
  313. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.js +0 -0
  314. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.d.ts +0 -0
  315. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.js +0 -0
  316. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.d.ts +0 -0
  317. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.js +0 -0
  318. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.d.ts +0 -0
  319. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.js +0 -0
  320. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.d.ts +0 -0
  321. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.js +0 -0
  322. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.d.ts +0 -0
  323. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.d.ts +0 -0
  324. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.js +0 -0
  325. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.d.ts +0 -0
  326. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.js +0 -0
  327. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.d.ts +0 -0
  328. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.js +0 -0
  329. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.d.ts +0 -0
  330. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.js +0 -0
  331. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.d.ts +0 -0
  332. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.js +0 -0
  333. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.d.ts +0 -0
  334. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.js +0 -0
  335. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.d.ts +0 -0
  336. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.js +0 -0
  337. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
  338. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
  339. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/assert_path.js +0 -0
  340. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.d.ts +0 -0
  341. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.js +0 -0
  342. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.d.ts +0 -0
  343. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.js +0 -0
  344. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.d.ts +0 -0
  345. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.js +0 -0
  346. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.d.ts +0 -0
  347. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.js +0 -0
  348. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.d.ts +0 -0
  349. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.js +0 -0
  350. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.d.ts +0 -0
  351. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.js +0 -0
  352. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
  353. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.d.ts +0 -0
  354. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.js +0 -0
  355. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.d.ts +0 -0
  356. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.js +0 -0
  357. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.d.ts +0 -0
  358. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.js +0 -0
  359. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.d.ts +0 -0
  360. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.js +0 -0
  361. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.d.ts +0 -0
  362. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.js +0 -0
  363. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.d.ts +0 -0
  364. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.js +0 -0
  365. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.d.ts +0 -0
  366. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.js +0 -0
  367. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.d.ts +0 -0
  368. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.js +0 -0
  369. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.d.ts +0 -0
  370. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.js +0 -0
  371. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.d.ts +0 -0
  372. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.js +0 -0
  373. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.d.ts +0 -0
  374. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.js +0 -0
  375. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.d.ts +0 -0
  376. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.js +0 -0
  377. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/format.js +0 -0
  378. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.d.ts +0 -0
  379. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.js +0 -0
  380. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.js +0 -0
  381. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.d.ts +0 -0
  382. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.js +0 -0
  383. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.d.ts +0 -0
  384. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.js +0 -0
  385. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.d.ts +0 -0
  386. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.js +0 -0
  387. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.d.ts +0 -0
  388. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.js +0 -0
  389. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.d.ts +0 -0
  390. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.js +0 -0
  391. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.d.ts +0 -0
  392. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.js +0 -0
  393. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.d.ts +0 -0
  394. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.js +0 -0
  395. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.d.ts +0 -0
  396. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.js +0 -0
  397. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.d.ts +0 -0
  398. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.js +0 -0
  399. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.d.ts +0 -0
  400. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.js +0 -0
  401. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.d.ts +0 -0
  402. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.js +0 -0
  403. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.d.ts +0 -0
  404. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.js +0 -0
  405. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.d.ts +0 -0
  406. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.js +0 -0
  407. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.d.ts +0 -0
  408. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.js +0 -0
  409. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.d.ts +0 -0
  410. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.js +0 -0
  411. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/glob_to_regexp.js +0 -0
  412. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.d.ts +0 -0
  413. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.js +0 -0
  414. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.d.ts +0 -0
  415. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.js +0 -0
  416. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.d.ts +0 -0
  417. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.js +0 -0
  418. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.js +0 -0
  419. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.d.ts +0 -0
  420. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.js +0 -0
  421. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.d.ts +0 -0
  422. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.js +0 -0
  423. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.js +0 -0
  424. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/parse.js +0 -0
  425. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.d.ts +0 -0
  426. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.js +0 -0
  427. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.d.ts +0 -0
  428. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.js +0 -0
  429. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.d.ts +0 -0
  430. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.js +0 -0
  431. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.d.ts +0 -0
  432. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.js +0 -0
  433. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.d.ts +0 -0
  434. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.js +0 -0
  435. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.d.ts +0 -0
  436. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.js +0 -0
  437. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.d.ts +0 -0
  438. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.js +0 -0
  439. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.d.ts +0 -0
  440. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.js +0 -0
  441. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.d.ts +0 -0
  442. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.js +0 -0
  443. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.d.ts +0 -0
  444. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.js +0 -0
  445. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.d.ts +0 -0
  446. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.js +0 -0
  447. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.d.ts +0 -0
  448. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.js +0 -0
  449. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.d.ts +0 -0
  450. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.js +0 -0
  451. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.d.ts +0 -0
  452. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.js +0 -0
  453. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.d.ts +0 -0
  454. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.js +0 -0
  455. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.d.ts +0 -0
  456. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.js +0 -0
  457. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/glob_to_regexp.js +0 -0
  458. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.d.ts +0 -0
  459. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.js +0 -0
  460. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.d.ts +0 -0
  461. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.js +0 -0
  462. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.d.ts +0 -0
  463. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.js +0 -0
  464. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.js +0 -0
  465. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.d.ts +0 -0
  466. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.js +0 -0
  467. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.d.ts +0 -0
  468. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.js +0 -0
  469. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.js +0 -0
  470. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/parse.js +0 -0
  471. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.d.ts +0 -0
  472. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.js +0 -0
  473. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.d.ts +0 -0
  474. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.js +0 -0
  475. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.d.ts +0 -0
  476. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.js +0 -0
  477. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.d.ts +0 -0
  478. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.js +0 -0
  479. /package/esm/utilities/{0_queue.d.ts → 1_queue.d.ts} +0 -0
  480. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.d.ts +0 -0
  481. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.js +0 -0
  482. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.d.ts +0 -0
  483. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.js +0 -0
  484. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.d.ts +0 -0
  485. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.js +0 -0
  486. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.d.ts +0 -0
  487. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.js +0 -0
  488. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.d.ts +0 -0
  489. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.js +0 -0
  490. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.d.ts +0 -0
  491. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.js +0 -0
  492. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.d.ts +0 -0
  493. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.js +0 -0
  494. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.d.ts +0 -0
  495. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.js +0 -0
  496. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.d.ts +0 -0
  497. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.js +0 -0
  498. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.d.ts +0 -0
  499. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.js +0 -0
  500. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.d.ts +0 -0
  501. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.js +0 -0
  502. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.d.ts +0 -0
  503. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.js +0 -0
  504. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.d.ts +0 -0
  505. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.js +0 -0
  506. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.d.ts +0 -0
  507. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.js +0 -0
  508. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.d.ts +0 -0
  509. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.js +0 -0
  510. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.d.ts +0 -0
  511. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.js +0 -0
  512. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.d.ts +0 -0
  513. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.js +0 -0
  514. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.d.ts +0 -0
  515. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.js +0 -0
  516. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.d.ts +0 -0
  517. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.js +0 -0
  518. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.d.ts +0 -0
  519. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.js +0 -0
  520. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.d.ts +0 -0
  521. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.js +0 -0
  522. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_rejects.js +0 -0
  523. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.d.ts +0 -0
  524. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.js +0 -0
  525. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.d.ts +0 -0
  526. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.js +0 -0
  527. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_throws.js +0 -0
  528. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.d.ts +0 -0
  529. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.js +0 -0
  530. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.d.ts +0 -0
  531. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.js +0 -0
  532. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.d.ts +0 -0
  533. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.js +0 -0
  534. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.d.ts +0 -0
  535. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.js +0 -0
  536. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.d.ts +0 -0
  537. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.js +0 -0
  538. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.d.ts +0 -0
  539. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.js +0 -0
  540. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.d.ts +0 -0
  541. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.d.ts +0 -0
  542. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.js +0 -0
  543. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.d.ts +0 -0
  544. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.js +0 -0
  545. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.d.ts +0 -0
  546. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.js +0 -0
  547. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.d.ts +0 -0
  548. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.js +0 -0
  549. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.d.ts +0 -0
  550. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.js +0 -0
  551. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.d.ts +0 -0
  552. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.js +0 -0
  553. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.d.ts +0 -0
  554. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.js +0 -0
  555. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
  556. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
  557. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/assert_path.js +0 -0
  558. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.d.ts +0 -0
  559. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.js +0 -0
  560. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.d.ts +0 -0
  561. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.js +0 -0
  562. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.d.ts +0 -0
  563. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.js +0 -0
  564. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.d.ts +0 -0
  565. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.js +0 -0
  566. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.d.ts +0 -0
  567. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.js +0 -0
  568. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.d.ts +0 -0
  569. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.js +0 -0
  570. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
  571. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.d.ts +0 -0
  572. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.js +0 -0
  573. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.d.ts +0 -0
  574. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.js +0 -0
  575. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.d.ts +0 -0
  576. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.js +0 -0
  577. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.d.ts +0 -0
  578. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.js +0 -0
  579. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.d.ts +0 -0
  580. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.js +0 -0
  581. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.d.ts +0 -0
  582. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.js +0 -0
  583. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.d.ts +0 -0
  584. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.js +0 -0
  585. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.d.ts +0 -0
  586. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.js +0 -0
  587. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.d.ts +0 -0
  588. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.js +0 -0
  589. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.d.ts +0 -0
  590. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.js +0 -0
  591. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.d.ts +0 -0
  592. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.js +0 -0
  593. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.d.ts +0 -0
  594. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.js +0 -0
  595. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/format.js +0 -0
  596. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.d.ts +0 -0
  597. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.js +0 -0
  598. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.js +0 -0
  599. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.d.ts +0 -0
  600. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.js +0 -0
  601. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.d.ts +0 -0
  602. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.js +0 -0
  603. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.d.ts +0 -0
  604. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.js +0 -0
  605. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.d.ts +0 -0
  606. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.js +0 -0
  607. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.d.ts +0 -0
  608. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.js +0 -0
  609. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.d.ts +0 -0
  610. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.js +0 -0
  611. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.d.ts +0 -0
  612. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.js +0 -0
  613. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.d.ts +0 -0
  614. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.js +0 -0
  615. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.d.ts +0 -0
  616. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.js +0 -0
  617. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.d.ts +0 -0
  618. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.js +0 -0
  619. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.d.ts +0 -0
  620. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.js +0 -0
  621. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.d.ts +0 -0
  622. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.js +0 -0
  623. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.d.ts +0 -0
  624. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.js +0 -0
  625. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.d.ts +0 -0
  626. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.js +0 -0
  627. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.d.ts +0 -0
  628. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.js +0 -0
  629. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/glob_to_regexp.js +0 -0
  630. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.d.ts +0 -0
  631. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.js +0 -0
  632. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.d.ts +0 -0
  633. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.js +0 -0
  634. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.d.ts +0 -0
  635. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.js +0 -0
  636. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.js +0 -0
  637. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.d.ts +0 -0
  638. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.js +0 -0
  639. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.d.ts +0 -0
  640. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.js +0 -0
  641. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.js +0 -0
  642. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/parse.js +0 -0
  643. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.d.ts +0 -0
  644. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.js +0 -0
  645. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.d.ts +0 -0
  646. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.js +0 -0
  647. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.d.ts +0 -0
  648. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.js +0 -0
  649. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.d.ts +0 -0
  650. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.js +0 -0
  651. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.d.ts +0 -0
  652. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.js +0 -0
  653. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.d.ts +0 -0
  654. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.js +0 -0
  655. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.d.ts +0 -0
  656. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.js +0 -0
  657. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.d.ts +0 -0
  658. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.js +0 -0
  659. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.d.ts +0 -0
  660. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.js +0 -0
  661. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.d.ts +0 -0
  662. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.js +0 -0
  663. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.d.ts +0 -0
  664. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.js +0 -0
  665. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.d.ts +0 -0
  666. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.js +0 -0
  667. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.d.ts +0 -0
  668. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.js +0 -0
  669. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.d.ts +0 -0
  670. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.js +0 -0
  671. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.d.ts +0 -0
  672. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.js +0 -0
  673. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.d.ts +0 -0
  674. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.js +0 -0
  675. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/glob_to_regexp.js +0 -0
  676. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.d.ts +0 -0
  677. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.js +0 -0
  678. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.d.ts +0 -0
  679. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.js +0 -0
  680. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.d.ts +0 -0
  681. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.js +0 -0
  682. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.js +0 -0
  683. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.d.ts +0 -0
  684. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.js +0 -0
  685. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.d.ts +0 -0
  686. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.js +0 -0
  687. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.js +0 -0
  688. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/parse.js +0 -0
  689. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.d.ts +0 -0
  690. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.js +0 -0
  691. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.d.ts +0 -0
  692. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.js +0 -0
  693. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.d.ts +0 -0
  694. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.js +0 -0
  695. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.d.ts +0 -0
  696. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.js +0 -0
  697. /package/script/utilities/{0_queue.d.ts → 1_queue.d.ts} +0 -0
@@ -9,9 +9,9 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
9
9
  if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
10
10
  return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
11
11
  };
12
- var _Client_instances, _Client_auth, _Client_sessionId, _Client_state, _Client_promises, _Client_toAcknowledge, _Client_guaranteeUpdateDelivery, _Client_updateManager, _Client_networkStatisticsManager, _Client_botInfoManager, _Client_fileManager, _Client_reactionManager, _Client_messageManager, _Client_storyManager, _Client_callbackQueryManager, _Client_inlineQueryManager, _Client_chatListManager, _Client_accountManager, _Client_parseMode, _Client_publicKeys, _Client_autoStart, _Client_ignoreOutgoing, _Client_prefixes, _Client_storeMessages, _Client_namespaceProxies, _Client_constructContext, _Client_propagateConnectionState, _Client_lastPropagatedConnectionState, _Client_setAuth, _Client_storageInited, _Client_initStorage, _Client_connectMutex, _Client_connectionInited, _Client_initConnection, _Client_lastPropagatedAuthorizationState, _Client_propagateAuthorizationState, _Client_selfId, _Client_getSelfId, _Client_receiveLoop, _Client_pingLoopAbortController, _Client_pingInterval, _Client_lastUpdates, _Client_pingLoop, _Client_pingLoopStarted, _Client_autoStarted, _Client_lastMsgId, _Client_invoke, _Client_handleInvokeError, _Client_getUserAccessHash, _Client_getChannelAccessHash, _Client_getInputPeerInner, _Client_handleCtxUpdate, _Client_queueHandleCtxUpdate, _Client_handleUpdate, _Client_lastGetMe, _Client_getMe, _Client_handle;
13
- import { debug, gunzip, Mutex } from "../0_deps.js";
14
- import { bigIntFromBuffer, cleanObject, drop, getRandomBigInt, getRandomId, mustPrompt, mustPromptOneOf, sha1, UNREACHABLE, ZERO_CHANNEL_ID } from "../1_utilities.js";
12
+ var _Client_instances, _Client_auth, _Client_sessionId, _Client_state, _Client_promises, _Client_toAcknowledge, _Client_guaranteeUpdateDelivery, _Client_updateManager, _Client_networkStatisticsManager, _Client_botInfoManager, _Client_fileManager, _Client_reactionManager, _Client_messageManager, _Client_storyManager, _Client_callbackQueryManager, _Client_inlineQueryManager, _Client_chatListManager, _Client_accountManager, _Client_parseMode, _Client_publicKeys, _Client_autoStart, _Client_ignoreOutgoing, _Client_prefixes, _Client_storeMessages, _Client_id, _Client_L, _Client_Lauthorize, _Client_LreceiveLoop, _Client_LpingLoop, _Client_Linvoke, _Client_LhandleMigrationError, _Client_L$initConncetion, _Client_namespaceProxies, _Client_constructContext, _Client_propagateConnectionState, _Client_lastPropagatedConnectionState, _Client_setAuth, _Client_storageInited, _Client_initStorage, _Client_connectMutex, _Client_connectionInited, _Client_initConnection, _Client_lastPropagatedAuthorizationState, _Client_propagateAuthorizationState, _Client_selfId, _Client_getSelfId, _Client_receiveLoop, _Client_pingLoopAbortController, _Client_pingInterval, _Client_lastUpdates, _Client_pingLoop, _Client_pingLoopStarted, _Client_autoStarted, _Client_lastMsgId, _Client_invoke, _Client_handleInvokeError, _Client_getUserAccessHash, _Client_getChannelAccessHash, _Client_getInputPeerInner, _Client_handleCtxUpdate, _Client_queueHandleCtxUpdate, _Client_handleUpdate, _Client_lastGetMe, _Client_getMe, _Client_handle;
13
+ import { gunzip } from "../0_deps.js";
14
+ import { bigIntFromBuffer, cleanObject, drop, getLogger, getRandomBigInt, getRandomId, mustPrompt, mustPromptOneOf, Mutex, sha1, UNREACHABLE, ZERO_CHANNEL_ID } from "../1_utilities.js";
15
15
  import { as, chatIdToPeerId, functions, getChatIdPeerType, Message_, MessageContainer, name, peerToChatId, RPCResult, TLError, TLReader, types } from "../2_tl.js";
16
16
  import { StorageMemory } from "../3_storage.js";
17
17
  import { constructUser } from "../3_types.js";
@@ -36,21 +36,19 @@ import { CallbackQueryManager } from "./3_callback_query_manager.js";
36
36
  import { ChatListManager } from "./3_chat_list_manager.js";
37
37
  import { InlineQueryManager } from "./3_inline_query_manager.js";
38
38
  import { StoryManager } from "./3_story_manager.js";
39
- const d = debug("Client");
40
- const dAuth = debug("Client/authorize");
41
- const dRecv = debug("Client/receiveLoop");
39
+ let id = 0;
42
40
  const getEntity = Symbol();
43
- export const handleMigrationError = Symbol();
41
+ export const handleMigrationError = Symbol("handleMigrationError");
44
42
  const functionNamespaces = Object.entries(functions).filter(([, v]) => !(v instanceof Function)).map(([k]) => k);
45
43
  export function skipInvoke() {
46
44
  return (_ctx, next) => next();
47
45
  }
48
- export const restartAuth = Symbol();
46
+ export const restartAuth = Symbol("restartAuth");
49
47
  export class Client extends ClientAbstract {
50
48
  /**
51
49
  * Constructs the client.
52
50
  *
53
- * @param storage The storage provider to use. Defaults to memory storage.
51
+ * @param storage The storage provider to use. Defaults to memory storage. Passing a string constructs a memory storage with the string being the string session.
54
52
  * @param apiId App's API ID from [my.telegram.org](https://my.telegram.org/apps). Defaults to 0 (unset).
55
53
  * @param apiHash App's API hash from [my.telegram.org/apps](https://my.telegram.org/apps). Defaults to empty string (unset).
56
54
  */
@@ -140,6 +138,14 @@ export class Client extends ClientAbstract {
140
138
  _Client_ignoreOutgoing.set(this, void 0);
141
139
  _Client_prefixes.set(this, void 0);
142
140
  _Client_storeMessages.set(this, void 0);
141
+ _Client_id.set(this, void 0);
142
+ _Client_L.set(this, void 0);
143
+ _Client_Lauthorize.set(this, void 0);
144
+ _Client_LreceiveLoop.set(this, void 0);
145
+ _Client_LpingLoop.set(this, void 0);
146
+ _Client_Linvoke.set(this, void 0);
147
+ _Client_LhandleMigrationError.set(this, void 0);
148
+ _Client_L$initConncetion.set(this, void 0);
143
149
  _Client_namespaceProxies.set(this, (() => {
144
150
  // deno-lint-ignore no-explicit-any
145
151
  const proxies = {};
@@ -210,6 +216,20 @@ export class Client extends ClientAbstract {
210
216
  UNREACHABLE();
211
217
  }
212
218
  };
219
+ const mustGetUserId = () => {
220
+ if (msg?.from) {
221
+ return msg.from.id;
222
+ }
223
+ else if ("callbackQuery" in update) {
224
+ return update.callbackQuery.from.id;
225
+ }
226
+ else if ("chosenInlineResult" in update) {
227
+ return update.chosenInlineResult.from.id;
228
+ }
229
+ else {
230
+ UNREACHABLE();
231
+ }
232
+ };
213
233
  const mustGetInlineMsgId = () => {
214
234
  if ("chosenInlineResult" in update) {
215
235
  if (update.chosenInlineResult.inlineMessageId) {
@@ -467,6 +487,32 @@ export class Client extends ClientAbstract {
467
487
  const { chatId } = mustGetMsg();
468
488
  return this.deleteChatMemberMessages(chatId, userId);
469
489
  },
490
+ searchMessages: (query, params) => {
491
+ const { chatId } = mustGetMsg();
492
+ return this.searchMessages(chatId, query, params);
493
+ },
494
+ setBoostsRequiredToCircumventRestrictions: (boosts) => {
495
+ const { chatId } = mustGetMsg();
496
+ return this.setBoostsRequiredToCircumventRestrictions(chatId, boosts);
497
+ },
498
+ createInviteLink: (params) => {
499
+ const { chatId } = mustGetMsg();
500
+ return this.createInviteLink(chatId, params);
501
+ },
502
+ getCreatedInviteLinks: (params) => {
503
+ const { chatId } = mustGetMsg();
504
+ return this.getCreatedInviteLinks(chatId, params);
505
+ },
506
+ leave: () => {
507
+ const { chatId } = mustGetMsg();
508
+ return this.leaveChat(chatId);
509
+ },
510
+ block: () => {
511
+ return this.blockUser(mustGetUserId());
512
+ },
513
+ unblock: () => {
514
+ return this.unblockUser(mustGetUserId());
515
+ },
470
516
  };
471
517
  return cleanObject(context);
472
518
  });
@@ -476,7 +522,7 @@ export class Client extends ClientAbstract {
476
522
  configurable: true,
477
523
  writable: true,
478
524
  value: ((connected) => {
479
- __classPrivateFieldGet(this, _Client_connectMutex, "f").acquire().then((release) => {
525
+ __classPrivateFieldGet(this, _Client_connectMutex, "f").lock().then((unlock) => {
480
526
  try {
481
527
  const connectionState = connected ? "ready" : "notConnected";
482
528
  if (this.connected == connected && __classPrivateFieldGet(this, _Client_lastPropagatedConnectionState, "f") != connectionState) {
@@ -484,7 +530,7 @@ export class Client extends ClientAbstract {
484
530
  }
485
531
  }
486
532
  finally {
487
- release();
533
+ unlock();
488
534
  }
489
535
  });
490
536
  }).bind(this)
@@ -529,8 +575,9 @@ export class Client extends ClientAbstract {
529
575
  _Client_lastGetMe.set(this, null);
530
576
  //#region Composer
531
577
  _Client_handle.set(this, skip);
532
- this.storage = storage ?? new StorageMemory();
533
- if (!(__classPrivateFieldSet(this, _Client_storeMessages, params?.storeMessages ?? false, "f"))) {
578
+ this.storage = typeof storage === "string" ? new StorageMemory(storage) : storage ?? new StorageMemory();
579
+ __classPrivateFieldSet(this, _Client_storeMessages, params?.storeMessages ?? false, "f");
580
+ if (!__classPrivateFieldGet(this, _Client_storeMessages, "f")) {
534
581
  this.messageStorage = new StorageMemory();
535
582
  }
536
583
  else {
@@ -548,7 +595,16 @@ export class Client extends ClientAbstract {
548
595
  __classPrivateFieldSet(this, _Client_ignoreOutgoing, params?.ignoreOutgoing ?? null, "f");
549
596
  __classPrivateFieldSet(this, _Client_prefixes, params?.prefixes, "f");
550
597
  __classPrivateFieldSet(this, _Client_guaranteeUpdateDelivery, params?.guaranteeUpdateDelivery ?? false, "f");
598
+ __classPrivateFieldSet(this, _Client_id, id++, "f");
599
+ const L = __classPrivateFieldSet(this, _Client_L, getLogger("Client").client(__classPrivateFieldGet(this, _Client_id, "f")), "f");
600
+ __classPrivateFieldSet(this, _Client_Lauthorize, L.branch("authorize"), "f");
601
+ __classPrivateFieldSet(this, _Client_LreceiveLoop, L.branch("receiveLoop"), "f");
602
+ __classPrivateFieldSet(this, _Client_LpingLoop, L.branch("pingLoop"), "f");
603
+ __classPrivateFieldSet(this, _Client_Linvoke, L.branch("invoke"), "f");
604
+ __classPrivateFieldSet(this, _Client_LhandleMigrationError, L.branch("[handleMigrationError]"), "f");
605
+ __classPrivateFieldSet(this, _Client_L$initConncetion, L.branch("#initConnection"), "f");
551
606
  const c = {
607
+ id,
552
608
  api: this.api,
553
609
  storage: this.storage,
554
610
  messageStorage: this.messageStorage,
@@ -558,6 +614,7 @@ export class Client extends ClientAbstract {
558
614
  getSelfId: __classPrivateFieldGet(this, _Client_instances, "m", _Client_getSelfId).bind(this),
559
615
  getInputPeer: this.getInputPeer.bind(this),
560
616
  getInputChannel: this.getInputChannel.bind(this),
617
+ getInputUser: this.getInputUser.bind(this),
561
618
  getEntity: this[getEntity].bind(this),
562
619
  handleUpdate: __classPrivateFieldGet(this, _Client_instances, "m", _Client_queueHandleCtxUpdate).bind(this),
563
620
  parseMode: __classPrivateFieldGet(this, _Client_parseMode, "f"),
@@ -631,20 +688,20 @@ export class Client extends ClientAbstract {
631
688
  drop((async () => {
632
689
  if (connectionState == "notConnected") {
633
690
  if (!this.transport?.transport.initialized) {
634
- d("not reconnecting");
691
+ L.debug("not reconnecting");
635
692
  return;
636
693
  }
637
694
  let delay = 5;
638
695
  while (!this.connected) {
639
- d("reconnecting");
696
+ L.debug("reconnecting");
640
697
  try {
641
698
  await this.connect();
642
- d("reconnected");
699
+ L.debug("reconnected");
643
700
  drop(__classPrivateFieldGet(this, _Client_updateManager, "f").recoverUpdateGap("reconnect"));
644
701
  break;
645
702
  }
646
703
  catch (err) {
647
- d("failed to reconnect, retrying in %d: %o", delay, err);
704
+ L.debug(`failed to reconnect, retrying in ${delay}:`, err);
648
705
  }
649
706
  await new Promise((r) => setTimeout(r, delay * 1000));
650
707
  if (delay < 15) {
@@ -657,7 +714,7 @@ export class Client extends ClientAbstract {
657
714
  });
658
715
  this.invoke.use(async ({ error }, next) => {
659
716
  if (error instanceof FloodWait && error.seconds <= 10) {
660
- d("sleeping for %d because of: %o", error.seconds, error);
717
+ L.warning("sleeping for", error.seconds, "because of:", error);
661
718
  await new Promise((r) => setTimeout(r, 1000 * error.seconds));
662
719
  return true;
663
720
  }
@@ -691,7 +748,7 @@ export class Client extends ClientAbstract {
691
748
  if (this.connected) {
692
749
  return;
693
750
  }
694
- const release = await __classPrivateFieldGet(this, _Client_connectMutex, "f").acquire();
751
+ const unlock = await __classPrivateFieldGet(this, _Client_connectMutex, "f").lock();
695
752
  try {
696
753
  await __classPrivateFieldGet(this, _Client_instances, "m", _Client_initStorage).call(this);
697
754
  const authKey = await this.storage.getAuthKey();
@@ -702,7 +759,7 @@ export class Client extends ClientAbstract {
702
759
  plain.setDc(dc);
703
760
  }
704
761
  await plain.connect();
705
- const { authKey, salt } = await plain.createAuthKey();
762
+ const [authKey, salt] = await plain.createAuthKey();
706
763
  await plain.disconnect();
707
764
  await this.storage.setAuthKey(authKey);
708
765
  await __classPrivateFieldGet(this, _Client_instances, "m", _Client_setAuth).call(this, authKey);
@@ -723,17 +780,17 @@ export class Client extends ClientAbstract {
723
780
  if (dc == null) {
724
781
  await this.storage.setDc(this.initialDc);
725
782
  }
726
- d("encrypted client connected");
783
+ __classPrivateFieldGet(this, _Client_L, "f").debug("connected");
727
784
  drop(__classPrivateFieldGet(this, _Client_instances, "m", _Client_receiveLoop).call(this));
728
785
  if (__classPrivateFieldGet(this, _Client_pingLoopStarted, "f")) {
729
786
  drop(__classPrivateFieldGet(this, _Client_instances, "m", _Client_pingLoop).call(this));
730
787
  }
731
788
  }
732
789
  finally {
733
- release();
790
+ unlock();
734
791
  }
735
792
  }
736
- async [(_Client_auth = new WeakMap(), _Client_sessionId = new WeakMap(), _Client_state = new WeakMap(), _Client_promises = new WeakMap(), _Client_toAcknowledge = new WeakMap(), _Client_guaranteeUpdateDelivery = new WeakMap(), _Client_updateManager = new WeakMap(), _Client_networkStatisticsManager = new WeakMap(), _Client_botInfoManager = new WeakMap(), _Client_fileManager = new WeakMap(), _Client_reactionManager = new WeakMap(), _Client_messageManager = new WeakMap(), _Client_storyManager = new WeakMap(), _Client_callbackQueryManager = new WeakMap(), _Client_inlineQueryManager = new WeakMap(), _Client_chatListManager = new WeakMap(), _Client_accountManager = new WeakMap(), _Client_parseMode = new WeakMap(), _Client_publicKeys = new WeakMap(), _Client_autoStart = new WeakMap(), _Client_ignoreOutgoing = new WeakMap(), _Client_prefixes = new WeakMap(), _Client_storeMessages = new WeakMap(), _Client_namespaceProxies = new WeakMap(), _Client_constructContext = new WeakMap(), _Client_lastPropagatedConnectionState = new WeakMap(), _Client_storageInited = new WeakMap(), _Client_connectMutex = new WeakMap(), _Client_connectionInited = new WeakMap(), _Client_lastPropagatedAuthorizationState = new WeakMap(), _Client_selfId = new WeakMap(), _Client_pingLoopAbortController = new WeakMap(), _Client_pingInterval = new WeakMap(), _Client_lastUpdates = new WeakMap(), _Client_pingLoopStarted = new WeakMap(), _Client_autoStarted = new WeakMap(), _Client_lastMsgId = new WeakMap(), _Client_handleInvokeError = new WeakMap(), _Client_lastGetMe = new WeakMap(), _Client_handle = new WeakMap(), _Client_instances = new WeakSet(), _Client_propagateConnectionState = function _Client_propagateConnectionState(connectionState) {
793
+ async [(_Client_auth = new WeakMap(), _Client_sessionId = new WeakMap(), _Client_state = new WeakMap(), _Client_promises = new WeakMap(), _Client_toAcknowledge = new WeakMap(), _Client_guaranteeUpdateDelivery = new WeakMap(), _Client_updateManager = new WeakMap(), _Client_networkStatisticsManager = new WeakMap(), _Client_botInfoManager = new WeakMap(), _Client_fileManager = new WeakMap(), _Client_reactionManager = new WeakMap(), _Client_messageManager = new WeakMap(), _Client_storyManager = new WeakMap(), _Client_callbackQueryManager = new WeakMap(), _Client_inlineQueryManager = new WeakMap(), _Client_chatListManager = new WeakMap(), _Client_accountManager = new WeakMap(), _Client_parseMode = new WeakMap(), _Client_publicKeys = new WeakMap(), _Client_autoStart = new WeakMap(), _Client_ignoreOutgoing = new WeakMap(), _Client_prefixes = new WeakMap(), _Client_storeMessages = new WeakMap(), _Client_id = new WeakMap(), _Client_L = new WeakMap(), _Client_Lauthorize = new WeakMap(), _Client_LreceiveLoop = new WeakMap(), _Client_LpingLoop = new WeakMap(), _Client_Linvoke = new WeakMap(), _Client_LhandleMigrationError = new WeakMap(), _Client_L$initConncetion = new WeakMap(), _Client_namespaceProxies = new WeakMap(), _Client_constructContext = new WeakMap(), _Client_lastPropagatedConnectionState = new WeakMap(), _Client_storageInited = new WeakMap(), _Client_connectMutex = new WeakMap(), _Client_connectionInited = new WeakMap(), _Client_lastPropagatedAuthorizationState = new WeakMap(), _Client_selfId = new WeakMap(), _Client_pingLoopAbortController = new WeakMap(), _Client_pingInterval = new WeakMap(), _Client_lastUpdates = new WeakMap(), _Client_pingLoopStarted = new WeakMap(), _Client_autoStarted = new WeakMap(), _Client_lastMsgId = new WeakMap(), _Client_handleInvokeError = new WeakMap(), _Client_lastGetMe = new WeakMap(), _Client_handle = new WeakMap(), _Client_instances = new WeakSet(), _Client_propagateConnectionState = function _Client_propagateConnectionState(connectionState) {
737
794
  __classPrivateFieldGet(this, _Client_instances, "m", _Client_queueHandleCtxUpdate).call(this, { connectionState });
738
795
  __classPrivateFieldSet(this, _Client_lastPropagatedConnectionState, connectionState, "f");
739
796
  }, _Client_setAuth = async function _Client_setAuth(key) {
@@ -754,7 +811,7 @@ export class Client extends ClientAbstract {
754
811
  newDc += "-test";
755
812
  }
756
813
  await this.reconnect(newDc);
757
- d("migrated to DC%s", newDc);
814
+ __classPrivateFieldGet(this, _Client_LhandleMigrationError, "f").debug(`migrated to DC${newDc}`);
758
815
  }
759
816
  async disconnect() {
760
817
  __classPrivateFieldSet(this, _Client_connectionInited, false, "f");
@@ -790,7 +847,7 @@ export class Client extends ClientAbstract {
790
847
  await __classPrivateFieldGet(this, _Client_updateManager, "f").fetchState("authorize");
791
848
  await __classPrivateFieldGet(this, _Client_instances, "m", _Client_propagateAuthorizationState).call(this, true);
792
849
  drop(__classPrivateFieldGet(this, _Client_updateManager, "f").recoverUpdateGap("authorize"));
793
- d("already authorized");
850
+ __classPrivateFieldGet(this, _Client_Lauthorize, "f").debug("already authorized");
794
851
  return;
795
852
  }
796
853
  catch (err) {
@@ -807,7 +864,7 @@ export class Client extends ClientAbstract {
807
864
  params = { phone: () => mustPrompt("Phone number:"), code: () => mustPrompt("Verification code:"), password: () => mustPrompt("Password:") };
808
865
  }
809
866
  }
810
- dAuth("authorizing with %s", typeof params === "string" ? "bot token" : params instanceof types.auth.ExportedAuthorization ? "exported authorization" : "AuthorizeUserParams");
867
+ __classPrivateFieldGet(this, _Client_Lauthorize, "f").debug("authorizing with", typeof params === "string" ? "bot token" : params instanceof types.auth.ExportedAuthorization ? "exported authorization" : "AuthorizeUserParams");
811
868
  if (typeof params === "string") {
812
869
  while (true) {
813
870
  try {
@@ -827,14 +884,14 @@ export class Client extends ClientAbstract {
827
884
  }
828
885
  }
829
886
  }
830
- dAuth("authorized as bot");
887
+ __classPrivateFieldGet(this, _Client_Lauthorize, "f").debug("authorized as bot");
831
888
  await __classPrivateFieldGet(this, _Client_instances, "m", _Client_propagateAuthorizationState).call(this, true);
832
889
  await __classPrivateFieldGet(this, _Client_updateManager, "f").fetchState("authorize");
833
890
  return;
834
891
  }
835
892
  if (params instanceof types.auth.ExportedAuthorization) {
836
893
  await this.api.auth.importAuthorization({ id: params.id, bytes: params.bytes });
837
- dAuth("authorization imported");
894
+ __classPrivateFieldGet(this, _Client_Lauthorize, "f").debug("authorization imported");
838
895
  return;
839
896
  }
840
897
  auth: while (true) {
@@ -874,7 +931,7 @@ export class Client extends ClientAbstract {
874
931
  }
875
932
  }
876
933
  }
877
- dAuth("verification code sent");
934
+ __classPrivateFieldGet(this, _Client_Lauthorize, "f").debug("verification code sent");
878
935
  let err;
879
936
  code: while (true) {
880
937
  const code = typeof params.code === "string" ? params.code : await params.code();
@@ -886,7 +943,7 @@ export class Client extends ClientAbstract {
886
943
  });
887
944
  __classPrivateFieldSet(this, _Client_selfId, Number(auth[as](types.auth.Authorization).user.id), "f");
888
945
  await this.storage.setAccountType("user");
889
- dAuth("authorized as user");
946
+ __classPrivateFieldGet(this, _Client_Lauthorize, "f").debug("authorized as user");
890
947
  await __classPrivateFieldGet(this, _Client_instances, "m", _Client_propagateAuthorizationState).call(this, true);
891
948
  await __classPrivateFieldGet(this, _Client_updateManager, "f").fetchState("authorize");
892
949
  return;
@@ -915,7 +972,7 @@ export class Client extends ClientAbstract {
915
972
  const auth = await this.api.auth.checkPassword({ password: input });
916
973
  __classPrivateFieldSet(this, _Client_selfId, Number(auth[as](types.auth.Authorization).user.id), "f");
917
974
  await this.storage.setAccountType("user");
918
- dAuth("authorized as user");
975
+ __classPrivateFieldGet(this, _Client_Lauthorize, "f").debug("authorized as user");
919
976
  await __classPrivateFieldGet(this, _Client_instances, "m", _Client_propagateAuthorizationState).call(this, true);
920
977
  await __classPrivateFieldGet(this, _Client_updateManager, "f").fetchState("authorize");
921
978
  return;
@@ -953,6 +1010,13 @@ export class Client extends ClientAbstract {
953
1010
  send(function_) {
954
1011
  return this.invoke(function_, true);
955
1012
  }
1013
+ exportAuthString() {
1014
+ return this.storage.exportAuthString();
1015
+ }
1016
+ async importAuthString(authString) {
1017
+ await __classPrivateFieldGet(this, _Client_instances, "m", _Client_initStorage).call(this);
1018
+ await this.storage.importAuthString(authString);
1019
+ }
956
1020
  async getInputPeer(id) {
957
1021
  if (id === "me") {
958
1022
  return new types.InputPeerSelf();
@@ -998,7 +1062,7 @@ export class Client extends ClientAbstract {
998
1062
  system_version: this.systemVersion,
999
1063
  });
1000
1064
  __classPrivateFieldSet(this, _Client_connectionInited, true, "f");
1001
- d("connection inited");
1065
+ __classPrivateFieldGet(this, _Client_L$initConncetion, "f").debug("connection inited");
1002
1066
  }
1003
1067
  }, _Client_propagateAuthorizationState = async function _Client_propagateAuthorizationState(authorized) {
1004
1068
  if (__classPrivateFieldGet(this, _Client_lastPropagatedAuthorizationState, "f") != authorized) {
@@ -1021,12 +1085,14 @@ export class Client extends ClientAbstract {
1021
1085
  __classPrivateFieldGet(this, _Client_toAcknowledge, "f").clear();
1022
1086
  }
1023
1087
  const buffer = await this.transport.transport.receive();
1088
+ __classPrivateFieldGet(this, _Client_L, "f").inBin(buffer);
1024
1089
  let decrypted;
1025
1090
  try {
1026
1091
  decrypted = await (decryptMessage(buffer, __classPrivateFieldGet(this, _Client_auth, "f").key, __classPrivateFieldGet(this, _Client_auth, "f").id, __classPrivateFieldGet(this, _Client_sessionId, "f")));
1092
+ __classPrivateFieldGet(this, _Client_L, "f").in(decrypted);
1027
1093
  }
1028
1094
  catch (err) {
1029
- dRecv("failed to decrypt message: %o", err);
1095
+ __classPrivateFieldGet(this, _Client_LreceiveLoop, "f").error("failed to decrypt message:", err);
1030
1096
  drop((async () => {
1031
1097
  try {
1032
1098
  await this.disconnect();
@@ -1045,7 +1111,7 @@ export class Client extends ClientAbstract {
1045
1111
  if (body instanceof types.Gzip_packed) {
1046
1112
  body = new TLReader(gunzip(body.packed_data)).readObject();
1047
1113
  }
1048
- dRecv("received %s", (typeof body === "object" && name in body) ? body[name] : body.constructor.name);
1114
+ __classPrivateFieldGet(this, _Client_LreceiveLoop, "f").debug("received", (typeof body === "object" && name in body) ? body[name] : body.constructor.name);
1049
1115
  if (body instanceof types._Updates || body instanceof types._Update) {
1050
1116
  __classPrivateFieldGet(this, _Client_updateManager, "f").processUpdates(body, true);
1051
1117
  }
@@ -1059,10 +1125,10 @@ export class Client extends ClientAbstract {
1059
1125
  result = new TLReader(gunzip(result.packed_data)).readObject();
1060
1126
  }
1061
1127
  if (result instanceof types.Rpc_error) {
1062
- dRecv("RPCResult: %d %s", result.error_code, result.error_message);
1128
+ __classPrivateFieldGet(this, _Client_LreceiveLoop, "f").debug("RPCResult:", result.error_code, result.error_message);
1063
1129
  }
1064
1130
  else {
1065
- dRecv("RPCResult: %s", (typeof result === "object" && name in result) ? result[name] : result.constructor.name);
1131
+ __classPrivateFieldGet(this, _Client_LreceiveLoop, "f").debug("RPCResult:", (typeof result === "object" && name in result) ? result[name] : result.constructor.name);
1066
1132
  }
1067
1133
  const messageId = message.body.messageId;
1068
1134
  const promise = __classPrivateFieldGet(this, _Client_promises, "f").get(messageId);
@@ -1093,7 +1159,7 @@ export class Client extends ClientAbstract {
1093
1159
  }
1094
1160
  }
1095
1161
  else if (message.body instanceof types.Bad_server_salt) {
1096
- d("server salt reassigned");
1162
+ __classPrivateFieldGet(this, _Client_LreceiveLoop, "f").debug("server salt reassigned");
1097
1163
  __classPrivateFieldGet(this, _Client_state, "f").salt = message.body.new_server_salt;
1098
1164
  await this.storage.setServerSalt(__classPrivateFieldGet(this, _Client_state, "f").salt);
1099
1165
  const promise = __classPrivateFieldGet(this, _Client_promises, "f").get(message.body.bad_msg_id);
@@ -1110,11 +1176,11 @@ export class Client extends ClientAbstract {
1110
1176
  break;
1111
1177
  }
1112
1178
  else if (err instanceof TLError) {
1113
- dRecv("failed to deserialize: %o", err);
1179
+ __classPrivateFieldGet(this, _Client_LreceiveLoop, "f").error("failed to deserialize:", err);
1114
1180
  drop(__classPrivateFieldGet(this, _Client_updateManager, "f").recoverUpdateGap("deserialize"));
1115
1181
  }
1116
1182
  else {
1117
- dRecv("uncaught error: %o", err);
1183
+ __classPrivateFieldGet(this, _Client_LreceiveLoop, "f").error("unexpected error:", err);
1118
1184
  }
1119
1185
  }
1120
1186
  }
@@ -1150,7 +1216,7 @@ export class Client extends ClientAbstract {
1150
1216
  if (!this.connected) {
1151
1217
  continue;
1152
1218
  }
1153
- d("ping loop error: %o", err);
1219
+ __classPrivateFieldGet(this, _Client_LpingLoop, "f").error(err);
1154
1220
  }
1155
1221
  }
1156
1222
  }, _Client_invoke = async function _Client_invoke(function_, noWait) {
@@ -1175,8 +1241,11 @@ export class Client extends ClientAbstract {
1175
1241
  }
1176
1242
  const messageId = __classPrivateFieldSet(this, _Client_lastMsgId, getMessageId(__classPrivateFieldGet(this, _Client_lastMsgId, "f")), "f");
1177
1243
  const message = new Message_(messageId, seqNo, function_);
1178
- await this.transport.transport.send(await encryptMessage(message, __classPrivateFieldGet(this, _Client_auth, "f").key, __classPrivateFieldGet(this, _Client_auth, "f").id, __classPrivateFieldGet(this, _Client_state, "f").salt, __classPrivateFieldGet(this, _Client_sessionId, "f")));
1179
- d("invoked %s", function_[name]);
1244
+ const payload = await encryptMessage(message, __classPrivateFieldGet(this, _Client_auth, "f").key, __classPrivateFieldGet(this, _Client_auth, "f").id, __classPrivateFieldGet(this, _Client_state, "f").salt, __classPrivateFieldGet(this, _Client_sessionId, "f"));
1245
+ await this.transport.transport.send(payload);
1246
+ __classPrivateFieldGet(this, _Client_L, "f").out(message);
1247
+ __classPrivateFieldGet(this, _Client_L, "f").outBin(payload);
1248
+ __classPrivateFieldGet(this, _Client_Linvoke, "f").debug("invoked", function_[name]);
1180
1249
  if (noWait) {
1181
1250
  __classPrivateFieldGet(this, _Client_promises, "f").set(message.id, {
1182
1251
  resolve: (result) => {
@@ -1422,7 +1491,7 @@ export class Client extends ClientAbstract {
1422
1491
  * @param inlineMessageId The inline message's identifier.
1423
1492
  */
1424
1493
  async editInlineMessageReplyMarkup(inlineMessageId, params) {
1425
- return await __classPrivateFieldGet(this, _Client_messageManager, "f").editInlineMessageReplyMarkup(inlineMessageId, params);
1494
+ await __classPrivateFieldGet(this, _Client_messageManager, "f").editInlineMessageReplyMarkup(inlineMessageId, params);
1426
1495
  }
1427
1496
  /**
1428
1497
  * Retrieve multiple messages.
@@ -1537,14 +1606,16 @@ export class Client extends ClientAbstract {
1537
1606
  * @param messageThreadId The thread to send the chat action to.
1538
1607
  */
1539
1608
  async sendChatAction(chatId, action, params) {
1540
- return await __classPrivateFieldGet(this, _Client_messageManager, "f").sendChatAction(chatId, action, params);
1609
+ await __classPrivateFieldGet(this, _Client_messageManager, "f").sendChatAction(chatId, action, params);
1541
1610
  }
1542
1611
  /**
1543
1612
  * Upload a file.
1544
1613
  *
1545
1614
  * @method fs
1546
1615
  * @param contents The contents of the file.
1616
+ * @returns The uploaded file.
1547
1617
  */
1618
+ // deno-lint-ignore no-explicit-any
1548
1619
  async upload(contents, params) {
1549
1620
  return await __classPrivateFieldGet(this, _Client_fileManager, "f").upload(contents, params);
1550
1621
  }
@@ -1561,6 +1632,7 @@ export class Client extends ClientAbstract {
1561
1632
  * Get the bot's commands in the given scope and/or language. Bot-only.
1562
1633
  *
1563
1634
  * @method bs
1635
+ * @returns The current bot's commands in the specified language.
1564
1636
  */
1565
1637
  async getMyCommands(params) {
1566
1638
  return await __classPrivateFieldGet(this, _Client_botInfoManager, "f").getMyCommands(params);
@@ -1603,14 +1675,16 @@ export class Client extends ClientAbstract {
1603
1675
  * Get the bot's description in the given language. Bot-only.
1604
1676
  *
1605
1677
  * @method bs
1678
+ * @returns The current bot's description in the specified language.
1606
1679
  */
1607
1680
  async getMyDescription(params) {
1608
1681
  return await __classPrivateFieldGet(this, _Client_botInfoManager, "f").getMyDescription(params);
1609
1682
  }
1610
1683
  /**
1611
- * Set the bot's name in the given language. Bot-only.
1684
+ * Get the bot's name in the given language. Bot-only.
1612
1685
  *
1613
1686
  * @method bs
1687
+ * @returns The current bot's name in the specified language.
1614
1688
  */
1615
1689
  async getMyName(params) {
1616
1690
  return await __classPrivateFieldGet(this, _Client_botInfoManager, "f").getMyName(params);
@@ -1619,6 +1693,7 @@ export class Client extends ClientAbstract {
1619
1693
  * Get the bot's short description in the given language. Bot-only.
1620
1694
  *
1621
1695
  * @method bs
1696
+ * @returns The current bot's short description in the specified language.
1622
1697
  */
1623
1698
  async getMyShortDescription(params) {
1624
1699
  return await __classPrivateFieldGet(this, _Client_botInfoManager, "f").getMyShortDescription(params);
@@ -1631,7 +1706,7 @@ export class Client extends ClientAbstract {
1631
1706
  * @param messageIds The identifiers of the messages to delete.
1632
1707
  */
1633
1708
  async deleteMessages(chatId, messageIds, params) {
1634
- return await __classPrivateFieldGet(this, _Client_messageManager, "f").deleteMessages(chatId, messageIds, params);
1709
+ await __classPrivateFieldGet(this, _Client_messageManager, "f").deleteMessages(chatId, messageIds, params);
1635
1710
  }
1636
1711
  /**
1637
1712
  * Delete a single message.
@@ -1641,7 +1716,7 @@ export class Client extends ClientAbstract {
1641
1716
  * @param messageId The identifier of the message to delete.
1642
1717
  */
1643
1718
  async deleteMessage(chatId, messageId, params) {
1644
- return await __classPrivateFieldGet(this, _Client_messageManager, "f").deleteMessages(chatId, [messageId], params);
1719
+ await __classPrivateFieldGet(this, _Client_messageManager, "f").deleteMessages(chatId, [messageId], params);
1645
1720
  }
1646
1721
  /**
1647
1722
  * Send a photo.
@@ -1649,6 +1724,7 @@ export class Client extends ClientAbstract {
1649
1724
  * @method ms
1650
1725
  * @param chatId The chat to send the photo to.
1651
1726
  * @param photo The photo to send.
1727
+ * @returns The sent photo.
1652
1728
  */
1653
1729
  async sendPhoto(chatId, photo, params) {
1654
1730
  return await __classPrivateFieldGet(this, _Client_messageManager, "f").sendPhoto(chatId, photo, params);
@@ -1659,6 +1735,7 @@ export class Client extends ClientAbstract {
1659
1735
  * @method ms
1660
1736
  * @param chatId The chat to send the document to.
1661
1737
  * @param document The document to send.
1738
+ * @returns The sent document.
1662
1739
  */
1663
1740
  async sendDocument(chatId, document, params) {
1664
1741
  return await __classPrivateFieldGet(this, _Client_messageManager, "f").sendDocument(chatId, document, params);
@@ -1669,6 +1746,7 @@ export class Client extends ClientAbstract {
1669
1746
  * @method ms
1670
1747
  * @param chatId The chat to send the video to.
1671
1748
  * @param video The video to send.
1749
+ * @returns The sent video.
1672
1750
  */
1673
1751
  async sendVideo(chatId, video, params) {
1674
1752
  return await __classPrivateFieldGet(this, _Client_messageManager, "f").sendVideo(chatId, video, params);
@@ -1679,6 +1757,7 @@ export class Client extends ClientAbstract {
1679
1757
  * @method ms
1680
1758
  * @param chatId The chat to send the animation to.
1681
1759
  * @param animation The animation to send.
1760
+ * @returns The sent animation.
1682
1761
  */
1683
1762
  async sendAnimation(chatId, animation, params) {
1684
1763
  return await __classPrivateFieldGet(this, _Client_messageManager, "f").sendAnimation(chatId, animation, params);
@@ -1689,6 +1768,7 @@ export class Client extends ClientAbstract {
1689
1768
  * @method ms
1690
1769
  * @param chatId The chat to send the voice message to.
1691
1770
  * @param voice The voice to send.
1771
+ * @returns The sent voice message.
1692
1772
  */
1693
1773
  async sendVoice(chatId, voice, params) {
1694
1774
  return await __classPrivateFieldGet(this, _Client_messageManager, "f").sendVoice(chatId, voice, params);
@@ -1699,6 +1779,7 @@ export class Client extends ClientAbstract {
1699
1779
  * @method ms
1700
1780
  * @param chatId The chat to send the audio file to.
1701
1781
  * @param audio The audio to send.
1782
+ * @returns The sent audio filr.
1702
1783
  */
1703
1784
  async sendAudio(chatId, audio, params) {
1704
1785
  return await __classPrivateFieldGet(this, _Client_messageManager, "f").sendAudio(chatId, audio, params);
@@ -1709,6 +1790,7 @@ export class Client extends ClientAbstract {
1709
1790
  * @method ms
1710
1791
  * @param chatId The chat to send the video note to.
1711
1792
  * @param videoNote The video note to send.
1793
+ * @returns The sent video note.
1712
1794
  */
1713
1795
  async sendVideoNote(chatId, videoNote, params) {
1714
1796
  return await __classPrivateFieldGet(this, _Client_messageManager, "f").sendVideoNote(chatId, videoNote, params);
@@ -1720,6 +1802,7 @@ export class Client extends ClientAbstract {
1720
1802
  * @param chatId The chat to send the location to.
1721
1803
  * @param latitude The location's latitude.
1722
1804
  * @param longitude The location's longitude.
1805
+ * @returns The sent location.
1723
1806
  */
1724
1807
  async sendLocation(chatId, latitude, longitude, params) {
1725
1808
  return await __classPrivateFieldGet(this, _Client_messageManager, "f").sendLocation(chatId, latitude, longitude, params);
@@ -1731,6 +1814,7 @@ export class Client extends ClientAbstract {
1731
1814
  * @param chatId The chat to send the contact to.
1732
1815
  * @param firstName The contact's first name.
1733
1816
  * @param number The contact's phone number.
1817
+ * @returns The sent contact.
1734
1818
  */
1735
1819
  async sendContact(chatId, firstName, number, params) {
1736
1820
  return await __classPrivateFieldGet(this, _Client_messageManager, "f").sendContact(chatId, firstName, number, params);
@@ -1740,6 +1824,7 @@ export class Client extends ClientAbstract {
1740
1824
  *
1741
1825
  * @method ms
1742
1826
  * @param chatId The chat to send the dice to.
1827
+ * @returns The sent dice.
1743
1828
  */
1744
1829
  async sendDice(chatId, params) {
1745
1830
  return await __classPrivateFieldGet(this, _Client_messageManager, "f").sendDice(chatId, params);
@@ -1753,6 +1838,7 @@ export class Client extends ClientAbstract {
1753
1838
  * @param longitude The longitude of the venue.
1754
1839
  * @param title The title of the venue.
1755
1840
  * @param address The written address of the venue.
1841
+ * @returns The sent venue.
1756
1842
  */
1757
1843
  async sendVenue(chatId, latitude, longitude, title, address, params) {
1758
1844
  return await __classPrivateFieldGet(this, _Client_messageManager, "f").sendVenue(chatId, latitude, longitude, title, address, params);
@@ -1795,6 +1881,7 @@ export class Client extends ClientAbstract {
1795
1881
  *
1796
1882
  * @method fs
1797
1883
  * @param id Identifier of one or more of custom emojis.
1884
+ * @returns The custom emoji documents.
1798
1885
  */
1799
1886
  async getCustomEmojiDocuments(id) {
1800
1887
  return await __classPrivateFieldGet(this, _Client_fileManager, "f").getCustomEmojiDocuments(id);
@@ -1869,7 +1956,7 @@ export class Client extends ClientAbstract {
1869
1956
  * @param memberId The identifier of the member.
1870
1957
  */
1871
1958
  async deleteChatMemberMessages(chatId, memberId) {
1872
- return await __classPrivateFieldGet(this, _Client_messageManager, "f").deleteChatMemberMessages(chatId, memberId);
1959
+ await __classPrivateFieldGet(this, _Client_messageManager, "f").deleteChatMemberMessages(chatId, memberId);
1873
1960
  }
1874
1961
  /**
1875
1962
  * Pin a message in a chat.
@@ -1879,7 +1966,7 @@ export class Client extends ClientAbstract {
1879
1966
  * @param messageId The message's identifier.
1880
1967
  */
1881
1968
  async pinMessage(chatId, messageId, params) {
1882
- return await __classPrivateFieldGet(this, _Client_messageManager, "f").pinMessage(chatId, messageId, params);
1969
+ await __classPrivateFieldGet(this, _Client_messageManager, "f").pinMessage(chatId, messageId, params);
1883
1970
  }
1884
1971
  /**
1885
1972
  * Unpin a pinned message.
@@ -1889,7 +1976,7 @@ export class Client extends ClientAbstract {
1889
1976
  * @param messageId The message's identifier.
1890
1977
  */
1891
1978
  async unpinMessage(chatId, messageId) {
1892
- return await __classPrivateFieldGet(this, _Client_messageManager, "f").unpinMessage(chatId, messageId);
1979
+ await __classPrivateFieldGet(this, _Client_messageManager, "f").unpinMessage(chatId, messageId);
1893
1980
  }
1894
1981
  /**
1895
1982
  * Unpin all pinned messages.
@@ -1898,7 +1985,7 @@ export class Client extends ClientAbstract {
1898
1985
  * @param chatId The identifier of the chat.
1899
1986
  */
1900
1987
  async unpinMessages(chatId) {
1901
- return await __classPrivateFieldGet(this, _Client_messageManager, "f").unpinMessages(chatId);
1988
+ await __classPrivateFieldGet(this, _Client_messageManager, "f").unpinMessages(chatId);
1902
1989
  }
1903
1990
  /**
1904
1991
  * Ban a member from a chat.
@@ -1946,6 +2033,7 @@ export class Client extends ClientAbstract {
1946
2033
  *
1947
2034
  * @method ch
1948
2035
  * @param chatId The identifier of the chat.
2036
+ * @returns The chat's administrators.
1949
2037
  */
1950
2038
  async getChatAdministrators(chatId) {
1951
2039
  return await __classPrivateFieldGet(this, _Client_messageManager, "f").getChatAdministrators(chatId);
@@ -1979,6 +2067,7 @@ export class Client extends ClientAbstract {
1979
2067
  * @method st
1980
2068
  * @param chatId The identifier of the chat to retrieve the story from.
1981
2069
  * @param storyId The identifier of the story to retrieve.
2070
+ * @returns The retrieved story.
1982
2071
  */
1983
2072
  async getStory(chatId, storyId) {
1984
2073
  return await __classPrivateFieldGet(this, _Client_storyManager, "f").getStory(chatId, storyId);
@@ -2087,6 +2176,7 @@ export class Client extends ClientAbstract {
2087
2176
  * @method ac
2088
2177
  * @param id `"me"`, a bot ID, a supergroup ID, or a channel ID.
2089
2178
  * @param order The new order to use.
2179
+ * @returns Whether the order was changed.
2090
2180
  */
2091
2181
  async reorderUsernames(id, order) {
2092
2182
  return await __classPrivateFieldGet(this, _Client_accountManager, "f").reorderUsernames(id, order);
@@ -2104,6 +2194,7 @@ export class Client extends ClientAbstract {
2104
2194
  * Get inactive chats. User-only.
2105
2195
  *
2106
2196
  * @method ch
2197
+ * @retuns A list of inactive chats the current user is member of.
2107
2198
  */
2108
2199
  async getInactiveChats() {
2109
2200
  return await __classPrivateFieldGet(this, _Client_accountManager, "f").getInactiveChats();
@@ -2118,6 +2209,72 @@ export class Client extends ClientAbstract {
2118
2209
  async searchMessages(chatId, query, params) {
2119
2210
  return await __classPrivateFieldGet(this, _Client_messageManager, "f").searchMessages(chatId, query, params);
2120
2211
  }
2212
+ /**
2213
+ * Set the number of boosts required to circument a chat's default restrictions.
2214
+ *
2215
+ * @method ch
2216
+ * @param chatId The identifier of the chat.
2217
+ * @param boosts The number of boosts required to circumvent its restrictions.
2218
+ */
2219
+ async setBoostsRequiredToCircumventRestrictions(chatId, boosts) {
2220
+ await __classPrivateFieldGet(this, _Client_messageManager, "f").setBoostsRequiredToCircumventRestrictions(chatId, boosts);
2221
+ }
2222
+ /**
2223
+ * Create an invite link.
2224
+ *
2225
+ * @method ch
2226
+ * @param chatId The identifier of the chat to create the invite link for.
2227
+ * @returns The newly created invite link.
2228
+ */
2229
+ async createInviteLink(chatId, params) {
2230
+ return await __classPrivateFieldGet(this, _Client_messageManager, "f").createInviteLink(chatId, params);
2231
+ }
2232
+ /**
2233
+ * Get the invite links created for a chat. User-only.
2234
+ *
2235
+ * @method ch
2236
+ * @param chatId The identifier of the chat.
2237
+ * @returns The invite links created for the chat. This might be a subset of the results if they were less than `limit`. The parameters `afterDate` and `afterInviteLink` can be used for pagination.
2238
+ */
2239
+ async getCreatedInviteLinks(chatId, params) {
2240
+ return await __classPrivateFieldGet(this, _Client_messageManager, "f").getCreatedInviteLinks(chatId, params);
2241
+ }
2242
+ /**
2243
+ * Join a chat. User-only.
2244
+ *
2245
+ * @method ch
2246
+ * @param chatId The identifier of the chat to join.
2247
+ */
2248
+ async joinChat(chatId) {
2249
+ await __classPrivateFieldGet(this, _Client_messageManager, "f").joinChat(chatId);
2250
+ }
2251
+ /**
2252
+ * Leave a chat.
2253
+ *
2254
+ * @method ch
2255
+ * @param chatId The identifier of the chat to leave.
2256
+ */
2257
+ async leaveChat(chatId) {
2258
+ await __classPrivateFieldGet(this, _Client_messageManager, "f").leaveChat(chatId);
2259
+ }
2260
+ /**
2261
+ * Block a user. User-only.
2262
+ *
2263
+ * @method mc
2264
+ * @param userId The identifier of the user to block.
2265
+ */
2266
+ async blockUser(userId) {
2267
+ await __classPrivateFieldGet(this, _Client_messageManager, "f").blockUser(userId);
2268
+ }
2269
+ /**
2270
+ * Unblock a user. User-only.
2271
+ *
2272
+ * @method mc
2273
+ * @param userId The identifier of the user to unblock.
2274
+ */
2275
+ async unblockUser(userId) {
2276
+ await __classPrivateFieldGet(this, _Client_messageManager, "f").unblockUser(userId);
2277
+ }
2121
2278
  }
2122
2279
  _Client_handleCtxUpdate = async function _Client_handleCtxUpdate(update) {
2123
2280
  await __classPrivateFieldGet(this, _Client_handle, "f").call(this, await __classPrivateFieldGet(this, _Client_constructContext, "f").call(this, update), resolve);