@docsvision/webclient 5.17.0-beta.2 → 5.17.0-beta.21
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/Account/AddBackgroundMovementEffect.d.ts +2 -0
- package/Account/AuthBox.d.ts +11 -0
- package/Account/Authentication.d.ts +1 -0
- package/Account/Box.d.ts +7 -0
- package/Account/Button.d.ts +10 -0
- package/Account/ChangeMethodButton.d.ts +6 -0
- package/Account/ContactBox.d.ts +7 -0
- package/Account/ErrorBlock.d.ts +7 -0
- package/Account/Form.d.ts +11 -0
- package/Account/Greeting.d.ts +7 -0
- package/Account/Input.d.ts +15 -0
- package/Account/Login.stories.d.ts +12 -0
- package/Account/LoginContainer.d.ts +46 -0
- package/Account/LoginError.d.ts +11 -0
- package/Account/LoginExtensionManager.d.ts +3 -0
- package/Account/LoginInputsDivider.d.ts +5 -0
- package/Account/LoginLogic.d.ts +65 -0
- package/Account/LoginPage.d.ts +3 -0
- package/Account/Logo.d.ts +3 -0
- package/Account/ProviderButton.d.ts +9 -0
- package/Account/Providers.d.ts +8 -0
- package/Account/index.d.ts +92 -0
- package/Approval/AcquaintanceManagementImpl.d.ts +2 -2
- package/Approval/AgreementManagement.d.ts +4 -2
- package/Approval/AgreementStage.d.ts +1 -0
- 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/AuthenticationKinds.d.ts +23 -0
- package/BackOffice/AuthenticationKinds.stories.d.ts +10 -0
- package/BackOffice/AuthenticationKindsConstants.d.ts +1 -0
- package/BackOffice/AuthenticationKindsContainer.d.ts +8 -0
- package/BackOffice/AuthenticationKindsFrame.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetHeader.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetLabel.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetUseExtensionState.d.ts +7 -0
- package/BackOffice/AuthenticationKindsItem.d.ts +6 -0
- package/BackOffice/AuthenticationKindsList.d.ts +6 -0
- package/BackOffice/AuthenticationKindsLogic.d.ts +56 -0
- package/BackOffice/AuthenticationKindsModalDialog.d.ts +6 -0
- package/BackOffice/AuthenticationKindsNotEqualLogins.d.ts +8 -0
- package/BackOffice/AuthenticationKindsOptions.d.ts +30 -0
- package/BackOffice/AuthenticationKindsTextBox.d.ts +7 -0
- package/BackOffice/AuthenticationKindsUpdateLogin.d.ts +8 -0
- package/BackOffice/AuthenticationKindsUpdateUseExtension.d.ts +8 -0
- package/BackOffice/AuthenticationKindsView.d.ts +19 -0
- package/BackOffice/{BackOfficeLayoutContextContstants.d.ts → BackOfficeLayoutContextConstants.d.ts} +0 -0
- package/BackOffice/CardKindImpl.d.ts +3 -1
- package/BackOffice/CardKindTree.d.ts +1 -1
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChangeBoundaryValuesSection.d.ts +4 -0
- package/BackOffice/ChangeSectionValues.d.ts +4 -0
- 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 +3 -3
- 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/ConvertSizetoMegabytes.d.ts +1 -0
- package/BackOffice/CreateWindow.d.ts +1 -1
- 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 +47 -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 +51 -21
- package/BackOffice/DirectoryDesignerRowItemVisualiser.d.ts +9 -0
- package/BackOffice/DirectoryDesignerTreeNode.d.ts +1 -1
- package/BackOffice/DirectoryDesignerTypeaheadVariant.d.ts +6 -2
- package/BackOffice/DirectoryFrame.d.ts +1 -1
- package/BackOffice/DirectoryRowCutSelection.d.ts +1 -1
- package/BackOffice/DirectoryRowIcon.d.ts +1 -1
- package/BackOffice/DirectoryRowSelection.d.ts +1 -1
- package/BackOffice/DirectorySearchBreadcrumbs.d.ts +1 -1
- package/BackOffice/DirectorySearchContainer.d.ts +1 -1
- package/BackOffice/DirectorySearchContent.d.ts +2 -2
- package/BackOffice/DirectorySearchCounter.d.ts +1 -1
- package/BackOffice/DirectorySearchInfo.d.ts +1 -1
- package/BackOffice/DirectorySearchResult.d.ts +1 -1
- package/BackOffice/DirectorySearchResultList.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/DirectorySplitter.d.ts +1 -1
- package/BackOffice/DirectoryTabContents.d.ts +1 -1
- package/BackOffice/DirectoryTabItem.d.ts +1 -1
- package/BackOffice/DirectoryTabPanel.d.ts +1 -1
- package/BackOffice/DirectoryTabsRoot.d.ts +1 -1
- package/BackOffice/DirectoryTreeAddButton.d.ts +1 -1
- package/BackOffice/DirectoryTreeContainer.d.ts +1 -1
- package/BackOffice/DirectoryTreeHScrollContainer.d.ts +1 -1
- package/BackOffice/DirectoryTreeIcon.d.ts +1 -1
- package/BackOffice/DirectoryTreeRow.d.ts +1 -1
- package/BackOffice/DirectoryTreeRowCancelButton.d.ts +1 -1
- package/BackOffice/DirectoryTreeRowName.d.ts +1 -1
- package/BackOffice/DirectoryTreeToggle.d.ts +1 -1
- package/BackOffice/DirectoryTreeWrapper.d.ts +1 -1
- package/BackOffice/DirectoryValuesAddButton.d.ts +1 -1
- package/BackOffice/DirectoryValuesContainer.d.ts +1 -1
- package/BackOffice/DirectoryValuesIcon.d.ts +1 -1
- package/BackOffice/DirectoryValuesLoading.d.ts +1 -1
- package/BackOffice/DirectoryValuesWrapper.d.ts +1 -1
- package/BackOffice/DisplayPerformersImpl.d.ts +1 -1
- 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/EditWindow.d.ts +1 -1
- package/BackOffice/EmailButton.d.ts +21 -0
- package/BackOffice/EmailButton.stories.d.ts +10 -0
- package/BackOffice/EmailButtonContainer.d.ts +8 -0
- package/BackOffice/EmailButtonFiles.d.ts +7 -0
- package/BackOffice/EmailButtonItem.d.ts +12 -0
- package/BackOffice/EmailButtonLogic.d.ts +42 -0
- package/BackOffice/EmailButtonOptions.d.ts +36 -0
- package/BackOffice/EmailButtonSectionId.d.ts +2 -0
- package/BackOffice/EmailButtonSelectedSize.d.ts +9 -0
- package/BackOffice/EmailButtonView.d.ts +19 -0
- package/BackOffice/EmployeeInfo.d.ts +1 -1
- package/BackOffice/EmployeesTabFrame.d.ts +1 -1
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListBuiltInOperations.d.ts +2 -0
- package/BackOffice/FileListControl.d.ts +29 -4
- package/BackOffice/FileListControlImpl.d.ts +14 -1
- package/BackOffice/FileListControlLogic.d.ts +10 -5
- package/BackOffice/FileListItem.d.ts +1 -0
- package/BackOffice/FileListItemComponent.d.ts +4 -2
- package/BackOffice/FileListItemProps.d.ts +4 -2
- 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/GetEmlUrl.d.ts +11 -0
- package/BackOffice/GetSignatureMethodName.d.ts +4 -0
- package/BackOffice/GroupEmployeeInfo.d.ts +1 -1
- package/BackOffice/GroupTaskTasksTreeNodeResolver.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/IFileClickingArgs.d.ts +4 -0
- package/BackOffice/IFileSignInteractionModel.d.ts +10 -3
- package/BackOffice/IFileVersionExpandingArgs.d.ts +4 -0
- package/BackOffice/IGetCertificateResult.d.ts +33 -0
- package/BackOffice/IGetDocumentInfoResult.d.ts +14 -0
- package/BackOffice/ILinkEventArgs.d.ts +2 -2
- package/BackOffice/IRowClickArgs.d.ts +4 -0
- package/BackOffice/ISelectedCardsAddingEventArgs.d.ts +4 -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/ITaskDataModel.d.ts +4 -0
- package/BackOffice/ITaskListItemProps.d.ts +4 -2
- package/BackOffice/ITaskListProps.d.ts +4 -0
- package/BackOffice/ITaskRowClickEventArgs.d.ts +4 -0
- package/BackOffice/ITaskTableSorting.d.ts +27 -0
- package/BackOffice/ITasksTableRow.d.ts +1 -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/InitialCheckboxes.d.ts +4 -0
- package/BackOffice/LinkItem.d.ts +1 -0
- package/BackOffice/Links.d.ts +22 -3
- package/BackOffice/LinksImpl.d.ts +6 -3
- package/BackOffice/LinksSearchCardsService.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 +10 -2
- package/BackOffice/OpenTaskInNewWindow.d.ts +1 -1
- package/BackOffice/PartnerBase.d.ts +4 -2
- package/BackOffice/PartnerBaseImpl.d.ts +22 -1
- package/BackOffice/PartnerDepartmentImpl.d.ts +3 -0
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PartnerImpl.d.ts +3 -0
- package/BackOffice/PartnerSelectDialog.d.ts +1 -0
- package/BackOffice/PrepareSignatureMethodsComboBox.d.ts +7 -0
- package/BackOffice/PrepareTasksTableModel.d.ts +2 -1
- package/BackOffice/PrintButtonContainer.d.ts +1 -1
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/ProcessSettingsChanged.d.ts +12 -0
- package/BackOffice/RemoveFromGroupIconGridPlugin.d.ts +1 -1
- package/BackOffice/SearchBar.d.ts +6 -2
- package/BackOffice/SearchButton.d.ts +1 -1
- package/BackOffice/SetCharacterLimits.d.ts +2 -0
- 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 +26 -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/SortingRows.d.ts +6 -0
- package/BackOffice/StaffDirectory.d.ts +1 -1
- package/BackOffice/StaffDirectoryConstants.d.ts +18 -0
- package/BackOffice/StaffDirectoryHead.d.ts +1 -1
- package/BackOffice/StaffDirectoryInfo.d.ts +1 -1
- package/BackOffice/StaffDirectoryInfoPopover.d.ts +29 -0
- package/BackOffice/StaffDirectoryItems.d.ts +9 -3
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +29 -4
- package/BackOffice/StaffDirectorySelectDialog.d.ts +4 -1
- package/BackOffice/StaffDirectoryTreeAddButton.d.ts +2 -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/TaskListComponent.d.ts +4 -0
- package/BackOffice/TaskListItemComponent.d.ts +1 -1
- package/BackOffice/TaskTasksTreeNodeResolver.d.ts +3 -2
- package/BackOffice/Tasks.d.ts +16 -4
- package/BackOffice/TasksImpl.d.ts +6 -4
- package/BackOffice/TasksTable.d.ts +28 -2
- package/BackOffice/TasksTableContainer.d.ts +3 -3
- package/BackOffice/TasksTableHeaderCell.d.ts +3 -0
- package/BackOffice/TasksTableHelpBox.d.ts +1 -1
- package/BackOffice/TasksTableLink.d.ts +0 -1
- package/BackOffice/TasksTableLoader.d.ts +1 -1
- package/BackOffice/TasksTableLogic.d.ts +26 -2
- package/BackOffice/TasksTableRow.d.ts +1 -0
- 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 +4 -3
- package/BackOffice/WebFrameDirectorySearchPanelContainer.d.ts +2 -2
- package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +9 -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 +420 -7
- package/Generated/DocsVision.WebClient.Models.d.ts +2541 -500
- 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/ComboBox/ComboBoxElement.d.ts +1 -1
- package/Helpers/ComboBox/ComboBoxTitle.d.ts +1 -1
- package/Helpers/ControlSelector/ControlSelector.d.ts +1 -1
- package/Helpers/CustomTree/CustomTreeNode.d.ts +1 -1
- package/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault.d.ts +1 -0
- package/Helpers/DVWebToolConnection/DVWebToolConnection.d.ts +7 -2
- package/Helpers/DropdownButton/components/DropdownMenu.d.ts +1 -1
- package/Helpers/DropdownButton/components/DropdownMenuItem.d.ts +1 -1
- package/Helpers/DropdownButton/components/DropdownMenuItemContent.d.ts +1 -1
- package/Helpers/FilePreview/FilePreview.d.ts +2 -2
- package/Helpers/HighlightedSearchResult.d.ts +2 -0
- package/Helpers/IconButton.d.ts +2 -0
- package/Helpers/LabeledText.d.ts +9 -0
- package/Helpers/MainMenu/{Item.d.ts → MainMenuItem.d.ts} +4 -4
- package/Helpers/Menu/AdaptiveMenuBar.d.ts +2 -0
- package/Helpers/Menu/MobileMenuBar.d.ts +1 -0
- package/Helpers/MessageBox/MessageBox.d.ts +6 -1
- package/Helpers/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/SliderCheckBox/SliderCheckBox.d.ts +1 -1
- 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/Table/TableHelperHeaderRow.d.ts +1 -0
- package/Helpers/Table/TableHelperRow.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 +8 -0
- package/Helpers/Typeahead/ITypeaheadState.d.ts +1 -0
- package/Helpers/Typeahead/Typeahead.d.ts +1 -1
- package/Helpers/WithMemo.d.ts +2 -0
- package/Legacy/ApprovalFilePanel.d.ts +7 -1
- package/Legacy/BasicGridHtmlBuilder.d.ts +4 -2
- package/Legacy/FolderViews.d.ts +2 -0
- package/Legacy/GlobalResourcesFallback.d.ts +0 -1
- package/Legacy/GridOptions.d.ts +3 -1
- 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 +3 -1
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +3 -2
- package/Legacy/TextareaControl.d.ts +1 -1
- package/Legacy/Utils.d.ts +7 -0
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +2 -2
- package/Libs/CryptoPro/Crypto.d.ts +102 -0
- package/Libs/FileDrop/FileDrop.d.ts +49 -0
- package/MainBundle.d.ts +4 -2
- package/Platform/$AggregatesCheckbox.d.ts +25 -0
- package/Platform/$CompanyLogo.d.ts +1 -2
- package/Platform/$ContextMenuOptions.d.ts +22 -14
- package/Platform/$CurrentFolder.d.ts +1 -0
- package/Platform/$EmployeeStatus.d.ts +6 -2
- package/Platform/$FileDownload.d.ts +2 -1
- package/Platform/$FolderDataLoading.d.ts +5 -1
- package/Platform/$FolderGrid.d.ts +16 -7
- package/Platform/$FolderHelp.d.ts +13 -0
- package/Platform/$GridOptions.d.ts +9 -4
- package/Platform/$HoverPanel.d.ts +1 -1
- package/Platform/$LastSearchParameters.d.ts +10 -0
- package/Platform/$RefreshUnreadCounters.d.ts +10 -0
- package/Platform/$SearchParametersFolder.d.ts +13 -0
- package/Platform/$TablePresentationToggle.d.ts +8 -0
- package/Platform/$ToolbarDaughterControls.d.ts +20 -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/AccessListEntryRow.d.ts +1 -1
- package/Platform/AddFileToTable.d.ts +2 -2
- package/Platform/AddFileToTableImpl.d.ts +8 -6
- package/Platform/AggregateItemCheckbox.d.ts +12 -0
- package/Platform/Aggregates.stories.d.ts +8 -0
- package/Platform/AggregatesApplyButtonPanel.d.ts +9 -0
- package/Platform/AggregatesCheckbox.d.ts +14 -0
- package/Platform/AggregatesCheckboxPlugins.d.ts +12 -0
- package/Platform/AggregatesCheckboxService.d.ts +52 -0
- package/Platform/{SearchParametersFolderExtendedData.d.ts → AggregatesExtendedData.d.ts} +1 -1
- package/Platform/AggregatesGroup.d.ts +13 -0
- package/Platform/AggregatesListItem.d.ts +5 -0
- package/Platform/AggregatesNotAvailable.d.ts +6 -0
- package/Platform/AggregatesPanelHeader.d.ts +9 -0
- package/Platform/AggregatesRequestResolver.d.ts +12 -0
- package/Platform/AggregatesResponseResolver.d.ts +10 -0
- package/Platform/AggregatesTree.d.ts +17 -0
- package/Platform/AggregatesTreeLoader.d.ts +2 -0
- package/Platform/AggregatesUtils.d.ts +5 -0
- package/Platform/ApplyCurrentSettings.d.ts +8 -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 +6 -1
- package/Platform/ArchivedCardsPlugin.d.ts +3 -2
- package/Platform/ArchivedCardsResponseResolver.d.ts +3 -3
- 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 +4 -3
- package/Platform/BaseMainMenuItemImpl.d.ts +12 -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 +6 -4
- package/Platform/ButtonPositionsSelectionRadioButton.d.ts +7 -2
- package/Platform/CalendarIcon.d.ts +1 -1
- package/Platform/CalendarInput.d.ts +5 -3
- package/Platform/{canUseCssVariables.d.ts → CanUseCssVariables.d.ts} +0 -0
- package/Platform/CardEditRouteTypeMapper.d.ts +1 -1
- package/Platform/CardLink.d.ts +22 -7
- package/Platform/CardLinkImpl.d.ts +50 -14
- 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 +8 -3
- package/Platform/ColorModeHandle.d.ts +5 -0
- 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 +14 -9
- 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 +14 -10
- package/Platform/ContextMenuOptionsService.d.ts +10 -7
- package/Platform/ContextMenuUtils.d.ts +2 -2
- package/Platform/ConvertSearchValue.d.ts +1 -0
- package/Platform/CopyShortcutBatchOperation.d.ts +2 -2
- package/Platform/CopyShortcutBatchOperationImpl.d.ts +4 -2
- package/Platform/CreateApexChartInstance.d.ts +7 -0
- package/Platform/CreateDiagramParams.d.ts +21 -0
- package/Platform/CreateFolderRequestModel.d.ts +3 -0
- package/Platform/CreateSearchRequestModel.d.ts +3 -0
- package/Platform/CryptoProInfo.d.ts +6 -4
- 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 +6 -4
- package/Platform/DashboardContainer.d.ts +3 -3
- package/Platform/DashboardContainerImpl.d.ts +6 -4
- package/Platform/DateInput.d.ts +17 -15
- package/Platform/DateTimePicker.d.ts +6 -5
- package/Platform/DateTimePickerImpl.d.ts +17 -11
- package/Platform/DefaultFolderDataLoader.d.ts +3 -3
- package/Platform/DefaultFolderTablePluginFactory.d.ts +10 -7
- package/Platform/DeleteBatchOperation.d.ts +32 -0
- package/Platform/DeleteBatchOperationImpl.d.ts +25 -0
- package/Platform/DepartmentRowEditRouteTypeMapper.d.ts +1 -4
- package/Platform/DepartmentRowViewRouteTypeMapper.d.ts +1 -4
- package/Platform/Diagram.d.ts +19 -0
- package/Platform/Diagram.stories.d.ts +11 -0
- package/Platform/DiagramChart.d.ts +7 -0
- package/Platform/DiagramConstants.d.ts +12 -0
- package/Platform/DiagramContainer.d.ts +7 -0
- package/Platform/DiagramLoader.d.ts +8 -0
- package/Platform/DiagramLogic.d.ts +74 -0
- package/Platform/DiagramOptions.d.ts +54 -0
- package/Platform/DiagramQueryParams.d.ts +10 -0
- package/Platform/DiagramUtils.d.ts +12 -0
- package/Platform/DiagramView.d.ts +10 -0
- package/Platform/DiagramWrapper.d.ts +5 -0
- 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/DownloadBatchOperationFileInfoCard.d.ts +7 -0
- package/Platform/DownloadDocumentFileMode.d.ts +5 -0
- package/Platform/DownloadFilesBatchOperation.d.ts +39 -0
- package/Platform/DownloadFilesBatchOperationImpl.d.ts +28 -0
- package/Platform/Dropdown.d.ts +7 -3
- package/Platform/Dropdown.stories.d.ts +1 -1
- 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/ExistingRowRouteNames.d.ts +2 -2
- package/Platform/ExportESignButton.d.ts +2 -2
- package/Platform/ExportESignButtonImpl.d.ts +5 -5
- package/Platform/ExportPlugin.d.ts +11 -4
- package/Platform/Favorite.d.ts +25 -0
- package/Platform/FavoritesPageRouteHandler.d.ts +18 -0
- package/Platform/FavoritesRouteHandler.d.ts +18 -0
- package/Platform/FileDownloadService.d.ts +2 -1
- package/Platform/FileDropzone.d.ts +4 -3
- package/Platform/FileExtensions.d.ts +20 -0
- package/Platform/FileInput.d.ts +3 -1
- package/Platform/FilePicker.d.ts +18 -4
- package/Platform/FilePickerImpl.d.ts +13 -4
- package/Platform/FilePickerMenu.d.ts +1 -1
- package/Platform/FilePickerValueView.d.ts +1 -1
- package/Platform/FilePreview.d.ts +8 -6
- package/Platform/FilePreviewImpl.d.ts +17 -7
- package/Platform/FileVersionsTable.d.ts +1 -1
- package/Platform/FilterBoolean.d.ts +6 -0
- package/Platform/FilterDate.d.ts +13 -0
- package/Platform/FilterDateRangePicker.d.ts +8 -0
- package/Platform/FilterDateTextListInput.d.ts +7 -0
- package/Platform/FilterViews.d.ts +3 -0
- package/Platform/FocusableTextInput.d.ts +7 -10
- package/Platform/Folder.d.ts +3 -3
- package/Platform/FolderCardsDashboardWidget.d.ts +3 -3
- package/Platform/FolderCardsDashboardWidgetDataLoader.d.ts +13 -0
- package/Platform/FolderCardsDashboardWidgetImpl.d.ts +24 -16
- package/Platform/FolderContent.d.ts +1 -1
- package/Platform/FolderDashboardWidget.d.ts +4 -3
- package/Platform/FolderDashboardWidgetImpl.d.ts +8 -4
- package/Platform/FolderDataContext.d.ts +9 -5
- package/Platform/FolderDataContextImpl.d.ts +9 -5
- package/Platform/FolderDataLoadingService.d.ts +13 -7
- package/Platform/FolderGrid.d.ts +17 -8
- package/Platform/FolderGrid.stories.d.ts +1 -0
- package/Platform/FolderGridBatchOperationsNode.d.ts +4 -3
- package/Platform/FolderGridBatchOperationsNodeImpl.d.ts +5 -3
- package/Platform/FolderGridConstants.d.ts +7 -0
- package/Platform/FolderGridImpl.d.ts +8 -3
- package/Platform/FolderGridService.d.ts +12 -5
- package/Platform/FolderGroupDashboardWidget.d.ts +6 -3
- package/Platform/FolderGroupDashboardWidgetImpl.d.ts +12 -4
- 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 +10 -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 +5 -4
- package/Platform/FolderMainMenuItemImpl.d.ts +10 -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 +7 -3
- package/Platform/FolderOperationManager.d.ts +8 -5
- package/Platform/FolderRouteTypeMapper.d.ts +3 -3
- package/Platform/FolderSizePlugin.d.ts +3 -2
- package/Platform/FolderTypeDialog.d.ts +2 -2
- 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 +15 -11
- package/Platform/FolderWebFrameRouteHandler.d.ts +5 -2
- package/Platform/{formatNumberToCulture.d.ts → FormatNumberToCulture.d.ts} +0 -0
- package/Platform/FormatSearchQueryParams.d.ts +2 -0
- package/Platform/{getArrayWidth.d.ts → GetArrayWidth.d.ts} +0 -0
- package/Platform/GetDiagramType.d.ts +6 -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 +8 -5
- package/Platform/HoverPanelService.d.ts +2 -2
- package/Platform/HtmlTag.d.ts +6 -4
- package/Platform/HtmlView.d.ts +4 -2
- package/Platform/IAggregates.d.ts +44 -0
- package/Platform/ICommonFolderInfo.d.ts +1 -0
- package/Platform/IDiagramModels.d.ts +129 -0
- package/Platform/IExistingCardRouteData.d.ts +1 -0
- package/Platform/IFavoritesPageRouteData.d.ts +6 -0
- package/Platform/IFavoritesRouteData.d.ts +7 -0
- package/Platform/IFileHasSignature.d.ts +4 -0
- package/Platform/IFileInfo.d.ts +5 -0
- package/Platform/IFilterComponent.d.ts +29 -0
- package/Platform/IFolderDataLoader.d.ts +4 -3
- package/Platform/IFolderLoadRequest.d.ts +2 -1
- package/Platform/IGridFilterItemControl.d.ts +1 -1
- package/Platform/IQueryConditionControl.d.ts +1 -1
- package/Platform/IUnreadRowData.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 +9 -6
- package/Platform/Label.d.ts +2 -2
- package/Platform/LabelImpl.d.ts +6 -4
- package/Platform/LastSearchParametersService.d.ts +11 -0
- package/Platform/LayoutIconButton.d.ts +4 -2
- package/Platform/LayoutIconButtonImpl.d.ts +9 -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 +6 -0
- package/Platform/ListContent.d.ts +8 -0
- package/Platform/ListContentHightlight.d.ts +9 -0
- package/Platform/ListEmpty.d.ts +6 -0
- package/Platform/ListEmptySearchIcon.d.ts +6 -0
- package/Platform/ListInput.d.ts +9 -0
- package/Platform/ListItem.d.ts +6 -0
- package/Platform/ListLoading.d.ts +6 -0
- package/Platform/ListSearchIcon.d.ts +6 -0
- package/Platform/ListSlot.d.ts +7 -0
- package/Platform/ListTotalItem.d.ts +8 -0
- package/Platform/ListViewResponseResolver.d.ts +13 -0
- package/Platform/LoadApexLibrary.d.ts +1 -0
- 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 +9 -6
- package/Platform/{MoveShortcutsBatchOperation.d.ts → MoveShortcutBatchOperation.d.ts} +7 -6
- package/Platform/{MoveShortcutsBatchOperationImpl.d.ts → MoveShortcutBatchOperationImpl.d.ts} +7 -5
- package/Platform/NewCardRouteTypeMapper.d.ts +5 -5
- package/Platform/NewDepartmentRowRouteTypeMapper.d.ts +1 -7
- package/Platform/NewOrganizationRowRouteTypeMapper.d.ts +1 -7
- package/Platform/NewRowRouteTypeMapper.d.ts +4 -4
- 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/OrganizationRowEditRouteTypeMapper.d.ts +1 -4
- package/Platform/OrganizationRowViewRouteTypeMapper.d.ts +1 -4
- package/Platform/Panel.d.ts +3 -3
- package/Platform/PanelImpl.d.ts +8 -6
- package/Platform/ParseModel.d.ts +4 -0
- 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 +10 -10
- package/Platform/QueryCondition.stories.d.ts +5 -0
- 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 +12 -5
- package/Platform/ReadBatchOperation.d.ts +7 -3
- package/Platform/ReadBatchOperationImpl.d.ts +4 -2
- package/Platform/RecentCardsDashboardWidget.d.ts +6 -4
- package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +15 -0
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +22 -16
- package/Platform/RecentCardsRouteHandler.d.ts +4 -3
- package/Platform/RefreshFoldersTreeButton.d.ts +4 -2
- package/Platform/RefreshPlugin.d.ts +11 -4
- package/Platform/RefreshUnreadCountersService.d.ts +13 -0
- package/Platform/ResetSettings.d.ts +9 -6
- package/Platform/RightMainMenuItemPanel.d.ts +2 -2
- package/Platform/RightMainMenuItemPanelImpl.d.ts +7 -5
- package/Platform/RotateDirection.d.ts +3 -1
- package/Platform/RowContainer.d.ts +2 -2
- package/Platform/RowContainerImpl.d.ts +6 -4
- package/Platform/RowEditRouteTypeMapper.d.ts +2 -2
- package/Platform/RowViewRouteTypeMapper.d.ts +0 -3
- package/Platform/{TemplateRequestResolver.d.ts → SaveColumnsRequestResolver.d.ts} +4 -3
- 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/ScanDialogService.d.ts +1 -1
- package/Platform/ScrollTopBottom.d.ts +4 -4
- package/Platform/ScrollTopBottomButtons.d.ts +2 -1
- package/Platform/ScrollTopBottomLogic.d.ts +4 -2
- package/Platform/SearchParametersFolderRequestResolver.d.ts +2 -1
- package/Platform/SearchParametersFolderResponseResolver.d.ts +5 -1
- package/Platform/SearchParametersFolderService.d.ts +12 -0
- 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/SearchResultsRequestResolver.d.ts +6 -0
- package/Platform/SearchTextInput.d.ts +6 -0
- package/Platform/SearchingResults.d.ts +2 -2
- package/Platform/SearchingResultsImpl.d.ts +6 -4
- package/Platform/SecurityDescriptorDialog.d.ts +10 -6
- package/Platform/SecurityDialogFrame.d.ts +1 -1
- package/Platform/SetColumnsSettings.d.ts +6 -0
- package/Platform/SettingsPlugin.d.ts +18 -8
- package/Platform/SettingsPopup.d.ts +7 -5
- package/Platform/SettingsPopup.stories.d.ts +1 -0
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +3 -2
- package/Platform/SettingsPopupColumn.d.ts +2 -2
- package/Platform/SettingsPopupExtendedData.d.ts +2 -2
- package/Platform/SettingsPopupItemView.d.ts +2 -2
- package/Platform/SettingsPopupLogic.d.ts +28 -4
- package/Platform/SettingsPopupRequestResolver.d.ts +2 -1
- package/Platform/SettingsPopupResponseResolver.d.ts +0 -2
- package/Platform/SettingsPopupRow.d.ts +2 -2
- package/Platform/SettingsPopupView.d.ts +10 -8
- package/Platform/ShowAllButton.d.ts +5 -3
- package/Platform/StandardMainMenuContainer.d.ts +2 -2
- package/Platform/StandardMainMenuContainerImpl.d.ts +7 -5
- package/Platform/Strategies.d.ts +23 -0
- 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/TableCellNumberRightAlignPlugin.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 +8 -0
- package/Platform/TablePresentationToggleService.d.ts +8 -0
- package/Platform/TableRowColorPlugin.d.ts +1 -1
- package/Platform/TestUtils.d.ts +14 -1
- package/Platform/TextArea.d.ts +2 -2
- package/Platform/TextAreaAutosize.d.ts +3 -1
- package/Platform/TextAreaImpl.d.ts +16 -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/TextListInput.d.ts +6 -0
- package/Platform/TextListInputLogic.d.ts +55 -0
- package/Platform/TextListInputView.d.ts +39 -0
- package/Platform/TextListInputWrapper.d.ts +7 -0
- package/Platform/ToLocaleStringPolyfill.d.ts +2 -0
- package/Platform/ToggleArrowIcon.d.ts +5 -0
- package/Platform/{ToggleRowAcess.d.ts → ToggleRowAccess.d.ts} +0 -0
- package/Platform/ToolbarDaughterControl.d.ts +18 -0
- package/Platform/ToolbarDaughterControlImpl.d.ts +16 -0
- package/Platform/ToolbarDaughterControlsPlugin.d.ts +6 -0
- package/Platform/ToolbarDaughterControlsService.d.ts +13 -0
- package/Platform/TransformToChartData.d.ts +6 -0
- package/Platform/UnlockCards.d.ts +4 -2
- package/Platform/UnreadBarService.d.ts +3 -1
- package/Platform/UnreadBarTablePlugins.d.ts +6 -1
- package/Platform/UnreadCounter.d.ts +4 -1
- package/Platform/UnreadCountersHealthMonitorService.d.ts +32 -0
- package/Platform/UnreadResponseResolver.d.ts +2 -0
- package/Platform/{updateColumnsVisible.d.ts → UpdateColumnsVisible.d.ts} +0 -0
- package/Platform/UpdateValueCheckedColumn.d.ts +6 -0
- package/Platform/Url.d.ts +4 -2
- package/Platform/UserCulture.d.ts +8 -6
- package/Platform/UserFolderItemWrapper.d.ts +2 -2
- package/Platform/UserFoldersMainMenuItem.d.ts +3 -3
- package/Platform/UserFoldersMainMenuItemImpl.d.ts +10 -7
- package/Platform/UserInfo.d.ts +4 -2
- package/Platform/UserProfileDialog.d.ts +2 -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 +11 -8
- package/Platform/WebFrameSearchPanel.stories.d.ts +14 -0
- package/Platform/WebFrameUserPanel.d.ts +6 -4
- package/Platform/WebFrameUserPanel.stories.d.ts +1 -1
- package/Platform/XIcon.d.ts +1 -1
- package/Platform/index.d.ts +1 -7
- package/StandardServices.d.ts +14 -1
- package/System/$FileService.d.ts +16 -9
- package/System/$FolderColors.d.ts +25 -0
- package/System/$LastSearchResponse.d.ts +13 -0
- package/System/$Layout.d.ts +1 -1
- package/System/$LayoutBackground.d.ts +27 -0
- package/System/$PollService.d.ts +7 -0
- package/System/$Router.d.ts +2 -0
- package/System/$WebFrameContentHeight.d.ts +14 -0
- package/System/BaseControl.d.ts +16 -1
- package/System/BaseControlImpl.d.ts +2 -2
- package/System/BindingMetadataConstants.d.ts +6 -0
- package/System/BlobToBase64.d.ts +1 -0
- package/System/ButtonPositionsSelectionUtils.d.ts +2 -1
- package/System/CancelableEvent.d.ts +1 -1
- package/System/DataGridControl.d.ts +63 -0
- package/System/DirectoryBaseImpl.d.ts +2 -2
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/FileService.d.ts +14 -15
- package/System/FilterLogic.d.ts +6 -0
- package/System/FolderColorsService.d.ts +11 -0
- package/System/GenerateTestData.d.ts +2 -0
- package/System/GridAggregatesModelStub.d.ts +13 -0
- package/System/GridModelStub.d.ts +26 -0
- package/System/IAsyncControlInfo.d.ts +1 -1
- package/System/ILayoutParams.d.ts +3 -0
- package/System/IWebServicesRequest.d.ts +2 -0
- package/System/InputBasedControl.d.ts +5 -0
- package/System/InputBasedControlImpl.d.ts +8 -5
- package/System/LastSearchResponseService.d.ts +19 -0
- package/System/Layout.d.ts +10 -1
- package/System/LayoutBackgroundService.d.ts +12 -0
- package/System/LayoutCardControllerStub.d.ts +1 -1
- 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/LocationContainerControl.d.ts +2 -1
- package/System/NavigationBarStub.d.ts +31 -0
- package/System/OperationUtils.d.ts +2 -0
- package/System/PageLeaveConfirmation.d.ts +2 -0
- package/System/Poll.d.ts +10 -0
- package/System/PollService.d.ts +28 -0
- package/System/{PreventPropogation.d.ts → PreventPropagation.d.ts} +0 -0
- package/System/PrintContent.d.ts +1 -1
- package/System/ResourcesStub.d.ts +5 -2
- package/System/RouteType.d.ts +6 -0
- package/System/Router.d.ts +2 -1
- package/System/StandardRoutes.d.ts +5 -0
- package/System/StringUtils.d.ts +6 -2
- package/System/TabStub.d.ts +13 -0
- package/System/WebFrameContentHeightService.d.ts +14 -0
- package/System/WebFrameNavigationBarStub.d.ts +283 -0
- package/System/summernote-paste-without-formating.d.ts +10 -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/Platform/$PluginTemplate.d.ts +0 -12
- package/Platform/FilterPlugin.d.ts +0 -3
- package/Platform/GridConstants.d.ts +0 -4
- package/Platform/GropingPlugin.d.ts +0 -3
- package/Platform/PluginTemplateExtendedData.d.ts +0 -4
- package/Platform/PluginTemplatePlugins.d.ts +0 -15
- package/Platform/PluginTemplateService.d.ts +0 -11
- package/Platform/ResetSettingsPlugin.d.ts +0 -12
- package/Platform/SearchPlugin.d.ts +0 -3
- package/Platform/Settings.d.ts +0 -3
- package/Platform/TemplateResponseResolver.d.ts +0 -11
- package/Platform/applyCurrentSettings.d.ts +0 -2
- package/Platform/toLocaleStringPolifill.d.ts +0 -1
- package/Platform/updateValueCheckedColumn.d.ts +0 -2
- package/System/$ServiceTemplate.d.ts +0 -16
- package/System/ControlTemplate.d.ts +0 -23
- package/System/ControlTemplate.stories.d.ts +0 -9
- package/System/ControlTemplateContainer.d.ts +0 -7
- package/System/ControlTemplateEffect.d.ts +0 -3
- package/System/ControlTemplateFrame.d.ts +0 -8
- package/System/ControlTemplateLogic.d.ts +0 -17
- package/System/ControlTemplateOptions.d.ts +0 -30
- package/System/ControlTemplateText.d.ts +0 -7
- package/System/ControlTemplateView.d.ts +0 -10
- package/System/ServiceTemplateService.d.ts +0 -13
|
@@ -119,9 +119,13 @@ export declare namespace GenModels {
|
|
|
119
119
|
export declare namespace GenModels {
|
|
120
120
|
interface GridUserSettingsData {
|
|
121
121
|
/**
|
|
122
|
-
* Gets or sets a list with user settings of each column in folder view
|
|
122
|
+
* Gets or sets a list with user settings of each column in folder view for Grid Presentation
|
|
123
123
|
*/
|
|
124
124
|
columns: Array<GenModels.GridUserSettingsColumn>;
|
|
125
|
+
/**
|
|
126
|
+
* Gets or sets a list with user setting of each column in folder view for List Presentation
|
|
127
|
+
*/
|
|
128
|
+
listColumns: Array<GenModels.GridUserSettingsColumn>;
|
|
125
129
|
/**
|
|
126
130
|
* Gets or sets grid view filters
|
|
127
131
|
*/
|
|
@@ -158,10 +162,22 @@ export declare namespace GenModels {
|
|
|
158
162
|
* User requested view without sorting.
|
|
159
163
|
*/
|
|
160
164
|
disableSorting: boolean;
|
|
165
|
+
/**
|
|
166
|
+
* Grid aggregate search value
|
|
167
|
+
*/
|
|
168
|
+
aggregates: Array<GenModels.AggregateFilterItem>;
|
|
161
169
|
/**
|
|
162
170
|
* Gets or sets whether used default grouping
|
|
163
171
|
*/
|
|
164
172
|
useDefaultGrouping: boolean;
|
|
173
|
+
/**
|
|
174
|
+
* Gets or sets table presentation mode
|
|
175
|
+
*/
|
|
176
|
+
tablePresentation: GenModels.TablePresentation;
|
|
177
|
+
/**
|
|
178
|
+
* Gets or sets column width mode
|
|
179
|
+
*/
|
|
180
|
+
columnWidthMode: GenModels.ColumnWidthMode;
|
|
165
181
|
}
|
|
166
182
|
}
|
|
167
183
|
export declare namespace GenModels {
|
|
@@ -194,6 +210,14 @@ export declare namespace GenModels {
|
|
|
194
210
|
* Gets or sets values
|
|
195
211
|
*/
|
|
196
212
|
values: Array<string>;
|
|
213
|
+
/**
|
|
214
|
+
* Gets or sets operation
|
|
215
|
+
*/
|
|
216
|
+
operation: GenModels.FilterOperation;
|
|
217
|
+
/**
|
|
218
|
+
* Gets or sets mode
|
|
219
|
+
*/
|
|
220
|
+
mode: GenModels.FilterMode;
|
|
197
221
|
}
|
|
198
222
|
}
|
|
199
223
|
export declare namespace GenModels {
|
|
@@ -216,6 +240,38 @@ export declare namespace GenModels {
|
|
|
216
240
|
activeValue: string;
|
|
217
241
|
}
|
|
218
242
|
}
|
|
243
|
+
export declare namespace GenModels {
|
|
244
|
+
interface AggregateFilterItem {
|
|
245
|
+
/**
|
|
246
|
+
* Gets or sets aggregation alias
|
|
247
|
+
*/
|
|
248
|
+
aggregationAlias: string;
|
|
249
|
+
/**
|
|
250
|
+
* Gets or sets selected value
|
|
251
|
+
*/
|
|
252
|
+
stringValue: string;
|
|
253
|
+
/**
|
|
254
|
+
* Gets or sets range values
|
|
255
|
+
*/
|
|
256
|
+
rangeValues: GenModels.AggregateRangeValues;
|
|
257
|
+
/**
|
|
258
|
+
* Gets or sets values count
|
|
259
|
+
*/
|
|
260
|
+
count: number;
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
export declare namespace GenModels {
|
|
264
|
+
interface AggregateRangeValues {
|
|
265
|
+
/**
|
|
266
|
+
* From value
|
|
267
|
+
*/
|
|
268
|
+
from: string;
|
|
269
|
+
/**
|
|
270
|
+
* To value
|
|
271
|
+
*/
|
|
272
|
+
to: string;
|
|
273
|
+
}
|
|
274
|
+
}
|
|
219
275
|
export declare namespace GenModels {
|
|
220
276
|
interface UnreadCountersRequest {
|
|
221
277
|
/**
|
|
@@ -646,6 +702,129 @@ export declare namespace GenModels {
|
|
|
646
702
|
contractId: string;
|
|
647
703
|
}
|
|
648
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
|
+
}
|
|
649
828
|
export declare namespace GenModels {
|
|
650
829
|
interface SearchRequestModel {
|
|
651
830
|
/**
|
|
@@ -748,6 +927,54 @@ export declare namespace GenModels {
|
|
|
748
927
|
changeDateTime: string;
|
|
749
928
|
}
|
|
750
929
|
}
|
|
930
|
+
export declare namespace GenModels {
|
|
931
|
+
interface SearchRequestModelDiagram extends GenModels.SearchRequestModel {
|
|
932
|
+
/**
|
|
933
|
+
* ViewId for search
|
|
934
|
+
*/
|
|
935
|
+
viewId: string;
|
|
936
|
+
/**
|
|
937
|
+
* Primary Column that we try to find in cards
|
|
938
|
+
*/
|
|
939
|
+
columnPrimary: string;
|
|
940
|
+
/**
|
|
941
|
+
* Secondary Column that we try to find in cards
|
|
942
|
+
*/
|
|
943
|
+
columnSecondary: string;
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
export declare namespace GenModels {
|
|
947
|
+
interface SearchResponseModelDiagram {
|
|
948
|
+
/**
|
|
949
|
+
* Identifier of the search session for performing pagination.
|
|
950
|
+
*
|
|
951
|
+
* @format datatype.uuid
|
|
952
|
+
*/
|
|
953
|
+
instanceId: string;
|
|
954
|
+
/**
|
|
955
|
+
* Found cards
|
|
956
|
+
*/
|
|
957
|
+
cards: Array<GenModels.DiagramRow>;
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
export declare namespace GenModels {
|
|
961
|
+
interface DiagramRow {
|
|
962
|
+
/**
|
|
963
|
+
* Card id
|
|
964
|
+
*
|
|
965
|
+
* @format datatype.uuid
|
|
966
|
+
*/
|
|
967
|
+
instanceId: string;
|
|
968
|
+
/**
|
|
969
|
+
* First column value
|
|
970
|
+
*/
|
|
971
|
+
columnPrimary: any;
|
|
972
|
+
/**
|
|
973
|
+
* Second column value
|
|
974
|
+
*/
|
|
975
|
+
columnSecondary: any;
|
|
976
|
+
}
|
|
977
|
+
}
|
|
751
978
|
export declare namespace GenModels {
|
|
752
979
|
interface GetFolderCardsRequest {
|
|
753
980
|
queryViewRequest: GenModels.QueryViewRequest;
|
|
@@ -856,6 +1083,145 @@ export declare namespace GenModels {
|
|
|
856
1083
|
children: Array<GenModels.FolderTypeInfo>;
|
|
857
1084
|
}
|
|
858
1085
|
}
|
|
1086
|
+
export declare namespace GenModels {
|
|
1087
|
+
interface UploadToDssRequest {
|
|
1088
|
+
url: string;
|
|
1089
|
+
authorization: string;
|
|
1090
|
+
/**
|
|
1091
|
+
* Parent document card id
|
|
1092
|
+
*
|
|
1093
|
+
* @format datatype.uuid
|
|
1094
|
+
*/
|
|
1095
|
+
documentId: string;
|
|
1096
|
+
/**
|
|
1097
|
+
* Signature parts
|
|
1098
|
+
*/
|
|
1099
|
+
parts: Array<GenModels.DocumentSignaturePartInfo>;
|
|
1100
|
+
}
|
|
1101
|
+
}
|
|
1102
|
+
export declare namespace GenModels {
|
|
1103
|
+
interface DocumentSignaturePartInfo {
|
|
1104
|
+
/**
|
|
1105
|
+
* What upload to DSS
|
|
1106
|
+
*/
|
|
1107
|
+
partType: GenModels.SignatureItemType;
|
|
1108
|
+
/**
|
|
1109
|
+
* FileManager file id to upload
|
|
1110
|
+
*
|
|
1111
|
+
* @format datatype.uuid
|
|
1112
|
+
*/
|
|
1113
|
+
fileId?: string;
|
|
1114
|
+
}
|
|
1115
|
+
}
|
|
1116
|
+
export declare namespace GenModels {
|
|
1117
|
+
interface DssRequestBody {
|
|
1118
|
+
url: string;
|
|
1119
|
+
authorization: string;
|
|
1120
|
+
body: string;
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
export declare namespace GenModels {
|
|
1124
|
+
interface DataGridControlParams {
|
|
1125
|
+
/**
|
|
1126
|
+
* Plugin name
|
|
1127
|
+
*/
|
|
1128
|
+
pluginName: string;
|
|
1129
|
+
/**
|
|
1130
|
+
* Parameters
|
|
1131
|
+
*/
|
|
1132
|
+
parameters: Array<GenModels.ParamModel>;
|
|
1133
|
+
/**
|
|
1134
|
+
* Source id
|
|
1135
|
+
*
|
|
1136
|
+
* @format datatype.uuid
|
|
1137
|
+
*/
|
|
1138
|
+
sourceId?: string;
|
|
1139
|
+
}
|
|
1140
|
+
}
|
|
1141
|
+
export declare namespace GenModels {
|
|
1142
|
+
interface ParamModel {
|
|
1143
|
+
/**
|
|
1144
|
+
* key
|
|
1145
|
+
*/
|
|
1146
|
+
key: string;
|
|
1147
|
+
/**
|
|
1148
|
+
* value
|
|
1149
|
+
*/
|
|
1150
|
+
value: string;
|
|
1151
|
+
}
|
|
1152
|
+
}
|
|
1153
|
+
export declare namespace GenModels {
|
|
1154
|
+
interface TableModel {
|
|
1155
|
+
/**
|
|
1156
|
+
* Table id
|
|
1157
|
+
*/
|
|
1158
|
+
id: string;
|
|
1159
|
+
/**
|
|
1160
|
+
* Source id in the system
|
|
1161
|
+
*/
|
|
1162
|
+
sourceId: string;
|
|
1163
|
+
/**
|
|
1164
|
+
* Column models
|
|
1165
|
+
*/
|
|
1166
|
+
columns: Array<GenModels.ColumnModel>;
|
|
1167
|
+
/**
|
|
1168
|
+
* Row models
|
|
1169
|
+
*/
|
|
1170
|
+
rows: Array<GenModels.RowModel>;
|
|
1171
|
+
}
|
|
1172
|
+
}
|
|
1173
|
+
export declare namespace GenModels {
|
|
1174
|
+
interface ColumnModel {
|
|
1175
|
+
/**
|
|
1176
|
+
* Column id
|
|
1177
|
+
*/
|
|
1178
|
+
id: string;
|
|
1179
|
+
/**
|
|
1180
|
+
* Column name
|
|
1181
|
+
*/
|
|
1182
|
+
name: string;
|
|
1183
|
+
/**
|
|
1184
|
+
* Visability flag
|
|
1185
|
+
*/
|
|
1186
|
+
hidden?: boolean;
|
|
1187
|
+
/**
|
|
1188
|
+
* Column order
|
|
1189
|
+
*/
|
|
1190
|
+
order?: number;
|
|
1191
|
+
/**
|
|
1192
|
+
* Column type
|
|
1193
|
+
*/
|
|
1194
|
+
type?: GenModels.ColumnType;
|
|
1195
|
+
}
|
|
1196
|
+
}
|
|
1197
|
+
export declare namespace GenModels {
|
|
1198
|
+
interface RowModel {
|
|
1199
|
+
/**
|
|
1200
|
+
* Row id
|
|
1201
|
+
*/
|
|
1202
|
+
id: string;
|
|
1203
|
+
/**
|
|
1204
|
+
* Entity id in the system
|
|
1205
|
+
*/
|
|
1206
|
+
entityId: string;
|
|
1207
|
+
/**
|
|
1208
|
+
* Cells data
|
|
1209
|
+
*/
|
|
1210
|
+
cells: Array<GenModels.CellModel>;
|
|
1211
|
+
}
|
|
1212
|
+
}
|
|
1213
|
+
export declare namespace GenModels {
|
|
1214
|
+
interface CellModel {
|
|
1215
|
+
/**
|
|
1216
|
+
* Column id
|
|
1217
|
+
*/
|
|
1218
|
+
columnId: string;
|
|
1219
|
+
/**
|
|
1220
|
+
* Value
|
|
1221
|
+
*/
|
|
1222
|
+
value: any;
|
|
1223
|
+
}
|
|
1224
|
+
}
|
|
859
1225
|
export declare namespace GenModels {
|
|
860
1226
|
interface SecurityTarget {
|
|
861
1227
|
/**
|
|
@@ -1420,24 +1786,175 @@ export declare namespace GenModels {
|
|
|
1420
1786
|
* Row description
|
|
1421
1787
|
*/
|
|
1422
1788
|
description: string;
|
|
1423
|
-
}
|
|
1424
|
-
}
|
|
1425
|
-
export declare namespace GenModels {
|
|
1426
|
-
interface CalendarRequestModel {
|
|
1427
|
-
/**
|
|
1428
|
-
* Restrict result with specified year only
|
|
1429
|
-
*/
|
|
1430
|
-
year?: number;
|
|
1431
1789
|
/**
|
|
1432
|
-
*
|
|
1790
|
+
* Row parent id
|
|
1791
|
+
*
|
|
1792
|
+
* @format datatype.uuid
|
|
1433
1793
|
*/
|
|
1434
|
-
|
|
1794
|
+
parentId: string;
|
|
1435
1795
|
}
|
|
1436
1796
|
}
|
|
1437
1797
|
export declare namespace GenModels {
|
|
1438
|
-
interface
|
|
1798
|
+
interface DirectoryDesignerNodeModel {
|
|
1439
1799
|
/**
|
|
1440
|
-
*
|
|
1800
|
+
* Node id
|
|
1801
|
+
*
|
|
1802
|
+
* @format datatype.uuid
|
|
1803
|
+
*/
|
|
1804
|
+
id: string;
|
|
1805
|
+
/**
|
|
1806
|
+
* Node name
|
|
1807
|
+
*/
|
|
1808
|
+
name: string;
|
|
1809
|
+
/**
|
|
1810
|
+
* Node description
|
|
1811
|
+
*/
|
|
1812
|
+
description: string;
|
|
1813
|
+
/**
|
|
1814
|
+
* Node parent id
|
|
1815
|
+
*
|
|
1816
|
+
* @format datatype.uuid
|
|
1817
|
+
*/
|
|
1818
|
+
parentId: string;
|
|
1819
|
+
}
|
|
1820
|
+
}
|
|
1821
|
+
export declare namespace GenModels {
|
|
1822
|
+
interface DirectoryDesignerQuery {
|
|
1823
|
+
/**
|
|
1824
|
+
* Search Area
|
|
1825
|
+
*/
|
|
1826
|
+
searchArea: GenModels.DirectoryDesignerSearchArea;
|
|
1827
|
+
/**
|
|
1828
|
+
* Search Text
|
|
1829
|
+
*/
|
|
1830
|
+
searchText: string;
|
|
1831
|
+
/**
|
|
1832
|
+
* Node Id
|
|
1833
|
+
*
|
|
1834
|
+
* @format datatype.uuid
|
|
1835
|
+
*/
|
|
1836
|
+
nodeId: string;
|
|
1837
|
+
/**
|
|
1838
|
+
* Pagination
|
|
1839
|
+
*/
|
|
1840
|
+
pagination: GenModels.Pagination;
|
|
1841
|
+
/**
|
|
1842
|
+
* Need return build path flag
|
|
1843
|
+
*/
|
|
1844
|
+
needBuildPath: boolean;
|
|
1845
|
+
}
|
|
1846
|
+
}
|
|
1847
|
+
export declare namespace GenModels {
|
|
1848
|
+
interface Pagination {
|
|
1849
|
+
/**
|
|
1850
|
+
* How many records client already have
|
|
1851
|
+
*/
|
|
1852
|
+
skip?: number;
|
|
1853
|
+
/**
|
|
1854
|
+
* How many records client want to receive
|
|
1855
|
+
*/
|
|
1856
|
+
maxCount?: number;
|
|
1857
|
+
}
|
|
1858
|
+
}
|
|
1859
|
+
export declare namespace GenModels {
|
|
1860
|
+
interface DirectoryDesignerLoadResponse {
|
|
1861
|
+
/**
|
|
1862
|
+
* Items
|
|
1863
|
+
*/
|
|
1864
|
+
items: Array<GenModels.DirectoryDesignerItem>;
|
|
1865
|
+
/**
|
|
1866
|
+
* Has more
|
|
1867
|
+
*/
|
|
1868
|
+
hasMore: boolean;
|
|
1869
|
+
/**
|
|
1870
|
+
* Directory timestamp
|
|
1871
|
+
*/
|
|
1872
|
+
directoryTimestamp: number;
|
|
1873
|
+
/**
|
|
1874
|
+
* Total count of items
|
|
1875
|
+
*/
|
|
1876
|
+
totalItemsCount?: number;
|
|
1877
|
+
}
|
|
1878
|
+
}
|
|
1879
|
+
export declare namespace GenModels {
|
|
1880
|
+
interface DirectoryDesignerItem extends GenModels.IDirectoryItemData {
|
|
1881
|
+
/**
|
|
1882
|
+
* Node Type
|
|
1883
|
+
*/
|
|
1884
|
+
type: GenModels.DirectoryDesignerTreeNodeType;
|
|
1885
|
+
/**
|
|
1886
|
+
* Has Children
|
|
1887
|
+
*/
|
|
1888
|
+
hasChildren: boolean;
|
|
1889
|
+
/**
|
|
1890
|
+
* Id
|
|
1891
|
+
*
|
|
1892
|
+
* @format datatype.uuid
|
|
1893
|
+
*/
|
|
1894
|
+
id: string;
|
|
1895
|
+
/**
|
|
1896
|
+
* Parent Id
|
|
1897
|
+
*
|
|
1898
|
+
* @format datatype.uuid
|
|
1899
|
+
*/
|
|
1900
|
+
parentId: string;
|
|
1901
|
+
/**
|
|
1902
|
+
* Name
|
|
1903
|
+
*/
|
|
1904
|
+
name: string;
|
|
1905
|
+
/**
|
|
1906
|
+
* Description
|
|
1907
|
+
*/
|
|
1908
|
+
description: string;
|
|
1909
|
+
data: any;
|
|
1910
|
+
dataType: GenModels.DirectoryDataType;
|
|
1911
|
+
path: Array<GenModels.DirectoryDesignerItem>;
|
|
1912
|
+
/**
|
|
1913
|
+
* Partner search info
|
|
1914
|
+
*/
|
|
1915
|
+
searchInfo: GenModels.SearchInfo;
|
|
1916
|
+
}
|
|
1917
|
+
}
|
|
1918
|
+
export declare namespace GenModels {
|
|
1919
|
+
interface SearchInfo {
|
|
1920
|
+
/**
|
|
1921
|
+
* Is matched
|
|
1922
|
+
*/
|
|
1923
|
+
matched: boolean;
|
|
1924
|
+
/**
|
|
1925
|
+
* Matched field name
|
|
1926
|
+
*/
|
|
1927
|
+
matchedFieldName: string;
|
|
1928
|
+
/**
|
|
1929
|
+
* Matched field value
|
|
1930
|
+
*/
|
|
1931
|
+
matchedFieldValue: string;
|
|
1932
|
+
}
|
|
1933
|
+
}
|
|
1934
|
+
export declare namespace GenModels {
|
|
1935
|
+
interface EmployeeStatusModel extends GenModels.EmployeeDataModel {
|
|
1936
|
+
/**
|
|
1937
|
+
* Return true whether user participate in Security Group for aggregates
|
|
1938
|
+
*/
|
|
1939
|
+
isAggregationUser: boolean;
|
|
1940
|
+
}
|
|
1941
|
+
}
|
|
1942
|
+
export declare namespace GenModels {
|
|
1943
|
+
interface CalendarRequestModel {
|
|
1944
|
+
/**
|
|
1945
|
+
* Restrict result with specified year only
|
|
1946
|
+
*/
|
|
1947
|
+
year?: number;
|
|
1948
|
+
/**
|
|
1949
|
+
* Restrict result with specified day only
|
|
1950
|
+
*/
|
|
1951
|
+
day?: number;
|
|
1952
|
+
}
|
|
1953
|
+
}
|
|
1954
|
+
export declare namespace GenModels {
|
|
1955
|
+
interface CalendarYearSettings {
|
|
1956
|
+
/**
|
|
1957
|
+
* Year
|
|
1441
1958
|
*/
|
|
1442
1959
|
year: number;
|
|
1443
1960
|
/**
|
|
@@ -1683,169 +2200,601 @@ export declare namespace GenModels {
|
|
|
1683
2200
|
*
|
|
1684
2201
|
* @format datatype.uuid
|
|
1685
2202
|
*/
|
|
1686
|
-
editOwnCommentEditOperation: string;
|
|
2203
|
+
editOwnCommentEditOperation: string;
|
|
2204
|
+
}
|
|
2205
|
+
}
|
|
2206
|
+
export declare namespace GenModels {
|
|
2207
|
+
interface CommentsModel {
|
|
2208
|
+
/**
|
|
2209
|
+
* Gets or sets comments list
|
|
2210
|
+
*/
|
|
2211
|
+
comments: Array<GenModels.Comment>;
|
|
2212
|
+
/**
|
|
2213
|
+
* Gets or sets comments data source
|
|
2214
|
+
*/
|
|
2215
|
+
dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
|
|
2216
|
+
/**
|
|
2217
|
+
* Gets or sets all comments count
|
|
2218
|
+
*/
|
|
2219
|
+
allCommentsCount: number;
|
|
2220
|
+
}
|
|
2221
|
+
}
|
|
2222
|
+
export declare namespace GenModels {
|
|
2223
|
+
interface Comment {
|
|
2224
|
+
/**
|
|
2225
|
+
* Gets or sets identifier
|
|
2226
|
+
*
|
|
2227
|
+
* @format datatype.uuid
|
|
2228
|
+
*/
|
|
2229
|
+
id: string;
|
|
2230
|
+
/**
|
|
2231
|
+
* Gets or sets employee identifier
|
|
2232
|
+
*
|
|
2233
|
+
* @format datatype.uuid
|
|
2234
|
+
*/
|
|
2235
|
+
employeeId?: string;
|
|
2236
|
+
/**
|
|
2237
|
+
* Gets or sets employee display name
|
|
2238
|
+
*/
|
|
2239
|
+
employeeDisplayName: string;
|
|
2240
|
+
/**
|
|
2241
|
+
* Gets or sets date
|
|
2242
|
+
*
|
|
2243
|
+
* @format datatype.datetime
|
|
2244
|
+
*/
|
|
2245
|
+
date?: string;
|
|
2246
|
+
/**
|
|
2247
|
+
* Gets or sets text
|
|
2248
|
+
*/
|
|
2249
|
+
text: string;
|
|
2250
|
+
}
|
|
2251
|
+
}
|
|
2252
|
+
export declare namespace GenModels {
|
|
2253
|
+
interface AddCommentRequestModel {
|
|
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 text
|
|
2266
|
+
*/
|
|
2267
|
+
text: string;
|
|
2268
|
+
}
|
|
2269
|
+
}
|
|
2270
|
+
export declare namespace GenModels {
|
|
2271
|
+
interface RestoreCommentModel {
|
|
2272
|
+
/**
|
|
2273
|
+
* Gets or sets comments data source
|
|
2274
|
+
*/
|
|
2275
|
+
dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
|
|
2276
|
+
/**
|
|
2277
|
+
* Gets or sets card identifier
|
|
2278
|
+
*
|
|
2279
|
+
* @format datatype.uuid
|
|
2280
|
+
*/
|
|
2281
|
+
cardId: string;
|
|
2282
|
+
/**
|
|
2283
|
+
* Gets or sets text
|
|
2284
|
+
*/
|
|
2285
|
+
text: string;
|
|
2286
|
+
/**
|
|
2287
|
+
* Gets or sets employee id
|
|
2288
|
+
*
|
|
2289
|
+
* @format datatype.uuid
|
|
2290
|
+
*/
|
|
2291
|
+
employeeId: string;
|
|
2292
|
+
/**
|
|
2293
|
+
* gets or sets date
|
|
2294
|
+
*
|
|
2295
|
+
* @format datatype.datetime
|
|
2296
|
+
*/
|
|
2297
|
+
date?: string;
|
|
2298
|
+
}
|
|
2299
|
+
}
|
|
2300
|
+
export declare namespace GenModels {
|
|
2301
|
+
interface UpdateCommentRequestModel {
|
|
2302
|
+
/**
|
|
2303
|
+
* Gets or sets comments data source
|
|
2304
|
+
*/
|
|
2305
|
+
dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
|
|
2306
|
+
/**
|
|
2307
|
+
* Gets or sets card identifier
|
|
2308
|
+
*
|
|
2309
|
+
* @format datatype.uuid
|
|
2310
|
+
*/
|
|
2311
|
+
cardId: string;
|
|
2312
|
+
/**
|
|
2313
|
+
* Gets or sets comment identifier
|
|
2314
|
+
*
|
|
2315
|
+
* @format datatype.uuid
|
|
2316
|
+
*/
|
|
2317
|
+
commentId: string;
|
|
2318
|
+
/**
|
|
2319
|
+
* Gets or sets text
|
|
2320
|
+
*/
|
|
2321
|
+
text: string;
|
|
2322
|
+
}
|
|
2323
|
+
}
|
|
2324
|
+
export declare namespace GenModels {
|
|
2325
|
+
interface DeleteCommentRequestModel {
|
|
2326
|
+
/**
|
|
2327
|
+
* Gets or sets comments data source
|
|
2328
|
+
*/
|
|
2329
|
+
dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
|
|
2330
|
+
/**
|
|
2331
|
+
* Gets or sets card identifier
|
|
2332
|
+
*
|
|
2333
|
+
* @format datatype.uuid
|
|
2334
|
+
*/
|
|
2335
|
+
cardId: string;
|
|
2336
|
+
/**
|
|
2337
|
+
* Gets or sets comment identifier
|
|
2338
|
+
*
|
|
2339
|
+
* @format datatype.uuid
|
|
2340
|
+
*/
|
|
2341
|
+
commentId: string;
|
|
2342
|
+
}
|
|
2343
|
+
}
|
|
2344
|
+
export declare namespace GenModels {
|
|
2345
|
+
interface CollectionRequestModel {
|
|
2346
|
+
/**
|
|
2347
|
+
* Collection of entities
|
|
2348
|
+
*/
|
|
2349
|
+
collection: Array<string>;
|
|
2350
|
+
}
|
|
2351
|
+
}
|
|
2352
|
+
export declare namespace GenModels {
|
|
2353
|
+
interface SignatureKindSelectionModel {
|
|
2354
|
+
/**
|
|
2355
|
+
* available signature kind
|
|
2356
|
+
*/
|
|
2357
|
+
availableKind?: GenModels.DigitalSignatureKind;
|
|
2358
|
+
/**
|
|
2359
|
+
* warning message
|
|
2360
|
+
*/
|
|
2361
|
+
warning: string;
|
|
2362
|
+
/**
|
|
2363
|
+
* time-stamp protocol server address
|
|
2364
|
+
*/
|
|
2365
|
+
tspAddress: string;
|
|
2366
|
+
certificateThumberprint: string;
|
|
2367
|
+
}
|
|
2368
|
+
}
|
|
2369
|
+
export declare namespace GenModels {
|
|
2370
|
+
interface CertificateThumberprintRequest {
|
|
2371
|
+
/**
|
|
2372
|
+
* Certificates
|
|
2373
|
+
*/
|
|
2374
|
+
certificates: Array<GenModels.CertificateThumberprintRequestItem>;
|
|
2375
|
+
}
|
|
2376
|
+
}
|
|
2377
|
+
export declare namespace GenModels {
|
|
2378
|
+
interface CertificateThumberprintRequestItem {
|
|
2379
|
+
/**
|
|
2380
|
+
* Id of the certificate
|
|
2381
|
+
*/
|
|
2382
|
+
id: string;
|
|
2383
|
+
/**
|
|
2384
|
+
* Certificate content
|
|
2385
|
+
*/
|
|
2386
|
+
certificateBase64: string;
|
|
2387
|
+
}
|
|
2388
|
+
}
|
|
2389
|
+
export declare namespace GenModels {
|
|
2390
|
+
interface CertificateThumberprintResponse {
|
|
2391
|
+
/**
|
|
2392
|
+
* Certificates info
|
|
2393
|
+
*/
|
|
2394
|
+
certificates: Array<GenModels.CertificateThumberprintResponseItem>;
|
|
2395
|
+
}
|
|
2396
|
+
}
|
|
2397
|
+
export declare namespace GenModels {
|
|
2398
|
+
interface CertificateThumberprintResponseItem {
|
|
2399
|
+
/**
|
|
2400
|
+
* Id of the certificate
|
|
2401
|
+
*/
|
|
2402
|
+
id: string;
|
|
2403
|
+
/**
|
|
2404
|
+
* Certificate thumberprint
|
|
2405
|
+
*/
|
|
2406
|
+
certificateThumberprint: string;
|
|
2407
|
+
/**
|
|
2408
|
+
* Organisation, that issued certificate.
|
|
2409
|
+
*/
|
|
2410
|
+
issuer: string;
|
|
2411
|
+
/**
|
|
2412
|
+
* Person, who can use certificate
|
|
2413
|
+
*/
|
|
2414
|
+
subject: string;
|
|
2415
|
+
/**
|
|
2416
|
+
* Error processing certificate
|
|
2417
|
+
*/
|
|
2418
|
+
error: string;
|
|
2419
|
+
}
|
|
2420
|
+
}
|
|
2421
|
+
export declare namespace GenModels {
|
|
2422
|
+
interface SignDataRequestWrapper {
|
|
2423
|
+
/**
|
|
2424
|
+
* SignDataRequest
|
|
2425
|
+
*/
|
|
2426
|
+
request: GenModels.SignDataRequest;
|
|
2427
|
+
}
|
|
2428
|
+
}
|
|
2429
|
+
export declare namespace GenModels {
|
|
2430
|
+
interface SignDataRequest {
|
|
2431
|
+
/**
|
|
2432
|
+
* Get or sets document identifier
|
|
2433
|
+
*
|
|
2434
|
+
* @format datatype.uuid
|
|
2435
|
+
*/
|
|
2436
|
+
documentId: string;
|
|
2437
|
+
/**
|
|
2438
|
+
* Gets or sets timestamp
|
|
2439
|
+
*/
|
|
2440
|
+
timestamp: number;
|
|
2441
|
+
/**
|
|
2442
|
+
* Gets or sets label id
|
|
2443
|
+
*
|
|
2444
|
+
* @format datatype.uuid
|
|
2445
|
+
*/
|
|
2446
|
+
labelId: string;
|
|
2447
|
+
/**
|
|
2448
|
+
* Gets or sets value whether indicate use simple sign, if CSP not supported
|
|
2449
|
+
*/
|
|
2450
|
+
isSimpleSign: boolean;
|
|
2451
|
+
/**
|
|
2452
|
+
* Get or sets signature data
|
|
2453
|
+
*/
|
|
2454
|
+
signatureData: GenModels.SignatureData;
|
|
2455
|
+
}
|
|
2456
|
+
}
|
|
2457
|
+
export declare namespace GenModels {
|
|
2458
|
+
interface SignatureData {
|
|
2459
|
+
/**
|
|
2460
|
+
* Gets or sets certificate thumbprint
|
|
2461
|
+
*/
|
|
2462
|
+
certificateThumbprint: string;
|
|
2463
|
+
/**
|
|
2464
|
+
* Gets signature items
|
|
2465
|
+
*/
|
|
2466
|
+
items: Array<GenModels.SignatureItemData>;
|
|
2467
|
+
}
|
|
2468
|
+
}
|
|
2469
|
+
export declare namespace GenModels {
|
|
2470
|
+
interface SignatureItemData {
|
|
2471
|
+
/**
|
|
2472
|
+
* Gets or sets signed content
|
|
2473
|
+
*/
|
|
2474
|
+
data: Array<number>;
|
|
2475
|
+
/**
|
|
2476
|
+
* Gets or sets file version identifier
|
|
2477
|
+
*
|
|
2478
|
+
* @format datatype.uuid
|
|
2479
|
+
*/
|
|
2480
|
+
fileVersionId: string;
|
|
2481
|
+
/**
|
|
2482
|
+
* Gets or sets file card identifier
|
|
2483
|
+
*
|
|
2484
|
+
* @format datatype.uuid
|
|
2485
|
+
*/
|
|
2486
|
+
fileCardId: string;
|
|
2487
|
+
/**
|
|
2488
|
+
* Gets or sets signature item type
|
|
2489
|
+
*/
|
|
2490
|
+
itemType: GenModels.SignatureItemType;
|
|
2491
|
+
}
|
|
2492
|
+
}
|
|
2493
|
+
export declare namespace GenModels {
|
|
2494
|
+
interface AttachSignatureResponse {
|
|
2495
|
+
/**
|
|
2496
|
+
* Successful signed
|
|
2497
|
+
*/
|
|
2498
|
+
success: boolean;
|
|
2499
|
+
/**
|
|
2500
|
+
* Reason for signature invalidity
|
|
2501
|
+
*/
|
|
2502
|
+
reason: string;
|
|
2503
|
+
}
|
|
2504
|
+
}
|
|
2505
|
+
export declare namespace GenModels {
|
|
2506
|
+
interface CreateSignDialogParams {
|
|
2507
|
+
/**
|
|
2508
|
+
* Gets or sets document id
|
|
2509
|
+
*
|
|
2510
|
+
* @format datatype.uuid
|
|
2511
|
+
*/
|
|
2512
|
+
documentId: string;
|
|
2513
|
+
}
|
|
2514
|
+
}
|
|
2515
|
+
export declare namespace GenModels {
|
|
2516
|
+
interface SignatureModel {
|
|
2517
|
+
/**
|
|
2518
|
+
* Gets or sets list of {@link GenModels}
|
|
2519
|
+
*/
|
|
2520
|
+
labels: Array<GenModels.SignatureLabelModel>;
|
|
2521
|
+
/**
|
|
2522
|
+
* Get timestamp
|
|
2523
|
+
*/
|
|
2524
|
+
timestamp: number;
|
|
2525
|
+
/**
|
|
2526
|
+
* Get card timestamp
|
|
2527
|
+
*
|
|
2528
|
+
* @format datatype.uuid
|
|
2529
|
+
*/
|
|
2530
|
+
cardId: string;
|
|
2531
|
+
/**
|
|
2532
|
+
* Gets or sets whether to sign fields
|
|
2533
|
+
*/
|
|
2534
|
+
signFields: boolean;
|
|
2535
|
+
/**
|
|
2536
|
+
* Gets or sets whether to sign attachments
|
|
2537
|
+
*/
|
|
2538
|
+
signAttachments: boolean;
|
|
2539
|
+
/**
|
|
2540
|
+
* Get user certificate thumbprint
|
|
2541
|
+
*/
|
|
2542
|
+
thumbprint: string;
|
|
2543
|
+
/**
|
|
2544
|
+
* Returns true whether HideSelectCertificateDialog
|
|
2545
|
+
*/
|
|
2546
|
+
hideSelectCertificateDialog: boolean;
|
|
2547
|
+
/**
|
|
2548
|
+
* Stage setting
|
|
2549
|
+
*/
|
|
2550
|
+
simpleSignatureAllowed: boolean;
|
|
2551
|
+
/**
|
|
2552
|
+
* File to sign.
|
|
2553
|
+
*/
|
|
2554
|
+
files: Array<GenModels.SignatureFileInfo>;
|
|
2555
|
+
/**
|
|
2556
|
+
* Stage setting
|
|
2557
|
+
*/
|
|
2558
|
+
signatureMethods: GenModels.SignatureMethodSettings;
|
|
2559
|
+
}
|
|
2560
|
+
}
|
|
2561
|
+
export declare namespace GenModels {
|
|
2562
|
+
interface SignatureLabelModel {
|
|
2563
|
+
/**
|
|
2564
|
+
* Gets or sets label identifier
|
|
2565
|
+
*
|
|
2566
|
+
* @format datatype.uuid
|
|
2567
|
+
*/
|
|
2568
|
+
id: string;
|
|
2569
|
+
/**
|
|
2570
|
+
* Gets or sets label name
|
|
2571
|
+
*/
|
|
2572
|
+
name: string;
|
|
2573
|
+
/**
|
|
2574
|
+
* Gets or sets encoded Id
|
|
2575
|
+
*/
|
|
2576
|
+
encodedId: string;
|
|
2577
|
+
}
|
|
2578
|
+
}
|
|
2579
|
+
export declare namespace GenModels {
|
|
2580
|
+
interface SignatureFileInfo {
|
|
2581
|
+
/**
|
|
2582
|
+
* File name
|
|
2583
|
+
*/
|
|
2584
|
+
fileName: string;
|
|
2585
|
+
/**
|
|
2586
|
+
* File id
|
|
2587
|
+
*
|
|
2588
|
+
* @format datatype.uuid
|
|
2589
|
+
*/
|
|
2590
|
+
fileId: string;
|
|
2591
|
+
/**
|
|
2592
|
+
* File version id
|
|
2593
|
+
*
|
|
2594
|
+
* @format datatype.uuid
|
|
2595
|
+
*/
|
|
2596
|
+
versionId: string;
|
|
2597
|
+
/**
|
|
2598
|
+
* Versioned file card id
|
|
2599
|
+
*
|
|
2600
|
+
* @format datatype.uuid
|
|
2601
|
+
*/
|
|
2602
|
+
fileCardId: string;
|
|
2603
|
+
}
|
|
2604
|
+
}
|
|
2605
|
+
export declare namespace GenModels {
|
|
2606
|
+
interface DocumentSignatureListModel {
|
|
2607
|
+
/**
|
|
2608
|
+
* Gets or sets list of {@link GenModels}
|
|
2609
|
+
*/
|
|
2610
|
+
signatures: Array<GenModels.DocumentSignatureModel>;
|
|
2611
|
+
}
|
|
2612
|
+
}
|
|
2613
|
+
export declare namespace GenModels {
|
|
2614
|
+
interface DocumentSignatureModel {
|
|
2615
|
+
/**
|
|
2616
|
+
* Gets or sets signature author
|
|
2617
|
+
*/
|
|
2618
|
+
author: GenModels.EmployeeModel;
|
|
2619
|
+
/**
|
|
2620
|
+
* Signer name, extracted from certificate.
|
|
2621
|
+
*/
|
|
2622
|
+
certificateSubject: string;
|
|
2623
|
+
/**
|
|
2624
|
+
* Gets or sets signature creation date
|
|
2625
|
+
*
|
|
2626
|
+
* @format datatype.datetime
|
|
2627
|
+
*/
|
|
2628
|
+
creationDate: string;
|
|
2629
|
+
/**
|
|
2630
|
+
* Gets or sets label display name
|
|
2631
|
+
*/
|
|
2632
|
+
labelDisplayName: string;
|
|
2633
|
+
/**
|
|
2634
|
+
* Gets or sets signature identifier
|
|
2635
|
+
*
|
|
2636
|
+
* @format datatype.uuid
|
|
2637
|
+
*/
|
|
2638
|
+
id: string;
|
|
2639
|
+
/**
|
|
2640
|
+
* Gets or sets certificate thumbprint
|
|
2641
|
+
*/
|
|
2642
|
+
certificateThumbprint: string;
|
|
2643
|
+
/**
|
|
2644
|
+
* Get value indicate whether sign is simple
|
|
2645
|
+
*/
|
|
2646
|
+
isSimpleSign: boolean;
|
|
2647
|
+
/**
|
|
2648
|
+
* Gets or sets has signed attribute in signature items
|
|
2649
|
+
*/
|
|
2650
|
+
hasSignedAttributeItem: boolean;
|
|
1687
2651
|
}
|
|
1688
2652
|
}
|
|
1689
2653
|
export declare namespace GenModels {
|
|
1690
|
-
interface
|
|
2654
|
+
interface SignatureVerificationModel {
|
|
1691
2655
|
/**
|
|
1692
|
-
* Gets or sets
|
|
2656
|
+
* Gets or sets signature status
|
|
1693
2657
|
*/
|
|
1694
|
-
|
|
2658
|
+
signatureStatus: string;
|
|
1695
2659
|
/**
|
|
1696
|
-
* Gets or sets
|
|
2660
|
+
* Gets or sets signature validation status
|
|
1697
2661
|
*/
|
|
1698
|
-
|
|
2662
|
+
validationState: GenModels.ValidationState;
|
|
1699
2663
|
/**
|
|
1700
|
-
* Gets or sets
|
|
2664
|
+
* Gets or sets kind of signature
|
|
1701
2665
|
*/
|
|
1702
|
-
|
|
2666
|
+
signatureKind: string;
|
|
2667
|
+
/**
|
|
2668
|
+
* Gets or sets details of signature
|
|
2669
|
+
*/
|
|
2670
|
+
signatureDetails: Array<GenModels.SignatureItemVerificationModel>;
|
|
1703
2671
|
}
|
|
1704
2672
|
}
|
|
1705
2673
|
export declare namespace GenModels {
|
|
1706
|
-
interface
|
|
2674
|
+
interface SignatureItemVerificationModel {
|
|
1707
2675
|
/**
|
|
1708
|
-
* Gets or sets
|
|
2676
|
+
* Gets or sets status
|
|
2677
|
+
*/
|
|
2678
|
+
status: string;
|
|
2679
|
+
/**
|
|
2680
|
+
* Gets or sets file version number
|
|
2681
|
+
*/
|
|
2682
|
+
fileVersionNumber: string;
|
|
2683
|
+
/**
|
|
2684
|
+
* Gets or sets file name
|
|
2685
|
+
*/
|
|
2686
|
+
fileName: string;
|
|
2687
|
+
/**
|
|
2688
|
+
* Gets or sets file card id
|
|
1709
2689
|
*
|
|
1710
2690
|
* @format datatype.uuid
|
|
1711
2691
|
*/
|
|
1712
|
-
|
|
2692
|
+
fileId: string;
|
|
1713
2693
|
/**
|
|
1714
|
-
* Gets or sets
|
|
2694
|
+
* Gets or sets id of the file for FileManager
|
|
1715
2695
|
*
|
|
1716
2696
|
* @format datatype.uuid
|
|
1717
2697
|
*/
|
|
1718
|
-
|
|
2698
|
+
fileHandleId: string;
|
|
1719
2699
|
/**
|
|
1720
|
-
* Gets or sets
|
|
2700
|
+
* Gets or sets item certificate thumbprint
|
|
1721
2701
|
*/
|
|
1722
|
-
|
|
2702
|
+
certificateThumbprint: string;
|
|
1723
2703
|
/**
|
|
1724
|
-
*
|
|
2704
|
+
* Timestamp
|
|
1725
2705
|
*
|
|
1726
2706
|
* @format datatype.datetime
|
|
1727
2707
|
*/
|
|
1728
|
-
|
|
1729
|
-
/**
|
|
1730
|
-
* Gets or sets text
|
|
1731
|
-
*/
|
|
1732
|
-
text: string;
|
|
1733
|
-
}
|
|
1734
|
-
}
|
|
1735
|
-
export declare namespace GenModels {
|
|
1736
|
-
interface AddCommentRequestModel {
|
|
2708
|
+
timestamp?: string;
|
|
1737
2709
|
/**
|
|
1738
|
-
* Gets or sets
|
|
2710
|
+
* Gets or sets client sign validated
|
|
1739
2711
|
*/
|
|
1740
|
-
|
|
2712
|
+
isSignedWithCertificate: boolean;
|
|
1741
2713
|
/**
|
|
1742
|
-
* Gets or sets
|
|
1743
|
-
*
|
|
1744
|
-
* @format datatype.uuid
|
|
2714
|
+
* Gets or sets validate error message
|
|
1745
2715
|
*/
|
|
1746
|
-
|
|
2716
|
+
errorMessage: string;
|
|
1747
2717
|
/**
|
|
1748
|
-
* Gets or sets
|
|
2718
|
+
* Gets or sets verification status
|
|
1749
2719
|
*/
|
|
1750
|
-
|
|
1751
|
-
}
|
|
1752
|
-
}
|
|
1753
|
-
export declare namespace GenModels {
|
|
1754
|
-
interface RestoreCommentModel {
|
|
2720
|
+
verificationStatus: GenModels.SignatureVerificationStatus;
|
|
1755
2721
|
/**
|
|
1756
|
-
*
|
|
2722
|
+
* Signature Item Type
|
|
1757
2723
|
*/
|
|
1758
|
-
|
|
2724
|
+
signatureItemType: GenModels.SignatureItemType;
|
|
1759
2725
|
/**
|
|
1760
|
-
*
|
|
1761
|
-
*
|
|
1762
|
-
* @format datatype.uuid
|
|
2726
|
+
* description
|
|
1763
2727
|
*/
|
|
1764
|
-
|
|
2728
|
+
description: string;
|
|
1765
2729
|
/**
|
|
1766
|
-
*
|
|
2730
|
+
* field names or additional files
|
|
1767
2731
|
*/
|
|
1768
|
-
|
|
2732
|
+
partItems: Array<string>;
|
|
1769
2733
|
/**
|
|
1770
|
-
* Gets or sets
|
|
1771
|
-
*
|
|
1772
|
-
* @format datatype.uuid
|
|
2734
|
+
* Gets or sets kind of signature
|
|
1773
2735
|
*/
|
|
1774
|
-
|
|
2736
|
+
kind: string;
|
|
1775
2737
|
/**
|
|
1776
|
-
*
|
|
2738
|
+
* Gets or sets expire date
|
|
1777
2739
|
*
|
|
1778
2740
|
* @format datatype.datetime
|
|
1779
2741
|
*/
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
}
|
|
1783
|
-
export declare namespace GenModels {
|
|
1784
|
-
interface UpdateCommentRequestModel {
|
|
1785
|
-
/**
|
|
1786
|
-
* Gets or sets comments data source
|
|
1787
|
-
*/
|
|
1788
|
-
dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
|
|
2742
|
+
expireDate?: string;
|
|
2743
|
+
canShowSignatureInfo: boolean;
|
|
1789
2744
|
/**
|
|
1790
|
-
* Gets or sets
|
|
2745
|
+
* Gets or sets signature part id
|
|
1791
2746
|
*
|
|
1792
2747
|
* @format datatype.uuid
|
|
1793
2748
|
*/
|
|
1794
|
-
|
|
2749
|
+
signaturePartId: string;
|
|
1795
2750
|
/**
|
|
1796
|
-
* Gets or sets
|
|
2751
|
+
* Gets or sets signature id
|
|
1797
2752
|
*
|
|
1798
2753
|
* @format datatype.uuid
|
|
1799
2754
|
*/
|
|
1800
|
-
|
|
1801
|
-
/**
|
|
1802
|
-
* Gets or sets text
|
|
1803
|
-
*/
|
|
1804
|
-
text: string;
|
|
2755
|
+
signatureId: string;
|
|
1805
2756
|
}
|
|
1806
2757
|
}
|
|
1807
2758
|
export declare namespace GenModels {
|
|
1808
|
-
interface
|
|
2759
|
+
interface SignatureDetailsModel {
|
|
1809
2760
|
/**
|
|
1810
|
-
* Gets or sets
|
|
2761
|
+
* Gets or sets kind of signature
|
|
1811
2762
|
*/
|
|
1812
|
-
|
|
2763
|
+
signatureKind: string;
|
|
1813
2764
|
/**
|
|
1814
|
-
*
|
|
1815
|
-
*
|
|
1816
|
-
* @format datatype.uuid
|
|
2765
|
+
* List of document files for validation purposes
|
|
1817
2766
|
*/
|
|
1818
|
-
|
|
2767
|
+
documentFiles: Array<GenModels.SignatureFileDetails>;
|
|
1819
2768
|
/**
|
|
1820
|
-
* Gets or sets
|
|
1821
|
-
*
|
|
1822
|
-
* @format datatype.uuid
|
|
2769
|
+
* Gets or sets details of signature
|
|
1823
2770
|
*/
|
|
1824
|
-
|
|
2771
|
+
signatureDetails: Array<GenModels.SignatureItemVerificationModel>;
|
|
1825
2772
|
}
|
|
1826
2773
|
}
|
|
1827
2774
|
export declare namespace GenModels {
|
|
1828
|
-
interface
|
|
2775
|
+
interface SignatureFileDetails {
|
|
1829
2776
|
/**
|
|
1830
|
-
*
|
|
2777
|
+
* Row id of the document file
|
|
2778
|
+
*
|
|
2779
|
+
* @format datatype.uuid
|
|
1831
2780
|
*/
|
|
1832
|
-
|
|
1833
|
-
}
|
|
1834
|
-
}
|
|
1835
|
-
export declare namespace GenModels {
|
|
1836
|
-
interface SignatureKindSelectionModel {
|
|
2781
|
+
documentFileId: string;
|
|
1837
2782
|
/**
|
|
1838
|
-
*
|
|
2783
|
+
* Versioned file card id
|
|
2784
|
+
*
|
|
2785
|
+
* @format datatype.uuid
|
|
1839
2786
|
*/
|
|
1840
|
-
|
|
2787
|
+
fileCardId: string;
|
|
1841
2788
|
/**
|
|
1842
|
-
*
|
|
2789
|
+
* Current version id
|
|
2790
|
+
*
|
|
2791
|
+
* @format datatype.uuid
|
|
1843
2792
|
*/
|
|
1844
|
-
|
|
2793
|
+
versionId: string;
|
|
1845
2794
|
/**
|
|
1846
|
-
*
|
|
2795
|
+
* Is main document file (not additional)
|
|
1847
2796
|
*/
|
|
1848
|
-
|
|
2797
|
+
isMain: boolean;
|
|
1849
2798
|
}
|
|
1850
2799
|
}
|
|
1851
2800
|
export declare namespace GenControllers {
|
|
@@ -2354,43 +3303,163 @@ export declare namespace GenModels {
|
|
|
2354
3303
|
}
|
|
2355
3304
|
}
|
|
2356
3305
|
export declare namespace GenModels {
|
|
2357
|
-
interface SearchInfo {
|
|
3306
|
+
interface PartnerSearchInfo extends GenModels.SearchInfo {
|
|
3307
|
+
}
|
|
3308
|
+
}
|
|
3309
|
+
export declare namespace GenModels {
|
|
3310
|
+
interface MainMenuSettings {
|
|
2358
3311
|
/**
|
|
2359
|
-
*
|
|
3312
|
+
* List of main menu settings
|
|
2360
3313
|
*/
|
|
2361
|
-
|
|
3314
|
+
items: Array<GenModels.MainMenuItemSetting>;
|
|
3315
|
+
}
|
|
3316
|
+
}
|
|
3317
|
+
export declare namespace GenModels {
|
|
3318
|
+
interface MainMenuItemSetting {
|
|
2362
3319
|
/**
|
|
2363
|
-
*
|
|
3320
|
+
* Main menu item unique identifier
|
|
2364
3321
|
*/
|
|
2365
|
-
|
|
3322
|
+
id: string;
|
|
2366
3323
|
/**
|
|
2367
|
-
*
|
|
3324
|
+
* Is item hidden by user
|
|
2368
3325
|
*/
|
|
2369
|
-
|
|
3326
|
+
hidden: boolean;
|
|
2370
3327
|
}
|
|
2371
3328
|
}
|
|
2372
3329
|
export declare namespace GenModels {
|
|
2373
|
-
interface
|
|
3330
|
+
interface SetCertificateRequest {
|
|
3331
|
+
/**
|
|
3332
|
+
* Certificate's name
|
|
3333
|
+
*/
|
|
3334
|
+
name: string;
|
|
3335
|
+
/**
|
|
3336
|
+
* Certificate's content
|
|
3337
|
+
*/
|
|
3338
|
+
content: string;
|
|
3339
|
+
/**
|
|
3340
|
+
* Certificate user id
|
|
3341
|
+
*
|
|
3342
|
+
* @format datatype.uuid
|
|
3343
|
+
*/
|
|
3344
|
+
employeeId: string;
|
|
2374
3345
|
}
|
|
2375
3346
|
}
|
|
2376
3347
|
export declare namespace GenModels {
|
|
2377
|
-
interface
|
|
3348
|
+
interface FileCardModel {
|
|
2378
3349
|
/**
|
|
2379
|
-
*
|
|
3350
|
+
* Gets name
|
|
2380
3351
|
*/
|
|
2381
|
-
|
|
3352
|
+
name: string;
|
|
3353
|
+
/**
|
|
3354
|
+
* Gets file extension
|
|
3355
|
+
*/
|
|
3356
|
+
fileExtension: string;
|
|
3357
|
+
/**
|
|
3358
|
+
* Gets file identifier
|
|
3359
|
+
*
|
|
3360
|
+
* @format datatype.uuid
|
|
3361
|
+
*/
|
|
3362
|
+
fileId: string;
|
|
3363
|
+
/**
|
|
3364
|
+
* Gets is file locked
|
|
3365
|
+
*/
|
|
3366
|
+
isLocked: boolean;
|
|
3367
|
+
/**
|
|
3368
|
+
* Gets child versions of the file
|
|
3369
|
+
*/
|
|
3370
|
+
childVersions: Array<GenModels.FileCardVersionModel>;
|
|
3371
|
+
/**
|
|
3372
|
+
* Gets current version of the file
|
|
3373
|
+
*/
|
|
3374
|
+
currentVersion: GenModels.FileCardVersionModel;
|
|
3375
|
+
/**
|
|
3376
|
+
* Gets file size
|
|
3377
|
+
*/
|
|
3378
|
+
size: number;
|
|
3379
|
+
/**
|
|
3380
|
+
* Gets or sets versions count
|
|
3381
|
+
*/
|
|
3382
|
+
versionsCount: number;
|
|
3383
|
+
/**
|
|
3384
|
+
* Link to open file with webdav
|
|
3385
|
+
*/
|
|
3386
|
+
webDavLink: string;
|
|
3387
|
+
/**
|
|
3388
|
+
* Link to open file with webdav readonly
|
|
3389
|
+
*/
|
|
3390
|
+
webDavReadonlyLink: string;
|
|
3391
|
+
/**
|
|
3392
|
+
* Do WebClient supports preview of the file.
|
|
3393
|
+
*/
|
|
3394
|
+
isFilePreviewSupported: boolean;
|
|
2382
3395
|
}
|
|
2383
3396
|
}
|
|
2384
3397
|
export declare namespace GenModels {
|
|
2385
|
-
interface
|
|
3398
|
+
interface FileCardVersionModel {
|
|
3399
|
+
/**
|
|
3400
|
+
* Gets or sets file identifier
|
|
3401
|
+
*
|
|
3402
|
+
* @format datatype.uuid
|
|
3403
|
+
*/
|
|
3404
|
+
id: string;
|
|
3405
|
+
/**
|
|
3406
|
+
* Gets or set version id
|
|
3407
|
+
*
|
|
3408
|
+
* @format datatype.uuid
|
|
3409
|
+
*/
|
|
3410
|
+
versionId: string;
|
|
3411
|
+
/**
|
|
3412
|
+
* Gets or set version path
|
|
3413
|
+
*/
|
|
3414
|
+
versionPath: string;
|
|
3415
|
+
/**
|
|
3416
|
+
* Gets or set version number
|
|
3417
|
+
*/
|
|
3418
|
+
versionNumber: number;
|
|
3419
|
+
/**
|
|
3420
|
+
* Gets or set version author
|
|
3421
|
+
*/
|
|
3422
|
+
author: string;
|
|
3423
|
+
/**
|
|
3424
|
+
* Gets or sets creation date
|
|
3425
|
+
*
|
|
3426
|
+
* @format datatype.datetime
|
|
3427
|
+
*/
|
|
3428
|
+
creationDate: string;
|
|
3429
|
+
/**
|
|
3430
|
+
* Gets or sets file version comments
|
|
3431
|
+
*/
|
|
3432
|
+
comments: Array<GenModels.FileCardCommentModel>;
|
|
3433
|
+
}
|
|
3434
|
+
}
|
|
3435
|
+
export declare namespace GenModels {
|
|
3436
|
+
interface FileCardCommentModel {
|
|
3437
|
+
/**
|
|
3438
|
+
* Gets or sets identifier
|
|
3439
|
+
*
|
|
3440
|
+
* @format datatype.uuid
|
|
3441
|
+
*/
|
|
3442
|
+
id: string;
|
|
3443
|
+
/**
|
|
3444
|
+
* Gets or sets date
|
|
3445
|
+
*
|
|
3446
|
+
* @format datatype.datetime
|
|
3447
|
+
*/
|
|
3448
|
+
date: string;
|
|
3449
|
+
/**
|
|
3450
|
+
* Gets or sets comment
|
|
3451
|
+
*/
|
|
3452
|
+
comment: string;
|
|
2386
3453
|
/**
|
|
2387
|
-
*
|
|
3454
|
+
* Gets or sets author
|
|
2388
3455
|
*/
|
|
2389
|
-
|
|
3456
|
+
author: string;
|
|
2390
3457
|
/**
|
|
2391
|
-
*
|
|
3458
|
+
* Gets or sets author
|
|
3459
|
+
*
|
|
3460
|
+
* @format datatype.uuid
|
|
2392
3461
|
*/
|
|
2393
|
-
|
|
3462
|
+
authorId: string;
|
|
2394
3463
|
}
|
|
2395
3464
|
}
|
|
2396
3465
|
export declare namespace GenModels {
|
|
@@ -2413,6 +3482,9 @@ export declare namespace GenModels {
|
|
|
2413
3482
|
* Device type
|
|
2414
3483
|
*/
|
|
2415
3484
|
deviceType: GenModels.DeviceType;
|
|
3485
|
+
/**
|
|
3486
|
+
* Need use old grid.
|
|
3487
|
+
*/
|
|
2416
3488
|
useOldGrid?: boolean;
|
|
2417
3489
|
}
|
|
2418
3490
|
}
|
|
@@ -2636,6 +3708,10 @@ export declare namespace GenModels {
|
|
|
2636
3708
|
* Get value indicated whether view column is hidden in view settings
|
|
2637
3709
|
*/
|
|
2638
3710
|
isHiddenColumn: boolean;
|
|
3711
|
+
/**
|
|
3712
|
+
* Get value indicated whether view column content needed show as HTML (without escaping)
|
|
3713
|
+
*/
|
|
3714
|
+
displayAsHTML: boolean;
|
|
2639
3715
|
/**
|
|
2640
3716
|
* Gets or sets value indicated whether column is unresizable
|
|
2641
3717
|
*/
|
|
@@ -2704,10 +3780,6 @@ export declare namespace GenModels {
|
|
|
2704
3780
|
* Gets or sets typed value
|
|
2705
3781
|
*/
|
|
2706
3782
|
rawValue: any;
|
|
2707
|
-
/**
|
|
2708
|
-
* Gets or sets typed value
|
|
2709
|
-
*/
|
|
2710
|
-
typedValue: any;
|
|
2711
3783
|
}
|
|
2712
3784
|
}
|
|
2713
3785
|
export declare namespace GenModels {
|
|
@@ -2905,7 +3977,10 @@ export declare namespace GenModels {
|
|
|
2905
3977
|
export declare namespace GenModels {
|
|
2906
3978
|
interface RecentCardsRequest {
|
|
2907
3979
|
requestModel: GenModels.CardListRequestModel;
|
|
2908
|
-
|
|
3980
|
+
/**
|
|
3981
|
+
* Need use old grid.
|
|
3982
|
+
*/
|
|
3983
|
+
useOldGrid?: boolean;
|
|
2909
3984
|
}
|
|
2910
3985
|
}
|
|
2911
3986
|
export declare namespace GenModels {
|
|
@@ -2966,10 +4041,18 @@ export declare namespace GenModels {
|
|
|
2966
4041
|
* Is column hidden
|
|
2967
4042
|
*/
|
|
2968
4043
|
hidden: boolean;
|
|
4044
|
+
/**
|
|
4045
|
+
* Is column system
|
|
4046
|
+
*/
|
|
4047
|
+
system: boolean;
|
|
2969
4048
|
/**
|
|
2970
4049
|
* Gets or sets column caption
|
|
2971
4050
|
*/
|
|
2972
4051
|
caption: string;
|
|
4052
|
+
/**
|
|
4053
|
+
* Is column need save HTML content to show
|
|
4054
|
+
*/
|
|
4055
|
+
displayAsHTML: boolean;
|
|
2973
4056
|
}
|
|
2974
4057
|
}
|
|
2975
4058
|
export declare namespace GenModels {
|
|
@@ -3010,6 +4093,12 @@ export declare namespace GenModels {
|
|
|
3010
4093
|
* @format datatype.uuid
|
|
3011
4094
|
*/
|
|
3012
4095
|
viewId: string;
|
|
4096
|
+
/**
|
|
4097
|
+
* Get or sets instance id
|
|
4098
|
+
*
|
|
4099
|
+
* @format datatype.uuid
|
|
4100
|
+
*/
|
|
4101
|
+
instanceId?: string;
|
|
3013
4102
|
/**
|
|
3014
4103
|
* Gets or sets grid user settings data
|
|
3015
4104
|
*/
|
|
@@ -3053,9 +4142,9 @@ export declare namespace GenModels {
|
|
|
3053
4142
|
}
|
|
3054
4143
|
}
|
|
3055
4144
|
export declare namespace GenModels {
|
|
3056
|
-
interface
|
|
4145
|
+
interface DistinctValuesRequestWithPagination {
|
|
3057
4146
|
/**
|
|
3058
|
-
* Gets or sets
|
|
4147
|
+
* Gets or sets Cursor ID
|
|
3059
4148
|
*
|
|
3060
4149
|
* @format datatype.uuid
|
|
3061
4150
|
*/
|
|
@@ -3068,6 +4157,10 @@ export declare namespace GenModels {
|
|
|
3068
4157
|
* Gets or sets page size
|
|
3069
4158
|
*/
|
|
3070
4159
|
pageSize: number;
|
|
4160
|
+
}
|
|
4161
|
+
}
|
|
4162
|
+
export declare namespace GenModels {
|
|
4163
|
+
interface DistinctValuesRequestModel extends GenModels.DistinctValuesRequestWithPagination {
|
|
3071
4164
|
/**
|
|
3072
4165
|
* Gets or sets
|
|
3073
4166
|
*/
|
|
@@ -3104,6 +4197,10 @@ export declare namespace GenModels {
|
|
|
3104
4197
|
* Gets or sets value
|
|
3105
4198
|
*/
|
|
3106
4199
|
value: string;
|
|
4200
|
+
/**
|
|
4201
|
+
* Gets or sets raw value
|
|
4202
|
+
*/
|
|
4203
|
+
rawValue: any;
|
|
3107
4204
|
/**
|
|
3108
4205
|
* Gets or sets count
|
|
3109
4206
|
*/
|
|
@@ -3114,6 +4211,152 @@ export declare namespace GenModels {
|
|
|
3114
4211
|
isLastLevel: boolean;
|
|
3115
4212
|
}
|
|
3116
4213
|
}
|
|
4214
|
+
export declare namespace GenModels {
|
|
4215
|
+
interface FilterDistinctValuesRequestModel extends GenModels.DistinctValuesRequestModel {
|
|
4216
|
+
/**
|
|
4217
|
+
* Column name
|
|
4218
|
+
*/
|
|
4219
|
+
filterColumnName: string;
|
|
4220
|
+
/**
|
|
4221
|
+
* Search text
|
|
4222
|
+
*/
|
|
4223
|
+
filterSearchText: string;
|
|
4224
|
+
/**
|
|
4225
|
+
* Instace ID
|
|
4226
|
+
*
|
|
4227
|
+
* @format datatype.uuid
|
|
4228
|
+
*/
|
|
4229
|
+
instanceId: string;
|
|
4230
|
+
}
|
|
4231
|
+
}
|
|
4232
|
+
export declare namespace GenModels {
|
|
4233
|
+
interface GridAggregateRequest {
|
|
4234
|
+
/**
|
|
4235
|
+
* Gets or sets folder ID
|
|
4236
|
+
*
|
|
4237
|
+
* @format datatype.uuid
|
|
4238
|
+
*/
|
|
4239
|
+
folderId: string;
|
|
4240
|
+
/**
|
|
4241
|
+
* Gets or sets query ID
|
|
4242
|
+
*
|
|
4243
|
+
* @format datatype.uuid
|
|
4244
|
+
*/
|
|
4245
|
+
queryId: string;
|
|
4246
|
+
/**
|
|
4247
|
+
* Gets or sets instance ID
|
|
4248
|
+
*
|
|
4249
|
+
* @format datatype.uuid
|
|
4250
|
+
*/
|
|
4251
|
+
instanceId: string;
|
|
4252
|
+
/**
|
|
4253
|
+
* Gets or sets filters
|
|
4254
|
+
*/
|
|
4255
|
+
filters: Array<GenModels.AggregateFilterItem>;
|
|
4256
|
+
}
|
|
4257
|
+
}
|
|
4258
|
+
export declare namespace GenModels {
|
|
4259
|
+
interface GridAggregateModel {
|
|
4260
|
+
/**
|
|
4261
|
+
* Grid aggregate name
|
|
4262
|
+
*/
|
|
4263
|
+
name: string;
|
|
4264
|
+
/**
|
|
4265
|
+
* Grid aggregate alias
|
|
4266
|
+
*/
|
|
4267
|
+
alias: string;
|
|
4268
|
+
/**
|
|
4269
|
+
* Is Grid aggregate main?
|
|
4270
|
+
*/
|
|
4271
|
+
isMain: boolean;
|
|
4272
|
+
/**
|
|
4273
|
+
* List of grid aggregate value
|
|
4274
|
+
*/
|
|
4275
|
+
aggregateValues: Array<GenModels.GridAggregateValue>;
|
|
4276
|
+
}
|
|
4277
|
+
}
|
|
4278
|
+
export declare namespace GenModels {
|
|
4279
|
+
interface GridAggregateValue {
|
|
4280
|
+
/**
|
|
4281
|
+
* Aggregate value name
|
|
4282
|
+
*/
|
|
4283
|
+
name: string;
|
|
4284
|
+
/**
|
|
4285
|
+
* Aggregate value alias
|
|
4286
|
+
*/
|
|
4287
|
+
alias: string;
|
|
4288
|
+
/**
|
|
4289
|
+
* Aggregate value count
|
|
4290
|
+
*/
|
|
4291
|
+
count: number;
|
|
4292
|
+
/**
|
|
4293
|
+
* Aggregate value count
|
|
4294
|
+
*/
|
|
4295
|
+
checked?: boolean;
|
|
4296
|
+
}
|
|
4297
|
+
}
|
|
4298
|
+
export declare namespace GenModels {
|
|
4299
|
+
interface DistinctValuesDiagramRequestModel extends GenModels.DistinctValuesRequestModel {
|
|
4300
|
+
/**
|
|
4301
|
+
* Gets or sets Folder ID
|
|
4302
|
+
*
|
|
4303
|
+
* @format datatype.uuid
|
|
4304
|
+
*/
|
|
4305
|
+
folderId: string;
|
|
4306
|
+
/**
|
|
4307
|
+
* Gets or sets View ID
|
|
4308
|
+
*
|
|
4309
|
+
* @format datatype.uuid
|
|
4310
|
+
*/
|
|
4311
|
+
viewId: string;
|
|
4312
|
+
/**
|
|
4313
|
+
* Gets or sets Diagram type
|
|
4314
|
+
*/
|
|
4315
|
+
diagramType: GenModels.DiagramType;
|
|
4316
|
+
}
|
|
4317
|
+
}
|
|
4318
|
+
export declare namespace GenModels {
|
|
4319
|
+
interface DistinctDiagramValuesModel {
|
|
4320
|
+
/**
|
|
4321
|
+
* Gets or sets columns
|
|
4322
|
+
*/
|
|
4323
|
+
columns: Array<GenModels.GridUserSettingsGroupDiagramColumn>;
|
|
4324
|
+
/**
|
|
4325
|
+
* Gets or sets distinct values
|
|
4326
|
+
*/
|
|
4327
|
+
distinctValues: Array<GenModels.ViewDiagramDistinctValue>;
|
|
4328
|
+
}
|
|
4329
|
+
}
|
|
4330
|
+
export declare namespace GenModels {
|
|
4331
|
+
interface GridUserSettingsGroupDiagramColumn extends GenModels.GridUserSettingsGroupColumn {
|
|
4332
|
+
/**
|
|
4333
|
+
* Is filtering allowed
|
|
4334
|
+
*/
|
|
4335
|
+
isFilteringAllowed: boolean;
|
|
4336
|
+
/**
|
|
4337
|
+
* Column display name
|
|
4338
|
+
*/
|
|
4339
|
+
columnDisplayName: string;
|
|
4340
|
+
}
|
|
4341
|
+
}
|
|
4342
|
+
export declare namespace GenModels {
|
|
4343
|
+
interface ViewDiagramDistinctValue extends GenModels.ViewDistinctValue {
|
|
4344
|
+
/**
|
|
4345
|
+
* Children
|
|
4346
|
+
*/
|
|
4347
|
+
children: Array<GenModels.ViewDistinctValue>;
|
|
4348
|
+
}
|
|
4349
|
+
}
|
|
4350
|
+
export declare namespace GenModels {
|
|
4351
|
+
interface RefreshUnreadCounterRequest {
|
|
4352
|
+
/**
|
|
4353
|
+
* @format datatype.uuid
|
|
4354
|
+
*/
|
|
4355
|
+
folderId: string;
|
|
4356
|
+
folderRefreshTimeout: number;
|
|
4357
|
+
forceVirtualFolderSearch: boolean;
|
|
4358
|
+
}
|
|
4359
|
+
}
|
|
3117
4360
|
export declare namespace GenModels {
|
|
3118
4361
|
interface GetRequestModel {
|
|
3119
4362
|
locationName?: string;
|
|
@@ -3138,18 +4381,6 @@ export declare namespace GenModels {
|
|
|
3138
4381
|
parentLayoutIds?: Array<string>;
|
|
3139
4382
|
}
|
|
3140
4383
|
}
|
|
3141
|
-
export declare namespace GenModels {
|
|
3142
|
-
interface ParamModel {
|
|
3143
|
-
/**
|
|
3144
|
-
* key
|
|
3145
|
-
*/
|
|
3146
|
-
key: string;
|
|
3147
|
-
/**
|
|
3148
|
-
* value
|
|
3149
|
-
*/
|
|
3150
|
-
value: string;
|
|
3151
|
-
}
|
|
3152
|
-
}
|
|
3153
4384
|
export declare namespace GenModels {
|
|
3154
4385
|
interface GetPartRequestModel extends GenModels.GetRequestModel {
|
|
3155
4386
|
controlName?: string;
|
|
@@ -3372,167 +4603,89 @@ export declare namespace GenModels {
|
|
|
3372
4603
|
}
|
|
3373
4604
|
}
|
|
3374
4605
|
export declare namespace GenModels {
|
|
3375
|
-
interface
|
|
3376
|
-
/**
|
|
3377
|
-
* Cards to read
|
|
3378
|
-
*/
|
|
3379
|
-
cardIds: Array<string>;
|
|
3380
|
-
/**
|
|
3381
|
-
* Set read state
|
|
3382
|
-
*/
|
|
3383
|
-
setRead: boolean;
|
|
3384
|
-
}
|
|
3385
|
-
}
|
|
3386
|
-
export declare namespace GenModels {
|
|
3387
|
-
interface FilePickerRequestModel {
|
|
3388
|
-
/**
|
|
3389
|
-
* FileCard id
|
|
3390
|
-
*
|
|
3391
|
-
* @format datatype.uuid
|
|
3392
|
-
*/
|
|
3393
|
-
fileCardId: string;
|
|
3394
|
-
/**
|
|
3395
|
-
* Additional information for writing records to system journal
|
|
3396
|
-
*/
|
|
3397
|
-
logInfo: GenModels.LogInfo;
|
|
3398
|
-
}
|
|
3399
|
-
}
|
|
3400
|
-
export declare namespace GenModels {
|
|
3401
|
-
interface LogInfo {
|
|
3402
|
-
/**
|
|
3403
|
-
* The edit operation for the log record.
|
|
3404
|
-
*
|
|
3405
|
-
* @format datatype.uuid
|
|
3406
|
-
*/
|
|
3407
|
-
operationId: string;
|
|
4606
|
+
interface IsHasFileCertificateSignatureModel {
|
|
3408
4607
|
/**
|
|
3409
|
-
*
|
|
3410
|
-
*
|
|
3411
|
-
* @format datatype.uuid
|
|
4608
|
+
* Indicates has the file a certificate signature
|
|
3412
4609
|
*/
|
|
3413
|
-
|
|
3414
|
-
}
|
|
3415
|
-
}
|
|
3416
|
-
export declare namespace GenModels {
|
|
3417
|
-
interface FilePickerGetFileRequestModel extends GenModels.FilePickerRequestModel {
|
|
4610
|
+
isHasFileCertificateSignature: boolean;
|
|
3418
4611
|
/**
|
|
3419
|
-
*
|
|
4612
|
+
* The name for downloading file
|
|
3420
4613
|
*/
|
|
3421
|
-
|
|
4614
|
+
fileDownloadName: string;
|
|
3422
4615
|
}
|
|
3423
4616
|
}
|
|
3424
4617
|
export declare namespace GenModels {
|
|
3425
|
-
interface
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
*/
|
|
3429
|
-
name: string;
|
|
3430
|
-
/**
|
|
3431
|
-
* Gets file identifier
|
|
3432
|
-
*
|
|
3433
|
-
* @format datatype.uuid
|
|
3434
|
-
*/
|
|
3435
|
-
fileId: string;
|
|
3436
|
-
/**
|
|
3437
|
-
* Gets is file locked
|
|
3438
|
-
*/
|
|
3439
|
-
isLocked: boolean;
|
|
3440
|
-
/**
|
|
3441
|
-
* Gets child versions of the file
|
|
3442
|
-
*/
|
|
3443
|
-
childVersions: Array<GenModels.FileCardVersionModel>;
|
|
3444
|
-
/**
|
|
3445
|
-
* Gets current version of the file
|
|
3446
|
-
*/
|
|
3447
|
-
currentVersion: GenModels.FileCardVersionModel;
|
|
3448
|
-
/**
|
|
3449
|
-
* Gets file size
|
|
3450
|
-
*/
|
|
3451
|
-
size: number;
|
|
3452
|
-
/**
|
|
3453
|
-
* Gets or sets versions count
|
|
3454
|
-
*/
|
|
3455
|
-
versionsCount: number;
|
|
3456
|
-
/**
|
|
3457
|
-
* Link to open file with webdav
|
|
3458
|
-
*/
|
|
3459
|
-
webDavLink: string;
|
|
3460
|
-
/**
|
|
3461
|
-
* Link to open file with webdav readonly
|
|
3462
|
-
*/
|
|
3463
|
-
webDavReadonlyLink: string;
|
|
3464
|
-
/**
|
|
3465
|
-
* Do WebClient supports preview of the file.
|
|
3466
|
-
*/
|
|
3467
|
-
isFilePreviewSupported: boolean;
|
|
4618
|
+
interface DocumentFilesResponseModel {
|
|
4619
|
+
fileName: string;
|
|
4620
|
+
files: Array<GenModels.DowloadFilesOperationFileInfoModel>;
|
|
3468
4621
|
}
|
|
3469
4622
|
}
|
|
3470
4623
|
export declare namespace GenModels {
|
|
3471
|
-
interface
|
|
3472
|
-
/**
|
|
3473
|
-
* Gets or sets file identifier
|
|
3474
|
-
*
|
|
3475
|
-
* @format datatype.uuid
|
|
3476
|
-
*/
|
|
3477
|
-
id: string;
|
|
4624
|
+
interface DowloadFilesOperationFileInfoModel {
|
|
3478
4625
|
/**
|
|
3479
|
-
*
|
|
3480
|
-
*
|
|
3481
|
-
* @format datatype.uuid
|
|
3482
|
-
*/
|
|
3483
|
-
versionId: string;
|
|
3484
|
-
/**
|
|
3485
|
-
* Gets or set version path
|
|
4626
|
+
* File id
|
|
4627
|
+
*
|
|
4628
|
+
* @format datatype.uuid
|
|
3486
4629
|
*/
|
|
3487
|
-
|
|
4630
|
+
fileId: string;
|
|
3488
4631
|
/**
|
|
3489
|
-
*
|
|
4632
|
+
* File name
|
|
3490
4633
|
*/
|
|
3491
|
-
|
|
4634
|
+
fileName: string;
|
|
3492
4635
|
/**
|
|
3493
|
-
*
|
|
4636
|
+
* is main
|
|
3494
4637
|
*/
|
|
3495
|
-
|
|
4638
|
+
isMain: boolean;
|
|
4639
|
+
}
|
|
4640
|
+
}
|
|
4641
|
+
export declare namespace GenModels {
|
|
4642
|
+
interface WasReadRequest {
|
|
3496
4643
|
/**
|
|
3497
|
-
*
|
|
3498
|
-
*
|
|
3499
|
-
* @format datatype.datetime
|
|
4644
|
+
* Cards to read
|
|
3500
4645
|
*/
|
|
3501
|
-
|
|
4646
|
+
cardIds: Array<string>;
|
|
3502
4647
|
/**
|
|
3503
|
-
*
|
|
4648
|
+
* Set read state
|
|
3504
4649
|
*/
|
|
3505
|
-
|
|
4650
|
+
setRead: boolean;
|
|
3506
4651
|
}
|
|
3507
4652
|
}
|
|
3508
4653
|
export declare namespace GenModels {
|
|
3509
|
-
interface
|
|
4654
|
+
interface FilePickerRequestModel {
|
|
3510
4655
|
/**
|
|
3511
|
-
*
|
|
4656
|
+
* FileCard id
|
|
3512
4657
|
*
|
|
3513
4658
|
* @format datatype.uuid
|
|
3514
4659
|
*/
|
|
3515
|
-
|
|
3516
|
-
/**
|
|
3517
|
-
* Gets or sets date
|
|
3518
|
-
*
|
|
3519
|
-
* @format datatype.datetime
|
|
3520
|
-
*/
|
|
3521
|
-
date: string;
|
|
4660
|
+
fileCardId: string;
|
|
3522
4661
|
/**
|
|
3523
|
-
*
|
|
4662
|
+
* Additional information for writing records to system journal
|
|
3524
4663
|
*/
|
|
3525
|
-
|
|
4664
|
+
logInfo: GenModels.LogInfo;
|
|
4665
|
+
}
|
|
4666
|
+
}
|
|
4667
|
+
export declare namespace GenModels {
|
|
4668
|
+
interface LogInfo {
|
|
3526
4669
|
/**
|
|
3527
|
-
*
|
|
4670
|
+
* The edit operation for the log record.
|
|
4671
|
+
*
|
|
4672
|
+
* @format datatype.uuid
|
|
3528
4673
|
*/
|
|
3529
|
-
|
|
4674
|
+
operationId: string;
|
|
3530
4675
|
/**
|
|
3531
|
-
*
|
|
4676
|
+
* Card, to associate log record with.
|
|
3532
4677
|
*
|
|
3533
4678
|
* @format datatype.uuid
|
|
3534
4679
|
*/
|
|
3535
|
-
|
|
4680
|
+
cardId: string;
|
|
4681
|
+
}
|
|
4682
|
+
}
|
|
4683
|
+
export declare namespace GenModels {
|
|
4684
|
+
interface FilePickerGetFileRequestModel extends GenModels.FilePickerRequestModel {
|
|
4685
|
+
/**
|
|
4686
|
+
* Should load file versions
|
|
4687
|
+
*/
|
|
4688
|
+
loadVersions: boolean;
|
|
3536
4689
|
}
|
|
3537
4690
|
}
|
|
3538
4691
|
export declare namespace GenModels {
|
|
@@ -3897,18 +5050,6 @@ export declare namespace GenModels {
|
|
|
3897
5050
|
excludeItems?: Array<string>;
|
|
3898
5051
|
}
|
|
3899
5052
|
}
|
|
3900
|
-
export declare namespace GenModels {
|
|
3901
|
-
interface Pagination {
|
|
3902
|
-
/**
|
|
3903
|
-
* How many records client already have
|
|
3904
|
-
*/
|
|
3905
|
-
skip?: number;
|
|
3906
|
-
/**
|
|
3907
|
-
* How many records client want to receive
|
|
3908
|
-
*/
|
|
3909
|
-
maxCount?: number;
|
|
3910
|
-
}
|
|
3911
|
-
}
|
|
3912
5053
|
export declare namespace GenModels {
|
|
3913
5054
|
interface StaffQueryContext {
|
|
3914
5055
|
/**
|
|
@@ -4513,6 +5654,10 @@ export declare namespace GenModels {
|
|
|
4513
5654
|
* Gets or sets extended tip
|
|
4514
5655
|
*/
|
|
4515
5656
|
extendedTip: string;
|
|
5657
|
+
/**
|
|
5658
|
+
* Gets or sets extended tip
|
|
5659
|
+
*/
|
|
5660
|
+
type: GenModels.DirectoryDataType;
|
|
4516
5661
|
}
|
|
4517
5662
|
}
|
|
4518
5663
|
export declare namespace GenModels {
|
|
@@ -4691,70 +5836,6 @@ export declare namespace GenModels {
|
|
|
4691
5836
|
signData: GenModels.SignDataRequest;
|
|
4692
5837
|
}
|
|
4693
5838
|
}
|
|
4694
|
-
export declare namespace GenModels {
|
|
4695
|
-
interface SignDataRequest {
|
|
4696
|
-
/**
|
|
4697
|
-
* Get or sets document identifier
|
|
4698
|
-
*
|
|
4699
|
-
* @format datatype.uuid
|
|
4700
|
-
*/
|
|
4701
|
-
documentId: string;
|
|
4702
|
-
/**
|
|
4703
|
-
* Gets or sets timestamp
|
|
4704
|
-
*/
|
|
4705
|
-
timestamp: number;
|
|
4706
|
-
/**
|
|
4707
|
-
* Gets or sets label id
|
|
4708
|
-
*
|
|
4709
|
-
* @format datatype.uuid
|
|
4710
|
-
*/
|
|
4711
|
-
labelId: string;
|
|
4712
|
-
/**
|
|
4713
|
-
* Gets or sets value whether indicate use simple sign, if CSP not supported
|
|
4714
|
-
*/
|
|
4715
|
-
isSimpleSign: boolean;
|
|
4716
|
-
/**
|
|
4717
|
-
* Get or sets signature data
|
|
4718
|
-
*/
|
|
4719
|
-
signatureData: GenModels.SignatureData;
|
|
4720
|
-
}
|
|
4721
|
-
}
|
|
4722
|
-
export declare namespace GenModels {
|
|
4723
|
-
interface SignatureData {
|
|
4724
|
-
/**
|
|
4725
|
-
* Gets or sets certificate thumbprint
|
|
4726
|
-
*/
|
|
4727
|
-
certificateThumbprint: string;
|
|
4728
|
-
/**
|
|
4729
|
-
* Gets signature items
|
|
4730
|
-
*/
|
|
4731
|
-
items: Array<GenModels.SignatureItemData>;
|
|
4732
|
-
}
|
|
4733
|
-
}
|
|
4734
|
-
export declare namespace GenModels {
|
|
4735
|
-
interface SignatureItemData {
|
|
4736
|
-
/**
|
|
4737
|
-
* Gets or sets signed content
|
|
4738
|
-
*/
|
|
4739
|
-
data: Array<number>;
|
|
4740
|
-
/**
|
|
4741
|
-
* Gets or sets file version identifier
|
|
4742
|
-
*
|
|
4743
|
-
* @format datatype.uuid
|
|
4744
|
-
*/
|
|
4745
|
-
fileVersionId: string;
|
|
4746
|
-
/**
|
|
4747
|
-
* Gets or sets file card identifier
|
|
4748
|
-
*
|
|
4749
|
-
* @format datatype.uuid
|
|
4750
|
-
*/
|
|
4751
|
-
fileCardId: string;
|
|
4752
|
-
/**
|
|
4753
|
-
* Gets or sets signature item type
|
|
4754
|
-
*/
|
|
4755
|
-
itemType: GenModels.SignatureItemType;
|
|
4756
|
-
}
|
|
4757
|
-
}
|
|
4758
5839
|
export declare namespace GenModels {
|
|
4759
5840
|
interface GetApprovalTaskDecisionInfoOptions {
|
|
4760
5841
|
taskId: string;
|
|
@@ -4893,6 +5974,7 @@ export declare namespace GenModels {
|
|
|
4893
5974
|
interface ActualStageData {
|
|
4894
5975
|
stageSemantics: GenModels.StageSemantics;
|
|
4895
5976
|
currentStage: boolean;
|
|
5977
|
+
pass: number;
|
|
4896
5978
|
}
|
|
4897
5979
|
}
|
|
4898
5980
|
export declare namespace GenModels {
|
|
@@ -4969,7 +6051,10 @@ export declare namespace GenModels {
|
|
|
4969
6051
|
export declare namespace GenModels {
|
|
4970
6052
|
interface ApprovalHistoryStageModel {
|
|
4971
6053
|
name: string;
|
|
6054
|
+
id: string;
|
|
4972
6055
|
approvalType?: GenModels.ApprovalType;
|
|
6056
|
+
beginDate: string;
|
|
6057
|
+
pass: number;
|
|
4973
6058
|
stageItems: Array<GenModels.ApprovalHistoryStageItemModel>;
|
|
4974
6059
|
}
|
|
4975
6060
|
}
|
|
@@ -4994,6 +6079,7 @@ export declare namespace GenModels {
|
|
|
4994
6079
|
interface ApprovalHistoryFileModel {
|
|
4995
6080
|
fileCardId: string;
|
|
4996
6081
|
name: string;
|
|
6082
|
+
fileExtension: string;
|
|
4997
6083
|
currentVersion: GenModels.ApprovalHistoryFileVersionModel;
|
|
4998
6084
|
}
|
|
4999
6085
|
}
|
|
@@ -5890,6 +6976,28 @@ export declare namespace GenModels {
|
|
|
5890
6976
|
attributes: Array<GenModels.UniqueAttributeValue>;
|
|
5891
6977
|
}
|
|
5892
6978
|
}
|
|
6979
|
+
export declare namespace GenModels {
|
|
6980
|
+
interface SignatureRequest {
|
|
6981
|
+
/**
|
|
6982
|
+
* Document card, containing signature
|
|
6983
|
+
*
|
|
6984
|
+
* @format datatype.uuid
|
|
6985
|
+
*/
|
|
6986
|
+
documentId: string;
|
|
6987
|
+
/**
|
|
6988
|
+
* Signature id
|
|
6989
|
+
*
|
|
6990
|
+
* @format datatype.uuid
|
|
6991
|
+
*/
|
|
6992
|
+
signatureId: string;
|
|
6993
|
+
/**
|
|
6994
|
+
* Signature id
|
|
6995
|
+
*
|
|
6996
|
+
* @format datatype.uuid
|
|
6997
|
+
*/
|
|
6998
|
+
signaturePartId: string;
|
|
6999
|
+
}
|
|
7000
|
+
}
|
|
5893
7001
|
export declare namespace GenModels {
|
|
5894
7002
|
interface SignatureInfoModel {
|
|
5895
7003
|
/**
|
|
@@ -5954,6 +7062,30 @@ export declare namespace GenModels {
|
|
|
5954
7062
|
timestampType: GenModels.TimestampType;
|
|
5955
7063
|
}
|
|
5956
7064
|
}
|
|
7065
|
+
export declare namespace GenModels {
|
|
7066
|
+
interface GetAcknowledgemenListRequest {
|
|
7067
|
+
/**
|
|
7068
|
+
* Card id
|
|
7069
|
+
*
|
|
7070
|
+
* @format datatype.uuid
|
|
7071
|
+
*/
|
|
7072
|
+
documentId: string;
|
|
7073
|
+
/**
|
|
7074
|
+
* Content of card document transformation
|
|
7075
|
+
*/
|
|
7076
|
+
transformationAlias: string;
|
|
7077
|
+
/**
|
|
7078
|
+
* List of task kind ids which should be included in acknowledgemen list
|
|
7079
|
+
*/
|
|
7080
|
+
taskKindIds: Array<string>;
|
|
7081
|
+
/**
|
|
7082
|
+
* Flag indicating the need to include tasks of all levels in acknowledgemen list
|
|
7083
|
+
*
|
|
7084
|
+
* If value is FALSE (default), in acknowledgemen list should include only the tasks of the first level
|
|
7085
|
+
*/
|
|
7086
|
+
includeTasksAllLevels: boolean;
|
|
7087
|
+
}
|
|
7088
|
+
}
|
|
5957
7089
|
export declare namespace GenModels {
|
|
5958
7090
|
interface GetFilesRequest {
|
|
5959
7091
|
/**
|
|
@@ -6121,63 +7253,181 @@ export declare namespace GenModels {
|
|
|
6121
7253
|
*
|
|
6122
7254
|
* @format datatype.uuid
|
|
6123
7255
|
*/
|
|
6124
|
-
commentId: string;
|
|
7256
|
+
commentId: string;
|
|
7257
|
+
/**
|
|
7258
|
+
* Gets or sets container card identifier
|
|
7259
|
+
*
|
|
7260
|
+
* @format datatype.uuid
|
|
7261
|
+
*/
|
|
7262
|
+
cardId: string;
|
|
7263
|
+
/**
|
|
7264
|
+
* Gets or sets timestamp
|
|
7265
|
+
*/
|
|
7266
|
+
timestamp: number;
|
|
7267
|
+
/**
|
|
7268
|
+
* Gets or sets file card identifier
|
|
7269
|
+
*
|
|
7270
|
+
* @format datatype.uuid
|
|
7271
|
+
*/
|
|
7272
|
+
fileCardId: string;
|
|
7273
|
+
/**
|
|
7274
|
+
* Gets or sets version identifier
|
|
7275
|
+
*
|
|
7276
|
+
* @format datatype.uuid
|
|
7277
|
+
*/
|
|
7278
|
+
versionId: string;
|
|
7279
|
+
}
|
|
7280
|
+
}
|
|
7281
|
+
export declare namespace GenModels {
|
|
7282
|
+
interface CommmonFileRequest {
|
|
7283
|
+
/**
|
|
7284
|
+
* Owner card id
|
|
7285
|
+
*
|
|
7286
|
+
* @format datatype.uuid
|
|
7287
|
+
*/
|
|
7288
|
+
ownerCardId: string;
|
|
7289
|
+
/**
|
|
7290
|
+
* File card id
|
|
7291
|
+
*
|
|
7292
|
+
* @format datatype.uuid
|
|
7293
|
+
*/
|
|
7294
|
+
fileCardId: string;
|
|
7295
|
+
/**
|
|
7296
|
+
* Timestamp
|
|
7297
|
+
*/
|
|
7298
|
+
timestamp?: number;
|
|
7299
|
+
}
|
|
7300
|
+
}
|
|
7301
|
+
export declare namespace GenModels {
|
|
7302
|
+
interface RenameFileNameRequest {
|
|
7303
|
+
/**
|
|
7304
|
+
* @format datatype.uuid
|
|
7305
|
+
*/
|
|
7306
|
+
documentId: string;
|
|
7307
|
+
/**
|
|
7308
|
+
* @format datatype.uuid
|
|
7309
|
+
*/
|
|
7310
|
+
documentFileId: string;
|
|
7311
|
+
isMain: boolean;
|
|
7312
|
+
fileName: string;
|
|
7313
|
+
}
|
|
7314
|
+
}
|
|
7315
|
+
export declare namespace GenModels {
|
|
7316
|
+
interface FileQuotesRequest {
|
|
7317
|
+
/**
|
|
7318
|
+
* Instance ID
|
|
7319
|
+
*
|
|
7320
|
+
* @format datatype.uuid
|
|
7321
|
+
*/
|
|
7322
|
+
instanceId: string;
|
|
7323
|
+
/**
|
|
7324
|
+
* File ID
|
|
7325
|
+
*
|
|
7326
|
+
* @format datatype.uuid
|
|
7327
|
+
*/
|
|
7328
|
+
fileId: string;
|
|
7329
|
+
/**
|
|
7330
|
+
* Quotes limit
|
|
7331
|
+
*/
|
|
7332
|
+
quotesLimit: number;
|
|
7333
|
+
}
|
|
7334
|
+
}
|
|
7335
|
+
export declare namespace GenModels {
|
|
7336
|
+
interface FileQuotes {
|
|
7337
|
+
/**
|
|
7338
|
+
* File Id
|
|
7339
|
+
*
|
|
7340
|
+
* @format datatype.uuid
|
|
7341
|
+
*/
|
|
7342
|
+
fileId: string;
|
|
6125
7343
|
/**
|
|
6126
|
-
*
|
|
7344
|
+
* Owner Card Id
|
|
6127
7345
|
*
|
|
6128
7346
|
* @format datatype.uuid
|
|
6129
7347
|
*/
|
|
6130
|
-
|
|
7348
|
+
ownerCardId?: string;
|
|
6131
7349
|
/**
|
|
6132
|
-
*
|
|
7350
|
+
* File name
|
|
6133
7351
|
*/
|
|
6134
|
-
|
|
7352
|
+
fileName: string;
|
|
6135
7353
|
/**
|
|
6136
|
-
*
|
|
6137
|
-
*
|
|
6138
|
-
* @format datatype.uuid
|
|
7354
|
+
* File extension
|
|
6139
7355
|
*/
|
|
6140
|
-
|
|
7356
|
+
fileExtension: string;
|
|
6141
7357
|
/**
|
|
6142
|
-
*
|
|
6143
|
-
*
|
|
6144
|
-
* @format datatype.uuid
|
|
7358
|
+
* WebDav link
|
|
6145
7359
|
*/
|
|
6146
|
-
|
|
7360
|
+
link: string;
|
|
7361
|
+
/**
|
|
7362
|
+
* Citations
|
|
7363
|
+
*/
|
|
7364
|
+
quotes: Array<GenModels.Quote>;
|
|
7365
|
+
/**
|
|
7366
|
+
* Has more
|
|
7367
|
+
*/
|
|
7368
|
+
hasMore: boolean;
|
|
6147
7369
|
}
|
|
6148
7370
|
}
|
|
6149
7371
|
export declare namespace GenModels {
|
|
6150
|
-
interface
|
|
7372
|
+
interface Quote {
|
|
6151
7373
|
/**
|
|
6152
|
-
*
|
|
7374
|
+
* Quotes
|
|
7375
|
+
*/
|
|
7376
|
+
parts: Array<GenModels.QuotePart>;
|
|
7377
|
+
}
|
|
7378
|
+
}
|
|
7379
|
+
export declare namespace GenModels {
|
|
7380
|
+
interface QuotePart {
|
|
7381
|
+
/**
|
|
7382
|
+
* Quote's text
|
|
7383
|
+
*/
|
|
7384
|
+
text: string;
|
|
7385
|
+
/**
|
|
7386
|
+
* Marked
|
|
7387
|
+
*/
|
|
7388
|
+
isMarked: boolean;
|
|
7389
|
+
}
|
|
7390
|
+
}
|
|
7391
|
+
export declare namespace GenModels {
|
|
7392
|
+
interface CardQuotesRequest {
|
|
7393
|
+
/**
|
|
7394
|
+
* Instance ID
|
|
6153
7395
|
*
|
|
6154
7396
|
* @format datatype.uuid
|
|
6155
7397
|
*/
|
|
6156
|
-
|
|
7398
|
+
instanceId: string;
|
|
6157
7399
|
/**
|
|
6158
|
-
*
|
|
7400
|
+
* Card ID
|
|
6159
7401
|
*
|
|
6160
7402
|
* @format datatype.uuid
|
|
6161
7403
|
*/
|
|
6162
|
-
|
|
7404
|
+
cardId: string;
|
|
6163
7405
|
/**
|
|
6164
|
-
*
|
|
7406
|
+
* Quotes limit
|
|
6165
7407
|
*/
|
|
6166
|
-
|
|
7408
|
+
quotesLimit: number;
|
|
7409
|
+
/**
|
|
7410
|
+
* Files limit
|
|
7411
|
+
*/
|
|
7412
|
+
filesLimit: number;
|
|
6167
7413
|
}
|
|
6168
7414
|
}
|
|
6169
7415
|
export declare namespace GenModels {
|
|
6170
|
-
interface
|
|
7416
|
+
interface CardQuotes {
|
|
6171
7417
|
/**
|
|
7418
|
+
* Card Id
|
|
7419
|
+
*
|
|
6172
7420
|
* @format datatype.uuid
|
|
6173
7421
|
*/
|
|
6174
|
-
|
|
7422
|
+
cardId?: string;
|
|
6175
7423
|
/**
|
|
6176
|
-
*
|
|
7424
|
+
* Has more
|
|
6177
7425
|
*/
|
|
6178
|
-
|
|
6179
|
-
|
|
6180
|
-
|
|
7426
|
+
hasMore: boolean;
|
|
7427
|
+
/**
|
|
7428
|
+
* Files quotes
|
|
7429
|
+
*/
|
|
7430
|
+
files: Array<GenModels.FileQuotes>;
|
|
6181
7431
|
}
|
|
6182
7432
|
}
|
|
6183
7433
|
export declare namespace GenModels {
|
|
@@ -6953,6 +8203,10 @@ export declare namespace GenModels {
|
|
|
6953
8203
|
* Organization INN
|
|
6954
8204
|
*/
|
|
6955
8205
|
inn: string;
|
|
8206
|
+
/**
|
|
8207
|
+
* Not available flag
|
|
8208
|
+
*/
|
|
8209
|
+
notAvailable: boolean;
|
|
6956
8210
|
/**
|
|
6957
8211
|
* Node department type
|
|
6958
8212
|
*/
|
|
@@ -7320,6 +8574,46 @@ export declare namespace GenModels {
|
|
|
7320
8574
|
order: number;
|
|
7321
8575
|
}
|
|
7322
8576
|
}
|
|
8577
|
+
export declare namespace GenModels {
|
|
8578
|
+
interface FileCardModelWithCertificateInfo extends GenModels.FileCardModel {
|
|
8579
|
+
/**
|
|
8580
|
+
* Certificate's friendly name
|
|
8581
|
+
*/
|
|
8582
|
+
friendlyName: string;
|
|
8583
|
+
/**
|
|
8584
|
+
* Certificate's issuer
|
|
8585
|
+
*/
|
|
8586
|
+
issuer: string;
|
|
8587
|
+
/**
|
|
8588
|
+
* Certificate's subject
|
|
8589
|
+
*/
|
|
8590
|
+
subject: string;
|
|
8591
|
+
/**
|
|
8592
|
+
* Certificate valid from
|
|
8593
|
+
*
|
|
8594
|
+
* @format datatype.datetime
|
|
8595
|
+
*/
|
|
8596
|
+
notBefore: string;
|
|
8597
|
+
/**
|
|
8598
|
+
* Certificate valid until
|
|
8599
|
+
*
|
|
8600
|
+
* @format datatype.datetime
|
|
8601
|
+
*/
|
|
8602
|
+
notAfter: string;
|
|
8603
|
+
}
|
|
8604
|
+
}
|
|
8605
|
+
export declare namespace GenModels {
|
|
8606
|
+
interface UploadToDssResponse {
|
|
8607
|
+
/**
|
|
8608
|
+
* Signature parts
|
|
8609
|
+
*/
|
|
8610
|
+
parts: Array<GenModels.DocumentSignaturePartInfo>;
|
|
8611
|
+
/**
|
|
8612
|
+
* DSS server response
|
|
8613
|
+
*/
|
|
8614
|
+
dssResponse: any;
|
|
8615
|
+
}
|
|
8616
|
+
}
|
|
7323
8617
|
export declare namespace GenModels {
|
|
7324
8618
|
interface AddCardModalModel {
|
|
7325
8619
|
/**
|
|
@@ -7413,7 +8707,7 @@ export declare namespace GenModels {
|
|
|
7413
8707
|
/**
|
|
7414
8708
|
* Gets or sets current employee
|
|
7415
8709
|
*/
|
|
7416
|
-
employee: GenModels.
|
|
8710
|
+
employee: GenModels.CurrentEmployeeInfo;
|
|
7417
8711
|
/**
|
|
7418
8712
|
* Gets or sets environment settings
|
|
7419
8713
|
*/
|
|
@@ -7466,10 +8760,46 @@ export declare namespace GenModels {
|
|
|
7466
8760
|
* Pdf cache directory
|
|
7467
8761
|
*/
|
|
7468
8762
|
pdfCacheDirectory: string;
|
|
8763
|
+
/**
|
|
8764
|
+
* Gets or sets whether DVWebTool should be terminated after use.
|
|
8765
|
+
*/
|
|
8766
|
+
dvWebToolAppShutDown: boolean;
|
|
8767
|
+
/**
|
|
8768
|
+
* Gets or sets whether DVWebTool should be launch after load OS.
|
|
8769
|
+
*/
|
|
8770
|
+
dvWebToolStartUpLaunch: boolean;
|
|
7469
8771
|
/**
|
|
7470
8772
|
* Search context options
|
|
7471
8773
|
*/
|
|
7472
8774
|
searchContextOptions: Array<GenModels.SearchOptionModel>;
|
|
8775
|
+
/**
|
|
8776
|
+
* Gets or sets needs to use old grid.
|
|
8777
|
+
*/
|
|
8778
|
+
useOldGrid: GenModels.UseOldGrid;
|
|
8779
|
+
/**
|
|
8780
|
+
* Management console address
|
|
8781
|
+
*/
|
|
8782
|
+
managementConsoleAddress: string;
|
|
8783
|
+
/**
|
|
8784
|
+
* Card must be deleted into the trash or deletes from database.
|
|
8785
|
+
*/
|
|
8786
|
+
deletePermanently: boolean;
|
|
8787
|
+
/**
|
|
8788
|
+
* Gets ot sets connect address session parameter
|
|
8789
|
+
*/
|
|
8790
|
+
connectAddress: string;
|
|
8791
|
+
/**
|
|
8792
|
+
* R7 address connection
|
|
8793
|
+
*/
|
|
8794
|
+
serverR7ConnectionAddress: string;
|
|
8795
|
+
/**
|
|
8796
|
+
* File preview mode
|
|
8797
|
+
*/
|
|
8798
|
+
filePreviewMode: GenModels.FilePreviewMode;
|
|
8799
|
+
/**
|
|
8800
|
+
* R7 secret token
|
|
8801
|
+
*/
|
|
8802
|
+
serverR7SecretToken: string;
|
|
7473
8803
|
}
|
|
7474
8804
|
}
|
|
7475
8805
|
export declare namespace GenModels {
|
|
@@ -7484,6 +8814,14 @@ export declare namespace GenModels {
|
|
|
7484
8814
|
logEnabled: boolean;
|
|
7485
8815
|
}
|
|
7486
8816
|
}
|
|
8817
|
+
export declare namespace GenModels {
|
|
8818
|
+
interface CurrentEmployeeInfo extends GenModels.EmployeeModel {
|
|
8819
|
+
/**
|
|
8820
|
+
* Server role
|
|
8821
|
+
*/
|
|
8822
|
+
serverRole: GenModels.ServerRole;
|
|
8823
|
+
}
|
|
8824
|
+
}
|
|
7487
8825
|
export declare namespace GenModels {
|
|
7488
8826
|
interface EnvironmentSettings {
|
|
7489
8827
|
/**
|
|
@@ -7502,6 +8840,10 @@ export declare namespace GenModels {
|
|
|
7502
8840
|
* Returns true whether grid filter supported
|
|
7503
8841
|
*/
|
|
7504
8842
|
gridFilterSupported: boolean;
|
|
8843
|
+
/**
|
|
8844
|
+
* Returns true if SmartSearch is allowed in the Docsvision system
|
|
8845
|
+
*/
|
|
8846
|
+
smartSearchEnabled: boolean;
|
|
7505
8847
|
/**
|
|
7506
8848
|
* Gets or sets base alias
|
|
7507
8849
|
*/
|
|
@@ -7554,6 +8896,14 @@ export declare namespace GenModels {
|
|
|
7554
8896
|
* Application pool credentials.
|
|
7555
8897
|
*/
|
|
7556
8898
|
poolAccountName: string;
|
|
8899
|
+
/**
|
|
8900
|
+
* Feedback URL
|
|
8901
|
+
*/
|
|
8902
|
+
feedbackUrl: string;
|
|
8903
|
+
/**
|
|
8904
|
+
* Enabled unread counters or not.
|
|
8905
|
+
*/
|
|
8906
|
+
unreadCountersEnabled: boolean;
|
|
7557
8907
|
}
|
|
7558
8908
|
}
|
|
7559
8909
|
export declare namespace GenModels {
|
|
@@ -7650,6 +9000,58 @@ export declare namespace GenModels {
|
|
|
7650
9000
|
* Possible extensions for signature files.
|
|
7651
9001
|
*/
|
|
7652
9002
|
signatureFileExtensions: Array<string>;
|
|
9003
|
+
/**
|
|
9004
|
+
* Settings for cloud signature (DSS)
|
|
9005
|
+
*/
|
|
9006
|
+
cloudSignature: GenModels.CloudSignatureSettings;
|
|
9007
|
+
}
|
|
9008
|
+
}
|
|
9009
|
+
export declare namespace GenModels {
|
|
9010
|
+
interface CloudSignatureSettings {
|
|
9011
|
+
/**
|
|
9012
|
+
* Path to DSS host
|
|
9013
|
+
*/
|
|
9014
|
+
address: string;
|
|
9015
|
+
/**
|
|
9016
|
+
* Client id, registered in DSS.
|
|
9017
|
+
*/
|
|
9018
|
+
clientId: string;
|
|
9019
|
+
/**
|
|
9020
|
+
* Name of SignServer application in IIS
|
|
9021
|
+
*/
|
|
9022
|
+
signServerAppName: string;
|
|
9023
|
+
/**
|
|
9024
|
+
* Name of STS application in IIS
|
|
9025
|
+
*/
|
|
9026
|
+
stsAppName: string;
|
|
9027
|
+
/**
|
|
9028
|
+
* Name of DocumentStore application in IIS
|
|
9029
|
+
*/
|
|
9030
|
+
documentStoreAppName: string;
|
|
9031
|
+
/**
|
|
9032
|
+
* URL of verification service. For example https://dss.cryptopro.ru/verify/rest/api/signatures.
|
|
9033
|
+
*/
|
|
9034
|
+
verifyUrl: string;
|
|
9035
|
+
/**
|
|
9036
|
+
* URL of TSP service.
|
|
9037
|
+
*/
|
|
9038
|
+
tspServiceAddress: string;
|
|
9039
|
+
/**
|
|
9040
|
+
* SignatureType setting (Cades-Bes или Cades-Xlong-Type1)
|
|
9041
|
+
*/
|
|
9042
|
+
signatureType: GenModels.CloudSignatureType;
|
|
9043
|
+
/**
|
|
9044
|
+
* User cloud signature verification, or built in.
|
|
9045
|
+
*/
|
|
9046
|
+
enableCloudVerify: boolean;
|
|
9047
|
+
/**
|
|
9048
|
+
* Registered in DSS full address to CryptoProDssController/AcceptAuthorization action.
|
|
9049
|
+
*/
|
|
9050
|
+
authorizeRedirectUrl: string;
|
|
9051
|
+
/**
|
|
9052
|
+
* Load cloud user profile certificate info on first use.
|
|
9053
|
+
*/
|
|
9054
|
+
actualizeCloudProfileCertificate: boolean;
|
|
7653
9055
|
}
|
|
7654
9056
|
}
|
|
7655
9057
|
export declare namespace GenModels {
|
|
@@ -7708,6 +9110,10 @@ export declare namespace GenModels {
|
|
|
7708
9110
|
* Show Archived Cards
|
|
7709
9111
|
*/
|
|
7710
9112
|
showArchivedCards: boolean;
|
|
9113
|
+
/**
|
|
9114
|
+
* Show Help button
|
|
9115
|
+
*/
|
|
9116
|
+
showHelpButton: boolean;
|
|
7711
9117
|
}
|
|
7712
9118
|
}
|
|
7713
9119
|
export declare namespace GenModels {
|
|
@@ -7736,6 +9142,14 @@ export declare namespace GenModels {
|
|
|
7736
9142
|
* Page size to load cards from server
|
|
7737
9143
|
*/
|
|
7738
9144
|
pageSize: number;
|
|
9145
|
+
/**
|
|
9146
|
+
* Time to apply selected aggregates filters.
|
|
9147
|
+
*/
|
|
9148
|
+
applyAggregatesTimeout: number;
|
|
9149
|
+
/**
|
|
9150
|
+
* Enable manual applying of aggregates by button.
|
|
9151
|
+
*/
|
|
9152
|
+
applyAggregatesButton: boolean;
|
|
7739
9153
|
}
|
|
7740
9154
|
}
|
|
7741
9155
|
export declare namespace GenModels {
|
|
@@ -7776,6 +9190,22 @@ export declare namespace GenModels {
|
|
|
7776
9190
|
withDescendants: boolean;
|
|
7777
9191
|
}
|
|
7778
9192
|
}
|
|
9193
|
+
export declare namespace GenModels {
|
|
9194
|
+
interface AdminPanelMessageModel {
|
|
9195
|
+
/**
|
|
9196
|
+
* Card id
|
|
9197
|
+
*
|
|
9198
|
+
* @format datatype.uuid
|
|
9199
|
+
*/
|
|
9200
|
+
cardId: string;
|
|
9201
|
+
/**
|
|
9202
|
+
* Message card id
|
|
9203
|
+
*
|
|
9204
|
+
* @format datatype.uuid
|
|
9205
|
+
*/
|
|
9206
|
+
messageCardId: string;
|
|
9207
|
+
}
|
|
9208
|
+
}
|
|
7779
9209
|
export declare namespace GenModels {
|
|
7780
9210
|
interface ControlsInfoModel {
|
|
7781
9211
|
/**
|
|
@@ -8486,6 +9916,10 @@ export declare namespace GenModels {
|
|
|
8486
9916
|
* Gets or sets name
|
|
8487
9917
|
*/
|
|
8488
9918
|
name: string;
|
|
9919
|
+
/**
|
|
9920
|
+
* Gets or sets localized name
|
|
9921
|
+
*/
|
|
9922
|
+
localizedName: string;
|
|
8489
9923
|
/**
|
|
8490
9924
|
* Gets or sets value
|
|
8491
9925
|
*/
|
|
@@ -8597,6 +10031,24 @@ export declare namespace GenModels {
|
|
|
8597
10031
|
dataType: GenModels.DirectoryDataType;
|
|
8598
10032
|
}
|
|
8599
10033
|
}
|
|
10034
|
+
export declare namespace GenModels {
|
|
10035
|
+
interface DirectoryDesignerRowDataSourceModel {
|
|
10036
|
+
/**
|
|
10037
|
+
* Card Section
|
|
10038
|
+
*
|
|
10039
|
+
* @format datatype.uuid
|
|
10040
|
+
*/
|
|
10041
|
+
dataSourceCardSection?: string;
|
|
10042
|
+
/**
|
|
10043
|
+
* Alias of field with ItemType
|
|
10044
|
+
*/
|
|
10045
|
+
itemTypeAlias: string;
|
|
10046
|
+
/**
|
|
10047
|
+
* Alias of field with Item
|
|
10048
|
+
*/
|
|
10049
|
+
itemAlias: string;
|
|
10050
|
+
}
|
|
10051
|
+
}
|
|
8600
10052
|
export declare namespace GenModels {
|
|
8601
10053
|
interface UniquenessCheckOperationsModel {
|
|
8602
10054
|
/**
|
|
@@ -8851,6 +10303,10 @@ export declare namespace GenModels {
|
|
|
8851
10303
|
* Gets or sets name
|
|
8852
10304
|
*/
|
|
8853
10305
|
name: string;
|
|
10306
|
+
/**
|
|
10307
|
+
* Gets or sets name
|
|
10308
|
+
*/
|
|
10309
|
+
localizedName: string;
|
|
8854
10310
|
/**
|
|
8855
10311
|
* Gets or sets value
|
|
8856
10312
|
*/
|
|
@@ -8963,6 +10419,72 @@ export declare namespace GenModels {
|
|
|
8963
10419
|
name: string;
|
|
8964
10420
|
}
|
|
8965
10421
|
}
|
|
10422
|
+
export declare namespace GenModels {
|
|
10423
|
+
interface AuthenticationExtensionModel {
|
|
10424
|
+
/**
|
|
10425
|
+
* Unique Id
|
|
10426
|
+
*
|
|
10427
|
+
* @format datatype.uuid
|
|
10428
|
+
*/
|
|
10429
|
+
id: string;
|
|
10430
|
+
/**
|
|
10431
|
+
* Name
|
|
10432
|
+
*/
|
|
10433
|
+
name: string;
|
|
10434
|
+
/**
|
|
10435
|
+
* Picture
|
|
10436
|
+
*/
|
|
10437
|
+
logo: Array<number>;
|
|
10438
|
+
/**
|
|
10439
|
+
* Description
|
|
10440
|
+
*/
|
|
10441
|
+
description: string;
|
|
10442
|
+
/**
|
|
10443
|
+
* URL
|
|
10444
|
+
*/
|
|
10445
|
+
URL: string;
|
|
10446
|
+
/**
|
|
10447
|
+
* Supported types of response
|
|
10448
|
+
*/
|
|
10449
|
+
supportedTypes: Array<string>;
|
|
10450
|
+
/**
|
|
10451
|
+
* Supported modes of response
|
|
10452
|
+
*/
|
|
10453
|
+
supportedModes: Array<string>;
|
|
10454
|
+
}
|
|
10455
|
+
}
|
|
10456
|
+
export declare namespace GenModels {
|
|
10457
|
+
interface AuthenticationKindsModel {
|
|
10458
|
+
/**
|
|
10459
|
+
* Id
|
|
10460
|
+
*
|
|
10461
|
+
* @format datatype.uuid
|
|
10462
|
+
*/
|
|
10463
|
+
extensionId: string;
|
|
10464
|
+
/**
|
|
10465
|
+
* Name
|
|
10466
|
+
*/
|
|
10467
|
+
extensionName: string;
|
|
10468
|
+
/**
|
|
10469
|
+
* Flag if use extension for current user
|
|
10470
|
+
*/
|
|
10471
|
+
useExtension: boolean;
|
|
10472
|
+
/**
|
|
10473
|
+
* User login in current extension
|
|
10474
|
+
*/
|
|
10475
|
+
userExtensionLogin: string;
|
|
10476
|
+
/**
|
|
10477
|
+
* User id
|
|
10478
|
+
*
|
|
10479
|
+
* @format datatype.uuid
|
|
10480
|
+
*/
|
|
10481
|
+
userId: string;
|
|
10482
|
+
/**
|
|
10483
|
+
* Flag if extension allowed check user login
|
|
10484
|
+
*/
|
|
10485
|
+
checkButtonEnable: boolean;
|
|
10486
|
+
}
|
|
10487
|
+
}
|
|
8966
10488
|
export declare namespace GenModels {
|
|
8967
10489
|
interface SearchItemModel {
|
|
8968
10490
|
/**
|
|
@@ -8986,17 +10508,63 @@ export declare namespace GenModels {
|
|
|
8986
10508
|
*/
|
|
8987
10509
|
fullName: string;
|
|
8988
10510
|
/**
|
|
8989
|
-
* Search item index
|
|
10511
|
+
* Search item index
|
|
10512
|
+
*/
|
|
10513
|
+
index: string;
|
|
10514
|
+
/**
|
|
10515
|
+
* Path in the directory
|
|
10516
|
+
*/
|
|
10517
|
+
path: Array<GenModels.SearchItemModel>;
|
|
10518
|
+
/**
|
|
10519
|
+
* Item type, specific for directory
|
|
10520
|
+
*/
|
|
10521
|
+
dataType: number;
|
|
10522
|
+
}
|
|
10523
|
+
}
|
|
10524
|
+
export declare namespace GenModels {
|
|
10525
|
+
interface SystemStateNotification {
|
|
10526
|
+
/**
|
|
10527
|
+
* Notification source
|
|
10528
|
+
*/
|
|
10529
|
+
source: GenModels.SystemStateNotificationSource;
|
|
10530
|
+
/**
|
|
10531
|
+
* Severity
|
|
10532
|
+
*/
|
|
10533
|
+
severity: GenModels.SystemStateNotificationSeverity;
|
|
10534
|
+
/**
|
|
10535
|
+
* Tenant name (optional)
|
|
10536
|
+
*/
|
|
10537
|
+
tenantName: string;
|
|
10538
|
+
/**
|
|
10539
|
+
* Employee account (optional)
|
|
10540
|
+
*/
|
|
10541
|
+
accountName: string;
|
|
10542
|
+
/**
|
|
10543
|
+
* Employee id (optional)
|
|
10544
|
+
*
|
|
10545
|
+
* @format datatype.uuid
|
|
10546
|
+
*/
|
|
10547
|
+
employeeId?: string;
|
|
10548
|
+
/**
|
|
10549
|
+
* Short description
|
|
10550
|
+
*/
|
|
10551
|
+
caption: string;
|
|
10552
|
+
/**
|
|
10553
|
+
* Detailed description
|
|
8990
10554
|
*/
|
|
8991
|
-
|
|
10555
|
+
details: string;
|
|
8992
10556
|
/**
|
|
8993
|
-
*
|
|
10557
|
+
* Unique event type identificator.
|
|
8994
10558
|
*/
|
|
8995
|
-
|
|
10559
|
+
eventCode: number;
|
|
8996
10560
|
/**
|
|
8997
|
-
*
|
|
10561
|
+
* Source specific additional data of the notification
|
|
8998
10562
|
*/
|
|
8999
|
-
|
|
10563
|
+
data: GenModels.ISystemStateNotificationData;
|
|
10564
|
+
}
|
|
10565
|
+
}
|
|
10566
|
+
export declare namespace GenModels {
|
|
10567
|
+
interface ISystemStateNotificationData {
|
|
9000
10568
|
}
|
|
9001
10569
|
}
|
|
9002
10570
|
export declare namespace GenModels {
|
|
@@ -9046,6 +10614,44 @@ export declare namespace GenModels {
|
|
|
9046
10614
|
EveryWhere = 3
|
|
9047
10615
|
}
|
|
9048
10616
|
}
|
|
10617
|
+
export declare namespace GenModels {
|
|
10618
|
+
/**
|
|
10619
|
+
* Filter operation
|
|
10620
|
+
*/
|
|
10621
|
+
enum FilterOperation {
|
|
10622
|
+
/**
|
|
10623
|
+
* Default
|
|
10624
|
+
*/
|
|
10625
|
+
Default = 0,
|
|
10626
|
+
/**
|
|
10627
|
+
* Contains
|
|
10628
|
+
*/
|
|
10629
|
+
Contains = 1,
|
|
10630
|
+
/**
|
|
10631
|
+
* Equals
|
|
10632
|
+
*/
|
|
10633
|
+
Equals = 2
|
|
10634
|
+
}
|
|
10635
|
+
}
|
|
10636
|
+
export declare namespace GenModels {
|
|
10637
|
+
/**
|
|
10638
|
+
* Filter Mode
|
|
10639
|
+
*/
|
|
10640
|
+
enum FilterMode {
|
|
10641
|
+
/**
|
|
10642
|
+
* Default
|
|
10643
|
+
*/
|
|
10644
|
+
Default = 0,
|
|
10645
|
+
/**
|
|
10646
|
+
* Date List
|
|
10647
|
+
*/
|
|
10648
|
+
DateList = 1,
|
|
10649
|
+
/**
|
|
10650
|
+
* Date Calendar
|
|
10651
|
+
*/
|
|
10652
|
+
DateCalendar = 2
|
|
10653
|
+
}
|
|
10654
|
+
}
|
|
9049
10655
|
export declare namespace GenModels {
|
|
9050
10656
|
/**
|
|
9051
10657
|
* Defines grid view mode
|
|
@@ -9061,6 +10667,44 @@ export declare namespace GenModels {
|
|
|
9061
10667
|
Wrap = 1
|
|
9062
10668
|
}
|
|
9063
10669
|
}
|
|
10670
|
+
export declare namespace GenModels {
|
|
10671
|
+
/**
|
|
10672
|
+
* Table presentation mode
|
|
10673
|
+
*/
|
|
10674
|
+
enum TablePresentation {
|
|
10675
|
+
/**
|
|
10676
|
+
* Depends on device
|
|
10677
|
+
*/
|
|
10678
|
+
Default = 0,
|
|
10679
|
+
/**
|
|
10680
|
+
* Classic table view
|
|
10681
|
+
*/
|
|
10682
|
+
GridView = 1,
|
|
10683
|
+
/**
|
|
10684
|
+
* List view
|
|
10685
|
+
*/
|
|
10686
|
+
ListView = 2
|
|
10687
|
+
}
|
|
10688
|
+
}
|
|
10689
|
+
export declare namespace GenModels {
|
|
10690
|
+
/**
|
|
10691
|
+
* Column width mode
|
|
10692
|
+
*/
|
|
10693
|
+
enum ColumnWidthMode {
|
|
10694
|
+
/**
|
|
10695
|
+
* Minimal
|
|
10696
|
+
*/
|
|
10697
|
+
Minimal = 0,
|
|
10698
|
+
/**
|
|
10699
|
+
* Medium
|
|
10700
|
+
*/
|
|
10701
|
+
Medium = 1,
|
|
10702
|
+
/**
|
|
10703
|
+
* Maximal
|
|
10704
|
+
*/
|
|
10705
|
+
Maximal = 2
|
|
10706
|
+
}
|
|
10707
|
+
}
|
|
9064
10708
|
export declare namespace GenModels {
|
|
9065
10709
|
/**
|
|
9066
10710
|
* Type of directory value
|
|
@@ -9141,13 +10785,68 @@ export declare namespace GenModels {
|
|
|
9141
10785
|
}
|
|
9142
10786
|
export declare namespace GenModels {
|
|
9143
10787
|
enum DecisionSemantics {
|
|
10788
|
+
None = 0,
|
|
9144
10789
|
Positive = 1,
|
|
9145
10790
|
Negative = 2,
|
|
9146
10791
|
Neutral = 3,
|
|
9147
10792
|
Cancellation = 4,
|
|
9148
10793
|
NewCycle = 5,
|
|
9149
10794
|
ApproversAddition = 6,
|
|
9150
|
-
|
|
10795
|
+
NonNegative = 7,
|
|
10796
|
+
Any = 8,
|
|
10797
|
+
Completion = 100,
|
|
10798
|
+
Return = 200
|
|
10799
|
+
}
|
|
10800
|
+
}
|
|
10801
|
+
export declare namespace GenModels {
|
|
10802
|
+
enum StageTaskSendingMode {
|
|
10803
|
+
Sequential = 0,
|
|
10804
|
+
Parallel = 1
|
|
10805
|
+
}
|
|
10806
|
+
}
|
|
10807
|
+
export declare namespace GenModels {
|
|
10808
|
+
enum StageRepeatMode {
|
|
10809
|
+
Always = 0,
|
|
10810
|
+
Never = 1,
|
|
10811
|
+
ForNotApproved = 2,
|
|
10812
|
+
OnNegativeDecision = 3,
|
|
10813
|
+
WhenRejectedOrFileChanged = 4
|
|
10814
|
+
}
|
|
10815
|
+
}
|
|
10816
|
+
export declare namespace GenModels {
|
|
10817
|
+
enum ConditionType {
|
|
10818
|
+
None = 0,
|
|
10819
|
+
And = 1,
|
|
10820
|
+
Or = 2,
|
|
10821
|
+
Complex = 3
|
|
10822
|
+
}
|
|
10823
|
+
}
|
|
10824
|
+
export declare namespace GenModels {
|
|
10825
|
+
enum NodeType {
|
|
10826
|
+
Stage = 0
|
|
10827
|
+
}
|
|
10828
|
+
}
|
|
10829
|
+
export declare namespace GenModels {
|
|
10830
|
+
/**
|
|
10831
|
+
* Where from signature method was received.
|
|
10832
|
+
*/
|
|
10833
|
+
enum SignatureMethodSources {
|
|
10834
|
+
/**
|
|
10835
|
+
* CryptoPro browser plugin
|
|
10836
|
+
*/
|
|
10837
|
+
LocalCryptoPro = 0,
|
|
10838
|
+
/**
|
|
10839
|
+
* CryptoPr DSS cloud service
|
|
10840
|
+
*/
|
|
10841
|
+
Cloud = 1,
|
|
10842
|
+
/**
|
|
10843
|
+
* PkiClient ios mobile app
|
|
10844
|
+
*/
|
|
10845
|
+
PkiClient = 2,
|
|
10846
|
+
/**
|
|
10847
|
+
* Unknown
|
|
10848
|
+
*/
|
|
10849
|
+
Unknown = 3
|
|
9151
10850
|
}
|
|
9152
10851
|
}
|
|
9153
10852
|
export declare namespace GenModels {
|
|
@@ -9169,6 +10868,64 @@ export declare namespace GenModels {
|
|
|
9169
10868
|
Tablet = 2
|
|
9170
10869
|
}
|
|
9171
10870
|
}
|
|
10871
|
+
export declare namespace GenModels {
|
|
10872
|
+
/**
|
|
10873
|
+
* Type of signature item
|
|
10874
|
+
*/
|
|
10875
|
+
enum SignatureItemType {
|
|
10876
|
+
/**
|
|
10877
|
+
* Detached SignedCms
|
|
10878
|
+
*/
|
|
10879
|
+
MainFileSignaturePartType = 0,
|
|
10880
|
+
/**
|
|
10881
|
+
* Nondetached SignedCms
|
|
10882
|
+
*/
|
|
10883
|
+
MainFileWithContentSignaturePartType = 1,
|
|
10884
|
+
/**
|
|
10885
|
+
* Document card attributes
|
|
10886
|
+
*/
|
|
10887
|
+
DocumentFieldsSignaturePartType = 2,
|
|
10888
|
+
/**
|
|
10889
|
+
* Document attachments (additional files)
|
|
10890
|
+
*/
|
|
10891
|
+
AttachmentsSignaturePartType = 3
|
|
10892
|
+
}
|
|
10893
|
+
}
|
|
10894
|
+
export declare namespace GenModels {
|
|
10895
|
+
/**
|
|
10896
|
+
* Declare column type
|
|
10897
|
+
*/
|
|
10898
|
+
enum ColumnType {
|
|
10899
|
+
/**
|
|
10900
|
+
* Int
|
|
10901
|
+
*/
|
|
10902
|
+
Integer = 0,
|
|
10903
|
+
/**
|
|
10904
|
+
* String
|
|
10905
|
+
*/
|
|
10906
|
+
String = 1,
|
|
10907
|
+
/**
|
|
10908
|
+
* Double
|
|
10909
|
+
*/
|
|
10910
|
+
Float = 2,
|
|
10911
|
+
/**
|
|
10912
|
+
* Datetime
|
|
10913
|
+
*/
|
|
10914
|
+
DateTime = 3,
|
|
10915
|
+
/**
|
|
10916
|
+
* Boolean
|
|
10917
|
+
*/
|
|
10918
|
+
Bool = 5,
|
|
10919
|
+
/**
|
|
10920
|
+
* Decimal column type
|
|
10921
|
+
*/
|
|
10922
|
+
Decimal = 6,
|
|
10923
|
+
/**
|
|
10924
|
+
* Unique id data type
|
|
10925
|
+
*/
|
|
10926
|
+
UniqueId = 7
|
|
10927
|
+
}
|
|
10928
|
+
}
|
|
9172
10929
|
export declare namespace GenModels {
|
|
9173
10930
|
/**
|
|
9174
10931
|
* Possible objects, that security descriptor can be applied to.
|
|
@@ -9293,6 +11050,29 @@ export declare namespace GenModels {
|
|
|
9293
11050
|
GenericRead = -2147483648
|
|
9294
11051
|
}
|
|
9295
11052
|
}
|
|
11053
|
+
export declare namespace GenModels {
|
|
11054
|
+
/**
|
|
11055
|
+
* Defines file attachments mode for SendEmailButton control.
|
|
11056
|
+
*/
|
|
11057
|
+
enum FileAttachmentsMode {
|
|
11058
|
+
/**
|
|
11059
|
+
* Attach only main files.
|
|
11060
|
+
*/
|
|
11061
|
+
OnlyMainFiles = 0,
|
|
11062
|
+
/**
|
|
11063
|
+
* Attach only additional files.
|
|
11064
|
+
*/
|
|
11065
|
+
OnlyAdditionalFiles = 1,
|
|
11066
|
+
/**
|
|
11067
|
+
* Attach all files.
|
|
11068
|
+
*/
|
|
11069
|
+
AllFiles = 2,
|
|
11070
|
+
/**
|
|
11071
|
+
* No need to attach files.
|
|
11072
|
+
*/
|
|
11073
|
+
WithoutFiles = 3
|
|
11074
|
+
}
|
|
11075
|
+
}
|
|
9296
11076
|
export declare namespace GenModels {
|
|
9297
11077
|
/**
|
|
9298
11078
|
* Image generator type
|
|
@@ -9357,6 +11137,40 @@ export declare namespace GenModels {
|
|
|
9357
11137
|
Acquaintance = 2
|
|
9358
11138
|
}
|
|
9359
11139
|
}
|
|
11140
|
+
export declare namespace GenModels {
|
|
11141
|
+
/**
|
|
11142
|
+
* Represents what and how to search in directory designer tree
|
|
11143
|
+
*/
|
|
11144
|
+
enum DirectoryDesignerSearchArea {
|
|
11145
|
+
/**
|
|
11146
|
+
* Query should return only specified node and its rows
|
|
11147
|
+
*/
|
|
11148
|
+
OnlyNode = 1,
|
|
11149
|
+
/**
|
|
11150
|
+
* Query should return only node, children and children rows (without node rows).
|
|
11151
|
+
*/
|
|
11152
|
+
OnlyChildren = 2,
|
|
11153
|
+
/**
|
|
11154
|
+
* Query should return node, children, node rows and children rows (i.e. everything).
|
|
11155
|
+
*/
|
|
11156
|
+
NodeWithChildren = 3
|
|
11157
|
+
}
|
|
11158
|
+
}
|
|
11159
|
+
export declare namespace GenModels {
|
|
11160
|
+
/**
|
|
11161
|
+
* Represents type of tree node
|
|
11162
|
+
*/
|
|
11163
|
+
enum DirectoryDesignerTreeNodeType {
|
|
11164
|
+
/**
|
|
11165
|
+
* directory designer item type (node)
|
|
11166
|
+
*/
|
|
11167
|
+
Node = 1,
|
|
11168
|
+
/**
|
|
11169
|
+
* directory designer row
|
|
11170
|
+
*/
|
|
11171
|
+
Row = 2
|
|
11172
|
+
}
|
|
11173
|
+
}
|
|
9360
11174
|
export declare namespace GenModels {
|
|
9361
11175
|
/**
|
|
9362
11176
|
* Represents type of {@link GenModels}
|
|
@@ -9389,6 +11203,72 @@ export declare namespace GenModels {
|
|
|
9389
11203
|
CadesXLongType1Signature = 4
|
|
9390
11204
|
}
|
|
9391
11205
|
}
|
|
11206
|
+
export declare namespace GenModels {
|
|
11207
|
+
/**
|
|
11208
|
+
* Verification status of signature
|
|
11209
|
+
*/
|
|
11210
|
+
enum ValidationState {
|
|
11211
|
+
/**
|
|
11212
|
+
* Valid
|
|
11213
|
+
*/
|
|
11214
|
+
Valid = 0,
|
|
11215
|
+
/**
|
|
11216
|
+
* Invalid
|
|
11217
|
+
*/
|
|
11218
|
+
Invalid = 1,
|
|
11219
|
+
/**
|
|
11220
|
+
* Partially valid
|
|
11221
|
+
*/
|
|
11222
|
+
PartiallyValid = 2,
|
|
11223
|
+
/**
|
|
11224
|
+
* Sign data is valid, but certificate is expired
|
|
11225
|
+
*/
|
|
11226
|
+
CertificateExpired = 3,
|
|
11227
|
+
/**
|
|
11228
|
+
* Sign data is valid, but certificate is revoked
|
|
11229
|
+
*/
|
|
11230
|
+
CertificateRevoked = 4
|
|
11231
|
+
}
|
|
11232
|
+
}
|
|
11233
|
+
export declare namespace GenModels {
|
|
11234
|
+
/**
|
|
11235
|
+
* Verification status of signature
|
|
11236
|
+
*/
|
|
11237
|
+
enum SignatureVerificationStatus {
|
|
11238
|
+
/**
|
|
11239
|
+
* Not signed
|
|
11240
|
+
*/
|
|
11241
|
+
NotSigned = 0,
|
|
11242
|
+
/**
|
|
11243
|
+
* Valid
|
|
11244
|
+
*/
|
|
11245
|
+
Valid = 1,
|
|
11246
|
+
/**
|
|
11247
|
+
* Invalid
|
|
11248
|
+
*/
|
|
11249
|
+
Invalid = 2,
|
|
11250
|
+
/**
|
|
11251
|
+
* Partially valid
|
|
11252
|
+
*/
|
|
11253
|
+
PartiallyValid = 3,
|
|
11254
|
+
/**
|
|
11255
|
+
* Unable to verify
|
|
11256
|
+
*/
|
|
11257
|
+
UnableToVerify = 4,
|
|
11258
|
+
/**
|
|
11259
|
+
* Certificate is revoked
|
|
11260
|
+
*/
|
|
11261
|
+
CertificateRevoked = 5,
|
|
11262
|
+
/**
|
|
11263
|
+
* Certificate is expired
|
|
11264
|
+
*/
|
|
11265
|
+
CertificateExpired = 6,
|
|
11266
|
+
/**
|
|
11267
|
+
* Certificate can not validated
|
|
11268
|
+
*/
|
|
11269
|
+
CertificateCanNotValidated = 7
|
|
11270
|
+
}
|
|
11271
|
+
}
|
|
9392
11272
|
export declare namespace GenModels {
|
|
9393
11273
|
/**
|
|
9394
11274
|
* Possible task columns in TasksTable control
|
|
@@ -9548,58 +11428,23 @@ export declare namespace GenModels {
|
|
|
9548
11428
|
/**
|
|
9549
11429
|
* View displayed
|
|
9550
11430
|
*/
|
|
9551
|
-
FolderView = 1,
|
|
9552
|
-
/**
|
|
9553
|
-
* Card displayed
|
|
9554
|
-
*/
|
|
9555
|
-
FolderCard = 2,
|
|
9556
|
-
/**
|
|
9557
|
-
* HTML page displayed
|
|
9558
|
-
*/
|
|
9559
|
-
FolderURL = 4,
|
|
9560
|
-
/**
|
|
9561
|
-
* Digest view displayed
|
|
9562
|
-
*/
|
|
9563
|
-
FolderDigest = 8,
|
|
9564
|
-
/**
|
|
9565
|
-
* All
|
|
9566
|
-
*/
|
|
9567
|
-
All = 15
|
|
9568
|
-
}
|
|
9569
|
-
}
|
|
9570
|
-
export declare namespace GenModels {
|
|
9571
|
-
/**
|
|
9572
|
-
* Declare column type
|
|
9573
|
-
*/
|
|
9574
|
-
enum ColumnType {
|
|
9575
|
-
/**
|
|
9576
|
-
* Int
|
|
9577
|
-
*/
|
|
9578
|
-
Integer = 0,
|
|
9579
|
-
/**
|
|
9580
|
-
* String
|
|
9581
|
-
*/
|
|
9582
|
-
String = 1,
|
|
9583
|
-
/**
|
|
9584
|
-
* Double
|
|
9585
|
-
*/
|
|
9586
|
-
Float = 2,
|
|
11431
|
+
FolderView = 1,
|
|
9587
11432
|
/**
|
|
9588
|
-
*
|
|
11433
|
+
* Card displayed
|
|
9589
11434
|
*/
|
|
9590
|
-
|
|
11435
|
+
FolderCard = 2,
|
|
9591
11436
|
/**
|
|
9592
|
-
*
|
|
11437
|
+
* HTML page displayed
|
|
9593
11438
|
*/
|
|
9594
|
-
|
|
11439
|
+
FolderURL = 4,
|
|
9595
11440
|
/**
|
|
9596
|
-
*
|
|
11441
|
+
* Digest view displayed
|
|
9597
11442
|
*/
|
|
9598
|
-
|
|
11443
|
+
FolderDigest = 8,
|
|
9599
11444
|
/**
|
|
9600
|
-
*
|
|
11445
|
+
* All
|
|
9601
11446
|
*/
|
|
9602
|
-
|
|
11447
|
+
All = 15
|
|
9603
11448
|
}
|
|
9604
11449
|
}
|
|
9605
11450
|
export declare namespace System.Web.UI.WebControls {
|
|
@@ -9654,7 +11499,34 @@ export declare namespace GenModels {
|
|
|
9654
11499
|
/**
|
|
9655
11500
|
* Search results
|
|
9656
11501
|
*/
|
|
9657
|
-
SearchResults = 1
|
|
11502
|
+
SearchResults = 1,
|
|
11503
|
+
/**
|
|
11504
|
+
* Favorites folder
|
|
11505
|
+
*/
|
|
11506
|
+
Favorites = 2
|
|
11507
|
+
}
|
|
11508
|
+
}
|
|
11509
|
+
export declare namespace GenModels {
|
|
11510
|
+
/**
|
|
11511
|
+
* Defines type of Diagram control
|
|
11512
|
+
*/
|
|
11513
|
+
enum DiagramType {
|
|
11514
|
+
/**
|
|
11515
|
+
* Bar type
|
|
11516
|
+
*/
|
|
11517
|
+
Bar = 0,
|
|
11518
|
+
/**
|
|
11519
|
+
* StackedBar type
|
|
11520
|
+
*/
|
|
11521
|
+
StackedBar = 1,
|
|
11522
|
+
/**
|
|
11523
|
+
* StackedAreaCharts type
|
|
11524
|
+
*/
|
|
11525
|
+
StackedAreaCharts = 2,
|
|
11526
|
+
/**
|
|
11527
|
+
* PieChart type
|
|
11528
|
+
*/
|
|
11529
|
+
PieChart = 3
|
|
9658
11530
|
}
|
|
9659
11531
|
}
|
|
9660
11532
|
export declare namespace GenModels {
|
|
@@ -9824,29 +11696,6 @@ export declare namespace GenModels {
|
|
|
9824
11696
|
Variant = 21
|
|
9825
11697
|
}
|
|
9826
11698
|
}
|
|
9827
|
-
export declare namespace GenModels {
|
|
9828
|
-
/**
|
|
9829
|
-
* Type of signature item
|
|
9830
|
-
*/
|
|
9831
|
-
enum SignatureItemType {
|
|
9832
|
-
/**
|
|
9833
|
-
* Detached SignedCms
|
|
9834
|
-
*/
|
|
9835
|
-
MainFileSignaturePartType = 0,
|
|
9836
|
-
/**
|
|
9837
|
-
* Nondetached SignedCms
|
|
9838
|
-
*/
|
|
9839
|
-
MainFileWithContentSignaturePartType = 1,
|
|
9840
|
-
/**
|
|
9841
|
-
* Document card attributes
|
|
9842
|
-
*/
|
|
9843
|
-
DocumentFieldsSignaturePartType = 2,
|
|
9844
|
-
/**
|
|
9845
|
-
* Document attachments (additional files)
|
|
9846
|
-
*/
|
|
9847
|
-
AttachmentsSignaturePartType = 3
|
|
9848
|
-
}
|
|
9849
|
-
}
|
|
9850
11699
|
export declare namespace GenModels {
|
|
9851
11700
|
enum AgreementStateType {
|
|
9852
11701
|
Draft = 0,
|
|
@@ -9893,40 +11742,6 @@ export declare namespace GenModels {
|
|
|
9893
11742
|
Custom = 4
|
|
9894
11743
|
}
|
|
9895
11744
|
}
|
|
9896
|
-
export declare namespace GenModels {
|
|
9897
|
-
/**
|
|
9898
|
-
* Represents what and how to search in directory designer tree
|
|
9899
|
-
*/
|
|
9900
|
-
enum DirectoryDesignerSearchArea {
|
|
9901
|
-
/**
|
|
9902
|
-
* Query should return only specified node and its rows
|
|
9903
|
-
*/
|
|
9904
|
-
OnlyNode = 0,
|
|
9905
|
-
/**
|
|
9906
|
-
* Query should return only node, children and children rows (without node rows).
|
|
9907
|
-
*/
|
|
9908
|
-
OnlyChildren = 1,
|
|
9909
|
-
/**
|
|
9910
|
-
* Query should return node, children, node rows and children rows (i.e. everything).
|
|
9911
|
-
*/
|
|
9912
|
-
NodeWithChildren = 2
|
|
9913
|
-
}
|
|
9914
|
-
}
|
|
9915
|
-
export declare namespace GenModels {
|
|
9916
|
-
/**
|
|
9917
|
-
* Represents type of tree node
|
|
9918
|
-
*/
|
|
9919
|
-
enum DirectoryDesignerTreeNodeType {
|
|
9920
|
-
/**
|
|
9921
|
-
* directory designer item type (node)
|
|
9922
|
-
*/
|
|
9923
|
-
Node = 0,
|
|
9924
|
-
/**
|
|
9925
|
-
* directory designer row
|
|
9926
|
-
*/
|
|
9927
|
-
Row = 1
|
|
9928
|
-
}
|
|
9929
|
-
}
|
|
9930
11745
|
export declare namespace GenModels {
|
|
9931
11746
|
/**
|
|
9932
11747
|
* Represents how to search in directory designer tree
|
|
@@ -10179,6 +11994,52 @@ export declare namespace GenModels {
|
|
|
10179
11994
|
Absent = 3
|
|
10180
11995
|
}
|
|
10181
11996
|
}
|
|
11997
|
+
export declare namespace GenModels {
|
|
11998
|
+
/**
|
|
11999
|
+
* Defines UseOldGrid setting values.
|
|
12000
|
+
*/
|
|
12001
|
+
enum UseOldGrid {
|
|
12002
|
+
/**
|
|
12003
|
+
* Do not use old grid.
|
|
12004
|
+
*/
|
|
12005
|
+
DoNotUse = 0,
|
|
12006
|
+
/**
|
|
12007
|
+
* Show old grid only for Internet Explorer.
|
|
12008
|
+
*/
|
|
12009
|
+
OnlyForIE = 1,
|
|
12010
|
+
/**
|
|
12011
|
+
* Use old grid anywhere.
|
|
12012
|
+
*/
|
|
12013
|
+
Anywhere = 2
|
|
12014
|
+
}
|
|
12015
|
+
}
|
|
12016
|
+
export declare namespace GenModels {
|
|
12017
|
+
/**
|
|
12018
|
+
* Condition for selecting Extended layouts
|
|
12019
|
+
*/
|
|
12020
|
+
enum ServerRole {
|
|
12021
|
+
/**
|
|
12022
|
+
* Layout for usual user
|
|
12023
|
+
*/
|
|
12024
|
+
User = 0,
|
|
12025
|
+
/**
|
|
12026
|
+
* Layout for power user
|
|
12027
|
+
*/
|
|
12028
|
+
PowerUser = 1,
|
|
12029
|
+
/**
|
|
12030
|
+
* Layout for docsvision administrator
|
|
12031
|
+
*/
|
|
12032
|
+
Administrator = 2,
|
|
12033
|
+
/**
|
|
12034
|
+
* DocsVision Security Administrators
|
|
12035
|
+
*/
|
|
12036
|
+
SecurityAdministrator = 3,
|
|
12037
|
+
/**
|
|
12038
|
+
* DocsVision Archive Operators
|
|
12039
|
+
*/
|
|
12040
|
+
ArchiveOperator = 4
|
|
12041
|
+
}
|
|
12042
|
+
}
|
|
10182
12043
|
export declare namespace System {
|
|
10183
12044
|
enum DayOfWeek {
|
|
10184
12045
|
Sunday = 0,
|
|
@@ -10190,6 +12051,25 @@ export declare namespace System {
|
|
|
10190
12051
|
Saturday = 6
|
|
10191
12052
|
}
|
|
10192
12053
|
}
|
|
12054
|
+
export declare namespace GenModels {
|
|
12055
|
+
/**
|
|
12056
|
+
* Type of cloud signature
|
|
12057
|
+
*/
|
|
12058
|
+
enum CloudSignatureType {
|
|
12059
|
+
/**
|
|
12060
|
+
* Basic
|
|
12061
|
+
*/
|
|
12062
|
+
BES = 0,
|
|
12063
|
+
/**
|
|
12064
|
+
* XLong Type 1
|
|
12065
|
+
*/
|
|
12066
|
+
XLT1 = 1,
|
|
12067
|
+
/**
|
|
12068
|
+
* Signature with timestamp
|
|
12069
|
+
*/
|
|
12070
|
+
T = 2
|
|
12071
|
+
}
|
|
12072
|
+
}
|
|
10193
12073
|
export declare namespace GenModels {
|
|
10194
12074
|
/**
|
|
10195
12075
|
* UXMainMenuBehavior values
|
|
@@ -10239,6 +12119,34 @@ export declare namespace GenModels {
|
|
|
10239
12119
|
Pdfjs = 1
|
|
10240
12120
|
}
|
|
10241
12121
|
}
|
|
12122
|
+
export declare namespace GenModels {
|
|
12123
|
+
/**
|
|
12124
|
+
* FilePreviewMode
|
|
12125
|
+
*/
|
|
12126
|
+
enum FilePreviewMode {
|
|
12127
|
+
/**
|
|
12128
|
+
* pdf.js viewer
|
|
12129
|
+
*/
|
|
12130
|
+
Pdfjs = 0,
|
|
12131
|
+
/**
|
|
12132
|
+
* r7 viewer
|
|
12133
|
+
*/
|
|
12134
|
+
R7 = 1
|
|
12135
|
+
}
|
|
12136
|
+
}
|
|
12137
|
+
export declare namespace GenModels {
|
|
12138
|
+
enum BackgroundStyle {
|
|
12139
|
+
Tile = 0,
|
|
12140
|
+
Stretch = 1
|
|
12141
|
+
}
|
|
12142
|
+
}
|
|
12143
|
+
export declare namespace GenModels {
|
|
12144
|
+
enum BackgroundType {
|
|
12145
|
+
Default = 0,
|
|
12146
|
+
Inherit = 1,
|
|
12147
|
+
Custom = 2
|
|
12148
|
+
}
|
|
12149
|
+
}
|
|
10242
12150
|
export declare namespace GenModels {
|
|
10243
12151
|
enum AgreementHistoryMode {
|
|
10244
12152
|
Button = 0,
|
|
@@ -10267,6 +12175,14 @@ export declare namespace GenModels {
|
|
|
10267
12175
|
DisplayString = 2
|
|
10268
12176
|
}
|
|
10269
12177
|
}
|
|
12178
|
+
export declare namespace GenModels {
|
|
12179
|
+
enum AvailableChangesModes {
|
|
12180
|
+
No = 0,
|
|
12181
|
+
Nodes = 1,
|
|
12182
|
+
Records = 2,
|
|
12183
|
+
All = 3
|
|
12184
|
+
}
|
|
12185
|
+
}
|
|
10270
12186
|
export declare namespace GenModels {
|
|
10271
12187
|
enum DepartmentDialogMode {
|
|
10272
12188
|
Tree = 0,
|
|
@@ -10352,6 +12268,12 @@ export declare namespace GenModels {
|
|
|
10352
12268
|
NewWindow = 2
|
|
10353
12269
|
}
|
|
10354
12270
|
}
|
|
12271
|
+
export declare namespace GenModels {
|
|
12272
|
+
enum AdditionalElementsMode {
|
|
12273
|
+
Left = 0,
|
|
12274
|
+
Right = 1
|
|
12275
|
+
}
|
|
12276
|
+
}
|
|
10355
12277
|
export declare namespace GenModels {
|
|
10356
12278
|
enum BarcodeSearchButtonMode {
|
|
10357
12279
|
CurrentTab = 0,
|
|
@@ -10936,6 +12858,91 @@ export declare namespace GenModels {
|
|
|
10936
12858
|
DisplayAll = 2
|
|
10937
12859
|
}
|
|
10938
12860
|
}
|
|
12861
|
+
export declare namespace GenModels {
|
|
12862
|
+
/**
|
|
12863
|
+
* Defines color mode for Diagram control
|
|
12864
|
+
*/
|
|
12865
|
+
enum DiagramColorMode {
|
|
12866
|
+
/**
|
|
12867
|
+
* Monochrome mode
|
|
12868
|
+
*/
|
|
12869
|
+
Monochrome = 0,
|
|
12870
|
+
/**
|
|
12871
|
+
* Unicolorous mode
|
|
12872
|
+
*/
|
|
12873
|
+
Unicolorous = 1
|
|
12874
|
+
}
|
|
12875
|
+
}
|
|
12876
|
+
export declare namespace GenModels {
|
|
12877
|
+
/**
|
|
12878
|
+
* Defines legend color scheme for Diagram control
|
|
12879
|
+
*/
|
|
12880
|
+
enum DiagramLegendColorScheme {
|
|
12881
|
+
/**
|
|
12882
|
+
* Indigo legend color scheme
|
|
12883
|
+
*/
|
|
12884
|
+
Indigo = 0,
|
|
12885
|
+
/**
|
|
12886
|
+
* Cyan legend color scheme
|
|
12887
|
+
*/
|
|
12888
|
+
Cyan = 1,
|
|
12889
|
+
/**
|
|
12890
|
+
* Green legend color scheme
|
|
12891
|
+
*/
|
|
12892
|
+
Green = 2,
|
|
12893
|
+
/**
|
|
12894
|
+
* Orange legend color scheme
|
|
12895
|
+
*/
|
|
12896
|
+
Orange = 3,
|
|
12897
|
+
/**
|
|
12898
|
+
* Red legend color scheme
|
|
12899
|
+
*/
|
|
12900
|
+
Red = 4,
|
|
12901
|
+
/**
|
|
12902
|
+
* Purple legend color scheme
|
|
12903
|
+
*/
|
|
12904
|
+
Purple = 5,
|
|
12905
|
+
/**
|
|
12906
|
+
* Violet legend color scheme
|
|
12907
|
+
*/
|
|
12908
|
+
Violet = 6,
|
|
12909
|
+
/**
|
|
12910
|
+
* Gray legend color scheme
|
|
12911
|
+
*/
|
|
12912
|
+
Gray = 7,
|
|
12913
|
+
/**
|
|
12914
|
+
* Brown legend color scheme
|
|
12915
|
+
*/
|
|
12916
|
+
Brown = 8,
|
|
12917
|
+
/**
|
|
12918
|
+
* Multicolor mode
|
|
12919
|
+
*/
|
|
12920
|
+
Multicolored = 9
|
|
12921
|
+
}
|
|
12922
|
+
}
|
|
12923
|
+
export declare namespace GenModels {
|
|
12924
|
+
/**
|
|
12925
|
+
* Defines legend position for Diagram control
|
|
12926
|
+
*/
|
|
12927
|
+
enum DiagramLegendPosition {
|
|
12928
|
+
/**
|
|
12929
|
+
* Bottom legend position
|
|
12930
|
+
*/
|
|
12931
|
+
Bottom = 0,
|
|
12932
|
+
/**
|
|
12933
|
+
* Top legend position
|
|
12934
|
+
*/
|
|
12935
|
+
Top = 1,
|
|
12936
|
+
/**
|
|
12937
|
+
* Left legend position
|
|
12938
|
+
*/
|
|
12939
|
+
Left = 2,
|
|
12940
|
+
/**
|
|
12941
|
+
* Right legend position
|
|
12942
|
+
*/
|
|
12943
|
+
Right = 3
|
|
12944
|
+
}
|
|
12945
|
+
}
|
|
10939
12946
|
export declare namespace GenModels {
|
|
10940
12947
|
/**
|
|
10941
12948
|
* Way of editing and creating of table rows.
|
|
@@ -10951,6 +12958,63 @@ export declare namespace GenModels {
|
|
|
10951
12958
|
Layout = 1
|
|
10952
12959
|
}
|
|
10953
12960
|
}
|
|
12961
|
+
export declare namespace GenModels {
|
|
12962
|
+
/**
|
|
12963
|
+
* Serverity of the {@link GenModels}
|
|
12964
|
+
*/
|
|
12965
|
+
enum SystemStateNotificationSource {
|
|
12966
|
+
/**
|
|
12967
|
+
* Unread counters subsystem event
|
|
12968
|
+
*/
|
|
12969
|
+
UnreadCounters = 0
|
|
12970
|
+
}
|
|
12971
|
+
}
|
|
12972
|
+
export declare namespace GenModels {
|
|
12973
|
+
/**
|
|
12974
|
+
* Serverity of the {@link GenModels}
|
|
12975
|
+
*/
|
|
12976
|
+
enum SystemStateNotificationSeverity {
|
|
12977
|
+
/**
|
|
12978
|
+
* Normal system state information.
|
|
12979
|
+
*/
|
|
12980
|
+
Info = 0,
|
|
12981
|
+
/**
|
|
12982
|
+
* Some unexpected event occurred, but system continue operating.
|
|
12983
|
+
*/
|
|
12984
|
+
Warning = 1,
|
|
12985
|
+
/**
|
|
12986
|
+
* Some operation failed.
|
|
12987
|
+
*/
|
|
12988
|
+
Error = 2,
|
|
12989
|
+
/**
|
|
12990
|
+
* Some subsystem has been broken.
|
|
12991
|
+
*/
|
|
12992
|
+
CriticalFault = 3
|
|
12993
|
+
}
|
|
12994
|
+
}
|
|
12995
|
+
export declare namespace GenModels {
|
|
12996
|
+
/**
|
|
12997
|
+
* Data source variants from control FolderDataContext
|
|
12998
|
+
*/
|
|
12999
|
+
enum FolderDataContextMode {
|
|
13000
|
+
/**
|
|
13001
|
+
* From specified data source
|
|
13002
|
+
*/
|
|
13003
|
+
FromDataSource = 0,
|
|
13004
|
+
/**
|
|
13005
|
+
* From specified folder id
|
|
13006
|
+
*/
|
|
13007
|
+
KnownFolder = 1,
|
|
13008
|
+
/**
|
|
13009
|
+
* From current route
|
|
13010
|
+
*/
|
|
13011
|
+
FromUrl = 2,
|
|
13012
|
+
/**
|
|
13013
|
+
* System folder
|
|
13014
|
+
*/
|
|
13015
|
+
SystemFolder = 3
|
|
13016
|
+
}
|
|
13017
|
+
}
|
|
10954
13018
|
export declare namespace GenModels {
|
|
10955
13019
|
/**
|
|
10956
13020
|
* Field subtype
|
|
@@ -11030,26 +13094,3 @@ export declare namespace GenModels {
|
|
|
11030
13094
|
CardState = 17
|
|
11031
13095
|
}
|
|
11032
13096
|
}
|
|
11033
|
-
export declare namespace GenModels {
|
|
11034
|
-
/**
|
|
11035
|
-
* Data source variants from control FolderDataContext
|
|
11036
|
-
*/
|
|
11037
|
-
enum FolderDataContextMode {
|
|
11038
|
-
/**
|
|
11039
|
-
* From specified data source
|
|
11040
|
-
*/
|
|
11041
|
-
FromDataSource = 0,
|
|
11042
|
-
/**
|
|
11043
|
-
* From specified folder id
|
|
11044
|
-
*/
|
|
11045
|
-
KnownFolder = 1,
|
|
11046
|
-
/**
|
|
11047
|
-
* From current route
|
|
11048
|
-
*/
|
|
11049
|
-
FromUrl = 2,
|
|
11050
|
-
/**
|
|
11051
|
-
* System folder
|
|
11052
|
-
*/
|
|
11053
|
-
SystemFolder = 3
|
|
11054
|
-
}
|
|
11055
|
-
}
|