What's Changed
- other: Update readme by domain templates by @olexandr-mazepa in #433
- breaking: Update domains client to use v4 of API by @olexandr-mazepa in #434
- Removed
DomainShortData
type, because there is no difference betweenDomainShortData
andDomainData
in the new version. created_at
is now a Date object instead of a string in theTDomain
type.- The query type for the
domains.list
method was extended bystate
,sort
,authority
, andsearch
properties. - The
domains.get
method was extended, and now allows query. - Fixed
domains.getConnection
method to return data instead of undefined. getIps
,assignIp
,deleteIp
,linkIpPool
,unlinkIpPoll
, andupdateWebPrefix
methods in theDomainClient
have been deprecated.domains.updateDKIMSelector
response shape is changed from{ body: { message: 'DKIM selector changed' }, status: 200 }
to{message: 'DKIM selector changed', status: 200 }
Full Changelog: v10.4.0...v11.0.0