@docsvision/webclient 5.17.0-beta.14 → 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.
Files changed (256) hide show
  1. package/BackOffice/$CloudSignature.d.ts +34 -0
  2. package/BackOffice/$CryptoPro.d.ts +10 -0
  3. package/BackOffice/$DigitalSignature.d.ts +75 -0
  4. package/BackOffice/ActualizeProfileCertificateSource.d.ts +13 -0
  5. package/BackOffice/{BackOfficeLayoutContextContstants.d.ts → BackOfficeLayoutContextConstants.d.ts} +0 -0
  6. package/BackOffice/CardKindImpl.d.ts +1 -0
  7. package/BackOffice/CardKindTreeNode.d.ts +1 -1
  8. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  9. package/BackOffice/ConvertCloudToSavedCertificate.d.ts +4 -0
  10. package/BackOffice/ConvertLocalToSavedCertificate.d.ts +4 -0
  11. package/BackOffice/ConvertSignLabelsToComboBoxItems.d.ts +15 -0
  12. package/BackOffice/CryptoProDssService.d.ts +65 -0
  13. package/BackOffice/CryptoProService.d.ts +10 -0
  14. package/BackOffice/{BatchDelegateOperation.d.ts → DelegateBatchOperation.d.ts} +5 -5
  15. package/BackOffice/{BatchDelegateOperationImpl.d.ts → DelegateBatchOperationImpl.d.ts} +3 -3
  16. package/BackOffice/DelegationParamsPanel.d.ts +1 -1
  17. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  18. package/BackOffice/DigitalSignatureService.d.ts +38 -0
  19. package/BackOffice/DirectoryDesRowSelectDialog.d.ts +78 -0
  20. package/BackOffice/DirectoryDesignerActionButton.d.ts +7 -0
  21. package/BackOffice/DirectoryDesignerItemCreateWindow.d.ts +4 -0
  22. package/BackOffice/DirectoryDesignerItemEditWindow.d.ts +4 -0
  23. package/BackOffice/DirectoryDesignerItemViewWindow.d.ts +8 -0
  24. package/BackOffice/DirectoryDesignerRow.d.ts +29 -15
  25. package/BackOffice/DirectoryDesignerRowConstants.d.ts +3 -0
  26. package/BackOffice/DirectoryDesignerRowImpl.d.ts +42 -29
  27. package/BackOffice/DirectoryDesignerRowItemVisualiser.d.ts +9 -0
  28. package/BackOffice/DirectoryDesignerTypeaheadVariant.d.ts +6 -2
  29. package/BackOffice/DirectorySearchContent.d.ts +1 -1
  30. package/BackOffice/DirectorySearchResultView.d.ts +2 -2
  31. package/BackOffice/DssAuthorizationModels.d.ts +6 -0
  32. package/BackOffice/DssCertificateModels.d.ts +30 -0
  33. package/BackOffice/DssPolicyModels.d.ts +51 -0
  34. package/BackOffice/DssSignRequestModels.d.ts +133 -0
  35. package/BackOffice/EmailButtonView.d.ts +2 -2
  36. package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
  37. package/BackOffice/FileListControl.d.ts +10 -3
  38. package/BackOffice/FileListControlImpl.d.ts +5 -0
  39. package/BackOffice/FileListControlLogic.d.ts +2 -1
  40. package/BackOffice/FileListItemComponent.d.ts +1 -1
  41. package/BackOffice/FileListItemProps.d.ts +2 -1
  42. package/BackOffice/FileSign.d.ts +12 -39
  43. package/BackOffice/FileSignListDialog.d.ts +7 -2
  44. package/BackOffice/GetSignatureMethodName.d.ts +4 -0
  45. package/BackOffice/HistoryView.d.ts +1 -1
  46. package/BackOffice/ICertificateStatus.d.ts +6 -0
  47. package/BackOffice/IDocumentInfoAdditionalInfoResult.d.ts +4 -0
  48. package/BackOffice/IDssCertificateInfoEx.d.ts +4 -0
  49. package/BackOffice/IFileSignInteractionModel.d.ts +8 -3
  50. package/BackOffice/IGetCertificateResult.d.ts +33 -0
  51. package/BackOffice/IGetDocumentInfoResult.d.ts +14 -0
  52. package/BackOffice/ISignOptions.d.ts +8 -0
  53. package/BackOffice/ISignRequest.d.ts +9 -0
  54. package/BackOffice/ISignResult.d.ts +5 -0
  55. package/BackOffice/ISignatureVerificationResult.d.ts +4 -0
  56. package/BackOffice/LoadCertificatesThumberprints.d.ts +9 -0
  57. package/BackOffice/LoadCloudCertificates.d.ts +4 -0
  58. package/BackOffice/LoadSignatureMethods.d.ts +2 -0
  59. package/BackOffice/LoadSystemCertificates.d.ts +4 -0
  60. package/BackOffice/NumeratorImpl.d.ts +1 -0
  61. package/BackOffice/PartnerBase.d.ts +2 -2
  62. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  63. package/BackOffice/PrepareSignatureMethodsComboBox.d.ts +7 -0
  64. package/BackOffice/PrintButtonView.d.ts +1 -1
  65. package/BackOffice/ProcessSettingsChanged.d.ts +11 -0
  66. package/BackOffice/SignatureButton.d.ts +36 -0
  67. package/BackOffice/SignatureButton.stories.d.ts +10 -0
  68. package/BackOffice/SignatureButtonComponent.d.ts +7 -0
  69. package/BackOffice/SignatureButtonContainer.d.ts +7 -0
  70. package/BackOffice/SignatureButtonLogic.d.ts +27 -0
  71. package/BackOffice/SignatureButtonMenu.d.ts +6 -0
  72. package/BackOffice/SignatureButtonMenuItem.d.ts +6 -0
  73. package/BackOffice/SignatureButtonOptions.d.ts +51 -0
  74. package/BackOffice/SignatureButtonView.d.ts +10 -0
  75. package/BackOffice/SignatureConstants.d.ts +1 -0
  76. package/BackOffice/SignatureDialog.d.ts +50 -0
  77. package/BackOffice/SignatureDialog.stories.d.ts +12 -0
  78. package/BackOffice/SignatureDialogFrame.d.ts +13 -0
  79. package/BackOffice/SignatureDialogLabels.d.ts +9 -0
  80. package/BackOffice/SignatureDialogLoader.d.ts +3 -0
  81. package/BackOffice/SignatureDialogLogic.d.ts +60 -0
  82. package/BackOffice/SignatureDialogMethods.d.ts +10 -0
  83. package/BackOffice/SignatureDialogNoPluginMessage.d.ts +6 -0
  84. package/BackOffice/SignatureDialogSettings.d.ts +20 -0
  85. package/BackOffice/SignatureMethodsSetup.d.ts +40 -0
  86. package/BackOffice/SignatureMethodsSetup.stories.d.ts +14 -0
  87. package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +14 -0
  88. package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +12 -0
  89. package/BackOffice/SignatureMethodsSetupCertificatesTableLoader.d.ts +3 -0
  90. package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +13 -0
  91. package/BackOffice/SignatureMethodsSetupFrame.d.ts +9 -0
  92. package/BackOffice/SignatureMethodsSetupLogic.d.ts +77 -0
  93. package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +7 -0
  94. package/BackOffice/SignatureMethodsSetupSelectedMethodsLoader.d.ts +3 -0
  95. package/BackOffice/SignatureMethodsSetupTabType.d.ts +4 -0
  96. package/BackOffice/StaffDirectoryItems.d.ts +1 -1
  97. package/BackOffice/StaffDirectoryItemsImpl.d.ts +7 -3
  98. package/BackOffice/SvsVerifyModels.d.ts +20 -0
  99. package/BackOffice/TasksTableView.d.ts +3 -3
  100. package/BackOffice/{TasksUtills.d.ts → TasksUtils.d.ts} +0 -0
  101. package/BackOffice/ToggleCertificateSelection.d.ts +2 -0
  102. package/BackOffice/UpdateMethodComment.d.ts +2 -0
  103. package/BackOffice/Utils.d.ts +3 -0
  104. package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
  105. package/Generated/DocsVision.WebClient.Controllers.d.ts +166 -2
  106. package/Generated/DocsVision.WebClient.Models.d.ts +1081 -217
  107. package/Helpers/ArtPlayer/ArtPlayer.d.ts +26 -0
  108. package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +10 -0
  109. package/Helpers/ArtPlayer/ArtPlayerLogic.d.ts +31 -0
  110. package/Helpers/ArtPlayer/ArtPlayerView.d.ts +13 -0
  111. package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +5 -0
  112. package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +10 -0
  113. package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +7 -0
  114. package/Helpers/ArtPlayer/functions/LoadArtPlayer.d.ts +5 -0
  115. package/Helpers/ArtPlayer/functions/SetCurrentTimeCode.d.ts +7 -0
  116. package/Helpers/ArtPlayer/functions/SetPlayerLocalization.d.ts +7 -0
  117. package/Helpers/ArtPlayer/functions/SortingTimeCodes.d.ts +7 -0
  118. package/Helpers/ArtPlayer/functions/UpdatePlayerTime.d.ts +8 -0
  119. package/Helpers/ArtPlayer/models/IArtPlayer.d.ts +597 -0
  120. package/Helpers/ArtPlayer/models/IArtPlayerTImeCode.d.ts +6 -0
  121. package/Helpers/ModalDialog/CommonModalDialog.d.ts +2 -1
  122. package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +3 -3
  123. package/Helpers/ReactList/ReactListDynamic.d.ts +1 -0
  124. package/Helpers/Sortable/Data/ClientModels/ISortableItem.d.ts +7 -1
  125. package/Helpers/Sortable/Sortable.d.ts +13 -3
  126. package/Helpers/TextInput.d.ts +2 -0
  127. package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +8 -0
  128. package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +10 -0
  129. package/Helpers/TextInputDialog/TextInputDialog.d.ts +25 -0
  130. package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +8 -0
  131. package/Helpers/TextInputDialog/TextInputDialogHost.d.ts +14 -0
  132. package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
  133. package/Legacy/ILabelTextareaControl.d.ts +1 -1
  134. package/Legacy/ISignatureDataModel.d.ts +2 -0
  135. package/Legacy/ISignatureListDataModel.d.ts +1 -1
  136. package/Legacy/ISignatureListItemDataModel.d.ts +6 -15
  137. package/Legacy/ISignatureListItemDetailDataModel.d.ts +8 -19
  138. package/Legacy/ISignatureVerificationDataModel.d.ts +4 -4
  139. package/Legacy/{ITextareaConrtol.d.ts → ITextareaControl.d.ts} +0 -0
  140. package/Legacy/LabelTextareaControl.d.ts +1 -1
  141. package/Legacy/NativeFunctions.d.ts +1 -20
  142. package/Legacy/StandardControllers.d.ts +2 -2
  143. package/Legacy/TaskCardFilePanelRazorControl.d.ts +1 -0
  144. package/Legacy/TextareaControl.d.ts +1 -1
  145. package/Legacy/Utils.d.ts +7 -0
  146. package/MainBundle.d.ts +1 -0
  147. package/Platform/$AggregatesCheckbox.d.ts +1 -0
  148. package/Platform/$EmployeeStatus.d.ts +6 -2
  149. package/Platform/$FolderHelp.d.ts +13 -0
  150. package/Platform/{AcesssInheritanceButtons.d.ts → AccessInheritanceButtons.d.ts} +2 -2
  151. package/Platform/AggregatesApplyButtonPanel.d.ts +9 -0
  152. package/Platform/AggregatesCheckbox.d.ts +7 -3
  153. package/Platform/AggregatesCheckboxPlugins.d.ts +1 -0
  154. package/Platform/AggregatesCheckboxService.d.ts +17 -6
  155. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  156. package/Platform/BatchOperationsPlugin.d.ts +1 -1
  157. package/Platform/BottomEdge.d.ts +10 -0
  158. package/Platform/BottomEdgeBody.d.ts +4 -0
  159. package/Platform/BottomEdgePlugin.d.ts +4 -0
  160. package/Platform/CardLink.d.ts +2 -1
  161. package/Platform/CardManagement.d.ts +5 -1
  162. package/Platform/CardManagementImpl.d.ts +5 -3
  163. package/Platform/CardQuotesDataStub.d.ts +19 -0
  164. package/Platform/CertificateSettings.d.ts +40 -0
  165. package/Platform/CertificateSettingsContainer.d.ts +10 -0
  166. package/Platform/CertificateSettingsLogic.d.ts +24 -0
  167. package/Platform/CertificateSettingsView.d.ts +5 -0
  168. package/Platform/DateTimePickerImpl.d.ts +1 -0
  169. package/Platform/DownloadFilesBatchOperation.d.ts +2 -1
  170. package/Platform/DropdownImpl.d.ts +3 -1
  171. package/Platform/EmployeeStatusService.d.ts +4 -4
  172. package/Platform/Favorite.d.ts +1 -0
  173. package/Platform/FilePicker.d.ts +2 -2
  174. package/Platform/FilePreview.d.ts +2 -2
  175. package/Platform/FilePreviewImpl.d.ts +1 -0
  176. package/Platform/FolderGrid.d.ts +1 -1
  177. package/Platform/FolderHelpButton.d.ts +7 -0
  178. package/Platform/FolderHelpDialog.d.ts +9 -0
  179. package/Platform/FolderHelpPaths.d.ts +2 -0
  180. package/Platform/FolderHelpPlugins.d.ts +9 -0
  181. package/Platform/FolderHelpService.d.ts +10 -0
  182. package/Platform/FolderHelpTimeCodes.d.ts +2 -0
  183. package/Platform/FolderMainMenuItemImpl.d.ts +1 -1
  184. package/Platform/FolderManagementAdaptiveMenu.d.ts +1 -1
  185. package/Platform/{FolderManagmentData.d.ts → FolderManagementData.d.ts} +0 -0
  186. package/Platform/FolderManagementDialog.d.ts +1 -1
  187. package/Platform/FolderName.d.ts +2 -1
  188. package/Platform/FolderNameImpl.d.ts +1 -0
  189. package/Platform/FolderOperationManager.d.ts +1 -1
  190. package/Platform/FolderViewItemsImpl.d.ts +5 -5
  191. package/Platform/IAggregates.d.ts +10 -4
  192. package/Platform/ListCheckbox.d.ts +1 -1
  193. package/Platform/ListInput.d.ts +1 -1
  194. package/Platform/LoaderDialog.d.ts +1 -1
  195. package/Platform/Number.d.ts +2 -0
  196. package/Platform/NumberImpl.d.ts +2 -1
  197. package/Platform/Quotes.d.ts +18 -0
  198. package/Platform/Quotes.stories.d.ts +8 -0
  199. package/Platform/QuotesButtonMore.d.ts +6 -0
  200. package/Platform/QuotesHighlight.d.ts +8 -0
  201. package/Platform/QuotesInner.d.ts +6 -0
  202. package/Platform/QuotesItem.d.ts +15 -0
  203. package/Platform/QuotesLogic.d.ts +40 -0
  204. package/Platform/QuotesModal.d.ts +14 -0
  205. package/Platform/QuotesModalButtonBlock.d.ts +6 -0
  206. package/Platform/QuotesModalQuote.d.ts +6 -0
  207. package/Platform/QuotesPlugins.d.ts +4 -0
  208. package/Platform/QuotesView.d.ts +16 -0
  209. package/Platform/QuotesWrapper.d.ts +6 -0
  210. package/Platform/ScrollTopBottomButtons.d.ts +1 -0
  211. package/Platform/ScrollTopBottomLogic.d.ts +2 -0
  212. package/Platform/SearchResultsFolderTablePluginFactory.d.ts +5 -5
  213. package/Platform/SearchTextInput.d.ts +1 -1
  214. package/Platform/SecurityDescriptorDialog.d.ts +3 -3
  215. package/Platform/SettingsPlugin.d.ts +7 -3
  216. package/Platform/SettingsPopupCheckBoxContainer.d.ts +1 -0
  217. package/Platform/SettingsPopupLogic.d.ts +13 -4
  218. package/Platform/SettingsPopupView.d.ts +2 -0
  219. package/Platform/Table.d.ts +1 -1
  220. package/Platform/TableColumnResponseResolver.d.ts +10 -0
  221. package/Platform/TablePresentationTogglePlugins.d.ts +1 -2
  222. package/Platform/TestUtils.d.ts +2 -1
  223. package/Platform/TextControlBaseImpl.d.ts +2 -0
  224. package/Platform/TextListInputView.d.ts +4 -4
  225. package/Platform/{ToggleRowAcess.d.ts → ToggleRowAccess.d.ts} +0 -0
  226. package/Platform/UserProfileDialog.d.ts +1 -1
  227. package/Platform/UtilsQuotes.d.ts +10 -0
  228. package/Platform/index.d.ts +1 -7
  229. package/Platform/toLocaleStringPolyfill.d.ts +2 -0
  230. package/StandardServices.d.ts +4 -1
  231. package/System/$FileService.d.ts +16 -9
  232. package/System/$Layout.d.ts +1 -1
  233. package/System/BlobToBase64.d.ts +1 -0
  234. package/System/DirectorySelectDialog.d.ts +2 -2
  235. package/System/FileService.d.ts +14 -15
  236. package/System/FilterLogic.d.ts +6 -0
  237. package/System/GenerateTestData.d.ts +2 -0
  238. package/System/IAsyncControlInfo.d.ts +1 -1
  239. package/System/ILayoutParams.d.ts +2 -0
  240. package/System/InputBasedControlImpl.d.ts +1 -0
  241. package/System/Layout.d.ts +1 -0
  242. package/System/LayoutManager.d.ts +1 -1
  243. package/System/LayoutUtils.d.ts +1 -0
  244. package/System/OperationUtils.d.ts +2 -0
  245. package/System/PageLeaveConfirmation.d.ts +1 -0
  246. package/System/{PreventPropogation.d.ts → PreventPropagation.d.ts} +0 -0
  247. package/System/StringUtils.d.ts +5 -1
  248. package/package.json +1 -1
  249. package/BackOffice/FileSignCreateDialog.d.ts +0 -83
  250. package/BackOffice/FileSignSelectCertificateDialog.d.ts +0 -57
  251. package/Globals/DVPromise.d.ts +0 -19
  252. package/Platform/FilterPlugin.d.ts +0 -3
  253. package/Platform/GropingPlugin.d.ts +0 -3
  254. package/Platform/ResetSettingsPlugin.d.ts +0 -18
  255. package/Platform/SearchPlugin.d.ts +0 -3
  256. 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 {
@@ -1803,105 +2021,525 @@ export declare namespace GenModels {
1803
2021
  /**
1804
2022
  * Gets or sets text
1805
2023
  */
1806
- text: string;
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>;
1807
2416
  }
1808
2417
  }
