@orchestrator-ui/orchestrator-ui-components 6.8.0 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/.turbo/turbo-build.log +8 -8
  2. package/.turbo/turbo-lint.log +1 -1
  3. package/.turbo/turbo-test.log +8 -9
  4. package/CHANGELOG.md +10 -0
  5. package/dist/index.d.ts +155 -4305
  6. package/dist/index.js +1636 -5688
  7. package/dist/index.js.map +1 -1
  8. package/package.json +4 -8
  9. package/src/components/WfoPydanticForm/RenderFormErrors.tsx +2 -1
  10. package/src/components/WfoPydanticForm/Row.tsx +3 -1
  11. package/src/components/WfoPydanticForm/fields/WfoSummary.tsx +3 -5
  12. package/src/components/WfoPydanticForm/fields/styles.ts +72 -0
  13. package/src/components/WfoWorkflowSteps/WfoStep/WfoStep.tsx +10 -27
  14. package/src/components/WfoWorkflowSteps/WfoStep/WfoStepForm.tsx +1 -1
  15. package/src/components/index.ts +0 -1
  16. package/src/configuration/version.ts +1 -1
  17. package/src/contexts/OrchestratorConfigContext.tsx +0 -1
  18. package/src/pages/processes/WfoStartProcessPage.tsx +5 -107
  19. package/src/rtk/endpoints/index.ts +0 -2
  20. package/src/types/index.ts +0 -1
  21. package/src/types/types.ts +0 -1
  22. package/src/components/WfoForms/AutoFieldLoader.tsx +0 -118
  23. package/src/components/WfoForms/AutoFields.tsx +0 -49
  24. package/src/components/WfoForms/CreateForm.tsx +0 -75
  25. package/src/components/WfoForms/UserInputForm.tsx +0 -697
  26. package/src/components/WfoForms/UserInputFormStyling.ts +0 -80
  27. package/src/components/WfoForms/UserInputFormWizard.tsx +0 -127
  28. package/src/components/WfoForms/formFields/AcceptField.tsx +0 -243
  29. package/src/components/WfoForms/formFields/AcceptFieldStyling.ts +0 -35
  30. package/src/components/WfoForms/formFields/BoolField.tsx +0 -77
  31. package/src/components/WfoForms/formFields/BoolFieldStyling.ts +0 -64
  32. package/src/components/WfoForms/formFields/ConnectedSelectField.tsx +0 -19
  33. package/src/components/WfoForms/formFields/CustomerField.tsx +0 -77
  34. package/src/components/WfoForms/formFields/DateField.tsx +0 -72
  35. package/src/components/WfoForms/formFields/DividerField.tsx +0 -29
  36. package/src/components/WfoForms/formFields/ErrorField.tsx +0 -40
  37. package/src/components/WfoForms/formFields/ErrorsField.tsx +0 -34
  38. package/src/components/WfoForms/formFields/LabelField.tsx +0 -43
  39. package/src/components/WfoForms/formFields/ListAddField.tsx +0 -95
  40. package/src/components/WfoForms/formFields/ListDelField.tsx +0 -95
  41. package/src/components/WfoForms/formFields/ListField.tsx +0 -117
  42. package/src/components/WfoForms/formFields/ListItemField.tsx +0 -40
  43. package/src/components/WfoForms/formFields/ListSelectField.tsx +0 -95
  44. package/src/components/WfoForms/formFields/LocationCodeField.tsx +0 -60
  45. package/src/components/WfoForms/formFields/LongTextField.tsx +0 -68
  46. package/src/components/WfoForms/formFields/NestField.tsx +0 -107
  47. package/src/components/WfoForms/formFields/NumField.tsx +0 -85
  48. package/src/components/WfoForms/formFields/OptGroupField.tsx +0 -74
  49. package/src/components/WfoForms/formFields/RadioField.tsx +0 -87
  50. package/src/components/WfoForms/formFields/SelectField/SelectField.tsx +0 -177
  51. package/src/components/WfoForms/formFields/SelectField/index.ts +0 -1
  52. package/src/components/WfoForms/formFields/SelectField/styles.ts +0 -52
  53. package/src/components/WfoForms/formFields/SubmitField.tsx +0 -50
  54. package/src/components/WfoForms/formFields/SubscriptionSummaryField.tsx +0 -74
  55. package/src/components/WfoForms/formFields/SummaryField.tsx +0 -104
  56. package/src/components/WfoForms/formFields/SummaryFieldStyling.ts +0 -44
  57. package/src/components/WfoForms/formFields/TextField.tsx +0 -81
  58. package/src/components/WfoForms/formFields/commonStyles.ts +0 -32
  59. package/src/components/WfoForms/formFields/deprecated/ContactPersonAutocomplete.tsx +0 -99
  60. package/src/components/WfoForms/formFields/deprecated/ContactPersonAutocompleteStyles.ts +0 -41
  61. package/src/components/WfoForms/formFields/deprecated/ContactPersonNameField.tsx +0 -263
  62. package/src/components/WfoForms/formFields/deprecated/FileUploadField.tsx +0 -151
  63. package/src/components/WfoForms/formFields/deprecated/ImsNodeIdField.tsx +0 -109
  64. package/src/components/WfoForms/formFields/deprecated/ImsPortIdField.tsx +0 -233
  65. package/src/components/WfoForms/formFields/deprecated/ImsPortIdFieldStyling.ts +0 -17
  66. package/src/components/WfoForms/formFields/deprecated/IpNetworkField.tsx +0 -105
  67. package/src/components/WfoForms/formFields/deprecated/IpPrefixTableField.tsx +0 -390
  68. package/src/components/WfoForms/formFields/deprecated/IpPrefixTableFieldStyling.ts +0 -117
  69. package/src/components/WfoForms/formFields/deprecated/SplitPrefix.tsx +0 -138
  70. package/src/components/WfoForms/formFields/deprecated/SplitPrefixStyling.ts +0 -11
  71. package/src/components/WfoForms/formFields/deprecated/SubscriptionField.tsx +0 -263
  72. package/src/components/WfoForms/formFields/deprecated/SubscriptionFieldStyling.ts +0 -33
  73. package/src/components/WfoForms/formFields/deprecated/TimestampField.tsx +0 -110
  74. package/src/components/WfoForms/formFields/deprecated/VlanField.tsx +0 -300
  75. package/src/components/WfoForms/formFields/deprecated/index.ts +0 -15
  76. package/src/components/WfoForms/formFields/deprecated/types.ts +0 -74
  77. package/src/components/WfoForms/formFields/deprecated/utils.ts +0 -1
  78. package/src/components/WfoForms/formFields/index.ts +0 -30
  79. package/src/components/WfoForms/formFields/listFieldStyling.ts +0 -86
  80. package/src/components/WfoForms/formFields/types.ts +0 -41
  81. package/src/components/WfoForms/formFields/utils.spec.ts +0 -296
  82. package/src/components/WfoForms/formFields/utils.ts +0 -69
  83. package/src/components/WfoForms/index.ts +0 -5
  84. package/src/components/WfoWorkflowSteps/WfoStep/WfoStepFormOld.tsx +0 -67
  85. package/src/hooks/deprecated/useGetSurfSubcriptionDropdownOptions.ts +0 -37
  86. package/src/hooks/deprecated/useIsTaggedPort.ts +0 -25
  87. package/src/rtk/endpoints/deprecated/index.ts +0 -1
  88. package/src/rtk/endpoints/deprecated/surfSubscriptionDropdownOptions.ts +0 -53
  89. package/src/rtk/endpoints/formFields.ts +0 -131
  90. package/src/rtk/endpoints/ipam.ts +0 -54
  91. package/src/types/deprecated/SurfSubscriptionDropdownOptionsFilterParams.ts +0 -10
  92. package/src/types/deprecated/index.ts +0 -1
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import React__default, { ReactNode, FC, ReactElement, CSSProperties, Ref, HTMLAttributeAnchorTarget, ComponentType, HTMLProps, FunctionComponent, ErrorInfo } from 'react';
2
+ import React__default, { ReactNode, FC, ReactElement, CSSProperties, HTMLAttributeAnchorTarget, FunctionComponent, ErrorInfo } from 'react';
3
3
  import { EuiBadgeProps, EuiThemeComputed, EuiThemeModifications, EuiThemeColorModeStandard, EuiContextMenuPanelDescriptor, EuiThemeColorMode, EuiSideNavItemType, EuiSelectableOption } from '@elastic/eui';
4
4
  import { TextSize } from '@elastic/eui/src/components/text/text';
5
5
  import { TextColor } from '@elastic/eui/src/components/text/text_color';
@@ -10,17 +10,13 @@ import { GraphQLErrorExtensions, GraphQLError } from 'graphql/error/GraphQLError
10
10
  import * as _reduxjs_toolkit_query from '@reduxjs/toolkit/query';
11
11
  import { CombinedState, BaseQueryFn, FetchBaseQueryError } from '@reduxjs/toolkit/query';
12
12
  import { ErrorResponse, GraphqlRequestBaseQueryArgs } from '@rtk-query/graphql-request-base-query/dist/GraphqlBaseQueryTypes';
13
- import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
14
- import { NextRouter } from 'next/router';
15
- import * as uniforms from 'uniforms';
16
- import { HTMLFieldProps, FieldProps as FieldProps$1 } from 'uniforms';
17
13
  import * as graphql from 'graphql';
14
+ import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
18
15
  import { EuiSideNavItemType as EuiSideNavItemType$1 } from '@elastic/eui/src/components/side_nav/side_nav_types';
19
16
  import { TranslationValues } from 'next-intl';
20
17
  import * as _reduxjs_toolkit from '@reduxjs/toolkit';
21
18
  import { Slice, Reducer, PayloadAction, EnhancedStore, Dispatch, UnknownAction, SerializedError } from '@reduxjs/toolkit';
22
19
  import * as _emotion_react from '@emotion/react';
23
- import moment, { Moment } from 'moment-timezone';
24
20
  import * as csstype from 'csstype';
25
21
  import { IconType } from '@elastic/eui/src/components/icon';
26
22
  import { ComponentMatcherExtender, PydanticFormLabelProvider, PydanticFormControlledElement, PydanticFormElement, PydanticFormElementProps, RowRenderComponent, PydanticFormFooterProps, PydanticFormHeaderProps } from 'pydantic-forms';
@@ -19499,3897 +19495,172 @@ declare const useStartFormMutation: <R extends Record<string, any> = ({
19499
19495
  reset: () => void;
19500
19496
  }];
19501
19497
 
