-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
136 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
'fingerprint-pro-server-api-openapi': minor | ||
--- | ||
|
||
- Make the `GeolocationCity` field `name` **required**. | ||
- Make the `GeolocationSubdivision` field `isoCode` **required**. | ||
- Make the `GeolocationSubdivision` field `name` **required**. | ||
- Make the `IPInfoASN` field `name` **required** . | ||
- Make the `IPInfoDataCenter` field `name` **required**. | ||
- Add **optional** `IdentificationConfidence` field `comment`. | ||
- **events**: Add **optional** `Botd` field `meta`. | ||
- **events**: Add **optional** `Identification` field `components`. | ||
- **events**: Make the `VPN` field `originCountry` **required**. | ||
- **visitors**: Add **optional** `Visit` field `components`. | ||
- **webhook**: Add **optional** `Webhook` field `components`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
'fingerprint-pro-server-api-openapi': major | ||
--- | ||
|
||
- Remove the `BrowserDetails` field `botProbability`. | ||
- Update the `IdentificationConfidence` field `score` type format: `float` -> `double`. | ||
- Make the `RawDeviceAttributeError` field `name` **optional** . | ||
- Make the `RawDeviceAttributeError` field `message` **optional** . | ||
- **events**: Remove the `EventsResponse` field `error`. | ||
- [note]: The errors are represented by `ErrorResponse` model. | ||
- **events**: Update the `HighActivity` field `dailyRequests` type format: `number` -> `int64`. | ||
- **events**: Specify the `Tampering` field `anomalyScore` type format: `double`. | ||
- **webhook**: Make the `Webhook` fields **optional**: `visitorId`, `visitorFound`, `firstSeenAt`, `lastSeenAt`, `browserDetails`, `incognito`. | ||
- **webhook**: Make the `WebhookClonedApp` field `result` **optional**. | ||
- **webhook**: Make the `WebhookDeveloperTools` field `result` **optional**. | ||
- **webhook**: Make the `WebhookEmulator` field `result` **optional**. | ||
- **webhook**: Make the `WebhookFactoryReset` fields `time` and `timestamp` **optional**. | ||
- **webhook**: Make the `WebhookFrida` field `result` **optional**. | ||
- **webhook**: Update the `WebhookHighActivity` field `dailyRequests` type format: `number` -> `int64`. | ||
- **webhook**: Make the `WebhookIPBlocklist` fields `result` and `details` **optional**. | ||
- **webhook**: Make the `WebhookJailbroken` field `result` **optional**. | ||
- **webhook**: Make the `WebhookLocationSpoofing` field `result` **optional**. | ||
- **webhook**: Make the `WebhookPrivacySettings` field `result` **optional**. | ||
- **webhook**: Make the `WebhookProxy` field `result` **optional**. | ||
- **webhook**: Make the `WebhookRemoteControl` field `result` **optional**. | ||
- **webhook**: Make the `WebhookRootApps` field `result` **optional**. | ||
- **webhook**: Make the `WebhookSuspectScore` field `result` **optional**. | ||
- **webhook**: Make the `WebhookTampering` fields `result`, `anomalyScore` and `antiDetectBrowser` **optional**. | ||
- **webhook**: Specify the `WebhookTampering` field `anomalyScore` type format: `double`. | ||
- **webhook**: Make the `WebhookTor` field `result` **optional**. | ||
- **webhook**: Make the `WebhookVelocity` fields **optional**: `distinctIp`, `distinctLinkedId`, `distinctCountry`, `events`, `ipEvents`, `distinctIpByLinkedId`, `distinctVisitorIdByLinkedId`. | ||
- **webhook**: Make the `WebhookVirtualMachine` field `result` **optional**. | ||
- **webhook**: Make the `WebhookVPN` fields **optional**: `result`, `confidence`, `originTimezone`, `methods`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,5 +23,3 @@ properties: | |
type: string | ||
userAgent: | ||
type: string | ||
botProbability: | ||
type: integer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,3 @@ required: | |
properties: | ||
products: | ||
$ref: Products.yaml | ||
error: | ||
$ref: Error.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
type: object | ||
additionalProperties: false | ||
required: | ||
- name | ||
properties: | ||
name: | ||
type: string |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
type: object | ||
additionalProperties: false | ||
required: | ||
- isoCode | ||
- name | ||
properties: | ||
isoCode: | ||
type: string | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ type: object | |
additionalProperties: false | ||
required: | ||
- asn | ||
- name | ||
- network | ||
properties: | ||
asn: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ type: object | |
additionalProperties: false | ||
required: | ||
- result | ||
- name | ||
properties: | ||
result: | ||
type: boolean | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
type: object | ||
additionalProperties: false | ||
required: | ||
- name | ||
- message | ||
properties: | ||
name: | ||
type: string | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ required: | |
- result | ||
- confidence | ||
- originTimezone | ||
- originCountry | ||
- methods | ||
properties: | ||
result: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
type: object | ||
additionalProperties: false | ||
required: | ||
- result | ||
properties: | ||
result: | ||
type: boolean | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
type: object | ||
additionalProperties: false | ||
required: | ||
- result | ||
properties: | ||
result: | ||
type: boolean | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
type: object | ||
additionalProperties: false | ||
required: | ||
- result | ||
properties: | ||
result: | ||
type: boolean | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
type: object | ||
additionalProperties: false | ||
required: | ||
- time | ||
- timestamp | ||
properties: | ||
time: | ||
type: string | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
type: object | ||
additionalProperties: false | ||
required: | ||
- result | ||
properties: | ||
result: | ||
type: boolean | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
type: object | ||
additionalProperties: false | ||
required: | ||
- result | ||
- details | ||
properties: | ||
result: | ||
type: boolean | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
type: object | ||
additionalProperties: false | ||
required: | ||
- result | ||
properties: | ||
result: | ||
type: boolean | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
type: object | ||
additionalProperties: false | ||
required: | ||
- result | ||
properties: | ||
result: | ||
type: boolean | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
type: object | ||
additionalProperties: false | ||
required: | ||
- result | ||
properties: | ||
result: | ||
type: boolean | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
type: object | ||
additionalProperties: false | ||
required: | ||
- result | ||
properties: | ||
result: | ||
type: boolean | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
type: object | ||
additionalProperties: false | ||
required: | ||
- result | ||
properties: | ||
result: | ||
type: boolean | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
type: object | ||
additionalProperties: false | ||
required: | ||
- result | ||
properties: | ||
result: | ||
type: boolean | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
type: object | ||
additionalProperties: false | ||
required: | ||
- result | ||
properties: | ||
result: | ||
type: integer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
type: object | ||
additionalProperties: false | ||
required: | ||
- result | ||
properties: | ||
result: | ||
type: boolean | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
type: object | ||
additionalProperties: false | ||
required: | ||
- result | ||
properties: | ||
result: | ||
type: boolean | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.