Releases: PermanentOrg/permanent-sdk
Releases · PermanentOrg/permanent-sdk
v0.8.0
Changed
- BREAKING CHANGE: All functions now take either one or two arguments. The first argument is always the ClientConfig object. The second argument, if it is present, is always an object containing the rest of the parameters for the function. Documentation describing each function and its inputs has been added in API.md.
v0.7.0
Added
- The updateShareLink function now exists
- The createShareLink function now exists
- The HttpResponseError type now exists.
Changed
- This package no longer supports Node v14.
- The deleteFolder and deleteArchiveRecord SDK methods now return void (was boolean).
- All SDK methods now throw if the server responds with a non-OK status.
v0.6.0
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5.0
Added
- The
createArchiveRecord
function now exists.
Changed
Record
has been renamed toArchiveRecord
.RecordType
has been renamed toArchiveRecordType
.getRecord
has been renamed togetArchiveRecord
.File
now has acontentType
field which corresponds to a MIME type.Folder.displayDate
can now be null.