qt-ui-kit 1.0.57 → 1.0.58

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.d.mts CHANGED
@@ -231,6 +231,8 @@ interface EventSummaryParts {
231
231
  "potential impact": string;
232
232
  "potential next steps": string;
233
233
  risk: string;
234
+ summary: string;
235
+ "subject line": string;
234
236
  }
235
237
  type BaseEventFields = {
236
238
  eventID: string;
package/dist/index.d.ts CHANGED
@@ -231,6 +231,8 @@ interface EventSummaryParts {
231
231
  "potential impact": string;
232
232
  "potential next steps": string;
233
233
  risk: string;
234
+ summary: string;
235
+ "subject line": string;
234
236
  }
235
237
  type BaseEventFields = {
236
238
  eventID: string;