@lumiastream/lumia-types 3.1.4 → 3.1.5

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.
@@ -328,8 +328,6 @@ export declare enum LumiaAlertValues {
328
328
  TIKTOK_POLL = "tiktok-poll",
329
329
  /** TikTok LIVE shopping / shop purchase event */
330
330
  TIKTOK_SHOP_PURCHASE = "tiktok-shopPurchase",
331
- /** TikTok LIVE intro / stream intro event */
332
- TIKTOK_INTRO = "tiktok-intro",
333
331
  /** TikTok pinned message */
334
332
  TIKTOK_PIN_MESSAGE = "tiktok-pinMessage",
335
333
  /** TikTok LIVE battle started */
@@ -624,7 +622,6 @@ export declare const LumiaAlertFriendlyValues: {
624
622
  "tiktok-question": string;
625
623
  "tiktok-poll": string;
626
624
  "tiktok-shopPurchase": string;
627
- "tiktok-intro": string;
628
625
  "tiktok-pinMessage": string;
629
626
  "tiktok-battleStart": string;
630
627
  "tiktok-battleProgress": string;
@@ -346,8 +346,6 @@ var LumiaAlertValues;
346
346
  LumiaAlertValues["TIKTOK_POLL"] = "tiktok-poll";
347
347
  /** TikTok LIVE shopping / shop purchase event */
348
348
  LumiaAlertValues["TIKTOK_SHOP_PURCHASE"] = "tiktok-shopPurchase";
349
- /** TikTok LIVE intro / stream intro event */
350
- LumiaAlertValues["TIKTOK_INTRO"] = "tiktok-intro";
351
349
  /** TikTok pinned message */
352
350
  LumiaAlertValues["TIKTOK_PIN_MESSAGE"] = "tiktok-pinMessage";
353
351
  /** TikTok LIVE battle started */
@@ -654,7 +652,6 @@ exports.LumiaAlertFriendlyValues = {
654
652
  [LumiaAlertValues.TIKTOK_QUESTION]: 'Tiktok Question',
655
653
  [LumiaAlertValues.TIKTOK_POLL]: 'Tiktok Poll',
656
654
  [LumiaAlertValues.TIKTOK_SHOP_PURCHASE]: 'Tiktok Shop Purchase',
657
- [LumiaAlertValues.TIKTOK_INTRO]: 'Tiktok Intro',
658
655
  [LumiaAlertValues.TIKTOK_PIN_MESSAGE]: 'Tiktok Pin Message',
659
656
  [LumiaAlertValues.TIKTOK_BATTLE_START]: 'Tiktok Battle Start',
660
657
  [LumiaAlertValues.TIKTOK_BATTLE_PROGRESS]: 'Tiktok Battle Progress',
@@ -4947,34 +4947,6 @@ exports.LumiaAlertConfigs = {
4947
4947
  { type: LumiaVariationConditions.EQUAL_VARIABLE },
4948
4948
  ],
4949
4949
  },
4950
- [activity_types_1.LumiaAlertValues.TIKTOK_INTRO]: {
4951
- connection: event_types_1.LumiaIntegrations.TIKTOK,
4952
- message: '{{description}}',
4953
- eventlistMessage: 'Intro',
4954
- eventlistDetailedMessage: 'showed a live intro',
4955
- acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.intro,
4956
- quickActions: [
4957
- {
4958
- label: 'Live Intro',
4959
- dynamic: { value: 'Welcome to the stream!' },
4960
- extraSettings: { description: 'Welcome to the stream!', username: 'lumiastream' },
4961
- },
4962
- ],
4963
- inputFields: [
4964
- {
4965
- type: 'text',
4966
- label: 'Description',
4967
- variableField: 'description',
4968
- required: false,
4969
- default: 'Welcome to the stream!',
4970
- },
4971
- ],
4972
- LumiaVariationConditions: [
4973
- { type: LumiaVariationConditions.RANDOM },
4974
- { type: LumiaVariationConditions.EQUAL_STRING, description: 'Description is equal to' },
4975
- { type: LumiaVariationConditions.EQUAL_VARIABLE },
4976
- ],
4977
- },
4978
4950
  [activity_types_1.LumiaAlertValues.TIKTOK_PIN_MESSAGE]: {
4979
4951
  connection: event_types_1.LumiaIntegrations.TIKTOK,
4980
4952
  message: 'Pinned message: {{message}}',
@@ -598,8 +598,6 @@ export declare enum LumiaAlertValues {
598
598
  TIKTOK_POLL = "tiktok-poll",
599
599
  /** TikTok LIVE shopping / shop purchase event */
600
600
  TIKTOK_SHOP_PURCHASE = "tiktok-shopPurchase",
601
- /** TikTok LIVE intro / stream intro event */
602
- TIKTOK_INTRO = "tiktok-intro",
603
601
  /** TikTok pinned message */
604
602
  TIKTOK_PIN_MESSAGE = "tiktok-pinMessage",
605
603
  /** TikTok LIVE battle started */
@@ -598,8 +598,6 @@ export declare enum LumiaAlertValues {
598
598
  TIKTOK_POLL = "tiktok-poll",
599
599
  /** TikTok LIVE shopping / shop purchase event */
600
600
  TIKTOK_SHOP_PURCHASE = "tiktok-shopPurchase",
601
- /** TikTok LIVE intro / stream intro event */
602
- TIKTOK_INTRO = "tiktok-intro",
603
601
  /** TikTok pinned message */
604
602
  TIKTOK_PIN_MESSAGE = "tiktok-pinMessage",
605
603
  /** TikTok LIVE battle started */
@@ -66,7 +66,6 @@ export declare const LumiaMapAlertTypeToEventListType: {
66
66
  "tiktok-poll": LumiaEventListTypes;
67
67
  "tiktok-superFanBox": LumiaEventListTypes;
68
68
  "tiktok-shopPurchase": LumiaEventListTypes;
69
- "tiktok-intro": LumiaEventListTypes;
70
69
  "tiktok-pinMessage": LumiaEventListTypes;
71
70
  "tiktok-battleStart": LumiaEventListTypes;
72
71
  "tiktok-battleProgress": LumiaEventListTypes;
@@ -71,7 +71,6 @@ exports.LumiaMapAlertTypeToEventListType = {
71
71
  [activity_types_1.LumiaAlertValues.TIKTOK_POLL]: LumiaEventListTypes.OTHERS,
72
72
  [activity_types_1.LumiaAlertValues.TIKTOK_SUPER_FAN_BOX]: LumiaEventListTypes.SUBSCRIBERS,
73
73
  [activity_types_1.LumiaAlertValues.TIKTOK_SHOP_PURCHASE]: LumiaEventListTypes.PURCHASES,
74
- [activity_types_1.LumiaAlertValues.TIKTOK_INTRO]: LumiaEventListTypes.OTHERS,
75
74
  [activity_types_1.LumiaAlertValues.TIKTOK_PIN_MESSAGE]: LumiaEventListTypes.OTHERS,
76
75
  [activity_types_1.LumiaAlertValues.TIKTOK_BATTLE_START]: LumiaEventListTypes.OTHERS,
77
76
  [activity_types_1.LumiaAlertValues.TIKTOK_BATTLE_PROGRESS]: LumiaEventListTypes.OTHERS,
@@ -883,7 +883,6 @@ export declare const AllVariables: {
883
883
  poll: string[];
884
884
  superFanBox: string[];
885
885
  shopPurchase: string[];
886
- intro: string[];
887
886
  pinMessage: string[];
888
887
  battleStart: string[];
889
888
  battleProgress: string[];
@@ -1629,7 +1629,6 @@ exports.AllVariables = {
1629
1629
  poll: ['pollId', 'title', 'pollKind', 'pollDuration', 'timeRemain', 'pollSponsor', 'userCount'],
1630
1630
  superFanBox: ['username', 'displayname', 'avatar', 'userId'],
1631
1631
  shopPurchase: ['title', 'price', 'imageUrl', 'shopUrl', 'shopName'],
1632
- intro: ['username', 'userId', 'displayname', 'avatar', 'description', 'language'],
1633
1632
  pinMessage: ['message', 'messageId', 'pinId', 'pinTime', 'operatorUsername', 'operatorUserId'],
1634
1633
  battleStart: ['battleId', 'battleLabel', 'creatorUsername', 'creatorDisplayname', 'creatorAvatar', 'opponentUsername', 'opponentDisplayname', 'opponentAvatar', 'battleType'],
1635
1634
  battleProgress: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [