v2.1.212
·
3 commits
to master
since this release
Features
- Deprecated methods for retrieving Container Template assets: The client now includes a deprecated method for retrieving a Container Template asset (
deprecatedContainerGetTemplateAsset). It is encouraged to use the direct asset URLs returned in the Template’siconUrlandscreenshotsfields instead.
Changes
Deprecation of getTemplateAsset
- Removed the
getTemplateAssetmethod from theContainerClientinterface. - Introduced
deprecatedContainerGetTemplateAssetmethod to replace the deprecated functionality, while advising users to utilize alternative approaches.
New Responses for Deprecated Methods
- Added classes to handle responses from the
deprecatedContainerGetTemplateAssetmethod, including:DeprecatedContainerGetTemplateAssetBadRequestResponseDeprecatedContainerGetTemplateAssetNotFoundResponseDeprecatedContainerGetTemplateAssetForbiddenResponseDeprecatedContainerGetTemplateAssetInternalServerErrorResponseDeprecatedContainerGetTemplateAssetServiceUnavailableResponseDeprecatedContainerGetTemplateAssetTooManyRequestsResponse
Added originalAddress Field in Mail Address Schema
- Introduced a new field
originalAddressin theMailAddressclass, which holds the address the mailbox had just before it was archived.