Skip to content

v2.1.195

Choose a tag to compare

@mittwald-machine mittwald-machine released this 10 Mar 19:20
· 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 VerificationVerifyAddressOKResponseBody instead of the previous VerifyAddressResponse.
    • The body property now explicitly defines its structure, requiring the exists field of type boolean.
    • The cloning mechanism for the body property has been updated to clone the body object properly, ensuring deep copies are maintained.
  • VerificationVerifyAddressOKResponseBody:

    • Renamed from VerifyAddressResponse.
    • Adjusted methods to create instances and retrieve data according to the new response format and naming conventions.
  • VerificationVerifyAddressRequest:

    • Updated the description for the country field to clarify that it should use the ISO 3166-2 Alpha 2 country code format.
  • VerificationVerifyAddressRequestBody:

    • Consistently updated the country field description to reflect the ISO 3166-2 Alpha 2 country code requirement.

Removed

  • The VerifyAddressConfidence enum has been entirely removed from the codebase, simplifying the verification process without this classification.