general-runtime
general-runtime copied to clipboard
fix: update general-runtime with loosened DTO types (PL-1124)
Fixes or implements PL-1124
Brief description. What is this change?
This PR updates general-runtime with the loosened types defined in the related PRs listed below.
Implementation details. How do you make this change?
Updated the packages @voiceflow/dtos and packages from libs, then fixed the types when safety issues arise.
Setup information
Deployment Notes
Related PRs
- https://github.com/voiceflow/libs/pull/527
- https://github.com/voiceflow/creator-app/pull/8215
- https://github.com/voiceflow/general-runtime/pull/837
Checklist
- [ ] Breaking changes have been communicated, including:
- New required environment variables
- Renaming of interfaces (API routes, request/response interface, etc)
- [ ] New environment variables have been deployed
- [ ] Appropriate tests have been written
- Bug fixes are accompanied by an updated or new test
- New features are accompanied by a new test