Skip to content

Commit 1b99ec4

Browse files
committed
oaiFix: Updated api definitions
1 parent 75dc153 commit 1b99ec4

Some content is hidden

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

42 files changed

+636
-54
lines changed

Diff for: CHANGES.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
---------------------------
2+
**Api**
3+
- Set the Content resource to have public visibility as Preview
4+
5+
**Flex**
6+
- Adding new parameter `base_url` to 'gooddata' response in version `v1`
7+
8+
**Insights**
9+
- Added `answered_by` field in List Call Summary
10+
- Added `answered_by` field in call summary
11+
12+
13+
---------------------------
14+
**Library - Fix**
15+
- [PR #81](https://github.com/twilio/twilio-oai/pull/81): add mount names when they cannot be derived from the path. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
16+
17+
**Flex**
18+
- Adding two new authorization API 'user_roles' and 'gooddata' in version `v1`
19+
20+
**Messaging**
21+
- Add new Campaign properties (MessageFlow, OptInMessage, OptInKeywords, OptOutMessage, OptOutKeywords, HelpMessage, HelpKeywords)
22+
23+
**Twiml**
24+
- Add new speech models to `Gather`.
25+
26+
127
### [7.4.1](https://github.com/twilio/twilio-cli-core/compare/7.4.0...7.4.1) (2022-11-02)
228

329
---------------------------

Diff for: src/services/twilio-api/twilio_accounts_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"name": "Apache 2.0",
187187
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
188188
},
189-
"version": "1.37.1"
189+
"version": "1.37.3"
190190
},
191191
"openapi": "3.0.1",
192192
"paths": {

Diff for: src/services/twilio-api/twilio_api_v2010.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -9463,29 +9463,29 @@
94639463
"maxLength": 34,
94649464
"pattern": "^AC[0-9a-fA-F]{32}$",
94659465
"nullable": true,
9466-
"description": "Account Sid."
9466+
"description": "Account SID."
94679467
},
94689468
"call_sid": {
94699469
"type": "string",
94709470
"minLength": 34,
94719471
"maxLength": 34,
94729472
"pattern": "^CA[0-9a-fA-F]{32}$",
94739473
"nullable": true,
9474-
"description": "Call Sid."
9474+
"description": "Call SID."
94759475
},
94769476
"sid": {
94779477
"type": "string",
94789478
"minLength": 34,
94799479
"maxLength": 34,
94809480
"pattern": "^KX[0-9a-fA-F]{32}$",
94819481
"nullable": true,
9482-
"description": "A string that uniquely identifies this User Defined Message."
9482+
"description": "User Defined Message SID."
94839483
},
94849484
"date_created": {
94859485
"type": "string",
94869486
"format": "date-time-rfc-2822",
94879487
"nullable": true,
9488-
"description": "The date this User Defined Message was created"
9488+
"description": "The date this User Defined Message was created."
94899489
}
94909490
}
94919491
},
@@ -9498,34 +9498,34 @@
94989498
"maxLength": 34,
94999499
"pattern": "^AC[0-9a-fA-F]{32}$",
95009500
"nullable": true,
9501-
"description": "Account Sid."
9501+
"description": "Account SID."
95029502
},
95039503
"call_sid": {
95049504
"type": "string",
95059505
"minLength": 34,
95069506
"maxLength": 34,
95079507
"pattern": "^CA[0-9a-fA-F]{32}$",
95089508
"nullable": true,
9509-
"description": "Call Sid."
9509+
"description": "Call SID."
95109510
},
95119511
"sid": {
95129512
"type": "string",
95139513
"minLength": 34,
95149514
"maxLength": 34,
95159515
"pattern": "^ZY[0-9a-fA-F]{32}$",
95169516
"nullable": true,
9517-
"description": "User Defined Message Subscription Sid"
9517+
"description": "User Defined Message Subscription SID."
95189518
},
95199519
"date_created": {
95209520
"type": "string",
95219521
"format": "date-time-rfc-2822",
95229522
"nullable": true,
9523-
"description": "The date this User Defined Message Subscription was created"
9523+
"description": "The date this User Defined Message Subscription was created."
95249524
},
95259525
"uri": {
95269526
"type": "string",
95279527
"nullable": true,
9528-
"description": "The URI of the resource, relative to `https://api.twilio.com`."
9528+
"description": "The URI of the User Defined Message Subscription Resource, relative to `https://api.twilio.com`."
95299529
}
95309530
}
95319531
},
@@ -9587,7 +9587,7 @@
95879587
"name": "Apache 2.0",
95889588
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
95899589
},
9590-
"version": "1.37.1"
9590+
"version": "1.37.3"
95919591
},
95929592
"openapi": "3.0.1",
95939593
"paths": {
@@ -31056,7 +31056,7 @@
3105631056
"parent": "/Accounts/{AccountSid}/Calls/{Sid}.json"
3105731057
},
3105831058
"post": {
31059-
"description": "Create a new User Defined Message for the given call sid.",
31059+
"description": "Create a new User Defined Message for the given Call SID.",
3106031060
"parameters": [
3106131061
{
3106231062
"name": "AccountSid",
@@ -31113,7 +31113,7 @@
3111331113
"properties": {
3111431114
"Content": {
3111531115
"type": "string",
31116-
"description": "A unique string value to identify API call. This should be a unique string value per API call and can be a randomly generated."
31116+
"description": "The User Defined Message in the form of URL-encoded JSON string."
3111731117
},
3111831118
"IdempotencyKey": {
3111931119
"type": "string",
@@ -31144,7 +31144,7 @@
3114431144
"parent": "/Accounts/{AccountSid}/Calls/{Sid}.json"
3114531145
},
3114631146
"post": {
31147-
"description": "Subscribe to User Defined Messages for a given call sid.",
31147+
"description": "Subscribe to User Defined Messages for a given Call SID.",
3114831148
"parameters": [
3114931149
{
3115031150
"name": "AccountSid",
@@ -31161,7 +31161,7 @@
3116131161
{
3116231162
"name": "CallSid",
3116331163
"in": "path",
31164-
"description": "The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Messages subscription is associated with. This refers to the call sid that is producing the user defined messages.",
31164+
"description": "The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Messages subscription is associated with. This refers to the Call SID that is producing the user defined messages.",
3116531165
"schema": {
3116631166
"type": "string",
3116731167
"minLength": 34,
@@ -31264,7 +31264,7 @@
3126431264
{
3126531265
"name": "CallSid",
3126631266
"in": "path",
31267-
"description": "The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Messages subscription is associated with. This refers to the call sid that is producing the user defined messages.",
31267+
"description": "The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Message Subscription is associated with. This refers to the Call SID that is producing the User Defined Messages.",
3126831268
"schema": {
3126931269
"type": "string",
3127031270
"minLength": 34,

Diff for: src/services/twilio-api/twilio_autopilot_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@
954954
"name": "Apache 2.0",
955955
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
956956
},
957-
"version": "1.37.1"
957+
"version": "1.37.3"
958958
},
959959
"openapi": "3.0.1",
960960
"paths": {

Diff for: src/services/twilio-api/twilio_bulkexports_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
"name": "Apache 2.0",
272272
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
273273
},
274-
"version": "1.37.1"
274+
"version": "1.37.3"
275275
},
276276
"openapi": "3.0.1",
277277
"paths": {

Diff for: src/services/twilio-api/twilio_chat_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@
788788
"name": "Apache 2.0",
789789
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
790790
},
791-
"version": "1.37.1"
791+
"version": "1.37.3"
792792
},
793793
"openapi": "3.0.1",
794794
"paths": {

Diff for: src/services/twilio-api/twilio_chat_v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@
11461146
"name": "Apache 2.0",
11471147
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
11481148
},
1149-
"version": "1.37.1"
1149+
"version": "1.37.3"
11501150
},
11511151
"openapi": "3.0.1",
11521152
"paths": {

Diff for: src/services/twilio-api/twilio_chat_v3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"name": "Apache 2.0",
128128
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
129129
},
130-
"version": "1.37.1"
130+
"version": "1.37.3"
131131
},
132132
"openapi": "3.0.1",
133133
"paths": {

0 commit comments

Comments
 (0)