@leav/ui 1.8.0 → 1.9.0-caa4797b

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 (81) hide show
  1. package/dist/_gqlTypes/index.d.ts +165 -64
  2. package/dist/_gqlTypes/index.js +58 -3
  3. package/dist/_gqlTypes/index.js.map +1 -1
  4. package/dist/_queries/attributes/attributeDetailsFragment.js +3 -0
  5. package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
  6. package/dist/_queries/records/createRecordMutation.js +2 -2
  7. package/dist/_queries/records/createRecordMutation.js.map +1 -1
  8. package/dist/components/Explorer/ExplorerToolbar.js +2 -1
  9. package/dist/components/Explorer/ExplorerToolbar.js.map +1 -1
  10. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +3 -0
  11. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
  12. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +17 -8
  13. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -1
  14. package/dist/components/Filters/_types.d.ts +12 -1
  15. package/dist/components/Filters/_types.js +2 -1
  16. package/dist/components/Filters/_types.js.map +1 -1
  17. package/dist/components/Filters/context/filtersReducer.js +3 -2
  18. package/dist/components/Filters/context/filtersReducer.js.map +1 -1
  19. package/dist/components/Filters/filter-items/CommonFilterItem.js +2 -2
  20. package/dist/components/Filters/filter-items/CommonFilterItem.js.map +1 -1
  21. package/dist/components/Filters/filter-items/filter-type/ColorAttributeDropDown.js +1 -1
  22. package/dist/components/Filters/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -1
  23. package/dist/components/Filters/filter-items/filter-type/FilterDropdownContent.js +5 -1
  24. package/dist/components/Filters/filter-items/filter-type/FilterDropdownContent.js.map +1 -1
  25. package/dist/components/Filters/filter-items/filter-type/FilterValueListDropDown.js +3 -3
  26. package/dist/components/Filters/filter-items/filter-type/FilterValueListDropDown.js.map +1 -1
  27. package/dist/components/Filters/filter-items/filter-type/_types.d.ts +6 -1
  28. package/dist/components/Filters/filter-items/filter-type/_types.js.map +1 -1
  29. package/dist/components/Filters/filter-items/filter-type/smart-filter/SmartFilterAttributeDropdown.d.ts +2 -0
  30. package/dist/components/Filters/filter-items/filter-type/smart-filter/SmartFilterAttributeDropdown.js +106 -0
  31. package/dist/components/Filters/filter-items/filter-type/smart-filter/SmartFilterAttributeDropdown.js.map +1 -0
  32. package/dist/components/Filters/filter-items/filter-type/smart-filter/useGetSmartFilterData.d.ts +25 -0
  33. package/dist/components/Filters/filter-items/filter-type/smart-filter/useGetSmartFilterData.js +59 -0
  34. package/dist/components/Filters/filter-items/filter-type/smart-filter/useGetSmartFilterData.js.map +1 -0
  35. package/dist/components/Filters/filter-items/filter-type/smart-filter/useSmartFilerSearch.d.ts +5 -0
  36. package/dist/components/Filters/filter-items/filter-type/smart-filter/useSmartFilerSearch.js +25 -0
  37. package/dist/components/Filters/filter-items/filter-type/smart-filter/useSmartFilerSearch.js.map +1 -0
  38. package/dist/components/Filters/filter-items/filter-type/tree/TreeAttributeDropDown.js +5 -4
  39. package/dist/components/Filters/filter-items/filter-type/tree/TreeAttributeDropDown.js.map +1 -1
  40. package/dist/components/Filters/filter-items/{EmptyValueCheckbox.d.ts → shared/EmptyValueCheckbox.d.ts} +2 -1
  41. package/dist/components/Filters/filter-items/shared/EmptyValueCheckbox.js +20 -0
  42. package/dist/components/Filters/filter-items/shared/EmptyValueCheckbox.js.map +1 -0
  43. package/dist/components/Filters/filter-items/shared/FilterTreeNodeTitle.d.ts +5 -0
  44. package/dist/components/Filters/filter-items/shared/FilterTreeNodeTitle.js +18 -0
  45. package/dist/components/Filters/filter-items/shared/FilterTreeNodeTitle.js.map +1 -0
  46. package/dist/components/Filters/filter-items/{SelectAllCheckbox.js → shared/SelectAllCheckbox.js} +1 -1
  47. package/dist/components/Filters/filter-items/shared/SelectAllCheckbox.js.map +1 -0
  48. package/dist/components/Filters/prepareFiltersForRequest.js +10 -5
  49. package/dist/components/Filters/prepareFiltersForRequest.js.map +1 -1
  50. package/dist/components/Filters/useFilters.d.ts +542 -0
  51. package/dist/components/Filters/useTransformFilters.js +3 -0
  52. package/dist/components/Filters/useTransformFilters.js.map +1 -1
  53. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +2 -2
  54. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.js.map +1 -1
  55. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +2 -2
  56. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
  57. package/dist/components/Notifications/hooks/useNotificationSubscription.d.ts +9 -3
  58. package/dist/components/RecordEdition/EditRecord/EditRecord.js +1 -1
  59. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  60. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +4 -0
  61. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  62. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +27 -16
  63. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  64. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +28 -16
  65. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  66. package/dist/components/RecordEdition/EditRecordPage/ErrorComponent.d.ts +2 -0
  67. package/dist/components/RecordEdition/EditRecordPage/ErrorComponent.js +11 -0
  68. package/dist/components/RecordEdition/EditRecordPage/ErrorComponent.js.map +1 -0
  69. package/dist/components/RecordEdition/EditRecordPage/getInitialRecordValues.d.ts +2 -0
  70. package/dist/components/RecordEdition/EditRecordPage/getInitialRecordValues.js +35 -0
  71. package/dist/components/RecordEdition/EditRecordPage/getInitialRecordValues.js.map +1 -0
  72. package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.d.ts +1 -1
  73. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.d.ts +9 -3
  74. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -1
  75. package/dist/hooks/useIFrameMessenger/types.d.ts +5 -0
  76. package/dist/hooks/useIFrameMessenger/types.js.map +1 -1
  77. package/package.json +6 -6
  78. package/dist/components/Filters/filter-items/EmptyValueCheckbox.js +0 -16
  79. package/dist/components/Filters/filter-items/EmptyValueCheckbox.js.map +0 -1
  80. package/dist/components/Filters/filter-items/SelectAllCheckbox.js.map +0 -1
  81. /package/dist/components/Filters/filter-items/{SelectAllCheckbox.d.ts → shared/SelectAllCheckbox.d.ts} +0 -0
