@crowdstrike/logscale-dashboard 1.135.0--build-1077--sha-96faf780527e4e787b35aa7b6885ca30cce9d302 → 1.136.1--build-1149--sha-9b619083000d83b74355529c41cdb8cba57e5194

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 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
- isLive?: boolean;
199
+ live?: boolean;
200
200
  /**
201
201
  * Set to `true` to make all dashboard queries use `start` and `end` as time window.
202
202
  */