Skip to content

v2.1.193

Choose a tag to compare

@mittwald-machine mittwald-machine released this 02 Mar 19:20
· 28 commits to master since this release

Added Features

  • Order List Orders Request Enhancements: Introduced new types property in the OrderListOrdersRequest class, allowing clients to filter orders by specific types. This feature enhances the flexibility of order retrieval based on varying classifications of orders.

Changes

OrderListOrdersRequest.php

  • Added OrderType to the class, enabling classification of orders by types.
  • Introduced the types property as an array in the request schema, allowing multiple order types to be specified.
  • Added methods to get, set, and unset the types property within the OrderListOrdersRequest class.

DeprecatedMailProjectsettingUpdateBlacklistRequest.php

  • Updated the email validation format to a regex pattern instead of using idn-email.

DeprecatedMailProjectsettingUpdateBlacklistRequestBody.php

  • Similar update from idn-email format to regex pattern for blacklist items.

DeprecatedMailProjectsettingUpdateWhitelistRequest.php

  • Updated email validation to use regex pattern instead of idn-email for whitelist items.

DeprecatedMailProjectsettingUpdateWhitelistRequestBody.php

  • Updated the validation format to regex pattern for whitelist items.

DeprecatedMailUpdateProjectMailSettingRequest.php

  • Changed validation format from idn-email to regex pattern for blacklist and whitelist items.

ListProjectMailSettingsOKResponse.php

  • Adjusted email validation to regex patterns for blacklist and whitelist properties.

ListProjectMailSettingsOKResponseBody.php

  • Updated email validation from idn-email to a regex pattern for blacklist and whitelist properties.

UpdateProjectMailSettingRequest.php

  • Email validation updated to regex patterns for both blacklist and whitelist item formats.

UpdateProjectMailSettingRequestBodyAlternative1.php

  • Revised email validation from idn-email format to regex pattern for blacklist items.

UpdateProjectMailSettingRequestBodyAlternative2.php

  • Updated email validation to utilize a regex pattern instead of idn-email for whitelist items.