@docsvision/webclient 5.17.0-beta.8 → 5.17.0
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 +16 -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/ParseQueryString.d.ts +1 -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 +13 -2
- package/Approval/AgreementManagementImpl.d.ts +3 -2
- package/Approval/AgreementStage.d.ts +1 -0
- package/Approval/AgreementStageProps.d.ts +4 -2
- package/Approval/IAgreemenSavingEventArgs.d.ts +3 -0
- package/Approval/IAgreementEventArgs.d.ts +6 -0
- 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 +2 -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 +70 -0
- package/BackOffice/SignatureDialog.stories.d.ts +12 -0
- package/BackOffice/SignatureDialogFrame.d.ts +23 -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 +3 -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 +30 -4
- package/BackOffice/StaffDirectoryLogic.d.ts +1 -0
- 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 +1 -1
- 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 +2 -2
- package/BackOffice/WebFrameDirectorySearchPanelContainer.d.ts +2 -2
- package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +4 -4
- package/BackOffice/WebFrameDirectorySearchPanelRouteHandler.d.ts +4 -4
- package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +2 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +4 -5
- package/Generated/DocsVision.WebClient.Controllers.d.ts +414 -6
- package/Generated/DocsVision.WebClient.Models.d.ts +2469 -513
- 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/FileComments/FileComments.d.ts +1 -0
- 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/PopoverHelpers/PopoverContent.d.ts +1 -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 +6 -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/IAgreementParams.d.ts +2 -2
- 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 +20 -0
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +5 -2
- package/Legacy/TextareaControl.d.ts +1 -1
- package/Legacy/Utils.d.ts +7 -0
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +3 -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 +21 -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 +2 -0
- package/Platform/$FolderGrid.d.ts +10 -8
- 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/$ToolbarActionButtons.d.ts +16 -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 → ApplyCurrentSettings.d.ts} +0 -0
- package/Platform/ApprovalVisualization.d.ts +10 -0
- package/Platform/ApprovalVisualizationArrows.d.ts +7 -0
- package/Platform/ApprovalVisualizationConditionList.d.ts +6 -0
- package/Platform/ApprovalVisualizationConditionOption.d.ts +6 -0
- package/Platform/ApprovalVisualizationContainer.d.ts +6 -0
- package/Platform/ApprovalVisualizationDescription.d.ts +5 -0
- package/Platform/ApprovalVisualizationLogic.d.ts +39 -0
- package/Platform/ApprovalVisualizationOptions.d.ts +32 -0
- package/Platform/ApprovalVisualizationRouteHandler.d.ts +14 -0
- package/Platform/ApprovalVisualizationRouteTypeMapper.d.ts +14 -0
- package/Platform/ApprovalVisualizationUtils.d.ts +3 -0
- package/Platform/ApprovalVisualizationView.d.ts +17 -0
- package/Platform/ApprovalVisualizationVisBlock.d.ts +6 -0
- package/Platform/ArchivedCardsIcon.d.ts +4 -2
- package/Platform/ArchivedCardsPlugin.d.ts +3 -2
- package/Platform/ArchivedCardsResponseResolver.d.ts +2 -1
- package/Platform/AutoConsolidation.d.ts +2 -2
- package/Platform/AutoConsolidationImpl.d.ts +12 -4
- package/Platform/BarcodeSearchButton.d.ts +2 -2
- package/Platform/BarcodeSearchButtonImpl.d.ts +16 -14
- package/Platform/BaseMainMenuItem.d.ts +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 +4 -2
- 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 +6 -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 +7 -4
- package/Platform/DashboardContainer.d.ts +3 -3
- package/Platform/DashboardContainerImpl.d.ts +6 -4
- package/Platform/DateInput.d.ts +16 -4
- package/Platform/DateTimePicker.d.ts +6 -5
- package/Platform/DateTimePickerImpl.d.ts +18 -11
- package/Platform/DefaultFolderDataLoader.d.ts +3 -3
- package/Platform/DefaultFolderTablePluginFactory.d.ts +11 -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 +3 -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 +3 -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 +19 -8
- package/Platform/FileVersionsTable.d.ts +1 -1
- package/Platform/FilterBoolean.d.ts +6 -0
- package/Platform/FilterDate.d.ts +6 -4
- package/Platform/FilterDateRangePicker.d.ts +5 -3
- package/Platform/FilterDateTextListInput.d.ts +4 -2
- package/Platform/FilterViews.d.ts +3 -0
- package/Platform/FocusableTextInput.d.ts +5 -3
- 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 +11 -5
- package/Platform/FolderDataLoadingService.d.ts +10 -6
- package/Platform/FolderGrid.d.ts +17 -7
- package/Platform/FolderGridBatchOperationsNode.d.ts +4 -3
- package/Platform/FolderGridBatchOperationsNodeImpl.d.ts +5 -3
- package/Platform/FolderGridImpl.d.ts +9 -3
- package/Platform/FolderGridService.d.ts +8 -4
- 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 +4 -4
- 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 +5 -3
- 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 +5 -5
- 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 +2 -2
- package/Platform/ListContent.d.ts +2 -2
- package/Platform/ListContentHightlight.d.ts +2 -2
- package/Platform/ListEmpty.d.ts +2 -2
- package/Platform/ListEmptySearchIcon.d.ts +2 -2
- package/Platform/ListInput.d.ts +2 -3
- package/Platform/ListItem.d.ts +2 -2
- package/Platform/ListLoading.d.ts +2 -2
- package/Platform/ListSearchIcon.d.ts +2 -2
- package/Platform/ListSlot.d.ts +2 -2
- package/Platform/ListTotalItem.d.ts +2 -2
- 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 +4 -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 +6 -4
- package/Platform/RefreshPlugin.d.ts +3 -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 +2 -2
- 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 → SetColumnsSettings.d.ts} +0 -0
- package/Platform/SettingsPlugin.d.ts +11 -8
- package/Platform/SettingsPopup.d.ts +6 -4
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +3 -2
- package/Platform/SettingsPopupColumn.d.ts +2 -2
- package/Platform/SettingsPopupItemView.d.ts +2 -2
- package/Platform/SettingsPopupLogic.d.ts +27 -5
- package/Platform/SettingsPopupRequestResolver.d.ts +2 -1
- 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 +1 -2
- 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 +9 -3
- package/Platform/TextListInputView.d.ts +25 -26
- package/Platform/TextListInputWrapper.d.ts +2 -2
- 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/ToolbarActionButtonsService.d.ts +11 -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 +4 -2
- 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 → UpdateValueCheckedColumn.d.ts} +0 -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 +8 -7
- 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 -11
- package/StandardServices.d.ts +13 -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 +15 -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/DataGridControl.d.ts +63 -0
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/FileService.d.ts +14 -15
- package/System/FilterLogic.d.ts +6 -0
- package/System/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 +12 -6
- 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/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/package.json +1 -1
- package/BackOffice/FileSignCreateDialog.d.ts +0 -83
- package/BackOffice/FileSignSelectCertificateDialog.d.ts +0 -57
- package/Globals/DVPromise.d.ts +0 -19
- package/Helpers/DateRangePicker/DateRangePicker.d.ts +0 -24
- package/Helpers/DateRangePicker/DateRangePicker.stories.d.ts +0 -9
- package/Helpers/DateRangePicker/components/DateRangePickerDay.d.ts +0 -15
- package/Helpers/DateRangePicker/components/DateRangePickerToolbar.d.ts +0 -14
- package/Platform/$PluginTemplate.d.ts +0 -12
- package/Platform/FilterPlugin.d.ts +0 -3
- 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/toLocaleStringPolifill.d.ts +0 -1
- 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
|
@@ -162,6 +162,10 @@ export declare namespace GenModels {
|
|
|
162
162
|
* User requested view without sorting.
|
|
163
163
|
*/
|
|
164
164
|
disableSorting: boolean;
|
|
165
|
+
/**
|
|
166
|
+
* Grid aggregate search value
|
|
167
|
+
*/
|
|
168
|
+
aggregates: Array<GenModels.AggregateFilterItem>;
|
|
165
169
|
/**
|
|
166
170
|
* Gets or sets whether used default grouping
|
|
167
171
|
*/
|
|
@@ -170,6 +174,10 @@ export declare namespace GenModels {
|
|
|
170
174
|
* Gets or sets table presentation mode
|
|
171
175
|
*/
|
|
172
176
|
tablePresentation: GenModels.TablePresentation;
|
|
177
|
+
/**
|
|
178
|
+
* Gets or sets column width mode
|
|
179
|
+
*/
|
|
180
|
+
columnWidthMode: GenModels.ColumnWidthMode;
|
|
173
181
|
}
|
|
174
182
|
}
|
|
175
183
|
export declare namespace GenModels {
|
|
@@ -232,6 +240,38 @@ export declare namespace GenModels {
|
|
|
232
240
|
activeValue: string;
|
|
233
241
|
}
|
|
234
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
|
+
}
|
|
235
275
|
export declare namespace GenModels {
|
|
236
276
|
interface UnreadCountersRequest {
|
|
237
277
|
/**
|
|
@@ -662,6 +702,129 @@ export declare namespace GenModels {
|
|
|
662
702
|
contractId: string;
|
|
663
703
|
}
|
|
664
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
|
+
}
|
|
665
828
|
export declare namespace GenModels {
|
|
666
829
|
interface SearchRequestModel {
|
|
667
830
|
/**
|
|
@@ -764,6 +927,54 @@ export declare namespace GenModels {
|
|
|
764
927
|
changeDateTime: string;
|
|
765
928
|
}
|
|
766
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
|
+
}
|
|
767
978
|
export declare namespace GenModels {
|
|
768
979
|
interface GetFolderCardsRequest {
|
|
769
980
|
queryViewRequest: GenModels.QueryViewRequest;
|
|
@@ -872,6 +1083,145 @@ export declare namespace GenModels {
|
|
|
872
1083
|
children: Array<GenModels.FolderTypeInfo>;
|
|
873
1084
|
}
|
|
874
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
|
+
}
|
|
875
1225
|
export declare namespace GenModels {
|
|
876
1226
|
interface SecurityTarget {
|
|
877
1227
|
/**
|
|
@@ -1436,26 +1786,177 @@ export declare namespace GenModels {
|
|
|
1436
1786
|
* Row description
|
|
1437
1787
|
*/
|
|
1438
1788
|
description: string;
|
|
1789
|
+
/**
|
|
1790
|
+
* Row parent id
|
|
1791
|
+
*
|
|
1792
|
+
* @format datatype.uuid
|
|
1793
|
+
*/
|
|
1794
|
+
parentId: string;
|
|
1439
1795
|
}
|
|
1440
1796
|
}
|
|
1441
1797
|
export declare namespace GenModels {
|
|
1442
|
-
interface
|
|
1798
|
+
interface DirectoryDesignerNodeModel {
|
|
1443
1799
|
/**
|
|
1444
|
-
*
|
|
1800
|
+
* Node id
|
|
1801
|
+
*
|
|
1802
|
+
* @format datatype.uuid
|
|
1445
1803
|
*/
|
|
1446
|
-
|
|
1804
|
+
id: string;
|
|
1447
1805
|
/**
|
|
1448
|
-
*
|
|
1806
|
+
* Node name
|
|
1449
1807
|
*/
|
|
1450
|
-
|
|
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;
|
|
1451
1819
|
}
|
|
1452
1820
|
}
|
|
1453
1821
|
export declare namespace GenModels {
|
|
1454
|
-
interface
|
|
1822
|
+
interface DirectoryDesignerQuery {
|
|
1455
1823
|
/**
|
|
1456
|
-
*
|
|
1824
|
+
* Search Area
|
|
1457
1825
|
*/
|
|
1458
|
-
|
|
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
|
|
1958
|
+
*/
|
|
1959
|
+
year: number;
|
|
1459
1960
|
/**
|
|
1460
1961
|
* Value of business calendar EndTime
|
|
1461
1962
|
*/
|
|
@@ -1703,165 +2204,597 @@ export declare namespace GenModels {
|
|
|
1703
2204
|
}
|
|
1704
2205
|
}
|
|
1705
2206
|
export declare namespace GenModels {
|
|
1706
|
-
interface CommentsModel {
|
|
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;
|
|
2651
|
+
}
|
|
2652
|
+
}
|
|
2653
|
+
export declare namespace GenModels {
|
|
2654
|
+
interface SignatureVerificationModel {
|
|
1707
2655
|
/**
|
|
1708
|
-
* Gets or sets
|
|
2656
|
+
* Gets or sets signature status
|
|
1709
2657
|
*/
|
|
1710
|
-
|
|
2658
|
+
signatureStatus: string;
|
|
1711
2659
|
/**
|
|
1712
|
-
* Gets or sets
|
|
2660
|
+
* Gets or sets signature validation status
|
|
1713
2661
|
*/
|
|
1714
|
-
|
|
2662
|
+
validationState: GenModels.ValidationState;
|
|
1715
2663
|
/**
|
|
1716
|
-
* Gets or sets
|
|
2664
|
+
* Gets or sets kind of signature
|
|
1717
2665
|
*/
|
|
1718
|
-
|
|
2666
|
+
signatureKind: string;
|
|
2667
|
+
/**
|
|
2668
|
+
* Gets or sets details of signature
|
|
2669
|
+
*/
|
|
2670
|
+
signatureDetails: Array<GenModels.SignatureItemVerificationModel>;
|
|
1719
2671
|
}
|
|
1720
2672
|
}
|
|
1721
2673
|
export declare namespace GenModels {
|
|
1722
|
-
interface
|
|
2674
|
+
interface SignatureItemVerificationModel {
|
|
1723
2675
|
/**
|
|
1724
|
-
* 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
|
|
1725
2689
|
*
|
|
1726
2690
|
* @format datatype.uuid
|
|
1727
2691
|
*/
|
|
1728
|
-
|
|
2692
|
+
fileId: string;
|
|
1729
2693
|
/**
|
|
1730
|
-
* Gets or sets
|
|
2694
|
+
* Gets or sets id of the file for FileManager
|
|
1731
2695
|
*
|
|
1732
2696
|
* @format datatype.uuid
|
|
1733
2697
|
*/
|
|
1734
|
-
|
|
2698
|
+
fileHandleId: string;
|
|
1735
2699
|
/**
|
|
1736
|
-
* Gets or sets
|
|
2700
|
+
* Gets or sets item certificate thumbprint
|
|
1737
2701
|
*/
|
|
1738
|
-
|
|
2702
|
+
certificateThumbprint: string;
|
|
1739
2703
|
/**
|
|
1740
|
-
*
|
|
2704
|
+
* Timestamp
|
|
1741
2705
|
*
|
|
1742
2706
|
* @format datatype.datetime
|
|
1743
2707
|
*/
|
|
1744
|
-
|
|
1745
|
-
/**
|
|
1746
|
-
* Gets or sets text
|
|
1747
|
-
*/
|
|
1748
|
-
text: string;
|
|
1749
|
-
}
|
|
1750
|
-
}
|
|
1751
|
-
export declare namespace GenModels {
|
|
1752
|
-
interface AddCommentRequestModel {
|
|
2708
|
+
timestamp?: string;
|
|
1753
2709
|
/**
|
|
1754
|
-
* Gets or sets
|
|
2710
|
+
* Gets or sets client sign validated
|
|
1755
2711
|
*/
|
|
1756
|
-
|
|
2712
|
+
isSignedWithCertificate: boolean;
|
|
1757
2713
|
/**
|
|
1758
|
-
* Gets or sets
|
|
1759
|
-
*
|
|
1760
|
-
* @format datatype.uuid
|
|
2714
|
+
* Gets or sets validate error message
|
|
1761
2715
|
*/
|
|
1762
|
-
|
|
2716
|
+
errorMessage: string;
|
|
1763
2717
|
/**
|
|
1764
|
-
* Gets or sets
|
|
2718
|
+
* Gets or sets verification status
|
|
1765
2719
|
*/
|
|
1766
|
-
|
|
1767
|
-
}
|
|
1768
|
-
}
|
|
1769
|
-
export declare namespace GenModels {
|
|
1770
|
-
interface RestoreCommentModel {
|
|
2720
|
+
verificationStatus: GenModels.SignatureVerificationStatus;
|
|
1771
2721
|
/**
|
|
1772
|
-
*
|
|
2722
|
+
* Signature Item Type
|
|
1773
2723
|
*/
|
|
1774
|
-
|
|
2724
|
+
signatureItemType: GenModels.SignatureItemType;
|
|
1775
2725
|
/**
|
|
1776
|
-
*
|
|
1777
|
-
*
|
|
1778
|
-
* @format datatype.uuid
|
|
2726
|
+
* description
|
|
1779
2727
|
*/
|
|
1780
|
-
|
|
2728
|
+
description: string;
|
|
1781
2729
|
/**
|
|
1782
|
-
*
|
|
2730
|
+
* field names or additional files
|
|
1783
2731
|
*/
|
|
1784
|
-
|
|
2732
|
+
partItems: Array<string>;
|
|
1785
2733
|
/**
|
|
1786
|
-
* Gets or sets
|
|
1787
|
-
*
|
|
1788
|
-
* @format datatype.uuid
|
|
2734
|
+
* Gets or sets kind of signature
|
|
1789
2735
|
*/
|
|
1790
|
-
|
|
2736
|
+
kind: string;
|
|
1791
2737
|
/**
|
|
1792
|
-
*
|
|
2738
|
+
* Gets or sets expire date
|
|
1793
2739
|
*
|
|
1794
2740
|
* @format datatype.datetime
|
|
1795
2741
|
*/
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
}
|
|
1799
|
-
export declare namespace GenModels {
|
|
1800
|
-
interface UpdateCommentRequestModel {
|
|
1801
|
-
/**
|
|
1802
|
-
* Gets or sets comments data source
|
|
1803
|
-
*/
|
|
1804
|
-
dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
|
|
2742
|
+
expireDate?: string;
|
|
2743
|
+
canShowSignatureInfo: boolean;
|
|
1805
2744
|
/**
|
|
1806
|
-
* Gets or sets
|
|
2745
|
+
* Gets or sets signature part id
|
|
1807
2746
|
*
|
|
1808
2747
|
* @format datatype.uuid
|
|
1809
2748
|
*/
|
|
1810
|
-
|
|
2749
|
+
signaturePartId: string;
|
|
1811
2750
|
/**
|
|
1812
|
-
* Gets or sets
|
|
2751
|
+
* Gets or sets signature id
|
|
1813
2752
|
*
|
|
1814
2753
|
* @format datatype.uuid
|
|
1815
2754
|
*/
|
|
1816
|
-
|
|
1817
|
-
/**
|
|
1818
|
-
* Gets or sets text
|
|
1819
|
-
*/
|
|
1820
|
-
text: string;
|
|
2755
|
+
signatureId: string;
|
|
1821
2756
|
}
|
|
1822
2757
|
}
|
|
1823
2758
|
export declare namespace GenModels {
|
|
1824
|
-
interface
|
|
2759
|
+
interface SignatureDetailsModel {
|
|
1825
2760
|
/**
|
|
1826
|
-
* Gets or sets
|
|
2761
|
+
* Gets or sets kind of signature
|
|
1827
2762
|
*/
|
|
1828
|
-
|
|
2763
|
+
signatureKind: string;
|
|
1829
2764
|
/**
|
|
1830
|
-
*
|
|
1831
|
-
*
|
|
1832
|
-
* @format datatype.uuid
|
|
2765
|
+
* List of document files for validation purposes
|
|
1833
2766
|
*/
|
|
1834
|
-
|
|
2767
|
+
documentFiles: Array<GenModels.SignatureFileDetails>;
|
|
1835
2768
|
/**
|
|
1836
|
-
* Gets or sets
|
|
1837
|
-
*
|
|
1838
|
-
* @format datatype.uuid
|
|
2769
|
+
* Gets or sets details of signature
|
|
1839
2770
|
*/
|
|
1840
|
-
|
|
2771
|
+
signatureDetails: Array<GenModels.SignatureItemVerificationModel>;
|
|
1841
2772
|
}
|
|
1842
2773
|
}
|
|
1843
2774
|
export declare namespace GenModels {
|
|
1844
|
-
interface
|
|
2775
|
+
interface SignatureFileDetails {
|
|
1845
2776
|
/**
|
|
1846
|
-
*
|
|
2777
|
+
* Row id of the document file
|
|
2778
|
+
*
|
|
2779
|
+
* @format datatype.uuid
|
|
1847
2780
|
*/
|
|
1848
|
-
|
|
1849
|
-
}
|
|
1850
|
-
}
|
|
1851
|
-
export declare namespace GenModels {
|
|
1852
|
-
interface SignatureKindSelectionModel {
|
|
2781
|
+
documentFileId: string;
|
|
1853
2782
|
/**
|
|
1854
|
-
*
|
|
2783
|
+
* Versioned file card id
|
|
2784
|
+
*
|
|
2785
|
+
* @format datatype.uuid
|
|
1855
2786
|
*/
|
|
1856
|
-
|
|
2787
|
+
fileCardId: string;
|
|
1857
2788
|
/**
|
|
1858
|
-
*
|
|
2789
|
+
* Current version id
|
|
2790
|
+
*
|
|
2791
|
+
* @format datatype.uuid
|
|
1859
2792
|
*/
|
|
1860
|
-
|
|
2793
|
+
versionId: string;
|
|
1861
2794
|
/**
|
|
1862
|
-
*
|
|
2795
|
+
* Is main document file (not additional)
|
|
1863
2796
|
*/
|
|
1864
|
-
|
|
2797
|
+
isMain: boolean;
|
|
1865
2798
|
}
|
|
1866
2799
|
}
|
|
1867
2800
|
export declare namespace GenControllers {
|
|
@@ -2370,43 +3303,163 @@ export declare namespace GenModels {
|
|
|
2370
3303
|
}
|
|
2371
3304
|
}
|
|
2372
3305
|
export declare namespace GenModels {
|
|
2373
|
-
interface SearchInfo {
|
|
3306
|
+
interface PartnerSearchInfo extends GenModels.SearchInfo {
|
|
3307
|
+
}
|
|
3308
|
+
}
|
|
3309
|
+
export declare namespace GenModels {
|
|
3310
|
+
interface MainMenuSettings {
|
|
2374
3311
|
/**
|
|
2375
|
-
*
|
|
3312
|
+
* List of main menu settings
|
|
2376
3313
|
*/
|
|
2377
|
-
|
|
3314
|
+
items: Array<GenModels.MainMenuItemSetting>;
|
|
3315
|
+
}
|
|
3316
|
+
}
|
|
3317
|
+
export declare namespace GenModels {
|
|
3318
|
+
interface MainMenuItemSetting {
|
|
2378
3319
|
/**
|
|
2379
|
-
*
|
|
3320
|
+
* Main menu item unique identifier
|
|
2380
3321
|
*/
|
|
2381
|
-
|
|
3322
|
+
id: string;
|
|
2382
3323
|
/**
|
|
2383
|
-
*
|
|
3324
|
+
* Is item hidden by user
|
|
2384
3325
|
*/
|
|
2385
|
-
|
|
3326
|
+
hidden: boolean;
|
|
2386
3327
|
}
|
|
2387
3328
|
}
|
|
2388
3329
|
export declare namespace GenModels {
|
|
2389
|
-
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;
|
|
2390
3345
|
}
|
|
2391
3346
|
}
|
|
2392
3347
|
export declare namespace GenModels {
|
|
2393
|
-
interface
|
|
3348
|
+
interface FileCardModel {
|
|
2394
3349
|
/**
|
|
2395
|
-
*
|
|
3350
|
+
* Gets name
|
|
2396
3351
|
*/
|
|
2397
|
-
|
|
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;
|
|
2398
3395
|
}
|
|
2399
3396
|
}
|
|
2400
3397
|
export declare namespace GenModels {
|
|
2401
|
-
interface
|
|
3398
|
+
interface FileCardVersionModel {
|
|
2402
3399
|
/**
|
|
2403
|
-
*
|
|
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
|
|
2404
3441
|
*/
|
|
2405
3442
|
id: string;
|
|
2406
3443
|
/**
|
|
2407
|
-
*
|
|
3444
|
+
* Gets or sets date
|
|
3445
|
+
*
|
|
3446
|
+
* @format datatype.datetime
|
|
3447
|
+
*/
|
|
3448
|
+
date: string;
|
|
3449
|
+
/**
|
|
3450
|
+
* Gets or sets comment
|
|
3451
|
+
*/
|
|
3452
|
+
comment: string;
|
|
3453
|
+
/**
|
|
3454
|
+
* Gets or sets author
|
|
3455
|
+
*/
|
|
3456
|
+
author: string;
|
|
3457
|
+
/**
|
|
3458
|
+
* Gets or sets author
|
|
3459
|
+
*
|
|
3460
|
+
* @format datatype.uuid
|
|
2408
3461
|
*/
|
|
2409
|
-
|
|
3462
|
+
authorId: string;
|
|
2410
3463
|
}
|
|
2411
3464
|
}
|
|
2412
3465
|
export declare namespace GenModels {
|
|
@@ -2429,6 +3482,10 @@ export declare namespace GenModels {
|
|
|
2429
3482
|
* Device type
|
|
2430
3483
|
*/
|
|
2431
3484
|
deviceType: GenModels.DeviceType;
|
|
3485
|
+
/**
|
|
3486
|
+
* Need use old grid.
|
|
3487
|
+
*/
|
|
3488
|
+
useOldGrid?: boolean;
|
|
2432
3489
|
}
|
|
2433
3490
|
}
|
|
2434
3491
|
export declare namespace GenModels {
|
|
@@ -2651,6 +3708,10 @@ export declare namespace GenModels {
|
|
|
2651
3708
|
* Get value indicated whether view column is hidden in view settings
|
|
2652
3709
|
*/
|
|
2653
3710
|
isHiddenColumn: boolean;
|
|
3711
|
+
/**
|
|
3712
|
+
* Get value indicated whether view column content needed show as HTML (without escaping)
|
|
3713
|
+
*/
|
|
3714
|
+
displayAsHTML: boolean;
|
|
2654
3715
|
/**
|
|
2655
3716
|
* Gets or sets value indicated whether column is unresizable
|
|
2656
3717
|
*/
|
|
@@ -2916,6 +3977,10 @@ export declare namespace GenModels {
|
|
|
2916
3977
|
export declare namespace GenModels {
|
|
2917
3978
|
interface RecentCardsRequest {
|
|
2918
3979
|
requestModel: GenModels.CardListRequestModel;
|
|
3980
|
+
/**
|
|
3981
|
+
* Need use old grid.
|
|
3982
|
+
*/
|
|
3983
|
+
useOldGrid?: boolean;
|
|
2919
3984
|
}
|
|
2920
3985
|
}
|
|
2921
3986
|
export declare namespace GenModels {
|
|
@@ -2984,6 +4049,10 @@ export declare namespace GenModels {
|
|
|
2984
4049
|
* Gets or sets column caption
|
|
2985
4050
|
*/
|
|
2986
4051
|
caption: string;
|
|
4052
|
+
/**
|
|
4053
|
+
* Is column need save HTML content to show
|
|
4054
|
+
*/
|
|
4055
|
+
displayAsHTML: boolean;
|
|
2987
4056
|
}
|
|
2988
4057
|
}
|
|
2989
4058
|
export declare namespace GenModels {
|
|
@@ -3024,6 +4093,12 @@ export declare namespace GenModels {
|
|
|
3024
4093
|
* @format datatype.uuid
|
|
3025
4094
|
*/
|
|
3026
4095
|
viewId: string;
|
|
4096
|
+
/**
|
|
4097
|
+
* Get or sets instance id
|
|
4098
|
+
*
|
|
4099
|
+
* @format datatype.uuid
|
|
4100
|
+
*/
|
|
4101
|
+
instanceId?: string;
|
|
3027
4102
|
/**
|
|
3028
4103
|
* Gets or sets grid user settings data
|
|
3029
4104
|
*/
|
|
@@ -3122,6 +4197,10 @@ export declare namespace GenModels {
|
|
|
3122
4197
|
* Gets or sets value
|
|
3123
4198
|
*/
|
|
3124
4199
|
value: string;
|
|
4200
|
+
/**
|
|
4201
|
+
* Gets or sets raw value
|
|
4202
|
+
*/
|
|
4203
|
+
rawValue: any;
|
|
3125
4204
|
/**
|
|
3126
4205
|
* Gets or sets count
|
|
3127
4206
|
*/
|
|
@@ -3150,6 +4229,134 @@ export declare namespace GenModels {
|
|
|
3150
4229
|
instanceId: string;
|
|
3151
4230
|
}
|
|
3152
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
|
+
}
|
|
3153
4360
|
export declare namespace GenModels {
|
|
3154
4361
|
interface GetRequestModel {
|
|
3155
4362
|
locationName?: string;
|
|
@@ -3174,18 +4381,6 @@ export declare namespace GenModels {
|
|
|
3174
4381
|
parentLayoutIds?: Array<string>;
|
|
3175
4382
|
}
|
|
3176
4383
|
}
|
|
3177
|
-
export declare namespace GenModels {
|
|
3178
|
-
interface ParamModel {
|
|
3179
|
-
/**
|
|
3180
|
-
* key
|
|
3181
|
-
*/
|
|
3182
|
-
key: string;
|
|
3183
|
-
/**
|
|
3184
|
-
* value
|
|
3185
|
-
*/
|
|
3186
|
-
value: string;
|
|
3187
|
-
}
|
|
3188
|
-
}
|
|
3189
4384
|
export declare namespace GenModels {
|
|
3190
4385
|
interface GetPartRequestModel extends GenModels.GetRequestModel {
|
|
3191
4386
|
controlName?: string;
|
|
@@ -3408,167 +4603,89 @@ export declare namespace GenModels {
|
|
|
3408
4603
|
}
|
|
3409
4604
|
}
|
|
3410
4605
|
export declare namespace GenModels {
|
|
3411
|
-
interface
|
|
3412
|
-
/**
|
|
3413
|
-
* Cards to read
|
|
3414
|
-
*/
|
|
3415
|
-
cardIds: Array<string>;
|
|
3416
|
-
/**
|
|
3417
|
-
* Set read state
|
|
3418
|
-
*/
|
|
3419
|
-
setRead: boolean;
|
|
3420
|
-
}
|
|
3421
|
-
}
|
|
3422
|
-
export declare namespace GenModels {
|
|
3423
|
-
interface FilePickerRequestModel {
|
|
3424
|
-
/**
|
|
3425
|
-
* FileCard id
|
|
3426
|
-
*
|
|
3427
|
-
* @format datatype.uuid
|
|
3428
|
-
*/
|
|
3429
|
-
fileCardId: string;
|
|
3430
|
-
/**
|
|
3431
|
-
* Additional information for writing records to system journal
|
|
3432
|
-
*/
|
|
3433
|
-
logInfo: GenModels.LogInfo;
|
|
3434
|
-
}
|
|
3435
|
-
}
|
|
3436
|
-
export declare namespace GenModels {
|
|
3437
|
-
interface LogInfo {
|
|
4606
|
+
interface IsHasFileCertificateSignatureModel {
|
|
3438
4607
|
/**
|
|
3439
|
-
*
|
|
3440
|
-
*
|
|
3441
|
-
* @format datatype.uuid
|
|
4608
|
+
* Indicates has the file a certificate signature
|
|
3442
4609
|
*/
|
|
3443
|
-
|
|
4610
|
+
isHasFileCertificateSignature: boolean;
|
|
3444
4611
|
/**
|
|
3445
|
-
*
|
|
3446
|
-
*
|
|
3447
|
-
* @format datatype.uuid
|
|
4612
|
+
* The name for downloading file
|
|
3448
4613
|
*/
|
|
3449
|
-
|
|
4614
|
+
fileDownloadName: string;
|
|
3450
4615
|
}
|
|
3451
4616
|
}
|
|
3452
4617
|
export declare namespace GenModels {
|
|
3453
|
-
interface
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
*/
|
|
3457
|
-
loadVersions: boolean;
|
|
4618
|
+
interface DocumentFilesResponseModel {
|
|
4619
|
+
fileName: string;
|
|
4620
|
+
files: Array<GenModels.DowloadFilesOperationFileInfoModel>;
|
|
3458
4621
|
}
|
|
3459
4622
|
}
|
|
3460
4623
|
export declare namespace GenModels {
|
|
3461
|
-
interface
|
|
4624
|
+
interface DowloadFilesOperationFileInfoModel {
|
|
3462
4625
|
/**
|
|
3463
|
-
*
|
|
3464
|
-
*/
|
|
3465
|
-
name: string;
|
|
3466
|
-
/**
|
|
3467
|
-
* Gets file identifier
|
|
4626
|
+
* File id
|
|
3468
4627
|
*
|
|
3469
4628
|
* @format datatype.uuid
|
|
3470
4629
|
*/
|
|
3471
4630
|
fileId: string;
|
|
3472
4631
|
/**
|
|
3473
|
-
*
|
|
3474
|
-
*/
|
|
3475
|
-
isLocked: boolean;
|
|
3476
|
-
/**
|
|
3477
|
-
* Gets child versions of the file
|
|
3478
|
-
*/
|
|
3479
|
-
childVersions: Array<GenModels.FileCardVersionModel>;
|
|
3480
|
-
/**
|
|
3481
|
-
* Gets current version of the file
|
|
3482
|
-
*/
|
|
3483
|
-
currentVersion: GenModels.FileCardVersionModel;
|
|
3484
|
-
/**
|
|
3485
|
-
* Gets file size
|
|
3486
|
-
*/
|
|
3487
|
-
size: number;
|
|
3488
|
-
/**
|
|
3489
|
-
* Gets or sets versions count
|
|
3490
|
-
*/
|
|
3491
|
-
versionsCount: number;
|
|
3492
|
-
/**
|
|
3493
|
-
* Link to open file with webdav
|
|
3494
|
-
*/
|
|
3495
|
-
webDavLink: string;
|
|
3496
|
-
/**
|
|
3497
|
-
* Link to open file with webdav readonly
|
|
4632
|
+
* File name
|
|
3498
4633
|
*/
|
|
3499
|
-
|
|
4634
|
+
fileName: string;
|
|
3500
4635
|
/**
|
|
3501
|
-
*
|
|
4636
|
+
* is main
|
|
3502
4637
|
*/
|
|
3503
|
-
|
|
4638
|
+
isMain: boolean;
|
|
3504
4639
|
}
|
|
3505
4640
|
}
|
|
3506
4641
|
export declare namespace GenModels {
|
|
3507
|
-
interface
|
|
3508
|
-
/**
|
|
3509
|
-
* Gets or sets file identifier
|
|
3510
|
-
*
|
|
3511
|
-
* @format datatype.uuid
|
|
3512
|
-
*/
|
|
3513
|
-
id: string;
|
|
3514
|
-
/**
|
|
3515
|
-
* Gets or set version id
|
|
3516
|
-
*
|
|
3517
|
-
* @format datatype.uuid
|
|
3518
|
-
*/
|
|
3519
|
-
versionId: string;
|
|
3520
|
-
/**
|
|
3521
|
-
* Gets or set version path
|
|
3522
|
-
*/
|
|
3523
|
-
versionPath: string;
|
|
3524
|
-
/**
|
|
3525
|
-
* Gets or set version number
|
|
3526
|
-
*/
|
|
3527
|
-
versionNumber: number;
|
|
3528
|
-
/**
|
|
3529
|
-
* Gets or set version author
|
|
3530
|
-
*/
|
|
3531
|
-
author: string;
|
|
4642
|
+
interface WasReadRequest {
|
|
3532
4643
|
/**
|
|
3533
|
-
*
|
|
3534
|
-
*
|
|
3535
|
-
* @format datatype.datetime
|
|
4644
|
+
* Cards to read
|
|
3536
4645
|
*/
|
|
3537
|
-
|
|
4646
|
+
cardIds: Array<string>;
|
|
3538
4647
|
/**
|
|
3539
|
-
*
|
|
4648
|
+
* Set read state
|
|
3540
4649
|
*/
|
|
3541
|
-
|
|
4650
|
+
setRead: boolean;
|
|
3542
4651
|
}
|
|
3543
4652
|
}
|
|
3544
4653
|
export declare namespace GenModels {
|
|
3545
|
-
interface
|
|
4654
|
+
interface FilePickerRequestModel {
|
|
3546
4655
|
/**
|
|
3547
|
-
*
|
|
4656
|
+
* FileCard id
|
|
3548
4657
|
*
|
|
3549
4658
|
* @format datatype.uuid
|
|
3550
4659
|
*/
|
|
3551
|
-
|
|
3552
|
-
/**
|
|
3553
|
-
* Gets or sets date
|
|
3554
|
-
*
|
|
3555
|
-
* @format datatype.datetime
|
|
3556
|
-
*/
|
|
3557
|
-
date: string;
|
|
4660
|
+
fileCardId: string;
|
|
3558
4661
|
/**
|
|
3559
|
-
*
|
|
4662
|
+
* Additional information for writing records to system journal
|
|
3560
4663
|
*/
|
|
3561
|
-
|
|
4664
|
+
logInfo: GenModels.LogInfo;
|
|
4665
|
+
}
|
|
4666
|
+
}
|
|
4667
|
+
export declare namespace GenModels {
|
|
4668
|
+
interface LogInfo {
|
|
3562
4669
|
/**
|
|
3563
|
-
*
|
|
4670
|
+
* The edit operation for the log record.
|
|
4671
|
+
*
|
|
4672
|
+
* @format datatype.uuid
|
|
3564
4673
|
*/
|
|
3565
|
-
|
|
4674
|
+
operationId: string;
|
|
3566
4675
|
/**
|
|
3567
|
-
*
|
|
4676
|
+
* Card, to associate log record with.
|
|
3568
4677
|
*
|
|
3569
4678
|
* @format datatype.uuid
|
|
3570
4679
|
*/
|
|
3571
|
-
|
|
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;
|
|
3572
4689
|
}
|
|
3573
4690
|
}
|
|
3574
4691
|
export declare namespace GenModels {
|
|
@@ -3933,18 +5050,6 @@ export declare namespace GenModels {
|
|
|
3933
5050
|
excludeItems?: Array<string>;
|
|
3934
5051
|
}
|
|
3935
5052
|
}
|
|
3936
|
-
export declare namespace GenModels {
|
|
3937
|
-
interface Pagination {
|
|
3938
|
-
/**
|
|
3939
|
-
* How many records client already have
|
|
3940
|
-
*/
|
|
3941
|
-
skip?: number;
|
|
3942
|
-
/**
|
|
3943
|
-
* How many records client want to receive
|
|
3944
|
-
*/
|
|
3945
|
-
maxCount?: number;
|
|
3946
|
-
}
|
|
3947
|
-
}
|
|
3948
5053
|
export declare namespace GenModels {
|
|
3949
5054
|
interface StaffQueryContext {
|
|
3950
5055
|
/**
|
|
@@ -4549,6 +5654,10 @@ export declare namespace GenModels {
|
|
|
4549
5654
|
* Gets or sets extended tip
|
|
4550
5655
|
*/
|
|
4551
5656
|
extendedTip: string;
|
|
5657
|
+
/**
|
|
5658
|
+
* Gets or sets extended tip
|
|
5659
|
+
*/
|
|
5660
|
+
type: GenModels.DirectoryDataType;
|
|
4552
5661
|
}
|
|
4553
5662
|
}
|
|
4554
5663
|
export declare namespace GenModels {
|
|
@@ -4727,70 +5836,6 @@ export declare namespace GenModels {
|
|
|
4727
5836
|
signData: GenModels.SignDataRequest;
|
|
4728
5837
|
}
|
|
4729
5838
|
}
|
|
4730
|
-
export declare namespace GenModels {
|
|
4731
|
-
interface SignDataRequest {
|
|
4732
|
-
/**
|
|
4733
|
-
* Get or sets document identifier
|
|
4734
|
-
*
|
|
4735
|
-
* @format datatype.uuid
|
|
4736
|
-
*/
|
|
4737
|
-
documentId: string;
|
|
4738
|
-
/**
|
|
4739
|
-
* Gets or sets timestamp
|
|
4740
|
-
*/
|
|
4741
|
-
timestamp: number;
|
|
4742
|
-
/**
|
|
4743
|
-
* Gets or sets label id
|
|
4744
|
-
*
|
|
4745
|
-
* @format datatype.uuid
|
|
4746
|
-
*/
|
|
4747
|
-
labelId: string;
|
|
4748
|
-
/**
|
|
4749
|
-
* Gets or sets value whether indicate use simple sign, if CSP not supported
|
|
4750
|
-
*/
|
|
4751
|
-
isSimpleSign: boolean;
|
|
4752
|
-
/**
|
|
4753
|
-
* Get or sets signature data
|
|
4754
|
-
*/
|
|
4755
|
-
signatureData: GenModels.SignatureData;
|
|
4756
|
-
}
|
|
4757
|
-
}
|
|
4758
|
-
export declare namespace GenModels {
|
|
4759
|
-
interface SignatureData {
|
|
4760
|
-
/**
|
|
4761
|
-
* Gets or sets certificate thumbprint
|
|
4762
|
-
*/
|
|
4763
|
-
certificateThumbprint: string;
|
|
4764
|
-
/**
|
|
4765
|
-
* Gets signature items
|
|
4766
|
-
*/
|
|
4767
|
-
items: Array<GenModels.SignatureItemData>;
|
|
4768
|
-
}
|
|
4769
|
-
}
|
|
4770
|
-
export declare namespace GenModels {
|
|
4771
|
-
interface SignatureItemData {
|
|
4772
|
-
/**
|
|
4773
|
-
* Gets or sets signed content
|
|
4774
|
-
*/
|
|
4775
|
-
data: Array<number>;
|
|
4776
|
-
/**
|
|
4777
|
-
* Gets or sets file version identifier
|
|
4778
|
-
*
|
|
4779
|
-
* @format datatype.uuid
|
|
4780
|
-
*/
|
|
4781
|
-
fileVersionId: string;
|
|
4782
|
-
/**
|
|
4783
|
-
* Gets or sets file card identifier
|
|
4784
|
-
*
|
|
4785
|
-
* @format datatype.uuid
|
|
4786
|
-
*/
|
|
4787
|
-
fileCardId: string;
|
|
4788
|
-
/**
|
|
4789
|
-
* Gets or sets signature item type
|
|
4790
|
-
*/
|
|
4791
|
-
itemType: GenModels.SignatureItemType;
|
|
4792
|
-
}
|
|
4793
|
-
}
|
|
4794
5839
|
export declare namespace GenModels {
|
|
4795
5840
|
interface GetApprovalTaskDecisionInfoOptions {
|
|
4796
5841
|
taskId: string;
|
|
@@ -4929,6 +5974,7 @@ export declare namespace GenModels {
|
|
|
4929
5974
|
interface ActualStageData {
|
|
4930
5975
|
stageSemantics: GenModels.StageSemantics;
|
|
4931
5976
|
currentStage: boolean;
|
|
5977
|
+
pass: number;
|
|
4932
5978
|
}
|
|
4933
5979
|
}
|
|
4934
5980
|
export declare namespace GenModels {
|
|
@@ -5005,7 +6051,10 @@ export declare namespace GenModels {
|
|
|
5005
6051
|
export declare namespace GenModels {
|
|
5006
6052
|
interface ApprovalHistoryStageModel {
|
|
5007
6053
|
name: string;
|
|
6054
|
+
id: string;
|
|
5008
6055
|
approvalType?: GenModels.ApprovalType;
|
|
6056
|
+
beginDate: string;
|
|
6057
|
+
pass: number;
|
|
5009
6058
|
stageItems: Array<GenModels.ApprovalHistoryStageItemModel>;
|
|
5010
6059
|
}
|
|
5011
6060
|
}
|
|
@@ -5030,6 +6079,7 @@ export declare namespace GenModels {
|
|
|
5030
6079
|
interface ApprovalHistoryFileModel {
|
|
5031
6080
|
fileCardId: string;
|
|
5032
6081
|
name: string;
|
|
6082
|
+
fileExtension: string;
|
|
5033
6083
|
currentVersion: GenModels.ApprovalHistoryFileVersionModel;
|
|
5034
6084
|
}
|
|
5035
6085
|
}
|
|
@@ -5926,6 +6976,28 @@ export declare namespace GenModels {
|
|
|
5926
6976
|
attributes: Array<GenModels.UniqueAttributeValue>;
|
|
5927
6977
|
}
|
|
5928
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
|
+
}
|
|
5929
7001
|
export declare namespace GenModels {
|
|
5930
7002
|
interface SignatureInfoModel {
|
|
5931
7003
|
/**
|
|
@@ -5990,6 +7062,30 @@ export declare namespace GenModels {
|
|
|
5990
7062
|
timestampType: GenModels.TimestampType;
|
|
5991
7063
|
}
|
|
5992
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
|
+
}
|
|
5993
7089
|
export declare namespace GenModels {
|
|
5994
7090
|
interface GetFilesRequest {
|
|
5995
7091
|
/**
|
|
@@ -6109,111 +7205,229 @@ export declare namespace GenModels {
|
|
|
6109
7205
|
*/
|
|
6110
7206
|
fileCardId: string;
|
|
6111
7207
|
/**
|
|
6112
|
-
* Gets or sets file card timestamp
|
|
7208
|
+
* Gets or sets file card timestamp
|
|
7209
|
+
*/
|
|
7210
|
+
timestamp: number;
|
|
7211
|
+
}
|
|
7212
|
+
}
|
|
7213
|
+
export declare namespace GenModels {
|
|
7214
|
+
interface VersionedFileCommentCreateModel {
|
|
7215
|
+
/**
|
|
7216
|
+
* Gets or sets comment identifier
|
|
7217
|
+
*
|
|
7218
|
+
* @format datatype.uuid
|
|
7219
|
+
*/
|
|
7220
|
+
commentId?: string;
|
|
7221
|
+
/**
|
|
7222
|
+
* Gets or sets container card identifier
|
|
7223
|
+
*
|
|
7224
|
+
* @format datatype.uuid
|
|
7225
|
+
*/
|
|
7226
|
+
cardId: string;
|
|
7227
|
+
/**
|
|
7228
|
+
* Gets or sets timestamp
|
|
7229
|
+
*/
|
|
7230
|
+
timestamp: number;
|
|
7231
|
+
/**
|
|
7232
|
+
* Gets or sets comment
|
|
7233
|
+
*/
|
|
7234
|
+
comment: string;
|
|
7235
|
+
/**
|
|
7236
|
+
* Gets or sets file card identifier
|
|
7237
|
+
*
|
|
7238
|
+
* @format datatype.uuid
|
|
7239
|
+
*/
|
|
7240
|
+
fileCardId: string;
|
|
7241
|
+
/**
|
|
7242
|
+
* Gets or sets version identifier
|
|
7243
|
+
*
|
|
7244
|
+
* @format datatype.uuid
|
|
7245
|
+
*/
|
|
7246
|
+
versionId: string;
|
|
7247
|
+
}
|
|
7248
|
+
}
|
|
7249
|
+
export declare namespace GenModels {
|
|
7250
|
+
interface VersionedFileCommentDeleteModel {
|
|
7251
|
+
/**
|
|
7252
|
+
* Gets or sets comment identifier
|
|
7253
|
+
*
|
|
7254
|
+
* @format datatype.uuid
|
|
7255
|
+
*/
|
|
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
|
|
6113
7331
|
*/
|
|
6114
|
-
|
|
7332
|
+
quotesLimit: number;
|
|
6115
7333
|
}
|
|
6116
7334
|
}
|
|
6117
7335
|
export declare namespace GenModels {
|
|
6118
|
-
interface
|
|
7336
|
+
interface FileQuotes {
|
|
6119
7337
|
/**
|
|
6120
|
-
*
|
|
7338
|
+
* File Id
|
|
6121
7339
|
*
|
|
6122
7340
|
* @format datatype.uuid
|
|
6123
7341
|
*/
|
|
6124
|
-
|
|
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
|
-
*
|
|
7354
|
+
* File extension
|
|
6137
7355
|
*/
|
|
6138
|
-
|
|
7356
|
+
fileExtension: string;
|
|
6139
7357
|
/**
|
|
6140
|
-
*
|
|
6141
|
-
*
|
|
6142
|
-
* @format datatype.uuid
|
|
7358
|
+
* WebDav link
|
|
6143
7359
|
*/
|
|
6144
|
-
|
|
7360
|
+
link: string;
|
|
6145
7361
|
/**
|
|
6146
|
-
*
|
|
6147
|
-
*
|
|
6148
|
-
* @format datatype.uuid
|
|
7362
|
+
* Citations
|
|
6149
7363
|
*/
|
|
6150
|
-
|
|
7364
|
+
quotes: Array<GenModels.Quote>;
|
|
7365
|
+
/**
|
|
7366
|
+
* Has more
|
|
7367
|
+
*/
|
|
7368
|
+
hasMore: boolean;
|
|
6151
7369
|
}
|
|
6152
7370
|
}
|
|
6153
7371
|
export declare namespace GenModels {
|
|
6154
|
-
interface
|
|
6155
|
-
/**
|
|
6156
|
-
* Gets or sets comment identifier
|
|
6157
|
-
*
|
|
6158
|
-
* @format datatype.uuid
|
|
6159
|
-
*/
|
|
6160
|
-
commentId: string;
|
|
6161
|
-
/**
|
|
6162
|
-
* Gets or sets container card identifier
|
|
6163
|
-
*
|
|
6164
|
-
* @format datatype.uuid
|
|
6165
|
-
*/
|
|
6166
|
-
cardId: string;
|
|
7372
|
+
interface Quote {
|
|
6167
7373
|
/**
|
|
6168
|
-
*
|
|
7374
|
+
* Quotes
|
|
6169
7375
|
*/
|
|
6170
|
-
|
|
7376
|
+
parts: Array<GenModels.QuotePart>;
|
|
7377
|
+
}
|
|
7378
|
+
}
|
|
7379
|
+
export declare namespace GenModels {
|
|
7380
|
+
interface QuotePart {
|
|
6171
7381
|
/**
|
|
6172
|
-
*
|
|
6173
|
-
*
|
|
6174
|
-
* @format datatype.uuid
|
|
7382
|
+
* Quote's text
|
|
6175
7383
|
*/
|
|
6176
|
-
|
|
7384
|
+
text: string;
|
|
6177
7385
|
/**
|
|
6178
|
-
*
|
|
6179
|
-
*
|
|
6180
|
-
* @format datatype.uuid
|
|
7386
|
+
* Marked
|
|
6181
7387
|
*/
|
|
6182
|
-
|
|
7388
|
+
isMarked: boolean;
|
|
6183
7389
|
}
|
|
6184
7390
|
}
|
|
6185
7391
|
export declare namespace GenModels {
|
|
6186
|
-
interface
|
|
7392
|
+
interface CardQuotesRequest {
|
|
6187
7393
|
/**
|
|
6188
|
-
*
|
|
7394
|
+
* Instance ID
|
|
6189
7395
|
*
|
|
6190
7396
|
* @format datatype.uuid
|
|
6191
7397
|
*/
|
|
6192
|
-
|
|
7398
|
+
instanceId: string;
|
|
6193
7399
|
/**
|
|
6194
|
-
*
|
|
7400
|
+
* Card ID
|
|
6195
7401
|
*
|
|
6196
7402
|
* @format datatype.uuid
|
|
6197
7403
|
*/
|
|
6198
|
-
|
|
7404
|
+
cardId: string;
|
|
6199
7405
|
/**
|
|
6200
|
-
*
|
|
7406
|
+
* Quotes limit
|
|
6201
7407
|
*/
|
|
6202
|
-
|
|
7408
|
+
quotesLimit: number;
|
|
7409
|
+
/**
|
|
7410
|
+
* Files limit
|
|
7411
|
+
*/
|
|
7412
|
+
filesLimit: number;
|
|
6203
7413
|
}
|
|
6204
7414
|
}
|
|
6205
7415
|
export declare namespace GenModels {
|
|
6206
|
-
interface
|
|
7416
|
+
interface CardQuotes {
|
|
6207
7417
|
/**
|
|
7418
|
+
* Card Id
|
|
7419
|
+
*
|
|
6208
7420
|
* @format datatype.uuid
|
|
6209
7421
|
*/
|
|
6210
|
-
|
|
7422
|
+
cardId?: string;
|
|
6211
7423
|
/**
|
|
6212
|
-
*
|
|
7424
|
+
* Has more
|
|
6213
7425
|
*/
|
|
6214
|
-
|
|
6215
|
-
|
|
6216
|
-
|
|
7426
|
+
hasMore: boolean;
|
|
7427
|
+
/**
|
|
7428
|
+
* Files quotes
|
|
7429
|
+
*/
|
|
7430
|
+
files: Array<GenModels.FileQuotes>;
|
|
6217
7431
|
}
|
|
6218
7432
|
}
|
|
6219
7433
|
export declare namespace GenModels {
|
|
@@ -6879,6 +8093,10 @@ export declare namespace GenModels {
|
|
|
6879
8093
|
* Url
|
|
6880
8094
|
*/
|
|
6881
8095
|
url: string;
|
|
8096
|
+
/**
|
|
8097
|
+
* Gets or sets can delete link
|
|
8098
|
+
*/
|
|
8099
|
+
canDelete: boolean;
|
|
6882
8100
|
/**
|
|
6883
8101
|
* Gets link description model
|
|
6884
8102
|
*/
|
|
@@ -6989,6 +8207,10 @@ export declare namespace GenModels {
|
|
|
6989
8207
|
* Organization INN
|
|
6990
8208
|
*/
|
|
6991
8209
|
inn: string;
|
|
8210
|
+
/**
|
|
8211
|
+
* Not available flag
|
|
8212
|
+
*/
|
|
8213
|
+
notAvailable: boolean;
|
|
6992
8214
|
/**
|
|
6993
8215
|
* Node department type
|
|
6994
8216
|
*/
|
|
@@ -7356,6 +8578,46 @@ export declare namespace GenModels {
|
|
|
7356
8578
|
order: number;
|
|
7357
8579
|
}
|
|
7358
8580
|
}
|
|
8581
|
+
export declare namespace GenModels {
|
|
8582
|
+
interface FileCardModelWithCertificateInfo extends GenModels.FileCardModel {
|
|
8583
|
+
/**
|
|
8584
|
+
* Certificate's friendly name
|
|
8585
|
+
*/
|
|
8586
|
+
friendlyName: string;
|
|
8587
|
+
/**
|
|
8588
|
+
* Certificate's issuer
|
|
8589
|
+
*/
|
|
8590
|
+
issuer: string;
|
|
8591
|
+
/**
|
|
8592
|
+
* Certificate's subject
|
|
8593
|
+
*/
|
|
8594
|
+
subject: string;
|
|
8595
|
+
/**
|
|
8596
|
+
* Certificate valid from
|
|
8597
|
+
*
|
|
8598
|
+
* @format datatype.datetime
|
|
8599
|
+
*/
|
|
8600
|
+
notBefore: string;
|
|
8601
|
+
/**
|
|
8602
|
+
* Certificate valid until
|
|
8603
|
+
*
|
|
8604
|
+
* @format datatype.datetime
|
|
8605
|
+
*/
|
|
8606
|
+
notAfter: string;
|
|
8607
|
+
}
|
|
8608
|
+
}
|
|
8609
|
+
export declare namespace GenModels {
|
|
8610
|
+
interface UploadToDssResponse {
|
|
8611
|
+
/**
|
|
8612
|
+
* Signature parts
|
|
8613
|
+
*/
|
|
8614
|
+
parts: Array<GenModels.DocumentSignaturePartInfo>;
|
|
8615
|
+
/**
|
|
8616
|
+
* DSS server response
|
|
8617
|
+
*/
|
|
8618
|
+
dssResponse: any;
|
|
8619
|
+
}
|
|
8620
|
+
}
|
|
7359
8621
|
export declare namespace GenModels {
|
|
7360
8622
|
interface AddCardModalModel {
|
|
7361
8623
|
/**
|
|
@@ -7449,7 +8711,7 @@ export declare namespace GenModels {
|
|
|
7449
8711
|
/**
|
|
7450
8712
|
* Gets or sets current employee
|
|
7451
8713
|
*/
|
|
7452
|
-
employee: GenModels.
|
|
8714
|
+
employee: GenModels.CurrentEmployeeInfo;
|
|
7453
8715
|
/**
|
|
7454
8716
|
* Gets or sets environment settings
|
|
7455
8717
|
*/
|
|
@@ -7502,10 +8764,46 @@ export declare namespace GenModels {
|
|
|
7502
8764
|
* Pdf cache directory
|
|
7503
8765
|
*/
|
|
7504
8766
|
pdfCacheDirectory: string;
|
|
8767
|
+
/**
|
|
8768
|
+
* Gets or sets whether DVWebTool should be terminated after use.
|
|
8769
|
+
*/
|
|
8770
|
+
dvWebToolAppShutDown: boolean;
|
|
8771
|
+
/**
|
|
8772
|
+
* Gets or sets whether DVWebTool should be launch after load OS.
|
|
8773
|
+
*/
|
|
8774
|
+
dvWebToolStartUpLaunch: boolean;
|
|
7505
8775
|
/**
|
|
7506
8776
|
* Search context options
|
|
7507
8777
|
*/
|
|
7508
8778
|
searchContextOptions: Array<GenModels.SearchOptionModel>;
|
|
8779
|
+
/**
|
|
8780
|
+
* Gets or sets needs to use old grid.
|
|
8781
|
+
*/
|
|
8782
|
+
useOldGrid: GenModels.UseOldGrid;
|
|
8783
|
+
/**
|
|
8784
|
+
* Management console address
|
|
8785
|
+
*/
|
|
8786
|
+
managementConsoleAddress: string;
|
|
8787
|
+
/**
|
|
8788
|
+
* Card must be deleted into the trash or deletes from database.
|
|
8789
|
+
*/
|
|
8790
|
+
deletePermanently: boolean;
|
|
8791
|
+
/**
|
|
8792
|
+
* Gets ot sets connect address session parameter
|
|
8793
|
+
*/
|
|
8794
|
+
connectAddress: string;
|
|
8795
|
+
/**
|
|
8796
|
+
* R7 address connection
|
|
8797
|
+
*/
|
|
8798
|
+
serverR7ConnectionAddress: string;
|
|
8799
|
+
/**
|
|
8800
|
+
* File preview mode
|
|
8801
|
+
*/
|
|
8802
|
+
filePreviewMode: GenModels.FilePreviewMode;
|
|
8803
|
+
/**
|
|
8804
|
+
* R7 secret token
|
|
8805
|
+
*/
|
|
8806
|
+
serverR7SecretToken: string;
|
|
7509
8807
|
}
|
|
7510
8808
|
}
|
|
7511
8809
|
export declare namespace GenModels {
|
|
@@ -7520,6 +8818,14 @@ export declare namespace GenModels {
|
|
|
7520
8818
|
logEnabled: boolean;
|
|
7521
8819
|
}
|
|
7522
8820
|
}
|
|
8821
|
+
export declare namespace GenModels {
|
|
8822
|
+
interface CurrentEmployeeInfo extends GenModels.EmployeeModel {
|
|
8823
|
+
/**
|
|
8824
|
+
* Server role
|
|
8825
|
+
*/
|
|
8826
|
+
serverRole: GenModels.ServerRole;
|
|
8827
|
+
}
|
|
8828
|
+
}
|
|
7523
8829
|
export declare namespace GenModels {
|
|
7524
8830
|
interface EnvironmentSettings {
|
|
7525
8831
|
/**
|
|
@@ -7538,6 +8844,10 @@ export declare namespace GenModels {
|
|
|
7538
8844
|
* Returns true whether grid filter supported
|
|
7539
8845
|
*/
|
|
7540
8846
|
gridFilterSupported: boolean;
|
|
8847
|
+
/**
|
|
8848
|
+
* Returns true if SmartSearch is allowed in the Docsvision system
|
|
8849
|
+
*/
|
|
8850
|
+
smartSearchEnabled: boolean;
|
|
7541
8851
|
/**
|
|
7542
8852
|
* Gets or sets base alias
|
|
7543
8853
|
*/
|
|
@@ -7590,6 +8900,14 @@ export declare namespace GenModels {
|
|
|
7590
8900
|
* Application pool credentials.
|
|
7591
8901
|
*/
|
|
7592
8902
|
poolAccountName: string;
|
|
8903
|
+
/**
|
|
8904
|
+
* Feedback URL
|
|
8905
|
+
*/
|
|
8906
|
+
feedbackUrl: string;
|
|
8907
|
+
/**
|
|
8908
|
+
* Enabled unread counters or not.
|
|
8909
|
+
*/
|
|
8910
|
+
unreadCountersEnabled: boolean;
|
|
7593
8911
|
}
|
|
7594
8912
|
}
|
|
7595
8913
|
export declare namespace GenModels {
|
|
@@ -7686,6 +9004,58 @@ export declare namespace GenModels {
|
|
|
7686
9004
|
* Possible extensions for signature files.
|
|
7687
9005
|
*/
|
|
7688
9006
|
signatureFileExtensions: Array<string>;
|
|
9007
|
+
/**
|
|
9008
|
+
* Settings for cloud signature (DSS)
|
|
9009
|
+
*/
|
|
9010
|
+
cloudSignature: GenModels.CloudSignatureSettings;
|
|
9011
|
+
}
|
|
9012
|
+
}
|
|
9013
|
+
export declare namespace GenModels {
|
|
9014
|
+
interface CloudSignatureSettings {
|
|
9015
|
+
/**
|
|
9016
|
+
* Path to DSS host
|
|
9017
|
+
*/
|
|
9018
|
+
address: string;
|
|
9019
|
+
/**
|
|
9020
|
+
* Client id, registered in DSS.
|
|
9021
|
+
*/
|
|
9022
|
+
clientId: string;
|
|
9023
|
+
/**
|
|
9024
|
+
* Name of SignServer application in IIS
|
|
9025
|
+
*/
|
|
9026
|
+
signServerAppName: string;
|
|
9027
|
+
/**
|
|
9028
|
+
* Name of STS application in IIS
|
|
9029
|
+
*/
|
|
9030
|
+
stsAppName: string;
|
|
9031
|
+
/**
|
|
9032
|
+
* Name of DocumentStore application in IIS
|
|
9033
|
+
*/
|
|
9034
|
+
documentStoreAppName: string;
|
|
9035
|
+
/**
|
|
9036
|
+
* URL of verification service. For example https://dss.cryptopro.ru/verify/rest/api/signatures.
|
|
9037
|
+
*/
|
|
9038
|
+
verifyUrl: string;
|
|
9039
|
+
/**
|
|
9040
|
+
* URL of TSP service.
|
|
9041
|
+
*/
|
|
9042
|
+
tspServiceAddress: string;
|
|
9043
|
+
/**
|
|
9044
|
+
* SignatureType setting (Cades-Bes или Cades-Xlong-Type1)
|
|
9045
|
+
*/
|
|
9046
|
+
signatureType: GenModels.CloudSignatureType;
|
|
9047
|
+
/**
|
|
9048
|
+
* User cloud signature verification, or built in.
|
|
9049
|
+
*/
|
|
9050
|
+
enableCloudVerify: boolean;
|
|
9051
|
+
/**
|
|
9052
|
+
* Registered in DSS full address to CryptoProDssController/AcceptAuthorization action.
|
|
9053
|
+
*/
|
|
9054
|
+
authorizeRedirectUrl: string;
|
|
9055
|
+
/**
|
|
9056
|
+
* Load cloud user profile certificate info on first use.
|
|
9057
|
+
*/
|
|
9058
|
+
actualizeCloudProfileCertificate: boolean;
|
|
7689
9059
|
}
|
|
7690
9060
|
}
|
|
7691
9061
|
export declare namespace GenModels {
|
|
@@ -7744,6 +9114,10 @@ export declare namespace GenModels {
|
|
|
7744
9114
|
* Show Archived Cards
|
|
7745
9115
|
*/
|
|
7746
9116
|
showArchivedCards: boolean;
|
|
9117
|
+
/**
|
|
9118
|
+
* Show Help button
|
|
9119
|
+
*/
|
|
9120
|
+
showHelpButton: boolean;
|
|
7747
9121
|
}
|
|
7748
9122
|
}
|
|
7749
9123
|
export declare namespace GenModels {
|
|
@@ -7772,6 +9146,14 @@ export declare namespace GenModels {
|
|
|
7772
9146
|
* Page size to load cards from server
|
|
7773
9147
|
*/
|
|
7774
9148
|
pageSize: number;
|
|
9149
|
+
/**
|
|
9150
|
+
* Time to apply selected aggregates filters.
|
|
9151
|
+
*/
|
|
9152
|
+
applyAggregatesTimeout: number;
|
|
9153
|
+
/**
|
|
9154
|
+
* Enable manual applying of aggregates by button.
|
|
9155
|
+
*/
|
|
9156
|
+
applyAggregatesButton: boolean;
|
|
7775
9157
|
}
|
|
7776
9158
|
}
|
|
7777
9159
|
export declare namespace GenModels {
|
|
@@ -7812,6 +9194,22 @@ export declare namespace GenModels {
|
|
|
7812
9194
|
withDescendants: boolean;
|
|
7813
9195
|
}
|
|
7814
9196
|
}
|
|
9197
|
+
export declare namespace GenModels {
|
|
9198
|
+
interface AdminPanelMessageModel {
|
|
9199
|
+
/**
|
|
9200
|
+
* Card id
|
|
9201
|
+
*
|
|
9202
|
+
* @format datatype.uuid
|
|
9203
|
+
*/
|
|
9204
|
+
cardId: string;
|
|
9205
|
+
/**
|
|
9206
|
+
* Message card id
|
|
9207
|
+
*
|
|
9208
|
+
* @format datatype.uuid
|
|
9209
|
+
*/
|
|
9210
|
+
messageCardId: string;
|
|
9211
|
+
}
|
|
9212
|
+
}
|
|
7815
9213
|
export declare namespace GenModels {
|
|
7816
9214
|
interface ControlsInfoModel {
|
|
7817
9215
|
/**
|
|
@@ -8426,6 +9824,10 @@ export declare namespace GenModels {
|
|
|
8426
9824
|
* Gets link description
|
|
8427
9825
|
*/
|
|
8428
9826
|
url: string;
|
|
9827
|
+
/**
|
|
9828
|
+
* Gets or sets can delete link
|
|
9829
|
+
*/
|
|
9830
|
+
canDelete: boolean;
|
|
8429
9831
|
}
|
|
8430
9832
|
}
|
|
8431
9833
|
export declare namespace GenModels {
|
|
@@ -8522,6 +9924,10 @@ export declare namespace GenModels {
|
|
|
8522
9924
|
* Gets or sets name
|
|
8523
9925
|
*/
|
|
8524
9926
|
name: string;
|
|
9927
|
+
/**
|
|
9928
|
+
* Gets or sets localized name
|
|
9929
|
+
*/
|
|
9930
|
+
localizedName: string;
|
|
8525
9931
|
/**
|
|
8526
9932
|
* Gets or sets value
|
|
8527
9933
|
*/
|
|
@@ -8633,6 +10039,24 @@ export declare namespace GenModels {
|
|
|
8633
10039
|
dataType: GenModels.DirectoryDataType;
|
|
8634
10040
|
}
|
|
8635
10041
|
}
|
|
10042
|
+
export declare namespace GenModels {
|
|
10043
|
+
interface DirectoryDesignerRowDataSourceModel {
|
|
10044
|
+
/**
|
|
10045
|
+
* Card Section
|
|
10046
|
+
*
|
|
10047
|
+
* @format datatype.uuid
|
|
10048
|
+
*/
|
|
10049
|
+
dataSourceCardSection?: string;
|
|
10050
|
+
/**
|
|
10051
|
+
* Alias of field with ItemType
|
|
10052
|
+
*/
|
|
10053
|
+
itemTypeAlias: string;
|
|
10054
|
+
/**
|
|
10055
|
+
* Alias of field with Item
|
|
10056
|
+
*/
|
|
10057
|
+
itemAlias: string;
|
|
10058
|
+
}
|
|
10059
|
+
}
|
|
8636
10060
|
export declare namespace GenModels {
|
|
8637
10061
|
interface UniquenessCheckOperationsModel {
|
|
8638
10062
|
/**
|
|
@@ -8887,6 +10311,10 @@ export declare namespace GenModels {
|
|
|
8887
10311
|
* Gets or sets name
|
|
8888
10312
|
*/
|
|
8889
10313
|
name: string;
|
|
10314
|
+
/**
|
|
10315
|
+
* Gets or sets name
|
|
10316
|
+
*/
|
|
10317
|
+
localizedName: string;
|
|
8890
10318
|
/**
|
|
8891
10319
|
* Gets or sets value
|
|
8892
10320
|
*/
|
|
@@ -8984,19 +10412,85 @@ export declare namespace GenModels {
|
|
|
8984
10412
|
*/
|
|
8985
10413
|
columnType: GenModels.LinkColumnType;
|
|
8986
10414
|
/**
|
|
8987
|
-
* Column name
|
|
10415
|
+
* Column name
|
|
10416
|
+
*/
|
|
10417
|
+
name: string;
|
|
10418
|
+
/**
|
|
10419
|
+
* Is column visible to user
|
|
10420
|
+
*/
|
|
10421
|
+
visible: boolean;
|
|
10422
|
+
}
|
|
10423
|
+
}
|
|
10424
|
+
export declare namespace GenModels {
|
|
10425
|
+
interface CardApprovalStageModel {
|
|
10426
|
+
stageId: string;
|
|
10427
|
+
name: string;
|
|
10428
|
+
}
|
|
10429
|
+
}
|
|
10430
|
+
export declare namespace GenModels {
|
|
10431
|
+
interface AuthenticationExtensionModel {
|
|
10432
|
+
/**
|
|
10433
|
+
* Unique Id
|
|
10434
|
+
*
|
|
10435
|
+
* @format datatype.uuid
|
|
10436
|
+
*/
|
|
10437
|
+
id: string;
|
|
10438
|
+
/**
|
|
10439
|
+
* Name
|
|
10440
|
+
*/
|
|
10441
|
+
name: string;
|
|
10442
|
+
/**
|
|
10443
|
+
* Picture
|
|
10444
|
+
*/
|
|
10445
|
+
logo: Array<number>;
|
|
10446
|
+
/**
|
|
10447
|
+
* Description
|
|
10448
|
+
*/
|
|
10449
|
+
description: string;
|
|
10450
|
+
/**
|
|
10451
|
+
* URL
|
|
10452
|
+
*/
|
|
10453
|
+
URL: string;
|
|
10454
|
+
/**
|
|
10455
|
+
* Supported types of response
|
|
10456
|
+
*/
|
|
10457
|
+
supportedTypes: Array<string>;
|
|
10458
|
+
/**
|
|
10459
|
+
* Supported modes of response
|
|
10460
|
+
*/
|
|
10461
|
+
supportedModes: Array<string>;
|
|
10462
|
+
}
|
|
10463
|
+
}
|
|
10464
|
+
export declare namespace GenModels {
|
|
10465
|
+
interface AuthenticationKindsModel {
|
|
10466
|
+
/**
|
|
10467
|
+
* Id
|
|
10468
|
+
*
|
|
10469
|
+
* @format datatype.uuid
|
|
10470
|
+
*/
|
|
10471
|
+
extensionId: string;
|
|
10472
|
+
/**
|
|
10473
|
+
* Name
|
|
10474
|
+
*/
|
|
10475
|
+
extensionName: string;
|
|
10476
|
+
/**
|
|
10477
|
+
* Flag if use extension for current user
|
|
10478
|
+
*/
|
|
10479
|
+
useExtension: boolean;
|
|
10480
|
+
/**
|
|
10481
|
+
* User login in current extension
|
|
10482
|
+
*/
|
|
10483
|
+
userExtensionLogin: string;
|
|
10484
|
+
/**
|
|
10485
|
+
* User id
|
|
10486
|
+
*
|
|
10487
|
+
* @format datatype.uuid
|
|
8988
10488
|
*/
|
|
8989
|
-
|
|
10489
|
+
userId: string;
|
|
8990
10490
|
/**
|
|
8991
|
-
*
|
|
10491
|
+
* Flag if extension allowed check user login
|
|
8992
10492
|
*/
|
|
8993
|
-
|
|
8994
|
-
}
|
|
8995
|
-
}
|
|
8996
|
-
export declare namespace GenModels {
|
|
8997
|
-
interface CardApprovalStageModel {
|
|
8998
|
-
stageId: string;
|
|
8999
|
-
name: string;
|
|
10493
|
+
checkButtonEnable: boolean;
|
|
9000
10494
|
}
|
|
9001
10495
|
}
|
|
9002
10496
|
export declare namespace GenModels {
|
|
@@ -9035,6 +10529,52 @@ export declare namespace GenModels {
|
|
|
9035
10529
|
dataType: number;
|
|
9036
10530
|
}
|
|
9037
10531
|
}
|
|
10532
|
+
export declare namespace GenModels {
|
|
10533
|
+
interface SystemStateNotification {
|
|
10534
|
+
/**
|
|
10535
|
+
* Notification source
|
|
10536
|
+
*/
|
|
10537
|
+
source: GenModels.SystemStateNotificationSource;
|
|
10538
|
+
/**
|
|
10539
|
+
* Severity
|
|
10540
|
+
*/
|
|
10541
|
+
severity: GenModels.SystemStateNotificationSeverity;
|
|
10542
|
+
/**
|
|
10543
|
+
* Tenant name (optional)
|
|
10544
|
+
*/
|
|
10545
|
+
tenantName: string;
|
|
10546
|
+
/**
|
|
10547
|
+
* Employee account (optional)
|
|
10548
|
+
*/
|
|
10549
|
+
accountName: string;
|
|
10550
|
+
/**
|
|
10551
|
+
* Employee id (optional)
|
|
10552
|
+
*
|
|
10553
|
+
* @format datatype.uuid
|
|
10554
|
+
*/
|
|
10555
|
+
employeeId?: string;
|
|
10556
|
+
/**
|
|
10557
|
+
* Short description
|
|
10558
|
+
*/
|
|
10559
|
+
caption: string;
|
|
10560
|
+
/**
|
|
10561
|
+
* Detailed description
|
|
10562
|
+
*/
|
|
10563
|
+
details: string;
|
|
10564
|
+
/**
|
|
10565
|
+
* Unique event type identificator.
|
|
10566
|
+
*/
|
|
10567
|
+
eventCode: number;
|
|
10568
|
+
/**
|
|
10569
|
+
* Source specific additional data of the notification
|
|
10570
|
+
*/
|
|
10571
|
+
data: GenModels.ISystemStateNotificationData;
|
|
10572
|
+
}
|
|
10573
|
+
}
|
|
10574
|
+
export declare namespace GenModels {
|
|
10575
|
+
interface ISystemStateNotificationData {
|
|
10576
|
+
}
|
|
10577
|
+
}
|
|
9038
10578
|
export declare namespace GenModels {
|
|
9039
10579
|
interface FolderListModel {
|
|
9040
10580
|
/**
|
|
@@ -9154,6 +10694,25 @@ export declare namespace GenModels {
|
|
|
9154
10694
|
ListView = 2
|
|
9155
10695
|
}
|
|
9156
10696
|
}
|
|
10697
|
+
export declare namespace GenModels {
|
|
10698
|
+
/**
|
|
10699
|
+
* Column width mode
|
|
10700
|
+
*/
|
|
10701
|
+
enum ColumnWidthMode {
|
|
10702
|
+
/**
|
|
10703
|
+
* Minimal
|
|
10704
|
+
*/
|
|
10705
|
+
Minimal = 0,
|
|
10706
|
+
/**
|
|
10707
|
+
* Medium
|
|
10708
|
+
*/
|
|
10709
|
+
Medium = 1,
|
|
10710
|
+
/**
|
|
10711
|
+
* Maximal
|
|
10712
|
+
*/
|
|
10713
|
+
Maximal = 2
|
|
10714
|
+
}
|
|
10715
|
+
}
|
|
9157
10716
|
export declare namespace GenModels {
|
|
9158
10717
|
/**
|
|
9159
10718
|
* Type of directory value
|
|
@@ -9234,13 +10793,68 @@ export declare namespace GenModels {
|
|
|
9234
10793
|
}
|
|
9235
10794
|
export declare namespace GenModels {
|
|
9236
10795
|
enum DecisionSemantics {
|
|
10796
|
+
None = 0,
|
|
9237
10797
|
Positive = 1,
|
|
9238
10798
|
Negative = 2,
|
|
9239
10799
|
Neutral = 3,
|
|
9240
10800
|
Cancellation = 4,
|
|
9241
10801
|
NewCycle = 5,
|
|
9242
10802
|
ApproversAddition = 6,
|
|
9243
|
-
|
|
10803
|
+
NonNegative = 7,
|
|
10804
|
+
Any = 8,
|
|
10805
|
+
Completion = 100,
|
|
10806
|
+
Return = 200
|
|
10807
|
+
}
|
|
10808
|
+
}
|
|
10809
|
+
export declare namespace GenModels {
|
|
10810
|
+
enum StageTaskSendingMode {
|
|
10811
|
+
Sequential = 0,
|
|
10812
|
+
Parallel = 1
|
|
10813
|
+
}
|
|
10814
|
+
}
|
|
10815
|
+
export declare namespace GenModels {
|
|
10816
|
+
enum StageRepeatMode {
|
|
10817
|
+
Always = 0,
|
|
10818
|
+
Never = 1,
|
|
10819
|
+
ForNotApproved = 2,
|
|
10820
|
+
OnNegativeDecision = 3,
|
|
10821
|
+
WhenRejectedOrFileChanged = 4
|
|
10822
|
+
}
|
|
10823
|
+
}
|
|
10824
|
+
export declare namespace GenModels {
|
|
10825
|
+
enum ConditionType {
|
|
10826
|
+
None = 0,
|
|
10827
|
+
And = 1,
|
|
10828
|
+
Or = 2,
|
|
10829
|
+
Complex = 3
|
|
10830
|
+
}
|
|
10831
|
+
}
|
|
10832
|
+
export declare namespace GenModels {
|
|
10833
|
+
enum NodeType {
|
|
10834
|
+
Stage = 0
|
|
10835
|
+
}
|
|
10836
|
+
}
|
|
10837
|
+
export declare namespace GenModels {
|
|
10838
|
+
/**
|
|
10839
|
+
* Where from signature method was received.
|
|
10840
|
+
*/
|
|
10841
|
+
enum SignatureMethodSources {
|
|
10842
|
+
/**
|
|
10843
|
+
* CryptoPro browser plugin
|
|
10844
|
+
*/
|
|
10845
|
+
LocalCryptoPro = 0,
|
|
10846
|
+
/**
|
|
10847
|
+
* CryptoPr DSS cloud service
|
|
10848
|
+
*/
|
|
10849
|
+
Cloud = 1,
|
|
10850
|
+
/**
|
|
10851
|
+
* PkiClient ios mobile app
|
|
10852
|
+
*/
|
|
10853
|
+
PkiClient = 2,
|
|
10854
|
+
/**
|
|
10855
|
+
* Unknown
|
|
10856
|
+
*/
|
|
10857
|
+
Unknown = 3
|
|
9244
10858
|
}
|
|
9245
10859
|
}
|
|
9246
10860
|
export declare namespace GenModels {
|
|
@@ -9262,6 +10876,64 @@ export declare namespace GenModels {
|
|
|
9262
10876
|
Tablet = 2
|
|
9263
10877
|
}
|
|
9264
10878
|
}
|
|
10879
|
+
export declare namespace GenModels {
|
|
10880
|
+
/**
|
|
10881
|
+
* Type of signature item
|
|
10882
|
+
*/
|
|
10883
|
+
enum SignatureItemType {
|
|
10884
|
+
/**
|
|
10885
|
+
* Detached SignedCms
|
|
10886
|
+
*/
|
|
10887
|
+
MainFileSignaturePartType = 0,
|
|
10888
|
+
/**
|
|
10889
|
+
* Nondetached SignedCms
|
|
10890
|
+
*/
|
|
10891
|
+
MainFileWithContentSignaturePartType = 1,
|
|
10892
|
+
/**
|
|
10893
|
+
* Document card attributes
|
|
10894
|
+
*/
|
|
10895
|
+
DocumentFieldsSignaturePartType = 2,
|
|
10896
|
+
/**
|
|
10897
|
+
* Document attachments (additional files)
|
|
10898
|
+
*/
|
|
10899
|
+
AttachmentsSignaturePartType = 3
|
|
10900
|
+
}
|
|
10901
|
+
}
|
|
10902
|
+
export declare namespace GenModels {
|
|
10903
|
+
/**
|
|
10904
|
+
* Declare column type
|
|
10905
|
+
*/
|
|
10906
|
+
enum ColumnType {
|
|
10907
|
+
/**
|
|
10908
|
+
* Int
|
|
10909
|
+
*/
|
|
10910
|
+
Integer = 0,
|
|
10911
|
+
/**
|
|
10912
|
+
* String
|
|
10913
|
+
*/
|
|
10914
|
+
String = 1,
|
|
10915
|
+
/**
|
|
10916
|
+
* Double
|
|
10917
|
+
*/
|
|
10918
|
+
Float = 2,
|
|
10919
|
+
/**
|
|
10920
|
+
* Datetime
|
|
10921
|
+
*/
|
|
10922
|
+
DateTime = 3,
|
|
10923
|
+
/**
|
|
10924
|
+
* Boolean
|
|
10925
|
+
*/
|
|
10926
|
+
Bool = 5,
|
|
10927
|
+
/**
|
|
10928
|
+
* Decimal column type
|
|
10929
|
+
*/
|
|
10930
|
+
Decimal = 6,
|
|
10931
|
+
/**
|
|
10932
|
+
* Unique id data type
|
|
10933
|
+
*/
|
|
10934
|
+
UniqueId = 7
|
|
10935
|
+
}
|
|
10936
|
+
}
|
|
9265
10937
|
export declare namespace GenModels {
|
|
9266
10938
|
/**
|
|
9267
10939
|
* Possible objects, that security descriptor can be applied to.
|
|
@@ -9386,6 +11058,29 @@ export declare namespace GenModels {
|
|
|
9386
11058
|
GenericRead = -2147483648
|
|
9387
11059
|
}
|
|
9388
11060
|
}
|
|
11061
|
+
export declare namespace GenModels {
|
|
11062
|
+
/**
|
|
11063
|
+
* Defines file attachments mode for SendEmailButton control.
|
|
11064
|
+
*/
|
|
11065
|
+
enum FileAttachmentsMode {
|
|
11066
|
+
/**
|
|
11067
|
+
* Attach only main files.
|
|
11068
|
+
*/
|
|
11069
|
+
OnlyMainFiles = 0,
|
|
11070
|
+
/**
|
|
11071
|
+
* Attach only additional files.
|
|
11072
|
+
*/
|
|
11073
|
+
OnlyAdditionalFiles = 1,
|
|
11074
|
+
/**
|
|
11075
|
+
* Attach all files.
|
|
11076
|
+
*/
|
|
11077
|
+
AllFiles = 2,
|
|
11078
|
+
/**
|
|
11079
|
+
* No need to attach files.
|
|
11080
|
+
*/
|
|
11081
|
+
WithoutFiles = 3
|
|
11082
|
+
}
|
|
11083
|
+
}
|
|
9389
11084
|
export declare namespace GenModels {
|
|
9390
11085
|
/**
|
|
9391
11086
|
* Image generator type
|
|
@@ -9450,6 +11145,40 @@ export declare namespace GenModels {
|
|
|
9450
11145
|
Acquaintance = 2
|
|
9451
11146
|
}
|
|
9452
11147
|
}
|
|
11148
|
+
export declare namespace GenModels {
|
|
11149
|
+
/**
|
|
11150
|
+
* Represents what and how to search in directory designer tree
|
|
11151
|
+
*/
|
|
11152
|
+
enum DirectoryDesignerSearchArea {
|
|
11153
|
+
/**
|
|
11154
|
+
* Query should return only specified node and its rows
|
|
11155
|
+
*/
|
|
11156
|
+
OnlyNode = 1,
|
|
11157
|
+
/**
|
|
11158
|
+
* Query should return only node, children and children rows (without node rows).
|
|
11159
|
+
*/
|
|
11160
|
+
OnlyChildren = 2,
|
|
11161
|
+
/**
|
|
11162
|
+
* Query should return node, children, node rows and children rows (i.e. everything).
|
|
11163
|
+
*/
|
|
11164
|
+
NodeWithChildren = 3
|
|
11165
|
+
}
|
|
11166
|
+
}
|
|
11167
|
+
export declare namespace GenModels {
|
|
11168
|
+
/**
|
|
11169
|
+
* Represents type of tree node
|
|
11170
|
+
*/
|
|
11171
|
+
enum DirectoryDesignerTreeNodeType {
|
|
11172
|
+
/**
|
|
11173
|
+
* directory designer item type (node)
|
|
11174
|
+
*/
|
|
11175
|
+
Node = 1,
|
|
11176
|
+
/**
|
|
11177
|
+
* directory designer row
|
|
11178
|
+
*/
|
|
11179
|
+
Row = 2
|
|
11180
|
+
}
|
|
11181
|
+
}
|
|
9453
11182
|
export declare namespace GenModels {
|
|
9454
11183
|
/**
|
|
9455
11184
|
* Represents type of {@link GenModels}
|
|
@@ -9482,6 +11211,72 @@ export declare namespace GenModels {
|
|
|
9482
11211
|
CadesXLongType1Signature = 4
|
|
9483
11212
|
}
|
|
9484
11213
|
}
|
|
11214
|
+
export declare namespace GenModels {
|
|
11215
|
+
/**
|
|
11216
|
+
* Verification status of signature
|
|
11217
|
+
*/
|
|
11218
|
+
enum ValidationState {
|
|
11219
|
+
/**
|
|
11220
|
+
* Valid
|
|
11221
|
+
*/
|
|
11222
|
+
Valid = 0,
|
|
11223
|
+
/**
|
|
11224
|
+
* Invalid
|
|
11225
|
+
*/
|
|
11226
|
+
Invalid = 1,
|
|
11227
|
+
/**
|
|
11228
|
+
* Partially valid
|
|
11229
|
+
*/
|
|
11230
|
+
PartiallyValid = 2,
|
|
11231
|
+
/**
|
|
11232
|
+
* Sign data is valid, but certificate is expired
|
|
11233
|
+
*/
|
|
11234
|
+
CertificateExpired = 3,
|
|
11235
|
+
/**
|
|
11236
|
+
* Sign data is valid, but certificate is revoked
|
|
11237
|
+
*/
|
|
11238
|
+
CertificateRevoked = 4
|
|
11239
|
+
}
|
|
11240
|
+
}
|
|
11241
|
+
export declare namespace GenModels {
|
|
11242
|
+
/**
|
|
11243
|
+
* Verification status of signature
|
|
11244
|
+
*/
|
|
11245
|
+
enum SignatureVerificationStatus {
|
|
11246
|
+
/**
|
|
11247
|
+
* Not signed
|
|
11248
|
+
*/
|
|
11249
|
+
NotSigned = 0,
|
|
11250
|
+
/**
|
|
11251
|
+
* Valid
|
|
11252
|
+
*/
|
|
11253
|
+
Valid = 1,
|
|
11254
|
+
/**
|
|
11255
|
+
* Invalid
|
|
11256
|
+
*/
|
|
11257
|
+
Invalid = 2,
|
|
11258
|
+
/**
|
|
11259
|
+
* Partially valid
|
|
11260
|
+
*/
|
|
11261
|
+
PartiallyValid = 3,
|
|
11262
|
+
/**
|
|
11263
|
+
* Unable to verify
|
|
11264
|
+
*/
|
|
11265
|
+
UnableToVerify = 4,
|
|
11266
|
+
/**
|
|
11267
|
+
* Certificate is revoked
|
|
11268
|
+
*/
|
|
11269
|
+
CertificateRevoked = 5,
|
|
11270
|
+
/**
|
|
11271
|
+
* Certificate is expired
|
|
11272
|
+
*/
|
|
11273
|
+
CertificateExpired = 6,
|
|
11274
|
+
/**
|
|
11275
|
+
* Certificate can not validated
|
|
11276
|
+
*/
|
|
11277
|
+
CertificateCanNotValidated = 7
|
|
11278
|
+
}
|
|
11279
|
+
}
|
|
9485
11280
|
export declare namespace GenModels {
|
|
9486
11281
|
/**
|
|
9487
11282
|
* Possible task columns in TasksTable control
|
|
@@ -9641,58 +11436,23 @@ export declare namespace GenModels {
|
|
|
9641
11436
|
/**
|
|
9642
11437
|
* View displayed
|
|
9643
11438
|
*/
|
|
9644
|
-
FolderView = 1,
|
|
9645
|
-
/**
|
|
9646
|
-
* Card displayed
|
|
9647
|
-
*/
|
|
9648
|
-
FolderCard = 2,
|
|
9649
|
-
/**
|
|
9650
|
-
* HTML page displayed
|
|
9651
|
-
*/
|
|
9652
|
-
FolderURL = 4,
|
|
9653
|
-
/**
|
|
9654
|
-
* Digest view displayed
|
|
9655
|
-
*/
|
|
9656
|
-
FolderDigest = 8,
|
|
9657
|
-
/**
|
|
9658
|
-
* All
|
|
9659
|
-
*/
|
|
9660
|
-
All = 15
|
|
9661
|
-
}
|
|
9662
|
-
}
|
|
9663
|
-
export declare namespace GenModels {
|
|
9664
|
-
/**
|
|
9665
|
-
* Declare column type
|
|
9666
|
-
*/
|
|
9667
|
-
enum ColumnType {
|
|
9668
|
-
/**
|
|
9669
|
-
* Int
|
|
9670
|
-
*/
|
|
9671
|
-
Integer = 0,
|
|
9672
|
-
/**
|
|
9673
|
-
* String
|
|
9674
|
-
*/
|
|
9675
|
-
String = 1,
|
|
9676
|
-
/**
|
|
9677
|
-
* Double
|
|
9678
|
-
*/
|
|
9679
|
-
Float = 2,
|
|
11439
|
+
FolderView = 1,
|
|
9680
11440
|
/**
|
|
9681
|
-
*
|
|
11441
|
+
* Card displayed
|
|
9682
11442
|
*/
|
|
9683
|
-
|
|
11443
|
+
FolderCard = 2,
|
|
9684
11444
|
/**
|
|
9685
|
-
*
|
|
11445
|
+
* HTML page displayed
|
|
9686
11446
|
*/
|
|
9687
|
-
|
|
11447
|
+
FolderURL = 4,
|
|
9688
11448
|
/**
|
|
9689
|
-
*
|
|
11449
|
+
* Digest view displayed
|
|
9690
11450
|
*/
|
|
9691
|
-
|
|
11451
|
+
FolderDigest = 8,
|
|
9692
11452
|
/**
|
|
9693
|
-
*
|
|
11453
|
+
* All
|
|
9694
11454
|
*/
|
|
9695
|
-
|
|
11455
|
+
All = 15
|
|
9696
11456
|
}
|
|
9697
11457
|
}
|
|
9698
11458
|
export declare namespace System.Web.UI.WebControls {
|
|
@@ -9747,7 +11507,34 @@ export declare namespace GenModels {
|
|
|
9747
11507
|
/**
|
|
9748
11508
|
* Search results
|
|
9749
11509
|
*/
|
|
9750
|
-
SearchResults = 1
|
|
11510
|
+
SearchResults = 1,
|
|
11511
|
+
/**
|
|
11512
|
+
* Favorites folder
|
|
11513
|
+
*/
|
|
11514
|
+
Favorites = 2
|
|
11515
|
+
}
|
|
11516
|
+
}
|
|
11517
|
+
export declare namespace GenModels {
|
|
11518
|
+
/**
|
|
11519
|
+
* Defines type of Diagram control
|
|
11520
|
+
*/
|
|
11521
|
+
enum DiagramType {
|
|
11522
|
+
/**
|
|
11523
|
+
* Bar type
|
|
11524
|
+
*/
|
|
11525
|
+
Bar = 0,
|
|
11526
|
+
/**
|
|
11527
|
+
* StackedBar type
|
|
11528
|
+
*/
|
|
11529
|
+
StackedBar = 1,
|
|
11530
|
+
/**
|
|
11531
|
+
* StackedAreaCharts type
|
|
11532
|
+
*/
|
|
11533
|
+
StackedAreaCharts = 2,
|
|
11534
|
+
/**
|
|
11535
|
+
* PieChart type
|
|
11536
|
+
*/
|
|
11537
|
+
PieChart = 3
|
|
9751
11538
|
}
|
|
9752
11539
|
}
|
|
9753
11540
|
export declare namespace GenModels {
|
|
@@ -9917,29 +11704,6 @@ export declare namespace GenModels {
|
|
|
9917
11704
|
Variant = 21
|
|
9918
11705
|
}
|
|
9919
11706
|
}
|
|
9920
|
-
export declare namespace GenModels {
|
|
9921
|
-
/**
|
|
9922
|
-
* Type of signature item
|
|
9923
|
-
*/
|
|
9924
|
-
enum SignatureItemType {
|
|
9925
|
-
/**
|
|
9926
|
-
* Detached SignedCms
|
|
9927
|
-
*/
|
|
9928
|
-
MainFileSignaturePartType = 0,
|
|
9929
|
-
/**
|
|
9930
|
-
* Nondetached SignedCms
|
|
9931
|
-
*/
|
|
9932
|
-
MainFileWithContentSignaturePartType = 1,
|
|
9933
|
-
/**
|
|
9934
|
-
* Document card attributes
|
|
9935
|
-
*/
|
|
9936
|
-
DocumentFieldsSignaturePartType = 2,
|
|
9937
|
-
/**
|
|
9938
|
-
* Document attachments (additional files)
|
|
9939
|
-
*/
|
|
9940
|
-
AttachmentsSignaturePartType = 3
|
|
9941
|
-
}
|
|
9942
|
-
}
|
|
9943
11707
|
export declare namespace GenModels {
|
|
9944
11708
|
enum AgreementStateType {
|
|
9945
11709
|
Draft = 0,
|
|
@@ -9986,40 +11750,6 @@ export declare namespace GenModels {
|
|
|
9986
11750
|
Custom = 4
|
|
9987
11751
|
}
|
|
9988
11752
|
}
|
|
9989
|
-
export declare namespace GenModels {
|
|
9990
|
-
/**
|
|
9991
|
-
* Represents what and how to search in directory designer tree
|
|
9992
|
-
*/
|
|
9993
|
-
enum DirectoryDesignerSearchArea {
|
|
9994
|
-
/**
|
|
9995
|
-
* Query should return only specified node and its rows
|
|
9996
|
-
*/
|
|
9997
|
-
OnlyNode = 0,
|
|
9998
|
-
/**
|
|
9999
|
-
* Query should return only node, children and children rows (without node rows).
|
|
10000
|
-
*/
|
|
10001
|
-
OnlyChildren = 1,
|
|
10002
|
-
/**
|
|
10003
|
-
* Query should return node, children, node rows and children rows (i.e. everything).
|
|
10004
|
-
*/
|
|
10005
|
-
NodeWithChildren = 2
|
|
10006
|
-
}
|
|
10007
|
-
}
|
|
10008
|
-
export declare namespace GenModels {
|
|
10009
|
-
/**
|
|
10010
|
-
* Represents type of tree node
|
|
10011
|
-
*/
|
|
10012
|
-
enum DirectoryDesignerTreeNodeType {
|
|
10013
|
-
/**
|
|
10014
|
-
* directory designer item type (node)
|
|
10015
|
-
*/
|
|
10016
|
-
Node = 0,
|
|
10017
|
-
/**
|
|
10018
|
-
* directory designer row
|
|
10019
|
-
*/
|
|
10020
|
-
Row = 1
|
|
10021
|
-
}
|
|
10022
|
-
}
|
|
10023
11753
|
export declare namespace GenModels {
|
|
10024
11754
|
/**
|
|
10025
11755
|
* Represents how to search in directory designer tree
|
|
@@ -10272,6 +12002,52 @@ export declare namespace GenModels {
|
|
|
10272
12002
|
Absent = 3
|
|
10273
12003
|
}
|
|
10274
12004
|
}
|
|
12005
|
+
export declare namespace GenModels {
|
|
12006
|
+
/**
|
|
12007
|
+
* Defines UseOldGrid setting values.
|
|
12008
|
+
*/
|
|
12009
|
+
enum UseOldGrid {
|
|
12010
|
+
/**
|
|
12011
|
+
* Do not use old grid.
|
|
12012
|
+
*/
|
|
12013
|
+
DoNotUse = 0,
|
|
12014
|
+
/**
|
|
12015
|
+
* Show old grid only for Internet Explorer.
|
|
12016
|
+
*/
|
|
12017
|
+
OnlyForIE = 1,
|
|
12018
|
+
/**
|
|
12019
|
+
* Use old grid anywhere.
|
|
12020
|
+
*/
|
|
12021
|
+
Anywhere = 2
|
|
12022
|
+
}
|
|
12023
|
+
}
|
|
12024
|
+
export declare namespace GenModels {
|
|
12025
|
+
/**
|
|
12026
|
+
* Condition for selecting Extended layouts
|
|
12027
|
+
*/
|
|
12028
|
+
enum ServerRole {
|
|
12029
|
+
/**
|
|
12030
|
+
* Layout for usual user
|
|
12031
|
+
*/
|
|
12032
|
+
User = 0,
|
|
12033
|
+
/**
|
|
12034
|
+
* Layout for power user
|
|
12035
|
+
*/
|
|
12036
|
+
PowerUser = 1,
|
|
12037
|
+
/**
|
|
12038
|
+
* Layout for docsvision administrator
|
|
12039
|
+
*/
|
|
12040
|
+
Administrator = 2,
|
|
12041
|
+
/**
|
|
12042
|
+
* DocsVision Security Administrators
|
|
12043
|
+
*/
|
|
12044
|
+
SecurityAdministrator = 3,
|
|
12045
|
+
/**
|
|
12046
|
+
* DocsVision Archive Operators
|
|
12047
|
+
*/
|
|
12048
|
+
ArchiveOperator = 4
|
|
12049
|
+
}
|
|
12050
|
+
}
|
|
10275
12051
|
export declare namespace System {
|
|
10276
12052
|
enum DayOfWeek {
|
|
10277
12053
|
Sunday = 0,
|
|
@@ -10283,6 +12059,25 @@ export declare namespace System {
|
|
|
10283
12059
|
Saturday = 6
|
|
10284
12060
|
}
|
|
10285
12061
|
}
|
|
12062
|
+
export declare namespace GenModels {
|
|
12063
|
+
/**
|
|
12064
|
+
* Type of cloud signature
|
|
12065
|
+
*/
|
|
12066
|
+
enum CloudSignatureType {
|
|
12067
|
+
/**
|
|
12068
|
+
* Basic
|
|
12069
|
+
*/
|
|
12070
|
+
BES = 0,
|
|
12071
|
+
/**
|
|
12072
|
+
* XLong Type 1
|
|
12073
|
+
*/
|
|
12074
|
+
XLT1 = 1,
|
|
12075
|
+
/**
|
|
12076
|
+
* Signature with timestamp
|
|
12077
|
+
*/
|
|
12078
|
+
T = 2
|
|
12079
|
+
}
|
|
12080
|
+
}
|
|
10286
12081
|
export declare namespace GenModels {
|
|
10287
12082
|
/**
|
|
10288
12083
|
* UXMainMenuBehavior values
|
|
@@ -10332,6 +12127,34 @@ export declare namespace GenModels {
|
|
|
10332
12127
|
Pdfjs = 1
|
|
10333
12128
|
}
|
|
10334
12129
|
}
|
|
12130
|
+
export declare namespace GenModels {
|
|
12131
|
+
/**
|
|
12132
|
+
* FilePreviewMode
|
|
12133
|
+
*/
|
|
12134
|
+
enum FilePreviewMode {
|
|
12135
|
+
/**
|
|
12136
|
+
* pdf.js viewer
|
|
12137
|
+
*/
|
|
12138
|
+
Pdfjs = 0,
|
|
12139
|
+
/**
|
|
12140
|
+
* r7 viewer
|
|
12141
|
+
*/
|
|
12142
|
+
R7 = 1
|
|
12143
|
+
}
|
|
12144
|
+
}
|
|
12145
|
+
export declare namespace GenModels {
|
|
12146
|
+
enum BackgroundStyle {
|
|
12147
|
+
Tile = 0,
|
|
12148
|
+
Stretch = 1
|
|
12149
|
+
}
|
|
12150
|
+
}
|
|
12151
|
+
export declare namespace GenModels {
|
|
12152
|
+
enum BackgroundType {
|
|
12153
|
+
Default = 0,
|
|
12154
|
+
Inherit = 1,
|
|
12155
|
+
Custom = 2
|
|
12156
|
+
}
|
|
12157
|
+
}
|
|
10335
12158
|
export declare namespace GenModels {
|
|
10336
12159
|
enum AgreementHistoryMode {
|
|
10337
12160
|
Button = 0,
|
|
@@ -10360,6 +12183,14 @@ export declare namespace GenModels {
|
|
|
10360
12183
|
DisplayString = 2
|
|
10361
12184
|
}
|
|
10362
12185
|
}
|
|
12186
|
+
export declare namespace GenModels {
|
|
12187
|
+
enum AvailableChangesModes {
|
|
12188
|
+
No = 0,
|
|
12189
|
+
Nodes = 1,
|
|
12190
|
+
Records = 2,
|
|
12191
|
+
All = 3
|
|
12192
|
+
}
|
|
12193
|
+
}
|
|
10363
12194
|
export declare namespace GenModels {
|
|
10364
12195
|
enum DepartmentDialogMode {
|
|
10365
12196
|
Tree = 0,
|
|
@@ -10445,6 +12276,12 @@ export declare namespace GenModels {
|
|
|
10445
12276
|
NewWindow = 2
|
|
10446
12277
|
}
|
|
10447
12278
|
}
|
|
12279
|
+
export declare namespace GenModels {
|
|
12280
|
+
enum AdditionalElementsMode {
|
|
12281
|
+
Left = 0,
|
|
12282
|
+
Right = 1
|
|
12283
|
+
}
|
|
12284
|
+
}
|
|
10448
12285
|
export declare namespace GenModels {
|
|
10449
12286
|
enum BarcodeSearchButtonMode {
|
|
10450
12287
|
CurrentTab = 0,
|
|
@@ -11029,6 +12866,91 @@ export declare namespace GenModels {
|
|
|
11029
12866
|
DisplayAll = 2
|
|
11030
12867
|
}
|
|
11031
12868
|
}
|
|
12869
|
+
export declare namespace GenModels {
|
|
12870
|
+
/**
|
|
12871
|
+
* Defines color mode for Diagram control
|
|
12872
|
+
*/
|
|
12873
|
+
enum DiagramColorMode {
|
|
12874
|
+
/**
|
|
12875
|
+
* Monochrome mode
|
|
12876
|
+
*/
|
|
12877
|
+
Monochrome = 0,
|
|
12878
|
+
/**
|
|
12879
|
+
* Unicolorous mode
|
|
12880
|
+
*/
|
|
12881
|
+
Unicolorous = 1
|
|
12882
|
+
}
|
|
12883
|
+
}
|
|
12884
|
+
export declare namespace GenModels {
|
|
12885
|
+
/**
|
|
12886
|
+
* Defines legend color scheme for Diagram control
|
|
12887
|
+
*/
|
|
12888
|
+
enum DiagramLegendColorScheme {
|
|
12889
|
+
/**
|
|
12890
|
+
* Indigo legend color scheme
|
|
12891
|
+
*/
|
|
12892
|
+
Indigo = 0,
|
|
12893
|
+
/**
|
|
12894
|
+
* Cyan legend color scheme
|
|
12895
|
+
*/
|
|
12896
|
+
Cyan = 1,
|
|
12897
|
+
/**
|
|
12898
|
+
* Green legend color scheme
|
|
12899
|
+
*/
|
|
12900
|
+
Green = 2,
|
|
12901
|
+
/**
|
|
12902
|
+
* Orange legend color scheme
|
|
12903
|
+
*/
|
|
12904
|
+
Orange = 3,
|
|
12905
|
+
/**
|
|
12906
|
+
* Red legend color scheme
|
|
12907
|
+
*/
|
|
12908
|
+
Red = 4,
|
|
12909
|
+
/**
|
|
12910
|
+
* Purple legend color scheme
|
|
12911
|
+
*/
|
|
12912
|
+
Purple = 5,
|
|
12913
|
+
/**
|
|
12914
|
+
* Violet legend color scheme
|
|
12915
|
+
*/
|
|
12916
|
+
Violet = 6,
|
|
12917
|
+
/**
|
|
12918
|
+
* Gray legend color scheme
|
|
12919
|
+
*/
|
|
12920
|
+
Gray = 7,
|
|
12921
|
+
/**
|
|
12922
|
+
* Brown legend color scheme
|
|
12923
|
+
*/
|
|
12924
|
+
Brown = 8,
|
|
12925
|
+
/**
|
|
12926
|
+
* Multicolor mode
|
|
12927
|
+
*/
|
|
12928
|
+
Multicolored = 9
|
|
12929
|
+
}
|
|
12930
|
+
}
|
|
12931
|
+
export declare namespace GenModels {
|
|
12932
|
+
/**
|
|
12933
|
+
* Defines legend position for Diagram control
|
|
12934
|
+
*/
|
|
12935
|
+
enum DiagramLegendPosition {
|
|
12936
|
+
/**
|
|
12937
|
+
* Bottom legend position
|
|
12938
|
+
*/
|
|
12939
|
+
Bottom = 0,
|
|
12940
|
+
/**
|
|
12941
|
+
* Top legend position
|
|
12942
|
+
*/
|
|
12943
|
+
Top = 1,
|
|
12944
|
+
/**
|
|
12945
|
+
* Left legend position
|
|
12946
|
+
*/
|
|
12947
|
+
Left = 2,
|
|
12948
|
+
/**
|
|
12949
|
+
* Right legend position
|
|
12950
|
+
*/
|
|
12951
|
+
Right = 3
|
|
12952
|
+
}
|
|
12953
|
+
}
|
|
11032
12954
|
export declare namespace GenModels {
|
|
11033
12955
|
/**
|
|
11034
12956
|
* Way of editing and creating of table rows.
|
|
@@ -11044,6 +12966,63 @@ export declare namespace GenModels {
|
|
|
11044
12966
|
Layout = 1
|
|
11045
12967
|
}
|
|
11046
12968
|
}
|
|
12969
|
+
export declare namespace GenModels {
|
|
12970
|
+
/**
|
|
12971
|
+
* Serverity of the {@link GenModels}
|
|
12972
|
+
*/
|
|
12973
|
+
enum SystemStateNotificationSource {
|
|
12974
|
+
/**
|
|
12975
|
+
* Unread counters subsystem event
|
|
12976
|
+
*/
|
|
12977
|
+
UnreadCounters = 0
|
|
12978
|
+
}
|
|
12979
|
+
}
|
|
12980
|
+
export declare namespace GenModels {
|
|
12981
|
+
/**
|
|
12982
|
+
* Serverity of the {@link GenModels}
|
|
12983
|
+
*/
|
|
12984
|
+
enum SystemStateNotificationSeverity {
|
|
12985
|
+
/**
|
|
12986
|
+
* Normal system state information.
|
|
12987
|
+
*/
|
|
12988
|
+
Info = 0,
|
|
12989
|
+
/**
|
|
12990
|
+
* Some unexpected event occurred, but system continue operating.
|
|
12991
|
+
*/
|
|
12992
|
+
Warning = 1,
|
|
12993
|
+
/**
|
|
12994
|
+
* Some operation failed.
|
|
12995
|
+
*/
|
|
12996
|
+
Error = 2,
|
|
12997
|
+
/**
|
|
12998
|
+
* Some subsystem has been broken.
|
|
12999
|
+
*/
|
|
13000
|
+
CriticalFault = 3
|
|
13001
|
+
}
|
|
13002
|
+
}
|
|
13003
|
+
export declare namespace GenModels {
|
|
13004
|
+
/**
|
|
13005
|
+
* Data source variants from control FolderDataContext
|
|
13006
|
+
*/
|
|
13007
|
+
enum FolderDataContextMode {
|
|
13008
|
+
/**
|
|
13009
|
+
* From specified data source
|
|
13010
|
+
*/
|
|
13011
|
+
FromDataSource = 0,
|
|
13012
|
+
/**
|
|
13013
|
+
* From specified folder id
|
|
13014
|
+
*/
|
|
13015
|
+
KnownFolder = 1,
|
|
13016
|
+
/**
|
|
13017
|
+
* From current route
|
|
13018
|
+
*/
|
|
13019
|
+
FromUrl = 2,
|
|
13020
|
+
/**
|
|
13021
|
+
* System folder
|
|
13022
|
+
*/
|
|
13023
|
+
SystemFolder = 3
|
|
13024
|
+
}
|
|
13025
|
+
}
|
|
11047
13026
|
export declare namespace GenModels {
|
|
11048
13027
|
/**
|
|
11049
13028
|
* Field subtype
|
|
@@ -11123,26 +13102,3 @@ export declare namespace GenModels {
|
|
|
11123
13102
|
CardState = 17
|
|
11124
13103
|
}
|
|
11125
13104
|
}
|
|
11126
|
-
export declare namespace GenModels {
|
|
11127
|
-
/**
|
|
11128
|
-
* Data source variants from control FolderDataContext
|
|
11129
|
-
*/
|
|
11130
|
-
enum FolderDataContextMode {
|
|
11131
|
-
/**
|
|
11132
|
-
* From specified data source
|
|
11133
|
-
*/
|
|
11134
|
-
FromDataSource = 0,
|
|
11135
|
-
/**
|
|
11136
|
-
* From specified folder id
|
|
11137
|
-
*/
|
|
11138
|
-
KnownFolder = 1,
|
|
11139
|
-
/**
|
|
11140
|
-
* From current route
|
|
11141
|
-
*/
|
|
11142
|
-
FromUrl = 2,
|
|
11143
|
-
/**
|
|
11144
|
-
* System folder
|
|
11145
|
-
*/
|
|
11146
|
-
SystemFolder = 3
|
|
11147
|
-
}
|
|
11148
|
-
}
|