@@ -246,16 +246,6 @@ export declare enum AvailableLanguage {
246
246
  en = "en",
247
247
  fr = "fr"
248
248
  }
249
- export type CampaignToRenew = {
250
- endDate: Scalars['String']['input'];
251
- id: Scalars['String']['input'];
252
- startDate: Scalars['String']['input'];
253
- };
254
- export type CampaignToUpdateDates = {
255
- endDate: Scalars['String']['input'];
256
- id: Scalars['String']['input'];
257
- startDate: Scalars['String']['input'];
258
- };
259
249
  export type ChildrenAsRecordValuePermissionFilterInput = {
260
250
  action: RecordPermissionsActions;
261
251
  attributeId: Scalars['ID']['input'];
@@ -761,7 +751,6 @@ export declare enum TaskType {
761
751
  IMPORT_CONFIG = "IMPORT_CONFIG",
762
752
  IMPORT_DATA = "IMPORT_DATA",
763
753
  INDEXATION = "INDEXATION",
764
- RENEW_CAMPAIGNS = "RENEW_CAMPAIGNS",
765
754
  SAVE_VALUE_BULK = "SAVE_VALUE_BULK"
766
755
  }
767
756
  export declare enum TreeBehavior {
@@ -986,6 +975,9 @@ export type AttributeDetailsLinkAttributeFragment = {
986
975
  id: string;
987
976
  label?: any | null;
988
977
  } | null;
978
+ smart_filter?: {
979
+ enable: boolean;
980
+ } | null;
989
981
  metadata_fields?: Array<{
990
982
  id: string;
991
983
  label?: any | null;
@@ -3321,6 +3313,9 @@ export type AttributesByLibAttributeWithPermissionsLinkAttributeFragment = {
3321
3313
  linked_library?: {
3322
3314
  id: string;
3323
3315
  } | null;
3316
+ smart_filter?: {
3317
+ enable: boolean;
3318
+ } | null;
3324
3319
  };
3325
3320
  export type AttributesByLibAttributeWithPermissionsStandardAttributeFragment = {
3326
3321
  id: string;
@@ -3407,6 +3402,9 @@ export type AttributesByLibLinkAttributeWithPermissionsFragment = {
3407
3402
  linked_library?: {
3408
3403
  id: string;
3409
3404
  } | null;
3405
+ smart_filter?: {
3406
+ enable: boolean;
3407
+ } | null;
3410
3408
  };
3411
3409
  export type StandardAttributeDetailsFragment = {
3412
3410
  id: string;
@@ -3444,6 +3442,9 @@ export type LinkAttributeDetailsFragment = {
3444
3442
  };
3445
3443
  }> | null;
3446
3444
  } | null;
3445
+ smart_filter?: {
3446
+ enable: boolean;
3447
+ } | null;
3447
3448
  };
3448
3449
  export type TreeAttributeDetailsFragment = {
3449
3450
  id: string;
@@ -3808,6 +3809,9 @@ export type GetAttributeByIdQuery = {
3808
3809
  id: string;
3809
3810
  label?: any | null;
3810
3811
  } | null;
3812
+ smart_filter?: {
3813
+ enable: boolean;
3814
+ } | null;
3811
3815
  metadata_fields?: Array<{
3812
3816
  id: string;
3813
3817
  label?: any | null;
@@ -4031,6 +4035,9 @@ export type SaveAttributeMutation = {
4031
4035
  id: string;
4032
4036
  label?: any | null;
4033
4037
  } | null;
4038
+ smart_filter?: {
4039
+ enable: boolean;
4040
+ } | null;
4034
4041
  metadata_fields?: Array<{
4035
4042
  id: string;
4036
4043
  label?: any | null;
@@ -4651,6 +4658,7 @@ export type CreateEmptyRecordMutation = {
4651
4658
  };
4652
4659
  export type CreateRecordMutationVariables = Exact<{
4653
4660
  library: Scalars['ID']['input'];
4661
+ skipActivate?: InputMaybe<Scalars['Boolean']['input']>;
4654
4662
  data?: InputMaybe<CreateRecordDataInput>;
4655
4663
  }>;
4656
4664
  export type CreateRecordMutation = {
@@ -7488,6 +7496,9 @@ export type GetAttributesByLibWithPermissionsQuery = {
7488
7496
  linked_library?: {
7489
7497
  id: string;
7490
7498
  } | null;
7499
+ smart_filter?: {
7500
+ enable: boolean;
7501
+ } | null;
7491
7502
  permissions: {
7492
7503
  access_attribute: boolean;
7493
7504
  };
@@ -7582,6 +7593,9 @@ export type ExplorerAttributesQuery = {
7582
7593
  };
7583
7594
  }> | null;
7584
7595
  } | null;
7596
+ smart_filter?: {
7597
+ enable: boolean;
7598
+ } | null;
7585
7599
  permissions: {
7586
7600
  access_attribute: boolean;
7587
7601
  };
@@ -7647,6 +7661,9 @@ export type ExplorerLinkAttributeQuery = {
7647
7661
  };
7648
7662
  }> | null;
7649
7663
  } | null;
7664
+ smart_filter?: {
7665
+ enable: boolean;
7666
+ } | null;
7650
7667
  permissions: {
7651
7668
  access_attribute: boolean;
7652
7669
  edit_value: boolean;
@@ -8025,6 +8042,30 @@ export type UpdateViewMutation = {
8025
8042
  }> | null;
8026
8043
  };
8027
8044
  };
8045
+ export type SmartFilterListValuesQueryVariables = Exact<{
8046
+ library: Scalars['ID']['input'];
8047
+ attribute: Scalars['ID']['input'];
8048
+ recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8049
+ }>;
8050
+ export type SmartFilterListValuesQuery = {
8051
+ listDistinctValues?: Array<{
8052
+ count: number;
8053
+ value?: {
8054
+ id: string;
8055
+ whoAmI: {
8056
+ id: string;
8057
+ label?: string | null;
8058
+ subLabel?: string | null;
8059
+ color?: string | null;
8060
+ preview?: IPreviewScalar | null;
8061
+ library: {
8062
+ id: string;
8063
+ label?: any | null;
8064
+ };
8065
+ };
8066
+ } | null;
8067
+ }> | null;
8068
+ };
8028
8069
  export type NotificationSubscriptionVariables = Exact<{
8029
8070
  [key: string]: never;
8030
8071
  }>;
@@ -8164,7 +8205,7 @@ export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
8164
8205
  * },
8165
8206
  * });
