@lumiastream/lumia-types 3.0.6-beta.2 → 3.1.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.
@@ -316,30 +316,30 @@ export declare enum LumiaAlertValues {
316
316
  TIKTOK_TOTAL_LIKES = "tiktok-totalLikes",
317
317
  /** TikTok gift received */
318
318
  TIKTOK_GIFT = "tiktok-gift",
319
- /** TikTok new subscriber */
320
- TIKTOK_SUBSCRIBER = "tiktok-subscriber",
321
- /** TikTok share */
322
- TIKTOK_SHARE = "tiktok-share",
323
- /** TikTok treasure chest */
324
- TIKTOK_ENVELOPE = "tiktok-envelope",
319
+ /** TikTok paid LIVE-only Super Fan membership event */
320
+ TIKTOK_SUPER_FAN = "tiktok-superFan",
321
+ /** TikTok Super Fan Box event, separate from becoming a Super Fan */
322
+ TIKTOK_SUPER_FAN_BOX = "tiktok-superFanBox",
323
+ /** TikTok treasure chest / envelope event */
324
+ TIKTOK_TREASURE_CHEST = "tiktok-treasureChest",
325
325
  /** TikTok question */
326
326
  TIKTOK_QUESTION = "tiktok-question",
327
- /** TikTok poll message */
328
- TIKTOK_POLL_MESSAGE = "tiktok-pollMessage",
329
- /** TikTok super fan box */
330
- TIKTOK_SUPER_FAN_BOX = "tiktok-superFanBox",
331
- /** TikTok live shopping */
332
- TIKTOK_LIVE_SHOPPING = "tiktok-oecLiveShopping",
333
- /** TikTok live intro */
334
- TIKTOK_LIVE_INTRO = "tiktok-liveIntro",
327
+ /** TikTok LIVE poll event */
328
+ TIKTOK_POLL = "tiktok-poll",
329
+ /** TikTok LIVE shopping / shop purchase event */
330
+ TIKTOK_SHOP_PURCHASE = "tiktok-shopPurchase",
331
+ /** TikTok LIVE intro / stream intro event */
332
+ TIKTOK_INTRO = "tiktok-intro",
335
333
  /** TikTok pinned message */
336
- TIKTOK_ROOM_PIN = "tiktok-roomPin",
337
- /** TikTok battle start */
338
- TIKTOK_BATTLE_START = "tiktok-linkMicBattle",
339
- /** TikTok battle progress */
340
- TIKTOK_BATTLE_PROGRESS = "tiktok-linkMicArmies",
341
- /** TikTok battle result */
342
- TIKTOK_BATTLE_RESULT = "tiktok-linkMicBattleResult",
334
+ TIKTOK_PIN_MESSAGE = "tiktok-pinMessage",
335
+ /** TikTok LIVE battle started */
336
+ TIKTOK_BATTLE_START = "tiktok-battleStart",
337
+ /** TikTok LIVE battle progress update */
338
+ TIKTOK_BATTLE_PROGRESS = "tiktok-battleProgress",
339
+ /** TikTok LIVE battle finished with a final result */
340
+ TIKTOK_BATTLE_END = "tiktok-battleEnd",
341
+ /** TikTok share */
342
+ TIKTOK_SHARE = "tiktok-share",
343
343
  /** TikTok stream ended */
344
344
  TIKTOK_STREAM_END = "tiktok-streamEnd",
345
345
  /** New TikTok video posted */
@@ -618,18 +618,18 @@ export declare const LumiaAlertFriendlyValues: {
618
618
  "tiktok-like": string;
619
619
  "tiktok-totalLikes": string;
620
620
  "tiktok-gift": string;
621
- "tiktok-subscriber": string;
622
- "tiktok-share": string;
623
- "tiktok-envelope": string;
624
- "tiktok-question": string;
625
- "tiktok-pollMessage": string;
621
+ "tiktok-superFan": string;
626
622
  "tiktok-superFanBox": string;
627
- "tiktok-oecLiveShopping": string;
628
- "tiktok-liveIntro": string;
629
- "tiktok-roomPin": string;
630
- "tiktok-linkMicBattle": string;
631
- "tiktok-linkMicArmies": string;
632
- "tiktok-linkMicBattleResult": string;
623
+ "tiktok-treasureChest": string;
624
+ "tiktok-question": string;
625
+ "tiktok-poll": string;
626
+ "tiktok-shopPurchase": string;
627
+ "tiktok-intro": string;
628
+ "tiktok-pinMessage": string;
629
+ "tiktok-battleStart": string;
630
+ "tiktok-battleProgress": string;
631
+ "tiktok-battleEnd": string;
632
+ "tiktok-share": string;
633
633
  "tiktok-streamEnd": string;
634
634
  "tiktok-newVideo": string;
635
635
  "tiktok-entrance": string;
@@ -334,30 +334,30 @@ var LumiaAlertValues;
334
334
  LumiaAlertValues["TIKTOK_TOTAL_LIKES"] = "tiktok-totalLikes";
335
335
  /** TikTok gift received */
336
336
  LumiaAlertValues["TIKTOK_GIFT"] = "tiktok-gift";
337
- /** TikTok new subscriber */
338
- LumiaAlertValues["TIKTOK_SUBSCRIBER"] = "tiktok-subscriber";
339
- /** TikTok share */
340
- LumiaAlertValues["TIKTOK_SHARE"] = "tiktok-share";
341
- /** TikTok treasure chest */
342
- LumiaAlertValues["TIKTOK_ENVELOPE"] = "tiktok-envelope";
337
+ /** TikTok paid LIVE-only Super Fan membership event */
338
+ LumiaAlertValues["TIKTOK_SUPER_FAN"] = "tiktok-superFan";
339
+ /** TikTok Super Fan Box event, separate from becoming a Super Fan */
340
+ LumiaAlertValues["TIKTOK_SUPER_FAN_BOX"] = "tiktok-superFanBox";
341
+ /** TikTok treasure chest / envelope event */
342
+ LumiaAlertValues["TIKTOK_TREASURE_CHEST"] = "tiktok-treasureChest";
343
343
  /** TikTok question */
344
344
  LumiaAlertValues["TIKTOK_QUESTION"] = "tiktok-question";
345
- /** TikTok poll message */
346
- LumiaAlertValues["TIKTOK_POLL_MESSAGE"] = "tiktok-pollMessage";
347
- /** TikTok super fan box */
348
- LumiaAlertValues["TIKTOK_SUPER_FAN_BOX"] = "tiktok-superFanBox";
349
- /** TikTok live shopping */
350
- LumiaAlertValues["TIKTOK_LIVE_SHOPPING"] = "tiktok-oecLiveShopping";
351
- /** TikTok live intro */
352
- LumiaAlertValues["TIKTOK_LIVE_INTRO"] = "tiktok-liveIntro";
345
+ /** TikTok LIVE poll event */
346
+ LumiaAlertValues["TIKTOK_POLL"] = "tiktok-poll";
347
+ /** TikTok LIVE shopping / shop purchase event */
348
+ LumiaAlertValues["TIKTOK_SHOP_PURCHASE"] = "tiktok-shopPurchase";
349
+ /** TikTok LIVE intro / stream intro event */
350
+ LumiaAlertValues["TIKTOK_INTRO"] = "tiktok-intro";
353
351
  /** TikTok pinned message */
354
- LumiaAlertValues["TIKTOK_ROOM_PIN"] = "tiktok-roomPin";
355
- /** TikTok battle start */
356
- LumiaAlertValues["TIKTOK_BATTLE_START"] = "tiktok-linkMicBattle";
357
- /** TikTok battle progress */
358
- LumiaAlertValues["TIKTOK_BATTLE_PROGRESS"] = "tiktok-linkMicArmies";
359
- /** TikTok battle result */
360
- LumiaAlertValues["TIKTOK_BATTLE_RESULT"] = "tiktok-linkMicBattleResult";
352
+ LumiaAlertValues["TIKTOK_PIN_MESSAGE"] = "tiktok-pinMessage";
353
+ /** TikTok LIVE battle started */
354
+ LumiaAlertValues["TIKTOK_BATTLE_START"] = "tiktok-battleStart";
355
+ /** TikTok LIVE battle progress update */
356
+ LumiaAlertValues["TIKTOK_BATTLE_PROGRESS"] = "tiktok-battleProgress";
357
+ /** TikTok LIVE battle finished with a final result */
358
+ LumiaAlertValues["TIKTOK_BATTLE_END"] = "tiktok-battleEnd";
359
+ /** TikTok share */
360
+ LumiaAlertValues["TIKTOK_SHARE"] = "tiktok-share";
361
361
  /** TikTok stream ended */
362
362
  LumiaAlertValues["TIKTOK_STREAM_END"] = "tiktok-streamEnd";
363
363
  /** New TikTok video posted */
@@ -648,18 +648,18 @@ exports.LumiaAlertFriendlyValues = {
648
648
  [LumiaAlertValues.TIKTOK_LIKE]: 'Tiktok Like',
649
649
  [LumiaAlertValues.TIKTOK_TOTAL_LIKES]: 'Tiktok Total Likes',
650
650
  [LumiaAlertValues.TIKTOK_GIFT]: 'Tiktok Gift',
651
- [LumiaAlertValues.TIKTOK_SUBSCRIBER]: 'Tiktok Subscriber',
652
- [LumiaAlertValues.TIKTOK_SHARE]: 'Tiktok Share',
653
- [LumiaAlertValues.TIKTOK_ENVELOPE]: 'Tiktok Treasure Chest',
654
- [LumiaAlertValues.TIKTOK_QUESTION]: 'Tiktok Question',
655
- [LumiaAlertValues.TIKTOK_POLL_MESSAGE]: 'Tiktok Poll Message',
651
+ [LumiaAlertValues.TIKTOK_SUPER_FAN]: 'Tiktok Super Fan',
656
652
  [LumiaAlertValues.TIKTOK_SUPER_FAN_BOX]: 'Tiktok Super Fan Box',
657
- [LumiaAlertValues.TIKTOK_LIVE_SHOPPING]: 'Tiktok Live Shopping',
658
- [LumiaAlertValues.TIKTOK_LIVE_INTRO]: 'Tiktok Live Intro',
659
- [LumiaAlertValues.TIKTOK_ROOM_PIN]: 'Tiktok Pinned Message',
653
+ [LumiaAlertValues.TIKTOK_TREASURE_CHEST]: 'Tiktok Treasure Chest',
654
+ [LumiaAlertValues.TIKTOK_QUESTION]: 'Tiktok Question',
655
+ [LumiaAlertValues.TIKTOK_POLL]: 'Tiktok Poll',
656
+ [LumiaAlertValues.TIKTOK_SHOP_PURCHASE]: 'Tiktok Shop Purchase',
657
+ [LumiaAlertValues.TIKTOK_INTRO]: 'Tiktok Intro',
658
+ [LumiaAlertValues.TIKTOK_PIN_MESSAGE]: 'Tiktok Pin Message',
660
659
  [LumiaAlertValues.TIKTOK_BATTLE_START]: 'Tiktok Battle Start',
661
660
  [LumiaAlertValues.TIKTOK_BATTLE_PROGRESS]: 'Tiktok Battle Progress',
662
- [LumiaAlertValues.TIKTOK_BATTLE_RESULT]: 'Tiktok Battle Result',
661
+ [LumiaAlertValues.TIKTOK_BATTLE_END]: 'Tiktok Battle End',
662
+ [LumiaAlertValues.TIKTOK_SHARE]: 'Tiktok Share',
663
663
  [LumiaAlertValues.TIKTOK_STREAM_END]: 'Tiktok Stream Ended',
664
664
  [LumiaAlertValues.TIKTOK_NEW_VIDEO]: 'Tiktok New Video',
665
665
  [LumiaAlertValues.TIKTOK_ENTRANCE]: 'Tiktok Entrance',
@@ -85,8 +85,6 @@ export declare const LumiaRedemptionCurrencySymbol: {
85
85
  export interface LumiaDynamicCondition {
86
86
  value: number | string;
87
87
  name?: string;
88
- selectionValue?: number | string;
89
- numberValue?: number | string;
90
88
  isPrime?: boolean;
91
89
  isGift?: boolean;
92
90
  giftAmount?: number;
@@ -97,6 +95,14 @@ export interface LumiaDynamicCondition {
97
95
  previousTotal?: number;
98
96
  lumiauserlevels?: number[];
99
97
  }
98
+ export interface LumiaSelectionOption {
99
+ label: string;
100
+ message?: string;
101
+ value: string | number;
102
+ helperText?: string;
103
+ imageUrl?: string;
104
+ searchText?: string;
105
+ }
100
106
  export declare const LumiaAlertConfigs: Record<LumiaAlertValues | string, {
101
107
  connection: LumiaIntegrations;
102
108
  message: string;
@@ -128,13 +134,6 @@ export declare const LumiaAlertConfigs: Record<LumiaAlertValues | string, {
128
134
  type: LumiaVariationConditions;
129
135
  description?: string;
130
136
  dynamicSelections?: boolean;
131
- selections?: Array<{
132
- label: string;
133
- message?: string;
134
- value: string | number;
135
- helperText?: string;
136
- imageUrl?: string;
137
- searchText?: string;
138
- }>;
137
+ selections?: LumiaSelectionOption[];
139
138
  }>;
140
139
  }>;
@@ -3910,7 +3910,7 @@ exports.LumiaAlertConfigs = {
3910
3910
  quickActions: [
3911
3911
  {
3912
3912
  label: 'Emoji Beaming Face ($100)',
3913
- dynamic: { value: 100, currency: LumiaVariationCurrency.USD, name: 'emoji_beaming_face', selectionValue: 'emoji_beaming_face' },
3913
+ dynamic: { value: 100, currency: LumiaVariationCurrency.USD, name: 'emoji_beaming_face' },
3914
3914
  extraSettings: {
3915
3915
  username: 'lumiastream',
3916
3916
  displayname: 'LumiaStream',
@@ -3924,7 +3924,7 @@ exports.LumiaAlertConfigs = {
3924
3924
  },
3925
3925
  {
3926
3926
  label: 'Emoji Laughing ($200)',
3927
- dynamic: { value: 200, currency: LumiaVariationCurrency.USD, name: 'emoji_laughing', selectionValue: 'emoji_laughing' },
3927
+ dynamic: { value: 200, currency: LumiaVariationCurrency.USD, name: 'emoji_laughing' },
3928
3928
  extraSettings: {
3929
3929
  username: 'lumiastream',
3930
3930
  displayname: 'LumiaStream',
@@ -3938,7 +3938,7 @@ exports.LumiaAlertConfigs = {
3938
3938
  },
3939
3939
  {
3940
3940
  label: 'Emoji Sad ($300)',
3941
- dynamic: { value: 300, currency: LumiaVariationCurrency.USD, name: 'emoji_sad', selectionValue: 'emoji_sad' },
3941
+ dynamic: { value: 300, currency: LumiaVariationCurrency.USD, name: 'emoji_sad' },
3942
3942
  extraSettings: {
3943
3943
  username: 'lumiastream',
3944
3944
  displayname: 'LumiaStream',
@@ -4708,17 +4708,17 @@ exports.LumiaAlertConfigs = {
4708
4708
  { type: LumiaVariationConditions.EQUAL_VARIABLE },
4709
4709
  ],
4710
4710
  },
4711
- [activity_types_1.LumiaAlertValues.TIKTOK_SUBSCRIBER]: {
4711
+ [activity_types_1.LumiaAlertValues.TIKTOK_SUPER_FAN]: {
4712
4712
  connection: event_types_1.LumiaIntegrations.TIKTOK,
4713
- message: '{{username}} just became a member',
4714
- eventlistMessage: 'Membership',
4715
- eventlistDetailedMessage: 'became a member',
4716
- acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.subscriber,
4713
+ message: '{{username}} just became a Super Fan',
4714
+ eventlistMessage: 'Super Fan',
4715
+ eventlistDetailedMessage: 'became a Super Fan',
4716
+ acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.superFan,
4717
4717
  quickActions: [
4718
4718
  {
4719
- label: 'New Member',
4719
+ label: 'New Super Fan',
4720
4720
  dynamic: { value: 'lumiastream' },
4721
- extraSettings: { username: 'lumiastream', membershipType: 'subscriber' },
4721
+ extraSettings: { username: 'lumiastream' },
4722
4722
  },
4723
4723
  ],
4724
4724
  inputFields: [
@@ -4729,29 +4729,10 @@ exports.LumiaAlertConfigs = {
4729
4729
  required: false,
4730
4730
  default: 'lumiastream',
4731
4731
  },
4732
- {
4733
- type: 'selection',
4734
- label: 'Membership Type',
4735
- variableField: 'membershipType',
4736
- required: false,
4737
- default: 'subscriber',
4738
- selections: [
4739
- { label: 'Subscriber', value: 'subscriber' },
4740
- { label: 'Super Fan', value: 'superFan' },
4741
- ],
4742
- },
4743
4732
  ],
4744
4733
  LumiaVariationConditions: [
4745
4734
  { type: LumiaVariationConditions.RANDOM },
4746
4735
  { type: LumiaVariationConditions.EQUAL_USERNAME },
4747
- {
4748
- type: LumiaVariationConditions.EQUAL_SELECTION,
4749
- description: 'Membership type is equal to',
4750
- selections: [
4751
- { label: 'Subscriber', value: 'subscriber' },
4752
- { label: 'Super Fan', value: 'superFan' },
4753
- ],
4754
- },
4755
4736
  { type: LumiaVariationConditions.EQUAL_VARIABLE },
4756
4737
  ],
4757
4738
  },
@@ -4779,12 +4760,12 @@ exports.LumiaAlertConfigs = {
4779
4760
  ],
4780
4761
  LumiaVariationConditions: [{ type: LumiaVariationConditions.RANDOM }, { type: LumiaVariationConditions.EQUAL_USERNAME }, { type: LumiaVariationConditions.EQUAL_VARIABLE }],
4781
4762
  },
4782
- [activity_types_1.LumiaAlertValues.TIKTOK_ENVELOPE]: {
4763
+ [activity_types_1.LumiaAlertValues.TIKTOK_TREASURE_CHEST]: {
4783
4764
  connection: event_types_1.LumiaIntegrations.TIKTOK,
4784
4765
  message: '{{username}} sent a treasure chest',
4785
4766
  eventlistMessage: 'Treasure Chest',
4786
4767
  eventlistDetailedMessage: 'sent a treasure chest',
4787
- acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.envelope,
4768
+ acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.treasureChest,
4788
4769
  quickActions: [
4789
4770
  {
4790
4771
  label: 'Treasure Chest',
@@ -4822,7 +4803,7 @@ exports.LumiaAlertConfigs = {
4822
4803
  message: '{{username}} asked: {{question}}',
4823
4804
  eventlistMessage: 'Question',
4824
4805
  eventlistDetailedMessage: 'asked a question',
4825
- acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.questionNew,
4806
+ acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.question,
4826
4807
  quickActions: [
4827
4808
  {
4828
4809
  label: 'New Question',
@@ -4841,7 +4822,7 @@ exports.LumiaAlertConfigs = {
4841
4822
  {
4842
4823
  type: 'number',
4843
4824
  label: 'Answer Status',
4844
- dynamicField: 'numberValue',
4825
+ dynamicField: 'value',
4845
4826
  variableField: 'answerStatus',
4846
4827
  required: false,
4847
4828
  default: 0,
@@ -4855,12 +4836,12 @@ exports.LumiaAlertConfigs = {
4855
4836
  { type: LumiaVariationConditions.EQUAL_VARIABLE },
4856
4837
  ],
4857
4838
  },
4858
- [activity_types_1.LumiaAlertValues.TIKTOK_POLL_MESSAGE]: {
4839
+ [activity_types_1.LumiaAlertValues.TIKTOK_POLL]: {
4859
4840
  connection: event_types_1.LumiaIntegrations.TIKTOK,
4860
4841
  message: 'Poll started: {{title}}',
4861
- eventlistMessage: 'Poll Message',
4842
+ eventlistMessage: 'Poll',
4862
4843
  eventlistDetailedMessage: 'sent a poll message',
4863
- acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.pollMessage,
4844
+ acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.poll,
4864
4845
  quickActions: [
4865
4846
  {
4866
4847
  label: 'New Poll',
@@ -4879,7 +4860,7 @@ exports.LumiaAlertConfigs = {
4879
4860
  {
4880
4861
  type: 'selection',
4881
4862
  label: 'Poll Kind',
4882
- dynamicField: 'selectionValue',
4863
+ dynamicField: 'name',
4883
4864
  variableField: 'pollKind',
4884
4865
  required: false,
4885
4866
  default: 'normal',
@@ -4937,12 +4918,12 @@ exports.LumiaAlertConfigs = {
4937
4918
  ],
4938
4919
  LumiaVariationConditions: [{ type: LumiaVariationConditions.RANDOM }, { type: LumiaVariationConditions.EQUAL_USERNAME }, { type: LumiaVariationConditions.EQUAL_VARIABLE }],
4939
4920
  },
4940
- [activity_types_1.LumiaAlertValues.TIKTOK_LIVE_SHOPPING]: {
4921
+ [activity_types_1.LumiaAlertValues.TIKTOK_SHOP_PURCHASE]: {
4941
4922
  connection: event_types_1.LumiaIntegrations.TIKTOK,
4942
4923
  message: 'Live Shopping: {{title}}',
4943
4924
  eventlistMessage: 'Live Shopping',
4944
4925
  eventlistDetailedMessage: 'triggered live shopping',
4945
- acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.oecLiveShopping,
4926
+ acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.shopPurchase,
4946
4927
  quickActions: [
4947
4928
  {
4948
4929
  label: 'Live Shopping',
@@ -4965,12 +4946,12 @@ exports.LumiaAlertConfigs = {
4965
4946
  { type: LumiaVariationConditions.EQUAL_VARIABLE },
4966
4947
  ],
4967
4948
  },
4968
- [activity_types_1.LumiaAlertValues.TIKTOK_LIVE_INTRO]: {
4949
+ [activity_types_1.LumiaAlertValues.TIKTOK_INTRO]: {
4969
4950
  connection: event_types_1.LumiaIntegrations.TIKTOK,
4970
4951
  message: '{{description}}',
4971
- eventlistMessage: 'Live Intro',
4952
+ eventlistMessage: 'Intro',
4972
4953
  eventlistDetailedMessage: 'showed a live intro',
4973
- acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.liveIntro,
4954
+ acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.intro,
4974
4955
  quickActions: [
4975
4956
  {
4976
4957
  label: 'Live Intro',
@@ -4993,12 +4974,12 @@ exports.LumiaAlertConfigs = {
4993
4974
  { type: LumiaVariationConditions.EQUAL_VARIABLE },
4994
4975
  ],
4995
4976
  },
4996
- [activity_types_1.LumiaAlertValues.TIKTOK_ROOM_PIN]: {
4977
+ [activity_types_1.LumiaAlertValues.TIKTOK_PIN_MESSAGE]: {
4997
4978
  connection: event_types_1.LumiaIntegrations.TIKTOK,
4998
4979
  message: 'Pinned message: {{message}}',
4999
- eventlistMessage: 'Pinned Message',
4980
+ eventlistMessage: 'Pin Message',
5000
4981
  eventlistDetailedMessage: 'pinned a message',
5001
- acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.roomPin,
4982
+ acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.pinMessage,
5002
4983
  quickActions: [
5003
4984
  {
5004
4985
  label: 'Pinned Message',
@@ -5026,7 +5007,7 @@ exports.LumiaAlertConfigs = {
5026
5007
  message: 'Battle started: {{battleLabel}}',
5027
5008
  eventlistMessage: 'Battle Start',
5028
5009
  eventlistDetailedMessage: 'started a battle',
5029
- acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.linkMicBattle,
5010
+ acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.battleStart,
5030
5011
  quickActions: [
5031
5012
  {
5032
5013
  label: 'Battle Start',
@@ -5094,7 +5075,7 @@ exports.LumiaAlertConfigs = {
5094
5075
  message: 'Battle update: {{battleLabel}} ({{creatorScore}} - {{opponentScore}})',
5095
5076
  eventlistMessage: 'Battle Progress',
5096
5077
  eventlistDetailedMessage: 'updated battle progress',
5097
- acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.linkMicArmies,
5078
+ acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.battleProgress,
5098
5079
  quickActions: [
5099
5080
  {
5100
5081
  label: 'Battle Progress',
@@ -5125,15 +5106,15 @@ exports.LumiaAlertConfigs = {
5125
5106
  { type: LumiaVariationConditions.EQUAL_VARIABLE },
5126
5107
  ],
5127
5108
  },
5128
- [activity_types_1.LumiaAlertValues.TIKTOK_BATTLE_RESULT]: {
5109
+ [activity_types_1.LumiaAlertValues.TIKTOK_BATTLE_END]: {
5129
5110
  connection: event_types_1.LumiaIntegrations.TIKTOK,
5130
- message: 'Battle {{result}}: {{battleLabel}}',
5131
- eventlistMessage: 'Battle Result',
5132
- eventlistDetailedMessage: 'finished a battle',
5133
- acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.linkMicBattleResult,
5111
+ message: 'Battle ended: {{battleLabel}} ({{result}})',
5112
+ eventlistMessage: 'Battle End',
5113
+ eventlistDetailedMessage: 'ended a battle',
5114
+ acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.battleEnd,
5134
5115
  quickActions: [
5135
5116
  {
5136
- label: 'Battle Result',
5117
+ label: 'Battle End',
5137
5118
  dynamic: { value: 'win' },
5138
5119
  extraSettings: {
5139
5120
  battleId: '1',
@@ -586,30 +586,30 @@ export declare enum LumiaAlertValues {
586
586
  TIKTOK_TOTAL_LIKES = "tiktok-totalLikes",
587
587
  /** TikTok gift received */
588
588
  TIKTOK_GIFT = "tiktok-gift",
589
- /** TikTok new subscriber */
590
- TIKTOK_SUBSCRIBER = "tiktok-subscriber",
591
- /** TikTok share */
592
- TIKTOK_SHARE = "tiktok-share",
593
- /** TikTok treasure chest */
594
- TIKTOK_ENVELOPE = "tiktok-envelope",
589
+ /** TikTok paid LIVE-only Super Fan membership event */
590
+ TIKTOK_SUPER_FAN = "tiktok-superFan",
591
+ /** TikTok Super Fan Box event, separate from becoming a Super Fan */
592
+ TIKTOK_SUPER_FAN_BOX = "tiktok-superFanBox",
593
+ /** TikTok treasure chest / envelope event */
594
+ TIKTOK_TREASURE_CHEST = "tiktok-treasureChest",
595
595
  /** TikTok question */
596
596
  TIKTOK_QUESTION = "tiktok-question",
597
- /** TikTok poll message */
598
- TIKTOK_POLL_MESSAGE = "tiktok-pollMessage",
599
- /** TikTok super fan box */
600
- TIKTOK_SUPER_FAN_BOX = "tiktok-superFanBox",
601
- /** TikTok live shopping */
602
- TIKTOK_LIVE_SHOPPING = "tiktok-oecLiveShopping",
603
- /** TikTok live intro */
604
- TIKTOK_LIVE_INTRO = "tiktok-liveIntro",
597
+ /** TikTok LIVE poll event */
598
+ TIKTOK_POLL = "tiktok-poll",
599
+ /** TikTok LIVE shopping / shop purchase event */
600
+ TIKTOK_SHOP_PURCHASE = "tiktok-shopPurchase",
601
+ /** TikTok LIVE intro / stream intro event */
602
+ TIKTOK_INTRO = "tiktok-intro",
605
603
  /** TikTok pinned message */
606
- TIKTOK_ROOM_PIN = "tiktok-roomPin",
607
- /** TikTok battle start */
608
- TIKTOK_BATTLE_START = "tiktok-linkMicBattle",
609
- /** TikTok battle progress */
610
- TIKTOK_BATTLE_PROGRESS = "tiktok-linkMicArmies",
611
- /** TikTok battle result */
612
- TIKTOK_BATTLE_RESULT = "tiktok-linkMicBattleResult",
604
+ TIKTOK_PIN_MESSAGE = "tiktok-pinMessage",
605
+ /** TikTok LIVE battle started */
606
+ TIKTOK_BATTLE_START = "tiktok-battleStart",
607
+ /** TikTok LIVE battle progress update */
608
+ TIKTOK_BATTLE_PROGRESS = "tiktok-battleProgress",
609
+ /** TikTok LIVE battle finished with a final result */
610
+ TIKTOK_BATTLE_END = "tiktok-battleEnd",
611
+ /** TikTok share */
612
+ TIKTOK_SHARE = "tiktok-share",
613
613
  /** TikTok stream ended */
614
614
  TIKTOK_STREAM_END = "tiktok-streamEnd",
615
615
  /** New TikTok video posted */
@@ -1209,14 +1209,14 @@ export declare enum SystemVariables {
1209
1209
  TIKTOK_TOTAL_FOLLOWER_COUNT = "tiktok_total_follower_count",
1210
1210
  /** Session follower count. Use as {{tiktok_session_follower_count}}. */
1211
1211
  TIKTOK_SESSION_FOLLOWER_COUNT = "tiktok_session_follower_count",
1212
- /** Session subscriber count. Use as {{tiktok_session_subscriber_count}}. */
1213
- TIKTOK_SESSION_SUBSCRIBER_COUNT = "tiktok_session_subscriber_count",
1212
+ /** Session super fan count. Use as {{tiktok_session_super_fan_count}}. */
1213
+ TIKTOK_SESSION_SUPER_FAN_COUNT = "tiktok_session_super_fan_count",
1214
1214
  /** Session share count. Use as {{tiktok_session_share_count}}. */
1215
1215
  TIKTOK_SESSION_SHARE_COUNT = "tiktok_session_share_count",
1216
1216
  /** Last follower. Use as {{tiktok_last_follower}}. */
1217
1217
  TIKTOK_LAST_FOLLOWER = "tiktok_last_follower",
1218
- /** Last subscriber. Use as {{tiktok_last_subscriber}}. */
1219
- TIKTOK_LAST_SUBSCRIBER = "tiktok_last_subscriber",
1218
+ /** Last super fan. Use as {{tiktok_last_super_fan}}. */
1219
+ TIKTOK_LAST_SUPER_FAN = "tiktok_last_super_fan",
1220
1220
  /** Last gifter. Use as {{tiktok_last_gifter}}. */
1221
1221
  TIKTOK_LAST_GIFTER = "tiktok_last_gifter",
1222
1222
  /** Session gifters (list). Use as {{tiktok_session_gifters}}. */
@@ -586,30 +586,30 @@ export declare enum LumiaAlertValues {
586
586
  TIKTOK_TOTAL_LIKES = "tiktok-totalLikes",
587
587
  /** TikTok gift received */
588
588
  TIKTOK_GIFT = "tiktok-gift",
589
- /** TikTok new subscriber */
590
- TIKTOK_SUBSCRIBER = "tiktok-subscriber",
591
- /** TikTok share */
592
- TIKTOK_SHARE = "tiktok-share",
593
- /** TikTok treasure chest */
594
- TIKTOK_ENVELOPE = "tiktok-envelope",
589
+ /** TikTok paid LIVE-only Super Fan membership event */
590
+ TIKTOK_SUPER_FAN = "tiktok-superFan",
591
+ /** TikTok Super Fan Box event, separate from becoming a Super Fan */
592
+ TIKTOK_SUPER_FAN_BOX = "tiktok-superFanBox",
593
+ /** TikTok treasure chest / envelope event */
594
+ TIKTOK_TREASURE_CHEST = "tiktok-treasureChest",
595
595
  /** TikTok question */
596
596
  TIKTOK_QUESTION = "tiktok-question",
597
- /** TikTok poll message */
598
- TIKTOK_POLL_MESSAGE = "tiktok-pollMessage",
599
- /** TikTok super fan box */
600
- TIKTOK_SUPER_FAN_BOX = "tiktok-superFanBox",
601
- /** TikTok live shopping */
602
- TIKTOK_LIVE_SHOPPING = "tiktok-oecLiveShopping",
603
- /** TikTok live intro */
604
- TIKTOK_LIVE_INTRO = "tiktok-liveIntro",
597
+ /** TikTok LIVE poll event */
598
+ TIKTOK_POLL = "tiktok-poll",
599
+ /** TikTok LIVE shopping / shop purchase event */
600
+ TIKTOK_SHOP_PURCHASE = "tiktok-shopPurchase",
601
+ /** TikTok LIVE intro / stream intro event */
602
+ TIKTOK_INTRO = "tiktok-intro",
605
603
  /** TikTok pinned message */
606
- TIKTOK_ROOM_PIN = "tiktok-roomPin",
607
- /** TikTok battle start */
608
- TIKTOK_BATTLE_START = "tiktok-linkMicBattle",
609
- /** TikTok battle progress */
610
- TIKTOK_BATTLE_PROGRESS = "tiktok-linkMicArmies",
611
- /** TikTok battle result */
612
- TIKTOK_BATTLE_RESULT = "tiktok-linkMicBattleResult",
604
+ TIKTOK_PIN_MESSAGE = "tiktok-pinMessage",
605
+ /** TikTok LIVE battle started */
606
+ TIKTOK_BATTLE_START = "tiktok-battleStart",
607
+ /** TikTok LIVE battle progress update */
608
+ TIKTOK_BATTLE_PROGRESS = "tiktok-battleProgress",
609
+ /** TikTok LIVE battle finished with a final result */
610
+ TIKTOK_BATTLE_END = "tiktok-battleEnd",
611
+ /** TikTok share */
612
+ TIKTOK_SHARE = "tiktok-share",
613
613
  /** TikTok stream ended */
614
614
  TIKTOK_STREAM_END = "tiktok-streamEnd",
615
615
  /** New TikTok video posted */
@@ -1209,14 +1209,14 @@ export declare enum SystemVariables {
1209
1209
  TIKTOK_TOTAL_FOLLOWER_COUNT = "tiktok_total_follower_count",
1210
1210
  /** Session follower count. Use as {{tiktok_session_follower_count}}. */
1211
1211
  TIKTOK_SESSION_FOLLOWER_COUNT = "tiktok_session_follower_count",
1212
- /** Session subscriber count. Use as {{tiktok_session_subscriber_count}}. */
1213
- TIKTOK_SESSION_SUBSCRIBER_COUNT = "tiktok_session_subscriber_count",
1212
+ /** Session super fan count. Use as {{tiktok_session_super_fan_count}}. */
1213
+ TIKTOK_SESSION_SUPER_FAN_COUNT = "tiktok_session_super_fan_count",
1214
1214
  /** Session share count. Use as {{tiktok_session_share_count}}. */
1215
1215
  TIKTOK_SESSION_SHARE_COUNT = "tiktok_session_share_count",
1216
1216
  /** Last follower. Use as {{tiktok_last_follower}}. */
1217
1217
  TIKTOK_LAST_FOLLOWER = "tiktok_last_follower",
1218
- /** Last subscriber. Use as {{tiktok_last_subscriber}}. */
1219
- TIKTOK_LAST_SUBSCRIBER = "tiktok_last_subscriber",
1218
+ /** Last super fan. Use as {{tiktok_last_super_fan}}. */
1219
+ TIKTOK_LAST_SUPER_FAN = "tiktok_last_super_fan",
1220
1220
  /** Last gifter. Use as {{tiktok_last_gifter}}. */
1221
1221
  TIKTOK_LAST_GIFTER = "tiktok_last_gifter",
1222
1222
  /** Session gifters (list). Use as {{tiktok_session_gifters}}. */
@@ -60,17 +60,17 @@ export declare const LumiaMapAlertTypeToEventListType: {
60
60
  "tiktok-like": LumiaEventListTypes;
61
61
  "tiktok-totalLikes": LumiaEventListTypes;
62
62
  "tiktok-share": LumiaEventListTypes;
63
- "tiktok-subscriber": LumiaEventListTypes;
64
- "tiktok-envelope": LumiaEventListTypes;
63
+ "tiktok-superFan": LumiaEventListTypes;
64
+ "tiktok-treasureChest": LumiaEventListTypes;
65
65
  "tiktok-question": LumiaEventListTypes;
66
- "tiktok-pollMessage": LumiaEventListTypes;
66
+ "tiktok-poll": LumiaEventListTypes;
67
67
  "tiktok-superFanBox": LumiaEventListTypes;
68
- "tiktok-oecLiveShopping": LumiaEventListTypes;
69
- "tiktok-liveIntro": LumiaEventListTypes;
70
- "tiktok-roomPin": LumiaEventListTypes;
71
- "tiktok-linkMicBattle": LumiaEventListTypes;
72
- "tiktok-linkMicArmies": LumiaEventListTypes;
73
- "tiktok-linkMicBattleResult": LumiaEventListTypes;
68
+ "tiktok-shopPurchase": LumiaEventListTypes;
69
+ "tiktok-intro": LumiaEventListTypes;
70
+ "tiktok-pinMessage": LumiaEventListTypes;
71
+ "tiktok-battleStart": LumiaEventListTypes;
72
+ "tiktok-battleProgress": LumiaEventListTypes;
73
+ "tiktok-battleEnd": LumiaEventListTypes;
74
74
  "kick-follower": LumiaEventListTypes;
75
75
  "kick-sessionFollowers": LumiaEventListTypes;
76
76
  "kick-subscriptionGift": LumiaEventListTypes;
@@ -65,17 +65,17 @@ exports.LumiaMapAlertTypeToEventListType = {
65
65
  [activity_types_1.LumiaAlertValues.TIKTOK_LIKE]: LumiaEventListTypes.LIKES,
66
66
  [activity_types_1.LumiaAlertValues.TIKTOK_TOTAL_LIKES]: LumiaEventListTypes.LIKES,
67
67
  [activity_types_1.LumiaAlertValues.TIKTOK_SHARE]: LumiaEventListTypes.SHARES,
68
- [activity_types_1.LumiaAlertValues.TIKTOK_SUBSCRIBER]: LumiaEventListTypes.SUBSCRIBERS,
69
- [activity_types_1.LumiaAlertValues.TIKTOK_ENVELOPE]: LumiaEventListTypes.GIFTS,
68
+ [activity_types_1.LumiaAlertValues.TIKTOK_SUPER_FAN]: LumiaEventListTypes.SUBSCRIBERS,
69
+ [activity_types_1.LumiaAlertValues.TIKTOK_TREASURE_CHEST]: LumiaEventListTypes.GIFTS,
70
70
  [activity_types_1.LumiaAlertValues.TIKTOK_QUESTION]: LumiaEventListTypes.OTHERS,
71
- [activity_types_1.LumiaAlertValues.TIKTOK_POLL_MESSAGE]: LumiaEventListTypes.OTHERS,
71
+ [activity_types_1.LumiaAlertValues.TIKTOK_POLL]: LumiaEventListTypes.OTHERS,
72
72
  [activity_types_1.LumiaAlertValues.TIKTOK_SUPER_FAN_BOX]: LumiaEventListTypes.SUBSCRIBERS,
73
- [activity_types_1.LumiaAlertValues.TIKTOK_LIVE_SHOPPING]: LumiaEventListTypes.PURCHASES,
74
- [activity_types_1.LumiaAlertValues.TIKTOK_LIVE_INTRO]: LumiaEventListTypes.OTHERS,
75
- [activity_types_1.LumiaAlertValues.TIKTOK_ROOM_PIN]: LumiaEventListTypes.OTHERS,
73
+ [activity_types_1.LumiaAlertValues.TIKTOK_SHOP_PURCHASE]: LumiaEventListTypes.PURCHASES,
74
+ [activity_types_1.LumiaAlertValues.TIKTOK_INTRO]: LumiaEventListTypes.OTHERS,
75
+ [activity_types_1.LumiaAlertValues.TIKTOK_PIN_MESSAGE]: LumiaEventListTypes.OTHERS,
76
76
  [activity_types_1.LumiaAlertValues.TIKTOK_BATTLE_START]: LumiaEventListTypes.OTHERS,
77
77
  [activity_types_1.LumiaAlertValues.TIKTOK_BATTLE_PROGRESS]: LumiaEventListTypes.OTHERS,
78
- [activity_types_1.LumiaAlertValues.TIKTOK_BATTLE_RESULT]: LumiaEventListTypes.OTHERS,
78
+ [activity_types_1.LumiaAlertValues.TIKTOK_BATTLE_END]: LumiaEventListTypes.OTHERS,
79
79
  [activity_types_1.LumiaAlertValues.KICK_FOLLOWER]: LumiaEventListTypes.FOLLOWER,
80
80
  [activity_types_1.LumiaAlertValues.KICK_SESSION_FOLLOWERS]: LumiaEventListTypes.FOLLOWER,
81
81
  [activity_types_1.LumiaAlertValues.KICK_GIFT_SUBSCRIPTION]: LumiaEventListTypes.GIFTS,
@@ -403,14 +403,14 @@ export declare enum SystemVariables {
403
403
  TIKTOK_TOTAL_FOLLOWER_COUNT = "tiktok_total_follower_count",
404
404
  /** Session follower count. Use as {{tiktok_session_follower_count}}. */
405
405
  TIKTOK_SESSION_FOLLOWER_COUNT = "tiktok_session_follower_count",
406
- /** Session subscriber count. Use as {{tiktok_session_subscriber_count}}. */
407
- TIKTOK_SESSION_SUBSCRIBER_COUNT = "tiktok_session_subscriber_count",
406
+ /** Session super fan count. Use as {{tiktok_session_super_fan_count}}. */
407
+ TIKTOK_SESSION_SUPER_FAN_COUNT = "tiktok_session_super_fan_count",
408
408
  /** Session share count. Use as {{tiktok_session_share_count}}. */
409
409
  TIKTOK_SESSION_SHARE_COUNT = "tiktok_session_share_count",
410
410
  /** Last follower. Use as {{tiktok_last_follower}}. */
411
411
  TIKTOK_LAST_FOLLOWER = "tiktok_last_follower",
412
- /** Last subscriber. Use as {{tiktok_last_subscriber}}. */
413
- TIKTOK_LAST_SUBSCRIBER = "tiktok_last_subscriber",
412
+ /** Last super fan. Use as {{tiktok_last_super_fan}}. */
413
+ TIKTOK_LAST_SUPER_FAN = "tiktok_last_super_fan",
414
414
  /** Last gifter. Use as {{tiktok_last_gifter}}. */
415
415
  TIKTOK_LAST_GIFTER = "tiktok_last_gifter",
416
416
  /** Session gifters (list). Use as {{tiktok_session_gifters}}. */
@@ -873,21 +873,21 @@ export declare const AllVariables: {
873
873
  firstChatter: string[];
874
874
  entrance: string[];
875
875
  follower: string[];
876
- subscriber: string[];
876
+ superFan: string[];
877
877
  gift: string[];
878
878
  like: string[];
879
879
  totalLikes: string[];
880
880
  share: string[];
881
- envelope: string[];
882
- questionNew: string[];
883
- pollMessage: string[];
881
+ treasureChest: string[];
882
+ question: string[];
883
+ poll: string[];
884
884
  superFanBox: string[];
885
- oecLiveShopping: string[];
886
- liveIntro: string[];
887
- roomPin: string[];
888
- linkMicBattle: string[];
889
- linkMicArmies: string[];
890
- linkMicBattleResult: string[];
885
+ shopPurchase: string[];
886
+ intro: string[];
887
+ pinMessage: string[];
888
+ battleStart: string[];
889
+ battleProgress: string[];
890
+ battleEnd: string[];
891
891
  streamEnd: string[];
892
892
  newVideo: string[];
893
893
  };
@@ -419,14 +419,14 @@ var SystemVariables;
419
419
  SystemVariables["TIKTOK_TOTAL_FOLLOWER_COUNT"] = "tiktok_total_follower_count";
420
420
  /** Session follower count. Use as {{tiktok_session_follower_count}}. */
421
421
  SystemVariables["TIKTOK_SESSION_FOLLOWER_COUNT"] = "tiktok_session_follower_count";
422
- /** Session subscriber count. Use as {{tiktok_session_subscriber_count}}. */
423
- SystemVariables["TIKTOK_SESSION_SUBSCRIBER_COUNT"] = "tiktok_session_subscriber_count";
422
+ /** Session super fan count. Use as {{tiktok_session_super_fan_count}}. */
423
+ SystemVariables["TIKTOK_SESSION_SUPER_FAN_COUNT"] = "tiktok_session_super_fan_count";
424
424
  /** Session share count. Use as {{tiktok_session_share_count}}. */
425
425
  SystemVariables["TIKTOK_SESSION_SHARE_COUNT"] = "tiktok_session_share_count";
426
426
  /** Last follower. Use as {{tiktok_last_follower}}. */
427
427
  SystemVariables["TIKTOK_LAST_FOLLOWER"] = "tiktok_last_follower";
428
- /** Last subscriber. Use as {{tiktok_last_subscriber}}. */
429
- SystemVariables["TIKTOK_LAST_SUBSCRIBER"] = "tiktok_last_subscriber";
428
+ /** Last super fan. Use as {{tiktok_last_super_fan}}. */
429
+ SystemVariables["TIKTOK_LAST_SUPER_FAN"] = "tiktok_last_super_fan";
430
430
  /** Last gifter. Use as {{tiktok_last_gifter}}. */
431
431
  SystemVariables["TIKTOK_LAST_GIFTER"] = "tiktok_last_gifter";
432
432
  /** Session gifters (list). Use as {{tiktok_session_gifters}}. */
@@ -1600,10 +1600,10 @@ exports.AllVariables = {
1600
1600
  'tiktok_current_viewer_count',
1601
1601
  'tiktok_total_follower_count',
1602
1602
  'tiktok_session_follower_count',
1603
- 'tiktok_session_subscriber_count',
1603
+ 'tiktok_session_super_fan_count',
1604
1604
  'tiktok_session_share_count',
1605
1605
  'tiktok_last_follower',
1606
- 'tiktok_last_subscriber',
1606
+ 'tiktok_last_super_fan',
1607
1607
  'tiktok_last_gifter',
1608
1608
  'tiktok_session_gifters',
1609
1609
  'tiktok_session_gifts',
@@ -1619,31 +1619,33 @@ exports.AllVariables = {
1619
1619
  firstChatter: ['username', 'userId', 'displayname', 'avatar', 'first_count', 'message'],
1620
1620
  entrance: ['username', 'userId', 'displayname', 'avatar', 'message'],
1621
1621
  follower: ['username', 'userId', 'displayname', 'avatar'],
1622
- subscriber: ['username', 'displayname', 'subMonths', 'avatar', 'membershipType'],
1622
+ superFan: ['username', 'displayname', 'avatar', 'userId'],
1623
1623
  gift: ['username', 'userId', 'avatar', 'coins', 'diamonds', 'giftId', 'giftName', 'giftPictureUrl', 'giftType', 'giftAmount'],
1624
1624
  like: ['username', 'userId', 'displayname', 'avatar', 'userLikeCount', 'totalLikeCount'],
1625
1625
  totalLikes: ['username', 'userId', 'displayname', 'avatar', 'userLikeCount', 'totalLikeCount'],
1626
1626
  share: ['username', 'userId', 'displayname', 'avatar'],
1627
- envelope: ['username', 'userId', 'avatar', 'envelopeId', 'diamondCount', 'peopleCount', 'unpackAt'],
1628
- questionNew: ['username', 'userId', 'displayname', 'avatar', 'question', 'questionId', 'answerStatus'],
1629
- pollMessage: ['pollId', 'title', 'pollKind', 'pollDuration', 'timeRemain', 'pollSponsor', 'userCount'],
1627
+ treasureChest: ['username', 'userId', 'avatar', 'envelopeId', 'diamondCount', 'peopleCount', 'unpackAt'],
1628
+ question: ['username', 'userId', 'displayname', 'avatar', 'question', 'questionId', 'answerStatus'],
1629
+ poll: ['pollId', 'title', 'pollKind', 'pollDuration', 'timeRemain', 'pollSponsor', 'userCount'],
1630
1630
  superFanBox: ['username', 'displayname', 'avatar', 'userId'],
1631
- oecLiveShopping: ['title', 'price', 'imageUrl', 'shopUrl', 'shopName'],
1632
- liveIntro: ['username', 'userId', 'displayname', 'avatar', 'description', 'language'],
1633
- roomPin: ['message', 'messageId', 'pinId', 'pinTime', 'operatorUsername', 'operatorUserId'],
1634
- linkMicBattle: ['battleId', 'battleLabel', 'creatorUsername', 'creatorDisplayname', 'creatorAvatar', 'opponentUsername', 'opponentDisplayname', 'opponentAvatar', 'battleType'],
1635
- linkMicArmies: ['battleId', 'battleLabel', 'creatorUsername', 'opponentUsername', 'creatorScore', 'opponentScore', 'giftId', 'giftCount', 'repeatCount', 'totalDiamondCount', 'battleStatus'],
1636
- linkMicBattleResult: [
1631
+ shopPurchase: ['title', 'price', 'imageUrl', 'shopUrl', 'shopName'],
1632
+ intro: ['username', 'userId', 'displayname', 'avatar', 'description', 'language'],
1633
+ pinMessage: ['message', 'messageId', 'pinId', 'pinTime', 'operatorUsername', 'operatorUserId'],
1634
+ battleStart: ['battleId', 'battleLabel', 'creatorUsername', 'creatorDisplayname', 'creatorAvatar', 'opponentUsername', 'opponentDisplayname', 'opponentAvatar', 'battleType'],
1635
+ battleProgress: [
1637
1636
  'battleId',
1638
1637
  'battleLabel',
1639
1638
  'creatorUsername',
1640
1639
  'opponentUsername',
1641
1640
  'creatorScore',
1642
1641
  'opponentScore',
1643
- 'result',
1644
- 'winnerUsername',
1645
- 'loserUsername',
1642
+ 'giftId',
1643
+ 'giftCount',
1644
+ 'repeatCount',
1645
+ 'totalDiamondCount',
1646
+ 'battleStatus',
1646
1647
  ],
1648
+ battleEnd: ['battleId', 'battleLabel', 'creatorUsername', 'opponentUsername', 'creatorScore', 'opponentScore', 'result', 'winnerUsername', 'loserUsername'],
1647
1649
  streamEnd: ['eventTime'],
1648
1650
  newVideo: ['title', 'description', 'embed', 'link', 'id', 'duration', 'likes', 'shares', 'views', 'comments'],
1649
1651
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "3.0.6-beta.2",
3
+ "version": "3.1.0",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [