@lumiastream/lumia-types 2.0.14 → 2.0.15
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/activity.types.d.ts
CHANGED
|
@@ -203,7 +203,7 @@ export declare enum LumiaAlertValues {
|
|
|
203
203
|
TIKTOK_ENTRANCE = "tiktok-entrance",
|
|
204
204
|
TIKTOK_FOLLOWER = "tiktok-follower",
|
|
205
205
|
TIKTOK_LIKE = "tiktok-like",
|
|
206
|
-
|
|
206
|
+
TIKTOK_TOTAL_LIKES = "tiktok-totalLikes",
|
|
207
207
|
TIKTOK_GIFT = "tiktok-gift",
|
|
208
208
|
TIKTOK_SUBSCRIBER = "tiktok-subscriber",
|
|
209
209
|
TIKTOK_SHARE = "tiktok-share",
|
|
@@ -379,7 +379,7 @@ export declare const LumiaAlertFriendlyValues: {
|
|
|
379
379
|
"tiktok-firstChatter": string;
|
|
380
380
|
"tiktok-follower": string;
|
|
381
381
|
"tiktok-like": string;
|
|
382
|
-
"tiktok-
|
|
382
|
+
"tiktok-totalLikes": string;
|
|
383
383
|
"tiktok-gift": string;
|
|
384
384
|
"tiktok-subscriber": string;
|
|
385
385
|
"tiktok-share": string;
|
package/dist/activity.types.js
CHANGED
|
@@ -216,7 +216,7 @@ var LumiaAlertValues;
|
|
|
216
216
|
LumiaAlertValues["TIKTOK_ENTRANCE"] = "tiktok-entrance";
|
|
217
217
|
LumiaAlertValues["TIKTOK_FOLLOWER"] = "tiktok-follower";
|
|
218
218
|
LumiaAlertValues["TIKTOK_LIKE"] = "tiktok-like";
|
|
219
|
-
LumiaAlertValues["
|
|
219
|
+
LumiaAlertValues["TIKTOK_TOTAL_LIKES"] = "tiktok-totalLikes";
|
|
220
220
|
LumiaAlertValues["TIKTOK_GIFT"] = "tiktok-gift";
|
|
221
221
|
LumiaAlertValues["TIKTOK_SUBSCRIBER"] = "tiktok-subscriber";
|
|
222
222
|
LumiaAlertValues["TIKTOK_SHARE"] = "tiktok-share";
|
|
@@ -394,7 +394,7 @@ exports.LumiaAlertFriendlyValues = {
|
|
|
394
394
|
[LumiaAlertValues.TIKTOK_FIRST_CHATTER]: 'Tiktok First Chatter',
|
|
395
395
|
[LumiaAlertValues.TIKTOK_FOLLOWER]: 'Tiktok Follower',
|
|
396
396
|
[LumiaAlertValues.TIKTOK_LIKE]: 'Tiktok Like',
|
|
397
|
-
[LumiaAlertValues.
|
|
397
|
+
[LumiaAlertValues.TIKTOK_TOTAL_LIKES]: 'Tiktok Total Likes',
|
|
398
398
|
[LumiaAlertValues.TIKTOK_GIFT]: 'Tiktok Gift',
|
|
399
399
|
[LumiaAlertValues.TIKTOK_SUBSCRIBER]: 'Tiktok Subscriber',
|
|
400
400
|
[LumiaAlertValues.TIKTOK_SHARE]: 'Tiktok Share',
|
package/dist/alert.types.js
CHANGED
|
@@ -3829,18 +3829,15 @@ exports.LumiaAlertConfigs = {
|
|
|
3829
3829
|
default: 1000,
|
|
3830
3830
|
},
|
|
3831
3831
|
],
|
|
3832
|
-
LumiaVariationConditions: [
|
|
3833
|
-
{ type: LumiaVariationConditions.RANDOM },
|
|
3834
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'User Like Count Greater Than (Only Triggers once per session)' },
|
|
3835
|
-
],
|
|
3832
|
+
LumiaVariationConditions: [{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'User Like Count Greater Than' }],
|
|
3836
3833
|
},
|
|
3837
|
-
[activity_types_1.LumiaAlertValues.
|
|
3834
|
+
[activity_types_1.LumiaAlertValues.TIKTOK_TOTAL_LIKES]: {
|
|
3838
3835
|
connection: event_types_1.LumiaIntegrations.TIKTOK,
|
|
3839
3836
|
message: 'Reached {{totalLikeCount}} likes',
|
|
3840
|
-
eventlistMessage: '
|
|
3837
|
+
eventlistMessage: 'Total Likes {{totalLikeCount}}',
|
|
3841
3838
|
eventlistDetailedMessage: 'reached {{totalLikeCount}} likes',
|
|
3842
3839
|
acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.like,
|
|
3843
|
-
eventlistSpecialUsername: '
|
|
3840
|
+
eventlistSpecialUsername: 'Total Likes',
|
|
3844
3841
|
quickActions: [
|
|
3845
3842
|
{
|
|
3846
3843
|
label: '1000 Total Likes',
|
|
@@ -3883,10 +3880,7 @@ exports.LumiaAlertConfigs = {
|
|
|
3883
3880
|
default: 1000,
|
|
3884
3881
|
},
|
|
3885
3882
|
],
|
|
3886
|
-
LumiaVariationConditions: [
|
|
3887
|
-
{ type: LumiaVariationConditions.RANDOM },
|
|
3888
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Like Count Greater Than (Only Triggers once per session)' },
|
|
3889
|
-
],
|
|
3883
|
+
LumiaVariationConditions: [{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Like Count Greater Than' }],
|
|
3890
3884
|
},
|
|
3891
3885
|
[activity_types_1.LumiaAlertValues.TIKTOK_GIFT]: {
|
|
3892
3886
|
connection: event_types_1.LumiaIntegrations.TIKTOK,
|
|
@@ -54,7 +54,7 @@ export declare const LumiaMapAlertTypeToEventListType: {
|
|
|
54
54
|
"tiktok-follower": LumiaEventListTypes;
|
|
55
55
|
"tiktok-gift": LumiaEventListTypes;
|
|
56
56
|
"tiktok-like": LumiaEventListTypes;
|
|
57
|
-
"tiktok-
|
|
57
|
+
"tiktok-totalLikes": LumiaEventListTypes;
|
|
58
58
|
"tiktok-share": LumiaEventListTypes;
|
|
59
59
|
"tiktok-subscriber": LumiaEventListTypes;
|
|
60
60
|
"kick-follower": LumiaEventListTypes;
|
package/dist/eventlist.types.js
CHANGED
|
@@ -59,7 +59,7 @@ exports.LumiaMapAlertTypeToEventListType = {
|
|
|
59
59
|
[activity_types_1.LumiaAlertValues.TIKTOK_FOLLOWER]: LumiaEventListTypes.FOLLOWER,
|
|
60
60
|
[activity_types_1.LumiaAlertValues.TIKTOK_GIFT]: LumiaEventListTypes.GIFTS,
|
|
61
61
|
[activity_types_1.LumiaAlertValues.TIKTOK_LIKE]: LumiaEventListTypes.LIKES,
|
|
62
|
-
[activity_types_1.LumiaAlertValues.
|
|
62
|
+
[activity_types_1.LumiaAlertValues.TIKTOK_TOTAL_LIKES]: LumiaEventListTypes.LIKES,
|
|
63
63
|
[activity_types_1.LumiaAlertValues.TIKTOK_SHARE]: LumiaEventListTypes.SHARES,
|
|
64
64
|
[activity_types_1.LumiaAlertValues.TIKTOK_SUBSCRIBER]: LumiaEventListTypes.SUBSCRIBERS,
|
|
65
65
|
[activity_types_1.LumiaAlertValues.KICK_FOLLOWER]: LumiaEventListTypes.FOLLOWER,
|
package/dist/variables.types.js
CHANGED
|
@@ -1160,7 +1160,7 @@ exports.AllVariables = {
|
|
|
1160
1160
|
subscriber: ['username', 'displayname', 'subMonths', 'avatar'],
|
|
1161
1161
|
gift: ['username', 'userId', 'profilePictureUrl', 'describe', 'coins', 'giftId', 'giftName', 'giftPictureUrl', 'giftType', 'isNewGifter', 'receiverUserId', 'repeatCount', 'repeatEnd'],
|
|
1162
1162
|
like: ['username', 'userId', 'displayname', 'avatar', 'userLikeCount', 'totalLikeCount'],
|
|
1163
|
-
|
|
1163
|
+
totalLikes: ['username', 'userId', 'displayname', 'avatar', 'userLikeCount', 'totalLikeCount'],
|
|
1164
1164
|
share: ['username', 'userId', 'displayname', 'avatar'],
|
|
1165
1165
|
streamEnd: ['eventTime'],
|
|
1166
1166
|
newVideo: ['title', 'description', 'embed', 'link', 'id', 'duration', 'likes', 'shares', 'views', 'comments'],
|