Skip to content

Commit

Permalink
Add new minor version 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
serbioboeronfido committed Jan 31, 2023
1 parent 563bc2f commit fd8ab51
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
}
}
```
Expand Down Expand Up @@ -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
------------ | ------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/Api/DefaultApi.md
Original file line number Diff line number Diff line change
@@ -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
------------- | ------------- | -------------
Expand Down
8 changes: 4 additions & 4 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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" => [
Expand Down

0 comments on commit fd8ab51

Please sign in to comment.