@mtkruto/node 0.2.31 → 0.2.33
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 -6
- package/esm/0_deps.d.ts.map +1 -1
- package/esm/0_deps.js +7 -7
- package/esm/3_types.d.ts +1 -0
- package/esm/3_types.d.ts.map +1 -1
- package/esm/3_types.js +1 -0
- package/esm/4_constants.d.ts +1 -1
- package/esm/4_constants.js +1 -1
- package/esm/client/3_message_manager.d.ts.map +1 -1
- package/esm/client/3_message_manager.js +6 -0
- package/esm/client/4_story_manager.d.ts.map +1 -1
- package/esm/client/4_story_manager.js +3 -0
- package/esm/client/5_client.d.ts.map +1 -1
- package/esm/client/5_client.js +3 -0
- package/esm/deps/deno.land/std@0.224.0/assert/_constants.d.ts +2 -0
- package/esm/deps/deno.land/std@0.224.0/assert/_constants.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/_constants.js +2 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert.d.ts +13 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert.js +19 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts +18 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_almost_equals.js +32 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts +19 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_array_includes.js +41 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts +21 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_equals.js +47 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts +14 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_exists.js +23 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_false.d.ts +15 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_false.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_false.js +19 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts +15 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater.js +24 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts +15 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.js +24 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts +18 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_instance_of.js +47 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts +19 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_is_error.js +49 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less.d.ts +14 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less.js +23 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts +15 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.js +24 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_match.d.ts +14 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_match.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_match.js +22 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts +16 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_equals.js +40 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts +14 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.js +23 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts +14 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_match.js +23 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts +14 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.js +23 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts +14 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_object_match.js +87 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts +31 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_rejects.js +51 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts +19 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_strict_equals.js +55 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts +14 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_string_includes.js +22 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts +34 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_throws.js +45 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts +15 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assertion_error.js +19 -0
- package/esm/deps/deno.land/std@0.224.0/assert/equal.d.ts +15 -0
- package/esm/deps/deno.land/std@0.224.0/assert/equal.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/equal.js +111 -0
- package/esm/deps/deno.land/std@0.224.0/assert/fail.d.ts +12 -0
- package/esm/deps/deno.land/std@0.224.0/assert/fail.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/fail.js +17 -0
- package/esm/deps/deno.land/std@0.224.0/assert/mod.d.ts +44 -0
- package/esm/deps/deno.land/std@0.224.0/assert/mod.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/mod.js +45 -0
- package/esm/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts +12 -0
- package/esm/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/unimplemented.js +17 -0
- package/esm/deps/deno.land/std@0.224.0/assert/unreachable.d.ts +12 -0
- package/esm/deps/deno.land/std@0.224.0/assert/unreachable.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/unreachable.js +16 -0
- package/esm/deps/deno.land/std@0.224.0/bytes/concat.d.ts +18 -0
- package/esm/deps/deno.land/std@0.224.0/bytes/concat.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/bytes/concat.js +31 -0
- package/esm/deps/deno.land/std@0.224.0/encoding/_util.d.ts +2 -0
- package/esm/deps/deno.land/std@0.224.0/encoding/_util.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/encoding/base64.d.ts +33 -0
- package/esm/deps/deno.land/std@0.224.0/encoding/base64.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/encoding/base64.js +158 -0
- package/esm/deps/deno.land/std@0.224.0/fmt/colors.d.ts +286 -0
- package/esm/deps/deno.land/std@0.224.0/fmt/colors.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/fmt/colors.js +489 -0
- package/esm/deps/deno.land/std@0.224.0/internal/diff.d.ts +28 -0
- package/esm/deps/deno.land/std@0.224.0/internal/diff.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/internal/diff.js +341 -0
- package/esm/deps/deno.land/std@0.224.0/internal/format.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/internal/format.js +24 -0
- package/esm/deps/deno.land/std@0.224.0/internal/mod.d.ts +10 -0
- package/esm/deps/deno.land/std@0.224.0/internal/mod.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/internal/mod.js +11 -0
- package/esm/deps/deno.land/std@0.224.0/io/_constants.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts +70 -0
- package/esm/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/io/iterate_reader.js +86 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/_db.d.ts +8 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/_db.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/_db.js +32 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/_util.d.ts +21 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/_util.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/content_type.d.ts +41 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/content_type.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/content_type.js +55 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/extension.d.ts +18 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/extension.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/extension.js +26 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts +19 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/extensions_by_type.js +29 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts +17 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/format_media_type.js +61 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts +16 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/get_charset.js +37 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts +24 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/parse_media_type.js +108 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts +18 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/type_by_extension.js +24 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts +8519 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.js +8555 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/assert_path.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/basename.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/common.d.ts +2 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/common.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/common.js +23 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/constants.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/dirname.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/format.d.ts +4 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/format.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/from_file_url.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts +29 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.js +237 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/normalize.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/normalize_string.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/relative.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/strip_trailing_separators.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/to_file_url.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_interface.d.ts +39 -0
- package/esm/deps/deno.land/std@0.224.0/path/_interface.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_os.d.ts +4 -0
- package/esm/deps/deno.land/std@0.224.0/path/_os.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_os.js +18 -0
- package/esm/deps/deno.land/std@0.224.0/path/basename.d.ts +18 -0
- package/esm/deps/deno.land/std@0.224.0/path/basename.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/basename.js +26 -0
- package/esm/deps/deno.land/std@0.224.0/path/common.d.ts +14 -0
- package/esm/deps/deno.land/std@0.224.0/path/common.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/common.js +19 -0
- package/esm/deps/deno.land/std@0.224.0/path/constants.d.ts +4 -0
- package/esm/deps/deno.land/std@0.224.0/path/constants.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/constants.js +6 -0
- package/esm/deps/deno.land/std@0.224.0/path/dirname.d.ts +6 -0
- package/esm/deps/deno.land/std@0.224.0/path/dirname.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/dirname.js +12 -0
- package/esm/deps/deno.land/std@0.224.0/path/extname.d.ts +7 -0
- package/esm/deps/deno.land/std@0.224.0/path/extname.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/extname.js +13 -0
- package/esm/deps/deno.land/std@0.224.0/path/format.d.ts +9 -0
- package/esm/deps/deno.land/std@0.224.0/path/format.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/format.js +14 -0
- package/esm/deps/deno.land/std@0.224.0/path/from_file_url.d.ts +18 -0
- package/esm/deps/deno.land/std@0.224.0/path/from_file_url.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/from_file_url.js +24 -0
- package/esm/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts +63 -0
- package/esm/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/glob_to_regexp.js +65 -0
- package/esm/deps/deno.land/std@0.224.0/path/is_absolute.d.ts +6 -0
- package/esm/deps/deno.land/std@0.224.0/path/is_absolute.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/is_absolute.js +12 -0
- package/esm/deps/deno.land/std@0.224.0/path/is_glob.d.ts +3 -0
- package/esm/deps/deno.land/std@0.224.0/path/is_glob.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/is_glob.js +28 -0
- package/esm/deps/deno.land/std@0.224.0/path/join.d.ts +6 -0
- package/esm/deps/deno.land/std@0.224.0/path/join.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/join.js +12 -0
- package/esm/deps/deno.land/std@0.224.0/path/join_globs.d.ts +5 -0
- package/esm/deps/deno.land/std@0.224.0/path/join_globs.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/join_globs.js +11 -0
- package/esm/deps/deno.land/std@0.224.0/path/mod.d.ts +57 -0
- package/esm/deps/deno.land/std@0.224.0/path/mod.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/mod.js +60 -0
- package/esm/deps/deno.land/std@0.224.0/path/normalize.d.ts +8 -0
- package/esm/deps/deno.land/std@0.224.0/path/normalize.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/normalize.js +14 -0
- package/esm/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts +5 -0
- package/esm/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/normalize_glob.js +11 -0
- package/esm/deps/deno.land/std@0.224.0/path/parse.d.ts +20 -0
- package/esm/deps/deno.land/std@0.224.0/path/parse.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/parse.js +24 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/_util.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/basename.d.ts +18 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/basename.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/basename.js +27 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/common.d.ts +14 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/common.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/common.js +19 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/constants.d.ts +4 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/constants.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/constants.js +5 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts +15 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/dirname.js +45 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/extname.d.ts +16 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/extname.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/extname.js +68 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/format.d.ts +7 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/format.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/format.js +11 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts +12 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/from_file_url.js +17 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts +58 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.js +69 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts +6 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_absolute.js +12 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts +2 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_glob.js +3 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/join.d.ts +6 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/join.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/join.js +26 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts +5 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/join_globs.js +26 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/mod.d.ts +39 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/mod.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/mod.js +42 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts +8 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize.js +25 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts +5 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize_glob.js +16 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/parse.d.ts +8 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/parse.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/parse.js +98 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/relative.d.ts +8 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/relative.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/relative.js +94 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts +6 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/resolve.js +48 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts +12 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_file_url.js +22 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts +6 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.js +10 -0
- package/esm/deps/deno.land/std@0.224.0/path/relative.d.ts +13 -0
- package/esm/deps/deno.land/std@0.224.0/path/relative.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/relative.js +19 -0
- package/esm/deps/deno.land/std@0.224.0/path/resolve.d.ts +6 -0
- package/esm/deps/deno.land/std@0.224.0/path/resolve.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/resolve.js +14 -0
- package/esm/deps/deno.land/std@0.224.0/path/to_file_url.d.ts +18 -0
- package/esm/deps/deno.land/std@0.224.0/path/to_file_url.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/to_file_url.js +24 -0
- package/esm/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts +6 -0
- package/esm/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/to_namespaced_path.js +14 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/_util.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/basename.d.ts +18 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/basename.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/basename.js +39 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/common.d.ts +14 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/common.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/common.js +19 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/constants.d.ts +4 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/constants.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/constants.js +5 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts +6 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/dirname.js +98 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/extname.d.ts +7 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/extname.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/extname.js +68 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/format.d.ts +7 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/format.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/format.js +11 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts +14 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/from_file_url.js +26 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts +58 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.js +69 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts +6 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_absolute.js +27 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts +2 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_glob.js +3 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/join.d.ts +6 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/join.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/join.js +72 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts +5 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/join_globs.js +26 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/mod.d.ts +39 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/mod.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/mod.js +42 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts +8 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize.js +130 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts +5 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize_glob.js +16 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/parse.d.ts +8 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/parse.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/parse.js +159 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/relative.d.ts +13 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/relative.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/relative.js +121 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts +6 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/resolve.js +143 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts +14 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_file_url.js +31 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts +6 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.js +38 -0
- package/esm/tl/0_api.d.ts +155 -9
- package/esm/tl/0_api.d.ts.map +1 -1
- package/esm/tl/0_api.js +233 -16
- package/esm/transport/2_transport_provider.d.ts +1 -0
- package/esm/transport/2_transport_provider.d.ts.map +1 -1
- package/esm/transport/2_transport_provider.js +8 -0
- package/esm/types/0_refunded_payment.d.ts +29 -0
- package/esm/types/0_refunded_payment.d.ts.map +1 -0
- package/esm/types/0_refunded_payment.js +29 -0
- package/esm/types/2_chat.d.ts +1 -0
- package/esm/types/2_chat.d.ts.map +1 -1
- package/esm/types/2_chat.js +1 -0
- package/esm/types/4_message.d.ts +11 -1
- package/esm/types/4_message.d.ts.map +1 -1
- package/esm/types/4_message.js +6 -0
- package/package.json +1 -1
- package/script/0_deps.d.ts +6 -6
- package/script/0_deps.d.ts.map +1 -1
- package/script/0_deps.js +7 -7
- package/script/3_types.d.ts +1 -0
- package/script/3_types.d.ts.map +1 -1
- package/script/3_types.js +1 -0
- package/script/4_constants.d.ts +1 -1
- package/script/4_constants.js +1 -1
- package/script/client/3_message_manager.d.ts.map +1 -1
- package/script/client/3_message_manager.js +6 -0
- package/script/client/4_story_manager.d.ts.map +1 -1
- package/script/client/4_story_manager.js +3 -0
- package/script/client/5_client.d.ts.map +1 -1
- package/script/client/5_client.js +3 -0
- package/script/deps/deno.land/std@0.224.0/assert/_constants.d.ts +2 -0
- package/script/deps/deno.land/std@0.224.0/assert/_constants.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/_constants.js +5 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert.d.ts +13 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert.js +23 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts +18 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_almost_equals.js +36 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts +19 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_array_includes.js +45 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts +21 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_equals.js +51 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts +14 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_exists.js +27 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_false.d.ts +15 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_false.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_false.js +23 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts +15 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater.js +28 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts +15 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.js +28 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts +18 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_instance_of.js +51 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts +19 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_is_error.js +53 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_less.d.ts +14 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_less.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_less.js +27 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts +15 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.js +28 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_match.d.ts +14 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_match.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_match.js +26 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts +16 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_equals.js +44 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts +14 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.js +27 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts +14 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_match.js +27 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts +14 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.js +27 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts +14 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_object_match.js +91 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts +31 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_rejects.js +55 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts +19 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_strict_equals.js +59 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts +14 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_string_includes.js +26 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts +34 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_throws.js +49 -0
- package/script/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts +15 -0
- package/script/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assertion_error.js +23 -0
- package/script/deps/deno.land/std@0.224.0/assert/equal.d.ts +15 -0
- package/script/deps/deno.land/std@0.224.0/assert/equal.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/equal.js +115 -0
- package/script/deps/deno.land/std@0.224.0/assert/fail.d.ts +12 -0
- package/script/deps/deno.land/std@0.224.0/assert/fail.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/fail.js +21 -0
- package/script/deps/deno.land/std@0.224.0/assert/mod.d.ts +44 -0
- package/script/deps/deno.land/std@0.224.0/assert/mod.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/mod.js +61 -0
- package/script/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts +12 -0
- package/script/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/unimplemented.js +21 -0
- package/script/deps/deno.land/std@0.224.0/assert/unreachable.d.ts +12 -0
- package/script/deps/deno.land/std@0.224.0/assert/unreachable.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/unreachable.js +20 -0
- package/script/deps/deno.land/std@0.224.0/bytes/concat.d.ts +18 -0
- package/script/deps/deno.land/std@0.224.0/bytes/concat.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/bytes/concat.js +35 -0
- package/script/deps/deno.land/std@0.224.0/encoding/_util.d.ts +2 -0
- package/script/deps/deno.land/std@0.224.0/encoding/_util.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/encoding/base64.d.ts +33 -0
- package/script/deps/deno.land/std@0.224.0/encoding/base64.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/encoding/base64.js +163 -0
- package/script/deps/deno.land/std@0.224.0/fmt/colors.d.ts +286 -0
- package/script/deps/deno.land/std@0.224.0/fmt/colors.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/fmt/colors.js +564 -0
- package/script/deps/deno.land/std@0.224.0/internal/diff.d.ts +28 -0
- package/script/deps/deno.land/std@0.224.0/internal/diff.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/internal/diff.js +347 -0
- package/script/deps/deno.land/std@0.224.0/internal/format.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/internal/format.js +51 -0
- package/script/deps/deno.land/std@0.224.0/internal/mod.d.ts +10 -0
- package/script/deps/deno.land/std@0.224.0/internal/mod.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/internal/mod.js +27 -0
- package/script/deps/deno.land/std@0.224.0/io/_constants.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts +70 -0
- package/script/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/io/iterate_reader.js +91 -0
- package/script/deps/deno.land/std@0.224.0/media_types/_db.d.ts +8 -0
- package/script/deps/deno.land/std@0.224.0/media_types/_db.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/media_types/_db.js +39 -0
- package/script/deps/deno.land/std@0.224.0/media_types/_util.d.ts +21 -0
- package/script/deps/deno.land/std@0.224.0/media_types/_util.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/media_types/content_type.d.ts +41 -0
- package/script/deps/deno.land/std@0.224.0/media_types/content_type.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/media_types/content_type.js +59 -0
- package/script/deps/deno.land/std@0.224.0/media_types/extension.d.ts +18 -0
- package/script/deps/deno.land/std@0.224.0/media_types/extension.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/media_types/extension.js +30 -0
- package/script/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts +19 -0
- package/script/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/media_types/extensions_by_type.js +33 -0
- package/script/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts +17 -0
- package/script/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/media_types/format_media_type.js +65 -0
- package/script/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts +16 -0
- package/script/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/media_types/get_charset.js +41 -0
- package/script/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts +24 -0
- package/script/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/media_types/parse_media_type.js +112 -0
- package/script/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts +18 -0
- package/script/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/media_types/type_by_extension.js +28 -0
- package/script/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts +8519 -0
- package/script/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.js +8557 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/assert_path.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/basename.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/common.d.ts +2 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/common.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/common.js +27 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/constants.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/dirname.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/format.d.ts +4 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/format.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/from_file_url.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts +29 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.js +241 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/normalize.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/normalize_string.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/relative.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/strip_trailing_separators.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/to_file_url.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_interface.d.ts +39 -0
- package/script/deps/deno.land/std@0.224.0/path/_interface.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_os.d.ts +4 -0
- package/script/deps/deno.land/std@0.224.0/path/_os.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_os.js +44 -0
- package/script/deps/deno.land/std@0.224.0/path/basename.d.ts +18 -0
- package/script/deps/deno.land/std@0.224.0/path/basename.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/basename.js +30 -0
- package/script/deps/deno.land/std@0.224.0/path/common.d.ts +14 -0
- package/script/deps/deno.land/std@0.224.0/path/common.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/common.js +23 -0
- package/script/deps/deno.land/std@0.224.0/path/constants.d.ts +4 -0
- package/script/deps/deno.land/std@0.224.0/path/constants.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/constants.js +9 -0
- package/script/deps/deno.land/std@0.224.0/path/dirname.d.ts +6 -0
- package/script/deps/deno.land/std@0.224.0/path/dirname.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/dirname.js +16 -0
- package/script/deps/deno.land/std@0.224.0/path/extname.d.ts +7 -0
- package/script/deps/deno.land/std@0.224.0/path/extname.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/extname.js +17 -0
- package/script/deps/deno.land/std@0.224.0/path/format.d.ts +9 -0
- package/script/deps/deno.land/std@0.224.0/path/format.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/format.js +18 -0
- package/script/deps/deno.land/std@0.224.0/path/from_file_url.d.ts +18 -0
- package/script/deps/deno.land/std@0.224.0/path/from_file_url.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/from_file_url.js +28 -0
- package/script/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts +63 -0
- package/script/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/glob_to_regexp.js +69 -0
- package/script/deps/deno.land/std@0.224.0/path/is_absolute.d.ts +6 -0
- package/script/deps/deno.land/std@0.224.0/path/is_absolute.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/is_absolute.js +16 -0
- package/script/deps/deno.land/std@0.224.0/path/is_glob.d.ts +3 -0
- package/script/deps/deno.land/std@0.224.0/path/is_glob.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/is_glob.js +32 -0
- package/script/deps/deno.land/std@0.224.0/path/join.d.ts +6 -0
- package/script/deps/deno.land/std@0.224.0/path/join.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/join.js +16 -0
- package/script/deps/deno.land/std@0.224.0/path/join_globs.d.ts +5 -0
- package/script/deps/deno.land/std@0.224.0/path/join_globs.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/join_globs.js +15 -0
- package/script/deps/deno.land/std@0.224.0/path/mod.d.ts +57 -0
- package/script/deps/deno.land/std@0.224.0/path/mod.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/mod.js +89 -0
- package/script/deps/deno.land/std@0.224.0/path/normalize.d.ts +8 -0
- package/script/deps/deno.land/std@0.224.0/path/normalize.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/normalize.js +18 -0
- package/script/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts +5 -0
- package/script/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/normalize_glob.js +15 -0
- package/script/deps/deno.land/std@0.224.0/path/parse.d.ts +20 -0
- package/script/deps/deno.land/std@0.224.0/path/parse.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/parse.js +28 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/_util.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/basename.d.ts +18 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/basename.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/basename.js +31 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/common.d.ts +14 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/common.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/common.js +23 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/constants.d.ts +4 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/constants.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/constants.js +8 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts +15 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/dirname.js +49 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/extname.d.ts +16 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/extname.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/extname.js +72 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/format.d.ts +7 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/format.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/format.js +15 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts +12 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/from_file_url.js +21 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts +58 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.js +73 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts +6 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/is_absolute.js +16 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts +2 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/is_glob.js +7 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/join.d.ts +6 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/join.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/join.js +30 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts +5 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/join_globs.js +30 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/mod.d.ts +39 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/mod.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/mod.js +58 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts +8 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize.js +29 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts +5 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize_glob.js +20 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/parse.d.ts +8 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/parse.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/parse.js +102 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/relative.d.ts +8 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/relative.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/relative.js +98 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts +6 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/resolve.js +75 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts +12 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/to_file_url.js +26 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts +6 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.js +14 -0
- package/script/deps/deno.land/std@0.224.0/path/relative.d.ts +13 -0
- package/script/deps/deno.land/std@0.224.0/path/relative.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/relative.js +23 -0
- package/script/deps/deno.land/std@0.224.0/path/resolve.d.ts +6 -0
- package/script/deps/deno.land/std@0.224.0/path/resolve.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/resolve.js +18 -0
- package/script/deps/deno.land/std@0.224.0/path/to_file_url.d.ts +18 -0
- package/script/deps/deno.land/std@0.224.0/path/to_file_url.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/to_file_url.js +28 -0
- package/script/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts +6 -0
- package/script/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/to_namespaced_path.js +18 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/_util.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/basename.d.ts +18 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/basename.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/basename.js +43 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/common.d.ts +14 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/common.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/common.js +23 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/constants.d.ts +4 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/constants.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/constants.js +8 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts +6 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/dirname.js +102 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/extname.d.ts +7 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/extname.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/extname.js +72 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/format.d.ts +7 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/format.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/format.js +15 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts +14 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/from_file_url.js +30 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts +58 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.js +73 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts +6 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/is_absolute.js +31 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts +2 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/is_glob.js +7 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/join.d.ts +6 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/join.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/join.js +76 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts +5 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/join_globs.js +30 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/mod.d.ts +39 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/mod.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/mod.js +58 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts +8 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize.js +134 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts +5 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize_glob.js +20 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/parse.d.ts +8 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/parse.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/parse.js +163 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/relative.d.ts +13 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/relative.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/relative.js +125 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts +6 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/resolve.js +170 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts +14 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/to_file_url.js +35 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts +6 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.js +42 -0
- package/script/tl/0_api.d.ts +155 -9
- package/script/tl/0_api.d.ts.map +1 -1
- package/script/tl/0_api.js +233 -16
- package/script/transport/2_transport_provider.d.ts +1 -0
- package/script/transport/2_transport_provider.d.ts.map +1 -1
- package/script/transport/2_transport_provider.js +10 -1
- package/script/types/0_refunded_payment.d.ts +29 -0
- package/script/types/0_refunded_payment.d.ts.map +1 -0
- package/script/types/0_refunded_payment.js +33 -0
- package/script/types/2_chat.d.ts +1 -0
- package/script/types/2_chat.d.ts.map +1 -1
- package/script/types/2_chat.js +1 -0
- package/script/types/4_message.d.ts +11 -1
- package/script/types/4_message.d.ts.map +1 -1
- package/script/types/4_message.js +6 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/almost_equals.d.ts +0 -29
- package/esm/deps/jsr.io/@std/assert/1.0.1/almost_equals.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/almost_equals.js +0 -46
- package/esm/deps/jsr.io/@std/assert/1.0.1/array_includes.d.ts +0 -24
- package/esm/deps/jsr.io/@std/assert/1.0.1/array_includes.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/array_includes.js +0 -46
- package/esm/deps/jsr.io/@std/assert/1.0.1/assert.d.ts +0 -16
- package/esm/deps/jsr.io/@std/assert/1.0.1/assert.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/assert.js +0 -22
- package/esm/deps/jsr.io/@std/assert/1.0.1/assertion_error.d.ts +0 -18
- package/esm/deps/jsr.io/@std/assert/1.0.1/assertion_error.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/assertion_error.js +0 -22
- package/esm/deps/jsr.io/@std/assert/1.0.1/equal.d.ts +0 -17
- package/esm/deps/jsr.io/@std/assert/1.0.1/equal.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/equal.js +0 -113
- package/esm/deps/jsr.io/@std/assert/1.0.1/equals.d.ts +0 -22
- package/esm/deps/jsr.io/@std/assert/1.0.1/equals.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/equals.js +0 -42
- package/esm/deps/jsr.io/@std/assert/1.0.1/exists.d.ts +0 -18
- package/esm/deps/jsr.io/@std/assert/1.0.1/exists.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/exists.js +0 -27
- package/esm/deps/jsr.io/@std/assert/1.0.1/fail.d.ts +0 -15
- package/esm/deps/jsr.io/@std/assert/1.0.1/fail.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/fail.js +0 -20
- package/esm/deps/jsr.io/@std/assert/1.0.1/false.d.ts +0 -18
- package/esm/deps/jsr.io/@std/assert/1.0.1/false.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/false.js +0 -22
- package/esm/deps/jsr.io/@std/assert/1.0.1/greater.d.ts +0 -20
- package/esm/deps/jsr.io/@std/assert/1.0.1/greater.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/greater.js +0 -29
- package/esm/deps/jsr.io/@std/assert/1.0.1/greater_or_equal.d.ts +0 -20
- package/esm/deps/jsr.io/@std/assert/1.0.1/greater_or_equal.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/greater_or_equal.js +0 -29
- package/esm/deps/jsr.io/@std/assert/1.0.1/instance_of.d.ts +0 -23
- package/esm/deps/jsr.io/@std/assert/1.0.1/instance_of.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/instance_of.js +0 -52
- package/esm/deps/jsr.io/@std/assert/1.0.1/is_error.d.ts +0 -25
- package/esm/deps/jsr.io/@std/assert/1.0.1/is_error.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/is_error.js +0 -53
- package/esm/deps/jsr.io/@std/assert/1.0.1/less.d.ts +0 -19
- package/esm/deps/jsr.io/@std/assert/1.0.1/less.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/less.js +0 -28
- package/esm/deps/jsr.io/@std/assert/1.0.1/less_or_equal.d.ts +0 -20
- package/esm/deps/jsr.io/@std/assert/1.0.1/less_or_equal.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/less_or_equal.js +0 -29
- package/esm/deps/jsr.io/@std/assert/1.0.1/match.d.ts +0 -18
- package/esm/deps/jsr.io/@std/assert/1.0.1/match.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/match.js +0 -26
- package/esm/deps/jsr.io/@std/assert/1.0.1/mod.d.ts +0 -44
- package/esm/deps/jsr.io/@std/assert/1.0.1/mod.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/mod.js +0 -45
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_equals.d.ts +0 -21
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_equals.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_equals.js +0 -32
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_instance_of.d.ts +0 -20
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_instance_of.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_instance_of.js +0 -29
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_match.d.ts +0 -18
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_match.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_match.js +0 -26
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_strict_equals.d.ts +0 -23
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_strict_equals.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_strict_equals.js +0 -32
- package/esm/deps/jsr.io/@std/assert/1.0.1/object_match.d.ts +0 -26
- package/esm/deps/jsr.io/@std/assert/1.0.1/object_match.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/object_match.js +0 -157
- package/esm/deps/jsr.io/@std/assert/1.0.1/rejects.d.ts +0 -42
- package/esm/deps/jsr.io/@std/assert/1.0.1/rejects.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/rejects.js +0 -54
- package/esm/deps/jsr.io/@std/assert/1.0.1/strict_equals.d.ts +0 -24
- package/esm/deps/jsr.io/@std/assert/1.0.1/strict_equals.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/strict_equals.js +0 -53
- package/esm/deps/jsr.io/@std/assert/1.0.1/string_includes.d.ts +0 -18
- package/esm/deps/jsr.io/@std/assert/1.0.1/string_includes.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/string_includes.js +0 -26
- package/esm/deps/jsr.io/@std/assert/1.0.1/throws.d.ts +0 -45
- package/esm/deps/jsr.io/@std/assert/1.0.1/throws.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/throws.js +0 -45
- package/esm/deps/jsr.io/@std/assert/1.0.1/unimplemented.d.ts +0 -15
- package/esm/deps/jsr.io/@std/assert/1.0.1/unimplemented.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/unimplemented.js +0 -20
- package/esm/deps/jsr.io/@std/assert/1.0.1/unreachable.d.ts +0 -15
- package/esm/deps/jsr.io/@std/assert/1.0.1/unreachable.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/assert/1.0.1/unreachable.js +0 -20
- package/esm/deps/jsr.io/@std/bytes/1.0.2/concat.d.ts +0 -19
- package/esm/deps/jsr.io/@std/bytes/1.0.2/concat.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/bytes/1.0.2/concat.js +0 -32
- package/esm/deps/jsr.io/@std/encoding/1.0.1/_validate_binary_like.d.ts +0 -2
- package/esm/deps/jsr.io/@std/encoding/1.0.1/_validate_binary_like.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/encoding/1.0.1/base64.d.ts +0 -38
- package/esm/deps/jsr.io/@std/encoding/1.0.1/base64.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/encoding/1.0.1/base64.js +0 -163
- package/esm/deps/jsr.io/@std/internal/1.0.1/build_message.d.ts +0 -82
- package/esm/deps/jsr.io/@std/internal/1.0.1/build_message.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/internal/1.0.1/build_message.js +0 -110
- package/esm/deps/jsr.io/@std/internal/1.0.1/diff.d.ts +0 -140
- package/esm/deps/jsr.io/@std/internal/1.0.1/diff.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/internal/1.0.1/diff.js +0 -276
- package/esm/deps/jsr.io/@std/internal/1.0.1/diff_str.d.ts +0 -99
- package/esm/deps/jsr.io/@std/internal/1.0.1/diff_str.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/internal/1.0.1/diff_str.js +0 -178
- package/esm/deps/jsr.io/@std/internal/1.0.1/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/internal/1.0.1/format.js +0 -37
- package/esm/deps/jsr.io/@std/internal/1.0.1/mod.d.ts +0 -43
- package/esm/deps/jsr.io/@std/internal/1.0.1/mod.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/internal/1.0.1/mod.js +0 -44
- package/esm/deps/jsr.io/@std/internal/1.0.1/styles.d.ts +0 -159
- package/esm/deps/jsr.io/@std/internal/1.0.1/styles.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/internal/1.0.1/styles.js +0 -207
- package/esm/deps/jsr.io/@std/internal/1.0.1/types.d.ts +0 -16
- package/esm/deps/jsr.io/@std/internal/1.0.1/types.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/internal/1.0.1/types.js +0 -2
- package/esm/deps/jsr.io/@std/io/0.224.3/_constants.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/io/0.224.3/iterate_reader.d.ts +0 -70
- package/esm/deps/jsr.io/@std/io/0.224.3/iterate_reader.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/io/0.224.3/iterate_reader.js +0 -86
- package/esm/deps/jsr.io/@std/io/0.224.3/types.d.ts +0 -95
- package/esm/deps/jsr.io/@std/io/0.224.3/types.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/media-types/1.0.2/_db.d.ts +0 -8
- package/esm/deps/jsr.io/@std/media-types/1.0.2/_db.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/media-types/1.0.2/_db.js +0 -33
- package/esm/deps/jsr.io/@std/media-types/1.0.2/_util.d.ts +0 -15
- package/esm/deps/jsr.io/@std/media-types/1.0.2/_util.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/media-types/1.0.2/all_extensions.d.ts +0 -23
- package/esm/deps/jsr.io/@std/media-types/1.0.2/all_extensions.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/media-types/1.0.2/all_extensions.js +0 -34
- package/esm/deps/jsr.io/@std/media-types/1.0.2/content_type.d.ts +0 -43
- package/esm/deps/jsr.io/@std/media-types/1.0.2/content_type.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/media-types/1.0.2/content_type.js +0 -57
- package/esm/deps/jsr.io/@std/media-types/1.0.2/extension.d.ts +0 -24
- package/esm/deps/jsr.io/@std/media-types/1.0.2/extension.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/media-types/1.0.2/extension.js +0 -28
- package/esm/deps/jsr.io/@std/media-types/1.0.2/format_media_type.d.ts +0 -33
- package/esm/deps/jsr.io/@std/media-types/1.0.2/format_media_type.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/media-types/1.0.2/format_media_type.js +0 -77
- package/esm/deps/jsr.io/@std/media-types/1.0.2/get_charset.d.ts +0 -22
- package/esm/deps/jsr.io/@std/media-types/1.0.2/get_charset.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/media-types/1.0.2/get_charset.js +0 -43
- package/esm/deps/jsr.io/@std/media-types/1.0.2/parse_media_type.d.ts +0 -31
- package/esm/deps/jsr.io/@std/media-types/1.0.2/parse_media_type.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/media-types/1.0.2/parse_media_type.js +0 -113
- package/esm/deps/jsr.io/@std/media-types/1.0.2/type_by_extension.d.ts +0 -25
- package/esm/deps/jsr.io/@std/media-types/1.0.2/type_by_extension.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/media-types/1.0.2/type_by_extension.js +0 -31
- package/esm/deps/jsr.io/@std/media-types/1.0.2/vendor/db.d.ts +0 -8796
- package/esm/deps/jsr.io/@std/media-types/1.0.2/vendor/db.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/media-types/1.0.2/vendor/db.js +0 -8831
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/assert_path.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/basename.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/common.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/common.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/common.js +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/constants.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/dirname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/format.d.ts +0 -4
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/from_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/glob_to_reg_exp.d.ts +0 -35
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/glob_to_reg_exp.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/glob_to_reg_exp.js +0 -234
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/normalize.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/normalize_string.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/relative.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/strip_trailing_separators.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/to_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/_os.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.2/_os.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/_os.js +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.2/basename.d.ts +0 -25
- package/esm/deps/jsr.io/@std/path/1.0.2/basename.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/basename.js +0 -33
- package/esm/deps/jsr.io/@std/path/1.0.2/common.d.ts +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.2/common.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/common.js +0 -33
- package/esm/deps/jsr.io/@std/path/1.0.2/constants.d.ts +0 -15
- package/esm/deps/jsr.io/@std/path/1.0.2/constants.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/constants.js +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.2/dirname.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.2/dirname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/dirname.js +0 -26
- package/esm/deps/jsr.io/@std/path/1.0.2/extname.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.2/extname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/extname.js +0 -26
- package/esm/deps/jsr.io/@std/path/1.0.2/format.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.2/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/format.js +0 -27
- package/esm/deps/jsr.io/@std/path/1.0.2/from_file_url.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.2/from_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/from_file_url.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.2/glob_to_regexp.d.ts +0 -77
- package/esm/deps/jsr.io/@std/path/1.0.2/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/glob_to_regexp.js +0 -83
- package/esm/deps/jsr.io/@std/path/1.0.2/is_absolute.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.2/is_absolute.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/is_absolute.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.2/is_glob.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.2/is_glob.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/is_glob.js +0 -42
- package/esm/deps/jsr.io/@std/path/1.0.2/join.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.2/join.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/join.js +0 -26
- package/esm/deps/jsr.io/@std/path/1.0.2/join_globs.d.ts +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.2/join_globs.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/join_globs.js +0 -34
- package/esm/deps/jsr.io/@std/path/1.0.2/mod.d.ts +0 -54
- package/esm/deps/jsr.io/@std/path/1.0.2/mod.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/mod.js +0 -57
- package/esm/deps/jsr.io/@std/path/1.0.2/normalize.d.ts +0 -24
- package/esm/deps/jsr.io/@std/path/1.0.2/normalize.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/normalize.js +0 -30
- package/esm/deps/jsr.io/@std/path/1.0.2/normalize_glob.d.ts +0 -29
- package/esm/deps/jsr.io/@std/path/1.0.2/normalize_glob.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/normalize_glob.js +0 -35
- package/esm/deps/jsr.io/@std/path/1.0.2/parse.d.ts +0 -35
- package/esm/deps/jsr.io/@std/path/1.0.2/parse.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/parse.js +0 -39
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/_util.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/basename.d.ts +0 -37
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/basename.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/basename.js +0 -46
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/constants.d.ts +0 -13
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/constants.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/constants.js +0 -14
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/dirname.d.ts +0 -29
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/dirname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/dirname.js +0 -59
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/extname.d.ts +0 -34
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/extname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/extname.js +0 -86
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/format.d.ts +0 -24
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/format.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/from_file_url.d.ts +0 -16
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/from_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/from_file_url.js +0 -21
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/glob_to_regexp.d.ts +0 -72
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/glob_to_regexp.js +0 -82
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/is_absolute.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/is_absolute.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/is_absolute.js +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/join.d.ts +0 -30
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/join.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/join.js +0 -39
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/join_globs.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/join_globs.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/join_globs.js +0 -39
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/normalize.d.ts +0 -37
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/normalize.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/normalize.js +0 -54
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/normalize_glob.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/normalize_glob.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/normalize_glob.js +0 -31
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/parse.d.ts +0 -25
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/parse.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/parse.js +0 -115
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/relative.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/relative.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/relative.js +0 -106
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/resolve.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/resolve.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/resolve.js +0 -59
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/to_file_url.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/to_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/to_file_url.js +0 -27
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/to_namespaced_path.d.ts +0 -16
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/to_namespaced_path.js +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.2/relative.d.ts +0 -24
- package/esm/deps/jsr.io/@std/path/1.0.2/relative.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/relative.js +0 -30
- package/esm/deps/jsr.io/@std/path/1.0.2/resolve.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.2/resolve.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/resolve.js +0 -30
- package/esm/deps/jsr.io/@std/path/1.0.2/to_file_url.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.2/to_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/to_file_url.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.2/to_namespaced_path.d.ts +0 -21
- package/esm/deps/jsr.io/@std/path/1.0.2/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/to_namespaced_path.js +0 -29
- package/esm/deps/jsr.io/@std/path/1.0.2/types.d.ts +0 -38
- package/esm/deps/jsr.io/@std/path/1.0.2/types.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/types.js +0 -3
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/_util.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/basename.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/basename.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/basename.js +0 -41
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/constants.d.ts +0 -13
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/constants.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/constants.js +0 -14
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/dirname.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/dirname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/dirname.js +0 -109
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/extname.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/extname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/extname.js +0 -78
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/format.d.ts +0 -24
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/format.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/from_file_url.d.ts +0 -18
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/from_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/from_file_url.js +0 -30
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/glob_to_regexp.d.ts +0 -71
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/glob_to_regexp.js +0 -82
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/is_absolute.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/is_absolute.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/is_absolute.js +0 -38
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/join.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/join.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/join.js +0 -71
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/join_globs.d.ts +0 -21
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/join_globs.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/join_globs.js +0 -40
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/normalize.d.ts +0 -19
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/normalize.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/normalize.js +0 -131
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/normalize_glob.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/normalize_glob.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/normalize_glob.js +0 -31
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/parse.d.ts +0 -25
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/parse.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/parse.js +0 -176
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/relative.d.ts +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/relative.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/relative.js +0 -131
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/resolve.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/resolve.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/resolve.js +0 -154
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/to_file_url.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/to_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/to_file_url.js +0 -34
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/to_namespaced_path.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/to_namespaced_path.js +0 -49
- package/script/deps/jsr.io/@std/assert/1.0.1/almost_equals.d.ts +0 -29
- package/script/deps/jsr.io/@std/assert/1.0.1/almost_equals.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/almost_equals.js +0 -50
- package/script/deps/jsr.io/@std/assert/1.0.1/array_includes.d.ts +0 -24
- package/script/deps/jsr.io/@std/assert/1.0.1/array_includes.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/array_includes.js +0 -50
- package/script/deps/jsr.io/@std/assert/1.0.1/assert.d.ts +0 -16
- package/script/deps/jsr.io/@std/assert/1.0.1/assert.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/assert.js +0 -26
- package/script/deps/jsr.io/@std/assert/1.0.1/assertion_error.d.ts +0 -18
- package/script/deps/jsr.io/@std/assert/1.0.1/assertion_error.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/assertion_error.js +0 -26
- package/script/deps/jsr.io/@std/assert/1.0.1/equal.d.ts +0 -17
- package/script/deps/jsr.io/@std/assert/1.0.1/equal.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/equal.js +0 -117
- package/script/deps/jsr.io/@std/assert/1.0.1/equals.d.ts +0 -22
- package/script/deps/jsr.io/@std/assert/1.0.1/equals.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/equals.js +0 -46
- package/script/deps/jsr.io/@std/assert/1.0.1/exists.d.ts +0 -18
- package/script/deps/jsr.io/@std/assert/1.0.1/exists.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/exists.js +0 -31
- package/script/deps/jsr.io/@std/assert/1.0.1/fail.d.ts +0 -15
- package/script/deps/jsr.io/@std/assert/1.0.1/fail.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/fail.js +0 -24
- package/script/deps/jsr.io/@std/assert/1.0.1/false.d.ts +0 -18
- package/script/deps/jsr.io/@std/assert/1.0.1/false.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/false.js +0 -26
- package/script/deps/jsr.io/@std/assert/1.0.1/greater.d.ts +0 -20
- package/script/deps/jsr.io/@std/assert/1.0.1/greater.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/greater.js +0 -33
- package/script/deps/jsr.io/@std/assert/1.0.1/greater_or_equal.d.ts +0 -20
- package/script/deps/jsr.io/@std/assert/1.0.1/greater_or_equal.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/greater_or_equal.js +0 -33
- package/script/deps/jsr.io/@std/assert/1.0.1/instance_of.d.ts +0 -23
- package/script/deps/jsr.io/@std/assert/1.0.1/instance_of.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/instance_of.js +0 -56
- package/script/deps/jsr.io/@std/assert/1.0.1/is_error.d.ts +0 -25
- package/script/deps/jsr.io/@std/assert/1.0.1/is_error.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/is_error.js +0 -57
- package/script/deps/jsr.io/@std/assert/1.0.1/less.d.ts +0 -19
- package/script/deps/jsr.io/@std/assert/1.0.1/less.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/less.js +0 -32
- package/script/deps/jsr.io/@std/assert/1.0.1/less_or_equal.d.ts +0 -20
- package/script/deps/jsr.io/@std/assert/1.0.1/less_or_equal.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/less_or_equal.js +0 -33
- package/script/deps/jsr.io/@std/assert/1.0.1/match.d.ts +0 -18
- package/script/deps/jsr.io/@std/assert/1.0.1/match.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/match.js +0 -30
- package/script/deps/jsr.io/@std/assert/1.0.1/mod.d.ts +0 -44
- package/script/deps/jsr.io/@std/assert/1.0.1/mod.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/mod.js +0 -61
- package/script/deps/jsr.io/@std/assert/1.0.1/not_equals.d.ts +0 -21
- package/script/deps/jsr.io/@std/assert/1.0.1/not_equals.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/not_equals.js +0 -36
- package/script/deps/jsr.io/@std/assert/1.0.1/not_instance_of.d.ts +0 -20
- package/script/deps/jsr.io/@std/assert/1.0.1/not_instance_of.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/not_instance_of.js +0 -33
- package/script/deps/jsr.io/@std/assert/1.0.1/not_match.d.ts +0 -18
- package/script/deps/jsr.io/@std/assert/1.0.1/not_match.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/not_match.js +0 -30
- package/script/deps/jsr.io/@std/assert/1.0.1/not_strict_equals.d.ts +0 -23
- package/script/deps/jsr.io/@std/assert/1.0.1/not_strict_equals.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/not_strict_equals.js +0 -36
- package/script/deps/jsr.io/@std/assert/1.0.1/object_match.d.ts +0 -26
- package/script/deps/jsr.io/@std/assert/1.0.1/object_match.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/object_match.js +0 -161
- package/script/deps/jsr.io/@std/assert/1.0.1/rejects.d.ts +0 -42
- package/script/deps/jsr.io/@std/assert/1.0.1/rejects.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/rejects.js +0 -58
- package/script/deps/jsr.io/@std/assert/1.0.1/strict_equals.d.ts +0 -24
- package/script/deps/jsr.io/@std/assert/1.0.1/strict_equals.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/strict_equals.js +0 -57
- package/script/deps/jsr.io/@std/assert/1.0.1/string_includes.d.ts +0 -18
- package/script/deps/jsr.io/@std/assert/1.0.1/string_includes.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/string_includes.js +0 -30
- package/script/deps/jsr.io/@std/assert/1.0.1/throws.d.ts +0 -45
- package/script/deps/jsr.io/@std/assert/1.0.1/throws.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/throws.js +0 -49
- package/script/deps/jsr.io/@std/assert/1.0.1/unimplemented.d.ts +0 -15
- package/script/deps/jsr.io/@std/assert/1.0.1/unimplemented.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/unimplemented.js +0 -24
- package/script/deps/jsr.io/@std/assert/1.0.1/unreachable.d.ts +0 -15
- package/script/deps/jsr.io/@std/assert/1.0.1/unreachable.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/assert/1.0.1/unreachable.js +0 -24
- package/script/deps/jsr.io/@std/bytes/1.0.2/concat.d.ts +0 -19
- package/script/deps/jsr.io/@std/bytes/1.0.2/concat.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/bytes/1.0.2/concat.js +0 -36
- package/script/deps/jsr.io/@std/encoding/1.0.1/_validate_binary_like.d.ts +0 -2
- package/script/deps/jsr.io/@std/encoding/1.0.1/_validate_binary_like.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/encoding/1.0.1/base64.d.ts +0 -38
- package/script/deps/jsr.io/@std/encoding/1.0.1/base64.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/encoding/1.0.1/base64.js +0 -168
- package/script/deps/jsr.io/@std/internal/1.0.1/build_message.d.ts +0 -82
- package/script/deps/jsr.io/@std/internal/1.0.1/build_message.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/internal/1.0.1/build_message.js +0 -116
- package/script/deps/jsr.io/@std/internal/1.0.1/diff.d.ts +0 -140
- package/script/deps/jsr.io/@std/internal/1.0.1/diff.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/internal/1.0.1/diff.js +0 -284
- package/script/deps/jsr.io/@std/internal/1.0.1/diff_str.d.ts +0 -99
- package/script/deps/jsr.io/@std/internal/1.0.1/diff_str.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/internal/1.0.1/diff_str.js +0 -185
- package/script/deps/jsr.io/@std/internal/1.0.1/format.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/internal/1.0.1/format.js +0 -64
- package/script/deps/jsr.io/@std/internal/1.0.1/mod.d.ts +0 -43
- package/script/deps/jsr.io/@std/internal/1.0.1/mod.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/internal/1.0.1/mod.js +0 -60
- package/script/deps/jsr.io/@std/internal/1.0.1/styles.d.ts +0 -159
- package/script/deps/jsr.io/@std/internal/1.0.1/styles.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/internal/1.0.1/styles.js +0 -243
- package/script/deps/jsr.io/@std/internal/1.0.1/types.d.ts +0 -16
- package/script/deps/jsr.io/@std/internal/1.0.1/types.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/internal/1.0.1/types.js +0 -3
- package/script/deps/jsr.io/@std/io/0.224.3/_constants.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/io/0.224.3/iterate_reader.d.ts +0 -70
- package/script/deps/jsr.io/@std/io/0.224.3/iterate_reader.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/io/0.224.3/iterate_reader.js +0 -91
- package/script/deps/jsr.io/@std/io/0.224.3/types.d.ts +0 -95
- package/script/deps/jsr.io/@std/io/0.224.3/types.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/media-types/1.0.2/_db.d.ts +0 -8
- package/script/deps/jsr.io/@std/media-types/1.0.2/_db.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/media-types/1.0.2/_db.js +0 -40
- package/script/deps/jsr.io/@std/media-types/1.0.2/_util.d.ts +0 -15
- package/script/deps/jsr.io/@std/media-types/1.0.2/_util.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/media-types/1.0.2/all_extensions.d.ts +0 -23
- package/script/deps/jsr.io/@std/media-types/1.0.2/all_extensions.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/media-types/1.0.2/all_extensions.js +0 -38
- package/script/deps/jsr.io/@std/media-types/1.0.2/content_type.d.ts +0 -43
- package/script/deps/jsr.io/@std/media-types/1.0.2/content_type.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/media-types/1.0.2/content_type.js +0 -61
- package/script/deps/jsr.io/@std/media-types/1.0.2/extension.d.ts +0 -24
- package/script/deps/jsr.io/@std/media-types/1.0.2/extension.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/media-types/1.0.2/extension.js +0 -32
- package/script/deps/jsr.io/@std/media-types/1.0.2/format_media_type.d.ts +0 -33
- package/script/deps/jsr.io/@std/media-types/1.0.2/format_media_type.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/media-types/1.0.2/format_media_type.js +0 -81
- package/script/deps/jsr.io/@std/media-types/1.0.2/get_charset.d.ts +0 -22
- package/script/deps/jsr.io/@std/media-types/1.0.2/get_charset.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/media-types/1.0.2/get_charset.js +0 -47
- package/script/deps/jsr.io/@std/media-types/1.0.2/parse_media_type.d.ts +0 -31
- package/script/deps/jsr.io/@std/media-types/1.0.2/parse_media_type.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/media-types/1.0.2/parse_media_type.js +0 -117
- package/script/deps/jsr.io/@std/media-types/1.0.2/type_by_extension.d.ts +0 -25
- package/script/deps/jsr.io/@std/media-types/1.0.2/type_by_extension.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/media-types/1.0.2/type_by_extension.js +0 -35
- package/script/deps/jsr.io/@std/media-types/1.0.2/vendor/db.d.ts +0 -8796
- package/script/deps/jsr.io/@std/media-types/1.0.2/vendor/db.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/media-types/1.0.2/vendor/db.js +0 -8833
- package/script/deps/jsr.io/@std/path/1.0.2/_common/assert_path.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/_common/basename.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/_common/common.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.2/_common/common.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/_common/common.js +0 -27
- package/script/deps/jsr.io/@std/path/1.0.2/_common/constants.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/_common/dirname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/_common/format.d.ts +0 -4
- package/script/deps/jsr.io/@std/path/1.0.2/_common/format.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/_common/from_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/_common/glob_to_reg_exp.d.ts +0 -35
- package/script/deps/jsr.io/@std/path/1.0.2/_common/glob_to_reg_exp.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/_common/glob_to_reg_exp.js +0 -238
- package/script/deps/jsr.io/@std/path/1.0.2/_common/normalize.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/_common/normalize_string.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/_common/relative.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/_common/strip_trailing_separators.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/_common/to_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/_os.d.ts +0 -2
- package/script/deps/jsr.io/@std/path/1.0.2/_os.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/_os.js +0 -43
- package/script/deps/jsr.io/@std/path/1.0.2/basename.d.ts +0 -25
- package/script/deps/jsr.io/@std/path/1.0.2/basename.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/basename.js +0 -37
- package/script/deps/jsr.io/@std/path/1.0.2/common.d.ts +0 -28
- package/script/deps/jsr.io/@std/path/1.0.2/common.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/common.js +0 -37
- package/script/deps/jsr.io/@std/path/1.0.2/constants.d.ts +0 -15
- package/script/deps/jsr.io/@std/path/1.0.2/constants.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/constants.js +0 -20
- package/script/deps/jsr.io/@std/path/1.0.2/dirname.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.2/dirname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/dirname.js +0 -30
- package/script/deps/jsr.io/@std/path/1.0.2/extname.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.2/extname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/extname.js +0 -30
- package/script/deps/jsr.io/@std/path/1.0.2/format.d.ts +0 -22
- package/script/deps/jsr.io/@std/path/1.0.2/format.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/format.js +0 -31
- package/script/deps/jsr.io/@std/path/1.0.2/from_file_url.d.ts +0 -22
- package/script/deps/jsr.io/@std/path/1.0.2/from_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/from_file_url.js +0 -32
- package/script/deps/jsr.io/@std/path/1.0.2/glob_to_regexp.d.ts +0 -77
- package/script/deps/jsr.io/@std/path/1.0.2/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/glob_to_regexp.js +0 -87
- package/script/deps/jsr.io/@std/path/1.0.2/is_absolute.d.ts +0 -22
- package/script/deps/jsr.io/@std/path/1.0.2/is_absolute.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/is_absolute.js +0 -32
- package/script/deps/jsr.io/@std/path/1.0.2/is_glob.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.2/is_glob.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/is_glob.js +0 -46
- package/script/deps/jsr.io/@std/path/1.0.2/join.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.2/join.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/join.js +0 -30
- package/script/deps/jsr.io/@std/path/1.0.2/join_globs.d.ts +0 -28
- package/script/deps/jsr.io/@std/path/1.0.2/join_globs.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/join_globs.js +0 -38
- package/script/deps/jsr.io/@std/path/1.0.2/mod.d.ts +0 -54
- package/script/deps/jsr.io/@std/path/1.0.2/mod.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/mod.js +0 -73
- package/script/deps/jsr.io/@std/path/1.0.2/normalize.d.ts +0 -24
- package/script/deps/jsr.io/@std/path/1.0.2/normalize.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/normalize.js +0 -34
- package/script/deps/jsr.io/@std/path/1.0.2/normalize_glob.d.ts +0 -29
- package/script/deps/jsr.io/@std/path/1.0.2/normalize_glob.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/normalize_glob.js +0 -39
- package/script/deps/jsr.io/@std/path/1.0.2/parse.d.ts +0 -35
- package/script/deps/jsr.io/@std/path/1.0.2/parse.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/parse.js +0 -43
- package/script/deps/jsr.io/@std/path/1.0.2/posix/_util.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/posix/basename.d.ts +0 -37
- package/script/deps/jsr.io/@std/path/1.0.2/posix/basename.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/posix/basename.js +0 -50
- package/script/deps/jsr.io/@std/path/1.0.2/posix/constants.d.ts +0 -13
- package/script/deps/jsr.io/@std/path/1.0.2/posix/constants.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/posix/constants.js +0 -17
- package/script/deps/jsr.io/@std/path/1.0.2/posix/dirname.d.ts +0 -29
- package/script/deps/jsr.io/@std/path/1.0.2/posix/dirname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/posix/dirname.js +0 -63
- package/script/deps/jsr.io/@std/path/1.0.2/posix/extname.d.ts +0 -34
- package/script/deps/jsr.io/@std/path/1.0.2/posix/extname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/posix/extname.js +0 -90
- package/script/deps/jsr.io/@std/path/1.0.2/posix/format.d.ts +0 -24
- package/script/deps/jsr.io/@std/path/1.0.2/posix/format.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/posix/format.js +0 -32
- package/script/deps/jsr.io/@std/path/1.0.2/posix/from_file_url.d.ts +0 -16
- package/script/deps/jsr.io/@std/path/1.0.2/posix/from_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/posix/from_file_url.js +0 -25
- package/script/deps/jsr.io/@std/path/1.0.2/posix/glob_to_regexp.d.ts +0 -72
- package/script/deps/jsr.io/@std/path/1.0.2/posix/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/posix/glob_to_regexp.js +0 -86
- package/script/deps/jsr.io/@std/path/1.0.2/posix/is_absolute.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.2/posix/is_absolute.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/posix/is_absolute.js +0 -27
- package/script/deps/jsr.io/@std/path/1.0.2/posix/join.d.ts +0 -30
- package/script/deps/jsr.io/@std/path/1.0.2/posix/join.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/posix/join.js +0 -43
- package/script/deps/jsr.io/@std/path/1.0.2/posix/join_globs.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.2/posix/join_globs.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/posix/join_globs.js +0 -43
- package/script/deps/jsr.io/@std/path/1.0.2/posix/normalize.d.ts +0 -37
- package/script/deps/jsr.io/@std/path/1.0.2/posix/normalize.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/posix/normalize.js +0 -58
- package/script/deps/jsr.io/@std/path/1.0.2/posix/normalize_glob.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.2/posix/normalize_glob.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/posix/normalize_glob.js +0 -35
- package/script/deps/jsr.io/@std/path/1.0.2/posix/parse.d.ts +0 -25
- package/script/deps/jsr.io/@std/path/1.0.2/posix/parse.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/posix/parse.js +0 -119
- package/script/deps/jsr.io/@std/path/1.0.2/posix/relative.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.2/posix/relative.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/posix/relative.js +0 -110
- package/script/deps/jsr.io/@std/path/1.0.2/posix/resolve.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.2/posix/resolve.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/posix/resolve.js +0 -86
- package/script/deps/jsr.io/@std/path/1.0.2/posix/to_file_url.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.2/posix/to_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/posix/to_file_url.js +0 -31
- package/script/deps/jsr.io/@std/path/1.0.2/posix/to_namespaced_path.d.ts +0 -16
- package/script/deps/jsr.io/@std/path/1.0.2/posix/to_namespaced_path.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/posix/to_namespaced_path.js +0 -24
- package/script/deps/jsr.io/@std/path/1.0.2/relative.d.ts +0 -24
- package/script/deps/jsr.io/@std/path/1.0.2/relative.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/relative.js +0 -34
- package/script/deps/jsr.io/@std/path/1.0.2/resolve.d.ts +0 -22
- package/script/deps/jsr.io/@std/path/1.0.2/resolve.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/resolve.js +0 -34
- package/script/deps/jsr.io/@std/path/1.0.2/to_file_url.d.ts +0 -22
- package/script/deps/jsr.io/@std/path/1.0.2/to_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/to_file_url.js +0 -32
- package/script/deps/jsr.io/@std/path/1.0.2/to_namespaced_path.d.ts +0 -21
- package/script/deps/jsr.io/@std/path/1.0.2/to_namespaced_path.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/to_namespaced_path.js +0 -33
- package/script/deps/jsr.io/@std/path/1.0.2/types.d.ts +0 -38
- package/script/deps/jsr.io/@std/path/1.0.2/types.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/types.js +0 -4
- package/script/deps/jsr.io/@std/path/1.0.2/windows/_util.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/windows/basename.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.2/windows/basename.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/windows/basename.js +0 -45
- package/script/deps/jsr.io/@std/path/1.0.2/windows/constants.d.ts +0 -13
- package/script/deps/jsr.io/@std/path/1.0.2/windows/constants.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/windows/constants.js +0 -17
- package/script/deps/jsr.io/@std/path/1.0.2/windows/dirname.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.2/windows/dirname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/windows/dirname.js +0 -113
- package/script/deps/jsr.io/@std/path/1.0.2/windows/extname.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.2/windows/extname.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/windows/extname.js +0 -82
- package/script/deps/jsr.io/@std/path/1.0.2/windows/format.d.ts +0 -24
- package/script/deps/jsr.io/@std/path/1.0.2/windows/format.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/windows/format.js +0 -32
- package/script/deps/jsr.io/@std/path/1.0.2/windows/from_file_url.d.ts +0 -18
- package/script/deps/jsr.io/@std/path/1.0.2/windows/from_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/windows/from_file_url.js +0 -34
- package/script/deps/jsr.io/@std/path/1.0.2/windows/glob_to_regexp.d.ts +0 -71
- package/script/deps/jsr.io/@std/path/1.0.2/windows/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/windows/glob_to_regexp.js +0 -86
- package/script/deps/jsr.io/@std/path/1.0.2/windows/is_absolute.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.2/windows/is_absolute.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/windows/is_absolute.js +0 -42
- package/script/deps/jsr.io/@std/path/1.0.2/windows/join.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.2/windows/join.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/windows/join.js +0 -75
- package/script/deps/jsr.io/@std/path/1.0.2/windows/join_globs.d.ts +0 -21
- package/script/deps/jsr.io/@std/path/1.0.2/windows/join_globs.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/windows/join_globs.js +0 -44
- package/script/deps/jsr.io/@std/path/1.0.2/windows/normalize.d.ts +0 -19
- package/script/deps/jsr.io/@std/path/1.0.2/windows/normalize.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/windows/normalize.js +0 -135
- package/script/deps/jsr.io/@std/path/1.0.2/windows/normalize_glob.d.ts +0 -20
- package/script/deps/jsr.io/@std/path/1.0.2/windows/normalize_glob.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/windows/normalize_glob.js +0 -35
- package/script/deps/jsr.io/@std/path/1.0.2/windows/parse.d.ts +0 -25
- package/script/deps/jsr.io/@std/path/1.0.2/windows/parse.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/windows/parse.js +0 -180
- package/script/deps/jsr.io/@std/path/1.0.2/windows/relative.d.ts +0 -23
- package/script/deps/jsr.io/@std/path/1.0.2/windows/relative.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/windows/relative.js +0 -135
- package/script/deps/jsr.io/@std/path/1.0.2/windows/resolve.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.2/windows/resolve.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/windows/resolve.js +0 -181
- package/script/deps/jsr.io/@std/path/1.0.2/windows/to_file_url.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.2/windows/to_file_url.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/windows/to_file_url.js +0 -38
- package/script/deps/jsr.io/@std/path/1.0.2/windows/to_namespaced_path.d.ts +0 -17
- package/script/deps/jsr.io/@std/path/1.0.2/windows/to_namespaced_path.d.ts.map +0 -1
- package/script/deps/jsr.io/@std/path/1.0.2/windows/to_namespaced_path.js +0 -53
- /package/esm/deps/{jsr.io/@std/encoding/1.0.1/_validate_binary_like.js → deno.land/std@0.224.0/encoding/_util.js} +0 -0
- /package/esm/deps/{jsr.io/@std/internal/1.0.1 → deno.land/std@0.224.0/internal}/format.d.ts +0 -0
- /package/esm/deps/{jsr.io/@std/io/0.224.3 → deno.land/std@0.224.0/io}/_constants.d.ts +0 -0
- /package/esm/deps/{jsr.io/@std/io/0.224.3 → deno.land/std@0.224.0/io}/_constants.js +0 -0
- /package/esm/deps/{jsr.io/@std/media-types/1.0.2 → deno.land/std@0.224.0/media_types}/_util.js +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/assert_path.d.ts +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/assert_path.js +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/basename.d.ts +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/basename.js +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/constants.d.ts +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/constants.js +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/dirname.d.ts +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/dirname.js +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/format.js +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/from_file_url.d.ts +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/from_file_url.js +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/normalize.d.ts +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/normalize.js +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/normalize_string.d.ts +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/normalize_string.js +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/relative.d.ts +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/relative.js +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/strip_trailing_separators.d.ts +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/strip_trailing_separators.js +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/to_file_url.d.ts +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/to_file_url.js +0 -0
- /package/esm/deps/{jsr.io/@std/io/0.224.3/types.js → deno.land/std@0.224.0/path/_interface.js} +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/posix/_util.d.ts +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/posix/_util.js +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/windows/_util.d.ts +0 -0
- /package/esm/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/windows/_util.js +0 -0
- /package/script/deps/{jsr.io/@std/encoding/1.0.1/_validate_binary_like.js → deno.land/std@0.224.0/encoding/_util.js} +0 -0
- /package/script/deps/{jsr.io/@std/internal/1.0.1 → deno.land/std@0.224.0/internal}/format.d.ts +0 -0
- /package/script/deps/{jsr.io/@std/io/0.224.3 → deno.land/std@0.224.0/io}/_constants.d.ts +0 -0
- /package/script/deps/{jsr.io/@std/io/0.224.3 → deno.land/std@0.224.0/io}/_constants.js +0 -0
- /package/script/deps/{jsr.io/@std/media-types/1.0.2 → deno.land/std@0.224.0/media_types}/_util.js +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/assert_path.d.ts +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/assert_path.js +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/basename.d.ts +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/basename.js +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/constants.d.ts +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/constants.js +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/dirname.d.ts +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/dirname.js +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/format.js +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/from_file_url.d.ts +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/from_file_url.js +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/normalize.d.ts +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/normalize.js +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/normalize_string.d.ts +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/normalize_string.js +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/relative.d.ts +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/relative.js +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/strip_trailing_separators.d.ts +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/strip_trailing_separators.js +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/to_file_url.d.ts +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/_common/to_file_url.js +0 -0
- /package/script/deps/{jsr.io/@std/io/0.224.3/types.js → deno.land/std@0.224.0/path/_interface.js} +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/posix/_util.d.ts +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/posix/_util.js +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/windows/_util.d.ts +0 -0
- /package/script/deps/{jsr.io/@std/path/1.0.2 → deno.land/std@0.224.0/path}/windows/_util.js +0 -0
package/esm/tl/0_api.js
CHANGED
|
@@ -75,6 +75,7 @@ const map = new Map([
|
|
|
75
75
|
[0xF392B7F4, "inputPhoneContact"],
|
|
76
76
|
[0xF52FF27F, "inputFile"],
|
|
77
77
|
[0xFA4F0BB5, "inputFileBig"],
|
|
78
|
+
[0x62DC8B48, "inputFileStoryDocument"],
|
|
78
79
|
[0x9664F57F, "inputMediaEmpty"],
|
|
79
80
|
[0x1E287D04, "inputMediaUploadedPhoto"],
|
|
80
81
|
[0xB3BA0635, "inputMediaPhoto"],
|
|
@@ -124,7 +125,7 @@ const map = new Map([
|
|
|
124
125
|
[0xB3CEA0E4, "storage.fileMp4"],
|
|
125
126
|
[0x1081464C, "storage.fileWebp"],
|
|
126
127
|
[0xD3BC4B7A, "userEmpty"],
|
|
127
|
-
[
|
|
128
|
+
[0x83314FCA, "user"],
|
|
128
129
|
[0x4F11BAE1, "userProfilePhotoEmpty"],
|
|
129
130
|
[0x82D1F706, "userProfilePhoto"],
|
|
130
131
|
[0x09D05049, "userStatusEmpty"],
|
|
@@ -211,6 +212,7 @@ const map = new Map([
|
|
|
211
212
|
[0xCC02AA6D, "messageActionBoostApply"],
|
|
212
213
|
[0x93B31848, "messageActionRequestedPeerSentMe"],
|
|
213
214
|
[0x41B3E202, "messageActionPaymentRefunded"],
|
|
215
|
+
[0x45D5B021, "messageActionGiftStars"],
|
|
214
216
|
[0xD58A08C6, "dialog"],
|
|
215
217
|
[0x71BD134C, "dialogFolder"],
|
|
216
218
|
[0x2331B22D, "photoEmpty"],
|
|
@@ -541,7 +543,7 @@ const map = new Map([
|
|
|
541
543
|
[0x6C37C15C, "documentAttributeImageSize"],
|
|
542
544
|
[0x11B58939, "documentAttributeAnimated"],
|
|
543
545
|
[0x6319D612, "documentAttributeSticker"],
|
|
544
|
-
[
|
|
546
|
+
[0x17399FAD, "documentAttributeVideo"],
|
|
545
547
|
[0x9852F9C6, "documentAttributeAudio"],
|
|
546
548
|
[0x15590068, "documentAttributeFilename"],
|
|
547
549
|
[0x9801D2F7, "documentAttributeHasStickers"],
|
|
@@ -712,6 +714,7 @@ const map = new Map([
|
|
|
712
714
|
[0x1E76A78C, "topPeerCategoryPhoneCalls"],
|
|
713
715
|
[0xA8406CA9, "topPeerCategoryForwardUsers"],
|
|
714
716
|
[0xFBEEC0F0, "topPeerCategoryForwardChats"],
|
|
717
|
+
[0xFD9E7BEC, "topPeerCategoryBotsApp"],
|
|
715
718
|
[0xFB834291, "topPeerCategoryPeers"],
|
|
716
719
|
[0xDE266EF5, "contacts.topPeersNotModified"],
|
|
717
720
|
[0x70B772A8, "contacts.topPeers"],
|
|
@@ -1159,7 +1162,7 @@ const map = new Map([
|
|
|
1159
1162
|
[0xC5B56859, "inputInvoiceMessage"],
|
|
1160
1163
|
[0xC326CAEF, "inputInvoiceSlug"],
|
|
1161
1164
|
[0x98986C0D, "inputInvoicePremiumGiftCode"],
|
|
1162
|
-
[
|
|
1165
|
+
[0x65F00CE3, "inputInvoiceStars"],
|
|
1163
1166
|
[0xAED0CBD9, "payments.exportedInvoice"],
|
|
1164
1167
|
[0xCFB9D957, "messages.transcribedAudio"],
|
|
1165
1168
|
[0x5334759C, "help.premiumPromo"],
|
|
@@ -1167,7 +1170,8 @@ const map = new Map([
|
|
|
1167
1170
|
[0x616F7FE8, "inputStorePaymentGiftPremium"],
|
|
1168
1171
|
[0xA3805F3F, "inputStorePaymentPremiumGiftCode"],
|
|
1169
1172
|
[0x160544CA, "inputStorePaymentPremiumGiveaway"],
|
|
1170
|
-
[
|
|
1173
|
+
[0xDDDD0F56, "inputStorePaymentStarsTopup"],
|
|
1174
|
+
[0x1D741EF7, "inputStorePaymentStarsGift"],
|
|
1171
1175
|
[0x74C34319, "premiumGiftOption"],
|
|
1172
1176
|
[0x88F8F21B, "paymentFormMethod"],
|
|
1173
1177
|
[0x2DE11AAE, "emojiStatusEmpty"],
|
|
@@ -1261,6 +1265,7 @@ const map = new Map([
|
|
|
1261
1265
|
[0x770416AF, "mediaAreaChannelPost"],
|
|
1262
1266
|
[0x2271F2BF, "inputMediaAreaChannelPost"],
|
|
1263
1267
|
[0x37381085, "mediaAreaUrl"],
|
|
1268
|
+
[0x49A6549C, "mediaAreaWeather"],
|
|
1264
1269
|
[0x9A35E999, "peerStories"],
|
|
1265
1270
|
[0xCAE68768, "stories.peerStories"],
|
|
1266
1271
|
[0xFD5E12BD, "messages.webPage"],
|
|
@@ -1382,6 +1387,10 @@ const map = new Map([
|
|
|
1382
1387
|
[0x1DAB80B7, "payments.starsRevenueWithdrawalUrl"],
|
|
1383
1388
|
[0x394E7F21, "payments.starsRevenueAdsAccountUrl"],
|
|
1384
1389
|
[0x206AE6D1, "inputStarsTransaction"],
|
|
1390
|
+
[0x5E0589F1, "starsGiftOption"],
|
|
1391
|
+
[0x1991B13B, "bots.popularAppBots"],
|
|
1392
|
+
[0x23E91BA3, "botPreviewMedia"],
|
|
1393
|
+
[0x0CA71D64, "bots.previewInfo"],
|
|
1385
1394
|
]);
|
|
1386
1395
|
export const getTypeName = map.get.bind(map);
|
|
1387
1396
|
export const flags = Symbol();
|
|
@@ -1419,7 +1428,7 @@ const enums = new Map([
|
|
|
1419
1428
|
["InputPeer", ["inputPeerEmpty", "inputPeerSelf", "inputPeerChat", "inputPeerUser", "inputPeerChannel", "inputPeerUserFromMessage", "inputPeerChannelFromMessage"]],
|
|
1420
1429
|
["InputUser", ["inputUserEmpty", "inputUserSelf", "inputUser", "inputUserFromMessage"]],
|
|
1421
1430
|
["InputContact", ["inputPhoneContact"]],
|
|
1422
|
-
["InputFile", ["inputFile", "inputFileBig"]],
|
|
1431
|
+
["InputFile", ["inputFile", "inputFileBig", "inputFileStoryDocument"]],
|
|
1423
1432
|
["InputMedia", ["inputMediaEmpty", "inputMediaUploadedPhoto", "inputMediaPhoto", "inputMediaGeoPoint", "inputMediaContact", "inputMediaUploadedDocument", "inputMediaDocument", "inputMediaVenue", "inputMediaPhotoExternal", "inputMediaDocumentExternal", "inputMediaGame", "inputMediaInvoice", "inputMediaGeoLive", "inputMediaPoll", "inputMediaDice", "inputMediaStory", "inputMediaWebPage", "inputMediaPaidMedia"]],
|
|
1424
1433
|
["InputChatPhoto", ["inputChatPhotoEmpty", "inputChatUploadedPhoto", "inputChatPhoto"]],
|
|
1425
1434
|
["InputGeoPoint", ["inputGeoPointEmpty", "inputGeoPoint"]],
|
|
@@ -1436,7 +1445,7 @@ const enums = new Map([
|
|
|
1436
1445
|
["ChatPhoto", ["chatPhotoEmpty", "chatPhoto"]],
|
|
1437
1446
|
["Message", ["messageEmpty", "message", "messageService"]],
|
|
1438
1447
|
["MessageMedia", ["messageMediaEmpty", "messageMediaPhoto", "messageMediaGeo", "messageMediaContact", "messageMediaUnsupported", "messageMediaDocument", "messageMediaWebPage", "messageMediaVenue", "messageMediaGame", "messageMediaInvoice", "messageMediaGeoLive", "messageMediaPoll", "messageMediaDice", "messageMediaStory", "messageMediaGiveaway", "messageMediaGiveawayResults", "messageMediaPaidMedia"]],
|
|
1439
|
-
["MessageAction", ["messageActionEmpty", "messageActionChatCreate", "messageActionChatEditTitle", "messageActionChatEditPhoto", "messageActionChatDeletePhoto", "messageActionChatAddUser", "messageActionChatDeleteUser", "messageActionChatJoinedByLink", "messageActionChannelCreate", "messageActionChatMigrateTo", "messageActionChannelMigrateFrom", "messageActionPinMessage", "messageActionHistoryClear", "messageActionGameScore", "messageActionPaymentSentMe", "messageActionPaymentSent", "messageActionPhoneCall", "messageActionScreenshotTaken", "messageActionCustomAction", "messageActionBotAllowed", "messageActionSecureValuesSentMe", "messageActionSecureValuesSent", "messageActionContactSignUp", "messageActionGeoProximityReached", "messageActionGroupCall", "messageActionInviteToGroupCall", "messageActionSetMessagesTTL", "messageActionGroupCallScheduled", "messageActionSetChatTheme", "messageActionChatJoinedByRequest", "messageActionWebViewDataSentMe", "messageActionWebViewDataSent", "messageActionGiftPremium", "messageActionTopicCreate", "messageActionTopicEdit", "messageActionSuggestProfilePhoto", "messageActionRequestedPeer", "messageActionSetChatWallPaper", "messageActionGiftCode", "messageActionGiveawayLaunch", "messageActionGiveawayResults", "messageActionBoostApply", "messageActionRequestedPeerSentMe", "messageActionPaymentRefunded"]],
|
|
1448
|
+
["MessageAction", ["messageActionEmpty", "messageActionChatCreate", "messageActionChatEditTitle", "messageActionChatEditPhoto", "messageActionChatDeletePhoto", "messageActionChatAddUser", "messageActionChatDeleteUser", "messageActionChatJoinedByLink", "messageActionChannelCreate", "messageActionChatMigrateTo", "messageActionChannelMigrateFrom", "messageActionPinMessage", "messageActionHistoryClear", "messageActionGameScore", "messageActionPaymentSentMe", "messageActionPaymentSent", "messageActionPhoneCall", "messageActionScreenshotTaken", "messageActionCustomAction", "messageActionBotAllowed", "messageActionSecureValuesSentMe", "messageActionSecureValuesSent", "messageActionContactSignUp", "messageActionGeoProximityReached", "messageActionGroupCall", "messageActionInviteToGroupCall", "messageActionSetMessagesTTL", "messageActionGroupCallScheduled", "messageActionSetChatTheme", "messageActionChatJoinedByRequest", "messageActionWebViewDataSentMe", "messageActionWebViewDataSent", "messageActionGiftPremium", "messageActionTopicCreate", "messageActionTopicEdit", "messageActionSuggestProfilePhoto", "messageActionRequestedPeer", "messageActionSetChatWallPaper", "messageActionGiftCode", "messageActionGiveawayLaunch", "messageActionGiveawayResults", "messageActionBoostApply", "messageActionRequestedPeerSentMe", "messageActionPaymentRefunded", "messageActionGiftStars"]],
|
|
1440
1449
|
["Dialog", ["dialog", "dialogFolder"]],
|
|
1441
1450
|
["Photo", ["photoEmpty", "photo"]],
|
|
1442
1451
|
["PhotoSize", ["photoSizeEmpty", "photoSize", "photoCachedSize", "photoStrippedSize", "photoSizeProgressive", "photoPathSize"]],
|
|
@@ -1684,7 +1693,7 @@ const enums = new Map([
|
|
|
1684
1693
|
["InlineBotSwitchPM", ["inlineBotSwitchPM"]],
|
|
1685
1694
|
["messages.PeerDialogs", ["messages.peerDialogs"]],
|
|
1686
1695
|
["TopPeer", ["topPeer"]],
|
|
1687
|
-
["TopPeerCategory", ["topPeerCategoryBotsPM", "topPeerCategoryBotsInline", "topPeerCategoryCorrespondents", "topPeerCategoryGroups", "topPeerCategoryChannels", "topPeerCategoryPhoneCalls", "topPeerCategoryForwardUsers", "topPeerCategoryForwardChats"]],
|
|
1696
|
+
["TopPeerCategory", ["topPeerCategoryBotsPM", "topPeerCategoryBotsInline", "topPeerCategoryCorrespondents", "topPeerCategoryGroups", "topPeerCategoryChannels", "topPeerCategoryPhoneCalls", "topPeerCategoryForwardUsers", "topPeerCategoryForwardChats", "topPeerCategoryBotsApp"]],
|
|
1688
1697
|
["TopPeerCategoryPeers", ["topPeerCategoryPeers"]],
|
|
1689
1698
|
["contacts.TopPeers", ["contacts.topPeersNotModified", "contacts.topPeers", "contacts.topPeersDisabled"]],
|
|
1690
1699
|
["DraftMessage", ["draftMessageEmpty", "draftMessage"]],
|
|
@@ -1954,7 +1963,7 @@ const enums = new Map([
|
|
|
1954
1963
|
["payments.ExportedInvoice", ["payments.exportedInvoice"]],
|
|
1955
1964
|
["messages.TranscribedAudio", ["messages.transcribedAudio"]],
|
|
1956
1965
|
["help.PremiumPromo", ["help.premiumPromo"]],
|
|
1957
|
-
["InputStorePaymentPurpose", ["inputStorePaymentPremiumSubscription", "inputStorePaymentGiftPremium", "inputStorePaymentPremiumGiftCode", "inputStorePaymentPremiumGiveaway", "
|
|
1966
|
+
["InputStorePaymentPurpose", ["inputStorePaymentPremiumSubscription", "inputStorePaymentGiftPremium", "inputStorePaymentPremiumGiftCode", "inputStorePaymentPremiumGiveaway", "inputStorePaymentStarsTopup", "inputStorePaymentStarsGift"]],
|
|
1958
1967
|
["PremiumGiftOption", ["premiumGiftOption"]],
|
|
1959
1968
|
["PaymentFormMethod", ["paymentFormMethod"]],
|
|
1960
1969
|
["EmojiStatus", ["emojiStatusEmpty", "emojiStatus", "emojiStatusUntil"]],
|
|
@@ -2008,7 +2017,7 @@ const enums = new Map([
|
|
|
2008
2017
|
["ExportedStoryLink", ["exportedStoryLink"]],
|
|
2009
2018
|
["StoriesStealthMode", ["storiesStealthMode"]],
|
|
2010
2019
|
["MediaAreaCoordinates", ["mediaAreaCoordinates"]],
|
|
2011
|
-
["MediaArea", ["mediaAreaVenue", "inputMediaAreaVenue", "mediaAreaGeoPoint", "mediaAreaSuggestedReaction", "mediaAreaChannelPost", "inputMediaAreaChannelPost", "mediaAreaUrl"]],
|
|
2020
|
+
["MediaArea", ["mediaAreaVenue", "inputMediaAreaVenue", "mediaAreaGeoPoint", "mediaAreaSuggestedReaction", "mediaAreaChannelPost", "inputMediaAreaChannelPost", "mediaAreaUrl", "mediaAreaWeather"]],
|
|
2012
2021
|
["PeerStories", ["peerStories"]],
|
|
2013
2022
|
["stories.PeerStories", ["stories.peerStories"]],
|
|
2014
2023
|
["messages.WebPage", ["messages.webPage"]],
|
|
@@ -2100,6 +2109,10 @@ const enums = new Map([
|
|
|
2100
2109
|
["payments.StarsRevenueWithdrawalUrl", ["payments.starsRevenueWithdrawalUrl"]],
|
|
2101
2110
|
["payments.StarsRevenueAdsAccountUrl", ["payments.starsRevenueAdsAccountUrl"]],
|
|
2102
2111
|
["InputStarsTransaction", ["inputStarsTransaction"]],
|
|
2112
|
+
["StarsGiftOption", ["starsGiftOption"]],
|
|
2113
|
+
["bots.PopularAppBots", ["bots.popularAppBots"]],
|
|
2114
|
+
["BotPreviewMedia", ["botPreviewMedia"]],
|
|
2115
|
+
["bots.PreviewInfo", ["bots.previewInfo"]],
|
|
2103
2116
|
]);
|
|
2104
2117
|
const types = new Map([
|
|
2105
2118
|
[
|
|
@@ -2677,6 +2690,15 @@ const types = new Map([
|
|
|
2677
2690
|
],
|
|
2678
2691
|
],
|
|
2679
2692
|
],
|
|
2693
|
+
[
|
|
2694
|
+
"inputFileStoryDocument",
|
|
2695
|
+
[
|
|
2696
|
+
0x62DC8B48,
|
|
2697
|
+
[
|
|
2698
|
+
["id", "InputDocument", "InputDocument"],
|
|
2699
|
+
],
|
|
2700
|
+
],
|
|
2701
|
+
],
|
|
2680
2702
|
[
|
|
2681
2703
|
"inputMediaEmpty",
|
|
2682
2704
|
[
|
|
@@ -3183,7 +3205,7 @@ const types = new Map([
|
|
|
3183
3205
|
[
|
|
3184
3206
|
"user",
|
|
3185
3207
|
[
|
|
3186
|
-
|
|
3208
|
+
0x83314FCA,
|
|
3187
3209
|
[
|
|
3188
3210
|
["flags", flags, "#"],
|
|
3189
3211
|
["self", "true", "flags.10?true"],
|
|
@@ -3211,6 +3233,7 @@ const types = new Map([
|
|
|
3211
3233
|
["stories_unavailable", "true", "flags2.4?true"],
|
|
3212
3234
|
["contact_require_premium", "true", "flags2.10?true"],
|
|
3213
3235
|
["bot_business", "true", "flags2.11?true"],
|
|
3236
|
+
["bot_has_main_app", "true", "flags2.13?true"],
|
|
3214
3237
|
["id", "bigint", "long"],
|
|
3215
3238
|
["access_hash", "bigint", "flags.0?long"],
|
|
3216
3239
|
["first_name", "string", "flags.1?string"],
|
|
@@ -3228,6 +3251,7 @@ const types = new Map([
|
|
|
3228
3251
|
["stories_max_id", "number", "flags2.5?int"],
|
|
3229
3252
|
["color", "PeerColor", "flags2.8?PeerColor"],
|
|
3230
3253
|
["profile_color", "PeerColor", "flags2.9?PeerColor"],
|
|
3254
|
+
["bot_active_users", "number", "flags2.12?int"],
|
|
3231
3255
|
],
|
|
3232
3256
|
],
|
|
3233
3257
|
],
|
|
@@ -4327,6 +4351,21 @@ const types = new Map([
|
|
|
4327
4351
|
],
|
|
4328
4352
|
],
|
|
4329
4353
|
],
|
|
4354
|
+
[
|
|
4355
|
+
"messageActionGiftStars",
|
|
4356
|
+
[
|
|
4357
|
+
0x45D5B021,
|
|
4358
|
+
[
|
|
4359
|
+
["flags", flags, "#"],
|
|
4360
|
+
["currency", "string", "string"],
|
|
4361
|
+
["amount", "bigint", "long"],
|
|
4362
|
+
["stars", "bigint", "long"],
|
|
4363
|
+
["crypto_currency", "string", "flags.0?string"],
|
|
4364
|
+
["crypto_amount", "bigint", "flags.0?long"],
|
|
4365
|
+
["transaction_id", "string", "flags.1?string"],
|
|
4366
|
+
],
|
|
4367
|
+
],
|
|
4368
|
+
],
|
|
4330
4369
|
[
|
|
4331
4370
|
"dialog",
|
|
4332
4371
|
[
|
|
@@ -7777,7 +7816,7 @@ const types = new Map([
|
|
|
7777
7816
|
[
|
|
7778
7817
|
"documentAttributeVideo",
|
|
7779
7818
|
[
|
|
7780
|
-
|
|
7819
|
+
0x17399FAD,
|
|
7781
7820
|
[
|
|
7782
7821
|
["flags", flags, "#"],
|
|
7783
7822
|
["round_message", "true", "flags.0?true"],
|
|
@@ -7787,6 +7826,7 @@ const types = new Map([
|
|
|
7787
7826
|
["w", "number", "int"],
|
|
7788
7827
|
["h", "number", "int"],
|
|
7789
7828
|
["preload_prefix_size", "number", "flags.2?int"],
|
|
7829
|
+
["video_start_ts", "number", "flags.4?double"],
|
|
7790
7830
|
],
|
|
7791
7831
|
],
|
|
7792
7832
|
],
|
|
@@ -8267,6 +8307,7 @@ const types = new Map([
|
|
|
8267
8307
|
0x8F300B57,
|
|
8268
8308
|
[
|
|
8269
8309
|
["flags", flags, "#"],
|
|
8310
|
+
["has_preview_medias", "true", "flags.6?true"],
|
|
8270
8311
|
["user_id", "bigint", "flags.0?long"],
|
|
8271
8312
|
["description", "string", "flags.1?string"],
|
|
8272
8313
|
["description_photo", "Photo", "flags.4?Photo"],
|
|
@@ -9695,6 +9736,13 @@ const types = new Map([
|
|
|
9695
9736
|
[],
|
|
9696
9737
|
],
|
|
9697
9738
|
],
|
|
9739
|
+
[
|
|
9740
|
+
"topPeerCategoryBotsApp",
|
|
9741
|
+
[
|
|
9742
|
+
0xFD9E7BEC,
|
|
9743
|
+
[],
|
|
9744
|
+
],
|
|
9745
|
+
],
|
|
9698
9746
|
[
|
|
9699
9747
|
"topPeerCategoryPeers",
|
|
9700
9748
|
[
|
|
@@ -14520,9 +14568,9 @@ const types = new Map([
|
|
|
14520
14568
|
[
|
|
14521
14569
|
"inputInvoiceStars",
|
|
14522
14570
|
[
|
|
14523
|
-
|
|
14571
|
+
0x65F00CE3,
|
|
14524
14572
|
[
|
|
14525
|
-
["
|
|
14573
|
+
["purpose", "InputStorePaymentPurpose", "InputStorePaymentPurpose"],
|
|
14526
14574
|
],
|
|
14527
14575
|
],
|
|
14528
14576
|
],
|
|
@@ -14618,11 +14666,22 @@ const types = new Map([
|
|
|
14618
14666
|
],
|
|
14619
14667
|
],
|
|
14620
14668
|
[
|
|
14621
|
-
"
|
|
14669
|
+
"inputStorePaymentStarsTopup",
|
|
14622
14670
|
[
|
|
14623
|
-
|
|
14671
|
+
0xDDDD0F56,
|
|
14624
14672
|
[
|
|
14625
|
-
["
|
|
14673
|
+
["stars", "bigint", "long"],
|
|
14674
|
+
["currency", "string", "string"],
|
|
14675
|
+
["amount", "bigint", "long"],
|
|
14676
|
+
],
|
|
14677
|
+
],
|
|
14678
|
+
],
|
|
14679
|
+
[
|
|
14680
|
+
"inputStorePaymentStarsGift",
|
|
14681
|
+
[
|
|
14682
|
+
0x1D741EF7,
|
|
14683
|
+
[
|
|
14684
|
+
["user_id", "InputUser", "InputUser"],
|
|
14626
14685
|
["stars", "bigint", "long"],
|
|
14627
14686
|
["currency", "string", "string"],
|
|
14628
14687
|
["amount", "bigint", "long"],
|
|
@@ -15672,6 +15731,18 @@ const types = new Map([
|
|
|
15672
15731
|
],
|
|
15673
15732
|
],
|
|
15674
15733
|
],
|
|
15734
|
+
[
|
|
15735
|
+
"mediaAreaWeather",
|
|
15736
|
+
[
|
|
15737
|
+
0x49A6549C,
|
|
15738
|
+
[
|
|
15739
|
+
["coordinates", "MediaAreaCoordinates", "MediaAreaCoordinates"],
|
|
15740
|
+
["emoji", "string", "string"],
|
|
15741
|
+
["temperature_c", "number", "double"],
|
|
15742
|
+
["color", "number", "int"],
|
|
15743
|
+
],
|
|
15744
|
+
],
|
|
15745
|
+
],
|
|
15675
15746
|
[
|
|
15676
15747
|
"peerStories",
|
|
15677
15748
|
[
|
|
@@ -16930,6 +17001,7 @@ const types = new Map([
|
|
|
16930
17001
|
["refund", "true", "flags.3?true"],
|
|
16931
17002
|
["pending", "true", "flags.4?true"],
|
|
16932
17003
|
["failed", "true", "flags.6?true"],
|
|
17004
|
+
["gift", "true", "flags.10?true"],
|
|
16933
17005
|
["id", "string", "string"],
|
|
16934
17006
|
["stars", "bigint", "long"],
|
|
16935
17007
|
["date", "number", "int"],
|
|
@@ -17050,6 +17122,51 @@ const types = new Map([
|
|
|
17050
17122
|
],
|
|
17051
17123
|
],
|
|
17052
17124
|
],
|
|
17125
|
+
[
|
|
17126
|
+
"starsGiftOption",
|
|
17127
|
+
[
|
|
17128
|
+
0x5E0589F1,
|
|
17129
|
+
[
|
|
17130
|
+
["flags", flags, "#"],
|
|
17131
|
+
["extended", "true", "flags.1?true"],
|
|
17132
|
+
["stars", "bigint", "long"],
|
|
17133
|
+
["store_product", "string", "flags.0?string"],
|
|
17134
|
+
["currency", "string", "string"],
|
|
17135
|
+
["amount", "bigint", "long"],
|
|
17136
|
+
],
|
|
17137
|
+
],
|
|
17138
|
+
],
|
|
17139
|
+
[
|
|
17140
|
+
"bots.popularAppBots",
|
|
17141
|
+
[
|
|
17142
|
+
0x1991B13B,
|
|
17143
|
+
[
|
|
17144
|
+
["flags", flags, "#"],
|
|
17145
|
+
["next_offset", "string", "flags.0?string"],
|
|
17146
|
+
["users", ["User"], "Vector<User>"],
|
|
17147
|
+
],
|
|
17148
|
+
],
|
|
17149
|
+
],
|
|
17150
|
+
[
|
|
17151
|
+
"botPreviewMedia",
|
|
17152
|
+
[
|
|
17153
|
+
0x23E91BA3,
|
|
17154
|
+
[
|
|
17155
|
+
["date", "number", "int"],
|
|
17156
|
+
["media", "MessageMedia", "MessageMedia"],
|
|
17157
|
+
],
|
|
17158
|
+
],
|
|
17159
|
+
],
|
|
17160
|
+
[
|
|
17161
|
+
"bots.previewInfo",
|
|
17162
|
+
[
|
|
17163
|
+
0x0CA71D64,
|
|
17164
|
+
[
|
|
17165
|
+
["media", ["BotPreviewMedia"], "Vector<BotPreviewMedia>"],
|
|
17166
|
+
["lang_codes", ["string"], "Vector<string>"],
|
|
17167
|
+
],
|
|
17168
|
+
],
|
|
17169
|
+
],
|
|
17053
17170
|
[
|
|
17054
17171
|
"req_pq_multi",
|
|
17055
17172
|
[
|
|
@@ -18745,6 +18862,7 @@ const types = new Map([
|
|
|
18745
18862
|
["forward_chats", "true", "flags.5?true"],
|
|
18746
18863
|
["groups", "true", "flags.10?true"],
|
|
18747
18864
|
["channels", "true", "flags.15?true"],
|
|
18865
|
+
["bots_app", "true", "flags.16?true"],
|
|
18748
18866
|
["offset", "number", "int"],
|
|
18749
18867
|
["limit", "number", "int"],
|
|
18750
18868
|
["hash", "bigint", "long"],
|
|
@@ -21312,6 +21430,21 @@ const types = new Map([
|
|
|
21312
21430
|
],
|
|
21313
21431
|
],
|
|
21314
21432
|
],
|
|
21433
|
+
[
|
|
21434
|
+
"messages.requestMainWebView",
|
|
21435
|
+
[
|
|
21436
|
+
0xC9E01E7B,
|
|
21437
|
+
[
|
|
21438
|
+
["flags", flags, "#"],
|
|
21439
|
+
["compact", "true", "flags.7?true"],
|
|
21440
|
+
["peer", "InputPeer", "InputPeer"],
|
|
21441
|
+
["bot", "InputUser", "InputUser"],
|
|
21442
|
+
["start_param", "string", "flags.1?string"],
|
|
21443
|
+
["theme_params", "DataJSON", "flags.0?DataJSON"],
|
|
21444
|
+
["platform", "string", "string"],
|
|
21445
|
+
],
|
|
21446
|
+
],
|
|
21447
|
+
],
|
|
21315
21448
|
[
|
|
21316
21449
|
"updates.getState",
|
|
21317
21450
|
[
|
|
@@ -22566,6 +22699,80 @@ const types = new Map([
|
|
|
22566
22699
|
],
|
|
22567
22700
|
],
|
|
22568
22701
|
],
|
|
22702
|
+
[
|
|
22703
|
+
"bots.getPopularAppBots",
|
|
22704
|
+
[
|
|
22705
|
+
0xC2510192,
|
|
22706
|
+
[
|
|
22707
|
+
["offset", "string", "string"],
|
|
22708
|
+
["limit", "number", "int"],
|
|
22709
|
+
],
|
|
22710
|
+
],
|
|
22711
|
+
],
|
|
22712
|
+
[
|
|
22713
|
+
"bots.addPreviewMedia",
|
|
22714
|
+
[
|
|
22715
|
+
0x17AEB75A,
|
|
22716
|
+
[
|
|
22717
|
+
["bot", "InputUser", "InputUser"],
|
|
22718
|
+
["lang_code", "string", "string"],
|
|
22719
|
+
["media", "InputMedia", "InputMedia"],
|
|
22720
|
+
],
|
|
22721
|
+
],
|
|
22722
|
+
],
|
|
22723
|
+
[
|
|
22724
|
+
"bots.editPreviewMedia",
|
|
22725
|
+
[
|
|
22726
|
+
0x8525606F,
|
|
22727
|
+
[
|
|
22728
|
+
["bot", "InputUser", "InputUser"],
|
|
22729
|
+
["lang_code", "string", "string"],
|
|
22730
|
+
["media", "InputMedia", "InputMedia"],
|
|
22731
|
+
["new_media", "InputMedia", "InputMedia"],
|
|
22732
|
+
],
|
|
22733
|
+
],
|
|
22734
|
+
],
|
|
22735
|
+
[
|
|
22736
|
+
"bots.deletePreviewMedia",
|
|
22737
|
+
[
|
|
22738
|
+
0x2D0135B3,
|
|
22739
|
+
[
|
|
22740
|
+
["bot", "InputUser", "InputUser"],
|
|
22741
|
+
["lang_code", "string", "string"],
|
|
22742
|
+
["media", ["InputMedia"], "Vector<InputMedia>"],
|
|
22743
|
+
],
|
|
22744
|
+
],
|
|
22745
|
+
],
|
|
22746
|
+
[
|
|
22747
|
+
"bots.reorderPreviewMedias",
|
|
22748
|
+
[
|
|
22749
|
+
0xB627F3AA,
|
|
22750
|
+
[
|
|
22751
|
+
["bot", "InputUser", "InputUser"],
|
|
22752
|
+
["lang_code", "string", "string"],
|
|
22753
|
+
["order", ["InputMedia"], "Vector<InputMedia>"],
|
|
22754
|
+
],
|
|
22755
|
+
],
|
|
22756
|
+
],
|
|
22757
|
+
[
|
|
22758
|
+
"bots.getPreviewInfo",
|
|
22759
|
+
[
|
|
22760
|
+
0x423AB3AD,
|
|
22761
|
+
[
|
|
22762
|
+
["bot", "InputUser", "InputUser"],
|
|
22763
|
+
["lang_code", "string", "string"],
|
|
22764
|
+
],
|
|
22765
|
+
],
|
|
22766
|
+
],
|
|
22767
|
+
[
|
|
22768
|
+
"bots.getPreviewMedias",
|
|
22769
|
+
[
|
|
22770
|
+
0xA2A5594D,
|
|
22771
|
+
[
|
|
22772
|
+
["bot", "InputUser", "InputUser"],
|
|
22773
|
+
],
|
|
22774
|
+
],
|
|
22775
|
+
],
|
|
22569
22776
|
[
|
|
22570
22777
|
"payments.getPaymentForm",
|
|
22571
22778
|
[
|
|
@@ -22821,6 +23028,16 @@ const types = new Map([
|
|
|
22821
23028
|
],
|
|
22822
23029
|
],
|
|
22823
23030
|
],
|
|
23031
|
+
[
|
|
23032
|
+
"payments.getStarsGiftOptions",
|
|
23033
|
+
[
|
|
23034
|
+
0xD3C96BC8,
|
|
23035
|
+
[
|
|
23036
|
+
["flags", flags, "#"],
|
|
23037
|
+
["user_id", "InputUser", "flags.0?InputUser"],
|
|
23038
|
+
],
|
|
23039
|
+
],
|
|
23040
|
+
],
|
|
22824
23041
|
[
|
|
22825
23042
|
"stickers.createStickerSet",
|
|
22826
23043
|
[
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"2_transport_provider.d.ts","sourceRoot":"","sources":["../../src/transport/2_transport_provider.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAGH,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAE7C,MAAM,MAAM,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAC9E,wBAAgB,QAAQ,CAAC,EAAE,EAAE,EAAE,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC,CAiDhF;AAED,MAAM,WAAW,uBAAuB;IACtC,EAAE,EAAE,EAAE,CAAC;IACP,GAAG,EAAE,OAAO,CAAC;CACd;AAED,MAAM,MAAM,iBAAiB,GAAG,CAAC,MAAM,EAAE,uBAAuB,KAAK;IAAE,UAAU,EAAE,UAAU,CAAC;IAAC,SAAS,EAAE,SAAS,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AAEpI,wBAAgB,OAAO,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,OAAO,GAAG,MAAM,CAEpD"}
|
|
1
|
+
{"version":3,"file":"2_transport_provider.d.ts","sourceRoot":"","sources":["../../src/transport/2_transport_provider.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAGH,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAE7C,MAAM,MAAM,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAC9E,wBAAgB,QAAQ,CAAC,EAAE,EAAE,EAAE,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC,CAiDhF;AAED,MAAM,WAAW,uBAAuB;IACtC,EAAE,EAAE,EAAE,CAAC;IACP,GAAG,EAAE,OAAO,CAAC;CACd;AAED,MAAM,MAAM,iBAAiB,GAAG,CAAC,MAAM,EAAE,uBAAuB,KAAK;IAAE,UAAU,EAAE,UAAU,CAAC;IAAC,SAAS,EAAE,SAAS,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AAEpI,wBAAgB,OAAO,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,OAAO,GAAG,MAAM,CAEpD;AAED,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,GAAG,EAAE,CAOtC"}
|
|
@@ -71,3 +71,11 @@ export function getDcIps(dc, version) {
|
|
|
71
71
|
export function getDcId(dc, cdn) {
|
|
72
72
|
return Number(dc[0]) + (dc.endsWith("-test") ? 10000 : 0) * (cdn ? -1 : 1);
|
|
73
73
|
}
|
|
74
|
+
export function getDc(dcId) {
|
|
75
|
+
dcId = Math.abs(dcId);
|
|
76
|
+
const test = dcId >= 10000;
|
|
77
|
+
if (dcId >= 10000) {
|
|
78
|
+
dcId -= 10000;
|
|
79
|
+
}
|
|
80
|
+
return `${dcId}${test ? "-test" : ""}`;
|
|
81
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MTKruto - Cross-runtime JavaScript library for building Telegram clients
|
|
3
|
+
* Copyright (C) 2023-2024 Roj <https://roj.im/>
|
|
4
|
+
*
|
|
5
|
+
* This file is part of MTKruto.
|
|
6
|
+
*
|
|
7
|
+
* This program is free software: you can redistribute it and/or modify
|
|
8
|
+
* it under the terms of the GNU Lesser General Public License as published by
|
|
9
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
10
|
+
* (at your option) any later version.
|
|
11
|
+
*
|
|
12
|
+
* This program is distributed in the hope that it will be useful,
|
|
13
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
14
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
15
|
+
* GNU Lesser General Public License for more details.
|
|
16
|
+
*
|
|
17
|
+
* You should have received a copy of the GNU Lesser General Public License
|
|
18
|
+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
19
|
+
*/
|
|
20
|
+
import { Api } from "../2_tl.js";
|
|
21
|
+
export interface RefundedPayment {
|
|
22
|
+
currency: string;
|
|
23
|
+
totalAmount: number;
|
|
24
|
+
invoicePayload: string;
|
|
25
|
+
telegramPaymentChargeId: string;
|
|
26
|
+
providerPaymentChargeId?: string;
|
|
27
|
+
}
|
|
28
|
+
export declare function constructRefundedPayment(action: Api.messageActionPaymentRefunded): RefundedPayment;
|
|
29
|
+
//# sourceMappingURL=0_refunded_payment.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"0_refunded_payment.d.ts","sourceRoot":"","sources":["../../src/types/0_refunded_payment.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAGH,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AAEjC,MAAM,WAAW,eAAe;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,uBAAuB,EAAE,MAAM,CAAC;IAChC,uBAAuB,CAAC,EAAE,MAAM,CAAC;CAClC;AAED,wBAAgB,wBAAwB,CAAC,MAAM,EAAE,GAAG,CAAC,4BAA4B,GAAG,eAAe,CAQlG"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MTKruto - Cross-runtime JavaScript library for building Telegram clients
|
|
3
|
+
* Copyright (C) 2023-2024 Roj <https://roj.im/>
|
|
4
|
+
*
|
|
5
|
+
* This file is part of MTKruto.
|
|
6
|
+
*
|
|
7
|
+
* This program is free software: you can redistribute it and/or modify
|
|
8
|
+
* it under the terms of the GNU Lesser General Public License as published by
|
|
9
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
10
|
+
* (at your option) any later version.
|
|
11
|
+
*
|
|
12
|
+
* This program is distributed in the hope that it will be useful,
|
|
13
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
14
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
15
|
+
* GNU Lesser General Public License for more details.
|
|
16
|
+
*
|
|
17
|
+
* You should have received a copy of the GNU Lesser General Public License
|
|
18
|
+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
19
|
+
*/
|
|
20
|
+
import { cleanObject } from "../1_utilities.js";
|
|
21
|
+
export function constructRefundedPayment(action) {
|
|
22
|
+
return cleanObject({
|
|
23
|
+
currency: action.currency,
|
|
24
|
+
totalAmount: Number(action.total_amount),
|
|
25
|
+
invoicePayload: new TextDecoder().decode(action.payload),
|
|
26
|
+
telegramPaymentChargeId: action.charge.id,
|
|
27
|
+
providerPaymentChargeId: action.charge.provider_charge_id,
|
|
28
|
+
});
|
|
29
|
+
}
|
package/esm/types/2_chat.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"2_chat.d.ts","sourceRoot":"","sources":["../../src/types/2_chat.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAIH,OAAO,EAAE,GAAG,EAAM,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAqB,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAqB,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAyB,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,YAAY,EAAE,eAAe,EAAkB,MAAM,eAAe,CAAC;AAExG,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAErC,gBAAgB;AAChB,MAAM,WAAW,QAAQ;IACvB,wBAAwB;IACxB,KAAK,CAAC,EAAE,KAAK,CAAC;CACf;AAED,gBAAgB;AAChB,MAAM,WAAW,WAAY,SAAQ,QAAQ,EAAE,YAAY;IACzD,mCAAmC;IACnC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,gBAAgB;AAChB,MAAM,WAAW,cAAe,SAAQ,QAAQ,EAAE,eAAe;IAC/D,gCAAgC;IAChC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,gBAAgB;AAChB,MAAM,WAAW,SAAU,SAAQ,QAAQ,EAAE,UAAU;IACrD,gCAAgC;IAChC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,gBAAgB;AAChB,MAAM,WAAW,WAAY,SAAQ,QAAQ,EAAE,YAAY;IACzD,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,2CAA2C;IAC3C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,yCAAyC;IACzC,YAAY,CAAC,EAAE,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"2_chat.d.ts","sourceRoot":"","sources":["../../src/types/2_chat.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAIH,OAAO,EAAE,GAAG,EAAM,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAqB,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAqB,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAyB,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,YAAY,EAAE,eAAe,EAAkB,MAAM,eAAe,CAAC;AAExG,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAErC,gBAAgB;AAChB,MAAM,WAAW,QAAQ;IACvB,wBAAwB;IACxB,KAAK,CAAC,EAAE,KAAK,CAAC;CACf;AAED,gBAAgB;AAChB,MAAM,WAAW,WAAY,SAAQ,QAAQ,EAAE,YAAY;IACzD,mCAAmC;IACnC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,gBAAgB;AAChB,MAAM,WAAW,cAAe,SAAQ,QAAQ,EAAE,eAAe;IAC/D,gCAAgC;IAChC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,gBAAgB;AAChB,MAAM,WAAW,SAAU,SAAQ,QAAQ,EAAE,UAAU;IACrD,gCAAgC;IAChC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,gBAAgB;AAChB,MAAM,WAAW,WAAY,SAAQ,QAAQ,EAAE,YAAY;IACzD,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,2CAA2C;IAC3C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,yCAAyC;IACzC,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED;;GAEG;AACH,MAAM,MAAM,IAAI,GAAG,WAAW,GAAG,cAAc,GAAG,SAAS,GAAG,WAAW,CAAC;AAE1E,wBAAsB,aAAa,CAAC,QAAQ,EAAE,GAAG,CAAC,QAAQ,GAAG,GAAG,CAAC,QAAQ,GAAG,GAAG,CAAC,WAAW,EAAE,SAAS,EAAE,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,CAmCnI"}
|
package/esm/types/2_chat.js
CHANGED
|
@@ -38,6 +38,7 @@ export async function constructChat(fullChat, getEntity) {
|
|
|
38
38
|
address: fullChat.business_location?.address,
|
|
39
39
|
location: fullChat.business_location?.geo_point && is("geoPoint", fullChat.business_location.geo_point) ? constructLocation(fullChat.business_location.geo_point) : undefined,
|
|
40
40
|
openingHours: fullChat.business_work_hours ? constructOpeningHours(fullChat.business_work_hours) : undefined,
|
|
41
|
+
hasMainMiniApp: user.bot ? user.bot_has_main_app : undefined,
|
|
41
42
|
});
|
|
42
43
|
}
|
|
43
44
|
else if (is("chatFull", fullChat)) {
|
package/esm/types/4_message.d.ts
CHANGED
|
@@ -44,6 +44,7 @@ import { Game } from "./2_game.js";
|
|
|
44
44
|
import { Poll } from "./2_poll.js";
|
|
45
45
|
import { ReplyMarkup } from "./3_reply_markup.js";
|
|
46
46
|
import { SuccessfulPayment } from "./2_successful_payment.js";
|
|
47
|
+
import { RefundedPayment } from "./0_refunded_payment.js";
|
|
47
48
|
/**
|
|
48
49
|
* Properties shared between all message types.
|
|
49
50
|
* @unlisted
|
|
@@ -547,6 +548,14 @@ export interface MessageSuccessfulPayment extends _MessageBase {
|
|
|
547
548
|
/** @discriminator */
|
|
548
549
|
successfulPayment: SuccessfulPayment;
|
|
549
550
|
}
|
|
551
|
+
/**
|
|
552
|
+
* A payment was successfully refunded. Bot-only.
|
|
553
|
+
* @unlisted
|
|
554
|
+
*/
|
|
555
|
+
export interface MessageRefundedPayment extends _MessageBase {
|
|
556
|
+
/** @discriminator */
|
|
557
|
+
refundedPayment: RefundedPayment;
|
|
558
|
+
}
|
|
550
559
|
/** @unlisted */
|
|
551
560
|
export interface MessageTypes {
|
|
552
561
|
text: MessageText;
|
|
@@ -590,10 +599,11 @@ export interface MessageTypes {
|
|
|
590
599
|
giveaway: MessageGiveaway;
|
|
591
600
|
unsupported: MessageUnsupported;
|
|
592
601
|
successfulPayment: MessageSuccessfulPayment;
|
|
602
|
+
refundedPayment: MessageRefundedPayment;
|
|
593
603
|
}
|
|
594
604
|
export declare function assertMessageType<T extends keyof MessageTypes>(message: Message, type: T): MessageTypes[T];
|
|
595
605
|
/** Any type of message. */
|
|
596
|
-
export type Message = MessageText | MessageLink | MessagePhoto | MessageDocument | MessageVideo | MessageSticker | MessageAnimation | MessageVoice | MessageAudio | MessageDice | MessageVideoNote | MessageContact | MessageGame | MessagePoll | MessageInvoice | MessageVenue | MessageLocation | MessageNewChatMembers | MessageLeftChatMember | MessageNewChatTitle | MessageNewChatPhoto | MessageDeletedChatPhoto | MessageGroupCreated | MessageSupergroupCreated | MessageChannelCreated | MessageAutoDeleteTimerChanged | MessageChatMigratedTo | MessageChatMigratedFrom | MessagePinnedMessage | MessageUserShared | MessageWriteAccessAllowed | MessageForumTopicCreated | MessageForumTopicEdited | MessageForumTopicClosed | MessageForumTopicReopened | MessageVideoChatScheduled | MessageVideoChatStarted | MessageVideoChatEnded | MessageGiveaway | MessageUnsupported | MessageSuccessfulPayment;
|
|
606
|
+
export type Message = MessageText | MessageLink | MessagePhoto | MessageDocument | MessageVideo | MessageSticker | MessageAnimation | MessageVoice | MessageAudio | MessageDice | MessageVideoNote | MessageContact | MessageGame | MessagePoll | MessageInvoice | MessageVenue | MessageLocation | MessageNewChatMembers | MessageLeftChatMember | MessageNewChatTitle | MessageNewChatPhoto | MessageDeletedChatPhoto | MessageGroupCreated | MessageSupergroupCreated | MessageChannelCreated | MessageAutoDeleteTimerChanged | MessageChatMigratedTo | MessageChatMigratedFrom | MessagePinnedMessage | MessageUserShared | MessageWriteAccessAllowed | MessageForumTopicCreated | MessageForumTopicEdited | MessageForumTopicClosed | MessageForumTopicReopened | MessageVideoChatScheduled | MessageVideoChatStarted | MessageVideoChatEnded | MessageGiveaway | MessageUnsupported | MessageSuccessfulPayment | MessageRefundedPayment;
|
|
597
607
|
/** @unlisted */
|
|
598
608
|
export interface MessageGetter {
|
|
599
609
|
(chatId: number, messageId: number): MaybePromise<Message | null>;
|