@lumiastream/lumia-types 2.0.8 → 2.0.10
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 +22 -16
- package/package.json +1 -1
package/dist/alert.types.js
CHANGED
|
@@ -3785,23 +3785,23 @@ exports.LumiaAlertConfigs = {
|
|
|
3785
3785
|
acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.like,
|
|
3786
3786
|
quickActions: [
|
|
3787
3787
|
{
|
|
3788
|
-
label: '
|
|
3789
|
-
dynamic: { value:
|
|
3788
|
+
label: 'Total Likes (Total 200)',
|
|
3789
|
+
dynamic: { value: 200 },
|
|
3790
3790
|
extraSettings: {
|
|
3791
3791
|
username: 'lumiastream',
|
|
3792
3792
|
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
3793
|
-
userLikeCount:
|
|
3794
|
-
totalLikeCount:
|
|
3793
|
+
userLikeCount: 10,
|
|
3794
|
+
totalLikeCount: 200,
|
|
3795
3795
|
},
|
|
3796
3796
|
},
|
|
3797
3797
|
{
|
|
3798
|
-
label: '
|
|
3799
|
-
dynamic: { value:
|
|
3798
|
+
label: 'Total Likes (Total 10000)',
|
|
3799
|
+
dynamic: { value: 10000 },
|
|
3800
3800
|
extraSettings: {
|
|
3801
3801
|
username: 'lumiastream',
|
|
3802
3802
|
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
3803
|
-
userLikeCount:
|
|
3804
|
-
totalLikeCount:
|
|
3803
|
+
userLikeCount: 100,
|
|
3804
|
+
totalLikeCount: 10000,
|
|
3805
3805
|
},
|
|
3806
3806
|
},
|
|
3807
3807
|
],
|
|
@@ -3815,20 +3815,25 @@ exports.LumiaAlertConfigs = {
|
|
|
3815
3815
|
},
|
|
3816
3816
|
{
|
|
3817
3817
|
type: 'number',
|
|
3818
|
-
label: '
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3818
|
+
label: 'Total Like Count',
|
|
3819
|
+
dynamicField: 'value',
|
|
3820
|
+
variableField: 'totalLikeCount',
|
|
3821
|
+
required: true,
|
|
3822
|
+
default: 40000,
|
|
3822
3823
|
},
|
|
3823
3824
|
{
|
|
3824
3825
|
type: 'number',
|
|
3825
|
-
label: '
|
|
3826
|
-
variableField: '
|
|
3826
|
+
label: 'User Like Count',
|
|
3827
|
+
variableField: 'userLikeCount',
|
|
3827
3828
|
required: false,
|
|
3828
|
-
default:
|
|
3829
|
+
default: 100,
|
|
3829
3830
|
},
|
|
3830
3831
|
],
|
|
3831
|
-
LumiaVariationConditions: [
|
|
3832
|
+
LumiaVariationConditions: [
|
|
3833
|
+
{ type: LumiaVariationConditions.RANDOM },
|
|
3834
|
+
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Total Like Count Equal' },
|
|
3835
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Like Count Greater Than' },
|
|
3836
|
+
],
|
|
3832
3837
|
},
|
|
3833
3838
|
[activity_types_1.LumiaAlertValues.TIKTOK_GIFT]: {
|
|
3834
3839
|
connection: event_types_1.LumiaIntegrations.TIKTOK,
|
|
@@ -6830,6 +6835,7 @@ exports.LumiaAlertConfigs = {
|
|
|
6830
6835
|
{ type: LumiaVariationConditions.RANDOM },
|
|
6831
6836
|
{
|
|
6832
6837
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
6838
|
+
description: 'BPM Greater Than',
|
|
6833
6839
|
},
|
|
6834
6840
|
],
|
|
6835
6841
|
},
|