diff --git a/CHANGES.md b/CHANGES.md index 93a85e00..10b3d8e7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ twilio-oai changelog ==================== +[2024-07-02] Version 2.0.2 +-------------------------- +**Library - Chore** +- [PR #114](https://github.com/twilio/twilio-oai/pull/114): remove empty models. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)! + +**Intelligence** +- Deprecate account flag api.twilio-intelligence.v2 + + [2024-06-27] Version 2.0.1 -------------------------- **Library - Chore** diff --git a/spec/json/twilio_content_sdk.json b/spec/json/twilio_content_sdk.json index 5f109f4c..b70128bc 100644 --- a/spec/json/twilio_content_sdk.json +++ b/spec/json/twilio_content_sdk.json @@ -1825,4 +1825,4 @@ "name": "Contentv1LegacyContent" } ] -} +} \ No newline at end of file diff --git a/spec/json/twilio_content_v2.json b/spec/json/twilio_content_v2.json index 1b9c759c..cba366b9 100644 --- a/spec/json/twilio_content_v2.json +++ b/spec/json/twilio_content_v2.json @@ -900,4 +900,4 @@ "accountSid_authToken": [] } ] -} +} \ No newline at end of file diff --git a/spec/json/twilio_marketplace_v1.json b/spec/json/twilio_marketplace_v1.json index ef133bea..086a3754 100644 --- a/spec/json/twilio_marketplace_v1.json +++ b/spec/json/twilio_marketplace_v1.json @@ -2403,4 +2403,4 @@ "accountSid_authToken": [] } ] -} +} \ No newline at end of file diff --git a/spec/json/twilio_numbers_v1.json b/spec/json/twilio_numbers_v1.json index c01a433f..4ce1faea 100644 --- a/spec/json/twilio_numbers_v1.json +++ b/spec/json/twilio_numbers_v1.json @@ -1507,7 +1507,6 @@ "description": "", "x-twilio": { "defaultOutputProperties": [], - "mountName": "porting_webhook_configurations", "pathType": "list" }, "post": { @@ -1602,6 +1601,9 @@ } } } + }, + "x-twilio": { + "mountName": "porting_webhook_configurations" } }, "get": { @@ -1687,10 +1689,7 @@ "accountSid_authToken": [] } ], - "operationId": "FetchPortingWebhookConfigurationFetch", - "x-twilio": { - "mountName": "porting_webhook_configuration_fetch" - } + "operationId": "FetchPortingWebhookConfigurationFetch" } }, "/v1/Porting/Configuration/Webhook/{WebhookType}": { diff --git a/spec/yaml/twilio_numbers_v1.yaml b/spec/yaml/twilio_numbers_v1.yaml index e4f2f298..30896a18 100644 --- a/spec/yaml/twilio_numbers_v1.yaml +++ b/spec/yaml/twilio_numbers_v1.yaml @@ -1158,7 +1158,6 @@ paths: description: '' x-twilio: defaultOutputProperties: [] - mountName: porting_webhook_configurations pathType: list post: description: Allows to create a new webhook configuration @@ -1225,6 +1224,8 @@ paths: type: object title: CreatePortingWebhookConfigurationRequest properties: {} + x-twilio: + mountName: porting_webhook_configurations get: description: Allows to fetch the webhook configuration tags: @@ -1285,8 +1286,6 @@ paths: security: - accountSid_authToken: [] operationId: FetchPortingWebhookConfigurationFetch - x-twilio: - mountName: porting_webhook_configuration_fetch /v1/Porting/Configuration/Webhook/{WebhookType}: servers: - url: https://numbers.twilio.com