@orchestrator-ui/orchestrator-ui-components 1.4.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/.turbo/turbo-build.log +5 -5
  2. package/.turbo/turbo-lint.log +7 -1
  3. package/.turbo/turbo-test.log +8 -8
  4. package/CHANGELOG.md +36 -11
  5. package/LICENSE.txt +202 -0
  6. package/README.md +22 -0
  7. package/dist/index.d.ts +148 -31
  8. package/dist/index.js +2125 -1989
  9. package/package.json +21 -2
  10. package/src/api/index.ts +4 -3
  11. package/src/api/types.ts +53 -0
  12. package/src/components/WfoBadges/WfoProductBlockBadge/WfoProductBlockBadge.tsx +1 -0
  13. package/src/components/WfoDropdownButton/WfoDropdownButton.tsx +2 -0
  14. package/src/components/WfoForms/AutoFieldLoader.tsx +6 -6
  15. package/src/components/WfoForms/formFields/AcceptField.tsx +2 -1
  16. package/src/components/WfoForms/formFields/BoolField.tsx +2 -1
  17. package/src/components/WfoForms/formFields/DividerField.tsx +1 -1
  18. package/src/components/WfoForms/formFields/ErrorField.tsx +1 -1
  19. package/src/components/WfoForms/formFields/LabelField.tsx +1 -1
  20. package/src/components/WfoForms/formFields/ListAddField.tsx +2 -1
  21. package/src/components/WfoForms/formFields/ListDelField.tsx +2 -1
  22. package/src/components/WfoForms/formFields/LongTextField.tsx +1 -1
  23. package/src/components/WfoForms/formFields/NumField.tsx +1 -1
  24. package/src/components/WfoForms/formFields/ProductField.tsx +8 -7
  25. package/src/components/WfoForms/formFields/RadioField.tsx +1 -1
  26. package/src/components/WfoForms/formFields/SelectField.tsx +4 -2
  27. package/src/components/WfoForms/formFields/SubmitField.tsx +1 -1
  28. package/src/components/WfoForms/formFields/SubscriptionField.tsx +5 -4
  29. package/src/components/WfoForms/formFields/TextField.tsx +1 -1
  30. package/src/components/WfoForms/formFields/{ContactPersonAutocomplete.tsx → deprecated/ContactPersonAutocomplete.tsx} +4 -3
  31. package/src/components/WfoForms/formFields/{ContactPersonNameField.tsx → deprecated/ContactPersonNameField.tsx} +3 -2
  32. package/src/components/WfoForms/formFields/{ImsNodeIdField.tsx → deprecated/ImsNodeIdField.tsx} +4 -3
  33. package/src/components/WfoForms/formFields/{ImsPortIdField.tsx → deprecated/ImsPortIdField.tsx} +7 -4
  34. package/src/components/WfoForms/formFields/{IpNetworkField.tsx → deprecated/IpNetworkField.tsx} +4 -3
  35. package/src/components/WfoForms/formFields/{IpPrefixTableField.tsx → deprecated/IpPrefixTableField.tsx} +5 -4
  36. package/src/components/WfoForms/formFields/{SplitPrefix.tsx → deprecated/SplitPrefix.tsx} +3 -2
  37. package/src/components/WfoForms/formFields/{TimestampField.tsx → deprecated/TimestampField.tsx} +1 -1
  38. package/src/components/WfoForms/formFields/{VlanField.tsx → deprecated/VlanField.tsx} +5 -4
  39. package/src/components/WfoForms/formFields/deprecated/index.ts +13 -0
  40. package/src/components/WfoForms/formFields/{surf → deprecated}/types.ts +1 -1
  41. package/src/components/WfoForms/formFields/index.ts +1 -6
  42. package/src/components/WfoForms/formFields/utils.spec.ts +2 -1
  43. package/src/components/WfoForms/formFields/utils.ts +3 -2
  44. package/src/components/WfoJsonCodeBlock/WfoJsonCodeBlock.tsx +11 -5
  45. package/src/components/WfoJsonCodeBlock/styles.ts +13 -0
  46. package/src/components/WfoKeyValueTable/WfoValueCell.tsx +8 -1
  47. package/src/components/WfoSubscription/WfoSubscription.tsx +5 -5
  48. package/src/components/WfoSubscription/WfoSubscriptionGeneral.tsx +70 -62
  49. package/src/components/WfoSubscription/WfoSubscriptionProductBlock.tsx +24 -5
  50. package/src/components/WfoSubscriptionsList/WfoSubscriptionsList.tsx +11 -1
  51. package/src/components/WfoSubscriptionsList/subscriptionResultMappers.ts +3 -0
  52. package/src/components/WfoTable/WfoInlineJson/WfoInlineJson.tsx +14 -0
  53. package/src/components/WfoTable/WfoInlineJson/index.ts +1 -0
  54. package/src/components/WfoTable/index.ts +1 -0
  55. package/src/components/WfoTable/utils/constants.ts +2 -2
  56. package/src/components/WfoWorkflowSteps/WfoStepStatusIcon/WfoStepStatusIcon.tsx +7 -0
  57. package/src/icons/WfoExternalLink.tsx +30 -0
  58. package/src/icons/index.ts +1 -0
  59. package/src/messages/en-GB.json +2 -0
  60. package/src/messages/nl-NL.json +2 -0
  61. package/src/pages/metadata/WfoProductsPage.tsx +5 -0
  62. package/src/pages/processes/WfoStartProcessPage.tsx +0 -6
  63. package/src/rtk/endpoints/subscriptionDetail.ts +1 -0
  64. package/src/rtk/endpoints/subscriptionList.ts +1 -0
  65. package/src/types/types.ts +3 -0
  66. package/src/utils/getDefaultTableConfig.ts +1 -0
  67. /package/src/components/WfoForms/formFields/{ContactPersonAutocompleteStyles.ts → deprecated/ContactPersonAutocompleteStyles.ts} +0 -0
  68. /package/src/components/WfoForms/formFields/{ImsPortIdFieldStyling.ts → deprecated/ImsPortIdFieldStyling.ts} +0 -0
  69. /package/src/components/WfoForms/formFields/{IpPrefixTableFieldStyling.ts → deprecated/IpPrefixTableFieldStyling.ts} +0 -0
  70. /package/src/components/WfoForms/formFields/{SplitPrefixStyling.ts → deprecated/SplitPrefixStyling.ts} +0 -0
  71. /package/src/components/WfoForms/formFields/{surf → deprecated}/utils.ts +0 -0
  72. /package/src/hooks/{surf → deprecated}/useGetSubscriptionDropdownOptions.ts +0 -0
  73. /package/src/hooks/{surf → deprecated}/useIsTaggedPort.ts +0 -0
