@lumiastream/lumia-types 3.6.9 → 3.7.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 +25 -3
- package/dist/esm/alert.types.js +26 -4
- package/dist/esm/index.js +1 -1
- package/dist/esm/kick_kicks.js +4 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -1
- package/dist/kick_kicks.d.ts +4 -0
- package/dist/kick_kicks.js +5 -1
- package/dist/wire.types.d.ts +3 -0
- package/package.json +1 -1
package/dist/alert.types.js
CHANGED
|
@@ -98,6 +98,12 @@ exports.LumiaRedemptionCurrencySymbol = {
|
|
|
98
98
|
};
|
|
99
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
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 : ''; };
|
|
101
|
+
const kickKicksImageUrl = (kicksName) => { var _a, _b; return (_b = (_a = kick_kicks_1.KickKicksData.find((kick) => kick.value === kicksName)) === null || _a === void 0 ? void 0 : _a.imageUrl) !== null && _b !== void 0 ? _b : ''; };
|
|
102
|
+
const bitsImageUrl = (amount) => {
|
|
103
|
+
var _a;
|
|
104
|
+
const tier = (_a = [10000, 5000, 1000, 100, 1].find((threshold) => amount >= threshold)) !== null && _a !== void 0 ? _a : 1;
|
|
105
|
+
return `https://d3aqoihi2n8ty8.cloudfront.net/actions/cheer/dark/animated/${tier}/4.gif`;
|
|
106
|
+
};
|
|
101
107
|
exports.LumiaAlertConfigs = {
|
|
102
108
|
// lumia: {
|
|
103
109
|
[activity_types_1.LumiaAlertValues.LUMIASTREAM_DONATION]: {
|
|
@@ -849,6 +855,7 @@ exports.LumiaAlertConfigs = {
|
|
|
849
855
|
amount: '100',
|
|
850
856
|
currency: LumiaRedemptionCurrency.POINTS,
|
|
851
857
|
currencySymbol: exports.LumiaRedemptionCurrencySymbol.points,
|
|
858
|
+
contentImage: 'https://static-cdn.jtvnw.net/custom-reward-images/default-4.png',
|
|
852
859
|
},
|
|
853
860
|
},
|
|
854
861
|
{
|
|
@@ -863,6 +870,7 @@ exports.LumiaAlertConfigs = {
|
|
|
863
870
|
amount: '2000',
|
|
864
871
|
currency: LumiaRedemptionCurrency.POINTS,
|
|
865
872
|
currencySymbol: exports.LumiaRedemptionCurrencySymbol.points,
|
|
873
|
+
contentImage: 'https://static-cdn.jtvnw.net/custom-reward-images/default-4.png',
|
|
866
874
|
},
|
|
867
875
|
},
|
|
868
876
|
{
|
|
@@ -877,6 +885,7 @@ exports.LumiaAlertConfigs = {
|
|
|
877
885
|
amount: '10000',
|
|
878
886
|
currency: LumiaRedemptionCurrency.POINTS,
|
|
879
887
|
currencySymbol: exports.LumiaRedemptionCurrencySymbol.points,
|
|
888
|
+
contentImage: 'https://static-cdn.jtvnw.net/custom-reward-images/default-4.png',
|
|
880
889
|
},
|
|
881
890
|
},
|
|
882
891
|
],
|
|
@@ -1435,17 +1444,17 @@ exports.LumiaAlertConfigs = {
|
|
|
1435
1444
|
{
|
|
1436
1445
|
label: '100 bits',
|
|
1437
1446
|
dynamic: { value: 100 },
|
|
1438
|
-
extraSettings: { username: 'lumiastream', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png', amount: 100 },
|
|
1447
|
+
extraSettings: { username: 'lumiastream', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png', amount: 100, contentImage: bitsImageUrl(100) },
|
|
1439
1448
|
},
|
|
1440
1449
|
{
|
|
1441
1450
|
label: '500 bits',
|
|
1442
1451
|
dynamic: { value: 500 },
|
|
1443
|
-
extraSettings: { username: 'lumiastream', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png', amount: 500 },
|
|
1452
|
+
extraSettings: { username: 'lumiastream', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png', amount: 500, contentImage: bitsImageUrl(500) },
|
|
1444
1453
|
},
|
|
1445
1454
|
{
|
|
1446
1455
|
label: '1000 bits',
|
|
1447
1456
|
dynamic: { value: 1000 },
|
|
1448
|
-
extraSettings: { username: 'lumiastream', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png', amount: 1000 },
|
|
1457
|
+
extraSettings: { username: 'lumiastream', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png', amount: 1000, contentImage: bitsImageUrl(1000) },
|
|
1449
1458
|
},
|
|
1450
1459
|
],
|
|
1451
1460
|
inputFields: [
|
|
@@ -1494,6 +1503,7 @@ exports.LumiaAlertConfigs = {
|
|
|
1494
1503
|
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
1495
1504
|
amount: 500,
|
|
1496
1505
|
bitsType: 'combo',
|
|
1506
|
+
contentImage: bitsImageUrl(500),
|
|
1497
1507
|
},
|
|
1498
1508
|
},
|
|
1499
1509
|
{
|
|
@@ -1504,6 +1514,7 @@ exports.LumiaAlertConfigs = {
|
|
|
1504
1514
|
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
1505
1515
|
amount: 1000,
|
|
1506
1516
|
bitsType: 'combo',
|
|
1517
|
+
contentImage: bitsImageUrl(1000),
|
|
1507
1518
|
},
|
|
1508
1519
|
},
|
|
1509
1520
|
{
|
|
@@ -1514,6 +1525,7 @@ exports.LumiaAlertConfigs = {
|
|
|
1514
1525
|
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
1515
1526
|
amount: 2500,
|
|
1516
1527
|
bitsType: 'combo',
|
|
1528
|
+
contentImage: bitsImageUrl(2500),
|
|
1517
1529
|
},
|
|
1518
1530
|
},
|
|
1519
1531
|
],
|
|
@@ -6305,6 +6317,7 @@ exports.LumiaAlertConfigs = {
|
|
|
6305
6317
|
tier: 'BASIC',
|
|
6306
6318
|
id: 'hype',
|
|
6307
6319
|
message: 'This is so hype',
|
|
6320
|
+
contentImage: kickKicksImageUrl('Hype'),
|
|
6308
6321
|
},
|
|
6309
6322
|
},
|
|
6310
6323
|
{
|
|
@@ -6319,6 +6332,7 @@ exports.LumiaAlertConfigs = {
|
|
|
6319
6332
|
tier: 'MID',
|
|
6320
6333
|
id: 'rage_quit',
|
|
6321
6334
|
message: 'Im raging!!',
|
|
6335
|
+
contentImage: kickKicksImageUrl('Rage Quit'),
|
|
6322
6336
|
},
|
|
6323
6337
|
},
|
|
6324
6338
|
],
|
|
@@ -6347,6 +6361,14 @@ exports.LumiaAlertConfigs = {
|
|
|
6347
6361
|
default: 'Hype',
|
|
6348
6362
|
selections: kick_kicks_1.KickKicksData,
|
|
6349
6363
|
},
|
|
6364
|
+
{
|
|
6365
|
+
type: 'selection',
|
|
6366
|
+
label: 'Kicks Image',
|
|
6367
|
+
variableField: 'contentImage',
|
|
6368
|
+
required: false,
|
|
6369
|
+
default: kickKicksImageUrl('Hype'),
|
|
6370
|
+
selections: kick_kicks_1.KickKicksImageSelections,
|
|
6371
|
+
},
|
|
6350
6372
|
],
|
|
6351
6373
|
LumiaVariationConditions: [
|
|
6352
6374
|
{ type: LumiaVariationConditions.RANDOM },
|
package/dist/esm/alert.types.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { LumiaAlertValues } from './activity.types.js';
|
|
2
2
|
import { LumiaIntegrations } from './event.types.js';
|
|
3
3
|
import { AllVariables } from './variables.types.js';
|
|
4
|
-
import { KickKicksData } from './kick_kicks.js';
|
|
4
|
+
import { KickKicksData, KickKicksImageSelections } from './kick_kicks.js';
|
|
5
5
|
import { TiktokGiftsData, TiktokGiftImageSelections } from './tiktok_gifts.js';
|
|
6
6
|
import { YoutubeSuperstickersData, YoutubeSuperstickerImageSelections } from './youtube_superstickers.js';
|
|
7
7
|
import { VIEWER_PROFILE_ACHIEVEMENTS } from './viewer_profile_achievements.js';
|
|
@@ -95,6 +95,12 @@ export const LumiaRedemptionCurrencySymbol = {
|
|
|
95
95
|
};
|
|
96
96
|
const superstickerImageUrl = (stickerValue) => { var _a, _b; return (_b = (_a = YoutubeSuperstickersData.find((sticker) => sticker.value === stickerValue)) === null || _a === void 0 ? void 0 : _a.imageUrl) !== null && _b !== void 0 ? _b : ''; };
|
|
97
97
|
const tiktokGiftImageUrl = (giftName) => { var _a, _b; return (_b = (_a = TiktokGiftsData.find((gift) => gift.value === giftName)) === null || _a === void 0 ? void 0 : _a.imageUrl) !== null && _b !== void 0 ? _b : ''; };
|
|
98
|
+
const kickKicksImageUrl = (kicksName) => { var _a, _b; return (_b = (_a = KickKicksData.find((kick) => kick.value === kicksName)) === null || _a === void 0 ? void 0 : _a.imageUrl) !== null && _b !== void 0 ? _b : ''; };
|
|
99
|
+
const bitsImageUrl = (amount) => {
|
|
100
|
+
var _a;
|
|
101
|
+
const tier = (_a = [10000, 5000, 1000, 100, 1].find((threshold) => amount >= threshold)) !== null && _a !== void 0 ? _a : 1;
|
|
102
|
+
return `https://d3aqoihi2n8ty8.cloudfront.net/actions/cheer/dark/animated/${tier}/4.gif`;
|
|
103
|
+
};
|
|
98
104
|
export const LumiaAlertConfigs = {
|
|
99
105
|
// lumia: {
|
|
100
106
|
[LumiaAlertValues.LUMIASTREAM_DONATION]: {
|
|
@@ -846,6 +852,7 @@ export const LumiaAlertConfigs = {
|
|
|
846
852
|
amount: '100',
|
|
847
853
|
currency: LumiaRedemptionCurrency.POINTS,
|
|
848
854
|
currencySymbol: LumiaRedemptionCurrencySymbol.points,
|
|
855
|
+
contentImage: 'https://static-cdn.jtvnw.net/custom-reward-images/default-4.png',
|
|
849
856
|
},
|
|
850
857
|
},
|
|
851
858
|
{
|
|
@@ -860,6 +867,7 @@ export const LumiaAlertConfigs = {
|
|
|
860
867
|
amount: '2000',
|
|
861
868
|
currency: LumiaRedemptionCurrency.POINTS,
|
|
862
869
|
currencySymbol: LumiaRedemptionCurrencySymbol.points,
|
|
870
|
+
contentImage: 'https://static-cdn.jtvnw.net/custom-reward-images/default-4.png',
|
|
863
871
|
},
|
|
864
872
|
},
|
|
865
873
|
{
|
|
@@ -874,6 +882,7 @@ export const LumiaAlertConfigs = {
|
|
|
874
882
|
amount: '10000',
|
|
875
883
|
currency: LumiaRedemptionCurrency.POINTS,
|
|
876
884
|
currencySymbol: LumiaRedemptionCurrencySymbol.points,
|
|
885
|
+
contentImage: 'https://static-cdn.jtvnw.net/custom-reward-images/default-4.png',
|
|
877
886
|
},
|
|
878
887
|
},
|
|
879
888
|
],
|
|
@@ -1432,17 +1441,17 @@ export const LumiaAlertConfigs = {
|
|
|
1432
1441
|
{
|
|
1433
1442
|
label: '100 bits',
|
|
1434
1443
|
dynamic: { value: 100 },
|
|
1435
|
-
extraSettings: { username: 'lumiastream', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png', amount: 100 },
|
|
1444
|
+
extraSettings: { username: 'lumiastream', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png', amount: 100, contentImage: bitsImageUrl(100) },
|
|
1436
1445
|
},
|
|
1437
1446
|
{
|
|
1438
1447
|
label: '500 bits',
|
|
1439
1448
|
dynamic: { value: 500 },
|
|
1440
|
-
extraSettings: { username: 'lumiastream', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png', amount: 500 },
|
|
1449
|
+
extraSettings: { username: 'lumiastream', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png', amount: 500, contentImage: bitsImageUrl(500) },
|
|
1441
1450
|
},
|
|
1442
1451
|
{
|
|
1443
1452
|
label: '1000 bits',
|
|
1444
1453
|
dynamic: { value: 1000 },
|
|
1445
|
-
extraSettings: { username: 'lumiastream', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png', amount: 1000 },
|
|
1454
|
+
extraSettings: { username: 'lumiastream', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png', amount: 1000, contentImage: bitsImageUrl(1000) },
|
|
1446
1455
|
},
|
|
1447
1456
|
],
|
|
1448
1457
|
inputFields: [
|
|
@@ -1491,6 +1500,7 @@ export const LumiaAlertConfigs = {
|
|
|
1491
1500
|
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
1492
1501
|
amount: 500,
|
|
1493
1502
|
bitsType: 'combo',
|
|
1503
|
+
contentImage: bitsImageUrl(500),
|
|
1494
1504
|
},
|
|
1495
1505
|
},
|
|
1496
1506
|
{
|
|
@@ -1501,6 +1511,7 @@ export const LumiaAlertConfigs = {
|
|
|
1501
1511
|
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
1502
1512
|
amount: 1000,
|
|
1503
1513
|
bitsType: 'combo',
|
|
1514
|
+
contentImage: bitsImageUrl(1000),
|
|
1504
1515
|
},
|
|
1505
1516
|
},
|
|
1506
1517
|
{
|
|
@@ -1511,6 +1522,7 @@ export const LumiaAlertConfigs = {
|
|
|
1511
1522
|
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
1512
1523
|
amount: 2500,
|
|
1513
1524
|
bitsType: 'combo',
|
|
1525
|
+
contentImage: bitsImageUrl(2500),
|
|
1514
1526
|
},
|
|
1515
1527
|
},
|
|
1516
1528
|
],
|
|
@@ -6302,6 +6314,7 @@ export const LumiaAlertConfigs = {
|
|
|
6302
6314
|
tier: 'BASIC',
|
|
6303
6315
|
id: 'hype',
|
|
6304
6316
|
message: 'This is so hype',
|
|
6317
|
+
contentImage: kickKicksImageUrl('Hype'),
|
|
6305
6318
|
},
|
|
6306
6319
|
},
|
|
6307
6320
|
{
|
|
@@ -6316,6 +6329,7 @@ export const LumiaAlertConfigs = {
|
|
|
6316
6329
|
tier: 'MID',
|
|
6317
6330
|
id: 'rage_quit',
|
|
6318
6331
|
message: 'Im raging!!',
|
|
6332
|
+
contentImage: kickKicksImageUrl('Rage Quit'),
|
|
6319
6333
|
},
|
|
6320
6334
|
},
|
|
6321
6335
|
],
|
|
@@ -6344,6 +6358,14 @@ export const LumiaAlertConfigs = {
|
|
|
6344
6358
|
default: 'Hype',
|
|
6345
6359
|
selections: KickKicksData,
|
|
6346
6360
|
},
|
|
6361
|
+
{
|
|
6362
|
+
type: 'selection',
|
|
6363
|
+
label: 'Kicks Image',
|
|
6364
|
+
variableField: 'contentImage',
|
|
6365
|
+
required: false,
|
|
6366
|
+
default: kickKicksImageUrl('Hype'),
|
|
6367
|
+
selections: KickKicksImageSelections,
|
|
6368
|
+
},
|
|
6347
6369
|
],
|
|
6348
6370
|
LumiaVariationConditions: [
|
|
6349
6371
|
{ type: LumiaVariationConditions.RANDOM },
|
package/dist/esm/index.js
CHANGED
|
@@ -5,7 +5,7 @@ export { LumiaEventListTypes, LumiaMapAlertTypeToEventListType, AlertsToFilter,
|
|
|
5
5
|
export { SystemVariables, ReservedVariables, AllVariables, getAcceptedVariableName, getAcceptedVariableNames, } from './variables.types.js';
|
|
6
6
|
export { formatCondition } from './helpers.js';
|
|
7
7
|
export { EMULATE_EXAMPLE_AVATAR_URL, getExampleAlertVariableValue, buildExampleAlertVariables, coerceNumericAlertFields, aliasContentImageFromLegacy, isRedundantInputField, syncLinkedVariableFields, } from './emulate.helpers.js';
|
|
8
|
-
export { KickKicksData } from './kick_kicks.js';
|
|
8
|
+
export { KickKicksData, KickKicksImageSelections } from './kick_kicks.js';
|
|
9
9
|
export { BLANK_OVERLAY_TEMPLATE_ID } from './overlay_template.types.js';
|
|
10
10
|
export { TiktokGiftsData, TiktokGiftImageSelections } from './tiktok_gifts.js';
|
|
11
11
|
export { YoutubeSuperstickersData, YoutubeSuperstickerImageSelections } from './youtube_superstickers.js';
|
package/dist/esm/kick_kicks.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export { LumiaEventListTypes, LumiaMapAlertTypeToEventListType, AlertsToFilter,
|
|
|
5
5
|
export { SystemVariables, ReservedVariables, AllVariables, getAcceptedVariableName, getAcceptedVariableNames, type LumiaAcceptedVariable, type LumiaAcceptedVariableDefinition, type CountableVariableValue, type DonatorVariableValue, } from './variables.types';
|
|
6
6
|
export { formatCondition } from './helpers';
|
|
7
7
|
export { EMULATE_EXAMPLE_AVATAR_URL, getExampleAlertVariableValue, buildExampleAlertVariables, coerceNumericAlertFields, aliasContentImageFromLegacy, isRedundantInputField, syncLinkedVariableFields, type InputFieldLike, } from './emulate.helpers';
|
|
8
|
-
export { KickKicksData } from './kick_kicks';
|
|
8
|
+
export { KickKicksData, KickKicksImageSelections } from './kick_kicks';
|
|
9
9
|
export { BLANK_OVERLAY_TEMPLATE_ID, type OverlayTemplate, type OverlayTemplateLayerDescriptor, type OverlayTemplateAnchor, type OverlayTemplateLayerOverrides } from './overlay_template.types';
|
|
10
10
|
export { TiktokGiftsData, TiktokGiftImageSelections } from './tiktok_gifts';
|
|
11
11
|
export { YoutubeSuperstickersData, YoutubeSuperstickerImageSelections } from './youtube_superstickers';
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SongRequestPlaybackTarget = exports.SongRequestProvider = exports.SongRequestSource = exports.SongRequestStatus = exports.VIEWER_PROFILE_ACHIEVEMENTS = exports.YoutubeSuperstickerImageSelections = exports.YoutubeSuperstickersData = exports.TiktokGiftImageSelections = exports.TiktokGiftsData = exports.BLANK_OVERLAY_TEMPLATE_ID = exports.KickKicksData = exports.syncLinkedVariableFields = exports.isRedundantInputField = exports.aliasContentImageFromLegacy = exports.coerceNumericAlertFields = exports.buildExampleAlertVariables = exports.getExampleAlertVariableValue = exports.EMULATE_EXAMPLE_AVATAR_URL = exports.formatCondition = exports.getAcceptedVariableNames = exports.getAcceptedVariableName = exports.AllVariables = exports.ReservedVariables = exports.SystemVariables = exports.getEventListCategoryColor = exports.LumiaEventListTypeColors = exports.PlatformsToFilter = exports.AlertsToFilter = exports.LumiaMapAlertTypeToEventListType = exports.LumiaEventListTypes = exports.LumiaEventTypes = exports.LumiaIntegrations = exports.LumiaAlertConfigs = exports.LumiaRedemptionCurrencySymbol = exports.LumiaRedemptionCurrency = exports.VariationCurrencySymbol = exports.LumiaVariationCurrency = exports.LumiaVariationConditions = exports.LumiaActivityTestType = exports.LumiaActivityNoValueTypes = exports.LumiaActivityApiValueType = exports.LumiaActivityOriginTypes = exports.LumiaAlertFriendlyValues = exports.LumiaAlertValues = exports.LumiaExternalActivityCommandTypes = exports.LumiaActivityCommandTypes = exports.LumiaStreamingSites = void 0;
|
|
3
|
+
exports.SongRequestPlaybackTarget = exports.SongRequestProvider = exports.SongRequestSource = exports.SongRequestStatus = exports.VIEWER_PROFILE_ACHIEVEMENTS = exports.YoutubeSuperstickerImageSelections = exports.YoutubeSuperstickersData = exports.TiktokGiftImageSelections = exports.TiktokGiftsData = exports.BLANK_OVERLAY_TEMPLATE_ID = exports.KickKicksImageSelections = exports.KickKicksData = exports.syncLinkedVariableFields = exports.isRedundantInputField = exports.aliasContentImageFromLegacy = exports.coerceNumericAlertFields = exports.buildExampleAlertVariables = exports.getExampleAlertVariableValue = exports.EMULATE_EXAMPLE_AVATAR_URL = exports.formatCondition = exports.getAcceptedVariableNames = exports.getAcceptedVariableName = exports.AllVariables = exports.ReservedVariables = exports.SystemVariables = exports.getEventListCategoryColor = exports.LumiaEventListTypeColors = exports.PlatformsToFilter = exports.AlertsToFilter = exports.LumiaMapAlertTypeToEventListType = exports.LumiaEventListTypes = exports.LumiaEventTypes = exports.LumiaIntegrations = exports.LumiaAlertConfigs = exports.LumiaRedemptionCurrencySymbol = exports.LumiaRedemptionCurrency = exports.VariationCurrencySymbol = exports.LumiaVariationCurrency = exports.LumiaVariationConditions = exports.LumiaActivityTestType = exports.LumiaActivityNoValueTypes = exports.LumiaActivityApiValueType = exports.LumiaActivityOriginTypes = exports.LumiaAlertFriendlyValues = exports.LumiaAlertValues = exports.LumiaExternalActivityCommandTypes = exports.LumiaActivityCommandTypes = exports.LumiaStreamingSites = void 0;
|
|
4
4
|
var activity_types_1 = require("./activity.types");
|
|
5
5
|
Object.defineProperty(exports, "LumiaStreamingSites", { enumerable: true, get: function () { return activity_types_1.LumiaStreamingSites; } });
|
|
6
6
|
Object.defineProperty(exports, "LumiaActivityCommandTypes", { enumerable: true, get: function () { return activity_types_1.LumiaActivityCommandTypes; } });
|
|
@@ -46,6 +46,7 @@ Object.defineProperty(exports, "isRedundantInputField", { enumerable: true, get:
|
|
|
46
46
|
Object.defineProperty(exports, "syncLinkedVariableFields", { enumerable: true, get: function () { return emulate_helpers_1.syncLinkedVariableFields; } });
|
|
47
47
|
var kick_kicks_1 = require("./kick_kicks");
|
|
48
48
|
Object.defineProperty(exports, "KickKicksData", { enumerable: true, get: function () { return kick_kicks_1.KickKicksData; } });
|
|
49
|
+
Object.defineProperty(exports, "KickKicksImageSelections", { enumerable: true, get: function () { return kick_kicks_1.KickKicksImageSelections; } });
|
|
49
50
|
var overlay_template_types_1 = require("./overlay_template.types");
|
|
50
51
|
Object.defineProperty(exports, "BLANK_OVERLAY_TEMPLATE_ID", { enumerable: true, get: function () { return overlay_template_types_1.BLANK_OVERLAY_TEMPLATE_ID; } });
|
|
51
52
|
var tiktok_gifts_1 = require("./tiktok_gifts");
|
package/dist/kick_kicks.d.ts
CHANGED
package/dist/kick_kicks.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.KickKicksData = void 0;
|
|
3
|
+
exports.KickKicksImageSelections = exports.KickKicksData = void 0;
|
|
4
4
|
exports.KickKicksData = [
|
|
5
5
|
{
|
|
6
6
|
value: 'Hell Yeah',
|
|
@@ -93,3 +93,7 @@ exports.KickKicksData = [
|
|
|
93
93
|
giftId: 'booooom',
|
|
94
94
|
},
|
|
95
95
|
];
|
|
96
|
+
exports.KickKicksImageSelections = exports.KickKicksData.map((kick) => ({
|
|
97
|
+
label: `${kick.label} (${kick.helperText})`,
|
|
98
|
+
value: kick.imageUrl,
|
|
99
|
+
}));
|
package/dist/wire.types.d.ts
CHANGED
|
@@ -114,6 +114,7 @@ export interface TwitchBitsExtraSettings {
|
|
|
114
114
|
value: number;
|
|
115
115
|
bits: number;
|
|
116
116
|
bitsType: string;
|
|
117
|
+
contentImage?: string;
|
|
117
118
|
message: string;
|
|
118
119
|
rawMessage: string;
|
|
119
120
|
full_message?: string;
|
|
@@ -130,6 +131,7 @@ export interface TwitchBitsComboExtraSettings {
|
|
|
130
131
|
avatar?: string;
|
|
131
132
|
userId: string | number;
|
|
132
133
|
bitsType: string;
|
|
134
|
+
contentImage?: string;
|
|
133
135
|
message: string;
|
|
134
136
|
rawMessage: string;
|
|
135
137
|
full_message?: string;
|
|
@@ -556,6 +558,7 @@ export interface KickKicksExtraSettings {
|
|
|
556
558
|
tier: string;
|
|
557
559
|
id: string;
|
|
558
560
|
type: string;
|
|
561
|
+
contentImage?: string;
|
|
559
562
|
message: string;
|
|
560
563
|
rawMessage: string;
|
|
561
564
|
full_message: string;
|