Skip to content

Commit 0a0a401

Browse files
committed
feat: sync OpenAPI schema to v2.9.0
1 parent 88baec6 commit 0a0a401

28 files changed

+321
-47
lines changed

.changeset/dark-dogs-play.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-java-sdk': minor
3+
---
4+
5+
Mark `replayed` field required in the `identification` product schema. This field will always be present.

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"mode": "pre",
3+
"tag": "develop",
4+
"initialVersions": {
5+
"fingerprint-pro-server-api-java-sdk": "7.7.0"
6+
},
7+
"changesets": []
8+
}

.changeset/sharp-facts-boil.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-java-sdk': minor
3+
---
4+
5+
Add `sdk` field with platform metadata to `identification`

.changeset/ten-plums-tickle.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-java-sdk': patch
3+
---
4+
5+
Deprecate the Remote Control Detection Smart Signal. This signal is no longer available.

.schema-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.8.0
1+
v2.9.0

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ Class | Method | HTTP request | Description
370370
- [RelatedVisitorsResponse](docs/RelatedVisitorsResponse.md)
371371
- [RemoteControl](docs/RemoteControl.md)
372372
- [RootApps](docs/RootApps.md)
373+
- [SDK](docs/SDK.md)
373374
- [SearchEventsResponse](docs/SearchEventsResponse.md)
374375
- [SearchEventsResponseEventsInner](docs/SearchEventsResponseEventsInner.md)
375376
- [SuspectScore](docs/SuspectScore.md)

docs/Identification.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
|**firstSeenAt** | [**IdentificationSeenAt**](IdentificationSeenAt.md) | | |
2525
|**lastSeenAt** | [**IdentificationSeenAt**](IdentificationSeenAt.md) | | |
2626
|**components** | [**Map<String, RawDeviceAttribute>**](RawDeviceAttribute.md) | It includes 35+ raw browser identification attributes to provide Fingerprint users with even more information than our standard visitor ID provides. This enables Fingerprint users to not have to run our open-source product in conjunction with Fingerprint Pro Plus and Enterprise to get those additional attributes. Warning: The raw signals data can change at any moment as we improve the product. We cannot guarantee the internal shape of raw device attributes to be stable, so typical semantic versioning rules do not apply here. Use this data with caution without assuming a specific structure beyond the generic type provided here. | [optional] |
27-
|**replayed** | **Boolean** | `true` if we determined that this payload was replayed, `false` otherwise. | [optional] |
27+
|**replayed** | **Boolean** | `true` if we determined that this payload was replayed, `false` otherwise. | |
28+
|**sdk** | [**SDK**](SDK.md) | | [optional] |
2829

2930

3031

docs/ProductRemoteControl.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# ProductRemoteControl
44

5+
This product is deprecated.
6+
57

68
## Properties
79

docs/RemoteControl.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# RemoteControl
44

5+
This signal is deprecated.
6+
57

68
## Properties
79

docs/SDK.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
# SDK
4+
5+
Contains information about the SDK used to perform the request.
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
|------------ | ------------- | ------------- | -------------|
11+
|**platform** | **String** | Platform of the SDK. | |
12+
|**version** | **String** | SDK version string. | |
13+
14+
15+

0 commit comments

Comments
 (0)