@onfido/api 4.6.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/api.d.ts +135 -179
- package/dist/api.js +88 -38
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +135 -179
- package/dist/esm/api.js +86 -36
- package/dist/esm/configuration.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -195,7 +195,7 @@ Except for accessing Task object's outputs, avoid using the square bracket synta
|
|
|
195
195
|
|
|
196
196
|
## Contributing
|
|
197
197
|
|
|
198
|
-
This library is automatically generated using [OpenAPI Generator](https://openapi-generator.tech) (version: 7.
|
|
198
|
+
This library is automatically generated using [OpenAPI Generator](https://openapi-generator.tech) (version: 7.11.0); therefore, all contributions (except test files) should target the [Onfido OpenAPI specification repository](https://github.com/onfido/onfido-openapi-spec/tree/master) instead of this repository. Please follow the contribution guidelines provided in the OpenAPI specification repository.
|
|
199
199
|
|
|
200
200
|
For contributions to the tests instead, please follow the steps below:
|
|
201
201
|
|