@orchestrator-ui/orchestrator-ui-components 1.6.1 → 1.8.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.
Files changed (38) hide show
  1. package/.turbo/turbo-build.log +5 -5
  2. package/.turbo/turbo-lint.log +1 -1
  3. package/.turbo/turbo-test.log +9 -9
  4. package/CHANGELOG.md +18 -0
  5. package/dist/index.d.ts +115 -17
  6. package/dist/index.js +1645 -1322
  7. package/package.json +1 -1
  8. package/src/components/WfoBadges/WfoProductBlockBadge/WfoProductBlockBadge.tsx +1 -0
  9. package/src/components/WfoExpandableField/WfoExpandableField.tsx +46 -0
  10. package/src/components/WfoExpandableField/index.ts +1 -0
  11. package/src/components/WfoExpandableField/styles.ts +18 -0
  12. package/src/components/WfoPageTemplate/WfoSidebar/WfoSidebar.tsx +10 -0
  13. package/src/components/WfoPageTemplate/paths.ts +1 -0
  14. package/src/components/WfoSubscription/WfoSubscriptionProductBlock/WfoProductBlockKeyValueRow.tsx +46 -0
  15. package/src/components/WfoSubscription/{WfoSubscriptionProductBlock.tsx → WfoSubscriptionProductBlock/WfoSubscriptionProductBlock.tsx} +34 -91
  16. package/src/components/WfoSubscription/WfoSubscriptionProductBlock/index.ts +2 -0
  17. package/src/components/WfoSubscription/WfoSubscriptionProductBlock/styles.ts +48 -0
  18. package/src/components/WfoSubscription/index.ts +2 -0
  19. package/src/components/WfoSubscription/overrides/index.ts +1 -0
  20. package/src/components/WfoSubscription/overrides/useSubscriptionDetailValueOverride.ts +35 -0
  21. package/src/components/WfoSubscription/styles.ts +0 -48
  22. package/src/components/WfoTable/utils/constants.ts +1 -0
  23. package/src/components/index.ts +1 -0
  24. package/src/messages/en-GB.json +10 -1
  25. package/src/messages/nl-NL.json +10 -1
  26. package/src/pages/metadata/WfoMetadataPageLayout.tsx +6 -1
  27. package/src/pages/metadata/WfoTasksPage.tsx +226 -0
  28. package/src/pages/metadata/WfoWorkflowsPage.tsx +5 -4
  29. package/src/pages/metadata/index.ts +1 -0
  30. package/src/pages/metadata/taskListObjectMapper.ts +40 -0
  31. package/src/rtk/endpoints/metadata/index.ts +1 -0
  32. package/src/rtk/endpoints/metadata/tasks.ts +74 -0
  33. package/src/rtk/slices/index.ts +2 -1
  34. package/src/rtk/slices/orchestratorComponentOverride.ts +26 -0
  35. package/src/rtk/store.ts +22 -5
  36. package/src/rtk/storeProvider.tsx +8 -1
  37. package/src/types/types.ts +12 -6
  38. package/src/utils/getDefaultTableConfig.ts +2 -0
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.6.1 build
2
+ > @orchestrator-ui/orchestrator-ui-components@1.8.0 build
3
3
  > tsup src/index.ts --format esm --dts --tsconfig tsconfig.build.json
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -8,7 +8,7 @@
8
8
  CLI Target: es6
9
9
  ESM Build start
10
10
  DTS Build start
11
- ESM dist/index.js 2.10 MB
12
- ESM ⚡️ Build success in 653ms
13
- DTS ⚡️ Build success in 12466ms
14
- DTS dist/index.d.ts 152.68 KB
11
+ ESM dist/index.js 2.11 MB
12
+ ESM ⚡️ Build success in 736ms
13
+ DTS ⚡️ Build success in 12782ms
14
+ DTS dist/index.d.ts 158.39 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.6.1 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@1.8.0 lint
3
3
  > eslint "src/**/*.ts*"
4
4
 
5
5
 
@@ -1,27 +1,27 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.6.1 test
2
+ > @orchestrator-ui/orchestrator-ui-components@1.8.0 test
3
3
  > jest
4
4
 
5
+ PASS Orchestrator UI Components Tests src/components/WfoForms/formFields/utils.spec.ts
5
6
  PASS Orchestrator UI Components Tests src/utils/date.spec.ts
6
7
  PASS Orchestrator UI Components Tests src/components/WfoSubscription/utils/utils.spec.ts
7
- PASS Orchestrator UI Components Tests src/components/WfoForms/formFields/utils.spec.ts
8
- PASS Orchestrator UI Components Tests src/pages/processes/timelineUtils.spec.ts
9
8
  PASS Orchestrator UI Components Tests src/utils/getProductNamesFromProcess.spec.ts
9
+ PASS Orchestrator UI Components Tests src/pages/processes/timelineUtils.spec.ts
10
10
  PASS Orchestrator UI Components Tests src/utils/string.spec.ts
11
- PASS Orchestrator UI Components Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
12
11
  PASS Orchestrator UI Components Tests src/components/WfoTree/treeUtils.spec.ts
13
12
  PASS Orchestrator UI Components Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
14
- PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
13
+ PASS Orchestrator UI Components Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
15
14
  PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableUtils.spec.ts
16
15
  PASS Orchestrator UI Components Tests src/components/WfoTable/utils/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
17
- PASS Orchestrator UI Components Tests src/utils/resultFlattener.spec.ts
16
+ PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
18
17
  PASS Orchestrator UI Components Tests src/messages/getTranslationMessages.spec.ts
18
+ PASS Orchestrator UI Components Tests src/utils/resultFlattener.spec.ts
19
19
  PASS Orchestrator UI Components Tests src/utils/getToastMessage.spec.ts
20
20
  PASS Orchestrator UI Components Tests src/components/WfoTable/utils/columns.spec.ts
21
- PASS Orchestrator UI Components Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
22
21
  PASS Orchestrator UI Components Tests src/utils/sortObjectKeys.spec.ts
23
- PASS Orchestrator UI Components Tests src/utils/getTokenName.spec.ts
22
+ PASS Orchestrator UI Components Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
24
23
  PASS Orchestrator UI Components Tests src/utils/environmentVariables.spec.ts
24
+ PASS Orchestrator UI Components Tests src/utils/getTokenName.spec.ts
25
25
  PASS Orchestrator UI Components Tests src/utils/onlyUnique.spec.ts
26
26
  PASS Orchestrator UI Components Tests src/utils/uuid.spec.ts
27
27
  PASS Orchestrator UI Components Tests src/utils/getTypedFieldFromObject.spec.ts
@@ -31,5 +31,5 @@ PASS Orchestrator UI Components Tests src/components/WfoPageTemplate/WfoPageHead
31
31
  Test Suites: 25 passed, 25 total
32
32
  Tests: 155 passed, 155 total
33
33
  Snapshots: 0 total
34
- Time: 4.688 s
34
+ Time: 4.595 s
35
35
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 1.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 752b3fd: 102 Adds context provider and hook to override values in subscription detail product blocks
8
+
9
+ ## 1.7.0
10
+
11
+ ### Minor Changes
12
+
13
+ - d61106d: Release of the metadata task page
14
+
15
+ ## 1.6.2
16
+
17
+ ### Patch Changes
18
+
19
+ - 0bf6f82: New metadata taskpage with rtk
20
+
3
21
  ## 1.6.1
4
22
 
