Fix
- Add getRawContentUrl API #161
- Add getContentThumbnailUrl API #160
- Fix null string field values parsed as text 'null' #158
- Wrong API name - getRawContent3 #156
- Error on login when user has non-latin character in username or password #146
- Ticket not cleaned when host is changed #143
- Wrong NodesApi.getNodeInfo declaration #140
- Wrong PathInfoEntity declaration #139
- Missing reference to ecmClient and bpmClient in the .d.ts in the AlfrescoApi #138
- remove UnhandledPromiseRejectionWarning in the test log #153
- Provide Activiti Api with Export / Save and Delete report #164
Features
this.bpmAuth = new BpmAuth({
hostBpm: 'http://127.0.0.1:9999',
contextRootBpm: 'activiti-custom-root'
});
this.bpmAuth.login('admin', 'admin');