@leav/ui 1.6.0-dfb71145 → 1.6.0-f4ee7377
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 +633 -701
- package/dist/_gqlTypes/index.js +49 -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/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/TableCell.js +5 -7
- package/dist/components/Explorer/TableCell.js.map +1 -1
- package/dist/components/Explorer/TableNameCell.js +3 -2
- package/dist/components/Explorer/TableNameCell.js.map +1 -1
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +7 -7
- 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 +3 -2
- 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 +80 -73
- 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 +4 -3
- 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/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/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/FilterDropDown.js +3 -2
- package/dist/components/Filters/filter-items/filter-type/FilterDropDown.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/FilterValueListDropDown.js +4 -3
- package/dist/components/Filters/filter-items/filter-type/FilterValueListDropDown.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 +3 -2
- 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/locales/en/shared.json +13 -2
- package/dist/locales/fr/shared.json +13 -2
- package/package.json +6 -5
|
@@ -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,10 @@ 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']>;
|
|
561
644
|
};
|
|
562
645
|
export declare enum RecordFilterOperator {
|
|
563
646
|
AND = "AND",
|
|
@@ -566,15 +649,15 @@ export declare enum RecordFilterOperator {
|
|
|
566
649
|
OR = "OR"
|
|
567
650
|
}
|
|
568
651
|
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']>;
|
|
652
|
+
color?: InputMaybe<Scalars['ID']['input']>;
|
|
653
|
+
label?: InputMaybe<Scalars['ID']['input']>;
|
|
654
|
+
preview?: InputMaybe<Scalars['ID']['input']>;
|
|
655
|
+
subLabel?: InputMaybe<Scalars['ID']['input']>;
|
|
656
|
+
treeColorPreview?: InputMaybe<Scalars['ID']['input']>;
|
|
574
657
|
};
|
|
575
658
|
export type RecordInput = {
|
|
576
|
-
id: Scalars['ID'];
|
|
577
|
-
library: Scalars['String'];
|
|
659
|
+
id: Scalars['ID']['input'];
|
|
660
|
+
library: Scalars['String']['input'];
|
|
578
661
|
};
|
|
579
662
|
export declare enum RecordPermissionsActions {
|
|
580
663
|
access_record = "access_record",
|
|
@@ -584,27 +667,27 @@ export declare enum RecordPermissionsActions {
|
|
|
584
667
|
edit_record = "edit_record"
|
|
585
668
|
}
|
|
586
669
|
export type RecordSortInput = {
|
|
587
|
-
field: Scalars['String'];
|
|
670
|
+
field: Scalars['String']['input'];
|
|
588
671
|
order: SortOrder;
|
|
589
672
|
};
|
|
590
673
|
export type RecordUpdateFilterInput = {
|
|
591
|
-
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
|
|
592
|
-
libraries?: InputMaybe<Array<Scalars['ID']>>;
|
|
593
|
-
records?: InputMaybe<Array<Scalars['ID']>>;
|
|
674
|
+
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
675
|
+
libraries?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
676
|
+
records?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
594
677
|
};
|
|
595
678
|
export type RecordsPagination = {
|
|
596
|
-
cursor?: InputMaybe<Scalars['String']>;
|
|
597
|
-
limit: Scalars['Int'];
|
|
598
|
-
offset?: InputMaybe<Scalars['Int']>;
|
|
679
|
+
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
680
|
+
limit: Scalars['Int']['input'];
|
|
681
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
599
682
|
};
|
|
600
683
|
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']>>>;
|
|
684
|
+
keyIndex?: InputMaybe<Scalars['Int']['input']>;
|
|
685
|
+
keyToIndex?: InputMaybe<Scalars['Int']['input']>;
|
|
686
|
+
library: Scalars['String']['input'];
|
|
687
|
+
linkAttribute?: InputMaybe<Scalars['String']['input']>;
|
|
688
|
+
mapping?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
606
689
|
mode: ImportMode;
|
|
607
|
-
treeLinkLibrary?: InputMaybe<Scalars['String']>;
|
|
690
|
+
treeLinkLibrary?: InputMaybe<Scalars['String']['input']>;
|
|
608
691
|
type: ImportType;
|
|
609
692
|
};
|
|
610
693
|
export type SortApiKeysInput = {
|
|
@@ -640,9 +723,9 @@ export type SortVersionProfilesInput = {
|
|
|
640
723
|
order?: InputMaybe<SortOrder>;
|
|
641
724
|
};
|
|
642
725
|
export type TaskFiltersInput = {
|
|
643
|
-
archive?: InputMaybe<Scalars['Boolean']>;
|
|
644
|
-
created_by?: InputMaybe<Scalars['ID']>;
|
|
645
|
-
id?: InputMaybe<Scalars['ID']>;
|
|
726
|
+
archive?: InputMaybe<Scalars['Boolean']['input']>;
|
|
727
|
+
created_by?: InputMaybe<Scalars['ID']['input']>;
|
|
728
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
646
729
|
status?: InputMaybe<TaskStatus>;
|
|
647
730
|
type?: InputMaybe<TaskType>;
|
|
648
731
|
};
|
|
@@ -667,14 +750,14 @@ export declare enum TreeBehavior {
|
|
|
667
750
|
standard = "standard"
|
|
668
751
|
}
|
|
669
752
|
export type TreeElementInput = {
|
|
670
|
-
id: Scalars['ID'];
|
|
671
|
-
library: Scalars['String'];
|
|
753
|
+
id: Scalars['ID']['input'];
|
|
754
|
+
library: Scalars['String']['input'];
|
|
672
755
|
};
|
|
673
756
|
export type TreeEventFiltersInput = {
|
|
674
757
|
events?: InputMaybe<Array<TreeEventTypes>>;
|
|
675
|
-
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
|
|
676
|
-
nodes?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
|
|
677
|
-
treeId: Scalars['ID'];
|
|
758
|
+
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
759
|
+
nodes?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
760
|
+
treeId: Scalars['ID']['input'];
|
|
678
761
|
};
|
|
679
762
|
export declare enum TreeEventTypes {
|
|
680
763
|
add = "add",
|
|
@@ -683,35 +766,38 @@ export declare enum TreeEventTypes {
|
|
|
683
766
|
}
|
|
684
767
|
export type TreeInput = {
|
|
685
768
|
behavior?: InputMaybe<TreeBehavior>;
|
|
686
|
-
id: Scalars['ID'];
|
|
687
|
-
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
769
|
+
id: Scalars['ID']['input'];
|
|
770
|
+
label?: InputMaybe<Scalars['SystemTranslation']['input']>;
|
|
688
771
|
libraries?: InputMaybe<Array<TreeLibraryInput>>;
|
|
689
772
|
permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
|
|
690
|
-
settings?: InputMaybe<Scalars['JSONObject']>;
|
|
773
|
+
settings?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
691
774
|
};
|
|
692
775
|
export type TreeLibraryInput = {
|
|
693
|
-
library: Scalars['ID'];
|
|
776
|
+
library: Scalars['ID']['input'];
|
|
694
777
|
settings: TreeLibrarySettingsInput;
|
|
695
778
|
};
|
|
696
779
|
export type TreeLibrarySettingsInput = {
|
|
697
|
-
allowMultiplePositions: Scalars['Boolean'];
|
|
698
|
-
allowedAtRoot: Scalars['Boolean'];
|
|
699
|
-
allowedChildren: Array<Scalars['String']>;
|
|
780
|
+
allowMultiplePositions: Scalars['Boolean']['input'];
|
|
781
|
+
allowedAtRoot: Scalars['Boolean']['input'];
|
|
782
|
+
allowedChildren: Array<Scalars['String']['input']>;
|
|
700
783
|
};
|
|
701
784
|
export type TreeNodePermissionsConfInput = {
|
|
702
|
-
libraryId: Scalars['ID'];
|
|
785
|
+
libraryId: Scalars['ID']['input'];
|
|
703
786
|
permissionsConf: TreepermissionsConfInput;
|
|
704
787
|
};
|
|
788
|
+
export type TreePermissionsDependentValuesConfInput = {
|
|
789
|
+
dependenciesTreeAttributes: Array<Scalars['ID']['input']>;
|
|
790
|
+
};
|
|
705
791
|
export type TreepermissionsConfInput = {
|
|
706
|
-
permissionTreeAttributes: Array<Scalars['ID']>;
|
|
792
|
+
permissionTreeAttributes: Array<Scalars['ID']['input']>;
|
|
707
793
|
relation: PermissionsRelation;
|
|
708
794
|
};
|
|
709
795
|
export type TreesFiltersInput = {
|
|
710
796
|
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']>;
|
|
797
|
+
id?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
798
|
+
label?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
799
|
+
library?: InputMaybe<Scalars['String']['input']>;
|
|
800
|
+
system?: InputMaybe<Scalars['Boolean']['input']>;
|
|
715
801
|
};
|
|
716
802
|
export declare enum TreesSortableFields {
|
|
717
803
|
behavior = "behavior",
|
|
@@ -719,59 +805,59 @@ export declare enum TreesSortableFields {
|
|
|
719
805
|
system = "system"
|
|
720
806
|
}
|
|
721
807
|
export type UploadFiltersInput = {
|
|
722
|
-
uid?: InputMaybe<Scalars['String']>;
|
|
723
|
-
userId?: InputMaybe<Scalars['ID']>;
|
|
808
|
+
uid?: InputMaybe<Scalars['String']['input']>;
|
|
809
|
+
userId?: InputMaybe<Scalars['ID']['input']>;
|
|
724
810
|
};
|
|
725
811
|
export declare enum UserCoreDataKeys {
|
|
726
812
|
applications_consultation = "applications_consultation"
|
|
727
813
|
}
|
|
728
814
|
export type ValueBatchInput = {
|
|
729
|
-
attribute?: InputMaybe<Scalars['ID']>;
|
|
730
|
-
id_value?: InputMaybe<Scalars['ID']>;
|
|
815
|
+
attribute?: InputMaybe<Scalars['ID']['input']>;
|
|
816
|
+
id_value?: InputMaybe<Scalars['ID']['input']>;
|
|
731
817
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
732
818
|
/** Use "\__empty_value__" to set an empty value */
|
|
733
|
-
payload?: InputMaybe<Scalars['String']>;
|
|
819
|
+
payload?: InputMaybe<Scalars['String']['input']>;
|
|
734
820
|
};
|
|
735
821
|
export type ValueInput = {
|
|
736
|
-
id_value?: InputMaybe<Scalars['ID']>;
|
|
822
|
+
id_value?: InputMaybe<Scalars['ID']['input']>;
|
|
737
823
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
738
824
|
/** Use "\__empty_value__" to set an empty value */
|
|
739
|
-
payload?: InputMaybe<Scalars['String']>;
|
|
825
|
+
payload?: InputMaybe<Scalars['String']['input']>;
|
|
740
826
|
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
|
|
741
827
|
};
|
|
742
828
|
export type ValueMetadataInput = {
|
|
743
|
-
name: Scalars['String'];
|
|
744
|
-
value?: InputMaybe<Scalars['String']>;
|
|
829
|
+
name: Scalars['String']['input'];
|
|
830
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
|
745
831
|
};
|
|
746
832
|
export type ValueVersionInput = {
|
|
747
|
-
treeId: Scalars['String'];
|
|
748
|
-
treeNodeId: Scalars['String'];
|
|
833
|
+
treeId: Scalars['String']['input'];
|
|
834
|
+
treeNodeId: Scalars['String']['input'];
|
|
749
835
|
};
|
|
750
836
|
export declare enum ValueVersionMode {
|
|
751
837
|
simple = "simple",
|
|
752
838
|
smart = "smart"
|
|
753
839
|
}
|
|
754
840
|
export type ValuesListConfInput = {
|
|
755
|
-
allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
|
|
756
|
-
allowListUpdate?: InputMaybe<Scalars['Boolean']>;
|
|
757
|
-
enable: Scalars['Boolean'];
|
|
758
|
-
values?: InputMaybe<Array<Scalars['String']>>;
|
|
841
|
+
allowFreeEntry?: InputMaybe<Scalars['Boolean']['input']>;
|
|
842
|
+
allowListUpdate?: InputMaybe<Scalars['Boolean']['input']>;
|
|
843
|
+
enable: Scalars['Boolean']['input'];
|
|
844
|
+
values?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
759
845
|
};
|
|
760
846
|
export type ValuesVersionsConfInput = {
|
|
761
847
|
mode?: InputMaybe<ValueVersionMode>;
|
|
762
|
-
profile?: InputMaybe<Scalars['String']>;
|
|
763
|
-
versionable: Scalars['Boolean'];
|
|
848
|
+
profile?: InputMaybe<Scalars['String']['input']>;
|
|
849
|
+
versionable: Scalars['Boolean']['input'];
|
|
764
850
|
};
|
|
765
851
|
export type VersionProfileInput = {
|
|
766
|
-
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
767
|
-
id: Scalars['String'];
|
|
768
|
-
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
769
|
-
trees?: InputMaybe<Array<Scalars['String']>>;
|
|
852
|
+
description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
|
|
853
|
+
id: Scalars['String']['input'];
|
|
854
|
+
label?: InputMaybe<Scalars['SystemTranslation']['input']>;
|
|
855
|
+
trees?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
770
856
|
};
|
|
771
857
|
export type VersionProfilesFiltersInput = {
|
|
772
|
-
id?: InputMaybe<Scalars['ID']>;
|
|
773
|
-
label?: InputMaybe<Scalars['String']>;
|
|
774
|
-
trees?: InputMaybe<Scalars['String']>;
|
|
858
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
859
|
+
label?: InputMaybe<Scalars['String']['input']>;
|
|
860
|
+
trees?: InputMaybe<Scalars['String']['input']>;
|
|
775
861
|
};
|
|
776
862
|
export declare enum VersionProfilesSortableFields {
|
|
777
863
|
id = "id"
|
|
@@ -781,28 +867,28 @@ export type ViewDisplayInput = {
|
|
|
781
867
|
type: ViewTypes;
|
|
782
868
|
};
|
|
783
869
|
export type ViewInput = {
|
|
784
|
-
attributes?: InputMaybe<Array<Scalars['String']>>;
|
|
785
|
-
color?: InputMaybe<Scalars['String']>;
|
|
786
|
-
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
870
|
+
attributes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
871
|
+
color?: InputMaybe<Scalars['String']['input']>;
|
|
872
|
+
description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
|
|
787
873
|
display: ViewDisplayInput;
|
|
788
874
|
filters?: InputMaybe<Array<RecordFilterInput>>;
|
|
789
|
-
id?: InputMaybe<Scalars['String']>;
|
|
790
|
-
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
791
|
-
library: Scalars['String'];
|
|
792
|
-
shared: Scalars['Boolean'];
|
|
875
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
|
876
|
+
label?: InputMaybe<Scalars['SystemTranslation']['input']>;
|
|
877
|
+
library: Scalars['String']['input'];
|
|
878
|
+
shared: Scalars['Boolean']['input'];
|
|
793
879
|
sort?: InputMaybe<Array<RecordSortInput>>;
|
|
794
880
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
795
881
|
};
|
|
796
882
|
export type ViewInputPartial = {
|
|
797
|
-
attributes?: InputMaybe<Array<Scalars['String']>>;
|
|
798
|
-
color?: InputMaybe<Scalars['String']>;
|
|
799
|
-
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
883
|
+
attributes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
884
|
+
color?: InputMaybe<Scalars['String']['input']>;
|
|
885
|
+
description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
|
|
800
886
|
display?: InputMaybe<ViewDisplayInput>;
|
|
801
887
|
filters?: InputMaybe<Array<RecordFilterInput>>;
|
|
802
|
-
id: Scalars['String'];
|
|
803
|
-
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
804
|
-
library?: InputMaybe<Scalars['String']>;
|
|
805
|
-
shared?: InputMaybe<Scalars['Boolean']>;
|
|
888
|
+
id: Scalars['String']['input'];
|
|
889
|
+
label?: InputMaybe<Scalars['SystemTranslation']['input']>;
|
|
890
|
+
library?: InputMaybe<Scalars['String']['input']>;
|
|
891
|
+
shared?: InputMaybe<Scalars['Boolean']['input']>;
|
|
806
892
|
sort?: InputMaybe<Array<RecordSortInput>>;
|
|
807
893
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
808
894
|
};
|
|
@@ -817,8 +903,8 @@ export declare enum ViewTypes {
|
|
|
817
903
|
timeline = "timeline"
|
|
818
904
|
}
|
|
819
905
|
export type ViewValuesVersionInput = {
|
|
820
|
-
treeId: Scalars['String'];
|
|
821
|
-
treeNode: Scalars['String'];
|
|
906
|
+
treeId: Scalars['String']['input'];
|
|
907
|
+
treeNode: Scalars['String']['input'];
|
|
822
908
|
};
|
|
823
909
|
export type DetailsApplicationFragment = {
|
|
824
910
|
id: string;
|
|
@@ -3522,8 +3608,8 @@ export type RecordHistoryLogAttributeFragment = {
|
|
|
3522
3608
|
multiple_values: boolean;
|
|
3523
3609
|
};
|
|
3524
3610
|
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
3525
|
-
id?: InputMaybe<Scalars['ID']>;
|
|
3526
|
-
endpoint?: InputMaybe<Scalars['String']>;
|
|
3611
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
3612
|
+
endpoint?: InputMaybe<Scalars['String']['input']>;
|
|
3527
3613
|
}>;
|
|
3528
3614
|
export type CheckApplicationExistenceQuery = {
|
|
3529
3615
|
applications?: {
|
|
@@ -3531,7 +3617,7 @@ export type CheckApplicationExistenceQuery = {
|
|
|
3531
3617
|
} | null;
|
|
3532
3618
|
};
|
|
3533
3619
|
export type GetApplicationByIdQueryVariables = Exact<{
|
|
3534
|
-
id: Scalars['ID'];
|
|
3620
|
+
id: Scalars['ID']['input'];
|
|
3535
3621
|
}>;
|
|
3536
3622
|
export type GetApplicationByIdQuery = {
|
|
3537
3623
|
applications?: {
|
|
@@ -3611,7 +3697,7 @@ export type SaveApplicationMutation = {
|
|
|
3611
3697
|
};
|
|
3612
3698
|
};
|
|
3613
3699
|
export type CheckAttributeExistenceQueryVariables = Exact<{
|
|
3614
|
-
id: Scalars['ID'];
|
|
3700
|
+
id: Scalars['ID']['input'];
|
|
3615
3701
|
}>;
|
|
3616
3702
|
export type CheckAttributeExistenceQuery = {
|
|
3617
3703
|
attributes?: {
|
|
@@ -3619,7 +3705,7 @@ export type CheckAttributeExistenceQuery = {
|
|
|
3619
3705
|
} | null;
|
|
3620
3706
|
};
|
|
3621
3707
|
export type DeleteAttributeMutationVariables = Exact<{
|
|
3622
|
-
id?: InputMaybe<Scalars['ID']>;
|
|
3708
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
3623
3709
|
}>;
|
|
3624
3710
|
export type DeleteAttributeMutation = {
|
|
3625
3711
|
deleteAttribute: {
|
|
@@ -3627,7 +3713,7 @@ export type DeleteAttributeMutation = {
|
|
|
3627
3713
|
};
|
|
3628
3714
|
};
|
|
3629
3715
|
export type GetAttributeByIdQueryVariables = Exact<{
|
|
3630
|
-
id?: InputMaybe<Scalars['ID']>;
|
|
3716
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
3631
3717
|
}>;
|
|
3632
3718
|
export type GetAttributeByIdQuery = {
|
|
3633
3719
|
attributes?: {
|
|
@@ -3747,7 +3833,7 @@ export type GetAttributeByIdQuery = {
|
|
|
3747
3833
|
} | null;
|
|
3748
3834
|
};
|
|
3749
3835
|
export type GetAttributesByLibQueryVariables = Exact<{
|
|
3750
|
-
library: Scalars['String'];
|
|
3836
|
+
library: Scalars['String']['input'];
|
|
3751
3837
|
}>;
|
|
3752
3838
|
export type GetAttributesByLibQuery = {
|
|
3753
3839
|
attributes?: {
|
|
@@ -3826,7 +3912,7 @@ export type GetVersionProfilesQuery = {
|
|
|
3826
3912
|
};
|
|
3827
3913
|
};
|
|
3828
3914
|
export type GetVersionableAttributesByLibraryQueryVariables = Exact<{
|
|
3829
|
-
libraryId: Scalars['String'];
|
|
3915
|
+
libraryId: Scalars['String']['input'];
|
|
3830
3916
|
}>;
|
|
3831
3917
|
export type GetVersionableAttributesByLibraryQuery = {
|
|
3832
3918
|
attributes?: {
|
|
@@ -3964,17 +4050,17 @@ export type SaveAttributeMutation = {
|
|
|
3964
4050
|
};
|
|
3965
4051
|
};
|
|
3966
4052
|
export type ExportQueryVariables = Exact<{
|
|
3967
|
-
library: Scalars['ID'];
|
|
4053
|
+
library: Scalars['ID']['input'];
|
|
3968
4054
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
3969
|
-
profile?: InputMaybe<Scalars['String']>;
|
|
4055
|
+
profile?: InputMaybe<Scalars['String']['input']>;
|
|
3970
4056
|
}>;
|
|
3971
4057
|
export type ExportQuery = {
|
|
3972
4058
|
export: string;
|
|
3973
4059
|
};
|
|
3974
4060
|
export type CreateDirectoryMutationVariables = Exact<{
|
|
3975
|
-
library: Scalars['String'];
|
|
3976
|
-
nodeId: Scalars['String'];
|
|
3977
|
-
name: Scalars['String'];
|
|
4061
|
+
library: Scalars['String']['input'];
|
|
4062
|
+
nodeId: Scalars['String']['input'];
|
|
4063
|
+
name: Scalars['String']['input'];
|
|
3978
4064
|
}>;
|
|
3979
4065
|
export type CreateDirectoryMutation = {
|
|
3980
4066
|
createDirectory: {
|
|
@@ -3993,18 +4079,18 @@ export type CreateDirectoryMutation = {
|
|
|
3993
4079
|
};
|
|
3994
4080
|
};
|
|
3995
4081
|
export type ForcePreviewsGenerationMutationVariables = Exact<{
|
|
3996
|
-
libraryId: Scalars['ID'];
|
|
4082
|
+
libraryId: Scalars['ID']['input'];
|
|
3997
4083
|
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']>;
|
|
4084
|
+
recordIds?: InputMaybe<Array<Scalars['ID']['input']> | Scalars['ID']['input']>;
|
|
4085
|
+
failedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4086
|
+
previewVersionSizeNames?: InputMaybe<Array<Scalars['String']['input']> | Scalars['String']['input']>;
|
|
4001
4087
|
}>;
|
|
4002
4088
|
export type ForcePreviewsGenerationMutation = {
|
|
4003
4089
|
forcePreviewsGeneration: boolean;
|
|
4004
4090
|
};
|
|
4005
4091
|
export type GetDirectoryDataQueryVariables = Exact<{
|
|
4006
|
-
library: Scalars['ID'];
|
|
4007
|
-
directoryId: Scalars['String'];
|
|
4092
|
+
library: Scalars['ID']['input'];
|
|
4093
|
+
directoryId: Scalars['String']['input'];
|
|
4008
4094
|
}>;
|
|
4009
4095
|
export type GetDirectoryDataQuery = {
|
|
4010
4096
|
records: {
|
|
@@ -4091,8 +4177,8 @@ export type UploadUpdateSubscription = {
|
|
|
4091
4177
|
};
|
|
4092
4178
|
};
|
|
4093
4179
|
export type UploadMutationVariables = Exact<{
|
|
4094
|
-
library: Scalars['String'];
|
|
4095
|
-
nodeId: Scalars['String'];
|
|
4180
|
+
library: Scalars['String']['input'];
|
|
4181
|
+
nodeId: Scalars['String']['input'];
|
|
4096
4182
|
files: Array<FileInput> | FileInput;
|
|
4097
4183
|
}>;
|
|
4098
4184
|
export type UploadMutation = {
|
|
@@ -4115,15 +4201,15 @@ export type UploadMutation = {
|
|
|
4115
4201
|
}>;
|
|
4116
4202
|
};
|
|
4117
4203
|
export type ImportExcelMutationVariables = Exact<{
|
|
4118
|
-
file: Scalars['Upload'];
|
|
4204
|
+
file: Scalars['Upload']['input'];
|
|
4119
4205
|
sheets?: InputMaybe<Array<InputMaybe<SheetInput>> | InputMaybe<SheetInput>>;
|
|
4120
|
-
startAt?: InputMaybe<Scalars['Int']>;
|
|
4206
|
+
startAt?: InputMaybe<Scalars['Int']['input']>;
|
|
4121
4207
|
}>;
|
|
4122
4208
|
export type ImportExcelMutation = {
|
|
4123
4209
|
importExcel: string;
|
|
4124
4210
|
};
|
|
4125
4211
|
export type CheckLibraryExistenceQueryVariables = Exact<{
|
|
4126
|
-
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4212
|
+
id?: InputMaybe<Array<Scalars['ID']['input']> | Scalars['ID']['input']>;
|
|
4127
4213
|
}>;
|
|
4128
4214
|
export type CheckLibraryExistenceQuery = {
|
|
4129
4215
|
libraries?: {
|
|
@@ -4131,7 +4217,7 @@ export type CheckLibraryExistenceQuery = {
|
|
|
4131
4217
|
} | null;
|
|
4132
4218
|
};
|
|
4133
4219
|
export type DeleteLibraryMutationVariables = Exact<{
|
|
4134
|
-
id?: InputMaybe<Scalars['ID']>;
|
|
4220
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
4135
4221
|
}>;
|
|
4136
4222
|
export type DeleteLibraryMutation = {
|
|
4137
4223
|
deleteLibrary: {
|
|
@@ -4160,7 +4246,7 @@ export type GetLibrariesQuery = {
|
|
|
4160
4246
|
} | null;
|
|
4161
4247
|
};
|
|
4162
4248
|
export type GetLibraryByIdQueryVariables = Exact<{
|
|
4163
|
-
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4249
|
+
id?: InputMaybe<Array<Scalars['ID']['input']> | Scalars['ID']['input']>;
|
|
4164
4250
|
}>;
|
|
4165
4251
|
export type GetLibraryByIdQuery = {
|
|
4166
4252
|
libraries?: {
|
|
@@ -4258,7 +4344,7 @@ export type GetLibraryByIdQuery = {
|
|
|
4258
4344
|
} | null;
|
|
4259
4345
|
};
|
|
4260
4346
|
export type GetLibraryPermissionsQueryVariables = Exact<{
|
|
4261
|
-
libraryId?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
4347
|
+
libraryId?: InputMaybe<Array<Scalars['ID']['input']> | Scalars['ID']['input']>;
|
|
4262
4348
|
}>;
|
|
4263
4349
|
export type GetLibraryPermissionsQuery = {
|
|
4264
4350
|
libraries?: {
|
|
@@ -4274,7 +4360,7 @@ export type GetLibraryPermissionsQuery = {
|
|
|
4274
4360
|
} | null;
|
|
4275
4361
|
};
|
|
4276
4362
|
export type GetLibraryPreviewsSettingsQueryVariables = Exact<{
|
|
4277
|
-
id: Scalars['ID'];
|
|
4363
|
+
id: Scalars['ID']['input'];
|
|
4278
4364
|
}>;
|
|
4279
4365
|
export type GetLibraryPreviewsSettingsQuery = {
|
|
4280
4366
|
libraries?: {
|
|
@@ -4283,8 +4369,8 @@ export type GetLibraryPreviewsSettingsQuery = {
|
|
|
4283
4369
|
label?: any | null;
|
|
4284
4370
|
behavior: LibraryBehavior;
|
|
4285
4371
|
previewsSettings?: Array<{
|
|
4286
|
-
description?: any | null;
|
|
4287
4372
|
label: any;
|
|
4373
|
+
description?: any | null;
|
|
4288
4374
|
system: boolean;
|
|
4289
4375
|
versions: {
|
|
4290
4376
|
background: string;
|
|
@@ -4397,7 +4483,7 @@ export type SaveLibraryMutation = {
|
|
|
4397
4483
|
export type IsAllowedQueryVariables = Exact<{
|
|
4398
4484
|
type: PermissionTypes;
|
|
4399
4485
|
actions: Array<PermissionsActions> | PermissionsActions;
|
|
4400
|
-
applyTo?: InputMaybe<Scalars['ID']>;
|
|
4486
|
+
applyTo?: InputMaybe<Scalars['ID']['input']>;
|
|
4401
4487
|
target?: InputMaybe<PermissionTarget>;
|
|
4402
4488
|
}>;
|
|
4403
4489
|
export type IsAllowedQuery = {
|
|
@@ -4407,9 +4493,9 @@ export type IsAllowedQuery = {
|
|
|
4407
4493
|
}> | null;
|
|
4408
4494
|
};
|
|
4409
4495
|
export type ActivateNewRecordMutationVariables = Exact<{
|
|
4410
|
-
libraryId: Scalars['ID'];
|
|
4411
|
-
recordId: Scalars['ID'];
|
|
4412
|
-
formId?: InputMaybe<Scalars['String']>;
|
|
4496
|
+
libraryId: Scalars['ID']['input'];
|
|
4497
|
+
recordId: Scalars['ID']['input'];
|
|
4498
|
+
formId?: InputMaybe<Scalars['String']['input']>;
|
|
4413
4499
|
}>;
|
|
4414
4500
|
export type ActivateNewRecordMutation = {
|
|
4415
4501
|
activateNewRecord: {
|
|
@@ -4436,8 +4522,8 @@ export type ActivateNewRecordMutation = {
|
|
|
4436
4522
|
};
|
|
4437
4523
|
};
|
|
4438
4524
|
export type ActivateRecordsMutationVariables = Exact<{
|
|
4439
|
-
libraryId: Scalars['String'];
|
|
4440
|
-
recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
4525
|
+
libraryId: Scalars['String']['input'];
|
|
4526
|
+
recordsIds?: InputMaybe<Array<Scalars['String']['input']> | Scalars['String']['input']>;
|
|
4441
4527
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
4442
4528
|
}>;
|
|
4443
4529
|
export type ActivateRecordsMutation = {
|
|
@@ -4457,7 +4543,7 @@ export type ActivateRecordsMutation = {
|
|
|
4457
4543
|
}>;
|
|
4458
4544
|
};
|
|
4459
4545
|
export type CreateEmptyRecordMutationVariables = Exact<{
|
|
4460
|
-
library: Scalars['ID'];
|
|
4546
|
+
library: Scalars['ID']['input'];
|
|
4461
4547
|
}>;
|
|
4462
4548
|
export type CreateEmptyRecordMutation = {
|
|
4463
4549
|
createEmptyRecord: {
|
|
@@ -4478,7 +4564,7 @@ export type CreateEmptyRecordMutation = {
|
|
|
4478
4564
|
};
|
|
4479
4565
|
};
|
|
4480
4566
|
export type CreateRecordMutationVariables = Exact<{
|
|
4481
|
-
library: Scalars['ID'];
|
|
4567
|
+
library: Scalars['ID']['input'];
|
|
4482
4568
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
4483
4569
|
}>;
|
|
4484
4570
|
export type CreateRecordMutation = {
|
|
@@ -4506,8 +4592,8 @@ export type CreateRecordMutation = {
|
|
|
4506
4592
|
};
|
|
4507
4593
|
};
|
|
4508
4594
|
export type DeactivateRecordsMutationVariables = Exact<{
|
|
4509
|
-
libraryId: Scalars['String'];
|
|
4510
|
-
recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
4595
|
+
libraryId: Scalars['String']['input'];
|
|
4596
|
+
recordsIds?: InputMaybe<Array<Scalars['String']['input']> | Scalars['String']['input']>;
|
|
4511
4597
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
4512
4598
|
}>;
|
|
4513
4599
|
export type DeactivateRecordsMutation = {
|
|
@@ -4527,17 +4613,17 @@ export type DeactivateRecordsMutation = {
|
|
|
4527
4613
|
}>;
|
|
4528
4614
|
};
|
|
4529
4615
|
export type DoesFileExistAsChildQueryVariables = Exact<{
|
|
4530
|
-
parentNode?: InputMaybe<Scalars['ID']>;
|
|
4531
|
-
treeId: Scalars['ID'];
|
|
4532
|
-
filename: Scalars['String'];
|
|
4616
|
+
parentNode?: InputMaybe<Scalars['ID']['input']>;
|
|
4617
|
+
treeId: Scalars['ID']['input'];
|
|
4618
|
+
filename: Scalars['String']['input'];
|
|
4533
4619
|
}>;
|
|
4534
4620
|
export type DoesFileExistAsChildQuery = {
|
|
4535
4621
|
doesFileExistAsChild?: boolean | null;
|
|
4536
4622
|
};
|
|
4537
4623
|
export type GetFileDataQueryVariables = Exact<{
|
|
4538
|
-
library: Scalars['ID'];
|
|
4539
|
-
fileId: Scalars['String'];
|
|
4540
|
-
previewsStatusAttribute: Scalars['ID'];
|
|
4624
|
+
library: Scalars['ID']['input'];
|
|
4625
|
+
fileId: Scalars['String']['input'];
|
|
4626
|
+
previewsStatusAttribute: Scalars['ID']['input'];
|
|
4541
4627
|
}>;
|
|
4542
4628
|
export type GetFileDataQuery = {
|
|
4543
4629
|
records: {
|
|
@@ -4608,9 +4694,9 @@ export type GetFileDataQuery = {
|
|
|
4608
4694
|
};
|
|
4609
4695
|
};
|
|
4610
4696
|
export type RecordFormQueryVariables = Exact<{
|
|
4611
|
-
libraryId: Scalars['String'];
|
|
4612
|
-
formId: Scalars['String'];
|
|
4613
|
-
recordId?: InputMaybe<Scalars['String']>;
|
|
4697
|
+
libraryId: Scalars['String']['input'];
|
|
4698
|
+
formId: Scalars['String']['input'];
|
|
4699
|
+
recordId?: InputMaybe<Scalars['String']['input']>;
|
|
4614
4700
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
4615
4701
|
}>;
|
|
4616
4702
|
export type RecordFormQuery = {
|
|
@@ -5953,7 +6039,7 @@ export type RecordUpdateSubscription = {
|
|
|
5953
6039
|
};
|
|
5954
6040
|
};
|
|
5955
6041
|
export type GetRecordsFromLibraryQueryVariables = Exact<{
|
|
5956
|
-
libraryId: Scalars['ID'];
|
|
6042
|
+
libraryId: Scalars['ID']['input'];
|
|
5957
6043
|
pagination?: InputMaybe<RecordsPagination>;
|
|
5958
6044
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
5959
6045
|
}>;
|
|
@@ -5977,15 +6063,15 @@ export type GetRecordsFromLibraryQuery = {
|
|
|
5977
6063
|
};
|
|
5978
6064
|
};
|
|
5979
6065
|
export type IndexRecordsMutationVariables = Exact<{
|
|
5980
|
-
libraryId: Scalars['String'];
|
|
5981
|
-
records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
6066
|
+
libraryId: Scalars['String']['input'];
|
|
6067
|
+
records?: InputMaybe<Array<Scalars['String']['input']> | Scalars['String']['input']>;
|
|
5982
6068
|
}>;
|
|
5983
6069
|
export type IndexRecordsMutation = {
|
|
5984
6070
|
indexRecords: boolean;
|
|
5985
6071
|
};
|
|
5986
6072
|
export type PurgeRecordMutationVariables = Exact<{
|
|
5987
|
-
libraryId: Scalars['ID'];
|
|
5988
|
-
recordId: Scalars['ID'];
|
|
6073
|
+
libraryId: Scalars['ID']['input'];
|
|
6074
|
+
recordId: Scalars['ID']['input'];
|
|
5989
6075
|
}>;
|
|
5990
6076
|
export type PurgeRecordMutation = {
|
|
5991
6077
|
purgeRecord: {
|
|
@@ -6004,13 +6090,13 @@ export type PurgeRecordMutation = {
|
|
|
6004
6090
|
};
|
|
6005
6091
|
};
|
|
6006
6092
|
export type CancelTaskMutationVariables = Exact<{
|
|
6007
|
-
taskId: Scalars['ID'];
|
|
6093
|
+
taskId: Scalars['ID']['input'];
|
|
6008
6094
|
}>;
|
|
6009
6095
|
export type CancelTaskMutation = {
|
|
6010
6096
|
cancelTask: boolean;
|
|
6011
6097
|
};
|
|
6012
6098
|
export type CheckTreeExistenceQueryVariables = Exact<{
|
|
6013
|
-
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6099
|
+
id?: InputMaybe<Array<Scalars['ID']['input']> | Scalars['ID']['input']>;
|
|
6014
6100
|
}>;
|
|
6015
6101
|
export type CheckTreeExistenceQuery = {
|
|
6016
6102
|
trees?: {
|
|
@@ -6018,7 +6104,7 @@ export type CheckTreeExistenceQuery = {
|
|
|
6018
6104
|
} | null;
|
|
6019
6105
|
};
|
|
6020
6106
|
export type DeleteTreeMutationVariables = Exact<{
|
|
6021
|
-
id: Scalars['ID'];
|
|
6107
|
+
id: Scalars['ID']['input'];
|
|
6022
6108
|
}>;
|
|
6023
6109
|
export type DeleteTreeMutation = {
|
|
6024
6110
|
deleteTree: {
|
|
@@ -6026,7 +6112,7 @@ export type DeleteTreeMutation = {
|
|
|
6026
6112
|
};
|
|
6027
6113
|
};
|
|
6028
6114
|
export type GetTreeByIdQueryVariables = Exact<{
|
|
6029
|
-
id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6115
|
+
id?: InputMaybe<Array<Scalars['ID']['input']> | Scalars['ID']['input']>;
|
|
6030
6116
|
}>;
|
|
6031
6117
|
export type GetTreeByIdQuery = {
|
|
6032
6118
|
trees?: {
|
|
@@ -6050,8 +6136,8 @@ export type GetTreeByIdQuery = {
|
|
|
6050
6136
|
} | null;
|
|
6051
6137
|
};
|
|
6052
6138
|
export type GetTreeLibrariesQueryVariables = Exact<{
|
|
6053
|
-
treeId?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6054
|
-
library?: InputMaybe<Scalars['String']>;
|
|
6139
|
+
treeId?: InputMaybe<Array<Scalars['ID']['input']> | Scalars['ID']['input']>;
|
|
6140
|
+
library?: InputMaybe<Scalars['String']['input']>;
|
|
6055
6141
|
}>;
|
|
6056
6142
|
export type GetTreeLibrariesQuery = {
|
|
6057
6143
|
trees?: {
|
|
@@ -6069,8 +6155,8 @@ export type GetTreeLibrariesQuery = {
|
|
|
6069
6155
|
};
|
|
6070
6156
|
settings: {
|
|
6071
6157
|
allowMultiplePositions: boolean;
|
|
6072
|
-
allowedChildren: Array<string>;
|
|
6073
6158
|
allowedAtRoot: boolean;
|
|
6159
|
+
allowedChildren: Array<string>;
|
|
6074
6160
|
};
|
|
6075
6161
|
}>;
|
|
6076
6162
|
}>;
|
|
@@ -6110,10 +6196,11 @@ export type SaveTreeMutation = {
|
|
|
6110
6196
|
};
|
|
6111
6197
|
};
|
|
6112
6198
|
export type TreeNodeChildrenQueryVariables = Exact<{
|
|
6113
|
-
treeId: Scalars['ID'];
|
|
6114
|
-
node?: InputMaybe<Scalars['ID']>;
|
|
6199
|
+
treeId: Scalars['ID']['input'];
|
|
6200
|
+
node?: InputMaybe<Scalars['ID']['input']>;
|
|
6115
6201
|
pagination?: InputMaybe<Pagination>;
|
|
6116
6202
|
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
6203
|
+
dependentValuesPermissionFilter?: InputMaybe<DependentValuesPermissionFilterInput>;
|
|
6117
6204
|
}>;
|
|
6118
6205
|
export type TreeNodeChildrenQuery = {
|
|
6119
6206
|
treeNodeChildren: {
|
|
@@ -6124,6 +6211,9 @@ export type TreeNodeChildrenQuery = {
|
|
|
6124
6211
|
childrenCount?: number | null;
|
|
6125
6212
|
record: {
|
|
6126
6213
|
id: string;
|
|
6214
|
+
active: Array<{
|
|
6215
|
+
value?: any | null;
|
|
6216
|
+
}>;
|
|
6127
6217
|
whoAmI: {
|
|
6128
6218
|
id: string;
|
|
6129
6219
|
label?: string | null;
|
|
@@ -6135,9 +6225,6 @@ export type TreeNodeChildrenQuery = {
|
|
|
6135
6225
|
label?: any | null;
|
|
6136
6226
|
};
|
|
6137
6227
|
};
|
|
6138
|
-
active: Array<{
|
|
6139
|
-
value?: any | null;
|
|
6140
|
-
}>;
|
|
6141
6228
|
};
|
|
6142
6229
|
ancestors?: Array<{
|
|
6143
6230
|
id: string;
|
|
@@ -6169,8 +6256,8 @@ export type TreeNodeChildrenQuery = {
|
|
|
6169
6256
|
};
|
|
6170
6257
|
};
|
|
6171
6258
|
export type GetUserDataQueryVariables = Exact<{
|
|
6172
|
-
keys: Array<Scalars['String']> | Scalars['String'];
|
|
6173
|
-
global?: InputMaybe<Scalars['Boolean']>;
|
|
6259
|
+
keys: Array<Scalars['String']['input']> | Scalars['String']['input'];
|
|
6260
|
+
global?: InputMaybe<Scalars['Boolean']['input']>;
|
|
6174
6261
|
}>;
|
|
6175
6262
|
export type GetUserDataQuery = {
|
|
6176
6263
|
userData: {
|
|
@@ -6179,9 +6266,9 @@ export type GetUserDataQuery = {
|
|
|
6179
6266
|
};
|
|
6180
6267
|
};
|
|
6181
6268
|
export type SaveUserDataMutationVariables = Exact<{
|
|
6182
|
-
key: Scalars['String'];
|
|
6183
|
-
value?: InputMaybe<Scalars['Any']>;
|
|
6184
|
-
global: Scalars['Boolean'];
|
|
6269
|
+
key: Scalars['String']['input'];
|
|
6270
|
+
value?: InputMaybe<Scalars['Any']['input']>;
|
|
6271
|
+
global: Scalars['Boolean']['input'];
|
|
6185
6272
|
}>;
|
|
6186
6273
|
export type SaveUserDataMutation = {
|
|
6187
6274
|
saveUserData: {
|
|
@@ -6190,9 +6277,9 @@ export type SaveUserDataMutation = {
|
|
|
6190
6277
|
};
|
|
6191
6278
|
};
|
|
6192
6279
|
export type DeleteValueMutationVariables = Exact<{
|
|
6193
|
-
library: Scalars['ID'];
|
|
6194
|
-
recordId: Scalars['ID'];
|
|
6195
|
-
attribute: Scalars['ID'];
|
|
6280
|
+
library: Scalars['ID']['input'];
|
|
6281
|
+
recordId: Scalars['ID']['input'];
|
|
6282
|
+
attribute: Scalars['ID']['input'];
|
|
6196
6283
|
value?: InputMaybe<ValueInput>;
|
|
6197
6284
|
}>;
|
|
6198
6285
|
export type DeleteValueMutation = {
|
|
@@ -6580,11 +6667,11 @@ export type DeleteValueMutation = {
|
|
|
6580
6667
|
}>;
|
|
6581
6668
|
};
|
|
6582
6669
|
export type SaveValueBatchMutationVariables = Exact<{
|
|
6583
|
-
library: Scalars['ID'];
|
|
6584
|
-
recordId: Scalars['ID'];
|
|
6670
|
+
library: Scalars['ID']['input'];
|
|
6671
|
+
recordId: Scalars['ID']['input'];
|
|
6585
6672
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
6586
6673
|
values: Array<ValueBatchInput> | ValueBatchInput;
|
|
6587
|
-
deleteEmpty?: InputMaybe<Scalars['Boolean']>;
|
|
6674
|
+
deleteEmpty?: InputMaybe<Scalars['Boolean']['input']>;
|
|
6588
6675
|
}>;
|
|
6589
6676
|
export type SaveValueBatchMutation = {
|
|
6590
6677
|
saveValueBatch: {
|
|
@@ -6979,16 +7066,16 @@ export type SaveValueBatchMutation = {
|
|
|
6979
7066
|
};
|
|
6980
7067
|
};
|
|
6981
7068
|
export type SaveValueBulkMutationVariables = Exact<{
|
|
6982
|
-
libraryId: Scalars['ID'];
|
|
7069
|
+
libraryId: Scalars['ID']['input'];
|
|
6983
7070
|
recordsFilters: Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>;
|
|
6984
|
-
attributeId: Scalars['ID'];
|
|
7071
|
+
attributeId: Scalars['ID']['input'];
|
|
6985
7072
|
mapValues: Array<MapValueInput> | MapValueInput;
|
|
6986
7073
|
}>;
|
|
6987
7074
|
export type SaveValueBulkMutation = {
|
|
6988
7075
|
saveValueBulk: string;
|
|
6989
7076
|
};
|
|
6990
7077
|
export type DeleteViewMutationVariables = Exact<{
|
|
6991
|
-
viewId: Scalars['String'];
|
|
7078
|
+
viewId: Scalars['String']['input'];
|
|
6992
7079
|
}>;
|
|
6993
7080
|
export type DeleteViewMutation = {
|
|
6994
7081
|
deleteView: {
|
|
@@ -6997,7 +7084,7 @@ export type DeleteViewMutation = {
|
|
|
6997
7084
|
};
|
|
6998
7085
|
};
|
|
6999
7086
|
export type GetViewQueryVariables = Exact<{
|
|
7000
|
-
viewId: Scalars['String'];
|
|
7087
|
+
viewId: Scalars['String']['input'];
|
|
7001
7088
|
}>;
|
|
7002
7089
|
export type GetViewQuery = {
|
|
7003
7090
|
view: {
|
|
@@ -7060,7 +7147,7 @@ export type GetViewQuery = {
|
|
|
7060
7147
|
};
|
|
7061
7148
|
};
|
|
7062
7149
|
export type GetViewsListQueryVariables = Exact<{
|
|
7063
|
-
libraryId: Scalars['String'];
|
|
7150
|
+
libraryId: Scalars['String']['input'];
|
|
7064
7151
|
}>;
|
|
7065
7152
|
export type GetViewsListQuery = {
|
|
7066
7153
|
views: {
|
|
@@ -7189,7 +7276,7 @@ export type SaveViewMutation = {
|
|
|
7189
7276
|
};
|
|
7190
7277
|
};
|
|
7191
7278
|
export type TreeFilterByDefaultValuesQueryVariables = Exact<{
|
|
7192
|
-
treeId: Scalars['ID'];
|
|
7279
|
+
treeId: Scalars['ID']['input'];
|
|
7193
7280
|
accessRecordByDefaultPermission?: InputMaybe<AccessRecordByDefaultPermissionInput>;
|
|
7194
7281
|
}>;
|
|
7195
7282
|
export type TreeFilterByDefaultValuesQuery = {
|
|
@@ -7200,8 +7287,8 @@ export type TreeFilterByDefaultValuesQuery = {
|
|
|
7200
7287
|
record: {
|
|
7201
7288
|
id: string;
|
|
7202
7289
|
whoAmI: {
|
|
7203
|
-
label?: string | null;
|
|
7204
7290
|
id: string;
|
|
7291
|
+
label?: string | null;
|
|
7205
7292
|
library: {
|
|
7206
7293
|
id: string;
|
|
7207
7294
|
};
|
|
@@ -7211,7 +7298,7 @@ export type TreeFilterByDefaultValuesQuery = {
|
|
|
7211
7298
|
};
|
|
7212
7299
|
};
|
|
7213
7300
|
export type GetAttributesByLibWithPermissionsQueryVariables = Exact<{
|
|
7214
|
-
library: Scalars['String'];
|
|
7301
|
+
library: Scalars['String']['input'];
|
|
7215
7302
|
}>;
|
|
7216
7303
|
export type GetAttributesByLibWithPermissionsQuery = {
|
|
7217
7304
|
attributes?: {
|
|
@@ -7308,7 +7395,7 @@ export type GetAttributesByLibWithPermissionsQuery = {
|
|
|
7308
7395
|
} | null;
|
|
7309
7396
|
};
|
|
7310
7397
|
export type ExplorerAttributesQueryVariables = Exact<{
|
|
7311
|
-
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
7398
|
+
ids?: InputMaybe<Array<Scalars['ID']['input']> | Scalars['ID']['input']>;
|
|
7312
7399
|
}>;
|
|
7313
7400
|
export type ExplorerAttributesQuery = {
|
|
7314
7401
|
attributes?: {
|
|
@@ -7373,7 +7460,7 @@ export type ExplorerAttributesQuery = {
|
|
|
7373
7460
|
} | null;
|
|
7374
7461
|
};
|
|
7375
7462
|
export type ExplorerLinkAttributeQueryVariables = Exact<{
|
|
7376
|
-
id: Scalars['ID'];
|
|
7463
|
+
id: Scalars['ID']['input'];
|
|
7377
7464
|
}>;
|
|
7378
7465
|
export type ExplorerLinkAttributeQuery = {
|
|
7379
7466
|
attributes?: {
|
|
@@ -7427,8 +7514,8 @@ export type ExplorerLinkAttributeQuery = {
|
|
|
7427
7514
|
} | null;
|
|
7428
7515
|
};
|
|
7429
7516
|
export type CountValuesOccurrencesQueryVariables = Exact<{
|
|
7430
|
-
library: Scalars['ID'];
|
|
7431
|
-
attribute: Scalars['ID'];
|
|
7517
|
+
library: Scalars['ID']['input'];
|
|
7518
|
+
attribute: Scalars['ID']['input'];
|
|
7432
7519
|
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7433
7520
|
}>;
|
|
7434
7521
|
export type CountValuesOccurrencesQuery = {
|
|
@@ -7443,12 +7530,12 @@ export type CountValuesOccurrencesQuery = {
|
|
|
7443
7530
|
} | null;
|
|
7444
7531
|
};
|
|
7445
7532
|
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
7446
|
-
libraryId: Scalars['ID'];
|
|
7447
|
-
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
7533
|
+
libraryId: Scalars['ID']['input'];
|
|
7534
|
+
attributeIds: Array<Scalars['ID']['input']> | Scalars['ID']['input'];
|
|
7448
7535
|
pagination?: InputMaybe<RecordsPagination>;
|
|
7449
7536
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7450
7537
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7451
|
-
searchQuery?: InputMaybe<Scalars['String']>;
|
|
7538
|
+
searchQuery?: InputMaybe<Scalars['String']['input']>;
|
|
7452
7539
|
}>;
|
|
7453
7540
|
export type ExplorerLibraryDataQuery = {
|
|
7454
7541
|
records: {
|
|
@@ -7523,10 +7610,10 @@ export type ExplorerLibraryDataQuery = {
|
|
|
7523
7610
|
};
|
|
7524
7611
|
};
|
|
7525
7612
|
export type ExplorerLinkDataQueryVariables = Exact<{
|
|
7526
|
-
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
7527
|
-
parentLibraryId: Scalars['ID'];
|
|
7528
|
-
parentRecordId?: InputMaybe<Scalars['String']>;
|
|
7529
|
-
linkAttributeId: Scalars['ID'];
|
|
7613
|
+
attributeIds: Array<Scalars['ID']['input']> | Scalars['ID']['input'];
|
|
7614
|
+
parentLibraryId: Scalars['ID']['input'];
|
|
7615
|
+
parentRecordId?: InputMaybe<Scalars['String']['input']>;
|
|
7616
|
+
linkAttributeId: Scalars['ID']['input'];
|
|
7530
7617
|
}>;
|
|
7531
7618
|
export type ExplorerLinkDataQuery = {
|
|
7532
7619
|
records: {
|
|
@@ -7542,17 +7629,6 @@ export type ExplorerLinkDataQuery = {
|
|
|
7542
7629
|
id_value?: string | null;
|
|
7543
7630
|
payload?: {
|
|
7544
7631
|
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
7632
|
properties: Array<{
|
|
7557
7633
|
attributeId: string;
|
|
7558
7634
|
attributeProperties: {
|
|
@@ -7601,6 +7677,17 @@ export type ExplorerLinkDataQuery = {
|
|
|
7601
7677
|
valueRawPayload?: any | null;
|
|
7602
7678
|
}>;
|
|
7603
7679
|
}>;
|
|
7680
|
+
whoAmI: {
|
|
7681
|
+
id: string;
|
|
7682
|
+
label?: string | null;
|
|
7683
|
+
subLabel?: string | null;
|
|
7684
|
+
color?: string | null;
|
|
7685
|
+
preview?: IPreviewScalar | null;
|
|
7686
|
+
library: {
|
|
7687
|
+
id: string;
|
|
7688
|
+
label?: any | null;
|
|
7689
|
+
};
|
|
7690
|
+
};
|
|
7604
7691
|
} | null;
|
|
7605
7692
|
} | {
|
|
7606
7693
|
id_value?: string | null;
|
|
@@ -7609,7 +7696,7 @@ export type ExplorerLinkDataQuery = {
|
|
|
7609
7696
|
};
|
|
7610
7697
|
};
|
|
7611
7698
|
export type GetLibraryAttributesQueryVariables = Exact<{
|
|
7612
|
-
libraryId: Scalars['ID'];
|
|
7699
|
+
libraryId: Scalars['ID']['input'];
|
|
7613
7700
|
}>;
|
|
7614
7701
|
export type GetLibraryAttributesQuery = {
|
|
7615
7702
|
libraries?: {
|
|
@@ -7652,7 +7739,7 @@ export type GetLibraryAttributesQuery = {
|
|
|
7652
7739
|
} | null;
|
|
7653
7740
|
};
|
|
7654
7741
|
export type ExplorerLibraryDetailsQueryVariables = Exact<{
|
|
7655
|
-
libraryId: Scalars['ID'];
|
|
7742
|
+
libraryId: Scalars['ID']['input'];
|
|
7656
7743
|
}>;
|
|
7657
7744
|
export type ExplorerLibraryDetailsQuery = {
|
|
7658
7745
|
libraries?: {
|
|
@@ -7666,8 +7753,31 @@ export type ExplorerLibraryDetailsQuery = {
|
|
|
7666
7753
|
}>;
|
|
7667
7754
|
} | null;
|
|
7668
7755
|
};
|
|
7756
|
+
export type LibraryExportProfilesQueryVariables = Exact<{
|
|
7757
|
+
libraryId?: InputMaybe<Array<Scalars['ID']['input']> | Scalars['ID']['input']>;
|
|
7758
|
+
}>;
|
|
7759
|
+
export type LibraryExportProfilesQuery = {
|
|
7760
|
+
libraries?: {
|
|
7761
|
+
list: Array<{
|
|
7762
|
+
id: string;
|
|
7763
|
+
exportProfiles?: {
|
|
7764
|
+
defaultProfile: string;
|
|
7765
|
+
profiles: Array<{
|
|
7766
|
+
label: string;
|
|
7767
|
+
columns: Array<{
|
|
7768
|
+
columnLabel: string;
|
|
7769
|
+
attribute: string;
|
|
7770
|
+
}>;
|
|
7771
|
+
error?: {
|
|
7772
|
+
message: string;
|
|
7773
|
+
} | null;
|
|
7774
|
+
}>;
|
|
7775
|
+
} | null;
|
|
7776
|
+
}>;
|
|
7777
|
+
} | null;
|
|
7778
|
+
};
|
|
7669
7779
|
export type ExplorerSelectionIdsQueryVariables = Exact<{
|
|
7670
|
-
libraryId: Scalars['ID'];
|
|
7780
|
+
libraryId: Scalars['ID']['input'];
|
|
7671
7781
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7672
7782
|
}>;
|
|
7673
7783
|
export type ExplorerSelectionIdsQuery = {
|
|
@@ -7775,7 +7885,7 @@ export type NotificationSubscription = {
|
|
|
7775
7885
|
};
|
|
7776
7886
|
export type GetRecordHistoryQueryVariables = Exact<{
|
|
7777
7887
|
record: LogTopicRecordFilterInput;
|
|
7778
|
-
attributeId?: InputMaybe<Scalars['String']>;
|
|
7888
|
+
attributeId?: InputMaybe<Scalars['String']['input']>;
|
|
7779
7889
|
actions?: InputMaybe<Array<LogAction> | LogAction>;
|
|
7780
7890
|
pagination?: InputMaybe<Pagination>;
|
|
7781
7891
|
}>;
|
|
@@ -7819,7 +7929,7 @@ export type GetRecordHistoryQuery = {
|
|
|
7819
7929
|
} | null;
|
|
7820
7930
|
};
|
|
7821
7931
|
export type TreeDataQueryQueryVariables = Exact<{
|
|
7822
|
-
treeId: Scalars['ID'];
|
|
7932
|
+
treeId: Scalars['ID']['input'];
|
|
7823
7933
|
}>;
|
|
7824
7934
|
export type TreeDataQueryQuery = {
|
|
7825
7935
|
trees?: {
|
|
@@ -7882,20 +7992,15 @@ export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
|
7882
7992
|
* });
|
|
7883
7993
|
*/
|
|
7884
7994
|
export declare function useCheckApplicationExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.QueryResult<CheckApplicationExistenceQuery, Exact<{
|
|
7885
|
-
id?: InputMaybe<Scalars["ID"]>;
|
|
7886
|
-
endpoint?: InputMaybe<Scalars["String"]>;
|
|
7995
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
7996
|
+
endpoint?: InputMaybe<Scalars["String"]["input"]>;
|
|
7887
7997
|
}>>;
|
|
7888
7998
|
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"]>;
|
|
7999
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8000
|
+
endpoint?: InputMaybe<Scalars["String"]["input"]>;
|
|
7895
8001
|
}>>;
|
|
7896
8002
|
export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
|
|
7897
8003
|
export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
|
|
7898
|
-
export type CheckApplicationExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckApplicationExistenceSuspenseQuery>;
|
|
7899
8004
|
export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
|
|
7900
8005
|
export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
|
|
7901
8006
|
/**
|
|
@@ -7915,17 +8020,13 @@ export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
|
|
|
7915
8020
|
* });
|
|
7916
8021
|
*/
|
|
7917
8022
|
export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.QueryResult<GetApplicationByIdQuery, Exact<{
|
|
7918
|
-
id: Scalars["ID"];
|
|
8023
|
+
id: Scalars["ID"]["input"];
|
|
7919
8024
|
}>>;
|
|
7920
8025
|
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"];
|
|
8026
|
+
id: Scalars["ID"]["input"];
|
|
7925
8027
|
}>>;
|
|
7926
8028
|
export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
|
|
7927
8029
|
export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
|
|
7928
|
-
export type GetApplicationByIdSuspenseQueryHookResult = ReturnType<typeof useGetApplicationByIdSuspenseQuery>;
|
|
7929
8030
|
export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
|
|
7930
8031
|
export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
|
|
7931
8032
|
/**
|
|
@@ -7949,12 +8050,8 @@ export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.Query
|
|
|
7949
8050
|
export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
|
|
7950
8051
|
[key: string]: never;
|
|
7951
8052
|
}>>;
|
|
7952
|
-
export declare function useGetApplicationModulesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationModulesQuery, Exact<{
|
|
7953
|
-
[key: string]: never;
|
|
7954
|
-
}>>;
|
|
7955
8053
|
export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
|
|
7956
8054
|
export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
|
|
7957
|
-
export type GetApplicationModulesSuspenseQueryHookResult = ReturnType<typeof useGetApplicationModulesSuspenseQuery>;
|
|
7958
8055
|
export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
|
|
7959
8056
|
export declare const SaveApplicationDocument: Apollo.DocumentNode;
|
|
7960
8057
|
export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
|
|
@@ -7999,17 +8096,13 @@ export declare const CheckAttributeExistenceDocument: Apollo.DocumentNode;
|
|
|
7999
8096
|
* });
|
|
8000
8097
|
*/
|
|
8001
8098
|
export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.QueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.QueryResult<CheckAttributeExistenceQuery, Exact<{
|
|
8002
|
-
id: Scalars["ID"];
|
|
8099
|
+
id: Scalars["ID"]["input"];
|
|
8003
8100
|
}>>;
|
|
8004
8101
|
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"];
|
|
8102
|
+
id: Scalars["ID"]["input"];
|
|
8009
8103
|
}>>;
|
|
8010
8104
|
export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
|
|
8011
8105
|
export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
|
|
8012
|
-
export type CheckAttributeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckAttributeExistenceSuspenseQuery>;
|
|
8013
8106
|
export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
|
|
8014
8107
|
export declare const DeleteAttributeDocument: Apollo.DocumentNode;
|
|
8015
8108
|
export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
|
|
@@ -8031,7 +8124,7 @@ export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeM
|
|
|
8031
8124
|
* });
|
|
8032
8125
|
*/
|
|
8033
8126
|
export declare function useDeleteAttributeMutation(baseOptions?: Apollo.MutationHookOptions<DeleteAttributeMutation, DeleteAttributeMutationVariables>): Apollo.MutationTuple<DeleteAttributeMutation, Exact<{
|
|
8034
|
-
id?: InputMaybe<Scalars["ID"]>;
|
|
8127
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8035
8128
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8036
8129
|
export type DeleteAttributeMutationHookResult = ReturnType<typeof useDeleteAttributeMutation>;
|
|
8037
8130
|
export type DeleteAttributeMutationResult = Apollo.MutationResult<DeleteAttributeMutation>;
|
|
@@ -8054,17 +8147,13 @@ export declare const GetAttributeByIdDocument: Apollo.DocumentNode;
|
|
|
8054
8147
|
* });
|
|
8055
8148
|
*/
|
|
8056
8149
|
export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.QueryResult<GetAttributeByIdQuery, Exact<{
|
|
8057
|
-
id?: InputMaybe<Scalars["ID"]>;
|
|
8150
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8058
8151
|
}>>;
|
|
8059
8152
|
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"]>;
|
|
8153
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8064
8154
|
}>>;
|
|
8065
8155
|
export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
|
|
8066
8156
|
export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
|
|
8067
|
-
export type GetAttributeByIdSuspenseQueryHookResult = ReturnType<typeof useGetAttributeByIdSuspenseQuery>;
|
|
8068
8157
|
export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
|
|
8069
8158
|
export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
|
|
8070
8159
|
/**
|
|
@@ -8084,17 +8173,13 @@ export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
|
|
|
8084
8173
|
* });
|
|
8085
8174
|
*/
|
|
8086
8175
|
export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.QueryResult<GetAttributesByLibQuery, Exact<{
|
|
8087
|
-
library: Scalars["String"];
|
|
8176
|
+
library: Scalars["String"]["input"];
|
|
8088
8177
|
}>>;
|
|
8089
8178
|
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"];
|
|
8179
|
+
library: Scalars["String"]["input"];
|
|
8094
8180
|
}>>;
|
|
8095
8181
|
export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
|
|
8096
8182
|
export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
|
|
8097
|
-
export type GetAttributesByLibSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibSuspenseQuery>;
|
|
8098
8183
|
export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
|
|
8099
8184
|
export declare const GetAttributesDocument: Apollo.DocumentNode;
|
|
8100
8185
|
/**
|
|
@@ -8125,14 +8210,8 @@ export declare function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQuery
|
|
|
8125
8210
|
sort?: InputMaybe<SortAttributes>;
|
|
8126
8211
|
filters?: InputMaybe<AttributesFiltersInput>;
|
|
8127
8212
|
}>>;
|
|
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
8213
|
export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
|
|
8134
8214
|
export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
|
|
8135
|
-
export type GetAttributesSuspenseQueryHookResult = ReturnType<typeof useGetAttributesSuspenseQuery>;
|
|
8136
8215
|
export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
|
|
8137
8216
|
export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
|
|
8138
8217
|
/**
|
|
@@ -8160,13 +8239,8 @@ export declare function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.Lazy
|
|
|
8160
8239
|
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
8161
8240
|
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
8162
8241
|
}>>;
|
|
8163
|
-
export declare function useGetVersionProfilesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionProfilesQuery, Exact<{
|
|
8164
|
-
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
8165
|
-
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
8166
|
-
}>>;
|
|
8167
8242
|
export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
|
|
8168
8243
|
export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
|
|
8169
|
-
export type GetVersionProfilesSuspenseQueryHookResult = ReturnType<typeof useGetVersionProfilesSuspenseQuery>;
|
|
8170
8244
|
export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
|
|
8171
8245
|
export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentNode;
|
|
8172
8246
|
/**
|
|
@@ -8186,17 +8260,13 @@ export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentN
|
|
|
8186
8260
|
* });
|
|
8187
8261
|
*/
|
|
8188
8262
|
export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
8189
|
-
libraryId: Scalars["String"];
|
|
8263
|
+
libraryId: Scalars["String"]["input"];
|
|
8190
8264
|
}>>;
|
|
8191
8265
|
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"];
|
|
8266
|
+
libraryId: Scalars["String"]["input"];
|
|
8196
8267
|
}>>;
|
|
8197
8268
|
export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
|
|
8198
8269
|
export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
|
|
8199
|
-
export type GetVersionableAttributesByLibrarySuspenseQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibrarySuspenseQuery>;
|
|
8200
8270
|
export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
|
|
8201
8271
|
export declare const SaveAttributeDocument: Apollo.DocumentNode;
|
|
8202
8272
|
export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
|
|
@@ -8243,23 +8313,17 @@ export declare const ExportDocument: Apollo.DocumentNode;
|
|
|
8243
8313
|
* });
|
|
8244
8314
|
*/
|
|
8245
8315
|
export declare function useExportQuery(baseOptions: Apollo.QueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.QueryResult<ExportQuery, Exact<{
|
|
8246
|
-
library: Scalars["ID"];
|
|
8316
|
+
library: Scalars["ID"]["input"];
|
|
8247
8317
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
8248
|
-
profile?: InputMaybe<Scalars["String"]>;
|
|
8318
|
+
profile?: InputMaybe<Scalars["String"]["input"]>;
|
|
8249
8319
|
}>>;
|
|
8250
8320
|
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"];
|
|
8321
|
+
library: Scalars["ID"]["input"];
|
|
8257
8322
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
8258
|
-
profile?: InputMaybe<Scalars["String"]>;
|
|
8323
|
+
profile?: InputMaybe<Scalars["String"]["input"]>;
|
|
8259
8324
|
}>>;
|
|
8260
8325
|
export type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
|
|
8261
8326
|
export type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
|
|
8262
|
-
export type ExportSuspenseQueryHookResult = ReturnType<typeof useExportSuspenseQuery>;
|
|
8263
8327
|
export type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
|
|
8264
8328
|
export declare const CreateDirectoryDocument: Apollo.DocumentNode;
|
|
8265
8329
|
export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
|
|
@@ -8283,9 +8347,9 @@ export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryM
|
|
|
8283
8347
|
* });
|
|
8284
8348
|
*/
|
|
8285
8349
|
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"];
|
|
8350
|
+
library: Scalars["String"]["input"];
|
|
8351
|
+
nodeId: Scalars["String"]["input"];
|
|
8352
|
+
name: Scalars["String"]["input"];
|
|
8289
8353
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8290
8354
|
export type CreateDirectoryMutationHookResult = ReturnType<typeof useCreateDirectoryMutation>;
|
|
8291
8355
|
export type CreateDirectoryMutationResult = Apollo.MutationResult<CreateDirectoryMutation>;
|
|
@@ -8314,11 +8378,11 @@ export type ForcePreviewsGenerationMutationFn = Apollo.MutationFunction<ForcePre
|
|
|
8314
8378
|
* });
|
|
8315
8379
|
*/
|
|
8316
8380
|
export declare function useForcePreviewsGenerationMutation(baseOptions?: Apollo.MutationHookOptions<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>): Apollo.MutationTuple<ForcePreviewsGenerationMutation, Exact<{
|
|
8317
|
-
libraryId: Scalars["ID"];
|
|
8381
|
+
libraryId: Scalars["ID"]["input"];
|
|
8318
8382
|
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"]>;
|
|
8383
|
+
recordIds?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
8384
|
+
failedOnly?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
8385
|
+
previewVersionSizeNames?: InputMaybe<Array<Scalars["String"]["input"]> | Scalars["String"]["input"]>;
|
|
8322
8386
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8323
8387
|
export type ForcePreviewsGenerationMutationHookResult = ReturnType<typeof useForcePreviewsGenerationMutation>;
|
|
8324
8388
|
export type ForcePreviewsGenerationMutationResult = Apollo.MutationResult<ForcePreviewsGenerationMutation>;
|
|
@@ -8342,20 +8406,15 @@ export declare const GetDirectoryDataDocument: Apollo.DocumentNode;
|
|
|
8342
8406
|
* });
|
|
8343
8407
|
*/
|
|
8344
8408
|
export declare function useGetDirectoryDataQuery(baseOptions: Apollo.QueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.QueryResult<GetDirectoryDataQuery, Exact<{
|
|
8345
|
-
library: Scalars["ID"];
|
|
8346
|
-
directoryId: Scalars["String"];
|
|
8409
|
+
library: Scalars["ID"]["input"];
|
|
8410
|
+
directoryId: Scalars["String"]["input"];
|
|
8347
8411
|
}>>;
|
|
8348
8412
|
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"];
|
|
8413
|
+
library: Scalars["ID"]["input"];
|
|
8414
|
+
directoryId: Scalars["String"]["input"];
|
|
8355
8415
|
}>>;
|
|
8356
8416
|
export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
|
|
8357
8417
|
export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
|
|
8358
|
-
export type GetDirectoryDataSuspenseQueryHookResult = ReturnType<typeof useGetDirectoryDataSuspenseQuery>;
|
|
8359
8418
|
export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
|
|
8360
8419
|
export declare const UploadUpdateDocument: Apollo.DocumentNode;
|
|
8361
8420
|
/**
|
|
@@ -8401,8 +8460,8 @@ export type UploadMutationFn = Apollo.MutationFunction<UploadMutation, UploadMut
|
|
|
8401
8460
|
* });
|
|
8402
8461
|
*/
|
|
8403
8462
|
export declare function useUploadMutation(baseOptions?: Apollo.MutationHookOptions<UploadMutation, UploadMutationVariables>): Apollo.MutationTuple<UploadMutation, Exact<{
|
|
8404
|
-
library: Scalars["String"];
|
|
8405
|
-
nodeId: Scalars["String"];
|
|
8463
|
+
library: Scalars["String"]["input"];
|
|
8464
|
+
nodeId: Scalars["String"]["input"];
|
|
8406
8465
|
files: Array<FileInput> | FileInput;
|
|
8407
8466
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8408
8467
|
export type UploadMutationHookResult = ReturnType<typeof useUploadMutation>;
|
|
@@ -8430,9 +8489,9 @@ export type ImportExcelMutationFn = Apollo.MutationFunction<ImportExcelMutation,
|
|
|
8430
8489
|
* });
|
|
8431
8490
|
*/
|
|
8432
8491
|
export declare function useImportExcelMutation(baseOptions?: Apollo.MutationHookOptions<ImportExcelMutation, ImportExcelMutationVariables>): Apollo.MutationTuple<ImportExcelMutation, Exact<{
|
|
8433
|
-
file: Scalars["Upload"];
|
|
8492
|
+
file: Scalars["Upload"]["input"];
|
|
8434
8493
|
sheets?: InputMaybe<Array<InputMaybe<SheetInput>> | InputMaybe<SheetInput>>;
|
|
8435
|
-
startAt?: InputMaybe<Scalars["Int"]>;
|
|
8494
|
+
startAt?: InputMaybe<Scalars["Int"]["input"]>;
|
|
8436
8495
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8437
8496
|
export type ImportExcelMutationHookResult = ReturnType<typeof useImportExcelMutation>;
|
|
8438
8497
|
export type ImportExcelMutationResult = Apollo.MutationResult<ImportExcelMutation>;
|
|
@@ -8455,17 +8514,13 @@ export declare const CheckLibraryExistenceDocument: Apollo.DocumentNode;
|
|
|
8455
8514
|
* });
|
|
8456
8515
|
*/
|
|
8457
8516
|
export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.QueryResult<CheckLibraryExistenceQuery, Exact<{
|
|
8458
|
-
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8517
|
+
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
8459
8518
|
}>>;
|
|
8460
8519
|
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"]>;
|
|
8520
|
+
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
8465
8521
|
}>>;
|
|
8466
8522
|
export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
|
|
8467
8523
|
export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
|
|
8468
|
-
export type CheckLibraryExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckLibraryExistenceSuspenseQuery>;
|
|
8469
8524
|
export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
|
|
8470
8525
|
export declare const DeleteLibraryDocument: Apollo.DocumentNode;
|
|
8471
8526
|
export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
|
|
@@ -8487,7 +8542,7 @@ export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutat
|
|
|
8487
8542
|
* });
|
|
8488
8543
|
*/
|
|
8489
8544
|
export declare function useDeleteLibraryMutation(baseOptions?: Apollo.MutationHookOptions<DeleteLibraryMutation, DeleteLibraryMutationVariables>): Apollo.MutationTuple<DeleteLibraryMutation, Exact<{
|
|
8490
|
-
id?: InputMaybe<Scalars["ID"]>;
|
|
8545
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8491
8546
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8492
8547
|
export type DeleteLibraryMutationHookResult = ReturnType<typeof useDeleteLibraryMutation>;
|
|
8493
8548
|
export type DeleteLibraryMutationResult = Apollo.MutationResult<DeleteLibraryMutation>;
|
|
@@ -8514,12 +8569,8 @@ export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptio
|
|
|
8514
8569
|
export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
|
|
8515
8570
|
[key: string]: never;
|
|
8516
8571
|
}>>;
|
|
8517
|
-
export declare function useGetLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibrariesQuery, Exact<{
|
|
8518
|
-
[key: string]: never;
|
|
8519
|
-
}>>;
|
|
8520
8572
|
export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
|
|
8521
8573
|
export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
|
|
8522
|
-
export type GetLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetLibrariesSuspenseQuery>;
|
|
8523
8574
|
export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
|
|
8524
8575
|
export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
8525
8576
|
/**
|
|
@@ -8539,17 +8590,13 @@ export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
|
8539
8590
|
* });
|
|
8540
8591
|
*/
|
|
8541
8592
|
export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.QueryResult<GetLibraryByIdQuery, Exact<{
|
|
8542
|
-
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8593
|
+
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
8543
8594
|
}>>;
|
|
8544
8595
|
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"]>;
|
|
8596
|
+
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
8549
8597
|
}>>;
|
|
8550
8598
|
export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
|
|
8551
8599
|
export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
|
|
8552
|
-
export type GetLibraryByIdSuspenseQueryHookResult = ReturnType<typeof useGetLibraryByIdSuspenseQuery>;
|
|
8553
8600
|
export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
|
|
8554
8601
|
export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
8555
8602
|
/**
|
|
@@ -8569,17 +8616,13 @@ export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
|
8569
8616
|
* });
|
|
8570
8617
|
*/
|
|
8571
8618
|
export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.QueryResult<GetLibraryPermissionsQuery, Exact<{
|
|
8572
|
-
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8619
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
8573
8620
|
}>>;
|
|
8574
8621
|
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"]>;
|
|
8622
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
8579
8623
|
}>>;
|
|
8580
8624
|
export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
|
|
8581
8625
|
export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
|
|
8582
|
-
export type GetLibraryPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPermissionsSuspenseQuery>;
|
|
8583
8626
|
export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
|
|
8584
8627
|
export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
|
|
8585
8628
|
/**
|
|
@@ -8599,17 +8642,13 @@ export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
|
|
|
8599
8642
|
* });
|
|
8600
8643
|
*/
|
|
8601
8644
|
export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
8602
|
-
id: Scalars["ID"];
|
|
8645
|
+
id: Scalars["ID"]["input"];
|
|
8603
8646
|
}>>;
|
|
8604
8647
|
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"];
|
|
8648
|
+
id: Scalars["ID"]["input"];
|
|
8609
8649
|
}>>;
|
|
8610
8650
|
export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
|
|
8611
8651
|
export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
|
|
8612
|
-
export type GetLibraryPreviewsSettingsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsSuspenseQuery>;
|
|
8613
8652
|
export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
|
|
8614
8653
|
export declare const SaveLibraryDocument: Apollo.DocumentNode;
|
|
8615
8654
|
export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
|
|
@@ -8659,24 +8698,17 @@ export declare const IsAllowedDocument: Apollo.DocumentNode;
|
|
|
8659
8698
|
export declare function useIsAllowedQuery(baseOptions: Apollo.QueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.QueryResult<IsAllowedQuery, Exact<{
|
|
8660
8699
|
type: PermissionTypes;
|
|
8661
8700
|
actions: Array<PermissionsActions> | PermissionsActions;
|
|
8662
|
-
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
8701
|
+
applyTo?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8663
8702
|
target?: InputMaybe<PermissionTarget>;
|
|
8664
8703
|
}>>;
|
|
8665
8704
|
export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.LazyQueryResultTuple<IsAllowedQuery, Exact<{
|
|
8666
8705
|
type: PermissionTypes;
|
|
8667
8706
|
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"]>;
|
|
8707
|
+
applyTo?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8675
8708
|
target?: InputMaybe<PermissionTarget>;
|
|
8676
8709
|
}>>;
|
|
8677
8710
|
export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
|
|
8678
8711
|
export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
|
|
8679
|
-
export type IsAllowedSuspenseQueryHookResult = ReturnType<typeof useIsAllowedSuspenseQuery>;
|
|
8680
8712
|
export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
|
|
8681
8713
|
export declare const ActivateNewRecordDocument: Apollo.DocumentNode;
|
|
8682
8714
|
export type ActivateNewRecordMutationFn = Apollo.MutationFunction<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>;
|
|
@@ -8700,9 +8732,9 @@ export type ActivateNewRecordMutationFn = Apollo.MutationFunction<ActivateNewRec
|
|
|
8700
8732
|
* });
|
|
8701
8733
|
*/
|
|
8702
8734
|
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"]>;
|
|
8735
|
+
libraryId: Scalars["ID"]["input"];
|
|
8736
|
+
recordId: Scalars["ID"]["input"];
|
|
8737
|
+
formId?: InputMaybe<Scalars["String"]["input"]>;
|
|
8706
8738
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8707
8739
|
export type ActivateNewRecordMutationHookResult = ReturnType<typeof useActivateNewRecordMutation>;
|
|
8708
8740
|
export type ActivateNewRecordMutationResult = Apollo.MutationResult<ActivateNewRecordMutation>;
|
|
@@ -8729,8 +8761,8 @@ export type ActivateRecordsMutationFn = Apollo.MutationFunction<ActivateRecordsM
|
|
|
8729
8761
|
* });
|
|
8730
8762
|
*/
|
|
8731
8763
|
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"]>;
|
|
8764
|
+
libraryId: Scalars["String"]["input"];
|
|
8765
|
+
recordsIds?: InputMaybe<Array<Scalars["String"]["input"]> | Scalars["String"]["input"]>;
|
|
8734
8766
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
8735
8767
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8736
8768
|
export type ActivateRecordsMutationHookResult = ReturnType<typeof useActivateRecordsMutation>;
|
|
@@ -8756,7 +8788,7 @@ export type CreateEmptyRecordMutationFn = Apollo.MutationFunction<CreateEmptyRec
|
|
|
8756
8788
|
* });
|
|
8757
8789
|
*/
|
|
8758
8790
|
export declare function useCreateEmptyRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>): Apollo.MutationTuple<CreateEmptyRecordMutation, Exact<{
|
|
8759
|
-
library: Scalars["ID"];
|
|
8791
|
+
library: Scalars["ID"]["input"];
|
|
8760
8792
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8761
8793
|
export type CreateEmptyRecordMutationHookResult = ReturnType<typeof useCreateEmptyRecordMutation>;
|
|
8762
8794
|
export type CreateEmptyRecordMutationResult = Apollo.MutationResult<CreateEmptyRecordMutation>;
|
|
@@ -8782,7 +8814,7 @@ export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutatio
|
|
|
8782
8814
|
* });
|
|
8783
8815
|
*/
|
|
8784
8816
|
export declare function useCreateRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateRecordMutation, CreateRecordMutationVariables>): Apollo.MutationTuple<CreateRecordMutation, Exact<{
|
|
8785
|
-
library: Scalars["ID"];
|
|
8817
|
+
library: Scalars["ID"]["input"];
|
|
8786
8818
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
8787
8819
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8788
8820
|
export type CreateRecordMutationHookResult = ReturnType<typeof useCreateRecordMutation>;
|
|
@@ -8810,8 +8842,8 @@ export type DeactivateRecordsMutationFn = Apollo.MutationFunction<DeactivateReco
|
|
|
8810
8842
|
* });
|
|
8811
8843
|
*/
|
|
8812
8844
|
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"]>;
|
|
8845
|
+
libraryId: Scalars["String"]["input"];
|
|
8846
|
+
recordsIds?: InputMaybe<Array<Scalars["String"]["input"]> | Scalars["String"]["input"]>;
|
|
8815
8847
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
8816
8848
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8817
8849
|
export type DeactivateRecordsMutationHookResult = ReturnType<typeof useDeactivateRecordsMutation>;
|
|
@@ -8837,23 +8869,17 @@ export declare const DoesFileExistAsChildDocument: Apollo.DocumentNode;
|
|
|
8837
8869
|
* });
|
|
8838
8870
|
*/
|
|
8839
8871
|
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"];
|
|
8872
|
+
parentNode?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8873
|
+
treeId: Scalars["ID"]["input"];
|
|
8874
|
+
filename: Scalars["String"]["input"];
|
|
8843
8875
|
}>>;
|
|
8844
8876
|
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"];
|
|
8877
|
+
parentNode?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8878
|
+
treeId: Scalars["ID"]["input"];
|
|
8879
|
+
filename: Scalars["String"]["input"];
|
|
8853
8880
|
}>>;
|
|
8854
8881
|
export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
|
|
8855
8882
|
export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
|
|
8856
|
-
export type DoesFileExistAsChildSuspenseQueryHookResult = ReturnType<typeof useDoesFileExistAsChildSuspenseQuery>;
|
|
8857
8883
|
export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
|
|
8858
8884
|
export declare const GetFileDataDocument: Apollo.DocumentNode;
|
|
8859
8885
|
/**
|
|
@@ -8875,23 +8901,17 @@ export declare const GetFileDataDocument: Apollo.DocumentNode;
|
|
|
8875
8901
|
* });
|
|
8876
8902
|
*/
|
|
8877
8903
|
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"];
|
|
8904
|
+
library: Scalars["ID"]["input"];
|
|
8905
|
+
fileId: Scalars["String"]["input"];
|
|
8906
|
+
previewsStatusAttribute: Scalars["ID"]["input"];
|
|
8881
8907
|
}>>;
|
|
8882
8908
|
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"];
|
|
8909
|
+
library: Scalars["ID"]["input"];
|
|
8910
|
+
fileId: Scalars["String"]["input"];
|
|
8911
|
+
previewsStatusAttribute: Scalars["ID"]["input"];
|
|
8891
8912
|
}>>;
|
|
8892
8913
|
export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
|
|
8893
8914
|
export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
|
|
8894
|
-
export type GetFileDataSuspenseQueryHookResult = ReturnType<typeof useGetFileDataSuspenseQuery>;
|
|
8895
8915
|
export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
|
|
8896
8916
|
export declare const RecordFormDocument: Apollo.DocumentNode;
|
|
8897
8917
|
/**
|
|
@@ -8914,26 +8934,19 @@ export declare const RecordFormDocument: Apollo.DocumentNode;
|
|
|
8914
8934
|
* });
|
|
8915
8935
|
*/
|
|
8916
8936
|
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"]>;
|
|
8937
|
+
libraryId: Scalars["String"]["input"];
|
|
8938
|
+
formId: Scalars["String"]["input"];
|
|
8939
|
+
recordId?: InputMaybe<Scalars["String"]["input"]>;
|
|
8920
8940
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
8921
8941
|
}>>;
|
|
8922
8942
|
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"]>;
|
|
8943
|
+
libraryId: Scalars["String"]["input"];
|
|
8944
|
+
formId: Scalars["String"]["input"];
|
|
8945
|
+
recordId?: InputMaybe<Scalars["String"]["input"]>;
|
|
8932
8946
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
8933
8947
|
}>>;
|
|
8934
8948
|
export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
|
|
8935
8949
|
export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
|
|
8936
|
-
export type RecordFormSuspenseQueryHookResult = ReturnType<typeof useRecordFormSuspenseQuery>;
|
|
8937
8950
|
export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
|
|
8938
8951
|
export declare const RecordUpdateDocument: Apollo.DocumentNode;
|
|
8939
8952
|
/**
|
|
@@ -8977,23 +8990,17 @@ export declare const GetRecordsFromLibraryDocument: Apollo.DocumentNode;
|
|
|
8977
8990
|
* });
|
|
8978
8991
|
*/
|
|
8979
8992
|
export declare function useGetRecordsFromLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.QueryResult<GetRecordsFromLibraryQuery, Exact<{
|
|
8980
|
-
libraryId: Scalars["ID"];
|
|
8993
|
+
libraryId: Scalars["ID"]["input"];
|
|
8981
8994
|
pagination?: InputMaybe<RecordsPagination>;
|
|
8982
8995
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8983
8996
|
}>>;
|
|
8984
8997
|
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"];
|
|
8998
|
+
libraryId: Scalars["ID"]["input"];
|
|
8991
8999
|
pagination?: InputMaybe<RecordsPagination>;
|
|
8992
9000
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8993
9001
|
}>>;
|
|
8994
9002
|
export type GetRecordsFromLibraryQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryQuery>;
|
|
8995
9003
|
export type GetRecordsFromLibraryLazyQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryLazyQuery>;
|
|
8996
|
-
export type GetRecordsFromLibrarySuspenseQueryHookResult = ReturnType<typeof useGetRecordsFromLibrarySuspenseQuery>;
|
|
8997
9004
|
export type GetRecordsFromLibraryQueryResult = Apollo.QueryResult<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>;
|
|
8998
9005
|
export declare const IndexRecordsDocument: Apollo.DocumentNode;
|
|
8999
9006
|
export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
|
|
@@ -9016,8 +9023,8 @@ export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutatio
|
|
|
9016
9023
|
* });
|
|
9017
9024
|
*/
|
|
9018
9025
|
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"]>;
|
|
9026
|
+
libraryId: Scalars["String"]["input"];
|
|
9027
|
+
records?: InputMaybe<Array<Scalars["String"]["input"]> | Scalars["String"]["input"]>;
|
|
9021
9028
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9022
9029
|
export type IndexRecordsMutationHookResult = ReturnType<typeof useIndexRecordsMutation>;
|
|
9023
9030
|
export type IndexRecordsMutationResult = Apollo.MutationResult<IndexRecordsMutation>;
|
|
@@ -9043,8 +9050,8 @@ export type PurgeRecordMutationFn = Apollo.MutationFunction<PurgeRecordMutation,
|
|
|
9043
9050
|
* });
|
|
9044
9051
|
*/
|
|
9045
9052
|
export declare function usePurgeRecordMutation(baseOptions?: Apollo.MutationHookOptions<PurgeRecordMutation, PurgeRecordMutationVariables>): Apollo.MutationTuple<PurgeRecordMutation, Exact<{
|
|
9046
|
-
libraryId: Scalars["ID"];
|
|
9047
|
-
recordId: Scalars["ID"];
|
|
9053
|
+
libraryId: Scalars["ID"]["input"];
|
|
9054
|
+
recordId: Scalars["ID"]["input"];
|
|
9048
9055
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9049
9056
|
export type PurgeRecordMutationHookResult = ReturnType<typeof usePurgeRecordMutation>;
|
|
9050
9057
|
export type PurgeRecordMutationResult = Apollo.MutationResult<PurgeRecordMutation>;
|
|
@@ -9069,7 +9076,7 @@ export type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, C
|
|
|
9069
9076
|
* });
|
|
9070
9077
|
*/
|
|
9071
9078
|
export declare function useCancelTaskMutation(baseOptions?: Apollo.MutationHookOptions<CancelTaskMutation, CancelTaskMutationVariables>): Apollo.MutationTuple<CancelTaskMutation, Exact<{
|
|
9072
|
-
taskId: Scalars["ID"];
|
|
9079
|
+
taskId: Scalars["ID"]["input"];
|
|
9073
9080
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9074
9081
|
export type CancelTaskMutationHookResult = ReturnType<typeof useCancelTaskMutation>;
|
|
9075
9082
|
export type CancelTaskMutationResult = Apollo.MutationResult<CancelTaskMutation>;
|
|
@@ -9092,17 +9099,13 @@ export declare const CheckTreeExistenceDocument: Apollo.DocumentNode;
|
|
|
9092
9099
|
* });
|
|
9093
9100
|
*/
|
|
9094
9101
|
export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.QueryResult<CheckTreeExistenceQuery, Exact<{
|
|
9095
|
-
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9102
|
+
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9096
9103
|
}>>;
|
|
9097
9104
|
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"]>;
|
|
9105
|
+
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9102
9106
|
}>>;
|
|
9103
9107
|
export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
|
|
9104
9108
|
export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
|
|
9105
|
-
export type CheckTreeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckTreeExistenceSuspenseQuery>;
|
|
9106
9109
|
export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
|
|
9107
9110
|
export declare const DeleteTreeDocument: Apollo.DocumentNode;
|
|
9108
9111
|
export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
|
|
@@ -9124,7 +9127,7 @@ export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, D
|
|
|
9124
9127
|
* });
|
|
9125
9128
|
*/
|
|
9126
9129
|
export declare function useDeleteTreeMutation(baseOptions?: Apollo.MutationHookOptions<DeleteTreeMutation, DeleteTreeMutationVariables>): Apollo.MutationTuple<DeleteTreeMutation, Exact<{
|
|
9127
|
-
id: Scalars["ID"];
|
|
9130
|
+
id: Scalars["ID"]["input"];
|
|
9128
9131
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9129
9132
|
export type DeleteTreeMutationHookResult = ReturnType<typeof useDeleteTreeMutation>;
|
|
9130
9133
|
export type DeleteTreeMutationResult = Apollo.MutationResult<DeleteTreeMutation>;
|
|
@@ -9147,17 +9150,13 @@ export declare const GetTreeByIdDocument: Apollo.DocumentNode;
|
|
|
9147
9150
|
* });
|
|
9148
9151
|
*/
|
|
9149
9152
|
export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.QueryResult<GetTreeByIdQuery, Exact<{
|
|
9150
|
-
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9153
|
+
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9151
9154
|
}>>;
|
|
9152
9155
|
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"]>;
|
|
9156
|
+
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9157
9157
|
}>>;
|
|
9158
9158
|
export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
|
|
9159
9159
|
export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
|
|
9160
|
-
export type GetTreeByIdSuspenseQueryHookResult = ReturnType<typeof useGetTreeByIdSuspenseQuery>;
|
|
9161
9160
|
export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
|
|
9162
9161
|
export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
9163
9162
|
/**
|
|
@@ -9178,20 +9177,15 @@ export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
|
9178
9177
|
* });
|
|
9179
9178
|
*/
|
|
9180
9179
|
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"]>;
|
|
9180
|
+
treeId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9181
|
+
library?: InputMaybe<Scalars["String"]["input"]>;
|
|
9183
9182
|
}>>;
|
|
9184
9183
|
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"]>;
|
|
9184
|
+
treeId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9185
|
+
library?: InputMaybe<Scalars["String"]["input"]>;
|
|
9191
9186
|
}>>;
|
|
9192
9187
|
export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
|
|
9193
9188
|
export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
|
|
9194
|
-
export type GetTreeLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetTreeLibrariesSuspenseQuery>;
|
|
9195
9189
|
export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
|
|
9196
9190
|
export declare const GetTreesDocument: Apollo.DocumentNode;
|
|
9197
9191
|
/**
|
|
@@ -9215,12 +9209,8 @@ export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<G
|
|
|
9215
9209
|
export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
|
|
9216
9210
|
[key: string]: never;
|
|
9217
9211
|
}>>;
|
|
9218
|
-
export declare function useGetTreesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreesQuery, Exact<{
|
|
9219
|
-
[key: string]: never;
|
|
9220
|
-
}>>;
|
|
9221
9212
|
export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
|
|
9222
9213
|
export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
|
|
9223
|
-
export type GetTreesSuspenseQueryHookResult = ReturnType<typeof useGetTreesSuspenseQuery>;
|
|
9224
9214
|
export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
|
|
9225
9215
|
export declare const SaveTreeDocument: Apollo.DocumentNode;
|
|
9226
9216
|
export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
|
|
@@ -9264,30 +9254,26 @@ export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
|
|
|
9264
9254
|
* node: // value for 'node'
|
|
9265
9255
|
* pagination: // value for 'pagination'
|
|
9266
9256
|
* childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
|
|
9257
|
+
* dependentValuesPermissionFilter: // value for 'dependentValuesPermissionFilter'
|
|
9267
9258
|
* },
|
|
9268
9259
|
* });
|
|
9269
9260
|
*/
|
|
9270
9261
|
export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.QueryResult<TreeNodeChildrenQuery, Exact<{
|
|
9271
|
-
treeId: Scalars["ID"];
|
|
9272
|
-
node?: InputMaybe<Scalars["ID"]>;
|
|
9262
|
+
treeId: Scalars["ID"]["input"];
|
|
9263
|
+
node?: InputMaybe<Scalars["ID"]["input"]>;
|
|
9273
9264
|
pagination?: InputMaybe<Pagination>;
|
|
9274
9265
|
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
9266
|
+
dependentValuesPermissionFilter?: InputMaybe<DependentValuesPermissionFilterInput>;
|
|
9275
9267
|
}>>;
|
|
9276
9268
|
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"]>;
|
|
9269
|
+
treeId: Scalars["ID"]["input"];
|
|
9270
|
+
node?: InputMaybe<Scalars["ID"]["input"]>;
|
|
9285
9271
|
pagination?: InputMaybe<Pagination>;
|
|
9286
9272
|
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
9273
|
+
dependentValuesPermissionFilter?: InputMaybe<DependentValuesPermissionFilterInput>;
|
|
9287
9274
|
}>>;
|
|
9288
9275
|
export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
|
|
9289
9276
|
export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
|
|
9290
|
-
export type TreeNodeChildrenSuspenseQueryHookResult = ReturnType<typeof useTreeNodeChildrenSuspenseQuery>;
|
|
9291
9277
|
export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
|
|
9292
9278
|
export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
9293
9279
|
/**
|
|
@@ -9308,20 +9294,15 @@ export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
|
9308
9294
|
* });
|
|
9309
9295
|
*/
|
|
9310
9296
|
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"]>;
|
|
9297
|
+
keys: Array<Scalars["String"]["input"]> | Scalars["String"]["input"];
|
|
9298
|
+
global?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
9313
9299
|
}>>;
|
|
9314
9300
|
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"]>;
|
|
9301
|
+
keys: Array<Scalars["String"]["input"]> | Scalars["String"]["input"];
|
|
9302
|
+
global?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
9321
9303
|
}>>;
|
|
9322
9304
|
export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
|
|
9323
9305
|
export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
|
|
9324
|
-
export type GetUserDataSuspenseQueryHookResult = ReturnType<typeof useGetUserDataSuspenseQuery>;
|
|
9325
9306
|
export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
|
|
9326
9307
|
export declare const SaveUserDataDocument: Apollo.DocumentNode;
|
|
9327
9308
|
export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
|
|
@@ -9345,9 +9326,9 @@ export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutatio
|
|
|
9345
9326
|
* });
|
|
9346
9327
|
*/
|
|
9347
9328
|
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"];
|
|
9329
|
+
key: Scalars["String"]["input"];
|
|
9330
|
+
value?: InputMaybe<Scalars["Any"]["input"]>;
|
|
9331
|
+
global: Scalars["Boolean"]["input"];
|
|
9351
9332
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9352
9333
|
export type SaveUserDataMutationHookResult = ReturnType<typeof useSaveUserDataMutation>;
|
|
9353
9334
|
export type SaveUserDataMutationResult = Apollo.MutationResult<SaveUserDataMutation>;
|
|
@@ -9375,9 +9356,9 @@ export type DeleteValueMutationFn = Apollo.MutationFunction<DeleteValueMutation,
|
|
|
9375
9356
|
* });
|
|
9376
9357
|
*/
|
|
9377
9358
|
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"];
|
|
9359
|
+
library: Scalars["ID"]["input"];
|
|
9360
|
+
recordId: Scalars["ID"]["input"];
|
|
9361
|
+
attribute: Scalars["ID"]["input"];
|
|
9381
9362
|
value?: InputMaybe<ValueInput>;
|
|
9382
9363
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9383
9364
|
export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
|
|
@@ -9407,11 +9388,11 @@ export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMut
|
|
|
9407
9388
|
* });
|
|
9408
9389
|
*/
|
|
9409
9390
|
export declare function useSaveValueBatchMutation(baseOptions?: Apollo.MutationHookOptions<SaveValueBatchMutation, SaveValueBatchMutationVariables>): Apollo.MutationTuple<SaveValueBatchMutation, Exact<{
|
|
9410
|
-
library: Scalars["ID"];
|
|
9411
|
-
recordId: Scalars["ID"];
|
|
9391
|
+
library: Scalars["ID"]["input"];
|
|
9392
|
+
recordId: Scalars["ID"]["input"];
|
|
9412
9393
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
9413
9394
|
values: Array<ValueBatchInput> | ValueBatchInput;
|
|
9414
|
-
deleteEmpty?: InputMaybe<Scalars["Boolean"]>;
|
|
9395
|
+
deleteEmpty?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
9415
9396
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9416
9397
|
export type SaveValueBatchMutationHookResult = ReturnType<typeof useSaveValueBatchMutation>;
|
|
9417
9398
|
export type SaveValueBatchMutationResult = Apollo.MutationResult<SaveValueBatchMutation>;
|
|
@@ -9439,9 +9420,9 @@ export type SaveValueBulkMutationFn = Apollo.MutationFunction<SaveValueBulkMutat
|
|
|
9439
9420
|
* });
|
|
9440
9421
|
*/
|
|
9441
9422
|
export declare function useSaveValueBulkMutation(baseOptions?: Apollo.MutationHookOptions<SaveValueBulkMutation, SaveValueBulkMutationVariables>): Apollo.MutationTuple<SaveValueBulkMutation, Exact<{
|
|
9442
|
-
libraryId: Scalars["ID"];
|
|
9423
|
+
libraryId: Scalars["ID"]["input"];
|
|
9443
9424
|
recordsFilters: Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>;
|
|
9444
|
-
attributeId: Scalars["ID"];
|
|
9425
|
+
attributeId: Scalars["ID"]["input"];
|
|
9445
9426
|
mapValues: Array<MapValueInput> | MapValueInput;
|
|
9446
9427
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9447
9428
|
export type SaveValueBulkMutationHookResult = ReturnType<typeof useSaveValueBulkMutation>;
|
|
@@ -9467,7 +9448,7 @@ export type DeleteViewMutationFn = Apollo.MutationFunction<DeleteViewMutation, D
|
|
|
9467
9448
|
* });
|
|
9468
9449
|
*/
|
|
9469
9450
|
export declare function useDeleteViewMutation(baseOptions?: Apollo.MutationHookOptions<DeleteViewMutation, DeleteViewMutationVariables>): Apollo.MutationTuple<DeleteViewMutation, Exact<{
|
|
9470
|
-
viewId: Scalars["String"];
|
|
9451
|
+
viewId: Scalars["String"]["input"];
|
|
9471
9452
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9472
9453
|
export type DeleteViewMutationHookResult = ReturnType<typeof useDeleteViewMutation>;
|
|
9473
9454
|
export type DeleteViewMutationResult = Apollo.MutationResult<DeleteViewMutation>;
|
|
@@ -9490,17 +9471,13 @@ export declare const GetViewDocument: Apollo.DocumentNode;
|
|
|
9490
9471
|
* });
|
|
9491
9472
|
*/
|
|
9492
9473
|
export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.QueryResult<GetViewQuery, Exact<{
|
|
9493
|
-
viewId: Scalars["String"];
|
|
9474
|
+
viewId: Scalars["String"]["input"];
|
|
9494
9475
|
}>>;
|
|
9495
9476
|
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"];
|
|
9477
|
+
viewId: Scalars["String"]["input"];
|
|
9500
9478
|
}>>;
|
|
9501
9479
|
export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
|
|
9502
9480
|
export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
|
|
9503
|
-
export type GetViewSuspenseQueryHookResult = ReturnType<typeof useGetViewSuspenseQuery>;
|
|
9504
9481
|
export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
|
|
9505
9482
|
export declare const GetViewsListDocument: Apollo.DocumentNode;
|
|
9506
9483
|
/**
|
|
@@ -9520,17 +9497,13 @@ export declare const GetViewsListDocument: Apollo.DocumentNode;
|
|
|
9520
9497
|
* });
|
|
9521
9498
|
*/
|
|
9522
9499
|
export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.QueryResult<GetViewsListQuery, Exact<{
|
|
9523
|
-
libraryId: Scalars["String"];
|
|
9500
|
+
libraryId: Scalars["String"]["input"];
|
|
9524
9501
|
}>>;
|
|
9525
9502
|
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"];
|
|
9503
|
+
libraryId: Scalars["String"]["input"];
|
|
9530
9504
|
}>>;
|
|
9531
9505
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
9532
9506
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
9533
|
-
export type GetViewsListSuspenseQueryHookResult = ReturnType<typeof useGetViewsListSuspenseQuery>;
|
|
9534
9507
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
9535
9508
|
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
9536
9509
|
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
@@ -9576,20 +9549,15 @@ export declare const TreeFilterByDefaultValuesDocument: Apollo.DocumentNode;
|
|
|
9576
9549
|
* });
|
|
9577
9550
|
*/
|
|
9578
9551
|
export declare function useTreeFilterByDefaultValuesQuery(baseOptions: Apollo.QueryHookOptions<TreeFilterByDefaultValuesQuery, TreeFilterByDefaultValuesQueryVariables>): Apollo.QueryResult<TreeFilterByDefaultValuesQuery, Exact<{
|
|
9579
|
-
treeId: Scalars["ID"];
|
|
9552
|
+
treeId: Scalars["ID"]["input"];
|
|
9580
9553
|
accessRecordByDefaultPermission?: InputMaybe<AccessRecordByDefaultPermissionInput>;
|
|
9581
9554
|
}>>;
|
|
9582
9555
|
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"];
|
|
9556
|
+
treeId: Scalars["ID"]["input"];
|
|
9588
9557
|
accessRecordByDefaultPermission?: InputMaybe<AccessRecordByDefaultPermissionInput>;
|
|
9589
9558
|
}>>;
|
|
9590
9559
|
export type TreeFilterByDefaultValuesQueryHookResult = ReturnType<typeof useTreeFilterByDefaultValuesQuery>;
|
|
9591
9560
|
export type TreeFilterByDefaultValuesLazyQueryHookResult = ReturnType<typeof useTreeFilterByDefaultValuesLazyQuery>;
|
|
9592
|
-
export type TreeFilterByDefaultValuesSuspenseQueryHookResult = ReturnType<typeof useTreeFilterByDefaultValuesSuspenseQuery>;
|
|
9593
9561
|
export type TreeFilterByDefaultValuesQueryResult = Apollo.QueryResult<TreeFilterByDefaultValuesQuery, TreeFilterByDefaultValuesQueryVariables>;
|
|
9594
9562
|
export declare const GetAttributesByLibWithPermissionsDocument: Apollo.DocumentNode;
|
|
9595
9563
|
/**
|
|
@@ -9609,17 +9577,13 @@ export declare const GetAttributesByLibWithPermissionsDocument: Apollo.DocumentN
|
|
|
9609
9577
|
* });
|
|
9610
9578
|
*/
|
|
9611
9579
|
export declare function useGetAttributesByLibWithPermissionsQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
9612
|
-
library: Scalars["String"];
|
|
9580
|
+
library: Scalars["String"]["input"];
|
|
9613
9581
|
}>>;
|
|
9614
9582
|
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"];
|
|
9583
|
+
library: Scalars["String"]["input"];
|
|
9619
9584
|
}>>;
|
|
9620
9585
|
export type GetAttributesByLibWithPermissionsQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsQuery>;
|
|
9621
9586
|
export type GetAttributesByLibWithPermissionsLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsLazyQuery>;
|
|
9622
|
-
export type GetAttributesByLibWithPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsSuspenseQuery>;
|
|
9623
9587
|
export type GetAttributesByLibWithPermissionsQueryResult = Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>;
|
|
9624
9588
|
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
9625
9589
|
/**
|
|
@@ -9639,17 +9603,13 @@ export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
|
9639
9603
|
* });
|
|
9640
9604
|
*/
|
|
9641
9605
|
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
|
|
9642
|
-
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9606
|
+
ids?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9643
9607
|
}>>;
|
|
9644
9608
|
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"]>;
|
|
9609
|
+
ids?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9649
9610
|
}>>;
|
|
9650
9611
|
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
9651
9612
|
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
9652
|
-
export type ExplorerAttributesSuspenseQueryHookResult = ReturnType<typeof useExplorerAttributesSuspenseQuery>;
|
|
9653
9613
|
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
9654
9614
|
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
9655
9615
|
/**
|
|
@@ -9669,17 +9629,13 @@ export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
|
9669
9629
|
* });
|
|
9670
9630
|
*/
|
|
9671
9631
|
export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
9672
|
-
id: Scalars["ID"];
|
|
9632
|
+
id: Scalars["ID"]["input"];
|
|
9673
9633
|
}>>;
|
|
9674
9634
|
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"];
|
|
9635
|
+
id: Scalars["ID"]["input"];
|
|
9679
9636
|
}>>;
|
|
9680
9637
|
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
9681
9638
|
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
9682
|
-
export type ExplorerLinkAttributeSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkAttributeSuspenseQuery>;
|
|
9683
9639
|
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
9684
9640
|
export declare const CountValuesOccurrencesDocument: Apollo.DocumentNode;
|
|
9685
9641
|
/**
|
|
@@ -9701,23 +9657,17 @@ export declare const CountValuesOccurrencesDocument: Apollo.DocumentNode;
|
|
|
9701
9657
|
* });
|
|
9702
9658
|
*/
|
|
9703
9659
|
export declare function useCountValuesOccurrencesQuery(baseOptions: Apollo.QueryHookOptions<CountValuesOccurrencesQuery, CountValuesOccurrencesQueryVariables>): Apollo.QueryResult<CountValuesOccurrencesQuery, Exact<{
|
|
9704
|
-
library: Scalars["ID"];
|
|
9705
|
-
attribute: Scalars["ID"];
|
|
9660
|
+
library: Scalars["ID"]["input"];
|
|
9661
|
+
attribute: Scalars["ID"]["input"];
|
|
9706
9662
|
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9707
9663
|
}>>;
|
|
9708
9664
|
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"];
|
|
9665
|
+
library: Scalars["ID"]["input"];
|
|
9666
|
+
attribute: Scalars["ID"]["input"];
|
|
9716
9667
|
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9717
9668
|
}>>;
|
|
9718
9669
|
export type CountValuesOccurrencesQueryHookResult = ReturnType<typeof useCountValuesOccurrencesQuery>;
|
|
9719
9670
|
export type CountValuesOccurrencesLazyQueryHookResult = ReturnType<typeof useCountValuesOccurrencesLazyQuery>;
|
|
9720
|
-
export type CountValuesOccurrencesSuspenseQueryHookResult = ReturnType<typeof useCountValuesOccurrencesSuspenseQuery>;
|
|
9721
9671
|
export type CountValuesOccurrencesQueryResult = Apollo.QueryResult<CountValuesOccurrencesQuery, CountValuesOccurrencesQueryVariables>;
|
|
9722
9672
|
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
9723
9673
|
/**
|
|
@@ -9742,32 +9692,23 @@ export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
|
9742
9692
|
* });
|
|
9743
9693
|
*/
|
|
9744
9694
|
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
9745
|
-
libraryId: Scalars["ID"];
|
|
9746
|
-
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
9695
|
+
libraryId: Scalars["ID"]["input"];
|
|
9696
|
+
attributeIds: Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"];
|
|
9747
9697
|
pagination?: InputMaybe<RecordsPagination>;
|
|
9748
9698
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9749
9699
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
9750
|
-
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
9700
|
+
searchQuery?: InputMaybe<Scalars["String"]["input"]>;
|
|
9751
9701
|
}>>;
|
|
9752
9702
|
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
9753
|
-
libraryId: Scalars["ID"];
|
|
9754
|
-
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
9703
|
+
libraryId: Scalars["ID"]["input"];
|
|
9704
|
+
attributeIds: Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"];
|
|
9755
9705
|
pagination?: InputMaybe<RecordsPagination>;
|
|
9756
9706
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9757
9707
|
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"]>;
|
|
9708
|
+
searchQuery?: InputMaybe<Scalars["String"]["input"]>;
|
|
9767
9709
|
}>>;
|
|
9768
9710
|
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
9769
9711
|
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
9770
|
-
export type ExplorerLibraryDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDataSuspenseQuery>;
|
|
9771
9712
|
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
9772
9713
|
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
9773
9714
|
/**
|
|
@@ -9790,26 +9731,19 @@ export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
|
9790
9731
|
* });
|
|
9791
9732
|
*/
|
|
9792
9733
|
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"];
|
|
9734
|
+
attributeIds: Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"];
|
|
9735
|
+
parentLibraryId: Scalars["ID"]["input"];
|
|
9736
|
+
parentRecordId?: InputMaybe<Scalars["String"]["input"]>;
|
|
9737
|
+
linkAttributeId: Scalars["ID"]["input"];
|
|
9797
9738
|
}>>;
|
|
9798
9739
|
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"];
|
|
9740
|
+
attributeIds: Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"];
|
|
9741
|
+
parentLibraryId: Scalars["ID"]["input"];
|
|
9742
|
+
parentRecordId?: InputMaybe<Scalars["String"]["input"]>;
|
|
9743
|
+
linkAttributeId: Scalars["ID"]["input"];
|
|
9809
9744
|
}>>;
|
|
9810
9745
|
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
9811
9746
|
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
9812
|
-
export type ExplorerLinkDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkDataSuspenseQuery>;
|
|
9813
9747
|
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
9814
9748
|
export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
|
|
9815
9749
|
/**
|
|
@@ -9829,17 +9763,13 @@ export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
|
|
|
9829
9763
|
* });
|
|
9830
9764
|
*/
|
|
9831
9765
|
export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.QueryResult<GetLibraryAttributesQuery, Exact<{
|
|
9832
|
-
libraryId: Scalars["ID"];
|
|
9766
|
+
libraryId: Scalars["ID"]["input"];
|
|
9833
9767
|
}>>;
|
|
9834
9768
|
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"];
|
|
9769
|
+
libraryId: Scalars["ID"]["input"];
|
|
9839
9770
|
}>>;
|
|
9840
9771
|
export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
|
|
9841
9772
|
export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
|
|
9842
|
-
export type GetLibraryAttributesSuspenseQueryHookResult = ReturnType<typeof useGetLibraryAttributesSuspenseQuery>;
|
|
9843
9773
|
export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
|
|
9844
9774
|
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
9845
9775
|
/**
|
|
@@ -9859,18 +9789,40 @@ export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
|
9859
9789
|
* });
|
|
9860
9790
|
*/
|
|
9861
9791
|
export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
9862
|
-
libraryId: Scalars["ID"];
|
|
9792
|
+
libraryId: Scalars["ID"]["input"];
|
|
9863
9793
|
}>>;
|
|
9864
9794
|
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"];
|
|
9795
|
+
libraryId: Scalars["ID"]["input"];
|
|
9869
9796
|
}>>;
|
|
9870
9797
|
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
9871
9798
|
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
9872
|
-
export type ExplorerLibraryDetailsSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsSuspenseQuery>;
|
|
9873
9799
|
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
9800
|
+
export declare const LibraryExportProfilesDocument: Apollo.DocumentNode;
|
|
9801
|
+
/**
|
|
9802
|
+
* __useLibraryExportProfilesQuery__
|
|
9803
|
+
*
|
|
9804
|
+
* To run a query within a React component, call `useLibraryExportProfilesQuery` and pass it any options that fit your needs.
|
|
9805
|
+
* When your component renders, `useLibraryExportProfilesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
9806
|
+
* you can use to render your UI.
|
|
9807
|
+
*
|
|
9808
|
+
* @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;
|
|
9809
|
+
*
|
|
9810
|
+
* @example
|
|
9811
|
+
* const { data, loading, error } = useLibraryExportProfilesQuery({
|
|
9812
|
+
* variables: {
|
|
9813
|
+
* libraryId: // value for 'libraryId'
|
|
9814
|
+
* },
|
|
9815
|
+
* });
|
|
9816
|
+
*/
|
|
9817
|
+
export declare function useLibraryExportProfilesQuery(baseOptions?: Apollo.QueryHookOptions<LibraryExportProfilesQuery, LibraryExportProfilesQueryVariables>): Apollo.QueryResult<LibraryExportProfilesQuery, Exact<{
|
|
9818
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9819
|
+
}>>;
|
|
9820
|
+
export declare function useLibraryExportProfilesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<LibraryExportProfilesQuery, LibraryExportProfilesQueryVariables>): Apollo.LazyQueryResultTuple<LibraryExportProfilesQuery, Exact<{
|
|
9821
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9822
|
+
}>>;
|
|
9823
|
+
export type LibraryExportProfilesQueryHookResult = ReturnType<typeof useLibraryExportProfilesQuery>;
|
|
9824
|
+
export type LibraryExportProfilesLazyQueryHookResult = ReturnType<typeof useLibraryExportProfilesLazyQuery>;
|
|
9825
|
+
export type LibraryExportProfilesQueryResult = Apollo.QueryResult<LibraryExportProfilesQuery, LibraryExportProfilesQueryVariables>;
|
|
9874
9826
|
export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
|
|
9875
9827
|
/**
|
|
9876
9828
|
* __useExplorerSelectionIdsQuery__
|
|
@@ -9890,20 +9842,15 @@ export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
|
|
|
9890
9842
|
* });
|
|
9891
9843
|
*/
|
|
9892
9844
|
export declare function useExplorerSelectionIdsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.QueryResult<ExplorerSelectionIdsQuery, Exact<{
|
|
9893
|
-
libraryId: Scalars["ID"];
|
|
9845
|
+
libraryId: Scalars["ID"]["input"];
|
|
9894
9846
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9895
9847
|
}>>;
|
|
9896
9848
|
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"];
|
|
9849
|
+
libraryId: Scalars["ID"]["input"];
|
|
9902
9850
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9903
9851
|
}>>;
|
|
9904
9852
|
export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
|
|
9905
9853
|
export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
|
|
9906
|
-
export type ExplorerSelectionIdsSuspenseQueryHookResult = ReturnType<typeof useExplorerSelectionIdsSuspenseQuery>;
|
|
9907
9854
|
export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
|
|
9908
9855
|
export declare const MeDocument: Apollo.DocumentNode;
|
|
9909
9856
|
/**
|
|
@@ -9927,12 +9874,8 @@ export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery
|
|
|
9927
9874
|
export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
|
|
9928
9875
|
[key: string]: never;
|
|
9929
9876
|
}>>;
|
|
9930
|
-
export declare function useMeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.UseSuspenseQueryResult<MeQuery, Exact<{
|
|
9931
|
-
[key: string]: never;
|
|
9932
|
-
}>>;
|
|
9933
9877
|
export type MeQueryHookResult = ReturnType<typeof useMeQuery>;
|
|
9934
9878
|
export type MeLazyQueryHookResult = ReturnType<typeof useMeLazyQuery>;
|
|
9935
|
-
export type MeSuspenseQueryHookResult = ReturnType<typeof useMeSuspenseQuery>;
|
|
9936
9879
|
export type MeQueryResult = Apollo.QueryResult<MeQuery, MeQueryVariables>;
|
|
9937
9880
|
export declare const UpdateViewDocument: Apollo.DocumentNode;
|
|
9938
9881
|
export type UpdateViewMutationFn = Apollo.MutationFunction<UpdateViewMutation, UpdateViewMutationVariables>;
|
|
@@ -10002,25 +9945,18 @@ export declare const GetRecordHistoryDocument: Apollo.DocumentNode;
|
|
|
10002
9945
|
*/
|
|
10003
9946
|
export declare function useGetRecordHistoryQuery(baseOptions: Apollo.QueryHookOptions<GetRecordHistoryQuery, GetRecordHistoryQueryVariables>): Apollo.QueryResult<GetRecordHistoryQuery, Exact<{
|
|
10004
9947
|
record: LogTopicRecordFilterInput;
|
|
10005
|
-
attributeId?: InputMaybe<Scalars["String"]>;
|
|
9948
|
+
attributeId?: InputMaybe<Scalars["String"]["input"]>;
|
|
10006
9949
|
actions?: InputMaybe<Array<LogAction> | LogAction>;
|
|
10007
9950
|
pagination?: InputMaybe<Pagination>;
|
|
10008
9951
|
}>>;
|
|
10009
9952
|
export declare function useGetRecordHistoryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordHistoryQuery, GetRecordHistoryQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordHistoryQuery, Exact<{
|
|
10010
9953
|
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"]>;
|
|
9954
|
+
attributeId?: InputMaybe<Scalars["String"]["input"]>;
|
|
10018
9955
|
actions?: InputMaybe<Array<LogAction> | LogAction>;
|
|
10019
9956
|
pagination?: InputMaybe<Pagination>;
|
|
10020
9957
|
}>>;
|
|
10021
9958
|
export type GetRecordHistoryQueryHookResult = ReturnType<typeof useGetRecordHistoryQuery>;
|
|
10022
9959
|
export type GetRecordHistoryLazyQueryHookResult = ReturnType<typeof useGetRecordHistoryLazyQuery>;
|
|
10023
|
-
export type GetRecordHistorySuspenseQueryHookResult = ReturnType<typeof useGetRecordHistorySuspenseQuery>;
|
|
10024
9960
|
export type GetRecordHistoryQueryResult = Apollo.QueryResult<GetRecordHistoryQuery, GetRecordHistoryQueryVariables>;
|
|
10025
9961
|
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
10026
9962
|
/**
|
|
@@ -10040,15 +9976,11 @@ export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
|
10040
9976
|
* });
|
|
10041
9977
|
*/
|
|
10042
9978
|
export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
|
|
10043
|
-
treeId: Scalars["ID"];
|
|
9979
|
+
treeId: Scalars["ID"]["input"];
|
|
10044
9980
|
}>>;
|
|
10045
9981
|
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"];
|
|
9982
|
+
treeId: Scalars["ID"]["input"];
|
|
10050
9983
|
}>>;
|
|
10051
9984
|
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
10052
9985
|
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
10053
|
-
export type TreeDataQuerySuspenseQueryHookResult = ReturnType<typeof useTreeDataQuerySuspenseQuery>;
|
|
10054
9986
|
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|