v2.1.193
·
28 commits
to master
since this release
Added Features
- Order List Orders Request Enhancements: Introduced new
typesproperty in theOrderListOrdersRequestclass, 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
OrderTypeto the class, enabling classification of orders by types. - Introduced the
typesproperty as an array in the request schema, allowing multiple order types to be specified. - Added methods to get, set, and unset the
typesproperty within theOrderListOrdersRequestclass.
DeprecatedMailProjectsettingUpdateBlacklistRequest.php
- Updated the email validation format to a regex pattern instead of using
idn-email.
DeprecatedMailProjectsettingUpdateBlacklistRequestBody.php
- Similar update from
idn-emailformat to regex pattern for blacklist items.
DeprecatedMailProjectsettingUpdateWhitelistRequest.php
- Updated email validation to use regex pattern instead of
idn-emailfor whitelist items.
DeprecatedMailProjectsettingUpdateWhitelistRequestBody.php
- Updated the validation format to regex pattern for whitelist items.
DeprecatedMailUpdateProjectMailSettingRequest.php
- Changed validation format from
idn-emailto 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-emailto 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-emailformat to regex pattern for blacklist items.
UpdateProjectMailSettingRequestBodyAlternative2.php
- Updated email validation to utilize a regex pattern instead of
idn-emailfor whitelist items.