8166
8207
  */
8167
- export declare function useCheckApplicationExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.QueryResult<CheckApplicationExistenceQuery, Exact<{
8208
+ export declare function useCheckApplicationExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.InteropQueryResult<CheckApplicationExistenceQuery, Exact<{
8168
8209
  id?: InputMaybe<Scalars["ID"]["input"]>;
8169
8210
  endpoint?: InputMaybe<Scalars["String"]["input"]>;
8170
8211
  }>>;
@@ -8200,7 +8241,7 @@ export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHook
8200
8241
  skip?: boolean;
8201
8242
  } | {
8202
8243
  skip: boolean;
8203
- })): Apollo.QueryResult<GetApplicationByIdQuery, Exact<{
8244
+ })): Apollo.InteropQueryResult<GetApplicationByIdQuery, Exact<{
8204
8245
  id: Scalars["ID"]["input"];
8205
8246
  }>>;
8206
8247
  export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
@@ -8228,7 +8269,7 @@ export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
8228
8269
  * },
8229
8270
  * });
8230
8271
  */
8231
- export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.QueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.QueryResult<GetApplicationModulesQuery, Exact<{
8272
+ export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.QueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.InteropQueryResult<GetApplicationModulesQuery, Exact<{
8232
8273
  [key: string]: never;
8233
8274
  }>>;
8234
8275
  export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
@@ -8287,7 +8328,7 @@ export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.Quer
8287
8328
  skip?: boolean;
8288
8329
  } | {
8289
8330
  skip: boolean;
8290
- })): Apollo.QueryResult<CheckAttributeExistenceQuery, Exact<{
8331
+ })): Apollo.InteropQueryResult<CheckAttributeExistenceQuery, Exact<{
8291
8332
  id: Scalars["ID"]["input"];
8292
8333
  }>>;
8293
8334
  export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
@@ -8341,7 +8382,7 @@ export declare const GetAttributeByIdDocument: Apollo.DocumentNode;
8341
8382
  * },
8342
8383
  * });
8343
8384
  */
8344
- export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.QueryResult<GetAttributeByIdQuery, Exact<{
8385
+ export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.InteropQueryResult<GetAttributeByIdQuery, Exact<{
8345
8386
  id?: InputMaybe<Scalars["ID"]["input"]>;
8346
8387
  }>>;
8347
8388
  export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
@@ -8375,7 +8416,7 @@ export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHook
8375
8416
  skip?: boolean;
8376
8417
  } | {
8377
8418
  skip: boolean;
8378
- })): Apollo.QueryResult<GetAttributesByLibQuery, Exact<{
8419
+ })): Apollo.InteropQueryResult<GetAttributesByLibQuery, Exact<{
8379
8420
  library: Scalars["String"]["input"];
8380
8421
  }>>;
8381
8422
  export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
@@ -8406,7 +8447,7 @@ export declare const GetAttributesDocument: Apollo.DocumentNode;
8406
8447
  * },
8407
8448
  * });
8408
8449
  */
8409
- export declare function useGetAttributesQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.QueryResult<GetAttributesQuery, Exact<{
8450
+ export declare function useGetAttributesQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.InteropQueryResult<GetAttributesQuery, Exact<{
8410
8451
  pagination?: InputMaybe<Pagination>;
8411
8452
  sort?: InputMaybe<SortAttributes>;
8412
8453
  filters?: InputMaybe<AttributesFiltersInput>;
@@ -8440,7 +8481,7 @@ export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
8440
8481
  * },
8441
8482
  * });
