pybotx 0.76.0a2__tar.gz → 0.76.2__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.0a2 → pybotx-0.76.2}/PKG-INFO +1 -1
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/bot/bot.py +9 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/smartapps_api/smartapp_manifest.py +12 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/system_events/conference_changed.py +2 -2
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pyproject.toml +1 -1
- {pybotx-0.76.0a2 → pybotx-0.76.2}/LICENSE +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/README.md +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/async_buffer.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/auth.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/bot/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/bot/api/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/bot/api/exceptions.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/bot/api/responses/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/bot/api/responses/bot_disabled.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/bot/api/responses/command_accepted.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/bot/api/responses/unverified_request.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/bot/bot_accounts_storage.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/bot/callbacks/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/bot/callbacks/callback_manager.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/bot/callbacks/callback_memory_repo.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/bot/callbacks/callback_repo_proto.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/bot/contextvars.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/bot/exceptions.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/bot/handler.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/bot/handler_collector.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/bot/middlewares/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/bot/middlewares/exception_middleware.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/bot/testing.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/authorized_botx_method.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/bots_api/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/bots_api/bot_catalog.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/bots_api/get_token.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/botx_method.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/chats_api/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/chats_api/add_admin.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/chats_api/add_user.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/chats_api/chat_info.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/chats_api/create_chat.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/chats_api/create_chat_link.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/chats_api/create_thread.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/chats_api/disable_stealth.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/chats_api/list_chats.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/chats_api/personal_chat.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/chats_api/pin_message.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/chats_api/remove_user.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/chats_api/set_stealth.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/chats_api/unpin_message.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/events_api/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/events_api/delete_event.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/events_api/edit_event.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/events_api/message_status_event.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/events_api/reply_event.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/events_api/stop_typing_event.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/events_api/typing_event.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/exceptions/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/exceptions/base.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/exceptions/callbacks.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/exceptions/chats.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/exceptions/common.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/exceptions/event.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/exceptions/files.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/exceptions/http.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/exceptions/message.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/exceptions/notifications.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/exceptions/users.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/files_api/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/files_api/download_file.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/files_api/upload_file.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/get_token.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/mertics_api/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/mertics_api/collect_bot_function.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/notifications_api/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/notifications_api/direct_notification.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/notifications_api/internal_bot_notification.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/openid_api/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/openid_api/refresh_access_token.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/smartapps_api/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/smartapps_api/exceptions.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/smartapps_api/smartapp_custom_notification.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/smartapps_api/smartapp_event.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/smartapps_api/smartapp_notification.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/smartapps_api/smartapp_unread_counter.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/smartapps_api/smartapps_list.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/smartapps_api/upload_file.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/stickers_api/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/stickers_api/add_sticker.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/stickers_api/create_sticker_pack.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/stickers_api/delete_sticker.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/stickers_api/delete_sticker_pack.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/stickers_api/edit_sticker_pack.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/stickers_api/exceptions.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/stickers_api/get_sticker.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/stickers_api/get_sticker_pack.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/stickers_api/get_sticker_packs.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/stickers_api/sticker_pack.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/users_api/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/users_api/search_user_by_email.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/users_api/search_user_by_emails.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/users_api/search_user_by_huid.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/users_api/search_user_by_login.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/users_api/search_user_by_other_id.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/users_api/update_user_profile.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/users_api/user_from_csv.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/users_api/user_from_search.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/users_api/users_as_csv.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/constants.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/converters.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/image_validators.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/logger.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/missing.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/api_base.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/async_files.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/attachments.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/base_command.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/bot_account.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/bot_catalog.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/bot_sender.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/chats.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/commands.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/enums.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/message/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/message/edit_message.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/message/forward.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/message/incoming_message.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/message/markup.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/message/mentions.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/message/message_status.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/message/outgoing_message.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/message/reply.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/message/reply_message.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/method_callbacks.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/smartapps.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/status.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/stickers.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/sync_smartapp_event.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/system_events/__init__.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/system_events/added_to_chat.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/system_events/chat_created.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/system_events/chat_deleted_by_user.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/system_events/conference_created.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/system_events/conference_deleted.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/system_events/cts_login.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/system_events/cts_logout.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/system_events/deleted_from_chat.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/system_events/event_delete.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/system_events/event_edit.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/system_events/internal_bot_notification.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/system_events/left_from_chat.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/system_events/smartapp_event.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/system_events/user_joined_to_chat.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/models/users.py +0 -0
- {pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/py.typed +0 -0
|
@@ -1783,6 +1783,9 @@ class Bot:
|
|
|
1783
1783
|
android: Missing[SmartappManifestAndroidParams] = Undefined,
|
|
1784
1784
|
web_layout: Missing[SmartappManifestWebParams] = Undefined,
|
|
1785
1785
|
unread_counter: Missing[SmartappManifestUnreadCounterParams] = Undefined,
|
|
1786
|
+
store_on_close: Missing[bool] = Undefined,
|
|
1787
|
+
preload_in_background: Missing[bool] = Undefined,
|
|
1788
|
+
link_regex: Missing[str | None] = Undefined,
|
|
1786
1789
|
) -> SmartappManifest:
|
|
1787
1790
|
"""Send smartapp manifest with given parameters.
|
|
1788
1791
|
|
|
@@ -1791,6 +1794,9 @@ class Bot:
|
|
|
1791
1794
|
:param android: Smartapp layout for android clients.
|
|
1792
1795
|
:param web_layout: Smartapp layout for web clients.
|
|
1793
1796
|
:param unread_counter: Entities that can be subscribed to in the unread counter.
|
|
1797
|
+
:param store_on_close: Keep smartapp in memory on close.
|
|
1798
|
+
:param preload_in_background: Force load smartapp even not pinned.
|
|
1799
|
+
:param link_regex: URLs matching this Regex will be opened by the current SmartApp.
|
|
1794
1800
|
|
|
1795
1801
|
:return: Smartapp manifest with the set parameters received from BotX.
|
|
1796
1802
|
"""
|
|
@@ -1805,6 +1811,9 @@ class Bot:
|
|
|
1805
1811
|
android=android,
|
|
1806
1812
|
web_layout=web_layout,
|
|
1807
1813
|
unread_counter=unread_counter,
|
|
1814
|
+
store_on_close=store_on_close,
|
|
1815
|
+
preload_in_background=preload_in_background,
|
|
1816
|
+
link_regex=link_regex,
|
|
1808
1817
|
)
|
|
1809
1818
|
smartapp_manifest_response = await method.execute(payload)
|
|
1810
1819
|
return smartapp_manifest_response.to_domain()
|
|
@@ -38,6 +38,9 @@ class SmartappManifest(VerifiedPayloadBaseModel):
|
|
|
38
38
|
android: SmartappManifestAndroidParams
|
|
39
39
|
web: SmartappManifestWebParams
|
|
40
40
|
unread_counter_link: SmartappManifestUnreadCounterParams
|
|
41
|
+
store_on_close: bool = False
|
|
42
|
+
preload_in_background: bool = False
|
|
43
|
+
link_regex: str | None = None
|
|
41
44
|
|
|
42
45
|
|
|
43
46
|
class SmartappManifestPayload(UnverifiedPayloadBaseModel):
|
|
@@ -46,6 +49,9 @@ class SmartappManifestPayload(UnverifiedPayloadBaseModel):
|
|
|
46
49
|
web: Missing[SmartappManifestWebParams] = Undefined
|
|
47
50
|
aurora: Missing[SmartappManifestAuroraParams] = Undefined
|
|
48
51
|
unread_counter_link: Missing[SmartappManifestUnreadCounterParams] = Undefined
|
|
52
|
+
store_on_close: Missing[bool] = Undefined
|
|
53
|
+
preload_in_background: Missing[bool] = Undefined
|
|
54
|
+
link_regex: Missing[str | None] = Undefined
|
|
49
55
|
|
|
50
56
|
|
|
51
57
|
class BotXAPISmartAppManifestRequestPayload(UnverifiedPayloadBaseModel):
|
|
@@ -58,6 +64,9 @@ class BotXAPISmartAppManifestRequestPayload(UnverifiedPayloadBaseModel):
|
|
|
58
64
|
android: Missing[SmartappManifestAndroidParams] = Undefined,
|
|
59
65
|
web_layout: Missing[SmartappManifestWebParams] = Undefined,
|
|
60
66
|
unread_counter: Missing[SmartappManifestUnreadCounterParams] = Undefined,
|
|
67
|
+
store_on_close: Missing[bool] = Undefined,
|
|
68
|
+
preload_in_background: Missing[bool] = Undefined,
|
|
69
|
+
link_regex: Missing[str | None] = Undefined,
|
|
61
70
|
) -> "BotXAPISmartAppManifestRequestPayload":
|
|
62
71
|
if web_layout is Undefined and unread_counter is Undefined:
|
|
63
72
|
return cls(manifest={})
|
|
@@ -68,6 +77,9 @@ class BotXAPISmartAppManifestRequestPayload(UnverifiedPayloadBaseModel):
|
|
|
68
77
|
android=android,
|
|
69
78
|
web=web_layout,
|
|
70
79
|
unread_counter_link=unread_counter,
|
|
80
|
+
store_on_close=store_on_close,
|
|
81
|
+
preload_in_background=preload_in_background,
|
|
82
|
+
link_regex=link_regex,
|
|
71
83
|
),
|
|
72
84
|
)
|
|
73
85
|
|
|
@@ -55,7 +55,7 @@ class ConferenceChangedEvent(BotCommandBase):
|
|
|
55
55
|
members: list[UUID]
|
|
56
56
|
name: str
|
|
57
57
|
operation: str
|
|
58
|
-
sip_number: int
|
|
58
|
+
sip_number: int | None
|
|
59
59
|
start_at: datetime
|
|
60
60
|
|
|
61
61
|
|
|
@@ -73,7 +73,7 @@ class BotAPIConferenceChangedData(VerifiedPayloadBaseModel):
|
|
|
73
73
|
members: list[UUID]
|
|
74
74
|
name: str
|
|
75
75
|
operation: str
|
|
76
|
-
sip_number: int
|
|
76
|
+
sip_number: int | None
|
|
77
77
|
start_at: datetime
|
|
78
78
|
|
|
79
79
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.0a2 → pybotx-0.76.2}/pybotx/client/notifications_api/internal_bot_notification.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pybotx-0.76.0a2 → pybotx-0.76.2}/pybotx/client/smartapps_api/smartapp_custom_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
|