Skip to content

Conversation

fingerprint-dx-team-actions-runner[bot]

Schema sync for v2.11.0 OpenAPI schema release.

Copy link
Contributor

github-actions bot commented Sep 2, 2025

🚀 Following releases will be created using changesets from this PR:

[email protected]

Minor Changes

  • events-search: Event search now supports a new set of filter parameters: developer_tools, location_spoofing, mitm_attack, proxy, sdk_version, sdk_platform, environment (9f98693)
  • webhook: Add supplementaryIds property to the Webhooks schema. (9f98693)
  • Add environmentId property to identification (9f98693)

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR syncs the SDK with OpenAPI schema v2.11.0, introducing several new filtering capabilities and data models to enhance event search functionality and webhook data structure.

  • Adds new filter parameters for event search including developer tools, location spoofing, MITM attack, proxy detection, SDK version/platform, and environment filtering
  • Introduces supplementary ID models (SupplementaryID, WebhookSupplementaryIDs) to provide additional visitor identification data in webhooks
  • Updates visitor ID descriptions to clarify support for both browser and mobile device identification

Reviewed Changes

Copilot reviewed 19 out of 19 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
sdk/src/main/java/com/fingerprint/api/FingerprintApi.java Adds 7 new optional parameters to search events API with corresponding getters/setters
sdk/src/main/java/com/fingerprint/model/Identification.java Adds environmentId property and updates visitorId description
sdk/src/main/java/com/fingerprint/model/Webhook.java Adds supplementaryIds property and updates visitorId description
sdk/src/main/java/com/fingerprint/model/SupplementaryID.java New model class for supplementary visitor identification data
sdk/src/main/java/com/fingerprint/model/WebhookSupplementaryIDs.java New model class containing standard and high recall supplementary IDs
sdk/src/test/java/com/fingerprint/api/FingerprintApiTest.java Updates test to validate new search parameters and environment array handling
sdk/src/test/resources/mocks/webhook.json Adds supplementaryIds mock data for testing

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Orkuncakilkaya Orkuncakilkaya merged commit 11998dc into main Sep 3, 2025
12 checks passed
@Orkuncakilkaya Orkuncakilkaya deleted the feat/open-api-v2.11.0 branch September 3, 2025 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants