@shieldiot/ngx-pulseiot-lib 2.20.1361 → 2.20.1364
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/index.d.ts
CHANGED
|
@@ -2885,6 +2885,10 @@ declare class UsrReportsService {
|
|
|
2885
2885
|
* Create PDF insights report and send it by mail to the user's email
|
|
2886
2886
|
*/
|
|
2887
2887
|
getInsightsReportByMail(streamId?: string, from?: number, to?: number, addresses?: string[]): rxjs.Observable<ActionResponse>;
|
|
2888
|
+
/**
|
|
2889
|
+
* Send the weekly digest email on demand for the caller's account
|
|
2890
|
+
*/
|
|
2891
|
+
sendWeeklyDigest(from?: number, to?: number, addresses?: string[]): rxjs.Observable<ActionResponse>;
|
|
2888
2892
|
/**
|
|
2889
2893
|
* Get network activity over time histogram over the provided time period
|
|
2890
2894
|
*/
|