Skip to content

Commit

Permalink
[Librarian] Regenerated @ 704aff1023a3b44d7f87c78c70595552749ad55c
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Jan 25, 2024
1 parent 45eef8d commit 16ddcfd
Show file tree
Hide file tree
Showing 89 changed files with 23,585 additions and 13,993 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
twilio-oai changelog
====================
[2024-01-25] Version 1.53.0
---------------------------
**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


[2024-01-14] Version 1.52.1
---------------------------
**Push**
Expand Down
54 changes: 6 additions & 48 deletions spec/json/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 16ddcfd

Please sign in to comment.