@mtkruto/node 0.1.152 → 0.1.155

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 (659) 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/3_types.d.ts +2 -0
  6. package/esm/3_types.js +2 -0
  7. package/esm/4_constants.d.ts +2 -2
  8. package/esm/4_constants.js +4 -4
  9. package/esm/5_client.d.ts +0 -1
  10. package/esm/5_client.js +0 -1
  11. package/esm/client/0_params.d.ts +21 -3
  12. package/esm/client/0_types.d.ts +1 -0
  13. package/esm/client/1_account_manager.d.ts +11 -0
  14. package/esm/client/1_account_manager.js +76 -0
  15. package/esm/client/1_file_manager.js +12 -10
  16. package/esm/client/1_update_manager.js +27 -20
  17. package/esm/client/2_client_plain.js +22 -15
  18. package/esm/client/2_message_manager.d.ts +3 -0
  19. package/esm/client/2_message_manager.js +41 -6
  20. package/esm/client/3_chat_list_manager.js +7 -6
  21. package/esm/client/3_story_manager.js +9 -0
  22. package/esm/client/4_client.d.ts +63 -3
  23. package/esm/client/4_client.js +145 -39
  24. package/esm/connection/1_connection_web_socket.js +9 -10
  25. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/assert/assert_rejects.d.ts +4 -0
  26. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/assert/assert_throws.d.ts +6 -0
  27. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/assert/unreachable.d.ts +1 -1
  28. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unreachable.js +2 -2
  29. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.js +12 -9
  30. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_db.d.ts +3 -1
  31. package/esm/deps/deno.land/std@0.218.0/media_types/_db.js +32 -0
  32. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/media_types/_util.d.ts +0 -2
  33. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_util.js +0 -2
  34. 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
  35. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extensions_by_type.js +1 -3
  36. package/esm/deps/deno.land/std@0.218.0/path/_common/assert_path.d.ts +1 -0
  37. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.js +3 -1
  38. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/path/format.d.ts +1 -1
  39. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.d.ts +1 -1
  40. package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/path/mod.d.ts +1 -1
  41. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/mod.js +1 -1
  42. 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
  43. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.d.ts +1 -1
  44. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.d.ts +1 -1
  45. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/parse.d.ts +1 -1
  46. package/esm/deps/deno.land/{std@0.216.0/path/posix → std@0.218.0/path/windows}/glob_to_regexp.d.ts +1 -1
  47. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.d.ts +1 -1
  48. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.d.ts +1 -1
  49. package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/parse.d.ts +1 -1
  50. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.d.ts +1 -0
  51. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.js +1 -0
  52. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.d.ts +0 -2
  53. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.js +1 -5
  54. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.d.ts +2 -2
  55. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.js +1 -5
  56. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/crc32.js +1 -1
  57. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/deflate.js +8 -8
  58. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inffast.js +2 -2
  59. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inflate.js +21 -19
  60. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/trees.js +3 -3
  61. package/esm/mod.d.ts +1 -2
  62. package/esm/mod.js +1 -2
  63. package/esm/storage/0_storage.d.ts +2 -0
  64. package/esm/storage/0_storage.js +21 -2
  65. package/esm/storage/1_storage_memory.d.ts +2 -1
  66. package/esm/storage/1_storage_memory.js +15 -10
  67. package/esm/tl/2_types.d.ts +44 -6
  68. package/esm/tl/2_types.js +143 -20
  69. package/esm/tl/3_functions.d.ts +36 -0
  70. package/esm/tl/3_functions.js +88 -0
  71. package/esm/types/0_message_search_filter.d.ts +2 -0
  72. package/esm/types/0_message_search_filter.js +36 -0
  73. package/esm/types/2_inactive_chat.d.ts +7 -0
  74. package/esm/types/2_inactive_chat.js +13 -0
  75. package/esm/types/4_message.js +3 -4
  76. package/esm/utilities/0_logger.d.ts +25 -0
  77. package/esm/utilities/0_logger.js +90 -0
  78. package/esm/utilities/0_mutex.d.ts +4 -0
  79. package/esm/utilities/0_mutex.js +26 -0
  80. package/esm/utilities/{0_queue.js → 1_queue.js} +6 -6
  81. package/package.json +1 -1
  82. package/script/0_deps.d.ts +6 -8
  83. package/script/0_deps.js +18 -15
  84. package/script/1_utilities.d.ts +3 -1
  85. package/script/1_utilities.js +3 -1
  86. package/script/3_types.d.ts +2 -0
  87. package/script/3_types.js +2 -0
  88. package/script/4_constants.d.ts +2 -2
  89. package/script/4_constants.js +4 -4
  90. package/script/5_client.d.ts +0 -1
  91. package/script/5_client.js +0 -1
  92. package/script/client/0_params.d.ts +21 -3
  93. package/script/client/0_types.d.ts +1 -0
  94. package/script/client/1_account_manager.d.ts +11 -0
  95. package/script/client/1_account_manager.js +80 -0
  96. package/script/client/1_file_manager.js +10 -8
  97. package/script/client/1_update_manager.js +26 -19
  98. package/script/client/2_client_plain.js +20 -13
  99. package/script/client/2_message_manager.d.ts +3 -0
  100. package/script/client/2_message_manager.js +39 -4
  101. package/script/client/3_chat_list_manager.js +6 -5
  102. package/script/client/3_story_manager.js +9 -0
  103. package/script/client/4_client.d.ts +63 -3
  104. package/script/client/4_client.js +144 -38
  105. package/script/connection/1_connection_web_socket.js +11 -12
  106. package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/assert/assert_rejects.d.ts +4 -0
  107. package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/assert/assert_throws.d.ts +6 -0
  108. package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/assert/unreachable.d.ts +1 -1
  109. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unreachable.js +2 -2
  110. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.js +12 -9
  111. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_db.d.ts +3 -1
  112. package/script/deps/deno.land/std@0.218.0/media_types/_db.js +39 -0
  113. package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/media_types/_util.d.ts +0 -2
  114. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_util.js +1 -3
  115. 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
  116. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extensions_by_type.js +3 -5
  117. package/script/deps/deno.land/std@0.218.0/path/_common/assert_path.d.ts +1 -0
  118. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.js +3 -1
  119. package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/path/format.d.ts +1 -1
  120. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.d.ts +1 -1
  121. package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/path/mod.d.ts +1 -1
  122. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/mod.js +1 -1
  123. 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
  124. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.d.ts +1 -1
  125. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.d.ts +1 -1
  126. package/script/deps/deno.land/std@0.218.0/path/posix/parse.d.ts +6 -0
  127. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/glob_to_regexp.d.ts +1 -1
  128. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.d.ts +1 -1
  129. package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.d.ts +1 -1
  130. package/script/deps/deno.land/std@0.218.0/path/windows/parse.d.ts +6 -0
  131. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.d.ts +1 -0
  132. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.js +6 -0
  133. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.d.ts +0 -2
  134. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.js +1 -7
  135. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.d.ts +2 -2
  136. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.js +1 -7
  137. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/crc32.js +1 -1
  138. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/deflate.js +8 -8
  139. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inffast.js +2 -2
  140. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inflate.js +21 -19
  141. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/trees.js +3 -3
  142. package/script/mod.d.ts +1 -2
  143. package/script/mod.js +2 -2
  144. package/script/storage/0_storage.d.ts +2 -0
  145. package/script/storage/0_storage.js +19 -0
  146. package/script/storage/1_storage_memory.d.ts +2 -1
  147. package/script/storage/1_storage_memory.js +15 -10
  148. package/script/tl/2_types.d.ts +44 -6
  149. package/script/tl/2_types.js +168 -43
  150. package/script/tl/3_functions.d.ts +36 -0
  151. package/script/tl/3_functions.js +93 -3
  152. package/script/types/0_message_search_filter.d.ts +2 -0
  153. package/script/types/0_message_search_filter.js +40 -0
  154. package/script/types/2_inactive_chat.d.ts +7 -0
  155. package/script/types/2_inactive_chat.js +17 -0
  156. package/script/types/4_message.js +2 -3
  157. package/script/utilities/0_logger.d.ts +25 -0
  158. package/script/utilities/0_logger.js +118 -0
  159. package/script/utilities/0_mutex.d.ts +4 -0
  160. package/script/utilities/0_mutex.js +30 -0
  161. package/script/utilities/{0_queue.js → 1_queue.js} +6 -6
  162. package/esm/_dnt.polyfills.d.ts +0 -6
  163. package/esm/_dnt.polyfills.js +0 -1
  164. package/esm/client/5_session_string.d.ts +0 -3
  165. package/esm/client/5_session_string.js +0 -22
  166. package/esm/deps/deno.land/std@0.216.0/media_types/_db.js +0 -33
  167. package/esm/deps/deno.land/std@0.216.0/path/_common/assert_path.d.ts +0 -1
  168. package/esm/deps/deno.land/std@0.69.0/fmt/colors.d.ts +0 -77
  169. package/esm/deps/deno.land/std@0.69.0/fmt/colors.js +0 -224
  170. package/esm/deps/deno.land/x/crc32@v0.2.0/mod.d.ts +0 -15
  171. package/esm/deps/deno.land/x/crc32@v0.2.0/mod.js +0 -105
  172. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.d.ts +0 -16
  173. package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.js +0 -239
  174. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.d.ts +0 -3
  175. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.js +0 -71
  176. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.d.ts +0 -22
  177. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.js +0 -112
  178. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.d.ts +0 -2
  179. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.js +0 -2
  180. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/format.d.ts +0 -1
  181. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/format.js +0 -39
  182. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.d.ts +0 -1
  183. package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.js +0 -1
  184. package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.d.ts +0 -2
  185. package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.js +0 -2
  186. package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.d.ts +0 -26
  187. package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.js +0 -32
  188. package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.d.ts +0 -41
  189. package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.js +0 -113
  190. package/esm/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.d.ts +0 -1
  191. package/esm/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.js +0 -524
  192. package/script/_dnt.polyfills.d.ts +0 -6
  193. package/script/_dnt.polyfills.js +0 -2
  194. package/script/client/5_session_string.d.ts +0 -3
  195. package/script/client/5_session_string.js +0 -27
  196. package/script/deps/deno.land/std@0.216.0/media_types/_db.js +0 -39
  197. package/script/deps/deno.land/std@0.216.0/path/_common/assert_path.d.ts +0 -1
  198. package/script/deps/deno.land/std@0.216.0/path/posix/parse.d.ts +0 -6
  199. package/script/deps/deno.land/std@0.216.0/path/windows/parse.d.ts +0 -6
  200. package/script/deps/deno.land/std@0.69.0/fmt/colors.d.ts +0 -77
  201. package/script/deps/deno.land/std@0.69.0/fmt/colors.js +0 -298
  202. package/script/deps/deno.land/x/crc32@v0.2.0/mod.d.ts +0 -15
  203. package/script/deps/deno.land/x/crc32@v0.2.0/mod.js +0 -113
  204. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.d.ts +0 -16
  205. package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.js +0 -271
  206. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.d.ts +0 -3
  207. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.js +0 -98
  208. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.d.ts +0 -22
  209. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.js +0 -141
  210. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.d.ts +0 -2
  211. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.js +0 -32
  212. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/format.d.ts +0 -1
  213. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/format.js +0 -43
  214. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.d.ts +0 -1
  215. package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.js +0 -17
  216. package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.d.ts +0 -2
  217. package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.js +0 -18
  218. package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.d.ts +0 -26
  219. package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.js +0 -36
  220. package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.d.ts +0 -41
  221. package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.js +0 -117
  222. package/script/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.d.ts +0 -1
  223. package/script/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.js +0 -550
  224. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.d.ts +0 -0
  225. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.js +0 -0
  226. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.d.ts +0 -0
  227. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.js +0 -0
  228. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.d.ts +0 -0
  229. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.js +0 -0
  230. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.d.ts +0 -0
  231. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.js +0 -0
  232. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.d.ts +0 -0
  233. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.js +0 -0
  234. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.d.ts +0 -0
  235. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.js +0 -0
  236. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.d.ts +0 -0
  237. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.js +0 -0
  238. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.d.ts +0 -0
  239. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.js +0 -0
  240. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.d.ts +0 -0
  241. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.js +0 -0
  242. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.d.ts +0 -0
  243. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.js +0 -0
  244. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.d.ts +0 -0
  245. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.js +0 -0
  246. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.d.ts +0 -0
  247. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.js +0 -0
  248. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.d.ts +0 -0
  249. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.js +0 -0
  250. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.d.ts +0 -0
  251. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.js +0 -0
  252. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.d.ts +0 -0
  253. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.js +0 -0
  254. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.d.ts +0 -0
  255. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.js +0 -0
  256. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.d.ts +0 -0
  257. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.js +0 -0
  258. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.d.ts +0 -0
  259. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.js +0 -0
  260. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.d.ts +0 -0
  261. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.js +0 -0
  262. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.d.ts +0 -0
  263. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.js +0 -0
  264. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.d.ts +0 -0
  265. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.js +0 -0
  266. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_rejects.js +0 -0
  267. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.d.ts +0 -0
  268. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.js +0 -0
  269. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.d.ts +0 -0
  270. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.js +0 -0
  271. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_throws.js +0 -0
  272. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.d.ts +0 -0
  273. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.js +0 -0
  274. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.d.ts +0 -0
  275. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.js +0 -0
  276. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.d.ts +0 -0
  277. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.js +0 -0
  278. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.d.ts +0 -0
  279. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.js +0 -0
  280. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.d.ts +0 -0
  281. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.js +0 -0
  282. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.d.ts +0 -0
  283. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.js +0 -0
  284. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.d.ts +0 -0
  285. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.d.ts +0 -0
  286. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.js +0 -0
  287. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.d.ts +0 -0
  288. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.js +0 -0
  289. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.d.ts +0 -0
  290. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.js +0 -0
  291. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.d.ts +0 -0
  292. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.js +0 -0
  293. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.d.ts +0 -0
  294. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.js +0 -0
  295. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.d.ts +0 -0
  296. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.js +0 -0
  297. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.d.ts +0 -0
  298. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.js +0 -0
  299. /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
  300. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
  301. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/assert_path.js +0 -0
  302. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.d.ts +0 -0
  303. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.js +0 -0
  304. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.d.ts +0 -0
  305. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.js +0 -0
  306. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.d.ts +0 -0
  307. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.js +0 -0
  308. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.d.ts +0 -0
  309. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.js +0 -0
  310. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.d.ts +0 -0
  311. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.js +0 -0
  312. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.d.ts +0 -0
  313. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.js +0 -0
  314. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
  315. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.d.ts +0 -0
  316. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.js +0 -0
  317. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.d.ts +0 -0
  318. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.js +0 -0
  319. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.d.ts +0 -0
  320. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.js +0 -0
  321. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.d.ts +0 -0
  322. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.js +0 -0
  323. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.d.ts +0 -0
  324. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.js +0 -0
  325. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.d.ts +0 -0
  326. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.js +0 -0
  327. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.d.ts +0 -0
  328. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.js +0 -0
  329. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.d.ts +0 -0
  330. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.js +0 -0
  331. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.d.ts +0 -0
  332. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.js +0 -0
  333. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.d.ts +0 -0
  334. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.js +0 -0
  335. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.d.ts +0 -0
  336. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.js +0 -0
  337. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.d.ts +0 -0
  338. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.js +0 -0
  339. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/format.js +0 -0
  340. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.d.ts +0 -0
  341. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.js +0 -0
  342. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.js +0 -0
  343. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.d.ts +0 -0
  344. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.js +0 -0
  345. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.d.ts +0 -0
  346. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.js +0 -0
  347. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.d.ts +0 -0
  348. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.js +0 -0
  349. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.d.ts +0 -0
  350. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.js +0 -0
  351. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.d.ts +0 -0
  352. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.js +0 -0
  353. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.d.ts +0 -0
  354. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.js +0 -0
  355. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.d.ts +0 -0
  356. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.js +0 -0
  357. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.d.ts +0 -0
  358. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.js +0 -0
  359. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.d.ts +0 -0
  360. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.js +0 -0
  361. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.d.ts +0 -0
  362. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.js +0 -0
  363. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.d.ts +0 -0
  364. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.js +0 -0
  365. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.d.ts +0 -0
  366. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.js +0 -0
  367. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.d.ts +0 -0
  368. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.js +0 -0
  369. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.d.ts +0 -0
  370. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.js +0 -0
  371. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.d.ts +0 -0
  372. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.js +0 -0
  373. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/glob_to_regexp.js +0 -0
  374. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.d.ts +0 -0
  375. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.js +0 -0
  376. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.d.ts +0 -0
  377. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.js +0 -0
  378. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.d.ts +0 -0
  379. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.js +0 -0
  380. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.js +0 -0
  381. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.d.ts +0 -0
  382. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.js +0 -0
  383. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.d.ts +0 -0
  384. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.js +0 -0
  385. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.js +0 -0
  386. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/parse.js +0 -0
  387. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.d.ts +0 -0
  388. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.js +0 -0
  389. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.d.ts +0 -0
  390. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.js +0 -0
  391. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.d.ts +0 -0
  392. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.js +0 -0
  393. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.d.ts +0 -0
  394. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.js +0 -0
  395. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.d.ts +0 -0
  396. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.js +0 -0
  397. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.d.ts +0 -0
  398. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.js +0 -0
  399. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.d.ts +0 -0
  400. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.js +0 -0
  401. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.d.ts +0 -0
  402. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.js +0 -0
  403. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.d.ts +0 -0
  404. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.js +0 -0
  405. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.d.ts +0 -0
  406. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.js +0 -0
  407. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.d.ts +0 -0
  408. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.js +0 -0
  409. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.d.ts +0 -0
  410. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.js +0 -0
  411. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.d.ts +0 -0
  412. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.js +0 -0
  413. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.d.ts +0 -0
  414. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.js +0 -0
  415. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.d.ts +0 -0
  416. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.js +0 -0
  417. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.d.ts +0 -0
  418. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.js +0 -0
  419. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/glob_to_regexp.js +0 -0
  420. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.d.ts +0 -0
  421. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.js +0 -0
  422. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.d.ts +0 -0
  423. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.js +0 -0
  424. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.d.ts +0 -0
  425. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.js +0 -0
  426. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.js +0 -0
  427. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.d.ts +0 -0
  428. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.js +0 -0
  429. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.d.ts +0 -0
  430. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.js +0 -0
  431. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.js +0 -0
  432. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/parse.js +0 -0
  433. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.d.ts +0 -0
  434. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.js +0 -0
  435. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.d.ts +0 -0
  436. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.js +0 -0
  437. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.d.ts +0 -0
  438. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.js +0 -0
  439. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.d.ts +0 -0
  440. /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.js +0 -0
  441. /package/esm/utilities/{0_queue.d.ts → 1_queue.d.ts} +0 -0
  442. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.d.ts +0 -0
  443. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.js +0 -0
  444. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.d.ts +0 -0
  445. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.js +0 -0
  446. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.d.ts +0 -0
  447. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.js +0 -0
  448. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.d.ts +0 -0
  449. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.js +0 -0
  450. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.d.ts +0 -0
  451. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.js +0 -0
  452. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.d.ts +0 -0
  453. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.js +0 -0
  454. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.d.ts +0 -0
  455. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.js +0 -0
  456. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.d.ts +0 -0
  457. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.js +0 -0
  458. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.d.ts +0 -0
  459. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.js +0 -0
  460. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.d.ts +0 -0
  461. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.js +0 -0
  462. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.d.ts +0 -0
  463. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.js +0 -0
  464. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.d.ts +0 -0
  465. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.js +0 -0
  466. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.d.ts +0 -0
  467. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.js +0 -0
  468. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.d.ts +0 -0
  469. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.js +0 -0
  470. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.d.ts +0 -0
  471. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.js +0 -0
  472. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.d.ts +0 -0
  473. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.js +0 -0
  474. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.d.ts +0 -0
  475. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.js +0 -0
  476. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.d.ts +0 -0
  477. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.js +0 -0
  478. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.d.ts +0 -0
  479. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.js +0 -0
  480. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.d.ts +0 -0
  481. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.js +0 -0
  482. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.d.ts +0 -0
  483. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.js +0 -0
  484. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_rejects.js +0 -0
  485. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.d.ts +0 -0
  486. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.js +0 -0
  487. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.d.ts +0 -0
  488. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.js +0 -0
  489. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_throws.js +0 -0
  490. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.d.ts +0 -0
  491. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.js +0 -0
  492. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.d.ts +0 -0
  493. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.js +0 -0
  494. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.d.ts +0 -0
  495. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.js +0 -0
  496. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.d.ts +0 -0
  497. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.js +0 -0
  498. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.d.ts +0 -0
  499. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.js +0 -0
  500. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.d.ts +0 -0
  501. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.js +0 -0
  502. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.d.ts +0 -0
  503. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.d.ts +0 -0
  504. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.js +0 -0
  505. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.d.ts +0 -0
  506. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.js +0 -0
  507. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.d.ts +0 -0
  508. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.js +0 -0
  509. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.d.ts +0 -0
  510. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.js +0 -0
  511. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.d.ts +0 -0
  512. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.js +0 -0
  513. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.d.ts +0 -0
  514. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.js +0 -0
  515. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.d.ts +0 -0
  516. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.js +0 -0
  517. /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
  518. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
  519. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/assert_path.js +0 -0
  520. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.d.ts +0 -0
  521. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.js +0 -0
  522. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.d.ts +0 -0
  523. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.js +0 -0
  524. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.d.ts +0 -0
  525. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.js +0 -0
  526. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.d.ts +0 -0
  527. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.js +0 -0
  528. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.d.ts +0 -0
  529. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.js +0 -0
  530. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.d.ts +0 -0
  531. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.js +0 -0
  532. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
  533. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.d.ts +0 -0
  534. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.js +0 -0
  535. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.d.ts +0 -0
  536. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.js +0 -0
  537. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.d.ts +0 -0
  538. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.js +0 -0
  539. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.d.ts +0 -0
  540. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.js +0 -0
  541. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.d.ts +0 -0
  542. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.js +0 -0
  543. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.d.ts +0 -0
  544. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.js +0 -0
  545. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.d.ts +0 -0
  546. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.js +0 -0
  547. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.d.ts +0 -0
  548. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.js +0 -0
  549. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.d.ts +0 -0
  550. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.js +0 -0
  551. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.d.ts +0 -0
  552. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.js +0 -0
  553. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.d.ts +0 -0
  554. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.js +0 -0
  555. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.d.ts +0 -0
  556. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.js +0 -0
  557. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/format.js +0 -0
  558. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.d.ts +0 -0
  559. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.js +0 -0
  560. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.js +0 -0
  561. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.d.ts +0 -0
  562. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.js +0 -0
  563. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.d.ts +0 -0
  564. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.js +0 -0
  565. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.d.ts +0 -0
  566. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.js +0 -0
  567. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.d.ts +0 -0
  568. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.js +0 -0
  569. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.d.ts +0 -0
  570. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.js +0 -0
  571. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.d.ts +0 -0
  572. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.js +0 -0
  573. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.d.ts +0 -0
  574. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.js +0 -0
  575. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.d.ts +0 -0
  576. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.js +0 -0
  577. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.d.ts +0 -0
  578. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.js +0 -0
  579. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.d.ts +0 -0
  580. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.js +0 -0
  581. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.d.ts +0 -0
  582. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.js +0 -0
  583. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.d.ts +0 -0
  584. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.js +0 -0
  585. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.d.ts +0 -0
  586. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.js +0 -0
  587. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.d.ts +0 -0
  588. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.js +0 -0
  589. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.d.ts +0 -0
  590. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.js +0 -0
  591. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/glob_to_regexp.js +0 -0
  592. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.d.ts +0 -0
  593. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.js +0 -0
  594. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.d.ts +0 -0
  595. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.js +0 -0
  596. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.d.ts +0 -0
  597. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.js +0 -0
  598. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.js +0 -0
  599. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.d.ts +0 -0
  600. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.js +0 -0
  601. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.d.ts +0 -0
  602. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.js +0 -0
  603. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.js +0 -0
  604. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/parse.js +0 -0
  605. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.d.ts +0 -0
  606. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.js +0 -0
  607. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.d.ts +0 -0
  608. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.js +0 -0
  609. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.d.ts +0 -0
  610. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.js +0 -0
  611. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.d.ts +0 -0
  612. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.js +0 -0
  613. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.d.ts +0 -0
  614. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.js +0 -0
  615. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.d.ts +0 -0
  616. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.js +0 -0
  617. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.d.ts +0 -0
  618. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.js +0 -0
  619. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.d.ts +0 -0
  620. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.js +0 -0
  621. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.d.ts +0 -0
  622. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.js +0 -0
  623. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.d.ts +0 -0
  624. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.js +0 -0
  625. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.d.ts +0 -0
  626. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.js +0 -0
  627. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.d.ts +0 -0
  628. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.js +0 -0
  629. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.d.ts +0 -0
  630. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.js +0 -0
  631. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.d.ts +0 -0
  632. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.js +0 -0
  633. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.d.ts +0 -0
  634. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.js +0 -0
  635. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.d.ts +0 -0
  636. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.js +0 -0
  637. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/glob_to_regexp.js +0 -0
  638. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.d.ts +0 -0
  639. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.js +0 -0
  640. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.d.ts +0 -0
  641. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.js +0 -0
  642. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.d.ts +0 -0
  643. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.js +0 -0
  644. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.js +0 -0
  645. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.d.ts +0 -0
  646. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.js +0 -0
  647. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.d.ts +0 -0
  648. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.js +0 -0
  649. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.js +0 -0
  650. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/parse.js +0 -0
  651. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.d.ts +0 -0
  652. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.js +0 -0
  653. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.d.ts +0 -0
  654. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.js +0 -0
  655. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.d.ts +0 -0
  656. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.js +0 -0
  657. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.d.ts +0 -0
  658. /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.js +0 -0
  659. /package/script/utilities/{0_queue.d.ts → 1_queue.d.ts} +0 -0
