@orchestrator-ui/orchestrator-ui-components 2.8.1 → 2.8.3

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.
@@ -1,12 +1,12 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@2.8.1 build
2
+ > @orchestrator-ui/orchestrator-ui-components@2.8.3 build
3
3
  > npm run generate-version && tsup src/index.ts
4
4
 
5
5
 
6
- > @orchestrator-ui/orchestrator-ui-components@2.8.1 generate-version
6
+ > @orchestrator-ui/orchestrator-ui-components@2.8.3 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 54ms
9
+ src/configuration/version.ts 46ms
10
10
  CLI Building entry: src/index.ts
11
11
  CLI Using tsconfig: tsconfig.build.json
12
12
  CLI tsup v8.3.0
@@ -14,8 +14,8 @@ src/configuration/version.ts 54ms
14
14
  CLI Target: es2020
15
15
  ESM Build start
16
16
  DTS Build start
17
- ESM dist/index.js 1.90 MB
18
- ESM dist/index.js.map 3.45 MB
19
- ESM ⚡️ Build success in 1091ms
20
- DTS ⚡️ Build success in 21096ms
21
- DTS dist/index.d.ts 416.16 KB
17
+ ESM dist/index.js 1.91 MB
18
+ ESM dist/index.js.map 3.46 MB
19
+ ESM ⚡️ Build success in 1052ms
20
+ DTS ⚡️ Build success in 21044ms
21
+ DTS dist/index.d.ts 430.78 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@2.8.1 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@2.8.3 lint
3
3
  > eslint "src/**/*.ts*"
4
4
 
5
5
 
@@ -1,42 +1,42 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@2.8.1 test
2
+ > @orchestrator-ui/orchestrator-ui-components@2.8.3 test
3
3
  > jest
4
4
 
5
5
  PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts
6
6
  PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
7
- PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
7
+ PASS Wfo-UI Tests src/utils/date.spec.ts
8
8
  PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
9
+ PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
9
10
  PASS Wfo-UI Tests src/utils/string.spec.ts
10
- PASS Wfo-UI Tests src/utils/date.spec.ts
11
11
  PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
12
12
  PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
13
13
  PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
14
14
  PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
15
15
  PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
16
16
  PASS Wfo-UI Tests src/rtk/utils.spec.ts
17
- PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
18
17
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
19
- PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
18
+ PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
20
19
  PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
21
- PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
20
+ PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
22
21
  PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
22
+ PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
23
23
  PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
24
24
  PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
25
25
  PASS Wfo-UI Tests src/utils/filterData.spec.ts
26
26
  PASS Wfo-UI Tests src/utils/toObjectWithSerializedValues.spec.ts
27
27
  PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
28
28
  PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
29
- PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
30
29
  PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
30
+ PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
31
31
  PASS Wfo-UI Tests src/utils/uuid.spec.ts
32
32
  PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
33
33
  PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
34
34
  PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
35
35
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
36
- PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (8.093 s)
36
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (7.645 s)
37
37
 
38
38
  Test Suites: 32 passed, 32 total
39
39
  Tests: 197 passed, 197 total
40
40
  Snapshots: 0 total
41
- Time: 11.208 s
41
+ Time: 10.832 s
42
42
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 2.8.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 85f1514: Added new icons - WfoActualWork, WfoMalfunction, WfoPlannedWork
8
+
9
+ ## 2.8.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 056ba69: 1402 Adds context menu to be used in the table. It exposes a callback that is triggered when the menu opens (for optionally triggering a REST call to populate the menu)
14
+
3
15
  ## 2.8.1
4
16
 
5
17
  ### Patch 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, EuiThemeColorMode } from '@elastic/eui';
3
+ import { EuiBadgeProps, EuiThemeComputed, EuiThemeModifications, EuiThemeColorModeStandard, EuiContextMenuPanelDescriptor, EuiThemeColorMode } 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';
@@ -5487,6 +5487,402 @@ declare const useLazyStreamMessagesQuery: <R extends Record<string, any> = ({
5487
5487
  lastArg: void;
5488
5488
  }];
5489
5489
 
