Skip to content

Commit 3ba0216

Browse files
committed
[Librarian] Regenerated @ 9f4fd6d7dec4be5db09365d51285d78d42fd2f36
1 parent b476bb3 commit 3ba0216

File tree

1,208 files changed

+4751
-2023
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,208 files changed

+4751
-2023
lines changed

CHANGES.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
twilio-go changelog
22
====================
3+
[2022-02-09] Version 0.21.0
4+
---------------------------
5+
**Library - Chore**
6+
- [PR #138](https://github.com/twilio/twilio-go/pull/138): upgrade supported language versions. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
7+
8+
**Api**
9+
- Add `stream` resource
10+
11+
**Conversations**
12+
- Fixed DELETE request to accept "sid_like" params in Address Configuration resources **(breaking change)**
13+
- Expose Address Configuration resource for `sms` and `whatsapp`
14+
15+
**Fax**
16+
- Removed deprecated Programmable Fax Create and Update methods **(breaking change)**
17+
18+
**Insights**
19+
- Rename `call_state` to `call_status` and remove `whisper` in conference participant summary **(breaking change)**
20+
21+
**Numbers**
22+
- Expose valid_until filters as part of provisionally-approved compliance feature on the List Bundles resource
23+
24+
**Supersim**
25+
- Fix typo in Fleet resource docs
26+
- Updated documentation for the Fleet resource indicating that fields related to commands have been deprecated and to use sms_command fields instead.
27+
- Add support for setting and reading `ip_commands_url` and `ip_commands_method` on Fleets resource for helper libraries
28+
- Changed `sim` property in requests to create an SMS Command made to the /SmsCommands to accept SIM UniqueNames in addition to SIDs
29+
30+
**Verify**
31+
- Update list attempts API to include new filters and response fields.
32+
33+
334
[2022-01-26] Version 0.20.1
435
---------------------------
536
**Insights**

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.25.1
8+
- API version: 1.26.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)

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

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

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

rest/accounts/v1/credentials_aws.go

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

rest/accounts/v1/credentials_public_keys.go

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

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.

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

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

0 commit comments

Comments
 (0)