@lumiastream/lumia-types 3.1.5 → 3.1.6

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.
@@ -442,6 +442,16 @@ export declare enum LumiaAlertValues {
442
442
  OBS_RECORDING_STARTING = "obs-recordingStarting",
443
443
  /** OBS recording stopping */
444
444
  OBS_RECORDING_STOPPING = "obs-recordingStopping",
445
+ /** OBS media input playback started */
446
+ OBS_MEDIA_INPUT_PLAYBACK_STARTED = "obs-mediaInputPlaybackStarted",
447
+ /** OBS media input playback ended */
448
+ OBS_MEDIA_INPUT_PLAYBACK_ENDED = "obs-mediaInputPlaybackEnded",
449
+ /** OBS virtual camera state changed */
450
+ OBS_VIRTUALCAM_STATE_CHANGED = "obs-virtualcamStateChanged",
451
+ /** OBS record file changed */
452
+ OBS_RECORD_FILE_CHANGED = "obs-recordFileChanged",
453
+ /** OBS screenshot saved */
454
+ OBS_SCREENSHOT_SAVED = "obs-screenshotSaved",
445
455
  /** OBS replay buffer saved */
446
456
  OBS_REPLAY_BUFFER_SAVED = "obs-replayBufferSaved",
447
457
  /** OBS vertical backtrack saved */
@@ -669,6 +679,11 @@ export declare const LumiaAlertFriendlyValues: {
669
679
  "obs-streamStopping": string;
670
680
  "obs-recordingStarting": string;
671
681
  "obs-recordingStopping": string;
682
+ "obs-mediaInputPlaybackStarted": string;
683
+ "obs-mediaInputPlaybackEnded": string;
684
+ "obs-virtualcamStateChanged": string;
685
+ "obs-recordFileChanged": string;
686
+ "obs-screenshotSaved": string;
672
687
  "obs-replayBufferSaved": string;
673
688
  "obs-verticalBacktrackSaved": string;
674
689
  "obs-vendorEvent": string;
@@ -464,6 +464,16 @@ var LumiaAlertValues;
464
464
  LumiaAlertValues["OBS_RECORDING_STARTING"] = "obs-recordingStarting";
465
465
  /** OBS recording stopping */
466
466
  LumiaAlertValues["OBS_RECORDING_STOPPING"] = "obs-recordingStopping";
467
+ /** OBS media input playback started */
468
+ LumiaAlertValues["OBS_MEDIA_INPUT_PLAYBACK_STARTED"] = "obs-mediaInputPlaybackStarted";
469
+ /** OBS media input playback ended */
470
+ LumiaAlertValues["OBS_MEDIA_INPUT_PLAYBACK_ENDED"] = "obs-mediaInputPlaybackEnded";
471
+ /** OBS virtual camera state changed */
472
+ LumiaAlertValues["OBS_VIRTUALCAM_STATE_CHANGED"] = "obs-virtualcamStateChanged";
473
+ /** OBS record file changed */
474
+ LumiaAlertValues["OBS_RECORD_FILE_CHANGED"] = "obs-recordFileChanged";
475
+ /** OBS screenshot saved */
476
+ LumiaAlertValues["OBS_SCREENSHOT_SAVED"] = "obs-screenshotSaved";
467
477
  /** OBS replay buffer saved */
468
478
  LumiaAlertValues["OBS_REPLAY_BUFFER_SAVED"] = "obs-replayBufferSaved";
469
479
  /** OBS vertical backtrack saved */
@@ -701,6 +711,11 @@ exports.LumiaAlertFriendlyValues = {
701
711
  [LumiaAlertValues.OBS_STREAM_STOPPING]: 'Obs Stream Stopping',
702
712
  [LumiaAlertValues.OBS_RECORDING_STARTING]: 'Obs Recording Starting',
703
713
  [LumiaAlertValues.OBS_RECORDING_STOPPING]: 'Obs Recording Stopping',
714
+ [LumiaAlertValues.OBS_MEDIA_INPUT_PLAYBACK_STARTED]: 'Obs Media Input Playback Started',
715
+ [LumiaAlertValues.OBS_MEDIA_INPUT_PLAYBACK_ENDED]: 'Obs Media Input Playback Ended',
716
+ [LumiaAlertValues.OBS_VIRTUALCAM_STATE_CHANGED]: 'Obs Virtual Cam State Changed',
717
+ [LumiaAlertValues.OBS_RECORD_FILE_CHANGED]: 'Obs Record File Changed',
718
+ [LumiaAlertValues.OBS_SCREENSHOT_SAVED]: 'Obs Screenshot Saved',
704
719
  [LumiaAlertValues.OBS_REPLAY_BUFFER_SAVED]: 'Obs Replay Buffer Saved',
705
720
  [LumiaAlertValues.OBS_VERTICAL_BACKTRACK_SAVED]: 'Obs Vertical Backtrack Saved',
706
721
  [LumiaAlertValues.OBS_VENDOR_EVENT]: 'Obs Vendor Event',
@@ -8362,6 +8362,64 @@ exports.LumiaAlertConfigs = {
8362
8362
  acceptedVariables: variables_types_1.AllVariables.obs.alerts.recordingStopping,
8363
8363
  LumiaVariationConditions: [{ type: LumiaVariationConditions.RANDOM }, { type: LumiaVariationConditions.EQUAL_VARIABLE }],
8364
8364
  },
8365
+ [activity_types_1.LumiaAlertValues.OBS_MEDIA_INPUT_PLAYBACK_STARTED]: {
8366
+ connection: event_types_1.LumiaIntegrations.OBS,
8367
+ message: 'OBS media input playback started',
8368
+ acceptedVariables: variables_types_1.AllVariables.obs.alerts.mediaInputPlaybackStarted,
8369
+ LumiaVariationConditions: [
8370
+ { type: LumiaVariationConditions.RANDOM },
8371
+ {
8372
+ type: LumiaVariationConditions.EQUAL_STRING,
8373
+ description: 'Input is equal to',
8374
+ },
8375
+ { type: LumiaVariationConditions.EQUAL_VARIABLE },
8376
+ ],
8377
+ },
8378
+ [activity_types_1.LumiaAlertValues.OBS_MEDIA_INPUT_PLAYBACK_ENDED]: {
8379
+ connection: event_types_1.LumiaIntegrations.OBS,
8380
+ message: 'OBS media input playback ended',
8381
+ acceptedVariables: variables_types_1.AllVariables.obs.alerts.mediaInputPlaybackEnded,
8382
+ LumiaVariationConditions: [
8383
+ { type: LumiaVariationConditions.RANDOM },
8384
+ {
8385
+ type: LumiaVariationConditions.EQUAL_STRING,
8386
+ description: 'Input is equal to',
8387
+ },
8388
+ { type: LumiaVariationConditions.EQUAL_VARIABLE },
8389
+ ],
8390
+ },
8391
+ [activity_types_1.LumiaAlertValues.OBS_VIRTUALCAM_STATE_CHANGED]: {
8392
+ connection: event_types_1.LumiaIntegrations.OBS,
8393
+ message: 'OBS virtual cam state changed',
8394
+ acceptedVariables: variables_types_1.AllVariables.obs.alerts.virtualcamStateChanged,
8395
+ LumiaVariationConditions: [{ type: LumiaVariationConditions.RANDOM }, { type: LumiaVariationConditions.EQUAL_VARIABLE }],
8396
+ },
8397
+ [activity_types_1.LumiaAlertValues.OBS_RECORD_FILE_CHANGED]: {
8398
+ connection: event_types_1.LumiaIntegrations.OBS,
8399
+ message: 'OBS record file changed',
8400
+ acceptedVariables: variables_types_1.AllVariables.obs.alerts.recordFileChanged,
8401
+ LumiaVariationConditions: [
8402
+ { type: LumiaVariationConditions.RANDOM },
8403
+ {
8404
+ type: LumiaVariationConditions.EQUAL_STRING,
8405
+ description: 'Path is equal to',
8406
+ },
8407
+ { type: LumiaVariationConditions.EQUAL_VARIABLE },
8408
+ ],
8409
+ },
8410
+ [activity_types_1.LumiaAlertValues.OBS_SCREENSHOT_SAVED]: {
8411
+ connection: event_types_1.LumiaIntegrations.OBS,
8412
+ message: 'OBS screenshot saved',
8413
+ acceptedVariables: variables_types_1.AllVariables.obs.alerts.screenshotSaved,
8414
+ LumiaVariationConditions: [
8415
+ { type: LumiaVariationConditions.RANDOM },
8416
+ {
8417
+ type: LumiaVariationConditions.EQUAL_STRING,
8418
+ description: 'Path is equal to',
8419
+ },
8420
+ { type: LumiaVariationConditions.EQUAL_VARIABLE },
8421
+ ],
8422
+ },
8365
8423
  [activity_types_1.LumiaAlertValues.OBS_REPLAY_BUFFER_SAVED]: {
8366
8424
  connection: event_types_1.LumiaIntegrations.OBS,
8367
8425
  message: 'OBS replay buffer saved',
@@ -712,6 +712,16 @@ export declare enum LumiaAlertValues {
712
712
  OBS_RECORDING_STARTING = "obs-recordingStarting",
713
713
  /** OBS recording stopping */
714
714
  OBS_RECORDING_STOPPING = "obs-recordingStopping",
715
+ /** OBS media input playback started */
716
+ OBS_MEDIA_INPUT_PLAYBACK_STARTED = "obs-mediaInputPlaybackStarted",
717
+ /** OBS media input playback ended */
718
+ OBS_MEDIA_INPUT_PLAYBACK_ENDED = "obs-mediaInputPlaybackEnded",
719
+ /** OBS virtual camera state changed */
720
+ OBS_VIRTUALCAM_STATE_CHANGED = "obs-virtualcamStateChanged",
721
+ /** OBS record file changed */
722
+ OBS_RECORD_FILE_CHANGED = "obs-recordFileChanged",
723
+ /** OBS screenshot saved */
724
+ OBS_SCREENSHOT_SAVED = "obs-screenshotSaved",
715
725
  /** OBS replay buffer saved */
716
726
  OBS_REPLAY_BUFFER_SAVED = "obs-replayBufferSaved",
717
727
  /** OBS vertical backtrack saved */
@@ -712,6 +712,16 @@ export declare enum LumiaAlertValues {
712
712
  OBS_RECORDING_STARTING = "obs-recordingStarting",
713
713
  /** OBS recording stopping */
714
714
  OBS_RECORDING_STOPPING = "obs-recordingStopping",
715
+ /** OBS media input playback started */
716
+ OBS_MEDIA_INPUT_PLAYBACK_STARTED = "obs-mediaInputPlaybackStarted",
717
+ /** OBS media input playback ended */
718
+ OBS_MEDIA_INPUT_PLAYBACK_ENDED = "obs-mediaInputPlaybackEnded",
719
+ /** OBS virtual camera state changed */
720
+ OBS_VIRTUALCAM_STATE_CHANGED = "obs-virtualcamStateChanged",
721
+ /** OBS record file changed */
722
+ OBS_RECORD_FILE_CHANGED = "obs-recordFileChanged",
723
+ /** OBS screenshot saved */
724
+ OBS_SCREENSHOT_SAVED = "obs-screenshotSaved",
715
725
  /** OBS replay buffer saved */
716
726
  OBS_REPLAY_BUFFER_SAVED = "obs-replayBufferSaved",
717
727
  /** OBS vertical backtrack saved */
@@ -814,6 +814,11 @@ export declare const AllVariables: {
814
814
  streamStopping: never[];
815
815
  recordingStarting: string[];
816
816
  recordingStopping: string[];
817
+ mediaInputPlaybackStarted: string[];
818
+ mediaInputPlaybackEnded: string[];
819
+ virtualcamStateChanged: string[];
820
+ recordFileChanged: string[];
821
+ screenshotSaved: string[];
817
822
  replayBufferSaved: string[];
818
823
  verticalBacktrackSaved: string[];
819
824
  vendorEvent: string[];
@@ -1521,6 +1521,11 @@ exports.AllVariables = {
1521
1521
  streamStopping: [],
1522
1522
  recordingStarting: ['output_key'],
1523
1523
  recordingStopping: ['output_key'],
1524
+ mediaInputPlaybackStarted: ['inputName', 'inputUuid'],
1525
+ mediaInputPlaybackEnded: ['inputName', 'inputUuid'],
1526
+ virtualcamStateChanged: ['outputActive', 'outputState'],
1527
+ recordFileChanged: ['newOutputPath'],
1528
+ screenshotSaved: ['savedScreenshotPath'],
1524
1529
  replayBufferSaved: ['saved_key'],
1525
1530
  verticalBacktrackSaved: ['saved_key', 'height', 'width'],
1526
1531
  vendorEvent: ['eventType', 'eventData', 'vendorName'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "3.1.5",
3
+ "version": "3.1.6",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [