@orchestrator-ui/orchestrator-ui-components 4.2.0 → 5.0.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/.turbo/turbo-build.log +7 -7
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +7 -7
- package/CHANGELOG.md +15 -0
- package/dist/index.d.ts +56 -46
- package/dist/index.js +1262 -1076
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/WfoBadges/WfoSubscriptionStatusBadge/WfoSubscriptionStatusBadge.tsx +6 -5
- package/src/components/WfoBadges/WfoWorkflowTargetBadge/WfoWorkflowTargetBadge.tsx +1 -0
- package/src/components/WfoButtonComboBox/WfoButtonComboBox.tsx +79 -0
- package/src/components/WfoButtonComboBox/index.ts +1 -0
- package/src/components/WfoButtonComboBox/styles.ts +28 -0
- package/src/components/WfoSubscription/WfoInSyncField.tsx +2 -2
- package/src/components/WfoSubscription/WfoSubscription.tsx +3 -2
- package/src/components/WfoSubscription/WfoSubscriptionActions/WfoSubscriptionActions.tsx +3 -3
- package/src/components/WfoSubscription/WfoSubscriptionDetailTree.tsx +64 -14
- package/src/components/WfoSubscription/utils/utils.spec.ts +121 -0
- package/src/components/WfoSubscription/utils/utils.ts +42 -6
- package/src/configuration/version.ts +1 -1
- package/src/contexts/TreeContext.tsx +16 -0
- package/src/messages/en-GB.json +2 -0
- package/src/messages/nl-NL.json +2 -0
- package/src/rtk/endpoints/metadata/tasks.ts +9 -4
- package/src/rtk/endpoints/metadata/workflows.ts +10 -5
- package/src/rtk/endpoints/startOptions.ts +9 -3
- package/src/types/types.ts +5 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@5.0.0 build
|
|
3
3
|
> npm run generate-version && tsup src/index.ts
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @orchestrator-ui/orchestrator-ui-components@
|
|
6
|
+
> @orchestrator-ui/orchestrator-ui-components@5.0.0 generate-version
|
|
7
7
|
> node -p "'export const ORCHESTRATOR_UI_LIBRARY_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'" > src/configuration/version.ts && prettier --write src/configuration/version.ts
|
|
8
8
|
|
|
9
|
-
src/configuration/version.ts
|
|
9
|
+
src/configuration/version.ts 36ms
|
|
10
10
|
[34mCLI[39m Building entry: src/index.ts
|
|
11
11
|
[34mCLI[39m Using tsconfig: tsconfig.build.json
|
|
12
12
|
[34mCLI[39m tsup v8.4.0
|
|
@@ -15,7 +15,7 @@ src/configuration/version.ts 41ms
|
|
|
15
15
|
[34mESM[39m Build start
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
17
|
[32mESM[39m [1mdist/index.js [22m[32m1.98 MB[39m
|
|
18
|
-
[32mESM[39m [1mdist/index.js.map [22m[32m3.
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[
|
|
18
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m3.68 MB[39m
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 814ms
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 19568ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m698.08 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@5.0.0 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
|
-
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
6
5
|
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
7
|
-
PASS Wfo-UI Tests src/utils/
|
|
6
|
+
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
8
7
|
PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
|
|
8
|
+
PASS Wfo-UI Tests src/utils/date.spec.ts
|
|
9
9
|
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
10
10
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
|
|
11
11
|
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
@@ -35,11 +35,11 @@ PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
|
|
|
35
35
|
PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
36
36
|
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
37
37
|
PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
|
|
38
|
-
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.
|
|
39
|
-
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts
|
|
38
|
+
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.182 s)
|
|
39
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts
|
|
40
40
|
|
|
41
41
|
Test Suites: 35 passed, 35 total
|
|
42
|
-
Tests:
|
|
42
|
+
Tests: 226 passed, 226 total
|
|
43
43
|
Snapshots: 0 total
|
|
44
|
-
Time: 8.
|
|
44
|
+
Time: 8.121 s
|
|
45
45
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 5.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 6b21307: Update target validation to isTask
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- 0f648af: Adds some nullchecks that prevents the app from crashing on some errors
|
|
12
|
+
- 0cab7d9: 326 Adds dropdown to product blocks section on subscription detail page to select all items with a given product block name
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- a500bac: Add product tag to workflow options query
|
|
17
|
+
|
|
3
18
|
## 4.2.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import React__default, { ReactNode, FC, ReactElement, CSSProperties, Ref, HTMLAttributeAnchorTarget, ComponentType, HTMLProps, FunctionComponent, ErrorInfo } from 'react';
|
|
3
|
-
import { EuiBadgeProps, EuiThemeComputed, EuiThemeModifications, EuiThemeColorModeStandard, EuiContextMenuPanelDescriptor, EuiThemeColorMode, EuiSideNavItemType } from '@elastic/eui';
|
|
3
|
+
import { EuiBadgeProps, EuiThemeComputed, EuiThemeModifications, EuiThemeColorModeStandard, EuiContextMenuPanelDescriptor, EuiThemeColorMode, EuiSideNavItemType, EuiSelectableOption } from '@elastic/eui';
|
|
4
4
|
import { TextSize } from '@elastic/eui/src/components/text/text';
|
|
5
5
|
import { TextColor } from '@elastic/eui/src/components/text/text_color';
|
|
6
6
|
import { JSONSchema6 } from 'json-schema';
|
|
@@ -2539,7 +2539,7 @@ declare const useUpdateResourceTypeMutation: <R extends Record<string, any> = ({
|
|
|
2539
2539
|
}];
|
|
2540
2540
|
|
|
2541
2541
|
declare const workflowsDescription = "\nquery MetadataWorkflowsDescription(\n $workflowName: String!\n) {\n workflows(\n filterBy: [{ field: \"name\", value: $workflowName }]\n ) {\n page {\n name\n description\n }\n }\n}\n";
|
|
2542
|
-
declare const workflowsQuery = "\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: \"CREATE|MODIFY|TERMINATE\" }\n ) {\n page {\n workflowId\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";
|
|
2542
|
+
declare const workflowsQuery = "\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: \"CREATE|MODIFY|TERMINATE\" }\n ) {\n page {\n workflowId\n name\n description\n target\n isTask\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";
|
|
2543
2543
|
type WorkflowsDescriptionQueryVariables = {
|
|
2544
2544
|
workflowName: string;
|
|
2545
2545
|
};
|
|
@@ -2580,7 +2580,7 @@ declare const useGetWorkflowsQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
2580
2580
|
error: graphql.GraphQLError[] | undefined;
|
|
2581
2581
|
data?: undefined;
|
|
2582
2582
|
meta?: {} | undefined;
|
|
2583
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse, "orchestratorApi", unknown>> & {
|
|
2583
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse | undefined, "orchestratorApi", unknown>> & {
|
|
2584
2584
|
currentData?: WorkflowsResponse | undefined;
|
|
2585
2585
|
isUninitialized: false;
|
|
2586
2586
|
isLoading: false;
|
|
@@ -2610,7 +2610,7 @@ declare const useGetWorkflowsQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
2610
2610
|
error: graphql.GraphQLError[] | undefined;
|
|
2611
2611
|
data?: undefined;
|
|
2612
2612
|
meta?: {} | undefined;
|
|
2613
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse, "orchestratorApi", unknown>> & {
|
|
2613
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse | undefined, "orchestratorApi", unknown>> & {
|
|
2614
2614
|
currentData?: WorkflowsResponse | undefined;
|
|
2615
2615
|
isUninitialized: false;
|
|
2616
2616
|
isLoading: false;
|
|
@@ -2636,7 +2636,7 @@ declare const useGetWorkflowsQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
2636
2636
|
error: graphql.GraphQLError[] | undefined;
|
|
2637
2637
|
data?: undefined;
|
|
2638
2638
|
meta?: {} | undefined;
|
|
2639
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse, "orchestratorApi", unknown>> & {
|
|
2639
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse | undefined, "orchestratorApi", unknown>> & {
|
|
2640
2640
|
currentData?: WorkflowsResponse | undefined;
|
|
2641
2641
|
isUninitialized: false;
|
|
2642
2642
|
isLoading: false;
|
|
@@ -2660,7 +2660,7 @@ declare const useGetWorkflowsQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
2660
2660
|
error: graphql.GraphQLError[] | undefined;
|
|
2661
2661
|
data?: undefined;
|
|
2662
2662
|
meta?: {} | undefined;
|
|
2663
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse, "orchestratorApi", unknown>> & {
|
|
2663
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse | undefined, "orchestratorApi", unknown>> & {
|
|
2664
2664
|
currentData?: WorkflowsResponse | undefined;
|
|
2665
2665
|
isUninitialized: false;
|
|
2666
2666
|
isLoading: false;
|
|
@@ -2707,7 +2707,7 @@ declare const useGetWorkflowsQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
2707
2707
|
error: graphql.GraphQLError[] | undefined;
|
|
2708
2708
|
data?: undefined;
|
|
2709
2709
|
meta?: {} | undefined;
|
|
2710
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse, "orchestratorApi", unknown>> & {
|
|
2710
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse | undefined, "orchestratorApi", unknown>> & {
|
|
2711
2711
|
currentData?: WorkflowsResponse | undefined;
|
|
2712
2712
|
isUninitialized: false;
|
|
2713
2713
|
isLoading: false;
|
|
@@ -2737,7 +2737,7 @@ declare const useGetWorkflowsQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
2737
2737
|
error: graphql.GraphQLError[] | undefined;
|
|
2738
2738
|
data?: undefined;
|
|
2739
2739
|
meta?: {} | undefined;
|
|
2740
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse, "orchestratorApi", unknown>> & {
|
|
2740
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse | undefined, "orchestratorApi", unknown>> & {
|
|
2741
2741
|
currentData?: WorkflowsResponse | undefined;
|
|
2742
2742
|
isUninitialized: false;
|
|
2743
2743
|
isLoading: false;
|
|
@@ -2763,7 +2763,7 @@ declare const useGetWorkflowsQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
2763
2763
|
error: graphql.GraphQLError[] | undefined;
|
|
2764
2764
|
data?: undefined;
|
|
2765
2765
|
meta?: {} | undefined;
|
|
2766
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse, "orchestratorApi", unknown>> & {
|
|
2766
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse | undefined, "orchestratorApi", unknown>> & {
|
|
2767
2767
|
currentData?: WorkflowsResponse | undefined;
|
|
2768
2768
|
isUninitialized: false;
|
|
2769
2769
|
isLoading: false;
|
|
@@ -2787,7 +2787,7 @@ declare const useGetWorkflowsQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
2787
2787
|
error: graphql.GraphQLError[] | undefined;
|
|
2788
2788
|
data?: undefined;
|
|
2789
2789
|
meta?: {} | undefined;
|
|
2790
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse, "orchestratorApi", unknown>> & {
|
|
2790
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse | undefined, "orchestratorApi", unknown>> & {
|
|
2791
2791
|
currentData?: WorkflowsResponse | undefined;
|
|
2792
2792
|
isUninitialized: false;
|
|
2793
2793
|
isLoading: false;
|
|
@@ -2813,7 +2813,7 @@ declare const useGetWorkflowsQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
2813
2813
|
error: graphql.GraphQLError[] | undefined;
|
|
2814
2814
|
data?: undefined;
|
|
2815
2815
|
meta?: {} | undefined;
|
|
2816
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse, "orchestratorApi", unknown>>;
|
|
2816
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse | undefined, "orchestratorApi", unknown>>;
|
|
2817
2817
|
};
|
|
2818
2818
|
declare const useLazyGetWorkflowsQuery: <R extends Record<string, any> = _reduxjs_toolkit_query.TSHelpersId<(Omit<{
|
|
2819
2819
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
@@ -2848,7 +2848,7 @@ declare const useLazyGetWorkflowsQuery: <R extends Record<string, any> = _reduxj
|
|
|
2848
2848
|
error: graphql.GraphQLError[] | undefined;
|
|
2849
2849
|
data?: undefined;
|
|
2850
2850
|
meta?: {} | undefined;
|
|
2851
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse, "orchestratorApi", unknown>> & {
|
|
2851
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse | undefined, "orchestratorApi", unknown>> & {
|
|
2852
2852
|
currentData?: WorkflowsResponse | undefined;
|
|
2853
2853
|
isUninitialized: false;
|
|
2854
2854
|
isLoading: false;
|
|
@@ -2878,7 +2878,7 @@ declare const useLazyGetWorkflowsQuery: <R extends Record<string, any> = _reduxj
|
|
|
2878
2878
|
error: graphql.GraphQLError[] | undefined;
|
|
2879
2879
|
data?: undefined;
|
|
2880
2880
|
meta?: {} | undefined;
|
|
2881
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse, "orchestratorApi", unknown>> & {
|
|
2881
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse | undefined, "orchestratorApi", unknown>> & {
|
|
2882
2882
|
currentData?: WorkflowsResponse | undefined;
|
|
2883
2883
|
isUninitialized: false;
|
|
2884
2884
|
isLoading: false;
|
|
@@ -2904,7 +2904,7 @@ declare const useLazyGetWorkflowsQuery: <R extends Record<string, any> = _reduxj
|
|
|
2904
2904
|
error: graphql.GraphQLError[] | undefined;
|
|
2905
2905
|
data?: undefined;
|
|
2906
2906
|
meta?: {} | undefined;
|
|
2907
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse, "orchestratorApi", unknown>> & {
|
|
2907
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse | undefined, "orchestratorApi", unknown>> & {
|
|
2908
2908
|
currentData?: WorkflowsResponse | undefined;
|
|
2909
2909
|
isUninitialized: false;
|
|
2910
2910
|
isLoading: false;
|
|
@@ -2928,7 +2928,7 @@ declare const useLazyGetWorkflowsQuery: <R extends Record<string, any> = _reduxj
|
|
|
2928
2928
|
error: graphql.GraphQLError[] | undefined;
|
|
2929
2929
|
data?: undefined;
|
|
2930
2930
|
meta?: {} | undefined;
|
|
2931
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse, "orchestratorApi", unknown>> & {
|
|
2931
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse | undefined, "orchestratorApi", unknown>> & {
|
|
2932
2932
|
currentData?: WorkflowsResponse | undefined;
|
|
2933
2933
|
isUninitialized: false;
|
|
2934
2934
|
isLoading: false;
|
|
@@ -2972,7 +2972,7 @@ declare const useLazyGetWorkflowsQuery: <R extends Record<string, any> = _reduxj
|
|
|
2972
2972
|
error: graphql.GraphQLError[] | undefined;
|
|
2973
2973
|
data?: undefined;
|
|
2974
2974
|
meta?: {} | undefined;
|
|
2975
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse, "orchestratorApi", unknown>> & {
|
|
2975
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse | undefined, "orchestratorApi", unknown>> & {
|
|
2976
2976
|
currentData?: WorkflowsResponse | undefined;
|
|
2977
2977
|
isUninitialized: false;
|
|
2978
2978
|
isLoading: false;
|
|
@@ -3002,7 +3002,7 @@ declare const useLazyGetWorkflowsQuery: <R extends Record<string, any> = _reduxj
|
|
|
3002
3002
|
error: graphql.GraphQLError[] | undefined;
|
|
3003
3003
|
data?: undefined;
|
|
3004
3004
|
meta?: {} | undefined;
|
|
3005
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse, "orchestratorApi", unknown>> & {
|
|
3005
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse | undefined, "orchestratorApi", unknown>> & {
|
|
3006
3006
|
currentData?: WorkflowsResponse | undefined;
|
|
3007
3007
|
isUninitialized: false;
|
|
3008
3008
|
isLoading: false;
|
|
@@ -3028,7 +3028,7 @@ declare const useLazyGetWorkflowsQuery: <R extends Record<string, any> = _reduxj
|
|
|
3028
3028
|
error: graphql.GraphQLError[] | undefined;
|
|
3029
3029
|
data?: undefined;
|
|
3030
3030
|
meta?: {} | undefined;
|
|
3031
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse, "orchestratorApi", unknown>> & {
|
|
3031
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse | undefined, "orchestratorApi", unknown>> & {
|
|
3032
3032
|
currentData?: WorkflowsResponse | undefined;
|
|
3033
3033
|
isUninitialized: false;
|
|
3034
3034
|
isLoading: false;
|
|
@@ -3052,7 +3052,7 @@ declare const useLazyGetWorkflowsQuery: <R extends Record<string, any> = _reduxj
|
|
|
3052
3052
|
error: graphql.GraphQLError[] | undefined;
|
|
3053
3053
|
data?: undefined;
|
|
3054
3054
|
meta?: {} | undefined;
|
|
3055
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse, "orchestratorApi", unknown>> & {
|
|
3055
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse | undefined, "orchestratorApi", unknown>> & {
|
|
3056
3056
|
currentData?: WorkflowsResponse | undefined;
|
|
3057
3057
|
isUninitialized: false;
|
|
3058
3058
|
isLoading: false;
|
|
@@ -3077,7 +3077,7 @@ declare const useLazyGetWorkflowsQuery: <R extends Record<string, any> = _reduxj
|
|
|
3077
3077
|
error: graphql.GraphQLError[] | undefined;
|
|
3078
3078
|
data?: undefined;
|
|
3079
3079
|
meta?: {} | undefined;
|
|
3080
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse, "orchestratorApi", unknown>>, [R][R extends any ? 0 : never] & {
|
|
3080
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, WorkflowsResponse | undefined, "orchestratorApi", unknown>>, [R][R extends any ? 0 : never] & {
|
|
3081
3081
|
reset: () => void;
|
|
3082
3082
|
}, {
|
|
3083
3083
|
lastArg: GraphqlQueryVariables<WorkflowDefinition>;
|
|
@@ -3527,7 +3527,7 @@ declare const useUpdateWorkflowMutation: <R extends Record<string, any> = ({
|
|
|
3527
3527
|
reset: () => void;
|
|
3528
3528
|
}];
|
|
3529
3529
|
|
|
3530
|
-
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: \"
|
|
3530
|
+
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: \"isTask\", value: \"true\" }\n ) {\n page {\n workflowId\n name\n description\n target\n isTask\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";
|
|
3531
3531
|
type TasksResponse = {
|
|
3532
3532
|
tasks: TaskDefinition[];
|
|
3533
3533
|
} & BaseGraphQlResult;
|
|
@@ -3564,7 +3564,7 @@ declare const useGetTasksQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
3564
3564
|
error: graphql.GraphQLError[] | undefined;
|
|
3565
3565
|
data?: undefined;
|
|
3566
3566
|
meta?: {} | undefined;
|
|
3567
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse, "orchestratorApi", unknown>> & {
|
|
3567
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse | undefined, "orchestratorApi", unknown>> & {
|
|
3568
3568
|
currentData?: TasksResponse | undefined;
|
|
3569
3569
|
isUninitialized: false;
|
|
3570
3570
|
isLoading: false;
|
|
@@ -3594,7 +3594,7 @@ declare const useGetTasksQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
3594
3594
|
error: graphql.GraphQLError[] | undefined;
|
|
3595
3595
|
data?: undefined;
|
|
3596
3596
|
meta?: {} | undefined;
|
|
3597
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse, "orchestratorApi", unknown>> & {
|
|
3597
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse | undefined, "orchestratorApi", unknown>> & {
|
|
3598
3598
|
currentData?: TasksResponse | undefined;
|
|
3599
3599
|
isUninitialized: false;
|
|
3600
3600
|
isLoading: false;
|
|
@@ -3620,7 +3620,7 @@ declare const useGetTasksQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
3620
3620
|
error: graphql.GraphQLError[] | undefined;
|
|
3621
3621
|
data?: undefined;
|
|
3622
3622
|
meta?: {} | undefined;
|
|
3623
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse, "orchestratorApi", unknown>> & {
|
|
3623
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse | undefined, "orchestratorApi", unknown>> & {
|
|
3624
3624
|
currentData?: TasksResponse | undefined;
|
|
3625
3625
|
isUninitialized: false;
|
|
3626
3626
|
isLoading: false;
|
|
@@ -3644,7 +3644,7 @@ declare const useGetTasksQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
3644
3644
|
error: graphql.GraphQLError[] | undefined;
|
|
3645
3645
|
data?: undefined;
|
|
3646
3646
|
meta?: {} | undefined;
|
|
3647
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse, "orchestratorApi", unknown>> & {
|
|
3647
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse | undefined, "orchestratorApi", unknown>> & {
|
|
3648
3648
|
currentData?: TasksResponse | undefined;
|
|
3649
3649
|
isUninitialized: false;
|
|
3650
3650
|
isLoading: false;
|
|
@@ -3691,7 +3691,7 @@ declare const useGetTasksQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
3691
3691
|
error: graphql.GraphQLError[] | undefined;
|
|
3692
3692
|
data?: undefined;
|
|
3693
3693
|
meta?: {} | undefined;
|
|
3694
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse, "orchestratorApi", unknown>> & {
|
|
3694
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse | undefined, "orchestratorApi", unknown>> & {
|
|
3695
3695
|
currentData?: TasksResponse | undefined;
|
|
3696
3696
|
isUninitialized: false;
|
|
3697
3697
|
isLoading: false;
|
|
@@ -3721,7 +3721,7 @@ declare const useGetTasksQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
3721
3721
|
error: graphql.GraphQLError[] | undefined;
|
|
3722
3722
|
data?: undefined;
|
|
3723
3723
|
meta?: {} | undefined;
|
|
3724
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse, "orchestratorApi", unknown>> & {
|
|
3724
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse | undefined, "orchestratorApi", unknown>> & {
|
|
3725
3725
|
currentData?: TasksResponse | undefined;
|
|
3726
3726
|
isUninitialized: false;
|
|
3727
3727
|
isLoading: false;
|
|
@@ -3747,7 +3747,7 @@ declare const useGetTasksQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
3747
3747
|
error: graphql.GraphQLError[] | undefined;
|
|
3748
3748
|
data?: undefined;
|
|
3749
3749
|
meta?: {} | undefined;
|
|
3750
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse, "orchestratorApi", unknown>> & {
|
|
3750
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse | undefined, "orchestratorApi", unknown>> & {
|
|
3751
3751
|
currentData?: TasksResponse | undefined;
|
|
3752
3752
|
isUninitialized: false;
|
|
3753
3753
|
isLoading: false;
|
|
@@ -3771,7 +3771,7 @@ declare const useGetTasksQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
3771
3771
|
error: graphql.GraphQLError[] | undefined;
|
|
3772
3772
|
data?: undefined;
|
|
3773
3773
|
meta?: {} | undefined;
|
|
3774
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse, "orchestratorApi", unknown>> & {
|
|
3774
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse | undefined, "orchestratorApi", unknown>> & {
|
|
3775
3775
|
currentData?: TasksResponse | undefined;
|
|
3776
3776
|
isUninitialized: false;
|
|
3777
3777
|
isLoading: false;
|
|
@@ -3797,7 +3797,7 @@ declare const useGetTasksQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
3797
3797
|
error: graphql.GraphQLError[] | undefined;
|
|
3798
3798
|
data?: undefined;
|
|
3799
3799
|
meta?: {} | undefined;
|
|
3800
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse, "orchestratorApi", unknown>>;
|
|
3800
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse | undefined, "orchestratorApi", unknown>>;
|
|
3801
3801
|
};
|
|
3802
3802
|
declare const useLazyGetTasksQuery: <R extends Record<string, any> = _reduxjs_toolkit_query.TSHelpersId<(Omit<{
|
|
3803
3803
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
@@ -3832,7 +3832,7 @@ declare const useLazyGetTasksQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
3832
3832
|
error: graphql.GraphQLError[] | undefined;
|
|
3833
3833
|
data?: undefined;
|
|
3834
3834
|
meta?: {} | undefined;
|
|
3835
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse, "orchestratorApi", unknown>> & {
|
|
3835
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse | undefined, "orchestratorApi", unknown>> & {
|
|
3836
3836
|
currentData?: TasksResponse | undefined;
|
|
3837
3837
|
isUninitialized: false;
|
|
3838
3838
|
isLoading: false;
|
|
@@ -3862,7 +3862,7 @@ declare const useLazyGetTasksQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
3862
3862
|
error: graphql.GraphQLError[] | undefined;
|
|
3863
3863
|
data?: undefined;
|
|
3864
3864
|
meta?: {} | undefined;
|
|
3865
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse, "orchestratorApi", unknown>> & {
|
|
3865
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse | undefined, "orchestratorApi", unknown>> & {
|
|
3866
3866
|
currentData?: TasksResponse | undefined;
|
|
3867
3867
|
isUninitialized: false;
|
|
3868
3868
|
isLoading: false;
|
|
@@ -3888,7 +3888,7 @@ declare const useLazyGetTasksQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
3888
3888
|
error: graphql.GraphQLError[] | undefined;
|
|
3889
3889
|
data?: undefined;
|
|
3890
3890
|
meta?: {} | undefined;
|
|
3891
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse, "orchestratorApi", unknown>> & {
|
|
3891
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse | undefined, "orchestratorApi", unknown>> & {
|
|
3892
3892
|
currentData?: TasksResponse | undefined;
|
|
3893
3893
|
isUninitialized: false;
|
|
3894
3894
|
isLoading: false;
|
|
@@ -3912,7 +3912,7 @@ declare const useLazyGetTasksQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
3912
3912
|
error: graphql.GraphQLError[] | undefined;
|
|
3913
3913
|
data?: undefined;
|
|
3914
3914
|
meta?: {} | undefined;
|
|
3915
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse, "orchestratorApi", unknown>> & {
|
|
3915
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse | undefined, "orchestratorApi", unknown>> & {
|
|
3916
3916
|
currentData?: TasksResponse | undefined;
|
|
3917
3917
|
isUninitialized: false;
|
|
3918
3918
|
isLoading: false;
|
|
@@ -3956,7 +3956,7 @@ declare const useLazyGetTasksQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
3956
3956
|
error: graphql.GraphQLError[] | undefined;
|
|
3957
3957
|
data?: undefined;
|
|
3958
3958
|
meta?: {} | undefined;
|
|
3959
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse, "orchestratorApi", unknown>> & {
|
|
3959
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse | undefined, "orchestratorApi", unknown>> & {
|
|
3960
3960
|
currentData?: TasksResponse | undefined;
|
|
3961
3961
|
isUninitialized: false;
|
|
3962
3962
|
isLoading: false;
|
|
@@ -3986,7 +3986,7 @@ declare const useLazyGetTasksQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
3986
3986
|
error: graphql.GraphQLError[] | undefined;
|
|
3987
3987
|
data?: undefined;
|
|
3988
3988
|
meta?: {} | undefined;
|
|
3989
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse, "orchestratorApi", unknown>> & {
|
|
3989
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse | undefined, "orchestratorApi", unknown>> & {
|
|
3990
3990
|
currentData?: TasksResponse | undefined;
|
|
3991
3991
|
isUninitialized: false;
|
|
3992
3992
|
isLoading: false;
|
|
@@ -4012,7 +4012,7 @@ declare const useLazyGetTasksQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
4012
4012
|
error: graphql.GraphQLError[] | undefined;
|
|
4013
4013
|
data?: undefined;
|
|
4014
4014
|
meta?: {} | undefined;
|
|
4015
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse, "orchestratorApi", unknown>> & {
|
|
4015
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse | undefined, "orchestratorApi", unknown>> & {
|
|
4016
4016
|
currentData?: TasksResponse | undefined;
|
|
4017
4017
|
isUninitialized: false;
|
|
4018
4018
|
isLoading: false;
|
|
@@ -4036,7 +4036,7 @@ declare const useLazyGetTasksQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
4036
4036
|
error: graphql.GraphQLError[] | undefined;
|
|
4037
4037
|
data?: undefined;
|
|
4038
4038
|
meta?: {} | undefined;
|
|
4039
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse, "orchestratorApi", unknown>> & {
|
|
4039
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse | undefined, "orchestratorApi", unknown>> & {
|
|
4040
4040
|
currentData?: TasksResponse | undefined;
|
|
4041
4041
|
isUninitialized: false;
|
|
4042
4042
|
isLoading: false;
|
|
@@ -4061,7 +4061,7 @@ declare const useLazyGetTasksQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
4061
4061
|
error: graphql.GraphQLError[] | undefined;
|
|
4062
4062
|
data?: undefined;
|
|
4063
4063
|
meta?: {} | undefined;
|
|
4064
|
-
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse, "orchestratorApi", unknown>>, [R][R extends any ? 0 : never] & {
|
|
4064
|
+
} | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, TasksResponse | undefined, "orchestratorApi", unknown>>, [R][R extends any ? 0 : never] & {
|
|
4065
4065
|
reset: () => void;
|
|
4066
4066
|
}, {
|
|
4067
4067
|
lastArg: GraphqlQueryVariables<TaskDefinition>;
|
|
@@ -9067,6 +9067,7 @@ type WorkflowOption = {
|
|
|
9067
9067
|
productName: ProductDefinition['name'];
|
|
9068
9068
|
productId: ProductDefinition['productId'];
|
|
9069
9069
|
productType: ProductDefinition['productType'];
|
|
9070
|
+
productTag: ProductDefinition['tag'];
|
|
9070
9071
|
};
|
|
9071
9072
|
type StartOptionsResponse<StartOption> = {
|
|
9072
9073
|
startOptions: StartOption[];
|
|
@@ -11435,6 +11436,8 @@ type TreeContextType = {
|
|
|
11435
11436
|
collapseAll: () => void;
|
|
11436
11437
|
resetSelection: () => void;
|
|
11437
11438
|
selectAll: () => void;
|
|
11439
|
+
selectIds: (ids: number[]) => void;
|
|
11440
|
+
deselectIds: (ids: number[]) => void;
|
|
11438
11441
|
};
|
|
11439
11442
|
declare const TreeContext: React.Context<TreeContextType | null>;
|
|
11440
11443
|
type TreeProviderProps = {
|
|
@@ -13789,7 +13792,8 @@ declare enum WorkflowTarget {
|
|
|
13789
13792
|
CREATE = "create",
|
|
13790
13793
|
MODIFY = "modify",
|
|
13791
13794
|
TERMINATE = "terminate",
|
|
13792
|
-
SYSTEM = "system"
|
|
13795
|
+
SYSTEM = "system",
|
|
13796
|
+
VALIDATE = "validate"
|
|
13793
13797
|
}
|
|
13794
13798
|
type Process = {
|
|
13795
13799
|
workflowName: string;
|
|
@@ -13891,6 +13895,7 @@ interface WorkflowDefinition {
|
|
|
13891
13895
|
name: string;
|
|
13892
13896
|
description?: string;
|
|
13893
13897
|
target: WorkflowTarget;
|
|
13898
|
+
isTask: boolean;
|
|
13894
13899
|
products: Pick<ProductDefinition, 'tag' | 'productId' | 'name'>[];
|
|
13895
13900
|
createdAt: string;
|
|
13896
13901
|
}
|
|
@@ -13899,6 +13904,7 @@ interface TaskDefinition {
|
|
|
13899
13904
|
name: string;
|
|
13900
13905
|
description?: string;
|
|
13901
13906
|
target: WorkflowTarget;
|
|
13907
|
+
isTask: boolean;
|
|
13902
13908
|
products: Pick<ProductDefinition, 'tag' | 'productId' | 'name'>[];
|
|
13903
13909
|
createdAt: string;
|
|
13904
13910
|
}
|
|
@@ -14087,7 +14093,7 @@ type SubscriptionDetail = {
|
|
|
14087
14093
|
customer?: Customer;
|
|
14088
14094
|
customerDescriptions: CustomerDescriptions[];
|
|
14089
14095
|
externalServices?: ExternalService[];
|
|
14090
|
-
processes
|
|
14096
|
+
processes?: GraphQlSinglePage<SubscriptionDetailProcess>;
|
|
14091
14097
|
};
|
|
14092
14098
|
type SubscriptionDetailProcess = Pick<Process, 'processId' | 'lastStatus' | 'startedAt' | 'createdBy' | 'workflowTarget' | 'workflowName' | 'isTask'>;
|
|
14093
14099
|
type RelatedSubscription = Pick<Subscription, 'subscriptionId' | 'description' | 'status' | 'startDate' | 'insync'> & {
|
|
@@ -14148,6 +14154,7 @@ type SubscriptionActions = {
|
|
|
14148
14154
|
modify: SubscriptionAction[];
|
|
14149
14155
|
terminate: SubscriptionAction[];
|
|
14150
14156
|
system: SubscriptionAction[];
|
|
14157
|
+
validate: SubscriptionAction[];
|
|
14151
14158
|
};
|
|
14152
14159
|
declare enum CacheTagType {
|
|
14153
14160
|
workerStatus = "workerStatus",
|
|
@@ -14168,7 +14175,7 @@ type CacheTag = {
|
|
|
14168
14175
|
declare const CACHETAG_TYPE_LIST = "LIST";
|
|
14169
14176
|
|
|
14170
14177
|
type WfoSubscriptionStatusBadgeProps = {
|
|
14171
|
-
status
|
|
14178
|
+
status?: SubscriptionStatus;
|
|
14172
14179
|
};
|
|
14173
14180
|
declare const WfoSubscriptionStatusBadge: FC<WfoSubscriptionStatusBadgeProps>;
|
|
14174
14181
|
|
|
@@ -14416,9 +14423,10 @@ declare const getProductBlockTitle: (instanceValues: FieldValue[]) => string | n
|
|
|
14416
14423
|
declare const flattenArrayProps: (action: SubscriptionAction) => TranslationValues;
|
|
14417
14424
|
declare const getWorkflowTargetColor: (workflowTarget: WorkflowTarget, theme: EuiThemeComputed) => string;
|
|
14418
14425
|
declare const getWorkflowTargetIconContent: (workflowTarget: WorkflowTarget) => "C" | "T" | "X" | "M";
|
|
14419
|
-
declare const getLastUncompletedProcess: (processes
|
|
14420
|
-
declare const getLatestTaskDate: (processes
|
|
14426
|
+
declare const getLastUncompletedProcess: (processes?: SubscriptionDetailProcess[]) => SubscriptionDetailProcess | undefined;
|
|
14427
|
+
declare const getLatestTaskDate: (processes?: SubscriptionDetailProcess[]) => string;
|
|
14421
14428
|
declare const sortProcessesByDate: (processList: SubscriptionDetailProcess[], sortOrder: SortOrder) => SubscriptionDetailProcess[];
|
|
14429
|
+
declare const mapProductBlockInstancesToEuiSelectableOptions: (productBlockInstances: ProductBlockInstance[]) => EuiSelectableOption[];
|
|
14422
14430
|
|
|
14423
14431
|
declare const useSubscriptionDetailValueOverride: () => {
|
|
14424
14432
|
getOverriddenValue: (fieldValue: FieldValue | RenderableFieldValue, allFieldValues: FieldValue[] | RenderableFieldValue[]) => React__default.ReactNode | null;
|
|
@@ -15353,7 +15361,7 @@ declare const METADATA_PRODUCT_BLOCK_ENDPOINT = "product_blocks";
|
|
|
15353
15361
|
declare const METADATA_RESOURCE_TYPE_ENDPOINT = "resource_types";
|
|
15354
15362
|
declare const METADATA_WORKFLOWS_ENDPOINT = "workflows";
|
|
15355
15363
|
|
|
15356
|
-
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "
|
|
15364
|
+
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "5.0.0";
|
|
15357
15365
|
|
|
15358
15366
|
declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
15359
15367
|
pydanticForms: {
|
|
@@ -15718,6 +15726,8 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
|
15718
15726
|
};
|
|
15719
15727
|
showAll: string;
|
|
15720
15728
|
hideAll: string;
|
|
15729
|
+
selectByNameTitle: string;
|
|
15730
|
+
selectByNameButtonText: string;
|
|
15721
15731
|
see: string;
|
|
15722
15732
|
setInSync: string;
|
|
15723
15733
|
setInSyncQuestion: string;
|
|
@@ -15992,4 +16002,4 @@ declare enum WfoQueryParams {
|
|
|
15992
16002
|
}
|
|
15993
16003
|
declare const getUrlWithQueryParams: (url: string, params: Partial<Record<WfoQueryParams, string>>) => string;
|
|
15994
16004
|
|
|
15995
|
-
export { ACTIVE_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, ACTIVE_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, AcceptField, type AcceptFieldProps, type ApiResult, type AppDispatch, type AutoFieldsProps, BadgeType, type BaseGraphQlResult, BaseQueryTypes, BoolField, type BoolFieldProps, CACHETAG_TYPE_LIST, COMPLETED_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, COMPLETED_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, CONTROL_CELL_CLASS, CUSTOMER_DESCRIPTION_ENDPOINT, type CacheNames, type CacheOption, type CacheTag, CacheTagType, ColorModes, ColumnType, type ConfirmDialogHandler, ConfirmationDialogContext, ConfirmationDialogContextWrapper, ConfirmationDialogProvider, ConnectedSelectField, ContactPersonAutocomplete, ContactPersonNameField, type ContactPersonNameFieldProps, ContentContext, ContentContextProvider, type ContentContextProviderProps, type ContentType, CreateForm, type CustomApiConfig, type Customer, type CustomerDescriptions, CustomerField, type CustomerFieldProps, type CustomerWithSubscriptionCount, type CustomersResult, type CustomersWithSubscriptionCountResult, DATA_CELL_CLASS, DATA_ROW_CLASS, 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, FileUploadField, type FileUploadProps, type FilterQuery, type FixedInputDefinition, type Form, type FormNotCompleteResponse, type FormValidationError, type GraphQLPageInfo, type GraphQLSort, type GraphQlResultPage, type GraphQlSinglePage, type GraphqlFilter, type GraphqlQueryVariables, type GroupType, type GroupedData, type GroupedStep, HIDDEN_KEYS, type HeaderBadgeProps, HttpStatus, INVISIBLE_CHARACTER, IPAM_ENDPOINT, IPAM_FREE_SUBNETS_ENDPOINT, IPAM_IP_BLOCKS_ENDPOINT, IPAM_PREFIX_FILTERS_ENDPOINT, type IPvAnyNetworkFieldProps, type ImsNode, ImsNodeIdField, type ImsNodeIdFieldProps, type ImsPort, type ImsPortFieldProps, ImsPortIdField, type InUseByRelation, type InUseByRelationDetail, type InUseByRelationsDetailResponse, type InUseByRelationsDetailResult, type InitialOrchestratorStoreConfig, type InputForm, type IpBlock, IpNetworkField, type IpPrefix, LabelField, type LabelFieldProps, ListAddField, type ListAddFieldProps, ListDelField, type ListDelFieldProps, ListField, type ListFieldProps, ListSelectField, type ListSelectFieldProps, type LocalColumnWidths, Locale, LocationCodeField, type LocationCodeFieldProps, LongTextField, type LongTextFieldProps, MAXIMUM_ITEMS_FOR_BULK_FETCHING, METADATA_PRODUCT_BLOCKS_TABLE_LOCAL_STORAGE_KEY, METADATA_PRODUCT_BLOCK_ENDPOINT, METADATA_PRODUCT_ENDPOINT, METADATA_PRODUCT_TABLE_LOCAL_STORAGE_KEY, METADATA_RESOURCE_TYPES_TABLE_LOCAL_STORAGE_KEY, METADATA_RESOURCE_TYPE_ENDPOINT, METADATA_TASKS_TABLE_LOCAL_STORAGE_KEY, METADATA_WORKFLOWS_ENDPOINT, METADATA_WORKFLOWS_TABLE_LOCAL_STORAGE_KEY, type MappedVersion, type MetaDataTab, type MetadataDescriptionParams, NUMBER_OF_ITEMS_REPRESENTING_ALL_ITEMS, NestField, type NestFieldProps, type NodeSubscriptionOption, type NodeSubscriptionOptionsResult, type Nullable, NumField, type NumFieldProps, ORCHESTRATOR_UI_LIBRARY_VERSION, OptGroupField, type OptGroupFieldProps, type OrchestratorComponentOverride, type OrchestratorConfig, OrchestratorConfigContext, OrchestratorConfigProvider, type OrchestratorConfigProviderProps, PAGE_SIZES_INCLUDING_SHOW_ALL, 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, PROCESSES_ENDPOINT, PROCESSES_RESUME_ALL_ENDPOINT, PROCESS_ABORT_ENDPOINT, PROCESS_RESUME_ENDPOINT, PROCESS_STATUS_COUNTS_ENDPOINT, type Pagination, type Policy, PolicyContext, PolicyContextProvider, type PolicyProviderProps, PolicyResource, PortMode, type Process, type ProcessDetail, type ProcessDetailResponse, type ProcessDetailResultRaw, ProcessDoneStatuses, type ProcessListExportItem, type ProcessListItem, type ProcessListResponse, type ProcessListResult, type ProcessListSummaryResponse, ProcessStatus, type ProcessStepsResult, type ProcessSummary, type ProcessesDetailResult, type ProductBlockDefinition, type ProductBlockDefinitionsResult, type ProductBlockInstance, type ProductBlockInstanceForDropdown, type ProductBlocksResponse, type ProductDefinition, type ProductDefinitionsResult, ProductLifecycleStatus, ProductTag, type ProductsResponse, type ProductsSummary, type ProductsSummaryResponse, RENDER_ALL, RESOURCE_TYPE_FIELD_TYPE, RadioField, type RadioFieldProps, type RelatedSubscription, type RelatedSubscriptionListItem, type RelatedSubscriptionVariables, RelatedSubscriptionsQuery, type RelatedSubscriptionsResponse, type RelatedSubscriptionsResult, RenderDirection, type RenderableFieldValue, type ResourceTypeDefinition, type ResourceTypeDefinitionsResult, type ResourceTypesResponse, type RootState, SETTINGS_CACHE_ENDPOINT, SETTINGS_CACHE_NAMES_ENDPOINT, SETTINGS_ENDPOINT, SETTINGS_ENGINE_STATUS_ENDPOINT, SETTINGS_SEARCH_INDEX_RESET_ENDPOINT, SETTINGS_WORKER_STATUS_ENDPOINT, STEP_STATE_HIDDEN_KEYS, SUBSCRIPTIONS_TABLE_LOCAL_STORAGE_KEY, SUBSCRIPTION_ACTIONS_ENDPOINT, type SelectFieldProps, type ServicePort, type SortOption, SortOrder, type StartComboBoxOption, type StartOptionsResponse, type StartOptionsResult, type StartProcessStep, type StartWorkflowPayload, type Step, type StepListItem, type StepState, StepStatus, StoreProvider, type StoreProviderProps, type StoredTableConfig, type StringifyObject, SubmitField, type SubmitFieldProps, type Subscription, type SubscriptionAction, type SubscriptionActions, type SubscriptionDetail, type SubscriptionDetailProcess, type SubscriptionDetailResponse, type SubscriptionDetailResult, SubscriptionDetailTab, type SubscriptionDropdownOption, type SubscriptionDropdownOptionsResponse, type SubscriptionDropdownOptionsResult, SubscriptionField, type SubscriptionFieldProps, SubscriptionKeyValueBlock, type SubscriptionListItem, type SubscriptionListResponse, type SubscriptionListSummaryResponse, SubscriptionStatus, type SubscriptionSummary, SubscriptionSummaryField, type SubscriptionSummaryFieldProps, type SubscriptionsResult, type SummaryCardButtonConfig, type SummaryCardListItem, SummaryCardStatus, SummaryField, type SummaryFieldProps, TABLE_ROW_HEIGHT, type TableColumnKeys, type TableSettingsColumnConfig, type TableSettingsConfig, TableSettingsModal, type TableSettingsModalProps, type TaskDefinition, type TaskDefinitionsResult, type TaskListItem, type TasksResponse, TextField, type TextFieldProps, type TimelineItem, TimelinePosition, TimestampField, type TimestampFieldProps, type ToastState, ToastTypes, type TreeBlock, TreeContext, type TreeContextType, TreeProvider, type TreeProviderProps, UnconnectedSelectField, type UseQuery, type UserInputForm, UserInputFormWizard, type ValidationError, type ValidationErrorContext, type ValueOverrideConfiguration, type ValueOverrideFunction, VlanField, type VlanFieldProps, type VlanRange, WFO_STATUS_COLOR_FIELD, type WfValueOnlyTableProps, WfoActiveWorkflowsSummaryCard, WfoActualWork, WfoAdvancedTable, type WfoAdvancedTableColumnConfig, type WfoAdvancedTableDataColumnConfig, type WfoAdvancedTableDataColumnConfigItem, type WfoAdvancedTableProps, WfoArrowDown, WfoArrowDownSvg, WfoArrowUp, WfoArrowUpSvg, WfoArrowsExpand, WfoArrowsUpDown, WfoAuth, WfoBadge, type WfoBadgeProps, WfoBell, WfoBoltFill, WfoBoltSlashFill, WfoBreadcrumbs, WfoCheckmarkCircleFill, WfoChevronDown, WfoChevronUp, WfoCode, WfoCogFill, WfoContactEnvelopeFill, WfoContentHeader, type WfoContentHeaderProps, WfoCubeFill, WfoCubeSolid, WfoCustomerDescriptionsField, type WfoCustomerDescriptionsFieldProps, WfoDataCell, type WfoDataSearch, type WfoDataSorting, WfoDateTime, type WfoDateTimeProps, WfoDropdownButton, WfoEngineStatus, WfoEngineStatusBadge, WfoEngineStatusButton, WfoEnvironmentBadge, WfoError, WfoErrorBoundary, type WfoErrorMonitoring, WfoErrorMonitoringContext, WfoErrorMonitoringProvider, type WfoErrorMonitoringProviderProps, WfoErrorWithMessage, WfoExpandableField, type WfoExpandableFieldProps, WfoExternalLink, WfoEyeFill, WfoFailedTasksBadge, WfoFailedTasksSummaryCard, type WfoFilterTab, WfoFilterTabs, type WfoFilterTabsProps, WfoFirstPartUUID, type WfoFirstUUIDPartProps, WfoFlushSettings, type WfoGraphqlError, type WfoGraphqlErrorsMeta, WfoGroupedTable, type WfoGroupedTableProps, WfoHeaderBadge, WfoHeroIconsWrapper, type WfoHeroIconsWrapperProps, type WfoIconProps, WfoInSyncField, WfoInformationModal, type WfoInformationModalProps, WfoInlineEdit, WfoInlineJson, type WfoInlineJsonProps, WfoInsyncIcon, WfoIsAllowedToRender, type WfoIsAllowedToRenderProps, WfoJsonCodeBlock, type WfoJsonCodeBlockProps, WfoKeyCell, type WfoKeyCellProps, WfoKeyValueTable, type WfoKeyValueTableDataType, type WfoKeyValueTableProps, WfoLatestActiveSubscriptionsSummaryCard, WfoLatestOutOfSyncSubscriptionSummaryCard, WfoLoading, WfoLogoutIcon, WfoMalfunction, WfoMenuItemLink, WfoMetadataPageLayout, WfoMinusCircleFill, WfoMinusCircleOutline, WfoModifySettings, WfoMultilineCell, type WfoMultilineCellProps, WfoMyWorkflowsSummaryCard, type WfoMyWorkflowsSummaryCardProps, WfoNoResults, WfoPageHeader, type WfoPageHeaderProps, WfoPageTemplate, type WfoPageTemplateProps, WfoPageUnauthorized, WfoPencil, WfoPencilAlt, WfoPlannedWork, WfoPlayCircle, WfoPlayFill, WfoPlusCircleFill, type WfoPolicyRenderFallbackProps, WfoPolicyRenderPageFallback, WfoPort, WfoProcessDetail, WfoProcessDetailPage, WfoProcessListSubscriptionsCell, WfoProcessRawData, WfoProcessStatusBadge, type WfoProcessStatusBadgeProps, WfoProcessSubscriptionDelta, WfoProcessesList, type WfoProcessesListProps, type WfoProcessesListSubscriptionsCellProps, WfoProcessesTimeline, WfoProductBlockBadge, type WfoProductBlockBadgeProps, WfoProductBlockKeyValueRow, type WfoProductBlockKeyValueRowProps, WfoProductBlocksPage, WfoProductInformationWithLink, WfoProductStatusBadge, type WfoProductStatusBadgeProps, WfoProductsPage, WfoProductsSummaryCard, WfoPydanticForm, WfoQueryParams, WfoRadioDropdown, type WfoRadioDropdownOption, type WfoRadioDropdownProps, WfoRefresh, WfoRelatedSubscriptions, WfoRenderElementOrString, type WfoRenderElementOrStringProps, WfoResetTextSearchIndexButton, WfoResourceTypesPage, WfoRowContextMenu, type WfoRowContextMenuProps, 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, WfoSquareStack3dStack, WfoStartPage, WfoStartProcessPage, WfoStartTaskButtonComboBox, WfoStartWorkflowButtonComboBox, WfoStatistic, 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, type WfoSubscriptionDetailGeneralConfiguration, WfoSubscriptionDetailNoteEdit, WfoSubscriptionDetailPage, WfoSubscriptionDetailSection, WfoSubscriptionDetailTree, WfoSubscriptionFixedInputSection, WfoSubscriptionGeneral, WfoSubscriptionGeneralSections, WfoSubscriptionListTab, WfoSubscriptionMetadataSection, WfoSubscriptionNoteEdit, WfoSubscriptionProductBlock, WfoSubscriptionProductInfoSection, WfoSubscriptionStatusBadge, type WfoSubscriptionStatusBadgeProps, WfoSubscriptionSyncStatusBadge, type WfoSubscriptionSyncStatusBadgeProps, WfoSubscriptionsList, WfoSubscriptionsListPage, type WfoSubscriptionsListProps, WfoSummaryCard, WfoSummaryCardHeader, type WfoSummaryCardHeaderProps, WfoSummaryCardList, WfoSummaryCardListItem, type WfoSummaryCardListItemProps, type WfoSummaryCardListProps, type WfoSummaryCardProps, WfoSummaryCards, type WfoSummaryCardsProps, WfoTable, WfoTableCodeBlock, type WfoTableCodeBlockProps, type WfoTableColumnConfig, type WfoTableControlColumnConfig, type WfoTableControlColumnConfigItem, type WfoTableDataColumnConfig, type WfoTableDataColumnConfigItem, WfoTableDataRows, type WfoTableDataRowsProps, WfoTableHeaderCell, type WfoTableHeaderCellProps, type WfoTableProps, WfoTasksListPage, WfoTasksListTabType, WfoTasksPage, WfoTextAnchor, type WfoTheme, type WfoThemeComputed, type WfoThemeExtraColors, WfoTimeline, type WfoTimelineProps, WfoTitleWithWebsocketBadge, WfoToastsList, WfoToolTip, WfoTrash, type WfoTreeNodeMap, WfoTruncateCell, type WfoTruncateCellProps, WfoUserInputForm, type WfoUserProfile, WfoValueCell, type WfoValueCellProps, WfoValueOnlyTable, type WfoValueOnlyTableDataType, WfoViewList, WfoWarningTriangle, WfoWebsocketStatusBadge, WfoWorkerStatus, WfoWorkflowStepList, type WfoWorkflowStepListProps, WfoWorkflowTargetBadge, type WfoWorkflowTargetBadgeProps, WfoWorkflowsListPage, WfoWorkflowsListTabType, WfoWorkflowsPage, WfoWrench, WfoXCircleFill, WorkerTypes, type WorkflowDefinition, type WorkflowDefinitionsResult, type WorkflowListItem, WorkflowTarget, type WorkflowsDescriptionQueryVariables, type WorkflowsDescriptionResponse, type WorkflowsResponse, addToastMessage, calculateTimeDifference, camelToHuman, catchErrorResponse, clearTableConfigFromLocalStorage, createSideNavDivider, csvDownloadHandler, defaultOrchestratorTheme, defaultTasksListTabs, defaultWorkflowsListTabs, determineNewSortOrder, determinePageIndex, emptyOrchestratorConfig, emptyWfoErrorMonitoring, filterDataByCriteria, flattenArrayProps, formatDate, formatDateCetWithUtc, getCacheTag, getConcatenatedPagedResult, getConcatenatedResult, getCsvFileNameWithDate, getCurrentBrowserLocale, getCustomApiSlice, getDataSortHandler, getDate, getDefaultTableConfig, getEnvironmentVariables, getFieldFromProductBlockInstanceValues, getFirstUuidPart, getFormFieldsBaseStyle, getLastUncompletedProcess, getLatestTaskDate, getNumberOfColumns, getNumberValueFromEnvironmentVariable, getObjectKeys, getOrchestratorComponentOverrideSlice, getOrchestratorConfigSlice, getOrchestratorStore, getPageIndexChangeHandler, getPageInfoForSyncExport, getPageSizeChangeHandler, getProductBlockTitle, getProductNamesFromProcess, getQueryStringHandler, getQueryUrl, getQueryVariablesForExport, getRowDetailData, getSortDirectionFromString, getStatusBadgeColor, getStepContent, getStyles, getTableConfigFromLocalStorage, getTasksListTabTypeFromString, getTotalNumberOfRows, getTypedFieldFromObject, getUrlWithQueryParams, getUsedPrefixMin, getWebSocket, getWfoGroupedTableStyles, getWfoTableStyles, getWorkflowStepsStyles, getWorkflowTargetColor, getWorkflowTargetIconContent, getWorkflowsListTabTypeFromString, graphQlWorkflowListMapper, groupData, handleGraphqlMetaErrors, handlePromiseErrorWithCallback, hasSpecialCharacterOrSpace, imsPortIdFieldStyling, initiateCsvFileDownload, ipPrefixTableFieldStyling, ipamStates, isAllUpperCase, isNullOrEmpty, isToday, isUuid4, isValidLocalStorageTableConfig, localMomentToUtcTimestamp, mapGraphQlSubscriptionsResultToPageInfo, mapGraphQlSubscriptionsResultToSubscriptionListItems, mapProcessSummaryToSummaryCardListItem, mapRtkErrorToWfoError, mapSubscriptionSummaryToSummaryCardListItem, mapWorkflowDefinitionToWorkflowListItem, menuItemIsAllowed, metaDataTabs, onlyUnique, optionalArrayMapper, orchestratorApi, parseDate, parseDateOrTimeRelativeToToday, parseDateRelativeToToday, parseDateToLocaleDateString, parseDateToLocaleDateTimeString, parseDateToLocaleTimeString, parseIsoString, prepareHeaders, processDetailQuery, processListQuery, processListSummaryQuery, processStepsQuery, productBlocksQuery, products, productsSummary, removeSuffix, removeToastMessage, resourceTypesQuery, selectOrchestratorConfig, setTableConfigToLocalStorage, snakeToHuman, snakeToKebab, sortProcessesByDate, splitPrefixStyling, stop, stripUndefined, subscriptionDetailFragment, subscriptionDetailQuery, subscriptionInUseByRelationQuery, subscriptionListQuery, subscriptionListSummaryQuery, subscriptionListTabs, subscriptionsDropdownOptionsQuery, tasksQuery, toObjectWithSerializedValues, toObjectWithSortedKeys, toObjectWithSortedProperties, toOptionalArrayEntries, toOptionalArrayEntry, toSortedTableColumnConfig, toastMessagesReducer, toastMessagesSlice, updateQueryString, upperCaseFirstChar, urlPolicyMap, useAbortProcessMutation, useCheckEngineStatus, useClearCacheMutation, useContentRef, useDataDisplayParams, useDeleteProcessMutation, useGetCacheNamesQuery, useGetCustomerQuery, useGetCustomersQuery, useGetCustomersWithSubscriptionCountQuery, useGetDescriptionForWorkflowNameQuery, useGetEngineStatusQuery, useGetInUseByRelationDetailsQuery, useGetOrchestratorConfig, useGetProcessDetailQuery, useGetProcessListQuery, useGetProcessListSummaryQuery, useGetProductBlocksQuery, useGetProductsQuery, useGetProductsSummaryQuery, useGetRawProcessDetailQuery, useGetRelatedSubscriptionsQuery, useGetResourceTypesQuery, useGetSubscriptionActionsQuery, useGetSubscriptionDetailQuery, useGetSubscriptionListQuery, useGetSubscriptionSummaryListQuery, useGetSubscriptionsDropdownOptionsQuery, useGetTaskOptionsQuery, useGetTasksQuery, useGetTimeLineItemsQuery, useGetTranslationMessages, useGetWorkerStatusQuery, useGetWorkflowOptionsQuery, useGetWorkflowsQuery, useLazyGetProcessListQuery, useLazyGetProductBlocksQuery, useLazyGetProductsQuery, useLazyGetResourceTypesQuery, useLazyGetSubscriptionActionsQuery, useLazyGetSubscriptionListQuery, useLazyGetTasksQuery, useLazyGetWorkflowsQuery, useLazyStreamMessagesQuery, useOrchestratorConfig, useOrchestratorTheme, usePolicy, useResetTextSearchIndexMutation, useResumeProcessMutation, useRetryAllProcessesMutation, useRetryProcessMutation, useSetEngineStatusMutation, useSetSubscriptionInSyncMutation, useShowToastMessage, useStartFormMutation, useStartProcessMutation, useStoredTableConfig, useStreamMessagesQuery, useSubscriptionDetailGeneralSectionConfigurationOverride, useSubscriptionDetailValueOverride, useUpdateProductBlockMutation, useUpdateProductMutation, useUpdateResourceTypeMutation, useUpdateWorkflowMutation, useWfoErrorMonitoring, useWfoSession, useWithOrchestratorTheme, utcTimestampToLocalMoment, wfoGraphqlRequestBaseQuery, withWfoHeroIconsWrapper, workflowFieldMapper, workflowsDescription, workflowsQuery };
|
|
16005
|
+
export { ACTIVE_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, ACTIVE_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, AcceptField, type AcceptFieldProps, type ApiResult, type AppDispatch, type AutoFieldsProps, BadgeType, type BaseGraphQlResult, BaseQueryTypes, BoolField, type BoolFieldProps, CACHETAG_TYPE_LIST, COMPLETED_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, COMPLETED_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, CONTROL_CELL_CLASS, CUSTOMER_DESCRIPTION_ENDPOINT, type CacheNames, type CacheOption, type CacheTag, CacheTagType, ColorModes, ColumnType, type ConfirmDialogHandler, ConfirmationDialogContext, ConfirmationDialogContextWrapper, ConfirmationDialogProvider, ConnectedSelectField, ContactPersonAutocomplete, ContactPersonNameField, type ContactPersonNameFieldProps, ContentContext, ContentContextProvider, type ContentContextProviderProps, type ContentType, CreateForm, type CustomApiConfig, type Customer, type CustomerDescriptions, CustomerField, type CustomerFieldProps, type CustomerWithSubscriptionCount, type CustomersResult, type CustomersWithSubscriptionCountResult, DATA_CELL_CLASS, DATA_ROW_CLASS, 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, FileUploadField, type FileUploadProps, type FilterQuery, type FixedInputDefinition, type Form, type FormNotCompleteResponse, type FormValidationError, type GraphQLPageInfo, type GraphQLSort, type GraphQlResultPage, type GraphQlSinglePage, type GraphqlFilter, type GraphqlQueryVariables, type GroupType, type GroupedData, type GroupedStep, HIDDEN_KEYS, type HeaderBadgeProps, HttpStatus, INVISIBLE_CHARACTER, IPAM_ENDPOINT, IPAM_FREE_SUBNETS_ENDPOINT, IPAM_IP_BLOCKS_ENDPOINT, IPAM_PREFIX_FILTERS_ENDPOINT, type IPvAnyNetworkFieldProps, type ImsNode, ImsNodeIdField, type ImsNodeIdFieldProps, type ImsPort, type ImsPortFieldProps, ImsPortIdField, type InUseByRelation, type InUseByRelationDetail, type InUseByRelationsDetailResponse, type InUseByRelationsDetailResult, type InitialOrchestratorStoreConfig, type InputForm, type IpBlock, IpNetworkField, type IpPrefix, LabelField, type LabelFieldProps, ListAddField, type ListAddFieldProps, ListDelField, type ListDelFieldProps, ListField, type ListFieldProps, ListSelectField, type ListSelectFieldProps, type LocalColumnWidths, Locale, LocationCodeField, type LocationCodeFieldProps, LongTextField, type LongTextFieldProps, MAXIMUM_ITEMS_FOR_BULK_FETCHING, METADATA_PRODUCT_BLOCKS_TABLE_LOCAL_STORAGE_KEY, METADATA_PRODUCT_BLOCK_ENDPOINT, METADATA_PRODUCT_ENDPOINT, METADATA_PRODUCT_TABLE_LOCAL_STORAGE_KEY, METADATA_RESOURCE_TYPES_TABLE_LOCAL_STORAGE_KEY, METADATA_RESOURCE_TYPE_ENDPOINT, METADATA_TASKS_TABLE_LOCAL_STORAGE_KEY, METADATA_WORKFLOWS_ENDPOINT, METADATA_WORKFLOWS_TABLE_LOCAL_STORAGE_KEY, type MappedVersion, type MetaDataTab, type MetadataDescriptionParams, NUMBER_OF_ITEMS_REPRESENTING_ALL_ITEMS, NestField, type NestFieldProps, type NodeSubscriptionOption, type NodeSubscriptionOptionsResult, type Nullable, NumField, type NumFieldProps, ORCHESTRATOR_UI_LIBRARY_VERSION, OptGroupField, type OptGroupFieldProps, type OrchestratorComponentOverride, type OrchestratorConfig, OrchestratorConfigContext, OrchestratorConfigProvider, type OrchestratorConfigProviderProps, PAGE_SIZES_INCLUDING_SHOW_ALL, 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, PROCESSES_ENDPOINT, PROCESSES_RESUME_ALL_ENDPOINT, PROCESS_ABORT_ENDPOINT, PROCESS_RESUME_ENDPOINT, PROCESS_STATUS_COUNTS_ENDPOINT, type Pagination, type Policy, PolicyContext, PolicyContextProvider, type PolicyProviderProps, PolicyResource, PortMode, type Process, type ProcessDetail, type ProcessDetailResponse, type ProcessDetailResultRaw, ProcessDoneStatuses, type ProcessListExportItem, type ProcessListItem, type ProcessListResponse, type ProcessListResult, type ProcessListSummaryResponse, ProcessStatus, type ProcessStepsResult, type ProcessSummary, type ProcessesDetailResult, type ProductBlockDefinition, type ProductBlockDefinitionsResult, type ProductBlockInstance, type ProductBlockInstanceForDropdown, type ProductBlocksResponse, type ProductDefinition, type ProductDefinitionsResult, ProductLifecycleStatus, ProductTag, type ProductsResponse, type ProductsSummary, type ProductsSummaryResponse, RENDER_ALL, RESOURCE_TYPE_FIELD_TYPE, RadioField, type RadioFieldProps, type RelatedSubscription, type RelatedSubscriptionListItem, type RelatedSubscriptionVariables, RelatedSubscriptionsQuery, type RelatedSubscriptionsResponse, type RelatedSubscriptionsResult, RenderDirection, type RenderableFieldValue, type ResourceTypeDefinition, type ResourceTypeDefinitionsResult, type ResourceTypesResponse, type RootState, SETTINGS_CACHE_ENDPOINT, SETTINGS_CACHE_NAMES_ENDPOINT, SETTINGS_ENDPOINT, SETTINGS_ENGINE_STATUS_ENDPOINT, SETTINGS_SEARCH_INDEX_RESET_ENDPOINT, SETTINGS_WORKER_STATUS_ENDPOINT, STEP_STATE_HIDDEN_KEYS, SUBSCRIPTIONS_TABLE_LOCAL_STORAGE_KEY, SUBSCRIPTION_ACTIONS_ENDPOINT, type SelectFieldProps, type ServicePort, type SortOption, SortOrder, type StartComboBoxOption, type StartOptionsResponse, type StartOptionsResult, type StartProcessStep, type StartWorkflowPayload, type Step, type StepListItem, type StepState, StepStatus, StoreProvider, type StoreProviderProps, type StoredTableConfig, type StringifyObject, SubmitField, type SubmitFieldProps, type Subscription, type SubscriptionAction, type SubscriptionActions, type SubscriptionDetail, type SubscriptionDetailProcess, type SubscriptionDetailResponse, type SubscriptionDetailResult, SubscriptionDetailTab, type SubscriptionDropdownOption, type SubscriptionDropdownOptionsResponse, type SubscriptionDropdownOptionsResult, SubscriptionField, type SubscriptionFieldProps, SubscriptionKeyValueBlock, type SubscriptionListItem, type SubscriptionListResponse, type SubscriptionListSummaryResponse, SubscriptionStatus, type SubscriptionSummary, SubscriptionSummaryField, type SubscriptionSummaryFieldProps, type SubscriptionsResult, type SummaryCardButtonConfig, type SummaryCardListItem, SummaryCardStatus, SummaryField, type SummaryFieldProps, TABLE_ROW_HEIGHT, type TableColumnKeys, type TableSettingsColumnConfig, type TableSettingsConfig, TableSettingsModal, type TableSettingsModalProps, type TaskDefinition, type TaskDefinitionsResult, type TaskListItem, type TasksResponse, TextField, type TextFieldProps, type TimelineItem, TimelinePosition, TimestampField, type TimestampFieldProps, type ToastState, ToastTypes, type TreeBlock, TreeContext, type TreeContextType, TreeProvider, type TreeProviderProps, UnconnectedSelectField, type UseQuery, type UserInputForm, UserInputFormWizard, type ValidationError, type ValidationErrorContext, type ValueOverrideConfiguration, type ValueOverrideFunction, VlanField, type VlanFieldProps, type VlanRange, WFO_STATUS_COLOR_FIELD, type WfValueOnlyTableProps, WfoActiveWorkflowsSummaryCard, WfoActualWork, WfoAdvancedTable, type WfoAdvancedTableColumnConfig, type WfoAdvancedTableDataColumnConfig, type WfoAdvancedTableDataColumnConfigItem, type WfoAdvancedTableProps, WfoArrowDown, WfoArrowDownSvg, WfoArrowUp, WfoArrowUpSvg, WfoArrowsExpand, WfoArrowsUpDown, WfoAuth, WfoBadge, type WfoBadgeProps, WfoBell, WfoBoltFill, WfoBoltSlashFill, WfoBreadcrumbs, WfoCheckmarkCircleFill, WfoChevronDown, WfoChevronUp, WfoCode, WfoCogFill, WfoContactEnvelopeFill, WfoContentHeader, type WfoContentHeaderProps, WfoCubeFill, WfoCubeSolid, WfoCustomerDescriptionsField, type WfoCustomerDescriptionsFieldProps, WfoDataCell, type WfoDataSearch, type WfoDataSorting, WfoDateTime, type WfoDateTimeProps, WfoDropdownButton, WfoEngineStatus, WfoEngineStatusBadge, WfoEngineStatusButton, WfoEnvironmentBadge, WfoError, WfoErrorBoundary, type WfoErrorMonitoring, WfoErrorMonitoringContext, WfoErrorMonitoringProvider, type WfoErrorMonitoringProviderProps, WfoErrorWithMessage, WfoExpandableField, type WfoExpandableFieldProps, WfoExternalLink, WfoEyeFill, WfoFailedTasksBadge, WfoFailedTasksSummaryCard, type WfoFilterTab, WfoFilterTabs, type WfoFilterTabsProps, WfoFirstPartUUID, type WfoFirstUUIDPartProps, WfoFlushSettings, type WfoGraphqlError, type WfoGraphqlErrorsMeta, WfoGroupedTable, type WfoGroupedTableProps, WfoHeaderBadge, WfoHeroIconsWrapper, type WfoHeroIconsWrapperProps, type WfoIconProps, WfoInSyncField, WfoInformationModal, type WfoInformationModalProps, WfoInlineEdit, WfoInlineJson, type WfoInlineJsonProps, WfoInsyncIcon, WfoIsAllowedToRender, type WfoIsAllowedToRenderProps, WfoJsonCodeBlock, type WfoJsonCodeBlockProps, WfoKeyCell, type WfoKeyCellProps, WfoKeyValueTable, type WfoKeyValueTableDataType, type WfoKeyValueTableProps, WfoLatestActiveSubscriptionsSummaryCard, WfoLatestOutOfSyncSubscriptionSummaryCard, WfoLoading, WfoLogoutIcon, WfoMalfunction, WfoMenuItemLink, WfoMetadataPageLayout, WfoMinusCircleFill, WfoMinusCircleOutline, WfoModifySettings, WfoMultilineCell, type WfoMultilineCellProps, WfoMyWorkflowsSummaryCard, type WfoMyWorkflowsSummaryCardProps, WfoNoResults, WfoPageHeader, type WfoPageHeaderProps, WfoPageTemplate, type WfoPageTemplateProps, WfoPageUnauthorized, WfoPencil, WfoPencilAlt, WfoPlannedWork, WfoPlayCircle, WfoPlayFill, WfoPlusCircleFill, type WfoPolicyRenderFallbackProps, WfoPolicyRenderPageFallback, WfoPort, WfoProcessDetail, WfoProcessDetailPage, WfoProcessListSubscriptionsCell, WfoProcessRawData, WfoProcessStatusBadge, type WfoProcessStatusBadgeProps, WfoProcessSubscriptionDelta, WfoProcessesList, type WfoProcessesListProps, type WfoProcessesListSubscriptionsCellProps, WfoProcessesTimeline, WfoProductBlockBadge, type WfoProductBlockBadgeProps, WfoProductBlockKeyValueRow, type WfoProductBlockKeyValueRowProps, WfoProductBlocksPage, WfoProductInformationWithLink, WfoProductStatusBadge, type WfoProductStatusBadgeProps, WfoProductsPage, WfoProductsSummaryCard, WfoPydanticForm, WfoQueryParams, WfoRadioDropdown, type WfoRadioDropdownOption, type WfoRadioDropdownProps, WfoRefresh, WfoRelatedSubscriptions, WfoRenderElementOrString, type WfoRenderElementOrStringProps, WfoResetTextSearchIndexButton, WfoResourceTypesPage, WfoRowContextMenu, type WfoRowContextMenuProps, 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, WfoSquareStack3dStack, WfoStartPage, WfoStartProcessPage, WfoStartTaskButtonComboBox, WfoStartWorkflowButtonComboBox, WfoStatistic, 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, type WfoSubscriptionDetailGeneralConfiguration, WfoSubscriptionDetailNoteEdit, WfoSubscriptionDetailPage, WfoSubscriptionDetailSection, WfoSubscriptionDetailTree, WfoSubscriptionFixedInputSection, WfoSubscriptionGeneral, WfoSubscriptionGeneralSections, WfoSubscriptionListTab, WfoSubscriptionMetadataSection, WfoSubscriptionNoteEdit, WfoSubscriptionProductBlock, WfoSubscriptionProductInfoSection, WfoSubscriptionStatusBadge, type WfoSubscriptionStatusBadgeProps, WfoSubscriptionSyncStatusBadge, type WfoSubscriptionSyncStatusBadgeProps, WfoSubscriptionsList, WfoSubscriptionsListPage, type WfoSubscriptionsListProps, WfoSummaryCard, WfoSummaryCardHeader, type WfoSummaryCardHeaderProps, WfoSummaryCardList, WfoSummaryCardListItem, type WfoSummaryCardListItemProps, type WfoSummaryCardListProps, type WfoSummaryCardProps, WfoSummaryCards, type WfoSummaryCardsProps, WfoTable, WfoTableCodeBlock, type WfoTableCodeBlockProps, type WfoTableColumnConfig, type WfoTableControlColumnConfig, type WfoTableControlColumnConfigItem, type WfoTableDataColumnConfig, type WfoTableDataColumnConfigItem, WfoTableDataRows, type WfoTableDataRowsProps, WfoTableHeaderCell, type WfoTableHeaderCellProps, type WfoTableProps, WfoTasksListPage, WfoTasksListTabType, WfoTasksPage, WfoTextAnchor, type WfoTheme, type WfoThemeComputed, type WfoThemeExtraColors, WfoTimeline, type WfoTimelineProps, WfoTitleWithWebsocketBadge, WfoToastsList, WfoToolTip, WfoTrash, type WfoTreeNodeMap, WfoTruncateCell, type WfoTruncateCellProps, WfoUserInputForm, type WfoUserProfile, WfoValueCell, type WfoValueCellProps, WfoValueOnlyTable, type WfoValueOnlyTableDataType, WfoViewList, WfoWarningTriangle, WfoWebsocketStatusBadge, WfoWorkerStatus, WfoWorkflowStepList, type WfoWorkflowStepListProps, WfoWorkflowTargetBadge, type WfoWorkflowTargetBadgeProps, WfoWorkflowsListPage, WfoWorkflowsListTabType, WfoWorkflowsPage, WfoWrench, WfoXCircleFill, WorkerTypes, type WorkflowDefinition, type WorkflowDefinitionsResult, type WorkflowListItem, WorkflowTarget, type WorkflowsDescriptionQueryVariables, type WorkflowsDescriptionResponse, type WorkflowsResponse, addToastMessage, calculateTimeDifference, camelToHuman, catchErrorResponse, clearTableConfigFromLocalStorage, createSideNavDivider, csvDownloadHandler, defaultOrchestratorTheme, defaultTasksListTabs, defaultWorkflowsListTabs, determineNewSortOrder, determinePageIndex, emptyOrchestratorConfig, emptyWfoErrorMonitoring, filterDataByCriteria, flattenArrayProps, formatDate, formatDateCetWithUtc, getCacheTag, getConcatenatedPagedResult, getConcatenatedResult, getCsvFileNameWithDate, getCurrentBrowserLocale, getCustomApiSlice, getDataSortHandler, getDate, getDefaultTableConfig, getEnvironmentVariables, getFieldFromProductBlockInstanceValues, getFirstUuidPart, getFormFieldsBaseStyle, getLastUncompletedProcess, getLatestTaskDate, getNumberOfColumns, getNumberValueFromEnvironmentVariable, getObjectKeys, getOrchestratorComponentOverrideSlice, getOrchestratorConfigSlice, getOrchestratorStore, getPageIndexChangeHandler, getPageInfoForSyncExport, getPageSizeChangeHandler, getProductBlockTitle, getProductNamesFromProcess, getQueryStringHandler, getQueryUrl, getQueryVariablesForExport, getRowDetailData, getSortDirectionFromString, getStatusBadgeColor, getStepContent, getStyles, getTableConfigFromLocalStorage, getTasksListTabTypeFromString, getTotalNumberOfRows, getTypedFieldFromObject, getUrlWithQueryParams, getUsedPrefixMin, getWebSocket, getWfoGroupedTableStyles, getWfoTableStyles, getWorkflowStepsStyles, getWorkflowTargetColor, getWorkflowTargetIconContent, getWorkflowsListTabTypeFromString, graphQlWorkflowListMapper, groupData, handleGraphqlMetaErrors, handlePromiseErrorWithCallback, hasSpecialCharacterOrSpace, imsPortIdFieldStyling, initiateCsvFileDownload, ipPrefixTableFieldStyling, ipamStates, isAllUpperCase, isNullOrEmpty, isToday, isUuid4, isValidLocalStorageTableConfig, localMomentToUtcTimestamp, mapGraphQlSubscriptionsResultToPageInfo, mapGraphQlSubscriptionsResultToSubscriptionListItems, mapProcessSummaryToSummaryCardListItem, mapProductBlockInstancesToEuiSelectableOptions, mapRtkErrorToWfoError, mapSubscriptionSummaryToSummaryCardListItem, mapWorkflowDefinitionToWorkflowListItem, menuItemIsAllowed, metaDataTabs, onlyUnique, optionalArrayMapper, orchestratorApi, parseDate, parseDateOrTimeRelativeToToday, parseDateRelativeToToday, parseDateToLocaleDateString, parseDateToLocaleDateTimeString, parseDateToLocaleTimeString, parseIsoString, prepareHeaders, processDetailQuery, processListQuery, processListSummaryQuery, processStepsQuery, productBlocksQuery, products, productsSummary, removeSuffix, removeToastMessage, resourceTypesQuery, selectOrchestratorConfig, setTableConfigToLocalStorage, snakeToHuman, snakeToKebab, sortProcessesByDate, splitPrefixStyling, stop, stripUndefined, subscriptionDetailFragment, subscriptionDetailQuery, subscriptionInUseByRelationQuery, subscriptionListQuery, subscriptionListSummaryQuery, subscriptionListTabs, subscriptionsDropdownOptionsQuery, tasksQuery, toObjectWithSerializedValues, toObjectWithSortedKeys, toObjectWithSortedProperties, toOptionalArrayEntries, toOptionalArrayEntry, toSortedTableColumnConfig, toastMessagesReducer, toastMessagesSlice, updateQueryString, upperCaseFirstChar, urlPolicyMap, useAbortProcessMutation, useCheckEngineStatus, useClearCacheMutation, useContentRef, useDataDisplayParams, useDeleteProcessMutation, useGetCacheNamesQuery, useGetCustomerQuery, useGetCustomersQuery, useGetCustomersWithSubscriptionCountQuery, useGetDescriptionForWorkflowNameQuery, useGetEngineStatusQuery, useGetInUseByRelationDetailsQuery, useGetOrchestratorConfig, useGetProcessDetailQuery, useGetProcessListQuery, useGetProcessListSummaryQuery, useGetProductBlocksQuery, useGetProductsQuery, useGetProductsSummaryQuery, useGetRawProcessDetailQuery, useGetRelatedSubscriptionsQuery, useGetResourceTypesQuery, useGetSubscriptionActionsQuery, useGetSubscriptionDetailQuery, useGetSubscriptionListQuery, useGetSubscriptionSummaryListQuery, useGetSubscriptionsDropdownOptionsQuery, useGetTaskOptionsQuery, useGetTasksQuery, useGetTimeLineItemsQuery, useGetTranslationMessages, useGetWorkerStatusQuery, useGetWorkflowOptionsQuery, useGetWorkflowsQuery, useLazyGetProcessListQuery, useLazyGetProductBlocksQuery, useLazyGetProductsQuery, useLazyGetResourceTypesQuery, useLazyGetSubscriptionActionsQuery, useLazyGetSubscriptionListQuery, useLazyGetTasksQuery, useLazyGetWorkflowsQuery, useLazyStreamMessagesQuery, useOrchestratorConfig, useOrchestratorTheme, usePolicy, useResetTextSearchIndexMutation, useResumeProcessMutation, useRetryAllProcessesMutation, useRetryProcessMutation, useSetEngineStatusMutation, useSetSubscriptionInSyncMutation, useShowToastMessage, useStartFormMutation, useStartProcessMutation, useStoredTableConfig, useStreamMessagesQuery, useSubscriptionDetailGeneralSectionConfigurationOverride, useSubscriptionDetailValueOverride, useUpdateProductBlockMutation, useUpdateProductMutation, useUpdateResourceTypeMutation, useUpdateWorkflowMutation, useWfoErrorMonitoring, useWfoSession, useWithOrchestratorTheme, utcTimestampToLocalMoment, wfoGraphqlRequestBaseQuery, withWfoHeroIconsWrapper, workflowFieldMapper, workflowsDescription, workflowsQuery };
|