Skip to content

Commit

Permalink
oaiFix: Updated api definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Jan 13, 2025
1 parent 37a604a commit fd8d558
Show file tree
Hide file tree
Showing 9 changed files with 380 additions and 63 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---------------------------
**Messaging**
- Adds validity period Default value in service resource documentation


### [7.26.8](https://github.com/twilio/twilio-cli-core/compare/7.26.7...7.26.8) (2025-01-10)


Expand Down
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/services/twilio-api/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 src/services/twilio-api/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 src/services/twilio-api/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 fd8d558

Please sign in to comment.