@mtkruto/node 0.1.708 → 0.1.800

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 (1133) hide show
  1. package/esm/0_deps.d.ts +5 -5
  2. package/esm/0_deps.js +6 -6
  3. package/esm/client/0_params.d.ts +0 -2
  4. package/esm/client/0_params.d.ts.map +1 -1
  5. package/esm/client/1_client_encrypted.d.ts.map +1 -1
  6. package/esm/client/1_client_encrypted.js +7 -7
  7. package/esm/client/2_file_manager.d.ts +1 -0
  8. package/esm/client/2_file_manager.d.ts.map +1 -1
  9. package/esm/client/2_file_manager.js +14 -0
  10. package/esm/client/3_message_manager.d.ts +3 -3
  11. package/esm/client/3_message_manager.d.ts.map +1 -1
  12. package/esm/client/5_client.d.ts.map +1 -1
  13. package/esm/client/5_client.js +8 -3
  14. package/esm/connection/1_connection_web_socket.d.ts +1 -2
  15. package/esm/connection/1_connection_web_socket.d.ts.map +1 -1
  16. package/esm/connection/1_connection_web_socket.js +47 -65
  17. package/esm/deps/deno.land/std@0.224.0/assert/_constants.d.ts.map +1 -0
  18. package/esm/deps/deno.land/std@0.224.0/assert/assert.d.ts.map +1 -0
  19. package/esm/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts.map +1 -0
  20. package/esm/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts.map +1 -0
  21. package/esm/deps/deno.land/std@0.224.0/assert/assert_array_includes.js +41 -0
  22. package/esm/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts.map +1 -0
  23. package/esm/deps/deno.land/std@0.224.0/assert/assert_equals.js +47 -0
  24. package/esm/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts.map +1 -0
  25. package/esm/deps/deno.land/std@0.224.0/assert/assert_false.d.ts.map +1 -0
  26. package/esm/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts.map +1 -0
  27. package/esm/deps/deno.land/std@0.224.0/assert/assert_greater.js +24 -0
  28. package/esm/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts.map +1 -0
  29. package/esm/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.js +24 -0
  30. package/esm/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts.map +1 -0
  31. package/esm/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts.map +1 -0
  32. package/esm/deps/deno.land/std@0.224.0/assert/assert_less.d.ts.map +1 -0
  33. package/esm/deps/deno.land/std@0.224.0/assert/assert_less.js +23 -0
  34. package/esm/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts.map +1 -0
  35. package/esm/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.js +24 -0
  36. package/esm/deps/deno.land/std@0.224.0/assert/assert_match.d.ts.map +1 -0
  37. package/esm/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts.map +1 -0
  38. package/esm/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts.map +1 -0
  39. package/esm/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts.map +1 -0
  40. package/esm/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts.map +1 -0
  41. package/esm/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.js +23 -0
  42. package/esm/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts.map +1 -0
  43. package/esm/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts.map +1 -0
  44. package/esm/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts.map +1 -0
  45. package/esm/deps/deno.land/std@0.224.0/assert/assert_strict_equals.js +55 -0
  46. package/esm/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts.map +1 -0
  47. package/esm/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts.map +1 -0
  48. package/esm/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts.map +1 -0
  49. package/esm/deps/deno.land/std@0.224.0/assert/equal.d.ts.map +1 -0
  50. package/esm/deps/deno.land/std@0.224.0/assert/fail.d.ts.map +1 -0
  51. package/esm/deps/deno.land/std@0.224.0/assert/mod.d.ts.map +1 -0
  52. package/esm/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts.map +1 -0
  53. package/esm/deps/deno.land/std@0.224.0/assert/unreachable.d.ts.map +1 -0
  54. package/esm/deps/deno.land/std@0.224.0/bytes/concat.d.ts +18 -0
  55. package/esm/deps/deno.land/std@0.224.0/bytes/concat.d.ts.map +1 -0
  56. package/esm/deps/deno.land/std@0.224.0/bytes/concat.js +31 -0
  57. package/esm/deps/deno.land/std@0.224.0/encoding/_util.d.ts.map +1 -0
  58. package/esm/deps/deno.land/std@0.224.0/encoding/base64.d.ts.map +1 -0
  59. package/esm/deps/deno.land/std@0.224.0/fmt/colors.d.ts +286 -0
  60. package/esm/deps/deno.land/std@0.224.0/fmt/colors.d.ts.map +1 -0
  61. package/esm/deps/deno.land/std@0.224.0/fmt/colors.js +489 -0
  62. package/esm/deps/deno.land/std@0.224.0/internal/diff.d.ts +28 -0
  63. package/esm/deps/deno.land/std@0.224.0/internal/diff.d.ts.map +1 -0
  64. package/esm/deps/deno.land/std@0.224.0/internal/format.d.ts +2 -0
  65. package/esm/deps/deno.land/std@0.224.0/internal/format.d.ts.map +1 -0
  66. package/esm/deps/deno.land/std@0.224.0/internal/format.js +24 -0
  67. package/esm/deps/deno.land/std@0.224.0/internal/mod.d.ts +10 -0
  68. package/esm/deps/deno.land/std@0.224.0/internal/mod.d.ts.map +1 -0
  69. package/esm/deps/deno.land/std@0.224.0/internal/mod.js +11 -0
  70. package/esm/deps/deno.land/std@0.224.0/media_types/_db.d.ts.map +1 -0
  71. package/esm/deps/deno.land/std@0.224.0/media_types/_util.d.ts.map +1 -0
  72. package/esm/deps/deno.land/std@0.224.0/media_types/content_type.d.ts.map +1 -0
  73. package/esm/deps/deno.land/std@0.224.0/media_types/extension.d.ts.map +1 -0
  74. package/esm/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts.map +1 -0
  75. package/esm/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts.map +1 -0
  76. package/esm/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts.map +1 -0
  77. package/esm/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts.map +1 -0
  78. package/esm/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts.map +1 -0
  79. package/esm/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts.map +1 -0
  80. package/esm/deps/deno.land/std@0.224.0/path/_common/assert_path.d.ts.map +1 -0
  81. package/esm/deps/deno.land/std@0.224.0/path/_common/basename.d.ts.map +1 -0
  82. package/esm/deps/deno.land/std@0.224.0/path/_common/common.d.ts.map +1 -0
  83. package/esm/deps/deno.land/std@0.224.0/path/_common/constants.d.ts.map +1 -0
  84. package/esm/deps/deno.land/std@0.224.0/path/_common/dirname.d.ts.map +1 -0
  85. package/esm/deps/deno.land/std@0.224.0/path/_common/format.d.ts.map +1 -0
  86. package/esm/deps/deno.land/std@0.224.0/path/_common/from_file_url.d.ts.map +1 -0
  87. package/esm/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts.map +1 -0
  88. package/esm/deps/deno.land/std@0.224.0/path/_common/normalize.d.ts.map +1 -0
  89. package/esm/deps/deno.land/std@0.224.0/path/_common/normalize_string.d.ts.map +1 -0
  90. package/esm/deps/deno.land/std@0.224.0/path/_common/relative.d.ts.map +1 -0
  91. package/esm/deps/deno.land/std@0.224.0/path/_common/strip_trailing_separators.d.ts.map +1 -0
  92. package/esm/deps/deno.land/std@0.224.0/path/_common/to_file_url.d.ts.map +1 -0
  93. package/esm/deps/deno.land/std@0.224.0/path/_interface.d.ts.map +1 -0
  94. package/esm/deps/deno.land/std@0.224.0/path/_os.d.ts.map +1 -0
  95. package/esm/deps/deno.land/std@0.224.0/path/basename.d.ts.map +1 -0
  96. package/esm/deps/deno.land/std@0.224.0/path/common.d.ts.map +1 -0
  97. package/esm/deps/deno.land/std@0.224.0/path/constants.d.ts.map +1 -0
  98. package/esm/deps/deno.land/std@0.224.0/path/dirname.d.ts.map +1 -0
  99. package/esm/deps/deno.land/std@0.224.0/path/extname.d.ts.map +1 -0
  100. package/esm/deps/deno.land/std@0.224.0/path/format.d.ts.map +1 -0
  101. package/esm/deps/deno.land/std@0.224.0/path/from_file_url.d.ts.map +1 -0
  102. package/esm/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts.map +1 -0
  103. package/esm/deps/deno.land/std@0.224.0/path/is_absolute.d.ts.map +1 -0
  104. package/esm/deps/deno.land/std@0.224.0/path/is_glob.d.ts.map +1 -0
  105. package/esm/deps/deno.land/std@0.224.0/path/join.d.ts.map +1 -0
  106. package/esm/deps/deno.land/std@0.224.0/path/join_globs.d.ts.map +1 -0
  107. package/esm/deps/deno.land/std@0.224.0/path/mod.d.ts +57 -0
  108. package/esm/deps/deno.land/std@0.224.0/path/mod.d.ts.map +1 -0
  109. package/esm/deps/deno.land/std@0.224.0/path/mod.js +60 -0
  110. package/esm/deps/deno.land/std@0.224.0/path/normalize.d.ts.map +1 -0
  111. package/esm/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts.map +1 -0
  112. package/esm/deps/deno.land/std@0.224.0/path/parse.d.ts +20 -0
  113. package/esm/deps/deno.land/std@0.224.0/path/parse.d.ts.map +1 -0
  114. package/esm/deps/deno.land/std@0.224.0/path/posix/_util.d.ts.map +1 -0
  115. package/esm/deps/deno.land/std@0.224.0/path/posix/basename.d.ts.map +1 -0
  116. package/esm/deps/deno.land/std@0.224.0/path/posix/common.d.ts.map +1 -0
  117. package/esm/deps/deno.land/std@0.224.0/path/posix/constants.d.ts.map +1 -0
  118. package/esm/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts.map +1 -0
  119. package/esm/deps/deno.land/std@0.224.0/path/posix/extname.d.ts.map +1 -0
  120. package/esm/deps/deno.land/std@0.224.0/path/posix/format.d.ts.map +1 -0
  121. package/esm/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts.map +1 -0
  122. package/esm/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts.map +1 -0
  123. package/esm/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts.map +1 -0
  124. package/esm/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts.map +1 -0
  125. package/esm/deps/deno.land/std@0.224.0/path/posix/join.d.ts.map +1 -0
  126. package/esm/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts.map +1 -0
  127. package/esm/deps/deno.land/std@0.224.0/path/posix/mod.d.ts.map +1 -0
  128. package/esm/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts.map +1 -0
  129. package/esm/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts.map +1 -0
  130. package/esm/deps/deno.land/std@0.224.0/path/posix/parse.d.ts +8 -0
  131. package/esm/deps/deno.land/std@0.224.0/path/posix/parse.d.ts.map +1 -0
  132. package/esm/deps/deno.land/std@0.224.0/path/posix/relative.d.ts.map +1 -0
  133. package/esm/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts.map +1 -0
  134. package/esm/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts.map +1 -0
  135. package/esm/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts.map +1 -0
  136. package/esm/deps/deno.land/std@0.224.0/path/relative.d.ts.map +1 -0
  137. package/esm/deps/deno.land/std@0.224.0/path/resolve.d.ts.map +1 -0
  138. package/esm/deps/deno.land/std@0.224.0/path/to_file_url.d.ts.map +1 -0
  139. package/esm/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts.map +1 -0
  140. package/esm/deps/deno.land/std@0.224.0/path/windows/_util.d.ts.map +1 -0
  141. package/esm/deps/deno.land/std@0.224.0/path/windows/basename.d.ts.map +1 -0
  142. package/esm/deps/deno.land/std@0.224.0/path/windows/common.d.ts.map +1 -0
  143. package/esm/deps/deno.land/std@0.224.0/path/windows/constants.d.ts.map +1 -0
  144. package/esm/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts.map +1 -0
  145. package/esm/deps/deno.land/std@0.224.0/path/windows/extname.d.ts.map +1 -0
  146. package/esm/deps/deno.land/std@0.224.0/path/windows/format.d.ts.map +1 -0
  147. package/esm/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts.map +1 -0
  148. package/esm/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts.map +1 -0
  149. package/esm/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts.map +1 -0
  150. package/esm/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts.map +1 -0
  151. package/esm/deps/deno.land/std@0.224.0/path/windows/join.d.ts.map +1 -0
  152. package/esm/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts.map +1 -0
  153. package/esm/deps/deno.land/std@0.224.0/path/windows/mod.d.ts.map +1 -0
  154. package/esm/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts.map +1 -0
  155. package/esm/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts.map +1 -0
  156. package/esm/deps/deno.land/std@0.224.0/path/windows/parse.d.ts +8 -0
  157. package/esm/deps/deno.land/std@0.224.0/path/windows/parse.d.ts.map +1 -0
  158. package/esm/deps/deno.land/std@0.224.0/path/windows/relative.d.ts.map +1 -0
  159. package/esm/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts.map +1 -0
  160. package/esm/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts.map +1 -0
  161. package/esm/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts.map +1 -0
  162. package/esm/types/0_callback_query_question.d.ts +3 -0
  163. package/esm/types/0_callback_query_question.d.ts.map +1 -1
  164. package/esm/types/0_chat_photo.d.ts +4 -12
  165. package/esm/types/0_chat_photo.d.ts.map +1 -1
  166. package/esm/types/0_chat_photo.js +2 -1
  167. package/esm/types/0_message_entity.d.ts +19 -0
  168. package/esm/types/0_message_entity.d.ts.map +1 -1
  169. package/esm/types/0_video_chat.d.ts +3 -0
  170. package/esm/types/0_video_chat.d.ts.map +1 -1
  171. package/esm/types/0_video_chat.js +3 -0
  172. package/esm/types/1_chat_p.d.ts +4 -0
  173. package/esm/types/1_chat_p.d.ts.map +1 -1
  174. package/esm/types/1_input_story_content.d.ts +2 -0
  175. package/esm/types/1_input_story_content.d.ts.map +1 -1
  176. package/esm/types/1_message_content.d.ts +6 -1
  177. package/esm/types/1_message_content.d.ts.map +1 -1
  178. package/esm/types/1_story_privacy.d.ts +4 -0
  179. package/esm/types/1_story_privacy.d.ts.map +1 -1
  180. package/esm/types/1_user.d.ts +2 -2
  181. package/esm/types/1_user.d.ts.map +1 -1
  182. package/esm/types/2_chat_member.d.ts +7 -7
  183. package/esm/types/2_chat_member.d.ts.map +1 -1
  184. package/esm/types/2_inline_keyboard_button.d.ts +8 -0
  185. package/esm/types/2_inline_keyboard_button.d.ts.map +1 -1
  186. package/esm/types/2_story_content.d.ts +3 -0
  187. package/esm/types/2_story_content.d.ts.map +1 -1
  188. package/esm/types/3_reply_markup.d.ts +10 -2
  189. package/esm/types/3_reply_markup.d.ts.map +1 -1
  190. package/esm/types/4_inline_query_result.d.ts +35 -2
  191. package/esm/types/4_inline_query_result.d.ts.map +1 -1
  192. package/esm/types/4_inline_query_result.js +6 -4
  193. package/esm/types/4_message.d.ts +115 -25
  194. package/esm/types/4_message.d.ts.map +1 -1
  195. package/esm/types/4_message.js +2 -2
  196. package/esm/types/6_update.d.ts +55 -12
  197. package/esm/types/6_update.d.ts.map +1 -1
  198. package/esm/utilities/1_misc.d.ts +1 -1
  199. package/esm/utilities/1_misc.d.ts.map +1 -1
  200. package/esm/utilities/1_misc.js +4 -2
  201. package/package.json +1 -1
  202. package/script/0_deps.d.ts +5 -5
  203. package/script/0_deps.js +6 -6
  204. package/script/client/0_params.d.ts +0 -2
  205. package/script/client/0_params.d.ts.map +1 -1
  206. package/script/client/1_client_encrypted.d.ts.map +1 -1
  207. package/script/client/1_client_encrypted.js +7 -7
  208. package/script/client/2_file_manager.d.ts +1 -0
  209. package/script/client/2_file_manager.d.ts.map +1 -1
  210. package/script/client/2_file_manager.js +14 -0
  211. package/script/client/3_message_manager.d.ts +3 -3
  212. package/script/client/3_message_manager.d.ts.map +1 -1
  213. package/script/client/5_client.d.ts.map +1 -1
  214. package/script/client/5_client.js +8 -3
  215. package/script/connection/1_connection_web_socket.d.ts +1 -2
  216. package/script/connection/1_connection_web_socket.d.ts.map +1 -1
  217. package/script/connection/1_connection_web_socket.js +47 -65
  218. package/script/deps/deno.land/std@0.224.0/assert/_constants.d.ts.map +1 -0
  219. package/script/deps/deno.land/std@0.224.0/assert/assert.d.ts.map +1 -0
  220. package/script/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts.map +1 -0
  221. package/script/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts.map +1 -0
  222. package/script/deps/deno.land/std@0.224.0/assert/assert_array_includes.js +45 -0
  223. package/script/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts.map +1 -0
  224. package/script/deps/deno.land/std@0.224.0/assert/assert_equals.js +51 -0
  225. package/script/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts.map +1 -0
  226. package/script/deps/deno.land/std@0.224.0/assert/assert_false.d.ts.map +1 -0
  227. package/script/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts.map +1 -0
  228. package/script/deps/deno.land/std@0.224.0/assert/assert_greater.js +28 -0
  229. package/script/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts.map +1 -0
  230. package/script/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.js +28 -0
  231. package/script/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts.map +1 -0
  232. package/script/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts.map +1 -0
  233. package/script/deps/deno.land/std@0.224.0/assert/assert_less.d.ts.map +1 -0
  234. package/script/deps/deno.land/std@0.224.0/assert/assert_less.js +27 -0
  235. package/script/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts.map +1 -0
  236. package/script/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.js +28 -0
  237. package/script/deps/deno.land/std@0.224.0/assert/assert_match.d.ts.map +1 -0
  238. package/script/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts.map +1 -0
  239. package/script/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts.map +1 -0
  240. package/script/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts.map +1 -0
  241. package/script/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts.map +1 -0
  242. package/script/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.js +27 -0
  243. package/script/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts.map +1 -0
  244. package/script/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts.map +1 -0
  245. package/script/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts.map +1 -0
  246. package/script/deps/deno.land/std@0.224.0/assert/assert_strict_equals.js +59 -0
  247. package/script/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts.map +1 -0
  248. package/script/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts.map +1 -0
  249. package/script/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts.map +1 -0
  250. package/script/deps/deno.land/std@0.224.0/assert/equal.d.ts.map +1 -0
  251. package/script/deps/deno.land/std@0.224.0/assert/fail.d.ts.map +1 -0
  252. package/script/deps/deno.land/std@0.224.0/assert/mod.d.ts.map +1 -0
  253. package/script/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts.map +1 -0
  254. package/script/deps/deno.land/std@0.224.0/assert/unreachable.d.ts.map +1 -0
  255. package/script/deps/deno.land/std@0.224.0/bytes/concat.d.ts +18 -0
  256. package/script/deps/deno.land/std@0.224.0/bytes/concat.d.ts.map +1 -0
  257. package/script/deps/deno.land/std@0.224.0/bytes/concat.js +35 -0
  258. package/script/deps/deno.land/std@0.224.0/encoding/_util.d.ts.map +1 -0
  259. package/script/deps/deno.land/std@0.224.0/encoding/base64.d.ts.map +1 -0
  260. package/script/deps/deno.land/std@0.224.0/fmt/colors.d.ts +286 -0
  261. package/script/deps/deno.land/std@0.224.0/fmt/colors.d.ts.map +1 -0
  262. package/script/deps/deno.land/std@0.224.0/fmt/colors.js +564 -0
  263. package/script/deps/deno.land/std@0.224.0/internal/diff.d.ts +28 -0
  264. package/script/deps/deno.land/std@0.224.0/internal/diff.d.ts.map +1 -0
  265. package/script/deps/deno.land/std@0.224.0/internal/format.d.ts +2 -0
  266. package/script/deps/deno.land/std@0.224.0/internal/format.d.ts.map +1 -0
  267. package/script/deps/deno.land/std@0.224.0/internal/format.js +51 -0
  268. package/script/deps/deno.land/std@0.224.0/internal/mod.d.ts +10 -0
  269. package/script/deps/deno.land/std@0.224.0/internal/mod.d.ts.map +1 -0
  270. package/script/deps/deno.land/std@0.224.0/internal/mod.js +27 -0
  271. package/script/deps/deno.land/std@0.224.0/media_types/_db.d.ts.map +1 -0
  272. package/script/deps/deno.land/std@0.224.0/media_types/_util.d.ts.map +1 -0
  273. package/script/deps/deno.land/std@0.224.0/media_types/content_type.d.ts.map +1 -0
  274. package/script/deps/deno.land/std@0.224.0/media_types/extension.d.ts.map +1 -0
  275. package/script/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts.map +1 -0
  276. package/script/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts.map +1 -0
  277. package/script/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts.map +1 -0
  278. package/script/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts.map +1 -0
  279. package/script/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts.map +1 -0
  280. package/script/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts.map +1 -0
  281. package/script/deps/deno.land/std@0.224.0/path/_common/assert_path.d.ts.map +1 -0
  282. package/script/deps/deno.land/std@0.224.0/path/_common/basename.d.ts.map +1 -0
  283. package/script/deps/deno.land/std@0.224.0/path/_common/common.d.ts.map +1 -0
  284. package/script/deps/deno.land/std@0.224.0/path/_common/constants.d.ts.map +1 -0
  285. package/script/deps/deno.land/std@0.224.0/path/_common/dirname.d.ts.map +1 -0
  286. package/script/deps/deno.land/std@0.224.0/path/_common/format.d.ts.map +1 -0
  287. package/script/deps/deno.land/std@0.224.0/path/_common/from_file_url.d.ts.map +1 -0
  288. package/script/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts.map +1 -0
  289. package/script/deps/deno.land/std@0.224.0/path/_common/normalize.d.ts.map +1 -0
  290. package/script/deps/deno.land/std@0.224.0/path/_common/normalize_string.d.ts.map +1 -0
  291. package/script/deps/deno.land/std@0.224.0/path/_common/relative.d.ts.map +1 -0
  292. package/script/deps/deno.land/std@0.224.0/path/_common/strip_trailing_separators.d.ts.map +1 -0
  293. package/script/deps/deno.land/std@0.224.0/path/_common/to_file_url.d.ts.map +1 -0
  294. package/script/deps/deno.land/std@0.224.0/path/_interface.d.ts.map +1 -0
  295. package/script/deps/deno.land/std@0.224.0/path/_os.d.ts.map +1 -0
  296. package/script/deps/deno.land/std@0.224.0/path/basename.d.ts.map +1 -0
  297. package/script/deps/deno.land/std@0.224.0/path/common.d.ts.map +1 -0
  298. package/script/deps/deno.land/std@0.224.0/path/constants.d.ts.map +1 -0
  299. package/script/deps/deno.land/std@0.224.0/path/dirname.d.ts.map +1 -0
  300. package/script/deps/deno.land/std@0.224.0/path/extname.d.ts.map +1 -0
  301. package/script/deps/deno.land/std@0.224.0/path/format.d.ts.map +1 -0
  302. package/script/deps/deno.land/std@0.224.0/path/from_file_url.d.ts.map +1 -0
  303. package/script/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts.map +1 -0
  304. package/script/deps/deno.land/std@0.224.0/path/is_absolute.d.ts.map +1 -0
  305. package/script/deps/deno.land/std@0.224.0/path/is_glob.d.ts.map +1 -0
  306. package/script/deps/deno.land/std@0.224.0/path/join.d.ts.map +1 -0
  307. package/script/deps/deno.land/std@0.224.0/path/join_globs.d.ts.map +1 -0
  308. package/script/deps/deno.land/std@0.224.0/path/mod.d.ts +57 -0
  309. package/script/deps/deno.land/std@0.224.0/path/mod.d.ts.map +1 -0
  310. package/script/deps/deno.land/std@0.224.0/path/mod.js +89 -0
  311. package/script/deps/deno.land/std@0.224.0/path/normalize.d.ts.map +1 -0
  312. package/script/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts.map +1 -0
  313. package/script/deps/deno.land/std@0.224.0/path/parse.d.ts +20 -0
  314. package/script/deps/deno.land/std@0.224.0/path/parse.d.ts.map +1 -0
  315. package/script/deps/deno.land/std@0.224.0/path/posix/_util.d.ts.map +1 -0
  316. package/script/deps/deno.land/std@0.224.0/path/posix/basename.d.ts.map +1 -0
  317. package/script/deps/deno.land/std@0.224.0/path/posix/common.d.ts.map +1 -0
  318. package/script/deps/deno.land/std@0.224.0/path/posix/constants.d.ts.map +1 -0
  319. package/script/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts.map +1 -0
  320. package/script/deps/deno.land/std@0.224.0/path/posix/extname.d.ts.map +1 -0
  321. package/script/deps/deno.land/std@0.224.0/path/posix/format.d.ts.map +1 -0
  322. package/script/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts.map +1 -0
  323. package/script/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts.map +1 -0
  324. package/script/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts.map +1 -0
  325. package/script/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts.map +1 -0
  326. package/script/deps/deno.land/std@0.224.0/path/posix/join.d.ts.map +1 -0
  327. package/script/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts.map +1 -0
  328. package/script/deps/deno.land/std@0.224.0/path/posix/mod.d.ts.map +1 -0
  329. package/script/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts.map +1 -0
  330. package/script/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts.map +1 -0
  331. package/script/deps/deno.land/std@0.224.0/path/posix/parse.d.ts +8 -0
  332. package/script/deps/deno.land/std@0.224.0/path/posix/parse.d.ts.map +1 -0
  333. package/script/deps/deno.land/std@0.224.0/path/posix/relative.d.ts.map +1 -0
  334. package/script/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts.map +1 -0
  335. package/script/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts.map +1 -0
  336. package/script/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts.map +1 -0
  337. package/script/deps/deno.land/std@0.224.0/path/relative.d.ts.map +1 -0
  338. package/script/deps/deno.land/std@0.224.0/path/resolve.d.ts.map +1 -0
  339. package/script/deps/deno.land/std@0.224.0/path/to_file_url.d.ts.map +1 -0
  340. package/script/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts.map +1 -0
  341. package/script/deps/deno.land/std@0.224.0/path/windows/_util.d.ts.map +1 -0
  342. package/script/deps/deno.land/std@0.224.0/path/windows/basename.d.ts.map +1 -0
  343. package/script/deps/deno.land/std@0.224.0/path/windows/common.d.ts.map +1 -0
  344. package/script/deps/deno.land/std@0.224.0/path/windows/constants.d.ts.map +1 -0
  345. package/script/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts.map +1 -0
  346. package/script/deps/deno.land/std@0.224.0/path/windows/extname.d.ts.map +1 -0
  347. package/script/deps/deno.land/std@0.224.0/path/windows/format.d.ts.map +1 -0
  348. package/script/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts.map +1 -0
  349. package/script/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts.map +1 -0
  350. package/script/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts.map +1 -0
  351. package/script/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts.map +1 -0
  352. package/script/deps/deno.land/std@0.224.0/path/windows/join.d.ts.map +1 -0
  353. package/script/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts.map +1 -0
  354. package/script/deps/deno.land/std@0.224.0/path/windows/mod.d.ts.map +1 -0
  355. package/script/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts.map +1 -0
  356. package/script/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts.map +1 -0
  357. package/script/deps/deno.land/std@0.224.0/path/windows/parse.d.ts +8 -0
  358. package/script/deps/deno.land/std@0.224.0/path/windows/parse.d.ts.map +1 -0
  359. package/script/deps/deno.land/std@0.224.0/path/windows/relative.d.ts.map +1 -0
  360. package/script/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts.map +1 -0
  361. package/script/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts.map +1 -0
  362. package/script/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts.map +1 -0
  363. package/script/types/0_callback_query_question.d.ts +3 -0
  364. package/script/types/0_callback_query_question.d.ts.map +1 -1
  365. package/script/types/0_chat_photo.d.ts +4 -12
  366. package/script/types/0_chat_photo.d.ts.map +1 -1
  367. package/script/types/0_chat_photo.js +2 -1
  368. package/script/types/0_message_entity.d.ts +19 -0
  369. package/script/types/0_message_entity.d.ts.map +1 -1
  370. package/script/types/0_video_chat.d.ts +3 -0
  371. package/script/types/0_video_chat.d.ts.map +1 -1
  372. package/script/types/0_video_chat.js +3 -0
  373. package/script/types/1_chat_p.d.ts +4 -0
  374. package/script/types/1_chat_p.d.ts.map +1 -1
  375. package/script/types/1_input_story_content.d.ts +2 -0
  376. package/script/types/1_input_story_content.d.ts.map +1 -1
  377. package/script/types/1_message_content.d.ts +6 -1
  378. package/script/types/1_message_content.d.ts.map +1 -1
  379. package/script/types/1_story_privacy.d.ts +4 -0
  380. package/script/types/1_story_privacy.d.ts.map +1 -1
  381. package/script/types/1_user.d.ts +2 -2
  382. package/script/types/1_user.d.ts.map +1 -1
  383. package/script/types/2_chat_member.d.ts +7 -7
  384. package/script/types/2_chat_member.d.ts.map +1 -1
  385. package/script/types/2_inline_keyboard_button.d.ts +8 -0
  386. package/script/types/2_inline_keyboard_button.d.ts.map +1 -1
  387. package/script/types/2_story_content.d.ts +3 -0
  388. package/script/types/2_story_content.d.ts.map +1 -1
  389. package/script/types/3_reply_markup.d.ts +10 -2
  390. package/script/types/3_reply_markup.d.ts.map +1 -1
  391. package/script/types/4_inline_query_result.d.ts +35 -2
  392. package/script/types/4_inline_query_result.d.ts.map +1 -1
  393. package/script/types/4_inline_query_result.js +6 -4
  394. package/script/types/4_message.d.ts +115 -25
  395. package/script/types/4_message.d.ts.map +1 -1
  396. package/script/types/4_message.js +2 -2
  397. package/script/types/6_update.d.ts +55 -12
  398. package/script/types/6_update.d.ts.map +1 -1
  399. package/script/utilities/1_misc.d.ts +1 -1
  400. package/script/utilities/1_misc.d.ts.map +1 -1
  401. package/script/utilities/1_misc.js +4 -2
  402. package/esm/deps/deno.land/std@0.223.0/assert/_constants.d.ts.map +0 -1
  403. package/esm/deps/deno.land/std@0.223.0/assert/_diff.d.ts +0 -28
  404. package/esm/deps/deno.land/std@0.223.0/assert/_diff.d.ts.map +0 -1
  405. package/esm/deps/deno.land/std@0.223.0/assert/_format.d.ts +0 -2
  406. package/esm/deps/deno.land/std@0.223.0/assert/_format.d.ts.map +0 -1
  407. package/esm/deps/deno.land/std@0.223.0/assert/_format.js +0 -25
  408. package/esm/deps/deno.land/std@0.223.0/assert/assert.d.ts.map +0 -1
  409. package/esm/deps/deno.land/std@0.223.0/assert/assert_almost_equals.d.ts.map +0 -1
  410. package/esm/deps/deno.land/std@0.223.0/assert/assert_array_includes.d.ts.map +0 -1
  411. package/esm/deps/deno.land/std@0.223.0/assert/assert_array_includes.js +0 -41
  412. package/esm/deps/deno.land/std@0.223.0/assert/assert_equals.d.ts.map +0 -1
  413. package/esm/deps/deno.land/std@0.223.0/assert/assert_equals.js +0 -48
  414. package/esm/deps/deno.land/std@0.223.0/assert/assert_exists.d.ts.map +0 -1
  415. package/esm/deps/deno.land/std@0.223.0/assert/assert_false.d.ts.map +0 -1
  416. package/esm/deps/deno.land/std@0.223.0/assert/assert_greater.d.ts.map +0 -1
  417. package/esm/deps/deno.land/std@0.223.0/assert/assert_greater.js +0 -24
  418. package/esm/deps/deno.land/std@0.223.0/assert/assert_greater_or_equal.d.ts.map +0 -1
  419. package/esm/deps/deno.land/std@0.223.0/assert/assert_greater_or_equal.js +0 -24
  420. package/esm/deps/deno.land/std@0.223.0/assert/assert_instance_of.d.ts.map +0 -1
  421. package/esm/deps/deno.land/std@0.223.0/assert/assert_is_error.d.ts.map +0 -1
  422. package/esm/deps/deno.land/std@0.223.0/assert/assert_less.d.ts.map +0 -1
  423. package/esm/deps/deno.land/std@0.223.0/assert/assert_less.js +0 -23
  424. package/esm/deps/deno.land/std@0.223.0/assert/assert_less_or_equal.d.ts.map +0 -1
  425. package/esm/deps/deno.land/std@0.223.0/assert/assert_less_or_equal.js +0 -24
  426. package/esm/deps/deno.land/std@0.223.0/assert/assert_match.d.ts.map +0 -1
  427. package/esm/deps/deno.land/std@0.223.0/assert/assert_not_equals.d.ts.map +0 -1
  428. package/esm/deps/deno.land/std@0.223.0/assert/assert_not_instance_of.d.ts.map +0 -1
  429. package/esm/deps/deno.land/std@0.223.0/assert/assert_not_match.d.ts.map +0 -1
  430. package/esm/deps/deno.land/std@0.223.0/assert/assert_not_strict_equals.d.ts.map +0 -1
  431. package/esm/deps/deno.land/std@0.223.0/assert/assert_not_strict_equals.js +0 -23
  432. package/esm/deps/deno.land/std@0.223.0/assert/assert_object_match.d.ts.map +0 -1
  433. package/esm/deps/deno.land/std@0.223.0/assert/assert_rejects.d.ts.map +0 -1
  434. package/esm/deps/deno.land/std@0.223.0/assert/assert_strict_equals.d.ts.map +0 -1
  435. package/esm/deps/deno.land/std@0.223.0/assert/assert_strict_equals.js +0 -56
  436. package/esm/deps/deno.land/std@0.223.0/assert/assert_string_includes.d.ts.map +0 -1
  437. package/esm/deps/deno.land/std@0.223.0/assert/assert_throws.d.ts.map +0 -1
  438. package/esm/deps/deno.land/std@0.223.0/assert/assertion_error.d.ts.map +0 -1
  439. package/esm/deps/deno.land/std@0.223.0/assert/equal.d.ts.map +0 -1
  440. package/esm/deps/deno.land/std@0.223.0/assert/fail.d.ts.map +0 -1
  441. package/esm/deps/deno.land/std@0.223.0/assert/mod.d.ts.map +0 -1
  442. package/esm/deps/deno.land/std@0.223.0/assert/unimplemented.d.ts.map +0 -1
  443. package/esm/deps/deno.land/std@0.223.0/assert/unreachable.d.ts.map +0 -1
  444. package/esm/deps/deno.land/std@0.223.0/bytes/concat.d.ts +0 -14
  445. package/esm/deps/deno.land/std@0.223.0/bytes/concat.d.ts.map +0 -1
  446. package/esm/deps/deno.land/std@0.223.0/bytes/concat.js +0 -27
  447. package/esm/deps/deno.land/std@0.223.0/encoding/_util.d.ts.map +0 -1
  448. package/esm/deps/deno.land/std@0.223.0/encoding/base64.d.ts.map +0 -1
  449. package/esm/deps/deno.land/std@0.223.0/fmt/colors.d.ts +0 -286
  450. package/esm/deps/deno.land/std@0.223.0/fmt/colors.d.ts.map +0 -1
  451. package/esm/deps/deno.land/std@0.223.0/fmt/colors.js +0 -489
  452. package/esm/deps/deno.land/std@0.223.0/media_types/_db.d.ts.map +0 -1
  453. package/esm/deps/deno.land/std@0.223.0/media_types/_util.d.ts.map +0 -1
  454. package/esm/deps/deno.land/std@0.223.0/media_types/content_type.d.ts.map +0 -1
  455. package/esm/deps/deno.land/std@0.223.0/media_types/extension.d.ts.map +0 -1
  456. package/esm/deps/deno.land/std@0.223.0/media_types/extensions_by_type.d.ts.map +0 -1
  457. package/esm/deps/deno.land/std@0.223.0/media_types/format_media_type.d.ts.map +0 -1
  458. package/esm/deps/deno.land/std@0.223.0/media_types/get_charset.d.ts.map +0 -1
  459. package/esm/deps/deno.land/std@0.223.0/media_types/parse_media_type.d.ts.map +0 -1
  460. package/esm/deps/deno.land/std@0.223.0/media_types/type_by_extension.d.ts.map +0 -1
  461. package/esm/deps/deno.land/std@0.223.0/media_types/vendor/mime-db.v1.52.0.d.ts.map +0 -1
  462. package/esm/deps/deno.land/std@0.223.0/path/_common/assert_path.d.ts.map +0 -1
  463. package/esm/deps/deno.land/std@0.223.0/path/_common/basename.d.ts.map +0 -1
  464. package/esm/deps/deno.land/std@0.223.0/path/_common/common.d.ts.map +0 -1
  465. package/esm/deps/deno.land/std@0.223.0/path/_common/constants.d.ts.map +0 -1
  466. package/esm/deps/deno.land/std@0.223.0/path/_common/dirname.d.ts.map +0 -1
  467. package/esm/deps/deno.land/std@0.223.0/path/_common/format.d.ts.map +0 -1
  468. package/esm/deps/deno.land/std@0.223.0/path/_common/from_file_url.d.ts.map +0 -1
  469. package/esm/deps/deno.land/std@0.223.0/path/_common/glob_to_reg_exp.d.ts.map +0 -1
  470. package/esm/deps/deno.land/std@0.223.0/path/_common/normalize.d.ts.map +0 -1
  471. package/esm/deps/deno.land/std@0.223.0/path/_common/normalize_string.d.ts.map +0 -1
  472. package/esm/deps/deno.land/std@0.223.0/path/_common/relative.d.ts.map +0 -1
  473. package/esm/deps/deno.land/std@0.223.0/path/_common/strip_trailing_separators.d.ts.map +0 -1
  474. package/esm/deps/deno.land/std@0.223.0/path/_common/to_file_url.d.ts.map +0 -1
  475. package/esm/deps/deno.land/std@0.223.0/path/_interface.d.ts.map +0 -1
  476. package/esm/deps/deno.land/std@0.223.0/path/_os.d.ts.map +0 -1
  477. package/esm/deps/deno.land/std@0.223.0/path/basename.d.ts.map +0 -1
  478. package/esm/deps/deno.land/std@0.223.0/path/common.d.ts.map +0 -1
  479. package/esm/deps/deno.land/std@0.223.0/path/constants.d.ts.map +0 -1
  480. package/esm/deps/deno.land/std@0.223.0/path/dirname.d.ts.map +0 -1
  481. package/esm/deps/deno.land/std@0.223.0/path/extname.d.ts.map +0 -1
  482. package/esm/deps/deno.land/std@0.223.0/path/format.d.ts.map +0 -1
  483. package/esm/deps/deno.land/std@0.223.0/path/from_file_url.d.ts.map +0 -1
  484. package/esm/deps/deno.land/std@0.223.0/path/glob_to_regexp.d.ts.map +0 -1
  485. package/esm/deps/deno.land/std@0.223.0/path/is_absolute.d.ts.map +0 -1
  486. package/esm/deps/deno.land/std@0.223.0/path/is_glob.d.ts.map +0 -1
  487. package/esm/deps/deno.land/std@0.223.0/path/join.d.ts.map +0 -1
  488. package/esm/deps/deno.land/std@0.223.0/path/join_globs.d.ts.map +0 -1
  489. package/esm/deps/deno.land/std@0.223.0/path/mod.d.ts +0 -57
  490. package/esm/deps/deno.land/std@0.223.0/path/mod.d.ts.map +0 -1
  491. package/esm/deps/deno.land/std@0.223.0/path/mod.js +0 -60
  492. package/esm/deps/deno.land/std@0.223.0/path/normalize.d.ts.map +0 -1
  493. package/esm/deps/deno.land/std@0.223.0/path/normalize_glob.d.ts.map +0 -1
  494. package/esm/deps/deno.land/std@0.223.0/path/parse.d.ts +0 -19
  495. package/esm/deps/deno.land/std@0.223.0/path/parse.d.ts.map +0 -1
  496. package/esm/deps/deno.land/std@0.223.0/path/posix/_util.d.ts.map +0 -1
  497. package/esm/deps/deno.land/std@0.223.0/path/posix/basename.d.ts.map +0 -1
  498. package/esm/deps/deno.land/std@0.223.0/path/posix/common.d.ts.map +0 -1
  499. package/esm/deps/deno.land/std@0.223.0/path/posix/constants.d.ts.map +0 -1
  500. package/esm/deps/deno.land/std@0.223.0/path/posix/dirname.d.ts.map +0 -1
  501. package/esm/deps/deno.land/std@0.223.0/path/posix/extname.d.ts.map +0 -1
  502. package/esm/deps/deno.land/std@0.223.0/path/posix/format.d.ts.map +0 -1
  503. package/esm/deps/deno.land/std@0.223.0/path/posix/from_file_url.d.ts.map +0 -1
  504. package/esm/deps/deno.land/std@0.223.0/path/posix/glob_to_regexp.d.ts.map +0 -1
  505. package/esm/deps/deno.land/std@0.223.0/path/posix/is_absolute.d.ts.map +0 -1
  506. package/esm/deps/deno.land/std@0.223.0/path/posix/is_glob.d.ts.map +0 -1
  507. package/esm/deps/deno.land/std@0.223.0/path/posix/join.d.ts.map +0 -1
  508. package/esm/deps/deno.land/std@0.223.0/path/posix/join_globs.d.ts.map +0 -1
  509. package/esm/deps/deno.land/std@0.223.0/path/posix/mod.d.ts.map +0 -1
  510. package/esm/deps/deno.land/std@0.223.0/path/posix/normalize.d.ts.map +0 -1
  511. package/esm/deps/deno.land/std@0.223.0/path/posix/normalize_glob.d.ts.map +0 -1
  512. package/esm/deps/deno.land/std@0.223.0/path/posix/parse.d.ts +0 -7
  513. package/esm/deps/deno.land/std@0.223.0/path/posix/parse.d.ts.map +0 -1
  514. package/esm/deps/deno.land/std@0.223.0/path/posix/relative.d.ts.map +0 -1
  515. package/esm/deps/deno.land/std@0.223.0/path/posix/resolve.d.ts.map +0 -1
  516. package/esm/deps/deno.land/std@0.223.0/path/posix/to_file_url.d.ts.map +0 -1
  517. package/esm/deps/deno.land/std@0.223.0/path/posix/to_namespaced_path.d.ts.map +0 -1
  518. package/esm/deps/deno.land/std@0.223.0/path/relative.d.ts.map +0 -1
  519. package/esm/deps/deno.land/std@0.223.0/path/resolve.d.ts.map +0 -1
  520. package/esm/deps/deno.land/std@0.223.0/path/to_file_url.d.ts.map +0 -1
  521. package/esm/deps/deno.land/std@0.223.0/path/to_namespaced_path.d.ts.map +0 -1
  522. package/esm/deps/deno.land/std@0.223.0/path/windows/_util.d.ts.map +0 -1
  523. package/esm/deps/deno.land/std@0.223.0/path/windows/basename.d.ts.map +0 -1
  524. package/esm/deps/deno.land/std@0.223.0/path/windows/common.d.ts.map +0 -1
  525. package/esm/deps/deno.land/std@0.223.0/path/windows/constants.d.ts.map +0 -1
  526. package/esm/deps/deno.land/std@0.223.0/path/windows/dirname.d.ts.map +0 -1
  527. package/esm/deps/deno.land/std@0.223.0/path/windows/extname.d.ts.map +0 -1
  528. package/esm/deps/deno.land/std@0.223.0/path/windows/format.d.ts.map +0 -1
  529. package/esm/deps/deno.land/std@0.223.0/path/windows/from_file_url.d.ts.map +0 -1
  530. package/esm/deps/deno.land/std@0.223.0/path/windows/glob_to_regexp.d.ts.map +0 -1
  531. package/esm/deps/deno.land/std@0.223.0/path/windows/is_absolute.d.ts.map +0 -1
  532. package/esm/deps/deno.land/std@0.223.0/path/windows/is_glob.d.ts.map +0 -1
  533. package/esm/deps/deno.land/std@0.223.0/path/windows/join.d.ts.map +0 -1
  534. package/esm/deps/deno.land/std@0.223.0/path/windows/join_globs.d.ts.map +0 -1
  535. package/esm/deps/deno.land/std@0.223.0/path/windows/mod.d.ts.map +0 -1
  536. package/esm/deps/deno.land/std@0.223.0/path/windows/normalize.d.ts.map +0 -1
  537. package/esm/deps/deno.land/std@0.223.0/path/windows/normalize_glob.d.ts.map +0 -1
  538. package/esm/deps/deno.land/std@0.223.0/path/windows/parse.d.ts +0 -7
  539. package/esm/deps/deno.land/std@0.223.0/path/windows/parse.d.ts.map +0 -1
  540. package/esm/deps/deno.land/std@0.223.0/path/windows/relative.d.ts.map +0 -1
  541. package/esm/deps/deno.land/std@0.223.0/path/windows/resolve.d.ts.map +0 -1
  542. package/esm/deps/deno.land/std@0.223.0/path/windows/to_file_url.d.ts.map +0 -1
  543. package/esm/deps/deno.land/std@0.223.0/path/windows/to_namespaced_path.d.ts.map +0 -1
  544. package/script/deps/deno.land/std@0.223.0/assert/_constants.d.ts.map +0 -1
  545. package/script/deps/deno.land/std@0.223.0/assert/_diff.d.ts +0 -28
  546. package/script/deps/deno.land/std@0.223.0/assert/_diff.d.ts.map +0 -1
  547. package/script/deps/deno.land/std@0.223.0/assert/_format.d.ts +0 -2
  548. package/script/deps/deno.land/std@0.223.0/assert/_format.d.ts.map +0 -1
  549. package/script/deps/deno.land/std@0.223.0/assert/_format.js +0 -52
  550. package/script/deps/deno.land/std@0.223.0/assert/assert.d.ts.map +0 -1
  551. package/script/deps/deno.land/std@0.223.0/assert/assert_almost_equals.d.ts.map +0 -1
  552. package/script/deps/deno.land/std@0.223.0/assert/assert_array_includes.d.ts.map +0 -1
  553. package/script/deps/deno.land/std@0.223.0/assert/assert_array_includes.js +0 -45
  554. package/script/deps/deno.land/std@0.223.0/assert/assert_equals.d.ts.map +0 -1
  555. package/script/deps/deno.land/std@0.223.0/assert/assert_equals.js +0 -52
  556. package/script/deps/deno.land/std@0.223.0/assert/assert_exists.d.ts.map +0 -1
  557. package/script/deps/deno.land/std@0.223.0/assert/assert_false.d.ts.map +0 -1
  558. package/script/deps/deno.land/std@0.223.0/assert/assert_greater.d.ts.map +0 -1
  559. package/script/deps/deno.land/std@0.223.0/assert/assert_greater.js +0 -28
  560. package/script/deps/deno.land/std@0.223.0/assert/assert_greater_or_equal.d.ts.map +0 -1
  561. package/script/deps/deno.land/std@0.223.0/assert/assert_greater_or_equal.js +0 -28
  562. package/script/deps/deno.land/std@0.223.0/assert/assert_instance_of.d.ts.map +0 -1
  563. package/script/deps/deno.land/std@0.223.0/assert/assert_is_error.d.ts.map +0 -1
  564. package/script/deps/deno.land/std@0.223.0/assert/assert_less.d.ts.map +0 -1
  565. package/script/deps/deno.land/std@0.223.0/assert/assert_less.js +0 -27
  566. package/script/deps/deno.land/std@0.223.0/assert/assert_less_or_equal.d.ts.map +0 -1
  567. package/script/deps/deno.land/std@0.223.0/assert/assert_less_or_equal.js +0 -28
  568. package/script/deps/deno.land/std@0.223.0/assert/assert_match.d.ts.map +0 -1
  569. package/script/deps/deno.land/std@0.223.0/assert/assert_not_equals.d.ts.map +0 -1
  570. package/script/deps/deno.land/std@0.223.0/assert/assert_not_instance_of.d.ts.map +0 -1
  571. package/script/deps/deno.land/std@0.223.0/assert/assert_not_match.d.ts.map +0 -1
  572. package/script/deps/deno.land/std@0.223.0/assert/assert_not_strict_equals.d.ts.map +0 -1
  573. package/script/deps/deno.land/std@0.223.0/assert/assert_not_strict_equals.js +0 -27
  574. package/script/deps/deno.land/std@0.223.0/assert/assert_object_match.d.ts.map +0 -1
  575. package/script/deps/deno.land/std@0.223.0/assert/assert_rejects.d.ts.map +0 -1
  576. package/script/deps/deno.land/std@0.223.0/assert/assert_strict_equals.d.ts.map +0 -1
  577. package/script/deps/deno.land/std@0.223.0/assert/assert_strict_equals.js +0 -60
  578. package/script/deps/deno.land/std@0.223.0/assert/assert_string_includes.d.ts.map +0 -1
  579. package/script/deps/deno.land/std@0.223.0/assert/assert_throws.d.ts.map +0 -1
  580. package/script/deps/deno.land/std@0.223.0/assert/assertion_error.d.ts.map +0 -1
  581. package/script/deps/deno.land/std@0.223.0/assert/equal.d.ts.map +0 -1
  582. package/script/deps/deno.land/std@0.223.0/assert/fail.d.ts.map +0 -1
  583. package/script/deps/deno.land/std@0.223.0/assert/mod.d.ts.map +0 -1
  584. package/script/deps/deno.land/std@0.223.0/assert/unimplemented.d.ts.map +0 -1
  585. package/script/deps/deno.land/std@0.223.0/assert/unreachable.d.ts.map +0 -1
  586. package/script/deps/deno.land/std@0.223.0/bytes/concat.d.ts +0 -14
  587. package/script/deps/deno.land/std@0.223.0/bytes/concat.d.ts.map +0 -1
  588. package/script/deps/deno.land/std@0.223.0/bytes/concat.js +0 -31
  589. package/script/deps/deno.land/std@0.223.0/encoding/_util.d.ts.map +0 -1
  590. package/script/deps/deno.land/std@0.223.0/encoding/base64.d.ts.map +0 -1
  591. package/script/deps/deno.land/std@0.223.0/fmt/colors.d.ts +0 -286
  592. package/script/deps/deno.land/std@0.223.0/fmt/colors.d.ts.map +0 -1
  593. package/script/deps/deno.land/std@0.223.0/fmt/colors.js +0 -564
  594. package/script/deps/deno.land/std@0.223.0/media_types/_db.d.ts.map +0 -1
  595. package/script/deps/deno.land/std@0.223.0/media_types/_util.d.ts.map +0 -1
  596. package/script/deps/deno.land/std@0.223.0/media_types/content_type.d.ts.map +0 -1
  597. package/script/deps/deno.land/std@0.223.0/media_types/extension.d.ts.map +0 -1
  598. package/script/deps/deno.land/std@0.223.0/media_types/extensions_by_type.d.ts.map +0 -1
  599. package/script/deps/deno.land/std@0.223.0/media_types/format_media_type.d.ts.map +0 -1
  600. package/script/deps/deno.land/std@0.223.0/media_types/get_charset.d.ts.map +0 -1
  601. package/script/deps/deno.land/std@0.223.0/media_types/parse_media_type.d.ts.map +0 -1
  602. package/script/deps/deno.land/std@0.223.0/media_types/type_by_extension.d.ts.map +0 -1
  603. package/script/deps/deno.land/std@0.223.0/media_types/vendor/mime-db.v1.52.0.d.ts.map +0 -1
  604. package/script/deps/deno.land/std@0.223.0/path/_common/assert_path.d.ts.map +0 -1
  605. package/script/deps/deno.land/std@0.223.0/path/_common/basename.d.ts.map +0 -1
  606. package/script/deps/deno.land/std@0.223.0/path/_common/common.d.ts.map +0 -1
  607. package/script/deps/deno.land/std@0.223.0/path/_common/constants.d.ts.map +0 -1
  608. package/script/deps/deno.land/std@0.223.0/path/_common/dirname.d.ts.map +0 -1
  609. package/script/deps/deno.land/std@0.223.0/path/_common/format.d.ts.map +0 -1
  610. package/script/deps/deno.land/std@0.223.0/path/_common/from_file_url.d.ts.map +0 -1
  611. package/script/deps/deno.land/std@0.223.0/path/_common/glob_to_reg_exp.d.ts.map +0 -1
  612. package/script/deps/deno.land/std@0.223.0/path/_common/normalize.d.ts.map +0 -1
  613. package/script/deps/deno.land/std@0.223.0/path/_common/normalize_string.d.ts.map +0 -1
  614. package/script/deps/deno.land/std@0.223.0/path/_common/relative.d.ts.map +0 -1
  615. package/script/deps/deno.land/std@0.223.0/path/_common/strip_trailing_separators.d.ts.map +0 -1
  616. package/script/deps/deno.land/std@0.223.0/path/_common/to_file_url.d.ts.map +0 -1
  617. package/script/deps/deno.land/std@0.223.0/path/_interface.d.ts.map +0 -1
  618. package/script/deps/deno.land/std@0.223.0/path/_os.d.ts.map +0 -1
  619. package/script/deps/deno.land/std@0.223.0/path/basename.d.ts.map +0 -1
  620. package/script/deps/deno.land/std@0.223.0/path/common.d.ts.map +0 -1
  621. package/script/deps/deno.land/std@0.223.0/path/constants.d.ts.map +0 -1
  622. package/script/deps/deno.land/std@0.223.0/path/dirname.d.ts.map +0 -1
  623. package/script/deps/deno.land/std@0.223.0/path/extname.d.ts.map +0 -1
  624. package/script/deps/deno.land/std@0.223.0/path/format.d.ts.map +0 -1
  625. package/script/deps/deno.land/std@0.223.0/path/from_file_url.d.ts.map +0 -1
  626. package/script/deps/deno.land/std@0.223.0/path/glob_to_regexp.d.ts.map +0 -1
  627. package/script/deps/deno.land/std@0.223.0/path/is_absolute.d.ts.map +0 -1
  628. package/script/deps/deno.land/std@0.223.0/path/is_glob.d.ts.map +0 -1
  629. package/script/deps/deno.land/std@0.223.0/path/join.d.ts.map +0 -1
  630. package/script/deps/deno.land/std@0.223.0/path/join_globs.d.ts.map +0 -1
  631. package/script/deps/deno.land/std@0.223.0/path/mod.d.ts +0 -57
  632. package/script/deps/deno.land/std@0.223.0/path/mod.d.ts.map +0 -1
  633. package/script/deps/deno.land/std@0.223.0/path/mod.js +0 -89
  634. package/script/deps/deno.land/std@0.223.0/path/normalize.d.ts.map +0 -1
  635. package/script/deps/deno.land/std@0.223.0/path/normalize_glob.d.ts.map +0 -1
  636. package/script/deps/deno.land/std@0.223.0/path/parse.d.ts +0 -19
  637. package/script/deps/deno.land/std@0.223.0/path/parse.d.ts.map +0 -1
  638. package/script/deps/deno.land/std@0.223.0/path/posix/_util.d.ts.map +0 -1
  639. package/script/deps/deno.land/std@0.223.0/path/posix/basename.d.ts.map +0 -1
  640. package/script/deps/deno.land/std@0.223.0/path/posix/common.d.ts.map +0 -1
  641. package/script/deps/deno.land/std@0.223.0/path/posix/constants.d.ts.map +0 -1
  642. package/script/deps/deno.land/std@0.223.0/path/posix/dirname.d.ts.map +0 -1
  643. package/script/deps/deno.land/std@0.223.0/path/posix/extname.d.ts.map +0 -1
  644. package/script/deps/deno.land/std@0.223.0/path/posix/format.d.ts.map +0 -1
  645. package/script/deps/deno.land/std@0.223.0/path/posix/from_file_url.d.ts.map +0 -1
  646. package/script/deps/deno.land/std@0.223.0/path/posix/glob_to_regexp.d.ts.map +0 -1
  647. package/script/deps/deno.land/std@0.223.0/path/posix/is_absolute.d.ts.map +0 -1
  648. package/script/deps/deno.land/std@0.223.0/path/posix/is_glob.d.ts.map +0 -1
  649. package/script/deps/deno.land/std@0.223.0/path/posix/join.d.ts.map +0 -1
  650. package/script/deps/deno.land/std@0.223.0/path/posix/join_globs.d.ts.map +0 -1
  651. package/script/deps/deno.land/std@0.223.0/path/posix/mod.d.ts.map +0 -1
  652. package/script/deps/deno.land/std@0.223.0/path/posix/normalize.d.ts.map +0 -1
  653. package/script/deps/deno.land/std@0.223.0/path/posix/normalize_glob.d.ts.map +0 -1
  654. package/script/deps/deno.land/std@0.223.0/path/posix/parse.d.ts +0 -7
  655. package/script/deps/deno.land/std@0.223.0/path/posix/parse.d.ts.map +0 -1
  656. package/script/deps/deno.land/std@0.223.0/path/posix/relative.d.ts.map +0 -1
  657. package/script/deps/deno.land/std@0.223.0/path/posix/resolve.d.ts.map +0 -1
  658. package/script/deps/deno.land/std@0.223.0/path/posix/to_file_url.d.ts.map +0 -1
  659. package/script/deps/deno.land/std@0.223.0/path/posix/to_namespaced_path.d.ts.map +0 -1
  660. package/script/deps/deno.land/std@0.223.0/path/relative.d.ts.map +0 -1
  661. package/script/deps/deno.land/std@0.223.0/path/resolve.d.ts.map +0 -1
  662. package/script/deps/deno.land/std@0.223.0/path/to_file_url.d.ts.map +0 -1
  663. package/script/deps/deno.land/std@0.223.0/path/to_namespaced_path.d.ts.map +0 -1
  664. package/script/deps/deno.land/std@0.223.0/path/windows/_util.d.ts.map +0 -1
  665. package/script/deps/deno.land/std@0.223.0/path/windows/basename.d.ts.map +0 -1
  666. package/script/deps/deno.land/std@0.223.0/path/windows/common.d.ts.map +0 -1
  667. package/script/deps/deno.land/std@0.223.0/path/windows/constants.d.ts.map +0 -1
  668. package/script/deps/deno.land/std@0.223.0/path/windows/dirname.d.ts.map +0 -1
  669. package/script/deps/deno.land/std@0.223.0/path/windows/extname.d.ts.map +0 -1
  670. package/script/deps/deno.land/std@0.223.0/path/windows/format.d.ts.map +0 -1
  671. package/script/deps/deno.land/std@0.223.0/path/windows/from_file_url.d.ts.map +0 -1
  672. package/script/deps/deno.land/std@0.223.0/path/windows/glob_to_regexp.d.ts.map +0 -1
  673. package/script/deps/deno.land/std@0.223.0/path/windows/is_absolute.d.ts.map +0 -1
  674. package/script/deps/deno.land/std@0.223.0/path/windows/is_glob.d.ts.map +0 -1
  675. package/script/deps/deno.land/std@0.223.0/path/windows/join.d.ts.map +0 -1
  676. package/script/deps/deno.land/std@0.223.0/path/windows/join_globs.d.ts.map +0 -1
  677. package/script/deps/deno.land/std@0.223.0/path/windows/mod.d.ts.map +0 -1
  678. package/script/deps/deno.land/std@0.223.0/path/windows/normalize.d.ts.map +0 -1
  679. package/script/deps/deno.land/std@0.223.0/path/windows/normalize_glob.d.ts.map +0 -1
  680. package/script/deps/deno.land/std@0.223.0/path/windows/parse.d.ts +0 -7
  681. package/script/deps/deno.land/std@0.223.0/path/windows/parse.d.ts.map +0 -1
  682. package/script/deps/deno.land/std@0.223.0/path/windows/relative.d.ts.map +0 -1
  683. package/script/deps/deno.land/std@0.223.0/path/windows/resolve.d.ts.map +0 -1
  684. package/script/deps/deno.land/std@0.223.0/path/windows/to_file_url.d.ts.map +0 -1
  685. package/script/deps/deno.land/std@0.223.0/path/windows/to_namespaced_path.d.ts.map +0 -1
  686. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/_constants.d.ts +0 -0
  687. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/_constants.js +0 -0
  688. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert.d.ts +0 -0
  689. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert.js +0 -0
  690. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_almost_equals.d.ts +0 -0
  691. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_almost_equals.js +0 -0
  692. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_array_includes.d.ts +0 -0
  693. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_equals.d.ts +0 -0
  694. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_exists.d.ts +0 -0
  695. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_exists.js +0 -0
  696. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_false.d.ts +0 -0
  697. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_false.js +0 -0
  698. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_greater.d.ts +0 -0
  699. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_greater_or_equal.d.ts +0 -0
  700. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_instance_of.d.ts +0 -0
  701. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_instance_of.js +0 -0
  702. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_is_error.d.ts +0 -0
  703. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_is_error.js +0 -0
  704. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_less.d.ts +0 -0
  705. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_less_or_equal.d.ts +0 -0
  706. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_match.d.ts +0 -0
  707. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_match.js +0 -0
  708. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_equals.d.ts +0 -0
  709. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_equals.js +0 -0
  710. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_instance_of.d.ts +0 -0
  711. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_instance_of.js +0 -0
  712. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_match.d.ts +0 -0
  713. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_match.js +0 -0
  714. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_strict_equals.d.ts +0 -0
  715. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_object_match.d.ts +0 -0
  716. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_object_match.js +0 -0
  717. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_rejects.d.ts +0 -0
  718. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_rejects.js +0 -0
  719. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_strict_equals.d.ts +0 -0
  720. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_string_includes.d.ts +0 -0
  721. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_string_includes.js +0 -0
  722. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_throws.d.ts +0 -0
  723. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_throws.js +0 -0
  724. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assertion_error.d.ts +0 -0
  725. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assertion_error.js +0 -0
  726. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/equal.d.ts +0 -0
  727. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/equal.js +0 -0
  728. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/fail.d.ts +0 -0
  729. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/fail.js +0 -0
  730. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/mod.d.ts +0 -0
  731. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/mod.js +0 -0
  732. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unimplemented.d.ts +0 -0
  733. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unimplemented.js +0 -0
  734. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unreachable.d.ts +0 -0
  735. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unreachable.js +0 -0
  736. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/_util.d.ts +0 -0
  737. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/_util.js +0 -0
  738. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/base64.d.ts +0 -0
  739. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/base64.js +0 -0
  740. /package/esm/deps/deno.land/{std@0.223.0/assert/_diff.js → std@0.224.0/internal/diff.js} +0 -0
  741. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_db.d.ts +0 -0
  742. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_db.js +0 -0
  743. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_util.d.ts +0 -0
  744. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_util.js +0 -0
  745. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/content_type.d.ts +0 -0
  746. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/content_type.js +0 -0
  747. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extension.d.ts +0 -0
  748. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extension.js +0 -0
  749. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extensions_by_type.d.ts +0 -0
  750. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extensions_by_type.js +0 -0
  751. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/format_media_type.d.ts +0 -0
  752. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/format_media_type.js +0 -0
  753. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/get_charset.d.ts +0 -0
  754. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/get_charset.js +0 -0
  755. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/parse_media_type.d.ts +0 -0
  756. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/parse_media_type.js +0 -0
  757. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/type_by_extension.d.ts +0 -0
  758. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/type_by_extension.js +0 -0
  759. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
  760. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
  761. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/assert_path.d.ts +0 -0
  762. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/assert_path.js +0 -0
  763. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/basename.d.ts +0 -0
  764. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/basename.js +0 -0
  765. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/common.d.ts +0 -0
  766. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/common.js +0 -0
  767. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/constants.d.ts +0 -0
  768. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/constants.js +0 -0
  769. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/dirname.d.ts +0 -0
  770. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/dirname.js +0 -0
  771. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/format.d.ts +0 -0
  772. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/format.js +0 -0
  773. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/from_file_url.d.ts +0 -0
  774. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/from_file_url.js +0 -0
  775. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
  776. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/glob_to_reg_exp.js +0 -0
  777. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize.d.ts +0 -0
  778. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize.js +0 -0
  779. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize_string.d.ts +0 -0
  780. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize_string.js +0 -0
  781. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/relative.d.ts +0 -0
  782. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/relative.js +0 -0
  783. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/strip_trailing_separators.d.ts +0 -0
  784. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/strip_trailing_separators.js +0 -0
  785. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/to_file_url.d.ts +0 -0
  786. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/to_file_url.js +0 -0
  787. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_interface.d.ts +0 -0
  788. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_interface.js +0 -0
  789. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_os.d.ts +0 -0
  790. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_os.js +0 -0
  791. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/basename.d.ts +0 -0
  792. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/basename.js +0 -0
  793. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/common.d.ts +0 -0
  794. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/common.js +0 -0
  795. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/constants.d.ts +0 -0
  796. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/constants.js +0 -0
  797. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/dirname.d.ts +0 -0
  798. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/dirname.js +0 -0
  799. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/extname.d.ts +0 -0
  800. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/extname.js +0 -0
  801. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/format.d.ts +0 -0
  802. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/format.js +0 -0
  803. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/from_file_url.d.ts +0 -0
  804. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/from_file_url.js +0 -0
  805. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/glob_to_regexp.d.ts +0 -0
  806. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/glob_to_regexp.js +0 -0
  807. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_absolute.d.ts +0 -0
  808. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_absolute.js +0 -0
  809. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_glob.d.ts +0 -0
  810. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_glob.js +0 -0
  811. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join.d.ts +0 -0
  812. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join.js +0 -0
  813. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join_globs.d.ts +0 -0
  814. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join_globs.js +0 -0
  815. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize.d.ts +0 -0
  816. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize.js +0 -0
  817. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize_glob.d.ts +0 -0
  818. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize_glob.js +0 -0
  819. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/parse.js +0 -0
  820. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/_util.d.ts +0 -0
  821. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/_util.js +0 -0
  822. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/basename.d.ts +0 -0
  823. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/basename.js +0 -0
  824. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/common.d.ts +0 -0
  825. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/common.js +0 -0
  826. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/constants.d.ts +0 -0
  827. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/constants.js +0 -0
  828. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/dirname.d.ts +0 -0
  829. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/dirname.js +0 -0
  830. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/extname.d.ts +0 -0
  831. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/extname.js +0 -0
  832. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/format.d.ts +0 -0
  833. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/format.js +0 -0
  834. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/from_file_url.d.ts +0 -0
  835. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/from_file_url.js +0 -0
  836. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/glob_to_regexp.d.ts +0 -0
  837. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/glob_to_regexp.js +0 -0
  838. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_absolute.d.ts +0 -0
  839. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_absolute.js +0 -0
  840. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_glob.d.ts +0 -0
  841. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_glob.js +0 -0
  842. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join.d.ts +0 -0
  843. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join.js +0 -0
  844. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join_globs.d.ts +0 -0
  845. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join_globs.js +0 -0
  846. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/mod.d.ts +0 -0
  847. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/mod.js +0 -0
  848. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize.d.ts +0 -0
  849. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize.js +0 -0
  850. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize_glob.d.ts +0 -0
  851. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize_glob.js +0 -0
  852. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/parse.js +0 -0
  853. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/relative.d.ts +0 -0
  854. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/relative.js +0 -0
  855. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/resolve.d.ts +0 -0
  856. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/resolve.js +0 -0
  857. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_file_url.d.ts +0 -0
  858. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_file_url.js +0 -0
  859. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_namespaced_path.d.ts +0 -0
  860. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_namespaced_path.js +0 -0
  861. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/relative.d.ts +0 -0
  862. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/relative.js +0 -0
  863. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/resolve.d.ts +0 -0
  864. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/resolve.js +0 -0
  865. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_file_url.d.ts +0 -0
  866. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_file_url.js +0 -0
  867. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_namespaced_path.d.ts +0 -0
  868. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_namespaced_path.js +0 -0
  869. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/_util.d.ts +0 -0
  870. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/_util.js +0 -0
  871. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/basename.d.ts +0 -0
  872. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/basename.js +0 -0
  873. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/common.d.ts +0 -0
  874. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/common.js +0 -0
  875. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/constants.d.ts +0 -0
  876. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/constants.js +0 -0
  877. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/dirname.d.ts +0 -0
  878. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/dirname.js +0 -0
  879. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/extname.d.ts +0 -0
  880. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/extname.js +0 -0
  881. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/format.d.ts +0 -0
  882. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/format.js +0 -0
  883. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/from_file_url.d.ts +0 -0
  884. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/from_file_url.js +0 -0
  885. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/glob_to_regexp.d.ts +0 -0
  886. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/glob_to_regexp.js +0 -0
  887. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_absolute.d.ts +0 -0
  888. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_absolute.js +0 -0
  889. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_glob.d.ts +0 -0
  890. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_glob.js +0 -0
  891. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join.d.ts +0 -0
  892. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join.js +0 -0
  893. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join_globs.d.ts +0 -0
  894. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join_globs.js +0 -0
  895. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/mod.d.ts +0 -0
  896. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/mod.js +0 -0
  897. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize.d.ts +0 -0
  898. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize.js +0 -0
  899. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize_glob.d.ts +0 -0
  900. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize_glob.js +0 -0
  901. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/parse.js +0 -0
  902. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/relative.d.ts +0 -0
  903. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/relative.js +0 -0
  904. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/resolve.d.ts +0 -0
  905. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/resolve.js +0 -0
  906. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_file_url.d.ts +0 -0
  907. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_file_url.js +0 -0
  908. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_namespaced_path.d.ts +0 -0
  909. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_namespaced_path.js +0 -0
  910. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/_constants.d.ts +0 -0
  911. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/_constants.js +0 -0
  912. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert.d.ts +0 -0
  913. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert.js +0 -0
  914. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_almost_equals.d.ts +0 -0
  915. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_almost_equals.js +0 -0
  916. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_array_includes.d.ts +0 -0
  917. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_equals.d.ts +0 -0
  918. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_exists.d.ts +0 -0
  919. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_exists.js +0 -0
  920. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_false.d.ts +0 -0
  921. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_false.js +0 -0
  922. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_greater.d.ts +0 -0
  923. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_greater_or_equal.d.ts +0 -0
  924. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_instance_of.d.ts +0 -0
  925. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_instance_of.js +0 -0
  926. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_is_error.d.ts +0 -0
  927. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_is_error.js +0 -0
  928. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_less.d.ts +0 -0
  929. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_less_or_equal.d.ts +0 -0
  930. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_match.d.ts +0 -0
  931. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_match.js +0 -0
  932. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_equals.d.ts +0 -0
  933. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_equals.js +0 -0
  934. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_instance_of.d.ts +0 -0
  935. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_instance_of.js +0 -0
  936. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_match.d.ts +0 -0
  937. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_match.js +0 -0
  938. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_strict_equals.d.ts +0 -0
  939. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_object_match.d.ts +0 -0
  940. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_object_match.js +0 -0
  941. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_rejects.d.ts +0 -0
  942. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_rejects.js +0 -0
  943. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_strict_equals.d.ts +0 -0
  944. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_string_includes.d.ts +0 -0
  945. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_string_includes.js +0 -0
  946. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_throws.d.ts +0 -0
  947. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_throws.js +0 -0
  948. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assertion_error.d.ts +0 -0
  949. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assertion_error.js +0 -0
  950. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/equal.d.ts +0 -0
  951. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/equal.js +0 -0
  952. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/fail.d.ts +0 -0
  953. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/fail.js +0 -0
  954. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/mod.d.ts +0 -0
  955. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/mod.js +0 -0
  956. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unimplemented.d.ts +0 -0
  957. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unimplemented.js +0 -0
  958. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unreachable.d.ts +0 -0
  959. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unreachable.js +0 -0
  960. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/_util.d.ts +0 -0
  961. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/_util.js +0 -0
  962. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/base64.d.ts +0 -0
  963. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/base64.js +0 -0
  964. /package/script/deps/deno.land/{std@0.223.0/assert/_diff.js → std@0.224.0/internal/diff.js} +0 -0
  965. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_db.d.ts +0 -0
  966. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_db.js +0 -0
  967. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_util.d.ts +0 -0
  968. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_util.js +0 -0
  969. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/content_type.d.ts +0 -0
  970. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/content_type.js +0 -0
  971. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extension.d.ts +0 -0
  972. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extension.js +0 -0
  973. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extensions_by_type.d.ts +0 -0
  974. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extensions_by_type.js +0 -0
  975. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/format_media_type.d.ts +0 -0
  976. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/format_media_type.js +0 -0
  977. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/get_charset.d.ts +0 -0
  978. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/get_charset.js +0 -0
  979. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/parse_media_type.d.ts +0 -0
  980. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/parse_media_type.js +0 -0
  981. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/type_by_extension.d.ts +0 -0
  982. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/type_by_extension.js +0 -0
  983. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
  984. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
  985. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/assert_path.d.ts +0 -0
  986. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/assert_path.js +0 -0
  987. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/basename.d.ts +0 -0
  988. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/basename.js +0 -0
  989. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/common.d.ts +0 -0
  990. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/common.js +0 -0
  991. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/constants.d.ts +0 -0
  992. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/constants.js +0 -0
  993. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/dirname.d.ts +0 -0
  994. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/dirname.js +0 -0
  995. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/format.d.ts +0 -0
  996. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/format.js +0 -0
  997. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/from_file_url.d.ts +0 -0
  998. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/from_file_url.js +0 -0
  999. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
  1000. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/glob_to_reg_exp.js +0 -0
  1001. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize.d.ts +0 -0
  1002. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize.js +0 -0
  1003. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize_string.d.ts +0 -0
  1004. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize_string.js +0 -0
  1005. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/relative.d.ts +0 -0
  1006. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/relative.js +0 -0
  1007. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/strip_trailing_separators.d.ts +0 -0
  1008. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/strip_trailing_separators.js +0 -0
  1009. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/to_file_url.d.ts +0 -0
  1010. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/to_file_url.js +0 -0
  1011. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_interface.d.ts +0 -0
  1012. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_interface.js +0 -0
  1013. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_os.d.ts +0 -0
  1014. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_os.js +0 -0
  1015. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/basename.d.ts +0 -0
  1016. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/basename.js +0 -0
  1017. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/common.d.ts +0 -0
  1018. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/common.js +0 -0
  1019. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/constants.d.ts +0 -0
  1020. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/constants.js +0 -0
  1021. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/dirname.d.ts +0 -0
  1022. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/dirname.js +0 -0
  1023. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/extname.d.ts +0 -0
  1024. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/extname.js +0 -0
  1025. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/format.d.ts +0 -0
  1026. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/format.js +0 -0
  1027. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/from_file_url.d.ts +0 -0
  1028. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/from_file_url.js +0 -0
  1029. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/glob_to_regexp.d.ts +0 -0
  1030. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/glob_to_regexp.js +0 -0
  1031. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_absolute.d.ts +0 -0
  1032. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_absolute.js +0 -0
  1033. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_glob.d.ts +0 -0
  1034. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_glob.js +0 -0
  1035. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join.d.ts +0 -0
  1036. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join.js +0 -0
  1037. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join_globs.d.ts +0 -0
  1038. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join_globs.js +0 -0
  1039. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize.d.ts +0 -0
  1040. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize.js +0 -0
  1041. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize_glob.d.ts +0 -0
  1042. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize_glob.js +0 -0
  1043. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/parse.js +0 -0
  1044. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/_util.d.ts +0 -0
  1045. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/_util.js +0 -0
  1046. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/basename.d.ts +0 -0
  1047. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/basename.js +0 -0
  1048. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/common.d.ts +0 -0
  1049. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/common.js +0 -0
  1050. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/constants.d.ts +0 -0
  1051. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/constants.js +0 -0
  1052. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/dirname.d.ts +0 -0
  1053. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/dirname.js +0 -0
  1054. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/extname.d.ts +0 -0
  1055. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/extname.js +0 -0
  1056. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/format.d.ts +0 -0
  1057. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/format.js +0 -0
  1058. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/from_file_url.d.ts +0 -0
  1059. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/from_file_url.js +0 -0
  1060. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/glob_to_regexp.d.ts +0 -0
  1061. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/glob_to_regexp.js +0 -0
  1062. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_absolute.d.ts +0 -0
  1063. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_absolute.js +0 -0
  1064. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_glob.d.ts +0 -0
  1065. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_glob.js +0 -0
  1066. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join.d.ts +0 -0
  1067. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join.js +0 -0
  1068. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join_globs.d.ts +0 -0
  1069. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join_globs.js +0 -0
  1070. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/mod.d.ts +0 -0
  1071. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/mod.js +0 -0
  1072. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize.d.ts +0 -0
  1073. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize.js +0 -0
  1074. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize_glob.d.ts +0 -0
  1075. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize_glob.js +0 -0
  1076. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/parse.js +0 -0
  1077. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/relative.d.ts +0 -0
  1078. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/relative.js +0 -0
  1079. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/resolve.d.ts +0 -0
  1080. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/resolve.js +0 -0
  1081. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_file_url.d.ts +0 -0
  1082. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_file_url.js +0 -0
  1083. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_namespaced_path.d.ts +0 -0
  1084. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_namespaced_path.js +0 -0
  1085. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/relative.d.ts +0 -0
  1086. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/relative.js +0 -0
  1087. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/resolve.d.ts +0 -0
  1088. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/resolve.js +0 -0
  1089. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_file_url.d.ts +0 -0
  1090. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_file_url.js +0 -0
  1091. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_namespaced_path.d.ts +0 -0
  1092. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_namespaced_path.js +0 -0
  1093. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/_util.d.ts +0 -0
  1094. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/_util.js +0 -0
  1095. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/basename.d.ts +0 -0
  1096. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/basename.js +0 -0
  1097. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/common.d.ts +0 -0
  1098. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/common.js +0 -0
  1099. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/constants.d.ts +0 -0
  1100. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/constants.js +0 -0
  1101. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/dirname.d.ts +0 -0
  1102. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/dirname.js +0 -0
  1103. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/extname.d.ts +0 -0
  1104. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/extname.js +0 -0
  1105. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/format.d.ts +0 -0
  1106. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/format.js +0 -0
  1107. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/from_file_url.d.ts +0 -0
  1108. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/from_file_url.js +0 -0
  1109. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/glob_to_regexp.d.ts +0 -0
  1110. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/glob_to_regexp.js +0 -0
  1111. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_absolute.d.ts +0 -0
  1112. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_absolute.js +0 -0
  1113. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_glob.d.ts +0 -0
  1114. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_glob.js +0 -0
  1115. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join.d.ts +0 -0
  1116. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join.js +0 -0
  1117. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join_globs.d.ts +0 -0
  1118. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join_globs.js +0 -0
  1119. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/mod.d.ts +0 -0
  1120. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/mod.js +0 -0
  1121. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize.d.ts +0 -0
  1122. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize.js +0 -0
  1123. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize_glob.d.ts +0 -0
  1124. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize_glob.js +0 -0
  1125. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/parse.js +0 -0
  1126. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/relative.d.ts +0 -0
  1127. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/relative.js +0 -0
  1128. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/resolve.d.ts +0 -0
  1129. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/resolve.js +0 -0
  1130. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_file_url.d.ts +0 -0
  1131. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_file_url.js +0 -0
  1132. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_namespaced_path.d.ts +0 -0
  1133. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_namespaced_path.js +0 -0
