Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: switch api-def object types to open-api any types #155

Merged
merged 1 commit into from
Apr 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions rest/api/v2010/accounts_calls_payments.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rest/api/v2010/docs/AccountsCallsPaymentsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Name | Type | Description
**IdempotencyKey** | **string** | A unique token that will be used to ensure that multiple API calls with the same information do not result in multiple transactions. This should be a unique string value per API call and can be a randomly generated.
**Input** | **string** | A list of inputs that should be accepted. Currently only `dtmf` is supported. All digits captured during a pay session are redacted from the logs.
**MinPostalCodeLength** | **int** | A positive integer that is used to validate the length of the `PostalCode` inputted by the user. User must enter this many digits.
**Parameter** | [**map[string]interface{}**](map[string]interface{}.md) | A single-level JSON object used to pass custom parameters to payment processors. (Required for ACH payments). The information that has to be included here depends on the <Pay> Connector. [Read more](https://www.twilio.com/console/voice/pay-connectors).
**Parameter** | [**interface{}**](interface{}.md) | A single-level JSON object used to pass custom parameters to payment processors. (Required for ACH payments). The information that has to be included here depends on the <Pay> Connector. [Read more](https://www.twilio.com/console/voice/pay-connectors).
**PaymentConnector** | **string** | This is the unique name corresponding to the Payment Gateway Connector installed in the Twilio Add-ons. Learn more about [<Pay> Connectors](https://www.twilio.com/console/voice/pay-connectors). The default value is `Default`.
**PaymentMethod** | **string** | Type of payment being captured. One of `credit-card` or `ach-debit`. The default value is `credit-card`.
**PostalCode** | **bool** | Indicates whether the credit card postal code (zip code) is a required piece of payment information that must be provided by the caller. The default is `true`.
Expand Down
4 changes: 2 additions & 2 deletions rest/api/v2010/docs/ApiV2010CallEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Request** | Pointer to **map[string]interface{}** | Call Request. |
**Response** | Pointer to **map[string]interface{}** | Call Response with Events. |
**Request** | Pointer to **interface{}** | Call Request. |
**Response** | Pointer to **interface{}** | Call Response with Events. |

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

Expand Down
2 changes: 1 addition & 1 deletion rest/api/v2010/docs/ApiV2010CallFeedbackSummary.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**DateUpdated** | Pointer to **string** | The date this resource was last updated |
**EndDate** | Pointer to **string** | The latest feedback entry date in the summary |
**IncludeSubaccounts** | Pointer to **bool** | Whether the feedback summary includes subaccounts |
**Issues** | Pointer to **[]map[string]interface{}** | Issues experienced during the call |
**Issues** | Pointer to **[]interface{}** | Issues experienced during the call |
**QualityScoreAverage** | Pointer to **float32** | The average QualityScore of the feedback entries |
**QualityScoreMedian** | Pointer to **float32** | The median QualityScore of the feedback entries |
**QualityScoreStandardDeviation** | Pointer to **float32** | The standard deviation of the quality scores |
Expand Down
2 changes: 1 addition & 1 deletion rest/api/v2010/docs/ApiV2010CallRecording.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Name | Type | Description | Notes
**DateCreated** | Pointer to **string** | The RFC 2822 date and time in GMT that the resource was created |
**DateUpdated** | Pointer to **string** | The RFC 2822 date and time in GMT that the resource was last updated |
**Duration** | Pointer to **string** | The length of the recording in seconds |
**EncryptionDetails** | Pointer to **map[string]interface{}** | How to decrypt the recording. |
**EncryptionDetails** | Pointer to **interface{}** | How to decrypt the recording. |
**ErrorCode** | Pointer to **int** | More information about why the recording is missing, if status is `absent`. |
**Price** | Pointer to **float32** | The one-time cost of creating the recording. |
**PriceUnit** | Pointer to **string** | The currency used in the price property. |
Expand Down
2 changes: 1 addition & 1 deletion rest/api/v2010/docs/ApiV2010ConferenceRecording.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Name | Type | Description | Notes
**DateCreated** | Pointer to **string** | The RFC 2822 date and time in GMT that the resource was created |
**DateUpdated** | Pointer to **string** | The RFC 2822 date and time in GMT that the resource was last updated |
**Duration** | Pointer to **string** | The length of the recording in seconds |
**EncryptionDetails** | Pointer to **map[string]interface{}** | How to decrypt the recording. |
**EncryptionDetails** | Pointer to **interface{}** | How to decrypt the recording. |
**ErrorCode** | Pointer to **int** | More information about why the recording is missing, if status is `absent`. |
**Price** | Pointer to **string** | The one-time cost of creating the recording. |
**PriceUnit** | Pointer to **string** | The currency used in the price property. |
Expand Down
2 changes: 1 addition & 1 deletion rest/api/v2010/docs/ApiV2010DependentPhoneNumber.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
**AccountSid** | Pointer to **string** | The SID of the Account that created the resource |
**AddressRequirements** | Pointer to **string** | Whether the phone number requires an Address registered with Twilio |
**ApiVersion** | Pointer to **string** | The API version used to start a new TwiML session |
**Capabilities** | Pointer to **map[string]interface{}** | Indicate if a phone can receive calls or messages |
**Capabilities** | Pointer to **interface{}** | Indicate if a phone can receive calls or messages |
**DateCreated** | Pointer to **string** | The RFC 2822 date and time in GMT that the resource was created |
**DateUpdated** | Pointer to **string** | The RFC 2822 date and time in GMT that the resource was last updated |
**EmergencyAddressSid** | Pointer to **string** | The emergency address configuration to use for emergency calling |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccountSid** | Pointer to **string** | The SID of the Account that created the resource |
**Configuration** | Pointer to **map[string]interface{}** | A JSON string that represents the current configuration |
**Configuration** | Pointer to **interface{}** | A JSON string that represents the current configuration |
**DateCreated** | Pointer to **string** | The RFC 2822 date and time in GMT that the resource was created |
**DateUpdated** | Pointer to **string** | The RFC 2822 date and time in GMT that the resource was last updated |
**Description** | Pointer to **string** | A short description of the Add-on functionality |
Expand Down
2 changes: 1 addition & 1 deletion rest/api/v2010/docs/ApiV2010Recording.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Name | Type | Description | Notes
**DateCreated** | Pointer to **string** | The RFC 2822 date and time in GMT that the resource was created |
**DateUpdated** | Pointer to **string** | The RFC 2822 date and time in GMT that the resource was last updated |
**Duration** | Pointer to **string** | The length of the recording in seconds. |
**EncryptionDetails** | Pointer to **map[string]interface{}** | How to decrypt the recording. |
**EncryptionDetails** | Pointer to **interface{}** | How to decrypt the recording. |
**ErrorCode** | Pointer to **int** | More information about why the recording is missing, if status is `absent`. |
**Price** | Pointer to **string** | The one-time cost of creating the recording. |
**PriceUnit** | Pointer to **string** | The currency used in the price property. |
Expand Down
4 changes: 2 additions & 2 deletions rest/api/v2010/model_api_v2010_call_event.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rest/api/v2010/model_api_v2010_call_feedback_summary.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rest/api/v2010/model_api_v2010_call_recording.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rest/api/v2010/model_api_v2010_conference_recording.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rest/api/v2010/model_api_v2010_dependent_phone_number.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rest/api/v2010/model_api_v2010_recording.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions rest/autopilot/v1/assistants.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rest/autopilot/v1/assistants_defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rest/autopilot/v1/assistants_style_sheet.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions rest/autopilot/v1/assistants_tasks.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading