timeline-state-resolver-types
Advanced tools
Comparing version 9.1.0-nightly-release51-20240202-124852-30953c1e0.0 to 9.1.0-nightly-release51-20240228-132329-b7ceb6950.0
@@ -6,2 +6,6 @@ # Change Log | ||
## [9.0.0](https://github.com/nrkno/sofie-timeline-state-resolver/compare/9.0.0-release50.8...9.0.0) (2024-02-23) | ||
**Note:** Version bump only for package timeline-state-resolver-types | ||
## [9.0.0-release50.8](https://github.com/nrkno/sofie-timeline-state-resolver/compare/8.1.4...9.0.0-release50.8) (2024-02-02) | ||
@@ -8,0 +12,0 @@ |
@@ -57,2 +57,6 @@ /** | ||
} | ||
export interface MappingAtemColorGenerator { | ||
index: number; | ||
mappingType: MappingAtemType.ColorGenerator; | ||
} | ||
export declare enum MappingAtemType { | ||
@@ -67,5 +71,6 @@ MixEffect = "mixEffect", | ||
MacroPlayer = "macroPlayer", | ||
AudioRouting = "audioRouting" | ||
AudioRouting = "audioRouting", | ||
ColorGenerator = "colorGenerator" | ||
} | ||
export type SomeMappingAtem = MappingAtemMixEffect | MappingAtemDownStreamKeyer | MappingAtemSuperSourceBox | MappingAtemAuxilliary | MappingAtemMediaPlayer | MappingAtemSuperSourceProperties | MappingAtemAudioChannel | MappingAtemMacroPlayer | MappingAtemAudioRouting; | ||
export type SomeMappingAtem = MappingAtemMixEffect | MappingAtemDownStreamKeyer | MappingAtemSuperSourceBox | MappingAtemAuxilliary | MappingAtemMediaPlayer | MappingAtemSuperSourceProperties | MappingAtemAudioChannel | MappingAtemMacroPlayer | MappingAtemAudioRouting | MappingAtemColorGenerator; | ||
export declare enum AtemActions { | ||
@@ -72,0 +77,0 @@ Resync = "resync" |
@@ -21,2 +21,3 @@ "use strict"; | ||
MappingAtemType["AudioRouting"] = "audioRouting"; | ||
MappingAtemType["ColorGenerator"] = "colorGenerator"; | ||
})(MappingAtemType = exports.MappingAtemType || (exports.MappingAtemType = {})); | ||
@@ -23,0 +24,0 @@ var AtemActions; |
@@ -11,3 +11,4 @@ import { DeviceType } from '..'; | ||
MACROPLAYER = "macroPlayer", | ||
AUDIOROUTING = "audioRouting" | ||
AUDIOROUTING = "audioRouting", | ||
COLORGENERATOR = "colorGenerator" | ||
} | ||
@@ -99,3 +100,3 @@ export declare enum AtemTransitionStyle { | ||
} | ||
export type TimelineContentAtemAny = TimelineContentAtemME | TimelineContentAtemDSK | TimelineContentAtemAUX | TimelineContentAtemSsrc | TimelineContentAtemSsrcProps | TimelineContentAtemMacroPlayer | TimelineContentAtemAudioChannel | TimelineContentAtemMediaPlayer | TimelineContentAtemAudioRouting; | ||
export type TimelineContentAtemAny = TimelineContentAtemME | TimelineContentAtemDSK | TimelineContentAtemAUX | TimelineContentAtemSsrc | TimelineContentAtemSsrcProps | TimelineContentAtemMacroPlayer | TimelineContentAtemAudioChannel | TimelineContentAtemMediaPlayer | TimelineContentAtemAudioRouting | TimelineContentAtemColorGenerator; | ||
export interface TimelineContentAtemBase { | ||
@@ -374,3 +375,14 @@ deviceType: DeviceType.ATEM; | ||
} | ||
export interface TimelineContentAtemColorGenerator extends TimelineContentAtemBase { | ||
type: TimelineContentTypeAtem.COLORGENERATOR; | ||
colorGenerator: { | ||
/** 0-3599 */ | ||
hue: number; | ||
/** 0-1000 */ | ||
saturation: number; | ||
/** 0-1000 */ | ||
luma: number; | ||
}; | ||
} | ||
export {}; | ||
//# sourceMappingURL=atem.d.ts.map |
@@ -15,2 +15,3 @@ "use strict"; | ||
TimelineContentTypeAtem["AUDIOROUTING"] = "audioRouting"; | ||
TimelineContentTypeAtem["COLORGENERATOR"] = "colorGenerator"; | ||
})(TimelineContentTypeAtem = exports.TimelineContentTypeAtem || (exports.TimelineContentTypeAtem = {})); | ||
@@ -17,0 +18,0 @@ var AtemTransitionStyle; |
{ | ||
"name": "timeline-state-resolver-types", | ||
"version": "9.1.0-nightly-release51-20240202-124852-30953c1e0.0", | ||
"version": "9.1.0-nightly-release51-20240228-132329-b7ceb6950.0", | ||
"description": "Have timeline, control stuff", | ||
@@ -86,3 +86,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"tslib": "^2.5.1" | ||
"tslib": "^2.6.2" | ||
}, | ||
@@ -100,3 +100,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "7b08e88f094e69954bd1c32f25b3d14e028531b8" | ||
"gitHead": "6b309b80e717626a8f987a6e48d13cbb20695850" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
321615
4610
Updatedtslib@^2.6.2