http-request-manager 18.16.12 → 18.16.15
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "http-request-manager",
|
|
3
|
-
"version": "18.16.
|
|
3
|
+
"version": "18.16.15",
|
|
4
4
|
"homepage": "https://wavecoders.ca",
|
|
5
5
|
"author": "Mike Bonifacio <wavecoders@gmail.com> (http://wavecoders@gmail.com/)",
|
|
6
6
|
"description": "This is an Angular Module containing Components/Services using Material",
|
|
@@ -835,6 +835,12 @@ declare class HTTPManagerStateService<T extends {
|
|
|
835
835
|
*/
|
|
836
836
|
clearDatabase(): void;
|
|
837
837
|
private isEmpty;
|
|
838
|
+
/**
|
|
839
|
+
* Apply adapter to data if adapter is provided
|
|
840
|
+
* Handles both array and single object responses
|
|
841
|
+
* Only applies adapter when it exists - returns data as-is otherwise
|
|
842
|
+
*/
|
|
843
|
+
private applyAdapter;
|
|
838
844
|
private updateRequestOptions;
|
|
839
845
|
private normalizeObject;
|
|
840
846
|
private filterHeaders;
|