| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
feat(agent-session): create proxy tool (#7414) <!-- Describe the problem and your solution --> <!-- Issue ticket number and link (if applicable) --> <!-- Testing instructions (skip if just adding/editing providers) --> <!-- This is an auto-generated description by cubic. --> <a href="https://cubic.dev/pr/NangoHQ/nango/pull/7414?utm_source=github" target="_blank" rel="noopener noreferrer" data-no-image-dialog="true"><picture><source media="(prefers-color-scheme: dark)" srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img alt="Review in cubic" src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a> <!-- End of auto-generated description by cubic. --> | 13 小时前 | |
chore(release): 0.71.6 | 6 天前 | |
feat: types package (#2055) ## Context > [!NOTE] > This is a proposal We need more and more to share types between many packages, back-end, front-end et clients. Currently the shared folder is contains most types but it also contains a lot of side effect and code in general. I propose we create a dedicated package --that we publish-- that will contain only types (i.e: db types, api types) that can be reused without fear of any side effects and can be installed as a devdeps. It would allow us to link `server` with `webapp` but also types the `node-client` removing all discrepancies and copy pasting. This is a common strategy in TS ecosystem, most libraries do that to some extents - GitHub: https://github.com/octokit/types.ts - AWS: https://github.com/aws/aws-sdk-js-v3/tree/main/packages/types - Sentry: https://github.com/getsentry/sentry-javascript/tree/develop/packages/types - Trigger.dev: https://github.com/triggerdotdev/trigger.dev/blob/main/packages/core/src/schemas/api.ts ## Changes Fixes NAN-810 - New packages `@nangohq/types` - One example of how we can link everything with one endpoint `GET /onboarding` | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 13 小时前 | ||
| 6 天前 | ||
| 2 年前 |