meyi-insight-ui-dev 1.0.21 → 1.0.23

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/dist/types.d.ts CHANGED
@@ -483,6 +483,7 @@ export type InsightIncident = {
483
483
  description?: string | null;
484
484
  projectTag?: string;
485
485
  downTime: string | null;
486
+ accountId?: string | null;
486
487
  resolvedAt?: string;
487
488
  status: "open" | "in_progress" | "resolved" | "closed";
488
489
  analysisStatus: "pending" | "triggered" | "processing" | "completed" | "failed";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "meyi-insight-ui-dev",
3
3
  "private": false,
4
- "version": "1.0.21",
4
+ "version": "1.0.23",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",