Merge branch 'dev' into 592-migrate-frontend-applications-to-v2-backend-and-database

This commit is contained in:
Achintha Isuru
2026-03-18 10:06:54 -04:00
164 changed files with 55 additions and 26 deletions

View File

@@ -96,7 +96,7 @@ To ensure a consistent experience across all compliance uploads (documents, cert
#### Data Connect Integration
- `StaffConnectorRepository` interface updated with `getStaffDocuments()` and `upsertStaffDocument()`.
- `upsertStaffDocument` mutation in `backend/dataconnect/connector/staffDocument/mutations.gql` updated to accept `verificationId`.
- `upsertStaffDocument` mutation in `legacy/dataconnect-v1/connector/staffDocument/mutations.gql` updated to accept `verificationId`.
- `getStaffDocumentByKey` and `listStaffDocumentsByStaffId` queries updated to include `verificationId`.
- SDK regenerated: `make dataconnect-generate-sdk ENV=dev`.