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 26, 2023
1 parent 3a8570c commit e57a2f0
Show file tree
Hide file tree
Showing 43 changed files with 6,110 additions and 4,765 deletions.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
---------------------------
**Library - Fix**
- [PR #87](https://github.com/twilio/twilio-oai/pull/87): use long property descriptions if available. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
- [PR #85](https://github.com/twilio/twilio-oai/pull/85): Nullable Page URLs. Thanks to [@claudiachua](https://github.com/claudiachua)!

**Api**
- Add `public_application_connect_enabled` param to Application resource

**Messaging**
- Add new tollfree verification API property (ExternalReferenceId)]

**Verify**
- Add `device_ip` parameter and channel `auto` for sna/sms orchestration

**Twiml**
- Add support for `<Application>` noun and `<ApplicationSid>` noun, nested `<Parameter>` to `<Hangup>` and `<Leave>` verb


### [7.5.2](https://github.com/twilio/twilio-cli-core/compare/7.5.1...7.5.2) (2023-01-12)

---------------------------
Expand Down
50 changes: 27 additions & 23 deletions src/services/twilio-api/twilio_accounts_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"maxLength": 34,
"pattern": "^AC[0-9a-fA-F]{32}$",
"nullable": true,
"description": "The SID of the Account that the secondary Auth Token was created for"
"description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the secondary Auth Token was created for."
},
"auth_token": {
"type": "string",
"nullable": true,
"description": "The promoted Auth Token"
"description": "The promoted Auth Token that must be used to authenticate future API requests."
},
"date_created": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "The ISO 8601 formatted date and time in UTC when the resource was created"
"description": "The date and time in UTC when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format."
},
"date_updated": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "The ISO 8601 formatted date and time in UTC when the resource was last updated"
"description": "The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format."
},
"url": {
"type": "string",
Expand All @@ -50,32 +50,32 @@
"maxLength": 34,
"pattern": "^CR[0-9a-fA-F]{32}$",
"nullable": true,
"description": "The unique string that identifies the resource"
"description": "The unique string that we created to identify the AWS resource."
},
"account_sid": {
"type": "string",
"minLength": 34,
"maxLength": 34,
"pattern": "^AC[0-9a-fA-F]{32}$",
"nullable": true,
"description": "The SID of the Account that created the resource"
"description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AWS resource."
},
"friendly_name": {
"type": "string",
"nullable": true,
"description": "The string that you assigned to describe the resource"
"description": "The string that you assigned to describe the resource."
},
"date_created": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "The RFC 2822 date and time in GMT when the resource was created"
"description": "The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format."
},
"date_updated": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "The RFC 2822 date and time in GMT when the resource was last updated"
"description": "The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format."
},
"url": {
"type": "string",
Expand All @@ -94,32 +94,32 @@
"maxLength": 34,
"pattern": "^CR[0-9a-fA-F]{32}$",
"nullable": true,
"description": "The unique string that identifies the resource"
"description": "The unique string that that we created to identify the PublicKey resource."
},
"account_sid": {
"type": "string",
"minLength": 34,
"maxLength": 34,
"pattern": "^AC[0-9a-fA-F]{32}$",
"nullable": true,
"description": "The SID of the Account that created the Credential that the PublicKey resource belongs to"
"description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Credential that the PublicKey resource belongs to."
},
"friendly_name": {
"type": "string",
"nullable": true,
"description": "The string that you assigned to describe the resource"
"description": "The string that you assigned to describe the resource."
},
"date_created": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "The RFC 2822 date and time in GMT when the resource was created"
"description": "The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format."
},
"date_updated": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "The RFC 2822 date and time in GMT when the resource was last updated"
"description": "The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format."
},
"url": {
"type": "string",
Expand All @@ -138,24 +138,24 @@
"maxLength": 34,
"pattern": "^AC[0-9a-fA-F]{32}$",
"nullable": true,
"description": "The SID of the Account that the secondary Auth Token was created for"
"description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the secondary Auth Token was created for."
},
"date_created": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "The ISO 8601 formatted date and time in UTC when the resource was created"
"description": "The date and time in UTC when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format."
},
"date_updated": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "The ISO 8601 formatted date and time in UTC when the resource was last updated"
"description": "The date and time in UTC when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format."
},
"secondary_auth_token": {
"type": "string",
"nullable": true,
"description": "The generated secondary Auth Token"
"description": "The generated secondary Auth Token that can be used to authenticate future API requests."
},
"url": {
"type": "string",
Expand Down Expand Up @@ -186,7 +186,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.38.2"
"version": "1.38.3"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -296,7 +296,8 @@
},
"next_page_url": {
"type": "string",
"format": "uri"
"format": "uri",
"nullable": true
},
"page": {
"type": "integer"
Expand All @@ -306,7 +307,8 @@
},
"previous_page_url": {
"type": "string",
"format": "uri"
"format": "uri",
"nullable": true
},
"url": {
"type": "string",
Expand Down Expand Up @@ -583,7 +585,8 @@
},
"next_page_url": {
"type": "string",
"format": "uri"
"format": "uri",
"nullable": true
},
"page": {
"type": "integer"
Expand All @@ -593,7 +596,8 @@
},
"previous_page_url": {
"type": "string",
"format": "uri"
"format": "uri",
"nullable": true
},
"url": {
"type": "string",
Expand Down
Loading

0 comments on commit e57a2f0

Please sign in to comment.