shared-ritm 1.3.33 → 1.3.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -220,7 +220,6 @@ export type Api_Tasks_Task_Dto = {
|
|
|
220
220
|
instrument_types: Api_Task_Instrument_From_Warehouse[];
|
|
221
221
|
quality_metrics: Api_Task_QualityMetric_Dto[];
|
|
222
222
|
video_source: Api_Task_VideoSource_Dto;
|
|
223
|
-
transfer_to_work_on_video_analytics: boolean;
|
|
224
223
|
};
|
|
225
224
|
export type Api_Tasks_Task_Edit_Request_Dto = {
|
|
226
225
|
name: string;
|