twilio-ruby 7.2.2 → 7.2.4

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.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +48 -0
  3. data/README.md +2 -2
  4. data/lib/twilio-ruby/rest/api/v2010/account/call/transcription.rb +5 -599
  5. data/lib/twilio-ruby/rest/api/v2010/account/message.rb +2 -2
  6. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result/payload/data.rb +200 -0
  7. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result/payload.rb +22 -1
  8. data/lib/twilio-ruby/rest/client.rb +0 -5
  9. data/lib/twilio-ruby/rest/content/v1/content.rb +67 -1
  10. data/lib/twilio-ruby/rest/flex_api/v2/flex_user.rb +81 -1
  11. data/lib/twilio-ruby/rest/insights/v1/call_summaries.rb +60 -12
  12. data/lib/twilio-ruby/rest/intelligence/v2/operator_type.rb +1 -1
  13. data/lib/twilio-ruby/rest/intelligence/v2/transcript/sentence.rb +16 -3
  14. data/lib/twilio-ruby/rest/intelligence/v2.rb +1 -1
  15. data/lib/twilio-ruby/rest/marketplace/v1/installed_add_on/installed_add_on_usage.rb +8 -8
  16. data/lib/twilio-ruby/rest/marketplace/v1/module_data_management.rb +22 -9
  17. data/lib/twilio-ruby/rest/marketplace/v1/referral_conversion.rb +199 -0
  18. data/lib/twilio-ruby/rest/marketplace/v1.rb +7 -1
  19. data/lib/twilio-ruby/rest/messaging/v1/external_campaign.rb +4 -1
  20. data/lib/twilio-ruby/rest/messaging/v1/service/channel_sender.rb +40 -0
  21. data/lib/twilio-ruby/rest/numbers/v1/porting_port_in.rb +8 -8
  22. data/lib/twilio-ruby/rest/numbers/v1/porting_port_in_phone_number.rb +24 -17
  23. data/lib/twilio-ruby/rest/numbers/v1/porting_portability.rb +7 -7
  24. data/lib/twilio-ruby/rest/numbers/v1/porting_webhook_configuration.rb +3 -3
  25. data/lib/twilio-ruby/rest/numbers/v1/porting_webhook_configuration_delete.rb +1 -1
  26. data/lib/twilio-ruby/rest/numbers/v1/{webhook.rb → porting_webhook_configuration_fetch.rb} +23 -23
  27. data/lib/twilio-ruby/rest/numbers/v1/signing_request_configuration.rb +96 -0
  28. data/lib/twilio-ruby/rest/numbers/v1.rb +8 -8
  29. data/lib/twilio-ruby/rest/numbers/v2/bundle_clone.rb +277 -0
  30. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle.rb +4 -1
  31. data/lib/twilio-ruby/rest/numbers/v2.rb +15 -0
  32. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +2 -2
  33. data/lib/twilio-ruby/rest/trusthub/v1/compliance_inquiries.rb +12 -3
  34. data/lib/twilio-ruby/rest/verify/v2/service.rb +4 -4
  35. data/lib/twilio-ruby/version.rb +1 -1
  36. data/twilio-ruby.gemspec +2 -1
  37. metadata +7 -5
  38. data/lib/twilio-ruby/rest/preview_iam.rb +0 -6
  39. data/lib/twilio-ruby/rest/preview_iam_base.rb +0 -33
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6dbea59ef4b7192140ee2e54181fdfcb9878d66c
4
- data.tar.gz: d9da33b2d489e04c31bee083d396839cf0f6a5ee
3
+ metadata.gz: 50b7f250eef229f7ad41283b7a467f21d14d582d
4
+ data.tar.gz: 3d0e92e5ec5e0bebe8104ed78a538206bf2396e3
5
5
  SHA512:
