Skip to content

Commit

Permalink
oaiFeat: Updated api definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Jan 25, 2024
1 parent f77850f commit f1a3a79
Show file tree
Hide file tree
Showing 46 changed files with 8,369 additions and 7,668 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
---------------------------
**Oauth**
- updated openid discovery endpoint uri **(breaking change)**
- Added device code authorization endpoint
- added oauth JWKS endpoint
- Get userinfo resource
- OpenID discovery resource
- Add new API for token endpoint


### [7.19.1](https://github.com/twilio/twilio-cli-core/compare/7.19.0...7.19.1) (2024-01-17)


Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

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

54 changes: 6 additions & 48 deletions src/services/twilio-api/twilio_accounts_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@
"auth_token": {
"type": "string",
"nullable": true,
"description": "The promoted Auth Token that must be used to authenticate future API requests.",
"x-twilio": {
"pii": {
"handling": "sensitive",
"deleteSla": 0
}
}
"description": "The promoted Auth Token that must be used to authenticate future API requests."
},
"date_created": {
"type": "string",
Expand Down Expand Up @@ -69,13 +63,7 @@
"friendly_name": {
"type": "string",
"nullable": true,
"description": "The string that you assigned to describe the resource.",
"x-twilio": {
"pii": {
"handling": "standard",
"deleteSla": 0
}
}
"description": "The string that you assigned to describe the resource."
},
"date_created": {
"type": "string",
Expand Down Expand Up @@ -119,13 +107,7 @@
"friendly_name": {
"type": "string",
"nullable": true,
"description": "The string that you assigned to describe the resource.",
"x-twilio": {
"pii": {
"handling": "standard",
"deleteSla": 0
}
}
"description": "The string that you assigned to describe the resource."
},
"date_created": {
"type": "string",
Expand Down Expand Up @@ -161,13 +143,7 @@
"phone_number": {
"type": "string",
"nullable": true,
"description": "The phone number in SafeList.",
"x-twilio": {
"pii": {
"handling": "standard",
"deleteSla": 0
}
}
"description": "The phone number in SafeList."
}
}
},
Expand Down Expand Up @@ -197,13 +173,7 @@
"secondary_auth_token": {
"type": "string",
"nullable": true,
"description": "The generated secondary Auth Token that can be used to authenticate future API requests.",
"x-twilio": {
"pii": {
"handling": "sensitive",
"deleteSla": 0
}
}
"description": "The generated secondary Auth Token that can be used to authenticate future API requests."
},
"url": {
"type": "string",
Expand Down Expand Up @@ -234,7 +204,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.52.1"
"version": "1.53.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -1009,12 +979,6 @@
"description": "The phone number to be fetched from SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164).",
"schema": {
"type": "string"
},
"x-twilio": {
"pii": {
"handling": "standard",
"deleteSla": 0
}
}
}
],
Expand Down Expand Up @@ -1052,12 +1016,6 @@
"description": "The phone number to be removed from SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164).",
"schema": {
"type": "string"
},
"x-twilio": {
"pii": {
"handling": "standard",
"deleteSla": 0
}
}
}
],
Expand Down
Loading

0 comments on commit f1a3a79

Please sign in to comment.