@lumiastream/lumia-types 3.6.4 → 3.6.6
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 +332 -34
- package/dist/custom-overlays/custom-overlays.d.ts +28 -0
- package/dist/custom-overlays.d.ts +28 -0
- package/dist/esm/alert.types.js +334 -36
- package/dist/esm/index.js +2 -2
- package/dist/esm/tiktok_gifts.js +4 -0
- package/dist/esm/variables.types.js +28 -6
- package/dist/esm/youtube_superstickers.js +4 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -1
- package/dist/tiktok_gifts.d.ts +4 -0
- package/dist/tiktok_gifts.js +5 -1
- package/dist/variables.types.d.ts +28 -0
- package/dist/variables.types.js +28 -6
- package/dist/youtube_superstickers.d.ts +4 -0
- package/dist/youtube_superstickers.js +5 -1
- package/package.json +1 -1
package/dist/alert.types.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
3
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
3
|
exports.LumiaAlertConfigs = exports.LumiaRedemptionCurrencySymbol = exports.LumiaRedemptionCurrency = exports.VariationCurrencySymbol = exports.LumiaVariationCurrency = exports.LumiaVariationConditions = void 0;
|
|
5
4
|
const activity_types_1 = require("./activity.types");
|
|
@@ -97,6 +96,8 @@ exports.LumiaRedemptionCurrencySymbol = {
|
|
|
97
96
|
[LumiaRedemptionCurrency.POINTS]: '★',
|
|
98
97
|
[LumiaRedemptionCurrency.LUMIBUCKS]: '⚡',
|
|
99
98
|
};
|
|
99
|
+
const superstickerImageUrl = (stickerValue) => { var _a, _b; return (_b = (_a = youtube_superstickers_1.YoutubeSuperstickersData.find((sticker) => sticker.value === stickerValue)) === null || _a === void 0 ? void 0 : _a.imageUrl) !== null && _b !== void 0 ? _b : ''; };
|
|
100
|
+
const tiktokGiftImageUrl = (giftName) => { var _a, _b; return (_b = (_a = tiktok_gifts_1.TiktokGiftsData.find((gift) => gift.value === giftName)) === null || _a === void 0 ? void 0 : _a.imageUrl) !== null && _b !== void 0 ? _b : ''; };
|
|
100
101
|
exports.LumiaAlertConfigs = {
|
|
101
102
|
// lumia: {
|
|
102
103
|
[activity_types_1.LumiaAlertValues.LUMIASTREAM_DONATION]: {
|
|
@@ -4210,48 +4211,183 @@ exports.LumiaAlertConfigs = {
|
|
|
4210
4211
|
acceptedVariables: variables_types_1.AllVariables.youtube.alerts.supersticker,
|
|
4211
4212
|
quickActions: [
|
|
4212
4213
|
{
|
|
4213
|
-
label: '
|
|
4214
|
-
dynamic: { value:
|
|
4214
|
+
label: 'Beaming Face ($0.99)',
|
|
4215
|
+
dynamic: { value: 0.99, currency: LumiaVariationCurrency.USD, name: 'emoji_beaming_face' },
|
|
4215
4216
|
extraSettings: {
|
|
4216
4217
|
username: 'lumiastream',
|
|
4217
4218
|
displayname: 'LumiaStream',
|
|
4218
4219
|
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
4219
|
-
amount:
|
|
4220
|
+
amount: 0.99,
|
|
4220
4221
|
currency: LumiaVariationCurrency.USD,
|
|
4221
4222
|
currencySymbol: '$',
|
|
4222
4223
|
stickerId: 'emoji_beaming_face',
|
|
4223
|
-
stickerName: '
|
|
4224
|
-
contentImage: (
|
|
4224
|
+
stickerName: 'Beaming Face',
|
|
4225
|
+
contentImage: superstickerImageUrl('emoji_beaming_face'),
|
|
4225
4226
|
},
|
|
4226
4227
|
},
|
|
4227
4228
|
{
|
|
4228
|
-
label: '
|
|
4229
|
-
dynamic: { value:
|
|
4229
|
+
label: 'Heart Eyes ($0.99)',
|
|
4230
|
+
dynamic: { value: 0.99, currency: LumiaVariationCurrency.USD, name: 'emoji_heart_face' },
|
|
4230
4231
|
extraSettings: {
|
|
4231
4232
|
username: 'lumiastream',
|
|
4232
4233
|
displayname: 'LumiaStream',
|
|
4233
4234
|
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
4234
|
-
amount:
|
|
4235
|
+
amount: 0.99,
|
|
4235
4236
|
currency: LumiaVariationCurrency.USD,
|
|
4236
4237
|
currencySymbol: '$',
|
|
4237
|
-
stickerId: '
|
|
4238
|
-
stickerName: '
|
|
4239
|
-
contentImage: (
|
|
4238
|
+
stickerId: 'emoji_heart_face',
|
|
4239
|
+
stickerName: 'Heart Eyes',
|
|
4240
|
+
contentImage: superstickerImageUrl('emoji_heart_face'),
|
|
4240
4241
|
},
|
|
4241
4242
|
},
|
|
4242
4243
|
{
|
|
4243
|
-
label: '
|
|
4244
|
-
dynamic: { value:
|
|
4244
|
+
label: 'Money Mouth ($0.99)',
|
|
4245
|
+
dynamic: { value: 0.99, currency: LumiaVariationCurrency.USD, name: 'emoji_money_face' },
|
|
4245
4246
|
extraSettings: {
|
|
4246
4247
|
username: 'lumiastream',
|
|
4247
4248
|
displayname: 'LumiaStream',
|
|
4248
4249
|
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
4249
|
-
amount:
|
|
4250
|
+
amount: 0.99,
|
|
4251
|
+
currency: LumiaVariationCurrency.USD,
|
|
4252
|
+
currencySymbol: '$',
|
|
4253
|
+
stickerId: 'emoji_money_face',
|
|
4254
|
+
stickerName: 'Money Mouth',
|
|
4255
|
+
contentImage: superstickerImageUrl('emoji_money_face'),
|
|
4256
|
+
},
|
|
4257
|
+
},
|
|
4258
|
+
{
|
|
4259
|
+
label: 'Crying Face ($0.99)',
|
|
4260
|
+
dynamic: { value: 0.99, currency: LumiaVariationCurrency.USD, name: 'emoji_crying_face' },
|
|
4261
|
+
extraSettings: {
|
|
4262
|
+
username: 'lumiastream',
|
|
4263
|
+
displayname: 'LumiaStream',
|
|
4264
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
4265
|
+
amount: 0.99,
|
|
4266
|
+
currency: LumiaVariationCurrency.USD,
|
|
4267
|
+
currencySymbol: '$',
|
|
4268
|
+
stickerId: 'emoji_crying_face',
|
|
4269
|
+
stickerName: 'Crying Face',
|
|
4270
|
+
contentImage: superstickerImageUrl('emoji_crying_face'),
|
|
4271
|
+
},
|
|
4272
|
+
},
|
|
4273
|
+
{
|
|
4274
|
+
label: 'One Hundred ($0.99)',
|
|
4275
|
+
dynamic: { value: 0.99, currency: LumiaVariationCurrency.USD, name: 'emoji_one_hundred' },
|
|
4276
|
+
extraSettings: {
|
|
4277
|
+
username: 'lumiastream',
|
|
4278
|
+
displayname: 'LumiaStream',
|
|
4279
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
4280
|
+
amount: 0.99,
|
|
4281
|
+
currency: LumiaVariationCurrency.USD,
|
|
4282
|
+
currencySymbol: '$',
|
|
4283
|
+
stickerId: 'emoji_one_hundred',
|
|
4284
|
+
stickerName: 'One Hundred',
|
|
4285
|
+
contentImage: superstickerImageUrl('emoji_one_hundred'),
|
|
4286
|
+
},
|
|
4287
|
+
},
|
|
4288
|
+
{
|
|
4289
|
+
label: 'Thumbs Up ($1.99)',
|
|
4290
|
+
dynamic: { value: 1.99, currency: LumiaVariationCurrency.USD, name: 'youtube_object_thumbs_up_red' },
|
|
4291
|
+
extraSettings: {
|
|
4292
|
+
username: 'lumiastream',
|
|
4293
|
+
displayname: 'LumiaStream',
|
|
4294
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
4295
|
+
amount: 1.99,
|
|
4296
|
+
currency: LumiaVariationCurrency.USD,
|
|
4297
|
+
currencySymbol: '$',
|
|
4298
|
+
stickerId: 'youtube_object_thumbs_up_red',
|
|
4299
|
+
stickerName: 'Thumbs Up',
|
|
4300
|
+
contentImage: superstickerImageUrl('youtube_object_thumbs_up_red'),
|
|
4301
|
+
},
|
|
4302
|
+
},
|
|
4303
|
+
{
|
|
4304
|
+
label: 'Pear Hey You ($2.00)',
|
|
4305
|
+
dynamic: { value: 2, currency: LumiaVariationCurrency.USD, name: 'pearfect_hey_you_ja_v2' },
|
|
4306
|
+
extraSettings: {
|
|
4307
|
+
username: 'lumiastream',
|
|
4308
|
+
displayname: 'LumiaStream',
|
|
4309
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
4310
|
+
amount: 2,
|
|
4311
|
+
currency: LumiaVariationCurrency.USD,
|
|
4312
|
+
currencySymbol: '$',
|
|
4313
|
+
stickerId: 'pearfect_hey_you_ja_v2',
|
|
4314
|
+
stickerName: 'Pear Hey You',
|
|
4315
|
+
contentImage: superstickerImageUrl('pearfect_hey_you_ja_v2'),
|
|
4316
|
+
},
|
|
4317
|
+
},
|
|
4318
|
+
{
|
|
4319
|
+
label: 'Pear Fist Bump ($3.00)',
|
|
4320
|
+
dynamic: { value: 3, currency: LumiaVariationCurrency.USD, name: 'pearfect_fist_bump_ja_v2' },
|
|
4321
|
+
extraSettings: {
|
|
4322
|
+
username: 'lumiastream',
|
|
4323
|
+
displayname: 'LumiaStream',
|
|
4324
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
4325
|
+
amount: 3,
|
|
4326
|
+
currency: LumiaVariationCurrency.USD,
|
|
4327
|
+
currencySymbol: '$',
|
|
4328
|
+
stickerId: 'pearfect_fist_bump_ja_v2',
|
|
4329
|
+
stickerName: 'Pear Fist Bump',
|
|
4330
|
+
contentImage: superstickerImageUrl('pearfect_fist_bump_ja_v2'),
|
|
4331
|
+
},
|
|
4332
|
+
},
|
|
4333
|
+
{
|
|
4334
|
+
label: 'Pear LOL ($5.00)',
|
|
4335
|
+
dynamic: { value: 5, currency: LumiaVariationCurrency.USD, name: 'pearfect_lol_ja_v2' },
|
|
4336
|
+
extraSettings: {
|
|
4337
|
+
username: 'lumiastream',
|
|
4338
|
+
displayname: 'LumiaStream',
|
|
4339
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
4340
|
+
amount: 5,
|
|
4341
|
+
currency: LumiaVariationCurrency.USD,
|
|
4342
|
+
currencySymbol: '$',
|
|
4343
|
+
stickerId: 'pearfect_lol_ja_v2',
|
|
4344
|
+
stickerName: 'Pear LOL',
|
|
4345
|
+
contentImage: superstickerImageUrl('pearfect_lol_ja_v2'),
|
|
4346
|
+
},
|
|
4347
|
+
},
|
|
4348
|
+
{
|
|
4349
|
+
label: 'Pear Flying ($10.00)',
|
|
4350
|
+
dynamic: { value: 10, currency: LumiaVariationCurrency.USD, name: 'pearfect_flying_v2' },
|
|
4351
|
+
extraSettings: {
|
|
4352
|
+
username: 'lumiastream',
|
|
4353
|
+
displayname: 'LumiaStream',
|
|
4354
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
4355
|
+
amount: 10,
|
|
4356
|
+
currency: LumiaVariationCurrency.USD,
|
|
4357
|
+
currencySymbol: '$',
|
|
4358
|
+
stickerId: 'pearfect_flying_v2',
|
|
4359
|
+
stickerName: 'Pear Flying',
|
|
4360
|
+
contentImage: superstickerImageUrl('pearfect_flying_v2'),
|
|
4361
|
+
},
|
|
4362
|
+
},
|
|
4363
|
+
{
|
|
4364
|
+
label: 'Pear GOAL ($20.00)',
|
|
4365
|
+
dynamic: { value: 20, currency: LumiaVariationCurrency.USD, name: 'pearfect_goal_ja_v2' },
|
|
4366
|
+
extraSettings: {
|
|
4367
|
+
username: 'lumiastream',
|
|
4368
|
+
displayname: 'LumiaStream',
|
|
4369
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
4370
|
+
amount: 20,
|
|
4371
|
+
currency: LumiaVariationCurrency.USD,
|
|
4372
|
+
currencySymbol: '$',
|
|
4373
|
+
stickerId: 'pearfect_goal_ja_v2',
|
|
4374
|
+
stickerName: 'Pear GOAL',
|
|
4375
|
+
contentImage: superstickerImageUrl('pearfect_goal_ja_v2'),
|
|
4376
|
+
},
|
|
4377
|
+
},
|
|
4378
|
+
{
|
|
4379
|
+
label: 'Pear Building Riot ($50.00)',
|
|
4380
|
+
dynamic: { value: 50, currency: LumiaVariationCurrency.USD, name: 'pearfect_building_riot_v2' },
|
|
4381
|
+
extraSettings: {
|
|
4382
|
+
username: 'lumiastream',
|
|
4383
|
+
displayname: 'LumiaStream',
|
|
4384
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
4385
|
+
amount: 50,
|
|
4250
4386
|
currency: LumiaVariationCurrency.USD,
|
|
4251
4387
|
currencySymbol: '$',
|
|
4252
|
-
stickerId: '
|
|
4253
|
-
stickerName: '
|
|
4254
|
-
contentImage: (
|
|
4388
|
+
stickerId: 'pearfect_building_riot_v2',
|
|
4389
|
+
stickerName: 'Pear Building Riot',
|
|
4390
|
+
contentImage: superstickerImageUrl('pearfect_building_riot_v2'),
|
|
4255
4391
|
},
|
|
4256
4392
|
},
|
|
4257
4393
|
],
|
|
@@ -4288,11 +4424,12 @@ exports.LumiaAlertConfigs = {
|
|
|
4288
4424
|
default: '$',
|
|
4289
4425
|
},
|
|
4290
4426
|
{
|
|
4291
|
-
type: '
|
|
4292
|
-
label: 'Image
|
|
4427
|
+
type: 'selection',
|
|
4428
|
+
label: 'Sticker Image',
|
|
4293
4429
|
variableField: 'contentImage',
|
|
4294
4430
|
required: false,
|
|
4295
|
-
default: (
|
|
4431
|
+
default: superstickerImageUrl('emoji_beaming_face'),
|
|
4432
|
+
selections: youtube_superstickers_1.YoutubeSuperstickerImageSelections,
|
|
4296
4433
|
},
|
|
4297
4434
|
],
|
|
4298
4435
|
LumiaVariationConditions: [
|
|
@@ -4949,7 +5086,7 @@ exports.LumiaAlertConfigs = {
|
|
|
4949
5086
|
acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.gift,
|
|
4950
5087
|
quickActions: [
|
|
4951
5088
|
{
|
|
4952
|
-
label: 'Rose
|
|
5089
|
+
label: 'Rose (1 coin)',
|
|
4953
5090
|
dynamic: { value: 1, name: 'Rose', amount: 1 },
|
|
4954
5091
|
extraSettings: {
|
|
4955
5092
|
username: 'lumiastream',
|
|
@@ -4962,41 +5099,194 @@ exports.LumiaAlertConfigs = {
|
|
|
4962
5099
|
coins: 1,
|
|
4963
5100
|
diamonds: 1,
|
|
4964
5101
|
amount: 1,
|
|
4965
|
-
contentImage: '
|
|
5102
|
+
contentImage: tiktokGiftImageUrl('Rose'),
|
|
4966
5103
|
},
|
|
4967
5104
|
},
|
|
4968
5105
|
{
|
|
4969
|
-
label: '
|
|
4970
|
-
dynamic: { value:
|
|
5106
|
+
label: 'Finger Heart (5 coins)',
|
|
5107
|
+
dynamic: { value: 5, name: 'Finger Heart', amount: 5 },
|
|
4971
5108
|
extraSettings: {
|
|
4972
5109
|
username: 'lumiastream',
|
|
4973
5110
|
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
4974
|
-
giftName: '
|
|
4975
|
-
|
|
4976
|
-
|
|
4977
|
-
|
|
5111
|
+
giftName: 'Finger Heart',
|
|
5112
|
+
giftType: 1,
|
|
5113
|
+
giftId: 5487,
|
|
5114
|
+
giftAmount: 1,
|
|
5115
|
+
value: 5,
|
|
5116
|
+
coins: 5,
|
|
5117
|
+
diamonds: 2,
|
|
5118
|
+
amount: 5,
|
|
5119
|
+
contentImage: tiktokGiftImageUrl('Finger Heart'),
|
|
5120
|
+
},
|
|
5121
|
+
},
|
|
5122
|
+
{
|
|
5123
|
+
label: 'Rosa (10 coins)',
|
|
5124
|
+
dynamic: { value: 10, name: 'Rosa', amount: 10 },
|
|
5125
|
+
extraSettings: {
|
|
5126
|
+
username: 'lumiastream',
|
|
5127
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
5128
|
+
giftName: 'Rosa',
|
|
5129
|
+
giftType: 1,
|
|
5130
|
+
giftId: 8913,
|
|
5131
|
+
giftAmount: 1,
|
|
5132
|
+
value: 10,
|
|
5133
|
+
coins: 10,
|
|
5134
|
+
diamonds: 5,
|
|
5135
|
+
amount: 10,
|
|
5136
|
+
contentImage: tiktokGiftImageUrl('Rosa'),
|
|
5137
|
+
},
|
|
5138
|
+
},
|
|
5139
|
+
{
|
|
5140
|
+
label: 'Perfume (20 coins)',
|
|
5141
|
+
dynamic: { value: 20, name: 'Perfume', amount: 20 },
|
|
5142
|
+
extraSettings: {
|
|
5143
|
+
username: 'lumiastream',
|
|
5144
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
5145
|
+
giftName: 'Perfume',
|
|
5146
|
+
giftType: 1,
|
|
5147
|
+
giftId: 5658,
|
|
5148
|
+
giftAmount: 1,
|
|
5149
|
+
value: 20,
|
|
5150
|
+
coins: 20,
|
|
5151
|
+
diamonds: 10,
|
|
5152
|
+
amount: 20,
|
|
5153
|
+
contentImage: tiktokGiftImageUrl('Perfume'),
|
|
5154
|
+
},
|
|
5155
|
+
},
|
|
5156
|
+
{
|
|
5157
|
+
label: 'Doughnut (30 coins)',
|
|
5158
|
+
dynamic: { value: 30, name: 'Doughnut', amount: 30 },
|
|
5159
|
+
extraSettings: {
|
|
5160
|
+
username: 'lumiastream',
|
|
5161
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
5162
|
+
giftName: 'Doughnut',
|
|
5163
|
+
giftType: 1,
|
|
5164
|
+
giftId: 5879,
|
|
5165
|
+
giftAmount: 1,
|
|
5166
|
+
value: 30,
|
|
5167
|
+
coins: 30,
|
|
5168
|
+
diamonds: 15,
|
|
5169
|
+
amount: 30,
|
|
5170
|
+
contentImage: tiktokGiftImageUrl('Doughnut'),
|
|
5171
|
+
},
|
|
5172
|
+
},
|
|
5173
|
+
{
|
|
5174
|
+
label: 'Hand Hearts (100 coins)',
|
|
5175
|
+
dynamic: { value: 100, name: 'Hand Hearts', amount: 100 },
|
|
5176
|
+
extraSettings: {
|
|
5177
|
+
username: 'lumiastream',
|
|
5178
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
5179
|
+
giftName: 'Hand Hearts',
|
|
5180
|
+
giftType: 1,
|
|
5181
|
+
giftId: 5660,
|
|
4978
5182
|
giftAmount: 1,
|
|
4979
5183
|
value: 100,
|
|
4980
5184
|
coins: 100,
|
|
4981
5185
|
diamonds: 50,
|
|
4982
5186
|
amount: 100,
|
|
5187
|
+
contentImage: tiktokGiftImageUrl('Hand Hearts'),
|
|
4983
5188
|
},
|
|
4984
5189
|
},
|
|
4985
5190
|
{
|
|
4986
|
-
label: '
|
|
4987
|
-
dynamic: { value:
|
|
5191
|
+
label: 'Sunglasses (199 coins)',
|
|
5192
|
+
dynamic: { value: 199, name: 'Sunglasses', amount: 199 },
|
|
4988
5193
|
extraSettings: {
|
|
4989
5194
|
username: 'lumiastream',
|
|
4990
5195
|
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
4991
|
-
giftName: '
|
|
4992
|
-
contentImage: 'https://p19-webcast.tiktokcdn.com/img/maliva/webcast-va/e675252b83e97135f9ede3b5d32c2c71~tplv-obj.png',
|
|
5196
|
+
giftName: 'Sunglasses',
|
|
4993
5197
|
giftType: 2,
|
|
4994
|
-
giftId:
|
|
5198
|
+
giftId: 5509,
|
|
5199
|
+
giftAmount: 1,
|
|
5200
|
+
value: 199,
|
|
5201
|
+
coins: 199,
|
|
5202
|
+
diamonds: 99,
|
|
5203
|
+
amount: 199,
|
|
5204
|
+
contentImage: tiktokGiftImageUrl('Sunglasses'),
|
|
5205
|
+
},
|
|
5206
|
+
},
|
|
5207
|
+
{
|
|
5208
|
+
label: 'Baby Chicks (500 coins)',
|
|
5209
|
+
dynamic: { value: 500, name: 'Baby Chicks', amount: 500 },
|
|
5210
|
+
extraSettings: {
|
|
5211
|
+
username: 'lumiastream',
|
|
5212
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
5213
|
+
giftName: 'Baby Chicks',
|
|
5214
|
+
giftType: 2,
|
|
5215
|
+
giftId: 54725,
|
|
4995
5216
|
giftAmount: 1,
|
|
4996
5217
|
value: 500,
|
|
4997
5218
|
coins: 500,
|
|
4998
5219
|
diamonds: 250,
|
|
4999
5220
|
amount: 500,
|
|
5221
|
+
contentImage: tiktokGiftImageUrl('Baby Chicks'),
|
|
5222
|
+
},
|
|
5223
|
+
},
|
|
5224
|
+
{
|
|
5225
|
+
label: 'Galaxy (1,000 coins)',
|
|
5226
|
+
dynamic: { value: 1000, name: 'Galaxy', amount: 1000 },
|
|
5227
|
+
extraSettings: {
|
|
5228
|
+
username: 'lumiastream',
|
|
5229
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
5230
|
+
giftName: 'Galaxy',
|
|
5231
|
+
giftType: 2,
|
|
5232
|
+
giftId: 11046,
|
|
5233
|
+
giftAmount: 1,
|
|
5234
|
+
value: 1000,
|
|
5235
|
+
coins: 1000,
|
|
5236
|
+
diamonds: 500,
|
|
5237
|
+
amount: 1000,
|
|
5238
|
+
contentImage: tiktokGiftImageUrl('Galaxy'),
|
|
5239
|
+
},
|
|
5240
|
+
},
|
|
5241
|
+
{
|
|
5242
|
+
label: 'Whale Diving (2,150 coins)',
|
|
5243
|
+
dynamic: { value: 2150, name: 'Whale Diving', amount: 2150 },
|
|
5244
|
+
extraSettings: {
|
|
5245
|
+
username: 'lumiastream',
|
|
5246
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
5247
|
+
giftName: 'Whale Diving',
|
|
5248
|
+
giftType: 2,
|
|
5249
|
+
giftId: 6820,
|
|
5250
|
+
giftAmount: 1,
|
|
5251
|
+
value: 2150,
|
|
5252
|
+
coins: 2150,
|
|
5253
|
+
diamonds: 1075,
|
|
5254
|
+
amount: 2150,
|
|
5255
|
+
contentImage: tiktokGiftImageUrl('Whale Diving'),
|
|
5256
|
+
},
|
|
5257
|
+
},
|
|
5258
|
+
{
|
|
5259
|
+
label: 'Lion (29,999 coins)',
|
|
5260
|
+
dynamic: { value: 29999, name: 'Lion', amount: 29999 },
|
|
5261
|
+
extraSettings: {
|
|
5262
|
+
username: 'lumiastream',
|
|
5263
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
5264
|
+
giftName: 'Lion',
|
|
5265
|
+
giftType: 2,
|
|
5266
|
+
giftId: 6369,
|
|
5267
|
+
giftAmount: 1,
|
|
5268
|
+
value: 29999,
|
|
5269
|
+
coins: 29999,
|
|
5270
|
+
diamonds: 14999,
|
|
5271
|
+
amount: 29999,
|
|
5272
|
+
contentImage: tiktokGiftImageUrl('Lion'),
|
|
5273
|
+
},
|
|
5274
|
+
},
|
|
5275
|
+
{
|
|
5276
|
+
label: 'TikTok Universe (44,999 coins)',
|
|
5277
|
+
dynamic: { value: 44999, name: 'TikTok Universe', amount: 44999 },
|
|
5278
|
+
extraSettings: {
|
|
5279
|
+
username: 'lumiastream',
|
|
5280
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
5281
|
+
giftName: 'TikTok Universe',
|
|
5282
|
+
giftType: 2,
|
|
5283
|
+
giftId: 9101,
|
|
5284
|
+
giftAmount: 1,
|
|
5285
|
+
value: 44999,
|
|
5286
|
+
coins: 44999,
|
|
5287
|
+
diamonds: 22499,
|
|
5288
|
+
amount: 44999,
|
|
5289
|
+
contentImage: tiktokGiftImageUrl('TikTok Universe'),
|
|
5000
5290
|
},
|
|
5001
5291
|
},
|
|
5002
5292
|
],
|
|
@@ -5030,6 +5320,14 @@ exports.LumiaAlertConfigs = {
|
|
|
5030
5320
|
required: false,
|
|
5031
5321
|
default: 1,
|
|
5032
5322
|
},
|
|
5323
|
+
{
|
|
5324
|
+
type: 'selection',
|
|
5325
|
+
label: 'Gift Image',
|
|
5326
|
+
variableField: 'contentImage',
|
|
5327
|
+
required: false,
|
|
5328
|
+
default: tiktokGiftImageUrl('Rose'),
|
|
5329
|
+
selections: tiktok_gifts_1.TiktokGiftImageSelections,
|
|
5330
|
+
},
|
|
5033
5331
|
],
|
|
5034
5332
|
LumiaVariationConditions: [
|
|
5035
5333
|
{ type: LumiaVariationConditions.RANDOM },
|
|
@@ -1865,6 +1865,20 @@ export declare enum SystemVariables {
|
|
|
1865
1865
|
SPOTIFY_NOW_PLAYING_URI = "spotify_now_playing_uri",
|
|
1866
1866
|
/** Now playing track duration in seconds. Use as {{spotify_now_playing_duration}}. */
|
|
1867
1867
|
SPOTIFY_NOW_PLAYING_DURATION = "spotify_now_playing_duration",
|
|
1868
|
+
/** Now playing track position in seconds at the last play/pause/seek anchor. Use as {{spotify_now_playing_progress}}. */
|
|
1869
|
+
SPOTIFY_NOW_PLAYING_PROGRESS = "spotify_now_playing_progress",
|
|
1870
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{spotify_now_playing_progress_ts}}. */
|
|
1871
|
+
SPOTIFY_NOW_PLAYING_PROGRESS_TS = "spotify_now_playing_progress_ts",
|
|
1872
|
+
/** Whether playback is currently advancing (true/false). Use as {{spotify_now_playing_is_playing}}. */
|
|
1873
|
+
SPOTIFY_NOW_PLAYING_IS_PLAYING = "spotify_now_playing_is_playing",
|
|
1874
|
+
/** Now playing album name. Use as {{spotify_now_playing_album}}. */
|
|
1875
|
+
SPOTIFY_NOW_PLAYING_ALBUM = "spotify_now_playing_album",
|
|
1876
|
+
/** Now playing album release year. Use as {{spotify_now_playing_release_year}}. */
|
|
1877
|
+
SPOTIFY_NOW_PLAYING_RELEASE_YEAR = "spotify_now_playing_release_year",
|
|
1878
|
+
/** Now playing track popularity score 0-100 from Spotify. Use as {{spotify_now_playing_popularity}}. */
|
|
1879
|
+
SPOTIFY_NOW_PLAYING_POPULARITY = "spotify_now_playing_popularity",
|
|
1880
|
+
/** Upcoming queue as a JSON array of {name, artist, image, uri, url}. Use as {{spotify_now_playing_queue}}. */
|
|
1881
|
+
SPOTIFY_NOW_PLAYING_QUEUE = "spotify_now_playing_queue",
|
|
1868
1882
|
/** Next song title. Use as {{spotify_next_song}}. */
|
|
1869
1883
|
SPOTIFY_NEXT_SONG = "spotify_next_song",
|
|
1870
1884
|
/** Next song artwork URL. Use as {{spotify_next_image}}. */
|
|
@@ -1891,6 +1905,14 @@ export declare enum SystemVariables {
|
|
|
1891
1905
|
YOUTUBEMUSIC_NOW_PLAYING_URL = "youtubemusic_now_playing_url",
|
|
1892
1906
|
/** Now playing track duration in seconds. Use as {{youtubemusic_now_playing_duration}}. */
|
|
1893
1907
|
YOUTUBEMUSIC_NOW_PLAYING_DURATION = "youtubemusic_now_playing_duration",
|
|
1908
|
+
/** Now playing track position in seconds at the last play/pause/seek anchor. Use as {{youtubemusic_now_playing_progress}}. */
|
|
1909
|
+
YOUTUBEMUSIC_NOW_PLAYING_PROGRESS = "youtubemusic_now_playing_progress",
|
|
1910
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{youtubemusic_now_playing_progress_ts}}. */
|
|
1911
|
+
YOUTUBEMUSIC_NOW_PLAYING_PROGRESS_TS = "youtubemusic_now_playing_progress_ts",
|
|
1912
|
+
/** Whether playback is currently advancing (true/false). Use as {{youtubemusic_now_playing_is_playing}}. */
|
|
1913
|
+
YOUTUBEMUSIC_NOW_PLAYING_IS_PLAYING = "youtubemusic_now_playing_is_playing",
|
|
1914
|
+
/** Upcoming queue as a JSON array of {name, artist, image, uri, url}. Use as {{youtubemusic_now_playing_queue}}. */
|
|
1915
|
+
YOUTUBEMUSIC_NOW_PLAYING_QUEUE = "youtubemusic_now_playing_queue",
|
|
1894
1916
|
/** Next song title. Use as {{youtubemusic_next_song}}. */
|
|
1895
1917
|
YOUTUBEMUSIC_NEXT_SONG = "youtubemusic_next_song",
|
|
1896
1918
|
/** Next song artwork URL. Use as {{youtubemusic_next_image}}. */
|
|
@@ -1947,6 +1969,12 @@ export declare enum SystemVariables {
|
|
|
1947
1969
|
VLC_NOW_PLAYING_URL = "vlc_now_playing_url",
|
|
1948
1970
|
/** Now playing media duration in seconds. Use as {{vlc_now_playing_duration}}. */
|
|
1949
1971
|
VLC_NOW_PLAYING_DURATION = "vlc_now_playing_duration",
|
|
1972
|
+
/** Now playing media position in seconds at the last play/pause/seek anchor. Use as {{vlc_now_playing_progress}}. */
|
|
1973
|
+
VLC_NOW_PLAYING_PROGRESS = "vlc_now_playing_progress",
|
|
1974
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{vlc_now_playing_progress_ts}}. */
|
|
1975
|
+
VLC_NOW_PLAYING_PROGRESS_TS = "vlc_now_playing_progress_ts",
|
|
1976
|
+
/** Whether playback is currently advancing (true/false). Use as {{vlc_now_playing_is_playing}}. */
|
|
1977
|
+
VLC_NOW_PLAYING_IS_PLAYING = "vlc_now_playing_is_playing",
|
|
1950
1978
|
/** Media URI. Use as {{vlc_now_playing_uri}}. */
|
|
1951
1979
|
VLC_NOW_PLAYING_URI = "vlc_now_playing_uri",
|
|
1952
1980
|
/** Voice changer on (true/false). Use as {{voicemod_voice_changer_on}}. */
|
|
@@ -1865,6 +1865,20 @@ export declare enum SystemVariables {
|
|
|
1865
1865
|
SPOTIFY_NOW_PLAYING_URI = "spotify_now_playing_uri",
|
|
1866
1866
|
/** Now playing track duration in seconds. Use as {{spotify_now_playing_duration}}. */
|
|
1867
1867
|
SPOTIFY_NOW_PLAYING_DURATION = "spotify_now_playing_duration",
|
|
1868
|
+
/** Now playing track position in seconds at the last play/pause/seek anchor. Use as {{spotify_now_playing_progress}}. */
|
|
1869
|
+
SPOTIFY_NOW_PLAYING_PROGRESS = "spotify_now_playing_progress",
|
|
1870
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{spotify_now_playing_progress_ts}}. */
|
|
1871
|
+
SPOTIFY_NOW_PLAYING_PROGRESS_TS = "spotify_now_playing_progress_ts",
|
|
1872
|
+
/** Whether playback is currently advancing (true/false). Use as {{spotify_now_playing_is_playing}}. */
|
|
1873
|
+
SPOTIFY_NOW_PLAYING_IS_PLAYING = "spotify_now_playing_is_playing",
|
|
1874
|
+
/** Now playing album name. Use as {{spotify_now_playing_album}}. */
|
|
1875
|
+
SPOTIFY_NOW_PLAYING_ALBUM = "spotify_now_playing_album",
|
|
1876
|
+
/** Now playing album release year. Use as {{spotify_now_playing_release_year}}. */
|
|
1877
|
+
SPOTIFY_NOW_PLAYING_RELEASE_YEAR = "spotify_now_playing_release_year",
|
|
1878
|
+
/** Now playing track popularity score 0-100 from Spotify. Use as {{spotify_now_playing_popularity}}. */
|
|
1879
|
+
SPOTIFY_NOW_PLAYING_POPULARITY = "spotify_now_playing_popularity",
|
|
1880
|
+
/** Upcoming queue as a JSON array of {name, artist, image, uri, url}. Use as {{spotify_now_playing_queue}}. */
|
|
1881
|
+
SPOTIFY_NOW_PLAYING_QUEUE = "spotify_now_playing_queue",
|
|
1868
1882
|
/** Next song title. Use as {{spotify_next_song}}. */
|
|
1869
1883
|
SPOTIFY_NEXT_SONG = "spotify_next_song",
|
|
1870
1884
|
/** Next song artwork URL. Use as {{spotify_next_image}}. */
|
|
@@ -1891,6 +1905,14 @@ export declare enum SystemVariables {
|
|
|
1891
1905
|
YOUTUBEMUSIC_NOW_PLAYING_URL = "youtubemusic_now_playing_url",
|
|
1892
1906
|
/** Now playing track duration in seconds. Use as {{youtubemusic_now_playing_duration}}. */
|
|
1893
1907
|
YOUTUBEMUSIC_NOW_PLAYING_DURATION = "youtubemusic_now_playing_duration",
|
|
1908
|
+
/** Now playing track position in seconds at the last play/pause/seek anchor. Use as {{youtubemusic_now_playing_progress}}. */
|
|
1909
|
+
YOUTUBEMUSIC_NOW_PLAYING_PROGRESS = "youtubemusic_now_playing_progress",
|
|
1910
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{youtubemusic_now_playing_progress_ts}}. */
|
|
1911
|
+
YOUTUBEMUSIC_NOW_PLAYING_PROGRESS_TS = "youtubemusic_now_playing_progress_ts",
|
|
1912
|
+
/** Whether playback is currently advancing (true/false). Use as {{youtubemusic_now_playing_is_playing}}. */
|
|
1913
|
+
YOUTUBEMUSIC_NOW_PLAYING_IS_PLAYING = "youtubemusic_now_playing_is_playing",
|
|
1914
|
+
/** Upcoming queue as a JSON array of {name, artist, image, uri, url}. Use as {{youtubemusic_now_playing_queue}}. */
|
|
1915
|
+
YOUTUBEMUSIC_NOW_PLAYING_QUEUE = "youtubemusic_now_playing_queue",
|
|
1894
1916
|
/** Next song title. Use as {{youtubemusic_next_song}}. */
|
|
1895
1917
|
YOUTUBEMUSIC_NEXT_SONG = "youtubemusic_next_song",
|
|
1896
1918
|
/** Next song artwork URL. Use as {{youtubemusic_next_image}}. */
|
|
@@ -1947,6 +1969,12 @@ export declare enum SystemVariables {
|
|
|
1947
1969
|
VLC_NOW_PLAYING_URL = "vlc_now_playing_url",
|
|
1948
1970
|
/** Now playing media duration in seconds. Use as {{vlc_now_playing_duration}}. */
|
|
1949
1971
|
VLC_NOW_PLAYING_DURATION = "vlc_now_playing_duration",
|
|
1972
|
+
/** Now playing media position in seconds at the last play/pause/seek anchor. Use as {{vlc_now_playing_progress}}. */
|
|
1973
|
+
VLC_NOW_PLAYING_PROGRESS = "vlc_now_playing_progress",
|
|
1974
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{vlc_now_playing_progress_ts}}. */
|
|
1975
|
+
VLC_NOW_PLAYING_PROGRESS_TS = "vlc_now_playing_progress_ts",
|
|
1976
|
+
/** Whether playback is currently advancing (true/false). Use as {{vlc_now_playing_is_playing}}. */
|
|
1977
|
+
VLC_NOW_PLAYING_IS_PLAYING = "vlc_now_playing_is_playing",
|
|
1950
1978
|
/** Media URI. Use as {{vlc_now_playing_uri}}. */
|
|
1951
1979
|
VLC_NOW_PLAYING_URI = "vlc_now_playing_uri",
|
|
1952
1980
|
/** Voice changer on (true/false). Use as {{voicemod_voice_changer_on}}. */
|