-
Notifications
You must be signed in to change notification settings - Fork 2
OpenAPI schema sync (v2.11.0) #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
☂️ Python Coverage
Overall Coverage
New Files
Modified Files
|
There was a problem hiding this 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 updates the Python SDK to sync with OpenAPI schema version v2.11.0, adding new filtering parameters for event search and supplementary ID support for webhooks.
- Added 7 new filter parameters for the search events API
- Introduced supplementary IDs functionality with new model classes
- Updated visitor ID descriptions to include mobile device support
Reviewed Changes
Copilot reviewed 21 out of 21 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
test/test_fingerprint_api.py | Added test parameters for new search filter options |
test/mocks/webhook.json | Added supplementary IDs mock data for webhook testing |
res/fingerprint-server-api.yaml | Updated OpenAPI schema with new parameters and models |
fingerprint_pro_server_api_sdk/models/ | Added SupplementaryID and WebhookSupplementaryIDs models |
fingerprint_pro_server_api_sdk/api/fingerprint_api.py | Implemented new search filter parameters |
docs/ | Updated documentation for new models and API parameters |
.schema-version | Bumped schema version to v2.11.0 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
🚀 Following releases will be created using changesets from this PR:fingerprint-pro-server-api-python-sdk@8.11.0-rc.0Minor Changes
|
Schema sync for v2.11.0 OpenAPI schema release.