@mtkruto/node 0.1.153 → 0.1.156
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/0_deps.d.ts +6 -8
- package/esm/0_deps.js +14 -9
- package/esm/1_utilities.d.ts +3 -1
- package/esm/1_utilities.js +3 -1
- package/esm/4_constants.d.ts +2 -2
- package/esm/4_constants.js +4 -4
- package/esm/4_errors.d.ts +1 -1
- package/esm/5_client.d.ts +0 -1
- package/esm/5_client.js +0 -1
- package/esm/client/0_params.d.ts +33 -1
- package/esm/client/0_password.d.ts +2 -2
- package/esm/client/0_types.d.ts +2 -0
- package/esm/client/1_composer.d.ts +3 -3
- package/esm/client/1_file_manager.js +12 -10
- package/esm/client/1_update_manager.js +27 -20
- package/esm/client/2_client_plain.d.ts +1 -4
- package/esm/client/2_client_plain.js +23 -19
- package/esm/client/2_message_manager.d.ts +10 -36
- package/esm/client/2_message_manager.js +85 -7
- package/esm/client/3_chat_list_manager.js +7 -6
- package/esm/client/4_client.d.ts +106 -17
- package/esm/client/4_client.js +208 -51
- package/esm/connection/1_connection_web_socket.js +9 -10
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/assert/assert_rejects.d.ts +4 -0
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/assert/assert_throws.d.ts +6 -0
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/assert/unreachable.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unreachable.js +2 -2
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.js +12 -9
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_db.d.ts +3 -1
- package/esm/deps/deno.land/std@0.218.0/media_types/_db.js +32 -0
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/media_types/_util.d.ts +0 -2
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_util.js +0 -2
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/media_types/extensions_by_type.d.ts +1 -3
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extensions_by_type.js +1 -3
- package/esm/deps/deno.land/std@0.218.0/path/_common/assert_path.d.ts +1 -0
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.js +3 -1
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/path/format.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.d.ts +1 -1
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/path/mod.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/mod.js +1 -1
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/path/posix/glob_to_regexp.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/parse.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0/path/posix → std@0.218.0/path/windows}/glob_to_regexp.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/parse.d.ts +1 -1
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.d.ts +1 -0
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.js +1 -0
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.d.ts +0 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.js +1 -5
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.d.ts +2 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.js +1 -5
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/crc32.js +1 -1
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/deflate.js +8 -8
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inffast.js +2 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inflate.js +21 -19
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/trees.js +3 -3
- package/esm/mod.d.ts +1 -2
- package/esm/mod.js +1 -2
- package/esm/storage/0_storage.d.ts +40 -38
- package/esm/storage/0_storage.js +23 -4
- package/esm/storage/0_utilities.d.ts +2 -2
- package/esm/storage/1_storage_indexed_db.d.ts +1 -1
- package/esm/storage/1_storage_local_storage.d.ts +1 -1
- package/esm/storage/1_storage_memory.d.ts +5 -4
- package/esm/storage/1_storage_memory.js +15 -10
- package/esm/storage/1_storage_session_storage.d.ts +1 -1
- package/esm/tl/0_tl_raw_writer.d.ts +9 -9
- package/esm/tl/1_tl_object.d.ts +1 -1
- package/esm/tl/1_tl_object.js +3 -3
- package/esm/tl/2_types.d.ts +44 -6
- package/esm/tl/2_types.js +143 -20
- package/esm/tl/3_functions.d.ts +64 -28
- package/esm/tl/3_functions.js +672 -584
- package/esm/tl/3_utilities.d.ts +3 -3
- package/esm/tl/4_tl_writer.d.ts +1 -1
- package/esm/types/0_chat_administrator_rights.d.ts +2 -2
- package/esm/types/0_chat_member_rights.d.ts +1 -1
- package/esm/types/0_message_entity.d.ts +1 -1
- package/esm/types/0_message_search_filter.d.ts +2 -1
- package/esm/types/1_bot_command_scope.d.ts +2 -1
- package/esm/types/1_keyboard_button.d.ts +1 -1
- package/esm/types/1_story_interactive_area.d.ts +1 -1
- package/esm/types/2_inline_keyboard_button.d.ts +1 -1
- package/esm/types/2_invite_link.d.ts +6 -6
- package/esm/types/2_invite_link.js +4 -4
- package/esm/types/3_reply_markup.d.ts +2 -2
- package/esm/types/4_inline_query_result.d.ts +2 -1
- package/esm/types/4_message.d.ts +1 -60
- package/esm/types/4_message.js +3 -4
- package/esm/types/5_callback_query.d.ts +2 -2
- package/esm/utilities/0_cache_map.d.ts +1 -1
- package/esm/utilities/0_logger.d.ts +25 -0
- package/esm/utilities/0_logger.js +90 -0
- package/esm/utilities/0_mutex.d.ts +4 -0
- package/esm/utilities/0_mutex.js +26 -0
- package/esm/utilities/{0_queue.js → 1_queue.js} +6 -6
- package/package.json +1 -1
- package/script/0_deps.d.ts +6 -8
- package/script/0_deps.js +18 -15
- package/script/1_utilities.d.ts +3 -1
- package/script/1_utilities.js +3 -1
- package/script/4_constants.d.ts +2 -2
- package/script/4_constants.js +4 -4
- package/script/4_errors.d.ts +1 -1
- package/script/5_client.d.ts +0 -1
- package/script/5_client.js +0 -1
- package/script/client/0_params.d.ts +33 -1
- package/script/client/0_password.d.ts +2 -2
- package/script/client/0_types.d.ts +2 -0
- package/script/client/1_composer.d.ts +3 -3
- package/script/client/1_file_manager.js +10 -8
- package/script/client/1_update_manager.js +26 -19
- package/script/client/2_client_plain.d.ts +1 -4
- package/script/client/2_client_plain.js +21 -17
- package/script/client/2_message_manager.d.ts +10 -36
- package/script/client/2_message_manager.js +82 -4
- package/script/client/3_chat_list_manager.js +6 -5
- package/script/client/4_client.d.ts +106 -17
- package/script/client/4_client.js +207 -50
- package/script/connection/1_connection_web_socket.js +11 -12
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/assert/assert_rejects.d.ts +4 -0
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/assert/assert_throws.d.ts +6 -0
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/assert/unreachable.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unreachable.js +2 -2
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.js +12 -9
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_db.d.ts +3 -1
- package/script/deps/deno.land/std@0.218.0/media_types/_db.js +39 -0
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/media_types/_util.d.ts +0 -2
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_util.js +1 -3
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/media_types/extensions_by_type.d.ts +1 -3
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extensions_by_type.js +3 -5
- package/script/deps/deno.land/std@0.218.0/path/_common/assert_path.d.ts +1 -0
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.js +3 -1
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/path/format.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.d.ts +1 -1
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/path/mod.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/mod.js +1 -1
- package/{esm/deps/deno.land/std@0.216.0/path/windows → script/deps/deno.land/std@0.218.0/path/posix}/glob_to_regexp.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.d.ts +1 -1
- package/script/deps/deno.land/std@0.218.0/path/posix/parse.d.ts +6 -0
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/glob_to_regexp.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.d.ts +1 -1
- package/script/deps/deno.land/std@0.218.0/path/windows/parse.d.ts +6 -0
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.d.ts +1 -0
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.js +6 -0
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.d.ts +0 -2
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.js +1 -7
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.d.ts +2 -2
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.js +1 -7
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/crc32.js +1 -1
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/deflate.js +8 -8
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inffast.js +2 -2
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inflate.js +21 -19
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/trees.js +3 -3
- package/script/mod.d.ts +1 -2
- package/script/mod.js +2 -2
- package/script/storage/0_storage.d.ts +40 -38
- package/script/storage/0_storage.js +21 -2
- package/script/storage/0_utilities.d.ts +2 -2
- package/script/storage/1_storage_indexed_db.d.ts +1 -1
- package/script/storage/1_storage_local_storage.d.ts +1 -1
- package/script/storage/1_storage_memory.d.ts +5 -4
- package/script/storage/1_storage_memory.js +15 -10
- package/script/storage/1_storage_session_storage.d.ts +1 -1
- package/script/tl/0_tl_raw_writer.d.ts +9 -9
- package/script/tl/1_tl_object.d.ts +1 -1
- package/script/tl/1_tl_object.js +3 -3
- package/script/tl/2_types.d.ts +44 -6
- package/script/tl/2_types.js +168 -43
- package/script/tl/3_functions.d.ts +64 -28
- package/script/tl/3_functions.js +677 -587
- package/script/tl/3_utilities.d.ts +3 -3
- package/script/tl/4_tl_writer.d.ts +1 -1
- package/script/types/0_chat_administrator_rights.d.ts +2 -2
- package/script/types/0_chat_member_rights.d.ts +1 -1
- package/script/types/0_message_entity.d.ts +1 -1
- package/script/types/0_message_search_filter.d.ts +2 -1
- package/script/types/1_bot_command_scope.d.ts +2 -1
- package/script/types/1_keyboard_button.d.ts +1 -1
- package/script/types/1_story_interactive_area.d.ts +1 -1
- package/script/types/2_inline_keyboard_button.d.ts +1 -1
- package/script/types/2_invite_link.d.ts +6 -6
- package/script/types/2_invite_link.js +4 -4
- package/script/types/3_reply_markup.d.ts +2 -2
- package/script/types/4_inline_query_result.d.ts +2 -1
- package/script/types/4_message.d.ts +1 -60
- package/script/types/4_message.js +2 -3
- package/script/types/5_callback_query.d.ts +2 -2
- package/script/utilities/0_cache_map.d.ts +1 -1
- package/script/utilities/0_logger.d.ts +25 -0
- package/script/utilities/0_logger.js +118 -0
- package/script/utilities/0_mutex.d.ts +4 -0
- package/script/utilities/0_mutex.js +30 -0
- package/script/utilities/{0_queue.js → 1_queue.js} +6 -6
- package/esm/_dnt.polyfills.d.ts +0 -6
- package/esm/_dnt.polyfills.js +0 -1
- package/esm/client/5_session_string.d.ts +0 -3
- package/esm/client/5_session_string.js +0 -22
- package/esm/deps/deno.land/std@0.216.0/media_types/_db.js +0 -33
- package/esm/deps/deno.land/std@0.216.0/path/_common/assert_path.d.ts +0 -1
- package/esm/deps/deno.land/std@0.69.0/fmt/colors.d.ts +0 -77
- package/esm/deps/deno.land/std@0.69.0/fmt/colors.js +0 -224
- package/esm/deps/deno.land/x/crc32@v0.2.0/mod.d.ts +0 -15
- package/esm/deps/deno.land/x/crc32@v0.2.0/mod.js +0 -105
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.d.ts +0 -16
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.js +0 -239
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.d.ts +0 -3
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.js +0 -71
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.d.ts +0 -22
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.js +0 -112
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.d.ts +0 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.js +0 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/format.d.ts +0 -1
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/format.js +0 -39
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.d.ts +0 -1
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.js +0 -1
- package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.d.ts +0 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.js +0 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.d.ts +0 -26
- package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.js +0 -32
- package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.d.ts +0 -41
- package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.js +0 -113
- package/esm/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.d.ts +0 -1
- package/esm/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.js +0 -524
- package/script/_dnt.polyfills.d.ts +0 -6
- package/script/_dnt.polyfills.js +0 -2
- package/script/client/5_session_string.d.ts +0 -3
- package/script/client/5_session_string.js +0 -27
- package/script/deps/deno.land/std@0.216.0/media_types/_db.js +0 -39
- package/script/deps/deno.land/std@0.216.0/path/_common/assert_path.d.ts +0 -1
- package/script/deps/deno.land/std@0.216.0/path/posix/parse.d.ts +0 -6
- package/script/deps/deno.land/std@0.216.0/path/windows/parse.d.ts +0 -6
- package/script/deps/deno.land/std@0.69.0/fmt/colors.d.ts +0 -77
- package/script/deps/deno.land/std@0.69.0/fmt/colors.js +0 -298
- package/script/deps/deno.land/x/crc32@v0.2.0/mod.d.ts +0 -15
- package/script/deps/deno.land/x/crc32@v0.2.0/mod.js +0 -113
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.d.ts +0 -16
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.js +0 -271
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.d.ts +0 -3
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.js +0 -98
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.d.ts +0 -22
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.js +0 -141
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.d.ts +0 -2
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.js +0 -32
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/format.d.ts +0 -1
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/format.js +0 -43
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.d.ts +0 -1
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.js +0 -17
- package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.d.ts +0 -2
- package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.js +0 -18
- package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.d.ts +0 -26
- package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.js +0 -36
- package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.d.ts +0 -41
- package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.js +0 -117
- package/script/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.d.ts +0 -1
- package/script/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.js +0 -550
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_rejects.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_throws.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/assert_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.js +0 -0
- /package/esm/utilities/{0_queue.d.ts → 1_queue.d.ts} +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_rejects.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_throws.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/assert_path.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/format.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.js +0 -0
- /package/script/utilities/{0_queue.d.ts → 1_queue.d.ts} +0 -0
|
@@ -2,13 +2,13 @@ export declare class TLRawWriter {
|
|
|
2
2
|
protected _buffer: Uint8Array;
|
|
3
3
|
constructor();
|
|
4
4
|
get buffer(): Uint8Array;
|
|
5
|
-
write(buffer: Uint8Array): this;
|
|
6
|
-
writeInt24(int: number, signed?: boolean): this;
|
|
7
|
-
writeInt32(int: number, signed?: boolean): this;
|
|
8
|
-
writeInt64(int: bigint, signed?: boolean): this;
|
|
9
|
-
writeDouble(double: number): this;
|
|
10
|
-
writeInt128(int: bigint, signed?: boolean): this;
|
|
11
|
-
writeInt256(int: bigint, signed?: boolean): this;
|
|
12
|
-
writeBytes(bytes: Uint8Array): this;
|
|
13
|
-
writeString(string: string): this;
|
|
5
|
+
write(buffer: Uint8Array): typeof this;
|
|
6
|
+
writeInt24(int: number, signed?: boolean): typeof this;
|
|
7
|
+
writeInt32(int: number, signed?: boolean): typeof this;
|
|
8
|
+
writeInt64(int: bigint, signed?: boolean): typeof this;
|
|
9
|
+
writeDouble(double: number): typeof this;
|
|
10
|
+
writeInt128(int: bigint, signed?: boolean): typeof this;
|
|
11
|
+
writeInt256(int: bigint, signed?: boolean): typeof this;
|
|
12
|
+
writeBytes(bytes: Uint8Array): typeof this;
|
|
13
|
+
writeString(string: string): typeof this;
|
|
14
14
|
}
|
package/esm/tl/1_tl_object.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export declare abstract class TLObject {
|
|
|
33
33
|
get [length](): number;
|
|
34
34
|
[serialize](): Uint8Array;
|
|
35
35
|
[as]<T extends TLObjectConstructor<InstanceType<T>>>(constructor: T): InstanceType<T>;
|
|
36
|
-
toJSON():
|
|
36
|
+
toJSON(): object;
|
|
37
37
|
}
|
|
38
38
|
export interface TLObjectConstructor<T = TLObject> {
|
|
39
39
|
new (params: any): T;
|
package/esm/tl/1_tl_object.js
CHANGED
|
@@ -5,9 +5,9 @@ export const id = Symbol("id");
|
|
|
5
5
|
export const params = Symbol("params");
|
|
6
6
|
export const paramDesc = Symbol("paramDesc");
|
|
7
7
|
export const length = Symbol("length");
|
|
8
|
-
export const serialize = Symbol();
|
|
9
|
-
export const as = Symbol();
|
|
10
|
-
export const name = Symbol();
|
|
8
|
+
export const serialize = Symbol("serialize");
|
|
9
|
+
export const as = Symbol("as");
|
|
10
|
+
export const name = Symbol("name");
|
|
11
11
|
export function isOptionalParam(ntype) {
|
|
12
12
|
return ntype.includes("?");
|
|
13
13
|
}
|
package/esm/tl/2_types.d.ts
CHANGED
|
@@ -2588,6 +2588,9 @@ export declare class ChannelFull_ extends _ChatFull_ {
|
|
|
2588
2588
|
available_reactions?: enums.ChatReactions;
|
|
2589
2589
|
stories?: enums.PeerStories;
|
|
2590
2590
|
wallpaper?: enums.WallPaper;
|
|
2591
|
+
boosts_applied?: number;
|
|
2592
|
+
boosts_unrestrict?: number;
|
|
2593
|
+
emojiset?: enums.StickerSet;
|
|
2591
2594
|
protected get [id](): number;
|
|
2592
2595
|
static get [name](): string;
|
|
2593
2596
|
static get [paramDesc](): ParamDesc;
|
|
@@ -2644,6 +2647,9 @@ export declare class ChannelFull_ extends _ChatFull_ {
|
|
|
2644
2647
|
available_reactions?: enums.ChatReactions;
|
|
2645
2648
|
stories?: enums.PeerStories;
|
|
2646
2649
|
wallpaper?: enums.WallPaper;
|
|
2650
|
+
boosts_applied?: number;
|
|
2651
|
+
boosts_unrestrict?: number;
|
|
2652
|
+
emojiset?: enums.StickerSet;
|
|
2647
2653
|
});
|
|
2648
2654
|
}
|
|
2649
2655
|
export declare class ChatParticipant_ extends _ChatParticipant_ {
|
|
@@ -2759,6 +2765,7 @@ export declare class Message_ extends _Message_ {
|
|
|
2759
2765
|
invert_media?: true;
|
|
2760
2766
|
id: number;
|
|
2761
2767
|
from_id?: enums.Peer;
|
|
2768
|
+
from_boosts_applied?: number;
|
|
2762
2769
|
peer_id: enums.Peer;
|
|
2763
2770
|
saved_peer_id?: enums.Peer;
|
|
2764
2771
|
fwd_from?: enums.MessageFwdHeader;
|
|
@@ -2796,6 +2803,7 @@ export declare class Message_ extends _Message_ {
|
|
|
2796
2803
|
invert_media?: true;
|
|
2797
2804
|
id: number;
|
|
2798
2805
|
from_id?: enums.Peer;
|
|
2806
|
+
from_boosts_applied?: number;
|
|
2799
2807
|
peer_id: enums.Peer;
|
|
2800
2808
|
saved_peer_id?: enums.Peer;
|
|
2801
2809
|
fwd_from?: enums.MessageFwdHeader;
|
|
@@ -3601,6 +3609,16 @@ export declare class MessageActionGiveawayResults_ extends _MessageAction_ {
|
|
|
3601
3609
|
unclaimed_count: number;
|
|
3602
3610
|
});
|
|
3603
3611
|
}
|
|
3612
|
+
export declare class MessageActionBoostApply_ extends _MessageAction_ {
|
|
3613
|
+
boosts: number;
|
|
3614
|
+
protected get [id](): number;
|
|
3615
|
+
static get [name](): string;
|
|
3616
|
+
static get [paramDesc](): ParamDesc;
|
|
3617
|
+
protected get [params](): Params;
|
|
3618
|
+
constructor(params: {
|
|
3619
|
+
boosts: number;
|
|
3620
|
+
});
|
|
3621
|
+
}
|
|
3604
3622
|
export declare class Dialog_ extends _Dialog_ {
|
|
3605
3623
|
pinned?: true;
|
|
3606
3624
|
unread_mark?: true;
|
|
@@ -12091,6 +12109,18 @@ export declare class ChannelAdminLogEventActionChangeEmojiStatus_ extends _Chann
|
|
|
12091
12109
|
new_value: enums.EmojiStatus;
|
|
12092
12110
|
});
|
|
12093
12111
|
}
|
|
12112
|
+
export declare class ChannelAdminLogEventActionChangeEmojiStickerSet_ extends _ChannelAdminLogEventAction_ {
|
|
12113
|
+
prev_stickerset: enums.InputStickerSet;
|
|
12114
|
+
new_stickerset: enums.InputStickerSet;
|
|
12115
|
+
protected get [id](): number;
|
|
12116
|
+
static get [name](): string;
|
|
12117
|
+
static get [paramDesc](): ParamDesc;
|
|
12118
|
+
protected get [params](): Params;
|
|
12119
|
+
constructor(params: {
|
|
12120
|
+
prev_stickerset: enums.InputStickerSet;
|
|
12121
|
+
new_stickerset: enums.InputStickerSet;
|
|
12122
|
+
});
|
|
12123
|
+
}
|
|
12094
12124
|
export declare class ChannelAdminLogEvent_ extends _ChannelAdminLogEvent_ {
|
|
12095
12125
|
id: bigint;
|
|
12096
12126
|
date: number;
|
|
@@ -14633,14 +14663,14 @@ export declare class MessageReplyHeader_ extends _MessageReplyHeader_ {
|
|
|
14633
14663
|
});
|
|
14634
14664
|
}
|
|
14635
14665
|
export declare class MessageReplyStoryHeader_ extends _MessageReplyHeader_ {
|
|
14636
|
-
|
|
14666
|
+
peer: enums.Peer;
|
|
14637
14667
|
story_id: number;
|
|
14638
14668
|
protected get [id](): number;
|
|
14639
14669
|
static get [name](): string;
|
|
14640
14670
|
static get [paramDesc](): ParamDesc;
|
|
14641
14671
|
protected get [params](): Params;
|
|
14642
14672
|
constructor(params: {
|
|
14643
|
-
|
|
14673
|
+
peer: enums.Peer;
|
|
14644
14674
|
story_id: number;
|
|
14645
14675
|
});
|
|
14646
14676
|
}
|
|
@@ -16860,6 +16890,7 @@ export declare class StoryItem_ extends _StoryItem_ {
|
|
|
16860
16890
|
out?: true;
|
|
16861
16891
|
id: number;
|
|
16862
16892
|
date: number;
|
|
16893
|
+
from_id?: enums.Peer;
|
|
16863
16894
|
fwd_from?: enums.StoryFwdHeader;
|
|
16864
16895
|
expire_date: number;
|
|
16865
16896
|
caption?: string;
|
|
@@ -16885,6 +16916,7 @@ export declare class StoryItem_ extends _StoryItem_ {
|
|
|
16885
16916
|
out?: true;
|
|
16886
16917
|
id: number;
|
|
16887
16918
|
date: number;
|
|
16919
|
+
from_id?: enums.Peer;
|
|
16888
16920
|
fwd_from?: enums.StoryFwdHeader;
|
|
16889
16921
|
expire_date: number;
|
|
16890
16922
|
caption?: string;
|
|
@@ -17051,14 +17083,14 @@ export declare class InputReplyToMessage_ extends _InputReplyTo_ {
|
|
|
17051
17083
|
});
|
|
17052
17084
|
}
|
|
17053
17085
|
export declare class InputReplyToStory_ extends _InputReplyTo_ {
|
|
17054
|
-
|
|
17086
|
+
peer: enums.InputPeer;
|
|
17055
17087
|
story_id: number;
|
|
17056
17088
|
protected get [id](): number;
|
|
17057
17089
|
static get [name](): string;
|
|
17058
17090
|
static get [paramDesc](): ParamDesc;
|
|
17059
17091
|
protected get [params](): Params;
|
|
17060
17092
|
constructor(params: {
|
|
17061
|
-
|
|
17093
|
+
peer: enums.InputPeer;
|
|
17062
17094
|
story_id: number;
|
|
17063
17095
|
});
|
|
17064
17096
|
}
|
|
@@ -17586,6 +17618,7 @@ export declare class help_PeerColorOption_ extends _help_PeerColorOption_ {
|
|
|
17586
17618
|
colors?: enums.help.PeerColorSet;
|
|
17587
17619
|
dark_colors?: enums.help.PeerColorSet;
|
|
17588
17620
|
channel_min_level?: number;
|
|
17621
|
+
group_min_level?: number;
|
|
17589
17622
|
protected get [id](): number;
|
|
17590
17623
|
static get [name](): string;
|
|
17591
17624
|
static get [paramDesc](): ParamDesc;
|
|
@@ -17596,6 +17629,7 @@ export declare class help_PeerColorOption_ extends _help_PeerColorOption_ {
|
|
|
17596
17629
|
colors?: enums.help.PeerColorSet;
|
|
17597
17630
|
dark_colors?: enums.help.PeerColorSet;
|
|
17598
17631
|
channel_min_level?: number;
|
|
17632
|
+
group_min_level?: number;
|
|
17599
17633
|
});
|
|
17600
17634
|
}
|
|
17601
17635
|
export declare class help_PeerColorsNotModified_ extends _help_PeerColors_ {
|
|
@@ -18410,6 +18444,7 @@ export declare const types: {
|
|
|
18410
18444
|
MessageActionGiftCode: typeof MessageActionGiftCode_;
|
|
18411
18445
|
MessageActionGiveawayLaunch: typeof MessageActionGiveawayLaunch_;
|
|
18412
18446
|
MessageActionGiveawayResults: typeof MessageActionGiveawayResults_;
|
|
18447
|
+
MessageActionBoostApply: typeof MessageActionBoostApply_;
|
|
18413
18448
|
Dialog: typeof Dialog_;
|
|
18414
18449
|
DialogFolder: typeof DialogFolder_;
|
|
18415
18450
|
PhotoEmpty: typeof PhotoEmpty_;
|
|
@@ -18955,6 +18990,7 @@ export declare const types: {
|
|
|
18955
18990
|
ChannelAdminLogEventActionChangeProfilePeerColor: typeof ChannelAdminLogEventActionChangeProfilePeerColor_;
|
|
18956
18991
|
ChannelAdminLogEventActionChangeWallpaper: typeof ChannelAdminLogEventActionChangeWallpaper_;
|
|
18957
18992
|
ChannelAdminLogEventActionChangeEmojiStatus: typeof ChannelAdminLogEventActionChangeEmojiStatus_;
|
|
18993
|
+
ChannelAdminLogEventActionChangeEmojiStickerSet: typeof ChannelAdminLogEventActionChangeEmojiStickerSet_;
|
|
18958
18994
|
ChannelAdminLogEvent: typeof ChannelAdminLogEvent_;
|
|
18959
18995
|
ChannelAdminLogEventsFilter: typeof ChannelAdminLogEventsFilter_;
|
|
18960
18996
|
PopularContact: typeof PopularContact_;
|
|
@@ -20158,6 +20194,7 @@ export declare namespace types {
|
|
|
20158
20194
|
type MessageActionGiftCode = MessageActionGiftCode_;
|
|
20159
20195
|
type MessageActionGiveawayLaunch = MessageActionGiveawayLaunch_;
|
|
20160
20196
|
type MessageActionGiveawayResults = MessageActionGiveawayResults_;
|
|
20197
|
+
type MessageActionBoostApply = MessageActionBoostApply_;
|
|
20161
20198
|
type Dialog = Dialog_;
|
|
20162
20199
|
type DialogFolder = DialogFolder_;
|
|
20163
20200
|
type PhotoEmpty = PhotoEmpty_;
|
|
@@ -20703,6 +20740,7 @@ export declare namespace types {
|
|
|
20703
20740
|
type ChannelAdminLogEventActionChangeProfilePeerColor = ChannelAdminLogEventActionChangeProfilePeerColor_;
|
|
20704
20741
|
type ChannelAdminLogEventActionChangeWallpaper = ChannelAdminLogEventActionChangeWallpaper_;
|
|
20705
20742
|
type ChannelAdminLogEventActionChangeEmojiStatus = ChannelAdminLogEventActionChangeEmojiStatus_;
|
|
20743
|
+
type ChannelAdminLogEventActionChangeEmojiStickerSet = ChannelAdminLogEventActionChangeEmojiStickerSet_;
|
|
20706
20744
|
type ChannelAdminLogEvent = ChannelAdminLogEvent_;
|
|
20707
20745
|
type ChannelAdminLogEventsFilter = ChannelAdminLogEventsFilter_;
|
|
20708
20746
|
type PopularContact = PopularContact_;
|
|
@@ -21317,7 +21355,7 @@ export declare namespace enums {
|
|
|
21317
21355
|
type ChatPhoto = types.ChatPhotoEmpty | types.ChatPhoto;
|
|
21318
21356
|
type Message = types.MessageEmpty | types.Message | types.MessageService;
|
|
21319
21357
|
type MessageMedia = types.MessageMediaEmpty | types.MessageMediaPhoto | types.MessageMediaGeo | types.MessageMediaContact | types.MessageMediaUnsupported | types.MessageMediaDocument | types.MessageMediaWebPage | types.MessageMediaVenue | types.MessageMediaGame | types.MessageMediaInvoice | types.MessageMediaGeoLive | types.MessageMediaPoll | types.MessageMediaDice | types.MessageMediaStory | types.MessageMediaGiveaway | types.MessageMediaGiveawayResults;
|
|
21320
|
-
type MessageAction = types.MessageActionEmpty | types.MessageActionChatCreate | types.MessageActionChatEditTitle | types.MessageActionChatEditPhoto | types.MessageActionChatDeletePhoto | types.MessageActionChatAddUser | types.MessageActionChatDeleteUser | types.MessageActionChatJoinedByLink | types.MessageActionChannelCreate | types.MessageActionChatMigrateTo | types.MessageActionChannelMigrateFrom | types.MessageActionPinMessage | types.MessageActionHistoryClear | types.MessageActionGameScore | types.MessageActionPaymentSentMe | types.MessageActionPaymentSent | types.MessageActionPhoneCall | types.MessageActionScreenshotTaken | types.MessageActionCustomAction | types.MessageActionBotAllowed | types.MessageActionSecureValuesSentMe | types.MessageActionSecureValuesSent | types.MessageActionContactSignUp | types.MessageActionGeoProximityReached | types.MessageActionGroupCall | types.MessageActionInviteToGroupCall | types.MessageActionSetMessagesTTL | types.MessageActionGroupCallScheduled | types.MessageActionSetChatTheme | types.MessageActionChatJoinedByRequest | types.MessageActionWebViewDataSentMe | types.MessageActionWebViewDataSent | types.MessageActionGiftPremium | types.MessageActionTopicCreate | types.MessageActionTopicEdit | types.MessageActionSuggestProfilePhoto | types.MessageActionRequestedPeer | types.MessageActionSetChatWallPaper | types.MessageActionGiftCode | types.MessageActionGiveawayLaunch | types.MessageActionGiveawayResults;
|
|
21358
|
+
type MessageAction = types.MessageActionEmpty | types.MessageActionChatCreate | types.MessageActionChatEditTitle | types.MessageActionChatEditPhoto | types.MessageActionChatDeletePhoto | types.MessageActionChatAddUser | types.MessageActionChatDeleteUser | types.MessageActionChatJoinedByLink | types.MessageActionChannelCreate | types.MessageActionChatMigrateTo | types.MessageActionChannelMigrateFrom | types.MessageActionPinMessage | types.MessageActionHistoryClear | types.MessageActionGameScore | types.MessageActionPaymentSentMe | types.MessageActionPaymentSent | types.MessageActionPhoneCall | types.MessageActionScreenshotTaken | types.MessageActionCustomAction | types.MessageActionBotAllowed | types.MessageActionSecureValuesSentMe | types.MessageActionSecureValuesSent | types.MessageActionContactSignUp | types.MessageActionGeoProximityReached | types.MessageActionGroupCall | types.MessageActionInviteToGroupCall | types.MessageActionSetMessagesTTL | types.MessageActionGroupCallScheduled | types.MessageActionSetChatTheme | types.MessageActionChatJoinedByRequest | types.MessageActionWebViewDataSentMe | types.MessageActionWebViewDataSent | types.MessageActionGiftPremium | types.MessageActionTopicCreate | types.MessageActionTopicEdit | types.MessageActionSuggestProfilePhoto | types.MessageActionRequestedPeer | types.MessageActionSetChatWallPaper | types.MessageActionGiftCode | types.MessageActionGiveawayLaunch | types.MessageActionGiveawayResults | types.MessageActionBoostApply;
|
|
21321
21359
|
type Dialog = types.Dialog | types.DialogFolder;
|
|
21322
21360
|
type Photo = types.PhotoEmpty | types.Photo;
|
|
21323
21361
|
type PhotoSize = types.PhotoSizeEmpty | types.PhotoSize | types.PhotoCachedSize | types.PhotoStrippedSize | types.PhotoSizeProgressive | types.PhotoPathSize;
|
|
@@ -21415,7 +21453,7 @@ export declare namespace enums {
|
|
|
21415
21453
|
type LangPackString = types.LangPackString | types.LangPackStringPluralized | types.LangPackStringDeleted;
|
|
21416
21454
|
type LangPackDifference = types.LangPackDifference;
|
|
21417
21455
|
type LangPackLanguage = types.LangPackLanguage;
|
|
21418
|
-
type ChannelAdminLogEventAction = types.ChannelAdminLogEventActionChangeTitle | types.ChannelAdminLogEventActionChangeAbout | types.ChannelAdminLogEventActionChangeUsername | types.ChannelAdminLogEventActionChangePhoto | types.ChannelAdminLogEventActionToggleInvites | types.ChannelAdminLogEventActionToggleSignatures | types.ChannelAdminLogEventActionUpdatePinned | types.ChannelAdminLogEventActionEditMessage | types.ChannelAdminLogEventActionDeleteMessage | types.ChannelAdminLogEventActionParticipantJoin | types.ChannelAdminLogEventActionParticipantLeave | types.ChannelAdminLogEventActionParticipantInvite | types.ChannelAdminLogEventActionParticipantToggleBan | types.ChannelAdminLogEventActionParticipantToggleAdmin | types.ChannelAdminLogEventActionChangeStickerSet | types.ChannelAdminLogEventActionTogglePreHistoryHidden | types.ChannelAdminLogEventActionDefaultBannedRights | types.ChannelAdminLogEventActionStopPoll | types.ChannelAdminLogEventActionChangeLinkedChat | types.ChannelAdminLogEventActionChangeLocation | types.ChannelAdminLogEventActionToggleSlowMode | types.ChannelAdminLogEventActionStartGroupCall | types.ChannelAdminLogEventActionDiscardGroupCall | types.ChannelAdminLogEventActionParticipantMute | types.ChannelAdminLogEventActionParticipantUnmute | types.ChannelAdminLogEventActionToggleGroupCallSetting | types.ChannelAdminLogEventActionParticipantJoinByInvite | types.ChannelAdminLogEventActionExportedInviteDelete | types.ChannelAdminLogEventActionExportedInviteRevoke | types.ChannelAdminLogEventActionExportedInviteEdit | types.ChannelAdminLogEventActionParticipantVolume | types.ChannelAdminLogEventActionChangeHistoryTTL | types.ChannelAdminLogEventActionParticipantJoinByRequest | types.ChannelAdminLogEventActionToggleNoForwards | types.ChannelAdminLogEventActionSendMessage | types.ChannelAdminLogEventActionChangeAvailableReactions | types.ChannelAdminLogEventActionChangeUsernames | types.ChannelAdminLogEventActionToggleForum | types.ChannelAdminLogEventActionCreateTopic | types.ChannelAdminLogEventActionEditTopic | types.ChannelAdminLogEventActionDeleteTopic | types.ChannelAdminLogEventActionPinTopic | types.ChannelAdminLogEventActionToggleAntiSpam | types.ChannelAdminLogEventActionChangePeerColor | types.ChannelAdminLogEventActionChangeProfilePeerColor | types.ChannelAdminLogEventActionChangeWallpaper | types.ChannelAdminLogEventActionChangeEmojiStatus;
|
|
21456
|
+
type ChannelAdminLogEventAction = types.ChannelAdminLogEventActionChangeTitle | types.ChannelAdminLogEventActionChangeAbout | types.ChannelAdminLogEventActionChangeUsername | types.ChannelAdminLogEventActionChangePhoto | types.ChannelAdminLogEventActionToggleInvites | types.ChannelAdminLogEventActionToggleSignatures | types.ChannelAdminLogEventActionUpdatePinned | types.ChannelAdminLogEventActionEditMessage | types.ChannelAdminLogEventActionDeleteMessage | types.ChannelAdminLogEventActionParticipantJoin | types.ChannelAdminLogEventActionParticipantLeave | types.ChannelAdminLogEventActionParticipantInvite | types.ChannelAdminLogEventActionParticipantToggleBan | types.ChannelAdminLogEventActionParticipantToggleAdmin | types.ChannelAdminLogEventActionChangeStickerSet | types.ChannelAdminLogEventActionTogglePreHistoryHidden | types.ChannelAdminLogEventActionDefaultBannedRights | types.ChannelAdminLogEventActionStopPoll | types.ChannelAdminLogEventActionChangeLinkedChat | types.ChannelAdminLogEventActionChangeLocation | types.ChannelAdminLogEventActionToggleSlowMode | types.ChannelAdminLogEventActionStartGroupCall | types.ChannelAdminLogEventActionDiscardGroupCall | types.ChannelAdminLogEventActionParticipantMute | types.ChannelAdminLogEventActionParticipantUnmute | types.ChannelAdminLogEventActionToggleGroupCallSetting | types.ChannelAdminLogEventActionParticipantJoinByInvite | types.ChannelAdminLogEventActionExportedInviteDelete | types.ChannelAdminLogEventActionExportedInviteRevoke | types.ChannelAdminLogEventActionExportedInviteEdit | types.ChannelAdminLogEventActionParticipantVolume | types.ChannelAdminLogEventActionChangeHistoryTTL | types.ChannelAdminLogEventActionParticipantJoinByRequest | types.ChannelAdminLogEventActionToggleNoForwards | types.ChannelAdminLogEventActionSendMessage | types.ChannelAdminLogEventActionChangeAvailableReactions | types.ChannelAdminLogEventActionChangeUsernames | types.ChannelAdminLogEventActionToggleForum | types.ChannelAdminLogEventActionCreateTopic | types.ChannelAdminLogEventActionEditTopic | types.ChannelAdminLogEventActionDeleteTopic | types.ChannelAdminLogEventActionPinTopic | types.ChannelAdminLogEventActionToggleAntiSpam | types.ChannelAdminLogEventActionChangePeerColor | types.ChannelAdminLogEventActionChangeProfilePeerColor | types.ChannelAdminLogEventActionChangeWallpaper | types.ChannelAdminLogEventActionChangeEmojiStatus | types.ChannelAdminLogEventActionChangeEmojiStickerSet;
|
|
21419
21457
|
type ChannelAdminLogEvent = types.ChannelAdminLogEvent;
|
|
21420
21458
|
type ChannelAdminLogEventsFilter = types.ChannelAdminLogEventsFilter;
|
|
21421
21459
|
type PopularContact = types.PopularContact;
|
package/esm/tl/2_types.js
CHANGED
|
@@ -6345,7 +6345,7 @@ export class ChatFull_ extends _ChatFull_ {
|
|
|
6345
6345
|
}
|
|
6346
6346
|
export class ChannelFull_ extends _ChatFull_ {
|
|
6347
6347
|
get [id]() {
|
|
6348
|
-
return
|
|
6348
|
+
return 0x44C054A7;
|
|
6349
6349
|
}
|
|
6350
6350
|
static get [name]() {
|
|
6351
6351
|
return "channelFull";
|
|
@@ -6405,6 +6405,9 @@ export class ChannelFull_ extends _ChatFull_ {
|
|
|
6405
6405
|
["available_reactions", _ChatReactions_, "flags.30?ChatReactions"],
|
|
6406
6406
|
["stories", _PeerStories_, "flags2.4?PeerStories"],
|
|
6407
6407
|
["wallpaper", _WallPaper_, "flags2.7?WallPaper"],
|
|
6408
|
+
["boosts_applied", "number", "flags2.8?int"],
|
|
6409
|
+
["boosts_unrestrict", "number", "flags2.9?int"],
|
|
6410
|
+
["emojiset", _StickerSet_, "flags2.10?StickerSet"],
|
|
6408
6411
|
];
|
|
6409
6412
|
}
|
|
6410
6413
|
get [params]() {
|
|
@@ -6462,6 +6465,9 @@ export class ChannelFull_ extends _ChatFull_ {
|
|
|
6462
6465
|
[this.available_reactions ?? null, _ChatReactions_, "flags.30?ChatReactions"],
|
|
6463
6466
|
[this.stories ?? null, _PeerStories_, "flags2.4?PeerStories"],
|
|
6464
6467
|
[this.wallpaper ?? null, _WallPaper_, "flags2.7?WallPaper"],
|
|
6468
|
+
[this.boosts_applied ?? null, "number", "flags2.8?int"],
|
|
6469
|
+
[this.boosts_unrestrict ?? null, "number", "flags2.9?int"],
|
|
6470
|
+
[this.emojiset ?? null, _StickerSet_, "flags2.10?StickerSet"],
|
|
6465
6471
|
];
|
|
6466
6472
|
}
|
|
6467
6473
|
constructor(params) {
|
|
@@ -6772,6 +6778,24 @@ export class ChannelFull_ extends _ChatFull_ {
|
|
|
6772
6778
|
writable: true,
|
|
6773
6779
|
value: void 0
|
|
6774
6780
|
});
|
|
6781
|
+
Object.defineProperty(this, "boosts_applied", {
|
|
6782
|
+
enumerable: true,
|
|
6783
|
+
configurable: true,
|
|
6784
|
+
writable: true,
|
|
6785
|
+
value: void 0
|
|
6786
|
+
});
|
|
6787
|
+
Object.defineProperty(this, "boosts_unrestrict", {
|
|
6788
|
+
enumerable: true,
|
|
6789
|
+
configurable: true,
|
|
6790
|
+
writable: true,
|
|
6791
|
+
value: void 0
|
|
6792
|
+
});
|
|
6793
|
+
Object.defineProperty(this, "emojiset", {
|
|
6794
|
+
enumerable: true,
|
|
6795
|
+
configurable: true,
|
|
6796
|
+
writable: true,
|
|
6797
|
+
value: void 0
|
|
6798
|
+
});
|
|
6775
6799
|
this.can_view_participants = params.can_view_participants;
|
|
6776
6800
|
this.can_set_username = params.can_set_username;
|
|
6777
6801
|
this.can_set_stickers = params.can_set_stickers;
|
|
@@ -6823,6 +6847,9 @@ export class ChannelFull_ extends _ChatFull_ {
|
|
|
6823
6847
|
this.available_reactions = params.available_reactions;
|
|
6824
6848
|
this.stories = params.stories;
|
|
6825
6849
|
this.wallpaper = params.wallpaper;
|
|
6850
|
+
this.boosts_applied = params.boosts_applied;
|
|
6851
|
+
this.boosts_unrestrict = params.boosts_unrestrict;
|
|
6852
|
+
this.emojiset = params.emojiset;
|
|
6826
6853
|
}
|
|
6827
6854
|
}
|
|
6828
6855
|
export class ChatParticipant_ extends _ChatParticipant_ {
|
|
@@ -7145,7 +7172,7 @@ export class MessageEmpty_ extends _Message_ {
|
|
|
7145
7172
|
}
|
|
7146
7173
|
export class Message_ extends _Message_ {
|
|
7147
7174
|
get [id]() {
|
|
7148
|
-
return
|
|
7175
|
+
return 0x1E4C8A69;
|
|
7149
7176
|
}
|
|
7150
7177
|
static get [name]() {
|
|
7151
7178
|
return "message";
|
|
@@ -7166,6 +7193,7 @@ export class Message_ extends _Message_ {
|
|
|
7166
7193
|
["invert_media", "true", "flags.27?true"],
|
|
7167
7194
|
["id", "number", "int"],
|
|
7168
7195
|
["from_id", _Peer_, "flags.8?Peer"],
|
|
7196
|
+
["from_boosts_applied", "number", "flags.29?int"],
|
|
7169
7197
|
["peer_id", _Peer_, "Peer"],
|
|
7170
7198
|
["saved_peer_id", _Peer_, "flags.28?Peer"],
|
|
7171
7199
|
["fwd_from", _MessageFwdHeader_, "flags.2?MessageFwdHeader"],
|
|
@@ -7203,6 +7231,7 @@ export class Message_ extends _Message_ {
|
|
|
7203
7231
|
[this.invert_media ?? null, "true", "flags.27?true"],
|
|
7204
7232
|
[this.id, "number", "int"],
|
|
7205
7233
|
[this.from_id ?? null, _Peer_, "flags.8?Peer"],
|
|
7234
|
+
[this.from_boosts_applied ?? null, "number", "flags.29?int"],
|
|
7206
7235
|
[this.peer_id, _Peer_, "Peer"],
|
|
7207
7236
|
[this.saved_peer_id ?? null, _Peer_, "flags.28?Peer"],
|
|
7208
7237
|
[this.fwd_from ?? null, _MessageFwdHeader_, "flags.2?MessageFwdHeader"],
|
|
@@ -7304,6 +7333,12 @@ export class Message_ extends _Message_ {
|
|
|
7304
7333
|
writable: true,
|
|
7305
7334
|
value: void 0
|
|
7306
7335
|
});
|
|
7336
|
+
Object.defineProperty(this, "from_boosts_applied", {
|
|
7337
|
+
enumerable: true,
|
|
7338
|
+
configurable: true,
|
|
7339
|
+
writable: true,
|
|
7340
|
+
value: void 0
|
|
7341
|
+
});
|
|
7307
7342
|
Object.defineProperty(this, "peer_id", {
|
|
7308
7343
|
enumerable: true,
|
|
7309
7344
|
configurable: true,
|
|
@@ -7431,6 +7466,7 @@ export class Message_ extends _Message_ {
|
|
|
7431
7466
|
this.invert_media = params.invert_media;
|
|
7432
7467
|
this.id = params.id;
|
|
7433
7468
|
this.from_id = params.from_id;
|
|
7469
|
+
this.from_boosts_applied = params.from_boosts_applied;
|
|
7434
7470
|
this.peer_id = params.peer_id;
|
|
7435
7471
|
this.saved_peer_id = params.saved_peer_id;
|
|
7436
7472
|
this.fwd_from = params.fwd_from;
|
|
@@ -10059,6 +10095,34 @@ export class MessageActionGiveawayResults_ extends _MessageAction_ {
|
|
|
10059
10095
|
this.unclaimed_count = params.unclaimed_count;
|
|
10060
10096
|
}
|
|
10061
10097
|
}
|
|
10098
|
+
export class MessageActionBoostApply_ extends _MessageAction_ {
|
|
10099
|
+
get [id]() {
|
|
10100
|
+
return 0xCC02AA6D;
|
|
10101
|
+
}
|
|
10102
|
+
static get [name]() {
|
|
10103
|
+
return "messageActionBoostApply";
|
|
10104
|
+
}
|
|
10105
|
+
static get [paramDesc]() {
|
|
10106
|
+
return [
|
|
10107
|
+
["boosts", "number", "int"],
|
|
10108
|
+
];
|
|
10109
|
+
}
|
|
10110
|
+
get [params]() {
|
|
10111
|
+
return [
|
|
10112
|
+
[this.boosts, "number", "int"],
|
|
10113
|
+
];
|
|
10114
|
+
}
|
|
10115
|
+
constructor(params) {
|
|
10116
|
+
super();
|
|
10117
|
+
Object.defineProperty(this, "boosts", {
|
|
10118
|
+
enumerable: true,
|
|
10119
|
+
configurable: true,
|
|
10120
|
+
writable: true,
|
|
10121
|
+
value: void 0
|
|
10122
|
+
});
|
|
10123
|
+
this.boosts = params.boosts;
|
|
10124
|
+
}
|
|
10125
|
+
}
|
|
10062
10126
|
export class Dialog_ extends _Dialog_ {
|
|
10063
10127
|
get [id]() {
|
|
10064
10128
|
return 0xD58A08C6;
|
|
@@ -37907,6 +37971,43 @@ export class ChannelAdminLogEventActionChangeEmojiStatus_ extends _ChannelAdminL
|
|
|
37907
37971
|
this.new_value = params.new_value;
|
|
37908
37972
|
}
|
|
37909
37973
|
}
|
|
37974
|
+
export class ChannelAdminLogEventActionChangeEmojiStickerSet_ extends _ChannelAdminLogEventAction_ {
|
|
37975
|
+
get [id]() {
|
|
37976
|
+
return 0x46D840AB;
|
|
37977
|
+
}
|
|
37978
|
+
static get [name]() {
|
|
37979
|
+
return "channelAdminLogEventActionChangeEmojiStickerSet";
|
|
37980
|
+
}
|
|
37981
|
+
static get [paramDesc]() {
|
|
37982
|
+
return [
|
|
37983
|
+
["prev_stickerset", _InputStickerSet_, "InputStickerSet"],
|
|
37984
|
+
["new_stickerset", _InputStickerSet_, "InputStickerSet"],
|
|
37985
|
+
];
|
|
37986
|
+
}
|
|
37987
|
+
get [params]() {
|
|
37988
|
+
return [
|
|
37989
|
+
[this.prev_stickerset, _InputStickerSet_, "InputStickerSet"],
|
|
37990
|
+
[this.new_stickerset, _InputStickerSet_, "InputStickerSet"],
|
|
37991
|
+
];
|
|
37992
|
+
}
|
|
37993
|
+
constructor(params) {
|
|
37994
|
+
super();
|
|
37995
|
+
Object.defineProperty(this, "prev_stickerset", {
|
|
37996
|
+
enumerable: true,
|
|
37997
|
+
configurable: true,
|
|
37998
|
+
writable: true,
|
|
37999
|
+
value: void 0
|
|
38000
|
+
});
|
|
38001
|
+
Object.defineProperty(this, "new_stickerset", {
|
|
38002
|
+
enumerable: true,
|
|
38003
|
+
configurable: true,
|
|
38004
|
+
writable: true,
|
|
38005
|
+
value: void 0
|
|
38006
|
+
});
|
|
38007
|
+
this.prev_stickerset = params.prev_stickerset;
|
|
38008
|
+
this.new_stickerset = params.new_stickerset;
|
|
38009
|
+
}
|
|
38010
|
+
}
|
|
37910
38011
|
export class ChannelAdminLogEvent_ extends _ChannelAdminLogEvent_ {
|
|
37911
38012
|
get [id]() {
|
|
37912
38013
|
return 0x1FAD68CD;
|
|
@@ -46364,26 +46465,26 @@ export class MessageReplyHeader_ extends _MessageReplyHeader_ {
|
|
|
46364
46465
|
}
|
|
46365
46466
|
export class MessageReplyStoryHeader_ extends _MessageReplyHeader_ {
|
|
46366
46467
|
get [id]() {
|
|
46367
|
-
return
|
|
46468
|
+
return 0x0E5AF939;
|
|
46368
46469
|
}
|
|
46369
46470
|
static get [name]() {
|
|
46370
46471
|
return "messageReplyStoryHeader";
|
|
46371
46472
|
}
|
|
46372
46473
|
static get [paramDesc]() {
|
|
46373
46474
|
return [
|
|
46374
|
-
["
|
|
46475
|
+
["peer", _Peer_, "Peer"],
|
|
46375
46476
|
["story_id", "number", "int"],
|
|
46376
46477
|
];
|
|
46377
46478
|
}
|
|
46378
46479
|
get [params]() {
|
|
46379
46480
|
return [
|
|
46380
|
-
[this.
|
|
46481
|
+
[this.peer, _Peer_, "Peer"],
|
|
46381
46482
|
[this.story_id, "number", "int"],
|
|
46382
46483
|
];
|
|
46383
46484
|
}
|
|
46384
46485
|
constructor(params) {
|
|
46385
46486
|
super();
|
|
46386
|
-
Object.defineProperty(this, "
|
|
46487
|
+
Object.defineProperty(this, "peer", {
|
|
46387
46488
|
enumerable: true,
|
|
46388
46489
|
configurable: true,
|
|
46389
46490
|
writable: true,
|
|
@@ -46395,7 +46496,7 @@ export class MessageReplyStoryHeader_ extends _MessageReplyHeader_ {
|
|
|
46395
46496
|
writable: true,
|
|
46396
46497
|
value: void 0
|
|
46397
46498
|
});
|
|
46398
|
-
this.
|
|
46499
|
+
this.peer = params.peer;
|
|
46399
46500
|
this.story_id = params.story_id;
|
|
46400
46501
|
}
|
|
46401
46502
|
}
|
|
@@ -53618,7 +53719,7 @@ export class StoryItemSkipped_ extends _StoryItem_ {
|
|
|
53618
53719
|
}
|
|
53619
53720
|
export class StoryItem_ extends _StoryItem_ {
|
|
53620
53721
|
get [id]() {
|
|
53621
|
-
return
|
|
53722
|
+
return 0x79B26A24;
|
|
53622
53723
|
}
|
|
53623
53724
|
static get [name]() {
|
|
53624
53725
|
return "storyItem";
|
|
@@ -53637,6 +53738,7 @@ export class StoryItem_ extends _StoryItem_ {
|
|
|
53637
53738
|
["out", "true", "flags.16?true"],
|
|
53638
53739
|
["id", "number", "int"],
|
|
53639
53740
|
["date", "number", "int"],
|
|
53741
|
+
["from_id", _Peer_, "flags.18?Peer"],
|
|
53640
53742
|
["fwd_from", _StoryFwdHeader_, "flags.17?StoryFwdHeader"],
|
|
53641
53743
|
["expire_date", "number", "int"],
|
|
53642
53744
|
["caption", "string", "flags.0?string"],
|
|
@@ -53662,6 +53764,7 @@ export class StoryItem_ extends _StoryItem_ {
|
|
|
53662
53764
|
[this.out ?? null, "true", "flags.16?true"],
|
|
53663
53765
|
[this.id, "number", "int"],
|
|
53664
53766
|
[this.date, "number", "int"],
|
|
53767
|
+
[this.from_id ?? null, _Peer_, "flags.18?Peer"],
|
|
53665
53768
|
[this.fwd_from ?? null, _StoryFwdHeader_, "flags.17?StoryFwdHeader"],
|
|
53666
53769
|
[this.expire_date, "number", "int"],
|
|
53667
53770
|
[this.caption ?? null, "string", "flags.0?string"],
|
|
@@ -53741,6 +53844,12 @@ export class StoryItem_ extends _StoryItem_ {
|
|
|
53741
53844
|
writable: true,
|
|
53742
53845
|
value: void 0
|
|
53743
53846
|
});
|
|
53847
|
+
Object.defineProperty(this, "from_id", {
|
|
53848
|
+
enumerable: true,
|
|
53849
|
+
configurable: true,
|
|
53850
|
+
writable: true,
|
|
53851
|
+
value: void 0
|
|
53852
|
+
});
|
|
53744
53853
|
Object.defineProperty(this, "fwd_from", {
|
|
53745
53854
|
enumerable: true,
|
|
53746
53855
|
configurable: true,
|
|
@@ -53806,6 +53915,7 @@ export class StoryItem_ extends _StoryItem_ {
|
|
|
53806
53915
|
this.out = params.out;
|
|
53807
53916
|
this.id = params.id;
|
|
53808
53917
|
this.date = params.date;
|
|
53918
|
+
this.from_id = params.from_id;
|
|
53809
53919
|
this.fwd_from = params.fwd_from;
|
|
53810
53920
|
this.expire_date = params.expire_date;
|
|
53811
53921
|
this.caption = params.caption;
|
|
@@ -54373,26 +54483,26 @@ export class InputReplyToMessage_ extends _InputReplyTo_ {
|
|
|
54373
54483
|
}
|
|
54374
54484
|
export class InputReplyToStory_ extends _InputReplyTo_ {
|
|
54375
54485
|
get [id]() {
|
|
54376
|
-
return
|
|
54486
|
+
return 0x5881323A;
|
|
54377
54487
|
}
|
|
54378
54488
|
static get [name]() {
|
|
54379
54489
|
return "inputReplyToStory";
|
|
54380
54490
|
}
|
|
54381
54491
|
static get [paramDesc]() {
|
|
54382
54492
|
return [
|
|
54383
|
-
["
|
|
54493
|
+
["peer", _InputPeer_, "InputPeer"],
|
|
54384
54494
|
["story_id", "number", "int"],
|
|
54385
54495
|
];
|
|
54386
54496
|
}
|
|
54387
54497
|
get [params]() {
|
|
54388
54498
|
return [
|
|
54389
|
-
[this.
|
|
54499
|
+
[this.peer, _InputPeer_, "InputPeer"],
|
|
54390
54500
|
[this.story_id, "number", "int"],
|
|
54391
54501
|
];
|
|
54392
54502
|
}
|
|
54393
54503
|
constructor(params) {
|
|
54394
54504
|
super();
|
|
54395
|
-
Object.defineProperty(this, "
|
|
54505
|
+
Object.defineProperty(this, "peer", {
|
|
54396
54506
|
enumerable: true,
|
|
54397
54507
|
configurable: true,
|
|
54398
54508
|
writable: true,
|
|
@@ -54404,7 +54514,7 @@ export class InputReplyToStory_ extends _InputReplyTo_ {
|
|
|
54404
54514
|
writable: true,
|
|
54405
54515
|
value: void 0
|
|
54406
54516
|
});
|
|
54407
|
-
this.
|
|
54517
|
+
this.peer = params.peer;
|
|
54408
54518
|
this.story_id = params.story_id;
|
|
54409
54519
|
}
|
|
54410
54520
|
}
|
|
@@ -56225,7 +56335,7 @@ export class help_PeerColorProfileSet_ extends _help_PeerColorSet_ {
|
|
|
56225
56335
|
}
|
|
56226
56336
|
export class help_PeerColorOption_ extends _help_PeerColorOption_ {
|
|
56227
56337
|
get [id]() {
|
|
56228
|
-
return
|
|
56338
|
+
return 0xADEC6EBE;
|
|
56229
56339
|
}
|
|
56230
56340
|
static get [name]() {
|
|
56231
56341
|
return "help.peerColorOption";
|
|
@@ -56238,6 +56348,7 @@ export class help_PeerColorOption_ extends _help_PeerColorOption_ {
|
|
|
56238
56348
|
["colors", _help_PeerColorSet_, "flags.1?help.PeerColorSet"],
|
|
56239
56349
|
["dark_colors", _help_PeerColorSet_, "flags.2?help.PeerColorSet"],
|
|
56240
56350
|
["channel_min_level", "number", "flags.3?int"],
|
|
56351
|
+
["group_min_level", "number", "flags.4?int"],
|
|
56241
56352
|
];
|
|
56242
56353
|
}
|
|
56243
56354
|
get [params]() {
|
|
@@ -56248,6 +56359,7 @@ export class help_PeerColorOption_ extends _help_PeerColorOption_ {
|
|
|
56248
56359
|
[this.colors ?? null, _help_PeerColorSet_, "flags.1?help.PeerColorSet"],
|
|
56249
56360
|
[this.dark_colors ?? null, _help_PeerColorSet_, "flags.2?help.PeerColorSet"],
|
|
56250
56361
|
[this.channel_min_level ?? null, "number", "flags.3?int"],
|
|
56362
|
+
[this.group_min_level ?? null, "number", "flags.4?int"],
|
|
56251
56363
|
];
|
|
56252
56364
|
}
|
|
56253
56365
|
constructor(params) {
|
|
@@ -56282,11 +56394,18 @@ export class help_PeerColorOption_ extends _help_PeerColorOption_ {
|
|
|
56282
56394
|
writable: true,
|
|
56283
56395
|
value: void 0
|
|
56284
56396
|
});
|
|
56397
|
+
Object.defineProperty(this, "group_min_level", {
|
|
56398
|
+
enumerable: true,
|
|
56399
|
+
configurable: true,
|
|
56400
|
+
writable: true,
|
|
56401
|
+
value: void 0
|
|
56402
|
+
});
|
|
56285
56403
|
this.hidden = params.hidden;
|
|
56286
56404
|
this.color_id = params.color_id;
|
|
56287
56405
|
this.colors = params.colors;
|
|
56288
56406
|
this.dark_colors = params.dark_colors;
|
|
56289
56407
|
this.channel_min_level = params.channel_min_level;
|
|
56408
|
+
this.group_min_level = params.group_min_level;
|
|
56290
56409
|
}
|
|
56291
56410
|
}
|
|
56292
56411
|
export class help_PeerColorsNotModified_ extends _help_PeerColors_ {
|
|
@@ -57483,6 +57602,7 @@ export const types = {
|
|
|
57483
57602
|
MessageActionGiftCode: MessageActionGiftCode_,
|
|
57484
57603
|
MessageActionGiveawayLaunch: MessageActionGiveawayLaunch_,
|
|
57485
57604
|
MessageActionGiveawayResults: MessageActionGiveawayResults_,
|
|
57605
|
+
MessageActionBoostApply: MessageActionBoostApply_,
|
|
57486
57606
|
Dialog: Dialog_,
|
|
57487
57607
|
DialogFolder: DialogFolder_,
|
|
57488
57608
|
PhotoEmpty: PhotoEmpty_,
|
|
@@ -58028,6 +58148,7 @@ export const types = {
|
|
|
58028
58148
|
ChannelAdminLogEventActionChangeProfilePeerColor: ChannelAdminLogEventActionChangeProfilePeerColor_,
|
|
58029
58149
|
ChannelAdminLogEventActionChangeWallpaper: ChannelAdminLogEventActionChangeWallpaper_,
|
|
58030
58150
|
ChannelAdminLogEventActionChangeEmojiStatus: ChannelAdminLogEventActionChangeEmojiStatus_,
|
|
58151
|
+
ChannelAdminLogEventActionChangeEmojiStickerSet: ChannelAdminLogEventActionChangeEmojiStickerSet_,
|
|
58031
58152
|
ChannelAdminLogEvent: ChannelAdminLogEvent_,
|
|
58032
58153
|
ChannelAdminLogEventsFilter: ChannelAdminLogEventsFilter_,
|
|
58033
58154
|
PopularContact: PopularContact_,
|
|
@@ -58708,7 +58829,7 @@ export const map = new Map([
|
|
|
58708
58829
|
[0x0AADFC8F, Channel_],
|
|
58709
58830
|
[0x17D493D5, ChannelForbidden_],
|
|
58710
58831
|
[0xC9D31138, ChatFull_],
|
|
58711
|
-
[
|
|
58832
|
+
[0x44C054A7, ChannelFull_],
|
|
58712
58833
|
[0xC02D4007, ChatParticipant_],
|
|
58713
58834
|
[0xE46BCEE4, ChatParticipantCreator_],
|
|
58714
58835
|
[0xA0933F5B, ChatParticipantAdmin_],
|
|
@@ -58717,7 +58838,7 @@ export const map = new Map([
|
|
|
58717
58838
|
[0x37C1011C, ChatPhotoEmpty_],
|
|
58718
58839
|
[0x1C6E1C11, ChatPhoto_],
|
|
58719
58840
|
[0x90A6CA84, MessageEmpty_],
|
|
58720
|
-
[
|
|
58841
|
+
[0x1E4C8A69, Message_],
|
|
58721
58842
|
[0x2B085862, MessageService_],
|
|
58722
58843
|
[0x3DED6320, MessageMediaEmpty_],
|
|
58723
58844
|
[0x695150D7, MessageMediaPhoto_],
|
|
@@ -58776,6 +58897,7 @@ export const map = new Map([
|
|
|
58776
58897
|
[0x678C2E09, MessageActionGiftCode_],
|
|
58777
58898
|
[0x332BA9ED, MessageActionGiveawayLaunch_],
|
|
58778
58899
|
[0x2A9FADC5, MessageActionGiveawayResults_],
|
|
58900
|
+
[0xCC02AA6D, MessageActionBoostApply_],
|
|
58779
58901
|
[0xD58A08C6, Dialog_],
|
|
58780
58902
|
[0x71BD134C, DialogFolder_],
|
|
58781
58903
|
[0x2331B22D, PhotoEmpty_],
|
|
@@ -59424,6 +59546,7 @@ export const map = new Map([
|
|
|
59424
59546
|
[0x5E477B25, ChannelAdminLogEventActionChangeProfilePeerColor_],
|
|
59425
59547
|
[0x31BB5D52, ChannelAdminLogEventActionChangeWallpaper_],
|
|
59426
59548
|
[0x3EA9FEB1, ChannelAdminLogEventActionChangeEmojiStatus_],
|
|
59549
|
+
[0x46D840AB, ChannelAdminLogEventActionChangeEmojiStickerSet_],
|
|
59427
59550
|
[0x1FAD68CD, ChannelAdminLogEvent_],
|
|
59428
59551
|
[0xED8AF74D, channels_AdminLogResults_],
|
|
59429
59552
|
[0xEA107AE4, ChannelAdminLogEventsFilter_],
|
|
@@ -59609,7 +59732,7 @@ export const map = new Map([
|
|
|
59609
59732
|
[0xB6C4F543, messages_MessageViews_],
|
|
59610
59733
|
[0xA6341782, messages_DiscussionMessage_],
|
|
59611
59734
|
[0xAFBC09DB, MessageReplyHeader_],
|
|
59612
|
-
[
|
|
59735
|
+
[0x0E5AF939, MessageReplyStoryHeader_],
|
|
59613
59736
|
[0x83D60FC2, MessageReplies_],
|
|
59614
59737
|
[0xE8FD8014, PeerBlocked_],
|
|
59615
59738
|
[0x7FE91C14, stats_MessageStats_],
|
|
@@ -59779,7 +59902,7 @@ export const map = new Map([
|
|
|
59779
59902
|
[0x8D595CD6, StoryViews_],
|
|
59780
59903
|
[0x51E6EE4F, StoryItemDeleted_],
|
|
59781
59904
|
[0xFFADC913, StoryItemSkipped_],
|
|
59782
|
-
[
|
|
59905
|
+
[0x79B26A24, StoryItem_],
|
|
59783
59906
|
[0x1158FE3E, stories_AllStoriesNotModified_],
|
|
59784
59907
|
[0x6EFC5E81, stories_AllStories_],
|
|
59785
59908
|
[0x5DD8C3C8, stories_Stories_],
|
|
@@ -59789,7 +59912,7 @@ export const map = new Map([
|
|
|
59789
59912
|
[0x59D78FC5, stories_StoryViewsList_],
|
|
59790
59913
|
[0xDE9EED1D, stories_StoryViews_],
|
|
59791
59914
|
[0x22C0F6D5, InputReplyToMessage_],
|
|
59792
|
-
[
|
|
59915
|
+
[0x5881323A, InputReplyToStory_],
|
|
59793
59916
|
[0x3FC9053B, ExportedStoryLink_],
|
|
59794
59917
|
[0x712E27FD, StoriesStealthMode_],
|
|
59795
59918
|
[0x03D1EA4E, MediaAreaCoordinates_],
|
|
@@ -59822,7 +59945,7 @@ export const map = new Map([
|
|
|
59822
59945
|
[0xB54B5ACF, PeerColor_],
|
|
59823
59946
|
[0x26219A58, help_PeerColorSet_],
|
|
59824
59947
|
[0x767D61EB, help_PeerColorProfileSet_],
|
|
59825
|
-
[
|
|
59948
|
+
[0xADEC6EBE, help_PeerColorOption_],
|
|
59826
59949
|
[0x2BA1F5CE, help_PeerColorsNotModified_],
|
|
59827
59950
|
[0x00F8ED08, help_PeerColors_],
|
|
59828
59951
|
[0x6090D6D5, StoryReaction_],
|