cat-documents-ng 0.2.56 → 0.2.57
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.
|
@@ -40,12 +40,6 @@ export declare class DocumentHistoryService {
|
|
|
40
40
|
* @param docName - The name of the document
|
|
41
41
|
*/
|
|
42
42
|
downloadDocument(documentUrl: string, docName?: string): void;
|
|
43
|
-
/**
|
|
44
|
-
* Alternative download method that relies on HTTP interceptors for authentication
|
|
45
|
-
* @param documentUrl - The URL of the document to download
|
|
46
|
-
* @param docName - The name of the document
|
|
47
|
-
*/
|
|
48
|
-
private downloadDocumentWithInterceptors;
|
|
49
43
|
/**
|
|
50
44
|
* Get the full URL for the document, handling relative URLs
|
|
51
45
|
* @private
|
|
@@ -53,12 +47,6 @@ export declare class DocumentHistoryService {
|
|
|
53
47
|
* @returns {string} The full URL
|
|
54
48
|
*/
|
|
55
49
|
private getFullUrl;
|
|
56
|
-
/**
|
|
57
|
-
* Get authentication headers for HTTP requests
|
|
58
|
-
* @private
|
|
59
|
-
* @returns {HttpHeaders} Headers with authentication token
|
|
60
|
-
*/
|
|
61
|
-
private getAuthHeaders;
|
|
62
50
|
/**
|
|
63
51
|
* Debug method to help identify issues when the library is used in the main project
|
|
64
52
|
* @public
|