Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit f126ebd

Browse files
author
Engineering at Onfido
committed
New client release: 4.2.0
1 parent 214e330 commit f126ebd

35 files changed

Lines changed: 67 additions & 37 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Onfido API is used to submit check requests.
66
This package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
77

88
- API version: 2.0.0
9-
- Package version: 4.1.0
9+
- Package version: 4.2.0
1010
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
1111

1212
## Installation

docs/SdkTokenRequest.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**applicant_id** | **String** | The unique identifier of the applicant |
7-
**referrer** | **String** | The referrer URL pattern |
7+
**referrer** | **String** | The referrer URL pattern | [optional]
8+
**application_id** | **String** | The application ID (iOS or Android) | [optional]
89

910

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "onfido",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Client library for the Onfido API.",
55
"license": "MIT",
66
"main": "src/index.js",

src/ApiClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
/**
3434
* @module ApiClient
35-
* @version 4.1.0
35+
* @version 4.2.0
3636
*/
3737

3838
/**

src/api/DefaultApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/**
3434
* Default service.
3535
* @module api/DefaultApi
36-
* @version 4.1.0
36+
* @version 4.2.0
3737
*/
3838

3939
/**

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* </pre>
5454
* </p>
5555
* @module index
56-
* @version 4.1.0
56+
* @version 4.2.0
5757
*/
5858
var exports = {
5959
/**

src/model/Address.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/**
3636
* The Address model module.
3737
* @module model/Address
38-
* @version 4.1.0
38+
* @version 4.2.0
3939
*/
4040

4141
/**

src/model/Applicant.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/**
3636
* The Applicant model module.
3737
* @module model/Applicant
38-
* @version 4.1.0
38+
* @version 4.2.0
3939
*/
4040

4141
/**

src/model/ApplicantsList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/**
3636
* The ApplicantsList model module.
3737
* @module model/ApplicantsList
38-
* @version 4.1.0
38+
* @version 4.2.0
3939
*/
4040

4141
/**

src/model/Check.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/**
3636
* The Check model module.
3737
* @module model/Check
38-
* @version 4.1.0
38+
* @version 4.2.0
3939
*/
4040

4141
/**

0 commit comments

Comments
 (0)