@lumiastream/lumia-types 3.1.6 → 3.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/activity.types.d.ts +9 -0
- package/dist/activity.types.js +9 -0
- package/dist/alert.types.js +60 -0
- package/dist/custom-overlays/custom-overlays.d.ts +24 -0
- package/dist/custom-overlays.d.ts +24 -0
- package/dist/eventlist.types.d.ts +3 -0
- package/dist/eventlist.types.js +3 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.js +3 -1
- package/dist/tiktok_gifts.d.ts +9 -0
- package/dist/tiktok_gifts.js +3632 -0
- package/dist/variables.types.d.ts +21 -0
- package/dist/variables.types.js +40 -0
- package/dist/viewer_profile_achievements.d.ts +12 -0
- package/dist/viewer_profile_achievements.js +33 -1
- package/package.json +1 -1
package/dist/activity.types.d.ts
CHANGED
|
@@ -134,6 +134,12 @@ export declare enum LumiaAlertValues {
|
|
|
134
134
|
LUMIASTREAM_RAFFLE_STOP = "lumiastream-raffleStop",
|
|
135
135
|
/** Raffle winner selected */
|
|
136
136
|
LUMIASTREAM_RAFFLE_WINNER = "lumiastream-raffleWinner",
|
|
137
|
+
/** Tournament started */
|
|
138
|
+
LUMIASTREAM_TOURNAMENT_START = "lumiastream-tournamentStart",
|
|
139
|
+
/** Tournament ended */
|
|
140
|
+
LUMIASTREAM_TOURNAMENT_END = "lumiastream-tournamentEnd",
|
|
141
|
+
/** Tournament winner selected */
|
|
142
|
+
LUMIASTREAM_TOURNAMENT_WINNER = "lumiastream-tournamentWinner",
|
|
137
143
|
/** Spin wheel winner selected */
|
|
138
144
|
LUMIASTREAM_SPINWHEEL_WINNER = "lumiastream-spinwheelWinner",
|
|
139
145
|
/** Poll started */
|
|
@@ -542,6 +548,9 @@ export declare const LumiaAlertFriendlyValues: {
|
|
|
542
548
|
"lumiastream-raffleStart": string;
|
|
543
549
|
"lumiastream-raffleStop": string;
|
|
544
550
|
"lumiastream-raffleWinner": string;
|
|
551
|
+
"lumiastream-tournamentStart": string;
|
|
552
|
+
"lumiastream-tournamentEnd": string;
|
|
553
|
+
"lumiastream-tournamentWinner": string;
|
|
545
554
|
"lumiastream-spinwheelWinner": string;
|
|
546
555
|
"lumiastream-pollStarted": string;
|
|
547
556
|
"lumiastream-pollProgressed": string;
|
package/dist/activity.types.js
CHANGED
|
@@ -148,6 +148,12 @@ var LumiaAlertValues;
|
|
|
148
148
|
LumiaAlertValues["LUMIASTREAM_RAFFLE_STOP"] = "lumiastream-raffleStop";
|
|
149
149
|
/** Raffle winner selected */
|
|
150
150
|
LumiaAlertValues["LUMIASTREAM_RAFFLE_WINNER"] = "lumiastream-raffleWinner";
|
|
151
|
+
/** Tournament started */
|
|
152
|
+
LumiaAlertValues["LUMIASTREAM_TOURNAMENT_START"] = "lumiastream-tournamentStart";
|
|
153
|
+
/** Tournament ended */
|
|
154
|
+
LumiaAlertValues["LUMIASTREAM_TOURNAMENT_END"] = "lumiastream-tournamentEnd";
|
|
155
|
+
/** Tournament winner selected */
|
|
156
|
+
LumiaAlertValues["LUMIASTREAM_TOURNAMENT_WINNER"] = "lumiastream-tournamentWinner";
|
|
151
157
|
/** Spin wheel winner selected */
|
|
152
158
|
LumiaAlertValues["LUMIASTREAM_SPINWHEEL_WINNER"] = "lumiastream-spinwheelWinner";
|
|
153
159
|
/** Poll started */
|
|
@@ -572,6 +578,9 @@ exports.LumiaAlertFriendlyValues = {
|
|
|
572
578
|
[LumiaAlertValues.LUMIASTREAM_RAFFLE_START]: 'Raffle Start',
|
|
573
579
|
[LumiaAlertValues.LUMIASTREAM_RAFFLE_STOP]: 'Raffle Stop',
|
|
574
580
|
[LumiaAlertValues.LUMIASTREAM_RAFFLE_WINNER]: 'Raffle Winner',
|
|
581
|
+
[LumiaAlertValues.LUMIASTREAM_TOURNAMENT_START]: 'Tournament Start',
|
|
582
|
+
[LumiaAlertValues.LUMIASTREAM_TOURNAMENT_END]: 'Tournament End',
|
|
583
|
+
[LumiaAlertValues.LUMIASTREAM_TOURNAMENT_WINNER]: 'Tournament Winner',
|
|
575
584
|
[LumiaAlertValues.LUMIASTREAM_SPINWHEEL_WINNER]: 'Spinwheel Winner',
|
|
576
585
|
[LumiaAlertValues.LUMIASTREAM_POLL_STARTED]: 'Poll Started',
|
|
577
586
|
[LumiaAlertValues.LUMIASTREAM_POLL_PROGRESSED]: 'Poll Progressed',
|
package/dist/alert.types.js
CHANGED
|
@@ -5,6 +5,7 @@ const activity_types_1 = require("./activity.types");
|
|
|
5
5
|
const event_types_1 = require("./event.types");
|
|
6
6
|
const variables_types_1 = require("./variables.types");
|
|
7
7
|
const kick_kicks_1 = require("./kick_kicks");
|
|
8
|
+
const tiktok_gifts_1 = require("./tiktok_gifts");
|
|
8
9
|
const youtube_superstickers_1 = require("./youtube_superstickers");
|
|
9
10
|
const viewer_profile_achievements_1 = require("./viewer_profile_achievements");
|
|
10
11
|
var LumiaVariationConditions;
|
|
@@ -332,6 +333,64 @@ exports.LumiaAlertConfigs = {
|
|
|
332
333
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
333
334
|
],
|
|
334
335
|
},
|
|
336
|
+
[activity_types_1.LumiaAlertValues.LUMIASTREAM_TOURNAMENT_START]: {
|
|
337
|
+
connection: event_types_1.LumiaIntegrations.LUMIASTREAM,
|
|
338
|
+
message: '{{tournament_title}} started! Type {{tournament_entry_command}} to join the tournament',
|
|
339
|
+
eventlistMessage: 'Tournament Start',
|
|
340
|
+
eventlistDetailedMessage: '{{tournament_title}} started! Type {{tournament_entry_command}} to join the tournament',
|
|
341
|
+
acceptedVariables: variables_types_1.AllVariables.lumiastream.alerts.tournamentStart,
|
|
342
|
+
inputFields: [
|
|
343
|
+
{
|
|
344
|
+
type: 'text',
|
|
345
|
+
label: 'Tournament Title',
|
|
346
|
+
variableField: 'tournament_title',
|
|
347
|
+
required: false,
|
|
348
|
+
default: '',
|
|
349
|
+
},
|
|
350
|
+
],
|
|
351
|
+
LumiaVariationConditions: [{ type: LumiaVariationConditions.RANDOM }, { type: LumiaVariationConditions.EQUAL_VARIABLE }],
|
|
352
|
+
},
|
|
353
|
+
[activity_types_1.LumiaAlertValues.LUMIASTREAM_TOURNAMENT_END]: {
|
|
354
|
+
connection: event_types_1.LumiaIntegrations.LUMIASTREAM,
|
|
355
|
+
message: '{{tournament_title}} has ended!',
|
|
356
|
+
eventlistMessage: 'Tournament End',
|
|
357
|
+
eventlistDetailedMessage: '{{tournament_title}} has ended!',
|
|
358
|
+
acceptedVariables: variables_types_1.AllVariables.lumiastream.alerts.tournamentEnd,
|
|
359
|
+
inputFields: [
|
|
360
|
+
{
|
|
361
|
+
type: 'text',
|
|
362
|
+
label: 'Tournament Title',
|
|
363
|
+
variableField: 'tournament_title',
|
|
364
|
+
required: false,
|
|
365
|
+
default: '',
|
|
366
|
+
},
|
|
367
|
+
],
|
|
368
|
+
LumiaVariationConditions: [{ type: LumiaVariationConditions.RANDOM }, { type: LumiaVariationConditions.EQUAL_VARIABLE }],
|
|
369
|
+
},
|
|
370
|
+
[activity_types_1.LumiaAlertValues.LUMIASTREAM_TOURNAMENT_WINNER]: {
|
|
371
|
+
connection: event_types_1.LumiaIntegrations.LUMIASTREAM,
|
|
372
|
+
message: 'Congratulations {{tournament_winner}} for winning {{tournament_title}}!',
|
|
373
|
+
eventlistMessage: 'Tournament Winner',
|
|
374
|
+
eventlistDetailedMessage: 'Congratulations {{tournament_winner}} for winning {{tournament_title}}!',
|
|
375
|
+
acceptedVariables: variables_types_1.AllVariables.lumiastream.alerts.tournamentWinner,
|
|
376
|
+
inputFields: [
|
|
377
|
+
{
|
|
378
|
+
type: 'text',
|
|
379
|
+
label: 'Tournament Title',
|
|
380
|
+
variableField: 'tournament_title',
|
|
381
|
+
required: false,
|
|
382
|
+
default: '',
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
type: 'text',
|
|
386
|
+
label: 'Winner',
|
|
387
|
+
variableField: 'tournament_winner',
|
|
388
|
+
required: false,
|
|
389
|
+
default: '',
|
|
390
|
+
},
|
|
391
|
+
],
|
|
392
|
+
LumiaVariationConditions: [{ type: LumiaVariationConditions.RANDOM }, { type: LumiaVariationConditions.EQUAL_USERNAME }, { type: LumiaVariationConditions.EQUAL_VARIABLE }],
|
|
393
|
+
},
|
|
335
394
|
[activity_types_1.LumiaAlertValues.LUMIASTREAM_SPINWHEEL_WINNER]: {
|
|
336
395
|
connection: event_types_1.LumiaIntegrations.LUMIASTREAM,
|
|
337
396
|
message: 'Congratulations {{spinwheel_winner}} for winning {{spinwheel_item}}!',
|
|
@@ -4696,6 +4755,7 @@ exports.LumiaAlertConfigs = {
|
|
|
4696
4755
|
type: LumiaVariationConditions.EQUAL_SELECTION,
|
|
4697
4756
|
description: 'Gift Name is equal to',
|
|
4698
4757
|
dynamicOptions: true,
|
|
4758
|
+
selections: tiktok_gifts_1.TiktokGiftsData,
|
|
4699
4759
|
},
|
|
4700
4760
|
{
|
|
4701
4761
|
type: LumiaVariationConditions.EQUAL_NUMBER,
|
|
@@ -404,6 +404,12 @@ export declare enum LumiaAlertValues {
|
|
|
404
404
|
LUMIASTREAM_RAFFLE_STOP = "lumiastream-raffleStop",
|
|
405
405
|
/** Raffle winner selected */
|
|
406
406
|
LUMIASTREAM_RAFFLE_WINNER = "lumiastream-raffleWinner",
|
|
407
|
+
/** Tournament started */
|
|
408
|
+
LUMIASTREAM_TOURNAMENT_START = "lumiastream-tournamentStart",
|
|
409
|
+
/** Tournament ended */
|
|
410
|
+
LUMIASTREAM_TOURNAMENT_END = "lumiastream-tournamentEnd",
|
|
411
|
+
/** Tournament winner selected */
|
|
412
|
+
LUMIASTREAM_TOURNAMENT_WINNER = "lumiastream-tournamentWinner",
|
|
407
413
|
/** Spin wheel winner selected */
|
|
408
414
|
LUMIASTREAM_SPINWHEEL_WINNER = "lumiastream-spinwheelWinner",
|
|
409
415
|
/** Poll started */
|
|
@@ -983,6 +989,24 @@ export declare enum SystemVariables {
|
|
|
983
989
|
RAFFLE_WINNER_AVATAR = "raffle_winner_avatar",
|
|
984
990
|
/** Command used to enter the raffle (e.g., !join). Use as {{raffle_entry_command}}. */
|
|
985
991
|
RAFFLE_ENTRY_COMMAND = "raffle_entry_command",
|
|
992
|
+
/** Tournament title. Use as {{tournament_title}}. */
|
|
993
|
+
TOURNAMENT_TITLE = "tournament_title",
|
|
994
|
+
/** Tournament description. Use as {{tournament_description}}. */
|
|
995
|
+
TOURNAMENT_DESCRIPTION = "tournament_description",
|
|
996
|
+
/** Tournament game. Use as {{tournament_game}}. */
|
|
997
|
+
TOURNAMENT_GAME = "tournament_game",
|
|
998
|
+
/** Tournament format. Use as {{tournament_format}}. */
|
|
999
|
+
TOURNAMENT_FORMAT = "tournament_format",
|
|
1000
|
+
/** Tournament state. Use as {{tournament_state}}. */
|
|
1001
|
+
TOURNAMENT_STATE = "tournament_state",
|
|
1002
|
+
/** Tournament participants count. Use as {{tournament_participants_count}}. */
|
|
1003
|
+
TOURNAMENT_PARTICIPANTS_COUNT = "tournament_participants_count",
|
|
1004
|
+
/** Tournament entry command (e.g., !tournament). Use as {{tournament_entry_command}}. */
|
|
1005
|
+
TOURNAMENT_ENTRY_COMMAND = "tournament_entry_command",
|
|
1006
|
+
/** Tournament winner. Use as {{tournament_winner}}. */
|
|
1007
|
+
TOURNAMENT_WINNER = "tournament_winner",
|
|
1008
|
+
/** Tournament winner avatar URL. Use as {{tournament_winner_avatar}}. */
|
|
1009
|
+
TOURNAMENT_WINNER_AVATAR = "tournament_winner_avatar",
|
|
986
1010
|
/** Viewer queue title. Use as {{viewerqueue_title}}. */
|
|
987
1011
|
VIEWERQUEUE_TITLE = "viewerqueue_title",
|
|
988
1012
|
/** Viewer queue entry command (e.g., !joinq). Use as {{viewerqueue_entry_command}}. */
|
|
@@ -404,6 +404,12 @@ export declare enum LumiaAlertValues {
|
|
|
404
404
|
LUMIASTREAM_RAFFLE_STOP = "lumiastream-raffleStop",
|
|
405
405
|
/** Raffle winner selected */
|
|
406
406
|
LUMIASTREAM_RAFFLE_WINNER = "lumiastream-raffleWinner",
|
|
407
|
+
/** Tournament started */
|
|
408
|
+
LUMIASTREAM_TOURNAMENT_START = "lumiastream-tournamentStart",
|
|
409
|
+
/** Tournament ended */
|
|
410
|
+
LUMIASTREAM_TOURNAMENT_END = "lumiastream-tournamentEnd",
|
|
411
|
+
/** Tournament winner selected */
|
|
412
|
+
LUMIASTREAM_TOURNAMENT_WINNER = "lumiastream-tournamentWinner",
|
|
407
413
|
/** Spin wheel winner selected */
|
|
408
414
|
LUMIASTREAM_SPINWHEEL_WINNER = "lumiastream-spinwheelWinner",
|
|
409
415
|
/** Poll started */
|
|
@@ -983,6 +989,24 @@ export declare enum SystemVariables {
|
|
|
983
989
|
RAFFLE_WINNER_AVATAR = "raffle_winner_avatar",
|
|
984
990
|
/** Command used to enter the raffle (e.g., !join). Use as {{raffle_entry_command}}. */
|
|
985
991
|
RAFFLE_ENTRY_COMMAND = "raffle_entry_command",
|
|
992
|
+
/** Tournament title. Use as {{tournament_title}}. */
|
|
993
|
+
TOURNAMENT_TITLE = "tournament_title",
|
|
994
|
+
/** Tournament description. Use as {{tournament_description}}. */
|
|
995
|
+
TOURNAMENT_DESCRIPTION = "tournament_description",
|
|
996
|
+
/** Tournament game. Use as {{tournament_game}}. */
|
|
997
|
+
TOURNAMENT_GAME = "tournament_game",
|
|
998
|
+
/** Tournament format. Use as {{tournament_format}}. */
|
|
999
|
+
TOURNAMENT_FORMAT = "tournament_format",
|
|
1000
|
+
/** Tournament state. Use as {{tournament_state}}. */
|
|
1001
|
+
TOURNAMENT_STATE = "tournament_state",
|
|
1002
|
+
/** Tournament participants count. Use as {{tournament_participants_count}}. */
|
|
1003
|
+
TOURNAMENT_PARTICIPANTS_COUNT = "tournament_participants_count",
|
|
1004
|
+
/** Tournament entry command (e.g., !tournament). Use as {{tournament_entry_command}}. */
|
|
1005
|
+
TOURNAMENT_ENTRY_COMMAND = "tournament_entry_command",
|
|
1006
|
+
/** Tournament winner. Use as {{tournament_winner}}. */
|
|
1007
|
+
TOURNAMENT_WINNER = "tournament_winner",
|
|
1008
|
+
/** Tournament winner avatar URL. Use as {{tournament_winner_avatar}}. */
|
|
1009
|
+
TOURNAMENT_WINNER_AVATAR = "tournament_winner_avatar",
|
|
986
1010
|
/** Viewer queue title. Use as {{viewerqueue_title}}. */
|
|
987
1011
|
VIEWERQUEUE_TITLE = "viewerqueue_title",
|
|
988
1012
|
/** Viewer queue entry command (e.g., !joinq). Use as {{viewerqueue_entry_command}}. */
|
|
@@ -30,6 +30,9 @@ export declare const LumiaMapAlertTypeToEventListType: {
|
|
|
30
30
|
"lumiastream-raffleStart": LumiaEventListTypes;
|
|
31
31
|
"lumiastream-raffleStop": LumiaEventListTypes;
|
|
32
32
|
"lumiastream-raffleWinner": LumiaEventListTypes;
|
|
33
|
+
"lumiastream-tournamentStart": LumiaEventListTypes;
|
|
34
|
+
"lumiastream-tournamentEnd": LumiaEventListTypes;
|
|
35
|
+
"lumiastream-tournamentWinner": LumiaEventListTypes;
|
|
33
36
|
"facebook-fan": LumiaEventListTypes;
|
|
34
37
|
"facebook-follower": LumiaEventListTypes;
|
|
35
38
|
"facebook-subscriptionGift": LumiaEventListTypes;
|
package/dist/eventlist.types.js
CHANGED
|
@@ -35,6 +35,9 @@ exports.LumiaMapAlertTypeToEventListType = {
|
|
|
35
35
|
[activity_types_1.LumiaAlertValues.LUMIASTREAM_RAFFLE_START]: LumiaEventListTypes.RAFFLE,
|
|
36
36
|
[activity_types_1.LumiaAlertValues.LUMIASTREAM_RAFFLE_STOP]: LumiaEventListTypes.RAFFLE,
|
|
37
37
|
[activity_types_1.LumiaAlertValues.LUMIASTREAM_RAFFLE_WINNER]: LumiaEventListTypes.RAFFLE,
|
|
38
|
+
[activity_types_1.LumiaAlertValues.LUMIASTREAM_TOURNAMENT_START]: LumiaEventListTypes.OTHERS,
|
|
39
|
+
[activity_types_1.LumiaAlertValues.LUMIASTREAM_TOURNAMENT_END]: LumiaEventListTypes.OTHERS,
|
|
40
|
+
[activity_types_1.LumiaAlertValues.LUMIASTREAM_TOURNAMENT_WINNER]: LumiaEventListTypes.OTHERS,
|
|
38
41
|
[activity_types_1.LumiaAlertValues.FACEBOOK_FAN]: LumiaEventListTypes.FANS,
|
|
39
42
|
[activity_types_1.LumiaAlertValues.FACEBOOK_FOLLOWER]: LumiaEventListTypes.FOLLOWER,
|
|
40
43
|
[activity_types_1.LumiaAlertValues.FACEBOOK_GIFT_SUBSCRIPTION]: LumiaEventListTypes.GIFTS,
|
package/dist/index.d.ts
CHANGED
|
@@ -5,5 +5,6 @@ export { LumiaEventListTypes, LumiaMapAlertTypeToEventListType } from './eventli
|
|
|
5
5
|
export { SystemVariables, ReservedVariables, AllVariables } from './variables.types';
|
|
6
6
|
export { formatCondition } from './helpers';
|
|
7
7
|
export { KickKicksData } from './kick_kicks';
|
|
8
|
+
export { TiktokGiftsData } from './tiktok_gifts';
|
|
8
9
|
export { YoutubeSuperstickersData } from './youtube_superstickers';
|
|
9
|
-
export { VIEWER_PROFILE_ACHIEVEMENTS, type ViewerProfileAchievementColor, type ViewerProfileAchievementDefinition, type ViewerProfileAchievementMetric } from './viewer_profile_achievements';
|
|
10
|
+
export { VIEWER_PROFILE_ACHIEVEMENTS, type ViewerProfileAchievementColor, type ViewerProfileAchievementDefinition, type ViewerProfileAchievementMetric, type ViewerProfileCollectionMode, type ViewerProfileCollectionRule, type ViewerProfileCollectionSettings, type ViewerProfileCollectionSource, } from './viewer_profile_achievements';
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VIEWER_PROFILE_ACHIEVEMENTS = exports.YoutubeSuperstickersData = exports.KickKicksData = exports.formatCondition = exports.AllVariables = exports.ReservedVariables = exports.SystemVariables = exports.LumiaMapAlertTypeToEventListType = exports.LumiaEventListTypes = exports.LumiaEventTypes = exports.LumiaIntegrations = exports.LumiaAlertConfigs = 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.VIEWER_PROFILE_ACHIEVEMENTS = exports.YoutubeSuperstickersData = exports.TiktokGiftsData = exports.KickKicksData = exports.formatCondition = exports.AllVariables = exports.ReservedVariables = exports.SystemVariables = exports.LumiaMapAlertTypeToEventListType = exports.LumiaEventListTypes = exports.LumiaEventTypes = exports.LumiaIntegrations = exports.LumiaAlertConfigs = 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; } });
|
|
@@ -30,6 +30,8 @@ var helpers_1 = require("./helpers");
|
|
|
30
30
|
Object.defineProperty(exports, "formatCondition", { enumerable: true, get: function () { return helpers_1.formatCondition; } });
|
|
31
31
|
var kick_kicks_1 = require("./kick_kicks");
|
|
32
32
|
Object.defineProperty(exports, "KickKicksData", { enumerable: true, get: function () { return kick_kicks_1.KickKicksData; } });
|
|
33
|
+
var tiktok_gifts_1 = require("./tiktok_gifts");
|
|
34
|
+
Object.defineProperty(exports, "TiktokGiftsData", { enumerable: true, get: function () { return tiktok_gifts_1.TiktokGiftsData; } });
|
|
33
35
|
var youtube_superstickers_1 = require("./youtube_superstickers");
|
|
34
36
|
Object.defineProperty(exports, "YoutubeSuperstickersData", { enumerable: true, get: function () { return youtube_superstickers_1.YoutubeSuperstickersData; } });
|
|
35
37
|
var viewer_profile_achievements_1 = require("./viewer_profile_achievements");
|