nexus/packages/shared
Nexus Dev 528ad001b5 feat(21-03): add chatRoutes, mount in app.ts, export chat schemas from shared
- chatRoutes factory with 7 REST endpoints for conversations and messages
- All routes gated by assertBoard; company-scoped routes also use assertCompanyAccess
- Mounted as api.use(chatRoutes(db)) after activityRoutes in app.ts
- Export createConversationSchema/updateConversationSchema/createMessageSchema
  from @paperclipai/shared (were missing from main package index)
- 11 vitest route tests passing
2026-04-04 03:55:47 +00:00
..
src feat(21-03): add chatRoutes, mount in app.ts, export chat schemas from shared 2026-04-04 03:55:47 +00:00
CHANGELOG.md chore: release v0.3.1 2026-03-12 13:09:22 -05:00
package.json feat: implement app-side telemetry sender 2026-04-02 10:47:29 -05:00
tsconfig.json Fix root TypeScript solution config 2026-03-09 14:09:30 -05:00