@shieldiot/ngx-pulseiot-lib 2.18.1271 → 2.18.1273
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<
|
|
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
|