@crowdstrike/logscale-dashboard 1.135.0--build-1077--sha-96faf780527e4e787b35aa7b6885ca30cce9d302 → 1.136.0--build-1093--sha-79e81f65f3475d1356318149af241973c7f30ec4
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 +1 -1
- package/index.js +543 -522
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
@@ -196,7 +196,7 @@ export declare interface DashboardParams {
|
|
196
196
|
*/
|
197
197
|
end?: string;
|
198
198
|
/** Set to true to make the dashboard `live`. Defaults to `false` */
|
199
|
-
|
199
|
+
live?: boolean;
|
200
200
|
/**
|
201
201
|
* Set to `true` to make all dashboard queries use `start` and `end` as time window.
|
202
202
|
*/
|