19502
- /**
19503
- * Serialize URL parameters object to a string.
19504
- *
19505
- * @param params Object with url parameters, values can be scalar or array, i.e. {a: [1, 2], b: [3], c: 4}
19506
- * @returns the url parameter string, i.e. ?a=1&a=2&b=3&c=4
19507
- */
19508
- declare function toUrlParams(params: Record<string, unknown>): string;
19509
- declare const useGetSurfSubscriptionDropdownOptionsQuery: <R extends Record<string, any> = _reduxjs_toolkit_query.TSHelpersId<(Omit<{
19498
+ interface FileUploadPayload {
19499
+ url: string;
19500
+ file: File;
19501
+ }
19502
+ interface FileUploadReturnValue {
19503
+ file_id: string;
19504
+ file_name: string;
19505
+ }
19506
+ declare const useUploadFileMutation: <R extends Record<string, any> = ({
19507
+ requestId?: undefined;
19510
19508
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
19511
- originalArgs?: undefined | undefined;
19512
- data?: undefined | undefined;
19513
- error?: undefined | undefined;
19514
- requestId?: undefined | undefined;
19515
- endpointName?: string | undefined;
19516
- startedTimeStamp?: undefined | undefined;
19517
- fulfilledTimeStamp?: undefined | undefined;
19509
+ data?: undefined;
19510
+ error?: undefined;
19511
+ endpointName?: string;
19512
+ startedTimeStamp?: undefined;
19513
+ fulfilledTimeStamp?: undefined;
19518
19514
  } & {
19519
- currentData?: Option<string>[] | undefined;
19520
- isUninitialized: false;
19515
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
19516
+ isUninitialized: true;
19521
19517
  isLoading: false;
19522
- isFetching: false;
19523
19518
  isSuccess: false;
19524
19519
  isError: false;
19525
- }, "isUninitialized"> & {
19526
- isUninitialized: true;
19527
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
19528
- params: SurfSubscriptionDropdownOptionsFilterParams;
19529
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
19530
- baseQueryType?: BaseQueryTypes;
19531
- apiName?: string;
19532
- paramsSerializer?: (params: Record<string, unknown>) => string;
19533
- }) => {
19534
- error?: undefined;
19535
- data: unknown;
19536
- meta?: {} | undefined;
19537
- } | {
19538
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
19539
- data?: undefined;
19540
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
19541
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
19542
- error: graphql.GraphQLError[] | undefined;
19543
- data?: undefined;
19544
- meta?: {} | undefined;
19545
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
19546
- currentData?: Option<string>[] | undefined;
19520
+ }) | ({
19521
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
19522
+ } & Omit<{
19523
+ requestId: string;
19524
+ data?: FileUploadReturnValue | undefined;
19525
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
19526
+ endpointName: string;
19527
+ startedTimeStamp: number;
19528
+ fulfilledTimeStamp?: number;
19529
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
19530
+ requestId: string;
19531
+ data?: FileUploadReturnValue | undefined;
19532
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
19533
+ endpointName: string;
19534
+ startedTimeStamp: number;
19535
+ fulfilledTimeStamp?: number;
19536
+ }, "data" | "fulfilledTimeStamp">> & {
19537
+ error: undefined;
19538
+ } & {
19539
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
19547
19540
  isUninitialized: false;
19548
19541
  isLoading: false;
19549
- isFetching: false;
19550
- isSuccess: false;
19542
+ isSuccess: true;
19551
19543
  isError: false;
19552
- }, "data" | "isLoading" | "isFetching"> & {
19553
- isLoading: true;
19554
- isFetching: boolean;
19555
- data: undefined;
19556
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
19557
- params: SurfSubscriptionDropdownOptionsFilterParams;
19558
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
19559
- baseQueryType?: BaseQueryTypes;
19560
- apiName?: string;
19561
- paramsSerializer?: (params: Record<string, unknown>) => string;
19562
- }) => {
19563
- error?: undefined;
19564
- data: unknown;
19565
- meta?: {} | undefined;
19566
- } | {
19567
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
19568
- data?: undefined;
19569
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
19570
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
19571
- error: graphql.GraphQLError[] | undefined;
19544
+ }) | ({
19545
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
19546
+ } & {
19547
+ requestId: string;
19548
+ data?: FileUploadReturnValue | undefined;
19549
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
19550
+ endpointName: string;
19551
+ startedTimeStamp: number;
19552
+ fulfilledTimeStamp?: number;
19553
+ } & {
19572
19554
  data?: undefined;
19573
- meta?: {} | undefined;
19574
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
19575
- currentData?: Option<string>[] | undefined;
19555
+ } & {
19556
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
19576
19557
  isUninitialized: false;
19577
- isLoading: false;
19578
- isFetching: false;
19558
+ isLoading: true;
19579
19559
  isSuccess: false;
19580
19560
  isError: false;
19581
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
19582
- isSuccess: true;
19583
- isFetching: true;
19584
- error: undefined;
19585
- } & {
19586
- data: Option<string>[];
19587
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
19588
- params: SurfSubscriptionDropdownOptionsFilterParams;
19589
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
19590
- baseQueryType?: BaseQueryTypes;
19591
- apiName?: string;
19592
- paramsSerializer?: (params: Record<string, unknown>) => string;
19593
- }) => {
19594
- error?: undefined;
19595
- data: unknown;
19596
- meta?: {} | undefined;
19597
- } | {
19598
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
19599
- data?: undefined;
19600
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
19601
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
19602
- error: graphql.GraphQLError[] | undefined;
19603
- data?: undefined;
19604
- meta?: {} | undefined;
19605
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
19606
- currentData?: Option<string>[] | undefined;
19561
+ }) | ({
19562
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
19563
+ } & Omit<{
19564
+ requestId: string;
19565
+ data?: FileUploadReturnValue | undefined;
19566
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
19567
+ endpointName: string;
19568
+ startedTimeStamp: number;
19569
+ fulfilledTimeStamp?: number;
19570
+ }, "error"> & Required<Pick<{
19571
+ requestId: string;
19572
+ data?: FileUploadReturnValue | undefined;
19573
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
19574
+ endpointName: string;
19575
+ startedTimeStamp: number;
19576
+ fulfilledTimeStamp?: number;
19577
+ }, "error">> & {
19578
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
19607
19579
  isUninitialized: false;
19608
19580
  isLoading: false;
19609
- isFetching: false;
19610
19581
  isSuccess: false;
19611
- isError: false;
19612
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
19613
- params: SurfSubscriptionDropdownOptionsFilterParams;
19614
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
19615
- baseQueryType?: BaseQueryTypes;
19616
- apiName?: string;
19617
- paramsSerializer?: (params: Record<string, unknown>) => string;
19618
- }) => {
19619
- error?: undefined;
19620
- data: unknown;
19621
- meta?: {} | undefined;
19622
- } | {
19623
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
19624
- data?: undefined;
19625
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
19626
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
19627
- error: graphql.GraphQLError[] | undefined;
19628
- data?: undefined;
19629
- meta?: {} | undefined;
19630
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
19631
- currentData?: Option<string>[] | undefined;
19632
- isUninitialized: false;
19633
- isLoading: false;
19634
- isFetching: false;
19635
- isSuccess: false;
19636
- isError: false;
19637
- }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
19638
- isSuccess: true;
19639
- isFetching: false;
19640
- error: undefined;
19641
- } & {
19642
- data: Option<string>[];
19643
- currentData: Option<string>[];
19644
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
19645
- params: SurfSubscriptionDropdownOptionsFilterParams;
19646
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
19647
- baseQueryType?: BaseQueryTypes;
19648
- apiName?: string;
19649
- paramsSerializer?: (params: Record<string, unknown>) => string;
19650
- }) => {
19651
- error?: undefined;
19652
- data: unknown;
19653
- meta?: {} | undefined;
19654
- } | {
19655
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
19656
- data?: undefined;
19657
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
19658
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
19659
- error: graphql.GraphQLError[] | undefined;
19660
- data?: undefined;
19661
- meta?: {} | undefined;
19662
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
19663
- currentData?: Option<string>[] | undefined;
19664
- isUninitialized: false;
19665
- isLoading: false;
19666
- isFetching: false;
19667
- isSuccess: false;
19668
- isError: false;
19669
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
19670
- params: SurfSubscriptionDropdownOptionsFilterParams;
19671
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
19672
- baseQueryType?: BaseQueryTypes;
19673
- apiName?: string;
19674
- paramsSerializer?: (params: Record<string, unknown>) => string;
19675
- }) => {
19676
- error?: undefined;
19677
- data: unknown;
19678
- meta?: {} | undefined;
19679
- } | {
19680
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
19681
- data?: undefined;
19682
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
19683
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
19684
- error: graphql.GraphQLError[] | undefined;
19685
- data?: undefined;
19686
- meta?: {} | undefined;
19687
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
19688
- currentData?: Option<string>[] | undefined;
19689
- isUninitialized: false;
19690
- isLoading: false;
19691
- isFetching: false;
19692
- isSuccess: false;
19693
- isError: false;
19694
- }, "error" | "isError"> & {
19695
- isError: true;
19696
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
19697
- params: SurfSubscriptionDropdownOptionsFilterParams;
19698
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
19699
- baseQueryType?: BaseQueryTypes;
19700
- apiName?: string;
19701
- paramsSerializer?: (params: Record<string, unknown>) => string;
19702
- }) => {
19703
- error?: undefined;
19704
- data: unknown;
19705
- meta?: {} | undefined;
19706
- } | {
19707
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
19708
- data?: undefined;
19709
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
19710
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
19711
- error: graphql.GraphQLError[] | undefined;
19712
- data?: undefined;
19713
- meta?: {} | undefined;
19714
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
19715
- currentData?: Option<string>[] | undefined;
19716
- isUninitialized: false;
19717
- isLoading: false;
19718
- isFetching: false;
19719
- isSuccess: false;
19720
- isError: false;
19721
- }, "error">>)> & {
19722
- status: _reduxjs_toolkit_query.QueryStatus;
19723
- }>(arg: typeof _reduxjs_toolkit_query.skipToken | {
19724
- params: SurfSubscriptionDropdownOptionsFilterParams;
19725
- }, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
19726
- skip?: boolean;
19727
- refetchOnMountOrArgChange?: boolean | number;
19728
- } & {
19729
- skip?: boolean;
19730
- selectFromResult?: ((state: _reduxjs_toolkit_query.TSHelpersId<(Omit<{
19731
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
19732
- originalArgs?: undefined | undefined;
19733
- data?: undefined | undefined;
19734
- error?: undefined | undefined;
19735
- requestId?: undefined | undefined;
19736
- endpointName?: string | undefined;
19737
- startedTimeStamp?: undefined | undefined;
19738
- fulfilledTimeStamp?: undefined | undefined;
19739
- } & {
19740
- currentData?: Option<string>[] | undefined;
19741
- isUninitialized: false;
19742
- isLoading: false;
19743
- isFetching: false;
19744
- isSuccess: false;
19745
- isError: false;
19746
- }, "isUninitialized"> & {
19747
- isUninitialized: true;
19748
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
19749
- params: SurfSubscriptionDropdownOptionsFilterParams;
19750
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
19751
- baseQueryType?: BaseQueryTypes;
19752
- apiName?: string;
19753
- paramsSerializer?: (params: Record<string, unknown>) => string;
19754
- }) => {
19755
- error?: undefined;
19756
- data: unknown;
19757
- meta?: {} | undefined;
19758
- } | {
19759
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
19760
- data?: undefined;
19761
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
19762
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
19763
- error: graphql.GraphQLError[] | undefined;
19764
- data?: undefined;
19765
- meta?: {} | undefined;
19766
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
19767
- currentData?: Option<string>[] | undefined;
19768
- isUninitialized: false;
19769
- isLoading: false;
19770
- isFetching: false;
19771
- isSuccess: false;
19772
- isError: false;
19773
- }, "data" | "isLoading" | "isFetching"> & {
19774
- isLoading: true;
19775
- isFetching: boolean;
19776
- data: undefined;
19777
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
19778
- params: SurfSubscriptionDropdownOptionsFilterParams;
19779
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
19780
- baseQueryType?: BaseQueryTypes;
19781
- apiName?: string;
19782
- paramsSerializer?: (params: Record<string, unknown>) => string;
19783
- }) => {
19784
- error?: undefined;
19785
- data: unknown;
19786
- meta?: {} | undefined;
19787
- } | {
19788
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
19789
- data?: undefined;
19790
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
19791
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
19792
- error: graphql.GraphQLError[] | undefined;
19793
- data?: undefined;
19794
- meta?: {} | undefined;
19795
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
19796
- currentData?: Option<string>[] | undefined;
19797
- isUninitialized: false;
19798
- isLoading: false;
19799
- isFetching: false;
19800
- isSuccess: false;
19801
- isError: false;
19802
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
19803
- isSuccess: true;
19804
- isFetching: true;
19805
- error: undefined;
19806
- } & {
19807
- data: Option<string>[];
19808
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
19809
- params: SurfSubscriptionDropdownOptionsFilterParams;
19810
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
19811
- baseQueryType?: BaseQueryTypes;
19812
- apiName?: string;
19813
- paramsSerializer?: (params: Record<string, unknown>) => string;
19814
- }) => {
19815
- error?: undefined;
19816
- data: unknown;
19817
- meta?: {} | undefined;
19818
- } | {
19819
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
19820
- data?: undefined;
19821
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
19822
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
19823
- error: graphql.GraphQLError[] | undefined;
19824
- data?: undefined;
19825
- meta?: {} | undefined;
19826
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
19827
- currentData?: Option<string>[] | undefined;
19828
- isUninitialized: false;
19829
- isLoading: false;
19830
- isFetching: false;
19831
- isSuccess: false;
19832
- isError: false;
19833
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
19834
- params: SurfSubscriptionDropdownOptionsFilterParams;
19835
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
19836
- baseQueryType?: BaseQueryTypes;
19837
- apiName?: string;
19838
- paramsSerializer?: (params: Record<string, unknown>) => string;
19839
- }) => {
19840
- error?: undefined;
19841
- data: unknown;
19842
- meta?: {} | undefined;
19843
- } | {
19844
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
19845
- data?: undefined;
19846
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
19847
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
19848
- error: graphql.GraphQLError[] | undefined;
19849
- data?: undefined;
19850
- meta?: {} | undefined;
19851
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
19852
- currentData?: Option<string>[] | undefined;
19853
- isUninitialized: false;
19854
- isLoading: false;
19855
- isFetching: false;
19856
- isSuccess: false;
19857
- isError: false;
19858
- }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
19859
- isSuccess: true;
19860
- isFetching: false;
19861
- error: undefined;
19862
- } & {
19863
- data: Option<string>[];
19864
- currentData: Option<string>[];
19865
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
19866
- params: SurfSubscriptionDropdownOptionsFilterParams;
19867
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
19868
- baseQueryType?: BaseQueryTypes;
19869
- apiName?: string;
19870
- paramsSerializer?: (params: Record<string, unknown>) => string;
19871
- }) => {
19872
- error?: undefined;
19873
- data: unknown;
19874
- meta?: {} | undefined;
19875
- } | {
19876
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
19877
- data?: undefined;
19878
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
19879
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
19880
- error: graphql.GraphQLError[] | undefined;
19881
- data?: undefined;
19882
- meta?: {} | undefined;
19883
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
19884
- currentData?: Option<string>[] | undefined;
19885
- isUninitialized: false;
19886
- isLoading: false;
19887
- isFetching: false;
19888
- isSuccess: false;
19889
- isError: false;
19890
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
19891
- params: SurfSubscriptionDropdownOptionsFilterParams;
19892
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
19893
- baseQueryType?: BaseQueryTypes;
19894
- apiName?: string;
19895
- paramsSerializer?: (params: Record<string, unknown>) => string;
19896
- }) => {
19897
- error?: undefined;
19898
- data: unknown;
19899
- meta?: {} | undefined;
19900
- } | {
19901
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
19902
- data?: undefined;
19903
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
19904
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
19905
- error: graphql.GraphQLError[] | undefined;
19906
- data?: undefined;
19907
- meta?: {} | undefined;
19908
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
19909
- currentData?: Option<string>[] | undefined;
19910
- isUninitialized: false;
19911
- isLoading: false;
19912
- isFetching: false;
19913
- isSuccess: false;
19914
- isError: false;
19915
- }, "error" | "isError"> & {
19916
- isError: true;
19917
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
19918
- params: SurfSubscriptionDropdownOptionsFilterParams;
19919
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
19920
- baseQueryType?: BaseQueryTypes;
19921
- apiName?: string;
19922
- paramsSerializer?: (params: Record<string, unknown>) => string;
19923
- }) => {
19924
- error?: undefined;
19925
- data: unknown;
19926
- meta?: {} | undefined;
19927
- } | {
19928
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
19929
- data?: undefined;
19930
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
19931
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
19932
- error: graphql.GraphQLError[] | undefined;
19933
- data?: undefined;
19934
- meta?: {} | undefined;
19935
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
19936
- currentData?: Option<string>[] | undefined;
19937
- isUninitialized: false;
19938
- isLoading: false;
19939
- isFetching: false;
19940
- isSuccess: false;
19941
- isError: false;
19942
- }, "error">>)> & {
19943
- status: _reduxjs_toolkit_query.QueryStatus;
19944
- }) => R) | undefined;
19945
- }) | undefined) => [R][R extends any ? 0 : never] & {
19946
- refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<{
19947
- params: SurfSubscriptionDropdownOptionsFilterParams;
19948
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
19949
- baseQueryType?: BaseQueryTypes;
19950
- apiName?: string;
19951
- paramsSerializer?: (params: Record<string, unknown>) => string;
19952
- }) => {
19953
- error?: undefined;
19954
- data: unknown;
19955
- meta?: {} | undefined;
19956
- } | {
19957
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
19958
- data?: undefined;
19959
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
19960
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
19961
- error: graphql.GraphQLError[] | undefined;
19962
- data?: undefined;
19963
- meta?: {} | undefined;
19964
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>>;
19965
- };
19966
- declare const useLazyGetSurfSubscriptionDropdownOptionsQuery: <R extends Record<string, any> = _reduxjs_toolkit_query.TSHelpersId<(Omit<{
19967
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
19968
- originalArgs?: undefined | undefined;
19969
- data?: undefined | undefined;
19970
- error?: undefined | undefined;
19971
- requestId?: undefined | undefined;
19972
- endpointName?: string | undefined;
19973
- startedTimeStamp?: undefined | undefined;
19974
- fulfilledTimeStamp?: undefined | undefined;
19975
- } & {
19976
- currentData?: Option<string>[] | undefined;
19977
- isUninitialized: false;
19978
- isLoading: false;
19979
- isFetching: false;
19980
- isSuccess: false;
19981
- isError: false;
19982
- }, "isUninitialized"> & {
19983
- isUninitialized: true;
19984
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
19985
- params: SurfSubscriptionDropdownOptionsFilterParams;
19986
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
19987
- baseQueryType?: BaseQueryTypes;
19988
- apiName?: string;
19989
- paramsSerializer?: (params: Record<string, unknown>) => string;
19990
- }) => {
19991
- error?: undefined;
19992
- data: unknown;
19993
- meta?: {} | undefined;
19994
- } | {
19995
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
19996
- data?: undefined;
19997
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
19998
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
19999
- error: graphql.GraphQLError[] | undefined;
20000
- data?: undefined;
20001
- meta?: {} | undefined;
20002
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
20003
- currentData?: Option<string>[] | undefined;
20004
- isUninitialized: false;
20005
- isLoading: false;
20006
- isFetching: false;
20007
- isSuccess: false;
20008
- isError: false;
20009
- }, "data" | "isLoading" | "isFetching"> & {
20010
- isLoading: true;
20011
- isFetching: boolean;
20012
- data: undefined;
20013
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
20014
- params: SurfSubscriptionDropdownOptionsFilterParams;
20015
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20016
- baseQueryType?: BaseQueryTypes;
20017
- apiName?: string;
20018
- paramsSerializer?: (params: Record<string, unknown>) => string;
20019
- }) => {
20020
- error?: undefined;
20021
- data: unknown;
20022
- meta?: {} | undefined;
20023
- } | {
20024
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20025
- data?: undefined;
20026
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20027
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20028
- error: graphql.GraphQLError[] | undefined;
20029
- data?: undefined;
20030
- meta?: {} | undefined;
20031
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
20032
- currentData?: Option<string>[] | undefined;
20033
- isUninitialized: false;
20034
- isLoading: false;
20035
- isFetching: false;
20036
- isSuccess: false;
20037
- isError: false;
20038
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
20039
- isSuccess: true;
20040
- isFetching: true;
20041
- error: undefined;
20042
- } & {
20043
- data: Option<string>[];
20044
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
20045
- params: SurfSubscriptionDropdownOptionsFilterParams;
20046
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20047
- baseQueryType?: BaseQueryTypes;
20048
- apiName?: string;
20049
- paramsSerializer?: (params: Record<string, unknown>) => string;
20050
- }) => {
20051
- error?: undefined;
20052
- data: unknown;
20053
- meta?: {} | undefined;
20054
- } | {
20055
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20056
- data?: undefined;
20057
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20058
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20059
- error: graphql.GraphQLError[] | undefined;
20060
- data?: undefined;
20061
- meta?: {} | undefined;
20062
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
20063
- currentData?: Option<string>[] | undefined;
20064
- isUninitialized: false;
20065
- isLoading: false;
20066
- isFetching: false;
20067
- isSuccess: false;
20068
- isError: false;
20069
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
20070
- params: SurfSubscriptionDropdownOptionsFilterParams;
20071
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20072
- baseQueryType?: BaseQueryTypes;
20073
- apiName?: string;
20074
- paramsSerializer?: (params: Record<string, unknown>) => string;
20075
- }) => {
20076
- error?: undefined;
20077
- data: unknown;
20078
- meta?: {} | undefined;
20079
- } | {
20080
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20081
- data?: undefined;
20082
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20083
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20084
- error: graphql.GraphQLError[] | undefined;
20085
- data?: undefined;
20086
- meta?: {} | undefined;
20087
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
20088
- currentData?: Option<string>[] | undefined;
20089
- isUninitialized: false;
20090
- isLoading: false;
20091
- isFetching: false;
20092
- isSuccess: false;
20093
- isError: false;
20094
- }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
20095
- isSuccess: true;
20096
- isFetching: false;
20097
- error: undefined;
20098
- } & {
20099
- data: Option<string>[];
20100
- currentData: Option<string>[];
20101
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
20102
- params: SurfSubscriptionDropdownOptionsFilterParams;
20103
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20104
- baseQueryType?: BaseQueryTypes;
20105
- apiName?: string;
20106
- paramsSerializer?: (params: Record<string, unknown>) => string;
20107
- }) => {
20108
- error?: undefined;
20109
- data: unknown;
20110
- meta?: {} | undefined;
20111
- } | {
20112
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20113
- data?: undefined;
20114
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20115
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20116
- error: graphql.GraphQLError[] | undefined;
20117
- data?: undefined;
20118
- meta?: {} | undefined;
20119
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
20120
- currentData?: Option<string>[] | undefined;
20121
- isUninitialized: false;
20122
- isLoading: false;
20123
- isFetching: false;
20124
- isSuccess: false;
20125
- isError: false;
20126
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
20127
- params: SurfSubscriptionDropdownOptionsFilterParams;
20128
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20129
- baseQueryType?: BaseQueryTypes;
20130
- apiName?: string;
20131
- paramsSerializer?: (params: Record<string, unknown>) => string;
20132
- }) => {
20133
- error?: undefined;
20134
- data: unknown;
20135
- meta?: {} | undefined;
20136
- } | {
20137
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20138
- data?: undefined;
20139
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20140
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20141
- error: graphql.GraphQLError[] | undefined;
20142
- data?: undefined;
20143
- meta?: {} | undefined;
20144
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
20145
- currentData?: Option<string>[] | undefined;
20146
- isUninitialized: false;
20147
- isLoading: false;
20148
- isFetching: false;
20149
- isSuccess: false;
20150
- isError: false;
20151
- }, "error" | "isError"> & {
20152
- isError: true;
20153
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
20154
- params: SurfSubscriptionDropdownOptionsFilterParams;
20155
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20156
- baseQueryType?: BaseQueryTypes;
20157
- apiName?: string;
20158
- paramsSerializer?: (params: Record<string, unknown>) => string;
20159
- }) => {
20160
- error?: undefined;
20161
- data: unknown;
20162
- meta?: {} | undefined;
20163
- } | {
20164
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20165
- data?: undefined;
20166
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20167
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20168
- error: graphql.GraphQLError[] | undefined;
20169
- data?: undefined;
20170
- meta?: {} | undefined;
20171
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
20172
- currentData?: Option<string>[] | undefined;
20173
- isUninitialized: false;
20174
- isLoading: false;
20175
- isFetching: false;
20176
- isSuccess: false;
20177
- isError: false;
20178
- }, "error">>)> & {
20179
- status: _reduxjs_toolkit_query.QueryStatus;
20180
- }>(options?: (_reduxjs_toolkit_query.SubscriptionOptions & Omit<{
20181
- skip?: boolean;
20182
- selectFromResult?: ((state: _reduxjs_toolkit_query.TSHelpersId<(Omit<{
20183
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
20184
- originalArgs?: undefined | undefined;
20185
- data?: undefined | undefined;
20186
- error?: undefined | undefined;
20187
- requestId?: undefined | undefined;
20188
- endpointName?: string | undefined;
20189
- startedTimeStamp?: undefined | undefined;
20190
- fulfilledTimeStamp?: undefined | undefined;
20191
- } & {
20192
- currentData?: Option<string>[] | undefined;
20193
- isUninitialized: false;
20194
- isLoading: false;
20195
- isFetching: false;
20196
- isSuccess: false;
20197
- isError: false;
20198
- }, "isUninitialized"> & {
20199
- isUninitialized: true;
20200
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
20201
- params: SurfSubscriptionDropdownOptionsFilterParams;
20202
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20203
- baseQueryType?: BaseQueryTypes;
20204
- apiName?: string;
20205
- paramsSerializer?: (params: Record<string, unknown>) => string;
20206
- }) => {
20207
- error?: undefined;
20208
- data: unknown;
20209
- meta?: {} | undefined;
20210
- } | {
20211
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20212
- data?: undefined;
20213
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20214
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20215
- error: graphql.GraphQLError[] | undefined;
20216
- data?: undefined;
20217
- meta?: {} | undefined;
20218
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
20219
- currentData?: Option<string>[] | undefined;
20220
- isUninitialized: false;
20221
- isLoading: false;
20222
- isFetching: false;
20223
- isSuccess: false;
20224
- isError: false;
20225
- }, "data" | "isLoading" | "isFetching"> & {
20226
- isLoading: true;
20227
- isFetching: boolean;
20228
- data: undefined;
20229
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
20230
- params: SurfSubscriptionDropdownOptionsFilterParams;
20231
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20232
- baseQueryType?: BaseQueryTypes;
20233
- apiName?: string;
20234
- paramsSerializer?: (params: Record<string, unknown>) => string;
20235
- }) => {
20236
- error?: undefined;
20237
- data: unknown;
20238
- meta?: {} | undefined;
20239
- } | {
20240
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20241
- data?: undefined;
20242
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20243
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20244
- error: graphql.GraphQLError[] | undefined;
20245
- data?: undefined;
20246
- meta?: {} | undefined;
20247
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
20248
- currentData?: Option<string>[] | undefined;
20249
- isUninitialized: false;
20250
- isLoading: false;
20251
- isFetching: false;
20252
- isSuccess: false;
20253
- isError: false;
20254
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
20255
- isSuccess: true;
20256
- isFetching: true;
20257
- error: undefined;
20258
- } & {
20259
- data: Option<string>[];
20260
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
20261
- params: SurfSubscriptionDropdownOptionsFilterParams;
20262
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20263
- baseQueryType?: BaseQueryTypes;
20264
- apiName?: string;
20265
- paramsSerializer?: (params: Record<string, unknown>) => string;
20266
- }) => {
20267
- error?: undefined;
20268
- data: unknown;
20269
- meta?: {} | undefined;
20270
- } | {
20271
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20272
- data?: undefined;
20273
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20274
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20275
- error: graphql.GraphQLError[] | undefined;
20276
- data?: undefined;
20277
- meta?: {} | undefined;
20278
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
20279
- currentData?: Option<string>[] | undefined;
20280
- isUninitialized: false;
20281
- isLoading: false;
20282
- isFetching: false;
20283
- isSuccess: false;
20284
- isError: false;
20285
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
20286
- params: SurfSubscriptionDropdownOptionsFilterParams;
20287
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20288
- baseQueryType?: BaseQueryTypes;
20289
- apiName?: string;
20290
- paramsSerializer?: (params: Record<string, unknown>) => string;
20291
- }) => {
20292
- error?: undefined;
20293
- data: unknown;
20294
- meta?: {} | undefined;
20295
- } | {
20296
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20297
- data?: undefined;
20298
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20299
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20300
- error: graphql.GraphQLError[] | undefined;
20301
- data?: undefined;
20302
- meta?: {} | undefined;
20303
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
20304
- currentData?: Option<string>[] | undefined;
20305
- isUninitialized: false;
20306
- isLoading: false;
20307
- isFetching: false;
20308
- isSuccess: false;
20309
- isError: false;
20310
- }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
20311
- isSuccess: true;
20312
- isFetching: false;
20313
- error: undefined;
20314
- } & {
20315
- data: Option<string>[];
20316
- currentData: Option<string>[];
20317
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
20318
- params: SurfSubscriptionDropdownOptionsFilterParams;
20319
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20320
- baseQueryType?: BaseQueryTypes;
20321
- apiName?: string;
20322
- paramsSerializer?: (params: Record<string, unknown>) => string;
20323
- }) => {
20324
- error?: undefined;
20325
- data: unknown;
20326
- meta?: {} | undefined;
20327
- } | {
20328
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20329
- data?: undefined;
20330
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20331
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20332
- error: graphql.GraphQLError[] | undefined;
20333
- data?: undefined;
20334
- meta?: {} | undefined;
20335
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
20336
- currentData?: Option<string>[] | undefined;
20337
- isUninitialized: false;
20338
- isLoading: false;
20339
- isFetching: false;
20340
- isSuccess: false;
20341
- isError: false;
20342
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
20343
- params: SurfSubscriptionDropdownOptionsFilterParams;
20344
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20345
- baseQueryType?: BaseQueryTypes;
20346
- apiName?: string;
20347
- paramsSerializer?: (params: Record<string, unknown>) => string;
20348
- }) => {
20349
- error?: undefined;
20350
- data: unknown;
20351
- meta?: {} | undefined;
20352
- } | {
20353
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20354
- data?: undefined;
20355
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20356
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20357
- error: graphql.GraphQLError[] | undefined;
20358
- data?: undefined;
20359
- meta?: {} | undefined;
20360
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
20361
- currentData?: Option<string>[] | undefined;
20362
- isUninitialized: false;
20363
- isLoading: false;
20364
- isFetching: false;
20365
- isSuccess: false;
20366
- isError: false;
20367
- }, "error" | "isError"> & {
20368
- isError: true;
20369
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
20370
- params: SurfSubscriptionDropdownOptionsFilterParams;
20371
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20372
- baseQueryType?: BaseQueryTypes;
20373
- apiName?: string;
20374
- paramsSerializer?: (params: Record<string, unknown>) => string;
20375
- }) => {
20376
- error?: undefined;
20377
- data: unknown;
20378
- meta?: {} | undefined;
20379
- } | {
20380
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20381
- data?: undefined;
20382
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20383
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20384
- error: graphql.GraphQLError[] | undefined;
20385
- data?: undefined;
20386
- meta?: {} | undefined;
20387
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>> & {
20388
- currentData?: Option<string>[] | undefined;
20389
- isUninitialized: false;
20390
- isLoading: false;
20391
- isFetching: false;
20392
- isSuccess: false;
20393
- isError: false;
20394
- }, "error">>)> & {
20395
- status: _reduxjs_toolkit_query.QueryStatus;
20396
- }) => R) | undefined;
20397
- }, "skip">) | undefined) => [(arg: {
20398
- params: SurfSubscriptionDropdownOptionsFilterParams;
20399
- }, preferCacheValue?: boolean) => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<{
20400
- params: SurfSubscriptionDropdownOptionsFilterParams;
20401
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20402
- baseQueryType?: BaseQueryTypes;
20403
- apiName?: string;
20404
- paramsSerializer?: (params: Record<string, unknown>) => string;
20405
- }) => {
20406
- error?: undefined;
20407
- data: unknown;
20408
- meta?: {} | undefined;
20409
- } | {
20410
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20411
- data?: undefined;
20412
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20413
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20414
- error: graphql.GraphQLError[] | undefined;
20415
- data?: undefined;
20416
- meta?: {} | undefined;
20417
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, Option<string>[], "orchestratorApi", unknown>>, [R][R extends any ? 0 : never] & {
20418
- reset: () => void;
20419
- }, {
20420
- lastArg: {
20421
- params: SurfSubscriptionDropdownOptionsFilterParams;
20422
- };
20423
- }];
20424
-
20425
- type FieldProps<Value, Extra = object, InputElementType = HTMLInputElement, ElementType = HTMLDivElement> = HTMLFieldProps<Value, ElementType, {
20426
- inputRef?: Ref<InputElementType>;
20427
- description?: string;
20428
- } & Extra>;
20429
- interface ContactPerson {
20430
- name: string;
20431
- email: string;
20432
- phone?: string;
20433
- }
20434
- declare function prop<T, K extends keyof T>(obj: T, key: K): T[K];
20435
-
20436
- declare const useLocationCodesQuery: <R extends Record<string, any> = _reduxjs_toolkit_query.TSHelpersId<(Omit<{
20437
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
20438
- originalArgs?: undefined | undefined;
20439
- data?: undefined | undefined;
20440
- error?: undefined | undefined;
20441
- requestId?: undefined | undefined;
20442
- endpointName?: string | undefined;
20443
- startedTimeStamp?: undefined | undefined;
20444
- fulfilledTimeStamp?: undefined | undefined;
20445
- } & {
20446
- currentData?: string[] | undefined;
20447
- isUninitialized: false;
20448
- isLoading: false;
20449
- isFetching: false;
20450
- isSuccess: false;
20451
- isError: false;
20452
- }, "isUninitialized"> & {
20453
- isUninitialized: true;
20454
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20455
- baseQueryType?: BaseQueryTypes;
20456
- apiName?: string;
20457
- paramsSerializer?: (params: Record<string, unknown>) => string;
20458
- }) => {
20459
- error?: undefined;
20460
- data: unknown;
20461
- meta?: {} | undefined;
20462
- } | {
20463
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20464
- data?: undefined;
20465
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20466
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20467
- error: graphql.GraphQLError[] | undefined;
20468
- data?: undefined;
20469
- meta?: {} | undefined;
20470
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, string[], "orchestratorApi", unknown>> & {
20471
- currentData?: string[] | undefined;
20472
- isUninitialized: false;
20473
- isLoading: false;
20474
- isFetching: false;
20475
- isSuccess: false;
20476
- isError: false;
20477
- }, "data" | "isLoading" | "isFetching"> & {
20478
- isLoading: true;
20479
- isFetching: boolean;
20480
- data: undefined;
20481
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20482
- baseQueryType?: BaseQueryTypes;
20483
- apiName?: string;
20484
- paramsSerializer?: (params: Record<string, unknown>) => string;
20485
- }) => {
20486
- error?: undefined;
20487
- data: unknown;
20488
- meta?: {} | undefined;
20489
- } | {
20490
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20491
- data?: undefined;
20492
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20493
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20494
- error: graphql.GraphQLError[] | undefined;
20495
- data?: undefined;
20496
- meta?: {} | undefined;
20497
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, string[], "orchestratorApi", unknown>> & {
20498
- currentData?: string[] | undefined;
20499
- isUninitialized: false;
20500
- isLoading: false;
20501
- isFetching: false;
20502
- isSuccess: false;
20503
- isError: false;
20504
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
20505
- isSuccess: true;
20506
- isFetching: true;
20507
- error: undefined;
20508
- } & {
20509
- data: string[];
20510
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20511
- baseQueryType?: BaseQueryTypes;
20512
- apiName?: string;
20513
- paramsSerializer?: (params: Record<string, unknown>) => string;
20514
- }) => {
20515
- error?: undefined;
20516
- data: unknown;
20517
- meta?: {} | undefined;
20518
- } | {
20519
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20520
- data?: undefined;
20521
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20522
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20523
- error: graphql.GraphQLError[] | undefined;
20524
- data?: undefined;
20525
- meta?: {} | undefined;
20526
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, string[], "orchestratorApi", unknown>> & {
20527
- currentData?: string[] | undefined;
20528
- isUninitialized: false;
20529
- isLoading: false;
20530
- isFetching: false;
20531
- isSuccess: false;
20532
- isError: false;
20533
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20534
- baseQueryType?: BaseQueryTypes;
20535
- apiName?: string;
20536
- paramsSerializer?: (params: Record<string, unknown>) => string;
20537
- }) => {
20538
- error?: undefined;
20539
- data: unknown;
20540
- meta?: {} | undefined;
20541
- } | {
20542
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20543
- data?: undefined;
20544
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20545
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20546
- error: graphql.GraphQLError[] | undefined;
20547
- data?: undefined;
20548
- meta?: {} | undefined;
20549
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, string[], "orchestratorApi", unknown>> & {
20550
- currentData?: string[] | undefined;
20551
- isUninitialized: false;
20552
- isLoading: false;
20553
- isFetching: false;
20554
- isSuccess: false;
20555
- isError: false;
20556
- }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
20557
- isSuccess: true;
20558
- isFetching: false;
20559
- error: undefined;
20560
- } & {
20561
- data: string[];
20562
- currentData: string[];
20563
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20564
- baseQueryType?: BaseQueryTypes;
20565
- apiName?: string;
20566
- paramsSerializer?: (params: Record<string, unknown>) => string;
20567
- }) => {
20568
- error?: undefined;
20569
- data: unknown;
20570
- meta?: {} | undefined;
20571
- } | {
20572
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20573
- data?: undefined;
20574
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20575
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20576
- error: graphql.GraphQLError[] | undefined;
20577
- data?: undefined;
20578
- meta?: {} | undefined;
20579
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, string[], "orchestratorApi", unknown>> & {
20580
- currentData?: string[] | undefined;
20581
- isUninitialized: false;
20582
- isLoading: false;
20583
- isFetching: false;
20584
- isSuccess: false;
20585
- isError: false;
20586
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20587
- baseQueryType?: BaseQueryTypes;
20588
- apiName?: string;
20589
- paramsSerializer?: (params: Record<string, unknown>) => string;
20590
- }) => {
20591
- error?: undefined;
20592
- data: unknown;
20593
- meta?: {} | undefined;
20594
- } | {
20595
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20596
- data?: undefined;
20597
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20598
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20599
- error: graphql.GraphQLError[] | undefined;
20600
- data?: undefined;
20601
- meta?: {} | undefined;
20602
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, string[], "orchestratorApi", unknown>> & {
20603
- currentData?: string[] | undefined;
20604
- isUninitialized: false;
20605
- isLoading: false;
20606
- isFetching: false;
20607
- isSuccess: false;
20608
- isError: false;
20609
- }, "error" | "isError"> & {
20610
- isError: true;
20611
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20612
- baseQueryType?: BaseQueryTypes;
20613
- apiName?: string;
20614
- paramsSerializer?: (params: Record<string, unknown>) => string;
20615
- }) => {
20616
- error?: undefined;
20617
- data: unknown;
20618
- meta?: {} | undefined;
20619
- } | {
20620
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20621
- data?: undefined;
20622
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20623
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20624
- error: graphql.GraphQLError[] | undefined;
20625
- data?: undefined;
20626
- meta?: {} | undefined;
20627
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, string[], "orchestratorApi", unknown>> & {
20628
- currentData?: string[] | undefined;
20629
- isUninitialized: false;
20630
- isLoading: false;
20631
- isFetching: false;
20632
- isSuccess: false;
20633
- isError: false;
20634
- }, "error">>)> & {
20635
- status: _reduxjs_toolkit_query.QueryStatus;
20636
- }>(arg: void | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
20637
- skip?: boolean;
20638
- refetchOnMountOrArgChange?: boolean | number;
20639
- } & {
20640
- skip?: boolean;
20641
- selectFromResult?: ((state: _reduxjs_toolkit_query.TSHelpersId<(Omit<{
20642
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
20643
- originalArgs?: undefined | undefined;
20644
- data?: undefined | undefined;
20645
- error?: undefined | undefined;
20646
- requestId?: undefined | undefined;
20647
- endpointName?: string | undefined;
20648
- startedTimeStamp?: undefined | undefined;
20649
- fulfilledTimeStamp?: undefined | undefined;
20650
- } & {
20651
- currentData?: string[] | undefined;
20652
- isUninitialized: false;
20653
- isLoading: false;
20654
- isFetching: false;
20655
- isSuccess: false;
20656
- isError: false;
20657
- }, "isUninitialized"> & {
20658
- isUninitialized: true;
20659
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20660
- baseQueryType?: BaseQueryTypes;
20661
- apiName?: string;
20662
- paramsSerializer?: (params: Record<string, unknown>) => string;
20663
- }) => {
20664
- error?: undefined;
20665
- data: unknown;
20666
- meta?: {} | undefined;
20667
- } | {
20668
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20669
- data?: undefined;
20670
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20671
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20672
- error: graphql.GraphQLError[] | undefined;
20673
- data?: undefined;
20674
- meta?: {} | undefined;
20675
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, string[], "orchestratorApi", unknown>> & {
20676
- currentData?: string[] | undefined;
20677
- isUninitialized: false;
20678
- isLoading: false;
20679
- isFetching: false;
20680
- isSuccess: false;
20681
- isError: false;
20682
- }, "data" | "isLoading" | "isFetching"> & {
20683
- isLoading: true;
20684
- isFetching: boolean;
20685
- data: undefined;
20686
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20687
- baseQueryType?: BaseQueryTypes;
20688
- apiName?: string;
20689
- paramsSerializer?: (params: Record<string, unknown>) => string;
20690
- }) => {
20691
- error?: undefined;
20692
- data: unknown;
20693
- meta?: {} | undefined;
20694
- } | {
20695
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20696
- data?: undefined;
20697
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20698
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20699
- error: graphql.GraphQLError[] | undefined;
20700
- data?: undefined;
20701
- meta?: {} | undefined;
20702
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, string[], "orchestratorApi", unknown>> & {
20703
- currentData?: string[] | undefined;
20704
- isUninitialized: false;
20705
- isLoading: false;
20706
- isFetching: false;
20707
- isSuccess: false;
20708
- isError: false;
20709
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
20710
- isSuccess: true;
20711
- isFetching: true;
20712
- error: undefined;
20713
- } & {
20714
- data: string[];
20715
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20716
- baseQueryType?: BaseQueryTypes;
20717
- apiName?: string;
20718
- paramsSerializer?: (params: Record<string, unknown>) => string;
20719
- }) => {
20720
- error?: undefined;
20721
- data: unknown;
20722
- meta?: {} | undefined;
20723
- } | {
20724
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20725
- data?: undefined;
20726
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20727
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20728
- error: graphql.GraphQLError[] | undefined;
20729
- data?: undefined;
20730
- meta?: {} | undefined;
20731
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, string[], "orchestratorApi", unknown>> & {
20732
- currentData?: string[] | undefined;
20733
- isUninitialized: false;
20734
- isLoading: false;
20735
- isFetching: false;
20736
- isSuccess: false;
20737
- isError: false;
20738
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20739
- baseQueryType?: BaseQueryTypes;
20740
- apiName?: string;
20741
- paramsSerializer?: (params: Record<string, unknown>) => string;
20742
- }) => {
20743
- error?: undefined;
20744
- data: unknown;
20745
- meta?: {} | undefined;
20746
- } | {
20747
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20748
- data?: undefined;
20749
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20750
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20751
- error: graphql.GraphQLError[] | undefined;
20752
- data?: undefined;
20753
- meta?: {} | undefined;
20754
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, string[], "orchestratorApi", unknown>> & {
20755
- currentData?: string[] | undefined;
20756
- isUninitialized: false;
20757
- isLoading: false;
20758
- isFetching: false;
20759
- isSuccess: false;
20760
- isError: false;
20761
- }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
20762
- isSuccess: true;
20763
- isFetching: false;
20764
- error: undefined;
20765
- } & {
20766
- data: string[];
20767
- currentData: string[];
20768
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20769
- baseQueryType?: BaseQueryTypes;
20770
- apiName?: string;
20771
- paramsSerializer?: (params: Record<string, unknown>) => string;
20772
- }) => {
20773
- error?: undefined;
20774
- data: unknown;
20775
- meta?: {} | undefined;
20776
- } | {
20777
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20778
- data?: undefined;
20779
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20780
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20781
- error: graphql.GraphQLError[] | undefined;
20782
- data?: undefined;
20783
- meta?: {} | undefined;
20784
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, string[], "orchestratorApi", unknown>> & {
20785
- currentData?: string[] | undefined;
20786
- isUninitialized: false;
20787
- isLoading: false;
20788
- isFetching: false;
20789
- isSuccess: false;
20790
- isError: false;
20791
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20792
- baseQueryType?: BaseQueryTypes;
20793
- apiName?: string;
20794
- paramsSerializer?: (params: Record<string, unknown>) => string;
20795
- }) => {
20796
- error?: undefined;
20797
- data: unknown;
20798
- meta?: {} | undefined;
20799
- } | {
20800
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20801
- data?: undefined;
20802
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20803
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20804
- error: graphql.GraphQLError[] | undefined;
20805
- data?: undefined;
20806
- meta?: {} | undefined;
20807
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, string[], "orchestratorApi", unknown>> & {
20808
- currentData?: string[] | undefined;
20809
- isUninitialized: false;
20810
- isLoading: false;
20811
- isFetching: false;
20812
- isSuccess: false;
20813
- isError: false;
20814
- }, "error" | "isError"> & {
20815
- isError: true;
20816
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20817
- baseQueryType?: BaseQueryTypes;
20818
- apiName?: string;
20819
- paramsSerializer?: (params: Record<string, unknown>) => string;
20820
- }) => {
20821
- error?: undefined;
20822
- data: unknown;
20823
- meta?: {} | undefined;
20824
- } | {
20825
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20826
- data?: undefined;
20827
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20828
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20829
- error: graphql.GraphQLError[] | undefined;
20830
- data?: undefined;
20831
- meta?: {} | undefined;
20832
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, string[], "orchestratorApi", unknown>> & {
20833
- currentData?: string[] | undefined;
20834
- isUninitialized: false;
20835
- isLoading: false;
20836
- isFetching: false;
20837
- isSuccess: false;
20838
- isError: false;
20839
- }, "error">>)> & {
20840
- status: _reduxjs_toolkit_query.QueryStatus;
20841
- }) => R) | undefined;
20842
- }) | undefined) => [R][R extends any ? 0 : never] & {
20843
- refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20844
- baseQueryType?: BaseQueryTypes;
20845
- apiName?: string;
20846
- paramsSerializer?: (params: Record<string, unknown>) => string;
20847
- }) => {
20848
- error?: undefined;
20849
- data: unknown;
20850
- meta?: {} | undefined;
20851
- } | {
20852
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20853
- data?: undefined;
20854
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20855
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20856
- error: graphql.GraphQLError[] | undefined;
20857
- data?: undefined;
20858
- meta?: {} | undefined;
20859
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, string[], "orchestratorApi", unknown>>;
20860
- };
20861
- declare const useContactPersonsQuery: <R extends Record<string, any> = _reduxjs_toolkit_query.TSHelpersId<(Omit<{
20862
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
20863
- originalArgs?: undefined | undefined;
20864
- data?: undefined | undefined;
20865
- error?: undefined | undefined;
20866
- requestId?: undefined | undefined;
20867
- endpointName?: string | undefined;
20868
- startedTimeStamp?: undefined | undefined;
20869
- fulfilledTimeStamp?: undefined | undefined;
20870
- } & {
20871
- currentData?: ContactPerson[] | undefined;
20872
- isUninitialized: false;
20873
- isLoading: false;
20874
- isFetching: false;
20875
- isSuccess: false;
20876
- isError: false;
20877
- }, "isUninitialized"> & {
20878
- isUninitialized: true;
20879
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
20880
- customerIdValue: string;
20881
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20882
- baseQueryType?: BaseQueryTypes;
20883
- apiName?: string;
20884
- paramsSerializer?: (params: Record<string, unknown>) => string;
20885
- }) => {
20886
- error?: undefined;
20887
- data: unknown;
20888
- meta?: {} | undefined;
20889
- } | {
20890
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20891
- data?: undefined;
20892
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20893
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20894
- error: graphql.GraphQLError[] | undefined;
20895
- data?: undefined;
20896
- meta?: {} | undefined;
20897
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ContactPerson[], "orchestratorApi", unknown>> & {
20898
- currentData?: ContactPerson[] | undefined;
20899
- isUninitialized: false;
20900
- isLoading: false;
20901
- isFetching: false;
20902
- isSuccess: false;
20903
- isError: false;
20904
- }, "data" | "isLoading" | "isFetching"> & {
20905
- isLoading: true;
20906
- isFetching: boolean;
20907
- data: undefined;
20908
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
20909
- customerIdValue: string;
20910
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20911
- baseQueryType?: BaseQueryTypes;
20912
- apiName?: string;
20913
- paramsSerializer?: (params: Record<string, unknown>) => string;
20914
- }) => {
20915
- error?: undefined;
20916
- data: unknown;
20917
- meta?: {} | undefined;
20918
- } | {
20919
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20920
- data?: undefined;
20921
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20922
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20923
- error: graphql.GraphQLError[] | undefined;
20924
- data?: undefined;
20925
- meta?: {} | undefined;
20926
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ContactPerson[], "orchestratorApi", unknown>> & {
20927
- currentData?: ContactPerson[] | undefined;
20928
- isUninitialized: false;
20929
- isLoading: false;
20930
- isFetching: false;
20931
- isSuccess: false;
20932
- isError: false;
20933
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
20934
- isSuccess: true;
20935
- isFetching: true;
20936
- error: undefined;
20937
- } & {
20938
- data: ContactPerson[];
20939
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
20940
- customerIdValue: string;
20941
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20942
- baseQueryType?: BaseQueryTypes;
20943
- apiName?: string;
20944
- paramsSerializer?: (params: Record<string, unknown>) => string;
20945
- }) => {
20946
- error?: undefined;
20947
- data: unknown;
20948
- meta?: {} | undefined;
20949
- } | {
20950
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20951
- data?: undefined;
20952
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20953
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20954
- error: graphql.GraphQLError[] | undefined;
20955
- data?: undefined;
20956
- meta?: {} | undefined;
20957
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ContactPerson[], "orchestratorApi", unknown>> & {
20958
- currentData?: ContactPerson[] | undefined;
20959
- isUninitialized: false;
20960
- isLoading: false;
20961
- isFetching: false;
20962
- isSuccess: false;
20963
- isError: false;
20964
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
20965
- customerIdValue: string;
20966
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20967
- baseQueryType?: BaseQueryTypes;
20968
- apiName?: string;
20969
- paramsSerializer?: (params: Record<string, unknown>) => string;
20970
- }) => {
20971
- error?: undefined;
20972
- data: unknown;
20973
- meta?: {} | undefined;
20974
- } | {
20975
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
20976
- data?: undefined;
20977
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
20978
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
20979
- error: graphql.GraphQLError[] | undefined;
20980
- data?: undefined;
20981
- meta?: {} | undefined;
20982
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ContactPerson[], "orchestratorApi", unknown>> & {
20983
- currentData?: ContactPerson[] | undefined;
20984
- isUninitialized: false;
20985
- isLoading: false;
20986
- isFetching: false;
20987
- isSuccess: false;
20988
- isError: false;
20989
- }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
20990
- isSuccess: true;
20991
- isFetching: false;
20992
- error: undefined;
20993
- } & {
20994
- data: ContactPerson[];
20995
- currentData: ContactPerson[];
20996
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
20997
- customerIdValue: string;
20998
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
20999
- baseQueryType?: BaseQueryTypes;
21000
- apiName?: string;
21001
- paramsSerializer?: (params: Record<string, unknown>) => string;
21002
- }) => {
21003
- error?: undefined;
21004
- data: unknown;
21005
- meta?: {} | undefined;
21006
- } | {
21007
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21008
- data?: undefined;
21009
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21010
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21011
- error: graphql.GraphQLError[] | undefined;
21012
- data?: undefined;
21013
- meta?: {} | undefined;
21014
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ContactPerson[], "orchestratorApi", unknown>> & {
21015
- currentData?: ContactPerson[] | undefined;
21016
- isUninitialized: false;
21017
- isLoading: false;
21018
- isFetching: false;
21019
- isSuccess: false;
21020
- isError: false;
21021
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21022
- customerIdValue: string;
21023
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21024
- baseQueryType?: BaseQueryTypes;
21025
- apiName?: string;
21026
- paramsSerializer?: (params: Record<string, unknown>) => string;
21027
- }) => {
21028
- error?: undefined;
21029
- data: unknown;
21030
- meta?: {} | undefined;
21031
- } | {
21032
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21033
- data?: undefined;
21034
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21035
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21036
- error: graphql.GraphQLError[] | undefined;
21037
- data?: undefined;
21038
- meta?: {} | undefined;
21039
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ContactPerson[], "orchestratorApi", unknown>> & {
21040
- currentData?: ContactPerson[] | undefined;
21041
- isUninitialized: false;
21042
- isLoading: false;
21043
- isFetching: false;
21044
- isSuccess: false;
21045
- isError: false;
21046
- }, "error" | "isError"> & {
21047
- isError: true;
21048
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21049
- customerIdValue: string;
21050
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21051
- baseQueryType?: BaseQueryTypes;
21052
- apiName?: string;
21053
- paramsSerializer?: (params: Record<string, unknown>) => string;
21054
- }) => {
21055
- error?: undefined;
21056
- data: unknown;
21057
- meta?: {} | undefined;
21058
- } | {
21059
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21060
- data?: undefined;
21061
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21062
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21063
- error: graphql.GraphQLError[] | undefined;
21064
- data?: undefined;
21065
- meta?: {} | undefined;
21066
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ContactPerson[], "orchestratorApi", unknown>> & {
21067
- currentData?: ContactPerson[] | undefined;
21068
- isUninitialized: false;
21069
- isLoading: false;
21070
- isFetching: false;
21071
- isSuccess: false;
21072
- isError: false;
21073
- }, "error">>)> & {
21074
- status: _reduxjs_toolkit_query.QueryStatus;
21075
- }>(arg: typeof _reduxjs_toolkit_query.skipToken | {
21076
- customerIdValue: string;
21077
- }, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
21078
- skip?: boolean;
21079
- refetchOnMountOrArgChange?: boolean | number;
21080
- } & {
21081
- skip?: boolean;
21082
- selectFromResult?: ((state: _reduxjs_toolkit_query.TSHelpersId<(Omit<{
21083
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
21084
- originalArgs?: undefined | undefined;
21085
- data?: undefined | undefined;
21086
- error?: undefined | undefined;
21087
- requestId?: undefined | undefined;
21088
- endpointName?: string | undefined;
21089
- startedTimeStamp?: undefined | undefined;
21090
- fulfilledTimeStamp?: undefined | undefined;
21091
- } & {
21092
- currentData?: ContactPerson[] | undefined;
21093
- isUninitialized: false;
21094
- isLoading: false;
21095
- isFetching: false;
21096
- isSuccess: false;
21097
- isError: false;
21098
- }, "isUninitialized"> & {
21099
- isUninitialized: true;
21100
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21101
- customerIdValue: string;
21102
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21103
- baseQueryType?: BaseQueryTypes;
21104
- apiName?: string;
21105
- paramsSerializer?: (params: Record<string, unknown>) => string;
21106
- }) => {
21107
- error?: undefined;
21108
- data: unknown;
21109
- meta?: {} | undefined;
21110
- } | {
21111
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21112
- data?: undefined;
21113
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21114
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21115
- error: graphql.GraphQLError[] | undefined;
21116
- data?: undefined;
21117
- meta?: {} | undefined;
21118
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ContactPerson[], "orchestratorApi", unknown>> & {
21119
- currentData?: ContactPerson[] | undefined;
21120
- isUninitialized: false;
21121
- isLoading: false;
21122
- isFetching: false;
21123
- isSuccess: false;
21124
- isError: false;
21125
- }, "data" | "isLoading" | "isFetching"> & {
21126
- isLoading: true;
21127
- isFetching: boolean;
21128
- data: undefined;
21129
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21130
- customerIdValue: string;
21131
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21132
- baseQueryType?: BaseQueryTypes;
21133
- apiName?: string;
21134
- paramsSerializer?: (params: Record<string, unknown>) => string;
21135
- }) => {
21136
- error?: undefined;
21137
- data: unknown;
21138
- meta?: {} | undefined;
21139
- } | {
21140
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21141
- data?: undefined;
21142
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21143
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21144
- error: graphql.GraphQLError[] | undefined;
21145
- data?: undefined;
21146
- meta?: {} | undefined;
21147
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ContactPerson[], "orchestratorApi", unknown>> & {
21148
- currentData?: ContactPerson[] | undefined;
21149
- isUninitialized: false;
21150
- isLoading: false;
21151
- isFetching: false;
21152
- isSuccess: false;
21153
- isError: false;
21154
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
21155
- isSuccess: true;
21156
- isFetching: true;
21157
- error: undefined;
21158
- } & {
21159
- data: ContactPerson[];
21160
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21161
- customerIdValue: string;
21162
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21163
- baseQueryType?: BaseQueryTypes;
21164
- apiName?: string;
21165
- paramsSerializer?: (params: Record<string, unknown>) => string;
21166
- }) => {
21167
- error?: undefined;
21168
- data: unknown;
21169
- meta?: {} | undefined;
21170
- } | {
21171
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21172
- data?: undefined;
21173
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21174
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21175
- error: graphql.GraphQLError[] | undefined;
21176
- data?: undefined;
21177
- meta?: {} | undefined;
21178
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ContactPerson[], "orchestratorApi", unknown>> & {
21179
- currentData?: ContactPerson[] | undefined;
21180
- isUninitialized: false;
21181
- isLoading: false;
21182
- isFetching: false;
21183
- isSuccess: false;
21184
- isError: false;
21185
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21186
- customerIdValue: string;
21187
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21188
- baseQueryType?: BaseQueryTypes;
21189
- apiName?: string;
21190
- paramsSerializer?: (params: Record<string, unknown>) => string;
21191
- }) => {
21192
- error?: undefined;
21193
- data: unknown;
21194
- meta?: {} | undefined;
21195
- } | {
21196
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21197
- data?: undefined;
21198
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21199
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21200
- error: graphql.GraphQLError[] | undefined;
21201
- data?: undefined;
21202
- meta?: {} | undefined;
21203
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ContactPerson[], "orchestratorApi", unknown>> & {
21204
- currentData?: ContactPerson[] | undefined;
21205
- isUninitialized: false;
21206
- isLoading: false;
21207
- isFetching: false;
21208
- isSuccess: false;
21209
- isError: false;
21210
- }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
21211
- isSuccess: true;
21212
- isFetching: false;
21213
- error: undefined;
21214
- } & {
21215
- data: ContactPerson[];
21216
- currentData: ContactPerson[];
21217
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21218
- customerIdValue: string;
21219
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21220
- baseQueryType?: BaseQueryTypes;
21221
- apiName?: string;
21222
- paramsSerializer?: (params: Record<string, unknown>) => string;
21223
- }) => {
21224
- error?: undefined;
21225
- data: unknown;
21226
- meta?: {} | undefined;
21227
- } | {
21228
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21229
- data?: undefined;
21230
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21231
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21232
- error: graphql.GraphQLError[] | undefined;
21233
- data?: undefined;
21234
- meta?: {} | undefined;
21235
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ContactPerson[], "orchestratorApi", unknown>> & {
21236
- currentData?: ContactPerson[] | undefined;
21237
- isUninitialized: false;
21238
- isLoading: false;
21239
- isFetching: false;
21240
- isSuccess: false;
21241
- isError: false;
21242
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21243
- customerIdValue: string;
21244
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21245
- baseQueryType?: BaseQueryTypes;
21246
- apiName?: string;
21247
- paramsSerializer?: (params: Record<string, unknown>) => string;
21248
- }) => {
21249
- error?: undefined;
21250
- data: unknown;
21251
- meta?: {} | undefined;
21252
- } | {
21253
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21254
- data?: undefined;
21255
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21256
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21257
- error: graphql.GraphQLError[] | undefined;
21258
- data?: undefined;
21259
- meta?: {} | undefined;
21260
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ContactPerson[], "orchestratorApi", unknown>> & {
21261
- currentData?: ContactPerson[] | undefined;
21262
- isUninitialized: false;
21263
- isLoading: false;
21264
- isFetching: false;
21265
- isSuccess: false;
21266
- isError: false;
21267
- }, "error" | "isError"> & {
21268
- isError: true;
21269
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21270
- customerIdValue: string;
21271
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21272
- baseQueryType?: BaseQueryTypes;
21273
- apiName?: string;
21274
- paramsSerializer?: (params: Record<string, unknown>) => string;
21275
- }) => {
21276
- error?: undefined;
21277
- data: unknown;
21278
- meta?: {} | undefined;
21279
- } | {
21280
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21281
- data?: undefined;
21282
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21283
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21284
- error: graphql.GraphQLError[] | undefined;
21285
- data?: undefined;
21286
- meta?: {} | undefined;
21287
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ContactPerson[], "orchestratorApi", unknown>> & {
21288
- currentData?: ContactPerson[] | undefined;
21289
- isUninitialized: false;
21290
- isLoading: false;
21291
- isFetching: false;
21292
- isSuccess: false;
21293
- isError: false;
21294
- }, "error">>)> & {
21295
- status: _reduxjs_toolkit_query.QueryStatus;
21296
- }) => R) | undefined;
21297
- }) | undefined) => [R][R extends any ? 0 : never] & {
21298
- refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<{
21299
- customerIdValue: string;
21300
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21301
- baseQueryType?: BaseQueryTypes;
21302
- apiName?: string;
21303
- paramsSerializer?: (params: Record<string, unknown>) => string;
21304
- }) => {
21305
- error?: undefined;
21306
- data: unknown;
21307
- meta?: {} | undefined;
21308
- } | {
21309
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21310
- data?: undefined;
21311
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21312
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21313
- error: graphql.GraphQLError[] | undefined;
21314
- data?: undefined;
21315
- meta?: {} | undefined;
21316
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ContactPerson[], "orchestratorApi", unknown>>;
21317
- };
21318
- declare const useImsNodesQuery: <R extends Record<string, any> = _reduxjs_toolkit_query.TSHelpersId<(Omit<{
21319
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
21320
- originalArgs?: undefined | undefined;
21321
- data?: undefined | undefined;
21322
- error?: undefined | undefined;
21323
- requestId?: undefined | undefined;
21324
- endpointName?: string | undefined;
21325
- startedTimeStamp?: undefined | undefined;
21326
- fulfilledTimeStamp?: undefined | undefined;
21327
- } & {
21328
- currentData?: ImsNode[] | undefined;
21329
- isUninitialized: false;
21330
- isLoading: false;
21331
- isFetching: false;
21332
- isSuccess: false;
21333
- isError: false;
21334
- }, "isUninitialized"> & {
21335
- isUninitialized: true;
21336
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21337
- locationCode: string;
21338
- status: string;
21339
- unsubscribedOnly: boolean;
21340
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21341
- baseQueryType?: BaseQueryTypes;
21342
- apiName?: string;
21343
- paramsSerializer?: (params: Record<string, unknown>) => string;
21344
- }) => {
21345
- error?: undefined;
21346
- data: unknown;
21347
- meta?: {} | undefined;
21348
- } | {
21349
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21350
- data?: undefined;
21351
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21352
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21353
- error: graphql.GraphQLError[] | undefined;
21354
- data?: undefined;
21355
- meta?: {} | undefined;
21356
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsNode[], "orchestratorApi", unknown>> & {
21357
- currentData?: ImsNode[] | undefined;
21358
- isUninitialized: false;
21359
- isLoading: false;
21360
- isFetching: false;
21361
- isSuccess: false;
21362
- isError: false;
21363
- }, "data" | "isLoading" | "isFetching"> & {
21364
- isLoading: true;
21365
- isFetching: boolean;
21366
- data: undefined;
21367
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21368
- locationCode: string;
21369
- status: string;
21370
- unsubscribedOnly: boolean;
21371
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21372
- baseQueryType?: BaseQueryTypes;
21373
- apiName?: string;
21374
- paramsSerializer?: (params: Record<string, unknown>) => string;
21375
- }) => {
21376
- error?: undefined;
21377
- data: unknown;
21378
- meta?: {} | undefined;
21379
- } | {
21380
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21381
- data?: undefined;
21382
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21383
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21384
- error: graphql.GraphQLError[] | undefined;
21385
- data?: undefined;
21386
- meta?: {} | undefined;
21387
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsNode[], "orchestratorApi", unknown>> & {
21388
- currentData?: ImsNode[] | undefined;
21389
- isUninitialized: false;
21390
- isLoading: false;
21391
- isFetching: false;
21392
- isSuccess: false;
21393
- isError: false;
21394
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
21395
- isSuccess: true;
21396
- isFetching: true;
21397
- error: undefined;
21398
- } & {
21399
- data: ImsNode[];
21400
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21401
- locationCode: string;
21402
- status: string;
21403
- unsubscribedOnly: boolean;
21404
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21405
- baseQueryType?: BaseQueryTypes;
21406
- apiName?: string;
21407
- paramsSerializer?: (params: Record<string, unknown>) => string;
21408
- }) => {
21409
- error?: undefined;
21410
- data: unknown;
21411
- meta?: {} | undefined;
21412
- } | {
21413
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21414
- data?: undefined;
21415
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21416
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21417
- error: graphql.GraphQLError[] | undefined;
21418
- data?: undefined;
21419
- meta?: {} | undefined;
21420
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsNode[], "orchestratorApi", unknown>> & {
21421
- currentData?: ImsNode[] | undefined;
21422
- isUninitialized: false;
21423
- isLoading: false;
21424
- isFetching: false;
21425
- isSuccess: false;
21426
- isError: false;
21427
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21428
- locationCode: string;
21429
- status: string;
21430
- unsubscribedOnly: boolean;
21431
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21432
- baseQueryType?: BaseQueryTypes;
21433
- apiName?: string;
21434
- paramsSerializer?: (params: Record<string, unknown>) => string;
21435
- }) => {
21436
- error?: undefined;
21437
- data: unknown;
21438
- meta?: {} | undefined;
21439
- } | {
21440
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21441
- data?: undefined;
21442
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21443
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21444
- error: graphql.GraphQLError[] | undefined;
21445
- data?: undefined;
21446
- meta?: {} | undefined;
21447
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsNode[], "orchestratorApi", unknown>> & {
21448
- currentData?: ImsNode[] | undefined;
21449
- isUninitialized: false;
21450
- isLoading: false;
21451
- isFetching: false;
21452
- isSuccess: false;
21453
- isError: false;
21454
- }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
21455
- isSuccess: true;
21456
- isFetching: false;
21457
- error: undefined;
21458
- } & {
21459
- data: ImsNode[];
21460
- currentData: ImsNode[];
21461
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21462
- locationCode: string;
21463
- status: string;
21464
- unsubscribedOnly: boolean;
21465
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21466
- baseQueryType?: BaseQueryTypes;
21467
- apiName?: string;
21468
- paramsSerializer?: (params: Record<string, unknown>) => string;
21469
- }) => {
21470
- error?: undefined;
21471
- data: unknown;
21472
- meta?: {} | undefined;
21473
- } | {
21474
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21475
- data?: undefined;
21476
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21477
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21478
- error: graphql.GraphQLError[] | undefined;
21479
- data?: undefined;
21480
- meta?: {} | undefined;
21481
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsNode[], "orchestratorApi", unknown>> & {
21482
- currentData?: ImsNode[] | undefined;
21483
- isUninitialized: false;
21484
- isLoading: false;
21485
- isFetching: false;
21486
- isSuccess: false;
21487
- isError: false;
21488
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21489
- locationCode: string;
21490
- status: string;
21491
- unsubscribedOnly: boolean;
21492
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21493
- baseQueryType?: BaseQueryTypes;
21494
- apiName?: string;
21495
- paramsSerializer?: (params: Record<string, unknown>) => string;
21496
- }) => {
21497
- error?: undefined;
21498
- data: unknown;
21499
- meta?: {} | undefined;
21500
- } | {
21501
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21502
- data?: undefined;
21503
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21504
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21505
- error: graphql.GraphQLError[] | undefined;
21506
- data?: undefined;
21507
- meta?: {} | undefined;
21508
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsNode[], "orchestratorApi", unknown>> & {
21509
- currentData?: ImsNode[] | undefined;
21510
- isUninitialized: false;
21511
- isLoading: false;
21512
- isFetching: false;
21513
- isSuccess: false;
21514
- isError: false;
21515
- }, "error" | "isError"> & {
21516
- isError: true;
21517
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21518
- locationCode: string;
21519
- status: string;
21520
- unsubscribedOnly: boolean;
21521
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21522
- baseQueryType?: BaseQueryTypes;
21523
- apiName?: string;
21524
- paramsSerializer?: (params: Record<string, unknown>) => string;
21525
- }) => {
21526
- error?: undefined;
21527
- data: unknown;
21528
- meta?: {} | undefined;
21529
- } | {
21530
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21531
- data?: undefined;
21532
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21533
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21534
- error: graphql.GraphQLError[] | undefined;
21535
- data?: undefined;
21536
- meta?: {} | undefined;
21537
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsNode[], "orchestratorApi", unknown>> & {
21538
- currentData?: ImsNode[] | undefined;
21539
- isUninitialized: false;
21540
- isLoading: false;
21541
- isFetching: false;
21542
- isSuccess: false;
21543
- isError: false;
21544
- }, "error">>)> & {
21545
- status: _reduxjs_toolkit_query.QueryStatus;
21546
- }>(arg: typeof _reduxjs_toolkit_query.skipToken | {
21547
- locationCode: string;
21548
- status: string;
21549
- unsubscribedOnly: boolean;
21550
- }, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
21551
- skip?: boolean;
21552
- refetchOnMountOrArgChange?: boolean | number;
21553
- } & {
21554
- skip?: boolean;
21555
- selectFromResult?: ((state: _reduxjs_toolkit_query.TSHelpersId<(Omit<{
21556
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
21557
- originalArgs?: undefined | undefined;
21558
- data?: undefined | undefined;
21559
- error?: undefined | undefined;
21560
- requestId?: undefined | undefined;
21561
- endpointName?: string | undefined;
21562
- startedTimeStamp?: undefined | undefined;
21563
- fulfilledTimeStamp?: undefined | undefined;
21564
- } & {
21565
- currentData?: ImsNode[] | undefined;
21566
- isUninitialized: false;
21567
- isLoading: false;
21568
- isFetching: false;
21569
- isSuccess: false;
21570
- isError: false;
21571
- }, "isUninitialized"> & {
21572
- isUninitialized: true;
21573
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21574
- locationCode: string;
21575
- status: string;
21576
- unsubscribedOnly: boolean;
21577
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21578
- baseQueryType?: BaseQueryTypes;
21579
- apiName?: string;
21580
- paramsSerializer?: (params: Record<string, unknown>) => string;
21581
- }) => {
21582
- error?: undefined;
21583
- data: unknown;
21584
- meta?: {} | undefined;
21585
- } | {
21586
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21587
- data?: undefined;
21588
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21589
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21590
- error: graphql.GraphQLError[] | undefined;
21591
- data?: undefined;
21592
- meta?: {} | undefined;
21593
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsNode[], "orchestratorApi", unknown>> & {
21594
- currentData?: ImsNode[] | undefined;
21595
- isUninitialized: false;
21596
- isLoading: false;
21597
- isFetching: false;
21598
- isSuccess: false;
21599
- isError: false;
21600
- }, "data" | "isLoading" | "isFetching"> & {
21601
- isLoading: true;
21602
- isFetching: boolean;
21603
- data: undefined;
21604
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21605
- locationCode: string;
21606
- status: string;
21607
- unsubscribedOnly: boolean;
21608
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21609
- baseQueryType?: BaseQueryTypes;
21610
- apiName?: string;
21611
- paramsSerializer?: (params: Record<string, unknown>) => string;
21612
- }) => {
21613
- error?: undefined;
21614
- data: unknown;
21615
- meta?: {} | undefined;
21616
- } | {
21617
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21618
- data?: undefined;
21619
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21620
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21621
- error: graphql.GraphQLError[] | undefined;
21622
- data?: undefined;
21623
- meta?: {} | undefined;
21624
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsNode[], "orchestratorApi", unknown>> & {
21625
- currentData?: ImsNode[] | undefined;
21626
- isUninitialized: false;
21627
- isLoading: false;
21628
- isFetching: false;
21629
- isSuccess: false;
21630
- isError: false;
21631
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
21632
- isSuccess: true;
21633
- isFetching: true;
21634
- error: undefined;
21635
- } & {
21636
- data: ImsNode[];
21637
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21638
- locationCode: string;
21639
- status: string;
21640
- unsubscribedOnly: boolean;
21641
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21642
- baseQueryType?: BaseQueryTypes;
21643
- apiName?: string;
21644
- paramsSerializer?: (params: Record<string, unknown>) => string;
21645
- }) => {
21646
- error?: undefined;
21647
- data: unknown;
21648
- meta?: {} | undefined;
21649
- } | {
21650
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21651
- data?: undefined;
21652
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21653
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21654
- error: graphql.GraphQLError[] | undefined;
21655
- data?: undefined;
21656
- meta?: {} | undefined;
21657
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsNode[], "orchestratorApi", unknown>> & {
21658
- currentData?: ImsNode[] | undefined;
21659
- isUninitialized: false;
21660
- isLoading: false;
21661
- isFetching: false;
21662
- isSuccess: false;
21663
- isError: false;
21664
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21665
- locationCode: string;
21666
- status: string;
21667
- unsubscribedOnly: boolean;
21668
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21669
- baseQueryType?: BaseQueryTypes;
21670
- apiName?: string;
21671
- paramsSerializer?: (params: Record<string, unknown>) => string;
21672
- }) => {
21673
- error?: undefined;
21674
- data: unknown;
21675
- meta?: {} | undefined;
21676
- } | {
21677
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21678
- data?: undefined;
21679
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21680
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21681
- error: graphql.GraphQLError[] | undefined;
21682
- data?: undefined;
21683
- meta?: {} | undefined;
21684
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsNode[], "orchestratorApi", unknown>> & {
21685
- currentData?: ImsNode[] | undefined;
21686
- isUninitialized: false;
21687
- isLoading: false;
21688
- isFetching: false;
21689
- isSuccess: false;
21690
- isError: false;
21691
- }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
21692
- isSuccess: true;
21693
- isFetching: false;
21694
- error: undefined;
21695
- } & {
21696
- data: ImsNode[];
21697
- currentData: ImsNode[];
21698
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21699
- locationCode: string;
21700
- status: string;
21701
- unsubscribedOnly: boolean;
21702
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21703
- baseQueryType?: BaseQueryTypes;
21704
- apiName?: string;
21705
- paramsSerializer?: (params: Record<string, unknown>) => string;
21706
- }) => {
21707
- error?: undefined;
21708
- data: unknown;
21709
- meta?: {} | undefined;
21710
- } | {
21711
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21712
- data?: undefined;
21713
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21714
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21715
- error: graphql.GraphQLError[] | undefined;
21716
- data?: undefined;
21717
- meta?: {} | undefined;
21718
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsNode[], "orchestratorApi", unknown>> & {
21719
- currentData?: ImsNode[] | undefined;
21720
- isUninitialized: false;
21721
- isLoading: false;
21722
- isFetching: false;
21723
- isSuccess: false;
21724
- isError: false;
21725
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21726
- locationCode: string;
21727
- status: string;
21728
- unsubscribedOnly: boolean;
21729
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21730
- baseQueryType?: BaseQueryTypes;
21731
- apiName?: string;
21732
- paramsSerializer?: (params: Record<string, unknown>) => string;
21733
- }) => {
21734
- error?: undefined;
21735
- data: unknown;
21736
- meta?: {} | undefined;
21737
- } | {
21738
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21739
- data?: undefined;
21740
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21741
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21742
- error: graphql.GraphQLError[] | undefined;
21743
- data?: undefined;
21744
- meta?: {} | undefined;
21745
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsNode[], "orchestratorApi", unknown>> & {
21746
- currentData?: ImsNode[] | undefined;
21747
- isUninitialized: false;
21748
- isLoading: false;
21749
- isFetching: false;
21750
- isSuccess: false;
21751
- isError: false;
21752
- }, "error" | "isError"> & {
21753
- isError: true;
21754
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21755
- locationCode: string;
21756
- status: string;
21757
- unsubscribedOnly: boolean;
21758
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21759
- baseQueryType?: BaseQueryTypes;
21760
- apiName?: string;
21761
- paramsSerializer?: (params: Record<string, unknown>) => string;
21762
- }) => {
21763
- error?: undefined;
21764
- data: unknown;
21765
- meta?: {} | undefined;
21766
- } | {
21767
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21768
- data?: undefined;
21769
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21770
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21771
- error: graphql.GraphQLError[] | undefined;
21772
- data?: undefined;
21773
- meta?: {} | undefined;
21774
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsNode[], "orchestratorApi", unknown>> & {
21775
- currentData?: ImsNode[] | undefined;
21776
- isUninitialized: false;
21777
- isLoading: false;
21778
- isFetching: false;
21779
- isSuccess: false;
21780
- isError: false;
21781
- }, "error">>)> & {
21782
- status: _reduxjs_toolkit_query.QueryStatus;
21783
- }) => R) | undefined;
21784
- }) | undefined) => [R][R extends any ? 0 : never] & {
21785
- refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<{
21786
- locationCode: string;
21787
- status: string;
21788
- unsubscribedOnly: boolean;
21789
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21790
- baseQueryType?: BaseQueryTypes;
21791
- apiName?: string;
21792
- paramsSerializer?: (params: Record<string, unknown>) => string;
21793
- }) => {
21794
- error?: undefined;
21795
- data: unknown;
21796
- meta?: {} | undefined;
21797
- } | {
21798
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21799
- data?: undefined;
21800
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21801
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21802
- error: graphql.GraphQLError[] | undefined;
21803
- data?: undefined;
21804
- meta?: {} | undefined;
21805
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsNode[], "orchestratorApi", unknown>>;
21806
- };
21807
- declare const useVlansByServicePortQuery: <R extends Record<string, any> = _reduxjs_toolkit_query.TSHelpersId<(Omit<{
21808
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
21809
- originalArgs?: undefined | undefined;
21810
- data?: undefined | undefined;
21811
- error?: undefined | undefined;
21812
- requestId?: undefined | undefined;
21813
- endpointName?: string | undefined;
21814
- startedTimeStamp?: undefined | undefined;
21815
- fulfilledTimeStamp?: undefined | undefined;
21816
- } & {
21817
- currentData?: VlanRange[] | undefined;
21818
- isUninitialized: false;
21819
- isLoading: false;
21820
- isFetching: false;
21821
- isSuccess: false;
21822
- isError: false;
21823
- }, "isUninitialized"> & {
21824
- isUninitialized: true;
21825
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21826
- subscriptionId: string;
21827
- nsiVlansOnly: boolean;
21828
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21829
- baseQueryType?: BaseQueryTypes;
21830
- apiName?: string;
21831
- paramsSerializer?: (params: Record<string, unknown>) => string;
21832
- }) => {
21833
- error?: undefined;
21834
- data: unknown;
21835
- meta?: {} | undefined;
21836
- } | {
21837
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21838
- data?: undefined;
21839
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21840
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21841
- error: graphql.GraphQLError[] | undefined;
21842
- data?: undefined;
21843
- meta?: {} | undefined;
21844
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, VlanRange[], "orchestratorApi", unknown>> & {
21845
- currentData?: VlanRange[] | undefined;
21846
- isUninitialized: false;
21847
- isLoading: false;
21848
- isFetching: false;
21849
- isSuccess: false;
21850
- isError: false;
21851
- }, "data" | "isLoading" | "isFetching"> & {
21852
- isLoading: true;
21853
- isFetching: boolean;
21854
- data: undefined;
21855
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21856
- subscriptionId: string;
21857
- nsiVlansOnly: boolean;
21858
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21859
- baseQueryType?: BaseQueryTypes;
21860
- apiName?: string;
21861
- paramsSerializer?: (params: Record<string, unknown>) => string;
21862
- }) => {
21863
- error?: undefined;
21864
- data: unknown;
21865
- meta?: {} | undefined;
21866
- } | {
21867
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21868
- data?: undefined;
21869
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21870
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21871
- error: graphql.GraphQLError[] | undefined;
21872
- data?: undefined;
21873
- meta?: {} | undefined;
21874
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, VlanRange[], "orchestratorApi", unknown>> & {
21875
- currentData?: VlanRange[] | undefined;
21876
- isUninitialized: false;
21877
- isLoading: false;
21878
- isFetching: false;
21879
- isSuccess: false;
21880
- isError: false;
21881
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
21882
- isSuccess: true;
21883
- isFetching: true;
21884
- error: undefined;
21885
- } & {
21886
- data: VlanRange[];
21887
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21888
- subscriptionId: string;
21889
- nsiVlansOnly: boolean;
21890
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21891
- baseQueryType?: BaseQueryTypes;
21892
- apiName?: string;
21893
- paramsSerializer?: (params: Record<string, unknown>) => string;
21894
- }) => {
21895
- error?: undefined;
21896
- data: unknown;
21897
- meta?: {} | undefined;
21898
- } | {
21899
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21900
- data?: undefined;
21901
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21902
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21903
- error: graphql.GraphQLError[] | undefined;
21904
- data?: undefined;
21905
- meta?: {} | undefined;
21906
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, VlanRange[], "orchestratorApi", unknown>> & {
21907
- currentData?: VlanRange[] | undefined;
21908
- isUninitialized: false;
21909
- isLoading: false;
21910
- isFetching: false;
21911
- isSuccess: false;
21912
- isError: false;
21913
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21914
- subscriptionId: string;
21915
- nsiVlansOnly: boolean;
21916
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21917
- baseQueryType?: BaseQueryTypes;
21918
- apiName?: string;
21919
- paramsSerializer?: (params: Record<string, unknown>) => string;
21920
- }) => {
21921
- error?: undefined;
21922
- data: unknown;
21923
- meta?: {} | undefined;
21924
- } | {
21925
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21926
- data?: undefined;
21927
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21928
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21929
- error: graphql.GraphQLError[] | undefined;
21930
- data?: undefined;
21931
- meta?: {} | undefined;
21932
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, VlanRange[], "orchestratorApi", unknown>> & {
21933
- currentData?: VlanRange[] | undefined;
21934
- isUninitialized: false;
21935
- isLoading: false;
21936
- isFetching: false;
21937
- isSuccess: false;
21938
- isError: false;
21939
- }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
21940
- isSuccess: true;
21941
- isFetching: false;
21942
- error: undefined;
21943
- } & {
21944
- data: VlanRange[];
21945
- currentData: VlanRange[];
21946
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21947
- subscriptionId: string;
21948
- nsiVlansOnly: boolean;
21949
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21950
- baseQueryType?: BaseQueryTypes;
21951
- apiName?: string;
21952
- paramsSerializer?: (params: Record<string, unknown>) => string;
21953
- }) => {
21954
- error?: undefined;
21955
- data: unknown;
21956
- meta?: {} | undefined;
21957
- } | {
21958
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21959
- data?: undefined;
21960
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21961
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21962
- error: graphql.GraphQLError[] | undefined;
21963
- data?: undefined;
21964
- meta?: {} | undefined;
21965
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, VlanRange[], "orchestratorApi", unknown>> & {
21966
- currentData?: VlanRange[] | undefined;
21967
- isUninitialized: false;
21968
- isLoading: false;
21969
- isFetching: false;
21970
- isSuccess: false;
21971
- isError: false;
21972
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
21973
- subscriptionId: string;
21974
- nsiVlansOnly: boolean;
21975
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
21976
- baseQueryType?: BaseQueryTypes;
21977
- apiName?: string;
21978
- paramsSerializer?: (params: Record<string, unknown>) => string;
21979
- }) => {
21980
- error?: undefined;
21981
- data: unknown;
21982
- meta?: {} | undefined;
21983
- } | {
21984
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
21985
- data?: undefined;
21986
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
21987
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
21988
- error: graphql.GraphQLError[] | undefined;
21989
- data?: undefined;
21990
- meta?: {} | undefined;
21991
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, VlanRange[], "orchestratorApi", unknown>> & {
21992
- currentData?: VlanRange[] | undefined;
21993
- isUninitialized: false;
21994
- isLoading: false;
21995
- isFetching: false;
21996
- isSuccess: false;
21997
- isError: false;
21998
- }, "error" | "isError"> & {
21999
- isError: true;
22000
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22001
- subscriptionId: string;
22002
- nsiVlansOnly: boolean;
22003
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22004
- baseQueryType?: BaseQueryTypes;
22005
- apiName?: string;
22006
- paramsSerializer?: (params: Record<string, unknown>) => string;
22007
- }) => {
22008
- error?: undefined;
22009
- data: unknown;
22010
- meta?: {} | undefined;
22011
- } | {
22012
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22013
- data?: undefined;
22014
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22015
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22016
- error: graphql.GraphQLError[] | undefined;
22017
- data?: undefined;
22018
- meta?: {} | undefined;
22019
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, VlanRange[], "orchestratorApi", unknown>> & {
22020
- currentData?: VlanRange[] | undefined;
22021
- isUninitialized: false;
22022
- isLoading: false;
22023
- isFetching: false;
22024
- isSuccess: false;
22025
- isError: false;
22026
- }, "error">>)> & {
22027
- status: _reduxjs_toolkit_query.QueryStatus;
22028
- }>(arg: typeof _reduxjs_toolkit_query.skipToken | {
22029
- subscriptionId: string;
22030
- nsiVlansOnly: boolean;
22031
- }, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
22032
- skip?: boolean;
22033
- refetchOnMountOrArgChange?: boolean | number;
22034
- } & {
22035
- skip?: boolean;
22036
- selectFromResult?: ((state: _reduxjs_toolkit_query.TSHelpersId<(Omit<{
22037
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
22038
- originalArgs?: undefined | undefined;
22039
- data?: undefined | undefined;
22040
- error?: undefined | undefined;
22041
- requestId?: undefined | undefined;
22042
- endpointName?: string | undefined;
22043
- startedTimeStamp?: undefined | undefined;
22044
- fulfilledTimeStamp?: undefined | undefined;
22045
- } & {
22046
- currentData?: VlanRange[] | undefined;
22047
- isUninitialized: false;
22048
- isLoading: false;
22049
- isFetching: false;
22050
- isSuccess: false;
22051
- isError: false;
22052
- }, "isUninitialized"> & {
22053
- isUninitialized: true;
22054
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22055
- subscriptionId: string;
22056
- nsiVlansOnly: boolean;
22057
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22058
- baseQueryType?: BaseQueryTypes;
22059
- apiName?: string;
22060
- paramsSerializer?: (params: Record<string, unknown>) => string;
22061
- }) => {
22062
- error?: undefined;
22063
- data: unknown;
22064
- meta?: {} | undefined;
22065
- } | {
22066
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22067
- data?: undefined;
22068
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22069
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22070
- error: graphql.GraphQLError[] | undefined;
22071
- data?: undefined;
22072
- meta?: {} | undefined;
22073
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, VlanRange[], "orchestratorApi", unknown>> & {
22074
- currentData?: VlanRange[] | undefined;
22075
- isUninitialized: false;
22076
- isLoading: false;
22077
- isFetching: false;
22078
- isSuccess: false;
22079
- isError: false;
22080
- }, "data" | "isLoading" | "isFetching"> & {
22081
- isLoading: true;
22082
- isFetching: boolean;
22083
- data: undefined;
22084
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22085
- subscriptionId: string;
22086
- nsiVlansOnly: boolean;
22087
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22088
- baseQueryType?: BaseQueryTypes;
22089
- apiName?: string;
22090
- paramsSerializer?: (params: Record<string, unknown>) => string;
22091
- }) => {
22092
- error?: undefined;
22093
- data: unknown;
22094
- meta?: {} | undefined;
22095
- } | {
22096
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22097
- data?: undefined;
22098
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22099
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22100
- error: graphql.GraphQLError[] | undefined;
22101
- data?: undefined;
22102
- meta?: {} | undefined;
22103
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, VlanRange[], "orchestratorApi", unknown>> & {
22104
- currentData?: VlanRange[] | undefined;
22105
- isUninitialized: false;
22106
- isLoading: false;
22107
- isFetching: false;
22108
- isSuccess: false;
22109
- isError: false;
22110
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
22111
- isSuccess: true;
22112
- isFetching: true;
22113
- error: undefined;
22114
- } & {
22115
- data: VlanRange[];
22116
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22117
- subscriptionId: string;
22118
- nsiVlansOnly: boolean;
22119
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22120
- baseQueryType?: BaseQueryTypes;
22121
- apiName?: string;
22122
- paramsSerializer?: (params: Record<string, unknown>) => string;
22123
- }) => {
22124
- error?: undefined;
22125
- data: unknown;
22126
- meta?: {} | undefined;
22127
- } | {
22128
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22129
- data?: undefined;
22130
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22131
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22132
- error: graphql.GraphQLError[] | undefined;
22133
- data?: undefined;
22134
- meta?: {} | undefined;
22135
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, VlanRange[], "orchestratorApi", unknown>> & {
22136
- currentData?: VlanRange[] | undefined;
22137
- isUninitialized: false;
22138
- isLoading: false;
22139
- isFetching: false;
22140
- isSuccess: false;
22141
- isError: false;
22142
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22143
- subscriptionId: string;
22144
- nsiVlansOnly: boolean;
22145
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22146
- baseQueryType?: BaseQueryTypes;
22147
- apiName?: string;
22148
- paramsSerializer?: (params: Record<string, unknown>) => string;
22149
- }) => {
22150
- error?: undefined;
22151
- data: unknown;
22152
- meta?: {} | undefined;
22153
- } | {
22154
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22155
- data?: undefined;
22156
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22157
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22158
- error: graphql.GraphQLError[] | undefined;
22159
- data?: undefined;
22160
- meta?: {} | undefined;
22161
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, VlanRange[], "orchestratorApi", unknown>> & {
22162
- currentData?: VlanRange[] | undefined;
22163
- isUninitialized: false;
22164
- isLoading: false;
22165
- isFetching: false;
22166
- isSuccess: false;
22167
- isError: false;
22168
- }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
22169
- isSuccess: true;
22170
- isFetching: false;
22171
- error: undefined;
22172
- } & {
22173
- data: VlanRange[];
22174
- currentData: VlanRange[];
22175
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22176
- subscriptionId: string;
22177
- nsiVlansOnly: boolean;
22178
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22179
- baseQueryType?: BaseQueryTypes;
22180
- apiName?: string;
22181
- paramsSerializer?: (params: Record<string, unknown>) => string;
22182
- }) => {
22183
- error?: undefined;
22184
- data: unknown;
22185
- meta?: {} | undefined;
22186
- } | {
22187
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22188
- data?: undefined;
22189
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22190
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22191
- error: graphql.GraphQLError[] | undefined;
22192
- data?: undefined;
22193
- meta?: {} | undefined;
22194
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, VlanRange[], "orchestratorApi", unknown>> & {
22195
- currentData?: VlanRange[] | undefined;
22196
- isUninitialized: false;
22197
- isLoading: false;
22198
- isFetching: false;
22199
- isSuccess: false;
22200
- isError: false;
22201
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22202
- subscriptionId: string;
22203
- nsiVlansOnly: boolean;
22204
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22205
- baseQueryType?: BaseQueryTypes;
22206
- apiName?: string;
22207
- paramsSerializer?: (params: Record<string, unknown>) => string;
22208
- }) => {
22209
- error?: undefined;
22210
- data: unknown;
22211
- meta?: {} | undefined;
22212
- } | {
22213
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22214
- data?: undefined;
22215
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22216
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22217
- error: graphql.GraphQLError[] | undefined;
22218
- data?: undefined;
22219
- meta?: {} | undefined;
22220
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, VlanRange[], "orchestratorApi", unknown>> & {
22221
- currentData?: VlanRange[] | undefined;
22222
- isUninitialized: false;
22223
- isLoading: false;
22224
- isFetching: false;
22225
- isSuccess: false;
22226
- isError: false;
22227
- }, "error" | "isError"> & {
22228
- isError: true;
22229
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22230
- subscriptionId: string;
22231
- nsiVlansOnly: boolean;
22232
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22233
- baseQueryType?: BaseQueryTypes;
22234
- apiName?: string;
22235
- paramsSerializer?: (params: Record<string, unknown>) => string;
22236
- }) => {
22237
- error?: undefined;
22238
- data: unknown;
22239
- meta?: {} | undefined;
22240
- } | {
22241
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22242
- data?: undefined;
22243
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22244
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22245
- error: graphql.GraphQLError[] | undefined;
22246
- data?: undefined;
22247
- meta?: {} | undefined;
22248
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, VlanRange[], "orchestratorApi", unknown>> & {
22249
- currentData?: VlanRange[] | undefined;
22250
- isUninitialized: false;
22251
- isLoading: false;
22252
- isFetching: false;
22253
- isSuccess: false;
22254
- isError: false;
22255
- }, "error">>)> & {
22256
- status: _reduxjs_toolkit_query.QueryStatus;
22257
- }) => R) | undefined;
22258
- }) | undefined) => [R][R extends any ? 0 : never] & {
22259
- refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<{
22260
- subscriptionId: string;
22261
- nsiVlansOnly: boolean;
22262
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22263
- baseQueryType?: BaseQueryTypes;
22264
- apiName?: string;
22265
- paramsSerializer?: (params: Record<string, unknown>) => string;
22266
- }) => {
22267
- error?: undefined;
22268
- data: unknown;
22269
- meta?: {} | undefined;
22270
- } | {
22271
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22272
- data?: undefined;
22273
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22274
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22275
- error: graphql.GraphQLError[] | undefined;
22276
- data?: undefined;
22277
- meta?: {} | undefined;
22278
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, VlanRange[], "orchestratorApi", unknown>>;
22279
- };
22280
- declare const useFreePortsByNodeSubscriptionIdAndSpeedQuery: <R extends Record<string, any> = _reduxjs_toolkit_query.TSHelpersId<(Omit<{
22281
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
22282
- originalArgs?: undefined | undefined;
22283
- data?: undefined | undefined;
22284
- error?: undefined | undefined;
22285
- requestId?: undefined | undefined;
22286
- endpointName?: string | undefined;
22287
- startedTimeStamp?: undefined | undefined;
22288
- fulfilledTimeStamp?: undefined | undefined;
22289
- } & {
22290
- currentData?: ImsPort[] | undefined;
22291
- isUninitialized: false;
22292
- isLoading: false;
22293
- isFetching: false;
22294
- isSuccess: false;
22295
- isError: false;
22296
- }, "isUninitialized"> & {
22297
- isUninitialized: true;
22298
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22299
- nodeSubscriptionId: string;
22300
- interfaceSpeed: number;
22301
- mode: string;
22302
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22303
- baseQueryType?: BaseQueryTypes;
22304
- apiName?: string;
22305
- paramsSerializer?: (params: Record<string, unknown>) => string;
22306
- }) => {
22307
- error?: undefined;
22308
- data: unknown;
22309
- meta?: {} | undefined;
22310
- } | {
22311
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22312
- data?: undefined;
22313
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22314
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22315
- error: graphql.GraphQLError[] | undefined;
22316
- data?: undefined;
22317
- meta?: {} | undefined;
22318
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsPort[], "orchestratorApi", unknown>> & {
22319
- currentData?: ImsPort[] | undefined;
22320
- isUninitialized: false;
22321
- isLoading: false;
22322
- isFetching: false;
22323
- isSuccess: false;
22324
- isError: false;
22325
- }, "data" | "isLoading" | "isFetching"> & {
22326
- isLoading: true;
22327
- isFetching: boolean;
22328
- data: undefined;
22329
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22330
- nodeSubscriptionId: string;
22331
- interfaceSpeed: number;
22332
- mode: string;
22333
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22334
- baseQueryType?: BaseQueryTypes;
22335
- apiName?: string;
22336
- paramsSerializer?: (params: Record<string, unknown>) => string;
22337
- }) => {
22338
- error?: undefined;
22339
- data: unknown;
22340
- meta?: {} | undefined;
22341
- } | {
22342
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22343
- data?: undefined;
22344
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22345
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22346
- error: graphql.GraphQLError[] | undefined;
22347
- data?: undefined;
22348
- meta?: {} | undefined;
22349
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsPort[], "orchestratorApi", unknown>> & {
22350
- currentData?: ImsPort[] | undefined;
22351
- isUninitialized: false;
22352
- isLoading: false;
22353
- isFetching: false;
22354
- isSuccess: false;
22355
- isError: false;
22356
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
22357
- isSuccess: true;
22358
- isFetching: true;
22359
- error: undefined;
22360
- } & {
22361
- data: ImsPort[];
22362
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22363
- nodeSubscriptionId: string;
22364
- interfaceSpeed: number;
22365
- mode: string;
22366
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22367
- baseQueryType?: BaseQueryTypes;
22368
- apiName?: string;
22369
- paramsSerializer?: (params: Record<string, unknown>) => string;
22370
- }) => {
22371
- error?: undefined;
22372
- data: unknown;
22373
- meta?: {} | undefined;
22374
- } | {
22375
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22376
- data?: undefined;
22377
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22378
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22379
- error: graphql.GraphQLError[] | undefined;
22380
- data?: undefined;
22381
- meta?: {} | undefined;
22382
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsPort[], "orchestratorApi", unknown>> & {
22383
- currentData?: ImsPort[] | undefined;
22384
- isUninitialized: false;
22385
- isLoading: false;
22386
- isFetching: false;
22387
- isSuccess: false;
22388
- isError: false;
22389
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22390
- nodeSubscriptionId: string;
22391
- interfaceSpeed: number;
22392
- mode: string;
22393
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22394
- baseQueryType?: BaseQueryTypes;
22395
- apiName?: string;
22396
- paramsSerializer?: (params: Record<string, unknown>) => string;
22397
- }) => {
22398
- error?: undefined;
22399
- data: unknown;
22400
- meta?: {} | undefined;
22401
- } | {
22402
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22403
- data?: undefined;
22404
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22405
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22406
- error: graphql.GraphQLError[] | undefined;
22407
- data?: undefined;
22408
- meta?: {} | undefined;
22409
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsPort[], "orchestratorApi", unknown>> & {
22410
- currentData?: ImsPort[] | undefined;
22411
- isUninitialized: false;
22412
- isLoading: false;
22413
- isFetching: false;
22414
- isSuccess: false;
22415
- isError: false;
22416
- }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
22417
- isSuccess: true;
22418
- isFetching: false;
22419
- error: undefined;
22420
- } & {
22421
- data: ImsPort[];
22422
- currentData: ImsPort[];
22423
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22424
- nodeSubscriptionId: string;
22425
- interfaceSpeed: number;
22426
- mode: string;
22427
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22428
- baseQueryType?: BaseQueryTypes;
22429
- apiName?: string;
22430
- paramsSerializer?: (params: Record<string, unknown>) => string;
22431
- }) => {
22432
- error?: undefined;
22433
- data: unknown;
22434
- meta?: {} | undefined;
22435
- } | {
22436
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22437
- data?: undefined;
22438
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22439
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22440
- error: graphql.GraphQLError[] | undefined;
22441
- data?: undefined;
22442
- meta?: {} | undefined;
22443
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsPort[], "orchestratorApi", unknown>> & {
22444
- currentData?: ImsPort[] | undefined;
22445
- isUninitialized: false;
22446
- isLoading: false;
22447
- isFetching: false;
22448
- isSuccess: false;
22449
- isError: false;
22450
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22451
- nodeSubscriptionId: string;
22452
- interfaceSpeed: number;
22453
- mode: string;
22454
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22455
- baseQueryType?: BaseQueryTypes;
22456
- apiName?: string;
22457
- paramsSerializer?: (params: Record<string, unknown>) => string;
22458
- }) => {
22459
- error?: undefined;
22460
- data: unknown;
22461
- meta?: {} | undefined;
22462
- } | {
22463
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22464
- data?: undefined;
22465
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22466
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22467
- error: graphql.GraphQLError[] | undefined;
22468
- data?: undefined;
22469
- meta?: {} | undefined;
22470
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsPort[], "orchestratorApi", unknown>> & {
22471
- currentData?: ImsPort[] | undefined;
22472
- isUninitialized: false;
22473
- isLoading: false;
22474
- isFetching: false;
22475
- isSuccess: false;
22476
- isError: false;
22477
- }, "error" | "isError"> & {
22478
- isError: true;
22479
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22480
- nodeSubscriptionId: string;
22481
- interfaceSpeed: number;
22482
- mode: string;
22483
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22484
- baseQueryType?: BaseQueryTypes;
22485
- apiName?: string;
22486
- paramsSerializer?: (params: Record<string, unknown>) => string;
22487
- }) => {
22488
- error?: undefined;
22489
- data: unknown;
22490
- meta?: {} | undefined;
22491
- } | {
22492
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22493
- data?: undefined;
22494
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22495
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22496
- error: graphql.GraphQLError[] | undefined;
22497
- data?: undefined;
22498
- meta?: {} | undefined;
22499
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsPort[], "orchestratorApi", unknown>> & {
22500
- currentData?: ImsPort[] | undefined;
22501
- isUninitialized: false;
22502
- isLoading: false;
22503
- isFetching: false;
22504
- isSuccess: false;
22505
- isError: false;
22506
- }, "error">>)> & {
22507
- status: _reduxjs_toolkit_query.QueryStatus;
22508
- }>(arg: typeof _reduxjs_toolkit_query.skipToken | {
22509
- nodeSubscriptionId: string;
22510
- interfaceSpeed: number;
22511
- mode: string;
22512
- }, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
22513
- skip?: boolean;
22514
- refetchOnMountOrArgChange?: boolean | number;
22515
- } & {
22516
- skip?: boolean;
22517
- selectFromResult?: ((state: _reduxjs_toolkit_query.TSHelpersId<(Omit<{
22518
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
22519
- originalArgs?: undefined | undefined;
22520
- data?: undefined | undefined;
22521
- error?: undefined | undefined;
22522
- requestId?: undefined | undefined;
22523
- endpointName?: string | undefined;
22524
- startedTimeStamp?: undefined | undefined;
22525
- fulfilledTimeStamp?: undefined | undefined;
22526
- } & {
22527
- currentData?: ImsPort[] | undefined;
22528
- isUninitialized: false;
22529
- isLoading: false;
22530
- isFetching: false;
22531
- isSuccess: false;
22532
- isError: false;
22533
- }, "isUninitialized"> & {
22534
- isUninitialized: true;
22535
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22536
- nodeSubscriptionId: string;
22537
- interfaceSpeed: number;
22538
- mode: string;
22539
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22540
- baseQueryType?: BaseQueryTypes;
22541
- apiName?: string;
22542
- paramsSerializer?: (params: Record<string, unknown>) => string;
22543
- }) => {
22544
- error?: undefined;
22545
- data: unknown;
22546
- meta?: {} | undefined;
22547
- } | {
22548
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22549
- data?: undefined;
22550
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22551
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22552
- error: graphql.GraphQLError[] | undefined;
22553
- data?: undefined;
22554
- meta?: {} | undefined;
22555
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsPort[], "orchestratorApi", unknown>> & {
22556
- currentData?: ImsPort[] | undefined;
22557
- isUninitialized: false;
22558
- isLoading: false;
22559
- isFetching: false;
22560
- isSuccess: false;
22561
- isError: false;
22562
- }, "data" | "isLoading" | "isFetching"> & {
22563
- isLoading: true;
22564
- isFetching: boolean;
22565
- data: undefined;
22566
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22567
- nodeSubscriptionId: string;
22568
- interfaceSpeed: number;
22569
- mode: string;
22570
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22571
- baseQueryType?: BaseQueryTypes;
22572
- apiName?: string;
22573
- paramsSerializer?: (params: Record<string, unknown>) => string;
22574
- }) => {
22575
- error?: undefined;
22576
- data: unknown;
22577
- meta?: {} | undefined;
22578
- } | {
22579
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22580
- data?: undefined;
22581
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22582
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22583
- error: graphql.GraphQLError[] | undefined;
22584
- data?: undefined;
22585
- meta?: {} | undefined;
22586
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsPort[], "orchestratorApi", unknown>> & {
22587
- currentData?: ImsPort[] | undefined;
22588
- isUninitialized: false;
22589
- isLoading: false;
22590
- isFetching: false;
22591
- isSuccess: false;
22592
- isError: false;
22593
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
22594
- isSuccess: true;
22595
- isFetching: true;
22596
- error: undefined;
22597
- } & {
22598
- data: ImsPort[];
22599
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22600
- nodeSubscriptionId: string;
22601
- interfaceSpeed: number;
22602
- mode: string;
22603
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22604
- baseQueryType?: BaseQueryTypes;
22605
- apiName?: string;
22606
- paramsSerializer?: (params: Record<string, unknown>) => string;
22607
- }) => {
22608
- error?: undefined;
22609
- data: unknown;
22610
- meta?: {} | undefined;
22611
- } | {
22612
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22613
- data?: undefined;
22614
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22615
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22616
- error: graphql.GraphQLError[] | undefined;
22617
- data?: undefined;
22618
- meta?: {} | undefined;
22619
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsPort[], "orchestratorApi", unknown>> & {
22620
- currentData?: ImsPort[] | undefined;
22621
- isUninitialized: false;
22622
- isLoading: false;
22623
- isFetching: false;
22624
- isSuccess: false;
22625
- isError: false;
22626
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22627
- nodeSubscriptionId: string;
22628
- interfaceSpeed: number;
22629
- mode: string;
22630
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22631
- baseQueryType?: BaseQueryTypes;
22632
- apiName?: string;
22633
- paramsSerializer?: (params: Record<string, unknown>) => string;
22634
- }) => {
22635
- error?: undefined;
22636
- data: unknown;
22637
- meta?: {} | undefined;
22638
- } | {
22639
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22640
- data?: undefined;
22641
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22642
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22643
- error: graphql.GraphQLError[] | undefined;
22644
- data?: undefined;
22645
- meta?: {} | undefined;
22646
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsPort[], "orchestratorApi", unknown>> & {
22647
- currentData?: ImsPort[] | undefined;
22648
- isUninitialized: false;
22649
- isLoading: false;
22650
- isFetching: false;
22651
- isSuccess: false;
22652
- isError: false;
22653
- }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
22654
- isSuccess: true;
22655
- isFetching: false;
22656
- error: undefined;
22657
- } & {
22658
- data: ImsPort[];
22659
- currentData: ImsPort[];
22660
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22661
- nodeSubscriptionId: string;
22662
- interfaceSpeed: number;
22663
- mode: string;
22664
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22665
- baseQueryType?: BaseQueryTypes;
22666
- apiName?: string;
22667
- paramsSerializer?: (params: Record<string, unknown>) => string;
22668
- }) => {
22669
- error?: undefined;
22670
- data: unknown;
22671
- meta?: {} | undefined;
22672
- } | {
22673
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22674
- data?: undefined;
22675
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22676
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22677
- error: graphql.GraphQLError[] | undefined;
22678
- data?: undefined;
22679
- meta?: {} | undefined;
22680
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsPort[], "orchestratorApi", unknown>> & {
22681
- currentData?: ImsPort[] | undefined;
22682
- isUninitialized: false;
22683
- isLoading: false;
22684
- isFetching: false;
22685
- isSuccess: false;
22686
- isError: false;
22687
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22688
- nodeSubscriptionId: string;
22689
- interfaceSpeed: number;
22690
- mode: string;
22691
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22692
- baseQueryType?: BaseQueryTypes;
22693
- apiName?: string;
22694
- paramsSerializer?: (params: Record<string, unknown>) => string;
22695
- }) => {
22696
- error?: undefined;
22697
- data: unknown;
22698
- meta?: {} | undefined;
22699
- } | {
22700
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22701
- data?: undefined;
22702
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22703
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22704
- error: graphql.GraphQLError[] | undefined;
22705
- data?: undefined;
22706
- meta?: {} | undefined;
22707
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsPort[], "orchestratorApi", unknown>> & {
22708
- currentData?: ImsPort[] | undefined;
22709
- isUninitialized: false;
22710
- isLoading: false;
22711
- isFetching: false;
22712
- isSuccess: false;
22713
- isError: false;
22714
- }, "error" | "isError"> & {
22715
- isError: true;
22716
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22717
- nodeSubscriptionId: string;
22718
- interfaceSpeed: number;
22719
- mode: string;
22720
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22721
- baseQueryType?: BaseQueryTypes;
22722
- apiName?: string;
22723
- paramsSerializer?: (params: Record<string, unknown>) => string;
22724
- }) => {
22725
- error?: undefined;
22726
- data: unknown;
22727
- meta?: {} | undefined;
22728
- } | {
22729
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22730
- data?: undefined;
22731
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22732
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22733
- error: graphql.GraphQLError[] | undefined;
22734
- data?: undefined;
22735
- meta?: {} | undefined;
22736
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsPort[], "orchestratorApi", unknown>> & {
22737
- currentData?: ImsPort[] | undefined;
22738
- isUninitialized: false;
22739
- isLoading: false;
22740
- isFetching: false;
22741
- isSuccess: false;
22742
- isError: false;
22743
- }, "error">>)> & {
22744
- status: _reduxjs_toolkit_query.QueryStatus;
22745
- }) => R) | undefined;
22746
- }) | undefined) => [R][R extends any ? 0 : never] & {
22747
- refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<{
22748
- nodeSubscriptionId: string;
22749
- interfaceSpeed: number;
22750
- mode: string;
22751
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22752
- baseQueryType?: BaseQueryTypes;
22753
- apiName?: string;
22754
- paramsSerializer?: (params: Record<string, unknown>) => string;
22755
- }) => {
22756
- error?: undefined;
22757
- data: unknown;
22758
- meta?: {} | undefined;
22759
- } | {
22760
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22761
- data?: undefined;
22762
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22763
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22764
- error: graphql.GraphQLError[] | undefined;
22765
- data?: undefined;
22766
- meta?: {} | undefined;
22767
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, ImsPort[], "orchestratorApi", unknown>>;
22768
- };
22769
- declare const useGetNodeSubscriptionOptionsQuery: <R extends Record<string, any> = _reduxjs_toolkit_query.TSHelpersId<(Omit<{
22770
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
22771
- originalArgs?: undefined | undefined;
22772
- data?: undefined | undefined;
22773
- error?: undefined | undefined;
22774
- requestId?: undefined | undefined;
22775
- endpointName?: string | undefined;
22776
- startedTimeStamp?: undefined | undefined;
22777
- fulfilledTimeStamp?: undefined | undefined;
22778
- } & {
22779
- currentData?: NodeSubscriptionOption[] | undefined;
22780
- isUninitialized: false;
22781
- isLoading: false;
22782
- isFetching: false;
22783
- isSuccess: false;
22784
- isError: false;
22785
- }, "isUninitialized"> & {
22786
- isUninitialized: true;
22787
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22788
- statuses: string;
22789
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22790
- baseQueryType?: BaseQueryTypes;
22791
- apiName?: string;
22792
- paramsSerializer?: (params: Record<string, unknown>) => string;
22793
- }) => {
22794
- error?: undefined;
22795
- data: unknown;
22796
- meta?: {} | undefined;
22797
- } | {
22798
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22799
- data?: undefined;
22800
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22801
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22802
- error: graphql.GraphQLError[] | undefined;
22803
- data?: undefined;
22804
- meta?: {} | undefined;
22805
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, NodeSubscriptionOption[], "orchestratorApi", unknown>> & {
22806
- currentData?: NodeSubscriptionOption[] | undefined;
22807
- isUninitialized: false;
22808
- isLoading: false;
22809
- isFetching: false;
22810
- isSuccess: false;
22811
- isError: false;
22812
- }, "data" | "isLoading" | "isFetching"> & {
22813
- isLoading: true;
22814
- isFetching: boolean;
22815
- data: undefined;
22816
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22817
- statuses: string;
22818
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22819
- baseQueryType?: BaseQueryTypes;
22820
- apiName?: string;
22821
- paramsSerializer?: (params: Record<string, unknown>) => string;
22822
- }) => {
22823
- error?: undefined;
22824
- data: unknown;
22825
- meta?: {} | undefined;
22826
- } | {
22827
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22828
- data?: undefined;
22829
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22830
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22831
- error: graphql.GraphQLError[] | undefined;
22832
- data?: undefined;
22833
- meta?: {} | undefined;
22834
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, NodeSubscriptionOption[], "orchestratorApi", unknown>> & {
22835
- currentData?: NodeSubscriptionOption[] | undefined;
22836
- isUninitialized: false;
22837
- isLoading: false;
22838
- isFetching: false;
22839
- isSuccess: false;
22840
- isError: false;
22841
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
22842
- isSuccess: true;
22843
- isFetching: true;
22844
- error: undefined;
22845
- } & {
22846
- data: NodeSubscriptionOption[];
22847
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22848
- statuses: string;
22849
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22850
- baseQueryType?: BaseQueryTypes;
22851
- apiName?: string;
22852
- paramsSerializer?: (params: Record<string, unknown>) => string;
22853
- }) => {
22854
- error?: undefined;
22855
- data: unknown;
22856
- meta?: {} | undefined;
22857
- } | {
22858
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22859
- data?: undefined;
22860
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22861
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22862
- error: graphql.GraphQLError[] | undefined;
22863
- data?: undefined;
22864
- meta?: {} | undefined;
22865
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, NodeSubscriptionOption[], "orchestratorApi", unknown>> & {
22866
- currentData?: NodeSubscriptionOption[] | undefined;
22867
- isUninitialized: false;
22868
- isLoading: false;
22869
- isFetching: false;
22870
- isSuccess: false;
22871
- isError: false;
22872
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22873
- statuses: string;
22874
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22875
- baseQueryType?: BaseQueryTypes;
22876
- apiName?: string;
22877
- paramsSerializer?: (params: Record<string, unknown>) => string;
22878
- }) => {
22879
- error?: undefined;
22880
- data: unknown;
22881
- meta?: {} | undefined;
22882
- } | {
22883
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22884
- data?: undefined;
22885
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22886
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22887
- error: graphql.GraphQLError[] | undefined;
22888
- data?: undefined;
22889
- meta?: {} | undefined;
22890
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, NodeSubscriptionOption[], "orchestratorApi", unknown>> & {
22891
- currentData?: NodeSubscriptionOption[] | undefined;
22892
- isUninitialized: false;
22893
- isLoading: false;
22894
- isFetching: false;
22895
- isSuccess: false;
22896
- isError: false;
22897
- }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
22898
- isSuccess: true;
22899
- isFetching: false;
22900
- error: undefined;
22901
- } & {
22902
- data: NodeSubscriptionOption[];
22903
- currentData: NodeSubscriptionOption[];
22904
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22905
- statuses: string;
22906
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22907
- baseQueryType?: BaseQueryTypes;
22908
- apiName?: string;
22909
- paramsSerializer?: (params: Record<string, unknown>) => string;
22910
- }) => {
22911
- error?: undefined;
22912
- data: unknown;
22913
- meta?: {} | undefined;
22914
- } | {
22915
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22916
- data?: undefined;
22917
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22918
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22919
- error: graphql.GraphQLError[] | undefined;
22920
- data?: undefined;
22921
- meta?: {} | undefined;
22922
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, NodeSubscriptionOption[], "orchestratorApi", unknown>> & {
22923
- currentData?: NodeSubscriptionOption[] | undefined;
22924
- isUninitialized: false;
22925
- isLoading: false;
22926
- isFetching: false;
22927
- isSuccess: false;
22928
- isError: false;
22929
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22930
- statuses: string;
22931
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22932
- baseQueryType?: BaseQueryTypes;
22933
- apiName?: string;
22934
- paramsSerializer?: (params: Record<string, unknown>) => string;
22935
- }) => {
22936
- error?: undefined;
22937
- data: unknown;
22938
- meta?: {} | undefined;
22939
- } | {
22940
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22941
- data?: undefined;
22942
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22943
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22944
- error: graphql.GraphQLError[] | undefined;
22945
- data?: undefined;
22946
- meta?: {} | undefined;
22947
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, NodeSubscriptionOption[], "orchestratorApi", unknown>> & {
22948
- currentData?: NodeSubscriptionOption[] | undefined;
22949
- isUninitialized: false;
22950
- isLoading: false;
22951
- isFetching: false;
22952
- isSuccess: false;
22953
- isError: false;
22954
- }, "error" | "isError"> & {
22955
- isError: true;
22956
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
22957
- statuses: string;
22958
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
22959
- baseQueryType?: BaseQueryTypes;
22960
- apiName?: string;
22961
- paramsSerializer?: (params: Record<string, unknown>) => string;
22962
- }) => {
22963
- error?: undefined;
22964
- data: unknown;
22965
- meta?: {} | undefined;
22966
- } | {
22967
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
22968
- data?: undefined;
22969
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
22970
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
22971
- error: graphql.GraphQLError[] | undefined;
22972
- data?: undefined;
22973
- meta?: {} | undefined;
22974
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, NodeSubscriptionOption[], "orchestratorApi", unknown>> & {
22975
- currentData?: NodeSubscriptionOption[] | undefined;
22976
- isUninitialized: false;
22977
- isLoading: false;
22978
- isFetching: false;
22979
- isSuccess: false;
22980
- isError: false;
22981
- }, "error">>)> & {
22982
- status: _reduxjs_toolkit_query.QueryStatus;
22983
- }>(arg: typeof _reduxjs_toolkit_query.skipToken | {
22984
- statuses: string;
22985
- }, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
22986
- skip?: boolean;
22987
- refetchOnMountOrArgChange?: boolean | number;
22988
- } & {
22989
- skip?: boolean;
22990
- selectFromResult?: ((state: _reduxjs_toolkit_query.TSHelpersId<(Omit<{
22991
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
22992
- originalArgs?: undefined | undefined;
22993
- data?: undefined | undefined;
22994
- error?: undefined | undefined;
22995
- requestId?: undefined | undefined;
22996
- endpointName?: string | undefined;
22997
- startedTimeStamp?: undefined | undefined;
22998
- fulfilledTimeStamp?: undefined | undefined;
22999
- } & {
23000
- currentData?: NodeSubscriptionOption[] | undefined;
23001
- isUninitialized: false;
23002
- isLoading: false;
23003
- isFetching: false;
23004
- isSuccess: false;
23005
- isError: false;
23006
- }, "isUninitialized"> & {
23007
- isUninitialized: true;
23008
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
23009
- statuses: string;
23010
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
23011
- baseQueryType?: BaseQueryTypes;
23012
- apiName?: string;
23013
- paramsSerializer?: (params: Record<string, unknown>) => string;
23014
- }) => {
23015
- error?: undefined;
23016
- data: unknown;
23017
- meta?: {} | undefined;
23018
- } | {
23019
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
23020
- data?: undefined;
23021
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
23022
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
23023
- error: graphql.GraphQLError[] | undefined;
23024
- data?: undefined;
23025
- meta?: {} | undefined;
23026
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, NodeSubscriptionOption[], "orchestratorApi", unknown>> & {
23027
- currentData?: NodeSubscriptionOption[] | undefined;
23028
- isUninitialized: false;
23029
- isLoading: false;
23030
- isFetching: false;
23031
- isSuccess: false;
23032
- isError: false;
23033
- }, "data" | "isLoading" | "isFetching"> & {
23034
- isLoading: true;
23035
- isFetching: boolean;
23036
- data: undefined;
23037
- }) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
23038
- statuses: string;
23039
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
23040
- baseQueryType?: BaseQueryTypes;
23041
- apiName?: string;
23042
- paramsSerializer?: (params: Record<string, unknown>) => string;
23043
- }) => {
23044
- error?: undefined;
23045
- data: unknown;
23046
- meta?: {} | undefined;
23047
- } | {
23048
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
23049
- data?: undefined;
23050
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
23051
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
23052
- error: graphql.GraphQLError[] | undefined;
23053
- data?: undefined;
23054
- meta?: {} | undefined;
23055
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, NodeSubscriptionOption[], "orchestratorApi", unknown>> & {
23056
- currentData?: NodeSubscriptionOption[] | undefined;
23057
- isUninitialized: false;
23058
- isLoading: false;
23059
- isFetching: false;
23060
- isSuccess: false;
23061
- isError: false;
23062
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
23063
- isSuccess: true;
23064
- isFetching: true;
23065
- error: undefined;
23066
- } & {
23067
- data: NodeSubscriptionOption[];
23068
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
23069
- statuses: string;
23070
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
23071
- baseQueryType?: BaseQueryTypes;
23072
- apiName?: string;
23073
- paramsSerializer?: (params: Record<string, unknown>) => string;
23074
- }) => {
23075
- error?: undefined;
23076
- data: unknown;
23077
- meta?: {} | undefined;
23078
- } | {
23079
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
23080
- data?: undefined;
23081
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
23082
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
23083
- error: graphql.GraphQLError[] | undefined;
23084
- data?: undefined;
23085
- meta?: {} | undefined;
23086
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, NodeSubscriptionOption[], "orchestratorApi", unknown>> & {
23087
- currentData?: NodeSubscriptionOption[] | undefined;
23088
- isUninitialized: false;
23089
- isLoading: false;
23090
- isFetching: false;
23091
- isSuccess: false;
23092
- isError: false;
23093
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
23094
- statuses: string;
23095
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
23096
- baseQueryType?: BaseQueryTypes;
23097
- apiName?: string;
23098
- paramsSerializer?: (params: Record<string, unknown>) => string;
23099
- }) => {
23100
- error?: undefined;
23101
- data: unknown;
23102
- meta?: {} | undefined;
23103
- } | {
23104
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
23105
- data?: undefined;
23106
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
23107
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
23108
- error: graphql.GraphQLError[] | undefined;
23109
- data?: undefined;
23110
- meta?: {} | undefined;
23111
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, NodeSubscriptionOption[], "orchestratorApi", unknown>> & {
23112
- currentData?: NodeSubscriptionOption[] | undefined;
23113
- isUninitialized: false;
23114
- isLoading: false;
23115
- isFetching: false;
23116
- isSuccess: false;
23117
- isError: false;
23118
- }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
23119
- isSuccess: true;
23120
- isFetching: false;
23121
- error: undefined;
23122
- } & {
23123
- data: NodeSubscriptionOption[];
23124
- currentData: NodeSubscriptionOption[];
23125
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
23126
- statuses: string;
23127
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
23128
- baseQueryType?: BaseQueryTypes;
23129
- apiName?: string;
23130
- paramsSerializer?: (params: Record<string, unknown>) => string;
23131
- }) => {
23132
- error?: undefined;
23133
- data: unknown;
23134
- meta?: {} | undefined;
23135
- } | {
23136
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
23137
- data?: undefined;
23138
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
23139
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
23140
- error: graphql.GraphQLError[] | undefined;
23141
- data?: undefined;
23142
- meta?: {} | undefined;
23143
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, NodeSubscriptionOption[], "orchestratorApi", unknown>> & {
23144
- currentData?: NodeSubscriptionOption[] | undefined;
23145
- isUninitialized: false;
23146
- isLoading: false;
23147
- isFetching: false;
23148
- isSuccess: false;
23149
- isError: false;
23150
- }, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
23151
- statuses: string;
23152
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
23153
- baseQueryType?: BaseQueryTypes;
23154
- apiName?: string;
23155
- paramsSerializer?: (params: Record<string, unknown>) => string;
23156
- }) => {
23157
- error?: undefined;
23158
- data: unknown;
23159
- meta?: {} | undefined;
23160
- } | {
23161
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
23162
- data?: undefined;
23163
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
23164
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
23165
- error: graphql.GraphQLError[] | undefined;
23166
- data?: undefined;
23167
- meta?: {} | undefined;
23168
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, NodeSubscriptionOption[], "orchestratorApi", unknown>> & {
23169
- currentData?: NodeSubscriptionOption[] | undefined;
23170
- isUninitialized: false;
23171
- isLoading: false;
23172
- isFetching: false;
23173
- isSuccess: false;
23174
- isError: false;
23175
- }, "error" | "isError"> & {
23176
- isError: true;
23177
- } & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<{
23178
- statuses: string;
23179
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
23180
- baseQueryType?: BaseQueryTypes;
23181
- apiName?: string;
23182
- paramsSerializer?: (params: Record<string, unknown>) => string;
23183
- }) => {
23184
- error?: undefined;
23185
- data: unknown;
23186
- meta?: {} | undefined;
23187
- } | {
23188
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
23189
- data?: undefined;
23190
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
23191
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
23192
- error: graphql.GraphQLError[] | undefined;
23193
- data?: undefined;
23194
- meta?: {} | undefined;
23195
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, NodeSubscriptionOption[], "orchestratorApi", unknown>> & {
23196
- currentData?: NodeSubscriptionOption[] | undefined;
23197
- isUninitialized: false;
23198
- isLoading: false;
23199
- isFetching: false;
23200
- isSuccess: false;
23201
- isError: false;
23202
- }, "error">>)> & {
23203
- status: _reduxjs_toolkit_query.QueryStatus;
23204
- }) => R) | undefined;
23205
- }) | undefined) => [R][R extends any ? 0 : never] & {
23206
- refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<{
23207
- statuses: string;
23208
- }, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
23209
- baseQueryType?: BaseQueryTypes;
23210
- apiName?: string;
23211
- paramsSerializer?: (params: Record<string, unknown>) => string;
23212
- }) => {
23213
- error?: undefined;
23214
- data: unknown;
23215
- meta?: {} | undefined;
23216
- } | {
23217
- error: _reduxjs_toolkit_query.FetchBaseQueryError;
23218
- data?: undefined;
23219
- meta?: _reduxjs_toolkit_query.FetchBaseQueryMeta | undefined;
23220
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, _reduxjs_toolkit_query.FetchBaseQueryError, _reduxjs_toolkit_query.FetchBaseQueryMeta>> | {
23221
- error: graphql.GraphQLError[] | undefined;
23222
- data?: undefined;
23223
- meta?: {} | undefined;
23224
- } | PromiseLike<_reduxjs_toolkit_query.QueryReturnValue<unknown, graphql.GraphQLError[] | undefined, {}>>, CacheTagType, NodeSubscriptionOption[], "orchestratorApi", unknown>>;
23225
- };
23226
-
23227
- interface FileUploadPayload {
23228
- url: string;
23229
- file: File;
23230
- }
23231
- interface FileUploadReturnValue {
23232
- file_id: string;
23233
- file_name: string;
23234
- }
23235
- declare const useUploadFileMutation: <R extends Record<string, any> = ({
23236
- requestId?: undefined;
23237
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
23238
- data?: undefined;
23239
- error?: undefined;
23240
- endpointName?: string;
23241
- startedTimeStamp?: undefined;
23242
- fulfilledTimeStamp?: undefined;
23243
- } & {
23244
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
23245
- isUninitialized: true;
23246
- isLoading: false;
23247
- isSuccess: false;
23248
- isError: false;
23249
- }) | ({
23250
- status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
23251
- } & Omit<{
23252
- requestId: string;
23253
- data?: FileUploadReturnValue | undefined;
23254
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
23255
- endpointName: string;
23256
- startedTimeStamp: number;
23257
- fulfilledTimeStamp?: number;
23258
- }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
23259
- requestId: string;
23260
- data?: FileUploadReturnValue | undefined;
23261
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
23262
- endpointName: string;
23263
- startedTimeStamp: number;
23264
- fulfilledTimeStamp?: number;
23265
- }, "data" | "fulfilledTimeStamp">> & {
23266
- error: undefined;
23267
- } & {
23268
- status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
23269
- isUninitialized: false;
23270
- isLoading: false;
23271
- isSuccess: true;
23272
- isError: false;
23273
- }) | ({
23274
- status: _reduxjs_toolkit_query.QueryStatus.pending;
23275
- } & {
23276
- requestId: string;
23277
- data?: FileUploadReturnValue | undefined;
23278
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
23279
- endpointName: string;
23280
- startedTimeStamp: number;
23281
- fulfilledTimeStamp?: number;
23282
- } & {
23283
- data?: undefined;
23284
- } & {
23285
- status: _reduxjs_toolkit_query.QueryStatus.pending;
23286
- isUninitialized: false;
23287
- isLoading: true;
23288
- isSuccess: false;
23289
- isError: false;
23290
- }) | ({
23291
- status: _reduxjs_toolkit_query.QueryStatus.rejected;
23292
- } & Omit<{
23293
- requestId: string;
23294
- data?: FileUploadReturnValue | undefined;
23295
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
23296
- endpointName: string;
23297
- startedTimeStamp: number;
23298
- fulfilledTimeStamp?: number;
23299
- }, "error"> & Required<Pick<{
23300
- requestId: string;
23301
- data?: FileUploadReturnValue | undefined;
23302
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
23303
- endpointName: string;
23304
- startedTimeStamp: number;
23305
- fulfilledTimeStamp?: number;
23306
- }, "error">> & {
23307
- status: _reduxjs_toolkit_query.QueryStatus.rejected;
23308
- isUninitialized: false;
23309
- isLoading: false;
23310
- isSuccess: false;
23311
- isError: true;
23312
- })>(options?: {
23313
- selectFromResult?: ((state: ({
23314
- requestId?: undefined;
23315
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
23316
- data?: undefined;
23317
- error?: undefined;
23318
- endpointName?: string;
23319
- startedTimeStamp?: undefined;
23320
- fulfilledTimeStamp?: undefined;
23321
- } & {
23322
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
23323
- isUninitialized: true;
23324
- isLoading: false;
23325
- isSuccess: false;
23326
- isError: false;
23327
- }) | ({
23328
- status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
23329
- } & Omit<{
23330
- requestId: string;
23331
- data?: FileUploadReturnValue | undefined;
23332
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
23333
- endpointName: string;
23334
- startedTimeStamp: number;
23335
- fulfilledTimeStamp?: number;
23336
- }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
23337
- requestId: string;
23338
- data?: FileUploadReturnValue | undefined;
23339
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
23340
- endpointName: string;
23341
- startedTimeStamp: number;
23342
- fulfilledTimeStamp?: number;
23343
- }, "data" | "fulfilledTimeStamp">> & {
23344
- error: undefined;
23345
- } & {
23346
- status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
23347
- isUninitialized: false;
23348
- isLoading: false;
23349
- isSuccess: true;
23350
- isError: false;
23351
- }) | ({
23352
- status: _reduxjs_toolkit_query.QueryStatus.pending;
23353
- } & {
23354
- requestId: string;
23355
- data?: FileUploadReturnValue | undefined;
23356
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
23357
- endpointName: string;
23358
- startedTimeStamp: number;
23359
- fulfilledTimeStamp?: number;
23360
- } & {
23361
- data?: undefined;
23362
- } & {
23363
- status: _reduxjs_toolkit_query.QueryStatus.pending;
23364
- isUninitialized: false;
23365
- isLoading: true;
23366
- isSuccess: false;
23367
- isError: false;
23368
- }) | ({
23369
- status: _reduxjs_toolkit_query.QueryStatus.rejected;
23370
- } & Omit<{
23371
- requestId: string;
23372
- data?: FileUploadReturnValue | undefined;
23373
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
23374
- endpointName: string;
23375
- startedTimeStamp: number;
23376
- fulfilledTimeStamp?: number;
23377
- }, "error"> & Required<Pick<{
23378
- requestId: string;
23379
- data?: FileUploadReturnValue | undefined;
23380
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
23381
- endpointName: string;
23382
- startedTimeStamp: number;
23383
- fulfilledTimeStamp?: number;
23384
- }, "error">> & {
23385
- status: _reduxjs_toolkit_query.QueryStatus.rejected;
23386
- isUninitialized: false;
23387
- isLoading: false;
23388
- isSuccess: false;
23389
- isError: true;
23390
- })) => R) | undefined;
23391
- fixedCacheKey?: string;
23392
- } | undefined) => readonly [(arg: FileUploadPayload) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<FileUploadPayload, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
19582
+ isError: true;
19583
+ })>(options?: {
19584
+ selectFromResult?: ((state: ({
19585
+ requestId?: undefined;
19586
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
19587
+ data?: undefined;
19588
+ error?: undefined;
19589
+ endpointName?: string;
19590
+ startedTimeStamp?: undefined;
19591
+ fulfilledTimeStamp?: undefined;
19592
+ } & {
19593
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
19594
+ isUninitialized: true;
19595
+ isLoading: false;
19596
+ isSuccess: false;
19597
+ isError: false;
19598
+ }) | ({
19599
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
19600
+ } & Omit<{
19601
+ requestId: string;
19602
+ data?: FileUploadReturnValue | undefined;
19603
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
19604
+ endpointName: string;
19605
+ startedTimeStamp: number;
19606
+ fulfilledTimeStamp?: number;
19607
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
19608
+ requestId: string;
19609
+ data?: FileUploadReturnValue | undefined;
19610
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
19611
+ endpointName: string;
19612
+ startedTimeStamp: number;
19613
+ fulfilledTimeStamp?: number;
19614
+ }, "data" | "fulfilledTimeStamp">> & {
19615
+ error: undefined;
19616
+ } & {
19617
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
19618
+ isUninitialized: false;
19619
+ isLoading: false;
19620
+ isSuccess: true;
19621
+ isError: false;
19622
+ }) | ({
19623
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
19624
+ } & {
19625
+ requestId: string;
19626
+ data?: FileUploadReturnValue | undefined;
19627
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
19628
+ endpointName: string;
19629
+ startedTimeStamp: number;
19630
+ fulfilledTimeStamp?: number;
19631
+ } & {
19632
+ data?: undefined;
19633
+ } & {
19634
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
19635
+ isUninitialized: false;
19636
+ isLoading: true;
19637
+ isSuccess: false;
19638
+ isError: false;
19639
+ }) | ({
19640
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
19641
+ } & Omit<{
19642
+ requestId: string;
19643
+ data?: FileUploadReturnValue | undefined;
19644
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
19645
+ endpointName: string;
19646
+ startedTimeStamp: number;
19647
+ fulfilledTimeStamp?: number;
19648
+ }, "error"> & Required<Pick<{
19649
+ requestId: string;
19650
+ data?: FileUploadReturnValue | undefined;
19651
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | graphql.GraphQLError[] | undefined;
19652
+ endpointName: string;
19653
+ startedTimeStamp: number;
19654
+ fulfilledTimeStamp?: number;
19655
+ }, "error">> & {
19656
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
19657
+ isUninitialized: false;
19658
+ isLoading: false;
19659
+ isSuccess: false;
19660
+ isError: true;
19661
+ })) => R) | undefined;
19662
+ fixedCacheKey?: string;
19663
+ } | undefined) => readonly [(arg: FileUploadPayload) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<FileUploadPayload, (args: any, api: _reduxjs_toolkit_query.BaseQueryApi, extraOptions: {
23393
19664
  baseQueryType?: BaseQueryTypes;
23394
19665
  apiName?: string;
23395
19666
  paramsSerializer?: (params: Record<string, unknown>) => string;
@@ -26118,7 +22389,6 @@ type OrchestratorConfig = {
26118
22389
  supportMenuItemUrl: string;
26119
22390
  enableAoStackStatus: boolean;
26120
22391
  aoStackStatusUrl: string;
26121
- activatePydanticForms: boolean;
26122
22392
  };
26123
22393
  declare enum ColorModes {
26124
22394
  LIGHT = "LIGHT",
@@ -26166,16 +22436,6 @@ type CacheTag = {
26166
22436
  };
26167
22437
  declare const CACHETAG_TYPE_LIST = "LIST";
26168
22438
 
26169
- type SurfSubscriptionDropdownOptionsFilterParams = {
26170
- product_tags?: string[];
26171
- product_ids?: string[];
26172
- statuses?: string[];
26173
- exclude_subscription_ids?: string[];
26174
- customer_ids?: string[];
26175
- port_modes?: string[];
26176
- bandwidth?: number;
26177
- };
26178
-
26179
22439
  type EntityKind = 'SUBSCRIPTION' | 'PRODUCT' | 'WORKFLOW' | 'PROCESS';
26180
22440
  interface MatchingField {
26181
22441
  text: string;
@@ -26750,416 +23010,6 @@ declare const WfoLoading: () => _emotion_react_jsx_runtime.JSX.Element;
26750
23010
 
26751
23011
  declare const WfoToastsList: () => _emotion_react_jsx_runtime.JSX.Element;
26752
23012
 
26753
- type AutoFieldsProps = {
26754
- autoField?: ComponentType<{
26755
- className: string;
26756
- name: string;
26757
- }>;
26758
- element?: ComponentType<object> | string;
26759
- fields?: string[];
26760
- omitFields?: string[];
26761
- };
26762
-
26763
- interface IProps$1 {
26764
- router: NextRouter;
26765
- stepUserInput: JSONSchema6;
26766
- validSubmit: (userInput: {
26767
- [index: string]: unknown;
26768
- }) => Promise<unknown>;
26769
- cancel?: ConfirmDialogHandler;
26770
- previous: ConfirmDialogHandler;
26771
- hasNext?: boolean;
26772
- hasPrev?: boolean;
26773
- userInput: object;
26774
- isTask?: boolean;
26775
- isResuming?: boolean;
26776
- disabled?: boolean;
26777
- }
26778
- declare module 'uniforms' {
26779
- interface FilterDOMProps {
26780
- customPropToFilter: never;
26781
- description: never;
26782
- const: never;
26783
- default: never;
26784
- required: never;
26785
- pattern: never;
26786
- examples: never;
26787
- allOf: never;
26788
- anyOf: never;
26789
- options: never;
26790
- }
26791
- }
26792
- declare function WfoUserInputForm({ router, stepUserInput, validSubmit, cancel, previous, hasNext, hasPrev, userInput, isTask, isResuming, disabled, }: IProps$1): _emotion_react_jsx_runtime.JSX.Element;
26793
-
26794
- interface UserInputFormWizardProps {
26795
- stepUserInput: InputForm;
26796
- stepSubmit: (processInput: object[]) => Promise<unknown>;
26797
- cancel?: ConfirmDialogHandler;
26798
- isTask: boolean;
26799
- hasNext?: boolean;
26800
- isResuming?: boolean;
26801
- allowSubmit?: boolean;
26802
- }
26803
- declare const UserInputFormWizard: ({ hasNext, stepUserInput, stepSubmit, cancel, isTask, isResuming, allowSubmit, }: UserInputFormWizardProps) => _emotion_react_jsx_runtime.JSX.Element | null;
26804
-
26805
- type AcceptItemType = 'info' | 'label' | 'warning' | 'url' | 'checkbox' | '>checkbox' | 'checkbox?' | '>checkbox?' | 'skip' | 'margin' | 'value';
26806
- type AcceptItem = [string, AcceptItemType, Record<string, string>?];
26807
- type AcceptValue = 'SKIPPED' | 'ACCEPTED' | 'INCOMPLETE';
26808
- type AcceptFieldProps = FieldProps<AcceptValue, {
26809
- data?: AcceptItem[];
26810
- }>;
26811
- declare module 'uniforms' {
26812
- interface FilterDOMProps {
26813
- data: never;
26814
- }
26815
- }
26816
- declare const AcceptField: uniforms.ConnectedField<AcceptFieldProps, AcceptValue | undefined>;
26817
-
26818
- type BoolFieldProps = FieldProps<boolean>;
26819
- declare const BoolField: uniforms.ConnectedField<BoolFieldProps, boolean | undefined>;
26820
-
26821
- type DividerFieldProps = FieldProps<null, object, null, HTMLDivElement>;
26822
- declare const DividerField: uniforms.ConnectedField<DividerFieldProps, null | undefined>;
26823
-
26824
- type ErrorFieldProps = FieldProps<null>;
26825
- declare const ErrorField: uniforms.ConnectedField<ErrorFieldProps, null | undefined>;
26826
-
26827
- type ErrorsFieldProps = HTMLProps<HTMLDivElement>;
26828
- declare const ErrorsField: (props: ErrorsFieldProps) => _emotion_react_jsx_runtime.JSX.Element | null;
26829
-
26830
- type LabelFieldProps = FieldProps<null, object, null, HTMLDivElement>;
26831
- declare const LabelField: uniforms.ConnectedField<LabelFieldProps, null | undefined>;
26832
-
26833
- type ListAddFieldProps = FieldProps<string, {
26834
- initialCount?: number;
26835
- outerList?: boolean;
26836
- }>;
26837
- declare const ListAddField: uniforms.ConnectedField<ListAddFieldProps, string | undefined>;
26838
-
26839
- type ListDelFieldProps = FieldProps<null, {
26840
- initialCount?: number;
26841
- itemProps?: object;
26842
- outerList?: boolean;
26843
- }>;
26844
- declare const ListDelField: uniforms.ConnectedField<ListDelFieldProps, null | undefined>;
26845
-
26846
- declare module 'uniforms' {
26847
- interface FilterDOMProps {
26848
- items: never;
26849
- uniqueItems: never;
26850
- outerList: never;
26851
- }
26852
- }
26853
- type ListFieldProps = FieldProps<unknown[], {
26854
- initialCount?: number;
26855
- itemProps?: object;
26856
- uniqueItems?: boolean;
26857
- }, null, HTMLUListElement>;
26858
- declare const ListField: uniforms.ConnectedField<ListFieldProps, unknown[] | undefined>;
26859
-
26860
- type ListSelectFieldProps = FieldProps<string | string[], {
26861
- allowedValues?: string[];
26862
- transform?(value: string): string;
26863
- }>;
26864
- declare function ListSelectField({ allowedValues, fieldType, name, transform, ...props }: ListSelectFieldProps): _emotion_react_jsx_runtime.JSX.Element;
26865
-
26866
- type LongTextFieldProps = FieldProps<string, object, HTMLTextAreaElement>;
26867
- declare const LongTextField: uniforms.ConnectedField<LongTextFieldProps, string | undefined>;
26868
-
26869
- type NumFieldProps = FieldProps<number, {
26870
- max?: number;
26871
- min?: number;
26872
- precision?: number;
26873
- step?: number;
26874
- }>;
26875
- declare const NumField: uniforms.ConnectedField<NumFieldProps, number | undefined>;
26876
-
26877
- type RadioFieldProps = FieldProps<string, {
26878
- allowedValues?: string[];
26879
- checkboxes?: boolean;
26880
- transform?(value: string): string;
26881
- }>;
26882
- declare const RadioField: uniforms.ConnectedField<RadioFieldProps, string | undefined>;
26883
-
26884
- type SelectFieldProps = FieldProps<string | string[], {
26885
- allowedValues?: string[];
26886
- transform?(value: string): string;
26887
- }>;
26888
- declare function UnconnectedSelectField({ allowedValues, disabled, fieldType, id, label, description, name, onChange, placeholder, readOnly, transform, value, error, showInlineError, errorMessage, ...props }: SelectFieldProps): _emotion_react_jsx_runtime.JSX.Element;
26889
-
26890
- type SubmitFieldProps = FieldProps<null, object, HTMLInputElement, HTMLInputElement>;
26891
- declare const SubmitField: ({ disabled, inputRef, readOnly, value, ...props }: SubmitFieldProps) => _emotion_react_jsx_runtime.JSX.Element;
26892
-
26893
- type SubscriptionSummaryFieldProps = FieldProps<string>;
26894
- interface SubscriptionSummaryDisplayProps {
26895
- subscriptionId: string;
26896
- }
26897
- declare const SubscriptionSummaryDisplay: ({ subscriptionId, }: SubscriptionSummaryDisplayProps) => _emotion_react_jsx_runtime.JSX.Element;
26898
- declare const SubscriptionSummaryField: uniforms.ConnectedField<SubscriptionSummaryFieldProps, string | undefined>;
26899
-
26900
- type TextFieldProps = FieldProps<string>;
26901
- declare const TextField: uniforms.ConnectedField<TextFieldProps, string | undefined>;
26902
-
26903
- type DateFieldProps = FieldProps<Date, {
26904
- max?: Date;
26905
- min?: Date;
26906
- }>;
26907
- declare const DateField: uniforms.ConnectedField<DateFieldProps, Date | undefined>;
26908
-
26909
- type LocationCodeFieldProps = {
26910
- locationCodes?: string[];
26911
- } & Omit<SelectFieldProps, 'placeholder' | 'allowedValues'>;
26912
- declare module 'uniforms' {
26913
- interface FilterDOMProps {
26914
- locationCodes: never;
26915
- }
26916
- }
26917
- declare const LocationCodeField: uniforms.ConnectedField<LocationCodeFieldProps, string | string[] | undefined>;
26918
-
26919
- interface ContactPersonAutocompleteProps {
26920
- query: string;
26921
- selectedItem: number;
26922
- personIndex: number;
26923
- itemSelected: (value: ContactPerson, index: number) => void;
26924
- suggestions: ContactPerson[];
26925
- }
26926
- declare const ContactPersonAutocomplete: ({ query, selectedItem, personIndex, itemSelected, suggestions, }: ContactPersonAutocompleteProps) => _emotion_react_jsx_runtime.JSX.Element | null;
26927
-
26928
- declare const getContactPersonStyles: ({ theme }: WfoTheme) => {
26929
- contactPersonAutocompleteStyling: _emotion_react.SerializedStyles;
26930
- };
26931
-
26932
- declare function stop(e: React__default.SyntheticEvent): void;
26933
- type ContactPersonNameFieldProps = FieldProps<string, {
26934
- customerId?: string;
26935
- customerKey?: string;
26936
- }>;
26937
- declare module 'uniforms' {
26938
- interface FilterDOMProps {
26939
- customerId: never;
26940
- customerKey: never;
26941
- organisationKey: never;
26942
- organisationId: never;
26943
- }
26944
- }
26945
- declare const ContactPersonNameField: uniforms.ConnectedField<ContactPersonNameFieldProps, string | undefined>;
26946
-
26947
- type ImsNodeIdFieldProps = {
26948
- onChange: (value?: number | undefined) => void;
26949
- value?: number;
26950
- locationCode: string;
26951
- status?: string;
26952
- unsubscribedOnly?: boolean;
26953
- } & Omit<SelectFieldProps, 'placeholder' | 'transform' | 'allowedValues' | 'onChange' | 'value' | 'name'>;
26954
- declare module 'uniforms' {
26955
- interface FilterDOMProps {
26956
- locationCode: never;
26957
- status: never;
26958
- unsubscribedOnly: never;
26959
- }
26960
- }
26961
- declare const ImsNodeIdField: uniforms.ConnectedField<ImsNodeIdFieldProps, number | undefined>;
26962
-
26963
- type ImsPortFieldProps = FieldProps<number, {
26964
- nodeSubscriptionId?: string;
26965
- interfaceSpeed: number | string;
26966
- imsPortMode?: 'patched' | 'unpatched' | 'all';
26967
- nodeStatuses?: ('active' | 'provisioning')[];
26968
- }>;
26969
- declare module 'uniforms' {
26970
- interface FilterDOMProps {
26971
- nodeSubscriptionId: never;
26972
- interfaceSpeed: never;
26973
- nodeStatuses: never;
26974
- imsPortMode: never;
26975
- }
26976
- }
26977
- declare const ImsPortIdField: uniforms.ConnectedField<ImsPortFieldProps, number | undefined>;
26978
-
26979
- declare const imsPortIdFieldStyling: _emotion_react.SerializedStyles;
26980
-
26981
- declare function getUsedPrefixMin(netmask: string, prefixMin: number | undefined, name: string): number;
26982
- type IPvAnyNetworkFieldProps = FieldProps<string, {
26983
- prefixMin?: number;
26984
- }>;
26985
- declare const IpNetworkField: uniforms.ConnectedField<IPvAnyNetworkFieldProps, string | undefined>;
26986
-
26987
- declare const ipPrefixTableFieldStyling: _emotion_react.SerializedStyles;
26988
-
26989
- declare const splitPrefixStyling: _emotion_react.SerializedStyles;
26990
-
26991
- declare function utcTimestampToLocalMoment(utc_timestamp: number): moment.Moment;
26992
- declare function localMomentToUtcTimestamp(local_moment: Moment): number;
26993
- type TimestampFieldProps = FieldProps<number, {
26994
- max?: number;
26995
- min?: number;
26996
- showTimeSelect: boolean;
26997
- locale?: string;
26998
- dateFormat?: string;
26999
- timeFormat?: string;
27000
- }>;
27001
- declare const TimestampField: uniforms.ConnectedField<TimestampFieldProps, number | undefined>;
27002
-
27003
- type VlanFieldProps = FieldProps<string, {
27004
- subscriptionFieldName?: string;
27005
- nsiVlansOnly?: boolean;
27006
- }>;
27007
- type VlanRange = [number, number];
27008
- declare const VlanField: uniforms.ConnectedField<VlanFieldProps, string | undefined>;
27009
-
27010
- type FileUploadProps = FieldProps<string>;
27011
- declare const FileUploadField: uniforms.ConnectedField<FileUploadProps, string | undefined>;
27012
-
27013
- interface ServicePort {
27014
- subscription_id?: string;
27015
- vlan?: string;
27016
- bandwidth?: number;
27017
- nonremovable?: boolean;
27018
- modifiable?: boolean;
27019
- }
27020
- declare enum PortMode {
27021
- TAGGED = "tagged",
27022
- UNTAGGED = "untagged",
27023
- LINK_MEMBER = "link_member"
27024
- }
27025
- declare enum ProductTag {
27026
- MSC = "MSC",
27027
- MSCNL = "MSCNL",
27028
- IRBSP = "IRBSP",
27029
- SP = "SP",
27030
- SPNL = "SPNL",
27031
- AGGSP = "AGGSP",
27032
- AGGSPNL = "AGGSPNL"
27033
- }
27034
- interface ImsPort {
27035
- id: number;
27036
- line_name: string;
27037
- node: string;
27038
- port: string;
27039
- iface_type: string;
27040
- patchposition: string;
27041
- status: string;
27042
- }
27043
- interface ImsNode {
27044
- id: number;
27045
- name: string;
27046
- status: string;
27047
- }
27048
- interface SortOption<nameStrings = string> {
27049
- name: nameStrings;
27050
- descending: boolean;
27051
- }
27052
- interface IpPrefix {
27053
- id: number;
27054
- prefix: string;
27055
- version: number;
27056
- }
27057
- interface IpBlock {
27058
- id: number;
27059
- prefix: string;
27060
- ip_network: string;
27061
- description: string;
27062
- state: number;
27063
- parent: number;
27064
- version: number;
27065
- parent_ipam_id: number;
27066
- is_subnet: boolean;
27067
- state_repr: string;
27068
- }
27069
- type NodeSubscriptionOption = Pick<Subscription, 'subscriptionId' | 'description'>;
27070
- interface NodeSubscriptionOptionsResult {
27071
- subscriptions: GraphQlSinglePage<NodeSubscriptionOption>;
27072
- }
27073
-
27074
- declare const ipamStates: (string | null)[];
27075
-
27076
- declare module 'uniforms' {
27077
- interface FilterDOMProps {
27078
- excludedSubscriptionIds: never;
27079
- customerId: never;
27080
- customerKey: never;
27081
- visiblePortMode: never;
27082
- bandwidth: never;
27083
- bandwidthKey: never;
27084
- tags: never;
27085
- statuses: never;
27086
- }
27087
- }
27088
- type SubscriptionFieldProps = FieldProps<string, {
27089
- productIds?: string[];
27090
- excludedSubscriptionIds?: string[];
27091
- customerId?: string;
27092
- customerKey?: string;
27093
- visiblePortMode?: string;
27094
- bandwidth?: number;
27095
- bandwidthKey?: string;
27096
- tags?: string[];
27097
- statuses?: string[];
27098
- }>;
27099
- declare const SubscriptionField: uniforms.ConnectedField<SubscriptionFieldProps, string | undefined>;
27100
-
27101
- type NestFieldProps = FieldProps<null, {
27102
- fields?: unknown[];
27103
- itemProps?: object;
27104
- }>;
27105
- declare module 'uniforms' {
27106
- interface FilterDOMProps {
27107
- properties: never;
27108
- wrap: never;
27109
- ref: never;
27110
- }
27111
- }
27112
- declare const NestField: uniforms.ConnectedField<NestFieldProps, null | undefined>;
27113
-
27114
- type OptGroupFieldProps = FieldProps<null, {
27115
- fields?: unknown[];
27116
- itemProps?: object;
27117
- }>;
27118
- declare const OptGroupField: uniforms.ConnectedField<OptGroupFieldProps, null | undefined>;
27119
-
27120
- type SummaryFieldProps = FieldProps$1<null, {
27121
- description?: string;
27122
- data?: {
27123
- headers: string[];
27124
- labels: string[];
27125
- columns: string[][];
27126
- };
27127
- }>;
27128
- declare const SummaryField: uniforms.ConnectedField<uniforms.GuaranteedProps<null> & object & Omit<{
27129
- description?: string;
27130
- data?: {
27131
- headers: string[];
27132
- labels: string[];
27133
- columns: string[][];
27134
- };
27135
- }, keyof uniforms.GuaranteedProps<null>>, null | undefined>;
27136
-
27137
- type CustomerFieldProps = Omit<SelectFieldProps, 'placeholder' | 'transform' | 'allowedValues'>;
27138
- declare const CustomerField: uniforms.ConnectedField<CustomerFieldProps, string | string[] | undefined>;
27139
-
27140
- declare const ConnectedSelectField: uniforms.ConnectedField<SelectFieldProps, string | string[] | undefined>;
27141
-
27142
- declare const getCommonFormFieldStyles: ({ theme }: WfoTheme) => {
27143
- errorStyle: _emotion_react.SerializedStyles;
27144
- formRowStyle: _emotion_react.SerializedStyles;
27145
- };
27146
-
27147
- declare const summaryFieldStyles: ({ theme }: WfoTheme) => {
27148
- summaryFieldStyle: _emotion_react.SerializedStyles;
27149
- };
27150
-
27151
- declare const getAcceptFieldStyles: ({ theme }: WfoTheme) => {
27152
- acceptFieldStyle: _emotion_react.SerializedStyles;
27153
- };
27154
-
27155
- interface IProps {
27156
- preselectedInput?: unknown;
27157
- formKey: string;
27158
- handleSubmit: (userInputs: any) => void;
27159
- handleCancel?: () => void;
27160
- }
27161
- declare function CreateForm(props: IProps): _emotion_react_jsx_runtime.JSX.Element;
27162
-
27163
23013
  type WfoDateTimeProps = {
27164
23014
  dateOrIsoString: Date | string | null;
27165
23015
  };
@@ -27980,7 +23830,7 @@ declare const METADATA_PRODUCT_BLOCK_ENDPOINT = "product_blocks";
27980
23830
  declare const METADATA_RESOURCE_TYPE_ENDPOINT = "resource_types";
27981
23831
  declare const METADATA_WORKFLOWS_ENDPOINT = "workflows";
27982
23832
 
27983
- declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "6.8.0";
23833
+ declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "7.0.0";
27984
23834
 
27985
23835
  declare const useGetTranslationMessages: (locale: string | undefined) => {
27986
23836
  pydanticForms: {
@@ -28661,4 +24511,4 @@ declare enum WfoQueryParams {
28661
24511
  }
28662
24512
  declare const getUrlWithQueryParams: (url: string, params: Partial<Record<WfoQueryParams, string>>) => string;
28663
24513
 
28664
- export { ACTIVE_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, ACTIVE_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, AcceptField, type AcceptFieldProps, type AggregationResult, type AggregationResultsData, type AnySearchParameters, type ApiResult, type AppDispatch, type AutoFieldsProps, type BackendFeatureStatus, BadgeType, type BaseGraphQlResult, BaseQueryTypes, BoolField, type BoolFieldProps, CACHETAG_TYPE_LIST, COMPLETED_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, COMPLETED_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, CONTROL_CELL_CLASS, CUSTOMER_DESCRIPTION_ENDPOINT, type CacheNames, type CacheOption, type CacheTag, CacheTagType, ColorModes, ColumnType, type Condition, ConditionRow, type ConditionRowProps, type ConfirmDialogHandler, ConfirmationDialogContext, ConfirmationDialogContextWrapper, ConfirmationDialogProvider, ConnectedSelectField, type ContactPerson, ContactPersonAutocomplete, ContactPersonNameField, type ContactPersonNameFieldProps, ContentContext, ContentContextProvider, type ContentContextProviderProps, type ContentType, CreateForm, type CustomApiConfig, type Customer, type CustomerDescriptions, CustomerField, type CustomerFieldProps, type CustomerWithSubscriptionCount, type CustomersResult, type CustomersWithSubscriptionCountResult, DATA_CELL_CLASS, DATA_ROW_CLASS, DEFAULT_PAGE_SIZE, DEFAULT_PAGE_SIZES, type DataDisplayParams, type DataDisplayReturnValues, type DateBetweenFilter, type DateEqFilter, DateField, type DateFieldProps, type DateGtFilter, type DateGteFilter, type DateIsNotNullFilter, type DateIsNullFilter, type DateLtFilter, type DateLteFilter, type DateNeqFilter, type DateRange, DividerField, type DividerFieldProps, ENTITY_TABS, type EmailAddress, type EmailState, EngineStatus, type EntityKind, Environment, type EnvironmentVariable, type EnvironmentVariables, ErrorField, type ErrorFieldProps, ErrorsField, type ErrorsFieldProps, type ExternalService, type FetchFilter, type FieldProps, type FieldSelectorProps, type FieldValue, FileUploadField, type FileUploadPayload, type FileUploadProps, FilterGroup, type FilterQuery, type FixedInputDefinition, Footer, type Form, type FormNotCompleteResponse, type FormUserPermissions, type FormValidationError, type GraphQLPageInfo, type GraphQLSort, type GraphQlResultPage, type GraphQlSinglePage, type GraphqlFilter, type GraphqlQueryVariables, type Group, type GroupType, type GroupedData, type GroupedStep, HIDDEN_KEYS, Header, type HeaderBadgeProps, HttpStatus, INVISIBLE_CHARACTER, IPAM_ENDPOINT, IPAM_FREE_SUBNETS_ENDPOINT, IPAM_IP_BLOCKS_ENDPOINT, IPAM_PREFIX_FILTERS_ENDPOINT, type IPvAnyNetworkFieldProps, type ImsNode, ImsNodeIdField, type ImsNodeIdFieldProps, type ImsPort, type ImsPortFieldProps, ImsPortIdField, type InUseByRelation, type InUseByRelationDetail, type InUseByRelationsDetailResponse, type InUseByRelationsDetailResult, type InitialOrchestratorStoreConfig, type InputForm, type IpBlock, IpNetworkField, type IpPrefix, KEY_CELL_CLASS_NAME, LabelField, type LabelFieldProps, ListAddField, type ListAddFieldProps, ListDelField, type ListDelFieldProps, ListField, type ListFieldProps, ListSelectField, type ListSelectFieldProps, type LocalColumnWidths, Locale, LocationCodeField, type LocationCodeFieldProps, LongTextField, type LongTextFieldProps, type LtreeAncestorFilter, type LtreeDescendantFilter, type LtreeMatchesFilter, MAXIMUM_ITEMS_FOR_BULK_FETCHING, METADATA_PRODUCT_BLOCKS_TABLE_LOCAL_STORAGE_KEY, METADATA_PRODUCT_BLOCK_ENDPOINT, METADATA_PRODUCT_ENDPOINT, METADATA_PRODUCT_TABLE_LOCAL_STORAGE_KEY, METADATA_RESOURCE_TYPES_TABLE_LOCAL_STORAGE_KEY, METADATA_RESOURCE_TYPE_ENDPOINT, METADATA_TASKS_TABLE_LOCAL_STORAGE_KEY, METADATA_WORKFLOWS_ENDPOINT, METADATA_WORKFLOWS_TABLE_LOCAL_STORAGE_KEY, type MappedVersion, type MatchingField, type MetaDataTab, type MetadataDescriptionParams, MinusButton, NUMBER_OF_ITEMS_REPRESENTING_ALL_ITEMS, NestField, type NestFieldProps, type NodeSubscriptionOption, type NodeSubscriptionOptionsResult, type Nullable, NumField, type NumFieldProps, ORCHESTRATOR_UI_LIBRARY_VERSION, type OperatorSelectorProps, OptGroupField, type OptGroupFieldProps, type Option, 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 PaginatedSearchResults, type Pagination, type PathAutocompleteResponse, type PathDataType, type PathFilter, type PathInfo$1 as PathInfo, type PathLeaf, type PathOptionRenderProps, type PathSelectionOptionRenderProps, type PathSelectorProps, PlusButton, type Policy, PolicyContext, PolicyContextProvider, type PolicyProviderProps, PolicyResource, PortMode, type Process, type ProcessDetail, type ProcessDetailResponse, type ProcessDetailResultRaw, ProcessDoneStatuses, type ProcessListExportItem, type ProcessListItem, type ProcessListResponse, type ProcessListResult, type ProcessListSummaryResponse, type ProcessSearchParameters, ProcessStatus, type ProcessStepsResult, type ProcessSummary, type ProcessesDetailResult, type ProductBlockDefinition, type ProductBlockDefinitionsResult, type ProductBlockInstance, type ProductBlockInstanceForDropdown, type ProductBlocksResponse, type ProductDefinition, type ProductDefinitionsResult, ProductLifecycleStatus, type ProductSearchParameters, 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, Row, SETTINGS_CACHE_ENDPOINT, SETTINGS_CACHE_NAMES_ENDPOINT, SETTINGS_ENDPOINT, SETTINGS_ENGINE_STATUS_ENDPOINT, SETTINGS_OVERVIEW, SETTINGS_SEARCH_INDEX_RESET_ENDPOINT, SETTINGS_WORKER_STATUS_ENDPOINT, STEP_STATE_HIDDEN_KEYS, SUBSCRIPTIONS_TABLE_LOCAL_STORAGE_KEY, SUBSCRIPTION_ACTIONS_ENDPOINT, SUBSCRIPTION_DROPDOWN_OPTIONS_ENDPOINT, type SearchDefinitionsResponse, type SearchMetadata, type SearchPaginationPayload, type SearchPayload, type SearchResult, type SelectFieldProps, type SelectedPathDisplayProps, type ServicePort, type SortOption, SortOrder, type StartComboBoxOption, type StartOptionsResponse, type StartOptionsResult, type StartProcessStep, type StartWorkflowPayload, type Step, type StepListItem, type StepState, StepStatus, StoreProvider, type StoreProviderProps, type StoredTableConfig, type StrEqFilter, type StrNeFilter, type StringifyObject, SubmitField, type SubmitFieldProps, type Subscription, type SubscriptionAction, type SubscriptionActions, type SubscriptionDetail, type SubscriptionDetailProcess, type SubscriptionDetailResponse, type SubscriptionDetailResult, SubscriptionDetailTab, type SubscriptionDropdownOption, type SubscriptionDropdownOptionsResult, SubscriptionField, type SubscriptionFieldProps, SubscriptionKeyValueBlock, type SubscriptionListItem, type SubscriptionListResponse, type SubscriptionListSummaryResponse, type SubscriptionSearchParameters, SubscriptionStatus, type SubscriptionSummary, SubscriptionSummaryDisplay, SubscriptionSummaryField, type SubscriptionSummaryFieldProps, type SubscriptionsResult, type SummaryCardButtonConfig, type SummaryCardListItem, SummaryCardStatus, SummaryField, type SummaryFieldProps, type SummaryFormLabel, type SurfSubscriptionDropdownOptionsFilterParams, 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 Toast, type ToastState, ToastTypes, type TreeBlock, TreeContext, type TreeContextType, TreeProvider, type TreeProviderProps, UnconnectedSelectField, type UseQuery, type UserInputForm, UserInputFormWizard, VALUE_CELL_CLASS_NAME, type ValidationError, type ValidationErrorContext, ValueControl, type ValueOverrideConfiguration, type ValueOverrideFunction, VisualizationType, VlanField, type VlanFieldProps, type VlanRange, WFO_STATUS_COLOR_FIELD, type WfValueOnlyTableProps, WfoActionSettings, WfoActiveWorkflowsSummaryCard, WfoActualWork, WfoAdvancedTable, type WfoAdvancedTableColumnConfig, type WfoAdvancedTableDataColumnConfig, type WfoAdvancedTableDataColumnConfigItem, type WfoAdvancedTableProps, WfoAgent, WfoAgentLineChart, type WfoAgentLineChartProps, WfoAgentPieChart, type WfoAgentPieChartProps, WfoAgentTable, type WfoAgentTableProps, WfoAgentVisualization, type WfoAgentVisualizationProps, WfoArrayField, WfoArrowDown, WfoArrowDownSvg, WfoArrowUp, WfoArrowUpSvg, WfoArrowsExpand, WfoArrowsUpDown, WfoAuth, WfoAvailabilityCheck, WfoBackendUnavailable, WfoBadge, type WfoBadgeProps, WfoBell, WfoBoltFill, WfoBoltSlashFill, WfoBracketSquare, WfoBracketSquareSvg, WfoBreadcrumbs, WfoCallout, WfoChartBar, WfoCheckbox, WfoCheckmarkCircleFill, WfoChevronDown, WfoChevronUp, WfoCode, WfoCogFill, WfoCommandLine, WfoCommandLineSvg, WfoContactEnvelopeFill, WfoContentHeader, type WfoContentHeaderProps, WfoCubeFill, WfoCubeSolid, WfoCustomerDescriptionsField, type WfoCustomerDescriptionsFieldProps, WfoDataCell, type WfoDataSearch, type WfoDataSorting, WfoDateTime, type WfoDateTimeProps, WfoDivider, WfoDropdown, WfoDropdownButton, WfoEngineStatus, WfoEngineStatusBadge, WfoEngineStatusButton, WfoEnvSettings, WfoEnvironmentBadge, WfoError, WfoErrorBoundary, type WfoErrorMonitoring, WfoErrorMonitoringContext, WfoErrorMonitoringProvider, type WfoErrorMonitoringProviderProps, WfoErrorWithMessage, WfoExclamationTriangle, WfoExpandableField, type WfoExpandableFieldProps, WfoExternalLink, WfoEyeFill, WfoFailedTasksBadge, WfoFailedTasksSummaryCard, WfoFieldSelector, type WfoFilterTab, WfoFilterTabs, type WfoFilterTabsProps, WfoFirstPartUUID, type WfoFirstUUIDPartProps, WfoFlushSettings, type WfoGraphqlError, type WfoGraphqlErrorsMeta, WfoGroupedTable, type WfoGroupedTableProps, WfoHeaderBadge, WfoHeroIconsWrapper, type WfoHeroIconsWrapperProps, WfoHighlightedText, type WfoIconProps, WfoInSyncField, WfoInformationModal, type WfoInformationModalProps, WfoInlineEdit, WfoInlineJson, type WfoInlineJsonProps, WfoInsyncIcon, WfoInteger, WfoIsAllowedToRender, type WfoIsAllowedToRenderProps, WfoJsonCodeBlock, type WfoJsonCodeBlockProps, WfoKeyCell, type WfoKeyCellProps, WfoKeyValueTable, type WfoKeyValueTableDataType, type WfoKeyValueTableProps, WfoLabel, WfoLatestActiveSubscriptionsSummaryCard, WfoLatestOutOfSyncSubscriptionSummaryCard, WfoLoading, WfoLogoSpinner, WfoLogoutIcon, WfoMalfunction, WfoMenuItemLink, WfoMetadataPageLayout, WfoMinusCircleFill, WfoMinusCircleOutline, WfoModifySettings, WfoMonacoCodeBlock, type WfoMonacoCodeBlockProps, WfoMultiCheckboxField, WfoMultilineCell, type WfoMultilineCellProps, WfoMyWorkflowsSummaryCard, type WfoMyWorkflowsSummaryCardProps, WfoNoResults, WfoObjectField, WfoOperatorSelector, WfoPageHeader, type WfoPageHeaderProps, WfoPageTemplate, type WfoPageTemplateProps, WfoPageUnauthorized, WfoPathBreadcrumb, WfoPathSelector, WfoPencil, WfoPencilAlt, WfoPencilCompact, WfoPlannedWork, WfoPlayCircle, WfoPlayFill, WfoPlusCircleFill, type WfoPolicyRenderFallbackProps, WfoPolicyRenderPageFallback, WfoPort, WfoProcessDetail, WfoProcessDetailPage, WfoProcessListSubscriptionsCell, WfoProcessRawData, WfoProcessStatusBadge, type WfoProcessStatusBadgeProps, WfoProcessSubscriptionDelta, WfoProcessesList, type WfoProcessesListProps, type WfoProcessesListSubscriptionsCellProps, WfoProcessesTimeline, WfoProductBlockBadge, type WfoProductBlockBadgeProps, WfoProductBlockKeyValueRow, type WfoProductBlockKeyValueRowProps, WfoProductBlocksPage, WfoProductInformationWithLink, WfoProductStatusBadge, type WfoProductStatusBadgeProps, WfoProductsPage, WfoProductsSummaryCard, WfoPydanticForm, WfoQueryParams, WfoRadio, WfoRadioDropdown, type WfoRadioDropdownOption, type WfoRadioDropdownProps, WfoReactSelect, WfoRefresh, WfoRelatedSubscriptions, WfoRenderElementOrString, type WfoRenderElementOrStringProps, WfoRenderPathOption, WfoRenderPathSelectionOption, WfoResetTextSearchIndexButton, WfoResourceTypesPage, WfoRowContextMenu, type WfoRowContextMenuProps, WfoSearch, WfoSearchEmptyState, WfoSearchField, type WfoSearchFieldProps, WfoSearchLoadingState, WfoSearchMetadataHeader, WfoSearchPaginationInfo, WfoSearchResultItem, WfoSearchResults, WfoSearchStrikethrough, WfoSelectedPathDisplay, type WfoSession, WfoSettingsModal, type WfoSettingsModalProps, WfoSettingsPage, WfoSettingsTab, WfoShare, WfoSideMenu, WfoSidebar, type WfoSidebarProps, WfoSortAsc, WfoSortButton, type WfoSortButtonProps, WfoSortButtons, type WfoSortButtonsProps, WfoSortDesc, WfoSortDirectionIcon, type WfoSortDirectionIconProps, WfoSquareStack3dStack, WfoStartPage, WfoStartProcessPage, WfoStartTaskButtonComboBox, WfoStartWorkflowButtonComboBox, WfoStatistic, WfoStatusColorField, type WfoStatusColorFieldProps, WfoStatusDotIcon, WfoStep, WfoStepList, WfoStepListHeader, type WfoStepListHeaderProps, type WfoStepListProps, type WfoStepListRef, type WfoStepProps, WfoStepStatusIcon, type WfoStepStatusIconProps, WfoSubmitModal, type WfoSubmitModalProps, WfoSubscription, WfoSubscriptionActions, type WfoSubscriptionActionsProps, type WfoSubscriptionDetailGeneralConfiguration, WfoSubscriptionDetailNoteEdit, WfoSubscriptionDetailPage, WfoSubscriptionDetailSection, WfoSubscriptionDetailTree, WfoSubscriptionFixedInputSection, WfoSubscriptionGeneral, WfoSubscriptionGeneralSections, WfoSubscriptionListTab, WfoSubscriptionMetadataSection, WfoSubscriptionNoteEdit, WfoSubscriptionProductBlock, WfoSubscriptionProductInfoSection, WfoSubscriptionStatusBadge, type WfoSubscriptionStatusBadgeProps, WfoSubscriptionSyncStatusBadge, type WfoSubscriptionSyncStatusBadgeProps, WfoSubscriptionsList, WfoSubscriptionsListPage, type WfoSubscriptionsListProps, WfoSummary, WfoSummaryCard, WfoSummaryCardHeader, type WfoSummaryCardHeaderProps, WfoSummaryCardList, WfoSummaryCardListItem, type WfoSummaryCardListItemProps, type WfoSummaryCardListProps, type WfoSummaryCardProps, WfoSummaryCards, type WfoSummaryCardsProps, WfoTable, WfoTableCells, WfoTableCellsSvg, WfoTableCodeBlock, type WfoTableCodeBlockProps, type WfoTableColumnConfig, type WfoTableControlColumnConfig, type WfoTableControlColumnConfigItem, type WfoTableDataColumnConfig, type WfoTableDataColumnConfigItem, WfoTableDataRows, type WfoTableDataRowsProps, WfoTableHeaderCell, type WfoTableHeaderCellProps, type WfoTableProps, WfoTasksListPage, WfoTasksListTabType, WfoTasksPage, WfoText, WfoTextAnchor, WfoTextArea, type WfoTheme, type WfoThemeComputed, type WfoThemeExtraColors, WfoTimeline, type WfoTimelineProps, WfoTitleWithWebsocketBadge, WfoToastsList, WfoToolTip, WfoTrash, type WfoTreeNodeMap, WfoTruncateCell, type WfoTruncateCellProps, WfoUserInputForm, type WfoUserProfile, WfoValueCell, type WfoValueCellProps, WfoValueOnlyTable, type WfoValueOnlyTableDataType, WfoViewList, WfoWarningTriangle, WfoWebsocketStatusBadge, WfoWorkerStatus, WfoWorkflowStepList, type WfoWorkflowStepListProps, WfoWorkflowTargetBadge, type WfoWorkflowTargetBadgeProps, WfoWorkflowsListPage, WfoWorkflowsListTabType, WfoWorkflowsPage, WfoWrench, WfoXCircleFill, WorkerTypes, type WorkflowDefinition, type WorkflowDefinitionsResult, type WorkflowListItem, type WorkflowSearchParameters, WorkflowTarget, type WorkflowsDescriptionQueryVariables, type WorkflowsDescriptionResponse, type WorkflowsResponse, addToastMessage, buildSearchParams, calculateTimeDifference, camelToHuman, catchErrorResponse, clearTableConfigFromLocalStorage, createOptionsFromPaths, createSideNavDivider, csvDownloadHandler, defaultOrchestratorTheme, defaultTasksListTabs, defaultWorkflowsListTabs, determineNewSortOrder, determinePageIndex, emptyOrchestratorConfig, emptyWfoErrorMonitoring, filterDataByCriteria, flattenArrayProps, formatDate, formatDateCetWithUtc, getAcceptFieldStyles, getButtonColor, getButtonFill, getCacheTag, getCommonFormFieldStyles, getConcatenatedPagedResult, getConcatenatedResult, getContactPersonStyles, getCsvFileNameWithDate, getCurrentBrowserLocale, getCustomApiSlice, getDataSortHandler, getDataTestId, getDate, getDefaultTableConfig, getDetailUrl, getEndpointPath, getEnvironmentVariables, getFieldFromProductBlockInstanceValues, getFieldNameFromFullPath, getFieldNameFromPath, getFirstUuidPart, getFormFieldsBaseStyle, getLastUncompletedProcess, getLatestTaskDate, getNestedSummaryLabel, getNumberOfColumns, getNumberValueFromEnvironmentVariable, getObjectKeys, getOperatorDisplay, getOrchestratorComponentOverrideSlice, getOrchestratorConfigSlice, getOrchestratorStore, getPageCount, getPageIndexChangeHandler, getPageInfoForSyncExport, getPageSizeChangeHandler, getPathSelectionOptions, getProductBlockTitle, getProductNamesFromProcess, getQueryStringHandler, getQueryUrl, getQueryVariablesForExport, getRowDetailData, getSortDirectionFromString, getStatusBadgeColor, getStepContent, getTableConfigFromLocalStorage, getTasksListTabTypeFromString, getTotalNumberOfRows, getTypeColor, getTypedFieldFromObject, getUrlWithQueryParams, getUsedPrefixMin, getWebSocket, getWfoArrayFieldStyles, getWfoGroupedTableStyles, getWfoObjectFieldStyles, getWfoReactSelectStyles, getWfoTableStyles, getWorkflowStepsStyles, getWorkflowTargetColor, getWorkflowTargetIconContent, getWorkflowsListTabTypeFromString, graphQlWorkflowListMapper, groupData, handleGraphqlMetaErrors, handlePromiseErrorWithCallback, hasSpecialCharacterOrSpace, imsPortIdFieldStyling, initiateCsvFileDownload, ipPrefixTableFieldStyling, ipamStates, isAllUpperCase, isCondition, isFetchBaseQueryError, isFilterValid, isFullPathSelected, isNullOrEmpty, isProcessSearchResult, isProductSearchResult, isRecord, isSubscriptionSearchResult, isToday, isUuid4, isValidLocalStorageTableConfig, isWorkflowSearchResult, localMomentToUtcTimestamp, mapGraphQlSubscriptionsResultToPageInfo, mapGraphQlSubscriptionsResultToSubscriptionListItems, mapProcessSummaryToSummaryCardListItem, mapProductBlockInstancesToEuiSelectableOptions, mapRtkErrorToWfoError, mapSubscriptionSummaryToSummaryCardListItem, mapWorkflowDefinitionToWorkflowListItem, menuItemIsAllowed, metaDataTabs, onlyUnique, optionalArrayMapper, orchestratorApi, parseDate, parseDateOrTimeRelativeToToday, parseDateRelativeToToday, parseDateToLocaleDateString, parseDateToLocaleDateTimeString, parseDateToLocaleTimeString, parseErrorDetail, parseIsoString, prepareHeaders, processDetailQuery, processListQuery, processListSummaryQuery, processStepsQuery, productBlocksQuery, products, productsSummary, prop, removeSuffix, removeToastMessage, resourceTypesQuery, selectOrchestratorConfig, setTableConfigToLocalStorage, settingsTabs, shouldHideValueInput, snakeToHuman, snakeToKebab, sortProcessesByDate, splitPrefixStyling, stop, stripUndefined, subscriptionDetailFragment, subscriptionDetailQuery, subscriptionInUseByRelationQuery, subscriptionListQuery, subscriptionListSummaryQuery, subscriptionListTabs, summaryFieldStyles, tasksQuery, toObjectWithSerializedValues, toObjectWithSortedKeys, toObjectWithSortedProperties, toOptionalArrayEntries, toOptionalArrayEntry, toOptionalObjectProperty, toSortedTableColumnConfig, toUrlParams, toastMessagesReducer, toastMessagesSlice, updateQueryString, upperCaseFirstChar, urlPolicyMap, useAbortProcessMutation, useAgentAvailability, useCheckAgentAvailabilityQuery, useCheckEngineStatus, useCheckSearchAvailabilityQuery, useClearCacheMutation, useContactPersonsQuery, useContentRef, useDataDisplayParams, useDeleteProcessMutation, useFreePortsByNodeSubscriptionIdAndSpeedQuery, useGetCacheNamesQuery, useGetCustomerQuery, useGetCustomersQuery, useGetCustomersWithSubscriptionCountQuery, useGetDescriptionForWorkflowNameQuery, useGetEngineStatusQuery, useGetEnvironmentVariablesQuery, useGetInUseByRelationDetailsQuery, useGetNodeSubscriptionOptionsQuery, useGetOrchestratorConfig, useGetProcessDetailQuery, useGetProcessListQuery, useGetProcessListSummaryQuery, useGetProductBlocksQuery, useGetProductsQuery, useGetProductsSummaryQuery, useGetRawProcessDetailQuery, useGetRelatedSubscriptionsQuery, useGetResourceTypesQuery, useGetSubscriptionActionsQuery, useGetSubscriptionDetailQuery, useGetSubscriptionListQuery, useGetSubscriptionSummaryListQuery, useGetSurfSubscriptionDropdownOptionsQuery, useGetTaskOptionsQuery, useGetTasksQuery, useGetTimeLineItemsQuery, useGetTranslationMessages, useGetWorkerStatusQuery, useGetWorkflowOptionsQuery, useGetWorkflowsQuery, useImsNodesQuery, useLazyGetProcessListQuery, useLazyGetProductBlocksQuery, useLazyGetProductsQuery, useLazyGetResourceTypesQuery, useLazyGetSubscriptionActionsQuery, useLazyGetSubscriptionListQuery, useLazyGetSurfSubscriptionDropdownOptionsQuery, useLazyGetTasksQuery, useLazyGetWorkflowsQuery, useLazyStreamMessagesQuery, useLocationCodesQuery, useOrchestratorConfig, useOrchestratorTheme, usePolicy, useResetTextSearchIndexMutation, useResumeProcessMutation, useRetryAllProcessesMutation, useRetryProcessMutation, useSearchAvailability, useSearchDefinitionsQuery, useSearchMutation, useSearchPathsQuery, useSearchWithPaginationMutation, useSetEngineStatusMutation, useSetSubscriptionInSyncMutation, useShowToastMessage, useStartFormMutation, useStartProcessMutation, useStoredTableConfig, useStreamMessagesQuery, useSubscriptionDetailGeneralSectionConfigurationOverride, useSubscriptionDetailValueOverride, useUpdateProductBlockMutation, useUpdateProductMutation, useUpdateResourceTypeMutation, useUpdateWorkflowMutation, useUploadFileMutation, useVlansByServicePortQuery, useWfoErrorMonitoring, useWfoPydanticFormConfig, useWfoSession, useWithOrchestratorTheme, utcTimestampToLocalMoment, type value_schema, wfoGraphqlRequestBaseQuery, withWfoHeroIconsWrapper, workflowFieldMapper, workflowsDescription, workflowsQuery };
24514
+ export { ACTIVE_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, ACTIVE_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, type AggregationResult, type AggregationResultsData, type AnySearchParameters, type ApiResult, type AppDispatch, type BackendFeatureStatus, BadgeType, type BaseGraphQlResult, BaseQueryTypes, CACHETAG_TYPE_LIST, COMPLETED_PROCESSES_LIST_TABLE_LOCAL_STORAGE_KEY, COMPLETED_TASKS_LIST_TABLE_LOCAL_STORAGE_KEY, CONTROL_CELL_CLASS, CUSTOMER_DESCRIPTION_ENDPOINT, type CacheNames, type CacheOption, type CacheTag, CacheTagType, ColorModes, ColumnType, type Condition, ConditionRow, type ConditionRowProps, type ConfirmDialogHandler, ConfirmationDialogContext, ConfirmationDialogContextWrapper, ConfirmationDialogProvider, ContentContext, ContentContextProvider, type ContentContextProviderProps, type ContentType, type CustomApiConfig, type Customer, type CustomerDescriptions, type CustomerWithSubscriptionCount, type CustomersResult, type CustomersWithSubscriptionCountResult, DATA_CELL_CLASS, DATA_ROW_CLASS, DEFAULT_PAGE_SIZE, DEFAULT_PAGE_SIZES, type DataDisplayParams, type DataDisplayReturnValues, type DateBetweenFilter, type DateEqFilter, type DateGtFilter, type DateGteFilter, type DateIsNotNullFilter, type DateIsNullFilter, type DateLtFilter, type DateLteFilter, type DateNeqFilter, type DateRange, ENTITY_TABS, type EmailAddress, type EmailState, EngineStatus, type EntityKind, Environment, type EnvironmentVariable, type EnvironmentVariables, type ExternalService, type FetchFilter, type FieldSelectorProps, type FieldValue, type FileUploadPayload, FilterGroup, type FilterQuery, type FixedInputDefinition, Footer, type Form, type FormNotCompleteResponse, type FormUserPermissions, type FormValidationError, type GraphQLPageInfo, type GraphQLSort, type GraphQlResultPage, type GraphQlSinglePage, type GraphqlFilter, type GraphqlQueryVariables, type Group, type GroupType, type GroupedData, type GroupedStep, HIDDEN_KEYS, Header, type HeaderBadgeProps, HttpStatus, INVISIBLE_CHARACTER, IPAM_ENDPOINT, IPAM_FREE_SUBNETS_ENDPOINT, IPAM_IP_BLOCKS_ENDPOINT, IPAM_PREFIX_FILTERS_ENDPOINT, type InUseByRelation, type InUseByRelationDetail, type InUseByRelationsDetailResponse, type InUseByRelationsDetailResult, type InitialOrchestratorStoreConfig, type InputForm, KEY_CELL_CLASS_NAME, type LocalColumnWidths, Locale, type LtreeAncestorFilter, type LtreeDescendantFilter, type LtreeMatchesFilter, MAXIMUM_ITEMS_FOR_BULK_FETCHING, METADATA_PRODUCT_BLOCKS_TABLE_LOCAL_STORAGE_KEY, METADATA_PRODUCT_BLOCK_ENDPOINT, METADATA_PRODUCT_ENDPOINT, METADATA_PRODUCT_TABLE_LOCAL_STORAGE_KEY, METADATA_RESOURCE_TYPES_TABLE_LOCAL_STORAGE_KEY, METADATA_RESOURCE_TYPE_ENDPOINT, METADATA_TASKS_TABLE_LOCAL_STORAGE_KEY, METADATA_WORKFLOWS_ENDPOINT, METADATA_WORKFLOWS_TABLE_LOCAL_STORAGE_KEY, type MappedVersion, type MatchingField, type MetaDataTab, type MetadataDescriptionParams, MinusButton, NUMBER_OF_ITEMS_REPRESENTING_ALL_ITEMS, type Nullable, ORCHESTRATOR_UI_LIBRARY_VERSION, type OperatorSelectorProps, type Option, 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 PaginatedSearchResults, type Pagination, type PathAutocompleteResponse, type PathDataType, type PathFilter, type PathInfo$1 as PathInfo, type PathLeaf, type PathOptionRenderProps, type PathSelectionOptionRenderProps, type PathSelectorProps, PlusButton, type Policy, PolicyContext, PolicyContextProvider, type PolicyProviderProps, PolicyResource, type Process, type ProcessDetail, type ProcessDetailResponse, type ProcessDetailResultRaw, ProcessDoneStatuses, type ProcessListExportItem, type ProcessListItem, type ProcessListResponse, type ProcessListResult, type ProcessListSummaryResponse, type ProcessSearchParameters, ProcessStatus, type ProcessStepsResult, type ProcessSummary, type ProcessesDetailResult, type ProductBlockDefinition, type ProductBlockDefinitionsResult, type ProductBlockInstance, type ProductBlockInstanceForDropdown, type ProductBlocksResponse, type ProductDefinition, type ProductDefinitionsResult, ProductLifecycleStatus, type ProductSearchParameters, type ProductsResponse, type ProductsSummary, type ProductsSummaryResponse, RENDER_ALL, RESOURCE_TYPE_FIELD_TYPE, type RelatedSubscription, type RelatedSubscriptionListItem, type RelatedSubscriptionVariables, RelatedSubscriptionsQuery, type RelatedSubscriptionsResponse, type RelatedSubscriptionsResult, RenderDirection, type RenderableFieldValue, type ResourceTypeDefinition, type ResourceTypeDefinitionsResult, type ResourceTypesResponse, type RootState, Row, SETTINGS_CACHE_ENDPOINT, SETTINGS_CACHE_NAMES_ENDPOINT, SETTINGS_ENDPOINT, SETTINGS_ENGINE_STATUS_ENDPOINT, SETTINGS_OVERVIEW, SETTINGS_SEARCH_INDEX_RESET_ENDPOINT, SETTINGS_WORKER_STATUS_ENDPOINT, STEP_STATE_HIDDEN_KEYS, SUBSCRIPTIONS_TABLE_LOCAL_STORAGE_KEY, SUBSCRIPTION_ACTIONS_ENDPOINT, SUBSCRIPTION_DROPDOWN_OPTIONS_ENDPOINT, type SearchDefinitionsResponse, type SearchMetadata, type SearchPaginationPayload, type SearchPayload, type SearchResult, type SelectedPathDisplayProps, SortOrder, type StartComboBoxOption, type StartOptionsResponse, type StartOptionsResult, type StartProcessStep, type StartWorkflowPayload, type Step, type StepListItem, type StepState, StepStatus, StoreProvider, type StoreProviderProps, type StoredTableConfig, type StrEqFilter, type StrNeFilter, type StringifyObject, type Subscription, type SubscriptionAction, type SubscriptionActions, type SubscriptionDetail, type SubscriptionDetailProcess, type SubscriptionDetailResponse, type SubscriptionDetailResult, SubscriptionDetailTab, type SubscriptionDropdownOption, type SubscriptionDropdownOptionsResult, SubscriptionKeyValueBlock, type SubscriptionListItem, type SubscriptionListResponse, type SubscriptionListSummaryResponse, type SubscriptionSearchParameters, SubscriptionStatus, type SubscriptionSummary, type SubscriptionsResult, type SummaryCardButtonConfig, type SummaryCardListItem, SummaryCardStatus, type SummaryFormLabel, TABLE_ROW_HEIGHT, type TableColumnKeys, type TableSettingsColumnConfig, type TableSettingsConfig, TableSettingsModal, type TableSettingsModalProps, type TaskDefinition, type TaskDefinitionsResult, type TaskListItem, type TasksResponse, type TimelineItem, TimelinePosition, type Toast, type ToastState, ToastTypes, type TreeBlock, TreeContext, type TreeContextType, TreeProvider, type TreeProviderProps, type UseQuery, type UserInputForm, VALUE_CELL_CLASS_NAME, type ValidationError, type ValidationErrorContext, ValueControl, type ValueOverrideConfiguration, type ValueOverrideFunction, VisualizationType, WFO_STATUS_COLOR_FIELD, type WfValueOnlyTableProps, WfoActionSettings, WfoActiveWorkflowsSummaryCard, WfoActualWork, WfoAdvancedTable, type WfoAdvancedTableColumnConfig, type WfoAdvancedTableDataColumnConfig, type WfoAdvancedTableDataColumnConfigItem, type WfoAdvancedTableProps, WfoAgent, WfoAgentLineChart, type WfoAgentLineChartProps, WfoAgentPieChart, type WfoAgentPieChartProps, WfoAgentTable, type WfoAgentTableProps, WfoAgentVisualization, type WfoAgentVisualizationProps, WfoArrayField, WfoArrowDown, WfoArrowDownSvg, WfoArrowUp, WfoArrowUpSvg, WfoArrowsExpand, WfoArrowsUpDown, WfoAuth, WfoAvailabilityCheck, WfoBackendUnavailable, WfoBadge, type WfoBadgeProps, WfoBell, WfoBoltFill, WfoBoltSlashFill, WfoBracketSquare, WfoBracketSquareSvg, WfoBreadcrumbs, WfoCallout, WfoChartBar, WfoCheckbox, WfoCheckmarkCircleFill, WfoChevronDown, WfoChevronUp, WfoCode, WfoCogFill, WfoCommandLine, WfoCommandLineSvg, WfoContactEnvelopeFill, WfoContentHeader, type WfoContentHeaderProps, WfoCubeFill, WfoCubeSolid, WfoCustomerDescriptionsField, type WfoCustomerDescriptionsFieldProps, WfoDataCell, type WfoDataSearch, type WfoDataSorting, WfoDateTime, type WfoDateTimeProps, WfoDivider, WfoDropdown, WfoDropdownButton, WfoEngineStatus, WfoEngineStatusBadge, WfoEngineStatusButton, WfoEnvSettings, WfoEnvironmentBadge, WfoError, WfoErrorBoundary, type WfoErrorMonitoring, WfoErrorMonitoringContext, WfoErrorMonitoringProvider, type WfoErrorMonitoringProviderProps, WfoErrorWithMessage, WfoExclamationTriangle, WfoExpandableField, type WfoExpandableFieldProps, WfoExternalLink, WfoEyeFill, WfoFailedTasksBadge, WfoFailedTasksSummaryCard, WfoFieldSelector, type WfoFilterTab, WfoFilterTabs, type WfoFilterTabsProps, WfoFirstPartUUID, type WfoFirstUUIDPartProps, WfoFlushSettings, type WfoGraphqlError, type WfoGraphqlErrorsMeta, WfoGroupedTable, type WfoGroupedTableProps, WfoHeaderBadge, WfoHeroIconsWrapper, type WfoHeroIconsWrapperProps, WfoHighlightedText, type WfoIconProps, WfoInSyncField, WfoInformationModal, type WfoInformationModalProps, WfoInlineEdit, WfoInlineJson, type WfoInlineJsonProps, WfoInsyncIcon, WfoInteger, WfoIsAllowedToRender, type WfoIsAllowedToRenderProps, WfoJsonCodeBlock, type WfoJsonCodeBlockProps, WfoKeyCell, type WfoKeyCellProps, WfoKeyValueTable, type WfoKeyValueTableDataType, type WfoKeyValueTableProps, WfoLabel, WfoLatestActiveSubscriptionsSummaryCard, WfoLatestOutOfSyncSubscriptionSummaryCard, WfoLoading, WfoLogoSpinner, WfoLogoutIcon, WfoMalfunction, WfoMenuItemLink, WfoMetadataPageLayout, WfoMinusCircleFill, WfoMinusCircleOutline, WfoModifySettings, WfoMonacoCodeBlock, type WfoMonacoCodeBlockProps, WfoMultiCheckboxField, WfoMultilineCell, type WfoMultilineCellProps, WfoMyWorkflowsSummaryCard, type WfoMyWorkflowsSummaryCardProps, WfoNoResults, WfoObjectField, WfoOperatorSelector, WfoPageHeader, type WfoPageHeaderProps, WfoPageTemplate, type WfoPageTemplateProps, WfoPageUnauthorized, WfoPathBreadcrumb, WfoPathSelector, WfoPencil, WfoPencilAlt, WfoPencilCompact, WfoPlannedWork, WfoPlayCircle, WfoPlayFill, WfoPlusCircleFill, type WfoPolicyRenderFallbackProps, WfoPolicyRenderPageFallback, WfoPort, WfoProcessDetail, WfoProcessDetailPage, WfoProcessListSubscriptionsCell, WfoProcessRawData, WfoProcessStatusBadge, type WfoProcessStatusBadgeProps, WfoProcessSubscriptionDelta, WfoProcessesList, type WfoProcessesListProps, type WfoProcessesListSubscriptionsCellProps, WfoProcessesTimeline, WfoProductBlockBadge, type WfoProductBlockBadgeProps, WfoProductBlockKeyValueRow, type WfoProductBlockKeyValueRowProps, WfoProductBlocksPage, WfoProductInformationWithLink, WfoProductStatusBadge, type WfoProductStatusBadgeProps, WfoProductsPage, WfoProductsSummaryCard, WfoPydanticForm, WfoQueryParams, WfoRadio, WfoRadioDropdown, type WfoRadioDropdownOption, type WfoRadioDropdownProps, WfoReactSelect, WfoRefresh, WfoRelatedSubscriptions, WfoRenderElementOrString, type WfoRenderElementOrStringProps, WfoRenderPathOption, WfoRenderPathSelectionOption, WfoResetTextSearchIndexButton, WfoResourceTypesPage, WfoRowContextMenu, type WfoRowContextMenuProps, WfoSearch, WfoSearchEmptyState, WfoSearchField, type WfoSearchFieldProps, WfoSearchLoadingState, WfoSearchMetadataHeader, WfoSearchPaginationInfo, WfoSearchResultItem, WfoSearchResults, WfoSearchStrikethrough, WfoSelectedPathDisplay, type WfoSession, WfoSettingsModal, type WfoSettingsModalProps, WfoSettingsPage, WfoSettingsTab, WfoShare, WfoSideMenu, WfoSidebar, type WfoSidebarProps, WfoSortAsc, WfoSortButton, type WfoSortButtonProps, WfoSortButtons, type WfoSortButtonsProps, WfoSortDesc, WfoSortDirectionIcon, type WfoSortDirectionIconProps, WfoSquareStack3dStack, WfoStartPage, WfoStartProcessPage, WfoStartTaskButtonComboBox, WfoStartWorkflowButtonComboBox, WfoStatistic, WfoStatusColorField, type WfoStatusColorFieldProps, WfoStatusDotIcon, WfoStep, WfoStepList, WfoStepListHeader, type WfoStepListHeaderProps, type WfoStepListProps, type WfoStepListRef, type WfoStepProps, WfoStepStatusIcon, type WfoStepStatusIconProps, WfoSubmitModal, type WfoSubmitModalProps, WfoSubscription, WfoSubscriptionActions, type WfoSubscriptionActionsProps, type WfoSubscriptionDetailGeneralConfiguration, WfoSubscriptionDetailNoteEdit, WfoSubscriptionDetailPage, WfoSubscriptionDetailSection, WfoSubscriptionDetailTree, WfoSubscriptionFixedInputSection, WfoSubscriptionGeneral, WfoSubscriptionGeneralSections, WfoSubscriptionListTab, WfoSubscriptionMetadataSection, WfoSubscriptionNoteEdit, WfoSubscriptionProductBlock, WfoSubscriptionProductInfoSection, WfoSubscriptionStatusBadge, type WfoSubscriptionStatusBadgeProps, WfoSubscriptionSyncStatusBadge, type WfoSubscriptionSyncStatusBadgeProps, WfoSubscriptionsList, WfoSubscriptionsListPage, type WfoSubscriptionsListProps, WfoSummary, WfoSummaryCard, WfoSummaryCardHeader, type WfoSummaryCardHeaderProps, WfoSummaryCardList, WfoSummaryCardListItem, type WfoSummaryCardListItemProps, type WfoSummaryCardListProps, type WfoSummaryCardProps, WfoSummaryCards, type WfoSummaryCardsProps, WfoTable, WfoTableCells, WfoTableCellsSvg, WfoTableCodeBlock, type WfoTableCodeBlockProps, type WfoTableColumnConfig, type WfoTableControlColumnConfig, type WfoTableControlColumnConfigItem, type WfoTableDataColumnConfig, type WfoTableDataColumnConfigItem, WfoTableDataRows, type WfoTableDataRowsProps, WfoTableHeaderCell, type WfoTableHeaderCellProps, type WfoTableProps, WfoTasksListPage, WfoTasksListTabType, WfoTasksPage, WfoText, WfoTextAnchor, WfoTextArea, type WfoTheme, type WfoThemeComputed, type WfoThemeExtraColors, WfoTimeline, type WfoTimelineProps, WfoTitleWithWebsocketBadge, WfoToastsList, WfoToolTip, WfoTrash, type WfoTreeNodeMap, WfoTruncateCell, type WfoTruncateCellProps, 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, type WorkflowSearchParameters, WorkflowTarget, type WorkflowsDescriptionQueryVariables, type WorkflowsDescriptionResponse, type WorkflowsResponse, addToastMessage, buildSearchParams, calculateTimeDifference, camelToHuman, catchErrorResponse, clearTableConfigFromLocalStorage, createOptionsFromPaths, createSideNavDivider, csvDownloadHandler, defaultOrchestratorTheme, defaultTasksListTabs, defaultWorkflowsListTabs, determineNewSortOrder, determinePageIndex, emptyOrchestratorConfig, emptyWfoErrorMonitoring, filterDataByCriteria, flattenArrayProps, formatDate, formatDateCetWithUtc, getButtonColor, getButtonFill, getCacheTag, getConcatenatedPagedResult, getConcatenatedResult, getCsvFileNameWithDate, getCurrentBrowserLocale, getCustomApiSlice, getDataSortHandler, getDataTestId, getDate, getDefaultTableConfig, getDetailUrl, getEndpointPath, getEnvironmentVariables, getFieldFromProductBlockInstanceValues, getFieldNameFromFullPath, getFieldNameFromPath, getFirstUuidPart, getFormFieldsBaseStyle, getLastUncompletedProcess, getLatestTaskDate, getNestedSummaryLabel, getNumberOfColumns, getNumberValueFromEnvironmentVariable, getObjectKeys, getOperatorDisplay, getOrchestratorComponentOverrideSlice, getOrchestratorConfigSlice, getOrchestratorStore, getPageCount, getPageIndexChangeHandler, getPageInfoForSyncExport, getPageSizeChangeHandler, getPathSelectionOptions, getProductBlockTitle, getProductNamesFromProcess, getQueryStringHandler, getQueryUrl, getQueryVariablesForExport, getRowDetailData, getSortDirectionFromString, getStatusBadgeColor, getStepContent, getTableConfigFromLocalStorage, getTasksListTabTypeFromString, getTotalNumberOfRows, getTypeColor, getTypedFieldFromObject, getUrlWithQueryParams, getWebSocket, getWfoArrayFieldStyles, getWfoGroupedTableStyles, getWfoObjectFieldStyles, getWfoReactSelectStyles, getWfoTableStyles, getWorkflowStepsStyles, getWorkflowTargetColor, getWorkflowTargetIconContent, getWorkflowsListTabTypeFromString, graphQlWorkflowListMapper, groupData, handleGraphqlMetaErrors, handlePromiseErrorWithCallback, hasSpecialCharacterOrSpace, initiateCsvFileDownload, isAllUpperCase, isCondition, isFetchBaseQueryError, isFilterValid, isFullPathSelected, isNullOrEmpty, isProcessSearchResult, isProductSearchResult, isRecord, isSubscriptionSearchResult, isToday, isUuid4, isValidLocalStorageTableConfig, isWorkflowSearchResult, mapGraphQlSubscriptionsResultToPageInfo, mapGraphQlSubscriptionsResultToSubscriptionListItems, mapProcessSummaryToSummaryCardListItem, mapProductBlockInstancesToEuiSelectableOptions, mapRtkErrorToWfoError, mapSubscriptionSummaryToSummaryCardListItem, mapWorkflowDefinitionToWorkflowListItem, menuItemIsAllowed, metaDataTabs, onlyUnique, optionalArrayMapper, orchestratorApi, parseDate, parseDateOrTimeRelativeToToday, parseDateRelativeToToday, parseDateToLocaleDateString, parseDateToLocaleDateTimeString, parseDateToLocaleTimeString, parseErrorDetail, parseIsoString, prepareHeaders, processDetailQuery, processListQuery, processListSummaryQuery, processStepsQuery, productBlocksQuery, products, productsSummary, removeSuffix, removeToastMessage, resourceTypesQuery, selectOrchestratorConfig, setTableConfigToLocalStorage, settingsTabs, shouldHideValueInput, snakeToHuman, snakeToKebab, sortProcessesByDate, stripUndefined, subscriptionDetailFragment, subscriptionDetailQuery, subscriptionInUseByRelationQuery, subscriptionListQuery, subscriptionListSummaryQuery, subscriptionListTabs, tasksQuery, toObjectWithSerializedValues, toObjectWithSortedKeys, toObjectWithSortedProperties, toOptionalArrayEntries, toOptionalArrayEntry, toOptionalObjectProperty, toSortedTableColumnConfig, toastMessagesReducer, toastMessagesSlice, updateQueryString, upperCaseFirstChar, urlPolicyMap, useAbortProcessMutation, useAgentAvailability, useCheckAgentAvailabilityQuery, useCheckEngineStatus, useCheckSearchAvailabilityQuery, useClearCacheMutation, useContentRef, useDataDisplayParams, useDeleteProcessMutation, useGetCacheNamesQuery, useGetCustomerQuery, useGetCustomersQuery, useGetCustomersWithSubscriptionCountQuery, useGetDescriptionForWorkflowNameQuery, useGetEngineStatusQuery, useGetEnvironmentVariablesQuery, useGetInUseByRelationDetailsQuery, useGetOrchestratorConfig, useGetProcessDetailQuery, useGetProcessListQuery, useGetProcessListSummaryQuery, useGetProductBlocksQuery, useGetProductsQuery, useGetProductsSummaryQuery, useGetRawProcessDetailQuery, useGetRelatedSubscriptionsQuery, useGetResourceTypesQuery, useGetSubscriptionActionsQuery, useGetSubscriptionDetailQuery, useGetSubscriptionListQuery, useGetSubscriptionSummaryListQuery, useGetTaskOptionsQuery, useGetTasksQuery, useGetTimeLineItemsQuery, useGetTranslationMessages, useGetWorkerStatusQuery, useGetWorkflowOptionsQuery, useGetWorkflowsQuery, useLazyGetProcessListQuery, useLazyGetProductBlocksQuery, useLazyGetProductsQuery, useLazyGetResourceTypesQuery, useLazyGetSubscriptionActionsQuery, useLazyGetSubscriptionListQuery, useLazyGetTasksQuery, useLazyGetWorkflowsQuery, useLazyStreamMessagesQuery, useOrchestratorConfig, useOrchestratorTheme, usePolicy, useResetTextSearchIndexMutation, useResumeProcessMutation, useRetryAllProcessesMutation, useRetryProcessMutation, useSearchAvailability, useSearchDefinitionsQuery, useSearchMutation, useSearchPathsQuery, useSearchWithPaginationMutation, useSetEngineStatusMutation, useSetSubscriptionInSyncMutation, useShowToastMessage, useStartFormMutation, useStartProcessMutation, useStoredTableConfig, useStreamMessagesQuery, useSubscriptionDetailGeneralSectionConfigurationOverride, useSubscriptionDetailValueOverride, useUpdateProductBlockMutation, useUpdateProductMutation, useUpdateResourceTypeMutation, useUpdateWorkflowMutation, useUploadFileMutation, useWfoErrorMonitoring, useWfoPydanticFormConfig, useWfoSession, useWithOrchestratorTheme, type value_schema, wfoGraphqlRequestBaseQuery, withWfoHeroIconsWrapper, workflowFieldMapper, workflowsDescription, workflowsQuery };