8442
8483
  */
8443
- export declare function useGetVersionProfilesQuery(baseOptions?: Apollo.QueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.QueryResult<GetVersionProfilesQuery, Exact<{
8484
+ export declare function useGetVersionProfilesQuery(baseOptions?: Apollo.QueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.InteropQueryResult<GetVersionProfilesQuery, Exact<{
8444
8485
  filters?: InputMaybe<VersionProfilesFiltersInput>;
8445
8486
  sort?: InputMaybe<SortVersionProfilesInput>;
8446
8487
  }>>;
@@ -8476,7 +8517,7 @@ export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: A
8476
8517
  skip?: boolean;
8477
8518
  } | {
8478
8519
  skip: boolean;
8479
- })): Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
8520
+ })): Apollo.InteropQueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
8480
8521
  libraryId: Scalars["String"]["input"];
8481
8522
  }>>;
8482
8523
  export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
@@ -8537,7 +8578,7 @@ export declare function useExportQuery(baseOptions: Apollo.QueryHookOptions<Expo
8537
8578
  skip?: boolean;
8538
8579
  } | {
8539
8580
  skip: boolean;
8540
- })): Apollo.QueryResult<ExportQuery, Exact<{
8581
+ })): Apollo.InteropQueryResult<ExportQuery, Exact<{
8541
8582
  library: Scalars["ID"]["input"];
8542
8583
  filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
8543
8584
  profile?: InputMaybe<Scalars["String"]["input"]>;
@@ -8638,7 +8679,7 @@ export declare function useGetDirectoryDataQuery(baseOptions: Apollo.QueryHookOp
8638
8679
  skip?: boolean;
8639
8680
  } | {
8640
8681
  skip: boolean;
8641
- })): Apollo.QueryResult<GetDirectoryDataQuery, Exact<{
8682
+ })): Apollo.InteropQueryResult<GetDirectoryDataQuery, Exact<{
8642
8683
  library: Scalars["ID"]["input"];
8643
8684
  directoryId: Scalars["String"]["input"];
8644
8685
  }>>;
@@ -8669,9 +8710,15 @@ export declare const UploadUpdateDocument: Apollo.DocumentNode;
8669
8710
  * },
8670
8711
  * });
8671
8712
  */
8672
- export declare function useUploadUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<UploadUpdateSubscription, UploadUpdateSubscriptionVariables>): Apollo.SubscriptionResult<UploadUpdateSubscription, Exact<{
8673
- filters?: InputMaybe<UploadFiltersInput>;
8674
- }>>;
8713
+ export declare function useUploadUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<UploadUpdateSubscription, UploadUpdateSubscriptionVariables>): {
8714
+ restart: () => void;
8715
+ loading: boolean;
8716
+ data?: UploadUpdateSubscription;
8717
+ error?: Apollo.ApolloError;
8718
+ variables?: Exact<{
8719
+ filters?: InputMaybe<UploadFiltersInput>;
8720
+ }>;
8721
+ };
8675
8722
  export type UploadUpdateSubscriptionHookResult = ReturnType<typeof useUploadUpdateSubscription>;
8676
8723
  export type UploadUpdateSubscriptionResult = Apollo.SubscriptionResult<UploadUpdateSubscription>;
8677
8724
  export declare const UploadDocument: Apollo.DocumentNode;
@@ -8749,7 +8796,7 @@ export declare const CheckLibraryExistenceDocument: Apollo.DocumentNode;
8749
8796
  * },
8750
8797
  * });
8751
8798
  */
8752
- export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.QueryResult<CheckLibraryExistenceQuery, Exact<{
8799
+ export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.InteropQueryResult<CheckLibraryExistenceQuery, Exact<{
8753
8800
  id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
8754
8801
  }>>;
8755
8802
  export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
@@ -8802,7 +8849,7 @@ export declare const GetLibrariesDocument: Apollo.DocumentNode;
8802
8849
  * },
8803
8850
  * });
8804
8851
  */
8805
- export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.QueryResult<GetLibrariesQuery, Exact<{
8852
+ export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.InteropQueryResult<GetLibrariesQuery, Exact<{
8806
8853
  [key: string]: never;
8807
8854
  }>>;
8808
8855
  export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
@@ -8831,7 +8878,7 @@ export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
8831
8878
  * },
8832
8879
  * });
8833
8880
  */
8834
- export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.QueryResult<GetLibraryByIdQuery, Exact<{
8881
+ export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.InteropQueryResult<GetLibraryByIdQuery, Exact<{
8835
8882
  id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
8836
8883
  }>>;
8837
8884
  export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
@@ -8860,7 +8907,7 @@ export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
8860
8907
  * },
8861
8908
  * });
8862
8909
  */
8863
- export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.QueryResult<GetLibraryPermissionsQuery, Exact<{
8910
+ export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.InteropQueryResult<GetLibraryPermissionsQuery, Exact<{
8864
8911
  libraryId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
8865
8912
  }>>;
8866
8913
  export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
@@ -8894,7 +8941,7 @@ export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.Q
8894
8941
  skip?: boolean;
8895
8942
  } | {
8896
8943
  skip: boolean;
8897
- })): Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
8944
+ })): Apollo.InteropQueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
8898
8945
  id: Scalars["ID"]["input"];
8899
8946
  }>>;
8900
8947
  export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
