Skip to content

Commit 0566e0e

Browse files
committed
oaiFix: Updated api definitions
1 parent 069a290 commit 0566e0e

Some content is hidden

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

45 files changed

+1089
-759
lines changed

CHANGES.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
---------------------------
2+
**Conversations**
3+
- Added `AddressCountry` parameter to Address Configuration endpoint, to support regional short code addresses
4+
- Added query parameters `start_date`, `end_date` and `state` in list Conversations resource for filtering
5+
6+
**Insights**
7+
- Added annotations parameters to list summary api
8+
9+
**Messaging**
10+
- Add GET domainByMessagingService endpoint to linkShortening service
11+
- Add `disable_https` to link shortening domain_config properties
12+
13+
**Numbers**
14+
- Add bulk_eligibility api under version `/v1`.
15+
16+
117
## [7.10.0](https://github.com/twilio/twilio-cli-core/compare/7.9.0...7.10.0) (2023-05-04)
218

319
---------------------------

package-lock.json

+92-92
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.43.0"
189+
"version": "1.43.1"
190190
},
191191
"openapi": "3.0.1",
192192
"paths": {

src/services/twilio-api/twilio_api_v2010.json

+113-113
Large diffs are not rendered by default.

src/services/twilio-api/twilio_autopilot_v1.json

+27-27
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.43.0"
957+
"version": "1.43.1"
958958
},
959959
"openapi": "3.0.1",
960960
"paths": {
@@ -973,14 +973,14 @@
973973
],
974974
"pathType": "instance",
975975
"dependentProperties": {
976-
"autopilot/v1/field_type": "{assistant_sid: sid}",
977-
"autopilot/v1/task": "{assistant_sid: sid}",
978-
"autopilot/v1/model_build": "{assistant_sid: sid}",
979-
"autopilot/v1/query": "{assistant_sid: sid}",
980-
"autopilot/v1/style_sheet": "{assistant_sid: sid}",
981-
"autopilot/v1/defaults": "{assistant_sid: sid}",
982-
"autopilot/v1/dialogue": "{assistant_sid: sid}",
983-
"autopilot/v1/webhook": "{assistant_sid: sid}"
976+
"field_type": "{assistant_sid: sid}",
977+
"task": "{assistant_sid: sid}",
978+
"model_build": "{assistant_sid: sid}",
979+
"query": "{assistant_sid: sid}",
980+
"style_sheet": "{assistant_sid: sid}",
981+
"defaults": "{assistant_sid: sid}",
982+
"dialogue": "{assistant_sid: sid}",
983+
"webhook": "{assistant_sid: sid}"
984984
}
985985
},
986986
"get": {
@@ -1140,14 +1140,14 @@
11401140
],
11411141
"pathType": "list",
11421142
"dependentProperties": {
1143-
"autopilot/v1/field_type": "{assistant_sid: sid}",
1144-
"autopilot/v1/task": "{assistant_sid: sid}",
1145-
"autopilot/v1/model_build": "{assistant_sid: sid}",
1146-
"autopilot/v1/query": "{assistant_sid: sid}",
1147-
"autopilot/v1/style_sheet": "{assistant_sid: sid}",
1148-
"autopilot/v1/defaults": "{assistant_sid: sid}",
1149-
"autopilot/v1/dialogue": "{assistant_sid: sid}",
1150-
"autopilot/v1/webhook": "{assistant_sid: sid}"
1143+
"field_type": "{assistant_sid: sid}",
1144+
"task": "{assistant_sid: sid}",
1145+
"model_build": "{assistant_sid: sid}",
1146+
"query": "{assistant_sid: sid}",
1147+
"style_sheet": "{assistant_sid: sid}",
1148+
"defaults": "{assistant_sid: sid}",
1149+
"dialogue": "{assistant_sid: sid}",
1150+
"webhook": "{assistant_sid: sid}"
11511151
}
11521152
},
11531153
"get": {
@@ -1813,7 +1813,7 @@
18131813
],
18141814
"pathType": "instance",
18151815
"dependentProperties": {
1816-
"autopilot/v1/field_value": "{assistant_sid: assistant_sid, field_type_sid: sid}"
1816+
"field_value": "{assistant_sid: assistant_sid, field_type_sid: sid}"
18171817
},
18181818
"parent": "/Assistants/{Sid}"
18191819
},
@@ -1978,7 +1978,7 @@
19781978
],
19791979
"pathType": "list",
19801980
"dependentProperties": {
1981-
"autopilot/v1/field_value": "{assistant_sid: assistant_sid, field_type_sid: sid}"
1981+
"field_value": "{assistant_sid: assistant_sid, field_type_sid: sid}"
19821982
},
19831983
"parent": "/Assistants/{Sid}"
19841984
},
@@ -3783,10 +3783,10 @@
37833783
],
37843784
"pathType": "instance",
37853785
"dependentProperties": {
3786-
"autopilot/v1/field": "{assistant_sid: assistant_sid, task_sid: sid}",
3787-
"autopilot/v1/sample": "{assistant_sid: assistant_sid, task_sid: sid}",
3788-
"autopilot/v1/task_actions": "{assistant_sid: assistant_sid, task_sid: sid}",
3789-
"autopilot/v1/task_statistics": "{assistant_sid: assistant_sid, task_sid: sid}"
3786+
"field": "{assistant_sid: assistant_sid, task_sid: sid}",
3787+
"sample": "{assistant_sid: assistant_sid, task_sid: sid}",
3788+
"task_actions": "{assistant_sid: assistant_sid, task_sid: sid}",
3789+
"task_statistics": "{assistant_sid: assistant_sid, task_sid: sid}"
37903790
},
37913791
"parent": "/Assistants/{Sid}"
37923792
},
@@ -3959,10 +3959,10 @@
39593959
],
39603960
"pathType": "list",
39613961
"dependentProperties": {
3962-
"autopilot/v1/field": "{assistant_sid: assistant_sid, task_sid: sid}",
3963-
"autopilot/v1/sample": "{assistant_sid: assistant_sid, task_sid: sid}",
3964-
"autopilot/v1/task_actions": "{assistant_sid: assistant_sid, task_sid: sid}",
3965-
"autopilot/v1/task_statistics": "{assistant_sid: assistant_sid, task_sid: sid}"
3962+
"field": "{assistant_sid: assistant_sid, task_sid: sid}",
3963+
"sample": "{assistant_sid: assistant_sid, task_sid: sid}",
3964+
"task_actions": "{assistant_sid: assistant_sid, task_sid: sid}",
3965+
"task_statistics": "{assistant_sid: assistant_sid, task_sid: sid}"
39663966
},
39673967
"parent": "/Assistants/{Sid}"
39683968
},

