@tv2media/blueprints-integration
Advanced tools
Comparing version 46.0.4 to 46.1.0
@@ -427,4 +427,9 @@ import { DeviceType as TSR_DeviceType, ExpectedPlayoutItemContent } from 'timeline-state-resolver-types'; | ||
adLibSourceId?: string; | ||
/** If this piece has been insterted during run of rundown (such as adLibs), then this is set to the timestamp it was inserted */ | ||
dynamicallyInserted?: Time; | ||
/** If this piece has been insterted during run of rundown (such as adLibs), then this is set and includes the timestamp when it was inserted */ | ||
dynamicallyInserted?: { | ||
/** Timestamp when this piece was inserted */ | ||
time: Time; | ||
/** If this piece has been inserted into the next part (not yet playing at the time of insertion) */ | ||
intoNextPart?: boolean; | ||
}; | ||
piece: IBlueprintPieceDB<TMetadata>; | ||
@@ -431,0 +436,0 @@ /** The time the system started playback of this part, undefined if not yet played back (milliseconds since epoch) */ |
{ | ||
"name": "@tv2media/blueprints-integration", | ||
"version": "46.0.4", | ||
"version": "46.1.0", | ||
"description": "Library to define the interaction between core and the blueprints.", | ||
@@ -41,4 +41,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@sofie-automation/shared-lib": "npm:@tv2media/shared-lib@46.0.0", | ||
"timeline-state-resolver-types": "npm:@tv2media/timeline-state-resolver-types@3.0.3", | ||
"@sofie-automation/shared-lib": "npm:@tv2media/shared-lib@46.1.0", | ||
"timeline-state-resolver-types": "npm:@tv2media/timeline-state-resolver-types@2.3.1", | ||
"tslib": "^2.4.0", | ||
@@ -45,0 +45,0 @@ "type-fest": "^2.19.0" |
Sorry, the diff of this file is not supported yet
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
289452
2292
11446
+ Added@tv2media/shared-lib@46.1.0(transitive)
+ Added@tv2media/timeline-state-resolver-types@2.3.1(transitive)
- Removed@tv2media/shared-lib@46.0.0(transitive)
- Removed@tv2media/timeline-state-resolver-types@3.0.3(transitive)
Updated@sofie-automation/shared-lib@npm:@tv2media/shared-lib@46.1.0
Updatedtimeline-state-resolver-types@npm:@tv2media/timeline-state-resolver-types@2.3.1