remove unused file #313
Annotations
9 errors
|
build
Process completed with exit code 2.
|
|
build:
src/views/workflow-history/workflow-history-filters-status/helpers/__tests__/filter-groups-by-group-status.test.ts#L5
Type '{ label: string; eventsMetadata: never[]; status: "COMPLETED"; hasMissingEvents: false; timeMs: number; startTimeMs: number; timeLabel: string; groupType: "Activity"; events: never[]; }' is not assignable to type 'ActivityHistoryGroup'.
|
|
build:
src/views/workflow-history/__fixtures__/workflow-history-event-groups.ts#L93
Type '{ label: string; groupType: "Event"; status: "COMPLETED"; eventsMetadata: never[]; hasMissingEvents: false; timeMs: number; startTimeMs: number; timeLabel: string; events: { readonly eventId: "1"; ... 4 more ...; readonly attributes: "workflowExecutionStartedEventAttributes"; }[]; }' is not assignable to type 'SingleEventHistoryGroup'.
|
|
build:
src/views/workflow-history/__fixtures__/workflow-history-event-groups.ts#L80
Type '{ label: string; groupType: "RequestCancelExternalWorkflowExecution"; status: "COMPLETED"; eventsMetadata: never[]; hasMissingEvents: false; timeMs: number; startTimeMs: number; timeLabel: string; events: RequestCancelExternalWorkflowExecutionHistoryEvent[]; }' is not assignable to type 'RequestCancelExternalWorkflowExecutionHistoryGroup'.
|
|
build:
src/views/workflow-history/__fixtures__/workflow-history-event-groups.ts#L67
Type '{ label: string; groupType: "SignalExternalWorkflowExecution"; status: "COMPLETED"; eventsMetadata: never[]; hasMissingEvents: false; timeMs: number; startTimeMs: number; timeLabel: string; events: SignalExternalWorkflowExecutionHistoryEvent[]; }' is not assignable to type 'SignalExternalWorkflowExecutionHistoryGroup'.
|
|
build:
src/views/workflow-history/__fixtures__/workflow-history-event-groups.ts#L55
Type '{ label: string; groupType: "ChildWorkflowExecution"; status: "COMPLETED"; eventsMetadata: never[]; hasMissingEvents: false; timeMs: number; startTimeMs: number; timeLabel: string; events: ChildWorkflowExecutionHistoryEvent[]; }' is not assignable to type 'ChildWorkflowExecutionHistoryGroup'.
|
|
build:
src/views/workflow-history/__fixtures__/workflow-history-event-groups.ts#L43
Type '{ label: string; groupType: "Timer"; status: "COMPLETED"; eventsMetadata: never[]; hasMissingEvents: false; timeMs: number; startTimeMs: number; timeLabel: string; events: { readonly eventId: "16"; ... 4 more ...; readonly attributes: "timerStartedEventAttributes"; }[]; }' is not assignable to type 'TimerHistoryGroup'.
|
|
build:
src/views/workflow-history/__fixtures__/workflow-history-event-groups.ts#L31
Type '{ label: string; groupType: "Decision"; status: "COMPLETED"; eventsMetadata: never[]; hasMissingEvents: false; timeMs: number; startTimeMs: number; timeLabel: string; events: DecisionHistoryEvent[]; }' is not assignable to type 'DecisionHistoryGroup'.
|
|
build:
src/views/workflow-history/__fixtures__/workflow-history-event-groups.ts#L19
Type '{ label: string; groupType: "Activity"; status: "COMPLETED"; eventsMetadata: never[]; hasMissingEvents: false; timeMs: number; startTimeMs: number; timeLabel: string; events: ActivityHistoryEvent[]; }' is not assignable to type 'ActivityHistoryGroup'.
|