@shieldiot/ngx-pulseiot-lib 2.18.1361 → 2.18.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.
@@ -44,6 +44,10 @@ export declare class UsrReportsService {
44
44
  * Create PDF insights report and send it by mail to the user's email
45
45
  */
46
46
  getInsightsReportByMail(streamId?: string, from?: number, to?: number, addresses?: string[]): import("rxjs").Observable<ActionResponse>;
47
+ /**
48
+ * Send the weekly digest email on demand for the caller's account
49
+ */
50
+ sendWeeklyDigest(from?: number, to?: number, addresses?: string[]): import("rxjs").Observable<ActionResponse>;
47
51
  /**
48
52
  * Get network activity over time histogram over the provided time period
49
53
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shieldiot/ngx-pulseiot-lib",
3
- "version": "2.18.1361",
3
+ "version": "2.18.1364",
4
4
  "description": "Angular client library for PulseIoT backend",
5
5
  "publishConfig": {
6
6
  "access": "public"