Skip to content

Commit

Permalink
[Librarian] Regenerated @ d9b0f7b0297f064eec2f219b29fd4193559c54f3
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Jan 13, 2025
1 parent 423fd45 commit 568f539
Show file tree
Hide file tree
Showing 15 changed files with 598 additions and 60 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
twilio-oai changelog
====================
[2025-01-13] Version 2.1.10
---------------------------
**Messaging**
- Adds validity period Default value in service resource documentation


[2025-01-09] Version 2.1.9
--------------------------
**Numbers**
Expand Down
3 changes: 2 additions & 1 deletion spec/json/twilio_api_v2010.json
Original file line number Diff line number Diff line change
Expand Up @@ -5996,6 +5996,7 @@
"items": {
"type": "object",
"format": "ice-server",
"x-class-extra-annotation": "@JsonInclude(JsonInclude.Include.NON_NULL)",
"properties": {
"credential": {
"type": "string"
Expand Down Expand Up @@ -32452,7 +32453,7 @@
},
"IntelligenceService": {
"type": "string",
"description": "The SID or the unique name of the [Voice Intelligence Service](https://www.twilio.com/docs/voice/intelligence/api/service-resource) to process the transcription."
"description": "The SID of the [Voice Intelligence Service](https://www.twilio.com/docs/voice/intelligence/api/service-resource) for persisting transcripts and running post-call Language Operators ."
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions spec/json/twilio_conversations_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"type": "string"
},
"nullable": true,
"description": "The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onConversationUpdated`, `onConversationRemoved`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`"
"description": "The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onMessageAdd`, `onMessageUpdate`, `onMessageRemove`, `onConversationUpdated`, `onConversationRemoved`, `onConversationAdd`, `onConversationAdded`, `onConversationRemove`, `onConversationUpdate`, `onConversationStateUpdated`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onParticipantAdd`, `onParticipantRemove`, `onParticipantUpdate`, `onDeliveryUpdated`, `onUserAdded`, `onUserUpdate`, `onUserUpdated`"
},
"pre_webhook_url": {
"type": "string",
Expand Down Expand Up @@ -4149,7 +4149,7 @@
"items": {
"type": "string"
},
"description": "The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onConversationUpdated`, `onConversationRemoved`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`"
"description": "The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onMessageAdd`, `onMessageUpdate`, `onMessageRemove`, `onConversationUpdated`, `onConversationRemoved`, `onConversationAdd`, `onConversationAdded`, `onConversationRemove`, `onConversationUpdate`, `onConversationStateUpdated`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onParticipantAdd`, `onParticipantRemove`, `onParticipantUpdate`, `onDeliveryUpdated`, `onUserAdded`, `onUserUpdate`, `onUserUpdated`"
},
"PreWebhookUrl": {
"type": "string",
Expand Down
11 changes: 5 additions & 6 deletions spec/json/twilio_iam_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@
"friendly_name",
"date_created"
],
"mountName": "get_api_keys",
"className": "get_api_keys",
"pathType": "list"
},
"get": {
Expand Down Expand Up @@ -379,7 +377,11 @@
"accountSid_authToken": []
}
],
"operationId": "ListGetKeys"
"operationId": "ListGetKeys",
"x-twilio": {
"mountName": "get_api_keys",
"className": "get_api_keys"
}
},
"post": {
"description": "Create a new Signing Key for the account making the request.",
Expand Down Expand Up @@ -515,9 +517,6 @@
}
}
}
},
"x-twilio": {
"mountName": "new_api_key"
}
}
},
Expand Down
Loading

0 comments on commit 568f539

Please sign in to comment.