Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added GovernmentIdConfiguration and LivenessConfiguration properties. #369

Merged
merged 5 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release (Unreleased)

* `github.com/patrickcping/pingone-go-sdk-v2/verify` : [v0.7.0](./verify/CHANGELOG.md)
* **Enhancement** Added `Retry` field to the `LivenessConfiguration` model. [#369](https://github.com/patrickcping/pingone-go-sdk-v2/pull/369)
* **Enhancement** Added `FailExpiredId`, `Provider` and `Retry` fields to the `GovernmentIdConfiguration` object. [#369](https://github.com/patrickcping/pingone-go-sdk-v2/pull/369)

# Release (2024-07-04)

* `github.com/patrickcping/pingone-go-sdk-v2` : v0.12.2
Expand Down
8 changes: 8 additions & 0 deletions verify/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ configuration.go
docs/EntityArray.md
docs/EntityArrayEmbedded.md
docs/EnumInspectionType.md
docs/EnumProviderAuto.md
docs/EnumProviderManual.md
docs/EnumThreshold.md
docs/EnumTimeUnit.md
docs/EnumVerify.md
docs/FacialComparisonConfiguration.md
docs/GovernmentIdConfiguration.md
docs/GovernmentIdConfigurationProvider.md
docs/LinksHATEOASValue.md
docs/LivenessConfiguration.md
docs/OTPDeviceConfiguration.md
Expand All @@ -22,6 +25,7 @@ docs/OTPDeviceConfigurationOtpDeliveriesCooldown.md
docs/OTPDeviceConfigurationOtpLifeTime.md
docs/OTPDeviceConfigurationOtpNotification.md
docs/ObjectEnvironment.md
docs/ObjectRetry.md
docs/P1Error.md
docs/P1ErrorDetailsInner.md
docs/P1ErrorDetailsInnerInnerError.md
Expand All @@ -46,14 +50,18 @@ go.sum
model_entity_array.go
model_entity_array__embedded.go
model_enum_inspection_type.go
model_enum_provider_auto.go
model_enum_provider_manual.go
model_enum_threshold.go
model_enum_time_unit.go
model_enum_verify.go
model_facial_comparison_configuration.go
model_government_id_configuration.go
model_government_id_configuration_provider.go
model_links_hateoas_value.go
model_liveness_configuration.go
model_object_environment.go
model_object_retry.go
model_otp_device_configuration.go
model_otp_device_configuration_otp.go
model_otp_device_configuration_otp_attempts.go
Expand Down
2 changes: 1 addition & 1 deletion verify/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0
5 changes: 5 additions & 0 deletions verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.7.0 (Unreleased)

* **Enhancement** Added `Retry` field to the `LivenessConfiguration` model. [#369](https://github.com/patrickcping/pingone-go-sdk-v2/pull/369)
* **Enhancement** Added `FailExpiredId`, `Provider` and `Retry` fields to the `GovernmentIdConfiguration` object. [#369](https://github.com/patrickcping/pingone-go-sdk-v2/pull/369)

# v0.6.0 (2024-07-04)

* **Breaking change** `Links` objects changed from `LinksHATEOAS` object to `map[string]LinksHATEOASValue` type. [#366](https://github.com/patrickcping/pingone-go-sdk-v2/pull/366)
Expand Down
6 changes: 5 additions & 1 deletion verify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The PingOne Platform API covering the PingOne Verify service
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 2023-07-20
- Package version: 0.6.0
- Package version: 0.7.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

## Installation
Expand Down Expand Up @@ -99,11 +99,14 @@ Class | Method | HTTP request | Description
- [EntityArray](docs/EntityArray.md)
- [EntityArrayEmbedded](docs/EntityArrayEmbedded.md)
- [EnumInspectionType](docs/EnumInspectionType.md)
- [EnumProviderAuto](docs/EnumProviderAuto.md)
- [EnumProviderManual](docs/EnumProviderManual.md)
- [EnumThreshold](docs/EnumThreshold.md)
- [EnumTimeUnit](docs/EnumTimeUnit.md)
- [EnumVerify](docs/EnumVerify.md)
- [FacialComparisonConfiguration](docs/FacialComparisonConfiguration.md)
- [GovernmentIdConfiguration](docs/GovernmentIdConfiguration.md)
- [GovernmentIdConfigurationProvider](docs/GovernmentIdConfigurationProvider.md)
- [LinksHATEOASValue](docs/LinksHATEOASValue.md)
- [LivenessConfiguration](docs/LivenessConfiguration.md)
- [OTPDeviceConfiguration](docs/OTPDeviceConfiguration.md)
Expand All @@ -114,6 +117,7 @@ Class | Method | HTTP request | Description
- [OTPDeviceConfigurationOtpLifeTime](docs/OTPDeviceConfigurationOtpLifeTime.md)
- [OTPDeviceConfigurationOtpNotification](docs/OTPDeviceConfigurationOtpNotification.md)
- [ObjectEnvironment](docs/ObjectEnvironment.md)
- [ObjectRetry](docs/ObjectRetry.md)
- [P1Error](docs/P1Error.md)
- [P1ErrorDetailsInner](docs/P1ErrorDetailsInner.md)
- [P1ErrorDetailsInnerInnerError](docs/P1ErrorDetailsInnerInnerError.md)
Expand Down
Loading
Loading