Skip to content

Commit 0e7d544

Browse files
committed
[Librarian] Regenerated @ 13a590a5017846bb40a46a0722d90a15ca591b2d
1 parent 591addb commit 0e7d544

File tree

770 files changed

+1257
-985
lines changed

Some content is hidden

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

770 files changed

+1257
-985
lines changed

CHANGES.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
twilio-go changelog
22
====================
3+
[2021-04-21] Version 0.6.0
4+
--------------------------
5+
**Library - Feature**
6+
- [PR #62](https://github.com/twilio/twilio-go/pull/62): add support for region and edge values in url. Thanks to [@eshanholtz](https://github.com/eshanholtz)!
7+
8+
**Library - Chore**
9+
- [PR #65](https://github.com/twilio/twilio-go/pull/65): update github action linter. Thanks to [@eshanholtz](https://github.com/eshanholtz)!
10+
- [PR #60](https://github.com/twilio/twilio-go/pull/60): add user-agent header on all requests. Thanks to [@shwetha-manvinkurke](https://github.com/shwetha-manvinkurke)!
11+
12+
**Library - Fix**
13+
- [PR #63](https://github.com/twilio/twilio-go/pull/63): parameter names in the request. Thanks to [@shwetha-manvinkurke](https://github.com/shwetha-manvinkurke)!
14+
- [PR #59](https://github.com/twilio/twilio-go/pull/59): custom headers, cleanup docs, regenerate with the latest specs. Thanks to [@shwetha-manvinkurke](https://github.com/shwetha-manvinkurke)!
15+
16+
**Library - Docs**
17+
- [PR #61](https://github.com/twilio/twilio-go/pull/61): Update readme for launch. Thanks to [@garethpaul](https://github.com/garethpaul)!
18+
19+
**Api**
20+
- Revert Update the conference participant create `from` and `to` param to be endpoint type for supporting client identifier and sip address
21+
- Update the conference participant create `from` and `to` param to be endpoint type for supporting client identifier and sip address
22+
23+
**Bulkexports**
24+
- moving enum to doc root for auto generating documentation
25+
- adding status enum and default output properties
26+
27+
**Events**
28+
- Change schema_versions prop and key to versions **(breaking change)**
29+
30+
**Messaging**
31+
- Add `use_inbound_webhook_on_number` field in Service API for fetch, create, update, read
32+
33+
**Taskrouter**
34+
- Add `If-Match` Header based on ETag for Task Delete
35+
36+
**Verify**
37+
- Add `AuthPayload` parameter to support verifying a `Challenge` upon creation. This is only supported for `totp` factors.
38+
- Add support to resend the notifications of a `Challenge`. This is only supported for `push` factors.
39+
40+
341
[2021-04-07] Version 0.5.0
442
--------------------------
543
**Library - Docs**

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.13.0
8+
- API version: 1.14.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.

twilio/rest/accounts/v1/model_list_credential_public_key_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.

0 commit comments

Comments
 (0)