Skip to content

Commit 3e67a43

Browse files
committed
[Librarian] Regenerated @ 24dcf52b3ba6769ea21d08329aa544a79742b6c2
1 parent bea8a72 commit 3e67a43

File tree

67 files changed

+4355
-582
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+4355
-582
lines changed

CHANGES.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
twilio-oai changelog
22
====================
3+
[2023-11-17] Version 2.0.0-rc.11
4+
--------------------------------
5+
**Library - Chore**
6+
- [PR #99](https://github.com/twilio/twilio-oai/pull/99): remove oauth. Thanks to [@sbansla](https://github.com/sbansla)!
7+
8+
**Api**
9+
- Update documentation to reflect RiskCheck GA
10+
11+
**Messaging**
12+
- Add tollfree edit_allowed and edit_reason fields
13+
- Update Phone Number, Short Code, Alpha Sender, US A2P and Channel Sender documentation
14+
15+
**Taskrouter**
16+
- Add container attribute to task_queue_bulk_real_time_statistics endpoint
17+
18+
**Trusthub**
19+
- Rename did to tollfree_phone_number in compliance_tollfree_inquiry.json
20+
- Add new optional field notification_email to compliance_tollfree_inquiry.json
21+
22+
**Verify**
23+
- Add `Tags` optional parameter on Verification creation.
24+
25+
326
[2023-11-06] Version 2.0.0-rc.10
427
--------------------------------
528
**Flex**

spec/json/twilio_accounts_v1.json

+47-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,13 @@
2121
"auth_token": {
2222
"type": "string",
2323
"nullable": true,
24-
"description": "The promoted Auth Token that must be used to authenticate future API requests."
24+
"description": "The promoted Auth Token that must be used to authenticate future API requests.",
25+
"x-twilio": {
26+
"pii": {
27+
"handling": "sensitive",
28+
"deleteSla": 0
29+
}
30+
}
2531
},
2632
"date_created": {
2733
"type": "string",
@@ -69,7 +75,13 @@
6975
"friendly_name": {
7076
"type": "string",
7177
"nullable": true,
72-
"description": "The string that you assigned to describe the resource."
78+
"description": "The string that you assigned to describe the resource.",
79+
"x-twilio": {
80+
"pii": {
81+
"handling": "standard",
82+
"deleteSla": 0
83+
}
84+
}
7385
},
7486
"date_created": {
7587
"type": "string",
@@ -113,7 +125,13 @@
113125
"friendly_name": {
114126
"type": "string",
115127
"nullable": true,
116-
"description": "The string that you assigned to describe the resource."
128+
"description": "The string that you assigned to describe the resource.",
129+
"x-twilio": {
130+
"pii": {
131+
"handling": "standard",
132+
"deleteSla": 0
133+
}
134+
}
117135
},
118136
"date_created": {
119137
"type": "string",
@@ -149,7 +167,13 @@
149167
"phone_number": {
150168
"type": "string",
151169
"nullable": true,
152-
"description": "The phone number in SafeList."
170+
"description": "The phone number in SafeList.",
171+
"x-twilio": {
172+
"pii": {
173+
"handling": "standard",
174+
"deleteSla": 0
175+
}
176+
}
153177
}
154178
}
155179
},
@@ -179,7 +203,13 @@
179203
"secondary_auth_token": {
180204
"type": "string",
181205
"nullable": true,
182-
"description": "The generated secondary Auth Token that can be used to authenticate future API requests."
206+
"description": "The generated secondary Auth Token that can be used to authenticate future API requests.",
207+
"x-twilio": {
208+
"pii": {
209+
"handling": "sensitive",
210+
"deleteSla": 0
211+
}
212+
}
183213
},
184214
"url": {
185215
"type": "string",
@@ -1154,6 +1184,12 @@
11541184
"schema": {
11551185
"type": "string"
11561186
},
1187+
"x-twilio": {
1188+
"pii": {
1189+
"handling": "standard",
1190+
"deleteSla": 0
1191+
}
1192+
},
11571193
"examples": {
11581194
"fetch": {
11591195
"value": "+18001234567"
@@ -1201,6 +1237,12 @@
12011237
"schema": {
12021238
"type": "string"
12031239
},
1240+
"x-twilio": {
1241+
"pii": {
1242+
"handling": "standard",
1243+
"deleteSla": 0
1244+
}
1245+
},
12041246
"examples": {
12051247
"delete": {
12061248
"value": "+18001234567"

0 commit comments

Comments
 (0)