5490
+ declare const useGetSubscriptionActionsQuery: <R extends Record<string, any> = ({
5491
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
5492
+ error?: undefined;
5493
+ data?: undefined;
5494
+ requestId?: undefined;
5495
+ fulfilledTimeStamp?: undefined;
5496
+ originalArgs?: undefined;
5497
+ endpointName?: string | undefined;
5498
+ startedTimeStamp?: undefined;
5499
+ isError: false;
5500
+ isLoading: false;
5501
+ currentData?: SubscriptionActions | undefined;
5502
+ isFetching: false;
5503
+ isSuccess: false;
5504
+ isUninitialized: true;
5505
+ } | {
5506
+ status: _reduxjs_toolkit_query.QueryStatus;
5507
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
5508
+ requestId?: string | undefined;
5509
+ fulfilledTimeStamp?: number | undefined;
5510
+ originalArgs?: {
5511
+ subscriptionId: string;
5512
+ } | undefined;
5513
+ endpointName?: string | undefined;
5514
+ startedTimeStamp?: number | undefined;
5515
+ isError: false;
5516
+ currentData?: SubscriptionActions | undefined;
5517
+ isUninitialized: false;
5518
+ isSuccess: false;
5519
+ isLoading: true;
5520
+ isFetching: boolean;
5521
+ data: undefined;
5522
+ } | {
5523
+ status: _reduxjs_toolkit_query.QueryStatus;
5524
+ requestId?: string | undefined;
5525
+ originalArgs?: {
5526
+ subscriptionId: string;
5527
+ } | undefined;
5528
+ endpointName?: string | undefined;
5529
+ startedTimeStamp?: number | undefined;
5530
+ isError: false;
5531
+ isLoading: false;
5532
+ currentData?: SubscriptionActions | undefined;
5533
+ isUninitialized: false;
5534
+ isSuccess: true;
5535
+ isFetching: true;
5536
+ error: undefined;
5537
+ data: SubscriptionActions;
5538
+ fulfilledTimeStamp: number;
5539
+ } | {
5540
+ status: _reduxjs_toolkit_query.QueryStatus;
5541
+ requestId?: string | undefined;
5542
+ originalArgs?: {
5543
+ subscriptionId: string;
5544
+ } | undefined;
5545
+ endpointName?: string | undefined;
5546
+ startedTimeStamp?: number | undefined;
5547
+ isError: false;
5548
+ isLoading: false;
5549
+ isUninitialized: false;
5550
+ isSuccess: true;
5551
+ isFetching: false;
5552
+ error: undefined;
5553
+ data: SubscriptionActions;
5554
+ fulfilledTimeStamp: number;
5555
+ currentData: SubscriptionActions;
5556
+ } | {
5557
+ status: _reduxjs_toolkit_query.QueryStatus;
5558
+ data?: SubscriptionActions | undefined;
5559
+ requestId?: string | undefined;
5560
+ fulfilledTimeStamp?: number | undefined;
5561
+ originalArgs?: {
5562
+ subscriptionId: string;
5563
+ } | undefined;
5564
+ endpointName?: string | undefined;
5565
+ startedTimeStamp?: number | undefined;
5566
+ isLoading: false;
5567
+ currentData?: SubscriptionActions | undefined;
5568
+ isUninitialized: false;
5569
+ isFetching: false;
5570
+ isSuccess: false;
5571
+ isError: true;
5572
+ error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[];
5573
+ }) & {
5574
+ status: _reduxjs_toolkit_query.QueryStatus;
5575
+ }>(arg: {
5576
+ subscriptionId: string;
5577
+ } | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
5578
+ skip?: boolean | undefined;
5579
+ refetchOnMountOrArgChange?: number | boolean | undefined;
5580
+ } & {
5581
+ skip?: boolean | undefined;
5582
+ selectFromResult?: ((state: ({
5583
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
5584
+ error?: undefined;
5585
+ data?: undefined;
5586
+ requestId?: undefined;
5587
+ fulfilledTimeStamp?: undefined;
5588
+ originalArgs?: undefined;
5589
+ endpointName?: string | undefined;
5590
+ startedTimeStamp?: undefined;
5591
+ isError: false;
5592
+ isLoading: false;
5593
+ currentData?: SubscriptionActions | undefined;
5594
+ isFetching: false;
5595
+ isSuccess: false;
5596
+ isUninitialized: true;
5597
+ } | {
5598
+ status: _reduxjs_toolkit_query.QueryStatus;
5599
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
5600
+ requestId?: string | undefined;
5601
+ fulfilledTimeStamp?: number | undefined;
5602
+ originalArgs?: {
5603
+ subscriptionId: string;
5604
+ } | undefined;
5605
+ endpointName?: string | undefined;
5606
+ startedTimeStamp?: number | undefined;
5607
+ isError: false;
5608
+ currentData?: SubscriptionActions | undefined;
5609
+ isUninitialized: false;
5610
+ isSuccess: false;
5611
+ isLoading: true;
5612
+ isFetching: boolean;
5613
+ data: undefined;
5614
+ } | {
5615
+ status: _reduxjs_toolkit_query.QueryStatus;
5616
+ requestId?: string | undefined;
5617
+ originalArgs?: {
5618
+ subscriptionId: string;
5619
+ } | undefined;
5620
+ endpointName?: string | undefined;
5621
+ startedTimeStamp?: number | undefined;
5622
+ isError: false;
5623
+ isLoading: false;
5624
+ currentData?: SubscriptionActions | undefined;
5625
+ isUninitialized: false;
5626
+ isSuccess: true;
5627
+ isFetching: true;
5628
+ error: undefined;
5629
+ data: SubscriptionActions;
5630
+ fulfilledTimeStamp: number;
5631
+ } | {
5632
+ status: _reduxjs_toolkit_query.QueryStatus;
5633
+ requestId?: string | undefined;
5634
+ originalArgs?: {
5635
+ subscriptionId: string;
5636
+ } | undefined;
5637
+ endpointName?: string | undefined;
5638
+ startedTimeStamp?: number | undefined;
5639
+ isError: false;
5640
+ isLoading: false;
5641
+ isUninitialized: false;
5642
+ isSuccess: true;
5643
+ isFetching: false;
5644
+ error: undefined;
5645
+ data: SubscriptionActions;
5646
+ fulfilledTimeStamp: number;
5647
+ currentData: SubscriptionActions;
5648
+ } | {
5649
+ status: _reduxjs_toolkit_query.QueryStatus;
5650
+ data?: SubscriptionActions | undefined;
5651
+ requestId?: string | undefined;
5652
+ fulfilledTimeStamp?: number | undefined;
5653
+ originalArgs?: {
5654
+ subscriptionId: string;
5655
+ } | undefined;
5656
+ endpointName?: string | undefined;
5657
+ startedTimeStamp?: number | undefined;
5658
+ isLoading: false;
5659
+ currentData?: SubscriptionActions | undefined;
5660
+ isUninitialized: false;
5661
+ isFetching: false;
5662
+ isSuccess: false;
5663
+ isError: true;
5664
+ error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[];
5665
+ }) & {
5666
+ status: _reduxjs_toolkit_query.QueryStatus;
5667
+ }) => R) | undefined;
5668
+ }) | undefined) => [R][R extends any ? 0 : never] & {
5669
+ refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<{
5670
+ subscriptionId: string;
5671
+ }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
5672
+ baseQueryType?: BaseQueryTypes | undefined;
5673
+ apiName?: string | undefined;
5674
+ }) => {
5675
+ error?: undefined;
5676
+ data: unknown;
5677
+ meta?: {} | undefined;
5678
+ } | {
5679
+ error: _reduxjs_toolkit_query.FetchBaseQueryError;
5680
+ data?: undefined;
5681
+ meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
5682
+ } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
5683
+ error: graphql.GraphQLError[] | undefined;
5684
+ data?: undefined;
5685
+ meta?: {} | undefined;
5686
+ } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, SubscriptionActions, "orchestratorApi">>;
5687
+ };
5688
+ declare const useLazyGetSubscriptionActionsQuery: <R extends Record<string, any> = ({
5689
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
5690
+ error?: undefined;
5691
+ data?: undefined;
5692
+ requestId?: undefined;
5693
+ fulfilledTimeStamp?: undefined;
5694
+ originalArgs?: undefined;
5695
+ endpointName?: string | undefined;
5696
+ startedTimeStamp?: undefined;
5697
+ isError: false;
5698
+ isLoading: false;
5699
+ currentData?: SubscriptionActions | undefined;
5700
+ isFetching: false;
5701
+ isSuccess: false;
5702
+ isUninitialized: true;
5703
+ } | {
5704
+ status: _reduxjs_toolkit_query.QueryStatus;
5705
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
5706
+ requestId?: string | undefined;
5707
+ fulfilledTimeStamp?: number | undefined;
5708
+ originalArgs?: {
5709
+ subscriptionId: string;
5710
+ } | undefined;
5711
+ endpointName?: string | undefined;
5712
+ startedTimeStamp?: number | undefined;
5713
+ isError: false;
5714
+ currentData?: SubscriptionActions | undefined;
5715
+ isUninitialized: false;
5716
+ isSuccess: false;
5717
+ isLoading: true;
5718
+ isFetching: boolean;
5719
+ data: undefined;
5720
+ } | {
5721
+ status: _reduxjs_toolkit_query.QueryStatus;
5722
+ requestId?: string | undefined;
5723
+ originalArgs?: {
5724
+ subscriptionId: string;
5725
+ } | undefined;
5726
+ endpointName?: string | undefined;
5727
+ startedTimeStamp?: number | undefined;
5728
+ isError: false;
5729
+ isLoading: false;
5730
+ currentData?: SubscriptionActions | undefined;
5731
+ isUninitialized: false;
5732
+ isSuccess: true;
5733
+ isFetching: true;
5734
+ error: undefined;
5735
+ data: SubscriptionActions;
5736
+ fulfilledTimeStamp: number;
5737
+ } | {
5738
+ status: _reduxjs_toolkit_query.QueryStatus;
5739
+ requestId?: string | undefined;
5740
+ originalArgs?: {
5741
+ subscriptionId: string;
5742
+ } | undefined;
5743
+ endpointName?: string | undefined;
5744
+ startedTimeStamp?: number | undefined;
5745
+ isError: false;
5746
+ isLoading: false;
5747
+ isUninitialized: false;
5748
+ isSuccess: true;
5749
+ isFetching: false;
5750
+ error: undefined;
5751
+ data: SubscriptionActions;
5752
+ fulfilledTimeStamp: number;
5753
+ currentData: SubscriptionActions;
5754
+ } | {
5755
+ status: _reduxjs_toolkit_query.QueryStatus;
5756
+ data?: SubscriptionActions | undefined;
5757
+ requestId?: string | undefined;
5758
+ fulfilledTimeStamp?: number | undefined;
5759
+ originalArgs?: {
5760
+ subscriptionId: string;
5761
+ } | undefined;
5762
+ endpointName?: string | undefined;
5763
+ startedTimeStamp?: number | undefined;
5764
+ isLoading: false;
5765
+ currentData?: SubscriptionActions | undefined;
5766
+ isUninitialized: false;
5767
+ isFetching: false;
5768
+ isSuccess: false;
5769
+ isError: true;
5770
+ error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[];
5771
+ }) & {
5772
+ status: _reduxjs_toolkit_query.QueryStatus;
5773
+ }>(options?: (_reduxjs_toolkit_query.SubscriptionOptions & Omit<{
5774
+ skip?: boolean | undefined;
5775
+ selectFromResult?: ((state: ({
5776
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
5777
+ error?: undefined;
5778
+ data?: undefined;
5779
+ requestId?: undefined;
5780
+ fulfilledTimeStamp?: undefined;
5781
+ originalArgs?: undefined;
5782
+ endpointName?: string | undefined;
5783
+ startedTimeStamp?: undefined;
5784
+ isError: false;
5785
+ isLoading: false;
5786
+ currentData?: SubscriptionActions | undefined;
5787
+ isFetching: false;
5788
+ isSuccess: false;
5789
+ isUninitialized: true;
5790
+ } | {
5791
+ status: _reduxjs_toolkit_query.QueryStatus;
5792
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
5793
+ requestId?: string | undefined;
5794
+ fulfilledTimeStamp?: number | undefined;
5795
+ originalArgs?: {
5796
+ subscriptionId: string;
5797
+ } | undefined;
5798
+ endpointName?: string | undefined;
5799
+ startedTimeStamp?: number | undefined;
5800
+ isError: false;
5801
+ currentData?: SubscriptionActions | undefined;
5802
+ isUninitialized: false;
5803
+ isSuccess: false;
5804
+ isLoading: true;
5805
+ isFetching: boolean;
5806
+ data: undefined;
5807
+ } | {
5808
+ status: _reduxjs_toolkit_query.QueryStatus;
5809
+ requestId?: string | undefined;
5810
+ originalArgs?: {
5811
+ subscriptionId: string;
5812
+ } | undefined;
5813
+ endpointName?: string | undefined;
5814
+ startedTimeStamp?: number | undefined;
5815
+ isError: false;
5816
+ isLoading: false;
5817
+ currentData?: SubscriptionActions | undefined;
5818
+ isUninitialized: false;
5819
+ isSuccess: true;
5820
+ isFetching: true;
5821
+ error: undefined;
5822
+ data: SubscriptionActions;
5823
+ fulfilledTimeStamp: number;
5824
+ } | {
5825
+ status: _reduxjs_toolkit_query.QueryStatus;
5826
+ requestId?: string | undefined;
5827
+ originalArgs?: {
5828
+ subscriptionId: string;
5829
+ } | undefined;
5830
+ endpointName?: string | undefined;
5831
+ startedTimeStamp?: number | undefined;
5832
+ isError: false;
5833
+ isLoading: false;
5834
+ isUninitialized: false;
5835
+ isSuccess: true;
5836
+ isFetching: false;
5837
+ error: undefined;
5838
+ data: SubscriptionActions;
5839
+ fulfilledTimeStamp: number;
5840
+ currentData: SubscriptionActions;
5841
+ } | {
5842
+ status: _reduxjs_toolkit_query.QueryStatus;
5843
+ data?: SubscriptionActions | undefined;
5844
+ requestId?: string | undefined;
5845
+ fulfilledTimeStamp?: number | undefined;
5846
+ originalArgs?: {
5847
+ subscriptionId: string;
5848
+ } | undefined;
5849
+ endpointName?: string | undefined;
5850
+ startedTimeStamp?: number | undefined;
5851
+ isLoading: false;
5852
+ currentData?: SubscriptionActions | undefined;
5853
+ isUninitialized: false;
5854
+ isFetching: false;
5855
+ isSuccess: false;
5856
+ isError: true;
5857
+ error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[];
5858
+ }) & {
5859
+ status: _reduxjs_toolkit_query.QueryStatus;
5860
+ }) => R) | undefined;
5861
+ }, "skip">) | undefined) => [(arg: {
5862
+ subscriptionId: string;
5863
+ }, preferCacheValue?: boolean | undefined) => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<{
5864
+ subscriptionId: string;
5865
+ }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
5866
+ baseQueryType?: BaseQueryTypes | undefined;
5867
+ apiName?: string | undefined;
5868
+ }) => {
5869
+ error?: undefined;
5870
+ data: unknown;
5871
+ meta?: {} | undefined;
5872
+ } | {
5873
+ error: _reduxjs_toolkit_query.FetchBaseQueryError;
5874
+ data?: undefined;
5875
+ meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
5876
+ } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
5877
+ error: graphql.GraphQLError[] | undefined;
5878
+ data?: undefined;
5879
+ meta?: {} | undefined;
5880
+ } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, SubscriptionActions, "orchestratorApi">>, [R][R extends any ? 0 : never], {
5881
+ lastArg: {
5882
+ subscriptionId: string;
5883
+ };
5884
+ }];
5885
+
5490
5886
  declare const subscriptionDetailFragment = "\nfragment SubscriptionDetail on SubscriptionInterface {\n subscriptionId\n description\n fixedInputs\n insync\n note\n product {\n createdAt\n name\n status\n endDate\n description\n tag\n productType\n productId\n }\n endDate\n startDate\n status\n customerId\n metadata\n customer {\n fullname\n customerId\n shortcode\n }\n customerDescriptions {\n subscriptionId\n description\n customerId\n }\n productBlockInstances {\n id\n subscription {\n subscriptionId\n description\n }\n parent\n productBlockInstanceValues\n subscriptionInstanceId\n inUseByRelations\n }\n processes(sortBy: { field: \"startedAt\", order: ASC }) {\n page {\n processId\n lastStatus\n startedAt\n createdBy\n workflowTarget\n workflowName\n isTask\n }\n }\n}\n";
