Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tv2media/timeline-state-resolver-types

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tv2media/timeline-state-resolver-types - npm Package Compare versions

Comparing version 1.0.0-release37.5 to 1.0.0-release37.6

8

dist/vizMSE.d.ts

@@ -47,5 +47,5 @@ import { Mapping } from './mapping';

CLEAR_ALL_ELEMENTS = "clear_all_elements",
SET_CONCEPT = "set_concept"
CONCEPT = "concept"
}
export declare type TimelineObjVIZMSEAny = TimelineObjVIZMSEElementInternal | TimelineObjVIZMSEElementPilot | TimelineObjVIZMSEElementContinue | TimelineObjVIZMSELoadAllElements | TimelineObjVIZMSEClearAllElements | TimelineObjVIZMSESetConcept;
export declare type TimelineObjVIZMSEAny = TimelineObjVIZMSEElementInternal | TimelineObjVIZMSEElementPilot | TimelineObjVIZMSEElementContinue | TimelineObjVIZMSELoadAllElements | TimelineObjVIZMSEClearAllElements | TimelineObjVIZMSEConcept;
export interface TimelineObjVIZMSEBase extends TSRTimelineObjBase {

@@ -130,6 +130,6 @@ content: {

}
export interface TimelineObjVIZMSESetConcept extends TimelineObjVIZMSEBase {
export interface TimelineObjVIZMSEConcept extends TimelineObjVIZMSEBase {
content: {
deviceType: DeviceType.VIZMSE;
type: TimelineContentTypeVizMSE.SET_CONCEPT;
type: TimelineContentTypeVizMSE.CONCEPT;
concept: string;

@@ -136,0 +136,0 @@ };

@@ -11,3 +11,3 @@ "use strict";

TimelineContentTypeVizMSE["CLEAR_ALL_ELEMENTS"] = "clear_all_elements";
TimelineContentTypeVizMSE["SET_CONCEPT"] = "set_concept";
TimelineContentTypeVizMSE["CONCEPT"] = "concept";
})(TimelineContentTypeVizMSE = exports.TimelineContentTypeVizMSE || (exports.TimelineContentTypeVizMSE = {}));

@@ -14,0 +14,0 @@ var VIZMSETransitionType;

{
"name": "@tv2media/timeline-state-resolver-types",
"version": "1.0.0-release37.5",
"version": "1.0.0-release37.6",
"description": "Have timeline, control stuff",

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

},
"gitHead": "842180dda5054a4b114f4b7d649722faee3376a5"
"gitHead": "83931a049f08f92292ce21c46c92b8d483754689"
}

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