Skip to content

Commit

Permalink
[Librarian] Regenerated @ 24dcf52b3ba6769ea21d08329aa544a79742b6c2
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Nov 17, 2023
1 parent bea8a72 commit 3e67a43
Show file tree
Hide file tree
Showing 67 changed files with 4,355 additions and 582 deletions.
23 changes: 23 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
twilio-oai changelog
====================
[2023-11-17] Version 2.0.0-rc.11
--------------------------------
**Library - Chore**
- [PR #99](https://github.com/twilio/twilio-oai/pull/99): remove oauth. Thanks to [@sbansla](https://github.com/sbansla)!

**Api**
- Update documentation to reflect RiskCheck GA

**Messaging**
- Add tollfree edit_allowed and edit_reason fields
- Update Phone Number, Short Code, Alpha Sender, US A2P and Channel Sender documentation

**Taskrouter**
- Add container attribute to task_queue_bulk_real_time_statistics endpoint

**Trusthub**
- Rename did to tollfree_phone_number in compliance_tollfree_inquiry.json
- Add new optional field notification_email to compliance_tollfree_inquiry.json

**Verify**
- Add `Tags` optional parameter on Verification creation.


[2023-11-06] Version 2.0.0-rc.10
--------------------------------
**Flex**
Expand Down
52 changes: 47 additions & 5 deletions spec/json/twilio_accounts_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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",
Expand Down Expand Up @@ -69,7 +75,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",
Expand Down Expand Up @@ -113,7 +125,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",
Expand Down Expand Up @@ -149,7 +167,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
}
}
}
}
},
Expand Down Expand Up @@ -179,7 +203,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",
Expand Down Expand Up @@ -1154,6 +1184,12 @@
"schema": {
"type": "string"
},
"x-twilio": {
"pii": {
"handling": "standard",
"deleteSla": 0
}
},
"examples": {
"fetch": {
"value": "+18001234567"
Expand Down Expand Up @@ -1201,6 +1237,12 @@
"schema": {
"type": "string"
},
"x-twilio": {
"pii": {
"handling": "standard",
"deleteSla": 0
}
},
"examples": {
"delete": {
"value": "+18001234567"
Expand Down
Loading

0 comments on commit 3e67a43

Please sign in to comment.