Skip to content

Commit

Permalink
[Librarian] Regenerated @ 704aff1023a3b44d7f87c78c70595552749ad55c
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Jan 25, 2024
1 parent e1e7bcf commit 21ab134
Show file tree
Hide file tree
Showing 16 changed files with 1,238 additions and 194 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
terraform-provider-twilio changelog
====================
[2024-01-25] Version 0.18.39
----------------------------
**Oauth**
- updated openid discovery endpoint uri **(breaking change)**
- Added device code authorization endpoint
- added oauth JWKS endpoint
- Get userinfo resource
- OpenID discovery resource
- Add new API for token endpoint


[2024-01-14] Version 0.18.38
----------------------------
**Push**
Expand Down
13 changes: 12 additions & 1 deletion twilio/resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@
* [twilio_api_accounts_sip_ip_access_control_lists_ip_addresses](api/v2010/README.md#twilio_api_accounts_sip_ip_access_control_lists_ip_addresses)
* [twilio_api_accounts_usage_triggers](api/v2010/README.md#twilio_api_accounts_usage_triggers)

## autopilot v1

* [twilio_autopilot_assistants_v1](autopilot/v1/README.md#twilio_autopilot_assistants_v1)
* [twilio_autopilot_assistants_tasks_fields_v1](autopilot/v1/README.md#twilio_autopilot_assistants_tasks_fields_v1)
* [twilio_autopilot_assistants_field_types_v1](autopilot/v1/README.md#twilio_autopilot_assistants_field_types_v1)
* [twilio_autopilot_assistants_field_types_field_values_v1](autopilot/v1/README.md#twilio_autopilot_assistants_field_types_field_values_v1)
* [twilio_autopilot_assistants_model_builds_v1](autopilot/v1/README.md#twilio_autopilot_assistants_model_builds_v1)
* [twilio_autopilot_assistants_queries_v1](autopilot/v1/README.md#twilio_autopilot_assistants_queries_v1)
* [twilio_autopilot_assistants_tasks_samples_v1](autopilot/v1/README.md#twilio_autopilot_assistants_tasks_samples_v1)
* [twilio_autopilot_assistants_tasks_v1](autopilot/v1/README.md#twilio_autopilot_assistants_tasks_v1)
* [twilio_autopilot_assistants_webhooks_v1](autopilot/v1/README.md#twilio_autopilot_assistants_webhooks_v1)

## chat v1

* [twilio_chat_services_channels_v1](chat/v1/README.md#twilio_chat_services_channels_v1)
Expand Down Expand Up @@ -120,7 +132,6 @@
* [twilio_messaging_services_phone_numbers_v1](messaging/v1/README.md#twilio_messaging_services_phone_numbers_v1)
* [twilio_messaging_services_v1](messaging/v1/README.md#twilio_messaging_services_v1)
* [twilio_messaging_services_short_codes_v1](messaging/v1/README.md#twilio_messaging_services_short_codes_v1)
* [twilio_messaging_tollfree_verifications_v1](messaging/v1/README.md#twilio_messaging_tollfree_verifications_v1)
* [twilio_messaging_services_compliance_usa2p_v1](messaging/v1/README.md#twilio_messaging_services_compliance_usa2p_v1)

## microvisor v1
Expand Down
7 changes: 3 additions & 4 deletions twilio/resources/api/v2010/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,16 +184,16 @@ Name | Type | Requirement | Description
**address_retention** | string | Optional |
**smart_encoded** | bool | Optional | Whether to detect Unicode characters that have a similar GSM-7 character and replace them. Can be: `true` or `false`.
**persistent_action** | list(string) | Optional | Rich actions for non-SMS/MMS channels. Used for [sending location in WhatsApp messages](https://www.twilio.com/docs/whatsapp/message-features#location-messages-with-whatsapp).
**shorten_urls** | bool | Optional | For Messaging Services with [Link Shortening configured](https://www.twilio.com/docs/messaging/features/link-shortening) only: A Boolean indicating whether or not Twilio should shorten links in the `body` of the Message. Default value is `false`. If `true`, the `messaging_service_sid` parameter must also be provided.
**shorten_urls** | bool | Optional | For Messaging Services with [Link Shortening configured](https://www.twilio.com/docs/messaging/features/how-to-configure-link-shortening) only: A Boolean indicating whether or not Twilio should shorten links in the `body` of the Message. Default value is `false`. If `true`, the `messaging_service_sid` parameter must also be provided.
**schedule_type** | string | Optional |
**send_at** | string | Optional | The time that Twilio will send the message. Must be in ISO 8601 format.
**send_as_mms** | bool | Optional | If set to `true`, Twilio delivers the message as a single MMS message, regardless of the presence of media.
**content_variables** | string | Optional | For [Content Editor/API](https://www.twilio.com/docs/content) only: Key-value pairs of [Template variables](https://www.twilio.com/docs/content/using-variables-with-content-api) and their substitution values. `content_sid` parameter must also be provided. If values are not defined in the `content_variables` parameter, the [Template's default placeholder values](https://www.twilio.com/docs/content/content-api-resources#create-templates) are used.
**risk_check** | string | Optional |
**from** | string | Optional | The sender's Twilio phone number (in [E.164](https://en.wikipedia.org/wiki/E.164) format), [alphanumeric sender ID](https://www.twilio.com/docs/sms/quickstart), [Wireless SIM](https://www.twilio.com/docs/iot/wireless/programmable-wireless-send-machine-machine-sms-commands), [short code](https://www.twilio.com/en-us/messaging/channels/sms/short-codes), or [channel address](https://www.twilio.com/docs/messaging/channels) (e.g., `whatsapp:+15554449999`). The value of the `from` parameter must be a sender that is hosted within Twilio and belongs to the Account creating the Message. If you are using `messaging_service_sid`, this parameter can be empty (Twilio assigns a `from` value from the Messaging Service's Sender Pool) or you can provide a specific sender from your Sender Pool.
**from** | string | Optional | The sender's Twilio phone number (in [E.164](https://en.wikipedia.org/wiki/E.164) format), [alphanumeric sender ID](https://www.twilio.com/docs/sms/send-messages#use-an-alphanumeric-sender-id), [Wireless SIM](https://www.twilio.com/docs/iot/wireless/programmable-wireless-send-machine-machine-sms-commands), [short code](https://www.twilio.com/docs/sms/api/short-code), or [channel address](https://www.twilio.com/docs/messaging/channels) (e.g., `whatsapp:+15554449999`). The value of the `from` parameter must be a sender that is hosted within Twilio and belongs to the Account creating the Message. If you are using `messaging_service_sid`, this parameter can be empty (Twilio assigns a `from` value from the Messaging Service's Sender Pool) or you can provide a specific sender from your Sender Pool.
**messaging_service_sid** | string | Optional | The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/services) you want to associate with the Message. When this parameter is provided and the `from` parameter is omitted, Twilio selects the optimal sender from the Messaging Service's Sender Pool. You may also provide a `from` parameter if you want to use a specific Sender from the Sender Pool.
**body** | string | Optional | The text content of the outgoing message. Can be up to 1,600 characters in length. SMS only: If the `body` contains more than 160 [GSM-7](https://www.twilio.com/docs/glossary/what-is-gsm-7-character-encoding) characters (or 70 [UCS-2](https://www.twilio.com/docs/glossary/what-is-ucs-2-character-encoding) characters), the message is segmented and charged accordingly. For long `body` text, consider using the [send_as_mms parameter](https://www.twilio.com/blog/mms-for-long-text-messages).
**media_url** | list(string) | Optional | The URL of media to include in the Message content. `jpeg`, `jpg`, `gif`, and `png` file types are fully supported by Twilio and content is formatted for delivery on destination devices. The media size limit is 5 MB for supported file types (`jpeg`, `jpg`, `png`, `gif`) and 500 KB for [other types](https://www.twilio.com/docs/messaging/guides/accepted-mime-types) of accepted media. To send more than one image in the message, provide multiple `media_url` parameters in the POST request. You can include up to ten `media_url` parameters per message. [International](https://support.twilio.com/hc/en-us/articles/223179808-Sending-and-receiving-MMS-messages) and [carrier](https://support.twilio.com/hc/en-us/articles/223133707-Is-MMS-supported-for-all-carriers-in-US-and-Canada-) limits apply.
**media_url** | list(string) | Optional | The URL of media to include in the Message content. `jpeg`, `jpg`, `gif`, and `png` file types are fully supported by Twilio and content is formatted for delivery on destination devices. The media size limit is 5 MB for supported file types (`jpeg`, `jpg`, `png`, `gif`) and 500 KB for [other types](https://www.twilio.com/docs/sms/accepted-mime-types) of accepted media. To send more than one image in the message, provide multiple `media_url` parameters in the POST request. You can include up to ten `media_url` parameters per message. [International](https://support.twilio.com/hc/en-us/articles/223179808-Sending-and-receiving-MMS-messages) and [carrier](https://support.twilio.com/hc/en-us/articles/223133707-Is-MMS-supported-for-all-carriers-in-US-and-Canada-) limits apply.
**content_sid** | string | Optional | For [Content Editor/API](https://www.twilio.com/docs/content) only: The SID of the Content Template to be used with the Message, e.g., `HXXXXXXXXXXXXXXXXXXXXXXXXXXXXX`. If this parameter is not provided, a Content Template is not used. Find the SID in the Console on the Content Editor page. For Content API users, the SID is found in Twilio's response when [creating the Template](https://www.twilio.com/docs/content/content-api-resources#create-templates) or by [fetching your Templates](https://www.twilio.com/docs/content/content-api-resources#fetch-all-content-resources).
**sid** | string | *Computed* | The SID of the Message resource to be updated
**status** | string | Optional |
Expand Down Expand Up @@ -273,7 +273,6 @@ Name | Type | Requirement | Description
**amd_status_callback** | string | Optional | The URL that we should call using the `amd_status_callback_method` to notify customer application whether the call was answered by human, machine or fax.
**amd_status_callback_method** | string | Optional | The HTTP method we should use when calling the `amd_status_callback` URL. Can be: `GET` or `POST` and the default is `POST`.
**trim** | string | Optional | Whether to trim any leading and trailing silence from the participant recording. Can be: `trim-silence` or `do-not-trim` and the default is `trim-silence`.
**call_token** | string | Optional | A token string needed to invoke a forwarded call. A call_token is generated when an incoming call is received on a Twilio number. Pass an incoming call's call_token value to a forwarded call via the call_token parameter when creating a new call. A forwarded call should bear the same CallerID of the original incoming call.
**call_sid** | string | *Computed* | The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID or label of the participant to update. Non URL safe characters in a label must be percent encoded, for example, a space character is represented as %20.
**hold** | bool | Optional | Whether the participant should be on hold. Can be: `true` or `false`. `true` puts the participant on hold, and `false` lets them rejoin the conference.
**hold_url** | string | Optional | The URL we call using the `hold_method` for music that plays when the participant is on hold. The URL may return an MP3 file, a WAV file, or a TwiML document that contains `<Play>`, `<Say>`, `<Pause>`, or `<Redirect>` verbs.
Expand Down
1 change: 0 additions & 1 deletion twilio/resources/api/v2010/api_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,6 @@ func ResourceAccountsConferencesParticipants() *schema.Resource {
"amd_status_callback": AsString(SchemaForceNewOptional),
"amd_status_callback_method": AsString(SchemaForceNewOptional),
"trim": AsString(SchemaForceNewOptional),
"call_token": AsString(SchemaForceNewOptional),
"call_sid": AsString(SchemaComputed),
"hold": AsBool(SchemaComputedOptional),
"hold_url": AsString(SchemaComputedOptional),
Expand Down
Loading

0 comments on commit 21ab134

Please sign in to comment.