Conversation
…g collector types (SDKS-5203)
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is ❌ Your project check has failed because the head coverage (72.79%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #68 +/- ##
============================================
+ Coverage 71.96% 72.79% +0.83%
- Complexity 230 238 +8
============================================
Files 164 164
Lines 20856 21307 +451
Branches 748 767 +19
============================================
+ Hits 15008 15511 +503
+ Misses 5742 5709 -33
+ Partials 106 87 -19
... and 7 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
Summary
Updates the React Native DaVinci bridge to expose collector fields introduced or fixed in native SDK 2.1.0, adds structured validation results, and improves DaVinci client and sample-app support across Android, iOS, and JavaScript.
Changes
PasswordCollector.validationand native password-policy access.LabelCollector.richContent.PhoneNumberCollector.extension,showExtension, andextensionLabel.BooleanCollectorvalidation errors.validationErrors, preserving errors when the returned node is an error or failure node.SINGLE_CHECKBOXandREAD_ONLY_TEXThandling to PingTestRunner scenarios and wire-format integration tests.Scope clarification
Native SDK 2.1.0 already provides the collector types represented by
SINGLE_CHECKBOXandREAD_ONLY_TEXT; this change completes their React Native test-runner coverage and preserves their existing public support.Verification