meyi-insight-ui-dev 1.0.13 → 1.0.14

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.
@@ -533,10 +533,11 @@ export interface GroupingConfig {
533
533
  groupBy: string[];
534
534
  timeoutSeconds: number;
535
535
  maxAlarms: number;
536
- incidentTitleTemplate: string | null;
537
- useAiGenerate: boolean;
538
- userPrompt?: string | null;
539
- yamlDefinition: string;
536
+ incidentTitleTemplate?: string;
537
+ useAiGenerate?: boolean;
538
+ userPrompt?: string;
539
+ yamlDefinition?: string;
540
+ topologyTagMapping?: string;
540
541
  isSystem: boolean;
541
542
  createdAt: string;
542
543
  updatedAt: string;
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.13",
4
+ "version": "1.0.14",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",