Update dependency twilio to v4.14.1 #1728

Closed
opened 2026-04-05 16:34:10 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @renovate[bot] on 8/5/2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
twilio 4.11.2 -> 4.14.1 age adoption passing confidence
twilio 4.13.0 -> 4.14.1 age adoption passing confidence

Release Notes

twilio/twilio-node (twilio)

v4.14.1

Compare Source

Api

  • Added voice-intelligence, voice-intelligence-transcription and voice-intelligence-operators to usage_record API.
  • Added tts-google to usage_record API.

Lookups

  • Add new disposable_phone_number_risk package to the lookup response

Verify

  • Documentation of list attempts API was improved by correcting date_created_after and date_created_before expected date format.
  • Documentation was improved by correcting date_created_after and date_created_before expected date format parameter on attempts summary API.
  • Documentation was improved by adding WHATSAPP as optional valid parameter on attempts summary API.

Twiml

  • Added support for he-il inside of ssm_lang.json that was missing
  • Added support for he-il language in say.json that was missing
  • Add statusCallback and statusCallbackMethod attributes to <Siprec>.

v4.14.0

Compare Source

Library - Fix

Flex

  • Adding interaction_context_sid as optional parameter in Interactions API

Messaging

  • Making visiblity public for tollfree_verification API

Numbers

  • Remove Sms capability property from HNO creation under version /v2 of HNO API. (breaking change)
  • Update required properties in LOA creation under version /v2 of Authorization document API. (breaking change)

Taskrouter

  • Add api to fetch task queue statistics for multiple TaskQueues

Verify

  • Add RiskCheck optional parameter on Verification creation.

Twiml

  • Add Google Voices and languages

v4.13.0

Compare Source

Library - Fix

Lookups

  • Add reassigned_number package to the lookup response

Numbers

  • Add hosted_number_order under version /v2.
  • Update properties in Porting and Bulk Porting APIs. (breaking change)
  • Added bulk Portability API under version /v1.
  • Added Portability API under version /v1.

v4.12.0

Compare Source

Api

  • Added content_sid as conditional parameter
  • Removed content_sid as optional field (breaking change)

Insights

  • Added annotation to list summary output

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

*Originally created by @renovate[bot] on 8/5/2023* [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [twilio](https://togithub.com/twilio/twilio-node) | [`4.11.2` -> `4.14.1`](https://renovatebot.com/diffs/npm/twilio/4.11.2/4.14.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/twilio/4.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/twilio/4.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/twilio/4.11.2/4.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/twilio/4.11.2/4.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [twilio](https://togithub.com/twilio/twilio-node) | [`4.13.0` -> `4.14.1`](https://renovatebot.com/diffs/npm/twilio/4.13.0/4.14.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/twilio/4.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/twilio/4.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/twilio/4.13.0/4.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/twilio/4.13.0/4.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>twilio/twilio-node (twilio)</summary> ### [`v4.14.1`](https://togithub.com/twilio/twilio-node/blob/HEAD/CHANGES.md#2023-07-27-Version-4141) [Compare Source](https://togithub.com/twilio/twilio-node/compare/4.14.0...4.14.1) **Api** - Added `voice-intelligence`, `voice-intelligence-transcription` and `voice-intelligence-operators` to `usage_record` API. - Added `tts-google` to `usage_record` API. **Lookups** - Add new `disposable_phone_number_risk` package to the lookup response **Verify** - Documentation of list attempts API was improved by correcting `date_created_after` and `date_created_before` expected date format. - Documentation was improved by correcting `date_created_after` and `date_created_before` expected date format parameter on attempts summary API. - Documentation was improved by adding `WHATSAPP` as optional valid parameter on attempts summary API. **Twiml** - Added support for he-il inside of ssm_lang.json that was missing - Added support for he-il language in say.json that was missing - Add `statusCallback` and `statusCallbackMethod` attributes to `<Siprec>`. ### [`v4.14.0`](https://togithub.com/twilio/twilio-node/blob/HEAD/CHANGES.md#2023-07-14-Version-4140) [Compare Source](https://togithub.com/twilio/twilio-node/compare/4.13.0...4.14.0) **Library - Fix** - [PR #&#8203;945](https://togithub.com/twilio/twilio-node/pull/945): bump dayjs version (fixes [#&#8203;934](https://togithub.com/twilio/twilio-node/issues/934)). Thanks to [@&#8203;titanism](https://togithub.com/titanism)! **Flex** - Adding `interaction_context_sid` as optional parameter in Interactions API **Messaging** - Making visiblity public for tollfree_verification API **Numbers** - Remove Sms capability property from HNO creation under version `/v2` of HNO API. **(breaking change)** - Update required properties in LOA creation under version `/v2` of Authorization document API. **(breaking change)** **Taskrouter** - Add api to fetch task queue statistics for multiple TaskQueues **Verify** - Add `RiskCheck` optional parameter on Verification creation. **Twiml** - Add Google Voices and languages ### [`v4.13.0`](https://togithub.com/twilio/twilio-node/blob/HEAD/CHANGES.md#2023-06-28-Version-4130) [Compare Source](https://togithub.com/twilio/twilio-node/compare/4.12.0...4.13.0) **Library - Fix** - [PR #&#8203;933](https://togithub.com/twilio/twilio-node/pull/933): Refer only required values from process.env instead of fetching all. Thanks to [@&#8203;AsabuHere](https://togithub.com/AsabuHere)! **Lookups** - Add `reassigned_number` package to the lookup response **Numbers** - Add hosted_number_order under version `/v2`. - Update properties in Porting and Bulk Porting APIs. **(breaking change)** - Added bulk Portability API under version `/v1`. - Added Portability API under version `/v1`. ### [`v4.12.0`](https://togithub.com/twilio/twilio-node/blob/HEAD/CHANGES.md#2023-06-15-Version-4120) [Compare Source](https://togithub.com/twilio/twilio-node/compare/4.11.2...4.12.0) **Api** - Added `content_sid` as conditional parameter - Removed `content_sid` as optional field **(breaking change)** **Insights** - Added `annotation` to list summary output </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/OneUptime/oneuptime). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#1728