This repository was archived by the owner on Jun 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed
Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 44
55Alfresco JS API
66
7+ <a name =" 1.1.1 " ></a >
8+ # [ 1.1.1] ( https://github.com/Alfresco/alfresco-js-api/releases/tag/1.1.1 ) (27-01-2017)
9+ ## Fix
10+ - [ AlfrescoApiConfig make optional parameters in the declaration file #174 ] ( https://github.com/Alfresco/alfresco-js-api/pull/174 )
11+
712_ This project provides a JavaScript client API into the v1 Alfresco REST API_
813<a name =" 1.1.0 " ></a >
914# [ 1.1.0] ( https://github.com/Alfresco/alfresco-js-api/releases/tag/1.1.0 ) (26-01-2017)
Original file line number Diff line number Diff line change @@ -485,14 +485,14 @@ declare namespace AlfrescoApi {
485485 }
486486
487487 export interface AlfrescoApiConfig {
488- hostEcm : string ;
489- hostBpm : string ;
490- contextRoot : string ;
491- contextRootBpm : string ;
492- provider : string ;
493- ticketEcm : string ;
494- ticketBpm : string ;
495- disableCsrf : boolean ;
488+ hostEcm ? : string ;
489+ hostBpm ? : string ;
490+ contextRoot ? : string ;
491+ contextRootBpm ? : string ;
492+ provider ? : string ;
493+ ticketEcm ? : string ;
494+ ticketBpm ? : string ;
495+ disableCsrf ? : boolean ;
496496 }
497497
498498 export interface ContentApi {
You can’t perform that action at this time.
0 commit comments