@@ -25,7 +25,7 @@ import { MessageContent } from "./1_message_content.js";
25
25
  import { ReplyMarkupInlineKeyboard } from "./3_reply_markup.js";
26
26
  import { Thumbnail } from "./0_thumbnail.js";
27
27
  /** @unlisted */
28
- type InlineQueryResultType = "article" | "audio" | "document" | "gif" | "mpeg4Gif" | "photo" | "sticker" | "video" | "voice" | "game" | "location" | "venue";
28
+ export type InlineQueryResultType = "article" | "audio" | "document" | "gif" | "mpeg4Gif" | "photo" | "sticker" | "video" | "voice" | "game" | "location" | "venue";
29
29
  /** @unlisted */
30
30
  export interface _InlineQueryResultBase {
31
31
  type: InlineQueryResultType;
@@ -50,6 +50,7 @@ export interface _InlineQueryResultThumbnailCommon {
50
50
  }
51
51
  /** @unlisted */
52
52
  export interface InlineQueryResultArticle extends _InlineQueryResultBase, _InlineQueryResultThumbnailCommon {
53
+ /** @discriminator */
53
54
  type: "article";
54
55
  title: string;
55
56
  messageContent: MessageContent;
@@ -60,6 +61,7 @@ export interface InlineQueryResultArticle extends _InlineQueryResultBase, _Inlin
60
61
  }
61
62
  /** @unlisted */
62
63
  export interface InlineQueryResultAudio extends _InlineQueryResultBase, _InlineQueryResultCaptionCommon, _InlineQueryResultMessageContentReplyMarkupCommon {
64
+ /** @discriminator */
63
65
  type: "audio";
64
66
  title: string;
65
67
  url: string;
@@ -68,30 +70,40 @@ export interface InlineQueryResultAudio extends _InlineQueryResultBase, _InlineQ
68
70
  }
69
71
  /** @unlisted */
70
72
  export interface InlineQueryResultCachedAudio extends _InlineQueryResultBase, _InlineQueryResultCaptionCommon, _InlineQueryResultMessageContentReplyMarkupCommon {
73
+ /** @discriminator */
71
74
  type: "audio";
75
+ /** @discriminator */
72
76
  fileId: string;
73
77
  }
74
78
  /** @unlisted */
75
79
  export interface InlineQueryResultCachedDocument extends _InlineQueryResultBase, _InlineQueryResultCaptionCommon, _InlineQueryResultMessageContentReplyMarkupCommon {
80
+ /** @discriminator */
76
81
  type: "document";
82
+ /** @discriminator */
77
83
  fileId: string;
78
84
  description?: string;
79
85
  }
80
86
  /** @unlisted */
81
87
  export interface InlineQueryResultCachedGif extends _InlineQueryResultBase, _InlineQueryResultCaptionCommon, _InlineQueryResultMessageContentReplyMarkupCommon {
88
+ /** @discriminator */
82
89
  type: "gif";
90
+ /** @discriminator */
83
91
  fileId: string;
84
92
  title?: string;
85
93
  }
86
94
  /** @unlisted */
87
95
  export interface InlineQueryResultCachedMpeg4Gif extends _InlineQueryResultBase, _InlineQueryResultCaptionCommon, _InlineQueryResultMessageContentReplyMarkupCommon {
96
+ /** @discriminator */
88
97
  type: "mpeg4Gif";
98
+ /** @discriminator */
89
99
  fileId: string;
90
100
  title?: string;
91
101
  }
92
102
  /** @unlisted */
93
103
  export interface InlineQueryResultCachedPhoto extends _InlineQueryResultBase, _InlineQueryResultCaptionCommon, _InlineQueryResultMessageContentReplyMarkupCommon {
104
+ /** @discriminator */
94
105
  type: "photo";
106
+ /** @discriminator */
95
107
  fileId: string;
96
108
  thumbnails?: Thumbnail[];
97
109
  title?: string;
@@ -99,24 +111,31 @@ export interface InlineQueryResultCachedPhoto extends _InlineQueryResultBase, _I
99
111
  }
100
112
  /** @unlisted */
101
113
  export interface InlineQueryResultCachedSticker extends _InlineQueryResultBase, _InlineQueryResultMessageContentReplyMarkupCommon {
114
+ /** @discriminator */
102
115
  type: "sticker";
116
+ /** @discriminator */
103
117
  fileId: string;
104
118
  }
105
119
  /** @unlisted */
106
120
  export interface InlineQueryResultCachedVideo extends _InlineQueryResultBase, _InlineQueryResultCaptionCommon, _InlineQueryResultMessageContentReplyMarkupCommon {
121
+ /** @discriminator */
107
122
  type: "video";
108
123
  title: string;
124
+ /** @discriminator */
109
125
  fileId: string;
110
126
  description?: string;
111
127
  }
112
128
  /** @unlisted */
113
129
  export interface InlineQueryResultCachedVoice extends _InlineQueryResultBase, _InlineQueryResultCaptionCommon, _InlineQueryResultMessageContentReplyMarkupCommon {
130
+ /** @discriminator */
114
131
  type: "voice";
115
132
  title: string;
133
+ /** @discriminator */
116
134
  fileId: string;
117
135
  }
118
136
  /** @unlisted */
119
137
  export interface InlineQueryResultContact extends _InlineQueryResultBase, _InlineQueryResultCaptionCommon, _InlineQueryResultMessageContentReplyMarkupCommon, _InlineQueryResultThumbnailCommon {
138
+ /** @discriminator */
120
139
  type: "game";
121
140
  phoneNumber: string;
122
141
  firstName: string;
@@ -125,20 +144,25 @@ export interface InlineQueryResultContact extends _InlineQueryResultBase, _Inlin
125
144
  }
126
145
  /** @unlisted */
127
146
  export interface InlineQueryResultDocument extends _InlineQueryResultBase, _InlineQueryResultCaptionCommon, _InlineQueryResultMessageContentReplyMarkupCommon, _InlineQueryResultThumbnailCommon {
147
+ /** @discriminator */
128
148
  type: "document";
129
149
  title: string;
150
+ /** @discriminator */
130
151
  url: string;
131
152
  }
132
153
  /** @unlisted */
133
154
  export interface InlineQueryResultGame extends _InlineQueryResultBase {
155
+ /** @discriminator */
134
156
  type: "game";
135
157
  gameShortName: string;
136
158
  replyMarkup?: ReplyMarkupInlineKeyboard;
137
159
  }
138
160
  /** @unlisted */
139
161
  export interface InlineQueryResultGif extends _InlineQueryResultBase, _InlineQueryResultCaptionCommon, _InlineQueryResultMessageContentReplyMarkupCommon {
162
+ /** @discriminator */
140
163
  type: "gif";
141
164
  title?: string;
165
+ /** @discriminator */
142
166
  url: string;
143
167
  width?: number;
144
168
  height?: number;
@@ -148,6 +172,7 @@ export interface InlineQueryResultGif extends _InlineQueryResultBase, _InlineQue
148
172
  }
149
173
  /** @unlisted */
150
174
  export interface InlineQueryResultLocation extends _InlineQueryResultBase, _InlineQueryResultMessageContentReplyMarkupCommon, _InlineQueryResultThumbnailCommon {
175
+ /** @discriminator */
151
176
  type: "location";
152
177
  title: string;
153
178
  latitude: number;
@@ -159,7 +184,9 @@ export interface InlineQueryResultLocation extends _InlineQueryResultBase, _Inli
159
184
  }
160
185
  /** @unlisted */
161
186
  export interface InlineQueryResultMpeg4Gif extends _InlineQueryResultBase, _InlineQueryResultCaptionCommon, _InlineQueryResultMessageContentReplyMarkupCommon {
187
+ /** @discriminator */
162
188
  type: "mpeg4Gif";
189
+ /** @discriminator */
163
190
  url: string;
164
191
  title?: string;
165
192
  width?: number;
@@ -170,7 +197,9 @@ export interface InlineQueryResultMpeg4Gif extends _InlineQueryResultBase, _Inli
170
197
  }
171
198
  /** @unlisted */
172
199
  export interface InlineQueryResultPhoto extends _InlineQueryResultBase, _InlineQueryResultCaptionCommon, _InlineQueryResultMessageContentReplyMarkupCommon {
200
+ /** @discriminator */
173
201
  type: "photo";
202
+ /** @discriminator */
174
203
  url: string;
175
204
  thumbnailUrl: string;
176
205
  title?: string;
@@ -180,6 +209,7 @@ export interface InlineQueryResultPhoto extends _InlineQueryResultBase, _InlineQ
180
209
  }
181
210
  /** @unlisted */
182
211
  export interface InlineQueryResultVenue extends _InlineQueryResultBase, _InlineQueryResultMessageContentReplyMarkupCommon, _InlineQueryResultThumbnailCommon {
212
+ /** @discriminator */
183
213
  type: "venue";
184
214
  title: string;
185
215
  latitude: number;
@@ -190,9 +220,11 @@ export interface InlineQueryResultVenue extends _InlineQueryResultBase, _InlineQ
190
220
  }
191
221
  /** @unlisted */
192
222
  export interface InlineQueryResultVideo extends _InlineQueryResultBase, _InlineQueryResultCaptionCommon, _InlineQueryResultMessageContentReplyMarkupCommon {
223
+ /** @discriminator */
193
224
  type: "video";
194
225
  title: string;
195
226
  description?: string;
227
+ /** @discriminator */
196
228
  url: string;
197
229
  mimeType: string;
198
230
  thumbnailUrl: string;
@@ -202,8 +234,10 @@ export interface InlineQueryResultVideo extends _InlineQueryResultBase, _InlineQ
202
234
  }
203
235
  /** @unlisted */
204
236
  export interface InlineQueryResultVoice extends _InlineQueryResultBase, _InlineQueryResultCaptionCommon, _InlineQueryResultMessageContentReplyMarkupCommon {
237
+ /** @discriminator */
205
238
  type: "voice";
206
239
  title: string;
240
+ /** @discriminator */
207
241
  url: string;
208
242
  voiceDuration?: number;
209
243
  }
@@ -214,5 +248,4 @@ export declare function inlineQueryResultToTlObject(result_: InlineQueryResult,
214
248
  parseMode?: ParseMode;
215
249
  entities?: MessageEntity[];
216
250
  }) => Promise<readonly [string, any[] | undefined]>, usernameResolver: UsernameResolver): Promise<enums.InputBotInlineResult>;
