@leav/ui 0.4.0-4e6e650 → 0.4.0-521a6003
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 +1237 -275
- package/dist/_gqlTypes/index.js +262 -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 +5 -2
- 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 +15 -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/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 +9 -35
- 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 +7 -10
- 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 +50 -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 -1
- package/dist/components/index.js +1 -1
- 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/useIFrameMessenger/messageHandlers.d.ts +2 -1
- package/dist/hooks/useIFrameMessenger/messageHandlers.js +3 -0
- 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 +33 -5
- package/dist/hooks/useIFrameMessenger/types.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +9 -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 -15
- package/dist/components/LinkSelect/LinkSelect.js +0 -89
- 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 -196
- 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>>;
|
|
@@ -259,6 +273,16 @@ export declare enum FormsSortableFields {
|
|
|
259
273
|
library = "library",
|
|
260
274
|
system = "system"
|
|
261
275
|
}
|
|
276
|
+
export declare enum GenerationStatus {
|
|
277
|
+
DONE = "DONE",
|
|
278
|
+
GENERATION_FAILED = "GENERATION_FAILED",
|
|
279
|
+
GENERATION_IN_PROGRESS = "GENERATION_IN_PROGRESS",
|
|
280
|
+
GENERATION_IN_PROGRESS_WITH_FAILURE = "GENERATION_IN_PROGRESS_WITH_FAILURE",
|
|
281
|
+
PREPARATION_FAILED = "PREPARATION_FAILED",
|
|
282
|
+
PREPARATION_IN_PROGRESS = "PREPARATION_IN_PROGRESS",
|
|
283
|
+
TRANSMISSION_FAILED = "TRANSMISSION_FAILED",
|
|
284
|
+
TRANSMISSION_IN_PROGRESS = "TRANSMISSION_IN_PROGRESS"
|
|
285
|
+
}
|
|
262
286
|
export type GlobalSettingsFileInput = {
|
|
263
287
|
library: Scalars['String'];
|
|
264
288
|
recordId: Scalars['String'];
|
|
@@ -346,7 +370,9 @@ export declare enum LogAction {
|
|
|
346
370
|
PERMISSION_SAVE = "PERMISSION_SAVE",
|
|
347
371
|
RECORD_DELETE = "RECORD_DELETE",
|
|
348
372
|
RECORD_SAVE = "RECORD_SAVE",
|
|
373
|
+
SDO_LOG_ERROR = "SDO_LOG_ERROR",
|
|
349
374
|
SDO_LOG_EXPORT_RECORD = "SDO_LOG_EXPORT_RECORD",
|
|
375
|
+
SDO_LOG_IMPORT_RECORD = "SDO_LOG_IMPORT_RECORD",
|
|
350
376
|
TASKS_DELETE = "TASKS_DELETE",
|
|
351
377
|
TREE_ADD_ELEMENT = "TREE_ADD_ELEMENT",
|
|
352
378
|
TREE_DELETE = "TREE_DELETE",
|
|
@@ -448,6 +474,7 @@ export declare enum PermissionsActions {
|
|
|
448
474
|
admin_access_applications = "admin_access_applications",
|
|
449
475
|
admin_access_attributes = "admin_access_attributes",
|
|
450
476
|
admin_access_libraries = "admin_access_libraries",
|
|
477
|
+
admin_access_logs = "admin_access_logs",
|
|
451
478
|
admin_access_permissions = "admin_access_permissions",
|
|
452
479
|
admin_access_tasks = "admin_access_tasks",
|
|
453
480
|
admin_access_trees = "admin_access_trees",
|
|
@@ -554,6 +581,12 @@ export type RecordInput = {
|
|
|
554
581
|
id: Scalars['ID'];
|
|
555
582
|
library: Scalars['String'];
|
|
556
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
|
+
}
|
|
557
590
|
export type RecordSortInput = {
|
|
558
591
|
field: Scalars['String'];
|
|
559
592
|
order: SortOrder;
|
|
@@ -1773,6 +1806,261 @@ export type RecordFormElementFragment = {
|
|
|
1773
1806
|
key: string;
|
|
1774
1807
|
value: any;
|
|
1775
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;
|
|
1776
2064
|
};
|
|
1777
2065
|
export type ValueDetailsLinkValueFragment = {
|
|
1778
2066
|
id_value?: string | null;
|
|
@@ -2447,11 +2735,266 @@ export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
|
|
|
2447
2735
|
values?: Array<string> | null;
|
|
2448
2736
|
};
|
|
2449
2737
|
export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
|
|
2450
|
-
export type
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
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;
|
|
2455
2998
|
libraries: Array<{
|
|
2456
2999
|
library: {
|
|
2457
3000
|
id: string;
|
|
@@ -2650,6 +3193,27 @@ export type LinkAttributeDetailsFragment = {
|
|
|
2650
3193
|
id: string;
|
|
2651
3194
|
label?: any | null;
|
|
2652
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;
|
|
2653
3217
|
};
|
|
2654
3218
|
export type AttributePropertiesFragment = {
|
|
2655
3219
|
id: string;
|
|
@@ -3690,6 +4254,33 @@ export type ActivateRecordsMutation = {
|
|
|
3690
4254
|
};
|
|
3691
4255
|
}>;
|
|
3692
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
|
+
};
|
|
3693
4284
|
export type CreateRecordMutationVariables = Exact<{
|
|
3694
4285
|
library: Scalars['ID'];
|
|
3695
4286
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
@@ -4377,43 +4968,286 @@ export type RecordFormQuery = {
|
|
|
4377
4968
|
metadata_fields?: Array<{
|
|
4378
4969
|
id: string;
|
|
4379
4970
|
}> | null;
|
|
4380
|
-
}> | null;
|
|
4381
|
-
} | {
|
|
4382
|
-
id: string;
|
|
4383
|
-
label?: any | null;
|
|
4384
|
-
description?: any | null;
|
|
4385
|
-
type: AttributeType;
|
|
4386
|
-
format?: AttributeFormat | null;
|
|
4387
|
-
system: boolean;
|
|
4388
|
-
readonly: boolean;
|
|
4389
|
-
required: boolean;
|
|
4390
|
-
multiple_values: boolean;
|
|
4391
|
-
compute: boolean;
|
|
4392
|
-
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
|
+
} | {
|
|
4393
5231
|
id: string;
|
|
4394
5232
|
label?: any | null;
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
|
|
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?: {
|
|
4401
5242
|
id: string;
|
|
4402
|
-
|
|
5243
|
+
label?: any | null;
|
|
5244
|
+
} | null;
|
|
5245
|
+
treeValuesList?: {
|
|
5246
|
+
enable: boolean;
|
|
5247
|
+
allowFreeEntry?: boolean | null;
|
|
5248
|
+
allowListUpdate?: boolean | null;
|
|
5249
|
+
values?: Array<{
|
|
4403
5250
|
id: string;
|
|
4404
|
-
whoAmI: {
|
|
4405
|
-
id: string;
|
|
4406
|
-
label?: string | null;
|
|
4407
|
-
subLabel?: string | null;
|
|
4408
|
-
color?: string | null;
|
|
4409
|
-
preview?: IPreviewScalar | null;
|
|
4410
|
-
library: {
|
|
4411
|
-
id: string;
|
|
4412
|
-
label?: any | null;
|
|
4413
|
-
};
|
|
4414
|
-
};
|
|
4415
|
-
};
|
|
4416
|
-
ancestors?: Array<{
|
|
4417
5251
|
record: {
|
|
4418
5252
|
id: string;
|
|
4419
5253
|
whoAmI: {
|
|
@@ -4428,59 +5262,71 @@ export type RecordFormQuery = {
|
|
|
4428
5262
|
};
|
|
4429
5263
|
};
|
|
4430
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;
|
|
4431
5281
|
}> | null;
|
|
4432
|
-
}> | null;
|
|
4433
|
-
} | null;
|
|
4434
|
-
permissions: {
|
|
4435
|
-
access_attribute: boolean;
|
|
4436
|
-
edit_value: boolean;
|
|
4437
|
-
};
|
|
4438
|
-
versions_conf?: {
|
|
4439
|
-
versionable: boolean;
|
|
4440
|
-
profile?: {
|
|
4441
|
-
id: string;
|
|
4442
|
-
trees: Array<{
|
|
4443
|
-
id: string;
|
|
4444
|
-
label?: any | null;
|
|
4445
|
-
}>;
|
|
4446
5282
|
} | null;
|
|
4447
|
-
} | null;
|
|
4448
|
-
metadata_fields?: Array<{
|
|
4449
|
-
id: string;
|
|
4450
|
-
label?: any | null;
|
|
4451
|
-
description?: any | null;
|
|
4452
|
-
type: AttributeType;
|
|
4453
|
-
format?: AttributeFormat | null;
|
|
4454
|
-
system: boolean;
|
|
4455
|
-
readonly: boolean;
|
|
4456
|
-
multiple_values: boolean;
|
|
4457
5283
|
permissions: {
|
|
4458
5284
|
access_attribute: boolean;
|
|
4459
5285
|
edit_value: boolean;
|
|
4460
5286
|
};
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
enable: boolean;
|
|
4471
|
-
allowFreeEntry?: boolean | null;
|
|
4472
|
-
allowListUpdate?: boolean | null;
|
|
4473
|
-
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;
|
|
4474
5296
|
} | null;
|
|
4475
5297
|
metadata_fields?: Array<{
|
|
4476
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;
|
|
4477
5327
|
}> | null;
|
|
4478
|
-
}
|
|
5328
|
+
};
|
|
4479
5329
|
} | null;
|
|
4480
|
-
settings: Array<{
|
|
4481
|
-
key: string;
|
|
4482
|
-
value: any;
|
|
4483
|
-
}>;
|
|
4484
5330
|
}>;
|
|
4485
5331
|
sidePanel?: {
|
|
4486
5332
|
enable: boolean;
|
|
@@ -5051,6 +5897,7 @@ export type TreeNodeChildrenQueryVariables = Exact<{
|
|
|
5051
5897
|
treeId: Scalars['ID'];
|
|
5052
5898
|
node?: InputMaybe<Scalars['ID']>;
|
|
5053
5899
|
pagination?: InputMaybe<Pagination>;
|
|
5900
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
5054
5901
|
}>;
|
|
5055
5902
|
export type TreeNodeChildrenQuery = {
|
|
5056
5903
|
treeNodeChildren: {
|
|
@@ -5147,154 +5994,11 @@ export type DeleteValueMutation = {
|
|
|
5147
5994
|
subLabel?: string | null;
|
|
5148
5995
|
color?: string | null;
|
|
5149
5996
|
preview?: IPreviewScalar | null;
|
|
5150
|
-
library: {
|
|
5151
|
-
id: string;
|
|
5152
|
-
label?: any | null;
|
|
5153
|
-
};
|
|
5154
|
-
};
|
|
5155
|
-
} | null;
|
|
5156
|
-
modified_by?: {
|
|
5157
|
-
id: string;
|
|
5158
|
-
whoAmI: {
|
|
5159
|
-
id: string;
|
|
5160
|
-
label?: string | null;
|
|
5161
|
-
subLabel?: string | null;
|
|
5162
|
-
color?: string | null;
|
|
5163
|
-
preview?: IPreviewScalar | null;
|
|
5164
|
-
library: {
|
|
5165
|
-
id: string;
|
|
5166
|
-
label?: any | null;
|
|
5167
|
-
};
|
|
5168
|
-
};
|
|
5169
|
-
} | null;
|
|
5170
|
-
created_by?: {
|
|
5171
|
-
id: string;
|
|
5172
|
-
whoAmI: {
|
|
5173
|
-
id: string;
|
|
5174
|
-
label?: string | null;
|
|
5175
|
-
subLabel?: string | null;
|
|
5176
|
-
color?: string | null;
|
|
5177
|
-
preview?: IPreviewScalar | null;
|
|
5178
|
-
library: {
|
|
5179
|
-
id: string;
|
|
5180
|
-
label?: any | null;
|
|
5181
|
-
};
|
|
5182
|
-
};
|
|
5183
|
-
} | null;
|
|
5184
|
-
version?: Array<{
|
|
5185
|
-
treeId: string;
|
|
5186
|
-
treeNode?: {
|
|
5187
|
-
id: string;
|
|
5188
|
-
record: {
|
|
5189
|
-
id: string;
|
|
5190
|
-
whoAmI: {
|
|
5191
|
-
id: string;
|
|
5192
|
-
label?: string | null;
|
|
5193
|
-
library: {
|
|
5194
|
-
id: string;
|
|
5195
|
-
};
|
|
5196
|
-
};
|
|
5197
|
-
};
|
|
5198
|
-
} | null;
|
|
5199
|
-
} | null> | null;
|
|
5200
|
-
attribute: {
|
|
5201
|
-
id: string;
|
|
5202
|
-
format?: AttributeFormat | null;
|
|
5203
|
-
type: AttributeType;
|
|
5204
|
-
system: boolean;
|
|
5205
|
-
};
|
|
5206
|
-
metadata?: Array<{
|
|
5207
|
-
name: string;
|
|
5208
|
-
value?: {
|
|
5209
|
-
id_value?: string | null;
|
|
5210
|
-
modified_at?: number | null;
|
|
5211
|
-
created_at?: number | null;
|
|
5212
|
-
payload?: any | null;
|
|
5213
|
-
raw_payload?: any | null;
|
|
5214
|
-
modified_by?: {
|
|
5215
|
-
id: string;
|
|
5216
|
-
whoAmI: {
|
|
5217
|
-
id: string;
|
|
5218
|
-
label?: string | null;
|
|
5219
|
-
subLabel?: string | null;
|
|
5220
|
-
color?: string | null;
|
|
5221
|
-
preview?: IPreviewScalar | null;
|
|
5222
|
-
library: {
|
|
5223
|
-
id: string;
|
|
5224
|
-
label?: any | null;
|
|
5225
|
-
};
|
|
5226
|
-
};
|
|
5227
|
-
} | null;
|
|
5228
|
-
created_by?: {
|
|
5229
|
-
id: string;
|
|
5230
|
-
whoAmI: {
|
|
5231
|
-
id: string;
|
|
5232
|
-
label?: string | null;
|
|
5233
|
-
subLabel?: string | null;
|
|
5234
|
-
color?: string | null;
|
|
5235
|
-
preview?: IPreviewScalar | null;
|
|
5236
|
-
library: {
|
|
5237
|
-
id: string;
|
|
5238
|
-
label?: any | null;
|
|
5239
|
-
};
|
|
5240
|
-
};
|
|
5241
|
-
} | null;
|
|
5242
|
-
version?: Array<{
|
|
5243
|
-
treeId: string;
|
|
5244
|
-
treeNode?: {
|
|
5245
|
-
id: string;
|
|
5246
|
-
record: {
|
|
5247
|
-
id: string;
|
|
5248
|
-
whoAmI: {
|
|
5249
|
-
id: string;
|
|
5250
|
-
label?: string | null;
|
|
5251
|
-
library: {
|
|
5252
|
-
id: string;
|
|
5253
|
-
};
|
|
5254
|
-
};
|
|
5255
|
-
};
|
|
5256
|
-
} | null;
|
|
5257
|
-
} | null> | null;
|
|
5258
|
-
} | null;
|
|
5259
|
-
} | null> | null;
|
|
5260
|
-
} | {
|
|
5261
|
-
id_value?: string | null;
|
|
5262
|
-
isInherited?: boolean | null;
|
|
5263
|
-
isCalculated?: boolean | null;
|
|
5264
|
-
modified_at?: number | null;
|
|
5265
|
-
created_at?: number | null;
|
|
5266
|
-
treeValue?: {
|
|
5267
|
-
id: string;
|
|
5268
|
-
record: {
|
|
5269
|
-
id: string;
|
|
5270
|
-
whoAmI: {
|
|
5271
|
-
id: string;
|
|
5272
|
-
label?: string | null;
|
|
5273
|
-
subLabel?: string | null;
|
|
5274
|
-
color?: string | null;
|
|
5275
|
-
preview?: IPreviewScalar | null;
|
|
5276
|
-
library: {
|
|
5277
|
-
id: string;
|
|
5278
|
-
label?: any | null;
|
|
5279
|
-
};
|
|
5280
|
-
};
|
|
5281
|
-
};
|
|
5282
|
-
ancestors?: Array<{
|
|
5283
|
-
record: {
|
|
5997
|
+
library: {
|
|
5284
5998
|
id: string;
|
|
5285
|
-
|
|
5286
|
-
id: string;
|
|
5287
|
-
label?: string | null;
|
|
5288
|
-
subLabel?: string | null;
|
|
5289
|
-
color?: string | null;
|
|
5290
|
-
preview?: IPreviewScalar | null;
|
|
5291
|
-
library: {
|
|
5292
|
-
id: string;
|
|
5293
|
-
label?: any | null;
|
|
5294
|
-
};
|
|
5295
|
-
};
|
|
5999
|
+
label?: any | null;
|
|
5296
6000
|
};
|
|
5297
|
-
}
|
|
6001
|
+
};
|
|
5298
6002
|
} | null;
|
|
5299
6003
|
modified_by?: {
|
|
5300
6004
|
id: string;
|
|
@@ -5401,15 +6105,44 @@ export type DeleteValueMutation = {
|
|
|
5401
6105
|
} | null;
|
|
5402
6106
|
} | null> | null;
|
|
5403
6107
|
} | {
|
|
5404
|
-
payload?: any | null;
|
|
5405
|
-
raw_payload?: any | null;
|
|
5406
|
-
value?: any | null;
|
|
5407
|
-
raw_value?: any | null;
|
|
5408
6108
|
id_value?: string | null;
|
|
5409
6109
|
isInherited?: boolean | null;
|
|
5410
6110
|
isCalculated?: boolean | null;
|
|
5411
6111
|
modified_at?: number | null;
|
|
5412
6112
|
created_at?: number | null;
|
|
6113
|
+
treeValue?: {
|
|
6114
|
+
id: string;
|
|
6115
|
+
record: {
|
|
6116
|
+
id: string;
|
|
6117
|
+
whoAmI: {
|
|
6118
|
+
id: string;
|
|
6119
|
+
label?: string | null;
|
|
6120
|
+
subLabel?: string | null;
|
|
6121
|
+
color?: string | null;
|
|
6122
|
+
preview?: IPreviewScalar | null;
|
|
6123
|
+
library: {
|
|
6124
|
+
id: string;
|
|
6125
|
+
label?: any | null;
|
|
6126
|
+
};
|
|
6127
|
+
};
|
|
6128
|
+
};
|
|
6129
|
+
ancestors?: Array<{
|
|
6130
|
+
record: {
|
|
6131
|
+
id: string;
|
|
6132
|
+
whoAmI: {
|
|
6133
|
+
id: string;
|
|
6134
|
+
label?: string | null;
|
|
6135
|
+
subLabel?: string | null;
|
|
6136
|
+
color?: string | null;
|
|
6137
|
+
preview?: IPreviewScalar | null;
|
|
6138
|
+
library: {
|
|
6139
|
+
id: string;
|
|
6140
|
+
label?: any | null;
|
|
6141
|
+
};
|
|
6142
|
+
};
|
|
6143
|
+
};
|
|
6144
|
+
}> | null;
|
|
6145
|
+
} | null;
|
|
5413
6146
|
modified_by?: {
|
|
5414
6147
|
id: string;
|
|
5415
6148
|
whoAmI: {
|
|
@@ -5514,24 +6247,16 @@ export type DeleteValueMutation = {
|
|
|
5514
6247
|
} | null> | null;
|
|
5515
6248
|
} | null;
|
|
5516
6249
|
} | null> | null;
|
|
5517
|
-
}
|
|
5518
|
-
|
|
5519
|
-
|
|
5520
|
-
|
|
5521
|
-
|
|
5522
|
-
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
5523
|
-
}>;
|
|
5524
|
-
export type RunActionsListAndFormatOnValueQuery = {
|
|
5525
|
-
runActionsListAndFormatOnValue: Array<{
|
|
6250
|
+
} | {
|
|
6251
|
+
payload?: any | null;
|
|
6252
|
+
raw_payload?: any | null;
|
|
6253
|
+
value?: any | null;
|
|
6254
|
+
raw_value?: any | null;
|
|
5526
6255
|
id_value?: string | null;
|
|
5527
6256
|
isInherited?: boolean | null;
|
|
5528
6257
|
isCalculated?: boolean | null;
|
|
5529
6258
|
modified_at?: number | null;
|
|
5530
6259
|
created_at?: number | null;
|
|
5531
|
-
payload?: any | null;
|
|
5532
|
-
raw_payload?: any | null;
|
|
5533
|
-
value?: any | null;
|
|
5534
|
-
raw_value?: any | null;
|
|
5535
6260
|
modified_by?: {
|
|
5536
6261
|
id: string;
|
|
5537
6262
|
whoAmI: {
|
|
@@ -6311,6 +7036,27 @@ export type ExplorerAttributesQuery = {
|
|
|
6311
7036
|
id: string;
|
|
6312
7037
|
label?: any | null;
|
|
6313
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;
|
|
6314
7060
|
permissions: {
|
|
6315
7061
|
access_attribute: boolean;
|
|
6316
7062
|
};
|
|
@@ -6319,6 +7065,10 @@ export type ExplorerAttributesQuery = {
|
|
|
6319
7065
|
type: AttributeType;
|
|
6320
7066
|
format?: AttributeFormat | null;
|
|
6321
7067
|
label?: any | null;
|
|
7068
|
+
linked_tree?: {
|
|
7069
|
+
id: string;
|
|
7070
|
+
label?: any | null;
|
|
7071
|
+
} | null;
|
|
6322
7072
|
permissions: {
|
|
6323
7073
|
access_attribute: boolean;
|
|
6324
7074
|
};
|
|
@@ -6338,13 +7088,38 @@ export type ExplorerLinkAttributeQuery = {
|
|
|
6338
7088
|
id: string;
|
|
6339
7089
|
label?: any | null;
|
|
6340
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;
|
|
6341
7111
|
permissions: {
|
|
6342
7112
|
access_attribute: boolean;
|
|
6343
7113
|
edit_value: boolean;
|
|
6344
7114
|
};
|
|
6345
7115
|
} | {
|
|
7116
|
+
label?: any | null;
|
|
6346
7117
|
id: string;
|
|
6347
7118
|
multiple_values: boolean;
|
|
7119
|
+
linked_tree?: {
|
|
7120
|
+
id: string;
|
|
7121
|
+
label?: any | null;
|
|
7122
|
+
} | null;
|
|
6348
7123
|
permissions: {
|
|
6349
7124
|
access_attribute: boolean;
|
|
6350
7125
|
edit_value: boolean;
|
|
@@ -6684,6 +7459,7 @@ export declare const ValuesVersionDetailsFragmentDoc: Apollo.DocumentNode;
|
|
|
6684
7459
|
export declare const ValueDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6685
7460
|
export declare const StandardValuesListFragmentFragmentDoc: Apollo.DocumentNode;
|
|
6686
7461
|
export declare const RecordFormAttributeFragmentDoc: Apollo.DocumentNode;
|
|
7462
|
+
export declare const JoinLibraryContextFragmentDoc: Apollo.DocumentNode;
|
|
6687
7463
|
export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
|
|
6688
7464
|
export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
6689
7465
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -6693,6 +7469,7 @@ export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
|
6693
7469
|
export declare const AttributesByLibLinkAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
|
|
6694
7470
|
export declare const AttributesByLibAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
|
|
6695
7471
|
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7472
|
+
export declare const TreeAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6696
7473
|
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
6697
7474
|
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6698
7475
|
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
@@ -6724,8 +7501,13 @@ export declare function useCheckApplicationExistenceLazyQuery(baseOptions?: Apol
|
|
|
6724
7501
|
id?: InputMaybe<Scalars["ID"]>;
|
|
6725
7502
|
endpoint?: InputMaybe<Scalars["String"]>;
|
|
6726
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
|
+
}>>;
|
|
6727
7508
|
export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
|
|
6728
7509
|
export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
|
|
7510
|
+
export type CheckApplicationExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckApplicationExistenceSuspenseQuery>;
|
|
6729
7511
|
export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
|
|
6730
7512
|
export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
|
|
6731
7513
|
/**
|
|
@@ -6750,8 +7532,12 @@ export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHook
|
|
|
6750
7532
|
export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
|
|
6751
7533
|
id: Scalars["ID"];
|
|
6752
7534
|
}>>;
|
|
7535
|
+
export declare function useGetApplicationByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationByIdQuery, Exact<{
|
|
7536
|
+
id: Scalars["ID"];
|
|
7537
|
+
}>>;
|
|
6753
7538
|
export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
|
|
6754
7539
|
export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
|
|
7540
|
+
export type GetApplicationByIdSuspenseQueryHookResult = ReturnType<typeof useGetApplicationByIdSuspenseQuery>;
|
|
6755
7541
|
export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
|
|
6756
7542
|
export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
|
|
6757
7543
|
/**
|
|
@@ -6775,8 +7561,12 @@ export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.Query
|
|
|
6775
7561
|
export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
|
|
6776
7562
|
[key: string]: never;
|
|
6777
7563
|
}>>;
|
|
7564
|
+
export declare function useGetApplicationModulesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationModulesQuery, Exact<{
|
|
7565
|
+
[key: string]: never;
|
|
7566
|
+
}>>;
|
|
6778
7567
|
export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
|
|
6779
7568
|
export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
|
|
7569
|
+
export type GetApplicationModulesSuspenseQueryHookResult = ReturnType<typeof useGetApplicationModulesSuspenseQuery>;
|
|
6780
7570
|
export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
|
|
6781
7571
|
export declare const SaveApplicationDocument: Apollo.DocumentNode;
|
|
6782
7572
|
export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
|
|
@@ -6826,8 +7616,12 @@ export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.Quer
|
|
|
6826
7616
|
export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
|
|
6827
7617
|
id: Scalars["ID"];
|
|
6828
7618
|
}>>;
|
|
7619
|
+
export declare function useCheckAttributeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckAttributeExistenceQuery, Exact<{
|
|
7620
|
+
id: Scalars["ID"];
|
|
7621
|
+
}>>;
|
|
6829
7622
|
export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
|
|
6830
7623
|
export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
|
|
7624
|
+
export type CheckAttributeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckAttributeExistenceSuspenseQuery>;
|
|
6831
7625
|
export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
|
|
6832
7626
|
export declare const DeleteAttributeDocument: Apollo.DocumentNode;
|
|
6833
7627
|
export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
|
|
@@ -6877,8 +7671,12 @@ export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookO
|
|
|
6877
7671
|
export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
|
|
6878
7672
|
id?: InputMaybe<Scalars["ID"]>;
|
|
6879
7673
|
}>>;
|
|
7674
|
+
export declare function useGetAttributeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributeByIdQuery, Exact<{
|
|
7675
|
+
id?: InputMaybe<Scalars["ID"]>;
|
|
7676
|
+
}>>;
|
|
6880
7677
|
export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
|
|
6881
7678
|
export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
|
|
7679
|
+
export type GetAttributeByIdSuspenseQueryHookResult = ReturnType<typeof useGetAttributeByIdSuspenseQuery>;
|
|
6882
7680
|
export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
|
|
6883
7681
|
export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
|
|
6884
7682
|
/**
|
|
@@ -6903,8 +7701,12 @@ export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHook
|
|
|
6903
7701
|
export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
|
|
6904
7702
|
library: Scalars["String"];
|
|
6905
7703
|
}>>;
|
|
7704
|
+
export declare function useGetAttributesByLibSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibQuery, Exact<{
|
|
7705
|
+
library: Scalars["String"];
|
|
7706
|
+
}>>;
|
|
6906
7707
|
export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
|
|
6907
7708
|
export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
|
|
7709
|
+
export type GetAttributesByLibSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibSuspenseQuery>;
|
|
6908
7710
|
export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
|
|
6909
7711
|
export declare const GetAttributesDocument: Apollo.DocumentNode;
|
|
6910
7712
|
/**
|
|
@@ -6935,8 +7737,14 @@ export declare function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQuery
|
|
|
6935
7737
|
sort?: InputMaybe<SortAttributes>;
|
|
6936
7738
|
filters?: InputMaybe<AttributesFiltersInput>;
|
|
6937
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
|
+
}>>;
|
|
6938
7745
|
export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
|
|
6939
7746
|
export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
|
|
7747
|
+
export type GetAttributesSuspenseQueryHookResult = ReturnType<typeof useGetAttributesSuspenseQuery>;
|
|
6940
7748
|
export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
|
|
6941
7749
|
export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
|
|
6942
7750
|
/**
|
|
@@ -6964,8 +7772,13 @@ export declare function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.Lazy
|
|
|
6964
7772
|
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
6965
7773
|
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
6966
7774
|
}>>;
|
|
7775
|
+
export declare function useGetVersionProfilesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionProfilesQuery, Exact<{
|
|
7776
|
+
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
7777
|
+
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
7778
|
+
}>>;
|
|
6967
7779
|
export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
|
|
6968
7780
|
export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
|
|
7781
|
+
export type GetVersionProfilesSuspenseQueryHookResult = ReturnType<typeof useGetVersionProfilesSuspenseQuery>;
|
|
6969
7782
|
export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
|
|
6970
7783
|
export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentNode;
|
|
6971
7784
|
/**
|
|
@@ -6990,8 +7803,12 @@ export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: A
|
|
|
6990
7803
|
export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
6991
7804
|
libraryId: Scalars["String"];
|
|
6992
7805
|
}>>;
|
|
7806
|
+
export declare function useGetVersionableAttributesByLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
7807
|
+
libraryId: Scalars["String"];
|
|
7808
|
+
}>>;
|
|
6993
7809
|
export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
|
|
6994
7810
|
export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
|
|
7811
|
+
export type GetVersionableAttributesByLibrarySuspenseQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibrarySuspenseQuery>;
|
|
6995
7812
|
export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
|
|
6996
7813
|
export declare const SaveAttributeDocument: Apollo.DocumentNode;
|
|
6997
7814
|
export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
|
|
@@ -7047,8 +7864,14 @@ export declare function useExportLazyQuery(baseOptions?: Apollo.LazyQueryHookOpt
|
|
|
7047
7864
|
attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7048
7865
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
7049
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
|
+
}>>;
|
|
7050
7872
|
export type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
|
|
7051
7873
|
export type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
|
|
7874
|
+
export type ExportSuspenseQueryHookResult = ReturnType<typeof useExportSuspenseQuery>;
|
|
7052
7875
|
export type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
|
|
7053
7876
|
export declare const CreateDirectoryDocument: Apollo.DocumentNode;
|
|
7054
7877
|
export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
|
|
@@ -7138,8 +7961,13 @@ export declare function useGetDirectoryDataLazyQuery(baseOptions?: Apollo.LazyQu
|
|
|
7138
7961
|
library: Scalars["ID"];
|
|
7139
7962
|
directoryId: Scalars["String"];
|
|
7140
7963
|
}>>;
|
|
7964
|
+
export declare function useGetDirectoryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetDirectoryDataQuery, Exact<{
|
|
7965
|
+
library: Scalars["ID"];
|
|
7966
|
+
directoryId: Scalars["String"];
|
|
7967
|
+
}>>;
|
|
7141
7968
|
export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
|
|
7142
7969
|
export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
|
|
7970
|
+
export type GetDirectoryDataSuspenseQueryHookResult = ReturnType<typeof useGetDirectoryDataSuspenseQuery>;
|
|
7143
7971
|
export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
|
|
7144
7972
|
export declare const UploadUpdateDocument: Apollo.DocumentNode;
|
|
7145
7973
|
/**
|
|
@@ -7244,8 +8072,12 @@ export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.Query
|
|
|
7244
8072
|
export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
|
|
7245
8073
|
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7246
8074
|
}>>;
|
|
8075
|
+
export declare function useCheckLibraryExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckLibraryExistenceQuery, Exact<{
|
|
8076
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8077
|
+
}>>;
|
|
7247
8078
|
export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
|
|
7248
8079
|
export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
|
|
8080
|
+
export type CheckLibraryExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckLibraryExistenceSuspenseQuery>;
|
|
7249
8081
|
export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
|
|
7250
8082
|
export declare const DeleteLibraryDocument: Apollo.DocumentNode;
|
|
7251
8083
|
export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
|
|
@@ -7294,8 +8126,12 @@ export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptio
|
|
|
7294
8126
|
export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
|
|
7295
8127
|
[key: string]: never;
|
|
7296
8128
|
}>>;
|
|
8129
|
+
export declare function useGetLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibrariesQuery, Exact<{
|
|
8130
|
+
[key: string]: never;
|
|
8131
|
+
}>>;
|
|
7297
8132
|
export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
|
|
7298
8133
|
export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
|
|
8134
|
+
export type GetLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetLibrariesSuspenseQuery>;
|
|
7299
8135
|
export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
|
|
7300
8136
|
export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
7301
8137
|
/**
|
|
@@ -7320,8 +8156,12 @@ export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOpt
|
|
|
7320
8156
|
export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
|
|
7321
8157
|
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7322
8158
|
}>>;
|
|
8159
|
+
export declare function useGetLibraryByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryByIdQuery, Exact<{
|
|
8160
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8161
|
+
}>>;
|
|
7323
8162
|
export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
|
|
7324
8163
|
export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
|
|
8164
|
+
export type GetLibraryByIdSuspenseQueryHookResult = ReturnType<typeof useGetLibraryByIdSuspenseQuery>;
|
|
7325
8165
|
export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
|
|
7326
8166
|
export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
7327
8167
|
/**
|
|
@@ -7346,8 +8186,12 @@ export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.Query
|
|
|
7346
8186
|
export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
|
|
7347
8187
|
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7348
8188
|
}>>;
|
|
8189
|
+
export declare function useGetLibraryPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPermissionsQuery, Exact<{
|
|
8190
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8191
|
+
}>>;
|
|
7349
8192
|
export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
|
|
7350
8193
|
export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
|
|
8194
|
+
export type GetLibraryPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPermissionsSuspenseQuery>;
|
|
7351
8195
|
export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
|
|
7352
8196
|
export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
|
|
7353
8197
|
/**
|
|
@@ -7372,8 +8216,12 @@ export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.Q
|
|
|
7372
8216
|
export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
7373
8217
|
id: Scalars["ID"];
|
|
7374
8218
|
}>>;
|
|
8219
|
+
export declare function useGetLibraryPreviewsSettingsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
8220
|
+
id: Scalars["ID"];
|
|
8221
|
+
}>>;
|
|
7375
8222
|
export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
|
|
7376
8223
|
export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
|
|
8224
|
+
export type GetLibraryPreviewsSettingsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsSuspenseQuery>;
|
|
7377
8225
|
export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
|
|
7378
8226
|
export declare const SaveLibraryDocument: Apollo.DocumentNode;
|
|
7379
8227
|
export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
|
|
@@ -7432,8 +8280,15 @@ export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHook
|
|
|
7432
8280
|
applyTo?: InputMaybe<Scalars["ID"]>;
|
|
7433
8281
|
target?: InputMaybe<PermissionTarget>;
|
|
7434
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
|
+
}>>;
|
|
7435
8289
|
export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
|
|
7436
8290
|
export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
|
|
8291
|
+
export type IsAllowedSuspenseQueryHookResult = ReturnType<typeof useIsAllowedSuspenseQuery>;
|
|
7437
8292
|
export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
|
|
7438
8293
|
export declare const ActivateRecordsDocument: Apollo.DocumentNode;
|
|
7439
8294
|
export type ActivateRecordsMutationFn = Apollo.MutationFunction<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
|
|
@@ -7464,6 +8319,31 @@ export declare function useActivateRecordsMutation(baseOptions?: Apollo.Mutation
|
|
|
7464
8319
|
export type ActivateRecordsMutationHookResult = ReturnType<typeof useActivateRecordsMutation>;
|
|
7465
8320
|
export type ActivateRecordsMutationResult = Apollo.MutationResult<ActivateRecordsMutation>;
|
|
7466
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>;
|
|
7467
8347
|
export declare const CreateRecordDocument: Apollo.DocumentNode;
|
|
7468
8348
|
export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
|
|
7469
8349
|
/**
|
|
@@ -7549,8 +8429,14 @@ export declare function useDoesFileExistAsChildLazyQuery(baseOptions?: Apollo.La
|
|
|
7549
8429
|
treeId: Scalars["ID"];
|
|
7550
8430
|
filename: Scalars["String"];
|
|
7551
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
|
+
}>>;
|
|
7552
8437
|
export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
|
|
7553
8438
|
export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
|
|
8439
|
+
export type DoesFileExistAsChildSuspenseQueryHookResult = ReturnType<typeof useDoesFileExistAsChildSuspenseQuery>;
|
|
7554
8440
|
export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
|
|
7555
8441
|
export declare const GetFileDataDocument: Apollo.DocumentNode;
|
|
7556
8442
|
/**
|
|
@@ -7581,8 +8467,14 @@ export declare function useGetFileDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
|
|
|
7581
8467
|
fileId: Scalars["String"];
|
|
7582
8468
|
previewsStatusAttribute: Scalars["ID"];
|
|
7583
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
|
+
}>>;
|
|
7584
8475
|
export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
|
|
7585
8476
|
export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
|
|
8477
|
+
export type GetFileDataSuspenseQueryHookResult = ReturnType<typeof useGetFileDataSuspenseQuery>;
|
|
7586
8478
|
export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
|
|
7587
8479
|
export declare const RecordFormDocument: Apollo.DocumentNode;
|
|
7588
8480
|
/**
|
|
@@ -7616,8 +8508,15 @@ export declare function useRecordFormLazyQuery(baseOptions?: Apollo.LazyQueryHoo
|
|
|
7616
8508
|
recordId?: InputMaybe<Scalars["String"]>;
|
|
7617
8509
|
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
7618
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
|
+
}>>;
|
|
7619
8517
|
export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
|
|
7620
8518
|
export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
|
|
8519
|
+
export type RecordFormSuspenseQueryHookResult = ReturnType<typeof useRecordFormSuspenseQuery>;
|
|
7621
8520
|
export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
|
|
7622
8521
|
export declare const RecordUpdateDocument: Apollo.DocumentNode;
|
|
7623
8522
|
/**
|
|
@@ -7670,8 +8569,14 @@ export declare function useGetRecordsFromLibraryLazyQuery(baseOptions?: Apollo.L
|
|
|
7670
8569
|
pagination?: InputMaybe<RecordsPagination>;
|
|
7671
8570
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7672
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
|
+
}>>;
|
|
7673
8577
|
export type GetRecordsFromLibraryQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryQuery>;
|
|
7674
8578
|
export type GetRecordsFromLibraryLazyQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryLazyQuery>;
|
|
8579
|
+
export type GetRecordsFromLibrarySuspenseQueryHookResult = ReturnType<typeof useGetRecordsFromLibrarySuspenseQuery>;
|
|
7675
8580
|
export type GetRecordsFromLibraryQueryResult = Apollo.QueryResult<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>;
|
|
7676
8581
|
export declare const IndexRecordsDocument: Apollo.DocumentNode;
|
|
7677
8582
|
export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
|
|
@@ -7748,8 +8653,12 @@ export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHoo
|
|
|
7748
8653
|
export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
|
|
7749
8654
|
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7750
8655
|
}>>;
|
|
8656
|
+
export declare function useCheckTreeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckTreeExistenceQuery, Exact<{
|
|
8657
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8658
|
+
}>>;
|
|
7751
8659
|
export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
|
|
7752
8660
|
export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
|
|
8661
|
+
export type CheckTreeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckTreeExistenceSuspenseQuery>;
|
|
7753
8662
|
export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
|
|
7754
8663
|
export declare const DeleteTreeDocument: Apollo.DocumentNode;
|
|
7755
8664
|
export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
|
|
@@ -7799,8 +8708,12 @@ export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOption
|
|
|
7799
8708
|
export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
|
|
7800
8709
|
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7801
8710
|
}>>;
|
|
8711
|
+
export declare function useGetTreeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeByIdQuery, Exact<{
|
|
8712
|
+
id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8713
|
+
}>>;
|
|
7802
8714
|
export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
|
|
7803
8715
|
export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
|
|
8716
|
+
export type GetTreeByIdSuspenseQueryHookResult = ReturnType<typeof useGetTreeByIdSuspenseQuery>;
|
|
7804
8717
|
export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
|
|
7805
8718
|
export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
7806
8719
|
/**
|
|
@@ -7828,8 +8741,13 @@ export declare function useGetTreeLibrariesLazyQuery(baseOptions?: Apollo.LazyQu
|
|
|
7828
8741
|
treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7829
8742
|
library?: InputMaybe<Scalars["String"]>;
|
|
7830
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
|
+
}>>;
|
|
7831
8748
|
export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
|
|
7832
8749
|
export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
|
|
8750
|
+
export type GetTreeLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetTreeLibrariesSuspenseQuery>;
|
|
7833
8751
|
export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
|
|
7834
8752
|
export declare const GetTreesDocument: Apollo.DocumentNode;
|
|
7835
8753
|
/**
|
|
@@ -7853,8 +8771,12 @@ export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<G
|
|
|
7853
8771
|
export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
|
|
7854
8772
|
[key: string]: never;
|
|
7855
8773
|
}>>;
|
|
8774
|
+
export declare function useGetTreesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreesQuery, Exact<{
|
|
8775
|
+
[key: string]: never;
|
|
8776
|
+
}>>;
|
|
7856
8777
|
export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
|
|
7857
8778
|
export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
|
|
8779
|
+
export type GetTreesSuspenseQueryHookResult = ReturnType<typeof useGetTreesSuspenseQuery>;
|
|
7858
8780
|
export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
|
|
7859
8781
|
export declare const SaveTreeDocument: Apollo.DocumentNode;
|
|
7860
8782
|
export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
|
|
@@ -7897,6 +8819,7 @@ export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
|
|
|
7897
8819
|
* treeId: // value for 'treeId'
|
|
7898
8820
|
* node: // value for 'node'
|
|
7899
8821
|
* pagination: // value for 'pagination'
|
|
8822
|
+
* childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
|
|
7900
8823
|
* },
|
|
7901
8824
|
* });
|
|
7902
8825
|
*/
|
|
@@ -7904,14 +8827,23 @@ export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOp
|
|
|
7904
8827
|
treeId: Scalars["ID"];
|
|
7905
8828
|
node?: InputMaybe<Scalars["ID"]>;
|
|
7906
8829
|
pagination?: InputMaybe<Pagination>;
|
|
8830
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
7907
8831
|
}>>;
|
|
7908
8832
|
export declare function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.LazyQueryResultTuple<TreeNodeChildrenQuery, Exact<{
|
|
7909
8833
|
treeId: Scalars["ID"];
|
|
7910
8834
|
node?: InputMaybe<Scalars["ID"]>;
|
|
7911
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>;
|
|
7912
8843
|
}>>;
|
|
7913
8844
|
export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
|
|
7914
8845
|
export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
|
|
8846
|
+
export type TreeNodeChildrenSuspenseQueryHookResult = ReturnType<typeof useTreeNodeChildrenSuspenseQuery>;
|
|
7915
8847
|
export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
|
|
7916
8848
|
export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
7917
8849
|
/**
|
|
@@ -7939,8 +8871,13 @@ export declare function useGetUserDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
|
|
|
7939
8871
|
keys: Array<Scalars["String"]> | Scalars["String"];
|
|
7940
8872
|
global?: InputMaybe<Scalars["Boolean"]>;
|
|
7941
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
|
+
}>>;
|
|
7942
8878
|
export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
|
|
7943
8879
|
export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
|
|
8880
|
+
export type GetUserDataSuspenseQueryHookResult = ReturnType<typeof useGetUserDataSuspenseQuery>;
|
|
7944
8881
|
export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
|
|
7945
8882
|
export declare const SaveUserDataDocument: Apollo.DocumentNode;
|
|
7946
8883
|
export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
|
|
@@ -8002,38 +8939,6 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
|
|
|
8002
8939
|
export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
|
|
8003
8940
|
export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
|
|
8004
8941
|
export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
|
|
8005
|
-
export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
|
|
8006
|
-
/**
|
|
8007
|
-
* __useRunActionsListAndFormatOnValueQuery__
|
|
8008
|
-
*
|
|
8009
|
-
* To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
|
|
8010
|
-
* When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8011
|
-
* you can use to render your UI.
|
|
8012
|
-
*
|
|
8013
|
-
* @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;
|
|
8014
|
-
*
|
|
8015
|
-
* @example
|
|
8016
|
-
* const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
|
|
8017
|
-
* variables: {
|
|
8018
|
-
* library: // value for 'library'
|
|
8019
|
-
* value: // value for 'value'
|
|
8020
|
-
* version: // value for 'version'
|
|
8021
|
-
* },
|
|
8022
|
-
* });
|
|
8023
|
-
*/
|
|
8024
|
-
export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
8025
|
-
library: Scalars["ID"];
|
|
8026
|
-
value?: InputMaybe<ValueBatchInput>;
|
|
8027
|
-
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
8028
|
-
}>>;
|
|
8029
|
-
export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
8030
|
-
library: Scalars["ID"];
|
|
8031
|
-
value?: InputMaybe<ValueBatchInput>;
|
|
8032
|
-
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
8033
|
-
}>>;
|
|
8034
|
-
export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
|
|
8035
|
-
export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
|
|
8036
|
-
export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
|
|
8037
8942
|
export declare const SaveValueBatchDocument: Apollo.DocumentNode;
|
|
8038
8943
|
export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
8039
8944
|
/**
|
|
@@ -8115,8 +9020,12 @@ export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<Get
|
|
|
8115
9020
|
export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
|
|
8116
9021
|
viewId: Scalars["String"];
|
|
8117
9022
|
}>>;
|
|
9023
|
+
export declare function useGetViewSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewQuery, Exact<{
|
|
9024
|
+
viewId: Scalars["String"];
|
|
9025
|
+
}>>;
|
|
8118
9026
|
export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
|
|
8119
9027
|
export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
|
|
9028
|
+
export type GetViewSuspenseQueryHookResult = ReturnType<typeof useGetViewSuspenseQuery>;
|
|
8120
9029
|
export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
|
|
8121
9030
|
export declare const GetViewsListDocument: Apollo.DocumentNode;
|
|
8122
9031
|
/**
|
|
@@ -8141,8 +9050,12 @@ export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOption
|
|
|
8141
9050
|
export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
|
|
8142
9051
|
libraryId: Scalars["String"];
|
|
8143
9052
|
}>>;
|
|
9053
|
+
export declare function useGetViewsListSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewsListQuery, Exact<{
|
|
9054
|
+
libraryId: Scalars["String"];
|
|
9055
|
+
}>>;
|
|
8144
9056
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
8145
9057
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
9058
|
+
export type GetViewsListSuspenseQueryHookResult = ReturnType<typeof useGetViewsListSuspenseQuery>;
|
|
8146
9059
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
8147
9060
|
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
8148
9061
|
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
@@ -8192,8 +9105,12 @@ export declare function useGetAttributesByLibWithPermissionsQuery(baseOptions: A
|
|
|
8192
9105
|
export declare function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
8193
9106
|
library: Scalars["String"];
|
|
8194
9107
|
}>>;
|
|
9108
|
+
export declare function useGetAttributesByLibWithPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
9109
|
+
library: Scalars["String"];
|
|
9110
|
+
}>>;
|
|
8195
9111
|
export type GetAttributesByLibWithPermissionsQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsQuery>;
|
|
8196
9112
|
export type GetAttributesByLibWithPermissionsLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsLazyQuery>;
|
|
9113
|
+
export type GetAttributesByLibWithPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsSuspenseQuery>;
|
|
8197
9114
|
export type GetAttributesByLibWithPermissionsQueryResult = Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>;
|
|
8198
9115
|
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
8199
9116
|
/**
|
|
@@ -8218,8 +9135,12 @@ export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHoo
|
|
|
8218
9135
|
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
8219
9136
|
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8220
9137
|
}>>;
|
|
9138
|
+
export declare function useExplorerAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerAttributesQuery, Exact<{
|
|
9139
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
9140
|
+
}>>;
|
|
8221
9141
|
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
8222
9142
|
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
9143
|
+
export type ExplorerAttributesSuspenseQueryHookResult = ReturnType<typeof useExplorerAttributesSuspenseQuery>;
|
|
8223
9144
|
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
8224
9145
|
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
8225
9146
|
/**
|
|
@@ -8244,8 +9165,12 @@ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryH
|
|
|
8244
9165
|
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
8245
9166
|
id: Scalars["ID"];
|
|
8246
9167
|
}>>;
|
|
9168
|
+
export declare function useExplorerLinkAttributeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
9169
|
+
id: Scalars["ID"];
|
|
9170
|
+
}>>;
|
|
8247
9171
|
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
8248
9172
|
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
9173
|
+
export type ExplorerLinkAttributeSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkAttributeSuspenseQuery>;
|
|
8249
9174
|
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
8250
9175
|
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
8251
9176
|
/**
|
|
@@ -8285,8 +9210,17 @@ export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.Laz
|
|
|
8285
9210
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
8286
9211
|
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
8287
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
|
+
}>>;
|
|
8288
9221
|
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
8289
9222
|
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
9223
|
+
export type ExplorerLibraryDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDataSuspenseQuery>;
|
|
8290
9224
|
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
8291
9225
|
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
8292
9226
|
/**
|
|
@@ -8320,8 +9254,15 @@ export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQu
|
|
|
8320
9254
|
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
8321
9255
|
linkAttributeId: Scalars["ID"];
|
|
8322
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
|
+
}>>;
|
|
8323
9263
|
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
8324
9264
|
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
9265
|
+
export type ExplorerLinkDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkDataSuspenseQuery>;
|
|
8325
9266
|
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
8326
9267
|
export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
|
|
8327
9268
|
/**
|
|
@@ -8346,8 +9287,12 @@ export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHo
|
|
|
8346
9287
|
export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
|
|
8347
9288
|
libraryId: Scalars["ID"];
|
|
8348
9289
|
}>>;
|
|
9290
|
+
export declare function useGetLibraryAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryAttributesQuery, Exact<{
|
|
9291
|
+
libraryId: Scalars["ID"];
|
|
9292
|
+
}>>;
|
|
8349
9293
|
export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
|
|
8350
9294
|
export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
|
|
9295
|
+
export type GetLibraryAttributesSuspenseQueryHookResult = ReturnType<typeof useGetLibraryAttributesSuspenseQuery>;
|
|
8351
9296
|
export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
|
|
8352
9297
|
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
8353
9298
|
/**
|
|
@@ -8372,8 +9317,12 @@ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.Query
|
|
|
8372
9317
|
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
8373
9318
|
libraryId: Scalars["ID"];
|
|
8374
9319
|
}>>;
|
|
9320
|
+
export declare function useExplorerLibraryDetailsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
9321
|
+
libraryId: Scalars["ID"];
|
|
9322
|
+
}>>;
|
|
8375
9323
|
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
8376
9324
|
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
9325
|
+
export type ExplorerLibraryDetailsSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsSuspenseQuery>;
|
|
8377
9326
|
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
8378
9327
|
export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
|
|
8379
9328
|
/**
|
|
@@ -8401,8 +9350,13 @@ export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.La
|
|
|
8401
9350
|
libraryId: Scalars["ID"];
|
|
8402
9351
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8403
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
|
+
}>>;
|
|
8404
9357
|
export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
|
|
8405
9358
|
export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
|
|
9359
|
+
export type ExplorerSelectionIdsSuspenseQueryHookResult = ReturnType<typeof useExplorerSelectionIdsSuspenseQuery>;
|
|
8406
9360
|
export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
|
|
8407
9361
|
export declare const MeDocument: Apollo.DocumentNode;
|
|
8408
9362
|
/**
|
|
@@ -8426,8 +9380,12 @@ export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery
|
|
|
8426
9380
|
export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
|
|
8427
9381
|
[key: string]: never;
|
|
8428
9382
|
}>>;
|
|
9383
|
+
export declare function useMeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.UseSuspenseQueryResult<MeQuery, Exact<{
|
|
9384
|
+
[key: string]: never;
|
|
9385
|
+
}>>;
|
|
8429
9386
|
export type MeQueryHookResult = ReturnType<typeof useMeQuery>;
|
|
8430
9387
|
export type MeLazyQueryHookResult = ReturnType<typeof useMeLazyQuery>;
|
|
9388
|
+
export type MeSuspenseQueryHookResult = ReturnType<typeof useMeSuspenseQuery>;
|
|
8431
9389
|
export type MeQueryResult = Apollo.QueryResult<MeQuery, MeQueryVariables>;
|
|
8432
9390
|
export declare const UpdateViewDocument: Apollo.DocumentNode;
|
|
8433
9391
|
export type UpdateViewMutationFn = Apollo.MutationFunction<UpdateViewMutation, UpdateViewMutationVariables>;
|
|
@@ -8477,6 +9435,10 @@ export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptio
|
|
|
8477
9435
|
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
8478
9436
|
treeId: Scalars["ID"];
|
|
8479
9437
|
}>>;
|
|
9438
|
+
export declare function useTreeDataQuerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.UseSuspenseQueryResult<TreeDataQueryQuery, Exact<{
|
|
9439
|
+
treeId: Scalars["ID"];
|
|
9440
|
+
}>>;
|
|
8480
9441
|
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
8481
9442
|
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
9443
|
+
export type TreeDataQuerySuspenseQueryHookResult = ReturnType<typeof useTreeDataQuerySuspenseQuery>;
|
|
8482
9444
|
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|