@leav/ui 0.4.0-58529dc → 0.4.0-5c1d9113
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/README.md +1 -0
- package/dist/_gqlTypes/index.d.ts +1256 -250
- package/dist/_gqlTypes/index.js +285 -42
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/records/getRecordFormQuery.js +9 -0
- package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
- package/dist/_queries/trees/treeNodeChildrenQuery.js +12 -2
- package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
- package/dist/_utils/attributeType.d.ts +2 -1
- package/dist/_utils/attributeType.js +2 -1
- package/dist/_utils/attributeType.js.map +1 -1
- package/dist/components/Explorer/DataView.js +4 -4
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +6 -4
- package/dist/components/Explorer/Explorer.js +13 -4
- package/dist/components/Explorer/Explorer.js.map +1 -1
- package/dist/components/Explorer/ExplorerToolbar.d.ts +2 -1
- package/dist/components/Explorer/ExplorerToolbar.js +5 -4
- package/dist/components/Explorer/ExplorerToolbar.js.map +1 -1
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +1 -1
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +82 -31
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -1
- package/dist/components/Explorer/_queries/useExplorerData.js +31 -27
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +22 -3
- package/dist/components/Explorer/_types.js +1 -0
- package/dist/components/Explorer/_types.js.map +1 -1
- package/dist/components/Explorer/actions-item/useReplaceItemAction.d.ts +2 -1
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js +2 -2
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js.map +1 -1
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +5 -1
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +16 -21
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -1
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +6 -3
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +5 -19
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -1
- package/dist/components/Explorer/link-item/LinkModal.d.ts +3 -0
- package/dist/components/Explorer/link-item/LinkModal.js +14 -4
- package/dist/components/Explorer/link-item/LinkModal.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +26 -2
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +10 -7
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +2 -2
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +5 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js +69 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +6 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +2 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +31 -4
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +19 -8
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +2 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +3 -2
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +38 -12
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
- package/dist/components/Explorer/useLoadView.d.ts +1 -1
- package/dist/components/Explorer/useLoadView.js +32 -38
- package/dist/components/Explorer/useLoadView.js.map +1 -1
- package/dist/components/Explorer/useSearchInput.js +2 -0
- package/dist/components/Explorer/useSearchInput.js.map +1 -1
- package/dist/components/Explorer/useViewSettingsReducer.js +6 -2
- package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +72 -224
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +4 -11
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +2 -5
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js +28 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.d.ts +11 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js +35 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +11 -36
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js +9 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/{link-record-in-edition/useLinkRecords.d.ts → link-record/useExplorerLinkRecords.d.ts} +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/{link-record-in-edition/useLinkRecords.js → link-record/useExplorerLinkRecords.js} +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.d.ts +24 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js +76 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.js +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +19 -15
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +19 -24
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/{useDisplayTreeNode.d.ts → TreeNodeList.d.ts} +4 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js +5 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.d.ts +16 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js +12 -13
- 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 +4 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +49 -62
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.d.ts +1 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js +6 -10
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +22 -4
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +23 -5
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/index.d.ts +2 -1
- package/dist/components/RecordEdition/index.js +2 -1
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +4 -1
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +6 -4
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +7 -3
- package/dist/components/SelectTreeNode/SelectTreeNode.js +2 -3
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +5 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +70 -56
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
- package/dist/components/SelectTreeNode/_types.d.ts +18 -0
- package/dist/components/SelectTreeNode/_types.js +2 -0
- package/dist/components/SelectTreeNode/_types.js.map +1 -0
- package/dist/components/{SelectTreeNodeModal/SelectTreeNodeModal.d.ts → SelectTreeNodeModalOld/SelectTreeNodeModalOld.d.ts} +1 -1
- package/dist/components/{SelectTreeNodeModal/SelectTreeNodeModal.js → SelectTreeNodeModalOld/SelectTreeNodeModalOld.js} +4 -2
- package/dist/components/SelectTreeNodeModalOld/SelectTreeNodeModalOld.js.map +1 -0
- package/dist/components/SelectTreeNodeModalOld/index.d.ts +1 -0
- package/dist/components/{LinkSelect → SelectTreeNodeModalOld}/index.js +1 -2
- package/dist/components/SelectTreeNodeModalOld/index.js.map +1 -0
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
- package/dist/components/index.d.ts +1 -2
- package/dist/components/index.js +1 -2
- package/dist/components/index.js.map +1 -1
- package/dist/hooks/index.d.ts +2 -0
- package/dist/hooks/index.js +2 -0
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js +1 -1
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/messageHandlers.d.ts +3 -1
- package/dist/hooks/useIFrameMessenger/messageHandlers.js +13 -2
- package/dist/hooks/useIFrameMessenger/messageHandlers.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/schema.d.ts +21 -0
- package/dist/hooks/useIFrameMessenger/schema.js +76 -0
- package/dist/hooks/useIFrameMessenger/schema.js.map +1 -0
- package/dist/hooks/useIFrameMessenger/types.d.ts +41 -6
- package/dist/hooks/useIFrameMessenger/types.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +10 -1
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +55 -20
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -1
- package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.d.ts +7 -0
- package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js +13 -0
- package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js.map +1 -0
- package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.d.ts +13 -0
- package/dist/{components/RecordEdition/EditRecord/creationErrorContext.js → hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js} +2 -3
- package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js.map +1 -0
- package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.d.ts +13 -0
- package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js +13 -0
- package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js.map +1 -0
- package/dist/types/attributes.d.ts +2 -1
- package/package.json +22 -6
- package/dist/components/LinkSelect/LinkSelect.d.ts +0 -12
- package/dist/components/LinkSelect/LinkSelect.js +0 -44
- package/dist/components/LinkSelect/LinkSelect.js.map +0 -1
- package/dist/components/LinkSelect/index.d.ts +0 -2
- package/dist/components/LinkSelect/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.d.ts +0 -6
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +0 -5
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +0 -28
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +0 -121
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +0 -31
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.d.ts +0 -5
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.js +0 -39
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.d.ts +0 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.js +0 -23
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.d.ts +0 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.js +0 -23
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.d.ts +0 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.js +0 -26
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.d.ts +0 -12
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.js +0 -24
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.d.ts +0 -19
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.js +0 -103
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.d.ts +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.js +0 -104
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecords.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.d.ts +0 -27
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.js +0 -124
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.d.ts +0 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.js +0 -15
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.d.ts +0 -16
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +0 -35
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/useDisplayTreeNode.js +0 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/useDisplayTreeNode.js.map +0 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +0 -1
- package/dist/components/SelectTreeNodeModal/index.d.ts +0 -1
- package/dist/components/SelectTreeNodeModal/index.js +0 -5
- package/dist/components/SelectTreeNodeModal/index.js.map +0 -1
|
@@ -183,6 +183,20 @@ export declare enum AvailableLanguage {
|
|
|
183
183
|
en = "en",
|
|
184
184
|
fr = "fr"
|
|
185
185
|
}
|
|
186
|
+
export type CampaignToRenew = {
|
|
187
|
+
category: Scalars['String'];
|
|
188
|
+
endDate: Scalars['String'];
|
|
189
|
+
id: Scalars['String'];
|
|
190
|
+
label: Scalars['String'];
|
|
191
|
+
startDate: Scalars['String'];
|
|
192
|
+
thematics: Array<InputMaybe<Scalars['String']>>;
|
|
193
|
+
type: Scalars['String'];
|
|
194
|
+
};
|
|
195
|
+
export type ChildrenAsRecordValuePermissionFilterInput = {
|
|
196
|
+
action: RecordPermissionsActions;
|
|
197
|
+
attributeId: Scalars['ID'];
|
|
198
|
+
libraryId: Scalars['ID'];
|
|
199
|
+
};
|
|
186
200
|
export type CreateRecordDataInput = {
|
|
187
201
|
values?: InputMaybe<Array<ValueBatchInput>>;
|
|
188
202
|
version?: InputMaybe<Array<ValueVersionInput>>;
|
|
@@ -460,6 +474,7 @@ export declare enum PermissionsActions {
|
|
|
460
474
|
admin_access_applications = "admin_access_applications",
|
|
461
475
|
admin_access_attributes = "admin_access_attributes",
|
|
462
476
|
admin_access_libraries = "admin_access_libraries",
|
|
477
|
+
admin_access_logs = "admin_access_logs",
|
|
463
478
|
admin_access_permissions = "admin_access_permissions",
|
|
464
479
|
admin_access_tasks = "admin_access_tasks",
|
|
465
480
|
admin_access_trees = "admin_access_trees",
|
|
@@ -566,6 +581,12 @@ export type RecordInput = {
|
|
|
566
581
|
id: Scalars['ID'];
|
|
567
582
|
library: Scalars['String'];
|
|
568
583
|
};
|
|
584
|
+
export declare enum RecordPermissionsActions {
|
|
585
|
+
access_record = "access_record",
|
|
586
|
+
create_record = "create_record",
|
|
587
|
+
delete_record = "delete_record",
|
|
588
|
+
edit_record = "edit_record"
|
|
589
|
+
}
|
|
569
590
|
export type RecordSortInput = {
|
|
570
591
|
field: Scalars['String'];
|
|
571
592
|
order: SortOrder;
|
|
@@ -1785,6 +1806,261 @@ export type RecordFormElementFragment = {
|
|
|
1785
1806
|
key: string;
|
|
1786
1807
|
value: any;
|
|
1787
1808
|
}>;
|
|
1809
|
+
joinLibraryContext?: {
|
|
1810
|
+
mandatoryAttribute: {
|
|
1811
|
+
id: string;
|
|
1812
|
+
label?: any | null;
|
|
1813
|
+
description?: any | null;
|
|
1814
|
+
type: AttributeType;
|
|
1815
|
+
format?: AttributeFormat | null;
|
|
1816
|
+
system: boolean;
|
|
1817
|
+
readonly: boolean;
|
|
1818
|
+
required: boolean;
|
|
1819
|
+
multiple_values: boolean;
|
|
1820
|
+
compute: boolean;
|
|
1821
|
+
linked_library?: {
|
|
1822
|
+
id: string;
|
|
1823
|
+
label?: any | null;
|
|
1824
|
+
behavior: LibraryBehavior;
|
|
1825
|
+
permissions?: {
|
|
1826
|
+
create_record: boolean;
|
|
1827
|
+
} | null;
|
|
1828
|
+
} | null;
|
|
1829
|
+
linkValuesList?: {
|
|
1830
|
+
enable: boolean;
|
|
1831
|
+
allowFreeEntry?: boolean | null;
|
|
1832
|
+
allowListUpdate?: boolean | null;
|
|
1833
|
+
values?: Array<{
|
|
1834
|
+
id: string;
|
|
1835
|
+
whoAmI: {
|
|
1836
|
+
id: string;
|
|
1837
|
+
label?: string | null;
|
|
1838
|
+
subLabel?: string | null;
|
|
1839
|
+
color?: string | null;
|
|
1840
|
+
preview?: IPreviewScalar | null;
|
|
1841
|
+
library: {
|
|
1842
|
+
id: string;
|
|
1843
|
+
label?: any | null;
|
|
1844
|
+
};
|
|
1845
|
+
};
|
|
1846
|
+
}> | null;
|
|
1847
|
+
} | null;
|
|
1848
|
+
permissions: {
|
|
1849
|
+
access_attribute: boolean;
|
|
1850
|
+
edit_value: boolean;
|
|
1851
|
+
};
|
|
1852
|
+
versions_conf?: {
|
|
1853
|
+
versionable: boolean;
|
|
1854
|
+
profile?: {
|
|
1855
|
+
id: string;
|
|
1856
|
+
trees: Array<{
|
|
1857
|
+
id: string;
|
|
1858
|
+
label?: any | null;
|
|
1859
|
+
}>;
|
|
1860
|
+
} | null;
|
|
1861
|
+
} | null;
|
|
1862
|
+
metadata_fields?: Array<{
|
|
1863
|
+
id: string;
|
|
1864
|
+
label?: any | null;
|
|
1865
|
+
description?: any | null;
|
|
1866
|
+
type: AttributeType;
|
|
1867
|
+
format?: AttributeFormat | null;
|
|
1868
|
+
system: boolean;
|
|
1869
|
+
readonly: boolean;
|
|
1870
|
+
multiple_values: boolean;
|
|
1871
|
+
permissions: {
|
|
1872
|
+
access_attribute: boolean;
|
|
1873
|
+
edit_value: boolean;
|
|
1874
|
+
};
|
|
1875
|
+
values_list?: {
|
|
1876
|
+
enable: boolean;
|
|
1877
|
+
allowFreeEntry?: boolean | null;
|
|
1878
|
+
allowListUpdate?: boolean | null;
|
|
1879
|
+
dateRangeValues?: Array<{
|
|
1880
|
+
from?: string | null;
|
|
1881
|
+
to?: string | null;
|
|
1882
|
+
}> | null;
|
|
1883
|
+
} | {
|
|
1884
|
+
enable: boolean;
|
|
1885
|
+
allowFreeEntry?: boolean | null;
|
|
1886
|
+
allowListUpdate?: boolean | null;
|
|
1887
|
+
values?: Array<string> | null;
|
|
1888
|
+
} | null;
|
|
1889
|
+
metadata_fields?: Array<{
|
|
1890
|
+
id: string;
|
|
1891
|
+
}> | null;
|
|
1892
|
+
}> | null;
|
|
1893
|
+
} | {
|
|
1894
|
+
character_limit?: number | null;
|
|
1895
|
+
id: string;
|
|
1896
|
+
label?: any | null;
|
|
1897
|
+
description?: any | null;
|
|
1898
|
+
type: AttributeType;
|
|
1899
|
+
format?: AttributeFormat | null;
|
|
1900
|
+
system: boolean;
|
|
1901
|
+
readonly: boolean;
|
|
1902
|
+
required: boolean;
|
|
1903
|
+
multiple_values: boolean;
|
|
1904
|
+
compute: boolean;
|
|
1905
|
+
values_list?: {
|
|
1906
|
+
enable: boolean;
|
|
1907
|
+
allowFreeEntry?: boolean | null;
|
|
1908
|
+
allowListUpdate?: boolean | null;
|
|
1909
|
+
dateRangeValues?: Array<{
|
|
1910
|
+
from?: string | null;
|
|
1911
|
+
to?: string | null;
|
|
1912
|
+
}> | null;
|
|
1913
|
+
} | {
|
|
1914
|
+
enable: boolean;
|
|
1915
|
+
allowFreeEntry?: boolean | null;
|
|
1916
|
+
allowListUpdate?: boolean | null;
|
|
1917
|
+
values?: Array<string> | null;
|
|
1918
|
+
} | null;
|
|
1919
|
+
permissions: {
|
|
1920
|
+
access_attribute: boolean;
|
|
1921
|
+
edit_value: boolean;
|
|
1922
|
+
};
|
|
1923
|
+
versions_conf?: {
|
|
1924
|
+
versionable: boolean;
|
|
1925
|
+
profile?: {
|
|
1926
|
+
id: string;
|
|
1927
|
+
trees: Array<{
|
|
1928
|
+
id: string;
|
|
1929
|
+
label?: any | null;
|
|
1930
|
+
}>;
|
|
1931
|
+
} | null;
|
|
1932
|
+
} | null;
|
|
1933
|
+
metadata_fields?: Array<{
|
|
1934
|
+
id: string;
|
|
1935
|
+
label?: any | null;
|
|
1936
|
+
description?: any | null;
|
|
1937
|
+
type: AttributeType;
|
|
1938
|
+
format?: AttributeFormat | null;
|
|
1939
|
+
system: boolean;
|
|
1940
|
+
readonly: boolean;
|
|
1941
|
+
multiple_values: boolean;
|
|
1942
|
+
permissions: {
|
|
1943
|
+
access_attribute: boolean;
|
|
1944
|
+
edit_value: boolean;
|
|
1945
|
+
};
|
|
1946
|
+
values_list?: {
|
|
1947
|
+
enable: boolean;
|
|
1948
|
+
allowFreeEntry?: boolean | null;
|
|
1949
|
+
allowListUpdate?: boolean | null;
|
|
1950
|
+
dateRangeValues?: Array<{
|
|
1951
|
+
from?: string | null;
|
|
1952
|
+
to?: string | null;
|
|
1953
|
+
}> | null;
|
|
1954
|
+
} | {
|
|
1955
|
+
enable: boolean;
|
|
1956
|
+
allowFreeEntry?: boolean | null;
|
|
1957
|
+
allowListUpdate?: boolean | null;
|
|
1958
|
+
values?: Array<string> | null;
|
|
1959
|
+
} | null;
|
|
1960
|
+
metadata_fields?: Array<{
|
|
1961
|
+
id: string;
|
|
1962
|
+
}> | null;
|
|
1963
|
+
}> | null;
|
|
1964
|
+
} | {
|
|
1965
|
+
id: string;
|
|
1966
|
+
label?: any | null;
|
|
1967
|
+
description?: any | null;
|
|
1968
|
+
type: AttributeType;
|
|
1969
|
+
format?: AttributeFormat | null;
|
|
1970
|
+
system: boolean;
|
|
1971
|
+
readonly: boolean;
|
|
1972
|
+
required: boolean;
|
|
1973
|
+
multiple_values: boolean;
|
|
1974
|
+
compute: boolean;
|
|
1975
|
+
linked_tree?: {
|
|
1976
|
+
id: string;
|
|
1977
|
+
label?: any | null;
|
|
1978
|
+
} | null;
|
|
1979
|
+
treeValuesList?: {
|
|
1980
|
+
enable: boolean;
|
|
1981
|
+
allowFreeEntry?: boolean | null;
|
|
1982
|
+
allowListUpdate?: boolean | null;
|
|
1983
|
+
values?: Array<{
|
|
1984
|
+
id: string;
|
|
1985
|
+
record: {
|
|
1986
|
+
id: string;
|
|
1987
|
+
whoAmI: {
|
|
1988
|
+
id: string;
|
|
1989
|
+
label?: string | null;
|
|
1990
|
+
subLabel?: string | null;
|
|
1991
|
+
color?: string | null;
|
|
1992
|
+
preview?: IPreviewScalar | null;
|
|
1993
|
+
library: {
|
|
1994
|
+
id: string;
|
|
1995
|
+
label?: any | null;
|
|
1996
|
+
};
|
|
1997
|
+
};
|
|
1998
|
+
};
|
|
1999
|
+
ancestors?: Array<{
|
|
2000
|
+
record: {
|
|
2001
|
+
id: string;
|
|
2002
|
+
whoAmI: {
|
|
2003
|
+
id: string;
|
|
2004
|
+
label?: string | null;
|
|
2005
|
+
subLabel?: string | null;
|
|
2006
|
+
color?: string | null;
|
|
2007
|
+
preview?: IPreviewScalar | null;
|
|
2008
|
+
library: {
|
|
2009
|
+
id: string;
|
|
2010
|
+
label?: any | null;
|
|
2011
|
+
};
|
|
2012
|
+
};
|
|
2013
|
+
};
|
|
2014
|
+
}> | null;
|
|
2015
|
+
}> | null;
|
|
2016
|
+
} | null;
|
|
2017
|
+
permissions: {
|
|
2018
|
+
access_attribute: boolean;
|
|
2019
|
+
edit_value: boolean;
|
|
2020
|
+
};
|
|
2021
|
+
versions_conf?: {
|
|
2022
|
+
versionable: boolean;
|
|
2023
|
+
profile?: {
|
|
2024
|
+
id: string;
|
|
2025
|
+
trees: Array<{
|
|
2026
|
+
id: string;
|
|
2027
|
+
label?: any | null;
|
|
2028
|
+
}>;
|
|
2029
|
+
} | null;
|
|
2030
|
+
} | null;
|
|
2031
|
+
metadata_fields?: Array<{
|
|
2032
|
+
id: string;
|
|
2033
|
+
label?: any | null;
|
|
2034
|
+
description?: any | null;
|
|
2035
|
+
type: AttributeType;
|
|
2036
|
+
format?: AttributeFormat | null;
|
|
2037
|
+
system: boolean;
|
|
2038
|
+
readonly: boolean;
|
|
2039
|
+
multiple_values: boolean;
|
|
2040
|
+
permissions: {
|
|
2041
|
+
access_attribute: boolean;
|
|
2042
|
+
edit_value: boolean;
|
|
2043
|
+
};
|
|
2044
|
+
values_list?: {
|
|
2045
|
+
enable: boolean;
|
|
2046
|
+
allowFreeEntry?: boolean | null;
|
|
2047
|
+
allowListUpdate?: boolean | null;
|
|
2048
|
+
dateRangeValues?: Array<{
|
|
2049
|
+
from?: string | null;
|
|
2050
|
+
to?: string | null;
|
|
2051
|
+
}> | null;
|
|
2052
|
+
} | {
|
|
2053
|
+
enable: boolean;
|
|
2054
|
+
allowFreeEntry?: boolean | null;
|
|
2055
|
+
allowListUpdate?: boolean | null;
|
|
2056
|
+
values?: Array<string> | null;
|
|
2057
|
+
} | null;
|
|
2058
|
+
metadata_fields?: Array<{
|
|
2059
|
+
id: string;
|
|
2060
|
+
}> | null;
|
|
2061
|
+
}> | null;
|
|
2062
|
+
};
|
|
2063
|
+
} | null;
|
|
1788
2064
|
};
|
|
1789
2065
|
export type ValueDetailsLinkValueFragment = {
|
|
1790
2066
|
id_value?: string | null;
|
|
@@ -2459,13 +2735,268 @@ export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
|
|
|
2459
2735
|
values?: Array<string> | null;
|
|
2460
2736
|
};
|
|
2461
2737
|
export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
|
|
2462
|
-
export type
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2738
|
+
export type JoinLibraryContextFragment = {
|
|
2739
|
+
mandatoryAttribute: {
|
|
2740
|
+
id: string;
|
|
2741
|
+
label?: any | null;
|
|
2742
|
+
description?: any | null;
|
|
2743
|
+
type: AttributeType;
|
|
2744
|
+
format?: AttributeFormat | null;
|
|
2745
|
+
system: boolean;
|
|
2746
|
+
readonly: boolean;
|
|
2747
|
+
required: boolean;
|
|
2748
|
+
multiple_values: boolean;
|
|
2749
|
+
compute: boolean;
|
|
2750
|
+
linked_library?: {
|
|
2751
|
+
id: string;
|
|
2752
|
+
label?: any | null;
|
|
2753
|
+
behavior: LibraryBehavior;
|
|
2754
|
+
permissions?: {
|
|
2755
|
+
create_record: boolean;
|
|
2756
|
+
} | null;
|
|
2757
|
+
} | null;
|
|
2758
|
+
linkValuesList?: {
|
|
2759
|
+
enable: boolean;
|
|
2760
|
+
allowFreeEntry?: boolean | null;
|
|
2761
|
+
allowListUpdate?: boolean | null;
|
|
2762
|
+
values?: Array<{
|
|
2763
|
+
id: string;
|
|
2764
|
+
whoAmI: {
|
|
2765
|
+
id: string;
|
|
2766
|
+
label?: string | null;
|
|
2767
|
+
subLabel?: string | null;
|
|
2768
|
+
color?: string | null;
|
|
2769
|
+
preview?: IPreviewScalar | null;
|
|
2770
|
+
library: {
|
|
2771
|
+
id: string;
|
|
2772
|
+
label?: any | null;
|
|
2773
|
+
};
|
|
2774
|
+
};
|
|
2775
|
+
}> | null;
|
|
2776
|
+
} | null;
|
|
2777
|
+
permissions: {
|
|
2778
|
+
access_attribute: boolean;
|
|
2779
|
+
edit_value: boolean;
|
|
2780
|
+
};
|
|
2781
|
+
versions_conf?: {
|
|
2782
|
+
versionable: boolean;
|
|
2783
|
+
profile?: {
|
|
2784
|
+
id: string;
|
|
2785
|
+
trees: Array<{
|
|
2786
|
+
id: string;
|
|
2787
|
+
label?: any | null;
|
|
2788
|
+
}>;
|
|
2789
|
+
} | null;
|
|
2790
|
+
} | null;
|
|
2791
|
+
metadata_fields?: Array<{
|
|
2792
|
+
id: string;
|
|
2793
|
+
label?: any | null;
|
|
2794
|
+
description?: any | null;
|
|
2795
|
+
type: AttributeType;
|
|
2796
|
+
format?: AttributeFormat | null;
|
|
2797
|
+
system: boolean;
|
|
2798
|
+
readonly: boolean;
|
|
2799
|
+
multiple_values: boolean;
|
|
2800
|
+
permissions: {
|
|
2801
|
+
access_attribute: boolean;
|
|
2802
|
+
edit_value: boolean;
|
|
2803
|
+
};
|
|
2804
|
+
values_list?: {
|
|
2805
|
+
enable: boolean;
|
|
2806
|
+
allowFreeEntry?: boolean | null;
|
|
2807
|
+
allowListUpdate?: boolean | null;
|
|
2808
|
+
dateRangeValues?: Array<{
|
|
2809
|
+
from?: string | null;
|
|
2810
|
+
to?: string | null;
|
|
2811
|
+
}> | null;
|
|
2812
|
+
} | {
|
|
2813
|
+
enable: boolean;
|
|
2814
|
+
allowFreeEntry?: boolean | null;
|
|
2815
|
+
allowListUpdate?: boolean | null;
|
|
2816
|
+
values?: Array<string> | null;
|
|
2817
|
+
} | null;
|
|
2818
|
+
metadata_fields?: Array<{
|
|
2819
|
+
id: string;
|
|
2820
|
+
}> | null;
|
|
2821
|
+
}> | null;
|
|
2822
|
+
} | {
|
|
2823
|
+
character_limit?: number | null;
|
|
2824
|
+
id: string;
|
|
2825
|
+
label?: any | null;
|
|
2826
|
+
description?: any | null;
|
|
2827
|
+
type: AttributeType;
|
|
2828
|
+
format?: AttributeFormat | null;
|
|
2829
|
+
system: boolean;
|
|
2830
|
+
readonly: boolean;
|
|
2831
|
+
required: boolean;
|
|
2832
|
+
multiple_values: boolean;
|
|
2833
|
+
compute: boolean;
|
|
2834
|
+
values_list?: {
|
|
2835
|
+
enable: boolean;
|
|
2836
|
+
allowFreeEntry?: boolean | null;
|
|
2837
|
+
allowListUpdate?: boolean | null;
|
|
2838
|
+
dateRangeValues?: Array<{
|
|
2839
|
+
from?: string | null;
|
|
2840
|
+
to?: string | null;
|
|
2841
|
+
}> | null;
|
|
2842
|
+
} | {
|
|
2843
|
+
enable: boolean;
|
|
2844
|
+
allowFreeEntry?: boolean | null;
|
|
2845
|
+
allowListUpdate?: boolean | null;
|
|
2846
|
+
values?: Array<string> | null;
|
|
2847
|
+
} | null;
|
|
2848
|
+
permissions: {
|
|
2849
|
+
access_attribute: boolean;
|
|
2850
|
+
edit_value: boolean;
|
|
2851
|
+
};
|
|
2852
|
+
versions_conf?: {
|
|
2853
|
+
versionable: boolean;
|
|
2854
|
+
profile?: {
|
|
2855
|
+
id: string;
|
|
2856
|
+
trees: Array<{
|
|
2857
|
+
id: string;
|
|
2858
|
+
label?: any | null;
|
|
2859
|
+
}>;
|
|
2860
|
+
} | null;
|
|
2861
|
+
} | null;
|
|
2862
|
+
metadata_fields?: Array<{
|
|
2863
|
+
id: string;
|
|
2864
|
+
label?: any | null;
|
|
2865
|
+
description?: any | null;
|
|
2866
|
+
type: AttributeType;
|
|
2867
|
+
format?: AttributeFormat | null;
|
|
2868
|
+
system: boolean;
|
|
2869
|
+
readonly: boolean;
|
|
2870
|
+
multiple_values: boolean;
|
|
2871
|
+
permissions: {
|
|
2872
|
+
access_attribute: boolean;
|
|
2873
|
+
edit_value: boolean;
|
|
2874
|
+
};
|
|
2875
|
+
values_list?: {
|
|
2876
|
+
enable: boolean;
|
|
2877
|
+
allowFreeEntry?: boolean | null;
|
|
2878
|
+
allowListUpdate?: boolean | null;
|
|
2879
|
+
dateRangeValues?: Array<{
|
|
2880
|
+
from?: string | null;
|
|
2881
|
+
to?: string | null;
|
|
2882
|
+
}> | null;
|
|
2883
|
+
} | {
|
|
2884
|
+
enable: boolean;
|
|
2885
|
+
allowFreeEntry?: boolean | null;
|
|
2886
|
+
allowListUpdate?: boolean | null;
|
|
2887
|
+
values?: Array<string> | null;
|
|
2888
|
+
} | null;
|
|
2889
|
+
metadata_fields?: Array<{
|
|
2890
|
+
id: string;
|
|
2891
|
+
}> | null;
|
|
2892
|
+
}> | null;
|
|
2893
|
+
} | {
|
|
2894
|
+
id: string;
|
|
2895
|
+
label?: any | null;
|
|
2896
|
+
description?: any | null;
|
|
2897
|
+
type: AttributeType;
|
|
2898
|
+
format?: AttributeFormat | null;
|
|
2899
|
+
system: boolean;
|
|
2900
|
+
readonly: boolean;
|
|
2901
|
+
required: boolean;
|
|
2902
|
+
multiple_values: boolean;
|
|
2903
|
+
compute: boolean;
|
|
2904
|
+
linked_tree?: {
|
|
2905
|
+
id: string;
|
|
2906
|
+
label?: any | null;
|
|
2907
|
+
} | null;
|
|
2908
|
+
treeValuesList?: {
|
|
2909
|
+
enable: boolean;
|
|
2910
|
+
allowFreeEntry?: boolean | null;
|
|
2911
|
+
allowListUpdate?: boolean | null;
|
|
2912
|
+
values?: Array<{
|
|
2913
|
+
id: string;
|
|
2914
|
+
record: {
|
|
2915
|
+
id: string;
|
|
2916
|
+
whoAmI: {
|
|
2917
|
+
id: string;
|
|
2918
|
+
label?: string | null;
|
|
2919
|
+
subLabel?: string | null;
|
|
2920
|
+
color?: string | null;
|
|
2921
|
+
preview?: IPreviewScalar | null;
|
|
2922
|
+
library: {
|
|
2923
|
+
id: string;
|
|
2924
|
+
label?: any | null;
|
|
2925
|
+
};
|
|
2926
|
+
};
|
|
2927
|
+
};
|
|
2928
|
+
ancestors?: Array<{
|
|
2929
|
+
record: {
|
|
2930
|
+
id: string;
|
|
2931
|
+
whoAmI: {
|
|
2932
|
+
id: string;
|
|
2933
|
+
label?: string | null;
|
|
2934
|
+
subLabel?: string | null;
|
|
2935
|
+
color?: string | null;
|
|
2936
|
+
preview?: IPreviewScalar | null;
|
|
2937
|
+
library: {
|
|
2938
|
+
id: string;
|
|
2939
|
+
label?: any | null;
|
|
2940
|
+
};
|
|
2941
|
+
};
|
|
2942
|
+
};
|
|
2943
|
+
}> | null;
|
|
2944
|
+
}> | null;
|
|
2945
|
+
} | null;
|
|
2946
|
+
permissions: {
|
|
2947
|
+
access_attribute: boolean;
|
|
2948
|
+
edit_value: boolean;
|
|
2949
|
+
};
|
|
2950
|
+
versions_conf?: {
|
|
2951
|
+
versionable: boolean;
|
|
2952
|
+
profile?: {
|
|
2953
|
+
id: string;
|
|
2954
|
+
trees: Array<{
|
|
2955
|
+
id: string;
|
|
2956
|
+
label?: any | null;
|
|
2957
|
+
}>;
|
|
2958
|
+
} | null;
|
|
2959
|
+
} | null;
|
|
2960
|
+
metadata_fields?: Array<{
|
|
2961
|
+
id: string;
|
|
2962
|
+
label?: any | null;
|
|
2963
|
+
description?: any | null;
|
|
2964
|
+
type: AttributeType;
|
|
2965
|
+
format?: AttributeFormat | null;
|
|
2966
|
+
system: boolean;
|
|
2967
|
+
readonly: boolean;
|
|
2968
|
+
multiple_values: boolean;
|
|
2969
|
+
permissions: {
|
|
2970
|
+
access_attribute: boolean;
|
|
2971
|
+
edit_value: boolean;
|
|
2972
|
+
};
|
|
2973
|
+
values_list?: {
|
|
2974
|
+
enable: boolean;
|
|
2975
|
+
allowFreeEntry?: boolean | null;
|
|
2976
|
+
allowListUpdate?: boolean | null;
|
|
2977
|
+
dateRangeValues?: Array<{
|
|
2978
|
+
from?: string | null;
|
|
2979
|
+
to?: string | null;
|
|
2980
|
+
}> | null;
|
|
2981
|
+
} | {
|
|
2982
|
+
enable: boolean;
|
|
2983
|
+
allowFreeEntry?: boolean | null;
|
|
2984
|
+
allowListUpdate?: boolean | null;
|
|
2985
|
+
values?: Array<string> | null;
|
|
2986
|
+
} | null;
|
|
2987
|
+
metadata_fields?: Array<{
|
|
2988
|
+
id: string;
|
|
2989
|
+
}> | null;
|
|
2990
|
+
}> | null;
|
|
2991
|
+
};
|
|
2992
|
+
};
|
|
2993
|
+
export type TreeDetailsFragment = {
|
|
2994
|
+
id: string;
|
|
2995
|
+
label?: any | null;
|
|
2996
|
+
behavior: TreeBehavior;
|
|
2997
|
+
system: boolean;
|
|
2998
|
+
libraries: Array<{
|
|
2999
|
+
library: {
|
|
2469
3000
|
id: string;
|
|
2470
3001
|
label?: any | null;
|
|
2471
3002
|
};
|
|
@@ -2662,6 +3193,27 @@ export type LinkAttributeDetailsFragment = {
|
|
|
2662
3193
|
id: string;
|
|
2663
3194
|
label?: any | null;
|
|
2664
3195
|
} | null;
|
|
3196
|
+
values_list?: {
|
|
3197
|
+
allowFreeEntry?: boolean | null;
|
|
3198
|
+
enable: boolean;
|
|
3199
|
+
values?: Array<{
|
|
3200
|
+
id: string;
|
|
3201
|
+
whoAmI: {
|
|
3202
|
+
id: string;
|
|
3203
|
+
library: {
|
|
3204
|
+
id: string;
|
|
3205
|
+
};
|
|
3206
|
+
};
|
|
3207
|
+
}> | null;
|
|
3208
|
+
} | null;
|
|
3209
|
+
};
|
|
3210
|
+
export type TreeAttributeDetailsFragment = {
|
|
3211
|
+
id: string;
|
|
3212
|
+
label?: any | null;
|
|
3213
|
+
linked_tree?: {
|
|
3214
|
+
id: string;
|
|
3215
|
+
label?: any | null;
|
|
3216
|
+
} | null;
|
|
2665
3217
|
};
|
|
2666
3218
|
export type AttributePropertiesFragment = {
|
|
2667
3219
|
id: string;
|
|
@@ -3702,6 +4254,33 @@ export type ActivateRecordsMutation = {
|
|
|
3702
4254
|
};
|
|
3703
4255
|
}>;
|
|
3704
4256
|
};
|
|
4257
|
+
export type CreateEmptyRecordMutationVariables = Exact<{
|
|
4258
|
+
library: Scalars['ID'];
|
|
4259
|
+
}>;
|
|
4260
|
+
export type CreateEmptyRecordMutation = {
|
|
4261
|
+
createEmptyRecord: {
|
|
4262
|
+
record?: {
|
|
4263
|
+
id: string;
|
|
4264
|
+
whoAmI: {
|
|
4265
|
+
id: string;
|
|
4266
|
+
label?: string | null;
|
|
4267
|
+
subLabel?: string | null;
|
|
4268
|
+
color?: string | null;
|
|
4269
|
+
preview?: IPreviewScalar | null;
|
|
4270
|
+
library: {
|
|
4271
|
+
id: string;
|
|
4272
|
+
label?: any | null;
|
|
4273
|
+
};
|
|
4274
|
+
};
|
|
4275
|
+
} | null;
|
|
4276
|
+
valuesErrors?: Array<{
|
|
4277
|
+
type: string;
|
|
4278
|
+
attribute: string;
|
|
4279
|
+
input?: string | null;
|
|
4280
|
+
message: string;
|
|
4281
|
+
}> | null;
|
|
4282
|
+
};
|
|
4283
|
+
};
|
|
3705
4284
|
export type CreateRecordMutationVariables = Exact<{
|
|
3706
4285
|
library: Scalars['ID'];
|
|
3707
4286
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
@@ -4389,43 +4968,286 @@ export type RecordFormQuery = {
|
|
|
4389
4968
|
metadata_fields?: Array<{
|
|
4390
4969
|
id: string;
|
|
4391
4970
|
}> | null;
|
|
4392
|
-
}> | null;
|
|
4393
|
-
} | {
|
|
4394
|
-
id: string;
|
|
4395
|
-
label?: any | null;
|
|
4396
|
-
description?: any | null;
|
|
4397
|
-
type: AttributeType;
|
|
4398
|
-
format?: AttributeFormat | null;
|
|
4399
|
-
system: boolean;
|
|
4400
|
-
readonly: boolean;
|
|
4401
|
-
required: boolean;
|
|
4402
|
-
multiple_values: boolean;
|
|
4403
|
-
compute: boolean;
|
|
4404
|
-
linked_tree?: {
|
|
4971
|
+
}> | null;
|
|
4972
|
+
} | {
|
|
4973
|
+
id: string;
|
|
4974
|
+
label?: any | null;
|
|
4975
|
+
description?: any | null;
|
|
4976
|
+
type: AttributeType;
|
|
4977
|
+
format?: AttributeFormat | null;
|
|
4978
|
+
system: boolean;
|
|
4979
|
+
readonly: boolean;
|
|
4980
|
+
required: boolean;
|
|
4981
|
+
multiple_values: boolean;
|
|
4982
|
+
compute: boolean;
|
|
4983
|
+
linked_tree?: {
|
|
4984
|
+
id: string;
|
|
4985
|
+
label?: any | null;
|
|
4986
|
+
} | null;
|
|
4987
|
+
treeValuesList?: {
|
|
4988
|
+
enable: boolean;
|
|
4989
|
+
allowFreeEntry?: boolean | null;
|
|
4990
|
+
allowListUpdate?: boolean | null;
|
|
4991
|
+
values?: Array<{
|
|
4992
|
+
id: string;
|
|
4993
|
+
record: {
|
|
4994
|
+
id: string;
|
|
4995
|
+
whoAmI: {
|
|
4996
|
+
id: string;
|
|
4997
|
+
label?: string | null;
|
|
4998
|
+
subLabel?: string | null;
|
|
4999
|
+
color?: string | null;
|
|
5000
|
+
preview?: IPreviewScalar | null;
|
|
5001
|
+
library: {
|
|
5002
|
+
id: string;
|
|
5003
|
+
label?: any | null;
|
|
5004
|
+
};
|
|
5005
|
+
};
|
|
5006
|
+
};
|
|
5007
|
+
ancestors?: Array<{
|
|
5008
|
+
record: {
|
|
5009
|
+
id: string;
|
|
5010
|
+
whoAmI: {
|
|
5011
|
+
id: string;
|
|
5012
|
+
label?: string | null;
|
|
5013
|
+
subLabel?: string | null;
|
|
5014
|
+
color?: string | null;
|
|
5015
|
+
preview?: IPreviewScalar | null;
|
|
5016
|
+
library: {
|
|
5017
|
+
id: string;
|
|
5018
|
+
label?: any | null;
|
|
5019
|
+
};
|
|
5020
|
+
};
|
|
5021
|
+
};
|
|
5022
|
+
}> | null;
|
|
5023
|
+
}> | null;
|
|
5024
|
+
} | null;
|
|
5025
|
+
permissions: {
|
|
5026
|
+
access_attribute: boolean;
|
|
5027
|
+
edit_value: boolean;
|
|
5028
|
+
};
|
|
5029
|
+
versions_conf?: {
|
|
5030
|
+
versionable: boolean;
|
|
5031
|
+
profile?: {
|
|
5032
|
+
id: string;
|
|
5033
|
+
trees: Array<{
|
|
5034
|
+
id: string;
|
|
5035
|
+
label?: any | null;
|
|
5036
|
+
}>;
|
|
5037
|
+
} | null;
|
|
5038
|
+
} | null;
|
|
5039
|
+
metadata_fields?: Array<{
|
|
5040
|
+
id: string;
|
|
5041
|
+
label?: any | null;
|
|
5042
|
+
description?: any | null;
|
|
5043
|
+
type: AttributeType;
|
|
5044
|
+
format?: AttributeFormat | null;
|
|
5045
|
+
system: boolean;
|
|
5046
|
+
readonly: boolean;
|
|
5047
|
+
multiple_values: boolean;
|
|
5048
|
+
permissions: {
|
|
5049
|
+
access_attribute: boolean;
|
|
5050
|
+
edit_value: boolean;
|
|
5051
|
+
};
|
|
5052
|
+
values_list?: {
|
|
5053
|
+
enable: boolean;
|
|
5054
|
+
allowFreeEntry?: boolean | null;
|
|
5055
|
+
allowListUpdate?: boolean | null;
|
|
5056
|
+
dateRangeValues?: Array<{
|
|
5057
|
+
from?: string | null;
|
|
5058
|
+
to?: string | null;
|
|
5059
|
+
}> | null;
|
|
5060
|
+
} | {
|
|
5061
|
+
enable: boolean;
|
|
5062
|
+
allowFreeEntry?: boolean | null;
|
|
5063
|
+
allowListUpdate?: boolean | null;
|
|
5064
|
+
values?: Array<string> | null;
|
|
5065
|
+
} | null;
|
|
5066
|
+
metadata_fields?: Array<{
|
|
5067
|
+
id: string;
|
|
5068
|
+
}> | null;
|
|
5069
|
+
}> | null;
|
|
5070
|
+
} | null;
|
|
5071
|
+
settings: Array<{
|
|
5072
|
+
key: string;
|
|
5073
|
+
value: any;
|
|
5074
|
+
}>;
|
|
5075
|
+
joinLibraryContext?: {
|
|
5076
|
+
mandatoryAttribute: {
|
|
5077
|
+
id: string;
|
|
5078
|
+
label?: any | null;
|
|
5079
|
+
description?: any | null;
|
|
5080
|
+
type: AttributeType;
|
|
5081
|
+
format?: AttributeFormat | null;
|
|
5082
|
+
system: boolean;
|
|
5083
|
+
readonly: boolean;
|
|
5084
|
+
required: boolean;
|
|
5085
|
+
multiple_values: boolean;
|
|
5086
|
+
compute: boolean;
|
|
5087
|
+
linked_library?: {
|
|
5088
|
+
id: string;
|
|
5089
|
+
label?: any | null;
|
|
5090
|
+
behavior: LibraryBehavior;
|
|
5091
|
+
permissions?: {
|
|
5092
|
+
create_record: boolean;
|
|
5093
|
+
} | null;
|
|
5094
|
+
} | null;
|
|
5095
|
+
linkValuesList?: {
|
|
5096
|
+
enable: boolean;
|
|
5097
|
+
allowFreeEntry?: boolean | null;
|
|
5098
|
+
allowListUpdate?: boolean | null;
|
|
5099
|
+
values?: Array<{
|
|
5100
|
+
id: string;
|
|
5101
|
+
whoAmI: {
|
|
5102
|
+
id: string;
|
|
5103
|
+
label?: string | null;
|
|
5104
|
+
subLabel?: string | null;
|
|
5105
|
+
color?: string | null;
|
|
5106
|
+
preview?: IPreviewScalar | null;
|
|
5107
|
+
library: {
|
|
5108
|
+
id: string;
|
|
5109
|
+
label?: any | null;
|
|
5110
|
+
};
|
|
5111
|
+
};
|
|
5112
|
+
}> | null;
|
|
5113
|
+
} | null;
|
|
5114
|
+
permissions: {
|
|
5115
|
+
access_attribute: boolean;
|
|
5116
|
+
edit_value: boolean;
|
|
5117
|
+
};
|
|
5118
|
+
versions_conf?: {
|
|
5119
|
+
versionable: boolean;
|
|
5120
|
+
profile?: {
|
|
5121
|
+
id: string;
|
|
5122
|
+
trees: Array<{
|
|
5123
|
+
id: string;
|
|
5124
|
+
label?: any | null;
|
|
5125
|
+
}>;
|
|
5126
|
+
} | null;
|
|
5127
|
+
} | null;
|
|
5128
|
+
metadata_fields?: Array<{
|
|
5129
|
+
id: string;
|
|
5130
|
+
label?: any | null;
|
|
5131
|
+
description?: any | null;
|
|
5132
|
+
type: AttributeType;
|
|
5133
|
+
format?: AttributeFormat | null;
|
|
5134
|
+
system: boolean;
|
|
5135
|
+
readonly: boolean;
|
|
5136
|
+
multiple_values: boolean;
|
|
5137
|
+
permissions: {
|
|
5138
|
+
access_attribute: boolean;
|
|
5139
|
+
edit_value: boolean;
|
|
5140
|
+
};
|
|
5141
|
+
values_list?: {
|
|
5142
|
+
enable: boolean;
|
|
5143
|
+
allowFreeEntry?: boolean | null;
|
|
5144
|
+
allowListUpdate?: boolean | null;
|
|
5145
|
+
dateRangeValues?: Array<{
|
|
5146
|
+
from?: string | null;
|
|
5147
|
+
to?: string | null;
|
|
5148
|
+
}> | null;
|
|
5149
|
+
} | {
|
|
5150
|
+
enable: boolean;
|
|
5151
|
+
allowFreeEntry?: boolean | null;
|
|
5152
|
+
allowListUpdate?: boolean | null;
|
|
5153
|
+
values?: Array<string> | null;
|
|
5154
|
+
} | null;
|
|
5155
|
+
metadata_fields?: Array<{
|
|
5156
|
+
id: string;
|
|
5157
|
+
}> | null;
|
|
5158
|
+
}> | null;
|
|
5159
|
+
} | {
|
|
5160
|
+
character_limit?: number | null;
|
|
5161
|
+
id: string;
|
|
5162
|
+
label?: any | null;
|
|
5163
|
+
description?: any | null;
|
|
5164
|
+
type: AttributeType;
|
|
5165
|
+
format?: AttributeFormat | null;
|
|
5166
|
+
system: boolean;
|
|
5167
|
+
readonly: boolean;
|
|
5168
|
+
required: boolean;
|
|
5169
|
+
multiple_values: boolean;
|
|
5170
|
+
compute: boolean;
|
|
5171
|
+
values_list?: {
|
|
5172
|
+
enable: boolean;
|
|
5173
|
+
allowFreeEntry?: boolean | null;
|
|
5174
|
+
allowListUpdate?: boolean | null;
|
|
5175
|
+
dateRangeValues?: Array<{
|
|
5176
|
+
from?: string | null;
|
|
5177
|
+
to?: string | null;
|
|
5178
|
+
}> | null;
|
|
5179
|
+
} | {
|
|
5180
|
+
enable: boolean;
|
|
5181
|
+
allowFreeEntry?: boolean | null;
|
|
5182
|
+
allowListUpdate?: boolean | null;
|
|
5183
|
+
values?: Array<string> | null;
|
|
5184
|
+
} | null;
|
|
5185
|
+
permissions: {
|
|
5186
|
+
access_attribute: boolean;
|
|
5187
|
+
edit_value: boolean;
|
|
5188
|
+
};
|
|
5189
|
+
versions_conf?: {
|
|
5190
|
+
versionable: boolean;
|
|
5191
|
+
profile?: {
|
|
5192
|
+
id: string;
|
|
5193
|
+
trees: Array<{
|
|
5194
|
+
id: string;
|
|
5195
|
+
label?: any | null;
|
|
5196
|
+
}>;
|
|
5197
|
+
} | null;
|
|
5198
|
+
} | null;
|
|
5199
|
+
metadata_fields?: Array<{
|
|
5200
|
+
id: string;
|
|
5201
|
+
label?: any | null;
|
|
5202
|
+
description?: any | null;
|
|
5203
|
+
type: AttributeType;
|
|
5204
|
+
format?: AttributeFormat | null;
|
|
5205
|
+
system: boolean;
|
|
5206
|
+
readonly: boolean;
|
|
5207
|
+
multiple_values: boolean;
|
|
5208
|
+
permissions: {
|
|
5209
|
+
access_attribute: boolean;
|
|
5210
|
+
edit_value: boolean;
|
|
5211
|
+
};
|
|
5212
|
+
values_list?: {
|
|
5213
|
+
enable: boolean;
|
|
5214
|
+
allowFreeEntry?: boolean | null;
|
|
5215
|
+
allowListUpdate?: boolean | null;
|
|
5216
|
+
dateRangeValues?: Array<{
|
|
5217
|
+
from?: string | null;
|
|
5218
|
+
to?: string | null;
|
|
5219
|
+
}> | null;
|
|
5220
|
+
} | {
|
|
5221
|
+
enable: boolean;
|
|
5222
|
+
allowFreeEntry?: boolean | null;
|
|
5223
|
+
allowListUpdate?: boolean | null;
|
|
5224
|
+
values?: Array<string> | null;
|
|
5225
|
+
} | null;
|
|
5226
|
+
metadata_fields?: Array<{
|
|
5227
|
+
id: string;
|
|
5228
|
+
}> | null;
|
|
5229
|
+
}> | null;
|
|
5230
|
+
} | {
|
|
4405
5231
|
id: string;
|
|
4406
5232
|
label?: any | null;
|
|
4407
|
-
|
|
4408
|
-
|
|
4409
|
-
|
|
4410
|
-
|
|
4411
|
-
|
|
4412
|
-
|
|
5233
|
+
description?: any | null;
|
|
5234
|
+
type: AttributeType;
|
|
5235
|
+
format?: AttributeFormat | null;
|
|
5236
|
+
system: boolean;
|
|
5237
|
+
readonly: boolean;
|
|
5238
|
+
required: boolean;
|
|
5239
|
+
multiple_values: boolean;
|
|
5240
|
+
compute: boolean;
|
|
5241
|
+
linked_tree?: {
|
|
4413
5242
|
id: string;
|
|
4414
|
-
|
|
5243
|
+
label?: any | null;
|
|
5244
|
+
} | null;
|
|
5245
|
+
treeValuesList?: {
|
|
5246
|
+
enable: boolean;
|
|
5247
|
+
allowFreeEntry?: boolean | null;
|
|
5248
|
+
allowListUpdate?: boolean | null;
|
|
5249
|
+
values?: Array<{
|
|
4415
5250
|
id: string;
|
|
4416
|
-
whoAmI: {
|
|
4417
|
-
id: string;
|
|
4418
|
-
label?: string | null;
|
|
4419
|
-
subLabel?: string | null;
|
|
4420
|
-
color?: string | null;
|
|
4421
|
-
preview?: IPreviewScalar | null;
|
|
4422
|
-
library: {
|
|
4423
|
-
id: string;
|
|
4424
|
-
label?: any | null;
|
|
4425
|
-
};
|
|
4426
|
-
};
|
|
4427
|
-
};
|
|
4428
|
-
ancestors?: Array<{
|
|
4429
5251
|
record: {
|
|
4430
5252
|
id: string;
|
|
4431
5253
|
whoAmI: {
|
|
@@ -4440,59 +5262,71 @@ export type RecordFormQuery = {
|
|
|
4440
5262
|
};
|
|
4441
5263
|
};
|
|
4442
5264
|
};
|
|
5265
|
+
ancestors?: Array<{
|
|
5266
|
+
record: {
|
|
5267
|
+
id: string;
|
|
5268
|
+
whoAmI: {
|
|
5269
|
+
id: string;
|
|
5270
|
+
label?: string | null;
|
|
5271
|
+
subLabel?: string | null;
|
|
5272
|
+
color?: string | null;
|
|
5273
|
+
preview?: IPreviewScalar | null;
|
|
5274
|
+
library: {
|
|
5275
|
+
id: string;
|
|
5276
|
+
label?: any | null;
|
|
5277
|
+
};
|
|
5278
|
+
};
|
|
5279
|
+
};
|
|
5280
|
+
}> | null;
|
|
4443
5281
|
}> | null;
|
|
4444
|
-
}> | null;
|
|
4445
|
-
} | null;
|
|
4446
|
-
permissions: {
|
|
4447
|
-
access_attribute: boolean;
|
|
4448
|
-
edit_value: boolean;
|
|
4449
|
-
};
|
|
4450
|
-
versions_conf?: {
|
|
4451
|
-
versionable: boolean;
|
|
4452
|
-
profile?: {
|
|
4453
|
-
id: string;
|
|
4454
|
-
trees: Array<{
|
|
4455
|
-
id: string;
|
|
4456
|
-
label?: any | null;
|
|
4457
|
-
}>;
|
|
4458
5282
|
} | null;
|
|
4459
|
-
} | null;
|
|
4460
|
-
metadata_fields?: Array<{
|
|
4461
|
-
id: string;
|
|
4462
|
-
label?: any | null;
|
|
4463
|
-
description?: any | null;
|
|
4464
|
-
type: AttributeType;
|
|
4465
|
-
format?: AttributeFormat | null;
|
|
4466
|
-
system: boolean;
|
|
4467
|
-
readonly: boolean;
|
|
4468
|
-
multiple_values: boolean;
|
|
4469
5283
|
permissions: {
|
|
4470
5284
|
access_attribute: boolean;
|
|
4471
5285
|
edit_value: boolean;
|
|
4472
5286
|
};
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
|
|
4477
|
-
|
|
4478
|
-
|
|
4479
|
-
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
enable: boolean;
|
|
4483
|
-
allowFreeEntry?: boolean | null;
|
|
4484
|
-
allowListUpdate?: boolean | null;
|
|
4485
|
-
values?: Array<string> | null;
|
|
5287
|
+
versions_conf?: {
|
|
5288
|
+
versionable: boolean;
|
|
5289
|
+
profile?: {
|
|
5290
|
+
id: string;
|
|
5291
|
+
trees: Array<{
|
|
5292
|
+
id: string;
|
|
5293
|
+
label?: any | null;
|
|
5294
|
+
}>;
|
|
5295
|
+
} | null;
|
|
4486
5296
|
} | null;
|
|
4487
5297
|
metadata_fields?: Array<{
|
|
4488
5298
|
id: string;
|
|
5299
|
+
label?: any | null;
|
|
5300
|
+
description?: any | null;
|
|
5301
|
+
type: AttributeType;
|
|
5302
|
+
format?: AttributeFormat | null;
|
|
5303
|
+
system: boolean;
|
|
5304
|
+
readonly: boolean;
|
|
5305
|
+
multiple_values: boolean;
|
|
5306
|
+
permissions: {
|
|
5307
|
+
access_attribute: boolean;
|
|
5308
|
+
edit_value: boolean;
|
|
5309
|
+
};
|
|
5310
|
+
values_list?: {
|
|
5311
|
+
enable: boolean;
|
|
5312
|
+
allowFreeEntry?: boolean | null;
|
|
5313
|
+
allowListUpdate?: boolean | null;
|
|
5314
|
+
dateRangeValues?: Array<{
|
|
5315
|
+
from?: string | null;
|
|
5316
|
+
to?: string | null;
|
|
5317
|
+
}> | null;
|
|
5318
|
+
} | {
|
|
5319
|
+
enable: boolean;
|
|
5320
|
+
allowFreeEntry?: boolean | null;
|
|
5321
|
+
allowListUpdate?: boolean | null;
|
|
5322
|
+
values?: Array<string> | null;
|
|
5323
|
+
} | null;
|
|
5324
|
+
metadata_fields?: Array<{
|
|
5325
|
+
id: string;
|
|
5326
|
+
}> | null;
|
|
4489
5327
|
}> | null;
|
|
4490
|
-
}
|
|
5328
|
+
};
|
|
4491
5329
|
} | null;
|
|
4492
|
-
settings: Array<{
|
|
4493
|
-
key: string;
|
|
4494
|
-
value: any;
|
|
4495
|
-
}>;
|
|
4496
5330
|
}>;
|
|
4497
5331
|
sidePanel?: {
|
|
4498
5332
|
enable: boolean;
|
|
@@ -4922,6 +5756,30 @@ export type RecordUpdateSubscription = {
|
|
|
4922
5756
|
}>;
|
|
4923
5757
|
};
|
|
4924
5758
|
};
|
|
5759
|
+
export type GetRecordsFromLibraryQueryVariables = Exact<{
|
|
5760
|
+
libraryId: Scalars['ID'];
|
|
5761
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
5762
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
5763
|
+
}>;
|
|
5764
|
+
export type GetRecordsFromLibraryQuery = {
|
|
5765
|
+
records: {
|
|
5766
|
+
totalCount?: number | null;
|
|
5767
|
+
list: Array<{
|
|
5768
|
+
id: string;
|
|
5769
|
+
whoAmI: {
|
|
5770
|
+
id: string;
|
|
5771
|
+
label?: string | null;
|
|
5772
|
+
subLabel?: string | null;
|
|
5773
|
+
color?: string | null;
|
|
5774
|
+
preview?: IPreviewScalar | null;
|
|
5775
|
+
library: {
|
|
5776
|
+
id: string;
|
|
5777
|
+
label?: any | null;
|
|
5778
|
+
};
|
|
5779
|
+
};
|
|
5780
|
+
}>;
|
|
5781
|
+
};
|
|
5782
|
+
};
|
|
4925
5783
|
export type IndexRecordsMutationVariables = Exact<{
|
|
4926
5784
|
libraryId: Scalars['String'];
|
|
4927
5785
|
records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
@@ -5039,6 +5897,7 @@ export type TreeNodeChildrenQueryVariables = Exact<{
|
|
|
5039
5897
|
treeId: Scalars['ID'];
|
|
5040
5898
|
node?: InputMaybe<Scalars['ID']>;
|
|
5041
5899
|
pagination?: InputMaybe<Pagination>;
|
|
5900
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
5042
5901
|
}>;
|
|
5043
5902
|
export type TreeNodeChildrenQuery = {
|
|
5044
5903
|
treeNodeChildren: {
|
|
@@ -5273,131 +6132,17 @@ export type DeleteValueMutation = {
|
|
|
5273
6132
|
whoAmI: {
|
|
5274
6133
|
id: string;
|
|
5275
6134
|
label?: string | null;
|
|
5276
|
-
subLabel?: string | null;
|
|
5277
|
-
color?: string | null;
|
|
5278
|
-
preview?: IPreviewScalar | null;
|
|
5279
|
-
library: {
|
|
5280
|
-
id: string;
|
|
5281
|
-
label?: any | null;
|
|
5282
|
-
};
|
|
5283
|
-
};
|
|
5284
|
-
};
|
|
5285
|
-
}> | null;
|
|
5286
|
-
} | null;
|
|
5287
|
-
modified_by?: {
|
|
5288
|
-
id: string;
|
|
5289
|
-
whoAmI: {
|
|
5290
|
-
id: string;
|
|
5291
|
-
label?: string | null;
|
|
5292
|
-
subLabel?: string | null;
|
|
5293
|
-
color?: string | null;
|
|
5294
|
-
preview?: IPreviewScalar | null;
|
|
5295
|
-
library: {
|
|
5296
|
-
id: string;
|
|
5297
|
-
label?: any | null;
|
|
5298
|
-
};
|
|
5299
|
-
};
|
|
5300
|
-
} | null;
|
|
5301
|
-
created_by?: {
|
|
5302
|
-
id: string;
|
|
5303
|
-
whoAmI: {
|
|
5304
|
-
id: string;
|
|
5305
|
-
label?: string | null;
|
|
5306
|
-
subLabel?: string | null;
|
|
5307
|
-
color?: string | null;
|
|
5308
|
-
preview?: IPreviewScalar | null;
|
|
5309
|
-
library: {
|
|
5310
|
-
id: string;
|
|
5311
|
-
label?: any | null;
|
|
5312
|
-
};
|
|
5313
|
-
};
|
|
5314
|
-
} | null;
|
|
5315
|
-
version?: Array<{
|
|
5316
|
-
treeId: string;
|
|
5317
|
-
treeNode?: {
|
|
5318
|
-
id: string;
|
|
5319
|
-
record: {
|
|
5320
|
-
id: string;
|
|
5321
|
-
whoAmI: {
|
|
5322
|
-
id: string;
|
|
5323
|
-
label?: string | null;
|
|
5324
|
-
library: {
|
|
5325
|
-
id: string;
|
|
5326
|
-
};
|
|
5327
|
-
};
|
|
5328
|
-
};
|
|
5329
|
-
} | null;
|
|
5330
|
-
} | null> | null;
|
|
5331
|
-
attribute: {
|
|
5332
|
-
id: string;
|
|
5333
|
-
format?: AttributeFormat | null;
|
|
5334
|
-
type: AttributeType;
|
|
5335
|
-
system: boolean;
|
|
5336
|
-
};
|
|
5337
|
-
metadata?: Array<{
|
|
5338
|
-
name: string;
|
|
5339
|
-
value?: {
|
|
5340
|
-
id_value?: string | null;
|
|
5341
|
-
modified_at?: number | null;
|
|
5342
|
-
created_at?: number | null;
|
|
5343
|
-
payload?: any | null;
|
|
5344
|
-
raw_payload?: any | null;
|
|
5345
|
-
modified_by?: {
|
|
5346
|
-
id: string;
|
|
5347
|
-
whoAmI: {
|
|
5348
|
-
id: string;
|
|
5349
|
-
label?: string | null;
|
|
5350
|
-
subLabel?: string | null;
|
|
5351
|
-
color?: string | null;
|
|
5352
|
-
preview?: IPreviewScalar | null;
|
|
5353
|
-
library: {
|
|
5354
|
-
id: string;
|
|
5355
|
-
label?: any | null;
|
|
5356
|
-
};
|
|
5357
|
-
};
|
|
5358
|
-
} | null;
|
|
5359
|
-
created_by?: {
|
|
5360
|
-
id: string;
|
|
5361
|
-
whoAmI: {
|
|
5362
|
-
id: string;
|
|
5363
|
-
label?: string | null;
|
|
5364
|
-
subLabel?: string | null;
|
|
5365
|
-
color?: string | null;
|
|
5366
|
-
preview?: IPreviewScalar | null;
|
|
5367
|
-
library: {
|
|
5368
|
-
id: string;
|
|
5369
|
-
label?: any | null;
|
|
5370
|
-
};
|
|
5371
|
-
};
|
|
5372
|
-
} | null;
|
|
5373
|
-
version?: Array<{
|
|
5374
|
-
treeId: string;
|
|
5375
|
-
treeNode?: {
|
|
5376
|
-
id: string;
|
|
5377
|
-
record: {
|
|
6135
|
+
subLabel?: string | null;
|
|
6136
|
+
color?: string | null;
|
|
6137
|
+
preview?: IPreviewScalar | null;
|
|
6138
|
+
library: {
|
|
5378
6139
|
id: string;
|
|
5379
|
-
|
|
5380
|
-
id: string;
|
|
5381
|
-
label?: string | null;
|
|
5382
|
-
library: {
|
|
5383
|
-
id: string;
|
|
5384
|
-
};
|
|
5385
|
-
};
|
|
6140
|
+
label?: any | null;
|
|
5386
6141
|
};
|
|
5387
|
-
}
|
|
5388
|
-
}
|
|
5389
|
-
} | null;
|
|
5390
|
-
} | null
|
|
5391
|
-
} | {
|
|
5392
|
-
payload?: any | null;
|
|
5393
|
-
raw_payload?: any | null;
|
|
5394
|
-
value?: any | null;
|
|
5395
|
-
raw_value?: any | null;
|
|
5396
|
-
id_value?: string | null;
|
|
5397
|
-
isInherited?: boolean | null;
|
|
5398
|
-
isCalculated?: boolean | null;
|
|
5399
|
-
modified_at?: number | null;
|
|
5400
|
-
created_at?: number | null;
|
|
6142
|
+
};
|
|
6143
|
+
};
|
|
6144
|
+
}> | null;
|
|
6145
|
+
} | null;
|
|
5401
6146
|
modified_by?: {
|
|
5402
6147
|
id: string;
|
|
5403
6148
|
whoAmI: {
|
|
@@ -5502,24 +6247,16 @@ export type DeleteValueMutation = {
|
|
|
5502
6247
|
} | null> | null;
|
|
5503
6248
|
} | null;
|
|
5504
6249
|
} | null> | null;
|
|
5505
|
-
}
|
|
5506
|
-
|
|
5507
|
-
|
|
5508
|
-
|
|
5509
|
-
|
|
5510
|
-
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
5511
|
-
}>;
|
|
5512
|
-
export type RunActionsListAndFormatOnValueQuery = {
|
|
5513
|
-
runActionsListAndFormatOnValue: Array<{
|
|
6250
|
+
} | {
|
|
6251
|
+
payload?: any | null;
|
|
6252
|
+
raw_payload?: any | null;
|
|
6253
|
+
value?: any | null;
|
|
6254
|
+
raw_value?: any | null;
|
|
5514
6255
|
id_value?: string | null;
|
|
5515
6256
|
isInherited?: boolean | null;
|
|
5516
6257
|
isCalculated?: boolean | null;
|
|
5517
6258
|
modified_at?: number | null;
|
|
5518
6259
|
created_at?: number | null;
|
|
5519
|
-
payload?: any | null;
|
|
5520
|
-
raw_payload?: any | null;
|
|
5521
|
-
value?: any | null;
|
|
5522
|
-
raw_value?: any | null;
|
|
5523
6260
|
modified_by?: {
|
|
5524
6261
|
id: string;
|
|
5525
6262
|
whoAmI: {
|
|
@@ -6299,6 +7036,27 @@ export type ExplorerAttributesQuery = {
|
|
|
6299
7036
|
id: string;
|
|
6300
7037
|
label?: any | null;
|
|
6301
7038
|
} | null;
|
|
7039
|
+
values_list?: {
|
|
7040
|
+
allowFreeEntry?: boolean | null;
|
|
7041
|
+
enable: boolean;
|
|
7042
|
+
values?: Array<{
|
|
7043
|
+
id: string;
|
|
7044
|
+
whoAmI: {
|
|
7045
|
+
id: string;
|
|
7046
|
+
library: {
|
|
7047
|
+
id: string;
|
|
7048
|
+
};
|
|
7049
|
+
};
|
|
7050
|
+
}> | null;
|
|
7051
|
+
} | null;
|
|
7052
|
+
permissions: {
|
|
7053
|
+
access_attribute: boolean;
|
|
7054
|
+
};
|
|
7055
|
+
} | {
|
|
7056
|
+
id: string;
|
|
7057
|
+
type: AttributeType;
|
|
7058
|
+
format?: AttributeFormat | null;
|
|
7059
|
+
label?: any | null;
|
|
6302
7060
|
permissions: {
|
|
6303
7061
|
access_attribute: boolean;
|
|
6304
7062
|
};
|
|
@@ -6307,6 +7065,10 @@ export type ExplorerAttributesQuery = {
|
|
|
6307
7065
|
type: AttributeType;
|
|
6308
7066
|
format?: AttributeFormat | null;
|
|
6309
7067
|
label?: any | null;
|
|
7068
|
+
linked_tree?: {
|
|
7069
|
+
id: string;
|
|
7070
|
+
label?: any | null;
|
|
7071
|
+
} | null;
|
|
6310
7072
|
permissions: {
|
|
6311
7073
|
access_attribute: boolean;
|
|
6312
7074
|
};
|
|
@@ -6326,13 +7088,38 @@ export type ExplorerLinkAttributeQuery = {
|
|
|
6326
7088
|
id: string;
|
|
6327
7089
|
label?: any | null;
|
|
6328
7090
|
} | null;
|
|
7091
|
+
values_list?: {
|
|
7092
|
+
allowFreeEntry?: boolean | null;
|
|
7093
|
+
enable: boolean;
|
|
7094
|
+
values?: Array<{
|
|
7095
|
+
id: string;
|
|
7096
|
+
whoAmI: {
|
|
7097
|
+
id: string;
|
|
7098
|
+
library: {
|
|
7099
|
+
id: string;
|
|
7100
|
+
};
|
|
7101
|
+
};
|
|
7102
|
+
}> | null;
|
|
7103
|
+
} | null;
|
|
7104
|
+
permissions: {
|
|
7105
|
+
access_attribute: boolean;
|
|
7106
|
+
edit_value: boolean;
|
|
7107
|
+
};
|
|
7108
|
+
} | {
|
|
7109
|
+
id: string;
|
|
7110
|
+
multiple_values: boolean;
|
|
6329
7111
|
permissions: {
|
|
6330
7112
|
access_attribute: boolean;
|
|
6331
7113
|
edit_value: boolean;
|
|
6332
7114
|
};
|
|
6333
7115
|
} | {
|
|
7116
|
+
label?: any | null;
|
|
6334
7117
|
id: string;
|
|
6335
7118
|
multiple_values: boolean;
|
|
7119
|
+
linked_tree?: {
|
|
7120
|
+
id: string;
|
|
7121
|
+
label?: any | null;
|
|
7122
|
+
} | null;
|
|
6336
7123
|
permissions: {
|
|
6337
7124
|
access_attribute: boolean;
|
|
6338
7125
|
edit_value: boolean;
|
|
@@ -6672,6 +7459,7 @@ export declare const ValuesVersionDetailsFragmentDoc: Apollo.DocumentNode;
|
|
|
6672
7459
|
export declare const ValueDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6673
7460
|
export declare const StandardValuesListFragmentFragmentDoc: Apollo.DocumentNode;
|
|
6674
7461
|
export declare const RecordFormAttributeFragmentDoc: Apollo.DocumentNode;
|
|
7462
|
+
export declare const JoinLibraryContextFragmentDoc: Apollo.DocumentNode;
|
|
6675
7463
|
export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
|
|
6676
7464
|
export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
6677
7465
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -6681,6 +7469,7 @@ export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
|
6681
7469
|
export declare const AttributesByLibLinkAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
|
|
6682
7470
|
export declare const AttributesByLibAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
|
|
6683
7471
|
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7472
|
+
export declare const TreeAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6684
7473
|
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
6685
7474
|
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6686
7475
|
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
@@ -6712,8 +7501,13 @@ export declare function useCheckApplicationExistenceLazyQuery(baseOptions?: Apol
|
|
|
6712
7501
|
id?: InputMaybe<Scalars["ID"]>;
|
|
6713
7502
|
endpoint?: InputMaybe<Scalars["String"]>;
|
|
6714
7503
|
}>>;
|
|
7504
|
+
export declare function useCheckApplicationExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckApplicationExistenceQuery, Exact<{
|
|
7505
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
7506
|
+
endpoint?: InputMaybe<Scalars["String"]>;
|
|
7507
|
+
}>>;
|
|
6715
7508
|
export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
|
|
6716
7509
|
export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
|
|
7510
|
+
export type CheckApplicationExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckApplicationExistenceSuspenseQuery>;
|
|
6717
7511
|
export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
|
|
6718
7512
|
export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
|
|
6719
7513
|
/**
|
|
@@ -6738,8 +7532,12 @@ export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHook
|
|
|
6738
7532
|
export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
|
|
6739
7533
|
id: Scalars["ID"];
|
|
6740
7534
|
}>>;
|
|
7535
|
+
export declare function useGetApplicationByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationByIdQuery, Exact<{
|
|
7536
|
+
id: Scalars["ID"];
|
|
7537
|
+
}>>;
|
|
6741
7538
|
export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
|
|
6742
7539
|
export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
|
|
7540
|
+
export type GetApplicationByIdSuspenseQueryHookResult = ReturnType<typeof useGetApplicationByIdSuspenseQuery>;
|
|
6743
7541
|
export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
|
|
6744
7542
|
export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
|
|
6745
7543
|
/**
|
|
@@ -6763,8 +7561,12 @@ export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.Query
|
|
|
6763
7561
|
export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
|
|
6764
7562
|
[key: string]: never;
|
|
6765
7563
|
}>>;
|
|
7564
|
+
export declare function useGetApplicationModulesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationModulesQuery, Exact<{
|
|
7565
|
+
[key: string]: never;
|
|
7566
|
+
}>>;
|
|
6766
7567
|
export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
|
|
6767
7568
|
export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
|
|
7569
|
+
export type GetApplicationModulesSuspenseQueryHookResult = ReturnType<typeof useGetApplicationModulesSuspenseQuery>;
|
|
6768
7570
|
export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
|
|
6769
7571
|
export declare const SaveApplicationDocument: Apollo.DocumentNode;
|
|
6770
7572
|
export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
|
|
@@ -6814,8 +7616,12 @@ export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.Quer
|
|
|
6814
7616
|
export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
|
|
6815
7617
|
id: Scalars["ID"];
|
|
6816
7618
|
}>>;
|
|
7619
|
+
export declare function useCheckAttributeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckAttributeExistenceQuery, Exact<{
|
|
7620
|
+
id: Scalars["ID"];
|
|
7621
|
+
}>>;
|
|
6817
7622
|
export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
|
|
6818
7623
|
export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
|
|
7624
|
+
export type CheckAttributeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckAttributeExistenceSuspenseQuery>;
|
|
6819
7625
|
export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
|
|
6820
7626
|
export declare const DeleteAttributeDocument: Apollo.DocumentNode;
|
|
6821
7627
|
export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
|
|
@@ -6865,8 +7671,12 @@ export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookO
|
|
|
6865
7671
|
export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
|
|
6866
7672
|
id?: InputMaybe<Scalars["ID"]>;
|
|
6867
7673
|
}>>;
|
|
7674
|
+
export declare function useGetAttributeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributeByIdQuery, Exact<{
|
|
7675
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
7676
|
+
}>>;
|
|
6868
7677
|
export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
|
|
6869
7678
|
export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
|
|
7679
|
+
export type GetAttributeByIdSuspenseQueryHookResult = ReturnType<typeof useGetAttributeByIdSuspenseQuery>;
|
|
6870
7680
|
export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
|
|
6871
7681
|
export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
|
|
6872
7682
|
/**
|
|
@@ -6891,8 +7701,12 @@ export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHook
|
|
|
6891
7701
|
export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
|
|
6892
7702
|
library: Scalars["String"];
|
|
6893
7703
|
}>>;
|
|
7704
|
+
export declare function useGetAttributesByLibSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibQuery, Exact<{
|
|
7705
|
+
library: Scalars["String"];
|
|
7706
|
+
}>>;
|
|
6894
7707
|
export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
|
|
6895
7708
|
export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
|
|
7709
|
+
export type GetAttributesByLibSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibSuspenseQuery>;
|
|
6896
7710
|
export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
|
|
6897
7711
|
export declare const GetAttributesDocument: Apollo.DocumentNode;
|
|
6898
7712
|
/**
|
|
@@ -6923,8 +7737,14 @@ export declare function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQuery
|
|
|
6923
7737
|
sort?: InputMaybe<SortAttributes>;
|
|
6924
7738
|
filters?: InputMaybe<AttributesFiltersInput>;
|
|
6925
7739
|
}>>;
|
|
7740
|
+
export declare function useGetAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesQuery, Exact<{
|
|
7741
|
+
pagination?: InputMaybe<Pagination>;
|
|
7742
|
+
sort?: InputMaybe<SortAttributes>;
|
|
7743
|
+
filters?: InputMaybe<AttributesFiltersInput>;
|
|
7744
|
+
}>>;
|
|
6926
7745
|
export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
|
|
6927
7746
|
export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
|
|
7747
|
+
export type GetAttributesSuspenseQueryHookResult = ReturnType<typeof useGetAttributesSuspenseQuery>;
|
|
6928
7748
|
export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
|
|
6929
7749
|
export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
|
|
6930
7750
|
/**
|
|
@@ -6952,8 +7772,13 @@ export declare function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.Lazy
|
|
|
6952
7772
|
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
6953
7773
|
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
6954
7774
|
}>>;
|
|
7775
|
+
export declare function useGetVersionProfilesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionProfilesQuery, Exact<{
|
|
7776
|
+
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
7777
|
+
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
7778
|
+
}>>;
|
|
6955
7779
|
export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
|
|
6956
7780
|
export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
|
|
7781
|
+
export type GetVersionProfilesSuspenseQueryHookResult = ReturnType<typeof useGetVersionProfilesSuspenseQuery>;
|
|
6957
7782
|
export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
|
|
6958
7783
|
export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentNode;
|
|
6959
7784
|
/**
|
|
@@ -6978,8 +7803,12 @@ export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: A
|
|
|
6978
7803
|
export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
6979
7804
|
libraryId: Scalars["String"];
|
|
6980
7805
|
}>>;
|
|
7806
|
+
export declare function useGetVersionableAttributesByLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
7807
|
+
libraryId: Scalars["String"];
|
|
7808
|
+
}>>;
|
|
6981
7809
|
export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
|
|
6982
7810
|
export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
|
|
7811
|
+
export type GetVersionableAttributesByLibrarySuspenseQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibrarySuspenseQuery>;
|
|
6983
7812
|
export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
|
|
6984
7813
|
export declare const SaveAttributeDocument: Apollo.DocumentNode;
|
|
6985
7814
|
export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
|
|
@@ -7035,8 +7864,14 @@ export declare function useExportLazyQuery(baseOptions?: Apollo.LazyQueryHookOpt
|
|
|
7035
7864
|
attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7036
7865
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
7037
7866
|
}>>;
|
|
7867
|
+
export declare function useExportSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.UseSuspenseQueryResult<ExportQuery, Exact<{
|
|
7868
|
+
library: Scalars["ID"];
|
|
7869
|
+
attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7870
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
7871
|
+
}>>;
|
|
7038
7872
|
export type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
|
|
7039
7873
|
export type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
|
|
7874
|
+
export type ExportSuspenseQueryHookResult = ReturnType<typeof useExportSuspenseQuery>;
|
|
7040
7875
|
export type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
|
|
7041
7876
|
export declare const CreateDirectoryDocument: Apollo.DocumentNode;
|
|
7042
7877
|
export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
|
|
@@ -7126,8 +7961,13 @@ export declare function useGetDirectoryDataLazyQuery(baseOptions?: Apollo.LazyQu
|
|
|
7126
7961
|
library: Scalars["ID"];
|
|
7127
7962
|
directoryId: Scalars["String"];
|
|
7128
7963
|
}>>;
|
|
7964
|
+
export declare function useGetDirectoryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetDirectoryDataQuery, Exact<{
|
|
7965
|
+
library: Scalars["ID"];
|
|
7966
|
+
directoryId: Scalars["String"];
|
|
7967
|
+
}>>;
|
|
7129
7968
|
export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
|
|
7130
7969
|
export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
|
|
7970
|
+
export type GetDirectoryDataSuspenseQueryHookResult = ReturnType<typeof useGetDirectoryDataSuspenseQuery>;
|
|
7131
7971
|
export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
|
|
7132
7972
|
export declare const UploadUpdateDocument: Apollo.DocumentNode;
|
|
7133
7973
|
/**
|
|
@@ -7232,8 +8072,12 @@ export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.Query
|
|
|
7232
8072
|
export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
|
|
7233
8073
|
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7234
8074
|
}>>;
|
|
8075
|
+
export declare function useCheckLibraryExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckLibraryExistenceQuery, Exact<{
|
|
8076
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8077
|
+
}>>;
|
|
7235
8078
|
export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
|
|
7236
8079
|
export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
|
|
8080
|
+
export type CheckLibraryExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckLibraryExistenceSuspenseQuery>;
|
|
7237
8081
|
export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
|
|
7238
8082
|
export declare const DeleteLibraryDocument: Apollo.DocumentNode;
|
|
7239
8083
|
export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
|
|
@@ -7282,8 +8126,12 @@ export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptio
|
|
|
7282
8126
|
export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
|
|
7283
8127
|
[key: string]: never;
|
|
7284
8128
|
}>>;
|
|
8129
|
+
export declare function useGetLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibrariesQuery, Exact<{
|
|
8130
|
+
[key: string]: never;
|
|
8131
|
+
}>>;
|
|
7285
8132
|
export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
|
|
7286
8133
|
export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
|
|
8134
|
+
export type GetLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetLibrariesSuspenseQuery>;
|
|
7287
8135
|
export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
|
|
7288
8136
|
export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
7289
8137
|
/**
|
|
@@ -7308,8 +8156,12 @@ export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOpt
|
|
|
7308
8156
|
export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
|
|
7309
8157
|
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7310
8158
|
}>>;
|
|
8159
|
+
export declare function useGetLibraryByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryByIdQuery, Exact<{
|
|
8160
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8161
|
+
}>>;
|
|
7311
8162
|
export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
|
|
7312
8163
|
export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
|
|
8164
|
+
export type GetLibraryByIdSuspenseQueryHookResult = ReturnType<typeof useGetLibraryByIdSuspenseQuery>;
|
|
7313
8165
|
export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
|
|
7314
8166
|
export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
7315
8167
|
/**
|
|
@@ -7334,8 +8186,12 @@ export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.Query
|
|
|
7334
8186
|
export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
|
|
7335
8187
|
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7336
8188
|
}>>;
|
|
8189
|
+
export declare function useGetLibraryPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPermissionsQuery, Exact<{
|
|
8190
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8191
|
+
}>>;
|
|
7337
8192
|
export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
|
|
7338
8193
|
export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
|
|
8194
|
+
export type GetLibraryPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPermissionsSuspenseQuery>;
|
|
7339
8195
|
export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
|
|
7340
8196
|
export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
|
|
7341
8197
|
/**
|
|
@@ -7360,8 +8216,12 @@ export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.Q
|
|
|
7360
8216
|
export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
7361
8217
|
id: Scalars["ID"];
|
|
7362
8218
|
}>>;
|
|
8219
|
+
export declare function useGetLibraryPreviewsSettingsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
8220
|
+
id: Scalars["ID"];
|
|
8221
|
+
}>>;
|
|
7363
8222
|
export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
|
|
7364
8223
|
export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
|
|
8224
|
+
export type GetLibraryPreviewsSettingsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsSuspenseQuery>;
|
|
7365
8225
|
export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
|
|
7366
8226
|
export declare const SaveLibraryDocument: Apollo.DocumentNode;
|
|
7367
8227
|
export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
|
|
@@ -7420,8 +8280,15 @@ export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHook
|
|
|
7420
8280
|
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
7421
8281
|
target?: InputMaybe<PermissionTarget>;
|
|
7422
8282
|
}>>;
|
|
8283
|
+
export declare function useIsAllowedSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.UseSuspenseQueryResult<IsAllowedQuery, Exact<{
|
|
8284
|
+
type: PermissionTypes;
|
|
8285
|
+
actions: Array<PermissionsActions> | PermissionsActions;
|
|
8286
|
+
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
8287
|
+
target?: InputMaybe<PermissionTarget>;
|
|
8288
|
+
}>>;
|
|
7423
8289
|
export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
|
|
7424
8290
|
export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
|
|
8291
|
+
export type IsAllowedSuspenseQueryHookResult = ReturnType<typeof useIsAllowedSuspenseQuery>;
|
|
7425
8292
|
export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
|
|
7426
8293
|
export declare const ActivateRecordsDocument: Apollo.DocumentNode;
|
|
7427
8294
|
export type ActivateRecordsMutationFn = Apollo.MutationFunction<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
|
|
@@ -7452,6 +8319,31 @@ export declare function useActivateRecordsMutation(baseOptions?: Apollo.Mutation
|
|
|
7452
8319
|
export type ActivateRecordsMutationHookResult = ReturnType<typeof useActivateRecordsMutation>;
|
|
7453
8320
|
export type ActivateRecordsMutationResult = Apollo.MutationResult<ActivateRecordsMutation>;
|
|
7454
8321
|
export type ActivateRecordsMutationOptions = Apollo.BaseMutationOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
|
|
8322
|
+
export declare const CreateEmptyRecordDocument: Apollo.DocumentNode;
|
|
8323
|
+
export type CreateEmptyRecordMutationFn = Apollo.MutationFunction<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
|
|
8324
|
+
/**
|
|
8325
|
+
* __useCreateEmptyRecordMutation__
|
|
8326
|
+
*
|
|
8327
|
+
* To run a mutation, you first call `useCreateEmptyRecordMutation` within a React component and pass it any options that fit your needs.
|
|
8328
|
+
* When your component renders, `useCreateEmptyRecordMutation` returns a tuple that includes:
|
|
8329
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
8330
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
8331
|
+
*
|
|
8332
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
8333
|
+
*
|
|
8334
|
+
* @example
|
|
8335
|
+
* const [createEmptyRecordMutation, { data, loading, error }] = useCreateEmptyRecordMutation({
|
|
8336
|
+
* variables: {
|
|
8337
|
+
* library: // value for 'library'
|
|
8338
|
+
* },
|
|
8339
|
+
* });
|
|
8340
|
+
*/
|
|
8341
|
+
export declare function useCreateEmptyRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>): Apollo.MutationTuple<CreateEmptyRecordMutation, Exact<{
|
|
8342
|
+
library: Scalars["ID"];
|
|
8343
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8344
|
+
export type CreateEmptyRecordMutationHookResult = ReturnType<typeof useCreateEmptyRecordMutation>;
|
|
8345
|
+
export type CreateEmptyRecordMutationResult = Apollo.MutationResult<CreateEmptyRecordMutation>;
|
|
8346
|
+
export type CreateEmptyRecordMutationOptions = Apollo.BaseMutationOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
|
|
7455
8347
|
export declare const CreateRecordDocument: Apollo.DocumentNode;
|
|
7456
8348
|
export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
|
|
7457
8349
|
/**
|
|
@@ -7537,8 +8429,14 @@ export declare function useDoesFileExistAsChildLazyQuery(baseOptions?: Apollo.La
|
|
|
7537
8429
|
treeId: Scalars["ID"];
|
|
7538
8430
|
filename: Scalars["String"];
|
|
7539
8431
|
}>>;
|
|
8432
|
+
export declare function useDoesFileExistAsChildSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.UseSuspenseQueryResult<DoesFileExistAsChildQuery, Exact<{
|
|
8433
|
+
parentNode?: InputMaybe<Scalars["ID"]>;
|
|
8434
|
+
treeId: Scalars["ID"];
|
|
8435
|
+
filename: Scalars["String"];
|
|
8436
|
+
}>>;
|
|
7540
8437
|
export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
|
|
7541
8438
|
export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
|
|
8439
|
+
export type DoesFileExistAsChildSuspenseQueryHookResult = ReturnType<typeof useDoesFileExistAsChildSuspenseQuery>;
|
|
7542
8440
|
export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
|
|
7543
8441
|
export declare const GetFileDataDocument: Apollo.DocumentNode;
|
|
7544
8442
|
/**
|
|
@@ -7569,8 +8467,14 @@ export declare function useGetFileDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
|
|
|
7569
8467
|
fileId: Scalars["String"];
|
|
7570
8468
|
previewsStatusAttribute: Scalars["ID"];
|
|
7571
8469
|
}>>;
|
|
8470
|
+
export declare function useGetFileDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetFileDataQuery, Exact<{
|
|
8471
|
+
library: Scalars["ID"];
|
|
8472
|
+
fileId: Scalars["String"];
|
|
8473
|
+
previewsStatusAttribute: Scalars["ID"];
|
|
8474
|
+
}>>;
|
|
7572
8475
|
export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
|
|
7573
8476
|
export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
|
|
8477
|
+
export type GetFileDataSuspenseQueryHookResult = ReturnType<typeof useGetFileDataSuspenseQuery>;
|
|
7574
8478
|
export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
|
|
7575
8479
|
export declare const RecordFormDocument: Apollo.DocumentNode;
|
|
7576
8480
|
/**
|
|
@@ -7604,8 +8508,15 @@ export declare function useRecordFormLazyQuery(baseOptions?: Apollo.LazyQueryHoo
|
|
|
7604
8508
|
recordId?: InputMaybe<Scalars["String"]>;
|
|
7605
8509
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
7606
8510
|
}>>;
|
|
8511
|
+
export declare function useRecordFormSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.UseSuspenseQueryResult<RecordFormQuery, Exact<{
|
|
8512
|
+
libraryId: Scalars["String"];
|
|
8513
|
+
formId: Scalars["String"];
|
|
8514
|
+
recordId?: InputMaybe<Scalars["String"]>;
|
|
8515
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
8516
|
+
}>>;
|
|
7607
8517
|
export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
|
|
7608
8518
|
export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
|
|
8519
|
+
export type RecordFormSuspenseQueryHookResult = ReturnType<typeof useRecordFormSuspenseQuery>;
|
|
7609
8520
|
export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
|
|
7610
8521
|
export declare const RecordUpdateDocument: Apollo.DocumentNode;
|
|
7611
8522
|
/**
|
|
@@ -7629,6 +8540,44 @@ export declare function useRecordUpdateSubscription(baseOptions?: Apollo.Subscri
|
|
|
7629
8540
|
}>>;
|
|
7630
8541
|
export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
|
|
7631
8542
|
export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
|
|
8543
|
+
export declare const GetRecordsFromLibraryDocument: Apollo.DocumentNode;
|
|
8544
|
+
/**
|
|
8545
|
+
* __useGetRecordsFromLibraryQuery__
|
|
8546
|
+
*
|
|
8547
|
+
* To run a query within a React component, call `useGetRecordsFromLibraryQuery` and pass it any options that fit your needs.
|
|
8548
|
+
* When your component renders, `useGetRecordsFromLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8549
|
+
* you can use to render your UI.
|
|
8550
|
+
*
|
|
8551
|
+
* @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;
|
|
8552
|
+
*
|
|
8553
|
+
* @example
|
|
8554
|
+
* const { data, loading, error } = useGetRecordsFromLibraryQuery({
|
|
8555
|
+
* variables: {
|
|
8556
|
+
* libraryId: // value for 'libraryId'
|
|
8557
|
+
* pagination: // value for 'pagination'
|
|
8558
|
+
* filters: // value for 'filters'
|
|
8559
|
+
* },
|
|
8560
|
+
* });
|
|
8561
|
+
*/
|
|
8562
|
+
export declare function useGetRecordsFromLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.QueryResult<GetRecordsFromLibraryQuery, Exact<{
|
|
8563
|
+
libraryId: Scalars["ID"];
|
|
8564
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
8565
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8566
|
+
}>>;
|
|
8567
|
+
export declare function useGetRecordsFromLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordsFromLibraryQuery, Exact<{
|
|
8568
|
+
libraryId: Scalars["ID"];
|
|
8569
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
8570
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8571
|
+
}>>;
|
|
8572
|
+
export declare function useGetRecordsFromLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordsFromLibraryQuery, Exact<{
|
|
8573
|
+
libraryId: Scalars["ID"];
|
|
8574
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
8575
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8576
|
+
}>>;
|
|
8577
|
+
export type GetRecordsFromLibraryQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryQuery>;
|
|
8578
|
+
export type GetRecordsFromLibraryLazyQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryLazyQuery>;
|
|
8579
|
+
export type GetRecordsFromLibrarySuspenseQueryHookResult = ReturnType<typeof useGetRecordsFromLibrarySuspenseQuery>;
|
|
8580
|
+
export type GetRecordsFromLibraryQueryResult = Apollo.QueryResult<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>;
|
|
7632
8581
|
export declare const IndexRecordsDocument: Apollo.DocumentNode;
|
|
7633
8582
|
export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
|
|
7634
8583
|
/**
|
|
@@ -7704,8 +8653,12 @@ export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHoo
|
|
|
7704
8653
|
export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
|
|
7705
8654
|
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7706
8655
|
}>>;
|
|
8656
|
+
export declare function useCheckTreeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckTreeExistenceQuery, Exact<{
|
|
8657
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8658
|
+
}>>;
|
|
7707
8659
|
export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
|
|
7708
8660
|
export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
|
|
8661
|
+
export type CheckTreeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckTreeExistenceSuspenseQuery>;
|
|
7709
8662
|
export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
|
|
7710
8663
|
export declare const DeleteTreeDocument: Apollo.DocumentNode;
|
|
7711
8664
|
export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
|
|
@@ -7755,8 +8708,12 @@ export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOption
|
|
|
7755
8708
|
export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
|
|
7756
8709
|
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7757
8710
|
}>>;
|
|
8711
|
+
export declare function useGetTreeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeByIdQuery, Exact<{
|
|
8712
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8713
|
+
}>>;
|
|
7758
8714
|
export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
|
|
7759
8715
|
export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
|
|
8716
|
+
export type GetTreeByIdSuspenseQueryHookResult = ReturnType<typeof useGetTreeByIdSuspenseQuery>;
|
|
7760
8717
|
export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
|
|
7761
8718
|
export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
7762
8719
|
/**
|
|
@@ -7784,8 +8741,13 @@ export declare function useGetTreeLibrariesLazyQuery(baseOptions?: Apollo.LazyQu
|
|
|
7784
8741
|
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7785
8742
|
library?: InputMaybe<Scalars["String"]>;
|
|
7786
8743
|
}>>;
|
|
8744
|
+
export declare function useGetTreeLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeLibrariesQuery, Exact<{
|
|
8745
|
+
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8746
|
+
library?: InputMaybe<Scalars["String"]>;
|
|
8747
|
+
}>>;
|
|
7787
8748
|
export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
|
|
7788
8749
|
export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
|
|
8750
|
+
export type GetTreeLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetTreeLibrariesSuspenseQuery>;
|
|
7789
8751
|
export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
|
|
7790
8752
|
export declare const GetTreesDocument: Apollo.DocumentNode;
|
|
7791
8753
|
/**
|
|
@@ -7809,8 +8771,12 @@ export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<G
|
|
|
7809
8771
|
export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
|
|
7810
8772
|
[key: string]: never;
|
|
7811
8773
|
}>>;
|
|
8774
|
+
export declare function useGetTreesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreesQuery, Exact<{
|
|
8775
|
+
[key: string]: never;
|
|
8776
|
+
}>>;
|
|
7812
8777
|
export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
|
|
7813
8778
|
export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
|
|
8779
|
+
export type GetTreesSuspenseQueryHookResult = ReturnType<typeof useGetTreesSuspenseQuery>;
|
|
7814
8780
|
export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
|
|
7815
8781
|
export declare const SaveTreeDocument: Apollo.DocumentNode;
|
|
7816
8782
|
export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
|
|
@@ -7853,6 +8819,7 @@ export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
|
|
|
7853
8819
|
* treeId: // value for 'treeId'
|
|
7854
8820
|
* node: // value for 'node'
|
|
7855
8821
|
* pagination: // value for 'pagination'
|
|
8822
|
+
* childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
|
|
7856
8823
|
* },
|
|
7857
8824
|
* });
|
|
7858
8825
|
*/
|
|
@@ -7860,14 +8827,23 @@ export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOp
|
|
|
7860
8827
|
treeId: Scalars["ID"];
|
|
7861
8828
|
node?: InputMaybe<Scalars["ID"]>;
|
|
7862
8829
|
pagination?: InputMaybe<Pagination>;
|
|
8830
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
7863
8831
|
}>>;
|
|
7864
8832
|
export declare function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.LazyQueryResultTuple<TreeNodeChildrenQuery, Exact<{
|
|
7865
8833
|
treeId: Scalars["ID"];
|
|
7866
8834
|
node?: InputMaybe<Scalars["ID"]>;
|
|
7867
8835
|
pagination?: InputMaybe<Pagination>;
|
|
8836
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
8837
|
+
}>>;
|
|
8838
|
+
export declare function useTreeNodeChildrenSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.UseSuspenseQueryResult<TreeNodeChildrenQuery, Exact<{
|
|
8839
|
+
treeId: Scalars["ID"];
|
|
8840
|
+
node?: InputMaybe<Scalars["ID"]>;
|
|
8841
|
+
pagination?: InputMaybe<Pagination>;
|
|
8842
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
7868
8843
|
}>>;
|
|
7869
8844
|
export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
|
|
7870
8845
|
export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
|
|
8846
|
+
export type TreeNodeChildrenSuspenseQueryHookResult = ReturnType<typeof useTreeNodeChildrenSuspenseQuery>;
|
|
7871
8847
|
export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
|
|
7872
8848
|
export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
7873
8849
|
/**
|
|
@@ -7895,8 +8871,13 @@ export declare function useGetUserDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
|
|
|
7895
8871
|
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
7896
8872
|
global?: InputMaybe<Scalars["Boolean"]>;
|
|
7897
8873
|
}>>;
|
|
8874
|
+
export declare function useGetUserDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetUserDataQuery, Exact<{
|
|
8875
|
+
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
8876
|
+
global?: InputMaybe<Scalars["Boolean"]>;
|
|
8877
|
+
}>>;
|
|
7898
8878
|
export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
|
|
7899
8879
|
export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
|
|
8880
|
+
export type GetUserDataSuspenseQueryHookResult = ReturnType<typeof useGetUserDataSuspenseQuery>;
|
|
7900
8881
|
export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
|
|
7901
8882
|
export declare const SaveUserDataDocument: Apollo.DocumentNode;
|
|
7902
8883
|
export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
|
|
@@ -7958,38 +8939,6 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
|
|
|
7958
8939
|
export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
|
|
7959
8940
|
export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
|
|
7960
8941
|
export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
|
|
7961
|
-
export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
|
|
7962
|
-
/**
|
|
7963
|
-
* __useRunActionsListAndFormatOnValueQuery__
|
|
7964
|
-
*
|
|
7965
|
-
* To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
|
|
7966
|
-
* When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7967
|
-
* you can use to render your UI.
|
|
7968
|
-
*
|
|
7969
|
-
* @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;
|
|
7970
|
-
*
|
|
7971
|
-
* @example
|
|
7972
|
-
* const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
|
|
7973
|
-
* variables: {
|
|
7974
|
-
* library: // value for 'library'
|
|
7975
|
-
* value: // value for 'value'
|
|
7976
|
-
* version: // value for 'version'
|
|
7977
|
-
* },
|
|
7978
|
-
* });
|
|
7979
|
-
*/
|
|
7980
|
-
export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7981
|
-
library: Scalars["ID"];
|
|
7982
|
-
value?: InputMaybe<ValueBatchInput>;
|
|
7983
|
-
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7984
|
-
}>>;
|
|
7985
|
-
export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7986
|
-
library: Scalars["ID"];
|
|
7987
|
-
value?: InputMaybe<ValueBatchInput>;
|
|
7988
|
-
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7989
|
-
}>>;
|
|
7990
|
-
export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
|
|
7991
|
-
export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
|
|
7992
|
-
export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
|
|
7993
8942
|
export declare const SaveValueBatchDocument: Apollo.DocumentNode;
|
|
7994
8943
|
export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
7995
8944
|
/**
|
|
@@ -8071,8 +9020,12 @@ export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<Get
|
|
|
8071
9020
|
export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
|
|
8072
9021
|
viewId: Scalars["String"];
|
|
8073
9022
|
}>>;
|
|
9023
|
+
export declare function useGetViewSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewQuery, Exact<{
|
|
9024
|
+
viewId: Scalars["String"];
|
|
9025
|
+
}>>;
|
|
8074
9026
|
export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
|
|
8075
9027
|
export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
|
|
9028
|
+
export type GetViewSuspenseQueryHookResult = ReturnType<typeof useGetViewSuspenseQuery>;
|
|
8076
9029
|
export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
|
|
8077
9030
|
export declare const GetViewsListDocument: Apollo.DocumentNode;
|
|
8078
9031
|
/**
|
|
@@ -8097,8 +9050,12 @@ export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOption
|
|
|
8097
9050
|
export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
|
|
8098
9051
|
libraryId: Scalars["String"];
|
|
8099
9052
|
}>>;
|
|
9053
|
+
export declare function useGetViewsListSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewsListQuery, Exact<{
|
|
9054
|
+
libraryId: Scalars["String"];
|
|
9055
|
+
}>>;
|
|
8100
9056
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
8101
9057
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
9058
|
+
export type GetViewsListSuspenseQueryHookResult = ReturnType<typeof useGetViewsListSuspenseQuery>;
|
|
8102
9059
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
8103
9060
|
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
8104
9061
|
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
@@ -8148,8 +9105,12 @@ export declare function useGetAttributesByLibWithPermissionsQuery(baseOptions: A
|
|
|
8148
9105
|
export declare function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
8149
9106
|
library: Scalars["String"];
|
|
8150
9107
|
}>>;
|
|
9108
|
+
export declare function useGetAttributesByLibWithPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
9109
|
+
library: Scalars["String"];
|
|
9110
|
+
}>>;
|
|
8151
9111
|
export type GetAttributesByLibWithPermissionsQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsQuery>;
|
|
8152
9112
|
export type GetAttributesByLibWithPermissionsLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsLazyQuery>;
|
|
9113
|
+
export type GetAttributesByLibWithPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsSuspenseQuery>;
|
|
8153
9114
|
export type GetAttributesByLibWithPermissionsQueryResult = Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>;
|
|
8154
9115
|
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
8155
9116
|
/**
|
|
@@ -8174,8 +9135,12 @@ export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHoo
|
|
|
8174
9135
|
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
8175
9136
|
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8176
9137
|
}>>;
|
|
9138
|
+
export declare function useExplorerAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerAttributesQuery, Exact<{
|
|
9139
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9140
|
+
}>>;
|
|
8177
9141
|
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
8178
9142
|
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
9143
|
+
export type ExplorerAttributesSuspenseQueryHookResult = ReturnType<typeof useExplorerAttributesSuspenseQuery>;
|
|
8179
9144
|
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
8180
9145
|
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
8181
9146
|
/**
|
|
@@ -8200,8 +9165,12 @@ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryH
|
|
|
8200
9165
|
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
8201
9166
|
id: Scalars["ID"];
|
|
8202
9167
|
}>>;
|
|
9168
|
+
export declare function useExplorerLinkAttributeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
9169
|
+
id: Scalars["ID"];
|
|
9170
|
+
}>>;
|
|
8203
9171
|
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
8204
9172
|
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
9173
|
+
export type ExplorerLinkAttributeSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkAttributeSuspenseQuery>;
|
|
8205
9174
|
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
8206
9175
|
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
8207
9176
|
/**
|
|
@@ -8241,8 +9210,17 @@ export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.Laz
|
|
|
8241
9210
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
8242
9211
|
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
8243
9212
|
}>>;
|
|
9213
|
+
export declare function useExplorerLibraryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
9214
|
+
libraryId: Scalars["ID"];
|
|
9215
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
9216
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
9217
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9218
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
9219
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
9220
|
+
}>>;
|
|
8244
9221
|
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
8245
9222
|
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
9223
|
+
export type ExplorerLibraryDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDataSuspenseQuery>;
|
|
8246
9224
|
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
8247
9225
|
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
8248
9226
|
/**
|
|
@@ -8276,8 +9254,15 @@ export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQu
|
|
|
8276
9254
|
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
8277
9255
|
linkAttributeId: Scalars["ID"];
|
|
8278
9256
|
}>>;
|
|
9257
|
+
export declare function useExplorerLinkDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkDataQuery, Exact<{
|
|
9258
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
9259
|
+
parentLibraryId: Scalars["ID"];
|
|
9260
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
9261
|
+
linkAttributeId: Scalars["ID"];
|
|
9262
|
+
}>>;
|
|
8279
9263
|
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
8280
9264
|
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
9265
|
+
export type ExplorerLinkDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkDataSuspenseQuery>;
|
|
8281
9266
|
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
8282
9267
|
export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
|
|
8283
9268
|
/**
|
|
@@ -8302,8 +9287,12 @@ export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHo
|
|
|
8302
9287
|
export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
|
|
8303
9288
|
libraryId: Scalars["ID"];
|
|
8304
9289
|
}>>;
|
|
9290
|
+
export declare function useGetLibraryAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryAttributesQuery, Exact<{
|
|
9291
|
+
libraryId: Scalars["ID"];
|
|
9292
|
+
}>>;
|
|
8305
9293
|
export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
|
|
8306
9294
|
export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
|
|
9295
|
+
export type GetLibraryAttributesSuspenseQueryHookResult = ReturnType<typeof useGetLibraryAttributesSuspenseQuery>;
|
|
8307
9296
|
export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
|
|
8308
9297
|
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
8309
9298
|
/**
|
|
@@ -8328,8 +9317,12 @@ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.Query
|
|
|
8328
9317
|
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
8329
9318
|
libraryId: Scalars["ID"];
|
|
8330
9319
|
}>>;
|
|
9320
|
+
export declare function useExplorerLibraryDetailsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
9321
|
+
libraryId: Scalars["ID"];
|
|
9322
|
+
}>>;
|
|
8331
9323
|
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
8332
9324
|
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
9325
|
+
export type ExplorerLibraryDetailsSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsSuspenseQuery>;
|
|
8333
9326
|
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
8334
9327
|
export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
|
|
8335
9328
|
/**
|
|
@@ -8357,8 +9350,13 @@ export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.La
|
|
|
8357
9350
|
libraryId: Scalars["ID"];
|
|
8358
9351
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8359
9352
|
}>>;
|
|
9353
|
+
export declare function useExplorerSelectionIdsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerSelectionIdsQuery, Exact<{
|
|
9354
|
+
libraryId: Scalars["ID"];
|
|
9355
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9356
|
+
}>>;
|
|
8360
9357
|
export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
|
|
8361
9358
|
export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
|
|
9359
|
+
export type ExplorerSelectionIdsSuspenseQueryHookResult = ReturnType<typeof useExplorerSelectionIdsSuspenseQuery>;
|
|
8362
9360
|
export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
|
|
8363
9361
|
export declare const MeDocument: Apollo.DocumentNode;
|
|
8364
9362
|
/**
|
|
@@ -8382,8 +9380,12 @@ export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery
|
|
|
8382
9380
|
export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
|
|
8383
9381
|
[key: string]: never;
|
|
8384
9382
|
}>>;
|
|
9383
|
+
export declare function useMeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.UseSuspenseQueryResult<MeQuery, Exact<{
|
|
9384
|
+
[key: string]: never;
|
|
9385
|
+
}>>;
|
|
8385
9386
|
export type MeQueryHookResult = ReturnType<typeof useMeQuery>;
|
|
8386
9387
|
export type MeLazyQueryHookResult = ReturnType<typeof useMeLazyQuery>;
|
|
9388
|
+
export type MeSuspenseQueryHookResult = ReturnType<typeof useMeSuspenseQuery>;
|
|
8387
9389
|
export type MeQueryResult = Apollo.QueryResult<MeQuery, MeQueryVariables>;
|
|
8388
9390
|
export declare const UpdateViewDocument: Apollo.DocumentNode;
|
|
8389
9391
|
export type UpdateViewMutationFn = Apollo.MutationFunction<UpdateViewMutation, UpdateViewMutationVariables>;
|
|
@@ -8433,6 +9435,10 @@ export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptio
|
|
|
8433
9435
|
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
8434
9436
|
treeId: Scalars["ID"];
|
|
8435
9437
|
}>>;
|
|
9438
|
+
export declare function useTreeDataQuerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.UseSuspenseQueryResult<TreeDataQueryQuery, Exact<{
|
|
9439
|
+
treeId: Scalars["ID"];
|
|
9440
|
+
}>>;
|
|
8436
9441
|
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
8437
9442
|
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
9443
|
+
export type TreeDataQuerySuspenseQueryHookResult = ReturnType<typeof useTreeDataQuerySuspenseQuery>;
|
|
8438
9444
|
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|