@prefecthq/prefect-ui-library 1.0.0 → 1.1.0
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.
- package/README.md +1 -1
- package/dist/{index-5e1667e6.mjs → index-c7e44121.mjs} +17626 -16276
- package/dist/index-c7e44121.mjs.map +1 -0
- package/dist/prefect-ui-library.mjs +494 -456
- package/dist/prefect-ui-library.umd.js +67 -67
- package/dist/prefect-ui-library.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/demo/services/mockWorkspaceBlockDocumentsApi.d.ts +3 -2
- package/dist/types/demo/services/mockWorkspaceBlockSchemasApi.d.ts +3 -2
- package/dist/types/demo/services/mockWorkspaceBlockTypesApi.d.ts +3 -2
- package/dist/types/demo/services/mockWorkspaceConcurrencyLimitsApi.d.ts +1 -1
- package/dist/types/demo/services/mockWorkspaceDeploymentsApi.d.ts +3 -3
- package/dist/types/demo/services/mockWorkspaceFlowRunsApi.d.ts +3 -3
- package/dist/types/demo/services/mockWorkspaceFlowsApi.d.ts +3 -3
- package/dist/types/demo/services/mockWorkspaceTaskRunsApi.d.ts +3 -3
- package/dist/types/demo/services/mockWorkspaceWorkPoolWorkerApi.d.ts +3 -2
- package/dist/types/demo/services/mockWorkspaceWorkPoolsApi.d.ts +2 -2
- package/dist/types/demo/services/mockWorkspaceWorkQueuesApi.d.ts +2 -2
- package/dist/types/src/components/DateRangeInputWithFlowRunHistory.vue.d.ts +23 -1
- package/dist/types/src/components/DeploymentCombobox.vue.d.ts +2 -0
- package/dist/types/src/components/DeploymentsTable.vue.d.ts +5 -3
- package/dist/types/src/components/FlowCombobox.vue.d.ts +2 -0
- package/dist/types/src/components/FlowRunFilteredList.vue.d.ts +3 -3
- package/dist/types/src/components/FlowRunTagsInput.vue.d.ts +3 -3
- package/dist/types/src/components/FlowRunsSort.vue.d.ts +5 -5
- package/dist/types/src/components/FlowsTable.vue.d.ts +3 -3
- package/dist/types/src/components/LogLevelSelect.vue.d.ts +2 -2
- package/dist/types/src/components/LogsSort.vue.d.ts +5 -5
- package/dist/types/src/components/StateNameSelect.vue.d.ts +2 -0
- package/dist/types/src/components/TaskRunsSort.vue.d.ts +4 -5
- package/dist/types/src/components/WorkPoolCombobox.vue.d.ts +2 -0
- package/dist/types/src/components/WorkQueueCombobox.vue.d.ts +2 -0
- package/dist/types/src/compositions/filters.d.ts +46 -0
- package/dist/types/src/compositions/index.d.ts +1 -5
- package/dist/types/src/formatters/DeploymentSortValuesSortParam.d.ts +7 -0
- package/dist/types/src/formatters/FlowRunSortValuesSortParam.d.ts +7 -0
- package/dist/types/src/formatters/FlowSortValuesSortParam.d.ts +7 -0
- package/dist/types/src/formatters/OperatorRouteParam.d.ts +7 -0
- package/dist/types/src/formatters/TaskRunSortValuesSortParam.d.ts +7 -0
- package/dist/types/src/maps/filters.d.ts +30 -0
- package/dist/types/src/maps/flowRunFilter.d.ts +2 -2
- package/dist/types/src/maps/index.d.ts +81 -12
- package/dist/types/src/mocks/index.d.ts +2 -2
- package/dist/types/src/models/Filters.d.ts +193 -0
- package/dist/types/src/models/api/Filters.d.ts +211 -0
- package/dist/types/src/models/api/index.d.ts +0 -7
- package/dist/types/src/models/index.d.ts +1 -4
- package/dist/types/src/services/Mapper.d.ts +81 -12
- package/dist/types/src/services/Mocker.d.ts +2 -2
- package/dist/types/src/services/UiApi.d.ts +2 -2
- package/dist/types/src/services/WorkspaceBlockDocumentsApi.d.ts +3 -3
- package/dist/types/src/services/WorkspaceBlockSchemasApi.d.ts +3 -3
- package/dist/types/src/services/WorkspaceBlockTypesApi.d.ts +3 -3
- package/dist/types/src/services/WorkspaceConcurrencyLimitsApi.d.ts +1 -1
- package/dist/types/src/services/WorkspaceDeploymentsApi.d.ts +5 -5
- package/dist/types/src/services/WorkspaceFlowRunsApi.d.ts +5 -5
- package/dist/types/src/services/WorkspaceFlowsApi.d.ts +5 -5
- package/dist/types/src/services/WorkspaceLogsApi.d.ts +2 -2
- package/dist/types/src/services/WorkspaceNotificationsApi.d.ts +2 -2
- package/dist/types/src/services/WorkspaceSavedSearchesApi.d.ts +2 -1
- package/dist/types/src/services/WorkspaceTaskRunsApi.d.ts +5 -5
- package/dist/types/src/services/WorkspaceWorkPoolQueuesApi.d.ts +3 -3
- package/dist/types/src/services/WorkspaceWorkPoolWorkersApi.d.ts +4 -3
- package/dist/types/src/services/WorkspaceWorkPoolsApi.d.ts +3 -3
- package/dist/types/src/services/WorkspaceWorkQueuesApi.d.ts +3 -3
- package/dist/types/src/types/SortOptionTypes.d.ts +17 -4
- package/dist/types/src/types/any.d.ts +2 -0
- package/dist/types/src/types/debug.d.ts +6 -0
- package/dist/types/src/types/index.d.ts +0 -1
- package/dist/types/src/types/reactivity.d.ts +4 -0
- package/dist/types/src/utilities/object.d.ts +14 -2
- package/dist/{viewport.es-a6380c41-3517fd0a.mjs → viewport.es-a6380c41-d7ba6e04.mjs} +3 -3
- package/dist/{viewport.es-a6380c41-3517fd0a.mjs.map → viewport.es-a6380c41-d7ba6e04.mjs.map} +1 -1
- package/package.json +5 -3
- package/dist/index-5e1667e6.mjs.map +0 -1
- package/dist/types/src/compositions/useDeploymentFilter.d.ts +0 -15
- package/dist/types/src/compositions/useFilter.d.ts +0 -22
- package/dist/types/src/compositions/useFlowFilter.d.ts +0 -13
- package/dist/types/src/compositions/useFlowRunFilter.d.ts +0 -7
- package/dist/types/src/compositions/useFlowRunFilterFromRoute.d.ts +0 -23
- package/dist/types/src/maps/blockDocumentFilter.d.ts +0 -4
- package/dist/types/src/maps/blockSchemaFilter.d.ts +0 -4
- package/dist/types/src/maps/blockTypeFilter.d.ts +0 -4
- package/dist/types/src/models/BlockDocumentFilter.d.ts +0 -8
- package/dist/types/src/models/BlockSchemaFilter.d.ts +0 -9
- package/dist/types/src/models/BlockTypeFilter.d.ts +0 -9
- package/dist/types/src/models/ConcurrencyLimitsFilter.d.ts +0 -4
- package/dist/types/src/models/api/BlockDocumentFilterRequest.d.ts +0 -12
- package/dist/types/src/models/api/BlockSchemaFilterRequest.d.ts +0 -9
- package/dist/types/src/models/api/BlockTypeFilterRequest.d.ts +0 -9
- package/dist/types/src/models/api/LogsRequestFilter.d.ts +0 -23
- package/dist/types/src/models/api/NotificationFilter.d.ts +0 -5
- package/dist/types/src/models/api/WorkPoolWorkerFilter.d.ts +0 -13
- package/dist/types/src/types/UnionFilters.d.ts +0 -131
- package/dist/types/src/types/filter.d.ts +0 -30
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ComputedRef, Ref } from 'vue';
|
|
2
|
-
import { UseFilterArgs } from '../compositions/useFilter';
|
|
3
|
-
import { DeploymentSortValues, MaybeRef, UnionFilters } from '../types';
|
|
4
|
-
export type UseDeploymentFilterArgs = UseFilterArgs<DeploymentSortValues>;
|
|
5
|
-
export declare function useDeploymentFilter(filters: MaybeRef<UseDeploymentFilterArgs>): ComputedRef<UnionFilters>;
|
|
6
|
-
export type UseDeploymentFilterFromRoute = {
|
|
7
|
-
flows: Ref<string[]>;
|
|
8
|
-
name: Ref<string>;
|
|
9
|
-
tags: Ref<string[]>;
|
|
10
|
-
sort: Ref<DeploymentSortValues>;
|
|
11
|
-
filter: ComputedRef<UnionFilters>;
|
|
12
|
-
hasFilters: Ref<boolean>;
|
|
13
|
-
clearFilters: () => Promise<void>;
|
|
14
|
-
};
|
|
15
|
-
export declare function useDeploymentFilterFromRoute(filter?: MaybeRef<UseDeploymentFilterArgs>): UseDeploymentFilterFromRoute;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { ComputedRef } from 'vue';
|
|
2
|
-
import { MaybeRef, FlowSortValues, FlowRunSortValues, UnionFilters } from '../types';
|
|
3
|
-
export type FilterSortValues = FlowSortValues | FlowRunSortValues;
|
|
4
|
-
export type UseFilterArgs<T = FilterSortValues> = {
|
|
5
|
-
flows?: MaybeRef<string[]>;
|
|
6
|
-
flowName?: MaybeRef<string>;
|
|
7
|
-
deployments?: MaybeRef<string[]>;
|
|
8
|
-
deploymentName?: MaybeRef<string>;
|
|
9
|
-
deploymentTags?: MaybeRef<string[]>;
|
|
10
|
-
tags?: MaybeRef<string[]>;
|
|
11
|
-
states?: MaybeRef<string[]>;
|
|
12
|
-
startDate?: MaybeRef<Date>;
|
|
13
|
-
endDate?: MaybeRef<Date>;
|
|
14
|
-
sort?: MaybeRef<T>;
|
|
15
|
-
name?: MaybeRef<string>;
|
|
16
|
-
workQueues?: MaybeRef<string[]>;
|
|
17
|
-
workPools?: MaybeRef<string[]>;
|
|
18
|
-
workPoolName?: MaybeRef<string[]>;
|
|
19
|
-
workPoolQueues?: MaybeRef<string[]>;
|
|
20
|
-
workPoolQueueName?: MaybeRef<string[]>;
|
|
21
|
-
};
|
|
22
|
-
export declare function useFilter(filters: MaybeRef<UseFilterArgs>): ComputedRef<UnionFilters>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ComputedRef, Ref } from 'vue';
|
|
2
|
-
import { UseFilterArgs } from '../compositions/useFilter';
|
|
3
|
-
import { FlowSortValues, MaybeRef, UnionFilters } from '../types';
|
|
4
|
-
export type UseFlowFilterArgs = UseFilterArgs<FlowSortValues>;
|
|
5
|
-
export declare function useFlowFilter(filters: MaybeRef<UseFlowFilterArgs>): ComputedRef<UnionFilters>;
|
|
6
|
-
export type UseFlowFilterFromRoute = {
|
|
7
|
-
deployments: Ref<string[]>;
|
|
8
|
-
name: Ref<string>;
|
|
9
|
-
sort: Ref<FlowSortValues>;
|
|
10
|
-
filter: ComputedRef<UnionFilters>;
|
|
11
|
-
tags: Ref<string[]>;
|
|
12
|
-
};
|
|
13
|
-
export declare function useFlowFilterFromRoute(filter?: MaybeRef<UseFlowFilterArgs>): UseFlowFilterFromRoute;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComputedRef, Ref } from 'vue';
|
|
2
|
-
import { UseFilterArgs } from '../compositions/useFilter';
|
|
3
|
-
import { FlowRunSortValues, MaybeRef, UnionFilters } from '../types';
|
|
4
|
-
export type UseFlowRunFilterArgs = UseFilterArgs<FlowRunSortValues>;
|
|
5
|
-
export declare function useFlowRunFilter(filters: MaybeRef<UseFlowRunFilterArgs>): ComputedRef<UnionFilters>;
|
|
6
|
-
export type UseRecentFlowRunFilterArgs = Omit<UseFlowRunFilterArgs, 'startDate' | 'endDate'>;
|
|
7
|
-
export declare function useRecentFlowRunFilter(filters: UseRecentFlowRunFilterArgs): Ref<UnionFilters>;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Ref } from 'vue';
|
|
2
|
-
import { FlowRunFilters } from '../types/filter';
|
|
3
|
-
import { FlowRunSortValues } from '../types/SortOptionTypes';
|
|
4
|
-
import { UnionFilters } from '../types/UnionFilters';
|
|
5
|
-
export type UseFlowRunFilterFromRoute = {
|
|
6
|
-
name: Ref<string>;
|
|
7
|
-
sort: Ref<FlowRunSortValues>;
|
|
8
|
-
startDate: Ref<Date>;
|
|
9
|
-
endDate: Ref<Date>;
|
|
10
|
-
states: Ref<string[]>;
|
|
11
|
-
deployments: Ref<string[]>;
|
|
12
|
-
flows: Ref<string[]>;
|
|
13
|
-
tags: Ref<string[]>;
|
|
14
|
-
workQueues: Ref<string[]>;
|
|
15
|
-
workPools: Ref<string[]>;
|
|
16
|
-
workPoolName: Ref<string[]>;
|
|
17
|
-
workPoolQueues: Ref<string[]>;
|
|
18
|
-
filter: Ref<UnionFilters>;
|
|
19
|
-
hasFilters: Ref<boolean>;
|
|
20
|
-
setFilters: (filters: FlowRunFilters) => Promise<void>;
|
|
21
|
-
updateFilters: (filters: FlowRunFilters) => Promise<void>;
|
|
22
|
-
};
|
|
23
|
-
export declare function useFlowRunFilterFromRoute(): UseFlowRunFilterFromRoute;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { BlockDocumentFilterRequest } from '../models/api/BlockDocumentFilterRequest';
|
|
2
|
-
import { BlockDocumentFilter } from '../models/BlockDocumentFilter';
|
|
3
|
-
import { MapFunction } from '../services/Mapper';
|
|
4
|
-
export declare const mapBlockDocumentFilterToBlockDocumentFilterRequest: MapFunction<BlockDocumentFilter, BlockDocumentFilterRequest>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { BlockSchemaFilterRequest } from '../models/api/BlockSchemaFilterRequest';
|
|
2
|
-
import { BlockSchemaFilter } from '../models/BlockSchemaFilter';
|
|
3
|
-
import { MapFunction } from '../services/Mapper';
|
|
4
|
-
export declare const mapBlockSchemaFilterToBlockSchemaFilterRequest: MapFunction<BlockSchemaFilter, BlockSchemaFilterRequest>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { BlockTypeFilterRequest } from '../models/api/BlockTypeFilterRequest';
|
|
2
|
-
import { BlockTypeFilter } from '../models/BlockTypeFilter';
|
|
3
|
-
import { MapFunction } from '../services/Mapper';
|
|
4
|
-
export declare const mapBlockTypeFilterToBlockTypeFilterRequest: MapFunction<BlockTypeFilter, BlockTypeFilterRequest>;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { LogResponse } from '../../models/api/LogResponse';
|
|
2
|
-
export type LogsRequestSort = `${Uppercase<keyof LogResponse>}_${'ASC' | 'DESC'}`;
|
|
3
|
-
export interface LogsRequestFilter {
|
|
4
|
-
limit?: number;
|
|
5
|
-
offset?: number;
|
|
6
|
-
logs?: {
|
|
7
|
-
level?: {
|
|
8
|
-
ge_?: number;
|
|
9
|
-
le_?: number;
|
|
10
|
-
};
|
|
11
|
-
timestamp?: {
|
|
12
|
-
before_?: string;
|
|
13
|
-
after_?: string;
|
|
14
|
-
};
|
|
15
|
-
flow_run_id?: {
|
|
16
|
-
any_?: string[];
|
|
17
|
-
};
|
|
18
|
-
task_run_id?: {
|
|
19
|
-
any_?: string[];
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
sort?: LogsRequestSort;
|
|
23
|
-
}
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
import { FlowRunSortValues, FlowSortValues, TaskRunSortValues } from '../types/SortOptionTypes';
|
|
2
|
-
/** A list where results will be returned only if they match all the values in the list */
|
|
3
|
-
type all_ = {
|
|
4
|
-
all_?: string[];
|
|
5
|
-
};
|
|
6
|
-
/** A list where results will be returned if any of the values are included in the list */
|
|
7
|
-
type any_ = {
|
|
8
|
-
any_?: string[];
|
|
9
|
-
};
|
|
10
|
-
type like_ = {
|
|
11
|
-
like_?: string;
|
|
12
|
-
};
|
|
13
|
-
/** A list where results will be returned if values don't match any in the list */
|
|
14
|
-
type not_any_ = {
|
|
15
|
-
not_any_?: string[];
|
|
16
|
-
};
|
|
17
|
-
/** Matches on boolean equality */
|
|
18
|
-
type eq_ = {
|
|
19
|
-
eq_?: boolean;
|
|
20
|
-
};
|
|
21
|
-
/** Matches on boolean equality */
|
|
22
|
-
type exists_ = {
|
|
23
|
-
exists_?: boolean;
|
|
24
|
-
};
|
|
25
|
-
/** If true, returns results whose key is null */
|
|
26
|
-
type is_null_ = {
|
|
27
|
-
is_null_?: boolean;
|
|
28
|
-
};
|
|
29
|
-
/** A date-time string to include results starting at or before this time */
|
|
30
|
-
type before_ = {
|
|
31
|
-
before_?: string;
|
|
32
|
-
};
|
|
33
|
-
/** A date-time string to include results starting at or after this time */
|
|
34
|
-
type after_ = {
|
|
35
|
-
after_?: string;
|
|
36
|
-
};
|
|
37
|
-
type operator_ = 'and_' | 'or_';
|
|
38
|
-
export interface Filter {
|
|
39
|
-
id?: any_;
|
|
40
|
-
name?: any_ & like_;
|
|
41
|
-
tags?: all_ & is_null_;
|
|
42
|
-
operator?: operator_;
|
|
43
|
-
}
|
|
44
|
-
export interface DeploymentFilter extends Filter {
|
|
45
|
-
is_schedule_active?: eq_;
|
|
46
|
-
}
|
|
47
|
-
export type FlowFilter = Filter;
|
|
48
|
-
export type StateFilter = {
|
|
49
|
-
type?: any_;
|
|
50
|
-
name?: any_;
|
|
51
|
-
operator?: operator_;
|
|
52
|
-
};
|
|
53
|
-
export type TimeFrameFilter = before_ & after_;
|
|
54
|
-
export interface FlowRunFilter extends Filter {
|
|
55
|
-
id?: any_ & not_any_;
|
|
56
|
-
deployment_id?: any_ & is_null_;
|
|
57
|
-
state?: StateFilter;
|
|
58
|
-
flow_version?: any_;
|
|
59
|
-
work_queue_name?: any_;
|
|
60
|
-
/**
|
|
61
|
-
* Flow run actual starts
|
|
62
|
-
*/
|
|
63
|
-
start_time?: TimeFrameFilter;
|
|
64
|
-
/**
|
|
65
|
-
* Flow run scheduled starts
|
|
66
|
-
*/
|
|
67
|
-
expected_start_time?: TimeFrameFilter;
|
|
68
|
-
next_scheduled_start_time?: TimeFrameFilter;
|
|
69
|
-
parent_task_run_id?: any_ & is_null_;
|
|
70
|
-
task_runs?: TaskRunFilter;
|
|
71
|
-
}
|
|
72
|
-
export interface TaskRunFilter extends Filter {
|
|
73
|
-
id?: any_ & not_any_;
|
|
74
|
-
state?: StateFilter;
|
|
75
|
-
start_time?: TimeFrameFilter;
|
|
76
|
-
subflow_runs?: exists_;
|
|
77
|
-
}
|
|
78
|
-
export interface WorkPoolFilter extends Omit<Filter, 'tags' | 'name'> {
|
|
79
|
-
name?: any_;
|
|
80
|
-
type?: any_;
|
|
81
|
-
}
|
|
82
|
-
export type PaginatedWorkPoolFilter = {
|
|
83
|
-
work_pools?: WorkPoolFilter;
|
|
84
|
-
limit?: number;
|
|
85
|
-
offset?: number;
|
|
86
|
-
};
|
|
87
|
-
export interface WorkPoolQueueFilter extends Omit<Filter, 'tags' | 'name'> {
|
|
88
|
-
name?: any_;
|
|
89
|
-
}
|
|
90
|
-
export type PaginatedWorkPoolQueueFilter = {
|
|
91
|
-
work_pools?: WorkPoolQueueFilter;
|
|
92
|
-
limit?: number;
|
|
93
|
-
offset?: number;
|
|
94
|
-
};
|
|
95
|
-
export type PaginatedFilter = {
|
|
96
|
-
limit?: number;
|
|
97
|
-
offset?: number;
|
|
98
|
-
};
|
|
99
|
-
type StringKeys<T extends Filter> = Extract<keyof T, string>;
|
|
100
|
-
type Sortable<T extends Filter> = PaginatedFilter & {
|
|
101
|
-
sort?: `${Uppercase<StringKeys<T>>}_${'ASC' | 'DESC'}`;
|
|
102
|
-
};
|
|
103
|
-
type RunSort<T extends string> = PaginatedFilter & {
|
|
104
|
-
sort?: T;
|
|
105
|
-
};
|
|
106
|
-
export type DeploymentsFilter = {
|
|
107
|
-
deployments?: DeploymentFilter;
|
|
108
|
-
};
|
|
109
|
-
export type FlowsFilter = {
|
|
110
|
-
flows?: FlowFilter;
|
|
111
|
-
};
|
|
112
|
-
export type TaskRunsFilter = {
|
|
113
|
-
task_runs?: TaskRunFilter;
|
|
114
|
-
};
|
|
115
|
-
export type FlowRunsFilter = {
|
|
116
|
-
flow_runs?: FlowRunFilter;
|
|
117
|
-
};
|
|
118
|
-
export type WorkPoolsFilter = {
|
|
119
|
-
work_pools?: WorkPoolFilter;
|
|
120
|
-
};
|
|
121
|
-
export type WorkPoolQueuesFilter = {
|
|
122
|
-
work_pool_queues?: WorkPoolQueueFilter;
|
|
123
|
-
};
|
|
124
|
-
export type UnionFilters = FlowsFilter & DeploymentsFilter & FlowRunsFilter & TaskRunsFilter & WorkPoolsFilter & WorkPoolQueuesFilter & (Sortable<FlowFilter & DeploymentFilter> | RunSort<FlowSortValues | FlowRunSortValues | TaskRunSortValues>);
|
|
125
|
-
interface Historical {
|
|
126
|
-
history_start: string;
|
|
127
|
-
history_end: string;
|
|
128
|
-
history_interval_seconds: number;
|
|
129
|
-
}
|
|
130
|
-
export type FlowRunsHistoryFilter = UnionFilters & Historical;
|
|
131
|
-
export {};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { StateType } from '../models/StateType';
|
|
2
|
-
import { FlowRunSortValues } from '../types/SortOptionTypes';
|
|
3
|
-
export type FlowRunFilters = {
|
|
4
|
-
name?: string;
|
|
5
|
-
sort?: FlowRunSortValues;
|
|
6
|
-
startDate?: Date;
|
|
7
|
-
endDate?: Date;
|
|
8
|
-
state?: StateType[];
|
|
9
|
-
deployment?: string[];
|
|
10
|
-
flow?: string[];
|
|
11
|
-
tag?: string[];
|
|
12
|
-
workQueue?: string[];
|
|
13
|
-
workPool?: string[];
|
|
14
|
-
workPoolName?: string[];
|
|
15
|
-
workPoolQueue?: string[];
|
|
16
|
-
};
|
|
17
|
-
export type FlowRunFiltersInRoute = {
|
|
18
|
-
'name'?: string;
|
|
19
|
-
'sort'?: string;
|
|
20
|
-
'start-date'?: string;
|
|
21
|
-
'end-date'?: string;
|
|
22
|
-
'state'?: string[];
|
|
23
|
-
'deployment'?: string[];
|
|
24
|
-
'flow'?: string[];
|
|
25
|
-
'tag'?: string[];
|
|
26
|
-
'work-queue'?: string[];
|
|
27
|
-
'work-pool'?: string[];
|
|
28
|
-
'work-pool-name'?: string[];
|
|
29
|
-
'work-pool-queue'?: string[];
|
|
30
|
-
};
|