telnyx 3.6.0__py3-none-any.whl → 3.7.0__py3-none-any.whl

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.

Potentially problematic release.


This version of telnyx might be problematic. Click here for more details.

Files changed (72) hide show
  1. telnyx/_version.py +1 -1
  2. telnyx/resources/webhooks.py +19 -0
  3. telnyx/types/__init__.py +1 -0
  4. telnyx/types/call_ai_gather_ended_webhook_event1.py +78 -0
  5. telnyx/types/call_ai_gather_message_history_updated_webhook_event1.py +69 -0
  6. telnyx/types/call_ai_gather_partial_results_webhook_event1.py +75 -0
  7. telnyx/types/call_answered_webhook_event1.py +75 -0
  8. telnyx/types/call_bridged_webhook_event1.py +58 -0
  9. telnyx/types/call_conversation_ended_webhook_event1.py +84 -0
  10. telnyx/types/call_conversation_insights_generated_webhook_event1.py +67 -0
  11. telnyx/types/call_dtmf_received_webhook_event1.py +61 -0
  12. telnyx/types/call_enqueued_webhook_event1.py +59 -0
  13. telnyx/types/call_fork_started_webhook_event1.py +53 -0
  14. telnyx/types/call_fork_stopped_webhook_event1.py +53 -0
  15. telnyx/types/call_gather_ended_webhook_event1.py +64 -0
  16. telnyx/types/call_hangup_webhook_event1.py +150 -0
  17. telnyx/types/call_initiated_webhook_event1.py +96 -0
  18. telnyx/types/call_left_queue_webhook_event1.py +62 -0
  19. telnyx/types/call_machine_detection_ended_webhook_event1.py +61 -0
  20. telnyx/types/call_machine_greeting_ended_webhook_event1.py +61 -0
  21. telnyx/types/call_machine_premium_detection_ended_webhook_event1.py +63 -0
  22. telnyx/types/call_machine_premium_greeting_ended_webhook_event1.py +61 -0
  23. telnyx/types/call_playback_ended_webhook_event1.py +70 -0
  24. telnyx/types/call_playback_started_webhook_event1.py +62 -0
  25. telnyx/types/call_recording_error_webhook_event1.py +60 -0
  26. telnyx/types/call_recording_saved_webhook_event1.py +94 -0
  27. telnyx/types/call_recording_transcription_saved_webhook_event1.py +71 -0
  28. telnyx/types/call_refer_completed_webhook_event1.py +61 -0
  29. telnyx/types/call_refer_failed_webhook_event1.py +61 -0
  30. telnyx/types/call_refer_started_webhook_event1.py +61 -0
  31. telnyx/types/call_siprec_failed_webhook_event1.py +53 -0
  32. telnyx/types/call_siprec_started_webhook_event1.py +50 -0
  33. telnyx/types/call_siprec_stopped_webhook_event1.py +53 -0
  34. telnyx/types/call_speak_ended_webhook_event1.py +53 -0
  35. telnyx/types/call_speak_started_webhook_event1.py +50 -0
  36. telnyx/types/call_streaming_failed_webhook_event1.py +70 -0
  37. telnyx/types/call_streaming_started_webhook_event1.py +53 -0
  38. telnyx/types/call_streaming_stopped_webhook_event1.py +53 -0
  39. telnyx/types/campaign_status_update_webhook_event1.py +26 -0
  40. telnyx/types/conference_created_webhook_event1.py +53 -0
  41. telnyx/types/conference_ended_webhook_event1.py +56 -0
  42. telnyx/types/conference_floor_changed_webhook_event1.py +45 -0
  43. telnyx/types/conference_participant_joined_webhook_event1.py +53 -0
  44. telnyx/types/conference_participant_left_webhook_event1.py +53 -0
  45. telnyx/types/conference_participant_playback_ended_webhook_event1.py +65 -0
  46. telnyx/types/conference_participant_playback_started_webhook_event1.py +65 -0
  47. telnyx/types/conference_participant_speak_ended_webhook_event1.py +56 -0
  48. telnyx/types/conference_participant_speak_started_webhook_event1.py +56 -0
  49. telnyx/types/conference_playback_ended_webhook_event1.py +49 -0
  50. telnyx/types/conference_playback_started_webhook_event1.py +49 -0
  51. telnyx/types/conference_recording_saved_webhook_event1.py +103 -0
  52. telnyx/types/conference_speak_ended_webhook_event1.py +40 -0
  53. telnyx/types/conference_speak_started_webhook_event1.py +40 -0
  54. telnyx/types/customer_service_record_status_changed_webhook_event1.py +55 -0
  55. telnyx/types/delivery_update_webhook_event1.py +40 -0
  56. telnyx/types/fax_delivered_webhook_event1.py +69 -0
  57. telnyx/types/fax_failed_webhook_event1.py +66 -0
  58. telnyx/types/fax_media_processed_webhook_event1.py +63 -0
  59. telnyx/types/fax_queued_webhook_event1.py +63 -0
  60. telnyx/types/fax_sending_started_webhook_event1.py +63 -0
  61. telnyx/types/inbound_message_webhook_event1.py +227 -0
  62. telnyx/types/number_order_status_update_webhook_event1.py +38 -0
  63. telnyx/types/replaced_link_click_webhook_event1.py +32 -0
  64. telnyx/types/streaming_failed_webhook_event1.py +70 -0
  65. telnyx/types/streaming_started_webhook_event1.py +53 -0
  66. telnyx/types/streaming_stopped_webhook_event1.py +53 -0
  67. telnyx/types/transcription_webhook_event1.py +72 -0
  68. telnyx/types/unsafe_unwrap_webhook_event.py +138 -0
  69. {telnyx-3.6.0.dist-info → telnyx-3.7.0.dist-info}/METADATA +1 -1
  70. {telnyx-3.6.0.dist-info → telnyx-3.7.0.dist-info}/RECORD +72 -7
  71. {telnyx-3.6.0.dist-info → telnyx-3.7.0.dist-info}/WHEEL +0 -0
  72. {telnyx-3.6.0.dist-info → telnyx-3.7.0.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,70 @@
1
+ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ from typing import Optional
4
+ from datetime import datetime
5
+ from typing_extensions import Literal
6
+
7
+ from .._models import BaseModel
8
+
9
+ __all__ = ["StreamingFailedWebhookEvent", "Data", "DataPayload", "DataPayloadStreamParams"]
10
+
11
+
12
+ class DataPayloadStreamParams(BaseModel):
13
+ stream_url: Optional[str] = None
14
+ """The destination WebSocket address where the stream is going to be delivered."""
15
+
16
+ track: Optional[Literal["inbound_track", "outbound_track", "both_tracks"]] = None
17
+ """Specifies which track should be streamed."""
18
+
19
+
20
+ class DataPayload(BaseModel):
21
+ call_control_id: Optional[str] = None
22
+ """Call ID used to issue commands via Call Control API."""
23
+
24
+ call_leg_id: Optional[str] = None
25
+ """ID that is unique to the call and can be used to correlate webhook events."""
26
+
27
+ call_session_id: Optional[str] = None
28
+ """
29
+ ID that is unique to the call session and can be used to correlate webhook
30
+ events. Call session is a group of related call legs that logically belong to
31
+ the same phone call, e.g. an inbound and outbound leg of a transferred call.
32
+ """
33
+
34
+ client_state: Optional[str] = None
35
+ """State received from a command."""
36
+
37
+ connection_id: Optional[str] = None
38
+ """Call Control App ID (formerly Telnyx connection ID) used in the call."""
39
+
40
+ failure_reason: Optional[str] = None
41
+ """A short description explaning why the media streaming failed."""
42
+
43
+ stream_id: Optional[str] = None
44
+ """Identifies the streaming."""
45
+
46
+ stream_params: Optional[DataPayloadStreamParams] = None
47
+ """Streaming parameters as they were originally given to the Call Control API."""
48
+
49
+ stream_type: Optional[Literal["websocket", "dialogflow"]] = None
50
+ """The type of stream connection the stream is performing."""
51
+
52
+
53
+ class Data(BaseModel):
54
+ id: Optional[str] = None
55
+ """Identifies the type of resource."""
56
+
57
+ event_type: Optional[Literal["streaming.failed"]] = None
58
+ """The type of event being delivered."""
59
+
60
+ occurred_at: Optional[datetime] = None
61
+ """ISO 8601 datetime of when the event occurred."""
62
+
63
+ payload: Optional[DataPayload] = None
64
+
65
+ record_type: Optional[Literal["event"]] = None
66
+ """Identifies the resource."""
67
+
68
+
69
+ class StreamingFailedWebhookEvent(BaseModel):
70
+ data: Optional[Data] = None
@@ -0,0 +1,53 @@
1
+ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ from typing import Optional
4
+ from datetime import datetime
5
+ from typing_extensions import Literal
6
+
7
+ from .._models import BaseModel
8
+
9
+ __all__ = ["StreamingStartedWebhookEvent", "Data", "DataPayload"]
10
+
11
+
12
+ class DataPayload(BaseModel):
13
+ call_control_id: Optional[str] = None
14
+ """Call ID used to issue commands via Call Control API."""
15
+
16
+ call_leg_id: Optional[str] = None
17
+ """ID that is unique to the call and can be used to correlate webhook events."""
18
+
19
+ call_session_id: Optional[str] = None
20
+ """
21
+ ID that is unique to the call session and can be used to correlate webhook
22
+ events. Call session is a group of related call legs that logically belong to
23
+ the same phone call, e.g. an inbound and outbound leg of a transferred call.
24
+ """
25
+
26
+ client_state: Optional[str] = None
27
+ """State received from a command."""
28
+
29
+ connection_id: Optional[str] = None
30
+ """Call Control App ID (formerly Telnyx connection ID) used in the call."""
31
+
32
+ stream_url: Optional[str] = None
33
+ """Destination WebSocket address where the stream is going to be delivered."""
34
+
35
+
36
+ class Data(BaseModel):
37
+ id: Optional[str] = None
38
+ """Identifies the type of resource."""
39
+
40
+ event_type: Optional[Literal["streaming.started"]] = None
41
+ """The type of event being delivered."""
42
+
43
+ occurred_at: Optional[datetime] = None
44
+ """ISO 8601 datetime of when the event occurred."""
45
+
46
+ payload: Optional[DataPayload] = None
47
+
48
+ record_type: Optional[Literal["event"]] = None
49
+ """Identifies the type of the resource."""
50
+
51
+
52
+ class StreamingStartedWebhookEvent(BaseModel):
53
+ data: Optional[Data] = None
@@ -0,0 +1,53 @@
1
+ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ from typing import Optional
4
+ from datetime import datetime
5
+ from typing_extensions import Literal
6
+
7
+ from .._models import BaseModel
8
+
9
+ __all__ = ["StreamingStoppedWebhookEvent", "Data", "DataPayload"]
10
+
11
+
12
+ class DataPayload(BaseModel):
13
+ call_control_id: Optional[str] = None
14
+ """Call ID used to issue commands via Call Control API."""
15
+
16
+ call_leg_id: Optional[str] = None
17
+ """ID that is unique to the call and can be used to correlate webhook events."""
18
+
19
+ call_session_id: Optional[str] = None
20
+ """
21
+ ID that is unique to the call session and can be used to correlate webhook
22
+ events. Call session is a group of related call legs that logically belong to
23
+ the same phone call, e.g. an inbound and outbound leg of a transferred call.
24
+ """
25
+
26
+ client_state: Optional[str] = None
27
+ """State received from a command."""
28
+
29
+ connection_id: Optional[str] = None
30
+ """Call Control App ID (formerly Telnyx connection ID) used in the call."""
31
+
32
+ stream_url: Optional[str] = None
33
+ """Destination WebSocket address where the stream is going to be delivered."""
34
+
35
+
36
+ class Data(BaseModel):
37
+ id: Optional[str] = None
38
+ """Identifies the type of resource."""
39
+
40
+ event_type: Optional[Literal["streaming.stopped"]] = None
41
+ """The type of event being delivered."""
42
+
43
+ occurred_at: Optional[datetime] = None
44
+ """ISO 8601 datetime of when the event occurred."""
45
+
46
+ payload: Optional[DataPayload] = None
47
+
48
+ record_type: Optional[Literal["event"]] = None
49
+ """Identifies the type of the resource."""
50
+
51
+
52
+ class StreamingStoppedWebhookEvent(BaseModel):
53
+ data: Optional[Data] = None
@@ -0,0 +1,72 @@
1
+ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ from typing import Optional
4
+ from datetime import datetime
5
+ from typing_extensions import Literal
6
+
7
+ from .._models import BaseModel
8
+
9
+ __all__ = ["TranscriptionWebhookEvent", "Data", "DataPayload", "DataPayloadTranscriptionData"]
10
+
11
+
12
+ class DataPayloadTranscriptionData(BaseModel):
13
+ confidence: Optional[float] = None
14
+ """Speech recognition confidence level."""
15
+
16
+ is_final: Optional[bool] = None
17
+ """When false, it means that this is an interim result."""
18
+
19
+ transcript: Optional[str] = None
20
+ """Recognized text."""
21
+
22
+ transcription_track: Optional[Literal["inbound", "outbound"]] = None
23
+ """Indicates which leg of the call has been transcribed.
24
+
25
+ This is only available when `transcription_engine` is set to `B`.
26
+ """
27
+
28
+
29
+ class DataPayload(BaseModel):
30
+ call_control_id: Optional[str] = None
31
+ """Unique identifier and token for controlling the call."""
32
+
33
+ call_leg_id: Optional[str] = None
34
+ """ID that is unique to the call and can be used to correlate webhook events."""
35
+
36
+ call_session_id: Optional[str] = None
37
+ """
38
+ ID that is unique to the call session and can be used to correlate webhook
39
+ events. Call session is a group of related call legs that logically belong to
40
+ the same phone call, e.g. an inbound and outbound leg of a transferred call.
41
+ """
42
+
43
+ client_state: Optional[str] = None
44
+ """Use this field to add state to every subsequent webhook.
45
+
46
+ It must be a valid Base-64 encoded string.
47
+ """
48
+
49
+ connection_id: Optional[str] = None
50
+ """Call Control App ID (formerly Telnyx connection ID) used in the call."""
51
+
52
+ transcription_data: Optional[DataPayloadTranscriptionData] = None
53
+
54
+
55
+ class Data(BaseModel):
56
+ id: Optional[str] = None
57
+ """Identifies the type of resource."""
58
+
59
+ event_type: Optional[Literal["call.transcription"]] = None
60
+ """The type of event being delivered."""
61
+
62
+ occurred_at: Optional[datetime] = None
63
+ """ISO 8601 datetime of when the event occurred."""
64
+
65
+ payload: Optional[DataPayload] = None
66
+
67
+ record_type: Optional[Literal["event"]] = None
68
+ """Identifies the type of the resource."""
69
+
70
+
71
+ class TranscriptionWebhookEvent(BaseModel):
72
+ data: Optional[Data] = None
@@ -0,0 +1,138 @@
1
+ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ from typing import Union
4
+ from typing_extensions import TypeAlias
5
+
6
+ from .fax_failed_webhook_event import FaxFailedWebhookEvent
7
+ from .fax_queued_webhook_event import FaxQueuedWebhookEvent
8
+ from .call_hangup_webhook_event import CallHangupWebhookEvent
9
+ from .call_bridged_webhook_event import CallBridgedWebhookEvent
10
+ from .call_answered_webhook_event import CallAnsweredWebhookEvent
11
+ from .call_enqueued_webhook_event import CallEnqueuedWebhookEvent
12
+ from .fax_delivered_webhook_event import FaxDeliveredWebhookEvent
13
+ from .transcription_webhook_event import TranscriptionWebhookEvent
14
+ from .call_initiated_webhook_event import CallInitiatedWebhookEvent
15
+ from .call_left_queue_webhook_event import CallLeftQueueWebhookEvent
16
+ from .delivery_update_webhook_event import DeliveryUpdateWebhookEvent
17
+ from .inbound_message_webhook_event import InboundMessageWebhookEvent
18
+ from .call_speak_ended_webhook_event import CallSpeakEndedWebhookEvent
19
+ from .conference_ended_webhook_event import ConferenceEndedWebhookEvent
20
+ from .streaming_failed_webhook_event import StreamingFailedWebhookEvent
21
+ from .call_fork_started_webhook_event import CallForkStartedWebhookEvent
22
+ from .call_fork_stopped_webhook_event import CallForkStoppedWebhookEvent
23
+ from .call_gather_ended_webhook_event import CallGatherEndedWebhookEvent
24
+ from .call_refer_failed_webhook_event import CallReferFailedWebhookEvent
25
+ from .streaming_started_webhook_event import StreamingStartedWebhookEvent
26
+ from .streaming_stopped_webhook_event import StreamingStoppedWebhookEvent
27
+ from .call_dtmf_received_webhook_event import CallDtmfReceivedWebhookEvent
28
+ from .call_refer_started_webhook_event import CallReferStartedWebhookEvent
29
+ from .call_siprec_failed_webhook_event import CallSiprecFailedWebhookEvent
30
+ from .call_speak_started_webhook_event import CallSpeakStartedWebhookEvent
31
+ from .conference_created_webhook_event import ConferenceCreatedWebhookEvent
32
+ from .call_playback_ended_webhook_event import CallPlaybackEndedWebhookEvent
33
+ from .call_siprec_started_webhook_event import CallSiprecStartedWebhookEvent
34
+ from .call_siprec_stopped_webhook_event import CallSiprecStoppedWebhookEvent
35
+ from .fax_media_processed_webhook_event import FaxMediaProcessedWebhookEvent
36
+ from .fax_sending_started_webhook_event import FaxSendingStartedWebhookEvent
37
+ from .replaced_link_click_webhook_event import ReplacedLinkClickWebhookEvent
38
+ from .call_ai_gather_ended_webhook_event import CallAIGatherEndedWebhookEvent
39
+ from .call_recording_error_webhook_event import CallRecordingErrorWebhookEvent
40
+ from .call_recording_saved_webhook_event import CallRecordingSavedWebhookEvent
41
+ from .call_refer_completed_webhook_event import CallReferCompletedWebhookEvent
42
+ from .call_playback_started_webhook_event import CallPlaybackStartedWebhookEvent
43
+ from .call_streaming_failed_webhook_event import CallStreamingFailedWebhookEvent
44
+ from .call_streaming_started_webhook_event import CallStreamingStartedWebhookEvent
45
+ from .call_streaming_stopped_webhook_event import CallStreamingStoppedWebhookEvent
46
+ from .campaign_status_update_webhook_event import CampaignStatusUpdateWebhookEvent
47
+ from .conference_speak_ended_webhook_event import ConferenceSpeakEndedWebhookEvent
48
+ from .call_conversation_ended_webhook_event import CallConversationEndedWebhookEvent
49
+ from .conference_floor_changed_webhook_event import ConferenceFloorChangedWebhookEvent
50
+ from .conference_speak_started_webhook_event import ConferenceSpeakStartedWebhookEvent
51
+ from .conference_playback_ended_webhook_event import ConferencePlaybackEndedWebhookEvent
52
+ from .conference_recording_saved_webhook_event import ConferenceRecordingSavedWebhookEvent
53
+ from .number_order_status_update_webhook_event import NumberOrderStatusUpdateWebhookEvent
54
+ from .call_machine_greeting_ended_webhook_event import CallMachineGreetingEndedWebhookEvent
55
+ from .conference_participant_left_webhook_event import ConferenceParticipantLeftWebhookEvent
56
+ from .conference_playback_started_webhook_event import ConferencePlaybackStartedWebhookEvent
57
+ from .call_machine_detection_ended_webhook_event import CallMachineDetectionEndedWebhookEvent
58
+ from .conference_participant_joined_webhook_event import ConferenceParticipantJoinedWebhookEvent
59
+ from .call_ai_gather_partial_results_webhook_event import CallAIGatherPartialResultsWebhookEvent
60
+ from .call_recording_transcription_saved_webhook_event import CallRecordingTranscriptionSavedWebhookEvent
61
+ from .conference_participant_speak_ended_webhook_event import ConferenceParticipantSpeakEndedWebhookEvent
62
+ from .call_machine_premium_greeting_ended_webhook_event import CallMachinePremiumGreetingEndedWebhookEvent
63
+ from .call_conversation_insights_generated_webhook_event import CallConversationInsightsGeneratedWebhookEvent
64
+ from .call_machine_premium_detection_ended_webhook_event import CallMachinePremiumDetectionEndedWebhookEvent
65
+ from .conference_participant_speak_started_webhook_event import ConferenceParticipantSpeakStartedWebhookEvent
66
+ from .conference_participant_playback_ended_webhook_event import ConferenceParticipantPlaybackEndedWebhookEvent
67
+ from .call_ai_gather_message_history_updated_webhook_event import CallAIGatherMessageHistoryUpdatedWebhookEvent
68
+ from .customer_service_record_status_changed_webhook_event import CustomerServiceRecordStatusChangedWebhookEvent
69
+ from .conference_participant_playback_started_webhook_event import ConferenceParticipantPlaybackStartedWebhookEvent
70
+
71
+ __all__ = ["UnsafeUnwrapWebhookEvent"]
72
+
73
+ UnsafeUnwrapWebhookEvent: TypeAlias = Union[
74
+ CallAIGatherEndedWebhookEvent,
75
+ CallAIGatherMessageHistoryUpdatedWebhookEvent,
76
+ CallAIGatherPartialResultsWebhookEvent,
77
+ CustomerServiceRecordStatusChangedWebhookEvent,
78
+ CallAnsweredWebhookEvent,
79
+ CallBridgedWebhookEvent,
80
+ CallConversationEndedWebhookEvent,
81
+ CallConversationInsightsGeneratedWebhookEvent,
82
+ CallDtmfReceivedWebhookEvent,
83
+ CallEnqueuedWebhookEvent,
84
+ CallForkStartedWebhookEvent,
85
+ CallForkStoppedWebhookEvent,
86
+ CallGatherEndedWebhookEvent,
87
+ CallHangupWebhookEvent,
88
+ CallInitiatedWebhookEvent,
89
+ CallLeftQueueWebhookEvent,
90
+ CallMachineDetectionEndedWebhookEvent,
91
+ CallMachineGreetingEndedWebhookEvent,
92
+ CallMachinePremiumDetectionEndedWebhookEvent,
93
+ CallMachinePremiumGreetingEndedWebhookEvent,
94
+ CallPlaybackEndedWebhookEvent,
95
+ CallPlaybackStartedWebhookEvent,
96
+ CallRecordingErrorWebhookEvent,
97
+ CallRecordingSavedWebhookEvent,
98
+ CallRecordingTranscriptionSavedWebhookEvent,
99
+ CallReferCompletedWebhookEvent,
100
+ CallReferFailedWebhookEvent,
101
+ CallReferStartedWebhookEvent,
102
+ CallSiprecFailedWebhookEvent,
103
+ CallSiprecStartedWebhookEvent,
104
+ CallSiprecStoppedWebhookEvent,
105
+ CallSpeakEndedWebhookEvent,
106
+ CallSpeakStartedWebhookEvent,
107
+ CallStreamingFailedWebhookEvent,
108
+ CallStreamingStartedWebhookEvent,
109
+ CallStreamingStoppedWebhookEvent,
110
+ CampaignStatusUpdateWebhookEvent,
111
+ ConferenceCreatedWebhookEvent,
112
+ ConferenceEndedWebhookEvent,
113
+ ConferenceFloorChangedWebhookEvent,
114
+ ConferenceParticipantJoinedWebhookEvent,
115
+ ConferenceParticipantLeftWebhookEvent,
116
+ ConferenceParticipantPlaybackEndedWebhookEvent,
117
+ ConferenceParticipantPlaybackStartedWebhookEvent,
118
+ ConferenceParticipantSpeakEndedWebhookEvent,
119
+ ConferenceParticipantSpeakStartedWebhookEvent,
120
+ ConferencePlaybackEndedWebhookEvent,
121
+ ConferencePlaybackStartedWebhookEvent,
122
+ ConferenceRecordingSavedWebhookEvent,
123
+ ConferenceSpeakEndedWebhookEvent,
124
+ ConferenceSpeakStartedWebhookEvent,
125
+ DeliveryUpdateWebhookEvent,
126
+ FaxDeliveredWebhookEvent,
127
+ FaxFailedWebhookEvent,
128
+ FaxMediaProcessedWebhookEvent,
129
+ FaxQueuedWebhookEvent,
130
+ FaxSendingStartedWebhookEvent,
131
+ InboundMessageWebhookEvent,
132
+ NumberOrderStatusUpdateWebhookEvent,
133
+ ReplacedLinkClickWebhookEvent,
134
+ StreamingFailedWebhookEvent,
135
+ StreamingStartedWebhookEvent,
136
+ StreamingStoppedWebhookEvent,
137
+ TranscriptionWebhookEvent,
138
+ ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: telnyx
3
- Version: 3.6.0
3
+ Version: 3.7.0
4
4
  Summary: The official Python library for the telnyx API
5
5
  Project-URL: Homepage, https://github.com/team-telnyx/telnyx-python
6
6
  Project-URL: Repository, https://github.com/team-telnyx/telnyx-python