Update API specifications with fern api update #3688
Closed
+38
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update API specifications by running fern api update.
🔧 This PR updates the API specifications by running
fern api update
, adding support for XPath tracking in tool calls and introducing a comprehensive TOTP (Time-based One-Time Password) type system for 2FA authentication methods.🔍 Detailed Analysis
Key Changes
xpath
field to tool call responses for better element tracking and debuggingTotpType
enum with four authentication methods:authenticator
,email
,text
, andnone
totp_type
field with proper defaults and examplesTechnical Implementation
Impact
Created with Palmier
Important
Update API specifications in
skyvern_openapi.json
with new fields andTotpType
schema.xpath
field toskyvern_openapi.json
withstring
ornull
type.totp_type
field toskyvern_openapi.json
with reference toTotpType
schema.TotpType
schema withenum
values:authenticator
,email
,text
,none
.This description was created by
for efb9773. You can customize this summary. It will automatically update as commits are pushed.
Summary by CodeRabbit