twilio-ruby 7.2.3 → 7.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.md +53 -0
- data/README.md +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/call/transcription.rb +5 -599
- data/lib/twilio-ruby/rest/api/v2010/account/message.rb +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result/payload/data.rb +200 -0
- data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result/payload.rb +22 -1
- data/lib/twilio-ruby/rest/client.rb +3 -3
- data/lib/twilio-ruby/rest/content/v1/content.rb +167 -4
- data/lib/twilio-ruby/rest/flex_api/v2/flex_user.rb +81 -1
- data/lib/twilio-ruby/rest/iam/v1/api_key.rb +270 -0
- data/lib/twilio-ruby/rest/iam/v1/get_api_keys.rb +223 -0
- data/lib/twilio-ruby/rest/iam/v1/new_api_key.rb +177 -0
- data/lib/twilio-ruby/rest/iam/v1.rb +61 -0
- data/lib/twilio-ruby/rest/{preview_iam.rb → iam.rb} +1 -1
- data/lib/twilio-ruby/rest/{preview_iam_base.rb → iam_base.rb} +10 -5
- data/lib/twilio-ruby/rest/insights/v1/call_summaries.rb +60 -12
- data/lib/twilio-ruby/rest/intelligence/v2/operator_type.rb +1 -1
- data/lib/twilio-ruby/rest/intelligence/v2/transcript/sentence.rb +16 -3
- data/lib/twilio-ruby/rest/intelligence/v2.rb +1 -1
- data/lib/twilio-ruby/rest/marketplace/v1/installed_add_on/installed_add_on_usage.rb +8 -8
- data/lib/twilio-ruby/rest/marketplace/v1/module_data_management.rb +22 -9
- data/lib/twilio-ruby/rest/marketplace/v1/referral_conversion.rb +199 -0
- data/lib/twilio-ruby/rest/marketplace/v1.rb +7 -1
- data/lib/twilio-ruby/rest/messaging/v1/external_campaign.rb +4 -1
- data/lib/twilio-ruby/rest/messaging/v1/service/channel_sender.rb +40 -0
- data/lib/twilio-ruby/rest/numbers/v1/porting_port_in.rb +10 -10
- data/lib/twilio-ruby/rest/numbers/v1/porting_port_in_phone_number.rb +24 -17
- data/lib/twilio-ruby/rest/numbers/v1/porting_portability.rb +7 -7
- data/lib/twilio-ruby/rest/numbers/v1/porting_webhook_configuration.rb +3 -3
- data/lib/twilio-ruby/rest/numbers/v1/porting_webhook_configuration_delete.rb +1 -1
- data/lib/twilio-ruby/rest/numbers/v1/{webhook.rb → porting_webhook_configuration_fetch.rb} +23 -23
- data/lib/twilio-ruby/rest/numbers/v1/signing_request_configuration.rb +96 -0
- data/lib/twilio-ruby/rest/numbers/v1.rb +8 -8
- data/lib/twilio-ruby/rest/numbers/v2/bundle_clone.rb +277 -0
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle.rb +4 -1
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document.rb +7 -0
- data/lib/twilio-ruby/rest/numbers/v2.rb +15 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +2 -2
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.rb +1 -1
- data/lib/twilio-ruby/rest/trusthub/v1/compliance_inquiries.rb +12 -3
- data/lib/twilio-ruby/rest/verify/v2/service.rb +4 -4
- data/lib/twilio-ruby/version.rb +1 -1
- metadata +12 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a2054814e2215093a15794230fabbebe3567c761
|
4
|
+
data.tar.gz: 751cc2f6cd785951e3e35ba228827eb2e4db8c0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 236d53dc2b5d91cb79f7fdddff50041269cd01d3a0cd598b6bcafe07df1f9b2370d7d79c47885597d46a569458006d3194ef3991f8a8b8696ad3ce9dec23b15a
|
7
|
+
data.tar.gz: 588f2c4e2501fab9055cfb85150c30914ed645da6a8e45504fa0343597e77527d979415f0a17645470c0f5dc21a2e835235a97cb21f1b424c743ce67cc8a170e
|
data/CHANGES.md
CHANGED
@@ -1,6 +1,59 @@
|
|
1
1
|
twilio-ruby changelog
|
2
2
|
=====================
|
3
3
|
|
4
|
+
[2024-09-05] Version 7.3.0
|
5
|
+
--------------------------
|
6
|
+
**Iam**
|
7
|
+
- updated library_visibility public for new public apikeys
|
8
|
+
|
9
|
+
**Numbers**
|
10
|
+
- Add new field in Error Codes for Regulatory Compliance.
|
11
|
+
- Change typing of Port In Request date_created field to date_time instead of date **(breaking change)**
|
12
|
+
|
13
|
+
|
14
|
+
[2024-08-26] Version 7.2.4
|
15
|
+
--------------------------
|
16
|
+
**Library - Chore**
|
17
|
+
- [PR #729](https://github.com/twilio/twilio-ruby/pull/729): remove preview_iam reference. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!
|
18
|
+
- [PR #727](https://github.com/twilio/twilio-ruby/pull/727): bug fix. Thanks to [@manisha1997](https://github.com/manisha1997)!
|
19
|
+
- [PR #726](https://github.com/twilio/twilio-ruby/pull/726): bug fix. Thanks to [@manisha1997](https://github.com/manisha1997)!
|
20
|
+
- [PR #725](https://github.com/twilio/twilio-ruby/pull/725): fix documentation link. Thanks to [@manisha1997](https://github.com/manisha1997)!
|
21
|
+
|
22
|
+
**Api**
|
23
|
+
- Update documentation of `error_code` and `error_message` on the Message resource.
|
24
|
+
- Remove generic parameters from `transcription` resource
|
25
|
+
- Added public documentation for Payload Data retrieval API
|
26
|
+
|
27
|
+
**Flex**
|
28
|
+
- Adding update Flex User api
|
29
|
+
|
30
|
+
**Insights**
|
31
|
+
- Added 'branded', 'business_profile' and 'voice_integrity' fields in List Call Summary
|
32
|
+
|
33
|
+
**Intelligence**
|
34
|
+
- Add `words` array information to the Sentences v2 entity.
|
35
|
+
- Add `X-Rate-Limit-Limit`, `X-Rate-Limit-Remaining`, and `X-Rate-Limit-Config` headers for Operator Results.
|
36
|
+
- Change the path parameter when fetching an `/OperatorType/{}` from `sid<EY>` to `string` to support searching by SID or by name
|
37
|
+
- Add `X-Rate-Limit-Limit`, `X-Rate-Limit-Remaining`, and `X-Rate-Limit-Config` headers for Transcript and Service endpoints.
|
38
|
+
|
39
|
+
**Messaging**
|
40
|
+
- Adds two new channel senders api to add/remove channel senders to/from a messaging service
|
41
|
+
- Extend ERC api to accept an optional attribute in request body to indicate CNP migration for an ERC
|
42
|
+
|
43
|
+
**Numbers**
|
44
|
+
- Modify visibility to public in bundle clone API
|
45
|
+
- Add `port_date` field to Port In Request and Port In Phone Numbers Fetch APIs
|
46
|
+
- Change properties docs for port in phone numbers api
|
47
|
+
- Add is_test body param to the Bundle Create API
|
48
|
+
- Change properties docs for port in api
|
49
|
+
|
50
|
+
**Trusthub**
|
51
|
+
- Add new field in themeSetId in compliance_inquiry.
|
52
|
+
|
53
|
+
**Verify**
|
54
|
+
- Update `custom_code_enabled` description on verification docs
|
55
|
+
|
56
|
+
|
4
57
|
[2024-07-02] Version 7.2.3
|
5
58
|
--------------------------
|
6
59
|
**Rubygems**
|
data/README.md
CHANGED
@@ -39,13 +39,13 @@ This library supports the following Ruby implementations:
|
|
39
39
|
To install using [Bundler][bundler] grab the latest stable version:
|
40
40
|
|
41
41
|
```ruby
|
42
|
-
gem 'twilio-ruby', '~> 7.
|
42
|
+
gem 'twilio-ruby', '~> 7.3.0'
|
43
43
|
```
|
44
44
|
|
45
45
|
To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
|
46
46
|
|
47
47
|
```bash
|
48
|
-
gem install twilio-ruby -v 7.
|
48
|
+
gem install twilio-ruby -v 7.3.0
|
49
49
|
```
|
50
50
|
|
51
51
|
To build and install the development branch yourself from the latest source:
|