Skip to content

Commit acddbcd

Browse files
authored
fix: re-add enum prefixes (#49)
1 parent b47f742 commit acddbcd

File tree

2,092 files changed

+23674
-9911
lines changed

Some content is hidden

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

2,092 files changed

+23674
-9911
lines changed

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: 0.1.1
8+
- API version: 1.10.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
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the public Twilio REST API.
55
*
6-
* API version: 0.1.1
6+
* API version: 1.10.0
77
* Contact: [email protected]
88
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
99
*/

twilio/rest/accounts/v1/docs/AccountsV1AuthTokenPromotion.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**AccountSid** | **string** | | [optional]
8-
**AuthToken** | **string** | | [optional]
9-
**DateCreated** | [**time.Time**](time.Time.md) | | [optional]
10-
**DateUpdated** | [**time.Time**](time.Time.md) | | [optional]
11-
**Url** | **string** | | [optional]
7+
**AccountSid** | Pointer to **string** | | [optional]
8+
**AuthToken** | Pointer to **string** | | [optional]
9+
**DateCreated** | Pointer to [**time.Time**](time.Time.md) | | [optional]
10+
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) | | [optional]
11+
**Url** | Pointer to **string** | | [optional]
1212

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

twilio/rest/accounts/v1/docs/AccountsV1CredentialCredentialAws.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**AccountSid** | **string** | | [optional]
8-
**DateCreated** | [**time.Time**](time.Time.md) | | [optional]
9-
**DateUpdated** | [**time.Time**](time.Time.md) | | [optional]
10-
**FriendlyName** | **string** | | [optional]
11-
**Sid** | **string** | | [optional]
12-
**Url** | **string** | | [optional]
7+
**AccountSid** | Pointer to **string** | | [optional]
8+
**DateCreated** | Pointer to [**time.Time**](time.Time.md) | | [optional]
9+
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) | | [optional]
10+
**FriendlyName** | Pointer to **string** | | [optional]
11+
**Sid** | Pointer to **string** | | [optional]
12+
**Url** | Pointer to **string** | | [optional]
1313

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

twilio/rest/accounts/v1/docs/AccountsV1CredentialCredentialPublicKey.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**AccountSid** | **string** | | [optional]
8-
**DateCreated** | [**time.Time**](time.Time.md) | | [optional]
9-
**DateUpdated** | [**time.Time**](time.Time.md) | | [optional]
10-
**FriendlyName** | **string** | | [optional]
11-
**Sid** | **string** | | [optional]
12-
**Url** | **string** | | [optional]
7+
**AccountSid** | Pointer to **string** | | [optional]
8+
**DateCreated** | Pointer to [**time.Time**](time.Time.md) | | [optional]
9+
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) | | [optional]
10+
**FriendlyName** | Pointer to **string** | | [optional]
11+
**Sid** | Pointer to **string** | | [optional]
12+
**Url** | Pointer to **string** | | [optional]
1313

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

twilio/rest/accounts/v1/docs/AccountsV1SecondaryAuthToken.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**AccountSid** | **string** | | [optional]
8-
**DateCreated** | [**time.Time**](time.Time.md) | | [optional]
9-
**DateUpdated** | [**time.Time**](time.Time.md) | | [optional]
10-
**SecondaryAuthToken** | **string** | | [optional]
11-
**Url** | **string** | | [optional]
7+
**AccountSid** | Pointer to **string** | | [optional]
8+
**DateCreated** | Pointer to [**time.Time**](time.Time.md) | | [optional]
9+
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) | | [optional]
10+
**SecondaryAuthToken** | Pointer to **string** | | [optional]
11+
**Url** | Pointer to **string** | | [optional]
1212

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

