Skip to content

Commit

Permalink
[Librarian] Regenerated @ 45fa5159053e1c1f62f6d613f3b67a9239b43a5f
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Dec 5, 2024
1 parent c96f94b commit f769fce
Show file tree
Hide file tree
Showing 13 changed files with 1,176 additions and 561 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
twilio-oai changelog
====================
[2024-12-05] Version 2.1.7
--------------------------
**Api**
- Add optional parameter `intelligence_service` to `transcription`
- Updated `phone_number_sid` to be populated for sip trunking terminating calls.

**Numbers**
- Add Update Hosted Number Order V2 API endpoint
- Update Port in docs

**Twiml**
- Add optional parameter `intelligence_service` to `<Transcription>`
- Add support for new `<ConversationRelay>` and `<Assistant>` noun
- Add `events` attribute to `<Dial>` verb


[2024-11-15] Version 2.1.6
--------------------------
**Api**
Expand Down
7 changes: 6 additions & 1 deletion spec/json/twilio_api_v2010.json
Original file line number Diff line number Diff line change
Expand Up @@ -32443,6 +32443,10 @@
"EnableAutomaticPunctuation": {
"type": "boolean",
"description": "The provider will add punctuation to recognition result"
},
"IntelligenceService": {
"type": "string",
"description": "The SID or the unique name of the [IntelligentService](https://www.twilio.com/docs/voice/intelligence/api/service-resource) to process the transcription."
}
}
},
Expand All @@ -32464,7 +32468,8 @@
"ProfanityFilter": false,
"SpeechModel": "long",
"Hints": "this is a hint",
"EnableAutomaticPunctuation": true
"EnableAutomaticPunctuation": true,
"IntelligenceService": "GAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}
}
}
Expand Down
32 changes: 32 additions & 0 deletions spec/json/twilio_iam_organizations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2924,6 +2924,38 @@
}
}
},
"ScimPatchRequest": {
"type": "object",
"properties": {
"schemas": {
"type": "array",
"items": {
"type": "string"
}
},
"Operations": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ScimPatchOperation"
}
}
}
},
"ScimPatchOperation": {
"type": "object",
"properties": {
"op": {
"type": "string",
"description": "The operation to perform"
},
"path": {
"type": "string"
},
"value": {
"type": "object"
}
}
},
"JsonPatch": {
"type": "object",
"properties": {
Expand Down
3 changes: 3 additions & 0 deletions spec/json/twilio_iam_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,9 @@
{
"name": "IamV1PolicyAssignment"
},
{
"name": "IamV1PublicKey"
},
{
"name": "IamV1RefreshToken"
},
Expand Down
Loading

0 comments on commit f769fce

Please sign in to comment.