pybotx 0.76.4__tar.gz → 0.76.5__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.
- {pybotx-0.76.4 → pybotx-0.76.5}/PKG-INFO +1 -1
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/users_api/user_from_search.py +8 -1
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/users.py +4 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pyproject.toml +1 -1
- {pybotx-0.76.4 → pybotx-0.76.5}/LICENSE +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/README.md +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/async_buffer.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/auth.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/bot/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/bot/api/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/bot/api/exceptions.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/bot/api/responses/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/bot/api/responses/bot_disabled.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/bot/api/responses/command_accepted.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/bot/api/responses/unverified_request.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/bot/bot.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/bot/bot_accounts_storage.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/bot/callbacks/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/bot/callbacks/callback_manager.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/bot/callbacks/callback_memory_repo.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/bot/callbacks/callback_repo_proto.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/bot/contextvars.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/bot/exceptions.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/bot/handler.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/bot/handler_collector.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/bot/middlewares/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/bot/middlewares/exception_middleware.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/bot/testing.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/authorized_botx_method.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/bots_api/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/bots_api/bot_catalog.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/bots_api/get_token.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/botx_method.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/chats_api/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/chats_api/add_admin.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/chats_api/add_user.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/chats_api/chat_info.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/chats_api/create_chat.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/chats_api/create_chat_link.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/chats_api/create_thread.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/chats_api/disable_stealth.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/chats_api/list_chats.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/chats_api/personal_chat.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/chats_api/pin_message.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/chats_api/remove_user.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/chats_api/set_stealth.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/chats_api/unpin_message.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/events_api/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/events_api/delete_event.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/events_api/edit_event.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/events_api/message_status_event.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/events_api/reply_event.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/events_api/stop_typing_event.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/events_api/typing_event.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/exceptions/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/exceptions/base.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/exceptions/callbacks.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/exceptions/chats.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/exceptions/common.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/exceptions/event.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/exceptions/files.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/exceptions/http.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/exceptions/message.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/exceptions/notifications.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/exceptions/users.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/files_api/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/files_api/download_file.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/files_api/upload_file.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/get_token.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/mertics_api/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/mertics_api/collect_bot_function.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/notifications_api/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/notifications_api/direct_notification.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/notifications_api/internal_bot_notification.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/openid_api/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/openid_api/refresh_access_token.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/smartapps_api/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/smartapps_api/exceptions.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/smartapps_api/smartapp_custom_notification.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/smartapps_api/smartapp_event.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/smartapps_api/smartapp_manifest.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/smartapps_api/smartapp_notification.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/smartapps_api/smartapp_unread_counter.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/smartapps_api/smartapps_list.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/smartapps_api/upload_file.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/stickers_api/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/stickers_api/add_sticker.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/stickers_api/create_sticker_pack.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/stickers_api/delete_sticker.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/stickers_api/delete_sticker_pack.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/stickers_api/edit_sticker_pack.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/stickers_api/exceptions.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/stickers_api/get_sticker.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/stickers_api/get_sticker_pack.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/stickers_api/get_sticker_packs.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/stickers_api/sticker_pack.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/users_api/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/users_api/search_user_by_email.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/users_api/search_user_by_emails.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/users_api/search_user_by_huid.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/users_api/search_user_by_login.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/users_api/search_user_by_other_id.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/users_api/update_user_profile.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/users_api/user_from_csv.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/users_api/users_as_csv.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/voex_api/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/voex_api/exceptions.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/voex_api/get_call.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/voex_api/get_conference.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/constants.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/converters.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/image_validators.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/logger.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/missing.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/api_base.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/async_files.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/attachments.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/base_command.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/bot_account.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/bot_catalog.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/bot_sender.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/call.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/chats.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/commands.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/conference.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/enums.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/message/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/message/edit_message.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/message/forward.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/message/incoming_message.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/message/markup.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/message/mentions.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/message/message_status.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/message/outgoing_message.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/message/reply.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/message/reply_message.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/method_callbacks.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/smartapps.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/status.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/stickers.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/sync_smartapp_event.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/system_events/__init__.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/system_events/added_to_chat.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/system_events/chat_created.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/system_events/chat_deleted_by_user.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/system_events/conference_changed.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/system_events/conference_created.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/system_events/conference_deleted.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/system_events/cts_login.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/system_events/cts_logout.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/system_events/deleted_from_chat.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/system_events/event_delete.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/system_events/event_edit.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/system_events/internal_bot_notification.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/system_events/left_from_chat.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/system_events/smartapp_event.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/models/system_events/user_joined_to_chat.py +0 -0
- {pybotx-0.76.4 → pybotx-0.76.5}/pybotx/py.typed +0 -0
|
@@ -2,16 +2,19 @@ from datetime import datetime
|
|
|
2
2
|
from typing import Literal
|
|
3
3
|
from uuid import UUID
|
|
4
4
|
|
|
5
|
+
from pydantic import Field, field_validator
|
|
6
|
+
|
|
5
7
|
from pybotx.models.api_base import VerifiedPayloadBaseModel
|
|
6
8
|
from pybotx.models.enums import APIUserKinds, convert_user_kind_to_domain
|
|
7
9
|
from pybotx.models.users import UserFromSearch
|
|
8
|
-
from pydantic import Field, field_validator
|
|
9
10
|
|
|
10
11
|
|
|
11
12
|
class BotXAPISearchUserResult(VerifiedPayloadBaseModel):
|
|
12
13
|
user_huid: UUID
|
|
13
14
|
ad_login: str | None = None
|
|
14
15
|
ad_domain: str | None = None
|
|
16
|
+
avatar: str | None = None
|
|
17
|
+
avatar_preview: str | None = None
|
|
15
18
|
name: str
|
|
16
19
|
company: str | None = None
|
|
17
20
|
company_position: str | None = None
|
|
@@ -50,6 +53,8 @@ class BotXAPISearchUserResponsePayload(VerifiedPayloadBaseModel):
|
|
|
50
53
|
huid=self.result.user_huid,
|
|
51
54
|
ad_login=self.result.ad_login,
|
|
52
55
|
ad_domain=self.result.ad_domain,
|
|
56
|
+
avatar=self.result.avatar,
|
|
57
|
+
avatar_preview=self.result.avatar_preview,
|
|
53
58
|
username=self.result.name,
|
|
54
59
|
company=self.result.company,
|
|
55
60
|
company_position=self.result.company_position,
|
|
@@ -82,6 +87,8 @@ class BotXAPISearchUserByEmailsResponsePayload(VerifiedPayloadBaseModel):
|
|
|
82
87
|
huid=user.user_huid,
|
|
83
88
|
ad_login=user.ad_login,
|
|
84
89
|
ad_domain=user.ad_domain,
|
|
90
|
+
avatar=user.avatar,
|
|
91
|
+
avatar_preview=user.avatar_preview,
|
|
85
92
|
username=user.name,
|
|
86
93
|
company=user.company,
|
|
87
94
|
company_position=user.company_position,
|
|
@@ -13,6 +13,8 @@ class UserFromSearch:
|
|
|
13
13
|
huid: User huid.
|
|
14
14
|
ad_login: User AD login.
|
|
15
15
|
ad_domain: User AD domain.
|
|
16
|
+
avatar: User avatar (link).
|
|
17
|
+
avatar_preview: User avatar preview (link).
|
|
16
18
|
username: User name.
|
|
17
19
|
company: User company.
|
|
18
20
|
company_position: User company position.
|
|
@@ -44,6 +46,8 @@ class UserFromSearch:
|
|
|
44
46
|
emails: list[str]
|
|
45
47
|
other_id: str | None
|
|
46
48
|
user_kind: UserKinds
|
|
49
|
+
avatar: str | None = None
|
|
50
|
+
avatar_preview: str | None = None
|
|
47
51
|
active: bool | None = None
|
|
48
52
|
description: str | None = None
|
|
49
53
|
ip_phone: str | None = None
|
|
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
|
{pybotx-0.76.4 → pybotx-0.76.5}/pybotx/client/notifications_api/internal_bot_notification.py
RENAMED
|
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
|