- add functions to get common IDs (9b73faa)
- contacts can now be exported to JSON-files (abf6355)
- add plus to phone numbers in webhook events (e3494aa)
- specify ./dist/module.js as "browser" in package.json (eac8175)
- throw error when serverAddress is missing for Follow-up events (b57db1c)
- allow string as port in
ServerOptions
(d10688b) - add method to retrieve the webuser id of the authenticated webuser (a16e5de)
- add
getFaxlines
function to fax module (5d4c0cd)
From now on, Node 8 is not supported anymore. It has reached End Of Life in December 2019 and you should upgrade to newer versions.
We have switched from using master
as the default branch name to main
. Unless you directly depended on that branch name there is nothing you should need to be doing.
- rename
from
andto
tostartDate
andendDate
in order to avoid confusion (8bb8d41) - rename
import
tocreate
andexportAsObject
toget
in contacts module (6beadaa) - the fields
user[]
,userId[]
undfullUserId[]
are now calledusers
,userIds
andoriginalUserFull
(a9572d) - the
get
,post
etc. methods on theSipgateIOClient
now return the response directly instead of an axios object - the http methods
get
,post
etc. on theSipgateIOClient
dont chooseany
as the default type parameter anymore (f1f1931) - remove interfaces marked as
@deprecated
(f7f4c7f) - fix: contact import now accepts an array of string arrays for organizations (3f55e75)
- fix: don't export HistoryDirection as Direction (c80341a)
- fix: export additional types from top-level index.ts (626209c)
- fix: make user, userId and fullUserId optional in type AnswerEvent (52d96cf)
- fix: the FaxHistoryEntry now correctly exposes the faxStatus key instead of faxStatusType (3401bb5)