6
- metadata.gz: 457f387633dac16d00ba8f9c4ec6e4c2bf19d4d12d15c6df0f7bcf056dbd94f110fc717e28dbb178b8afe0a28c891fe01f3ae58588c17b0dc69610e58df132c9
7
- data.tar.gz: 971756f9b9cf1b60059cc5f9e584378d46d27b01ddd08841901f9801ba32cddf615c1b2504272e9199ad1d3666a258814ec64648acbd1ec8410702f597575f9e
6
+ metadata.gz: eb2f8e158b162945a31aa8800b3175beb47e97c839dc12cd979cd9239c65ffe09b8608ef52fe146dc253328f237181391e8308d0c58f18c968c84e7a72a799f8
7
+ data.tar.gz: 801d959e3b2670d56d1b9c3442cd32251e683356e989935dcfd19d98e89caa4356298feb636ad083ef918f5fdcb79341d9bde6caf4ae08bf291f1f6d02b51b83
data/CHANGES.md CHANGED
@@ -1,6 +1,54 @@
1
1
  twilio-ruby changelog
2
2
  =====================
3
3
 
4
+ [2024-08-26] Version 7.2.4
5
+ --------------------------
6
+ **Library - Chore**
7
+ - [PR #729](https://github.com/twilio/twilio-ruby/pull/729): remove preview_iam reference. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!
8
+ - [PR #727](https://github.com/twilio/twilio-ruby/pull/727): bug fix. Thanks to [@manisha1997](https://github.com/manisha1997)!
9
+ - [PR #726](https://github.com/twilio/twilio-ruby/pull/726): bug fix. Thanks to [@manisha1997](https://github.com/manisha1997)!
10
+ - [PR #725](https://github.com/twilio/twilio-ruby/pull/725): fix documentation link. Thanks to [@manisha1997](https://github.com/manisha1997)!
11
+
12
+ **Api**
13
+ - Update documentation of `error_code` and `error_message` on the Message resource.
14
+ - Remove generic parameters from `transcription` resource
15
+ - Added public documentation for Payload Data retrieval API
16
+
17
+ **Flex**
18
+ - Adding update Flex User api
19
+
20
+ **Insights**
21
+ - Added 'branded', 'business_profile' and 'voice_integrity' fields in List Call Summary
22
+
23
+ **Intelligence**
24
+ - Add `words` array information to the Sentences v2 entity.
25
+ - Add `X-Rate-Limit-Limit`, `X-Rate-Limit-Remaining`, and `X-Rate-Limit-Config` headers for Operator Results.
26
+ - Change the path parameter when fetching an `/OperatorType/{}` from `sid<EY>` to `string` to support searching by SID or by name
27
+ - Add `X-Rate-Limit-Limit`, `X-Rate-Limit-Remaining`, and `X-Rate-Limit-Config` headers for Transcript and Service endpoints.
28
+
29
+ **Messaging**
30
+ - Adds two new channel senders api to add/remove channel senders to/from a messaging service
31
+ - Extend ERC api to accept an optional attribute in request body to indicate CNP migration for an ERC
32
+
33
+ **Numbers**
34
+ - Modify visibility to public in bundle clone API
35
+ - Add `port_date` field to Port In Request and Port In Phone Numbers Fetch APIs
36
+ - Change properties docs for port in phone numbers api
37
+ - Add is_test body param to the Bundle Create API
38
+ - Change properties docs for port in api
39
+
40
+ **Trusthub**
41
+ - Add new field in themeSetId in compliance_inquiry.
42
+
43
+ **Verify**
44
+ - Update `custom_code_enabled` description on verification docs
45
+
46
+
47
+ [2024-07-02] Version 7.2.3
48
+ --------------------------
49
+ **Rubygems**
50
+ - Add docs link to gemspec
51
+
4
52
  [2024-07-02] Version 7.2.2
5
53
  --------------------------
6
54
  **Intelligence**
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.2.2'
42
+ gem 'twilio-ruby', '~> 7.2.4'
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.2.2
48
+ gem install twilio-ruby -v 7.2.4
49
49
  ```
50
50
 
51
51
  To build and install the development branch yourself from the latest source: