OpenAPI schema sync (v3.7.0) - #276
Merged
Merged
Conversation
fingerprint-dx-team-actions-runner
Bot
requested review from
JuroUhlar,
Orkuncakilkaya,
ilfa,
makma and
mcnulty-fp
as code owners
August 21, 2026 08:37
🦋 Changeset detectedLatest commit: d06f96f The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
Coverage report
Test suite run success83 tests passing in 24 suites. Report generated by 🧪jest coverage report action from d06f96f Show full coverage report
|
JuroUhlar
previously approved these changes
Aug 21, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Syncs the SDK with OpenAPI schema v3.7.0.
Changes:
- Adds the
active_callevent-search filter. - Adds
keyboard_layout_nameto raw device attributes. - Updates schema metadata, changesets, and response fixtures.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.schema-version |
Advances schema version to v3.7.0. |
.changeset/events-search-active-call-filter.md |
Records the search-filter addition. |
.changeset/raw-device-attributes-keyboard-layout-name-events.md |
Records the raw attribute addition. |
resources/fingerprint-server-api.yaml |
Adds both schema fields. |
src/generatedApiTypes.ts |
Exposes both additions in TypeScript. |
tests/.../search/get_event_search_200.json |
Adds keyboard layout fixture data. |
tests/.../get_event_with_edge_200.json |
Adds an Edge event fixture. |
tests/.../get_event_with_bot_info_200.json |
Adds keyboard layout fixture data. |
tests/.../get_event_ruleset_200.json |
Adds keyboard layout fixture data. |
tests/.../get_event_200.json |
Adds keyboard layout fixture data. |
tests/.../get_event_200_with_unknown_field.json |
Adds keyboard layout fixture data. |
tests/.../504_search_timeout_exceeded.json |
Adds a search-timeout fixture. |
tests/.../429_too_many_search_requests.json |
Adds a search-throttling fixture. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Contributor
JuroUhlar
approved these changes
Aug 24, 2026
ilfa
approved these changes
Aug 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Schema sync for v3.7.0 OpenAPI schema release.