-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from onfido/release-upgrade
Refresh onfido-php after onfido-openapi-spec update (10f8380)
- Loading branch information
Showing
41 changed files
with
1,888 additions
and
993 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"source": { | ||
"repo_url": "https://github.com/onfido/onfido-openapi-spec", | ||
"short_sha": "08508b9", | ||
"long_sha": "08508b9517238b3becb4265130633a418a8ee319", | ||
"version": "v3.5.0" | ||
"short_sha": "10f8380", | ||
"long_sha": "10f83806efa080edbf022ac48d5eeac90fbceb0c", | ||
"version": "" | ||
}, | ||
"release": "v7.5.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<?php | ||
/** | ||
* ApplicantConsentName | ||
* | ||
* PHP version 7.4 | ||
* | ||
* @category Class | ||
* @package Onfido | ||
* @author OpenAPI Generator team | ||
* @link https://openapi-generator.tech | ||
*/ | ||
|
||
/** | ||
* Onfido API v3.6 | ||
* | ||
* The Onfido API (v3.6) | ||
* | ||
* The version of the OpenAPI document: v3.6 | ||
* Generated by: https://openapi-generator.tech | ||
* Generator version: 7.6.0 | ||
*/ | ||
|
||
/** | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit the class manually. | ||
*/ | ||
|
||
namespace Onfido\Model; | ||
use \Onfido\ObjectSerializer; | ||
|
||
/** | ||
* ApplicantConsentName Class Doc Comment | ||
* | ||
* @category Class | ||
* @package Onfido | ||
* @author OpenAPI Generator team | ||
* @link https://openapi-generator.tech | ||
*/ | ||
class ApplicantConsentName | ||
{ | ||
/** | ||
* Possible values of this enum | ||
*/ | ||
public const PRIVACY_NOTICES_READ = 'privacy_notices_read'; | ||
|
||
public const SSN_VERIFICATION = 'ssn_verification'; | ||
|
||
public const PHONE_NUMBER_VERIFICATION = 'phone_number_verification'; | ||
|
||
public const UNKNOWN_DEFAULT_OPEN_API = 'unknown_default_open_api'; | ||
|
||
/** | ||
* Gets allowable values of the enum | ||
* @return string[] | ||
*/ | ||
public static function getAllowableEnumValues() | ||
{ | ||
return [ | ||
self::PRIVACY_NOTICES_READ, | ||
self::SSN_VERIFICATION, | ||
self::PHONE_NUMBER_VERIFICATION, | ||
self::UNKNOWN_DEFAULT_OPEN_API | ||
]; | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.