Skip to content

Commit

Permalink
[Librarian] Regenerated @ 437c39e3f150e78058f5afb3ef0672e89fc59ec0
Browse files Browse the repository at this point in the history
twilio-dx committed Dec 1, 2023
1 parent b6a05f4 commit 96611ec
Showing 87 changed files with 4,197 additions and 458 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
====================
[2023-12-01] Version 1.51.3
---------------------------
**Verify**
- Add `VerifyEventSubscriptionEnabled` parameter to service create and update endpoints.


[2023-11-17] Version 1.51.2
---------------------------
**Library - Chore**
54 changes: 48 additions & 6 deletions spec/json/twilio_accounts_v1.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,13 @@
"auth_token": {
"type": "string",
"nullable": true,
"description": "The promoted Auth Token that must be used to authenticate future API requests."
"description": "The promoted Auth Token that must be used to authenticate future API requests.",
"x-twilio": {
"pii": {
"handling": "sensitive",
"deleteSla": 0
}
}
},
"date_created": {
"type": "string",
@@ -63,7 +69,13 @@
"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.",
"x-twilio": {
"pii": {
"handling": "standard",
"deleteSla": 0
}
}
},
"date_created": {
"type": "string",
@@ -107,7 +119,13 @@
"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.",
"x-twilio": {
"pii": {
"handling": "standard",
"deleteSla": 0
}
}
},
"date_created": {
"type": "string",
@@ -143,7 +161,13 @@
"phone_number": {
"type": "string",
"nullable": true,
"description": "The phone number in SafeList."
"description": "The phone number in SafeList.",
"x-twilio": {
"pii": {
"handling": "standard",
"deleteSla": 0
}
}
}
}
},
@@ -173,7 +197,13 @@
"secondary_auth_token": {
"type": "string",
"nullable": true,
"description": "The generated secondary Auth Token that can be used to authenticate future API requests."
"description": "The generated secondary Auth Token that can be used to authenticate future API requests.",
"x-twilio": {
"pii": {
"handling": "sensitive",
"deleteSla": 0
}
}
},
"url": {
"type": "string",
@@ -204,7 +234,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.51.2"
"version": "1.51.3"
},
"openapi": "3.0.1",
"paths": {
@@ -979,6 +1009,12 @@
"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
}
}
}
],
@@ -1016,6 +1052,12 @@
"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
}
}
}
],
Loading

0 comments on commit 96611ec

Please sign in to comment.