Skip to content

Commit 54b6a76

Browse files
committed
[Librarian] Regenerated @ 3e6ad1f24c7f9fc3d3bf3465cc2bdd014b1f6311
1 parent 309bb9c commit 54b6a76

File tree

125 files changed

+58
-7185
lines changed

Some content is hidden

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

125 files changed

+58
-7185
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
twilio-go changelog
22
====================
3+
[2024-01-14] Version 1.16.1
4+
---------------------------
5+
**Library - Chore**
6+
- [PR #218](https://github.com/twilio/twilio-go/pull/218): added versions file. Thanks to [@sbansla](https://github.com/sbansla)!
7+
8+
**Push**
9+
- Migrated to new Push API V4 with Resilient Notification Delivery.
10+
11+
312
[2023-12-14] Version 1.16.0
413
---------------------------
514
**Api**

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.52.0
8+
- API version: 1.52.1
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/api/v2010/README.md

Lines changed: 2 additions & 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.52.0
8+
- API version: 1.52.1
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)
@@ -368,6 +368,7 @@ Class | Method | HTTP request | Description
368368
- [ListRecordingAddOnResultResponse](docs/ListRecordingAddOnResultResponse.md)
369369
- [ListIncomingPhoneNumberAssignedAddOnExtensionResponse](docs/ListIncomingPhoneNumberAssignedAddOnExtensionResponse.md)
370370
- [ListSipAuthCallsIpAccessControlListMappingResponse](docs/ListSipAuthCallsIpAccessControlListMappingResponse.md)
371+
- [FetchHealthCheck200Response](docs/FetchHealthCheck200Response.md)
371372
- [ApiV2010AuthorizedConnectApp](docs/ApiV2010AuthorizedConnectApp.md)
372373
- [ListUsageRecordAllTimeResponse](docs/ListUsageRecordAllTimeResponse.md)
373374
- [ListSipDomainResponse](docs/ListSipDomainResponse.md)

rest/autopilot/v1/docs/ListTaskResponse.md renamed to rest/api/v2010/docs/FetchHealthCheck200Response.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# ListTaskResponse
1+
# FetchHealthCheck200Response
22

33
## Properties
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**Tasks** | [**[]AutopilotV1Task**](AutopilotV1Task.md) | |[optional]
8-
**Meta** | [**ListAssistantResponseMeta**](ListAssistantResponseMeta.md) | |[optional]
7+
**Status** | **string** | HealthCheck status |[optional]
98

109
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1110

rest/autopilot/v1/model_list_task_response.go renamed to rest/api/v2010/model_fetch_health_check_200_response.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/
55
* | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \
66
*
7-
* Twilio - Autopilot
7+
* Twilio - Api
88
* This is the public Twilio REST API.
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator.
@@ -14,8 +14,8 @@
1414

1515
package openapi
1616

17-
// ListTaskResponse struct for ListTaskResponse
18-
type ListTaskResponse struct {
19-
Tasks []AutopilotV1Task `json:"tasks,omitempty"`
20-
Meta ListAssistantResponseMeta `json:"meta,omitempty"`
17+
// FetchHealthCheck200Response struct for FetchHealthCheck200Response
18+
type FetchHealthCheck200Response struct {
19+
// HealthCheck status
20+
Status string `json:"status,omitempty"`
2121
}

rest/autopilot/v1/README.md

Lines changed: 0 additions & 134 deletions
This file was deleted.

rest/autopilot/v1/api_service.go

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)