Changelog v1.x
v1.9.0
- Released x
- Stamp
- New functions
- stampTextCustom({ uuid, id, text, exprX, exprY, range })
- New functions
v1.8.0
- Released 2023-05-05
- Updated the npm repository URL. Take a look at the documentation
- PropertyGroup
- Updated functions
- getPropertyGroupFormDefinition({ grpName, useDefaultValue, uuid })
- Pay attention: the previous function had parameters getPropertyGroupFormDefinition(grpName, useDefaultValue), and now it uses an object { grpName, useDefaultValue, uuid }.
- getPropertyGroupFormDefinition({ grpName, useDefaultValue, uuid })
- Updated functions
- Auth
- New functions
- getHasTaskManagerAdmin(userId)
- New functions
v1.7.0
- Released 2023-03-30
- Search
- Updated functions
- saveSearch({ queryName, query, name, title, description, keywords, categories, content, mimeType, language, author, folder, folderRecursive, lastModifiedFrom, lastModifiedTo, mailSubject, mailFrom, mailTo, notes, statementQuery, statementType, dashboard, nodeClass, promotedAsRecord, domain, properties, sortField, sortReverse })
- Updated functions
- Relation
- Updated functions
- getAllRelationGroups(relationId, offset, limit, filter)
- Updated functions
- Workflow
- New functions
- getSuggestBoxKeyValue(uuid, pdId, taskName, propertyName, key) returns the suggestbox value for the key.
- getSuggestBoxKeyValuesFiltered(uuid, pdId, taskName, propertyName, filter) returns a filtered list of suggestbox values.
- New functions
v1.6.0
- Released 2023-01-30
- Search
- New functions
- find({ content, name, domain, keywords, categories, properties, author, language, mimeType, title, description, notes, lastModifiedFrom, lastModifiedTo, mailSubject, mailFrom, mailTo, folder, folderRecursive, promotedAsRecord, nodeClass, sortField, sortReverse, propertiesPlugin }) returns a list of nodes that match the query.
- New functions
- Repository
- New functions
- getRepositoryUuid() returns the application ID.
- New functions
- Mail
- New functions
- sendMail(content, from, to, subject) sends an email.
- Updated functions
- sendMailWithAttachments({uuid, content, from, to, cc, bcc, replyTo, subject, docsId})
- New functions
- Node
- Updated functions
- generateDownloadToken(uuid, preview, oneTimeUse, validUntil)
- Updated functions
v1.5.0
- Released 2022-11-15
- Task
- Updated functions
- getAssigned({ projectId, typeId, statusId, orderColumn, orderAsc, offset, limit, from, to, subject })
- getActive({ projectId, typeId, statusId, orderColumn, orderAsc, offset, limit, from, to, subject })
- getFinished({ projectId, typeId, statusId, orderColumn, orderAsc, offset, limit, from, to, subject })
- getNotified({ projectId, typeId, statusId, orderColumn, orderAsc, offset, limit, from, to, subject })
- Updated functions
v1.4.0
- Released 2022-10-20
- Wizard
- New functions
- The function hasWizard(uuid) returns true when the node has a wizard.
- The function getWizard(uuid) returns the wizard value of a node.
- New functions
- Search
- New functions
- The function getSearchPlugins() returns a list of search plugins.
- The function getSearchConfig(pluginName) returns the configuration of a search plugin.
- New functions
- PropertyGroup
- New functions
- The function getChildren(uuid) returns a list of mail nodes with the same parent.
- New functions
- Wizard
- New functions
- The function findByUserAndUuid(uuid) returns the wizard of a node.
- The function hasWizardByUserAndNode(uuid) returns true when the node has a wizard; otherwise, false.
- New functions
v1.3.0
- Released 2022-08-31
- Document
- Updated function
- The function mergePdf returns the UUID of the merged node.
- Updated function
- Mail
- Fixed bug in function testConnection; in some cases, it raised error 503.
- PropertyGroup
- New functions
- validateField(value, className, uuids)
- New functions
v1.2.0
- Released 2022-07-04
- Auth
- Fixed bug in function overwriteSecurity; it was requesting the wrong URL.
- Document
- Fixed bug in function liveEditCheckin with the variable increment.
- New functions
- getOnlineEditRestrictedMimeTypes()
- liveEditCancelCheckout(uuid, force)
- Mail
- Fixed bug in the function testConnection; the variable mailFolder must be sent encoded.
- PropertyGroup
- Updated functions
- getPropertyGroupFormDefinition(grpName, useDefaultValue)
- Updated functions
v1.1.0
- Released 2022-05-10
- Document
- New functions
- setIndexable(uuid, enabled)
- createDocument(uuid, file, increment)
- Updated functions
- savePdf(uuid, newName, propertyGroups, security)
- extendedCopy(uuid, dstId, newName, categories, keywords, notes, propertyGroups, security) removed the 'wiki' attribute.
- New functions
- Folder
- Updated functions
- extendedCopy(uuid, dstId, newName, categories, keywords, notes, propertyGroups, security) removed the 'wiki' attribute
- Updated functions
- Record
- Updated functions
- extendedCopy(uuid, dstId, newName, categories, keywords, notes, propertyGroups, security) removed attribute wiki
- Updated functions
- Mail
- Updated functions
- savePdf(uuid, newName, propertyGroups, security)
- extendedCopy(uuid, dstId, newName, categories, keywords, notes, propertyGroups, security) removed the 'wiki' attribute
- Updated functions
- Dashboard
- New functions
- getUserLastCreatedDocumentsNotes(offset, limit)
- New functions
- Search
- Updated functions
- getUserSearchs renamed to getUserSearches
- getAllSearchs renamed to getAllSearches
-
saveSearch({ queryName, query, name, title, description, keywords, categories, content, mimeType, language, author, folder, folderRecursive,lastModifiedFrom, lastModifiedTo, mailSubject, mailFrom, mailTo, notes, statementQuery, statementType, dashboard, nodeClass, promotedAsRecord,domain, properties })
- Updated functions
v1.0.0
- Released 2022-02-24