@@ -8956,7 +9003,7 @@ export declare function useIsAllowedQuery(baseOptions: Apollo.QueryHookOptions<I
8956
9003
  skip?: boolean;
8957
9004
  } | {
8958
9005
  skip: boolean;
8959
- })): Apollo.QueryResult<IsAllowedQuery, Exact<{
9006
+ })): Apollo.InteropQueryResult<IsAllowedQuery, Exact<{
8960
9007
  type: PermissionTypes;
8961
9008
  actions: Array<PermissionsActions> | PermissionsActions;
8962
9009
  applyTo?: InputMaybe<Scalars["ID"]["input"]>;
@@ -9073,12 +9120,14 @@ export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutatio
9073
9120
  * const [createRecordMutation, { data, loading, error }] = useCreateRecordMutation({
9074
9121
  * variables: {
9075
9122
  * library: // value for 'library'
9123
+ * skipActivate: // value for 'skipActivate'
9076
9124
  * data: // value for 'data'
9077
9125
  * },
9078
9126
  * });
9079
9127
  */
9080
9128
  export declare function useCreateRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateRecordMutation, CreateRecordMutationVariables>): Apollo.MutationTuple<CreateRecordMutation, Exact<{
9081
9129
  library: Scalars["ID"]["input"];
9130
+ skipActivate?: InputMaybe<Scalars["Boolean"]["input"]>;
9082
9131
  data?: InputMaybe<CreateRecordDataInput>;
9083
9132
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
9084
9133
  export type CreateRecordMutationHookResult = ReturnType<typeof useCreateRecordMutation>;
@@ -9137,7 +9186,7 @@ export declare function useDoesFileExistAsChildQuery(baseOptions: Apollo.QueryHo
9137
9186
  skip?: boolean;
9138
9187
  } | {
9139
9188
  skip: boolean;
9140
- })): Apollo.QueryResult<DoesFileExistAsChildQuery, Exact<{
9189
+ })): Apollo.InteropQueryResult<DoesFileExistAsChildQuery, Exact<{
9141
9190
  parentNode?: InputMaybe<Scalars["ID"]["input"]>;
9142
9191
  treeId: Scalars["ID"]["input"];
9143
9192
  filename: Scalars["String"]["input"];
@@ -9177,7 +9226,7 @@ export declare function useGetFileDataQuery(baseOptions: Apollo.QueryHookOptions
9177
9226
  skip?: boolean;
9178
9227
  } | {
9179
9228
  skip: boolean;
9180
- })): Apollo.QueryResult<GetFileDataQuery, Exact<{
9229
+ })): Apollo.InteropQueryResult<GetFileDataQuery, Exact<{
9181
9230
  library: Scalars["ID"]["input"];
9182
9231
  fileId: Scalars["String"]["input"];
9183
9232
  previewsStatusAttribute: Scalars["ID"]["input"];
@@ -9218,7 +9267,7 @@ export declare function useRecordFormQuery(baseOptions: Apollo.QueryHookOptions<
9218
9267
  skip?: boolean;
9219
9268
  } | {
9220
9269
  skip: boolean;
9221
- })): Apollo.QueryResult<RecordFormQuery, Exact<{
9270
+ })): Apollo.InteropQueryResult<RecordFormQuery, Exact<{
9222
9271
  libraryId: Scalars["String"]["input"];
9223
9272
  formId: Scalars["String"]["input"];
9224
9273
  recordId?: InputMaybe<Scalars["String"]["input"]>;
@@ -9253,9 +9302,15 @@ export declare const RecordUpdateDocument: Apollo.DocumentNode;
9253
9302
  * },
9254
9303
  * });
9255
9304
  */
9256
- export declare function useRecordUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<RecordUpdateSubscription, RecordUpdateSubscriptionVariables>): Apollo.SubscriptionResult<RecordUpdateSubscription, Exact<{
9257
- filters?: InputMaybe<RecordUpdateFilterInput>;
9258
- }>>;
9305
+ export declare function useRecordUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<RecordUpdateSubscription, RecordUpdateSubscriptionVariables>): {
9306
+ restart: () => void;
9307
+ loading: boolean;
9308
+ data?: RecordUpdateSubscription;
9309
+ error?: Apollo.ApolloError;
9310
+ variables?: Exact<{
9311
+ filters?: InputMaybe<RecordUpdateFilterInput>;
9312
+ }>;
9313
+ };
9259
9314
  export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
9260
9315
  export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
9261
9316
  export declare const GetRecordsFromLibraryDocument: Apollo.DocumentNode;
@@ -9282,7 +9337,7 @@ export declare function useGetRecordsFromLibraryQuery(baseOptions: Apollo.QueryH
9282
9337
  skip?: boolean;
9283
9338
  } | {
9284
9339
  skip: boolean;
9285
- })): Apollo.QueryResult<GetRecordsFromLibraryQuery, Exact<{
9340
+ })): Apollo.InteropQueryResult<GetRecordsFromLibraryQuery, Exact<{
9286
9341
  libraryId: Scalars["ID"]["input"];
9287
9342
  pagination?: InputMaybe<RecordsPagination>;
9288
9343
  filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
@@ -9394,7 +9449,7 @@ export declare const CheckTreeExistenceDocument: Apollo.DocumentNode;
9394
9449
  * },
9395
9450
  * });
9396
9451
  */
9397
- export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.QueryResult<CheckTreeExistenceQuery, Exact<{
9452
+ export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.InteropQueryResult<CheckTreeExistenceQuery, Exact<{
9398
9453
  id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
9399
9454
  }>>;
9400
9455
  export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
@@ -9448,7 +9503,7 @@ export declare const GetTreeByIdDocument: Apollo.DocumentNode;
9448
9503
  * },