package/dist/index.d.ts CHANGED
@@ -33,6 +33,53 @@ import { Reducer, Slice, PayloadAction, EnhancedStore, Dispatch, UnknownAction }
33
33
  import { Toast } from '@elastic/eui/src/components/toast/global_toast_list';
34
34
  export { Toast } from '@elastic/eui/src/components/toast/global_toast_list';
35
35
 
36
+ declare type LegacyFixedInput = {
37
+ name: string;
38
+ value: string;
39
+ created_at: number;
40
+ fixed_input_id: string;
41
+ product_id: string;
42
+ };
43
+ declare type LegacyWorkflow = {
44
+ name: string;
45
+ description: string;
46
+ target: string;
47
+ created_at: number;
48
+ workflow_id: string;
49
+ };
50
+ declare type LegacyResourceType = {
51
+ resource_type_id: string;
52
+ resource_type: string;
53
+ description: string;
54
+ };
55
+ declare type LegacyProductBlock = {
56
+ product_block_id: string;
57
+ name: string;
58
+ tag: string;
59
+ description: string;
60
+ status: string;
61
+ created_at: number;
62
+ end_date: number;
63
+ resource_types: LegacyResourceType[];
64
+ parent_ids: string[];
65
+ };
66
+ declare type LegacyProduct = {
67
+ name: string;
68
+ tag: string;
69
+ description: string;
70
+ product_id: string;
71
+ created_at: number;
72
+ product_type: string;
73
+ end_date: number;
74
+ status: string;
75
+ fixed_inputs: LegacyFixedInput[];
76
+ workflows: LegacyWorkflow[];
77
+ product_blocks: LegacyProductBlock[];
78
+ create_subscription_workflow_key: string;
79
+ modify_subscription_workflow_key: string;
80
+ terminate_subscription_workflow_key: string;
81
+ };
82
+
36
83
  interface ValidationError {
37
84
  input_type: string;
38
85
  loc: (string | number)[];
@@ -121,7 +168,8 @@ declare enum BadgeType {
121
168
  RESOURCE_TYPE = "resource_type",
122
169
  PRODUCT_BLOCK = "product_block",
123
170
  PRODUCT_BLOCK_TAG = "product_block_tag",
124
- PRODUCT_TAG = "product_tag"
171
+ PRODUCT_TAG = "product_tag",
172
+ PRODUCT = "product"
125
173
  }
126
174
  interface FixedInputDefinition {
127
175
  fixedInputId: string;
@@ -387,6 +435,7 @@ declare type Subscription = {
387
435
  product: Pick<ProductDefinition, 'name' | 'tag' | 'productType'>;
388
436
  productBlockInstances: ProductBlockInstance[];
389
437
  customer: Pick<Customer, 'fullname' | 'shortcode'>;
438
+ metadata: object;
390
439
  };
391
440
  declare type SubscriptionSummary = Pick<Subscription, 'subscriptionId' | 'description' | 'startDate'>;
392
441
  declare type SubscriptionDropdownOption = {
@@ -411,6 +460,7 @@ declare type SubscriptionDetail = {
411
460
  endDate: string;
412
461
  startDate: string;
413
462
  status: SubscriptionStatus;
463
+ metadata: object;
414
464
  productBlockInstances: ProductBlockInstance[];
415
465
  customerId?: string | null;
416
466
  customer?: Customer;
@@ -469,6 +519,27 @@ interface NodeSubscription {
469
519
  end_date: number;
470
520
  note: string;
471
521
  }
522
+ interface ServicePort {
523
+ subscription_id?: string;
524
+ vlan?: string;
525
+ bandwidth?: number;
526
+ nonremovable?: boolean;
527
+ modifiable?: boolean;
528
+ }
529
+ declare enum PortMode {
530
+ TAGGED = "tagged",
531
+ UNTAGGED = "untagged",
532
+ LINK_MEMBER = "link_member"
533
+ }
534
+ declare enum ProductTag {
535
+ MSC = "MSC",
536
+ MSCNL = "MSCNL",
537
+ IRBSP = "IRBSP",
538
+ SP = "SP",
539
+ SPNL = "SPNL",
540
+ AGGSP = "AGGSP",
541
+ AGGSPNL = "AGGSPNL"
542
+ }
472
543
  interface ImsPort {
473
544
  id: number;
474
545
  line_name: string;
@@ -478,6 +549,15 @@ interface ImsPort {
478
549
  patchposition: string;
479
550
  status: string;
480
551
  }
552
+ interface ImsNode {
553
+ id: number;
554
+ name: string;
555
+ status: string;
556
+ }
557
+ interface SortOption<nameStrings = string> {
558
+ name: nameStrings;
559
+ descending: boolean;
560
+ }
481
561
  interface IpPrefix {
482
562
  id: number;
483
563
  prefix: string;
@@ -511,7 +591,7 @@ declare class ApiClient extends BaseApiClient {
511
591
  }>;
512
592
  startProcess: (workflowName: string, processInput: object) => Promise<unknown>;
513
593
  resumeProcess: (processId: string, userInput: object[]) => Promise<object>;
514
- products: () => Promise<ProductDefinition[]>;
594
+ products: () => Promise<LegacyProduct[]>;
515
595
  productById: (productId: string) => Promise<ProductDefinition>;
516
596
  prefix_filters: () => Promise<IpPrefix[]>;
517
597
  ip_blocks: (parentPrefix: number) => Promise<IpBlock[]>;
@@ -953,7 +1033,7 @@ declare type TableSettingsModalProps<T> = {
953
1033
  declare const TableSettingsModal: <T>({ tableConfig, pageSizeOptions, onUpdateTableConfig, onResetToDefaults, onClose, }: TableSettingsModalProps<T>) => _emotion_react_jsx_runtime.JSX.Element;
954
1034
 
955
1035
  declare const DEFAULT_PAGE_SIZES: number[];
956
- declare const DEFAULT_PAGE_SIZE = 10;
1036
+ declare const DEFAULT_PAGE_SIZE = 15;
957
1037
  declare const ACTIVE_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY = "activeProcessesListTable";
958
1038
  declare const COMPLETED_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY = "completedProcessesListTable";
959
1039
  declare const ACTIVE_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY = "activeTasksListTable";
@@ -1129,6 +1209,8 @@ declare const WfoBell: FC<WfoIconProps>;
1129
1209
 
1130
1210
  declare const WfoWarningTriangle: FC<WfoIconProps>;
1131
1211
 
1212
+ declare const WfoExternalLink: FC<WfoIconProps>;
1213
+
1132
1214
  declare type WfoSortButtonProps = {
1133
1215
  WfoIconComponent: FC<WfoIconProps>;
1134
1216
  isActive: boolean;
@@ -1147,6 +1229,11 @@ declare type WfoFirstUUIDPartProps = {
1147
1229
  };
1148
1230
  declare const WfoFirstPartUUID: FC<WfoFirstUUIDPartProps>;
1149
1231
 
1232
+ declare type WfoInlineJsonProps = {
1233
+ data: object | null;
1234
+ };
1235
+ declare const WfoInlineJson: FC<WfoInlineJsonProps>;
1236
+
1150
1237
  declare enum TimelinePosition {
1151
1238
  PAST = "past",
1152
1239
  CURRENT = "current",
@@ -1269,6 +1356,10 @@ declare type FieldProps<Value, Extra = object, InputElementType = HTMLInputEleme
1269
1356
  inputRef?: Ref<InputElementType>;
1270
1357
  description?: string;
1271
1358
  } & Extra>;
1359
+ interface ContactPerson {
1360
+ name: string;
1361
+ email: string;
1362
+ }
1272
1363
 
1273
1364
  declare type AcceptItemType = 'info' | 'label' | 'warning' | 'url' | 'checkbox' | '>checkbox' | 'checkbox?' | '>checkbox?' | 'skip' | 'margin' | 'value';
1274
1365
  declare type AcceptItem = [string, AcceptItemType, Record<string, string>?];
@@ -1380,17 +1471,28 @@ declare type DateFieldProps = FieldProps<Date, {
1380
1471
  }>;
1381
1472
  declare const DateField: uniforms.ConnectedField<DateFieldProps, Date | undefined>;
1382
1473
 
1383
- declare function utcTimestampToLocalMoment(utc_timestamp: number): moment.Moment;
1384
- declare function localMomentToUtcTimestamp(local_moment: Moment): number;
1385
- declare type TimestampFieldProps = FieldProps<number, {
1386
- max?: number;
1387
- min?: number;
1388
- showTimeSelect: boolean;
1389
- locale?: string;
1390
- dateFormat?: string;
1391
- timeFormat?: string;
1392
- }>;
1393
- declare const TimestampField: uniforms.ConnectedField<TimestampFieldProps, number | undefined>;
1474
+ declare type LocationCodeFieldProps = {
1475
+ locationCodes?: string[];
1476
+ } & Omit<SelectFieldProps, 'placeholder' | 'allowedValues'>;
1477
+ declare module 'uniforms' {
1478
+ interface FilterDOMProps {
1479
+ locationCodes: never;
1480
+ }
1481
+ }
1482
+ declare const LocationCodeField: uniforms.ConnectedField<LocationCodeFieldProps, string | string[] | undefined>;
1483
+
1484
+ interface ContactPersonAutocompleteProps {
1485
+ query: string;
1486
+ selectedItem: number;
1487
+ personIndex: number;
1488
+ itemSelected: (value: ContactPerson, index: number) => void;
1489
+ suggestions: ContactPerson[];
1490
+ }
1491
+ declare const ContactPersonAutocomplete: ({ query, selectedItem, personIndex, itemSelected, suggestions, }: ContactPersonAutocompleteProps) => _emotion_react_jsx_runtime.JSX.Element | null;
1492
+
1493
+ declare const getStyles: (theme: EuiThemeComputed$1) => {
1494
+ contactPersonAutocompleteStyling: _emotion_utils.SerializedStyles;
1495
+ };
1394
1496
 
1395
1497
  declare function stop(e: React__default.SyntheticEvent): void;
1396
1498
  declare type ContactPersonNameFieldProps = FieldProps<string, {
@@ -1439,15 +1541,28 @@ declare module 'uniforms' {
1439
1541
  }
1440
1542
  declare const ImsPortIdField: uniforms.ConnectedField<ImsPortFieldProps, number | undefined>;
1441
1543
 
1442
- declare type LocationCodeFieldProps = {
1443
- locationCodes?: string[];
1444
- } & Omit<SelectFieldProps, 'placeholder' | 'allowedValues'>;
1445
- declare module 'uniforms' {
1446
- interface FilterDOMProps {
1447
- locationCodes: never;
1448
- }
1449
- }
1450
- declare const LocationCodeField: uniforms.ConnectedField<LocationCodeFieldProps, string | string[] | undefined>;
1544
+ declare const imsPortIdFieldStyling: _emotion_utils.SerializedStyles;
1545
+
1546
+ declare type IPvAnyNetworkFieldProps = FieldProps<string, {
1547
+ prefixMin?: number;
1548
+ }>;
1549
+ declare const IpNetworkField: uniforms.ConnectedField<IPvAnyNetworkFieldProps, string | undefined>;
1550
+
1551
+ declare const ipPrefixTableFieldStyling: _emotion_utils.SerializedStyles;
1552
+
1553
+ declare const splitPrefixStyling: _emotion_utils.SerializedStyles;
1554
+
1555
+ declare function utcTimestampToLocalMoment(utc_timestamp: number): moment.Moment;
1556
+ declare function localMomentToUtcTimestamp(local_moment: Moment): number;
1557
+ declare type TimestampFieldProps = FieldProps<number, {
1558
+ max?: number;
1559
+ min?: number;
1560
+ showTimeSelect: boolean;
1561
+ locale?: string;
1562
+ dateFormat?: string;
1563
+ timeFormat?: string;
1564
+ }>;
1565
+ declare const TimestampField: uniforms.ConnectedField<TimestampFieldProps, number | undefined>;
1451
1566
 
1452
1567
  declare type VlanFieldProps = FieldProps<string, {
1453
1568
  subscriptionFieldName?: string;
@@ -1455,6 +1570,8 @@ declare type VlanFieldProps = FieldProps<string, {
1455
1570
  }>;
1456
1571
  declare const VlanField: uniforms.ConnectedField<VlanFieldProps, string | undefined>;
1457
1572
 
1573
+ declare const ipamStates: (string | null)[];
1574
+
1458
1575
  declare type NestFieldProps = FieldProps<null, {
1459
1576
  fields?: unknown[];
1460
1577
  itemProps?: object;
@@ -1499,11 +1616,6 @@ declare type SubscriptionFieldProps = FieldProps<string, {
1499
1616
  }>;
1500
1617
  declare const SubscriptionField: uniforms.ConnectedField<SubscriptionFieldProps, string | undefined>;
1501
1618
 
1502
- declare type IPvAnyNetworkFieldProps = FieldProps<string, {
1503
- prefixMin?: number;
1504
- }>;
1505
- declare const IpNetworkField: uniforms.ConnectedField<IPvAnyNetworkFieldProps, string | undefined>;
1506
-
1507
1619
  declare type SummaryFieldProps = FieldProps$2<null, {
1508
1620
  description?: string;
1509
1621
  data?: {
@@ -1583,7 +1695,7 @@ interface WfoDropdownButtonProps {
1583
1695
  isDisabled?: boolean;
1584
1696
  children: ReactNode;
1585
1697
  }
1586
- declare const WfoDropdownButton: ({ label, children, }: WfoDropdownButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
1698
+ declare const WfoDropdownButton: ({ label, isDisabled, children, }: WfoDropdownButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
1587
1699
 
1588
1700
  declare type ProcessListItem = Pick<Process, 'workflowName' | 'lastStep' | 'lastStatus' | 'workflowTarget' | 'createdBy' | 'assignee' | 'processId' | 'subscriptions'> & {
1589
1701
  startedAt: Date;
@@ -1611,6 +1723,7 @@ declare const WfoTextAnchor: ({ text, onClick }: WfoTextAnchorProps) => _emotion
1611
1723
 
1612
1724
  declare type WfoJsonCodeBlockProps = {
1613
1725
  data: object;
1726
+ isBasicStyle?: boolean;
1614
1727
  };
1615
1728
  declare const WfoJsonCodeBlock: FC<WfoJsonCodeBlockProps>;
1616
1729
 
@@ -2037,6 +2150,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
2037
2150
  tag: string;
2038
2151
  startDate: string;
2039
2152
  endDate: string;
2153
+ metadata: string;
2040
2154
  note: string;
2041
2155
  customerFullname: string;
2042
2156
  customerShortcode: string;
@@ -2099,6 +2213,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
2099
2213
  tag: string;
2100
2214
  created: string;
2101
2215
  endDate: string;
2216
+ metadata: string;
2102
2217
  note: string;
2103
2218
  noRelatedSubscriptions: string;
2104
2219
  hideTerminatedRelatedSubscriptions: string;
@@ -2483,6 +2598,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
2483
2598
  startDate: string;
2484
2599
  endDate: string;
2485
2600
  note: string;
2601
+ metadata: string;
2486
2602
  customerFullName: string;
2487
2603
  customerAbbreviation: string;
2488
2604
  };
@@ -2539,6 +2655,7 @@ declare const useGetTranslationMessages: (locale: string | undefined) => {
2539
2655
  insync: string;
2540
2656
  customer: string;
2541
2657
  customerUuid: string;
2658
+ metadata: string;
2542
2659
  name: string;
2543
2660
  productType: string;
2544
2661
  tag: string;
@@ -3106,7 +3223,7 @@ declare const useStreamMessagesQuery: _reduxjs_toolkit_dist_query_react_buildHoo
3106
3223
  meta?: {} | undefined;
3107
3224
  } | PromiseLike<_reduxjs_toolkit_dist_query_baseQueryTypes.QueryReturnValue<unknown, _rtk_query_graphql_request_base_query_dist_GraphqlBaseQueryTypes.ErrorResponse, {}>>, CacheTags, boolean, "orchestratorApi">>;
3108
3225
 
3109
- declare const subscriptionDetailQuery = "\n query SubscriptionDetail($subscriptionId: String!) {\n subscriptions(\n filterBy: { value: $subscriptionId, field: \"subscriptionId\" }\n ) {\n page {\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 customer {\n fullname\n customerId\n shortcode\n }\n productBlockInstances {\n id\n ownerSubscriptionId\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 }\n }\n";
3226
+ declare const subscriptionDetailQuery = "\n query SubscriptionDetail($subscriptionId: String!) {\n subscriptions(\n filterBy: { value: $subscriptionId, field: \"subscriptionId\" }\n ) {\n page {\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 productBlockInstances {\n id\n ownerSubscriptionId\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 }\n }\n";
3110
3227
  declare type SubscriptionDetailResponse = {
3111
3228
  subscription: SubscriptionDetail;
3112
3229
  } & BaseGraphQlResult;
@@ -3277,4 +3394,4 @@ declare const getQueryVariablesForExport: <T extends object>(queryVariables: Gra
3277
3394
 
3278
3395
  declare const onlyUnique: (value: string, index: number, array: string[]) => boolean;
3279
3396
 
3280
- export { ACTIVE_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, ACTIVE_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, AcceptField, type AcceptFieldProps, ApiClient, ApiClientContext, ApiClientContextProvider, type ApiClientContextProviderProps, type ApiContext, type AppDispatch, type AutoFieldsProps, BadgeType, BaseApiClient, type BaseGraphQlResult, BaseQueryTypes, BoolField, type BoolFieldProps, COMPLETED_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, COMPLETED_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, type CacheNames, type CacheOption, CacheTags, ColorModes, type ColumnConfig, type ConfirmDialogActions, ConfirmationDialogContext, ConfirmationDialogContextWrapper, ConfirmationDialogProvider, ConnectedSelectField, ContactPersonNameField, type ContactPersonNameFieldProps, CreateForm, type CustomApiConfig, type Customer, CustomerField, type CustomerFieldProps, type CustomersResult, DEFAULT_PAGE_SIZE, DEFAULT_PAGE_SIZES, type DataDisplayParams, type DataDisplayReturnValues, DateField, type DateFieldProps, DividerField, type DividerFieldProps, type EmailAddress, type EmailState, EngineStatus, Environment, ErrorField, type ErrorFieldProps, ErrorsField, type ErrorsFieldProps, type ExternalService, type FetchFilter, type Field, type FieldProps$1 as FieldProps, type FieldValue, type FilterQuery, type FixedInputDefinition, type Form, type FormNotCompleteResponse, type GraphQLPageInfo, type GraphQLSort, type GraphqlFilter, type GraphqlQueryVariables, type GroupedStep, HIDDEN_KEYS, type HeaderBadgeProps, type IPvAnyNetworkFieldProps, ImsNodeIdField, type ImsNodeIdFieldProps, type ImsPortFieldProps, ImsPortIdField, type InUseByRelation, type InputForm, IpNetworkField, type KeyValue, LabelField, type LabelFieldProps, ListAddField, type ListAddFieldProps, ListDelField, type ListDelFieldProps, ListField, type ListFieldProps, ListSelectField, type ListSelectFieldProps, Locale, LocationCodeField, type LocationCodeFieldProps, LongTextField, type LongTextFieldProps, MAXIMUM_ITEMS_FOR_BULK_FETCHING, METADATA_PRODUCT_BLOCKS_TABLE_LOCAL_STORAGE_KEY, METADATA_PRODUCT_TABLE_LOCAL_STORAGE_KEY, METADATA_RESOURCE_TYPES_TABLE_LOCAL_STORAGE_KEY, METADATA_WORKFLOWS_TABLE_LOCAL_STORAGE_KEY, NUMBER_OF_ITEMS_REPRESENTING_ALL_ITEMS, NestField, type NestFieldProps, type Nullable, NumField, type NumFieldProps, OptGroupField, type OptGroupFieldProps, type OrchestratorConfig, OrchestratorConfigContext, OrchestratorConfigProvider, type OrchestratorConfigProviderProps, PATH_METADATA, PATH_METADATA_PRODUCTS, PATH_METADATA_PRODUCT_BLOCKS, PATH_METADATA_RESOURCE_TYPES, PATH_METADATA_WORKFLOWS, PATH_SETTINGS, PATH_START, PATH_START_NEW_TASK, PATH_START_NEW_WORKFLOW, PATH_SUBSCRIPTIONS, PATH_TASKS, PATH_WORKFLOWS, type Pagination, type Policy, PolicyContext, PolicyContextProvider, type PolicyProviderProps, PolicyResource, type Process, type ProcessDetail, type ProcessDetailResultRaw, ProcessDoneStatuses, type ProcessListItem, type ProcessListResponse, type ProcessListResult, type ProcessListSummaryResponse, ProcessStatus, type ProcessStatusCounts, type ProcessStepsResult, type ProcessesDetailResult, type ProductBlockDefinition, type ProductBlockDefinitionsResult, type ProductBlockInstance, type ProductBlocksResponse, type ProductDefinition, type ProductDefinitionsResult, ProductField, type ProductFieldProps, ProductLifecycleStatus, type ProductsResponse, type ProductsSummary, type ProductsSummaryResponse, RENDER_ALL, RESOURCE_TYPE_FIELD_DESCRIPTION, RESOURCE_TYPE_FIELD_ID, RESOURCE_TYPE_FIELD_PRODUCT_BLOCKS, RESOURCE_TYPE_FIELD_TYPE, RadioField, type RadioFieldProps, type RelatedSubscription, RelatedSubscriptionsQuery, type RelatedSubscriptionsResponse, type RelatedSubscriptionsResult, RenderDirection, type ResourceTypeDefinition, type ResourceTypeDefinitionsResult, type ResourceTypesResponse, type RootState, STEP_STATE_HIDDEN_KEYS, SUBSCRIPTIONS_TABLE_LOCAL_STORAGE_KEY, type SelectFieldProps, type ShowConfirmDialog, type ShowConfirmDialogType, SortOrder, type StartComboBoxOption, type StartOptionsResponse, type StartOptionsResult, type StartProcessStep, type Step, type StepListItem, type StepState, StepStatus, StoreProvider, type StoreProviderProps, type StoredTableConfig, SubmitField, type SubmitFieldProps, type Subscription, type SubscriptionAction, type SubscriptionDetail, type SubscriptionDetailProcess, type SubscriptionDetailResponse, type SubscriptionDetailResult, SubscriptionDetailTab, type SubscriptionDropdownOption, type SubscriptionDropdownOptionsResponse, type SubscriptionDropdownOptionsResult, SubscriptionField, type SubscriptionFieldProps, SubscriptionKeyValueBlock, SubscriptionStatus, type SubscriptionSummary, SubscriptionSummaryField, type SubscriptionSummaryFieldProps, type SubscriptionsResult, SummaryField, type SummaryFieldProps, type TableColumnKeys, type TableConfig, TableSettingsModal, type TableSettingsModalProps, TextField, type TextFieldProps, type TimelineItem, TimelinePosition, TimestampField, type TimestampFieldProps, type ToastState, ToastTypes, type TranslationMessagesMap, type TreeBlock, TreeContext, type TreeContextType, TreeProvider, type TreeProviderProps, UnconnectedSelectField, type UserInputForm, UserInputFormWizard, type ValidationError, type ValidationErrorContext, VlanField, type VlanFieldProps, WFO_STATUS_COLOR_FIELD, WfoArrowNarrowDown, WfoArrowNarrowUp, WfoArrowsExpand, WfoAuth, WfoBadge, type WfoBadgeProps, WfoBasicTable, type WfoBasicTableColumns, type WfoBasicTableColumnsWithControlColumns, type WfoBasicTableProps, WfoBell, WfoBreadcrumbs, WfoCheckmarkCircleFill, WfoChevronDown, WfoChevronUp, WfoCode, WfoCogFill, WfoContactEnvelopeFill, type WfoControlColumn, WfoCubeSolid, WfoDataGridTable, type WfoDataGridTableColumns, type WfoDataGridTableProps, type WfoDataSearch, type WfoDataSorting, WfoDateTime, type WfoDateTimeProps, WfoDropdownButton, WfoEngineStatusBadge, WfoEngineStatusButton, WfoEnvironmentBadge, WfoError, WfoErrorBoundary, type WfoEuiBasicTableColumn, WfoEyeFill, WfoFailedTasksBadge, type WfoFilterTab, WfoFilterTabs, type WfoFilterTabsProps, WfoFirstPartUUID, type WfoFirstUUIDPartProps, WfoFlushSettings, WfoHeaderBadge, type WfoIconProps, WfoInSyncField, WfoInformationModal, type WfoInformationModalProps, WfoInsyncIcon, WfoIsAllowedToRender, type WfoIsAllowedToRenderProps, WfoJsonCodeBlock, type WfoJsonCodeBlockProps, WfoKeyCell, type WfoKeyCellProps, WfoKeyValueTable, type WfoKeyValueTableDataType, type WfoKeyValueTableProps, WfoLoading, WfoLogoutIcon, WfoMinusCircleFill, WfoMinusCircleOutline, WfoModifySettings, WfoNoResults, WfoPageHeader, type WfoPageHeaderProps, WfoPageTemplate, type WfoPageTemplateProps, WfoPageUnauthorized, WfoPencil, WfoPencilAlt, WfoPlayCircle, WfoPlayFill, WfoPlusCircleFill, type WfoPolicyRenderFallbackProps, WfoPolicyRenderPageFallback, WfoProcessDetailPage, WfoProcessListSubscriptionsCell, WfoProcessRawData, WfoProcessStatusBadge, type WfoProcessStatusBadgeProps, WfoProcessSubscriptionDelta, WfoProcessesList, type WfoProcessesListProps, type WfoProcessesListSubscriptionsCellProps, WfoProcessesTimeline, WfoProductBlockBadge, type WfoProductBlockBadgeProps, WfoProductBlocksPage, WfoProductStatusBadge, type WfoProductStatusBadgeProps, WfoProductsPage, WfoRefresh, WfoRelatedSubscriptions, WfoResetTextSearchIndexButton, WfoResourceTypesPage, WfoSearchField, type WfoSearchFieldProps, WfoSearchStrikethrough, type WfoSession, WfoSettingsModal, type WfoSettingsModalProps, WfoSettingsPage, WfoShare, WfoSideMenu, WfoSidebar, type WfoSidebarProps, WfoSortAsc, WfoSortButton, type WfoSortButtonProps, WfoSortButtons, type WfoSortButtonsProps, WfoSortDesc, WfoSortDirectionIcon, type WfoSortDirectionIconProps, WfoStartPage, WfoStartProcessPage, WfoStartTaskButtonComboBox, WfoStartWorkflowButtonComboBox, WfoStatistic, WfoStatus, WfoStatusColorField, type WfoStatusColorFieldProps, WfoStatusDotIcon, WfoStep, WfoStepList, WfoStepListHeader, type WfoStepListHeaderProps, type WfoStepListProps, type WfoStepListRef, type WfoStepProps, WfoStepStatusIcon, type WfoStepStatusIconProps, WfoSubmitModal, type WfoSubmitModalProps, WfoSubscription, WfoSubscriptionActions, type WfoSubscriptionActionsProps, WfoSubscriptionDetailPage, WfoSubscriptionDetailTree, WfoSubscriptionGeneral, WfoSubscriptionProductBlock, WfoSubscriptionStatusBadge, type WfoSubscriptionStatusBadgeProps, WfoSubscriptionsListPage, type WfoTableColumns, type WfoTableColumnsWithExtraNonDataFields, type WfoTableControlColumnConfig, type WfoTableDataColumnConfig, WfoTableHeaderCell, type WfoTableHeaderCellProps, WfoTableWithFilter, type WfoTableWithFilterProps, WfoTasksListPage, WfoTasksListTabType, WfoTextAnchor, WfoTimeline, type WfoTimelineProps, WfoToastsList, type WfoTreeNodeMap, type WfoUserProfile, WfoValueCell, type WfoValueCellProps, WfoViewList, WfoWarningTriangle, WfoWorkflowStepList, type WfoWorkflowStepListProps, WfoWorkflowTargetBadge, type WfoWorkflowTargetBadgeProps, WfoWorkflowsListPage, WfoWorkflowsPage, WfoXCircleFill, type WorkflowDefinition, type WorkflowDefinitionsResult, type WorkflowListItem, WorkflowTarget, type WorkflowsResponse, addToastMessage, calculateTimeDifference, camelToHuman, clearTableConfigFromLocalStorage, csvDownloadHandler, defaultOrchestratorTheme, defaultTasksListTabs, determineNewSortOrder, determinePageIndex, filterDataByCriteria, flattenArrayProps, formatDate, formatDateCetWithUtc, getApiClient, getCsvFileNameWithDate, getCurrentBrowserLocale, getCustomApiSlice, getDataSortHandler, getDate, getFieldFromProductBlockInstanceValues, getFirstUuidPart, getInitialColumnOrder, getLastUncompletedProcess, getLatestTaskDate, getNumberValueFromEnvironmentVariable, getOrchestratorConfigSlice, getOrchestratorStore, getPageChangeHandler, getProductBlockTitle, getProductNamesFromProcess, getQueryStringHandler, getQueryVariablesForExport, getSortDirectionFromString, getStatusBadgeColor, getStepContent, getTableConfigFromLocalStorage, getTasksListTabTypeFromString, getTypedFieldFromObject, getWfoBasicTableStyles, getWorkflowTargetColor, getWorkflowTargetIconContent, initiateCsvFileDownload, isToday, isUuid4, isValidLocalStorageTableConfig, localMomentToUtcTimestamp, mapColumnSortToEuiDataGridSorting, mapSortableAndFilterableValuesToTableColumnConfig, onlyUnique, orchestratorApi, parseDate, parseDateOrTimeRelativeToToday, parseDateRelativeToToday, parseDateToLocaleDateString, parseDateToLocaleDateTimeString, parseDateToLocaleTimeString, parseIsoString, prepareHeaders, processListQuery, processListSummaryQuery, processStepsQuery, productBlocksQuery, products, productsSummary, removeSuffix, removeToastMessage, renderEmptyElementWhenNotAllowedByPolicy, resourceTypesQuery, setTableConfigToLocalStorage, snakeToHuman, snakeToKebab, stop, subscriptionDetailQuery, subscriptionsDropdownOptionsQuery, toastMessagesReducer, toastMessagesSlice, upperCaseFirstChar, urlPolicyMap, useCacheNames, useCheckEngineStatus, useClearCacheMutation, useDataDisplayParams, useFilterQueryWithRest, useGetCustomersQuery, useGetEngineStatusQuery, useGetProcessListQuery, useGetProcessListSummaryQuery, useGetProductBlocksQuery, useGetProductsQuery, useGetProductsSummaryQuery, useGetRelatedSubscriptionsQuery, useGetResourceTypesQuery, useGetSubscriptionDetailQuery, useGetSubscriptionsDropdownOptionsQuery, useGetTaskOptionsQuery, useGetTimeLineItemsQuery, useGetTranslationMessages, useGetWorkflowOptionsQuery, useGetWorkflowsQuery, useLazyGetProcessListQuery, useLazyGetProductBlocksQuery, useLazyGetProductsQuery, useLazyGetResourceTypesQuery, useLazyGetWorkflowsQuery, useMutateProcess, useOrchestratorConfig, useOrchestratorTheme, usePolicy, useProcessStatusCountsQuery, useQueryWithFetch, useRawProcessDetails, useResetTextSearchIndexMutation, useSetEngineStatusMutation, useSetSubscriptionInSyncMutation, useShowToastMessage, useStoredTableConfig, useStreamMessagesQuery, useSubscriptionActions, useWfoSession, useWithOrchestratorTheme, utcTimestampToLocalMoment, workflowsQuery };
3397
+ export { ACTIVE_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, ACTIVE_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, AcceptField, type AcceptFieldProps, ApiClient, ApiClientContext, ApiClientContextProvider, type ApiClientContextProviderProps, type ApiContext, type AppDispatch, type AutoFieldsProps, BadgeType, BaseApiClient, type BaseGraphQlResult, BaseQueryTypes, BoolField, type BoolFieldProps, COMPLETED_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, COMPLETED_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, type CacheNames, type CacheOption, CacheTags, ColorModes, type ColumnConfig, type ConfirmDialogActions, ConfirmationDialogContext, ConfirmationDialogContextWrapper, ConfirmationDialogProvider, ConnectedSelectField, ContactPersonAutocomplete, ContactPersonNameField, type ContactPersonNameFieldProps, CreateForm, type CustomApiConfig, type Customer, CustomerField, type CustomerFieldProps, type CustomersResult, DEFAULT_PAGE_SIZE, DEFAULT_PAGE_SIZES, type DataDisplayParams, type DataDisplayReturnValues, DateField, type DateFieldProps, DividerField, type DividerFieldProps, type EmailAddress, type EmailState, EngineStatus, Environment, ErrorField, type ErrorFieldProps, ErrorsField, type ErrorsFieldProps, type ExternalService, type FetchFilter, type Field, type FieldProps$1 as FieldProps, type FieldValue, type FilterQuery, type FixedInputDefinition, type Form, type FormNotCompleteResponse, type GraphQLPageInfo, type GraphQLSort, type GraphqlFilter, type GraphqlQueryVariables, type GroupedStep, HIDDEN_KEYS, type HeaderBadgeProps, type IPvAnyNetworkFieldProps, type ImsNode, ImsNodeIdField, type ImsNodeIdFieldProps, type ImsPort, type ImsPortFieldProps, ImsPortIdField, type InUseByRelation, type InputForm, type IpBlock, IpNetworkField, type IpPrefix, type KeyValue, LabelField, type LabelFieldProps, ListAddField, type ListAddFieldProps, ListDelField, type ListDelFieldProps, ListField, type ListFieldProps, ListSelectField, type ListSelectFieldProps, Locale, LocationCodeField, type LocationCodeFieldProps, LongTextField, type LongTextFieldProps, MAXIMUM_ITEMS_FOR_BULK_FETCHING, METADATA_PRODUCT_BLOCKS_TABLE_LOCAL_STORAGE_KEY, METADATA_PRODUCT_TABLE_LOCAL_STORAGE_KEY, METADATA_RESOURCE_TYPES_TABLE_LOCAL_STORAGE_KEY, METADATA_WORKFLOWS_TABLE_LOCAL_STORAGE_KEY, NUMBER_OF_ITEMS_REPRESENTING_ALL_ITEMS, NestField, type NestFieldProps, type NodeSubscription, type Nullable, NumField, type NumFieldProps, OptGroupField, type OptGroupFieldProps, type OrchestratorConfig, OrchestratorConfigContext, OrchestratorConfigProvider, type OrchestratorConfigProviderProps, PATH_METADATA, PATH_METADATA_PRODUCTS, PATH_METADATA_PRODUCT_BLOCKS, PATH_METADATA_RESOURCE_TYPES, PATH_METADATA_WORKFLOWS, PATH_SETTINGS, PATH_START, PATH_START_NEW_TASK, PATH_START_NEW_WORKFLOW, PATH_SUBSCRIPTIONS, PATH_TASKS, PATH_WORKFLOWS, type Pagination, type Policy, PolicyContext, PolicyContextProvider, type PolicyProviderProps, PolicyResource, PortMode, type Process, type ProcessDetail, type ProcessDetailResultRaw, ProcessDoneStatuses, type ProcessListItem, type ProcessListResponse, type ProcessListResult, type ProcessListSummaryResponse, ProcessStatus, type ProcessStatusCounts, type ProcessStepsResult, type ProcessesDetailResult, type ProductBlockDefinition, type ProductBlockDefinitionsResult, type ProductBlockInstance, type ProductBlocksResponse, type ProductDefinition, type ProductDefinitionsResult, ProductField, type ProductFieldProps, ProductLifecycleStatus, ProductTag, type ProductsResponse, type ProductsSummary, type ProductsSummaryResponse, RENDER_ALL, RESOURCE_TYPE_FIELD_DESCRIPTION, RESOURCE_TYPE_FIELD_ID, RESOURCE_TYPE_FIELD_PRODUCT_BLOCKS, RESOURCE_TYPE_FIELD_TYPE, RadioField, type RadioFieldProps, type RelatedSubscription, RelatedSubscriptionsQuery, type RelatedSubscriptionsResponse, type RelatedSubscriptionsResult, RenderDirection, type ResourceTypeDefinition, type ResourceTypeDefinitionsResult, type ResourceTypesResponse, type RootState, STEP_STATE_HIDDEN_KEYS, SUBSCRIPTIONS_TABLE_LOCAL_STORAGE_KEY, type SelectFieldProps, type ServicePort, type ShowConfirmDialog, type ShowConfirmDialogType, type SortOption, SortOrder, type StartComboBoxOption, type StartOptionsResponse, type StartOptionsResult, type StartProcessStep, type Step, type StepListItem, type StepState, StepStatus, StoreProvider, type StoreProviderProps, type StoredTableConfig, SubmitField, type SubmitFieldProps, type Subscription, type SubscriptionAction, type SubscriptionDetail, type SubscriptionDetailProcess, type SubscriptionDetailResponse, type SubscriptionDetailResult, SubscriptionDetailTab, type SubscriptionDropdownOption, type SubscriptionDropdownOptionsResponse, type SubscriptionDropdownOptionsResult, SubscriptionField, type SubscriptionFieldProps, SubscriptionKeyValueBlock, SubscriptionStatus, type SubscriptionSummary, SubscriptionSummaryField, type SubscriptionSummaryFieldProps, type SubscriptionsResult, SummaryField, type SummaryFieldProps, type TableColumnKeys, type TableConfig, TableSettingsModal, type TableSettingsModalProps, TextField, type TextFieldProps, type TimelineItem, TimelinePosition, TimestampField, type TimestampFieldProps, type ToastState, ToastTypes, type TranslationMessagesMap, type TreeBlock, TreeContext, type TreeContextType, TreeProvider, type TreeProviderProps, UnconnectedSelectField, type UserInputForm, UserInputFormWizard, type ValidationError, type ValidationErrorContext, VlanField, type VlanFieldProps, WFO_STATUS_COLOR_FIELD, WfoArrowNarrowDown, WfoArrowNarrowUp, WfoArrowsExpand, WfoAuth, WfoBadge, type WfoBadgeProps, WfoBasicTable, type WfoBasicTableColumns, type WfoBasicTableColumnsWithControlColumns, type WfoBasicTableProps, WfoBell, WfoBreadcrumbs, WfoCheckmarkCircleFill, WfoChevronDown, WfoChevronUp, WfoCode, WfoCogFill, WfoContactEnvelopeFill, type WfoControlColumn, WfoCubeSolid, WfoDataGridTable, type WfoDataGridTableColumns, type WfoDataGridTableProps, type WfoDataSearch, type WfoDataSorting, WfoDateTime, type WfoDateTimeProps, WfoDropdownButton, WfoEngineStatusBadge, WfoEngineStatusButton, WfoEnvironmentBadge, WfoError, WfoErrorBoundary, type WfoEuiBasicTableColumn, WfoExternalLink, WfoEyeFill, WfoFailedTasksBadge, type WfoFilterTab, WfoFilterTabs, type WfoFilterTabsProps, WfoFirstPartUUID, type WfoFirstUUIDPartProps, WfoFlushSettings, WfoHeaderBadge, type WfoIconProps, WfoInSyncField, WfoInformationModal, type WfoInformationModalProps, WfoInlineJson, type WfoInlineJsonProps, WfoInsyncIcon, WfoIsAllowedToRender, type WfoIsAllowedToRenderProps, WfoJsonCodeBlock, type WfoJsonCodeBlockProps, WfoKeyCell, type WfoKeyCellProps, WfoKeyValueTable, type WfoKeyValueTableDataType, type WfoKeyValueTableProps, WfoLoading, WfoLogoutIcon, WfoMinusCircleFill, WfoMinusCircleOutline, WfoModifySettings, WfoNoResults, WfoPageHeader, type WfoPageHeaderProps, WfoPageTemplate, type WfoPageTemplateProps, WfoPageUnauthorized, WfoPencil, WfoPencilAlt, WfoPlayCircle, WfoPlayFill, WfoPlusCircleFill, type WfoPolicyRenderFallbackProps, WfoPolicyRenderPageFallback, WfoProcessDetailPage, WfoProcessListSubscriptionsCell, WfoProcessRawData, WfoProcessStatusBadge, type WfoProcessStatusBadgeProps, WfoProcessSubscriptionDelta, WfoProcessesList, type WfoProcessesListProps, type WfoProcessesListSubscriptionsCellProps, WfoProcessesTimeline, WfoProductBlockBadge, type WfoProductBlockBadgeProps, WfoProductBlocksPage, WfoProductStatusBadge, type WfoProductStatusBadgeProps, WfoProductsPage, WfoRefresh, WfoRelatedSubscriptions, WfoResetTextSearchIndexButton, WfoResourceTypesPage, WfoSearchField, type WfoSearchFieldProps, WfoSearchStrikethrough, type WfoSession, WfoSettingsModal, type WfoSettingsModalProps, WfoSettingsPage, WfoShare, WfoSideMenu, WfoSidebar, type WfoSidebarProps, WfoSortAsc, WfoSortButton, type WfoSortButtonProps, WfoSortButtons, type WfoSortButtonsProps, WfoSortDesc, WfoSortDirectionIcon, type WfoSortDirectionIconProps, WfoStartPage, WfoStartProcessPage, WfoStartTaskButtonComboBox, WfoStartWorkflowButtonComboBox, WfoStatistic, WfoStatus, WfoStatusColorField, type WfoStatusColorFieldProps, WfoStatusDotIcon, WfoStep, WfoStepList, WfoStepListHeader, type WfoStepListHeaderProps, type WfoStepListProps, type WfoStepListRef, type WfoStepProps, WfoStepStatusIcon, type WfoStepStatusIconProps, WfoSubmitModal, type WfoSubmitModalProps, WfoSubscription, WfoSubscriptionActions, type WfoSubscriptionActionsProps, WfoSubscriptionDetailPage, WfoSubscriptionDetailTree, WfoSubscriptionGeneral, WfoSubscriptionProductBlock, WfoSubscriptionStatusBadge, type WfoSubscriptionStatusBadgeProps, WfoSubscriptionsListPage, type WfoTableColumns, type WfoTableColumnsWithExtraNonDataFields, type WfoTableControlColumnConfig, type WfoTableDataColumnConfig, WfoTableHeaderCell, type WfoTableHeaderCellProps, WfoTableWithFilter, type WfoTableWithFilterProps, WfoTasksListPage, WfoTasksListTabType, WfoTextAnchor, WfoTimeline, type WfoTimelineProps, WfoToastsList, type WfoTreeNodeMap, type WfoUserProfile, WfoValueCell, type WfoValueCellProps, WfoViewList, WfoWarningTriangle, WfoWorkflowStepList, type WfoWorkflowStepListProps, WfoWorkflowTargetBadge, type WfoWorkflowTargetBadgeProps, WfoWorkflowsListPage, WfoWorkflowsPage, WfoXCircleFill, type WorkflowDefinition, type WorkflowDefinitionsResult, type WorkflowListItem, WorkflowTarget, type WorkflowsResponse, addToastMessage, calculateTimeDifference, camelToHuman, clearTableConfigFromLocalStorage, csvDownloadHandler, defaultOrchestratorTheme, defaultTasksListTabs, determineNewSortOrder, determinePageIndex, filterDataByCriteria, flattenArrayProps, formatDate, formatDateCetWithUtc, getApiClient, getCsvFileNameWithDate, getCurrentBrowserLocale, getCustomApiSlice, getDataSortHandler, getDate, getFieldFromProductBlockInstanceValues, getFirstUuidPart, getInitialColumnOrder, getLastUncompletedProcess, getLatestTaskDate, getNumberValueFromEnvironmentVariable, getOrchestratorConfigSlice, getOrchestratorStore, getPageChangeHandler, getProductBlockTitle, getProductNamesFromProcess, getQueryStringHandler, getQueryVariablesForExport, getSortDirectionFromString, getStatusBadgeColor, getStepContent, getStyles, getTableConfigFromLocalStorage, getTasksListTabTypeFromString, getTypedFieldFromObject, getWfoBasicTableStyles, getWorkflowTargetColor, getWorkflowTargetIconContent, imsPortIdFieldStyling, initiateCsvFileDownload, ipPrefixTableFieldStyling, ipamStates, isToday, isUuid4, isValidLocalStorageTableConfig, localMomentToUtcTimestamp, mapColumnSortToEuiDataGridSorting, mapSortableAndFilterableValuesToTableColumnConfig, onlyUnique, orchestratorApi, parseDate, parseDateOrTimeRelativeToToday, parseDateRelativeToToday, parseDateToLocaleDateString, parseDateToLocaleDateTimeString, parseDateToLocaleTimeString, parseIsoString, prepareHeaders, processListQuery, processListSummaryQuery, processStepsQuery, productBlocksQuery, products, productsSummary, removeSuffix, removeToastMessage, renderEmptyElementWhenNotAllowedByPolicy, resourceTypesQuery, setTableConfigToLocalStorage, snakeToHuman, snakeToKebab, splitPrefixStyling, stop, subscriptionDetailQuery, subscriptionsDropdownOptionsQuery, toastMessagesReducer, toastMessagesSlice, upperCaseFirstChar, urlPolicyMap, useCacheNames, useCheckEngineStatus, useClearCacheMutation, useDataDisplayParams, useFilterQueryWithRest, useGetCustomersQuery, useGetEngineStatusQuery, useGetProcessListQuery, useGetProcessListSummaryQuery, useGetProductBlocksQuery, useGetProductsQuery, useGetProductsSummaryQuery, useGetRelatedSubscriptionsQuery, useGetResourceTypesQuery, useGetSubscriptionDetailQuery, useGetSubscriptionsDropdownOptionsQuery, useGetTaskOptionsQuery, useGetTimeLineItemsQuery, useGetTranslationMessages, useGetWorkflowOptionsQuery, useGetWorkflowsQuery, useLazyGetProcessListQuery, useLazyGetProductBlocksQuery, useLazyGetProductsQuery, useLazyGetResourceTypesQuery, useLazyGetWorkflowsQuery, useMutateProcess, useOrchestratorConfig, useOrchestratorTheme, usePolicy, useProcessStatusCountsQuery, useQueryWithFetch, useRawProcessDetails, useResetTextSearchIndexMutation, useSetEngineStatusMutation, useSetSubscriptionInSyncMutation, useShowToastMessage, useStoredTableConfig, useStreamMessagesQuery, useSubscriptionActions, useWfoSession, useWithOrchestratorTheme, utcTimestampToLocalMoment, workflowsQuery };