-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: refactor node to use the resource builder #373
Conversation
Also synchronizes the config file.
[twilio-oai-generator-java] Kudos, SonarCloud Quality Gate passed! |
[twilio-oai-generator-php] Kudos, SonarCloud Quality Gate passed! |
[twilio-oai-generator-node] Kudos, SonarCloud Quality Gate passed! |
[twilio-oai-generator-go] Kudos, SonarCloud Quality Gate passed! |
@@ -1,7 +1,7 @@ | |||
{ | |||
"library": { | |||
"phone_number_capabilities": { | |||
"PhoneNumberCapabilities": "interfaces" | |||
"PhoneNumberCapabilities": "lib/interfaces" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we have to add lib/
? Since PhoneNumberCapabilities are only used by files within lib folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just synching with the actual file here which includes the lib path: https://github.com/twilio/twilio-oai/blob/main/types/node.json
Also synchronizes the config file.
twilio/twilio-node#843