http-request-manager 18.13.18 → 18.13.20
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.13.
|
|
3
|
+
"version": "18.13.20",
|
|
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",
|
|
@@ -511,6 +511,7 @@ declare class DatabaseManagerService extends DbService {
|
|
|
511
511
|
getTableRecord(table: string, id: number): Observable<any>;
|
|
512
512
|
createTableRecord(table: string, record: any): Observable<any>;
|
|
513
513
|
createTableRecords(table: string, records: any[]): Observable<any[]>;
|
|
514
|
+
private isMissingObjectStoreError;
|
|
514
515
|
updateTableRecord(table: string, record: any): Observable<any>;
|
|
515
516
|
updateTableRecords(table: string, records: any[]): Observable<any[]>;
|
|
516
517
|
deleteTableRecord<T>(table: string, id: number): Observable<number | null>;
|
|
Binary file
|