You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client)!: update standard link interceptors and plugins options (#333)
This update change options related to `RPCLink` and `OpenAPILink` from
receive 3 args like this `options, input, path` to this `{ context,
input, path }`
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Refactor**
- Consolidated parameters across client calls and interceptors into a
unified object structure.
- Updated options and type definitions to enforce required properties,
enhancing clarity and type safety.
- Streamlined retry operations for clearer error handling and more
consistent behavior.
- **Tests**
- Revised test cases to align with the new parameter structure, ensuring
a reliable and maintainable validation process.
- Updated fetch function signatures in test cases to accept a single
`request` parameter, simplifying the interface.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments