@lumiastream/lumia-types 2.7.6 → 2.7.8

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.
@@ -586,15 +586,19 @@ exports.LumiaAlertConfigs = {
586
586
  LumiaVariationConditions: [
587
587
  {
588
588
  type: LumiaVariationConditions.EQUAL_STRING,
589
- description: 'Value equals',
589
+ description: 'Value equals (text)',
590
+ },
591
+ {
592
+ type: LumiaVariationConditions.EQUAL_NUMBER,
593
+ description: 'Value equals (number)',
590
594
  },
591
595
  {
592
596
  type: LumiaVariationConditions.GREATER_NUMBER,
593
- description: 'Variable is greater than or equal to',
597
+ description: 'Value is a number greater than or equal to',
594
598
  },
595
599
  {
596
600
  type: LumiaVariationConditions.LESS_NUMBER,
597
- description: 'Value is less than or equal to',
601
+ description: 'Value is a number less than or equal to',
598
602
  },
599
603
  ],
600
604
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "2.7.6",
3
+ "version": "2.7.8",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [