Skip to content

Commit 54a1699

Browse files
committed
[Librarian] Regenerated @ 07a9a183b1077d5a881e6cd53ef76b0d75ccc6b0
1 parent 9cb46f0 commit 54a1699

File tree

20 files changed

+167
-84
lines changed

20 files changed

+167
-84
lines changed

CHANGES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
twilio-node changelog
22
=====================
33

4+
[2023-07-27] Version 4.14.1
5+
---------------------------
6+
**Api**
7+
- Added `voice-intelligence`, `voice-intelligence-transcription` and `voice-intelligence-operators` to `usage_record` API.
8+
- Added `tts-google` to `usage_record` API.
9+
10+
**Lookups**
11+
- Add new `disposable_phone_number_risk` package to the lookup response
12+
13+
**Verify**
14+
- Documentation of list attempts API was improved by correcting `date_created_after` and `date_created_before` expected date format.
15+
- Documentation was improved by correcting `date_created_after` and `date_created_before` expected date format parameter on attempts summary API.
16+
- Documentation was improved by adding `WHATSAPP` as optional valid parameter on attempts summary API.
17+
18+
**Twiml**
19+
- Added support for he-il inside of ssm_lang.json that was missing
20+
- Added support for he-il language in say.json that was missing
21+
- Add `statusCallback` and `statusCallbackMethod` attributes to `<Siprec>`.
22+
23+
424
[2023-07-14] Version 4.14.0
525
---------------------------
626
**Library - Fix**

src/rest/api/v2010/account/message.ts

Lines changed: 50 additions & 50 deletions
Large diffs are not rendered by default.

