timeline-state-resolver-types
Advanced tools
Comparing version 9.1.0-nightly-feat-http-interpolation-20240815-144525-dc9133589.0 to 9.1.0-nightly-feat-http-interpolation-20240816-091524-9406a7318.0
@@ -139,2 +139,8 @@ import * as Timeline from './superfly-timeline'; | ||
} | ||
export interface StringInterpolation { | ||
key: string; | ||
args?: { | ||
[k: string]: any; | ||
}; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import { DeviceType } from '..'; | ||
import { DeviceType, StringInterpolation } from '..'; | ||
export declare enum TimelineContentTypeCasparCg { | ||
@@ -97,3 +97,3 @@ MEDIA = "media", | ||
/** The URL to load */ | ||
url: string; | ||
url: string | StringInterpolation; | ||
} | ||
@@ -100,0 +100,0 @@ export interface TimelineContentCCGTemplate extends TimelineContentCasparCGBase, TimelineContentCCGProducerBase { |
@@ -1,2 +0,2 @@ | ||
import { DeviceType, HTTPSendCommandContent } from '..'; | ||
import { DeviceType, HTTPSendCommandContent, StringInterpolation } from '..'; | ||
export type TimelineContentHTTPSendAny = TimelineContentHTTPRequest; | ||
@@ -7,10 +7,5 @@ export interface TimelineContentHTTPSendBase { | ||
export interface HTTPSendCommandContentExt extends Omit<HTTPSendCommandContent, 'url'> { | ||
url: string | { | ||
key: string; | ||
args?: { | ||
[k: string]: any; | ||
}; | ||
}; | ||
url: string | StringInterpolation; | ||
} | ||
export type TimelineContentHTTPRequest = TimelineContentHTTPSendBase & HTTPSendCommandContentExt; | ||
//# sourceMappingURL=httpSend.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import { DeviceType } from '..'; | ||
import { DeviceType, StringInterpolation } from '..'; | ||
export declare enum TimelineContentTypeSofieChef { | ||
@@ -12,4 +12,4 @@ URL = "url" | ||
type: TimelineContentTypeSofieChef.URL; | ||
url: string; | ||
url: string | StringInterpolation; | ||
} | ||
//# sourceMappingURL=sofieChef.d.ts.map |
{ | ||
"name": "timeline-state-resolver-types", | ||
"version": "9.1.0-nightly-feat-http-interpolation-20240815-144525-dc9133589.0", | ||
"version": "9.1.0-nightly-feat-http-interpolation-20240816-091524-9406a7318.0", | ||
"description": "Have timeline, control stuff", | ||
@@ -99,3 +99,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "610121ae3aaeca78583b166576cccd4246e90020" | ||
"gitHead": "9face2bdf4e83885704b8e242953f5624fd3e5a8" | ||
} |
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
325801
4698