5
23
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -29,7 +29,7 @@ import * as _reduxjs_toolkit_dist_query_react_buildHooks from '@reduxjs/toolkit/
29
29
  import * as _reduxjs_toolkit_query from '@reduxjs/toolkit/query';
30
30
  import { CombinedState } from '@reduxjs/toolkit/query';
31
31
  import * as _reduxjs_toolkit from '@reduxjs/toolkit';
32
- import { Reducer, Slice, PayloadAction, EnhancedStore, Dispatch, UnknownAction } from '@reduxjs/toolkit';
32
+ import { Slice, Reducer, PayloadAction, EnhancedStore, Dispatch, UnknownAction } from '@reduxjs/toolkit';
33
33
  import { Toast } from '@elastic/eui/src/components/toast/global_toast_list';
34
34
  export { Toast } from '@elastic/eui/src/components/toast/global_toast_list';
35
35
 
@@ -112,10 +112,6 @@ declare type FieldValue = {
112
112
  field: string;
113
113
  value: string | number | boolean;
114
114
  };
115
- declare type KeyValue = {
116
- key: string;
117
- value: string | number | boolean | undefined;
118
- };
119
115
  declare enum EngineStatus {
120
116
  RUNNING = "RUNNING",
121
117
  PAUSING = "PAUSING",
@@ -169,7 +165,8 @@ declare enum BadgeType {
169
165
  PRODUCT_BLOCK = "product_block",
170
166
  PRODUCT_BLOCK_TAG = "product_block_tag",
171
167
  PRODUCT_TAG = "product_tag",
172
- PRODUCT = "product"
168
+ PRODUCT = "product",
169
+ TASK = "task"
173
170
  }
174
171
  interface FixedInputDefinition {
175
172
  fixedInputId: string;
@@ -305,7 +302,13 @@ interface WorkflowDefinition {
305
302
  products: Pick<ProductDefinition, 'tag' | 'productId' | 'name'>[];
306
303
  createdAt: string;
307
304
  }
308
- declare type Field<Type> = keyof Type;
305
+ interface TaskDefinition {
306
+ name: string;
307
+ description?: string;
308
+ target: WorkflowTarget;
309
+ products: Pick<ProductDefinition, 'tag' | 'productId' | 'name'>[];
310
+ createdAt: string;
311
+ }
309
312
  declare enum SortOrder {
310
313
  ASC = "ASC",
311
314
  DESC = "DESC"
@@ -383,6 +386,9 @@ declare type ProcessDetailResultRaw = {
383
386
  interface CustomersResult {
384
387
  customers: GraphQlSinglePage<Customer>;
385
388
  }
389
+ interface TaskDefinitionsResult<T = TaskDefinition> {
390
+ workflows: GraphQlResultPage<T>;
391
+ }
386
392
  interface WorkflowDefinitionsResult<T = WorkflowDefinition> {
387
393
  workflows: GraphQlResultPage<T>;
388
394
  }
@@ -647,6 +653,14 @@ declare type WfoWorkflowTargetBadgeProps = {
647
653
  };
648
654
  declare const WfoWorkflowTargetBadge: FC<WfoWorkflowTargetBadgeProps>;
649
655
 
656
+ declare type WfoExpandableFieldProps = {
657
+ isExpanded: boolean;
658
+ title: ReactNode;
659
+ onExpandedChange: (isExpanded: boolean) => void;
660
+ children: ReactNode;
661
+ };
662
+ declare const WfoExpandableField: FC<WfoExpandableFieldProps>;
663
+
650
664
  declare const WfoBreadcrumbs: () => _emotion_react_jsx_runtime.JSX.Element;
651
665
 
652
666
  declare type FilterQuery<DataType> = {
@@ -746,6 +760,7 @@ declare const PATH_METADATA_PRODUCTS = "/metadata/products";
746
760
  declare const PATH_METADATA_PRODUCT_BLOCKS = "/metadata/productblocks";
747
761
  declare const PATH_METADATA_RESOURCE_TYPES = "/metadata/resource-types";
748
762
  declare const PATH_METADATA_WORKFLOWS = "/metadata/workflows";
763
+ declare const PATH_METADATA_TASKS = "/metadata/tasks";
749
764
  declare const PATH_TASKS = "/tasks";
750
765
  declare const PATH_SETTINGS = "/settings";
751
766
 
@@ -895,6 +910,10 @@ declare const getWorkflowTargetIconContent: (workflowTarget: WorkflowTarget) =>
895
910
  declare const getLastUncompletedProcess: (processes: SubscriptionDetailProcess[]) => SubscriptionDetailProcess | undefined;
896
911
  declare const getLatestTaskDate: (processes: SubscriptionDetailProcess[]) => string;
897
912
 
913
+ declare const useSubscriptionDetailValueOverride: () => {
914
+ getOverriddenValue: (fieldValue: FieldValue) => React__default.ReactNode | null;
915
+ };
916
+
898
917
  interface SubscriptionKeyValueBlockProps {
899
918
  title: string;
900
919
  keyValues: WfoKeyValueTableDataType[];
@@ -936,6 +955,11 @@ interface WfoSubscriptionProductBlockProps {
936
955
  declare const HIDDEN_KEYS: string[];
937
956
  declare const WfoSubscriptionProductBlock: ({ ownerSubscriptionId, subscriptionInstanceId, productBlockInstanceValues, inUseByRelations, }: WfoSubscriptionProductBlockProps) => _emotion_react_jsx_runtime.JSX.Element;
938
957
 
958
+ declare type WfoProductBlockKeyValueRowProps = {
959
+ fieldValue: FieldValue;
960
+ };
961
+ declare const WfoProductBlockKeyValueRow: FC<WfoProductBlockKeyValueRowProps>;
962
+
939
963
  interface WfoSubscriptionDetailTreeProps {
940
964
  productBlockInstances: ProductBlockInstance[];
941
965
  }
@@ -1042,6 +1066,7 @@ declare const METADATA_RESOURCE_TYPES_TABLE_LOCAL_STORAGE_KEY = "metadataResourc
1042
1066
  declare const METADATA_PRODUCT_BLOCKS_TABLE_LOCAL_STORAGE_KEY = "metadataProductBlocksTable";
1043
1067
  declare const METADATA_PRODUCT_TABLE_LOCAL_STORAGE_KEY = "metadataProductTable";
1044
1068
  declare const METADATA_WORKFLOWS_TABLE_LOCAL_STORAGE_KEY = "metadataWorkflowsTable";
1069
+ declare const METADATA_TASKS_TABLE_LOCAL_STORAGE_KEY = "metadataTasksTable";
1045
1070
  declare const SUBSCRIPTIONS_TABLE_LOCAL_STORAGE_KEY = "subscriptionsTable";
1046
1071
 
1047
1072
  declare function mapSortableAndFilterableValuesToTableColumnConfig<T extends object>(tableColumnConfig: WfoTableColumns<T>, sortableFieldNames?: string[], filterableFieldNames?: string[]): WfoTableColumns<T>;
@@ -2016,6 +2041,43 @@ declare const useLazyGetWorkflowsQuery: _reduxjs_toolkit_dist_query_react_buildH
2016
2041
  meta?: {} | undefined;
2017
2042
  } | PromiseLike<_reduxjs_toolkit_dist_query_baseQueryTypes.QueryReturnValue<unknown, _rtk_query_graphql_request_base_query_dist_GraphqlBaseQueryTypes.ErrorResponse, {}>>, CacheTags, WorkflowsResponse, "orchestratorApi">>;
2018
2043
 
2044
+ declare const tasksQuery = "\nquery MetadataWorkflows(\n $first: Int!\n $after: Int!\n $sortBy: [GraphqlSort!]\n $query: String\n) {\n workflows(\n first: $first\n after: $after\n sortBy: $sortBy\n query: $query\n filterBy: { field: \"target\", value: \"SYSTEM\" }\n ) {\n page {\n name\n description\n target\n products {\n tag\n }\n createdAt\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n totalItems\n sortFields\n filterFields\n }\n }\n}\n";
2045
+ declare type TasksResponse = {
2046
+ tasks: TaskDefinition[];
2047
+ } & BaseGraphQlResult;
2048
+ declare const useGetTasksQuery: _reduxjs_toolkit_dist_query_react_buildHooks.UseQuery<_reduxjs_toolkit_query.QueryDefinition<GraphqlQueryVariables<TaskDefinition>, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
2049
+ baseQueryType?: BaseQueryTypes | undefined;
2050
+ apiName?: string | undefined;
2051
+ }) => {
2052
+ error: _reduxjs_toolkit_query.FetchBaseQueryError;
2053
+ data?: undefined;
2054
+ meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
2055
+ } | PromiseLike<_reduxjs_toolkit_dist_query_baseQueryTypes.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
2056
+ error: _rtk_query_graphql_request_base_query_dist_GraphqlBaseQueryTypes.ErrorResponse;
2057
+ data?: undefined;
2058
+ meta?: {} | undefined;
2059
+ } | {
2060
+ error?: undefined;
2061
+ data: unknown;
2062
+ meta?: {} | undefined;
2063
+ } | PromiseLike<_reduxjs_toolkit_dist_query_baseQueryTypes.QueryReturnValue<unknown, _rtk_query_graphql_request_base_query_dist_GraphqlBaseQueryTypes.ErrorResponse, {}>>, CacheTags, TasksResponse, "orchestratorApi">>;
2064
+ declare const useLazyGetTasksQuery: _reduxjs_toolkit_dist_query_react_buildHooks.UseLazyQuery<_reduxjs_toolkit_query.QueryDefinition<GraphqlQueryVariables<TaskDefinition>, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
2065
+ baseQueryType?: BaseQueryTypes | undefined;
2066
+ apiName?: string | undefined;
2067
+ }) => {
2068
+ error: _reduxjs_toolkit_query.FetchBaseQueryError;
2069
+ data?: undefined;
2070
+ meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
2071
+ } | PromiseLike<_reduxjs_toolkit_dist_query_baseQueryTypes.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
2072
+ error: _rtk_query_graphql_request_base_query_dist_GraphqlBaseQueryTypes.ErrorResponse;
2073
+ data?: undefined;
2074
+ meta?: {} | undefined;
2075
+ } | {
2076
+ error?: undefined;
2077
+ data: unknown;
2078
+ meta?: {} | undefined;
2079
+ } | PromiseLike<_reduxjs_toolkit_dist_query_baseQueryTypes.QueryReturnValue<unknown, _rtk_query_graphql_request_base_query_dist_GraphqlBaseQueryTypes.ErrorResponse, {}>>, CacheTags, TasksResponse, "orchestratorApi">>;
2080
+
2019
2081
  declare const processListQuery = "\n query ProcessList(\n $first: Int!\n $after: Int!\n $sortBy: [GraphqlSort!]\n $filterBy: [GraphqlFilter!]\n $query: String\n ) {\n processes(\n first: $first\n after: $after\n sortBy: $sortBy\n filterBy: $filterBy\n query: $query\n ) {\n page {\n workflowName\n lastStep\n lastStatus\n workflowTarget\n product {\n name\n tag\n }\n customer {\n fullname\n shortcode\n }\n createdBy\n assignee\n processId\n startedAt\n lastModifiedAt\n isTask\n subscriptions {\n page {\n subscriptionId\n description\n }\n }\n }\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n totalItems\n endCursor\n sortFields\n filterFields\n }\n }\n }\n";
