Skip to content

Commit

Permalink
[Librarian] Regenerated @ 0a245f5931e0ff292c12b643839bbb9a1b3831e3
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Jan 9, 2025
1 parent 08b58e7 commit 423fd45
Show file tree
Hide file tree
Showing 13 changed files with 340 additions and 82 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-09] Version 2.1.9
--------------------------
**Numbers**
- Change beta feature flag to use v2/BulkHostedNumberOrders


[2024-12-12] Version 2.1.8
--------------------------
**Library - Chore**
Expand Down
43 changes: 29 additions & 14 deletions spec/json/twilio_api_v2010.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,9 @@
"$ref": "#/components/schemas/authorized_connect_app_enum_permission"
},
"nullable": true,
"description": "The set of permissions that you authorized for the Connect App. Can be: `get-all` or `post-all`."
"description": "The set of permissions that you authorized for the Connect App. Can be: `get-all` or `post-all`.",
"x-field-extra-annotation": "@JacksonXmlProperty(localName=\"Permission\") @JacksonXmlElementWrapper(localName=\"Permissions\")",
"x-getter-extra-annotation": "@JacksonXmlProperty(localName=\"Permission\") @JacksonXmlElementWrapper(localName=\"Permissions\")"
},
"uri": {
"type": "string",
Expand Down Expand Up @@ -2027,7 +2029,9 @@
"$ref": "#/components/schemas/connect_app_enum_permission"
},
"nullable": true,
"description": "The set of permissions that your ConnectApp requests."
"description": "The set of permissions that your ConnectApp requests.",
"x-field-extra-annotation": "@JacksonXmlProperty(localName=\"Permission\") @JacksonXmlElementWrapper(localName=\"Permissions\")",
"x-getter-extra-annotation": "@JacksonXmlProperty(localName=\"Permission\") @JacksonXmlElementWrapper(localName=\"Permissions\")"
},
"sid": {
"type": "string",
Expand Down Expand Up @@ -6008,7 +6012,9 @@
}
},
"nullable": true,
"description": "An array representing the ephemeral credentials and the STUN and TURN server URIs."
"description": "An array representing the ephemeral credentials and the STUN and TURN server URIs.",
"x-field-extra-annotation": "@JacksonXmlProperty(localName=\"IceServer\") @JacksonXmlElementWrapper(localName=\"IceServers\")",
"x-getter-extra-annotation": "@JacksonXmlProperty(localName=\"IceServer\") @JacksonXmlElementWrapper(localName=\"IceServers\")"
},
"password": {
"type": "string",
Expand Down Expand Up @@ -23435,7 +23441,7 @@
"get": {
"description": "",
"tags": [
"Api20100401Local"
"Api20100401IncomingPhoneNumberLocal"
],
"parameters": [
{
Expand Down Expand Up @@ -23707,7 +23713,7 @@
"post": {
"description": "",
"tags": [
"Api20100401Local"
"Api20100401IncomingPhoneNumberLocal"
],
"parameters": [
{
Expand Down Expand Up @@ -24032,7 +24038,7 @@
"get": {
"description": "",
"tags": [
"Api20100401Mobile"
"Api20100401IncomingPhoneNumberMobile"
],
"parameters": [
{
Expand Down Expand Up @@ -24304,7 +24310,7 @@
"post": {
"description": "",
"tags": [
"Api20100401Mobile"
"Api20100401IncomingPhoneNumberMobile"
],
"parameters": [
{
Expand Down Expand Up @@ -24629,7 +24635,7 @@
"get": {
"description": "",
"tags": [
"Api20100401TollFree"
"Api20100401IncomingPhoneNumberTollFree"
],
"parameters": [
{
Expand Down Expand Up @@ -24901,7 +24907,7 @@
"post": {
"description": "",
"tags": [
"Api20100401TollFree"
"Api20100401IncomingPhoneNumberTollFree"
],
"parameters": [
{
Expand Down Expand Up @@ -29420,7 +29426,7 @@
}
],
"responses": {
"201": {
"200": {
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -29475,7 +29481,7 @@
}
}
},
"description": "Created"
"description": "OK"
}
},
"security": [
Expand Down Expand Up @@ -32446,7 +32452,7 @@
},
"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."
"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."
}
}
},
Expand Down Expand Up @@ -41608,7 +41614,7 @@
}
],
"responses": {
"201": {
"200": {
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -41676,7 +41682,7 @@
}
}
},
"description": "Created"
"description": "OK"
}
},
"security": [
Expand Down Expand Up @@ -47907,6 +47913,15 @@
{
"name": "Api20100401IncomingPhoneNumber"
},
{
"name": "Api20100401IncomingPhoneNumberLocal"
},
{
"name": "Api20100401IncomingPhoneNumberMobile"
},
{
"name": "Api20100401IncomingPhoneNumberTollFree"
},
{
"name": "Api20100401IpAccessControlList"
},
Expand Down
21 changes: 20 additions & 1 deletion spec/json/twilio_assistants_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@
"type": "string",
"description": "The url of the knowledge resource."
},
"embedding_model": {
"description": "The embedding model to be used for the knowledge source.",
"type": "string"
},
"date_created": {
"description": "The date and time in GMT when the Knowledge was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.",
"format": "date-time",
Expand All @@ -189,7 +193,14 @@
"format": "date-time",
"type": "string"
}
}
},
"required": [
"id",
"name",
"type",
"date_created",
"date_updated"
]
},
"assistants.v1.service.tool": {
"type": "object",
Expand Down Expand Up @@ -696,6 +707,10 @@
"type": {
"description": "The type of the knowledge source.",
"type": "string"
},
"embedding_model": {
"description": "The embedding model to be used for the knowledge source. It's required for 'Database' type but disallowed for other types.",
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -726,6 +741,10 @@
"type": {
"description": "The description of the knowledge source.",
"type": "string"
},
"embedding_model": {
"description": "The embedding model to be used for the knowledge source. It's only applicable to 'Database' type.",
"type": "string"
}
}
},
Expand Down
28 changes: 0 additions & 28 deletions spec/json/twilio_content_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -580,41 +580,13 @@
},
"type": {
"type": "string"
},
"text": {
"type": "string"
},
"options": {
"$ref": "#/components/schemas/flowsPageComponentSelectItems"
}
},
"required": [
"label",
"type"
]
},
"flowsPageComponentSelectItems": {
"type": "array",
"items": {
"$ref": "#/components/schemas/flowsPageComponentSelectItem"
}
},
"flowsPageComponentSelectItem": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"title": {
"type": "string"
}
},
"required": [
"id",
"title"
]
},
"ContentApprovalRequest": {
"type": "object",
"description": "Content approval request body",
Expand Down
Loading

0 comments on commit 423fd45

Please sign in to comment.