Skip to content

Commit 5b36fd8

Browse files
committed
[Librarian] Regenerated @ 2bb13e70000f420aebac89f65329a42047524624
1 parent 7322151 commit 5b36fd8

File tree

759 files changed

+1651
-844
lines changed

Some content is hidden

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

759 files changed

+1651
-844
lines changed

CHANGES.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
twilio-go changelog
22
====================
3+
[2021-04-07] Version 0.5.0
4+
--------------------------
5+
**Library - Docs**
6+
- [PR #58](https://github.com/twilio/twilio-go/pull/58): update readme and documentation link. Thanks to [@JenniferMah](https://github.com/JenniferMah)!
7+
8+
**Library - Chore**
9+
- [PR #56](https://github.com/twilio/twilio-go/pull/56): refactor client and regenerate with updated mustache. Thanks to [@shwetha-manvinkurke](https://github.com/shwetha-manvinkurke)!
10+
- [PR #55](https://github.com/twilio/twilio-go/pull/55): regenerate after splitting model into separate components. Thanks to [@JenniferMah](https://github.com/JenniferMah)!
11+
12+
**Api**
13+
- Added `announcement` event to conference status callback events
14+
- Removed optional property `time_limit` in the call create request. **(breaking change)**
15+
16+
**Messaging**
17+
- Add rate_limits field to Messaging Services US App To Person API
18+
- Add usecase field in Service API for fetch, create, update, read
19+
- Add us app to person api and us app to person usecase api as dependents in service
20+
- Add us_app_to_person_registered field in service api for fetch, read, create, update
21+
- Add us app to person api
22+
- Add us app to person usecase api
23+
- Add A2P external campaign api
24+
- Add Usecases API
25+
26+
**Supersim**
27+
- Add Create endpoint to Sims resource
28+
29+
**Verify**
30+
- The `Binding` field is now returned when creating a `Factor`. This value won't be returned for other endpoints.
31+
32+
**Video**
33+
- [Rooms] max_concurrent_published_tracks has got GA maturity
34+
35+
336
[2021-03-25] Version 0.4.0
437
--------------------------
538
**Api**

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ require (
66
github.com/golangci/golangci-lint v1.37.0 // indirect
77
github.com/pkg/errors v0.9.1
88
github.com/stretchr/testify v1.7.0
9-
golang.org/x/tools v0.1.0 // indirect
109
)

twilio/rest/accounts/v1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is the public Twilio REST API.
55
## Overview
66
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
77

8-
- API version: 1.12.0
8+
- API version: 1.13.0
99
- Package version: 1.0.0
1010
- Build package: com.twilio.oai.TwilioGoGenerator
1111
For more information, please visit [https://support.twilio.com](https://support.twilio.com)

twilio/rest/accounts/v1/api_default.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

twilio/rest/accounts/v1/model_accounts_v1_auth_token_promotion.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

twilio/rest/accounts/v1/model_accounts_v1_credential_credential_aws.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

twilio/rest/accounts/v1/model_accounts_v1_credential_credential_public_key.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

twilio/rest/accounts/v1/model_accounts_v1_secondary_auth_token.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

twilio/rest/accounts/v1/model_list_credential_aws_response.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

twilio/rest/accounts/v1/model_list_credential_aws_response_meta.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)