team-telnyx / telnyx-mock

telnyx-mock is a mock HTTP server that responds like the real Telnyx API. It can be used to make test suites integrating with Telnyx faster and less brittle.
MIT License
15 stars 5 forks source link

update list of supported schema fields #27

Closed drewkit closed 2 years ago

drewkit commented 2 years ago

telnyx-mock service currently breaks on startup

Ran a git bisect with team-telnyx/openapi and discovered this pull request to have introduced the first "bad" commit of schema to break the telnyx-mock service.

Adding support for additional schema fields appears to resolve the issue.

drewkit commented 2 years ago

@lucasassisrosa or @kanemathers, could I get a new release based on this change?