@tv2media/timeline-state-resolver-types
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -6,2 +6,6 @@ # Change Log | ||
## [2.2.3](https://github.com/tv2/tv-automation-state-timeline-resolver/compare/2.2.2...2.2.3) (2022-10-18) | ||
**Note:** Version bump only for package timeline-state-resolver-types | ||
# [2.2.0](https://github.com/tv2/tv-automation-state-timeline-resolver/compare/2.1.7...2.2.0) (2022-10-04) | ||
@@ -8,0 +12,0 @@ |
@@ -145,4 +145,4 @@ import { Mapping } from './mapping'; | ||
type: TimelineContentTypeVizMSE.CLEANUP_SHOWS; | ||
/** IDs of the Shows to cleanup */ | ||
showIds: string[]; | ||
/** IDs of the Shows to cleanup - 'all' will cleanup all shows */ | ||
showIds: string[] | 'all'; | ||
} & TimelineDatastoreReferencesContent; | ||
@@ -149,0 +149,0 @@ } |
{ | ||
"name": "@tv2media/timeline-state-resolver-types", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Have timeline, control stuff", | ||
@@ -70,3 +70,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "acfdd276d9fa7fe1576e62318d63fa3ca2da267c" | ||
"gitHead": "ba8147ae091f8988eeb28fa41e5d483d17534a1c" | ||
} |
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
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
223105