Skip to content

Commit aebd561

Browse files
committed
[Librarian] Regenerated @ ea687051c299d913d47e5ccde2b85955dc738246
1 parent d9ecb17 commit aebd561

File tree

1,336 files changed

+1045
-30331
lines changed

Some content is hidden

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

1,336 files changed

+1045
-30331
lines changed

CHANGES.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
twilio-go changelog
22
====================
3+
[2021-03-16] Version 0.3.0
4+
--------------------------
5+
**Library - Docs**
6+
- [PR #54](https://github.com/twilio/twilio-go/pull/54): add property descriptions to docs. Thanks to [@JenniferMah](https://github.com/JenniferMah)!
7+
- [PR #51](https://github.com/twilio/twilio-go/pull/51): fix model reference in docs. Thanks to [@shwetha-manvinkurke](https://github.com/shwetha-manvinkurke)!
8+
- [PR #48](https://github.com/twilio/twilio-go/pull/48): adding docs for enums and getting rid of 'description' column in model docs. Thanks to [@shwetha-manvinkurke](https://github.com/shwetha-manvinkurke)!
9+
- [PR #50](https://github.com/twilio/twilio-go/pull/50): remove optional note for nullable properties. Thanks to [@eshanholtz](https://github.com/eshanholtz)!
10+
11+
**Library - Feature**
12+
- [PR #53](https://github.com/twilio/twilio-go/pull/53): regenerating with openapi-generator 5.0.1. Thanks to [@shwetha-manvinkurke](https://github.com/shwetha-manvinkurke)!
13+
14+
**Library - Chore**
15+
- [PR #52](https://github.com/twilio/twilio-go/pull/52): add go linting as a pre commit hook. Thanks to [@shwetha-manvinkurke](https://github.com/shwetha-manvinkurke)!
16+
17+
**Events**
18+
- Set maturity to beta
19+
20+
**Messaging**
21+
- Adjust A2P brand registration status enum **(breaking change)**
22+
23+
**Studio**
24+
- Remove internal safeguards for Studio V2 API usage now that it's GA
25+
26+
**Verify**
27+
- Add support for creating and verifying totp factors. Support for totp factors is behind the `api.verify.totp` beta feature.
28+
29+
330
[2021-02-25] Version 0.2.0
431
--------------------------
532
**Library - Fix**

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.10.0
8+
- API version: 1.11.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)