chore(kyc): add bridge-uplift to KycActionType#2220
Conversation
peanut-api-ts#1013 returns actionType 'bridge-uplift' (with an SDK token) when an EU/NA cross-region tap comes from an applicant that never completed bridge-requirements. Runtime already handles any token-bearing actionType generically; this keeps the union honest.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughAdds a new 'bridge-uplift' member to the exported KycActionType union and documents a cross-region Bridge "tap" flow where the backend returns an applicant-action token that the SDK uses to collect Bridge data deltas (email and questionnaire). ChangesKycActionType Extension
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install timed out. The project may have too many dependencies for the sandbox. Comment |
Code-analysis diffPainscore total: 5818.17 → 5818.44 (+0.27) |
🧪 UI test report — ✅ all greenSuites
📊 Coverage (unit)
⏱ 10 slowest test cases
|
Companion to peanutprotocol/peanut-api-ts#1013 — the BE now returns
actionType: 'bridge-uplift'(with an SDK token) when an EU/NA cross-region tap comes from an applicant that never completedbridge-requirements. The hook already handles any token-bearing actionType generically (token → SDK opens,setIsActionFlow), so this is type-only with no deploy coupling.🤖 Generated with Claude Code