@lumiastream/lumia-types 3.8.8 → 3.9.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.
@@ -1673,6 +1673,10 @@ export declare enum SystemVariables {
1673
1673
  TWITCH_CURRENT_PREDICTION_ID = "twitch_current_prediction_id",
1674
1674
  /** Channel id. Use as {{youtube_channel_id}}. */
1675
1675
  YOUTUBE_CHANNEL_ID = "youtube_channel_id",
1676
+ /** Current live broadcast video id, for embedding the active stream. Use as {{youtube_live_video_id}}. */
1677
+ YOUTUBE_LIVE_VIDEO_ID = "youtube_live_video_id",
1678
+ /** Second live broadcast video id, for a simultaneous (e.g. vertical) stream. Use as {{youtube_second_live_video_id}}. */
1679
+ YOUTUBE_SECOND_LIVE_VIDEO_ID = "youtube_second_live_video_id",
1676
1680
  /** Channel username (custom URL slug, falls back to channel title). Use as {{youtube_username}}. */
1677
1681
  YOUTUBE_USERNAME = "youtube_username",
1678
1682
  /** Current viewer count. Use as {{youtube_current_viewer_count}}. */
@@ -1839,6 +1843,8 @@ export declare enum SystemVariables {
1839
1843
  TIKTOK_TOTAL_GIFTS = "tiktok_total_gifts",
1840
1844
  /** Total likes. Use as {{tiktok_total_likes}}. */
1841
1845
  TIKTOK_TOTAL_LIKES = "tiktok_total_likes",
1846
+ /** Session likes (running total this session). Use as {{tiktok_session_likes}}. */
1847
+ TIKTOK_SESSION_LIKES = "tiktok_session_likes",
1842
1848
  /** Uploaded videos count. Use as {{tiktok_video_count}}. */
1843
1849
  TIKTOK_VIDEO_COUNT = "tiktok_video_count",
1844
1850
  /** Last video title. Use as {{tiktok_last_video_title}}. */
@@ -1673,6 +1673,10 @@ export declare enum SystemVariables {
1673
1673
  TWITCH_CURRENT_PREDICTION_ID = "twitch_current_prediction_id",
1674
1674
  /** Channel id. Use as {{youtube_channel_id}}. */
1675
1675
  YOUTUBE_CHANNEL_ID = "youtube_channel_id",
1676
+ /** Current live broadcast video id, for embedding the active stream. Use as {{youtube_live_video_id}}. */
1677
+ YOUTUBE_LIVE_VIDEO_ID = "youtube_live_video_id",
1678
+ /** Second live broadcast video id, for a simultaneous (e.g. vertical) stream. Use as {{youtube_second_live_video_id}}. */
1679
+ YOUTUBE_SECOND_LIVE_VIDEO_ID = "youtube_second_live_video_id",
1676
1680
  /** Channel username (custom URL slug, falls back to channel title). Use as {{youtube_username}}. */
1677
1681
  YOUTUBE_USERNAME = "youtube_username",
1678
1682
  /** Current viewer count. Use as {{youtube_current_viewer_count}}. */
@@ -1839,6 +1843,8 @@ export declare enum SystemVariables {
1839
1843
  TIKTOK_TOTAL_GIFTS = "tiktok_total_gifts",
1840
1844
  /** Total likes. Use as {{tiktok_total_likes}}. */
1841
1845
  TIKTOK_TOTAL_LIKES = "tiktok_total_likes",
1846
+ /** Session likes (running total this session). Use as {{tiktok_session_likes}}. */
1847
+ TIKTOK_SESSION_LIKES = "tiktok_session_likes",
1842
1848
  /** Uploaded videos count. Use as {{tiktok_video_count}}. */
1843
1849
  TIKTOK_VIDEO_COUNT = "tiktok_video_count",
1844
1850
  /** Last video title. Use as {{tiktok_last_video_title}}. */
@@ -558,6 +558,10 @@ export var SystemVariables;
558
558
  // ─────────────────────────────────── YouTube ──────────────────────────────────
559
559
  /** Channel id. Use as {{youtube_channel_id}}. */
560
560
  SystemVariables["YOUTUBE_CHANNEL_ID"] = "youtube_channel_id";
561
+ /** Current live broadcast video id, for embedding the active stream. Use as {{youtube_live_video_id}}. */
562
+ SystemVariables["YOUTUBE_LIVE_VIDEO_ID"] = "youtube_live_video_id";
563
+ /** Second live broadcast video id, for a simultaneous (e.g. vertical) stream. Use as {{youtube_second_live_video_id}}. */
564
+ SystemVariables["YOUTUBE_SECOND_LIVE_VIDEO_ID"] = "youtube_second_live_video_id";
561
565
  /** Channel username (custom URL slug, falls back to channel title). Use as {{youtube_username}}. */
562
566
  SystemVariables["YOUTUBE_USERNAME"] = "youtube_username";
563
567
  /** Current viewer count. Use as {{youtube_current_viewer_count}}. */
@@ -726,6 +730,8 @@ export var SystemVariables;
726
730
  SystemVariables["TIKTOK_TOTAL_GIFTS"] = "tiktok_total_gifts";
727
731
  /** Total likes. Use as {{tiktok_total_likes}}. */
728
732
  SystemVariables["TIKTOK_TOTAL_LIKES"] = "tiktok_total_likes";
733
+ /** Session likes (running total this session). Use as {{tiktok_session_likes}}. */
734
+ SystemVariables["TIKTOK_SESSION_LIKES"] = "tiktok_session_likes";
729
735
  /** Uploaded videos count. Use as {{tiktok_video_count}}. */
730
736
  SystemVariables["TIKTOK_VIDEO_COUNT"] = "tiktok_video_count";
731
737
  /** Last video title. Use as {{tiktok_last_video_title}}. */
@@ -2657,6 +2663,7 @@ export const AllVariables = {
2657
2663
  'tiktok_session_gifts',
2658
2664
  'tiktok_total_gifts',
2659
2665
  'tiktok_total_likes',
2666
+ 'tiktok_session_likes',
2660
2667
  'tiktok_video_count',
2661
2668
  'tiktok_last_video_title',
2662
2669
  'tiktok_last_video_id',
@@ -557,6 +557,10 @@ export declare enum SystemVariables {
557
557
  TWITCH_CURRENT_PREDICTION_ID = "twitch_current_prediction_id",
558
558
  /** Channel id. Use as {{youtube_channel_id}}. */
559
559
  YOUTUBE_CHANNEL_ID = "youtube_channel_id",
560
+ /** Current live broadcast video id, for embedding the active stream. Use as {{youtube_live_video_id}}. */
561
+ YOUTUBE_LIVE_VIDEO_ID = "youtube_live_video_id",
562
+ /** Second live broadcast video id, for a simultaneous (e.g. vertical) stream. Use as {{youtube_second_live_video_id}}. */
563
+ YOUTUBE_SECOND_LIVE_VIDEO_ID = "youtube_second_live_video_id",
560
564
  /** Channel username (custom URL slug, falls back to channel title). Use as {{youtube_username}}. */
561
565
  YOUTUBE_USERNAME = "youtube_username",
562
566
  /** Current viewer count. Use as {{youtube_current_viewer_count}}. */
@@ -723,6 +727,8 @@ export declare enum SystemVariables {
723
727
  TIKTOK_TOTAL_GIFTS = "tiktok_total_gifts",
724
728
  /** Total likes. Use as {{tiktok_total_likes}}. */
725
729
  TIKTOK_TOTAL_LIKES = "tiktok_total_likes",
730
+ /** Session likes (running total this session). Use as {{tiktok_session_likes}}. */
731
+ TIKTOK_SESSION_LIKES = "tiktok_session_likes",
726
732
  /** Uploaded videos count. Use as {{tiktok_video_count}}. */
727
733
  TIKTOK_VIDEO_COUNT = "tiktok_video_count",
728
734
  /** Last video title. Use as {{tiktok_last_video_title}}. */
@@ -563,6 +563,10 @@ var SystemVariables;
563
563
  // ─────────────────────────────────── YouTube ──────────────────────────────────
564
564
  /** Channel id. Use as {{youtube_channel_id}}. */
565
565
  SystemVariables["YOUTUBE_CHANNEL_ID"] = "youtube_channel_id";
566
+ /** Current live broadcast video id, for embedding the active stream. Use as {{youtube_live_video_id}}. */
567
+ SystemVariables["YOUTUBE_LIVE_VIDEO_ID"] = "youtube_live_video_id";
568
+ /** Second live broadcast video id, for a simultaneous (e.g. vertical) stream. Use as {{youtube_second_live_video_id}}. */
569
+ SystemVariables["YOUTUBE_SECOND_LIVE_VIDEO_ID"] = "youtube_second_live_video_id";
566
570
  /** Channel username (custom URL slug, falls back to channel title). Use as {{youtube_username}}. */
567
571
  SystemVariables["YOUTUBE_USERNAME"] = "youtube_username";
568
572
  /** Current viewer count. Use as {{youtube_current_viewer_count}}. */
@@ -731,6 +735,8 @@ var SystemVariables;
731
735
  SystemVariables["TIKTOK_TOTAL_GIFTS"] = "tiktok_total_gifts";
732
736
  /** Total likes. Use as {{tiktok_total_likes}}. */
733
737
  SystemVariables["TIKTOK_TOTAL_LIKES"] = "tiktok_total_likes";
738
+ /** Session likes (running total this session). Use as {{tiktok_session_likes}}. */
739
+ SystemVariables["TIKTOK_SESSION_LIKES"] = "tiktok_session_likes";
734
740
  /** Uploaded videos count. Use as {{tiktok_video_count}}. */
735
741
  SystemVariables["TIKTOK_VIDEO_COUNT"] = "tiktok_video_count";
736
742
  /** Last video title. Use as {{tiktok_last_video_title}}. */
@@ -2662,6 +2668,7 @@ exports.AllVariables = {
2662
2668
  'tiktok_session_gifts',
2663
2669
  'tiktok_total_gifts',
2664
2670
  'tiktok_total_likes',
2671
+ 'tiktok_session_likes',
2665
2672
  'tiktok_video_count',
2666
2673
  'tiktok_last_video_title',
2667
2674
  'tiktok_last_video_id',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "3.8.8",
3
+ "version": "3.9.0",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/esm/index.js",