Conversation
🦋 Changeset detectedLatest commit: af369f2 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 |
54427e8 to
edb52e5
Compare
Coverage report
Test suite run success83 tests passing in 11 suites. Report generated by 🧪jest coverage report action from af369f2 Show full coverage report
|
There was a problem hiding this comment.
Pull request overview
Updates the bundled Fingerprint Server API v3 OpenAPI schema to v3.1.0 (now marked deprecated) and regenerates the SDK’s TypeScript types accordingly, including new/updated response fields and error codes.
Changes:
- Bump stored schema version to
v3.1.0and updateresources/fingerprint-server-api.yamlwith v3 deprecation notices plus new/updated schema fields. - Regenerate
src/generatedApiTypes.tsto reflect schema changes (e.g., SDK integrations, new Tampering fields, new error code, etc.). - Add changesets documenting the deprecation warning and schema/type additions.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
sync.sh |
Simplifies schema sync to only fetch the OpenAPI YAML. |
src/generatedApiTypes.ts |
Regenerated TS OpenAPI types; includes deprecation JSDoc and new schema fields. |
resources/fingerprint-server-api.yaml |
Updated OpenAPI schema content to v3.1.0, including deprecation notices and new fields. |
readme.md |
Adds a Server API v3 deprecation notice to the README. |
.schema-version |
Updates recorded schema version to v3.1.0. |
.changeset/yummi-bears-clap.md |
Changeset: deprecation warning. |
.changeset/tough-cherries-try.md |
Changeset: Tampering confidence + mlScore. |
.changeset/old-ears-end.md |
Changeset: SDK.integrations model. |
.changeset/modern-bats-fry.md |
Changeset: optional IPInfoASN.type. |
.changeset/many-snails-accept.md |
Changeset: new WorkspaceScopedSecretKeyRequired error code. |
.changeset/five-eggs-cheer.md |
Changeset: VirtualMachine.mlScore. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
edb52e5 to
14177c6
Compare
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
🚀 Following releases will be created using changesets from this PR:@fingerprintjs/fingerprintjs-pro-server-api@6.11.0Minor Changes
|
No description provided.