1809
2418
  export declare namespace GenModels {
1810
- interface RestoreCommentModel {
2419
+ interface SignatureItemVerificationModel {
1811
2420
  /**
1812
- * Gets or sets comments data source
2421
+ * Gets or sets status
1813
2422
  */
1814
- dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
2423
+ status: string;
1815
2424
  /**
1816
- * Gets or sets card identifier
1817
- *
1818
- * @format datatype.uuid
2425
+ * Gets or sets file version number
1819
2426
  */
1820
- cardId: string;
2427
+ fileVersionNumber: string;
1821
2428
  /**
1822
- * Gets or sets text
2429
+ * Gets or sets file name
1823
2430
  */
1824
- text: string;
2431
+ fileName: string;
1825
2432
  /**
1826
- * Gets or sets employee id
2433
+ * Gets or sets file card id
1827
2434
  *
1828
2435
  * @format datatype.uuid
1829
2436
  */
1830
- employeeId: string;
2437
+ fileId: string;
1831
2438
  /**
1832
- * gets or sets date
2439
+ * Gets or sets id of the file for FileManager
1833
2440
  *
1834
- * @format datatype.datetime
2441
+ * @format datatype.uuid
1835
2442
  */
1836
- date?: string;
1837
- }
1838
- }
1839
- export declare namespace GenModels {
1840
- interface UpdateCommentRequestModel {
2443
+ fileHandleId: string;
1841
2444
  /**
1842
- * Gets or sets comments data source
2445
+ * Gets or sets item certificate thumbprint
1843
2446
  */
1844
- dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
2447
+ certificateThumbprint: string;
1845
2448
  /**
1846
- * Gets or sets card identifier
2449
+ * Timestamp
1847
2450
  *
1848
- * @format datatype.uuid
2451
+ * @format datatype.datetime
1849
2452
  */
1850
- cardId: string;
2453
+ timestamp?: string;
1851
2454
  /**
1852
- * Gets or sets comment identifier
1853
- *
1854
- * @format datatype.uuid
2455
+ * Gets or sets client sign validated
1855
2456
  */
1856
- commentId: string;
2457
+ isSignedWithCertificate: boolean;
1857
2458
  /**
1858
- * Gets or sets text
2459
+ * Gets or sets validate error message
1859
2460
  */
1860
- text: string;
1861
- }
1862
- }
1863
- export declare namespace GenModels {
1864
- interface DeleteCommentRequestModel {
2461
+ errorMessage: string;
1865
2462
  /**
1866
- * Gets or sets comments data source
2463
+ * Gets or sets verification status
1867
2464
  */
1868
- dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
2465
+ verificationStatus: GenModels.SignatureVerificationStatus;
1869
2466
  /**
1870
- * Gets or sets card identifier
2467
+ * Signature Item Type
2468
+ */
2469
+ signatureItemType: GenModels.SignatureItemType;
2470
+ /**
2471
+ * description
2472
+ */
2473
+ description: string;
2474
+ /**
2475
+ * field names or additional files
2476
+ */
2477
+ partItems: Array<string>;
2478
+ /**
2479
+ * Gets or sets kind of signature
2480
+ */
2481
+ kind: string;
2482
+ /**
2483
+ * Gets or sets expire date
2484
+ *
2485
+ * @format datatype.datetime
2486
+ */
2487
+ expireDate?: string;
2488
+ canShowSignatureInfo: boolean;
2489
+ /**
2490
+ * Gets or sets signature part id
1871
2491
  *
1872
2492
  * @format datatype.uuid
1873
2493
  */
1874
- cardId: string;
2494
+ signaturePartId: string;
1875
2495
  /**
1876
- * Gets or sets comment identifier
2496
+ * Gets or sets signature id
1877
2497
  *
1878
2498
  * @format datatype.uuid
1879
2499
  */
1880
- commentId: string;
2500
+ signatureId: string;
1881
2501
  }
1882
2502
  }
1883
2503
  export declare namespace GenModels {
1884
- interface CollectionRequestModel {
2504
+ interface SignatureDetailsModel {
1885
2505
  /**
1886
- * Collection of entities
2506
+ * Gets or sets kind of signature
1887
2507
  */
1888
- collection: Array<string>;
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 SignatureKindSelectionModel {
2520
+ interface SignatureFileDetails {
1893
2521
  /**
1894
- * available signature kind
2522
+ * Row id of the document file
2523
+ *
2524
+ * @format datatype.uuid
1895
2525
  */
1896
- availableKind?: GenModels.DigitalSignatureKind;
2526
+ documentFileId: string;
1897
2527
  /**
1898
- * warning message
2528
+ * Versioned file card id
2529
+ *
2530
+ * @format datatype.uuid
1899
2531
  */
1900
- warning: string;
2532
+ fileCardId: string;
1901
2533
  /**
1902
- * time-stamp protocol server address
2534
+ * Current version id
2535
+ *
2536
+ * @format datatype.uuid
1903
2537
  */
1904
- tspAddress: string;
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
  }
@@ -2695,6 +3317,10 @@ export declare namespace GenModels {
2695
3317
  * Get value indicated whether view column is hidden in view settings
2696
3318
  */
2697
3319
  isHiddenColumn: boolean;
3320
+ /**
3321
+ * Get value indicated whether view column content needed show as HTML (without escaping)
3322
+ */
3323
+ displayAsHTML: boolean;
2698
3324
  /**
2699
3325
  * Gets or sets value indicated whether column is unresizable
2700
3326
  */
@@ -3032,6 +3658,10 @@ export declare namespace GenModels {
3032
3658
  * Gets or sets column caption
3033
3659
  */
3034
3660
  caption: string;
3661
+ /**
3662
+ * Is column need save HTML content to show
3663
+ */
3664
+ displayAsHTML: boolean;
3035
3665
  }
3036
3666
  }
3037
3667
  export declare namespace GenModels {
@@ -3553,6 +4183,12 @@ export declare namespace GenModels {
3553
4183
  fileDownloadName: string;
3554
4184
  }
3555
4185
  }
4186
+ export declare namespace GenModels {
4187
+ interface DocumentFilesResponseModel {
4188
+ fileName: string;
4189
+ files: Array<GenModels.DowloadFilesOperationFileInfoModel>;
4190
+ }
4191
+ }
3556
4192
  export declare namespace GenModels {
3557
4193
  interface DowloadFilesOperationFileInfoModel {
3558
4194
  /**
@@ -4097,18 +4733,6 @@ export declare namespace GenModels {
4097
4733
  excludeItems?: Array<string>;
4098
4734
  }
4099
4735
  }
4100
- export declare namespace GenModels {
4101
- interface Pagination {
4102
- /**
4103
- * How many records client already have
4104
- */
4105
- skip?: number;
4106
- /**
4107
- * How many records client want to receive
4108
- */
4109
- maxCount?: number;
4110
- }
4111
- }
4112
4736
  export declare namespace GenModels {
4113
4737
  interface StaffQueryContext {
4114
4738
  /**
@@ -4891,70 +5515,6 @@ export declare namespace GenModels {
4891
5515
  signData: GenModels.SignDataRequest;
4892
5516
  }
4893
5517
  }
4894
- export declare namespace GenModels {
4895
- interface SignDataRequest {
4896
- /**
4897
- * Get or sets document identifier
4898
- *
4899
- * @format datatype.uuid
4900
- */
4901
- documentId: string;
4902
- /**
4903
- * Gets or sets timestamp
4904
- */
4905
- timestamp: number;
4906
- /**
4907
- * Gets or sets label id
4908
- *
4909
- * @format datatype.uuid
4910
- */
4911
- labelId: string;
4912
- /**
4913
- * Gets or sets value whether indicate use simple sign, if CSP not supported
4914
- */
4915
- isSimpleSign: boolean;
4916
- /**
4917
- * Get or sets signature data
4918
- */
4919
- signatureData: GenModels.SignatureData;
4920
- }
4921
- }
4922
- export declare namespace GenModels {
4923
- interface SignatureData {
4924
- /**
4925
- * Gets or sets certificate thumbprint
4926
- */
4927
- certificateThumbprint: string;
4928
- /**
4929
- * Gets signature items
4930
- */
4931
- items: Array<GenModels.SignatureItemData>;
4932
- }
4933
- }
4934
- export declare namespace GenModels {
4935
- interface SignatureItemData {
4936
- /**
4937
- * Gets or sets signed content
4938
- */
4939
- data: Array<number>;
4940
- /**
4941
- * Gets or sets file version identifier
4942
- *
4943
- * @format datatype.uuid
4944
- */
4945
- fileVersionId: string;
4946
- /**
4947
- * Gets or sets file card identifier
4948
- *
4949
- * @format datatype.uuid
4950
- */
4951
- fileCardId: string;
4952
- /**
4953
- * Gets or sets signature item type
4954
- */
4955
- itemType: GenModels.SignatureItemType;
4956
- }
4957
- }
4958
5518
  export declare namespace GenModels {
4959
5519
  interface GetApprovalTaskDecisionInfoOptions {
4960
5520
  taskId: string;
@@ -6091,6 +6651,28 @@ export declare namespace GenModels {
6091
6651
  attributes: Array<GenModels.UniqueAttributeValue>;
6092
6652
  }
6093
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
+ }
6094
6676
  export declare namespace GenModels {
6095
6677
  interface SignatureInfoModel {
6096
6678
  /**
@@ -6348,37 +6930,110 @@ export declare namespace GenModels {
6348
6930
  }
6349
6931
  }
6350
6932
  export declare namespace GenModels {
6351
- interface CommmonFileRequest {
6933
+ interface CommmonFileRequest {
6934
+ /**
6935
+ * Owner card id
6936
+ *
6937
+ * @format datatype.uuid
6938
+ */
6939
+ ownerCardId: string;
6940
+ /**
6941
+ * File card id
6942
+ *
6943
+ * @format datatype.uuid
6944
+ */
6945
+ fileCardId: string;
6946
+ /**
6947
+ * Timestamp
6948
+ */
6949
+ timestamp?: number;
6950
+ }
6951
+ }
6952
+ export declare namespace GenModels {
6953
+ interface RenameFileNameRequest {
6954
+ /**
6955
+ * @format datatype.uuid
6956
+ */
6957
+ documentId: string;
6958
+ /**
6959
+ * @format datatype.uuid
6960
+ */
6961
+ documentFileId: string;
6962
+ isMain: boolean;
6963
+ fileName: string;
6964
+ }
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 {
6352
7010
  /**
6353
- * Owner card id
7011
+ * Instance ID
6354
7012
  *
6355
7013
  * @format datatype.uuid
6356
7014
  */
6357
- ownerCardId: string;
7015
+ instanceId: string;
6358
7016
  /**
6359
- * File card id
7017
+ * Card ID
6360
7018
  *
6361
7019
  * @format datatype.uuid
6362
7020
  */
6363
- fileCardId: string;
7021
+ cardId: string;
6364
7022
  /**
6365
- * Timestamp
7023
+ * Quotes limit
6366
7024
  */
6367
- timestamp?: number;
7025
+ quotesLimit: number;
7026
+ /**
7027
+ * Files limit
7028
+ */
7029
+ filesLimit: number;
6368
7030
  }
6369
7031
  }
6370
7032
  export declare namespace GenModels {
6371
- interface RenameFileNameRequest {
6372
- /**
6373
- * @format datatype.uuid
6374
- */
6375
- documentId: string;
6376
- /**
6377
- * @format datatype.uuid
6378
- */
6379
- documentFileId: string;
6380
- isMain: boolean;
6381
- fileName: string;
7033
+ interface CardQuotes {
7034
+ cardId?: string;
7035
+ hasMore: boolean;
7036
+ files: Array<GenModels.FileQuotes>;
6382
7037
  }
6383
7038
  }
6384
7039
  export declare namespace GenModels {
@@ -7521,6 +8176,18 @@ export declare namespace GenModels {
7521
8176
  order: number;
7522
8177
  }
7523
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
+ }
7524
8191
  export declare namespace GenModels {
7525
8192
  interface AddCardModalModel {
7526
8193
  /**
@@ -7675,6 +8342,10 @@ export declare namespace GenModels {
7675
8342
  * Gets or sets needs to use old grid.
7676
8343
  */
7677
8344
  useOldGrid: GenModels.UseOldGrid;
8345
+ /**
8346
+ * Management console address
8347
+ */
8348
+ managementConsoleAddress: string;
7678
8349
  /**
7679
8350
  * Card must be deleted into the trash or deletes from database.
7680
8351
  */
@@ -7719,6 +8390,10 @@ export declare namespace GenModels {
7719
8390
  * Returns true whether grid filter supported
7720
8391
  */
7721
8392
  gridFilterSupported: boolean;
8393
+ /**
8394
+ * Returns true if SmartSearch is allowed in the Docsvision system
8395
+ */
8396
+ smartSearchEnabled: boolean;
7722
8397
  /**
7723
8398
  * Gets or sets base alias
7724
8399
  */
@@ -7871,6 +8546,58 @@ export declare namespace GenModels {
7871
8546
  * Possible extensions for signature files.
7872
8547
  */
7873
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;
7874
8601
  }
7875
8602
  }
7876
8603
  export declare namespace GenModels {
@@ -7929,6 +8656,10 @@ export declare namespace GenModels {
7929
8656
  * Show Archived Cards
7930
8657
  */
7931
8658
  showArchivedCards: boolean;
8659
+ /**
8660
+ * Show Help button
8661
+ */
8662
+ showHelpButton: boolean;
7932
8663
  }
7933
8664
  }
7934
8665
  export declare namespace GenModels {
@@ -7957,6 +8688,14 @@ export declare namespace GenModels {
7957
8688
  * Page size to load cards from server
7958
8689
  */
7959
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;
7960
8699
  }
7961
8700
  }
7962
8701
  export declare namespace GenModels {
@@ -7997,6 +8736,12 @@ export declare namespace GenModels {
7997
8736
  withDescendants: boolean;
7998
8737
  }
7999
8738
  }
8739
+ export declare namespace GenModels {
8740
+ interface AdminPanelMessageModel {
8741
+ cardId: string;
8742
+ messageCardId: string;
8743
+ }
8744
+ }
8000
8745
  export declare namespace GenModels {
8001
8746
  interface ControlsInfoModel {
8002
8747
  /**
@@ -8818,6 +9563,13 @@ export declare namespace GenModels {
8818
9563
  dataType: GenModels.DirectoryDataType;
8819
9564
  }
8820
9565
  }
9566
+ export declare namespace GenModels {
9567
+ interface DirectoryDesignerRowDataSourceModel {
9568
+ dataSourceCardSection?: string;
9569
+ itemTypeAlias: string;
9570
+ itemAlias: string;
9571
+ }
9572
+ }
8821
9573
  export declare namespace GenModels {
8822
9574
  interface UniquenessCheckOperationsModel {
8823
9575
  /**
@@ -9447,6 +10199,25 @@ export declare namespace GenModels {
9447
10199
  Completion = 100
9448
10200
  }
9449
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
+ }
9450
10221
  export declare namespace GenModels {
9451
10222
  /**
9452
10223
  * Declare device types
@@ -9466,6 +10237,29 @@ export declare namespace GenModels {
9466
10237
  Tablet = 2
9467
10238
  }
9468
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
+ }
9469
10263
  export declare namespace GenModels {
9470
10264
  /**
9471
10265
  * Possible objects, that security descriptor can be applied to.
@@ -9677,6 +10471,40 @@ export declare namespace GenModels {
9677
10471
  Acquaintance = 2
9678
10472
  }
9679
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
+ }
9680
10508
  export declare namespace GenModels {
9681
10509
  /**
9682
10510
  * Represents type of {@link GenModels}
@@ -9709,6 +10537,72 @@ export declare namespace GenModels {
9709
10537
  CadesXLongType1Signature = 4
9710
10538
  }
9711
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
+ }
9712
10606
  export declare namespace GenModels {
9713
10607
  /**
9714
10608
  * Possible task columns in TasksTable control
@@ -10148,29 +11042,6 @@ export declare namespace GenModels {
10148
11042
  Variant = 21
10149
11043
  }
10150
11044
  }
10151
- export declare namespace GenModels {
10152
- /**
10153
- * Type of signature item
10154
- */
10155
- enum SignatureItemType {
10156
- /**
10157
- * Detached SignedCms
10158
- */
10159
- MainFileSignaturePartType = 0,
10160
- /**
10161
- * Nondetached SignedCms
10162
- */
10163
- MainFileWithContentSignaturePartType = 1,
10164
- /**
10165
- * Document card attributes
10166
- */
10167
- DocumentFieldsSignaturePartType = 2,
10168
- /**
10169
- * Document attachments (additional files)
10170
- */
10171
- AttachmentsSignaturePartType = 3
10172
- }
10173
- }
10174
11045
  export declare namespace GenModels {
10175
11046
  enum AgreementStateType {
10176
11047
  Draft = 0,
@@ -10217,40 +11088,6 @@ export declare namespace GenModels {
10217
11088
  Custom = 4
10218
11089
  }
10219
11090
  }
10220
- export declare namespace GenModels {
10221
- /**
10222
- * Represents what and how to search in directory designer tree
10223
- */
10224
- enum DirectoryDesignerSearchArea {
10225
- /**
10226
- * Query should return only specified node and its rows
10227
- */
10228
- OnlyNode = 0,
10229
- /**
10230
- * Query should return only node, children and children rows (without node rows).
10231
- */
10232
- OnlyChildren = 1,
10233
- /**
10234
- * Query should return node, children, node rows and children rows (i.e. everything).
10235
- */
10236
- NodeWithChildren = 2
10237
- }
10238
- }
10239
- export declare namespace GenModels {
10240
- /**
10241
- * Represents type of tree node
10242
- */
10243
- enum DirectoryDesignerTreeNodeType {
10244
- /**
10245
- * directory designer item type (node)
10246
- */
10247
- Node = 0,
10248
- /**
10249
- * directory designer row
10250
- */
10251
- Row = 1
10252
- }
10253
- }
10254
11091
  export declare namespace GenModels {
10255
11092
  /**
10256
11093
  * Represents how to search in directory designer tree
@@ -10560,6 +11397,25 @@ export declare namespace System {
10560
11397
  Saturday = 6
10561
11398
  }
10562
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
+ }
10563
11419
  export declare namespace GenModels {
10564
11420
  /**
10565
11421
  * UXMainMenuBehavior values
@@ -10650,6 +11506,14 @@ export declare namespace GenModels {
10650
11506
  DisplayString = 2
10651
11507
  }
10652
11508
  }
11509
+ export declare namespace GenModels {
11510
+ enum AvailableChangesModes {
11511
+ No = 0,
11512
+ Nodes = 1,
11513
+ Records = 2,
11514
+ All = 3
11515
+ }
11516
+ }
10653
11517
  export declare namespace GenModels {
10654
11518
  enum DepartmentDialogMode {
10655
11519
  Tree = 0,