@@ -315,8 +315,8 @@ function inflate_fast(strm, start) {
315
315
  /* update state and return */
316
316
  strm.next_in = _in;
317
317
  strm.next_out = _out;
318
- strm.avail_in = (_in < last ? 5 + (last - _in) : 5 - (_in - last));
319
- strm.avail_out = (_out < end ? 257 + (end - _out) : 257 - (_out - end));
318
+ strm.avail_in = _in < last ? 5 + (last - _in) : 5 - (_in - last);
319
+ strm.avail_out = _out < end ? 257 + (end - _out) : 257 - (_out - end);
320
320
  state.hold = hold;
321
321
  state.bits = bits;
322
322
  return;
@@ -630,7 +630,7 @@ function inflate(strm, flush) {
630
630
  break;
631
631
  }
632
632
  if (state.head) {
633
- state.head.text = ((hold >> 8) & 1);
633
+ state.head.text = (hold >> 8) & 1;
634
634
  }
635
635
  if (state.flags & 0x0200) {
636
636
  //=== CRC2(state.check, hold);
@@ -684,8 +684,8 @@ function inflate(strm, flush) {
684
684
  }
685
685
  //===//
686
686
  if (state.head) {
687
- state.head.xflags = (hold & 0xff);
688
- state.head.os = (hold >> 8);
687
+ state.head.xflags = hold & 0xff;
688
+ state.head.os = hold >> 8;
689
689
  }
690
690
  if (state.flags & 0x0200) {
691
691
  //=== CRC2(state.check, hold);
@@ -841,7 +841,7 @@ function inflate(strm, flush) {
841
841
  //===//
842
842
  }
843
843
  if (state.head) {
844
- state.head.hcrc = ((state.flags >> 9) & 1);
844
+ state.head.hcrc = (state.flags >> 9) & 1;
845
845
  state.head.done = true;
846
846
  }
847
847
  strm.adler = state.check = 0;
@@ -901,7 +901,7 @@ function inflate(strm, flush) {
901
901
  bits += 8;
902
902
  }
903
903
  //===//
904
- state.last = (hold & 0x01) /*BITS(1)*/;
904
+ state.last = hold & 0x01 /*BITS(1)*/;
905
905
  //--- DROPBITS(1) ---//
906
906
  hold >>>= 1;
907
907
  bits -= 1;
@@ -1041,7 +1041,7 @@ function inflate(strm, flush) {
1041
1041
  bits += 8;
1042
1042
  }
1043
1043
  //===//
1044
- state.lens[order[state.have++]] = (hold & 0x07); //BITS(3);
1044
+ state.lens[order[state.have++]] = hold & 0x07; //BITS(3);
1045
1045
  //--- DROPBITS(3) ---//
1046
1046
  hold >>>= 3;
1047
1047
  bits -= 3;
@@ -1076,7 +1076,7 @@ function inflate(strm, flush) {
1076
1076
  here_bits = here >>> 24;
1077
1077
  here_op = (here >>> 16) & 0xff;
1078
1078
  here_val = here & 0xffff;
1079
- if ((here_bits) <= bits)
1079
+ if (here_bits <= bits)
1080
1080
  break;
1081
1081
  //--- PULLBYTE() ---//
1082
1082
  if (have === 0)
@@ -1350,7 +1350,7 @@ function inflate(strm, flush) {
1350
1350
  here_bits = here >>> 24;
1351
1351
  here_op = (here >>> 16) & 0xff;
1352
1352
  here_val = here & 0xffff;
1353
- if ((here_bits) <= bits)
1353
+ if (here_bits <= bits)
1354
1354
  break;
1355
1355
  //--- PULLBYTE() ---//
1356
1356
  if (have === 0)
@@ -1399,7 +1399,7 @@ function inflate(strm, flush) {
1399
1399
  break;
1400
1400
  }
1401
1401
  state.offset = here_val;
1402
- state.extra = (here_op) & 15;
1402
+ state.extra = here_op & 15;
1403
1403
  state.mode = DISTEXT;
1404
1404
  /* falls through */
1405
1405
  case DISTEXT:
@@ -1510,11 +1510,12 @@ function inflate(strm, flush) {
1510
1510
  strm.total_out += _out;
1511
1511
  state.total += _out;
1512
1512
  if (_out) {
1513
- strm.adler = state.check =
1514
- /*UPDATE(state.check, put - _out, _out);*/
1515
- (state.flags
1516
- ? (0, crc32_js_1.crc32)(state.check, output, _out, put - _out)
1517
- : (0, adler32_js_1.default)(state.check, output, _out, put - _out));
1513
+ strm.adler =
1514
+ state.check =
1515
+ /*UPDATE(state.check, put - _out, _out);*/
1516
+ state.flags
1517
+ ? (0, crc32_js_1.crc32)(state.check, output, _out, put - _out)
1518
+ : (0, adler32_js_1.default)(state.check, output, _out, put - _out);
1518
1519
  }
1519
1520
  _out = left;
1520
1521
  // NB: crc32 stored as signed 32-bit int, zswap32 returns signed too
@@ -1597,11 +1598,12 @@ function inflate(strm, flush) {
1597
1598
  strm.total_out += _out;
1598
1599
  state.total += _out;
1599
1600
  if (state.wrap && _out) {
1600
- strm.adler = state
1601
- .check = /*UPDATE(state.check, strm.next_out - _out, _out);*/
1602
- (state.flags
1603
- ? (0, crc32_js_1.crc32)(state.check, output, _out, strm.next_out - _out)
1604
- : (0, adler32_js_1.default)(state.check, output, _out, strm.next_out - _out));
1601
+ strm.adler =
1602
+ state
1603
+ .check = /*UPDATE(state.check, strm.next_out - _out, _out);*/
1604
+ state.flags
1605
+ ? (0, crc32_js_1.crc32)(state.check, output, _out, strm.next_out - _out)
1606
+ : (0, adler32_js_1.default)(state.check, output, _out, strm.next_out - _out);
1605
1607
  }
1606
1608
  strm.data_type = state.bits + (state.last ? 64 : 0) +
1607
1609
  (state.mode === TYPE ? 128 : 0) +
@@ -264,7 +264,7 @@ function d_code(dist) {
264
264
  function put_short(s, w) {
265
265
  // put_byte(s, (uch)((w) & 0xff));
266
266
  // put_byte(s, (uch)((ush)(w) >> 8));
267
- s.pending_buf[s.pending++] = (w) & 0xff;
267
+ s.pending_buf[s.pending++] = w & 0xff;
268
268
  s.pending_buf[s.pending++] = (w >>> 8) & 0xff;
269
269
  }
270
270
  /* ===========================================================================
@@ -699,7 +699,7 @@ function build_tree(s, desc) {
699
699
  * two codes of non zero frequency.
700
700
  */
701
701
  while (s.heap_len < 2) {
702
- node = s.heap[++s.heap_len] = (max_code < 2 ? ++max_code : 0);
702
+ node = s.heap[++s.heap_len] = max_code < 2 ? ++max_code : 0;
703
703
  tree[node * 2] /*.Freq*/ = 1;
704
704
  s.depth[node] = 0;
705
705
  s.opt_len--;
@@ -712,7 +712,7 @@ function build_tree(s, desc) {
712
712
  /* The elements heap[heap_len/2+1 .. heap_len] are leaves of the tree,
713
713
  * establish sub-heaps of increasing lengths:
714
714
  */
715
- for (n = (s.heap_len >> 1 /*int /2*/); n >= 1; n--)
715
+ for (n = s.heap_len >> 1 /*int /2*/; n >= 1; n--)
716
716
  pqdownheap(s, tree, n);
717
717
  /* Construct the Huffman tree by repeatedly combining the least two
718
718
  * frequent nodes.
package/script/mod.d.ts CHANGED
@@ -1,5 +1,4 @@
1
- import "./_dnt.polyfills.js";
2
- export { getColorFromPeerId, getColorName, getRandomId } from "./1_utilities.js";
1
+ export { getColorFromPeerId, getColorName, getRandomId, setLogVerbosity } from "./1_utilities.js";
3
2
  export { checkPassword } from "./client/0_password.js";
4
3
  export * from "./2_connection.js";
5
4
  export * from "./3_storage.js";
package/script/mod.js CHANGED
@@ -26,12 +26,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.errors = exports.SYSTEM_VERSION = exports.SYSTEM_LANG_CODE = exports.LAYER = exports.LANG_PACK = exports.LANG_CODE = exports.INITIAL_DC = exports.DEVICE_MODEL = exports.APP_VERSION = exports.checkPassword = exports.getRandomId = exports.getColorName = exports.getColorFromPeerId = void 0;
30
- require("./_dnt.polyfills.js");
29
+ exports.errors = exports.SYSTEM_VERSION = exports.SYSTEM_LANG_CODE = exports.LAYER = exports.LANG_PACK = exports.LANG_CODE = exports.INITIAL_DC = exports.DEVICE_MODEL = exports.APP_VERSION = exports.checkPassword = exports.setLogVerbosity = exports.getRandomId = exports.getColorName = exports.getColorFromPeerId = void 0;
31
30
  var _1_utilities_js_1 = require("./1_utilities.js");
32
31
  Object.defineProperty(exports, "getColorFromPeerId", { enumerable: true, get: function () { return _1_utilities_js_1.getColorFromPeerId; } });
33
32
  Object.defineProperty(exports, "getColorName", { enumerable: true, get: function () { return _1_utilities_js_1.getColorName; } });
34
33
  Object.defineProperty(exports, "getRandomId", { enumerable: true, get: function () { return _1_utilities_js_1.getRandomId; } });
34
+ Object.defineProperty(exports, "setLogVerbosity", { enumerable: true, get: function () { return _1_utilities_js_1.setLogVerbosity; } });
35
35
  var _0_password_js_1 = require("./client/0_password.js");
36
36
  Object.defineProperty(exports, "checkPassword", { enumerable: true, get: function () { return _0_password_js_1.checkPassword; } });
37
37
  __exportStar(require("./2_connection.js"), exports);
@@ -75,6 +75,8 @@ export declare abstract class Storage {
75
75
  getAuthKey(): Promise<Uint8Array | null>;
76
76
  setAuthKey(authKey: Uint8Array | null): Promise<void>;
77
77
  get authKeyId(): bigint | null;
78
+ exportAuthString(): Promise<string>;
79
+ importAuthString(string: string): Promise<void>;
78
80
  getChannelAccessHash(id: number): Promise<bigint | null>;
79
81
  getUserAccessHash(id: number): Promise<bigint | null>;
80
82
  updateUsernames(id: number, usernames: string[]): Promise<void>;
@@ -92,6 +92,25 @@ class Storage {
92
92
  get authKeyId() {
93
93
  return __classPrivateFieldGet(this, _Storage_authKeyId, "f");
94
94
  }
95
+ async exportAuthString() {
96
+ const [dc, authKey] = await Promise.all([this.getDc(), this.getAuthKey()]);
97
+ if (dc == null || authKey == null) {
98
+ throw new Error("Not authorized");
99
+ }
100
+ const writer = new _2_tl_js_1.TLWriter();
101
+ writer.writeString(dc);
102
+ writer.writeBytes(authKey);
103
+ const data = (0, _1_utilities_js_1.rleEncode)(writer.buffer);
104
+ return (0, _1_utilities_js_1.base64EncodeUrlSafe)(data);
105
+ }
106
+ async importAuthString(string) {
107
+ const data = (0, _1_utilities_js_1.rleDecode)((0, _1_utilities_js_1.base64DecodeUrlSafe)(string));
108
+ const reader = new _2_tl_js_1.TLReader(data);
109
+ const dc = reader.readString();
110
+ const authKey = reader.readBytes();
111
+ await this.setDc(dc);
112
+ await this.setAuthKey(authKey);
113
+ }
95
114
  async getChannelAccessHash(id) {
96
115
  const channel = await this.getEntity(id);
97
116
  if (channel) {
@@ -4,8 +4,9 @@ export declare class StorageMemory extends Storage implements Storage {
4
4
  #private;
5
5
  protected map: Map<string, unknown>;
6
6
  protected messageMap: CacheMap<string, unknown>;
7
+ constructor(authString?: string);
7
8
  get isMemoryStorage(): boolean;
8
- initialize(): void;
9
+ initialize(): Promise<void>;
9
10
  getMap(key: readonly StorageKeyPart[]): Map<string, unknown>;
10
11
  getMaps(): Map<string, unknown>[];
11
12
  branch(id: string): Storage;
@@ -1,24 +1,24 @@
1
1
  "use strict";
2
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
3
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
4
- 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");
5
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
6
- };
7
2
  var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
8
3
  if (kind === "m") throw new TypeError("Private method is not writable");
9
4
  if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
10
5
  if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
11
6
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
12
7
  };
13
- var _StorageMemory_instances, _StorageMemory_id, _StorageMemory_fixKey, _StorageMemory_getEntries;
8
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
9
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
10
+ 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");
11
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
12
+ };
13
+ var _StorageMemory_instances, _StorageMemory_id, _StorageMemory_authString, _StorageMemory_fixKey, _StorageMemory_getEntries;
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.StorageMemory = void 0;
16
16
  const _1_utilities_js_1 = require("../1_utilities.js");
17
17
  const _0_storage_js_1 = require("./0_storage.js");
18
18
  const _0_utilities_js_1 = require("./0_utilities.js");
19
19
  class StorageMemory extends _0_storage_js_1.Storage {
20
- constructor() {
21
- super(...arguments);
20
+ constructor(authString) {
21
+ super();
22
22
  _StorageMemory_instances.add(this);
23
23
  Object.defineProperty(this, "map", {
24
24
  enumerable: true,
@@ -33,11 +33,16 @@ class StorageMemory extends _0_storage_js_1.Storage {
33
33
  value: new _1_utilities_js_1.CacheMap(30000)
34
34
  });
35
35
  _StorageMemory_id.set(this, null);
36
+ _StorageMemory_authString.set(this, void 0);
37
+ __classPrivateFieldSet(this, _StorageMemory_authString, authString, "f");
36
38
  }
37
39
  get isMemoryStorage() {
38
40
  return true;
39
41
  }
40
- initialize() {
42
+ async initialize() {
43
+ if (__classPrivateFieldGet(this, _StorageMemory_authString, "f")) {
44
+ await this.importAuthString(__classPrivateFieldGet(this, _StorageMemory_authString, "f"));
45
+ }
41
46
  }
42
47
  getMap(key) {
43
48
  if (key[0] == "messages.messages") {
@@ -104,7 +109,7 @@ class StorageMemory extends _0_storage_js_1.Storage {
104
109
  }
105
110
  }
106
111
  exports.StorageMemory = StorageMemory;
107
- _StorageMemory_id = new WeakMap(), _StorageMemory_instances = new WeakSet(), _StorageMemory_fixKey = function _StorageMemory_fixKey(key) {
112
+ _StorageMemory_id = new WeakMap(), _StorageMemory_authString = new WeakMap(), _StorageMemory_instances = new WeakSet(), _StorageMemory_fixKey = function _StorageMemory_fixKey(key) {
108
113
  if (__classPrivateFieldGet(this, _StorageMemory_id, "f") !== null) {
109
114
  return ["__S" + __classPrivateFieldGet(this, _StorageMemory_id, "f"), ...key];
110
115
  }
@@ -2588,6 +2588,9 @@ export declare class ChannelFull_ extends _ChatFull_ {
2588
2588
  available_reactions?: enums.ChatReactions;
2589
2589
  stories?: enums.PeerStories;
2590
2590
  wallpaper?: enums.WallPaper;
2591
+ boosts_applied?: number;
2592
+ boosts_unrestrict?: number;
2593
+ emojiset?: enums.StickerSet;
2591
2594
  protected get [id](): number;
2592
2595
  static get [name](): string;
2593
2596
  static get [paramDesc](): ParamDesc;
@@ -2644,6 +2647,9 @@ export declare class ChannelFull_ extends _ChatFull_ {
2644
2647
  available_reactions?: enums.ChatReactions;
2645
2648
  stories?: enums.PeerStories;
2646
2649
  wallpaper?: enums.WallPaper;
2650
+ boosts_applied?: number;
2651
+ boosts_unrestrict?: number;
2652
+ emojiset?: enums.StickerSet;
2647
2653
  });
2648
2654
  }
2649
2655
  export declare class ChatParticipant_ extends _ChatParticipant_ {
@@ -2759,6 +2765,7 @@ export declare class Message_ extends _Message_ {
2759
2765
  invert_media?: true;
2760
2766
  id: number;
2761
2767
  from_id?: enums.Peer;
2768
+ from_boosts_applied?: number;
2762
2769
  peer_id: enums.Peer;
2763
2770
  saved_peer_id?: enums.Peer;
2764
2771
  fwd_from?: enums.MessageFwdHeader;
@@ -2796,6 +2803,7 @@ export declare class Message_ extends _Message_ {
2796
2803
  invert_media?: true;
2797
2804
  id: number;
2798
2805
  from_id?: enums.Peer;
2806
+ from_boosts_applied?: number;
2799
2807
  peer_id: enums.Peer;
2800
2808
  saved_peer_id?: enums.Peer;
2801
2809
  fwd_from?: enums.MessageFwdHeader;
@@ -3601,6 +3609,16 @@ export declare class MessageActionGiveawayResults_ extends _MessageAction_ {
3601
3609
  unclaimed_count: number;
3602
3610
  });
3603
3611
  }
3612
+ export declare class MessageActionBoostApply_ extends _MessageAction_ {
3613
+ boosts: number;
3614
+ protected get [id](): number;
3615
+ static get [name](): string;
3616
+ static get [paramDesc](): ParamDesc;
3617
+ protected get [params](): Params;
3618
+ constructor(params: {
3619
+ boosts: number;
3620
+ });
3621
+ }
3604
3622
  export declare class Dialog_ extends _Dialog_ {
3605
3623
  pinned?: true;
3606
3624
  unread_mark?: true;
@@ -12091,6 +12109,18 @@ export declare class ChannelAdminLogEventActionChangeEmojiStatus_ extends _Chann
12091
12109
  new_value: enums.EmojiStatus;
12092
12110
  });
12093
12111
  }
12112
+ export declare class ChannelAdminLogEventActionChangeEmojiStickerSet_ extends _ChannelAdminLogEventAction_ {
12113
+ prev_stickerset: enums.InputStickerSet;
12114
+ new_stickerset: enums.InputStickerSet;
12115
+ protected get [id](): number;
12116
+ static get [name](): string;
12117
+ static get [paramDesc](): ParamDesc;
12118
+ protected get [params](): Params;
12119
+ constructor(params: {
12120
+ prev_stickerset: enums.InputStickerSet;
12121
+ new_stickerset: enums.InputStickerSet;
12122
+ });
12123
+ }
12094
12124
  export declare class ChannelAdminLogEvent_ extends _ChannelAdminLogEvent_ {
12095
12125
  id: bigint;
12096
12126
  date: number;
@@ -14633,14 +14663,14 @@ export declare class MessageReplyHeader_ extends _MessageReplyHeader_ {
14633
14663
  });
14634
14664
  }
14635
14665
  export declare class MessageReplyStoryHeader_ extends _MessageReplyHeader_ {
14636
- user_id: bigint;
14666
+ peer: enums.Peer;
14637
14667
  story_id: number;
14638
14668
  protected get [id](): number;
14639
14669
  static get [name](): string;
14640
14670
  static get [paramDesc](): ParamDesc;
14641
14671
  protected get [params](): Params;
14642
14672
  constructor(params: {
14643
- user_id: bigint;
14673
+ peer: enums.Peer;
14644
14674
  story_id: number;
14645
14675
  });
14646
14676
  }
@@ -16860,6 +16890,7 @@ export declare class StoryItem_ extends _StoryItem_ {
16860
16890
  out?: true;
16861
16891
  id: number;
16862
16892
  date: number;
16893
+ from_id?: enums.Peer;
16863
16894
  fwd_from?: enums.StoryFwdHeader;
16864
16895
  expire_date: number;
16865
16896
  caption?: string;
@@ -16885,6 +16916,7 @@ export declare class StoryItem_ extends _StoryItem_ {
16885
16916
  out?: true;
16886
16917
  id: number;
16887
16918
  date: number;
16919
+ from_id?: enums.Peer;
16888
16920
  fwd_from?: enums.StoryFwdHeader;
16889
16921
  expire_date: number;
16890
16922
  caption?: string;
@@ -17051,14 +17083,14 @@ export declare class InputReplyToMessage_ extends _InputReplyTo_ {
17051
17083
  });
17052
17084
  }
17053
17085
  export declare class InputReplyToStory_ extends _InputReplyTo_ {
17054
- user_id: enums.InputUser;
17086
+ peer: enums.InputPeer;
17055
17087
  story_id: number;
17056
17088
  protected get [id](): number;
17057
17089
  static get [name](): string;
17058
17090
  static get [paramDesc](): ParamDesc;
17059
17091
  protected get [params](): Params;
17060
17092
  constructor(params: {
17061
- user_id: enums.InputUser;
17093
+ peer: enums.InputPeer;
17062
17094
  story_id: number;
17063
17095
  });
17064
17096
  }
@@ -17586,6 +17618,7 @@ export declare class help_PeerColorOption_ extends _help_PeerColorOption_ {
17586
17618
  colors?: enums.help.PeerColorSet;
17587
17619
  dark_colors?: enums.help.PeerColorSet;
17588
17620
  channel_min_level?: number;
17621
+ group_min_level?: number;
17589
17622
  protected get [id](): number;
17590
17623
  static get [name](): string;
17591
17624
  static get [paramDesc](): ParamDesc;
@@ -17596,6 +17629,7 @@ export declare class help_PeerColorOption_ extends _help_PeerColorOption_ {
17596
17629
  colors?: enums.help.PeerColorSet;
17597
17630
  dark_colors?: enums.help.PeerColorSet;
17598
17631
  channel_min_level?: number;
17632
+ group_min_level?: number;
17599
17633
  });
17600
17634
  }
17601
17635
  export declare class help_PeerColorsNotModified_ extends _help_PeerColors_ {
@@ -18410,6 +18444,7 @@ export declare const types: {
18410
18444
  MessageActionGiftCode: typeof MessageActionGiftCode_;
18411
18445
  MessageActionGiveawayLaunch: typeof MessageActionGiveawayLaunch_;
18412
18446
  MessageActionGiveawayResults: typeof MessageActionGiveawayResults_;
18447
+ MessageActionBoostApply: typeof MessageActionBoostApply_;
18413
18448
  Dialog: typeof Dialog_;
18414
18449
  DialogFolder: typeof DialogFolder_;
18415
18450
  PhotoEmpty: typeof PhotoEmpty_;
@@ -18955,6 +18990,7 @@ export declare const types: {
18955
18990
  ChannelAdminLogEventActionChangeProfilePeerColor: typeof ChannelAdminLogEventActionChangeProfilePeerColor_;
18956
18991
  ChannelAdminLogEventActionChangeWallpaper: typeof ChannelAdminLogEventActionChangeWallpaper_;
18957
18992
  ChannelAdminLogEventActionChangeEmojiStatus: typeof ChannelAdminLogEventActionChangeEmojiStatus_;
18993
+ ChannelAdminLogEventActionChangeEmojiStickerSet: typeof ChannelAdminLogEventActionChangeEmojiStickerSet_;
18958
18994
  ChannelAdminLogEvent: typeof ChannelAdminLogEvent_;
18959
18995
  ChannelAdminLogEventsFilter: typeof ChannelAdminLogEventsFilter_;
18960
18996
  PopularContact: typeof PopularContact_;
@@ -20158,6 +20194,7 @@ export declare namespace types {
20158
20194
  type MessageActionGiftCode = MessageActionGiftCode_;
20159
20195
  type MessageActionGiveawayLaunch = MessageActionGiveawayLaunch_;
20160
20196
  type MessageActionGiveawayResults = MessageActionGiveawayResults_;
20197
+ type MessageActionBoostApply = MessageActionBoostApply_;
20161
20198
  type Dialog = Dialog_;
20162
20199
  type DialogFolder = DialogFolder_;
20163
20200
  type PhotoEmpty = PhotoEmpty_;
@@ -20703,6 +20740,7 @@ export declare namespace types {
20703
20740
  type ChannelAdminLogEventActionChangeProfilePeerColor = ChannelAdminLogEventActionChangeProfilePeerColor_;
20704
20741
  type ChannelAdminLogEventActionChangeWallpaper = ChannelAdminLogEventActionChangeWallpaper_;
20705
20742
  type ChannelAdminLogEventActionChangeEmojiStatus = ChannelAdminLogEventActionChangeEmojiStatus_;
20743
+ type ChannelAdminLogEventActionChangeEmojiStickerSet = ChannelAdminLogEventActionChangeEmojiStickerSet_;
20706
20744
  type ChannelAdminLogEvent = ChannelAdminLogEvent_;
20707
20745
  type ChannelAdminLogEventsFilter = ChannelAdminLogEventsFilter_;
20708
20746
  type PopularContact = PopularContact_;
@@ -21317,7 +21355,7 @@ export declare namespace enums {
21317
21355
  type ChatPhoto = types.ChatPhotoEmpty | types.ChatPhoto;
21318
21356
  type Message = types.MessageEmpty | types.Message | types.MessageService;
21319
21357
  type MessageMedia = types.MessageMediaEmpty | types.MessageMediaPhoto | types.MessageMediaGeo | types.MessageMediaContact | types.MessageMediaUnsupported | types.MessageMediaDocument | types.MessageMediaWebPage | types.MessageMediaVenue | types.MessageMediaGame | types.MessageMediaInvoice | types.MessageMediaGeoLive | types.MessageMediaPoll | types.MessageMediaDice | types.MessageMediaStory | types.MessageMediaGiveaway | types.MessageMediaGiveawayResults;
21320
- type MessageAction = types.MessageActionEmpty | types.MessageActionChatCreate | types.MessageActionChatEditTitle | types.MessageActionChatEditPhoto | types.MessageActionChatDeletePhoto | types.MessageActionChatAddUser | types.MessageActionChatDeleteUser | types.MessageActionChatJoinedByLink | types.MessageActionChannelCreate | types.MessageActionChatMigrateTo | types.MessageActionChannelMigrateFrom | types.MessageActionPinMessage | types.MessageActionHistoryClear | types.MessageActionGameScore | types.MessageActionPaymentSentMe | types.MessageActionPaymentSent | types.MessageActionPhoneCall | types.MessageActionScreenshotTaken | types.MessageActionCustomAction | types.MessageActionBotAllowed | types.MessageActionSecureValuesSentMe | types.MessageActionSecureValuesSent | types.MessageActionContactSignUp | types.MessageActionGeoProximityReached | types.MessageActionGroupCall | types.MessageActionInviteToGroupCall | types.MessageActionSetMessagesTTL | types.MessageActionGroupCallScheduled | types.MessageActionSetChatTheme | types.MessageActionChatJoinedByRequest | types.MessageActionWebViewDataSentMe | types.MessageActionWebViewDataSent | types.MessageActionGiftPremium | types.MessageActionTopicCreate | types.MessageActionTopicEdit | types.MessageActionSuggestProfilePhoto | types.MessageActionRequestedPeer | types.MessageActionSetChatWallPaper | types.MessageActionGiftCode | types.MessageActionGiveawayLaunch | types.MessageActionGiveawayResults;
21358
+ type MessageAction = types.MessageActionEmpty | types.MessageActionChatCreate | types.MessageActionChatEditTitle | types.MessageActionChatEditPhoto | types.MessageActionChatDeletePhoto | types.MessageActionChatAddUser | types.MessageActionChatDeleteUser | types.MessageActionChatJoinedByLink | types.MessageActionChannelCreate | types.MessageActionChatMigrateTo | types.MessageActionChannelMigrateFrom | types.MessageActionPinMessage | types.MessageActionHistoryClear | types.MessageActionGameScore | types.MessageActionPaymentSentMe | types.MessageActionPaymentSent | types.MessageActionPhoneCall | types.MessageActionScreenshotTaken | types.MessageActionCustomAction | types.MessageActionBotAllowed | types.MessageActionSecureValuesSentMe | types.MessageActionSecureValuesSent | types.MessageActionContactSignUp | types.MessageActionGeoProximityReached | types.MessageActionGroupCall | types.MessageActionInviteToGroupCall | types.MessageActionSetMessagesTTL | types.MessageActionGroupCallScheduled | types.MessageActionSetChatTheme | types.MessageActionChatJoinedByRequest | types.MessageActionWebViewDataSentMe | types.MessageActionWebViewDataSent | types.MessageActionGiftPremium | types.MessageActionTopicCreate | types.MessageActionTopicEdit | types.MessageActionSuggestProfilePhoto | types.MessageActionRequestedPeer | types.MessageActionSetChatWallPaper | types.MessageActionGiftCode | types.MessageActionGiveawayLaunch | types.MessageActionGiveawayResults | types.MessageActionBoostApply;
21321
21359
  type Dialog = types.Dialog | types.DialogFolder;
21322
21360
  type Photo = types.PhotoEmpty | types.Photo;
21323
21361
  type PhotoSize = types.PhotoSizeEmpty | types.PhotoSize | types.PhotoCachedSize | types.PhotoStrippedSize | types.PhotoSizeProgressive | types.PhotoPathSize;
@@ -21415,7 +21453,7 @@ export declare namespace enums {
21415
21453
  type LangPackString = types.LangPackString | types.LangPackStringPluralized | types.LangPackStringDeleted;
21416
21454
  type LangPackDifference = types.LangPackDifference;
21417
21455
  type LangPackLanguage = types.LangPackLanguage;
21418
- type ChannelAdminLogEventAction = types.ChannelAdminLogEventActionChangeTitle | types.ChannelAdminLogEventActionChangeAbout | types.ChannelAdminLogEventActionChangeUsername | types.ChannelAdminLogEventActionChangePhoto | types.ChannelAdminLogEventActionToggleInvites | types.ChannelAdminLogEventActionToggleSignatures | types.ChannelAdminLogEventActionUpdatePinned | types.ChannelAdminLogEventActionEditMessage | types.ChannelAdminLogEventActionDeleteMessage | types.ChannelAdminLogEventActionParticipantJoin | types.ChannelAdminLogEventActionParticipantLeave | types.ChannelAdminLogEventActionParticipantInvite | types.ChannelAdminLogEventActionParticipantToggleBan | types.ChannelAdminLogEventActionParticipantToggleAdmin | types.ChannelAdminLogEventActionChangeStickerSet | types.ChannelAdminLogEventActionTogglePreHistoryHidden | types.ChannelAdminLogEventActionDefaultBannedRights | types.ChannelAdminLogEventActionStopPoll | types.ChannelAdminLogEventActionChangeLinkedChat | types.ChannelAdminLogEventActionChangeLocation | types.ChannelAdminLogEventActionToggleSlowMode | types.ChannelAdminLogEventActionStartGroupCall | types.ChannelAdminLogEventActionDiscardGroupCall | types.ChannelAdminLogEventActionParticipantMute | types.ChannelAdminLogEventActionParticipantUnmute | types.ChannelAdminLogEventActionToggleGroupCallSetting | types.ChannelAdminLogEventActionParticipantJoinByInvite | types.ChannelAdminLogEventActionExportedInviteDelete | types.ChannelAdminLogEventActionExportedInviteRevoke | types.ChannelAdminLogEventActionExportedInviteEdit | types.ChannelAdminLogEventActionParticipantVolume | types.ChannelAdminLogEventActionChangeHistoryTTL | types.ChannelAdminLogEventActionParticipantJoinByRequest | types.ChannelAdminLogEventActionToggleNoForwards | types.ChannelAdminLogEventActionSendMessage | types.ChannelAdminLogEventActionChangeAvailableReactions | types.ChannelAdminLogEventActionChangeUsernames | types.ChannelAdminLogEventActionToggleForum | types.ChannelAdminLogEventActionCreateTopic | types.ChannelAdminLogEventActionEditTopic | types.ChannelAdminLogEventActionDeleteTopic | types.ChannelAdminLogEventActionPinTopic | types.ChannelAdminLogEventActionToggleAntiSpam | types.ChannelAdminLogEventActionChangePeerColor | types.ChannelAdminLogEventActionChangeProfilePeerColor | types.ChannelAdminLogEventActionChangeWallpaper | types.ChannelAdminLogEventActionChangeEmojiStatus;
21456
+ type ChannelAdminLogEventAction = types.ChannelAdminLogEventActionChangeTitle | types.ChannelAdminLogEventActionChangeAbout | types.ChannelAdminLogEventActionChangeUsername | types.ChannelAdminLogEventActionChangePhoto | types.ChannelAdminLogEventActionToggleInvites | types.ChannelAdminLogEventActionToggleSignatures | types.ChannelAdminLogEventActionUpdatePinned | types.ChannelAdminLogEventActionEditMessage | types.ChannelAdminLogEventActionDeleteMessage | types.ChannelAdminLogEventActionParticipantJoin | types.ChannelAdminLogEventActionParticipantLeave | types.ChannelAdminLogEventActionParticipantInvite | types.ChannelAdminLogEventActionParticipantToggleBan | types.ChannelAdminLogEventActionParticipantToggleAdmin | types.ChannelAdminLogEventActionChangeStickerSet | types.ChannelAdminLogEventActionTogglePreHistoryHidden | types.ChannelAdminLogEventActionDefaultBannedRights | types.ChannelAdminLogEventActionStopPoll | types.ChannelAdminLogEventActionChangeLinkedChat | types.ChannelAdminLogEventActionChangeLocation | types.ChannelAdminLogEventActionToggleSlowMode | types.ChannelAdminLogEventActionStartGroupCall | types.ChannelAdminLogEventActionDiscardGroupCall | types.ChannelAdminLogEventActionParticipantMute | types.ChannelAdminLogEventActionParticipantUnmute | types.ChannelAdminLogEventActionToggleGroupCallSetting | types.ChannelAdminLogEventActionParticipantJoinByInvite | types.ChannelAdminLogEventActionExportedInviteDelete | types.ChannelAdminLogEventActionExportedInviteRevoke | types.ChannelAdminLogEventActionExportedInviteEdit | types.ChannelAdminLogEventActionParticipantVolume | types.ChannelAdminLogEventActionChangeHistoryTTL | types.ChannelAdminLogEventActionParticipantJoinByRequest | types.ChannelAdminLogEventActionToggleNoForwards | types.ChannelAdminLogEventActionSendMessage | types.ChannelAdminLogEventActionChangeAvailableReactions | types.ChannelAdminLogEventActionChangeUsernames | types.ChannelAdminLogEventActionToggleForum | types.ChannelAdminLogEventActionCreateTopic | types.ChannelAdminLogEventActionEditTopic | types.ChannelAdminLogEventActionDeleteTopic | types.ChannelAdminLogEventActionPinTopic | types.ChannelAdminLogEventActionToggleAntiSpam | types.ChannelAdminLogEventActionChangePeerColor | types.ChannelAdminLogEventActionChangeProfilePeerColor | types.ChannelAdminLogEventActionChangeWallpaper | types.ChannelAdminLogEventActionChangeEmojiStatus | types.ChannelAdminLogEventActionChangeEmojiStickerSet;
21419
21457
  type ChannelAdminLogEvent = types.ChannelAdminLogEvent;
21420
21458
  type ChannelAdminLogEventsFilter = types.ChannelAdminLogEventsFilter;
21421
21459
  type PopularContact = types.PopularContact;