Skip to content

Commit

Permalink
[Librarian] Regenerated @ a412066ed53a791734369f33f4b2f579662850b3
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Jul 2, 2024
1 parent 7dd5d2f commit 9dc242b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_content_sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -1825,4 +1825,4 @@
"name": "Contentv1LegacyContent"
}
]
}
}
2 changes: 1 addition & 1 deletion spec/json/twilio_content_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -900,4 +900,4 @@
"accountSid_authToken": []
}
]
}
}
2 changes: 1 addition & 1 deletion spec/json/twilio_marketplace_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2403,4 +2403,4 @@
"accountSid_authToken": []
}
]
}
}
9 changes: 4 additions & 5 deletions spec/json/twilio_numbers_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1507,7 +1507,6 @@
"description": "",
"x-twilio": {
"defaultOutputProperties": [],
"mountName": "porting_webhook_configurations",
"pathType": "list"
},
"post": {
Expand Down Expand Up @@ -1602,6 +1601,9 @@
}
}
}
},
"x-twilio": {
"mountName": "porting_webhook_configurations"
}
},
"get": {
Expand Down Expand Up @@ -1687,10 +1689,7 @@
"accountSid_authToken": []
}
],
"operationId": "FetchPortingWebhookConfigurationFetch",
"x-twilio": {
"mountName": "porting_webhook_configuration_fetch"
}
"operationId": "FetchPortingWebhookConfigurationFetch"
}
},
"/v1/Porting/Configuration/Webhook/{WebhookType}": {
Expand Down
5 changes: 2 additions & 3 deletions spec/yaml/twilio_numbers_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,6 @@ paths:
description: ''
x-twilio:
defaultOutputProperties: []
mountName: porting_webhook_configurations
pathType: list
post:
description: Allows to create a new webhook configuration
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9dc242b

Please sign in to comment.