@lumiastream/lumia-types 2.0.8 → 2.0.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.
- package/dist/alert.types.js +6 -1
- package/package.json +1 -1
package/dist/alert.types.js
CHANGED
|
@@ -3828,7 +3828,11 @@ exports.LumiaAlertConfigs = {
|
|
|
3828
3828
|
default: 40,
|
|
3829
3829
|
},
|
|
3830
3830
|
],
|
|
3831
|
-
LumiaVariationConditions: [
|
|
3831
|
+
LumiaVariationConditions: [
|
|
3832
|
+
{ type: LumiaVariationConditions.RANDOM },
|
|
3833
|
+
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Total Like Count Equal' },
|
|
3834
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Like Count Greater Than' },
|
|
3835
|
+
],
|
|
3832
3836
|
},
|
|
3833
3837
|
[activity_types_1.LumiaAlertValues.TIKTOK_GIFT]: {
|
|
3834
3838
|
connection: event_types_1.LumiaIntegrations.TIKTOK,
|
|
@@ -6830,6 +6834,7 @@ exports.LumiaAlertConfigs = {
|
|
|
6830
6834
|
{ type: LumiaVariationConditions.RANDOM },
|
|
6831
6835
|
{
|
|
6832
6836
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
6837
|
+
description: 'BPM Greater Than',
|
|
6833
6838
|
},
|
|
6834
6839
|
],
|
|
6835
6840
|
},
|