@lumiastream/lumia-types 3.4.5 → 3.4.7
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.d.ts +1 -0
- package/dist/alert.types.js +221 -102
- package/dist/esm/alert.types.js +221 -102
- package/dist/esm/variables.types.js +33 -31
- package/dist/variables.types.js +33 -31
- package/package.json +1 -1
|
@@ -1588,7 +1588,7 @@ export const AllVariables = {
|
|
|
1588
1588
|
lumiaClosed: ['date'],
|
|
1589
1589
|
streammodeOn: ['date'],
|
|
1590
1590
|
streammodeOff: ['date'],
|
|
1591
|
-
donation: ['username', 'avatar', 'sender_social_link', 'currency', 'amount', 'message', 'anonymous', 'command'],
|
|
1591
|
+
donation: ['username', 'avatar', 'sender_social_link', 'currency', 'currencySymbol', 'amount', 'message', 'anonymous', 'command'],
|
|
1592
1592
|
spinwheelWinner: ['spinwheel_winner', 'spinwheel_item', 'spinwheel_item_id', 'spinwheel_item_image', 'spinwheel_item_quantity_remaining', 'spinwheel_item_quantity_initial'],
|
|
1593
1593
|
raffleStart: ['raffle_title', 'raffle_description', 'raffle_type', 'raffle_entry_command', 'raffle_generated_number'],
|
|
1594
1594
|
raffleStop: ['raffle_title', 'raffle_description', 'raffle_type', 'raffle_entry_command', 'duration', 'raffle_generated_number'],
|
|
@@ -1656,13 +1656,13 @@ export const AllVariables = {
|
|
|
1656
1656
|
donordrive: {
|
|
1657
1657
|
variables: ['donordrive_goal_amount', 'donordrive_total_raised'],
|
|
1658
1658
|
alerts: {
|
|
1659
|
-
donation: ['username', 'currency', 'amount'],
|
|
1659
|
+
donation: ['username', 'currency', 'currencySymbol', 'amount'],
|
|
1660
1660
|
},
|
|
1661
1661
|
},
|
|
1662
1662
|
extralife: {
|
|
1663
1663
|
variables: ['extralife_goal_amount', 'extralife_total_raised'],
|
|
1664
1664
|
alerts: {
|
|
1665
|
-
donation: ['username', 'currency', 'amount'],
|
|
1665
|
+
donation: ['username', 'currency', 'currencySymbol', 'amount'],
|
|
1666
1666
|
},
|
|
1667
1667
|
},
|
|
1668
1668
|
facebook: {
|
|
@@ -1705,7 +1705,7 @@ export const AllVariables = {
|
|
|
1705
1705
|
},
|
|
1706
1706
|
fourthwall: {
|
|
1707
1707
|
alerts: {
|
|
1708
|
-
donation: ['username', 'email', 'message', 'currency', 'amount', 'id', 'status', 'createdAt', 'updatedAt', 'raw'],
|
|
1708
|
+
donation: ['username', 'email', 'message', 'currency', 'currencySymbol', 'amount', 'id', 'status', 'createdAt', 'updatedAt', 'raw'],
|
|
1709
1709
|
subscription: ['username', 'email', 'currency', 'amount', 'interval', 'id', 'subscriptionType', 'tierId', 'variantId', 'createdAt', 'raw'],
|
|
1710
1710
|
subscriptionChanged: ['username', 'email', 'currency', 'amount', 'interval', 'id', 'subscriptionType', 'tierId', 'variantId', 'createdAt', 'raw'],
|
|
1711
1711
|
subscriptionExpired: ['username', 'email', 'currency', 'amount', 'interval', 'id', 'subscriptionType', 'tierId', 'variantId', 'createdAt', 'raw'],
|
|
@@ -2099,7 +2099,7 @@ export const AllVariables = {
|
|
|
2099
2099
|
entrance: ['username', 'userId', 'displayname', 'avatar', 'message'],
|
|
2100
2100
|
follower: ['username'],
|
|
2101
2101
|
sessionFollowers: ['total', 'previousTotal'],
|
|
2102
|
-
subscriber: ['username', 'avatar', 'tier', 'recipient', 'subMonths', 'streakMonths', 'message', 'subPlan', 'subPlanName'],
|
|
2102
|
+
subscriber: ['username', 'avatar', 'tier', 'recipient', 'subMonths', 'streakMonths', 'message', 'subPlan', 'subPlanName', 'amount'],
|
|
2103
2103
|
sessionSubs: ['total', 'previousTotal'],
|
|
2104
2104
|
subscriptionGift: [
|
|
2105
2105
|
'username',
|
|
@@ -2119,7 +2119,7 @@ export const AllVariables = {
|
|
|
2119
2119
|
sessionGiftSubscriptions: ['total', 'previousTotal'],
|
|
2120
2120
|
kicks: ['username', 'avatar', 'amount', 'name', 'type', 'tier', 'id', 'message'],
|
|
2121
2121
|
sessionKicks: ['total', 'previousTotal'],
|
|
2122
|
-
host: ['username', 'avatar', 'viewers'],
|
|
2122
|
+
host: ['username', 'avatar', 'viewers', 'amount'],
|
|
2123
2123
|
banned: ['username', 'userId', 'bannedByUsername', 'bannedByUserId', 'expires'],
|
|
2124
2124
|
unbanned: ['username', 'userId', 'unbannedByUsername', 'unbannedByUserId'],
|
|
2125
2125
|
},
|
|
@@ -2127,7 +2127,7 @@ export const AllVariables = {
|
|
|
2127
2127
|
kofi: {
|
|
2128
2128
|
variables: ['kofi_last_order_name', 'kofi_last_order_amount', 'kofi_last_order_amount_currency'],
|
|
2129
2129
|
alerts: {
|
|
2130
|
-
donation: ['username', 'email', 'currency', 'amount'],
|
|
2130
|
+
donation: ['username', 'email', 'currency', 'currencySymbol', 'amount'],
|
|
2131
2131
|
subscription: ['username', 'email', 'currency', 'amount', 'tier'],
|
|
2132
2132
|
commission: ['username', 'email', 'currency', 'amount'],
|
|
2133
2133
|
shopOrder: ['username', 'email', 'currency', 'amount'],
|
|
@@ -2205,7 +2205,7 @@ export const AllVariables = {
|
|
|
2205
2205
|
},
|
|
2206
2206
|
patreon: {
|
|
2207
2207
|
alerts: {
|
|
2208
|
-
campaignPledge: ['username', 'currency', 'amount'],
|
|
2208
|
+
campaignPledge: ['username', 'currency', 'currencySymbol', 'amount'],
|
|
2209
2209
|
},
|
|
2210
2210
|
},
|
|
2211
2211
|
pulse: {
|
|
@@ -2247,7 +2247,7 @@ export const AllVariables = {
|
|
|
2247
2247
|
},
|
|
2248
2248
|
streamelements: {
|
|
2249
2249
|
alerts: {
|
|
2250
|
-
donation: ['username', 'currency', 'amount', 'message'],
|
|
2250
|
+
donation: ['username', 'currency', 'currencySymbol', 'amount', 'message'],
|
|
2251
2251
|
},
|
|
2252
2252
|
},
|
|
2253
2253
|
streamerbot: {
|
|
@@ -2258,8 +2258,8 @@ export const AllVariables = {
|
|
|
2258
2258
|
},
|
|
2259
2259
|
streamlabs: {
|
|
2260
2260
|
alerts: {
|
|
2261
|
-
donation: ['username', 'currency', 'amount', 'message'],
|
|
2262
|
-
charity: ['username', 'currency', 'amount', 'message'],
|
|
2261
|
+
donation: ['username', 'currency', 'currencySymbol', 'amount', 'message'],
|
|
2262
|
+
charity: ['username', 'currency', 'currencySymbol', 'amount', 'message'],
|
|
2263
2263
|
merch: ['username', 'merch', 'message'],
|
|
2264
2264
|
redemption: ['username', 'redemption', 'message'],
|
|
2265
2265
|
primeGift: ['username'],
|
|
@@ -2299,11 +2299,11 @@ export const AllVariables = {
|
|
|
2299
2299
|
entrance: ['username', 'userId', 'displayname', 'avatar', 'message'],
|
|
2300
2300
|
follower: ['username', 'userId', 'displayname', 'avatar'],
|
|
2301
2301
|
superFan: ['username', 'displayname', 'avatar', 'userId'],
|
|
2302
|
-
gift: ['username', 'userId', 'avatar', 'coins', 'diamonds', 'giftId', 'giftName', 'giftPictureUrl', 'giftType', 'giftAmount'],
|
|
2303
|
-
like: ['username', 'userId', 'displayname', 'avatar', 'userLikeCount', 'totalLikeCount'],
|
|
2304
|
-
totalLikes: ['username', 'userId', 'displayname', 'avatar', 'userLikeCount', 'totalLikeCount'],
|
|
2302
|
+
gift: ['username', 'userId', 'avatar', 'coins', 'diamonds', 'giftId', 'giftName', 'giftPictureUrl', 'giftType', 'giftAmount', 'amount'],
|
|
2303
|
+
like: ['username', 'userId', 'displayname', 'avatar', 'userLikeCount', 'totalLikeCount', 'amount'],
|
|
2304
|
+
totalLikes: ['username', 'userId', 'displayname', 'avatar', 'userLikeCount', 'totalLikeCount', 'amount'],
|
|
2305
2305
|
share: ['username', 'userId', 'displayname', 'avatar'],
|
|
2306
|
-
treasureChest: ['username', 'userId', 'avatar', 'envelopeId', 'diamondCount', 'peopleCount', 'unpackAt'],
|
|
2306
|
+
treasureChest: ['username', 'userId', 'avatar', 'envelopeId', 'diamondCount', 'peopleCount', 'unpackAt', 'amount'],
|
|
2307
2307
|
question: ['username', 'userId', 'displayname', 'avatar', 'question', 'questionId', 'answerStatus'],
|
|
2308
2308
|
poll: ['pollId', 'title', 'pollKind', 'pollDuration', 'timeRemain', 'pollSponsor', 'userCount'],
|
|
2309
2309
|
superFanBox: ['username', 'displayname', 'avatar', 'userId'],
|
|
@@ -2326,6 +2326,7 @@ export const AllVariables = {
|
|
|
2326
2326
|
'repeatCount',
|
|
2327
2327
|
'totalDiamondCount',
|
|
2328
2328
|
'battleStatus',
|
|
2329
|
+
'amount',
|
|
2329
2330
|
],
|
|
2330
2331
|
battleEnd: ['battleId', 'battleLabel', 'creatorUsername', 'opponentUsername', 'creatorScore', 'opponentScore', 'result', 'winnerUsername', 'loserUsername'],
|
|
2331
2332
|
streamEnd: ['eventTime'],
|
|
@@ -2335,7 +2336,7 @@ export const AllVariables = {
|
|
|
2335
2336
|
tiltify: {
|
|
2336
2337
|
variables: ['tiltify_goal_amount', 'tiltify_total_raised'],
|
|
2337
2338
|
alerts: {
|
|
2338
|
-
campaignDonation: ['username', 'currency', 'amount'],
|
|
2339
|
+
campaignDonation: ['username', 'currency', 'currencySymbol', 'amount'],
|
|
2339
2340
|
},
|
|
2340
2341
|
},
|
|
2341
2342
|
throne: {
|
|
@@ -2348,7 +2349,7 @@ export const AllVariables = {
|
|
|
2348
2349
|
},
|
|
2349
2350
|
tipeeestream: {
|
|
2350
2351
|
alerts: {
|
|
2351
|
-
donation: ['username', 'currency', 'amount'],
|
|
2352
|
+
donation: ['username', 'currency', 'currencySymbol', 'amount'],
|
|
2352
2353
|
},
|
|
2353
2354
|
},
|
|
2354
2355
|
treatstream: {
|
|
@@ -2468,6 +2469,7 @@ export const AllVariables = {
|
|
|
2468
2469
|
'avatar',
|
|
2469
2470
|
'tier',
|
|
2470
2471
|
'giftAmount',
|
|
2472
|
+
'amount',
|
|
2471
2473
|
'recipients',
|
|
2472
2474
|
TWITCH_RECIPIENTS_RAW_EXAMPLE,
|
|
2473
2475
|
'gifter',
|
|
@@ -2482,12 +2484,12 @@ export const AllVariables = {
|
|
|
2482
2484
|
bits: ['username', 'avatar', 'amount', 'message'],
|
|
2483
2485
|
bitsCombo: ['username', 'avatar', 'amount', 'bitsType', 'message'],
|
|
2484
2486
|
sessionBits: ['total', 'previousTotal'],
|
|
2485
|
-
raid: ['username', 'avatar', 'viewers'],
|
|
2486
|
-
raidOut: ['username', 'avatar', 'viewers'],
|
|
2487
|
-
hypetrainStarted: ['total', 'progress', 'goal'],
|
|
2488
|
-
hypetrainProgressed: ['level', 'total', 'progress', 'goal'],
|
|
2489
|
-
hypetrainLevelProgressed: ['level', 'total', 'progress', 'goal'],
|
|
2490
|
-
hypetrainEnded: ['level', 'total'],
|
|
2487
|
+
raid: ['username', 'avatar', 'viewers', 'amount'],
|
|
2488
|
+
raidOut: ['username', 'avatar', 'viewers', 'amount'],
|
|
2489
|
+
hypetrainStarted: ['total', 'progress', 'goal', 'amount'],
|
|
2490
|
+
hypetrainProgressed: ['level', 'total', 'progress', 'goal', 'amount'],
|
|
2491
|
+
hypetrainLevelProgressed: ['level', 'total', 'progress', 'goal', 'amount'],
|
|
2492
|
+
hypetrainEnded: ['level', 'total', 'amount'],
|
|
2491
2493
|
pollStarted: ['poll_title', 'poll_id', 'poll_choices', 'poll_started_at', 'poll_ends_at'],
|
|
2492
2494
|
pollProgressed: ['poll_title', 'poll_id', 'poll_choices', 'poll_winning_title', 'poll_winning_id', 'poll_winning_votes', 'poll_started_at', 'poll_ends_at'],
|
|
2493
2495
|
pollEnded: ['poll_id', 'poll_title', 'poll_choices', 'poll_winning_title', 'poll_winning_id', 'poll_winning_votes', 'poll_started_at', 'poll_ends_at'],
|
|
@@ -2555,10 +2557,10 @@ export const AllVariables = {
|
|
|
2555
2557
|
goalStarted: ['goal_type', 'goal_id', 'goal_description', 'goal_amount', 'goal_target_amount'],
|
|
2556
2558
|
goalProgressed: ['goal_type', 'goal_id', 'goal_description', 'goal_amount', 'goal_target_amount'],
|
|
2557
2559
|
goalEnded: ['goal_type', 'goal_id', 'goal_description', 'goal_amount', 'goal_target_amount', 'goal_achieved', 'goal_status'],
|
|
2558
|
-
charityDonation: ['userId', 'username', 'displayname', 'amount', 'currency', 'campaign_id', 'charity_name', 'charity_description', 'charity_logo', 'charity_website'],
|
|
2559
|
-
charityCampaignStarted: ['charity_name', 'charity_description', 'charity_logo', 'charity_amount', 'charity_target_amount', 'charity_website', 'currency', 'started_at'],
|
|
2560
|
-
charityCampaignProgressed: ['charity_name', 'charity_description', 'charity_logo', 'charity_amount', 'charity_target_amount', 'charity_website', 'currency'],
|
|
2561
|
-
charityCampaignStopped: ['charity_name', 'charity_description', 'charity_logo', 'charity_amount', 'charity_target_amount', 'charity_website', 'currency', 'ended_at'],
|
|
2560
|
+
charityDonation: ['userId', 'username', 'displayname', 'amount', 'currency', 'currencySymbol', 'campaign_id', 'charity_name', 'charity_description', 'charity_logo', 'charity_website'],
|
|
2561
|
+
charityCampaignStarted: ['charity_name', 'charity_description', 'charity_logo', 'charity_amount', 'charity_target_amount', 'charity_website', 'currency', 'currencySymbol', 'started_at'],
|
|
2562
|
+
charityCampaignProgressed: ['charity_name', 'charity_description', 'charity_logo', 'charity_amount', 'charity_target_amount', 'charity_website', 'currency', 'currencySymbol'],
|
|
2563
|
+
charityCampaignStopped: ['charity_name', 'charity_description', 'charity_logo', 'charity_amount', 'charity_target_amount', 'charity_website', 'currency', 'currencySymbol', 'ended_at'],
|
|
2562
2564
|
categoryChanged: ['category_name', 'category_id', 'channel_title'],
|
|
2563
2565
|
clip: [
|
|
2564
2566
|
'username',
|
|
@@ -2580,8 +2582,8 @@ export const AllVariables = {
|
|
|
2580
2582
|
timeout: ['username', 'userId', 'avatar', 'timeout_duration', 'expiration_ms', 'reason'],
|
|
2581
2583
|
timeoutOver: ['username', 'userId', 'avatar', 'timeout_duration', 'expiration_ms', 'reason'],
|
|
2582
2584
|
shoutoutReceive: ['username', 'userId', 'displayname', 'avatar', 'viewer_count', 'started_at'],
|
|
2583
|
-
adStarted: ['length', 'is_automatic', 'started_at', 'twitch_next_ad'],
|
|
2584
|
-
adStopped: ['length', 'is_automatic', 'started_at', 'twitch_next_ad'],
|
|
2585
|
+
adStarted: ['length', 'is_automatic', 'started_at', 'twitch_next_ad', 'amount'],
|
|
2586
|
+
adStopped: ['length', 'is_automatic', 'started_at', 'twitch_next_ad', 'amount'],
|
|
2585
2587
|
watchStreak: ['username', 'userId', 'displayname', 'avatar', 'streak_count', 'channel_points_awarded', 'amount', 'message', 'system_message'],
|
|
2586
2588
|
powerups: ['username', 'avatar', 'type', 'amount', 'message', 'reward_id', 'powerup_source'],
|
|
2587
2589
|
powerupsPoints: ['username', 'avatar', 'type', 'amount', 'message'],
|
|
@@ -2759,8 +2761,8 @@ export const AllVariables = {
|
|
|
2759
2761
|
sessionSuperchats: ['total', 'previousTotal', 'currency', 'currencySymbol'],
|
|
2760
2762
|
supersticker: ['username', 'displayname', 'stickerId', 'stickerName', 'amount', 'currency', 'currencySymbol', 'imageUrl'],
|
|
2761
2763
|
sessionSuperstickers: ['total', 'previousTotal', 'currency', 'currencySymbol'],
|
|
2762
|
-
like: ['likes', 'dislikes'],
|
|
2763
|
-
viewers: ['viewers'],
|
|
2764
|
+
like: ['likes', 'dislikes', 'amount'],
|
|
2765
|
+
viewers: ['viewers', 'amount'],
|
|
2764
2766
|
},
|
|
2765
2767
|
},
|
|
2766
2768
|
youtubemusic: {
|
package/dist/variables.types.js
CHANGED
|
@@ -1593,7 +1593,7 @@ exports.AllVariables = {
|
|
|
1593
1593
|
lumiaClosed: ['date'],
|
|
1594
1594
|
streammodeOn: ['date'],
|
|
1595
1595
|
streammodeOff: ['date'],
|
|
1596
|
-
donation: ['username', 'avatar', 'sender_social_link', 'currency', 'amount', 'message', 'anonymous', 'command'],
|
|
1596
|
+
donation: ['username', 'avatar', 'sender_social_link', 'currency', 'currencySymbol', 'amount', 'message', 'anonymous', 'command'],
|
|
1597
1597
|
spinwheelWinner: ['spinwheel_winner', 'spinwheel_item', 'spinwheel_item_id', 'spinwheel_item_image', 'spinwheel_item_quantity_remaining', 'spinwheel_item_quantity_initial'],
|
|
1598
1598
|
raffleStart: ['raffle_title', 'raffle_description', 'raffle_type', 'raffle_entry_command', 'raffle_generated_number'],
|
|
1599
1599
|
raffleStop: ['raffle_title', 'raffle_description', 'raffle_type', 'raffle_entry_command', 'duration', 'raffle_generated_number'],
|
|
@@ -1661,13 +1661,13 @@ exports.AllVariables = {
|
|
|
1661
1661
|
donordrive: {
|
|
1662
1662
|
variables: ['donordrive_goal_amount', 'donordrive_total_raised'],
|
|
1663
1663
|
alerts: {
|
|
1664
|
-
donation: ['username', 'currency', 'amount'],
|
|
1664
|
+
donation: ['username', 'currency', 'currencySymbol', 'amount'],
|
|
1665
1665
|
},
|
|
1666
1666
|
},
|
|
1667
1667
|
extralife: {
|
|
1668
1668
|
variables: ['extralife_goal_amount', 'extralife_total_raised'],
|
|
1669
1669
|
alerts: {
|
|
1670
|
-
donation: ['username', 'currency', 'amount'],
|
|
1670
|
+
donation: ['username', 'currency', 'currencySymbol', 'amount'],
|
|
1671
1671
|
},
|
|
1672
1672
|
},
|
|
1673
1673
|
facebook: {
|
|
@@ -1710,7 +1710,7 @@ exports.AllVariables = {
|
|
|
1710
1710
|
},
|
|
1711
1711
|
fourthwall: {
|
|
1712
1712
|
alerts: {
|
|
1713
|
-
donation: ['username', 'email', 'message', 'currency', 'amount', 'id', 'status', 'createdAt', 'updatedAt', 'raw'],
|
|
1713
|
+
donation: ['username', 'email', 'message', 'currency', 'currencySymbol', 'amount', 'id', 'status', 'createdAt', 'updatedAt', 'raw'],
|
|
1714
1714
|
subscription: ['username', 'email', 'currency', 'amount', 'interval', 'id', 'subscriptionType', 'tierId', 'variantId', 'createdAt', 'raw'],
|
|
1715
1715
|
subscriptionChanged: ['username', 'email', 'currency', 'amount', 'interval', 'id', 'subscriptionType', 'tierId', 'variantId', 'createdAt', 'raw'],
|
|
1716
1716
|
subscriptionExpired: ['username', 'email', 'currency', 'amount', 'interval', 'id', 'subscriptionType', 'tierId', 'variantId', 'createdAt', 'raw'],
|
|
@@ -2104,7 +2104,7 @@ exports.AllVariables = {
|
|
|
2104
2104
|
entrance: ['username', 'userId', 'displayname', 'avatar', 'message'],
|
|
2105
2105
|
follower: ['username'],
|
|
2106
2106
|
sessionFollowers: ['total', 'previousTotal'],
|
|
2107
|
-
subscriber: ['username', 'avatar', 'tier', 'recipient', 'subMonths', 'streakMonths', 'message', 'subPlan', 'subPlanName'],
|
|
2107
|
+
subscriber: ['username', 'avatar', 'tier', 'recipient', 'subMonths', 'streakMonths', 'message', 'subPlan', 'subPlanName', 'amount'],
|
|
2108
2108
|
sessionSubs: ['total', 'previousTotal'],
|
|
2109
2109
|
subscriptionGift: [
|
|
2110
2110
|
'username',
|
|
@@ -2124,7 +2124,7 @@ exports.AllVariables = {
|
|
|
2124
2124
|
sessionGiftSubscriptions: ['total', 'previousTotal'],
|
|
2125
2125
|
kicks: ['username', 'avatar', 'amount', 'name', 'type', 'tier', 'id', 'message'],
|
|
2126
2126
|
sessionKicks: ['total', 'previousTotal'],
|
|
2127
|
-
host: ['username', 'avatar', 'viewers'],
|
|
2127
|
+
host: ['username', 'avatar', 'viewers', 'amount'],
|
|
2128
2128
|
banned: ['username', 'userId', 'bannedByUsername', 'bannedByUserId', 'expires'],
|
|
2129
2129
|
unbanned: ['username', 'userId', 'unbannedByUsername', 'unbannedByUserId'],
|
|
2130
2130
|
},
|
|
@@ -2132,7 +2132,7 @@ exports.AllVariables = {
|
|
|
2132
2132
|
kofi: {
|
|
2133
2133
|
variables: ['kofi_last_order_name', 'kofi_last_order_amount', 'kofi_last_order_amount_currency'],
|
|
2134
2134
|
alerts: {
|
|
2135
|
-
donation: ['username', 'email', 'currency', 'amount'],
|
|
2135
|
+
donation: ['username', 'email', 'currency', 'currencySymbol', 'amount'],
|
|
2136
2136
|
subscription: ['username', 'email', 'currency', 'amount', 'tier'],
|
|
2137
2137
|
commission: ['username', 'email', 'currency', 'amount'],
|
|
2138
2138
|
shopOrder: ['username', 'email', 'currency', 'amount'],
|
|
@@ -2210,7 +2210,7 @@ exports.AllVariables = {
|
|
|
2210
2210
|
},
|
|
2211
2211
|
patreon: {
|
|
2212
2212
|
alerts: {
|
|
2213
|
-
campaignPledge: ['username', 'currency', 'amount'],
|
|
2213
|
+
campaignPledge: ['username', 'currency', 'currencySymbol', 'amount'],
|
|
2214
2214
|
},
|
|
2215
2215
|
},
|
|
2216
2216
|
pulse: {
|
|
@@ -2252,7 +2252,7 @@ exports.AllVariables = {
|
|
|
2252
2252
|
},
|
|
2253
2253
|
streamelements: {
|
|
2254
2254
|
alerts: {
|
|
2255
|
-
donation: ['username', 'currency', 'amount', 'message'],
|
|
2255
|
+
donation: ['username', 'currency', 'currencySymbol', 'amount', 'message'],
|
|
2256
2256
|
},
|
|
2257
2257
|
},
|
|
2258
2258
|
streamerbot: {
|
|
@@ -2263,8 +2263,8 @@ exports.AllVariables = {
|
|
|
2263
2263
|
},
|
|
2264
2264
|
streamlabs: {
|
|
2265
2265
|
alerts: {
|
|
2266
|
-
donation: ['username', 'currency', 'amount', 'message'],
|
|
2267
|
-
charity: ['username', 'currency', 'amount', 'message'],
|
|
2266
|
+
donation: ['username', 'currency', 'currencySymbol', 'amount', 'message'],
|
|
2267
|
+
charity: ['username', 'currency', 'currencySymbol', 'amount', 'message'],
|
|
2268
2268
|
merch: ['username', 'merch', 'message'],
|
|
2269
2269
|
redemption: ['username', 'redemption', 'message'],
|
|
2270
2270
|
primeGift: ['username'],
|
|
@@ -2304,11 +2304,11 @@ exports.AllVariables = {
|
|
|
2304
2304
|
entrance: ['username', 'userId', 'displayname', 'avatar', 'message'],
|
|
2305
2305
|
follower: ['username', 'userId', 'displayname', 'avatar'],
|
|
2306
2306
|
superFan: ['username', 'displayname', 'avatar', 'userId'],
|
|
2307
|
-
gift: ['username', 'userId', 'avatar', 'coins', 'diamonds', 'giftId', 'giftName', 'giftPictureUrl', 'giftType', 'giftAmount'],
|
|
2308
|
-
like: ['username', 'userId', 'displayname', 'avatar', 'userLikeCount', 'totalLikeCount'],
|
|
2309
|
-
totalLikes: ['username', 'userId', 'displayname', 'avatar', 'userLikeCount', 'totalLikeCount'],
|
|
2307
|
+
gift: ['username', 'userId', 'avatar', 'coins', 'diamonds', 'giftId', 'giftName', 'giftPictureUrl', 'giftType', 'giftAmount', 'amount'],
|
|
2308
|
+
like: ['username', 'userId', 'displayname', 'avatar', 'userLikeCount', 'totalLikeCount', 'amount'],
|
|
2309
|
+
totalLikes: ['username', 'userId', 'displayname', 'avatar', 'userLikeCount', 'totalLikeCount', 'amount'],
|
|
2310
2310
|
share: ['username', 'userId', 'displayname', 'avatar'],
|
|
2311
|
-
treasureChest: ['username', 'userId', 'avatar', 'envelopeId', 'diamondCount', 'peopleCount', 'unpackAt'],
|
|
2311
|
+
treasureChest: ['username', 'userId', 'avatar', 'envelopeId', 'diamondCount', 'peopleCount', 'unpackAt', 'amount'],
|
|
2312
2312
|
question: ['username', 'userId', 'displayname', 'avatar', 'question', 'questionId', 'answerStatus'],
|
|
2313
2313
|
poll: ['pollId', 'title', 'pollKind', 'pollDuration', 'timeRemain', 'pollSponsor', 'userCount'],
|
|
2314
2314
|
superFanBox: ['username', 'displayname', 'avatar', 'userId'],
|
|
@@ -2331,6 +2331,7 @@ exports.AllVariables = {
|
|
|
2331
2331
|
'repeatCount',
|
|
2332
2332
|
'totalDiamondCount',
|
|
2333
2333
|
'battleStatus',
|
|
2334
|
+
'amount',
|
|
2334
2335
|
],
|
|
2335
2336
|
battleEnd: ['battleId', 'battleLabel', 'creatorUsername', 'opponentUsername', 'creatorScore', 'opponentScore', 'result', 'winnerUsername', 'loserUsername'],
|
|
2336
2337
|
streamEnd: ['eventTime'],
|
|
@@ -2340,7 +2341,7 @@ exports.AllVariables = {
|
|
|
2340
2341
|
tiltify: {
|
|
2341
2342
|
variables: ['tiltify_goal_amount', 'tiltify_total_raised'],
|
|
2342
2343
|
alerts: {
|
|
2343
|
-
campaignDonation: ['username', 'currency', 'amount'],
|
|
2344
|
+
campaignDonation: ['username', 'currency', 'currencySymbol', 'amount'],
|
|
2344
2345
|
},
|
|
2345
2346
|
},
|
|
2346
2347
|
throne: {
|
|
@@ -2353,7 +2354,7 @@ exports.AllVariables = {
|
|
|
2353
2354
|
},
|
|
2354
2355
|
tipeeestream: {
|
|
2355
2356
|
alerts: {
|
|
2356
|
-
donation: ['username', 'currency', 'amount'],
|
|
2357
|
+
donation: ['username', 'currency', 'currencySymbol', 'amount'],
|
|
2357
2358
|
},
|
|
2358
2359
|
},
|
|
2359
2360
|
treatstream: {
|
|
@@ -2473,6 +2474,7 @@ exports.AllVariables = {
|
|
|
2473
2474
|
'avatar',
|
|
2474
2475
|
'tier',
|
|
2475
2476
|
'giftAmount',
|
|
2477
|
+
'amount',
|
|
2476
2478
|
'recipients',
|
|
2477
2479
|
TWITCH_RECIPIENTS_RAW_EXAMPLE,
|
|
2478
2480
|
'gifter',
|
|
@@ -2487,12 +2489,12 @@ exports.AllVariables = {
|
|
|
2487
2489
|
bits: ['username', 'avatar', 'amount', 'message'],
|
|
2488
2490
|
bitsCombo: ['username', 'avatar', 'amount', 'bitsType', 'message'],
|
|
2489
2491
|
sessionBits: ['total', 'previousTotal'],
|
|
2490
|
-
raid: ['username', 'avatar', 'viewers'],
|
|
2491
|
-
raidOut: ['username', 'avatar', 'viewers'],
|
|
2492
|
-
hypetrainStarted: ['total', 'progress', 'goal'],
|
|
2493
|
-
hypetrainProgressed: ['level', 'total', 'progress', 'goal'],
|
|
2494
|
-
hypetrainLevelProgressed: ['level', 'total', 'progress', 'goal'],
|
|
2495
|
-
hypetrainEnded: ['level', 'total'],
|
|
2492
|
+
raid: ['username', 'avatar', 'viewers', 'amount'],
|
|
2493
|
+
raidOut: ['username', 'avatar', 'viewers', 'amount'],
|
|
2494
|
+
hypetrainStarted: ['total', 'progress', 'goal', 'amount'],
|
|
2495
|
+
hypetrainProgressed: ['level', 'total', 'progress', 'goal', 'amount'],
|
|
2496
|
+
hypetrainLevelProgressed: ['level', 'total', 'progress', 'goal', 'amount'],
|
|
2497
|
+
hypetrainEnded: ['level', 'total', 'amount'],
|
|
2496
2498
|
pollStarted: ['poll_title', 'poll_id', 'poll_choices', 'poll_started_at', 'poll_ends_at'],
|
|
2497
2499
|
pollProgressed: ['poll_title', 'poll_id', 'poll_choices', 'poll_winning_title', 'poll_winning_id', 'poll_winning_votes', 'poll_started_at', 'poll_ends_at'],
|
|
2498
2500
|
pollEnded: ['poll_id', 'poll_title', 'poll_choices', 'poll_winning_title', 'poll_winning_id', 'poll_winning_votes', 'poll_started_at', 'poll_ends_at'],
|
|
@@ -2560,10 +2562,10 @@ exports.AllVariables = {
|
|
|
2560
2562
|
goalStarted: ['goal_type', 'goal_id', 'goal_description', 'goal_amount', 'goal_target_amount'],
|
|
2561
2563
|
goalProgressed: ['goal_type', 'goal_id', 'goal_description', 'goal_amount', 'goal_target_amount'],
|
|
2562
2564
|
goalEnded: ['goal_type', 'goal_id', 'goal_description', 'goal_amount', 'goal_target_amount', 'goal_achieved', 'goal_status'],
|
|
2563
|
-
charityDonation: ['userId', 'username', 'displayname', 'amount', 'currency', 'campaign_id', 'charity_name', 'charity_description', 'charity_logo', 'charity_website'],
|
|
2564
|
-
charityCampaignStarted: ['charity_name', 'charity_description', 'charity_logo', 'charity_amount', 'charity_target_amount', 'charity_website', 'currency', 'started_at'],
|
|
2565
|
-
charityCampaignProgressed: ['charity_name', 'charity_description', 'charity_logo', 'charity_amount', 'charity_target_amount', 'charity_website', 'currency'],
|
|
2566
|
-
charityCampaignStopped: ['charity_name', 'charity_description', 'charity_logo', 'charity_amount', 'charity_target_amount', 'charity_website', 'currency', 'ended_at'],
|
|
2565
|
+
charityDonation: ['userId', 'username', 'displayname', 'amount', 'currency', 'currencySymbol', 'campaign_id', 'charity_name', 'charity_description', 'charity_logo', 'charity_website'],
|
|
2566
|
+
charityCampaignStarted: ['charity_name', 'charity_description', 'charity_logo', 'charity_amount', 'charity_target_amount', 'charity_website', 'currency', 'currencySymbol', 'started_at'],
|
|
2567
|
+
charityCampaignProgressed: ['charity_name', 'charity_description', 'charity_logo', 'charity_amount', 'charity_target_amount', 'charity_website', 'currency', 'currencySymbol'],
|
|
2568
|
+
charityCampaignStopped: ['charity_name', 'charity_description', 'charity_logo', 'charity_amount', 'charity_target_amount', 'charity_website', 'currency', 'currencySymbol', 'ended_at'],
|
|
2567
2569
|
categoryChanged: ['category_name', 'category_id', 'channel_title'],
|
|
2568
2570
|
clip: [
|
|
2569
2571
|
'username',
|
|
@@ -2585,8 +2587,8 @@ exports.AllVariables = {
|
|
|
2585
2587
|
timeout: ['username', 'userId', 'avatar', 'timeout_duration', 'expiration_ms', 'reason'],
|
|
2586
2588
|
timeoutOver: ['username', 'userId', 'avatar', 'timeout_duration', 'expiration_ms', 'reason'],
|
|
2587
2589
|
shoutoutReceive: ['username', 'userId', 'displayname', 'avatar', 'viewer_count', 'started_at'],
|
|
2588
|
-
adStarted: ['length', 'is_automatic', 'started_at', 'twitch_next_ad'],
|
|
2589
|
-
adStopped: ['length', 'is_automatic', 'started_at', 'twitch_next_ad'],
|
|
2590
|
+
adStarted: ['length', 'is_automatic', 'started_at', 'twitch_next_ad', 'amount'],
|
|
2591
|
+
adStopped: ['length', 'is_automatic', 'started_at', 'twitch_next_ad', 'amount'],
|
|
2590
2592
|
watchStreak: ['username', 'userId', 'displayname', 'avatar', 'streak_count', 'channel_points_awarded', 'amount', 'message', 'system_message'],
|
|
2591
2593
|
powerups: ['username', 'avatar', 'type', 'amount', 'message', 'reward_id', 'powerup_source'],
|
|
2592
2594
|
powerupsPoints: ['username', 'avatar', 'type', 'amount', 'message'],
|
|
@@ -2764,8 +2766,8 @@ exports.AllVariables = {
|
|
|
2764
2766
|
sessionSuperchats: ['total', 'previousTotal', 'currency', 'currencySymbol'],
|
|
2765
2767
|
supersticker: ['username', 'displayname', 'stickerId', 'stickerName', 'amount', 'currency', 'currencySymbol', 'imageUrl'],
|
|
2766
2768
|
sessionSuperstickers: ['total', 'previousTotal', 'currency', 'currencySymbol'],
|
|
2767
|
-
like: ['likes', 'dislikes'],
|
|
2768
|
-
viewers: ['viewers'],
|
|
2769
|
+
like: ['likes', 'dislikes', 'amount'],
|
|
2770
|
+
viewers: ['viewers', 'amount'],
|
|
2769
2771
|
},
|
|
2770
2772
|
},
|
|
2771
2773
|
youtubemusic: {
|