Skip to content

Commit

Permalink
Support voice configuration verify policy 202307 (#228)
Browse files Browse the repository at this point in the history
* Support voice configuration object in verify policy API released as of early July 2023.

* Added voice phrases API and schema.

* Added voice phrase contents API and schema.

* Added voice phrase contents API and schema. Generated models.

* Corrected defect re: declaration of new verify voice APIs.

* Correction to Read All Voice Phrase Contents OAS spec.

* update generation post-main merge

* changelog

* main changelog

---------

Co-authored-by: Patrick Cowland <[email protected]>
  • Loading branch information
mjspi and patrickcping authored Jul 24, 2023
1 parent 4fa85ee commit 27fc00f
Show file tree
Hide file tree
Showing 60 changed files with 7,061 additions and 238 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

* `github.com/patrickcping/pingone-go-sdk-v2` : v0.10.1
* **Bug** Fixed service hostname override client parameter validation that reported an invalid https address. [#225](https://github.com/patrickcping/pingone-go-sdk-v2/pull/225)
* `github.com/patrickcping/pingone-go-sdk-v2/verify` : [v0.3.0](./verify/CHANGELOG.md)
* **Enhancement** New voice configuration object option on the verify policy API. [#228](https://github.com/patrickcping/pingone-go-sdk-v2/pull/228)
* **Enhancement** New voice phrase API, which is a prerequisite to support the management of the voice configuration object via the verify policy API. [#228](https://github.com/patrickcping/pingone-go-sdk-v2/pull/228)
* **Enhancement** New voice phrase contents API. [#228](https://github.com/patrickcping/pingone-go-sdk-v2/pull/228)

# Release (2023-07-12)

Expand Down
20 changes: 20 additions & 0 deletions verify/.openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
README.md
api/openapi.yaml
api_verify_policies.go
api_voice_phrase_contents.go
api_voice_phrases.go
configuration.go
docs/EntityArray.md
docs/EntityArrayEmbedded.md
Expand Down Expand Up @@ -30,6 +32,16 @@ docs/TransactionConfigurationDataCollectionTimeout.md
docs/TransactionConfigurationTimeout.md
docs/VerifyPoliciesApi.md
docs/VerifyPolicy.md
docs/VoiceConfiguration.md
docs/VoiceConfigurationReferenceData.md
docs/VoiceConfigurationTextDependent.md
docs/VoiceConfigurationTextDependentPhrase.md
docs/VoiceConfigurationThreshold.md
docs/VoicePhrase.md
docs/VoicePhraseContents.md
docs/VoicePhraseContentsApi.md
docs/VoicePhraseContentsVoicePhrase.md
docs/VoicePhrasesApi.md
go.mod
go.sum
model_entity_array.go
Expand Down Expand Up @@ -59,5 +71,13 @@ model_transaction_configuration_data_collection.go
model_transaction_configuration_data_collection_timeout.go
model_transaction_configuration_timeout.go
model_verify_policy.go
model_voice_configuration.go
model_voice_configuration_reference_data.go
model_voice_configuration_text_dependent.go
model_voice_configuration_text_dependent_phrase.go
model_voice_configuration_threshold.go
model_voice_phrase.go
model_voice_phrase_contents.go
model_voice_phrase_contents_voice_phrase.go
response.go
utils.go
3 changes: 3 additions & 0 deletions verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# v0.3.0 (Unreleased)

* **Enhancement** Implement HATEOAS links for API response objects. [#227](https://github.com/patrickcping/pingone-go-sdk-v2/pull/227)
* **Enhancement** New voice configuration object option on the verify policy API. [#228](https://github.com/patrickcping/pingone-go-sdk-v2/pull/228)
* **Enhancement** New voice phrase API, which is a prerequisite to support the management of the voice configuration object via the verify policy API. [#228](https://github.com/patrickcping/pingone-go-sdk-v2/pull/228)
* **Enhancement** New voice phrase contents API. [#228](https://github.com/patrickcping/pingone-go-sdk-v2/pull/228)

# v0.2.1 (2023-07-12)

Expand Down
20 changes: 19 additions & 1 deletion verify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The PingOne Platform API covering the PingOne Verify service
## Overview
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-06-29
- API version: 2023-07-20
- Package version: 0.3.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

Expand Down Expand Up @@ -82,6 +82,16 @@ Class | Method | HTTP request | Description
*VerifyPoliciesApi* | [**ReadAllVerifyPolicies**](docs/VerifyPoliciesApi.md#readallverifypolicies) | **Get** /environments/{environmentID}/verifyPolicies | READ All Verify Policies
*VerifyPoliciesApi* | [**ReadOneVerifyPolicy**](docs/VerifyPoliciesApi.md#readoneverifypolicy) | **Get** /environments/{environmentID}/verifyPolicies/{verifyPolicyID} | READ One Verify Policy
*VerifyPoliciesApi* | [**UpdateVerifyPolicy**](docs/VerifyPoliciesApi.md#updateverifypolicy) | **Put** /environments/{environmentID}/verifyPolicies/{verifyPolicyID} | UPDATE Verify Policy
*VoicePhraseContentsApi* | [**CreateVoicePhraseContent**](docs/VoicePhraseContentsApi.md#createvoicephrasecontent) | **Post** /environments/{environmentID}/voicePhrases/{voicePhraseID}/contents | CREATE Voice Phrase Content
*VoicePhraseContentsApi* | [**DeleteVoicePhraseContent**](docs/VoicePhraseContentsApi.md#deletevoicephrasecontent) | **Delete** /environments/{environmentID}/voicePhrases/{voicePhraseID}/contents/{voiceContentsID} | Delete Voice Phrase Content
*VoicePhraseContentsApi* | [**ReadAllVoicePhraseContents**](docs/VoicePhraseContentsApi.md#readallvoicephrasecontents) | **Get** /environments/{environmentID}/voicePhrases/{voicePhraseID}/contents | READ All Voice Phrase Contents
*VoicePhraseContentsApi* | [**ReadOneVoicePhraseContent**](docs/VoicePhraseContentsApi.md#readonevoicephrasecontent) | **Get** /environments/{environmentID}/voicePhrases/{voicePhraseID}/contents/{voiceContentsID} | READ One Voice Phrase Content
*VoicePhraseContentsApi* | [**UpdateVoicePhraseContent**](docs/VoicePhraseContentsApi.md#updatevoicephrasecontent) | **Put** /environments/{environmentID}/voicePhrases/{voicePhraseID}/contents/{voiceContentsID} | UPDATE Voice Phrase Content
*VoicePhrasesApi* | [**CreateVoicePhrase**](docs/VoicePhrasesApi.md#createvoicephrase) | **Post** /environments/{environmentID}/voicePhrases | CREATE Voice Phrase
*VoicePhrasesApi* | [**DeleteVoicePhrase**](docs/VoicePhrasesApi.md#deletevoicephrase) | **Delete** /environments/{environmentID}/voicePhrases/{voicePhraseID} | Delete Voice Phrase
*VoicePhrasesApi* | [**ReadAllVoicePhrases**](docs/VoicePhrasesApi.md#readallvoicephrases) | **Get** /environments/{environmentID}/voicePhrases | READ All Voice Phrases
*VoicePhrasesApi* | [**ReadOneVoicePhrase**](docs/VoicePhrasesApi.md#readonevoicephrase) | **Get** /environments/{environmentID}/voicePhrases/{voicePhraseID} | READ One Voice Phrase
*VoicePhrasesApi* | [**UpdateVoicePhrase**](docs/VoicePhrasesApi.md#updatevoicephrase) | **Put** /environments/{environmentID}/voicePhrases/{voicePhraseID} | UPDATE Voice Phrase


## Documentation For Models
Expand Down Expand Up @@ -113,6 +123,14 @@ Class | Method | HTTP request | Description
- [TransactionConfigurationDataCollectionTimeout](docs/TransactionConfigurationDataCollectionTimeout.md)
- [TransactionConfigurationTimeout](docs/TransactionConfigurationTimeout.md)
- [VerifyPolicy](docs/VerifyPolicy.md)
- [VoiceConfiguration](docs/VoiceConfiguration.md)
- [VoiceConfigurationReferenceData](docs/VoiceConfigurationReferenceData.md)
- [VoiceConfigurationTextDependent](docs/VoiceConfigurationTextDependent.md)
- [VoiceConfigurationTextDependentPhrase](docs/VoiceConfigurationTextDependentPhrase.md)
- [VoiceConfigurationThreshold](docs/VoiceConfigurationThreshold.md)
- [VoicePhrase](docs/VoicePhrase.md)
- [VoicePhraseContents](docs/VoicePhraseContents.md)
- [VoicePhraseContentsVoicePhrase](docs/VoicePhraseContentsVoicePhrase.md)


## Documentation For Authorization
Expand Down
Loading

0 comments on commit 27fc00f

Please sign in to comment.