@lumiastream/lumia-types 3.1.1 → 3.1.2

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.
@@ -133,7 +133,7 @@ export declare const LumiaAlertConfigs: Record<LumiaAlertValues | string, {
133
133
  LumiaVariationConditions: Array<{
134
134
  type: LumiaVariationConditions;
135
135
  description?: string;
136
- dynamicSelections?: boolean;
136
+ dynamicOptions?: boolean;
137
137
  selections?: LumiaSelectionOption[];
138
138
  }>;
139
139
  }>;
@@ -4694,7 +4694,7 @@ exports.LumiaAlertConfigs = {
4694
4694
  {
4695
4695
  type: LumiaVariationConditions.EQUAL_SELECTION,
4696
4696
  description: 'Gift Name is equal to',
4697
- dynamicSelections: true,
4697
+ dynamicOptions: true,
4698
4698
  },
4699
4699
  {
4700
4700
  type: LumiaVariationConditions.EQUAL_NUMBER,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [