@lumiastream/lumia-types 2.8.5 → 2.9.0

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.
@@ -7,6 +7,7 @@ export declare enum LumiaVariationConditions {
7
7
  EQUAL_STRING = "EQUAL_STRING",
8
8
  EQUAL_USERNAME = "EQUAL_USERNAME",
9
9
  EQUAL_NUMBER = "EQUAL_NUMBER",
10
+ EQUAL_VARIABLE = "EQUAL_VARIABLE",
10
11
  EQUAL_SELECTION = "EQUAL_SELECTION",
11
12
  EQUAL_CURRENCY_NUMBER = "EQUAL_CURRENCY_NUMBER",
12
13
  GREATER_CURRENCY_NUMBER = "GREATER_CURRENCY_NUMBER",
@@ -124,6 +125,7 @@ export declare const LumiaAlertConfigs: Record<LumiaAlertValues | string, {
124
125
  LumiaVariationConditions: Array<{
125
126
  type: LumiaVariationConditions;
126
127
  description?: string;
128
+ dynamicSelections?: boolean;
127
129
  selections?: Array<{
128
130
  label: string;
129
131
  message?: string;