Skip to content

Commit 3f18b05

Browse files
authored
Merge pull request #264 from fingerprintjs/v4-INTER-1482
Fixes after migration to Server API v4
2 parents ac98fe4 + 872cd05 commit 3f18b05

File tree

6 files changed

+207
-92
lines changed

6 files changed

+207
-92
lines changed

.changeset/crazy-friends-deny.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'fingerprint-pro-server-api-openapi': patch
3+
---
4+
5+
**events-search**: Fix `searchEvents` method description

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This repository contains the [OpenAPI](https://swagger.io/docs/specification/abo
2222
## Getting started
2323

2424
- The OpenAPI schema is published to the [Fingerprint API reference](https://dev.fingerprint.com/reference/pro-server-api) and also as a [Swagger UI app on GitHub pages](https://fingerprintjs.github.io/fingerprint-pro-server-api-openapi/).
25-
- You can also [download the latest schema file here](https://fingerprintjs.github.io/fingerprint-pro-server-api-openapi/schemas/fingerprint-server-api.yaml).
25+
- You can also [download the latest schema file here](https://fingerprintjs.github.io/fingerprint-pro-server-api-openapi/schemas/fingerprint-server-api-v4-with-examples.yaml).
2626

2727
> [!NOTE]
2828
> Please note that some signals and attributes present in the schema are only available to Enterprise or Pro Plus customers on request, as indicated in the signal description.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"playwright": "^1.45.1",
5656
"prompts": "^2.4.2",
5757
"style-loader": "^3.3.4",
58-
"swagger-ui": "^5.28.0",
58+
"swagger-ui": "^5.29.3",
5959
"ts-loader": "^9.5.4",
6060
"tsx": "^4.20.5",
6161
"typescript": "^5.9.2",

0 commit comments

Comments
 (0)