Skip to content

Commit

Permalink
[Librarian] Regenerated @ 7987bc34448d66e36aaa4f7174e25f3d57ccccef
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Jul 14, 2021
1 parent 76ac1bc commit 15580de
Show file tree
Hide file tree
Showing 69 changed files with 1,611 additions and 108 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
twilio-oai changelog
====================
[2021-07-14] Version 1.19.0
---------------------------
**Library - Chore**
- [PR #40](https://github.com/twilio/twilio-oai/pull/40): make sure spectral is installed. Thanks to [@thinkingserious](https://github.com/thinkingserious)!
- [PR #39](https://github.com/twilio/twilio-oai/pull/39): add spectral target alias test. Thanks to [@childish-sambino](https://github.com/childish-sambino)!

**Conversations**
- Changed `last_read_message_index` and `unread_messages_count` type in User Conversation's resource **(breaking change)**
- Expose UserConversations resource

**Messaging**
- Add brand_score field to brand registration responses


[2021-06-30] Version 1.18.0
---------------------------
**Conversations**
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_accounts_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Accounts",
"version": "1.18.0"
"version": "1.19.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_api_v2010.json
Original file line number Diff line number Diff line change
Expand Up @@ -8873,7 +8873,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Api",
"version": "1.18.0"
"version": "1.19.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_autopilot_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Autopilot",
"version": "1.18.0"
"version": "1.19.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_bulkexports_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Bulkexports",
"version": "1.18.0"
"version": "1.19.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_chat_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Chat",
"version": "1.18.0"
"version": "1.19.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_chat_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Chat",
"version": "1.18.0"
"version": "1.19.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
Loading

0 comments on commit 15580de

Please sign in to comment.