9449
9504
  * });
9450
9505
  */
9451
- export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.QueryResult<GetTreeByIdQuery, Exact<{
9506
+ export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.InteropQueryResult<GetTreeByIdQuery, Exact<{
9452
9507
  id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
9453
9508
  }>>;
9454
9509
  export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
@@ -9478,7 +9533,7 @@ export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
9478
9533
  * },
9479
9534
  * });
9480
9535
  */
9481
- export declare function useGetTreeLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.QueryResult<GetTreeLibrariesQuery, Exact<{
9536
+ export declare function useGetTreeLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.InteropQueryResult<GetTreeLibrariesQuery, Exact<{
9482
9537
  treeId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
9483
9538
  library?: InputMaybe<Scalars["String"]["input"]>;
9484
9539
  }>>;
@@ -9508,7 +9563,7 @@ export declare const GetTreesDocument: Apollo.DocumentNode;
9508
9563
  * },
9509
9564
  * });
9510
9565
  */
9511
- export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.QueryResult<GetTreesQuery, Exact<{
9566
+ export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.InteropQueryResult<GetTreesQuery, Exact<{
9512
9567
  [key: string]: never;
9513
9568
  }>>;
9514
9569
  export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
@@ -9571,7 +9626,7 @@ export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOp
9571
9626
  skip?: boolean;
9572
9627
  } | {
9573
9628
  skip: boolean;
9574
- })): Apollo.QueryResult<TreeNodeChildrenQuery, Exact<{
9629
+ })): Apollo.InteropQueryResult<TreeNodeChildrenQuery, Exact<{
9575
9630
  treeId: Scalars["ID"]["input"];
9576
9631
  node?: InputMaybe<Scalars["ID"]["input"]>;
9577
9632
  pagination?: InputMaybe<Pagination>;
@@ -9618,7 +9673,7 @@ export declare function useGetTreeNodeChildrenWithAccessByDefaultPermissionQuery
9618
9673
  skip?: boolean;
9619
9674
  } | {
9620
9675
  skip: boolean;
9621
- })): Apollo.QueryResult<GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery, Exact<{
9676
+ })): Apollo.InteropQueryResult<GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery, Exact<{
9622
9677
  treeId: Scalars["ID"]["input"];
9623
9678
  node?: InputMaybe<Scalars["ID"]["input"]>;
9624
9679
  pagination?: InputMaybe<Pagination>;
@@ -9663,7 +9718,7 @@ export declare function useGetUserDataQuery(baseOptions: Apollo.QueryHookOptions
9663
9718
  skip?: boolean;
9664
9719
  } | {
9665
9720
  skip: boolean;
9666
- })): Apollo.QueryResult<GetUserDataQuery, Exact<{
9721
+ })): Apollo.InteropQueryResult<GetUserDataQuery, Exact<{
9667
9722
  keys: Array<Scalars["String"]["input"]> | Scalars["String"]["input"];
9668
9723
  global?: InputMaybe<Scalars["Boolean"]["input"]>;
9669
9724
  }>>;
@@ -9848,7 +9903,7 @@ export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<Get
9848
9903
  skip?: boolean;
9849
9904
  } | {
9850
9905
  skip: boolean;
9851
- })): Apollo.QueryResult<GetViewQuery, Exact<{
9906
+ })): Apollo.InteropQueryResult<GetViewQuery, Exact<{
9852
9907
  viewId: Scalars["String"]["input"];
9853
9908
  }>>;
9854
9909
  export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
@@ -9882,7 +9937,7 @@ export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOption
9882
9937
  skip?: boolean;
9883
9938
  } | {
9884
9939
  skip: boolean;
9885
- })): Apollo.QueryResult<GetViewsListQuery, Exact<{
9940
+ })): Apollo.InteropQueryResult<GetViewsListQuery, Exact<{
9886
9941
  libraryId: Scalars["String"]["input"];
9887
9942
  }>>;
9888
9943
  export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
@@ -9941,7 +9996,7 @@ export declare function useAttributeWithValuesForMassEditionQuery(baseOptions: A
9941
9996
  skip?: boolean;
9942
9997
  } | {
9943
9998
  skip: boolean;
9944
- })): Apollo.QueryResult<AttributeWithValuesForMassEditionQuery, Exact<{
9999
+ })): Apollo.InteropQueryResult<AttributeWithValuesForMassEditionQuery, Exact<{
9945
10000
  attributeId: Scalars["ID"]["input"];
9946
10001
  }>>;
9947
10002
  export declare function useAttributeWithValuesForMassEditionLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<AttributeWithValuesForMassEditionQuery, AttributeWithValuesForMassEditionQueryVariables>): Apollo.LazyQueryResultTuple<AttributeWithValuesForMassEditionQuery, Exact<{
@@ -9975,7 +10030,7 @@ export declare function useGetAttributesByLibWithPermissionsQuery(baseOptions: A
9975
10030
  skip?: boolean;
9976
10031
  } | {
9977
10032
  skip: boolean;
9978
- })): Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
10033
+ })): Apollo.InteropQueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
9979
10034
  library: Scalars["String"]["input"];
9980
10035
  }>>;
9981
10036
  export declare function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibWithPermissionsQuery, Exact<{
@@ -10004,7 +10059,7 @@ export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
10004
10059
  * },
10005
10060
  * });
10006
10061
  */
