From 065c83d86eef685c6d2179fd2d52475b9058c8db Mon Sep 17 00:00:00 2001 From: twilio-dx Date: Thu, 14 Dec 2023 12:34:18 +0000 Subject: [PATCH] oaiFeat: Updated api definitions --- CHANGES.md | 23 +++ package-lock.json | 160 +++++++++--------- .../twilio-api/twilio_accounts_v1.json | 2 +- src/services/twilio-api/twilio_api_v2010.json | 14 +- .../twilio-api/twilio_autopilot_v1.json | 2 +- .../twilio-api/twilio_bulkexports_v1.json | 2 +- src/services/twilio-api/twilio_chat_v1.json | 2 +- src/services/twilio-api/twilio_chat_v2.json | 2 +- src/services/twilio-api/twilio_chat_v3.json | 2 +- .../twilio-api/twilio_content_v1.json | 2 +- .../twilio-api/twilio_conversations_v1.json | 2 +- src/services/twilio-api/twilio_events_v1.json | 64 +++---- src/services/twilio-api/twilio_flex_v1.json | 2 +- src/services/twilio-api/twilio_flex_v2.json | 2 +- .../twilio-api/twilio_frontline_v1.json | 2 +- .../twilio-api/twilio_insights_v1.json | 2 +- .../twilio-api/twilio_intelligence_v2.json | 2 +- .../twilio-api/twilio_ip_messaging_v1.json | 2 +- .../twilio-api/twilio_ip_messaging_v2.json | 2 +- .../twilio-api/twilio_lookups_v1.json | 2 +- .../twilio-api/twilio_lookups_v2.json | 2 +- src/services/twilio-api/twilio_media_v1.json | 2 +- .../twilio-api/twilio_messaging_v1.json | 2 +- .../twilio-api/twilio_microvisor_v1.json | 2 +- .../twilio-api/twilio_monitor_v1.json | 2 +- src/services/twilio-api/twilio_notify_v1.json | 2 +- .../twilio-api/twilio_numbers_v1.json | 133 ++++++++++++++- .../twilio-api/twilio_numbers_v2.json | 2 +- src/services/twilio-api/twilio_preview.json | 2 +- .../twilio-api/twilio_pricing_v1.json | 2 +- .../twilio-api/twilio_pricing_v2.json | 2 +- src/services/twilio-api/twilio_proxy_v1.json | 2 +- src/services/twilio-api/twilio_routes_v2.json | 2 +- .../twilio-api/twilio_serverless_v1.json | 2 +- src/services/twilio-api/twilio_studio_v1.json | 2 +- src/services/twilio-api/twilio_studio_v2.json | 2 +- .../twilio-api/twilio_supersim_v1.json | 4 +- src/services/twilio-api/twilio_sync_v1.json | 2 +- .../twilio-api/twilio_taskrouter_v1.json | 10 +- .../twilio-api/twilio_trunking_v1.json | 2 +- .../twilio-api/twilio_trusthub_v1.json | 107 +++++++++++- src/services/twilio-api/twilio_verify_v2.json | 2 +- src/services/twilio-api/twilio_video_v1.json | 2 +- src/services/twilio-api/twilio_voice_v1.json | 2 +- .../twilio-api/twilio_wireless_v1.json | 2 +- 45 files changed, 420 insertions(+), 169 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a2886a54..93d7679f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,26 @@ +--------------------------- +**Api** +- Updated service base url for connect apps and authorized connect apps APIs **(breaking change)** + +**Events** +- Marked as GA + +**Insights** +- decommission voice-qualitystats-endpoint role + +**Numbers** +- Add Get Port In request api + +**Taskrouter** +- Add `jitter_buffer_size` param in update reservation + +**Trusthub** +- Add additional optional fields in compliance_tollfree_inquiry.json + +**Verify** +- Remove `Tags` from Public Docs **(breaking change)** + + ### [7.18.3](https://github.com/twilio/twilio-cli-core/compare/7.18.2...7.18.3) (2023-12-01) --------------------------- diff --git a/package-lock.json b/package-lock.json index add62a6f..8ada9ee8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@twilio/cli-core", - "version": "7.18.2", + "version": "7.18.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@twilio/cli-core", - "version": "7.18.2", + "version": "7.18.3", "license": "MIT", "dependencies": { "@actions/core": "^1.0.0", @@ -193,21 +193,21 @@ } }, "node_modules/@babel/core": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.5.tgz", - "integrity": "sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.6.tgz", + "integrity": "sha512-FxpRyGjrMJXh7X3wGLGhNDCRiwpWEF74sKjTLDJSG5Kyvow3QZaG0Adbqzi9ZrVjTWpsX+2cxWXD71NMg93kdw==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.23.5", - "@babel/generator": "^7.23.5", - "@babel/helper-compilation-targets": "^7.22.15", + "@babel/generator": "^7.23.6", + "@babel/helper-compilation-targets": "^7.23.6", "@babel/helper-module-transforms": "^7.23.3", - "@babel/helpers": "^7.23.5", - "@babel/parser": "^7.23.5", + "@babel/helpers": "^7.23.6", + "@babel/parser": "^7.23.6", "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.5", - "@babel/types": "^7.23.5", + "@babel/traverse": "^7.23.6", + "@babel/types": "^7.23.6", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -268,12 +268,12 @@ } }, "node_modules/@babel/generator": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.5.tgz", - "integrity": "sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz", + "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==", "dev": true, "dependencies": { - "@babel/types": "^7.23.5", + "@babel/types": "^7.23.6", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -283,14 +283,14 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz", - "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", + "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.22.9", - "@babel/helper-validator-option": "^7.22.15", - "browserslist": "^4.21.9", + "@babel/compat-data": "^7.23.5", + "@babel/helper-validator-option": "^7.23.5", + "browserslist": "^4.22.2", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -424,14 +424,14 @@ } }, "node_modules/@babel/helpers": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.5.tgz", - "integrity": "sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.6.tgz", + "integrity": "sha512-wCfsbN4nBidDRhpDhvcKlzHWCTlgJYUUdSJfzXb2NuBssDSIjc3xcb+znA7l+zYsFljAcGM0aFkN40cR3lXiGA==", "dev": true, "dependencies": { "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.5", - "@babel/types": "^7.23.5" + "@babel/traverse": "^7.23.6", + "@babel/types": "^7.23.6" }, "engines": { "node": ">=6.9.0" @@ -523,9 +523,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.5.tgz", - "integrity": "sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.6.tgz", + "integrity": "sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -549,20 +549,20 @@ } }, "node_modules/@babel/traverse": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.5.tgz", - "integrity": "sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.6.tgz", + "integrity": "sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ==", "dev": true, "dependencies": { "@babel/code-frame": "^7.23.5", - "@babel/generator": "^7.23.5", + "@babel/generator": "^7.23.6", "@babel/helper-environment-visitor": "^7.22.20", "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.23.5", - "@babel/types": "^7.23.5", - "debug": "^4.1.0", + "@babel/parser": "^7.23.6", + "@babel/types": "^7.23.6", + "debug": "^4.3.1", "globals": "^11.1.0" }, "engines": { @@ -579,9 +579,9 @@ } }, "node_modules/@babel/types": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.5.tgz", - "integrity": "sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.6.tgz", + "integrity": "sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==", "dev": true, "dependencies": { "@babel/helper-string-parser": "^7.23.4", @@ -648,9 +648,9 @@ } }, "node_modules/@eslint/eslintrc": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.3.tgz", - "integrity": "sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", "dev": true, "dependencies": { "ajv": "^6.12.4", @@ -689,9 +689,9 @@ } }, "node_modules/@eslint/js": { - "version": "8.54.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.54.0.tgz", - "integrity": "sha512-ut5V+D+fOoWPgGGNj83GGjnntO39xDy6DWxO0wb7Jp3DcMX0TfIqdzHF85VTQkerdyGmuuMD9AKAo5KiNlf/AQ==", + "version": "8.55.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.55.0.tgz", + "integrity": "sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -2097,9 +2097,9 @@ "peer": true }, "node_modules/@types/node": { - "version": "20.10.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.1.tgz", - "integrity": "sha512-T2qwhjWwGH81vUEx4EXmBKsTJRXFXNZTL4v0gi01+zyBmCwzE6TyHszqX01m+QHTEq+EZNo13NeJIdEqf+Myrg==", + "version": "20.10.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.4.tgz", + "integrity": "sha512-D08YG6rr8X90YB56tSIuBaddy/UXAA9RKJoFvrsnogAum/0pmjkgi4+2nx96A330FmioegBWmEYQ+syqCFaveg==", "dependencies": { "undici-types": "~5.26.4" } @@ -2167,9 +2167,9 @@ } }, "node_modules/acorn-walk": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.0.tgz", - "integrity": "sha512-FS7hV565M5l1R08MXqo8odwMTB02C2UqzB17RVgu9EyuYFBqJZ3/ZY97sQD5FewVu1UyDFc1yztUDrAwT0EypA==", + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.1.tgz", + "integrity": "sha512-TgUZgYvqZprrl7YldZNoa9OciCAyZR+Ejm9eXzKCmjsF5IKp/wgQ7Z/ZpjpGTIUPwrHQIcYeI8qDh4PsEwxMbw==", "engines": { "node": ">=0.4.0" } @@ -2593,9 +2593,9 @@ "dev": true }, "node_modules/browserslist": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.1.tgz", - "integrity": "sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==", + "version": "4.22.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.2.tgz", + "integrity": "sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==", "dev": true, "funding": [ { @@ -2612,9 +2612,9 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001541", - "electron-to-chromium": "^1.4.535", - "node-releases": "^2.0.13", + "caniuse-lite": "^1.0.30001565", + "electron-to-chromium": "^1.4.601", + "node-releases": "^2.0.14", "update-browserslist-db": "^1.0.13" }, "bin": { @@ -2717,9 +2717,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001565", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001565.tgz", - "integrity": "sha512-xrE//a3O7TP0vaJ8ikzkD2c2NgcVUvsEe2IvFTntV4Yd1Z9FVzh+gW+enX96L0psrbaFMcVcH2l90xNuGDWc8w==", + "version": "1.0.30001570", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001570.tgz", + "integrity": "sha512-+3e0ASu4sw1SWaoCtvPeyXp+5PsjigkSt8OXZbF9StH5pQWbxEjLAZE3n8Aup5udop1uRiKA7a4utUk/uoSpUw==", "dev": true, "funding": [ { @@ -3503,9 +3503,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.600", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.600.tgz", - "integrity": "sha512-KD6CWjf1BnQG+NsXuyiTDDT1eV13sKuYsOUioXkQweYTQIbgHkXPry9K7M+7cKtYHnSUPitVaLrXYB1jTkkYrw==", + "version": "1.4.612", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.612.tgz", + "integrity": "sha512-dM8BMtXtlH237ecSMnYdYuCkib2QHq0kpWfUnavjdYsyr/6OsAwg5ZGUfnQ9KD1Ga4QgB2sqXlB2NT8zy2GnVg==", "dev": true }, "node_modules/emoji-regex": { @@ -3712,15 +3712,15 @@ } }, "node_modules/eslint": { - "version": "8.54.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.54.0.tgz", - "integrity": "sha512-NY0DfAkM8BIZDVl6PgSa1ttZbx3xHgJzSNJKYcQglem6CppHyMhRIQkBVSSMaSRnLhig3jsDbEzOjwCVt4AmmA==", + "version": "8.55.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.55.0.tgz", + "integrity": "sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^2.1.3", - "@eslint/js": "8.54.0", + "@eslint/eslintrc": "^2.1.4", + "@eslint/js": "8.55.0", "@humanwhocodes/config-array": "^0.11.13", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", @@ -4761,9 +4761,9 @@ } }, "node_modules/globals": { - "version": "13.23.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz", - "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==", + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, "dependencies": { "type-fest": "^0.20.2" @@ -12173,9 +12173,9 @@ } }, "node_modules/ts-node": { - "version": "10.9.1", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", - "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", "dependencies": { "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", @@ -12276,9 +12276,9 @@ } }, "node_modules/twilio": { - "version": "4.19.3", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-4.19.3.tgz", - "integrity": "sha512-3X5Czl9Vg4QFl+2pnfMQ+H8YfEDQ4WeuAmqjUpbK65x0DfmxTCHuPEFWUKVZCJZew6iltJB/1whhVvIKETe54A==", + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-4.20.0.tgz", + "integrity": "sha512-Dl49awVTgv9LOLrmXi7elKa2mb69rtkwJHlKNbIR9HjXN7q66gEEaiZsE6gdr+Wfk/zInOvPDVBCdQM+SYXqkA==", "dependencies": { "axios": "^1.6.0", "dayjs": "^1.11.9", @@ -12410,9 +12410,9 @@ } }, "node_modules/typescript": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", - "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "peer": true, "bin": { "tsc": "bin/tsc", diff --git a/src/services/twilio-api/twilio_accounts_v1.json b/src/services/twilio-api/twilio_accounts_v1.json index 164d8c80..122b075d 100644 --- a/src/services/twilio-api/twilio_accounts_v1.json +++ b/src/services/twilio-api/twilio_accounts_v1.json @@ -234,7 +234,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_api_v2010.json b/src/services/twilio-api/twilio_api_v2010.json index 38e4d703..4ecc3315 100644 --- a/src/services/twilio-api/twilio_api_v2010.json +++ b/src/services/twilio-api/twilio_api_v2010.json @@ -428,18 +428,6 @@ "nullable": true, "description": "The SID that we assigned to the Connect App." }, - "date_created": { - "type": "string", - "format": "date-time-rfc-2822", - "nullable": true, - "description": "The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format." - }, - "date_updated": { - "type": "string", - "format": "date-time-rfc-2822", - "nullable": true, - "description": "The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format." - }, "permissions": { "type": "array", "items": { @@ -9934,7 +9922,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_autopilot_v1.json b/src/services/twilio-api/twilio_autopilot_v1.json index 74e54ba9..01df314c 100644 --- a/src/services/twilio-api/twilio_autopilot_v1.json +++ b/src/services/twilio-api/twilio_autopilot_v1.json @@ -960,7 +960,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_bulkexports_v1.json b/src/services/twilio-api/twilio_bulkexports_v1.json index ebe477a2..be62ed73 100644 --- a/src/services/twilio-api/twilio_bulkexports_v1.json +++ b/src/services/twilio-api/twilio_bulkexports_v1.json @@ -271,7 +271,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_chat_v1.json b/src/services/twilio-api/twilio_chat_v1.json index 88d1a3d1..4b28d077 100644 --- a/src/services/twilio-api/twilio_chat_v1.json +++ b/src/services/twilio-api/twilio_chat_v1.json @@ -878,7 +878,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_chat_v2.json b/src/services/twilio-api/twilio_chat_v2.json index cb7ceec0..76353fa6 100644 --- a/src/services/twilio-api/twilio_chat_v2.json +++ b/src/services/twilio-api/twilio_chat_v2.json @@ -1278,7 +1278,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_chat_v3.json b/src/services/twilio-api/twilio_chat_v3.json index dffa9e80..9fd59eea 100644 --- a/src/services/twilio-api/twilio_chat_v3.json +++ b/src/services/twilio-api/twilio_chat_v3.json @@ -151,7 +151,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_content_v1.json b/src/services/twilio-api/twilio_content_v1.json index 1b8033fa..52fdf009 100644 --- a/src/services/twilio-api/twilio_content_v1.json +++ b/src/services/twilio-api/twilio_content_v1.json @@ -238,7 +238,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_conversations_v1.json b/src/services/twilio-api/twilio_conversations_v1.json index 79f9a53e..e1ee143c 100644 --- a/src/services/twilio-api/twilio_conversations_v1.json +++ b/src/services/twilio-api/twilio_conversations_v1.json @@ -2648,7 +2648,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_events_v1.json b/src/services/twilio-api/twilio_events_v1.json index 58074051..edca3a2a 100644 --- a/src/services/twilio-api/twilio_events_v1.json +++ b/src/services/twilio-api/twilio_events_v1.json @@ -223,7 +223,7 @@ "schema_version": { "type": "integer", "nullable": true, - "description": "The schema version that the subscription should use." + "description": "The schema version that the Subscription should use." }, "subscription_sid": { "type": "string", @@ -320,7 +320,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { @@ -442,7 +442,7 @@ ], "operationId": "ListEventType", "x-maturity": [ - "Beta" + "GA" ] } }, @@ -497,7 +497,7 @@ ], "operationId": "FetchEventType", "x-maturity": [ - "Beta" + "GA" ] } }, @@ -557,7 +557,7 @@ ], "operationId": "FetchSchema", "x-maturity": [ - "Beta" + "GA" ] } }, @@ -703,7 +703,7 @@ ], "operationId": "ListSchemaVersion", "x-maturity": [ - "Beta" + "GA" ] } }, @@ -768,7 +768,7 @@ ], "operationId": "FetchSchemaVersion", "x-maturity": [ - "Beta" + "GA" ] } }, @@ -843,7 +843,7 @@ ], "operationId": "FetchSink", "x-maturity": [ - "Beta" + "GA" ] }, "delete": { @@ -877,7 +877,7 @@ ], "operationId": "DeleteSink", "x-maturity": [ - "Beta" + "GA" ] }, "post": { @@ -918,7 +918,7 @@ ], "operationId": "UpdateSink", "x-maturity": [ - "Beta" + "GA" ], "requestBody": { "content": { @@ -998,7 +998,7 @@ ], "operationId": "CreateSink", "x-maturity": [ - "Beta" + "GA" ], "requestBody": { "content": { @@ -1140,7 +1140,7 @@ ], "operationId": "ListSink", "x-maturity": [ - "Beta" + "GA" ] } }, @@ -1197,7 +1197,7 @@ ], "operationId": "CreateSinkTest", "x-maturity": [ - "Beta" + "GA" ] } }, @@ -1254,7 +1254,7 @@ ], "operationId": "CreateSinkValidate", "x-maturity": [ - "Beta" + "GA" ], "requestBody": { "content": { @@ -1283,7 +1283,7 @@ "url": "https://events.twilio.com" } ], - "description": "Event subscribed to in the parent subscription", + "description": "Event subscribed to in the parent Subscription", "x-twilio": { "defaultOutputProperties": [ "type", @@ -1400,11 +1400,11 @@ ], "operationId": "ListSubscribedEvent", "x-maturity": [ - "Beta" + "GA" ] }, "post": { - "description": "Create a new Subscribed Event type for the subscription", + "description": "Add an event type to a Subscription.", "tags": [ "EventsV1SubscribedEvent" ], @@ -1441,7 +1441,7 @@ ], "operationId": "CreateSubscribedEvent", "x-maturity": [ - "Beta" + "GA" ], "requestBody": { "content": { @@ -1456,7 +1456,7 @@ }, "SchemaVersion": { "type": "integer", - "description": "The schema version that the subscription should use." + "description": "The schema version that the Subscription should use." } }, "required": [ @@ -1474,7 +1474,7 @@ "url": "https://events.twilio.com" } ], - "description": "Event subscribed to in the parent subscription", + "description": "Event subscribed to in the parent Subscription", "x-twilio": { "defaultOutputProperties": [ "type", @@ -1532,7 +1532,7 @@ ], "operationId": "FetchSubscribedEvent", "x-maturity": [ - "Beta" + "GA" ] }, "post": { @@ -1582,7 +1582,7 @@ ], "operationId": "UpdateSubscribedEvent", "x-maturity": [ - "Beta" + "GA" ], "requestBody": { "content": { @@ -1593,7 +1593,7 @@ "properties": { "SchemaVersion": { "type": "integer", - "description": "The schema version that the subscription should use." + "description": "The schema version that the Subscription should use." } } } @@ -1602,7 +1602,7 @@ } }, "delete": { - "description": "Remove an event type from a subscription.", + "description": "Remove an event type from a Subscription.", "tags": [ "EventsV1SubscribedEvent" ], @@ -1641,7 +1641,7 @@ ], "operationId": "DeleteSubscribedEvent", "x-maturity": [ - "Beta" + "GA" ] } }, @@ -1775,7 +1775,7 @@ ], "operationId": "ListSubscription", "x-maturity": [ - "Beta" + "GA" ] }, "post": { @@ -1802,7 +1802,7 @@ ], "operationId": "CreateSubscription", "x-maturity": [ - "Beta" + "GA" ], "requestBody": { "content": { @@ -1902,7 +1902,7 @@ ], "operationId": "FetchSubscription", "x-maturity": [ - "Beta" + "GA" ] }, "post": { @@ -1943,7 +1943,7 @@ ], "operationId": "UpdateSubscription", "x-maturity": [ - "Beta" + "GA" ], "requestBody": { "content": { @@ -2000,7 +2000,7 @@ ], "operationId": "DeleteSubscription", "x-maturity": [ - "Beta" + "GA" ] } } @@ -2038,8 +2038,8 @@ ], "x-maturity": [ { - "name": "Beta", - "description": "PLEASE NOTE that this is a Beta product that is subject to change. Use it with caution." + "name": "GA", + "description": "This product is Generally Available." } ] } \ No newline at end of file diff --git a/src/services/twilio-api/twilio_flex_v1.json b/src/services/twilio-api/twilio_flex_v1.json index 32d94a98..860d3cad 100644 --- a/src/services/twilio-api/twilio_flex_v1.json +++ b/src/services/twilio-api/twilio_flex_v1.json @@ -1313,7 +1313,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_flex_v2.json b/src/services/twilio-api/twilio_flex_v2.json index 82528a62..1c84421f 100644 --- a/src/services/twilio-api/twilio_flex_v2.json +++ b/src/services/twilio-api/twilio_flex_v2.json @@ -40,7 +40,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_frontline_v1.json b/src/services/twilio-api/twilio_frontline_v1.json index 308109a9..085e35b9 100644 --- a/src/services/twilio-api/twilio_frontline_v1.json +++ b/src/services/twilio-api/twilio_frontline_v1.json @@ -86,7 +86,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_insights_v1.json b/src/services/twilio-api/twilio_insights_v1.json index 91c5334a..5d34a5f5 100644 --- a/src/services/twilio-api/twilio_insights_v1.json +++ b/src/services/twilio-api/twilio_insights_v1.json @@ -1549,7 +1549,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_intelligence_v2.json b/src/services/twilio-api/twilio_intelligence_v2.json index 914e39e6..444812b8 100644 --- a/src/services/twilio-api/twilio_intelligence_v2.json +++ b/src/services/twilio-api/twilio_intelligence_v2.json @@ -413,7 +413,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_ip_messaging_v1.json b/src/services/twilio-api/twilio_ip_messaging_v1.json index d068a3ba..be384106 100644 --- a/src/services/twilio-api/twilio_ip_messaging_v1.json +++ b/src/services/twilio-api/twilio_ip_messaging_v1.json @@ -680,7 +680,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_ip_messaging_v2.json b/src/services/twilio-api/twilio_ip_messaging_v2.json index 1400875c..40a3865c 100644 --- a/src/services/twilio-api/twilio_ip_messaging_v2.json +++ b/src/services/twilio-api/twilio_ip_messaging_v2.json @@ -989,7 +989,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_lookups_v1.json b/src/services/twilio-api/twilio_lookups_v1.json index a3f0b58e..ce36ff77 100644 --- a/src/services/twilio-api/twilio_lookups_v1.json +++ b/src/services/twilio-api/twilio_lookups_v1.json @@ -99,7 +99,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_lookups_v2.json b/src/services/twilio-api/twilio_lookups_v2.json index 8cd0488c..4e93998d 100644 --- a/src/services/twilio-api/twilio_lookups_v2.json +++ b/src/services/twilio-api/twilio_lookups_v2.json @@ -147,7 +147,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_media_v1.json b/src/services/twilio-api/twilio_media_v1.json index 43ef8f79..db1a6bba 100644 --- a/src/services/twilio-api/twilio_media_v1.json +++ b/src/services/twilio-api/twilio_media_v1.json @@ -421,7 +421,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_messaging_v1.json b/src/services/twilio-api/twilio_messaging_v1.json index ea3a3207..7c103cbe 100644 --- a/src/services/twilio-api/twilio_messaging_v1.json +++ b/src/services/twilio-api/twilio_messaging_v1.json @@ -1378,7 +1378,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_microvisor_v1.json b/src/services/twilio-api/twilio_microvisor_v1.json index bb349bd6..1f59d21e 100644 --- a/src/services/twilio-api/twilio_microvisor_v1.json +++ b/src/services/twilio-api/twilio_microvisor_v1.json @@ -273,7 +273,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_monitor_v1.json b/src/services/twilio-api/twilio_monitor_v1.json index 70e67838..a3c78d84 100644 --- a/src/services/twilio-api/twilio_monitor_v1.json +++ b/src/services/twilio-api/twilio_monitor_v1.json @@ -341,7 +341,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_notify_v1.json b/src/services/twilio-api/twilio_notify_v1.json index eee971ad..d8d05e4e 100644 --- a/src/services/twilio-api/twilio_notify_v1.json +++ b/src/services/twilio-api/twilio_notify_v1.json @@ -478,7 +478,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_numbers_v1.json b/src/services/twilio-api/twilio_numbers_v1.json index 7c69b0d3..cb215004 100644 --- a/src/services/twilio-api/twilio_numbers_v1.json +++ b/src/services/twilio-api/twilio_numbers_v1.json @@ -154,7 +154,7 @@ "maxLength": 34, "pattern": "^KW[0-9a-fA-F]{32}$", "nullable": true, - "description": "The SID of the Port In request, It is the request identifier" + "description": "The SID of the Port In request. This is a unique identifier of the port in request." }, "url": { "type": "string", @@ -163,6 +163,75 @@ } } }, + "numbers.v1.porting_port_in_fetch": { + "type": "object", + "properties": { + "port_in_request_sid": { + "type": "string", + "minLength": 34, + "maxLength": 34, + "pattern": "^KW[0-9a-fA-F]{32}$", + "nullable": true, + "description": "The SID of the Port In request. This is a unique identifier of the port in request." + }, + "url": { + "type": "string", + "format": "uri", + "nullable": true, + "description": "The URL of this Port In request" + }, + "account_sid": { + "type": "string", + "minLength": 34, + "maxLength": 34, + "pattern": "^AC[0-9a-fA-F]{32}$", + "nullable": true, + "description": "The Account SID that the numbers will be added to after they are ported into Twilio." + }, + "notification_emails": { + "type": "array", + "items": { + "type": "string" + }, + "nullable": true, + "description": "List of emails for getting notifications about the LOA signing process. Allowed Max 10 emails." + }, + "target_port_in_date": { + "type": "string", + "format": "date", + "nullable": true, + "description": "Minimum number of days in the future (at least 2 days) needs to be established with the Ops team for validation." + }, + "target_port_in_time_range_start": { + "type": "string", + "nullable": true, + "description": "Minimum hour in the future needs to be established with the Ops team for validation." + }, + "target_port_in_time_range_end": { + "type": "string", + "nullable": true, + "description": "Maximum hour in the future needs to be established with the Ops team for validation." + }, + "losing_carrier_information": { + "nullable": true, + "description": "The information for the losing carrier. " + }, + "phone_numbers": { + "type": "array", + "items": {}, + "nullable": true, + "description": "The list of phone numbers to Port in. Phone numbers are in E.164 format (e.g. +16175551212)." + }, + "documents": { + "type": "array", + "items": { + "type": "string" + }, + "nullable": true, + "description": "The list of documents SID referencing a utility bills" + } + } + }, "numbers.v1.porting_portability": { "type": "object", "properties": { @@ -260,7 +329,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { @@ -481,6 +550,63 @@ "mountName": "porting_port_ins" } }, + "/v1/Porting/PortIn/{PortInRequestSid}": { + "servers": [ + { + "url": "https://numbers.twilio.com" + } + ], + "description": "TODO: Resource-level docs", + "x-twilio": { + "defaultOutputProperties": [ + "port_in_request_sid" + ], + "pathType": "instance", + "mountName": "porting_port_ins", + "className": "porting_port_in_fetch" + }, + "get": { + "description": "Fetch a port in request by SID", + "tags": [ + "NumbersV1PortingPortInFetch" + ], + "parameters": [ + { + "name": "PortInRequestSid", + "in": "path", + "description": "The SID of the Port In request. This is a unique identifier of the port in request.", + "schema": { + "type": "string", + "minLength": 34, + "maxLength": 34, + "pattern": "^KW[0-9a-fA-F]{32}$" + }, + "required": true + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/numbers.v1.porting_port_in_fetch" + } + } + }, + "description": "OK" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "FetchPortingPortInFetch", + "x-maturity": [ + "Beta" + ] + } + }, "/v1/Porting/Portability/PhoneNumber/{PhoneNumber}": { "servers": [ { @@ -557,6 +683,9 @@ { "name": "NumbersV1PortingBulkPortability" }, + { + "name": "NumbersV1PortingPortInFetch" + }, { "name": "NumbersV1PortingPortability" } diff --git a/src/services/twilio-api/twilio_numbers_v2.json b/src/services/twilio-api/twilio_numbers_v2.json index c51a5d38..ef46eaab 100644 --- a/src/services/twilio-api/twilio_numbers_v2.json +++ b/src/services/twilio-api/twilio_numbers_v2.json @@ -1214,7 +1214,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_preview.json b/src/services/twilio-api/twilio_preview.json index 1ba36270..f30b7e0f 100644 --- a/src/services/twilio-api/twilio_preview.json +++ b/src/services/twilio-api/twilio_preview.json @@ -2685,7 +2685,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_pricing_v1.json b/src/services/twilio-api/twilio_pricing_v1.json index 4cb0d05f..664efa0c 100644 --- a/src/services/twilio-api/twilio_pricing_v1.json +++ b/src/services/twilio-api/twilio_pricing_v1.json @@ -417,7 +417,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_pricing_v2.json b/src/services/twilio-api/twilio_pricing_v2.json index 60619940..0377bd66 100644 --- a/src/services/twilio-api/twilio_pricing_v2.json +++ b/src/services/twilio-api/twilio_pricing_v2.json @@ -416,7 +416,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_proxy_v1.json b/src/services/twilio-api/twilio_proxy_v1.json index 7369af0c..49320523 100644 --- a/src/services/twilio-api/twilio_proxy_v1.json +++ b/src/services/twilio-api/twilio_proxy_v1.json @@ -876,7 +876,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_routes_v2.json b/src/services/twilio-api/twilio_routes_v2.json index 364043a4..5b748e61 100644 --- a/src/services/twilio-api/twilio_routes_v2.json +++ b/src/services/twilio-api/twilio_routes_v2.json @@ -176,7 +176,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_serverless_v1.json b/src/services/twilio-api/twilio_serverless_v1.json index eda476b5..286adc2d 100644 --- a/src/services/twilio-api/twilio_serverless_v1.json +++ b/src/services/twilio-api/twilio_serverless_v1.json @@ -916,7 +916,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_studio_v1.json b/src/services/twilio-api/twilio_studio_v1.json index 9b45adba..41e05c43 100644 --- a/src/services/twilio-api/twilio_studio_v1.json +++ b/src/services/twilio-api/twilio_studio_v1.json @@ -630,7 +630,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_studio_v2.json b/src/services/twilio-api/twilio_studio_v2.json index 64c45f7f..d215a564 100644 --- a/src/services/twilio-api/twilio_studio_v2.json +++ b/src/services/twilio-api/twilio_studio_v2.json @@ -518,7 +518,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_supersim_v1.json b/src/services/twilio-api/twilio_supersim_v1.json index 37147aa7..ab4ad558 100644 --- a/src/services/twilio-api/twilio_supersim_v1.json +++ b/src/services/twilio-api/twilio_supersim_v1.json @@ -109,7 +109,7 @@ "type": "string", "$ref": "#/components/schemas/esim_profile_enum_status", "nullable": true, - "description": "The status of the eSIM Profile. Can be: `reserving`, `available`, `downloaded`, `installed` or `failed`. See the [eSIM Profile Status Values](https://www.twilio.com/docs/iot/supersim/api/esimprofile-resource#status-values) for a description of each." + "description": "The status of the eSIM Profile. Can be: `new`, `reserving`, `available`, `downloaded`, `installed` or `failed`. See the [eSIM Profile Status Values](https://www.twilio.com/docs/iot/supersim/api/esimprofile-resource#status-values) for a description of each." }, "eid": { "type": "string", @@ -920,7 +920,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_sync_v1.json b/src/services/twilio-api/twilio_sync_v1.json index aeeedb68..2a27249a 100644 --- a/src/services/twilio-api/twilio_sync_v1.json +++ b/src/services/twilio-api/twilio_sync_v1.json @@ -871,7 +871,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_taskrouter_v1.json b/src/services/twilio-api/twilio_taskrouter_v1.json index 1714b01a..0220c651 100644 --- a/src/services/twilio-api/twilio_taskrouter_v1.json +++ b/src/services/twilio-api/twilio_taskrouter_v1.json @@ -2117,7 +2117,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { @@ -5345,6 +5345,10 @@ "BeepOnCustomerEntrance": { "type": "boolean", "description": "Whether to play a notification beep when the customer joins." + }, + "JitterBufferSize": { + "type": "string", + "description": "The jitter buffer size for conference. Can be: `small`, `medium`, `large`, `off`." } } } @@ -6904,6 +6908,10 @@ "BeepOnCustomerEntrance": { "type": "boolean", "description": "Whether to play a notification beep when the customer joins." + }, + "JitterBufferSize": { + "type": "string", + "description": "The jitter buffer size for conference. Can be: `small`, `medium`, `large`, `off`." } } } diff --git a/src/services/twilio-api/twilio_trunking_v1.json b/src/services/twilio-api/twilio_trunking_v1.json index 595f623b..6d7e27e3 100644 --- a/src/services/twilio-api/twilio_trunking_v1.json +++ b/src/services/twilio-api/twilio_trunking_v1.json @@ -596,7 +596,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_trusthub_v1.json b/src/services/twilio-api/twilio_trusthub_v1.json index 683861e0..1431e38f 100644 --- a/src/services/twilio-api/twilio_trusthub_v1.json +++ b/src/services/twilio-api/twilio_trusthub_v1.json @@ -53,6 +53,25 @@ } } }, + "compliance_tollfree_inquiry_enum_status": { + "type": "string", + "enum": [ + "PENDING_REVIEW", + "IN_REVIEW", + "TWILIO_APPROVED", + "TWILIO_REJECTED" + ] + }, + "compliance_tollfree_inquiry_enum_opt_in_type": { + "type": "string", + "enum": [ + "VERBAL", + "WEB_FORM", + "PAPER_FORM", + "VIA_TEXT", + "MOBILE_QR_CODE" + ] + }, "trusthub.v1.customer_profile": { "type": "object", "properties": { @@ -853,7 +872,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { @@ -1059,7 +1078,91 @@ }, "NotificationEmail": { "type": "string", - "description": "The notification email to be triggered when verification status is changed" + "description": "The email address to receive the notification about the verification result." + }, + "BusinessName": { + "type": "string", + "description": "The name of the business or organization using the Tollfree number." + }, + "BusinessWebsite": { + "type": "string", + "description": "The website of the business or organization using the Tollfree number." + }, + "UseCaseCategories": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The category of the use case for the Tollfree Number. List as many are applicable.." + }, + "UseCaseSummary": { + "type": "string", + "description": "Use this to further explain how messaging is used by the business or organization." + }, + "ProductionMessageSample": { + "type": "string", + "description": "An example of message content, i.e. a sample message." + }, + "OptInImageUrls": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Link to an image that shows the opt-in workflow. Multiple images allowed and must be a publicly hosted URL." + }, + "OptInType": { + "type": "string", + "$ref": "#/components/schemas/compliance_tollfree_inquiry_enum_opt_in_type", + "description": "Describe how a user opts-in to text messages." + }, + "MessageVolume": { + "type": "string", + "description": "Estimate monthly volume of messages from the Tollfree Number." + }, + "BusinessStreetAddress": { + "type": "string", + "description": "The address of the business or organization using the Tollfree number." + }, + "BusinessStreetAddress2": { + "type": "string", + "description": "The address of the business or organization using the Tollfree number." + }, + "BusinessCity": { + "type": "string", + "description": "The city of the business or organization using the Tollfree number." + }, + "BusinessStateProvinceRegion": { + "type": "string", + "description": "The state/province/region of the business or organization using the Tollfree number." + }, + "BusinessPostalCode": { + "type": "string", + "description": "The postal code of the business or organization using the Tollfree number." + }, + "BusinessCountry": { + "type": "string", + "description": "The country of the business or organization using the Tollfree number." + }, + "AdditionalInformation": { + "type": "string", + "description": "Additional information to be provided for verification." + }, + "BusinessContactFirstName": { + "type": "string", + "description": "The first name of the contact for the business or organization using the Tollfree number." + }, + "BusinessContactLastName": { + "type": "string", + "description": "The last name of the contact for the business or organization using the Tollfree number." + }, + "BusinessContactEmail": { + "type": "string", + "description": "The email address of the contact for the business or organization using the Tollfree number." + }, + "BusinessContactPhone": { + "type": "string", + "format": "phone-number", + "description": "The phone number of the contact for the business or organization using the Tollfree number." } }, "required": [ diff --git a/src/services/twilio-api/twilio_verify_v2.json b/src/services/twilio-api/twilio_verify_v2.json index 2786fef9..c2fa4aef 100644 --- a/src/services/twilio-api/twilio_verify_v2.json +++ b/src/services/twilio-api/twilio_verify_v2.json @@ -1568,7 +1568,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_video_v1.json b/src/services/twilio-api/twilio_video_v1.json index dfdedd17..5f5b1cc1 100644 --- a/src/services/twilio-api/twilio_video_v1.json +++ b/src/services/twilio-api/twilio_video_v1.json @@ -1360,7 +1360,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_voice_v1.json b/src/services/twilio-api/twilio_voice_v1.json index 7e332514..87053f34 100644 --- a/src/services/twilio-api/twilio_voice_v1.json +++ b/src/services/twilio-api/twilio_voice_v1.json @@ -583,7 +583,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": { diff --git a/src/services/twilio-api/twilio_wireless_v1.json b/src/services/twilio-api/twilio_wireless_v1.json index 304aa274..f9edc63f 100644 --- a/src/services/twilio-api/twilio_wireless_v1.json +++ b/src/services/twilio-api/twilio_wireless_v1.json @@ -632,7 +632,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.51.3" + "version": "1.52.0" }, "openapi": "3.0.1", "paths": {