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
0
Versions
402
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 9.2.0-nightly-release52-20240923-122840-58cfbb259.0 to 9.2.0

2

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

### [9.2.0-release52](https://github.com/nrkno/sofie-timeline-state-resolver/compare/9.1.0...9.2.0-release52) (2024-08-19)
## [9.2.0](https://github.com/nrkno/sofie-timeline-state-resolver/compare/9.2.0-alpha.0...9.2.0) (2024-10-07)

@@ -9,0 +9,0 @@ **Note:** Version bump only for package timeline-state-resolver-types

@@ -29,12 +29,7 @@ /**

export type SomeMappingSisyfos = MappingSisyfosChannel | MappingSisyfosChannelByLabel | MappingSisyfosChannels;
export interface SetSisyfosChannelStatePayload {
channel: number;
}
export declare enum SisyfosActions {
Reinit = "reinit",
SetSisyfosChannelState = "setSisyfosChannelState"
Reinit = "reinit"
}
export interface SisyfosActionExecutionResults {
reinit: () => void;
setSisyfosChannelState: (payload: SetSisyfosChannelStatePayload) => void;
}

@@ -41,0 +36,0 @@ export type SisyfosActionExecutionPayload<A extends keyof SisyfosActionExecutionResults> = Parameters<SisyfosActionExecutionResults[A]>[0];

@@ -13,4 +13,3 @@ "use strict";

SisyfosActions["Reinit"] = "reinit";
SisyfosActions["SetSisyfosChannelState"] = "setSisyfosChannelState";
})(SisyfosActions = exports.SisyfosActions || (exports.SisyfosActions = {}));
//# sourceMappingURL=sisyfos.js.map

@@ -140,11 +140,2 @@ import * as Timeline from './superfly-timeline';

}
/** This resolves to a string, where parts can be defined by the datastore */
export interface TemplateString {
/** The string template. Example: "http://google.com?q={{searchString}}" */
key: string;
/** Values for the arguments in the key string. Example: { searchString: "TSR" } */
args?: {
[k: string]: any;
};
}
//# sourceMappingURL=index.d.ts.map

@@ -1,2 +0,2 @@

import { DeviceType, TemplateString } from '..';
import { DeviceType } from '..';
export declare enum TimelineContentTypeCasparCg {

@@ -97,3 +97,3 @@ MEDIA = "media",

/** The URL to load */
url: string | TemplateString;
url: string;
}

@@ -100,0 +100,0 @@ export interface TimelineContentCCGTemplate extends TimelineContentCasparCGBase, TimelineContentCCGProducerBase {

@@ -1,2 +0,2 @@

import { DeviceType, HTTPSendCommandContent, TemplateString } from '..';
import { DeviceType, HTTPSendCommandContent } from '..';
export type TimelineContentHTTPSendAny = TimelineContentHTTPRequest;

@@ -6,6 +6,3 @@ export interface TimelineContentHTTPSendBase {

}
export interface HTTPSendCommandContentExt extends Omit<HTTPSendCommandContent, 'url'> {
url: string | TemplateString;
}
export type TimelineContentHTTPRequest = TimelineContentHTTPSendBase & HTTPSendCommandContentExt;
export type TimelineContentHTTPRequest = TimelineContentHTTPSendBase & HTTPSendCommandContent;
//# sourceMappingURL=httpSend.d.ts.map

@@ -18,5 +18,2 @@ import { DeviceType } from '..';

fadeTime?: number;
muteOn?: boolean;
inputGain?: number;
inputSelector?: number;
}

@@ -31,3 +28,2 @@ export interface TimelineContentSisyfosTriggerValue extends TimelineContentSisyfos {

overridePriority?: number;
triggerValue?: string;
}

@@ -34,0 +30,0 @@ export interface TimelineContentSisyfosChannels extends TimelineContentSisyfos {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TimelineContentTypeSisyfos = void 0;
/*
* TRIGGERVALUE is used to SET_CHANNEL in Sisyfos
* When value is changed to a new value (e.g. Date.now()) Sisyfos will set the channel to
* the Current TSR State using setSisyfosChannel()
*/
var TimelineContentTypeSisyfos;

@@ -10,0 +5,0 @@ (function (TimelineContentTypeSisyfos) {

@@ -1,2 +0,2 @@

import { DeviceType, TemplateString } from '..';
import { DeviceType } from '..';
export declare enum TimelineContentTypeSofieChef {

@@ -12,4 +12,4 @@ URL = "url"

type: TimelineContentTypeSofieChef.URL;
url: string | TemplateString;
url: string;
}
//# sourceMappingURL=sofieChef.d.ts.map
{
"name": "timeline-state-resolver-types",
"version": "9.2.0-nightly-release52-20240923-122840-58cfbb259.0",
"version": "9.2.0",
"description": "Have timeline, control stuff",

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

"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.6.2"
},

@@ -100,3 +100,3 @@ "publishConfig": {

},
"gitHead": "69653f00be0ae52495f7e7d30c29a458d80bfde8"
"gitHead": "1457f96694c3cab85a2706dcba6d7faeb2ff4a13"
}

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

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

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