10007
- export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
10062
+ export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.InteropQueryResult<ExplorerAttributesQuery, Exact<{
10008
10063
  ids?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
10009
10064
  }>>;
10010
10065
  export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
@@ -10038,7 +10093,7 @@ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryH
10038
10093
  skip?: boolean;
10039
10094
  } | {
10040
10095
  skip: boolean;
10041
- })): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
10096
+ })): Apollo.InteropQueryResult<ExplorerLinkAttributeQuery, Exact<{
10042
10097
  id: Scalars["ID"]["input"];
10043
10098
  }>>;
10044
10099
  export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
@@ -10074,7 +10129,7 @@ export declare function useCountValuesOccurrencesQuery(baseOptions: Apollo.Query
10074
10129
  skip?: boolean;
10075
10130
  } | {
10076
10131
  skip: boolean;
10077
- })): Apollo.QueryResult<CountValuesOccurrencesQuery, Exact<{
10132
+ })): Apollo.InteropQueryResult<CountValuesOccurrencesQuery, Exact<{
10078
10133
  library: Scalars["ID"]["input"];
10079
10134
  attribute: Scalars["ID"]["input"];
10080
10135
  recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
@@ -10117,7 +10172,7 @@ export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHoo
10117
10172
  skip?: boolean;
10118
10173
  } | {
10119
10174
  skip: boolean;
10120
- })): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
10175
+ })): Apollo.InteropQueryResult<ExplorerLibraryDataQuery, Exact<{
10121
10176
  libraryId: Scalars["ID"]["input"];
10122
10177
  attributeIds: Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"];
10123
10178
  pagination?: InputMaybe<RecordsPagination>;
@@ -10164,7 +10219,7 @@ export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOp
10164
10219
  skip?: boolean;
10165
10220
  } | {
10166
10221
  skip: boolean;
10167
- })): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
10222
+ })): Apollo.InteropQueryResult<ExplorerLinkDataQuery, Exact<{
10168
10223
  attributeIds: Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"];
10169
10224
  parentLibraryId: Scalars["ID"]["input"];
10170
10225
  parentRecordId?: InputMaybe<Scalars["String"]["input"]>;
@@ -10204,7 +10259,7 @@ export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHo
10204
10259
  skip?: boolean;
10205
10260
  } | {
10206
10261
  skip: boolean;
10207
- })): Apollo.QueryResult<GetLibraryAttributesQuery, Exact<{
10262
+ })): Apollo.InteropQueryResult<GetLibraryAttributesQuery, Exact<{
10208
10263
  libraryId: Scalars["ID"]["input"];
10209
10264
  }>>;
10210
10265
  export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
@@ -10238,7 +10293,7 @@ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.Query
10238
10293
  skip?: boolean;
10239
10294
  } | {
10240
10295
  skip: boolean;
10241
- })): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
10296
+ })): Apollo.InteropQueryResult<ExplorerLibraryDetailsQuery, Exact<{
10242
10297
  libraryId: Scalars["ID"]["input"];
10243
10298
  }>>;
10244
10299
  export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
@@ -10267,7 +10322,7 @@ export declare const LibraryExportProfilesDocument: Apollo.DocumentNode;
10267
10322
  * },
10268
10323
  * });
10269
10324
  */
10270
- export declare function useLibraryExportProfilesQuery(baseOptions?: Apollo.QueryHookOptions<LibraryExportProfilesQuery, LibraryExportProfilesQueryVariables>): Apollo.QueryResult<LibraryExportProfilesQuery, Exact<{
10325
+ export declare function useLibraryExportProfilesQuery(baseOptions?: Apollo.QueryHookOptions<LibraryExportProfilesQuery, LibraryExportProfilesQueryVariables>): Apollo.InteropQueryResult<LibraryExportProfilesQuery, Exact<{
10271
10326
  libraryId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
10272
10327
  }>>;
10273
10328
  export declare function useLibraryExportProfilesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<LibraryExportProfilesQuery, LibraryExportProfilesQueryVariables>): Apollo.LazyQueryResultTuple<LibraryExportProfilesQuery, Exact<{
@@ -10302,7 +10357,7 @@ export declare function useExplorerSelectionIdsQuery(baseOptions: Apollo.QueryHo
10302
10357
  skip?: boolean;
10303
10358
  } | {
10304
10359
  skip: boolean;
10305
- })): Apollo.QueryResult<ExplorerSelectionIdsQuery, Exact<{
10360
+ })): Apollo.InteropQueryResult<ExplorerSelectionIdsQuery, Exact<{
10306
10361
  libraryId: Scalars["ID"]["input"];
10307
10362
  filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
10308
10363
  }>>;
@@ -10332,7 +10387,7 @@ export declare const MeDocument: Apollo.DocumentNode;
10332
10387
  * },
10333
10388
  * });
10334
10389
  */
10335
- export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery, MeQueryVariables>): Apollo.QueryResult<MeQuery, Exact<{
10390
+ export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery, MeQueryVariables>): Apollo.InteropQueryResult<MeQuery, Exact<{
10336
10391
  [key: string]: never;
10337
10392
  }>>;
10338
10393
  export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
