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.
- package/dist/index.js +60 -60
- package/dist/index.mjs +3807 -3792
- package/dist/services/insight.d.ts +5 -4
- package/package.json +1 -1
|
@@ -533,10 +533,11 @@ export interface GroupingConfig {
|
|
|
533
533
|
groupBy: string[];
|
|
534
534
|
timeoutSeconds: number;
|
|
535
535
|
maxAlarms: number;
|
|
536
|
-
incidentTitleTemplate
|
|
537
|
-
useAiGenerate
|
|
538
|
-
userPrompt?: string
|
|
539
|
-
yamlDefinition
|
|
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;
|