@shieldiot/ngx-pulseiot-lib 2.18.1270 → 2.18.1272

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.
@@ -47,7 +47,7 @@ export declare class UsrIntegrationsService {
47
47
  * token is returned only in this response; only its bcrypt hash is
48
48
  * persisted, so the caller MUST capture it immediately.
49
49
  */
50
- rotateToken(id?: string): import("rxjs").Observable<object>;
50
+ rotateToken(id?: string): import("rxjs").Observable<ActionResponse>;
51
51
  /**
52
52
  * Get the StixCollection metadata associated with a STIX/TAXII integration.
53
53
  * Used by the UI to display the firewall-polling URL and collection details
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shieldiot/ngx-pulseiot-lib",
3
- "version": "2.18.1270",
3
+ "version": "2.18.1272",
4
4
  "description": "Angular client library for PulseIoT backend",
5
5
  "publishConfig": {
6
6
  "access": "public"