-
Notifications
You must be signed in to change notification settings - Fork 28
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 #133 from onfido/release-upgrade
Refresh onfido-java after onfido-openapi-spec update (2998dd3)
- Loading branch information
Showing
295 changed files
with
7,931 additions
and
8,231 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7.6.0 | ||
7.9.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
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": "10f8380", | ||
"long_sha": "10f83806efa080edbf022ac48d5eeac90fbceb0c", | ||
"version": "" | ||
"short_sha": "2998dd3", | ||
"long_sha": "2998dd3ad2db49a33e0ecf9b41c7cf873909ef0b", | ||
"version": "v4.0.0" | ||
}, | ||
"release": "v4.3.0" | ||
"release": "v5.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Migration Guide | ||
|
||
## Upgrading from 4.x to 5.x | ||
|
||
### Core Resources | ||
|
||
- Applicants | ||
- Replace broken `ConsentsBuilder` object with a list of `ApplicantConsentBuilder` ones | ||
- Workflow Runs | ||
- Rename `WorkflowRunSharedLink` object into `WorkflowRunLink` | ||
- Merge and rename `WorkflowRun.StatusEnum` and `WorkflowRunResponse.StatusEnum` enum into `WorkflowRunStatus` enum for storing status information | ||
- Rename `WorkflowRunResponseError` object into `WorkflowRunError` | ||
- Documents | ||
- Reuse already existent `DocumentTypes` enum when uploading documents | ||
|
||
### Other Endpoints | ||
|
||
- Webhooks | ||
- Define `WebhookEventObjectStatus` enum to collect webhook event object's status | ||
- Define `WebhookEventResourceType` enum to collect webhhok event resource's type | ||
- Define `WebhookEventPayloadResource` object to store webhook payload's contents | ||
- Checks | ||
- Rename `Check.StatusEnum` enum into `CheckStatus` for accessing checks status | ||
- Reports | ||
- Remove deprecated properties from `DeviceIntelligenceBreakdownPropertiesDevice` object: `trueOs`, `osAnomaly`, `rooted` and `remoteSoftware` | ||
- Remove deprecated properties from `DeviceIntelligenceBreakdownPropertiesIp` object: `vpnDetection`, `proxyDetection` and `type` | ||
- Deprecate `records` object from `WatchlistStandardProperties` and `WatchlistAmlProperties` objects (includes `WatchlistPepsOnly` and `WatchlistSanctionsOnly` ones) | ||
|
||
### OpenAPI generator | ||
|
||
- Version upgraded from 7.6.0 to 7.9.0 | ||
- Some dependencies were update, notabily `jakarta.*` replaced `javax.*` ones | ||
- Use `ISO8601Utils` library instead of `sdf` for date and time parsing |
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
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
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.