217
- export {};
218
251
  //# sourceMappingURL=4_inline_query_result.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"4_inline_query_result.d.ts","sourceRoot":"","sources":["../../src/types/4_inline_query_result.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"4_inline_query_result.d.ts","sourceRoot":"","sources":["../../src/types/4_inline_query_result.ts"],"names":[],"mappings":"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"}
@@ -64,7 +64,8 @@ function constructInlineQueryResult(result) {
64
64
  title,
65
65
  description,
66
66
  messageContent: (0, _1_utilities_js_1.cleanObject)({
67
- messageText: result.send_message.message,
67
+ type: "text",
68
+ text: result.send_message.message,
68
69
  entities: (result.send_message.entities ?? []).map(_0_message_entity_js_1.constructMessageEntity).filter((v) => v != null),
69
70
  linkPreview: result.send_message instanceof _2_tl_js_1.types.InputBotInlineMessageMediaWebPage ? { url: result.send_message.url, smallMedia: result.send_message.force_small_media, largeMedia: result.send_message.force_large_media, aboveText: result.send_message.invert_media } : undefined,
70
71
  }),
@@ -109,7 +110,8 @@ function constructInlineQueryResult(result) {
109
110
  }
110
111
  const messageContent = result.send_message.message
111
112
  ? {
112
- messageText: result.send_message.message,
113
+ type: "text",
114
+ text: result.send_message.message,
113
115
  entities: (result.send_message.entities ?? []).map(_0_message_entity_js_1.constructMessageEntity).filter((v) => v != null),
114
116
  }
115
117
  : undefined;
@@ -426,10 +428,10 @@ async function inlineQueryResultToTlObject(result_, parseText, usernameResolver)
426
428
  });