2020
2082
  declare type ProcessListResponse = {
2021
2083
  processes: Process[];
@@ -2347,6 +2409,23 @@ declare const useGetTaskOptionsQuery: _reduxjs_toolkit_dist_query_react_buildHoo
2347
2409
  meta?: {} | undefined;
2348
2410
  } | PromiseLike<_reduxjs_toolkit_dist_query_baseQueryTypes.QueryReturnValue<unknown, _rtk_query_graphql_request_base_query_dist_GraphqlBaseQueryTypes.ErrorResponse, {}>>, CacheTags, StartOptionsResponse<TaskOption>, "orchestratorApi">>;
2349
2411
 
2412
+ declare type CustomApiConfig = {
2413
+ apiName: string;
2414
+ apiBaseUrl: string;
2415
+ };
2416
+ declare type CustomApiSlice = Slice<CustomApiConfig[]>;
2417
+ declare const getCustomApiSlice: (customApis: CustomApiConfig[]) => CustomApiSlice;
2418
+
2419
+ declare type ValueOverrideFunction = (fieldValue: FieldValue) => ReactNode;
2420
+ declare type ValueOverrideConfiguration = Record<string, ValueOverrideFunction>;
2421
+ declare type OrchestratorComponentOverride = {
2422
+ subscriptionDetail?: {
2423
+ valueOverrides?: ValueOverrideConfiguration;
2424
+ };
2425
+ };
2426
+ declare type OrchestratorComponentOverrideSlice = Slice<OrchestratorComponentOverride>;
2427
+ declare const getOrchestratorComponentOverrideSlice: (config: OrchestratorComponentOverride) => OrchestratorComponentOverrideSlice;
2428
+
2350
2429
  declare type ToastState = {
2351
2430
  messages: Toast[];
2352
2431
  };
@@ -2362,28 +2441,24 @@ declare const toastMessagesReducer: Reducer<ToastState>;
2362
2441
  declare type OrchestratorConfigSlice = Slice<OrchestratorConfig>;
2363
2442
  declare const getOrchestratorConfigSlice: (config: OrchestratorConfig) => OrchestratorConfigSlice;
2364
2443
 
2365
- declare type CustomApiConfig = {
2366
- apiName: string;
2367
- apiBaseUrl: string;
2368
- };
2369
- declare type CustomApiSlice = Slice<CustomApiConfig[]>;
2370
- declare const getCustomApiSlice: (customApis: CustomApiConfig[]) => CustomApiSlice;
2371
-
2372
2444
  declare type RootState = {
2373
2445
  orchestratorApi: CombinedState<Record<string, never>, 'engineStatus', 'orchestratorApi'>;
2374
2446
  toastMessages: ReturnType<typeof toastMessagesReducer>;
2375
2447
  orchestratorConfig: OrchestratorConfig;
2448
+ orchestratorComponentOverride?: OrchestratorComponentOverride;
2376
2449
  customApis: CustomApiConfig[];
2377
2450
  };
2378
- declare const getOrchestratorStore: (orchestratorConfig: OrchestratorConfig, customApis: CustomApiConfig[]) => EnhancedStore<RootState>;
2451
+ declare type InitialOrchestratorStoreConfig = Pick<RootState, 'orchestratorConfig' | 'customApis' | 'orchestratorComponentOverride'>;
2452
+ declare const getOrchestratorStore: ({ orchestratorConfig, orchestratorComponentOverride, customApis, }: InitialOrchestratorStoreConfig) => EnhancedStore<RootState>;
2379
2453
  declare type AppDispatch = Dispatch<UnknownAction>;
