@lumiastream/lumia-types 3.5.7 → 3.5.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.
- package/dist/alert.types.d.ts +1 -0
- package/dist/alert.types.js +12 -0
- package/dist/esm/alert.types.js +12 -0
- package/dist/wire.types.d.ts +4 -0
- package/package.json +1 -1
package/dist/alert.types.d.ts
CHANGED
|
@@ -112,6 +112,7 @@ export declare const LumiaAlertConfigs: Record<LumiaAlertValues | string, {
|
|
|
112
112
|
eventlistMessage?: string;
|
|
113
113
|
eventlistDetailedMessage?: string;
|
|
114
114
|
acceptedVariables: LumiaAcceptedVariable[];
|
|
115
|
+
hasAlertImage?: boolean;
|
|
115
116
|
quickActions?: Array<{
|
|
116
117
|
label: string;
|
|
117
118
|
dynamic: LumiaDynamicCondition;
|
package/dist/alert.types.js
CHANGED
|
@@ -1667,6 +1667,7 @@ exports.LumiaAlertConfigs = {
|
|
|
1667
1667
|
},
|
|
1668
1668
|
[activity_types_1.LumiaAlertValues.TWITCH_POWERUPS]: {
|
|
1669
1669
|
connection: event_types_1.LumiaIntegrations.TWITCH,
|
|
1670
|
+
hasAlertImage: true,
|
|
1670
1671
|
message: '{{username}} redeemed {{type}} and cheered {{amount}} bits. They said {{message}}',
|
|
1671
1672
|
eventlistMessage: 'Powerups',
|
|
1672
1673
|
eventlistDetailedMessage: 'redeemed {{type}} for {{amount}} bits',
|
|
@@ -2876,6 +2877,7 @@ exports.LumiaAlertConfigs = {
|
|
|
2876
2877
|
},
|
|
2877
2878
|
[activity_types_1.LumiaAlertValues.TWITCH_CHARITY_CAMPAIGN_STARTED]: {
|
|
2878
2879
|
connection: event_types_1.LumiaIntegrations.TWITCH,
|
|
2880
|
+
hasAlertImage: true,
|
|
2879
2881
|
message: 'Charity campaign {{charity_name}} started with a target of {{currencySymbol}}{{charity_target_amount}}',
|
|
2880
2882
|
eventlistSpecialUsername: 'Twitch',
|
|
2881
2883
|
eventlistMessage: 'Charity campaign start',
|
|
@@ -2939,6 +2941,7 @@ exports.LumiaAlertConfigs = {
|
|
|
2939
2941
|
},
|
|
2940
2942
|
[activity_types_1.LumiaAlertValues.TWITCH_CHARITY_CAMPAIGN_PROGRESSED]: {
|
|
2941
2943
|
connection: event_types_1.LumiaIntegrations.TWITCH,
|
|
2944
|
+
hasAlertImage: true,
|
|
2942
2945
|
message: 'Charity campaign {{charity_name}} progressed to {{currencySymbol}}{{charity_amount}} with a target of {{currencySymbol}}{{charity_target_amount}}',
|
|
2943
2946
|
eventlistSpecialUsername: 'Twitch',
|
|
2944
2947
|
eventlistMessage: 'Charity campaign progressed',
|
|
@@ -3000,6 +3003,7 @@ exports.LumiaAlertConfigs = {
|
|
|
3000
3003
|
},
|
|
3001
3004
|
[activity_types_1.LumiaAlertValues.TWITCH_CHARITY_CAMPAIGN_STOPPED]: {
|
|
3002
3005
|
connection: event_types_1.LumiaIntegrations.TWITCH,
|
|
3006
|
+
hasAlertImage: true,
|
|
3003
3007
|
message: 'Charity campaign {{charity_name}} ended at amount {{currencySymbol}}{{charity_amount}} with a target of {{currencySymbol}}{{charity_target_amount}}',
|
|
3004
3008
|
eventlistSpecialUsername: 'Twitch',
|
|
3005
3009
|
eventlistMessage: 'Charity campaign ended',
|
|
@@ -3112,6 +3116,7 @@ exports.LumiaAlertConfigs = {
|
|
|
3112
3116
|
},
|
|
3113
3117
|
[activity_types_1.LumiaAlertValues.TWITCH_CLIP]: {
|
|
3114
3118
|
connection: event_types_1.LumiaIntegrations.TWITCH,
|
|
3119
|
+
hasAlertImage: true,
|
|
3115
3120
|
message: 'Clip taken by {{username}} with title of {{clip_title}}',
|
|
3116
3121
|
eventlistMessage: 'Clipped',
|
|
3117
3122
|
eventlistDetailedMessage: 'created a clip',
|
|
@@ -3900,6 +3905,7 @@ exports.LumiaAlertConfigs = {
|
|
|
3900
3905
|
},
|
|
3901
3906
|
[activity_types_1.LumiaAlertValues.YOUTUBE_GIFTS]: {
|
|
3902
3907
|
connection: event_types_1.LumiaIntegrations.YOUTUBE,
|
|
3908
|
+
hasAlertImage: true,
|
|
3903
3909
|
message: '{{username}} sent x{{comboCount}} {{giftName}} ({{jewelsAmount}} jewels)',
|
|
3904
3910
|
eventlistMessage: 'Gift',
|
|
3905
3911
|
eventlistDetailedMessage: 'sent x{{comboCount}} {{giftName}} worth {{jewelsAmount}} jewels',
|
|
@@ -4194,6 +4200,7 @@ exports.LumiaAlertConfigs = {
|
|
|
4194
4200
|
},
|
|
4195
4201
|
[activity_types_1.LumiaAlertValues.YOUTUBE_SUPERSTICKER]: {
|
|
4196
4202
|
connection: event_types_1.LumiaIntegrations.YOUTUBE,
|
|
4203
|
+
hasAlertImage: true,
|
|
4197
4204
|
message: '{{username}} just sent a {{stickerName}} super sticker worth {{currencySymbol}}{{amount}}',
|
|
4198
4205
|
eventlistMessage: 'Super Sticker',
|
|
4199
4206
|
eventlistDetailedMessage: 'sent a {{stickerName}} super sticker worth {{currencySymbol}}{{amount}}',
|
|
@@ -4932,6 +4939,7 @@ exports.LumiaAlertConfigs = {
|
|
|
4932
4939
|
},
|
|
4933
4940
|
[activity_types_1.LumiaAlertValues.TIKTOK_GIFT]: {
|
|
4934
4941
|
connection: event_types_1.LumiaIntegrations.TIKTOK,
|
|
4942
|
+
hasAlertImage: true,
|
|
4935
4943
|
message: '{{username}} sent x{{giftAmount}} {{giftName}}',
|
|
4936
4944
|
eventlistMessage: 'Gift',
|
|
4937
4945
|
eventlistDetailedMessage: 'sent x{{giftAmount}} {{giftName}}',
|
|
@@ -7810,6 +7818,7 @@ exports.LumiaAlertConfigs = {
|
|
|
7810
7818
|
},
|
|
7811
7819
|
[activity_types_1.LumiaAlertValues.FOURTHWALL_GIFTPURCHASE]: {
|
|
7812
7820
|
connection: event_types_1.LumiaIntegrations.FOURTHWALL,
|
|
7821
|
+
hasAlertImage: true,
|
|
7813
7822
|
message: '{{username}} just bought a gift with amount {{amount}}',
|
|
7814
7823
|
eventlistMessage: 'Gift Purchase',
|
|
7815
7824
|
eventlistDetailedMessage: 'Gift purchase with {{amount}} {{currency}}',
|
|
@@ -7886,6 +7895,7 @@ exports.LumiaAlertConfigs = {
|
|
|
7886
7895
|
},
|
|
7887
7896
|
[activity_types_1.LumiaAlertValues.FOURTHWALL_SHOPORDER]: {
|
|
7888
7897
|
connection: event_types_1.LumiaIntegrations.FOURTHWALL,
|
|
7898
|
+
hasAlertImage: true,
|
|
7889
7899
|
message: '{{username}} purchased {{items}}',
|
|
7890
7900
|
eventlistMessage: 'Shop Order',
|
|
7891
7901
|
eventlistDetailedMessage: 'purchased {{items}}',
|
|
@@ -7972,6 +7982,7 @@ exports.LumiaAlertConfigs = {
|
|
|
7972
7982
|
},
|
|
7973
7983
|
[activity_types_1.LumiaAlertValues.FOURTHWALL_GIVEAWAY_STARTED]: {
|
|
7974
7984
|
connection: event_types_1.LumiaIntegrations.FOURTHWALL,
|
|
7985
|
+
hasAlertImage: true,
|
|
7975
7986
|
message: '{{username}} just started a giveaway for {{giveawayName}}',
|
|
7976
7987
|
eventlistMessage: 'Giveaway Started',
|
|
7977
7988
|
eventlistDetailedMessage: 'started giveaway for {{giveawayName}}',
|
|
@@ -8036,6 +8047,7 @@ exports.LumiaAlertConfigs = {
|
|
|
8036
8047
|
},
|
|
8037
8048
|
[activity_types_1.LumiaAlertValues.FOURTHWALL_GIVEAWAY_ENDED]: {
|
|
8038
8049
|
connection: event_types_1.LumiaIntegrations.FOURTHWALL,
|
|
8050
|
+
hasAlertImage: true,
|
|
8039
8051
|
message: 'Giveaway {{giveawayName}} ended with {{winnerCount}} winners',
|
|
8040
8052
|
eventlistMessage: 'Giveaway Ended',
|
|
8041
8053
|
eventlistDetailedMessage: 'giveaway ended with {{winnerCount}} winners',
|
package/dist/esm/alert.types.js
CHANGED
|
@@ -1664,6 +1664,7 @@ export const LumiaAlertConfigs = {
|
|
|
1664
1664
|
},
|
|
1665
1665
|
[LumiaAlertValues.TWITCH_POWERUPS]: {
|
|
1666
1666
|
connection: LumiaIntegrations.TWITCH,
|
|
1667
|
+
hasAlertImage: true,
|
|
1667
1668
|
message: '{{username}} redeemed {{type}} and cheered {{amount}} bits. They said {{message}}',
|
|
1668
1669
|
eventlistMessage: 'Powerups',
|
|
1669
1670
|
eventlistDetailedMessage: 'redeemed {{type}} for {{amount}} bits',
|
|
@@ -2873,6 +2874,7 @@ export const LumiaAlertConfigs = {
|
|
|
2873
2874
|
},
|
|
2874
2875
|
[LumiaAlertValues.TWITCH_CHARITY_CAMPAIGN_STARTED]: {
|
|
2875
2876
|
connection: LumiaIntegrations.TWITCH,
|
|
2877
|
+
hasAlertImage: true,
|
|
2876
2878
|
message: 'Charity campaign {{charity_name}} started with a target of {{currencySymbol}}{{charity_target_amount}}',
|
|
2877
2879
|
eventlistSpecialUsername: 'Twitch',
|
|
2878
2880
|
eventlistMessage: 'Charity campaign start',
|
|
@@ -2936,6 +2938,7 @@ export const LumiaAlertConfigs = {
|
|
|
2936
2938
|
},
|
|
2937
2939
|
[LumiaAlertValues.TWITCH_CHARITY_CAMPAIGN_PROGRESSED]: {
|
|
2938
2940
|
connection: LumiaIntegrations.TWITCH,
|
|
2941
|
+
hasAlertImage: true,
|
|
2939
2942
|
message: 'Charity campaign {{charity_name}} progressed to {{currencySymbol}}{{charity_amount}} with a target of {{currencySymbol}}{{charity_target_amount}}',
|
|
2940
2943
|
eventlistSpecialUsername: 'Twitch',
|
|
2941
2944
|
eventlistMessage: 'Charity campaign progressed',
|
|
@@ -2997,6 +3000,7 @@ export const LumiaAlertConfigs = {
|
|
|
2997
3000
|
},
|
|
2998
3001
|
[LumiaAlertValues.TWITCH_CHARITY_CAMPAIGN_STOPPED]: {
|
|
2999
3002
|
connection: LumiaIntegrations.TWITCH,
|
|
3003
|
+
hasAlertImage: true,
|
|
3000
3004
|
message: 'Charity campaign {{charity_name}} ended at amount {{currencySymbol}}{{charity_amount}} with a target of {{currencySymbol}}{{charity_target_amount}}',
|
|
3001
3005
|
eventlistSpecialUsername: 'Twitch',
|
|
3002
3006
|
eventlistMessage: 'Charity campaign ended',
|
|
@@ -3109,6 +3113,7 @@ export const LumiaAlertConfigs = {
|
|
|
3109
3113
|
},
|
|
3110
3114
|
[LumiaAlertValues.TWITCH_CLIP]: {
|
|
3111
3115
|
connection: LumiaIntegrations.TWITCH,
|
|
3116
|
+
hasAlertImage: true,
|
|
3112
3117
|
message: 'Clip taken by {{username}} with title of {{clip_title}}',
|
|
3113
3118
|
eventlistMessage: 'Clipped',
|
|
3114
3119
|
eventlistDetailedMessage: 'created a clip',
|
|
@@ -3897,6 +3902,7 @@ export const LumiaAlertConfigs = {
|
|
|
3897
3902
|
},
|
|
3898
3903
|
[LumiaAlertValues.YOUTUBE_GIFTS]: {
|
|
3899
3904
|
connection: LumiaIntegrations.YOUTUBE,
|
|
3905
|
+
hasAlertImage: true,
|
|
3900
3906
|
message: '{{username}} sent x{{comboCount}} {{giftName}} ({{jewelsAmount}} jewels)',
|
|
3901
3907
|
eventlistMessage: 'Gift',
|
|
3902
3908
|
eventlistDetailedMessage: 'sent x{{comboCount}} {{giftName}} worth {{jewelsAmount}} jewels',
|
|
@@ -4191,6 +4197,7 @@ export const LumiaAlertConfigs = {
|
|
|
4191
4197
|
},
|
|
4192
4198
|
[LumiaAlertValues.YOUTUBE_SUPERSTICKER]: {
|
|
4193
4199
|
connection: LumiaIntegrations.YOUTUBE,
|
|
4200
|
+
hasAlertImage: true,
|
|
4194
4201
|
message: '{{username}} just sent a {{stickerName}} super sticker worth {{currencySymbol}}{{amount}}',
|
|
4195
4202
|
eventlistMessage: 'Super Sticker',
|
|
4196
4203
|
eventlistDetailedMessage: 'sent a {{stickerName}} super sticker worth {{currencySymbol}}{{amount}}',
|
|
@@ -4929,6 +4936,7 @@ export const LumiaAlertConfigs = {
|
|
|
4929
4936
|
},
|
|
4930
4937
|
[LumiaAlertValues.TIKTOK_GIFT]: {
|
|
4931
4938
|
connection: LumiaIntegrations.TIKTOK,
|
|
4939
|
+
hasAlertImage: true,
|
|
4932
4940
|
message: '{{username}} sent x{{giftAmount}} {{giftName}}',
|
|
4933
4941
|
eventlistMessage: 'Gift',
|
|
4934
4942
|
eventlistDetailedMessage: 'sent x{{giftAmount}} {{giftName}}',
|
|
@@ -7807,6 +7815,7 @@ export const LumiaAlertConfigs = {
|
|
|
7807
7815
|
},
|
|
7808
7816
|
[LumiaAlertValues.FOURTHWALL_GIFTPURCHASE]: {
|
|
7809
7817
|
connection: LumiaIntegrations.FOURTHWALL,
|
|
7818
|
+
hasAlertImage: true,
|
|
7810
7819
|
message: '{{username}} just bought a gift with amount {{amount}}',
|
|
7811
7820
|
eventlistMessage: 'Gift Purchase',
|
|
7812
7821
|
eventlistDetailedMessage: 'Gift purchase with {{amount}} {{currency}}',
|
|
@@ -7883,6 +7892,7 @@ export const LumiaAlertConfigs = {
|
|
|
7883
7892
|
},
|
|
7884
7893
|
[LumiaAlertValues.FOURTHWALL_SHOPORDER]: {
|
|
7885
7894
|
connection: LumiaIntegrations.FOURTHWALL,
|
|
7895
|
+
hasAlertImage: true,
|
|
7886
7896
|
message: '{{username}} purchased {{items}}',
|
|
7887
7897
|
eventlistMessage: 'Shop Order',
|
|
7888
7898
|
eventlistDetailedMessage: 'purchased {{items}}',
|
|
@@ -7969,6 +7979,7 @@ export const LumiaAlertConfigs = {
|
|
|
7969
7979
|
},
|
|
7970
7980
|
[LumiaAlertValues.FOURTHWALL_GIVEAWAY_STARTED]: {
|
|
7971
7981
|
connection: LumiaIntegrations.FOURTHWALL,
|
|
7982
|
+
hasAlertImage: true,
|
|
7972
7983
|
message: '{{username}} just started a giveaway for {{giveawayName}}',
|
|
7973
7984
|
eventlistMessage: 'Giveaway Started',
|
|
7974
7985
|
eventlistDetailedMessage: 'started giveaway for {{giveawayName}}',
|
|
@@ -8033,6 +8044,7 @@ export const LumiaAlertConfigs = {
|
|
|
8033
8044
|
},
|
|
8034
8045
|
[LumiaAlertValues.FOURTHWALL_GIVEAWAY_ENDED]: {
|
|
8035
8046
|
connection: LumiaIntegrations.FOURTHWALL,
|
|
8047
|
+
hasAlertImage: true,
|
|
8036
8048
|
message: 'Giveaway {{giveawayName}} ended with {{winnerCount}} winners',
|
|
8037
8049
|
eventlistMessage: 'Giveaway Ended',
|
|
8038
8050
|
eventlistDetailedMessage: 'giveaway ended with {{winnerCount}} winners',
|
package/dist/wire.types.d.ts
CHANGED
|
@@ -215,6 +215,7 @@ export interface TwitchClipExtraSettings {
|
|
|
215
215
|
clip_user_is_sub?: boolean;
|
|
216
216
|
clip_user_is_broadcaster?: boolean;
|
|
217
217
|
clip_created_at: string;
|
|
218
|
+
contentImage?: string;
|
|
218
219
|
platform: 'twitch';
|
|
219
220
|
}
|
|
220
221
|
export type TwitchClipDynamic = Record<string, never>;
|
|
@@ -362,6 +363,7 @@ export interface TwitchCharityCampaignExtraSettings {
|
|
|
362
363
|
currency: string;
|
|
363
364
|
currencySymbol: string;
|
|
364
365
|
charity_logo?: string;
|
|
366
|
+
contentImage?: string;
|
|
365
367
|
platform: 'twitch';
|
|
366
368
|
}
|
|
367
369
|
export type TwitchCharityCampaignStartedDynamic = TwitchCharityCampaignDynamic;
|
|
@@ -445,6 +447,7 @@ export interface TwitchPowerupsExtraSettings {
|
|
|
445
447
|
value: number;
|
|
446
448
|
bits: number;
|
|
447
449
|
type: string;
|
|
450
|
+
contentImage?: string;
|
|
448
451
|
platform: 'twitch';
|
|
449
452
|
}
|
|
450
453
|
export interface TwitchRedemptionDynamic {
|
|
@@ -462,6 +465,7 @@ export interface TwitchRedemptionExtraSettings {
|
|
|
462
465
|
reward_prompt?: string;
|
|
463
466
|
user_input?: string;
|
|
464
467
|
redeemed_at?: string;
|
|
468
|
+
contentImage?: string;
|
|
465
469
|
platform: 'twitch';
|
|
466
470
|
}
|
|
467
471
|
export type TwitchSessionFollowersDynamic = SessionAggregateDynamic;
|