herokutl 2.2.0.dev1__tar.gz → 2.2.0.dev2__tar.gz
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.
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/PKG-INFO +1 -1
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/client/messages.py +12 -9
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/version.py +1 -1
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/data/api.tl +1 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/.gitignore +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/LICENSE.md +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/README.rst +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/hatch_build.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/__init__.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/_updates/__init__.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/_updates/entitycache.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/_updates/messagebox.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/_updates/session.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/client/__init__.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/client/account.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/client/auth.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/client/bots.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/client/buttons.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/client/chats.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/client/dialogs.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/client/downloads.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/client/help.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/client/messageparse.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/client/payments.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/client/telegrambaseclient.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/client/telegramclient.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/client/updates.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/client/uploads.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/client/users.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/crypto/__init__.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/crypto/aes.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/crypto/aesctr.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/crypto/authkey.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/crypto/cdndecrypter.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/crypto/factorization.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/crypto/libssl.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/crypto/rsa.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/custom.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/errors/__init__.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/errors/common.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/errors/rpcbaseerrors.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/events/__init__.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/events/album.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/events/callbackquery.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/events/chataction.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/events/common.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/events/inlinequery.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/events/messagedeleted.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/events/messageedited.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/events/messageread.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/events/newmessage.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/events/raw.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/events/userupdate.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/extensions/__init__.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/extensions/binaryreader.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/extensions/html.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/extensions/markdown.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/extensions/messagepacker.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/functions.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/helpers.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/hints.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/network/__init__.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/network/authenticator.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/network/connection/__init__.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/network/connection/connection.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/network/connection/http.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/network/connection/tcpabridged.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/network/connection/tcpfull.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/network/connection/tcpintermediate.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/network/connection/tcpmtproxy.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/network/connection/tcpobfuscated.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/network/mtprotoplainsender.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/network/mtprotosender.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/network/mtprotostate.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/network/requeststate.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/password.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/requestiter.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/sessions/__init__.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/sessions/abstract.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/sessions/memory.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/sessions/sqlite.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/sessions/string.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/sync.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/__init__.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/core/__init__.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/core/gzippacked.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/core/messagecontainer.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/core/rpcresult.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/core/tlmessage.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/custom/__init__.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/custom/adminlogevent.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/custom/button.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/custom/chatgetter.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/custom/conversation.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/custom/dialog.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/custom/draft.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/custom/file.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/custom/forward.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/custom/inlinebuilder.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/custom/inlineresult.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/custom/inlineresults.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/custom/inputsizedfile.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/custom/message.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/custom/messagebutton.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/custom/participantpermissions.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/custom/qrlogin.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/custom/sendergetter.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/custom/stargift.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/patched/__init__.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/tl/tlobject.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/types.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/herokutl/utils.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/pyproject.toml +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/__init__.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/data/errors.csv +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/data/friendly.csv +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/data/html/404.html +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/data/html/core.html +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/data/html/css/docs.dark.css +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/data/html/css/docs.h4x0r.css +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/data/html/css/docs.light.css +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/data/html/img/arrow.svg +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/data/html/js/search.js +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/data/methods.csv +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/data/mtproto.tl +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/docswriter.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/generators/__init__.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/generators/docs.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/generators/errors.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/generators/tlobject.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/parsers/__init__.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/parsers/errors.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/parsers/methods.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/parsers/tlobject/__init__.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/parsers/tlobject/parser.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/parsers/tlobject/tlarg.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/parsers/tlobject/tlobject.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/sourcebuilder.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/syncerrors.py +0 -0
- {herokutl-2.2.0.dev1 → herokutl-2.2.0.dev2}/telethon_generator/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: herokutl
|
|
3
|
-
Version: 2.2.0.
|
|
3
|
+
Version: 2.2.0.dev2
|
|
4
4
|
Summary: This library is built for the Heroku userbot and is based on Telethon.
|
|
5
5
|
Project-URL: Homepage, https://github.com/coddrago/heroku-tl
|
|
6
6
|
Project-URL: Source, https://github.com/coddrago/heroku-tl
|
|
@@ -705,9 +705,10 @@ class MessageMethods:
|
|
|
705
705
|
and you should slice them manually if the text to send is
|
|
706
706
|
longer than said length.
|
|
707
707
|
|
|
708
|
-
reply_to (`int` | `Message <telethon.tl.custom.message.Message
|
|
708
|
+
reply_to (`int` | `Message <telethon.tl.custom.message.Message>` | :tl:`InputReplyTo`, optional):
|
|
709
709
|
Whether to reply to a message or not. If an integer is provided,
|
|
710
710
|
it should be the ID of the message that it should reply to.
|
|
711
|
+
A pre-built :tl:`InputReplyTo` is passed through as-is
|
|
711
712
|
|
|
712
713
|
attributes (`list`, optional):
|
|
713
714
|
Optional attributes that override the inferred ones, like
|
|
@@ -896,9 +897,15 @@ class MessageMethods:
|
|
|
896
897
|
entity = await self.get_input_entity(entity)
|
|
897
898
|
if comment_to is not None:
|
|
898
899
|
entity, reply_to = await self._get_comment_data(entity, comment_to)
|
|
899
|
-
|
|
900
|
+
elif getattr(reply_to, "SUBCLASS_OF_ID", None) != 0x8C71131D:
|
|
900
901
|
reply_to = utils.get_message_id(reply_to)
|
|
901
902
|
|
|
903
|
+
input_reply_to = (
|
|
904
|
+
reply_to
|
|
905
|
+
if reply_to is None or getattr(reply_to, "SUBCLASS_OF_ID", None) == 0x8C71131D
|
|
906
|
+
else types.InputReplyToMessage(reply_to)
|
|
907
|
+
)
|
|
908
|
+
|
|
902
909
|
if isinstance(message, types.Message):
|
|
903
910
|
if buttons is None:
|
|
904
911
|
markup = message.reply_markup
|
|
@@ -932,9 +939,7 @@ class MessageMethods:
|
|
|
932
939
|
message=message.message or "",
|
|
933
940
|
silent=silent,
|
|
934
941
|
background=background,
|
|
935
|
-
reply_to=
|
|
936
|
-
None if reply_to is None else types.InputReplyToMessage(reply_to)
|
|
937
|
-
),
|
|
942
|
+
reply_to=input_reply_to,
|
|
938
943
|
reply_markup=markup,
|
|
939
944
|
entities=message.entities,
|
|
940
945
|
clear_draft=clear_draft,
|
|
@@ -960,9 +965,7 @@ class MessageMethods:
|
|
|
960
965
|
message=message,
|
|
961
966
|
entities=formatting_entities,
|
|
962
967
|
no_webpage=not link_preview,
|
|
963
|
-
reply_to=
|
|
964
|
-
None if reply_to is None else types.InputReplyToMessage(reply_to)
|
|
965
|
-
),
|
|
968
|
+
reply_to=input_reply_to,
|
|
966
969
|
clear_draft=clear_draft,
|
|
967
970
|
silent=silent,
|
|
968
971
|
background=background,
|
|
@@ -1348,8 +1351,8 @@ class MessageMethods:
|
|
|
1348
1351
|
# Otherwise, Telegram will error with `MESSAGE_ID_INVALID` and do nothing.
|
|
1349
1352
|
exported = self.session.dc_id != entity.dc_id
|
|
1350
1353
|
if exported:
|
|
1354
|
+
sender = await self._borrow_exported_sender(entity.dc_id)
|
|
1351
1355
|
try:
|
|
1352
|
-
sender = await self._borrow_exported_sender(entity.dc_id)
|
|
1353
1356
|
return await self._call(sender, request)
|
|
1354
1357
|
finally:
|
|
1355
1358
|
await self._return_exported_sender(sender)
|
|
@@ -212,6 +212,7 @@ messageActionPollAppendAnswer#9da1cd6c answer:PollAnswer = MessageAction;
|
|
|
212
212
|
messageActionPollDeleteAnswer#399674dc answer:PollAnswer = MessageAction;
|
|
213
213
|
messageActionManagedBotCreated#16605e3e bot_id:long = MessageAction;
|
|
214
214
|
messageActionChangeCommunity#5d20bae8 flags:# community_id:flags.0?long = MessageAction;
|
|
215
|
+
messageActionChatJoinedViaCommunity#4a8bfe80 community_id:long = MessageAction;
|
|
215
216
|
|
|
216
217
|
dialog#fc89f7f3 flags:# pinned:flags.2?true unread_mark:flags.3?true view_forum_as_messages:flags.6?true peer:Peer top_message:int read_inbox_max_id:int read_outbox_max_id:int unread_count:int unread_mentions_count:int unread_reactions_count:int unread_poll_votes_count:int notify_settings:PeerNotifySettings pts:flags.0?int draft:flags.1?DraftMessage folder_id:flags.4?int ttl_period:flags.5?int = Dialog;
|
|
217
218
|
dialogFolder#71bd134c flags:# pinned:flags.2?true folder:Folder peer:Peer top_message:int unread_muted_peers_count:int unread_unmuted_peers_count:int unread_muted_messages_count:int unread_unmuted_messages_count:int = Dialog;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|