2380
2454
 
2381
2455
  declare type StoreProviderProps = {
2382
2456
  initialOrchestratorConfig: OrchestratorConfig;
2457
+ orchestratorComponentOverride?: OrchestratorComponentOverride;
2383
2458
  customApis?: CustomApiConfig[];
2384
2459
  children: ReactNode;
2385
2460
  };
2386
- declare const StoreProvider: ({ initialOrchestratorConfig, customApis, children, }: StoreProviderProps) => _emotion_react_jsx_runtime.JSX.Element;
2461
+ declare const StoreProvider: ({ initialOrchestratorConfig, orchestratorComponentOverride, customApis, children, }: StoreProviderProps) => _emotion_react_jsx_runtime.JSX.Element;
2387
2462
 
2388
2463
  declare type SubscriptionListResponse = {
2389
2464
  subscriptions: Subscription[];
@@ -2557,6 +2632,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
2557
2632
  metadataProductblocks: string;
2558
2633
  metadataResourceTypes: string;
2559
2634
  metadataWorkflows: string;
2635
+ metadataTasks: string;
2560
2636
  mobileTitle: string;
2561
2637
  settings: string;
2562
2638
  start: string;
@@ -2615,6 +2691,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
2615
2691
  productBlocks: string;
2616
2692
  resourceTypes: string;
2617
2693
  workflows: string;
2694
+ tasks: string;
2618
2695
  };
2619
2696
  products: {
2620
2697
  id: string;
@@ -2652,6 +2729,13 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
2652
2729
  productTags: string;
2653
2730
  createdAt: string;
2654
2731
  };
2732
+ tasks: {
2733
+ name: string;
2734
+ description: string;
2735
+ target: string;
2736
+ productTags: string;
2737
+ createdAt: string;
2738
+ };
2655
2739
  };
2656
2740
  processes: {
2657
2741
  index: {
@@ -3006,6 +3090,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
3006
3090
  metadataProductblocks: string;
3007
3091
  metadataResourceTypes: string;
3008
3092
  metadataWorkflows: string;
3093
+ metadataTasks: string;
3009
3094
  mobileTitle: string;
3010
3095
  settings: string;
3011
3096
  start: string;
@@ -3063,6 +3148,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
3063
3148
  productBlocks: string;
3064
3149
  resourceTypes: string;
3065
3150
  workflows: string;
3151
+ tasks: string;
3066
3152
  };
3067
3153
  products: {
3068
3154
  id: string;
@@ -3100,6 +3186,13 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
3100
3186
  productTags: string;
3101
3187
  createdAt: string;
3102
3188
  };
3189
+ tasks: {
3190
+ name: string;
3191
+ description: string;
3192
+ target: string;
3193
+ productTags: string;
3194
+ createdAt: string;
3195
+ };
3103
3196
  };
