ionic-vhframeworks 2.8.6 → 2.8.7
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.
- package/bundles/ionic-vhframeworks.umd.js +1 -1
- package/bundles/ionic-vhframeworks.umd.js.map +1 -1
- package/bundles/ionic-vhframeworks.umd.min.js +1 -1
- package/bundles/ionic-vhframeworks.umd.min.js.map +1 -1
- package/fesm2015/ionic-vhframeworks.js.map +1 -1
- package/ionic-vhframeworks.metadata.json +1 -1
- package/lib/ionic-vhframeworks.service.d.ts +19 -0
- package/package.json +1 -1
|
@@ -9076,6 +9076,15 @@ export declare class VhQuerySCclient {
|
|
|
9076
9076
|
constructor(vhmongo_firebase: Vhmongo_firebase, vhQuery: VhQuery, vhAuth: VhAuth, vhAlgorithm: VhAlgorithm);
|
|
9077
9077
|
startLocalStorage(): Promise<any>;
|
|
9078
9078
|
private getEUtokenfromDatabase;
|
|
9079
|
+
/**
|
|
9080
|
+
*
|
|
9081
|
+
* @param licensecam
|
|
9082
|
+
* @param camplaybackURL
|
|
9083
|
+
* @param starttime
|
|
9084
|
+
* @param endtime
|
|
9085
|
+
* @return Promise => array(string) = [,,..]
|
|
9086
|
+
*/
|
|
9087
|
+
getPlaybackListCamByEndUser(licensecam: string, camplaybackURL: string, starttime: any, endtime: any): Promise<unknown>;
|
|
9079
9088
|
/**
|
|
9080
9089
|
* @example:
|
|
9081
9090
|
* let cloudcam = this.vhQuerySecurityCam.getlocalCloudCam('5fb6780ca2148e09806c5b01');
|
|
@@ -10340,6 +10349,16 @@ export declare class VhQuerySecurityCam {
|
|
|
10340
10349
|
* @return Promise => array(object) = [{},{},..]
|
|
10341
10350
|
*/
|
|
10342
10351
|
getPages_byIDdistrict(id_district: string): Promise<unknown>;
|
|
10352
|
+
/**
|
|
10353
|
+
* @example
|
|
10354
|
+
* this.vhQuerySecurityCam.getPages_byIDemployee('hjkhklf8f90we8')
|
|
10355
|
+
.then((pages)=>{
|
|
10356
|
+
console.log('getPages_byIDemployee', pages);
|
|
10357
|
+
})
|
|
10358
|
+
* @param id_employee
|
|
10359
|
+
* @return Promise => array(object) = [{},{},..]
|
|
10360
|
+
*/
|
|
10361
|
+
getPages_byIDemployee(id_employee: string): Promise<unknown>;
|
|
10343
10362
|
private publishObservableEventAreas;
|
|
10344
10363
|
private observableLocalAreas;
|
|
10345
10364
|
/**
|