From db7f46d958f47052114d5a514470db4be90d9a9e Mon Sep 17 00:00:00 2001 From: twilio-dx Date: Thu, 9 Feb 2023 06:32:22 +0000 Subject: [PATCH] oaiFeat: Updated api definitions --- CHANGES.md | 9 + .../twilio-api/twilio_accounts_v1.json | 36 +- src/services/twilio-api/twilio_api_v2010.json | 1045 ++++++++++++- .../twilio-api/twilio_autopilot_v1.json | 155 +- .../twilio-api/twilio_bulkexports_v1.json | 36 +- src/services/twilio-api/twilio_chat_v1.json | 155 +- src/services/twilio-api/twilio_chat_v2.json | 206 ++- src/services/twilio-api/twilio_chat_v3.json | 2 +- .../twilio-api/twilio_content_v1.json | 204 ++- .../twilio-api/twilio_conversations_v1.json | 376 ++++- src/services/twilio-api/twilio_events_v1.json | 87 +- src/services/twilio-api/twilio_flex_v1.json | 1285 +++++++++++++++- src/services/twilio-api/twilio_flex_v2.json | 2 +- .../twilio-api/twilio_frontline_v1.json | 2 +- .../twilio-api/twilio_insights_v1.json | 121 +- .../twilio-api/twilio_ip_messaging_v1.json | 155 +- .../twilio-api/twilio_ip_messaging_v2.json | 206 ++- .../twilio-api/twilio_lookups_v1.json | 2 +- .../twilio-api/twilio_lookups_v2.json | 10 +- src/services/twilio-api/twilio_media_v1.json | 53 +- .../twilio-api/twilio_messaging_v1.json | 138 +- .../twilio-api/twilio_microvisor_v1.json | 1304 ++++++++++++++++- .../twilio-api/twilio_monitor_v1.json | 36 +- src/services/twilio-api/twilio_notify_v1.json | 53 +- .../twilio-api/twilio_numbers_v2.json | 155 +- src/services/twilio-api/twilio_oauth_v1.json | 2 +- src/services/twilio-api/twilio_preview.json | 546 ++++++- .../twilio-api/twilio_pricing_v1.json | 53 +- .../twilio-api/twilio_pricing_v2.json | 36 +- src/services/twilio-api/twilio_proxy_v1.json | 121 +- src/services/twilio-api/twilio_routes_v2.json | 2 +- .../twilio-api/twilio_serverless_v1.json | 172 ++- src/services/twilio-api/twilio_studio_v1.json | 87 +- src/services/twilio-api/twilio_studio_v2.json | 70 +- .../twilio-api/twilio_supersim_v1.json | 210 ++- src/services/twilio-api/twilio_sync_v1.json | 172 ++- .../twilio-api/twilio_taskrouter_v1.json | 260 +++- .../twilio-api/twilio_trunking_v1.json | 87 +- .../twilio-api/twilio_trusthub_v1.json | 223 ++- src/services/twilio-api/twilio_verify_v2.json | 172 ++- src/services/twilio-api/twilio_video_v1.json | 138 +- src/services/twilio-api/twilio_voice_v1.json | 121 +- .../twilio-api/twilio_wireless_v1.json | 104 +- 43 files changed, 8252 insertions(+), 157 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3dd2137f..a9dc434c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +--------------------------- +**Library - Feature** +- [PR #88](https://github.com/twilio/twilio-oai/pull/88): add Page and PageToken parameters to read operations. Thanks to [@childish-sambino](https://github.com/childish-sambino)! + +**Lookups** +- Add `disposable_phone_number_risk` package to the lookup response +- Add `sms_pumping_risk` package to the lookup response + + ### [7.5.3](https://github.com/twilio/twilio-cli-core/compare/7.5.2...7.5.3) (2023-01-26) --------------------------- diff --git a/src/services/twilio-api/twilio_accounts_v1.json b/src/services/twilio-api/twilio_accounts_v1.json index e3b6b042..fd7eca49 100644 --- a/src/services/twilio-api/twilio_accounts_v1.json +++ b/src/services/twilio-api/twilio_accounts_v1.json @@ -186,7 +186,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -271,6 +271,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -560,6 +577,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_api_v2010.json b/src/services/twilio-api/twilio_api_v2010.json index d70af1cb..f2503622 100644 --- a/src/services/twilio-api/twilio_api_v2010.json +++ b/src/services/twilio-api/twilio_api_v2010.json @@ -9597,7 +9597,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -9685,6 +9685,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -10027,6 +10044,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -10514,6 +10548,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -10971,6 +11022,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -11076,6 +11144,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -11401,6 +11486,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -11660,6 +11762,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -11919,6 +12038,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -12178,6 +12314,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -12437,6 +12590,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -12696,6 +12866,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -12955,6 +13142,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -13475,6 +13679,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -13832,6 +14053,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -14419,6 +14657,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -14663,6 +14918,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -15206,6 +15478,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -15570,6 +15859,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -15892,6 +16198,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -16008,6 +16331,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -16485,6 +16825,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -16965,6 +17322,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -17260,6 +17634,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -17397,6 +17788,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -17753,6 +18161,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -18109,6 +18534,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -18608,6 +19050,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -18942,6 +19401,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -19228,6 +19704,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -19556,6 +20049,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -19985,6 +20495,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -20193,6 +20720,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -20490,6 +21034,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -21332,6 +21893,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -21878,6 +22456,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -22222,6 +22817,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -22474,6 +23086,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -22760,6 +23389,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -23012,6 +23658,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -23301,9 +23964,26 @@ "in": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", "schema": { - "type": "integer", - "minimum": 1, - "maximum": 1000 + "type": "integer", + "minimum": 1, + "maximum": 1000 + } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" } } ], @@ -23709,6 +24389,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -24031,6 +24728,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -24367,6 +25081,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -24617,6 +25348,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -25006,6 +25754,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -25428,6 +26193,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -25665,6 +26447,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -26169,6 +26968,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -26724,6 +27540,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -26840,6 +27673,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -29420,6 +30270,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -29574,6 +30441,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -29715,6 +30599,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -29856,6 +30757,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -29997,6 +30915,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -30138,6 +31073,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -30279,6 +31231,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -30420,6 +31389,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -30561,6 +31547,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -30702,6 +31705,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -31125,6 +32145,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_autopilot_v1.json b/src/services/twilio-api/twilio_autopilot_v1.json index 79a4bff5..384cda46 100644 --- a/src/services/twilio-api/twilio_autopilot_v1.json +++ b/src/services/twilio-api/twilio_autopilot_v1.json @@ -954,7 +954,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -1142,6 +1142,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1610,6 +1627,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1943,6 +1977,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2237,6 +2288,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2572,6 +2640,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2933,6 +3018,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3385,6 +3487,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3830,6 +3949,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -4355,6 +4491,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_bulkexports_v1.json b/src/services/twilio-api/twilio_bulkexports_v1.json index e05dd5bc..73997b60 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.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -379,6 +379,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -664,6 +681,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_chat_v1.json b/src/services/twilio-api/twilio_chat_v1.json index bd9f5176..8e293fa6 100644 --- a/src/services/twilio-api/twilio_chat_v1.json +++ b/src/services/twilio-api/twilio_chat_v1.json @@ -788,7 +788,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -1086,6 +1086,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1179,6 +1196,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1733,6 +1767,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2143,6 +2194,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2565,6 +2633,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2924,6 +3009,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3594,6 +3696,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3950,6 +4069,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -4065,6 +4201,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_chat_v2.json b/src/services/twilio-api/twilio_chat_v2.json index c9c06ddd..0966e1ba 100644 --- a/src/services/twilio-api/twilio_chat_v2.json +++ b/src/services/twilio-api/twilio_chat_v2.json @@ -1146,7 +1146,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -1213,6 +1213,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1738,6 +1755,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1852,6 +1886,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2278,6 +2329,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2832,6 +2900,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3303,6 +3388,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3773,6 +3875,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -4132,6 +4251,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -4550,6 +4686,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -4926,6 +5079,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -5055,6 +5225,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -5300,6 +5487,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_chat_v3.json b/src/services/twilio-api/twilio_chat_v3.json index b40fbafb..82ec368c 100644 --- a/src/services/twilio-api/twilio_chat_v3.json +++ b/src/services/twilio-api/twilio_chat_v3.json @@ -127,7 +127,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.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 b9621e7d..1c805168 100644 --- a/src/services/twilio-api/twilio_content_v1.json +++ b/src/services/twilio-api/twilio_content_v1.json @@ -94,6 +94,73 @@ "description": "A list of links related to the Content resource, such as approval_fetch and approval_create" } } + }, + "content.v1.legacy_content": { + "type": "object", + "properties": { + "date_created": { + "type": "string", + "format": "date-time", + "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", + "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." + }, + "sid": { + "type": "string", + "minLength": 34, + "maxLength": 34, + "pattern": "^HX[0-9a-fA-F]{32}$", + "nullable": true, + "description": "The unique string that that we created to identify the Content resource." + }, + "account_sid": { + "type": "string", + "minLength": 34, + "maxLength": 34, + "pattern": "^AC[0-9a-fA-F]{32}$", + "nullable": true, + "description": "The SID of the [Account](https://www.twilio.com/docs/usage/api/account) that created Content resource." + }, + "friendly_name": { + "type": "string", + "nullable": true, + "description": "A string name used to describe the Content resource. Not visible to the end recipient." + }, + "language": { + "type": "string", + "nullable": true, + "description": "Two-letter (ISO 639-1) language code (e.g., en) identifying the language the Content resource is in." + }, + "variables": { + "nullable": true, + "description": "Defines the default placeholder values for variables included in the Content resource. e.g. {\"1\": \"Customer_Name\"}." + }, + "types": { + "nullable": true, + "description": "The [Content types](https://www.twilio.com/docs/content-api/content-types-overview) (e.g. twilio/text) for this Content resource." + }, + "legacy_template_name": { + "type": "string", + "nullable": true, + "description": "The string name of the legacy content template associated with this Content resource, unique across all template names for its account. Only lowercase letters, numbers and underscores are allowed" + }, + "legacy_body": { + "type": "string", + "nullable": true, + "description": "The string body field of the legacy content template associated with this Content resource" + }, + "url": { + "type": "string", + "format": "uri", + "nullable": true, + "description": "The URL of the resource, relative to `https://content.twilio.com`." + } + } } }, "securitySchemes": { @@ -116,7 +183,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -300,6 +367,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -365,6 +449,124 @@ "Preview" ] } + }, + "/v1/LegacyContent": { + "servers": [ + { + "url": "https://content.twilio.com" + } + ], + "description": "A Legacy Content resource represents legacy rich messaging content.", + "x-twilio": { + "defaultOutputProperties": [ + "date_created", + "date_updated", + "sid", + "account_sid", + "friendly_name", + "language", + "variables", + "types", + "legacy_template_name", + "legacy_body" + ], + "pathType": "list", + "mountName": "legacy_contents" + }, + "get": { + "description": "Retrieve a list of Legacy Contents belonging to the account used to make the request", + "parameters": [ + { + "name": "PageSize", + "in": "query", + "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", + "schema": { + "type": "integer", + "minimum": 1, + "maximum": 1000 + } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "ListLegacyContentResponse", + "properties": { + "contents": { + "type": "array", + "items": { + "$ref": "#/components/schemas/content.v1.legacy_content" + } + }, + "meta": { + "type": "object", + "properties": { + "first_page_url": { + "type": "string", + "format": "uri" + }, + "next_page_url": { + "type": "string", + "format": "uri", + "nullable": true + }, + "page": { + "type": "integer" + }, + "page_size": { + "type": "integer" + }, + "previous_page_url": { + "type": "string", + "format": "uri", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri" + }, + "key": { + "type": "string" + } + } + } + } + } + } + }, + "description": "OK" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "ListLegacyContent", + "x-maturity": [ + "Preview" + ] + } } }, "servers": [ diff --git a/src/services/twilio-api/twilio_conversations_v1.json b/src/services/twilio-api/twilio_conversations_v1.json index 586c65c4..f0324de3 100644 --- a/src/services/twilio-api/twilio_conversations_v1.json +++ b/src/services/twilio-api/twilio_conversations_v1.json @@ -2348,7 +2348,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -2487,6 +2487,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3043,6 +3060,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3439,6 +3473,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3838,6 +3889,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -4033,6 +4101,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -4348,6 +4433,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -4790,6 +4892,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -5063,6 +5182,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -5213,6 +5349,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -5493,6 +5646,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -5816,6 +5986,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -6152,6 +6339,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -6609,6 +6813,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -7068,6 +7289,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -7287,6 +7525,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -7751,6 +8006,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -8256,6 +8528,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -8433,6 +8722,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -8801,6 +9107,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -9322,6 +9645,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -9607,6 +9947,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -10043,6 +10400,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_events_v1.json b/src/services/twilio-api/twilio_events_v1.json index 352a94da..9322391d 100644 --- a/src/services/twilio-api/twilio_events_v1.json +++ b/src/services/twilio-api/twilio_events_v1.json @@ -320,7 +320,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -360,6 +360,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -579,6 +596,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -953,6 +987,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1187,6 +1238,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1522,6 +1590,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_flex_v1.json b/src/services/twilio-api/twilio_flex_v1.json index 354f3cea..098e49d9 100644 --- a/src/services/twilio-api/twilio_flex_v1.json +++ b/src/services/twilio-api/twilio_flex_v1.json @@ -448,6 +448,117 @@ } } }, + "flex.v1.insights_assessments_comment": { + "type": "object", + "properties": { + "account_sid": { + "type": "string", + "minLength": 34, + "maxLength": 34, + "pattern": "^AC[0-9a-fA-F]{32}$", + "nullable": true, + "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Insights resource and owns this resource." + }, + "assessment_id": { + "type": "string", + "nullable": true, + "description": "The unique ID of the assessment." + }, + "comment": { + "nullable": true, + "description": "The comment added for assessment." + }, + "offset": { + "type": "number", + "nullable": true, + "description": "The offset" + }, + "report": { + "type": "boolean", + "nullable": true, + "description": "The flag indicating if this assessment is part of report " + }, + "weight": { + "type": "number", + "nullable": true, + "description": "The weightage given to this comment" + }, + "agent_id": { + "type": "string", + "nullable": true, + "description": "The id of the agent." + }, + "segment_id": { + "type": "string", + "nullable": true, + "description": "The id of the segment." + }, + "user_name": { + "type": "string", + "nullable": true, + "description": "The name of the user." + }, + "user_email": { + "type": "string", + "nullable": true, + "description": "The email id of the user." + }, + "timestamp": { + "type": "number", + "nullable": true, + "description": "The timestamp when the record is inserted" + }, + "url": { + "type": "string", + "format": "uri", + "nullable": true + } + } + }, + "flex.v1.insights_questionnaires": { + "type": "object", + "properties": { + "account_sid": { + "type": "string", + "minLength": 34, + "maxLength": 34, + "pattern": "^AC[0-9a-fA-F]{32}$", + "nullable": true, + "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Insights resource and owns this resource." + }, + "id": { + "type": "string", + "nullable": true, + "description": "The unique id of this questionnaire" + }, + "name": { + "type": "string", + "nullable": true, + "description": "The name of this category." + }, + "description": { + "type": "string", + "nullable": true, + "description": "The description of this questionnaire" + }, + "active": { + "type": "boolean", + "nullable": true, + "description": "The flag to enable or disable questionnaire" + }, + "questions": { + "type": "array", + "items": {}, + "nullable": true, + "description": "The list of questions with category for a questionnaire" + }, + "url": { + "type": "string", + "format": "uri", + "nullable": true + } + } + }, "flex.v1.insights_questionnaires_category": { "type": "object", "properties": { @@ -516,6 +627,122 @@ "nullable": true, "description": "The flag to enable for disable NA for answer." }, + "usage": { + "type": "integer", + "nullable": true, + "description": "Integer value that tells a particular question is used by how many questionnaires" + }, + "url": { + "type": "string", + "format": "uri", + "nullable": true + } + } + }, + "flex.v1.insights_segments": { + "type": "object", + "properties": { + "segment_id": { + "type": "string", + "nullable": true, + "description": "To unique id of the segment" + }, + "external_id": { + "type": "string", + "nullable": true, + "description": "The unique id for the conversation." + }, + "queue": { + "type": "string", + "nullable": true + }, + "external_contact": { + "type": "string", + "nullable": true + }, + "external_segment_link_id": { + "type": "string", + "nullable": true, + "description": "The uuid for the external_segment_link." + }, + "date": { + "type": "string", + "nullable": true, + "description": "The date of the conversation." + }, + "account_id": { + "type": "string", + "nullable": true, + "description": "The unique id for the account." + }, + "external_segment_link": { + "type": "string", + "nullable": true, + "description": "The hyperlink to recording of the task event." + }, + "agent_id": { + "type": "string", + "nullable": true, + "description": "The unique id for the agent." + }, + "agent_phone": { + "type": "string", + "nullable": true, + "description": "The phone number of the agent." + }, + "agent_name": { + "type": "string", + "nullable": true, + "description": "The name of the agent." + }, + "agent_team_name": { + "type": "string", + "nullable": true, + "description": "The team name to which agent belongs." + }, + "agent_team_name_in_hierarchy": { + "type": "string", + "nullable": true, + "description": "he team name to which agent belongs." + }, + "agent_link": { + "type": "string", + "nullable": true, + "description": "The link to the agent conversation." + }, + "customer_phone": { + "type": "string", + "nullable": true, + "description": "The phone number of the customer." + }, + "customer_name": { + "type": "string", + "nullable": true, + "description": "The name of the customer." + }, + "customer_link": { + "type": "string", + "nullable": true, + "description": "The link to the customer conversation." + }, + "segment_recording_offset": { + "type": "string", + "nullable": true, + "description": "The offset value for the recording." + }, + "media": { + "type": "string", + "nullable": true, + "description": "The link for the conversation." + }, + "assessment_type": { + "nullable": true, + "description": "The type of the assessment." + }, + "assessment_percentage": { + "nullable": true, + "description": "The percentage scored on the Assessments." + }, "url": { "type": "string", "format": "uri", @@ -918,7 +1145,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -951,6 +1178,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1280,6 +1524,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1727,7 +1988,7 @@ ] } }, - "/v1/Insights/QM/Categories": { + "/v1/Insights/QM/Assessments/Comments": { "servers": [ { "url": "https://flex-api.twilio.com" @@ -1737,14 +1998,14 @@ "x-twilio": { "defaultOutputProperties": [ "account_sid", - "category_id", - "name" + "assessment_id", + "comment" ], "pathType": "list", - "mountName": "insights_questionnaires_category" + "mountName": "insights_assessments_comment" }, "post": { - "description": "To create a category for Questions", + "description": "To create a comment assessment for a conversation", "parameters": [ { "name": "Token", @@ -1760,7 +2021,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/flex.v1.insights_questionnaires_category" + "$ref": "#/components/schemas/flex.v1.insights_assessments_comment" } } }, @@ -1772,7 +2033,7 @@ "accountSid_authToken": [] } ], - "operationId": "CreateInsightsQuestionnairesCategory", + "operationId": "CreateInsightsAssessmentsComment", "x-maturity": [ "Preview" ], @@ -1781,20 +2042,715 @@ "application/x-www-form-urlencoded": { "schema": { "type": "object", - "title": "CreateInsightsQuestionnairesCategoryRequest", + "title": "CreateInsightsAssessmentsCommentRequest", "properties": { - "Name": { + "CategoryId": { "type": "string", - "description": "The name of this category." + "description": "The ID of the category" + }, + "CategoryName": { + "type": "string", + "description": "The name of the category" + }, + "Comment": { + "type": "string", + "description": "The Assessment comment." + }, + "SegmentId": { + "type": "string", + "description": "The id of the segment." + }, + "UserName": { + "type": "string", + "description": "The name of the user." + }, + "UserEmail": { + "type": "string", + "description": "The email id of the user." + }, + "AgentId": { + "type": "string", + "description": "The id of the agent." + }, + "Offset": { + "type": "number", + "description": "The offset" + } + }, + "required": [ + "CategoryId", + "CategoryName", + "Comment", + "SegmentId", + "UserName", + "UserEmail", + "AgentId", + "Offset" + ] + } + } + } + } + }, + "get": { + "description": "To create a comment assessment for a conversation", + "parameters": [ + { + "name": "Token", + "in": "header", + "description": "The Token HTTP request header", + "schema": { + "type": "string" + } + }, + { + "name": "SegmentId", + "in": "query", + "description": "The id of the segment.", + "schema": { + "type": "string" + } + }, + { + "name": "AgentId", + "in": "query", + "description": "The id of the agent.", + "schema": { + "type": "string" + } + }, + { + "name": "PageSize", + "in": "query", + "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", + "schema": { + "type": "integer", + "minimum": 1, + "maximum": 1000 + } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "ListInsightsAssessmentsCommentResponse", + "properties": { + "comments": { + "type": "array", + "items": { + "$ref": "#/components/schemas/flex.v1.insights_assessments_comment" + } + }, + "meta": { + "type": "object", + "properties": { + "first_page_url": { + "type": "string", + "format": "uri" + }, + "next_page_url": { + "type": "string", + "format": "uri", + "nullable": true + }, + "page": { + "type": "integer" + }, + "page_size": { + "type": "integer" + }, + "previous_page_url": { + "type": "string", + "format": "uri", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri" + }, + "key": { + "type": "string" + } + } + } + } + } + } + }, + "description": "OK" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "ListInsightsAssessmentsComment", + "x-maturity": [ + "Preview" + ] + } + }, + "/v1/Insights/QM/Questionnaires": { + "servers": [ + { + "url": "https://flex-api.twilio.com" + } + ], + "description": "TODO: Resource-level docs", + "x-twilio": { + "defaultOutputProperties": [ + "account_sid", + "id", + "name" + ], + "pathType": "list", + "mountName": "insights_questionnaires", + "className": "insights_questionnaires" + }, + "post": { + "description": "To create a Questionnaire", + "parameters": [ + { + "name": "Token", + "in": "header", + "description": "The Token HTTP request header", + "schema": { + "type": "string" + } + } + ], + "responses": { + "201": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/flex.v1.insights_questionnaires" + } + } + }, + "description": "Created" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "CreateInsightsQuestionnaires", + "x-maturity": [ + "Preview" + ], + "requestBody": { + "content": { + "application/x-www-form-urlencoded": { + "schema": { + "type": "object", + "title": "CreateInsightsQuestionnairesRequest", + "properties": { + "Name": { + "type": "string", + "description": "The name of this questionnaire" + }, + "Description": { + "type": "string", + "description": "The description of this questionnaire" + }, + "Active": { + "type": "boolean", + "description": "The flag to enable or disable questionnaire" + }, + "QuestionIds": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The list of questions ids under a questionnaire" + } + }, + "required": [ + "Name" + ] + } + } + } + } + }, + "get": { + "description": "To get all questionnaires with questions", + "parameters": [ + { + "name": "Token", + "in": "header", + "description": "The Token HTTP request header", + "schema": { + "type": "string" + } + }, + { + "name": "IncludeInactive", + "in": "query", + "description": "Flag indicating whether to include inactive questionnaires or not", + "schema": { + "type": "boolean" + } + }, + { + "name": "PageSize", + "in": "query", + "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", + "schema": { + "type": "integer", + "minimum": 1, + "maximum": 1000 + } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "ListInsightsQuestionnairesResponse", + "properties": { + "questionnaires": { + "type": "array", + "items": { + "$ref": "#/components/schemas/flex.v1.insights_questionnaires" + } + }, + "meta": { + "type": "object", + "properties": { + "first_page_url": { + "type": "string", + "format": "uri" + }, + "next_page_url": { + "type": "string", + "format": "uri", + "nullable": true + }, + "page": { + "type": "integer" + }, + "page_size": { + "type": "integer" + }, + "previous_page_url": { + "type": "string", + "format": "uri", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri" + }, + "key": { + "type": "string" + } + } + } + } + } + } + }, + "description": "OK" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "ListInsightsQuestionnaires", + "x-maturity": [ + "Preview" + ] + } + }, + "/v1/Insights/QM/Questionnaires/{Id}": { + "servers": [ + { + "url": "https://flex-api.twilio.com" + } + ], + "description": "TODO: Resource-level docs", + "x-twilio": { + "defaultOutputProperties": [ + "account_sid", + "id", + "name" + ], + "pathType": "instance", + "mountName": "insights_questionnaires", + "className": "insights_questionnaires" + }, + "post": { + "description": "To update the questionnaire", + "parameters": [ + { + "name": "Id", + "in": "path", + "description": "The unique ID of the questionnaire", + "schema": { + "type": "string" + }, + "required": true + }, + { + "name": "Token", + "in": "header", + "description": "The Token HTTP request header", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/flex.v1.insights_questionnaires" + } + } + }, + "description": "OK" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "UpdateInsightsQuestionnaires", + "x-maturity": [ + "Preview" + ], + "requestBody": { + "content": { + "application/x-www-form-urlencoded": { + "schema": { + "type": "object", + "title": "UpdateInsightsQuestionnairesRequest", + "properties": { + "Active": { + "type": "boolean", + "description": "The flag to enable or disable questionnaire" + }, + "Name": { + "type": "string", + "description": "The name of this questionnaire" + }, + "Description": { + "type": "string", + "description": "The description of this questionnaire" + }, + "QuestionIds": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The list of questions ids under a questionnaire" + } + }, + "required": [ + "Active" + ] + } + } + } + } + }, + "delete": { + "description": "To delete the questionnaire", + "parameters": [ + { + "name": "Id", + "in": "path", + "description": "The unique ID of the questionnaire", + "schema": { + "type": "string" + }, + "required": true + }, + { + "name": "Token", + "in": "header", + "description": "The Token HTTP request header", + "schema": { + "type": "string" + } + } + ], + "responses": { + "204": { + "description": "The resource was deleted successfully." + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "DeleteInsightsQuestionnaires", + "x-maturity": [ + "Preview" + ] + }, + "get": { + "description": "To get the Questionnaire Detail", + "parameters": [ + { + "name": "Id", + "in": "path", + "description": "The unique ID of the questionnaire", + "schema": { + "type": "string" + }, + "required": true + }, + { + "name": "Token", + "in": "header", + "description": "The Token HTTP request header", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/flex.v1.insights_questionnaires" + } + } + }, + "description": "OK" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "FetchInsightsQuestionnaires", + "x-maturity": [ + "Preview" + ] + } + }, + "/v1/Insights/QM/Categories": { + "servers": [ + { + "url": "https://flex-api.twilio.com" + } + ], + "description": "TODO: Resource-level docs", + "x-twilio": { + "defaultOutputProperties": [ + "account_sid", + "category_id", + "name" + ], + "pathType": "list", + "mountName": "insights_questionnaires_category" + }, + "post": { + "description": "To create a category for Questions", + "parameters": [ + { + "name": "Token", + "in": "header", + "description": "The Token HTTP request header", + "schema": { + "type": "string" + } + } + ], + "responses": { + "201": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/flex.v1.insights_questionnaires_category" + } + } + }, + "description": "Created" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "CreateInsightsQuestionnairesCategory", + "x-maturity": [ + "Preview" + ], + "requestBody": { + "content": { + "application/x-www-form-urlencoded": { + "schema": { + "type": "object", + "title": "CreateInsightsQuestionnairesCategoryRequest", + "properties": { + "Name": { + "type": "string", + "description": "The name of this category." + } + }, + "required": [ + "Name" + ] + } + } + } + } + }, + "get": { + "description": "To get all the categories", + "parameters": [ + { + "name": "Token", + "in": "header", + "description": "The Token HTTP request header", + "schema": { + "type": "string" + } + }, + { + "name": "PageSize", + "in": "query", + "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", + "schema": { + "type": "integer", + "minimum": 1, + "maximum": 1000 + } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "ListInsightsQuestionnairesCategoryResponse", + "properties": { + "categories": { + "type": "array", + "items": { + "$ref": "#/components/schemas/flex.v1.insights_questionnaires_category" + } + }, + "meta": { + "type": "object", + "properties": { + "first_page_url": { + "type": "string", + "format": "uri" + }, + "next_page_url": { + "type": "string", + "format": "uri", + "nullable": true + }, + "page": { + "type": "integer" + }, + "page_size": { + "type": "integer" + }, + "previous_page_url": { + "type": "string", + "format": "uri", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri" + }, + "key": { + "type": "string" + } + } + } } - }, - "required": [ - "Name" - ] + } } - } + }, + "description": "OK" } - } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "ListInsightsQuestionnairesCategory", + "x-maturity": [ + "Preview" + ] } }, "/v1/Insights/QM/Categories/{CategoryId}": { @@ -2000,6 +2956,119 @@ } } } + }, + "get": { + "description": "To get all the question for the given categories", + "parameters": [ + { + "name": "Token", + "in": "header", + "description": "The Token HTTP request header", + "schema": { + "type": "string" + } + }, + { + "name": "CategoryId", + "in": "query", + "description": "The list of category IDs", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "PageSize", + "in": "query", + "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", + "schema": { + "type": "integer", + "minimum": 1, + "maximum": 1000 + } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "ListInsightsQuestionnairesQuestionResponse", + "properties": { + "questions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/flex.v1.insights_questionnaires_question" + } + }, + "meta": { + "type": "object", + "properties": { + "first_page_url": { + "type": "string", + "format": "uri" + }, + "next_page_url": { + "type": "string", + "format": "uri", + "nullable": true + }, + "page": { + "type": "integer" + }, + "page_size": { + "type": "integer" + }, + "previous_page_url": { + "type": "string", + "format": "uri", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri" + }, + "key": { + "type": "string" + } + } + } + } + } + } + }, + "description": "OK" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "ListInsightsQuestionnairesQuestion", + "x-maturity": [ + "Preview" + ] } }, "/v1/Insights/QM/Questions/{QuestionId}": { @@ -2067,6 +3136,14 @@ "type": "object", "title": "UpdateInsightsQuestionnairesQuestionRequest", "properties": { + "AllowNa": { + "type": "boolean", + "description": "The flag to enable for disable NA for answer." + }, + "CategoryId": { + "type": "string", + "description": "The ID of the category" + }, "Question": { "type": "string", "description": "The question." @@ -2078,20 +3155,9 @@ "AnswerSetId": { "type": "string", "description": "The answer_set for the question." - }, - "AllowNa": { - "type": "boolean", - "description": "The flag to enable for disable NA for answer." - }, - "CategoryId": { - "type": "string", - "description": "The ID of the category" } }, "required": [ - "Question", - "Description", - "AnswerSetId", "AllowNa" ] } @@ -2136,6 +3202,89 @@ ] } }, + "/v1/Insights/Segments/{SegmentId}": { + "servers": [ + { + "url": "https://flex-api.twilio.com" + } + ], + "description": "TODO: Resource-level docs", + "x-twilio": { + "defaultOutputProperties": [ + "segment_id", + "external_id", + "account_id", + "agent_id", + "queue" + ], + "pathType": "instance", + "mountName": "insights_segments", + "className": "insights_segments" + }, + "get": { + "description": "To get the Segments of an Account", + "parameters": [ + { + "name": "SegmentId", + "in": "path", + "description": "To unique id of the segment", + "schema": { + "type": "string" + }, + "required": true + }, + { + "name": "Token", + "in": "header", + "description": "The Token HTTP request header", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/flex.v1.insights_segments" + } + } + }, + "description": "OK" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "FetchInsightsSegments", + "x-maturity": [ + "Preview" + ] + } + }, + "/v1/Insights/Segments": { + "servers": [ + { + "url": "https://flex-api.twilio.com" + } + ], + "description": "TODO: Resource-level docs", + "x-twilio": { + "defaultOutputProperties": [ + "segment_id", + "external_id", + "account_id", + "agent_id", + "queue" + ], + "pathType": "list", + "mountName": "insights_segments", + "className": "insights_segments" + } + }, "/v1/Insights/Session": { "servers": [ { @@ -2157,9 +3306,9 @@ "description": "To obtain session details for fetching reports and dashboards", "parameters": [ { - "name": "Token", + "name": "Authorization", "in": "header", - "description": "The Token HTTP request header", + "description": "The Authorization HTTP request header", "schema": { "type": "string" } @@ -2184,7 +3333,7 @@ ], "operationId": "CreateInsightsSession", "x-maturity": [ - "GA" + "Preview" ] } }, @@ -2308,9 +3457,9 @@ "description": "This is used by Flex UI and Quality Management to fetch the Flex Insights roles for the user", "parameters": [ { - "name": "Token", + "name": "Authorization", "in": "header", - "description": "The Token HTTP request header", + "description": "The Authorization HTTP request header", "schema": { "type": "string" } @@ -2335,7 +3484,7 @@ ], "operationId": "FetchInsightsUserRoles", "x-maturity": [ - "GA" + "Preview" ] } }, @@ -2631,6 +3780,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2816,6 +3982,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3007,6 +4190,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3198,6 +4398,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_flex_v2.json b/src/services/twilio-api/twilio_flex_v2.json index bfbf77bb..361b8b41 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.38.3" + "version": "1.39.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 eb3b58ef..14703348 100644 --- a/src/services/twilio-api/twilio_frontline_v1.json +++ b/src/services/twilio-api/twilio_frontline_v1.json @@ -74,7 +74,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.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 df9db0e4..ba3740f2 100644 --- a/src/services/twilio-api/twilio_insights_v1.json +++ b/src/services/twilio-api/twilio_insights_v1.json @@ -1430,7 +1430,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -1907,6 +1907,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2135,6 +2152,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2352,6 +2386,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2469,6 +2520,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2595,6 +2663,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2821,6 +2906,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3013,6 +3115,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_ip_messaging_v1.json b/src/services/twilio-api/twilio_ip_messaging_v1.json index bd83662d..37e731c4 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.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -978,6 +978,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1071,6 +1088,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1625,6 +1659,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2035,6 +2086,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2457,6 +2525,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2816,6 +2901,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3486,6 +3588,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3842,6 +3961,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3957,6 +4093,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_ip_messaging_v2.json b/src/services/twilio-api/twilio_ip_messaging_v2.json index 68e7925c..3f33dfbf 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.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -1056,6 +1056,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1581,6 +1598,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1695,6 +1729,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2121,6 +2172,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2675,6 +2743,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3146,6 +3231,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3616,6 +3718,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3975,6 +4094,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -4393,6 +4529,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -4769,6 +4922,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -4898,6 +5068,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -5143,6 +5330,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_lookups_v1.json b/src/services/twilio-api/twilio_lookups_v1.json index e17803f3..d67fb3d4 100644 --- a/src/services/twilio-api/twilio_lookups_v1.json +++ b/src/services/twilio-api/twilio_lookups_v1.json @@ -69,7 +69,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.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 a6c708dc..f7faad48 100644 --- a/src/services/twilio-api/twilio_lookups_v2.json +++ b/src/services/twilio-api/twilio_lookups_v2.json @@ -63,6 +63,14 @@ "nullable": true, "description": "An object that contains identity match information. The result of comparing user-provided information including name, address, date of birth, national ID, against authoritative phone-based data sources" }, + "sms_pumping_risk": { + "nullable": true, + "description": "An object that contains information on if a phone number has been currently or previously blocked by Verify Fraud Guard for receiving malicious SMS pumping traffic as well as other signals associated with risky carriers and low conversion rates." + }, + "disposable_phone_number_risk": { + "nullable": true, + "description": "An object that contains information on if a mobile phone number could be a disposable or burner number." + }, "url": { "type": "string", "format": "uri", @@ -111,7 +119,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.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 06f2243e..29d0238c 100644 --- a/src/services/twilio-api/twilio_media_v1.json +++ b/src/services/twilio-api/twilio_media_v1.json @@ -415,7 +415,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -539,6 +539,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -871,6 +888,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1156,6 +1190,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_messaging_v1.json b/src/services/twilio-api/twilio_messaging_v1.json index 19a9a8f9..df6c86a6 100644 --- a/src/services/twilio-api/twilio_messaging_v1.json +++ b/src/services/twilio-api/twilio_messaging_v1.json @@ -1155,7 +1155,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -1255,6 +1255,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1541,6 +1558,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1789,6 +1823,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2449,6 +2500,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2771,6 +2839,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3158,6 +3243,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3567,6 +3669,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3954,6 +4073,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_microvisor_v1.json b/src/services/twilio-api/twilio_microvisor_v1.json index 38390e07..695aa1f8 100644 --- a/src/services/twilio-api/twilio_microvisor_v1.json +++ b/src/services/twilio-api/twilio_microvisor_v1.json @@ -1,6 +1,53 @@ { "components": { "schemas": { + "microvisor.v1.account_config": { + "type": "object", + "properties": { + "key": { + "type": "string", + "nullable": true, + "description": "The config key; up to 100 characters." + }, + "date_updated": { + "type": "string", + "format": "date-time", + "nullable": true + }, + "value": { + "type": "string", + "nullable": true, + "description": "The config value; up to 4096 characters." + }, + "url": { + "type": "string", + "format": "uri", + "nullable": true, + "description": "The absolute URL of the Config." + } + } + }, + "microvisor.v1.account_secret": { + "type": "object", + "properties": { + "key": { + "type": "string", + "nullable": true, + "description": "The secret key; up to 100 characters." + }, + "date_rotated": { + "type": "string", + "format": "date-time", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri", + "nullable": true, + "description": "The absolute URL of the Secret." + } + } + }, "microvisor.v1.app": { "type": "object", "properties": { @@ -107,6 +154,69 @@ "description": "The absolute URLs of related resources." } } + }, + "microvisor.v1.device.device_config": { + "type": "object", + "properties": { + "device_sid": { + "type": "string", + "minLength": 34, + "maxLength": 34, + "pattern": "^UV[0-9a-fA-F]{32}$", + "nullable": true, + "description": "A 34-character string that uniquely identifies the parent Device." + }, + "key": { + "type": "string", + "nullable": true, + "description": "The config key; up to 100 characters." + }, + "value": { + "type": "string", + "nullable": true, + "description": "The config value; up to 4096 characters." + }, + "date_updated": { + "type": "string", + "format": "date-time", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri", + "nullable": true, + "description": "The absolute URL of the Config." + } + } + }, + "microvisor.v1.device.device_secret": { + "type": "object", + "properties": { + "device_sid": { + "type": "string", + "minLength": 34, + "maxLength": 34, + "pattern": "^UV[0-9a-fA-F]{32}$", + "nullable": true, + "description": "A 34-character string that uniquely identifies the parent Device." + }, + "key": { + "type": "string", + "nullable": true, + "description": "The secret key; up to 100 characters." + }, + "date_rotated": { + "type": "string", + "format": "date-time", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri", + "nullable": true, + "description": "The absolute URL of the Secret." + } + } } }, "securitySchemes": { @@ -129,11 +239,11 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { - "/v1/Apps": { + "/v1/Configs": { "servers": [ { "url": "https://microvisor.twilio.com" @@ -141,14 +251,12 @@ ], "description": "TODO: Resource-level docs", "x-twilio": { - "defaultOutputProperties": [ - "sid", - "unique_name" - ], - "pathType": "list" + "defaultOutputProperties": [], + "pathType": "list", + "mountName": "account_configs" }, "get": { - "description": "Retrieve a list of all Apps for an Account.", + "description": "Retrieve a list of all Configs for an Account.", "parameters": [ { "name": "PageSize", @@ -159,6 +267,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -167,12 +292,12 @@ "application/json": { "schema": { "type": "object", - "title": "ListAppResponse", + "title": "ListAccountConfigResponse", "properties": { - "apps": { + "configs": { "type": "array", "items": { - "$ref": "#/components/schemas/microvisor.v1.app" + "$ref": "#/components/schemas/microvisor.v1.account_config" } }, "meta": { @@ -219,13 +344,61 @@ "accountSid_authToken": [] } ], - "operationId": "ListApp", + "operationId": "ListAccountConfig", "x-maturity": [ "Preview" ] + }, + "post": { + "description": "Create a config for an Account.", + "responses": { + "201": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microvisor.v1.account_config" + } + } + }, + "description": "Created" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "CreateAccountConfig", + "x-maturity": [ + "Preview" + ], + "requestBody": { + "content": { + "application/x-www-form-urlencoded": { + "schema": { + "type": "object", + "title": "CreateAccountConfigRequest", + "properties": { + "Key": { + "type": "string", + "description": "The config key; up to 100 characters." + }, + "Value": { + "type": "string", + "description": "The config value; up to 4096 characters." + } + }, + "required": [ + "Key", + "Value" + ] + } + } + } + } } }, - "/v1/Apps/{Sid}": { + "/v1/Configs/{Key}": { "servers": [ { "url": "https://microvisor.twilio.com" @@ -233,19 +406,17 @@ ], "description": "TODO: Resource-level docs", "x-twilio": { - "defaultOutputProperties": [ - "sid", - "unique_name" - ], - "pathType": "instance" + "defaultOutputProperties": [], + "pathType": "instance", + "mountName": "account_configs" }, "get": { - "description": "Fetch a specific App.", + "description": "Retrieve a Config for an Account.", "parameters": [ { - "name": "Sid", + "name": "Key", "in": "path", - "description": "A 34-character string that uniquely identifies this App.", + "description": "The config key; up to 100 characters.", "schema": { "type": "string" }, @@ -257,7 +428,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/microvisor.v1.app" + "$ref": "#/components/schemas/microvisor.v1.account_config" } } }, @@ -269,18 +440,18 @@ "accountSid_authToken": [] } ], - "operationId": "FetchApp", + "operationId": "FetchAccountConfig", "x-maturity": [ "Preview" ] }, "delete": { - "description": "Delete a specific App.", + "description": "Delete a config for an Account.", "parameters": [ { - "name": "Sid", + "name": "Key", "in": "path", - "description": "A 34-character string that uniquely identifies this App.", + "description": "The config key; up to 100 characters.", "schema": { "type": "string" }, @@ -297,13 +468,13 @@ "accountSid_authToken": [] } ], - "operationId": "DeleteApp", + "operationId": "DeleteAccountConfig", "x-maturity": [ "Preview" ] } }, - "/v1/Devices": { + "/v1/Secrets": { "servers": [ { "url": "https://microvisor.twilio.com" @@ -311,14 +482,12 @@ ], "description": "TODO: Resource-level docs", "x-twilio": { - "defaultOutputProperties": [ - "sid", - "unique_name" - ], - "pathType": "list" + "defaultOutputProperties": [], + "pathType": "list", + "mountName": "account_secrets" }, "get": { - "description": "Retrieve a list of all Devices registered with the Account.", + "description": "Retrieve a list of all Secrets for an Account.", "parameters": [ { "name": "PageSize", @@ -329,6 +498,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -337,12 +523,12 @@ "application/json": { "schema": { "type": "object", - "title": "ListDeviceResponse", + "title": "ListAccountSecretResponse", "properties": { - "devices": { + "secrets": { "type": "array", "items": { - "$ref": "#/components/schemas/microvisor.v1.device" + "$ref": "#/components/schemas/microvisor.v1.account_secret" } }, "meta": { @@ -389,13 +575,61 @@ "accountSid_authToken": [] } ], - "operationId": "ListDevice", + "operationId": "ListAccountSecret", "x-maturity": [ "Preview" ] + }, + "post": { + "description": "Create a secret for an Account.", + "responses": { + "201": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microvisor.v1.account_secret" + } + } + }, + "description": "Created" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "CreateAccountSecret", + "x-maturity": [ + "Preview" + ], + "requestBody": { + "content": { + "application/x-www-form-urlencoded": { + "schema": { + "type": "object", + "title": "CreateAccountSecretRequest", + "properties": { + "Key": { + "type": "string", + "description": "The secret key; up to 100 characters." + }, + "Value": { + "type": "string", + "description": "The secret value; up to 4096 characters." + } + }, + "required": [ + "Key", + "Value" + ] + } + } + } + } } }, - "/v1/Devices/{Sid}": { + "/v1/Secrets/{Key}": { "servers": [ { "url": "https://microvisor.twilio.com" @@ -403,19 +637,17 @@ ], "description": "TODO: Resource-level docs", "x-twilio": { - "defaultOutputProperties": [ - "sid", - "unique_name" - ], - "pathType": "instance" + "defaultOutputProperties": [], + "pathType": "instance", + "mountName": "account_secrets" }, "get": { - "description": "Fetch a specific Device.", + "description": "Retrieve a Secret for an Account.", "parameters": [ { - "name": "Sid", + "name": "Key", "in": "path", - "description": "A 34-character string that uniquely identifies this Device.", + "description": "The secret key; up to 100 characters.", "schema": { "type": "string" }, @@ -427,7 +659,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/microvisor.v1.device" + "$ref": "#/components/schemas/microvisor.v1.account_secret" } } }, @@ -439,18 +671,18 @@ "accountSid_authToken": [] } ], - "operationId": "FetchDevice", + "operationId": "FetchAccountSecret", "x-maturity": [ "Preview" ] }, - "post": { - "description": "Update a specific Device.", + "delete": { + "description": "Delete a secret for an Account.", "parameters": [ { - "name": "Sid", + "name": "Key", "in": "path", - "description": "A 34-character string that uniquely identifies this Device.", + "description": "The secret key; up to 100 characters.", "schema": { "type": "string" }, @@ -458,15 +690,8 @@ } ], "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/microvisor.v1.device" - } - } - }, - "description": "OK" + "204": { + "description": "The resource was deleted successfully." } }, "security": [ @@ -474,35 +699,958 @@ "accountSid_authToken": [] } ], - "operationId": "UpdateDevice", + "operationId": "DeleteAccountSecret", "x-maturity": [ "Preview" + ] + } + }, + "/v1/Apps": { + "servers": [ + { + "url": "https://microvisor.twilio.com" + } + ], + "description": "TODO: Resource-level docs", + "x-twilio": { + "defaultOutputProperties": [ + "sid", + "unique_name" ], - "requestBody": { - "content": { - "application/x-www-form-urlencoded": { - "schema": { - "type": "object", - "title": "UpdateDeviceRequest", - "properties": { + "pathType": "list" + }, + "get": { + "description": "Retrieve a list of all Apps for an Account.", + "parameters": [ + { + "name": "PageSize", + "in": "query", + "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", + "schema": { + "type": "integer", + "minimum": 1, + "maximum": 1000 + } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "ListAppResponse", + "properties": { + "apps": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microvisor.v1.app" + } + }, + "meta": { + "type": "object", + "properties": { + "first_page_url": { + "type": "string", + "format": "uri" + }, + "next_page_url": { + "type": "string", + "format": "uri", + "nullable": true + }, + "page": { + "type": "integer" + }, + "page_size": { + "type": "integer" + }, + "previous_page_url": { + "type": "string", + "format": "uri", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri" + }, + "key": { + "type": "string" + } + } + } + } + } + } + }, + "description": "OK" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "ListApp", + "x-maturity": [ + "Preview" + ] + } + }, + "/v1/Apps/{Sid}": { + "servers": [ + { + "url": "https://microvisor.twilio.com" + } + ], + "description": "TODO: Resource-level docs", + "x-twilio": { + "defaultOutputProperties": [ + "sid", + "unique_name" + ], + "pathType": "instance" + }, + "get": { + "description": "Fetch a specific App.", + "parameters": [ + { + "name": "Sid", + "in": "path", + "description": "A 34-character string that uniquely identifies this App.", + "schema": { + "type": "string" + }, + "required": true + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microvisor.v1.app" + } + } + }, + "description": "OK" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "FetchApp", + "x-maturity": [ + "Preview" + ] + }, + "delete": { + "description": "Delete a specific App.", + "parameters": [ + { + "name": "Sid", + "in": "path", + "description": "A 34-character string that uniquely identifies this App.", + "schema": { + "type": "string" + }, + "required": true + } + ], + "responses": { + "204": { + "description": "The resource was deleted successfully." + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "DeleteApp", + "x-maturity": [ + "Preview" + ] + } + }, + "/v1/Devices": { + "servers": [ + { + "url": "https://microvisor.twilio.com" + } + ], + "description": "TODO: Resource-level docs", + "x-twilio": { + "defaultOutputProperties": [ + "sid", + "unique_name" + ], + "pathType": "list" + }, + "get": { + "description": "Retrieve a list of all Devices registered with the Account.", + "parameters": [ + { + "name": "PageSize", + "in": "query", + "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", + "schema": { + "type": "integer", + "minimum": 1, + "maximum": 1000 + } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "ListDeviceResponse", + "properties": { + "devices": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microvisor.v1.device" + } + }, + "meta": { + "type": "object", + "properties": { + "first_page_url": { + "type": "string", + "format": "uri" + }, + "next_page_url": { + "type": "string", + "format": "uri", + "nullable": true + }, + "page": { + "type": "integer" + }, + "page_size": { + "type": "integer" + }, + "previous_page_url": { + "type": "string", + "format": "uri", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri" + }, + "key": { + "type": "string" + } + } + } + } + } + } + }, + "description": "OK" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "ListDevice", + "x-maturity": [ + "Preview" + ] + } + }, + "/v1/Devices/{Sid}": { + "servers": [ + { + "url": "https://microvisor.twilio.com" + } + ], + "description": "TODO: Resource-level docs", + "x-twilio": { + "defaultOutputProperties": [ + "sid", + "unique_name" + ], + "pathType": "instance" + }, + "get": { + "description": "Fetch a specific Device.", + "parameters": [ + { + "name": "Sid", + "in": "path", + "description": "A 34-character string that uniquely identifies this Device.", + "schema": { + "type": "string" + }, + "required": true + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microvisor.v1.device" + } + } + }, + "description": "OK" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "FetchDevice", + "x-maturity": [ + "Preview" + ] + }, + "post": { + "description": "Update a specific Device.", + "parameters": [ + { + "name": "Sid", + "in": "path", + "description": "A 34-character string that uniquely identifies this Device.", + "schema": { + "type": "string" + }, + "required": true + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microvisor.v1.device" + } + } + }, + "description": "OK" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "UpdateDevice", + "x-maturity": [ + "Preview" + ], + "requestBody": { + "content": { + "application/x-www-form-urlencoded": { + "schema": { + "type": "object", + "title": "UpdateDeviceRequest", + "properties": { "UniqueName": { "type": "string", - "description": "A unique and addressable name to be assigned to this Device by the developer. It may be used in place of the Device SID." + "description": "A unique and addressable name to be assigned to this Device by the developer. It may be used in place of the Device SID." + }, + "TargetApp": { + "type": "string", + "description": "The SID or unique name of the App to be targeted to the Device." + }, + "LoggingEnabled": { + "type": "boolean", + "description": "A Boolean flag specifying whether to enable application logging. Logs will be enabled or extended for 24 hours." + } + } + } + } + } + } + } + }, + "/v1/Devices/{DeviceSid}/Configs": { + "servers": [ + { + "url": "https://microvisor.twilio.com" + } + ], + "description": "TODO: Resource-level docs", + "x-twilio": { + "defaultOutputProperties": [], + "pathType": "list", + "parent": "/Devices/{Sid}", + "mountName": "device_configs" + }, + "get": { + "description": "Retrieve a list of all Configs for a Device.", + "parameters": [ + { + "name": "DeviceSid", + "in": "path", + "description": "A 34-character string that uniquely identifies the Device.", + "schema": { + "type": "string" + }, + "required": true + }, + { + "name": "PageSize", + "in": "query", + "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", + "schema": { + "type": "integer", + "minimum": 1, + "maximum": 1000 + } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "ListDeviceConfigResponse", + "properties": { + "configs": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microvisor.v1.device.device_config" + } + }, + "meta": { + "type": "object", + "properties": { + "first_page_url": { + "type": "string", + "format": "uri" + }, + "next_page_url": { + "type": "string", + "format": "uri", + "nullable": true + }, + "page": { + "type": "integer" + }, + "page_size": { + "type": "integer" + }, + "previous_page_url": { + "type": "string", + "format": "uri", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri" + }, + "key": { + "type": "string" + } + } + } + } + } + } + }, + "description": "OK" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "ListDeviceConfig", + "x-maturity": [ + "Preview" + ] + }, + "post": { + "description": "Create a config for a Microvisor Device.", + "parameters": [ + { + "name": "DeviceSid", + "in": "path", + "description": "A 34-character string that uniquely identifies the Device.", + "schema": { + "type": "string" + }, + "required": true + } + ], + "responses": { + "201": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microvisor.v1.device.device_config" + } + } + }, + "description": "Created" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "CreateDeviceConfig", + "x-maturity": [ + "Preview" + ], + "requestBody": { + "content": { + "application/x-www-form-urlencoded": { + "schema": { + "type": "object", + "title": "CreateDeviceConfigRequest", + "properties": { + "Key": { + "type": "string", + "description": "The config key; up to 100 characters." + }, + "Value": { + "type": "string", + "description": "The config value; up to 4096 characters." + } + }, + "required": [ + "Key", + "Value" + ] + } + } + } + } + } + }, + "/v1/Devices/{DeviceSid}/Configs/{Key}": { + "servers": [ + { + "url": "https://microvisor.twilio.com" + } + ], + "description": "TODO: Resource-level docs", + "x-twilio": { + "defaultOutputProperties": [], + "pathType": "instance", + "parent": "/Devices/{Sid}", + "mountName": "device_configs" + }, + "get": { + "description": "Retrieve a Config for a Device.", + "parameters": [ + { + "name": "DeviceSid", + "in": "path", + "description": "A 34-character string that uniquely identifies the Device.", + "schema": { + "type": "string" + }, + "required": true + }, + { + "name": "Key", + "in": "path", + "description": "The config key; up to 100 characters.", + "schema": { + "type": "string" + }, + "required": true + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microvisor.v1.device.device_config" + } + } + }, + "description": "OK" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "FetchDeviceConfig", + "x-maturity": [ + "Preview" + ] + }, + "delete": { + "description": "Delete a config for a Microvisor Device.", + "parameters": [ + { + "name": "DeviceSid", + "in": "path", + "description": "A 34-character string that uniquely identifies the Device.", + "schema": { + "type": "string" + }, + "required": true + }, + { + "name": "Key", + "in": "path", + "description": "The config key; up to 100 characters.", + "schema": { + "type": "string" + }, + "required": true + } + ], + "responses": { + "204": { + "description": "The resource was deleted successfully." + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "DeleteDeviceConfig", + "x-maturity": [ + "Preview" + ] + } + }, + "/v1/Devices/{DeviceSid}/Secrets": { + "servers": [ + { + "url": "https://microvisor.twilio.com" + } + ], + "description": "TODO: Resource-level docs", + "x-twilio": { + "defaultOutputProperties": [], + "pathType": "list", + "parent": "/Devices/{Sid}", + "mountName": "device_secrets" + }, + "get": { + "description": "Retrieve a list of all Secrets for a Device.", + "parameters": [ + { + "name": "DeviceSid", + "in": "path", + "description": "A 34-character string that uniquely identifies the Device.", + "schema": { + "type": "string" + }, + "required": true + }, + { + "name": "PageSize", + "in": "query", + "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000.", + "schema": { + "type": "integer", + "minimum": 1, + "maximum": 1000 + } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "type": "object", + "title": "ListDeviceSecretResponse", + "properties": { + "secrets": { + "type": "array", + "items": { + "$ref": "#/components/schemas/microvisor.v1.device.device_secret" + } + }, + "meta": { + "type": "object", + "properties": { + "first_page_url": { + "type": "string", + "format": "uri" + }, + "next_page_url": { + "type": "string", + "format": "uri", + "nullable": true + }, + "page": { + "type": "integer" + }, + "page_size": { + "type": "integer" + }, + "previous_page_url": { + "type": "string", + "format": "uri", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri" + }, + "key": { + "type": "string" + } + } + } + } + } + } + }, + "description": "OK" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "ListDeviceSecret", + "x-maturity": [ + "Preview" + ] + }, + "post": { + "description": "Create a secret for a Microvisor Device.", + "parameters": [ + { + "name": "DeviceSid", + "in": "path", + "description": "A 34-character string that uniquely identifies the Device.", + "schema": { + "type": "string" + }, + "required": true + } + ], + "responses": { + "201": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microvisor.v1.device.device_secret" + } + } + }, + "description": "Created" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "CreateDeviceSecret", + "x-maturity": [ + "Preview" + ], + "requestBody": { + "content": { + "application/x-www-form-urlencoded": { + "schema": { + "type": "object", + "title": "CreateDeviceSecretRequest", + "properties": { + "Key": { + "type": "string", + "description": "The secret key; up to 100 characters." }, - "TargetApp": { + "Value": { "type": "string", - "description": "The SID or unique name of the App to be targeted to the Device." - }, - "LoggingEnabled": { - "type": "boolean", - "description": "A Boolean flag specifying whether to enable application logging. Logs will be enabled or extended for 24 hours." + "description": "The secret value; up to 4096 characters." } - } + }, + "required": [ + "Key", + "Value" + ] } } } } } + }, + "/v1/Devices/{DeviceSid}/Secrets/{Key}": { + "servers": [ + { + "url": "https://microvisor.twilio.com" + } + ], + "description": "TODO: Resource-level docs", + "x-twilio": { + "defaultOutputProperties": [], + "pathType": "instance", + "parent": "/Devices/{Sid}", + "mountName": "device_secrets" + }, + "get": { + "description": "Retrieve a Secret for a Device.", + "parameters": [ + { + "name": "DeviceSid", + "in": "path", + "description": "A 34-character string that uniquely identifies the Device.", + "schema": { + "type": "string" + }, + "required": true + }, + { + "name": "Key", + "in": "path", + "description": "The secret key; up to 100 characters.", + "schema": { + "type": "string" + }, + "required": true + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/microvisor.v1.device.device_secret" + } + } + }, + "description": "OK" + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "FetchDeviceSecret", + "x-maturity": [ + "Preview" + ] + }, + "delete": { + "description": "Delete a secret for a Microvisor Device.", + "parameters": [ + { + "name": "DeviceSid", + "in": "path", + "description": "A 34-character string that uniquely identifies the Device.", + "schema": { + "type": "string" + }, + "required": true + }, + { + "name": "Key", + "in": "path", + "description": "The secret key; up to 100 characters.", + "schema": { + "type": "string" + }, + "required": true + } + ], + "responses": { + "204": { + "description": "The resource was deleted successfully." + } + }, + "security": [ + { + "accountSid_authToken": [] + } + ], + "operationId": "DeleteDeviceSecret", + "x-maturity": [ + "Preview" + ] + } } }, "servers": [ diff --git a/src/services/twilio-api/twilio_monitor_v1.json b/src/services/twilio-api/twilio_monitor_v1.json index 3df5ed0c..b981e492 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.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -454,6 +454,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -659,6 +676,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_notify_v1.json b/src/services/twilio-api/twilio_notify_v1.json index cba3d402..8f82d46c 100644 --- a/src/services/twilio-api/twilio_notify_v1.json +++ b/src/services/twilio-api/twilio_notify_v1.json @@ -442,7 +442,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -730,6 +730,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -823,6 +840,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1408,6 +1442,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_numbers_v2.json b/src/services/twilio-api/twilio_numbers_v2.json index d4b76520..cc564032 100644 --- a/src/services/twilio-api/twilio_numbers_v2.json +++ b/src/services/twilio-api/twilio_numbers_v2.json @@ -690,7 +690,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -892,6 +892,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1203,6 +1220,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1348,6 +1382,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1583,6 +1634,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1776,6 +1844,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2005,6 +2090,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2231,6 +2333,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2515,6 +2634,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2750,6 +2886,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_oauth_v1.json b/src/services/twilio-api/twilio_oauth_v1.json index 02dba183..3022a8f3 100644 --- a/src/services/twilio-api/twilio_oauth_v1.json +++ b/src/services/twilio-api/twilio_oauth_v1.json @@ -233,7 +233,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.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 a3fc9e95..1ba9fbf7 100644 --- a/src/services/twilio-api/twilio_preview.json +++ b/src/services/twilio-api/twilio_preview.json @@ -2619,7 +2619,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -2902,6 +2902,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3229,6 +3246,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3578,6 +3612,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3840,6 +3891,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -4178,6 +4246,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -4422,6 +4507,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -4645,6 +4747,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -4958,6 +5077,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -5252,6 +5388,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -5419,6 +5572,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -5566,6 +5736,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -5940,6 +6127,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -6272,6 +6476,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -6588,6 +6809,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -6878,6 +7116,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -7136,6 +7391,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -7548,6 +7820,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -7864,6 +8153,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -8122,6 +8428,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -8539,6 +8862,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -8855,6 +9195,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -9096,6 +9453,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -9652,6 +10026,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -9977,6 +10368,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -10263,6 +10671,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -10588,6 +11013,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -10928,6 +11370,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -11313,6 +11772,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -11748,6 +12224,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -12161,6 +12654,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -12318,6 +12828,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -12865,6 +13392,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_pricing_v1.json b/src/services/twilio-api/twilio_pricing_v1.json index ccd875da..328cd050 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.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -464,6 +464,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -625,6 +642,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -784,6 +818,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_pricing_v2.json b/src/services/twilio-api/twilio_pricing_v2.json index a29bd0a1..de70e575 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.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -446,6 +446,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -681,6 +698,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_proxy_v1.json b/src/services/twilio-api/twilio_proxy_v1.json index c4ee9d73..dd0ec219 100644 --- a/src/services/twilio-api/twilio_proxy_v1.json +++ b/src/services/twilio-api/twilio_proxy_v1.json @@ -858,7 +858,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -1048,6 +1048,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1272,6 +1289,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1617,6 +1651,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1873,6 +1924,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2314,6 +2382,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2684,6 +2769,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2928,6 +3030,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_routes_v2.json b/src/services/twilio-api/twilio_routes_v2.json index 91f230f9..e7c0fc6d 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.38.3" + "version": "1.39.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 b9f469ed..1bc5cfe6 100644 --- a/src/services/twilio-api/twilio_serverless_v1.json +++ b/src/services/twilio-api/twilio_serverless_v1.json @@ -849,7 +849,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -890,6 +890,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1231,6 +1248,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1412,6 +1446,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1770,6 +1821,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2016,6 +2084,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2282,6 +2367,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2623,6 +2725,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2917,6 +3036,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3082,6 +3218,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3391,6 +3544,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_studio_v1.json b/src/services/twilio-api/twilio_studio_v1.json index 7947fa20..f125661d 100644 --- a/src/services/twilio-api/twilio_studio_v1.json +++ b/src/services/twilio-api/twilio_studio_v1.json @@ -588,7 +588,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -633,6 +633,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1002,6 +1019,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1435,6 +1469,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1688,6 +1739,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1893,6 +1961,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_studio_v2.json b/src/services/twilio-api/twilio_studio_v2.json index 1a705419..bb96f977 100644 --- a/src/services/twilio-api/twilio_studio_v2.json +++ b/src/services/twilio-api/twilio_studio_v2.json @@ -488,7 +488,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -550,6 +550,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -982,6 +999,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1292,6 +1326,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1555,6 +1606,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_supersim_v1.json b/src/services/twilio-api/twilio_supersim_v1.json index d0e2eea2..52965d36 100644 --- a/src/services/twilio-api/twilio_supersim_v1.json +++ b/src/services/twilio-api/twilio_supersim_v1.json @@ -721,7 +721,7 @@ "type": "string", "$ref": "#/components/schemas/sms_command_enum_status", "nullable": true, - "description": "The status of the SMS Command. Can be: `queued`, `sent`, `delivered`, `received` or `failed`. See the [SMS Command Status Values](https://www.twilio.com/docs/wireless/api/smscommand-resource#status-values) for a description of each." + "description": "The status of the SMS Command. Can be: `queued`, `sent`, `delivered`, `received` or `failed`. See the [SMS Command Status Values](https://www.twilio.com/docs/iot/supersim/api/smscommand-resource#status-values) for a description of each." }, "direction": { "type": "string", @@ -886,7 +886,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -929,6 +929,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1104,6 +1121,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1351,6 +1385,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1700,6 +1751,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1921,6 +1989,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2061,6 +2146,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2265,6 +2367,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2539,6 +2658,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2705,6 +2841,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2951,6 +3104,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3112,7 +3282,7 @@ { "name": "Status", "in": "query", - "description": "The status of the SMS Command. Can be: `queued`, `sent`, `delivered`, `received` or `failed`. See the [SMS Command Status Values](https://www.twilio.com/docs/wireless/api/smscommand-resource#status-values) for a description of each.", + "description": "The status of the SMS Command. Can be: `queued`, `sent`, `delivered`, `received` or `failed`. See the [SMS Command Status Values](https://www.twilio.com/docs/iot/supersim/api/smscommand-resource#status-values) for a description of each.", "schema": { "type": "string", "$ref": "#/components/schemas/sms_command_enum_status" @@ -3136,6 +3306,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3354,6 +3541,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_sync_v1.json b/src/services/twilio-api/twilio_sync_v1.json index d4282dce..f99738ed 100644 --- a/src/services/twilio-api/twilio_sync_v1.json +++ b/src/services/twilio-api/twilio_sync_v1.json @@ -757,7 +757,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -1025,6 +1025,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1339,6 +1356,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1652,6 +1686,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2056,6 +2107,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2482,6 +2550,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2796,6 +2881,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3122,6 +3224,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3553,6 +3672,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3867,6 +4003,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -4185,6 +4338,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_taskrouter_v1.json b/src/services/twilio-api/twilio_taskrouter_v1.json index 14f2c322..65eb7750 100644 --- a/src/services/twilio-api/twilio_taskrouter_v1.json +++ b/src/services/twilio-api/twilio_taskrouter_v1.json @@ -492,6 +492,42 @@ "LIFO" ] }, + "taskrouter.v1.workspace.task_queue_bulk_real_time_statistics": { + "type": "object", + "properties": { + "account_sid": { + "type": "string", + "minLength": 34, + "maxLength": 34, + "pattern": "^AC[0-9a-fA-F]{32}$", + "nullable": true, + "description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the TaskQueue resource." + }, + "workspace_sid": { + "type": "string", + "minLength": 34, + "maxLength": 34, + "pattern": "^WS[0-9a-fA-F]{32}$", + "nullable": true, + "description": "The SID of the Workspace that contains the TaskQueue." + }, + "task_queue_data": { + "nullable": true, + "description": "The TaskQueue RealTime Statistics for the requested list of task_queue_sid, grouped by task_queue_sid." + }, + "task_queue_response_count": { + "type": "integer", + "nullable": true, + "description": "The number of TaskQueue statistics received in task_queue_data." + }, + "url": { + "type": "string", + "format": "uri", + "nullable": true, + "description": "The absolute URL of the TaskQueue statistics resource." + } + } + }, "taskrouter.v1.workspace.task_queue.task_queue_cumulative_statistics": { "type": "object", "properties": { @@ -2037,7 +2073,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -2273,6 +2309,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2615,6 +2668,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3015,6 +3085,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3365,6 +3452,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3775,6 +3879,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3925,6 +4046,24 @@ } } }, + "/v1/Workspaces/{WorkspaceSid}/TaskQueues/RealTimeStatistics": { + "servers": [ + { + "url": "https://taskrouter.twilio.com" + } + ], + "description": "TODO: Resource-level docs", + "x-twilio": { + "defaultOutputProperties": [ + "account_sid", + "workspace_sid" + ], + "pathType": "list", + "parent": "/Workspaces/{Sid}", + "mountName": "bulk_real_time_statistics", + "className": "task_queue_bulk_real_time_statistics" + } + }, "/v1/Workspaces/{WorkspaceSid}/TaskQueues/{TaskQueueSid}/CumulativeStatistics": { "servers": [ { @@ -4309,6 +4448,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -4448,6 +4604,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -5077,6 +5250,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -5471,6 +5661,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -5854,6 +6061,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -6879,6 +7103,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -7522,6 +7763,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_trunking_v1.json b/src/services/twilio-api/twilio_trunking_v1.json index 4fd27d4b..b953972b 100644 --- a/src/services/twilio-api/twilio_trunking_v1.json +++ b/src/services/twilio-api/twilio_trunking_v1.json @@ -578,7 +578,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -796,6 +796,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1072,6 +1089,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1453,6 +1487,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1729,6 +1780,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2196,6 +2264,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_trusthub_v1.json b/src/services/twilio-api/twilio_trusthub_v1.json index e9388b5e..dae81251 100644 --- a/src/services/twilio-api/twilio_trusthub_v1.json +++ b/src/services/twilio-api/twilio_trusthub_v1.json @@ -789,7 +789,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -910,6 +910,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1253,6 +1270,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1528,6 +1562,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1804,6 +1855,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2014,6 +2082,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2247,6 +2332,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2390,6 +2492,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2587,6 +2706,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2820,6 +2956,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3053,6 +3206,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3396,6 +3566,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3671,6 +3858,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3947,6 +4151,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_verify_v2.json b/src/services/twilio-api/twilio_verify_v2.json index fb969455..ac7aa0c7 100644 --- a/src/services/twilio-api/twilio_verify_v2.json +++ b/src/services/twilio-api/twilio_verify_v2.json @@ -1448,7 +1448,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -1750,6 +1750,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2206,6 +2223,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2524,6 +2558,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2981,6 +3032,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3329,6 +3397,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3769,6 +3854,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -4296,6 +4398,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -4948,6 +5067,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -5298,6 +5434,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -5489,6 +5642,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_video_v1.json b/src/services/twilio-api/twilio_video_v1.json index 8f706e01..add1d583 100644 --- a/src/services/twilio-api/twilio_video_v1.json +++ b/src/services/twilio-api/twilio_video_v1.json @@ -1318,7 +1318,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -1474,6 +1474,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1889,6 +1906,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2341,6 +2375,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2797,6 +2848,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3057,6 +3125,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3302,6 +3387,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3610,6 +3712,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -3872,6 +3991,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_voice_v1.json b/src/services/twilio-api/twilio_voice_v1.json index 91705df7..e3b55aa2 100644 --- a/src/services/twilio-api/twilio_voice_v1.json +++ b/src/services/twilio-api/twilio_voice_v1.json @@ -553,7 +553,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -750,6 +750,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1093,6 +1110,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1413,6 +1447,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1817,6 +1868,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1979,6 +2047,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2204,6 +2289,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -2491,6 +2593,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { diff --git a/src/services/twilio-api/twilio_wireless_v1.json b/src/services/twilio-api/twilio_wireless_v1.json index f306d72e..0bfdfa52 100644 --- a/src/services/twilio-api/twilio_wireless_v1.json +++ b/src/services/twilio-api/twilio_wireless_v1.json @@ -608,7 +608,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "1.38.3" + "version": "1.39.0" }, "openapi": "3.0.1", "paths": { @@ -664,6 +664,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -883,6 +900,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1066,6 +1100,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1160,6 +1211,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1774,6 +1842,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": { @@ -1902,6 +1987,23 @@ "minimum": 1, "maximum": 1000 } + }, + { + "name": "Page", + "in": "query", + "description": "The page index. This value is simply for client state.", + "schema": { + "type": "integer", + "minimum": 0 + } + }, + { + "name": "PageToken", + "in": "query", + "description": "The page token. This is provided by the API.", + "schema": { + "type": "string" + } } ], "responses": {