@shieldiot/ngx-pulseiot-lib 2.18.1162 → 2.18.1164

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.
@@ -32,7 +32,7 @@ export declare class SysRulesService {
32
32
  /**
33
33
  * Find rules by query
34
34
  */
35
- find(accountId?: string, streamId?: string, search?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Rule>>;
35
+ find(streamId?: string, search?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Rule>>;
36
36
  /**
37
37
  * Analyze rule configuration against historic data
38
38
  */
@@ -38,9 +38,9 @@ export declare class UsrRulesService {
38
38
  */
39
39
  getWithSQL(id?: string): import("rxjs").Observable<EntityResponse<RuleWithSQL>>;
40
40
  /**
41
- * Get a all active rules fro stream id with computed SQL statement
41
+ * Get all active rules from stream id with computed SQL statement
42
42
  */
43
- getWithSQLByStreamId(id?: string): import("rxjs").Observable<EntitiesResponse<RuleWithSQL>>;
43
+ getWithSQLByStreamId(streamId?: string): import("rxjs").Observable<EntitiesResponse<RuleWithSQL>>;
44
44
  /**
45
45
  * Find rules by query
46
46
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shieldiot/ngx-pulseiot-lib",
3
- "version": "2.18.1162",
3
+ "version": "2.18.1164",
4
4
  "description": "Angular client library for PulseIoT backend",
5
5
  "publishConfig": {
6
6
  "access": "public"