@lumiastream/lumia-types 3.0.1 → 3.0.2
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 +84 -14
- package/package.json +1 -1
package/dist/alert.types.js
CHANGED
|
@@ -3909,45 +3909,101 @@ exports.LumiaAlertConfigs = {
|
|
|
3909
3909
|
acceptedVariables: variables_types_1.AllVariables.youtube.alerts.supersticker,
|
|
3910
3910
|
quickActions: [
|
|
3911
3911
|
{
|
|
3912
|
-
label: '
|
|
3913
|
-
dynamic: { value:
|
|
3912
|
+
label: 'Beaming Face ($0.99)',
|
|
3913
|
+
dynamic: { value: 0.99, currency: LumiaVariationCurrency.USD, name: 'emoji_beaming_face' },
|
|
3914
3914
|
extraSettings: {
|
|
3915
3915
|
username: 'lumiastream',
|
|
3916
3916
|
displayname: 'LumiaStream',
|
|
3917
3917
|
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
3918
|
-
amount:
|
|
3918
|
+
amount: 0.99,
|
|
3919
3919
|
currency: LumiaVariationCurrency.USD,
|
|
3920
3920
|
currencySymbol: '$',
|
|
3921
3921
|
stickerId: 'emoji_beaming_face',
|
|
3922
|
-
stickerName: '
|
|
3922
|
+
stickerName: 'Beaming face with smiling eyes',
|
|
3923
3923
|
},
|
|
3924
3924
|
},
|
|
3925
3925
|
{
|
|
3926
|
-
label: '
|
|
3927
|
-
dynamic: { value:
|
|
3926
|
+
label: 'Pear Hey You ($2.00)',
|
|
3927
|
+
dynamic: { value: 2, currency: LumiaVariationCurrency.USD, name: 'pearfect_hey_you_ja_v2' },
|
|
3928
3928
|
extraSettings: {
|
|
3929
3929
|
username: 'lumiastream',
|
|
3930
3930
|
displayname: 'LumiaStream',
|
|
3931
3931
|
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
3932
|
-
amount:
|
|
3932
|
+
amount: 2,
|
|
3933
3933
|
currency: LumiaVariationCurrency.USD,
|
|
3934
3934
|
currencySymbol: '$',
|
|
3935
|
-
stickerId: '
|
|
3936
|
-
stickerName: '
|
|
3935
|
+
stickerId: 'pearfect_hey_you_ja_v2',
|
|
3936
|
+
stickerName: "Pear character turning around waving his hand, saying 'Hey you' while lowering his glasses",
|
|
3937
3937
|
},
|
|
3938
3938
|
},
|
|
3939
3939
|
{
|
|
3940
|
-
label: '
|
|
3941
|
-
dynamic: { value:
|
|
3940
|
+
label: 'Pear LOL ($5.00)',
|
|
3941
|
+
dynamic: { value: 5, currency: LumiaVariationCurrency.USD, name: 'pearfect_lol_ja_v2' },
|
|
3942
3942
|
extraSettings: {
|
|
3943
3943
|
username: 'lumiastream',
|
|
3944
3944
|
displayname: 'LumiaStream',
|
|
3945
3945
|
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
3946
|
-
amount:
|
|
3946
|
+
amount: 5,
|
|
3947
|
+
currency: LumiaVariationCurrency.USD,
|
|
3948
|
+
currencySymbol: '$',
|
|
3949
|
+
stickerId: 'pearfect_lol_ja_v2',
|
|
3950
|
+
stickerName: 'Pear character holding his belly laughing out loud',
|
|
3951
|
+
},
|
|
3952
|
+
},
|
|
3953
|
+
{
|
|
3954
|
+
label: 'Hippo Hype ($5.00)',
|
|
3955
|
+
dynamic: { value: 5, currency: LumiaVariationCurrency.USD, name: 'hi_po_po_hype_v2' },
|
|
3956
|
+
extraSettings: {
|
|
3957
|
+
username: 'lumiastream',
|
|
3958
|
+
displayname: 'LumiaStream',
|
|
3959
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
3960
|
+
amount: 5,
|
|
3947
3961
|
currency: LumiaVariationCurrency.USD,
|
|
3948
3962
|
currencySymbol: '$',
|
|
3949
|
-
stickerId: '
|
|
3950
|
-
stickerName: '
|
|
3963
|
+
stickerId: 'hi_po_po_hype_v2',
|
|
3964
|
+
stickerName: "Hippo character with stars growing in his eyes, pumping his arms in the air with the word 'Hype' pulsating above him",
|
|
3965
|
+
},
|
|
3966
|
+
},
|
|
3967
|
+
{
|
|
3968
|
+
label: 'Hippo Chair Spin ($10.00)',
|
|
3969
|
+
dynamic: { value: 10, currency: LumiaVariationCurrency.USD, name: 'hi_po_po_chair_spin_yay' },
|
|
3970
|
+
extraSettings: {
|
|
3971
|
+
username: 'lumiastream',
|
|
3972
|
+
displayname: 'LumiaStream',
|
|
3973
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
3974
|
+
amount: 10,
|
|
3975
|
+
currency: LumiaVariationCurrency.USD,
|
|
3976
|
+
currencySymbol: '$',
|
|
3977
|
+
stickerId: 'hi_po_po_chair_spin_yay',
|
|
3978
|
+
stickerName: 'Hippo character spins around in his chair, arms flung up in the air',
|
|
3979
|
+
},
|
|
3980
|
+
},
|
|
3981
|
+
{
|
|
3982
|
+
label: 'Pear GOAL ($20.00)',
|
|
3983
|
+
dynamic: { value: 20, currency: LumiaVariationCurrency.USD, name: 'pearfect_goal_ja_v2' },
|
|
3984
|
+
extraSettings: {
|
|
3985
|
+
username: 'lumiastream',
|
|
3986
|
+
displayname: 'LumiaStream',
|
|
3987
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
3988
|
+
amount: 20,
|
|
3989
|
+
currency: LumiaVariationCurrency.USD,
|
|
3990
|
+
currencySymbol: '$',
|
|
3991
|
+
stickerId: 'pearfect_goal_ja_v2',
|
|
3992
|
+
stickerName: 'Pear character sliding on the floor on his knees saying "GOAL"',
|
|
3993
|
+
},
|
|
3994
|
+
},
|
|
3995
|
+
{
|
|
3996
|
+
label: 'Masher Super Effective ($50.00)',
|
|
3997
|
+
dynamic: { value: 50, currency: LumiaVariationCurrency.USD, name: 'masher_super_effective' },
|
|
3998
|
+
extraSettings: {
|
|
3999
|
+
username: 'lumiastream',
|
|
4000
|
+
displayname: 'LumiaStream',
|
|
4001
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
4002
|
+
amount: 50,
|
|
4003
|
+
currency: LumiaVariationCurrency.USD,
|
|
4004
|
+
currencySymbol: '$',
|
|
4005
|
+
stickerId: 'masher_super_effective',
|
|
4006
|
+
stickerName: "Video game controller punches and kicks in between the words 'Super Effective'",
|
|
3951
4007
|
},
|
|
3952
4008
|
},
|
|
3953
4009
|
],
|
|
@@ -3983,6 +4039,20 @@ exports.LumiaAlertConfigs = {
|
|
|
3983
4039
|
required: false,
|
|
3984
4040
|
default: '$',
|
|
3985
4041
|
},
|
|
4042
|
+
{
|
|
4043
|
+
type: 'text',
|
|
4044
|
+
label: 'Sticker ID',
|
|
4045
|
+
variableField: 'stickerId',
|
|
4046
|
+
required: false,
|
|
4047
|
+
default: 'emoji_beaming_face',
|
|
4048
|
+
},
|
|
4049
|
+
{
|
|
4050
|
+
type: 'text',
|
|
4051
|
+
label: 'Sticker Name',
|
|
4052
|
+
variableField: 'stickerName',
|
|
4053
|
+
required: false,
|
|
4054
|
+
default: 'Beaming face with smiling eyes',
|
|
4055
|
+
},
|
|
3986
4056
|
],
|
|
3987
4057
|
LumiaVariationConditions: [
|
|
3988
4058
|
{ type: LumiaVariationConditions.RANDOM },
|