diff --git a/README.md b/README.md index c056f8a..daf476a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The Onfido API is used to submit check requests. This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 3.0.0 -- Package version: 6.6.0 +- Package version: 6.7.0 - Build package: org.openapitools.codegen.languages.PhpClientCodegen ## Requirements @@ -25,7 +25,7 @@ To install the bindings via [Composer](http://getcomposer.org/), add the followi } ], "require": { - "onfido/api-php-client": "^6.6.0" + "onfido/api-php-client": "^6.7.0" } } ``` @@ -108,7 +108,7 @@ try { ## Documentation for API Endpoints -All URIs are relative to *https://api.eu.onfido.com/v3.5* +All URIs are relative to *https://api.eu.onfido.com/v3.6* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- diff --git a/composer.json b/composer.json index 91b54a7..63b1f7c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "onfido/api-php-client", - "version": "6.6.0", + "version": "6.7.0", "description": "The Onfido API is used to submit check requests.", "keywords": [ "openapitools", diff --git a/docs/Api/DefaultApi.md b/docs/Api/DefaultApi.md index 8e2b53f..b2fc63a 100644 --- a/docs/Api/DefaultApi.md +++ b/docs/Api/DefaultApi.md @@ -1,6 +1,6 @@ # Onfido\DefaultApi -All URIs are relative to https://api.eu.onfido.com/v3.5. +All URIs are relative to https://api.eu.onfido.com/v3.6. Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/lib/Configuration.php b/lib/Configuration.php index 62ff6e6..369eb4b 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -83,14 +83,14 @@ class Configuration * * @var string */ - protected $host = 'https://api.eu.onfido.com/v3.5'; + protected $host = 'https://api.eu.onfido.com/v3.6'; /** * User agent of the HTTP request, set to "OpenAPI-Generator/{version}/PHP" by default * * @var string */ - protected $userAgent = 'OpenAPI-Generator/6.6.0/PHP'; + protected $userAgent = 'OpenAPI-Generator/6.7.0/PHP'; /** * Debug switch (default set to false) @@ -399,7 +399,7 @@ public static function toDebugReport() $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' The version of the OpenAPI document: 3.0.0' . PHP_EOL; - $report .= ' SDK Package Version: 6.6.0' . PHP_EOL; + $report .= ' SDK Package Version: 6.7.0' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report; @@ -439,7 +439,7 @@ public function getHostSettings() { return [ [ - "url" => "https://api.{region}.onfido.com/v3.5", + "url" => "https://api.{region}.onfido.com/v3.6", "description" => "No description provided", "variables" => [ "region" => [