Skip to content

Commit

Permalink
[Librarian] Regenerated @ ea687051c299d913d47e5ccde2b85955dc738246
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Mar 15, 2021
1 parent c8afca0 commit c65cf1c
Show file tree
Hide file tree
Showing 34 changed files with 227 additions and 114 deletions.
21 changes: 21 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
twilio-cli-core changelog
=====================

[2021-03-15] Version 5.19.0
---------------------------
**Library - Feature**
- [PR #117](https://github.com/twilio/twilio-cli-core/pull/117): add property descriptions to OAI. Thanks to [@JenniferMah](https://github.com/JenniferMah)!

**Library - Chore**
- [PR #116](https://github.com/twilio/twilio-cli-core/pull/116): remove deprecated preview domain. Thanks to [@eshanholtz](https://github.com/eshanholtz)!

**Events**
- Set maturity to beta

**Messaging**
- Adjust A2P brand registration status enum **(breaking change)**

**Studio**
- Remove internal safeguards for Studio V2 API usage now that it's GA

**Verify**
- Add support for creating and verifying totp factors. Support for totp factors is behind the `api.verify.totp` beta feature.


[2021-02-24] Version 5.18.0
---------------------------
**Library - Fix**
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/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": "5.18.0"
"version": "5.19.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_api_v2010.json
Original file line number Diff line number Diff line change
Expand Up @@ -8883,7 +8883,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Api",
"version": "5.18.0"
"version": "5.19.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/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": "5.18.0"
"version": "5.19.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_bulkexports_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Bulkexports",
"version": "5.18.0"
"version": "5.19.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/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": "5.18.0"
"version": "5.19.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/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": "5.18.0"
"version": "5.19.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_conversations_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Conversations",
"version": "5.18.0"
"version": "5.19.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
66 changes: 33 additions & 33 deletions src/services/twilio-api/twilio_events_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,12 +308,12 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Events",
"version": "5.18.0"
"version": "5.19.0"
},
"openapi": "3.0.1",
"paths": {
"/v1/Schemas/{Id}": {
"description": "TODO: Resource-level docs",
"description": "Versioned Schema definitions for Event Types",
"get": {
"description": "Fetch a specific schema with its nested versions.",
"operationId": "FetchSchema",
Expand Down Expand Up @@ -346,7 +346,7 @@
}
],
"x-maturity": [
"Preview"
"Beta"
]
},
"servers": [
Expand All @@ -360,7 +360,7 @@
"x-path-type": "instance"
},
"/v1/Schemas/{Id}/Versions": {
"description": "TODO: Resource-level docs",
"description": "Version of the Schema",
"get": {
"description": "Retrieve a paginated list of versions of the schema.",
"operationId": "ListVersion",
Expand Down Expand Up @@ -442,7 +442,7 @@
}
],
"x-maturity": [
"Preview"
"Beta"
]
},
"servers": [
Expand All @@ -458,7 +458,7 @@
"x-path-type": "list"
},
"/v1/Schemas/{Id}/Versions/{SchemaVersion}": {
"description": "TODO: Resource-level docs",
"description": "Version of the Schema",
"get": {
"description": "Fetch a specific schema and version.",
"operationId": "FetchVersion",
Expand Down Expand Up @@ -500,7 +500,7 @@
}
],
"x-maturity": [
"Preview"
"Beta"
]
},
"servers": [
Expand All @@ -516,7 +516,7 @@
"x-path-type": "instance"
},
"/v1/Sinks": {
"description": "TODO: Resource-level docs",
"description": "Sink destination to send events to",
"get": {
"description": "Retrieve a paginated list of Sinks belonging to the account used to make the request.",
"operationId": "ListSink",
Expand Down Expand Up @@ -589,7 +589,7 @@
}
],
"x-maturity": [
"Preview"
"Beta"
]
},
"post": {
Expand Down Expand Up @@ -646,7 +646,7 @@
}
],
"x-maturity": [
"Preview"
"Beta"
]
},
"servers": [
Expand Down Expand Up @@ -694,10 +694,10 @@
}
],
"x-maturity": [
"Preview"
"Beta"
]
},
"description": "TODO: Resource-level docs",
"description": "Sink destination to send events to",
"get": {
"description": "Fetch a specific Sink.",
"operationId": "FetchSink",
Expand Down Expand Up @@ -733,7 +733,7 @@
}
],
"x-maturity": [
"Preview"
"Beta"
]
},
"servers": [
Expand All @@ -753,7 +753,7 @@
"x-path-type": "instance"
},
"/v1/Sinks/{Sid}/Test": {
"description": "TODO: Resource-level docs",
"description": "Test sink",
"post": {
"description": "Create a new Sink Test Event for the given Sink.",
"operationId": "CreateSinkTest",
Expand Down Expand Up @@ -800,7 +800,7 @@
}
],
"x-maturity": [
"Preview"
"Beta"
]
},
"servers": [
Expand All @@ -814,13 +814,13 @@
"x-path-type": "list"
},
"/v1/Sinks/{Sid}/Validate": {
"description": "TODO: Resource-level docs",
"description": "Validate sink",
"post": {
"description": "Validate that a test event for a Sink was received.",
"operationId": "CreateSinkValidate",
"parameters": [
{
"description": "",
"description": "A 34 character string that uniquely identifies the Sink being validated.",
"in": "path",
"name": "Sid",
"required": true,
Expand Down Expand Up @@ -869,7 +869,7 @@
}
],
"x-maturity": [
"Preview"
"Beta"
]
},
"servers": [
Expand All @@ -883,7 +883,7 @@
"x-path-type": "list"
},
"/v1/Subscriptions": {
"description": "TODO: Resource-level docs",
"description": "Subscription to send Event Types to a Sink",
"get": {
"description": "Retrieve a paginated list of Subscriptions belonging to the account used to make the request.",
"operationId": "ListSubscription",
Expand Down Expand Up @@ -967,7 +967,7 @@
}
],
"x-maturity": [
"Preview"
"Beta"
]
},
"post": {
Expand Down Expand Up @@ -1026,7 +1026,7 @@
}
],
"x-maturity": [
"Preview"
"Beta"
]
},
"servers": [
Expand Down Expand Up @@ -1072,10 +1072,10 @@
}
],
"x-maturity": [
"Preview"
"Beta"
]
},
"description": "TODO: Resource-level docs",
"description": "Subscription to send Event Types to a Sink",
"get": {
"description": "Fetch a specific Subscription.",
"operationId": "FetchSubscription",
Expand Down Expand Up @@ -1111,7 +1111,7 @@
}
],
"x-maturity": [
"Preview"
"Beta"
]
},
"post": {
Expand Down Expand Up @@ -1172,7 +1172,7 @@
}
],
"x-maturity": [
"Preview"
"Beta"
]
},
"servers": [
Expand All @@ -1190,7 +1190,7 @@
"x-path-type": "instance"
},
"/v1/Subscriptions/{SubscriptionSid}/SubscribedEvents": {
"description": "TODO: Resource-level docs",
"description": "Event subscribed to in the parent subscription",
"get": {
"description": "Retrieve a list of all Subscribed Event types for a Subscription.",
"operationId": "ListSubscribedEvent",
Expand Down Expand Up @@ -1275,7 +1275,7 @@
}
],
"x-maturity": [
"Preview"
"Beta"
]
},
"servers": [
Expand All @@ -1292,7 +1292,7 @@
"x-path-type": "list"
},
"/v1/Types": {
"description": "TODO: Resource-level docs",
"description": "Event Types available",
"get": {
"description": "Retrieve a paginated list of all the available Event Types.",
"operationId": "ListEventType",
Expand Down Expand Up @@ -1365,7 +1365,7 @@
}
],
"x-maturity": [
"Preview"
"Beta"
]
},
"servers": [
Expand All @@ -1381,7 +1381,7 @@
"x-path-type": "list"
},
"/v1/Types/{Type}": {
"description": "TODO: Resource-level docs",
"description": "Event Types available",
"get": {
"description": "Fetch a specific Event Type.",
"operationId": "FetchEventType",
Expand Down Expand Up @@ -1414,7 +1414,7 @@
}
],
"x-maturity": [
"Preview"
"Beta"
]
},
"servers": [
Expand All @@ -1432,8 +1432,8 @@
},
"x-maturity": [
{
"description": "PLEASE NOTE that this is a Preview product that is subject to change. Use it with caution. If you currently do not have developer preview access, please contact [email protected].",
"name": "Preview"
"description": "PLEASE NOTE that this is a Beta product that is subject to change. Use it with caution.",
"name": "Beta"
}
]
}
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_fax_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Fax",
"version": "5.18.0"
"version": "5.19.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_flex_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Flex",
"version": "5.18.0"
"version": "5.19.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
Loading

0 comments on commit c65cf1c

Please sign in to comment.