timeline-state-resolver-types
Advanced tools
Comparing version 9.0.0-release50.5 to 9.0.0-release50.6
@@ -6,2 +6,8 @@ # Change Log | ||
## [9.0.0-release50.6](https://github.com/nrkno/sofie-timeline-state-resolver/compare/9.0.0-release50.5...9.0.0-release50.6) (2023-08-25) | ||
### Bug Fixes | ||
- **httpSend:** Use the same types for the sendCommand action as a timeline object ([#269](https://github.com/nrkno/sofie-timeline-state-resolver/issues/269)) ([3385217](https://github.com/nrkno/sofie-timeline-state-resolver/commit/3385217afcb6e45aa37123f5400d1dea4a0c8972)) | ||
## [9.0.0-release50.5](https://github.com/nrkno/sofie-timeline-state-resolver/compare/9.0.0-release50.4...9.0.0-release50.5) (2023-07-03) | ||
@@ -8,0 +14,0 @@ |
@@ -44,12 +44,3 @@ /** | ||
export type SomeMappingHttpSend = Record<string, never>; | ||
export interface SendCommandPayload { | ||
type: string; | ||
url: string; | ||
params: { | ||
[k: string]: unknown; | ||
}; | ||
paramsType?: string; | ||
temporalPriority?: number; | ||
queueId?: string; | ||
} | ||
export type SendCommandPayload = HTTPSendCommandContent; | ||
export declare enum HttpSendActions { | ||
@@ -56,0 +47,0 @@ Resync = "resync", |
{ | ||
"name": "timeline-state-resolver-types", | ||
"version": "9.0.0-release50.5", | ||
"version": "9.0.0-release50.6", | ||
"description": "Have timeline, control stuff", | ||
@@ -99,3 +99,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "35d4e5d646342615ba75565012e2c824426b0584" | ||
"gitHead": "6a6288f510bb0e95d5b0e1885173be621ff7799f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
284774
4275