@lumiastream/lumia-types 3.4.6 → 3.5.0
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 +30 -30
- package/dist/esm/alert.types.js +30 -30
- package/dist/esm/variables.types.js +15 -15
- package/dist/esm/wire.types.js +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/variables.types.js +15 -15
- package/dist/wire.types.d.ts +626 -0
- package/dist/wire.types.js +2 -0
- package/package.json +1 -1
package/dist/alert.types.js
CHANGED
|
@@ -101,9 +101,9 @@ exports.LumiaAlertConfigs = {
|
|
|
101
101
|
// lumia: {
|
|
102
102
|
[activity_types_1.LumiaAlertValues.LUMIASTREAM_DONATION]: {
|
|
103
103
|
connection: event_types_1.LumiaIntegrations.LUMIASTREAM,
|
|
104
|
-
message: '{{username}} just tipped {{amount}}. They said {{message}}',
|
|
104
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}}. They said {{message}}',
|
|
105
105
|
eventlistMessage: 'Donation',
|
|
106
|
-
eventlistDetailedMessage: 'tipped {{
|
|
106
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}} "{{message}}"',
|
|
107
107
|
acceptedVariables: variables_types_1.AllVariables.lumiastream.alerts.donation,
|
|
108
108
|
quickActions: [
|
|
109
109
|
{
|
|
@@ -2837,9 +2837,9 @@ exports.LumiaAlertConfigs = {
|
|
|
2837
2837
|
},
|
|
2838
2838
|
[activity_types_1.LumiaAlertValues.TWITCH_CHARITY_DONATION]: {
|
|
2839
2839
|
connection: event_types_1.LumiaIntegrations.TWITCH,
|
|
2840
|
-
message: '{{username}} just tipped {{amount}} to charity {{charity_name}}',
|
|
2840
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}} to charity {{charity_name}}',
|
|
2841
2841
|
eventlistMessage: 'Donation',
|
|
2842
|
-
eventlistDetailedMessage: 'tipped {{
|
|
2842
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}}',
|
|
2843
2843
|
acceptedVariables: variables_types_1.AllVariables.twitch.alerts.charityDonation,
|
|
2844
2844
|
quickActions: [
|
|
2845
2845
|
{
|
|
@@ -2944,10 +2944,10 @@ exports.LumiaAlertConfigs = {
|
|
|
2944
2944
|
},
|
|
2945
2945
|
[activity_types_1.LumiaAlertValues.TWITCH_CHARITY_CAMPAIGN_STARTED]: {
|
|
2946
2946
|
connection: event_types_1.LumiaIntegrations.TWITCH,
|
|
2947
|
-
message: 'Charity campaign {{charity_name}} started with a target of {{charity_target_amount}}',
|
|
2947
|
+
message: 'Charity campaign {{charity_name}} started with a target of {{currencySymbol}}{{charity_target_amount}}',
|
|
2948
2948
|
eventlistSpecialUsername: 'Twitch',
|
|
2949
2949
|
eventlistMessage: 'Charity campaign start',
|
|
2950
|
-
eventlistDetailedMessage: 'Charity campaign {{charity_name}} started with a target of {{charity_target_amount}}',
|
|
2950
|
+
eventlistDetailedMessage: 'Charity campaign {{charity_name}} started with a target of {{currencySymbol}}{{charity_target_amount}}',
|
|
2951
2951
|
acceptedVariables: variables_types_1.AllVariables.twitch.alerts.charityCampaignStarted,
|
|
2952
2952
|
quickActions: [
|
|
2953
2953
|
{
|
|
@@ -3007,10 +3007,10 @@ exports.LumiaAlertConfigs = {
|
|
|
3007
3007
|
},
|
|
3008
3008
|
[activity_types_1.LumiaAlertValues.TWITCH_CHARITY_CAMPAIGN_PROGRESSED]: {
|
|
3009
3009
|
connection: event_types_1.LumiaIntegrations.TWITCH,
|
|
3010
|
-
message: 'Charity campaign {{charity_name}} progressed to {{charity_amount}} with a target of {{charity_target_amount}}',
|
|
3010
|
+
message: 'Charity campaign {{charity_name}} progressed to {{currencySymbol}}{{charity_amount}} with a target of {{currencySymbol}}{{charity_target_amount}}',
|
|
3011
3011
|
eventlistSpecialUsername: 'Twitch',
|
|
3012
3012
|
eventlistMessage: 'Charity campaign progressed',
|
|
3013
|
-
eventlistDetailedMessage: 'Charity campaign {{charity_name}} progressed to {{charity_amount}} with a target of {{charity_target_amount}}',
|
|
3013
|
+
eventlistDetailedMessage: 'Charity campaign {{charity_name}} progressed to {{currencySymbol}}{{charity_amount}} with a target of {{currencySymbol}}{{charity_target_amount}}',
|
|
3014
3014
|
acceptedVariables: variables_types_1.AllVariables.twitch.alerts.charityCampaignProgressed,
|
|
3015
3015
|
quickActions: [
|
|
3016
3016
|
{
|
|
@@ -3068,10 +3068,10 @@ exports.LumiaAlertConfigs = {
|
|
|
3068
3068
|
},
|
|
3069
3069
|
[activity_types_1.LumiaAlertValues.TWITCH_CHARITY_CAMPAIGN_STOPPED]: {
|
|
3070
3070
|
connection: event_types_1.LumiaIntegrations.TWITCH,
|
|
3071
|
-
message: 'Charity campaign {{charity_name}} ended at amount {{charity_amount}} with a target of {{charity_target_amount}}',
|
|
3071
|
+
message: 'Charity campaign {{charity_name}} ended at amount {{currencySymbol}}{{charity_amount}} with a target of {{currencySymbol}}{{charity_target_amount}}',
|
|
3072
3072
|
eventlistSpecialUsername: 'Twitch',
|
|
3073
3073
|
eventlistMessage: 'Charity campaign ended',
|
|
3074
|
-
eventlistDetailedMessage: 'Charity campaign {{charity_name}} ended at amount {{charity_amount}} with a target of {{charity_target_amount}}',
|
|
3074
|
+
eventlistDetailedMessage: 'Charity campaign {{charity_name}} ended at amount {{currencySymbol}}{{charity_amount}} with a target of {{currencySymbol}}{{charity_target_amount}}',
|
|
3075
3075
|
acceptedVariables: variables_types_1.AllVariables.twitch.alerts.charityCampaignStopped,
|
|
3076
3076
|
quickActions: [
|
|
3077
3077
|
{
|
|
@@ -6346,9 +6346,9 @@ exports.LumiaAlertConfigs = {
|
|
|
6346
6346
|
// streamlabs: {
|
|
6347
6347
|
[activity_types_1.LumiaAlertValues.STREAMLABS_DONATION]: {
|
|
6348
6348
|
connection: event_types_1.LumiaIntegrations.STREAMLABS,
|
|
6349
|
-
message: '{{username}} just tipped {{amount}}. They said {{message}}',
|
|
6349
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}}. They said {{message}}',
|
|
6350
6350
|
eventlistMessage: 'Donation',
|
|
6351
|
-
eventlistDetailedMessage: 'tipped {{
|
|
6351
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}} "{{message}}"',
|
|
6352
6352
|
acceptedVariables: variables_types_1.AllVariables.streamlabs.alerts.donation,
|
|
6353
6353
|
quickActions: [
|
|
6354
6354
|
{
|
|
@@ -6427,9 +6427,9 @@ exports.LumiaAlertConfigs = {
|
|
|
6427
6427
|
},
|
|
6428
6428
|
[activity_types_1.LumiaAlertValues.STREAMLABS_CHARITY]: {
|
|
6429
6429
|
connection: event_types_1.LumiaIntegrations.STREAMLABS,
|
|
6430
|
-
message: '{{username}} just tipped {{amount}}. They said {{message}}',
|
|
6430
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}}. They said {{message}}',
|
|
6431
6431
|
eventlistMessage: 'Donation',
|
|
6432
|
-
eventlistDetailedMessage: 'tipped {{
|
|
6432
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}} "{{message}}"',
|
|
6433
6433
|
acceptedVariables: variables_types_1.AllVariables.streamlabs.alerts.charity,
|
|
6434
6434
|
quickActions: [
|
|
6435
6435
|
{
|
|
@@ -6631,9 +6631,9 @@ exports.LumiaAlertConfigs = {
|
|
|
6631
6631
|
// streamelements: {
|
|
6632
6632
|
[activity_types_1.LumiaAlertValues.STREAMELEMENTS_DONATION]: {
|
|
6633
6633
|
connection: event_types_1.LumiaIntegrations.STREAMELEMENTS,
|
|
6634
|
-
message: '{{username}} just tipped {{amount}}. They said {{message}}',
|
|
6634
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}}. They said {{message}}',
|
|
6635
6635
|
eventlistMessage: 'Donation',
|
|
6636
|
-
eventlistDetailedMessage: 'tipped {{
|
|
6636
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}} "{{message}}"',
|
|
6637
6637
|
acceptedVariables: variables_types_1.AllVariables.streamelements.alerts.donation,
|
|
6638
6638
|
quickActions: [
|
|
6639
6639
|
{
|
|
@@ -6716,8 +6716,8 @@ exports.LumiaAlertConfigs = {
|
|
|
6716
6716
|
// extralife: {
|
|
6717
6717
|
[activity_types_1.LumiaAlertValues.EXTRALIFE_DONATION]: {
|
|
6718
6718
|
connection: event_types_1.LumiaIntegrations.EXTRALIFE,
|
|
6719
|
-
message: '{{username}} just tipped {{amount}}. They said {{message}}',
|
|
6720
|
-
eventlistDetailedMessage: 'tipped {{
|
|
6719
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}}. They said {{message}}',
|
|
6720
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}} "{{message}}"',
|
|
6721
6721
|
acceptedVariables: variables_types_1.AllVariables.extralife.alerts.donation,
|
|
6722
6722
|
quickActions: [
|
|
6723
6723
|
{
|
|
@@ -6798,8 +6798,8 @@ exports.LumiaAlertConfigs = {
|
|
|
6798
6798
|
// donordrive: {
|
|
6799
6799
|
[activity_types_1.LumiaAlertValues.DONORDRIVE_DONATION]: {
|
|
6800
6800
|
connection: event_types_1.LumiaIntegrations.DONORDRIVE,
|
|
6801
|
-
message: '{{username}} just tipped {{amount}}. They said {{message}}',
|
|
6802
|
-
eventlistDetailedMessage: 'tipped {{
|
|
6801
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}}. They said {{message}}',
|
|
6802
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}} "{{message}}"',
|
|
6803
6803
|
acceptedVariables: variables_types_1.AllVariables.donordrive.alerts.donation,
|
|
6804
6804
|
quickActions: [
|
|
6805
6805
|
{
|
|
@@ -6880,9 +6880,9 @@ exports.LumiaAlertConfigs = {
|
|
|
6880
6880
|
// tiltify: {
|
|
6881
6881
|
[activity_types_1.LumiaAlertValues.TILTIFY_DONATION]: {
|
|
6882
6882
|
connection: event_types_1.LumiaIntegrations.TILTIFY,
|
|
6883
|
-
message: '{{username}} just tipped {{amount}}. They said {{message}}',
|
|
6883
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}}. They said {{message}}',
|
|
6884
6884
|
eventlistMessage: 'Donation',
|
|
6885
|
-
eventlistDetailedMessage: 'tipped {{
|
|
6885
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}} "{{message}}"',
|
|
6886
6886
|
acceptedVariables: variables_types_1.AllVariables.tiltify.alerts.campaignDonation,
|
|
6887
6887
|
quickActions: [
|
|
6888
6888
|
{
|
|
@@ -6963,9 +6963,9 @@ exports.LumiaAlertConfigs = {
|
|
|
6963
6963
|
// patreon: {
|
|
6964
6964
|
[activity_types_1.LumiaAlertValues.PATREON_PLEDGE]: {
|
|
6965
6965
|
connection: event_types_1.LumiaIntegrations.PATREON,
|
|
6966
|
-
message: '{{username}} just pledged {{amount}}',
|
|
6966
|
+
message: '{{username}} just pledged {{currencySymbol}}{{amount}}',
|
|
6967
6967
|
eventlistMessage: 'Donation',
|
|
6968
|
-
eventlistDetailedMessage: 'tipped {{
|
|
6968
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}}',
|
|
6969
6969
|
acceptedVariables: variables_types_1.AllVariables.patreon.alerts.campaignPledge,
|
|
6970
6970
|
quickActions: [
|
|
6971
6971
|
{
|
|
@@ -7123,9 +7123,9 @@ exports.LumiaAlertConfigs = {
|
|
|
7123
7123
|
// kofi: {
|
|
7124
7124
|
[activity_types_1.LumiaAlertValues.KOFI_DONATION]: {
|
|
7125
7125
|
connection: event_types_1.LumiaIntegrations.KOFI,
|
|
7126
|
-
message: '{{username}} just tipped {{amount}}. They said {{message}}',
|
|
7126
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}}. They said {{message}}',
|
|
7127
7127
|
eventlistMessage: 'Donation',
|
|
7128
|
-
eventlistDetailedMessage: 'tipped {{
|
|
7128
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}} "{{message}}"',
|
|
7129
7129
|
acceptedVariables: variables_types_1.AllVariables.kofi.alerts.donation,
|
|
7130
7130
|
quickActions: [
|
|
7131
7131
|
{
|
|
@@ -7593,9 +7593,9 @@ exports.LumiaAlertConfigs = {
|
|
|
7593
7593
|
// fourthwall: {
|
|
7594
7594
|
[activity_types_1.LumiaAlertValues.FOURTHWALL_DONATION]: {
|
|
7595
7595
|
connection: event_types_1.LumiaIntegrations.FOURTHWALL,
|
|
7596
|
-
message: '{{username}} just tipped {{amount}}. They said {{message}}',
|
|
7596
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}}. They said {{message}}',
|
|
7597
7597
|
eventlistMessage: 'Donation',
|
|
7598
|
-
eventlistDetailedMessage: 'tipped {{
|
|
7598
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}} "{{message}}"',
|
|
7599
7599
|
acceptedVariables: variables_types_1.AllVariables.fourthwall.alerts.donation,
|
|
7600
7600
|
quickActions: [
|
|
7601
7601
|
{
|
|
@@ -8871,9 +8871,9 @@ exports.LumiaAlertConfigs = {
|
|
|
8871
8871
|
// tipeeestream: {
|
|
8872
8872
|
[activity_types_1.LumiaAlertValues.TIPEEESTREAM_DONATION]: {
|
|
8873
8873
|
connection: event_types_1.LumiaIntegrations.TIPEEESTREAM,
|
|
8874
|
-
message: '{{username}} just tipped {{amount}}',
|
|
8874
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}}',
|
|
8875
8875
|
eventlistMessage: 'Donation',
|
|
8876
|
-
eventlistDetailedMessage: 'tipped {{
|
|
8876
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}} "{{message}}"',
|
|
8877
8877
|
acceptedVariables: variables_types_1.AllVariables.tipeeestream.alerts.donation,
|
|
8878
8878
|
quickActions: [
|
|
8879
8879
|
{
|
package/dist/esm/alert.types.js
CHANGED
|
@@ -98,9 +98,9 @@ export const LumiaAlertConfigs = {
|
|
|
98
98
|
// lumia: {
|
|
99
99
|
[LumiaAlertValues.LUMIASTREAM_DONATION]: {
|
|
100
100
|
connection: LumiaIntegrations.LUMIASTREAM,
|
|
101
|
-
message: '{{username}} just tipped {{amount}}. They said {{message}}',
|
|
101
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}}. They said {{message}}',
|
|
102
102
|
eventlistMessage: 'Donation',
|
|
103
|
-
eventlistDetailedMessage: 'tipped {{
|
|
103
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}} "{{message}}"',
|
|
104
104
|
acceptedVariables: AllVariables.lumiastream.alerts.donation,
|
|
105
105
|
quickActions: [
|
|
106
106
|
{
|
|
@@ -2834,9 +2834,9 @@ export const LumiaAlertConfigs = {
|
|
|
2834
2834
|
},
|
|
2835
2835
|
[LumiaAlertValues.TWITCH_CHARITY_DONATION]: {
|
|
2836
2836
|
connection: LumiaIntegrations.TWITCH,
|
|
2837
|
-
message: '{{username}} just tipped {{amount}} to charity {{charity_name}}',
|
|
2837
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}} to charity {{charity_name}}',
|
|
2838
2838
|
eventlistMessage: 'Donation',
|
|
2839
|
-
eventlistDetailedMessage: 'tipped {{
|
|
2839
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}}',
|
|
2840
2840
|
acceptedVariables: AllVariables.twitch.alerts.charityDonation,
|
|
2841
2841
|
quickActions: [
|
|
2842
2842
|
{
|
|
@@ -2941,10 +2941,10 @@ export const LumiaAlertConfigs = {
|
|
|
2941
2941
|
},
|
|
2942
2942
|
[LumiaAlertValues.TWITCH_CHARITY_CAMPAIGN_STARTED]: {
|
|
2943
2943
|
connection: LumiaIntegrations.TWITCH,
|
|
2944
|
-
message: 'Charity campaign {{charity_name}} started with a target of {{charity_target_amount}}',
|
|
2944
|
+
message: 'Charity campaign {{charity_name}} started with a target of {{currencySymbol}}{{charity_target_amount}}',
|
|
2945
2945
|
eventlistSpecialUsername: 'Twitch',
|
|
2946
2946
|
eventlistMessage: 'Charity campaign start',
|
|
2947
|
-
eventlistDetailedMessage: 'Charity campaign {{charity_name}} started with a target of {{charity_target_amount}}',
|
|
2947
|
+
eventlistDetailedMessage: 'Charity campaign {{charity_name}} started with a target of {{currencySymbol}}{{charity_target_amount}}',
|
|
2948
2948
|
acceptedVariables: AllVariables.twitch.alerts.charityCampaignStarted,
|
|
2949
2949
|
quickActions: [
|
|
2950
2950
|
{
|
|
@@ -3004,10 +3004,10 @@ export const LumiaAlertConfigs = {
|
|
|
3004
3004
|
},
|
|
3005
3005
|
[LumiaAlertValues.TWITCH_CHARITY_CAMPAIGN_PROGRESSED]: {
|
|
3006
3006
|
connection: LumiaIntegrations.TWITCH,
|
|
3007
|
-
message: 'Charity campaign {{charity_name}} progressed to {{charity_amount}} with a target of {{charity_target_amount}}',
|
|
3007
|
+
message: 'Charity campaign {{charity_name}} progressed to {{currencySymbol}}{{charity_amount}} with a target of {{currencySymbol}}{{charity_target_amount}}',
|
|
3008
3008
|
eventlistSpecialUsername: 'Twitch',
|
|
3009
3009
|
eventlistMessage: 'Charity campaign progressed',
|
|
3010
|
-
eventlistDetailedMessage: 'Charity campaign {{charity_name}} progressed to {{charity_amount}} with a target of {{charity_target_amount}}',
|
|
3010
|
+
eventlistDetailedMessage: 'Charity campaign {{charity_name}} progressed to {{currencySymbol}}{{charity_amount}} with a target of {{currencySymbol}}{{charity_target_amount}}',
|
|
3011
3011
|
acceptedVariables: AllVariables.twitch.alerts.charityCampaignProgressed,
|
|
3012
3012
|
quickActions: [
|
|
3013
3013
|
{
|
|
@@ -3065,10 +3065,10 @@ export const LumiaAlertConfigs = {
|
|
|
3065
3065
|
},
|
|
3066
3066
|
[LumiaAlertValues.TWITCH_CHARITY_CAMPAIGN_STOPPED]: {
|
|
3067
3067
|
connection: LumiaIntegrations.TWITCH,
|
|
3068
|
-
message: 'Charity campaign {{charity_name}} ended at amount {{charity_amount}} with a target of {{charity_target_amount}}',
|
|
3068
|
+
message: 'Charity campaign {{charity_name}} ended at amount {{currencySymbol}}{{charity_amount}} with a target of {{currencySymbol}}{{charity_target_amount}}',
|
|
3069
3069
|
eventlistSpecialUsername: 'Twitch',
|
|
3070
3070
|
eventlistMessage: 'Charity campaign ended',
|
|
3071
|
-
eventlistDetailedMessage: 'Charity campaign {{charity_name}} ended at amount {{charity_amount}} with a target of {{charity_target_amount}}',
|
|
3071
|
+
eventlistDetailedMessage: 'Charity campaign {{charity_name}} ended at amount {{currencySymbol}}{{charity_amount}} with a target of {{currencySymbol}}{{charity_target_amount}}',
|
|
3072
3072
|
acceptedVariables: AllVariables.twitch.alerts.charityCampaignStopped,
|
|
3073
3073
|
quickActions: [
|
|
3074
3074
|
{
|
|
@@ -6343,9 +6343,9 @@ export const LumiaAlertConfigs = {
|
|
|
6343
6343
|
// streamlabs: {
|
|
6344
6344
|
[LumiaAlertValues.STREAMLABS_DONATION]: {
|
|
6345
6345
|
connection: LumiaIntegrations.STREAMLABS,
|
|
6346
|
-
message: '{{username}} just tipped {{amount}}. They said {{message}}',
|
|
6346
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}}. They said {{message}}',
|
|
6347
6347
|
eventlistMessage: 'Donation',
|
|
6348
|
-
eventlistDetailedMessage: 'tipped {{
|
|
6348
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}} "{{message}}"',
|
|
6349
6349
|
acceptedVariables: AllVariables.streamlabs.alerts.donation,
|
|
6350
6350
|
quickActions: [
|
|
6351
6351
|
{
|
|
@@ -6424,9 +6424,9 @@ export const LumiaAlertConfigs = {
|
|
|
6424
6424
|
},
|
|
6425
6425
|
[LumiaAlertValues.STREAMLABS_CHARITY]: {
|
|
6426
6426
|
connection: LumiaIntegrations.STREAMLABS,
|
|
6427
|
-
message: '{{username}} just tipped {{amount}}. They said {{message}}',
|
|
6427
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}}. They said {{message}}',
|
|
6428
6428
|
eventlistMessage: 'Donation',
|
|
6429
|
-
eventlistDetailedMessage: 'tipped {{
|
|
6429
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}} "{{message}}"',
|
|
6430
6430
|
acceptedVariables: AllVariables.streamlabs.alerts.charity,
|
|
6431
6431
|
quickActions: [
|
|
6432
6432
|
{
|
|
@@ -6628,9 +6628,9 @@ export const LumiaAlertConfigs = {
|
|
|
6628
6628
|
// streamelements: {
|
|
6629
6629
|
[LumiaAlertValues.STREAMELEMENTS_DONATION]: {
|
|
6630
6630
|
connection: LumiaIntegrations.STREAMELEMENTS,
|
|
6631
|
-
message: '{{username}} just tipped {{amount}}. They said {{message}}',
|
|
6631
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}}. They said {{message}}',
|
|
6632
6632
|
eventlistMessage: 'Donation',
|
|
6633
|
-
eventlistDetailedMessage: 'tipped {{
|
|
6633
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}} "{{message}}"',
|
|
6634
6634
|
acceptedVariables: AllVariables.streamelements.alerts.donation,
|
|
6635
6635
|
quickActions: [
|
|
6636
6636
|
{
|
|
@@ -6713,8 +6713,8 @@ export const LumiaAlertConfigs = {
|
|
|
6713
6713
|
// extralife: {
|
|
6714
6714
|
[LumiaAlertValues.EXTRALIFE_DONATION]: {
|
|
6715
6715
|
connection: LumiaIntegrations.EXTRALIFE,
|
|
6716
|
-
message: '{{username}} just tipped {{amount}}. They said {{message}}',
|
|
6717
|
-
eventlistDetailedMessage: 'tipped {{
|
|
6716
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}}. They said {{message}}',
|
|
6717
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}} "{{message}}"',
|
|
6718
6718
|
acceptedVariables: AllVariables.extralife.alerts.donation,
|
|
6719
6719
|
quickActions: [
|
|
6720
6720
|
{
|
|
@@ -6795,8 +6795,8 @@ export const LumiaAlertConfigs = {
|
|
|
6795
6795
|
// donordrive: {
|
|
6796
6796
|
[LumiaAlertValues.DONORDRIVE_DONATION]: {
|
|
6797
6797
|
connection: LumiaIntegrations.DONORDRIVE,
|
|
6798
|
-
message: '{{username}} just tipped {{amount}}. They said {{message}}',
|
|
6799
|
-
eventlistDetailedMessage: 'tipped {{
|
|
6798
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}}. They said {{message}}',
|
|
6799
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}} "{{message}}"',
|
|
6800
6800
|
acceptedVariables: AllVariables.donordrive.alerts.donation,
|
|
6801
6801
|
quickActions: [
|
|
6802
6802
|
{
|
|
@@ -6877,9 +6877,9 @@ export const LumiaAlertConfigs = {
|
|
|
6877
6877
|
// tiltify: {
|
|
6878
6878
|
[LumiaAlertValues.TILTIFY_DONATION]: {
|
|
6879
6879
|
connection: LumiaIntegrations.TILTIFY,
|
|
6880
|
-
message: '{{username}} just tipped {{amount}}. They said {{message}}',
|
|
6880
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}}. They said {{message}}',
|
|
6881
6881
|
eventlistMessage: 'Donation',
|
|
6882
|
-
eventlistDetailedMessage: 'tipped {{
|
|
6882
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}} "{{message}}"',
|
|
6883
6883
|
acceptedVariables: AllVariables.tiltify.alerts.campaignDonation,
|
|
6884
6884
|
quickActions: [
|
|
6885
6885
|
{
|
|
@@ -6960,9 +6960,9 @@ export const LumiaAlertConfigs = {
|
|
|
6960
6960
|
// patreon: {
|
|
6961
6961
|
[LumiaAlertValues.PATREON_PLEDGE]: {
|
|
6962
6962
|
connection: LumiaIntegrations.PATREON,
|
|
6963
|
-
message: '{{username}} just pledged {{amount}}',
|
|
6963
|
+
message: '{{username}} just pledged {{currencySymbol}}{{amount}}',
|
|
6964
6964
|
eventlistMessage: 'Donation',
|
|
6965
|
-
eventlistDetailedMessage: 'tipped {{
|
|
6965
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}}',
|
|
6966
6966
|
acceptedVariables: AllVariables.patreon.alerts.campaignPledge,
|
|
6967
6967
|
quickActions: [
|
|
6968
6968
|
{
|
|
@@ -7120,9 +7120,9 @@ export const LumiaAlertConfigs = {
|
|
|
7120
7120
|
// kofi: {
|
|
7121
7121
|
[LumiaAlertValues.KOFI_DONATION]: {
|
|
7122
7122
|
connection: LumiaIntegrations.KOFI,
|
|
7123
|
-
message: '{{username}} just tipped {{amount}}. They said {{message}}',
|
|
7123
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}}. They said {{message}}',
|
|
7124
7124
|
eventlistMessage: 'Donation',
|
|
7125
|
-
eventlistDetailedMessage: 'tipped {{
|
|
7125
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}} "{{message}}"',
|
|
7126
7126
|
acceptedVariables: AllVariables.kofi.alerts.donation,
|
|
7127
7127
|
quickActions: [
|
|
7128
7128
|
{
|
|
@@ -7590,9 +7590,9 @@ export const LumiaAlertConfigs = {
|
|
|
7590
7590
|
// fourthwall: {
|
|
7591
7591
|
[LumiaAlertValues.FOURTHWALL_DONATION]: {
|
|
7592
7592
|
connection: LumiaIntegrations.FOURTHWALL,
|
|
7593
|
-
message: '{{username}} just tipped {{amount}}. They said {{message}}',
|
|
7593
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}}. They said {{message}}',
|
|
7594
7594
|
eventlistMessage: 'Donation',
|
|
7595
|
-
eventlistDetailedMessage: 'tipped {{
|
|
7595
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}} "{{message}}"',
|
|
7596
7596
|
acceptedVariables: AllVariables.fourthwall.alerts.donation,
|
|
7597
7597
|
quickActions: [
|
|
7598
7598
|
{
|
|
@@ -8868,9 +8868,9 @@ export const LumiaAlertConfigs = {
|
|
|
8868
8868
|
// tipeeestream: {
|
|
8869
8869
|
[LumiaAlertValues.TIPEEESTREAM_DONATION]: {
|
|
8870
8870
|
connection: LumiaIntegrations.TIPEEESTREAM,
|
|
8871
|
-
message: '{{username}} just tipped {{amount}}',
|
|
8871
|
+
message: '{{username}} just tipped {{currencySymbol}}{{amount}}',
|
|
8872
8872
|
eventlistMessage: 'Donation',
|
|
8873
|
-
eventlistDetailedMessage: 'tipped {{
|
|
8873
|
+
eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}} "{{message}}"',
|
|
8874
8874
|
acceptedVariables: AllVariables.tipeeestream.alerts.donation,
|
|
8875
8875
|
quickActions: [
|
|
8876
8876
|
{
|
|
@@ -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'],
|
|
@@ -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'],
|
|
@@ -2336,7 +2336,7 @@ export const AllVariables = {
|
|
|
2336
2336
|
tiltify: {
|
|
2337
2337
|
variables: ['tiltify_goal_amount', 'tiltify_total_raised'],
|
|
2338
2338
|
alerts: {
|
|
2339
|
-
campaignDonation: ['username', 'currency', 'amount'],
|
|
2339
|
+
campaignDonation: ['username', 'currency', 'currencySymbol', 'amount'],
|
|
2340
2340
|
},
|
|
2341
2341
|
},
|
|
2342
2342
|
throne: {
|
|
@@ -2349,7 +2349,7 @@ export const AllVariables = {
|
|
|
2349
2349
|
},
|
|
2350
2350
|
tipeeestream: {
|
|
2351
2351
|
alerts: {
|
|
2352
|
-
donation: ['username', 'currency', 'amount'],
|
|
2352
|
+
donation: ['username', 'currency', 'currencySymbol', 'amount'],
|
|
2353
2353
|
},
|
|
2354
2354
|
},
|
|
2355
2355
|
treatstream: {
|
|
@@ -2557,10 +2557,10 @@ export const AllVariables = {
|
|
|
2557
2557
|
goalStarted: ['goal_type', 'goal_id', 'goal_description', 'goal_amount', 'goal_target_amount'],
|
|
2558
2558
|
goalProgressed: ['goal_type', 'goal_id', 'goal_description', 'goal_amount', 'goal_target_amount'],
|
|
2559
2559
|
goalEnded: ['goal_type', 'goal_id', 'goal_description', 'goal_amount', 'goal_target_amount', 'goal_achieved', 'goal_status'],
|
|
2560
|
-
charityDonation: ['userId', 'username', 'displayname', 'amount', 'currency', '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', 'started_at'],
|
|
2562
|
-
charityCampaignProgressed: ['charity_name', 'charity_description', 'charity_logo', 'charity_amount', 'charity_target_amount', 'charity_website', 'currency'],
|
|
2563
|
-
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'],
|
|
2564
2564
|
categoryChanged: ['category_name', 'category_id', 'channel_title'],
|
|
2565
2565
|
clip: [
|
|
2566
2566
|
'username',
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/index.d.ts
CHANGED
|
@@ -9,3 +9,4 @@ export { TiktokGiftsData } from './tiktok_gifts';
|
|
|
9
9
|
export { YoutubeSuperstickersData } from './youtube_superstickers';
|
|
10
10
|
export { VIEWER_PROFILE_ACHIEVEMENTS, type ViewerProfileAchievementColor, type ViewerProfileAchievementDefinition, type ViewerProfileAchievementMetric, type ViewerProfileCollectionMode, type ViewerProfileCollectionRule, type ViewerProfileCollectionSettings, type ViewerProfileCollectionSource, } from './viewer_profile_achievements';
|
|
11
11
|
export { SongRequestStatus, SongRequestSource, SongRequestProvider, SongRequestPlaybackTarget, type SongRequestItem, type SongRequestConfig, type SongRequestState, type SongRequestQueueUpdatePayload, type SongRequestPendingUpdatePayload, type SongRequestNowPlayingPayload, type SongRequestAddParams, type SongRequestModerationParams, } from './songrequest.types';
|
|
12
|
+
export type { IAlertEvent, AlertPlatform, AlertEventUnion, SessionAggregateDynamic, SessionAggregateExtraSettings, TwitchFollowerDynamic, TwitchFollowerExtraSettings, TwitchSubscriberDynamic, TwitchSubscriberExtraSettings, TwitchGiftSubscriptionRecipient, TwitchGiftSubscriptionDynamic, TwitchGiftSubscriptionExtraSettings, TwitchBitsDynamic, TwitchBitsExtraSettings, TwitchBitsComboDynamic, TwitchBitsComboExtraSettings, TwitchRaidDynamic, TwitchRaidExtraSettings, TwitchRaidOutDynamic, TwitchRaidOutExtraSettings, TwitchChannelJoinDynamic, TwitchChannelJoinExtraSettings, TwitchChannelLeaveDynamic, TwitchChannelLeaveExtraSettings, TwitchFirstChatterDynamic, TwitchFirstChatterExtraSettings, TwitchEntranceDynamic, TwitchEntranceExtraSettings, TwitchTimeoutDynamic, TwitchTimeoutExtraSettings, TwitchTimeoutOverDynamic, TwitchTimeoutOverExtraSettings, TwitchBannedDynamic, TwitchBannedExtraSettings, TwitchClipDynamic, TwitchClipExtraSettings, TwitchCategoryDynamic, TwitchCategoryExtraSettings, TwitchHypeTrainInfo, TwitchHypeTrainDynamic, TwitchHypeTrainExtraSettings, TwitchHypeTrainStartedDynamic, TwitchHypeTrainStartedExtraSettings, TwitchHypeTrainProgressedDynamic, TwitchHypeTrainProgressedExtraSettings, TwitchHypeTrainLevelProgressedDynamic, TwitchHypeTrainLevelProgressedExtraSettings, TwitchHypeTrainEndedDynamic, TwitchHypeTrainEndedExtraSettings, TwitchPollChoice, TwitchPollInfo, TwitchPollDynamic, TwitchPollExtraSettings, TwitchPollStartedDynamic, TwitchPollStartedExtraSettings, TwitchPollProgressedDynamic, TwitchPollProgressedExtraSettings, TwitchPollEndedDynamic, TwitchPollEndedExtraSettings, TwitchPredictionOutcome, TwitchPredictionInfo, TwitchPredictionDynamic, TwitchPredictionExtraSettings, TwitchPredictionStartedDynamic, TwitchPredictionStartedExtraSettings, TwitchPredictionProgressedDynamic, TwitchPredictionProgressedExtraSettings, TwitchPredictionLockedDynamic, TwitchPredictionLockedExtraSettings, TwitchPredictionEndedDynamic, TwitchPredictionEndedExtraSettings, TwitchGoalInfo, TwitchGoalDynamic, TwitchGoalExtraSettings, TwitchGoalStartedDynamic, TwitchGoalStartedExtraSettings, TwitchGoalProgressedDynamic, TwitchGoalProgressedExtraSettings, TwitchGoalEndedDynamic, TwitchGoalEndedExtraSettings, TwitchCharityDonationDynamic, TwitchCharityDonationExtraSettings, TwitchCharityCampaignDynamic, TwitchCharityCampaignExtraSettings, TwitchCharityCampaignStartedDynamic, TwitchCharityCampaignStartedExtraSettings, TwitchCharityCampaignProgressedDynamic, TwitchCharityCampaignProgressedExtraSettings, TwitchCharityCampaignStoppedDynamic, TwitchCharityCampaignStoppedExtraSettings, TwitchShoutoutReceiveDynamic, TwitchShoutoutReceiveExtraSettings, TwitchAdDynamic, TwitchAdStartedExtraSettings, TwitchAdStoppedExtraSettings, TwitchStreamLiveDynamic, TwitchStreamLiveExtraSettings, TwitchStreamOfflineDynamic, TwitchStreamOfflineExtraSettings, TwitchWatchStreakDynamic, TwitchWatchStreakExtraSettings, TwitchPowerupsDynamic, TwitchPowerupsExtraSettings, TwitchPowerupsPointsExtraSettings, TwitchRedemptionDynamic, TwitchRedemptionExtraSettings, TwitchSessionFollowersDynamic, TwitchSessionFollowersExtraSettings, TwitchSessionSubsDynamic, TwitchSessionSubsExtraSettings, TwitchSessionGiftSubscriptionsDynamic, TwitchSessionGiftSubscriptionsExtraSettings, TwitchSessionBitsDynamic, TwitchSessionBitsExtraSettings, KickFollowerDynamic, KickFollowerExtraSettings, KickSubscriberDynamic, KickSubscriberExtraSettings, KickGiftSubscriptionRecipient, KickGiftSubscriptionDynamic, KickGiftSubscriptionExtraSettings, KickKicksDynamic, KickKicksExtraSettings, KickHostDynamic, KickHostExtraSettings, KickBannedDynamic, KickBannedExtraSettings, KickUnbannedDynamic, KickUnbannedExtraSettings, KickFirstChatterDynamic, KickFirstChatterExtraSettings, KickEntranceDynamic, KickEntranceExtraSettings, KickSessionFollowersDynamic, KickSessionFollowersExtraSettings, KickSessionSubsDynamic, KickSessionSubsExtraSettings, KickSessionGiftSubscriptionsDynamic, KickSessionGiftSubscriptionsExtraSettings, KickSessionKicksDynamic, KickSessionKicksExtraSettings, } from './wire.types';
|
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'],
|
|
@@ -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'],
|
|
@@ -2341,7 +2341,7 @@ exports.AllVariables = {
|
|
|
2341
2341
|
tiltify: {
|
|
2342
2342
|
variables: ['tiltify_goal_amount', 'tiltify_total_raised'],
|
|
2343
2343
|
alerts: {
|
|
2344
|
-
campaignDonation: ['username', 'currency', 'amount'],
|
|
2344
|
+
campaignDonation: ['username', 'currency', 'currencySymbol', 'amount'],
|
|
2345
2345
|
},
|
|
2346
2346
|
},
|
|
2347
2347
|
throne: {
|
|
@@ -2354,7 +2354,7 @@ exports.AllVariables = {
|
|
|
2354
2354
|
},
|
|
2355
2355
|
tipeeestream: {
|
|
2356
2356
|
alerts: {
|
|
2357
|
-
donation: ['username', 'currency', 'amount'],
|
|
2357
|
+
donation: ['username', 'currency', 'currencySymbol', 'amount'],
|
|
2358
2358
|
},
|
|
2359
2359
|
},
|
|
2360
2360
|
treatstream: {
|
|
@@ -2562,10 +2562,10 @@ exports.AllVariables = {
|
|
|
2562
2562
|
goalStarted: ['goal_type', 'goal_id', 'goal_description', 'goal_amount', 'goal_target_amount'],
|
|
2563
2563
|
goalProgressed: ['goal_type', 'goal_id', 'goal_description', 'goal_amount', 'goal_target_amount'],
|
|
2564
2564
|
goalEnded: ['goal_type', 'goal_id', 'goal_description', 'goal_amount', 'goal_target_amount', 'goal_achieved', 'goal_status'],
|
|
2565
|
-
charityDonation: ['userId', 'username', 'displayname', 'amount', 'currency', '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', 'started_at'],
|
|
2567
|
-
charityCampaignProgressed: ['charity_name', 'charity_description', 'charity_logo', 'charity_amount', 'charity_target_amount', 'charity_website', 'currency'],
|
|
2568
|
-
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'],
|
|
2569
2569
|
categoryChanged: ['category_name', 'category_id', 'channel_title'],
|
|
2570
2570
|
clip: [
|
|
2571
2571
|
'username',
|
|
@@ -0,0 +1,626 @@
|
|
|
1
|
+
import type { LumiaAlertValues } from './activity.types';
|
|
2
|
+
export type AlertPlatform = 'twitch' | 'kick' | 'youtube' | 'facebook' | 'tiktok' | 'lumiastream' | string;
|
|
3
|
+
export interface IAlertEvent<TDynamic = Record<string, unknown>, TExtraSettings = {
|
|
4
|
+
platform?: AlertPlatform;
|
|
5
|
+
[k: string]: unknown;
|
|
6
|
+
}> {
|
|
7
|
+
alert: LumiaAlertValues | string;
|
|
8
|
+
variation?: string;
|
|
9
|
+
duration?: number;
|
|
10
|
+
dynamic: TDynamic;
|
|
11
|
+
extraSettings: TExtraSettings;
|
|
12
|
+
fromLumia?: boolean;
|
|
13
|
+
processed?: boolean;
|
|
14
|
+
silent?: boolean;
|
|
15
|
+
timestamp?: string;
|
|
16
|
+
replay?: boolean;
|
|
17
|
+
}
|
|
18
|
+
export interface SessionAggregateDynamic {
|
|
19
|
+
value: number;
|
|
20
|
+
total: number;
|
|
21
|
+
previousTotal: number;
|
|
22
|
+
}
|
|
23
|
+
export interface SessionAggregateExtraSettings {
|
|
24
|
+
total: number;
|
|
25
|
+
previousTotal: number;
|
|
26
|
+
platform?: AlertPlatform;
|
|
27
|
+
}
|
|
28
|
+
export interface TwitchFollowerDynamic {
|
|
29
|
+
value: string;
|
|
30
|
+
username: string;
|
|
31
|
+
}
|
|
32
|
+
export interface TwitchFollowerExtraSettings {
|
|
33
|
+
username: string;
|
|
34
|
+
displayname: string;
|
|
35
|
+
userId: string | number;
|
|
36
|
+
avatar?: string;
|
|
37
|
+
profile_image_url?: string;
|
|
38
|
+
platform: 'twitch';
|
|
39
|
+
}
|
|
40
|
+
export interface TwitchSubscriberDynamic {
|
|
41
|
+
value: string;
|
|
42
|
+
username: string;
|
|
43
|
+
isResub: boolean;
|
|
44
|
+
isAnon: boolean;
|
|
45
|
+
isPrime: boolean;
|
|
46
|
+
streakMonths: number;
|
|
47
|
+
subMonths: number;
|
|
48
|
+
}
|
|
49
|
+
export interface TwitchSubscriberExtraSettings {
|
|
50
|
+
userId: string | number;
|
|
51
|
+
username: string;
|
|
52
|
+
displayname: string;
|
|
53
|
+
value: string;
|
|
54
|
+
tier: string;
|
|
55
|
+
subPlan: string;
|
|
56
|
+
subPlanName: string;
|
|
57
|
+
message: string;
|
|
58
|
+
streakMonths: number;
|
|
59
|
+
subMonths: number;
|
|
60
|
+
avatar?: string;
|
|
61
|
+
profile_image_url?: string;
|
|
62
|
+
platform: 'twitch';
|
|
63
|
+
}
|
|
64
|
+
export interface TwitchGiftSubscriptionRecipient {
|
|
65
|
+
username: string;
|
|
66
|
+
userId: string | number;
|
|
67
|
+
displayname: string;
|
|
68
|
+
avatar?: string;
|
|
69
|
+
}
|
|
70
|
+
export interface TwitchGiftSubscriptionDynamic {
|
|
71
|
+
value: string;
|
|
72
|
+
giftAmount: number;
|
|
73
|
+
amount: number;
|
|
74
|
+
totalGifts: number;
|
|
75
|
+
isAnon: boolean;
|
|
76
|
+
isPrime: boolean;
|
|
77
|
+
subMonths: number;
|
|
78
|
+
streakMonths?: number;
|
|
79
|
+
username: string;
|
|
80
|
+
}
|
|
81
|
+
export interface TwitchGiftSubscriptionExtraSettings {
|
|
82
|
+
userId: string | number;
|
|
83
|
+
username: string;
|
|
84
|
+
displayname: string;
|
|
85
|
+
value: string;
|
|
86
|
+
gifter: string;
|
|
87
|
+
recipient?: string;
|
|
88
|
+
recipients: string;
|
|
89
|
+
recipientsRaw: TwitchGiftSubscriptionRecipient[];
|
|
90
|
+
tier: string;
|
|
91
|
+
subPlan: string;
|
|
92
|
+
subPlanName: string;
|
|
93
|
+
message: string;
|
|
94
|
+
giftAmount: number;
|
|
95
|
+
amount: number;
|
|
96
|
+
totalGifts: number;
|
|
97
|
+
subMonths: number;
|
|
98
|
+
streakMonths?: number;
|
|
99
|
+
avatar?: string;
|
|
100
|
+
profile_image_url?: string;
|
|
101
|
+
platform: 'twitch';
|
|
102
|
+
}
|
|
103
|
+
export interface TwitchBitsDynamic {
|
|
104
|
+
value: number;
|
|
105
|
+
username: string;
|
|
106
|
+
}
|
|
107
|
+
export interface TwitchBitsExtraSettings {
|
|
108
|
+
username: string;
|
|
109
|
+
displayname: string;
|
|
110
|
+
avatar?: string;
|
|
111
|
+
profile_image_url?: string;
|
|
112
|
+
userId: string | number;
|
|
113
|
+
amount: number;
|
|
114
|
+
value: number;
|
|
115
|
+
bits: number;
|
|
116
|
+
bitsType: string;
|
|
117
|
+
message: string;
|
|
118
|
+
rawMessage: string;
|
|
119
|
+
full_message?: string;
|
|
120
|
+
platform: 'twitch';
|
|
121
|
+
}
|
|
122
|
+
export interface TwitchBitsComboDynamic {
|
|
123
|
+
value: number;
|
|
124
|
+
username: string;
|
|
125
|
+
}
|
|
126
|
+
export interface TwitchBitsComboExtraSettings {
|
|
127
|
+
amount: number;
|
|
128
|
+
username: string;
|
|
129
|
+
displayname: string;
|
|
130
|
+
avatar?: string;
|
|
131
|
+
userId: string | number;
|
|
132
|
+
bitsType: string;
|
|
133
|
+
message: string;
|
|
134
|
+
rawMessage: string;
|
|
135
|
+
full_message?: string;
|
|
136
|
+
platform: 'twitch';
|
|
137
|
+
}
|
|
138
|
+
export interface TwitchRaidDynamic {
|
|
139
|
+
value: number;
|
|
140
|
+
amount: number;
|
|
141
|
+
username: string;
|
|
142
|
+
}
|
|
143
|
+
export interface TwitchRaidExtraSettings {
|
|
144
|
+
username: string;
|
|
145
|
+
displayname: string;
|
|
146
|
+
userId: string | number;
|
|
147
|
+
value: number;
|
|
148
|
+
viewers: number;
|
|
149
|
+
amount: number;
|
|
150
|
+
avatar?: string;
|
|
151
|
+
profile_image_url?: string;
|
|
152
|
+
platform: 'twitch';
|
|
153
|
+
}
|
|
154
|
+
export type TwitchRaidOutDynamic = TwitchRaidDynamic;
|
|
155
|
+
export type TwitchRaidOutExtraSettings = TwitchRaidExtraSettings;
|
|
156
|
+
export interface TwitchChannelJoinDynamic {
|
|
157
|
+
value: string;
|
|
158
|
+
username?: string;
|
|
159
|
+
}
|
|
160
|
+
export interface TwitchChannelJoinExtraSettings {
|
|
161
|
+
username: string;
|
|
162
|
+
platform: 'twitch';
|
|
163
|
+
}
|
|
164
|
+
export type TwitchChannelLeaveDynamic = TwitchChannelJoinDynamic;
|
|
165
|
+
export type TwitchChannelLeaveExtraSettings = TwitchChannelJoinExtraSettings;
|
|
166
|
+
export interface TwitchFirstChatterDynamic {
|
|
167
|
+
value: string;
|
|
168
|
+
username: string;
|
|
169
|
+
}
|
|
170
|
+
export interface TwitchFirstChatterExtraSettings {
|
|
171
|
+
username: string;
|
|
172
|
+
displayname: string;
|
|
173
|
+
userId: string | number;
|
|
174
|
+
avatar?: string;
|
|
175
|
+
platform: 'twitch';
|
|
176
|
+
}
|
|
177
|
+
export type TwitchEntranceDynamic = TwitchFirstChatterDynamic;
|
|
178
|
+
export type TwitchEntranceExtraSettings = TwitchFirstChatterExtraSettings;
|
|
179
|
+
export interface TwitchTimeoutDynamic {
|
|
180
|
+
value: string;
|
|
181
|
+
}
|
|
182
|
+
export interface TwitchTimeoutExtraSettings {
|
|
183
|
+
username: string;
|
|
184
|
+
userId: string | number;
|
|
185
|
+
avatar?: string;
|
|
186
|
+
reason?: string;
|
|
187
|
+
timeout_duration: number;
|
|
188
|
+
expiration_ms: number;
|
|
189
|
+
platform: 'twitch';
|
|
190
|
+
}
|
|
191
|
+
export type TwitchTimeoutOverDynamic = TwitchTimeoutDynamic;
|
|
192
|
+
export type TwitchTimeoutOverExtraSettings = TwitchTimeoutExtraSettings;
|
|
193
|
+
export interface TwitchBannedDynamic {
|
|
194
|
+
value: string;
|
|
195
|
+
}
|
|
196
|
+
export interface TwitchBannedExtraSettings {
|
|
197
|
+
username: string;
|
|
198
|
+
userId: string | number;
|
|
199
|
+
avatar?: string;
|
|
200
|
+
reason?: string;
|
|
201
|
+
platform: 'twitch';
|
|
202
|
+
}
|
|
203
|
+
export interface TwitchClipExtraSettings {
|
|
204
|
+
username: string;
|
|
205
|
+
displayname: string;
|
|
206
|
+
userId: string | number;
|
|
207
|
+
clip_url: string;
|
|
208
|
+
clip_id: string;
|
|
209
|
+
clip_title: string;
|
|
210
|
+
clip_duration: number;
|
|
211
|
+
clip_thumbnail: string;
|
|
212
|
+
clip_shoutout_url?: string;
|
|
213
|
+
clip_user_is_mod?: boolean;
|
|
214
|
+
clip_user_is_vip?: boolean;
|
|
215
|
+
clip_user_is_sub?: boolean;
|
|
216
|
+
clip_user_is_broadcaster?: boolean;
|
|
217
|
+
clip_created_at: string;
|
|
218
|
+
platform: 'twitch';
|
|
219
|
+
}
|
|
220
|
+
export type TwitchClipDynamic = Record<string, never>;
|
|
221
|
+
export interface TwitchCategoryDynamic {
|
|
222
|
+
value: string;
|
|
223
|
+
}
|
|
224
|
+
export interface TwitchCategoryExtraSettings {
|
|
225
|
+
title: string;
|
|
226
|
+
category_id: string;
|
|
227
|
+
category_name: string;
|
|
228
|
+
description?: string;
|
|
229
|
+
view_count?: number;
|
|
230
|
+
profile_image_url?: string;
|
|
231
|
+
offline_image_url?: string;
|
|
232
|
+
platform: 'twitch';
|
|
233
|
+
}
|
|
234
|
+
export interface TwitchHypeTrainInfo {
|
|
235
|
+
level: number;
|
|
236
|
+
progress: number;
|
|
237
|
+
goal: number;
|
|
238
|
+
total: number;
|
|
239
|
+
top_contributions?: Array<{
|
|
240
|
+
user_name?: string;
|
|
241
|
+
user_id?: string | number;
|
|
242
|
+
type?: string;
|
|
243
|
+
total?: number;
|
|
244
|
+
}>;
|
|
245
|
+
}
|
|
246
|
+
export interface TwitchHypeTrainDynamic {
|
|
247
|
+
value: number;
|
|
248
|
+
amount: number;
|
|
249
|
+
}
|
|
250
|
+
export interface TwitchHypeTrainExtraSettings extends TwitchHypeTrainInfo {
|
|
251
|
+
value?: number;
|
|
252
|
+
amount: number;
|
|
253
|
+
platform: 'twitch';
|
|
254
|
+
}
|
|
255
|
+
export type TwitchHypeTrainStartedDynamic = TwitchHypeTrainDynamic;
|
|
256
|
+
export type TwitchHypeTrainStartedExtraSettings = TwitchHypeTrainExtraSettings;
|
|
257
|
+
export type TwitchHypeTrainProgressedDynamic = TwitchHypeTrainDynamic;
|
|
258
|
+
export type TwitchHypeTrainProgressedExtraSettings = TwitchHypeTrainExtraSettings;
|
|
259
|
+
export type TwitchHypeTrainLevelProgressedDynamic = TwitchHypeTrainDynamic;
|
|
260
|
+
export type TwitchHypeTrainLevelProgressedExtraSettings = TwitchHypeTrainExtraSettings;
|
|
261
|
+
export type TwitchHypeTrainEndedDynamic = TwitchHypeTrainDynamic;
|
|
262
|
+
export type TwitchHypeTrainEndedExtraSettings = TwitchHypeTrainExtraSettings;
|
|
263
|
+
export interface TwitchPollChoice {
|
|
264
|
+
id?: string;
|
|
265
|
+
title: string;
|
|
266
|
+
votes?: number;
|
|
267
|
+
channel_points_votes?: number;
|
|
268
|
+
bits_votes?: number;
|
|
269
|
+
}
|
|
270
|
+
export interface TwitchPollInfo {
|
|
271
|
+
poll_id: string;
|
|
272
|
+
poll_title: string;
|
|
273
|
+
poll_winning_title?: string;
|
|
274
|
+
poll_duration?: number;
|
|
275
|
+
poll_choices: TwitchPollChoice[];
|
|
276
|
+
}
|
|
277
|
+
export interface TwitchPollDynamic {
|
|
278
|
+
value: string;
|
|
279
|
+
}
|
|
280
|
+
export type TwitchPollExtraSettings = TwitchPollInfo & {
|
|
281
|
+
platform: 'twitch';
|
|
282
|
+
};
|
|
283
|
+
export type TwitchPollStartedDynamic = TwitchPollDynamic;
|
|
284
|
+
export type TwitchPollStartedExtraSettings = TwitchPollExtraSettings;
|
|
285
|
+
export type TwitchPollProgressedDynamic = TwitchPollDynamic;
|
|
286
|
+
export type TwitchPollProgressedExtraSettings = TwitchPollExtraSettings;
|
|
287
|
+
export type TwitchPollEndedDynamic = TwitchPollDynamic;
|
|
288
|
+
export type TwitchPollEndedExtraSettings = TwitchPollExtraSettings;
|
|
289
|
+
export interface TwitchPredictionOutcome {
|
|
290
|
+
id?: string;
|
|
291
|
+
title: string;
|
|
292
|
+
color?: string;
|
|
293
|
+
users?: number;
|
|
294
|
+
channel_points?: number;
|
|
295
|
+
top_predictors?: Array<{
|
|
296
|
+
user_name?: string;
|
|
297
|
+
user_id?: string | number;
|
|
298
|
+
channel_points_used?: number;
|
|
299
|
+
channel_points_won?: number;
|
|
300
|
+
}>;
|
|
301
|
+
}
|
|
302
|
+
export interface TwitchPredictionInfo {
|
|
303
|
+
prediction_id: string;
|
|
304
|
+
prediction_title: string;
|
|
305
|
+
prediction_winning_outcome_title?: string;
|
|
306
|
+
outcomes: TwitchPredictionOutcome[];
|
|
307
|
+
creation_time?: string;
|
|
308
|
+
}
|
|
309
|
+
export interface TwitchPredictionDynamic {
|
|
310
|
+
value: string;
|
|
311
|
+
}
|
|
312
|
+
export type TwitchPredictionExtraSettings = TwitchPredictionInfo & {
|
|
313
|
+
platform: 'twitch';
|
|
314
|
+
};
|
|
315
|
+
export type TwitchPredictionStartedDynamic = TwitchPredictionDynamic;
|
|
316
|
+
export type TwitchPredictionStartedExtraSettings = TwitchPredictionExtraSettings;
|
|
317
|
+
export type TwitchPredictionProgressedDynamic = TwitchPredictionDynamic;
|
|
318
|
+
export type TwitchPredictionProgressedExtraSettings = TwitchPredictionExtraSettings;
|
|
319
|
+
export type TwitchPredictionLockedDynamic = TwitchPredictionDynamic;
|
|
320
|
+
export type TwitchPredictionLockedExtraSettings = TwitchPredictionExtraSettings;
|
|
321
|
+
export type TwitchPredictionEndedDynamic = TwitchPredictionDynamic;
|
|
322
|
+
export type TwitchPredictionEndedExtraSettings = TwitchPredictionExtraSettings;
|
|
323
|
+
export interface TwitchGoalInfo {
|
|
324
|
+
type: string;
|
|
325
|
+
description?: string;
|
|
326
|
+
target_amount: number;
|
|
327
|
+
current_amount: number;
|
|
328
|
+
}
|
|
329
|
+
export interface TwitchGoalDynamic {
|
|
330
|
+
value: string | number;
|
|
331
|
+
}
|
|
332
|
+
export type TwitchGoalExtraSettings = TwitchGoalInfo & {
|
|
333
|
+
platform: 'twitch';
|
|
334
|
+
};
|
|
335
|
+
export type TwitchGoalStartedDynamic = TwitchGoalDynamic;
|
|
336
|
+
export type TwitchGoalStartedExtraSettings = TwitchGoalExtraSettings;
|
|
337
|
+
export type TwitchGoalProgressedDynamic = TwitchGoalDynamic;
|
|
338
|
+
export type TwitchGoalProgressedExtraSettings = TwitchGoalExtraSettings;
|
|
339
|
+
export type TwitchGoalEndedDynamic = TwitchGoalDynamic;
|
|
340
|
+
export type TwitchGoalEndedExtraSettings = TwitchGoalExtraSettings;
|
|
341
|
+
export interface TwitchCharityDonationDynamic {
|
|
342
|
+
value: string;
|
|
343
|
+
}
|
|
344
|
+
export interface TwitchCharityDonationExtraSettings {
|
|
345
|
+
userId: string | number;
|
|
346
|
+
username: string;
|
|
347
|
+
displayname?: string;
|
|
348
|
+
amount: number;
|
|
349
|
+
currency: string;
|
|
350
|
+
currencySymbol: string;
|
|
351
|
+
charity_name: string;
|
|
352
|
+
avatar?: string;
|
|
353
|
+
platform: 'twitch';
|
|
354
|
+
}
|
|
355
|
+
export interface TwitchCharityCampaignDynamic {
|
|
356
|
+
value: string;
|
|
357
|
+
}
|
|
358
|
+
export interface TwitchCharityCampaignExtraSettings {
|
|
359
|
+
charity_name: string;
|
|
360
|
+
current_amount?: number;
|
|
361
|
+
target_amount?: number;
|
|
362
|
+
currency: string;
|
|
363
|
+
currencySymbol: string;
|
|
364
|
+
charity_logo?: string;
|
|
365
|
+
platform: 'twitch';
|
|
366
|
+
}
|
|
367
|
+
export type TwitchCharityCampaignStartedDynamic = TwitchCharityCampaignDynamic;
|
|
368
|
+
export type TwitchCharityCampaignStartedExtraSettings = TwitchCharityCampaignExtraSettings;
|
|
369
|
+
export type TwitchCharityCampaignProgressedDynamic = TwitchCharityCampaignDynamic;
|
|
370
|
+
export type TwitchCharityCampaignProgressedExtraSettings = TwitchCharityCampaignExtraSettings;
|
|
371
|
+
export type TwitchCharityCampaignStoppedDynamic = TwitchCharityCampaignDynamic;
|
|
372
|
+
export type TwitchCharityCampaignStoppedExtraSettings = TwitchCharityCampaignExtraSettings;
|
|
373
|
+
export interface TwitchShoutoutReceiveDynamic {
|
|
374
|
+
value: string;
|
|
375
|
+
username: string;
|
|
376
|
+
}
|
|
377
|
+
export interface TwitchShoutoutReceiveExtraSettings {
|
|
378
|
+
userId: string | number;
|
|
379
|
+
username: string;
|
|
380
|
+
displayname?: string;
|
|
381
|
+
broadcaster_language?: string;
|
|
382
|
+
avatar?: string;
|
|
383
|
+
profile_image_url?: string;
|
|
384
|
+
platform: 'twitch';
|
|
385
|
+
}
|
|
386
|
+
export interface TwitchAdDynamic {
|
|
387
|
+
value: number;
|
|
388
|
+
amount: number;
|
|
389
|
+
}
|
|
390
|
+
export interface TwitchAdStartedExtraSettings {
|
|
391
|
+
length: number;
|
|
392
|
+
amount: number;
|
|
393
|
+
is_automatic?: boolean;
|
|
394
|
+
platform: 'twitch';
|
|
395
|
+
}
|
|
396
|
+
export interface TwitchAdStoppedExtraSettings {
|
|
397
|
+
length: number;
|
|
398
|
+
amount: number;
|
|
399
|
+
next_ad_starts?: number;
|
|
400
|
+
next_ad_starts_date?: string;
|
|
401
|
+
platform: 'twitch';
|
|
402
|
+
}
|
|
403
|
+
export interface TwitchStreamLiveDynamic {
|
|
404
|
+
value: string;
|
|
405
|
+
}
|
|
406
|
+
export interface TwitchStreamLiveExtraSettings {
|
|
407
|
+
value: string;
|
|
408
|
+
eventTime?: string;
|
|
409
|
+
stream_id?: string;
|
|
410
|
+
title?: string;
|
|
411
|
+
category_id?: string;
|
|
412
|
+
category_name?: string;
|
|
413
|
+
platform: 'twitch';
|
|
414
|
+
}
|
|
415
|
+
export type TwitchStreamOfflineDynamic = Record<string, never>;
|
|
416
|
+
export interface TwitchStreamOfflineExtraSettings {
|
|
417
|
+
platform?: 'twitch';
|
|
418
|
+
}
|
|
419
|
+
export interface TwitchWatchStreakDynamic {
|
|
420
|
+
value: number;
|
|
421
|
+
username: string;
|
|
422
|
+
}
|
|
423
|
+
export interface TwitchWatchStreakExtraSettings {
|
|
424
|
+
username: string;
|
|
425
|
+
displayname: string;
|
|
426
|
+
avatar?: string;
|
|
427
|
+
userId: string | number;
|
|
428
|
+
streak_count: number;
|
|
429
|
+
channel_points_awarded: number;
|
|
430
|
+
amount: number;
|
|
431
|
+
message?: string;
|
|
432
|
+
platform: 'twitch';
|
|
433
|
+
}
|
|
434
|
+
export interface TwitchPowerupsDynamic {
|
|
435
|
+
value: number;
|
|
436
|
+
username: string;
|
|
437
|
+
name: string;
|
|
438
|
+
}
|
|
439
|
+
export interface TwitchPowerupsExtraSettings {
|
|
440
|
+
username: string;
|
|
441
|
+
displayname: string;
|
|
442
|
+
avatar?: string;
|
|
443
|
+
userId: string | number;
|
|
444
|
+
amount: number;
|
|
445
|
+
value: number;
|
|
446
|
+
bits: number;
|
|
447
|
+
type: string;
|
|
448
|
+
platform: 'twitch';
|
|
449
|
+
}
|
|
450
|
+
export interface TwitchPowerupsPointsExtraSettings {
|
|
451
|
+
username: string;
|
|
452
|
+
displayname: string;
|
|
453
|
+
avatar?: string;
|
|
454
|
+
userId: string | number;
|
|
455
|
+
amount: number;
|
|
456
|
+
value: number;
|
|
457
|
+
points: number;
|
|
458
|
+
type: string;
|
|
459
|
+
platform: 'twitch';
|
|
460
|
+
}
|
|
461
|
+
export interface TwitchRedemptionDynamic {
|
|
462
|
+
value: string;
|
|
463
|
+
username: string;
|
|
464
|
+
}
|
|
465
|
+
export interface TwitchRedemptionExtraSettings {
|
|
466
|
+
username: string;
|
|
467
|
+
displayname: string;
|
|
468
|
+
userId: string | number;
|
|
469
|
+
avatar?: string;
|
|
470
|
+
reward_id: string;
|
|
471
|
+
reward_title: string;
|
|
472
|
+
reward_cost: number;
|
|
473
|
+
reward_prompt?: string;
|
|
474
|
+
user_input?: string;
|
|
475
|
+
redeemed_at?: string;
|
|
476
|
+
platform: 'twitch';
|
|
477
|
+
}
|
|
478
|
+
export type TwitchSessionFollowersDynamic = SessionAggregateDynamic;
|
|
479
|
+
export type TwitchSessionFollowersExtraSettings = SessionAggregateExtraSettings;
|
|
480
|
+
export type TwitchSessionSubsDynamic = SessionAggregateDynamic;
|
|
481
|
+
export type TwitchSessionSubsExtraSettings = SessionAggregateExtraSettings;
|
|
482
|
+
export type TwitchSessionGiftSubscriptionsDynamic = SessionAggregateDynamic;
|
|
483
|
+
export type TwitchSessionGiftSubscriptionsExtraSettings = SessionAggregateExtraSettings;
|
|
484
|
+
export type TwitchSessionBitsDynamic = SessionAggregateDynamic;
|
|
485
|
+
export type TwitchSessionBitsExtraSettings = SessionAggregateExtraSettings;
|
|
486
|
+
export interface KickFollowerDynamic {
|
|
487
|
+
value: string;
|
|
488
|
+
username: string;
|
|
489
|
+
}
|
|
490
|
+
export interface KickFollowerExtraSettings {
|
|
491
|
+
username: string;
|
|
492
|
+
avatar?: string;
|
|
493
|
+
displayname: string;
|
|
494
|
+
userId: string | number;
|
|
495
|
+
platform: 'kick';
|
|
496
|
+
}
|
|
497
|
+
export interface KickSubscriberDynamic {
|
|
498
|
+
value: number;
|
|
499
|
+
subMonths: number;
|
|
500
|
+
amount: number;
|
|
501
|
+
username: string;
|
|
502
|
+
isAnon: boolean;
|
|
503
|
+
}
|
|
504
|
+
export interface KickSubscriberExtraSettings {
|
|
505
|
+
username: string;
|
|
506
|
+
avatar?: string;
|
|
507
|
+
displayname: string;
|
|
508
|
+
months: number;
|
|
509
|
+
subMonths: number;
|
|
510
|
+
streakMonths: number;
|
|
511
|
+
message: string;
|
|
512
|
+
tier: string;
|
|
513
|
+
subPlan: string;
|
|
514
|
+
subPlanName: string;
|
|
515
|
+
platform: 'kick';
|
|
516
|
+
}
|
|
517
|
+
export interface KickGiftSubscriptionRecipient {
|
|
518
|
+
username: string;
|
|
519
|
+
userId: string | number;
|
|
520
|
+
displayname: string;
|
|
521
|
+
avatar?: string;
|
|
522
|
+
}
|
|
523
|
+
export interface KickGiftSubscriptionDynamic {
|
|
524
|
+
value: number;
|
|
525
|
+
giftAmount: number;
|
|
526
|
+
totalGifts: number;
|
|
527
|
+
username: string;
|
|
528
|
+
}
|
|
529
|
+
export interface KickGiftSubscriptionExtraSettings {
|
|
530
|
+
username: string;
|
|
531
|
+
userId: string | number;
|
|
532
|
+
avatar?: string;
|
|
533
|
+
displayname: string;
|
|
534
|
+
gifter: string;
|
|
535
|
+
recipient: string;
|
|
536
|
+
recipients: string;
|
|
537
|
+
recipientsRaw?: KickGiftSubscriptionRecipient[];
|
|
538
|
+
amount: number;
|
|
539
|
+
giftAmount: number;
|
|
540
|
+
totalGifts: number;
|
|
541
|
+
tier: string;
|
|
542
|
+
subMonths: number;
|
|
543
|
+
streakMonths: number;
|
|
544
|
+
message: string;
|
|
545
|
+
subPlan: string;
|
|
546
|
+
subPlanName: string;
|
|
547
|
+
platform: 'kick';
|
|
548
|
+
}
|
|
549
|
+
export interface KickKicksDynamic {
|
|
550
|
+
value: number;
|
|
551
|
+
username: string;
|
|
552
|
+
name: string;
|
|
553
|
+
}
|
|
554
|
+
export interface KickKicksExtraSettings {
|
|
555
|
+
username: string;
|
|
556
|
+
displayname: string;
|
|
557
|
+
avatar?: string;
|
|
558
|
+
userId: string | number;
|
|
559
|
+
amount: number;
|
|
560
|
+
value: number;
|
|
561
|
+
kicks: number;
|
|
562
|
+
name: string;
|
|
563
|
+
tier: string;
|
|
564
|
+
id: string;
|
|
565
|
+
type: string;
|
|
566
|
+
message: string;
|
|
567
|
+
rawMessage: string;
|
|
568
|
+
full_message: string;
|
|
569
|
+
platform: 'kick';
|
|
570
|
+
}
|
|
571
|
+
export interface KickHostDynamic {
|
|
572
|
+
value: string;
|
|
573
|
+
amount: number;
|
|
574
|
+
}
|
|
575
|
+
export interface KickHostExtraSettings {
|
|
576
|
+
username: string;
|
|
577
|
+
viewers: number;
|
|
578
|
+
message?: string;
|
|
579
|
+
avatar?: string;
|
|
580
|
+
platform: 'kick';
|
|
581
|
+
}
|
|
582
|
+
export interface KickBannedDynamic {
|
|
583
|
+
value: string;
|
|
584
|
+
}
|
|
585
|
+
export interface KickBannedExtraSettings {
|
|
586
|
+
username: string;
|
|
587
|
+
userId: string | number;
|
|
588
|
+
bannedByUsername: string;
|
|
589
|
+
bannedByUserId: string | number;
|
|
590
|
+
expires: string;
|
|
591
|
+
avatar?: string;
|
|
592
|
+
platform: 'kick';
|
|
593
|
+
}
|
|
594
|
+
export interface KickUnbannedDynamic {
|
|
595
|
+
value: string;
|
|
596
|
+
}
|
|
597
|
+
export interface KickUnbannedExtraSettings {
|
|
598
|
+
username: string;
|
|
599
|
+
userId: string | number;
|
|
600
|
+
unbannedByUsername: string;
|
|
601
|
+
unbannedByUserId: string | number;
|
|
602
|
+
avatar?: string;
|
|
603
|
+
platform: 'kick';
|
|
604
|
+
}
|
|
605
|
+
export interface KickFirstChatterDynamic {
|
|
606
|
+
value: string;
|
|
607
|
+
username: string;
|
|
608
|
+
}
|
|
609
|
+
export interface KickFirstChatterExtraSettings {
|
|
610
|
+
username: string;
|
|
611
|
+
displayname: string;
|
|
612
|
+
userId: string | number;
|
|
613
|
+
avatar?: string;
|
|
614
|
+
platform: 'kick';
|
|
615
|
+
}
|
|
616
|
+
export type KickEntranceDynamic = KickFirstChatterDynamic;
|
|
617
|
+
export type KickEntranceExtraSettings = KickFirstChatterExtraSettings;
|
|
618
|
+
export type KickSessionFollowersDynamic = SessionAggregateDynamic;
|
|
619
|
+
export type KickSessionFollowersExtraSettings = SessionAggregateExtraSettings;
|
|
620
|
+
export type KickSessionSubsDynamic = SessionAggregateDynamic;
|
|
621
|
+
export type KickSessionSubsExtraSettings = SessionAggregateExtraSettings;
|
|
622
|
+
export type KickSessionGiftSubscriptionsDynamic = SessionAggregateDynamic;
|
|
623
|
+
export type KickSessionGiftSubscriptionsExtraSettings = SessionAggregateExtraSettings;
|
|
624
|
+
export type KickSessionKicksDynamic = SessionAggregateDynamic;
|
|
625
|
+
export type KickSessionKicksExtraSettings = SessionAggregateExtraSettings;
|
|
626
|
+
export type AlertEventUnion = IAlertEvent<TwitchFollowerDynamic, TwitchFollowerExtraSettings> | IAlertEvent<TwitchSubscriberDynamic, TwitchSubscriberExtraSettings> | IAlertEvent<TwitchGiftSubscriptionDynamic, TwitchGiftSubscriptionExtraSettings> | IAlertEvent<TwitchBitsDynamic, TwitchBitsExtraSettings> | IAlertEvent<TwitchBitsComboDynamic, TwitchBitsComboExtraSettings> | IAlertEvent<TwitchRaidDynamic, TwitchRaidExtraSettings> | IAlertEvent<TwitchRaidOutDynamic, TwitchRaidOutExtraSettings> | IAlertEvent<TwitchChannelJoinDynamic, TwitchChannelJoinExtraSettings> | IAlertEvent<TwitchChannelLeaveDynamic, TwitchChannelLeaveExtraSettings> | IAlertEvent<TwitchFirstChatterDynamic, TwitchFirstChatterExtraSettings> | IAlertEvent<TwitchEntranceDynamic, TwitchEntranceExtraSettings> | IAlertEvent<TwitchTimeoutDynamic, TwitchTimeoutExtraSettings> | IAlertEvent<TwitchTimeoutOverDynamic, TwitchTimeoutOverExtraSettings> | IAlertEvent<TwitchBannedDynamic, TwitchBannedExtraSettings> | IAlertEvent<TwitchClipDynamic, TwitchClipExtraSettings> | IAlertEvent<TwitchCategoryDynamic, TwitchCategoryExtraSettings> | IAlertEvent<TwitchHypeTrainDynamic, TwitchHypeTrainExtraSettings> | IAlertEvent<TwitchPollDynamic, TwitchPollExtraSettings> | IAlertEvent<TwitchPredictionDynamic, TwitchPredictionExtraSettings> | IAlertEvent<TwitchGoalDynamic, TwitchGoalExtraSettings> | IAlertEvent<TwitchCharityDonationDynamic, TwitchCharityDonationExtraSettings> | IAlertEvent<TwitchCharityCampaignDynamic, TwitchCharityCampaignExtraSettings> | IAlertEvent<TwitchShoutoutReceiveDynamic, TwitchShoutoutReceiveExtraSettings> | IAlertEvent<TwitchAdDynamic, TwitchAdStartedExtraSettings> | IAlertEvent<TwitchAdDynamic, TwitchAdStoppedExtraSettings> | IAlertEvent<TwitchStreamLiveDynamic, TwitchStreamLiveExtraSettings> | IAlertEvent<TwitchStreamOfflineDynamic, TwitchStreamOfflineExtraSettings> | IAlertEvent<TwitchWatchStreakDynamic, TwitchWatchStreakExtraSettings> | IAlertEvent<TwitchPowerupsDynamic, TwitchPowerupsExtraSettings> | IAlertEvent<TwitchPowerupsDynamic, TwitchPowerupsPointsExtraSettings> | IAlertEvent<TwitchRedemptionDynamic, TwitchRedemptionExtraSettings> | IAlertEvent<SessionAggregateDynamic, SessionAggregateExtraSettings> | IAlertEvent<KickFollowerDynamic, KickFollowerExtraSettings> | IAlertEvent<KickSubscriberDynamic, KickSubscriberExtraSettings> | IAlertEvent<KickGiftSubscriptionDynamic, KickGiftSubscriptionExtraSettings> | IAlertEvent<KickKicksDynamic, KickKicksExtraSettings> | IAlertEvent<KickHostDynamic, KickHostExtraSettings> | IAlertEvent<KickBannedDynamic, KickBannedExtraSettings> | IAlertEvent<KickUnbannedDynamic, KickUnbannedExtraSettings> | IAlertEvent<KickFirstChatterDynamic, KickFirstChatterExtraSettings> | IAlertEvent<KickEntranceDynamic, KickEntranceExtraSettings>;
|