Skip to content

Commit

Permalink
[Librarian] Regenerated @ c8ce9820730ef3b2a48912311d45afb8c26b9ee7
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Aug 26, 2024
1 parent df28b6c commit e3252d1
Show file tree
Hide file tree
Showing 67 changed files with 5,256 additions and 2,708 deletions.
40 changes: 40 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
twilio-oai changelog
====================
[2024-08-26] Version 2.0.3
--------------------------
**Library - Fix**
- [PR #116](https://github.com/twilio/twilio-oai/pull/116): Removing pascal case rule for query and path params. Changing the spec files for orgs api. Thanks to [@AsabuHere](https://github.com/AsabuHere)!

**Api**
- Update documentation of `error_code` and `error_message` on the Message resource.
- Remove generic parameters from `transcription` resource
- Added public documentation for Payload Data retrieval API

**Flex**
- Adding update Flex User api

**Insights**
- Added 'branded', 'business_profile' and 'voice_integrity' fields in List Call Summary

**Intelligence**
- Add `words` array information to the Sentences v2 entity.
- Add `X-Rate-Limit-Limit`, `X-Rate-Limit-Remaining`, and `X-Rate-Limit-Config` headers for Operator Results.
- Change the path parameter when fetching an `/OperatorType/{}` from `sid<EY>` to `string` to support searching by SID or by name
- Add `X-Rate-Limit-Limit`, `X-Rate-Limit-Remaining`, and `X-Rate-Limit-Config` headers for Transcript and Service endpoints.

**Messaging**
- Adds two new channel senders api to add/remove channel senders to/from a messaging service
- Extend ERC api to accept an optional attribute in request body to indicate CNP migration for an ERC

**Numbers**
- Modify visibility to public in bundle clone API
- Add `port_date` field to Port In Request and Port In Phone Numbers Fetch APIs
- Change properties docs for port in phone numbers api
- Add is_test body param to the Bundle Create API
- Change properties docs for port in api

**Trusthub**
- Add new field in themeSetId in compliance_inquiry.

**Verify**
- Update `custom_code_enabled` description on verification docs


[2024-07-02] Version 2.0.2
--------------------------
**Library - Chore**
Expand Down
2,592 changes: 976 additions & 1,616 deletions spec/json/twilio_api_v2010.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions spec/json/twilio_bulkexports_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"size": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The size of the day's data file in bytes"
},
Expand Down
6 changes: 6 additions & 0 deletions spec/json/twilio_chat_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,13 @@
},
"members_count": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of Members in the Channel."
},
"messages_count": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of Messages in the Channel."
},
Expand Down Expand Up @@ -455,6 +457,7 @@
},
"index": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The index of the message within the [Channel](https://www.twilio.com/docs/chat/api/channels)."
},
Expand Down Expand Up @@ -630,11 +633,13 @@
},
"typing_indicator_timeout": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "How long in seconds after a `started typing` event until clients should assume that user is no longer typing, even if no `ended typing` message was received. The default is 5 seconds."
},
"consumption_report_interval": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "DEPRECATED. The interval in seconds between consumption reports submission batches from client endpoints."
},
Expand Down Expand Up @@ -779,6 +784,7 @@
},
"joined_channels_count": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of Channels this User is a Member of."
},
Expand Down
8 changes: 8 additions & 0 deletions spec/json/twilio_chat_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,13 @@
},
"members_count": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of Members in the Channel."
},
"messages_count": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of Messages that have been passed in the Channel."
},
Expand Down Expand Up @@ -675,6 +677,7 @@
},
"index": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The index of the message within the [Channel](https://www.twilio.com/docs/chat/channels). Indices may skip numbers, but will always be in order of when the message was received."
},
Expand Down Expand Up @@ -872,11 +875,13 @@
},
"typing_indicator_timeout": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "How long in seconds after a `started typing` event until clients should assume that user is no longer typing, even if no `ended typing` message was received. The default is 5 seconds."
},
"consumption_report_interval": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "DEPRECATED. The interval in seconds between consumption reports submission batches from client endpoints."
},
Expand Down Expand Up @@ -909,11 +914,13 @@
},
"pre_webhook_retry_count": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of times to retry a call to the `pre_webhook_url` if the request times out (after 5 seconds) or it receives a 429, 503, or 504 HTTP response. Default retry count is 0 times, which means the call won't be retried."
},
"post_webhook_retry_count": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of times to retry a call to the `post_webhook_url` if the request times out (after 5 seconds) or it receives a 429, 503, or 504 HTTP response. The default is 0, which means the call won't be retried."
},
Expand Down Expand Up @@ -1031,6 +1038,7 @@
},
"joined_channels_count": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of Channels the User is a Member of."
},
Expand Down
2 changes: 2 additions & 0 deletions spec/json/twilio_chat_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,13 @@
},
"members_count": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of Members in the Channel."
},
"messages_count": {
"type": "integer",
"default": 0,
"nullable": true,
"description": "The number of Messages that have been passed in the Channel."
},
Expand Down
Loading

0 comments on commit e3252d1

Please sign in to comment.