@tv2media/timeline-state-resolver-types
Advanced tools
Comparing version 1.0.0-release37.4 to 1.0.0-release37.5
@@ -46,5 +46,6 @@ import { Mapping } from './mapping'; | ||
LOAD_ALL_ELEMENTS = "load_all_elements", | ||
CLEAR_ALL_ELEMENTS = "clear_all_elements" | ||
CLEAR_ALL_ELEMENTS = "clear_all_elements", | ||
SET_CONCEPT = "set_concept" | ||
} | ||
export declare type TimelineObjVIZMSEAny = TimelineObjVIZMSEElementInternal | TimelineObjVIZMSEElementPilot | TimelineObjVIZMSEElementContinue | TimelineObjVIZMSELoadAllElements | TimelineObjVIZMSEClearAllElements; | ||
export declare type TimelineObjVIZMSEAny = TimelineObjVIZMSEElementInternal | TimelineObjVIZMSEElementPilot | TimelineObjVIZMSEElementContinue | TimelineObjVIZMSELoadAllElements | TimelineObjVIZMSEClearAllElements | TimelineObjVIZMSESetConcept; | ||
export interface TimelineObjVIZMSEBase extends TSRTimelineObjBase { | ||
@@ -129,2 +130,9 @@ content: { | ||
} | ||
export interface TimelineObjVIZMSESetConcept extends TimelineObjVIZMSEBase { | ||
content: { | ||
deviceType: DeviceType.VIZMSE; | ||
type: TimelineContentTypeVizMSE.SET_CONCEPT; | ||
concept: string; | ||
}; | ||
} | ||
export declare type VIZMSEOutTransition = VIZMSETransitionDelay; | ||
@@ -131,0 +139,0 @@ export interface VIZMSETransitionBase { |
@@ -11,2 +11,3 @@ "use strict"; | ||
TimelineContentTypeVizMSE["CLEAR_ALL_ELEMENTS"] = "clear_all_elements"; | ||
TimelineContentTypeVizMSE["SET_CONCEPT"] = "set_concept"; | ||
})(TimelineContentTypeVizMSE = exports.TimelineContentTypeVizMSE || (exports.TimelineContentTypeVizMSE = {})); | ||
@@ -13,0 +14,0 @@ var VIZMSETransitionType; |
{ | ||
"name": "@tv2media/timeline-state-resolver-types", | ||
"version": "1.0.0-release37.4", | ||
"version": "1.0.0-release37.5", | ||
"description": "Have timeline, control stuff", | ||
@@ -99,3 +99,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "3047e39ef876d9d717b6b6b6cccca28984251361" | ||
"gitHead": "842180dda5054a4b114f4b7d649722faee3376a5" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
199949
3167
1