Skip to content

Commit

Permalink
oaiFeat: Updated api definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Jun 30, 2022
1 parent 57bcebf commit ec67efe
Show file tree
Hide file tree
Showing 37 changed files with 197 additions and 102 deletions.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
---------------------------
**Library - Chore**
- [PR #64](https://github.com/twilio/twilio-oai/pull/64): adding the preview spec back. Thanks to [@shrutiburman](https://github.com/shrutiburman)!
- [PR #61](https://github.com/twilio/twilio-oai/pull/61): drop unneeded class names. Thanks to [@childish-sambino](https://github.com/childish-sambino)!

**Api**
- Added `amazon-polly` to `usage_record` API.

**Insights**
- Added `annotation` field in call summary
- Added new endpoint to fetch/create/update Call Annotations

**Verify**
- Remove `api.verify.totp` beta flag and set maturity to `beta` for Verify TOTP properties and parameters. **(breaking change)**
- Changed summary param `verify_service_sid` to `service_sid` to be consistent with list attempts API **(breaking change)**

**Twiml**
- Add `maxQueueSize` to `Enqueue`


### [6.4.2](https://github.com/twilio/twilio-cli-core/compare/6.4.1...6.4.2) (2022-06-16)

---------------------------
Expand Down
3 changes: 1 addition & 2 deletions 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": "1.29.2"
"version": "1.30.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -297,7 +297,6 @@
}
],
"x-twilio": {
"className": "credential",
"defaultOutputProperties": [],
"pathType": "list"
}
Expand Down
78 changes: 66 additions & 12 deletions src/services/twilio-api/twilio_api_v2010.json
Original file line number Diff line number Diff line change
Expand Up @@ -5811,6 +5811,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
Expand Down Expand Up @@ -6144,6 +6145,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
Expand Down Expand Up @@ -6477,6 +6479,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
Expand Down Expand Up @@ -6810,6 +6813,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
Expand Down Expand Up @@ -7143,6 +7147,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
Expand Down Expand Up @@ -7476,6 +7481,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
Expand Down Expand Up @@ -7809,6 +7815,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
Expand Down Expand Up @@ -8142,6 +8149,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
Expand Down Expand Up @@ -8475,6 +8483,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
Expand Down Expand Up @@ -8891,6 +8900,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
Expand Down Expand Up @@ -9202,7 +9212,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Api",
"version": "1.29.2"
"version": "1.30.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -13085,7 +13095,16 @@
],
"x-maturity": [
"GA"
]
],
"x-twilio": {
"conditional": [
[
"url",
"twiml",
"application_sid"
]
]
}
},
"servers": [
{
Expand Down Expand Up @@ -18882,7 +18901,15 @@
],
"x-maturity": [
"GA"
]
],
"x-twilio": {
"conditional": [
[
"phone_number",
"area_code"
]
]
}
},
"servers": [
{
Expand Down Expand Up @@ -21007,15 +21034,17 @@
],
"x-maturity": [
"GA"
]
],
"x-twilio": {
"className": "new_key"
}
},
"servers": [
{
"url": "https://api.twilio.com"
}
],
"x-twilio": {
"className": "new_key",
"defaultOutputProperties": [
"sid",
"friendly_name",
Expand Down Expand Up @@ -21486,7 +21515,19 @@
],
"x-maturity": [
"GA"
]
],
"x-twilio": {
"conditional": [
[
"from",
"messaging_service_sid"
],
[
"body",
"media_url"
]
]
}
},
"servers": [
{
Expand Down Expand Up @@ -22450,15 +22491,17 @@
],
"x-maturity": [
"GA"
]
],
"x-twilio": {
"className": "validation_request"
}
},
"servers": [
{
"url": "https://api.twilio.com"
}
],
"x-twilio": {
"className": "validation_request",
"defaultOutputProperties": [
"sid",
"phone_number",
Expand Down Expand Up @@ -24346,7 +24389,6 @@
}
],
"x-twilio": {
"className": "sip",
"defaultOutputProperties": [],
"parent": "/Accounts.json",
"pathType": "list"
Expand Down Expand Up @@ -28407,15 +28449,17 @@
],
"x-maturity": [
"GA"
]
],
"x-twilio": {
"className": "new_signing_key"
}
},
"servers": [
{
"url": "https://api.twilio.com"
}
],
"x-twilio": {
"className": "new_signing_key",
"defaultOutputProperties": [
"sid",
"friendly_name",
Expand Down Expand Up @@ -28892,7 +28936,6 @@
}
],
"x-twilio": {
"className": "usage",
"defaultOutputProperties": [],
"parent": "/Accounts.json",
"pathType": "list"
Expand Down Expand Up @@ -28924,6 +28967,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
Expand Down Expand Up @@ -29307,6 +29351,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
Expand Down Expand Up @@ -29690,6 +29735,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
Expand Down Expand Up @@ -30073,6 +30119,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
Expand Down Expand Up @@ -30456,6 +30503,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
Expand Down Expand Up @@ -30839,6 +30887,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
Expand Down Expand Up @@ -31222,6 +31271,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
Expand Down Expand Up @@ -31605,6 +31655,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
Expand Down Expand Up @@ -31988,6 +32039,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
Expand Down Expand Up @@ -32398,6 +32450,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
Expand Down Expand Up @@ -32784,6 +32837,7 @@
"enum": [
"a2p-registration-fees",
"agent-conference",
"amazon-polly",
"answering-machine-detection",
"authy-authentications",
"authy-calls-outbound",
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 @@ -950,7 +950,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Autopilot",
"version": "1.29.2"
"version": "1.30.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 @@ -245,7 +245,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Bulkexports",
"version": "1.29.2"
"version": "1.30.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 @@ -765,7 +765,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Chat",
"version": "1.29.2"
"version": "1.30.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": "1.29.2"
"version": "1.30.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/twilio-api/twilio_chat_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Chat",
"version": "1.29.2"
"version": "1.30.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down
Loading

0 comments on commit ec67efe

Please sign in to comment.