427
429
  }
428
430
  else if (result_.type == "article") {
429
- if (!("messageText" in result_.messageContent)) {
431
+ if (!("text" in result_.messageContent)) {
430
432
  (0, _0_deps_js_1.unreachable)();
431
433
  }
432
- const [message, entities] = await parseText(result_.messageContent.messageText, { entities: result_.messageContent.entities, parseMode: result_.messageContent.parseMode });
434
+ const [message, entities] = await parseText(result_.messageContent.text, { entities: result_.messageContent.entities, parseMode: result_.messageContent.parseMode });
433
435
  const noWebpage = result_.messageContent?.linkPreview?.disable ? true : undefined;
434
436
  const invertMedia = result_.messageContent?.linkPreview?.aboveText ? true : undefined;
435
437
  let sendMessage;
@@ -121,9 +121,15 @@ export interface _MessageMediaBase extends _MessageBase {
121
121
  * @unlisted
122
122
  */
123
123
  export interface MessageText extends _MessageBase {
124
- /** The text included in the message. */
124
+ /**
125
+ * The text included in the message
126
+ * @discriminator
127
+ */
125
128
  text: string;
126
- /** Entities of the text. */
129
+ /**
130
+ * Entities of the text
131
+ * @discriminator
132
+ */
127
133
  entities: MessageEntity[];
128
134
  /** The message's link preview. */
129
135
  linkPreview?: LinkPreview;
@@ -133,13 +139,16 @@ export interface MessageText extends _MessageBase {
133
139
  * @unlisted
134
140
  */
135
141
  export interface MessageLink extends _MessageBase {
142
+ /** @discriminator */
136
143
  linkPreview: LinkPreview & {
137
144
  url: NonNullable<LinkPreview["url"]>;
138
145
  };
139
146
  }
140
147
  /** @unlisted */
141
148
  export interface MessagePhoto extends _MessageMediaBase {
142
- /** The photo included in the message. */
149
+ /** The photo included in the message
150
+ * @discriminator
151
+ */
143
152
  photo: Photo;
144
153
  }
145
154
  /**
@@ -147,7 +156,10 @@ export interface MessagePhoto extends _MessageMediaBase {
147
156
  * @unlisted
148
157
  */
149
158
  export interface MessageDocument extends _MessageMediaBase {
150
- /** The document included in the message. */
159
+ /**
160
+ * The document included in the message
161
+ * @discriminator
162
+ */
151
163
  document: Document;
152
164
  }
153
165
  /**
@@ -155,7 +167,10 @@ export interface MessageDocument extends _MessageMediaBase {
155
167
  * @unlisted
156
168
  */
157
169
  export interface MessageVideo extends _MessageMediaBase {
158
- /** The video included in the message. */
170
+ /**
171
+ * The video included in the message
172
+ * @discriminator
173
+ */
159
174
  video: Video;
160
175
  }
161
176
  /**
@@ -163,7 +178,10 @@ export interface MessageVideo extends _MessageMediaBase {
163
178
  * @unlisted
164
179
  */
165
180
  export interface MessageSticker extends _MessageBase {
166
- /** The sticker included in the message. */
181
+ /**
182
+ * The sticker included in the message
183
+ * @discriminator
184
+ */
167
185
  sticker: Sticker;
168
186
  }
169
187
  /**
@@ -171,7 +189,10 @@ export interface MessageSticker extends _MessageBase {
171
189
  * @unlisted
172
190
  */
173
191
  export interface MessageAnimation extends _MessageMediaBase {
174
- /** The animation included in the message. */
192
+ /**
193
+ * The animation included in the message
194
+ * @discriminator
195
+ */
175
196
  animation: Animation;
176
197
  }
177
198
  /**
@@ -179,7 +200,10 @@ export interface MessageAnimation extends _MessageMediaBase {
179
200
  * @unlisted
180
201
  */
181
202
  export interface MessageVoice extends _MessageMediaBase {
182
- /** The voice included in the message. */
203
+ /**
204
+ * The voice included in the message
205
+ * @discriminator
206
+ */
183
207
  voice: Voice;
184
208
  }
185
209
  /**
@@ -187,7 +211,10 @@ export interface MessageVoice extends _MessageMediaBase {
187
211
  * @unlisted
188
212
  */
189
213
  export interface MessageAudio extends _MessageMediaBase {
190
- /** The audio included in the message. */
214
+ /**
215
+ * The audio included in the message
216
+ * @discriminator
217
+ */
191
218
  audio: Audio;
192
219
  }
193
220
  /**
@@ -195,7 +222,10 @@ export interface MessageAudio extends _MessageMediaBase {
195
222
  * @unlisted
196
223
  */
197
224
  export interface MessageDice extends _MessageBase {
198
- /** The dice included in the message. */
225
+ /**
226
+ * The dice included in the message
227
+ * @discriminator
228
+ */
199
229
  dice: Dice;
200
230
  }
201
231
  /**
@@ -203,7 +233,10 @@ export interface MessageDice extends _MessageBase {
203
233
  * @unlisted
204
234
  */
205
235
  export interface MessageVideoNote extends _MessageBase {
206
- /** The video note included in the message. */
236
+ /**
237
+ * The video note included in the message
238
+ * @discriminator
239
+ */
207
240
  videoNote: VideoNote;
208
241
  }
209
242
  /**
@@ -211,7 +244,10 @@ export interface MessageVideoNote extends _MessageBase {
211
244
  * @unlisted
212
245
  */
213
246
  export interface MessageContact extends _MessageBase {
214
- /** The contact included in the message. */
247
+ /**
248
+ * The contact included in the message
249
+ * @discriminator
250
+ */
215
251
  contact: Contact;
216
252
  }
217
253
  /**
@@ -219,7 +255,10 @@ export interface MessageContact extends _MessageBase {
219
255
  * @unlisted
220
256
  */
221
257
  export interface MessageGame extends _MessageBase {
222
- /** The game included in the message. */
258
+ /**
259
+ * The game included in the message
260
+ * @discriminator
261
+ */
223
262
  game: Game;
224
263
  }
225
264
  /**
@@ -227,7 +266,10 @@ export interface MessageGame extends _MessageBase {
227
266
  * @unlisted
228
267
  */
229
268
  export interface MessagePoll extends _MessageBase {
230
- /** The poll included in the message. */
269
+ /**
270
+ * The poll included in the message
271
+ * @discriminator
272
+ */
231
273
  poll: Poll;
232
274
  }
233
275
  /**
@@ -235,7 +277,10 @@ export interface MessagePoll extends _MessageBase {
235
277
  * @unlisted
236
278
  */
237
279
  export interface MessageVenue extends _MessageBase {
238
- /** The venue included in the message. */
280
+ /**
281
+ * The venue included in the message
282
+ * @discriminator
283
+ */
239
284
  venue: Venue;
240
285
  }
241
286
  /**
@@ -243,7 +288,10 @@ export interface MessageVenue extends _MessageBase {
243
288
  * @unlisted
244
289
  */
245
290
  export interface MessageLocation extends _MessageBase {
246
- /** The location included in the message. */
291
+ /**
292
+ * The location included in the message
293
+ * @discriminator
294
+ */
247
295
  location: Location;
248
296
  }
249
297
  /**
@@ -251,7 +299,10 @@ export interface MessageLocation extends _MessageBase {
251
299
  * @unlisted
252
300
  */
253
301
  export interface MessageNewChatMembers extends _MessageBase {
254
- /** The new members of the chat. */
302
+ /**
303
+ * The new members of the chat
304
+ * @discriminator
305
+ */
255
306
  newChatMembers: User[];
256
307
  }
257
308
  /**
@@ -259,7 +310,10 @@ export interface MessageNewChatMembers extends _MessageBase {
259
310
  * @unlisted
260
311
  */
261
312
  export interface MessageLeftChatMember extends _MessageBase {
262
- /** The member who left the chat. */
313
+ /**
314
+ * The member who left the chat
315
+ * @discriminator
316
+ */
263
317
  leftChatMember: User;
264
318
  }
265
319
  /**
@@ -267,7 +321,10 @@ export interface MessageLeftChatMember extends _MessageBase {
267
321
  * @unlisted
268
322
  */
269
323
  export interface MessageNewChatTitle extends _MessageBase {
270
- /** The new title of the chat. */
324
+ /**
325
+ * The new title of the chat
326
+ * @discriminator
327
+ */
271
328
  newChatTitle: string;
272
329
  }
273
330
  /**
@@ -275,7 +332,10 @@ export interface MessageNewChatTitle extends _MessageBase {
275
332
  * @unlisted
276
333
  */
277
334
  export interface MessageNewChatPhoto extends _MessageBase {
278
- /** The new photo of the chat. */
335
+ /**
336
+ * The new photo of the chat
337
+ * @discriminator
338
+ */
279
339
  newChatPhoto: Photo;
280
340
  }
281
341
  /**
@@ -283,6 +343,7 @@ export interface MessageNewChatPhoto extends _MessageBase {
283
343
  * @unlisted
284
344
  */
285
345
  export interface MessageDeletedChatPhoto extends _MessageBase {
346
+ /** @discriminator */
286
347
  deletedChatPhoto: true;
287
348
  }
288
349
  /**
@@ -291,8 +352,12 @@ export interface MessageDeletedChatPhoto extends _MessageBase {
291
352
  * @unlisted
292
353
  */
293
354
  export interface MessageGroupCreated extends _MessageBase {
355
+ /** @discriminator */
294
356
  groupCreated: true;
295
- /** The initial members of the group. */
357
+ /**
358
+ * The initial members of the group.
359
+ * @discriminator
360
+ */
296
361
  newChatMembers: User[];
297
362
  }
298
363
  /**
@@ -301,6 +366,7 @@ export interface MessageGroupCreated extends _MessageBase {
301
366
  * @unlisted
302
367
  */
303
368
  export interface MessageSupergroupCreated extends _MessageBase {
369
+ /** @discriminator */
304
370
  supergroupCreated: true;
305
371
  }
306
372
  /**
@@ -309,6 +375,7 @@ export interface MessageSupergroupCreated extends _MessageBase {
309
375
  * @unlisted
310
376
  */
311
377
  export interface MessageChannelCreated extends _MessageBase {
378
+ /** @discriminator */
312
379
  channelCreated: true;
313
380
  }
314
381
  /**
@@ -316,7 +383,10 @@ export interface MessageChannelCreated extends _MessageBase {
316
383
  * @unlisted
317
384
  */
318
385
  export interface MessageAutoDeleteTimerChanged extends _MessageBase {
319
- /** The new auto-delete time in seconds. */
386
+ /**
387
+ * The new auto-delete time in seconds
388
+ * @discriminator
389
+ */
320
390
  newAutoDeleteTime: number;
321
391
  }
322
392
  /**
@@ -324,7 +394,10 @@ export interface MessageAutoDeleteTimerChanged extends _MessageBase {
324
394
  * @unlisted
325
395
  */
326
396
  export interface MessageChatMigratedTo extends _MessageBase {
327
- /** The supergroup's ID. */
397
+ /**
398
+ * The supergroup's ID
399
+ * @discriminator
400
+ */
328
401
  chatMigratedTo: number;
329
402
  }
330
403
  /**
@@ -332,7 +405,10 @@ export interface MessageChatMigratedTo extends _MessageBase {
332
405
  * @unlisted
333
406
  */
334
407
  export interface MessageChatMigratedFrom extends _MessageBase {
335
- /** The group's ID. */
408
+ /**
409
+ * The group's ID
410
+ * @discriminator
411
+ */
336
412
  chatMigratedFrom: number;
337
413
  }
338
414
  /**
@@ -340,7 +416,10 @@ export interface MessageChatMigratedFrom extends _MessageBase {
340
416
  * @unlisted
341
417
  */
342
418
  export interface MessagePinnedMessage extends _MessageBase {
343
- /** The message that was pinned. */
419
+ /**
420
+ * The message that was pinned
421
+ * @discriminator
422
+ */
344
423
  pinnedMessage: Message;
345
424
  }
346
425
  /**
@@ -348,6 +427,7 @@ export interface MessagePinnedMessage extends _MessageBase {
348
427
  * @unlisted
349
428
  */
350
429
  export interface MessageUserShared extends _MessageBase {
430
+ /** @discriminator */
351
431
  userShared: {
352
432
  requestId: number;
353
433
  userId: number;
@@ -358,6 +438,7 @@ export interface MessageUserShared extends _MessageBase {
358
438
  * @unlisted
359
439
  */
360
440
  export interface MessageWriteAccessAllowed extends _MessageBase {
441
+ /** @discriminator */
361
442
  writeAccessAllowed: {
362
443
  miniAppName?: string;
363
444
  };
@@ -367,6 +448,7 @@ export interface MessageWriteAccessAllowed extends _MessageBase {
367
448
  * @unlisted
368
449
  */
369
450
  export interface MessageForumTopicCreated extends _MessageBase {
451
+ /** @discriminator */
370
452
  forumTopicCreated: {
371
453
  name: string;
372
454
  iconColor: string;
@@ -378,6 +460,7 @@ export interface MessageForumTopicCreated extends _MessageBase {
378
460
  * @unlisted
379
461
  */
380
462
  export interface MessageForumTopicEdited extends _MessageBase {
463
+ /** @discriminator */
381
464
  forumTopicEdited: {
382
465
  name: string;
383
466
  iconCutsomEmojiId?: string;
@@ -388,6 +471,7 @@ export interface MessageForumTopicEdited extends _MessageBase {
388
471
  * @unlisted
389
472
  */
390
473
  export interface MessageForumTopicClosed extends _MessageBase {
474
+ /** @discriminator */
391
475
  forumTopicClosed: true;
392
476
  }
393
477
  /**
@@ -395,6 +479,7 @@ export interface MessageForumTopicClosed extends _MessageBase {
395
479
  * @unlisted
396
480
  */
397
481
  export interface MessageForumTopicReopened extends _MessageBase {
482
+ /** @discriminator */
398
483
  forumTopicReopened: true;
399
484
  }
400
485
  /**
@@ -402,6 +487,7 @@ export interface MessageForumTopicReopened extends _MessageBase {
402
487
  * @unlisted
403
488
  */
404
489
  export interface MessageVideoChatScheduled extends _MessageBase {
490
+ /** @discriminator */
405
491
  videoChatScheduled: {
406
492
  startDate: Date;
407
493
  };
@@ -411,6 +497,7 @@ export interface MessageVideoChatScheduled extends _MessageBase {
411
497
  * @unlisted
412
498
  */
413
499
  export interface MessageVideoChatStarted extends _MessageBase {
500
+ /** @discriminator */
414
501
  videoChatStarted: true;
415
502
  }
416
503
  /**
@@ -418,6 +505,7 @@ export interface MessageVideoChatStarted extends _MessageBase {
418
505
  * @unlisted
419
506
  */
420
507
  export interface MessageVideoChatEnded extends _MessageBase {
508
+ /** @discriminator */
421
509
  videoChatEnded: {
422
510
  duration: number;
423
511
  };
@@ -427,6 +515,7 @@ export interface MessageVideoChatEnded extends _MessageBase {
427
515
  * @unlisted
428
516
  */
429
517
  export interface MessageGiveaway extends _MessageBase {
518
+ /** @discriminator */
430
519
  giveaway: Giveaway;
431
520
  }
432
521
  /**
@@ -434,6 +523,7 @@ export interface MessageGiveaway extends _MessageBase {
434
523
  * @unlisted
435
524
  */
436
525
  export interface MessageUnsupported extends _MessageBase {
526
+ /** @discriminator */
437
527
  unsupported: true;
438
528
  }
439
529
  /** @unlisted */