Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .schema-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.4.0
v3.4.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,9 @@ Class | Method | HTTP request | Description
- [SearchEventsBot](docs/SearchEventsBot.md)
- [SearchEventsBotInfo](docs/SearchEventsBotInfo.md)
- [SearchEventsIncrementalIdentificationStatus](docs/SearchEventsIncrementalIdentificationStatus.md)
- [SearchEventsInline](docs/SearchEventsInline.md)
- [SearchEventsRareDevicePercentileBucket](docs/SearchEventsRareDevicePercentileBucket.md)
- [SearchEventsSdkPlatform](docs/SearchEventsSdkPlatform.md)
- [SearchEventsSource](docs/SearchEventsSource.md)
- [SearchEventsVpnConfidence](docs/SearchEventsVpnConfidence.md)
- [SupplementaryIDHighRecall](docs/SupplementaryIDHighRecall.md)
- [TamperingConfidence](docs/TamperingConfidence.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/FingerprintApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public class FingerprintApiExample {
Boolean torNode = true; // Boolean | Filter events by Tor Node detection result. > Note: When using this parameter, only events with the `tor_node` property set to `true` or `false` are returned. Events without a `tor_node` detection result are left out of the response.
SearchEventsIncrementalIdentificationStatus incrementalIdentificationStatus = SearchEventsIncrementalIdentificationStatus.fromValue("partially_completed"); // SearchEventsIncrementalIdentificationStatus | Filter events by their incremental identification status (`incremental_identification_status` property). Non incremental identification events are left out of the response.
Boolean simulator = true; // Boolean | Filter events by iOS Simulator Detection result. > Note: When using this parameter, only events with the `simulator` property set to `true` or `false` are returned. Events without a `simulator` Smart Signal result are left out of the response.
List<SearchEventsInline> source = Arrays.asList(); // List<SearchEventsInline> | Selects the source of events to search. When omitted, only traditional identification events generated from devices are returned (the default behavior). When set to `edge`, only Automation Intelligence (Edge) events are returned. > Note: The Automation Intelligence API is in public preview testing phase. If you encounter any issues, please [contact](https://fingerprint.com/support/) our support team.
List<SearchEventsSource> source = Arrays.asList(); // List<SearchEventsSource> | Selects the source of events to search. When omitted, only traditional identification events generated from devices are returned (the default behavior). When set to `edge`, only Automation Intelligence (Edge) events are returned. > Note: The Automation Intelligence API is in public preview testing phase. If you encounter any issues, please [contact](https://fingerprint.com/support/) our support team.
try {
EventSearch result = api.searchEvents(new FingerprintApi.SearchEventsOptionalParams()
.setLimit(limit)
Expand Down Expand Up @@ -449,7 +449,7 @@ Object containing optional parameters for API method. Supports a fluent interfac
| **torNode** | **Boolean**| Filter events by Tor Node detection result. > Note: When using this parameter, only events with the `tor_node` property set to `true` or `false` are returned. Events without a `tor_node` detection result are left out of the response. | [optional] |
| **incrementalIdentificationStatus** | **SearchEventsIncrementalIdentificationStatus**| Filter events by their incremental identification status (`incremental_identification_status` property). Non incremental identification events are left out of the response. | [optional] [enum: partially_completed, completed] |
| **simulator** | **Boolean**| Filter events by iOS Simulator Detection result. > Note: When using this parameter, only events with the `simulator` property set to `true` or `false` are returned. Events without a `simulator` Smart Signal result are left out of the response. | [optional] |
| **source** | **List&lt;SearchEventsInline&gt;**| Selects the source of events to search. When omitted, only traditional identification events generated from devices are returned (the default behavior). When set to `edge`, only Automation Intelligence (Edge) events are returned. > Note: The Automation Intelligence API is in public preview testing phase. If you encounter any issues, please [contact](https://fingerprint.com/support/) our support team. | [optional] |
| **source** | **List&lt;SearchEventsSource&gt;**| Selects the source of events to search. When omitted, only traditional identification events generated from devices are returned (the default behavior). When set to `edge`, only Automation Intelligence (Edge) events are returned. > Note: The Automation Intelligence API is in public preview testing phase. If you encounter any issues, please [contact](https://fingerprint.com/support/) our support team. | [optional] |

### Return type

Expand Down
2 changes: 1 addition & 1 deletion docs/SearchEventsInline.md → docs/SearchEventsSource.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# SearchEventsInline
# SearchEventsSource
## Enum


Expand Down
4 changes: 2 additions & 2 deletions res/fingerprint-server-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ paths:
type: array
maxItems: 1
items:
$ref: '#/components/schemas/SearchEventsInline'
$ref: '#/components/schemas/SearchEventsSource'
description: >
Selects the source of events to search. When omitted, only
traditional identification events generated from devices are
Expand Down Expand Up @@ -3069,7 +3069,7 @@ components:
Filter events by their incremental identification status
(`incremental_identification_status` property). Non incremental
identification events are left out of the response.
SearchEventsInline:
SearchEventsSource:
type: string
enum:
- edge
8 changes: 4 additions & 4 deletions sdk/src/main/java/com/fingerprint/v4/api/FingerprintApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
import com.fingerprint.v4.model.SearchEventsBot;
import com.fingerprint.v4.model.SearchEventsBotInfo;
import com.fingerprint.v4.model.SearchEventsIncrementalIdentificationStatus;
import com.fingerprint.v4.model.SearchEventsInline;
import com.fingerprint.v4.model.SearchEventsRareDevicePercentileBucket;
import com.fingerprint.v4.model.SearchEventsSdkPlatform;
import com.fingerprint.v4.model.SearchEventsSource;
import com.fingerprint.v4.model.SearchEventsVpnConfidence;
import com.fingerprint.v4.sdk.ApiClient;
import com.fingerprint.v4.sdk.ApiException;
Expand Down Expand Up @@ -327,7 +327,7 @@ public static class SearchEventsOptionalParams {
private Boolean torNode;
private SearchEventsIncrementalIdentificationStatus incrementalIdentificationStatus;
private Boolean simulator;
private List<SearchEventsInline> source;
private List<SearchEventsSource> source;

/**
* getter for limit - Maximum number of events to return. Defaults to 10 when omitted. Results are selected from the time range (`start`, `end`), ordered by `reverse`, then truncated to provided `limit` size. So `reverse=true` returns the oldest N=`limit` events, otherwise the newest N=`limit` events.
Expand Down Expand Up @@ -1143,14 +1143,14 @@ public SearchEventsOptionalParams setSimulator(Boolean simulator) {
/**
* getter for source - Selects the source of events to search. When omitted, only traditional identification events generated from devices are returned (the default behavior). When set to `edge`, only Automation Intelligence (Edge) events are returned. > Note: The Automation Intelligence API is in public preview testing phase. If you encounter any issues, please [contact](https://fingerprint.com/support/) our support team.
*/
public List<SearchEventsInline> getSource() {
public List<SearchEventsSource> getSource() {
return source;
}

/**
* setter for source - Selects the source of events to search. When omitted, only traditional identification events generated from devices are returned (the default behavior). When set to `edge`, only Automation Intelligence (Edge) events are returned. > Note: The Automation Intelligence API is in public preview testing phase. If you encounter any issues, please [contact](https://fingerprint.com/support/) our support team.
*/
public SearchEventsOptionalParams setSource(List<SearchEventsInline> source) {
public SearchEventsOptionalParams setSource(List<SearchEventsSource> source) {
this.source = source;
return this;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
import com.fasterxml.jackson.annotation.JsonValue;

/**
* Gets or Sets SearchEventsInline
* Gets or Sets SearchEventsSource
*/
public enum SearchEventsInline {
public enum SearchEventsSource {
EDGE("edge"),

UNSUPPORTED_VALUE_SDK_UPGRADE_REQUIRED("unsupported_value_sdk_upgrade_required");

private String value;

SearchEventsInline(String value) {
SearchEventsSource(String value) {
this.value = value;
}

Expand All @@ -40,8 +40,8 @@ public String toString() {
}

@JsonCreator
public static SearchEventsInline fromValue(String value) {
for (SearchEventsInline b : SearchEventsInline.values()) {
public static SearchEventsSource fromValue(String value) {
for (SearchEventsSource b : SearchEventsSource.values()) {
if (b.value.equals(value)) {
return b;
}
Expand Down
Loading