telnyx 3.3.0__py3-none-any.whl → 3.4.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.
- telnyx/_version.py +1 -1
- telnyx/resources/messaging_profiles/messaging_profiles.py +16 -0
- telnyx/resources/texml/accounts/calls/calls.py +11 -0
- telnyx/resources/texml/accounts/conferences/participants.py +11 -0
- telnyx/types/messaging_profile.py +3 -0
- telnyx/types/messaging_profile_create_params.py +3 -0
- telnyx/types/messaging_profile_update_params.py +3 -0
- telnyx/types/texml/accounts/call_calls_params.py +16 -1
- telnyx/types/texml/accounts/conferences/participant_participants_params.py +16 -1
- {telnyx-3.3.0.dist-info → telnyx-3.4.0.dist-info}/METADATA +1 -1
- {telnyx-3.3.0.dist-info → telnyx-3.4.0.dist-info}/RECORD +13 -13
- {telnyx-3.3.0.dist-info → telnyx-3.4.0.dist-info}/WHEEL +0 -0
- {telnyx-3.3.0.dist-info → telnyx-3.4.0.dist-info}/licenses/LICENSE +0 -0
telnyx/_version.py
CHANGED
|
@@ -81,6 +81,7 @@ class MessagingProfilesResource(SyncAPIResource):
|
|
|
81
81
|
enabled: bool | Omit = omit,
|
|
82
82
|
mms_fall_back_to_sms: bool | Omit = omit,
|
|
83
83
|
mms_transcoding: bool | Omit = omit,
|
|
84
|
+
mobile_only: bool | Omit = omit,
|
|
84
85
|
number_pool_settings: Optional[NumberPoolSettingsParam] | Omit = omit,
|
|
85
86
|
url_shortener_settings: Optional[URLShortenerSettingsParam] | Omit = omit,
|
|
86
87
|
webhook_api_version: Literal["1", "2", "2010-04-01"] | Omit = omit,
|
|
@@ -117,6 +118,8 @@ class MessagingProfilesResource(SyncAPIResource):
|
|
|
117
118
|
|
|
118
119
|
mms_transcoding: enables automated resizing of MMS media.
|
|
119
120
|
|
|
121
|
+
mobile_only: Send messages only to mobile phone numbers.
|
|
122
|
+
|
|
120
123
|
number_pool_settings: Number Pool allows you to send messages from a pool of numbers of different
|
|
121
124
|
types, assigning weights to each type. The pool consists of all the long code
|
|
122
125
|
and toll free numbers assigned to the messaging profile.
|
|
@@ -159,6 +162,7 @@ class MessagingProfilesResource(SyncAPIResource):
|
|
|
159
162
|
"enabled": enabled,
|
|
160
163
|
"mms_fall_back_to_sms": mms_fall_back_to_sms,
|
|
161
164
|
"mms_transcoding": mms_transcoding,
|
|
165
|
+
"mobile_only": mobile_only,
|
|
162
166
|
"number_pool_settings": number_pool_settings,
|
|
163
167
|
"url_shortener_settings": url_shortener_settings,
|
|
164
168
|
"webhook_api_version": webhook_api_version,
|
|
@@ -216,6 +220,7 @@ class MessagingProfilesResource(SyncAPIResource):
|
|
|
216
220
|
enabled: bool | Omit = omit,
|
|
217
221
|
mms_fall_back_to_sms: bool | Omit = omit,
|
|
218
222
|
mms_transcoding: bool | Omit = omit,
|
|
223
|
+
mobile_only: bool | Omit = omit,
|
|
219
224
|
name: str | Omit = omit,
|
|
220
225
|
number_pool_settings: Optional[NumberPoolSettingsParam] | Omit = omit,
|
|
221
226
|
url_shortener_settings: Optional[URLShortenerSettingsParam] | Omit = omit,
|
|
@@ -249,6 +254,8 @@ class MessagingProfilesResource(SyncAPIResource):
|
|
|
249
254
|
|
|
250
255
|
mms_transcoding: enables automated resizing of MMS media.
|
|
251
256
|
|
|
257
|
+
mobile_only: Send messages only to mobile phone numbers.
|
|
258
|
+
|
|
252
259
|
name: A user friendly name for the messaging profile.
|
|
253
260
|
|
|
254
261
|
number_pool_settings: Number Pool allows you to send messages from a pool of numbers of different
|
|
@@ -301,6 +308,7 @@ class MessagingProfilesResource(SyncAPIResource):
|
|
|
301
308
|
"enabled": enabled,
|
|
302
309
|
"mms_fall_back_to_sms": mms_fall_back_to_sms,
|
|
303
310
|
"mms_transcoding": mms_transcoding,
|
|
311
|
+
"mobile_only": mobile_only,
|
|
304
312
|
"name": name,
|
|
305
313
|
"number_pool_settings": number_pool_settings,
|
|
306
314
|
"url_shortener_settings": url_shortener_settings,
|
|
@@ -520,6 +528,7 @@ class AsyncMessagingProfilesResource(AsyncAPIResource):
|
|
|
520
528
|
enabled: bool | Omit = omit,
|
|
521
529
|
mms_fall_back_to_sms: bool | Omit = omit,
|
|
522
530
|
mms_transcoding: bool | Omit = omit,
|
|
531
|
+
mobile_only: bool | Omit = omit,
|
|
523
532
|
number_pool_settings: Optional[NumberPoolSettingsParam] | Omit = omit,
|
|
524
533
|
url_shortener_settings: Optional[URLShortenerSettingsParam] | Omit = omit,
|
|
525
534
|
webhook_api_version: Literal["1", "2", "2010-04-01"] | Omit = omit,
|
|
@@ -556,6 +565,8 @@ class AsyncMessagingProfilesResource(AsyncAPIResource):
|
|
|
556
565
|
|
|
557
566
|
mms_transcoding: enables automated resizing of MMS media.
|
|
558
567
|
|
|
568
|
+
mobile_only: Send messages only to mobile phone numbers.
|
|
569
|
+
|
|
559
570
|
number_pool_settings: Number Pool allows you to send messages from a pool of numbers of different
|
|
560
571
|
types, assigning weights to each type. The pool consists of all the long code
|
|
561
572
|
and toll free numbers assigned to the messaging profile.
|
|
@@ -598,6 +609,7 @@ class AsyncMessagingProfilesResource(AsyncAPIResource):
|
|
|
598
609
|
"enabled": enabled,
|
|
599
610
|
"mms_fall_back_to_sms": mms_fall_back_to_sms,
|
|
600
611
|
"mms_transcoding": mms_transcoding,
|
|
612
|
+
"mobile_only": mobile_only,
|
|
601
613
|
"number_pool_settings": number_pool_settings,
|
|
602
614
|
"url_shortener_settings": url_shortener_settings,
|
|
603
615
|
"webhook_api_version": webhook_api_version,
|
|
@@ -655,6 +667,7 @@ class AsyncMessagingProfilesResource(AsyncAPIResource):
|
|
|
655
667
|
enabled: bool | Omit = omit,
|
|
656
668
|
mms_fall_back_to_sms: bool | Omit = omit,
|
|
657
669
|
mms_transcoding: bool | Omit = omit,
|
|
670
|
+
mobile_only: bool | Omit = omit,
|
|
658
671
|
name: str | Omit = omit,
|
|
659
672
|
number_pool_settings: Optional[NumberPoolSettingsParam] | Omit = omit,
|
|
660
673
|
url_shortener_settings: Optional[URLShortenerSettingsParam] | Omit = omit,
|
|
@@ -688,6 +701,8 @@ class AsyncMessagingProfilesResource(AsyncAPIResource):
|
|
|
688
701
|
|
|
689
702
|
mms_transcoding: enables automated resizing of MMS media.
|
|
690
703
|
|
|
704
|
+
mobile_only: Send messages only to mobile phone numbers.
|
|
705
|
+
|
|
691
706
|
name: A user friendly name for the messaging profile.
|
|
692
707
|
|
|
693
708
|
number_pool_settings: Number Pool allows you to send messages from a pool of numbers of different
|
|
@@ -740,6 +755,7 @@ class AsyncMessagingProfilesResource(AsyncAPIResource):
|
|
|
740
755
|
"enabled": enabled,
|
|
741
756
|
"mms_fall_back_to_sms": mms_fall_back_to_sms,
|
|
742
757
|
"mms_transcoding": mms_transcoding,
|
|
758
|
+
"mobile_only": mobile_only,
|
|
743
759
|
"name": name,
|
|
744
760
|
"number_pool_settings": number_pool_settings,
|
|
745
761
|
"url_shortener_settings": url_shortener_settings,
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
|
+
from typing import Iterable
|
|
5
6
|
from typing_extensions import Literal
|
|
6
7
|
|
|
7
8
|
import httpx
|
|
@@ -231,6 +232,7 @@ class CallsResource(SyncAPIResource):
|
|
|
231
232
|
caller_id: str | Omit = omit,
|
|
232
233
|
cancel_playback_on_detect_message_end: bool | Omit = omit,
|
|
233
234
|
cancel_playback_on_machine_detection: bool | Omit = omit,
|
|
235
|
+
custom_headers: Iterable[call_calls_params.CustomHeader] | Omit = omit,
|
|
234
236
|
detection_mode: Literal["Premium", "Regular"] | Omit = omit,
|
|
235
237
|
fallback_url: str | Omit = omit,
|
|
236
238
|
machine_detection: Literal["Enable", "Disable", "DetectMessageEnd"] | Omit = omit,
|
|
@@ -294,6 +296,9 @@ class CallsResource(SyncAPIResource):
|
|
|
294
296
|
|
|
295
297
|
cancel_playback_on_machine_detection: Whether to cancel ongoing playback on `machine` detection. Defaults to `true`.
|
|
296
298
|
|
|
299
|
+
custom_headers: Custom HTTP headers to be sent with the call. Each header should be an object
|
|
300
|
+
with 'name' and 'value' properties.
|
|
301
|
+
|
|
297
302
|
detection_mode: Allows you to chose between Premium and Standard detections.
|
|
298
303
|
|
|
299
304
|
fallback_url: A failover URL for which Telnyx will retrieve the TeXML call instructions if the
|
|
@@ -377,6 +382,7 @@ class CallsResource(SyncAPIResource):
|
|
|
377
382
|
"caller_id": caller_id,
|
|
378
383
|
"cancel_playback_on_detect_message_end": cancel_playback_on_detect_message_end,
|
|
379
384
|
"cancel_playback_on_machine_detection": cancel_playback_on_machine_detection,
|
|
385
|
+
"custom_headers": custom_headers,
|
|
380
386
|
"detection_mode": detection_mode,
|
|
381
387
|
"fallback_url": fallback_url,
|
|
382
388
|
"machine_detection": machine_detection,
|
|
@@ -824,6 +830,7 @@ class AsyncCallsResource(AsyncAPIResource):
|
|
|
824
830
|
caller_id: str | Omit = omit,
|
|
825
831
|
cancel_playback_on_detect_message_end: bool | Omit = omit,
|
|
826
832
|
cancel_playback_on_machine_detection: bool | Omit = omit,
|
|
833
|
+
custom_headers: Iterable[call_calls_params.CustomHeader] | Omit = omit,
|
|
827
834
|
detection_mode: Literal["Premium", "Regular"] | Omit = omit,
|
|
828
835
|
fallback_url: str | Omit = omit,
|
|
829
836
|
machine_detection: Literal["Enable", "Disable", "DetectMessageEnd"] | Omit = omit,
|
|
@@ -887,6 +894,9 @@ class AsyncCallsResource(AsyncAPIResource):
|
|
|
887
894
|
|
|
888
895
|
cancel_playback_on_machine_detection: Whether to cancel ongoing playback on `machine` detection. Defaults to `true`.
|
|
889
896
|
|
|
897
|
+
custom_headers: Custom HTTP headers to be sent with the call. Each header should be an object
|
|
898
|
+
with 'name' and 'value' properties.
|
|
899
|
+
|
|
890
900
|
detection_mode: Allows you to chose between Premium and Standard detections.
|
|
891
901
|
|
|
892
902
|
fallback_url: A failover URL for which Telnyx will retrieve the TeXML call instructions if the
|
|
@@ -970,6 +980,7 @@ class AsyncCallsResource(AsyncAPIResource):
|
|
|
970
980
|
"caller_id": caller_id,
|
|
971
981
|
"cancel_playback_on_detect_message_end": cancel_playback_on_detect_message_end,
|
|
972
982
|
"cancel_playback_on_machine_detection": cancel_playback_on_machine_detection,
|
|
983
|
+
"custom_headers": custom_headers,
|
|
973
984
|
"detection_mode": detection_mode,
|
|
974
985
|
"fallback_url": fallback_url,
|
|
975
986
|
"machine_detection": machine_detection,
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
|
+
from typing import Iterable
|
|
5
6
|
from typing_extensions import Literal
|
|
6
7
|
|
|
7
8
|
import httpx
|
|
@@ -251,6 +252,7 @@ class ParticipantsResource(SyncAPIResource):
|
|
|
251
252
|
conference_status_callback_event: str | Omit = omit,
|
|
252
253
|
conference_status_callback_method: Literal["GET", "POST"] | Omit = omit,
|
|
253
254
|
conference_trim: Literal["trim-silence", "do-not-trim"] | Omit = omit,
|
|
255
|
+
custom_headers: Iterable[participant_participants_params.CustomHeader] | Omit = omit,
|
|
254
256
|
early_media: bool | Omit = omit,
|
|
255
257
|
end_conference_on_exit: bool | Omit = omit,
|
|
256
258
|
from_: str | Omit = omit,
|
|
@@ -343,6 +345,9 @@ class ParticipantsResource(SyncAPIResource):
|
|
|
343
345
|
conference_trim: Whether to trim any leading and trailing silence from the conference recording.
|
|
344
346
|
Defaults to `trim-silence`.
|
|
345
347
|
|
|
348
|
+
custom_headers: Custom HTTP headers to be sent with the call. Each header should be an object
|
|
349
|
+
with 'name' and 'value' properties.
|
|
350
|
+
|
|
346
351
|
early_media: Whether participant shall be bridged to conference before the participant
|
|
347
352
|
answers (from early media if available). Defaults to `false`.
|
|
348
353
|
|
|
@@ -451,6 +456,7 @@ class ParticipantsResource(SyncAPIResource):
|
|
|
451
456
|
"conference_status_callback_event": conference_status_callback_event,
|
|
452
457
|
"conference_status_callback_method": conference_status_callback_method,
|
|
453
458
|
"conference_trim": conference_trim,
|
|
459
|
+
"custom_headers": custom_headers,
|
|
454
460
|
"early_media": early_media,
|
|
455
461
|
"end_conference_on_exit": end_conference_on_exit,
|
|
456
462
|
"from_": from_,
|
|
@@ -748,6 +754,7 @@ class AsyncParticipantsResource(AsyncAPIResource):
|
|
|
748
754
|
conference_status_callback_event: str | Omit = omit,
|
|
749
755
|
conference_status_callback_method: Literal["GET", "POST"] | Omit = omit,
|
|
750
756
|
conference_trim: Literal["trim-silence", "do-not-trim"] | Omit = omit,
|
|
757
|
+
custom_headers: Iterable[participant_participants_params.CustomHeader] | Omit = omit,
|
|
751
758
|
early_media: bool | Omit = omit,
|
|
752
759
|
end_conference_on_exit: bool | Omit = omit,
|
|
753
760
|
from_: str | Omit = omit,
|
|
@@ -840,6 +847,9 @@ class AsyncParticipantsResource(AsyncAPIResource):
|
|
|
840
847
|
conference_trim: Whether to trim any leading and trailing silence from the conference recording.
|
|
841
848
|
Defaults to `trim-silence`.
|
|
842
849
|
|
|
850
|
+
custom_headers: Custom HTTP headers to be sent with the call. Each header should be an object
|
|
851
|
+
with 'name' and 'value' properties.
|
|
852
|
+
|
|
843
853
|
early_media: Whether participant shall be bridged to conference before the participant
|
|
844
854
|
answers (from early media if available). Defaults to `false`.
|
|
845
855
|
|
|
@@ -948,6 +958,7 @@ class AsyncParticipantsResource(AsyncAPIResource):
|
|
|
948
958
|
"conference_status_callback_event": conference_status_callback_event,
|
|
949
959
|
"conference_status_callback_method": conference_status_callback_method,
|
|
950
960
|
"conference_trim": conference_trim,
|
|
961
|
+
"custom_headers": custom_headers,
|
|
951
962
|
"early_media": early_media,
|
|
952
963
|
"end_conference_on_exit": end_conference_on_exit,
|
|
953
964
|
"from_": from_,
|
|
@@ -42,6 +42,9 @@ class MessagingProfile(BaseModel):
|
|
|
42
42
|
mms_transcoding: Optional[bool] = None
|
|
43
43
|
"""enables automated resizing of MMS media."""
|
|
44
44
|
|
|
45
|
+
mobile_only: Optional[bool] = None
|
|
46
|
+
"""Send messages only to mobile phone numbers."""
|
|
47
|
+
|
|
45
48
|
name: Optional[str] = None
|
|
46
49
|
"""A user friendly name for the messaging profile."""
|
|
47
50
|
|
|
@@ -47,6 +47,9 @@ class MessagingProfileCreateParams(TypedDict, total=False):
|
|
|
47
47
|
mms_transcoding: bool
|
|
48
48
|
"""enables automated resizing of MMS media."""
|
|
49
49
|
|
|
50
|
+
mobile_only: bool
|
|
51
|
+
"""Send messages only to mobile phone numbers."""
|
|
52
|
+
|
|
50
53
|
number_pool_settings: Optional[NumberPoolSettingsParam]
|
|
51
54
|
"""
|
|
52
55
|
Number Pool allows you to send messages from a pool of numbers of different
|
|
@@ -37,6 +37,9 @@ class MessagingProfileUpdateParams(TypedDict, total=False):
|
|
|
37
37
|
mms_transcoding: bool
|
|
38
38
|
"""enables automated resizing of MMS media."""
|
|
39
39
|
|
|
40
|
+
mobile_only: bool
|
|
41
|
+
"""Send messages only to mobile phone numbers."""
|
|
42
|
+
|
|
40
43
|
name: str
|
|
41
44
|
"""A user friendly name for the messaging profile."""
|
|
42
45
|
|
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
|
+
from typing import Iterable
|
|
5
6
|
from typing_extensions import Literal, Required, Annotated, TypedDict
|
|
6
7
|
|
|
7
8
|
from ...._utils import PropertyInfo
|
|
8
9
|
|
|
9
|
-
__all__ = ["CallCallsParams"]
|
|
10
|
+
__all__ = ["CallCallsParams", "CustomHeader"]
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
class CallCallsParams(TypedDict, total=False):
|
|
@@ -59,6 +60,12 @@ class CallCallsParams(TypedDict, total=False):
|
|
|
59
60
|
cancel_playback_on_machine_detection: Annotated[bool, PropertyInfo(alias="CancelPlaybackOnMachineDetection")]
|
|
60
61
|
"""Whether to cancel ongoing playback on `machine` detection. Defaults to `true`."""
|
|
61
62
|
|
|
63
|
+
custom_headers: Annotated[Iterable[CustomHeader], PropertyInfo(alias="CustomHeaders")]
|
|
64
|
+
"""Custom HTTP headers to be sent with the call.
|
|
65
|
+
|
|
66
|
+
Each header should be an object with 'name' and 'value' properties.
|
|
67
|
+
"""
|
|
68
|
+
|
|
62
69
|
detection_mode: Annotated[Literal["Premium", "Regular"], PropertyInfo(alias="DetectionMode")]
|
|
63
70
|
"""Allows you to chose between Premium and Standard detections."""
|
|
64
71
|
|
|
@@ -167,3 +174,11 @@ class CallCallsParams(TypedDict, total=False):
|
|
|
167
174
|
|
|
168
175
|
The default value is inherited from TeXML Application setting.
|
|
169
176
|
"""
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
class CustomHeader(TypedDict, total=False):
|
|
180
|
+
name: Required[str]
|
|
181
|
+
"""The name of the custom header"""
|
|
182
|
+
|
|
183
|
+
value: Required[str]
|
|
184
|
+
"""The value of the custom header"""
|
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
|
+
from typing import Iterable
|
|
5
6
|
from typing_extensions import Literal, Required, Annotated, TypedDict
|
|
6
7
|
|
|
7
8
|
from ....._utils import PropertyInfo
|
|
8
9
|
|
|
9
|
-
__all__ = ["ParticipantParticipantsParams"]
|
|
10
|
+
__all__ = ["ParticipantParticipantsParams", "CustomHeader"]
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
class ParticipantParticipantsParams(TypedDict, total=False):
|
|
@@ -113,6 +114,12 @@ class ParticipantParticipantsParams(TypedDict, total=False):
|
|
|
113
114
|
Defaults to `trim-silence`.
|
|
114
115
|
"""
|
|
115
116
|
|
|
117
|
+
custom_headers: Annotated[Iterable[CustomHeader], PropertyInfo(alias="CustomHeaders")]
|
|
118
|
+
"""Custom HTTP headers to be sent with the call.
|
|
119
|
+
|
|
120
|
+
Each header should be an object with 'name' and 'value' properties.
|
|
121
|
+
"""
|
|
122
|
+
|
|
116
123
|
early_media: Annotated[bool, PropertyInfo(alias="EarlyMedia")]
|
|
117
124
|
"""
|
|
118
125
|
Whether participant shall be bridged to conference before the participant
|
|
@@ -249,3 +256,11 @@ class ParticipantParticipantsParams(TypedDict, total=False):
|
|
|
249
256
|
The URL to call for an audio file to play while the participant is waiting for
|
|
250
257
|
the conference to start.
|
|
251
258
|
"""
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
class CustomHeader(TypedDict, total=False):
|
|
262
|
+
name: Required[str]
|
|
263
|
+
"""The name of the custom header"""
|
|
264
|
+
|
|
265
|
+
value: Required[str]
|
|
266
|
+
"""The value of the custom header"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: telnyx
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.4.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
|
|
@@ -11,7 +11,7 @@ telnyx/_resource.py,sha256=B4Qg-uO2a34FQHHZskn89eVURqMuSvv1TdeBJH1z1rU,1100
|
|
|
11
11
|
telnyx/_response.py,sha256=4X24wr7uQn2hnM_b0xqQ92zSgxRFFfWG2lTg93-KzNo,28788
|
|
12
12
|
telnyx/_streaming.py,sha256=OfSFcMQJ_mnvfkbIdOG7Ajp0SMbXnOJSga4xXHjNAJk,10100
|
|
13
13
|
telnyx/_types.py,sha256=Du3G2vdqeLhhdJZ4Jtck4vOqEvAKI9rB1FnrwB1b_k8,7236
|
|
14
|
-
telnyx/_version.py,sha256=
|
|
14
|
+
telnyx/_version.py,sha256=ChDBNY8hYhfcrPu9CpJquK7yC7FZa6KJWgsxYH5hm88,158
|
|
15
15
|
telnyx/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
telnyx/_utils/__init__.py,sha256=7fch0GT9zpNnErbciSpUNa-SjTxxjY6kxHxKMOM4AGs,2305
|
|
17
17
|
telnyx/_utils/_compat.py,sha256=D8gtAvjJQrDWt9upS0XaG9Rr5l1QhiAx_I_1utT_tt0,1195
|
|
@@ -240,7 +240,7 @@ telnyx/resources/messaging_hosted_number_orders/actions.py,sha256=ONwivzZn5t-fRl
|
|
|
240
240
|
telnyx/resources/messaging_hosted_number_orders/messaging_hosted_number_orders.py,sha256=CgrgvFdvJE-PSxFc8d0W8kqkIgRjaTDL9LshR-4_ckc,32757
|
|
241
241
|
telnyx/resources/messaging_profiles/__init__.py,sha256=CpwlRx3PwlBRN-OVbt2ecEP0yVhdYVQv4EeEnKjLysw,1264
|
|
242
242
|
telnyx/resources/messaging_profiles/autoresp_configs.py,sha256=DB8HRnCkeUC7n2kYYrKroJbWULsuUnfXXHsOE96DL6M,23757
|
|
243
|
-
telnyx/resources/messaging_profiles/messaging_profiles.py,sha256=
|
|
243
|
+
telnyx/resources/messaging_profiles/messaging_profiles.py,sha256=dm_i1018l_12nqJV8iU-UmsXzZBsVhpKxbwf4jNZFU4,46195
|
|
244
244
|
telnyx/resources/messaging_tollfree/__init__.py,sha256=xS6W3IHhxe9zW0nTAz695v-OJDsLHTsfhSx6J_4NU10,1224
|
|
245
245
|
telnyx/resources/messaging_tollfree/messaging_tollfree.py,sha256=6bIyhm1Q9YMWEqVCFQSbn6y_8WW1PAbhpB10l59j-Fw,4202
|
|
246
246
|
telnyx/resources/messaging_tollfree/verification/__init__.py,sha256=Sic6oOAjxw7WlvG0PaCb7B0jUmdjDSO8aM2DlSny06Y,1106
|
|
@@ -330,14 +330,14 @@ telnyx/resources/texml/texml.py,sha256=eZHlVwp_OhBEkfjFiMFOANoTPdmAPskWB30_5E2Sv
|
|
|
330
330
|
telnyx/resources/texml/accounts/__init__.py,sha256=6kk6pjNbW0ubJoL63f9jhG06qppY6V71P2FlVteDBMg,2586
|
|
331
331
|
telnyx/resources/texml/accounts/accounts.py,sha256=_cVWbYcCQ5Vx47SIKN-274__dmcloh5wOC_CfaBYpp4,18054
|
|
332
332
|
telnyx/resources/texml/accounts/calls/__init__.py,sha256=FpRE5jgR93GXx5Cre-KG_9jxVVOjT9cJPGSBYJJKVh8,2509
|
|
333
|
-
telnyx/resources/texml/accounts/calls/calls.py,sha256=
|
|
333
|
+
telnyx/resources/texml/accounts/calls/calls.py,sha256=2FztXpCPyoz0Lj_M5U9ShI6cE9Ru3f6zMGLlPYvDXM4,62469
|
|
334
334
|
telnyx/resources/texml/accounts/calls/recordings.py,sha256=s9TRukza9V806PammrVaObX4_2jRRKoDld8naaVA7iM,7704
|
|
335
335
|
telnyx/resources/texml/accounts/calls/recordings_json.py,sha256=3aBtZ0RXMK1HDVohENT1eHvTcur-AdHHUa0wc0bbaVE,14866
|
|
336
336
|
telnyx/resources/texml/accounts/calls/siprec.py,sha256=FdurAu5lf_by5SN6fzIXNva8tthx6CpGAaU2RIxbUSM,7578
|
|
337
337
|
telnyx/resources/texml/accounts/calls/streams.py,sha256=l_YnG40UlRhVcuW6l29gehTSfbxcKymkdB-CDYbC0_Y,7605
|
|
338
338
|
telnyx/resources/texml/accounts/conferences/__init__.py,sha256=Wgnoin0h5qEE7gcyi5IG6fg1_vpPNUgqHkRTALFE4Zs,1145
|
|
339
339
|
telnyx/resources/texml/accounts/conferences/conferences.py,sha256=aGPqDEeRRP4HIEzO3fLxg23RhnrEZrXbL0FhoRAktWY,27769
|
|
340
|
-
telnyx/resources/texml/accounts/conferences/participants.py,sha256=
|
|
340
|
+
telnyx/resources/texml/accounts/conferences/participants.py,sha256=jsVbI9mjAENDaZbg7TA3T9zA5ItfIlnji5b0i4P7GFg,55269
|
|
341
341
|
telnyx/resources/texml/accounts/recordings/__init__.py,sha256=SVRbp2bcFKD_5pDdLHpTMG0ev_OhDRaSjY0htH29bTI,1028
|
|
342
342
|
telnyx/resources/texml/accounts/recordings/json.py,sha256=bU4ZTKSDGbg0H9vRNL2nCplC8h629laiEcd56jp2FYg,10306
|
|
343
343
|
telnyx/resources/texml/accounts/recordings/recordings.py,sha256=U4KNMl6dWg9TMq2MVZwFX-u93j54fTGJBVHhMkwL47s,3693
|
|
@@ -782,8 +782,8 @@ telnyx/types/messaging_numbers_bulk_update_create_response.py,sha256=t6z5Qz2gSeA
|
|
|
782
782
|
telnyx/types/messaging_numbers_bulk_update_retrieve_response.py,sha256=hKxAXimCg3mgso6gXw7eoDk5f7oKfVyXAsMpRz_vCvo,848
|
|
783
783
|
telnyx/types/messaging_optout_list_params.py,sha256=cKZZaJSeg1NnE90jUqMZf_PkGUHauBeSjMEUXpYoSdg,1651
|
|
784
784
|
telnyx/types/messaging_optout_list_response.py,sha256=-iQf34X1cGMQquQMc7Gz_OAL3qE5C7-v4AsOOOOyApU,1038
|
|
785
|
-
telnyx/types/messaging_profile.py,sha256=
|
|
786
|
-
telnyx/types/messaging_profile_create_params.py,sha256=
|
|
785
|
+
telnyx/types/messaging_profile.py,sha256=flNOhjB2xHrrz1bDt8ACAAWOrLVvr4IOQu4a5XaadFk,3523
|
|
786
|
+
telnyx/types/messaging_profile_create_params.py,sha256=joWjFKv6EEWhTs-F2YWca5g4BGihjEdbHZQ-VXxc2mw,2942
|
|
787
787
|
telnyx/types/messaging_profile_create_response.py,sha256=lrKJ60WkmPNI7ZhE78eliZkMchXTntaHeELKKKw3jJE,337
|
|
788
788
|
telnyx/types/messaging_profile_delete_response.py,sha256=_-OL_u-nBz647c0vDDZSJlbwUZ7754TGKuqDXaRgYP8,337
|
|
789
789
|
telnyx/types/messaging_profile_list_params.py,sha256=0A5pYKasObvboNZK8MOVBSJ5OreYeX06B4RbC4yk4u4,721
|
|
@@ -793,7 +793,7 @@ telnyx/types/messaging_profile_list_response.py,sha256=QtWMM8qc8qM3UG5oL8RqjyrgD
|
|
|
793
793
|
telnyx/types/messaging_profile_list_short_codes_params.py,sha256=QqCwh4H_jPttFNqBnXd1hzIPkO2GbV79MONU4x2BxGQ,547
|
|
794
794
|
telnyx/types/messaging_profile_list_short_codes_response.py,sha256=Tb1kixdj1k7poCXEgYZRooezv4-U2_Nb14cnft6sy3g,438
|
|
795
795
|
telnyx/types/messaging_profile_retrieve_response.py,sha256=F04p6wT0Dtsh_Aw0-rFTsDTlD6098nyQREwQ9u7ePpg,341
|
|
796
|
-
telnyx/types/messaging_profile_update_params.py,sha256=
|
|
796
|
+
telnyx/types/messaging_profile_update_params.py,sha256=PCiRbL0I1bMn3rX6jJi_XsiZq6dqfmqsWPQonjGipQQ,3072
|
|
797
797
|
telnyx/types/messaging_profile_update_response.py,sha256=lWTHuMd6Vt2uoTCGvI88lTXjGWkSRnigPlvIYaFSfI4,337
|
|
798
798
|
telnyx/types/messaging_url_domain_list_params.py,sha256=gUE67OY2ccV9gTFIrUSWEiRa-iNa5zZaZ-8Um6sBusQ,531
|
|
799
799
|
telnyx/types/messaging_url_domain_list_response.py,sha256=TMtcw9meS1vJ4o8IQQ-d68DruhpW2kase1xbdX2V7Ao,551
|
|
@@ -1971,7 +1971,7 @@ telnyx/types/texml/call_update_response.py,sha256=AGkaot7GE6ZCW04zkZGSZErHNYGq1H
|
|
|
1971
1971
|
telnyx/types/texml/texml_get_call_recording_response_body.py,sha256=KoY6eG7_TI_4qyezqH9Y6MqKDc7mdIx4_HNwDcbI7uk,1557
|
|
1972
1972
|
telnyx/types/texml/texml_recording_subresources_uris.py,sha256=4qX4UjregkbgPbMSSwIUCYJUZnb32236Yp9kiSpfix4,287
|
|
1973
1973
|
telnyx/types/texml/accounts/__init__.py,sha256=hP_89dblkJTZqdHSemSUG7x8OQN_gpdA439kCzA_t2Q,1868
|
|
1974
|
-
telnyx/types/texml/accounts/call_calls_params.py,sha256=
|
|
1974
|
+
telnyx/types/texml/accounts/call_calls_params.py,sha256=9S-Ib7AMIttffsePMv6IoT_kk06p9HVa64fOeVh2H6o,7625
|
|
1975
1975
|
telnyx/types/texml/accounts/call_calls_response.py,sha256=o_XmUxY5SFrNPvLoVRuuZm0m23pFJBscM1m6KUOsWXo,391
|
|
1976
1976
|
telnyx/types/texml/accounts/call_retrieve_calls_params.py,sha256=lXADuV3aNL1y5Nx__TIm2_Gnl3lky3R4P8psnCRaIaM,1955
|
|
1977
1977
|
telnyx/types/texml/accounts/call_retrieve_calls_response.py,sha256=zfhAdQPOWnlT1cyCTLyc4RGf7yAsEnuUOi_bv79S0uw,3034
|
|
@@ -2000,7 +2000,7 @@ telnyx/types/texml/accounts/calls/siprec_siprec_sid_json_response.py,sha256=ME65
|
|
|
2000
2000
|
telnyx/types/texml/accounts/calls/stream_streaming_sid_json_params.py,sha256=FfNQo4SK-2LEpiJTS_ZVWX5zmNZ5_lH7pPy6Ac9OsdY,525
|
|
2001
2001
|
telnyx/types/texml/accounts/calls/stream_streaming_sid_json_response.py,sha256=XWAhiQHqIbt1tR2KESOImB2eYCBgtzyf6tiN1Z7nTac,677
|
|
2002
2002
|
telnyx/types/texml/accounts/conferences/__init__.py,sha256=Bg0dRzgpbuEHe1SZVFyQ1rrJ131Ztghzr35Ab5calm0,781
|
|
2003
|
-
telnyx/types/texml/accounts/conferences/participant_participants_params.py,sha256
|
|
2003
|
+
telnyx/types/texml/accounts/conferences/participant_participants_params.py,sha256=-Kalin75Ce0O1jBhLNxRCKsm0UCFajuGSDxXpE3m0gA,11065
|
|
2004
2004
|
telnyx/types/texml/accounts/conferences/participant_participants_response.py,sha256=RT67NwpP6mUMZcS2xnar8qqrtmPY3nOJgv-qF8F4IRY,1173
|
|
2005
2005
|
telnyx/types/texml/accounts/conferences/participant_retrieve_participants_response.py,sha256=dCofb3Tsl1QGbUBGkLgVBnbg4qBbLK9fTuLK3eSOA-Y,2673
|
|
2006
2006
|
telnyx/types/texml/accounts/conferences/participant_retrieve_response.py,sha256=GXZKPUAz4Qri8sYTQGnsLC61AsJ__gBsRwCdP02GH-k,1681
|
|
@@ -2025,7 +2025,7 @@ telnyx/types/wireless/detail_records_report_list_params.py,sha256=cfjsh4L_8mpDkg
|
|
|
2025
2025
|
telnyx/types/wireless/detail_records_report_list_response.py,sha256=S_6nD0fm5EseRIZHnML-UN0-g8Q_0J1cXfg_eLNUev8,331
|
|
2026
2026
|
telnyx/types/wireless/detail_records_report_retrieve_response.py,sha256=f0C8z8uo_QeCyi3nSDME4f4F3vqcy7o0MpinwDIqe_s,327
|
|
2027
2027
|
telnyx/types/wireless/wdr_report.py,sha256=bxRr-dc_IW6D0E3i_PUHK-bbu9w114Qql1uoJ_znxEE,1068
|
|
2028
|
-
telnyx-3.
|
|
2029
|
-
telnyx-3.
|
|
2030
|
-
telnyx-3.
|
|
2031
|
-
telnyx-3.
|
|
2028
|
+
telnyx-3.4.0.dist-info/METADATA,sha256=T_rPFLad5wL-vKxWJtHuCbtySTZ0Xjg8x8cf1kVxA1w,15530
|
|
2029
|
+
telnyx-3.4.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
2030
|
+
telnyx-3.4.0.dist-info/licenses/LICENSE,sha256=PprdXvskBJR41_t2uhgs5rHYGME_Ek-lh2PAxKtdZs8,1046
|
|
2031
|
+
telnyx-3.4.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|