From 3b8b84d2babbc46e1ac85beaf4bc370e9ee1604d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 10 Oct 2024 10:05:39 +0000 Subject: [PATCH] chore(release): changeset created a new release (develop) --- .changeset/pre.json | 4 +- CHANGELOG.md | 123 ++++++++---------- README.md | 8 +- gradle.properties | 2 +- package.json | 2 +- .../com/fingerprint/api/FingerprintApi.java | 2 +- .../java/com/fingerprint/sdk/ApiClient.java | 2 +- 7 files changed, 65 insertions(+), 78 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index e8598cc..ff7893b 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,5 +4,7 @@ "initialVersions": { "fingerprint-pro-server-api-java-sdk": "6.1.0" }, - "changesets": [] + "changesets": [ + "orange-taxis-fetch" + ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 092a5d9..d74ff0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,182 +1,167 @@ # Fingerprint Pro Server Java SDK -## [6.1.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/compare/v6.0.2...v6.1.0) (2024-09-11) +## 6.2.0-develop.0 + +### Minor Changes + +- **visitors**: Add the confidence field to the VPN Detection Smart Signal ([aec1770](https://github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/commit/aec1770034f91bef7fcd0775b99eb6baa74241de)) +## [6.1.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/compare/v6.0.2...v6.1.0) (2024-09-11) ### Features -* don't use `jackson-databind-nullable` to fix serialization problems with `Jackson` default configuration ([979b800](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/979b800c89d6ff9a44325043f99ec7fb7040f94a)) +- don't use `jackson-databind-nullable` to fix serialization problems with `Jackson` default configuration ([979b800](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/979b800c89d6ff9a44325043f99ec7fb7040f94a)) ## [6.0.2](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/compare/v6.0.1...v6.0.2) (2024-09-09) - ### Bug Fixes -* for `Sealed` use same `ObjectMapper` as for `FingerprintApi` ([7343655](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/734365587dbc52a504d17c051ef03cd85f6c2d34)) +- for `Sealed` use same `ObjectMapper` as for `FingerprintApi` ([7343655](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/734365587dbc52a504d17c051ef03cd85f6c2d34)) ## [6.0.1](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/compare/v6.0.0...v6.0.1) (2024-08-20) - ### Bug Fixes -* fix supported Java versions in the readme ([f889f03](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/f889f03918f26df3e83767a70f00bf147869875e)) +- fix supported Java versions in the readme ([f889f03](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/f889f03918f26df3e83767a70f00bf147869875e)) ## [6.0.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/compare/v5.1.1...v6.0.0) (2024-08-08) - ### ⚠ BREAKING CHANGES -* use Jakarta EE 9 -* use java 11 as minimal supported version +- use Jakarta EE 9 +- use java 11 as minimal supported version ### Features -* add [Confidence Score v1.1](https://dev.fingerprint.com/docs/understanding-your-confidence-score-v11) -* add `remoteControl`, `velocity` and `developerTools` signals ([5648a7f](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/5648a7faf93ee046f877a91c6b3400cf95b2401f)) -* add `Webhook.IsValidWebhookSignature` function for validating webhook signature ([033a98f](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/033a98f0a770fe7665ca2268e09b9d6292e07f47)) -* add DELETE API ([db4832f](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/db4832f724a76b0259c5a1144b0ab78692675ea0)) - +- add [Confidence Score v1.1](https://dev.fingerprint.com/docs/understanding-your-confidence-score-v11) +- add `remoteControl`, `velocity` and `developerTools` signals ([5648a7f](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/5648a7faf93ee046f877a91c6b3400cf95b2401f)) +- add `Webhook.IsValidWebhookSignature` function for validating webhook signature ([033a98f](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/033a98f0a770fe7665ca2268e09b9d6292e07f47)) +- add DELETE API ([db4832f](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/db4832f724a76b0259c5a1144b0ab78692675ea0)) ### Continuous Integration -* update jakarta annotation api to 2.0.0 ([ac41c7a](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/ac41c7afa5673ce252eb74c07fdd902ef358a9dc)) -* use java 11 for release build ([b9e9a00](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/b9e9a001adf152186525142e5052aaa80cb7a3fe)) +- update jakarta annotation api to 2.0.0 ([ac41c7a](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/ac41c7afa5673ce252eb74c07fdd902ef358a9dc)) +- use java 11 for release build ([b9e9a00](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/b9e9a001adf152186525142e5052aaa80cb7a3fe)) ## [5.1.1](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/compare/v5.1.0...v5.1.1) (2024-06-27) - ### Bug Fixes -* assemble the jar as a library not a fat jar ([b2a33d4](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/b2a33d46228b9082435f05c9f67bd8586500b95b)) +- assemble the jar as a library not a fat jar ([b2a33d4](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/b2a33d46228b9082435f05c9f67bd8586500b95b)) ## [5.1.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/compare/v5.0.0...v5.1.0) (2024-03-27) - ### Features -* support java versions 17 and 21 ([6398cfc](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/6398cfc001cd59a188f867094fbaadf78e0881ce)) +- support java versions 17 and 21 ([6398cfc](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/6398cfc001cd59a188f867094fbaadf78e0881ce)) ## [5.0.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/compare/v4.0.0...v5.0.0) (2024-03-04) - ### ⚠ BREAKING CHANGES -* change `url` field type from URI to String +- change `url` field type from URI to String ### Features -* change `url` field format to String ([700fa96](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/700fa96e179be9f005466606887c8f8a6d832fc9)) +- change `url` field format to String ([700fa96](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/700fa96e179be9f005466606887c8f8a6d832fc9)) ## [4.0.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/compare/v3.1.0...v4.0.0) (2024-02-29) - ### ⚠ BREAKING CHANGES -* change models for the most smart signals -* make identification field `confidence` optional -* deprecated `ipLocation` field uses `DeprecatedIpLocation` model +- change models for the most smart signals +- make identification field `confidence` optional +- deprecated `ipLocation` field uses `DeprecatedIpLocation` model ### Features -* add `linkedId` field to the `BotdResult` type ([044109e](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/044109e37b77b37c9be489e457af874f79bd8a31)) -* add `SuspectScore` smart signal support ([c66373e](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/c66373e5ff3ee194d1fea05329ab10f1c21544cf)) -* add missed errors structures ([efb8fd6](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/efb8fd65ceb210b0b9113f38ef99e20e731078c6)) -* fix `ipLocation` deprecation ([f61a78d](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/f61a78d61e69b8abaf3f92f0c8174bc857ec1c81)) -* make identification field `tag` required ([069d9c5](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/069d9c506311e1bd0bd835ba46a4809658b107ab)) -* update `originCountry` field to the `vpn` signal ([1a7451b](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/1a7451b872d2725b0fe16a788f3f665e70c2c10b)) -* use shared structures for webhooks and event ([69bfd84](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/69bfd84b6d834c9957a584d7e6b1151172fa1930)) - +- add `linkedId` field to the `BotdResult` type ([044109e](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/044109e37b77b37c9be489e457af874f79bd8a31)) +- add `SuspectScore` smart signal support ([c66373e](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/c66373e5ff3ee194d1fea05329ab10f1c21544cf)) +- add missed errors structures ([efb8fd6](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/efb8fd65ceb210b0b9113f38ef99e20e731078c6)) +- fix `ipLocation` deprecation ([f61a78d](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/f61a78d61e69b8abaf3f92f0c8174bc857ec1c81)) +- make identification field `tag` required ([069d9c5](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/069d9c506311e1bd0bd835ba46a4809658b107ab)) +- update `originCountry` field to the `vpn` signal ([1a7451b](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/1a7451b872d2725b0fe16a788f3f665e70c2c10b)) +- use shared structures for webhooks and event ([69bfd84](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/69bfd84b6d834c9957a584d7e6b1151172fa1930)) ### Bug Fixes -* make fields required according to real API response ([a94fd56](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/a94fd56417f5de340215f15eb0806006e157e4e6)) +- make fields required according to real API response ([a94fd56](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/a94fd56417f5de340215f15eb0806006e157e4e6)) ## [3.1.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/compare/v3.0.0...v3.1.0) (2024-02-14) - ### Features -* add method for decoding sealed results ([04986dc](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/04986dc77ef730de9163415065535061ed5dbc04)) +- add method for decoding sealed results ([04986dc](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/04986dc77ef730de9163415065535061ed5dbc04)) ## [3.0.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/compare/v2.2.0...v3.0.0) (2024-01-12) - ### ⚠ BREAKING CHANGES -* `IpInfo` field `dataCenter` renamed to `datacenter` +- `IpInfo` field `dataCenter` renamed to `datacenter` ### Features -* mark `IPLocation` as deprecated ([51bcc21](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/51bcc21388320a5af91dcfb0fff39db587bd21fc)) -* use `datacenter` instead of the wrong `dataCenter` ([33f7336](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/33f733677cabe7b2ec94a6aad5f5b786070576f9)) +- mark `IPLocation` as deprecated ([51bcc21](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/51bcc21388320a5af91dcfb0fff39db587bd21fc)) +- use `datacenter` instead of the wrong `dataCenter` ([33f7336](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/33f733677cabe7b2ec94a6aad5f5b786070576f9)) ## [2.2.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/compare/v2.1.1...v2.2.0) (2023-11-27) - ### Features -* add `highActivity` and `locationSpoofing` signals, support `originTimezone` for `vpn` signal ([1d0e19d](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/1d0e19df7a7e511f7490d48580b922f076f731fb)) +- add `highActivity` and `locationSpoofing` signals, support `originTimezone` for `vpn` signal ([1d0e19d](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/1d0e19df7a7e511f7490d48580b922f076f731fb)) ## [2.1.1](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/compare/v2.1.0...v2.1.1) (2023-09-19) - ### Bug Fixes -* update OpenAPI Schema with `asn` and `dataCenter` signals ([9fd2591](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/9fd2591a20fd8ad8e451624b0e880a94dd715b21)) -* update OpenAPI Schema with `auxiliaryMobile` method for VPN signal ([15ca8db](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/15ca8db508448fcfc0cee90a18f7c513b3ccde4e)) +- update OpenAPI Schema with `asn` and `dataCenter` signals ([9fd2591](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/9fd2591a20fd8ad8e451624b0e880a94dd715b21)) +- update OpenAPI Schema with `auxiliaryMobile` method for VPN signal ([15ca8db](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/15ca8db508448fcfc0cee90a18f7c513b3ccde4e)) ## [2.1.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/compare/v2.0.0...v2.1.0) (2023-07-31) - ### Features -* add RawDeviceAttributes signal ([ae12318](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/ae12318beb679f4e5cbe4fa857fc007c295e3b8b)) -* add smart signals support ([adaceb6](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/adaceb69ef86b65eed0cb0f2ab2c2b4af218cdf8)) +- add RawDeviceAttributes signal ([ae12318](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/ae12318beb679f4e5cbe4fa857fc007c295e3b8b)) +- add smart signals support ([adaceb6](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/adaceb69ef86b65eed0cb0f2ab2c2b4af218cdf8)) ## [2.1.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/compare/v2.0.0...v2.1.0) (2023-07-31) - ### Features -* add RawDeviceAttributes signal ([ae12318](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/ae12318beb679f4e5cbe4fa857fc007c295e3b8b)) -* add smart signals support ([adaceb6](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/adaceb69ef86b65eed0cb0f2ab2c2b4af218cdf8)) +- add RawDeviceAttributes signal ([ae12318](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/ae12318beb679f4e5cbe4fa857fc007c295e3b8b)) +- add smart signals support ([adaceb6](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/adaceb69ef86b65eed0cb0f2ab2c2b4af218cdf8)) ## [2.0.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/compare/v1.1.0...v2.0.0) (2023-06-06) - ### ⚠ BREAKING CHANGES -* `IpLocation` and it's fields are optional now. -For `getVisits` method `before` argument is deprecated, use `paginationKey` instead. +- `IpLocation` and it's fields are optional now. + For `getVisits` method `before` argument is deprecated, use `paginationKey` instead. ### Features -* update schema with correct IpLocation format and doc updates ([1c9b895](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/1c9b895c341340a299c612d01438d79ffa6fe49f)) - +- update schema with correct IpLocation format and doc updates ([1c9b895](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/1c9b895c341340a299c612d01438d79ffa6fe49f)) ### Bug Fixes -* fix backtick problem in comments and documentation ([10ade24](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/10ade24eb537ac8b1bc435aefdac7308b2adaea3)) +- fix backtick problem in comments and documentation ([10ade24](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/10ade24eb537ac8b1bc435aefdac7308b2adaea3)) ## [1.1.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/compare/v1.0.0...v1.1.0) (2023-05-16) - ### Features -* update schema and add more signals ([c48bd62](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/c48bd62812198a4dcdf0a42b8a98f7d8abc6a307)) - +- update schema and add more signals ([c48bd62](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/c48bd62812198a4dcdf0a42b8a98f7d8abc6a307)) ### Bug Fixes -* remove wrong documentation links (swagger-codegen bug) ([ae5b376](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/ae5b3765bd30b8273b7eb0f0da2e70c12c6b9aa4)) -* **types:** don't fail on unknown fields ([5d66f12](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/5d66f12988e9fa5a953518f638c9df75774b5232)) -* update schema ([d4d1504](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/d4d15042a8547136d47302b4ee86e6f5909b64fc)) -* update schema ([7dd69c4](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/7dd69c4b1a8d2d2c7e506632b8892553eebd86e7)) -* update schema with correct Webhook Signals description ([6a0c48d](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/6a0c48d1463e5e6671a944aaa45533063fbc4617)) +- remove wrong documentation links (swagger-codegen bug) ([ae5b376](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/ae5b3765bd30b8273b7eb0f0da2e70c12c6b9aa4)) +- **types:** don't fail on unknown fields ([5d66f12](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/5d66f12988e9fa5a953518f638c9df75774b5232)) +- update schema ([d4d1504](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/d4d15042a8547136d47302b4ee86e6f5909b64fc)) +- update schema ([7dd69c4](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/7dd69c4b1a8d2d2c7e506632b8892553eebd86e7)) +- update schema with correct Webhook Signals description ([6a0c48d](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/6a0c48d1463e5e6671a944aaa45533063fbc4617)) ## 1.0.0 (2023-02-17) - ### Features -* **version:** initial version ([4c651e5](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/4c651e5b70a943f367572dd433a6fd9d1b8aad96)) +- **version:** initial version ([4c651e5](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/4c651e5b70a943f367572dd433a6fd9d1b8aad96)) diff --git a/README.md b/README.md index 0cd8ea7..ba15cc4 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Add this dependency to your project's POM: com.github.fingerprintjs fingerprint-pro-server-api-java-sdk - v6.1.0 + vdev-6.2.0-0 ``` @@ -70,7 +70,7 @@ repositories { } dependencies { - implementation "com.github.fingerprintjs:fingerprint-pro-server-api-java-sdk:v6.1.0" + implementation "com.github.fingerprintjs:fingerprint-pro-server-api-java-sdk:vdev-6.2.0-0" } ``` @@ -85,7 +85,7 @@ repositories { } dependencies { - implementation("com.github.fingerprintjs:fingerprint-pro-server-api-java-sdk:v6.1.0") + implementation("com.github.fingerprintjs:fingerprint-pro-server-api-java-sdk:vdev-6.2.0-0") } ``` @@ -99,7 +99,7 @@ At first generate the JAR by executing: Then manually install the following JARs: -- `target/fingerprint-pro-server-api-sdk-6.1.0.jar` +- `target/fingerprint-pro-server-api-sdk-dev-6.2.0-0.jar` ## Getting Started diff --git a/gradle.properties b/gradle.properties index 6cf1f18..24b5928 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -projectVersion = 6.1.0 +projectVersion = dev-6.2.0-0 diff --git a/package.json b/package.json index 7bc1929..c4c2cfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fingerprint-pro-server-api-java-sdk", - "version": "6.1.0", + "version": "6.2.0-develop.0", "private": true, "devDependencies": { "@changesets/cli": "^2.27.8", diff --git a/sdk/src/main/java/com/fingerprint/api/FingerprintApi.java b/sdk/src/main/java/com/fingerprint/api/FingerprintApi.java index 23008e8..3177b48 100644 --- a/sdk/src/main/java/com/fingerprint/api/FingerprintApi.java +++ b/sdk/src/main/java/com/fingerprint/api/FingerprintApi.java @@ -29,7 +29,7 @@ @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.7.0") public class FingerprintApi { - public static final String INTEGRATION_INFO = "fingerprint-pro-server-java-sdk/6.1.0"; + public static final String INTEGRATION_INFO = "fingerprint-pro-server-java-sdk/dev-6.2.0-0"; private ApiClient apiClient; public FingerprintApi() { diff --git a/sdk/src/main/java/com/fingerprint/sdk/ApiClient.java b/sdk/src/main/java/com/fingerprint/sdk/ApiClient.java index 12b256c..a200f6d 100644 --- a/sdk/src/main/java/com/fingerprint/sdk/ApiClient.java +++ b/sdk/src/main/java/com/fingerprint/sdk/ApiClient.java @@ -135,7 +135,7 @@ public ApiClient(Map authMap) { this.dateFormat = new RFC3339DateFormat(); // Set default User-Agent. - setUserAgent("OpenAPI-Generator/6.1.0/java"); + setUserAgent("OpenAPI-Generator/dev-6.2.0-0/java"); // Setup authentications (key: authentication name, value: authentication). authentications = new HashMap<>();