twilio/rest/accounts/v1/model_accounts_v1_auth_token_promotion.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the public Twilio REST API.
55
*
6-
* API version: 0.1.1
6+
* API version: 1.10.0
77
* Contact: [email protected]
88
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
99
*/
@@ -16,9 +16,9 @@ import (
1616

1717
// AccountsV1AuthTokenPromotion struct for AccountsV1AuthTokenPromotion
1818
type AccountsV1AuthTokenPromotion struct {
19-
AccountSid string `json:"AccountSid,omitempty"`
20-
AuthToken string `json:"AuthToken,omitempty"`
21-
DateCreated time.Time `json:"DateCreated,omitempty"`
22-
DateUpdated time.Time `json:"DateUpdated,omitempty"`
23-
Url string `json:"Url,omitempty"`
19+
AccountSid *string `json:"AccountSid,omitempty"`
20+
AuthToken *string `json:"AuthToken,omitempty"`
21+
DateCreated *time.Time `json:"DateCreated,omitempty"`
22+
DateUpdated *time.Time `json:"DateUpdated,omitempty"`
23+
Url *string `json:"Url,omitempty"`
2424
}

twilio/rest/accounts/v1/model_accounts_v1_credential_credential_aws.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the public Twilio REST API.
55
*
6-
* API version: 0.1.1
6+
* API version: 1.10.0
77
* Contact: [email protected]
88
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
99
*/
@@ -16,10 +16,10 @@ import (
1616

1717
// AccountsV1CredentialCredentialAws struct for AccountsV1CredentialCredentialAws
1818
type AccountsV1CredentialCredentialAws struct {
19-
AccountSid string `json:"AccountSid,omitempty"`
20-
DateCreated time.Time `json:"DateCreated,omitempty"`
21-
DateUpdated time.Time `json:"DateUpdated,omitempty"`
22-
FriendlyName string `json:"FriendlyName,omitempty"`
23-
Sid string `json:"Sid,omitempty"`
24-
Url string `json:"Url,omitempty"`
19+
AccountSid *string `json:"AccountSid,omitempty"`
20+
DateCreated *time.Time `json:"DateCreated,omitempty"`
21+
DateUpdated *time.Time `json:"DateUpdated,omitempty"`
22+
FriendlyName *string `json:"FriendlyName,omitempty"`
23+
Sid *string `json:"Sid,omitempty"`
24+
Url *string `json:"Url,omitempty"`
2525
}

twilio/rest/accounts/v1/model_accounts_v1_credential_credential_public_key.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the public Twilio REST API.
55
*
6-
* API version: 0.1.1
6+
* API version: 1.10.0
77
* Contact: [email protected]
88
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
99
*/
@@ -16,10 +16,10 @@ import (
1616

1717
// AccountsV1CredentialCredentialPublicKey struct for AccountsV1CredentialCredentialPublicKey
1818
type AccountsV1CredentialCredentialPublicKey struct {
19-
AccountSid string `json:"AccountSid,omitempty"`
20-
DateCreated time.Time `json:"DateCreated,omitempty"`
21-
DateUpdated time.Time `json:"DateUpdated,omitempty"`
22-
FriendlyName string `json:"FriendlyName,omitempty"`
23-
Sid string `json:"Sid,omitempty"`
24-
Url string `json:"Url,omitempty"`
19+
AccountSid *string `json:"AccountSid,omitempty"`
20+
DateCreated *time.Time `json:"DateCreated,omitempty"`
21+
DateUpdated *time.Time `json:"DateUpdated,omitempty"`
22+
FriendlyName *string `json:"FriendlyName,omitempty"`
23+
Sid *string `json:"Sid,omitempty"`
24+
Url *string `json:"Url,omitempty"`
2525
}

twilio/rest/accounts/v1/model_accounts_v1_secondary_auth_token.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the public Twilio REST API.
55
*
6-
* API version: 0.1.1
6+
* API version: 1.10.0
77
* Contact: [email protected]
88
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
99
*/
@@ -16,9 +16,9 @@ import (
1616

1717
// AccountsV1SecondaryAuthToken struct for AccountsV1SecondaryAuthToken
1818
type AccountsV1SecondaryAuthToken struct {
19-
AccountSid string `json:"AccountSid,omitempty"`
20-
DateCreated time.Time `json:"DateCreated,omitempty"`
21-
DateUpdated time.Time `json:"DateUpdated,omitempty"`
22-
SecondaryAuthToken string `json:"SecondaryAuthToken,omitempty"`
23-
Url string `json:"Url,omitempty"`
19+
AccountSid *string `json:"AccountSid,omitempty"`
20+
DateCreated *time.Time `json:"DateCreated,omitempty"`
21+
DateUpdated *time.Time `json:"DateUpdated,omitempty"`
22+
SecondaryAuthToken *string `json:"SecondaryAuthToken,omitempty"`
23+
Url *string `json:"Url,omitempty"`
2424
}

0 commit comments

Comments
 (0)