@docsvision/webclient 5.17.0-beta.13 → 5.17.0-beta.16
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/AcquaintanceManagementImpl.d.ts +2 -2
- package/Approval/AgreementManagement.d.ts +4 -2
- package/Approval/AgreementStageProps.d.ts +4 -2
- package/BackOffice/$CloudSignature.d.ts +34 -0
- package/BackOffice/$CryptoPro.d.ts +10 -0
- package/BackOffice/$DigitalSignature.d.ts +103 -0
- package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +4 -0
- package/BackOffice/AcknowledgementList.d.ts +57 -0
- package/BackOffice/AcknowledgementListButton.d.ts +5 -0
- package/BackOffice/AcknowledgementListContainer.d.ts +8 -0
- package/BackOffice/AcknowledgementListLogic.d.ts +8 -0
- package/BackOffice/AcknowledgementListView.d.ts +4 -0
- package/BackOffice/ActualizeProfileCertificateSource.d.ts +13 -0
- package/BackOffice/ApprovalTaskComplete.d.ts +4 -0
- package/BackOffice/{BackOfficeLayoutContextContstants.d.ts → BackOfficeLayoutContextConstants.d.ts} +0 -0
- package/BackOffice/CardKindImpl.d.ts +2 -1
- package/BackOffice/CardKindTree.d.ts +1 -1
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/CheckAbsenceDates.d.ts +2 -1
- package/BackOffice/ChildTasksPerforming.d.ts +2 -2
- package/BackOffice/ChildTasksPerformingImpl.d.ts +17 -15
- package/BackOffice/CommandMenuComponent.d.ts +2 -2
- package/BackOffice/ConvertCloudToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertLocalToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertPkiClientToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertSignLabelsToComboBoxItems.d.ts +15 -0
- package/BackOffice/CryptoProDssService.d.ts +65 -0
- package/BackOffice/CryptoProService.d.ts +10 -0
- package/BackOffice/{BatchDelegateOperation.d.ts → DelegateBatchOperation.d.ts} +8 -6
- package/BackOffice/{BatchDelegateOperationImpl.d.ts → DelegateBatchOperationImpl.d.ts} +3 -3
- package/BackOffice/DelegationParamsPanel.d.ts +1 -1
- package/BackOffice/DeleteShortcutBatchOperation.d.ts +2 -1
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DepartmentImpl.d.ts +1 -0
- package/BackOffice/DigitalSignatureService.d.ts +46 -0
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +78 -0
- package/BackOffice/DirectoryDesignerActionButton.d.ts +7 -0
- package/BackOffice/DirectoryDesignerItemCreateWindow.d.ts +4 -0
- package/BackOffice/DirectoryDesignerItemEditWindow.d.ts +4 -0
- package/BackOffice/DirectoryDesignerItemViewWindow.d.ts +8 -0
- package/BackOffice/DirectoryDesignerRow.d.ts +30 -15
- package/BackOffice/DirectoryDesignerRowConstants.d.ts +3 -0
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +50 -21
- package/BackOffice/DirectoryDesignerRowItemVisualiser.d.ts +9 -0
- package/BackOffice/DirectoryDesignerTypeaheadVariant.d.ts +6 -2
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/DssAuthorizationModels.d.ts +6 -0
- package/BackOffice/DssCertificateModels.d.ts +30 -0
- package/BackOffice/DssPolicyModels.d.ts +51 -0
- package/BackOffice/DssSignRequestModels.d.ts +145 -0
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/EmployeeInfo.d.ts +1 -1
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListControl.d.ts +10 -3
- package/BackOffice/FileListControlImpl.d.ts +5 -0
- package/BackOffice/FileListControlLogic.d.ts +4 -2
- package/BackOffice/FileListItemComponent.d.ts +1 -1
- package/BackOffice/FileListItemProps.d.ts +2 -1
- package/BackOffice/FileSign.d.ts +13 -39
- package/BackOffice/FileSignListDialog.d.ts +7 -2
- package/BackOffice/GenderDeterminantPlugin.d.ts +3 -0
- package/BackOffice/GetCalendarType.d.ts +2 -0
- package/BackOffice/GetSignatureMethodName.d.ts +4 -0
- package/BackOffice/GroupEmployeeInfo.d.ts +1 -1
- package/BackOffice/GroupTaskTasksTreeNodeResolver.d.ts +1 -1
- package/BackOffice/HistoryView.d.ts +1 -1
- package/BackOffice/ICertificateStatus.d.ts +6 -0
- package/BackOffice/IDigitalSignatureDialogManagement.d.ts +24 -0
- package/BackOffice/IDocumentInfoAdditionalInfoResult.d.ts +4 -0
- package/BackOffice/IDssCertificateInfoEx.d.ts +4 -0
- package/BackOffice/IFileSignInteractionModel.d.ts +9 -3
- package/BackOffice/IGetCertificateResult.d.ts +33 -0
- package/BackOffice/IGetDocumentInfoResult.d.ts +14 -0
- package/BackOffice/ISignOptions.d.ts +8 -0
- package/BackOffice/ISignRequest.d.ts +9 -0
- package/BackOffice/ISignResult.d.ts +5 -0
- package/BackOffice/ISignatureVerificationResult.d.ts +4 -0
- package/BackOffice/ITasksTreeContainerState.d.ts +9 -4
- package/BackOffice/ITasksTreeGroupMap.d.ts +1 -1
- package/BackOffice/ITasksTreeNodeContainer.d.ts +1 -1
- package/BackOffice/ITasksTreeNodeResolver.d.ts +1 -1
- package/BackOffice/ImageWithDescription.d.ts +1 -1
- package/BackOffice/InfoPopover.d.ts +2 -0
- package/BackOffice/Links.d.ts +2 -0
- package/BackOffice/LinksImpl.d.ts +2 -2
- package/BackOffice/LoadCertificatesThumberprints.d.ts +9 -0
- package/BackOffice/LoadCloudCertificates.d.ts +4 -0
- package/BackOffice/LoadPkiClientCertificates.d.ts +4 -0
- package/BackOffice/LoadSignatureMethods.d.ts +2 -0
- package/BackOffice/LoadSystemCertificates.d.ts +4 -0
- package/BackOffice/Numerator.d.ts +1 -0
- package/BackOffice/NumeratorImpl.d.ts +9 -1
- package/BackOffice/PartnerBase.d.ts +4 -2
- package/BackOffice/PartnerBaseImpl.d.ts +21 -1
- package/BackOffice/PartnerDepartmentImpl.d.ts +3 -0
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PartnerImpl.d.ts +3 -0
- package/BackOffice/PrepareSignatureMethodsComboBox.d.ts +7 -0
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/ProcessSettingsChanged.d.ts +12 -0
- package/BackOffice/SearchBar.d.ts +2 -2
- package/BackOffice/SearchButton.d.ts +1 -1
- package/BackOffice/SetEmployeeCertificate.d.ts +17 -0
- package/BackOffice/SignatureButton.d.ts +36 -0
- package/BackOffice/SignatureButton.stories.d.ts +10 -0
- package/BackOffice/SignatureButtonComponent.d.ts +7 -0
- package/BackOffice/SignatureButtonContainer.d.ts +7 -0
- package/BackOffice/SignatureButtonLogic.d.ts +27 -0
- package/BackOffice/SignatureButtonMenu.d.ts +6 -0
- package/BackOffice/SignatureButtonMenuItem.d.ts +6 -0
- package/BackOffice/SignatureButtonOptions.d.ts +51 -0
- package/BackOffice/SignatureButtonView.d.ts +10 -0
- package/BackOffice/SignatureConstants.d.ts +1 -0
- package/BackOffice/SignatureDialog.d.ts +64 -0
- package/BackOffice/SignatureDialog.stories.d.ts +12 -0
- package/BackOffice/SignatureDialogFrame.d.ts +17 -0
- package/BackOffice/SignatureDialogLabels.d.ts +9 -0
- package/BackOffice/SignatureDialogLoader.d.ts +3 -0
- package/BackOffice/SignatureDialogLogic.d.ts +65 -0
- package/BackOffice/SignatureDialogMethods.d.ts +10 -0
- package/BackOffice/SignatureDialogNoPluginMessage.d.ts +6 -0
- package/BackOffice/SignatureDialogSettings.d.ts +21 -0
- package/BackOffice/SignatureMethodsSetup.d.ts +40 -0
- package/BackOffice/SignatureMethodsSetup.stories.d.ts +14 -0
- package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +14 -0
- package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +12 -0
- package/BackOffice/SignatureMethodsSetupCertificatesTableLoader.d.ts +3 -0
- package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +13 -0
- package/BackOffice/SignatureMethodsSetupFrame.d.ts +9 -0
- package/BackOffice/SignatureMethodsSetupLogic.d.ts +90 -0
- package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +7 -0
- package/BackOffice/SignatureMethodsSetupSelectedMethodsLoader.d.ts +3 -0
- package/BackOffice/SignatureMethodsSetupTabType.d.ts +4 -0
- package/BackOffice/SimpleItemViewContent.d.ts +1 -0
- package/BackOffice/StaffDirectoryConstants.d.ts +3 -0
- package/BackOffice/StaffDirectoryInfoPopover.d.ts +29 -0
- package/BackOffice/StaffDirectoryItems.d.ts +9 -3
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +28 -4
- package/BackOffice/StaffDirectorySelectDialog.d.ts +4 -1
- package/BackOffice/StaffDirectoryView.d.ts +1 -0
- package/BackOffice/StateButtonsImpl.d.ts +1 -0
- package/BackOffice/SvsVerifyModels.d.ts +20 -0
- package/BackOffice/TaskCardCompletionOption.d.ts +2 -2
- package/BackOffice/TaskCardCompletionOptionImpl.d.ts +3 -3
- package/BackOffice/TaskDelegationInfo.d.ts +2 -2
- package/BackOffice/TaskTasksTreeNodeResolver.d.ts +1 -1
- package/BackOffice/Tasks.d.ts +3 -3
- package/BackOffice/TasksImpl.d.ts +4 -4
- package/BackOffice/TasksTable.d.ts +3 -2
- package/BackOffice/TasksTableContainer.d.ts +2 -2
- package/BackOffice/TasksTableHelpBox.d.ts +1 -1
- package/BackOffice/TasksTableLoader.d.ts +1 -1
- package/BackOffice/TasksTableLogic.d.ts +1 -1
- package/BackOffice/TasksTableView.d.ts +5 -5
- package/BackOffice/TasksTreeRibbon.d.ts +1 -1
- package/BackOffice/{TasksUtills.d.ts → TasksUtils.d.ts} +0 -0
- package/BackOffice/TimeOfPerformanceImpl.d.ts +2 -2
- package/BackOffice/ToggleCertificateSelection.d.ts +2 -0
- package/BackOffice/UpdateMethodComment.d.ts +2 -0
- package/BackOffice/UserProfile.d.ts +1 -0
- package/BackOffice/Utils.d.ts +14 -0
- package/BackOffice/ValueWithDescription.d.ts +1 -1
- package/BackOffice/WebFrameDirectorySearchPanel.d.ts +2 -2
- package/BackOffice/WebFrameDirectorySearchPanelContainer.d.ts +2 -2
- package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +4 -4
- package/BackOffice/WebFrameDirectorySearchPanelRouteHandler.d.ts +4 -4
- package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +2 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +4 -5
- package/Generated/DocsVision.WebClient.Controllers.d.ts +258 -9
- package/Generated/DocsVision.WebClient.Models.d.ts +1954 -574
- package/Helpers/ArtPlayer/ArtPlayer.d.ts +26 -0
- package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +10 -0
- package/Helpers/ArtPlayer/ArtPlayerLogic.d.ts +31 -0
- package/Helpers/ArtPlayer/ArtPlayerView.d.ts +13 -0
- package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +5 -0
- package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +10 -0
- package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/LoadArtPlayer.d.ts +5 -0
- package/Helpers/ArtPlayer/functions/SetCurrentTimeCode.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/SetPlayerLocalization.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/SortingTimeCodes.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/UpdatePlayerTime.d.ts +8 -0
- package/Helpers/ArtPlayer/models/IArtPlayer.d.ts +597 -0
- package/Helpers/ArtPlayer/models/IArtPlayerTImeCode.d.ts +6 -0
- package/Helpers/BoxWithButtons.d.ts +7 -1
- package/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault.d.ts +1 -0
- package/Helpers/FilePreview/FilePreview.d.ts +2 -2
- package/Helpers/LabeledText.d.ts +8 -0
- package/Helpers/ModalDialog/CommonModalDialog.d.ts +2 -1
- package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +3 -3
- package/Helpers/ModalDialog/KeyHandler.d.ts +12 -0
- package/Helpers/ReactList/ReactListDynamic.d.ts +1 -0
- package/Helpers/Sortable/Data/ClientModels/ISortableItem.d.ts +7 -1
- package/Helpers/Sortable/Sortable.d.ts +13 -3
- package/Helpers/SvgIcons/RightArrowIcon.d.ts +1 -0
- package/Helpers/SvgIcons/SvgWrapper.d.ts +1 -0
- package/Helpers/TextInput.d.ts +2 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +8 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +10 -0
- package/Helpers/TextInputDialog/TextInputDialog.d.ts +25 -0
- package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +8 -0
- package/Helpers/TextInputDialog/TextInputDialogHost.d.ts +14 -0
- package/Helpers/Typeahead/ITypeaheadProps.d.ts +6 -0
- package/Legacy/ApprovalFilePanel.d.ts +2 -1
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/FolderViews.d.ts +2 -0
- package/Legacy/IFileSingInfo.d.ts +3 -0
- package/Legacy/ILabelTextareaControl.d.ts +1 -1
- package/Legacy/ISignatureDataModel.d.ts +2 -0
- package/Legacy/ISignatureLabel.d.ts +1 -1
- package/Legacy/ISignatureListDataModel.d.ts +1 -1
- package/Legacy/ISignatureListItemDataModel.d.ts +6 -15
- package/Legacy/ISignatureListItemDetailDataModel.d.ts +8 -19
- package/Legacy/ISignatureVerificationDataModel.d.ts +4 -4
- package/Legacy/{ITextareaConrtol.d.ts → ITextareaControl.d.ts} +0 -0
- package/Legacy/LabelTextareaControl.d.ts +1 -1
- package/Legacy/NativeFunctions.d.ts +1 -20
- package/Legacy/SearchPanelRouteHandler.d.ts +19 -0
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +1 -0
- package/Legacy/TextareaControl.d.ts +1 -1
- package/Legacy/Utils.d.ts +7 -0
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +3 -2
- package/MainBundle.d.ts +1 -0
- package/Platform/$AggregatesCheckbox.d.ts +6 -0
- package/Platform/$CompanyLogo.d.ts +1 -2
- package/Platform/$ContextMenuOptions.d.ts +5 -4
- package/Platform/$EmployeeStatus.d.ts +6 -2
- package/Platform/$FolderGrid.d.ts +2 -1
- package/Platform/$FolderHelp.d.ts +13 -0
- package/Platform/$UnreadBar.d.ts +1 -1
- package/Platform/$UnreadCounter.d.ts +2 -0
- package/Platform/$UnreadCountersHealthMonitor.d.ts +6 -0
- package/Platform/{AcesssInheritanceButtons.d.ts → AccessInheritanceButtons.d.ts} +2 -2
- package/Platform/AddFileToTable.d.ts +2 -2
- package/Platform/AddFileToTableImpl.d.ts +8 -6
- package/Platform/AggregatesApplyButtonPanel.d.ts +9 -0
- package/Platform/AggregatesCheckbox.d.ts +7 -3
- package/Platform/AggregatesCheckboxPlugins.d.ts +1 -0
- package/Platform/AggregatesCheckboxService.d.ts +21 -6
- package/Platform/AggregatesGroup.d.ts +1 -1
- package/Platform/AggregatesListItem.d.ts +2 -2
- package/Platform/AggregatesNotAvailable.d.ts +1 -1
- package/Platform/AggregatesPanelHeader.d.ts +6 -3
- package/Platform/{applyCurrentSettings.d.ts → ApplyCurrentSettings.d.ts} +0 -0
- package/Platform/ApprovalVisualization.d.ts +10 -0
- package/Platform/ApprovalVisualizationArrows.d.ts +7 -0
- package/Platform/ApprovalVisualizationConditionList.d.ts +6 -0
- package/Platform/ApprovalVisualizationConditionOption.d.ts +6 -0
- package/Platform/ApprovalVisualizationContainer.d.ts +6 -0
- package/Platform/ApprovalVisualizationDescription.d.ts +5 -0
- package/Platform/ApprovalVisualizationLogic.d.ts +39 -0
- package/Platform/ApprovalVisualizationOptions.d.ts +32 -0
- package/Platform/ApprovalVisualizationRouteHandler.d.ts +14 -0
- package/Platform/ApprovalVisualizationRouteTypeMapper.d.ts +14 -0
- package/Platform/ApprovalVisualizationUtils.d.ts +3 -0
- package/Platform/ApprovalVisualizationView.d.ts +17 -0
- package/Platform/ApprovalVisualizationVisBlock.d.ts +6 -0
- package/Platform/ArchivedCardsIcon.d.ts +4 -2
- package/Platform/ArchivedCardsPlugin.d.ts +2 -1
- package/Platform/ArchivedCardsResponseResolver.d.ts +2 -1
- package/Platform/AutoConsolidation.d.ts +2 -2
- package/Platform/AutoConsolidationImpl.d.ts +12 -4
- package/Platform/BarcodeSearchButton.d.ts +2 -2
- package/Platform/BarcodeSearchButtonImpl.d.ts +16 -14
- package/Platform/BaseMainMenuItem.d.ts +3 -3
- package/Platform/BaseMainMenuItemImpl.d.ts +9 -7
- package/Platform/BaseNavigationMainMenuItem.d.ts +2 -2
- package/Platform/BaseNavigationMainMenuItemImpl.d.ts +6 -4
- package/Platform/BaseNavigationMenuItemRouteHandler.d.ts +5 -4
- package/Platform/BatchOperationsPlugin.d.ts +2 -2
- package/Platform/BatchSelectionState.d.ts +2 -2
- package/Platform/BatchSelectionStateImpl.d.ts +4 -2
- package/Platform/Block.d.ts +3 -3
- package/Platform/BlockImpl.d.ts +7 -5
- package/Platform/BottomEdge.d.ts +10 -0
- package/Platform/BottomEdgeBody.d.ts +4 -0
- package/Platform/BottomEdgePlugin.d.ts +4 -0
- package/Platform/ButtonPositionsSelection.d.ts +5 -3
- package/Platform/ButtonPositionsSelectionRadioButton.d.ts +7 -2
- package/Platform/CalendarIcon.d.ts +1 -1
- package/Platform/CalendarInput.d.ts +4 -2
- package/Platform/{canUseCssVariables.d.ts → CanUseCssVariables.d.ts} +0 -0
- package/Platform/CardLink.d.ts +5 -4
- package/Platform/CardLinkImpl.d.ts +9 -7
- package/Platform/CardManagement.d.ts +7 -3
- package/Platform/CardManagementImpl.d.ts +11 -7
- package/Platform/CardQuotesDataStub.d.ts +19 -0
- package/Platform/CardTestRouteTypeMapper.d.ts +10 -0
- package/Platform/CertificateSettings.d.ts +42 -0
- package/Platform/CertificateSettingsContainer.d.ts +10 -0
- package/Platform/CertificateSettingsLogic.d.ts +24 -0
- package/Platform/CertificateSettingsView.d.ts +5 -0
- package/Platform/CheckBox.d.ts +5 -5
- package/Platform/CheckBoxImpl.d.ts +9 -6
- package/Platform/ClearButton.d.ts +5 -2
- package/Platform/ComboBox.d.ts +2 -2
- package/Platform/ComboBoxImpl.d.ts +8 -6
- package/Platform/CommentFile.d.ts +3 -3
- package/Platform/CommentFileImpl.d.ts +10 -8
- package/Platform/CompanyLogoService.d.ts +3 -2
- package/Platform/CompleteTaskCondition.d.ts +3 -3
- package/Platform/CompleteTaskConditionImpl.d.ts +6 -4
- package/Platform/CompleteTaskConditionsTable.d.ts +2 -2
- package/Platform/CompleteTaskConditionsTableImpl.d.ts +8 -7
- package/Platform/ConfigurableMainMenuContainer.d.ts +4 -3
- package/Platform/ConfigurableMainMenuContainerButton.d.ts +2 -2
- package/Platform/ConfigurableMainMenuContainerButtonImpl.d.ts +7 -5
- package/Platform/ConfigurableMainMenuContainerImpl.d.ts +8 -6
- package/Platform/ConnectPinButtonToMainMenuScript.d.ts +4 -2
- package/Platform/ConnectUserFoldersToConfigurableContainerScript.d.ts +4 -2
- package/Platform/ContextMenu.d.ts +8 -10
- package/Platform/ContextMenuOptionsService.d.ts +3 -3
- package/Platform/ContextMenuUtils.d.ts +2 -2
- package/Platform/CopyShortcutBatchOperation.d.ts +2 -2
- package/Platform/CopyShortcutBatchOperationImpl.d.ts +4 -2
- package/Platform/CryptoProInfo.d.ts +4 -2
- package/Platform/CustomButton.d.ts +2 -2
- package/Platform/CustomButtonImpl.d.ts +8 -6
- package/Platform/CustomHtmlPageMainMenuItem.d.ts +2 -2
- package/Platform/CustomHtmlPageMainMenuItemImpl.d.ts +7 -5
- package/Platform/DVWebToolInfo.d.ts +4 -2
- package/Platform/DashboardContainer.d.ts +3 -3
- package/Platform/DashboardContainerImpl.d.ts +6 -4
- package/Platform/DateInput.d.ts +15 -3
- package/Platform/DateTimePicker.d.ts +6 -5
- package/Platform/DateTimePickerImpl.d.ts +18 -11
- package/Platform/DeleteBatchOperation.d.ts +4 -3
- package/Platform/DeleteBatchOperationImpl.d.ts +4 -2
- package/Platform/DisplayStaffUnit.d.ts +2 -2
- package/Platform/DisplayStaffUnitImpl.d.ts +5 -3
- package/Platform/DownloadAllTableFiles.d.ts +2 -2
- package/Platform/DownloadAllTableFilesImpl.d.ts +8 -6
- package/Platform/DownloadFilesBatchOperation.d.ts +6 -3
- package/Platform/DownloadFilesBatchOperationImpl.d.ts +4 -2
- package/Platform/Dropdown.d.ts +3 -3
- package/Platform/DropdownImpl.d.ts +17 -12
- package/Platform/EmployeeStatusService.d.ts +4 -4
- package/Platform/EmptyControlStub.d.ts +5 -2
- package/Platform/ExistingCardRouteNames.d.ts +1 -0
- package/Platform/ExportESignButton.d.ts +2 -2
- package/Platform/ExportESignButtonImpl.d.ts +5 -5
- package/Platform/ExportPlugin.d.ts +2 -1
- package/Platform/Favorite.d.ts +6 -3
- package/Platform/FileDropzone.d.ts +4 -3
- package/Platform/FileInput.d.ts +3 -1
- package/Platform/FilePicker.d.ts +18 -4
- package/Platform/FilePickerImpl.d.ts +7 -4
- package/Platform/FilePickerMenu.d.ts +1 -1
- package/Platform/FilePickerValueView.d.ts +1 -1
- package/Platform/FilePreview.d.ts +6 -4
- package/Platform/FilePreviewImpl.d.ts +8 -6
- package/Platform/FileVersionsTable.d.ts +1 -1
- package/Platform/FilterDate.d.ts +4 -2
- package/Platform/FilterDateRangePicker.d.ts +4 -2
- package/Platform/FilterDateTextListInput.d.ts +4 -2
- package/Platform/{filterViews.d.ts → FilterViews.d.ts} +0 -0
- package/Platform/FocusableTextInput.d.ts +4 -2
- package/Platform/Folder.d.ts +3 -3
- package/Platform/FolderCardsDashboardWidget.d.ts +3 -3
- package/Platform/FolderCardsDashboardWidgetImpl.d.ts +11 -4
- package/Platform/FolderContent.d.ts +1 -1
- package/Platform/FolderDashboardWidget.d.ts +3 -3
- package/Platform/FolderDashboardWidgetImpl.d.ts +5 -3
- package/Platform/FolderDataContext.d.ts +4 -4
- package/Platform/FolderDataContextImpl.d.ts +9 -5
- package/Platform/FolderDataLoadingService.d.ts +2 -2
- package/Platform/FolderGrid.d.ts +8 -5
- package/Platform/FolderGridBatchOperationsNode.d.ts +2 -2
- package/Platform/FolderGridBatchOperationsNodeImpl.d.ts +5 -3
- package/Platform/FolderGridImpl.d.ts +8 -3
- package/Platform/FolderGridService.d.ts +5 -2
- package/Platform/FolderGroupDashboardWidget.d.ts +3 -3
- package/Platform/FolderGroupDashboardWidgetImpl.d.ts +5 -3
- package/Platform/FolderHelpButton.d.ts +7 -0
- package/Platform/FolderHelpDialog.d.ts +9 -0
- package/Platform/FolderHelpPaths.d.ts +2 -0
- package/Platform/FolderHelpPlugins.d.ts +9 -0
- package/Platform/FolderHelpService.d.ts +10 -0
- package/Platform/FolderHelpTimeCodes.d.ts +2 -0
- package/Platform/FolderImpl.d.ts +8 -6
- package/Platform/FolderMainMenuItem.d.ts +3 -3
- package/Platform/FolderMainMenuItemImpl.d.ts +9 -7
- package/Platform/FolderManagementAdaptiveMenu.d.ts +2 -2
- package/Platform/{FolderManagmentData.d.ts → FolderManagementData.d.ts} +0 -0
- package/Platform/FolderManagementDialog.d.ts +2 -2
- package/Platform/FolderName.d.ts +4 -3
- package/Platform/FolderNameImpl.d.ts +6 -3
- package/Platform/FolderOperationManager.d.ts +7 -4
- package/Platform/FolderRouteTypeMapper.d.ts +2 -3
- package/Platform/FolderTypeDialog.d.ts +1 -1
- package/Platform/FolderTypeItems.d.ts +2 -2
- package/Platform/FolderTypeItemsImpl.d.ts +5 -3
- package/Platform/FolderViewItems.d.ts +2 -2
- package/Platform/FolderViewItemsImpl.d.ts +12 -10
- package/Platform/FolderWebFrameRouteHandler.d.ts +5 -2
- package/Platform/{formatNumberToCulture.d.ts → FormatNumberToCulture.d.ts} +0 -0
- package/Platform/{getArrayWidth.d.ts → GetArrayWidth.d.ts} +0 -0
- package/Platform/{getSortByRequest.d.ts → GetSortByRequest.d.ts} +0 -0
- package/Platform/GetWebFrameHeaderContainerChildControls.d.ts +11 -0
- package/Platform/GridFilterItem.d.ts +4 -4
- package/Platform/GridFilterItemImpl.d.ts +7 -5
- package/Platform/GridFilterItems.d.ts +5 -3
- package/Platform/GridFilterItemsImpl.d.ts +2 -2
- package/Platform/GridFilterResetButton.d.ts +4 -2
- package/Platform/GridOperationsPanel.d.ts +2 -2
- package/Platform/GridOperationsPanelImpl.d.ts +4 -2
- package/Platform/GridRowModel.d.ts +2 -0
- package/Platform/GroupFoldersMainMenuItem.d.ts +3 -3
- package/Platform/GroupFoldersMainMenuItemImpl.d.ts +5 -3
- package/Platform/GroupMainMenuItem.d.ts +3 -3
- package/Platform/GroupMainMenuItemImpl.d.ts +7 -5
- package/Platform/HoverPanelService.d.ts +1 -1
- package/Platform/HtmlTag.d.ts +6 -4
- package/Platform/HtmlView.d.ts +4 -2
- package/Platform/IAggregates.d.ts +17 -7
- package/Platform/IExistingCardRouteData.d.ts +1 -0
- package/Platform/IFilterComponent.d.ts +2 -2
- package/Platform/IGridFilterItemControl.d.ts +1 -1
- package/Platform/IQueryConditionControl.d.ts +1 -1
- package/Platform/Image.d.ts +6 -6
- package/Platform/ImageImpl.d.ts +7 -4
- package/Platform/ImageModel.d.ts +3 -1
- package/Platform/InputWithMask.d.ts +4 -2
- package/Platform/Label.d.ts +2 -2
- package/Platform/LabelImpl.d.ts +6 -4
- package/Platform/LayoutIconButton.d.ts +2 -2
- package/Platform/LayoutIconButtonImpl.d.ts +8 -6
- package/Platform/LayoutPageMainMenuItem.d.ts +3 -3
- package/Platform/LayoutPageMainMenuItemImpl.d.ts +7 -5
- package/Platform/LinkMainMenuItem.d.ts +2 -2
- package/Platform/LinkMainMenuItemImpl.d.ts +7 -5
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListContent.d.ts +1 -1
- package/Platform/ListContentHightlight.d.ts +1 -1
- package/Platform/ListEmpty.d.ts +1 -1
- package/Platform/ListEmptySearchIcon.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/ListItem.d.ts +1 -1
- package/Platform/ListLoading.d.ts +1 -1
- package/Platform/ListSearchIcon.d.ts +1 -1
- package/Platform/ListSlot.d.ts +1 -1
- package/Platform/ListTotalItem.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/MainMenu.d.ts +2 -2
- package/Platform/MainMenuImpl.d.ts +6 -4
- package/Platform/MainMenuPinButton.d.ts +4 -2
- package/Platform/MainMenuRouteHandler.d.ts +3 -3
- package/Platform/MasterGroupMainMenuItem.d.ts +2 -2
- package/Platform/MasterGroupMainMenuItemImpl.d.ts +8 -6
- package/Platform/MoveShortcutBatchOperation.d.ts +4 -3
- package/Platform/MoveShortcutBatchOperationImpl.d.ts +4 -2
- package/Platform/NoBatchOperationsMessage.d.ts +2 -2
- package/Platform/NoBatchOperationsMessageImpl.d.ts +4 -2
- package/Platform/Number.d.ts +5 -3
- package/Platform/NumberImpl.d.ts +15 -9
- package/Platform/Panel.d.ts +3 -3
- package/Platform/PanelImpl.d.ts +8 -6
- package/Platform/{prepareGridOptions.d.ts → PrepareGridOptions.d.ts} +0 -0
- package/Platform/{prepareGridViewModel.d.ts → PrepareGridViewModel.d.ts} +0 -0
- package/Platform/QueryCondition.d.ts +8 -8
- package/Platform/QueryConditionImpl.d.ts +6 -4
- package/Platform/QueryConditionsTable.d.ts +2 -2
- package/Platform/QueryConditionsTableImpl.d.ts +6 -4
- package/Platform/Quotes.d.ts +18 -0
- package/Platform/Quotes.stories.d.ts +8 -0
- package/Platform/QuotesButtonMore.d.ts +6 -0
- package/Platform/QuotesHighlight.d.ts +8 -0
- package/Platform/QuotesInner.d.ts +6 -0
- package/Platform/QuotesItem.d.ts +15 -0
- package/Platform/QuotesLogic.d.ts +40 -0
- package/Platform/QuotesModal.d.ts +14 -0
- package/Platform/QuotesModalButtonBlock.d.ts +6 -0
- package/Platform/QuotesModalQuote.d.ts +6 -0
- package/Platform/QuotesPlugins.d.ts +4 -0
- package/Platform/QuotesView.d.ts +16 -0
- package/Platform/QuotesWrapper.d.ts +6 -0
- package/Platform/RadioGroup.d.ts +3 -3
- package/Platform/RadioGroupImpl.d.ts +7 -5
- package/Platform/ReadAllPlugin.d.ts +2 -1
- package/Platform/ReadBatchOperation.d.ts +4 -3
- package/Platform/ReadBatchOperationImpl.d.ts +4 -2
- package/Platform/RecentCardsDashboardWidget.d.ts +5 -4
- package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +1 -1
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +12 -6
- package/Platform/RecentCardsRouteHandler.d.ts +2 -1
- package/Platform/RefreshFoldersTreeButton.d.ts +4 -2
- package/Platform/RefreshPlugin.d.ts +2 -1
- package/Platform/ResetSettings.d.ts +4 -2
- package/Platform/RightMainMenuItemPanel.d.ts +2 -2
- package/Platform/RightMainMenuItemPanelImpl.d.ts +7 -5
- package/Platform/RowContainer.d.ts +2 -2
- package/Platform/RowContainerImpl.d.ts +6 -4
- package/Platform/SaveColumnsRequestResolver.d.ts +13 -0
- package/Platform/SaveColumnsService.d.ts +2 -1
- package/Platform/SaveColumnsServiceProvider.d.ts +2 -1
- package/Platform/SavingButtons.d.ts +3 -3
- package/Platform/SavingButtonsImpl.d.ts +7 -5
- package/Platform/ScanButton.d.ts +2 -2
- package/Platform/ScanButtonImpl.d.ts +7 -5
- package/Platform/ScrollTopBottom.d.ts +4 -4
- package/Platform/ScrollTopBottomButtons.d.ts +2 -1
- package/Platform/ScrollTopBottomLogic.d.ts +4 -2
- package/Platform/SearchResultsFolderTablePluginFactory.d.ts +5 -5
- package/Platform/SearchResultsItem.d.ts +1 -1
- package/Platform/SearchResultsLoader.d.ts +1 -1
- package/Platform/SearchResultsMainMenuItem.d.ts +2 -2
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SearchingResults.d.ts +2 -2
- package/Platform/SearchingResultsImpl.d.ts +6 -4
- package/Platform/SecurityDescriptorDialog.d.ts +9 -5
- package/Platform/{setColumnsSettings.d.ts → SetColumnsSettings.d.ts} +0 -0
- package/Platform/SettingsPlugin.d.ts +9 -4
- package/Platform/SettingsPopup.d.ts +1 -1
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +2 -1
- package/Platform/SettingsPopupColumn.d.ts +1 -1
- package/Platform/SettingsPopupItemView.d.ts +1 -1
- package/Platform/SettingsPopupLogic.d.ts +14 -5
- package/Platform/SettingsPopupRow.d.ts +1 -1
- package/Platform/SettingsPopupView.d.ts +10 -8
- package/Platform/ShowAllButton.d.ts +1 -1
- package/Platform/StandardMainMenuContainer.d.ts +2 -2
- package/Platform/StandardMainMenuContainerImpl.d.ts +7 -5
- package/Platform/Tab.d.ts +9 -7
- package/Platform/Tab.stories.d.ts +9 -0
- package/Platform/TabImpl.d.ts +11 -9
- package/Platform/TabPage.d.ts +2 -2
- package/Platform/TabPageImpl.d.ts +7 -5
- package/Platform/Table.d.ts +6 -6
- package/Platform/TableCellNumberFormattedPlugin.d.ts +1 -1
- package/Platform/TableColumn.d.ts +2 -2
- package/Platform/TableColumnImpl.d.ts +6 -4
- package/Platform/TableColumnResponseResolver.d.ts +10 -0
- package/Platform/TableColumnWrapper.d.ts +9 -1
- package/Platform/TableFileDropzone.d.ts +3 -3
- package/Platform/TableFileInput.d.ts +1 -1
- package/Platform/TableImpl.d.ts +11 -9
- package/Platform/TablePresentationTogglePlugins.d.ts +1 -2
- package/Platform/TestUtils.d.ts +3 -1
- package/Platform/TextArea.d.ts +2 -2
- package/Platform/TextAreaAutosize.d.ts +3 -1
- package/Platform/TextAreaImpl.d.ts +15 -9
- package/Platform/TextBox.d.ts +2 -2
- package/Platform/TextBoxImpl.d.ts +12 -5
- package/Platform/TextControlBase.d.ts +2 -2
- package/Platform/TextControlBaseImpl.d.ts +7 -3
- package/Platform/TextListInputView.d.ts +25 -26
- package/Platform/TextListInputWrapper.d.ts +1 -1
- package/Platform/ToLocaleStringPolyfill.d.ts +2 -0
- package/Platform/ToggleArrowIcon.d.ts +2 -2
- package/Platform/{ToggleRowAcess.d.ts → ToggleRowAccess.d.ts} +0 -0
- package/Platform/ToolbarDaughterControl.d.ts +2 -2
- package/Platform/ToolbarDaughterControlImpl.d.ts +5 -3
- package/Platform/UnlockCards.d.ts +4 -2
- package/Platform/UnreadCounter.d.ts +1 -0
- package/Platform/UnreadCountersHealthMonitorService.d.ts +32 -0
- package/Platform/{updateColumnsVisible.d.ts → UpdateColumnsVisible.d.ts} +0 -0
- package/Platform/{updateValueCheckedColumn.d.ts → UpdateValueCheckedColumn.d.ts} +0 -0
- package/Platform/Url.d.ts +4 -2
- package/Platform/UserCulture.d.ts +6 -4
- package/Platform/UserFolderItemWrapper.d.ts +2 -2
- package/Platform/UserFoldersMainMenuItem.d.ts +3 -3
- package/Platform/UserFoldersMainMenuItemImpl.d.ts +9 -7
- package/Platform/UserInfo.d.ts +4 -2
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/{utils.d.ts → Utils.d.ts} +1 -1
- package/Platform/UtilsQuotes.d.ts +10 -0
- package/Platform/VisibilityWebFrameHeaderContainerChildControls.d.ts +2 -0
- package/Platform/WebFrameBodyContainer.d.ts +3 -3
- package/Platform/WebFrameBodyContainer.stories.d.ts +8 -0
- package/Platform/WebFrameBodyContainerImpl.d.ts +2 -2
- package/Platform/WebFrameCompanyLogo.d.ts +10 -3
- package/Platform/WebFrameCompanyLogo.stories.d.ts +10 -0
- package/Platform/WebFrameContent.d.ts +13 -4
- package/Platform/WebFrameContentContainer.d.ts +3 -3
- package/Platform/WebFrameContentContainerImpl.d.ts +2 -2
- package/Platform/WebFrameContentImpl.d.ts +9 -3
- package/Platform/WebFrameCurrentPageName.d.ts +2 -2
- package/Platform/WebFrameCurrentPageName.stories.d.ts +8 -0
- package/Platform/WebFrameHeaderContainer.d.ts +9 -4
- package/Platform/WebFrameHeaderContainer.stories.d.ts +17 -0
- package/Platform/WebFrameHeaderContainerImpl.d.ts +10 -3
- package/Platform/WebFrameHelpButton.d.ts +2 -2
- package/Platform/WebFrameHelpButton.stories.d.ts +10 -0
- package/Platform/WebFrameMainMenuButton.d.ts +2 -2
- package/Platform/WebFrameMainMenuButton.stories.d.ts +8 -0
- package/Platform/WebFrameMainMenuContainer.d.ts +6 -5
- package/Platform/WebFrameMainMenuContainer.stories.d.ts +10 -0
- package/Platform/WebFrameMainMenuContainerImpl.d.ts +6 -4
- package/Platform/WebFrameNavigationBar.d.ts +10 -9
- package/Platform/WebFrameNavigationBar.stories.d.ts +19 -0
- package/Platform/WebFrameNavigationBarBackButton.d.ts +2 -2
- package/Platform/WebFrameNavigationBarCreateButton.d.ts +2 -2
- package/Platform/WebFrameNavigationBarImpl.d.ts +4 -2
- package/Platform/WebFrameSearchPanel.d.ts +4 -4
- package/Platform/WebFrameSearchPanel.stories.d.ts +14 -0
- package/Platform/WebFrameUserPanel.d.ts +2 -2
- package/Platform/XIcon.d.ts +1 -1
- package/Platform/index.d.ts +1 -7
- package/StandardServices.d.ts +7 -1
- package/System/$FileService.d.ts +16 -9
- package/System/$Layout.d.ts +1 -1
- package/System/$LayoutBackground.d.ts +27 -0
- package/System/$PollService.d.ts +0 -3
- package/System/$Router.d.ts +1 -0
- package/System/$WebFrameContentHeight.d.ts +14 -0
- package/System/BaseControl.d.ts +15 -1
- package/System/BlobToBase64.d.ts +1 -0
- package/System/DataGridControl.d.ts +63 -0
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/FileService.d.ts +14 -15
- package/System/FilterLogic.d.ts +6 -0
- package/System/GenerateTestData.d.ts +2 -0
- package/System/IAsyncControlInfo.d.ts +1 -1
- package/System/ILayoutParams.d.ts +3 -0
- package/System/InputBasedControl.d.ts +5 -0
- package/System/InputBasedControlImpl.d.ts +6 -3
- package/System/Layout.d.ts +10 -1
- package/System/LayoutBackgroundService.d.ts +12 -0
- package/System/LayoutImpl.d.ts +3 -2
- package/System/LayoutManager.d.ts +1 -1
- package/System/LayoutRowControllerStub.d.ts +1 -0
- package/System/LayoutUtils.d.ts +1 -0
- package/System/NavigationBarStub.d.ts +31 -0
- package/System/OperationUtils.d.ts +2 -0
- package/System/PageLeaveConfirmation.d.ts +1 -0
- package/System/Poll.d.ts +2 -2
- package/System/PollService.d.ts +7 -6
- package/System/{PreventPropogation.d.ts → PreventPropagation.d.ts} +0 -0
- package/System/PrintContent.d.ts +1 -1
- package/System/RouteType.d.ts +6 -0
- package/System/Router.d.ts +1 -1
- package/System/StandardRoutes.d.ts +1 -0
- package/System/StringUtils.d.ts +5 -1
- package/System/TabStub.d.ts +13 -0
- package/System/WebFrameContentHeightService.d.ts +14 -0
- package/System/WebFrameNavigationBarStub.d.ts +283 -0
- package/package.json +1 -1
- package/BackOffice/FileSignCreateDialog.d.ts +0 -83
- package/BackOffice/FileSignSelectCertificateDialog.d.ts +0 -57
- package/Globals/DVPromise.d.ts +0 -19
- package/Helpers/DateRangePicker/DateRangePicker.d.ts +0 -24
- package/Helpers/DateRangePicker/DateRangePicker.stories.d.ts +0 -9
- package/Helpers/DateRangePicker/components/DateRangePickerDay.d.ts +0 -15
- package/Helpers/DateRangePicker/components/DateRangePickerToolbar.d.ts +0 -14
- package/Platform/$SearchText.d.ts +0 -11
- package/Platform/FilterPlugin.d.ts +0 -3
- package/Platform/GropingPlugin.d.ts +0 -3
- package/Platform/ResetSettingsPlugin.d.ts +0 -18
- package/Platform/SearchPlugin.d.ts +0 -3
- package/Platform/SearchTextProvider.d.ts +0 -7
- package/Platform/SearchTextService.d.ts +0 -10
- package/Platform/toLocaleStringPolifill.d.ts +0 -1
|
@@ -702,6 +702,129 @@ export declare namespace GenModels {
|
|
|
702
702
|
contractId: string;
|
|
703
703
|
}
|
|
704
704
|
}
|
|
705
|
+
export declare namespace GenModels {
|
|
706
|
+
interface SettingsGraph {
|
|
707
|
+
stageNodes: Array<GenModels.StageNode>;
|
|
708
|
+
arrows: Array<GenModels.Arrow>;
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
export declare namespace GenModels {
|
|
712
|
+
interface StageNode {
|
|
713
|
+
id: string;
|
|
714
|
+
name: string;
|
|
715
|
+
first: boolean;
|
|
716
|
+
taskSendingMode: GenModels.StageTaskSendingMode;
|
|
717
|
+
repeatMode: GenModels.StageRepeatMode;
|
|
718
|
+
startConditionType: GenModels.ConditionType;
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
export declare namespace GenModels {
|
|
722
|
+
interface Arrow {
|
|
723
|
+
decisionSemantics: GenModels.DecisionSemantics;
|
|
724
|
+
sourceNode: GenModels.NodeReference;
|
|
725
|
+
targetNode: GenModels.NodeReference;
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
export declare namespace GenModels {
|
|
729
|
+
interface NodeReference {
|
|
730
|
+
id: string;
|
|
731
|
+
nodeType: GenModels.NodeType;
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
export declare namespace GenModels {
|
|
735
|
+
interface SignatureMethodSettings {
|
|
736
|
+
/**
|
|
737
|
+
* User name in DSS service
|
|
738
|
+
*/
|
|
739
|
+
cloudAccountName: string;
|
|
740
|
+
/**
|
|
741
|
+
* Long live DSS access token stored in database.
|
|
742
|
+
*/
|
|
743
|
+
accessTokenReceived: boolean;
|
|
744
|
+
/**
|
|
745
|
+
* List of known methods.
|
|
746
|
+
*/
|
|
747
|
+
methods: Array<GenModels.SignatureMethod>;
|
|
748
|
+
/**
|
|
749
|
+
* List of all known certificates.
|
|
750
|
+
*/
|
|
751
|
+
certificates: Array<GenModels.SavedCertificateInfo>;
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
export declare namespace GenModels {
|
|
755
|
+
interface SignatureMethod {
|
|
756
|
+
/**
|
|
757
|
+
* Identifier of certificate or
|
|
758
|
+
*/
|
|
759
|
+
id: string;
|
|
760
|
+
/**
|
|
761
|
+
* Is simple signature (without certificate).
|
|
762
|
+
*/
|
|
763
|
+
isSimple: boolean;
|
|
764
|
+
/**
|
|
765
|
+
* Is default certificate, configured in user profile.
|
|
766
|
+
*/
|
|
767
|
+
isUserDefault: boolean;
|
|
768
|
+
/**
|
|
769
|
+
* Order in certificate list
|
|
770
|
+
*/
|
|
771
|
+
order: number;
|
|
772
|
+
/**
|
|
773
|
+
* Show method in list
|
|
774
|
+
*/
|
|
775
|
+
enabled: boolean;
|
|
776
|
+
/**
|
|
777
|
+
* Comment
|
|
778
|
+
*/
|
|
779
|
+
comment: string;
|
|
780
|
+
/**
|
|
781
|
+
* Certificate info
|
|
782
|
+
*/
|
|
783
|
+
certificateInfo: GenModels.SavedCertificateInfo;
|
|
784
|
+
}
|
|
785
|
+
}
|
|
786
|
+
export declare namespace GenModels {
|
|
787
|
+
interface SavedCertificateInfo {
|
|
788
|
+
/**
|
|
789
|
+
* Id in crypto system (in DSS or in local certificate storage).
|
|
790
|
+
*/
|
|
791
|
+
externalId: string;
|
|
792
|
+
/**
|
|
793
|
+
* Issued to
|
|
794
|
+
*/
|
|
795
|
+
signer: string;
|
|
796
|
+
/**
|
|
797
|
+
* Issued from
|
|
798
|
+
*/
|
|
799
|
+
authority: string;
|
|
800
|
+
/**
|
|
801
|
+
* Time of the certification life
|
|
802
|
+
*
|
|
803
|
+
* @format datatype.datetime
|
|
804
|
+
*/
|
|
805
|
+
validTo: string;
|
|
806
|
+
/**
|
|
807
|
+
* Comment
|
|
808
|
+
*/
|
|
809
|
+
comment: string;
|
|
810
|
+
/**
|
|
811
|
+
* User defined name of the certificate.
|
|
812
|
+
*/
|
|
813
|
+
friendlyName: string;
|
|
814
|
+
/**
|
|
815
|
+
* Requires pin code to access.
|
|
816
|
+
*/
|
|
817
|
+
hasPinCode: boolean;
|
|
818
|
+
/**
|
|
819
|
+
* Where method received from.
|
|
820
|
+
*/
|
|
821
|
+
source: GenModels.SignatureMethodSources;
|
|
822
|
+
/**
|
|
823
|
+
* Certificate thumberprint.
|
|
824
|
+
*/
|
|
825
|
+
thumberprint: string;
|
|
826
|
+
}
|
|
827
|
+
}
|
|
705
828
|
export declare namespace GenModels {
|
|
706
829
|
interface SearchRequestModel {
|
|
707
830
|
/**
|
|
@@ -912,6 +1035,145 @@ export declare namespace GenModels {
|
|
|
912
1035
|
children: Array<GenModels.FolderTypeInfo>;
|
|
913
1036
|
}
|
|
914
1037
|
}
|
|
1038
|
+
export declare namespace GenModels {
|
|
1039
|
+
interface UploadToDssRequest {
|
|
1040
|
+
url: string;
|
|
1041
|
+
authorization: string;
|
|
1042
|
+
/**
|
|
1043
|
+
* Parent document card id
|
|
1044
|
+
*
|
|
1045
|
+
* @format datatype.uuid
|
|
1046
|
+
*/
|
|
1047
|
+
documentId: string;
|
|
1048
|
+
/**
|
|
1049
|
+
* Signature parts
|
|
1050
|
+
*/
|
|
1051
|
+
parts: Array<GenModels.DocumentSignaturePartInfo>;
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
export declare namespace GenModels {
|
|
1055
|
+
interface DocumentSignaturePartInfo {
|
|
1056
|
+
/**
|
|
1057
|
+
* What upload to DSS
|
|
1058
|
+
*/
|
|
1059
|
+
partType: GenModels.SignatureItemType;
|
|
1060
|
+
/**
|
|
1061
|
+
* FileManager file id to upload
|
|
1062
|
+
*
|
|
1063
|
+
* @format datatype.uuid
|
|
1064
|
+
*/
|
|
1065
|
+
fileId?: string;
|
|
1066
|
+
}
|
|
1067
|
+
}
|
|
1068
|
+
export declare namespace GenModels {
|
|
1069
|
+
interface DssRequestBody {
|
|
1070
|
+
url: string;
|
|
1071
|
+
authorization: string;
|
|
1072
|
+
body: string;
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
export declare namespace GenModels {
|
|
1076
|
+
interface DataGridControlParams {
|
|
1077
|
+
/**
|
|
1078
|
+
* Plugin name
|
|
1079
|
+
*/
|
|
1080
|
+
pluginName: string;
|
|
1081
|
+
/**
|
|
1082
|
+
* Parameters
|
|
1083
|
+
*/
|
|
1084
|
+
parameters: Array<GenModels.ParamModel>;
|
|
1085
|
+
/**
|
|
1086
|
+
* Source id
|
|
1087
|
+
*
|
|
1088
|
+
* @format datatype.uuid
|
|
1089
|
+
*/
|
|
1090
|
+
sourceId?: string;
|
|
1091
|
+
}
|
|
1092
|
+
}
|
|
1093
|
+
export declare namespace GenModels {
|
|
1094
|
+
interface ParamModel {
|
|
1095
|
+
/**
|
|
1096
|
+
* key
|
|
1097
|
+
*/
|
|
1098
|
+
key: string;
|
|
1099
|
+
/**
|
|
1100
|
+
* value
|
|
1101
|
+
*/
|
|
1102
|
+
value: string;
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
export declare namespace GenModels {
|
|
1106
|
+
interface TableModel {
|
|
1107
|
+
/**
|
|
1108
|
+
* Table id
|
|
1109
|
+
*/
|
|
1110
|
+
id: string;
|
|
1111
|
+
/**
|
|
1112
|
+
* Source id in the system
|
|
1113
|
+
*/
|
|
1114
|
+
sourceId: string;
|
|
1115
|
+
/**
|
|
1116
|
+
* Column models
|
|
1117
|
+
*/
|
|
1118
|
+
columns: Array<GenModels.ColumnModel>;
|
|
1119
|
+
/**
|
|
1120
|
+
* Row models
|
|
1121
|
+
*/
|
|
1122
|
+
rows: Array<GenModels.RowModel>;
|
|
1123
|
+
}
|
|
1124
|
+
}
|
|
1125
|
+
export declare namespace GenModels {
|
|
1126
|
+
interface ColumnModel {
|
|
1127
|
+
/**
|
|
1128
|
+
* Column id
|
|
1129
|
+
*/
|
|
1130
|
+
id: string;
|
|
1131
|
+
/**
|
|
1132
|
+
* Column name
|
|
1133
|
+
*/
|
|
1134
|
+
name: string;
|
|
1135
|
+
/**
|
|
1136
|
+
* Visability flag
|
|
1137
|
+
*/
|
|
1138
|
+
hidden?: boolean;
|
|
1139
|
+
/**
|
|
1140
|
+
* Column order
|
|
1141
|
+
*/
|
|
1142
|
+
order?: number;
|
|
1143
|
+
/**
|
|
1144
|
+
* Column type
|
|
1145
|
+
*/
|
|
1146
|
+
type?: GenModels.ColumnType;
|
|
1147
|
+
}
|
|
1148
|
+
}
|
|
1149
|
+
export declare namespace GenModels {
|
|
1150
|
+
interface RowModel {
|
|
1151
|
+
/**
|
|
1152
|
+
* Row id
|
|
1153
|
+
*/
|
|
1154
|
+
id: string;
|
|
1155
|
+
/**
|
|
1156
|
+
* Entity id in the system
|
|
1157
|
+
*/
|
|
1158
|
+
entityId: string;
|
|
1159
|
+
/**
|
|
1160
|
+
* Cells data
|
|
1161
|
+
*/
|
|
1162
|
+
cells: Array<GenModels.CellModel>;
|
|
1163
|
+
}
|
|
1164
|
+
}
|
|
1165
|
+
export declare namespace GenModels {
|
|
1166
|
+
interface CellModel {
|
|
1167
|
+
/**
|
|
1168
|
+
* Column id
|
|
1169
|
+
*/
|
|
1170
|
+
columnId: string;
|
|
1171
|
+
/**
|
|
1172
|
+
* Value
|
|
1173
|
+
*/
|
|
1174
|
+
value: any;
|
|
1175
|
+
}
|
|
1176
|
+
}
|
|
915
1177
|
export declare namespace GenModels {
|
|
916
1178
|
interface SecurityTarget {
|
|
917
1179
|
/**
|
|
@@ -1476,91 +1738,242 @@ export declare namespace GenModels {
|
|
|
1476
1738
|
* Row description
|
|
1477
1739
|
*/
|
|
1478
1740
|
description: string;
|
|
1741
|
+
/**
|
|
1742
|
+
* Row parent id
|
|
1743
|
+
*
|
|
1744
|
+
* @format datatype.uuid
|
|
1745
|
+
*/
|
|
1746
|
+
parentId: string;
|
|
1479
1747
|
}
|
|
1480
1748
|
}
|
|
1481
1749
|
export declare namespace GenModels {
|
|
1482
|
-
interface
|
|
1750
|
+
interface DirectoryDesignerNodeModel {
|
|
1483
1751
|
/**
|
|
1484
|
-
*
|
|
1752
|
+
* Node id
|
|
1753
|
+
*
|
|
1754
|
+
* @format datatype.uuid
|
|
1485
1755
|
*/
|
|
1486
|
-
|
|
1756
|
+
id: string;
|
|
1487
1757
|
/**
|
|
1488
|
-
*
|
|
1758
|
+
* Node name
|
|
1489
1759
|
*/
|
|
1490
|
-
|
|
1491
|
-
}
|
|
1492
|
-
}
|
|
1493
|
-
export declare namespace GenModels {
|
|
1494
|
-
interface CalendarYearSettings {
|
|
1760
|
+
name: string;
|
|
1495
1761
|
/**
|
|
1496
|
-
*
|
|
1762
|
+
* Node description
|
|
1497
1763
|
*/
|
|
1498
|
-
|
|
1764
|
+
description: string;
|
|
1499
1765
|
/**
|
|
1500
|
-
*
|
|
1766
|
+
* Node parent id
|
|
1767
|
+
*
|
|
1768
|
+
* @format datatype.uuid
|
|
1501
1769
|
*/
|
|
1502
|
-
|
|
1770
|
+
parentId: string;
|
|
1503
1771
|
}
|
|
1504
1772
|
}
|
|
1505
1773
|
export declare namespace GenModels {
|
|
1506
|
-
interface
|
|
1774
|
+
interface DirectoryDesignerQuery {
|
|
1507
1775
|
/**
|
|
1508
|
-
*
|
|
1776
|
+
* Search Area
|
|
1509
1777
|
*/
|
|
1510
|
-
|
|
1778
|
+
searchArea: GenModels.DirectoryDesignerSearchArea;
|
|
1511
1779
|
/**
|
|
1512
|
-
*
|
|
1780
|
+
* Search Text
|
|
1513
1781
|
*/
|
|
1514
|
-
|
|
1782
|
+
searchText: string;
|
|
1783
|
+
/**
|
|
1784
|
+
* Node Id
|
|
1785
|
+
*
|
|
1786
|
+
* @format datatype.uuid
|
|
1787
|
+
*/
|
|
1788
|
+
nodeId: string;
|
|
1789
|
+
/**
|
|
1790
|
+
* Pagination
|
|
1791
|
+
*/
|
|
1792
|
+
pagination: GenModels.Pagination;
|
|
1793
|
+
/**
|
|
1794
|
+
* Need return build path flag
|
|
1795
|
+
*/
|
|
1796
|
+
needBuildPath: boolean;
|
|
1515
1797
|
}
|
|
1516
1798
|
}
|
|
1517
1799
|
export declare namespace GenModels {
|
|
1518
|
-
interface
|
|
1800
|
+
interface Pagination {
|
|
1519
1801
|
/**
|
|
1520
|
-
*
|
|
1802
|
+
* How many records client already have
|
|
1521
1803
|
*/
|
|
1522
|
-
|
|
1804
|
+
skip?: number;
|
|
1523
1805
|
/**
|
|
1524
|
-
*
|
|
1806
|
+
* How many records client want to receive
|
|
1525
1807
|
*/
|
|
1526
|
-
|
|
1808
|
+
maxCount?: number;
|
|
1527
1809
|
}
|
|
1528
1810
|
}
|
|
1529
1811
|
export declare namespace GenModels {
|
|
1530
|
-
interface
|
|
1812
|
+
interface DirectoryDesignerLoadResponse {
|
|
1531
1813
|
/**
|
|
1532
|
-
*
|
|
1814
|
+
* Items
|
|
1533
1815
|
*/
|
|
1534
|
-
|
|
1816
|
+
items: Array<GenModels.DirectoryDesignerItem>;
|
|
1535
1817
|
/**
|
|
1536
|
-
*
|
|
1537
|
-
*
|
|
1538
|
-
* @format datatype.datetime
|
|
1818
|
+
* Has more
|
|
1539
1819
|
*/
|
|
1540
|
-
|
|
1820
|
+
hasMore: boolean;
|
|
1541
1821
|
/**
|
|
1542
|
-
*
|
|
1543
|
-
*
|
|
1544
|
-
* @format datatype.datetime
|
|
1822
|
+
* Directory timestamp
|
|
1545
1823
|
*/
|
|
1546
|
-
|
|
1824
|
+
directoryTimestamp: number;
|
|
1825
|
+
/**
|
|
1826
|
+
* Total count of items
|
|
1827
|
+
*/
|
|
1828
|
+
totalItemsCount?: number;
|
|
1547
1829
|
}
|
|
1548
1830
|
}
|
|
1549
1831
|
export declare namespace GenModels {
|
|
1550
|
-
interface
|
|
1832
|
+
interface DirectoryDesignerItem extends GenModels.IDirectoryItemData {
|
|
1551
1833
|
/**
|
|
1552
|
-
*
|
|
1834
|
+
* Node Type
|
|
1835
|
+
*/
|
|
1836
|
+
type: GenModels.DirectoryDesignerTreeNodeType;
|
|
1837
|
+
/**
|
|
1838
|
+
* Has Children
|
|
1839
|
+
*/
|
|
1840
|
+
hasChildren: boolean;
|
|
1841
|
+
/**
|
|
1842
|
+
* Id
|
|
1553
1843
|
*
|
|
1554
1844
|
* @format datatype.uuid
|
|
1555
1845
|
*/
|
|
1556
1846
|
id: string;
|
|
1557
1847
|
/**
|
|
1558
|
-
*
|
|
1848
|
+
* Parent Id
|
|
1849
|
+
*
|
|
1850
|
+
* @format datatype.uuid
|
|
1559
1851
|
*/
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1852
|
+
parentId: string;
|
|
1853
|
+
/**
|
|
1854
|
+
* Name
|
|
1855
|
+
*/
|
|
1856
|
+
name: string;
|
|
1857
|
+
/**
|
|
1858
|
+
* Description
|
|
1859
|
+
*/
|
|
1860
|
+
description: string;
|
|
1861
|
+
data: any;
|
|
1862
|
+
dataType: GenModels.DirectoryDataType;
|
|
1863
|
+
path: Array<GenModels.DirectoryDesignerItem>;
|
|
1864
|
+
/**
|
|
1865
|
+
* Partner search info
|
|
1866
|
+
*/
|
|
1867
|
+
searchInfo: GenModels.SearchInfo;
|
|
1868
|
+
}
|
|
1869
|
+
}
|
|
1870
|
+
export declare namespace GenModels {
|
|
1871
|
+
interface SearchInfo {
|
|
1872
|
+
/**
|
|
1873
|
+
* Is matched
|
|
1874
|
+
*/
|
|
1875
|
+
matched: boolean;
|
|
1876
|
+
/**
|
|
1877
|
+
* Matched field name
|
|
1878
|
+
*/
|
|
1879
|
+
matchedFieldName: string;
|
|
1880
|
+
/**
|
|
1881
|
+
* Matched field value
|
|
1882
|
+
*/
|
|
1883
|
+
matchedFieldValue: string;
|
|
1884
|
+
}
|
|
1885
|
+
}
|
|
1886
|
+
export declare namespace GenModels {
|
|
1887
|
+
interface EmployeeStatusModel extends GenModels.EmployeeDataModel {
|
|
1888
|
+
/**
|
|
1889
|
+
* Return true whether user participate in Security Group for aggregates
|
|
1890
|
+
*/
|
|
1891
|
+
isAggregationUser: boolean;
|
|
1892
|
+
}
|
|
1893
|
+
}
|
|
1894
|
+
export declare namespace GenModels {
|
|
1895
|
+
interface CalendarRequestModel {
|
|
1896
|
+
/**
|
|
1897
|
+
* Restrict result with specified year only
|
|
1898
|
+
*/
|
|
1899
|
+
year?: number;
|
|
1900
|
+
/**
|
|
1901
|
+
* Restrict result with specified day only
|
|
1902
|
+
*/
|
|
1903
|
+
day?: number;
|
|
1904
|
+
}
|
|
1905
|
+
}
|
|
1906
|
+
export declare namespace GenModels {
|
|
1907
|
+
interface CalendarYearSettings {
|
|
1908
|
+
/**
|
|
1909
|
+
* Year
|
|
1910
|
+
*/
|
|
1911
|
+
year: number;
|
|
1912
|
+
/**
|
|
1913
|
+
* Value of business calendar EndTime
|
|
1914
|
+
*/
|
|
1915
|
+
days: Array<GenModels.CalendarDaySettings>;
|
|
1916
|
+
}
|
|
1917
|
+
}
|
|
1918
|
+
export declare namespace GenModels {
|
|
1919
|
+
interface CalendarDaySettings {
|
|
1920
|
+
/**
|
|
1921
|
+
* Day number from beginning of the year
|
|
1922
|
+
*/
|
|
1923
|
+
day: number;
|
|
1924
|
+
/**
|
|
1925
|
+
* Value of business calendar WorkTime
|
|
1926
|
+
*/
|
|
1927
|
+
workTime: GenModels.CalendarWorkTime;
|
|
1928
|
+
}
|
|
1929
|
+
}
|
|
1930
|
+
export declare namespace GenModels {
|
|
1931
|
+
interface CalendarWorkTime {
|
|
1932
|
+
/**
|
|
1933
|
+
* Value of business calendar StartTime in milliseconds from 0:00
|
|
1934
|
+
*/
|
|
1935
|
+
begin: number;
|
|
1936
|
+
/**
|
|
1937
|
+
* Value of business calendar EndTime in milliseconds from 0:00
|
|
1938
|
+
*/
|
|
1939
|
+
end: number;
|
|
1940
|
+
}
|
|
1941
|
+
}
|
|
1942
|
+
export declare namespace GenModels {
|
|
1943
|
+
interface CalendarDurationRequestModel {
|
|
1944
|
+
/**
|
|
1945
|
+
* What calendar use to calculate value
|
|
1946
|
+
*/
|
|
1947
|
+
calendarSources: Array<GenModels.BusinessCalendarSource>;
|
|
1948
|
+
/**
|
|
1949
|
+
* Date of the start of the period
|
|
1950
|
+
*
|
|
1951
|
+
* @format datatype.datetime
|
|
1952
|
+
*/
|
|
1953
|
+
startDate: string;
|
|
1954
|
+
/**
|
|
1955
|
+
* Date of the end of the period
|
|
1956
|
+
*
|
|
1957
|
+
* @format datatype.datetime
|
|
1958
|
+
*/
|
|
1959
|
+
endDate: string;
|
|
1960
|
+
}
|
|
1961
|
+
}
|
|
1962
|
+
export declare namespace GenModels {
|
|
1963
|
+
interface BusinessCalendarSource {
|
|
1964
|
+
/**
|
|
1965
|
+
* Employee or unit identifier
|
|
1966
|
+
*
|
|
1967
|
+
* @format datatype.uuid
|
|
1968
|
+
*/
|
|
1969
|
+
id: string;
|
|
1970
|
+
/**
|
|
1971
|
+
* Type of {@link GenModels}
|
|
1972
|
+
*/
|
|
1973
|
+
type: GenModels.BusinessCalendarSourceType;
|
|
1974
|
+
}
|
|
1975
|
+
}
|
|
1976
|
+
export declare namespace GenModels {
|
|
1564
1977
|
interface CalendarStartDateRequestModel {
|
|
1565
1978
|
/**
|
|
1566
1979
|
* What calendar use to calculate value
|
|
@@ -1727,181 +2140,601 @@ export declare namespace GenModels {
|
|
|
1727
2140
|
*
|
|
1728
2141
|
* @format datatype.uuid
|
|
1729
2142
|
*/
|
|
1730
|
-
commentEditOperation: string;
|
|
2143
|
+
commentEditOperation: string;
|
|
2144
|
+
/**
|
|
2145
|
+
* Comment edit operation
|
|
2146
|
+
*
|
|
2147
|
+
* @format datatype.uuid
|
|
2148
|
+
*/
|
|
2149
|
+
editAnyCommentEditOperation: string;
|
|
2150
|
+
/**
|
|
2151
|
+
* Comment edit operation
|
|
2152
|
+
*
|
|
2153
|
+
* @format datatype.uuid
|
|
2154
|
+
*/
|
|
2155
|
+
editOwnCommentEditOperation: string;
|
|
2156
|
+
}
|
|
2157
|
+
}
|
|
2158
|
+
export declare namespace GenModels {
|
|
2159
|
+
interface CommentsModel {
|
|
2160
|
+
/**
|
|
2161
|
+
* Gets or sets comments list
|
|
2162
|
+
*/
|
|
2163
|
+
comments: Array<GenModels.Comment>;
|
|
2164
|
+
/**
|
|
2165
|
+
* Gets or sets comments data source
|
|
2166
|
+
*/
|
|
2167
|
+
dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
|
|
2168
|
+
/**
|
|
2169
|
+
* Gets or sets all comments count
|
|
2170
|
+
*/
|
|
2171
|
+
allCommentsCount: number;
|
|
2172
|
+
}
|
|
2173
|
+
}
|
|
2174
|
+
export declare namespace GenModels {
|
|
2175
|
+
interface Comment {
|
|
2176
|
+
/**
|
|
2177
|
+
* Gets or sets identifier
|
|
2178
|
+
*
|
|
2179
|
+
* @format datatype.uuid
|
|
2180
|
+
*/
|
|
2181
|
+
id: string;
|
|
2182
|
+
/**
|
|
2183
|
+
* Gets or sets employee identifier
|
|
2184
|
+
*
|
|
2185
|
+
* @format datatype.uuid
|
|
2186
|
+
*/
|
|
2187
|
+
employeeId?: string;
|
|
2188
|
+
/**
|
|
2189
|
+
* Gets or sets employee display name
|
|
2190
|
+
*/
|
|
2191
|
+
employeeDisplayName: string;
|
|
2192
|
+
/**
|
|
2193
|
+
* Gets or sets date
|
|
2194
|
+
*
|
|
2195
|
+
* @format datatype.datetime
|
|
2196
|
+
*/
|
|
2197
|
+
date?: string;
|
|
2198
|
+
/**
|
|
2199
|
+
* Gets or sets text
|
|
2200
|
+
*/
|
|
2201
|
+
text: string;
|
|
2202
|
+
}
|
|
2203
|
+
}
|
|
2204
|
+
export declare namespace GenModels {
|
|
2205
|
+
interface AddCommentRequestModel {
|
|
2206
|
+
/**
|
|
2207
|
+
* Gets or sets comments data source
|
|
2208
|
+
*/
|
|
2209
|
+
dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
|
|
2210
|
+
/**
|
|
2211
|
+
* Gets or sets card identifier
|
|
2212
|
+
*
|
|
2213
|
+
* @format datatype.uuid
|
|
2214
|
+
*/
|
|
2215
|
+
cardId: string;
|
|
2216
|
+
/**
|
|
2217
|
+
* Gets or sets text
|
|
2218
|
+
*/
|
|
2219
|
+
text: string;
|
|
2220
|
+
}
|
|
2221
|
+
}
|
|
2222
|
+
export declare namespace GenModels {
|
|
2223
|
+
interface RestoreCommentModel {
|
|
2224
|
+
/**
|
|
2225
|
+
* Gets or sets comments data source
|
|
2226
|
+
*/
|
|
2227
|
+
dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
|
|
2228
|
+
/**
|
|
2229
|
+
* Gets or sets card identifier
|
|
2230
|
+
*
|
|
2231
|
+
* @format datatype.uuid
|
|
2232
|
+
*/
|
|
2233
|
+
cardId: string;
|
|
2234
|
+
/**
|
|
2235
|
+
* Gets or sets text
|
|
2236
|
+
*/
|
|
2237
|
+
text: string;
|
|
2238
|
+
/**
|
|
2239
|
+
* Gets or sets employee id
|
|
2240
|
+
*
|
|
2241
|
+
* @format datatype.uuid
|
|
2242
|
+
*/
|
|
2243
|
+
employeeId: string;
|
|
2244
|
+
/**
|
|
2245
|
+
* gets or sets date
|
|
2246
|
+
*
|
|
2247
|
+
* @format datatype.datetime
|
|
2248
|
+
*/
|
|
2249
|
+
date?: string;
|
|
2250
|
+
}
|
|
2251
|
+
}
|
|
2252
|
+
export declare namespace GenModels {
|
|
2253
|
+
interface UpdateCommentRequestModel {
|
|
2254
|
+
/**
|
|
2255
|
+
* Gets or sets comments data source
|
|
2256
|
+
*/
|
|
2257
|
+
dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
|
|
2258
|
+
/**
|
|
2259
|
+
* Gets or sets card identifier
|
|
2260
|
+
*
|
|
2261
|
+
* @format datatype.uuid
|
|
2262
|
+
*/
|
|
2263
|
+
cardId: string;
|
|
2264
|
+
/**
|
|
2265
|
+
* Gets or sets comment identifier
|
|
2266
|
+
*
|
|
2267
|
+
* @format datatype.uuid
|
|
2268
|
+
*/
|
|
2269
|
+
commentId: string;
|
|
2270
|
+
/**
|
|
2271
|
+
* Gets or sets text
|
|
2272
|
+
*/
|
|
2273
|
+
text: string;
|
|
2274
|
+
}
|
|
2275
|
+
}
|
|
2276
|
+
export declare namespace GenModels {
|
|
2277
|
+
interface DeleteCommentRequestModel {
|
|
2278
|
+
/**
|
|
2279
|
+
* Gets or sets comments data source
|
|
2280
|
+
*/
|
|
2281
|
+
dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
|
|
2282
|
+
/**
|
|
2283
|
+
* Gets or sets card identifier
|
|
2284
|
+
*
|
|
2285
|
+
* @format datatype.uuid
|
|
2286
|
+
*/
|
|
2287
|
+
cardId: string;
|
|
2288
|
+
/**
|
|
2289
|
+
* Gets or sets comment identifier
|
|
2290
|
+
*
|
|
2291
|
+
* @format datatype.uuid
|
|
2292
|
+
*/
|
|
2293
|
+
commentId: string;
|
|
2294
|
+
}
|
|
2295
|
+
}
|
|
2296
|
+
export declare namespace GenModels {
|
|
2297
|
+
interface CollectionRequestModel {
|
|
2298
|
+
/**
|
|
2299
|
+
* Collection of entities
|
|
2300
|
+
*/
|
|
2301
|
+
collection: Array<string>;
|
|
2302
|
+
}
|
|
2303
|
+
}
|
|
2304
|
+
export declare namespace GenModels {
|
|
2305
|
+
interface SignatureKindSelectionModel {
|
|
2306
|
+
/**
|
|
2307
|
+
* available signature kind
|
|
2308
|
+
*/
|
|
2309
|
+
availableKind?: GenModels.DigitalSignatureKind;
|
|
2310
|
+
/**
|
|
2311
|
+
* warning message
|
|
2312
|
+
*/
|
|
2313
|
+
warning: string;
|
|
2314
|
+
/**
|
|
2315
|
+
* time-stamp protocol server address
|
|
2316
|
+
*/
|
|
2317
|
+
tspAddress: string;
|
|
2318
|
+
certificateThumberprint: string;
|
|
2319
|
+
}
|
|
2320
|
+
}
|
|
2321
|
+
export declare namespace GenModels {
|
|
2322
|
+
interface CertificateThumberprintRequest {
|
|
2323
|
+
/**
|
|
2324
|
+
* Certificates
|
|
2325
|
+
*/
|
|
2326
|
+
certificates: Array<GenModels.CertificateThumberprintRequestItem>;
|
|
2327
|
+
}
|
|
2328
|
+
}
|
|
2329
|
+
export declare namespace GenModels {
|
|
2330
|
+
interface CertificateThumberprintRequestItem {
|
|
2331
|
+
/**
|
|
2332
|
+
* Id of the certificate
|
|
2333
|
+
*/
|
|
2334
|
+
id: string;
|
|
2335
|
+
/**
|
|
2336
|
+
* Certificate content
|
|
2337
|
+
*/
|
|
2338
|
+
certificateBase64: string;
|
|
2339
|
+
}
|
|
2340
|
+
}
|
|
2341
|
+
export declare namespace GenModels {
|
|
2342
|
+
interface CertificateThumberprintResponse {
|
|
2343
|
+
/**
|
|
2344
|
+
* Certificates info
|
|
2345
|
+
*/
|
|
2346
|
+
certificates: Array<GenModels.CertificateThumberprintResponseItem>;
|
|
2347
|
+
}
|
|
2348
|
+
}
|
|
2349
|
+
export declare namespace GenModels {
|
|
2350
|
+
interface CertificateThumberprintResponseItem {
|
|
2351
|
+
/**
|
|
2352
|
+
* Id of the certificate
|
|
2353
|
+
*/
|
|
2354
|
+
id: string;
|
|
2355
|
+
/**
|
|
2356
|
+
* Certificate thumberprint
|
|
2357
|
+
*/
|
|
2358
|
+
certificateThumberprint: string;
|
|
2359
|
+
/**
|
|
2360
|
+
* Organisation, that issued certificate.
|
|
2361
|
+
*/
|
|
2362
|
+
issuer: string;
|
|
2363
|
+
/**
|
|
2364
|
+
* Person, who can use certificate
|
|
2365
|
+
*/
|
|
2366
|
+
subject: string;
|
|
2367
|
+
/**
|
|
2368
|
+
* Error processing certificate
|
|
2369
|
+
*/
|
|
2370
|
+
error: string;
|
|
2371
|
+
}
|
|
2372
|
+
}
|
|
2373
|
+
export declare namespace GenModels {
|
|
2374
|
+
interface SignDataRequestWrapper {
|
|
2375
|
+
/**
|
|
2376
|
+
* SignDataRequest
|
|
2377
|
+
*/
|
|
2378
|
+
request: GenModels.SignDataRequest;
|
|
2379
|
+
}
|
|
2380
|
+
}
|
|
2381
|
+
export declare namespace GenModels {
|
|
2382
|
+
interface SignDataRequest {
|
|
2383
|
+
/**
|
|
2384
|
+
* Get or sets document identifier
|
|
2385
|
+
*
|
|
2386
|
+
* @format datatype.uuid
|
|
2387
|
+
*/
|
|
2388
|
+
documentId: string;
|
|
2389
|
+
/**
|
|
2390
|
+
* Gets or sets timestamp
|
|
2391
|
+
*/
|
|
2392
|
+
timestamp: number;
|
|
2393
|
+
/**
|
|
2394
|
+
* Gets or sets label id
|
|
2395
|
+
*
|
|
2396
|
+
* @format datatype.uuid
|
|
2397
|
+
*/
|
|
2398
|
+
labelId: string;
|
|
2399
|
+
/**
|
|
2400
|
+
* Gets or sets value whether indicate use simple sign, if CSP not supported
|
|
2401
|
+
*/
|
|
2402
|
+
isSimpleSign: boolean;
|
|
2403
|
+
/**
|
|
2404
|
+
* Get or sets signature data
|
|
2405
|
+
*/
|
|
2406
|
+
signatureData: GenModels.SignatureData;
|
|
2407
|
+
}
|
|
2408
|
+
}
|
|
2409
|
+
export declare namespace GenModels {
|
|
2410
|
+
interface SignatureData {
|
|
2411
|
+
/**
|
|
2412
|
+
* Gets or sets certificate thumbprint
|
|
2413
|
+
*/
|
|
2414
|
+
certificateThumbprint: string;
|
|
2415
|
+
/**
|
|
2416
|
+
* Gets signature items
|
|
2417
|
+
*/
|
|
2418
|
+
items: Array<GenModels.SignatureItemData>;
|
|
2419
|
+
}
|
|
2420
|
+
}
|
|
2421
|
+
export declare namespace GenModels {
|
|
2422
|
+
interface SignatureItemData {
|
|
2423
|
+
/**
|
|
2424
|
+
* Gets or sets signed content
|
|
2425
|
+
*/
|
|
2426
|
+
data: Array<number>;
|
|
2427
|
+
/**
|
|
2428
|
+
* Gets or sets file version identifier
|
|
2429
|
+
*
|
|
2430
|
+
* @format datatype.uuid
|
|
2431
|
+
*/
|
|
2432
|
+
fileVersionId: string;
|
|
2433
|
+
/**
|
|
2434
|
+
* Gets or sets file card identifier
|
|
2435
|
+
*
|
|
2436
|
+
* @format datatype.uuid
|
|
2437
|
+
*/
|
|
2438
|
+
fileCardId: string;
|
|
2439
|
+
/**
|
|
2440
|
+
* Gets or sets signature item type
|
|
2441
|
+
*/
|
|
2442
|
+
itemType: GenModels.SignatureItemType;
|
|
2443
|
+
}
|
|
2444
|
+
}
|
|
2445
|
+
export declare namespace GenModels {
|
|
2446
|
+
interface CreateSignDialogParams {
|
|
2447
|
+
/**
|
|
2448
|
+
* Gets or sets document id
|
|
2449
|
+
*
|
|
2450
|
+
* @format datatype.uuid
|
|
2451
|
+
*/
|
|
2452
|
+
documentId: string;
|
|
2453
|
+
}
|
|
2454
|
+
}
|
|
2455
|
+
export declare namespace GenModels {
|
|
2456
|
+
interface SignatureModel {
|
|
2457
|
+
/**
|
|
2458
|
+
* Gets or sets list of {@link GenModels}
|
|
2459
|
+
*/
|
|
2460
|
+
labels: Array<GenModels.SignatureLabelModel>;
|
|
2461
|
+
/**
|
|
2462
|
+
* Get timestamp
|
|
2463
|
+
*/
|
|
2464
|
+
timestamp: number;
|
|
2465
|
+
/**
|
|
2466
|
+
* Get card timestamp
|
|
2467
|
+
*
|
|
2468
|
+
* @format datatype.uuid
|
|
2469
|
+
*/
|
|
2470
|
+
cardId: string;
|
|
2471
|
+
/**
|
|
2472
|
+
* Gets or sets whether to sign fields
|
|
2473
|
+
*/
|
|
2474
|
+
signFields: boolean;
|
|
2475
|
+
/**
|
|
2476
|
+
* Gets or sets whether to sign attachments
|
|
2477
|
+
*/
|
|
2478
|
+
signAttachments: boolean;
|
|
2479
|
+
/**
|
|
2480
|
+
* Get user certificate thumbprint
|
|
2481
|
+
*/
|
|
2482
|
+
thumbprint: string;
|
|
2483
|
+
/**
|
|
2484
|
+
* Returns true whether HideSelectCertificateDialog
|
|
2485
|
+
*/
|
|
2486
|
+
hideSelectCertificateDialog: boolean;
|
|
2487
|
+
/**
|
|
2488
|
+
* Stage setting
|
|
2489
|
+
*/
|
|
2490
|
+
simpleSignatureAllowed: boolean;
|
|
2491
|
+
/**
|
|
2492
|
+
* File to sign.
|
|
2493
|
+
*/
|
|
2494
|
+
files: Array<GenModels.SignatureFileInfo>;
|
|
2495
|
+
/**
|
|
2496
|
+
* Stage setting
|
|
2497
|
+
*/
|
|
2498
|
+
signatureMethods: GenModels.SignatureMethodSettings;
|
|
2499
|
+
}
|
|
2500
|
+
}
|
|
2501
|
+
export declare namespace GenModels {
|
|
2502
|
+
interface SignatureLabelModel {
|
|
2503
|
+
/**
|
|
2504
|
+
* Gets or sets label identifier
|
|
2505
|
+
*
|
|
2506
|
+
* @format datatype.uuid
|
|
2507
|
+
*/
|
|
2508
|
+
id: string;
|
|
2509
|
+
/**
|
|
2510
|
+
* Gets or sets label name
|
|
2511
|
+
*/
|
|
2512
|
+
name: string;
|
|
2513
|
+
/**
|
|
2514
|
+
* Gets or sets encoded Id
|
|
2515
|
+
*/
|
|
2516
|
+
encodedId: string;
|
|
2517
|
+
}
|
|
2518
|
+
}
|
|
2519
|
+
export declare namespace GenModels {
|
|
2520
|
+
interface SignatureFileInfo {
|
|
2521
|
+
/**
|
|
2522
|
+
* File name
|
|
2523
|
+
*/
|
|
2524
|
+
fileName: string;
|
|
2525
|
+
/**
|
|
2526
|
+
* File id
|
|
2527
|
+
*
|
|
2528
|
+
* @format datatype.uuid
|
|
2529
|
+
*/
|
|
2530
|
+
fileId: string;
|
|
2531
|
+
/**
|
|
2532
|
+
* File version id
|
|
2533
|
+
*
|
|
2534
|
+
* @format datatype.uuid
|
|
2535
|
+
*/
|
|
2536
|
+
versionId: string;
|
|
2537
|
+
/**
|
|
2538
|
+
* Versioned file card id
|
|
2539
|
+
*
|
|
2540
|
+
* @format datatype.uuid
|
|
2541
|
+
*/
|
|
2542
|
+
fileCardId: string;
|
|
2543
|
+
}
|
|
2544
|
+
}
|
|
2545
|
+
export declare namespace GenModels {
|
|
2546
|
+
interface DocumentSignatureListModel {
|
|
2547
|
+
/**
|
|
2548
|
+
* Gets or sets list of {@link GenModels}
|
|
2549
|
+
*/
|
|
2550
|
+
signatures: Array<GenModels.DocumentSignatureModel>;
|
|
2551
|
+
}
|
|
2552
|
+
}
|
|
2553
|
+
export declare namespace GenModels {
|
|
2554
|
+
interface DocumentSignatureModel {
|
|
2555
|
+
/**
|
|
2556
|
+
* Gets or sets signature author
|
|
2557
|
+
*/
|
|
2558
|
+
author: GenModels.EmployeeModel;
|
|
2559
|
+
/**
|
|
2560
|
+
* Signer name, extracted from certificate.
|
|
2561
|
+
*/
|
|
2562
|
+
certificateSubject: string;
|
|
2563
|
+
/**
|
|
2564
|
+
* Gets or sets signature creation date
|
|
2565
|
+
*
|
|
2566
|
+
* @format datatype.datetime
|
|
2567
|
+
*/
|
|
2568
|
+
creationDate: string;
|
|
2569
|
+
/**
|
|
2570
|
+
* Gets or sets label display name
|
|
2571
|
+
*/
|
|
2572
|
+
labelDisplayName: string;
|
|
2573
|
+
/**
|
|
2574
|
+
* Gets or sets signature identifier
|
|
2575
|
+
*
|
|
2576
|
+
* @format datatype.uuid
|
|
2577
|
+
*/
|
|
2578
|
+
id: string;
|
|
2579
|
+
/**
|
|
2580
|
+
* Gets or sets certificate thumbprint
|
|
2581
|
+
*/
|
|
2582
|
+
certificateThumbprint: string;
|
|
1731
2583
|
/**
|
|
1732
|
-
*
|
|
1733
|
-
*
|
|
1734
|
-
* @format datatype.uuid
|
|
2584
|
+
* Get value indicate whether sign is simple
|
|
1735
2585
|
*/
|
|
1736
|
-
|
|
2586
|
+
isSimpleSign: boolean;
|
|
1737
2587
|
/**
|
|
1738
|
-
*
|
|
1739
|
-
*
|
|
1740
|
-
* @format datatype.uuid
|
|
2588
|
+
* Gets or sets has signed attribute in signature items
|
|
1741
2589
|
*/
|
|
1742
|
-
|
|
2590
|
+
hasSignedAttributeItem: boolean;
|
|
1743
2591
|
}
|
|
1744
2592
|
}
|
|
1745
2593
|
export declare namespace GenModels {
|
|
1746
|
-
interface
|
|
2594
|
+
interface SignatureVerificationModel {
|
|
1747
2595
|
/**
|
|
1748
|
-
* Gets or sets
|
|
2596
|
+
* Gets or sets signature status
|
|
1749
2597
|
*/
|
|
1750
|
-
|
|
2598
|
+
signatureStatus: string;
|
|
1751
2599
|
/**
|
|
1752
|
-
* Gets or sets
|
|
2600
|
+
* Gets or sets signature validation status
|
|
1753
2601
|
*/
|
|
1754
|
-
|
|
2602
|
+
validationState: GenModels.ValidationState;
|
|
1755
2603
|
/**
|
|
1756
|
-
* Gets or sets
|
|
2604
|
+
* Gets or sets kind of signature
|
|
1757
2605
|
*/
|
|
1758
|
-
|
|
2606
|
+
signatureKind: string;
|
|
2607
|
+
/**
|
|
2608
|
+
* Gets or sets details of signature
|
|
2609
|
+
*/
|
|
2610
|
+
signatureDetails: Array<GenModels.SignatureItemVerificationModel>;
|
|
1759
2611
|
}
|
|
1760
2612
|
}
|
|
1761
2613
|
export declare namespace GenModels {
|
|
1762
|
-
interface
|
|
2614
|
+
interface SignatureItemVerificationModel {
|
|
1763
2615
|
/**
|
|
1764
|
-
* Gets or sets
|
|
2616
|
+
* Gets or sets status
|
|
2617
|
+
*/
|
|
2618
|
+
status: string;
|
|
2619
|
+
/**
|
|
2620
|
+
* Gets or sets file version number
|
|
2621
|
+
*/
|
|
2622
|
+
fileVersionNumber: string;
|
|
2623
|
+
/**
|
|
2624
|
+
* Gets or sets file name
|
|
2625
|
+
*/
|
|
2626
|
+
fileName: string;
|
|
2627
|
+
/**
|
|
2628
|
+
* Gets or sets file card id
|
|
1765
2629
|
*
|
|
1766
2630
|
* @format datatype.uuid
|
|
1767
2631
|
*/
|
|
1768
|
-
|
|
2632
|
+
fileId: string;
|
|
1769
2633
|
/**
|
|
1770
|
-
* Gets or sets
|
|
2634
|
+
* Gets or sets id of the file for FileManager
|
|
1771
2635
|
*
|
|
1772
2636
|
* @format datatype.uuid
|
|
1773
2637
|
*/
|
|
1774
|
-
|
|
2638
|
+
fileHandleId: string;
|
|
1775
2639
|
/**
|
|
1776
|
-
* Gets or sets
|
|
2640
|
+
* Gets or sets item certificate thumbprint
|
|
1777
2641
|
*/
|
|
1778
|
-
|
|
2642
|
+
certificateThumbprint: string;
|
|
1779
2643
|
/**
|
|
1780
|
-
*
|
|
2644
|
+
* Timestamp
|
|
1781
2645
|
*
|
|
1782
2646
|
* @format datatype.datetime
|
|
1783
2647
|
*/
|
|
1784
|
-
|
|
1785
|
-
/**
|
|
1786
|
-
* Gets or sets text
|
|
1787
|
-
*/
|
|
1788
|
-
text: string;
|
|
1789
|
-
}
|
|
1790
|
-
}
|
|
1791
|
-
export declare namespace GenModels {
|
|
1792
|
-
interface AddCommentRequestModel {
|
|
2648
|
+
timestamp?: string;
|
|
1793
2649
|
/**
|
|
1794
|
-
* Gets or sets
|
|
2650
|
+
* Gets or sets client sign validated
|
|
1795
2651
|
*/
|
|
1796
|
-
|
|
2652
|
+
isSignedWithCertificate: boolean;
|
|
1797
2653
|
/**
|
|
1798
|
-
* Gets or sets
|
|
1799
|
-
*
|
|
1800
|
-
* @format datatype.uuid
|
|
2654
|
+
* Gets or sets validate error message
|
|
1801
2655
|
*/
|
|
1802
|
-
|
|
2656
|
+
errorMessage: string;
|
|
1803
2657
|
/**
|
|
1804
|
-
* Gets or sets
|
|
2658
|
+
* Gets or sets verification status
|
|
1805
2659
|
*/
|
|
1806
|
-
|
|
1807
|
-
}
|
|
1808
|
-
}
|
|
1809
|
-
export declare namespace GenModels {
|
|
1810
|
-
interface RestoreCommentModel {
|
|
2660
|
+
verificationStatus: GenModels.SignatureVerificationStatus;
|
|
1811
2661
|
/**
|
|
1812
|
-
*
|
|
2662
|
+
* Signature Item Type
|
|
1813
2663
|
*/
|
|
1814
|
-
|
|
2664
|
+
signatureItemType: GenModels.SignatureItemType;
|
|
1815
2665
|
/**
|
|
1816
|
-
*
|
|
1817
|
-
*
|
|
1818
|
-
* @format datatype.uuid
|
|
2666
|
+
* description
|
|
1819
2667
|
*/
|
|
1820
|
-
|
|
2668
|
+
description: string;
|
|
1821
2669
|
/**
|
|
1822
|
-
*
|
|
2670
|
+
* field names or additional files
|
|
1823
2671
|
*/
|
|
1824
|
-
|
|
2672
|
+
partItems: Array<string>;
|
|
1825
2673
|
/**
|
|
1826
|
-
* Gets or sets
|
|
1827
|
-
*
|
|
1828
|
-
* @format datatype.uuid
|
|
2674
|
+
* Gets or sets kind of signature
|
|
1829
2675
|
*/
|
|
1830
|
-
|
|
2676
|
+
kind: string;
|
|
1831
2677
|
/**
|
|
1832
|
-
*
|
|
2678
|
+
* Gets or sets expire date
|
|
1833
2679
|
*
|
|
1834
2680
|
* @format datatype.datetime
|
|
1835
2681
|
*/
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
}
|
|
1839
|
-
export declare namespace GenModels {
|
|
1840
|
-
interface UpdateCommentRequestModel {
|
|
1841
|
-
/**
|
|
1842
|
-
* Gets or sets comments data source
|
|
1843
|
-
*/
|
|
1844
|
-
dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
|
|
2682
|
+
expireDate?: string;
|
|
2683
|
+
canShowSignatureInfo: boolean;
|
|
1845
2684
|
/**
|
|
1846
|
-
* Gets or sets
|
|
2685
|
+
* Gets or sets signature part id
|
|
1847
2686
|
*
|
|
1848
2687
|
* @format datatype.uuid
|
|
1849
2688
|
*/
|
|
1850
|
-
|
|
2689
|
+
signaturePartId: string;
|
|
1851
2690
|
/**
|
|
1852
|
-
* Gets or sets
|
|
2691
|
+
* Gets or sets signature id
|
|
1853
2692
|
*
|
|
1854
2693
|
* @format datatype.uuid
|
|
1855
2694
|
*/
|
|
1856
|
-
|
|
1857
|
-
/**
|
|
1858
|
-
* Gets or sets text
|
|
1859
|
-
*/
|
|
1860
|
-
text: string;
|
|
2695
|
+
signatureId: string;
|
|
1861
2696
|
}
|
|
1862
2697
|
}
|
|
1863
2698
|
export declare namespace GenModels {
|
|
1864
|
-
interface
|
|
2699
|
+
interface SignatureDetailsModel {
|
|
1865
2700
|
/**
|
|
1866
|
-
* Gets or sets
|
|
2701
|
+
* Gets or sets kind of signature
|
|
1867
2702
|
*/
|
|
1868
|
-
|
|
2703
|
+
signatureKind: string;
|
|
1869
2704
|
/**
|
|
1870
|
-
*
|
|
1871
|
-
*
|
|
1872
|
-
* @format datatype.uuid
|
|
2705
|
+
* List of document files for validation purposes
|
|
1873
2706
|
*/
|
|
1874
|
-
|
|
2707
|
+
documentFiles: Array<GenModels.SignatureFileDetails>;
|
|
1875
2708
|
/**
|
|
1876
|
-
* Gets or sets
|
|
1877
|
-
*
|
|
1878
|
-
* @format datatype.uuid
|
|
2709
|
+
* Gets or sets details of signature
|
|
1879
2710
|
*/
|
|
1880
|
-
|
|
2711
|
+
signatureDetails: Array<GenModels.SignatureItemVerificationModel>;
|
|
1881
2712
|
}
|
|
1882
2713
|
}
|
|
1883
2714
|
export declare namespace GenModels {
|
|
1884
|
-
interface
|
|
2715
|
+
interface SignatureFileDetails {
|
|
1885
2716
|
/**
|
|
1886
|
-
*
|
|
2717
|
+
* Row id of the document file
|
|
2718
|
+
*
|
|
2719
|
+
* @format datatype.uuid
|
|
1887
2720
|
*/
|
|
1888
|
-
|
|
1889
|
-
}
|
|
1890
|
-
}
|
|
1891
|
-
export declare namespace GenModels {
|
|
1892
|
-
interface SignatureKindSelectionModel {
|
|
2721
|
+
documentFileId: string;
|
|
1893
2722
|
/**
|
|
1894
|
-
*
|
|
2723
|
+
* Versioned file card id
|
|
2724
|
+
*
|
|
2725
|
+
* @format datatype.uuid
|
|
1895
2726
|
*/
|
|
1896
|
-
|
|
2727
|
+
fileCardId: string;
|
|
1897
2728
|
/**
|
|
1898
|
-
*
|
|
2729
|
+
* Current version id
|
|
2730
|
+
*
|
|
2731
|
+
* @format datatype.uuid
|
|
1899
2732
|
*/
|
|
1900
|
-
|
|
2733
|
+
versionId: string;
|
|
1901
2734
|
/**
|
|
1902
|
-
*
|
|
2735
|
+
* Is main document file (not additional)
|
|
1903
2736
|
*/
|
|
1904
|
-
|
|
2737
|
+
isMain: boolean;
|
|
1905
2738
|
}
|
|
1906
2739
|
}
|
|
1907
2740
|
export declare namespace GenControllers {
|
|
@@ -2346,107 +3179,223 @@ export declare namespace GenModels {
|
|
|
2346
3179
|
*
|
|
2347
3180
|
* @format datatype.uuid
|
|
2348
3181
|
*/
|
|
2349
|
-
departmentId?: string;
|
|
3182
|
+
departmentId?: string;
|
|
3183
|
+
/**
|
|
3184
|
+
* Skip (pagination)
|
|
3185
|
+
*/
|
|
3186
|
+
skip?: number;
|
|
3187
|
+
/**
|
|
3188
|
+
* Skip departments (pagination)
|
|
3189
|
+
*/
|
|
3190
|
+
skipDepartments?: number;
|
|
3191
|
+
/**
|
|
3192
|
+
* Max count (pagination)
|
|
3193
|
+
*/
|
|
3194
|
+
maxCount?: number;
|
|
3195
|
+
/**
|
|
3196
|
+
* Random value for refresh cache
|
|
3197
|
+
*/
|
|
3198
|
+
refreshToken?: number;
|
|
3199
|
+
}
|
|
3200
|
+
}
|
|
3201
|
+
export declare namespace GenModels {
|
|
3202
|
+
interface PartnerTreeLoadResponse {
|
|
3203
|
+
/**
|
|
3204
|
+
* List of partner directory items
|
|
3205
|
+
*/
|
|
3206
|
+
items: Array<GenModels.PartnerDirectoryItem>;
|
|
3207
|
+
/**
|
|
3208
|
+
* Total partners count
|
|
3209
|
+
*/
|
|
3210
|
+
totalItemsCount: number;
|
|
3211
|
+
/**
|
|
3212
|
+
* Directory timestamp
|
|
3213
|
+
*/
|
|
3214
|
+
directoryTimestamp: number;
|
|
3215
|
+
}
|
|
3216
|
+
}
|
|
3217
|
+
export declare namespace GenModels {
|
|
3218
|
+
interface PartnerSearchResponse {
|
|
3219
|
+
/**
|
|
3220
|
+
* List of {@link GenModels}
|
|
3221
|
+
*/
|
|
3222
|
+
items: Array<GenModels.PartnerDirectorySearchItem>;
|
|
3223
|
+
/**
|
|
3224
|
+
* Has more items
|
|
3225
|
+
*/
|
|
3226
|
+
hasMore: boolean;
|
|
3227
|
+
/**
|
|
3228
|
+
* Directory timestamp
|
|
3229
|
+
*/
|
|
3230
|
+
directoryTimestamp: number;
|
|
3231
|
+
}
|
|
3232
|
+
}
|
|
3233
|
+
export declare namespace GenModels {
|
|
3234
|
+
interface PartnerDirectorySearchItem extends GenModels.PartnerDirectoryItem {
|
|
3235
|
+
/**
|
|
3236
|
+
* Search info
|
|
3237
|
+
*/
|
|
3238
|
+
searchInfo: GenModels.PartnerSearchInfo;
|
|
3239
|
+
/**
|
|
3240
|
+
* Search path in departments
|
|
3241
|
+
*/
|
|
3242
|
+
path: Array<GenModels.DepartmentModel>;
|
|
3243
|
+
}
|
|
3244
|
+
}
|
|
3245
|
+
export declare namespace GenModels {
|
|
3246
|
+
interface PartnerSearchInfo extends GenModels.SearchInfo {
|
|
3247
|
+
}
|
|
3248
|
+
}
|
|
3249
|
+
export declare namespace GenModels {
|
|
3250
|
+
interface MainMenuSettings {
|
|
3251
|
+
/**
|
|
3252
|
+
* List of main menu settings
|
|
3253
|
+
*/
|
|
3254
|
+
items: Array<GenModels.MainMenuItemSetting>;
|
|
3255
|
+
}
|
|
3256
|
+
}
|
|
3257
|
+
export declare namespace GenModels {
|
|
3258
|
+
interface MainMenuItemSetting {
|
|
3259
|
+
/**
|
|
3260
|
+
* Main menu item unique identifier
|
|
3261
|
+
*/
|
|
3262
|
+
id: string;
|
|
3263
|
+
/**
|
|
3264
|
+
* Is item hidden by user
|
|
3265
|
+
*/
|
|
3266
|
+
hidden: boolean;
|
|
3267
|
+
}
|
|
3268
|
+
}
|
|
3269
|
+
export declare namespace GenModels {
|
|
3270
|
+
interface SetCertificateRequest {
|
|
3271
|
+
/**
|
|
3272
|
+
* Certificate's name
|
|
3273
|
+
*/
|
|
3274
|
+
name: string;
|
|
3275
|
+
/**
|
|
3276
|
+
* Certificate's content
|
|
3277
|
+
*/
|
|
3278
|
+
content: string;
|
|
3279
|
+
/**
|
|
3280
|
+
* Certificate user id
|
|
3281
|
+
*
|
|
3282
|
+
* @format datatype.uuid
|
|
3283
|
+
*/
|
|
3284
|
+
employeeId: string;
|
|
3285
|
+
}
|
|
3286
|
+
}
|
|
3287
|
+
export declare namespace GenModels {
|
|
3288
|
+
interface FileCardModel {
|
|
3289
|
+
/**
|
|
3290
|
+
* Gets name
|
|
3291
|
+
*/
|
|
3292
|
+
name: string;
|
|
3293
|
+
/**
|
|
3294
|
+
* Gets file identifier
|
|
3295
|
+
*
|
|
3296
|
+
* @format datatype.uuid
|
|
3297
|
+
*/
|
|
3298
|
+
fileId: string;
|
|
3299
|
+
/**
|
|
3300
|
+
* Gets is file locked
|
|
3301
|
+
*/
|
|
3302
|
+
isLocked: boolean;
|
|
3303
|
+
/**
|
|
3304
|
+
* Gets child versions of the file
|
|
3305
|
+
*/
|
|
3306
|
+
childVersions: Array<GenModels.FileCardVersionModel>;
|
|
3307
|
+
/**
|
|
3308
|
+
* Gets current version of the file
|
|
3309
|
+
*/
|
|
3310
|
+
currentVersion: GenModels.FileCardVersionModel;
|
|
3311
|
+
/**
|
|
3312
|
+
* Gets file size
|
|
3313
|
+
*/
|
|
3314
|
+
size: number;
|
|
2350
3315
|
/**
|
|
2351
|
-
*
|
|
3316
|
+
* Gets or sets versions count
|
|
2352
3317
|
*/
|
|
2353
|
-
|
|
3318
|
+
versionsCount: number;
|
|
2354
3319
|
/**
|
|
2355
|
-
*
|
|
3320
|
+
* Link to open file with webdav
|
|
2356
3321
|
*/
|
|
2357
|
-
|
|
3322
|
+
webDavLink: string;
|
|
2358
3323
|
/**
|
|
2359
|
-
*
|
|
3324
|
+
* Link to open file with webdav readonly
|
|
2360
3325
|
*/
|
|
2361
|
-
|
|
3326
|
+
webDavReadonlyLink: string;
|
|
2362
3327
|
/**
|
|
2363
|
-
*
|
|
3328
|
+
* Do WebClient supports preview of the file.
|
|
2364
3329
|
*/
|
|
2365
|
-
|
|
3330
|
+
isFilePreviewSupported: boolean;
|
|
2366
3331
|
}
|
|
2367
3332
|
}
|
|
2368
3333
|
export declare namespace GenModels {
|
|
2369
|
-
interface
|
|
2370
|
-
/**
|
|
2371
|
-
* List of partner directory items
|
|
2372
|
-
*/
|
|
2373
|
-
items: Array<GenModels.PartnerDirectoryItem>;
|
|
3334
|
+
interface FileCardVersionModel {
|
|
2374
3335
|
/**
|
|
2375
|
-
*
|
|
3336
|
+
* Gets or sets file identifier
|
|
3337
|
+
*
|
|
3338
|
+
* @format datatype.uuid
|
|
2376
3339
|
*/
|
|
2377
|
-
|
|
3340
|
+
id: string;
|
|
2378
3341
|
/**
|
|
2379
|
-
*
|
|
3342
|
+
* Gets or set version id
|
|
3343
|
+
*
|
|
3344
|
+
* @format datatype.uuid
|
|
2380
3345
|
*/
|
|
2381
|
-
|
|
2382
|
-
}
|
|
2383
|
-
}
|
|
2384
|
-
export declare namespace GenModels {
|
|
2385
|
-
interface PartnerSearchResponse {
|
|
3346
|
+
versionId: string;
|
|
2386
3347
|
/**
|
|
2387
|
-
*
|
|
3348
|
+
* Gets or set version path
|
|
2388
3349
|
*/
|
|
2389
|
-
|
|
3350
|
+
versionPath: string;
|
|
2390
3351
|
/**
|
|
2391
|
-
*
|
|
3352
|
+
* Gets or set version number
|
|
2392
3353
|
*/
|
|
2393
|
-
|
|
3354
|
+
versionNumber: number;
|
|
2394
3355
|
/**
|
|
2395
|
-
*
|
|
3356
|
+
* Gets or set version author
|
|
2396
3357
|
*/
|
|
2397
|
-
|
|
2398
|
-
}
|
|
2399
|
-
}
|
|
2400
|
-
export declare namespace GenModels {
|
|
2401
|
-
interface PartnerDirectorySearchItem extends GenModels.PartnerDirectoryItem {
|
|
3358
|
+
author: string;
|
|
2402
3359
|
/**
|
|
2403
|
-
*
|
|
3360
|
+
* Gets or sets creation date
|
|
3361
|
+
*
|
|
3362
|
+
* @format datatype.datetime
|
|
2404
3363
|
*/
|
|
2405
|
-
|
|
3364
|
+
creationDate: string;
|
|
2406
3365
|
/**
|
|
2407
|
-
*
|
|
3366
|
+
* Gets or sets file version comments
|
|
2408
3367
|
*/
|
|
2409
|
-
|
|
3368
|
+
comments: Array<GenModels.FileCardCommentModel>;
|
|
2410
3369
|
}
|
|
2411
3370
|
}
|
|
2412
3371
|
export declare namespace GenModels {
|
|
2413
|
-
interface
|
|
2414
|
-
/**
|
|
2415
|
-
* Is matched
|
|
2416
|
-
*/
|
|
2417
|
-
matched: boolean;
|
|
3372
|
+
interface FileCardCommentModel {
|
|
2418
3373
|
/**
|
|
2419
|
-
*
|
|
3374
|
+
* Gets or sets identifier
|
|
3375
|
+
*
|
|
3376
|
+
* @format datatype.uuid
|
|
2420
3377
|
*/
|
|
2421
|
-
|
|
3378
|
+
id: string;
|
|
2422
3379
|
/**
|
|
2423
|
-
*
|
|
3380
|
+
* Gets or sets date
|
|
3381
|
+
*
|
|
3382
|
+
* @format datatype.datetime
|
|
2424
3383
|
*/
|
|
2425
|
-
|
|
2426
|
-
}
|
|
2427
|
-
}
|
|
2428
|
-
export declare namespace GenModels {
|
|
2429
|
-
interface PartnerSearchInfo extends GenModels.SearchInfo {
|
|
2430
|
-
}
|
|
2431
|
-
}
|
|
2432
|
-
export declare namespace GenModels {
|
|
2433
|
-
interface MainMenuSettings {
|
|
3384
|
+
date: string;
|
|
2434
3385
|
/**
|
|
2435
|
-
*
|
|
3386
|
+
* Gets or sets comment
|
|
2436
3387
|
*/
|
|
2437
|
-
|
|
2438
|
-
}
|
|
2439
|
-
}
|
|
2440
|
-
export declare namespace GenModels {
|
|
2441
|
-
interface MainMenuItemSetting {
|
|
3388
|
+
comment: string;
|
|
2442
3389
|
/**
|
|
2443
|
-
*
|
|
3390
|
+
* Gets or sets author
|
|
2444
3391
|
*/
|
|
2445
|
-
|
|
3392
|
+
author: string;
|
|
2446
3393
|
/**
|
|
2447
|
-
*
|
|
3394
|
+
* Gets or sets author
|
|
3395
|
+
*
|
|
3396
|
+
* @format datatype.uuid
|
|
2448
3397
|
*/
|
|
2449
|
-
|
|
3398
|
+
authorId: string;
|
|
2450
3399
|
}
|
|
2451
3400
|
}
|
|
2452
3401
|
export declare namespace GenModels {
|
|
@@ -2469,6 +3418,10 @@ export declare namespace GenModels {
|
|
|
2469
3418
|
* Device type
|
|
2470
3419
|
*/
|
|
2471
3420
|
deviceType: GenModels.DeviceType;
|
|
3421
|
+
/**
|
|
3422
|
+
* Need use old grid.
|
|
3423
|
+
*/
|
|
3424
|
+
useOldGrid?: boolean;
|
|
2472
3425
|
}
|
|
2473
3426
|
}
|
|
2474
3427
|
export declare namespace GenModels {
|
|
@@ -2691,6 +3644,10 @@ export declare namespace GenModels {
|
|
|
2691
3644
|
* Get value indicated whether view column is hidden in view settings
|
|
2692
3645
|
*/
|
|
2693
3646
|
isHiddenColumn: boolean;
|
|
3647
|
+
/**
|
|
3648
|
+
* Get value indicated whether view column content needed show as HTML (without escaping)
|
|
3649
|
+
*/
|
|
3650
|
+
displayAsHTML: boolean;
|
|
2694
3651
|
/**
|
|
2695
3652
|
* Gets or sets value indicated whether column is unresizable
|
|
2696
3653
|
*/
|
|
@@ -2956,6 +3913,10 @@ export declare namespace GenModels {
|
|
|
2956
3913
|
export declare namespace GenModels {
|
|
2957
3914
|
interface RecentCardsRequest {
|
|
2958
3915
|
requestModel: GenModels.CardListRequestModel;
|
|
3916
|
+
/**
|
|
3917
|
+
* Need use old grid.
|
|
3918
|
+
*/
|
|
3919
|
+
useOldGrid?: boolean;
|
|
2959
3920
|
}
|
|
2960
3921
|
}
|
|
2961
3922
|
export declare namespace GenModels {
|
|
@@ -3024,6 +3985,10 @@ export declare namespace GenModels {
|
|
|
3024
3985
|
* Gets or sets column caption
|
|
3025
3986
|
*/
|
|
3026
3987
|
caption: string;
|
|
3988
|
+
/**
|
|
3989
|
+
* Is column need save HTML content to show
|
|
3990
|
+
*/
|
|
3991
|
+
displayAsHTML: boolean;
|
|
3027
3992
|
}
|
|
3028
3993
|
}
|
|
3029
3994
|
export declare namespace GenModels {
|
|
@@ -3300,18 +4265,6 @@ export declare namespace GenModels {
|
|
|
3300
4265
|
parentLayoutIds?: Array<string>;
|
|
3301
4266
|
}
|
|
3302
4267
|
}
|
|
3303
|
-
export declare namespace GenModels {
|
|
3304
|
-
interface ParamModel {
|
|
3305
|
-
/**
|
|
3306
|
-
* key
|
|
3307
|
-
*/
|
|
3308
|
-
key: string;
|
|
3309
|
-
/**
|
|
3310
|
-
* value
|
|
3311
|
-
*/
|
|
3312
|
-
value: string;
|
|
3313
|
-
}
|
|
3314
|
-
}
|
|
3315
4268
|
export declare namespace GenModels {
|
|
3316
4269
|
interface GetPartRequestModel extends GenModels.GetRequestModel {
|
|
3317
4270
|
controlName?: string;
|
|
@@ -3546,185 +4499,77 @@ export declare namespace GenModels {
|
|
|
3546
4499
|
}
|
|
3547
4500
|
}
|
|
3548
4501
|
export declare namespace GenModels {
|
|
3549
|
-
interface
|
|
3550
|
-
/**
|
|
3551
|
-
* File id
|
|
3552
|
-
*
|
|
3553
|
-
* @format datatype.uuid
|
|
3554
|
-
*/
|
|
3555
|
-
fileId: string;
|
|
3556
|
-
/**
|
|
3557
|
-
* File name
|
|
3558
|
-
*/
|
|
4502
|
+
interface DocumentFilesResponseModel {
|
|
3559
4503
|
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
|
-
}
|
|
3578
|
-
export declare namespace GenModels {
|
|
3579
|
-
interface FilePickerRequestModel {
|
|
3580
|
-
/**
|
|
3581
|
-
* FileCard id
|
|
3582
|
-
*
|
|
3583
|
-
* @format datatype.uuid
|
|
3584
|
-
*/
|
|
3585
|
-
fileCardId: string;
|
|
3586
|
-
/**
|
|
3587
|
-
* Additional information for writing records to system journal
|
|
3588
|
-
*/
|
|
3589
|
-
logInfo: GenModels.LogInfo;
|
|
3590
|
-
}
|
|
3591
|
-
}
|
|
3592
|
-
export declare namespace GenModels {
|
|
3593
|
-
interface LogInfo {
|
|
3594
|
-
/**
|
|
3595
|
-
* The edit operation for the log record.
|
|
3596
|
-
*
|
|
3597
|
-
* @format datatype.uuid
|
|
3598
|
-
*/
|
|
3599
|
-
operationId: string;
|
|
3600
|
-
/**
|
|
3601
|
-
* Card, to associate log record with.
|
|
3602
|
-
*
|
|
3603
|
-
* @format datatype.uuid
|
|
3604
|
-
*/
|
|
3605
|
-
cardId: string;
|
|
3606
|
-
}
|
|
3607
|
-
}
|
|
3608
|
-
export declare namespace GenModels {
|
|
3609
|
-
interface FilePickerGetFileRequestModel extends GenModels.FilePickerRequestModel {
|
|
3610
|
-
/**
|
|
3611
|
-
* Should load file versions
|
|
3612
|
-
*/
|
|
3613
|
-
loadVersions: boolean;
|
|
3614
|
-
}
|
|
3615
|
-
}
|
|
3616
|
-
export declare namespace GenModels {
|
|
3617
|
-
interface FileCardModel {
|
|
3618
|
-
/**
|
|
3619
|
-
* Gets name
|
|
3620
|
-
*/
|
|
3621
|
-
name: string;
|
|
3622
|
-
/**
|
|
3623
|
-
* Gets file identifier
|
|
3624
|
-
*
|
|
3625
|
-
* @format datatype.uuid
|
|
3626
|
-
*/
|
|
3627
|
-
fileId: string;
|
|
3628
|
-
/**
|
|
3629
|
-
* Gets is file locked
|
|
3630
|
-
*/
|
|
3631
|
-
isLocked: boolean;
|
|
3632
|
-
/**
|
|
3633
|
-
* Gets child versions of the file
|
|
3634
|
-
*/
|
|
3635
|
-
childVersions: Array<GenModels.FileCardVersionModel>;
|
|
3636
|
-
/**
|
|
3637
|
-
* Gets current version of the file
|
|
3638
|
-
*/
|
|
3639
|
-
currentVersion: GenModels.FileCardVersionModel;
|
|
3640
|
-
/**
|
|
3641
|
-
* Gets file size
|
|
3642
|
-
*/
|
|
3643
|
-
size: number;
|
|
3644
|
-
/**
|
|
3645
|
-
* Gets or sets versions count
|
|
3646
|
-
*/
|
|
3647
|
-
versionsCount: number;
|
|
3648
|
-
/**
|
|
3649
|
-
* Link to open file with webdav
|
|
3650
|
-
*/
|
|
3651
|
-
webDavLink: string;
|
|
3652
|
-
/**
|
|
3653
|
-
* Link to open file with webdav readonly
|
|
3654
|
-
*/
|
|
3655
|
-
webDavReadonlyLink: string;
|
|
3656
|
-
/**
|
|
3657
|
-
* Do WebClient supports preview of the file.
|
|
3658
|
-
*/
|
|
3659
|
-
isFilePreviewSupported: boolean;
|
|
4504
|
+
files: Array<GenModels.DowloadFilesOperationFileInfoModel>;
|
|
3660
4505
|
}
|
|
3661
4506
|
}
|
|
3662
4507
|
export declare namespace GenModels {
|
|
3663
|
-
interface
|
|
3664
|
-
/**
|
|
3665
|
-
* Gets or sets file identifier
|
|
3666
|
-
*
|
|
3667
|
-
* @format datatype.uuid
|
|
3668
|
-
*/
|
|
3669
|
-
id: string;
|
|
4508
|
+
interface DowloadFilesOperationFileInfoModel {
|
|
3670
4509
|
/**
|
|
3671
|
-
*
|
|
4510
|
+
* File id
|
|
3672
4511
|
*
|
|
3673
|
-
* @format datatype.uuid
|
|
3674
|
-
*/
|
|
3675
|
-
versionId: string;
|
|
3676
|
-
/**
|
|
3677
|
-
* Gets or set version path
|
|
4512
|
+
* @format datatype.uuid
|
|
3678
4513
|
*/
|
|
3679
|
-
|
|
4514
|
+
fileId: string;
|
|
3680
4515
|
/**
|
|
3681
|
-
*
|
|
4516
|
+
* File name
|
|
3682
4517
|
*/
|
|
3683
|
-
|
|
4518
|
+
fileName: string;
|
|
3684
4519
|
/**
|
|
3685
|
-
*
|
|
4520
|
+
* is main
|
|
3686
4521
|
*/
|
|
3687
|
-
|
|
4522
|
+
isMain: boolean;
|
|
4523
|
+
}
|
|
4524
|
+
}
|
|
4525
|
+
export declare namespace GenModels {
|
|
4526
|
+
interface WasReadRequest {
|
|
3688
4527
|
/**
|
|
3689
|
-
*
|
|
3690
|
-
*
|
|
3691
|
-
* @format datatype.datetime
|
|
4528
|
+
* Cards to read
|
|
3692
4529
|
*/
|
|
3693
|
-
|
|
4530
|
+
cardIds: Array<string>;
|
|
3694
4531
|
/**
|
|
3695
|
-
*
|
|
4532
|
+
* Set read state
|
|
3696
4533
|
*/
|
|
3697
|
-
|
|
4534
|
+
setRead: boolean;
|
|
3698
4535
|
}
|
|
3699
4536
|
}
|
|
3700
4537
|
export declare namespace GenModels {
|
|
3701
|
-
interface
|
|
4538
|
+
interface FilePickerRequestModel {
|
|
3702
4539
|
/**
|
|
3703
|
-
*
|
|
4540
|
+
* FileCard id
|
|
3704
4541
|
*
|
|
3705
4542
|
* @format datatype.uuid
|
|
3706
4543
|
*/
|
|
3707
|
-
|
|
3708
|
-
/**
|
|
3709
|
-
* Gets or sets date
|
|
3710
|
-
*
|
|
3711
|
-
* @format datatype.datetime
|
|
3712
|
-
*/
|
|
3713
|
-
date: string;
|
|
4544
|
+
fileCardId: string;
|
|
3714
4545
|
/**
|
|
3715
|
-
*
|
|
4546
|
+
* Additional information for writing records to system journal
|
|
3716
4547
|
*/
|
|
3717
|
-
|
|
4548
|
+
logInfo: GenModels.LogInfo;
|
|
4549
|
+
}
|
|
4550
|
+
}
|
|
4551
|
+
export declare namespace GenModels {
|
|
4552
|
+
interface LogInfo {
|
|
3718
4553
|
/**
|
|
3719
|
-
*
|
|
4554
|
+
* The edit operation for the log record.
|
|
4555
|
+
*
|
|
4556
|
+
* @format datatype.uuid
|
|
3720
4557
|
*/
|
|
3721
|
-
|
|
4558
|
+
operationId: string;
|
|
3722
4559
|
/**
|
|
3723
|
-
*
|
|
4560
|
+
* Card, to associate log record with.
|
|
3724
4561
|
*
|
|
3725
4562
|
* @format datatype.uuid
|
|
3726
4563
|
*/
|
|
3727
|
-
|
|
4564
|
+
cardId: string;
|
|
4565
|
+
}
|
|
4566
|
+
}
|
|
4567
|
+
export declare namespace GenModels {
|
|
4568
|
+
interface FilePickerGetFileRequestModel extends GenModels.FilePickerRequestModel {
|
|
4569
|
+
/**
|
|
4570
|
+
* Should load file versions
|
|
4571
|
+
*/
|
|
4572
|
+
loadVersions: boolean;
|
|
3728
4573
|
}
|
|
3729
4574
|
}
|
|
3730
4575
|
export declare namespace GenModels {
|
|
@@ -4089,18 +4934,6 @@ export declare namespace GenModels {
|
|
|
4089
4934
|
excludeItems?: Array<string>;
|
|
4090
4935
|
}
|
|
4091
4936
|
}
|
|
4092
|
-
export declare namespace GenModels {
|
|
4093
|
-
interface Pagination {
|
|
4094
|
-
/**
|
|
4095
|
-
* How many records client already have
|
|
4096
|
-
*/
|
|
4097
|
-
skip?: number;
|
|
4098
|
-
/**
|
|
4099
|
-
* How many records client want to receive
|
|
4100
|
-
*/
|
|
4101
|
-
maxCount?: number;
|
|
4102
|
-
}
|
|
4103
|
-
}
|
|
4104
4937
|
export declare namespace GenModels {
|
|
4105
4938
|
interface StaffQueryContext {
|
|
4106
4939
|
/**
|
|
@@ -4705,6 +5538,10 @@ export declare namespace GenModels {
|
|
|
4705
5538
|
* Gets or sets extended tip
|
|
4706
5539
|
*/
|
|
4707
5540
|
extendedTip: string;
|
|
5541
|
+
/**
|
|
5542
|
+
* Gets or sets extended tip
|
|
5543
|
+
*/
|
|
5544
|
+
type: GenModels.DirectoryDataType;
|
|
4708
5545
|
}
|
|
4709
5546
|
}
|
|
4710
5547
|
export declare namespace GenModels {
|
|
@@ -4883,70 +5720,6 @@ export declare namespace GenModels {
|
|
|
4883
5720
|
signData: GenModels.SignDataRequest;
|
|
4884
5721
|
}
|
|
4885
5722
|
}
|
|
4886
|
-
export declare namespace GenModels {
|
|
4887
|
-
interface SignDataRequest {
|
|
4888
|
-
/**
|
|
4889
|
-
* Get or sets document identifier
|
|
4890
|
-
*
|
|
4891
|
-
* @format datatype.uuid
|
|
4892
|
-
*/
|
|
4893
|
-
documentId: string;
|
|
4894
|
-
/**
|
|
4895
|
-
* Gets or sets timestamp
|
|
4896
|
-
*/
|
|
4897
|
-
timestamp: number;
|
|
4898
|
-
/**
|
|
4899
|
-
* Gets or sets label id
|
|
4900
|
-
*
|
|
4901
|
-
* @format datatype.uuid
|
|
4902
|
-
*/
|
|
4903
|
-
labelId: string;
|
|
4904
|
-
/**
|
|
4905
|
-
* Gets or sets value whether indicate use simple sign, if CSP not supported
|
|
4906
|
-
*/
|
|
4907
|
-
isSimpleSign: boolean;
|
|
4908
|
-
/**
|
|
4909
|
-
* Get or sets signature data
|
|
4910
|
-
*/
|
|
4911
|
-
signatureData: GenModels.SignatureData;
|
|
4912
|
-
}
|
|
4913
|
-
}
|
|
4914
|
-
export declare namespace GenModels {
|
|
4915
|
-
interface SignatureData {
|
|
4916
|
-
/**
|
|
4917
|
-
* Gets or sets certificate thumbprint
|
|
4918
|
-
*/
|
|
4919
|
-
certificateThumbprint: string;
|
|
4920
|
-
/**
|
|
4921
|
-
* Gets signature items
|
|
4922
|
-
*/
|
|
4923
|
-
items: Array<GenModels.SignatureItemData>;
|
|
4924
|
-
}
|
|
4925
|
-
}
|
|
4926
|
-
export declare namespace GenModels {
|
|
4927
|
-
interface SignatureItemData {
|
|
4928
|
-
/**
|
|
4929
|
-
* Gets or sets signed content
|
|
4930
|
-
*/
|
|
4931
|
-
data: Array<number>;
|
|
4932
|
-
/**
|
|
4933
|
-
* Gets or sets file version identifier
|
|
4934
|
-
*
|
|
4935
|
-
* @format datatype.uuid
|
|
4936
|
-
*/
|
|
4937
|
-
fileVersionId: string;
|
|
4938
|
-
/**
|
|
4939
|
-
* Gets or sets file card identifier
|
|
4940
|
-
*
|
|
4941
|
-
* @format datatype.uuid
|
|
4942
|
-
*/
|
|
4943
|
-
fileCardId: string;
|
|
4944
|
-
/**
|
|
4945
|
-
* Gets or sets signature item type
|
|
4946
|
-
*/
|
|
4947
|
-
itemType: GenModels.SignatureItemType;
|
|
4948
|
-
}
|
|
4949
|
-
}
|
|
4950
5723
|
export declare namespace GenModels {
|
|
4951
5724
|
interface GetApprovalTaskDecisionInfoOptions {
|
|
4952
5725
|
taskId: string;
|
|
@@ -6083,6 +6856,28 @@ export declare namespace GenModels {
|
|
|
6083
6856
|
attributes: Array<GenModels.UniqueAttributeValue>;
|
|
6084
6857
|
}
|
|
6085
6858
|
}
|
|
6859
|
+
export declare namespace GenModels {
|
|
6860
|
+
interface SignatureRequest {
|
|
6861
|
+
/**
|
|
6862
|
+
* Document card, containing signature
|
|
6863
|
+
*
|
|
6864
|
+
* @format datatype.uuid
|
|
6865
|
+
*/
|
|
6866
|
+
documentId: string;
|
|
6867
|
+
/**
|
|
6868
|
+
* Signature id
|
|
6869
|
+
*
|
|
6870
|
+
* @format datatype.uuid
|
|
6871
|
+
*/
|
|
6872
|
+
signatureId: string;
|
|
6873
|
+
/**
|
|
6874
|
+
* Signature id
|
|
6875
|
+
*
|
|
6876
|
+
* @format datatype.uuid
|
|
6877
|
+
*/
|
|
6878
|
+
signaturePartId: string;
|
|
6879
|
+
}
|
|
6880
|
+
}
|
|
6086
6881
|
export declare namespace GenModels {
|
|
6087
6882
|
interface SignatureInfoModel {
|
|
6088
6883
|
/**
|
|
@@ -6147,6 +6942,30 @@ export declare namespace GenModels {
|
|
|
6147
6942
|
timestampType: GenModels.TimestampType;
|
|
6148
6943
|
}
|
|
6149
6944
|
}
|
|
6945
|
+
export declare namespace GenModels {
|
|
6946
|
+
interface GetAcknowledgemenListRequest {
|
|
6947
|
+
/**
|
|
6948
|
+
* Card id
|
|
6949
|
+
*
|
|
6950
|
+
* @format datatype.uuid
|
|
6951
|
+
*/
|
|
6952
|
+
documentId: string;
|
|
6953
|
+
/**
|
|
6954
|
+
* Content of card document transformation
|
|
6955
|
+
*/
|
|
6956
|
+
transformationAlias: string;
|
|
6957
|
+
/**
|
|
6958
|
+
* List of task kind ids which should be included in acknowledgemen list
|
|
6959
|
+
*/
|
|
6960
|
+
taskKindIds: Array<string>;
|
|
6961
|
+
/**
|
|
6962
|
+
* Flag indicating the need to include tasks of all levels in acknowledgemen list
|
|
6963
|
+
*
|
|
6964
|
+
* If value is FALSE (default), in acknowledgemen list should include only the tasks of the first level
|
|
6965
|
+
*/
|
|
6966
|
+
includeTasksAllLevels: boolean;
|
|
6967
|
+
}
|
|
6968
|
+
}
|
|
6150
6969
|
export declare namespace GenModels {
|
|
6151
6970
|
interface GetFilesRequest {
|
|
6152
6971
|
/**
|
|
@@ -6308,69 +7127,187 @@ export declare namespace GenModels {
|
|
|
6308
7127
|
}
|
|
6309
7128
|
}
|
|
6310
7129
|
export declare namespace GenModels {
|
|
6311
|
-
interface VersionedFileCommentDeleteModel {
|
|
7130
|
+
interface VersionedFileCommentDeleteModel {
|
|
7131
|
+
/**
|
|
7132
|
+
* Gets or sets comment identifier
|
|
7133
|
+
*
|
|
7134
|
+
* @format datatype.uuid
|
|
7135
|
+
*/
|
|
7136
|
+
commentId: string;
|
|
7137
|
+
/**
|
|
7138
|
+
* Gets or sets container card identifier
|
|
7139
|
+
*
|
|
7140
|
+
* @format datatype.uuid
|
|
7141
|
+
*/
|
|
7142
|
+
cardId: string;
|
|
7143
|
+
/**
|
|
7144
|
+
* Gets or sets timestamp
|
|
7145
|
+
*/
|
|
7146
|
+
timestamp: number;
|
|
7147
|
+
/**
|
|
7148
|
+
* Gets or sets file card identifier
|
|
7149
|
+
*
|
|
7150
|
+
* @format datatype.uuid
|
|
7151
|
+
*/
|
|
7152
|
+
fileCardId: string;
|
|
7153
|
+
/**
|
|
7154
|
+
* Gets or sets version identifier
|
|
7155
|
+
*
|
|
7156
|
+
* @format datatype.uuid
|
|
7157
|
+
*/
|
|
7158
|
+
versionId: string;
|
|
7159
|
+
}
|
|
7160
|
+
}
|
|
7161
|
+
export declare namespace GenModels {
|
|
7162
|
+
interface CommmonFileRequest {
|
|
7163
|
+
/**
|
|
7164
|
+
* Owner card id
|
|
7165
|
+
*
|
|
7166
|
+
* @format datatype.uuid
|
|
7167
|
+
*/
|
|
7168
|
+
ownerCardId: string;
|
|
7169
|
+
/**
|
|
7170
|
+
* File card id
|
|
7171
|
+
*
|
|
7172
|
+
* @format datatype.uuid
|
|
7173
|
+
*/
|
|
7174
|
+
fileCardId: string;
|
|
7175
|
+
/**
|
|
7176
|
+
* Timestamp
|
|
7177
|
+
*/
|
|
7178
|
+
timestamp?: number;
|
|
7179
|
+
}
|
|
7180
|
+
}
|
|
7181
|
+
export declare namespace GenModels {
|
|
7182
|
+
interface RenameFileNameRequest {
|
|
7183
|
+
/**
|
|
7184
|
+
* @format datatype.uuid
|
|
7185
|
+
*/
|
|
7186
|
+
documentId: string;
|
|
7187
|
+
/**
|
|
7188
|
+
* @format datatype.uuid
|
|
7189
|
+
*/
|
|
7190
|
+
documentFileId: string;
|
|
7191
|
+
isMain: boolean;
|
|
7192
|
+
fileName: string;
|
|
7193
|
+
}
|
|
7194
|
+
}
|
|
7195
|
+
export declare namespace GenModels {
|
|
7196
|
+
interface FileQuotesRequest {
|
|
7197
|
+
/**
|
|
7198
|
+
* Instance ID
|
|
7199
|
+
*
|
|
7200
|
+
* @format datatype.uuid
|
|
7201
|
+
*/
|
|
7202
|
+
instanceId: string;
|
|
7203
|
+
/**
|
|
7204
|
+
* File ID
|
|
7205
|
+
*
|
|
7206
|
+
* @format datatype.uuid
|
|
7207
|
+
*/
|
|
7208
|
+
fileId: string;
|
|
7209
|
+
/**
|
|
7210
|
+
* Quotes limit
|
|
7211
|
+
*/
|
|
7212
|
+
quotesLimit: number;
|
|
7213
|
+
}
|
|
7214
|
+
}
|
|
7215
|
+
export declare namespace GenModels {
|
|
7216
|
+
interface FileQuotes {
|
|
6312
7217
|
/**
|
|
6313
|
-
*
|
|
7218
|
+
* File Id
|
|
6314
7219
|
*
|
|
6315
7220
|
* @format datatype.uuid
|
|
6316
7221
|
*/
|
|
6317
|
-
|
|
7222
|
+
fileId: string;
|
|
6318
7223
|
/**
|
|
6319
|
-
*
|
|
7224
|
+
* Owner Card Id
|
|
6320
7225
|
*
|
|
6321
7226
|
* @format datatype.uuid
|
|
6322
7227
|
*/
|
|
6323
|
-
|
|
7228
|
+
ownerCardId?: string;
|
|
6324
7229
|
/**
|
|
6325
|
-
*
|
|
7230
|
+
* File name
|
|
6326
7231
|
*/
|
|
6327
|
-
|
|
7232
|
+
fileName: string;
|
|
6328
7233
|
/**
|
|
6329
|
-
*
|
|
6330
|
-
*
|
|
6331
|
-
* @format datatype.uuid
|
|
7234
|
+
* File extension
|
|
6332
7235
|
*/
|
|
6333
|
-
|
|
7236
|
+
fileExtension: string;
|
|
6334
7237
|
/**
|
|
6335
|
-
*
|
|
6336
|
-
*
|
|
6337
|
-
* @format datatype.uuid
|
|
7238
|
+
* WebDav link
|
|
6338
7239
|
*/
|
|
6339
|
-
|
|
7240
|
+
link: string;
|
|
7241
|
+
/**
|
|
7242
|
+
* Citations
|
|
7243
|
+
*/
|
|
7244
|
+
quotes: Array<GenModels.Quote>;
|
|
7245
|
+
/**
|
|
7246
|
+
* Has more
|
|
7247
|
+
*/
|
|
7248
|
+
hasMore: boolean;
|
|
6340
7249
|
}
|
|
6341
7250
|
}
|
|
6342
7251
|
export declare namespace GenModels {
|
|
6343
|
-
interface
|
|
7252
|
+
interface Quote {
|
|
6344
7253
|
/**
|
|
6345
|
-
*
|
|
7254
|
+
* Quotes
|
|
7255
|
+
*/
|
|
7256
|
+
parts: Array<GenModels.QuotePart>;
|
|
7257
|
+
}
|
|
7258
|
+
}
|
|
7259
|
+
export declare namespace GenModels {
|
|
7260
|
+
interface QuotePart {
|
|
7261
|
+
/**
|
|
7262
|
+
* Quote's text
|
|
7263
|
+
*/
|
|
7264
|
+
text: string;
|
|
7265
|
+
/**
|
|
7266
|
+
* Marked
|
|
7267
|
+
*/
|
|
7268
|
+
isMarked: boolean;
|
|
7269
|
+
}
|
|
7270
|
+
}
|
|
7271
|
+
export declare namespace GenModels {
|
|
7272
|
+
interface CardQuotesRequest {
|
|
7273
|
+
/**
|
|
7274
|
+
* Instance ID
|
|
6346
7275
|
*
|
|
6347
7276
|
* @format datatype.uuid
|
|
6348
7277
|
*/
|
|
6349
|
-
|
|
7278
|
+
instanceId: string;
|
|
6350
7279
|
/**
|
|
6351
|
-
*
|
|
7280
|
+
* Card ID
|
|
6352
7281
|
*
|
|
6353
7282
|
* @format datatype.uuid
|
|
6354
7283
|
*/
|
|
6355
|
-
|
|
7284
|
+
cardId: string;
|
|
6356
7285
|
/**
|
|
6357
|
-
*
|
|
7286
|
+
* Quotes limit
|
|
6358
7287
|
*/
|
|
6359
|
-
|
|
7288
|
+
quotesLimit: number;
|
|
7289
|
+
/**
|
|
7290
|
+
* Files limit
|
|
7291
|
+
*/
|
|
7292
|
+
filesLimit: number;
|
|
6360
7293
|
}
|
|
6361
7294
|
}
|
|
6362
7295
|
export declare namespace GenModels {
|
|
6363
|
-
interface
|
|
7296
|
+
interface CardQuotes {
|
|
6364
7297
|
/**
|
|
7298
|
+
* Card Id
|
|
7299
|
+
*
|
|
6365
7300
|
* @format datatype.uuid
|
|
6366
7301
|
*/
|
|
6367
|
-
|
|
7302
|
+
cardId?: string;
|
|
6368
7303
|
/**
|
|
6369
|
-
*
|
|
7304
|
+
* Has more
|
|
6370
7305
|
*/
|
|
6371
|
-
|
|
6372
|
-
|
|
6373
|
-
|
|
7306
|
+
hasMore: boolean;
|
|
7307
|
+
/**
|
|
7308
|
+
* Files quotes
|
|
7309
|
+
*/
|
|
7310
|
+
files: Array<GenModels.FileQuotes>;
|
|
6374
7311
|
}
|
|
6375
7312
|
}
|
|
6376
7313
|
export declare namespace GenModels {
|
|
@@ -7146,6 +8083,10 @@ export declare namespace GenModels {
|
|
|
7146
8083
|
* Organization INN
|
|
7147
8084
|
*/
|
|
7148
8085
|
inn: string;
|
|
8086
|
+
/**
|
|
8087
|
+
* Not available flag
|
|
8088
|
+
*/
|
|
8089
|
+
notAvailable: boolean;
|
|
7149
8090
|
/**
|
|
7150
8091
|
* Node department type
|
|
7151
8092
|
*/
|
|
@@ -7513,6 +8454,46 @@ export declare namespace GenModels {
|
|
|
7513
8454
|
order: number;
|
|
7514
8455
|
}
|
|
7515
8456
|
}
|
|
8457
|
+
export declare namespace GenModels {
|
|
8458
|
+
interface FileCardModelWithCertificateInfo extends GenModels.FileCardModel {
|
|
8459
|
+
/**
|
|
8460
|
+
* Certificate's friendly name
|
|
8461
|
+
*/
|
|
8462
|
+
friendlyName: string;
|
|
8463
|
+
/**
|
|
8464
|
+
* Certificate's issuer
|
|
8465
|
+
*/
|
|
8466
|
+
issuer: string;
|
|
8467
|
+
/**
|
|
8468
|
+
* Certificate's subject
|
|
8469
|
+
*/
|
|
8470
|
+
subject: string;
|
|
8471
|
+
/**
|
|
8472
|
+
* Certificate valid from
|
|
8473
|
+
*
|
|
8474
|
+
* @format datatype.datetime
|
|
8475
|
+
*/
|
|
8476
|
+
notBefore: string;
|
|
8477
|
+
/**
|
|
8478
|
+
* Certificate valid until
|
|
8479
|
+
*
|
|
8480
|
+
* @format datatype.datetime
|
|
8481
|
+
*/
|
|
8482
|
+
notAfter: string;
|
|
8483
|
+
}
|
|
8484
|
+
}
|
|
8485
|
+
export declare namespace GenModels {
|
|
8486
|
+
interface UploadToDssResponse {
|
|
8487
|
+
/**
|
|
8488
|
+
* Signature parts
|
|
8489
|
+
*/
|
|
8490
|
+
parts: Array<GenModels.DocumentSignaturePartInfo>;
|
|
8491
|
+
/**
|
|
8492
|
+
* DSS server response
|
|
8493
|
+
*/
|
|
8494
|
+
dssResponse: any;
|
|
8495
|
+
}
|
|
8496
|
+
}
|
|
7516
8497
|
export declare namespace GenModels {
|
|
7517
8498
|
interface AddCardModalModel {
|
|
7518
8499
|
/**
|
|
@@ -7606,7 +8587,7 @@ export declare namespace GenModels {
|
|
|
7606
8587
|
/**
|
|
7607
8588
|
* Gets or sets current employee
|
|
7608
8589
|
*/
|
|
7609
|
-
employee: GenModels.
|
|
8590
|
+
employee: GenModels.CurrentEmployeeInfo;
|
|
7610
8591
|
/**
|
|
7611
8592
|
* Gets or sets environment settings
|
|
7612
8593
|
*/
|
|
@@ -7663,6 +8644,14 @@ export declare namespace GenModels {
|
|
|
7663
8644
|
* Search context options
|
|
7664
8645
|
*/
|
|
7665
8646
|
searchContextOptions: Array<GenModels.SearchOptionModel>;
|
|
8647
|
+
/**
|
|
8648
|
+
* Gets or sets needs to use old grid.
|
|
8649
|
+
*/
|
|
8650
|
+
useOldGrid: GenModels.UseOldGrid;
|
|
8651
|
+
/**
|
|
8652
|
+
* Management console address
|
|
8653
|
+
*/
|
|
8654
|
+
managementConsoleAddress: string;
|
|
7666
8655
|
/**
|
|
7667
8656
|
* Card must be deleted into the trash or deletes from database.
|
|
7668
8657
|
*/
|
|
@@ -7681,6 +8670,14 @@ export declare namespace GenModels {
|
|
|
7681
8670
|
logEnabled: boolean;
|
|
7682
8671
|
}
|
|
7683
8672
|
}
|
|
8673
|
+
export declare namespace GenModels {
|
|
8674
|
+
interface CurrentEmployeeInfo extends GenModels.EmployeeModel {
|
|
8675
|
+
/**
|
|
8676
|
+
* Server role
|
|
8677
|
+
*/
|
|
8678
|
+
serverRole: GenModels.ServerRole;
|
|
8679
|
+
}
|
|
8680
|
+
}
|
|
7684
8681
|
export declare namespace GenModels {
|
|
7685
8682
|
interface EnvironmentSettings {
|
|
7686
8683
|
/**
|
|
@@ -7699,6 +8696,10 @@ export declare namespace GenModels {
|
|
|
7699
8696
|
* Returns true whether grid filter supported
|
|
7700
8697
|
*/
|
|
7701
8698
|
gridFilterSupported: boolean;
|
|
8699
|
+
/**
|
|
8700
|
+
* Returns true if SmartSearch is allowed in the Docsvision system
|
|
8701
|
+
*/
|
|
8702
|
+
smartSearchEnabled: boolean;
|
|
7702
8703
|
/**
|
|
7703
8704
|
* Gets or sets base alias
|
|
7704
8705
|
*/
|
|
@@ -7851,6 +8852,58 @@ export declare namespace GenModels {
|
|
|
7851
8852
|
* Possible extensions for signature files.
|
|
7852
8853
|
*/
|
|
7853
8854
|
signatureFileExtensions: Array<string>;
|
|
8855
|
+
/**
|
|
8856
|
+
* Settings for cloud signature (DSS)
|
|
8857
|
+
*/
|
|
8858
|
+
cloudSignature: GenModels.CloudSignatureSettings;
|
|
8859
|
+
}
|
|
8860
|
+
}
|
|
8861
|
+
export declare namespace GenModels {
|
|
8862
|
+
interface CloudSignatureSettings {
|
|
8863
|
+
/**
|
|
8864
|
+
* Path to DSS host
|
|
8865
|
+
*/
|
|
8866
|
+
address: string;
|
|
8867
|
+
/**
|
|
8868
|
+
* Client id, registered in DSS.
|
|
8869
|
+
*/
|
|
8870
|
+
clientId: string;
|
|
8871
|
+
/**
|
|
8872
|
+
* Name of SignServer application in IIS
|
|
8873
|
+
*/
|
|
8874
|
+
signServerAppName: string;
|
|
8875
|
+
/**
|
|
8876
|
+
* Name of STS application in IIS
|
|
8877
|
+
*/
|
|
8878
|
+
stsAppName: string;
|
|
8879
|
+
/**
|
|
8880
|
+
* Name of DocumentStore application in IIS
|
|
8881
|
+
*/
|
|
8882
|
+
documentStoreAppName: string;
|
|
8883
|
+
/**
|
|
8884
|
+
* URL of verification service. For example https://dss.cryptopro.ru/verify/rest/api/signatures.
|
|
8885
|
+
*/
|
|
8886
|
+
verifyUrl: string;
|
|
8887
|
+
/**
|
|
8888
|
+
* URL of TSP service.
|
|
8889
|
+
*/
|
|
8890
|
+
tspServiceAddress: string;
|
|
8891
|
+
/**
|
|
8892
|
+
* SignatureType setting (Cades-Bes или Cades-Xlong-Type1)
|
|
8893
|
+
*/
|
|
8894
|
+
signatureType: GenModels.CloudSignatureType;
|
|
8895
|
+
/**
|
|
8896
|
+
* User cloud signature verification, or built in.
|
|
8897
|
+
*/
|
|
8898
|
+
enableCloudVerify: boolean;
|
|
8899
|
+
/**
|
|
8900
|
+
* Registered in DSS full address to CryptoProDssController/AcceptAuthorization action.
|
|
8901
|
+
*/
|
|
8902
|
+
authorizeRedirectUrl: string;
|
|
8903
|
+
/**
|
|
8904
|
+
* Load cloud user profile certificate info on first use.
|
|
8905
|
+
*/
|
|
8906
|
+
actualizeCloudProfileCertificate: boolean;
|
|
7854
8907
|
}
|
|
7855
8908
|
}
|
|
7856
8909
|
export declare namespace GenModels {
|
|
@@ -7910,11 +8963,9 @@ export declare namespace GenModels {
|
|
|
7910
8963
|
*/
|
|
7911
8964
|
showArchivedCards: boolean;
|
|
7912
8965
|
/**
|
|
7913
|
-
*
|
|
7914
|
-
*
|
|
7915
|
-
* @format datatype.datetime
|
|
8966
|
+
* Show Help button
|
|
7916
8967
|
*/
|
|
7917
|
-
|
|
8968
|
+
showHelpButton: boolean;
|
|
7918
8969
|
}
|
|
7919
8970
|
}
|
|
7920
8971
|
export declare namespace GenModels {
|
|
@@ -7943,6 +8994,14 @@ export declare namespace GenModels {
|
|
|
7943
8994
|
* Page size to load cards from server
|
|
7944
8995
|
*/
|
|
7945
8996
|
pageSize: number;
|
|
8997
|
+
/**
|
|
8998
|
+
* Time to apply selected aggregates filters.
|
|
8999
|
+
*/
|
|
9000
|
+
applyAggregatesTimeout: number;
|
|
9001
|
+
/**
|
|
9002
|
+
* Enable manual applying of aggregates by button.
|
|
9003
|
+
*/
|
|
9004
|
+
applyAggregatesButton: boolean;
|
|
7946
9005
|
}
|
|
7947
9006
|
}
|
|
7948
9007
|
export declare namespace GenModels {
|
|
@@ -7983,6 +9042,22 @@ export declare namespace GenModels {
|
|
|
7983
9042
|
withDescendants: boolean;
|
|
7984
9043
|
}
|
|
7985
9044
|
}
|
|
9045
|
+
export declare namespace GenModels {
|
|
9046
|
+
interface AdminPanelMessageModel {
|
|
9047
|
+
/**
|
|
9048
|
+
* Card id
|
|
9049
|
+
*
|
|
9050
|
+
* @format datatype.uuid
|
|
9051
|
+
*/
|
|
9052
|
+
cardId: string;
|
|
9053
|
+
/**
|
|
9054
|
+
* Message card id
|
|
9055
|
+
*
|
|
9056
|
+
* @format datatype.uuid
|
|
9057
|
+
*/
|
|
9058
|
+
messageCardId: string;
|
|
9059
|
+
}
|
|
9060
|
+
}
|
|
7986
9061
|
export declare namespace GenModels {
|
|
7987
9062
|
interface ControlsInfoModel {
|
|
7988
9063
|
/**
|
|
@@ -8804,6 +9879,24 @@ export declare namespace GenModels {
|
|
|
8804
9879
|
dataType: GenModels.DirectoryDataType;
|
|
8805
9880
|
}
|
|
8806
9881
|
}
|
|
9882
|
+
export declare namespace GenModels {
|
|
9883
|
+
interface DirectoryDesignerRowDataSourceModel {
|
|
9884
|
+
/**
|
|
9885
|
+
* Card Section
|
|
9886
|
+
*
|
|
9887
|
+
* @format datatype.uuid
|
|
9888
|
+
*/
|
|
9889
|
+
dataSourceCardSection?: string;
|
|
9890
|
+
/**
|
|
9891
|
+
* Alias of field with ItemType
|
|
9892
|
+
*/
|
|
9893
|
+
itemTypeAlias: string;
|
|
9894
|
+
/**
|
|
9895
|
+
* Alias of field with Item
|
|
9896
|
+
*/
|
|
9897
|
+
itemAlias: string;
|
|
9898
|
+
}
|
|
9899
|
+
}
|
|
8807
9900
|
export declare namespace GenModels {
|
|
8808
9901
|
interface UniquenessCheckOperationsModel {
|
|
8809
9902
|
/**
|
|
@@ -9206,6 +10299,52 @@ export declare namespace GenModels {
|
|
|
9206
10299
|
dataType: number;
|
|
9207
10300
|
}
|
|
9208
10301
|
}
|
|
10302
|
+
export declare namespace GenModels {
|
|
10303
|
+
interface SystemStateNotification {
|
|
10304
|
+
/**
|
|
10305
|
+
* Notification source
|
|
10306
|
+
*/
|
|
10307
|
+
source: GenModels.SystemStateNotificationSource;
|
|
10308
|
+
/**
|
|
10309
|
+
* Severity
|
|
10310
|
+
*/
|
|
10311
|
+
severity: GenModels.SystemStateNotificationSeverity;
|
|
10312
|
+
/**
|
|
10313
|
+
* Tenant name (optional)
|
|
10314
|
+
*/
|
|
10315
|
+
tenantName: string;
|
|
10316
|
+
/**
|
|
10317
|
+
* Employee account (optional)
|
|
10318
|
+
*/
|
|
10319
|
+
accountName: string;
|
|
10320
|
+
/**
|
|
10321
|
+
* Employee id (optional)
|
|
10322
|
+
*
|
|
10323
|
+
* @format datatype.uuid
|
|
10324
|
+
*/
|
|
10325
|
+
employeeId?: string;
|
|
10326
|
+
/**
|
|
10327
|
+
* Short description
|
|
10328
|
+
*/
|
|
10329
|
+
caption: string;
|
|
10330
|
+
/**
|
|
10331
|
+
* Detailed description
|
|
10332
|
+
*/
|
|
10333
|
+
details: string;
|
|
10334
|
+
/**
|
|
10335
|
+
* Unique event type identificator.
|
|
10336
|
+
*/
|
|
10337
|
+
eventCode: number;
|
|
10338
|
+
/**
|
|
10339
|
+
* Source specific additional data of the notification
|
|
10340
|
+
*/
|
|
10341
|
+
data: GenModels.ISystemStateNotificationData;
|
|
10342
|
+
}
|
|
10343
|
+
}
|
|
10344
|
+
export declare namespace GenModels {
|
|
10345
|
+
interface ISystemStateNotificationData {
|
|
10346
|
+
}
|
|
10347
|
+
}
|
|
9209
10348
|
export declare namespace GenModels {
|
|
9210
10349
|
interface FolderListModel {
|
|
9211
10350
|
/**
|
|
@@ -9424,32 +10563,145 @@ export declare namespace GenModels {
|
|
|
9424
10563
|
}
|
|
9425
10564
|
export declare namespace GenModels {
|
|
9426
10565
|
enum DecisionSemantics {
|
|
10566
|
+
None = 0,
|
|
9427
10567
|
Positive = 1,
|
|
9428
10568
|
Negative = 2,
|
|
9429
10569
|
Neutral = 3,
|
|
9430
10570
|
Cancellation = 4,
|
|
9431
10571
|
NewCycle = 5,
|
|
9432
10572
|
ApproversAddition = 6,
|
|
9433
|
-
|
|
10573
|
+
NonNegative = 7,
|
|
10574
|
+
Any = 8,
|
|
10575
|
+
Completion = 100,
|
|
10576
|
+
Return = 200
|
|
10577
|
+
}
|
|
10578
|
+
}
|
|
10579
|
+
export declare namespace GenModels {
|
|
10580
|
+
enum StageTaskSendingMode {
|
|
10581
|
+
Sequential = 0,
|
|
10582
|
+
Parallel = 1
|
|
10583
|
+
}
|
|
10584
|
+
}
|
|
10585
|
+
export declare namespace GenModels {
|
|
10586
|
+
enum StageRepeatMode {
|
|
10587
|
+
Always = 0,
|
|
10588
|
+
Never = 1,
|
|
10589
|
+
ForNotApproved = 2,
|
|
10590
|
+
OnNegativeDecision = 3,
|
|
10591
|
+
WhenRejectedOrFileChanged = 4
|
|
10592
|
+
}
|
|
10593
|
+
}
|
|
10594
|
+
export declare namespace GenModels {
|
|
10595
|
+
enum ConditionType {
|
|
10596
|
+
None = 0,
|
|
10597
|
+
And = 1,
|
|
10598
|
+
Or = 2,
|
|
10599
|
+
Complex = 3
|
|
10600
|
+
}
|
|
10601
|
+
}
|
|
10602
|
+
export declare namespace GenModels {
|
|
10603
|
+
enum NodeType {
|
|
10604
|
+
Stage = 0
|
|
10605
|
+
}
|
|
10606
|
+
}
|
|
10607
|
+
export declare namespace GenModels {
|
|
10608
|
+
/**
|
|
10609
|
+
* Where from signature method was received.
|
|
10610
|
+
*/
|
|
10611
|
+
enum SignatureMethodSources {
|
|
10612
|
+
/**
|
|
10613
|
+
* CryptoPro browser plugin
|
|
10614
|
+
*/
|
|
10615
|
+
LocalCryptoPro = 0,
|
|
10616
|
+
/**
|
|
10617
|
+
* CryptoPr DSS cloud service
|
|
10618
|
+
*/
|
|
10619
|
+
Cloud = 1,
|
|
10620
|
+
/**
|
|
10621
|
+
* PkiClient ios mobile app
|
|
10622
|
+
*/
|
|
10623
|
+
PkiClient = 2,
|
|
10624
|
+
/**
|
|
10625
|
+
* Unknown
|
|
10626
|
+
*/
|
|
10627
|
+
Unknown = 3
|
|
10628
|
+
}
|
|
10629
|
+
}
|
|
10630
|
+
export declare namespace GenModels {
|
|
10631
|
+
/**
|
|
10632
|
+
* Declare device types
|
|
10633
|
+
*/
|
|
10634
|
+
enum DeviceType {
|
|
10635
|
+
/**
|
|
10636
|
+
* Desktop
|
|
10637
|
+
*/
|
|
10638
|
+
Desktop = 0,
|
|
10639
|
+
/**
|
|
10640
|
+
* Smartphone
|
|
10641
|
+
*/
|
|
10642
|
+
Smartphone = 1,
|
|
10643
|
+
/**
|
|
10644
|
+
* Tablet
|
|
10645
|
+
*/
|
|
10646
|
+
Tablet = 2
|
|
10647
|
+
}
|
|
10648
|
+
}
|
|
10649
|
+
export declare namespace GenModels {
|
|
10650
|
+
/**
|
|
10651
|
+
* Type of signature item
|
|
10652
|
+
*/
|
|
10653
|
+
enum SignatureItemType {
|
|
10654
|
+
/**
|
|
10655
|
+
* Detached SignedCms
|
|
10656
|
+
*/
|
|
10657
|
+
MainFileSignaturePartType = 0,
|
|
10658
|
+
/**
|
|
10659
|
+
* Nondetached SignedCms
|
|
10660
|
+
*/
|
|
10661
|
+
MainFileWithContentSignaturePartType = 1,
|
|
10662
|
+
/**
|
|
10663
|
+
* Document card attributes
|
|
10664
|
+
*/
|
|
10665
|
+
DocumentFieldsSignaturePartType = 2,
|
|
10666
|
+
/**
|
|
10667
|
+
* Document attachments (additional files)
|
|
10668
|
+
*/
|
|
10669
|
+
AttachmentsSignaturePartType = 3
|
|
9434
10670
|
}
|
|
9435
10671
|
}
|
|
9436
10672
|
export declare namespace GenModels {
|
|
9437
10673
|
/**
|
|
9438
|
-
* Declare
|
|
10674
|
+
* Declare column type
|
|
9439
10675
|
*/
|
|
9440
|
-
enum
|
|
10676
|
+
enum ColumnType {
|
|
9441
10677
|
/**
|
|
9442
|
-
*
|
|
10678
|
+
* Int
|
|
9443
10679
|
*/
|
|
9444
|
-
|
|
10680
|
+
Integer = 0,
|
|
9445
10681
|
/**
|
|
9446
|
-
*
|
|
10682
|
+
* String
|
|
9447
10683
|
*/
|
|
9448
|
-
|
|
10684
|
+
String = 1,
|
|
9449
10685
|
/**
|
|
9450
|
-
*
|
|
10686
|
+
* Double
|
|
9451
10687
|
*/
|
|
9452
|
-
|
|
10688
|
+
Float = 2,
|
|
10689
|
+
/**
|
|
10690
|
+
* Datetime
|
|
10691
|
+
*/
|
|
10692
|
+
DateTime = 3,
|
|
10693
|
+
/**
|
|
10694
|
+
* Boolean
|
|
10695
|
+
*/
|
|
10696
|
+
Bool = 5,
|
|
10697
|
+
/**
|
|
10698
|
+
* Decimal column type
|
|
10699
|
+
*/
|
|
10700
|
+
Decimal = 6,
|
|
10701
|
+
/**
|
|
10702
|
+
* Unique id data type
|
|
10703
|
+
*/
|
|
10704
|
+
UniqueId = 7
|
|
9453
10705
|
}
|
|
9454
10706
|
}
|
|
9455
10707
|
export declare namespace GenModels {
|
|
@@ -9663,6 +10915,40 @@ export declare namespace GenModels {
|
|
|
9663
10915
|
Acquaintance = 2
|
|
9664
10916
|
}
|
|
9665
10917
|
}
|
|
10918
|
+
export declare namespace GenModels {
|
|
10919
|
+
/**
|
|
10920
|
+
* Represents what and how to search in directory designer tree
|
|
10921
|
+
*/
|
|
10922
|
+
enum DirectoryDesignerSearchArea {
|
|
10923
|
+
/**
|
|
10924
|
+
* Query should return only specified node and its rows
|
|
10925
|
+
*/
|
|
10926
|
+
OnlyNode = 1,
|
|
10927
|
+
/**
|
|
10928
|
+
* Query should return only node, children and children rows (without node rows).
|
|
10929
|
+
*/
|
|
10930
|
+
OnlyChildren = 2,
|
|
10931
|
+
/**
|
|
10932
|
+
* Query should return node, children, node rows and children rows (i.e. everything).
|
|
10933
|
+
*/
|
|
10934
|
+
NodeWithChildren = 3
|
|
10935
|
+
}
|
|
10936
|
+
}
|
|
10937
|
+
export declare namespace GenModels {
|
|
10938
|
+
/**
|
|
10939
|
+
* Represents type of tree node
|
|
10940
|
+
*/
|
|
10941
|
+
enum DirectoryDesignerTreeNodeType {
|
|
10942
|
+
/**
|
|
10943
|
+
* directory designer item type (node)
|
|
10944
|
+
*/
|
|
10945
|
+
Node = 1,
|
|
10946
|
+
/**
|
|
10947
|
+
* directory designer row
|
|
10948
|
+
*/
|
|
10949
|
+
Row = 2
|
|
10950
|
+
}
|
|
10951
|
+
}
|
|
9666
10952
|
export declare namespace GenModels {
|
|
9667
10953
|
/**
|
|
9668
10954
|
* Represents type of {@link GenModels}
|
|
@@ -9695,6 +10981,72 @@ export declare namespace GenModels {
|
|
|
9695
10981
|
CadesXLongType1Signature = 4
|
|
9696
10982
|
}
|
|
9697
10983
|
}
|
|
10984
|
+
export declare namespace GenModels {
|
|
10985
|
+
/**
|
|
10986
|
+
* Verification status of signature
|
|
10987
|
+
*/
|
|
10988
|
+
enum ValidationState {
|
|
10989
|
+
/**
|
|
10990
|
+
* Valid
|
|
10991
|
+
*/
|
|
10992
|
+
Valid = 0,
|
|
10993
|
+
/**
|
|
10994
|
+
* Invalid
|
|
10995
|
+
*/
|
|
10996
|
+
Invalid = 1,
|
|
10997
|
+
/**
|
|
10998
|
+
* Partially valid
|
|
10999
|
+
*/
|
|
11000
|
+
PartiallyValid = 2,
|
|
11001
|
+
/**
|
|
11002
|
+
* Sign data is valid, but certificate is expired
|
|
11003
|
+
*/
|
|
11004
|
+
CertificateExpired = 3,
|
|
11005
|
+
/**
|
|
11006
|
+
* Sign data is valid, but certificate is revoked
|
|
11007
|
+
*/
|
|
11008
|
+
CertificateRevoked = 4
|
|
11009
|
+
}
|
|
11010
|
+
}
|
|
11011
|
+
export declare namespace GenModels {
|
|
11012
|
+
/**
|
|
11013
|
+
* Verification status of signature
|
|
11014
|
+
*/
|
|
11015
|
+
enum SignatureVerificationStatus {
|
|
11016
|
+
/**
|
|
11017
|
+
* Not signed
|
|
11018
|
+
*/
|
|
11019
|
+
NotSigned = 0,
|
|
11020
|
+
/**
|
|
11021
|
+
* Valid
|
|
11022
|
+
*/
|
|
11023
|
+
Valid = 1,
|
|
11024
|
+
/**
|
|
11025
|
+
* Invalid
|
|
11026
|
+
*/
|
|
11027
|
+
Invalid = 2,
|
|
11028
|
+
/**
|
|
11029
|
+
* Partially valid
|
|
11030
|
+
*/
|
|
11031
|
+
PartiallyValid = 3,
|
|
11032
|
+
/**
|
|
11033
|
+
* Unable to verify
|
|
11034
|
+
*/
|
|
11035
|
+
UnableToVerify = 4,
|
|
11036
|
+
/**
|
|
11037
|
+
* Certificate is revoked
|
|
11038
|
+
*/
|
|
11039
|
+
CertificateRevoked = 5,
|
|
11040
|
+
/**
|
|
11041
|
+
* Certificate is expired
|
|
11042
|
+
*/
|
|
11043
|
+
CertificateExpired = 6,
|
|
11044
|
+
/**
|
|
11045
|
+
* Certificate can not validated
|
|
11046
|
+
*/
|
|
11047
|
+
CertificateCanNotValidated = 7
|
|
11048
|
+
}
|
|
11049
|
+
}
|
|
9698
11050
|
export declare namespace GenModels {
|
|
9699
11051
|
/**
|
|
9700
11052
|
* Possible task columns in TasksTable control
|
|
@@ -9873,41 +11225,6 @@ export declare namespace GenModels {
|
|
|
9873
11225
|
All = 15
|
|
9874
11226
|
}
|
|
9875
11227
|
}
|
|
9876
|
-
export declare namespace GenModels {
|
|
9877
|
-
/**
|
|
9878
|
-
* Declare column type
|
|
9879
|
-
*/
|
|
9880
|
-
enum ColumnType {
|
|
9881
|
-
/**
|
|
9882
|
-
* Int
|
|
9883
|
-
*/
|
|
9884
|
-
Integer = 0,
|
|
9885
|
-
/**
|
|
9886
|
-
* String
|
|
9887
|
-
*/
|
|
9888
|
-
String = 1,
|
|
9889
|
-
/**
|
|
9890
|
-
* Double
|
|
9891
|
-
*/
|
|
9892
|
-
Float = 2,
|
|
9893
|
-
/**
|
|
9894
|
-
* Datetime
|
|
9895
|
-
*/
|
|
9896
|
-
DateTime = 3,
|
|
9897
|
-
/**
|
|
9898
|
-
* Boolean
|
|
9899
|
-
*/
|
|
9900
|
-
Bool = 5,
|
|
9901
|
-
/**
|
|
9902
|
-
* Decimal column type
|
|
9903
|
-
*/
|
|
9904
|
-
Decimal = 6,
|
|
9905
|
-
/**
|
|
9906
|
-
* Unique id data type
|
|
9907
|
-
*/
|
|
9908
|
-
UniqueId = 7
|
|
9909
|
-
}
|
|
9910
|
-
}
|
|
9911
11228
|
export declare namespace System.Web.UI.WebControls {
|
|
9912
11229
|
enum SortDirection {
|
|
9913
11230
|
Ascending = 0,
|
|
@@ -10134,29 +11451,6 @@ export declare namespace GenModels {
|
|
|
10134
11451
|
Variant = 21
|
|
10135
11452
|
}
|
|
10136
11453
|
}
|
|
10137
|
-
export declare namespace GenModels {
|
|
10138
|
-
/**
|
|
10139
|
-
* Type of signature item
|
|
10140
|
-
*/
|
|
10141
|
-
enum SignatureItemType {
|
|
10142
|
-
/**
|
|
10143
|
-
* Detached SignedCms
|
|
10144
|
-
*/
|
|
10145
|
-
MainFileSignaturePartType = 0,
|
|
10146
|
-
/**
|
|
10147
|
-
* Nondetached SignedCms
|
|
10148
|
-
*/
|
|
10149
|
-
MainFileWithContentSignaturePartType = 1,
|
|
10150
|
-
/**
|
|
10151
|
-
* Document card attributes
|
|
10152
|
-
*/
|
|
10153
|
-
DocumentFieldsSignaturePartType = 2,
|
|
10154
|
-
/**
|
|
10155
|
-
* Document attachments (additional files)
|
|
10156
|
-
*/
|
|
10157
|
-
AttachmentsSignaturePartType = 3
|
|
10158
|
-
}
|
|
10159
|
-
}
|
|
10160
11454
|
export declare namespace GenModels {
|
|
10161
11455
|
enum AgreementStateType {
|
|
10162
11456
|
Draft = 0,
|
|
@@ -10203,40 +11497,6 @@ export declare namespace GenModels {
|
|
|
10203
11497
|
Custom = 4
|
|
10204
11498
|
}
|
|
10205
11499
|
}
|
|
10206
|
-
export declare namespace GenModels {
|
|
10207
|
-
/**
|
|
10208
|
-
* Represents what and how to search in directory designer tree
|
|
10209
|
-
*/
|
|
10210
|
-
enum DirectoryDesignerSearchArea {
|
|
10211
|
-
/**
|
|
10212
|
-
* Query should return only specified node and its rows
|
|
10213
|
-
*/
|
|
10214
|
-
OnlyNode = 0,
|
|
10215
|
-
/**
|
|
10216
|
-
* Query should return only node, children and children rows (without node rows).
|
|
10217
|
-
*/
|
|
10218
|
-
OnlyChildren = 1,
|
|
10219
|
-
/**
|
|
10220
|
-
* Query should return node, children, node rows and children rows (i.e. everything).
|
|
10221
|
-
*/
|
|
10222
|
-
NodeWithChildren = 2
|
|
10223
|
-
}
|
|
10224
|
-
}
|
|
10225
|
-
export declare namespace GenModels {
|
|
10226
|
-
/**
|
|
10227
|
-
* Represents type of tree node
|
|
10228
|
-
*/
|
|
10229
|
-
enum DirectoryDesignerTreeNodeType {
|
|
10230
|
-
/**
|
|
10231
|
-
* directory designer item type (node)
|
|
10232
|
-
*/
|
|
10233
|
-
Node = 0,
|
|
10234
|
-
/**
|
|
10235
|
-
* directory designer row
|
|
10236
|
-
*/
|
|
10237
|
-
Row = 1
|
|
10238
|
-
}
|
|
10239
|
-
}
|
|
10240
11500
|
export declare namespace GenModels {
|
|
10241
11501
|
/**
|
|
10242
11502
|
* Represents how to search in directory designer tree
|
|
@@ -10489,6 +11749,52 @@ export declare namespace GenModels {
|
|
|
10489
11749
|
Absent = 3
|
|
10490
11750
|
}
|
|
10491
11751
|
}
|
|
11752
|
+
export declare namespace GenModels {
|
|
11753
|
+
/**
|
|
11754
|
+
* Defines UseOldGrid setting values.
|
|
11755
|
+
*/
|
|
11756
|
+
enum UseOldGrid {
|
|
11757
|
+
/**
|
|
11758
|
+
* Do not use old grid.
|
|
11759
|
+
*/
|
|
11760
|
+
DoNotUse = 0,
|
|
11761
|
+
/**
|
|
11762
|
+
* Show old grid only for Internet Explorer.
|
|
11763
|
+
*/
|
|
11764
|
+
OnlyForIE = 1,
|
|
11765
|
+
/**
|
|
11766
|
+
* Use old grid anywhere.
|
|
11767
|
+
*/
|
|
11768
|
+
Anywhere = 2
|
|
11769
|
+
}
|
|
11770
|
+
}
|
|
11771
|
+
export declare namespace GenModels {
|
|
11772
|
+
/**
|
|
11773
|
+
* Condition for selecting Extended layouts
|
|
11774
|
+
*/
|
|
11775
|
+
enum ServerRole {
|
|
11776
|
+
/**
|
|
11777
|
+
* Layout for usual user
|
|
11778
|
+
*/
|
|
11779
|
+
User = 0,
|
|
11780
|
+
/**
|
|
11781
|
+
* Layout for power user
|
|
11782
|
+
*/
|
|
11783
|
+
PowerUser = 1,
|
|
11784
|
+
/**
|
|
11785
|
+
* Layout for docsvision administrator
|
|
11786
|
+
*/
|
|
11787
|
+
Administrator = 2,
|
|
11788
|
+
/**
|
|
11789
|
+
* DocsVision Security Administrators
|
|
11790
|
+
*/
|
|
11791
|
+
SecurityAdministrator = 3,
|
|
11792
|
+
/**
|
|
11793
|
+
* DocsVision Archive Operators
|
|
11794
|
+
*/
|
|
11795
|
+
ArchiveOperator = 4
|
|
11796
|
+
}
|
|
11797
|
+
}
|
|
10492
11798
|
export declare namespace System {
|
|
10493
11799
|
enum DayOfWeek {
|
|
10494
11800
|
Sunday = 0,
|
|
@@ -10500,6 +11806,25 @@ export declare namespace System {
|
|
|
10500
11806
|
Saturday = 6
|
|
10501
11807
|
}
|
|
10502
11808
|
}
|
|
11809
|
+
export declare namespace GenModels {
|
|
11810
|
+
/**
|
|
11811
|
+
* Type of cloud signature
|
|
11812
|
+
*/
|
|
11813
|
+
enum CloudSignatureType {
|
|
11814
|
+
/**
|
|
11815
|
+
* Basic
|
|
11816
|
+
*/
|
|
11817
|
+
BES = 0,
|
|
11818
|
+
/**
|
|
11819
|
+
* XLong Type 1
|
|
11820
|
+
*/
|
|
11821
|
+
XLT1 = 1,
|
|
11822
|
+
/**
|
|
11823
|
+
* Signature with timestamp
|
|
11824
|
+
*/
|
|
11825
|
+
T = 2
|
|
11826
|
+
}
|
|
11827
|
+
}
|
|
10503
11828
|
export declare namespace GenModels {
|
|
10504
11829
|
/**
|
|
10505
11830
|
* UXMainMenuBehavior values
|
|
@@ -10549,6 +11874,19 @@ export declare namespace GenModels {
|
|
|
10549
11874
|
Pdfjs = 1
|
|
10550
11875
|
}
|
|
10551
11876
|
}
|
|
11877
|
+
export declare namespace GenModels {
|
|
11878
|
+
enum BackgroundStyle {
|
|
11879
|
+
Tile = 0,
|
|
11880
|
+
Stretch = 1
|
|
11881
|
+
}
|
|
11882
|
+
}
|
|
11883
|
+
export declare namespace GenModels {
|
|
11884
|
+
enum BackgroundType {
|
|
11885
|
+
Default = 0,
|
|
11886
|
+
Inherit = 1,
|
|
11887
|
+
Custom = 2
|
|
11888
|
+
}
|
|
11889
|
+
}
|
|
10552
11890
|
export declare namespace GenModels {
|
|
10553
11891
|
enum AgreementHistoryMode {
|
|
10554
11892
|
Button = 0,
|
|
@@ -10577,6 +11915,14 @@ export declare namespace GenModels {
|
|
|
10577
11915
|
DisplayString = 2
|
|
10578
11916
|
}
|
|
10579
11917
|
}
|
|
11918
|
+
export declare namespace GenModels {
|
|
11919
|
+
enum AvailableChangesModes {
|
|
11920
|
+
No = 0,
|
|
11921
|
+
Nodes = 1,
|
|
11922
|
+
Records = 2,
|
|
11923
|
+
All = 3
|
|
11924
|
+
}
|
|
11925
|
+
}
|
|
10580
11926
|
export declare namespace GenModels {
|
|
10581
11927
|
enum DepartmentDialogMode {
|
|
10582
11928
|
Tree = 0,
|
|
@@ -11267,6 +12613,40 @@ export declare namespace GenModels {
|
|
|
11267
12613
|
Layout = 1
|
|
11268
12614
|
}
|
|
11269
12615
|
}
|
|
12616
|
+
export declare namespace GenModels {
|
|
12617
|
+
/**
|
|
12618
|
+
* Serverity of the {@link GenModels}
|
|
12619
|
+
*/
|
|
12620
|
+
enum SystemStateNotificationSource {
|
|
12621
|
+
/**
|
|
12622
|
+
* Unread counters subsystem event
|
|
12623
|
+
*/
|
|
12624
|
+
UnreadCounters = 0
|
|
12625
|
+
}
|
|
12626
|
+
}
|
|
12627
|
+
export declare namespace GenModels {
|
|
12628
|
+
/**
|
|
12629
|
+
* Serverity of the {@link GenModels}
|
|
12630
|
+
*/
|
|
12631
|
+
enum SystemStateNotificationSeverity {
|
|
12632
|
+
/**
|
|
12633
|
+
* Normal system state information.
|
|
12634
|
+
*/
|
|
12635
|
+
Info = 0,
|
|
12636
|
+
/**
|
|
12637
|
+
* Some unexpected event occurred, but system continue operating.
|
|
12638
|
+
*/
|
|
12639
|
+
Warning = 1,
|
|
12640
|
+
/**
|
|
12641
|
+
* Some operation failed.
|
|
12642
|
+
*/
|
|
12643
|
+
Error = 2,
|
|
12644
|
+
/**
|
|
12645
|
+
* Some subsystem has been broken.
|
|
12646
|
+
*/
|
|
12647
|
+
CriticalFault = 3
|
|
12648
|
+
}
|
|
12649
|
+
}
|
|
11270
12650
|
export declare namespace GenModels {
|
|
11271
12651
|
/**
|
|
11272
12652
|
* Data source variants from control FolderDataContext
|