@lumiastream/lumia-types 3.7.7 → 3.7.9

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.
@@ -112,6 +112,9 @@ export declare const LumiaAlertConfigs: Record<LumiaAlertValues | string, {
112
112
  eventlistMessage?: string;
113
113
  eventlistDetailedMessage?: string;
114
114
  acceptedVariables: LumiaAcceptedVariable[];
115
+ firstMessageTemplate?: string;
116
+ secondMessageTemplate?: string;
117
+ thirdMessageTemplate?: string;
115
118
  hasAlertImage?: boolean;
116
119
  quickActions?: Array<{
117
120
  label: string;