refactor(apollo-react): rename BYO edit-link field to byoConfigurationId#920
refactor(apollo-react): rename BYO edit-link field to byoConfigurationId#920denispetre wants to merge 1 commit into
Conversation
Match the Discovery contract (UiPath/Arima#2659): byomDetails.byoConfigurationId instead of productLlmConfigurationId. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Dependency License Review
License distribution
Excluded packages
|
📊 Coverage + size by packagePer-package coverage and bundle size on this PR. New-line coverage = of the source lines this PR adds or changes, the % hit by tests.
"Coverage" is each package's own |
Follow-up to #879, matching the Discovery contract shipped in UiPath/Arima#2659: the ModelPicker's BYO edit deep-link field is
byomDetails.byoConfigurationId(wasproductLlmConfigurationId, which Discovery never served). Rename only — types, edit-action read, README, and the URL-builder doc comment. Behavior is unchanged: with the id the edit action deep-links to the configuration's edit form, without it it falls back to the configurations list.Verified:
tsc -bclean, 70/70 picker tests pass.🤖 Generated with Claude Code