@docsvision/webclient 5.17.0-beta.12 → 5.17.0-beta.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Approval/AgreementManagement.d.ts +4 -2
- package/Approval/AgreementStageProps.d.ts +4 -2
- package/BackOffice/$CloudSignature.d.ts +34 -0
- package/BackOffice/$CryptoPro.d.ts +10 -0
- package/BackOffice/$DigitalSignature.d.ts +75 -0
- package/BackOffice/ActualizeProfileCertificateSource.d.ts +13 -0
- package/BackOffice/{BackOfficeLayoutContextContstants.d.ts → BackOfficeLayoutContextConstants.d.ts} +0 -0
- package/BackOffice/CardKindImpl.d.ts +2 -1
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/ConvertCloudToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertLocalToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertSignLabelsToComboBoxItems.d.ts +15 -0
- package/BackOffice/CryptoProDssService.d.ts +65 -0
- package/BackOffice/CryptoProService.d.ts +10 -0
- package/BackOffice/{BatchDelegateOperation.d.ts → DelegateBatchOperation.d.ts} +5 -5
- package/BackOffice/{BatchDelegateOperationImpl.d.ts → DelegateBatchOperationImpl.d.ts} +3 -3
- package/BackOffice/DelegationParamsPanel.d.ts +1 -1
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DepartmentImpl.d.ts +1 -0
- package/BackOffice/DigitalSignatureService.d.ts +38 -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 +46 -21
- package/BackOffice/DirectoryDesignerRowItemVisualiser.d.ts +9 -0
- package/BackOffice/DirectoryDesignerTypeaheadVariant.d.ts +6 -2
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/DssAuthorizationModels.d.ts +6 -0
- package/BackOffice/DssCertificateModels.d.ts +30 -0
- package/BackOffice/DssPolicyModels.d.ts +51 -0
- package/BackOffice/DssSignRequestModels.d.ts +133 -0
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListControl.d.ts +10 -3
- package/BackOffice/FileListControlImpl.d.ts +5 -0
- package/BackOffice/FileListControlLogic.d.ts +2 -1
- package/BackOffice/FileListItemComponent.d.ts +1 -1
- package/BackOffice/FileListItemProps.d.ts +2 -1
- package/BackOffice/FileSign.d.ts +12 -39
- package/BackOffice/FileSignListDialog.d.ts +7 -2
- package/BackOffice/GetSignatureMethodName.d.ts +4 -0
- package/BackOffice/HistoryView.d.ts +1 -1
- package/BackOffice/ICertificateStatus.d.ts +6 -0
- package/BackOffice/IDocumentInfoAdditionalInfoResult.d.ts +4 -0
- package/BackOffice/IDssCertificateInfoEx.d.ts +4 -0
- package/BackOffice/IFileSignInteractionModel.d.ts +8 -3
- package/BackOffice/IGetCertificateResult.d.ts +33 -0
- package/BackOffice/IGetDocumentInfoResult.d.ts +14 -0
- package/BackOffice/ISignOptions.d.ts +8 -0
- package/BackOffice/ISignRequest.d.ts +9 -0
- package/BackOffice/ISignResult.d.ts +5 -0
- package/BackOffice/ISignatureVerificationResult.d.ts +4 -0
- package/BackOffice/InfoPopover.d.ts +2 -0
- package/BackOffice/LoadCertificatesThumberprints.d.ts +9 -0
- package/BackOffice/LoadCloudCertificates.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 +7 -1
- package/BackOffice/PartnerBase.d.ts +4 -2
- package/BackOffice/PartnerBaseImpl.d.ts +20 -0
- package/BackOffice/PartnerDepartmentImpl.d.ts +3 -0
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PartnerImpl.d.ts +3 -0
- package/BackOffice/PrepareSignatureMethodsComboBox.d.ts +7 -0
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/ProcessSettingsChanged.d.ts +11 -0
- package/BackOffice/SignatureButton.d.ts +36 -0
- package/BackOffice/SignatureButton.stories.d.ts +10 -0
- package/BackOffice/SignatureButtonComponent.d.ts +7 -0
- package/BackOffice/SignatureButtonContainer.d.ts +7 -0
- package/BackOffice/SignatureButtonLogic.d.ts +27 -0
- package/BackOffice/SignatureButtonMenu.d.ts +6 -0
- package/BackOffice/SignatureButtonMenuItem.d.ts +6 -0
- package/BackOffice/SignatureButtonOptions.d.ts +51 -0
- package/BackOffice/SignatureButtonView.d.ts +10 -0
- package/BackOffice/SignatureConstants.d.ts +1 -0
- package/BackOffice/SignatureDialog.d.ts +50 -0
- package/BackOffice/SignatureDialog.stories.d.ts +12 -0
- package/BackOffice/SignatureDialogFrame.d.ts +13 -0
- package/BackOffice/SignatureDialogLabels.d.ts +9 -0
- package/BackOffice/SignatureDialogLoader.d.ts +3 -0
- package/BackOffice/SignatureDialogLogic.d.ts +60 -0
- package/BackOffice/SignatureDialogMethods.d.ts +10 -0
- package/BackOffice/SignatureDialogNoPluginMessage.d.ts +6 -0
- package/BackOffice/SignatureDialogSettings.d.ts +20 -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 +77 -0
- package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +7 -0
- package/BackOffice/SignatureMethodsSetupSelectedMethodsLoader.d.ts +3 -0
- package/BackOffice/SignatureMethodsSetupTabType.d.ts +4 -0
- package/BackOffice/StaffDirectoryConstants.d.ts +2 -0
- package/BackOffice/StaffDirectoryInfoPopover.d.ts +28 -0
- package/BackOffice/StaffDirectoryItems.d.ts +7 -3
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +28 -4
- package/BackOffice/StaffDirectorySelectDialog.d.ts +4 -1
- package/BackOffice/SvsVerifyModels.d.ts +20 -0
- package/BackOffice/TasksTable.d.ts +3 -2
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/{TasksUtills.d.ts → TasksUtils.d.ts} +0 -0
- 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 +3 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
- package/Generated/DocsVision.WebClient.Controllers.d.ts +179 -5
- package/Generated/DocsVision.WebClient.Models.d.ts +1140 -212
- 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/LabeledText.d.ts +8 -0
- package/Helpers/ModalDialog/CommonModalDialog.d.ts +2 -1
- package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +3 -3
- package/Helpers/ModalDialog/KeyHandler.d.ts +12 -0
- package/Helpers/ReactList/ReactListDynamic.d.ts +1 -0
- package/Helpers/Sortable/Data/ClientModels/ISortableItem.d.ts +7 -1
- package/Helpers/Sortable/Sortable.d.ts +13 -3
- package/Helpers/TextInput.d.ts +2 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +8 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +10 -0
- package/Helpers/TextInputDialog/TextInputDialog.d.ts +25 -0
- package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +8 -0
- package/Helpers/TextInputDialog/TextInputDialogHost.d.ts +14 -0
- package/Helpers/Typeahead/ITypeaheadProps.d.ts +6 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/FolderViews.d.ts +2 -0
- package/Legacy/ILabelTextareaControl.d.ts +1 -1
- package/Legacy/ISignatureDataModel.d.ts +2 -0
- package/Legacy/ISignatureListDataModel.d.ts +1 -1
- package/Legacy/ISignatureListItemDataModel.d.ts +6 -15
- package/Legacy/ISignatureListItemDetailDataModel.d.ts +8 -19
- package/Legacy/ISignatureVerificationDataModel.d.ts +4 -4
- package/Legacy/{ITextareaConrtol.d.ts → ITextareaControl.d.ts} +0 -0
- package/Legacy/LabelTextareaControl.d.ts +1 -1
- package/Legacy/NativeFunctions.d.ts +1 -20
- package/Legacy/SearchPanelRouteHandler.d.ts +19 -0
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +1 -0
- package/Legacy/TextareaControl.d.ts +1 -1
- package/Legacy/Utils.d.ts +7 -0
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +3 -2
- package/MainBundle.d.ts +1 -0
- package/Platform/$AggregatesCheckbox.d.ts +1 -0
- package/Platform/$CompanyLogo.d.ts +0 -1
- package/Platform/$EmployeeStatus.d.ts +6 -2
- package/Platform/$FolderHelp.d.ts +13 -0
- package/Platform/{AcesssInheritanceButtons.d.ts → AccessInheritanceButtons.d.ts} +2 -2
- package/Platform/AggregatesApplyButtonPanel.d.ts +9 -0
- package/Platform/AggregatesCheckbox.d.ts +7 -3
- package/Platform/AggregatesCheckboxPlugins.d.ts +1 -0
- package/Platform/AggregatesCheckboxService.d.ts +17 -6
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/BatchOperationsPlugin.d.ts +1 -1
- package/Platform/BottomEdge.d.ts +10 -0
- package/Platform/BottomEdgeBody.d.ts +4 -0
- package/Platform/BottomEdgePlugin.d.ts +4 -0
- package/Platform/CardLink.d.ts +2 -1
- package/Platform/CardManagement.d.ts +5 -1
- package/Platform/CardManagementImpl.d.ts +5 -3
- package/Platform/CardQuotesDataStub.d.ts +19 -0
- package/Platform/CertificateSettings.d.ts +40 -0
- package/Platform/CertificateSettingsContainer.d.ts +10 -0
- package/Platform/CertificateSettingsLogic.d.ts +24 -0
- package/Platform/CertificateSettingsView.d.ts +5 -0
- package/Platform/CompanyLogoService.d.ts +0 -1
- package/Platform/ContextMenu.d.ts +4 -6
- package/Platform/DateTimePicker.d.ts +1 -0
- package/Platform/DateTimePickerImpl.d.ts +5 -1
- package/Platform/DefaultFolderTablePluginFactory.d.ts +2 -1
- package/Platform/DownloadFilesBatchOperation.d.ts +2 -1
- package/Platform/DropdownImpl.d.ts +3 -1
- package/Platform/EmployeeStatusService.d.ts +4 -4
- package/Platform/Favorite.d.ts +1 -0
- package/Platform/FilePicker.d.ts +2 -2
- package/Platform/FilePreview.d.ts +2 -2
- package/Platform/FilePreviewImpl.d.ts +1 -0
- package/Platform/FolderGrid.d.ts +4 -3
- package/Platform/FolderGridImpl.d.ts +1 -0
- package/Platform/FolderHelpButton.d.ts +7 -0
- package/Platform/FolderHelpDialog.d.ts +9 -0
- package/Platform/FolderHelpPaths.d.ts +2 -0
- package/Platform/FolderHelpPlugins.d.ts +9 -0
- package/Platform/FolderHelpService.d.ts +10 -0
- package/Platform/FolderHelpTimeCodes.d.ts +2 -0
- package/Platform/FolderMainMenuItemImpl.d.ts +1 -1
- package/Platform/FolderManagementAdaptiveMenu.d.ts +1 -1
- package/Platform/{FolderManagmentData.d.ts → FolderManagementData.d.ts} +0 -0
- package/Platform/FolderManagementDialog.d.ts +1 -1
- package/Platform/FolderName.d.ts +2 -1
- package/Platform/FolderNameImpl.d.ts +1 -0
- package/Platform/FolderOperationManager.d.ts +1 -1
- package/Platform/FolderRouteTypeMapper.d.ts +2 -3
- package/Platform/FolderViewItemsImpl.d.ts +5 -5
- package/Platform/FolderWebFrameRouteHandler.d.ts +2 -1
- package/Platform/IAggregates.d.ts +10 -4
- package/Platform/IUnreadRowData.d.ts +1 -1
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/Number.d.ts +2 -0
- package/Platform/NumberImpl.d.ts +5 -1
- 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/ReadBatchOperation.d.ts +1 -1
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +3 -1
- package/Platform/RecentCardsRouteHandler.d.ts +2 -1
- package/Platform/ScrollTopBottomButtons.d.ts +1 -0
- package/Platform/ScrollTopBottomLogic.d.ts +2 -0
- package/Platform/SearchResultsFolderTablePluginFactory.d.ts +5 -5
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +8 -5
- package/Platform/SettingsPlugin.d.ts +7 -3
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +1 -0
- package/Platform/SettingsPopupLogic.d.ts +13 -4
- package/Platform/SettingsPopupView.d.ts +2 -0
- package/Platform/Tab.d.ts +2 -1
- package/Platform/Tab.stories.d.ts +9 -0
- package/Platform/Table.d.ts +1 -1
- package/Platform/TableColumnResponseResolver.d.ts +10 -0
- package/Platform/TablePresentationTogglePlugins.d.ts +1 -2
- package/Platform/TestUtils.d.ts +2 -1
- package/Platform/TextAreaImpl.d.ts +8 -4
- package/Platform/TextBoxImpl.d.ts +5 -0
- package/Platform/TextControlBaseImpl.d.ts +2 -0
- package/Platform/TextListInputView.d.ts +4 -4
- package/Platform/{ToggleRowAcess.d.ts → ToggleRowAccess.d.ts} +0 -0
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/UtilsQuotes.d.ts +10 -0
- package/Platform/WebFrameBodyContainer.stories.d.ts +8 -0
- package/Platform/WebFrameCompanyLogo.d.ts +3 -1
- package/Platform/WebFrameCompanyLogo.stories.d.ts +10 -0
- package/Platform/WebFrameContent.d.ts +3 -2
- package/Platform/WebFrameContentImpl.d.ts +2 -0
- package/Platform/WebFrameCurrentPageName.stories.d.ts +8 -0
- package/Platform/WebFrameHeaderContainer.d.ts +2 -1
- package/Platform/WebFrameHeaderContainer.stories.d.ts +17 -0
- package/Platform/WebFrameHeaderContainerImpl.d.ts +1 -1
- package/Platform/WebFrameHelpButton.stories.d.ts +10 -0
- package/Platform/WebFrameMainMenuButton.stories.d.ts +8 -0
- package/Platform/WebFrameMainMenuContainer.d.ts +2 -1
- package/Platform/WebFrameMainMenuContainer.stories.d.ts +10 -0
- package/Platform/WebFrameMainMenuContainerImpl.d.ts +3 -1
- package/Platform/WebFrameNavigationBar.d.ts +2 -1
- package/Platform/WebFrameNavigationBar.stories.d.ts +19 -0
- package/Platform/WebFrameNavigationBarImpl.d.ts +2 -0
- package/Platform/WebFrameSearchPanel.d.ts +2 -2
- package/Platform/WebFrameSearchPanel.stories.d.ts +14 -0
- package/Platform/index.d.ts +1 -7
- package/Platform/toLocaleStringPolyfill.d.ts +2 -0
- package/StandardServices.d.ts +5 -1
- package/System/$FileService.d.ts +16 -9
- package/System/$Layout.d.ts +1 -1
- package/System/$PollService.d.ts +0 -3
- package/System/$Router.d.ts +1 -0
- package/System/$WebFrameContentHeight.d.ts +14 -0
- package/System/BlobToBase64.d.ts +1 -0
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/FileService.d.ts +14 -15
- package/System/FilterLogic.d.ts +6 -0
- package/System/GenerateTestData.d.ts +2 -0
- package/System/IAsyncControlInfo.d.ts +1 -1
- package/System/ILayoutParams.d.ts +2 -0
- package/System/InputBasedControl.d.ts +5 -0
- package/System/InputBasedControlImpl.d.ts +5 -3
- package/System/Layout.d.ts +1 -0
- package/System/LayoutManager.d.ts +1 -1
- package/System/LayoutUtils.d.ts +1 -0
- package/System/NavigationBarStub.d.ts +31 -0
- package/System/OperationUtils.d.ts +2 -0
- package/System/PageLeaveConfirmation.d.ts +1 -0
- package/System/Poll.d.ts +2 -2
- package/System/PollService.d.ts +7 -6
- package/System/{PreventPropogation.d.ts → PreventPropagation.d.ts} +0 -0
- package/System/Router.d.ts +1 -1
- package/System/StringUtils.d.ts +5 -1
- package/System/TabStub.d.ts +13 -0
- package/System/WebFrameContentHeightService.d.ts +14 -0
- package/System/WebFrameNavigationBarStub.d.ts +283 -0
- package/package.json +1 -1
- package/BackOffice/FileSignCreateDialog.d.ts +0 -83
- package/BackOffice/FileSignSelectCertificateDialog.d.ts +0 -57
- package/Globals/DVPromise.d.ts +0 -19
- package/Platform/FilterPlugin.d.ts +0 -3
- package/Platform/GropingPlugin.d.ts +0 -3
- package/Platform/ResetSettingsPlugin.d.ts +0 -18
- package/Platform/SearchPlugin.d.ts +0 -3
- package/Platform/toLocaleStringPolifill.d.ts +0 -1
|
@@ -702,6 +702,100 @@ export declare namespace GenModels {
|
|
|
702
702
|
contractId: string;
|
|
703
703
|
}
|
|
704
704
|
}
|
|
705
|
+
export declare namespace GenModels {
|
|
706
|
+
interface SignatureMethodSettings {
|
|
707
|
+
/**
|
|
708
|
+
* User name in DSS service
|
|
709
|
+
*/
|
|
710
|
+
cloudAccountName: string;
|
|
711
|
+
/**
|
|
712
|
+
* Long live DSS access token stored in database.
|
|
713
|
+
*/
|
|
714
|
+
accessTokenReceived: boolean;
|
|
715
|
+
/**
|
|
716
|
+
* List of known methods.
|
|
717
|
+
*/
|
|
718
|
+
methods: Array<GenModels.SignatureMethod>;
|
|
719
|
+
/**
|
|
720
|
+
* List of all known certificates.
|
|
721
|
+
*/
|
|
722
|
+
certificates: Array<GenModels.SavedCertificateInfo>;
|
|
723
|
+
}
|
|
724
|
+
}
|
|
725
|
+
export declare namespace GenModels {
|
|
726
|
+
interface SignatureMethod {
|
|
727
|
+
/**
|
|
728
|
+
* Identifier of certificate or
|
|
729
|
+
*/
|
|
730
|
+
id: string;
|
|
731
|
+
/**
|
|
732
|
+
* Is simple signature (without certificate).
|
|
733
|
+
*/
|
|
734
|
+
isSimple: boolean;
|
|
735
|
+
/**
|
|
736
|
+
* Is default certificate, configured in user profile.
|
|
737
|
+
*/
|
|
738
|
+
isUserDefault: boolean;
|
|
739
|
+
/**
|
|
740
|
+
* Order in certificate list
|
|
741
|
+
*/
|
|
742
|
+
order: number;
|
|
743
|
+
/**
|
|
744
|
+
* Show method in list
|
|
745
|
+
*/
|
|
746
|
+
enabled: boolean;
|
|
747
|
+
/**
|
|
748
|
+
* Comment
|
|
749
|
+
*/
|
|
750
|
+
comment: string;
|
|
751
|
+
/**
|
|
752
|
+
* Certificate info
|
|
753
|
+
*/
|
|
754
|
+
certificateInfo: GenModels.SavedCertificateInfo;
|
|
755
|
+
}
|
|
756
|
+
}
|
|
757
|
+
export declare namespace GenModels {
|
|
758
|
+
interface SavedCertificateInfo {
|
|
759
|
+
/**
|
|
760
|
+
* Id in crypto system (in DSS or in local certificate storage).
|
|
761
|
+
*/
|
|
762
|
+
externalId: string;
|
|
763
|
+
/**
|
|
764
|
+
* Issued to
|
|
765
|
+
*/
|
|
766
|
+
signer: string;
|
|
767
|
+
/**
|
|
768
|
+
* Issued from
|
|
769
|
+
*/
|
|
770
|
+
authority: string;
|
|
771
|
+
/**
|
|
772
|
+
* Time of the certification life
|
|
773
|
+
*
|
|
774
|
+
* @format datatype.datetime
|
|
775
|
+
*/
|
|
776
|
+
validTo: string;
|
|
777
|
+
/**
|
|
778
|
+
* Comment
|
|
779
|
+
*/
|
|
780
|
+
comment: string;
|
|
781
|
+
/**
|
|
782
|
+
* User defined name of the certificate.
|
|
783
|
+
*/
|
|
784
|
+
friendlyName: string;
|
|
785
|
+
/**
|
|
786
|
+
* Requires pin code to access.
|
|
787
|
+
*/
|
|
788
|
+
hasPinCode: boolean;
|
|
789
|
+
/**
|
|
790
|
+
* Where method received from.
|
|
791
|
+
*/
|
|
792
|
+
source: GenModels.SignatureMethodSources;
|
|
793
|
+
/**
|
|
794
|
+
* Certificate thumberprint.
|
|
795
|
+
*/
|
|
796
|
+
thumberprint: string;
|
|
797
|
+
}
|
|
798
|
+
}
|
|
705
799
|
export declare namespace GenModels {
|
|
706
800
|
interface SearchRequestModel {
|
|
707
801
|
/**
|
|
@@ -912,6 +1006,43 @@ export declare namespace GenModels {
|
|
|
912
1006
|
children: Array<GenModels.FolderTypeInfo>;
|
|
913
1007
|
}
|
|
914
1008
|
}
|
|
1009
|
+
export declare namespace GenModels {
|
|
1010
|
+
interface UploadToDssRequest {
|
|
1011
|
+
url: string;
|
|
1012
|
+
authorization: string;
|
|
1013
|
+
/**
|
|
1014
|
+
* Parent document card id
|
|
1015
|
+
*
|
|
1016
|
+
* @format datatype.uuid
|
|
1017
|
+
*/
|
|
1018
|
+
documentId: string;
|
|
1019
|
+
/**
|
|
1020
|
+
* Signature parts
|
|
1021
|
+
*/
|
|
1022
|
+
parts: Array<GenModels.DocumentSignaturePartInfo>;
|
|
1023
|
+
}
|
|
1024
|
+
}
|
|
1025
|
+
export declare namespace GenModels {
|
|
1026
|
+
interface DocumentSignaturePartInfo {
|
|
1027
|
+
/**
|
|
1028
|
+
* What upload to DSS
|
|
1029
|
+
*/
|
|
1030
|
+
partType: GenModels.SignatureItemType;
|
|
1031
|
+
/**
|
|
1032
|
+
* FileManager file id to upload
|
|
1033
|
+
*
|
|
1034
|
+
* @format datatype.uuid
|
|
1035
|
+
*/
|
|
1036
|
+
fileId?: string;
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
export declare namespace GenModels {
|
|
1040
|
+
interface DssRequestBody {
|
|
1041
|
+
url: string;
|
|
1042
|
+
authorization: string;
|
|
1043
|
+
body: string;
|
|
1044
|
+
}
|
|
1045
|
+
}
|
|
915
1046
|
export declare namespace GenModels {
|
|
916
1047
|
interface SecurityTarget {
|
|
917
1048
|
/**
|
|
@@ -1476,6 +1607,93 @@ export declare namespace GenModels {
|
|
|
1476
1607
|
* Row description
|
|
1477
1608
|
*/
|
|
1478
1609
|
description: string;
|
|
1610
|
+
parentId: string;
|
|
1611
|
+
}
|
|
1612
|
+
}
|
|
1613
|
+
export declare namespace GenModels {
|
|
1614
|
+
interface DirectoryDesignerNodeModel {
|
|
1615
|
+
/**
|
|
1616
|
+
* Node id
|
|
1617
|
+
*
|
|
1618
|
+
* @format datatype.uuid
|
|
1619
|
+
*/
|
|
1620
|
+
id: string;
|
|
1621
|
+
/**
|
|
1622
|
+
* Node name
|
|
1623
|
+
*/
|
|
1624
|
+
name: string;
|
|
1625
|
+
/**
|
|
1626
|
+
* Node description
|
|
1627
|
+
*/
|
|
1628
|
+
description: string;
|
|
1629
|
+
parentId: string;
|
|
1630
|
+
}
|
|
1631
|
+
}
|
|
1632
|
+
export declare namespace GenModels {
|
|
1633
|
+
interface DirectoryDesignerQuery {
|
|
1634
|
+
searchArea: GenModels.DirectoryDesignerSearchArea;
|
|
1635
|
+
searchText: string;
|
|
1636
|
+
nodeId: string;
|
|
1637
|
+
pagination: GenModels.Pagination;
|
|
1638
|
+
needBuildPath: boolean;
|
|
1639
|
+
}
|
|
1640
|
+
}
|
|
1641
|
+
export declare namespace GenModels {
|
|
1642
|
+
interface Pagination {
|
|
1643
|
+
/**
|
|
1644
|
+
* How many records client already have
|
|
1645
|
+
*/
|
|
1646
|
+
skip?: number;
|
|
1647
|
+
/**
|
|
1648
|
+
* How many records client want to receive
|
|
1649
|
+
*/
|
|
1650
|
+
maxCount?: number;
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
export declare namespace GenModels {
|
|
1654
|
+
interface DirectoryDesignerLoadResponse {
|
|
1655
|
+
items: Array<GenModels.DirectoryDesignerItem>;
|
|
1656
|
+
hasMore: boolean;
|
|
1657
|
+
directoryTimestamp: number;
|
|
1658
|
+
totalItemsCount?: number;
|
|
1659
|
+
}
|
|
1660
|
+
}
|
|
1661
|
+
export declare namespace GenModels {
|
|
1662
|
+
interface DirectoryDesignerItem extends GenModels.IDirectoryItemData {
|
|
1663
|
+
type: GenModels.DirectoryDesignerTreeNodeType;
|
|
1664
|
+
hasChildren: boolean;
|
|
1665
|
+
id: string;
|
|
1666
|
+
parentId: string;
|
|
1667
|
+
name: string;
|
|
1668
|
+
description: string;
|
|
1669
|
+
data: any;
|
|
1670
|
+
dataType: GenModels.DirectoryDataType;
|
|
1671
|
+
path: Array<GenModels.DirectoryDesignerItem>;
|
|
1672
|
+
searchInfo: GenModels.SearchInfo;
|
|
1673
|
+
}
|
|
1674
|
+
}
|
|
1675
|
+
export declare namespace GenModels {
|
|
1676
|
+
interface SearchInfo {
|
|
1677
|
+
/**
|
|
1678
|
+
* Is matched
|
|
1679
|
+
*/
|
|
1680
|
+
matched: boolean;
|
|
1681
|
+
/**
|
|
1682
|
+
* Matched field name
|
|
1683
|
+
*/
|
|
1684
|
+
matchedFieldName: string;
|
|
1685
|
+
/**
|
|
1686
|
+
* Matched field value
|
|
1687
|
+
*/
|
|
1688
|
+
matchedFieldValue: string;
|
|
1689
|
+
}
|
|
1690
|
+
}
|
|
1691
|
+
export declare namespace GenModels {
|
|
1692
|
+
interface EmployeeStatusModel extends GenModels.EmployeeDataModel {
|
|
1693
|
+
/**
|
|
1694
|
+
* Return true whether user participate in Security Group for aggregates
|
|
1695
|
+
*/
|
|
1696
|
+
isAggregationUser: boolean;
|
|
1479
1697
|
}
|
|
1480
1698
|
}
|
|
1481
1699
|
export declare namespace GenModels {
|
|
@@ -1799,109 +2017,529 @@ export declare namespace GenModels {
|
|
|
1799
2017
|
*
|
|
1800
2018
|
* @format datatype.uuid
|
|
1801
2019
|
*/
|
|
1802
|
-
cardId: string;
|
|
2020
|
+
cardId: string;
|
|
2021
|
+
/**
|
|
2022
|
+
* Gets or sets text
|
|
2023
|
+
*/
|
|
2024
|
+
text: string;
|
|
2025
|
+
}
|
|
2026
|
+
}
|
|
2027
|
+
export declare namespace GenModels {
|
|
2028
|
+
interface RestoreCommentModel {
|
|
2029
|
+
/**
|
|
2030
|
+
* Gets or sets comments data source
|
|
2031
|
+
*/
|
|
2032
|
+
dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
|
|
2033
|
+
/**
|
|
2034
|
+
* Gets or sets card identifier
|
|
2035
|
+
*
|
|
2036
|
+
* @format datatype.uuid
|
|
2037
|
+
*/
|
|
2038
|
+
cardId: string;
|
|
2039
|
+
/**
|
|
2040
|
+
* Gets or sets text
|
|
2041
|
+
*/
|
|
2042
|
+
text: string;
|
|
2043
|
+
/**
|
|
2044
|
+
* Gets or sets employee id
|
|
2045
|
+
*
|
|
2046
|
+
* @format datatype.uuid
|
|
2047
|
+
*/
|
|
2048
|
+
employeeId: string;
|
|
2049
|
+
/**
|
|
2050
|
+
* gets or sets date
|
|
2051
|
+
*
|
|
2052
|
+
* @format datatype.datetime
|
|
2053
|
+
*/
|
|
2054
|
+
date?: string;
|
|
2055
|
+
}
|
|
2056
|
+
}
|
|
2057
|
+
export declare namespace GenModels {
|
|
2058
|
+
interface UpdateCommentRequestModel {
|
|
2059
|
+
/**
|
|
2060
|
+
* Gets or sets comments data source
|
|
2061
|
+
*/
|
|
2062
|
+
dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
|
|
2063
|
+
/**
|
|
2064
|
+
* Gets or sets card identifier
|
|
2065
|
+
*
|
|
2066
|
+
* @format datatype.uuid
|
|
2067
|
+
*/
|
|
2068
|
+
cardId: string;
|
|
2069
|
+
/**
|
|
2070
|
+
* Gets or sets comment identifier
|
|
2071
|
+
*
|
|
2072
|
+
* @format datatype.uuid
|
|
2073
|
+
*/
|
|
2074
|
+
commentId: string;
|
|
2075
|
+
/**
|
|
2076
|
+
* Gets or sets text
|
|
2077
|
+
*/
|
|
2078
|
+
text: string;
|
|
2079
|
+
}
|
|
2080
|
+
}
|
|
2081
|
+
export declare namespace GenModels {
|
|
2082
|
+
interface DeleteCommentRequestModel {
|
|
2083
|
+
/**
|
|
2084
|
+
* Gets or sets comments data source
|
|
2085
|
+
*/
|
|
2086
|
+
dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
|
|
2087
|
+
/**
|
|
2088
|
+
* Gets or sets card identifier
|
|
2089
|
+
*
|
|
2090
|
+
* @format datatype.uuid
|
|
2091
|
+
*/
|
|
2092
|
+
cardId: string;
|
|
2093
|
+
/**
|
|
2094
|
+
* Gets or sets comment identifier
|
|
2095
|
+
*
|
|
2096
|
+
* @format datatype.uuid
|
|
2097
|
+
*/
|
|
2098
|
+
commentId: string;
|
|
2099
|
+
}
|
|
2100
|
+
}
|
|
2101
|
+
export declare namespace GenModels {
|
|
2102
|
+
interface CollectionRequestModel {
|
|
2103
|
+
/**
|
|
2104
|
+
* Collection of entities
|
|
2105
|
+
*/
|
|
2106
|
+
collection: Array<string>;
|
|
2107
|
+
}
|
|
2108
|
+
}
|
|
2109
|
+
export declare namespace GenModels {
|
|
2110
|
+
interface SignatureKindSelectionModel {
|
|
2111
|
+
/**
|
|
2112
|
+
* available signature kind
|
|
2113
|
+
*/
|
|
2114
|
+
availableKind?: GenModels.DigitalSignatureKind;
|
|
2115
|
+
/**
|
|
2116
|
+
* warning message
|
|
2117
|
+
*/
|
|
2118
|
+
warning: string;
|
|
2119
|
+
/**
|
|
2120
|
+
* time-stamp protocol server address
|
|
2121
|
+
*/
|
|
2122
|
+
tspAddress: string;
|
|
2123
|
+
certificateThumberprint: string;
|
|
2124
|
+
}
|
|
2125
|
+
}
|
|
2126
|
+
export declare namespace GenModels {
|
|
2127
|
+
interface CertificateThumberprintRequest {
|
|
2128
|
+
/**
|
|
2129
|
+
* Certificates
|
|
2130
|
+
*/
|
|
2131
|
+
certificates: Array<GenModels.CertificateThumberprintRequestItem>;
|
|
2132
|
+
}
|
|
2133
|
+
}
|
|
2134
|
+
export declare namespace GenModels {
|
|
2135
|
+
interface CertificateThumberprintRequestItem {
|
|
2136
|
+
/**
|
|
2137
|
+
* Id of the certificate
|
|
2138
|
+
*/
|
|
2139
|
+
id: string;
|
|
2140
|
+
/**
|
|
2141
|
+
* Certificate content
|
|
2142
|
+
*/
|
|
2143
|
+
certificateBase64: string;
|
|
2144
|
+
}
|
|
2145
|
+
}
|
|
2146
|
+
export declare namespace GenModels {
|
|
2147
|
+
interface CertificateThumberprintResponse {
|
|
2148
|
+
/**
|
|
2149
|
+
* Certificates info
|
|
2150
|
+
*/
|
|
2151
|
+
certificates: Array<GenModels.CertificateThumberprintResponseItem>;
|
|
2152
|
+
}
|
|
2153
|
+
}
|
|
2154
|
+
export declare namespace GenModels {
|
|
2155
|
+
interface CertificateThumberprintResponseItem {
|
|
2156
|
+
/**
|
|
2157
|
+
* Id of the certificate
|
|
2158
|
+
*/
|
|
2159
|
+
id: string;
|
|
2160
|
+
/**
|
|
2161
|
+
* Certificate thumberprint
|
|
2162
|
+
*/
|
|
2163
|
+
certificateThumberprint: string;
|
|
2164
|
+
/**
|
|
2165
|
+
* Organisation, that issued certificate.
|
|
2166
|
+
*/
|
|
2167
|
+
issuer: string;
|
|
2168
|
+
/**
|
|
2169
|
+
* Person, who can use certificate
|
|
2170
|
+
*/
|
|
2171
|
+
subject: string;
|
|
2172
|
+
/**
|
|
2173
|
+
* Error processing certificate
|
|
2174
|
+
*/
|
|
2175
|
+
error: string;
|
|
2176
|
+
}
|
|
2177
|
+
}
|
|
2178
|
+
export declare namespace GenModels {
|
|
2179
|
+
interface SignDataRequestWrapper {
|
|
2180
|
+
/**
|
|
2181
|
+
* SignDataRequest
|
|
2182
|
+
*/
|
|
2183
|
+
request: GenModels.SignDataRequest;
|
|
2184
|
+
}
|
|
2185
|
+
}
|
|
2186
|
+
export declare namespace GenModels {
|
|
2187
|
+
interface SignDataRequest {
|
|
2188
|
+
/**
|
|
2189
|
+
* Get or sets document identifier
|
|
2190
|
+
*
|
|
2191
|
+
* @format datatype.uuid
|
|
2192
|
+
*/
|
|
2193
|
+
documentId: string;
|
|
2194
|
+
/**
|
|
2195
|
+
* Gets or sets timestamp
|
|
2196
|
+
*/
|
|
2197
|
+
timestamp: number;
|
|
2198
|
+
/**
|
|
2199
|
+
* Gets or sets label id
|
|
2200
|
+
*
|
|
2201
|
+
* @format datatype.uuid
|
|
2202
|
+
*/
|
|
2203
|
+
labelId: string;
|
|
2204
|
+
/**
|
|
2205
|
+
* Gets or sets value whether indicate use simple sign, if CSP not supported
|
|
2206
|
+
*/
|
|
2207
|
+
isSimpleSign: boolean;
|
|
2208
|
+
/**
|
|
2209
|
+
* Get or sets signature data
|
|
2210
|
+
*/
|
|
2211
|
+
signatureData: GenModels.SignatureData;
|
|
2212
|
+
}
|
|
2213
|
+
}
|
|
2214
|
+
export declare namespace GenModels {
|
|
2215
|
+
interface SignatureData {
|
|
2216
|
+
/**
|
|
2217
|
+
* Gets or sets certificate thumbprint
|
|
2218
|
+
*/
|
|
2219
|
+
certificateThumbprint: string;
|
|
2220
|
+
/**
|
|
2221
|
+
* Gets signature items
|
|
2222
|
+
*/
|
|
2223
|
+
items: Array<GenModels.SignatureItemData>;
|
|
2224
|
+
}
|
|
2225
|
+
}
|
|
2226
|
+
export declare namespace GenModels {
|
|
2227
|
+
interface SignatureItemData {
|
|
2228
|
+
/**
|
|
2229
|
+
* Gets or sets signed content
|
|
2230
|
+
*/
|
|
2231
|
+
data: Array<number>;
|
|
2232
|
+
/**
|
|
2233
|
+
* Gets or sets file version identifier
|
|
2234
|
+
*
|
|
2235
|
+
* @format datatype.uuid
|
|
2236
|
+
*/
|
|
2237
|
+
fileVersionId: string;
|
|
2238
|
+
/**
|
|
2239
|
+
* Gets or sets file card identifier
|
|
2240
|
+
*
|
|
2241
|
+
* @format datatype.uuid
|
|
2242
|
+
*/
|
|
2243
|
+
fileCardId: string;
|
|
2244
|
+
/**
|
|
2245
|
+
* Gets or sets signature item type
|
|
2246
|
+
*/
|
|
2247
|
+
itemType: GenModels.SignatureItemType;
|
|
2248
|
+
}
|
|
2249
|
+
}
|
|
2250
|
+
export declare namespace GenModels {
|
|
2251
|
+
interface CreateSignDialogParams {
|
|
2252
|
+
/**
|
|
2253
|
+
* Gets or sets document id
|
|
2254
|
+
*
|
|
2255
|
+
* @format datatype.uuid
|
|
2256
|
+
*/
|
|
2257
|
+
documentId: string;
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
2260
|
+
export declare namespace GenModels {
|
|
2261
|
+
interface SignatureModel {
|
|
2262
|
+
/**
|
|
2263
|
+
* Gets or sets list of {@link GenModels}
|
|
2264
|
+
*/
|
|
2265
|
+
labels: Array<GenModels.SignatureLabelModel>;
|
|
2266
|
+
/**
|
|
2267
|
+
* Get timestamp
|
|
2268
|
+
*/
|
|
2269
|
+
timestamp: number;
|
|
2270
|
+
/**
|
|
2271
|
+
* Get card timestamp
|
|
2272
|
+
*
|
|
2273
|
+
* @format datatype.uuid
|
|
2274
|
+
*/
|
|
2275
|
+
cardId: string;
|
|
2276
|
+
/**
|
|
2277
|
+
* Gets or sets whether to sign fields
|
|
2278
|
+
*/
|
|
2279
|
+
signFields: boolean;
|
|
2280
|
+
/**
|
|
2281
|
+
* Gets or sets whether to sign attachments
|
|
2282
|
+
*/
|
|
2283
|
+
signAttachments: boolean;
|
|
2284
|
+
/**
|
|
2285
|
+
* Get user certificate thumbprint
|
|
2286
|
+
*/
|
|
2287
|
+
thumbprint: string;
|
|
2288
|
+
/**
|
|
2289
|
+
* Returns true whether HideSelectCertificateDialog
|
|
2290
|
+
*/
|
|
2291
|
+
hideSelectCertificateDialog: boolean;
|
|
2292
|
+
/**
|
|
2293
|
+
* Stage setting
|
|
2294
|
+
*/
|
|
2295
|
+
simpleSignatureAllowed: boolean;
|
|
2296
|
+
/**
|
|
2297
|
+
* File to sign.
|
|
2298
|
+
*/
|
|
2299
|
+
files: Array<GenModels.SignatureFileInfo>;
|
|
2300
|
+
/**
|
|
2301
|
+
* Stage setting
|
|
2302
|
+
*/
|
|
2303
|
+
signatureMethods: GenModels.SignatureMethodSettings;
|
|
2304
|
+
}
|
|
2305
|
+
}
|
|
2306
|
+
export declare namespace GenModels {
|
|
2307
|
+
interface SignatureLabelModel {
|
|
2308
|
+
/**
|
|
2309
|
+
* Gets or sets label identifier
|
|
2310
|
+
*
|
|
2311
|
+
* @format datatype.uuid
|
|
2312
|
+
*/
|
|
2313
|
+
id: string;
|
|
2314
|
+
/**
|
|
2315
|
+
* Gets or sets label name
|
|
2316
|
+
*/
|
|
2317
|
+
name: string;
|
|
2318
|
+
/**
|
|
2319
|
+
* Gets or sets encoded Id
|
|
2320
|
+
*/
|
|
2321
|
+
encodedId: string;
|
|
2322
|
+
}
|
|
2323
|
+
}
|
|
2324
|
+
export declare namespace GenModels {
|
|
2325
|
+
interface SignatureFileInfo {
|
|
2326
|
+
/**
|
|
2327
|
+
* File name
|
|
2328
|
+
*/
|
|
2329
|
+
fileName: string;
|
|
2330
|
+
/**
|
|
2331
|
+
* File id
|
|
2332
|
+
*
|
|
2333
|
+
* @format datatype.uuid
|
|
2334
|
+
*/
|
|
2335
|
+
fileId: string;
|
|
2336
|
+
/**
|
|
2337
|
+
* File version id
|
|
2338
|
+
*
|
|
2339
|
+
* @format datatype.uuid
|
|
2340
|
+
*/
|
|
2341
|
+
versionId: string;
|
|
2342
|
+
/**
|
|
2343
|
+
* Versioned file card id
|
|
2344
|
+
*
|
|
2345
|
+
* @format datatype.uuid
|
|
2346
|
+
*/
|
|
2347
|
+
fileCardId: string;
|
|
2348
|
+
}
|
|
2349
|
+
}
|
|
2350
|
+
export declare namespace GenModels {
|
|
2351
|
+
interface DocumentSignatureListModel {
|
|
2352
|
+
/**
|
|
2353
|
+
* Gets or sets list of {@link GenModels}
|
|
2354
|
+
*/
|
|
2355
|
+
signatures: Array<GenModels.DocumentSignatureModel>;
|
|
2356
|
+
}
|
|
2357
|
+
}
|
|
2358
|
+
export declare namespace GenModels {
|
|
2359
|
+
interface DocumentSignatureModel {
|
|
2360
|
+
/**
|
|
2361
|
+
* Gets or sets signature author
|
|
2362
|
+
*/
|
|
2363
|
+
author: GenModels.EmployeeModel;
|
|
2364
|
+
/**
|
|
2365
|
+
* Signer name, extracted from certificate.
|
|
2366
|
+
*/
|
|
2367
|
+
certificateSubject: string;
|
|
2368
|
+
/**
|
|
2369
|
+
* Gets or sets signature creation date
|
|
2370
|
+
*
|
|
2371
|
+
* @format datatype.datetime
|
|
2372
|
+
*/
|
|
2373
|
+
creationDate: string;
|
|
2374
|
+
/**
|
|
2375
|
+
* Gets or sets label display name
|
|
2376
|
+
*/
|
|
2377
|
+
labelDisplayName: string;
|
|
2378
|
+
/**
|
|
2379
|
+
* Gets or sets signature identifier
|
|
2380
|
+
*
|
|
2381
|
+
* @format datatype.uuid
|
|
2382
|
+
*/
|
|
2383
|
+
id: string;
|
|
2384
|
+
/**
|
|
2385
|
+
* Gets or sets certificate thumbprint
|
|
2386
|
+
*/
|
|
2387
|
+
certificateThumbprint: string;
|
|
2388
|
+
/**
|
|
2389
|
+
* Get value indicate whether sign is simple
|
|
2390
|
+
*/
|
|
2391
|
+
isSimpleSign: boolean;
|
|
2392
|
+
/**
|
|
2393
|
+
* Gets or sets has signed attribute in signature items
|
|
2394
|
+
*/
|
|
2395
|
+
hasSignedAttributeItem: boolean;
|
|
2396
|
+
}
|
|
2397
|
+
}
|
|
2398
|
+
export declare namespace GenModels {
|
|
2399
|
+
interface SignatureVerificationModel {
|
|
2400
|
+
/**
|
|
2401
|
+
* Gets or sets signature status
|
|
2402
|
+
*/
|
|
2403
|
+
signatureStatus: string;
|
|
2404
|
+
/**
|
|
2405
|
+
* Gets or sets signature validation status
|
|
2406
|
+
*/
|
|
2407
|
+
validationState: GenModels.ValidationState;
|
|
2408
|
+
/**
|
|
2409
|
+
* Gets or sets kind of signature
|
|
2410
|
+
*/
|
|
2411
|
+
signatureKind: string;
|
|
2412
|
+
/**
|
|
2413
|
+
* Gets or sets details of signature
|
|
2414
|
+
*/
|
|
2415
|
+
signatureDetails: Array<GenModels.SignatureItemVerificationModel>;
|
|
2416
|
+
}
|
|
2417
|
+
}
|
|
2418
|
+
export declare namespace GenModels {
|
|
2419
|
+
interface SignatureItemVerificationModel {
|
|
2420
|
+
/**
|
|
2421
|
+
* Gets or sets status
|
|
2422
|
+
*/
|
|
2423
|
+
status: string;
|
|
2424
|
+
/**
|
|
2425
|
+
* Gets or sets file version number
|
|
2426
|
+
*/
|
|
2427
|
+
fileVersionNumber: string;
|
|
2428
|
+
/**
|
|
2429
|
+
* Gets or sets file name
|
|
2430
|
+
*/
|
|
2431
|
+
fileName: string;
|
|
2432
|
+
/**
|
|
2433
|
+
* Gets or sets file card id
|
|
2434
|
+
*
|
|
2435
|
+
* @format datatype.uuid
|
|
2436
|
+
*/
|
|
2437
|
+
fileId: string;
|
|
1803
2438
|
/**
|
|
1804
|
-
* Gets or sets
|
|
2439
|
+
* Gets or sets id of the file for FileManager
|
|
2440
|
+
*
|
|
2441
|
+
* @format datatype.uuid
|
|
1805
2442
|
*/
|
|
1806
|
-
|
|
1807
|
-
}
|
|
1808
|
-
}
|
|
1809
|
-
export declare namespace GenModels {
|
|
1810
|
-
interface RestoreCommentModel {
|
|
2443
|
+
fileHandleId: string;
|
|
1811
2444
|
/**
|
|
1812
|
-
* Gets or sets
|
|
2445
|
+
* Gets or sets item certificate thumbprint
|
|
1813
2446
|
*/
|
|
1814
|
-
|
|
2447
|
+
certificateThumbprint: string;
|
|
1815
2448
|
/**
|
|
1816
|
-
*
|
|
2449
|
+
* Timestamp
|
|
1817
2450
|
*
|
|
1818
|
-
* @format datatype.
|
|
2451
|
+
* @format datatype.datetime
|
|
1819
2452
|
*/
|
|
1820
|
-
|
|
2453
|
+
timestamp?: string;
|
|
1821
2454
|
/**
|
|
1822
|
-
* Gets or sets
|
|
2455
|
+
* Gets or sets client sign validated
|
|
1823
2456
|
*/
|
|
1824
|
-
|
|
2457
|
+
isSignedWithCertificate: boolean;
|
|
1825
2458
|
/**
|
|
1826
|
-
* Gets or sets
|
|
1827
|
-
*
|
|
1828
|
-
* @format datatype.uuid
|
|
2459
|
+
* Gets or sets validate error message
|
|
1829
2460
|
*/
|
|
1830
|
-
|
|
2461
|
+
errorMessage: string;
|
|
1831
2462
|
/**
|
|
1832
|
-
*
|
|
1833
|
-
*
|
|
1834
|
-
* @format datatype.datetime
|
|
2463
|
+
* Gets or sets verification status
|
|
1835
2464
|
*/
|
|
1836
|
-
|
|
1837
|
-
}
|
|
1838
|
-
}
|
|
1839
|
-
export declare namespace GenModels {
|
|
1840
|
-
interface UpdateCommentRequestModel {
|
|
2465
|
+
verificationStatus: GenModels.SignatureVerificationStatus;
|
|
1841
2466
|
/**
|
|
1842
|
-
*
|
|
2467
|
+
* Signature Item Type
|
|
1843
2468
|
*/
|
|
1844
|
-
|
|
2469
|
+
signatureItemType: GenModels.SignatureItemType;
|
|
1845
2470
|
/**
|
|
1846
|
-
*
|
|
1847
|
-
*
|
|
1848
|
-
* @format datatype.uuid
|
|
2471
|
+
* description
|
|
1849
2472
|
*/
|
|
1850
|
-
|
|
2473
|
+
description: string;
|
|
1851
2474
|
/**
|
|
1852
|
-
*
|
|
1853
|
-
*
|
|
1854
|
-
* @format datatype.uuid
|
|
2475
|
+
* field names or additional files
|
|
1855
2476
|
*/
|
|
1856
|
-
|
|
2477
|
+
partItems: Array<string>;
|
|
1857
2478
|
/**
|
|
1858
|
-
* Gets or sets
|
|
2479
|
+
* Gets or sets kind of signature
|
|
1859
2480
|
*/
|
|
1860
|
-
|
|
1861
|
-
}
|
|
1862
|
-
}
|
|
1863
|
-
export declare namespace GenModels {
|
|
1864
|
-
interface DeleteCommentRequestModel {
|
|
2481
|
+
kind: string;
|
|
1865
2482
|
/**
|
|
1866
|
-
* Gets or sets
|
|
2483
|
+
* Gets or sets expire date
|
|
2484
|
+
*
|
|
2485
|
+
* @format datatype.datetime
|
|
1867
2486
|
*/
|
|
1868
|
-
|
|
2487
|
+
expireDate?: string;
|
|
2488
|
+
canShowSignatureInfo: boolean;
|
|
1869
2489
|
/**
|
|
1870
|
-
* Gets or sets
|
|
2490
|
+
* Gets or sets signature part id
|
|
1871
2491
|
*
|
|
1872
2492
|
* @format datatype.uuid
|
|
1873
2493
|
*/
|
|
1874
|
-
|
|
2494
|
+
signaturePartId: string;
|
|
1875
2495
|
/**
|
|
1876
|
-
* Gets or sets
|
|
2496
|
+
* Gets or sets signature id
|
|
1877
2497
|
*
|
|
1878
2498
|
* @format datatype.uuid
|
|
1879
2499
|
*/
|
|
1880
|
-
|
|
2500
|
+
signatureId: string;
|
|
1881
2501
|
}
|
|
1882
2502
|
}
|
|
1883
2503
|
export declare namespace GenModels {
|
|
1884
|
-
interface
|
|
2504
|
+
interface SignatureDetailsModel {
|
|
1885
2505
|
/**
|
|
1886
|
-
*
|
|
2506
|
+
* Gets or sets kind of signature
|
|
1887
2507
|
*/
|
|
1888
|
-
|
|
2508
|
+
signatureKind: string;
|
|
2509
|
+
/**
|
|
2510
|
+
* List of document files for validation purposes
|
|
2511
|
+
*/
|
|
2512
|
+
documentFiles: Array<GenModels.SignatureFileDetails>;
|
|
2513
|
+
/**
|
|
2514
|
+
* Gets or sets details of signature
|
|
2515
|
+
*/
|
|
2516
|
+
signatureDetails: Array<GenModels.SignatureItemVerificationModel>;
|
|
1889
2517
|
}
|
|
1890
2518
|
}
|
|
1891
2519
|
export declare namespace GenModels {
|
|
1892
|
-
interface
|
|
2520
|
+
interface SignatureFileDetails {
|
|
1893
2521
|
/**
|
|
1894
|
-
*
|
|
2522
|
+
* Row id of the document file
|
|
2523
|
+
*
|
|
2524
|
+
* @format datatype.uuid
|
|
1895
2525
|
*/
|
|
1896
|
-
|
|
2526
|
+
documentFileId: string;
|
|
1897
2527
|
/**
|
|
1898
|
-
*
|
|
2528
|
+
* Versioned file card id
|
|
2529
|
+
*
|
|
2530
|
+
* @format datatype.uuid
|
|
1899
2531
|
*/
|
|
1900
|
-
|
|
2532
|
+
fileCardId: string;
|
|
1901
2533
|
/**
|
|
1902
|
-
*
|
|
2534
|
+
* Current version id
|
|
2535
|
+
*
|
|
2536
|
+
* @format datatype.uuid
|
|
1903
2537
|
*/
|
|
1904
|
-
|
|
2538
|
+
versionId: string;
|
|
2539
|
+
/**
|
|
2540
|
+
* Is main document file (not additional)
|
|
2541
|
+
*/
|
|
2542
|
+
isMain: boolean;
|
|
1905
2543
|
}
|
|
1906
2544
|
}
|
|
1907
2545
|
export declare namespace GenControllers {
|
|
@@ -2409,22 +3047,6 @@ export declare namespace GenModels {
|
|
|
2409
3047
|
path: Array<GenModels.DepartmentModel>;
|
|
2410
3048
|
}
|
|
2411
3049
|
}
|
|
2412
|
-
export declare namespace GenModels {
|
|
2413
|
-
interface SearchInfo {
|
|
2414
|
-
/**
|
|
2415
|
-
* Is matched
|
|
2416
|
-
*/
|
|
2417
|
-
matched: boolean;
|
|
2418
|
-
/**
|
|
2419
|
-
* Matched field name
|
|
2420
|
-
*/
|
|
2421
|
-
matchedFieldName: string;
|
|
2422
|
-
/**
|
|
2423
|
-
* Matched field value
|
|
2424
|
-
*/
|
|
2425
|
-
matchedFieldValue: string;
|
|
2426
|
-
}
|
|
2427
|
-
}
|
|
2428
3050
|
export declare namespace GenModels {
|
|
2429
3051
|
interface PartnerSearchInfo extends GenModels.SearchInfo {
|
|
2430
3052
|
}
|
|
@@ -2469,6 +3091,10 @@ export declare namespace GenModels {
|
|
|
2469
3091
|
* Device type
|
|
2470
3092
|
*/
|
|
2471
3093
|
deviceType: GenModels.DeviceType;
|
|
3094
|
+
/**
|
|
3095
|
+
* Need use old grid.
|
|
3096
|
+
*/
|
|
3097
|
+
useOldGrid?: boolean;
|
|
2472
3098
|
}
|
|
2473
3099
|
}
|
|
2474
3100
|
export declare namespace GenModels {
|
|
@@ -2691,6 +3317,10 @@ export declare namespace GenModels {
|
|
|
2691
3317
|
* Get value indicated whether view column is hidden in view settings
|
|
2692
3318
|
*/
|
|
2693
3319
|
isHiddenColumn: boolean;
|
|
3320
|
+
/**
|
|
3321
|
+
* Get value indicated whether view column content needed show as HTML (without escaping)
|
|
3322
|
+
*/
|
|
3323
|
+
displayAsHTML: boolean;
|
|
2694
3324
|
/**
|
|
2695
3325
|
* Gets or sets value indicated whether column is unresizable
|
|
2696
3326
|
*/
|
|
@@ -2956,6 +3586,10 @@ export declare namespace GenModels {
|
|
|
2956
3586
|
export declare namespace GenModels {
|
|
2957
3587
|
interface RecentCardsRequest {
|
|
2958
3588
|
requestModel: GenModels.CardListRequestModel;
|
|
3589
|
+
/**
|
|
3590
|
+
* Need use old grid.
|
|
3591
|
+
*/
|
|
3592
|
+
useOldGrid?: boolean;
|
|
2959
3593
|
}
|
|
2960
3594
|
}
|
|
2961
3595
|
export declare namespace GenModels {
|
|
@@ -3024,6 +3658,10 @@ export declare namespace GenModels {
|
|
|
3024
3658
|
* Gets or sets column caption
|
|
3025
3659
|
*/
|
|
3026
3660
|
caption: string;
|
|
3661
|
+
/**
|
|
3662
|
+
* Is column need save HTML content to show
|
|
3663
|
+
*/
|
|
3664
|
+
displayAsHTML: boolean;
|
|
3027
3665
|
}
|
|
3028
3666
|
}
|
|
3029
3667
|
export declare namespace GenModels {
|
|
@@ -3168,6 +3806,10 @@ export declare namespace GenModels {
|
|
|
3168
3806
|
* Gets or sets value
|
|
3169
3807
|
*/
|
|
3170
3808
|
value: string;
|
|
3809
|
+
/**
|
|
3810
|
+
* Gets or sets raw value
|
|
3811
|
+
*/
|
|
3812
|
+
rawValue: any;
|
|
3171
3813
|
/**
|
|
3172
3814
|
* Gets or sets count
|
|
3173
3815
|
*/
|
|
@@ -3541,6 +4183,12 @@ export declare namespace GenModels {
|
|
|
3541
4183
|
fileDownloadName: string;
|
|
3542
4184
|
}
|
|
3543
4185
|
}
|
|
4186
|
+
export declare namespace GenModels {
|
|
4187
|
+
interface DocumentFilesResponseModel {
|
|
4188
|
+
fileName: string;
|
|
4189
|
+
files: Array<GenModels.DowloadFilesOperationFileInfoModel>;
|
|
4190
|
+
}
|
|
4191
|
+
}
|
|
3544
4192
|
export declare namespace GenModels {
|
|
3545
4193
|
interface DowloadFilesOperationFileInfoModel {
|
|
3546
4194
|
/**
|
|
@@ -4085,18 +4733,6 @@ export declare namespace GenModels {
|
|
|
4085
4733
|
excludeItems?: Array<string>;
|
|
4086
4734
|
}
|
|
4087
4735
|
}
|
|
4088
|
-
export declare namespace GenModels {
|
|
4089
|
-
interface Pagination {
|
|
4090
|
-
/**
|
|
4091
|
-
* How many records client already have
|
|
4092
|
-
*/
|
|
4093
|
-
skip?: number;
|
|
4094
|
-
/**
|
|
4095
|
-
* How many records client want to receive
|
|
4096
|
-
*/
|
|
4097
|
-
maxCount?: number;
|
|
4098
|
-
}
|
|
4099
|
-
}
|
|
4100
4736
|
export declare namespace GenModels {
|
|
4101
4737
|
interface StaffQueryContext {
|
|
4102
4738
|
/**
|
|
@@ -4879,70 +5515,6 @@ export declare namespace GenModels {
|
|
|
4879
5515
|
signData: GenModels.SignDataRequest;
|
|
4880
5516
|
}
|
|
4881
5517
|
}
|
|
4882
|
-
export declare namespace GenModels {
|
|
4883
|
-
interface SignDataRequest {
|
|
4884
|
-
/**
|
|
4885
|
-
* Get or sets document identifier
|
|
4886
|
-
*
|
|
4887
|
-
* @format datatype.uuid
|
|
4888
|
-
*/
|
|
4889
|
-
documentId: string;
|
|
4890
|
-
/**
|
|
4891
|
-
* Gets or sets timestamp
|
|
4892
|
-
*/
|
|
4893
|
-
timestamp: number;
|
|
4894
|
-
/**
|
|
4895
|
-
* Gets or sets label id
|
|
4896
|
-
*
|
|
4897
|
-
* @format datatype.uuid
|
|
4898
|
-
*/
|
|
4899
|
-
labelId: string;
|
|
4900
|
-
/**
|
|
4901
|
-
* Gets or sets value whether indicate use simple sign, if CSP not supported
|
|
4902
|
-
*/
|
|
4903
|
-
isSimpleSign: boolean;
|
|
4904
|
-
/**
|
|
4905
|
-
* Get or sets signature data
|
|
4906
|
-
*/
|
|
4907
|
-
signatureData: GenModels.SignatureData;
|
|
4908
|
-
}
|
|
4909
|
-
}
|
|
4910
|
-
export declare namespace GenModels {
|
|
4911
|
-
interface SignatureData {
|
|
4912
|
-
/**
|
|
4913
|
-
* Gets or sets certificate thumbprint
|
|
4914
|
-
*/
|
|
4915
|
-
certificateThumbprint: string;
|
|
4916
|
-
/**
|
|
4917
|
-
* Gets signature items
|
|
4918
|
-
*/
|
|
4919
|
-
items: Array<GenModels.SignatureItemData>;
|
|
4920
|
-
}
|
|
4921
|
-
}
|
|
4922
|
-
export declare namespace GenModels {
|
|
4923
|
-
interface SignatureItemData {
|
|
4924
|
-
/**
|
|
4925
|
-
* Gets or sets signed content
|
|
4926
|
-
*/
|
|
4927
|
-
data: Array<number>;
|
|
4928
|
-
/**
|
|
4929
|
-
* Gets or sets file version identifier
|
|
4930
|
-
*
|
|
4931
|
-
* @format datatype.uuid
|
|
4932
|
-
*/
|
|
4933
|
-
fileVersionId: string;
|
|
4934
|
-
/**
|
|
4935
|
-
* Gets or sets file card identifier
|
|
4936
|
-
*
|
|
4937
|
-
* @format datatype.uuid
|
|
4938
|
-
*/
|
|
4939
|
-
fileCardId: string;
|
|
4940
|
-
/**
|
|
4941
|
-
* Gets or sets signature item type
|
|
4942
|
-
*/
|
|
4943
|
-
itemType: GenModels.SignatureItemType;
|
|
4944
|
-
}
|
|
4945
|
-
}
|
|
4946
5518
|
export declare namespace GenModels {
|
|
4947
5519
|
interface GetApprovalTaskDecisionInfoOptions {
|
|
4948
5520
|
taskId: string;
|
|
@@ -6079,6 +6651,28 @@ export declare namespace GenModels {
|
|
|
6079
6651
|
attributes: Array<GenModels.UniqueAttributeValue>;
|
|
6080
6652
|
}
|
|
6081
6653
|
}
|
|
6654
|
+
export declare namespace GenModels {
|
|
6655
|
+
interface SignatureRequest {
|
|
6656
|
+
/**
|
|
6657
|
+
* Document card, containing signature
|
|
6658
|
+
*
|
|
6659
|
+
* @format datatype.uuid
|
|
6660
|
+
*/
|
|
6661
|
+
documentId: string;
|
|
6662
|
+
/**
|
|
6663
|
+
* Signature id
|
|
6664
|
+
*
|
|
6665
|
+
* @format datatype.uuid
|
|
6666
|
+
*/
|
|
6667
|
+
signatureId: string;
|
|
6668
|
+
/**
|
|
6669
|
+
* Signature id
|
|
6670
|
+
*
|
|
6671
|
+
* @format datatype.uuid
|
|
6672
|
+
*/
|
|
6673
|
+
signaturePartId: string;
|
|
6674
|
+
}
|
|
6675
|
+
}
|
|
6082
6676
|
export declare namespace GenModels {
|
|
6083
6677
|
interface SignatureInfoModel {
|
|
6084
6678
|
/**
|
|
@@ -6369,6 +6963,79 @@ export declare namespace GenModels {
|
|
|
6369
6963
|
fileName: string;
|
|
6370
6964
|
}
|
|
6371
6965
|
}
|
|
6966
|
+
export declare namespace GenModels {
|
|
6967
|
+
interface FileQuotesRequest {
|
|
6968
|
+
/**
|
|
6969
|
+
* Instance ID
|
|
6970
|
+
*
|
|
6971
|
+
* @format datatype.uuid
|
|
6972
|
+
*/
|
|
6973
|
+
instanceId: string;
|
|
6974
|
+
/**
|
|
6975
|
+
* File ID
|
|
6976
|
+
*
|
|
6977
|
+
* @format datatype.uuid
|
|
6978
|
+
*/
|
|
6979
|
+
fileId: string;
|
|
6980
|
+
/**
|
|
6981
|
+
* Quotes limit
|
|
6982
|
+
*/
|
|
6983
|
+
quotesLimit: number;
|
|
6984
|
+
}
|
|
6985
|
+
}
|
|
6986
|
+
export declare namespace GenModels {
|
|
6987
|
+
interface FileQuotes {
|
|
6988
|
+
fileId: string;
|
|
6989
|
+
ownerCardId?: string;
|
|
6990
|
+
fileName: string;
|
|
6991
|
+
fileExtension: string;
|
|
6992
|
+
link: string;
|
|
6993
|
+
quotes: Array<GenModels.Quote>;
|
|
6994
|
+
hasMore: boolean;
|
|
6995
|
+
}
|
|
6996
|
+
}
|
|
6997
|
+
export declare namespace GenModels {
|
|
6998
|
+
interface Quote {
|
|
6999
|
+
parts: Array<GenModels.QuotePart>;
|
|
7000
|
+
}
|
|
7001
|
+
}
|
|
7002
|
+
export declare namespace GenModels {
|
|
7003
|
+
interface QuotePart {
|
|
7004
|
+
text: string;
|
|
7005
|
+
isMarked: boolean;
|
|
7006
|
+
}
|
|
7007
|
+
}
|
|
7008
|
+
export declare namespace GenModels {
|
|
7009
|
+
interface CardQuotesRequest {
|
|
7010
|
+
/**
|
|
7011
|
+
* Instance ID
|
|
7012
|
+
*
|
|
7013
|
+
* @format datatype.uuid
|
|
7014
|
+
*/
|
|
7015
|
+
instanceId: string;
|
|
7016
|
+
/**
|
|
7017
|
+
* Card ID
|
|
7018
|
+
*
|
|
7019
|
+
* @format datatype.uuid
|
|
7020
|
+
*/
|
|
7021
|
+
cardId: string;
|
|
7022
|
+
/**
|
|
7023
|
+
* Quotes limit
|
|
7024
|
+
*/
|
|
7025
|
+
quotesLimit: number;
|
|
7026
|
+
/**
|
|
7027
|
+
* Files limit
|
|
7028
|
+
*/
|
|
7029
|
+
filesLimit: number;
|
|
7030
|
+
}
|
|
7031
|
+
}
|
|
7032
|
+
export declare namespace GenModels {
|
|
7033
|
+
interface CardQuotes {
|
|
7034
|
+
cardId?: string;
|
|
7035
|
+
hasMore: boolean;
|
|
7036
|
+
files: Array<GenModels.FileQuotes>;
|
|
7037
|
+
}
|
|
7038
|
+
}
|
|
6372
7039
|
export declare namespace GenModels {
|
|
6373
7040
|
interface GetUserFoldersTreeDataRequest {
|
|
6374
7041
|
/**
|
|
@@ -7509,6 +8176,18 @@ export declare namespace GenModels {
|
|
|
7509
8176
|
order: number;
|
|
7510
8177
|
}
|
|
7511
8178
|
}
|
|
8179
|
+
export declare namespace GenModels {
|
|
8180
|
+
interface UploadToDssResponse {
|
|
8181
|
+
/**
|
|
8182
|
+
* Signature parts
|
|
8183
|
+
*/
|
|
8184
|
+
parts: Array<GenModels.DocumentSignaturePartInfo>;
|
|
8185
|
+
/**
|
|
8186
|
+
* DSS server response
|
|
8187
|
+
*/
|
|
8188
|
+
dssResponse: any;
|
|
8189
|
+
}
|
|
8190
|
+
}
|
|
7512
8191
|
export declare namespace GenModels {
|
|
7513
8192
|
interface AddCardModalModel {
|
|
7514
8193
|
/**
|
|
@@ -7602,7 +8281,7 @@ export declare namespace GenModels {
|
|
|
7602
8281
|
/**
|
|
7603
8282
|
* Gets or sets current employee
|
|
7604
8283
|
*/
|
|
7605
|
-
employee: GenModels.
|
|
8284
|
+
employee: GenModels.CurrentEmployeeInfo;
|
|
7606
8285
|
/**
|
|
7607
8286
|
* Gets or sets environment settings
|
|
7608
8287
|
*/
|
|
@@ -7659,6 +8338,14 @@ export declare namespace GenModels {
|
|
|
7659
8338
|
* Search context options
|
|
7660
8339
|
*/
|
|
7661
8340
|
searchContextOptions: Array<GenModels.SearchOptionModel>;
|
|
8341
|
+
/**
|
|
8342
|
+
* Gets or sets needs to use old grid.
|
|
8343
|
+
*/
|
|
8344
|
+
useOldGrid: GenModels.UseOldGrid;
|
|
8345
|
+
/**
|
|
8346
|
+
* Management console address
|
|
8347
|
+
*/
|
|
8348
|
+
managementConsoleAddress: string;
|
|
7662
8349
|
/**
|
|
7663
8350
|
* Card must be deleted into the trash or deletes from database.
|
|
7664
8351
|
*/
|
|
@@ -7677,6 +8364,14 @@ export declare namespace GenModels {
|
|
|
7677
8364
|
logEnabled: boolean;
|
|
7678
8365
|
}
|
|
7679
8366
|
}
|
|
8367
|
+
export declare namespace GenModels {
|
|
8368
|
+
interface CurrentEmployeeInfo extends GenModels.EmployeeModel {
|
|
8369
|
+
/**
|
|
8370
|
+
* Server role
|
|
8371
|
+
*/
|
|
8372
|
+
serverRole: GenModels.ServerRole;
|
|
8373
|
+
}
|
|
8374
|
+
}
|
|
7680
8375
|
export declare namespace GenModels {
|
|
7681
8376
|
interface EnvironmentSettings {
|
|
7682
8377
|
/**
|
|
@@ -7695,6 +8390,10 @@ export declare namespace GenModels {
|
|
|
7695
8390
|
* Returns true whether grid filter supported
|
|
7696
8391
|
*/
|
|
7697
8392
|
gridFilterSupported: boolean;
|
|
8393
|
+
/**
|
|
8394
|
+
* Returns true if SmartSearch is allowed in the Docsvision system
|
|
8395
|
+
*/
|
|
8396
|
+
smartSearchEnabled: boolean;
|
|
7698
8397
|
/**
|
|
7699
8398
|
* Gets or sets base alias
|
|
7700
8399
|
*/
|
|
@@ -7847,6 +8546,58 @@ export declare namespace GenModels {
|
|
|
7847
8546
|
* Possible extensions for signature files.
|
|
7848
8547
|
*/
|
|
7849
8548
|
signatureFileExtensions: Array<string>;
|
|
8549
|
+
/**
|
|
8550
|
+
* Settings for cloud signature (DSS)
|
|
8551
|
+
*/
|
|
8552
|
+
cloudSignature: GenModels.CloudSignatureSettings;
|
|
8553
|
+
}
|
|
8554
|
+
}
|
|
8555
|
+
export declare namespace GenModels {
|
|
8556
|
+
interface CloudSignatureSettings {
|
|
8557
|
+
/**
|
|
8558
|
+
* Path to DSS host
|
|
8559
|
+
*/
|
|
8560
|
+
address: string;
|
|
8561
|
+
/**
|
|
8562
|
+
* Client id, registered in DSS.
|
|
8563
|
+
*/
|
|
8564
|
+
clientId: string;
|
|
8565
|
+
/**
|
|
8566
|
+
* Name of SignServer application in IIS
|
|
8567
|
+
*/
|
|
8568
|
+
signServerAppName: string;
|
|
8569
|
+
/**
|
|
8570
|
+
* Name of STS application in IIS
|
|
8571
|
+
*/
|
|
8572
|
+
stsAppName: string;
|
|
8573
|
+
/**
|
|
8574
|
+
* Name of DocumentStore application in IIS
|
|
8575
|
+
*/
|
|
8576
|
+
documentStoreAppName: string;
|
|
8577
|
+
/**
|
|
8578
|
+
* URL of verification service. For example https://dss.cryptopro.ru/verify/rest/api/signatures.
|
|
8579
|
+
*/
|
|
8580
|
+
verifyUrl: string;
|
|
8581
|
+
/**
|
|
8582
|
+
* URL of TSP service.
|
|
8583
|
+
*/
|
|
8584
|
+
tspServiceAddress: string;
|
|
8585
|
+
/**
|
|
8586
|
+
* SignatureType setting (Cades-Bes или Cades-Xlong-Type1)
|
|
8587
|
+
*/
|
|
8588
|
+
signatureType: GenModels.CloudSignatureType;
|
|
8589
|
+
/**
|
|
8590
|
+
* User cloud signature verification, or built in.
|
|
8591
|
+
*/
|
|
8592
|
+
enableCloudVerify: boolean;
|
|
8593
|
+
/**
|
|
8594
|
+
* Registered in DSS full address to CryptoProDssController/AcceptAuthorization action.
|
|
8595
|
+
*/
|
|
8596
|
+
authorizeRedirectUrl: string;
|
|
8597
|
+
/**
|
|
8598
|
+
* Load cloud user profile certificate info on first use.
|
|
8599
|
+
*/
|
|
8600
|
+
actualizeCloudProfileCertificate: boolean;
|
|
7850
8601
|
}
|
|
7851
8602
|
}
|
|
7852
8603
|
export declare namespace GenModels {
|
|
@@ -7906,11 +8657,9 @@ export declare namespace GenModels {
|
|
|
7906
8657
|
*/
|
|
7907
8658
|
showArchivedCards: boolean;
|
|
7908
8659
|
/**
|
|
7909
|
-
*
|
|
7910
|
-
*
|
|
7911
|
-
* @format datatype.datetime
|
|
8660
|
+
* Show Help button
|
|
7912
8661
|
*/
|
|
7913
|
-
|
|
8662
|
+
showHelpButton: boolean;
|
|
7914
8663
|
}
|
|
7915
8664
|
}
|
|
7916
8665
|
export declare namespace GenModels {
|
|
@@ -7939,6 +8688,14 @@ export declare namespace GenModels {
|
|
|
7939
8688
|
* Page size to load cards from server
|
|
7940
8689
|
*/
|
|
7941
8690
|
pageSize: number;
|
|
8691
|
+
/**
|
|
8692
|
+
* Time to apply selected aggregates filters.
|
|
8693
|
+
*/
|
|
8694
|
+
applyAggregatesTimeout: number;
|
|
8695
|
+
/**
|
|
8696
|
+
* Enable manual applying of aggregates by button.
|
|
8697
|
+
*/
|
|
8698
|
+
applyAggregatesButton: boolean;
|
|
7942
8699
|
}
|
|
7943
8700
|
}
|
|
7944
8701
|
export declare namespace GenModels {
|
|
@@ -7979,6 +8736,12 @@ export declare namespace GenModels {
|
|
|
7979
8736
|
withDescendants: boolean;
|
|
7980
8737
|
}
|
|
7981
8738
|
}
|
|
8739
|
+
export declare namespace GenModels {
|
|
8740
|
+
interface AdminPanelMessageModel {
|
|
8741
|
+
cardId: string;
|
|
8742
|
+
messageCardId: string;
|
|
8743
|
+
}
|
|
8744
|
+
}
|
|
7982
8745
|
export declare namespace GenModels {
|
|
7983
8746
|
interface ControlsInfoModel {
|
|
7984
8747
|
/**
|
|
@@ -8800,6 +9563,13 @@ export declare namespace GenModels {
|
|
|
8800
9563
|
dataType: GenModels.DirectoryDataType;
|
|
8801
9564
|
}
|
|
8802
9565
|
}
|
|
9566
|
+
export declare namespace GenModels {
|
|
9567
|
+
interface DirectoryDesignerRowDataSourceModel {
|
|
9568
|
+
dataSourceCardSection?: string;
|
|
9569
|
+
itemTypeAlias: string;
|
|
9570
|
+
itemAlias: string;
|
|
9571
|
+
}
|
|
9572
|
+
}
|
|
8803
9573
|
export declare namespace GenModels {
|
|
8804
9574
|
interface UniquenessCheckOperationsModel {
|
|
8805
9575
|
/**
|
|
@@ -9429,6 +10199,25 @@ export declare namespace GenModels {
|
|
|
9429
10199
|
Completion = 100
|
|
9430
10200
|
}
|
|
9431
10201
|
}
|
|
10202
|
+
export declare namespace GenModels {
|
|
10203
|
+
/**
|
|
10204
|
+
* Where from signature method was received.
|
|
10205
|
+
*/
|
|
10206
|
+
enum SignatureMethodSources {
|
|
10207
|
+
/**
|
|
10208
|
+
* CryptoPro browser plugin
|
|
10209
|
+
*/
|
|
10210
|
+
LocalCryptoPro = 0,
|
|
10211
|
+
/**
|
|
10212
|
+
* CryptoPr DSS cloud service
|
|
10213
|
+
*/
|
|
10214
|
+
Cloud = 1,
|
|
10215
|
+
/**
|
|
10216
|
+
* Unknown
|
|
10217
|
+
*/
|
|
10218
|
+
Unknown = 2
|
|
10219
|
+
}
|
|
10220
|
+
}
|
|
9432
10221
|
export declare namespace GenModels {
|
|
9433
10222
|
/**
|
|
9434
10223
|
* Declare device types
|
|
@@ -9448,6 +10237,29 @@ export declare namespace GenModels {
|
|
|
9448
10237
|
Tablet = 2
|
|
9449
10238
|
}
|
|
9450
10239
|
}
|
|
10240
|
+
export declare namespace GenModels {
|
|
10241
|
+
/**
|
|
10242
|
+
* Type of signature item
|
|
10243
|
+
*/
|
|
10244
|
+
enum SignatureItemType {
|
|
10245
|
+
/**
|
|
10246
|
+
* Detached SignedCms
|
|
10247
|
+
*/
|
|
10248
|
+
MainFileSignaturePartType = 0,
|
|
10249
|
+
/**
|
|
10250
|
+
* Nondetached SignedCms
|
|
10251
|
+
*/
|
|
10252
|
+
MainFileWithContentSignaturePartType = 1,
|
|
10253
|
+
/**
|
|
10254
|
+
* Document card attributes
|
|
10255
|
+
*/
|
|
10256
|
+
DocumentFieldsSignaturePartType = 2,
|
|
10257
|
+
/**
|
|
10258
|
+
* Document attachments (additional files)
|
|
10259
|
+
*/
|
|
10260
|
+
AttachmentsSignaturePartType = 3
|
|
10261
|
+
}
|
|
10262
|
+
}
|
|
9451
10263
|
export declare namespace GenModels {
|
|
9452
10264
|
/**
|
|
9453
10265
|
* Possible objects, that security descriptor can be applied to.
|
|
@@ -9659,6 +10471,40 @@ export declare namespace GenModels {
|
|
|
9659
10471
|
Acquaintance = 2
|
|
9660
10472
|
}
|
|
9661
10473
|
}
|
|
10474
|
+
export declare namespace GenModels {
|
|
10475
|
+
/**
|
|
10476
|
+
* Represents what and how to search in directory designer tree
|
|
10477
|
+
*/
|
|
10478
|
+
enum DirectoryDesignerSearchArea {
|
|
10479
|
+
/**
|
|
10480
|
+
* Query should return only specified node and its rows
|
|
10481
|
+
*/
|
|
10482
|
+
OnlyNode = 1,
|
|
10483
|
+
/**
|
|
10484
|
+
* Query should return only node, children and children rows (without node rows).
|
|
10485
|
+
*/
|
|
10486
|
+
OnlyChildren = 2,
|
|
10487
|
+
/**
|
|
10488
|
+
* Query should return node, children, node rows and children rows (i.e. everything).
|
|
10489
|
+
*/
|
|
10490
|
+
NodeWithChildren = 3
|
|
10491
|
+
}
|
|
10492
|
+
}
|
|
10493
|
+
export declare namespace GenModels {
|
|
10494
|
+
/**
|
|
10495
|
+
* Represents type of tree node
|
|
10496
|
+
*/
|
|
10497
|
+
enum DirectoryDesignerTreeNodeType {
|
|
10498
|
+
/**
|
|
10499
|
+
* directory designer item type (node)
|
|
10500
|
+
*/
|
|
10501
|
+
Node = 1,
|
|
10502
|
+
/**
|
|
10503
|
+
* directory designer row
|
|
10504
|
+
*/
|
|
10505
|
+
Row = 2
|
|
10506
|
+
}
|
|
10507
|
+
}
|
|
9662
10508
|
export declare namespace GenModels {
|
|
9663
10509
|
/**
|
|
9664
10510
|
* Represents type of {@link GenModels}
|
|
@@ -9691,6 +10537,72 @@ export declare namespace GenModels {
|
|
|
9691
10537
|
CadesXLongType1Signature = 4
|
|
9692
10538
|
}
|
|
9693
10539
|
}
|
|
10540
|
+
export declare namespace GenModels {
|
|
10541
|
+
/**
|
|
10542
|
+
* Verification status of signature
|
|
10543
|
+
*/
|
|
10544
|
+
enum ValidationState {
|
|
10545
|
+
/**
|
|
10546
|
+
* Valid
|
|
10547
|
+
*/
|
|
10548
|
+
Valid = 0,
|
|
10549
|
+
/**
|
|
10550
|
+
* Invalid
|
|
10551
|
+
*/
|
|
10552
|
+
Invalid = 1,
|
|
10553
|
+
/**
|
|
10554
|
+
* Partially valid
|
|
10555
|
+
*/
|
|
10556
|
+
PartiallyValid = 2,
|
|
10557
|
+
/**
|
|
10558
|
+
* Sign data is valid, but certificate is expired
|
|
10559
|
+
*/
|
|
10560
|
+
CertificateExpired = 3,
|
|
10561
|
+
/**
|
|
10562
|
+
* Sign data is valid, but certificate is revoked
|
|
10563
|
+
*/
|
|
10564
|
+
CertificateRevoked = 4
|
|
10565
|
+
}
|
|
10566
|
+
}
|
|
10567
|
+
export declare namespace GenModels {
|
|
10568
|
+
/**
|
|
10569
|
+
* Verification status of signature
|
|
10570
|
+
*/
|
|
10571
|
+
enum SignatureVerificationStatus {
|
|
10572
|
+
/**
|
|
10573
|
+
* Not signed
|
|
10574
|
+
*/
|
|
10575
|
+
NotSigned = 0,
|
|
10576
|
+
/**
|
|
10577
|
+
* Valid
|
|
10578
|
+
*/
|
|
10579
|
+
Valid = 1,
|
|
10580
|
+
/**
|
|
10581
|
+
* Invalid
|
|
10582
|
+
*/
|
|
10583
|
+
Invalid = 2,
|
|
10584
|
+
/**
|
|
10585
|
+
* Partially valid
|
|
10586
|
+
*/
|
|
10587
|
+
PartiallyValid = 3,
|
|
10588
|
+
/**
|
|
10589
|
+
* Unable to verify
|
|
10590
|
+
*/
|
|
10591
|
+
UnableToVerify = 4,
|
|
10592
|
+
/**
|
|
10593
|
+
* Certificate is revoked
|
|
10594
|
+
*/
|
|
10595
|
+
CertificateRevoked = 5,
|
|
10596
|
+
/**
|
|
10597
|
+
* Certificate is expired
|
|
10598
|
+
*/
|
|
10599
|
+
CertificateExpired = 6,
|
|
10600
|
+
/**
|
|
10601
|
+
* Certificate can not validated
|
|
10602
|
+
*/
|
|
10603
|
+
CertificateCanNotValidated = 7
|
|
10604
|
+
}
|
|
10605
|
+
}
|
|
9694
10606
|
export declare namespace GenModels {
|
|
9695
10607
|
/**
|
|
9696
10608
|
* Possible task columns in TasksTable control
|
|
@@ -10130,29 +11042,6 @@ export declare namespace GenModels {
|
|
|
10130
11042
|
Variant = 21
|
|
10131
11043
|
}
|
|
10132
11044
|
}
|
|
10133
|
-
export declare namespace GenModels {
|
|
10134
|
-
/**
|
|
10135
|
-
* Type of signature item
|
|
10136
|
-
*/
|
|
10137
|
-
enum SignatureItemType {
|
|
10138
|
-
/**
|
|
10139
|
-
* Detached SignedCms
|
|
10140
|
-
*/
|
|
10141
|
-
MainFileSignaturePartType = 0,
|
|
10142
|
-
/**
|
|
10143
|
-
* Nondetached SignedCms
|
|
10144
|
-
*/
|
|
10145
|
-
MainFileWithContentSignaturePartType = 1,
|
|
10146
|
-
/**
|
|
10147
|
-
* Document card attributes
|
|
10148
|
-
*/
|
|
10149
|
-
DocumentFieldsSignaturePartType = 2,
|
|
10150
|
-
/**
|
|
10151
|
-
* Document attachments (additional files)
|
|
10152
|
-
*/
|
|
10153
|
-
AttachmentsSignaturePartType = 3
|
|
10154
|
-
}
|
|
10155
|
-
}
|
|
10156
11045
|
export declare namespace GenModels {
|
|
10157
11046
|
enum AgreementStateType {
|
|
10158
11047
|
Draft = 0,
|
|
@@ -10199,40 +11088,6 @@ export declare namespace GenModels {
|
|
|
10199
11088
|
Custom = 4
|
|
10200
11089
|
}
|
|
10201
11090
|
}
|
|
10202
|
-
export declare namespace GenModels {
|
|
10203
|
-
/**
|
|
10204
|
-
* Represents what and how to search in directory designer tree
|
|
10205
|
-
*/
|
|
10206
|
-
enum DirectoryDesignerSearchArea {
|
|
10207
|
-
/**
|
|
10208
|
-
* Query should return only specified node and its rows
|
|
10209
|
-
*/
|
|
10210
|
-
OnlyNode = 0,
|
|
10211
|
-
/**
|
|
10212
|
-
* Query should return only node, children and children rows (without node rows).
|
|
10213
|
-
*/
|
|
10214
|
-
OnlyChildren = 1,
|
|
10215
|
-
/**
|
|
10216
|
-
* Query should return node, children, node rows and children rows (i.e. everything).
|
|
10217
|
-
*/
|
|
10218
|
-
NodeWithChildren = 2
|
|
10219
|
-
}
|
|
10220
|
-
}
|
|
10221
|
-
export declare namespace GenModels {
|
|
10222
|
-
/**
|
|
10223
|
-
* Represents type of tree node
|
|
10224
|
-
*/
|
|
10225
|
-
enum DirectoryDesignerTreeNodeType {
|
|
10226
|
-
/**
|
|
10227
|
-
* directory designer item type (node)
|
|
10228
|
-
*/
|
|
10229
|
-
Node = 0,
|
|
10230
|
-
/**
|
|
10231
|
-
* directory designer row
|
|
10232
|
-
*/
|
|
10233
|
-
Row = 1
|
|
10234
|
-
}
|
|
10235
|
-
}
|
|
10236
11091
|
export declare namespace GenModels {
|
|
10237
11092
|
/**
|
|
10238
11093
|
* Represents how to search in directory designer tree
|
|
@@ -10485,6 +11340,52 @@ export declare namespace GenModels {
|
|
|
10485
11340
|
Absent = 3
|
|
10486
11341
|
}
|
|
10487
11342
|
}
|
|
11343
|
+
export declare namespace GenModels {
|
|
11344
|
+
/**
|
|
11345
|
+
* Defines UseOldGrid setting values.
|
|
11346
|
+
*/
|
|
11347
|
+
enum UseOldGrid {
|
|
11348
|
+
/**
|
|
11349
|
+
* Do not use old grid.
|
|
11350
|
+
*/
|
|
11351
|
+
DoNotUse = 0,
|
|
11352
|
+
/**
|
|
11353
|
+
* Show old grid only for Internet Explorer.
|
|
11354
|
+
*/
|
|
11355
|
+
OnlyForIE = 1,
|
|
11356
|
+
/**
|
|
11357
|
+
* Use old grid anywhere.
|
|
11358
|
+
*/
|
|
11359
|
+
Anywhere = 2
|
|
11360
|
+
}
|
|
11361
|
+
}
|
|
11362
|
+
export declare namespace GenModels {
|
|
11363
|
+
/**
|
|
11364
|
+
* Condition for selecting Extended layouts
|
|
11365
|
+
*/
|
|
11366
|
+
enum ServerRole {
|
|
11367
|
+
/**
|
|
11368
|
+
* Layout for usual user
|
|
11369
|
+
*/
|
|
11370
|
+
User = 0,
|
|
11371
|
+
/**
|
|
11372
|
+
* Layout for power user
|
|
11373
|
+
*/
|
|
11374
|
+
PowerUser = 1,
|
|
11375
|
+
/**
|
|
11376
|
+
* Layout for docsvision administrator
|
|
11377
|
+
*/
|
|
11378
|
+
Administrator = 2,
|
|
11379
|
+
/**
|
|
11380
|
+
* DocsVision Security Administrators
|
|
11381
|
+
*/
|
|
11382
|
+
SecurityAdministrator = 3,
|
|
11383
|
+
/**
|
|
11384
|
+
* DocsVision Archive Operators
|
|
11385
|
+
*/
|
|
11386
|
+
ArchiveOperator = 4
|
|
11387
|
+
}
|
|
11388
|
+
}
|
|
10488
11389
|
export declare namespace System {
|
|
10489
11390
|
enum DayOfWeek {
|
|
10490
11391
|
Sunday = 0,
|
|
@@ -10496,6 +11397,25 @@ export declare namespace System {
|
|
|
10496
11397
|
Saturday = 6
|
|
10497
11398
|
}
|
|
10498
11399
|
}
|
|
11400
|
+
export declare namespace GenModels {
|
|
11401
|
+
/**
|
|
11402
|
+
* Type of cloud signature
|
|
11403
|
+
*/
|
|
11404
|
+
enum CloudSignatureType {
|
|
11405
|
+
/**
|
|
11406
|
+
* Basic
|
|
11407
|
+
*/
|
|
11408
|
+
BES = 0,
|
|
11409
|
+
/**
|
|
11410
|
+
* XLong Type 1
|
|
11411
|
+
*/
|
|
11412
|
+
XLT1 = 1,
|
|
11413
|
+
/**
|
|
11414
|
+
* Signature with timestamp
|
|
11415
|
+
*/
|
|
11416
|
+
T = 2
|
|
11417
|
+
}
|
|
11418
|
+
}
|
|
10499
11419
|
export declare namespace GenModels {
|
|
10500
11420
|
/**
|
|
10501
11421
|
* UXMainMenuBehavior values
|
|
@@ -10586,6 +11506,14 @@ export declare namespace GenModels {
|
|
|
10586
11506
|
DisplayString = 2
|
|
10587
11507
|
}
|
|
10588
11508
|
}
|
|
11509
|
+
export declare namespace GenModels {
|
|
11510
|
+
enum AvailableChangesModes {
|
|
11511
|
+
No = 0,
|
|
11512
|
+
Nodes = 1,
|
|
11513
|
+
Records = 2,
|
|
11514
|
+
All = 3
|
|
11515
|
+
}
|
|
11516
|
+
}
|
|
10589
11517
|
export declare namespace GenModels {
|
|
10590
11518
|
enum DepartmentDialogMode {
|
|
10591
11519
|
Tree = 0,
|