linq-python 0.9.0__tar.gz → 0.11.0__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.
- linq_python-0.11.0/.release-please-manifest.json +3 -0
- linq_python-0.11.0/CHANGELOG.md +8 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/PKG-INFO +1 -1
- {linq_python-0.9.0 → linq_python-0.11.0}/bin/check-release-environment +4 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/pyproject.toml +1 -1
- {linq_python-0.9.0 → linq_python-0.11.0}/release-please-config.json +2 -2
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_version.py +1 -1
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chat.py +4 -4
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chat_create_response.py +4 -4
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chat_created_webhook_event.py +4 -4
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/message_edited_webhook_event.py +4 -4
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/message_event_v2.py +4 -4
- linq_python-0.11.0/src/linq/types/phone_number_list_response.py +60 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/phone_number_status_updated_webhook_event.py +6 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/uv.lock +1 -1
- linq_python-0.9.0/.release-please-manifest.json +0 -3
- linq_python-0.9.0/CHANGELOG.md +0 -190
- linq_python-0.9.0/src/linq/types/phone_number_list_response.py +0 -20
- linq_python-0.9.0/src/linq_api_v3/lib/.keep +0 -4
- {linq_python-0.9.0 → linq_python-0.11.0}/.gitignore +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/CONTRIBUTING.md +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/LICENSE +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/README.md +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/SECURITY.md +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/api.md +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/bin/publish-pypi +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/examples/.keep +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/requirements-dev.lock +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/__init__.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_base_client.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_client.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_compat.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_constants.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_exceptions.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_files.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_models.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_qs.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_resource.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_streaming.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_types.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_utils/__init__.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_utils/_compat.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_utils/_datetime_parse.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_utils/_json.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_utils/_logs.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_utils/_path.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_utils/_proxy.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_utils/_reflection.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_utils/_resources_proxy.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_utils/_streams.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_utils/_sync.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_utils/_transform.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_utils/_typing.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/_utils/_utils.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/lib/.keep +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/pagination.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/py.typed +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/resources/__init__.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/resources/attachments.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/resources/capability.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/resources/chats/__init__.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/resources/chats/chats.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/resources/chats/messages.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/resources/chats/participants.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/resources/chats/typing.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/resources/contact_card.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/resources/messages.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/resources/phone_numbers.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/resources/phonenumbers.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/resources/webhook_events.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/resources/webhook_subscriptions.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/resources/webhooks.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/__init__.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/attachment_create_params.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/attachment_create_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/attachment_retrieve_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/capability_check_RCS_params.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/capability_check_i_message_params.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chat_create_params.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chat_group_icon_update_failed_webhook_event.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chat_group_icon_updated_webhook_event.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chat_group_name_update_failed_webhook_event.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chat_group_name_updated_webhook_event.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chat_leave_chat_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chat_list_chats_params.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chat_send_voicememo_params.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chat_send_voicememo_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chat_typing_indicator_started_webhook_event.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chat_typing_indicator_stopped_webhook_event.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chat_update_params.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chat_update_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chats/__init__.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chats/message_list_params.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chats/message_send_params.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chats/message_send_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chats/participant_add_params.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chats/participant_add_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chats/participant_remove_params.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chats/participant_remove_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/chats/sent_message.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/contact_card_create_params.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/contact_card_retrieve_params.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/contact_card_retrieve_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/contact_card_update_params.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/events_webhook_event.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/handle_check_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/link_part_param.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/media_part_param.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/message.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/message_add_reaction_params.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/message_add_reaction_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/message_content_param.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/message_delivered_webhook_event.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/message_effect.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/message_effect_param.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/message_failed_webhook_event.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/message_list_messages_thread_params.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/message_read_webhook_event.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/message_received_webhook_event.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/message_sent_webhook_event.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/message_update_params.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/participant_added_webhook_event.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/participant_removed_webhook_event.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/phonenumber_list_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/reaction_added_webhook_event.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/reaction_event_base.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/reaction_removed_webhook_event.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/reply_to.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/reply_to_param.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/schemas_media_part_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/schemas_message_effect.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/schemas_text_part_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/set_contact_card.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/shared/__init__.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/shared/chat_handle.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/shared/link_part_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/shared/media_part_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/shared/reaction.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/shared/reaction_type.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/shared/service_type.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/shared/text_decoration.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/shared/text_part_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/shared_params/__init__.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/shared_params/reaction_type.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/shared_params/service_type.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/shared_params/text_decoration.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/supported_content_type.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/text_part_param.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/webhook_event_list_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/webhook_event_type.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/webhook_subscription.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/webhook_subscription_create_params.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/webhook_subscription_create_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/webhook_subscription_list_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/webhook_subscription_update_params.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/__init__.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/api_resources/__init__.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/api_resources/chats/__init__.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/api_resources/chats/test_messages.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/api_resources/chats/test_participants.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/api_resources/chats/test_typing.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/api_resources/test_attachments.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/api_resources/test_capability.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/api_resources/test_chats.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/api_resources/test_contact_card.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/api_resources/test_messages.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/api_resources/test_phone_numbers.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/api_resources/test_phonenumbers.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/api_resources/test_webhook_events.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/api_resources/test_webhook_subscriptions.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/api_resources/test_webhooks.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/conftest.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/sample_file.txt +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/test_client.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/test_extract_files.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/test_files.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/test_models.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/test_qs.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/test_required_args.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/test_response.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/test_streaming.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/test_transform.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/test_utils/test_json.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/test_utils/test_path.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/test_utils/test_proxy.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/test_utils/test_typing.py +0 -0
- {linq_python-0.9.0 → linq_python-0.11.0}/tests/utils.py +0 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [0.11.0](https://github.com/linq-team/linq-python/compare/v0.10.0...v0.11.0) (2026-05-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* regenerate SDKs from updated API spec ([#19](https://github.com/linq-team/linq-python/issues/19)) ([ad26bab](https://github.com/linq-team/linq-python/commit/ad26bab88097b50122c5642113a30b831b512b33))
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: linq-python
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.11.0
|
|
4
4
|
Summary: The official Python library for the linq-api-v3 API
|
|
5
5
|
Project-URL: Homepage, https://github.com/linq-team/linq-python
|
|
6
6
|
Project-URL: Repository, https://github.com/linq-team/linq-python
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"packages": {
|
|
3
3
|
".": {}
|
|
4
4
|
},
|
|
5
|
-
"$schema": "https://raw.githubusercontent.com/
|
|
5
|
+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
6
6
|
"include-v-in-tag": true,
|
|
7
7
|
"include-component-in-tag": false,
|
|
8
8
|
"versioning": "prerelease",
|
|
9
|
-
"prerelease":
|
|
9
|
+
"prerelease": false,
|
|
10
10
|
"bump-minor-pre-major": true,
|
|
11
11
|
"bump-patch-for-minor-pre-major": false,
|
|
12
12
|
"pull-request-header": "Automated Release PR",
|
|
@@ -14,7 +14,7 @@ __all__ = ["Chat", "HealthStatus"]
|
|
|
14
14
|
class HealthStatus(BaseModel):
|
|
15
15
|
"""**[BETA]** Current health for a chat.
|
|
16
16
|
|
|
17
|
-
Always present — chats start at `
|
|
17
|
+
Always present — chats start at `HEALTHY` and may shift based on engagement and delivery signals on the conversation. Many `AT_RISK` or `CRITICAL` chats on a single line increase the risk of line flagging.
|
|
18
18
|
|
|
19
19
|
Switch on `status` to gate sends or surface line health in your UI — the enum is the long-term contract. Each status carries a `doc_url` that deep-links to the relevant section of the Chat Health guide.
|
|
20
20
|
|
|
@@ -24,7 +24,7 @@ class HealthStatus(BaseModel):
|
|
|
24
24
|
doc_url: str
|
|
25
25
|
"""Deep-link to the relevant section of the Chat Health guide for this status."""
|
|
26
26
|
|
|
27
|
-
status: Literal["
|
|
27
|
+
status: Literal["HEALTHY", "AT_RISK", "CRITICAL", "OPTED_OUT"]
|
|
28
28
|
"""Current health bucket for the chat.
|
|
29
29
|
|
|
30
30
|
See the [Chat Health guide](/guides/chats/chat-health) for what each value means
|
|
@@ -59,8 +59,8 @@ class Chat(BaseModel):
|
|
|
59
59
|
health_status: HealthStatus
|
|
60
60
|
"""**[BETA]** Current health for a chat.
|
|
61
61
|
|
|
62
|
-
Always present — chats start at `
|
|
63
|
-
delivery signals on the conversation. Many `
|
|
62
|
+
Always present — chats start at `HEALTHY` and may shift based on engagement and
|
|
63
|
+
delivery signals on the conversation. Many `AT_RISK` or `CRITICAL` chats on a
|
|
64
64
|
single line increase the risk of line flagging.
|
|
65
65
|
|
|
66
66
|
Switch on `status` to gate sends or surface line health in your UI — the enum is
|
|
@@ -15,7 +15,7 @@ __all__ = ["ChatCreateResponse", "Chat", "ChatHealthStatus"]
|
|
|
15
15
|
class ChatHealthStatus(BaseModel):
|
|
16
16
|
"""**[BETA]** Current health for a chat.
|
|
17
17
|
|
|
18
|
-
Always present — chats start at `
|
|
18
|
+
Always present — chats start at `HEALTHY` and may shift based on engagement and delivery signals on the conversation. Many `AT_RISK` or `CRITICAL` chats on a single line increase the risk of line flagging.
|
|
19
19
|
|
|
20
20
|
Switch on `status` to gate sends or surface line health in your UI — the enum is the long-term contract. Each status carries a `doc_url` that deep-links to the relevant section of the Chat Health guide.
|
|
21
21
|
|
|
@@ -25,7 +25,7 @@ class ChatHealthStatus(BaseModel):
|
|
|
25
25
|
doc_url: str
|
|
26
26
|
"""Deep-link to the relevant section of the Chat Health guide for this status."""
|
|
27
27
|
|
|
28
|
-
status: Literal["
|
|
28
|
+
status: Literal["HEALTHY", "AT_RISK", "CRITICAL", "OPTED_OUT"]
|
|
29
29
|
"""Current health bucket for the chat.
|
|
30
30
|
|
|
31
31
|
See the [Chat Health guide](/guides/chats/chat-health) for what each value means
|
|
@@ -57,8 +57,8 @@ class Chat(BaseModel):
|
|
|
57
57
|
health_status: ChatHealthStatus
|
|
58
58
|
"""**[BETA]** Current health for a chat.
|
|
59
59
|
|
|
60
|
-
Always present — chats start at `
|
|
61
|
-
delivery signals on the conversation. Many `
|
|
60
|
+
Always present — chats start at `HEALTHY` and may shift based on engagement and
|
|
61
|
+
delivery signals on the conversation. Many `AT_RISK` or `CRITICAL` chats on a
|
|
62
62
|
single line increase the risk of line flagging.
|
|
63
63
|
|
|
64
64
|
Switch on `status` to gate sends or surface line health in your UI — the enum is
|
|
@@ -15,7 +15,7 @@ __all__ = ["ChatCreatedWebhookEvent", "Data", "DataHealthStatus"]
|
|
|
15
15
|
class DataHealthStatus(BaseModel):
|
|
16
16
|
"""**[BETA]** Current health for a chat.
|
|
17
17
|
|
|
18
|
-
Always present — chats start at `
|
|
18
|
+
Always present — chats start at `HEALTHY` and may shift based on engagement and delivery signals on the conversation. Many `AT_RISK` or `CRITICAL` chats on a single line increase the risk of line flagging.
|
|
19
19
|
|
|
20
20
|
Switch on `status` to gate sends or surface line health in your UI — the enum is the long-term contract. Each status carries a `doc_url` that deep-links to the relevant section of the Chat Health guide.
|
|
21
21
|
|
|
@@ -25,7 +25,7 @@ class DataHealthStatus(BaseModel):
|
|
|
25
25
|
doc_url: str
|
|
26
26
|
"""Deep-link to the relevant section of the Chat Health guide for this status."""
|
|
27
27
|
|
|
28
|
-
status: Literal["
|
|
28
|
+
status: Literal["HEALTHY", "AT_RISK", "CRITICAL", "OPTED_OUT"]
|
|
29
29
|
"""Current health bucket for the chat.
|
|
30
30
|
|
|
31
31
|
See the [Chat Health guide](/guides/chats/chat-health) for what each value means
|
|
@@ -65,8 +65,8 @@ class Data(BaseModel):
|
|
|
65
65
|
health_status: DataHealthStatus
|
|
66
66
|
"""**[BETA]** Current health for a chat.
|
|
67
67
|
|
|
68
|
-
Always present — chats start at `
|
|
69
|
-
delivery signals on the conversation. Many `
|
|
68
|
+
Always present — chats start at `HEALTHY` and may shift based on engagement and
|
|
69
|
+
delivery signals on the conversation. Many `AT_RISK` or `CRITICAL` chats on a
|
|
70
70
|
single line increase the risk of line flagging.
|
|
71
71
|
|
|
72
72
|
Switch on `status` to gate sends or surface line health in your UI — the enum is
|
|
@@ -13,7 +13,7 @@ __all__ = ["MessageEditedWebhookEvent", "Data", "DataChat", "DataChatHealthStatu
|
|
|
13
13
|
class DataChatHealthStatus(BaseModel):
|
|
14
14
|
"""**[BETA]** Current health for a chat.
|
|
15
15
|
|
|
16
|
-
Always present — chats start at `
|
|
16
|
+
Always present — chats start at `HEALTHY` and may shift based on engagement and delivery signals on the conversation. Many `AT_RISK` or `CRITICAL` chats on a single line increase the risk of line flagging.
|
|
17
17
|
|
|
18
18
|
Switch on `status` to gate sends or surface line health in your UI — the enum is the long-term contract. Each status carries a `doc_url` that deep-links to the relevant section of the Chat Health guide.
|
|
19
19
|
|
|
@@ -23,7 +23,7 @@ class DataChatHealthStatus(BaseModel):
|
|
|
23
23
|
doc_url: str
|
|
24
24
|
"""Deep-link to the relevant section of the Chat Health guide for this status."""
|
|
25
25
|
|
|
26
|
-
status: Literal["
|
|
26
|
+
status: Literal["HEALTHY", "AT_RISK", "CRITICAL", "OPTED_OUT"]
|
|
27
27
|
"""Current health bucket for the chat.
|
|
28
28
|
|
|
29
29
|
See the [Chat Health guide](/guides/chats/chat-health) for what each value means
|
|
@@ -43,8 +43,8 @@ class DataChat(BaseModel):
|
|
|
43
43
|
health_status: DataChatHealthStatus
|
|
44
44
|
"""**[BETA]** Current health for a chat.
|
|
45
45
|
|
|
46
|
-
Always present — chats start at `
|
|
47
|
-
delivery signals on the conversation. Many `
|
|
46
|
+
Always present — chats start at `HEALTHY` and may shift based on engagement and
|
|
47
|
+
delivery signals on the conversation. Many `AT_RISK` or `CRITICAL` chats on a
|
|
48
48
|
single line increase the risk of line flagging.
|
|
49
49
|
|
|
50
50
|
Switch on `status` to gate sends or surface line health in your UI — the enum is
|
|
@@ -18,7 +18,7 @@ __all__ = ["MessageEventV2", "Chat", "ChatHealthStatus", "Part", "PartSchemasLin
|
|
|
18
18
|
class ChatHealthStatus(BaseModel):
|
|
19
19
|
"""**[BETA]** Current health for a chat.
|
|
20
20
|
|
|
21
|
-
Always present — chats start at `
|
|
21
|
+
Always present — chats start at `HEALTHY` and may shift based on engagement and delivery signals on the conversation. Many `AT_RISK` or `CRITICAL` chats on a single line increase the risk of line flagging.
|
|
22
22
|
|
|
23
23
|
Switch on `status` to gate sends or surface line health in your UI — the enum is the long-term contract. Each status carries a `doc_url` that deep-links to the relevant section of the Chat Health guide.
|
|
24
24
|
|
|
@@ -28,7 +28,7 @@ class ChatHealthStatus(BaseModel):
|
|
|
28
28
|
doc_url: str
|
|
29
29
|
"""Deep-link to the relevant section of the Chat Health guide for this status."""
|
|
30
30
|
|
|
31
|
-
status: Literal["
|
|
31
|
+
status: Literal["HEALTHY", "AT_RISK", "CRITICAL", "OPTED_OUT"]
|
|
32
32
|
"""Current health bucket for the chat.
|
|
33
33
|
|
|
34
34
|
See the [Chat Health guide](/guides/chats/chat-health) for what each value means
|
|
@@ -48,8 +48,8 @@ class Chat(BaseModel):
|
|
|
48
48
|
health_status: ChatHealthStatus
|
|
49
49
|
"""**[BETA]** Current health for a chat.
|
|
50
50
|
|
|
51
|
-
Always present — chats start at `
|
|
52
|
-
delivery signals on the conversation. Many `
|
|
51
|
+
Always present — chats start at `HEALTHY` and may shift based on engagement and
|
|
52
|
+
delivery signals on the conversation. Many `AT_RISK` or `CRITICAL` chats on a
|
|
53
53
|
single line increase the risk of line flagging.
|
|
54
54
|
|
|
55
55
|
Switch on `status` to gate sends or surface line health in your UI — the enum is
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
from typing import List
|
|
4
|
+
from typing_extensions import Literal
|
|
5
|
+
|
|
6
|
+
from .._models import BaseModel
|
|
7
|
+
|
|
8
|
+
__all__ = ["PhoneNumberListResponse", "PhoneNumber", "PhoneNumberHealthStatus"]
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class PhoneNumberHealthStatus(BaseModel):
|
|
12
|
+
"""**[BETA]** Current health for a phone line.
|
|
13
|
+
|
|
14
|
+
Always present — lines start at `HEALTHY` and may shift based on aggregate engagement and delivery signals across all conversations on the line.
|
|
15
|
+
|
|
16
|
+
Unlike chat health, line health does not include `opted_out` — opt-out applies to individual recipients, not the whole line.
|
|
17
|
+
|
|
18
|
+
See the [Phone Health guide](/guides/phone-numbers/phone-health) for what each status means and how to react.
|
|
19
|
+
"""
|
|
20
|
+
|
|
21
|
+
doc_url: str
|
|
22
|
+
"""Deep-link to the relevant section of the Phone Health guide for this status."""
|
|
23
|
+
|
|
24
|
+
status: Literal["HEALTHY", "AT_RISK", "CRITICAL"]
|
|
25
|
+
"""Current health of this phone line as assessed by risk-service.
|
|
26
|
+
|
|
27
|
+
- `HEALTHY` — No elevated risk detected.
|
|
28
|
+
- `AT_RISK` — Elevated risk indicators present; consider reducing send volume or
|
|
29
|
+
reviewing messaging patterns.
|
|
30
|
+
- `CRITICAL` — High risk; further sending may result in line flagging or
|
|
31
|
+
restriction.
|
|
32
|
+
|
|
33
|
+
Defaults to `HEALTHY` for lines that have not yet been scored.
|
|
34
|
+
"""
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
class PhoneNumber(BaseModel):
|
|
38
|
+
id: str
|
|
39
|
+
"""Unique identifier for the phone number"""
|
|
40
|
+
|
|
41
|
+
health_status: PhoneNumberHealthStatus
|
|
42
|
+
"""**[BETA]** Current health for a phone line.
|
|
43
|
+
|
|
44
|
+
Always present — lines start at `HEALTHY` and may shift based on aggregate
|
|
45
|
+
engagement and delivery signals across all conversations on the line.
|
|
46
|
+
|
|
47
|
+
Unlike chat health, line health does not include `opted_out` — opt-out applies
|
|
48
|
+
to individual recipients, not the whole line.
|
|
49
|
+
|
|
50
|
+
See the [Phone Health guide](/guides/phone-numbers/phone-health) for what each
|
|
51
|
+
status means and how to react.
|
|
52
|
+
"""
|
|
53
|
+
|
|
54
|
+
phone_number: str
|
|
55
|
+
"""Phone number in E.164 format"""
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
class PhoneNumberListResponse(BaseModel):
|
|
59
|
+
phone_numbers: List[PhoneNumber]
|
|
60
|
+
"""List of phone numbers assigned to the partner"""
|
{linq_python-0.9.0 → linq_python-0.11.0}/src/linq/types/phone_number_status_updated_webhook_event.py
RENAMED
|
@@ -14,12 +14,18 @@ class Data(BaseModel):
|
|
|
14
14
|
changed_at: datetime
|
|
15
15
|
"""When the status change occurred"""
|
|
16
16
|
|
|
17
|
+
new_health_status: Literal["HEALTHY", "AT_RISK", "CRITICAL"]
|
|
18
|
+
"""The new line health status"""
|
|
19
|
+
|
|
17
20
|
new_status: Literal["ACTIVE", "FLAGGED"]
|
|
18
21
|
"""The new service status"""
|
|
19
22
|
|
|
20
23
|
phone_number: str
|
|
21
24
|
"""Phone number in E.164 format"""
|
|
22
25
|
|
|
26
|
+
previous_health_status: Literal["HEALTHY", "AT_RISK", "CRITICAL"]
|
|
27
|
+
"""The previous line health status"""
|
|
28
|
+
|
|
23
29
|
previous_status: Literal["ACTIVE", "FLAGGED"]
|
|
24
30
|
"""The previous service status"""
|
|
25
31
|
|
linq_python-0.9.0/CHANGELOG.md
DELETED
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## 0.9.0 (2026-05-13)
|
|
4
|
-
|
|
5
|
-
Full Changelog: [v0.8.0...v0.9.0](https://github.com/linq-team/linq-python/compare/v0.8.0...v0.9.0)
|
|
6
|
-
|
|
7
|
-
### Features
|
|
8
|
-
|
|
9
|
-
* **api:** add delete endpoint ([1daeeb6](https://github.com/linq-team/linq-python/commit/1daeeb6eaa3bf3c3688de581b1cb35714fc9881b))
|
|
10
|
-
* **internal/types:** support eagerly validating pydantic iterators ([ebac43c](https://github.com/linq-team/linq-python/commit/ebac43cb5d8a54eae38f50562ff1cf972c998a4a))
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### Bug Fixes
|
|
14
|
-
|
|
15
|
-
* **client:** add missing f-string prefix in file type error message ([1fe708e](https://github.com/linq-team/linq-python/commit/1fe708e103ce31e536a237844bd7866ba98423a9))
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Documentation
|
|
19
|
-
|
|
20
|
-
* **api:** expand attachments resource documentation ([ec612eb](https://github.com/linq-team/linq-python/commit/ec612eb80312a4ebd49cea6028d99a9665f347d2))
|
|
21
|
-
* **api:** mark status and is_archived fields as deprecated in attachments/chat ([36a77d9](https://github.com/linq-team/linq-python/commit/36a77d9e66f5cd7d52bd42f0e438f663ea8f10cf))
|
|
22
|
-
|
|
23
|
-
## 0.8.0 (2026-05-07)
|
|
24
|
-
|
|
25
|
-
Full Changelog: [v0.7.0...v0.8.0](https://github.com/linq-team/linq-python/compare/v0.7.0...v0.8.0)
|
|
26
|
-
|
|
27
|
-
### Features
|
|
28
|
-
|
|
29
|
-
* **chat-service:** expose health_score.updated_at on chat reads + webhooks ([ae5f146](https://github.com/linq-team/linq-python/commit/ae5f1461f6468c48ec88d999d59293e2f364ddd6))
|
|
30
|
-
* remove health_score from synapse — health_status is the contract ([5ec27d1](https://github.com/linq-team/linq-python/commit/5ec27d1544c85532b8d0344b3108a88cf474db90))
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
### Bug Fixes
|
|
34
|
-
|
|
35
|
-
* **chat-service:** stamp health_status from risk-service sync reply ([ff22296](https://github.com/linq-team/linq-python/commit/ff222969e755bd20e352de665b5e7fe47ea99705))
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
### Chores
|
|
39
|
-
|
|
40
|
-
* **internal:** reformat pyproject.toml ([3ab97d9](https://github.com/linq-team/linq-python/commit/3ab97d9f5daea08054fba6086ca2c1849289d8ff))
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
### Documentation
|
|
44
|
-
|
|
45
|
-
* **openapi:** add HealthStatus [BETA] + deprecate HealthScore ([d4e3711](https://github.com/linq-team/linq-python/commit/d4e37118b71348796cb029bed6f3b831c3996941))
|
|
46
|
-
* **openapi:** add named examples to unblock docs OpExample ([6a37d71](https://github.com/linq-team/linq-python/commit/6a37d71c0aa57feefc85810a5012da74153b835f))
|
|
47
|
-
|
|
48
|
-
## 0.7.0 (2026-04-30)
|
|
49
|
-
|
|
50
|
-
Full Changelog: [v0.6.0...v0.7.0](https://github.com/linq-team/linq-python/compare/v0.6.0...v0.7.0)
|
|
51
|
-
|
|
52
|
-
### Features
|
|
53
|
-
|
|
54
|
-
* [PoC] sync risk lookup on message.received via NATS req/reply ([8a0e4fb](https://github.com/linq-team/linq-python/commit/8a0e4fbac82a824759b563d3b241e513e85c53d3))
|
|
55
|
-
* **webhooks:** nest health_score under chat (PLT-540) + remove standalone opt_out/opt_in webhooks ([59ab16c](https://github.com/linq-team/linq-python/commit/59ab16c54abb0cb25e68aed20acf9198611eaf48))
|
|
56
|
-
|
|
57
|
-
## 0.6.0 (2026-04-28)
|
|
58
|
-
|
|
59
|
-
Full Changelog: [v0.5.0...v0.6.0](https://github.com/linq-team/linq-python/compare/v0.5.0...v0.6.0)
|
|
60
|
-
|
|
61
|
-
### Features
|
|
62
|
-
|
|
63
|
-
* support setting headers via env ([d4398f4](https://github.com/linq-team/linq-python/commit/d4398f434cc4a920f59625eee7be9f1cdef8725b))
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
### Bug Fixes
|
|
67
|
-
|
|
68
|
-
* **openapi:** enforce mutual exclusivity constraints on reaction and voice memo schemas ([e057279](https://github.com/linq-team/linq-python/commit/e05727975ba84c6a022bd8e8d7a9d212cd864082))
|
|
69
|
-
* use correct field name format for multipart file arrays ([0e992dc](https://github.com/linq-team/linq-python/commit/0e992dc83b80f05698e9cc3d2e656f6ca890576a))
|
|
70
|
-
|
|
71
|
-
## 0.5.0 (2026-04-26)
|
|
72
|
-
|
|
73
|
-
Full Changelog: [v0.4.1...v0.5.0](https://github.com/linq-team/linq-python/compare/v0.4.1...v0.5.0)
|
|
74
|
-
|
|
75
|
-
### Features
|
|
76
|
-
|
|
77
|
-
* **api:** update docs link ([1a8c502](https://github.com/linq-team/linq-python/commit/1a8c502a622035274cff32f279f5781b8a9bab0e))
|
|
78
|
-
|
|
79
|
-
## 0.4.1 (2026-04-25)
|
|
80
|
-
|
|
81
|
-
Full Changelog: [v0.4.0...v0.4.1](https://github.com/linq-team/linq-python/compare/v0.4.0...v0.4.1)
|
|
82
|
-
|
|
83
|
-
### Chores
|
|
84
|
-
|
|
85
|
-
* configure new SDK language ([196bf69](https://github.com/linq-team/linq-python/commit/196bf69450146c67bf2b82da2a64e70a71d2600b))
|
|
86
|
-
|
|
87
|
-
## 0.4.0 (2026-04-24)
|
|
88
|
-
|
|
89
|
-
Full Changelog: [v0.3.0...v0.4.0](https://github.com/linq-team/linq-python/compare/v0.3.0...v0.4.0)
|
|
90
|
-
|
|
91
|
-
### Features
|
|
92
|
-
|
|
93
|
-
* make compliance webhooks (message.opt_out/opt_in) GA ([1a5b0e6](https://github.com/linq-team/linq-python/commit/1a5b0e6d75f47b67cb2447e180712d334f7f06d0))
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
### Documentation
|
|
97
|
-
|
|
98
|
-
* **api:** add first outbound message link restriction note to POST /v3/chats ([f44e698](https://github.com/linq-team/linq-python/commit/f44e6989ce805821306fb22c62a38c0f251c2846))
|
|
99
|
-
|
|
100
|
-
## 0.3.0 (2026-04-23)
|
|
101
|
-
|
|
102
|
-
Full Changelog: [v0.2.5...v0.3.0](https://github.com/linq-team/linq-python/compare/v0.2.5...v0.3.0)
|
|
103
|
-
|
|
104
|
-
### Features
|
|
105
|
-
|
|
106
|
-
* **api:** expose health_score on chats (BETA) ([b7d22d6](https://github.com/linq-team/linq-python/commit/b7d22d642e1192a77dd695c178eee322357de024))
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
### Chores
|
|
110
|
-
|
|
111
|
-
* **internal:** more robust bootstrap script ([b504bb9](https://github.com/linq-team/linq-python/commit/b504bb9f84501d3e20fe3654a67e739fa1986e77))
|
|
112
|
-
|
|
113
|
-
## 0.2.5 (2026-04-20)
|
|
114
|
-
|
|
115
|
-
Full Changelog: [v0.2.4...v0.2.5](https://github.com/linq-team/linq-python/compare/v0.2.4...v0.2.5)
|
|
116
|
-
|
|
117
|
-
### Documentation
|
|
118
|
-
|
|
119
|
-
* **api:** document edit message limits (BUG-7607) ([f7838ae](https://github.com/linq-team/linq-python/commit/f7838ae0fd6155e6db6cc501798c7c7665a63631))
|
|
120
|
-
|
|
121
|
-
## 0.2.4 (2026-04-18)
|
|
122
|
-
|
|
123
|
-
Full Changelog: [v0.2.3...v0.2.4](https://github.com/linq-team/linq-python/compare/v0.2.3...v0.2.4)
|
|
124
|
-
|
|
125
|
-
### Bug Fixes
|
|
126
|
-
|
|
127
|
-
* ensure file data are only sent as 1 parameter ([0e5a821](https://github.com/linq-team/linq-python/commit/0e5a8217fcab667939e6a211e4f3b9abab7acfca))
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
### Performance Improvements
|
|
131
|
-
|
|
132
|
-
* **client:** optimize file structure copying in multipart requests ([2d5ebac](https://github.com/linq-team/linq-python/commit/2d5ebacb793aa7f2f86b9e820db6e8f01b71605d))
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
### Documentation
|
|
136
|
-
|
|
137
|
-
* **openapi:** document typing indicator behavior and limitations ([3ea2cea](https://github.com/linq-team/linq-python/commit/3ea2ceaf47fd3a340a58e7334e58375f950862fc))
|
|
138
|
-
|
|
139
|
-
## 0.2.3 (2026-04-08)
|
|
140
|
-
|
|
141
|
-
Full Changelog: [v0.2.2...v0.2.3](https://github.com/linq-team/linq-python/compare/v0.2.2...v0.2.3)
|
|
142
|
-
|
|
143
|
-
### Bug Fixes
|
|
144
|
-
|
|
145
|
-
* **api-service:** add created_at and make sent_at nullable in SentMessage ([fa68395](https://github.com/linq-team/linq-python/commit/fa683950b661507844f9d1f22c4716daf9805810))
|
|
146
|
-
* block SMS group participant changes and fix e2e test failures ([e05f1af](https://github.com/linq-team/linq-python/commit/e05f1af36a6d37d13952bdad56f16b903bfccc34))
|
|
147
|
-
|
|
148
|
-
## 0.2.2 (2026-04-08)
|
|
149
|
-
|
|
150
|
-
Full Changelog: [v0.2.1...v0.2.2](https://github.com/linq-team/linq-python/compare/v0.2.1...v0.2.2)
|
|
151
|
-
|
|
152
|
-
### Bug Fixes
|
|
153
|
-
|
|
154
|
-
* **client:** preserve hardcoded query params when merging with user params ([6c18c57](https://github.com/linq-team/linq-python/commit/6c18c57b5aa590fe7a096b98ef617f3be086d066))
|
|
155
|
-
|
|
156
|
-
## 0.2.1 (2026-04-07)
|
|
157
|
-
|
|
158
|
-
Full Changelog: [v0.2.0...v0.2.1](https://github.com/linq-team/linq-python/compare/v0.2.0...v0.2.1)
|
|
159
|
-
|
|
160
|
-
### Bug Fixes
|
|
161
|
-
|
|
162
|
-
* add SVG support to synapse attachments ([c329c0a](https://github.com/linq-team/linq-python/commit/c329c0a19f398623d5035d1ff9e60375fc368f23))
|
|
163
|
-
|
|
164
|
-
## 0.2.0 (2026-04-04)
|
|
165
|
-
|
|
166
|
-
Full Changelog: [v0.1.0...v0.2.0](https://github.com/linq-team/linq-python/compare/v0.1.0...v0.2.0)
|
|
167
|
-
|
|
168
|
-
### Features
|
|
169
|
-
|
|
170
|
-
* **api:** config cleanup ([6827b8f](https://github.com/linq-team/linq-python/commit/6827b8f725103369b7588c47daf86368f5f3f8f0))
|
|
171
|
-
|
|
172
|
-
## 0.1.0 (2026-04-01)
|
|
173
|
-
|
|
174
|
-
Full Changelog: [v0.0.1...v0.1.0](https://github.com/linq-team/linq-python/compare/v0.0.1...v0.1.0)
|
|
175
|
-
|
|
176
|
-
### Features
|
|
177
|
-
|
|
178
|
-
* **api:** add python package ([1c8350d](https://github.com/linq-team/linq-python/commit/1c8350d60fecfea7afbc54268a4249238b2ef1cf))
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
### Chores
|
|
182
|
-
|
|
183
|
-
* configure new SDK language ([d9e49fb](https://github.com/linq-team/linq-python/commit/d9e49fb30147a79372eb95c1c0f5909e30f0ad79))
|
|
184
|
-
* update SDK settings ([b06339c](https://github.com/linq-team/linq-python/commit/b06339c582a977a2e5d7039687fbfdaf44841f7c))
|
|
185
|
-
* update SDK settings ([a969eea](https://github.com/linq-team/linq-python/commit/a969eea2ed010c55387c786702a36c4340084417))
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
### Documentation
|
|
189
|
-
|
|
190
|
-
* update contact card API docs with setup and sharing guidance ([37d3a46](https://github.com/linq-team/linq-python/commit/37d3a460564e68be034f53877c622e44822d1a24))
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
from typing import List
|
|
4
|
-
|
|
5
|
-
from .._models import BaseModel
|
|
6
|
-
|
|
7
|
-
__all__ = ["PhoneNumberListResponse", "PhoneNumber"]
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
class PhoneNumber(BaseModel):
|
|
11
|
-
id: str
|
|
12
|
-
"""Unique identifier for the phone number"""
|
|
13
|
-
|
|
14
|
-
phone_number: str
|
|
15
|
-
"""Phone number in E.164 format"""
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
class PhoneNumberListResponse(BaseModel):
|
|
19
|
-
phone_numbers: List[PhoneNumber]
|
|
20
|
-
"""List of phone numbers assigned to the partner"""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|