3104
3197
  processes: {
3105
3198
  index: {
@@ -3334,6 +3427,11 @@ declare type WorkflowListItem = Pick<WorkflowDefinition, 'name' | 'description'
3334
3427
  };
3335
3428
  declare const WfoWorkflowsPage: () => _emotion_react_jsx_runtime.JSX.Element;
3336
3429
 
3430
+ declare type TaskListItem = Pick<TaskDefinition, 'name' | 'description' | 'target' | 'createdAt'> & {
3431
+ productTags: string[];
3432
+ };
3433
+ declare const WfoTasksPage: () => _emotion_react_jsx_runtime.JSX.Element;
3434
+
3337
3435
  interface MetadataLayoutProps {
3338
3436
  children: ReactNode;
3339
3437
  tabs?: MetaDataTab[];
@@ -3460,4 +3558,4 @@ declare const onlyUnique: (value: string, index: number, array: string[]) => boo
3460
3558
  declare const getConcatenatedPagedResult: <T>(pagedResult: GraphQlSinglePage<T>, fields: (keyof T)[]) => string;
3461
3559
  declare const getConcatenatedResult: <T>(results: T[], fields: (keyof T)[]) => string;
3462
3560
 
3463
- export { ACTIVE_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, ACTIVE_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, AcceptField, type AcceptFieldProps, ApiClient, ApiClientContext, ApiClientContextProvider, type ApiClientContextProviderProps, type ApiContext, type AppDispatch, type AutoFieldsProps, BadgeType, BaseApiClient, type BaseGraphQlResult, BaseQueryTypes, BoolField, type BoolFieldProps, COMPLETED_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, COMPLETED_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, type CacheNames, type CacheOption, CacheTags, ColorModes, type ColumnConfig, type ConfirmDialogActions, ConfirmationDialogContext, ConfirmationDialogContextWrapper, ConfirmationDialogProvider, ConnectedSelectField, ContactPersonAutocomplete, ContactPersonNameField, type ContactPersonNameFieldProps, CreateForm, type CustomApiConfig, type Customer, CustomerField, type CustomerFieldProps, type CustomersResult, DEFAULT_PAGE_SIZE, DEFAULT_PAGE_SIZES, type DataDisplayParams, type DataDisplayReturnValues, DateField, type DateFieldProps, DividerField, type DividerFieldProps, type EmailAddress, type EmailState, EngineStatus, Environment, ErrorField, type ErrorFieldProps, ErrorsField, type ErrorsFieldProps, type ExternalService, type FetchFilter, type Field, type FieldProps$1 as FieldProps, type FieldValue, type FilterQuery, type FixedInputDefinition, type Form, type FormNotCompleteResponse, type GraphQLPageInfo, type GraphQLSort, type GraphQlResultPage, type GraphQlSinglePage, type GraphqlFilter, type GraphqlQueryVariables, type GroupedStep, HIDDEN_KEYS, type HeaderBadgeProps, type IPvAnyNetworkFieldProps, type ImsNode, ImsNodeIdField, type ImsNodeIdFieldProps, type ImsPort, type ImsPortFieldProps, ImsPortIdField, type InUseByRelation, type InputForm, type IpBlock, IpNetworkField, type IpPrefix, type KeyValue, LabelField, type LabelFieldProps, ListAddField, type ListAddFieldProps, ListDelField, type ListDelFieldProps, ListField, type ListFieldProps, ListSelectField, type ListSelectFieldProps, Locale, LocationCodeField, type LocationCodeFieldProps, LongTextField, type LongTextFieldProps, MAXIMUM_ITEMS_FOR_BULK_FETCHING, METADATA_PRODUCT_BLOCKS_TABLE_LOCAL_STORAGE_KEY, METADATA_PRODUCT_TABLE_LOCAL_STORAGE_KEY, METADATA_RESOURCE_TYPES_TABLE_LOCAL_STORAGE_KEY, METADATA_WORKFLOWS_TABLE_LOCAL_STORAGE_KEY, type MetaDataTab, NUMBER_OF_ITEMS_REPRESENTING_ALL_ITEMS, NestField, type NestFieldProps, type NodeSubscription, type Nullable, NumField, type NumFieldProps, OptGroupField, type OptGroupFieldProps, type OrchestratorConfig, OrchestratorConfigContext, OrchestratorConfigProvider, type OrchestratorConfigProviderProps, PATH_METADATA, PATH_METADATA_PRODUCTS, PATH_METADATA_PRODUCT_BLOCKS, PATH_METADATA_RESOURCE_TYPES, PATH_METADATA_WORKFLOWS, PATH_SETTINGS, PATH_START, PATH_START_NEW_TASK, PATH_START_NEW_WORKFLOW, PATH_SUBSCRIPTIONS, PATH_TASKS, PATH_WORKFLOWS, type Pagination, type Policy, PolicyContext, PolicyContextProvider, type PolicyProviderProps, PolicyResource, PortMode, type Process, type ProcessDetail, type ProcessDetailResultRaw, ProcessDoneStatuses, type ProcessListExportItem, type ProcessListItem, type ProcessListResponse, type ProcessListResult, type ProcessListSummaryResponse, ProcessStatus, type ProcessStatusCounts, type ProcessStepsResult, type ProcessesDetailResult, type ProductBlockDefinition, type ProductBlockDefinitionsResult, type ProductBlockInstance, type ProductBlocksResponse, type ProductDefinition, type ProductDefinitionsResult, ProductField, type ProductFieldProps, ProductLifecycleStatus, ProductTag, type ProductsResponse, type ProductsSummary, type ProductsSummaryResponse, RENDER_ALL, RESOURCE_TYPE_FIELD_DESCRIPTION, RESOURCE_TYPE_FIELD_ID, RESOURCE_TYPE_FIELD_PRODUCT_BLOCKS, RESOURCE_TYPE_FIELD_TYPE, RadioField, type RadioFieldProps, type RelatedSubscription, RelatedSubscriptionsQuery, type RelatedSubscriptionsResponse, type RelatedSubscriptionsResult, RenderDirection, type ResourceTypeDefinition, type ResourceTypeDefinitionsResult, type ResourceTypesResponse, type RootState, STEP_STATE_HIDDEN_KEYS, SUBSCRIPTIONS_TABLE_LOCAL_STORAGE_KEY, type SelectFieldProps, type ServicePort, type ShowConfirmDialog, type ShowConfirmDialogType, type SortOption, SortOrder, type StartComboBoxOption, type StartOptionsResponse, type StartOptionsResult, type StartProcessStep, type Step, type StepListItem, type StepState, StepStatus, StoreProvider, type StoreProviderProps, type StoredTableConfig, SubmitField, type SubmitFieldProps, type Subscription, type SubscriptionAction, type SubscriptionDetail, type SubscriptionDetailProcess, type SubscriptionDetailResponse, type SubscriptionDetailResult, SubscriptionDetailTab, type SubscriptionDropdownOption, type SubscriptionDropdownOptionsResponse, type SubscriptionDropdownOptionsResult, SubscriptionField, type SubscriptionFieldProps, SubscriptionKeyValueBlock, type SubscriptionListItem, SubscriptionStatus, type SubscriptionSummary, SubscriptionSummaryField, type SubscriptionSummaryFieldProps, type SubscriptionsResult, SummaryField, type SummaryFieldProps, type TableColumnKeys, type TableConfig, TableSettingsModal, type TableSettingsModalProps, TextField, type TextFieldProps, type TimelineItem, TimelinePosition, TimestampField, type TimestampFieldProps, type ToastState, ToastTypes, type TranslationMessagesMap, type TreeBlock, TreeContext, type TreeContextType, TreeProvider, type TreeProviderProps, UnconnectedSelectField, type UserInputForm, UserInputFormWizard, type ValidationError, type ValidationErrorContext, VlanField, type VlanFieldProps, WFO_STATUS_COLOR_FIELD, WfoArrowNarrowDown, WfoArrowNarrowUp, WfoArrowsExpand, WfoAuth, WfoBadge, type WfoBadgeProps, WfoBasicTable, type WfoBasicTableColumns, type WfoBasicTableColumnsWithControlColumns, type WfoBasicTableProps, WfoBell, WfoBreadcrumbs, WfoCheckmarkCircleFill, WfoChevronDown, WfoChevronUp, WfoCode, WfoCogFill, WfoContactEnvelopeFill, type WfoControlColumn, WfoCubeSolid, WfoDataGridTable, type WfoDataGridTableColumns, type WfoDataGridTableProps, type WfoDataSearch, type WfoDataSorting, WfoDateTime, type WfoDateTimeProps, WfoDropdownButton, WfoEngineStatusBadge, WfoEngineStatusButton, WfoEnvironmentBadge, WfoError, WfoErrorBoundary, type WfoEuiBasicTableColumn, WfoExternalLink, WfoEyeFill, WfoFailedTasksBadge, type WfoFilterTab, WfoFilterTabs, type WfoFilterTabsProps, WfoFirstPartUUID, type WfoFirstUUIDPartProps, WfoFlushSettings, WfoHeaderBadge, type WfoIconProps, WfoInSyncField, WfoInformationModal, type WfoInformationModalProps, WfoInlineJson, type WfoInlineJsonProps, WfoInsyncIcon, WfoIsAllowedToRender, type WfoIsAllowedToRenderProps, WfoJsonCodeBlock, type WfoJsonCodeBlockProps, WfoKeyCell, type WfoKeyCellProps, WfoKeyValueTable, type WfoKeyValueTableDataType, type WfoKeyValueTableProps, WfoLoading, WfoLogoutIcon, WfoMetadataPageLayout, WfoMinusCircleFill, WfoMinusCircleOutline, WfoModifySettings, WfoNoResults, WfoPageHeader, type WfoPageHeaderProps, WfoPageTemplate, type WfoPageTemplateProps, WfoPageUnauthorized, WfoPencil, WfoPencilAlt, WfoPlayCircle, WfoPlayFill, WfoPlusCircleFill, type WfoPolicyRenderFallbackProps, WfoPolicyRenderPageFallback, WfoProcessDetailPage, WfoProcessListSubscriptionsCell, WfoProcessRawData, WfoProcessStatusBadge, type WfoProcessStatusBadgeProps, WfoProcessSubscriptionDelta, WfoProcessesList, type WfoProcessesListProps, type WfoProcessesListSubscriptionsCellProps, WfoProcessesTimeline, WfoProductBlockBadge, type WfoProductBlockBadgeProps, WfoProductBlocksPage, WfoProductStatusBadge, type WfoProductStatusBadgeProps, WfoProductsPage, WfoRefresh, WfoRelatedSubscriptions, WfoResetTextSearchIndexButton, WfoResourceTypesPage, WfoSearchField, type WfoSearchFieldProps, WfoSearchStrikethrough, type WfoSession, WfoSettingsModal, type WfoSettingsModalProps, WfoSettingsPage, WfoShare, WfoSideMenu, WfoSidebar, type WfoSidebarProps, WfoSortAsc, WfoSortButton, type WfoSortButtonProps, WfoSortButtons, type WfoSortButtonsProps, WfoSortDesc, WfoSortDirectionIcon, type WfoSortDirectionIconProps, WfoStartPage, WfoStartProcessPage, WfoStartTaskButtonComboBox, WfoStartWorkflowButtonComboBox, WfoStatistic, WfoStatus, WfoStatusColorField, type WfoStatusColorFieldProps, WfoStatusDotIcon, WfoStep, WfoStepList, WfoStepListHeader, type WfoStepListHeaderProps, type WfoStepListProps, type WfoStepListRef, type WfoStepProps, WfoStepStatusIcon, type WfoStepStatusIconProps, WfoSubmitModal, type WfoSubmitModalProps, WfoSubscription, WfoSubscriptionActions, type WfoSubscriptionActionsProps, WfoSubscriptionDetailPage, WfoSubscriptionDetailTree, WfoSubscriptionGeneral, WfoSubscriptionListTab, WfoSubscriptionProductBlock, WfoSubscriptionStatusBadge, type WfoSubscriptionStatusBadgeProps, WfoSubscriptionsList, WfoSubscriptionsListPage, type WfoSubscriptionsListProps, type WfoTableColumns, type WfoTableColumnsWithExtraNonDataFields, type WfoTableControlColumnConfig, type WfoTableDataColumnConfig, WfoTableHeaderCell, type WfoTableHeaderCellProps, WfoTableWithFilter, type WfoTableWithFilterProps, WfoTasksListPage, WfoTasksListTabType, WfoTextAnchor, WfoTimeline, type WfoTimelineProps, WfoToastsList, type WfoTreeNodeMap, type WfoUserProfile, WfoValueCell, type WfoValueCellProps, WfoViewList, WfoWarningTriangle, WfoWorkflowStepList, type WfoWorkflowStepListProps, WfoWorkflowTargetBadge, type WfoWorkflowTargetBadgeProps, WfoWorkflowsListPage, WfoWorkflowsListTabType, WfoWorkflowsPage, WfoXCircleFill, type WorkflowDefinition, type WorkflowDefinitionsResult, type WorkflowListItem, WorkflowTarget, type WorkflowsResponse, addToastMessage, calculateTimeDifference, camelToHuman, clearTableConfigFromLocalStorage, csvDownloadHandler, defaultOrchestratorTheme, defaultTasksListTabs, defaultWorkflowsListTabs, determineNewSortOrder, determinePageIndex, filterDataByCriteria, flattenArrayProps, formatDate, formatDateCetWithUtc, getApiClient, getConcatenatedPagedResult, getConcatenatedResult, getCsvFileNameWithDate, getCurrentBrowserLocale, getCustomApiSlice, getDataSortHandler, getDate, getFieldFromProductBlockInstanceValues, getFirstUuidPart, getInitialColumnOrder, getLastUncompletedProcess, getLatestTaskDate, getNumberValueFromEnvironmentVariable, getOrchestratorConfigSlice, getOrchestratorStore, getPageChangeHandler, getProductBlockTitle, getProductNamesFromProcess, getQueryStringHandler, getQueryVariablesForExport, getSortDirectionFromString, getStatusBadgeColor, getStepContent, getStyles, getTableConfigFromLocalStorage, getTasksListTabTypeFromString, getTypedFieldFromObject, getWfoBasicTableStyles, getWorkflowTargetColor, getWorkflowTargetIconContent, getWorkflowsListTabTypeFromString, graphQlWorkflowListMapper, imsPortIdFieldStyling, initiateCsvFileDownload, ipPrefixTableFieldStyling, ipamStates, isToday, isUuid4, isValidLocalStorageTableConfig, localMomentToUtcTimestamp, mapColumnSortToEuiDataGridSorting, mapGraphQlSubscriptionsResultToPageInfo, mapGraphQlSubscriptionsResultToSubscriptionListItems, mapSortableAndFilterableValuesToTableColumnConfig, mapWorkflowDefinitionToWorkflowListItem, metaDataTabs, onlyUnique, orchestratorApi, parseDate, parseDateOrTimeRelativeToToday, parseDateRelativeToToday, parseDateToLocaleDateString, parseDateToLocaleDateTimeString, parseDateToLocaleTimeString, parseIsoString, prepareHeaders, processListQuery, processListSummaryQuery, processStepsQuery, productBlocksQuery, products, productsSummary, removeSuffix, removeToastMessage, renderEmptyElementWhenNotAllowedByPolicy, resourceTypesQuery, setTableConfigToLocalStorage, snakeToHuman, snakeToKebab, splitPrefixStyling, stop, subscriptionDetailQuery, subscriptionListTabs, subscriptionsDropdownOptionsQuery, toastMessagesReducer, toastMessagesSlice, upperCaseFirstChar, urlPolicyMap, useCacheNames, useCheckEngineStatus, useClearCacheMutation, useDataDisplayParams, useFilterQueryWithRest, useGetCustomersQuery, useGetEngineStatusQuery, useGetProcessListQuery, useGetProcessListSummaryQuery, useGetProductBlocksQuery, useGetProductsQuery, useGetProductsSummaryQuery, useGetRelatedSubscriptionsQuery, useGetResourceTypesQuery, useGetSubscriptionDetailQuery, useGetSubscriptionsDropdownOptionsQuery, useGetTaskOptionsQuery, useGetTimeLineItemsQuery, useGetTranslationMessages, useGetWorkflowOptionsQuery, useGetWorkflowsQuery, useLazyGetProcessListQuery, useLazyGetProductBlocksQuery, useLazyGetProductsQuery, useLazyGetResourceTypesQuery, useLazyGetWorkflowsQuery, useMutateProcess, useOrchestratorConfig, useOrchestratorTheme, usePolicy, useProcessStatusCountsQuery, useQueryWithFetch, useRawProcessDetails, useResetTextSearchIndexMutation, useSetEngineStatusMutation, useSetSubscriptionInSyncMutation, useShowToastMessage, useStoredTableConfig, useStreamMessagesQuery, useSubscriptionActions, useWfoSession, useWithOrchestratorTheme, utcTimestampToLocalMoment, workflowFieldMapper, workflowsQuery };
3561
+ export { ACTIVE_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, ACTIVE_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, AcceptField, type AcceptFieldProps, ApiClient, ApiClientContext, ApiClientContextProvider, type ApiClientContextProviderProps, type ApiContext, type AppDispatch, type AutoFieldsProps, BadgeType, BaseApiClient, type BaseGraphQlResult, BaseQueryTypes, BoolField, type BoolFieldProps, COMPLETED_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, COMPLETED_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, type CacheNames, type CacheOption, CacheTags, ColorModes, type ColumnConfig, type ConfirmDialogActions, ConfirmationDialogContext, ConfirmationDialogContextWrapper, ConfirmationDialogProvider, ConnectedSelectField, ContactPersonAutocomplete, ContactPersonNameField, type ContactPersonNameFieldProps, CreateForm, type CustomApiConfig, type Customer, CustomerField, type CustomerFieldProps, type CustomersResult, DEFAULT_PAGE_SIZE, DEFAULT_PAGE_SIZES, type DataDisplayParams, type DataDisplayReturnValues, DateField, type DateFieldProps, DividerField, type DividerFieldProps, type EmailAddress, type EmailState, EngineStatus, Environment, ErrorField, type ErrorFieldProps, ErrorsField, type ErrorsFieldProps, type ExternalService, type FetchFilter, type FieldProps$1 as FieldProps, type FieldValue, type FilterQuery, type FixedInputDefinition, type Form, type FormNotCompleteResponse, type GraphQLPageInfo, type GraphQLSort, type GraphQlResultPage, type GraphQlSinglePage, type GraphqlFilter, type GraphqlQueryVariables, type GroupedStep, HIDDEN_KEYS, type HeaderBadgeProps, type IPvAnyNetworkFieldProps, type ImsNode, ImsNodeIdField, type ImsNodeIdFieldProps, type ImsPort, type ImsPortFieldProps, ImsPortIdField, type InUseByRelation, type InitialOrchestratorStoreConfig, type InputForm, type IpBlock, IpNetworkField, type IpPrefix, LabelField, type LabelFieldProps, ListAddField, type ListAddFieldProps, ListDelField, type ListDelFieldProps, ListField, type ListFieldProps, ListSelectField, type ListSelectFieldProps, Locale, LocationCodeField, type LocationCodeFieldProps, LongTextField, type LongTextFieldProps, MAXIMUM_ITEMS_FOR_BULK_FETCHING, METADATA_PRODUCT_BLOCKS_TABLE_LOCAL_STORAGE_KEY, METADATA_PRODUCT_TABLE_LOCAL_STORAGE_KEY, METADATA_RESOURCE_TYPES_TABLE_LOCAL_STORAGE_KEY, METADATA_TASKS_TABLE_LOCAL_STORAGE_KEY, METADATA_WORKFLOWS_TABLE_LOCAL_STORAGE_KEY, type MetaDataTab, NUMBER_OF_ITEMS_REPRESENTING_ALL_ITEMS, NestField, type NestFieldProps, type NodeSubscription, type Nullable, NumField, type NumFieldProps, OptGroupField, type OptGroupFieldProps, type OrchestratorComponentOverride, type OrchestratorConfig, OrchestratorConfigContext, OrchestratorConfigProvider, type OrchestratorConfigProviderProps, PATH_METADATA, PATH_METADATA_PRODUCTS, PATH_METADATA_PRODUCT_BLOCKS, PATH_METADATA_RESOURCE_TYPES, PATH_METADATA_TASKS, PATH_METADATA_WORKFLOWS, PATH_SETTINGS, PATH_START, PATH_START_NEW_TASK, PATH_START_NEW_WORKFLOW, PATH_SUBSCRIPTIONS, PATH_TASKS, PATH_WORKFLOWS, type Pagination, type Policy, PolicyContext, PolicyContextProvider, type PolicyProviderProps, PolicyResource, PortMode, type Process, type ProcessDetail, type ProcessDetailResultRaw, ProcessDoneStatuses, type ProcessListExportItem, type ProcessListItem, type ProcessListResponse, type ProcessListResult, type ProcessListSummaryResponse, ProcessStatus, type ProcessStatusCounts, type ProcessStepsResult, type ProcessesDetailResult, type ProductBlockDefinition, type ProductBlockDefinitionsResult, type ProductBlockInstance, type ProductBlocksResponse, type ProductDefinition, type ProductDefinitionsResult, ProductField, type ProductFieldProps, ProductLifecycleStatus, ProductTag, type ProductsResponse, type ProductsSummary, type ProductsSummaryResponse, RENDER_ALL, RESOURCE_TYPE_FIELD_DESCRIPTION, RESOURCE_TYPE_FIELD_ID, RESOURCE_TYPE_FIELD_PRODUCT_BLOCKS, RESOURCE_TYPE_FIELD_TYPE, RadioField, type RadioFieldProps, type RelatedSubscription, RelatedSubscriptionsQuery, type RelatedSubscriptionsResponse, type RelatedSubscriptionsResult, RenderDirection, type ResourceTypeDefinition, type ResourceTypeDefinitionsResult, type ResourceTypesResponse, type RootState, STEP_STATE_HIDDEN_KEYS, SUBSCRIPTIONS_TABLE_LOCAL_STORAGE_KEY, type SelectFieldProps, type ServicePort, type ShowConfirmDialog, type ShowConfirmDialogType, type SortOption, SortOrder, type StartComboBoxOption, type StartOptionsResponse, type StartOptionsResult, type StartProcessStep, type Step, type StepListItem, type StepState, StepStatus, StoreProvider, type StoreProviderProps, type StoredTableConfig, SubmitField, type SubmitFieldProps, type Subscription, type SubscriptionAction, type SubscriptionDetail, type SubscriptionDetailProcess, type SubscriptionDetailResponse, type SubscriptionDetailResult, SubscriptionDetailTab, type SubscriptionDropdownOption, type SubscriptionDropdownOptionsResponse, type SubscriptionDropdownOptionsResult, SubscriptionField, type SubscriptionFieldProps, SubscriptionKeyValueBlock, type SubscriptionListItem, SubscriptionStatus, type SubscriptionSummary, SubscriptionSummaryField, type SubscriptionSummaryFieldProps, type SubscriptionsResult, SummaryField, type SummaryFieldProps, type TableColumnKeys, type TableConfig, TableSettingsModal, type TableSettingsModalProps, type TaskDefinition, type TaskDefinitionsResult, type TaskListItem, type TasksResponse, TextField, type TextFieldProps, type TimelineItem, TimelinePosition, TimestampField, type TimestampFieldProps, type ToastState, ToastTypes, type TranslationMessagesMap, type TreeBlock, TreeContext, type TreeContextType, TreeProvider, type TreeProviderProps, UnconnectedSelectField, type UserInputForm, UserInputFormWizard, type ValidationError, type ValidationErrorContext, type ValueOverrideConfiguration, type ValueOverrideFunction, VlanField, type VlanFieldProps, WFO_STATUS_COLOR_FIELD, WfoArrowNarrowDown, WfoArrowNarrowUp, WfoArrowsExpand, WfoAuth, WfoBadge, type WfoBadgeProps, WfoBasicTable, type WfoBasicTableColumns, type WfoBasicTableColumnsWithControlColumns, type WfoBasicTableProps, WfoBell, WfoBreadcrumbs, WfoCheckmarkCircleFill, WfoChevronDown, WfoChevronUp, WfoCode, WfoCogFill, WfoContactEnvelopeFill, type WfoControlColumn, WfoCubeSolid, WfoDataGridTable, type WfoDataGridTableColumns, type WfoDataGridTableProps, type WfoDataSearch, type WfoDataSorting, WfoDateTime, type WfoDateTimeProps, WfoDropdownButton, WfoEngineStatusBadge, WfoEngineStatusButton, WfoEnvironmentBadge, WfoError, WfoErrorBoundary, type WfoEuiBasicTableColumn, WfoExpandableField, type WfoExpandableFieldProps, WfoExternalLink, WfoEyeFill, WfoFailedTasksBadge, type WfoFilterTab, WfoFilterTabs, type WfoFilterTabsProps, WfoFirstPartUUID, type WfoFirstUUIDPartProps, WfoFlushSettings, WfoHeaderBadge, type WfoIconProps, WfoInSyncField, WfoInformationModal, type WfoInformationModalProps, WfoInlineJson, type WfoInlineJsonProps, WfoInsyncIcon, WfoIsAllowedToRender, type WfoIsAllowedToRenderProps, WfoJsonCodeBlock, type WfoJsonCodeBlockProps, WfoKeyCell, type WfoKeyCellProps, WfoKeyValueTable, type WfoKeyValueTableDataType, type WfoKeyValueTableProps, WfoLoading, WfoLogoutIcon, WfoMetadataPageLayout, WfoMinusCircleFill, WfoMinusCircleOutline, WfoModifySettings, WfoNoResults, WfoPageHeader, type WfoPageHeaderProps, WfoPageTemplate, type WfoPageTemplateProps, WfoPageUnauthorized, WfoPencil, WfoPencilAlt, WfoPlayCircle, WfoPlayFill, WfoPlusCircleFill, type WfoPolicyRenderFallbackProps, WfoPolicyRenderPageFallback, WfoProcessDetailPage, WfoProcessListSubscriptionsCell, WfoProcessRawData, WfoProcessStatusBadge, type WfoProcessStatusBadgeProps, WfoProcessSubscriptionDelta, WfoProcessesList, type WfoProcessesListProps, type WfoProcessesListSubscriptionsCellProps, WfoProcessesTimeline, WfoProductBlockBadge, type WfoProductBlockBadgeProps, WfoProductBlockKeyValueRow, type WfoProductBlockKeyValueRowProps, WfoProductBlocksPage, WfoProductStatusBadge, type WfoProductStatusBadgeProps, WfoProductsPage, WfoRefresh, WfoRelatedSubscriptions, WfoResetTextSearchIndexButton, WfoResourceTypesPage, WfoSearchField, type WfoSearchFieldProps, WfoSearchStrikethrough, type WfoSession, WfoSettingsModal, type WfoSettingsModalProps, WfoSettingsPage, WfoShare, WfoSideMenu, WfoSidebar, type WfoSidebarProps, WfoSortAsc, WfoSortButton, type WfoSortButtonProps, WfoSortButtons, type WfoSortButtonsProps, WfoSortDesc, WfoSortDirectionIcon, type WfoSortDirectionIconProps, WfoStartPage, WfoStartProcessPage, WfoStartTaskButtonComboBox, WfoStartWorkflowButtonComboBox, WfoStatistic, WfoStatus, WfoStatusColorField, type WfoStatusColorFieldProps, WfoStatusDotIcon, WfoStep, WfoStepList, WfoStepListHeader, type WfoStepListHeaderProps, type WfoStepListProps, type WfoStepListRef, type WfoStepProps, WfoStepStatusIcon, type WfoStepStatusIconProps, WfoSubmitModal, type WfoSubmitModalProps, WfoSubscription, WfoSubscriptionActions, type WfoSubscriptionActionsProps, WfoSubscriptionDetailPage, WfoSubscriptionDetailTree, WfoSubscriptionGeneral, WfoSubscriptionListTab, WfoSubscriptionProductBlock, WfoSubscriptionStatusBadge, type WfoSubscriptionStatusBadgeProps, WfoSubscriptionsList, WfoSubscriptionsListPage, type WfoSubscriptionsListProps, type WfoTableColumns, type WfoTableColumnsWithExtraNonDataFields, type WfoTableControlColumnConfig, type WfoTableDataColumnConfig, WfoTableHeaderCell, type WfoTableHeaderCellProps, WfoTableWithFilter, type WfoTableWithFilterProps, WfoTasksListPage, WfoTasksListTabType, WfoTasksPage, WfoTextAnchor, WfoTimeline, type WfoTimelineProps, WfoToastsList, type WfoTreeNodeMap, type WfoUserProfile, WfoValueCell, type WfoValueCellProps, WfoViewList, WfoWarningTriangle, WfoWorkflowStepList, type WfoWorkflowStepListProps, WfoWorkflowTargetBadge, type WfoWorkflowTargetBadgeProps, WfoWorkflowsListPage, WfoWorkflowsListTabType, WfoWorkflowsPage, WfoXCircleFill, type WorkflowDefinition, type WorkflowDefinitionsResult, type WorkflowListItem, WorkflowTarget, type WorkflowsResponse, addToastMessage, calculateTimeDifference, camelToHuman, clearTableConfigFromLocalStorage, csvDownloadHandler, defaultOrchestratorTheme, defaultTasksListTabs, defaultWorkflowsListTabs, determineNewSortOrder, determinePageIndex, filterDataByCriteria, flattenArrayProps, formatDate, formatDateCetWithUtc, getApiClient, getConcatenatedPagedResult, getConcatenatedResult, getCsvFileNameWithDate, getCurrentBrowserLocale, getCustomApiSlice, getDataSortHandler, getDate, getFieldFromProductBlockInstanceValues, getFirstUuidPart, getInitialColumnOrder, getLastUncompletedProcess, getLatestTaskDate, getNumberValueFromEnvironmentVariable, getOrchestratorComponentOverrideSlice, getOrchestratorConfigSlice, getOrchestratorStore, getPageChangeHandler, getProductBlockTitle, getProductNamesFromProcess, getQueryStringHandler, getQueryVariablesForExport, getSortDirectionFromString, getStatusBadgeColor, getStepContent, getStyles, getTableConfigFromLocalStorage, getTasksListTabTypeFromString, getTypedFieldFromObject, getWfoBasicTableStyles, getWorkflowTargetColor, getWorkflowTargetIconContent, getWorkflowsListTabTypeFromString, graphQlWorkflowListMapper, imsPortIdFieldStyling, initiateCsvFileDownload, ipPrefixTableFieldStyling, ipamStates, isToday, isUuid4, isValidLocalStorageTableConfig, localMomentToUtcTimestamp, mapColumnSortToEuiDataGridSorting, mapGraphQlSubscriptionsResultToPageInfo, mapGraphQlSubscriptionsResultToSubscriptionListItems, mapSortableAndFilterableValuesToTableColumnConfig, mapWorkflowDefinitionToWorkflowListItem, metaDataTabs, onlyUnique, orchestratorApi, parseDate, parseDateOrTimeRelativeToToday, parseDateRelativeToToday, parseDateToLocaleDateString, parseDateToLocaleDateTimeString, parseDateToLocaleTimeString, parseIsoString, prepareHeaders, processListQuery, processListSummaryQuery, processStepsQuery, productBlocksQuery, products, productsSummary, removeSuffix, removeToastMessage, renderEmptyElementWhenNotAllowedByPolicy, resourceTypesQuery, setTableConfigToLocalStorage, snakeToHuman, snakeToKebab, splitPrefixStyling, stop, subscriptionDetailQuery, subscriptionListTabs, subscriptionsDropdownOptionsQuery, tasksQuery, toastMessagesReducer, toastMessagesSlice, upperCaseFirstChar, urlPolicyMap, useCacheNames, useCheckEngineStatus, useClearCacheMutation, useDataDisplayParams, useFilterQueryWithRest, useGetCustomersQuery, useGetEngineStatusQuery, useGetProcessListQuery, useGetProcessListSummaryQuery, useGetProductBlocksQuery, useGetProductsQuery, useGetProductsSummaryQuery, useGetRelatedSubscriptionsQuery, useGetResourceTypesQuery, useGetSubscriptionDetailQuery, useGetSubscriptionsDropdownOptionsQuery, useGetTaskOptionsQuery, useGetTasksQuery, useGetTimeLineItemsQuery, useGetTranslationMessages, useGetWorkflowOptionsQuery, useGetWorkflowsQuery, useLazyGetProcessListQuery, useLazyGetProductBlocksQuery, useLazyGetProductsQuery, useLazyGetResourceTypesQuery, useLazyGetTasksQuery, useLazyGetWorkflowsQuery, useMutateProcess, useOrchestratorConfig, useOrchestratorTheme, usePolicy, useProcessStatusCountsQuery, useQueryWithFetch, useRawProcessDetails, useResetTextSearchIndexMutation, useSetEngineStatusMutation, useSetSubscriptionInSyncMutation, useShowToastMessage, useStoredTableConfig, useStreamMessagesQuery, useSubscriptionActions, useSubscriptionDetailValueOverride, useWfoSession, useWithOrchestratorTheme, utcTimestampToLocalMoment, workflowFieldMapper, workflowsQuery };