src/services/twilio-api/twilio_bulkexports_v1.json

+5-5
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.43.0"
274+
"version": "1.43.1"
275275
},
276276
"openapi": "3.0.1",
277277
"paths": {
@@ -473,8 +473,8 @@
473473
"defaultOutputProperties": [],
474474
"pathType": "instance",
475475
"dependentProperties": {
476-
"bulkexports/v1/day": "{resource_type: resource_type}",
477-
"bulkexports/v1/export_custom_job": "{resource_type: resource_type}"
476+
"day": "{resource_type: resource_type}",
477+
"export_custom_job": "{resource_type: resource_type}"
478478
}
479479
},
480480
"get": {
@@ -524,8 +524,8 @@
524524
"defaultOutputProperties": [],
525525
"pathType": "list",
526526
"dependentProperties": {
527-
"bulkexports/v1/day": "{resource_type: resource_type}",
528-
"bulkexports/v1/export_custom_job": "{resource_type: resource_type}"
527+
"day": "{resource_type: resource_type}",
528+
"export_custom_job": "{resource_type: resource_type}"
529529
}
530530
}
531531
},

src/services/twilio-api/twilio_chat_v1.json

+15-15
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.43.0"
791+
"version": "1.43.1"
792792
},
793793
"openapi": "3.0.1",
794794
"paths": {
@@ -807,9 +807,9 @@
807807
],
808808
"pathType": "instance",
809809
"dependentProperties": {
810-
"chat/v1/member": "{service_sid: service_sid, channel_sid: sid}",
811-
"chat/v1/message": "{service_sid: service_sid, channel_sid: sid}",
812-
"chat/v1/invite": "{service_sid: service_sid, channel_sid: sid}"
810+
"member": "{service_sid: service_sid, channel_sid: sid}",
811+
"message": "{service_sid: service_sid, channel_sid: sid}",
812+
"invite": "{service_sid: service_sid, channel_sid: sid}"
813813
},
814814
"parent": "/Services/{Sid}"
815815
},
@@ -987,9 +987,9 @@
987987
],
988988
"pathType": "list",
989989
"dependentProperties": {
990-
"chat/v1/member": "{service_sid: service_sid, channel_sid: sid}",
991-
"chat/v1/message": "{service_sid: service_sid, channel_sid: sid}",
992-
"chat/v1/invite": "{service_sid: service_sid, channel_sid: sid}"
990+
"member": "{service_sid: service_sid, channel_sid: sid}",
991+
"message": "{service_sid: service_sid, channel_sid: sid}",
992+
"invite": "{service_sid: service_sid, channel_sid: sid}"
993993
},
994994
"parent": "/Services/{Sid}"
995995
},
@@ -3117,9 +3117,9 @@
31173117
],
31183118
"pathType": "instance",
31193119
"dependentProperties": {
3120-
"chat/v1/channel": "{service_sid: sid}",
3121-
"chat/v1/role": "{service_sid: sid}",
3122-
"chat/v1/user": "{service_sid: sid}"
3120+
"channel": "{service_sid: sid}",
3121+
"role": "{service_sid: sid}",
3122+
"user": "{service_sid: sid}"
31233123
}
31243124
},
31253125
"get": {
@@ -3656,9 +3656,9 @@
36563656
],
36573657
"pathType": "list",
36583658
"dependentProperties": {
3659-
"chat/v1/channel": "{service_sid: sid}",
3660-
"chat/v1/role": "{service_sid: sid}",
3661-
"chat/v1/user": "{service_sid: sid}"
3659+
"channel": "{service_sid: sid}",
3660+
"role": "{service_sid: sid}",
3661+
"user": "{service_sid: sid}"
36623662
}
36633663
},
36643664
"post": {
@@ -3814,7 +3814,7 @@
38143814
],
38153815
"pathType": "instance",
38163816
"dependentProperties": {
3817-
"chat/v1/user_channel": "{service_sid: service_sid, user_sid: sid}"
3817+
"user_channel": "{service_sid: service_sid, user_sid: sid}"
38183818
},
38193819
"parent": "/Services/{Sid}"
38203820
},
@@ -3995,7 +3995,7 @@
39953995
],
39963996
"pathType": "list",
39973997
"dependentProperties": {
3998-
"chat/v1/user_channel": "{service_sid: service_sid, user_sid: sid}"
3998+
"user_channel": "{service_sid: service_sid, user_sid: sid}"
39993999
},
40004000
"parent": "/Services/{Sid}"
40014001
},