src/rest/api/v2010/account/message/media.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ import { isValidPathParam } from "../../../../../base/utility";
2424
* Options to pass to each
2525
*/
2626
export interface MediaListInstanceEachOptions {
27-
/** Only include media that was created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read media that was created on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read media that was created on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read media that was created on or after midnight of this date. */
27+
/** Only include Media resources that were created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read Media that were created on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read Media that were created on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read Media that were created on or after midnight of this date. */
2828
dateCreated?: Date;
29-
/** Only include media that was created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read media that was created on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read media that was created on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read media that was created on or after midnight of this date. */
29+
/** Only include Media resources that were created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read Media that were created on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read Media that were created on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read Media that were created on or after midnight of this date. */
3030
dateCreatedBefore?: Date;
31-
/** Only include media that was created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read media that was created on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read media that was created on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read media that was created on or after midnight of this date. */
31+
/** Only include Media resources that were created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read Media that were created on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read Media that were created on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read Media that were created on or after midnight of this date. */
3232
dateCreatedAfter?: Date;
3333
/** How many resources to return in each list page. The default is 50, and the maximum is 1000. */
3434
pageSize?: number;
@@ -44,11 +44,11 @@ export interface MediaListInstanceEachOptions {
4444
* Options to pass to list
4545
*/
4646
export interface MediaListInstanceOptions {
47-
/** Only include media that was created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read media that was created on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read media that was created on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read media that was created on or after midnight of this date. */
47+
/** Only include Media resources that were created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read Media that were created on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read Media that were created on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read Media that were created on or after midnight of this date. */
4848
dateCreated?: Date;
49-
/** Only include media that was created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read media that was created on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read media that was created on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read media that was created on or after midnight of this date. */
49+
/** Only include Media resources that were created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read Media that were created on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read Media that were created on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read Media that were created on or after midnight of this date. */
5050
dateCreatedBefore?: Date;
51-
/** Only include media that was created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read media that was created on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read media that was created on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read media that was created on or after midnight of this date. */
51+
/** Only include Media resources that were created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read Media that were created on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read Media that were created on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read Media that were created on or after midnight of this date. */
5252
dateCreatedAfter?: Date;
5353
/** How many resources to return in each list page. The default is 50, and the maximum is 1000. */
5454
pageSize?: number;
@@ -60,11 +60,11 @@ export interface MediaListInstanceOptions {
6060
* Options to pass to page
6161
*/
6262
export interface MediaListInstancePageOptions {
63-
/** Only include media that was created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read media that was created on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read media that was created on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read media that was created on or after midnight of this date. */
63+
/** Only include Media resources that were created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read Media that were created on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read Media that were created on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read Media that were created on or after midnight of this date. */
6464
dateCreated?: Date;
65-
/** Only include media that was created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read media that was created on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read media that was created on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read media that was created on or after midnight of this date. */
65+
/** Only include Media resources that were created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read Media that were created on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read Media that were created on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read Media that were created on or after midnight of this date. */
6666
dateCreatedBefore?: Date;
67-
/** Only include media that was created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read media that was created on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read media that was created on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read media that was created on or after midnight of this date. */
67+
/** Only include Media resources that were created on this date. Specify a date as `YYYY-MM-DD` in GMT, for example: `2009-07-06`, to read Media that were created on this date. You can also specify an inequality, such as `StartTime<=YYYY-MM-DD`, to read Media that were created on or before midnight of this date, and `StartTime>=YYYY-MM-DD` to read Media that were created on or after midnight of this date. */
6868
dateCreatedAfter?: Date;
6969
/** How many resources to return in each list page. The default is 50, and the maximum is 1000. */
7070
pageSize?: number;
@@ -232,31 +232,31 @@ export class MediaInstance {
232232
}
233233

234234
/**
235-
* The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Media resource.
235+
* The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with this Media resource.
236236
*/
237237
accountSid: string;
238238
/**
239-
* The default [mime-type](https://en.wikipedia.org/wiki/Internet_media_type) of the media, for example `image/jpeg`, `image/png`, or `image/gif`
239+
* The default [MIME type](https://en.wikipedia.org/wiki/Internet_media_type) of the media, for example `image/jpeg`, `image/png`, or `image/gif`.
240240
*/
241241
contentType: string;
242242
/**
243-
* The date and time in GMT that this resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
243+
* The date and time in GMT when this Media resource was created, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
244244
*/
245245
dateCreated: Date;
246246
/**
247-
* The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
247+
* The date and time in GMT when this Media resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
248248
*/
249249
dateUpdated: Date;
250250
/**
251-
* The SID of the resource that created the media.
251+
* The SID of the Message resource that is associated with this Media resource.
252252
*/
253253
parentSid: string;
254254
/**
255-
* The unique string that that we created to identify this Media resource.
255+
* The unique string that identifies this Media resource.
256256
*/
257257
sid: string;
258258
/**
259-
* The URI of this resource, relative to `https://api.twilio.com`.
259+
* The URI of this Media resource, relative to `https://api.twilio.com`.
260260
*/
261261
uri: string;
262262

src/rest/api/v2010/account/usage.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ export type UsageCategory =
204204
| "trunking-recordings"
205205
| "trunking-secure"
206206
| "trunking-termination"
207+
| "tts-google"
207208
| "turnmegabytes"
208209
| "turnmegabytes-australia"
209210
| "turnmegabytes-brasil"
@@ -225,6 +226,9 @@ export type UsageCategory =
225226
| "voice-insights-ptsn-insights-on-demand-minute"
226227
| "voice-insights-sip-interface-insights-on-demand-minute"
227228
| "voice-insights-sip-trunking-insights-on-demand-minute"
229+
| "voice-intelligence"
230+
| "voice-intelligence-transcription"
231+
| "voice-intelligence-operators"
228232
| "wireless"
229233
| "wireless-orders"
230234
| "wireless-orders-artwork"

src/rest/api/v2010/account/usage/record.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ export type RecordCategory =
212212
| "trunking-recordings"
213213
| "trunking-secure"
214214
| "trunking-termination"
215+
| "tts-google"
215216
| "turnmegabytes"
216217
| "turnmegabytes-australia"
217218
| "turnmegabytes-brasil"
@@ -233,6 +234,9 @@ export type RecordCategory =
233234
| "voice-insights-ptsn-insights-on-demand-minute"
234235
| "voice-insights-sip-interface-insights-on-demand-minute"
235236
| "voice-insights-sip-trunking-insights-on-demand-minute"
237+
| "voice-intelligence"
238+
| "voice-intelligence-transcription"
239+
| "voice-intelligence-operators"
236240
| "wireless"
237241
| "wireless-orders"
238242
| "wireless-orders-artwork"

src/rest/api/v2010/account/usage/record/allTime.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ export type AllTimeCategory =
204204
| "trunking-recordings"
205205
| "trunking-secure"
206206
| "trunking-termination"
207+
| "tts-google"
207208
| "turnmegabytes"
208209
| "turnmegabytes-australia"
209210
| "turnmegabytes-brasil"
@@ -225,6 +226,9 @@ export type AllTimeCategory =
225226
| "voice-insights-ptsn-insights-on-demand-minute"
226227
| "voice-insights-sip-interface-insights-on-demand-minute"
227228
| "voice-insights-sip-trunking-insights-on-demand-minute"
229+
| "voice-intelligence"
230+
| "voice-intelligence-transcription"
231+
| "voice-intelligence-operators"
228232
| "wireless"
229233
| "wireless-orders"
230234
| "wireless-orders-artwork"

src/rest/api/v2010/account/usage/record/daily.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ export type DailyCategory =
204204
| "trunking-recordings"
205205
| "trunking-secure"
206206
| "trunking-termination"
207+
| "tts-google"
207208
| "turnmegabytes"
208209
| "turnmegabytes-australia"
209210
| "turnmegabytes-brasil"
@@ -225,6 +226,9 @@ export type DailyCategory =
225226
| "voice-insights-ptsn-insights-on-demand-minute"
226227
| "voice-insights-sip-interface-insights-on-demand-minute"
227228
| "voice-insights-sip-trunking-insights-on-demand-minute"
229+
| "voice-intelligence"
230+
| "voice-intelligence-transcription"
231+
| "voice-intelligence-operators"
228232
| "wireless"
229233
| "wireless-orders"
230234
| "wireless-orders-artwork"

src/rest/api/v2010/account/usage/record/lastMonth.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ export type LastMonthCategory =
204204
| "trunking-recordings"
205205
| "trunking-secure"
206206
| "trunking-termination"
207+
| "tts-google"
207208
| "turnmegabytes"
208209
| "turnmegabytes-australia"
209210
| "turnmegabytes-brasil"
@@ -225,6 +226,9 @@ export type LastMonthCategory =
225226
| "voice-insights-ptsn-insights-on-demand-minute"
226227
| "voice-insights-sip-interface-insights-on-demand-minute"
227228
| "voice-insights-sip-trunking-insights-on-demand-minute"
229+
| "voice-intelligence"
230+
| "voice-intelligence-transcription"
231+
| "voice-intelligence-operators"
228232
| "wireless"
229233
| "wireless-orders"
230234
| "wireless-orders-artwork"

src/rest/api/v2010/account/usage/record/monthly.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ export type MonthlyCategory =
204204
| "trunking-recordings"
205205
| "trunking-secure"
206206
| "trunking-termination"
207+
| "tts-google"
207208
| "turnmegabytes"
208209
| "turnmegabytes-australia"
209210
| "turnmegabytes-brasil"
@@ -225,6 +226,9 @@ export type MonthlyCategory =
225226
| "voice-insights-ptsn-insights-on-demand-minute"
226227
| "voice-insights-sip-interface-insights-on-demand-minute"
227228
| "voice-insights-sip-trunking-insights-on-demand-minute"
229+
| "voice-intelligence"
230+
| "voice-intelligence-transcription"
231+
| "voice-intelligence-operators"
228232
| "wireless"
229233
| "wireless-orders"
230234
| "wireless-orders-artwork"

src/rest/api/v2010/account/usage/record/thisMonth.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ export type ThisMonthCategory =
204204
| "trunking-recordings"
205205
| "trunking-secure"
206206
| "trunking-termination"
207+
| "tts-google"
207208
| "turnmegabytes"
208209
| "turnmegabytes-australia"
209210
| "turnmegabytes-brasil"
@@ -225,6 +226,9 @@ export type ThisMonthCategory =
225226
| "voice-insights-ptsn-insights-on-demand-minute"
226227
| "voice-insights-sip-interface-insights-on-demand-minute"
227228
| "voice-insights-sip-trunking-insights-on-demand-minute"
229+
| "voice-intelligence"
230+
| "voice-intelligence-transcription"
231+
| "voice-intelligence-operators"
228232
| "wireless"
229233
| "wireless-orders"
230234
| "wireless-orders-artwork"

0 commit comments

Comments
 (0)