Skip to content

Commit abdcab0

Browse files
committed
oaiFix: Updated api definitions
1 parent 27a03a0 commit abdcab0

Some content is hidden

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

44 files changed

+3464
-7809
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---------------------------
2+
**Push**
3+
- Migrated to new Push API V4 with Resilient Notification Delivery.
4+
5+
16
## [7.19.0](https://github.com/twilio/twilio-cli-core/compare/7.18.3...7.19.0) (2023-12-14)
27

38
---------------------------

package-lock.json

Lines changed: 104 additions & 107 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
"name": "Apache 2.0",
235235
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
236236
},
237-
"version": "1.52.0"
237+
"version": "1.52.1"
238238
},
239239
"openapi": "3.0.1",
240240
"paths": {

src/services/twilio-api/twilio_api_v2010.json

Lines changed: 69 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9922,7 +9922,7 @@
99229922
"name": "Apache 2.0",
99239923
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
99249924
},
9925-
"version": "1.52.0"
9925+
"version": "1.52.1"
99269926
},
99279927
"openapi": "3.0.1",
99289928
"paths": {
@@ -35305,6 +35305,71 @@
3530535305
"GA"
3530635306
]
3530735307
}
35308+
},
35309+
"/healthcheck": {
35310+
"x-twilio": {
35311+
"className": "health_check",
35312+
"libraryVisibility": "private",
35313+
"docs_visibility": "private",
35314+
"pathType": "instance",
35315+
"x-skip-path": "true"
35316+
},
35317+
"servers": [
35318+
{
35319+
"url": "https://api.twilio.com"
35320+
}
35321+
],
35322+
"get": {
35323+
"operationId": "FetchHealthCheck",
35324+
"description": "API HealthCheck",
35325+
"security": [],
35326+
"tags": [
35327+
"Api20100401HealthCheck"
35328+
],
35329+
"responses": {
35330+
"200": {
35331+
"description": "OK",
35332+
"content": {
35333+
"application/json": {
35334+
"schema": {
35335+
"x-class-extra-annotation": "@JacksonXmlRootElement(localName = \"Healthcheck\")",
35336+
"type": "object",
35337+
"properties": {
35338+
"status": {
35339+
"description": "HealthCheck status",
35340+
"type": "string"
35341+
}
35342+
}
35343+
}
35344+
}
35345+
}
35346+
}
35347+
},
35348+
"x-twilio": {
35349+
"pathType": "instance",
35350+
"fixedResponse": {
35351+
"statusCode": 200,
35352+
"content": {
35353+
"status": "ok"
35354+
}
35355+
},
35356+
"transactions": [
35357+
{
35358+
"name": "validateHealthCheck",
35359+
"request": {
35360+
"method": "GET",
35361+
"url": "https://api.twilio.com/healthcheck.json"
35362+
},
35363+
"response": {
35364+
"statusCode": 200,
35365+
"content": {
35366+
"status": "ok"
35367+
}
35368+
}
35369+
}
35370+
]
35371+
}
35372+
}
3530835373
}
3530935374
},
3531035375
"servers": [
@@ -35388,6 +35453,9 @@
3538835453
{
3538935454
"name": "Api20100401FeedbackSummary"
3539035455
},
35456+
{
35457+
"name": "Api20100401HealthCheck"
35458+
},
3539135459
{
3539235460
"name": "Api20100401IncomingPhoneNumber"
3539335461
},

src/services/twilio-api/twilio_bulkexports_v1.json

Lines changed: 1 addition & 1 deletion
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.52.0"
274+
"version": "1.52.1"
275275
},
276276
"openapi": "3.0.1",
277277
"paths": {

src/services/twilio-api/twilio_chat_v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@
878878
"name": "Apache 2.0",
879879
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
880880
},
881-
"version": "1.52.0"
881+
"version": "1.52.1"
882882
},
883883
"openapi": "3.0.1",
884884
"paths": {

src/services/twilio-api/twilio_chat_v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@
12781278
"name": "Apache 2.0",
12791279
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
12801280
},
1281-
"version": "1.52.0"
1281+
"version": "1.52.1"
12821282
},
12831283
"openapi": "3.0.1",
12841284
"paths": {

src/services/twilio-api/twilio_chat_v3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"name": "Apache 2.0",
152152
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
153153
},
154-
"version": "1.52.0"
154+
"version": "1.52.1"
155155
},
156156
"openapi": "3.0.1",
157157
"paths": {

src/services/twilio-api/twilio_content_v1.json

Lines changed: 1 addition & 1 deletion
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.52.0"
241+
"version": "1.52.1"
242242
},
243243
"openapi": "3.0.1",
244244
"paths": {

src/services/twilio-api/twilio_conversations_v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2648,7 +2648,7 @@
26482648
"name": "Apache 2.0",
26492649
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
26502650
},
2651-
"version": "1.52.0"
2651+
"version": "1.52.1"
26522652
},
26532653
"openapi": "3.0.1",
26542654
"paths": {

0 commit comments

Comments
 (0)