File tree Expand file tree Collapse file tree 8 files changed +14
-7
lines changed
Expand file tree Collapse file tree 8 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 77 "changesets" : [
88 " cute-buses-attend" ,
99 " fast-hotels-hunt" ,
10+ " proud-feet-attack" ,
1011 " quick-kiwis-visit"
1112 ]
1213}
Original file line number Diff line number Diff line change 11# Fingerprint Pro Server PHP SDK
22
3+ ## 6.10.0-develop.1
4+
5+ ### Minor Changes
6+
7+ - Add ` proximity ` signal that represents a fixed geographical zone in a discrete global grid within which the device is observed. ([ 47a43dc] ( https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/47a43dc76489ab186c0d10b3b85c8b840a6861c8 ) )
8+
39## 6.10.0-develop.0
410
511### Minor Changes
Original file line number Diff line number Diff line change 2424This PHP package is automatically generated by the [ Swagger Codegen] ( https://github.com/swagger-api/swagger-codegen ) project:
2525
2626- API version: 3
27- - Package version: 6.10.0-beta.0
27+ - Package version: 6.10.0-beta.1
2828- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen
2929
3030## Requirements
Original file line number Diff line number Diff line change 11{
22 "name" : " fingerprint/fingerprint-pro-server-api-sdk" ,
3- "version" : " 6.10.0-beta.0 " ,
3+ "version" : " 6.10.0-beta.1 " ,
44 "description" : " Fingerprint Server API provides a way for validating visitors’ data issued by Fingerprint Pro." ,
55 "keywords" : [
66 " swagger" ,
Original file line number Diff line number Diff line change 88 "gitUserId" : " fingerprintjs" ,
99 "gitRepoId" : " fingerprint-pro-server-api-php-sdk" ,
1010 "description" : " Fingerprint Pro Server API provides a way for validating visitors’ data issued by Fingerprint Pro." ,
11- "artifactVersion" : " 6.10.0-beta.0 "
11+ "artifactVersion" : " 6.10.0-beta.1 "
1212}
Original file line number Diff line number Diff line change 11{
22 "name" : " fingerprint-pro-server-api-php-sdk" ,
3- "version" : " 6.10.0-develop.0 " ,
3+ "version" : " 6.10.0-develop.1 " ,
44 "private" : true ,
55 "devDependencies" : {
66 "@changesets/cli" : " ^2.27.8" ,
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class FingerprintApi
5757 protected ClientInterface $ client ;
5858 protected Configuration $ config ;
5959
60- protected string $ integration_info = 'fingerprint-pro-server-php-sdk/6.10.0-beta.0 ' ;
60+ protected string $ integration_info = 'fingerprint-pro-server-php-sdk/6.10.0-beta.1 ' ;
6161
6262 public function __construct (
6363 ?ClientInterface $ client = null ,
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ class Configuration
8181 /**
8282 * User agent of the HTTP request, set to "PHP-Swagger" by default.
8383 */
84- protected string $ userAgent = 'Swagger-Codegen/6.10.0-beta.0 /php ' ;
84+ protected string $ userAgent = 'Swagger-Codegen/6.10.0-beta.1 /php ' ;
8585
8686 /**
8787 * Debug switch (default set to false).
@@ -422,7 +422,7 @@ public static function toDebugReport(): string
422422 $ report .= ' OS: ' .php_uname ().PHP_EOL ;
423423 $ report .= ' PHP Version: ' .PHP_VERSION .PHP_EOL ;
424424 $ report .= ' OpenAPI Spec Version: 3 ' .PHP_EOL ;
425- $ report .= ' SDK Package Version: 6.10.0-beta.0 ' .PHP_EOL ;
425+ $ report .= ' SDK Package Version: 6.10.0-beta.1 ' .PHP_EOL ;
426426 $ report .= ' Temp Folder Path: ' .self ::getDefaultConfiguration ()->getTempFolderPath ().PHP_EOL ;
427427
428428 return $ report ;
You can’t perform that action at this time.
0 commit comments