5491
5887
  declare const subscriptionDetailQuery = "\n query SubscriptionDetail($subscriptionId: String!) {\n subscriptions(\n filterBy: { field: \"subscriptionId\", value: $subscriptionId }\n ) {\n page {\n ...SubscriptionDetail\n }\n }\n }\n";
5492
5888
  declare type SubscriptionDetailResponse = {
@@ -6074,6 +6470,11 @@ declare const WfoArrowsUpDown: {
6074
6470
  displayName: string;
6075
6471
  };
6076
6472
 
6473
+ declare const WfoWrench: {
6474
+ ({ className, ...iconProps }: WfoIconProps & Omit<WfoHeroIconsWrapperProps, "children">): _emotion_react_jsx_runtime.JSX.Element;
6475
+ displayName: string;
6476
+ };
6477
+
6077
6478
  declare const WfoXCircleFill: FC<WfoIconProps>;
6078
6479
 
6079
6480
  declare const WfoArrowsExpand: FC<WfoIconProps>;
@@ -6146,6 +6547,12 @@ declare const WfoTrash: FC<WfoIconProps>;
6146
6547
 
6147
6548
  declare const WfoPort: FC<WfoIconProps>;
6148
6549
 
6550
+ declare const WfoActualWork: FC<WfoIconProps>;
6551
+
6552
+ declare const WfoMalfunction: FC<WfoIconProps>;
6553
+
6554
+ declare const WfoPlannedWork: FC<WfoIconProps>;
6555
+
6149
6556
  declare type WfoSortButtonProps = {
6150
6557
  WfoIconComponent: FC<WfoIconProps>;
6151
6558
  isActive: boolean;
@@ -6172,6 +6579,12 @@ declare type WfoInlineJsonProps = {
6172
6579
  };
6173
6580
  declare const WfoInlineJson: FC<WfoInlineJsonProps>;
6174
6581
 
6582
+ declare type WfoRowContextMenuProps = {
6583
+ items: EuiContextMenuPanelDescriptor[];
6584
+ onOpenContextMenu?: () => void;
6585
+ };
6586
+ declare const WfoRowContextMenu: FC<WfoRowContextMenuProps>;
6587
+
6175
6588
  declare type Pagination = {
6176
6589
  pageSize: number;
6177
6590
  pageIndex: number;
@@ -9371,7 +9784,7 @@ declare const IPAM_IP_BLOCKS_ENDPOINT: string;
9371
9784
  declare const IPAM_FREE_SUBNETS_ENDPOINT: string;
9372
9785
  declare const SUBSCRIPTION_ACTIONS_ENDPOINT = "subscriptions/workflows";
9373
9786
 
9374
- declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "2.8.1";
9787
+ declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "2.8.3";
9375
9788
 
9376
9789
  declare const useGetTranslationMessages: (locale: string | undefined) => {
9377
9790
  pydanticForms: {
@@ -10529,4 +10942,4 @@ declare const isUuid4: (value: string) => boolean;
10529
10942
 
10530
10943
  declare const getCacheTag: (type: CacheTagType, id?: string | undefined) => CacheTag[];
10531
10944
 
10532
- export { ACTIVE_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, ACTIVE_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, AcceptField, type AcceptFieldProps, 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, type CacheNames, type CacheOption, type CacheTag, CacheTagType, ColorModes, ColumnType, type ConfirmDialogHandler, ConfirmationDialogContext, ConfirmationDialogContextWrapper, ConfirmationDialogProvider, ConnectedSelectField, ContactPersonAutocomplete, ContactPersonNameField, type ContactPersonNameFieldProps, CreateForm, type CustomApiConfig, type Customer, type CustomerDescriptions, CustomerField, type CustomerFieldProps, type CustomerWithSubscriptionCount, type CustomersResult, type CustomersWithSubscriptionCountResult, 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 FormValidationError, type GraphQLPageInfo, type GraphQLSort, type GraphQlResultPage, type GraphQlSinglePage, type GraphqlFilter, type GraphqlQueryVariables, type GroupType, type GroupedData, type GroupedStep, HIDDEN_KEYS, type HeaderBadgeProps, HttpStatus, 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, 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 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 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 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 Step, type StepListItem, type StepState, StepStatus, StoreProvider, type StoreProviderProps, type StoredTableConfig, 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 UserInputForm, UserInputFormWizard, type ValidationError, type ValidationErrorContext, type ValueOverrideConfiguration, type ValueOverrideFunction, VlanField, type VlanFieldProps, type VlanRange, WFO_STATUS_COLOR_FIELD, type WfValueOnlyTableProps, WfoActiveWorkflowsSummaryCard, WfoAdvancedTable, type WfoAdvancedTableColumnConfig, type WfoAdvancedTableDataColumnConfig, type WfoAdvancedTableDataColumnConfigItem, type WfoAdvancedTableProps, WfoArrowNarrowDown, WfoArrowNarrowUp, WfoArrowsExpand, WfoArrowsUpDown, WfoAuth, WfoBadge, type WfoBadgeProps, WfoBell, WfoBoltFill, WfoBoltSlashFill, WfoBreadcrumbs, WfoCheckmarkCircleFill, WfoChevronDown, WfoChevronUp, WfoCode, WfoCogFill, WfoContactEnvelopeFill, WfoContentHeader, type WfoContentHeaderProps, WfoCubeSolid, WfoCustomerDescriptionsField, type WfoCustomerDescriptionsFieldProps, WfoDataCell, type WfoDataSearch, type WfoDataSorting, WfoDateTime, type WfoDateTimeProps, WfoDropdownButton, WfoEngineStatus, WfoEngineStatusBadge, WfoEngineStatusButton, WfoEnvironmentBadge, WfoError, WfoErrorBoundary, 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, WfoInlineJson, type WfoInlineJsonProps, WfoInlineNoteEdit, WfoInsyncIcon, WfoIsAllowedToRender, type WfoIsAllowedToRenderProps, WfoJsonCodeBlock, type WfoJsonCodeBlockProps, WfoKeyCell, type WfoKeyCellProps, WfoKeyValueTable, type WfoKeyValueTableDataType, type WfoKeyValueTableProps, WfoLatestActiveSubscriptionsSummaryCard, WfoLatestOutOfSyncSubscriptionSummaryCard, WfoLoading, WfoLogoutIcon, WfoMenuItemLink, WfoMetadataPageLayout, WfoMinusCircleFill, WfoMinusCircleOutline, WfoModifySettings, WfoMultilineCell, type WfoMultilineCellProps, WfoMyWorkflowsSummaryCard, type WfoMyWorkflowsSummaryCardProps, WfoNoResults, WfoPageHeader, type WfoPageHeaderProps, WfoPageTemplate, type WfoPageTemplateProps, WfoPageUnauthorized, WfoPencil, WfoPencilAlt, WfoPlayCircle, WfoPlayFill, WfoPlusCircleFill, type WfoPolicyRenderFallbackProps, WfoPolicyRenderPageFallback, WfoPort, 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, WfoRadioDropdown, type WfoRadioDropdownOption, type WfoRadioDropdownProps, WfoRefresh, WfoRelatedSubscriptions, WfoRenderElementOrString, type WfoRenderElementOrStringProps, 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, 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, WfoSubscriptionDetailPage, WfoSubscriptionDetailSection, WfoSubscriptionDetailTree, WfoSubscriptionFixedInputSection, WfoSubscriptionGeneral, WfoSubscriptionGeneralSections, WfoSubscriptionListTab, WfoSubscriptionMetadataSection, 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, type WfoTableColumnConfig, type WfoTableControlColumnConfig, type WfoTableControlColumnConfigItem, type WfoTableDataColumnConfig, type WfoTableDataColumnConfigItem, WfoTableHeaderCell, type WfoTableHeaderCellProps, type WfoTableProps, WfoTasksListPage, WfoTasksListTabType, WfoTasksPage, WfoTextAnchor, type WfoTheme, type WfoThemeComputed, type WfoThemeExtraColors, WfoTimeline, type WfoTimelineProps, WfoTitleWithWebsocketBadge, WfoToastsList, 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, WfoXCircleFill, WorkerTypes, type WorkflowDefinition, type WorkflowDefinitionsResult, type WorkflowListItem, WorkflowTarget, type WorkflowsResponse, addToastMessage, calculateTimeDifference, camelToHuman, catchErrorResponse, clearTableConfigFromLocalStorage, csvDownloadHandler, defaultOrchestratorTheme, defaultTasksListTabs, defaultWorkflowsListTabs, determineNewSortOrder, determinePageIndex, emptyOrchestratorConfig, 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, getPageSizeChangeHandler, getProductBlockTitle, getProductNamesFromProcess, getQueryStringHandler, getQueryVariablesForExport, getRowDetailData, getSortDirectionFromString, getStatusBadgeColor, getStepContent, getStyles, getTableConfigFromLocalStorage, getTasksListTabTypeFromString, getTotalNumberOfRows, getTypedFieldFromObject, getWfoGroupedTableStyles, getWfoTableStyles, getWorkflowTargetColor, getWorkflowTargetIconContent, getWorkflowsListTabTypeFromString, graphQlWorkflowListMapper, groupData, handleGraphqlMetaErrors, handlePromiseErrorWithCallback, imsPortIdFieldStyling, initiateCsvFileDownload, ipPrefixTableFieldStyling, ipamStates, isAllUpperCase, isToday, isUuid4, isValidLocalStorageTableConfig, localMomentToUtcTimestamp, mapGraphQlSubscriptionsResultToPageInfo, mapGraphQlSubscriptionsResultToSubscriptionListItems, mapProcessSummaryToSummaryCardListItem, mapRtkErrorToWfoError, mapSubscriptionSummaryToSummaryCardListItem, mapWorkflowDefinitionToWorkflowListItem, menuItemIsAllowed, metaDataTabs, onlyUnique, optionalArrayMapper, orchestratorApi, parseDate, parseDateOrTimeRelativeToToday, parseDateRelativeToToday, parseDateToLocaleDateString, parseDateToLocaleDateTimeString, parseDateToLocaleTimeString, parseIsoString, prepareHeaders, 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, toOptionalArrayEntry, toSortedTableColumnConfig, toastMessagesReducer, toastMessagesSlice, updateQueryString, upperCaseFirstChar, urlPolicyMap, useCheckEngineStatus, useClearCacheMutation, useDataDisplayParams, useGetCacheNamesQuery, useGetCustomerQuery, useGetCustomersQuery, useGetCustomersWithSubscriptionCountQuery, useGetEngineStatusQuery, useGetInUseByRelationDetailsQuery, useGetOrchestratorConfig, useGetProcessListQuery, useGetProcessListSummaryQuery, useGetProductBlocksQuery, useGetProductsQuery, useGetProductsSummaryQuery, useGetRelatedSubscriptionsQuery, useGetResourceTypesQuery, useGetSubscriptionDetailQuery, useGetSubscriptionListQuery, useGetSubscriptionSummaryListQuery, useGetSubscriptionsDropdownOptionsQuery, useGetTaskOptionsQuery, useGetTasksQuery, useGetTimeLineItemsQuery, useGetTranslationMessages, useGetWorkerStatusQuery, useGetWorkflowOptionsQuery, useGetWorkflowsQuery, useLazyGetProcessListQuery, useLazyGetProductBlocksQuery, useLazyGetProductsQuery, useLazyGetResourceTypesQuery, useLazyGetSubscriptionListQuery, useLazyGetTasksQuery, useLazyGetWorkflowsQuery, useLazyStreamMessagesQuery, useOrchestratorConfig, useOrchestratorTheme, usePolicy, useResetTextSearchIndexMutation, useResumeProcessMutation, useSetEngineStatusMutation, useSetSubscriptionInSyncMutation, useShowToastMessage, useStartFormMutation, useStartProcessMutation, useStoredTableConfig, useStreamMessagesQuery, useSubscriptionDetailGeneralSectionConfigurationOverride, useSubscriptionDetailValueOverride, useWfoSession, useWithOrchestratorTheme, utcTimestampToLocalMoment, wfoGraphqlRequestBaseQuery, withWfoHeroIconsWrapper, workflowFieldMapper, workflowsQuery };
10945
+ export { ACTIVE_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, ACTIVE_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, AcceptField, type AcceptFieldProps, 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, type CacheNames, type CacheOption, type CacheTag, CacheTagType, ColorModes, ColumnType, type ConfirmDialogHandler, ConfirmationDialogContext, ConfirmationDialogContextWrapper, ConfirmationDialogProvider, ConnectedSelectField, ContactPersonAutocomplete, ContactPersonNameField, type ContactPersonNameFieldProps, CreateForm, type CustomApiConfig, type Customer, type CustomerDescriptions, CustomerField, type CustomerFieldProps, type CustomerWithSubscriptionCount, type CustomersResult, type CustomersWithSubscriptionCountResult, 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 FormValidationError, type GraphQLPageInfo, type GraphQLSort, type GraphQlResultPage, type GraphQlSinglePage, type GraphqlFilter, type GraphqlQueryVariables, type GroupType, type GroupedData, type GroupedStep, HIDDEN_KEYS, type HeaderBadgeProps, HttpStatus, 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, 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 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 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 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 Step, type StepListItem, type StepState, StepStatus, StoreProvider, type StoreProviderProps, type StoredTableConfig, 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 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, WfoArrowNarrowDown, WfoArrowNarrowUp, WfoArrowsExpand, WfoArrowsUpDown, WfoAuth, WfoBadge, type WfoBadgeProps, WfoBell, WfoBoltFill, WfoBoltSlashFill, WfoBreadcrumbs, WfoCheckmarkCircleFill, WfoChevronDown, WfoChevronUp, WfoCode, WfoCogFill, WfoContactEnvelopeFill, WfoContentHeader, type WfoContentHeaderProps, WfoCubeSolid, WfoCustomerDescriptionsField, type WfoCustomerDescriptionsFieldProps, WfoDataCell, type WfoDataSearch, type WfoDataSorting, WfoDateTime, type WfoDateTimeProps, WfoDropdownButton, WfoEngineStatus, WfoEngineStatusBadge, WfoEngineStatusButton, WfoEnvironmentBadge, WfoError, WfoErrorBoundary, 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, WfoInlineJson, type WfoInlineJsonProps, WfoInlineNoteEdit, 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, 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, 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, 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, WfoSubscriptionDetailPage, WfoSubscriptionDetailSection, WfoSubscriptionDetailTree, WfoSubscriptionFixedInputSection, WfoSubscriptionGeneral, WfoSubscriptionGeneralSections, WfoSubscriptionListTab, WfoSubscriptionMetadataSection, 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, type WfoTableColumnConfig, type WfoTableControlColumnConfig, type WfoTableControlColumnConfigItem, type WfoTableDataColumnConfig, type WfoTableDataColumnConfigItem, WfoTableHeaderCell, type WfoTableHeaderCellProps, type WfoTableProps, WfoTasksListPage, WfoTasksListTabType, WfoTasksPage, WfoTextAnchor, type WfoTheme, type WfoThemeComputed, type WfoThemeExtraColors, WfoTimeline, type WfoTimelineProps, WfoTitleWithWebsocketBadge, WfoToastsList, 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 WorkflowsResponse, addToastMessage, calculateTimeDifference, camelToHuman, catchErrorResponse, clearTableConfigFromLocalStorage, csvDownloadHandler, defaultOrchestratorTheme, defaultTasksListTabs, defaultWorkflowsListTabs, determineNewSortOrder, determinePageIndex, emptyOrchestratorConfig, 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, getPageSizeChangeHandler, getProductBlockTitle, getProductNamesFromProcess, getQueryStringHandler, getQueryVariablesForExport, getRowDetailData, getSortDirectionFromString, getStatusBadgeColor, getStepContent, getStyles, getTableConfigFromLocalStorage, getTasksListTabTypeFromString, getTotalNumberOfRows, getTypedFieldFromObject, getWfoGroupedTableStyles, getWfoTableStyles, getWorkflowTargetColor, getWorkflowTargetIconContent, getWorkflowsListTabTypeFromString, graphQlWorkflowListMapper, groupData, handleGraphqlMetaErrors, handlePromiseErrorWithCallback, imsPortIdFieldStyling, initiateCsvFileDownload, ipPrefixTableFieldStyling, ipamStates, isAllUpperCase, isToday, isUuid4, isValidLocalStorageTableConfig, localMomentToUtcTimestamp, mapGraphQlSubscriptionsResultToPageInfo, mapGraphQlSubscriptionsResultToSubscriptionListItems, mapProcessSummaryToSummaryCardListItem, mapRtkErrorToWfoError, mapSubscriptionSummaryToSummaryCardListItem, mapWorkflowDefinitionToWorkflowListItem, menuItemIsAllowed, metaDataTabs, onlyUnique, optionalArrayMapper, orchestratorApi, parseDate, parseDateOrTimeRelativeToToday, parseDateRelativeToToday, parseDateToLocaleDateString, parseDateToLocaleDateTimeString, parseDateToLocaleTimeString, parseIsoString, prepareHeaders, 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, toOptionalArrayEntry, toSortedTableColumnConfig, toastMessagesReducer, toastMessagesSlice, updateQueryString, upperCaseFirstChar, urlPolicyMap, useCheckEngineStatus, useClearCacheMutation, useDataDisplayParams, useGetCacheNamesQuery, useGetCustomerQuery, useGetCustomersQuery, useGetCustomersWithSubscriptionCountQuery, useGetEngineStatusQuery, useGetInUseByRelationDetailsQuery, useGetOrchestratorConfig, useGetProcessListQuery, useGetProcessListSummaryQuery, useGetProductBlocksQuery, useGetProductsQuery, useGetProductsSummaryQuery, 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, useSetEngineStatusMutation, useSetSubscriptionInSyncMutation, useShowToastMessage, useStartFormMutation, useStartProcessMutation, useStoredTableConfig, useStreamMessagesQuery, useSubscriptionDetailGeneralSectionConfigurationOverride, useSubscriptionDetailValueOverride, useWfoSession, useWithOrchestratorTheme, utcTimestampToLocalMoment, wfoGraphqlRequestBaseQuery, withWfoHeroIconsWrapper, workflowFieldMapper, workflowsQuery };