File tree 6 files changed +14
-6
lines changed
6 files changed +14
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.1.1] ( https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/compare/v2.1.0...v2.1.1 ) (2023-09-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update OpenAPI Schema with ` asn ` and ` dataCenter ` signals ([ 36fcfe3] ( https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/36fcfe3be5617256a43b9f809b59f0ebde166765 ) )
7
+ * update OpenAPI Schema with ` auxiliaryMobile ` method for VPN signal ([ ab8c25a] ( https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/ab8c25a890a9d78b6a52cf1a784228b4702bc4a1 ) )
8
+
1
9
## [ 2.1.0] ( https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/compare/v2.0.0...v2.1.0 ) (2023-07-31)
2
10
3
11
Original file line number Diff line number Diff line change 37
37
This PHP package is automatically generated by the [ Swagger Codegen] ( https://github.com/swagger-api/swagger-codegen ) project:
38
38
39
39
- API version: 3
40
- - Package version: 2.1.0
40
+ - Package version: 2.1.1
41
41
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen
42
42
43
43
## Requirements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fingerprint/fingerprint-pro-server-api-sdk" ,
3
- "version" : " 2.1.0 " ,
3
+ "version" : " 2.1.1 " ,
4
4
"description" : " Fingerprint Pro Server API provides a way for validating visitors’ data issued by Fingerprint Pro." ,
5
5
"keywords" : [
6
6
" swagger" ,
Original file line number Diff line number Diff line change 8
8
"gitUserId" : " fingerprintjs" ,
9
9
"gitRepoId" : " fingerprint-pro-server-api-php-sdk" ,
10
10
"description" : " Fingerprint Pro Server API provides a way for validating visitors’ data issued by Fingerprint Pro." ,
11
- "artifactVersion" : " 2.1.0 "
11
+ "artifactVersion" : " 2.1.1 "
12
12
}
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ class FingerprintApi
63
63
*/
64
64
protected $ headerSelector ;
65
65
66
- protected $ integration_info = 'fingerprint-pro-server-php-sdk/2.1.0 ' ;
66
+ protected $ integration_info = 'fingerprint-pro-server-php-sdk/2.1.1 ' ;
67
67
68
68
/**
69
69
* @param ClientInterface $client
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ class Configuration
90
90
*
91
91
* @var string
92
92
*/
93
- protected $ userAgent = 'Swagger-Codegen/2.1.0 /php ' ;
93
+ protected $ userAgent = 'Swagger-Codegen/2.1.1 /php ' ;
94
94
95
95
/**
96
96
* Debug switch (default set to false)
@@ -431,7 +431,7 @@ public static function toDebugReport()
431
431
$ report .= ' OS: ' . php_uname () . PHP_EOL ;
432
432
$ report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL ;
433
433
$ report .= ' OpenAPI Spec Version: 3 ' . PHP_EOL ;
434
- $ report .= ' SDK Package Version: 2.1.0 ' . PHP_EOL ;
434
+ $ report .= ' SDK Package Version: 2.1.1 ' . PHP_EOL ;
435
435
$ report .= ' Temp Folder Path: ' . self ::getDefaultConfiguration ()->getTempFolderPath () . PHP_EOL ;
436
436
437
437
return $ report ;
You can’t perform that action at this time.
0 commit comments