@@ -10369,6 +10424,46 @@ export declare function useUpdateViewMutation(baseOptions?: Apollo.MutationHookO
10369
10424
  export type UpdateViewMutationHookResult = ReturnType<typeof useUpdateViewMutation>;
10370
10425
  export type UpdateViewMutationResult = Apollo.MutationResult<UpdateViewMutation>;
10371
10426
  export type UpdateViewMutationOptions = Apollo.BaseMutationOptions<UpdateViewMutation, UpdateViewMutationVariables>;
10427
+ export declare const SmartFilterListValuesDocument: Apollo.DocumentNode;
10428
+ /**
10429
+ * __useSmartFilterListValuesQuery__
10430
+ *
10431
+ * To run a query within a React component, call `useSmartFilterListValuesQuery` and pass it any options that fit your needs.
10432
+ * When your component renders, `useSmartFilterListValuesQuery` returns an object from Apollo Client that contains loading, error, and data properties
10433
+ * you can use to render your UI.
10434
+ *
10435
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
10436
+ *
10437
+ * @example
10438
+ * const { data, loading, error } = useSmartFilterListValuesQuery({
10439
+ * variables: {
10440
+ * library: // value for 'library'
10441
+ * attribute: // value for 'attribute'
10442
+ * recordFilters: // value for 'recordFilters'
10443
+ * },
10444
+ * });
10445
+ */
10446
+ export declare function useSmartFilterListValuesQuery(baseOptions: Apollo.QueryHookOptions<SmartFilterListValuesQuery, SmartFilterListValuesQueryVariables> & ({
10447
+ variables: SmartFilterListValuesQueryVariables;
10448
+ skip?: boolean;
10449
+ } | {
10450
+ skip: boolean;
10451
+ })): Apollo.InteropQueryResult<SmartFilterListValuesQuery, Exact<{
10452
+ library: Scalars["ID"]["input"];
10453
+ attribute: Scalars["ID"]["input"];
10454
+ recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
10455
+ }>>;
10456
+ export declare function useSmartFilterListValuesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<SmartFilterListValuesQuery, SmartFilterListValuesQueryVariables>): Apollo.LazyQueryResultTuple<SmartFilterListValuesQuery, Exact<{
10457
+ library: Scalars["ID"]["input"];
10458
+ attribute: Scalars["ID"]["input"];
10459
+ recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
10460
+ }>>;
10461
+ export declare function useSmartFilterListValuesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<SmartFilterListValuesQuery, SmartFilterListValuesQueryVariables>): Apollo.UseSuspenseQueryResult<SmartFilterListValuesQuery, SmartFilterListValuesQueryVariables>;
10462
+ export declare function useSmartFilterListValuesSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<SmartFilterListValuesQuery, SmartFilterListValuesQueryVariables>): Apollo.UseSuspenseQueryResult<SmartFilterListValuesQuery | undefined, SmartFilterListValuesQueryVariables>;
10463
+ export type SmartFilterListValuesQueryHookResult = ReturnType<typeof useSmartFilterListValuesQuery>;
10464
+ export type SmartFilterListValuesLazyQueryHookResult = ReturnType<typeof useSmartFilterListValuesLazyQuery>;
10465
+ export type SmartFilterListValuesSuspenseQueryHookResult = ReturnType<typeof useSmartFilterListValuesSuspenseQuery>;
10466
+ export type SmartFilterListValuesQueryResult = Apollo.QueryResult<SmartFilterListValuesQuery, SmartFilterListValuesQueryVariables>;
10372
10467
  export declare const NotificationDocument: Apollo.DocumentNode;
10373
10468
  /**
10374
10469
  * __useNotificationSubscription__
@@ -10385,9 +10480,15 @@ export declare const NotificationDocument: Apollo.DocumentNode;
10385
10480
  * },
10386
10481
  * });
10387
10482
  */
10388
- export declare function useNotificationSubscription(baseOptions?: Apollo.SubscriptionHookOptions<NotificationSubscription, NotificationSubscriptionVariables>): Apollo.SubscriptionResult<NotificationSubscription, Exact<{
10389
- [key: string]: never;
10390
- }>>;
10483
+ export declare function useNotificationSubscription(baseOptions?: Apollo.SubscriptionHookOptions<NotificationSubscription, NotificationSubscriptionVariables>): {
10484
+ restart: () => void;
10485
+ loading: boolean;
10486
+ data?: NotificationSubscription;
10487
+ error?: Apollo.ApolloError;
10488
+ variables?: Exact<{
10489
+ [key: string]: never;
10490
+ }>;
10491
+ };
10391
10492
  export type NotificationSubscriptionHookResult = ReturnType<typeof useNotificationSubscription>;
10392
10493
  export type NotificationSubscriptionResult = Apollo.SubscriptionResult<NotificationSubscription>;
10393
10494
  export declare const GetRecordHistoryDocument: Apollo.DocumentNode;
@@ -10415,7 +10516,7 @@ export declare function useGetRecordHistoryQuery(baseOptions: Apollo.QueryHookOp
10415
10516
  skip?: boolean;
10416
10517
  } | {
10417
10518
  skip: boolean;
10418
- })): Apollo.QueryResult<GetRecordHistoryQuery, Exact<{
10519
+ })): Apollo.InteropQueryResult<GetRecordHistoryQuery, Exact<{
10419
10520
  record: LogTopicRecordFilterInput;
10420
10521
  attributeId?: InputMaybe<Scalars["String"]["input"]>;
10421
10522
  actions?: InputMaybe<Array<LogAction> | LogAction>;
@@ -10455,7 +10556,7 @@ export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptio
10455
10556
  skip?: boolean;
10456
10557
  } | {
10457
10558
  skip: boolean;
10458
- })): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
10559
+ })): Apollo.InteropQueryResult<TreeDataQueryQuery, Exact<{
10459
10560
  treeId: Scalars["ID"]["input"];
10460
10561
  }>>;
10461
10562
  export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{