- repository.ts: add ScimConnectorStats interface, getConnectorStats (user/group/event counts), deleteConnector - routes.ts: 4 new endpoints — GET /scim/connectors/:orgId/:id/stats, DELETE /scim/connectors/:orgId/:id (must be paused first), POST /scim/connectors/:orgId/:id/pause, POST /scim/connectors/:orgId/:id/resume - Existing 4 tests unchanged, typecheck clean |
||
|---|---|---|
| .. | ||
| scripts | ||
| src | ||
| .gitignore | ||
| Dockerfile | ||
| package.json | ||
| POSTAL_SMTP_SETUP.md | ||
| tsconfig.json | ||
| vitest.config.ts | ||