src/services/twilio-api/twilio_chat_v2.json

+21-21
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.43.0"
1149+
"version": "1.43.1"
11501150
},
11511151
"openapi": "3.0.1",
11521152
"paths": {
@@ -1421,10 +1421,10 @@
14211421
],
14221422
"pathType": "instance",
14231423
"dependentProperties": {
1424-
"chat/v2/member": "{service_sid: service_sid, channel_sid: sid}",
1425-
"chat/v2/message": "{service_sid: service_sid, channel_sid: sid}",
1426-
"chat/v2/invite": "{service_sid: service_sid, channel_sid: sid}",
1427-
"chat/v2/channel_webhook": "{service_sid: service_sid, channel_sid: sid}"
1424+
"member": "{service_sid: service_sid, channel_sid: sid}",
1425+
"message": "{service_sid: service_sid, channel_sid: sid}",
1426+
"invite": "{service_sid: service_sid, channel_sid: sid}",
1427+
"webhook": "{service_sid: service_sid, channel_sid: sid}"
14281428
},
14291429
"parent": "/Services/{Sid}"
14301430
},
@@ -1634,10 +1634,10 @@
16341634
],
16351635
"pathType": "list",
16361636
"dependentProperties": {
1637-
"chat/v2/member": "{service_sid: service_sid, channel_sid: sid}",
1638-
"chat/v2/message": "{service_sid: service_sid, channel_sid: sid}",
1639-
"chat/v2/invite": "{service_sid: service_sid, channel_sid: sid}",
1640-
"chat/v2/channel_webhook": "{service_sid: service_sid, channel_sid: sid}"
1637+
"member": "{service_sid: service_sid, channel_sid: sid}",
1638+
"message": "{service_sid: service_sid, channel_sid: sid}",
1639+
"invite": "{service_sid: service_sid, channel_sid: sid}",
1640+
"webhook": "{service_sid: service_sid, channel_sid: sid}"
16411641
},
16421642
"parent": "/Services/{Sid}"
16431643
},
@@ -4361,10 +4361,10 @@
43614361
],
43624362
"pathType": "instance",
43634363
"dependentProperties": {
4364-
"chat/v2/channel": "{service_sid: sid}",
4365-
"chat/v2/role": "{service_sid: sid}",
4366-
"chat/v2/user": "{service_sid: sid}",
4367-
"chat/v2/binding": "{service_sid: sid}"
4364+
"channel": "{service_sid: sid}",
4365+
"role": "{service_sid: sid}",
4366+
"user": "{service_sid: sid}",
4367+
"binding": "{service_sid: sid}"
43684368
}
43694369
},
43704370
"get": {
@@ -4649,10 +4649,10 @@
46494649
],
46504650
"pathType": "list",
46514651
"dependentProperties": {
4652-
"chat/v2/channel": "{service_sid: sid}",
4653-
"chat/v2/role": "{service_sid: sid}",
4654-
"chat/v2/user": "{service_sid: sid}",
4655-
"chat/v2/binding": "{service_sid: sid}"
4652+
"channel": "{service_sid: sid}",
4653+
"role": "{service_sid: sid}",
4654+
"user": "{service_sid: sid}",
4655+
"binding": "{service_sid: sid}"
46564656
}
46574657
},
46584658
"post": {
@@ -4809,8 +4809,8 @@
48094809
],
48104810
"pathType": "instance",
48114811
"dependentProperties": {
4812-
"chat/v2/user_channel": "{service_sid: service_sid, user_sid: sid}",
4813-
"chat/v2/user_binding": "{service_sid: service_sid, user_sid: sid}"
4812+
"user_channel": "{service_sid: service_sid, user_sid: sid}",
4813+
"user_binding": "{service_sid: service_sid, user_sid: sid}"
48144814
},
48154815
"parent": "/Services/{Sid}"
48164816
},
@@ -5001,8 +5001,8 @@
50015001
],
50025002
"pathType": "list",
50035003
"dependentProperties": {
5004-
"chat/v2/user_channel": "{service_sid: service_sid, user_sid: sid}",
5005-
"chat/v2/user_binding": "{service_sid: service_sid, user_sid: sid}"
5004+
"user_channel": "{service_sid: service_sid, user_sid: sid}",
5005+
"user_binding": "{service_sid: service_sid, user_sid: sid}"
50065006
},
50075007
"parent": "/Services/{Sid}"
50085008
},

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.43.0"
130+
"version": "1.43.1"
131131
},
132132
"openapi": "3.0.1",
133133
"paths": {

src/services/twilio-api/twilio_content_v1.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
"name": "Apache 2.0",
239239
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
240240
},
241-
"version": "1.43.0"
241+
"version": "1.43.1"
242242
},
243243
"openapi": "3.0.1",
244244
"paths": {
@@ -319,7 +319,7 @@
319319
"pathType": "instance",
320320
"dependentProperties": {
321321
"content/v1/approval_create": "{sid: sid}",
322-
"content/v1/approval_fetch": "{sid: sid}"
322+
"approval_fetch": "{sid: sid}"
323323
},
324324
"mountName": "contents"
325325
},
@@ -414,7 +414,7 @@
414414
"pathType": "list",
415415
"dependentProperties": {
416416
"content/v1/approval_create": "{sid: sid}",
417-
"content/v1/approval_fetch": "{sid: sid}"
417+
"approval_fetch": "{sid: sid}"
418418
},
419419
"mountName": "contents"
420420
},

0 commit comments

Comments
 (0)