@docsvision/webclient 5.17.0-beta.1 → 5.17.0-beta.13
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/Approval/AgreementList.d.ts +2 -2
- package/Approval/AgreementListContent.d.ts +1 -0
- package/Approval/IAgreementListContentProps.d.ts +2 -0
- package/BackOffice/$WebFrameDirectorySearchInfoStorageService.d.ts +8 -3
- package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +4 -1
- package/BackOffice/AddEmployeeIconColumn.d.ts +1 -0
- package/BackOffice/BatchDelegateOperation.d.ts +2 -1
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChangeBoundaryValuesSection.d.ts +4 -0
- package/BackOffice/ChangeSectionValues.d.ts +4 -0
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/ConvertSizetoMegabytes.d.ts +1 -0
- package/BackOffice/DeleteShortcutBatchOperation.d.ts +2 -1
- package/BackOffice/DeleteShortcutBatchOperationImpl.d.ts +1 -0
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DirectoryEntryModal.d.ts +3 -0
- package/BackOffice/DirectoryEntryModalLogic.d.ts +1 -0
- package/BackOffice/DirectoryFrame.d.ts +2 -0
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResult.d.ts +2 -0
- package/BackOffice/DirectorySearchResultLogic.d.ts +1 -0
- package/BackOffice/DirectorySearchResultView.d.ts +3 -2
- package/BackOffice/DirectoryTabs.d.ts +3 -0
- package/BackOffice/DirectoryTree.d.ts +3 -0
- package/BackOffice/DirectoryTreeLogic.d.ts +1 -0
- package/BackOffice/DirectoryValues.d.ts +7 -5
- package/BackOffice/DirectoryValuesLogic.d.ts +1 -0
- package/BackOffice/EmailButton.d.ts +21 -0
- package/BackOffice/EmailButton.stories.d.ts +10 -0
- package/BackOffice/EmailButtonContainer.d.ts +8 -0
- package/BackOffice/EmailButtonFiles.d.ts +7 -0
- package/BackOffice/EmailButtonItem.d.ts +12 -0
- package/BackOffice/EmailButtonLogic.d.ts +42 -0
- package/BackOffice/EmailButtonOptions.d.ts +36 -0
- package/BackOffice/EmailButtonSectionId.d.ts +2 -0
- package/BackOffice/EmailButtonSelectedSize.d.ts +9 -0
- package/BackOffice/EmailButtonView.d.ts +19 -0
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListControl.d.ts +5 -0
- package/BackOffice/FileListControlImpl.d.ts +10 -0
- package/BackOffice/FileListControlLogic.d.ts +1 -0
- package/BackOffice/FileListItemComponent.d.ts +5 -2
- package/BackOffice/FileSignCreateDialog.d.ts +1 -2
- package/BackOffice/FileSignSelectCertificateDialog.d.ts +1 -1
- package/BackOffice/FindStaffSection.d.ts +4 -1
- package/BackOffice/GetEmlUrl.d.ts +11 -0
- package/BackOffice/GetEmployeeGroups.d.ts +1 -0
- package/BackOffice/IFileMenuItem.d.ts +14 -0
- package/BackOffice/IFileMenuOpeningArgs.d.ts +6 -0
- package/BackOffice/ITaskTableSorting.d.ts +27 -0
- package/BackOffice/Index.d.ts +10 -1
- package/BackOffice/InitialCheckboxes.d.ts +4 -0
- package/BackOffice/LinksImpl.d.ts +1 -0
- package/BackOffice/LoadEmployees.d.ts +2 -5
- package/BackOffice/NumeratorImpl.d.ts +2 -1
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PrepareTasksTableModel.d.ts +2 -1
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/SearchBar.d.ts +10 -4
- package/BackOffice/SearchEmployees.d.ts +2 -1
- package/BackOffice/SortingRows.d.ts +6 -0
- package/BackOffice/StaffDirectory.d.ts +2 -1
- package/BackOffice/StaffDirectoryConstants.d.ts +15 -0
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/StaffDirectoryLogic.d.ts +28 -23
- package/BackOffice/TaskTasksTreeNodeResolver.d.ts +5 -3
- package/BackOffice/TasksTable.d.ts +5 -1
- package/BackOffice/TasksTableHeaderCell.d.ts +3 -0
- package/BackOffice/TasksTableLogic.d.ts +10 -0
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/TasksTree.d.ts +2 -1
- package/BackOffice/TimeOfPerformanceImpl.d.ts +0 -9
- package/BackOffice/UniquenessCheckImpl.d.ts +1 -1
- package/BackOffice/UserProfile.d.ts +8 -5
- package/BackOffice/UserStatus.d.ts +5 -0
- package/BackOffice/WebFrameDirectorySearchPanel.d.ts +13 -2
- package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +12 -3
- package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +1 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
- package/Generated/DocsVision.WebClient.Controllers.d.ts +200 -4
- package/Generated/DocsVision.WebClient.Models.d.ts +1573 -62
- package/Helpers/ComboBox/ComboBoxTitle.d.ts +4 -0
- package/Helpers/DateRangePicker/DateRangePicker.d.ts +24 -0
- package/Helpers/DateRangePicker/DateRangePicker.stories.d.ts +9 -0
- package/Helpers/DateRangePicker/components/DateRangePickerDay.d.ts +15 -0
- package/Helpers/DateRangePicker/components/DateRangePickerToolbar.d.ts +14 -0
- package/Helpers/IconButton.d.ts +2 -0
- package/Helpers/MainMenu/ItemText.d.ts +2 -0
- package/Helpers/Menu/AdaptiveMenuBar.d.ts +2 -0
- package/Helpers/Menu/MobileMenuBar.d.ts +1 -0
- package/Helpers/MessageBox/MessageBox.d.ts +6 -1
- package/Helpers/PopoverHelpers/EditPopover/EditPopover.d.ts +1 -1
- package/Helpers/Sortable/Sortable.d.ts +1 -1
- package/Helpers/Table/TableHelperHeaderRow.d.ts +2 -0
- package/Helpers/Table/TableHelperRow.d.ts +1 -0
- package/Helpers/Tree/ITreeBaseProps.d.ts +9 -0
- package/Helpers/Typeahead/Typeahead.d.ts +1 -1
- package/Legacy/ApprovalFilePanel.d.ts +1 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +4 -2
- package/Legacy/GridOptions.d.ts +4 -1
- package/Legacy/ModalWindow.d.ts +1 -1
- package/Legacy/NavBarRouteHandler.d.ts +1 -1
- package/Legacy/SearchDropdown.d.ts +3 -1
- package/Legacy/Sidebar.d.ts +1 -0
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +9 -2
- package/Legacy/TaskReportPanelRazorControl.d.ts +12 -3
- package/Legacy/Utils.d.ts +3 -7
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +17 -0
- package/MainBundle.d.ts +2 -1
- package/Platform/$AggregatesCheckbox.d.ts +19 -0
- package/Platform/$BatchOperations.d.ts +3 -0
- package/Platform/$CacheManagement.d.ts +3 -1
- package/Platform/$ContextMenuOptions.d.ts +86 -6
- package/Platform/$CurrentFolder.d.ts +3 -0
- package/Platform/$FileDownload.d.ts +2 -1
- package/Platform/$FolderDataLoading.d.ts +14 -2
- package/Platform/$FolderGrid.d.ts +28 -3
- package/Platform/$GridOptions.d.ts +10 -4
- package/Platform/$HoverPanel.d.ts +8 -0
- package/Platform/$LastSearchParameters.d.ts +10 -0
- package/Platform/$RefreshUnreadCounters.d.ts +10 -0
- package/Platform/$SaveColumns.d.ts +7 -0
- package/Platform/$SearchParametersFolder.d.ts +13 -0
- package/Platform/$SearchText.d.ts +11 -0
- package/Platform/$TablePresentationToggle.d.ts +8 -0
- package/Platform/$ToolbarDaughterControls.d.ts +20 -0
- package/Platform/$UnreadCounter.d.ts +1 -1
- package/Platform/$WebFrameSearchPanel.d.ts +30 -0
- package/Platform/AggregateItemCheckbox.d.ts +12 -0
- package/Platform/Aggregates.stories.d.ts +8 -0
- package/Platform/AggregatesCheckbox.d.ts +10 -0
- package/Platform/AggregatesCheckboxPlugins.d.ts +11 -0
- package/Platform/AggregatesCheckboxService.d.ts +37 -0
- package/Platform/AggregatesExtendedData.d.ts +4 -0
- package/Platform/AggregatesGroup.d.ts +13 -0
- package/Platform/AggregatesListItem.d.ts +5 -0
- package/Platform/AggregatesNotAvailable.d.ts +6 -0
- package/Platform/AggregatesPanelHeader.d.ts +6 -0
- package/Platform/AggregatesRequestResolver.d.ts +12 -0
- package/Platform/AggregatesResponseResolver.d.ts +10 -0
- package/Platform/AggregatesTree.d.ts +17 -0
- package/Platform/AggregatesTreeLoader.d.ts +2 -0
- package/Platform/AggregatesUtils.d.ts +5 -0
- package/Platform/ArchivedCardsIcon.d.ts +5 -0
- package/Platform/ArchivedCardsPlugin.d.ts +3 -0
- package/Platform/ArchivedCardsResponseResolver.d.ts +22 -0
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/BatchOperationsPlugin.d.ts +4 -0
- package/Platform/ButtonPositionsSelectionRadioButton.d.ts +9 -0
- package/Platform/CacheManagementService.d.ts +5 -0
- package/Platform/CalendarIcon.d.ts +2 -0
- package/Platform/CalendarInput.d.ts +8 -0
- package/Platform/CardManagement.d.ts +2 -2
- package/Platform/CardManagementImpl.d.ts +1 -0
- package/Platform/ClearButton.d.ts +8 -0
- package/Platform/CommentFile.d.ts +4 -1
- package/Platform/ContextMenu.d.ts +18 -5
- package/Platform/ContextMenuCustomPlugins.d.ts +4 -2
- package/Platform/ContextMenuOptionsService.d.ts +43 -12
- package/Platform/ContextMenuUtils.d.ts +5 -0
- package/Platform/CopyShortcutBatchOperation.d.ts +2 -1
- package/Platform/DateFormatParsingResponseResolver.d.ts +1 -1
- package/Platform/DateInput.d.ts +6 -0
- package/Platform/DefaultFolderDataLoader.d.ts +3 -3
- package/Platform/DefaultFolderResponseResolver.d.ts +1 -1
- package/Platform/DefaultFolderTablePluginFactory.d.ts +12 -7
- package/Platform/DeleteBatchOperation.d.ts +31 -0
- package/Platform/DeleteBatchOperationImpl.d.ts +23 -0
- package/Platform/DownloadBatchOperationFileInfoCard.d.ts +7 -0
- package/Platform/DownloadDocumentFileMode.d.ts +5 -0
- package/Platform/DownloadFilesBatchOperation.d.ts +36 -0
- package/Platform/DownloadFilesBatchOperationImpl.d.ts +26 -0
- package/Platform/Dropdown.d.ts +7 -0
- package/Platform/Dropdown.stories.d.ts +12 -0
- package/Platform/DropdownImpl.d.ts +1 -0
- package/Platform/ExportPlugin.d.ts +12 -0
- package/Platform/Favorite.d.ts +22 -0
- package/Platform/FavoritesPageRouteHandler.d.ts +18 -0
- package/Platform/FavoritesRouteHandler.d.ts +18 -0
- package/Platform/FileDownloadService.d.ts +2 -1
- package/Platform/FilePicker.d.ts +5 -2
- package/Platform/FilePickerImpl.d.ts +1 -0
- package/Platform/FilterDate.d.ts +11 -0
- package/Platform/FilterDateRangePicker.d.ts +6 -0
- package/Platform/FilterDateTextListInput.d.ts +5 -0
- package/Platform/FilterPlugin.d.ts +3 -0
- package/Platform/FilteringExtendedData.d.ts +4 -0
- package/Platform/FilteringRequestResolver.d.ts +11 -0
- package/Platform/FilteringResponseResolver.d.ts +10 -0
- package/Platform/FocusableTextInput.d.ts +6 -0
- package/Platform/FolderCardsDashboardWidget.d.ts +2 -1
- package/Platform/FolderCardsDashboardWidgetDataLoader.d.ts +13 -0
- package/Platform/FolderCardsDashboardWidgetImpl.d.ts +14 -13
- package/Platform/FolderCountersRouteHandler.d.ts +1 -1
- package/Platform/FolderDashboardWidget.d.ts +1 -0
- package/Platform/FolderDashboardWidgetImpl.d.ts +4 -1
- package/Platform/FolderDataContext.d.ts +7 -2
- package/Platform/FolderDataContextImpl.d.ts +7 -2
- package/Platform/FolderDataLoadingService.d.ts +36 -16
- package/Platform/FolderGrid.d.ts +31 -4
- package/Platform/FolderGrid.stories.d.ts +4 -0
- package/Platform/FolderGridBatchOperationsNode.d.ts +33 -0
- package/Platform/FolderGridBatchOperationsNodeImpl.d.ts +14 -0
- package/Platform/FolderGridConstants.d.ts +7 -0
- package/Platform/FolderGridImpl.d.ts +9 -1
- package/Platform/FolderGridService.d.ts +44 -3
- package/Platform/FolderGridServiceUtils.d.ts +1 -0
- package/Platform/FolderGroupDashboardWidget.d.ts +3 -0
- package/Platform/FolderGroupDashboardWidgetImpl.d.ts +8 -1
- package/Platform/FolderMainMenuItem.d.ts +1 -1
- package/Platform/FolderName.d.ts +4 -0
- package/Platform/FolderNameImpl.d.ts +1 -2
- package/Platform/FolderPluginProvider.d.ts +5 -2
- package/Platform/FolderRouteTypeMapper.d.ts +1 -0
- package/Platform/FolderSizePlugin.d.ts +11 -0
- package/Platform/FolderSizePluginExtendedData.d.ts +9 -0
- package/Platform/FolderSizeResponseResolver.d.ts +10 -0
- package/Platform/FolderTypeDialog.d.ts +1 -0
- package/Platform/FolderViewItemsImpl.d.ts +4 -4
- package/Platform/FolderWebFrameRouteHandler.d.ts +18 -0
- package/Platform/FormatNumberToCultureString.d.ts +8 -0
- package/Platform/GridOperationsService.d.ts +3 -0
- package/Platform/GridRowModel.d.ts +2 -2
- package/Platform/GropingPlugin.d.ts +3 -0
- package/Platform/GroupingRequestResolver.d.ts +12 -0
- package/Platform/GroupingResponseResolver.d.ts +17 -0
- package/Platform/HoverPanelService.d.ts +5 -0
- package/Platform/IAggregates.d.ts +34 -0
- package/Platform/ICommonFolderInfo.d.ts +2 -0
- package/Platform/IFavoritesPageRouteData.d.ts +6 -0
- package/Platform/IFavoritesRouteData.d.ts +7 -0
- package/Platform/IFileHasSignature.d.ts +4 -0
- package/Platform/IFileInfo.d.ts +5 -0
- package/Platform/IFilterComponent.d.ts +29 -0
- package/Platform/IFolderDataLoader.d.ts +4 -3
- package/Platform/IFolderDataLoadingPlugin.d.ts +2 -2
- package/Platform/IFolderLoadRequest.d.ts +6 -0
- package/Platform/IFolderPluginFactory.d.ts +2 -0
- package/Platform/ITableRowColorPlugin.d.ts +7 -0
- package/Platform/IUnreadRowData.d.ts +1 -1
- package/Platform/InputWithMask.d.ts +16 -0
- package/Platform/LastSearchParametersService.d.ts +11 -0
- package/Platform/LayoutIconButton.d.ts +2 -0
- package/Platform/LayoutIconButtonImpl.d.ts +1 -0
- package/Platform/ListCheckbox.d.ts +6 -0
- package/Platform/ListContent.d.ts +8 -0
- package/Platform/ListContentHightlight.d.ts +9 -0
- package/Platform/ListEmpty.d.ts +6 -0
- package/Platform/ListEmptySearchIcon.d.ts +6 -0
- package/Platform/ListInput.d.ts +9 -0
- package/Platform/ListItem.d.ts +6 -0
- package/Platform/ListLoading.d.ts +6 -0
- package/Platform/ListSearchIcon.d.ts +6 -0
- package/Platform/ListSlot.d.ts +7 -0
- package/Platform/ListTotalItem.d.ts +8 -0
- package/Platform/ListViewResponseResolver.d.ts +13 -0
- package/Platform/LoadExistingFolderDataLoader.d.ts +2 -2
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/{MoveShortcutsBatchOperation.d.ts → MoveShortcutBatchOperation.d.ts} +7 -6
- package/Platform/{MoveShortcutsBatchOperationImpl.d.ts → MoveShortcutBatchOperationImpl.d.ts} +6 -5
- package/Platform/PageSizeFolderDataLoadingPlugin.d.ts +1 -1
- package/Platform/Panel.d.ts +2 -0
- package/Platform/PanelImpl.d.ts +1 -1
- package/Platform/ReadAllPlugin.d.ts +17 -0
- package/Platform/ReadAllPluginExtendedData.d.ts +9 -0
- package/Platform/ReadAllResponseResolver.d.ts +10 -0
- package/Platform/ReadBatchOperation.d.ts +33 -0
- package/Platform/ReadBatchOperationImpl.d.ts +20 -0
- package/Platform/RecentCardsDashboardWidget.d.ts +3 -1
- package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +15 -0
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +14 -13
- package/Platform/RecentCardsRouteHandler.d.ts +4 -3
- package/Platform/RefreshPlugin.d.ts +12 -0
- package/Platform/RefreshUnreadCountersService.d.ts +13 -0
- package/Platform/ResetSettingsPlugin.d.ts +18 -0
- package/Platform/SaveColumnsResponseResolver.d.ts +10 -0
- package/Platform/SaveColumnsService.d.ts +8 -0
- package/Platform/SaveColumnsServiceProvider.d.ts +6 -0
- package/Platform/SearchInfoExtendedData.d.ts +4 -0
- package/Platform/SearchParametersFolderRequestResolver.d.ts +12 -0
- package/Platform/SearchParametersFolderResponseResolver.d.ts +16 -0
- package/Platform/SearchParametersFolderService.d.ts +12 -0
- package/Platform/SearchPlugin.d.ts +3 -0
- package/Platform/SearchRequestResolver.d.ts +12 -0
- package/Platform/SearchResponseResolver.d.ts +11 -0
- package/Platform/SearchResultPageRouteHandler.d.ts +3 -1
- package/Platform/SearchResultsFolderDataLoadingPluginFactory.d.ts +9 -0
- package/Platform/SearchResultsFolderTablePluginFactory.d.ts +16 -0
- package/Platform/SearchResultsRequestResolver.d.ts +20 -0
- package/Platform/SearchResultsResponseResolver.d.ts +12 -0
- package/Platform/SearchRouteHandler.d.ts +2 -1
- package/Platform/SearchTextInput.d.ts +6 -0
- package/Platform/SearchTextProvider.d.ts +7 -0
- package/Platform/SearchTextService.d.ts +10 -0
- package/Platform/SearchingResultsImpl.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/SettingsPlugin.d.ts +20 -0
- package/Platform/SettingsPopup.d.ts +17 -0
- package/Platform/SettingsPopup.stories.d.ts +1 -0
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +6 -0
- package/Platform/SettingsPopupColumn.d.ts +5 -0
- package/Platform/SettingsPopupExtendedData.d.ts +9 -0
- package/Platform/SettingsPopupItemView.d.ts +7 -0
- package/Platform/SettingsPopupLogic.d.ts +62 -0
- package/Platform/{TemplateRequestResolver.d.ts → SettingsPopupRequestResolver.d.ts} +3 -3
- package/Platform/SettingsPopupResponseResolver.d.ts +11 -0
- package/Platform/SettingsPopupRow.d.ts +5 -0
- package/Platform/SettingsPopupView.d.ts +23 -0
- package/Platform/ShowAllButton.d.ts +16 -0
- package/Platform/ShowAllPlugins.d.ts +3 -0
- package/Platform/SortingResponseResolver.d.ts +2 -1
- package/Platform/Table.d.ts +2 -3
- package/Platform/TableBackgroundOpacityPlugin.d.ts +4 -0
- package/Platform/TableCellNumberFormattedPlugin.d.ts +7 -0
- package/Platform/TableCellNumberRightAlignPlugin.d.ts +4 -0
- package/Platform/TableCellOpacityPlugin.d.ts +3 -0
- package/Platform/TableImpl.d.ts +2 -2
- package/Platform/TablePresentationTogglePlugins.d.ts +9 -0
- package/Platform/TablePresentationToggleService.d.ts +8 -0
- package/Platform/TableRowColorPlugin.d.ts +4 -0
- package/Platform/{TemplateResponseResolver.d.ts → TableRowColorResponseResolver.d.ts} +1 -2
- package/Platform/TableRowSelectionService.d.ts +22 -0
- package/Platform/TableRowSelectionServiceProvider.d.ts +9 -0
- package/Platform/TableSelectionRowModel.d.ts +13 -0
- package/Platform/TestUtils.d.ts +27 -0
- package/Platform/TextListInput.d.ts +6 -0
- package/Platform/TextListInputLogic.d.ts +55 -0
- package/Platform/TextListInputView.d.ts +40 -0
- package/Platform/TextListInputWrapper.d.ts +7 -0
- package/Platform/ToggleArrowIcon.d.ts +5 -0
- package/Platform/Toolbar.stories.d.ts +12 -0
- package/Platform/ToolbarDaughterControl.d.ts +18 -0
- package/Platform/ToolbarDaughterControlImpl.d.ts +14 -0
- package/Platform/ToolbarDaughterControlsPlugin.d.ts +6 -0
- package/Platform/ToolbarDaughterControlsService.d.ts +13 -0
- package/Platform/UnreadBarService.d.ts +3 -1
- package/Platform/UnreadBarTablePlugins.d.ts +6 -1
- package/Platform/UnreadResponseResolver.d.ts +4 -1
- package/Platform/UserCulture.d.ts +2 -0
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/WebFrameMainMenuContainer.d.ts +2 -2
- package/Platform/WebFrameSearchPanel.d.ts +11 -4
- package/Platform/WebFrameSearchPanelService.d.ts +24 -0
- package/Platform/WebFrameUserPanel.d.ts +4 -2
- package/Platform/XIcon.d.ts +2 -0
- package/Platform/applyCurrentSettings.d.ts +8 -0
- package/Platform/canUseCssVariables.d.ts +1 -0
- package/Platform/filterViews.d.ts +3 -0
- package/Platform/formatNumberToCulture.d.ts +8 -0
- package/Platform/getArrayWidth.d.ts +2 -0
- package/Platform/index.d.ts +13 -0
- package/Platform/setColumnsSettings.d.ts +6 -0
- package/Platform/updateColumnsVisible.d.ts +2 -0
- package/Platform/updateValueCheckedColumn.d.ts +6 -0
- package/Platform/utils.d.ts +3 -0
- package/StandardServices.d.ts +11 -2
- package/System/$LastSearchResponse.d.ts +27 -0
- package/System/$Layout.d.ts +2 -1
- package/System/$PollService.d.ts +10 -0
- package/System/$Router.d.ts +1 -0
- package/System/BaseControl.d.ts +8 -0
- package/System/BaseControlImpl.d.ts +1 -1
- package/System/ButtonPositionsSelectionUtils.d.ts +2 -1
- package/System/CancelableEvent.d.ts +1 -1
- package/System/DateTimeUtils.d.ts +2 -0
- package/System/DirectoryBaseImpl.d.ts +4 -3
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/GridAggregatesModelStub.d.ts +13 -0
- package/System/HandleTabSelection.d.ts +34 -0
- package/System/IRouteInfo.d.ts +2 -0
- package/System/IValidateEventArgs.d.ts +9 -0
- package/System/IValidationResult.d.ts +4 -0
- package/System/LastSearchResponseService.d.ts +39 -0
- package/System/Layout.d.ts +3 -3
- package/System/LayoutCardControllerStub.d.ts +3 -1
- package/System/LayoutContainer.d.ts +1 -1
- package/System/LocationContainerControl.d.ts +2 -1
- package/System/MessageBoxService.d.ts +1 -1
- package/System/PageLeaveConfirmation.d.ts +1 -0
- package/System/Poll.d.ts +10 -0
- package/System/PollService.d.ts +27 -0
- package/System/ResourcesStub.d.ts +604 -68
- package/System/Router.d.ts +1 -0
- package/System/StandardRoutes.d.ts +4 -0
- package/System/summernote-paste-without-formating.d.ts +10 -0
- package/package.json +1 -1
- package/BackOffice/DirectoryValuesHScrollContainer.d.ts +0 -6
- package/Legacy/AgreementSidebar.d.ts +0 -38
- package/Legacy/LegacyModels.d.ts +0 -178
- package/Legacy/SearchPanelRouteHandler.d.ts +0 -16
- package/Platform/$PluginTemplate.d.ts +0 -12
- package/Platform/GridConstants.d.ts +0 -4
- package/Platform/PluginTemplateExtendedData.d.ts +0 -4
- package/Platform/PluginTemplatePlugins.d.ts +0 -15
- package/Platform/PluginTemplateService.d.ts +0 -11
- package/System/$ServiceTemplate.d.ts +0 -16
- package/System/ControlTemplate.d.ts +0 -23
- package/System/ControlTemplate.stories.d.ts +0 -9
- package/System/ControlTemplateContainer.d.ts +0 -7
- package/System/ControlTemplateEffect.d.ts +0 -3
- package/System/ControlTemplateFrame.d.ts +0 -8
- package/System/ControlTemplateLogic.d.ts +0 -17
- package/System/ControlTemplateOptions.d.ts +0 -30
- package/System/ControlTemplateText.d.ts +0 -7
- package/System/ControlTemplateView.d.ts +0 -10
- package/System/ServiceTemplateService.d.ts +0 -13
|
@@ -6,10 +6,14 @@ export declare namespace GenModels {
|
|
|
6
6
|
parameters: string;
|
|
7
7
|
/**
|
|
8
8
|
* ID экземпляра в кэше
|
|
9
|
+
*
|
|
10
|
+
* @format datatype.uuid
|
|
9
11
|
*/
|
|
10
12
|
instanceId?: string;
|
|
11
13
|
/**
|
|
12
14
|
* ID папки
|
|
15
|
+
*
|
|
16
|
+
* @format datatype.uuid
|
|
13
17
|
*/
|
|
14
18
|
folderId: string;
|
|
15
19
|
/**
|
|
@@ -18,10 +22,14 @@ export declare namespace GenModels {
|
|
|
18
22
|
folderName: string;
|
|
19
23
|
/**
|
|
20
24
|
* ID поиска
|
|
25
|
+
*
|
|
26
|
+
* @format datatype.uuid
|
|
21
27
|
*/
|
|
22
28
|
searchId: string;
|
|
23
29
|
/**
|
|
24
30
|
* ID представления
|
|
31
|
+
*
|
|
32
|
+
* @format datatype.uuid
|
|
25
33
|
*/
|
|
26
34
|
viewId: string;
|
|
27
35
|
/**
|
|
@@ -36,6 +44,9 @@ export declare namespace GenModels {
|
|
|
36
44
|
* Опции поиска
|
|
37
45
|
*/
|
|
38
46
|
searchContextOption: GenModels.SearchContextOption;
|
|
47
|
+
/**
|
|
48
|
+
* @format datatype.uuid
|
|
49
|
+
*/
|
|
39
50
|
oldStoreId: string;
|
|
40
51
|
}
|
|
41
52
|
}
|
|
@@ -47,10 +58,14 @@ export declare namespace GenModels {
|
|
|
47
58
|
gridUserSettings: GenModels.GridUserSettingsData;
|
|
48
59
|
/**
|
|
49
60
|
* Gets or sets folder identifier
|
|
61
|
+
*
|
|
62
|
+
* @format datatype.uuid
|
|
50
63
|
*/
|
|
51
64
|
folderId: string;
|
|
52
65
|
/**
|
|
53
66
|
* Gets or sets a view identifier
|
|
67
|
+
*
|
|
68
|
+
* @format datatype.uuid
|
|
54
69
|
*/
|
|
55
70
|
viewId?: string;
|
|
56
71
|
/**
|
|
@@ -67,6 +82,8 @@ export declare namespace GenModels {
|
|
|
67
82
|
forceVirtualFolderSearch: boolean;
|
|
68
83
|
/**
|
|
69
84
|
* Gets or sets search identifier
|
|
85
|
+
*
|
|
86
|
+
* @format datatype.uuid
|
|
70
87
|
*/
|
|
71
88
|
searchId: string;
|
|
72
89
|
/**
|
|
@@ -75,6 +92,8 @@ export declare namespace GenModels {
|
|
|
75
92
|
refreshView: boolean;
|
|
76
93
|
/**
|
|
77
94
|
* Gets or sets old search results store identifier
|
|
95
|
+
*
|
|
96
|
+
* @format datatype.uuid
|
|
78
97
|
*/
|
|
79
98
|
oldStoreId: string;
|
|
80
99
|
/**
|
|
@@ -89,18 +108,32 @@ export declare namespace GenModels {
|
|
|
89
108
|
* Location name, representing folder content. Default value is "DV.Folder".
|
|
90
109
|
*/
|
|
91
110
|
locationName: string;
|
|
111
|
+
/**
|
|
112
|
+
* Gets or sets base cursor ID
|
|
113
|
+
*
|
|
114
|
+
* @format datatype.uuid
|
|
115
|
+
*/
|
|
116
|
+
baseCursorId: string;
|
|
92
117
|
}
|
|
93
118
|
}
|
|
94
119
|
export declare namespace GenModels {
|
|
95
120
|
interface GridUserSettingsData {
|
|
96
121
|
/**
|
|
97
|
-
* Gets or sets a list with user settings of each column in folder view
|
|
122
|
+
* Gets or sets a list with user settings of each column in folder view for Grid Presentation
|
|
98
123
|
*/
|
|
99
124
|
columns: Array<GenModels.GridUserSettingsColumn>;
|
|
125
|
+
/**
|
|
126
|
+
* Gets or sets a list with user setting of each column in folder view for List Presentation
|
|
127
|
+
*/
|
|
128
|
+
listColumns: Array<GenModels.GridUserSettingsColumn>;
|
|
100
129
|
/**
|
|
101
130
|
* Gets or sets grid view filters
|
|
102
131
|
*/
|
|
103
132
|
filters: Array<GenModels.QueryFilterItem>;
|
|
133
|
+
/**
|
|
134
|
+
* Gets or sets grid view grouping
|
|
135
|
+
*/
|
|
136
|
+
grouping: Array<GenModels.GridUserSettingsGroupColumn>;
|
|
104
137
|
/**
|
|
105
138
|
* Gets or sets a view mode
|
|
106
139
|
*/
|
|
@@ -129,6 +162,22 @@ export declare namespace GenModels {
|
|
|
129
162
|
* User requested view without sorting.
|
|
130
163
|
*/
|
|
131
164
|
disableSorting: boolean;
|
|
165
|
+
/**
|
|
166
|
+
* Grid aggregate search value
|
|
167
|
+
*/
|
|
168
|
+
aggregates: Array<GenModels.AggregateFilterItem>;
|
|
169
|
+
/**
|
|
170
|
+
* Gets or sets whether used default grouping
|
|
171
|
+
*/
|
|
172
|
+
useDefaultGrouping: boolean;
|
|
173
|
+
/**
|
|
174
|
+
* Gets or sets table presentation mode
|
|
175
|
+
*/
|
|
176
|
+
tablePresentation: GenModels.TablePresentation;
|
|
177
|
+
/**
|
|
178
|
+
* Gets or sets column width mode
|
|
179
|
+
*/
|
|
180
|
+
columnWidthMode: GenModels.ColumnWidthMode;
|
|
132
181
|
}
|
|
133
182
|
}
|
|
134
183
|
export declare namespace GenModels {
|
|
@@ -141,6 +190,14 @@ export declare namespace GenModels {
|
|
|
141
190
|
* Gets or sets width of a column in pixels
|
|
142
191
|
*/
|
|
143
192
|
width: number;
|
|
193
|
+
/**
|
|
194
|
+
* Gets or sets visibility of a column
|
|
195
|
+
*/
|
|
196
|
+
visible: boolean;
|
|
197
|
+
/**
|
|
198
|
+
* Gets or sets order of a column
|
|
199
|
+
*/
|
|
200
|
+
order: number;
|
|
144
201
|
}
|
|
145
202
|
}
|
|
146
203
|
export declare namespace GenModels {
|
|
@@ -153,12 +210,74 @@ export declare namespace GenModels {
|
|
|
153
210
|
* Gets or sets values
|
|
154
211
|
*/
|
|
155
212
|
values: Array<string>;
|
|
213
|
+
/**
|
|
214
|
+
* Gets or sets operation
|
|
215
|
+
*/
|
|
216
|
+
operation: GenModels.FilterOperation;
|
|
217
|
+
/**
|
|
218
|
+
* Gets or sets mode
|
|
219
|
+
*/
|
|
220
|
+
mode: GenModels.FilterMode;
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
export declare namespace GenModels {
|
|
224
|
+
interface GridUserSettingsGroupColumn {
|
|
225
|
+
/**
|
|
226
|
+
* Column name
|
|
227
|
+
*/
|
|
228
|
+
name: string;
|
|
229
|
+
/**
|
|
230
|
+
* Grouping level
|
|
231
|
+
*/
|
|
232
|
+
level: number;
|
|
233
|
+
/**
|
|
234
|
+
* Sorting by descending
|
|
235
|
+
*/
|
|
236
|
+
isDescending: boolean;
|
|
237
|
+
/**
|
|
238
|
+
* Active value
|
|
239
|
+
*/
|
|
240
|
+
activeValue: string;
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
export declare namespace GenModels {
|
|
244
|
+
interface AggregateFilterItem {
|
|
245
|
+
/**
|
|
246
|
+
* Gets or sets aggregation alias
|
|
247
|
+
*/
|
|
248
|
+
aggregationAlias: string;
|
|
249
|
+
/**
|
|
250
|
+
* Gets or sets selected value
|
|
251
|
+
*/
|
|
252
|
+
stringValue: string;
|
|
253
|
+
/**
|
|
254
|
+
* Gets or sets range values
|
|
255
|
+
*/
|
|
256
|
+
rangeValues: GenModels.AggregateRangeValues;
|
|
257
|
+
/**
|
|
258
|
+
* Gets or sets values count
|
|
259
|
+
*/
|
|
260
|
+
count: number;
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
export declare namespace GenModels {
|
|
264
|
+
interface AggregateRangeValues {
|
|
265
|
+
/**
|
|
266
|
+
* From value
|
|
267
|
+
*/
|
|
268
|
+
from: string;
|
|
269
|
+
/**
|
|
270
|
+
* To value
|
|
271
|
+
*/
|
|
272
|
+
to: string;
|
|
156
273
|
}
|
|
157
274
|
}
|
|
158
275
|
export declare namespace GenModels {
|
|
159
276
|
interface UnreadCountersRequest {
|
|
160
277
|
/**
|
|
161
278
|
* Gets or sets employee identifier
|
|
279
|
+
*
|
|
280
|
+
* @format datatype.uuid
|
|
162
281
|
*/
|
|
163
282
|
employeeId: string;
|
|
164
283
|
/**
|
|
@@ -179,6 +298,8 @@ export declare namespace GenModels {
|
|
|
179
298
|
interface UnreadCountersFolderInfo {
|
|
180
299
|
/**
|
|
181
300
|
* Gets or sets folder identifier
|
|
301
|
+
*
|
|
302
|
+
* @format datatype.uuid
|
|
182
303
|
*/
|
|
183
304
|
folderId: string;
|
|
184
305
|
/**
|
|
@@ -199,14 +320,20 @@ export declare namespace GenModels {
|
|
|
199
320
|
timestamp: number;
|
|
200
321
|
/**
|
|
201
322
|
* Gets or sets source card identifier
|
|
323
|
+
*
|
|
324
|
+
* @format datatype.uuid
|
|
202
325
|
*/
|
|
203
326
|
sourceCardId: string;
|
|
204
327
|
/**
|
|
205
328
|
* Gets or sets destination card identifier
|
|
329
|
+
*
|
|
330
|
+
* @format datatype.uuid
|
|
206
331
|
*/
|
|
207
332
|
destinationCardId: string;
|
|
208
333
|
/**
|
|
209
334
|
* Gets or sets link type identifier
|
|
335
|
+
*
|
|
336
|
+
* @format datatype.uuid
|
|
210
337
|
*/
|
|
211
338
|
linkTypeId: string;
|
|
212
339
|
/**
|
|
@@ -215,6 +342,8 @@ export declare namespace GenModels {
|
|
|
215
342
|
oppositeLinkName: string;
|
|
216
343
|
/**
|
|
217
344
|
* Gets or sets source card type
|
|
345
|
+
*
|
|
346
|
+
* @format datatype.uuid
|
|
218
347
|
*/
|
|
219
348
|
sourceCardType: string;
|
|
220
349
|
/**
|
|
@@ -251,6 +380,8 @@ export declare namespace GenModels {
|
|
|
251
380
|
interface LinkTypeModel {
|
|
252
381
|
/**
|
|
253
382
|
* Gets or sets id
|
|
383
|
+
*
|
|
384
|
+
* @format datatype.uuid
|
|
254
385
|
*/
|
|
255
386
|
linkTypeId: string;
|
|
256
387
|
/**
|
|
@@ -291,6 +422,8 @@ export declare namespace GenModels {
|
|
|
291
422
|
interface IDirectoryItemData {
|
|
292
423
|
/**
|
|
293
424
|
* Entity identifier
|
|
425
|
+
*
|
|
426
|
+
* @format datatype.uuid
|
|
294
427
|
*/
|
|
295
428
|
id: string;
|
|
296
429
|
/**
|
|
@@ -303,6 +436,8 @@ export declare namespace GenModels {
|
|
|
303
436
|
interface DepartmentModel extends GenModels.IDirectoryItemData {
|
|
304
437
|
/**
|
|
305
438
|
* Department id
|
|
439
|
+
*
|
|
440
|
+
* @format datatype.uuid
|
|
306
441
|
*/
|
|
307
442
|
id: string;
|
|
308
443
|
/**
|
|
@@ -327,6 +462,8 @@ export declare namespace GenModels {
|
|
|
327
462
|
interface EmployeeDataModel extends GenModels.IDirectoryItemData {
|
|
328
463
|
/**
|
|
329
464
|
* Unique identificator of employee
|
|
465
|
+
*
|
|
466
|
+
* @format datatype.uuid
|
|
330
467
|
*/
|
|
331
468
|
id: string;
|
|
332
469
|
/**
|
|
@@ -359,6 +496,8 @@ export declare namespace GenModels {
|
|
|
359
496
|
fieldPath: string;
|
|
360
497
|
/**
|
|
361
498
|
* Section and field name
|
|
499
|
+
*
|
|
500
|
+
* @format datatype.uuid
|
|
362
501
|
*/
|
|
363
502
|
unitId: string;
|
|
364
503
|
/**
|
|
@@ -391,6 +530,8 @@ export declare namespace GenModels {
|
|
|
391
530
|
interface EmployeeModel extends GenModels.IDirectoryItemData {
|
|
392
531
|
/**
|
|
393
532
|
* Unique identificator of employee
|
|
533
|
+
*
|
|
534
|
+
* @format datatype.uuid
|
|
394
535
|
*/
|
|
395
536
|
id: string;
|
|
396
537
|
/**
|
|
@@ -423,6 +564,8 @@ export declare namespace GenModels {
|
|
|
423
564
|
position: string;
|
|
424
565
|
/**
|
|
425
566
|
* Gets or sets security identifier
|
|
567
|
+
*
|
|
568
|
+
* @format datatype.uuid
|
|
426
569
|
*/
|
|
427
570
|
sdid?: string;
|
|
428
571
|
/**
|
|
@@ -431,6 +574,8 @@ export declare namespace GenModels {
|
|
|
431
574
|
isFavoritePerformer: boolean;
|
|
432
575
|
/**
|
|
433
576
|
* Gets or sets unit identifier
|
|
577
|
+
*
|
|
578
|
+
* @format datatype.uuid
|
|
434
579
|
*/
|
|
435
580
|
unitId: string;
|
|
436
581
|
/**
|
|
@@ -455,14 +600,20 @@ export declare namespace GenModels {
|
|
|
455
600
|
interface ContractDatesModel {
|
|
456
601
|
/**
|
|
457
602
|
* Date of contract begin
|
|
603
|
+
*
|
|
604
|
+
* @format datatype.datetime
|
|
458
605
|
*/
|
|
459
606
|
dateFrom?: string;
|
|
460
607
|
/**
|
|
461
608
|
* Date of contract end
|
|
609
|
+
*
|
|
610
|
+
* @format datatype.datetime
|
|
462
611
|
*/
|
|
463
612
|
dateTo?: string;
|
|
464
613
|
/**
|
|
465
614
|
* Contract card
|
|
615
|
+
*
|
|
616
|
+
* @format datatype.uuid
|
|
466
617
|
*/
|
|
467
618
|
cardId: string;
|
|
468
619
|
}
|
|
@@ -471,18 +622,26 @@ export declare namespace GenModels {
|
|
|
471
622
|
interface ProlongateContractRequestModel {
|
|
472
623
|
/**
|
|
473
624
|
* Date of contract begin
|
|
625
|
+
*
|
|
626
|
+
* @format datatype.datetime
|
|
474
627
|
*/
|
|
475
628
|
dateFrom: string;
|
|
476
629
|
/**
|
|
477
630
|
* Date of contract end
|
|
631
|
+
*
|
|
632
|
+
* @format datatype.datetime
|
|
478
633
|
*/
|
|
479
634
|
dateTo: string;
|
|
480
635
|
/**
|
|
481
636
|
* Contract card id
|
|
637
|
+
*
|
|
638
|
+
* @format datatype.uuid
|
|
482
639
|
*/
|
|
483
640
|
contractId: string;
|
|
484
641
|
/**
|
|
485
642
|
* Contract card id
|
|
643
|
+
*
|
|
644
|
+
* @format datatype.uuid
|
|
486
645
|
*/
|
|
487
646
|
amendmentId: string;
|
|
488
647
|
}
|
|
@@ -491,14 +650,20 @@ export declare namespace GenModels {
|
|
|
491
650
|
interface ContractAgreementFillDatesModel {
|
|
492
651
|
/**
|
|
493
652
|
* Date of contract agreement
|
|
653
|
+
*
|
|
654
|
+
* @format datatype.datetime
|
|
494
655
|
*/
|
|
495
656
|
reconciliationDate: string;
|
|
496
657
|
/**
|
|
497
658
|
* Date of contract signing
|
|
659
|
+
*
|
|
660
|
+
* @format datatype.datetime
|
|
498
661
|
*/
|
|
499
662
|
signingDate: string;
|
|
500
663
|
/**
|
|
501
664
|
* Contract card id
|
|
665
|
+
*
|
|
666
|
+
* @format datatype.uuid
|
|
502
667
|
*/
|
|
503
668
|
contractId: string;
|
|
504
669
|
/**
|
|
@@ -511,10 +676,14 @@ export declare namespace GenModels {
|
|
|
511
676
|
interface ContractFillDateModel {
|
|
512
677
|
/**
|
|
513
678
|
* Date of contract
|
|
679
|
+
*
|
|
680
|
+
* @format datatype.datetime
|
|
514
681
|
*/
|
|
515
682
|
dateOfContract: string;
|
|
516
683
|
/**
|
|
517
684
|
* Contract card id
|
|
685
|
+
*
|
|
686
|
+
* @format datatype.uuid
|
|
518
687
|
*/
|
|
519
688
|
contractId: string;
|
|
520
689
|
}
|
|
@@ -527,6 +696,8 @@ export declare namespace GenModels {
|
|
|
527
696
|
sumInRub: number;
|
|
528
697
|
/**
|
|
529
698
|
* Contract card id
|
|
699
|
+
*
|
|
700
|
+
* @format datatype.uuid
|
|
530
701
|
*/
|
|
531
702
|
contractId: string;
|
|
532
703
|
}
|
|
@@ -535,6 +706,8 @@ export declare namespace GenModels {
|
|
|
535
706
|
interface SearchRequestModel {
|
|
536
707
|
/**
|
|
537
708
|
* Search query to execute
|
|
709
|
+
*
|
|
710
|
+
* @format datatype.uuid
|
|
538
711
|
*/
|
|
539
712
|
searchQueryId: string;
|
|
540
713
|
/**
|
|
@@ -555,6 +728,8 @@ export declare namespace GenModels {
|
|
|
555
728
|
pageSize?: number;
|
|
556
729
|
/**
|
|
557
730
|
* Identifier of the previous page response, when iterating over pages
|
|
731
|
+
*
|
|
732
|
+
* @format datatype.uuid
|
|
558
733
|
*/
|
|
559
734
|
instanceId: string;
|
|
560
735
|
/**
|
|
@@ -583,6 +758,8 @@ export declare namespace GenModels {
|
|
|
583
758
|
interface SearchResponseModel {
|
|
584
759
|
/**
|
|
585
760
|
* Identifier of the search session for performing pagination.
|
|
761
|
+
*
|
|
762
|
+
* @format datatype.uuid
|
|
586
763
|
*/
|
|
587
764
|
instanceId: string;
|
|
588
765
|
/**
|
|
@@ -595,10 +772,14 @@ export declare namespace GenModels {
|
|
|
595
772
|
interface DigestRow {
|
|
596
773
|
/**
|
|
597
774
|
* Card id
|
|
775
|
+
*
|
|
776
|
+
* @format datatype.uuid
|
|
598
777
|
*/
|
|
599
778
|
instanceId: string;
|
|
600
779
|
/**
|
|
601
780
|
* Card type id
|
|
781
|
+
*
|
|
782
|
+
* @format datatype.uuid
|
|
602
783
|
*/
|
|
603
784
|
cardTypeId: string;
|
|
604
785
|
/**
|
|
@@ -611,10 +792,14 @@ export declare namespace GenModels {
|
|
|
611
792
|
wasRead: boolean;
|
|
612
793
|
/**
|
|
613
794
|
* Time of card creation
|
|
795
|
+
*
|
|
796
|
+
* @format datatype.datetime
|
|
614
797
|
*/
|
|
615
798
|
creationDateTime: string;
|
|
616
799
|
/**
|
|
617
800
|
* Time of the last card change
|
|
801
|
+
*
|
|
802
|
+
* @format datatype.datetime
|
|
618
803
|
*/
|
|
619
804
|
changeDateTime: string;
|
|
620
805
|
}
|
|
@@ -641,6 +826,8 @@ export declare namespace GenModels {
|
|
|
641
826
|
layoutExtensionArgs: GenModels.LayoutCardsPresentationExtensionArgs;
|
|
642
827
|
/**
|
|
643
828
|
* Report id for Report presentation extension.
|
|
829
|
+
*
|
|
830
|
+
* @format datatype.uuid
|
|
644
831
|
*/
|
|
645
832
|
reportId: string;
|
|
646
833
|
}
|
|
@@ -661,6 +848,8 @@ export declare namespace GenModels {
|
|
|
661
848
|
interface CardPresentation {
|
|
662
849
|
/**
|
|
663
850
|
* Card id
|
|
851
|
+
*
|
|
852
|
+
* @format datatype.uuid
|
|
664
853
|
*/
|
|
665
854
|
id: string;
|
|
666
855
|
/**
|
|
@@ -669,10 +858,14 @@ export declare namespace GenModels {
|
|
|
669
858
|
description: string;
|
|
670
859
|
/**
|
|
671
860
|
* Card type, if known.
|
|
861
|
+
*
|
|
862
|
+
* @format datatype.uuid
|
|
672
863
|
*/
|
|
673
864
|
typeId?: string;
|
|
674
865
|
/**
|
|
675
866
|
* Card kind, if known.
|
|
867
|
+
*
|
|
868
|
+
* @format datatype.uuid
|
|
676
869
|
*/
|
|
677
870
|
kindId?: string;
|
|
678
871
|
/**
|
|
@@ -689,14 +882,20 @@ export declare namespace GenModels {
|
|
|
689
882
|
interface FolderTypeInfo {
|
|
690
883
|
/**
|
|
691
884
|
* Gets or sets folder type identifier
|
|
885
|
+
*
|
|
886
|
+
* @format datatype.uuid
|
|
692
887
|
*/
|
|
693
888
|
folderTypeId: string;
|
|
694
889
|
/**
|
|
695
890
|
* Gets or sets parent folder identifier
|
|
891
|
+
*
|
|
892
|
+
* @format datatype.uuid
|
|
696
893
|
*/
|
|
697
894
|
parentFolderTypeId: string;
|
|
698
895
|
/**
|
|
699
896
|
* Gets or sets default view identifier
|
|
897
|
+
*
|
|
898
|
+
* @format datatype.uuid
|
|
700
899
|
*/
|
|
701
900
|
defaultViewId: string;
|
|
702
901
|
/**
|
|
@@ -725,10 +924,14 @@ export declare namespace GenModels {
|
|
|
725
924
|
subtype?: number;
|
|
726
925
|
/**
|
|
727
926
|
* Identifier of object in the system
|
|
927
|
+
*
|
|
928
|
+
* @format datatype.uuid
|
|
728
929
|
*/
|
|
729
930
|
id?: string;
|
|
730
931
|
/**
|
|
731
932
|
* Identifier of the parent object for the AccessManager. Should be specified if DescriptorTargetType is Custom.
|
|
933
|
+
*
|
|
934
|
+
* @format datatype.uuid
|
|
732
935
|
*/
|
|
733
936
|
parentId?: string;
|
|
734
937
|
/**
|
|
@@ -805,6 +1008,8 @@ export declare namespace GenModels {
|
|
|
805
1008
|
trustee: GenModels.AccessControlTrustee;
|
|
806
1009
|
/**
|
|
807
1010
|
* Access flags. {@link GenModels}
|
|
1011
|
+
*
|
|
1012
|
+
* @examples [983359, 131097, 38, 65536, 917504]
|
|
808
1013
|
*/
|
|
809
1014
|
operationsMask: number;
|
|
810
1015
|
/**
|
|
@@ -833,6 +1038,8 @@ export declare namespace GenModels {
|
|
|
833
1038
|
securityIdentifier: string;
|
|
834
1039
|
/**
|
|
835
1040
|
* Display name
|
|
1041
|
+
*
|
|
1042
|
+
* @format internet.userName
|
|
836
1043
|
*/
|
|
837
1044
|
accountName?: string;
|
|
838
1045
|
}
|
|
@@ -865,19 +1072,28 @@ export declare namespace GenModels {
|
|
|
865
1072
|
cardDataRights: GenModels.CardDataRights;
|
|
866
1073
|
/**
|
|
867
1074
|
* Gets or sets object id
|
|
1075
|
+
*
|
|
1076
|
+
* @format datatype.uuid
|
|
868
1077
|
*/
|
|
869
1078
|
objectId: string;
|
|
870
1079
|
/**
|
|
871
1080
|
* Gets or sets parent id
|
|
1081
|
+
*
|
|
1082
|
+
* @format datatype.uuid
|
|
872
1083
|
*/
|
|
873
1084
|
parentId: string;
|
|
874
1085
|
}
|
|
875
1086
|
}
|
|
876
1087
|
export declare namespace GenModels {
|
|
877
1088
|
interface OperationRequestModel {
|
|
1089
|
+
/**
|
|
1090
|
+
* @format datatype.uuid
|
|
1091
|
+
*/
|
|
878
1092
|
cardId: string;
|
|
879
1093
|
/**
|
|
880
1094
|
* Where in the card stored the comment.
|
|
1095
|
+
*
|
|
1096
|
+
* @format datatype.uuid
|
|
881
1097
|
*/
|
|
882
1098
|
operationId: string;
|
|
883
1099
|
}
|
|
@@ -890,6 +1106,8 @@ export declare namespace GenModels {
|
|
|
890
1106
|
fileUrls: Array<GenModels.ScanFileInfo>;
|
|
891
1107
|
/**
|
|
892
1108
|
* Card id
|
|
1109
|
+
*
|
|
1110
|
+
* @format datatype.uuid
|
|
893
1111
|
*/
|
|
894
1112
|
cardId: string;
|
|
895
1113
|
/**
|
|
@@ -942,10 +1160,14 @@ export declare namespace GenModels {
|
|
|
942
1160
|
name: string;
|
|
943
1161
|
/**
|
|
944
1162
|
* File card ID
|
|
1163
|
+
*
|
|
1164
|
+
* @format datatype.uuid
|
|
945
1165
|
*/
|
|
946
1166
|
fileCardId: string;
|
|
947
1167
|
/**
|
|
948
1168
|
* File ID
|
|
1169
|
+
*
|
|
1170
|
+
* @format datatype.uuid
|
|
949
1171
|
*/
|
|
950
1172
|
fileId: string;
|
|
951
1173
|
/**
|
|
@@ -1006,10 +1228,14 @@ export declare namespace GenModels {
|
|
|
1006
1228
|
interface VersionedFileModel {
|
|
1007
1229
|
/**
|
|
1008
1230
|
* Gets or sets file identifier
|
|
1231
|
+
*
|
|
1232
|
+
* @format datatype.uuid
|
|
1009
1233
|
*/
|
|
1010
1234
|
id: string;
|
|
1011
1235
|
/**
|
|
1012
1236
|
* Gets or set version id
|
|
1237
|
+
*
|
|
1238
|
+
* @format datatype.uuid
|
|
1013
1239
|
*/
|
|
1014
1240
|
versionId: string;
|
|
1015
1241
|
/**
|
|
@@ -1026,6 +1252,8 @@ export declare namespace GenModels {
|
|
|
1026
1252
|
author: string;
|
|
1027
1253
|
/**
|
|
1028
1254
|
* Gets or sets creation date
|
|
1255
|
+
*
|
|
1256
|
+
* @format datatype.datetime
|
|
1029
1257
|
*/
|
|
1030
1258
|
creationDate: string;
|
|
1031
1259
|
/**
|
|
@@ -1038,10 +1266,14 @@ export declare namespace GenModels {
|
|
|
1038
1266
|
interface VersionedFileCommentModel {
|
|
1039
1267
|
/**
|
|
1040
1268
|
* Gets or sets identifier
|
|
1269
|
+
*
|
|
1270
|
+
* @format datatype.uuid
|
|
1041
1271
|
*/
|
|
1042
1272
|
id: string;
|
|
1043
1273
|
/**
|
|
1044
1274
|
* Gets or sets date
|
|
1275
|
+
*
|
|
1276
|
+
* @format datatype.datetime
|
|
1045
1277
|
*/
|
|
1046
1278
|
date: string;
|
|
1047
1279
|
/**
|
|
@@ -1054,6 +1286,8 @@ export declare namespace GenModels {
|
|
|
1054
1286
|
author: string;
|
|
1055
1287
|
/**
|
|
1056
1288
|
* Gets or sets author
|
|
1289
|
+
*
|
|
1290
|
+
* @format datatype.uuid
|
|
1057
1291
|
*/
|
|
1058
1292
|
authorId: string;
|
|
1059
1293
|
}
|
|
@@ -1066,10 +1300,14 @@ export declare namespace GenModels {
|
|
|
1066
1300
|
interface TaskGroupIntervalsCalculationRequestModel {
|
|
1067
1301
|
/**
|
|
1068
1302
|
* Start date for entry task group
|
|
1303
|
+
*
|
|
1304
|
+
* @format datatype.datetime
|
|
1069
1305
|
*/
|
|
1070
1306
|
totalStartDate: string;
|
|
1071
1307
|
/**
|
|
1072
1308
|
* End date for entry task group
|
|
1309
|
+
*
|
|
1310
|
+
* @format datatype.datetime
|
|
1073
1311
|
*/
|
|
1074
1312
|
totalEndDate: string;
|
|
1075
1313
|
/**
|
|
@@ -1078,6 +1316,8 @@ export declare namespace GenModels {
|
|
|
1078
1316
|
totalDuration: number;
|
|
1079
1317
|
/**
|
|
1080
1318
|
* Default calendar id to calculate intervals (will be used if employee has no calendar configured). Empty guid to use system calendar.
|
|
1319
|
+
*
|
|
1320
|
+
* @format datatype.uuid
|
|
1081
1321
|
*/
|
|
1082
1322
|
defaultCalendarId: string;
|
|
1083
1323
|
/**
|
|
@@ -1102,10 +1342,14 @@ export declare namespace GenModels {
|
|
|
1102
1342
|
isResponsible: boolean;
|
|
1103
1343
|
/**
|
|
1104
1344
|
* Task start date
|
|
1345
|
+
*
|
|
1346
|
+
* @format datatype.datetime
|
|
1105
1347
|
*/
|
|
1106
1348
|
startDate?: string;
|
|
1107
1349
|
/**
|
|
1108
1350
|
* Task end date.
|
|
1351
|
+
*
|
|
1352
|
+
* @format datatype.datetime
|
|
1109
1353
|
*/
|
|
1110
1354
|
endDate?: string;
|
|
1111
1355
|
/**
|
|
@@ -1134,6 +1378,8 @@ export declare namespace GenModels {
|
|
|
1134
1378
|
interface DirectoryItemData extends GenModels.IDirectoryItemData {
|
|
1135
1379
|
/**
|
|
1136
1380
|
* Entity Identifier
|
|
1381
|
+
*
|
|
1382
|
+
* @format datatype.uuid
|
|
1137
1383
|
*/
|
|
1138
1384
|
id: string;
|
|
1139
1385
|
/**
|
|
@@ -1154,6 +1400,8 @@ export declare namespace GenModels {
|
|
|
1154
1400
|
cardKindFullName: string;
|
|
1155
1401
|
/**
|
|
1156
1402
|
* Gets card kind identifier
|
|
1403
|
+
*
|
|
1404
|
+
* @format datatype.uuid
|
|
1157
1405
|
*/
|
|
1158
1406
|
cardKindId?: string;
|
|
1159
1407
|
/**
|
|
@@ -1182,6 +1430,8 @@ export declare namespace GenModels {
|
|
|
1182
1430
|
interface BarcodeSearchResponseModel {
|
|
1183
1431
|
/**
|
|
1184
1432
|
* Card id to get info
|
|
1433
|
+
*
|
|
1434
|
+
* @format datatype.uuid
|
|
1185
1435
|
*/
|
|
1186
1436
|
cardId?: string;
|
|
1187
1437
|
}
|
|
@@ -1190,10 +1440,14 @@ export declare namespace GenModels {
|
|
|
1190
1440
|
interface GetFieldValueRequest {
|
|
1191
1441
|
/**
|
|
1192
1442
|
* Card id
|
|
1443
|
+
*
|
|
1444
|
+
* @format datatype.uuid
|
|
1193
1445
|
*/
|
|
1194
1446
|
cardId: string;
|
|
1195
1447
|
/**
|
|
1196
1448
|
* Section id
|
|
1449
|
+
*
|
|
1450
|
+
* @format datatype.uuid
|
|
1197
1451
|
*/
|
|
1198
1452
|
sectionId: string;
|
|
1199
1453
|
/**
|
|
@@ -1210,6 +1464,8 @@ export declare namespace GenModels {
|
|
|
1210
1464
|
interface DirectoryDesignerRowModel {
|
|
1211
1465
|
/**
|
|
1212
1466
|
* Row id
|
|
1467
|
+
*
|
|
1468
|
+
* @format datatype.uuid
|
|
1213
1469
|
*/
|
|
1214
1470
|
id: string;
|
|
1215
1471
|
/**
|
|
@@ -1278,10 +1534,14 @@ export declare namespace GenModels {
|
|
|
1278
1534
|
calendarSources: Array<GenModels.BusinessCalendarSource>;
|
|
1279
1535
|
/**
|
|
1280
1536
|
* Date of the start of the period
|
|
1537
|
+
*
|
|
1538
|
+
* @format datatype.datetime
|
|
1281
1539
|
*/
|
|
1282
1540
|
startDate: string;
|
|
1283
1541
|
/**
|
|
1284
1542
|
* Date of the end of the period
|
|
1543
|
+
*
|
|
1544
|
+
* @format datatype.datetime
|
|
1285
1545
|
*/
|
|
1286
1546
|
endDate: string;
|
|
1287
1547
|
}
|
|
@@ -1290,6 +1550,8 @@ export declare namespace GenModels {
|
|
|
1290
1550
|
interface BusinessCalendarSource {
|
|
1291
1551
|
/**
|
|
1292
1552
|
* Employee or unit identifier
|
|
1553
|
+
*
|
|
1554
|
+
* @format datatype.uuid
|
|
1293
1555
|
*/
|
|
1294
1556
|
id: string;
|
|
1295
1557
|
/**
|
|
@@ -1306,6 +1568,8 @@ export declare namespace GenModels {
|
|
|
1306
1568
|
calendarSources: Array<GenModels.BusinessCalendarSource>;
|
|
1307
1569
|
/**
|
|
1308
1570
|
* Date of the end of the period
|
|
1571
|
+
*
|
|
1572
|
+
* @format datatype.datetime
|
|
1309
1573
|
*/
|
|
1310
1574
|
endDate: string;
|
|
1311
1575
|
/**
|
|
@@ -1322,6 +1586,8 @@ export declare namespace GenModels {
|
|
|
1322
1586
|
calendarSources: Array<GenModels.BusinessCalendarSource>;
|
|
1323
1587
|
/**
|
|
1324
1588
|
* Date of the start of the period
|
|
1589
|
+
*
|
|
1590
|
+
* @format datatype.datetime
|
|
1325
1591
|
*/
|
|
1326
1592
|
startDate: string;
|
|
1327
1593
|
/**
|
|
@@ -1334,10 +1600,14 @@ export declare namespace GenModels {
|
|
|
1334
1600
|
interface IntervalsCalculationRequestModel {
|
|
1335
1601
|
/**
|
|
1336
1602
|
* Start date for entry task group
|
|
1603
|
+
*
|
|
1604
|
+
* @format datatype.datetime
|
|
1337
1605
|
*/
|
|
1338
1606
|
totalStartDate: string;
|
|
1339
1607
|
/**
|
|
1340
1608
|
* End date for entry task group
|
|
1609
|
+
*
|
|
1610
|
+
* @format datatype.datetime
|
|
1341
1611
|
*/
|
|
1342
1612
|
totalEndDate: string;
|
|
1343
1613
|
/**
|
|
@@ -1346,6 +1616,8 @@ export declare namespace GenModels {
|
|
|
1346
1616
|
totalDuration: number;
|
|
1347
1617
|
/**
|
|
1348
1618
|
* Default calendar id to calculate intervals (will be used if employee has no calendar configured). Empty guid to use system calendar.
|
|
1619
|
+
*
|
|
1620
|
+
* @format datatype.uuid
|
|
1349
1621
|
*/
|
|
1350
1622
|
defaultCalendarId: string;
|
|
1351
1623
|
/**
|
|
@@ -1366,6 +1638,8 @@ export declare namespace GenModels {
|
|
|
1366
1638
|
performerName: string;
|
|
1367
1639
|
/**
|
|
1368
1640
|
* Performer id
|
|
1641
|
+
*
|
|
1642
|
+
* @format datatype.uuid
|
|
1369
1643
|
*/
|
|
1370
1644
|
performerId: string;
|
|
1371
1645
|
/**
|
|
@@ -1378,10 +1652,14 @@ export declare namespace GenModels {
|
|
|
1378
1652
|
isResponsible: boolean;
|
|
1379
1653
|
/**
|
|
1380
1654
|
* Task start date
|
|
1655
|
+
*
|
|
1656
|
+
* @format datatype.datetime
|
|
1381
1657
|
*/
|
|
1382
1658
|
startDate?: string;
|
|
1383
1659
|
/**
|
|
1384
1660
|
* Task end date.
|
|
1661
|
+
*
|
|
1662
|
+
* @format datatype.datetime
|
|
1385
1663
|
*/
|
|
1386
1664
|
endDate?: string;
|
|
1387
1665
|
/**
|
|
@@ -1410,18 +1688,26 @@ export declare namespace GenModels {
|
|
|
1410
1688
|
interface CommentsDataSourceInfoModel {
|
|
1411
1689
|
/**
|
|
1412
1690
|
* Gets or sets card identifier
|
|
1691
|
+
*
|
|
1692
|
+
* @format datatype.uuid
|
|
1413
1693
|
*/
|
|
1414
1694
|
dataSourceCardId: string;
|
|
1415
1695
|
/**
|
|
1416
1696
|
* Gets or sets section identifier
|
|
1697
|
+
*
|
|
1698
|
+
* @format datatype.uuid
|
|
1417
1699
|
*/
|
|
1418
1700
|
dataSourceSectionId?: string;
|
|
1419
1701
|
/**
|
|
1420
1702
|
* Gets or sets row identifier
|
|
1703
|
+
*
|
|
1704
|
+
* @format datatype.uuid
|
|
1421
1705
|
*/
|
|
1422
1706
|
dataSourceRowId?: string;
|
|
1423
1707
|
/**
|
|
1424
1708
|
* Gets or sets comments section
|
|
1709
|
+
*
|
|
1710
|
+
* @format datatype.uuid
|
|
1425
1711
|
*/
|
|
1426
1712
|
sectionId: string;
|
|
1427
1713
|
/**
|
|
@@ -1438,14 +1724,20 @@ export declare namespace GenModels {
|
|
|
1438
1724
|
textFieldAlias: string;
|
|
1439
1725
|
/**
|
|
1440
1726
|
* Comment operation
|
|
1727
|
+
*
|
|
1728
|
+
* @format datatype.uuid
|
|
1441
1729
|
*/
|
|
1442
1730
|
commentEditOperation: string;
|
|
1443
1731
|
/**
|
|
1444
1732
|
* Comment edit operation
|
|
1733
|
+
*
|
|
1734
|
+
* @format datatype.uuid
|
|
1445
1735
|
*/
|
|
1446
1736
|
editAnyCommentEditOperation: string;
|
|
1447
1737
|
/**
|
|
1448
1738
|
* Comment edit operation
|
|
1739
|
+
*
|
|
1740
|
+
* @format datatype.uuid
|
|
1449
1741
|
*/
|
|
1450
1742
|
editOwnCommentEditOperation: string;
|
|
1451
1743
|
}
|
|
@@ -1470,10 +1762,14 @@ export declare namespace GenModels {
|
|
|
1470
1762
|
interface Comment {
|
|
1471
1763
|
/**
|
|
1472
1764
|
* Gets or sets identifier
|
|
1765
|
+
*
|
|
1766
|
+
* @format datatype.uuid
|
|
1473
1767
|
*/
|
|
1474
1768
|
id: string;
|
|
1475
1769
|
/**
|
|
1476
1770
|
* Gets or sets employee identifier
|
|
1771
|
+
*
|
|
1772
|
+
* @format datatype.uuid
|
|
1477
1773
|
*/
|
|
1478
1774
|
employeeId?: string;
|
|
1479
1775
|
/**
|
|
@@ -1482,6 +1778,8 @@ export declare namespace GenModels {
|
|
|
1482
1778
|
employeeDisplayName: string;
|
|
1483
1779
|
/**
|
|
1484
1780
|
* Gets or sets date
|
|
1781
|
+
*
|
|
1782
|
+
* @format datatype.datetime
|
|
1485
1783
|
*/
|
|
1486
1784
|
date?: string;
|
|
1487
1785
|
/**
|
|
@@ -1498,6 +1796,8 @@ export declare namespace GenModels {
|
|
|
1498
1796
|
dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
|
|
1499
1797
|
/**
|
|
1500
1798
|
* Gets or sets card identifier
|
|
1799
|
+
*
|
|
1800
|
+
* @format datatype.uuid
|
|
1501
1801
|
*/
|
|
1502
1802
|
cardId: string;
|
|
1503
1803
|
/**
|
|
@@ -1514,6 +1814,8 @@ export declare namespace GenModels {
|
|
|
1514
1814
|
dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
|
|
1515
1815
|
/**
|
|
1516
1816
|
* Gets or sets card identifier
|
|
1817
|
+
*
|
|
1818
|
+
* @format datatype.uuid
|
|
1517
1819
|
*/
|
|
1518
1820
|
cardId: string;
|
|
1519
1821
|
/**
|
|
@@ -1522,10 +1824,14 @@ export declare namespace GenModels {
|
|
|
1522
1824
|
text: string;
|
|
1523
1825
|
/**
|
|
1524
1826
|
* Gets or sets employee id
|
|
1827
|
+
*
|
|
1828
|
+
* @format datatype.uuid
|
|
1525
1829
|
*/
|
|
1526
1830
|
employeeId: string;
|
|
1527
1831
|
/**
|
|
1528
1832
|
* gets or sets date
|
|
1833
|
+
*
|
|
1834
|
+
* @format datatype.datetime
|
|
1529
1835
|
*/
|
|
1530
1836
|
date?: string;
|
|
1531
1837
|
}
|
|
@@ -1538,10 +1844,14 @@ export declare namespace GenModels {
|
|
|
1538
1844
|
dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
|
|
1539
1845
|
/**
|
|
1540
1846
|
* Gets or sets card identifier
|
|
1847
|
+
*
|
|
1848
|
+
* @format datatype.uuid
|
|
1541
1849
|
*/
|
|
1542
1850
|
cardId: string;
|
|
1543
1851
|
/**
|
|
1544
1852
|
* Gets or sets comment identifier
|
|
1853
|
+
*
|
|
1854
|
+
* @format datatype.uuid
|
|
1545
1855
|
*/
|
|
1546
1856
|
commentId: string;
|
|
1547
1857
|
/**
|
|
@@ -1558,10 +1868,14 @@ export declare namespace GenModels {
|
|
|
1558
1868
|
dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
|
|
1559
1869
|
/**
|
|
1560
1870
|
* Gets or sets card identifier
|
|
1871
|
+
*
|
|
1872
|
+
* @format datatype.uuid
|
|
1561
1873
|
*/
|
|
1562
1874
|
cardId: string;
|
|
1563
1875
|
/**
|
|
1564
1876
|
* Gets or sets comment identifier
|
|
1877
|
+
*
|
|
1878
|
+
* @format datatype.uuid
|
|
1565
1879
|
*/
|
|
1566
1880
|
commentId: string;
|
|
1567
1881
|
}
|
|
@@ -1624,10 +1938,14 @@ export declare namespace GenModels {
|
|
|
1624
1938
|
tasksLoaded: boolean;
|
|
1625
1939
|
/**
|
|
1626
1940
|
* Task id
|
|
1941
|
+
*
|
|
1942
|
+
* @format datatype.uuid
|
|
1627
1943
|
*/
|
|
1628
1944
|
taskID: string;
|
|
1629
1945
|
/**
|
|
1630
1946
|
* TaskList ID
|
|
1947
|
+
*
|
|
1948
|
+
* @format datatype.uuid
|
|
1631
1949
|
*/
|
|
1632
1950
|
taskListId: string;
|
|
1633
1951
|
/**
|
|
@@ -1648,14 +1966,20 @@ export declare namespace GenModels {
|
|
|
1648
1966
|
interface TaskDataModel {
|
|
1649
1967
|
/**
|
|
1650
1968
|
* Gets card identifier
|
|
1969
|
+
*
|
|
1970
|
+
* @format datatype.uuid
|
|
1651
1971
|
*/
|
|
1652
1972
|
cardId: string;
|
|
1653
1973
|
/**
|
|
1654
1974
|
* Gets card type identifier
|
|
1975
|
+
*
|
|
1976
|
+
* @format datatype.uuid
|
|
1655
1977
|
*/
|
|
1656
1978
|
cardTypeId: string;
|
|
1657
1979
|
/**
|
|
1658
1980
|
* Gets kind identifier
|
|
1981
|
+
*
|
|
1982
|
+
* @format datatype.uuid
|
|
1659
1983
|
*/
|
|
1660
1984
|
kindId: string;
|
|
1661
1985
|
/**
|
|
@@ -1688,14 +2012,20 @@ export declare namespace GenModels {
|
|
|
1688
2012
|
performerDisplayName: string;
|
|
1689
2013
|
/**
|
|
1690
2014
|
* Gets start date
|
|
2015
|
+
*
|
|
2016
|
+
* @format datatype.datetime
|
|
1691
2017
|
*/
|
|
1692
2018
|
startDate?: string;
|
|
1693
2019
|
/**
|
|
1694
2020
|
* Gets end date
|
|
2021
|
+
*
|
|
2022
|
+
* @format datatype.datetime
|
|
1695
2023
|
*/
|
|
1696
2024
|
endDate?: string;
|
|
1697
2025
|
/**
|
|
1698
2026
|
* Gets date of task complete
|
|
2027
|
+
*
|
|
2028
|
+
* @format datatype.datetime
|
|
1699
2029
|
*/
|
|
1700
2030
|
endDateActual?: string;
|
|
1701
2031
|
}
|
|
@@ -1704,10 +2034,14 @@ export declare namespace GenModels {
|
|
|
1704
2034
|
interface TasksTreeRequestModel {
|
|
1705
2035
|
/**
|
|
1706
2036
|
* Gets or sets card identifier
|
|
2037
|
+
*
|
|
2038
|
+
* @format datatype.uuid
|
|
1707
2039
|
*/
|
|
1708
2040
|
cardId: string;
|
|
1709
2041
|
/**
|
|
1710
2042
|
* Gets or sets task list identifier
|
|
2043
|
+
*
|
|
2044
|
+
* @format datatype.uuid
|
|
1711
2045
|
*/
|
|
1712
2046
|
taskListId: string;
|
|
1713
2047
|
/**
|
|
@@ -1724,6 +2058,8 @@ export declare namespace GenModels {
|
|
|
1724
2058
|
interface TasksTreeModel {
|
|
1725
2059
|
/**
|
|
1726
2060
|
* Gets tree nodes
|
|
2061
|
+
*
|
|
2062
|
+
* @format datatype.uuid
|
|
1727
2063
|
*/
|
|
1728
2064
|
parentCardId: string;
|
|
1729
2065
|
/**
|
|
@@ -1740,18 +2076,26 @@ export declare namespace GenModels {
|
|
|
1740
2076
|
interface TreeNodeModel {
|
|
1741
2077
|
/**
|
|
1742
2078
|
* Gets or sets node identifier
|
|
2079
|
+
*
|
|
2080
|
+
* @format datatype.uuid
|
|
1743
2081
|
*/
|
|
1744
2082
|
nodeId: string;
|
|
1745
2083
|
/**
|
|
1746
2084
|
* Gets or sets parent node identifier
|
|
2085
|
+
*
|
|
2086
|
+
* @format datatype.uuid
|
|
1747
2087
|
*/
|
|
1748
2088
|
parentId: string;
|
|
1749
2089
|
/**
|
|
1750
2090
|
* Gets or sets card type identifier
|
|
2091
|
+
*
|
|
2092
|
+
* @format datatype.uuid
|
|
1751
2093
|
*/
|
|
1752
2094
|
cardTypeId: string;
|
|
1753
2095
|
/**
|
|
1754
2096
|
* Gets or sets kind identifier
|
|
2097
|
+
*
|
|
2098
|
+
* @format datatype.uuid
|
|
1755
2099
|
*/
|
|
1756
2100
|
kindId: string;
|
|
1757
2101
|
/**
|
|
@@ -1776,10 +2120,14 @@ export declare namespace GenModels {
|
|
|
1776
2120
|
interface TaskTreeEdge {
|
|
1777
2121
|
/**
|
|
1778
2122
|
* Gets or sets from node identifier
|
|
2123
|
+
*
|
|
2124
|
+
* @format datatype.uuid
|
|
1779
2125
|
*/
|
|
1780
2126
|
fromNode: string;
|
|
1781
2127
|
/**
|
|
1782
2128
|
* Gets or sets to node identifier
|
|
2129
|
+
*
|
|
2130
|
+
* @format datatype.uuid
|
|
1783
2131
|
*/
|
|
1784
2132
|
toNode: string;
|
|
1785
2133
|
}
|
|
@@ -1788,6 +2136,8 @@ export declare namespace GenModels {
|
|
|
1788
2136
|
interface TasksTableLoadOptions {
|
|
1789
2137
|
/**
|
|
1790
2138
|
* Task list identifier, when loading document or custom card tasks
|
|
2139
|
+
*
|
|
2140
|
+
* @format datatype.uuid
|
|
1791
2141
|
*/
|
|
1792
2142
|
taskListId?: string;
|
|
1793
2143
|
/**
|
|
@@ -1822,12 +2172,18 @@ export declare namespace GenModels {
|
|
|
1822
2172
|
* Table rows
|
|
1823
2173
|
*/
|
|
1824
2174
|
rows: Array<GenModels.TasksTableRow>;
|
|
2175
|
+
/**
|
|
2176
|
+
* Does node has parent
|
|
2177
|
+
*/
|
|
2178
|
+
canShowFullTree: boolean;
|
|
1825
2179
|
}
|
|
1826
2180
|
}
|
|
1827
2181
|
export declare namespace GenModels {
|
|
1828
2182
|
interface TasksTableRow {
|
|
1829
2183
|
/**
|
|
1830
2184
|
* Card identifier
|
|
2185
|
+
*
|
|
2186
|
+
* @format datatype.uuid
|
|
1831
2187
|
*/
|
|
1832
2188
|
cardId: string;
|
|
1833
2189
|
/**
|
|
@@ -1836,6 +2192,8 @@ export declare namespace GenModels {
|
|
|
1836
2192
|
level: number;
|
|
1837
2193
|
/**
|
|
1838
2194
|
* Parent row identifier
|
|
2195
|
+
*
|
|
2196
|
+
* @format datatype.uuid
|
|
1839
2197
|
*/
|
|
1840
2198
|
parentId?: string;
|
|
1841
2199
|
/**
|
|
@@ -1848,6 +2206,8 @@ export declare namespace GenModels {
|
|
|
1848
2206
|
executionType: number;
|
|
1849
2207
|
/**
|
|
1850
2208
|
* Card type identifier
|
|
2209
|
+
*
|
|
2210
|
+
* @format datatype.uuid
|
|
1851
2211
|
*/
|
|
1852
2212
|
cardTypeId: string;
|
|
1853
2213
|
/**
|
|
@@ -1878,10 +2238,14 @@ export declare namespace GenModels {
|
|
|
1878
2238
|
interface TasksTreeNodeHelpRequestModel {
|
|
1879
2239
|
/**
|
|
1880
2240
|
* Gets or sets card identifier
|
|
2241
|
+
*
|
|
2242
|
+
* @format datatype.uuid
|
|
1881
2243
|
*/
|
|
1882
2244
|
cardId: string;
|
|
1883
2245
|
/**
|
|
1884
2246
|
* Gets or sets card type identifier
|
|
2247
|
+
*
|
|
2248
|
+
* @format datatype.uuid
|
|
1885
2249
|
*/
|
|
1886
2250
|
cardTypeId: string;
|
|
1887
2251
|
}
|
|
@@ -1890,10 +2254,14 @@ export declare namespace GenModels {
|
|
|
1890
2254
|
interface TreeNodeHelpModel {
|
|
1891
2255
|
/**
|
|
1892
2256
|
* Gets or set creation date
|
|
2257
|
+
*
|
|
2258
|
+
* @format datatype.datetime
|
|
1893
2259
|
*/
|
|
1894
2260
|
creationDate: string;
|
|
1895
2261
|
/**
|
|
1896
2262
|
* Card id
|
|
2263
|
+
*
|
|
2264
|
+
* @format datatype.uuid
|
|
1897
2265
|
*/
|
|
1898
2266
|
id: string;
|
|
1899
2267
|
/**
|
|
@@ -1921,6 +2289,9 @@ export declare namespace GenModels {
|
|
|
1921
2289
|
*/
|
|
1922
2290
|
searchMode: GenModels.PartnerSearchMode;
|
|
1923
2291
|
searchText: string;
|
|
2292
|
+
/**
|
|
2293
|
+
* @format datatype.uuid
|
|
2294
|
+
*/
|
|
1924
2295
|
departmentId?: string;
|
|
1925
2296
|
/**
|
|
1926
2297
|
* Partners count to skip from begin (pagination). Real skip = Skip - SkipDepartments;
|
|
@@ -1972,6 +2343,8 @@ export declare namespace GenModels {
|
|
|
1972
2343
|
searchMode: GenModels.PartnerSearchMode;
|
|
1973
2344
|
/**
|
|
1974
2345
|
* Department id
|
|
2346
|
+
*
|
|
2347
|
+
* @format datatype.uuid
|
|
1975
2348
|
*/
|
|
1976
2349
|
departmentId?: string;
|
|
1977
2350
|
/**
|
|
@@ -2088,6 +2461,8 @@ export declare namespace GenModels {
|
|
|
2088
2461
|
parameters: Array<GenModels.SearchParameter>;
|
|
2089
2462
|
/**
|
|
2090
2463
|
* Instance id
|
|
2464
|
+
*
|
|
2465
|
+
* @format datatype.uuid
|
|
2091
2466
|
*/
|
|
2092
2467
|
instanceId?: string;
|
|
2093
2468
|
/**
|
|
@@ -2136,22 +2511,32 @@ export declare namespace GenModels {
|
|
|
2136
2511
|
searchParametersLayout: GenModels.LayoutViewModel;
|
|
2137
2512
|
/**
|
|
2138
2513
|
* Current session id.
|
|
2514
|
+
*
|
|
2515
|
+
* @format datatype.uuid
|
|
2139
2516
|
*/
|
|
2140
2517
|
fullTextSearchSessionId: string;
|
|
2141
2518
|
/**
|
|
2142
2519
|
* Gets or sets folder identifier
|
|
2520
|
+
*
|
|
2521
|
+
* @format datatype.uuid
|
|
2143
2522
|
*/
|
|
2144
2523
|
folderId: string;
|
|
2145
2524
|
/**
|
|
2146
2525
|
* Gets or sets view identifier
|
|
2526
|
+
*
|
|
2527
|
+
* @format datatype.uuid
|
|
2147
2528
|
*/
|
|
2148
2529
|
viewId: string;
|
|
2149
2530
|
/**
|
|
2150
2531
|
* Gets or sets search identifier
|
|
2532
|
+
*
|
|
2533
|
+
* @format datatype.uuid
|
|
2151
2534
|
*/
|
|
2152
2535
|
searchId: string;
|
|
2153
2536
|
/**
|
|
2154
2537
|
* Gets or sets instanceId
|
|
2538
|
+
*
|
|
2539
|
+
* @format datatype.uuid
|
|
2155
2540
|
*/
|
|
2156
2541
|
instanceId: string;
|
|
2157
2542
|
/**
|
|
@@ -2164,6 +2549,8 @@ export declare namespace GenModels {
|
|
|
2164
2549
|
interface GridViewModel {
|
|
2165
2550
|
/**
|
|
2166
2551
|
* Gets or sets instanceId
|
|
2552
|
+
*
|
|
2553
|
+
* @format datatype.uuid
|
|
2167
2554
|
*/
|
|
2168
2555
|
instanceId: string;
|
|
2169
2556
|
/**
|
|
@@ -2224,12 +2611,30 @@ export declare namespace GenModels {
|
|
|
2224
2611
|
request: GenModels.QueryViewRequest;
|
|
2225
2612
|
/**
|
|
2226
2613
|
* Current session id.
|
|
2614
|
+
*
|
|
2615
|
+
* @format datatype.uuid
|
|
2227
2616
|
*/
|
|
2228
2617
|
fullTextSearchSessionId: string;
|
|
2229
2618
|
/**
|
|
2230
2619
|
* Gets or sets grid user settings data
|
|
2231
2620
|
*/
|
|
2232
2621
|
gridUserSettings: GenModels.GridUserSettingsData;
|
|
2622
|
+
/**
|
|
2623
|
+
* Gets or sets whether grouping allowed
|
|
2624
|
+
*/
|
|
2625
|
+
isGroupingAllowed: boolean;
|
|
2626
|
+
/**
|
|
2627
|
+
* Gets or sets whether show grouping columns
|
|
2628
|
+
*/
|
|
2629
|
+
showGroupingColumns: boolean;
|
|
2630
|
+
/**
|
|
2631
|
+
* Gets or sets base cursor row count
|
|
2632
|
+
*/
|
|
2633
|
+
baseCursorRowCount: number;
|
|
2634
|
+
/**
|
|
2635
|
+
* Gets or sets whether it has default grouping
|
|
2636
|
+
*/
|
|
2637
|
+
hasDefaultGrouping: boolean;
|
|
2233
2638
|
/**
|
|
2234
2639
|
* Gets or sets key column name
|
|
2235
2640
|
*/
|
|
@@ -2298,6 +2703,14 @@ export declare namespace GenModels {
|
|
|
2298
2703
|
* Gets or sets column order
|
|
2299
2704
|
*/
|
|
2300
2705
|
order: number;
|
|
2706
|
+
/**
|
|
2707
|
+
* Is Filtration Enabled?
|
|
2708
|
+
*/
|
|
2709
|
+
isFilteringAllowed: boolean;
|
|
2710
|
+
/**
|
|
2711
|
+
* Gets or sets whether grouping allowed
|
|
2712
|
+
*/
|
|
2713
|
+
isGroupingAllowed: boolean;
|
|
2301
2714
|
/**
|
|
2302
2715
|
* Eval row function
|
|
2303
2716
|
*/
|
|
@@ -2326,6 +2739,10 @@ export declare namespace GenModels {
|
|
|
2326
2739
|
* Gets or sets row was read
|
|
2327
2740
|
*/
|
|
2328
2741
|
wasRead: boolean;
|
|
2742
|
+
/**
|
|
2743
|
+
* Gets or sets row is archived
|
|
2744
|
+
*/
|
|
2745
|
+
isArchived: boolean;
|
|
2329
2746
|
}
|
|
2330
2747
|
}
|
|
2331
2748
|
export declare namespace GenModels {
|
|
@@ -2342,10 +2759,6 @@ export declare namespace GenModels {
|
|
|
2342
2759
|
* Gets or sets typed value
|
|
2343
2760
|
*/
|
|
2344
2761
|
rawValue: any;
|
|
2345
|
-
/**
|
|
2346
|
-
* Gets or sets typed value
|
|
2347
|
-
*/
|
|
2348
|
-
typedValue: any;
|
|
2349
2762
|
}
|
|
2350
2763
|
}
|
|
2351
2764
|
export declare namespace GenModels {
|
|
@@ -2434,6 +2847,8 @@ export declare namespace GenModels {
|
|
|
2434
2847
|
action: GenModels.LayoutAction;
|
|
2435
2848
|
/**
|
|
2436
2849
|
* Gets or sets layout mode
|
|
2850
|
+
*
|
|
2851
|
+
* @format datatype.uuid
|
|
2437
2852
|
*/
|
|
2438
2853
|
layoutMode?: string;
|
|
2439
2854
|
/**
|
|
@@ -2450,10 +2865,14 @@ export declare namespace GenModels {
|
|
|
2450
2865
|
name: string;
|
|
2451
2866
|
/**
|
|
2452
2867
|
* Gets or sets layout identifier
|
|
2868
|
+
*
|
|
2869
|
+
* @format datatype.uuid
|
|
2453
2870
|
*/
|
|
2454
2871
|
id: string;
|
|
2455
2872
|
/**
|
|
2456
2873
|
* Gets or sets layout instance identifier
|
|
2874
|
+
*
|
|
2875
|
+
* @format datatype.uuid
|
|
2457
2876
|
*/
|
|
2458
2877
|
instanceId: string;
|
|
2459
2878
|
/**
|
|
@@ -2470,10 +2889,14 @@ export declare namespace GenModels {
|
|
|
2470
2889
|
interface OperationModel {
|
|
2471
2890
|
/**
|
|
2472
2891
|
* Gets operation identifier
|
|
2892
|
+
*
|
|
2893
|
+
* @format datatype.uuid
|
|
2473
2894
|
*/
|
|
2474
2895
|
id: string;
|
|
2475
2896
|
/**
|
|
2476
2897
|
* Gets operation identifier
|
|
2898
|
+
*
|
|
2899
|
+
* @format datatype.uuid
|
|
2477
2900
|
*/
|
|
2478
2901
|
builtInId?: string;
|
|
2479
2902
|
/**
|
|
@@ -2506,10 +2929,14 @@ export declare namespace GenModels {
|
|
|
2506
2929
|
interface ExtendedDataSourceInfoModel {
|
|
2507
2930
|
/**
|
|
2508
2931
|
* Gets or sets extended layouts info identifier
|
|
2932
|
+
*
|
|
2933
|
+
* @format datatype.uuid
|
|
2509
2934
|
*/
|
|
2510
2935
|
id: string;
|
|
2511
2936
|
/**
|
|
2512
2937
|
* Gets or sets timestamp card identifier
|
|
2938
|
+
*
|
|
2939
|
+
* @format datatype.uuid
|
|
2513
2940
|
*/
|
|
2514
2941
|
cardId: string;
|
|
2515
2942
|
/**
|
|
@@ -2526,28 +2953,123 @@ export declare namespace GenModels {
|
|
|
2526
2953
|
layoutModel: GenModels.LayoutModel;
|
|
2527
2954
|
}
|
|
2528
2955
|
}
|
|
2956
|
+
export declare namespace GenModels {
|
|
2957
|
+
interface RecentCardsRequest {
|
|
2958
|
+
requestModel: GenModels.CardListRequestModel;
|
|
2959
|
+
}
|
|
2960
|
+
}
|
|
2961
|
+
export declare namespace GenModels {
|
|
2962
|
+
interface FolderIdentityModel {
|
|
2963
|
+
/**
|
|
2964
|
+
* Folder id
|
|
2965
|
+
*
|
|
2966
|
+
* @format datatype.uuid
|
|
2967
|
+
*/
|
|
2968
|
+
folderId?: string;
|
|
2969
|
+
/**
|
|
2970
|
+
* System folder identification.
|
|
2971
|
+
*/
|
|
2972
|
+
systemFolder?: GenModels.SystemFolders;
|
|
2973
|
+
}
|
|
2974
|
+
}
|
|
2975
|
+
export declare namespace GenModels {
|
|
2976
|
+
interface FolderViewInfosModel {
|
|
2977
|
+
/**
|
|
2978
|
+
* Infos
|
|
2979
|
+
*/
|
|
2980
|
+
views: Array<GenModels.FolderViewInfo>;
|
|
2981
|
+
}
|
|
2982
|
+
}
|
|
2983
|
+
export declare namespace GenModels {
|
|
2984
|
+
interface FolderViewInfo {
|
|
2985
|
+
/**
|
|
2986
|
+
* Gets or sets view name
|
|
2987
|
+
*/
|
|
2988
|
+
name: string;
|
|
2989
|
+
/**
|
|
2990
|
+
* Gets or sets view identifier
|
|
2991
|
+
*
|
|
2992
|
+
* @format datatype.uuid
|
|
2993
|
+
*/
|
|
2994
|
+
viewId: string;
|
|
2995
|
+
/**
|
|
2996
|
+
* Is view configured as folder default view
|
|
2997
|
+
*/
|
|
2998
|
+
isDefaultFolderView: boolean;
|
|
2999
|
+
}
|
|
3000
|
+
}
|
|
3001
|
+
export declare namespace GenModels {
|
|
3002
|
+
interface ViewColumnModel {
|
|
3003
|
+
/**
|
|
3004
|
+
* Column name
|
|
3005
|
+
*/
|
|
3006
|
+
columnName: string;
|
|
3007
|
+
/**
|
|
3008
|
+
* Column date format
|
|
3009
|
+
*/
|
|
3010
|
+
dateFormat: string;
|
|
3011
|
+
/**
|
|
3012
|
+
* Column order
|
|
3013
|
+
*/
|
|
3014
|
+
order: number;
|
|
3015
|
+
/**
|
|
3016
|
+
* Is column hidden
|
|
3017
|
+
*/
|
|
3018
|
+
hidden: boolean;
|
|
3019
|
+
/**
|
|
3020
|
+
* Is column system
|
|
3021
|
+
*/
|
|
3022
|
+
system: boolean;
|
|
3023
|
+
/**
|
|
3024
|
+
* Gets or sets column caption
|
|
3025
|
+
*/
|
|
3026
|
+
caption: string;
|
|
3027
|
+
}
|
|
3028
|
+
}
|
|
2529
3029
|
export declare namespace GenModels {
|
|
2530
3030
|
interface GridFilterRequestModel {
|
|
2531
3031
|
/**
|
|
2532
3032
|
* Gets or sets folder identifier
|
|
3033
|
+
*
|
|
3034
|
+
* @format datatype.uuid
|
|
2533
3035
|
*/
|
|
2534
3036
|
folderId: string;
|
|
2535
3037
|
/**
|
|
2536
3038
|
* Gets or sets view identifier
|
|
3039
|
+
*
|
|
3040
|
+
* @format datatype.uuid
|
|
2537
3041
|
*/
|
|
2538
3042
|
viewId: string;
|
|
2539
3043
|
}
|
|
2540
3044
|
}
|
|
3045
|
+
export declare namespace GenModels {
|
|
3046
|
+
interface GridViewModelEx extends GenModels.GridViewModel {
|
|
3047
|
+
/**
|
|
3048
|
+
* Gets or sets search parameters layout
|
|
3049
|
+
*/
|
|
3050
|
+
searchParametersLayout?: GenModels.ILayoutViewModel;
|
|
3051
|
+
}
|
|
3052
|
+
}
|
|
2541
3053
|
export declare namespace GenModels {
|
|
2542
3054
|
interface SaveGridUserSettingsDataRequestModel {
|
|
2543
3055
|
/**
|
|
2544
3056
|
* Gets or sets folder identifier
|
|
3057
|
+
*
|
|
3058
|
+
* @format datatype.uuid
|
|
2545
3059
|
*/
|
|
2546
3060
|
folderId: string;
|
|
2547
3061
|
/**
|
|
2548
3062
|
* Get or sets view identifier
|
|
3063
|
+
*
|
|
3064
|
+
* @format datatype.uuid
|
|
2549
3065
|
*/
|
|
2550
3066
|
viewId: string;
|
|
3067
|
+
/**
|
|
3068
|
+
* Get or sets instance id
|
|
3069
|
+
*
|
|
3070
|
+
* @format datatype.uuid
|
|
3071
|
+
*/
|
|
3072
|
+
instanceId?: string;
|
|
2551
3073
|
/**
|
|
2552
3074
|
* Gets or sets grid user settings data
|
|
2553
3075
|
*/
|
|
@@ -2558,6 +3080,8 @@ export declare namespace GenModels {
|
|
|
2558
3080
|
interface SaveGridUserSettingsFolderDataRequestModel {
|
|
2559
3081
|
/**
|
|
2560
3082
|
* Gets or sets folder identifier
|
|
3083
|
+
*
|
|
3084
|
+
* @format datatype.uuid
|
|
2561
3085
|
*/
|
|
2562
3086
|
folderId: string;
|
|
2563
3087
|
/**
|
|
@@ -2570,16 +3094,199 @@ export declare namespace GenModels {
|
|
|
2570
3094
|
interface GridUserSettingsFolderData {
|
|
2571
3095
|
/**
|
|
2572
3096
|
* Gets or sets view id
|
|
3097
|
+
*
|
|
3098
|
+
* @format datatype.uuid
|
|
2573
3099
|
*/
|
|
2574
3100
|
viewId: string;
|
|
2575
3101
|
}
|
|
2576
3102
|
}
|
|
3103
|
+
export declare namespace GenModels {
|
|
3104
|
+
interface SaveAllCardsReadStatusRequestModel {
|
|
3105
|
+
/**
|
|
3106
|
+
* Request model
|
|
3107
|
+
*/
|
|
3108
|
+
requestModel: GenModels.CardListRequestModel;
|
|
3109
|
+
/**
|
|
3110
|
+
* Gets or sets card was read
|
|
3111
|
+
*/
|
|
3112
|
+
wasRead: boolean;
|
|
3113
|
+
}
|
|
3114
|
+
}
|
|
3115
|
+
export declare namespace GenModels {
|
|
3116
|
+
interface DistinctValuesRequestWithPagination {
|
|
3117
|
+
/**
|
|
3118
|
+
* Gets or sets Cursor ID
|
|
3119
|
+
*
|
|
3120
|
+
* @format datatype.uuid
|
|
3121
|
+
*/
|
|
3122
|
+
cursorId: string;
|
|
3123
|
+
/**
|
|
3124
|
+
* Gets or sets page number
|
|
3125
|
+
*/
|
|
3126
|
+
pageNumber: number;
|
|
3127
|
+
/**
|
|
3128
|
+
* Gets or sets page size
|
|
3129
|
+
*/
|
|
3130
|
+
pageSize: number;
|
|
3131
|
+
}
|
|
3132
|
+
}
|
|
3133
|
+
export declare namespace GenModels {
|
|
3134
|
+
interface DistinctValuesRequestModel extends GenModels.DistinctValuesRequestWithPagination {
|
|
3135
|
+
/**
|
|
3136
|
+
* Gets or sets
|
|
3137
|
+
*/
|
|
3138
|
+
grouping: Array<GenModels.GridUserSettingsGroupColumn>;
|
|
3139
|
+
}
|
|
3140
|
+
}
|
|
3141
|
+
export declare namespace GenModels {
|
|
3142
|
+
interface DistinctValuesModel {
|
|
3143
|
+
/**
|
|
3144
|
+
* Gets or sets page count
|
|
3145
|
+
*/
|
|
3146
|
+
pageCount: number;
|
|
3147
|
+
/**
|
|
3148
|
+
* Gets or sets current page
|
|
3149
|
+
*/
|
|
3150
|
+
currentPage: number;
|
|
3151
|
+
/**
|
|
3152
|
+
* Gets or sets distinct values
|
|
3153
|
+
*/
|
|
3154
|
+
distinctValues: Array<GenModels.ViewDistinctValue>;
|
|
3155
|
+
}
|
|
3156
|
+
}
|
|
3157
|
+
export declare namespace GenModels {
|
|
3158
|
+
interface ViewDistinctValue {
|
|
3159
|
+
/**
|
|
3160
|
+
* Gets or sets column name
|
|
3161
|
+
*/
|
|
3162
|
+
columnName: string;
|
|
3163
|
+
/**
|
|
3164
|
+
* Gets or sets whether sorting by descending
|
|
3165
|
+
*/
|
|
3166
|
+
isDescending: boolean;
|
|
3167
|
+
/**
|
|
3168
|
+
* Gets or sets value
|
|
3169
|
+
*/
|
|
3170
|
+
value: string;
|
|
3171
|
+
/**
|
|
3172
|
+
* Gets or sets raw value
|
|
3173
|
+
*/
|
|
3174
|
+
rawValue: any;
|
|
3175
|
+
/**
|
|
3176
|
+
* Gets or sets count
|
|
3177
|
+
*/
|
|
3178
|
+
count: number;
|
|
3179
|
+
/**
|
|
3180
|
+
* Gets or sets whether last level
|
|
3181
|
+
*/
|
|
3182
|
+
isLastLevel: boolean;
|
|
3183
|
+
}
|
|
3184
|
+
}
|
|
3185
|
+
export declare namespace GenModels {
|
|
3186
|
+
interface FilterDistinctValuesRequestModel extends GenModels.DistinctValuesRequestModel {
|
|
3187
|
+
/**
|
|
3188
|
+
* Column name
|
|
3189
|
+
*/
|
|
3190
|
+
filterColumnName: string;
|
|
3191
|
+
/**
|
|
3192
|
+
* Search text
|
|
3193
|
+
*/
|
|
3194
|
+
filterSearchText: string;
|
|
3195
|
+
/**
|
|
3196
|
+
* Instace ID
|
|
3197
|
+
*
|
|
3198
|
+
* @format datatype.uuid
|
|
3199
|
+
*/
|
|
3200
|
+
instanceId: string;
|
|
3201
|
+
}
|
|
3202
|
+
}
|
|
3203
|
+
export declare namespace GenModels {
|
|
3204
|
+
interface GridAggregateRequest {
|
|
3205
|
+
/**
|
|
3206
|
+
* Gets or sets folder ID
|
|
3207
|
+
*
|
|
3208
|
+
* @format datatype.uuid
|
|
3209
|
+
*/
|
|
3210
|
+
folderId: string;
|
|
3211
|
+
/**
|
|
3212
|
+
* Gets or sets query ID
|
|
3213
|
+
*
|
|
3214
|
+
* @format datatype.uuid
|
|
3215
|
+
*/
|
|
3216
|
+
queryId: string;
|
|
3217
|
+
/**
|
|
3218
|
+
* Gets or sets instance ID
|
|
3219
|
+
*
|
|
3220
|
+
* @format datatype.uuid
|
|
3221
|
+
*/
|
|
3222
|
+
instanceId: string;
|
|
3223
|
+
/**
|
|
3224
|
+
* Gets or sets filters
|
|
3225
|
+
*/
|
|
3226
|
+
filters: Array<GenModels.AggregateFilterItem>;
|
|
3227
|
+
}
|
|
3228
|
+
}
|
|
3229
|
+
export declare namespace GenModels {
|
|
3230
|
+
interface GridAggregateModel {
|
|
3231
|
+
/**
|
|
3232
|
+
* Grid aggregate name
|
|
3233
|
+
*/
|
|
3234
|
+
name: string;
|
|
3235
|
+
/**
|
|
3236
|
+
* Grid aggregate alias
|
|
3237
|
+
*/
|
|
3238
|
+
alias: string;
|
|
3239
|
+
/**
|
|
3240
|
+
* Is Grid aggregate main?
|
|
3241
|
+
*/
|
|
3242
|
+
isMain: boolean;
|
|
3243
|
+
/**
|
|
3244
|
+
* List of grid aggregate value
|
|
3245
|
+
*/
|
|
3246
|
+
aggregateValues: Array<GenModels.GridAggregateValue>;
|
|
3247
|
+
}
|
|
3248
|
+
}
|
|
3249
|
+
export declare namespace GenModels {
|
|
3250
|
+
interface GridAggregateValue {
|
|
3251
|
+
/**
|
|
3252
|
+
* Aggregate value name
|
|
3253
|
+
*/
|
|
3254
|
+
name: string;
|
|
3255
|
+
/**
|
|
3256
|
+
* Aggregate value alias
|
|
3257
|
+
*/
|
|
3258
|
+
alias: string;
|
|
3259
|
+
/**
|
|
3260
|
+
* Aggregate value count
|
|
3261
|
+
*/
|
|
3262
|
+
count: number;
|
|
3263
|
+
/**
|
|
3264
|
+
* Aggregate value count
|
|
3265
|
+
*/
|
|
3266
|
+
checked?: boolean;
|
|
3267
|
+
}
|
|
3268
|
+
}
|
|
3269
|
+
export declare namespace GenModels {
|
|
3270
|
+
interface RefreshUnreadCounterRequest {
|
|
3271
|
+
/**
|
|
3272
|
+
* @format datatype.uuid
|
|
3273
|
+
*/
|
|
3274
|
+
folderId: string;
|
|
3275
|
+
folderRefreshTimeout: number;
|
|
3276
|
+
forceVirtualFolderSearch: boolean;
|
|
3277
|
+
}
|
|
3278
|
+
}
|
|
2577
3279
|
export declare namespace GenModels {
|
|
2578
3280
|
interface GetRequestModel {
|
|
2579
3281
|
locationName?: string;
|
|
3282
|
+
/**
|
|
3283
|
+
* @format datatype.uuid
|
|
3284
|
+
*/
|
|
2580
3285
|
cardId?: string;
|
|
2581
3286
|
/**
|
|
2582
3287
|
* Gets or sets layout selection mode (view, edit, create...)
|
|
3288
|
+
*
|
|
3289
|
+
* @format datatype.uuid
|
|
2583
3290
|
*/
|
|
2584
3291
|
layoutMode?: string;
|
|
2585
3292
|
layoutParams?: Array<GenModels.ParamModel>;
|
|
@@ -2629,9 +3336,14 @@ export declare namespace GenModels {
|
|
|
2629
3336
|
export declare namespace GenModels {
|
|
2630
3337
|
interface SaveRequestModel {
|
|
2631
3338
|
locationName?: string;
|
|
3339
|
+
/**
|
|
3340
|
+
* @format datatype.uuid
|
|
3341
|
+
*/
|
|
2632
3342
|
cardId?: string;
|
|
2633
3343
|
/**
|
|
2634
3344
|
* Gets or sets layout selection mode (view, edit, create...)
|
|
3345
|
+
*
|
|
3346
|
+
* @format datatype.uuid
|
|
2635
3347
|
*/
|
|
2636
3348
|
layoutMode?: string;
|
|
2637
3349
|
layoutParams: Array<GenModels.ParamModel>;
|
|
@@ -2685,14 +3397,20 @@ export declare namespace GenModels {
|
|
|
2685
3397
|
editOperation: string;
|
|
2686
3398
|
/**
|
|
2687
3399
|
* Gets or sets data source card id
|
|
3400
|
+
*
|
|
3401
|
+
* @format datatype.uuid
|
|
2688
3402
|
*/
|
|
2689
3403
|
extendedDataSourceCardId?: string;
|
|
2690
3404
|
/**
|
|
2691
3405
|
* Gets or sets data source section id
|
|
3406
|
+
*
|
|
3407
|
+
* @format datatype.uuid
|
|
2692
3408
|
*/
|
|
2693
3409
|
extendedDataSourceSectionId?: string;
|
|
2694
3410
|
/**
|
|
2695
3411
|
* Gets or sets data source row id
|
|
3412
|
+
*
|
|
3413
|
+
* @format datatype.uuid
|
|
2696
3414
|
*/
|
|
2697
3415
|
extendedDataSourceRowId?: string;
|
|
2698
3416
|
}
|
|
@@ -2713,6 +3431,8 @@ export declare namespace GenModels {
|
|
|
2713
3431
|
interface HistorySearchQuery {
|
|
2714
3432
|
/**
|
|
2715
3433
|
* Card id
|
|
3434
|
+
*
|
|
3435
|
+
* @format datatype.uuid
|
|
2716
3436
|
*/
|
|
2717
3437
|
cardId: string;
|
|
2718
3438
|
/**
|
|
@@ -2721,6 +3441,8 @@ export declare namespace GenModels {
|
|
|
2721
3441
|
employeeName: string;
|
|
2722
3442
|
/**
|
|
2723
3443
|
* Date
|
|
3444
|
+
*
|
|
3445
|
+
* @format datatype.datetime
|
|
2724
3446
|
*/
|
|
2725
3447
|
date?: string;
|
|
2726
3448
|
/**
|
|
@@ -2733,6 +3455,8 @@ export declare namespace GenModels {
|
|
|
2733
3455
|
operationsToHide: Array<string>;
|
|
2734
3456
|
/**
|
|
2735
3457
|
* Cache id
|
|
3458
|
+
*
|
|
3459
|
+
* @format datatype.uuid
|
|
2736
3460
|
*/
|
|
2737
3461
|
cacheId: string;
|
|
2738
3462
|
/**
|
|
@@ -2745,6 +3469,8 @@ export declare namespace GenModels {
|
|
|
2745
3469
|
maxCount?: number;
|
|
2746
3470
|
/**
|
|
2747
3471
|
* Edit operation id
|
|
3472
|
+
*
|
|
3473
|
+
* @format datatype.uuid
|
|
2748
3474
|
*/
|
|
2749
3475
|
editOperation: string;
|
|
2750
3476
|
}
|
|
@@ -2761,6 +3487,8 @@ export declare namespace GenModels {
|
|
|
2761
3487
|
hasMore: boolean;
|
|
2762
3488
|
/**
|
|
2763
3489
|
* Cache id
|
|
3490
|
+
*
|
|
3491
|
+
* @format datatype.uuid
|
|
2764
3492
|
*/
|
|
2765
3493
|
cacheId: string;
|
|
2766
3494
|
/**
|
|
@@ -2773,6 +3501,8 @@ export declare namespace GenModels {
|
|
|
2773
3501
|
interface HistoryRecord {
|
|
2774
3502
|
/**
|
|
2775
3503
|
* Record id
|
|
3504
|
+
*
|
|
3505
|
+
* @format datatype.uuid
|
|
2776
3506
|
*/
|
|
2777
3507
|
logNewId: string;
|
|
2778
3508
|
/**
|
|
@@ -2781,6 +3511,8 @@ export declare namespace GenModels {
|
|
|
2781
3511
|
id: number;
|
|
2782
3512
|
/**
|
|
2783
3513
|
* Record date
|
|
3514
|
+
*
|
|
3515
|
+
* @format datatype.datetime
|
|
2784
3516
|
*/
|
|
2785
3517
|
date: string;
|
|
2786
3518
|
/**
|
|
@@ -2801,10 +3533,54 @@ export declare namespace GenModels {
|
|
|
2801
3533
|
displayName: string;
|
|
2802
3534
|
}
|
|
2803
3535
|
}
|
|
3536
|
+
export declare namespace GenModels {
|
|
3537
|
+
interface IsHasFileCertificateSignatureModel {
|
|
3538
|
+
/**
|
|
3539
|
+
* Indicates has the file a certificate signature
|
|
3540
|
+
*/
|
|
3541
|
+
isHasFileCertificateSignature: boolean;
|
|
3542
|
+
/**
|
|
3543
|
+
* The name for downloading file
|
|
3544
|
+
*/
|
|
3545
|
+
fileDownloadName: string;
|
|
3546
|
+
}
|
|
3547
|
+
}
|
|
3548
|
+
export declare namespace GenModels {
|
|
3549
|
+
interface DowloadFilesOperationFileInfoModel {
|
|
3550
|
+
/**
|
|
3551
|
+
* File id
|
|
3552
|
+
*
|
|
3553
|
+
* @format datatype.uuid
|
|
3554
|
+
*/
|
|
3555
|
+
fileId: string;
|
|
3556
|
+
/**
|
|
3557
|
+
* File name
|
|
3558
|
+
*/
|
|
3559
|
+
fileName: string;
|
|
3560
|
+
/**
|
|
3561
|
+
* is main
|
|
3562
|
+
*/
|
|
3563
|
+
isMain: boolean;
|
|
3564
|
+
}
|
|
3565
|
+
}
|
|
3566
|
+
export declare namespace GenModels {
|
|
3567
|
+
interface WasReadRequest {
|
|
3568
|
+
/**
|
|
3569
|
+
* Cards to read
|
|
3570
|
+
*/
|
|
3571
|
+
cardIds: Array<string>;
|
|
3572
|
+
/**
|
|
3573
|
+
* Set read state
|
|
3574
|
+
*/
|
|
3575
|
+
setRead: boolean;
|
|
3576
|
+
}
|
|
3577
|
+
}
|
|
2804
3578
|
export declare namespace GenModels {
|
|
2805
3579
|
interface FilePickerRequestModel {
|
|
2806
3580
|
/**
|
|
2807
3581
|
* FileCard id
|
|
3582
|
+
*
|
|
3583
|
+
* @format datatype.uuid
|
|
2808
3584
|
*/
|
|
2809
3585
|
fileCardId: string;
|
|
2810
3586
|
/**
|
|
@@ -2817,10 +3593,14 @@ export declare namespace GenModels {
|
|
|
2817
3593
|
interface LogInfo {
|
|
2818
3594
|
/**
|
|
2819
3595
|
* The edit operation for the log record.
|
|
3596
|
+
*
|
|
3597
|
+
* @format datatype.uuid
|
|
2820
3598
|
*/
|
|
2821
3599
|
operationId: string;
|
|
2822
3600
|
/**
|
|
2823
3601
|
* Card, to associate log record with.
|
|
3602
|
+
*
|
|
3603
|
+
* @format datatype.uuid
|
|
2824
3604
|
*/
|
|
2825
3605
|
cardId: string;
|
|
2826
3606
|
}
|
|
@@ -2841,6 +3621,8 @@ export declare namespace GenModels {
|
|
|
2841
3621
|
name: string;
|
|
2842
3622
|
/**
|
|
2843
3623
|
* Gets file identifier
|
|
3624
|
+
*
|
|
3625
|
+
* @format datatype.uuid
|
|
2844
3626
|
*/
|
|
2845
3627
|
fileId: string;
|
|
2846
3628
|
/**
|
|
@@ -2881,10 +3663,14 @@ export declare namespace GenModels {
|
|
|
2881
3663
|
interface FileCardVersionModel {
|
|
2882
3664
|
/**
|
|
2883
3665
|
* Gets or sets file identifier
|
|
3666
|
+
*
|
|
3667
|
+
* @format datatype.uuid
|
|
2884
3668
|
*/
|
|
2885
3669
|
id: string;
|
|
2886
3670
|
/**
|
|
2887
3671
|
* Gets or set version id
|
|
3672
|
+
*
|
|
3673
|
+
* @format datatype.uuid
|
|
2888
3674
|
*/
|
|
2889
3675
|
versionId: string;
|
|
2890
3676
|
/**
|
|
@@ -2901,6 +3687,8 @@ export declare namespace GenModels {
|
|
|
2901
3687
|
author: string;
|
|
2902
3688
|
/**
|
|
2903
3689
|
* Gets or sets creation date
|
|
3690
|
+
*
|
|
3691
|
+
* @format datatype.datetime
|
|
2904
3692
|
*/
|
|
2905
3693
|
creationDate: string;
|
|
2906
3694
|
/**
|
|
@@ -2913,10 +3701,14 @@ export declare namespace GenModels {
|
|
|
2913
3701
|
interface FileCardCommentModel {
|
|
2914
3702
|
/**
|
|
2915
3703
|
* Gets or sets identifier
|
|
3704
|
+
*
|
|
3705
|
+
* @format datatype.uuid
|
|
2916
3706
|
*/
|
|
2917
3707
|
id: string;
|
|
2918
3708
|
/**
|
|
2919
3709
|
* Gets or sets date
|
|
3710
|
+
*
|
|
3711
|
+
* @format datatype.datetime
|
|
2920
3712
|
*/
|
|
2921
3713
|
date: string;
|
|
2922
3714
|
/**
|
|
@@ -2929,6 +3721,8 @@ export declare namespace GenModels {
|
|
|
2929
3721
|
author: string;
|
|
2930
3722
|
/**
|
|
2931
3723
|
* Gets or sets author
|
|
3724
|
+
*
|
|
3725
|
+
* @format datatype.uuid
|
|
2932
3726
|
*/
|
|
2933
3727
|
authorId: string;
|
|
2934
3728
|
}
|
|
@@ -2937,22 +3731,32 @@ export declare namespace GenModels {
|
|
|
2937
3731
|
interface LayoutRowCreateParams {
|
|
2938
3732
|
/**
|
|
2939
3733
|
* Card identifier
|
|
3734
|
+
*
|
|
3735
|
+
* @format datatype.uuid
|
|
2940
3736
|
*/
|
|
2941
3737
|
cardId: string;
|
|
2942
3738
|
/**
|
|
2943
3739
|
* Section identifier
|
|
3740
|
+
*
|
|
3741
|
+
* @format datatype.uuid
|
|
2944
3742
|
*/
|
|
2945
3743
|
sectionId: string;
|
|
2946
3744
|
/**
|
|
2947
3745
|
* Gets or sets layout mode
|
|
3746
|
+
*
|
|
3747
|
+
* @format datatype.uuid
|
|
2948
3748
|
*/
|
|
2949
3749
|
layoutMode?: string;
|
|
2950
3750
|
/**
|
|
2951
3751
|
* Gets or sets parent row id
|
|
3752
|
+
*
|
|
3753
|
+
* @format datatype.uuid
|
|
2952
3754
|
*/
|
|
2953
3755
|
parentRowId?: string;
|
|
2954
3756
|
/**
|
|
2955
3757
|
* Gets or sets tree parent row id
|
|
3758
|
+
*
|
|
3759
|
+
* @format datatype.uuid
|
|
2956
3760
|
*/
|
|
2957
3761
|
parentTreeRowId?: string;
|
|
2958
3762
|
layoutParams: Array<GenModels.LayoutParamModel>;
|
|
@@ -2974,6 +3778,8 @@ export declare namespace GenModels {
|
|
|
2974
3778
|
interface BaseInfoModel {
|
|
2975
3779
|
/**
|
|
2976
3780
|
* Gets or sets id
|
|
3781
|
+
*
|
|
3782
|
+
* @format datatype.uuid
|
|
2977
3783
|
*/
|
|
2978
3784
|
id: string;
|
|
2979
3785
|
/**
|
|
@@ -2990,6 +3796,8 @@ export declare namespace GenModels {
|
|
|
2990
3796
|
reason?: GenModels.Reason;
|
|
2991
3797
|
/**
|
|
2992
3798
|
* Gets or sets creation date
|
|
3799
|
+
*
|
|
3800
|
+
* @format datatype.datetime
|
|
2993
3801
|
*/
|
|
2994
3802
|
createDate: string;
|
|
2995
3803
|
}
|
|
@@ -2998,18 +3806,26 @@ export declare namespace GenModels {
|
|
|
2998
3806
|
interface RowInfoModel extends GenModels.BaseInfoModel {
|
|
2999
3807
|
/**
|
|
3000
3808
|
* Gets or sets section id
|
|
3809
|
+
*
|
|
3810
|
+
* @format datatype.uuid
|
|
3001
3811
|
*/
|
|
3002
3812
|
sectionId: string;
|
|
3003
3813
|
/**
|
|
3004
3814
|
* Parent row identifier
|
|
3815
|
+
*
|
|
3816
|
+
* @format datatype.uuid
|
|
3005
3817
|
*/
|
|
3006
3818
|
parentRowId?: string;
|
|
3007
3819
|
/**
|
|
3008
3820
|
* Parent tree row identifier
|
|
3821
|
+
*
|
|
3822
|
+
* @format datatype.uuid
|
|
3009
3823
|
*/
|
|
3010
3824
|
parentTreeRowId?: string;
|
|
3011
3825
|
/**
|
|
3012
3826
|
* Card identifier
|
|
3827
|
+
*
|
|
3828
|
+
* @format datatype.uuid
|
|
3013
3829
|
*/
|
|
3014
3830
|
cardId: string;
|
|
3015
3831
|
/**
|
|
@@ -3034,18 +3850,26 @@ export declare namespace GenModels {
|
|
|
3034
3850
|
interface RowLayoutParams {
|
|
3035
3851
|
/**
|
|
3036
3852
|
* Gets or sets card identifier
|
|
3853
|
+
*
|
|
3854
|
+
* @format datatype.uuid
|
|
3037
3855
|
*/
|
|
3038
3856
|
cardId: string;
|
|
3039
3857
|
/**
|
|
3040
3858
|
* Gets or sets section identifier
|
|
3859
|
+
*
|
|
3860
|
+
* @format datatype.uuid
|
|
3041
3861
|
*/
|
|
3042
3862
|
sectionId: string;
|
|
3043
3863
|
/**
|
|
3044
3864
|
* Gets or sets row identifier
|
|
3865
|
+
*
|
|
3866
|
+
* @format datatype.uuid
|
|
3045
3867
|
*/
|
|
3046
3868
|
rowId: string;
|
|
3047
3869
|
/**
|
|
3048
3870
|
* Gets or sets layout type
|
|
3871
|
+
*
|
|
3872
|
+
* @format datatype.uuid
|
|
3049
3873
|
*/
|
|
3050
3874
|
layoutMode?: string;
|
|
3051
3875
|
/**
|
|
@@ -3058,16 +3882,34 @@ export declare namespace GenModels {
|
|
|
3058
3882
|
interface DeleteRowModel {
|
|
3059
3883
|
/**
|
|
3060
3884
|
* Card, where row located
|
|
3885
|
+
*
|
|
3886
|
+
* @format datatype.uuid
|
|
3061
3887
|
*/
|
|
3062
3888
|
cardId: string;
|
|
3063
3889
|
/**
|
|
3064
3890
|
* Section of the row
|
|
3891
|
+
*
|
|
3892
|
+
* @format datatype.uuid
|
|
3065
3893
|
*/
|
|
3066
3894
|
sectionId: string;
|
|
3067
3895
|
/**
|
|
3068
3896
|
* Row id
|
|
3897
|
+
*
|
|
3898
|
+
* @format datatype.uuid
|
|
3069
3899
|
*/
|
|
3070
3900
|
rowId: string;
|
|
3901
|
+
/**
|
|
3902
|
+
* Parent row id for receiving it timestamp.
|
|
3903
|
+
*
|
|
3904
|
+
* @format datatype.uuid
|
|
3905
|
+
*/
|
|
3906
|
+
parentRowId?: string;
|
|
3907
|
+
/**
|
|
3908
|
+
* Parent row section id for receiving it timestamp.
|
|
3909
|
+
*
|
|
3910
|
+
* @format datatype.uuid
|
|
3911
|
+
*/
|
|
3912
|
+
parentRowSectionId?: string;
|
|
3071
3913
|
isCreationCancel?: boolean;
|
|
3072
3914
|
}
|
|
3073
3915
|
}
|
|
@@ -3087,14 +3929,20 @@ export declare namespace GenModels {
|
|
|
3087
3929
|
interface SaveRowControlDataModel {
|
|
3088
3930
|
/**
|
|
3089
3931
|
* Gets or sets a card id
|
|
3932
|
+
*
|
|
3933
|
+
* @format datatype.uuid
|
|
3090
3934
|
*/
|
|
3091
3935
|
cardId: string;
|
|
3092
3936
|
/**
|
|
3093
3937
|
* Gets or sets a section id
|
|
3938
|
+
*
|
|
3939
|
+
* @format datatype.uuid
|
|
3094
3940
|
*/
|
|
3095
3941
|
sectionId: string;
|
|
3096
3942
|
/**
|
|
3097
3943
|
* Gets or sets a row id
|
|
3944
|
+
*
|
|
3945
|
+
* @format datatype.uuid
|
|
3098
3946
|
*/
|
|
3099
3947
|
rowId: string;
|
|
3100
3948
|
/**
|
|
@@ -3103,6 +3951,8 @@ export declare namespace GenModels {
|
|
|
3103
3951
|
timestamp: number;
|
|
3104
3952
|
/**
|
|
3105
3953
|
* Gets or sets mode
|
|
3954
|
+
*
|
|
3955
|
+
* @format datatype.uuid
|
|
3106
3956
|
*/
|
|
3107
3957
|
layoutMode?: string;
|
|
3108
3958
|
/**
|
|
@@ -3135,10 +3985,14 @@ export declare namespace GenModels {
|
|
|
3135
3985
|
interface CardKindInfoModel {
|
|
3136
3986
|
/**
|
|
3137
3987
|
* Gets or sets card type id
|
|
3988
|
+
*
|
|
3989
|
+
* @format datatype.uuid
|
|
3138
3990
|
*/
|
|
3139
3991
|
cardTypeId: string;
|
|
3140
3992
|
/**
|
|
3141
3993
|
* Gets or sets kind name
|
|
3994
|
+
*
|
|
3995
|
+
* @format datatype.uuid
|
|
3142
3996
|
*/
|
|
3143
3997
|
kindId: string;
|
|
3144
3998
|
/**
|
|
@@ -3183,6 +4037,8 @@ export declare namespace GenModels {
|
|
|
3183
4037
|
time: string;
|
|
3184
4038
|
/**
|
|
3185
4039
|
* Employee id
|
|
4040
|
+
*
|
|
4041
|
+
* @format datatype.uuid
|
|
3186
4042
|
*/
|
|
3187
4043
|
employeeId: string;
|
|
3188
4044
|
/**
|
|
@@ -3211,6 +4067,8 @@ export declare namespace GenModels {
|
|
|
3211
4067
|
searchText?: string;
|
|
3212
4068
|
/**
|
|
3213
4069
|
* Parent id
|
|
4070
|
+
*
|
|
4071
|
+
* @format datatype.uuid
|
|
3214
4072
|
*/
|
|
3215
4073
|
parentId?: string;
|
|
3216
4074
|
/**
|
|
@@ -3247,14 +4105,20 @@ export declare namespace GenModels {
|
|
|
3247
4105
|
interface StaffQueryContext {
|
|
3248
4106
|
/**
|
|
3249
4107
|
* Card, where control located.
|
|
4108
|
+
*
|
|
4109
|
+
* @format datatype.uuid
|
|
3250
4110
|
*/
|
|
3251
4111
|
cardId: string;
|
|
3252
4112
|
/**
|
|
3253
4113
|
* Card type of the card, where control located.
|
|
4114
|
+
*
|
|
4115
|
+
* @format datatype.uuid
|
|
3254
4116
|
*/
|
|
3255
4117
|
cardTypeId: string;
|
|
3256
4118
|
/**
|
|
3257
4119
|
* Card type of the card, where control located.
|
|
4120
|
+
*
|
|
4121
|
+
* @format datatype.uuid
|
|
3258
4122
|
*/
|
|
3259
4123
|
cardKindId: string;
|
|
3260
4124
|
/**
|
|
@@ -3271,6 +4135,8 @@ export declare namespace GenModels {
|
|
|
3271
4135
|
interface StaffItemsDataSourceModel {
|
|
3272
4136
|
/**
|
|
3273
4137
|
* Section identifier
|
|
4138
|
+
*
|
|
4139
|
+
* @format datatype.uuid
|
|
3274
4140
|
*/
|
|
3275
4141
|
dataSourceCardSection?: string;
|
|
3276
4142
|
/**
|
|
@@ -3299,10 +4165,14 @@ export declare namespace GenModels {
|
|
|
3299
4165
|
positionAlias: string;
|
|
3300
4166
|
/**
|
|
3301
4167
|
* Organization restriction.
|
|
4168
|
+
*
|
|
4169
|
+
* @format datatype.uuid
|
|
3302
4170
|
*/
|
|
3303
4171
|
selectFromOrganization?: string;
|
|
3304
4172
|
/**
|
|
3305
4173
|
* Group restriction.
|
|
4174
|
+
*
|
|
4175
|
+
* @format datatype.uuid
|
|
3306
4176
|
*/
|
|
3307
4177
|
selectFromGroup?: string;
|
|
3308
4178
|
/**
|
|
@@ -3399,6 +4269,8 @@ export declare namespace GenModels {
|
|
|
3399
4269
|
interface StaffDataModel extends GenModels.IDirectoryItemData {
|
|
3400
4270
|
/**
|
|
3401
4271
|
* Entity identifier
|
|
4272
|
+
*
|
|
4273
|
+
* @format datatype.uuid
|
|
3402
4274
|
*/
|
|
3403
4275
|
id: string;
|
|
3404
4276
|
/**
|
|
@@ -3423,6 +4295,8 @@ export declare namespace GenModels {
|
|
|
3423
4295
|
interface SetEmployeeGroupsQuery {
|
|
3424
4296
|
/**
|
|
3425
4297
|
* Gets or sets employee identifier
|
|
4298
|
+
*
|
|
4299
|
+
* @format datatype.uuid
|
|
3426
4300
|
*/
|
|
3427
4301
|
employeeId: string;
|
|
3428
4302
|
/**
|
|
@@ -3471,6 +4345,8 @@ export declare namespace GenModels {
|
|
|
3471
4345
|
interface AddToGroupRequestModel {
|
|
3472
4346
|
/**
|
|
3473
4347
|
* Gets or sets group identifier
|
|
4348
|
+
*
|
|
4349
|
+
* @format datatype.uuid
|
|
3474
4350
|
*/
|
|
3475
4351
|
groupId: string;
|
|
3476
4352
|
/**
|
|
@@ -3495,6 +4371,8 @@ export declare namespace GenModels {
|
|
|
3495
4371
|
interface EmployeeListRequestModel {
|
|
3496
4372
|
/**
|
|
3497
4373
|
* Instance id
|
|
4374
|
+
*
|
|
4375
|
+
* @format datatype.uuid
|
|
3498
4376
|
*/
|
|
3499
4377
|
instanceId?: string;
|
|
3500
4378
|
/**
|
|
@@ -3507,6 +4385,8 @@ export declare namespace GenModels {
|
|
|
3507
4385
|
hierarchyType: GenModels.HierarchyType;
|
|
3508
4386
|
/**
|
|
3509
4387
|
* Hierarchy item id
|
|
4388
|
+
*
|
|
4389
|
+
* @format datatype.uuid
|
|
3510
4390
|
*/
|
|
3511
4391
|
hierarchyItemID: string;
|
|
3512
4392
|
/**
|
|
@@ -3527,10 +4407,14 @@ export declare namespace GenModels {
|
|
|
3527
4407
|
interface StaffDirectoryItemsMoveModel {
|
|
3528
4408
|
/**
|
|
3529
4409
|
* Staff Id
|
|
4410
|
+
*
|
|
4411
|
+
* @format datatype.uuid
|
|
3530
4412
|
*/
|
|
3531
4413
|
staffId: string;
|
|
3532
4414
|
/**
|
|
3533
4415
|
* Target Id
|
|
4416
|
+
*
|
|
4417
|
+
* @format datatype.uuid
|
|
3534
4418
|
*/
|
|
3535
4419
|
targetId: string;
|
|
3536
4420
|
}
|
|
@@ -3539,14 +4423,20 @@ export declare namespace GenModels {
|
|
|
3539
4423
|
interface EmployeeMoveModel {
|
|
3540
4424
|
/**
|
|
3541
4425
|
* Staff Id
|
|
4426
|
+
*
|
|
4427
|
+
* @format datatype.uuid
|
|
3542
4428
|
*/
|
|
3543
4429
|
staffId: string;
|
|
3544
4430
|
/**
|
|
3545
4431
|
* Target Id
|
|
4432
|
+
*
|
|
4433
|
+
* @format datatype.uuid
|
|
3546
4434
|
*/
|
|
3547
4435
|
targetId: string;
|
|
3548
4436
|
/**
|
|
3549
4437
|
* Directory Id
|
|
4438
|
+
*
|
|
4439
|
+
* @format datatype.uuid
|
|
3550
4440
|
*/
|
|
3551
4441
|
directoryId: string;
|
|
3552
4442
|
/**
|
|
@@ -3559,6 +4449,8 @@ export declare namespace GenModels {
|
|
|
3559
4449
|
interface GetTasksListRequestModel {
|
|
3560
4450
|
/**
|
|
3561
4451
|
* Id of the task list card.
|
|
4452
|
+
*
|
|
4453
|
+
* @format datatype.uuid
|
|
3562
4454
|
*/
|
|
3563
4455
|
taskListId: string;
|
|
3564
4456
|
/**
|
|
@@ -3571,6 +4463,8 @@ export declare namespace GenModels {
|
|
|
3571
4463
|
interface GetChildTasksCommentsRequestModel {
|
|
3572
4464
|
/**
|
|
3573
4465
|
* Id of the task card.
|
|
4466
|
+
*
|
|
4467
|
+
* @format datatype.uuid
|
|
3574
4468
|
*/
|
|
3575
4469
|
taskId: string;
|
|
3576
4470
|
/**
|
|
@@ -3591,10 +4485,14 @@ export declare namespace GenModels {
|
|
|
3591
4485
|
interface SimpleBindingInfo {
|
|
3592
4486
|
/**
|
|
3593
4487
|
* Gets or sets data source resolver identifier
|
|
4488
|
+
*
|
|
4489
|
+
* @format datatype.uuid
|
|
3594
4490
|
*/
|
|
3595
4491
|
dataSourceResolverId: string;
|
|
3596
4492
|
/**
|
|
3597
4493
|
* Gets or sets section identifier
|
|
4494
|
+
*
|
|
4495
|
+
* @format datatype.uuid
|
|
3598
4496
|
*/
|
|
3599
4497
|
sectionId: string;
|
|
3600
4498
|
/**
|
|
@@ -3619,6 +4517,8 @@ export declare namespace GenModels {
|
|
|
3619
4517
|
interface ChildTaskCommentModel {
|
|
3620
4518
|
/**
|
|
3621
4519
|
* Task identifier
|
|
4520
|
+
*
|
|
4521
|
+
* @format datatype.uuid
|
|
3622
4522
|
*/
|
|
3623
4523
|
cardId: string;
|
|
3624
4524
|
/**
|
|
@@ -3651,6 +4551,8 @@ export declare namespace GenModels {
|
|
|
3651
4551
|
fileName: string;
|
|
3652
4552
|
/**
|
|
3653
4553
|
* File id
|
|
4554
|
+
*
|
|
4555
|
+
* @format datatype.uuid
|
|
3654
4556
|
*/
|
|
3655
4557
|
fileId: string;
|
|
3656
4558
|
/**
|
|
@@ -3679,6 +4581,8 @@ export declare namespace GenModels {
|
|
|
3679
4581
|
interface AddTaskCommentsRequestModel {
|
|
3680
4582
|
/**
|
|
3681
4583
|
* Id of the task card.
|
|
4584
|
+
*
|
|
4585
|
+
* @format datatype.uuid
|
|
3682
4586
|
*/
|
|
3683
4587
|
taskId: string;
|
|
3684
4588
|
/**
|
|
@@ -3695,6 +4599,8 @@ export declare namespace GenModels {
|
|
|
3695
4599
|
comment: string;
|
|
3696
4600
|
/**
|
|
3697
4601
|
* Comment file to add.
|
|
4602
|
+
*
|
|
4603
|
+
* @format datatype.uuid
|
|
3698
4604
|
*/
|
|
3699
4605
|
commentFileId?: string;
|
|
3700
4606
|
}
|
|
@@ -3703,10 +4609,14 @@ export declare namespace GenModels {
|
|
|
3703
4609
|
interface CreateChildTasksRequestModel {
|
|
3704
4610
|
/**
|
|
3705
4611
|
* Id of the task card.
|
|
4612
|
+
*
|
|
4613
|
+
* @format datatype.uuid
|
|
3706
4614
|
*/
|
|
3707
4615
|
taskId: string;
|
|
3708
4616
|
/**
|
|
3709
4617
|
* Id of the kind id.
|
|
4618
|
+
*
|
|
4619
|
+
* @format datatype.uuid
|
|
3710
4620
|
*/
|
|
3711
4621
|
kindId: string;
|
|
3712
4622
|
/**
|
|
@@ -3719,6 +4629,8 @@ export declare namespace GenModels {
|
|
|
3719
4629
|
description: string;
|
|
3720
4630
|
/**
|
|
3721
4631
|
* Time to execute
|
|
4632
|
+
*
|
|
4633
|
+
* @format datatype.datetime
|
|
3722
4634
|
*/
|
|
3723
4635
|
executionDate?: string;
|
|
3724
4636
|
/**
|
|
@@ -3739,6 +4651,8 @@ export declare namespace GenModels {
|
|
|
3739
4651
|
interface GetDelegationRecordsRequestModel {
|
|
3740
4652
|
/**
|
|
3741
4653
|
* Task id
|
|
4654
|
+
*
|
|
4655
|
+
* @format datatype.uuid
|
|
3742
4656
|
*/
|
|
3743
4657
|
taskId: string;
|
|
3744
4658
|
/**
|
|
@@ -3775,6 +4689,8 @@ export declare namespace GenModels {
|
|
|
3775
4689
|
interface DisplayPerformersPerformer {
|
|
3776
4690
|
/**
|
|
3777
4691
|
* Gets or sets id
|
|
4692
|
+
*
|
|
4693
|
+
* @format datatype.uuid
|
|
3778
4694
|
*/
|
|
3779
4695
|
id: string;
|
|
3780
4696
|
/**
|
|
@@ -3807,6 +4723,8 @@ export declare namespace GenModels {
|
|
|
3807
4723
|
performers: Array<GenModels.EmployeeModel>;
|
|
3808
4724
|
/**
|
|
3809
4725
|
* Date
|
|
4726
|
+
*
|
|
4727
|
+
* @format datatype.datetime
|
|
3810
4728
|
*/
|
|
3811
4729
|
date: string;
|
|
3812
4730
|
/**
|
|
@@ -3819,6 +4737,8 @@ export declare namespace GenModels {
|
|
|
3819
4737
|
interface TaskCardDelegateRequestModel {
|
|
3820
4738
|
/**
|
|
3821
4739
|
* Gets or sets task card identifier
|
|
4740
|
+
*
|
|
4741
|
+
* @format datatype.uuid
|
|
3822
4742
|
*/
|
|
3823
4743
|
taskId: string;
|
|
3824
4744
|
/**
|
|
@@ -3827,6 +4747,8 @@ export declare namespace GenModels {
|
|
|
3827
4747
|
comment: string;
|
|
3828
4748
|
/**
|
|
3829
4749
|
* Gets or sets performer identifier
|
|
4750
|
+
*
|
|
4751
|
+
* @format datatype.uuid
|
|
3830
4752
|
*/
|
|
3831
4753
|
delegateId: string;
|
|
3832
4754
|
/**
|
|
@@ -3843,6 +4765,8 @@ export declare namespace GenModels {
|
|
|
3843
4765
|
interface TaskCardCompleteRequestModel {
|
|
3844
4766
|
/**
|
|
3845
4767
|
* Gets or sets task card identifier
|
|
4768
|
+
*
|
|
4769
|
+
* @format datatype.uuid
|
|
3846
4770
|
*/
|
|
3847
4771
|
taskCardId: string;
|
|
3848
4772
|
/**
|
|
@@ -3859,6 +4783,8 @@ export declare namespace GenModels {
|
|
|
3859
4783
|
interface CompletionOptionRequestModel {
|
|
3860
4784
|
/**
|
|
3861
4785
|
* Gets or sets completion option identifier
|
|
4786
|
+
*
|
|
4787
|
+
* @format datatype.uuid
|
|
3862
4788
|
*/
|
|
3863
4789
|
id: string;
|
|
3864
4790
|
/**
|
|
@@ -3887,6 +4813,8 @@ export declare namespace GenModels {
|
|
|
3887
4813
|
value: string;
|
|
3888
4814
|
/**
|
|
3889
4815
|
* Gets or sets id
|
|
4816
|
+
*
|
|
4817
|
+
* @format datatype.uuid
|
|
3890
4818
|
*/
|
|
3891
4819
|
id: string;
|
|
3892
4820
|
}
|
|
@@ -3895,6 +4823,8 @@ export declare namespace GenModels {
|
|
|
3895
4823
|
interface OperationFieldInfo {
|
|
3896
4824
|
/**
|
|
3897
4825
|
* Field section
|
|
4826
|
+
*
|
|
4827
|
+
* @format datatype.uuid
|
|
3898
4828
|
*/
|
|
3899
4829
|
sectionId: string;
|
|
3900
4830
|
/**
|
|
@@ -3911,6 +4841,8 @@ export declare namespace GenModels {
|
|
|
3911
4841
|
enumValue?: number;
|
|
3912
4842
|
/**
|
|
3913
4843
|
* Base universal directory item id
|
|
4844
|
+
*
|
|
4845
|
+
* @format datatype.uuid
|
|
3914
4846
|
*/
|
|
3915
4847
|
baseUniversalValue?: string;
|
|
3916
4848
|
}
|
|
@@ -3919,10 +4851,14 @@ export declare namespace GenModels {
|
|
|
3919
4851
|
interface TaskCardMakeDecisionRequestModel {
|
|
3920
4852
|
/**
|
|
3921
4853
|
* Gets or sets task identifier
|
|
4854
|
+
*
|
|
4855
|
+
* @format datatype.uuid
|
|
3922
4856
|
*/
|
|
3923
4857
|
taskId: string;
|
|
3924
4858
|
/**
|
|
3925
4859
|
* Gets or sets completion option identifier
|
|
4860
|
+
*
|
|
4861
|
+
* @format datatype.uuid
|
|
3926
4862
|
*/
|
|
3927
4863
|
completionOptionId: string;
|
|
3928
4864
|
/**
|
|
@@ -3951,6 +4887,8 @@ export declare namespace GenModels {
|
|
|
3951
4887
|
interface SignDataRequest {
|
|
3952
4888
|
/**
|
|
3953
4889
|
* Get or sets document identifier
|
|
4890
|
+
*
|
|
4891
|
+
* @format datatype.uuid
|
|
3954
4892
|
*/
|
|
3955
4893
|
documentId: string;
|
|
3956
4894
|
/**
|
|
@@ -3959,6 +4897,8 @@ export declare namespace GenModels {
|
|
|
3959
4897
|
timestamp: number;
|
|
3960
4898
|
/**
|
|
3961
4899
|
* Gets or sets label id
|
|
4900
|
+
*
|
|
4901
|
+
* @format datatype.uuid
|
|
3962
4902
|
*/
|
|
3963
4903
|
labelId: string;
|
|
3964
4904
|
/**
|
|
@@ -3991,10 +4931,14 @@ export declare namespace GenModels {
|
|
|
3991
4931
|
data: Array<number>;
|
|
3992
4932
|
/**
|
|
3993
4933
|
* Gets or sets file version identifier
|
|
4934
|
+
*
|
|
4935
|
+
* @format datatype.uuid
|
|
3994
4936
|
*/
|
|
3995
4937
|
fileVersionId: string;
|
|
3996
4938
|
/**
|
|
3997
4939
|
* Gets or sets file card identifier
|
|
4940
|
+
*
|
|
4941
|
+
* @format datatype.uuid
|
|
3998
4942
|
*/
|
|
3999
4943
|
fileCardId: string;
|
|
4000
4944
|
/**
|
|
@@ -4026,6 +4970,8 @@ export declare namespace GenModels {
|
|
|
4026
4970
|
interface TaskCardRejectRequestModel {
|
|
4027
4971
|
/**
|
|
4028
4972
|
* Gets or sets task card identifier
|
|
4973
|
+
*
|
|
4974
|
+
* @format datatype.uuid
|
|
4029
4975
|
*/
|
|
4030
4976
|
taskId: string;
|
|
4031
4977
|
/**
|
|
@@ -4038,6 +4984,8 @@ export declare namespace GenModels {
|
|
|
4038
4984
|
interface TaskCardTakeToReworkRequestModel {
|
|
4039
4985
|
/**
|
|
4040
4986
|
* Gets or sets task card identifier
|
|
4987
|
+
*
|
|
4988
|
+
* @format datatype.uuid
|
|
4041
4989
|
*/
|
|
4042
4990
|
taskId: string;
|
|
4043
4991
|
/**
|
|
@@ -4050,14 +4998,20 @@ export declare namespace GenModels {
|
|
|
4050
4998
|
interface TaskCardChangeExecutionDatesModel {
|
|
4051
4999
|
/**
|
|
4052
5000
|
* Gets or sets task card identifier
|
|
5001
|
+
*
|
|
5002
|
+
* @format datatype.uuid
|
|
4053
5003
|
*/
|
|
4054
5004
|
taskId: string;
|
|
4055
5005
|
/**
|
|
4056
5006
|
* Gets or sets task new start date
|
|
5007
|
+
*
|
|
5008
|
+
* @format datatype.datetime
|
|
4057
5009
|
*/
|
|
4058
5010
|
startDate?: string;
|
|
4059
5011
|
/**
|
|
4060
5012
|
* Gets or sets task new end date
|
|
5013
|
+
*
|
|
5014
|
+
* @format datatype.datetime
|
|
4061
5015
|
*/
|
|
4062
5016
|
endDate?: string;
|
|
4063
5017
|
/**
|
|
@@ -4208,6 +5162,7 @@ export declare namespace GenModels {
|
|
|
4208
5162
|
interface ApprovalHistoryStageModel {
|
|
4209
5163
|
name: string;
|
|
4210
5164
|
approvalType?: GenModels.ApprovalType;
|
|
5165
|
+
beginDate: string;
|
|
4211
5166
|
stageItems: Array<GenModels.ApprovalHistoryStageItemModel>;
|
|
4212
5167
|
}
|
|
4213
5168
|
}
|
|
@@ -4251,26 +5206,38 @@ export declare namespace GenModels {
|
|
|
4251
5206
|
interface LayoutCardCreateParams {
|
|
4252
5207
|
/**
|
|
4253
5208
|
* Card type identifier
|
|
5209
|
+
*
|
|
5210
|
+
* @format datatype.uuid
|
|
4254
5211
|
*/
|
|
4255
5212
|
cardTypeId?: string;
|
|
4256
5213
|
/**
|
|
4257
5214
|
* Kind identifier
|
|
5215
|
+
*
|
|
5216
|
+
* @format datatype.uuid
|
|
4258
5217
|
*/
|
|
4259
5218
|
kindId?: string;
|
|
4260
5219
|
/**
|
|
4261
5220
|
* Folder identifier
|
|
5221
|
+
*
|
|
5222
|
+
* @format datatype.uuid
|
|
4262
5223
|
*/
|
|
4263
5224
|
folderId?: string;
|
|
4264
5225
|
/**
|
|
4265
5226
|
* Template identifier
|
|
5227
|
+
*
|
|
5228
|
+
* @format datatype.uuid
|
|
4266
5229
|
*/
|
|
4267
5230
|
templateId?: string;
|
|
4268
5231
|
/**
|
|
4269
5232
|
* Parent card identifier
|
|
5233
|
+
*
|
|
5234
|
+
* @format datatype.uuid
|
|
4270
5235
|
*/
|
|
4271
5236
|
parentCardId?: string;
|
|
4272
5237
|
/**
|
|
4273
5238
|
* Gets or sets layout mode
|
|
5239
|
+
*
|
|
5240
|
+
* @format datatype.uuid
|
|
4274
5241
|
*/
|
|
4275
5242
|
layoutMode?: string;
|
|
4276
5243
|
/**
|
|
@@ -4287,6 +5254,8 @@ export declare namespace GenModels {
|
|
|
4287
5254
|
layoutParams: Array<GenModels.LayoutParamModel>;
|
|
4288
5255
|
/**
|
|
4289
5256
|
* Source layout mode (View, Edit, Create)
|
|
5257
|
+
*
|
|
5258
|
+
* @format datatype.uuid
|
|
4290
5259
|
*/
|
|
4291
5260
|
sourceLayoutMode?: string;
|
|
4292
5261
|
/**
|
|
@@ -4299,6 +5268,8 @@ export declare namespace GenModels {
|
|
|
4299
5268
|
interface CreateAsLinkParams {
|
|
4300
5269
|
/**
|
|
4301
5270
|
* Source link card
|
|
5271
|
+
*
|
|
5272
|
+
* @format datatype.uuid
|
|
4302
5273
|
*/
|
|
4303
5274
|
sourceCardId: string;
|
|
4304
5275
|
/**
|
|
@@ -4307,6 +5278,8 @@ export declare namespace GenModels {
|
|
|
4307
5278
|
sourceCardTimestamp: number;
|
|
4308
5279
|
/**
|
|
4309
5280
|
* Link kind
|
|
5281
|
+
*
|
|
5282
|
+
* @format datatype.uuid
|
|
4310
5283
|
*/
|
|
4311
5284
|
linkTypeId: string;
|
|
4312
5285
|
/**
|
|
@@ -4323,6 +5296,8 @@ export declare namespace GenModels {
|
|
|
4323
5296
|
isReport: boolean;
|
|
4324
5297
|
/**
|
|
4325
5298
|
* Edit operation
|
|
5299
|
+
*
|
|
5300
|
+
* @format datatype.uuid
|
|
4326
5301
|
*/
|
|
4327
5302
|
editOperation: string;
|
|
4328
5303
|
}
|
|
@@ -4331,6 +5306,8 @@ export declare namespace GenModels {
|
|
|
4331
5306
|
interface RelatedCreatorCardInfo {
|
|
4332
5307
|
/**
|
|
4333
5308
|
* Gets or sets initial card id
|
|
5309
|
+
*
|
|
5310
|
+
* @format datatype.uuid
|
|
4334
5311
|
*/
|
|
4335
5312
|
initialCardId: string;
|
|
4336
5313
|
/**
|
|
@@ -4347,6 +5324,8 @@ export declare namespace GenModels {
|
|
|
4347
5324
|
interface CreateRelatedCardModel {
|
|
4348
5325
|
/**
|
|
4349
5326
|
* Gets or sets related card creator
|
|
5327
|
+
*
|
|
5328
|
+
* @format datatype.uuid
|
|
4350
5329
|
*/
|
|
4351
5330
|
id: string;
|
|
4352
5331
|
/**
|
|
@@ -4355,26 +5334,38 @@ export declare namespace GenModels {
|
|
|
4355
5334
|
displayName: string;
|
|
4356
5335
|
/**
|
|
4357
5336
|
* Gets or sets operation id
|
|
5337
|
+
*
|
|
5338
|
+
* @format datatype.uuid
|
|
4358
5339
|
*/
|
|
4359
5340
|
operationId?: string;
|
|
4360
5341
|
/**
|
|
4361
5342
|
* Gets or sets template identifier
|
|
5343
|
+
*
|
|
5344
|
+
* @format datatype.uuid
|
|
4362
5345
|
*/
|
|
4363
5346
|
templateId?: string;
|
|
4364
5347
|
/**
|
|
4365
5348
|
* Gets or sets folder identifier
|
|
5349
|
+
*
|
|
5350
|
+
* @format datatype.uuid
|
|
4366
5351
|
*/
|
|
4367
5352
|
folderId?: string;
|
|
4368
5353
|
/**
|
|
4369
5354
|
* Gets or sets link type
|
|
5355
|
+
*
|
|
5356
|
+
* @format datatype.uuid
|
|
4370
5357
|
*/
|
|
4371
5358
|
linkTypeId?: string;
|
|
4372
5359
|
/**
|
|
4373
5360
|
* Gets or sets creating card kind id
|
|
5361
|
+
*
|
|
5362
|
+
* @format datatype.uuid
|
|
4374
5363
|
*/
|
|
4375
5364
|
cardKindId: string;
|
|
4376
5365
|
/**
|
|
4377
5366
|
* Gets or sets creating card type id
|
|
5367
|
+
*
|
|
5368
|
+
* @format datatype.uuid
|
|
4378
5369
|
*/
|
|
4379
5370
|
cardTypeId: string;
|
|
4380
5371
|
/**
|
|
@@ -4399,10 +5390,14 @@ export declare namespace GenModels {
|
|
|
4399
5390
|
interface CardInfoModel extends GenModels.BaseInfoModel {
|
|
4400
5391
|
/**
|
|
4401
5392
|
* Gets or sets card type id
|
|
5393
|
+
*
|
|
5394
|
+
* @format datatype.uuid
|
|
4402
5395
|
*/
|
|
4403
5396
|
typeId: string;
|
|
4404
5397
|
/**
|
|
4405
5398
|
* Gets or sets card kind id
|
|
5399
|
+
*
|
|
5400
|
+
* @format datatype.uuid
|
|
4406
5401
|
*/
|
|
4407
5402
|
kindId?: string;
|
|
4408
5403
|
/**
|
|
@@ -4415,10 +5410,14 @@ export declare namespace GenModels {
|
|
|
4415
5410
|
createAsLink: GenModels.CreateAsLinkParams;
|
|
4416
5411
|
/**
|
|
4417
5412
|
* Parent card identifier
|
|
5413
|
+
*
|
|
5414
|
+
* @format datatype.uuid
|
|
4418
5415
|
*/
|
|
4419
5416
|
parentCardId?: string;
|
|
4420
5417
|
/**
|
|
4421
5418
|
* Folder, that specified in url parameter
|
|
5419
|
+
*
|
|
5420
|
+
* @format datatype.uuid
|
|
4422
5421
|
*/
|
|
4423
5422
|
createInFolder?: string;
|
|
4424
5423
|
/**
|
|
@@ -4433,12 +5432,18 @@ export declare namespace GenModels {
|
|
|
4433
5432
|
* Gets or sets CreateRelatedCardModel
|
|
4434
5433
|
*/
|
|
4435
5434
|
relatedCreatorCardInfo: GenModels.RelatedCreatorCardInfo;
|
|
5435
|
+
/**
|
|
5436
|
+
* Is Card Archived
|
|
5437
|
+
*/
|
|
5438
|
+
isArchived: boolean;
|
|
4436
5439
|
}
|
|
4437
5440
|
}
|
|
4438
5441
|
export declare namespace GenModels {
|
|
4439
5442
|
interface StateModel {
|
|
4440
5443
|
/**
|
|
4441
5444
|
* Gets or sets state identifier
|
|
5445
|
+
*
|
|
5446
|
+
* @format datatype.uuid
|
|
4442
5447
|
*/
|
|
4443
5448
|
stateId: string;
|
|
4444
5449
|
/**
|
|
@@ -4447,14 +5452,74 @@ export declare namespace GenModels {
|
|
|
4447
5452
|
caption: string;
|
|
4448
5453
|
/**
|
|
4449
5454
|
* Not configurable persistent state identifier.
|
|
5455
|
+
*
|
|
5456
|
+
* @format datatype.uuid
|
|
4450
5457
|
*/
|
|
4451
5458
|
builtInStateId: string;
|
|
4452
5459
|
}
|
|
4453
5460
|
}
|
|
5461
|
+
export declare namespace GenModels {
|
|
5462
|
+
interface ViewCardLayoutRequest {
|
|
5463
|
+
/**
|
|
5464
|
+
* Card id
|
|
5465
|
+
*
|
|
5466
|
+
* @format datatype.uuid
|
|
5467
|
+
*/
|
|
5468
|
+
cardId: string;
|
|
5469
|
+
/**
|
|
5470
|
+
* Layout mode
|
|
5471
|
+
*
|
|
5472
|
+
* @format datatype.uuid
|
|
5473
|
+
*/
|
|
5474
|
+
layoutMode?: string;
|
|
5475
|
+
/**
|
|
5476
|
+
* Layout params
|
|
5477
|
+
*/
|
|
5478
|
+
layoutParams?: Array<GenModels.LayoutParamModel>;
|
|
5479
|
+
/**
|
|
5480
|
+
* Should add shortcut to user's recent cards folder
|
|
5481
|
+
*/
|
|
5482
|
+
addToRecent?: boolean;
|
|
5483
|
+
/**
|
|
5484
|
+
* Should write record about card view to card history.
|
|
5485
|
+
*/
|
|
5486
|
+
addCardLogMessage?: boolean;
|
|
5487
|
+
/**
|
|
5488
|
+
* Mark card as read by user.
|
|
5489
|
+
*/
|
|
5490
|
+
markAsRead?: boolean;
|
|
5491
|
+
/**
|
|
5492
|
+
* Layout or layouts, where current layout will be shown
|
|
5493
|
+
*/
|
|
5494
|
+
parentLayoutIds?: Array<string>;
|
|
5495
|
+
}
|
|
5496
|
+
}
|
|
5497
|
+
export declare namespace GenModels {
|
|
5498
|
+
interface EditCardLayoutRequest {
|
|
5499
|
+
/**
|
|
5500
|
+
* Card id
|
|
5501
|
+
*
|
|
5502
|
+
* @format datatype.uuid
|
|
5503
|
+
*/
|
|
5504
|
+
cardId: string;
|
|
5505
|
+
/**
|
|
5506
|
+
* Layout mode
|
|
5507
|
+
*
|
|
5508
|
+
* @format datatype.uuid
|
|
5509
|
+
*/
|
|
5510
|
+
layoutMode?: string;
|
|
5511
|
+
/**
|
|
5512
|
+
* Layout params
|
|
5513
|
+
*/
|
|
5514
|
+
layoutParams?: Array<GenModels.LayoutParamModel>;
|
|
5515
|
+
}
|
|
5516
|
+
}
|
|
4454
5517
|
export declare namespace GenModels {
|
|
4455
5518
|
interface DeleteCardRequestModel {
|
|
4456
5519
|
/**
|
|
4457
5520
|
* Gets or sets card identifier
|
|
5521
|
+
*
|
|
5522
|
+
* @format datatype.uuid
|
|
4458
5523
|
*/
|
|
4459
5524
|
cardId: string;
|
|
4460
5525
|
/**
|
|
@@ -4463,6 +5528,8 @@ export declare namespace GenModels {
|
|
|
4463
5528
|
permanent?: boolean;
|
|
4464
5529
|
/**
|
|
4465
5530
|
* Gets or sets parent card identifier
|
|
5531
|
+
*
|
|
5532
|
+
* @format datatype.uuid
|
|
4466
5533
|
*/
|
|
4467
5534
|
parentCardId?: string;
|
|
4468
5535
|
/**
|
|
@@ -4479,6 +5546,8 @@ export declare namespace GenModels {
|
|
|
4479
5546
|
interface CardLayoutParams {
|
|
4480
5547
|
/**
|
|
4481
5548
|
* Card id.
|
|
5549
|
+
*
|
|
5550
|
+
* @format datatype.uuid
|
|
4482
5551
|
*/
|
|
4483
5552
|
cardId: string;
|
|
4484
5553
|
/**
|
|
@@ -4503,10 +5572,14 @@ export declare namespace GenModels {
|
|
|
4503
5572
|
interface LayoutPartParams {
|
|
4504
5573
|
/**
|
|
4505
5574
|
* Gets or sets card identifier
|
|
5575
|
+
*
|
|
5576
|
+
* @format datatype.uuid
|
|
4506
5577
|
*/
|
|
4507
5578
|
cardId: string;
|
|
4508
5579
|
/**
|
|
4509
5580
|
* Gets or sets layout type
|
|
5581
|
+
*
|
|
5582
|
+
* @format datatype.uuid
|
|
4510
5583
|
*/
|
|
4511
5584
|
layoutMode?: string;
|
|
4512
5585
|
/**
|
|
@@ -4530,6 +5603,8 @@ export declare namespace GenModels {
|
|
|
4530
5603
|
interface SaveControlDataModel {
|
|
4531
5604
|
/**
|
|
4532
5605
|
* Gets or sets a card id
|
|
5606
|
+
*
|
|
5607
|
+
* @format datatype.uuid
|
|
4533
5608
|
*/
|
|
4534
5609
|
cardId: string;
|
|
4535
5610
|
/**
|
|
@@ -4538,6 +5613,8 @@ export declare namespace GenModels {
|
|
|
4538
5613
|
timestamp: number;
|
|
4539
5614
|
/**
|
|
4540
5615
|
* Gets or sets mode
|
|
5616
|
+
*
|
|
5617
|
+
* @format datatype.uuid
|
|
4541
5618
|
*/
|
|
4542
5619
|
layoutMode?: string;
|
|
4543
5620
|
/**
|
|
@@ -4558,14 +5635,20 @@ export declare namespace GenModels {
|
|
|
4558
5635
|
createAsLink: GenModels.CreateAsLinkParams;
|
|
4559
5636
|
/**
|
|
4560
5637
|
* Folder, where card should be placed
|
|
5638
|
+
*
|
|
5639
|
+
* @format datatype.uuid
|
|
4561
5640
|
*/
|
|
4562
5641
|
createInFolder: string;
|
|
4563
5642
|
/**
|
|
4564
5643
|
* Gets or sets a parent card id (actual for tasks)
|
|
5644
|
+
*
|
|
5645
|
+
* @format datatype.uuid
|
|
4565
5646
|
*/
|
|
4566
5647
|
parentCardId?: string;
|
|
4567
5648
|
/**
|
|
4568
5649
|
* Gets or sets a card type id
|
|
5650
|
+
*
|
|
5651
|
+
* @format datatype.uuid
|
|
4569
5652
|
*/
|
|
4570
5653
|
cardTypeId: string;
|
|
4571
5654
|
/**
|
|
@@ -4590,14 +5673,20 @@ export declare namespace GenModels {
|
|
|
4590
5673
|
interface MoveOrCopyShortcutsToFolderRequest {
|
|
4591
5674
|
/**
|
|
4592
5675
|
* Source folder identifier
|
|
5676
|
+
*
|
|
5677
|
+
* @format datatype.uuid
|
|
4593
5678
|
*/
|
|
4594
5679
|
sourceFolderId: string;
|
|
4595
5680
|
/**
|
|
4596
5681
|
* Destination folder identifier
|
|
5682
|
+
*
|
|
5683
|
+
* @format datatype.uuid
|
|
4597
5684
|
*/
|
|
4598
5685
|
destinationFolderId: string;
|
|
4599
5686
|
/**
|
|
4600
5687
|
* Identifiers of cards to be moved
|
|
5688
|
+
*
|
|
5689
|
+
* @format datatype.uuid
|
|
4601
5690
|
*/
|
|
4602
5691
|
cardId: string;
|
|
4603
5692
|
}
|
|
@@ -4606,14 +5695,20 @@ export declare namespace GenModels {
|
|
|
4606
5695
|
interface ChangeStateDataModel {
|
|
4607
5696
|
/**
|
|
4608
5697
|
* Gets or sets card identifier
|
|
5698
|
+
*
|
|
5699
|
+
* @format datatype.uuid
|
|
4609
5700
|
*/
|
|
4610
5701
|
cardId: string;
|
|
4611
5702
|
/**
|
|
4612
5703
|
* Gets or sets operation identifier
|
|
5704
|
+
*
|
|
5705
|
+
* @format datatype.uuid
|
|
4613
5706
|
*/
|
|
4614
5707
|
operationId: string;
|
|
4615
5708
|
/**
|
|
4616
5709
|
* Gets or sets layout type
|
|
5710
|
+
*
|
|
5711
|
+
* @format datatype.uuid
|
|
4617
5712
|
*/
|
|
4618
5713
|
layoutMode?: string;
|
|
4619
5714
|
/**
|
|
@@ -4650,6 +5745,8 @@ export declare namespace GenModels {
|
|
|
4650
5745
|
searchArea?: GenModels.DirectoryDesignerSearchArea;
|
|
4651
5746
|
/**
|
|
4652
5747
|
* Department types to search
|
|
5748
|
+
*
|
|
5749
|
+
* @format datatype.uuid
|
|
4653
5750
|
*/
|
|
4654
5751
|
rootNodeId?: string;
|
|
4655
5752
|
}
|
|
@@ -4670,6 +5767,8 @@ export declare namespace GenModels {
|
|
|
4670
5767
|
interface DirectoryDesignerLoadTreeQuery {
|
|
4671
5768
|
/**
|
|
4672
5769
|
* Department types to search
|
|
5770
|
+
*
|
|
5771
|
+
* @format datatype.uuid
|
|
4673
5772
|
*/
|
|
4674
5773
|
rootNodeId?: string;
|
|
4675
5774
|
/**
|
|
@@ -4678,6 +5777,8 @@ export declare namespace GenModels {
|
|
|
4678
5777
|
searchArea?: GenModels.DirectoryDesignerSearchArea;
|
|
4679
5778
|
/**
|
|
4680
5779
|
* current node id
|
|
5780
|
+
*
|
|
5781
|
+
* @format datatype.uuid
|
|
4681
5782
|
*/
|
|
4682
5783
|
currentNodeId?: string;
|
|
4683
5784
|
}
|
|
@@ -4686,6 +5787,8 @@ export declare namespace GenModels {
|
|
|
4686
5787
|
interface DirectoryDesignerTreeNode {
|
|
4687
5788
|
/**
|
|
4688
5789
|
* Node id
|
|
5790
|
+
*
|
|
5791
|
+
* @format datatype.uuid
|
|
4689
5792
|
*/
|
|
4690
5793
|
id: string;
|
|
4691
5794
|
/**
|
|
@@ -4718,6 +5821,8 @@ export declare namespace GenModels {
|
|
|
4718
5821
|
searchArea?: GenModels.DirectoryDesignerSearchArea;
|
|
4719
5822
|
/**
|
|
4720
5823
|
* Department types to search
|
|
5824
|
+
*
|
|
5825
|
+
* @format datatype.uuid
|
|
4721
5826
|
*/
|
|
4722
5827
|
rootNodeId?: string;
|
|
4723
5828
|
/**
|
|
@@ -4766,6 +5871,8 @@ export declare namespace GenModels {
|
|
|
4766
5871
|
interface GenerateNumberRequest {
|
|
4767
5872
|
/**
|
|
4768
5873
|
* Document card id
|
|
5874
|
+
*
|
|
5875
|
+
* @format datatype.uuid
|
|
4769
5876
|
*/
|
|
4770
5877
|
cardId: string;
|
|
4771
5878
|
/**
|
|
@@ -4778,6 +5885,8 @@ export declare namespace GenModels {
|
|
|
4778
5885
|
info: GenModels.BindingInfo;
|
|
4779
5886
|
/**
|
|
4780
5887
|
* Id of the rule, that should be used to generate number
|
|
5888
|
+
*
|
|
5889
|
+
* @format datatype.uuid
|
|
4781
5890
|
*/
|
|
4782
5891
|
generationRuleId?: string;
|
|
4783
5892
|
}
|
|
@@ -4790,10 +5899,14 @@ export declare namespace GenModels {
|
|
|
4790
5899
|
fieldAlias: string;
|
|
4791
5900
|
/**
|
|
4792
5901
|
* Data source resolver id
|
|
5902
|
+
*
|
|
5903
|
+
* @format datatype.uuid
|
|
4793
5904
|
*/
|
|
4794
5905
|
dataSourceResolverId: string;
|
|
4795
5906
|
/**
|
|
4796
5907
|
* Bound section id
|
|
5908
|
+
*
|
|
5909
|
+
* @format datatype.uuid
|
|
4797
5910
|
*/
|
|
4798
5911
|
sectionId: string;
|
|
4799
5912
|
/**
|
|
@@ -4814,6 +5927,8 @@ export declare namespace GenModels {
|
|
|
4814
5927
|
number: string;
|
|
4815
5928
|
/**
|
|
4816
5929
|
* Gets or sets numerator card busy numbers row identifier
|
|
5930
|
+
*
|
|
5931
|
+
* @format datatype.uuid
|
|
4817
5932
|
*/
|
|
4818
5933
|
id: string;
|
|
4819
5934
|
}
|
|
@@ -4822,6 +5937,8 @@ export declare namespace GenModels {
|
|
|
4822
5937
|
interface ReleaseNumberRequest {
|
|
4823
5938
|
/**
|
|
4824
5939
|
* Card id
|
|
5940
|
+
*
|
|
5941
|
+
* @format datatype.uuid
|
|
4825
5942
|
*/
|
|
4826
5943
|
cardId: string;
|
|
4827
5944
|
/**
|
|
@@ -4830,6 +5947,8 @@ export declare namespace GenModels {
|
|
|
4830
5947
|
info: GenModels.BindingInfo;
|
|
4831
5948
|
/**
|
|
4832
5949
|
* Document number identifier
|
|
5950
|
+
*
|
|
5951
|
+
* @format datatype.uuid
|
|
4833
5952
|
*/
|
|
4834
5953
|
numberId: string;
|
|
4835
5954
|
}
|
|
@@ -4838,6 +5957,8 @@ export declare namespace GenModels {
|
|
|
4838
5957
|
interface SendForAcquaintanceRequest {
|
|
4839
5958
|
/**
|
|
4840
5959
|
* Card id
|
|
5960
|
+
*
|
|
5961
|
+
* @format datatype.uuid
|
|
4841
5962
|
*/
|
|
4842
5963
|
cardId: string;
|
|
4843
5964
|
/**
|
|
@@ -4858,6 +5979,8 @@ export declare namespace GenModels {
|
|
|
4858
5979
|
roleIds: Array<string>;
|
|
4859
5980
|
/**
|
|
4860
5981
|
* Acquaintance end date
|
|
5982
|
+
*
|
|
5983
|
+
* @format datatype.datetime
|
|
4861
5984
|
*/
|
|
4862
5985
|
endDate?: string;
|
|
4863
5986
|
}
|
|
@@ -4866,6 +5989,8 @@ export declare namespace GenModels {
|
|
|
4866
5989
|
interface UniqueAttribute {
|
|
4867
5990
|
/**
|
|
4868
5991
|
* Gets or sets section id
|
|
5992
|
+
*
|
|
5993
|
+
* @format datatype.uuid
|
|
4869
5994
|
*/
|
|
4870
5995
|
sectionId: string;
|
|
4871
5996
|
/**
|
|
@@ -4894,6 +6019,8 @@ export declare namespace GenModels {
|
|
|
4894
6019
|
uniqueAttributeValues: Array<GenModels.UniqueAttributeValue>;
|
|
4895
6020
|
/**
|
|
4896
6021
|
* Document id
|
|
6022
|
+
*
|
|
6023
|
+
* @format datatype.uuid
|
|
4897
6024
|
*/
|
|
4898
6025
|
documentId: string;
|
|
4899
6026
|
}
|
|
@@ -4902,6 +6029,8 @@ export declare namespace GenModels {
|
|
|
4902
6029
|
interface UniqueAttributeValue {
|
|
4903
6030
|
/**
|
|
4904
6031
|
* Gets or sets section id
|
|
6032
|
+
*
|
|
6033
|
+
* @format datatype.uuid
|
|
4905
6034
|
*/
|
|
4906
6035
|
sectionId: string;
|
|
4907
6036
|
/**
|
|
@@ -4930,6 +6059,8 @@ export declare namespace GenModels {
|
|
|
4930
6059
|
interface UniqueAttributeCard {
|
|
4931
6060
|
/**
|
|
4932
6061
|
* Gets or sets card id
|
|
6062
|
+
*
|
|
6063
|
+
* @format datatype.uuid
|
|
4933
6064
|
*/
|
|
4934
6065
|
cardId: string;
|
|
4935
6066
|
/**
|
|
@@ -4942,6 +6073,8 @@ export declare namespace GenModels {
|
|
|
4942
6073
|
authorDisplayName: string;
|
|
4943
6074
|
/**
|
|
4944
6075
|
* Gets or sets card create date
|
|
6076
|
+
*
|
|
6077
|
+
* @format datatype.datetime
|
|
4945
6078
|
*/
|
|
4946
6079
|
createDate: string;
|
|
4947
6080
|
/**
|
|
@@ -4954,6 +6087,8 @@ export declare namespace GenModels {
|
|
|
4954
6087
|
interface SignatureInfoModel {
|
|
4955
6088
|
/**
|
|
4956
6089
|
* Gets expire date
|
|
6090
|
+
*
|
|
6091
|
+
* @format datatype.datetime
|
|
4957
6092
|
*/
|
|
4958
6093
|
expireDate?: string;
|
|
4959
6094
|
/**
|
|
@@ -4982,6 +6117,8 @@ export declare namespace GenModels {
|
|
|
4982
6117
|
issuer: string;
|
|
4983
6118
|
/**
|
|
4984
6119
|
* Gets expire date
|
|
6120
|
+
*
|
|
6121
|
+
* @format datatype.datetime
|
|
4985
6122
|
*/
|
|
4986
6123
|
expireDate: string;
|
|
4987
6124
|
}
|
|
@@ -4990,10 +6127,14 @@ export declare namespace GenModels {
|
|
|
4990
6127
|
interface TimestampInfoModel {
|
|
4991
6128
|
/**
|
|
4992
6129
|
* Gets create date
|
|
6130
|
+
*
|
|
6131
|
+
* @format datatype.datetime
|
|
4993
6132
|
*/
|
|
4994
6133
|
createDate: string;
|
|
4995
6134
|
/**
|
|
4996
6135
|
* Gets expire date
|
|
6136
|
+
*
|
|
6137
|
+
* @format datatype.datetime
|
|
4997
6138
|
*/
|
|
4998
6139
|
expireDate: string;
|
|
4999
6140
|
/**
|
|
@@ -5010,6 +6151,8 @@ export declare namespace GenModels {
|
|
|
5010
6151
|
interface GetFilesRequest {
|
|
5011
6152
|
/**
|
|
5012
6153
|
* Card id
|
|
6154
|
+
*
|
|
6155
|
+
* @format datatype.uuid
|
|
5013
6156
|
*/
|
|
5014
6157
|
cardId: string;
|
|
5015
6158
|
/**
|
|
@@ -5034,6 +6177,8 @@ export declare namespace GenModels {
|
|
|
5034
6177
|
interface GetVersionsRequest {
|
|
5035
6178
|
/**
|
|
5036
6179
|
* Card id
|
|
6180
|
+
*
|
|
6181
|
+
* @format datatype.uuid
|
|
5037
6182
|
*/
|
|
5038
6183
|
cardId: string;
|
|
5039
6184
|
}
|
|
@@ -5050,14 +6195,20 @@ export declare namespace GenModels {
|
|
|
5050
6195
|
interface GetCommentsRequest {
|
|
5051
6196
|
/**
|
|
5052
6197
|
* File card id
|
|
6198
|
+
*
|
|
6199
|
+
* @format datatype.uuid
|
|
5053
6200
|
*/
|
|
5054
6201
|
fileCardId: string;
|
|
5055
6202
|
/**
|
|
5056
6203
|
* Version id
|
|
6204
|
+
*
|
|
6205
|
+
* @format datatype.uuid
|
|
5057
6206
|
*/
|
|
5058
6207
|
versionId: string;
|
|
5059
6208
|
/**
|
|
5060
6209
|
* Task or document card, that owns file.
|
|
6210
|
+
*
|
|
6211
|
+
* @format datatype.uuid
|
|
5061
6212
|
*/
|
|
5062
6213
|
ownerCardId: string;
|
|
5063
6214
|
}
|
|
@@ -5078,10 +6229,14 @@ export declare namespace GenModels {
|
|
|
5078
6229
|
fileAuthor: string;
|
|
5079
6230
|
/**
|
|
5080
6231
|
* Gets or sets file author id
|
|
6232
|
+
*
|
|
6233
|
+
* @format datatype.uuid
|
|
5081
6234
|
*/
|
|
5082
6235
|
fileAuthorId: string;
|
|
5083
6236
|
/**
|
|
5084
6237
|
* Gets or sets file creation date
|
|
6238
|
+
*
|
|
6239
|
+
* @format datatype.datetime
|
|
5085
6240
|
*/
|
|
5086
6241
|
fileCreationDate: string;
|
|
5087
6242
|
/**
|
|
@@ -5090,6 +6245,8 @@ export declare namespace GenModels {
|
|
|
5090
6245
|
version: string;
|
|
5091
6246
|
/**
|
|
5092
6247
|
* Get version id
|
|
6248
|
+
*
|
|
6249
|
+
* @format datatype.uuid
|
|
5093
6250
|
*/
|
|
5094
6251
|
versionId: string;
|
|
5095
6252
|
/**
|
|
@@ -5098,10 +6255,14 @@ export declare namespace GenModels {
|
|
|
5098
6255
|
currentEmployee: string;
|
|
5099
6256
|
/**
|
|
5100
6257
|
* Gets or sets Id of current employee
|
|
6258
|
+
*
|
|
6259
|
+
* @format datatype.uuid
|
|
5101
6260
|
*/
|
|
5102
6261
|
currentEmployeeId: string;
|
|
5103
6262
|
/**
|
|
5104
6263
|
* Gets or sets file card identifier
|
|
6264
|
+
*
|
|
6265
|
+
* @format datatype.uuid
|
|
5105
6266
|
*/
|
|
5106
6267
|
fileCardId: string;
|
|
5107
6268
|
/**
|
|
@@ -5114,10 +6275,14 @@ export declare namespace GenModels {
|
|
|
5114
6275
|
interface VersionedFileCommentCreateModel {
|
|
5115
6276
|
/**
|
|
5116
6277
|
* Gets or sets comment identifier
|
|
6278
|
+
*
|
|
6279
|
+
* @format datatype.uuid
|
|
5117
6280
|
*/
|
|
5118
6281
|
commentId?: string;
|
|
5119
6282
|
/**
|
|
5120
6283
|
* Gets or sets container card identifier
|
|
6284
|
+
*
|
|
6285
|
+
* @format datatype.uuid
|
|
5121
6286
|
*/
|
|
5122
6287
|
cardId: string;
|
|
5123
6288
|
/**
|
|
@@ -5130,10 +6295,14 @@ export declare namespace GenModels {
|
|
|
5130
6295
|
comment: string;
|
|
5131
6296
|
/**
|
|
5132
6297
|
* Gets or sets file card identifier
|
|
6298
|
+
*
|
|
6299
|
+
* @format datatype.uuid
|
|
5133
6300
|
*/
|
|
5134
6301
|
fileCardId: string;
|
|
5135
6302
|
/**
|
|
5136
6303
|
* Gets or sets version identifier
|
|
6304
|
+
*
|
|
6305
|
+
* @format datatype.uuid
|
|
5137
6306
|
*/
|
|
5138
6307
|
versionId: string;
|
|
5139
6308
|
}
|
|
@@ -5142,10 +6311,14 @@ export declare namespace GenModels {
|
|
|
5142
6311
|
interface VersionedFileCommentDeleteModel {
|
|
5143
6312
|
/**
|
|
5144
6313
|
* Gets or sets comment identifier
|
|
6314
|
+
*
|
|
6315
|
+
* @format datatype.uuid
|
|
5145
6316
|
*/
|
|
5146
6317
|
commentId: string;
|
|
5147
6318
|
/**
|
|
5148
6319
|
* Gets or sets container card identifier
|
|
6320
|
+
*
|
|
6321
|
+
* @format datatype.uuid
|
|
5149
6322
|
*/
|
|
5150
6323
|
cardId: string;
|
|
5151
6324
|
/**
|
|
@@ -5154,10 +6327,14 @@ export declare namespace GenModels {
|
|
|
5154
6327
|
timestamp: number;
|
|
5155
6328
|
/**
|
|
5156
6329
|
* Gets or sets file card identifier
|
|
6330
|
+
*
|
|
6331
|
+
* @format datatype.uuid
|
|
5157
6332
|
*/
|
|
5158
6333
|
fileCardId: string;
|
|
5159
6334
|
/**
|
|
5160
6335
|
* Gets or sets version identifier
|
|
6336
|
+
*
|
|
6337
|
+
* @format datatype.uuid
|
|
5161
6338
|
*/
|
|
5162
6339
|
versionId: string;
|
|
5163
6340
|
}
|
|
@@ -5166,10 +6343,14 @@ export declare namespace GenModels {
|
|
|
5166
6343
|
interface CommmonFileRequest {
|
|
5167
6344
|
/**
|
|
5168
6345
|
* Owner card id
|
|
6346
|
+
*
|
|
6347
|
+
* @format datatype.uuid
|
|
5169
6348
|
*/
|
|
5170
6349
|
ownerCardId: string;
|
|
5171
6350
|
/**
|
|
5172
6351
|
* File card id
|
|
6352
|
+
*
|
|
6353
|
+
* @format datatype.uuid
|
|
5173
6354
|
*/
|
|
5174
6355
|
fileCardId: string;
|
|
5175
6356
|
/**
|
|
@@ -5180,7 +6361,13 @@ export declare namespace GenModels {
|
|
|
5180
6361
|
}
|
|
5181
6362
|
export declare namespace GenModels {
|
|
5182
6363
|
interface RenameFileNameRequest {
|
|
6364
|
+
/**
|
|
6365
|
+
* @format datatype.uuid
|
|
6366
|
+
*/
|
|
5183
6367
|
documentId: string;
|
|
6368
|
+
/**
|
|
6369
|
+
* @format datatype.uuid
|
|
6370
|
+
*/
|
|
5184
6371
|
documentFileId: string;
|
|
5185
6372
|
isMain: boolean;
|
|
5186
6373
|
fileName: string;
|
|
@@ -5190,6 +6377,8 @@ export declare namespace GenModels {
|
|
|
5190
6377
|
interface GetUserFoldersTreeDataRequest {
|
|
5191
6378
|
/**
|
|
5192
6379
|
* Folder id. If value provided, action will return subfolders for specified folder.
|
|
6380
|
+
*
|
|
6381
|
+
* @format datatype.uuid
|
|
5193
6382
|
*/
|
|
5194
6383
|
folderId?: string;
|
|
5195
6384
|
}
|
|
@@ -5198,10 +6387,14 @@ export declare namespace GenModels {
|
|
|
5198
6387
|
interface FolderNode {
|
|
5199
6388
|
/**
|
|
5200
6389
|
* Gets or sets folder identifier
|
|
6390
|
+
*
|
|
6391
|
+
* @format datatype.uuid
|
|
5201
6392
|
*/
|
|
5202
6393
|
id: string;
|
|
5203
6394
|
/**
|
|
5204
|
-
*
|
|
6395
|
+
* Equivalent to Id
|
|
6396
|
+
*
|
|
6397
|
+
* @format datatype.uuid
|
|
5205
6398
|
*/
|
|
5206
6399
|
additionalId: string;
|
|
5207
6400
|
/**
|
|
@@ -5226,14 +6419,20 @@ export declare namespace GenModels {
|
|
|
5226
6419
|
url: string;
|
|
5227
6420
|
/**
|
|
5228
6421
|
* Gets or sets default view identifier
|
|
6422
|
+
*
|
|
6423
|
+
* @format datatype.uuid
|
|
5229
6424
|
*/
|
|
5230
6425
|
defaultViewId: string;
|
|
5231
6426
|
/**
|
|
5232
6427
|
* Gets or sets search identifier for virtual folder
|
|
6428
|
+
*
|
|
6429
|
+
* @format datatype.uuid
|
|
5233
6430
|
*/
|
|
5234
6431
|
searchId: string;
|
|
5235
6432
|
/**
|
|
5236
6433
|
* Gets or sets target folder identifier for delegate folder
|
|
6434
|
+
*
|
|
6435
|
+
* @format datatype.uuid
|
|
5237
6436
|
*/
|
|
5238
6437
|
targetFolderId: string;
|
|
5239
6438
|
/**
|
|
@@ -5266,6 +6465,8 @@ export declare namespace GenModels {
|
|
|
5266
6465
|
interface SelectFolderNode {
|
|
5267
6466
|
/**
|
|
5268
6467
|
* folder identifier
|
|
6468
|
+
*
|
|
6469
|
+
* @format datatype.uuid
|
|
5269
6470
|
*/
|
|
5270
6471
|
folderId: string;
|
|
5271
6472
|
/**
|
|
@@ -5278,10 +6479,14 @@ export declare namespace GenModels {
|
|
|
5278
6479
|
interface CheckFolderForAvailableCardKindRequest {
|
|
5279
6480
|
/**
|
|
5280
6481
|
* Folder id, where card going to be placed
|
|
6482
|
+
*
|
|
6483
|
+
* @format datatype.uuid
|
|
5281
6484
|
*/
|
|
5282
6485
|
folderId: string;
|
|
5283
6486
|
/**
|
|
5284
6487
|
* Card id to check
|
|
6488
|
+
*
|
|
6489
|
+
* @format datatype.uuid
|
|
5285
6490
|
*/
|
|
5286
6491
|
cardId: string;
|
|
5287
6492
|
}
|
|
@@ -5302,6 +6507,8 @@ export declare namespace GenModels {
|
|
|
5302
6507
|
interface GetFolderInfoRequest {
|
|
5303
6508
|
/**
|
|
5304
6509
|
* Folder id
|
|
6510
|
+
*
|
|
6511
|
+
* @format datatype.uuid
|
|
5305
6512
|
*/
|
|
5306
6513
|
folderId: string;
|
|
5307
6514
|
/**
|
|
@@ -5338,26 +6545,12 @@ export declare namespace GenModels {
|
|
|
5338
6545
|
canCreateSubfolder?: boolean;
|
|
5339
6546
|
}
|
|
5340
6547
|
}
|
|
5341
|
-
export declare namespace GenModels {
|
|
5342
|
-
interface FolderViewInfo {
|
|
5343
|
-
/**
|
|
5344
|
-
* Gets or sets view name
|
|
5345
|
-
*/
|
|
5346
|
-
name: string;
|
|
5347
|
-
/**
|
|
5348
|
-
* Gets or sets view identifier
|
|
5349
|
-
*/
|
|
5350
|
-
viewId: string;
|
|
5351
|
-
/**
|
|
5352
|
-
* Is view configured as folder default view
|
|
5353
|
-
*/
|
|
5354
|
-
isDefaultFolderView: boolean;
|
|
5355
|
-
}
|
|
5356
|
-
}
|
|
5357
6548
|
export declare namespace GenModels {
|
|
5358
6549
|
interface SetFolderSettingsRequest {
|
|
5359
6550
|
/**
|
|
5360
6551
|
* Gets or sets folder identifier
|
|
6552
|
+
*
|
|
6553
|
+
* @format datatype.uuid
|
|
5361
6554
|
*/
|
|
5362
6555
|
folderId: string;
|
|
5363
6556
|
/**
|
|
@@ -5374,10 +6567,14 @@ export declare namespace GenModels {
|
|
|
5374
6567
|
name: string;
|
|
5375
6568
|
/**
|
|
5376
6569
|
* Gets or sets folder type identifier
|
|
6570
|
+
*
|
|
6571
|
+
* @format datatype.uuid
|
|
5377
6572
|
*/
|
|
5378
6573
|
typeId?: string;
|
|
5379
6574
|
/**
|
|
5380
6575
|
* Gets or sets folder view identifier
|
|
6576
|
+
*
|
|
6577
|
+
* @format datatype.uuid
|
|
5381
6578
|
*/
|
|
5382
6579
|
viewId?: string;
|
|
5383
6580
|
/**
|
|
@@ -5390,6 +6587,8 @@ export declare namespace GenModels {
|
|
|
5390
6587
|
interface CreateSubfolderRequestModel {
|
|
5391
6588
|
/**
|
|
5392
6589
|
* Gets or sets parent folder identifier
|
|
6590
|
+
*
|
|
6591
|
+
* @format datatype.uuid
|
|
5393
6592
|
*/
|
|
5394
6593
|
parentFolderId: string;
|
|
5395
6594
|
/**
|
|
@@ -5402,6 +6601,8 @@ export declare namespace GenModels {
|
|
|
5402
6601
|
interface GetFolderInfoWithParentsRequest {
|
|
5403
6602
|
/**
|
|
5404
6603
|
* Folder id
|
|
6604
|
+
*
|
|
6605
|
+
* @format datatype.uuid
|
|
5405
6606
|
*/
|
|
5406
6607
|
folderId: string;
|
|
5407
6608
|
}
|
|
@@ -5434,6 +6635,8 @@ export declare namespace GenModels {
|
|
|
5434
6635
|
showFilesForLinksTypesIds: Array<string>;
|
|
5435
6636
|
/**
|
|
5436
6637
|
* Card id
|
|
6638
|
+
*
|
|
6639
|
+
* @format datatype.uuid
|
|
5437
6640
|
*/
|
|
5438
6641
|
cardId: string;
|
|
5439
6642
|
/**
|
|
@@ -5446,10 +6649,14 @@ export declare namespace GenModels {
|
|
|
5446
6649
|
allowedLinkTypes: Array<string>;
|
|
5447
6650
|
/**
|
|
5448
6651
|
* Link id
|
|
6652
|
+
*
|
|
6653
|
+
* @format datatype.uuid
|
|
5449
6654
|
*/
|
|
5450
6655
|
linkId: string;
|
|
5451
6656
|
/**
|
|
5452
6657
|
* Kind id for file cards
|
|
6658
|
+
*
|
|
6659
|
+
* @format datatype.uuid
|
|
5453
6660
|
*/
|
|
5454
6661
|
fileKindId?: string;
|
|
5455
6662
|
/**
|
|
@@ -5462,10 +6669,14 @@ export declare namespace GenModels {
|
|
|
5462
6669
|
interface DeleteFileRequest extends GenModels.DeleteLinkRequest {
|
|
5463
6670
|
/**
|
|
5464
6671
|
* Document (that containts file with FileCardId) card id
|
|
6672
|
+
*
|
|
6673
|
+
* @format datatype.uuid
|
|
5465
6674
|
*/
|
|
5466
6675
|
documentCardId: string;
|
|
5467
6676
|
/**
|
|
5468
6677
|
* File card id
|
|
6678
|
+
*
|
|
6679
|
+
* @format datatype.uuid
|
|
5469
6680
|
*/
|
|
5470
6681
|
fileCardId: string;
|
|
5471
6682
|
}
|
|
@@ -5474,6 +6685,8 @@ export declare namespace GenModels {
|
|
|
5474
6685
|
interface LinkType {
|
|
5475
6686
|
/**
|
|
5476
6687
|
* Link type id
|
|
6688
|
+
*
|
|
6689
|
+
* @format datatype.uuid
|
|
5477
6690
|
*/
|
|
5478
6691
|
linkTypeId: string;
|
|
5479
6692
|
/**
|
|
@@ -5486,10 +6699,14 @@ export declare namespace GenModels {
|
|
|
5486
6699
|
interface AllowedCardKind {
|
|
5487
6700
|
/**
|
|
5488
6701
|
* Kind id of the allowed card
|
|
6702
|
+
*
|
|
6703
|
+
* @format datatype.uuid
|
|
5489
6704
|
*/
|
|
5490
6705
|
kindId: string;
|
|
5491
6706
|
/**
|
|
5492
6707
|
* Card type id of the allowed card
|
|
6708
|
+
*
|
|
6709
|
+
* @format datatype.uuid
|
|
5493
6710
|
*/
|
|
5494
6711
|
cardTypeId: string;
|
|
5495
6712
|
/**
|
|
@@ -5502,10 +6719,14 @@ export declare namespace GenModels {
|
|
|
5502
6719
|
interface LayoutKindModel {
|
|
5503
6720
|
/**
|
|
5504
6721
|
* Card type id
|
|
6722
|
+
*
|
|
6723
|
+
* @format datatype.uuid
|
|
5505
6724
|
*/
|
|
5506
6725
|
cardTypeId: string;
|
|
5507
6726
|
/**
|
|
5508
6727
|
* Kind id of the allowed card
|
|
6728
|
+
*
|
|
6729
|
+
* @format datatype.uuid
|
|
5509
6730
|
*/
|
|
5510
6731
|
kindId: string;
|
|
5511
6732
|
/**
|
|
@@ -5530,6 +6751,8 @@ export declare namespace GenModels {
|
|
|
5530
6751
|
interface LayoutLinkCreateParams {
|
|
5531
6752
|
/**
|
|
5532
6753
|
* Card, where link creation was initiated
|
|
6754
|
+
*
|
|
6755
|
+
* @format datatype.uuid
|
|
5533
6756
|
*/
|
|
5534
6757
|
sourceCardId: string;
|
|
5535
6758
|
/**
|
|
@@ -5538,10 +6761,14 @@ export declare namespace GenModels {
|
|
|
5538
6761
|
sourceCardTimestamp: number;
|
|
5539
6762
|
/**
|
|
5540
6763
|
* Link kind
|
|
6764
|
+
*
|
|
6765
|
+
* @format datatype.uuid
|
|
5541
6766
|
*/
|
|
5542
6767
|
linkTypeId: string;
|
|
5543
6768
|
/**
|
|
5544
6769
|
* Link destination card
|
|
6770
|
+
*
|
|
6771
|
+
* @format datatype.uuid
|
|
5545
6772
|
*/
|
|
5546
6773
|
destinationCardId: string;
|
|
5547
6774
|
/**
|
|
@@ -5562,6 +6789,8 @@ export declare namespace GenModels {
|
|
|
5562
6789
|
isFile: boolean;
|
|
5563
6790
|
/**
|
|
5564
6791
|
* Edit operation
|
|
6792
|
+
*
|
|
6793
|
+
* @format datatype.uuid
|
|
5565
6794
|
*/
|
|
5566
6795
|
editOperation: string;
|
|
5567
6796
|
/**
|
|
@@ -5574,6 +6803,8 @@ export declare namespace GenModels {
|
|
|
5574
6803
|
interface AddUrlLinkParams {
|
|
5575
6804
|
/**
|
|
5576
6805
|
* Card, that contains the link
|
|
6806
|
+
*
|
|
6807
|
+
* @format datatype.uuid
|
|
5577
6808
|
*/
|
|
5578
6809
|
cardId: string;
|
|
5579
6810
|
/**
|
|
@@ -5590,6 +6821,8 @@ export declare namespace GenModels {
|
|
|
5590
6821
|
url: string;
|
|
5591
6822
|
/**
|
|
5592
6823
|
* link type id
|
|
6824
|
+
*
|
|
6825
|
+
* @format datatype.uuid
|
|
5593
6826
|
*/
|
|
5594
6827
|
linkTypeId?: string;
|
|
5595
6828
|
/**
|
|
@@ -5598,6 +6831,8 @@ export declare namespace GenModels {
|
|
|
5598
6831
|
showFilesForLinksTypesIds: Array<string>;
|
|
5599
6832
|
/**
|
|
5600
6833
|
* Kind id for file cards
|
|
6834
|
+
*
|
|
6835
|
+
* @format datatype.uuid
|
|
5601
6836
|
*/
|
|
5602
6837
|
fileKindId?: string;
|
|
5603
6838
|
/**
|
|
@@ -5606,6 +6841,8 @@ export declare namespace GenModels {
|
|
|
5606
6841
|
timestamp: number;
|
|
5607
6842
|
/**
|
|
5608
6843
|
* Edit operation id
|
|
6844
|
+
*
|
|
6845
|
+
* @format datatype.uuid
|
|
5609
6846
|
*/
|
|
5610
6847
|
operationId?: string;
|
|
5611
6848
|
}
|
|
@@ -5614,6 +6851,8 @@ export declare namespace GenModels {
|
|
|
5614
6851
|
interface LayoutSetLinkDescriptionParams {
|
|
5615
6852
|
/**
|
|
5616
6853
|
* Card, that contains the link
|
|
6854
|
+
*
|
|
6855
|
+
* @format datatype.uuid
|
|
5617
6856
|
*/
|
|
5618
6857
|
cardId: string;
|
|
5619
6858
|
/**
|
|
@@ -5626,10 +6865,14 @@ export declare namespace GenModels {
|
|
|
5626
6865
|
bindingInfo: GenModels.SimpleBindingInfo;
|
|
5627
6866
|
/**
|
|
5628
6867
|
* Link id to update
|
|
6868
|
+
*
|
|
6869
|
+
* @format datatype.uuid
|
|
5629
6870
|
*/
|
|
5630
6871
|
linkId: string;
|
|
5631
6872
|
/**
|
|
5632
6873
|
* Kind id for file cards
|
|
6874
|
+
*
|
|
6875
|
+
* @format datatype.uuid
|
|
5633
6876
|
*/
|
|
5634
6877
|
fileKindId?: string;
|
|
5635
6878
|
/**
|
|
@@ -5650,10 +6893,14 @@ export declare namespace GenModels {
|
|
|
5650
6893
|
interface GetLinksRequest {
|
|
5651
6894
|
/**
|
|
5652
6895
|
* Card id
|
|
6896
|
+
*
|
|
6897
|
+
* @format datatype.uuid
|
|
5653
6898
|
*/
|
|
5654
6899
|
cardId: string;
|
|
5655
6900
|
/**
|
|
5656
6901
|
* Kind id for file cards
|
|
6902
|
+
*
|
|
6903
|
+
* @format datatype.uuid
|
|
5657
6904
|
*/
|
|
5658
6905
|
fileKindId?: string;
|
|
5659
6906
|
/**
|
|
@@ -5715,6 +6962,8 @@ export declare namespace GenModels {
|
|
|
5715
6962
|
interface LayoutLinkModel {
|
|
5716
6963
|
/**
|
|
5717
6964
|
* Gets or sets link id
|
|
6965
|
+
*
|
|
6966
|
+
* @format datatype.uuid
|
|
5718
6967
|
*/
|
|
5719
6968
|
linkId: string;
|
|
5720
6969
|
/**
|
|
@@ -5723,6 +6972,8 @@ export declare namespace GenModels {
|
|
|
5723
6972
|
displayName: string;
|
|
5724
6973
|
/**
|
|
5725
6974
|
* Gets or sets link type identifier
|
|
6975
|
+
*
|
|
6976
|
+
* @format datatype.uuid
|
|
5726
6977
|
*/
|
|
5727
6978
|
linkTypeId: string;
|
|
5728
6979
|
/**
|
|
@@ -5739,26 +6990,38 @@ export declare namespace GenModels {
|
|
|
5739
6990
|
isDocument: boolean;
|
|
5740
6991
|
/**
|
|
5741
6992
|
* Linked card id
|
|
6993
|
+
*
|
|
6994
|
+
* @format datatype.uuid
|
|
5742
6995
|
*/
|
|
5743
6996
|
cardId: string;
|
|
5744
6997
|
/**
|
|
5745
6998
|
* Card type identifier
|
|
6999
|
+
*
|
|
7000
|
+
* @format datatype.uuid
|
|
5746
7001
|
*/
|
|
5747
7002
|
cardTypeId: string;
|
|
5748
7003
|
/**
|
|
5749
7004
|
* Card kind identifier
|
|
7005
|
+
*
|
|
7006
|
+
* @format datatype.uuid
|
|
5750
7007
|
*/
|
|
5751
7008
|
cardKindId: string;
|
|
5752
7009
|
/**
|
|
5753
7010
|
* File card id (if file card)
|
|
7011
|
+
*
|
|
7012
|
+
* @format datatype.uuid
|
|
5754
7013
|
*/
|
|
5755
7014
|
fileCardId?: string;
|
|
5756
7015
|
/**
|
|
5757
7016
|
* File card version id (if file card)
|
|
7017
|
+
*
|
|
7018
|
+
* @format datatype.uuid
|
|
5758
7019
|
*/
|
|
5759
7020
|
fileVersionId?: string;
|
|
5760
7021
|
/**
|
|
5761
7022
|
* Gets or sets Link creation date
|
|
7023
|
+
*
|
|
7024
|
+
* @format datatype.datetime
|
|
5762
7025
|
*/
|
|
5763
7026
|
creationDate?: string;
|
|
5764
7027
|
/**
|
|
@@ -5799,6 +7062,8 @@ export declare namespace GenModels {
|
|
|
5799
7062
|
interface CheckReadMainFileAvailableRequest {
|
|
5800
7063
|
/**
|
|
5801
7064
|
* Card id
|
|
7065
|
+
*
|
|
7066
|
+
* @format datatype.uuid
|
|
5802
7067
|
*/
|
|
5803
7068
|
cardId: string;
|
|
5804
7069
|
}
|
|
@@ -5843,6 +7108,8 @@ export declare namespace GenModels {
|
|
|
5843
7108
|
interface DepartmentLoadTreeQuery {
|
|
5844
7109
|
/**
|
|
5845
7110
|
* Parent department identifier
|
|
7111
|
+
*
|
|
7112
|
+
* @format datatype.uuid
|
|
5846
7113
|
*/
|
|
5847
7114
|
parentNodeId?: string;
|
|
5848
7115
|
/**
|
|
@@ -5863,6 +7130,8 @@ export declare namespace GenModels {
|
|
|
5863
7130
|
interface DepartmentTreeNode extends GenModels.IDirectoryItemData {
|
|
5864
7131
|
/**
|
|
5865
7132
|
* Node Id
|
|
7133
|
+
*
|
|
7134
|
+
* @format datatype.uuid
|
|
5866
7135
|
*/
|
|
5867
7136
|
id: string;
|
|
5868
7137
|
/**
|
|
@@ -6012,6 +7281,8 @@ export declare namespace GenModels {
|
|
|
6012
7281
|
interface GetDepartmentPathRequestModel {
|
|
6013
7282
|
/**
|
|
6014
7283
|
* Gets or sets a department identifier
|
|
7284
|
+
*
|
|
7285
|
+
* @format datatype.uuid
|
|
6015
7286
|
*/
|
|
6016
7287
|
departmentId: string;
|
|
6017
7288
|
/**
|
|
@@ -6024,6 +7295,8 @@ export declare namespace GenModels {
|
|
|
6024
7295
|
interface DepartmentLoadFlatQuery {
|
|
6025
7296
|
/**
|
|
6026
7297
|
* Parent department identifier
|
|
7298
|
+
*
|
|
7299
|
+
* @format datatype.uuid
|
|
6027
7300
|
*/
|
|
6028
7301
|
departmentId?: string;
|
|
6029
7302
|
/**
|
|
@@ -6088,6 +7361,8 @@ export declare namespace GenModels {
|
|
|
6088
7361
|
searchText: string;
|
|
6089
7362
|
/**
|
|
6090
7363
|
* Department id
|
|
7364
|
+
*
|
|
7365
|
+
* @format datatype.uuid
|
|
6091
7366
|
*/
|
|
6092
7367
|
departmentId?: string;
|
|
6093
7368
|
/**
|
|
@@ -6130,6 +7405,9 @@ export declare namespace GenModels {
|
|
|
6130
7405
|
}
|
|
6131
7406
|
export declare namespace GenModels {
|
|
6132
7407
|
interface GetParentDepartmentsRequest {
|
|
7408
|
+
/**
|
|
7409
|
+
* @format datatype.uuid
|
|
7410
|
+
*/
|
|
6133
7411
|
departmentId: string;
|
|
6134
7412
|
/**
|
|
6135
7413
|
* Staff or partner department
|
|
@@ -6145,6 +7423,8 @@ export declare namespace GenModels {
|
|
|
6145
7423
|
term: string;
|
|
6146
7424
|
/**
|
|
6147
7425
|
* Some unique id, describing place in UI, where value selection performed
|
|
7426
|
+
*
|
|
7427
|
+
* @format datatype.uuid
|
|
6148
7428
|
*/
|
|
6149
7429
|
kindId?: string;
|
|
6150
7430
|
/**
|
|
@@ -6157,6 +7437,8 @@ export declare namespace GenModels {
|
|
|
6157
7437
|
skip?: number;
|
|
6158
7438
|
/**
|
|
6159
7439
|
* Restricts results to specified unit when is not null.
|
|
7440
|
+
*
|
|
7441
|
+
* @format datatype.uuid
|
|
6160
7442
|
*/
|
|
6161
7443
|
unitId?: string;
|
|
6162
7444
|
/**
|
|
@@ -6193,10 +7475,14 @@ export declare namespace GenModels {
|
|
|
6193
7475
|
inactiveStatus: GenModels.StaffEmployeeInactiveStatus;
|
|
6194
7476
|
/**
|
|
6195
7477
|
* Employee start date of absence field
|
|
7478
|
+
*
|
|
7479
|
+
* @format datatype.datetime
|
|
6196
7480
|
*/
|
|
6197
7481
|
startDate?: string;
|
|
6198
7482
|
/**
|
|
6199
7483
|
* Employee end date of absence
|
|
7484
|
+
*
|
|
7485
|
+
* @format datatype.datetime
|
|
6200
7486
|
*/
|
|
6201
7487
|
endDate?: string;
|
|
6202
7488
|
/**
|
|
@@ -6209,6 +7495,8 @@ export declare namespace GenModels {
|
|
|
6209
7495
|
interface UpdateEmployeeDeputyModel {
|
|
6210
7496
|
/**
|
|
6211
7497
|
* Deputy employee id
|
|
7498
|
+
*
|
|
7499
|
+
* @format datatype.uuid
|
|
6212
7500
|
*/
|
|
6213
7501
|
deputyID: string;
|
|
6214
7502
|
/**
|
|
@@ -6241,6 +7529,8 @@ export declare namespace GenModels {
|
|
|
6241
7529
|
cardType: GenModels.CardTypeWeb;
|
|
6242
7530
|
/**
|
|
6243
7531
|
* Gets or sets KindId
|
|
7532
|
+
*
|
|
7533
|
+
* @format datatype.uuid
|
|
6244
7534
|
*/
|
|
6245
7535
|
kindId?: string;
|
|
6246
7536
|
/**
|
|
@@ -6269,6 +7559,8 @@ export declare namespace GenModels {
|
|
|
6269
7559
|
cssClass: string;
|
|
6270
7560
|
/**
|
|
6271
7561
|
* Gets card create route
|
|
7562
|
+
*
|
|
7563
|
+
* @format datatype.uuid
|
|
6272
7564
|
*/
|
|
6273
7565
|
cardTypeId: string;
|
|
6274
7566
|
/**
|
|
@@ -6371,6 +7663,10 @@ export declare namespace GenModels {
|
|
|
6371
7663
|
* Search context options
|
|
6372
7664
|
*/
|
|
6373
7665
|
searchContextOptions: Array<GenModels.SearchOptionModel>;
|
|
7666
|
+
/**
|
|
7667
|
+
* Card must be deleted into the trash or deletes from database.
|
|
7668
|
+
*/
|
|
7669
|
+
deletePermanently: boolean;
|
|
6374
7670
|
}
|
|
6375
7671
|
}
|
|
6376
7672
|
export declare namespace GenModels {
|
|
@@ -6455,6 +7751,10 @@ export declare namespace GenModels {
|
|
|
6455
7751
|
* Application pool credentials.
|
|
6456
7752
|
*/
|
|
6457
7753
|
poolAccountName: string;
|
|
7754
|
+
/**
|
|
7755
|
+
* Feedback URL
|
|
7756
|
+
*/
|
|
7757
|
+
feedbackUrl: string;
|
|
6458
7758
|
}
|
|
6459
7759
|
}
|
|
6460
7760
|
export declare namespace GenModels {
|
|
@@ -6503,6 +7803,14 @@ export declare namespace GenModels {
|
|
|
6503
7803
|
* Gets or sets FirstDayOfWeek
|
|
6504
7804
|
*/
|
|
6505
7805
|
firstDayOfWeek: System.DayOfWeek;
|
|
7806
|
+
/**
|
|
7807
|
+
* Gets or sets number group size
|
|
7808
|
+
*/
|
|
7809
|
+
numberGroupSizes: Array<number>;
|
|
7810
|
+
/**
|
|
7811
|
+
* Gets or sets number decimal digits
|
|
7812
|
+
*/
|
|
7813
|
+
numberDecimalDigits: number;
|
|
6506
7814
|
}
|
|
6507
7815
|
}
|
|
6508
7816
|
export declare namespace GenModels {
|
|
@@ -6583,6 +7891,8 @@ export declare namespace GenModels {
|
|
|
6583
7891
|
name: string;
|
|
6584
7892
|
/**
|
|
6585
7893
|
* Card type id
|
|
7894
|
+
*
|
|
7895
|
+
* @format datatype.uuid
|
|
6586
7896
|
*/
|
|
6587
7897
|
id: string;
|
|
6588
7898
|
}
|
|
@@ -6591,8 +7901,20 @@ export declare namespace GenModels {
|
|
|
6591
7901
|
interface UserProfile {
|
|
6592
7902
|
/**
|
|
6593
7903
|
* Activate status refuse last date and time
|
|
7904
|
+
*
|
|
7905
|
+
* @format datatype.datetime
|
|
6594
7906
|
*/
|
|
6595
7907
|
lastRefuseDateTime: string;
|
|
7908
|
+
/**
|
|
7909
|
+
* Show Archived Cards
|
|
7910
|
+
*/
|
|
7911
|
+
showArchivedCards: boolean;
|
|
7912
|
+
/**
|
|
7913
|
+
* Feedback Request Date
|
|
7914
|
+
*
|
|
7915
|
+
* @format datatype.datetime
|
|
7916
|
+
*/
|
|
7917
|
+
feedbackRequestDate?: string;
|
|
6596
7918
|
}
|
|
6597
7919
|
}
|
|
6598
7920
|
export declare namespace GenModels {
|
|
@@ -6627,6 +7949,8 @@ export declare namespace GenModels {
|
|
|
6627
7949
|
interface Feature {
|
|
6628
7950
|
/**
|
|
6629
7951
|
* Gets or sets ID
|
|
7952
|
+
*
|
|
7953
|
+
* @format datatype.uuid
|
|
6630
7954
|
*/
|
|
6631
7955
|
id: string;
|
|
6632
7956
|
/**
|
|
@@ -6683,6 +8007,8 @@ export declare namespace GenModels {
|
|
|
6683
8007
|
interface CompletionParameterModel {
|
|
6684
8008
|
/**
|
|
6685
8009
|
* Gets or sets parameter identifier
|
|
8010
|
+
*
|
|
8011
|
+
* @format datatype.uuid
|
|
6686
8012
|
*/
|
|
6687
8013
|
id: string;
|
|
6688
8014
|
/**
|
|
@@ -6729,6 +8055,8 @@ export declare namespace GenModels {
|
|
|
6729
8055
|
interface TransformationDataModel {
|
|
6730
8056
|
/**
|
|
6731
8057
|
* Gets or sets identifier
|
|
8058
|
+
*
|
|
8059
|
+
* @format datatype.uuid
|
|
6732
8060
|
*/
|
|
6733
8061
|
id: string;
|
|
6734
8062
|
/**
|
|
@@ -6753,6 +8081,8 @@ export declare namespace GenModels {
|
|
|
6753
8081
|
historyExists: boolean;
|
|
6754
8082
|
/**
|
|
6755
8083
|
* Gets agreement card identifier
|
|
8084
|
+
*
|
|
8085
|
+
* @format datatype.uuid
|
|
6756
8086
|
*/
|
|
6757
8087
|
agreementCardId: string;
|
|
6758
8088
|
}
|
|
@@ -6767,6 +8097,8 @@ export declare namespace GenModels {
|
|
|
6767
8097
|
interface CardLinkDataModel {
|
|
6768
8098
|
/**
|
|
6769
8099
|
* ID карточки, на которую установлена ссылка.
|
|
8100
|
+
*
|
|
8101
|
+
* @format datatype.uuid
|
|
6770
8102
|
*/
|
|
6771
8103
|
cardId: string;
|
|
6772
8104
|
/**
|
|
@@ -6793,10 +8125,14 @@ export declare namespace GenModels {
|
|
|
6793
8125
|
createRouteName: string;
|
|
6794
8126
|
/**
|
|
6795
8127
|
* Gets identifier
|
|
8128
|
+
*
|
|
8129
|
+
* @format datatype.uuid
|
|
6796
8130
|
*/
|
|
6797
8131
|
id: string;
|
|
6798
8132
|
/**
|
|
6799
8133
|
* Gets card type identifier
|
|
8134
|
+
*
|
|
8135
|
+
* @format datatype.uuid
|
|
6800
8136
|
*/
|
|
6801
8137
|
cardTypeId: string;
|
|
6802
8138
|
/**
|
|
@@ -6817,6 +8153,8 @@ export declare namespace GenModels {
|
|
|
6817
8153
|
interface LayoutTableBindingModel {
|
|
6818
8154
|
/**
|
|
6819
8155
|
* Section id
|
|
8156
|
+
*
|
|
8157
|
+
* @format datatype.uuid
|
|
6820
8158
|
*/
|
|
6821
8159
|
sectionId: string;
|
|
6822
8160
|
/**
|
|
@@ -6840,7 +8178,7 @@ export declare namespace GenModels {
|
|
|
6840
8178
|
*/
|
|
6841
8179
|
deletedRows: Array<string>;
|
|
6842
8180
|
/**
|
|
6843
|
-
* Rows
|
|
8181
|
+
* Rows identifiers sorted by order
|
|
6844
8182
|
*/
|
|
6845
8183
|
rowsOrder: Array<string>;
|
|
6846
8184
|
}
|
|
@@ -6881,10 +8219,14 @@ export declare namespace GenModels {
|
|
|
6881
8219
|
interface OperationDataModel {
|
|
6882
8220
|
/**
|
|
6883
8221
|
* Gets or sets operation id
|
|
8222
|
+
*
|
|
8223
|
+
* @format datatype.uuid
|
|
6884
8224
|
*/
|
|
6885
8225
|
operationId: string;
|
|
6886
8226
|
/**
|
|
6887
8227
|
* Gets or sets operation builtInId
|
|
8228
|
+
*
|
|
8229
|
+
* @format datatype.uuid
|
|
6888
8230
|
*/
|
|
6889
8231
|
builtInOperationId: string;
|
|
6890
8232
|
/**
|
|
@@ -6905,6 +8247,8 @@ export declare namespace GenModels {
|
|
|
6905
8247
|
isGenerated: boolean;
|
|
6906
8248
|
/**
|
|
6907
8249
|
* Gets or sets generated operation identifier
|
|
8250
|
+
*
|
|
8251
|
+
* @format datatype.uuid
|
|
6908
8252
|
*/
|
|
6909
8253
|
generatedOperationId: string;
|
|
6910
8254
|
/**
|
|
@@ -6921,6 +8265,8 @@ export declare namespace GenModels {
|
|
|
6921
8265
|
order: number;
|
|
6922
8266
|
/**
|
|
6923
8267
|
* If operation is completion option, its identifier.
|
|
8268
|
+
*
|
|
8269
|
+
* @format datatype.uuid
|
|
6924
8270
|
*/
|
|
6925
8271
|
completionOptionId?: string;
|
|
6926
8272
|
/**
|
|
@@ -7053,6 +8399,8 @@ export declare namespace GenModels {
|
|
|
7053
8399
|
content: string;
|
|
7054
8400
|
/**
|
|
7055
8401
|
* Gets or sets task end date
|
|
8402
|
+
*
|
|
8403
|
+
* @format datatype.datetime
|
|
7056
8404
|
*/
|
|
7057
8405
|
endDate?: string;
|
|
7058
8406
|
/**
|
|
@@ -7061,6 +8409,8 @@ export declare namespace GenModels {
|
|
|
7061
8409
|
controller: GenModels.EmployeeModel;
|
|
7062
8410
|
/**
|
|
7063
8411
|
* Gets or sets task control date
|
|
8412
|
+
*
|
|
8413
|
+
* @format datatype.datetime
|
|
7064
8414
|
*/
|
|
7065
8415
|
controlDate?: string;
|
|
7066
8416
|
}
|
|
@@ -7073,6 +8423,8 @@ export declare namespace GenModels {
|
|
|
7073
8423
|
name: string;
|
|
7074
8424
|
/**
|
|
7075
8425
|
* Gets or sets task group end date
|
|
8426
|
+
*
|
|
8427
|
+
* @format datatype.datetime
|
|
7076
8428
|
*/
|
|
7077
8429
|
endDate?: string;
|
|
7078
8430
|
/**
|
|
@@ -7137,6 +8489,8 @@ export declare namespace GenModels {
|
|
|
7137
8489
|
content: string;
|
|
7138
8490
|
/**
|
|
7139
8491
|
* Gets or sets task end date
|
|
8492
|
+
*
|
|
8493
|
+
* @format datatype.datetime
|
|
7140
8494
|
*/
|
|
7141
8495
|
endDate?: string;
|
|
7142
8496
|
/**
|
|
@@ -7145,10 +8499,14 @@ export declare namespace GenModels {
|
|
|
7145
8499
|
controller: GenModels.EmployeeModel;
|
|
7146
8500
|
/**
|
|
7147
8501
|
* Gets or sets task control date
|
|
8502
|
+
*
|
|
8503
|
+
* @format datatype.datetime
|
|
7148
8504
|
*/
|
|
7149
8505
|
controlDate?: string;
|
|
7150
8506
|
/**
|
|
7151
8507
|
* Gets or sets actual end date
|
|
8508
|
+
*
|
|
8509
|
+
* @format datatype.datetime
|
|
7152
8510
|
*/
|
|
7153
8511
|
endDateActual?: string;
|
|
7154
8512
|
/**
|
|
@@ -7173,6 +8531,8 @@ export declare namespace GenModels {
|
|
|
7173
8531
|
interface LinkModel {
|
|
7174
8532
|
/**
|
|
7175
8533
|
* Gets link identifier
|
|
8534
|
+
*
|
|
8535
|
+
* @format datatype.uuid
|
|
7176
8536
|
*/
|
|
7177
8537
|
linkId: string;
|
|
7178
8538
|
/**
|
|
@@ -7181,6 +8541,8 @@ export declare namespace GenModels {
|
|
|
7181
8541
|
displayName: string;
|
|
7182
8542
|
/**
|
|
7183
8543
|
* Gets link type identifier
|
|
8544
|
+
*
|
|
8545
|
+
* @format datatype.uuid
|
|
7184
8546
|
*/
|
|
7185
8547
|
linkTypeId: string;
|
|
7186
8548
|
/**
|
|
@@ -7197,18 +8559,26 @@ export declare namespace GenModels {
|
|
|
7197
8559
|
isDocument: boolean;
|
|
7198
8560
|
/**
|
|
7199
8561
|
* Card type identifier
|
|
8562
|
+
*
|
|
8563
|
+
* @format datatype.uuid
|
|
7200
8564
|
*/
|
|
7201
8565
|
cardTypeId: string;
|
|
7202
8566
|
/**
|
|
7203
8567
|
* Card kind identifier
|
|
8568
|
+
*
|
|
8569
|
+
* @format datatype.uuid
|
|
7204
8570
|
*/
|
|
7205
8571
|
cardKindId: string;
|
|
7206
8572
|
/**
|
|
7207
8573
|
* Gets linked card identifier
|
|
8574
|
+
*
|
|
8575
|
+
* @format datatype.uuid
|
|
7208
8576
|
*/
|
|
7209
8577
|
cardId: string;
|
|
7210
8578
|
/**
|
|
7211
8579
|
* Gets link creation date
|
|
8580
|
+
*
|
|
8581
|
+
* @format datatype.datetime
|
|
7212
8582
|
*/
|
|
7213
8583
|
creationDate?: string;
|
|
7214
8584
|
/**
|
|
@@ -7253,6 +8623,8 @@ export declare namespace GenModels {
|
|
|
7253
8623
|
name: string;
|
|
7254
8624
|
/**
|
|
7255
8625
|
* Gets or sets task end date
|
|
8626
|
+
*
|
|
8627
|
+
* @format datatype.datetime
|
|
7256
8628
|
*/
|
|
7257
8629
|
endDate?: string;
|
|
7258
8630
|
/**
|
|
@@ -7313,6 +8685,8 @@ export declare namespace GenModels {
|
|
|
7313
8685
|
interface CompletionOption {
|
|
7314
8686
|
/**
|
|
7315
8687
|
* Gets or sets completion option identifier
|
|
8688
|
+
*
|
|
8689
|
+
* @format datatype.uuid
|
|
7316
8690
|
*/
|
|
7317
8691
|
id: string;
|
|
7318
8692
|
/**
|
|
@@ -7349,6 +8723,8 @@ export declare namespace GenModels {
|
|
|
7349
8723
|
type: GenModels.CompletionParameterType;
|
|
7350
8724
|
/**
|
|
7351
8725
|
* Gets or sets section identifier
|
|
8726
|
+
*
|
|
8727
|
+
* @format datatype.uuid
|
|
7352
8728
|
*/
|
|
7353
8729
|
sectionId: string;
|
|
7354
8730
|
/**
|
|
@@ -7377,6 +8753,8 @@ export declare namespace GenModels {
|
|
|
7377
8753
|
isEmpty: boolean;
|
|
7378
8754
|
/**
|
|
7379
8755
|
* Gets or sets parameter identifier
|
|
8756
|
+
*
|
|
8757
|
+
* @format datatype.uuid
|
|
7380
8758
|
*/
|
|
7381
8759
|
id: string;
|
|
7382
8760
|
showInCompletionDialog: boolean;
|
|
@@ -7442,6 +8820,8 @@ export declare namespace GenModels {
|
|
|
7442
8820
|
interface UniquenessCheckOperationModel {
|
|
7443
8821
|
/**
|
|
7444
8822
|
* Operation id
|
|
8823
|
+
*
|
|
8824
|
+
* @format datatype.uuid
|
|
7445
8825
|
*/
|
|
7446
8826
|
operationId: string;
|
|
7447
8827
|
/**
|
|
@@ -7502,10 +8882,14 @@ export declare namespace GenModels {
|
|
|
7502
8882
|
interface PerformersTypeDialogModel {
|
|
7503
8883
|
/**
|
|
7504
8884
|
* Organization restriction.
|
|
8885
|
+
*
|
|
8886
|
+
* @format datatype.uuid
|
|
7505
8887
|
*/
|
|
7506
8888
|
selectFromOrganization?: string;
|
|
7507
8889
|
/**
|
|
7508
8890
|
* Group restriction.
|
|
8891
|
+
*
|
|
8892
|
+
* @format datatype.uuid
|
|
7509
8893
|
*/
|
|
7510
8894
|
selectFromGroup?: string;
|
|
7511
8895
|
/**
|
|
@@ -7578,10 +8962,14 @@ export declare namespace GenModels {
|
|
|
7578
8962
|
delegatedTo: Array<GenModels.EmployeeModel>;
|
|
7579
8963
|
/**
|
|
7580
8964
|
* Gets or set delegate date
|
|
8965
|
+
*
|
|
8966
|
+
* @format datatype.datetime
|
|
7581
8967
|
*/
|
|
7582
8968
|
delegateDate: string;
|
|
7583
8969
|
/**
|
|
7584
8970
|
* Gets or set return from delegation date
|
|
8971
|
+
*
|
|
8972
|
+
* @format datatype.datetime
|
|
7585
8973
|
*/
|
|
7586
8974
|
returnFromDelegationDate?: string;
|
|
7587
8975
|
/**
|
|
@@ -7598,6 +8986,8 @@ export declare namespace GenModels {
|
|
|
7598
8986
|
interface EmployeeModel {
|
|
7599
8987
|
/**
|
|
7600
8988
|
* Gets or sets employee identifier
|
|
8989
|
+
*
|
|
8990
|
+
* @format datatype.uuid
|
|
7601
8991
|
*/
|
|
7602
8992
|
employeeId: string;
|
|
7603
8993
|
/**
|
|
@@ -7646,6 +9036,8 @@ export declare namespace GenModels {
|
|
|
7646
9036
|
interface UnitModel {
|
|
7647
9037
|
/**
|
|
7648
9038
|
* Get unit identifier
|
|
9039
|
+
*
|
|
9040
|
+
* @format datatype.uuid
|
|
7649
9041
|
*/
|
|
7650
9042
|
unitId: string;
|
|
7651
9043
|
/**
|
|
@@ -7658,6 +9050,8 @@ export declare namespace GenModels {
|
|
|
7658
9050
|
interface CompletionOptionModel {
|
|
7659
9051
|
/**
|
|
7660
9052
|
* Gets or sets completion option identifier
|
|
9053
|
+
*
|
|
9054
|
+
* @format datatype.uuid
|
|
7661
9055
|
*/
|
|
7662
9056
|
id: string;
|
|
7663
9057
|
/**
|
|
@@ -7722,10 +9116,14 @@ export declare namespace GenModels {
|
|
|
7722
9116
|
isResponsible: boolean;
|
|
7723
9117
|
/**
|
|
7724
9118
|
* Task start date
|
|
9119
|
+
*
|
|
9120
|
+
* @format datatype.datetime
|
|
7725
9121
|
*/
|
|
7726
9122
|
startDate?: string;
|
|
7727
9123
|
/**
|
|
7728
9124
|
* Task end date.
|
|
9125
|
+
*
|
|
9126
|
+
* @format datatype.datetime
|
|
7729
9127
|
*/
|
|
7730
9128
|
endDate?: string;
|
|
7731
9129
|
/**
|
|
@@ -7776,10 +9174,14 @@ export declare namespace GenModels {
|
|
|
7776
9174
|
interface SearchItemModel {
|
|
7777
9175
|
/**
|
|
7778
9176
|
* Search item id, specific for directory
|
|
9177
|
+
*
|
|
9178
|
+
* @format datatype.uuid
|
|
7779
9179
|
*/
|
|
7780
9180
|
id: string;
|
|
7781
9181
|
/**
|
|
7782
9182
|
* Search item card id
|
|
9183
|
+
*
|
|
9184
|
+
* @format datatype.uuid
|
|
7783
9185
|
*/
|
|
7784
9186
|
cardId: string;
|
|
7785
9187
|
/**
|
|
@@ -7851,6 +9253,44 @@ export declare namespace GenModels {
|
|
|
7851
9253
|
EveryWhere = 3
|
|
7852
9254
|
}
|
|
7853
9255
|
}
|
|
9256
|
+
export declare namespace GenModels {
|
|
9257
|
+
/**
|
|
9258
|
+
* Filter operation
|
|
9259
|
+
*/
|
|
9260
|
+
enum FilterOperation {
|
|
9261
|
+
/**
|
|
9262
|
+
* Default
|
|
9263
|
+
*/
|
|
9264
|
+
Default = 0,
|
|
9265
|
+
/**
|
|
9266
|
+
* Contains
|
|
9267
|
+
*/
|
|
9268
|
+
Contains = 1,
|
|
9269
|
+
/**
|
|
9270
|
+
* Equals
|
|
9271
|
+
*/
|
|
9272
|
+
Equals = 2
|
|
9273
|
+
}
|
|
9274
|
+
}
|
|
9275
|
+
export declare namespace GenModels {
|
|
9276
|
+
/**
|
|
9277
|
+
* Filter Mode
|
|
9278
|
+
*/
|
|
9279
|
+
enum FilterMode {
|
|
9280
|
+
/**
|
|
9281
|
+
* Default
|
|
9282
|
+
*/
|
|
9283
|
+
Default = 0,
|
|
9284
|
+
/**
|
|
9285
|
+
* Date List
|
|
9286
|
+
*/
|
|
9287
|
+
DateList = 1,
|
|
9288
|
+
/**
|
|
9289
|
+
* Date Calendar
|
|
9290
|
+
*/
|
|
9291
|
+
DateCalendar = 2
|
|
9292
|
+
}
|
|
9293
|
+
}
|
|
7854
9294
|
export declare namespace GenModels {
|
|
7855
9295
|
/**
|
|
7856
9296
|
* Defines grid view mode
|
|
@@ -7866,6 +9306,44 @@ export declare namespace GenModels {
|
|
|
7866
9306
|
Wrap = 1
|
|
7867
9307
|
}
|
|
7868
9308
|
}
|
|
9309
|
+
export declare namespace GenModels {
|
|
9310
|
+
/**
|
|
9311
|
+
* Table presentation mode
|
|
9312
|
+
*/
|
|
9313
|
+
enum TablePresentation {
|
|
9314
|
+
/**
|
|
9315
|
+
* Depends on device
|
|
9316
|
+
*/
|
|
9317
|
+
Default = 0,
|
|
9318
|
+
/**
|
|
9319
|
+
* Classic table view
|
|
9320
|
+
*/
|
|
9321
|
+
GridView = 1,
|
|
9322
|
+
/**
|
|
9323
|
+
* List view
|
|
9324
|
+
*/
|
|
9325
|
+
ListView = 2
|
|
9326
|
+
}
|
|
9327
|
+
}
|
|
9328
|
+
export declare namespace GenModels {
|
|
9329
|
+
/**
|
|
9330
|
+
* Column width mode
|
|
9331
|
+
*/
|
|
9332
|
+
enum ColumnWidthMode {
|
|
9333
|
+
/**
|
|
9334
|
+
* Minimal
|
|
9335
|
+
*/
|
|
9336
|
+
Minimal = 0,
|
|
9337
|
+
/**
|
|
9338
|
+
* Medium
|
|
9339
|
+
*/
|
|
9340
|
+
Medium = 1,
|
|
9341
|
+
/**
|
|
9342
|
+
* Maximal
|
|
9343
|
+
*/
|
|
9344
|
+
Maximal = 2
|
|
9345
|
+
}
|
|
9346
|
+
}
|
|
7869
9347
|
export declare namespace GenModels {
|
|
7870
9348
|
/**
|
|
7871
9349
|
* Type of directory value
|
|
@@ -8098,6 +9576,29 @@ export declare namespace GenModels {
|
|
|
8098
9576
|
GenericRead = -2147483648
|
|
8099
9577
|
}
|
|
8100
9578
|
}
|
|
9579
|
+
export declare namespace GenModels {
|
|
9580
|
+
/**
|
|
9581
|
+
* Defines file attachments mode for SendEmailButton control.
|
|
9582
|
+
*/
|
|
9583
|
+
enum FileAttachmentsMode {
|
|
9584
|
+
/**
|
|
9585
|
+
* Attach only main files.
|
|
9586
|
+
*/
|
|
9587
|
+
OnlyMainFiles = 0,
|
|
9588
|
+
/**
|
|
9589
|
+
* Attach only additional files.
|
|
9590
|
+
*/
|
|
9591
|
+
OnlyAdditionalFiles = 1,
|
|
9592
|
+
/**
|
|
9593
|
+
* Attach all files.
|
|
9594
|
+
*/
|
|
9595
|
+
AllFiles = 2,
|
|
9596
|
+
/**
|
|
9597
|
+
* No need to attach files.
|
|
9598
|
+
*/
|
|
9599
|
+
WithoutFiles = 3
|
|
9600
|
+
}
|
|
9601
|
+
}
|
|
8101
9602
|
export declare namespace GenModels {
|
|
8102
9603
|
/**
|
|
8103
9604
|
* Image generator type
|
|
@@ -8447,6 +9948,25 @@ export declare namespace GenModels {
|
|
|
8447
9948
|
Create = 2
|
|
8448
9949
|
}
|
|
8449
9950
|
}
|
|
9951
|
+
export declare namespace GenModels {
|
|
9952
|
+
/**
|
|
9953
|
+
* Special folder variants from control FolderDataContext
|
|
9954
|
+
*/
|
|
9955
|
+
enum SystemFolders {
|
|
9956
|
+
/**
|
|
9957
|
+
* Recent user cards
|
|
9958
|
+
*/
|
|
9959
|
+
RecentCards = 0,
|
|
9960
|
+
/**
|
|
9961
|
+
* Search results
|
|
9962
|
+
*/
|
|
9963
|
+
SearchResults = 1,
|
|
9964
|
+
/**
|
|
9965
|
+
* Favorites folder
|
|
9966
|
+
*/
|
|
9967
|
+
Favorites = 2
|
|
9968
|
+
}
|
|
9969
|
+
}
|
|
8450
9970
|
export declare namespace GenModels {
|
|
8451
9971
|
/**
|
|
8452
9972
|
* Javascript log message level.
|
|
@@ -9142,6 +10662,12 @@ export declare namespace GenModels {
|
|
|
9142
10662
|
NewWindow = 2
|
|
9143
10663
|
}
|
|
9144
10664
|
}
|
|
10665
|
+
export declare namespace GenModels {
|
|
10666
|
+
enum AdditionalElementsMode {
|
|
10667
|
+
Left = 0,
|
|
10668
|
+
Right = 1
|
|
10669
|
+
}
|
|
10670
|
+
}
|
|
9145
10671
|
export declare namespace GenModels {
|
|
9146
10672
|
enum BarcodeSearchButtonMode {
|
|
9147
10673
|
CurrentTab = 0,
|
|
@@ -9158,7 +10684,7 @@ export declare namespace GenModels {
|
|
|
9158
10684
|
}
|
|
9159
10685
|
export declare namespace GenModels {
|
|
9160
10686
|
/**
|
|
9161
|
-
* Save scanned image
|
|
10687
|
+
* Save scanned image format
|
|
9162
10688
|
*/
|
|
9163
10689
|
enum ScannedImageFormat {
|
|
9164
10690
|
/**
|
|
@@ -9741,6 +11267,29 @@ export declare namespace GenModels {
|
|
|
9741
11267
|
Layout = 1
|
|
9742
11268
|
}
|
|
9743
11269
|
}
|
|
11270
|
+
export declare namespace GenModels {
|
|
11271
|
+
/**
|
|
11272
|
+
* Data source variants from control FolderDataContext
|
|
11273
|
+
*/
|
|
11274
|
+
enum FolderDataContextMode {
|
|
11275
|
+
/**
|
|
11276
|
+
* From specified data source
|
|
11277
|
+
*/
|
|
11278
|
+
FromDataSource = 0,
|
|
11279
|
+
/**
|
|
11280
|
+
* From specified folder id
|
|
11281
|
+
*/
|
|
11282
|
+
KnownFolder = 1,
|
|
11283
|
+
/**
|
|
11284
|
+
* From current route
|
|
11285
|
+
*/
|
|
11286
|
+
FromUrl = 2,
|
|
11287
|
+
/**
|
|
11288
|
+
* System folder
|
|
11289
|
+
*/
|
|
11290
|
+
SystemFolder = 3
|
|
11291
|
+
}
|
|
11292
|
+
}
|
|
9744
11293
|
export declare namespace GenModels {
|
|
9745
11294
|
/**
|
|
9746
11295
|
* Field subtype
|
|
@@ -9820,41 +11369,3 @@ export declare namespace GenModels {
|
|
|
9820
11369
|
CardState = 17
|
|
9821
11370
|
}
|
|
9822
11371
|
}
|
|
9823
|
-
export declare namespace GenModels {
|
|
9824
|
-
/**
|
|
9825
|
-
* Special folder variants from control FolderDataContext
|
|
9826
|
-
*/
|
|
9827
|
-
enum SystemFolders {
|
|
9828
|
-
/**
|
|
9829
|
-
* Recent user cards
|
|
9830
|
-
*/
|
|
9831
|
-
RecentCards = 0,
|
|
9832
|
-
/**
|
|
9833
|
-
* Search results
|
|
9834
|
-
*/
|
|
9835
|
-
SearchResults = 1
|
|
9836
|
-
}
|
|
9837
|
-
}
|
|
9838
|
-
export declare namespace GenModels {
|
|
9839
|
-
/**
|
|
9840
|
-
* Data source variants from control FolderDataContext
|
|
9841
|
-
*/
|
|
9842
|
-
enum FolderDataContextMode {
|
|
9843
|
-
/**
|
|
9844
|
-
* From specified data source
|
|
9845
|
-
*/
|
|
9846
|
-
FromDataSource = 0,
|
|
9847
|
-
/**
|
|
9848
|
-
* From specified folder id
|
|
9849
|
-
*/
|
|
9850
|
-
KnownFolder = 1,
|
|
9851
|
-
/**
|
|
9852
|
-
* From current route
|
|
9853
|
-
*/
|
|
9854
|
-
FromUrl = 2,
|
|
9855
|
-
/**
|
|
9856
|
-
* System folder
|
|
9857
|
-
*/
|
|
9858
|
-
SystemFolder = 3
|
|
9859
|
-
}
|
|
9860
|
-
}
|