You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`calls.md` which contains examples and explanations for the Calls API.
30
+
*`build.yml` workflow to ensure project build and test integrity.
31
+
*`snyk.yml` workflow, which serves the purpose of identifying and addressing dependency vulnerabilities in the project.
32
+
*`sonar.yml` workflow to analyze the source code, enhancing code quality and maintainability.
33
+
34
+
### Changed
35
+
***Fixes and changes**
36
+
* Across all voice models, the 'applicationId' field has been removed and replaced with the `platform` field, as it better reflects the state of the endpoint.
37
+
* Introduced the new [sms_message](infobip_api_client/models/sms_message.py) class to replace `sms_textual_message` and `sms_binary_message`, providing a unified structure for SMS messaging.
38
+
* Added a content field within `sms_message` to define the message content. This supports both textual and binary messages, which can be created using [sms_text_content](infobip_api_client/models/sms_text_content.py) or [sms_binary_content](infobip_api_client/models/sms_binary_content.py), respectively.
39
+
* Unified request classes by replacing `sms_advaned_textual_request` and `sms_advaned_binary_request` with the new [sms_request](infobip_api_client/models/sms_request.py) class.
40
+
* Consolidated sending functions: use `send_sms_messages` instead of the `send_sms_message` and `send_binary_sms_message` functions.
41
+
* Removed delivery time window configuration classes (`sms_delivery_time_window`, `call_routing_allowed_time_window`, `calls_delivery_time_window`, `calls_time_window`) in favor of a unified class: [delivery_time_window](infobip_api_client/models/delivery_time_window.py)
42
+
* Removed delivery time configuration classes (`sms_delivery_time_to`, `sms_delivery_time_from`, `calls_time_windows_point`, `call_routing_allowed_time_from`, `call_routing_allowed_time_to`) in favor of a unified class: [delivery_time](infobip_api_client/models/delivery_time.py)
43
+
* Removed URL options configuration class (`sms_url_options`) in favor of a unified class: [url_options](infobip_api_client/models/url_options.py)
44
+
* Removed TurkeyIys options configuration class (`sms_turkey_iys_options`) in favor of a unified class: [turkey_iys_options](infobip_api_client/models/turkey_iys_options.py)
45
+
* Removed delivery day enumeration classes (`sms_delivery_day`, `calls_delivery_day`, `call_routing_allowed_day`) in favor of a unified class: [delivery_day](infobip_api_client/models/delivery_day.py)
46
+
* Removed speed limit time unit enumeration class (`sms_speed_limit_time_unit`) in favor of a unified class: [speed_limit_time_unit](infobip_api_client/models/speed_limit_time_unit.py)
47
+
* Renamed class from `calls_public_conference_recording` to `calls_conference_recording`.
48
+
* Renamed class from `calls_pegasus_provider` to `calls_provider`.
49
+
* Renamed class from `calls_pegasus_provider_trunk_type` to `calls_provider_trunk_type`.
17
50
18
51
### Security
19
52
- Bumped werkzeug dependency from `2.1.2` to `3.0.3`.
Feel free to open issues on the repository for any issue or feature request. As per pull requests, for details check the `CONTRIBUTING`[file][contributing] related to it - in short, we will not merge any pull requests, this code is auto-generated.
201
+
Feel free to open issues on the repository for any encountered problem or feature request.
202
+
203
+
If you want to contribute to this library in any way, please follow the guidelines in [CONTRIBUTING][contributing] file.
202
204
203
-
If it's something that requires our imminent attention feel free to contact us @ [support@infobip.com](mailto:support@infobip.com).
205
+
For anything that requires our imminent attention, contact us @ [support@infobip.com](mailto:support@infobip.com).
0 commit comments