@leav/ui 1.5.3 → 1.6.0-0f019af0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_gqlTypes/index.d.ts +640 -701
- package/dist/_gqlTypes/index.js +50 -167
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/trees/treeNodeChildrenQuery.js +2 -0
- package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
- package/dist/_queries/views/viewDetailsFragment.js +1 -0
- package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
- package/dist/components/AttributesSelectionList/sharedComponents.d.ts +159 -153
- package/dist/components/Explorer/Explorer.js +5 -3
- package/dist/components/Explorer/Explorer.js.map +1 -1
- package/dist/components/Explorer/ExplorerFiltersAndSorts.js +1 -1
- package/dist/components/Explorer/ExplorerFiltersAndSorts.js.map +1 -1
- package/dist/components/Explorer/TableCell.js +6 -7
- package/dist/components/Explorer/TableCell.js.map +1 -1
- package/dist/components/Explorer/TableNameCell.js +9 -3
- package/dist/components/Explorer/TableNameCell.js.map +1 -1
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +7 -7
- package/dist/components/Explorer/_queries/useExplorerData.js +19 -7
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +1 -0
- package/dist/components/Explorer/_types.js.map +1 -1
- package/dist/components/Explorer/actions-item/useEditStatusItemAction.js +3 -2
- package/dist/components/Explorer/actions-item/useEditStatusItemAction.js.map +1 -1
- package/dist/components/Explorer/actions-item/useReplaceItemAction.d.ts +2 -1
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js +5 -4
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js.map +1 -1
- package/dist/components/Explorer/actions-mass/export/ExportProfileSelectionModal.d.ts +10 -0
- package/dist/components/Explorer/actions-mass/export/ExportProfileSelectionModal.js +46 -0
- package/dist/components/Explorer/actions-mass/export/ExportProfileSelectionModal.js.map +1 -0
- package/dist/components/Explorer/actions-mass/export/content/NoProfiles.d.ts +1 -0
- package/dist/components/Explorer/actions-mass/export/content/NoProfiles.js +17 -0
- package/dist/components/Explorer/actions-mass/export/content/NoProfiles.js.map +1 -0
- package/dist/components/Explorer/actions-mass/export/content/ProfilesSelection.d.ts +8 -0
- package/dist/components/Explorer/actions-mass/export/content/ProfilesSelection.js +49 -0
- package/dist/components/Explorer/actions-mass/export/content/ProfilesSelection.js.map +1 -0
- package/dist/components/Explorer/actions-mass/export/useGetLibraryExportProfiles.d.ts +27 -0
- package/dist/components/Explorer/actions-mass/export/useGetLibraryExportProfiles.js +48 -0
- package/dist/components/Explorer/actions-mass/export/useGetLibraryExportProfiles.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +3 -2
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -1
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js +3 -2
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js.map +1 -1
- package/dist/components/Explorer/actions-mass/useEditAttributeMassAction.js +8 -7
- package/dist/components/Explorer/actions-mass/useEditAttributeMassAction.js.map +1 -1
- package/dist/components/Explorer/actions-mass/useExportMassAction.d.ts +7 -4
- package/dist/components/Explorer/actions-mass/useExportMassAction.js +81 -74
- package/dist/components/Explorer/actions-mass/useExportMassAction.js.map +1 -1
- package/dist/components/Explorer/actions-mass/useMassActions.js +3 -2
- package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -1
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +3 -2
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -1
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +2 -1
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +5 -4
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -1
- package/dist/components/Explorer/link-item/LinkModal.d.ts +1 -0
- package/dist/components/Explorer/link-item/LinkModal.js +2 -2
- package/dist/components/Explorer/link-item/LinkModal.js.map +1 -1
- package/dist/components/Explorer/list-saved-views/SavedViews.js +12 -9
- package/dist/components/Explorer/list-saved-views/SavedViews.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +5 -8
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +3 -2
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +7 -6
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +3 -2
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +4 -3
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js +3 -2
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +3 -2
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js +3 -2
- package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js +3 -2
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js +4 -3
- package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js +3 -2
- package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js +3 -2
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js +3 -2
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js +3 -2
- package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +7 -6
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +3 -2
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
- package/dist/components/Explorer/useSearchInput.js +6 -2
- package/dist/components/Explorer/useSearchInput.js.map +1 -1
- package/dist/components/Filters/FiltersProvider.d.ts +2 -2
- package/dist/components/Filters/FiltersProvider.js.map +1 -1
- package/dist/components/Filters/_types.d.ts +3 -0
- package/dist/components/Filters/_types.js.map +1 -1
- package/dist/components/Filters/context/filtersReducer.js +7 -4
- package/dist/components/Filters/context/filtersReducer.js.map +1 -1
- package/dist/components/Filters/context/useGetTreeFilters.js +3 -1
- package/dist/components/Filters/context/useGetTreeFilters.js.map +1 -1
- package/dist/components/Filters/filter-items/CommonFilterItem.d.ts +1 -0
- package/dist/components/Filters/filter-items/CommonFilterItem.js +28 -8
- package/dist/components/Filters/filter-items/CommonFilterItem.js.map +1 -1
- package/dist/components/Filters/filter-items/EmptyValueCheckbox.d.ts +8 -0
- package/dist/components/Filters/filter-items/EmptyValueCheckbox.js +16 -0
- package/dist/components/Filters/filter-items/EmptyValueCheckbox.js.map +1 -0
- package/dist/components/Filters/filter-items/filter-type/BooleanAttributeDropdown.js +23 -9
- package/dist/components/Filters/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/ColorAttributeDropDown.js +9 -8
- package/dist/components/Filters/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/FilterDropDown.js +4 -3
- package/dist/components/Filters/filter-items/filter-type/FilterDropDown.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/FilterDropdownContent.js +1 -1
- package/dist/components/Filters/filter-items/filter-type/FilterDropdownContent.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/FilterValueListDropDown.d.ts +0 -1
- package/dist/components/Filters/filter-items/filter-type/FilterValueListDropDown.js +17 -23
- package/dist/components/Filters/filter-items/filter-type/FilterValueListDropDown.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/TreeAttributeDropDown.js +10 -12
- package/dist/components/Filters/filter-items/filter-type/TreeAttributeDropDown.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/useConditionOptionsByType.js +3 -13
- package/dist/components/Filters/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
- package/dist/components/Filters/index.d.ts +1 -0
- package/dist/components/Filters/index.js +1 -0
- package/dist/components/Filters/index.js.map +1 -1
- package/dist/components/Filters/prepareFiltersForRequest.js +36 -3
- package/dist/components/Filters/prepareFiltersForRequest.js.map +1 -1
- package/dist/components/Filters/useFilters.d.ts +5 -0
- package/dist/components/Filters/useTransformFilters.js +4 -0
- package/dist/components/Filters/useTransformFilters.js.map +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +8 -4
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js +1 -8
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +5 -3
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.js +4 -4
- package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js +3 -2
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
- package/dist/components/Notifications/hooks/useNotificationSubscription.js +10 -8
- package/dist/components/Notifications/hooks/useNotificationSubscription.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js +5 -20
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js +4 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.d.ts +53 -51
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +4 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +9 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.d.ts +53 -51
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js +3 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js +4 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.d.ts +3 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/ComputeIndicator.js +3 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/ComputeIndicator.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +3 -2
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +4 -3
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +3 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +1 -0
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +7 -7
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +2 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.js +3 -3
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +2 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +6 -2
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
- package/dist/components/SelectTreeNode/TreeNodeTitle.js +3 -2
- package/dist/components/SelectTreeNode/TreeNodeTitle.js.map +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js +14 -4
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js.map +1 -1
- package/dist/constants.d.ts +5 -1
- package/dist/constants.js +5 -1
- package/dist/constants.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/messageHandlers.d.ts +2 -1
- package/dist/hooks/useIFrameMessenger/messageHandlers.js +8 -0
- package/dist/hooks/useIFrameMessenger/messageHandlers.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/schema.d.ts +5 -0
- package/dist/hooks/useIFrameMessenger/schema.js +2 -0
- package/dist/hooks/useIFrameMessenger/schema.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/types.d.ts +12 -2
- package/dist/hooks/useIFrameMessenger/types.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +1 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +16 -2
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -1
- package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.d.ts +1 -0
- package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.d.ts +1 -0
- package/dist/locales/en/shared.json +15 -3
- package/dist/locales/fr/shared.json +15 -3
- package/package.json +21 -24
|
@@ -13,36 +13,89 @@ export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
|
13
13
|
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
|
14
14
|
[SubKey in K]: Maybe<T[SubKey]>;
|
|
15
15
|
};
|
|
16
|
+
export type MakeEmpty<T extends {
|
|
17
|
+
[key: string]: unknown;
|
|
18
|
+
}, K extends keyof T> = {
|
|
19
|
+
[_ in K]?: never;
|
|
20
|
+
};
|
|
21
|
+
export type Incremental<T> = T | {
|
|
22
|
+
[P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never;
|
|
23
|
+
};
|
|
16
24
|
/** All built-in and custom scalars, mapped to their actual values */
|
|
17
25
|
export type Scalars = {
|
|
18
|
-
ID:
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
26
|
+
ID: {
|
|
27
|
+
input: string;
|
|
28
|
+
output: string;
|
|
29
|
+
};
|
|
30
|
+
String: {
|
|
31
|
+
input: string;
|
|
32
|
+
output: string;
|
|
33
|
+
};
|
|
34
|
+
Boolean: {
|
|
35
|
+
input: boolean;
|
|
36
|
+
output: boolean;
|
|
37
|
+
};
|
|
38
|
+
Int: {
|
|
39
|
+
input: number;
|
|
40
|
+
output: number;
|
|
41
|
+
};
|
|
42
|
+
Float: {
|
|
43
|
+
input: number;
|
|
44
|
+
output: number;
|
|
45
|
+
};
|
|
46
|
+
Any: {
|
|
47
|
+
input: any;
|
|
48
|
+
output: any;
|
|
49
|
+
};
|
|
50
|
+
DateTime: {
|
|
51
|
+
input: any;
|
|
52
|
+
output: any;
|
|
53
|
+
};
|
|
54
|
+
FullTreeContent: {
|
|
55
|
+
input: any;
|
|
56
|
+
output: any;
|
|
57
|
+
};
|
|
58
|
+
JSON: {
|
|
59
|
+
input: any;
|
|
60
|
+
output: any;
|
|
61
|
+
};
|
|
62
|
+
JSONObject: {
|
|
63
|
+
input: any;
|
|
64
|
+
output: any;
|
|
65
|
+
};
|
|
66
|
+
Preview: {
|
|
67
|
+
input: IPreviewScalar;
|
|
68
|
+
output: IPreviewScalar;
|
|
69
|
+
};
|
|
70
|
+
SystemTranslation: {
|
|
71
|
+
input: any;
|
|
72
|
+
output: any;
|
|
73
|
+
};
|
|
74
|
+
SystemTranslationOptional: {
|
|
75
|
+
input: any;
|
|
76
|
+
output: any;
|
|
77
|
+
};
|
|
78
|
+
TaskPriority: {
|
|
79
|
+
input: any;
|
|
80
|
+
output: any;
|
|
81
|
+
};
|
|
82
|
+
Upload: {
|
|
83
|
+
input: any;
|
|
84
|
+
output: any;
|
|
85
|
+
};
|
|
33
86
|
};
|
|
34
87
|
export type AccessRecordByDefaultPermissionInput = {
|
|
35
|
-
attributeId: Scalars['ID'];
|
|
36
|
-
libraryId: Scalars['ID'];
|
|
88
|
+
attributeId: Scalars['ID']['input'];
|
|
89
|
+
libraryId: Scalars['ID']['input'];
|
|
37
90
|
};
|
|
38
91
|
export type ActionConfigurationInput = {
|
|
39
|
-
error_message?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
40
|
-
id: Scalars['ID'];
|
|
92
|
+
error_message?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
|
|
93
|
+
id: Scalars['ID']['input'];
|
|
41
94
|
params?: InputMaybe<Array<ActionConfigurationParamInput>>;
|
|
42
95
|
};
|
|
43
96
|
export type ActionConfigurationParamInput = {
|
|
44
|
-
name: Scalars['String'];
|
|
45
|
-
value: Scalars['String'];
|
|
97
|
+
name: Scalars['String']['input'];
|
|
98
|
+
value: Scalars['String']['input'];
|
|
46
99
|
};
|
|
47
100
|
export declare enum ActionIoTypes {
|
|
48
101
|
boolean = "boolean",
|
|
@@ -53,19 +106,21 @@ export declare enum ActionIoTypes {
|
|
|
53
106
|
export type ActionsListConfigurationInput = {
|
|
54
107
|
deleteValue?: InputMaybe<Array<ActionConfigurationInput>>;
|
|
55
108
|
getValue?: InputMaybe<Array<ActionConfigurationInput>>;
|
|
109
|
+
postDeleteValue?: InputMaybe<Array<ActionConfigurationInput>>;
|
|
110
|
+
postSaveValue?: InputMaybe<Array<ActionConfigurationInput>>;
|
|
56
111
|
saveValue?: InputMaybe<Array<ActionConfigurationInput>>;
|
|
57
112
|
};
|
|
58
113
|
export type ApiKeyInput = {
|
|
59
|
-
expiresAt?: InputMaybe<Scalars['Int']>;
|
|
60
|
-
id?: InputMaybe<Scalars['String']>;
|
|
61
|
-
label: Scalars['String'];
|
|
62
|
-
userId: Scalars['String'];
|
|
114
|
+
expiresAt?: InputMaybe<Scalars['Int']['input']>;
|
|
115
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
|
116
|
+
label: Scalars['String']['input'];
|
|
117
|
+
userId: Scalars['String']['input'];
|
|
63
118
|
};
|
|
64
119
|
export type ApiKeysFiltersInput = {
|
|
65
|
-
createdBy?: InputMaybe<Scalars['Int']>;
|
|
66
|
-
label?: InputMaybe<Scalars['String']>;
|
|
67
|
-
modifiedBy?: InputMaybe<Scalars['Int']>;
|
|
68
|
-
user_id?: InputMaybe<Scalars['String']>;
|
|
120
|
+
createdBy?: InputMaybe<Scalars['Int']['input']>;
|
|
121
|
+
label?: InputMaybe<Scalars['String']['input']>;
|
|
122
|
+
modifiedBy?: InputMaybe<Scalars['Int']['input']>;
|
|
123
|
+
user_id?: InputMaybe<Scalars['String']['input']>;
|
|
69
124
|
};
|
|
70
125
|
export declare enum ApiKeysSortableFields {
|
|
71
126
|
createdAt = "createdAt",
|
|
@@ -76,27 +131,27 @@ export declare enum ApiKeysSortableFields {
|
|
|
76
131
|
modifiedBy = "modifiedBy"
|
|
77
132
|
}
|
|
78
133
|
export type ApplicationEventFiltersInput = {
|
|
79
|
-
applicationId?: InputMaybe<Scalars['ID']>;
|
|
134
|
+
applicationId?: InputMaybe<Scalars['ID']['input']>;
|
|
80
135
|
events?: InputMaybe<Array<ApplicationEventTypes>>;
|
|
81
|
-
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
|
|
136
|
+
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
82
137
|
};
|
|
83
138
|
export declare enum ApplicationEventTypes {
|
|
84
139
|
DELETE = "DELETE",
|
|
85
140
|
SAVE = "SAVE"
|
|
86
141
|
}
|
|
87
142
|
export type ApplicationIconInput = {
|
|
88
|
-
libraryId: Scalars['String'];
|
|
89
|
-
recordId: Scalars['String'];
|
|
143
|
+
libraryId: Scalars['String']['input'];
|
|
144
|
+
recordId: Scalars['String']['input'];
|
|
90
145
|
};
|
|
91
146
|
export type ApplicationInput = {
|
|
92
|
-
color?: InputMaybe<Scalars['String']>;
|
|
93
|
-
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
94
|
-
endpoint?: InputMaybe<Scalars['String']>;
|
|
147
|
+
color?: InputMaybe<Scalars['String']['input']>;
|
|
148
|
+
description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
|
|
149
|
+
endpoint?: InputMaybe<Scalars['String']['input']>;
|
|
95
150
|
icon?: InputMaybe<ApplicationIconInput>;
|
|
96
|
-
id: Scalars['ID'];
|
|
97
|
-
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
98
|
-
module?: InputMaybe<Scalars['String']>;
|
|
99
|
-
settings?: InputMaybe<Scalars['JSONObject']>;
|
|
151
|
+
id: Scalars['ID']['input'];
|
|
152
|
+
label?: InputMaybe<Scalars['SystemTranslation']['input']>;
|
|
153
|
+
module?: InputMaybe<Scalars['String']['input']>;
|
|
154
|
+
settings?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
100
155
|
type?: InputMaybe<ApplicationType>;
|
|
101
156
|
};
|
|
102
157
|
export declare enum ApplicationSortableFields {
|
|
@@ -111,11 +166,11 @@ export declare enum ApplicationType {
|
|
|
111
166
|
internal = "internal"
|
|
112
167
|
}
|
|
113
168
|
export type ApplicationsFiltersInput = {
|
|
114
|
-
endpoint?: InputMaybe<Scalars['String']>;
|
|
115
|
-
id?: InputMaybe<Scalars['ID']>;
|
|
116
|
-
label?: InputMaybe<Scalars['String']>;
|
|
117
|
-
module?: InputMaybe<Scalars['String']>;
|
|
118
|
-
system?: InputMaybe<Scalars['Boolean']>;
|
|
169
|
+
endpoint?: InputMaybe<Scalars['String']['input']>;
|
|
170
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
171
|
+
label?: InputMaybe<Scalars['String']['input']>;
|
|
172
|
+
module?: InputMaybe<Scalars['String']['input']>;
|
|
173
|
+
system?: InputMaybe<Scalars['Boolean']['input']>;
|
|
119
174
|
type?: InputMaybe<Array<InputMaybe<ApplicationType>>>;
|
|
120
175
|
};
|
|
121
176
|
export declare enum AttributeFormat {
|
|
@@ -131,31 +186,32 @@ export declare enum AttributeFormat {
|
|
|
131
186
|
}
|
|
132
187
|
export type AttributeInput = {
|
|
133
188
|
actions_list?: InputMaybe<ActionsListConfigurationInput>;
|
|
134
|
-
character_limit?: InputMaybe<Scalars['Int']>;
|
|
135
|
-
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
189
|
+
character_limit?: InputMaybe<Scalars['Int']['input']>;
|
|
190
|
+
description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
|
|
136
191
|
embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
|
|
137
192
|
format?: InputMaybe<AttributeFormat>;
|
|
138
|
-
id: Scalars['ID'];
|
|
139
|
-
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
140
|
-
linked_library?: InputMaybe<Scalars['String']>;
|
|
141
|
-
linked_tree?: InputMaybe<Scalars['String']>;
|
|
142
|
-
metadata_fields?: InputMaybe<Array<Scalars['String']>>;
|
|
193
|
+
id: Scalars['ID']['input'];
|
|
194
|
+
label?: InputMaybe<Scalars['SystemTranslation']['input']>;
|
|
195
|
+
linked_library?: InputMaybe<Scalars['String']['input']>;
|
|
196
|
+
linked_tree?: InputMaybe<Scalars['String']['input']>;
|
|
197
|
+
metadata_fields?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
143
198
|
multi_link_display_option?: InputMaybe<MultiDisplayOption>;
|
|
144
199
|
multi_tree_display_option?: InputMaybe<MultiDisplayOption>;
|
|
145
|
-
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
200
|
+
multiple_values?: InputMaybe<Scalars['Boolean']['input']>;
|
|
146
201
|
permissions_conf?: InputMaybe<TreepermissionsConfInput>;
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
202
|
+
permissions_conf_dependent_values?: InputMaybe<TreePermissionsDependentValuesConfInput>;
|
|
203
|
+
readonly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
204
|
+
required?: InputMaybe<Scalars['Boolean']['input']>;
|
|
205
|
+
reverse_link?: InputMaybe<Scalars['String']['input']>;
|
|
206
|
+
settings?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
151
207
|
type?: InputMaybe<AttributeType>;
|
|
152
|
-
unique?: InputMaybe<Scalars['Boolean']>;
|
|
208
|
+
unique?: InputMaybe<Scalars['Boolean']['input']>;
|
|
153
209
|
values_list?: InputMaybe<ValuesListConfInput>;
|
|
154
210
|
versions_conf?: InputMaybe<ValuesVersionsConfInput>;
|
|
155
211
|
};
|
|
156
212
|
export type AttributePermissionsRecord = {
|
|
157
|
-
id?: InputMaybe<Scalars['String']>;
|
|
158
|
-
library: Scalars['String'];
|
|
213
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
|
214
|
+
library: Scalars['String']['input'];
|
|
159
215
|
};
|
|
160
216
|
export declare enum AttributeType {
|
|
161
217
|
advanced = "advanced",
|
|
@@ -166,15 +222,15 @@ export declare enum AttributeType {
|
|
|
166
222
|
}
|
|
167
223
|
export type AttributesFiltersInput = {
|
|
168
224
|
format?: InputMaybe<Array<AttributeFormat>>;
|
|
169
|
-
id?: InputMaybe<Scalars['ID']>;
|
|
170
|
-
ids?: InputMaybe<Array<Scalars['ID']>>;
|
|
171
|
-
label?: InputMaybe<Scalars['String']>;
|
|
172
|
-
libraries?: InputMaybe<Array<Scalars['String']>>;
|
|
173
|
-
librariesExcluded?: InputMaybe<Array<Scalars['String']>>;
|
|
174
|
-
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
175
|
-
system?: InputMaybe<Scalars['Boolean']>;
|
|
225
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
226
|
+
ids?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
227
|
+
label?: InputMaybe<Scalars['String']['input']>;
|
|
228
|
+
libraries?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
229
|
+
librariesExcluded?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
230
|
+
multiple_values?: InputMaybe<Scalars['Boolean']['input']>;
|
|
231
|
+
system?: InputMaybe<Scalars['Boolean']['input']>;
|
|
176
232
|
type?: InputMaybe<Array<AttributeType>>;
|
|
177
|
-
versionable?: InputMaybe<Scalars['Boolean']>;
|
|
233
|
+
versionable?: InputMaybe<Scalars['Boolean']['input']>;
|
|
178
234
|
};
|
|
179
235
|
export declare enum AttributesSortableFields {
|
|
180
236
|
format = "format",
|
|
@@ -190,30 +246,49 @@ export declare enum AvailableLanguage {
|
|
|
190
246
|
}
|
|
191
247
|
export type ChildrenAsRecordValuePermissionFilterInput = {
|
|
192
248
|
action: RecordPermissionsActions;
|
|
193
|
-
attributeId: Scalars['ID'];
|
|
194
|
-
libraryId: Scalars['ID'];
|
|
249
|
+
attributeId: Scalars['ID']['input'];
|
|
250
|
+
libraryId: Scalars['ID']['input'];
|
|
195
251
|
};
|
|
196
252
|
export type CreateRecordDataInput = {
|
|
197
253
|
values?: InputMaybe<Array<ValueBatchInput>>;
|
|
198
254
|
version?: InputMaybe<Array<ValueVersionInput>>;
|
|
199
255
|
};
|
|
200
256
|
export type DeleteTaskInput = {
|
|
201
|
-
archive: Scalars['Boolean'];
|
|
202
|
-
id: Scalars['ID'];
|
|
257
|
+
archive: Scalars['Boolean']['input'];
|
|
258
|
+
id: Scalars['ID']['input'];
|
|
259
|
+
};
|
|
260
|
+
export type DependentValuesPermissionFilterInput = {
|
|
261
|
+
attributeId: Scalars['ID']['input'];
|
|
262
|
+
libraryId: Scalars['ID']['input'];
|
|
263
|
+
recordId: Scalars['ID']['input'];
|
|
264
|
+
};
|
|
265
|
+
export type DiscussionCommentInput = {
|
|
266
|
+
mentions?: InputMaybe<DiscussionMentionsInput>;
|
|
267
|
+
message: Scalars['String']['input'];
|
|
268
|
+
targetRecord: DiscussionTargetRecordInput;
|
|
269
|
+
threadId?: InputMaybe<Scalars['String']['input']>;
|
|
270
|
+
};
|
|
271
|
+
export type DiscussionMentionsInput = {
|
|
272
|
+
url: Scalars['String']['input'];
|
|
273
|
+
users?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
274
|
+
};
|
|
275
|
+
export type DiscussionTargetRecordInput = {
|
|
276
|
+
id: Scalars['String']['input'];
|
|
277
|
+
libraryId: Scalars['String']['input'];
|
|
203
278
|
};
|
|
204
279
|
export type EmbeddedAttributeInput = {
|
|
205
|
-
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
280
|
+
description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
|
|
206
281
|
embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
|
|
207
282
|
format?: InputMaybe<AttributeFormat>;
|
|
208
|
-
id: Scalars['ID'];
|
|
209
|
-
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
210
|
-
validation_regex?: InputMaybe<Scalars['String']>;
|
|
283
|
+
id: Scalars['ID']['input'];
|
|
284
|
+
label?: InputMaybe<Scalars['SystemTranslation']['input']>;
|
|
285
|
+
validation_regex?: InputMaybe<Scalars['String']['input']>;
|
|
211
286
|
};
|
|
212
287
|
export type FileInput = {
|
|
213
|
-
data: Scalars['Upload'];
|
|
214
|
-
replace?: InputMaybe<Scalars['Boolean']>;
|
|
215
|
-
size?: InputMaybe<Scalars['Int']>;
|
|
216
|
-
uid: Scalars['String'];
|
|
288
|
+
data: Scalars['Upload']['input'];
|
|
289
|
+
replace?: InputMaybe<Scalars['Boolean']['input']>;
|
|
290
|
+
size?: InputMaybe<Scalars['Int']['input']>;
|
|
291
|
+
uid: Scalars['String']['input'];
|
|
217
292
|
};
|
|
218
293
|
export declare enum FileType {
|
|
219
294
|
audio = "audio",
|
|
@@ -223,20 +298,20 @@ export declare enum FileType {
|
|
|
223
298
|
video = "video"
|
|
224
299
|
}
|
|
225
300
|
export type FormDependencyValueInput = {
|
|
226
|
-
attribute: Scalars['ID'];
|
|
227
|
-
value: Scalars['ID'];
|
|
301
|
+
attribute: Scalars['ID']['input'];
|
|
302
|
+
value: Scalars['ID']['input'];
|
|
228
303
|
};
|
|
229
304
|
export type FormElementInput = {
|
|
230
|
-
containerId: Scalars['ID'];
|
|
231
|
-
id: Scalars['ID'];
|
|
232
|
-
order: Scalars['Int'];
|
|
305
|
+
containerId: Scalars['ID']['input'];
|
|
306
|
+
id: Scalars['ID']['input'];
|
|
307
|
+
order: Scalars['Int']['input'];
|
|
233
308
|
settings: Array<FormElementSettingsInput>;
|
|
234
309
|
type: FormElementTypes;
|
|
235
|
-
uiElementType: Scalars['String'];
|
|
310
|
+
uiElementType: Scalars['String']['input'];
|
|
236
311
|
};
|
|
237
312
|
export type FormElementSettingsInput = {
|
|
238
|
-
key: Scalars['String'];
|
|
239
|
-
value: Scalars['Any'];
|
|
313
|
+
key: Scalars['String']['input'];
|
|
314
|
+
value: Scalars['Any']['input'];
|
|
240
315
|
};
|
|
241
316
|
export declare enum FormElementTypes {
|
|
242
317
|
field = "field",
|
|
@@ -247,22 +322,22 @@ export type FormElementsByDepsInput = {
|
|
|
247
322
|
elements: Array<FormElementInput>;
|
|
248
323
|
};
|
|
249
324
|
export type FormFiltersInput = {
|
|
250
|
-
id?: InputMaybe<Scalars['ID']>;
|
|
251
|
-
label?: InputMaybe<Scalars['String']>;
|
|
252
|
-
library: Scalars['ID'];
|
|
253
|
-
system?: InputMaybe<Scalars['Boolean']>;
|
|
325
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
326
|
+
label?: InputMaybe<Scalars['String']['input']>;
|
|
327
|
+
library: Scalars['ID']['input'];
|
|
328
|
+
system?: InputMaybe<Scalars['Boolean']['input']>;
|
|
254
329
|
};
|
|
255
330
|
export type FormInput = {
|
|
256
|
-
dependencyAttributes?: InputMaybe<Array<Scalars['ID']>>;
|
|
331
|
+
dependencyAttributes?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
257
332
|
elements?: InputMaybe<Array<FormElementsByDepsInput>>;
|
|
258
|
-
id: Scalars['ID'];
|
|
259
|
-
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
260
|
-
library: Scalars['ID'];
|
|
333
|
+
id: Scalars['ID']['input'];
|
|
334
|
+
label?: InputMaybe<Scalars['SystemTranslation']['input']>;
|
|
335
|
+
library: Scalars['ID']['input'];
|
|
261
336
|
sidePanel?: InputMaybe<FormSidePanelInput>;
|
|
262
337
|
};
|
|
263
338
|
export type FormSidePanelInput = {
|
|
264
|
-
enable: Scalars['Boolean'];
|
|
265
|
-
isOpenByDefault: Scalars['Boolean'];
|
|
339
|
+
enable: Scalars['Boolean']['input'];
|
|
340
|
+
isOpenByDefault: Scalars['Boolean']['input'];
|
|
266
341
|
};
|
|
267
342
|
export declare enum FormsSortableFields {
|
|
268
343
|
id = "id",
|
|
@@ -270,15 +345,15 @@ export declare enum FormsSortableFields {
|
|
|
270
345
|
system = "system"
|
|
271
346
|
}
|
|
272
347
|
export type GlobalSettingsFileInput = {
|
|
273
|
-
library: Scalars['String'];
|
|
274
|
-
recordId: Scalars['String'];
|
|
348
|
+
library: Scalars['String']['input'];
|
|
349
|
+
recordId: Scalars['String']['input'];
|
|
275
350
|
};
|
|
276
351
|
export type GlobalSettingsInput = {
|
|
277
|
-
defaultApp?: InputMaybe<Scalars['String']>;
|
|
352
|
+
defaultApp?: InputMaybe<Scalars['String']['input']>;
|
|
278
353
|
favicon?: InputMaybe<GlobalSettingsFileInput>;
|
|
279
354
|
icon?: InputMaybe<GlobalSettingsFileInput>;
|
|
280
|
-
name?: InputMaybe<Scalars['String']>;
|
|
281
|
-
settings?: InputMaybe<Scalars['JSONObject']>;
|
|
355
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
356
|
+
settings?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
282
357
|
};
|
|
283
358
|
export declare enum IoTypes {
|
|
284
359
|
boolean = "boolean",
|
|
@@ -298,9 +373,9 @@ export declare enum ImportType {
|
|
|
298
373
|
}
|
|
299
374
|
export type LibrariesFiltersInput = {
|
|
300
375
|
behavior?: InputMaybe<Array<LibraryBehavior>>;
|
|
301
|
-
id?: InputMaybe<Array<Scalars['ID']>>;
|
|
302
|
-
label?: InputMaybe<Array<Scalars['String']>>;
|
|
303
|
-
system?: InputMaybe<Scalars['Boolean']>;
|
|
376
|
+
id?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
377
|
+
label?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
378
|
+
system?: InputMaybe<Scalars['Boolean']['input']>;
|
|
304
379
|
};
|
|
305
380
|
export declare enum LibrariesSortableFields {
|
|
306
381
|
behavior = "behavior",
|
|
@@ -314,26 +389,26 @@ export declare enum LibraryBehavior {
|
|
|
314
389
|
standard = "standard"
|
|
315
390
|
}
|
|
316
391
|
export type LibraryIconInput = {
|
|
317
|
-
libraryId: Scalars['String'];
|
|
318
|
-
recordId: Scalars['String'];
|
|
392
|
+
libraryId: Scalars['String']['input'];
|
|
393
|
+
recordId: Scalars['String']['input'];
|
|
319
394
|
};
|
|
320
395
|
export type LibraryInput = {
|
|
321
|
-
attributes?: InputMaybe<Array<Scalars['ID']>>;
|
|
396
|
+
attributes?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
322
397
|
behavior?: InputMaybe<LibraryBehavior>;
|
|
323
|
-
defaultView?: InputMaybe<Scalars['ID']>;
|
|
324
|
-
fullTextAttributes?: InputMaybe<Array<Scalars['ID']>>;
|
|
398
|
+
defaultView?: InputMaybe<Scalars['ID']['input']>;
|
|
399
|
+
fullTextAttributes?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
325
400
|
icon?: InputMaybe<LibraryIconInput>;
|
|
326
|
-
id: Scalars['ID'];
|
|
327
|
-
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
328
|
-
mandatoryAttribute?: InputMaybe<Scalars['ID']>;
|
|
401
|
+
id: Scalars['ID']['input'];
|
|
402
|
+
label?: InputMaybe<Scalars['SystemTranslation']['input']>;
|
|
403
|
+
mandatoryAttribute?: InputMaybe<Scalars['ID']['input']>;
|
|
329
404
|
permissions_conf?: InputMaybe<TreepermissionsConfInput>;
|
|
330
405
|
previewsSettings?: InputMaybe<Array<LibraryPreviewsSettingsInput>>;
|
|
331
406
|
recordIdentityConf?: InputMaybe<RecordIdentityConfInput>;
|
|
332
|
-
settings?: InputMaybe<Scalars['JSONObject']>;
|
|
407
|
+
settings?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
333
408
|
};
|
|
334
409
|
export type LibraryPreviewsSettingsInput = {
|
|
335
|
-
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
336
|
-
label: Scalars['SystemTranslation'];
|
|
410
|
+
description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
|
|
411
|
+
label: Scalars['SystemTranslation']['input'];
|
|
337
412
|
versions: PreviewVersionInput;
|
|
338
413
|
};
|
|
339
414
|
export declare enum LogAction {
|
|
@@ -369,16 +444,16 @@ export declare enum LogAction {
|
|
|
369
444
|
}
|
|
370
445
|
export type LogFilterInput = {
|
|
371
446
|
actions?: InputMaybe<Array<LogAction>>;
|
|
372
|
-
instanceId?: InputMaybe<Scalars['String']>;
|
|
373
|
-
queryId?: InputMaybe<Scalars['String']>;
|
|
447
|
+
instanceId?: InputMaybe<Scalars['String']['input']>;
|
|
448
|
+
queryId?: InputMaybe<Scalars['String']['input']>;
|
|
374
449
|
time?: InputMaybe<LogFilterTimeInput>;
|
|
375
450
|
topic?: InputMaybe<LogTopicFilterInput>;
|
|
376
|
-
trigger?: InputMaybe<Scalars['String']>;
|
|
377
|
-
userId?: InputMaybe<Scalars['String']>;
|
|
451
|
+
trigger?: InputMaybe<Scalars['String']['input']>;
|
|
452
|
+
userId?: InputMaybe<Scalars['String']['input']>;
|
|
378
453
|
};
|
|
379
454
|
export type LogFilterTimeInput = {
|
|
380
|
-
from?: InputMaybe<Scalars['Int']>;
|
|
381
|
-
to?: InputMaybe<Scalars['Int']>;
|
|
455
|
+
from?: InputMaybe<Scalars['Int']['input']>;
|
|
456
|
+
to?: InputMaybe<Scalars['Int']['input']>;
|
|
382
457
|
};
|
|
383
458
|
export type LogSortInput = {
|
|
384
459
|
field: LogSortableField;
|
|
@@ -393,26 +468,26 @@ export declare enum LogSortableField {
|
|
|
393
468
|
userId = "userId"
|
|
394
469
|
}
|
|
395
470
|
export type LogTopicFilterInput = {
|
|
396
|
-
apiKey?: InputMaybe<Scalars['String']>;
|
|
397
|
-
attribute?: InputMaybe<Scalars['String']>;
|
|
398
|
-
filename?: InputMaybe<Scalars['String']>;
|
|
399
|
-
library?: InputMaybe<Scalars['String']>;
|
|
471
|
+
apiKey?: InputMaybe<Scalars['String']['input']>;
|
|
472
|
+
attribute?: InputMaybe<Scalars['String']['input']>;
|
|
473
|
+
filename?: InputMaybe<Scalars['String']['input']>;
|
|
474
|
+
library?: InputMaybe<Scalars['String']['input']>;
|
|
400
475
|
permission?: InputMaybe<LogTopicPermissionFilterInput>;
|
|
401
|
-
profile?: InputMaybe<Scalars['String']>;
|
|
476
|
+
profile?: InputMaybe<Scalars['String']['input']>;
|
|
402
477
|
record?: InputMaybe<LogTopicRecordFilterInput>;
|
|
403
|
-
tree?: InputMaybe<Scalars['String']>;
|
|
478
|
+
tree?: InputMaybe<Scalars['String']['input']>;
|
|
404
479
|
};
|
|
405
480
|
export type LogTopicPermissionFilterInput = {
|
|
406
|
-
applyTo?: InputMaybe<Scalars['String']>;
|
|
407
|
-
type?: InputMaybe<Scalars['String']>;
|
|
481
|
+
applyTo?: InputMaybe<Scalars['String']['input']>;
|
|
482
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
408
483
|
};
|
|
409
484
|
export type LogTopicRecordFilterInput = {
|
|
410
|
-
id?: InputMaybe<Scalars['String']>;
|
|
411
|
-
libraryId?: InputMaybe<Scalars['String']>;
|
|
485
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
|
486
|
+
libraryId?: InputMaybe<Scalars['String']['input']>;
|
|
412
487
|
};
|
|
413
488
|
export type MapValueInput = {
|
|
414
|
-
after?: InputMaybe<Scalars['ID']>;
|
|
415
|
-
before?: InputMaybe<Scalars['ID']>;
|
|
489
|
+
after?: InputMaybe<Scalars['ID']['input']>;
|
|
490
|
+
before?: InputMaybe<Scalars['ID']['input']>;
|
|
416
491
|
};
|
|
417
492
|
export declare enum MultiDisplayOption {
|
|
418
493
|
avatar = "avatar",
|
|
@@ -426,30 +501,32 @@ export declare enum NotificationLevel {
|
|
|
426
501
|
warning = "warning"
|
|
427
502
|
}
|
|
428
503
|
export type Pagination = {
|
|
429
|
-
limit: Scalars['Int'];
|
|
430
|
-
offset: Scalars['Int'];
|
|
504
|
+
limit: Scalars['Int']['input'];
|
|
505
|
+
offset: Scalars['Int']['input'];
|
|
431
506
|
};
|
|
432
507
|
export type PermissionActionInput = {
|
|
433
|
-
allowed?: InputMaybe<Scalars['Boolean']>;
|
|
508
|
+
allowed?: InputMaybe<Scalars['Boolean']['input']>;
|
|
434
509
|
name: PermissionsActions;
|
|
435
510
|
};
|
|
436
511
|
export type PermissionInput = {
|
|
437
512
|
actions: Array<PermissionActionInput>;
|
|
438
|
-
applyTo?: InputMaybe<Scalars['ID']>;
|
|
513
|
+
applyTo?: InputMaybe<Scalars['ID']['input']>;
|
|
514
|
+
dependenciesTreeTargets?: InputMaybe<Array<PermissionsDependenciesTreeTargetInput>>;
|
|
439
515
|
permissionTreeTarget?: InputMaybe<PermissionsTreeTargetInput>;
|
|
440
516
|
type: PermissionTypes;
|
|
441
|
-
usersGroup?: InputMaybe<Scalars['ID']>;
|
|
517
|
+
usersGroup?: InputMaybe<Scalars['ID']['input']>;
|
|
442
518
|
};
|
|
443
519
|
export type PermissionTarget = {
|
|
444
|
-
attributeId?: InputMaybe<Scalars['ID']>;
|
|
445
|
-
libraryId?: InputMaybe<Scalars['ID']>;
|
|
446
|
-
nodeId?: InputMaybe<Scalars['ID']>;
|
|
447
|
-
recordId?: InputMaybe<Scalars['ID']>;
|
|
520
|
+
attributeId?: InputMaybe<Scalars['ID']['input']>;
|
|
521
|
+
libraryId?: InputMaybe<Scalars['ID']['input']>;
|
|
522
|
+
nodeId?: InputMaybe<Scalars['ID']['input']>;
|
|
523
|
+
recordId?: InputMaybe<Scalars['ID']['input']>;
|
|
448
524
|
};
|
|
449
525
|
export declare enum PermissionTypes {
|
|
450
526
|
admin = "admin",
|
|
451
527
|
application = "application",
|
|
452
528
|
attribute = "attribute",
|
|
529
|
+
attribute_dependent_values = "attribute_dependent_values",
|
|
453
530
|
library = "library",
|
|
454
531
|
record = "record",
|
|
455
532
|
record_attribute = "record_attribute",
|
|
@@ -504,24 +581,30 @@ export declare enum PermissionsActions {
|
|
|
504
581
|
detach = "detach",
|
|
505
582
|
edit_children = "edit_children",
|
|
506
583
|
edit_record = "edit_record",
|
|
507
|
-
edit_value = "edit_value"
|
|
584
|
+
edit_value = "edit_value",
|
|
585
|
+
set_value = "set_value"
|
|
508
586
|
}
|
|
587
|
+
export type PermissionsDependenciesTreeTargetInput = {
|
|
588
|
+
attributeId: Scalars['ID']['input'];
|
|
589
|
+
nodeId?: InputMaybe<Scalars['ID']['input']>;
|
|
590
|
+
tree: Scalars['ID']['input'];
|
|
591
|
+
};
|
|
509
592
|
export declare enum PermissionsRelation {
|
|
510
593
|
and = "and",
|
|
511
594
|
or = "or"
|
|
512
595
|
}
|
|
513
596
|
export type PermissionsTreeTargetInput = {
|
|
514
|
-
nodeId?: InputMaybe<Scalars['ID']>;
|
|
515
|
-
tree: Scalars['ID'];
|
|
597
|
+
nodeId?: InputMaybe<Scalars['ID']['input']>;
|
|
598
|
+
tree: Scalars['ID']['input'];
|
|
516
599
|
};
|
|
517
600
|
export type PreviewVersionInput = {
|
|
518
|
-
background: Scalars['String'];
|
|
519
|
-
density: Scalars['Int'];
|
|
601
|
+
background: Scalars['String']['input'];
|
|
602
|
+
density: Scalars['Int']['input'];
|
|
520
603
|
sizes: Array<PreviewVersionSizeInput>;
|
|
521
604
|
};
|
|
522
605
|
export type PreviewVersionSizeInput = {
|
|
523
|
-
name: Scalars['String'];
|
|
524
|
-
size: Scalars['Int'];
|
|
606
|
+
name: Scalars['String']['input'];
|
|
607
|
+
size: Scalars['Int']['input'];
|
|
525
608
|
};
|
|
526
609
|
export declare enum RecordFilterCondition {
|
|
527
610
|
BEGIN_WITH = "BEGIN_WITH",
|
|
@@ -554,10 +637,11 @@ export declare enum RecordFilterCondition {
|
|
|
554
637
|
}
|
|
555
638
|
export type RecordFilterInput = {
|
|
556
639
|
condition?: InputMaybe<RecordFilterCondition>;
|
|
557
|
-
field?: InputMaybe<Scalars['String']>;
|
|
640
|
+
field?: InputMaybe<Scalars['String']['input']>;
|
|
558
641
|
operator?: InputMaybe<RecordFilterOperator>;
|
|
559
|
-
treeId?: InputMaybe<Scalars['String']>;
|
|
560
|
-
value?: InputMaybe<Scalars['String']>;
|
|
642
|
+
treeId?: InputMaybe<Scalars['String']['input']>;
|
|
643
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
|
644
|
+
withEmptyValues?: InputMaybe<Scalars['Boolean']['input']>;
|
|
561
645
|
};
|
|
562
646
|
export declare enum RecordFilterOperator {
|
|
563
647
|
AND = "AND",
|
|
@@ -566,15 +650,15 @@ export declare enum RecordFilterOperator {
|
|
|
566
650
|
OR = "OR"
|
|
567
651
|
}
|
|
568
652
|
export type RecordIdentityConfInput = {
|
|
569
|
-
color?: InputMaybe<Scalars['ID']>;
|
|
570
|
-
label?: InputMaybe<Scalars['ID']>;
|
|
571
|
-
preview?: InputMaybe<Scalars['ID']>;
|
|
572
|
-
subLabel?: InputMaybe<Scalars['ID']>;
|
|
573
|
-
treeColorPreview?: InputMaybe<Scalars['ID']>;
|
|
653
|
+
color?: InputMaybe<Scalars['ID']['input']>;
|
|
654
|
+
label?: InputMaybe<Scalars['ID']['input']>;
|
|
655
|
+
preview?: InputMaybe<Scalars['ID']['input']>;
|
|
656
|
+
subLabel?: InputMaybe<Scalars['ID']['input']>;
|
|
657
|
+
treeColorPreview?: InputMaybe<Scalars['ID']['input']>;
|
|
574
658
|
};
|
|
575
659
|
export type RecordInput = {
|
|
576
|
-
id: Scalars['ID'];
|
|
577
|
-
library: Scalars['String'];
|
|
660
|
+
id: Scalars['ID']['input'];
|
|
661
|
+
library: Scalars['String']['input'];
|
|
578
662
|
};
|
|
579
663
|
export declare enum RecordPermissionsActions {
|
|
580
664
|
access_record = "access_record",
|
|
@@ -584,27 +668,27 @@ export declare enum RecordPermissionsActions {
|
|
|
584
668
|
edit_record = "edit_record"
|
|
585
669
|
}
|
|
586
670
|
export type RecordSortInput = {
|
|
587
|
-
field: Scalars['String'];
|
|
671
|
+
field: Scalars['String']['input'];
|
|
588
672
|
order: SortOrder;
|
|
589
673
|
};
|
|
590
674
|
export type RecordUpdateFilterInput = {
|
|
591
|
-
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
|
|
592
|
-
libraries?: InputMaybe<Array<Scalars['ID']>>;
|
|
593
|
-
records?: InputMaybe<Array<Scalars['ID']>>;
|
|
675
|
+
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
676
|
+
libraries?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
677
|
+
records?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
594
678
|
};
|
|
595
679
|
export type RecordsPagination = {
|
|
596
|
-
cursor?: InputMaybe<Scalars['String']>;
|
|
597
|
-
limit: Scalars['Int'];
|
|
598
|
-
offset?: InputMaybe<Scalars['Int']>;
|
|
680
|
+
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
681
|
+
limit: Scalars['Int']['input'];
|
|
682
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
599
683
|
};
|
|
600
684
|
export type SheetInput = {
|
|
601
|
-
keyIndex?: InputMaybe<Scalars['Int']>;
|
|
602
|
-
keyToIndex?: InputMaybe<Scalars['Int']>;
|
|
603
|
-
library: Scalars['String'];
|
|
604
|
-
linkAttribute?: InputMaybe<Scalars['String']>;
|
|
605
|
-
mapping?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
|
|
685
|
+
keyIndex?: InputMaybe<Scalars['Int']['input']>;
|
|
686
|
+
keyToIndex?: InputMaybe<Scalars['Int']['input']>;
|
|
687
|
+
library: Scalars['String']['input'];
|
|
688
|
+
linkAttribute?: InputMaybe<Scalars['String']['input']>;
|
|
689
|
+
mapping?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
606
690
|
mode: ImportMode;
|
|
607
|
-
treeLinkLibrary?: InputMaybe<Scalars['String']>;
|
|
691
|
+
treeLinkLibrary?: InputMaybe<Scalars['String']['input']>;
|
|
608
692
|
type: ImportType;
|
|
609
693
|
};
|
|
610
694
|
export type SortApiKeysInput = {
|
|
@@ -640,9 +724,9 @@ export type SortVersionProfilesInput = {
|
|
|
640
724
|
order?: InputMaybe<SortOrder>;
|
|
641
725
|
};
|
|
642
726
|
export type TaskFiltersInput = {
|
|
643
|
-
archive?: InputMaybe<Scalars['Boolean']>;
|
|
644
|
-
created_by?: InputMaybe<Scalars['ID']>;
|
|
645
|
-
id?: InputMaybe<Scalars['ID']>;
|
|
727
|
+
archive?: InputMaybe<Scalars['Boolean']['input']>;
|
|
728
|
+
created_by?: InputMaybe<Scalars['ID']['input']>;
|
|
729
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
646
730
|
status?: InputMaybe<TaskStatus>;
|
|
647
731
|
type?: InputMaybe<TaskType>;
|
|
648
732
|
};
|
|
@@ -667,14 +751,14 @@ export declare enum TreeBehavior {
|
|
|
667
751
|
standard = "standard"
|
|
668
752
|
}
|
|
669
753
|
export type TreeElementInput = {
|
|
670
|
-
id: Scalars['ID'];
|
|
671
|
-
library: Scalars['String'];
|
|
754
|
+
id: Scalars['ID']['input'];
|
|
755
|
+
library: Scalars['String']['input'];
|
|
672
756
|
};
|
|
673
757
|
export type TreeEventFiltersInput = {
|
|
674
758
|
events?: InputMaybe<Array<TreeEventTypes>>;
|
|
675
|
-
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
|
|
676
|
-
nodes?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
|
|
677
|
-
treeId: Scalars['ID'];
|
|
759
|
+
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
760
|
+
nodes?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
761
|
+
treeId: Scalars['ID']['input'];
|
|
678
762
|
};
|
|
679
763
|
export declare enum TreeEventTypes {
|
|
680
764
|
add = "add",
|
|
@@ -683,35 +767,38 @@ export declare enum TreeEventTypes {
|
|
|
683
767
|
}
|
|
684
768
|
export type TreeInput = {
|
|
685
769
|
behavior?: InputMaybe<TreeBehavior>;
|
|
686
|
-
id: Scalars['ID'];
|
|
687
|
-
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
770
|
+
id: Scalars['ID']['input'];
|
|
771
|
+
label?: InputMaybe<Scalars['SystemTranslation']['input']>;
|
|
688
772
|
libraries?: InputMaybe<Array<TreeLibraryInput>>;
|
|
689
773
|
permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
|
|
690
|
-
settings?: InputMaybe<Scalars['JSONObject']>;
|
|
774
|
+
settings?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
691
775
|
};
|
|
692
776
|
export type TreeLibraryInput = {
|
|
693
|
-
library: Scalars['ID'];
|
|
777
|
+
library: Scalars['ID']['input'];
|
|
694
778
|
settings: TreeLibrarySettingsInput;
|
|
695
779
|
};
|
|
696
780
|
export type TreeLibrarySettingsInput = {
|
|
697
|
-
allowMultiplePositions: Scalars['Boolean'];
|
|
698
|
-
allowedAtRoot: Scalars['Boolean'];
|
|
699
|
-
allowedChildren: Array<Scalars['String']>;
|
|
781
|
+
allowMultiplePositions: Scalars['Boolean']['input'];
|
|
782
|
+
allowedAtRoot: Scalars['Boolean']['input'];
|
|
783
|
+
allowedChildren: Array<Scalars['String']['input']>;
|
|
700
784
|
};
|
|
701
785
|
export type TreeNodePermissionsConfInput = {
|
|
702
|
-
libraryId: Scalars['ID'];
|
|
786
|
+
libraryId: Scalars['ID']['input'];
|
|
703
787
|
permissionsConf: TreepermissionsConfInput;
|
|
704
788
|
};
|
|
789
|
+
export type TreePermissionsDependentValuesConfInput = {
|
|
790
|
+
dependenciesTreeAttributes: Array<Scalars['ID']['input']>;
|
|
791
|
+
};
|
|
705
792
|
export type TreepermissionsConfInput = {
|
|
706
|
-
permissionTreeAttributes: Array<Scalars['ID']>;
|
|
793
|
+
permissionTreeAttributes: Array<Scalars['ID']['input']>;
|
|
707
794
|
relation: PermissionsRelation;
|
|
708
795
|
};
|
|
709
796
|
export type TreesFiltersInput = {
|
|
710
797
|
behavior?: InputMaybe<TreeBehavior>;
|
|
711
|
-
id?: InputMaybe<Array<Scalars['ID']>>;
|
|
712
|
-
label?: InputMaybe<Array<Scalars['String']>>;
|
|
713
|
-
library?: InputMaybe<Scalars['String']>;
|
|
714
|
-
system?: InputMaybe<Scalars['Boolean']>;
|
|
798
|
+
id?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
799
|
+
label?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
800
|
+
library?: InputMaybe<Scalars['String']['input']>;
|
|
801
|
+
system?: InputMaybe<Scalars['Boolean']['input']>;
|
|
715
802
|
};
|
|
716
803
|
export declare enum TreesSortableFields {
|
|
717
804
|
behavior = "behavior",
|
|
@@ -719,59 +806,59 @@ export declare enum TreesSortableFields {
|
|
|
719
806
|
system = "system"
|
|
720
807
|
}
|
|
721
808
|
export type UploadFiltersInput = {
|
|
722
|
-
uid?: InputMaybe<Scalars['String']>;
|
|
723
|
-
userId?: InputMaybe<Scalars['ID']>;
|
|
809
|
+
uid?: InputMaybe<Scalars['String']['input']>;
|
|
810
|
+
userId?: InputMaybe<Scalars['ID']['input']>;
|
|
724
811
|
};
|
|
725
812
|
export declare enum UserCoreDataKeys {
|
|
726
813
|
applications_consultation = "applications_consultation"
|
|
727
814
|
}
|
|
728
815
|
export type ValueBatchInput = {
|
|
729
|
-
attribute?: InputMaybe<Scalars['ID']>;
|
|
730
|
-
id_value?: InputMaybe<Scalars['ID']>;
|
|
816
|
+
attribute?: InputMaybe<Scalars['ID']['input']>;
|
|
817
|
+
id_value?: InputMaybe<Scalars['ID']['input']>;
|
|
731
818
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
732
819
|
/** Use "\__empty_value__" to set an empty value */
|
|
733
|
-
payload?: InputMaybe<Scalars['String']>;
|
|
820
|
+
payload?: InputMaybe<Scalars['String']['input']>;
|
|
734
821
|
};
|
|
735
822
|
export type ValueInput = {
|
|
736
|
-
id_value?: InputMaybe<Scalars['ID']>;
|
|
823
|
+
id_value?: InputMaybe<Scalars['ID']['input']>;
|
|
737
824
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
738
825
|
/** Use "\__empty_value__" to set an empty value */
|
|
739
|
-
payload?: InputMaybe<Scalars['String']>;
|
|
826
|
+
payload?: InputMaybe<Scalars['String']['input']>;
|
|
740
827
|
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
|
|
741
828
|
};
|
|
742
829
|
export type ValueMetadataInput = {
|
|
743
|
-
name: Scalars['String'];
|
|
744
|
-
value?: InputMaybe<Scalars['String']>;
|
|
830
|
+
name: Scalars['String']['input'];
|
|
831
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
|
745
832
|
};
|
|
746
833
|
export type ValueVersionInput = {
|
|
747
|
-
treeId: Scalars['String'];
|
|
748
|
-
treeNodeId: Scalars['String'];
|
|
834
|
+
treeId: Scalars['String']['input'];
|
|
835
|
+
treeNodeId: Scalars['String']['input'];
|
|
749
836
|
};
|
|
750
837
|
export declare enum ValueVersionMode {
|
|
751
838
|
simple = "simple",
|
|
752
839
|
smart = "smart"
|
|
753
840
|
}
|
|
754
841
|
export type ValuesListConfInput = {
|
|
755
|
-
allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
|
|
756
|
-
allowListUpdate?: InputMaybe<Scalars['Boolean']>;
|
|
757
|
-
enable: Scalars['Boolean'];
|
|
758
|
-
values?: InputMaybe<Array<Scalars['String']>>;
|
|
842
|
+
allowFreeEntry?: InputMaybe<Scalars['Boolean']['input']>;
|
|
843
|
+
allowListUpdate?: InputMaybe<Scalars['Boolean']['input']>;
|
|
844
|
+
enable: Scalars['Boolean']['input'];
|
|
845
|
+
values?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
759
846
|
};
|
|
760
847
|
export type ValuesVersionsConfInput = {
|
|
761
848
|
mode?: InputMaybe<ValueVersionMode>;
|
|
762
|
-
profile?: InputMaybe<Scalars['String']>;
|
|
763
|
-
versionable: Scalars['Boolean'];
|
|
849
|
+
profile?: InputMaybe<Scalars['String']['input']>;
|
|
850
|
+
versionable: Scalars['Boolean']['input'];
|
|
764
851
|
};
|
|
765
852
|
export type VersionProfileInput = {
|
|
766
|
-
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
767
|
-
id: Scalars['String'];
|
|
768
|
-
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
769
|
-
trees?: InputMaybe<Array<Scalars['String']>>;
|
|
853
|
+
description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
|
|
854
|
+
id: Scalars['String']['input'];
|
|
855
|
+
label?: InputMaybe<Scalars['SystemTranslation']['input']>;
|
|
856
|
+
trees?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
770
857
|
};
|
|
771
858
|
export type VersionProfilesFiltersInput = {
|
|
772
|
-
id?: InputMaybe<Scalars['ID']>;
|
|
773
|
-
label?: InputMaybe<Scalars['String']>;
|
|
774
|
-
trees?: InputMaybe<Scalars['String']>;
|
|
859
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
860
|
+
label?: InputMaybe<Scalars['String']['input']>;
|
|
861
|
+
trees?: InputMaybe<Scalars['String']['input']>;
|
|
775
862
|
};
|
|
776
863
|
export declare enum VersionProfilesSortableFields {
|
|
777
864
|
id = "id"
|
|
@@ -781,28 +868,28 @@ export type ViewDisplayInput = {
|
|
|
781
868
|
type: ViewTypes;
|
|
782
869
|
};
|
|
783
870
|
export type ViewInput = {
|
|
784
|
-
attributes?: InputMaybe<Array<Scalars['String']>>;
|
|
785
|
-
color?: InputMaybe<Scalars['String']>;
|
|
786
|
-
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
871
|
+
attributes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
872
|
+
color?: InputMaybe<Scalars['String']['input']>;
|
|
873
|
+
description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
|
|
787
874
|
display: ViewDisplayInput;
|
|
788
875
|
filters?: InputMaybe<Array<RecordFilterInput>>;
|
|
789
|
-
id?: InputMaybe<Scalars['String']>;
|
|
790
|
-
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
791
|
-
library: Scalars['String'];
|
|
792
|
-
shared: Scalars['Boolean'];
|
|
876
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
|
877
|
+
label?: InputMaybe<Scalars['SystemTranslation']['input']>;
|
|
878
|
+
library: Scalars['String']['input'];
|
|
879
|
+
shared: Scalars['Boolean']['input'];
|
|
793
880
|
sort?: InputMaybe<Array<RecordSortInput>>;
|
|
794
881
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
795
882
|
};
|
|
796
883
|
export type ViewInputPartial = {
|
|
797
|
-
attributes?: InputMaybe<Array<Scalars['String']>>;
|
|
798
|
-
color?: InputMaybe<Scalars['String']>;
|
|
799
|
-
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
884
|
+
attributes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
885
|
+
color?: InputMaybe<Scalars['String']['input']>;
|
|
886
|
+
description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
|
|
800
887
|
display?: InputMaybe<ViewDisplayInput>;
|
|
801
888
|
filters?: InputMaybe<Array<RecordFilterInput>>;
|
|
802
|
-
id: Scalars['String'];
|
|
803
|
-
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
804
|
-
library?: InputMaybe<Scalars['String']>;
|
|
805
|
-
shared?: InputMaybe<Scalars['Boolean']>;
|
|
889
|
+
id: Scalars['String']['input'];
|
|
890
|
+
label?: InputMaybe<Scalars['SystemTranslation']['input']>;
|
|
891
|
+
library?: InputMaybe<Scalars['String']['input']>;
|
|
892
|
+
shared?: InputMaybe<Scalars['Boolean']['input']>;
|
|
806
893
|
sort?: InputMaybe<Array<RecordSortInput>>;
|
|
807
894
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
808
895
|
};
|
|
@@ -817,8 +904,8 @@ export declare enum ViewTypes {
|
|
|
817
904
|
timeline = "timeline"
|
|
818
905
|
}
|
|
819
906
|
export type ViewValuesVersionInput = {
|
|
820
|
-
treeId: Scalars['String'];
|
|
821
|
-
treeNode: Scalars['String'];
|
|
907
|
+
treeId: Scalars['String']['input'];
|
|
908
|
+
treeNode: Scalars['String']['input'];
|
|
822
909
|
};
|
|
823
910
|
export type DetailsApplicationFragment = {
|
|
824
911
|
id: string;
|
|
@@ -3111,6 +3198,7 @@ export type ViewDetailsFragment = {
|
|
|
3111
3198
|
value?: string | null;
|
|
3112
3199
|
condition?: RecordFilterCondition | null;
|
|
3113
3200
|
operator?: RecordFilterOperator | null;
|
|
3201
|
+
withEmptyValues?: boolean | null;
|
|
3114
3202
|
tree?: {
|
|
3115
3203
|
id: string;
|
|
3116
3204
|
label?: any | null;
|
|
@@ -3149,6 +3237,7 @@ export type ViewDetailsFilterFragment = {
|
|
|
3149
3237
|
value?: string | null;
|
|
3150
3238
|
condition?: RecordFilterCondition | null;
|
|
3151
3239
|
operator?: RecordFilterOperator | null;
|
|
3240
|
+
withEmptyValues?: boolean | null;
|
|
3152
3241
|
tree?: {
|
|
3153
3242
|
id: string;
|
|
3154
3243
|
label?: any | null;
|
|
@@ -3522,8 +3611,8 @@ export type RecordHistoryLogAttributeFragment = {
|
|
|
3522
3611
|
multiple_values: boolean;
|
|
3523
3612
|
};
|
|
3524
3613
|
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
3525
|
-
id?: InputMaybe<Scalars['ID']>;
|
|
3526
|
-
endpoint?: InputMaybe<Scalars['String']>;
|
|
3614
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
3615
|
+
endpoint?: InputMaybe<Scalars['String']['input']>;
|
|
3527
3616
|
}>;
|
|
3528
3617
|
export type CheckApplicationExistenceQuery = {
|
|
3529
3618
|
applications?: {
|
|
@@ -3531,7 +3620,7 @@ export type CheckApplicationExistenceQuery = {
|
|
|
3531
3620
|
} | null;
|
|
3532
3621
|
};
|
|
3533
3622
|
export type GetApplicationByIdQueryVariables = Exact<{
|
|
3534
|
-
id: Scalars['ID'];
|
|
3623
|
+
id: Scalars['ID']['input'];
|
|
3535
3624
|
}>;
|
|
3536
3625
|
export type GetApplicationByIdQuery = {
|
|
3537
3626
|
applications?: {
|
|
@@ -3611,7 +3700,7 @@ export type SaveApplicationMutation = {
|
|
|
3611
3700
|
};
|
|
3612
3701
|
};
|
|
3613
3702
|
export type CheckAttributeExistenceQueryVariables = Exact<{
|
|
3614
|
-
id: Scalars['ID'];
|
|
3703
|
+
id: Scalars['ID']['input'];
|
|
3615
3704
|
}>;
|
|
3616
3705
|
export type CheckAttributeExistenceQuery = {
|
|
3617
3706
|
attributes?: {
|
|
@@ -3619,7 +3708,7 @@ export type CheckAttributeExistenceQuery = {
|
|
|
3619
3708
|
} | null;
|
|
3620
3709
|
};
|
|
3621
3710
|
export type DeleteAttributeMutationVariables = Exact<{
|
|
3622
|
-
id?: InputMaybe<Scalars['ID']>;
|
|
3711
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
3623
3712
|
}>;
|
|
3624
3713
|
export type DeleteAttributeMutation = {
|
|
3625
3714
|
deleteAttribute: {
|
|
@@ -3627,7 +3716,7 @@ export type DeleteAttributeMutation = {
|
|
|
3627
3716
|
};
|
|
3628
3717
|
};
|
|
3629
3718
|
export type GetAttributeByIdQueryVariables = Exact<{
|
|
3630
|
-
id?: InputMaybe<Scalars['ID']>;
|
|
3719
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
3631
3720
|
}>;
|
|
3632
3721
|
export type GetAttributeByIdQuery = {
|
|
3633
3722
|
attributes?: {
|
|
@@ -3747,7 +3836,7 @@ export type GetAttributeByIdQuery = {
|
|
|
3747
3836
|
} | null;
|
|
3748
3837
|
};
|
|
3749
3838
|
export type GetAttributesByLibQueryVariables = Exact<{
|
|
3750
|
-
library: Scalars['String'];
|
|
3839
|
+
library: Scalars['String']['input'];
|
|
3751
3840
|
}>;
|
|
3752
3841
|
export type GetAttributesByLibQuery = {
|
|
3753
3842
|
attributes?: {
|
|
@@ -3826,7 +3915,7 @@ export type GetVersionProfilesQuery = {
|
|
|
3826
3915
|
};
|
|
3827
3916
|
};
|
|
3828
3917
|
export type GetVersionableAttributesByLibraryQueryVariables = Exact<{
|
|
3829
|
-
libraryId: Scalars['String'];
|
|
3918
|
+
libraryId: Scalars['String']['input'];
|
|
3830
3919
|
}>;
|
|
3831
3920
|
export type GetVersionableAttributesByLibraryQuery = {
|
|
3832
3921
|
attributes?: {
|
|
@@ -3964,17 +4053,17 @@ export type SaveAttributeMutation = {
|
|
|
3964
4053
|
};
|
|
3965
4054
|
};
|
|
3966
4055
|
export type ExportQueryVariables = Exact<{
|
|
3967
|
-
library: Scalars['ID'];
|
|
4056
|
+
library: Scalars['ID']['input'];
|
|
3968
4057
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
3969
|
-
profile?: InputMaybe<Scalars['String']>;
|
|
4058
|
+
profile?: InputMaybe<Scalars['String']['input']>;
|
|
3970
4059
|
}>;
|
|
3971
4060
|
export type ExportQuery = {
|
|
3972
4061
|
export: string;
|
|
3973
4062
|
};
|
|
3974
4063
|
export type CreateDirectoryMutationVariables = Exact<{
|
|
3975
|
-
library: Scalars['String'];
|
|
3976
|
-
nodeId: Scalars['String'];
|
|
3977
|
-
name: Scalars['String'];
|
|
4064
|
+
library: Scalars['String']['input'];
|
|
4065
|
+
nodeId: Scalars['String']['input'];
|
|
4066
|
+
name: Scalars['String']['input'];
|
|
3978
4067
|
}>;
|
|
3979
4068
|
export type CreateDirectoryMutation = {
|
|
3980
4069
|
createDirectory: {
|
|
@@ -3993,18 +4082,18 @@ export type CreateDirectoryMutation = {
|
|
|
3993
4082
|
};
|
|
3994
4083
|
};
|
|
3995
4084
|
export type ForcePreviewsGenerationMutationVariables = Exact<{
|
|
3996
|
-
libraryId: Scalars['ID'];
|
|
4085
|
+
libraryId: Scalars['ID']['input'];
|
|
3997
4086
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
3998
|
-
recordIds?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
3999
|
-
failedOnly?: InputMaybe<Scalars['Boolean']>;
|
|
4000
|
-
previewVersionSizeNames?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
4087
|
+
recordIds?: InputMaybe<Array<Scalars['ID']['input']> | Scalars['ID']['input']>;
|
|
4088
|
+
failedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4089
|
+
previewVersionSizeNames?: InputMaybe<Array<Scalars['String']['input']> | Scalars['String']['input']>;
|
|
4001
4090
|
}>;
|
|
4002
4091
|
export type ForcePreviewsGenerationMutation = {
|
|
4003
4092
|
forcePreviewsGeneration: boolean;
|
|
4004
4093
|
};
|
|
4005
4094
|
export type GetDirectoryDataQueryVariables = Exact<{
|
|
4006
|
-
library: Scalars['ID'];
|
|
4007
|
-
directoryId: Scalars['String'];
|
|
4095
|
+
library: Scalars['ID']['input'];
|
|
4096
|
+
directoryId: Scalars['String']['input'];
|
|
4008
4097
|
}>;
|
|
4009
4098
|
export type GetDirectoryDataQuery = {
|
|
4010
4099
|
records: {
|
|
@@ -4091,8 +4180,8 @@ export type UploadUpdateSubscription = {
|
|
|
4091
4180
|
};
|
|
4092
4181
|
};
|
|
4093
4182
|
export type UploadMutationVariables = Exact<{
|
|
4094
|
-
library: Scalars['String'];
|
|
4095
|
-
nodeId: Scalars['String'];
|
|
4183
|
+
library: Scalars['String']['input'];
|
|
4184
|
+
nodeId: Scalars['String']['input'];
|
|
4096
4185
|
files: Array<FileInput> | FileInput;
|
|
4097
4186
|
}>;
|
|
4098
4187
|
export type UploadMutation = {
|
|
@@ -4115,15 +4204,15 @@ export type UploadMutation = {
|
|
|
4115
4204
|
}>;
|
|
4116
4205
|
};
|
|
4117
4206
|
export type ImportExcelMutationVariables = Exact<{
|
|
4118
|
-
file: Scalars['Upload'];
|
|
4207
|
+
file: Scalars['Upload']['input'];
|
|
4119
4208
|
sheets?: InputMaybe<Array<InputMaybe<SheetInput>> | InputMaybe<SheetInput>>;
|
|
4120
|
-
startAt?: InputMaybe<Scalars['Int']>;
|
|
4209
|
+
startAt?: InputMaybe<Scalars['Int']['input']>;
|
|
4121
4210
|
}>;
|
|
4122
4211
|
export type ImportExcelMutation = {
|
|
4123
4212
|
importExcel: string;
|
|
4124
4213
|
};
|
|
4125
4214
|
export type CheckLibraryExistenceQueryVariables = Exact<{
|
|
4126
|
-
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4215
|
+
id?: InputMaybe<Array<Scalars['ID']['input']> | Scalars['ID']['input']>;
|
|
4127
4216
|
}>;
|
|
4128
4217
|
export type CheckLibraryExistenceQuery = {
|
|
4129
4218
|
libraries?: {
|
|
@@ -4131,7 +4220,7 @@ export type CheckLibraryExistenceQuery = {
|
|
|
4131
4220
|
} | null;
|
|
4132
4221
|
};
|
|
4133
4222
|
export type DeleteLibraryMutationVariables = Exact<{
|
|
4134
|
-
id?: InputMaybe<Scalars['ID']>;
|
|
4223
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
4135
4224
|
}>;
|
|
4136
4225
|
export type DeleteLibraryMutation = {
|
|
4137
4226
|
deleteLibrary: {
|
|
@@ -4160,7 +4249,7 @@ export type GetLibrariesQuery = {
|
|
|
4160
4249
|
} | null;
|
|
4161
4250
|
};
|
|
4162
4251
|
export type GetLibraryByIdQueryVariables = Exact<{
|
|
4163
|
-
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4252
|
+
id?: InputMaybe<Array<Scalars['ID']['input']> | Scalars['ID']['input']>;
|
|
4164
4253
|
}>;
|
|
4165
4254
|
export type GetLibraryByIdQuery = {
|
|
4166
4255
|
libraries?: {
|
|
@@ -4258,7 +4347,7 @@ export type GetLibraryByIdQuery = {
|
|
|
4258
4347
|
} | null;
|
|
4259
4348
|
};
|
|
4260
4349
|
export type GetLibraryPermissionsQueryVariables = Exact<{
|
|
4261
|
-
libraryId?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4350
|
+
libraryId?: InputMaybe<Array<Scalars['ID']['input']> | Scalars['ID']['input']>;
|
|
4262
4351
|
}>;
|
|
4263
4352
|
export type GetLibraryPermissionsQuery = {
|
|
4264
4353
|
libraries?: {
|
|
@@ -4274,7 +4363,7 @@ export type GetLibraryPermissionsQuery = {
|
|
|
4274
4363
|
} | null;
|
|
4275
4364
|
};
|
|
4276
4365
|
export type GetLibraryPreviewsSettingsQueryVariables = Exact<{
|
|
4277
|
-
id: Scalars['ID'];
|
|
4366
|
+
id: Scalars['ID']['input'];
|
|
4278
4367
|
}>;
|
|
4279
4368
|
export type GetLibraryPreviewsSettingsQuery = {
|
|
4280
4369
|
libraries?: {
|
|
@@ -4283,8 +4372,8 @@ export type GetLibraryPreviewsSettingsQuery = {
|
|
|
4283
4372
|
label?: any | null;
|
|
4284
4373
|
behavior: LibraryBehavior;
|
|
4285
4374
|
previewsSettings?: Array<{
|
|
4286
|
-
description?: any | null;
|
|
4287
4375
|
label: any;
|
|
4376
|
+
description?: any | null;
|
|
4288
4377
|
system: boolean;
|
|
4289
4378
|
versions: {
|
|
4290
4379
|
background: string;
|
|
@@ -4397,7 +4486,7 @@ export type SaveLibraryMutation = {
|
|
|
4397
4486
|
export type IsAllowedQueryVariables = Exact<{
|
|
4398
4487
|
type: PermissionTypes;
|
|
4399
4488
|
actions: Array<PermissionsActions> | PermissionsActions;
|
|
4400
|
-
applyTo?: InputMaybe<Scalars['ID']>;
|
|
4489
|
+
applyTo?: InputMaybe<Scalars['ID']['input']>;
|
|
4401
4490
|
target?: InputMaybe<PermissionTarget>;
|
|
4402
4491
|
}>;
|
|
4403
4492
|
export type IsAllowedQuery = {
|
|
@@ -4407,9 +4496,9 @@ export type IsAllowedQuery = {
|
|
|
4407
4496
|
}> | null;
|
|
4408
4497
|
};
|
|
4409
4498
|
export type ActivateNewRecordMutationVariables = Exact<{
|
|
4410
|
-
libraryId: Scalars['ID'];
|
|
4411
|
-
recordId: Scalars['ID'];
|
|
4412
|
-
formId?: InputMaybe<Scalars['String']>;
|
|
4499
|
+
libraryId: Scalars['ID']['input'];
|
|
4500
|
+
recordId: Scalars['ID']['input'];
|
|
4501
|
+
formId?: InputMaybe<Scalars['String']['input']>;
|
|
4413
4502
|
}>;
|
|
4414
4503
|
export type ActivateNewRecordMutation = {
|
|
4415
4504
|
activateNewRecord: {
|
|
@@ -4436,8 +4525,8 @@ export type ActivateNewRecordMutation = {
|
|
|
4436
4525
|
};
|
|
4437
4526
|
};
|
|
4438
4527
|
export type ActivateRecordsMutationVariables = Exact<{
|
|
4439
|
-
libraryId: Scalars['String'];
|
|
4440
|
-
recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
4528
|
+
libraryId: Scalars['String']['input'];
|
|
4529
|
+
recordsIds?: InputMaybe<Array<Scalars['String']['input']> | Scalars['String']['input']>;
|
|
4441
4530
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
4442
4531
|
}>;
|
|
4443
4532
|
export type ActivateRecordsMutation = {
|
|
@@ -4457,7 +4546,7 @@ export type ActivateRecordsMutation = {
|
|
|
4457
4546
|
}>;
|
|
4458
4547
|
};
|
|
4459
4548
|
export type CreateEmptyRecordMutationVariables = Exact<{
|
|
4460
|
-
library: Scalars['ID'];
|
|
4549
|
+
library: Scalars['ID']['input'];
|
|
4461
4550
|
}>;
|
|
4462
4551
|
export type CreateEmptyRecordMutation = {
|
|
4463
4552
|
createEmptyRecord: {
|
|
@@ -4478,7 +4567,7 @@ export type CreateEmptyRecordMutation = {
|
|
|
4478
4567
|
};
|
|
4479
4568
|
};
|
|
4480
4569
|
export type CreateRecordMutationVariables = Exact<{
|
|
4481
|
-
library: Scalars['ID'];
|
|
4570
|
+
library: Scalars['ID']['input'];
|
|
4482
4571
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
4483
4572
|
}>;
|
|
4484
4573
|
export type CreateRecordMutation = {
|
|
@@ -4506,8 +4595,8 @@ export type CreateRecordMutation = {
|
|
|
4506
4595
|
};
|
|
4507
4596
|
};
|
|
4508
4597
|
export type DeactivateRecordsMutationVariables = Exact<{
|
|
4509
|
-
libraryId: Scalars['String'];
|
|
4510
|
-
recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
4598
|
+
libraryId: Scalars['String']['input'];
|
|
4599
|
+
recordsIds?: InputMaybe<Array<Scalars['String']['input']> | Scalars['String']['input']>;
|
|
4511
4600
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
4512
4601
|
}>;
|
|
4513
4602
|
export type DeactivateRecordsMutation = {
|
|
@@ -4527,17 +4616,17 @@ export type DeactivateRecordsMutation = {
|
|
|
4527
4616
|
}>;
|
|
4528
4617
|
};
|
|
4529
4618
|
export type DoesFileExistAsChildQueryVariables = Exact<{
|
|
4530
|
-
parentNode?: InputMaybe<Scalars['ID']>;
|
|
4531
|
-
treeId: Scalars['ID'];
|
|
4532
|
-
filename: Scalars['String'];
|
|
4619
|
+
parentNode?: InputMaybe<Scalars['ID']['input']>;
|
|
4620
|
+
treeId: Scalars['ID']['input'];
|
|
4621
|
+
filename: Scalars['String']['input'];
|
|
4533
4622
|
}>;
|
|
4534
4623
|
export type DoesFileExistAsChildQuery = {
|
|
4535
4624
|
doesFileExistAsChild?: boolean | null;
|
|
4536
4625
|
};
|
|
4537
4626
|
export type GetFileDataQueryVariables = Exact<{
|
|
4538
|
-
library: Scalars['ID'];
|
|
4539
|
-
fileId: Scalars['String'];
|
|
4540
|
-
previewsStatusAttribute: Scalars['ID'];
|
|
4627
|
+
library: Scalars['ID']['input'];
|
|
4628
|
+
fileId: Scalars['String']['input'];
|
|
4629
|
+
previewsStatusAttribute: Scalars['ID']['input'];
|
|
4541
4630
|
}>;
|
|
4542
4631
|
export type GetFileDataQuery = {
|
|
4543
4632
|
records: {
|
|
@@ -4608,9 +4697,9 @@ export type GetFileDataQuery = {
|
|
|
4608
4697
|
};
|
|
4609
4698
|
};
|
|
4610
4699
|
export type RecordFormQueryVariables = Exact<{
|
|
4611
|
-
libraryId: Scalars['String'];
|
|
4612
|
-
formId: Scalars['String'];
|
|
4613
|
-
recordId?: InputMaybe<Scalars['String']>;
|
|
4700
|
+
libraryId: Scalars['String']['input'];
|
|
4701
|
+
formId: Scalars['String']['input'];
|
|
4702
|
+
recordId?: InputMaybe<Scalars['String']['input']>;
|
|
4614
4703
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
4615
4704
|
}>;
|
|
4616
4705
|
export type RecordFormQuery = {
|
|
@@ -5953,7 +6042,7 @@ export type RecordUpdateSubscription = {
|
|
|
5953
6042
|
};
|
|
5954
6043
|
};
|
|
5955
6044
|
export type GetRecordsFromLibraryQueryVariables = Exact<{
|
|
5956
|
-
libraryId: Scalars['ID'];
|
|
6045
|
+
libraryId: Scalars['ID']['input'];
|
|
5957
6046
|
pagination?: InputMaybe<RecordsPagination>;
|
|
5958
6047
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
5959
6048
|
}>;
|
|
@@ -5977,15 +6066,15 @@ export type GetRecordsFromLibraryQuery = {
|
|
|
5977
6066
|
};
|
|
5978
6067
|
};
|
|
5979
6068
|
export type IndexRecordsMutationVariables = Exact<{
|
|
5980
|
-
libraryId: Scalars['String'];
|
|
5981
|
-
records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
6069
|
+
libraryId: Scalars['String']['input'];
|
|
6070
|
+
records?: InputMaybe<Array<Scalars['String']['input']> | Scalars['String']['input']>;
|
|
5982
6071
|
}>;
|
|
5983
6072
|
export type IndexRecordsMutation = {
|
|
5984
6073
|
indexRecords: boolean;
|
|
5985
6074
|
};
|
|
5986
6075
|
export type PurgeRecordMutationVariables = Exact<{
|
|
5987
|
-
libraryId: Scalars['ID'];
|
|
5988
|
-
recordId: Scalars['ID'];
|
|
6076
|
+
libraryId: Scalars['ID']['input'];
|
|
6077
|
+
recordId: Scalars['ID']['input'];
|
|
5989
6078
|
}>;
|
|
5990
6079
|
export type PurgeRecordMutation = {
|
|
5991
6080
|
purgeRecord: {
|
|
@@ -6004,13 +6093,13 @@ export type PurgeRecordMutation = {
|
|
|
6004
6093
|
};
|
|
6005
6094
|
};
|
|
6006
6095
|
export type CancelTaskMutationVariables = Exact<{
|
|
6007
|
-
taskId: Scalars['ID'];
|
|
6096
|
+
taskId: Scalars['ID']['input'];
|
|
6008
6097
|
}>;
|
|
6009
6098
|
export type CancelTaskMutation = {
|
|
6010
6099
|
cancelTask: boolean;
|
|
6011
6100
|
};
|
|
6012
6101
|
export type CheckTreeExistenceQueryVariables = Exact<{
|
|
6013
|
-
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6102
|
+
id?: InputMaybe<Array<Scalars['ID']['input']> | Scalars['ID']['input']>;
|
|
6014
6103
|
}>;
|
|
6015
6104
|
export type CheckTreeExistenceQuery = {
|
|
6016
6105
|
trees?: {
|
|
@@ -6018,7 +6107,7 @@ export type CheckTreeExistenceQuery = {
|
|
|
6018
6107
|
} | null;
|
|
6019
6108
|
};
|
|
6020
6109
|
export type DeleteTreeMutationVariables = Exact<{
|
|
6021
|
-
id: Scalars['ID'];
|
|
6110
|
+
id: Scalars['ID']['input'];
|
|
6022
6111
|
}>;
|
|
6023
6112
|
export type DeleteTreeMutation = {
|
|
6024
6113
|
deleteTree: {
|
|
@@ -6026,7 +6115,7 @@ export type DeleteTreeMutation = {
|
|
|
6026
6115
|
};
|
|
6027
6116
|
};
|
|
6028
6117
|
export type GetTreeByIdQueryVariables = Exact<{
|
|
6029
|
-
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6118
|
+
id?: InputMaybe<Array<Scalars['ID']['input']> | Scalars['ID']['input']>;
|
|
6030
6119
|
}>;
|
|
6031
6120
|
export type GetTreeByIdQuery = {
|
|
6032
6121
|
trees?: {
|
|
@@ -6050,8 +6139,8 @@ export type GetTreeByIdQuery = {
|
|
|
6050
6139
|
} | null;
|
|
6051
6140
|
};
|
|
6052
6141
|
export type GetTreeLibrariesQueryVariables = Exact<{
|
|
6053
|
-
treeId?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6054
|
-
library?: InputMaybe<Scalars['String']>;
|
|
6142
|
+
treeId?: InputMaybe<Array<Scalars['ID']['input']> | Scalars['ID']['input']>;
|
|
6143
|
+
library?: InputMaybe<Scalars['String']['input']>;
|
|
6055
6144
|
}>;
|
|
6056
6145
|
export type GetTreeLibrariesQuery = {
|
|
6057
6146
|
trees?: {
|
|
@@ -6069,8 +6158,8 @@ export type GetTreeLibrariesQuery = {
|
|
|
6069
6158
|
};
|
|
6070
6159
|
settings: {
|
|
6071
6160
|
allowMultiplePositions: boolean;
|
|
6072
|
-
allowedChildren: Array<string>;
|
|
6073
6161
|
allowedAtRoot: boolean;
|
|
6162
|
+
allowedChildren: Array<string>;
|
|
6074
6163
|
};
|
|
6075
6164
|
}>;
|
|
6076
6165
|
}>;
|
|
@@ -6110,10 +6199,11 @@ export type SaveTreeMutation = {
|
|
|
6110
6199
|
};
|
|
6111
6200
|
};
|
|
6112
6201
|
export type TreeNodeChildrenQueryVariables = Exact<{
|
|
6113
|
-
treeId: Scalars['ID'];
|
|
6114
|
-
node?: InputMaybe<Scalars['ID']>;
|
|
6202
|
+
treeId: Scalars['ID']['input'];
|
|
6203
|
+
node?: InputMaybe<Scalars['ID']['input']>;
|
|
6115
6204
|
pagination?: InputMaybe<Pagination>;
|
|
6116
6205
|
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
6206
|
+
dependentValuesPermissionFilter?: InputMaybe<DependentValuesPermissionFilterInput>;
|
|
6117
6207
|
}>;
|
|
6118
6208
|
export type TreeNodeChildrenQuery = {
|
|
6119
6209
|
treeNodeChildren: {
|
|
@@ -6124,6 +6214,9 @@ export type TreeNodeChildrenQuery = {
|
|
|
6124
6214
|
childrenCount?: number | null;
|
|
6125
6215
|
record: {
|
|
6126
6216
|
id: string;
|
|
6217
|
+
active: Array<{
|
|
6218
|
+
value?: any | null;
|
|
6219
|
+
}>;
|
|
6127
6220
|
whoAmI: {
|
|
6128
6221
|
id: string;
|
|
6129
6222
|
label?: string | null;
|
|
@@ -6135,9 +6228,6 @@ export type TreeNodeChildrenQuery = {
|
|
|
6135
6228
|
label?: any | null;
|
|
6136
6229
|
};
|
|
6137
6230
|
};
|
|
6138
|
-
active: Array<{
|
|
6139
|
-
value?: any | null;
|
|
6140
|
-
}>;
|
|
6141
6231
|
};
|
|
6142
6232
|
ancestors?: Array<{
|
|
6143
6233
|
id: string;
|
|
@@ -6169,8 +6259,8 @@ export type TreeNodeChildrenQuery = {
|
|
|
6169
6259
|
};
|
|
6170
6260
|
};
|
|
6171
6261
|
export type GetUserDataQueryVariables = Exact<{
|
|
6172
|
-
keys: Array<Scalars['String']> | Scalars['String'];
|
|
6173
|
-
global?: InputMaybe<Scalars['Boolean']>;
|
|
6262
|
+
keys: Array<Scalars['String']['input']> | Scalars['String']['input'];
|
|
6263
|
+
global?: InputMaybe<Scalars['Boolean']['input']>;
|
|
6174
6264
|
}>;
|
|
6175
6265
|
export type GetUserDataQuery = {
|
|
6176
6266
|
userData: {
|
|
@@ -6179,9 +6269,9 @@ export type GetUserDataQuery = {
|
|
|
6179
6269
|
};
|
|
6180
6270
|
};
|
|
6181
6271
|
export type SaveUserDataMutationVariables = Exact<{
|
|
6182
|
-
key: Scalars['String'];
|
|
6183
|
-
value?: InputMaybe<Scalars['Any']>;
|
|
6184
|
-
global: Scalars['Boolean'];
|
|
6272
|
+
key: Scalars['String']['input'];
|
|
6273
|
+
value?: InputMaybe<Scalars['Any']['input']>;
|
|
6274
|
+
global: Scalars['Boolean']['input'];
|
|
6185
6275
|
}>;
|
|
6186
6276
|
export type SaveUserDataMutation = {
|
|
6187
6277
|
saveUserData: {
|
|
@@ -6190,9 +6280,9 @@ export type SaveUserDataMutation = {
|
|
|
6190
6280
|
};
|
|
6191
6281
|
};
|
|
6192
6282
|
export type DeleteValueMutationVariables = Exact<{
|
|
6193
|
-
library: Scalars['ID'];
|
|
6194
|
-
recordId: Scalars['ID'];
|
|
6195
|
-
attribute: Scalars['ID'];
|
|
6283
|
+
library: Scalars['ID']['input'];
|
|
6284
|
+
recordId: Scalars['ID']['input'];
|
|
6285
|
+
attribute: Scalars['ID']['input'];
|
|
6196
6286
|
value?: InputMaybe<ValueInput>;
|
|
6197
6287
|
}>;
|
|
6198
6288
|
export type DeleteValueMutation = {
|
|
@@ -6580,11 +6670,11 @@ export type DeleteValueMutation = {
|
|
|
6580
6670
|
}>;
|
|
6581
6671
|
};
|
|
6582
6672
|
export type SaveValueBatchMutationVariables = Exact<{
|
|
6583
|
-
library: Scalars['ID'];
|
|
6584
|
-
recordId: Scalars['ID'];
|
|
6673
|
+
library: Scalars['ID']['input'];
|
|
6674
|
+
recordId: Scalars['ID']['input'];
|
|
6585
6675
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
6586
6676
|
values: Array<ValueBatchInput> | ValueBatchInput;
|
|
6587
|
-
deleteEmpty?: InputMaybe<Scalars['Boolean']>;
|
|
6677
|
+
deleteEmpty?: InputMaybe<Scalars['Boolean']['input']>;
|
|
6588
6678
|
}>;
|
|
6589
6679
|
export type SaveValueBatchMutation = {
|
|
6590
6680
|
saveValueBatch: {
|
|
@@ -6979,16 +7069,16 @@ export type SaveValueBatchMutation = {
|
|
|
6979
7069
|
};
|
|
6980
7070
|
};
|
|
6981
7071
|
export type SaveValueBulkMutationVariables = Exact<{
|
|
6982
|
-
libraryId: Scalars['ID'];
|
|
7072
|
+
libraryId: Scalars['ID']['input'];
|
|
6983
7073
|
recordsFilters: Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>;
|
|
6984
|
-
attributeId: Scalars['ID'];
|
|
7074
|
+
attributeId: Scalars['ID']['input'];
|
|
6985
7075
|
mapValues: Array<MapValueInput> | MapValueInput;
|
|
6986
7076
|
}>;
|
|
6987
7077
|
export type SaveValueBulkMutation = {
|
|
6988
7078
|
saveValueBulk: string;
|
|
6989
7079
|
};
|
|
6990
7080
|
export type DeleteViewMutationVariables = Exact<{
|
|
6991
|
-
viewId: Scalars['String'];
|
|
7081
|
+
viewId: Scalars['String']['input'];
|
|
6992
7082
|
}>;
|
|
6993
7083
|
export type DeleteViewMutation = {
|
|
6994
7084
|
deleteView: {
|
|
@@ -6997,7 +7087,7 @@ export type DeleteViewMutation = {
|
|
|
6997
7087
|
};
|
|
6998
7088
|
};
|
|
6999
7089
|
export type GetViewQueryVariables = Exact<{
|
|
7000
|
-
viewId: Scalars['String'];
|
|
7090
|
+
viewId: Scalars['String']['input'];
|
|
7001
7091
|
}>;
|
|
7002
7092
|
export type GetViewQuery = {
|
|
7003
7093
|
view: {
|
|
@@ -7025,6 +7115,7 @@ export type GetViewQuery = {
|
|
|
7025
7115
|
value?: string | null;
|
|
7026
7116
|
condition?: RecordFilterCondition | null;
|
|
7027
7117
|
operator?: RecordFilterOperator | null;
|
|
7118
|
+
withEmptyValues?: boolean | null;
|
|
7028
7119
|
tree?: {
|
|
7029
7120
|
id: string;
|
|
7030
7121
|
label?: any | null;
|
|
@@ -7060,7 +7151,7 @@ export type GetViewQuery = {
|
|
|
7060
7151
|
};
|
|
7061
7152
|
};
|
|
7062
7153
|
export type GetViewsListQueryVariables = Exact<{
|
|
7063
|
-
libraryId: Scalars['String'];
|
|
7154
|
+
libraryId: Scalars['String']['input'];
|
|
7064
7155
|
}>;
|
|
7065
7156
|
export type GetViewsListQuery = {
|
|
7066
7157
|
views: {
|
|
@@ -7090,6 +7181,7 @@ export type GetViewsListQuery = {
|
|
|
7090
7181
|
value?: string | null;
|
|
7091
7182
|
condition?: RecordFilterCondition | null;
|
|
7092
7183
|
operator?: RecordFilterOperator | null;
|
|
7184
|
+
withEmptyValues?: boolean | null;
|
|
7093
7185
|
tree?: {
|
|
7094
7186
|
id: string;
|
|
7095
7187
|
label?: any | null;
|
|
@@ -7154,6 +7246,7 @@ export type SaveViewMutation = {
|
|
|
7154
7246
|
value?: string | null;
|
|
7155
7247
|
condition?: RecordFilterCondition | null;
|
|
7156
7248
|
operator?: RecordFilterOperator | null;
|
|
7249
|
+
withEmptyValues?: boolean | null;
|
|
7157
7250
|
tree?: {
|
|
7158
7251
|
id: string;
|
|
7159
7252
|
label?: any | null;
|
|
@@ -7189,7 +7282,7 @@ export type SaveViewMutation = {
|
|
|
7189
7282
|
};
|
|
7190
7283
|
};
|
|
7191
7284
|
export type TreeFilterByDefaultValuesQueryVariables = Exact<{
|
|
7192
|
-
treeId: Scalars['ID'];
|
|
7285
|
+
treeId: Scalars['ID']['input'];
|
|
7193
7286
|
accessRecordByDefaultPermission?: InputMaybe<AccessRecordByDefaultPermissionInput>;
|
|
7194
7287
|
}>;
|
|
7195
7288
|
export type TreeFilterByDefaultValuesQuery = {
|
|
@@ -7200,8 +7293,8 @@ export type TreeFilterByDefaultValuesQuery = {
|
|
|
7200
7293
|
record: {
|
|
7201
7294
|
id: string;
|
|
7202
7295
|
whoAmI: {
|
|
7203
|
-
label?: string | null;
|
|
7204
7296
|
id: string;
|
|
7297
|
+
label?: string | null;
|
|
7205
7298
|
library: {
|
|
7206
7299
|
id: string;
|
|
7207
7300
|
};
|
|
@@ -7211,7 +7304,7 @@ export type TreeFilterByDefaultValuesQuery = {
|
|
|
7211
7304
|
};
|
|
7212
7305
|
};
|
|
7213
7306
|
export type GetAttributesByLibWithPermissionsQueryVariables = Exact<{
|
|
7214
|
-
library: Scalars['String'];
|
|
7307
|
+
library: Scalars['String']['input'];
|
|
7215
7308
|
}>;
|
|
7216
7309
|
export type GetAttributesByLibWithPermissionsQuery = {
|
|
7217
7310
|
attributes?: {
|
|
@@ -7308,7 +7401,7 @@ export type GetAttributesByLibWithPermissionsQuery = {
|
|
|
7308
7401
|
} | null;
|
|
7309
7402
|
};
|
|
7310
7403
|
export type ExplorerAttributesQueryVariables = Exact<{
|
|
7311
|
-
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
7404
|
+
ids?: InputMaybe<Array<Scalars['ID']['input']> | Scalars['ID']['input']>;
|
|
7312
7405
|
}>;
|
|
7313
7406
|
export type ExplorerAttributesQuery = {
|
|
7314
7407
|
attributes?: {
|
|
@@ -7373,7 +7466,7 @@ export type ExplorerAttributesQuery = {
|
|
|
7373
7466
|
} | null;
|
|
7374
7467
|
};
|
|
7375
7468
|
export type ExplorerLinkAttributeQueryVariables = Exact<{
|
|
7376
|
-
id: Scalars['ID'];
|
|
7469
|
+
id: Scalars['ID']['input'];
|
|
7377
7470
|
}>;
|
|
7378
7471
|
export type ExplorerLinkAttributeQuery = {
|
|
7379
7472
|
attributes?: {
|
|
@@ -7427,8 +7520,8 @@ export type ExplorerLinkAttributeQuery = {
|
|
|
7427
7520
|
} | null;
|
|
7428
7521
|
};
|
|
7429
7522
|
export type CountValuesOccurrencesQueryVariables = Exact<{
|
|
7430
|
-
library: Scalars['ID'];
|
|
7431
|
-
attribute: Scalars['ID'];
|
|
7523
|
+
library: Scalars['ID']['input'];
|
|
7524
|
+
attribute: Scalars['ID']['input'];
|
|
7432
7525
|
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7433
7526
|
}>;
|
|
7434
7527
|
export type CountValuesOccurrencesQuery = {
|
|
@@ -7443,12 +7536,12 @@ export type CountValuesOccurrencesQuery = {
|
|
|
7443
7536
|
} | null;
|
|
7444
7537
|
};
|
|
7445
7538
|
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
7446
|
-
libraryId: Scalars['ID'];
|
|
7447
|
-
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
7539
|
+
libraryId: Scalars['ID']['input'];
|
|
7540
|
+
attributeIds: Array<Scalars['ID']['input']> | Scalars['ID']['input'];
|
|
7448
7541
|
pagination?: InputMaybe<RecordsPagination>;
|
|
7449
7542
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7450
7543
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7451
|
-
searchQuery?: InputMaybe<Scalars['String']>;
|
|
7544
|
+
searchQuery?: InputMaybe<Scalars['String']['input']>;
|
|
7452
7545
|
}>;
|
|
7453
7546
|
export type ExplorerLibraryDataQuery = {
|
|
7454
7547
|
records: {
|
|
@@ -7523,10 +7616,10 @@ export type ExplorerLibraryDataQuery = {
|
|
|
7523
7616
|
};
|
|
7524
7617
|
};
|
|
7525
7618
|
export type ExplorerLinkDataQueryVariables = Exact<{
|
|
7526
|
-
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
7527
|
-
parentLibraryId: Scalars['ID'];
|
|
7528
|
-
parentRecordId?: InputMaybe<Scalars['String']>;
|
|
7529
|
-
linkAttributeId: Scalars['ID'];
|
|
7619
|
+
attributeIds: Array<Scalars['ID']['input']> | Scalars['ID']['input'];
|
|
7620
|
+
parentLibraryId: Scalars['ID']['input'];
|
|
7621
|
+
parentRecordId?: InputMaybe<Scalars['String']['input']>;
|
|
7622
|
+
linkAttributeId: Scalars['ID']['input'];
|
|
7530
7623
|
}>;
|
|
7531
7624
|
export type ExplorerLinkDataQuery = {
|
|
7532
7625
|
records: {
|
|
@@ -7542,17 +7635,6 @@ export type ExplorerLinkDataQuery = {
|
|
|
7542
7635
|
id_value?: string | null;
|
|
7543
7636
|
payload?: {
|
|
7544
7637
|
id: string;
|
|
7545
|
-
whoAmI: {
|
|
7546
|
-
id: string;
|
|
7547
|
-
label?: string | null;
|
|
7548
|
-
subLabel?: string | null;
|
|
7549
|
-
color?: string | null;
|
|
7550
|
-
preview?: IPreviewScalar | null;
|
|
7551
|
-
library: {
|
|
7552
|
-
id: string;
|
|
7553
|
-
label?: any | null;
|
|
7554
|
-
};
|
|
7555
|
-
};
|
|
7556
7638
|
properties: Array<{
|
|
7557
7639
|
attributeId: string;
|
|
7558
7640
|
attributeProperties: {
|
|
@@ -7601,6 +7683,17 @@ export type ExplorerLinkDataQuery = {
|
|
|
7601
7683
|
valueRawPayload?: any | null;
|
|
7602
7684
|
}>;
|
|
7603
7685
|
}>;
|
|
7686
|
+
whoAmI: {
|
|
7687
|
+
id: string;
|
|
7688
|
+
label?: string | null;
|
|
7689
|
+
subLabel?: string | null;
|
|
7690
|
+
color?: string | null;
|
|
7691
|
+
preview?: IPreviewScalar | null;
|
|
7692
|
+
library: {
|
|
7693
|
+
id: string;
|
|
7694
|
+
label?: any | null;
|
|
7695
|
+
};
|
|
7696
|
+
};
|
|
7604
7697
|
} | null;
|
|
7605
7698
|
} | {
|
|
7606
7699
|
id_value?: string | null;
|
|
@@ -7609,7 +7702,7 @@ export type ExplorerLinkDataQuery = {
|
|
|
7609
7702
|
};
|
|
7610
7703
|
};
|
|
7611
7704
|
export type GetLibraryAttributesQueryVariables = Exact<{
|
|
7612
|
-
libraryId: Scalars['ID'];
|
|
7705
|
+
libraryId: Scalars['ID']['input'];
|
|
7613
7706
|
}>;
|
|
7614
7707
|
export type GetLibraryAttributesQuery = {
|
|
7615
7708
|
libraries?: {
|
|
@@ -7652,7 +7745,7 @@ export type GetLibraryAttributesQuery = {
|
|
|
7652
7745
|
} | null;
|
|
7653
7746
|
};
|
|
7654
7747
|
export type ExplorerLibraryDetailsQueryVariables = Exact<{
|
|
7655
|
-
libraryId: Scalars['ID'];
|
|
7748
|
+
libraryId: Scalars['ID']['input'];
|
|
7656
7749
|
}>;
|
|
7657
7750
|
export type ExplorerLibraryDetailsQuery = {
|
|
7658
7751
|
libraries?: {
|
|
@@ -7666,8 +7759,31 @@ export type ExplorerLibraryDetailsQuery = {
|
|
|
7666
7759
|
}>;
|
|
7667
7760
|
} | null;
|
|
7668
7761
|
};
|
|
7762
|
+
export type LibraryExportProfilesQueryVariables = Exact<{
|
|
7763
|
+
libraryId?: InputMaybe<Array<Scalars['ID']['input']> | Scalars['ID']['input']>;
|
|
7764
|
+
}>;
|
|
7765
|
+
export type LibraryExportProfilesQuery = {
|
|
7766
|
+
libraries?: {
|
|
7767
|
+
list: Array<{
|
|
7768
|
+
id: string;
|
|
7769
|
+
exportProfiles?: {
|
|
7770
|
+
defaultProfile: string;
|
|
7771
|
+
profiles: Array<{
|
|
7772
|
+
label: string;
|
|
7773
|
+
columns: Array<{
|
|
7774
|
+
columnLabel: string;
|
|
7775
|
+
attribute: string;
|
|
7776
|
+
}>;
|
|
7777
|
+
error?: {
|
|
7778
|
+
message: string;
|
|
7779
|
+
} | null;
|
|
7780
|
+
}>;
|
|
7781
|
+
} | null;
|
|
7782
|
+
}>;
|
|
7783
|
+
} | null;
|
|
7784
|
+
};
|
|
7669
7785
|
export type ExplorerSelectionIdsQueryVariables = Exact<{
|
|
7670
|
-
libraryId: Scalars['ID'];
|
|
7786
|
+
libraryId: Scalars['ID']['input'];
|
|
7671
7787
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7672
7788
|
}>;
|
|
7673
7789
|
export type ExplorerSelectionIdsQuery = {
|
|
@@ -7720,6 +7836,7 @@ export type UpdateViewMutation = {
|
|
|
7720
7836
|
value?: string | null;
|
|
7721
7837
|
condition?: RecordFilterCondition | null;
|
|
7722
7838
|
operator?: RecordFilterOperator | null;
|
|
7839
|
+
withEmptyValues?: boolean | null;
|
|
7723
7840
|
tree?: {
|
|
7724
7841
|
id: string;
|
|
7725
7842
|
label?: any | null;
|
|
@@ -7775,7 +7892,7 @@ export type NotificationSubscription = {
|
|
|
7775
7892
|
};
|
|
7776
7893
|
export type GetRecordHistoryQueryVariables = Exact<{
|
|
7777
7894
|
record: LogTopicRecordFilterInput;
|
|
7778
|
-
attributeId?: InputMaybe<Scalars['String']>;
|
|
7895
|
+
attributeId?: InputMaybe<Scalars['String']['input']>;
|
|
7779
7896
|
actions?: InputMaybe<Array<LogAction> | LogAction>;
|
|
7780
7897
|
pagination?: InputMaybe<Pagination>;
|
|
7781
7898
|
}>;
|
|
@@ -7819,7 +7936,7 @@ export type GetRecordHistoryQuery = {
|
|
|
7819
7936
|
} | null;
|
|
7820
7937
|
};
|
|
7821
7938
|
export type TreeDataQueryQueryVariables = Exact<{
|
|
7822
|
-
treeId: Scalars['ID'];
|
|
7939
|
+
treeId: Scalars['ID']['input'];
|
|
7823
7940
|
}>;
|
|
7824
7941
|
export type TreeDataQueryQuery = {
|
|
7825
7942
|
trees?: {
|
|
@@ -7882,20 +7999,15 @@ export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
|
7882
7999
|
* });
|
|
7883
8000
|
*/
|
|
7884
8001
|
export declare function useCheckApplicationExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.QueryResult<CheckApplicationExistenceQuery, Exact<{
|
|
7885
|
-
id?: InputMaybe<Scalars["ID"]>;
|
|
7886
|
-
endpoint?: InputMaybe<Scalars["String"]>;
|
|
8002
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8003
|
+
endpoint?: InputMaybe<Scalars["String"]["input"]>;
|
|
7887
8004
|
}>>;
|
|
7888
8005
|
export declare function useCheckApplicationExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckApplicationExistenceQuery, Exact<{
|
|
7889
|
-
id?: InputMaybe<Scalars["ID"]>;
|
|
7890
|
-
endpoint?: InputMaybe<Scalars["String"]>;
|
|
7891
|
-
}>>;
|
|
7892
|
-
export declare function useCheckApplicationExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckApplicationExistenceQuery, Exact<{
|
|
7893
|
-
id?: InputMaybe<Scalars["ID"]>;
|
|
7894
|
-
endpoint?: InputMaybe<Scalars["String"]>;
|
|
8006
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8007
|
+
endpoint?: InputMaybe<Scalars["String"]["input"]>;
|
|
7895
8008
|
}>>;
|
|
7896
8009
|
export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
|
|
7897
8010
|
export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
|
|
7898
|
-
export type CheckApplicationExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckApplicationExistenceSuspenseQuery>;
|
|
7899
8011
|
export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
|
|
7900
8012
|
export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
|
|
7901
8013
|
/**
|
|
@@ -7915,17 +8027,13 @@ export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
|
|
|
7915
8027
|
* });
|
|
7916
8028
|
*/
|
|
7917
8029
|
export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.QueryResult<GetApplicationByIdQuery, Exact<{
|
|
7918
|
-
id: Scalars["ID"];
|
|
8030
|
+
id: Scalars["ID"]["input"];
|
|
7919
8031
|
}>>;
|
|
7920
8032
|
export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
|
|
7921
|
-
id: Scalars["ID"];
|
|
7922
|
-
}>>;
|
|
7923
|
-
export declare function useGetApplicationByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationByIdQuery, Exact<{
|
|
7924
|
-
id: Scalars["ID"];
|
|
8033
|
+
id: Scalars["ID"]["input"];
|
|
7925
8034
|
}>>;
|
|
7926
8035
|
export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
|
|
7927
8036
|
export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
|
|
7928
|
-
export type GetApplicationByIdSuspenseQueryHookResult = ReturnType<typeof useGetApplicationByIdSuspenseQuery>;
|
|
7929
8037
|
export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
|
|
7930
8038
|
export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
|
|
7931
8039
|
/**
|
|
@@ -7949,12 +8057,8 @@ export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.Query
|
|
|
7949
8057
|
export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
|
|
7950
8058
|
[key: string]: never;
|
|
7951
8059
|
}>>;
|
|
7952
|
-
export declare function useGetApplicationModulesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationModulesQuery, Exact<{
|
|
7953
|
-
[key: string]: never;
|
|
7954
|
-
}>>;
|
|
7955
8060
|
export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
|
|
7956
8061
|
export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
|
|
7957
|
-
export type GetApplicationModulesSuspenseQueryHookResult = ReturnType<typeof useGetApplicationModulesSuspenseQuery>;
|
|
7958
8062
|
export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
|
|
7959
8063
|
export declare const SaveApplicationDocument: Apollo.DocumentNode;
|
|
7960
8064
|
export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
|
|
@@ -7999,17 +8103,13 @@ export declare const CheckAttributeExistenceDocument: Apollo.DocumentNode;
|
|
|
7999
8103
|
* });
|
|
8000
8104
|
*/
|
|
8001
8105
|
export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.QueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.QueryResult<CheckAttributeExistenceQuery, Exact<{
|
|
8002
|
-
id: Scalars["ID"];
|
|
8106
|
+
id: Scalars["ID"]["input"];
|
|
8003
8107
|
}>>;
|
|
8004
8108
|
export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
|
|
8005
|
-
id: Scalars["ID"];
|
|
8006
|
-
}>>;
|
|
8007
|
-
export declare function useCheckAttributeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckAttributeExistenceQuery, Exact<{
|
|
8008
|
-
id: Scalars["ID"];
|
|
8109
|
+
id: Scalars["ID"]["input"];
|
|
8009
8110
|
}>>;
|
|
8010
8111
|
export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
|
|
8011
8112
|
export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
|
|
8012
|
-
export type CheckAttributeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckAttributeExistenceSuspenseQuery>;
|
|
8013
8113
|
export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
|
|
8014
8114
|
export declare const DeleteAttributeDocument: Apollo.DocumentNode;
|
|
8015
8115
|
export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
|
|
@@ -8031,7 +8131,7 @@ export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeM
|
|
|
8031
8131
|
* });
|
|
8032
8132
|
*/
|
|
8033
8133
|
export declare function useDeleteAttributeMutation(baseOptions?: Apollo.MutationHookOptions<DeleteAttributeMutation, DeleteAttributeMutationVariables>): Apollo.MutationTuple<DeleteAttributeMutation, Exact<{
|
|
8034
|
-
id?: InputMaybe<Scalars["ID"]>;
|
|
8134
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8035
8135
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8036
8136
|
export type DeleteAttributeMutationHookResult = ReturnType<typeof useDeleteAttributeMutation>;
|
|
8037
8137
|
export type DeleteAttributeMutationResult = Apollo.MutationResult<DeleteAttributeMutation>;
|
|
@@ -8054,17 +8154,13 @@ export declare const GetAttributeByIdDocument: Apollo.DocumentNode;
|
|
|
8054
8154
|
* });
|
|
8055
8155
|
*/
|
|
8056
8156
|
export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.QueryResult<GetAttributeByIdQuery, Exact<{
|
|
8057
|
-
id?: InputMaybe<Scalars["ID"]>;
|
|
8157
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8058
8158
|
}>>;
|
|
8059
8159
|
export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
|
|
8060
|
-
id?: InputMaybe<Scalars["ID"]>;
|
|
8061
|
-
}>>;
|
|
8062
|
-
export declare function useGetAttributeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributeByIdQuery, Exact<{
|
|
8063
|
-
id?: InputMaybe<Scalars["ID"]>;
|
|
8160
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8064
8161
|
}>>;
|
|
8065
8162
|
export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
|
|
8066
8163
|
export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
|
|
8067
|
-
export type GetAttributeByIdSuspenseQueryHookResult = ReturnType<typeof useGetAttributeByIdSuspenseQuery>;
|
|
8068
8164
|
export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
|
|
8069
8165
|
export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
|
|
8070
8166
|
/**
|
|
@@ -8084,17 +8180,13 @@ export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
|
|
|
8084
8180
|
* });
|
|
8085
8181
|
*/
|
|
8086
8182
|
export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.QueryResult<GetAttributesByLibQuery, Exact<{
|
|
8087
|
-
library: Scalars["String"];
|
|
8183
|
+
library: Scalars["String"]["input"];
|
|
8088
8184
|
}>>;
|
|
8089
8185
|
export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
|
|
8090
|
-
library: Scalars["String"];
|
|
8091
|
-
}>>;
|
|
8092
|
-
export declare function useGetAttributesByLibSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibQuery, Exact<{
|
|
8093
|
-
library: Scalars["String"];
|
|
8186
|
+
library: Scalars["String"]["input"];
|
|
8094
8187
|
}>>;
|
|
8095
8188
|
export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
|
|
8096
8189
|
export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
|
|
8097
|
-
export type GetAttributesByLibSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibSuspenseQuery>;
|
|
8098
8190
|
export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
|
|
8099
8191
|
export declare const GetAttributesDocument: Apollo.DocumentNode;
|
|
8100
8192
|
/**
|
|
@@ -8125,14 +8217,8 @@ export declare function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQuery
|
|
|
8125
8217
|
sort?: InputMaybe<SortAttributes>;
|
|
8126
8218
|
filters?: InputMaybe<AttributesFiltersInput>;
|
|
8127
8219
|
}>>;
|
|
8128
|
-
export declare function useGetAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesQuery, Exact<{
|
|
8129
|
-
pagination?: InputMaybe<Pagination>;
|
|
8130
|
-
sort?: InputMaybe<SortAttributes>;
|
|
8131
|
-
filters?: InputMaybe<AttributesFiltersInput>;
|
|
8132
|
-
}>>;
|
|
8133
8220
|
export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
|
|
8134
8221
|
export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
|
|
8135
|
-
export type GetAttributesSuspenseQueryHookResult = ReturnType<typeof useGetAttributesSuspenseQuery>;
|
|
8136
8222
|
export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
|
|
8137
8223
|
export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
|
|
8138
8224
|
/**
|
|
@@ -8160,13 +8246,8 @@ export declare function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.Lazy
|
|
|
8160
8246
|
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
8161
8247
|
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
8162
8248
|
}>>;
|
|
8163
|
-
export declare function useGetVersionProfilesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionProfilesQuery, Exact<{
|
|
8164
|
-
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
8165
|
-
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
8166
|
-
}>>;
|
|
8167
8249
|
export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
|
|
8168
8250
|
export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
|
|
8169
|
-
export type GetVersionProfilesSuspenseQueryHookResult = ReturnType<typeof useGetVersionProfilesSuspenseQuery>;
|
|
8170
8251
|
export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
|
|
8171
8252
|
export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentNode;
|
|
8172
8253
|
/**
|
|
@@ -8186,17 +8267,13 @@ export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentN
|
|
|
8186
8267
|
* });
|
|
8187
8268
|
*/
|
|
8188
8269
|
export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
8189
|
-
libraryId: Scalars["String"];
|
|
8270
|
+
libraryId: Scalars["String"]["input"];
|
|
8190
8271
|
}>>;
|
|
8191
8272
|
export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
8192
|
-
libraryId: Scalars["String"];
|
|
8193
|
-
}>>;
|
|
8194
|
-
export declare function useGetVersionableAttributesByLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
8195
|
-
libraryId: Scalars["String"];
|
|
8273
|
+
libraryId: Scalars["String"]["input"];
|
|
8196
8274
|
}>>;
|
|
8197
8275
|
export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
|
|
8198
8276
|
export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
|
|
8199
|
-
export type GetVersionableAttributesByLibrarySuspenseQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibrarySuspenseQuery>;
|
|
8200
8277
|
export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
|
|
8201
8278
|
export declare const SaveAttributeDocument: Apollo.DocumentNode;
|
|
8202
8279
|
export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
|
|
@@ -8243,23 +8320,17 @@ export declare const ExportDocument: Apollo.DocumentNode;
|
|
|
8243
8320
|
* });
|
|
8244
8321
|
*/
|
|
8245
8322
|
export declare function useExportQuery(baseOptions: Apollo.QueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.QueryResult<ExportQuery, Exact<{
|
|
8246
|
-
library: Scalars["ID"];
|
|
8323
|
+
library: Scalars["ID"]["input"];
|
|
8247
8324
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
8248
|
-
profile?: InputMaybe<Scalars["String"]>;
|
|
8325
|
+
profile?: InputMaybe<Scalars["String"]["input"]>;
|
|
8249
8326
|
}>>;
|
|
8250
8327
|
export declare function useExportLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.LazyQueryResultTuple<ExportQuery, Exact<{
|
|
8251
|
-
library: Scalars["ID"];
|
|
8252
|
-
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
8253
|
-
profile?: InputMaybe<Scalars["String"]>;
|
|
8254
|
-
}>>;
|
|
8255
|
-
export declare function useExportSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.UseSuspenseQueryResult<ExportQuery, Exact<{
|
|
8256
|
-
library: Scalars["ID"];
|
|
8328
|
+
library: Scalars["ID"]["input"];
|
|
8257
8329
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
8258
|
-
profile?: InputMaybe<Scalars["String"]>;
|
|
8330
|
+
profile?: InputMaybe<Scalars["String"]["input"]>;
|
|
8259
8331
|
}>>;
|
|
8260
8332
|
export type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
|
|
8261
8333
|
export type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
|
|
8262
|
-
export type ExportSuspenseQueryHookResult = ReturnType<typeof useExportSuspenseQuery>;
|
|
8263
8334
|
export type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
|
|
8264
8335
|
export declare const CreateDirectoryDocument: Apollo.DocumentNode;
|
|
8265
8336
|
export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
|
|
@@ -8283,9 +8354,9 @@ export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryM
|
|
|
8283
8354
|
* });
|
|
8284
8355
|
*/
|
|
8285
8356
|
export declare function useCreateDirectoryMutation(baseOptions?: Apollo.MutationHookOptions<CreateDirectoryMutation, CreateDirectoryMutationVariables>): Apollo.MutationTuple<CreateDirectoryMutation, Exact<{
|
|
8286
|
-
library: Scalars["String"];
|
|
8287
|
-
nodeId: Scalars["String"];
|
|
8288
|
-
name: Scalars["String"];
|
|
8357
|
+
library: Scalars["String"]["input"];
|
|
8358
|
+
nodeId: Scalars["String"]["input"];
|
|
8359
|
+
name: Scalars["String"]["input"];
|
|
8289
8360
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8290
8361
|
export type CreateDirectoryMutationHookResult = ReturnType<typeof useCreateDirectoryMutation>;
|
|
8291
8362
|
export type CreateDirectoryMutationResult = Apollo.MutationResult<CreateDirectoryMutation>;
|
|
@@ -8314,11 +8385,11 @@ export type ForcePreviewsGenerationMutationFn = Apollo.MutationFunction<ForcePre
|
|
|
8314
8385
|
* });
|
|
8315
8386
|
*/
|
|
8316
8387
|
export declare function useForcePreviewsGenerationMutation(baseOptions?: Apollo.MutationHookOptions<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>): Apollo.MutationTuple<ForcePreviewsGenerationMutation, Exact<{
|
|
8317
|
-
libraryId: Scalars["ID"];
|
|
8388
|
+
libraryId: Scalars["ID"]["input"];
|
|
8318
8389
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
8319
|
-
recordIds?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8320
|
-
failedOnly?: InputMaybe<Scalars["Boolean"]>;
|
|
8321
|
-
previewVersionSizeNames?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
8390
|
+
recordIds?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
8391
|
+
failedOnly?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
8392
|
+
previewVersionSizeNames?: InputMaybe<Array<Scalars["String"]["input"]> | Scalars["String"]["input"]>;
|
|
8322
8393
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8323
8394
|
export type ForcePreviewsGenerationMutationHookResult = ReturnType<typeof useForcePreviewsGenerationMutation>;
|
|
8324
8395
|
export type ForcePreviewsGenerationMutationResult = Apollo.MutationResult<ForcePreviewsGenerationMutation>;
|
|
@@ -8342,20 +8413,15 @@ export declare const GetDirectoryDataDocument: Apollo.DocumentNode;
|
|
|
8342
8413
|
* });
|
|
8343
8414
|
*/
|
|
8344
8415
|
export declare function useGetDirectoryDataQuery(baseOptions: Apollo.QueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.QueryResult<GetDirectoryDataQuery, Exact<{
|
|
8345
|
-
library: Scalars["ID"];
|
|
8346
|
-
directoryId: Scalars["String"];
|
|
8416
|
+
library: Scalars["ID"]["input"];
|
|
8417
|
+
directoryId: Scalars["String"]["input"];
|
|
8347
8418
|
}>>;
|
|
8348
8419
|
export declare function useGetDirectoryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.LazyQueryResultTuple<GetDirectoryDataQuery, Exact<{
|
|
8349
|
-
library: Scalars["ID"];
|
|
8350
|
-
directoryId: Scalars["String"];
|
|
8351
|
-
}>>;
|
|
8352
|
-
export declare function useGetDirectoryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetDirectoryDataQuery, Exact<{
|
|
8353
|
-
library: Scalars["ID"];
|
|
8354
|
-
directoryId: Scalars["String"];
|
|
8420
|
+
library: Scalars["ID"]["input"];
|
|
8421
|
+
directoryId: Scalars["String"]["input"];
|
|
8355
8422
|
}>>;
|
|
8356
8423
|
export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
|
|
8357
8424
|
export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
|
|
8358
|
-
export type GetDirectoryDataSuspenseQueryHookResult = ReturnType<typeof useGetDirectoryDataSuspenseQuery>;
|
|
8359
8425
|
export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
|
|
8360
8426
|
export declare const UploadUpdateDocument: Apollo.DocumentNode;
|
|
8361
8427
|
/**
|
|
@@ -8401,8 +8467,8 @@ export type UploadMutationFn = Apollo.MutationFunction<UploadMutation, UploadMut
|
|
|
8401
8467
|
* });
|
|
8402
8468
|
*/
|
|
8403
8469
|
export declare function useUploadMutation(baseOptions?: Apollo.MutationHookOptions<UploadMutation, UploadMutationVariables>): Apollo.MutationTuple<UploadMutation, Exact<{
|
|
8404
|
-
library: Scalars["String"];
|
|
8405
|
-
nodeId: Scalars["String"];
|
|
8470
|
+
library: Scalars["String"]["input"];
|
|
8471
|
+
nodeId: Scalars["String"]["input"];
|
|
8406
8472
|
files: Array<FileInput> | FileInput;
|
|
8407
8473
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8408
8474
|
export type UploadMutationHookResult = ReturnType<typeof useUploadMutation>;
|
|
@@ -8430,9 +8496,9 @@ export type ImportExcelMutationFn = Apollo.MutationFunction<ImportExcelMutation,
|
|
|
8430
8496
|
* });
|
|
8431
8497
|
*/
|
|
8432
8498
|
export declare function useImportExcelMutation(baseOptions?: Apollo.MutationHookOptions<ImportExcelMutation, ImportExcelMutationVariables>): Apollo.MutationTuple<ImportExcelMutation, Exact<{
|
|
8433
|
-
file: Scalars["Upload"];
|
|
8499
|
+
file: Scalars["Upload"]["input"];
|
|
8434
8500
|
sheets?: InputMaybe<Array<InputMaybe<SheetInput>> | InputMaybe<SheetInput>>;
|
|
8435
|
-
startAt?: InputMaybe<Scalars["Int"]>;
|
|
8501
|
+
startAt?: InputMaybe<Scalars["Int"]["input"]>;
|
|
8436
8502
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8437
8503
|
export type ImportExcelMutationHookResult = ReturnType<typeof useImportExcelMutation>;
|
|
8438
8504
|
export type ImportExcelMutationResult = Apollo.MutationResult<ImportExcelMutation>;
|
|
@@ -8455,17 +8521,13 @@ export declare const CheckLibraryExistenceDocument: Apollo.DocumentNode;
|
|
|
8455
8521
|
* });
|
|
8456
8522
|
*/
|
|
8457
8523
|
export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.QueryResult<CheckLibraryExistenceQuery, Exact<{
|
|
8458
|
-
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8524
|
+
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
8459
8525
|
}>>;
|
|
8460
8526
|
export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
|
|
8461
|
-
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8462
|
-
}>>;
|
|
8463
|
-
export declare function useCheckLibraryExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckLibraryExistenceQuery, Exact<{
|
|
8464
|
-
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8527
|
+
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
8465
8528
|
}>>;
|
|
8466
8529
|
export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
|
|
8467
8530
|
export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
|
|
8468
|
-
export type CheckLibraryExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckLibraryExistenceSuspenseQuery>;
|
|
8469
8531
|
export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
|
|
8470
8532
|
export declare const DeleteLibraryDocument: Apollo.DocumentNode;
|
|
8471
8533
|
export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
|
|
@@ -8487,7 +8549,7 @@ export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutat
|
|
|
8487
8549
|
* });
|
|
8488
8550
|
*/
|
|
8489
8551
|
export declare function useDeleteLibraryMutation(baseOptions?: Apollo.MutationHookOptions<DeleteLibraryMutation, DeleteLibraryMutationVariables>): Apollo.MutationTuple<DeleteLibraryMutation, Exact<{
|
|
8490
|
-
id?: InputMaybe<Scalars["ID"]>;
|
|
8552
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8491
8553
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8492
8554
|
export type DeleteLibraryMutationHookResult = ReturnType<typeof useDeleteLibraryMutation>;
|
|
8493
8555
|
export type DeleteLibraryMutationResult = Apollo.MutationResult<DeleteLibraryMutation>;
|
|
@@ -8514,12 +8576,8 @@ export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptio
|
|
|
8514
8576
|
export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
|
|
8515
8577
|
[key: string]: never;
|
|
8516
8578
|
}>>;
|
|
8517
|
-
export declare function useGetLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibrariesQuery, Exact<{
|
|
8518
|
-
[key: string]: never;
|
|
8519
|
-
}>>;
|
|
8520
8579
|
export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
|
|
8521
8580
|
export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
|
|
8522
|
-
export type GetLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetLibrariesSuspenseQuery>;
|
|
8523
8581
|
export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
|
|
8524
8582
|
export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
8525
8583
|
/**
|
|
@@ -8539,17 +8597,13 @@ export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
|
8539
8597
|
* });
|
|
8540
8598
|
*/
|
|
8541
8599
|
export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.QueryResult<GetLibraryByIdQuery, Exact<{
|
|
8542
|
-
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8600
|
+
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
8543
8601
|
}>>;
|
|
8544
8602
|
export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
|
|
8545
|
-
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8546
|
-
}>>;
|
|
8547
|
-
export declare function useGetLibraryByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryByIdQuery, Exact<{
|
|
8548
|
-
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8603
|
+
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
8549
8604
|
}>>;
|
|
8550
8605
|
export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
|
|
8551
8606
|
export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
|
|
8552
|
-
export type GetLibraryByIdSuspenseQueryHookResult = ReturnType<typeof useGetLibraryByIdSuspenseQuery>;
|
|
8553
8607
|
export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
|
|
8554
8608
|
export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
8555
8609
|
/**
|
|
@@ -8569,17 +8623,13 @@ export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
|
8569
8623
|
* });
|
|
8570
8624
|
*/
|
|
8571
8625
|
export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.QueryResult<GetLibraryPermissionsQuery, Exact<{
|
|
8572
|
-
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8626
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
8573
8627
|
}>>;
|
|
8574
8628
|
export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
|
|
8575
|
-
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8576
|
-
}>>;
|
|
8577
|
-
export declare function useGetLibraryPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPermissionsQuery, Exact<{
|
|
8578
|
-
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8629
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
8579
8630
|
}>>;
|
|
8580
8631
|
export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
|
|
8581
8632
|
export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
|
|
8582
|
-
export type GetLibraryPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPermissionsSuspenseQuery>;
|
|
8583
8633
|
export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
|
|
8584
8634
|
export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
|
|
8585
8635
|
/**
|
|
@@ -8599,17 +8649,13 @@ export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
|
|
|
8599
8649
|
* });
|
|
8600
8650
|
*/
|
|
8601
8651
|
export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
8602
|
-
id: Scalars["ID"];
|
|
8652
|
+
id: Scalars["ID"]["input"];
|
|
8603
8653
|
}>>;
|
|
8604
8654
|
export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
8605
|
-
id: Scalars["ID"];
|
|
8606
|
-
}>>;
|
|
8607
|
-
export declare function useGetLibraryPreviewsSettingsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
8608
|
-
id: Scalars["ID"];
|
|
8655
|
+
id: Scalars["ID"]["input"];
|
|
8609
8656
|
}>>;
|
|
8610
8657
|
export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
|
|
8611
8658
|
export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
|
|
8612
|
-
export type GetLibraryPreviewsSettingsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsSuspenseQuery>;
|
|
8613
8659
|
export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
|
|
8614
8660
|
export declare const SaveLibraryDocument: Apollo.DocumentNode;
|
|
8615
8661
|
export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
|
|
@@ -8659,24 +8705,17 @@ export declare const IsAllowedDocument: Apollo.DocumentNode;
|
|
|
8659
8705
|
export declare function useIsAllowedQuery(baseOptions: Apollo.QueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.QueryResult<IsAllowedQuery, Exact<{
|
|
8660
8706
|
type: PermissionTypes;
|
|
8661
8707
|
actions: Array<PermissionsActions> | PermissionsActions;
|
|
8662
|
-
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
8708
|
+
applyTo?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8663
8709
|
target?: InputMaybe<PermissionTarget>;
|
|
8664
8710
|
}>>;
|
|
8665
8711
|
export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.LazyQueryResultTuple<IsAllowedQuery, Exact<{
|
|
8666
8712
|
type: PermissionTypes;
|
|
8667
8713
|
actions: Array<PermissionsActions> | PermissionsActions;
|
|
8668
|
-
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
8669
|
-
target?: InputMaybe<PermissionTarget>;
|
|
8670
|
-
}>>;
|
|
8671
|
-
export declare function useIsAllowedSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.UseSuspenseQueryResult<IsAllowedQuery, Exact<{
|
|
8672
|
-
type: PermissionTypes;
|
|
8673
|
-
actions: Array<PermissionsActions> | PermissionsActions;
|
|
8674
|
-
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
8714
|
+
applyTo?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8675
8715
|
target?: InputMaybe<PermissionTarget>;
|
|
8676
8716
|
}>>;
|
|
8677
8717
|
export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
|
|
8678
8718
|
export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
|
|
8679
|
-
export type IsAllowedSuspenseQueryHookResult = ReturnType<typeof useIsAllowedSuspenseQuery>;
|
|
8680
8719
|
export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
|
|
8681
8720
|
export declare const ActivateNewRecordDocument: Apollo.DocumentNode;
|
|
8682
8721
|
export type ActivateNewRecordMutationFn = Apollo.MutationFunction<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>;
|
|
@@ -8700,9 +8739,9 @@ export type ActivateNewRecordMutationFn = Apollo.MutationFunction<ActivateNewRec
|
|
|
8700
8739
|
* });
|
|
8701
8740
|
*/
|
|
8702
8741
|
export declare function useActivateNewRecordMutation(baseOptions?: Apollo.MutationHookOptions<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>): Apollo.MutationTuple<ActivateNewRecordMutation, Exact<{
|
|
8703
|
-
libraryId: Scalars["ID"];
|
|
8704
|
-
recordId: Scalars["ID"];
|
|
8705
|
-
formId?: InputMaybe<Scalars["String"]>;
|
|
8742
|
+
libraryId: Scalars["ID"]["input"];
|
|
8743
|
+
recordId: Scalars["ID"]["input"];
|
|
8744
|
+
formId?: InputMaybe<Scalars["String"]["input"]>;
|
|
8706
8745
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8707
8746
|
export type ActivateNewRecordMutationHookResult = ReturnType<typeof useActivateNewRecordMutation>;
|
|
8708
8747
|
export type ActivateNewRecordMutationResult = Apollo.MutationResult<ActivateNewRecordMutation>;
|
|
@@ -8729,8 +8768,8 @@ export type ActivateRecordsMutationFn = Apollo.MutationFunction<ActivateRecordsM
|
|
|
8729
8768
|
* });
|
|
8730
8769
|
*/
|
|
8731
8770
|
export declare function useActivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>): Apollo.MutationTuple<ActivateRecordsMutation, Exact<{
|
|
8732
|
-
libraryId: Scalars["String"];
|
|
8733
|
-
recordsIds?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
8771
|
+
libraryId: Scalars["String"]["input"];
|
|
8772
|
+
recordsIds?: InputMaybe<Array<Scalars["String"]["input"]> | Scalars["String"]["input"]>;
|
|
8734
8773
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
8735
8774
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8736
8775
|
export type ActivateRecordsMutationHookResult = ReturnType<typeof useActivateRecordsMutation>;
|
|
@@ -8756,7 +8795,7 @@ export type CreateEmptyRecordMutationFn = Apollo.MutationFunction<CreateEmptyRec
|
|
|
8756
8795
|
* });
|
|
8757
8796
|
*/
|
|
8758
8797
|
export declare function useCreateEmptyRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>): Apollo.MutationTuple<CreateEmptyRecordMutation, Exact<{
|
|
8759
|
-
library: Scalars["ID"];
|
|
8798
|
+
library: Scalars["ID"]["input"];
|
|
8760
8799
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8761
8800
|
export type CreateEmptyRecordMutationHookResult = ReturnType<typeof useCreateEmptyRecordMutation>;
|
|
8762
8801
|
export type CreateEmptyRecordMutationResult = Apollo.MutationResult<CreateEmptyRecordMutation>;
|
|
@@ -8782,7 +8821,7 @@ export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutatio
|
|
|
8782
8821
|
* });
|
|
8783
8822
|
*/
|
|
8784
8823
|
export declare function useCreateRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateRecordMutation, CreateRecordMutationVariables>): Apollo.MutationTuple<CreateRecordMutation, Exact<{
|
|
8785
|
-
library: Scalars["ID"];
|
|
8824
|
+
library: Scalars["ID"]["input"];
|
|
8786
8825
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
8787
8826
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8788
8827
|
export type CreateRecordMutationHookResult = ReturnType<typeof useCreateRecordMutation>;
|
|
@@ -8810,8 +8849,8 @@ export type DeactivateRecordsMutationFn = Apollo.MutationFunction<DeactivateReco
|
|
|
8810
8849
|
* });
|
|
8811
8850
|
*/
|
|
8812
8851
|
export declare function useDeactivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>): Apollo.MutationTuple<DeactivateRecordsMutation, Exact<{
|
|
8813
|
-
libraryId: Scalars["String"];
|
|
8814
|
-
recordsIds?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
8852
|
+
libraryId: Scalars["String"]["input"];
|
|
8853
|
+
recordsIds?: InputMaybe<Array<Scalars["String"]["input"]> | Scalars["String"]["input"]>;
|
|
8815
8854
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
8816
8855
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8817
8856
|
export type DeactivateRecordsMutationHookResult = ReturnType<typeof useDeactivateRecordsMutation>;
|
|
@@ -8837,23 +8876,17 @@ export declare const DoesFileExistAsChildDocument: Apollo.DocumentNode;
|
|
|
8837
8876
|
* });
|
|
8838
8877
|
*/
|
|
8839
8878
|
export declare function useDoesFileExistAsChildQuery(baseOptions: Apollo.QueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.QueryResult<DoesFileExistAsChildQuery, Exact<{
|
|
8840
|
-
parentNode?: InputMaybe<Scalars["ID"]>;
|
|
8841
|
-
treeId: Scalars["ID"];
|
|
8842
|
-
filename: Scalars["String"];
|
|
8879
|
+
parentNode?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8880
|
+
treeId: Scalars["ID"]["input"];
|
|
8881
|
+
filename: Scalars["String"]["input"];
|
|
8843
8882
|
}>>;
|
|
8844
8883
|
export declare function useDoesFileExistAsChildLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.LazyQueryResultTuple<DoesFileExistAsChildQuery, Exact<{
|
|
8845
|
-
parentNode?: InputMaybe<Scalars["ID"]>;
|
|
8846
|
-
treeId: Scalars["ID"];
|
|
8847
|
-
filename: Scalars["String"];
|
|
8848
|
-
}>>;
|
|
8849
|
-
export declare function useDoesFileExistAsChildSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.UseSuspenseQueryResult<DoesFileExistAsChildQuery, Exact<{
|
|
8850
|
-
parentNode?: InputMaybe<Scalars["ID"]>;
|
|
8851
|
-
treeId: Scalars["ID"];
|
|
8852
|
-
filename: Scalars["String"];
|
|
8884
|
+
parentNode?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8885
|
+
treeId: Scalars["ID"]["input"];
|
|
8886
|
+
filename: Scalars["String"]["input"];
|
|
8853
8887
|
}>>;
|
|
8854
8888
|
export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
|
|
8855
8889
|
export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
|
|
8856
|
-
export type DoesFileExistAsChildSuspenseQueryHookResult = ReturnType<typeof useDoesFileExistAsChildSuspenseQuery>;
|
|
8857
8890
|
export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
|
|
8858
8891
|
export declare const GetFileDataDocument: Apollo.DocumentNode;
|
|
8859
8892
|
/**
|
|
@@ -8875,23 +8908,17 @@ export declare const GetFileDataDocument: Apollo.DocumentNode;
|
|
|
8875
8908
|
* });
|
|
8876
8909
|
*/
|
|
8877
8910
|
export declare function useGetFileDataQuery(baseOptions: Apollo.QueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.QueryResult<GetFileDataQuery, Exact<{
|
|
8878
|
-
library: Scalars["ID"];
|
|
8879
|
-
fileId: Scalars["String"];
|
|
8880
|
-
previewsStatusAttribute: Scalars["ID"];
|
|
8911
|
+
library: Scalars["ID"]["input"];
|
|
8912
|
+
fileId: Scalars["String"]["input"];
|
|
8913
|
+
previewsStatusAttribute: Scalars["ID"]["input"];
|
|
8881
8914
|
}>>;
|
|
8882
8915
|
export declare function useGetFileDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.LazyQueryResultTuple<GetFileDataQuery, Exact<{
|
|
8883
|
-
library: Scalars["ID"];
|
|
8884
|
-
fileId: Scalars["String"];
|
|
8885
|
-
previewsStatusAttribute: Scalars["ID"];
|
|
8886
|
-
}>>;
|
|
8887
|
-
export declare function useGetFileDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetFileDataQuery, Exact<{
|
|
8888
|
-
library: Scalars["ID"];
|
|
8889
|
-
fileId: Scalars["String"];
|
|
8890
|
-
previewsStatusAttribute: Scalars["ID"];
|
|
8916
|
+
library: Scalars["ID"]["input"];
|
|
8917
|
+
fileId: Scalars["String"]["input"];
|
|
8918
|
+
previewsStatusAttribute: Scalars["ID"]["input"];
|
|
8891
8919
|
}>>;
|
|
8892
8920
|
export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
|
|
8893
8921
|
export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
|
|
8894
|
-
export type GetFileDataSuspenseQueryHookResult = ReturnType<typeof useGetFileDataSuspenseQuery>;
|
|
8895
8922
|
export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
|
|
8896
8923
|
export declare const RecordFormDocument: Apollo.DocumentNode;
|
|
8897
8924
|
/**
|
|
@@ -8914,26 +8941,19 @@ export declare const RecordFormDocument: Apollo.DocumentNode;
|
|
|
8914
8941
|
* });
|
|
8915
8942
|
*/
|
|
8916
8943
|
export declare function useRecordFormQuery(baseOptions: Apollo.QueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.QueryResult<RecordFormQuery, Exact<{
|
|
8917
|
-
libraryId: Scalars["String"];
|
|
8918
|
-
formId: Scalars["String"];
|
|
8919
|
-
recordId?: InputMaybe<Scalars["String"]>;
|
|
8944
|
+
libraryId: Scalars["String"]["input"];
|
|
8945
|
+
formId: Scalars["String"]["input"];
|
|
8946
|
+
recordId?: InputMaybe<Scalars["String"]["input"]>;
|
|
8920
8947
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
8921
8948
|
}>>;
|
|
8922
8949
|
export declare function useRecordFormLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.LazyQueryResultTuple<RecordFormQuery, Exact<{
|
|
8923
|
-
libraryId: Scalars["String"];
|
|
8924
|
-
formId: Scalars["String"];
|
|
8925
|
-
recordId?: InputMaybe<Scalars["String"]>;
|
|
8926
|
-
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
8927
|
-
}>>;
|
|
8928
|
-
export declare function useRecordFormSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.UseSuspenseQueryResult<RecordFormQuery, Exact<{
|
|
8929
|
-
libraryId: Scalars["String"];
|
|
8930
|
-
formId: Scalars["String"];
|
|
8931
|
-
recordId?: InputMaybe<Scalars["String"]>;
|
|
8950
|
+
libraryId: Scalars["String"]["input"];
|
|
8951
|
+
formId: Scalars["String"]["input"];
|
|
8952
|
+
recordId?: InputMaybe<Scalars["String"]["input"]>;
|
|
8932
8953
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
8933
8954
|
}>>;
|
|
8934
8955
|
export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
|
|
8935
8956
|
export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
|
|
8936
|
-
export type RecordFormSuspenseQueryHookResult = ReturnType<typeof useRecordFormSuspenseQuery>;
|
|
8937
8957
|
export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
|
|
8938
8958
|
export declare const RecordUpdateDocument: Apollo.DocumentNode;
|
|
8939
8959
|
/**
|
|
@@ -8977,23 +8997,17 @@ export declare const GetRecordsFromLibraryDocument: Apollo.DocumentNode;
|
|
|
8977
8997
|
* });
|
|
8978
8998
|
*/
|
|
8979
8999
|
export declare function useGetRecordsFromLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.QueryResult<GetRecordsFromLibraryQuery, Exact<{
|
|
8980
|
-
libraryId: Scalars["ID"];
|
|
9000
|
+
libraryId: Scalars["ID"]["input"];
|
|
8981
9001
|
pagination?: InputMaybe<RecordsPagination>;
|
|
8982
9002
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8983
9003
|
}>>;
|
|
8984
9004
|
export declare function useGetRecordsFromLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordsFromLibraryQuery, Exact<{
|
|
8985
|
-
libraryId: Scalars["ID"];
|
|
8986
|
-
pagination?: InputMaybe<RecordsPagination>;
|
|
8987
|
-
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8988
|
-
}>>;
|
|
8989
|
-
export declare function useGetRecordsFromLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordsFromLibraryQuery, Exact<{
|
|
8990
|
-
libraryId: Scalars["ID"];
|
|
9005
|
+
libraryId: Scalars["ID"]["input"];
|
|
8991
9006
|
pagination?: InputMaybe<RecordsPagination>;
|
|
8992
9007
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8993
9008
|
}>>;
|
|
8994
9009
|
export type GetRecordsFromLibraryQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryQuery>;
|
|
8995
9010
|
export type GetRecordsFromLibraryLazyQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryLazyQuery>;
|
|
8996
|
-
export type GetRecordsFromLibrarySuspenseQueryHookResult = ReturnType<typeof useGetRecordsFromLibrarySuspenseQuery>;
|
|
8997
9011
|
export type GetRecordsFromLibraryQueryResult = Apollo.QueryResult<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>;
|
|
8998
9012
|
export declare const IndexRecordsDocument: Apollo.DocumentNode;
|
|
8999
9013
|
export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
|
|
@@ -9016,8 +9030,8 @@ export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutatio
|
|
|
9016
9030
|
* });
|
|
9017
9031
|
*/
|
|
9018
9032
|
export declare function useIndexRecordsMutation(baseOptions?: Apollo.MutationHookOptions<IndexRecordsMutation, IndexRecordsMutationVariables>): Apollo.MutationTuple<IndexRecordsMutation, Exact<{
|
|
9019
|
-
libraryId: Scalars["String"];
|
|
9020
|
-
records?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
|
|
9033
|
+
libraryId: Scalars["String"]["input"];
|
|
9034
|
+
records?: InputMaybe<Array<Scalars["String"]["input"]> | Scalars["String"]["input"]>;
|
|
9021
9035
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9022
9036
|
export type IndexRecordsMutationHookResult = ReturnType<typeof useIndexRecordsMutation>;
|
|
9023
9037
|
export type IndexRecordsMutationResult = Apollo.MutationResult<IndexRecordsMutation>;
|
|
@@ -9043,8 +9057,8 @@ export type PurgeRecordMutationFn = Apollo.MutationFunction<PurgeRecordMutation,
|
|
|
9043
9057
|
* });
|
|
9044
9058
|
*/
|
|
9045
9059
|
export declare function usePurgeRecordMutation(baseOptions?: Apollo.MutationHookOptions<PurgeRecordMutation, PurgeRecordMutationVariables>): Apollo.MutationTuple<PurgeRecordMutation, Exact<{
|
|
9046
|
-
libraryId: Scalars["ID"];
|
|
9047
|
-
recordId: Scalars["ID"];
|
|
9060
|
+
libraryId: Scalars["ID"]["input"];
|
|
9061
|
+
recordId: Scalars["ID"]["input"];
|
|
9048
9062
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9049
9063
|
export type PurgeRecordMutationHookResult = ReturnType<typeof usePurgeRecordMutation>;
|
|
9050
9064
|
export type PurgeRecordMutationResult = Apollo.MutationResult<PurgeRecordMutation>;
|
|
@@ -9069,7 +9083,7 @@ export type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, C
|
|
|
9069
9083
|
* });
|
|
9070
9084
|
*/
|
|
9071
9085
|
export declare function useCancelTaskMutation(baseOptions?: Apollo.MutationHookOptions<CancelTaskMutation, CancelTaskMutationVariables>): Apollo.MutationTuple<CancelTaskMutation, Exact<{
|
|
9072
|
-
taskId: Scalars["ID"];
|
|
9086
|
+
taskId: Scalars["ID"]["input"];
|
|
9073
9087
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9074
9088
|
export type CancelTaskMutationHookResult = ReturnType<typeof useCancelTaskMutation>;
|
|
9075
9089
|
export type CancelTaskMutationResult = Apollo.MutationResult<CancelTaskMutation>;
|
|
@@ -9092,17 +9106,13 @@ export declare const CheckTreeExistenceDocument: Apollo.DocumentNode;
|
|
|
9092
9106
|
* });
|
|
9093
9107
|
*/
|
|
9094
9108
|
export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.QueryResult<CheckTreeExistenceQuery, Exact<{
|
|
9095
|
-
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9109
|
+
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9096
9110
|
}>>;
|
|
9097
9111
|
export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
|
|
9098
|
-
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9099
|
-
}>>;
|
|
9100
|
-
export declare function useCheckTreeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckTreeExistenceQuery, Exact<{
|
|
9101
|
-
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9112
|
+
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9102
9113
|
}>>;
|
|
9103
9114
|
export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
|
|
9104
9115
|
export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
|
|
9105
|
-
export type CheckTreeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckTreeExistenceSuspenseQuery>;
|
|
9106
9116
|
export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
|
|
9107
9117
|
export declare const DeleteTreeDocument: Apollo.DocumentNode;
|
|
9108
9118
|
export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
|
|
@@ -9124,7 +9134,7 @@ export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, D
|
|
|
9124
9134
|
* });
|
|
9125
9135
|
*/
|
|
9126
9136
|
export declare function useDeleteTreeMutation(baseOptions?: Apollo.MutationHookOptions<DeleteTreeMutation, DeleteTreeMutationVariables>): Apollo.MutationTuple<DeleteTreeMutation, Exact<{
|
|
9127
|
-
id: Scalars["ID"];
|
|
9137
|
+
id: Scalars["ID"]["input"];
|
|
9128
9138
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9129
9139
|
export type DeleteTreeMutationHookResult = ReturnType<typeof useDeleteTreeMutation>;
|
|
9130
9140
|
export type DeleteTreeMutationResult = Apollo.MutationResult<DeleteTreeMutation>;
|
|
@@ -9147,17 +9157,13 @@ export declare const GetTreeByIdDocument: Apollo.DocumentNode;
|
|
|
9147
9157
|
* });
|
|
9148
9158
|
*/
|
|
9149
9159
|
export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.QueryResult<GetTreeByIdQuery, Exact<{
|
|
9150
|
-
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9160
|
+
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9151
9161
|
}>>;
|
|
9152
9162
|
export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
|
|
9153
|
-
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9154
|
-
}>>;
|
|
9155
|
-
export declare function useGetTreeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeByIdQuery, Exact<{
|
|
9156
|
-
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9163
|
+
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9157
9164
|
}>>;
|
|
9158
9165
|
export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
|
|
9159
9166
|
export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
|
|
9160
|
-
export type GetTreeByIdSuspenseQueryHookResult = ReturnType<typeof useGetTreeByIdSuspenseQuery>;
|
|
9161
9167
|
export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
|
|
9162
9168
|
export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
9163
9169
|
/**
|
|
@@ -9178,20 +9184,15 @@ export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
|
9178
9184
|
* });
|
|
9179
9185
|
*/
|
|
9180
9186
|
export declare function useGetTreeLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.QueryResult<GetTreeLibrariesQuery, Exact<{
|
|
9181
|
-
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9182
|
-
library?: InputMaybe<Scalars["String"]>;
|
|
9187
|
+
treeId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9188
|
+
library?: InputMaybe<Scalars["String"]["input"]>;
|
|
9183
9189
|
}>>;
|
|
9184
9190
|
export declare function useGetTreeLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeLibrariesQuery, Exact<{
|
|
9185
|
-
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9186
|
-
library?: InputMaybe<Scalars["String"]>;
|
|
9187
|
-
}>>;
|
|
9188
|
-
export declare function useGetTreeLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeLibrariesQuery, Exact<{
|
|
9189
|
-
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9190
|
-
library?: InputMaybe<Scalars["String"]>;
|
|
9191
|
+
treeId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9192
|
+
library?: InputMaybe<Scalars["String"]["input"]>;
|
|
9191
9193
|
}>>;
|
|
9192
9194
|
export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
|
|
9193
9195
|
export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
|
|
9194
|
-
export type GetTreeLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetTreeLibrariesSuspenseQuery>;
|
|
9195
9196
|
export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
|
|
9196
9197
|
export declare const GetTreesDocument: Apollo.DocumentNode;
|
|
9197
9198
|
/**
|
|
@@ -9215,12 +9216,8 @@ export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<G
|
|
|
9215
9216
|
export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
|
|
9216
9217
|
[key: string]: never;
|
|
9217
9218
|
}>>;
|
|
9218
|
-
export declare function useGetTreesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreesQuery, Exact<{
|
|
9219
|
-
[key: string]: never;
|
|
9220
|
-
}>>;
|
|
9221
9219
|
export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
|
|
9222
9220
|
export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
|
|
9223
|
-
export type GetTreesSuspenseQueryHookResult = ReturnType<typeof useGetTreesSuspenseQuery>;
|
|
9224
9221
|
export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
|
|
9225
9222
|
export declare const SaveTreeDocument: Apollo.DocumentNode;
|
|
9226
9223
|
export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
|
|
@@ -9264,30 +9261,26 @@ export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
|
|
|
9264
9261
|
* node: // value for 'node'
|
|
9265
9262
|
* pagination: // value for 'pagination'
|
|
9266
9263
|
* childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
|
|
9264
|
+
* dependentValuesPermissionFilter: // value for 'dependentValuesPermissionFilter'
|
|
9267
9265
|
* },
|
|
9268
9266
|
* });
|
|
9269
9267
|
*/
|
|
9270
9268
|
export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.QueryResult<TreeNodeChildrenQuery, Exact<{
|
|
9271
|
-
treeId: Scalars["ID"];
|
|
9272
|
-
node?: InputMaybe<Scalars["ID"]>;
|
|
9269
|
+
treeId: Scalars["ID"]["input"];
|
|
9270
|
+
node?: InputMaybe<Scalars["ID"]["input"]>;
|
|
9273
9271
|
pagination?: InputMaybe<Pagination>;
|
|
9274
9272
|
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
9273
|
+
dependentValuesPermissionFilter?: InputMaybe<DependentValuesPermissionFilterInput>;
|
|
9275
9274
|
}>>;
|
|
9276
9275
|
export declare function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.LazyQueryResultTuple<TreeNodeChildrenQuery, Exact<{
|
|
9277
|
-
treeId: Scalars["ID"];
|
|
9278
|
-
node?: InputMaybe<Scalars["ID"]>;
|
|
9279
|
-
pagination?: InputMaybe<Pagination>;
|
|
9280
|
-
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
9281
|
-
}>>;
|
|
9282
|
-
export declare function useTreeNodeChildrenSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.UseSuspenseQueryResult<TreeNodeChildrenQuery, Exact<{
|
|
9283
|
-
treeId: Scalars["ID"];
|
|
9284
|
-
node?: InputMaybe<Scalars["ID"]>;
|
|
9276
|
+
treeId: Scalars["ID"]["input"];
|
|
9277
|
+
node?: InputMaybe<Scalars["ID"]["input"]>;
|
|
9285
9278
|
pagination?: InputMaybe<Pagination>;
|
|
9286
9279
|
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
9280
|
+
dependentValuesPermissionFilter?: InputMaybe<DependentValuesPermissionFilterInput>;
|
|
9287
9281
|
}>>;
|
|
9288
9282
|
export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
|
|
9289
9283
|
export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
|
|
9290
|
-
export type TreeNodeChildrenSuspenseQueryHookResult = ReturnType<typeof useTreeNodeChildrenSuspenseQuery>;
|
|
9291
9284
|
export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
|
|
9292
9285
|
export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
9293
9286
|
/**
|
|
@@ -9308,20 +9301,15 @@ export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
|
9308
9301
|
* });
|
|
9309
9302
|
*/
|
|
9310
9303
|
export declare function useGetUserDataQuery(baseOptions: Apollo.QueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.QueryResult<GetUserDataQuery, Exact<{
|
|
9311
|
-
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
9312
|
-
global?: InputMaybe<Scalars["Boolean"]>;
|
|
9304
|
+
keys: Array<Scalars["String"]["input"]> | Scalars["String"]["input"];
|
|
9305
|
+
global?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
9313
9306
|
}>>;
|
|
9314
9307
|
export declare function useGetUserDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.LazyQueryResultTuple<GetUserDataQuery, Exact<{
|
|
9315
|
-
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
9316
|
-
global?: InputMaybe<Scalars["Boolean"]>;
|
|
9317
|
-
}>>;
|
|
9318
|
-
export declare function useGetUserDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetUserDataQuery, Exact<{
|
|
9319
|
-
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
9320
|
-
global?: InputMaybe<Scalars["Boolean"]>;
|
|
9308
|
+
keys: Array<Scalars["String"]["input"]> | Scalars["String"]["input"];
|
|
9309
|
+
global?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
9321
9310
|
}>>;
|
|
9322
9311
|
export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
|
|
9323
9312
|
export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
|
|
9324
|
-
export type GetUserDataSuspenseQueryHookResult = ReturnType<typeof useGetUserDataSuspenseQuery>;
|
|
9325
9313
|
export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
|
|
9326
9314
|
export declare const SaveUserDataDocument: Apollo.DocumentNode;
|
|
9327
9315
|
export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
|
|
@@ -9345,9 +9333,9 @@ export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutatio
|
|
|
9345
9333
|
* });
|
|
9346
9334
|
*/
|
|
9347
9335
|
export declare function useSaveUserDataMutation(baseOptions?: Apollo.MutationHookOptions<SaveUserDataMutation, SaveUserDataMutationVariables>): Apollo.MutationTuple<SaveUserDataMutation, Exact<{
|
|
9348
|
-
key: Scalars["String"];
|
|
9349
|
-
value?: InputMaybe<Scalars["Any"]>;
|
|
9350
|
-
global: Scalars["Boolean"];
|
|
9336
|
+
key: Scalars["String"]["input"];
|
|
9337
|
+
value?: InputMaybe<Scalars["Any"]["input"]>;
|
|
9338
|
+
global: Scalars["Boolean"]["input"];
|
|
9351
9339
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9352
9340
|
export type SaveUserDataMutationHookResult = ReturnType<typeof useSaveUserDataMutation>;
|
|
9353
9341
|
export type SaveUserDataMutationResult = Apollo.MutationResult<SaveUserDataMutation>;
|
|
@@ -9375,9 +9363,9 @@ export type DeleteValueMutationFn = Apollo.MutationFunction<DeleteValueMutation,
|
|
|
9375
9363
|
* });
|
|
9376
9364
|
*/
|
|
9377
9365
|
export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHookOptions<DeleteValueMutation, DeleteValueMutationVariables>): Apollo.MutationTuple<DeleteValueMutation, Exact<{
|
|
9378
|
-
library: Scalars["ID"];
|
|
9379
|
-
recordId: Scalars["ID"];
|
|
9380
|
-
attribute: Scalars["ID"];
|
|
9366
|
+
library: Scalars["ID"]["input"];
|
|
9367
|
+
recordId: Scalars["ID"]["input"];
|
|
9368
|
+
attribute: Scalars["ID"]["input"];
|
|
9381
9369
|
value?: InputMaybe<ValueInput>;
|
|
9382
9370
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9383
9371
|
export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
|
|
@@ -9407,11 +9395,11 @@ export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMut
|
|
|
9407
9395
|
* });
|
|
9408
9396
|
*/
|
|
9409
9397
|
export declare function useSaveValueBatchMutation(baseOptions?: Apollo.MutationHookOptions<SaveValueBatchMutation, SaveValueBatchMutationVariables>): Apollo.MutationTuple<SaveValueBatchMutation, Exact<{
|
|
9410
|
-
library: Scalars["ID"];
|
|
9411
|
-
recordId: Scalars["ID"];
|
|
9398
|
+
library: Scalars["ID"]["input"];
|
|
9399
|
+
recordId: Scalars["ID"]["input"];
|
|
9412
9400
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
9413
9401
|
values: Array<ValueBatchInput> | ValueBatchInput;
|
|
9414
|
-
deleteEmpty?: InputMaybe<Scalars["Boolean"]>;
|
|
9402
|
+
deleteEmpty?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
9415
9403
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9416
9404
|
export type SaveValueBatchMutationHookResult = ReturnType<typeof useSaveValueBatchMutation>;
|
|
9417
9405
|
export type SaveValueBatchMutationResult = Apollo.MutationResult<SaveValueBatchMutation>;
|
|
@@ -9439,9 +9427,9 @@ export type SaveValueBulkMutationFn = Apollo.MutationFunction<SaveValueBulkMutat
|
|
|
9439
9427
|
* });
|
|
9440
9428
|
*/
|
|
9441
9429
|
export declare function useSaveValueBulkMutation(baseOptions?: Apollo.MutationHookOptions<SaveValueBulkMutation, SaveValueBulkMutationVariables>): Apollo.MutationTuple<SaveValueBulkMutation, Exact<{
|
|
9442
|
-
libraryId: Scalars["ID"];
|
|
9430
|
+
libraryId: Scalars["ID"]["input"];
|
|
9443
9431
|
recordsFilters: Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>;
|
|
9444
|
-
attributeId: Scalars["ID"];
|
|
9432
|
+
attributeId: Scalars["ID"]["input"];
|
|
9445
9433
|
mapValues: Array<MapValueInput> | MapValueInput;
|
|
9446
9434
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9447
9435
|
export type SaveValueBulkMutationHookResult = ReturnType<typeof useSaveValueBulkMutation>;
|
|
@@ -9467,7 +9455,7 @@ export type DeleteViewMutationFn = Apollo.MutationFunction<DeleteViewMutation, D
|
|
|
9467
9455
|
* });
|
|
9468
9456
|
*/
|
|
9469
9457
|
export declare function useDeleteViewMutation(baseOptions?: Apollo.MutationHookOptions<DeleteViewMutation, DeleteViewMutationVariables>): Apollo.MutationTuple<DeleteViewMutation, Exact<{
|
|
9470
|
-
viewId: Scalars["String"];
|
|
9458
|
+
viewId: Scalars["String"]["input"];
|
|
9471
9459
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9472
9460
|
export type DeleteViewMutationHookResult = ReturnType<typeof useDeleteViewMutation>;
|
|
9473
9461
|
export type DeleteViewMutationResult = Apollo.MutationResult<DeleteViewMutation>;
|
|
@@ -9490,17 +9478,13 @@ export declare const GetViewDocument: Apollo.DocumentNode;
|
|
|
9490
9478
|
* });
|
|
9491
9479
|
*/
|
|
9492
9480
|
export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.QueryResult<GetViewQuery, Exact<{
|
|
9493
|
-
viewId: Scalars["String"];
|
|
9481
|
+
viewId: Scalars["String"]["input"];
|
|
9494
9482
|
}>>;
|
|
9495
9483
|
export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
|
|
9496
|
-
viewId: Scalars["String"];
|
|
9497
|
-
}>>;
|
|
9498
|
-
export declare function useGetViewSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewQuery, Exact<{
|
|
9499
|
-
viewId: Scalars["String"];
|
|
9484
|
+
viewId: Scalars["String"]["input"];
|
|
9500
9485
|
}>>;
|
|
9501
9486
|
export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
|
|
9502
9487
|
export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
|
|
9503
|
-
export type GetViewSuspenseQueryHookResult = ReturnType<typeof useGetViewSuspenseQuery>;
|
|
9504
9488
|
export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
|
|
9505
9489
|
export declare const GetViewsListDocument: Apollo.DocumentNode;
|
|
9506
9490
|
/**
|
|
@@ -9520,17 +9504,13 @@ export declare const GetViewsListDocument: Apollo.DocumentNode;
|
|
|
9520
9504
|
* });
|
|
9521
9505
|
*/
|
|
9522
9506
|
export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.QueryResult<GetViewsListQuery, Exact<{
|
|
9523
|
-
libraryId: Scalars["String"];
|
|
9507
|
+
libraryId: Scalars["String"]["input"];
|
|
9524
9508
|
}>>;
|
|
9525
9509
|
export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
|
|
9526
|
-
libraryId: Scalars["String"];
|
|
9527
|
-
}>>;
|
|
9528
|
-
export declare function useGetViewsListSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewsListQuery, Exact<{
|
|
9529
|
-
libraryId: Scalars["String"];
|
|
9510
|
+
libraryId: Scalars["String"]["input"];
|
|
9530
9511
|
}>>;
|
|
9531
9512
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
9532
9513
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
9533
|
-
export type GetViewsListSuspenseQueryHookResult = ReturnType<typeof useGetViewsListSuspenseQuery>;
|
|
9534
9514
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
9535
9515
|
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
9536
9516
|
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
@@ -9576,20 +9556,15 @@ export declare const TreeFilterByDefaultValuesDocument: Apollo.DocumentNode;
|
|
|
9576
9556
|
* });
|
|
9577
9557
|
*/
|
|
9578
9558
|
export declare function useTreeFilterByDefaultValuesQuery(baseOptions: Apollo.QueryHookOptions<TreeFilterByDefaultValuesQuery, TreeFilterByDefaultValuesQueryVariables>): Apollo.QueryResult<TreeFilterByDefaultValuesQuery, Exact<{
|
|
9579
|
-
treeId: Scalars["ID"];
|
|
9559
|
+
treeId: Scalars["ID"]["input"];
|
|
9580
9560
|
accessRecordByDefaultPermission?: InputMaybe<AccessRecordByDefaultPermissionInput>;
|
|
9581
9561
|
}>>;
|
|
9582
9562
|
export declare function useTreeFilterByDefaultValuesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeFilterByDefaultValuesQuery, TreeFilterByDefaultValuesQueryVariables>): Apollo.LazyQueryResultTuple<TreeFilterByDefaultValuesQuery, Exact<{
|
|
9583
|
-
treeId: Scalars["ID"];
|
|
9584
|
-
accessRecordByDefaultPermission?: InputMaybe<AccessRecordByDefaultPermissionInput>;
|
|
9585
|
-
}>>;
|
|
9586
|
-
export declare function useTreeFilterByDefaultValuesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeFilterByDefaultValuesQuery, TreeFilterByDefaultValuesQueryVariables>): Apollo.UseSuspenseQueryResult<TreeFilterByDefaultValuesQuery, Exact<{
|
|
9587
|
-
treeId: Scalars["ID"];
|
|
9563
|
+
treeId: Scalars["ID"]["input"];
|
|
9588
9564
|
accessRecordByDefaultPermission?: InputMaybe<AccessRecordByDefaultPermissionInput>;
|
|
9589
9565
|
}>>;
|
|
9590
9566
|
export type TreeFilterByDefaultValuesQueryHookResult = ReturnType<typeof useTreeFilterByDefaultValuesQuery>;
|
|
9591
9567
|
export type TreeFilterByDefaultValuesLazyQueryHookResult = ReturnType<typeof useTreeFilterByDefaultValuesLazyQuery>;
|
|
9592
|
-
export type TreeFilterByDefaultValuesSuspenseQueryHookResult = ReturnType<typeof useTreeFilterByDefaultValuesSuspenseQuery>;
|
|
9593
9568
|
export type TreeFilterByDefaultValuesQueryResult = Apollo.QueryResult<TreeFilterByDefaultValuesQuery, TreeFilterByDefaultValuesQueryVariables>;
|
|
9594
9569
|
export declare const GetAttributesByLibWithPermissionsDocument: Apollo.DocumentNode;
|
|
9595
9570
|
/**
|
|
@@ -9609,17 +9584,13 @@ export declare const GetAttributesByLibWithPermissionsDocument: Apollo.DocumentN
|
|
|
9609
9584
|
* });
|
|
9610
9585
|
*/
|
|
9611
9586
|
export declare function useGetAttributesByLibWithPermissionsQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
9612
|
-
library: Scalars["String"];
|
|
9587
|
+
library: Scalars["String"]["input"];
|
|
9613
9588
|
}>>;
|
|
9614
9589
|
export declare function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
9615
|
-
library: Scalars["String"];
|
|
9616
|
-
}>>;
|
|
9617
|
-
export declare function useGetAttributesByLibWithPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
9618
|
-
library: Scalars["String"];
|
|
9590
|
+
library: Scalars["String"]["input"];
|
|
9619
9591
|
}>>;
|
|
9620
9592
|
export type GetAttributesByLibWithPermissionsQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsQuery>;
|
|
9621
9593
|
export type GetAttributesByLibWithPermissionsLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsLazyQuery>;
|
|
9622
|
-
export type GetAttributesByLibWithPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsSuspenseQuery>;
|
|
9623
9594
|
export type GetAttributesByLibWithPermissionsQueryResult = Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>;
|
|
9624
9595
|
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
9625
9596
|
/**
|
|
@@ -9639,17 +9610,13 @@ export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
|
9639
9610
|
* });
|
|
9640
9611
|
*/
|
|
9641
9612
|
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
|
|
9642
|
-
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9613
|
+
ids?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9643
9614
|
}>>;
|
|
9644
9615
|
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
9645
|
-
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9646
|
-
}>>;
|
|
9647
|
-
export declare function useExplorerAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerAttributesQuery, Exact<{
|
|
9648
|
-
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9616
|
+
ids?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9649
9617
|
}>>;
|
|
9650
9618
|
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
9651
9619
|
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
9652
|
-
export type ExplorerAttributesSuspenseQueryHookResult = ReturnType<typeof useExplorerAttributesSuspenseQuery>;
|
|
9653
9620
|
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
9654
9621
|
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
9655
9622
|
/**
|
|
@@ -9669,17 +9636,13 @@ export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
|
9669
9636
|
* });
|
|
9670
9637
|
*/
|
|
9671
9638
|
export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
9672
|
-
id: Scalars["ID"];
|
|
9639
|
+
id: Scalars["ID"]["input"];
|
|
9673
9640
|
}>>;
|
|
9674
9641
|
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
9675
|
-
id: Scalars["ID"];
|
|
9676
|
-
}>>;
|
|
9677
|
-
export declare function useExplorerLinkAttributeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
9678
|
-
id: Scalars["ID"];
|
|
9642
|
+
id: Scalars["ID"]["input"];
|
|
9679
9643
|
}>>;
|
|
9680
9644
|
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
9681
9645
|
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
9682
|
-
export type ExplorerLinkAttributeSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkAttributeSuspenseQuery>;
|
|
9683
9646
|
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
9684
9647
|
export declare const CountValuesOccurrencesDocument: Apollo.DocumentNode;
|
|
9685
9648
|
/**
|
|
@@ -9701,23 +9664,17 @@ export declare const CountValuesOccurrencesDocument: Apollo.DocumentNode;
|
|
|
9701
9664
|
* });
|
|
9702
9665
|
*/
|
|
9703
9666
|
export declare function useCountValuesOccurrencesQuery(baseOptions: Apollo.QueryHookOptions<CountValuesOccurrencesQuery, CountValuesOccurrencesQueryVariables>): Apollo.QueryResult<CountValuesOccurrencesQuery, Exact<{
|
|
9704
|
-
library: Scalars["ID"];
|
|
9705
|
-
attribute: Scalars["ID"];
|
|
9667
|
+
library: Scalars["ID"]["input"];
|
|
9668
|
+
attribute: Scalars["ID"]["input"];
|
|
9706
9669
|
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9707
9670
|
}>>;
|
|
9708
9671
|
export declare function useCountValuesOccurrencesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CountValuesOccurrencesQuery, CountValuesOccurrencesQueryVariables>): Apollo.LazyQueryResultTuple<CountValuesOccurrencesQuery, Exact<{
|
|
9709
|
-
library: Scalars["ID"];
|
|
9710
|
-
attribute: Scalars["ID"];
|
|
9711
|
-
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9712
|
-
}>>;
|
|
9713
|
-
export declare function useCountValuesOccurrencesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CountValuesOccurrencesQuery, CountValuesOccurrencesQueryVariables>): Apollo.UseSuspenseQueryResult<CountValuesOccurrencesQuery, Exact<{
|
|
9714
|
-
library: Scalars["ID"];
|
|
9715
|
-
attribute: Scalars["ID"];
|
|
9672
|
+
library: Scalars["ID"]["input"];
|
|
9673
|
+
attribute: Scalars["ID"]["input"];
|
|
9716
9674
|
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9717
9675
|
}>>;
|
|
9718
9676
|
export type CountValuesOccurrencesQueryHookResult = ReturnType<typeof useCountValuesOccurrencesQuery>;
|
|
9719
9677
|
export type CountValuesOccurrencesLazyQueryHookResult = ReturnType<typeof useCountValuesOccurrencesLazyQuery>;
|
|
9720
|
-
export type CountValuesOccurrencesSuspenseQueryHookResult = ReturnType<typeof useCountValuesOccurrencesSuspenseQuery>;
|
|
9721
9678
|
export type CountValuesOccurrencesQueryResult = Apollo.QueryResult<CountValuesOccurrencesQuery, CountValuesOccurrencesQueryVariables>;
|
|
9722
9679
|
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
9723
9680
|
/**
|
|
@@ -9742,32 +9699,23 @@ export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
|
9742
9699
|
* });
|
|
9743
9700
|
*/
|
|
9744
9701
|
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
9745
|
-
libraryId: Scalars["ID"];
|
|
9746
|
-
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
9702
|
+
libraryId: Scalars["ID"]["input"];
|
|
9703
|
+
attributeIds: Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"];
|
|
9747
9704
|
pagination?: InputMaybe<RecordsPagination>;
|
|
9748
9705
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9749
9706
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
9750
|
-
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
9707
|
+
searchQuery?: InputMaybe<Scalars["String"]["input"]>;
|
|
9751
9708
|
}>>;
|
|
9752
9709
|
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
9753
|
-
libraryId: Scalars["ID"];
|
|
9754
|
-
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
9710
|
+
libraryId: Scalars["ID"]["input"];
|
|
9711
|
+
attributeIds: Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"];
|
|
9755
9712
|
pagination?: InputMaybe<RecordsPagination>;
|
|
9756
9713
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9757
9714
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
9758
|
-
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
9759
|
-
}>>;
|
|
9760
|
-
export declare function useExplorerLibraryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
9761
|
-
libraryId: Scalars["ID"];
|
|
9762
|
-
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
9763
|
-
pagination?: InputMaybe<RecordsPagination>;
|
|
9764
|
-
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9765
|
-
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
9766
|
-
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
9715
|
+
searchQuery?: InputMaybe<Scalars["String"]["input"]>;
|
|
9767
9716
|
}>>;
|
|
9768
9717
|
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
9769
9718
|
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
9770
|
-
export type ExplorerLibraryDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDataSuspenseQuery>;
|
|
9771
9719
|
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
9772
9720
|
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
9773
9721
|
/**
|
|
@@ -9790,26 +9738,19 @@ export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
|
9790
9738
|
* });
|
|
9791
9739
|
*/
|
|
9792
9740
|
export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
|
|
9793
|
-
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
9794
|
-
parentLibraryId: Scalars["ID"];
|
|
9795
|
-
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
9796
|
-
linkAttributeId: Scalars["ID"];
|
|
9741
|
+
attributeIds: Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"];
|
|
9742
|
+
parentLibraryId: Scalars["ID"]["input"];
|
|
9743
|
+
parentRecordId?: InputMaybe<Scalars["String"]["input"]>;
|
|
9744
|
+
linkAttributeId: Scalars["ID"]["input"];
|
|
9797
9745
|
}>>;
|
|
9798
9746
|
export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
|
|
9799
|
-
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
9800
|
-
parentLibraryId: Scalars["ID"];
|
|
9801
|
-
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
9802
|
-
linkAttributeId: Scalars["ID"];
|
|
9803
|
-
}>>;
|
|
9804
|
-
export declare function useExplorerLinkDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkDataQuery, Exact<{
|
|
9805
|
-
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
9806
|
-
parentLibraryId: Scalars["ID"];
|
|
9807
|
-
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
9808
|
-
linkAttributeId: Scalars["ID"];
|
|
9747
|
+
attributeIds: Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"];
|
|
9748
|
+
parentLibraryId: Scalars["ID"]["input"];
|
|
9749
|
+
parentRecordId?: InputMaybe<Scalars["String"]["input"]>;
|
|
9750
|
+
linkAttributeId: Scalars["ID"]["input"];
|
|
9809
9751
|
}>>;
|
|
9810
9752
|
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
9811
9753
|
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
9812
|
-
export type ExplorerLinkDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkDataSuspenseQuery>;
|
|
9813
9754
|
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
9814
9755
|
export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
|
|
9815
9756
|
/**
|
|
@@ -9829,17 +9770,13 @@ export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
|
|
|
9829
9770
|
* });
|
|
9830
9771
|
*/
|
|
9831
9772
|
export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.QueryResult<GetLibraryAttributesQuery, Exact<{
|
|
9832
|
-
libraryId: Scalars["ID"];
|
|
9773
|
+
libraryId: Scalars["ID"]["input"];
|
|
9833
9774
|
}>>;
|
|
9834
9775
|
export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
|
|
9835
|
-
libraryId: Scalars["ID"];
|
|
9836
|
-
}>>;
|
|
9837
|
-
export declare function useGetLibraryAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryAttributesQuery, Exact<{
|
|
9838
|
-
libraryId: Scalars["ID"];
|
|
9776
|
+
libraryId: Scalars["ID"]["input"];
|
|
9839
9777
|
}>>;
|
|
9840
9778
|
export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
|
|
9841
9779
|
export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
|
|
9842
|
-
export type GetLibraryAttributesSuspenseQueryHookResult = ReturnType<typeof useGetLibraryAttributesSuspenseQuery>;
|
|
9843
9780
|
export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
|
|
9844
9781
|
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
9845
9782
|
/**
|
|
@@ -9859,18 +9796,40 @@ export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
|
9859
9796
|
* });
|
|
9860
9797
|
*/
|
|
9861
9798
|
export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
9862
|
-
libraryId: Scalars["ID"];
|
|
9799
|
+
libraryId: Scalars["ID"]["input"];
|
|
9863
9800
|
}>>;
|
|
9864
9801
|
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
9865
|
-
libraryId: Scalars["ID"];
|
|
9866
|
-
}>>;
|
|
9867
|
-
export declare function useExplorerLibraryDetailsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
9868
|
-
libraryId: Scalars["ID"];
|
|
9802
|
+
libraryId: Scalars["ID"]["input"];
|
|
9869
9803
|
}>>;
|
|
9870
9804
|
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
9871
9805
|
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
9872
|
-
export type ExplorerLibraryDetailsSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsSuspenseQuery>;
|
|
9873
9806
|
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
9807
|
+
export declare const LibraryExportProfilesDocument: Apollo.DocumentNode;
|
|
9808
|
+
/**
|
|
9809
|
+
* __useLibraryExportProfilesQuery__
|
|
9810
|
+
*
|
|
9811
|
+
* To run a query within a React component, call `useLibraryExportProfilesQuery` and pass it any options that fit your needs.
|
|
9812
|
+
* When your component renders, `useLibraryExportProfilesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
9813
|
+
* you can use to render your UI.
|
|
9814
|
+
*
|
|
9815
|
+
* @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;
|
|
9816
|
+
*
|
|
9817
|
+
* @example
|
|
9818
|
+
* const { data, loading, error } = useLibraryExportProfilesQuery({
|
|
9819
|
+
* variables: {
|
|
9820
|
+
* libraryId: // value for 'libraryId'
|
|
9821
|
+
* },
|
|
9822
|
+
* });
|
|
9823
|
+
*/
|
|
9824
|
+
export declare function useLibraryExportProfilesQuery(baseOptions?: Apollo.QueryHookOptions<LibraryExportProfilesQuery, LibraryExportProfilesQueryVariables>): Apollo.QueryResult<LibraryExportProfilesQuery, Exact<{
|
|
9825
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9826
|
+
}>>;
|
|
9827
|
+
export declare function useLibraryExportProfilesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<LibraryExportProfilesQuery, LibraryExportProfilesQueryVariables>): Apollo.LazyQueryResultTuple<LibraryExportProfilesQuery, Exact<{
|
|
9828
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9829
|
+
}>>;
|
|
9830
|
+
export type LibraryExportProfilesQueryHookResult = ReturnType<typeof useLibraryExportProfilesQuery>;
|
|
9831
|
+
export type LibraryExportProfilesLazyQueryHookResult = ReturnType<typeof useLibraryExportProfilesLazyQuery>;
|
|
9832
|
+
export type LibraryExportProfilesQueryResult = Apollo.QueryResult<LibraryExportProfilesQuery, LibraryExportProfilesQueryVariables>;
|
|
9874
9833
|
export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
|
|
9875
9834
|
/**
|
|
9876
9835
|
* __useExplorerSelectionIdsQuery__
|
|
@@ -9890,20 +9849,15 @@ export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
|
|
|
9890
9849
|
* });
|
|
9891
9850
|
*/
|
|
9892
9851
|
export declare function useExplorerSelectionIdsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.QueryResult<ExplorerSelectionIdsQuery, Exact<{
|
|
9893
|
-
libraryId: Scalars["ID"];
|
|
9852
|
+
libraryId: Scalars["ID"]["input"];
|
|
9894
9853
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9895
9854
|
}>>;
|
|
9896
9855
|
export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerSelectionIdsQuery, Exact<{
|
|
9897
|
-
libraryId: Scalars["ID"];
|
|
9898
|
-
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9899
|
-
}>>;
|
|
9900
|
-
export declare function useExplorerSelectionIdsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerSelectionIdsQuery, Exact<{
|
|
9901
|
-
libraryId: Scalars["ID"];
|
|
9856
|
+
libraryId: Scalars["ID"]["input"];
|
|
9902
9857
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9903
9858
|
}>>;
|
|
9904
9859
|
export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
|
|
9905
9860
|
export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
|
|
9906
|
-
export type ExplorerSelectionIdsSuspenseQueryHookResult = ReturnType<typeof useExplorerSelectionIdsSuspenseQuery>;
|
|
9907
9861
|
export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
|
|
9908
9862
|
export declare const MeDocument: Apollo.DocumentNode;
|
|
9909
9863
|
/**
|
|
@@ -9927,12 +9881,8 @@ export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery
|
|
|
9927
9881
|
export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
|
|
9928
9882
|
[key: string]: never;
|
|
9929
9883
|
}>>;
|
|
9930
|
-
export declare function useMeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.UseSuspenseQueryResult<MeQuery, Exact<{
|
|
9931
|
-
[key: string]: never;
|
|
9932
|
-
}>>;
|
|
9933
9884
|
export type MeQueryHookResult = ReturnType<typeof useMeQuery>;
|
|
9934
9885
|
export type MeLazyQueryHookResult = ReturnType<typeof useMeLazyQuery>;
|
|
9935
|
-
export type MeSuspenseQueryHookResult = ReturnType<typeof useMeSuspenseQuery>;
|
|
9936
9886
|
export type MeQueryResult = Apollo.QueryResult<MeQuery, MeQueryVariables>;
|
|
9937
9887
|
export declare const UpdateViewDocument: Apollo.DocumentNode;
|
|
9938
9888
|
export type UpdateViewMutationFn = Apollo.MutationFunction<UpdateViewMutation, UpdateViewMutationVariables>;
|
|
@@ -10002,25 +9952,18 @@ export declare const GetRecordHistoryDocument: Apollo.DocumentNode;
|
|
|
10002
9952
|
*/
|
|
10003
9953
|
export declare function useGetRecordHistoryQuery(baseOptions: Apollo.QueryHookOptions<GetRecordHistoryQuery, GetRecordHistoryQueryVariables>): Apollo.QueryResult<GetRecordHistoryQuery, Exact<{
|
|
10004
9954
|
record: LogTopicRecordFilterInput;
|
|
10005
|
-
attributeId?: InputMaybe<Scalars["String"]>;
|
|
9955
|
+
attributeId?: InputMaybe<Scalars["String"]["input"]>;
|
|
10006
9956
|
actions?: InputMaybe<Array<LogAction> | LogAction>;
|
|
10007
9957
|
pagination?: InputMaybe<Pagination>;
|
|
10008
9958
|
}>>;
|
|
10009
9959
|
export declare function useGetRecordHistoryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordHistoryQuery, GetRecordHistoryQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordHistoryQuery, Exact<{
|
|
10010
9960
|
record: LogTopicRecordFilterInput;
|
|
10011
|
-
attributeId?: InputMaybe<Scalars["String"]>;
|
|
10012
|
-
actions?: InputMaybe<Array<LogAction> | LogAction>;
|
|
10013
|
-
pagination?: InputMaybe<Pagination>;
|
|
10014
|
-
}>>;
|
|
10015
|
-
export declare function useGetRecordHistorySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetRecordHistoryQuery, GetRecordHistoryQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordHistoryQuery, Exact<{
|
|
10016
|
-
record: LogTopicRecordFilterInput;
|
|
10017
|
-
attributeId?: InputMaybe<Scalars["String"]>;
|
|
9961
|
+
attributeId?: InputMaybe<Scalars["String"]["input"]>;
|
|
10018
9962
|
actions?: InputMaybe<Array<LogAction> | LogAction>;
|
|
10019
9963
|
pagination?: InputMaybe<Pagination>;
|
|
10020
9964
|
}>>;
|
|
10021
9965
|
export type GetRecordHistoryQueryHookResult = ReturnType<typeof useGetRecordHistoryQuery>;
|
|
10022
9966
|
export type GetRecordHistoryLazyQueryHookResult = ReturnType<typeof useGetRecordHistoryLazyQuery>;
|
|
10023
|
-
export type GetRecordHistorySuspenseQueryHookResult = ReturnType<typeof useGetRecordHistorySuspenseQuery>;
|
|
10024
9967
|
export type GetRecordHistoryQueryResult = Apollo.QueryResult<GetRecordHistoryQuery, GetRecordHistoryQueryVariables>;
|
|
10025
9968
|
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
10026
9969
|
/**
|
|
@@ -10040,15 +9983,11 @@ export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
|
10040
9983
|
* });
|
|
10041
9984
|
*/
|
|
10042
9985
|
export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
|
|
10043
|
-
treeId: Scalars["ID"];
|
|
9986
|
+
treeId: Scalars["ID"]["input"];
|
|
10044
9987
|
}>>;
|
|
10045
9988
|
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
10046
|
-
treeId: Scalars["ID"];
|
|
10047
|
-
}>>;
|
|
10048
|
-
export declare function useTreeDataQuerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.UseSuspenseQueryResult<TreeDataQueryQuery, Exact<{
|
|
10049
|
-
treeId: Scalars["ID"];
|
|
9989
|
+
treeId: Scalars["ID"]["input"];
|
|
10050
9990
|
}>>;
|
|
10051
9991
|
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
10052
9992
|
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
10053
|
-
export type TreeDataQuerySuspenseQueryHookResult = ReturnType<typeof useTreeDataQuerySuspenseQuery>;
|
|
10054
9993
|
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|