Skip to content

Commit

Permalink
[Librarian] Regenerated @ a7caf52aaea6fe6c7b30170a468564bcea4f0362
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Jan 28, 2025
1 parent 568f539 commit e88f6e5
Show file tree
Hide file tree
Showing 25 changed files with 544 additions and 79 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
twilio-oai changelog
====================
[2025-01-28] Version 2.1.11
---------------------------
**Api**
- Add open-api file tag to `conference/call recordings` and `recording_transcriptions`.

**Events**
- Add support for subaccount subscriptions (beta)

**Insights**
- add new region to conference APIs

**Lookups**
- Add new `parnter_sub_id` query parameter to the lookup request


[2025-01-13] Version 2.1.10
---------------------------
**Messaging**
Expand Down
63 changes: 34 additions & 29 deletions spec/json/twilio_api_v2010.json
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@
"capabilities": {
"type": "object",
"format": "phone-number-capabilities",
"x-class-extra-annotation": "@JsonInclude(JsonInclude.Include.NON_NULL)",
"properties": {
"mms": {
"type": "boolean"
Expand Down Expand Up @@ -629,6 +630,7 @@
"capabilities": {
"type": "object",
"format": "phone-number-capabilities",
"x-class-extra-annotation": "@JsonInclude(JsonInclude.Include.NON_NULL)",
"properties": {
"mms": {
"type": "boolean"
Expand Down Expand Up @@ -717,6 +719,7 @@
"capabilities": {
"type": "object",
"format": "phone-number-capabilities",
"x-class-extra-annotation": "@JsonInclude(JsonInclude.Include.NON_NULL)",
"properties": {
"mms": {
"type": "boolean"
Expand Down Expand Up @@ -805,6 +808,7 @@
"capabilities": {
"type": "object",
"format": "phone-number-capabilities",
"x-class-extra-annotation": "@JsonInclude(JsonInclude.Include.NON_NULL)",
"properties": {
"mms": {
"type": "boolean"
Expand Down Expand Up @@ -893,6 +897,7 @@
"capabilities": {
"type": "object",
"format": "phone-number-capabilities",
"x-class-extra-annotation": "@JsonInclude(JsonInclude.Include.NON_NULL)",
"properties": {
"mms": {
"type": "boolean"
Expand Down Expand Up @@ -981,6 +986,7 @@
"capabilities": {
"type": "object",
"format": "phone-number-capabilities",
"x-class-extra-annotation": "@JsonInclude(JsonInclude.Include.NON_NULL)",
"properties": {
"mms": {
"type": "boolean"
Expand Down Expand Up @@ -1069,6 +1075,7 @@
"capabilities": {
"type": "object",
"format": "phone-number-capabilities",
"x-class-extra-annotation": "@JsonInclude(JsonInclude.Include.NON_NULL)",
"properties": {
"mms": {
"type": "boolean"
Expand Down Expand Up @@ -2303,6 +2310,7 @@
"capabilities": {
"type": "object",
"format": "phone-number-capabilities",
"x-class-extra-annotation": "@JsonInclude(JsonInclude.Include.NON_NULL)",
"properties": {
"mms": {
"type": "boolean",
Expand Down Expand Up @@ -2744,6 +2752,7 @@
"capabilities": {
"type": "object",
"format": "phone-number-capabilities",
"x-class-extra-annotation": "@JsonInclude(JsonInclude.Include.NON_NULL)",
"properties": {
"mms": {
"type": "boolean",
Expand Down Expand Up @@ -3040,6 +3049,7 @@
"capabilities": {
"type": "object",
"format": "phone-number-capabilities",
"x-class-extra-annotation": "@JsonInclude(JsonInclude.Include.NON_NULL)",
"properties": {
"mms": {
"type": "boolean",
Expand Down Expand Up @@ -3336,6 +3346,7 @@
"capabilities": {
"type": "object",
"format": "phone-number-capabilities",
"x-class-extra-annotation": "@JsonInclude(JsonInclude.Include.NON_NULL)",
"properties": {
"mms": {
"type": "boolean",
Expand Down Expand Up @@ -18070,7 +18081,7 @@
"post": {
"description": "Create a recording for the call",
"tags": [
"Api20100401Recording"
"Api20100401CallRecording"
],
"parameters": [
{
Expand Down Expand Up @@ -18242,7 +18253,7 @@
"get": {
"description": "Retrieve a list of recordings belonging to the call used to make the request",
"tags": [
"Api20100401Recording"
"Api20100401CallRecording"
],
"parameters": [
{
Expand Down Expand Up @@ -18517,7 +18528,7 @@
"post": {
"description": "Changes the status of the recording to paused, stopped, or in-progress. Note: Pass `Twilio.CURRENT` instead of recording sid to reference current active recording.",
"tags": [
"Api20100401Recording"
"Api20100401CallRecording"
],
"parameters": [
{
Expand Down Expand Up @@ -18669,7 +18680,7 @@
"get": {
"description": "Fetch an instance of a recording for a call",
"tags": [
"Api20100401Recording"
"Api20100401CallRecording"
],
"parameters": [
{
Expand Down Expand Up @@ -18795,7 +18806,7 @@
"delete": {
"description": "Delete a recording from your account",
"tags": [
"Api20100401Recording"
"Api20100401CallRecording"
],
"parameters": [
{
Expand Down Expand Up @@ -19981,7 +19992,7 @@
"get": {
"description": "Retrieve a list of recordings belonging to the call used to make the request",
"tags": [
"Api20100401Recording"
"Api20100401ConferenceRecording"
],
"parameters": [
{
Expand Down Expand Up @@ -20255,7 +20266,7 @@
"post": {
"description": "Changes the status of the recording to paused, stopped, or in-progress. Note: To use `Twilio.CURRENT`, pass it as recording sid.",
"tags": [
"Api20100401Recording"
"Api20100401ConferenceRecording"
],
"parameters": [
{
Expand Down Expand Up @@ -20406,7 +20417,7 @@
"get": {
"description": "Fetch an instance of a recording for a call",
"tags": [
"Api20100401Recording"
"Api20100401ConferenceRecording"
],
"parameters": [
{
Expand Down Expand Up @@ -20531,7 +20542,7 @@
"delete": {
"description": "Delete a recording from your account",
"tags": [
"Api20100401Recording"
"Api20100401ConferenceRecording"
],
"parameters": [
{
Expand Down Expand Up @@ -23992,7 +24003,6 @@
"value": {
"AddressSid": "ADaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"ApiVersion": "api_version",
"AreaCode": "area_code",
"EmergencyStatus": "Active",
"EmergencyAddressSid": "ADaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"IdentitySid": "RIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
Expand Down Expand Up @@ -24589,7 +24599,6 @@
"value": {
"AddressSid": "ADaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"ApiVersion": "api_version",
"AreaCode": "area_code",
"EmergencyStatus": "Active",
"EmergencyAddressSid": "ADaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"IdentitySid": "RIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
Expand Down Expand Up @@ -25186,7 +25195,6 @@
"value": {
"AddressSid": "ADaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"ApiVersion": "api_version",
"AreaCode": "area_code",
"EmergencyStatus": "Active",
"EmergencyAddressSid": "ADaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"IdentitySid": "RIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
Expand Down Expand Up @@ -32725,7 +32733,7 @@
},
"examples": {
"fetchIncludeSoftDeleted": {
"value": "true"
"value": true
}
}
}
Expand Down Expand Up @@ -33034,7 +33042,7 @@
},
"examples": {
"readIncludeSoftDeleted": {
"value": "True"
"value": true
}
}
},
Expand Down Expand Up @@ -34322,7 +34330,7 @@
"get": {
"description": "",
"tags": [
"Api20100401Transcription"
"Api20100401RecordingTranscription"
],
"parameters": [
{
Expand Down Expand Up @@ -34439,7 +34447,7 @@
"delete": {
"description": "",
"tags": [
"Api20100401Transcription"
"Api20100401RecordingTranscription"
],
"parameters": [
{
Expand Down Expand Up @@ -34512,7 +34520,7 @@
"get": {
"description": "",
"tags": [
"Api20100401Transcription"
"Api20100401RecordingTranscription"
],
"parameters": [
{
Expand Down Expand Up @@ -34618,14 +34626,11 @@
"value": {
"end": 0,
"first_page_uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Recordings/REaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions.json?PageSize=50&Page=0",
"last_page_uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Recordings/REaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions.json?PageSize=50&Page=0",
"next_page_uri": null,
"num_pages": 1,
"page": 0,
"page_size": 50,
"previous_page_uri": null,
"start": 0,
"total": 1,
"transcriptions": [
{
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
Expand All @@ -34650,14 +34655,11 @@
"value": {
"end": 0,
"first_page_uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Recordings/REaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions.json?PageSize=50&Page=0",
"last_page_uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Recordings/REaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions.json?PageSize=50&Page=0",
"next_page_uri": null,
"num_pages": 1,
"page": 0,
"page_size": 50,
"previous_page_uri": null,
"start": 0,
"total": 1,
"transcriptions": [],
"uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Recordings/REaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions.json?PageSize=50&Page=0"
}
Expand Down Expand Up @@ -44287,14 +44289,11 @@
"value": {
"end": 0,
"first_page_uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions.json?PageSize=1&Page=0",
"last_page_uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions.json?PageSize=1&Page=3",
"next_page_uri": null,
"num_pages": 4,
"page": 0,
"page_size": 1,
"previous_page_uri": null,
"start": 0,
"total": 4,
"transcriptions": [
{
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
Expand All @@ -44319,14 +44318,11 @@
"value": {
"end": 0,
"first_page_uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions.json?PageSize=1&Page=0",
"last_page_uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions.json?PageSize=1&Page=3",
"next_page_uri": null,
"num_pages": 4,
"page": 0,
"page_size": 1,
"previous_page_uri": null,
"start": 0,
"total": 4,
"transcriptions": [],
"uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions.json?PageSize=1&Page=0"
}
Expand Down Expand Up @@ -47872,12 +47868,18 @@
{
"name": "Api20100401CallNotification"
},
{
"name": "Api20100401CallRecording"
},
{
"name": "Api20100401CallTranscription"
},
{
"name": "Api20100401Conference"
},
{
"name": "Api20100401ConferenceRecording"
},
{
"name": "Api20100401ConnectApp"
},
Expand Down Expand Up @@ -47992,6 +47994,9 @@
{
"name": "Api20100401Recording"
},
{
"name": "Api20100401RecordingTranscription"
},
{
"name": "Api20100401Region"
},
Expand Down
25 changes: 25 additions & 0 deletions spec/json/twilio_content_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,28 @@
"cards"
]
},
"twilioSchedule": {
"type": "object",
"description": "twilio/schedule templates allow us to send a message with a schedule with different time slots",
"nullable": true,
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"title": {
"type": "string"
},
"timeSlots": {
"type": "string"
}
},
"required": [
"id",
"title",
"timeSlots"
]
},
"twilioFlows": {
"type": "object",
"description": "twilio/flows templates allow you to send multiple messages in a set order with text or select options",
Expand Down Expand Up @@ -667,6 +689,9 @@
"twilio/flows": {
"$ref": "#/components/schemas/twilioFlows"
},
"twilio/schedule": {
"$ref": "#/components/schemas/twilioSchedule"
},
"whatsapp/card": {
"$ref": "#/components/schemas/whatsappCard"
},
Expand Down
Loading

0 comments on commit e88f6e5

Please sign in to comment.