@leav/ui 0.4.0-c10dd58e → 0.4.0-c3ee29dd
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__mocks__/common/form.d.ts +0 -632
- package/dist/__mocks__/common/form.js +22 -27
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +1636 -1778
- package/dist/_gqlTypes/index.js +1303 -1378
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/records/getRecordFormQuery.js +5 -1
- package/dist/_queries/records/getRecordFormQuery.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/Explorer.d.ts +1 -0
- package/dist/components/Explorer/Explorer.js +11 -3
- package/dist/components/Explorer/Explorer.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 +32 -27
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +32 -2
- 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 +3 -1
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +9 -19
- 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 +44 -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 +22 -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/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 +1 -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 +2 -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/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 +29 -68
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +9 -18
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +0 -6
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +1 -7
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +2 -15
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +24 -47
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
- 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/useRecordEditionContext.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js +7 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js +0 -4
- package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +5 -3
- 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/FormTabs/FormTabs.js +5 -25
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js +3 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +7 -34
- 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-in-edition/useLinkRecordsInEdition.d.ts → link-record/useLinkRecords.d.ts} +5 -9
- 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.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +85 -72
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +4 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +5 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/calculatedInheritedFlags.js +4 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/calculatedInheritedFlags.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.d.ts +2 -4
- 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/editRecordReducer/editRecordReducer.d.ts +1 -6
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +1 -5
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/index.d.ts +1 -1
- package/dist/components/RecordEdition/index.js +1 -1
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +2 -0
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +6 -4
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +2 -0
- package/dist/components/SelectTreeNode/SelectTreeNode.js +2 -2
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +2 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +58 -39
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
- package/dist/components/SelectTreeNode/_types.d.ts +1 -0
- package/dist/components/SelectTreeNode/_types.js.map +1 -1
- package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +1 -2
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js +13 -2
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/types.d.ts +2 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +3 -3
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +5 -1
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -1
- package/dist/locales/en/shared.json +2 -1
- package/dist/locales/fr/shared.json +1 -0
- package/package.json +3 -3
- package/dist/components/LinkSelect/LinkSelect.d.ts +0 -15
- package/dist/components/LinkSelect/LinkSelect.js +0 -88
- package/dist/components/LinkSelect/LinkSelect.js.map +0 -1
- package/dist/components/LinkSelect/index.d.ts +0 -2
- package/dist/components/LinkSelect/index.js +0 -6
- 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 +0 -7
- 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/useFetchVisibleFormValue.d.ts +0 -13
- package/dist/components/RecordEdition/EditRecordContent/hooks/useFetchVisibleFormValue.js +0 -119
- package/dist/components/RecordEdition/EditRecordContent/hooks/useFetchVisibleFormValue.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.js +0 -311
- 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
|
@@ -183,6 +183,15 @@ 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
|
+
};
|
|
186
195
|
export type ChildrenAsRecordValuePermissionFilterInput = {
|
|
187
196
|
action: RecordPermissionsActions;
|
|
188
197
|
attributeId: Scalars['ID'];
|
|
@@ -452,6 +461,7 @@ export declare enum PermissionsActions {
|
|
|
452
461
|
admin_access_applications = "admin_access_applications",
|
|
453
462
|
admin_access_attributes = "admin_access_attributes",
|
|
454
463
|
admin_access_libraries = "admin_access_libraries",
|
|
464
|
+
admin_access_logs = "admin_access_logs",
|
|
455
465
|
admin_access_permissions = "admin_access_permissions",
|
|
456
466
|
admin_access_tasks = "admin_access_tasks",
|
|
457
467
|
admin_access_trees = "admin_access_trees",
|
|
@@ -479,6 +489,7 @@ export declare enum PermissionsActions {
|
|
|
479
489
|
admin_edit_permission = "admin_edit_permission",
|
|
480
490
|
admin_edit_tree = "admin_edit_tree",
|
|
481
491
|
admin_edit_version_profile = "admin_edit_version_profile",
|
|
492
|
+
admin_import_config_clear_database = "admin_import_config_clear_database",
|
|
482
493
|
admin_library = "admin_library",
|
|
483
494
|
admin_manage_global_preferences = "admin_manage_global_preferences",
|
|
484
495
|
create_record = "create_record",
|
|
@@ -1004,8 +1015,145 @@ export type AttributesByLibLinkAttributeFragment = {
|
|
|
1004
1015
|
id: string;
|
|
1005
1016
|
} | null;
|
|
1006
1017
|
};
|
|
1007
|
-
export type
|
|
1018
|
+
export type LibraryLightFragment = {
|
|
1019
|
+
id: string;
|
|
1020
|
+
label?: any | null;
|
|
1021
|
+
icon?: {
|
|
1022
|
+
id: string;
|
|
1023
|
+
whoAmI: {
|
|
1024
|
+
id: string;
|
|
1025
|
+
preview?: IPreviewScalar | null;
|
|
1026
|
+
library: {
|
|
1027
|
+
id: string;
|
|
1028
|
+
};
|
|
1029
|
+
};
|
|
1030
|
+
} | null;
|
|
1031
|
+
};
|
|
1032
|
+
export type LibraryDetailsFragment = {
|
|
1033
|
+
id: string;
|
|
1034
|
+
label?: any | null;
|
|
1035
|
+
behavior: LibraryBehavior;
|
|
1036
|
+
system?: boolean | null;
|
|
1037
|
+
fullTextAttributes?: Array<{
|
|
1038
|
+
id: string;
|
|
1039
|
+
label?: any | null;
|
|
1040
|
+
}> | null;
|
|
1041
|
+
attributes?: Array<{
|
|
1042
|
+
id: string;
|
|
1043
|
+
label?: any | null;
|
|
1044
|
+
system: boolean;
|
|
1045
|
+
type: AttributeType;
|
|
1046
|
+
format?: AttributeFormat | null;
|
|
1047
|
+
linked_library?: {
|
|
1048
|
+
id: string;
|
|
1049
|
+
behavior: LibraryBehavior;
|
|
1050
|
+
} | null;
|
|
1051
|
+
} | {
|
|
1052
|
+
id: string;
|
|
1053
|
+
label?: any | null;
|
|
1054
|
+
system: boolean;
|
|
1055
|
+
type: AttributeType;
|
|
1056
|
+
format?: AttributeFormat | null;
|
|
1057
|
+
}> | null;
|
|
1058
|
+
permissions_conf?: {
|
|
1059
|
+
relation: PermissionsRelation;
|
|
1060
|
+
permissionTreeAttributes: Array<{
|
|
1061
|
+
id: string;
|
|
1062
|
+
label?: any | null;
|
|
1063
|
+
} | {
|
|
1064
|
+
id: string;
|
|
1065
|
+
label?: any | null;
|
|
1066
|
+
linked_tree?: {
|
|
1067
|
+
id: string;
|
|
1068
|
+
} | null;
|
|
1069
|
+
}>;
|
|
1070
|
+
} | null;
|
|
1071
|
+
recordIdentityConf?: {
|
|
1072
|
+
label?: string | null;
|
|
1073
|
+
subLabel?: string | null;
|
|
1074
|
+
color?: string | null;
|
|
1075
|
+
preview?: string | null;
|
|
1076
|
+
treeColorPreview?: string | null;
|
|
1077
|
+
} | null;
|
|
1078
|
+
permissions?: {
|
|
1079
|
+
admin_library: boolean;
|
|
1080
|
+
access_library: boolean;
|
|
1081
|
+
access_record: boolean;
|
|
1082
|
+
create_record: boolean;
|
|
1083
|
+
edit_record: boolean;
|
|
1084
|
+
delete_record: boolean;
|
|
1085
|
+
} | null;
|
|
1086
|
+
icon?: {
|
|
1087
|
+
id: string;
|
|
1088
|
+
whoAmI: {
|
|
1089
|
+
id: string;
|
|
1090
|
+
label?: string | null;
|
|
1091
|
+
subLabel?: string | null;
|
|
1092
|
+
color?: string | null;
|
|
1093
|
+
preview?: IPreviewScalar | null;
|
|
1094
|
+
library: {
|
|
1095
|
+
id: string;
|
|
1096
|
+
label?: any | null;
|
|
1097
|
+
};
|
|
1098
|
+
};
|
|
1099
|
+
} | null;
|
|
1100
|
+
previewsSettings?: Array<{
|
|
1101
|
+
label: any;
|
|
1102
|
+
description?: any | null;
|
|
1103
|
+
system: boolean;
|
|
1104
|
+
versions: {
|
|
1105
|
+
background: string;
|
|
1106
|
+
density: number;
|
|
1107
|
+
sizes: Array<{
|
|
1108
|
+
name: string;
|
|
1109
|
+
size: number;
|
|
1110
|
+
}>;
|
|
1111
|
+
};
|
|
1112
|
+
}> | null;
|
|
1113
|
+
};
|
|
1114
|
+
export type LibraryAttributesLinkAttributeFragment = {
|
|
1115
|
+
id: string;
|
|
1116
|
+
label?: any | null;
|
|
1117
|
+
system: boolean;
|
|
1118
|
+
type: AttributeType;
|
|
1119
|
+
format?: AttributeFormat | null;
|
|
1120
|
+
linked_library?: {
|
|
1121
|
+
id: string;
|
|
1122
|
+
behavior: LibraryBehavior;
|
|
1123
|
+
} | null;
|
|
1124
|
+
};
|
|
1125
|
+
export type LibraryAttributesStandardAttributeTreeAttributeFragment = {
|
|
1126
|
+
id: string;
|
|
1127
|
+
label?: any | null;
|
|
1128
|
+
system: boolean;
|
|
1129
|
+
type: AttributeType;
|
|
1130
|
+
format?: AttributeFormat | null;
|
|
1131
|
+
};
|
|
1132
|
+
export type LibraryAttributesFragment = LibraryAttributesLinkAttributeFragment | LibraryAttributesStandardAttributeTreeAttributeFragment;
|
|
1133
|
+
export type LibraryLinkAttributeDetailsFragment = {
|
|
1134
|
+
linked_library?: {
|
|
1135
|
+
id: string;
|
|
1136
|
+
behavior: LibraryBehavior;
|
|
1137
|
+
} | null;
|
|
1138
|
+
};
|
|
1139
|
+
export type LibraryPreviewsSettingsFragment = {
|
|
1140
|
+
label: any;
|
|
1141
|
+
description?: any | null;
|
|
1142
|
+
system: boolean;
|
|
1143
|
+
versions: {
|
|
1144
|
+
background: string;
|
|
1145
|
+
density: number;
|
|
1146
|
+
sizes: Array<{
|
|
1147
|
+
name: string;
|
|
1148
|
+
size: number;
|
|
1149
|
+
}>;
|
|
1150
|
+
};
|
|
1151
|
+
};
|
|
1152
|
+
export type RecordFormElementFragment = {
|
|
1008
1153
|
id: string;
|
|
1154
|
+
containerId: string;
|
|
1155
|
+
uiElementType: string;
|
|
1156
|
+
type: FormElementTypes;
|
|
1009
1157
|
valueError?: string | null;
|
|
1010
1158
|
values?: Array<{
|
|
1011
1159
|
id_value?: string | null;
|
|
@@ -1389,86 +1537,30 @@ export type RecordFormElementValuesFragment = {
|
|
|
1389
1537
|
} | null;
|
|
1390
1538
|
} | null> | null;
|
|
1391
1539
|
}> | null;
|
|
1392
|
-
|
|
1393
|
-
export type ValueDetailsLinkValueFragment = {
|
|
1394
|
-
id_value?: string | null;
|
|
1395
|
-
isInherited?: boolean | null;
|
|
1396
|
-
isCalculated?: boolean | null;
|
|
1397
|
-
modified_at?: number | null;
|
|
1398
|
-
created_at?: number | null;
|
|
1399
|
-
linkValue?: {
|
|
1400
|
-
id: string;
|
|
1401
|
-
whoAmI: {
|
|
1402
|
-
id: string;
|
|
1403
|
-
label?: string | null;
|
|
1404
|
-
subLabel?: string | null;
|
|
1405
|
-
color?: string | null;
|
|
1406
|
-
preview?: IPreviewScalar | null;
|
|
1407
|
-
library: {
|
|
1408
|
-
id: string;
|
|
1409
|
-
label?: any | null;
|
|
1410
|
-
};
|
|
1411
|
-
};
|
|
1412
|
-
} | null;
|
|
1413
|
-
modified_by?: {
|
|
1414
|
-
id: string;
|
|
1415
|
-
whoAmI: {
|
|
1416
|
-
id: string;
|
|
1417
|
-
label?: string | null;
|
|
1418
|
-
subLabel?: string | null;
|
|
1419
|
-
color?: string | null;
|
|
1420
|
-
preview?: IPreviewScalar | null;
|
|
1421
|
-
library: {
|
|
1422
|
-
id: string;
|
|
1423
|
-
label?: any | null;
|
|
1424
|
-
};
|
|
1425
|
-
};
|
|
1426
|
-
} | null;
|
|
1427
|
-
created_by?: {
|
|
1428
|
-
id: string;
|
|
1429
|
-
whoAmI: {
|
|
1430
|
-
id: string;
|
|
1431
|
-
label?: string | null;
|
|
1432
|
-
subLabel?: string | null;
|
|
1433
|
-
color?: string | null;
|
|
1434
|
-
preview?: IPreviewScalar | null;
|
|
1435
|
-
library: {
|
|
1436
|
-
id: string;
|
|
1437
|
-
label?: any | null;
|
|
1438
|
-
};
|
|
1439
|
-
};
|
|
1440
|
-
} | null;
|
|
1441
|
-
version?: Array<{
|
|
1442
|
-
treeId: string;
|
|
1443
|
-
treeNode?: {
|
|
1444
|
-
id: string;
|
|
1445
|
-
record: {
|
|
1446
|
-
id: string;
|
|
1447
|
-
whoAmI: {
|
|
1448
|
-
id: string;
|
|
1449
|
-
label?: string | null;
|
|
1450
|
-
library: {
|
|
1451
|
-
id: string;
|
|
1452
|
-
};
|
|
1453
|
-
};
|
|
1454
|
-
};
|
|
1455
|
-
} | null;
|
|
1456
|
-
} | null> | null;
|
|
1457
|
-
attribute: {
|
|
1540
|
+
attribute?: {
|
|
1458
1541
|
id: string;
|
|
1459
|
-
|
|
1542
|
+
label?: any | null;
|
|
1543
|
+
description?: any | null;
|
|
1460
1544
|
type: AttributeType;
|
|
1545
|
+
format?: AttributeFormat | null;
|
|
1461
1546
|
system: boolean;
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1547
|
+
readonly: boolean;
|
|
1548
|
+
required: boolean;
|
|
1549
|
+
multiple_values: boolean;
|
|
1550
|
+
compute: boolean;
|
|
1551
|
+
linked_library?: {
|
|
1552
|
+
id: string;
|
|
1553
|
+
label?: any | null;
|
|
1554
|
+
behavior: LibraryBehavior;
|
|
1555
|
+
permissions?: {
|
|
1556
|
+
create_record: boolean;
|
|
1557
|
+
} | null;
|
|
1558
|
+
} | null;
|
|
1559
|
+
linkValuesList?: {
|
|
1560
|
+
enable: boolean;
|
|
1561
|
+
allowFreeEntry?: boolean | null;
|
|
1562
|
+
allowListUpdate?: boolean | null;
|
|
1563
|
+
values?: Array<{
|
|
1472
1564
|
id: string;
|
|
1473
1565
|
whoAmI: {
|
|
1474
1566
|
id: string;
|
|
@@ -1481,205 +1573,514 @@ export type ValueDetailsLinkValueFragment = {
|
|
|
1481
1573
|
label?: any | null;
|
|
1482
1574
|
};
|
|
1483
1575
|
};
|
|
1484
|
-
} | null;
|
|
1485
|
-
|
|
1576
|
+
}> | null;
|
|
1577
|
+
} | null;
|
|
1578
|
+
permissions: {
|
|
1579
|
+
access_attribute: boolean;
|
|
1580
|
+
edit_value: boolean;
|
|
1581
|
+
};
|
|
1582
|
+
versions_conf?: {
|
|
1583
|
+
versionable: boolean;
|
|
1584
|
+
profile?: {
|
|
1486
1585
|
id: string;
|
|
1487
|
-
|
|
1586
|
+
trees: Array<{
|
|
1488
1587
|
id: string;
|
|
1489
|
-
label?:
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1588
|
+
label?: any | null;
|
|
1589
|
+
}>;
|
|
1590
|
+
} | null;
|
|
1591
|
+
} | null;
|
|
1592
|
+
metadata_fields?: Array<{
|
|
1593
|
+
id: string;
|
|
1594
|
+
label?: any | null;
|
|
1595
|
+
description?: any | null;
|
|
1596
|
+
type: AttributeType;
|
|
1597
|
+
format?: AttributeFormat | null;
|
|
1598
|
+
system: boolean;
|
|
1599
|
+
readonly: boolean;
|
|
1600
|
+
multiple_values: boolean;
|
|
1601
|
+
permissions: {
|
|
1602
|
+
access_attribute: boolean;
|
|
1603
|
+
edit_value: boolean;
|
|
1604
|
+
};
|
|
1605
|
+
values_list?: {
|
|
1606
|
+
enable: boolean;
|
|
1607
|
+
allowFreeEntry?: boolean | null;
|
|
1608
|
+
allowListUpdate?: boolean | null;
|
|
1609
|
+
dateRangeValues?: Array<{
|
|
1610
|
+
from?: string | null;
|
|
1611
|
+
to?: string | null;
|
|
1612
|
+
}> | null;
|
|
1613
|
+
} | {
|
|
1614
|
+
enable: boolean;
|
|
1615
|
+
allowFreeEntry?: boolean | null;
|
|
1616
|
+
allowListUpdate?: boolean | null;
|
|
1617
|
+
values?: Array<string> | null;
|
|
1618
|
+
} | null;
|
|
1619
|
+
metadata_fields?: Array<{
|
|
1620
|
+
id: string;
|
|
1621
|
+
}> | null;
|
|
1622
|
+
}> | null;
|
|
1623
|
+
} | {
|
|
1624
|
+
character_limit?: number | null;
|
|
1625
|
+
id: string;
|
|
1626
|
+
label?: any | null;
|
|
1627
|
+
description?: any | null;
|
|
1628
|
+
type: AttributeType;
|
|
1629
|
+
format?: AttributeFormat | null;
|
|
1630
|
+
system: boolean;
|
|
1631
|
+
readonly: boolean;
|
|
1632
|
+
required: boolean;
|
|
1633
|
+
multiple_values: boolean;
|
|
1634
|
+
compute: boolean;
|
|
1635
|
+
values_list?: {
|
|
1636
|
+
enable: boolean;
|
|
1637
|
+
allowFreeEntry?: boolean | null;
|
|
1638
|
+
allowListUpdate?: boolean | null;
|
|
1639
|
+
dateRangeValues?: Array<{
|
|
1640
|
+
from?: string | null;
|
|
1641
|
+
to?: string | null;
|
|
1642
|
+
}> | null;
|
|
1643
|
+
} | {
|
|
1644
|
+
enable: boolean;
|
|
1645
|
+
allowFreeEntry?: boolean | null;
|
|
1646
|
+
allowListUpdate?: boolean | null;
|
|
1647
|
+
values?: Array<string> | null;
|
|
1648
|
+
} | null;
|
|
1649
|
+
permissions: {
|
|
1650
|
+
access_attribute: boolean;
|
|
1651
|
+
edit_value: boolean;
|
|
1652
|
+
};
|
|
1653
|
+
versions_conf?: {
|
|
1654
|
+
versionable: boolean;
|
|
1655
|
+
profile?: {
|
|
1656
|
+
id: string;
|
|
1657
|
+
trees: Array<{
|
|
1658
|
+
id: string;
|
|
1659
|
+
label?: any | null;
|
|
1660
|
+
}>;
|
|
1661
|
+
} | null;
|
|
1662
|
+
} | null;
|
|
1663
|
+
metadata_fields?: Array<{
|
|
1664
|
+
id: string;
|
|
1665
|
+
label?: any | null;
|
|
1666
|
+
description?: any | null;
|
|
1667
|
+
type: AttributeType;
|
|
1668
|
+
format?: AttributeFormat | null;
|
|
1669
|
+
system: boolean;
|
|
1670
|
+
readonly: boolean;
|
|
1671
|
+
multiple_values: boolean;
|
|
1672
|
+
permissions: {
|
|
1673
|
+
access_attribute: boolean;
|
|
1674
|
+
edit_value: boolean;
|
|
1675
|
+
};
|
|
1676
|
+
values_list?: {
|
|
1677
|
+
enable: boolean;
|
|
1678
|
+
allowFreeEntry?: boolean | null;
|
|
1679
|
+
allowListUpdate?: boolean | null;
|
|
1680
|
+
dateRangeValues?: Array<{
|
|
1681
|
+
from?: string | null;
|
|
1682
|
+
to?: string | null;
|
|
1683
|
+
}> | null;
|
|
1684
|
+
} | {
|
|
1685
|
+
enable: boolean;
|
|
1686
|
+
allowFreeEntry?: boolean | null;
|
|
1687
|
+
allowListUpdate?: boolean | null;
|
|
1688
|
+
values?: Array<string> | null;
|
|
1689
|
+
} | null;
|
|
1690
|
+
metadata_fields?: Array<{
|
|
1691
|
+
id: string;
|
|
1692
|
+
}> | null;
|
|
1693
|
+
}> | null;
|
|
1694
|
+
} | {
|
|
1695
|
+
id: string;
|
|
1696
|
+
label?: any | null;
|
|
1697
|
+
description?: any | null;
|
|
1698
|
+
type: AttributeType;
|
|
1699
|
+
format?: AttributeFormat | null;
|
|
1700
|
+
system: boolean;
|
|
1701
|
+
readonly: boolean;
|
|
1702
|
+
required: boolean;
|
|
1703
|
+
multiple_values: boolean;
|
|
1704
|
+
compute: boolean;
|
|
1705
|
+
linked_tree?: {
|
|
1706
|
+
id: string;
|
|
1707
|
+
label?: any | null;
|
|
1708
|
+
} | null;
|
|
1709
|
+
treeValuesList?: {
|
|
1710
|
+
enable: boolean;
|
|
1711
|
+
allowFreeEntry?: boolean | null;
|
|
1712
|
+
allowListUpdate?: boolean | null;
|
|
1713
|
+
values?: Array<{
|
|
1714
|
+
id: string;
|
|
1715
|
+
record: {
|
|
1716
|
+
id: string;
|
|
1717
|
+
whoAmI: {
|
|
1494
1718
|
id: string;
|
|
1495
|
-
label?:
|
|
1719
|
+
label?: string | null;
|
|
1720
|
+
subLabel?: string | null;
|
|
1721
|
+
color?: string | null;
|
|
1722
|
+
preview?: IPreviewScalar | null;
|
|
1723
|
+
library: {
|
|
1724
|
+
id: string;
|
|
1725
|
+
label?: any | null;
|
|
1726
|
+
};
|
|
1496
1727
|
};
|
|
1497
1728
|
};
|
|
1498
|
-
|
|
1499
|
-
version?: Array<{
|
|
1500
|
-
treeId: string;
|
|
1501
|
-
treeNode?: {
|
|
1502
|
-
id: string;
|
|
1729
|
+
ancestors?: Array<{
|
|
1503
1730
|
record: {
|
|
1504
1731
|
id: string;
|
|
1505
1732
|
whoAmI: {
|
|
1506
1733
|
id: string;
|
|
1507
1734
|
label?: string | null;
|
|
1735
|
+
subLabel?: string | null;
|
|
1736
|
+
color?: string | null;
|
|
1737
|
+
preview?: IPreviewScalar | null;
|
|
1508
1738
|
library: {
|
|
1509
1739
|
id: string;
|
|
1740
|
+
label?: any | null;
|
|
1510
1741
|
};
|
|
1511
1742
|
};
|
|
1512
1743
|
};
|
|
1513
|
-
} | null;
|
|
1514
|
-
}
|
|
1744
|
+
}> | null;
|
|
1745
|
+
}> | null;
|
|
1515
1746
|
} | null;
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
created_at?: number | null;
|
|
1524
|
-
treeValue?: {
|
|
1525
|
-
id: string;
|
|
1526
|
-
record: {
|
|
1527
|
-
id: string;
|
|
1528
|
-
whoAmI: {
|
|
1747
|
+
permissions: {
|
|
1748
|
+
access_attribute: boolean;
|
|
1749
|
+
edit_value: boolean;
|
|
1750
|
+
};
|
|
1751
|
+
versions_conf?: {
|
|
1752
|
+
versionable: boolean;
|
|
1753
|
+
profile?: {
|
|
1529
1754
|
id: string;
|
|
1530
|
-
|
|
1531
|
-
subLabel?: string | null;
|
|
1532
|
-
color?: string | null;
|
|
1533
|
-
preview?: IPreviewScalar | null;
|
|
1534
|
-
library: {
|
|
1755
|
+
trees: Array<{
|
|
1535
1756
|
id: string;
|
|
1536
1757
|
label?: any | null;
|
|
1537
|
-
}
|
|
1758
|
+
}>;
|
|
1759
|
+
} | null;
|
|
1760
|
+
} | null;
|
|
1761
|
+
metadata_fields?: Array<{
|
|
1762
|
+
id: string;
|
|
1763
|
+
label?: any | null;
|
|
1764
|
+
description?: any | null;
|
|
1765
|
+
type: AttributeType;
|
|
1766
|
+
format?: AttributeFormat | null;
|
|
1767
|
+
system: boolean;
|
|
1768
|
+
readonly: boolean;
|
|
1769
|
+
multiple_values: boolean;
|
|
1770
|
+
permissions: {
|
|
1771
|
+
access_attribute: boolean;
|
|
1772
|
+
edit_value: boolean;
|
|
1538
1773
|
};
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1774
|
+
values_list?: {
|
|
1775
|
+
enable: boolean;
|
|
1776
|
+
allowFreeEntry?: boolean | null;
|
|
1777
|
+
allowListUpdate?: boolean | null;
|
|
1778
|
+
dateRangeValues?: Array<{
|
|
1779
|
+
from?: string | null;
|
|
1780
|
+
to?: string | null;
|
|
1781
|
+
}> | null;
|
|
1782
|
+
} | {
|
|
1783
|
+
enable: boolean;
|
|
1784
|
+
allowFreeEntry?: boolean | null;
|
|
1785
|
+
allowListUpdate?: boolean | null;
|
|
1786
|
+
values?: Array<string> | null;
|
|
1787
|
+
} | null;
|
|
1788
|
+
metadata_fields?: Array<{
|
|
1542
1789
|
id: string;
|
|
1543
|
-
|
|
1544
|
-
id: string;
|
|
1545
|
-
label?: string | null;
|
|
1546
|
-
subLabel?: string | null;
|
|
1547
|
-
color?: string | null;
|
|
1548
|
-
preview?: IPreviewScalar | null;
|
|
1549
|
-
library: {
|
|
1550
|
-
id: string;
|
|
1551
|
-
label?: any | null;
|
|
1552
|
-
};
|
|
1553
|
-
};
|
|
1554
|
-
};
|
|
1790
|
+
}> | null;
|
|
1555
1791
|
}> | null;
|
|
1556
1792
|
} | null;
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1793
|
+
settings: Array<{
|
|
1794
|
+
key: string;
|
|
1795
|
+
value: any;
|
|
1796
|
+
}>;
|
|
1797
|
+
joinLibraryContext?: {
|
|
1798
|
+
mandatoryAttribute: {
|
|
1560
1799
|
id: string;
|
|
1561
|
-
label?:
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1800
|
+
label?: any | null;
|
|
1801
|
+
description?: any | null;
|
|
1802
|
+
type: AttributeType;
|
|
1803
|
+
format?: AttributeFormat | null;
|
|
1804
|
+
system: boolean;
|
|
1805
|
+
readonly: boolean;
|
|
1806
|
+
required: boolean;
|
|
1807
|
+
multiple_values: boolean;
|
|
1808
|
+
compute: boolean;
|
|
1809
|
+
linked_library?: {
|
|
1566
1810
|
id: string;
|
|
1567
1811
|
label?: any | null;
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
preview?: IPreviewScalar | null;
|
|
1579
|
-
library: {
|
|
1580
|
-
id: string;
|
|
1581
|
-
label?: any | null;
|
|
1582
|
-
};
|
|
1583
|
-
};
|
|
1584
|
-
} | null;
|
|
1585
|
-
version?: Array<{
|
|
1586
|
-
treeId: string;
|
|
1587
|
-
treeNode?: {
|
|
1588
|
-
id: string;
|
|
1589
|
-
record: {
|
|
1590
|
-
id: string;
|
|
1591
|
-
whoAmI: {
|
|
1812
|
+
behavior: LibraryBehavior;
|
|
1813
|
+
permissions?: {
|
|
1814
|
+
create_record: boolean;
|
|
1815
|
+
} | null;
|
|
1816
|
+
} | null;
|
|
1817
|
+
linkValuesList?: {
|
|
1818
|
+
enable: boolean;
|
|
1819
|
+
allowFreeEntry?: boolean | null;
|
|
1820
|
+
allowListUpdate?: boolean | null;
|
|
1821
|
+
values?: Array<{
|
|
1592
1822
|
id: string;
|
|
1593
|
-
|
|
1594
|
-
library: {
|
|
1823
|
+
whoAmI: {
|
|
1595
1824
|
id: string;
|
|
1825
|
+
label?: string | null;
|
|
1826
|
+
subLabel?: string | null;
|
|
1827
|
+
color?: string | null;
|
|
1828
|
+
preview?: IPreviewScalar | null;
|
|
1829
|
+
library: {
|
|
1830
|
+
id: string;
|
|
1831
|
+
label?: any | null;
|
|
1832
|
+
};
|
|
1596
1833
|
};
|
|
1597
|
-
};
|
|
1834
|
+
}> | null;
|
|
1835
|
+
} | null;
|
|
1836
|
+
permissions: {
|
|
1837
|
+
access_attribute: boolean;
|
|
1838
|
+
edit_value: boolean;
|
|
1598
1839
|
};
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
id: string;
|
|
1603
|
-
format?: AttributeFormat | null;
|
|
1604
|
-
type: AttributeType;
|
|
1605
|
-
system: boolean;
|
|
1606
|
-
};
|
|
1607
|
-
metadata?: Array<{
|
|
1608
|
-
name: string;
|
|
1609
|
-
value?: {
|
|
1610
|
-
id_value?: string | null;
|
|
1611
|
-
modified_at?: number | null;
|
|
1612
|
-
created_at?: number | null;
|
|
1613
|
-
payload?: any | null;
|
|
1614
|
-
raw_payload?: any | null;
|
|
1615
|
-
modified_by?: {
|
|
1616
|
-
id: string;
|
|
1617
|
-
whoAmI: {
|
|
1840
|
+
versions_conf?: {
|
|
1841
|
+
versionable: boolean;
|
|
1842
|
+
profile?: {
|
|
1618
1843
|
id: string;
|
|
1619
|
-
|
|
1620
|
-
subLabel?: string | null;
|
|
1621
|
-
color?: string | null;
|
|
1622
|
-
preview?: IPreviewScalar | null;
|
|
1623
|
-
library: {
|
|
1844
|
+
trees: Array<{
|
|
1624
1845
|
id: string;
|
|
1625
1846
|
label?: any | null;
|
|
1626
|
-
}
|
|
1627
|
-
};
|
|
1847
|
+
}>;
|
|
1848
|
+
} | null;
|
|
1628
1849
|
} | null;
|
|
1629
|
-
|
|
1850
|
+
metadata_fields?: Array<{
|
|
1630
1851
|
id: string;
|
|
1631
|
-
|
|
1852
|
+
label?: any | null;
|
|
1853
|
+
description?: any | null;
|
|
1854
|
+
type: AttributeType;
|
|
1855
|
+
format?: AttributeFormat | null;
|
|
1856
|
+
system: boolean;
|
|
1857
|
+
readonly: boolean;
|
|
1858
|
+
multiple_values: boolean;
|
|
1859
|
+
permissions: {
|
|
1860
|
+
access_attribute: boolean;
|
|
1861
|
+
edit_value: boolean;
|
|
1862
|
+
};
|
|
1863
|
+
values_list?: {
|
|
1864
|
+
enable: boolean;
|
|
1865
|
+
allowFreeEntry?: boolean | null;
|
|
1866
|
+
allowListUpdate?: boolean | null;
|
|
1867
|
+
dateRangeValues?: Array<{
|
|
1868
|
+
from?: string | null;
|
|
1869
|
+
to?: string | null;
|
|
1870
|
+
}> | null;
|
|
1871
|
+
} | {
|
|
1872
|
+
enable: boolean;
|
|
1873
|
+
allowFreeEntry?: boolean | null;
|
|
1874
|
+
allowListUpdate?: boolean | null;
|
|
1875
|
+
values?: Array<string> | null;
|
|
1876
|
+
} | null;
|
|
1877
|
+
metadata_fields?: Array<{
|
|
1632
1878
|
id: string;
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1879
|
+
}> | null;
|
|
1880
|
+
}> | null;
|
|
1881
|
+
} | {
|
|
1882
|
+
character_limit?: number | null;
|
|
1883
|
+
id: string;
|
|
1884
|
+
label?: any | null;
|
|
1885
|
+
description?: any | null;
|
|
1886
|
+
type: AttributeType;
|
|
1887
|
+
format?: AttributeFormat | null;
|
|
1888
|
+
system: boolean;
|
|
1889
|
+
readonly: boolean;
|
|
1890
|
+
required: boolean;
|
|
1891
|
+
multiple_values: boolean;
|
|
1892
|
+
compute: boolean;
|
|
1893
|
+
values_list?: {
|
|
1894
|
+
enable: boolean;
|
|
1895
|
+
allowFreeEntry?: boolean | null;
|
|
1896
|
+
allowListUpdate?: boolean | null;
|
|
1897
|
+
dateRangeValues?: Array<{
|
|
1898
|
+
from?: string | null;
|
|
1899
|
+
to?: string | null;
|
|
1900
|
+
}> | null;
|
|
1901
|
+
} | {
|
|
1902
|
+
enable: boolean;
|
|
1903
|
+
allowFreeEntry?: boolean | null;
|
|
1904
|
+
allowListUpdate?: boolean | null;
|
|
1905
|
+
values?: Array<string> | null;
|
|
1906
|
+
} | null;
|
|
1907
|
+
permissions: {
|
|
1908
|
+
access_attribute: boolean;
|
|
1909
|
+
edit_value: boolean;
|
|
1910
|
+
};
|
|
1911
|
+
versions_conf?: {
|
|
1912
|
+
versionable: boolean;
|
|
1913
|
+
profile?: {
|
|
1914
|
+
id: string;
|
|
1915
|
+
trees: Array<{
|
|
1638
1916
|
id: string;
|
|
1639
1917
|
label?: any | null;
|
|
1640
|
-
}
|
|
1918
|
+
}>;
|
|
1919
|
+
} | null;
|
|
1920
|
+
} | null;
|
|
1921
|
+
metadata_fields?: Array<{
|
|
1922
|
+
id: string;
|
|
1923
|
+
label?: any | null;
|
|
1924
|
+
description?: any | null;
|
|
1925
|
+
type: AttributeType;
|
|
1926
|
+
format?: AttributeFormat | null;
|
|
1927
|
+
system: boolean;
|
|
1928
|
+
readonly: boolean;
|
|
1929
|
+
multiple_values: boolean;
|
|
1930
|
+
permissions: {
|
|
1931
|
+
access_attribute: boolean;
|
|
1932
|
+
edit_value: boolean;
|
|
1641
1933
|
};
|
|
1934
|
+
values_list?: {
|
|
1935
|
+
enable: boolean;
|
|
1936
|
+
allowFreeEntry?: boolean | null;
|
|
1937
|
+
allowListUpdate?: boolean | null;
|
|
1938
|
+
dateRangeValues?: Array<{
|
|
1939
|
+
from?: string | null;
|
|
1940
|
+
to?: string | null;
|
|
1941
|
+
}> | null;
|
|
1942
|
+
} | {
|
|
1943
|
+
enable: boolean;
|
|
1944
|
+
allowFreeEntry?: boolean | null;
|
|
1945
|
+
allowListUpdate?: boolean | null;
|
|
1946
|
+
values?: Array<string> | null;
|
|
1947
|
+
} | null;
|
|
1948
|
+
metadata_fields?: Array<{
|
|
1949
|
+
id: string;
|
|
1950
|
+
}> | null;
|
|
1951
|
+
}> | null;
|
|
1952
|
+
} | {
|
|
1953
|
+
id: string;
|
|
1954
|
+
label?: any | null;
|
|
1955
|
+
description?: any | null;
|
|
1956
|
+
type: AttributeType;
|
|
1957
|
+
format?: AttributeFormat | null;
|
|
1958
|
+
system: boolean;
|
|
1959
|
+
readonly: boolean;
|
|
1960
|
+
required: boolean;
|
|
1961
|
+
multiple_values: boolean;
|
|
1962
|
+
compute: boolean;
|
|
1963
|
+
linked_tree?: {
|
|
1964
|
+
id: string;
|
|
1965
|
+
label?: any | null;
|
|
1642
1966
|
} | null;
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1967
|
+
treeValuesList?: {
|
|
1968
|
+
enable: boolean;
|
|
1969
|
+
allowFreeEntry?: boolean | null;
|
|
1970
|
+
allowListUpdate?: boolean | null;
|
|
1971
|
+
values?: Array<{
|
|
1646
1972
|
id: string;
|
|
1647
1973
|
record: {
|
|
1648
1974
|
id: string;
|
|
1649
1975
|
whoAmI: {
|
|
1650
1976
|
id: string;
|
|
1651
1977
|
label?: string | null;
|
|
1978
|
+
subLabel?: string | null;
|
|
1979
|
+
color?: string | null;
|
|
1980
|
+
preview?: IPreviewScalar | null;
|
|
1652
1981
|
library: {
|
|
1653
1982
|
id: string;
|
|
1983
|
+
label?: any | null;
|
|
1654
1984
|
};
|
|
1655
1985
|
};
|
|
1656
1986
|
};
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1987
|
+
ancestors?: Array<{
|
|
1988
|
+
record: {
|
|
1989
|
+
id: string;
|
|
1990
|
+
whoAmI: {
|
|
1991
|
+
id: string;
|
|
1992
|
+
label?: string | null;
|
|
1993
|
+
subLabel?: string | null;
|
|
1994
|
+
color?: string | null;
|
|
1995
|
+
preview?: IPreviewScalar | null;
|
|
1996
|
+
library: {
|
|
1997
|
+
id: string;
|
|
1998
|
+
label?: any | null;
|
|
1999
|
+
};
|
|
2000
|
+
};
|
|
2001
|
+
};
|
|
2002
|
+
}> | null;
|
|
2003
|
+
}> | null;
|
|
2004
|
+
} | null;
|
|
2005
|
+
permissions: {
|
|
2006
|
+
access_attribute: boolean;
|
|
2007
|
+
edit_value: boolean;
|
|
2008
|
+
};
|
|
2009
|
+
versions_conf?: {
|
|
2010
|
+
versionable: boolean;
|
|
2011
|
+
profile?: {
|
|
2012
|
+
id: string;
|
|
2013
|
+
trees: Array<{
|
|
2014
|
+
id: string;
|
|
2015
|
+
label?: any | null;
|
|
2016
|
+
}>;
|
|
2017
|
+
} | null;
|
|
2018
|
+
} | null;
|
|
2019
|
+
metadata_fields?: Array<{
|
|
2020
|
+
id: string;
|
|
2021
|
+
label?: any | null;
|
|
2022
|
+
description?: any | null;
|
|
2023
|
+
type: AttributeType;
|
|
2024
|
+
format?: AttributeFormat | null;
|
|
2025
|
+
system: boolean;
|
|
2026
|
+
readonly: boolean;
|
|
2027
|
+
multiple_values: boolean;
|
|
2028
|
+
permissions: {
|
|
2029
|
+
access_attribute: boolean;
|
|
2030
|
+
edit_value: boolean;
|
|
2031
|
+
};
|
|
2032
|
+
values_list?: {
|
|
2033
|
+
enable: boolean;
|
|
2034
|
+
allowFreeEntry?: boolean | null;
|
|
2035
|
+
allowListUpdate?: boolean | null;
|
|
2036
|
+
dateRangeValues?: Array<{
|
|
2037
|
+
from?: string | null;
|
|
2038
|
+
to?: string | null;
|
|
2039
|
+
}> | null;
|
|
2040
|
+
} | {
|
|
2041
|
+
enable: boolean;
|
|
2042
|
+
allowFreeEntry?: boolean | null;
|
|
2043
|
+
allowListUpdate?: boolean | null;
|
|
2044
|
+
values?: Array<string> | null;
|
|
2045
|
+
} | null;
|
|
2046
|
+
metadata_fields?: Array<{
|
|
2047
|
+
id: string;
|
|
2048
|
+
}> | null;
|
|
2049
|
+
}> | null;
|
|
2050
|
+
};
|
|
2051
|
+
} | null;
|
|
2052
|
+
};
|
|
2053
|
+
export type ValueDetailsLinkValueFragment = {
|
|
2054
|
+
id_value?: string | null;
|
|
2055
|
+
isInherited?: boolean | null;
|
|
2056
|
+
isCalculated?: boolean | null;
|
|
2057
|
+
modified_at?: number | null;
|
|
2058
|
+
created_at?: number | null;
|
|
2059
|
+
linkValue?: {
|
|
2060
|
+
id: string;
|
|
2061
|
+
whoAmI: {
|
|
2062
|
+
id: string;
|
|
2063
|
+
label?: string | null;
|
|
2064
|
+
subLabel?: string | null;
|
|
2065
|
+
color?: string | null;
|
|
2066
|
+
preview?: IPreviewScalar | null;
|
|
2067
|
+
library: {
|
|
2068
|
+
id: string;
|
|
2069
|
+
label?: any | null;
|
|
2070
|
+
};
|
|
2071
|
+
};
|
|
2072
|
+
} | null;
|
|
2073
|
+
modified_by?: {
|
|
2074
|
+
id: string;
|
|
2075
|
+
whoAmI: {
|
|
2076
|
+
id: string;
|
|
2077
|
+
label?: string | null;
|
|
2078
|
+
subLabel?: string | null;
|
|
2079
|
+
color?: string | null;
|
|
2080
|
+
preview?: IPreviewScalar | null;
|
|
2081
|
+
library: {
|
|
2082
|
+
id: string;
|
|
2083
|
+
label?: any | null;
|
|
1683
2084
|
};
|
|
1684
2085
|
};
|
|
1685
2086
|
} | null;
|
|
@@ -1774,92 +2175,60 @@ export type ValueDetailsValueFragment = {
|
|
|
1774
2175
|
} | null;
|
|
1775
2176
|
} | null> | null;
|
|
1776
2177
|
};
|
|
1777
|
-
export type
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
2178
|
+
export type ValueDetailsTreeValueFragment = {
|
|
2179
|
+
id_value?: string | null;
|
|
2180
|
+
isInherited?: boolean | null;
|
|
2181
|
+
isCalculated?: boolean | null;
|
|
2182
|
+
modified_at?: number | null;
|
|
2183
|
+
created_at?: number | null;
|
|
2184
|
+
treeValue?: {
|
|
1781
2185
|
id: string;
|
|
1782
2186
|
record: {
|
|
1783
2187
|
id: string;
|
|
1784
2188
|
whoAmI: {
|
|
1785
2189
|
id: string;
|
|
1786
2190
|
label?: string | null;
|
|
2191
|
+
subLabel?: string | null;
|
|
2192
|
+
color?: string | null;
|
|
2193
|
+
preview?: IPreviewScalar | null;
|
|
1787
2194
|
library: {
|
|
1788
2195
|
id: string;
|
|
2196
|
+
label?: any | null;
|
|
1789
2197
|
};
|
|
1790
2198
|
};
|
|
1791
2199
|
};
|
|
2200
|
+
ancestors?: Array<{
|
|
2201
|
+
record: {
|
|
2202
|
+
id: string;
|
|
2203
|
+
whoAmI: {
|
|
2204
|
+
id: string;
|
|
2205
|
+
label?: string | null;
|
|
2206
|
+
subLabel?: string | null;
|
|
2207
|
+
color?: string | null;
|
|
2208
|
+
preview?: IPreviewScalar | null;
|
|
2209
|
+
library: {
|
|
2210
|
+
id: string;
|
|
2211
|
+
label?: any | null;
|
|
2212
|
+
};
|
|
2213
|
+
};
|
|
2214
|
+
};
|
|
2215
|
+
}> | null;
|
|
1792
2216
|
} | null;
|
|
1793
|
-
|
|
1794
|
-
export type LibraryLightFragment = {
|
|
1795
|
-
id: string;
|
|
1796
|
-
label?: any | null;
|
|
1797
|
-
icon?: {
|
|
2217
|
+
modified_by?: {
|
|
1798
2218
|
id: string;
|
|
1799
2219
|
whoAmI: {
|
|
1800
2220
|
id: string;
|
|
2221
|
+
label?: string | null;
|
|
2222
|
+
subLabel?: string | null;
|
|
2223
|
+
color?: string | null;
|
|
1801
2224
|
preview?: IPreviewScalar | null;
|
|
1802
2225
|
library: {
|
|
1803
2226
|
id: string;
|
|
2227
|
+
label?: any | null;
|
|
1804
2228
|
};
|
|
1805
2229
|
};
|
|
1806
2230
|
} | null;
|
|
1807
|
-
|
|
1808
|
-
export type LibraryDetailsFragment = {
|
|
1809
|
-
id: string;
|
|
1810
|
-
label?: any | null;
|
|
1811
|
-
behavior: LibraryBehavior;
|
|
1812
|
-
system?: boolean | null;
|
|
1813
|
-
fullTextAttributes?: Array<{
|
|
1814
|
-
id: string;
|
|
1815
|
-
label?: any | null;
|
|
1816
|
-
}> | null;
|
|
1817
|
-
attributes?: Array<{
|
|
1818
|
-
id: string;
|
|
1819
|
-
label?: any | null;
|
|
1820
|
-
system: boolean;
|
|
1821
|
-
type: AttributeType;
|
|
1822
|
-
format?: AttributeFormat | null;
|
|
1823
|
-
linked_library?: {
|
|
1824
|
-
id: string;
|
|
1825
|
-
behavior: LibraryBehavior;
|
|
1826
|
-
} | null;
|
|
1827
|
-
} | {
|
|
1828
|
-
id: string;
|
|
1829
|
-
label?: any | null;
|
|
1830
|
-
system: boolean;
|
|
1831
|
-
type: AttributeType;
|
|
1832
|
-
format?: AttributeFormat | null;
|
|
1833
|
-
}> | null;
|
|
1834
|
-
permissions_conf?: {
|
|
1835
|
-
relation: PermissionsRelation;
|
|
1836
|
-
permissionTreeAttributes: Array<{
|
|
1837
|
-
id: string;
|
|
1838
|
-
label?: any | null;
|
|
1839
|
-
} | {
|
|
1840
|
-
id: string;
|
|
1841
|
-
label?: any | null;
|
|
1842
|
-
linked_tree?: {
|
|
1843
|
-
id: string;
|
|
1844
|
-
} | null;
|
|
1845
|
-
}>;
|
|
1846
|
-
} | null;
|
|
1847
|
-
recordIdentityConf?: {
|
|
1848
|
-
label?: string | null;
|
|
1849
|
-
subLabel?: string | null;
|
|
1850
|
-
color?: string | null;
|
|
1851
|
-
preview?: string | null;
|
|
1852
|
-
treeColorPreview?: string | null;
|
|
1853
|
-
} | null;
|
|
1854
|
-
permissions?: {
|
|
1855
|
-
admin_library: boolean;
|
|
1856
|
-
access_library: boolean;
|
|
1857
|
-
access_record: boolean;
|
|
1858
|
-
create_record: boolean;
|
|
1859
|
-
edit_record: boolean;
|
|
1860
|
-
delete_record: boolean;
|
|
1861
|
-
} | null;
|
|
1862
|
-
icon?: {
|
|
2231
|
+
created_by?: {
|
|
1863
2232
|
id: string;
|
|
1864
2233
|
whoAmI: {
|
|
1865
2234
|
id: string;
|
|
@@ -1873,87 +2242,37 @@ export type LibraryDetailsFragment = {
|
|
|
1873
2242
|
};
|
|
1874
2243
|
};
|
|
1875
2244
|
} | null;
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
};
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
system: boolean;
|
|
1894
|
-
type: AttributeType;
|
|
1895
|
-
format?: AttributeFormat | null;
|
|
1896
|
-
linked_library?: {
|
|
1897
|
-
id: string;
|
|
1898
|
-
behavior: LibraryBehavior;
|
|
1899
|
-
} | null;
|
|
1900
|
-
};
|
|
1901
|
-
export type LibraryAttributesStandardAttributeTreeAttributeFragment = {
|
|
1902
|
-
id: string;
|
|
1903
|
-
label?: any | null;
|
|
1904
|
-
system: boolean;
|
|
1905
|
-
type: AttributeType;
|
|
1906
|
-
format?: AttributeFormat | null;
|
|
1907
|
-
};
|
|
1908
|
-
export type LibraryAttributesFragment = LibraryAttributesLinkAttributeFragment | LibraryAttributesStandardAttributeTreeAttributeFragment;
|
|
1909
|
-
export type LibraryLinkAttributeDetailsFragment = {
|
|
1910
|
-
linked_library?: {
|
|
1911
|
-
id: string;
|
|
1912
|
-
behavior: LibraryBehavior;
|
|
1913
|
-
} | null;
|
|
1914
|
-
};
|
|
1915
|
-
export type LibraryPreviewsSettingsFragment = {
|
|
1916
|
-
label: any;
|
|
1917
|
-
description?: any | null;
|
|
1918
|
-
system: boolean;
|
|
1919
|
-
versions: {
|
|
1920
|
-
background: string;
|
|
1921
|
-
density: number;
|
|
1922
|
-
sizes: Array<{
|
|
1923
|
-
name: string;
|
|
1924
|
-
size: number;
|
|
1925
|
-
}>;
|
|
1926
|
-
};
|
|
1927
|
-
};
|
|
1928
|
-
export type RecordFormElementFragment = {
|
|
1929
|
-
id: string;
|
|
1930
|
-
containerId: string;
|
|
1931
|
-
uiElementType: string;
|
|
1932
|
-
type: FormElementTypes;
|
|
1933
|
-
attribute?: {
|
|
2245
|
+
version?: Array<{
|
|
2246
|
+
treeId: string;
|
|
2247
|
+
treeNode?: {
|
|
2248
|
+
id: string;
|
|
2249
|
+
record: {
|
|
2250
|
+
id: string;
|
|
2251
|
+
whoAmI: {
|
|
2252
|
+
id: string;
|
|
2253
|
+
label?: string | null;
|
|
2254
|
+
library: {
|
|
2255
|
+
id: string;
|
|
2256
|
+
};
|
|
2257
|
+
};
|
|
2258
|
+
};
|
|
2259
|
+
} | null;
|
|
2260
|
+
} | null> | null;
|
|
2261
|
+
attribute: {
|
|
1934
2262
|
id: string;
|
|
1935
|
-
label?: any | null;
|
|
1936
|
-
description?: any | null;
|
|
1937
|
-
type: AttributeType;
|
|
1938
2263
|
format?: AttributeFormat | null;
|
|
2264
|
+
type: AttributeType;
|
|
1939
2265
|
system: boolean;
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
} | null;
|
|
1951
|
-
} | null;
|
|
1952
|
-
linkValuesList?: {
|
|
1953
|
-
enable: boolean;
|
|
1954
|
-
allowFreeEntry?: boolean | null;
|
|
1955
|
-
allowListUpdate?: boolean | null;
|
|
1956
|
-
values?: Array<{
|
|
2266
|
+
};
|
|
2267
|
+
metadata?: Array<{
|
|
2268
|
+
name: string;
|
|
2269
|
+
value?: {
|
|
2270
|
+
id_value?: string | null;
|
|
2271
|
+
modified_at?: number | null;
|
|
2272
|
+
created_at?: number | null;
|
|
2273
|
+
payload?: any | null;
|
|
2274
|
+
raw_payload?: any | null;
|
|
2275
|
+
modified_by?: {
|
|
1957
2276
|
id: string;
|
|
1958
2277
|
whoAmI: {
|
|
1959
2278
|
id: string;
|
|
@@ -1966,480 +2285,169 @@ export type RecordFormElementFragment = {
|
|
|
1966
2285
|
label?: any | null;
|
|
1967
2286
|
};
|
|
1968
2287
|
};
|
|
1969
|
-
}> | null;
|
|
1970
|
-
} | null;
|
|
1971
|
-
permissions: {
|
|
1972
|
-
access_attribute: boolean;
|
|
1973
|
-
edit_value: boolean;
|
|
1974
|
-
};
|
|
1975
|
-
versions_conf?: {
|
|
1976
|
-
versionable: boolean;
|
|
1977
|
-
profile?: {
|
|
1978
|
-
id: string;
|
|
1979
|
-
trees: Array<{
|
|
1980
|
-
id: string;
|
|
1981
|
-
label?: any | null;
|
|
1982
|
-
}>;
|
|
1983
|
-
} | null;
|
|
1984
|
-
} | null;
|
|
1985
|
-
metadata_fields?: Array<{
|
|
1986
|
-
id: string;
|
|
1987
|
-
label?: any | null;
|
|
1988
|
-
description?: any | null;
|
|
1989
|
-
type: AttributeType;
|
|
1990
|
-
format?: AttributeFormat | null;
|
|
1991
|
-
system: boolean;
|
|
1992
|
-
readonly: boolean;
|
|
1993
|
-
multiple_values: boolean;
|
|
1994
|
-
permissions: {
|
|
1995
|
-
access_attribute: boolean;
|
|
1996
|
-
edit_value: boolean;
|
|
1997
|
-
};
|
|
1998
|
-
values_list?: {
|
|
1999
|
-
enable: boolean;
|
|
2000
|
-
allowFreeEntry?: boolean | null;
|
|
2001
|
-
allowListUpdate?: boolean | null;
|
|
2002
|
-
dateRangeValues?: Array<{
|
|
2003
|
-
from?: string | null;
|
|
2004
|
-
to?: string | null;
|
|
2005
|
-
}> | null;
|
|
2006
|
-
} | {
|
|
2007
|
-
enable: boolean;
|
|
2008
|
-
allowFreeEntry?: boolean | null;
|
|
2009
|
-
allowListUpdate?: boolean | null;
|
|
2010
|
-
values?: Array<string> | null;
|
|
2011
|
-
} | null;
|
|
2012
|
-
metadata_fields?: Array<{
|
|
2013
|
-
id: string;
|
|
2014
|
-
}> | null;
|
|
2015
|
-
}> | null;
|
|
2016
|
-
} | {
|
|
2017
|
-
character_limit?: number | null;
|
|
2018
|
-
id: string;
|
|
2019
|
-
label?: any | null;
|
|
2020
|
-
description?: any | null;
|
|
2021
|
-
type: AttributeType;
|
|
2022
|
-
format?: AttributeFormat | null;
|
|
2023
|
-
system: boolean;
|
|
2024
|
-
readonly: boolean;
|
|
2025
|
-
required: boolean;
|
|
2026
|
-
multiple_values: boolean;
|
|
2027
|
-
compute: boolean;
|
|
2028
|
-
values_list?: {
|
|
2029
|
-
enable: boolean;
|
|
2030
|
-
allowFreeEntry?: boolean | null;
|
|
2031
|
-
allowListUpdate?: boolean | null;
|
|
2032
|
-
dateRangeValues?: Array<{
|
|
2033
|
-
from?: string | null;
|
|
2034
|
-
to?: string | null;
|
|
2035
|
-
}> | null;
|
|
2036
|
-
} | {
|
|
2037
|
-
enable: boolean;
|
|
2038
|
-
allowFreeEntry?: boolean | null;
|
|
2039
|
-
allowListUpdate?: boolean | null;
|
|
2040
|
-
values?: Array<string> | null;
|
|
2041
|
-
} | null;
|
|
2042
|
-
permissions: {
|
|
2043
|
-
access_attribute: boolean;
|
|
2044
|
-
edit_value: boolean;
|
|
2045
|
-
};
|
|
2046
|
-
versions_conf?: {
|
|
2047
|
-
versionable: boolean;
|
|
2048
|
-
profile?: {
|
|
2049
|
-
id: string;
|
|
2050
|
-
trees: Array<{
|
|
2051
|
-
id: string;
|
|
2052
|
-
label?: any | null;
|
|
2053
|
-
}>;
|
|
2054
|
-
} | null;
|
|
2055
|
-
} | null;
|
|
2056
|
-
metadata_fields?: Array<{
|
|
2057
|
-
id: string;
|
|
2058
|
-
label?: any | null;
|
|
2059
|
-
description?: any | null;
|
|
2060
|
-
type: AttributeType;
|
|
2061
|
-
format?: AttributeFormat | null;
|
|
2062
|
-
system: boolean;
|
|
2063
|
-
readonly: boolean;
|
|
2064
|
-
multiple_values: boolean;
|
|
2065
|
-
permissions: {
|
|
2066
|
-
access_attribute: boolean;
|
|
2067
|
-
edit_value: boolean;
|
|
2068
|
-
};
|
|
2069
|
-
values_list?: {
|
|
2070
|
-
enable: boolean;
|
|
2071
|
-
allowFreeEntry?: boolean | null;
|
|
2072
|
-
allowListUpdate?: boolean | null;
|
|
2073
|
-
dateRangeValues?: Array<{
|
|
2074
|
-
from?: string | null;
|
|
2075
|
-
to?: string | null;
|
|
2076
|
-
}> | null;
|
|
2077
|
-
} | {
|
|
2078
|
-
enable: boolean;
|
|
2079
|
-
allowFreeEntry?: boolean | null;
|
|
2080
|
-
allowListUpdate?: boolean | null;
|
|
2081
|
-
values?: Array<string> | null;
|
|
2082
2288
|
} | null;
|
|
2083
|
-
|
|
2084
|
-
id: string;
|
|
2085
|
-
}> | null;
|
|
2086
|
-
}> | null;
|
|
2087
|
-
} | {
|
|
2088
|
-
id: string;
|
|
2089
|
-
label?: any | null;
|
|
2090
|
-
description?: any | null;
|
|
2091
|
-
type: AttributeType;
|
|
2092
|
-
format?: AttributeFormat | null;
|
|
2093
|
-
system: boolean;
|
|
2094
|
-
readonly: boolean;
|
|
2095
|
-
required: boolean;
|
|
2096
|
-
multiple_values: boolean;
|
|
2097
|
-
compute: boolean;
|
|
2098
|
-
linked_tree?: {
|
|
2099
|
-
id: string;
|
|
2100
|
-
label?: any | null;
|
|
2101
|
-
} | null;
|
|
2102
|
-
treeValuesList?: {
|
|
2103
|
-
enable: boolean;
|
|
2104
|
-
allowFreeEntry?: boolean | null;
|
|
2105
|
-
allowListUpdate?: boolean | null;
|
|
2106
|
-
values?: Array<{
|
|
2289
|
+
created_by?: {
|
|
2107
2290
|
id: string;
|
|
2108
|
-
|
|
2291
|
+
whoAmI: {
|
|
2109
2292
|
id: string;
|
|
2110
|
-
|
|
2293
|
+
label?: string | null;
|
|
2294
|
+
subLabel?: string | null;
|
|
2295
|
+
color?: string | null;
|
|
2296
|
+
preview?: IPreviewScalar | null;
|
|
2297
|
+
library: {
|
|
2111
2298
|
id: string;
|
|
2112
|
-
label?:
|
|
2113
|
-
subLabel?: string | null;
|
|
2114
|
-
color?: string | null;
|
|
2115
|
-
preview?: IPreviewScalar | null;
|
|
2116
|
-
library: {
|
|
2117
|
-
id: string;
|
|
2118
|
-
label?: any | null;
|
|
2119
|
-
};
|
|
2299
|
+
label?: any | null;
|
|
2120
2300
|
};
|
|
2121
2301
|
};
|
|
2122
|
-
|
|
2302
|
+
} | null;
|
|
2303
|
+
version?: Array<{
|
|
2304
|
+
treeId: string;
|
|
2305
|
+
treeNode?: {
|
|
2306
|
+
id: string;
|
|
2123
2307
|
record: {
|
|
2124
2308
|
id: string;
|
|
2125
2309
|
whoAmI: {
|
|
2126
2310
|
id: string;
|
|
2127
2311
|
label?: string | null;
|
|
2128
|
-
subLabel?: string | null;
|
|
2129
|
-
color?: string | null;
|
|
2130
|
-
preview?: IPreviewScalar | null;
|
|
2131
2312
|
library: {
|
|
2132
2313
|
id: string;
|
|
2133
|
-
label?: any | null;
|
|
2134
2314
|
};
|
|
2135
2315
|
};
|
|
2136
2316
|
};
|
|
2137
|
-
}
|
|
2138
|
-
}> | null;
|
|
2317
|
+
} | null;
|
|
2318
|
+
} | null> | null;
|
|
2139
2319
|
} | null;
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2320
|
+
} | null> | null;
|
|
2321
|
+
};
|
|
2322
|
+
export type ValueDetailsValueFragment = {
|
|
2323
|
+
payload?: any | null;
|
|
2324
|
+
raw_payload?: any | null;
|
|
2325
|
+
value?: any | null;
|
|
2326
|
+
raw_value?: any | null;
|
|
2327
|
+
id_value?: string | null;
|
|
2328
|
+
isInherited?: boolean | null;
|
|
2329
|
+
isCalculated?: boolean | null;
|
|
2330
|
+
modified_at?: number | null;
|
|
2331
|
+
created_at?: number | null;
|
|
2332
|
+
modified_by?: {
|
|
2333
|
+
id: string;
|
|
2334
|
+
whoAmI: {
|
|
2335
|
+
id: string;
|
|
2336
|
+
label?: string | null;
|
|
2337
|
+
subLabel?: string | null;
|
|
2338
|
+
color?: string | null;
|
|
2339
|
+
preview?: IPreviewScalar | null;
|
|
2340
|
+
library: {
|
|
2341
|
+
id: string;
|
|
2342
|
+
label?: any | null;
|
|
2343
|
+
};
|
|
2143
2344
|
};
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2345
|
+
} | null;
|
|
2346
|
+
created_by?: {
|
|
2347
|
+
id: string;
|
|
2348
|
+
whoAmI: {
|
|
2349
|
+
id: string;
|
|
2350
|
+
label?: string | null;
|
|
2351
|
+
subLabel?: string | null;
|
|
2352
|
+
color?: string | null;
|
|
2353
|
+
preview?: IPreviewScalar | null;
|
|
2354
|
+
library: {
|
|
2147
2355
|
id: string;
|
|
2148
|
-
|
|
2356
|
+
label?: any | null;
|
|
2357
|
+
};
|
|
2358
|
+
};
|
|
2359
|
+
} | null;
|
|
2360
|
+
version?: Array<{
|
|
2361
|
+
treeId: string;
|
|
2362
|
+
treeNode?: {
|
|
2363
|
+
id: string;
|
|
2364
|
+
record: {
|
|
2365
|
+
id: string;
|
|
2366
|
+
whoAmI: {
|
|
2149
2367
|
id: string;
|
|
2150
|
-
label?:
|
|
2151
|
-
|
|
2152
|
-
|
|
2368
|
+
label?: string | null;
|
|
2369
|
+
library: {
|
|
2370
|
+
id: string;
|
|
2371
|
+
};
|
|
2372
|
+
};
|
|
2373
|
+
};
|
|
2153
2374
|
} | null;
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
allowListUpdate?: boolean | null;
|
|
2171
|
-
dateRangeValues?: Array<{
|
|
2172
|
-
from?: string | null;
|
|
2173
|
-
to?: string | null;
|
|
2174
|
-
}> | null;
|
|
2175
|
-
} | {
|
|
2176
|
-
enable: boolean;
|
|
2177
|
-
allowFreeEntry?: boolean | null;
|
|
2178
|
-
allowListUpdate?: boolean | null;
|
|
2179
|
-
values?: Array<string> | null;
|
|
2180
|
-
} | null;
|
|
2181
|
-
metadata_fields?: Array<{
|
|
2182
|
-
id: string;
|
|
2183
|
-
}> | null;
|
|
2184
|
-
}> | null;
|
|
2185
|
-
} | null;
|
|
2186
|
-
settings: Array<{
|
|
2187
|
-
key: string;
|
|
2188
|
-
value: any;
|
|
2189
|
-
}>;
|
|
2190
|
-
joinLibraryContext?: {
|
|
2191
|
-
mandatoryAttribute: {
|
|
2192
|
-
id: string;
|
|
2193
|
-
label?: any | null;
|
|
2194
|
-
description?: any | null;
|
|
2195
|
-
type: AttributeType;
|
|
2196
|
-
format?: AttributeFormat | null;
|
|
2197
|
-
system: boolean;
|
|
2198
|
-
readonly: boolean;
|
|
2199
|
-
required: boolean;
|
|
2200
|
-
multiple_values: boolean;
|
|
2201
|
-
compute: boolean;
|
|
2202
|
-
linked_library?: {
|
|
2375
|
+
} | null> | null;
|
|
2376
|
+
attribute: {
|
|
2377
|
+
id: string;
|
|
2378
|
+
format?: AttributeFormat | null;
|
|
2379
|
+
type: AttributeType;
|
|
2380
|
+
system: boolean;
|
|
2381
|
+
};
|
|
2382
|
+
metadata?: Array<{
|
|
2383
|
+
name: string;
|
|
2384
|
+
value?: {
|
|
2385
|
+
id_value?: string | null;
|
|
2386
|
+
modified_at?: number | null;
|
|
2387
|
+
created_at?: number | null;
|
|
2388
|
+
payload?: any | null;
|
|
2389
|
+
raw_payload?: any | null;
|
|
2390
|
+
modified_by?: {
|
|
2203
2391
|
id: string;
|
|
2204
|
-
|
|
2205
|
-
behavior: LibraryBehavior;
|
|
2206
|
-
permissions?: {
|
|
2207
|
-
create_record: boolean;
|
|
2208
|
-
} | null;
|
|
2209
|
-
} | null;
|
|
2210
|
-
linkValuesList?: {
|
|
2211
|
-
enable: boolean;
|
|
2212
|
-
allowFreeEntry?: boolean | null;
|
|
2213
|
-
allowListUpdate?: boolean | null;
|
|
2214
|
-
values?: Array<{
|
|
2215
|
-
id: string;
|
|
2216
|
-
whoAmI: {
|
|
2217
|
-
id: string;
|
|
2218
|
-
label?: string | null;
|
|
2219
|
-
subLabel?: string | null;
|
|
2220
|
-
color?: string | null;
|
|
2221
|
-
preview?: IPreviewScalar | null;
|
|
2222
|
-
library: {
|
|
2223
|
-
id: string;
|
|
2224
|
-
label?: any | null;
|
|
2225
|
-
};
|
|
2226
|
-
};
|
|
2227
|
-
}> | null;
|
|
2228
|
-
} | null;
|
|
2229
|
-
permissions: {
|
|
2230
|
-
access_attribute: boolean;
|
|
2231
|
-
edit_value: boolean;
|
|
2232
|
-
};
|
|
2233
|
-
versions_conf?: {
|
|
2234
|
-
versionable: boolean;
|
|
2235
|
-
profile?: {
|
|
2392
|
+
whoAmI: {
|
|
2236
2393
|
id: string;
|
|
2237
|
-
|
|
2394
|
+
label?: string | null;
|
|
2395
|
+
subLabel?: string | null;
|
|
2396
|
+
color?: string | null;
|
|
2397
|
+
preview?: IPreviewScalar | null;
|
|
2398
|
+
library: {
|
|
2238
2399
|
id: string;
|
|
2239
2400
|
label?: any | null;
|
|
2240
|
-
}
|
|
2241
|
-
} | null;
|
|
2242
|
-
} | null;
|
|
2243
|
-
metadata_fields?: Array<{
|
|
2244
|
-
id: string;
|
|
2245
|
-
label?: any | null;
|
|
2246
|
-
description?: any | null;
|
|
2247
|
-
type: AttributeType;
|
|
2248
|
-
format?: AttributeFormat | null;
|
|
2249
|
-
system: boolean;
|
|
2250
|
-
readonly: boolean;
|
|
2251
|
-
multiple_values: boolean;
|
|
2252
|
-
permissions: {
|
|
2253
|
-
access_attribute: boolean;
|
|
2254
|
-
edit_value: boolean;
|
|
2401
|
+
};
|
|
2255
2402
|
};
|
|
2256
|
-
values_list?: {
|
|
2257
|
-
enable: boolean;
|
|
2258
|
-
allowFreeEntry?: boolean | null;
|
|
2259
|
-
allowListUpdate?: boolean | null;
|
|
2260
|
-
dateRangeValues?: Array<{
|
|
2261
|
-
from?: string | null;
|
|
2262
|
-
to?: string | null;
|
|
2263
|
-
}> | null;
|
|
2264
|
-
} | {
|
|
2265
|
-
enable: boolean;
|
|
2266
|
-
allowFreeEntry?: boolean | null;
|
|
2267
|
-
allowListUpdate?: boolean | null;
|
|
2268
|
-
values?: Array<string> | null;
|
|
2269
|
-
} | null;
|
|
2270
|
-
metadata_fields?: Array<{
|
|
2271
|
-
id: string;
|
|
2272
|
-
}> | null;
|
|
2273
|
-
}> | null;
|
|
2274
|
-
} | {
|
|
2275
|
-
character_limit?: number | null;
|
|
2276
|
-
id: string;
|
|
2277
|
-
label?: any | null;
|
|
2278
|
-
description?: any | null;
|
|
2279
|
-
type: AttributeType;
|
|
2280
|
-
format?: AttributeFormat | null;
|
|
2281
|
-
system: boolean;
|
|
2282
|
-
readonly: boolean;
|
|
2283
|
-
required: boolean;
|
|
2284
|
-
multiple_values: boolean;
|
|
2285
|
-
compute: boolean;
|
|
2286
|
-
values_list?: {
|
|
2287
|
-
enable: boolean;
|
|
2288
|
-
allowFreeEntry?: boolean | null;
|
|
2289
|
-
allowListUpdate?: boolean | null;
|
|
2290
|
-
dateRangeValues?: Array<{
|
|
2291
|
-
from?: string | null;
|
|
2292
|
-
to?: string | null;
|
|
2293
|
-
}> | null;
|
|
2294
|
-
} | {
|
|
2295
|
-
enable: boolean;
|
|
2296
|
-
allowFreeEntry?: boolean | null;
|
|
2297
|
-
allowListUpdate?: boolean | null;
|
|
2298
|
-
values?: Array<string> | null;
|
|
2299
2403
|
} | null;
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
};
|
|
2304
|
-
versions_conf?: {
|
|
2305
|
-
versionable: boolean;
|
|
2306
|
-
profile?: {
|
|
2404
|
+
created_by?: {
|
|
2405
|
+
id: string;
|
|
2406
|
+
whoAmI: {
|
|
2307
2407
|
id: string;
|
|
2308
|
-
|
|
2408
|
+
label?: string | null;
|
|
2409
|
+
subLabel?: string | null;
|
|
2410
|
+
color?: string | null;
|
|
2411
|
+
preview?: IPreviewScalar | null;
|
|
2412
|
+
library: {
|
|
2309
2413
|
id: string;
|
|
2310
2414
|
label?: any | null;
|
|
2311
|
-
}
|
|
2312
|
-
} | null;
|
|
2313
|
-
} | null;
|
|
2314
|
-
metadata_fields?: Array<{
|
|
2315
|
-
id: string;
|
|
2316
|
-
label?: any | null;
|
|
2317
|
-
description?: any | null;
|
|
2318
|
-
type: AttributeType;
|
|
2319
|
-
format?: AttributeFormat | null;
|
|
2320
|
-
system: boolean;
|
|
2321
|
-
readonly: boolean;
|
|
2322
|
-
multiple_values: boolean;
|
|
2323
|
-
permissions: {
|
|
2324
|
-
access_attribute: boolean;
|
|
2325
|
-
edit_value: boolean;
|
|
2415
|
+
};
|
|
2326
2416
|
};
|
|
2327
|
-
values_list?: {
|
|
2328
|
-
enable: boolean;
|
|
2329
|
-
allowFreeEntry?: boolean | null;
|
|
2330
|
-
allowListUpdate?: boolean | null;
|
|
2331
|
-
dateRangeValues?: Array<{
|
|
2332
|
-
from?: string | null;
|
|
2333
|
-
to?: string | null;
|
|
2334
|
-
}> | null;
|
|
2335
|
-
} | {
|
|
2336
|
-
enable: boolean;
|
|
2337
|
-
allowFreeEntry?: boolean | null;
|
|
2338
|
-
allowListUpdate?: boolean | null;
|
|
2339
|
-
values?: Array<string> | null;
|
|
2340
|
-
} | null;
|
|
2341
|
-
metadata_fields?: Array<{
|
|
2342
|
-
id: string;
|
|
2343
|
-
}> | null;
|
|
2344
|
-
}> | null;
|
|
2345
|
-
} | {
|
|
2346
|
-
id: string;
|
|
2347
|
-
label?: any | null;
|
|
2348
|
-
description?: any | null;
|
|
2349
|
-
type: AttributeType;
|
|
2350
|
-
format?: AttributeFormat | null;
|
|
2351
|
-
system: boolean;
|
|
2352
|
-
readonly: boolean;
|
|
2353
|
-
required: boolean;
|
|
2354
|
-
multiple_values: boolean;
|
|
2355
|
-
compute: boolean;
|
|
2356
|
-
linked_tree?: {
|
|
2357
|
-
id: string;
|
|
2358
|
-
label?: any | null;
|
|
2359
2417
|
} | null;
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
allowListUpdate?: boolean | null;
|
|
2364
|
-
values?: Array<{
|
|
2418
|
+
version?: Array<{
|
|
2419
|
+
treeId: string;
|
|
2420
|
+
treeNode?: {
|
|
2365
2421
|
id: string;
|
|
2366
2422
|
record: {
|
|
2367
2423
|
id: string;
|
|
2368
2424
|
whoAmI: {
|
|
2369
2425
|
id: string;
|
|
2370
2426
|
label?: string | null;
|
|
2371
|
-
subLabel?: string | null;
|
|
2372
|
-
color?: string | null;
|
|
2373
|
-
preview?: IPreviewScalar | null;
|
|
2374
2427
|
library: {
|
|
2375
2428
|
id: string;
|
|
2376
|
-
label?: any | null;
|
|
2377
2429
|
};
|
|
2378
2430
|
};
|
|
2379
2431
|
};
|
|
2380
|
-
ancestors?: Array<{
|
|
2381
|
-
record: {
|
|
2382
|
-
id: string;
|
|
2383
|
-
whoAmI: {
|
|
2384
|
-
id: string;
|
|
2385
|
-
label?: string | null;
|
|
2386
|
-
subLabel?: string | null;
|
|
2387
|
-
color?: string | null;
|
|
2388
|
-
preview?: IPreviewScalar | null;
|
|
2389
|
-
library: {
|
|
2390
|
-
id: string;
|
|
2391
|
-
label?: any | null;
|
|
2392
|
-
};
|
|
2393
|
-
};
|
|
2394
|
-
};
|
|
2395
|
-
}> | null;
|
|
2396
|
-
}> | null;
|
|
2397
|
-
} | null;
|
|
2398
|
-
permissions: {
|
|
2399
|
-
access_attribute: boolean;
|
|
2400
|
-
edit_value: boolean;
|
|
2401
|
-
};
|
|
2402
|
-
versions_conf?: {
|
|
2403
|
-
versionable: boolean;
|
|
2404
|
-
profile?: {
|
|
2405
|
-
id: string;
|
|
2406
|
-
trees: Array<{
|
|
2407
|
-
id: string;
|
|
2408
|
-
label?: any | null;
|
|
2409
|
-
}>;
|
|
2410
2432
|
} | null;
|
|
2411
|
-
} | null;
|
|
2412
|
-
|
|
2433
|
+
} | null> | null;
|
|
2434
|
+
} | null;
|
|
2435
|
+
} | null> | null;
|
|
2436
|
+
};
|
|
2437
|
+
export type ValueDetailsFragment = ValueDetailsLinkValueFragment | ValueDetailsTreeValueFragment | ValueDetailsValueFragment;
|
|
2438
|
+
export type ValuesVersionDetailsFragment = {
|
|
2439
|
+
treeId: string;
|
|
2440
|
+
treeNode?: {
|
|
2441
|
+
id: string;
|
|
2442
|
+
record: {
|
|
2443
|
+
id: string;
|
|
2444
|
+
whoAmI: {
|
|
2413
2445
|
id: string;
|
|
2414
|
-
label?:
|
|
2415
|
-
|
|
2416
|
-
type: AttributeType;
|
|
2417
|
-
format?: AttributeFormat | null;
|
|
2418
|
-
system: boolean;
|
|
2419
|
-
readonly: boolean;
|
|
2420
|
-
multiple_values: boolean;
|
|
2421
|
-
permissions: {
|
|
2422
|
-
access_attribute: boolean;
|
|
2423
|
-
edit_value: boolean;
|
|
2424
|
-
};
|
|
2425
|
-
values_list?: {
|
|
2426
|
-
enable: boolean;
|
|
2427
|
-
allowFreeEntry?: boolean | null;
|
|
2428
|
-
allowListUpdate?: boolean | null;
|
|
2429
|
-
dateRangeValues?: Array<{
|
|
2430
|
-
from?: string | null;
|
|
2431
|
-
to?: string | null;
|
|
2432
|
-
}> | null;
|
|
2433
|
-
} | {
|
|
2434
|
-
enable: boolean;
|
|
2435
|
-
allowFreeEntry?: boolean | null;
|
|
2436
|
-
allowListUpdate?: boolean | null;
|
|
2437
|
-
values?: Array<string> | null;
|
|
2438
|
-
} | null;
|
|
2439
|
-
metadata_fields?: Array<{
|
|
2446
|
+
label?: string | null;
|
|
2447
|
+
library: {
|
|
2440
2448
|
id: string;
|
|
2441
|
-
}
|
|
2442
|
-
}
|
|
2449
|
+
};
|
|
2450
|
+
};
|
|
2443
2451
|
};
|
|
2444
2452
|
} | null;
|
|
2445
2453
|
};
|
|
@@ -3173,6 +3181,27 @@ export type LinkAttributeDetailsFragment = {
|
|
|
3173
3181
|
id: string;
|
|
3174
3182
|
label?: any | null;
|
|
3175
3183
|
} | null;
|
|
3184
|
+
values_list?: {
|
|
3185
|
+
allowFreeEntry?: boolean | null;
|
|
3186
|
+
enable: boolean;
|
|
3187
|
+
values?: Array<{
|
|
3188
|
+
id: string;
|
|
3189
|
+
whoAmI: {
|
|
3190
|
+
id: string;
|
|
3191
|
+
library: {
|
|
3192
|
+
id: string;
|
|
3193
|
+
};
|
|
3194
|
+
};
|
|
3195
|
+
}> | null;
|
|
3196
|
+
} | null;
|
|
3197
|
+
};
|
|
3198
|
+
export type TreeAttributeDetailsFragment = {
|
|
3199
|
+
id: string;
|
|
3200
|
+
label?: any | null;
|
|
3201
|
+
linked_tree?: {
|
|
3202
|
+
id: string;
|
|
3203
|
+
label?: any | null;
|
|
3204
|
+
} | null;
|
|
3176
3205
|
};
|
|
3177
3206
|
export type AttributePropertiesFragment = {
|
|
3178
3207
|
id: string;
|
|
@@ -3789,529 +3818,134 @@ export type CreateDirectoryMutation = {
|
|
|
3789
3818
|
subLabel?: string | null;
|
|
3790
3819
|
color?: string | null;
|
|
3791
3820
|
preview?: IPreviewScalar | null;
|
|
3792
|
-
library: {
|
|
3793
|
-
id: string;
|
|
3794
|
-
label?: any | null;
|
|
3795
|
-
};
|
|
3796
|
-
};
|
|
3797
|
-
};
|
|
3798
|
-
};
|
|
3799
|
-
export type ForcePreviewsGenerationMutationVariables = Exact<{
|
|
3800
|
-
libraryId: Scalars['ID'];
|
|
3801
|
-
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
3802
|
-
recordIds?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
3803
|
-
failedOnly?: InputMaybe<Scalars['Boolean']>;
|
|
3804
|
-
previewVersionSizeNames?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
3805
|
-
}>;
|
|
3806
|
-
export type ForcePreviewsGenerationMutation = {
|
|
3807
|
-
forcePreviewsGeneration: boolean;
|
|
3808
|
-
};
|
|
3809
|
-
export type GetDirectoryDataQueryVariables = Exact<{
|
|
3810
|
-
library: Scalars['ID'];
|
|
3811
|
-
directoryId: Scalars['String'];
|
|
3812
|
-
}>;
|
|
3813
|
-
export type GetDirectoryDataQuery = {
|
|
3814
|
-
records: {
|
|
3815
|
-
list: Array<{
|
|
3816
|
-
id: string;
|
|
3817
|
-
whoAmI: {
|
|
3818
|
-
id: string;
|
|
3819
|
-
label?: string | null;
|
|
3820
|
-
subLabel?: string | null;
|
|
3821
|
-
color?: string | null;
|
|
3822
|
-
preview?: IPreviewScalar | null;
|
|
3823
|
-
library: {
|
|
3824
|
-
id: string;
|
|
3825
|
-
label?: any | null;
|
|
3826
|
-
};
|
|
3827
|
-
};
|
|
3828
|
-
created_at: Array<{
|
|
3829
|
-
value?: any | null;
|
|
3830
|
-
}>;
|
|
3831
|
-
created_by: Array<{
|
|
3832
|
-
value?: {
|
|
3833
|
-
id: string;
|
|
3834
|
-
whoAmI: {
|
|
3835
|
-
id: string;
|
|
3836
|
-
label?: string | null;
|
|
3837
|
-
subLabel?: string | null;
|
|
3838
|
-
color?: string | null;
|
|
3839
|
-
preview?: IPreviewScalar | null;
|
|
3840
|
-
library: {
|
|
3841
|
-
id: string;
|
|
3842
|
-
label?: any | null;
|
|
3843
|
-
};
|
|
3844
|
-
};
|
|
3845
|
-
} | null;
|
|
3846
|
-
}>;
|
|
3847
|
-
modified_at: Array<{
|
|
3848
|
-
value?: any | null;
|
|
3849
|
-
}>;
|
|
3850
|
-
modified_by: Array<{
|
|
3851
|
-
value?: {
|
|
3852
|
-
id: string;
|
|
3853
|
-
whoAmI: {
|
|
3854
|
-
id: string;
|
|
3855
|
-
label?: string | null;
|
|
3856
|
-
subLabel?: string | null;
|
|
3857
|
-
color?: string | null;
|
|
3858
|
-
preview?: IPreviewScalar | null;
|
|
3859
|
-
library: {
|
|
3860
|
-
id: string;
|
|
3861
|
-
label?: any | null;
|
|
3862
|
-
};
|
|
3863
|
-
};
|
|
3864
|
-
} | null;
|
|
3865
|
-
}>;
|
|
3866
|
-
file_name: Array<{
|
|
3867
|
-
value?: any | null;
|
|
3868
|
-
}>;
|
|
3869
|
-
file_path: Array<{
|
|
3870
|
-
value?: any | null;
|
|
3871
|
-
}>;
|
|
3872
|
-
library: {
|
|
3873
|
-
behavior: LibraryBehavior;
|
|
3874
|
-
};
|
|
3875
|
-
}>;
|
|
3876
|
-
};
|
|
3877
|
-
};
|
|
3878
|
-
export type UploadUpdateSubscriptionVariables = Exact<{
|
|
3879
|
-
filters?: InputMaybe<UploadFiltersInput>;
|
|
3880
|
-
}>;
|
|
3881
|
-
export type UploadUpdateSubscription = {
|
|
3882
|
-
upload: {
|
|
3883
|
-
userId: string;
|
|
3884
|
-
uid: string;
|
|
3885
|
-
progress: {
|
|
3886
|
-
length?: number | null;
|
|
3887
|
-
transferred?: number | null;
|
|
3888
|
-
speed?: number | null;
|
|
3889
|
-
runtime?: number | null;
|
|
3890
|
-
remaining?: number | null;
|
|
3891
|
-
percentage?: number | null;
|
|
3892
|
-
eta?: number | null;
|
|
3893
|
-
delta?: number | null;
|
|
3894
|
-
};
|
|
3895
|
-
};
|
|
3896
|
-
};
|
|
3897
|
-
export type UploadMutationVariables = Exact<{
|
|
3898
|
-
library: Scalars['String'];
|
|
3899
|
-
nodeId: Scalars['String'];
|
|
3900
|
-
files: Array<FileInput> | FileInput;
|
|
3901
|
-
}>;
|
|
3902
|
-
export type UploadMutation = {
|
|
3903
|
-
upload: Array<{
|
|
3904
|
-
uid: string;
|
|
3905
|
-
record: {
|
|
3906
|
-
id: string;
|
|
3907
|
-
whoAmI: {
|
|
3908
|
-
id: string;
|
|
3909
|
-
label?: string | null;
|
|
3910
|
-
subLabel?: string | null;
|
|
3911
|
-
color?: string | null;
|
|
3912
|
-
preview?: IPreviewScalar | null;
|
|
3913
|
-
library: {
|
|
3914
|
-
id: string;
|
|
3915
|
-
label?: any | null;
|
|
3916
|
-
};
|
|
3917
|
-
};
|
|
3918
|
-
};
|
|
3919
|
-
}>;
|
|
3920
|
-
};
|
|
3921
|
-
export type GetRecordFormElementsValuesQueryVariables = Exact<{
|
|
3922
|
-
recordId?: InputMaybe<Scalars['String']>;
|
|
3923
|
-
libraryId: Scalars['String'];
|
|
3924
|
-
formId: Scalars['String'];
|
|
3925
|
-
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
3926
|
-
elementIds?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
3927
|
-
}>;
|
|
3928
|
-
export type GetRecordFormElementsValuesQuery = {
|
|
3929
|
-
getRecordFormElementsValues?: Array<{
|
|
3930
|
-
id: string;
|
|
3931
|
-
valueError?: string | null;
|
|
3932
|
-
values?: Array<{
|
|
3933
|
-
id_value?: string | null;
|
|
3934
|
-
isInherited?: boolean | null;
|
|
3935
|
-
isCalculated?: boolean | null;
|
|
3936
|
-
modified_at?: number | null;
|
|
3937
|
-
created_at?: number | null;
|
|
3938
|
-
linkValue?: {
|
|
3939
|
-
id: string;
|
|
3940
|
-
whoAmI: {
|
|
3941
|
-
id: string;
|
|
3942
|
-
label?: string | null;
|
|
3943
|
-
subLabel?: string | null;
|
|
3944
|
-
color?: string | null;
|
|
3945
|
-
preview?: IPreviewScalar | null;
|
|
3946
|
-
library: {
|
|
3947
|
-
id: string;
|
|
3948
|
-
label?: any | null;
|
|
3949
|
-
};
|
|
3950
|
-
};
|
|
3951
|
-
} | null;
|
|
3952
|
-
modified_by?: {
|
|
3953
|
-
id: string;
|
|
3954
|
-
whoAmI: {
|
|
3955
|
-
id: string;
|
|
3956
|
-
label?: string | null;
|
|
3957
|
-
subLabel?: string | null;
|
|
3958
|
-
color?: string | null;
|
|
3959
|
-
preview?: IPreviewScalar | null;
|
|
3960
|
-
library: {
|
|
3961
|
-
id: string;
|
|
3962
|
-
label?: any | null;
|
|
3963
|
-
};
|
|
3964
|
-
};
|
|
3965
|
-
} | null;
|
|
3966
|
-
created_by?: {
|
|
3967
|
-
id: string;
|
|
3968
|
-
whoAmI: {
|
|
3969
|
-
id: string;
|
|
3970
|
-
label?: string | null;
|
|
3971
|
-
subLabel?: string | null;
|
|
3972
|
-
color?: string | null;
|
|
3973
|
-
preview?: IPreviewScalar | null;
|
|
3974
|
-
library: {
|
|
3975
|
-
id: string;
|
|
3976
|
-
label?: any | null;
|
|
3977
|
-
};
|
|
3978
|
-
};
|
|
3979
|
-
} | null;
|
|
3980
|
-
version?: Array<{
|
|
3981
|
-
treeId: string;
|
|
3982
|
-
treeNode?: {
|
|
3983
|
-
id: string;
|
|
3984
|
-
record: {
|
|
3985
|
-
id: string;
|
|
3986
|
-
whoAmI: {
|
|
3987
|
-
id: string;
|
|
3988
|
-
label?: string | null;
|
|
3989
|
-
library: {
|
|
3990
|
-
id: string;
|
|
3991
|
-
};
|
|
3992
|
-
};
|
|
3993
|
-
};
|
|
3994
|
-
} | null;
|
|
3995
|
-
} | null> | null;
|
|
3996
|
-
attribute: {
|
|
3997
|
-
id: string;
|
|
3998
|
-
format?: AttributeFormat | null;
|
|
3999
|
-
type: AttributeType;
|
|
4000
|
-
system: boolean;
|
|
4001
|
-
};
|
|
4002
|
-
metadata?: Array<{
|
|
4003
|
-
name: string;
|
|
4004
|
-
value?: {
|
|
4005
|
-
id_value?: string | null;
|
|
4006
|
-
modified_at?: number | null;
|
|
4007
|
-
created_at?: number | null;
|
|
4008
|
-
payload?: any | null;
|
|
4009
|
-
raw_payload?: any | null;
|
|
4010
|
-
modified_by?: {
|
|
4011
|
-
id: string;
|
|
4012
|
-
whoAmI: {
|
|
4013
|
-
id: string;
|
|
4014
|
-
label?: string | null;
|
|
4015
|
-
subLabel?: string | null;
|
|
4016
|
-
color?: string | null;
|
|
4017
|
-
preview?: IPreviewScalar | null;
|
|
4018
|
-
library: {
|
|
4019
|
-
id: string;
|
|
4020
|
-
label?: any | null;
|
|
4021
|
-
};
|
|
4022
|
-
};
|
|
4023
|
-
} | null;
|
|
4024
|
-
created_by?: {
|
|
4025
|
-
id: string;
|
|
4026
|
-
whoAmI: {
|
|
4027
|
-
id: string;
|
|
4028
|
-
label?: string | null;
|
|
4029
|
-
subLabel?: string | null;
|
|
4030
|
-
color?: string | null;
|
|
4031
|
-
preview?: IPreviewScalar | null;
|
|
4032
|
-
library: {
|
|
4033
|
-
id: string;
|
|
4034
|
-
label?: any | null;
|
|
4035
|
-
};
|
|
4036
|
-
};
|
|
4037
|
-
} | null;
|
|
4038
|
-
version?: Array<{
|
|
4039
|
-
treeId: string;
|
|
4040
|
-
treeNode?: {
|
|
4041
|
-
id: string;
|
|
4042
|
-
record: {
|
|
4043
|
-
id: string;
|
|
4044
|
-
whoAmI: {
|
|
4045
|
-
id: string;
|
|
4046
|
-
label?: string | null;
|
|
4047
|
-
library: {
|
|
4048
|
-
id: string;
|
|
4049
|
-
};
|
|
4050
|
-
};
|
|
4051
|
-
};
|
|
4052
|
-
} | null;
|
|
4053
|
-
} | null> | null;
|
|
4054
|
-
} | null;
|
|
4055
|
-
} | null> | null;
|
|
4056
|
-
} | {
|
|
4057
|
-
id_value?: string | null;
|
|
4058
|
-
isInherited?: boolean | null;
|
|
4059
|
-
isCalculated?: boolean | null;
|
|
4060
|
-
modified_at?: number | null;
|
|
4061
|
-
created_at?: number | null;
|
|
4062
|
-
treeValue?: {
|
|
4063
|
-
id: string;
|
|
4064
|
-
record: {
|
|
4065
|
-
id: string;
|
|
4066
|
-
whoAmI: {
|
|
4067
|
-
id: string;
|
|
4068
|
-
label?: string | null;
|
|
4069
|
-
subLabel?: string | null;
|
|
4070
|
-
color?: string | null;
|
|
4071
|
-
preview?: IPreviewScalar | null;
|
|
4072
|
-
library: {
|
|
4073
|
-
id: string;
|
|
4074
|
-
label?: any | null;
|
|
4075
|
-
};
|
|
4076
|
-
};
|
|
4077
|
-
};
|
|
4078
|
-
ancestors?: Array<{
|
|
4079
|
-
record: {
|
|
4080
|
-
id: string;
|
|
4081
|
-
whoAmI: {
|
|
4082
|
-
id: string;
|
|
4083
|
-
label?: string | null;
|
|
4084
|
-
subLabel?: string | null;
|
|
4085
|
-
color?: string | null;
|
|
4086
|
-
preview?: IPreviewScalar | null;
|
|
4087
|
-
library: {
|
|
4088
|
-
id: string;
|
|
4089
|
-
label?: any | null;
|
|
4090
|
-
};
|
|
4091
|
-
};
|
|
4092
|
-
};
|
|
4093
|
-
}> | null;
|
|
4094
|
-
} | null;
|
|
4095
|
-
modified_by?: {
|
|
4096
|
-
id: string;
|
|
4097
|
-
whoAmI: {
|
|
4098
|
-
id: string;
|
|
4099
|
-
label?: string | null;
|
|
4100
|
-
subLabel?: string | null;
|
|
4101
|
-
color?: string | null;
|
|
4102
|
-
preview?: IPreviewScalar | null;
|
|
4103
|
-
library: {
|
|
4104
|
-
id: string;
|
|
4105
|
-
label?: any | null;
|
|
4106
|
-
};
|
|
4107
|
-
};
|
|
4108
|
-
} | null;
|
|
4109
|
-
created_by?: {
|
|
4110
|
-
id: string;
|
|
4111
|
-
whoAmI: {
|
|
4112
|
-
id: string;
|
|
4113
|
-
label?: string | null;
|
|
4114
|
-
subLabel?: string | null;
|
|
4115
|
-
color?: string | null;
|
|
4116
|
-
preview?: IPreviewScalar | null;
|
|
4117
|
-
library: {
|
|
4118
|
-
id: string;
|
|
4119
|
-
label?: any | null;
|
|
4120
|
-
};
|
|
4121
|
-
};
|
|
4122
|
-
} | null;
|
|
4123
|
-
version?: Array<{
|
|
4124
|
-
treeId: string;
|
|
4125
|
-
treeNode?: {
|
|
4126
|
-
id: string;
|
|
4127
|
-
record: {
|
|
4128
|
-
id: string;
|
|
4129
|
-
whoAmI: {
|
|
4130
|
-
id: string;
|
|
4131
|
-
label?: string | null;
|
|
4132
|
-
library: {
|
|
4133
|
-
id: string;
|
|
4134
|
-
};
|
|
4135
|
-
};
|
|
4136
|
-
};
|
|
4137
|
-
} | null;
|
|
4138
|
-
} | null> | null;
|
|
4139
|
-
attribute: {
|
|
4140
|
-
id: string;
|
|
4141
|
-
format?: AttributeFormat | null;
|
|
4142
|
-
type: AttributeType;
|
|
4143
|
-
system: boolean;
|
|
4144
|
-
};
|
|
4145
|
-
metadata?: Array<{
|
|
4146
|
-
name: string;
|
|
4147
|
-
value?: {
|
|
4148
|
-
id_value?: string | null;
|
|
4149
|
-
modified_at?: number | null;
|
|
4150
|
-
created_at?: number | null;
|
|
4151
|
-
payload?: any | null;
|
|
4152
|
-
raw_payload?: any | null;
|
|
4153
|
-
modified_by?: {
|
|
4154
|
-
id: string;
|
|
4155
|
-
whoAmI: {
|
|
4156
|
-
id: string;
|
|
4157
|
-
label?: string | null;
|
|
4158
|
-
subLabel?: string | null;
|
|
4159
|
-
color?: string | null;
|
|
4160
|
-
preview?: IPreviewScalar | null;
|
|
4161
|
-
library: {
|
|
4162
|
-
id: string;
|
|
4163
|
-
label?: any | null;
|
|
4164
|
-
};
|
|
4165
|
-
};
|
|
4166
|
-
} | null;
|
|
4167
|
-
created_by?: {
|
|
4168
|
-
id: string;
|
|
4169
|
-
whoAmI: {
|
|
4170
|
-
id: string;
|
|
4171
|
-
label?: string | null;
|
|
4172
|
-
subLabel?: string | null;
|
|
4173
|
-
color?: string | null;
|
|
4174
|
-
preview?: IPreviewScalar | null;
|
|
4175
|
-
library: {
|
|
4176
|
-
id: string;
|
|
4177
|
-
label?: any | null;
|
|
4178
|
-
};
|
|
4179
|
-
};
|
|
4180
|
-
} | null;
|
|
4181
|
-
version?: Array<{
|
|
4182
|
-
treeId: string;
|
|
4183
|
-
treeNode?: {
|
|
4184
|
-
id: string;
|
|
4185
|
-
record: {
|
|
4186
|
-
id: string;
|
|
4187
|
-
whoAmI: {
|
|
4188
|
-
id: string;
|
|
4189
|
-
label?: string | null;
|
|
4190
|
-
library: {
|
|
4191
|
-
id: string;
|
|
4192
|
-
};
|
|
4193
|
-
};
|
|
4194
|
-
};
|
|
4195
|
-
} | null;
|
|
4196
|
-
} | null> | null;
|
|
4197
|
-
} | null;
|
|
4198
|
-
} | null> | null;
|
|
4199
|
-
} | {
|
|
4200
|
-
payload?: any | null;
|
|
4201
|
-
raw_payload?: any | null;
|
|
4202
|
-
value?: any | null;
|
|
4203
|
-
raw_value?: any | null;
|
|
4204
|
-
id_value?: string | null;
|
|
4205
|
-
isInherited?: boolean | null;
|
|
4206
|
-
isCalculated?: boolean | null;
|
|
4207
|
-
modified_at?: number | null;
|
|
4208
|
-
created_at?: number | null;
|
|
4209
|
-
modified_by?: {
|
|
4210
|
-
id: string;
|
|
4211
|
-
whoAmI: {
|
|
4212
|
-
id: string;
|
|
4213
|
-
label?: string | null;
|
|
4214
|
-
subLabel?: string | null;
|
|
4215
|
-
color?: string | null;
|
|
4216
|
-
preview?: IPreviewScalar | null;
|
|
4217
|
-
library: {
|
|
4218
|
-
id: string;
|
|
4219
|
-
label?: any | null;
|
|
4220
|
-
};
|
|
4221
|
-
};
|
|
4222
|
-
} | null;
|
|
4223
|
-
created_by?: {
|
|
3821
|
+
library: {
|
|
4224
3822
|
id: string;
|
|
4225
|
-
|
|
3823
|
+
label?: any | null;
|
|
3824
|
+
};
|
|
3825
|
+
};
|
|
3826
|
+
};
|
|
3827
|
+
};
|
|
3828
|
+
export type ForcePreviewsGenerationMutationVariables = Exact<{
|
|
3829
|
+
libraryId: Scalars['ID'];
|
|
3830
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
3831
|
+
recordIds?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
3832
|
+
failedOnly?: InputMaybe<Scalars['Boolean']>;
|
|
3833
|
+
previewVersionSizeNames?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
3834
|
+
}>;
|
|
3835
|
+
export type ForcePreviewsGenerationMutation = {
|
|
3836
|
+
forcePreviewsGeneration: boolean;
|
|
3837
|
+
};
|
|
3838
|
+
export type GetDirectoryDataQueryVariables = Exact<{
|
|
3839
|
+
library: Scalars['ID'];
|
|
3840
|
+
directoryId: Scalars['String'];
|
|
3841
|
+
}>;
|
|
3842
|
+
export type GetDirectoryDataQuery = {
|
|
3843
|
+
records: {
|
|
3844
|
+
list: Array<{
|
|
3845
|
+
id: string;
|
|
3846
|
+
whoAmI: {
|
|
3847
|
+
id: string;
|
|
3848
|
+
label?: string | null;
|
|
3849
|
+
subLabel?: string | null;
|
|
3850
|
+
color?: string | null;
|
|
3851
|
+
preview?: IPreviewScalar | null;
|
|
3852
|
+
library: {
|
|
4226
3853
|
id: string;
|
|
4227
|
-
label?:
|
|
4228
|
-
subLabel?: string | null;
|
|
4229
|
-
color?: string | null;
|
|
4230
|
-
preview?: IPreviewScalar | null;
|
|
4231
|
-
library: {
|
|
4232
|
-
id: string;
|
|
4233
|
-
label?: any | null;
|
|
4234
|
-
};
|
|
3854
|
+
label?: any | null;
|
|
4235
3855
|
};
|
|
4236
|
-
}
|
|
4237
|
-
|
|
4238
|
-
|
|
4239
|
-
|
|
3856
|
+
};
|
|
3857
|
+
created_at: Array<{
|
|
3858
|
+
value?: any | null;
|
|
3859
|
+
}>;
|
|
3860
|
+
created_by: Array<{
|
|
3861
|
+
value?: {
|
|
4240
3862
|
id: string;
|
|
4241
|
-
|
|
3863
|
+
whoAmI: {
|
|
4242
3864
|
id: string;
|
|
4243
|
-
|
|
3865
|
+
label?: string | null;
|
|
3866
|
+
subLabel?: string | null;
|
|
3867
|
+
color?: string | null;
|
|
3868
|
+
preview?: IPreviewScalar | null;
|
|
3869
|
+
library: {
|
|
4244
3870
|
id: string;
|
|
4245
|
-
label?:
|
|
4246
|
-
library: {
|
|
4247
|
-
id: string;
|
|
4248
|
-
};
|
|
3871
|
+
label?: any | null;
|
|
4249
3872
|
};
|
|
4250
3873
|
};
|
|
4251
3874
|
} | null;
|
|
4252
|
-
}
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
|
|
4257
|
-
system: boolean;
|
|
4258
|
-
};
|
|
4259
|
-
metadata?: Array<{
|
|
4260
|
-
name: string;
|
|
3875
|
+
}>;
|
|
3876
|
+
modified_at: Array<{
|
|
3877
|
+
value?: any | null;
|
|
3878
|
+
}>;
|
|
3879
|
+
modified_by: Array<{
|
|
4261
3880
|
value?: {
|
|
4262
|
-
|
|
4263
|
-
|
|
4264
|
-
created_at?: number | null;
|
|
4265
|
-
payload?: any | null;
|
|
4266
|
-
raw_payload?: any | null;
|
|
4267
|
-
modified_by?: {
|
|
4268
|
-
id: string;
|
|
4269
|
-
whoAmI: {
|
|
4270
|
-
id: string;
|
|
4271
|
-
label?: string | null;
|
|
4272
|
-
subLabel?: string | null;
|
|
4273
|
-
color?: string | null;
|
|
4274
|
-
preview?: IPreviewScalar | null;
|
|
4275
|
-
library: {
|
|
4276
|
-
id: string;
|
|
4277
|
-
label?: any | null;
|
|
4278
|
-
};
|
|
4279
|
-
};
|
|
4280
|
-
} | null;
|
|
4281
|
-
created_by?: {
|
|
3881
|
+
id: string;
|
|
3882
|
+
whoAmI: {
|
|
4282
3883
|
id: string;
|
|
4283
|
-
|
|
3884
|
+
label?: string | null;
|
|
3885
|
+
subLabel?: string | null;
|
|
3886
|
+
color?: string | null;
|
|
3887
|
+
preview?: IPreviewScalar | null;
|
|
3888
|
+
library: {
|
|
4284
3889
|
id: string;
|
|
4285
|
-
label?:
|
|
4286
|
-
subLabel?: string | null;
|
|
4287
|
-
color?: string | null;
|
|
4288
|
-
preview?: IPreviewScalar | null;
|
|
4289
|
-
library: {
|
|
4290
|
-
id: string;
|
|
4291
|
-
label?: any | null;
|
|
4292
|
-
};
|
|
3890
|
+
label?: any | null;
|
|
4293
3891
|
};
|
|
4294
|
-
}
|
|
4295
|
-
version?: Array<{
|
|
4296
|
-
treeId: string;
|
|
4297
|
-
treeNode?: {
|
|
4298
|
-
id: string;
|
|
4299
|
-
record: {
|
|
4300
|
-
id: string;
|
|
4301
|
-
whoAmI: {
|
|
4302
|
-
id: string;
|
|
4303
|
-
label?: string | null;
|
|
4304
|
-
library: {
|
|
4305
|
-
id: string;
|
|
4306
|
-
};
|
|
4307
|
-
};
|
|
4308
|
-
};
|
|
4309
|
-
} | null;
|
|
4310
|
-
} | null> | null;
|
|
3892
|
+
};
|
|
4311
3893
|
} | null;
|
|
4312
|
-
}
|
|
4313
|
-
|
|
4314
|
-
|
|
3894
|
+
}>;
|
|
3895
|
+
file_name: Array<{
|
|
3896
|
+
value?: any | null;
|
|
3897
|
+
}>;
|
|
3898
|
+
file_path: Array<{
|
|
3899
|
+
value?: any | null;
|
|
3900
|
+
}>;
|
|
3901
|
+
library: {
|
|
3902
|
+
behavior: LibraryBehavior;
|
|
3903
|
+
};
|
|
3904
|
+
}>;
|
|
3905
|
+
};
|
|
3906
|
+
};
|
|
3907
|
+
export type UploadUpdateSubscriptionVariables = Exact<{
|
|
3908
|
+
filters?: InputMaybe<UploadFiltersInput>;
|
|
3909
|
+
}>;
|
|
3910
|
+
export type UploadUpdateSubscription = {
|
|
3911
|
+
upload: {
|
|
3912
|
+
userId: string;
|
|
3913
|
+
uid: string;
|
|
3914
|
+
progress: {
|
|
3915
|
+
length?: number | null;
|
|
3916
|
+
transferred?: number | null;
|
|
3917
|
+
speed?: number | null;
|
|
3918
|
+
runtime?: number | null;
|
|
3919
|
+
remaining?: number | null;
|
|
3920
|
+
percentage?: number | null;
|
|
3921
|
+
eta?: number | null;
|
|
3922
|
+
delta?: number | null;
|
|
3923
|
+
};
|
|
3924
|
+
};
|
|
3925
|
+
};
|
|
3926
|
+
export type UploadMutationVariables = Exact<{
|
|
3927
|
+
library: Scalars['String'];
|
|
3928
|
+
nodeId: Scalars['String'];
|
|
3929
|
+
files: Array<FileInput> | FileInput;
|
|
3930
|
+
}>;
|
|
3931
|
+
export type UploadMutation = {
|
|
3932
|
+
upload: Array<{
|
|
3933
|
+
uid: string;
|
|
3934
|
+
record: {
|
|
3935
|
+
id: string;
|
|
3936
|
+
whoAmI: {
|
|
3937
|
+
id: string;
|
|
3938
|
+
label?: string | null;
|
|
3939
|
+
subLabel?: string | null;
|
|
3940
|
+
color?: string | null;
|
|
3941
|
+
preview?: IPreviewScalar | null;
|
|
3942
|
+
library: {
|
|
3943
|
+
id: string;
|
|
3944
|
+
label?: any | null;
|
|
3945
|
+
};
|
|
3946
|
+
};
|
|
3947
|
+
};
|
|
3948
|
+
}>;
|
|
4315
3949
|
};
|
|
4316
3950
|
export type ImportExcelMutationVariables = Exact<{
|
|
4317
3951
|
file: Scalars['Upload'];
|
|
@@ -4587,13 +4221,89 @@ export type IsAllowedQuery = {
|
|
|
4587
4221
|
allowed?: boolean | null;
|
|
4588
4222
|
}> | null;
|
|
4589
4223
|
};
|
|
4590
|
-
export type ActivateRecordsMutationVariables = Exact<{
|
|
4224
|
+
export type ActivateRecordsMutationVariables = Exact<{
|
|
4225
|
+
libraryId: Scalars['String'];
|
|
4226
|
+
recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
4227
|
+
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
4228
|
+
}>;
|
|
4229
|
+
export type ActivateRecordsMutation = {
|
|
4230
|
+
activateRecords: Array<{
|
|
4231
|
+
id: string;
|
|
4232
|
+
whoAmI: {
|
|
4233
|
+
id: string;
|
|
4234
|
+
label?: string | null;
|
|
4235
|
+
subLabel?: string | null;
|
|
4236
|
+
color?: string | null;
|
|
4237
|
+
preview?: IPreviewScalar | null;
|
|
4238
|
+
library: {
|
|
4239
|
+
id: string;
|
|
4240
|
+
label?: any | null;
|
|
4241
|
+
};
|
|
4242
|
+
};
|
|
4243
|
+
}>;
|
|
4244
|
+
};
|
|
4245
|
+
export type CreateEmptyRecordMutationVariables = Exact<{
|
|
4246
|
+
library: Scalars['ID'];
|
|
4247
|
+
}>;
|
|
4248
|
+
export type CreateEmptyRecordMutation = {
|
|
4249
|
+
createEmptyRecord: {
|
|
4250
|
+
record?: {
|
|
4251
|
+
id: string;
|
|
4252
|
+
whoAmI: {
|
|
4253
|
+
id: string;
|
|
4254
|
+
label?: string | null;
|
|
4255
|
+
subLabel?: string | null;
|
|
4256
|
+
color?: string | null;
|
|
4257
|
+
preview?: IPreviewScalar | null;
|
|
4258
|
+
library: {
|
|
4259
|
+
id: string;
|
|
4260
|
+
label?: any | null;
|
|
4261
|
+
};
|
|
4262
|
+
};
|
|
4263
|
+
} | null;
|
|
4264
|
+
valuesErrors?: Array<{
|
|
4265
|
+
type: string;
|
|
4266
|
+
attribute: string;
|
|
4267
|
+
input?: string | null;
|
|
4268
|
+
message: string;
|
|
4269
|
+
}> | null;
|
|
4270
|
+
};
|
|
4271
|
+
};
|
|
4272
|
+
export type CreateRecordMutationVariables = Exact<{
|
|
4273
|
+
library: Scalars['ID'];
|
|
4274
|
+
data?: InputMaybe<CreateRecordDataInput>;
|
|
4275
|
+
}>;
|
|
4276
|
+
export type CreateRecordMutation = {
|
|
4277
|
+
createRecord: {
|
|
4278
|
+
record?: {
|
|
4279
|
+
id: string;
|
|
4280
|
+
whoAmI: {
|
|
4281
|
+
id: string;
|
|
4282
|
+
label?: string | null;
|
|
4283
|
+
subLabel?: string | null;
|
|
4284
|
+
color?: string | null;
|
|
4285
|
+
preview?: IPreviewScalar | null;
|
|
4286
|
+
library: {
|
|
4287
|
+
id: string;
|
|
4288
|
+
label?: any | null;
|
|
4289
|
+
};
|
|
4290
|
+
};
|
|
4291
|
+
} | null;
|
|
4292
|
+
valuesErrors?: Array<{
|
|
4293
|
+
type: string;
|
|
4294
|
+
attribute: string;
|
|
4295
|
+
input?: string | null;
|
|
4296
|
+
message: string;
|
|
4297
|
+
}> | null;
|
|
4298
|
+
};
|
|
4299
|
+
};
|
|
4300
|
+
export type DeactivateRecordsMutationVariables = Exact<{
|
|
4591
4301
|
libraryId: Scalars['String'];
|
|
4592
4302
|
recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
4593
4303
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
4594
4304
|
}>;
|
|
4595
|
-
export type
|
|
4596
|
-
|
|
4305
|
+
export type DeactivateRecordsMutation = {
|
|
4306
|
+
deactivateRecords: Array<{
|
|
4597
4307
|
id: string;
|
|
4598
4308
|
whoAmI: {
|
|
4599
4309
|
id: string;
|
|
@@ -4608,13 +4318,22 @@ export type ActivateRecordsMutation = {
|
|
|
4608
4318
|
};
|
|
4609
4319
|
}>;
|
|
4610
4320
|
};
|
|
4611
|
-
export type
|
|
4321
|
+
export type DoesFileExistAsChildQueryVariables = Exact<{
|
|
4322
|
+
parentNode?: InputMaybe<Scalars['ID']>;
|
|
4323
|
+
treeId: Scalars['ID'];
|
|
4324
|
+
filename: Scalars['String'];
|
|
4325
|
+
}>;
|
|
4326
|
+
export type DoesFileExistAsChildQuery = {
|
|
4327
|
+
doesFileExistAsChild?: boolean | null;
|
|
4328
|
+
};
|
|
4329
|
+
export type GetFileDataQueryVariables = Exact<{
|
|
4612
4330
|
library: Scalars['ID'];
|
|
4613
|
-
|
|
4331
|
+
fileId: Scalars['String'];
|
|
4332
|
+
previewsStatusAttribute: Scalars['ID'];
|
|
4614
4333
|
}>;
|
|
4615
|
-
export type
|
|
4616
|
-
|
|
4617
|
-
|
|
4334
|
+
export type GetFileDataQuery = {
|
|
4335
|
+
records: {
|
|
4336
|
+
list: Array<{
|
|
4618
4337
|
id: string;
|
|
4619
4338
|
whoAmI: {
|
|
4620
4339
|
id: string;
|
|
@@ -4624,72 +4343,362 @@ export type CreateRecordMutation = {
|
|
|
4624
4343
|
preview?: IPreviewScalar | null;
|
|
4625
4344
|
library: {
|
|
4626
4345
|
id: string;
|
|
4627
|
-
label?: any | null;
|
|
4628
|
-
};
|
|
4629
|
-
};
|
|
4630
|
-
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
|
|
4638
|
-
|
|
4639
|
-
|
|
4640
|
-
|
|
4641
|
-
|
|
4642
|
-
|
|
4643
|
-
|
|
4644
|
-
|
|
4645
|
-
|
|
4646
|
-
|
|
4647
|
-
|
|
4648
|
-
|
|
4649
|
-
|
|
4650
|
-
|
|
4651
|
-
|
|
4652
|
-
|
|
4653
|
-
|
|
4654
|
-
|
|
4655
|
-
|
|
4656
|
-
|
|
4657
|
-
|
|
4658
|
-
|
|
4659
|
-
|
|
4660
|
-
|
|
4661
|
-
|
|
4662
|
-
|
|
4663
|
-
|
|
4664
|
-
}
|
|
4665
|
-
|
|
4666
|
-
|
|
4667
|
-
}
|
|
4668
|
-
|
|
4669
|
-
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
|
|
4673
|
-
|
|
4674
|
-
|
|
4675
|
-
|
|
4676
|
-
|
|
4677
|
-
|
|
4678
|
-
|
|
4679
|
-
|
|
4680
|
-
|
|
4681
|
-
|
|
4682
|
-
|
|
4683
|
-
|
|
4346
|
+
label?: any | null;
|
|
4347
|
+
};
|
|
4348
|
+
};
|
|
4349
|
+
created_at: Array<{
|
|
4350
|
+
value?: any | null;
|
|
4351
|
+
}>;
|
|
4352
|
+
created_by: Array<{
|
|
4353
|
+
value?: {
|
|
4354
|
+
id: string;
|
|
4355
|
+
whoAmI: {
|
|
4356
|
+
id: string;
|
|
4357
|
+
label?: string | null;
|
|
4358
|
+
subLabel?: string | null;
|
|
4359
|
+
color?: string | null;
|
|
4360
|
+
preview?: IPreviewScalar | null;
|
|
4361
|
+
library: {
|
|
4362
|
+
id: string;
|
|
4363
|
+
label?: any | null;
|
|
4364
|
+
};
|
|
4365
|
+
};
|
|
4366
|
+
} | null;
|
|
4367
|
+
}>;
|
|
4368
|
+
modified_at: Array<{
|
|
4369
|
+
value?: any | null;
|
|
4370
|
+
}>;
|
|
4371
|
+
modified_by: Array<{
|
|
4372
|
+
value?: {
|
|
4373
|
+
id: string;
|
|
4374
|
+
whoAmI: {
|
|
4375
|
+
id: string;
|
|
4376
|
+
label?: string | null;
|
|
4377
|
+
subLabel?: string | null;
|
|
4378
|
+
color?: string | null;
|
|
4379
|
+
preview?: IPreviewScalar | null;
|
|
4380
|
+
library: {
|
|
4381
|
+
id: string;
|
|
4382
|
+
label?: any | null;
|
|
4383
|
+
};
|
|
4384
|
+
};
|
|
4385
|
+
} | null;
|
|
4386
|
+
}>;
|
|
4387
|
+
file_name: Array<{
|
|
4388
|
+
value?: any | null;
|
|
4389
|
+
}>;
|
|
4390
|
+
file_path: Array<{
|
|
4391
|
+
value?: any | null;
|
|
4392
|
+
}>;
|
|
4393
|
+
previews_status: Array<{
|
|
4394
|
+
value?: any | null;
|
|
4395
|
+
}>;
|
|
4396
|
+
library: {
|
|
4397
|
+
behavior: LibraryBehavior;
|
|
4398
|
+
};
|
|
4399
|
+
}>;
|
|
4400
|
+
};
|
|
4401
|
+
};
|
|
4402
|
+
export type RecordFormQueryVariables = Exact<{
|
|
4403
|
+
libraryId: Scalars['String'];
|
|
4404
|
+
formId: Scalars['String'];
|
|
4405
|
+
recordId?: InputMaybe<Scalars['String']>;
|
|
4406
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
4407
|
+
}>;
|
|
4408
|
+
export type RecordFormQuery = {
|
|
4409
|
+
recordForm?: {
|
|
4410
|
+
id: string;
|
|
4411
|
+
recordId?: string | null;
|
|
4412
|
+
library: {
|
|
4413
|
+
id: string;
|
|
4414
|
+
};
|
|
4415
|
+
dependencyAttributes?: Array<{
|
|
4416
|
+
id: string;
|
|
4417
|
+
}> | null;
|
|
4418
|
+
elements: Array<{
|
|
4419
|
+
id: string;
|
|
4420
|
+
containerId: string;
|
|
4421
|
+
uiElementType: string;
|
|
4422
|
+
type: FormElementTypes;
|
|
4423
|
+
valueError?: string | null;
|
|
4424
|
+
values?: Array<{
|
|
4425
|
+
id_value?: string | null;
|
|
4426
|
+
isInherited?: boolean | null;
|
|
4427
|
+
isCalculated?: boolean | null;
|
|
4428
|
+
modified_at?: number | null;
|
|
4429
|
+
created_at?: number | null;
|
|
4430
|
+
linkValue?: {
|
|
4431
|
+
id: string;
|
|
4432
|
+
whoAmI: {
|
|
4433
|
+
id: string;
|
|
4434
|
+
label?: string | null;
|
|
4435
|
+
subLabel?: string | null;
|
|
4436
|
+
color?: string | null;
|
|
4437
|
+
preview?: IPreviewScalar | null;
|
|
4438
|
+
library: {
|
|
4439
|
+
id: string;
|
|
4440
|
+
label?: any | null;
|
|
4441
|
+
};
|
|
4442
|
+
};
|
|
4443
|
+
} | null;
|
|
4444
|
+
modified_by?: {
|
|
4445
|
+
id: string;
|
|
4446
|
+
whoAmI: {
|
|
4447
|
+
id: string;
|
|
4448
|
+
label?: string | null;
|
|
4449
|
+
subLabel?: string | null;
|
|
4450
|
+
color?: string | null;
|
|
4451
|
+
preview?: IPreviewScalar | null;
|
|
4452
|
+
library: {
|
|
4453
|
+
id: string;
|
|
4454
|
+
label?: any | null;
|
|
4455
|
+
};
|
|
4456
|
+
};
|
|
4457
|
+
} | null;
|
|
4458
|
+
created_by?: {
|
|
4459
|
+
id: string;
|
|
4460
|
+
whoAmI: {
|
|
4461
|
+
id: string;
|
|
4462
|
+
label?: string | null;
|
|
4463
|
+
subLabel?: string | null;
|
|
4464
|
+
color?: string | null;
|
|
4465
|
+
preview?: IPreviewScalar | null;
|
|
4466
|
+
library: {
|
|
4467
|
+
id: string;
|
|
4468
|
+
label?: any | null;
|
|
4469
|
+
};
|
|
4470
|
+
};
|
|
4471
|
+
} | null;
|
|
4472
|
+
version?: Array<{
|
|
4473
|
+
treeId: string;
|
|
4474
|
+
treeNode?: {
|
|
4475
|
+
id: string;
|
|
4476
|
+
record: {
|
|
4477
|
+
id: string;
|
|
4478
|
+
whoAmI: {
|
|
4479
|
+
id: string;
|
|
4480
|
+
label?: string | null;
|
|
4481
|
+
library: {
|
|
4482
|
+
id: string;
|
|
4483
|
+
};
|
|
4484
|
+
};
|
|
4485
|
+
};
|
|
4486
|
+
} | null;
|
|
4487
|
+
} | null> | null;
|
|
4488
|
+
attribute: {
|
|
4489
|
+
id: string;
|
|
4490
|
+
format?: AttributeFormat | null;
|
|
4491
|
+
type: AttributeType;
|
|
4492
|
+
system: boolean;
|
|
4493
|
+
};
|
|
4494
|
+
metadata?: Array<{
|
|
4495
|
+
name: string;
|
|
4496
|
+
value?: {
|
|
4497
|
+
id_value?: string | null;
|
|
4498
|
+
modified_at?: number | null;
|
|
4499
|
+
created_at?: number | null;
|
|
4500
|
+
payload?: any | null;
|
|
4501
|
+
raw_payload?: any | null;
|
|
4502
|
+
modified_by?: {
|
|
4503
|
+
id: string;
|
|
4504
|
+
whoAmI: {
|
|
4505
|
+
id: string;
|
|
4506
|
+
label?: string | null;
|
|
4507
|
+
subLabel?: string | null;
|
|
4508
|
+
color?: string | null;
|
|
4509
|
+
preview?: IPreviewScalar | null;
|
|
4510
|
+
library: {
|
|
4511
|
+
id: string;
|
|
4512
|
+
label?: any | null;
|
|
4513
|
+
};
|
|
4514
|
+
};
|
|
4515
|
+
} | null;
|
|
4516
|
+
created_by?: {
|
|
4517
|
+
id: string;
|
|
4518
|
+
whoAmI: {
|
|
4519
|
+
id: string;
|
|
4520
|
+
label?: string | null;
|
|
4521
|
+
subLabel?: string | null;
|
|
4522
|
+
color?: string | null;
|
|
4523
|
+
preview?: IPreviewScalar | null;
|
|
4524
|
+
library: {
|
|
4525
|
+
id: string;
|
|
4526
|
+
label?: any | null;
|
|
4527
|
+
};
|
|
4528
|
+
};
|
|
4529
|
+
} | null;
|
|
4530
|
+
version?: Array<{
|
|
4531
|
+
treeId: string;
|
|
4532
|
+
treeNode?: {
|
|
4533
|
+
id: string;
|
|
4534
|
+
record: {
|
|
4535
|
+
id: string;
|
|
4536
|
+
whoAmI: {
|
|
4537
|
+
id: string;
|
|
4538
|
+
label?: string | null;
|
|
4539
|
+
library: {
|
|
4540
|
+
id: string;
|
|
4541
|
+
};
|
|
4542
|
+
};
|
|
4543
|
+
};
|
|
4544
|
+
} | null;
|
|
4545
|
+
} | null> | null;
|
|
4546
|
+
} | null;
|
|
4547
|
+
} | null> | null;
|
|
4548
|
+
} | {
|
|
4549
|
+
id_value?: string | null;
|
|
4550
|
+
isInherited?: boolean | null;
|
|
4551
|
+
isCalculated?: boolean | null;
|
|
4552
|
+
modified_at?: number | null;
|
|
4553
|
+
created_at?: number | null;
|
|
4554
|
+
treeValue?: {
|
|
4555
|
+
id: string;
|
|
4556
|
+
record: {
|
|
4557
|
+
id: string;
|
|
4558
|
+
whoAmI: {
|
|
4559
|
+
id: string;
|
|
4560
|
+
label?: string | null;
|
|
4561
|
+
subLabel?: string | null;
|
|
4562
|
+
color?: string | null;
|
|
4563
|
+
preview?: IPreviewScalar | null;
|
|
4564
|
+
library: {
|
|
4565
|
+
id: string;
|
|
4566
|
+
label?: any | null;
|
|
4567
|
+
};
|
|
4568
|
+
};
|
|
4569
|
+
};
|
|
4570
|
+
ancestors?: Array<{
|
|
4571
|
+
record: {
|
|
4572
|
+
id: string;
|
|
4573
|
+
whoAmI: {
|
|
4574
|
+
id: string;
|
|
4575
|
+
label?: string | null;
|
|
4576
|
+
subLabel?: string | null;
|
|
4577
|
+
color?: string | null;
|
|
4578
|
+
preview?: IPreviewScalar | null;
|
|
4579
|
+
library: {
|
|
4580
|
+
id: string;
|
|
4581
|
+
label?: any | null;
|
|
4582
|
+
};
|
|
4583
|
+
};
|
|
4584
|
+
};
|
|
4585
|
+
}> | null;
|
|
4586
|
+
} | null;
|
|
4587
|
+
modified_by?: {
|
|
4588
|
+
id: string;
|
|
4589
|
+
whoAmI: {
|
|
4590
|
+
id: string;
|
|
4591
|
+
label?: string | null;
|
|
4592
|
+
subLabel?: string | null;
|
|
4593
|
+
color?: string | null;
|
|
4594
|
+
preview?: IPreviewScalar | null;
|
|
4595
|
+
library: {
|
|
4596
|
+
id: string;
|
|
4597
|
+
label?: any | null;
|
|
4598
|
+
};
|
|
4599
|
+
};
|
|
4600
|
+
} | null;
|
|
4601
|
+
created_by?: {
|
|
4684
4602
|
id: string;
|
|
4685
|
-
|
|
4603
|
+
whoAmI: {
|
|
4604
|
+
id: string;
|
|
4605
|
+
label?: string | null;
|
|
4606
|
+
subLabel?: string | null;
|
|
4607
|
+
color?: string | null;
|
|
4608
|
+
preview?: IPreviewScalar | null;
|
|
4609
|
+
library: {
|
|
4610
|
+
id: string;
|
|
4611
|
+
label?: any | null;
|
|
4612
|
+
};
|
|
4613
|
+
};
|
|
4614
|
+
} | null;
|
|
4615
|
+
version?: Array<{
|
|
4616
|
+
treeId: string;
|
|
4617
|
+
treeNode?: {
|
|
4618
|
+
id: string;
|
|
4619
|
+
record: {
|
|
4620
|
+
id: string;
|
|
4621
|
+
whoAmI: {
|
|
4622
|
+
id: string;
|
|
4623
|
+
label?: string | null;
|
|
4624
|
+
library: {
|
|
4625
|
+
id: string;
|
|
4626
|
+
};
|
|
4627
|
+
};
|
|
4628
|
+
};
|
|
4629
|
+
} | null;
|
|
4630
|
+
} | null> | null;
|
|
4631
|
+
attribute: {
|
|
4632
|
+
id: string;
|
|
4633
|
+
format?: AttributeFormat | null;
|
|
4634
|
+
type: AttributeType;
|
|
4635
|
+
system: boolean;
|
|
4686
4636
|
};
|
|
4687
|
-
|
|
4688
|
-
|
|
4637
|
+
metadata?: Array<{
|
|
4638
|
+
name: string;
|
|
4639
|
+
value?: {
|
|
4640
|
+
id_value?: string | null;
|
|
4641
|
+
modified_at?: number | null;
|
|
4642
|
+
created_at?: number | null;
|
|
4643
|
+
payload?: any | null;
|
|
4644
|
+
raw_payload?: any | null;
|
|
4645
|
+
modified_by?: {
|
|
4646
|
+
id: string;
|
|
4647
|
+
whoAmI: {
|
|
4648
|
+
id: string;
|
|
4649
|
+
label?: string | null;
|
|
4650
|
+
subLabel?: string | null;
|
|
4651
|
+
color?: string | null;
|
|
4652
|
+
preview?: IPreviewScalar | null;
|
|
4653
|
+
library: {
|
|
4654
|
+
id: string;
|
|
4655
|
+
label?: any | null;
|
|
4656
|
+
};
|
|
4657
|
+
};
|
|
4658
|
+
} | null;
|
|
4659
|
+
created_by?: {
|
|
4660
|
+
id: string;
|
|
4661
|
+
whoAmI: {
|
|
4662
|
+
id: string;
|
|
4663
|
+
label?: string | null;
|
|
4664
|
+
subLabel?: string | null;
|
|
4665
|
+
color?: string | null;
|
|
4666
|
+
preview?: IPreviewScalar | null;
|
|
4667
|
+
library: {
|
|
4668
|
+
id: string;
|
|
4669
|
+
label?: any | null;
|
|
4670
|
+
};
|
|
4671
|
+
};
|
|
4672
|
+
} | null;
|
|
4673
|
+
version?: Array<{
|
|
4674
|
+
treeId: string;
|
|
4675
|
+
treeNode?: {
|
|
4676
|
+
id: string;
|
|
4677
|
+
record: {
|
|
4678
|
+
id: string;
|
|
4679
|
+
whoAmI: {
|
|
4680
|
+
id: string;
|
|
4681
|
+
label?: string | null;
|
|
4682
|
+
library: {
|
|
4683
|
+
id: string;
|
|
4684
|
+
};
|
|
4685
|
+
};
|
|
4686
|
+
};
|
|
4687
|
+
} | null;
|
|
4688
|
+
} | null> | null;
|
|
4689
|
+
} | null;
|
|
4690
|
+
} | null> | null;
|
|
4691
|
+
} | {
|
|
4692
|
+
payload?: any | null;
|
|
4693
|
+
raw_payload?: any | null;
|
|
4689
4694
|
value?: any | null;
|
|
4690
|
-
|
|
4691
|
-
|
|
4692
|
-
|
|
4695
|
+
raw_value?: any | null;
|
|
4696
|
+
id_value?: string | null;
|
|
4697
|
+
isInherited?: boolean | null;
|
|
4698
|
+
isCalculated?: boolean | null;
|
|
4699
|
+
modified_at?: number | null;
|
|
4700
|
+
created_at?: number | null;
|
|
4701
|
+
modified_by?: {
|
|
4693
4702
|
id: string;
|
|
4694
4703
|
whoAmI: {
|
|
4695
4704
|
id: string;
|
|
@@ -4703,12 +4712,7 @@ export type GetFileDataQuery = {
|
|
|
4703
4712
|
};
|
|
4704
4713
|
};
|
|
4705
4714
|
} | null;
|
|
4706
|
-
|
|
4707
|
-
modified_at: Array<{
|
|
4708
|
-
value?: any | null;
|
|
4709
|
-
}>;
|
|
4710
|
-
modified_by: Array<{
|
|
4711
|
-
value?: {
|
|
4715
|
+
created_by?: {
|
|
4712
4716
|
id: string;
|
|
4713
4717
|
whoAmI: {
|
|
4714
4718
|
id: string;
|
|
@@ -4722,43 +4726,83 @@ export type GetFileDataQuery = {
|
|
|
4722
4726
|
};
|
|
4723
4727
|
};
|
|
4724
4728
|
} | null;
|
|
4725
|
-
|
|
4726
|
-
|
|
4727
|
-
|
|
4728
|
-
|
|
4729
|
-
|
|
4730
|
-
|
|
4731
|
-
|
|
4732
|
-
|
|
4733
|
-
|
|
4734
|
-
|
|
4735
|
-
|
|
4736
|
-
|
|
4737
|
-
|
|
4738
|
-
|
|
4739
|
-
|
|
4740
|
-
};
|
|
4741
|
-
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
|
|
4746
|
-
}
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
|
-
|
|
4751
|
-
|
|
4752
|
-
|
|
4753
|
-
|
|
4754
|
-
|
|
4755
|
-
|
|
4756
|
-
|
|
4757
|
-
|
|
4758
|
-
|
|
4759
|
-
|
|
4760
|
-
|
|
4761
|
-
|
|
4729
|
+
version?: Array<{
|
|
4730
|
+
treeId: string;
|
|
4731
|
+
treeNode?: {
|
|
4732
|
+
id: string;
|
|
4733
|
+
record: {
|
|
4734
|
+
id: string;
|
|
4735
|
+
whoAmI: {
|
|
4736
|
+
id: string;
|
|
4737
|
+
label?: string | null;
|
|
4738
|
+
library: {
|
|
4739
|
+
id: string;
|
|
4740
|
+
};
|
|
4741
|
+
};
|
|
4742
|
+
};
|
|
4743
|
+
} | null;
|
|
4744
|
+
} | null> | null;
|
|
4745
|
+
attribute: {
|
|
4746
|
+
id: string;
|
|
4747
|
+
format?: AttributeFormat | null;
|
|
4748
|
+
type: AttributeType;
|
|
4749
|
+
system: boolean;
|
|
4750
|
+
};
|
|
4751
|
+
metadata?: Array<{
|
|
4752
|
+
name: string;
|
|
4753
|
+
value?: {
|
|
4754
|
+
id_value?: string | null;
|
|
4755
|
+
modified_at?: number | null;
|
|
4756
|
+
created_at?: number | null;
|
|
4757
|
+
payload?: any | null;
|
|
4758
|
+
raw_payload?: any | null;
|
|
4759
|
+
modified_by?: {
|
|
4760
|
+
id: string;
|
|
4761
|
+
whoAmI: {
|
|
4762
|
+
id: string;
|
|
4763
|
+
label?: string | null;
|
|
4764
|
+
subLabel?: string | null;
|
|
4765
|
+
color?: string | null;
|
|
4766
|
+
preview?: IPreviewScalar | null;
|
|
4767
|
+
library: {
|
|
4768
|
+
id: string;
|
|
4769
|
+
label?: any | null;
|
|
4770
|
+
};
|
|
4771
|
+
};
|
|
4772
|
+
} | null;
|
|
4773
|
+
created_by?: {
|
|
4774
|
+
id: string;
|
|
4775
|
+
whoAmI: {
|
|
4776
|
+
id: string;
|
|
4777
|
+
label?: string | null;
|
|
4778
|
+
subLabel?: string | null;
|
|
4779
|
+
color?: string | null;
|
|
4780
|
+
preview?: IPreviewScalar | null;
|
|
4781
|
+
library: {
|
|
4782
|
+
id: string;
|
|
4783
|
+
label?: any | null;
|
|
4784
|
+
};
|
|
4785
|
+
};
|
|
4786
|
+
} | null;
|
|
4787
|
+
version?: Array<{
|
|
4788
|
+
treeId: string;
|
|
4789
|
+
treeNode?: {
|
|
4790
|
+
id: string;
|
|
4791
|
+
record: {
|
|
4792
|
+
id: string;
|
|
4793
|
+
whoAmI: {
|
|
4794
|
+
id: string;
|
|
4795
|
+
label?: string | null;
|
|
4796
|
+
library: {
|
|
4797
|
+
id: string;
|
|
4798
|
+
};
|
|
4799
|
+
};
|
|
4800
|
+
};
|
|
4801
|
+
} | null;
|
|
4802
|
+
} | null> | null;
|
|
4803
|
+
} | null;
|
|
4804
|
+
} | null> | null;
|
|
4805
|
+
}> | null;
|
|
4762
4806
|
attribute?: {
|
|
4763
4807
|
id: string;
|
|
4764
4808
|
label?: any | null;
|
|
@@ -5874,205 +5918,7 @@ export type TreeNodeChildrenQuery = {
|
|
|
5874
5918
|
library: {
|
|
5875
5919
|
id: string;
|
|
5876
5920
|
label?: any | null;
|
|
5877
|
-
};
|
|
5878
|
-
whoAmI: {
|
|
5879
|
-
id: string;
|
|
5880
|
-
label?: string | null;
|
|
5881
|
-
subLabel?: string | null;
|
|
5882
|
-
color?: string | null;
|
|
5883
|
-
preview?: IPreviewScalar | null;
|
|
5884
|
-
library: {
|
|
5885
|
-
id: string;
|
|
5886
|
-
label?: any | null;
|
|
5887
|
-
};
|
|
5888
|
-
};
|
|
5889
|
-
};
|
|
5890
|
-
}> | null;
|
|
5891
|
-
permissions: {
|
|
5892
|
-
access_tree: boolean;
|
|
5893
|
-
detach: boolean;
|
|
5894
|
-
edit_children: boolean;
|
|
5895
|
-
};
|
|
5896
|
-
}>;
|
|
5897
|
-
};
|
|
5898
|
-
};
|
|
5899
|
-
export type GetUserDataQueryVariables = Exact<{
|
|
5900
|
-
keys: Array<Scalars['String']> | Scalars['String'];
|
|
5901
|
-
global?: InputMaybe<Scalars['Boolean']>;
|
|
5902
|
-
}>;
|
|
5903
|
-
export type GetUserDataQuery = {
|
|
5904
|
-
userData: {
|
|
5905
|
-
global: boolean;
|
|
5906
|
-
data?: any | null;
|
|
5907
|
-
};
|
|
5908
|
-
};
|
|
5909
|
-
export type SaveUserDataMutationVariables = Exact<{
|
|
5910
|
-
key: Scalars['String'];
|
|
5911
|
-
value?: InputMaybe<Scalars['Any']>;
|
|
5912
|
-
global: Scalars['Boolean'];
|
|
5913
|
-
}>;
|
|
5914
|
-
export type SaveUserDataMutation = {
|
|
5915
|
-
saveUserData: {
|
|
5916
|
-
global: boolean;
|
|
5917
|
-
data?: any | null;
|
|
5918
|
-
};
|
|
5919
|
-
};
|
|
5920
|
-
export type DeleteValueMutationVariables = Exact<{
|
|
5921
|
-
library: Scalars['ID'];
|
|
5922
|
-
recordId: Scalars['ID'];
|
|
5923
|
-
attribute: Scalars['ID'];
|
|
5924
|
-
value?: InputMaybe<ValueInput>;
|
|
5925
|
-
}>;
|
|
5926
|
-
export type DeleteValueMutation = {
|
|
5927
|
-
deleteValue: Array<{
|
|
5928
|
-
id_value?: string | null;
|
|
5929
|
-
isInherited?: boolean | null;
|
|
5930
|
-
isCalculated?: boolean | null;
|
|
5931
|
-
modified_at?: number | null;
|
|
5932
|
-
created_at?: number | null;
|
|
5933
|
-
linkValue?: {
|
|
5934
|
-
id: string;
|
|
5935
|
-
whoAmI: {
|
|
5936
|
-
id: string;
|
|
5937
|
-
label?: string | null;
|
|
5938
|
-
subLabel?: string | null;
|
|
5939
|
-
color?: string | null;
|
|
5940
|
-
preview?: IPreviewScalar | null;
|
|
5941
|
-
library: {
|
|
5942
|
-
id: string;
|
|
5943
|
-
label?: any | null;
|
|
5944
|
-
};
|
|
5945
|
-
};
|
|
5946
|
-
} | null;
|
|
5947
|
-
modified_by?: {
|
|
5948
|
-
id: string;
|
|
5949
|
-
whoAmI: {
|
|
5950
|
-
id: string;
|
|
5951
|
-
label?: string | null;
|
|
5952
|
-
subLabel?: string | null;
|
|
5953
|
-
color?: string | null;
|
|
5954
|
-
preview?: IPreviewScalar | null;
|
|
5955
|
-
library: {
|
|
5956
|
-
id: string;
|
|
5957
|
-
label?: any | null;
|
|
5958
|
-
};
|
|
5959
|
-
};
|
|
5960
|
-
} | null;
|
|
5961
|
-
created_by?: {
|
|
5962
|
-
id: string;
|
|
5963
|
-
whoAmI: {
|
|
5964
|
-
id: string;
|
|
5965
|
-
label?: string | null;
|
|
5966
|
-
subLabel?: string | null;
|
|
5967
|
-
color?: string | null;
|
|
5968
|
-
preview?: IPreviewScalar | null;
|
|
5969
|
-
library: {
|
|
5970
|
-
id: string;
|
|
5971
|
-
label?: any | null;
|
|
5972
|
-
};
|
|
5973
|
-
};
|
|
5974
|
-
} | null;
|
|
5975
|
-
version?: Array<{
|
|
5976
|
-
treeId: string;
|
|
5977
|
-
treeNode?: {
|
|
5978
|
-
id: string;
|
|
5979
|
-
record: {
|
|
5980
|
-
id: string;
|
|
5981
|
-
whoAmI: {
|
|
5982
|
-
id: string;
|
|
5983
|
-
label?: string | null;
|
|
5984
|
-
library: {
|
|
5985
|
-
id: string;
|
|
5986
|
-
};
|
|
5987
|
-
};
|
|
5988
|
-
};
|
|
5989
|
-
} | null;
|
|
5990
|
-
} | null> | null;
|
|
5991
|
-
attribute: {
|
|
5992
|
-
id: string;
|
|
5993
|
-
format?: AttributeFormat | null;
|
|
5994
|
-
type: AttributeType;
|
|
5995
|
-
system: boolean;
|
|
5996
|
-
};
|
|
5997
|
-
metadata?: Array<{
|
|
5998
|
-
name: string;
|
|
5999
|
-
value?: {
|
|
6000
|
-
id_value?: string | null;
|
|
6001
|
-
modified_at?: number | null;
|
|
6002
|
-
created_at?: number | null;
|
|
6003
|
-
payload?: any | null;
|
|
6004
|
-
raw_payload?: any | null;
|
|
6005
|
-
modified_by?: {
|
|
6006
|
-
id: string;
|
|
6007
|
-
whoAmI: {
|
|
6008
|
-
id: string;
|
|
6009
|
-
label?: string | null;
|
|
6010
|
-
subLabel?: string | null;
|
|
6011
|
-
color?: string | null;
|
|
6012
|
-
preview?: IPreviewScalar | null;
|
|
6013
|
-
library: {
|
|
6014
|
-
id: string;
|
|
6015
|
-
label?: any | null;
|
|
6016
|
-
};
|
|
6017
|
-
};
|
|
6018
|
-
} | null;
|
|
6019
|
-
created_by?: {
|
|
6020
|
-
id: string;
|
|
6021
|
-
whoAmI: {
|
|
6022
|
-
id: string;
|
|
6023
|
-
label?: string | null;
|
|
6024
|
-
subLabel?: string | null;
|
|
6025
|
-
color?: string | null;
|
|
6026
|
-
preview?: IPreviewScalar | null;
|
|
6027
|
-
library: {
|
|
6028
|
-
id: string;
|
|
6029
|
-
label?: any | null;
|
|
6030
|
-
};
|
|
6031
|
-
};
|
|
6032
|
-
} | null;
|
|
6033
|
-
version?: Array<{
|
|
6034
|
-
treeId: string;
|
|
6035
|
-
treeNode?: {
|
|
6036
|
-
id: string;
|
|
6037
|
-
record: {
|
|
6038
|
-
id: string;
|
|
6039
|
-
whoAmI: {
|
|
6040
|
-
id: string;
|
|
6041
|
-
label?: string | null;
|
|
6042
|
-
library: {
|
|
6043
|
-
id: string;
|
|
6044
|
-
};
|
|
6045
|
-
};
|
|
6046
|
-
};
|
|
6047
|
-
} | null;
|
|
6048
|
-
} | null> | null;
|
|
6049
|
-
} | null;
|
|
6050
|
-
} | null> | null;
|
|
6051
|
-
} | {
|
|
6052
|
-
id_value?: string | null;
|
|
6053
|
-
isInherited?: boolean | null;
|
|
6054
|
-
isCalculated?: boolean | null;
|
|
6055
|
-
modified_at?: number | null;
|
|
6056
|
-
created_at?: number | null;
|
|
6057
|
-
treeValue?: {
|
|
6058
|
-
id: string;
|
|
6059
|
-
record: {
|
|
6060
|
-
id: string;
|
|
6061
|
-
whoAmI: {
|
|
6062
|
-
id: string;
|
|
6063
|
-
label?: string | null;
|
|
6064
|
-
subLabel?: string | null;
|
|
6065
|
-
color?: string | null;
|
|
6066
|
-
preview?: IPreviewScalar | null;
|
|
6067
|
-
library: {
|
|
6068
|
-
id: string;
|
|
6069
|
-
label?: any | null;
|
|
6070
|
-
};
|
|
6071
|
-
};
|
|
6072
|
-
};
|
|
6073
|
-
ancestors?: Array<{
|
|
6074
|
-
record: {
|
|
6075
|
-
id: string;
|
|
5921
|
+
};
|
|
6076
5922
|
whoAmI: {
|
|
6077
5923
|
id: string;
|
|
6078
5924
|
label?: string | null;
|
|
@@ -6086,6 +5932,61 @@ export type DeleteValueMutation = {
|
|
|
6086
5932
|
};
|
|
6087
5933
|
};
|
|
6088
5934
|
}> | null;
|
|
5935
|
+
permissions: {
|
|
5936
|
+
access_tree: boolean;
|
|
5937
|
+
detach: boolean;
|
|
5938
|
+
edit_children: boolean;
|
|
5939
|
+
};
|
|
5940
|
+
}>;
|
|
5941
|
+
};
|
|
5942
|
+
};
|
|
5943
|
+
export type GetUserDataQueryVariables = Exact<{
|
|
5944
|
+
keys: Array<Scalars['String']> | Scalars['String'];
|
|
5945
|
+
global?: InputMaybe<Scalars['Boolean']>;
|
|
5946
|
+
}>;
|
|
5947
|
+
export type GetUserDataQuery = {
|
|
5948
|
+
userData: {
|
|
5949
|
+
global: boolean;
|
|
5950
|
+
data?: any | null;
|
|
5951
|
+
};
|
|
5952
|
+
};
|
|
5953
|
+
export type SaveUserDataMutationVariables = Exact<{
|
|
5954
|
+
key: Scalars['String'];
|
|
5955
|
+
value?: InputMaybe<Scalars['Any']>;
|
|
5956
|
+
global: Scalars['Boolean'];
|
|
5957
|
+
}>;
|
|
5958
|
+
export type SaveUserDataMutation = {
|
|
5959
|
+
saveUserData: {
|
|
5960
|
+
global: boolean;
|
|
5961
|
+
data?: any | null;
|
|
5962
|
+
};
|
|
5963
|
+
};
|
|
5964
|
+
export type DeleteValueMutationVariables = Exact<{
|
|
5965
|
+
library: Scalars['ID'];
|
|
5966
|
+
recordId: Scalars['ID'];
|
|
5967
|
+
attribute: Scalars['ID'];
|
|
5968
|
+
value?: InputMaybe<ValueInput>;
|
|
5969
|
+
}>;
|
|
5970
|
+
export type DeleteValueMutation = {
|
|
5971
|
+
deleteValue: Array<{
|
|
5972
|
+
id_value?: string | null;
|
|
5973
|
+
isInherited?: boolean | null;
|
|
5974
|
+
isCalculated?: boolean | null;
|
|
5975
|
+
modified_at?: number | null;
|
|
5976
|
+
created_at?: number | null;
|
|
5977
|
+
linkValue?: {
|
|
5978
|
+
id: string;
|
|
5979
|
+
whoAmI: {
|
|
5980
|
+
id: string;
|
|
5981
|
+
label?: string | null;
|
|
5982
|
+
subLabel?: string | null;
|
|
5983
|
+
color?: string | null;
|
|
5984
|
+
preview?: IPreviewScalar | null;
|
|
5985
|
+
library: {
|
|
5986
|
+
id: string;
|
|
5987
|
+
label?: any | null;
|
|
5988
|
+
};
|
|
5989
|
+
};
|
|
6089
5990
|
} | null;
|
|
6090
5991
|
modified_by?: {
|
|
6091
5992
|
id: string;
|
|
@@ -6192,15 +6093,44 @@ export type DeleteValueMutation = {
|
|
|
6192
6093
|
} | null;
|
|
6193
6094
|
} | null> | null;
|
|
6194
6095
|
} | {
|
|
6195
|
-
payload?: any | null;
|
|
6196
|
-
raw_payload?: any | null;
|
|
6197
|
-
value?: any | null;
|
|
6198
|
-
raw_value?: any | null;
|
|
6199
6096
|
id_value?: string | null;
|
|
6200
6097
|
isInherited?: boolean | null;
|
|
6201
6098
|
isCalculated?: boolean | null;
|
|
6202
6099
|
modified_at?: number | null;
|
|
6203
6100
|
created_at?: number | null;
|
|
6101
|
+
treeValue?: {
|
|
6102
|
+
id: string;
|
|
6103
|
+
record: {
|
|
6104
|
+
id: string;
|
|
6105
|
+
whoAmI: {
|
|
6106
|
+
id: string;
|
|
6107
|
+
label?: string | null;
|
|
6108
|
+
subLabel?: string | null;
|
|
6109
|
+
color?: string | null;
|
|
6110
|
+
preview?: IPreviewScalar | null;
|
|
6111
|
+
library: {
|
|
6112
|
+
id: string;
|
|
6113
|
+
label?: any | null;
|
|
6114
|
+
};
|
|
6115
|
+
};
|
|
6116
|
+
};
|
|
6117
|
+
ancestors?: Array<{
|
|
6118
|
+
record: {
|
|
6119
|
+
id: string;
|
|
6120
|
+
whoAmI: {
|
|
6121
|
+
id: string;
|
|
6122
|
+
label?: string | null;
|
|
6123
|
+
subLabel?: string | null;
|
|
6124
|
+
color?: string | null;
|
|
6125
|
+
preview?: IPreviewScalar | null;
|
|
6126
|
+
library: {
|
|
6127
|
+
id: string;
|
|
6128
|
+
label?: any | null;
|
|
6129
|
+
};
|
|
6130
|
+
};
|
|
6131
|
+
};
|
|
6132
|
+
}> | null;
|
|
6133
|
+
} | null;
|
|
6204
6134
|
modified_by?: {
|
|
6205
6135
|
id: string;
|
|
6206
6136
|
whoAmI: {
|
|
@@ -6305,24 +6235,16 @@ export type DeleteValueMutation = {
|
|
|
6305
6235
|
} | null> | null;
|
|
6306
6236
|
} | null;
|
|
6307
6237
|
} | null> | null;
|
|
6308
|
-
}
|
|
6309
|
-
|
|
6310
|
-
|
|
6311
|
-
|
|
6312
|
-
|
|
6313
|
-
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
6314
|
-
}>;
|
|
6315
|
-
export type RunActionsListAndFormatOnValueQuery = {
|
|
6316
|
-
runActionsListAndFormatOnValue: Array<{
|
|
6238
|
+
} | {
|
|
6239
|
+
payload?: any | null;
|
|
6240
|
+
raw_payload?: any | null;
|
|
6241
|
+
value?: any | null;
|
|
6242
|
+
raw_value?: any | null;
|
|
6317
6243
|
id_value?: string | null;
|
|
6318
6244
|
isInherited?: boolean | null;
|
|
6319
6245
|
isCalculated?: boolean | null;
|
|
6320
6246
|
modified_at?: number | null;
|
|
6321
6247
|
created_at?: number | null;
|
|
6322
|
-
payload?: any | null;
|
|
6323
|
-
raw_payload?: any | null;
|
|
6324
|
-
value?: any | null;
|
|
6325
|
-
raw_value?: any | null;
|
|
6326
6248
|
modified_by?: {
|
|
6327
6249
|
id: string;
|
|
6328
6250
|
whoAmI: {
|
|
@@ -7102,6 +7024,27 @@ export type ExplorerAttributesQuery = {
|
|
|
7102
7024
|
id: string;
|
|
7103
7025
|
label?: any | null;
|
|
7104
7026
|
} | null;
|
|
7027
|
+
values_list?: {
|
|
7028
|
+
allowFreeEntry?: boolean | null;
|
|
7029
|
+
enable: boolean;
|
|
7030
|
+
values?: Array<{
|
|
7031
|
+
id: string;
|
|
7032
|
+
whoAmI: {
|
|
7033
|
+
id: string;
|
|
7034
|
+
library: {
|
|
7035
|
+
id: string;
|
|
7036
|
+
};
|
|
7037
|
+
};
|
|
7038
|
+
}> | null;
|
|
7039
|
+
} | null;
|
|
7040
|
+
permissions: {
|
|
7041
|
+
access_attribute: boolean;
|
|
7042
|
+
};
|
|
7043
|
+
} | {
|
|
7044
|
+
id: string;
|
|
7045
|
+
type: AttributeType;
|
|
7046
|
+
format?: AttributeFormat | null;
|
|
7047
|
+
label?: any | null;
|
|
7105
7048
|
permissions: {
|
|
7106
7049
|
access_attribute: boolean;
|
|
7107
7050
|
};
|
|
@@ -7110,6 +7053,10 @@ export type ExplorerAttributesQuery = {
|
|
|
7110
7053
|
type: AttributeType;
|
|
7111
7054
|
format?: AttributeFormat | null;
|
|
7112
7055
|
label?: any | null;
|
|
7056
|
+
linked_tree?: {
|
|
7057
|
+
id: string;
|
|
7058
|
+
label?: any | null;
|
|
7059
|
+
} | null;
|
|
7113
7060
|
permissions: {
|
|
7114
7061
|
access_attribute: boolean;
|
|
7115
7062
|
};
|
|
@@ -7129,6 +7076,19 @@ export type ExplorerLinkAttributeQuery = {
|
|
|
7129
7076
|
id: string;
|
|
7130
7077
|
label?: any | null;
|
|
7131
7078
|
} | null;
|
|
7079
|
+
values_list?: {
|
|
7080
|
+
allowFreeEntry?: boolean | null;
|
|
7081
|
+
enable: boolean;
|
|
7082
|
+
values?: Array<{
|
|
7083
|
+
id: string;
|
|
7084
|
+
whoAmI: {
|
|
7085
|
+
id: string;
|
|
7086
|
+
library: {
|
|
7087
|
+
id: string;
|
|
7088
|
+
};
|
|
7089
|
+
};
|
|
7090
|
+
}> | null;
|
|
7091
|
+
} | null;
|
|
7132
7092
|
permissions: {
|
|
7133
7093
|
access_attribute: boolean;
|
|
7134
7094
|
edit_value: boolean;
|
|
@@ -7140,6 +7100,18 @@ export type ExplorerLinkAttributeQuery = {
|
|
|
7140
7100
|
access_attribute: boolean;
|
|
7141
7101
|
edit_value: boolean;
|
|
7142
7102
|
};
|
|
7103
|
+
} | {
|
|
7104
|
+
label?: any | null;
|
|
7105
|
+
id: string;
|
|
7106
|
+
multiple_values: boolean;
|
|
7107
|
+
linked_tree?: {
|
|
7108
|
+
id: string;
|
|
7109
|
+
label?: any | null;
|
|
7110
|
+
} | null;
|
|
7111
|
+
permissions: {
|
|
7112
|
+
access_attribute: boolean;
|
|
7113
|
+
edit_value: boolean;
|
|
7114
|
+
};
|
|
7143
7115
|
}>;
|
|
7144
7116
|
} | null;
|
|
7145
7117
|
};
|
|
@@ -7450,23 +7422,6 @@ export type UpdateViewMutation = {
|
|
|
7450
7422
|
}> | null;
|
|
7451
7423
|
};
|
|
7452
7424
|
};
|
|
7453
|
-
export type GetJoinLibraryMandatoryAttributeValuesQueryVariables = Exact<{
|
|
7454
|
-
joinLibraryId: Scalars['ID'];
|
|
7455
|
-
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7456
|
-
mandatoryAttributeId: Scalars['ID'];
|
|
7457
|
-
}>;
|
|
7458
|
-
export type GetJoinLibraryMandatoryAttributeValuesQuery = {
|
|
7459
|
-
records: {
|
|
7460
|
-
list: Array<{
|
|
7461
|
-
id: string;
|
|
7462
|
-
property: Array<{
|
|
7463
|
-
payload?: {
|
|
7464
|
-
id: string;
|
|
7465
|
-
} | null;
|
|
7466
|
-
}>;
|
|
7467
|
-
}>;
|
|
7468
|
-
};
|
|
7469
|
-
};
|
|
7470
7425
|
export type TreeDataQueryQueryVariables = Exact<{
|
|
7471
7426
|
treeId: Scalars['ID'];
|
|
7472
7427
|
}>;
|
|
@@ -7483,14 +7438,13 @@ export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
|
7483
7438
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7484
7439
|
export declare const AttributesByLibLinkAttributeFragmentDoc: Apollo.DocumentNode;
|
|
7485
7440
|
export declare const AttributesByLibAttributeFragmentDoc: Apollo.DocumentNode;
|
|
7486
|
-
export declare const ValuesVersionDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7487
|
-
export declare const ValueDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7488
|
-
export declare const RecordFormElementValuesFragmentDoc: Apollo.DocumentNode;
|
|
7489
7441
|
export declare const LibraryLightFragmentDoc: Apollo.DocumentNode;
|
|
7490
7442
|
export declare const LibraryLinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7491
7443
|
export declare const LibraryAttributesFragmentDoc: Apollo.DocumentNode;
|
|
7492
7444
|
export declare const LibraryPreviewsSettingsFragmentDoc: Apollo.DocumentNode;
|
|
7493
7445
|
export declare const LibraryDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7446
|
+
export declare const ValuesVersionDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7447
|
+
export declare const ValueDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7494
7448
|
export declare const StandardValuesListFragmentFragmentDoc: Apollo.DocumentNode;
|
|
7495
7449
|
export declare const RecordFormAttributeFragmentDoc: Apollo.DocumentNode;
|
|
7496
7450
|
export declare const JoinLibraryContextFragmentDoc: Apollo.DocumentNode;
|
|
@@ -7503,6 +7457,7 @@ export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
|
7503
7457
|
export declare const AttributesByLibLinkAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
|
|
7504
7458
|
export declare const AttributesByLibAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
|
|
7505
7459
|
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7460
|
+
export declare const TreeAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7506
7461
|
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
7507
7462
|
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
7508
7463
|
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
@@ -8053,52 +8008,6 @@ export declare function useUploadMutation(baseOptions?: Apollo.MutationHookOptio
|
|
|
8053
8008
|
export type UploadMutationHookResult = ReturnType<typeof useUploadMutation>;
|
|
8054
8009
|
export type UploadMutationResult = Apollo.MutationResult<UploadMutation>;
|
|
8055
8010
|
export type UploadMutationOptions = Apollo.BaseMutationOptions<UploadMutation, UploadMutationVariables>;
|
|
8056
|
-
export declare const GetRecordFormElementsValuesDocument: Apollo.DocumentNode;
|
|
8057
|
-
/**
|
|
8058
|
-
* __useGetRecordFormElementsValuesQuery__
|
|
8059
|
-
*
|
|
8060
|
-
* To run a query within a React component, call `useGetRecordFormElementsValuesQuery` and pass it any options that fit your needs.
|
|
8061
|
-
* When your component renders, `useGetRecordFormElementsValuesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8062
|
-
* you can use to render your UI.
|
|
8063
|
-
*
|
|
8064
|
-
* @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;
|
|
8065
|
-
*
|
|
8066
|
-
* @example
|
|
8067
|
-
* const { data, loading, error } = useGetRecordFormElementsValuesQuery({
|
|
8068
|
-
* variables: {
|
|
8069
|
-
* recordId: // value for 'recordId'
|
|
8070
|
-
* libraryId: // value for 'libraryId'
|
|
8071
|
-
* formId: // value for 'formId'
|
|
8072
|
-
* version: // value for 'version'
|
|
8073
|
-
* elementIds: // value for 'elementIds'
|
|
8074
|
-
* },
|
|
8075
|
-
* });
|
|
8076
|
-
*/
|
|
8077
|
-
export declare function useGetRecordFormElementsValuesQuery(baseOptions: Apollo.QueryHookOptions<GetRecordFormElementsValuesQuery, GetRecordFormElementsValuesQueryVariables>): Apollo.QueryResult<GetRecordFormElementsValuesQuery, Exact<{
|
|
8078
|
-
recordId?: InputMaybe<Scalars["String"]>;
|
|
8079
|
-
libraryId: Scalars["String"];
|
|
8080
|
-
formId: Scalars["String"];
|
|
8081
|
-
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
8082
|
-
elementIds?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8083
|
-
}>>;
|
|
8084
|
-
export declare function useGetRecordFormElementsValuesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordFormElementsValuesQuery, GetRecordFormElementsValuesQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordFormElementsValuesQuery, Exact<{
|
|
8085
|
-
recordId?: InputMaybe<Scalars["String"]>;
|
|
8086
|
-
libraryId: Scalars["String"];
|
|
8087
|
-
formId: Scalars["String"];
|
|
8088
|
-
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
8089
|
-
elementIds?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8090
|
-
}>>;
|
|
8091
|
-
export declare function useGetRecordFormElementsValuesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetRecordFormElementsValuesQuery, GetRecordFormElementsValuesQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordFormElementsValuesQuery, Exact<{
|
|
8092
|
-
recordId?: InputMaybe<Scalars["String"]>;
|
|
8093
|
-
libraryId: Scalars["String"];
|
|
8094
|
-
formId: Scalars["String"];
|
|
8095
|
-
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
8096
|
-
elementIds?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
8097
|
-
}>>;
|
|
8098
|
-
export type GetRecordFormElementsValuesQueryHookResult = ReturnType<typeof useGetRecordFormElementsValuesQuery>;
|
|
8099
|
-
export type GetRecordFormElementsValuesLazyQueryHookResult = ReturnType<typeof useGetRecordFormElementsValuesLazyQuery>;
|
|
8100
|
-
export type GetRecordFormElementsValuesSuspenseQueryHookResult = ReturnType<typeof useGetRecordFormElementsValuesSuspenseQuery>;
|
|
8101
|
-
export type GetRecordFormElementsValuesQueryResult = Apollo.QueryResult<GetRecordFormElementsValuesQuery, GetRecordFormElementsValuesQueryVariables>;
|
|
8102
8011
|
export declare const ImportExcelDocument: Apollo.DocumentNode;
|
|
8103
8012
|
export type ImportExcelMutationFn = Apollo.MutationFunction<ImportExcelMutation, ImportExcelMutationVariables>;
|
|
8104
8013
|
/**
|
|
@@ -8398,6 +8307,31 @@ export declare function useActivateRecordsMutation(baseOptions?: Apollo.Mutation
|
|
|
8398
8307
|
export type ActivateRecordsMutationHookResult = ReturnType<typeof useActivateRecordsMutation>;
|
|
8399
8308
|
export type ActivateRecordsMutationResult = Apollo.MutationResult<ActivateRecordsMutation>;
|
|
8400
8309
|
export type ActivateRecordsMutationOptions = Apollo.BaseMutationOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
|
|
8310
|
+
export declare const CreateEmptyRecordDocument: Apollo.DocumentNode;
|
|
8311
|
+
export type CreateEmptyRecordMutationFn = Apollo.MutationFunction<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
|
|
8312
|
+
/**
|
|
8313
|
+
* __useCreateEmptyRecordMutation__
|
|
8314
|
+
*
|
|
8315
|
+
* To run a mutation, you first call `useCreateEmptyRecordMutation` within a React component and pass it any options that fit your needs.
|
|
8316
|
+
* When your component renders, `useCreateEmptyRecordMutation` returns a tuple that includes:
|
|
8317
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
8318
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
8319
|
+
*
|
|
8320
|
+
* @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;
|
|
8321
|
+
*
|
|
8322
|
+
* @example
|
|
8323
|
+
* const [createEmptyRecordMutation, { data, loading, error }] = useCreateEmptyRecordMutation({
|
|
8324
|
+
* variables: {
|
|
8325
|
+
* library: // value for 'library'
|
|
8326
|
+
* },
|
|
8327
|
+
* });
|
|
8328
|
+
*/
|
|
8329
|
+
export declare function useCreateEmptyRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>): Apollo.MutationTuple<CreateEmptyRecordMutation, Exact<{
|
|
8330
|
+
library: Scalars["ID"];
|
|
8331
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8332
|
+
export type CreateEmptyRecordMutationHookResult = ReturnType<typeof useCreateEmptyRecordMutation>;
|
|
8333
|
+
export type CreateEmptyRecordMutationResult = Apollo.MutationResult<CreateEmptyRecordMutation>;
|
|
8334
|
+
export type CreateEmptyRecordMutationOptions = Apollo.BaseMutationOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
|
|
8401
8335
|
export declare const CreateRecordDocument: Apollo.DocumentNode;
|
|
8402
8336
|
export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
|
|
8403
8337
|
/**
|
|
@@ -8993,44 +8927,6 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
|
|
|
8993
8927
|
export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
|
|
8994
8928
|
export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
|
|
8995
8929
|
export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
|
|
8996
|
-
export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
|
|
8997
|
-
/**
|
|
8998
|
-
* __useRunActionsListAndFormatOnValueQuery__
|
|
8999
|
-
*
|
|
9000
|
-
* To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
|
|
9001
|
-
* When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
9002
|
-
* you can use to render your UI.
|
|
9003
|
-
*
|
|
9004
|
-
* @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;
|
|
9005
|
-
*
|
|
9006
|
-
* @example
|
|
9007
|
-
* const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
|
|
9008
|
-
* variables: {
|
|
9009
|
-
* library: // value for 'library'
|
|
9010
|
-
* value: // value for 'value'
|
|
9011
|
-
* version: // value for 'version'
|
|
9012
|
-
* },
|
|
9013
|
-
* });
|
|
9014
|
-
*/
|
|
9015
|
-
export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
9016
|
-
library: Scalars["ID"];
|
|
9017
|
-
value?: InputMaybe<ValueBatchInput>;
|
|
9018
|
-
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
9019
|
-
}>>;
|
|
9020
|
-
export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
9021
|
-
library: Scalars["ID"];
|
|
9022
|
-
value?: InputMaybe<ValueBatchInput>;
|
|
9023
|
-
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
9024
|
-
}>>;
|
|
9025
|
-
export declare function useRunActionsListAndFormatOnValueSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.UseSuspenseQueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
9026
|
-
library: Scalars["ID"];
|
|
9027
|
-
value?: InputMaybe<ValueBatchInput>;
|
|
9028
|
-
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
9029
|
-
}>>;
|
|
9030
|
-
export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
|
|
9031
|
-
export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
|
|
9032
|
-
export type RunActionsListAndFormatOnValueSuspenseQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueSuspenseQuery>;
|
|
9033
|
-
export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
|
|
9034
8930
|
export declare const SaveValueBatchDocument: Apollo.DocumentNode;
|
|
9035
8931
|
export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
9036
8932
|
/**
|
|
@@ -9504,44 +9400,6 @@ export declare function useUpdateViewMutation(baseOptions?: Apollo.MutationHookO
|
|
|
9504
9400
|
export type UpdateViewMutationHookResult = ReturnType<typeof useUpdateViewMutation>;
|
|
9505
9401
|
export type UpdateViewMutationResult = Apollo.MutationResult<UpdateViewMutation>;
|
|
9506
9402
|
export type UpdateViewMutationOptions = Apollo.BaseMutationOptions<UpdateViewMutation, UpdateViewMutationVariables>;
|
|
9507
|
-
export declare const GetJoinLibraryMandatoryAttributeValuesDocument: Apollo.DocumentNode;
|
|
9508
|
-
/**
|
|
9509
|
-
* __useGetJoinLibraryMandatoryAttributeValuesQuery__
|
|
9510
|
-
*
|
|
9511
|
-
* To run a query within a React component, call `useGetJoinLibraryMandatoryAttributeValuesQuery` and pass it any options that fit your needs.
|
|
9512
|
-
* When your component renders, `useGetJoinLibraryMandatoryAttributeValuesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
9513
|
-
* you can use to render your UI.
|
|
9514
|
-
*
|
|
9515
|
-
* @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;
|
|
9516
|
-
*
|
|
9517
|
-
* @example
|
|
9518
|
-
* const { data, loading, error } = useGetJoinLibraryMandatoryAttributeValuesQuery({
|
|
9519
|
-
* variables: {
|
|
9520
|
-
* joinLibraryId: // value for 'joinLibraryId'
|
|
9521
|
-
* filters: // value for 'filters'
|
|
9522
|
-
* mandatoryAttributeId: // value for 'mandatoryAttributeId'
|
|
9523
|
-
* },
|
|
9524
|
-
* });
|
|
9525
|
-
*/
|
|
9526
|
-
export declare function useGetJoinLibraryMandatoryAttributeValuesQuery(baseOptions: Apollo.QueryHookOptions<GetJoinLibraryMandatoryAttributeValuesQuery, GetJoinLibraryMandatoryAttributeValuesQueryVariables>): Apollo.QueryResult<GetJoinLibraryMandatoryAttributeValuesQuery, Exact<{
|
|
9527
|
-
joinLibraryId: Scalars["ID"];
|
|
9528
|
-
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9529
|
-
mandatoryAttributeId: Scalars["ID"];
|
|
9530
|
-
}>>;
|
|
9531
|
-
export declare function useGetJoinLibraryMandatoryAttributeValuesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetJoinLibraryMandatoryAttributeValuesQuery, GetJoinLibraryMandatoryAttributeValuesQueryVariables>): Apollo.LazyQueryResultTuple<GetJoinLibraryMandatoryAttributeValuesQuery, Exact<{
|
|
9532
|
-
joinLibraryId: Scalars["ID"];
|
|
9533
|
-
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9534
|
-
mandatoryAttributeId: Scalars["ID"];
|
|
9535
|
-
}>>;
|
|
9536
|
-
export declare function useGetJoinLibraryMandatoryAttributeValuesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetJoinLibraryMandatoryAttributeValuesQuery, GetJoinLibraryMandatoryAttributeValuesQueryVariables>): Apollo.UseSuspenseQueryResult<GetJoinLibraryMandatoryAttributeValuesQuery, Exact<{
|
|
9537
|
-
joinLibraryId: Scalars["ID"];
|
|
9538
|
-
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
9539
|
-
mandatoryAttributeId: Scalars["ID"];
|
|
9540
|
-
}>>;
|
|
9541
|
-
export type GetJoinLibraryMandatoryAttributeValuesQueryHookResult = ReturnType<typeof useGetJoinLibraryMandatoryAttributeValuesQuery>;
|
|
9542
|
-
export type GetJoinLibraryMandatoryAttributeValuesLazyQueryHookResult = ReturnType<typeof useGetJoinLibraryMandatoryAttributeValuesLazyQuery>;
|
|
9543
|
-
export type GetJoinLibraryMandatoryAttributeValuesSuspenseQueryHookResult = ReturnType<typeof useGetJoinLibraryMandatoryAttributeValuesSuspenseQuery>;
|
|
9544
|
-
export type GetJoinLibraryMandatoryAttributeValuesQueryResult = Apollo.QueryResult<GetJoinLibraryMandatoryAttributeValuesQuery, GetJoinLibraryMandatoryAttributeValuesQueryVariables>;
|
|
9545
9403
|
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
9546
9404
|
/**
|
|
9547
9405
|
* __useTreeDataQueryQuery__
|