v2.1.195
·
26 commits
to master
since this release
Features
- Introduced a new schema for the verify address response that enhances the response structure and refines the handling of request bodies.
Changed
-
VerificationVerifyAddressOKResponse:
- Updated the response body to use
VerificationVerifyAddressOKResponseBodyinstead of the previousVerifyAddressResponse. - The
bodyproperty now explicitly defines its structure, requiring theexistsfield of type boolean. - The cloning mechanism for the
bodyproperty has been updated to clone the body object properly, ensuring deep copies are maintained.
- Updated the response body to use
-
VerificationVerifyAddressOKResponseBody:
- Renamed from
VerifyAddressResponse. - Adjusted methods to create instances and retrieve data according to the new response format and naming conventions.
- Renamed from
-
VerificationVerifyAddressRequest:
- Updated the description for the
countryfield to clarify that it should use the ISO 3166-2 Alpha 2 country code format.
- Updated the description for the
-
VerificationVerifyAddressRequestBody:
- Consistently updated the
countryfield description to reflect the ISO 3166-2 Alpha 2 country code requirement.
- Consistently updated the
Removed
- The
VerifyAddressConfidenceenum has been entirely removed from the codebase, simplifying the verification process without this classification.