cat-documents-ng 1.0.39 → 1.0.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -84,14 +84,14 @@ export declare class DocumentHttpService {
|
|
|
84
84
|
* Fetches a document by its path name and transforms the response for dropdown options.
|
|
85
85
|
* @param {string} documentId - The document ID to fetch the document.
|
|
86
86
|
* @returns {Observable<any>} Observable that emits the transformed data for dropdown options.
|
|
87
|
-
|
|
87
|
+
*/
|
|
88
88
|
getAlertsByDocumentID(documentId: string): Observable<DocumentAlertModel>;
|
|
89
89
|
/**
|
|
90
90
|
* Fetches a document by its folder ID and transforms the response for dropdown options.
|
|
91
91
|
* @param {string} folderId - The folder ID to fetch the document.
|
|
92
92
|
* @param {string} contextId - The context ID to fetch the document.
|
|
93
93
|
* @returns {Observable<any>} Observable that emits the transformed data for dropdown options.
|
|
94
|
-
|
|
94
|
+
*/
|
|
95
95
|
getDocumentByFolderID(folderId: string, contextId: string): Observable<DocumentModel[]>;
|
|
96
96
|
/**
|
|
97
97
|
* Updates the name of a document.
|