New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

timeline-state-resolver-types

Package Overview
Dependencies
Maintainers
1
Versions
400
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timeline-state-resolver-types - npm Package Compare versions

Comparing version 8.0.0-nightly-release49-20230518-094850-810959f06.0 to 8.0.0-nightly-release49-20230809-114622-de9dfd138.0

14

dist/atem.d.ts

@@ -16,3 +16,4 @@ import { Mapping } from './mapping';

AudioChannel = 6,
MacroPlayer = 7
MacroPlayer = 7,
AudioRouting = 8
}

@@ -42,3 +43,4 @@ export declare enum AtemMediaPoolType {

AUDIOCHANNEL = "audioChan",
MACROPLAYER = "macroPlayer"
MACROPLAYER = "macroPlayer",
AUDIOROUTING = "audioRouting"
}

@@ -105,3 +107,3 @@ export declare enum AtemTransitionStyle {

}
export type TimelineContentAtemAny = TimelineContentAtemME | TimelineContentAtemDSK | TimelineContentAtemAUX | TimelineContentAtemSsrc | TimelineContentAtemSsrcProps | TimelineContentAtemMacroPlayer | TimelineContentAtemAudioChannel | TimelineContentAtemMediaPlayer;
export type TimelineContentAtemAny = TimelineContentAtemME | TimelineContentAtemDSK | TimelineContentAtemAUX | TimelineContentAtemSsrc | TimelineContentAtemSsrcProps | TimelineContentAtemMacroPlayer | TimelineContentAtemAudioChannel | TimelineContentAtemMediaPlayer | TimelineContentAtemAudioRouting;
export interface TimelineContentAtemBase {

@@ -312,3 +314,9 @@ deviceType: DeviceType.ATEM;

}
export interface TimelineContentAtemAudioRouting extends TimelineContentAtemBase {
type: TimelineContentTypeAtem.AUDIOROUTING;
audioRouting: {
sourceId: number;
};
}
export {};
//# sourceMappingURL=atem.d.ts.map

@@ -14,2 +14,3 @@ "use strict";

MappingAtemType[MappingAtemType["MacroPlayer"] = 7] = "MacroPlayer";
MappingAtemType[MappingAtemType["AudioRouting"] = 8] = "AudioRouting";
})(MappingAtemType = exports.MappingAtemType || (exports.MappingAtemType = {}));

@@ -32,2 +33,3 @@ var AtemMediaPoolType;

TimelineContentTypeAtem["MACROPLAYER"] = "macroPlayer";
TimelineContentTypeAtem["AUDIOROUTING"] = "audioRouting";
})(TimelineContentTypeAtem = exports.TimelineContentTypeAtem || (exports.TimelineContentTypeAtem = {}));

@@ -34,0 +36,0 @@ var AtemTransitionStyle;

{
"name": "timeline-state-resolver-types",
"version": "8.0.0-nightly-release49-20230518-094850-810959f06.0",
"version": "8.0.0-nightly-release49-20230809-114622-de9dfd138.0",
"description": "Have timeline, control stuff",

@@ -100,3 +100,3 @@ "main": "dist/index.js",

},
"gitHead": "0159fda7dd0ff46906f20e589a6b3ec76b02b76e"
"gitHead": "76394d1f60ce4f172ac480437524462bf59c5b15"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc