1.0.0-beta.5 (2021-09-08)
Breaking Changes
DocumentFilter.CreatedAfter
andDocumentFilter.CreatedBefore
are now nullable properties.- Renamed method
GetAllTranslationStatuses
toGetTranslationStasuses
. - Renamed method
GetAllDocumentStatuses
toGetDocumentStasuses
. - Renamed type
TranslationFilter
toGetTranslationStatusesOptions
. - Renamed type
DocumentFilter
toGetDocumentStatusesOptions
. - Renamed type
DocumentStatus
toDocumentStatusResult
. - Renamed type
TranslationStatus
toTranslationStatusResult
. - Renamed type
FileFormat
toDocumentTranslationFileFormat
. - Renamed property
TranslatedTo
toTranslatedToLanguageCode
inDocumentStatusResult
. - Renamed parameter
asc
toascending
inDocumentStatusResult
constructor. - Changed spelling of
cancelled
/cancelling
tocanceled
/cancelling
. The following changes have been made:- property
DocumentsCancelled
toDocumentsCanceled
inDocumentTranslationOperation
- property
DocumentsCancelled
toDocumentsCanceled
inTranslationStatusResult
- value
Cancelled
toCanceled
inDocumentTranslationOperation
- value
Cancelling
toCanceling
inDocumentTranslationOperation
- parameter
Cancelled
toCanceled
in functionDocumentTranslationModelFactory.TranslationStatus
- property
Bugs Fixed
GetDocumentStasus
andGetDocumentStatusesAsync
no longer set CreatedAfter and CreatedBefore if the user doesn't set it.- In
GetTranslationStasuses
,GetDocumentStasuses
and their async counterparts; URL parameters forIds
,Statuses
, andOrderBy
are no longer included in the request URL if the user does not set them.