Skip to content

Commit 03a512b

Browse files
committed
[Librarian] Regenerated @ 93a2de5505384cb61be7440d3563d93d5cf980df 5146479cf5e06841f2d634d763cfd8acec49eb7e
1 parent 7d3240f commit 03a512b

File tree

54 files changed

+2903
-414
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+2903
-414
lines changed

CHANGES.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
twilio-go changelog
22
====================
3+
[2024-06-27] Version 1.22.2
4+
---------------------------
5+
**Library - Chore**
6+
- [PR #253](https://github.com/twilio/twilio-go/pull/253): updated changelog. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!
7+
- [PR #252](https://github.com/twilio/twilio-go/pull/252): retract v1.22.0 due to known bug. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!
8+
- [PR #249](https://github.com/twilio/twilio-go/pull/249): remove duplicate setting of header params. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!
9+
10+
**Api**
11+
- Add `transcription` resource
12+
- Add beta feature request managed cert
13+
14+
**Flex**
15+
- Changed mount name for flex_team v2 api
16+
17+
**Intelligence**
18+
- Add `X-Rate-Limit-Limit`, `X-Rate-Limit-Remaining`, and `X-Rate-Limit-Config` as Response Headers to Operator resources
19+
20+
**Numbers**
21+
- Added include_constraints query parameter to the Regulations API
22+
23+
**Twiml**
24+
- Add support for `<Transcription>` noun
25+
26+
327
[2024-06-25] Version 1.22.1
428
---------------------------
529
**Library - Chore**

rest/api/v2010/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ Class | Method | HTTP request | Description
7777
*AccountsCallsSiprecApi* | [**UpdateSiprec**](docs/AccountsCallsSiprecApi.md#updatesiprec) | **Post** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Siprec/{Sid}.json |
7878
*AccountsCallsStreamsApi* | [**CreateStream**](docs/AccountsCallsStreamsApi.md#createstream) | **Post** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Streams.json |
7979
*AccountsCallsStreamsApi* | [**UpdateStream**](docs/AccountsCallsStreamsApi.md#updatestream) | **Post** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Streams/{Sid}.json |
80+
*AccountsCallsTranscriptionsApi* | [**CreateRealtimeTranscription**](docs/AccountsCallsTranscriptionsApi.md#createrealtimetranscription) | **Post** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Transcriptions.json |
81+
*AccountsCallsTranscriptionsApi* | [**UpdateRealtimeTranscription**](docs/AccountsCallsTranscriptionsApi.md#updaterealtimetranscription) | **Post** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Transcriptions/{Sid}.json |
8082
*AccountsCallsUserDefinedMessageSubscriptionsApi* | [**CreateUserDefinedMessageSubscription**](docs/AccountsCallsUserDefinedMessageSubscriptionsApi.md#createuserdefinedmessagesubscription) | **Post** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessageSubscriptions.json |
8183
*AccountsCallsUserDefinedMessageSubscriptionsApi* | [**DeleteUserDefinedMessageSubscription**](docs/AccountsCallsUserDefinedMessageSubscriptionsApi.md#deleteuserdefinedmessagesubscription) | **Delete** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessageSubscriptions/{Sid}.json |
8284
*AccountsCallsUserDefinedMessagesApi* | [**CreateUserDefinedMessage**](docs/AccountsCallsUserDefinedMessagesApi.md#createuserdefinedmessage) | **Post** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessages.json |
@@ -245,6 +247,7 @@ Class | Method | HTTP request | Description
245247
- [ApiV2010OutgoingCallerId](docs/ApiV2010OutgoingCallerId.md)
246248
- [ListParticipantResponse](docs/ListParticipantResponse.md)
247249
- [ListRecordingAddOnResultPayloadResponse](docs/ListRecordingAddOnResultPayloadResponse.md)
250+
- [ApiV2010RealtimeTranscription](docs/ApiV2010RealtimeTranscription.md)
248251
- [ListConnectAppResponse](docs/ListConnectAppResponse.md)
249252
- [ApiV2010Siprec](docs/ApiV2010Siprec.md)
250253
- [ListUsageRecordYearlyResponse](docs/ListUsageRecordYearlyResponse.md)

0 commit comments

Comments
 (0)