@docsvision/webclient 5.17.0-beta.14 → 5.17.0-beta.17

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 (629) hide show
  1. package/Approval/AcquaintanceManagementImpl.d.ts +2 -2
  2. package/BackOffice/$CloudSignature.d.ts +34 -0
  3. package/BackOffice/$CryptoPro.d.ts +10 -0
  4. package/BackOffice/$DigitalSignature.d.ts +103 -0
  5. package/BackOffice/AcknowledgementList.d.ts +57 -0
  6. package/BackOffice/AcknowledgementListButton.d.ts +5 -0
  7. package/BackOffice/AcknowledgementListContainer.d.ts +8 -0
  8. package/BackOffice/AcknowledgementListLogic.d.ts +8 -0
  9. package/BackOffice/AcknowledgementListView.d.ts +4 -0
  10. package/BackOffice/ActualizeProfileCertificateSource.d.ts +13 -0
  11. package/BackOffice/ApprovalTaskComplete.d.ts +4 -0
  12. package/BackOffice/{BackOfficeLayoutContextContstants.d.ts → BackOfficeLayoutContextConstants.d.ts} +0 -0
  13. package/BackOffice/CardKindImpl.d.ts +1 -0
  14. package/BackOffice/CardKindTree.d.ts +1 -1
  15. package/BackOffice/CardKindTreeNode.d.ts +1 -1
  16. package/BackOffice/CheckAbsenceDates.d.ts +2 -1
  17. package/BackOffice/ChildTasksPerforming.d.ts +2 -2
  18. package/BackOffice/ChildTasksPerformingImpl.d.ts +17 -15
  19. package/BackOffice/CommandMenuComponent.d.ts +2 -2
  20. package/BackOffice/ConvertCloudToSavedCertificate.d.ts +4 -0
  21. package/BackOffice/ConvertLocalToSavedCertificate.d.ts +4 -0
  22. package/BackOffice/ConvertPkiClientToSavedCertificate.d.ts +4 -0
  23. package/BackOffice/ConvertSignLabelsToComboBoxItems.d.ts +15 -0
  24. package/BackOffice/CryptoProDssService.d.ts +65 -0
  25. package/BackOffice/CryptoProService.d.ts +10 -0
  26. package/BackOffice/{BatchDelegateOperation.d.ts → DelegateBatchOperation.d.ts} +8 -6
  27. package/BackOffice/{BatchDelegateOperationImpl.d.ts → DelegateBatchOperationImpl.d.ts} +3 -3
  28. package/BackOffice/DelegationParamsPanel.d.ts +1 -1
  29. package/BackOffice/DeleteShortcutBatchOperation.d.ts +2 -1
  30. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  31. package/BackOffice/DigitalSignatureService.d.ts +46 -0
  32. package/BackOffice/DirectoryDesRowSelectDialog.d.ts +78 -0
  33. package/BackOffice/DirectoryDesignerActionButton.d.ts +7 -0
  34. package/BackOffice/DirectoryDesignerItemCreateWindow.d.ts +4 -0
  35. package/BackOffice/DirectoryDesignerItemEditWindow.d.ts +4 -0
  36. package/BackOffice/DirectoryDesignerItemViewWindow.d.ts +8 -0
  37. package/BackOffice/DirectoryDesignerRow.d.ts +29 -15
  38. package/BackOffice/DirectoryDesignerRowConstants.d.ts +3 -0
  39. package/BackOffice/DirectoryDesignerRowImpl.d.ts +46 -29
  40. package/BackOffice/DirectoryDesignerRowItemVisualiser.d.ts +9 -0
  41. package/BackOffice/DirectoryDesignerTypeaheadVariant.d.ts +6 -2
  42. package/BackOffice/DirectorySearchContent.d.ts +1 -1
  43. package/BackOffice/DirectorySearchResultView.d.ts +2 -2
  44. package/BackOffice/DssAuthorizationModels.d.ts +6 -0
  45. package/BackOffice/DssCertificateModels.d.ts +30 -0
  46. package/BackOffice/DssPolicyModels.d.ts +51 -0
  47. package/BackOffice/DssSignRequestModels.d.ts +145 -0
  48. package/BackOffice/EmailButtonView.d.ts +2 -2
  49. package/BackOffice/EmployeeInfo.d.ts +1 -1
  50. package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
  51. package/BackOffice/FileListControl.d.ts +13 -3
  52. package/BackOffice/FileListControlImpl.d.ts +5 -0
  53. package/BackOffice/FileListControlLogic.d.ts +7 -2
  54. package/BackOffice/FileListItemComponent.d.ts +2 -1
  55. package/BackOffice/FileListItemProps.d.ts +2 -1
  56. package/BackOffice/FileSign.d.ts +13 -39
  57. package/BackOffice/FileSignListDialog.d.ts +7 -2
  58. package/BackOffice/GenderDeterminantPlugin.d.ts +3 -0
  59. package/BackOffice/GetCalendarType.d.ts +2 -0
  60. package/BackOffice/GetSignatureMethodName.d.ts +4 -0
  61. package/BackOffice/GroupEmployeeInfo.d.ts +1 -1
  62. package/BackOffice/GroupTaskTasksTreeNodeResolver.d.ts +1 -1
  63. package/BackOffice/ICertificateStatus.d.ts +6 -0
  64. package/BackOffice/IDigitalSignatureDialogManagement.d.ts +24 -0
  65. package/BackOffice/IDocumentInfoAdditionalInfoResult.d.ts +4 -0
  66. package/BackOffice/IDssCertificateInfoEx.d.ts +4 -0
  67. package/BackOffice/IExtraFileAddedArgs.d.ts +2 -0
  68. package/BackOffice/IExtraFileDeletedArgs.d.ts +2 -0
  69. package/BackOffice/IFileListRow.d.ts +4 -0
  70. package/BackOffice/IFileMenuOpeningArgs.d.ts +2 -0
  71. package/BackOffice/IFileOpenedArgs.d.ts +2 -0
  72. package/BackOffice/IFileOpeningArgs.d.ts +2 -0
  73. package/BackOffice/IFilePreviewedArgs.d.ts +2 -0
  74. package/BackOffice/IFilePreviewingArgs.d.ts +2 -0
  75. package/BackOffice/IFileSignInteractionModel.d.ts +9 -3
  76. package/BackOffice/IFileSignUploadingArgs.d.ts +2 -0
  77. package/BackOffice/IFileVersionDownloadedArgs.d.ts +2 -0
  78. package/BackOffice/IFileVersionUploadedArgs.d.ts +2 -0
  79. package/BackOffice/IFileVersionUploadingArgs.d.ts +2 -0
  80. package/BackOffice/IFileVisualizedArgs.d.ts +2 -0
  81. package/BackOffice/IFileVisualizingArgs.d.ts +2 -0
  82. package/BackOffice/IGetCertificateResult.d.ts +33 -0
  83. package/BackOffice/IGetDocumentInfoResult.d.ts +14 -0
  84. package/BackOffice/ILinkEventArgs.d.ts +2 -0
  85. package/BackOffice/ILinkRow.d.ts +3 -0
  86. package/BackOffice/IMainFileAddedArgs.d.ts +2 -0
  87. package/BackOffice/IMainFileDeletedArgs.d.ts +2 -0
  88. package/BackOffice/IRowClickArgs.d.ts +6 -0
  89. package/BackOffice/ISignOptions.d.ts +8 -0
  90. package/BackOffice/ISignRequest.d.ts +9 -0
  91. package/BackOffice/ISignResult.d.ts +5 -0
  92. package/BackOffice/ISignatureVerificationResult.d.ts +4 -0
  93. package/BackOffice/ITaskListItemProps.d.ts +1 -0
  94. package/BackOffice/ITaskListProps.d.ts +3 -0
  95. package/BackOffice/ITaskRowClickEventArgs.d.ts +5 -0
  96. package/BackOffice/ITasksTreeContainerState.d.ts +9 -4
  97. package/BackOffice/ITasksTreeGroupMap.d.ts +1 -1
  98. package/BackOffice/ITasksTreeNodeContainer.d.ts +1 -1
  99. package/BackOffice/ITasksTreeNodeResolver.d.ts +1 -1
  100. package/BackOffice/ImageWithDescription.d.ts +1 -1
  101. package/BackOffice/Links.d.ts +4 -0
  102. package/BackOffice/LinksImpl.d.ts +5 -2
  103. package/BackOffice/LoadCertificatesThumberprints.d.ts +9 -0
  104. package/BackOffice/LoadCloudCertificates.d.ts +4 -0
  105. package/BackOffice/LoadPkiClientCertificates.d.ts +4 -0
  106. package/BackOffice/LoadSignatureMethods.d.ts +2 -0
  107. package/BackOffice/LoadSystemCertificates.d.ts +4 -0
  108. package/BackOffice/NumeratorImpl.d.ts +3 -0
  109. package/BackOffice/PartnerBase.d.ts +2 -2
  110. package/BackOffice/PartnerBaseImpl.d.ts +1 -1
  111. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  112. package/BackOffice/PrepareSignatureMethodsComboBox.d.ts +7 -0
  113. package/BackOffice/PrintButtonView.d.ts +1 -1
  114. package/BackOffice/ProcessSettingsChanged.d.ts +12 -0
  115. package/BackOffice/SearchBar.d.ts +2 -2
  116. package/BackOffice/SearchButton.d.ts +1 -1
  117. package/BackOffice/SetEmployeeCertificate.d.ts +17 -0
  118. package/BackOffice/SignatureButton.d.ts +36 -0
  119. package/BackOffice/SignatureButton.stories.d.ts +10 -0
  120. package/BackOffice/SignatureButtonComponent.d.ts +7 -0
  121. package/BackOffice/SignatureButtonContainer.d.ts +7 -0
  122. package/BackOffice/SignatureButtonLogic.d.ts +27 -0
  123. package/BackOffice/SignatureButtonMenu.d.ts +6 -0
  124. package/BackOffice/SignatureButtonMenuItem.d.ts +6 -0
  125. package/BackOffice/SignatureButtonOptions.d.ts +51 -0
  126. package/BackOffice/SignatureButtonView.d.ts +10 -0
  127. package/BackOffice/SignatureConstants.d.ts +1 -0
  128. package/BackOffice/SignatureDialog.d.ts +64 -0
  129. package/BackOffice/SignatureDialog.stories.d.ts +12 -0
  130. package/BackOffice/SignatureDialogFrame.d.ts +17 -0
  131. package/BackOffice/SignatureDialogLabels.d.ts +9 -0
  132. package/BackOffice/SignatureDialogLoader.d.ts +3 -0
  133. package/BackOffice/SignatureDialogLogic.d.ts +65 -0
  134. package/BackOffice/SignatureDialogMethods.d.ts +10 -0
  135. package/BackOffice/SignatureDialogNoPluginMessage.d.ts +6 -0
  136. package/BackOffice/SignatureDialogSettings.d.ts +21 -0
  137. package/BackOffice/SignatureMethodsSetup.d.ts +40 -0
  138. package/BackOffice/SignatureMethodsSetup.stories.d.ts +14 -0
  139. package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +14 -0
  140. package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +12 -0
  141. package/BackOffice/SignatureMethodsSetupCertificatesTableLoader.d.ts +3 -0
  142. package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +13 -0
  143. package/BackOffice/SignatureMethodsSetupFrame.d.ts +9 -0
  144. package/BackOffice/SignatureMethodsSetupLogic.d.ts +90 -0
  145. package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +7 -0
  146. package/BackOffice/SignatureMethodsSetupSelectedMethodsLoader.d.ts +3 -0
  147. package/BackOffice/SignatureMethodsSetupTabType.d.ts +4 -0
  148. package/BackOffice/SimpleItemViewContent.d.ts +1 -0
  149. package/BackOffice/StaffDirectoryConstants.d.ts +1 -0
  150. package/BackOffice/StaffDirectoryInfoPopover.d.ts +1 -0
  151. package/BackOffice/StaffDirectoryItems.d.ts +3 -1
  152. package/BackOffice/StaffDirectoryItemsImpl.d.ts +7 -3
  153. package/BackOffice/StaffDirectoryView.d.ts +1 -0
  154. package/BackOffice/StateButtonsImpl.d.ts +1 -0
  155. package/BackOffice/SvsVerifyModels.d.ts +20 -0
  156. package/BackOffice/TaskCardCompletionOption.d.ts +2 -2
  157. package/BackOffice/TaskCardCompletionOptionImpl.d.ts +3 -3
  158. package/BackOffice/TaskDelegationInfo.d.ts +2 -2
  159. package/BackOffice/TaskListComponent.d.ts +3 -0
  160. package/BackOffice/TaskTasksTreeNodeResolver.d.ts +1 -1
  161. package/BackOffice/Tasks.d.ts +6 -3
  162. package/BackOffice/TasksImpl.d.ts +4 -4
  163. package/BackOffice/TasksTableContainer.d.ts +2 -2
  164. package/BackOffice/TasksTableHelpBox.d.ts +1 -1
  165. package/BackOffice/TasksTableLoader.d.ts +1 -1
  166. package/BackOffice/TasksTableLogic.d.ts +1 -1
  167. package/BackOffice/TasksTableView.d.ts +5 -5
  168. package/BackOffice/TasksTreeRibbon.d.ts +1 -1
  169. package/BackOffice/{TasksUtills.d.ts → TasksUtils.d.ts} +0 -0
  170. package/BackOffice/TimeOfPerformanceImpl.d.ts +2 -2
  171. package/BackOffice/ToggleCertificateSelection.d.ts +2 -0
  172. package/BackOffice/UpdateMethodComment.d.ts +2 -0
  173. package/BackOffice/Utils.d.ts +14 -0
  174. package/BackOffice/ValueWithDescription.d.ts +1 -1
  175. package/BackOffice/WebFrameDirectorySearchPanel.d.ts +2 -2
  176. package/BackOffice/WebFrameDirectorySearchPanelContainer.d.ts +2 -2
  177. package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +4 -4
  178. package/BackOffice/WebFrameDirectorySearchPanelRouteHandler.d.ts +4 -4
  179. package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +4 -5
  180. package/Generated/DocsVision.WebClient.Controllers.d.ts +245 -6
  181. package/Generated/DocsVision.WebClient.Models.d.ts +1751 -444
  182. package/Helpers/ArtPlayer/ArtPlayer.d.ts +26 -0
  183. package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +10 -0
  184. package/Helpers/ArtPlayer/ArtPlayerLogic.d.ts +31 -0
  185. package/Helpers/ArtPlayer/ArtPlayerView.d.ts +13 -0
  186. package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +5 -0
  187. package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +10 -0
  188. package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +7 -0
  189. package/Helpers/ArtPlayer/functions/LoadArtPlayer.d.ts +5 -0
  190. package/Helpers/ArtPlayer/functions/SetCurrentTimeCode.d.ts +7 -0
  191. package/Helpers/ArtPlayer/functions/SetPlayerLocalization.d.ts +7 -0
  192. package/Helpers/ArtPlayer/functions/SortingTimeCodes.d.ts +7 -0
  193. package/Helpers/ArtPlayer/functions/UpdatePlayerTime.d.ts +8 -0
  194. package/Helpers/ArtPlayer/models/IArtPlayer.d.ts +597 -0
  195. package/Helpers/ArtPlayer/models/IArtPlayerTImeCode.d.ts +6 -0
  196. package/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault.d.ts +1 -0
  197. package/Helpers/FilePreview/FilePreview.d.ts +2 -2
  198. package/Helpers/ModalDialog/CommonModalDialog.d.ts +2 -1
  199. package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +3 -3
  200. package/Helpers/ReactList/ReactListDynamic.d.ts +1 -0
  201. package/Helpers/Sortable/Data/ClientModels/ISortableItem.d.ts +7 -1
  202. package/Helpers/Sortable/Sortable.d.ts +13 -3
  203. package/Helpers/SvgIcons/RightArrowIcon.d.ts +1 -0
  204. package/Helpers/SvgIcons/SvgWrapper.d.ts +1 -0
  205. package/Helpers/Table/TableHelperRow.d.ts +1 -0
  206. package/Helpers/TextInput.d.ts +2 -0
  207. package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +8 -0
  208. package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +10 -0
  209. package/Helpers/TextInputDialog/TextInputDialog.d.ts +25 -0
  210. package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +8 -0
  211. package/Helpers/TextInputDialog/TextInputDialogHost.d.ts +14 -0
  212. package/Legacy/ApprovalFilePanel.d.ts +2 -1
  213. package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
  214. package/Legacy/IFileSingInfo.d.ts +3 -0
  215. package/Legacy/ILabelTextareaControl.d.ts +1 -1
  216. package/Legacy/ISignatureDataModel.d.ts +2 -0
  217. package/Legacy/ISignatureLabel.d.ts +1 -1
  218. package/Legacy/ISignatureListDataModel.d.ts +1 -1
  219. package/Legacy/ISignatureListItemDataModel.d.ts +6 -15
  220. package/Legacy/ISignatureListItemDetailDataModel.d.ts +8 -19
  221. package/Legacy/ISignatureVerificationDataModel.d.ts +4 -4
  222. package/Legacy/{ITextareaConrtol.d.ts → ITextareaControl.d.ts} +0 -0
  223. package/Legacy/LabelTextareaControl.d.ts +1 -1
  224. package/Legacy/NativeFunctions.d.ts +1 -20
  225. package/Legacy/StandardControllers.d.ts +2 -2
  226. package/Legacy/TaskCardFilePanelRazorControl.d.ts +1 -0
  227. package/Legacy/TextareaControl.d.ts +1 -1
  228. package/Legacy/Utils.d.ts +7 -0
  229. package/MainBundle.d.ts +1 -0
  230. package/Platform/$AggregatesCheckbox.d.ts +6 -0
  231. package/Platform/$ContextMenuOptions.d.ts +5 -4
  232. package/Platform/$EmployeeStatus.d.ts +6 -2
  233. package/Platform/$FolderGrid.d.ts +2 -1
  234. package/Platform/$FolderHelp.d.ts +13 -0
  235. package/Platform/$UnreadBar.d.ts +1 -1
  236. package/Platform/$UnreadCounter.d.ts +2 -0
  237. package/Platform/$UnreadCountersHealthMonitor.d.ts +6 -0
  238. package/Platform/{AcesssInheritanceButtons.d.ts → AccessInheritanceButtons.d.ts} +2 -2
  239. package/Platform/AddFileToTable.d.ts +2 -2
  240. package/Platform/AddFileToTableImpl.d.ts +8 -6
  241. package/Platform/AggregatesApplyButtonPanel.d.ts +9 -0
  242. package/Platform/AggregatesCheckbox.d.ts +7 -3
  243. package/Platform/AggregatesCheckboxPlugins.d.ts +1 -0
  244. package/Platform/AggregatesCheckboxService.d.ts +21 -6
  245. package/Platform/AggregatesGroup.d.ts +1 -1
  246. package/Platform/AggregatesListItem.d.ts +2 -2
  247. package/Platform/AggregatesNotAvailable.d.ts +1 -1
  248. package/Platform/AggregatesPanelHeader.d.ts +6 -3
  249. package/Platform/{applyCurrentSettings.d.ts → ApplyCurrentSettings.d.ts} +0 -0
  250. package/Platform/ApprovalVisualization.d.ts +10 -0
  251. package/Platform/ApprovalVisualizationArrows.d.ts +7 -0
  252. package/Platform/ApprovalVisualizationConditionList.d.ts +6 -0
  253. package/Platform/ApprovalVisualizationConditionOption.d.ts +6 -0
  254. package/Platform/ApprovalVisualizationContainer.d.ts +6 -0
  255. package/Platform/ApprovalVisualizationDescription.d.ts +5 -0
  256. package/Platform/ApprovalVisualizationLogic.d.ts +39 -0
  257. package/Platform/ApprovalVisualizationOptions.d.ts +32 -0
  258. package/Platform/ApprovalVisualizationRouteHandler.d.ts +14 -0
  259. package/Platform/ApprovalVisualizationRouteTypeMapper.d.ts +14 -0
  260. package/Platform/ApprovalVisualizationUtils.d.ts +3 -0
  261. package/Platform/ApprovalVisualizationView.d.ts +17 -0
  262. package/Platform/ApprovalVisualizationVisBlock.d.ts +6 -0
  263. package/Platform/ArchivedCardsIcon.d.ts +4 -2
  264. package/Platform/ArchivedCardsPlugin.d.ts +2 -1
  265. package/Platform/ArchivedCardsResponseResolver.d.ts +2 -1
  266. package/Platform/AutoConsolidation.d.ts +2 -2
  267. package/Platform/AutoConsolidationImpl.d.ts +12 -4
  268. package/Platform/BarcodeSearchButton.d.ts +2 -2
  269. package/Platform/BarcodeSearchButtonImpl.d.ts +16 -14
  270. package/Platform/BaseMainMenuItem.d.ts +3 -3
  271. package/Platform/BaseMainMenuItemImpl.d.ts +9 -7
  272. package/Platform/BaseNavigationMainMenuItem.d.ts +2 -2
  273. package/Platform/BaseNavigationMainMenuItemImpl.d.ts +6 -4
  274. package/Platform/BaseNavigationMenuItemRouteHandler.d.ts +5 -4
  275. package/Platform/BatchOperationsPlugin.d.ts +2 -2
  276. package/Platform/BatchSelectionState.d.ts +2 -2
  277. package/Platform/BatchSelectionStateImpl.d.ts +4 -2
  278. package/Platform/Block.d.ts +3 -3
  279. package/Platform/BlockImpl.d.ts +7 -5
  280. package/Platform/BottomEdge.d.ts +10 -0
  281. package/Platform/BottomEdgeBody.d.ts +4 -0
  282. package/Platform/BottomEdgePlugin.d.ts +4 -0
  283. package/Platform/ButtonPositionsSelection.d.ts +5 -3
  284. package/Platform/ButtonPositionsSelectionRadioButton.d.ts +7 -2
  285. package/Platform/CalendarIcon.d.ts +1 -1
  286. package/Platform/CalendarInput.d.ts +4 -2
  287. package/Platform/{canUseCssVariables.d.ts → CanUseCssVariables.d.ts} +0 -0
  288. package/Platform/CardLink.d.ts +5 -4
  289. package/Platform/CardLinkImpl.d.ts +9 -7
  290. package/Platform/CardManagement.d.ts +7 -3
  291. package/Platform/CardManagementImpl.d.ts +11 -7
  292. package/Platform/CardQuotesDataStub.d.ts +19 -0
  293. package/Platform/CardTestRouteTypeMapper.d.ts +10 -0
  294. package/Platform/CertificateSettings.d.ts +42 -0
  295. package/Platform/CertificateSettingsContainer.d.ts +10 -0
  296. package/Platform/CertificateSettingsLogic.d.ts +24 -0
  297. package/Platform/CertificateSettingsView.d.ts +5 -0
  298. package/Platform/CheckBox.d.ts +5 -5
  299. package/Platform/CheckBoxImpl.d.ts +9 -6
  300. package/Platform/ClearButton.d.ts +5 -2
  301. package/Platform/ComboBox.d.ts +2 -2
  302. package/Platform/ComboBoxImpl.d.ts +8 -6
  303. package/Platform/CommentFile.d.ts +3 -3
  304. package/Platform/CommentFileImpl.d.ts +10 -8
  305. package/Platform/CompleteTaskCondition.d.ts +3 -3
  306. package/Platform/CompleteTaskConditionImpl.d.ts +6 -4
  307. package/Platform/CompleteTaskConditionsTable.d.ts +2 -2
  308. package/Platform/CompleteTaskConditionsTableImpl.d.ts +8 -7
  309. package/Platform/ConfigurableMainMenuContainer.d.ts +4 -3
  310. package/Platform/ConfigurableMainMenuContainerButton.d.ts +2 -2
  311. package/Platform/ConfigurableMainMenuContainerButtonImpl.d.ts +7 -5
  312. package/Platform/ConfigurableMainMenuContainerImpl.d.ts +8 -6
  313. package/Platform/ConnectPinButtonToMainMenuScript.d.ts +4 -2
  314. package/Platform/ConnectUserFoldersToConfigurableContainerScript.d.ts +4 -2
  315. package/Platform/ContextMenu.d.ts +4 -4
  316. package/Platform/ContextMenuOptionsService.d.ts +3 -3
  317. package/Platform/ContextMenuUtils.d.ts +2 -2
  318. package/Platform/CopyShortcutBatchOperation.d.ts +2 -2
  319. package/Platform/CopyShortcutBatchOperationImpl.d.ts +4 -2
  320. package/Platform/CryptoProInfo.d.ts +4 -2
  321. package/Platform/CustomButton.d.ts +2 -2
  322. package/Platform/CustomButtonImpl.d.ts +8 -6
  323. package/Platform/CustomHtmlPageMainMenuItem.d.ts +2 -2
  324. package/Platform/CustomHtmlPageMainMenuItemImpl.d.ts +7 -5
  325. package/Platform/DVWebToolInfo.d.ts +4 -2
  326. package/Platform/DashboardContainer.d.ts +3 -3
  327. package/Platform/DashboardContainerImpl.d.ts +6 -4
  328. package/Platform/DateInput.d.ts +15 -3
  329. package/Platform/DateTimePicker.d.ts +5 -5
  330. package/Platform/DateTimePickerImpl.d.ts +14 -11
  331. package/Platform/DeleteBatchOperation.d.ts +4 -3
  332. package/Platform/DeleteBatchOperationImpl.d.ts +4 -2
  333. package/Platform/DisplayStaffUnit.d.ts +2 -2
  334. package/Platform/DisplayStaffUnitImpl.d.ts +5 -3
  335. package/Platform/DownloadAllTableFiles.d.ts +2 -2
  336. package/Platform/DownloadAllTableFilesImpl.d.ts +8 -6
  337. package/Platform/DownloadFilesBatchOperation.d.ts +6 -3
  338. package/Platform/DownloadFilesBatchOperationImpl.d.ts +4 -2
  339. package/Platform/Dropdown.d.ts +3 -3
  340. package/Platform/DropdownImpl.d.ts +17 -12
  341. package/Platform/EmployeeStatusService.d.ts +4 -4
  342. package/Platform/EmptyControlStub.d.ts +5 -2
  343. package/Platform/ExistingCardRouteNames.d.ts +1 -0
  344. package/Platform/ExportESignButton.d.ts +2 -2
  345. package/Platform/ExportESignButtonImpl.d.ts +5 -5
  346. package/Platform/ExportPlugin.d.ts +2 -1
  347. package/Platform/Favorite.d.ts +6 -3
  348. package/Platform/FileDropzone.d.ts +4 -3
  349. package/Platform/FileInput.d.ts +3 -1
  350. package/Platform/FilePicker.d.ts +18 -4
  351. package/Platform/FilePickerImpl.d.ts +7 -4
  352. package/Platform/FilePickerMenu.d.ts +1 -1
  353. package/Platform/FilePickerValueView.d.ts +1 -1
  354. package/Platform/FilePreview.d.ts +6 -4
  355. package/Platform/FilePreviewImpl.d.ts +8 -6
  356. package/Platform/FileVersionsTable.d.ts +1 -1
  357. package/Platform/FilterDate.d.ts +4 -2
  358. package/Platform/FilterDateRangePicker.d.ts +4 -2
  359. package/Platform/FilterDateTextListInput.d.ts +4 -2
  360. package/Platform/{filterViews.d.ts → FilterViews.d.ts} +0 -0
  361. package/Platform/FocusableTextInput.d.ts +4 -2
  362. package/Platform/Folder.d.ts +3 -3
  363. package/Platform/FolderCardsDashboardWidget.d.ts +3 -3
  364. package/Platform/FolderCardsDashboardWidgetImpl.d.ts +11 -4
  365. package/Platform/FolderContent.d.ts +1 -1
  366. package/Platform/FolderDashboardWidget.d.ts +3 -3
  367. package/Platform/FolderDashboardWidgetImpl.d.ts +5 -3
  368. package/Platform/FolderDataContext.d.ts +4 -4
  369. package/Platform/FolderDataContextImpl.d.ts +9 -5
  370. package/Platform/FolderDataLoadingService.d.ts +2 -2
  371. package/Platform/FolderGrid.d.ts +6 -4
  372. package/Platform/FolderGridBatchOperationsNode.d.ts +2 -2
  373. package/Platform/FolderGridBatchOperationsNodeImpl.d.ts +5 -3
  374. package/Platform/FolderGridImpl.d.ts +7 -3
  375. package/Platform/FolderGridService.d.ts +5 -2
  376. package/Platform/FolderGroupDashboardWidget.d.ts +3 -3
  377. package/Platform/FolderGroupDashboardWidgetImpl.d.ts +5 -3
  378. package/Platform/FolderHelpButton.d.ts +7 -0
  379. package/Platform/FolderHelpDialog.d.ts +9 -0
  380. package/Platform/FolderHelpPaths.d.ts +2 -0
  381. package/Platform/FolderHelpPlugins.d.ts +9 -0
  382. package/Platform/FolderHelpService.d.ts +10 -0
  383. package/Platform/FolderHelpTimeCodes.d.ts +2 -0
  384. package/Platform/FolderImpl.d.ts +8 -6
  385. package/Platform/FolderMainMenuItem.d.ts +3 -3
  386. package/Platform/FolderMainMenuItemImpl.d.ts +9 -7
  387. package/Platform/FolderManagementAdaptiveMenu.d.ts +2 -2
  388. package/Platform/{FolderManagmentData.d.ts → FolderManagementData.d.ts} +0 -0
  389. package/Platform/FolderManagementDialog.d.ts +2 -2
  390. package/Platform/FolderName.d.ts +4 -3
  391. package/Platform/FolderNameImpl.d.ts +6 -3
  392. package/Platform/FolderOperationManager.d.ts +7 -4
  393. package/Platform/FolderTypeDialog.d.ts +1 -1
  394. package/Platform/FolderTypeItems.d.ts +2 -2
  395. package/Platform/FolderTypeItemsImpl.d.ts +5 -3
  396. package/Platform/FolderViewItems.d.ts +2 -2
  397. package/Platform/FolderViewItemsImpl.d.ts +12 -10
  398. package/Platform/FolderWebFrameRouteHandler.d.ts +1 -0
  399. package/Platform/{formatNumberToCulture.d.ts → FormatNumberToCulture.d.ts} +0 -0
  400. package/Platform/{getArrayWidth.d.ts → GetArrayWidth.d.ts} +0 -0
  401. package/Platform/{getSortByRequest.d.ts → GetSortByRequest.d.ts} +0 -0
  402. package/Platform/GridFilterItem.d.ts +4 -4
  403. package/Platform/GridFilterItemImpl.d.ts +7 -5
  404. package/Platform/GridFilterItems.d.ts +5 -3
  405. package/Platform/GridFilterItemsImpl.d.ts +2 -2
  406. package/Platform/GridFilterResetButton.d.ts +4 -2
  407. package/Platform/GridOperationsPanel.d.ts +2 -2
  408. package/Platform/GridOperationsPanelImpl.d.ts +4 -2
  409. package/Platform/GridRowModel.d.ts +2 -0
  410. package/Platform/GroupFoldersMainMenuItem.d.ts +3 -3
  411. package/Platform/GroupFoldersMainMenuItemImpl.d.ts +5 -3
  412. package/Platform/GroupMainMenuItem.d.ts +3 -3
  413. package/Platform/GroupMainMenuItemImpl.d.ts +7 -5
  414. package/Platform/HoverPanelService.d.ts +1 -1
  415. package/Platform/HtmlTag.d.ts +6 -4
  416. package/Platform/HtmlView.d.ts +4 -2
  417. package/Platform/IAggregates.d.ts +17 -7
  418. package/Platform/IExistingCardRouteData.d.ts +1 -0
  419. package/Platform/IFilterComponent.d.ts +2 -2
  420. package/Platform/IGridFilterItemControl.d.ts +1 -1
  421. package/Platform/IQueryConditionControl.d.ts +1 -1
  422. package/Platform/Image.d.ts +6 -6
  423. package/Platform/ImageImpl.d.ts +7 -4
  424. package/Platform/ImageModel.d.ts +3 -1
  425. package/Platform/InputWithMask.d.ts +4 -2
  426. package/Platform/Label.d.ts +2 -2
  427. package/Platform/LabelImpl.d.ts +6 -4
  428. package/Platform/LayoutIconButton.d.ts +2 -2
  429. package/Platform/LayoutIconButtonImpl.d.ts +8 -6
  430. package/Platform/LayoutPageMainMenuItem.d.ts +3 -3
  431. package/Platform/LayoutPageMainMenuItemImpl.d.ts +7 -5
  432. package/Platform/LinkMainMenuItem.d.ts +2 -2
  433. package/Platform/LinkMainMenuItemImpl.d.ts +7 -5
  434. package/Platform/ListCheckbox.d.ts +1 -1
  435. package/Platform/ListContent.d.ts +1 -1
  436. package/Platform/ListContentHightlight.d.ts +1 -1
  437. package/Platform/ListEmpty.d.ts +1 -1
  438. package/Platform/ListEmptySearchIcon.d.ts +1 -1
  439. package/Platform/ListInput.d.ts +1 -1
  440. package/Platform/ListItem.d.ts +1 -1
  441. package/Platform/ListLoading.d.ts +1 -1
  442. package/Platform/ListSearchIcon.d.ts +1 -1
  443. package/Platform/ListSlot.d.ts +1 -1
  444. package/Platform/ListTotalItem.d.ts +1 -1
  445. package/Platform/LoaderDialog.d.ts +1 -1
  446. package/Platform/MainMenu.d.ts +2 -2
  447. package/Platform/MainMenuImpl.d.ts +6 -4
  448. package/Platform/MainMenuPinButton.d.ts +4 -2
  449. package/Platform/MainMenuRouteHandler.d.ts +3 -3
  450. package/Platform/MasterGroupMainMenuItem.d.ts +2 -2
  451. package/Platform/MasterGroupMainMenuItemImpl.d.ts +8 -6
  452. package/Platform/MoveShortcutBatchOperation.d.ts +4 -3
  453. package/Platform/MoveShortcutBatchOperationImpl.d.ts +4 -2
  454. package/Platform/NoBatchOperationsMessage.d.ts +2 -2
  455. package/Platform/NoBatchOperationsMessageImpl.d.ts +4 -2
  456. package/Platform/Number.d.ts +5 -3
  457. package/Platform/NumberImpl.d.ts +12 -9
  458. package/Platform/Panel.d.ts +3 -3
  459. package/Platform/PanelImpl.d.ts +8 -6
  460. package/Platform/{prepareGridOptions.d.ts → PrepareGridOptions.d.ts} +0 -0
  461. package/Platform/{prepareGridViewModel.d.ts → PrepareGridViewModel.d.ts} +0 -0
  462. package/Platform/QueryCondition.d.ts +8 -8
  463. package/Platform/QueryConditionImpl.d.ts +6 -4
  464. package/Platform/QueryConditionsTable.d.ts +2 -2
  465. package/Platform/QueryConditionsTableImpl.d.ts +6 -4
  466. package/Platform/Quotes.d.ts +18 -0
  467. package/Platform/Quotes.stories.d.ts +8 -0
  468. package/Platform/QuotesButtonMore.d.ts +6 -0
  469. package/Platform/QuotesHighlight.d.ts +8 -0
  470. package/Platform/QuotesInner.d.ts +6 -0
  471. package/Platform/QuotesItem.d.ts +15 -0
  472. package/Platform/QuotesLogic.d.ts +40 -0
  473. package/Platform/QuotesModal.d.ts +14 -0
  474. package/Platform/QuotesModalButtonBlock.d.ts +6 -0
  475. package/Platform/QuotesModalQuote.d.ts +6 -0
  476. package/Platform/QuotesPlugins.d.ts +4 -0
  477. package/Platform/QuotesView.d.ts +16 -0
  478. package/Platform/QuotesWrapper.d.ts +6 -0
  479. package/Platform/RadioGroup.d.ts +3 -3
  480. package/Platform/RadioGroupImpl.d.ts +7 -5
  481. package/Platform/ReadAllPlugin.d.ts +2 -1
  482. package/Platform/ReadBatchOperation.d.ts +4 -3
  483. package/Platform/ReadBatchOperationImpl.d.ts +4 -2
  484. package/Platform/RecentCardsDashboardWidget.d.ts +5 -4
  485. package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +1 -1
  486. package/Platform/RecentCardsDashboardWidgetImpl.d.ts +11 -7
  487. package/Platform/RefreshFoldersTreeButton.d.ts +4 -2
  488. package/Platform/RefreshPlugin.d.ts +2 -1
  489. package/Platform/ResetSettings.d.ts +4 -2
  490. package/Platform/RightMainMenuItemPanel.d.ts +2 -2
  491. package/Platform/RightMainMenuItemPanelImpl.d.ts +7 -5
  492. package/Platform/RowContainer.d.ts +2 -2
  493. package/Platform/RowContainerImpl.d.ts +6 -4
  494. package/Platform/SaveColumnsRequestResolver.d.ts +13 -0
  495. package/Platform/SaveColumnsService.d.ts +2 -1
  496. package/Platform/SaveColumnsServiceProvider.d.ts +2 -1
  497. package/Platform/SavingButtons.d.ts +3 -3
  498. package/Platform/SavingButtonsImpl.d.ts +7 -5
  499. package/Platform/ScanButton.d.ts +2 -2
  500. package/Platform/ScanButtonImpl.d.ts +7 -5
  501. package/Platform/ScrollTopBottom.d.ts +4 -4
  502. package/Platform/ScrollTopBottomButtons.d.ts +2 -1
  503. package/Platform/ScrollTopBottomLogic.d.ts +4 -2
  504. package/Platform/SearchResultsFolderTablePluginFactory.d.ts +5 -5
  505. package/Platform/SearchResultsItem.d.ts +1 -1
  506. package/Platform/SearchResultsLoader.d.ts +1 -1
  507. package/Platform/SearchResultsMainMenuItem.d.ts +2 -2
  508. package/Platform/SearchTextInput.d.ts +1 -1
  509. package/Platform/SearchingResults.d.ts +2 -2
  510. package/Platform/SearchingResultsImpl.d.ts +6 -4
  511. package/Platform/SecurityDescriptorDialog.d.ts +5 -4
  512. package/Platform/{setColumnsSettings.d.ts → SetColumnsSettings.d.ts} +0 -0
  513. package/Platform/SettingsPlugin.d.ts +9 -4
  514. package/Platform/SettingsPopup.d.ts +1 -1
  515. package/Platform/SettingsPopupCheckBoxContainer.d.ts +2 -1
  516. package/Platform/SettingsPopupColumn.d.ts +1 -1
  517. package/Platform/SettingsPopupItemView.d.ts +1 -1
  518. package/Platform/SettingsPopupLogic.d.ts +14 -5
  519. package/Platform/SettingsPopupRow.d.ts +1 -1
  520. package/Platform/SettingsPopupView.d.ts +10 -8
  521. package/Platform/ShowAllButton.d.ts +1 -1
  522. package/Platform/StandardMainMenuContainer.d.ts +2 -2
  523. package/Platform/StandardMainMenuContainerImpl.d.ts +7 -5
  524. package/Platform/Tab.d.ts +7 -6
  525. package/Platform/TabImpl.d.ts +11 -9
  526. package/Platform/TabPage.d.ts +2 -2
  527. package/Platform/TabPageImpl.d.ts +7 -5
  528. package/Platform/Table.d.ts +6 -6
  529. package/Platform/TableCellNumberFormattedPlugin.d.ts +1 -1
  530. package/Platform/TableColumn.d.ts +2 -2
  531. package/Platform/TableColumnImpl.d.ts +6 -4
  532. package/Platform/TableColumnResponseResolver.d.ts +10 -0
  533. package/Platform/TableColumnWrapper.d.ts +9 -1
  534. package/Platform/TableFileDropzone.d.ts +3 -3
  535. package/Platform/TableFileInput.d.ts +1 -1
  536. package/Platform/TableImpl.d.ts +11 -9
  537. package/Platform/TablePresentationTogglePlugins.d.ts +1 -2
  538. package/Platform/TestUtils.d.ts +3 -1
  539. package/Platform/TextArea.d.ts +2 -2
  540. package/Platform/TextAreaAutosize.d.ts +3 -1
  541. package/Platform/TextAreaImpl.d.ts +8 -6
  542. package/Platform/TextBox.d.ts +2 -2
  543. package/Platform/TextBoxImpl.d.ts +8 -6
  544. package/Platform/TextControlBase.d.ts +2 -2
  545. package/Platform/TextControlBaseImpl.d.ts +7 -3
  546. package/Platform/TextListInputView.d.ts +25 -26
  547. package/Platform/TextListInputWrapper.d.ts +1 -1
  548. package/Platform/ToLocaleStringPolyfill.d.ts +2 -0
  549. package/Platform/ToggleArrowIcon.d.ts +2 -2
  550. package/Platform/{ToggleRowAcess.d.ts → ToggleRowAccess.d.ts} +0 -0
  551. package/Platform/ToolbarDaughterControl.d.ts +2 -2
  552. package/Platform/ToolbarDaughterControlImpl.d.ts +5 -3
  553. package/Platform/UnlockCards.d.ts +4 -2
  554. package/Platform/UnreadCounter.d.ts +1 -0
  555. package/Platform/UnreadCountersHealthMonitorService.d.ts +32 -0
  556. package/Platform/{updateColumnsVisible.d.ts → UpdateColumnsVisible.d.ts} +0 -0
  557. package/Platform/{updateValueCheckedColumn.d.ts → UpdateValueCheckedColumn.d.ts} +0 -0
  558. package/Platform/Url.d.ts +4 -2
  559. package/Platform/UserCulture.d.ts +6 -4
  560. package/Platform/UserFolderItemWrapper.d.ts +2 -2
  561. package/Platform/UserFoldersMainMenuItem.d.ts +3 -3
  562. package/Platform/UserFoldersMainMenuItemImpl.d.ts +9 -7
  563. package/Platform/UserInfo.d.ts +4 -2
  564. package/Platform/UserProfileDialog.d.ts +1 -1
  565. package/Platform/{utils.d.ts → Utils.d.ts} +1 -1
  566. package/Platform/UtilsQuotes.d.ts +10 -0
  567. package/Platform/WebFrameBodyContainer.d.ts +3 -3
  568. package/Platform/WebFrameBodyContainerImpl.d.ts +2 -2
  569. package/Platform/WebFrameCompanyLogo.d.ts +3 -2
  570. package/Platform/WebFrameContent.d.ts +2 -2
  571. package/Platform/WebFrameContentContainer.d.ts +3 -3
  572. package/Platform/WebFrameContentContainerImpl.d.ts +2 -2
  573. package/Platform/WebFrameContentImpl.d.ts +3 -3
  574. package/Platform/WebFrameCurrentPageName.d.ts +2 -2
  575. package/Platform/WebFrameHeaderContainer.d.ts +3 -3
  576. package/Platform/WebFrameHeaderContainerImpl.d.ts +2 -2
  577. package/Platform/WebFrameHelpButton.d.ts +2 -2
  578. package/Platform/WebFrameMainMenuButton.d.ts +2 -2
  579. package/Platform/WebFrameMainMenuContainer.d.ts +4 -4
  580. package/Platform/WebFrameMainMenuContainerImpl.d.ts +3 -3
  581. package/Platform/WebFrameNavigationBar.d.ts +8 -8
  582. package/Platform/WebFrameNavigationBarBackButton.d.ts +2 -2
  583. package/Platform/WebFrameNavigationBarCreateButton.d.ts +2 -2
  584. package/Platform/WebFrameNavigationBarImpl.d.ts +2 -2
  585. package/Platform/WebFrameSearchPanel.d.ts +2 -2
  586. package/Platform/WebFrameUserPanel.d.ts +2 -2
  587. package/Platform/XIcon.d.ts +1 -1
  588. package/Platform/index.d.ts +1 -7
  589. package/StandardServices.d.ts +5 -1
  590. package/System/$FileService.d.ts +16 -9
  591. package/System/$Layout.d.ts +1 -1
  592. package/System/BaseControl.d.ts +15 -1
  593. package/System/BlobToBase64.d.ts +1 -0
  594. package/System/DataGridControl.d.ts +63 -0
  595. package/System/DirectorySelectDialog.d.ts +2 -2
  596. package/System/FileService.d.ts +14 -15
  597. package/System/FilterLogic.d.ts +6 -0
  598. package/System/GenerateTestData.d.ts +2 -0
  599. package/System/IAsyncControlInfo.d.ts +1 -1
  600. package/System/ILayoutParams.d.ts +3 -0
  601. package/System/InputBasedControlImpl.d.ts +2 -0
  602. package/System/Layout.d.ts +4 -1
  603. package/System/LayoutImpl.d.ts +2 -2
  604. package/System/LayoutManager.d.ts +1 -1
  605. package/System/LayoutRowControllerStub.d.ts +1 -0
  606. package/System/LayoutUtils.d.ts +1 -0
  607. package/System/OperationUtils.d.ts +2 -0
  608. package/System/PageLeaveConfirmation.d.ts +1 -0
  609. package/System/{PreventPropogation.d.ts → PreventPropagation.d.ts} +0 -0
  610. package/System/PrintContent.d.ts +1 -1
  611. package/System/RouteType.d.ts +6 -0
  612. package/System/StandardRoutes.d.ts +1 -0
  613. package/System/StringUtils.d.ts +5 -1
  614. package/package.json +1 -1
  615. package/BackOffice/FileSignCreateDialog.d.ts +0 -83
  616. package/BackOffice/FileSignSelectCertificateDialog.d.ts +0 -57
  617. package/Globals/DVPromise.d.ts +0 -19
  618. package/Helpers/DateRangePicker/DateRangePicker.d.ts +0 -24
  619. package/Helpers/DateRangePicker/DateRangePicker.stories.d.ts +0 -9
  620. package/Helpers/DateRangePicker/components/DateRangePickerDay.d.ts +0 -15
  621. package/Helpers/DateRangePicker/components/DateRangePickerToolbar.d.ts +0 -14
  622. package/Platform/$SearchText.d.ts +0 -11
  623. package/Platform/FilterPlugin.d.ts +0 -3
  624. package/Platform/GropingPlugin.d.ts +0 -3
  625. package/Platform/ResetSettingsPlugin.d.ts +0 -18
  626. package/Platform/SearchPlugin.d.ts +0 -3
  627. package/Platform/SearchTextProvider.d.ts +0 -7
  628. package/Platform/SearchTextService.d.ts +0 -10
  629. package/Platform/toLocaleStringPolifill.d.ts +0 -1
@@ -702,6 +702,129 @@ export declare namespace GenModels {
702
702
  contractId: string;
703
703
  }
704
704
  }
705
+ export declare namespace GenModels {
706
+ interface SettingsGraph {
707
+ stageNodes: Array<GenModels.StageNode>;
708
+ arrows: Array<GenModels.Arrow>;
709
+ }
710
+ }
711
+ export declare namespace GenModels {
712
+ interface StageNode {
713
+ id: string;
714
+ name: string;
715
+ first: boolean;
716
+ taskSendingMode: GenModels.StageTaskSendingMode;
717
+ repeatMode: GenModels.StageRepeatMode;
718
+ startConditionType: GenModels.ConditionType;
719
+ }
720
+ }
721
+ export declare namespace GenModels {
722
+ interface Arrow {
723
+ decisionSemantics: GenModels.DecisionSemantics;
724
+ sourceNode: GenModels.NodeReference;
725
+ targetNode: GenModels.NodeReference;
726
+ }
727
+ }
728
+ export declare namespace GenModels {
729
+ interface NodeReference {
730
+ id: string;
731
+ nodeType: GenModels.NodeType;
732
+ }
733
+ }
734
+ export declare namespace GenModels {
735
+ interface SignatureMethodSettings {
736
+ /**
737
+ * User name in DSS service
738
+ */
739
+ cloudAccountName: string;
740
+ /**
741
+ * Long live DSS access token stored in database.
742
+ */
743
+ accessTokenReceived: boolean;
744
+ /**
745
+ * List of known methods.
746
+ */
747
+ methods: Array<GenModels.SignatureMethod>;
748
+ /**
749
+ * List of all known certificates.
750
+ */
751
+ certificates: Array<GenModels.SavedCertificateInfo>;
752
+ }
753
+ }
754
+ export declare namespace GenModels {
755
+ interface SignatureMethod {
756
+ /**
757
+ * Identifier of certificate or
758
+ */
759
+ id: string;
760
+ /**
761
+ * Is simple signature (without certificate).
762
+ */
763
+ isSimple: boolean;
764
+ /**
765
+ * Is default certificate, configured in user profile.
766
+ */
767
+ isUserDefault: boolean;
768
+ /**
769
+ * Order in certificate list
770
+ */
771
+ order: number;
772
+ /**
773
+ * Show method in list
774
+ */
775
+ enabled: boolean;
776
+ /**
777
+ * Comment
778
+ */
779
+ comment: string;
780
+ /**
781
+ * Certificate info
782
+ */
783
+ certificateInfo: GenModels.SavedCertificateInfo;
784
+ }
785
+ }
786
+ export declare namespace GenModels {
787
+ interface SavedCertificateInfo {
788
+ /**
789
+ * Id in crypto system (in DSS or in local certificate storage).
790
+ */
791
+ externalId: string;
792
+ /**
793
+ * Issued to
794
+ */
795
+ signer: string;
796
+ /**
797
+ * Issued from
798
+ */
799
+ authority: string;
800
+ /**
801
+ * Time of the certification life
802
+ *
803
+ * @format datatype.datetime
804
+ */
805
+ validTo: string;
806
+ /**
807
+ * Comment
808
+ */
809
+ comment: string;
810
+ /**
811
+ * User defined name of the certificate.
812
+ */
813
+ friendlyName: string;
814
+ /**
815
+ * Requires pin code to access.
816
+ */
817
+ hasPinCode: boolean;
818
+ /**
819
+ * Where method received from.
820
+ */
821
+ source: GenModels.SignatureMethodSources;
822
+ /**
823
+ * Certificate thumberprint.
824
+ */
825
+ thumberprint: string;
826
+ }
827
+ }
705
828
  export declare namespace GenModels {
706
829
  interface SearchRequestModel {
707
830
  /**
@@ -912,6 +1035,145 @@ export declare namespace GenModels {
912
1035
  children: Array<GenModels.FolderTypeInfo>;
913
1036
  }
914
1037
  }
1038
+ export declare namespace GenModels {
1039
+ interface UploadToDssRequest {
1040
+ url: string;
1041
+ authorization: string;
1042
+ /**
1043
+ * Parent document card id
1044
+ *
1045
+ * @format datatype.uuid
1046
+ */
1047
+ documentId: string;
1048
+ /**
1049
+ * Signature parts
1050
+ */
1051
+ parts: Array<GenModels.DocumentSignaturePartInfo>;
1052
+ }
1053
+ }
1054
+ export declare namespace GenModels {
1055
+ interface DocumentSignaturePartInfo {
1056
+ /**
1057
+ * What upload to DSS
1058
+ */
1059
+ partType: GenModels.SignatureItemType;
1060
+ /**
1061
+ * FileManager file id to upload
1062
+ *
1063
+ * @format datatype.uuid
1064
+ */
1065
+ fileId?: string;
1066
+ }
1067
+ }
1068
+ export declare namespace GenModels {
1069
+ interface DssRequestBody {
1070
+ url: string;
1071
+ authorization: string;
1072
+ body: string;
1073
+ }
1074
+ }
1075
+ export declare namespace GenModels {
1076
+ interface DataGridControlParams {
1077
+ /**
1078
+ * Plugin name
1079
+ */
1080
+ pluginName: string;
1081
+ /**
1082
+ * Parameters
1083
+ */
1084
+ parameters: Array<GenModels.ParamModel>;
1085
+ /**
1086
+ * Source id
1087
+ *
1088
+ * @format datatype.uuid
1089
+ */
1090
+ sourceId?: string;
1091
+ }
1092
+ }
1093
+ export declare namespace GenModels {
1094
+ interface ParamModel {
1095
+ /**
1096
+ * key
1097
+ */
1098
+ key: string;
1099
+ /**
1100
+ * value
1101
+ */
1102
+ value: string;
1103
+ }
1104
+ }
1105
+ export declare namespace GenModels {
1106
+ interface TableModel {
1107
+ /**
1108
+ * Table id
1109
+ */
1110
+ id: string;
1111
+ /**
1112
+ * Source id in the system
1113
+ */
1114
+ sourceId: string;
1115
+ /**
1116
+ * Column models
1117
+ */
1118
+ columns: Array<GenModels.ColumnModel>;
1119
+ /**
1120
+ * Row models
1121
+ */
1122
+ rows: Array<GenModels.RowModel>;
1123
+ }
1124
+ }
1125
+ export declare namespace GenModels {
1126
+ interface ColumnModel {
1127
+ /**
1128
+ * Column id
1129
+ */
1130
+ id: string;
1131
+ /**
1132
+ * Column name
1133
+ */
1134
+ name: string;
1135
+ /**
1136
+ * Visability flag
1137
+ */
1138
+ hidden?: boolean;
1139
+ /**
1140
+ * Column order
1141
+ */
1142
+ order?: number;
1143
+ /**
1144
+ * Column type
1145
+ */
1146
+ type?: GenModels.ColumnType;
1147
+ }
1148
+ }
1149
+ export declare namespace GenModels {
1150
+ interface RowModel {
1151
+ /**
1152
+ * Row id
1153
+ */
1154
+ id: string;
1155
+ /**
1156
+ * Entity id in the system
1157
+ */
1158
+ entityId: string;
1159
+ /**
1160
+ * Cells data
1161
+ */
1162
+ cells: Array<GenModels.CellModel>;
1163
+ }
1164
+ }
1165
+ export declare namespace GenModels {
1166
+ interface CellModel {
1167
+ /**
1168
+ * Column id
1169
+ */
1170
+ columnId: string;
1171
+ /**
1172
+ * Value
1173
+ */
1174
+ value: any;
1175
+ }
1176
+ }
915
1177
  export declare namespace GenModels {
916
1178
  interface SecurityTarget {
917
1179
  /**
@@ -1476,91 +1738,242 @@ export declare namespace GenModels {
1476
1738
  * Row description
1477
1739
  */
1478
1740
  description: string;
1741
+ /**
1742
+ * Row parent id
1743
+ *
1744
+ * @format datatype.uuid
1745
+ */
1746
+ parentId: string;
1479
1747
  }
1480
1748
  }
1481
1749
  export declare namespace GenModels {
1482
- interface CalendarRequestModel {
1750
+ interface DirectoryDesignerNodeModel {
1483
1751
  /**
1484
- * Restrict result with specified year only
1752
+ * Node id
1753
+ *
1754
+ * @format datatype.uuid
1485
1755
  */
1486
- year?: number;
1756
+ id: string;
1487
1757
  /**
1488
- * Restrict result with specified day only
1758
+ * Node name
1489
1759
  */
1490
- day?: number;
1491
- }
1492
- }
1493
- export declare namespace GenModels {
1494
- interface CalendarYearSettings {
1760
+ name: string;
1495
1761
  /**
1496
- * Year
1762
+ * Node description
1497
1763
  */
1498
- year: number;
1764
+ description: string;
1499
1765
  /**
1500
- * Value of business calendar EndTime
1766
+ * Node parent id
1767
+ *
1768
+ * @format datatype.uuid
1501
1769
  */
1502
- days: Array<GenModels.CalendarDaySettings>;
1770
+ parentId: string;
1503
1771
  }
1504
1772
  }
1505
1773
  export declare namespace GenModels {
1506
- interface CalendarDaySettings {
1774
+ interface DirectoryDesignerQuery {
1507
1775
  /**
1508
- * Day number from beginning of the year
1776
+ * Search Area
1509
1777
  */
1510
- day: number;
1778
+ searchArea: GenModels.DirectoryDesignerSearchArea;
1511
1779
  /**
1512
- * Value of business calendar WorkTime
1780
+ * Search Text
1513
1781
  */
1514
- workTime: GenModels.CalendarWorkTime;
1782
+ searchText: string;
1783
+ /**
1784
+ * Node Id
1785
+ *
1786
+ * @format datatype.uuid
1787
+ */
1788
+ nodeId: string;
1789
+ /**
1790
+ * Pagination
1791
+ */
1792
+ pagination: GenModels.Pagination;
1793
+ /**
1794
+ * Need return build path flag
1795
+ */
1796
+ needBuildPath: boolean;
1515
1797
  }
1516
1798
  }
1517
1799
  export declare namespace GenModels {
1518
- interface CalendarWorkTime {
1800
+ interface Pagination {
1519
1801
  /**
1520
- * Value of business calendar StartTime in milliseconds from 0:00
1802
+ * How many records client already have
1521
1803
  */
1522
- begin: number;
1804
+ skip?: number;
1523
1805
  /**
1524
- * Value of business calendar EndTime in milliseconds from 0:00
1806
+ * How many records client want to receive
1525
1807
  */
1526
- end: number;
1808
+ maxCount?: number;
1527
1809
  }
1528
1810
  }
1529
1811
  export declare namespace GenModels {
1530
- interface CalendarDurationRequestModel {
1812
+ interface DirectoryDesignerLoadResponse {
1531
1813
  /**
1532
- * What calendar use to calculate value
1814
+ * Items
1533
1815
  */
1534
- calendarSources: Array<GenModels.BusinessCalendarSource>;
1816
+ items: Array<GenModels.DirectoryDesignerItem>;
1535
1817
  /**
1536
- * Date of the start of the period
1537
- *
1538
- * @format datatype.datetime
1818
+ * Has more
1539
1819
  */
1540
- startDate: string;
1820
+ hasMore: boolean;
1541
1821
  /**
1542
- * Date of the end of the period
1543
- *
1544
- * @format datatype.datetime
1822
+ * Directory timestamp
1545
1823
  */
1546
- endDate: string;
1824
+ directoryTimestamp: number;
1825
+ /**
1826
+ * Total count of items
1827
+ */
1828
+ totalItemsCount?: number;
1547
1829
  }
1548
1830
  }
1549
1831
  export declare namespace GenModels {
1550
- interface BusinessCalendarSource {
1832
+ interface DirectoryDesignerItem extends GenModels.IDirectoryItemData {
1551
1833
  /**
1552
- * Employee or unit identifier
1834
+ * Node Type
1835
+ */
1836
+ type: GenModels.DirectoryDesignerTreeNodeType;
1837
+ /**
1838
+ * Has Children
1839
+ */
1840
+ hasChildren: boolean;
1841
+ /**
1842
+ * Id
1553
1843
  *
1554
1844
  * @format datatype.uuid
1555
1845
  */
1556
1846
  id: string;
1557
1847
  /**
1558
- * Type of {@link GenModels}
1848
+ * Parent Id
1849
+ *
1850
+ * @format datatype.uuid
1559
1851
  */
1560
- type: GenModels.BusinessCalendarSourceType;
1561
- }
1562
- }
1563
- export declare namespace GenModels {
1852
+ parentId: string;
1853
+ /**
1854
+ * Name
1855
+ */
1856
+ name: string;
1857
+ /**
1858
+ * Description
1859
+ */
1860
+ description: string;
1861
+ data: any;
1862
+ dataType: GenModels.DirectoryDataType;
1863
+ path: Array<GenModels.DirectoryDesignerItem>;
1864
+ /**
1865
+ * Partner search info
1866
+ */
1867
+ searchInfo: GenModels.SearchInfo;
1868
+ }
1869
+ }
1870
+ export declare namespace GenModels {
1871
+ interface SearchInfo {
1872
+ /**
1873
+ * Is matched
1874
+ */
1875
+ matched: boolean;
1876
+ /**
1877
+ * Matched field name
1878
+ */
1879
+ matchedFieldName: string;
1880
+ /**
1881
+ * Matched field value
1882
+ */
1883
+ matchedFieldValue: string;
1884
+ }
1885
+ }
1886
+ export declare namespace GenModels {
1887
+ interface EmployeeStatusModel extends GenModels.EmployeeDataModel {
1888
+ /**
1889
+ * Return true whether user participate in Security Group for aggregates
1890
+ */
1891
+ isAggregationUser: boolean;
1892
+ }
1893
+ }
1894
+ export declare namespace GenModels {
1895
+ interface CalendarRequestModel {
1896
+ /**
1897
+ * Restrict result with specified year only
1898
+ */
1899
+ year?: number;
1900
+ /**
1901
+ * Restrict result with specified day only
1902
+ */
1903
+ day?: number;
1904
+ }
1905
+ }
1906
+ export declare namespace GenModels {
1907
+ interface CalendarYearSettings {
1908
+ /**
1909
+ * Year
1910
+ */
1911
+ year: number;
1912
+ /**
1913
+ * Value of business calendar EndTime
1914
+ */
1915
+ days: Array<GenModels.CalendarDaySettings>;
1916
+ }
1917
+ }
1918
+ export declare namespace GenModels {
1919
+ interface CalendarDaySettings {
1920
+ /**
1921
+ * Day number from beginning of the year
1922
+ */
1923
+ day: number;
1924
+ /**
1925
+ * Value of business calendar WorkTime
1926
+ */
1927
+ workTime: GenModels.CalendarWorkTime;
1928
+ }
1929
+ }
1930
+ export declare namespace GenModels {
1931
+ interface CalendarWorkTime {
1932
+ /**
1933
+ * Value of business calendar StartTime in milliseconds from 0:00
1934
+ */
1935
+ begin: number;
1936
+ /**
1937
+ * Value of business calendar EndTime in milliseconds from 0:00
1938
+ */
1939
+ end: number;
1940
+ }
1941
+ }
1942
+ export declare namespace GenModels {
1943
+ interface CalendarDurationRequestModel {
1944
+ /**
1945
+ * What calendar use to calculate value
1946
+ */
1947
+ calendarSources: Array<GenModels.BusinessCalendarSource>;
1948
+ /**
1949
+ * Date of the start of the period
1950
+ *
1951
+ * @format datatype.datetime
1952
+ */
1953
+ startDate: string;
1954
+ /**
1955
+ * Date of the end of the period
1956
+ *
1957
+ * @format datatype.datetime
1958
+ */
1959
+ endDate: string;
1960
+ }
1961
+ }
1962
+ export declare namespace GenModels {
1963
+ interface BusinessCalendarSource {
1964
+ /**
1965
+ * Employee or unit identifier
1966
+ *
1967
+ * @format datatype.uuid
1968
+ */
1969
+ id: string;
1970
+ /**
1971
+ * Type of {@link GenModels}
1972
+ */
1973
+ type: GenModels.BusinessCalendarSourceType;
1974
+ }
1975
+ }
1976
+ export declare namespace GenModels {
1564
1977
  interface CalendarStartDateRequestModel {
1565
1978
  /**
1566
1979
  * What calendar use to calculate value
@@ -1729,179 +2142,599 @@ export declare namespace GenModels {
1729
2142
  */
1730
2143
  commentEditOperation: string;
1731
2144
  /**
1732
- * Comment edit operation
2145
+ * Comment edit operation
2146
+ *
2147
+ * @format datatype.uuid
2148
+ */
2149
+ editAnyCommentEditOperation: string;
2150
+ /**
2151
+ * Comment edit operation
2152
+ *
2153
+ * @format datatype.uuid
2154
+ */
2155
+ editOwnCommentEditOperation: string;
2156
+ }
2157
+ }
2158
+ export declare namespace GenModels {
2159
+ interface CommentsModel {
2160
+ /**
2161
+ * Gets or sets comments list
2162
+ */
2163
+ comments: Array<GenModels.Comment>;
2164
+ /**
2165
+ * Gets or sets comments data source
2166
+ */
2167
+ dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
2168
+ /**
2169
+ * Gets or sets all comments count
2170
+ */
2171
+ allCommentsCount: number;
2172
+ }
2173
+ }
2174
+ export declare namespace GenModels {
2175
+ interface Comment {
2176
+ /**
2177
+ * Gets or sets identifier
2178
+ *
2179
+ * @format datatype.uuid
2180
+ */
2181
+ id: string;
2182
+ /**
2183
+ * Gets or sets employee identifier
2184
+ *
2185
+ * @format datatype.uuid
2186
+ */
2187
+ employeeId?: string;
2188
+ /**
2189
+ * Gets or sets employee display name
2190
+ */
2191
+ employeeDisplayName: string;
2192
+ /**
2193
+ * Gets or sets date
2194
+ *
2195
+ * @format datatype.datetime
2196
+ */
2197
+ date?: string;
2198
+ /**
2199
+ * Gets or sets text
2200
+ */
2201
+ text: string;
2202
+ }
2203
+ }
2204
+ export declare namespace GenModels {
2205
+ interface AddCommentRequestModel {
2206
+ /**
2207
+ * Gets or sets comments data source
2208
+ */
2209
+ dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
2210
+ /**
2211
+ * Gets or sets card identifier
2212
+ *
2213
+ * @format datatype.uuid
2214
+ */
2215
+ cardId: string;
2216
+ /**
2217
+ * Gets or sets text
2218
+ */
2219
+ text: string;
2220
+ }
2221
+ }
2222
+ export declare namespace GenModels {
2223
+ interface RestoreCommentModel {
2224
+ /**
2225
+ * Gets or sets comments data source
2226
+ */
2227
+ dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
2228
+ /**
2229
+ * Gets or sets card identifier
2230
+ *
2231
+ * @format datatype.uuid
2232
+ */
2233
+ cardId: string;
2234
+ /**
2235
+ * Gets or sets text
2236
+ */
2237
+ text: string;
2238
+ /**
2239
+ * Gets or sets employee id
2240
+ *
2241
+ * @format datatype.uuid
2242
+ */
2243
+ employeeId: string;
2244
+ /**
2245
+ * gets or sets date
2246
+ *
2247
+ * @format datatype.datetime
2248
+ */
2249
+ date?: string;
2250
+ }
2251
+ }
2252
+ export declare namespace GenModels {
2253
+ interface UpdateCommentRequestModel {
2254
+ /**
2255
+ * Gets or sets comments data source
2256
+ */
2257
+ dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
2258
+ /**
2259
+ * Gets or sets card identifier
2260
+ *
2261
+ * @format datatype.uuid
2262
+ */
2263
+ cardId: string;
2264
+ /**
2265
+ * Gets or sets comment identifier
2266
+ *
2267
+ * @format datatype.uuid
2268
+ */
2269
+ commentId: string;
2270
+ /**
2271
+ * Gets or sets text
2272
+ */
2273
+ text: string;
2274
+ }
2275
+ }
2276
+ export declare namespace GenModels {
2277
+ interface DeleteCommentRequestModel {
2278
+ /**
2279
+ * Gets or sets comments data source
2280
+ */
2281
+ dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
2282
+ /**
2283
+ * Gets or sets card identifier
2284
+ *
2285
+ * @format datatype.uuid
2286
+ */
2287
+ cardId: string;
2288
+ /**
2289
+ * Gets or sets comment identifier
2290
+ *
2291
+ * @format datatype.uuid
2292
+ */
2293
+ commentId: string;
2294
+ }
2295
+ }
2296
+ export declare namespace GenModels {
2297
+ interface CollectionRequestModel {
2298
+ /**
2299
+ * Collection of entities
2300
+ */
2301
+ collection: Array<string>;
2302
+ }
2303
+ }
2304
+ export declare namespace GenModels {
2305
+ interface SignatureKindSelectionModel {
2306
+ /**
2307
+ * available signature kind
2308
+ */
2309
+ availableKind?: GenModels.DigitalSignatureKind;
2310
+ /**
2311
+ * warning message
2312
+ */
2313
+ warning: string;
2314
+ /**
2315
+ * time-stamp protocol server address
2316
+ */
2317
+ tspAddress: string;
2318
+ certificateThumberprint: string;
2319
+ }
2320
+ }
2321
+ export declare namespace GenModels {
2322
+ interface CertificateThumberprintRequest {
2323
+ /**
2324
+ * Certificates
2325
+ */
2326
+ certificates: Array<GenModels.CertificateThumberprintRequestItem>;
2327
+ }
2328
+ }
2329
+ export declare namespace GenModels {
2330
+ interface CertificateThumberprintRequestItem {
2331
+ /**
2332
+ * Id of the certificate
2333
+ */
2334
+ id: string;
2335
+ /**
2336
+ * Certificate content
2337
+ */
2338
+ certificateBase64: string;
2339
+ }
2340
+ }
2341
+ export declare namespace GenModels {
2342
+ interface CertificateThumberprintResponse {
2343
+ /**
2344
+ * Certificates info
2345
+ */
2346
+ certificates: Array<GenModels.CertificateThumberprintResponseItem>;
2347
+ }
2348
+ }
2349
+ export declare namespace GenModels {
2350
+ interface CertificateThumberprintResponseItem {
2351
+ /**
2352
+ * Id of the certificate
2353
+ */
2354
+ id: string;
2355
+ /**
2356
+ * Certificate thumberprint
2357
+ */
2358
+ certificateThumberprint: string;
2359
+ /**
2360
+ * Organisation, that issued certificate.
2361
+ */
2362
+ issuer: string;
2363
+ /**
2364
+ * Person, who can use certificate
2365
+ */
2366
+ subject: string;
2367
+ /**
2368
+ * Error processing certificate
2369
+ */
2370
+ error: string;
2371
+ }
2372
+ }
2373
+ export declare namespace GenModels {
2374
+ interface SignDataRequestWrapper {
2375
+ /**
2376
+ * SignDataRequest
2377
+ */
2378
+ request: GenModels.SignDataRequest;
2379
+ }
2380
+ }
2381
+ export declare namespace GenModels {
2382
+ interface SignDataRequest {
2383
+ /**
2384
+ * Get or sets document identifier
2385
+ *
2386
+ * @format datatype.uuid
2387
+ */
2388
+ documentId: string;
2389
+ /**
2390
+ * Gets or sets timestamp
2391
+ */
2392
+ timestamp: number;
2393
+ /**
2394
+ * Gets or sets label id
2395
+ *
2396
+ * @format datatype.uuid
2397
+ */
2398
+ labelId: string;
2399
+ /**
2400
+ * Gets or sets value whether indicate use simple sign, if CSP not supported
2401
+ */
2402
+ isSimpleSign: boolean;
2403
+ /**
2404
+ * Get or sets signature data
2405
+ */
2406
+ signatureData: GenModels.SignatureData;
2407
+ }
2408
+ }
2409
+ export declare namespace GenModels {
2410
+ interface SignatureData {
2411
+ /**
2412
+ * Gets or sets certificate thumbprint
2413
+ */
2414
+ certificateThumbprint: string;
2415
+ /**
2416
+ * Gets signature items
2417
+ */
2418
+ items: Array<GenModels.SignatureItemData>;
2419
+ }
2420
+ }
2421
+ export declare namespace GenModels {
2422
+ interface SignatureItemData {
2423
+ /**
2424
+ * Gets or sets signed content
2425
+ */
2426
+ data: Array<number>;
2427
+ /**
2428
+ * Gets or sets file version identifier
2429
+ *
2430
+ * @format datatype.uuid
2431
+ */
2432
+ fileVersionId: string;
2433
+ /**
2434
+ * Gets or sets file card identifier
2435
+ *
2436
+ * @format datatype.uuid
2437
+ */
2438
+ fileCardId: string;
2439
+ /**
2440
+ * Gets or sets signature item type
2441
+ */
2442
+ itemType: GenModels.SignatureItemType;
2443
+ }
2444
+ }
2445
+ export declare namespace GenModels {
2446
+ interface CreateSignDialogParams {
2447
+ /**
2448
+ * Gets or sets document id
2449
+ *
2450
+ * @format datatype.uuid
2451
+ */
2452
+ documentId: string;
2453
+ }
2454
+ }
2455
+ export declare namespace GenModels {
2456
+ interface SignatureModel {
2457
+ /**
2458
+ * Gets or sets list of {@link GenModels}
2459
+ */
2460
+ labels: Array<GenModels.SignatureLabelModel>;
2461
+ /**
2462
+ * Get timestamp
2463
+ */
2464
+ timestamp: number;
2465
+ /**
2466
+ * Get card timestamp
2467
+ *
2468
+ * @format datatype.uuid
2469
+ */
2470
+ cardId: string;
2471
+ /**
2472
+ * Gets or sets whether to sign fields
2473
+ */
2474
+ signFields: boolean;
2475
+ /**
2476
+ * Gets or sets whether to sign attachments
2477
+ */
2478
+ signAttachments: boolean;
2479
+ /**
2480
+ * Get user certificate thumbprint
2481
+ */
2482
+ thumbprint: string;
2483
+ /**
2484
+ * Returns true whether HideSelectCertificateDialog
2485
+ */
2486
+ hideSelectCertificateDialog: boolean;
2487
+ /**
2488
+ * Stage setting
2489
+ */
2490
+ simpleSignatureAllowed: boolean;
2491
+ /**
2492
+ * File to sign.
2493
+ */
2494
+ files: Array<GenModels.SignatureFileInfo>;
2495
+ /**
2496
+ * Stage setting
2497
+ */
2498
+ signatureMethods: GenModels.SignatureMethodSettings;
2499
+ }
2500
+ }
2501
+ export declare namespace GenModels {
2502
+ interface SignatureLabelModel {
2503
+ /**
2504
+ * Gets or sets label identifier
2505
+ *
2506
+ * @format datatype.uuid
2507
+ */
2508
+ id: string;
2509
+ /**
2510
+ * Gets or sets label name
2511
+ */
2512
+ name: string;
2513
+ /**
2514
+ * Gets or sets encoded Id
2515
+ */
2516
+ encodedId: string;
2517
+ }
2518
+ }
2519
+ export declare namespace GenModels {
2520
+ interface SignatureFileInfo {
2521
+ /**
2522
+ * File name
2523
+ */
2524
+ fileName: string;
2525
+ /**
2526
+ * File id
2527
+ *
2528
+ * @format datatype.uuid
2529
+ */
2530
+ fileId: string;
2531
+ /**
2532
+ * File version id
1733
2533
  *
1734
2534
  * @format datatype.uuid
1735
2535
  */
1736
- editAnyCommentEditOperation: string;
2536
+ versionId: string;
1737
2537
  /**
1738
- * Comment edit operation
2538
+ * Versioned file card id
1739
2539
  *
1740
2540
  * @format datatype.uuid
1741
2541
  */
1742
- editOwnCommentEditOperation: string;
2542
+ fileCardId: string;
1743
2543
  }
1744
2544
  }
1745
2545
  export declare namespace GenModels {
1746
- interface CommentsModel {
2546
+ interface DocumentSignatureListModel {
1747
2547
  /**
1748
- * Gets or sets comments list
2548
+ * Gets or sets list of {@link GenModels}
1749
2549
  */
1750
- comments: Array<GenModels.Comment>;
2550
+ signatures: Array<GenModels.DocumentSignatureModel>;
2551
+ }
2552
+ }
2553
+ export declare namespace GenModels {
2554
+ interface DocumentSignatureModel {
1751
2555
  /**
1752
- * Gets or sets comments data source
2556
+ * Gets or sets signature author
1753
2557
  */
1754
- dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
2558
+ author: GenModels.EmployeeModel;
1755
2559
  /**
1756
- * Gets or sets all comments count
2560
+ * Signer name, extracted from certificate.
1757
2561
  */
1758
- allCommentsCount: number;
1759
- }
1760
- }
1761
- export declare namespace GenModels {
1762
- interface Comment {
2562
+ certificateSubject: string;
1763
2563
  /**
1764
- * Gets or sets identifier
2564
+ * Gets or sets signature creation date
1765
2565
  *
1766
- * @format datatype.uuid
2566
+ * @format datatype.datetime
1767
2567
  */
1768
- id: string;
2568
+ creationDate: string;
1769
2569
  /**
1770
- * Gets or sets employee identifier
2570
+ * Gets or sets label display name
2571
+ */
2572
+ labelDisplayName: string;
2573
+ /**
2574
+ * Gets or sets signature identifier
1771
2575
  *
1772
2576
  * @format datatype.uuid
1773
2577
  */
1774
- employeeId?: string;
2578
+ id: string;
1775
2579
  /**
1776
- * Gets or sets employee display name
2580
+ * Gets or sets certificate thumbprint
1777
2581
  */
1778
- employeeDisplayName: string;
2582
+ certificateThumbprint: string;
1779
2583
  /**
1780
- * Gets or sets date
1781
- *
1782
- * @format datatype.datetime
2584
+ * Get value indicate whether sign is simple
1783
2585
  */
1784
- date?: string;
2586
+ isSimpleSign: boolean;
1785
2587
  /**
1786
- * Gets or sets text
2588
+ * Gets or sets has signed attribute in signature items
1787
2589
  */
1788
- text: string;
2590
+ hasSignedAttributeItem: boolean;
1789
2591
  }
1790
2592
  }
1791
2593
  export declare namespace GenModels {
1792
- interface AddCommentRequestModel {
2594
+ interface SignatureVerificationModel {
1793
2595
  /**
1794
- * Gets or sets comments data source
2596
+ * Gets or sets signature status
1795
2597
  */
1796
- dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
2598
+ signatureStatus: string;
1797
2599
  /**
1798
- * Gets or sets card identifier
1799
- *
1800
- * @format datatype.uuid
2600
+ * Gets or sets signature validation status
1801
2601
  */
1802
- cardId: string;
2602
+ validationState: GenModels.ValidationState;
1803
2603
  /**
1804
- * Gets or sets text
2604
+ * Gets or sets kind of signature
1805
2605
  */
1806
- text: string;
2606
+ signatureKind: string;
2607
+ /**
2608
+ * Gets or sets details of signature
2609
+ */
2610
+ signatureDetails: Array<GenModels.SignatureItemVerificationModel>;
1807
2611
  }
1808
2612
  }
1809
2613
  export declare namespace GenModels {
1810
- interface RestoreCommentModel {
2614
+ interface SignatureItemVerificationModel {
1811
2615
  /**
1812
- * Gets or sets comments data source
2616
+ * Gets or sets status
1813
2617
  */
1814
- dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
2618
+ status: string;
1815
2619
  /**
1816
- * Gets or sets card identifier
1817
- *
1818
- * @format datatype.uuid
2620
+ * Gets or sets file version number
1819
2621
  */
1820
- cardId: string;
2622
+ fileVersionNumber: string;
1821
2623
  /**
1822
- * Gets or sets text
2624
+ * Gets or sets file name
1823
2625
  */
1824
- text: string;
2626
+ fileName: string;
1825
2627
  /**
1826
- * Gets or sets employee id
2628
+ * Gets or sets file card id
1827
2629
  *
1828
2630
  * @format datatype.uuid
1829
2631
  */
1830
- employeeId: string;
2632
+ fileId: string;
1831
2633
  /**
1832
- * gets or sets date
2634
+ * Gets or sets id of the file for FileManager
1833
2635
  *
1834
- * @format datatype.datetime
2636
+ * @format datatype.uuid
1835
2637
  */
1836
- date?: string;
1837
- }
1838
- }
1839
- export declare namespace GenModels {
1840
- interface UpdateCommentRequestModel {
2638
+ fileHandleId: string;
1841
2639
  /**
1842
- * Gets or sets comments data source
2640
+ * Gets or sets item certificate thumbprint
1843
2641
  */
1844
- dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
2642
+ certificateThumbprint: string;
1845
2643
  /**
1846
- * Gets or sets card identifier
2644
+ * Timestamp
1847
2645
  *
1848
- * @format datatype.uuid
2646
+ * @format datatype.datetime
1849
2647
  */
1850
- cardId: string;
2648
+ timestamp?: string;
1851
2649
  /**
1852
- * Gets or sets comment identifier
1853
- *
1854
- * @format datatype.uuid
2650
+ * Gets or sets client sign validated
1855
2651
  */
1856
- commentId: string;
2652
+ isSignedWithCertificate: boolean;
1857
2653
  /**
1858
- * Gets or sets text
2654
+ * Gets or sets validate error message
1859
2655
  */
1860
- text: string;
1861
- }
1862
- }
1863
- export declare namespace GenModels {
1864
- interface DeleteCommentRequestModel {
2656
+ errorMessage: string;
1865
2657
  /**
1866
- * Gets or sets comments data source
2658
+ * Gets or sets verification status
1867
2659
  */
1868
- dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
2660
+ verificationStatus: GenModels.SignatureVerificationStatus;
1869
2661
  /**
1870
- * Gets or sets card identifier
2662
+ * Signature Item Type
2663
+ */
2664
+ signatureItemType: GenModels.SignatureItemType;
2665
+ /**
2666
+ * description
2667
+ */
2668
+ description: string;
2669
+ /**
2670
+ * field names or additional files
2671
+ */
2672
+ partItems: Array<string>;
2673
+ /**
2674
+ * Gets or sets kind of signature
2675
+ */
2676
+ kind: string;
2677
+ /**
2678
+ * Gets or sets expire date
2679
+ *
2680
+ * @format datatype.datetime
2681
+ */
2682
+ expireDate?: string;
2683
+ canShowSignatureInfo: boolean;
2684
+ /**
2685
+ * Gets or sets signature part id
1871
2686
  *
1872
2687
  * @format datatype.uuid
1873
2688
  */
1874
- cardId: string;
2689
+ signaturePartId: string;
1875
2690
  /**
1876
- * Gets or sets comment identifier
2691
+ * Gets or sets signature id
1877
2692
  *
1878
2693
  * @format datatype.uuid
1879
2694
  */
1880
- commentId: string;
2695
+ signatureId: string;
1881
2696
  }
1882
2697
  }
1883
2698
  export declare namespace GenModels {
1884
- interface CollectionRequestModel {
2699
+ interface SignatureDetailsModel {
1885
2700
  /**
1886
- * Collection of entities
2701
+ * Gets or sets kind of signature
1887
2702
  */
1888
- collection: Array<string>;
2703
+ signatureKind: string;
2704
+ /**
2705
+ * List of document files for validation purposes
2706
+ */
2707
+ documentFiles: Array<GenModels.SignatureFileDetails>;
2708
+ /**
2709
+ * Gets or sets details of signature
2710
+ */
2711
+ signatureDetails: Array<GenModels.SignatureItemVerificationModel>;
1889
2712
  }
1890
2713
  }
1891
2714
  export declare namespace GenModels {
1892
- interface SignatureKindSelectionModel {
2715
+ interface SignatureFileDetails {
1893
2716
  /**
1894
- * available signature kind
2717
+ * Row id of the document file
2718
+ *
2719
+ * @format datatype.uuid
1895
2720
  */
1896
- availableKind?: GenModels.DigitalSignatureKind;
2721
+ documentFileId: string;
1897
2722
  /**
1898
- * warning message
2723
+ * Versioned file card id
2724
+ *
2725
+ * @format datatype.uuid
1899
2726
  */
1900
- warning: string;
2727
+ fileCardId: string;
1901
2728
  /**
1902
- * time-stamp protocol server address
2729
+ * Current version id
2730
+ *
2731
+ * @format datatype.uuid
1903
2732
  */
1904
- tspAddress: string;
2733
+ versionId: string;
2734
+ /**
2735
+ * Is main document file (not additional)
2736
+ */
2737
+ isMain: boolean;
1905
2738
  }
1906
2739
  }
1907
2740
  export declare namespace GenControllers {
@@ -2410,43 +3243,159 @@ export declare namespace GenModels {
2410
3243
  }
2411
3244
  }
2412
3245
  export declare namespace GenModels {
2413
- interface SearchInfo {
3246
+ interface PartnerSearchInfo extends GenModels.SearchInfo {
3247
+ }
3248
+ }
3249
+ export declare namespace GenModels {
3250
+ interface MainMenuSettings {
2414
3251
  /**
2415
- * Is matched
3252
+ * List of main menu settings
2416
3253
  */
2417
- matched: boolean;
3254
+ items: Array<GenModels.MainMenuItemSetting>;
3255
+ }
3256
+ }
3257
+ export declare namespace GenModels {
3258
+ interface MainMenuItemSetting {
2418
3259
  /**
2419
- * Matched field name
3260
+ * Main menu item unique identifier
2420
3261
  */
2421
- matchedFieldName: string;
3262
+ id: string;
2422
3263
  /**
2423
- * Matched field value
3264
+ * Is item hidden by user
2424
3265
  */
2425
- matchedFieldValue: string;
3266
+ hidden: boolean;
2426
3267
  }
2427
3268
  }
2428
3269
  export declare namespace GenModels {
2429
- interface PartnerSearchInfo extends GenModels.SearchInfo {
3270
+ interface SetCertificateRequest {
3271
+ /**
3272
+ * Certificate's name
3273
+ */
3274
+ name: string;
3275
+ /**
3276
+ * Certificate's content
3277
+ */
3278
+ content: string;
3279
+ /**
3280
+ * Certificate user id
3281
+ *
3282
+ * @format datatype.uuid
3283
+ */
3284
+ employeeId: string;
2430
3285
  }
2431
3286
  }
2432
3287
  export declare namespace GenModels {
2433
- interface MainMenuSettings {
3288
+ interface FileCardModel {
2434
3289
  /**
2435
- * List of main menu settings
3290
+ * Gets name
2436
3291
  */
2437
- items: Array<GenModels.MainMenuItemSetting>;
3292
+ name: string;
3293
+ /**
3294
+ * Gets file identifier
3295
+ *
3296
+ * @format datatype.uuid
3297
+ */
3298
+ fileId: string;
3299
+ /**
3300
+ * Gets is file locked
3301
+ */
3302
+ isLocked: boolean;
3303
+ /**
3304
+ * Gets child versions of the file
3305
+ */
3306
+ childVersions: Array<GenModels.FileCardVersionModel>;
3307
+ /**
3308
+ * Gets current version of the file
3309
+ */
3310
+ currentVersion: GenModels.FileCardVersionModel;
3311
+ /**
3312
+ * Gets file size
3313
+ */
3314
+ size: number;
3315
+ /**
3316
+ * Gets or sets versions count
3317
+ */
3318
+ versionsCount: number;
3319
+ /**
3320
+ * Link to open file with webdav
3321
+ */
3322
+ webDavLink: string;
3323
+ /**
3324
+ * Link to open file with webdav readonly
3325
+ */
3326
+ webDavReadonlyLink: string;
3327
+ /**
3328
+ * Do WebClient supports preview of the file.
3329
+ */
3330
+ isFilePreviewSupported: boolean;
3331
+ }
3332
+ }
3333
+ export declare namespace GenModels {
3334
+ interface FileCardVersionModel {
3335
+ /**
3336
+ * Gets or sets file identifier
3337
+ *
3338
+ * @format datatype.uuid
3339
+ */
3340
+ id: string;
3341
+ /**
3342
+ * Gets or set version id
3343
+ *
3344
+ * @format datatype.uuid
3345
+ */
3346
+ versionId: string;
3347
+ /**
3348
+ * Gets or set version path
3349
+ */
3350
+ versionPath: string;
3351
+ /**
3352
+ * Gets or set version number
3353
+ */
3354
+ versionNumber: number;
3355
+ /**
3356
+ * Gets or set version author
3357
+ */
3358
+ author: string;
3359
+ /**
3360
+ * Gets or sets creation date
3361
+ *
3362
+ * @format datatype.datetime
3363
+ */
3364
+ creationDate: string;
3365
+ /**
3366
+ * Gets or sets file version comments
3367
+ */
3368
+ comments: Array<GenModels.FileCardCommentModel>;
2438
3369
  }
2439
3370
  }
2440
3371
  export declare namespace GenModels {
2441
- interface MainMenuItemSetting {
3372
+ interface FileCardCommentModel {
2442
3373
  /**
2443
- * Main menu item unique identifier
3374
+ * Gets or sets identifier
3375
+ *
3376
+ * @format datatype.uuid
2444
3377
  */
2445
3378
  id: string;
2446
3379
  /**
2447
- * Is item hidden by user
3380
+ * Gets or sets date
3381
+ *
3382
+ * @format datatype.datetime
2448
3383
  */
2449
- hidden: boolean;
3384
+ date: string;
3385
+ /**
3386
+ * Gets or sets comment
3387
+ */
3388
+ comment: string;
3389
+ /**
3390
+ * Gets or sets author
3391
+ */
3392
+ author: string;
3393
+ /**
3394
+ * Gets or sets author
3395
+ *
3396
+ * @format datatype.uuid
3397
+ */
3398
+ authorId: string;
2450
3399
  }
2451
3400
  }
2452
3401
  export declare namespace GenModels {
@@ -2695,6 +3644,10 @@ export declare namespace GenModels {
2695
3644
  * Get value indicated whether view column is hidden in view settings
2696
3645
  */
2697
3646
  isHiddenColumn: boolean;
3647
+ /**
3648
+ * Get value indicated whether view column content needed show as HTML (without escaping)
3649
+ */
3650
+ displayAsHTML: boolean;
2698
3651
  /**
2699
3652
  * Gets or sets value indicated whether column is unresizable
2700
3653
  */
@@ -3032,6 +3985,10 @@ export declare namespace GenModels {
3032
3985
  * Gets or sets column caption
3033
3986
  */
3034
3987
  caption: string;
3988
+ /**
3989
+ * Is column need save HTML content to show
3990
+ */
3991
+ displayAsHTML: boolean;
3035
3992
  }
3036
3993
  }
3037
3994
  export declare namespace GenModels {
@@ -3308,18 +4265,6 @@ export declare namespace GenModels {
3308
4265
  parentLayoutIds?: Array<string>;
3309
4266
  }
3310
4267
  }
3311
- export declare namespace GenModels {
3312
- interface ParamModel {
3313
- /**
3314
- * key
3315
- */
3316
- key: string;
3317
- /**
3318
- * value
3319
- */
3320
- value: string;
3321
- }
3322
- }
3323
4268
  export declare namespace GenModels {
3324
4269
  interface GetPartRequestModel extends GenModels.GetRequestModel {
3325
4270
  controlName?: string;
@@ -3553,6 +4498,12 @@ export declare namespace GenModels {
3553
4498
  fileDownloadName: string;
3554
4499
  }
3555
4500
  }
4501
+ export declare namespace GenModels {
4502
+ interface DocumentFilesResponseModel {
4503
+ fileName: string;
4504
+ files: Array<GenModels.DowloadFilesOperationFileInfoModel>;
4505
+ }
4506
+ }
3556
4507
  export declare namespace GenModels {
3557
4508
  interface DowloadFilesOperationFileInfoModel {
3558
4509
  /**
@@ -3621,120 +4572,6 @@ export declare namespace GenModels {
3621
4572
  loadVersions: boolean;
3622
4573
  }
3623
4574
  }
3624
- export declare namespace GenModels {
3625
- interface FileCardModel {
3626
- /**
3627
- * Gets name
3628
- */
3629
- name: string;
3630
- /**
3631
- * Gets file identifier
3632
- *
3633
- * @format datatype.uuid
3634
- */
3635
- fileId: string;
3636
- /**
3637
- * Gets is file locked
3638
- */
3639
- isLocked: boolean;
3640
- /**
3641
- * Gets child versions of the file
3642
- */
3643
- childVersions: Array<GenModels.FileCardVersionModel>;
3644
- /**
3645
- * Gets current version of the file
3646
- */
3647
- currentVersion: GenModels.FileCardVersionModel;
3648
- /**
3649
- * Gets file size
3650
- */
3651
- size: number;
3652
- /**
3653
- * Gets or sets versions count
3654
- */
3655
- versionsCount: number;
3656
- /**
3657
- * Link to open file with webdav
3658
- */
3659
- webDavLink: string;
3660
- /**
3661
- * Link to open file with webdav readonly
3662
- */
3663
- webDavReadonlyLink: string;
3664
- /**
3665
- * Do WebClient supports preview of the file.
3666
- */
3667
- isFilePreviewSupported: boolean;
3668
- }
3669
- }
3670
- export declare namespace GenModels {
3671
- interface FileCardVersionModel {
3672
- /**
3673
- * Gets or sets file identifier
3674
- *
3675
- * @format datatype.uuid
3676
- */
3677
- id: string;
3678
- /**
3679
- * Gets or set version id
3680
- *
3681
- * @format datatype.uuid
3682
- */
3683
- versionId: string;
3684
- /**
3685
- * Gets or set version path
3686
- */
3687
- versionPath: string;
3688
- /**
3689
- * Gets or set version number
3690
- */
3691
- versionNumber: number;
3692
- /**
3693
- * Gets or set version author
3694
- */
3695
- author: string;
3696
- /**
3697
- * Gets or sets creation date
3698
- *
3699
- * @format datatype.datetime
3700
- */
3701
- creationDate: string;
3702
- /**
3703
- * Gets or sets file version comments
3704
- */
3705
- comments: Array<GenModels.FileCardCommentModel>;
3706
- }
3707
- }
3708
- export declare namespace GenModels {
3709
- interface FileCardCommentModel {
3710
- /**
3711
- * Gets or sets identifier
3712
- *
3713
- * @format datatype.uuid
3714
- */
3715
- id: string;
3716
- /**
3717
- * Gets or sets date
3718
- *
3719
- * @format datatype.datetime
3720
- */
3721
- date: string;
3722
- /**
3723
- * Gets or sets comment
3724
- */
3725
- comment: string;
3726
- /**
3727
- * Gets or sets author
3728
- */
3729
- author: string;
3730
- /**
3731
- * Gets or sets author
3732
- *
3733
- * @format datatype.uuid
3734
- */
3735
- authorId: string;
3736
- }
3737
- }
3738
4575
  export declare namespace GenModels {
3739
4576
  interface LayoutRowCreateParams {
3740
4577
  /**
@@ -4097,18 +4934,6 @@ export declare namespace GenModels {
4097
4934
  excludeItems?: Array<string>;
4098
4935
  }
4099
4936
  }
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
4937
  export declare namespace GenModels {
4113
4938
  interface StaffQueryContext {
4114
4939
  /**
@@ -4713,6 +5538,10 @@ export declare namespace GenModels {
4713
5538
  * Gets or sets extended tip
4714
5539
  */
4715
5540
  extendedTip: string;
5541
+ /**
5542
+ * Gets or sets extended tip
5543
+ */
5544
+ type: GenModels.DirectoryDataType;
4716
5545
  }
4717
5546
  }
4718
5547
  export declare namespace GenModels {
@@ -4891,70 +5720,6 @@ export declare namespace GenModels {
4891
5720
  signData: GenModels.SignDataRequest;
4892
5721
  }
4893
5722
  }
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
5723
  export declare namespace GenModels {
4959
5724
  interface GetApprovalTaskDecisionInfoOptions {
4960
5725
  taskId: string;
@@ -6076,19 +6841,41 @@ export declare namespace GenModels {
6076
6841
  */
6077
6842
  cardDescription: string;
6078
6843
  /**
6079
- * Gets or sets author display name
6844
+ * Gets or sets author display name
6845
+ */
6846
+ authorDisplayName: string;
6847
+ /**
6848
+ * Gets or sets card create date
6849
+ *
6850
+ * @format datatype.datetime
6851
+ */
6852
+ createDate: string;
6853
+ /**
6854
+ * Gets or sets unique attribute values list
6855
+ */
6856
+ attributes: Array<GenModels.UniqueAttributeValue>;
6857
+ }
6858
+ }
6859
+ export declare namespace GenModels {
6860
+ interface SignatureRequest {
6861
+ /**
6862
+ * Document card, containing signature
6863
+ *
6864
+ * @format datatype.uuid
6080
6865
  */
6081
- authorDisplayName: string;
6866
+ documentId: string;
6082
6867
  /**
6083
- * Gets or sets card create date
6868
+ * Signature id
6084
6869
  *
6085
- * @format datatype.datetime
6870
+ * @format datatype.uuid
6086
6871
  */
6087
- createDate: string;
6872
+ signatureId: string;
6088
6873
  /**
6089
- * Gets or sets unique attribute values list
6874
+ * Signature id
6875
+ *
6876
+ * @format datatype.uuid
6090
6877
  */
6091
- attributes: Array<GenModels.UniqueAttributeValue>;
6878
+ signaturePartId: string;
6092
6879
  }
6093
6880
  }
6094
6881
  export declare namespace GenModels {
@@ -6155,6 +6942,30 @@ export declare namespace GenModels {
6155
6942
  timestampType: GenModels.TimestampType;
6156
6943
  }
6157
6944
  }
6945
+ export declare namespace GenModels {
6946
+ interface GetAcknowledgemenListRequest {
6947
+ /**
6948
+ * Card id
6949
+ *
6950
+ * @format datatype.uuid
6951
+ */
6952
+ documentId: string;
6953
+ /**
6954
+ * Content of card document transformation
6955
+ */
6956
+ transformationAlias: string;
6957
+ /**
6958
+ * List of task kind ids which should be included in acknowledgemen list
6959
+ */
6960
+ taskKindIds: Array<string>;
6961
+ /**
6962
+ * Flag indicating the need to include tasks of all levels in acknowledgemen list
6963
+ *
6964
+ * If value is FALSE (default), in acknowledgemen list should include only the tasks of the first level
6965
+ */
6966
+ includeTasksAllLevels: boolean;
6967
+ }
6968
+ }
6158
6969
  export declare namespace GenModels {
6159
6970
  interface GetFilesRequest {
6160
6971
  /**
@@ -6381,6 +7192,124 @@ export declare namespace GenModels {
6381
7192
  fileName: string;
6382
7193
  }
6383
7194
  }
7195
+ export declare namespace GenModels {
7196
+ interface FileQuotesRequest {
7197
+ /**
7198
+ * Instance ID
7199
+ *
7200
+ * @format datatype.uuid
7201
+ */
7202
+ instanceId: string;
7203
+ /**
7204
+ * File ID
7205
+ *
7206
+ * @format datatype.uuid
7207
+ */
7208
+ fileId: string;
7209
+ /**
7210
+ * Quotes limit
7211
+ */
7212
+ quotesLimit: number;
7213
+ }
7214
+ }
7215
+ export declare namespace GenModels {
7216
+ interface FileQuotes {
7217
+ /**
7218
+ * File Id
7219
+ *
7220
+ * @format datatype.uuid
7221
+ */
7222
+ fileId: string;
7223
+ /**
7224
+ * Owner Card Id
7225
+ *
7226
+ * @format datatype.uuid
7227
+ */
7228
+ ownerCardId?: string;
7229
+ /**
7230
+ * File name
7231
+ */
7232
+ fileName: string;
7233
+ /**
7234
+ * File extension
7235
+ */
7236
+ fileExtension: string;
7237
+ /**
7238
+ * WebDav link
7239
+ */
7240
+ link: string;
7241
+ /**
7242
+ * Citations
7243
+ */
7244
+ quotes: Array<GenModels.Quote>;
7245
+ /**
7246
+ * Has more
7247
+ */
7248
+ hasMore: boolean;
7249
+ }
7250
+ }
7251
+ export declare namespace GenModels {
7252
+ interface Quote {
7253
+ /**
7254
+ * Quotes
7255
+ */
7256
+ parts: Array<GenModels.QuotePart>;
7257
+ }
7258
+ }
7259
+ export declare namespace GenModels {
7260
+ interface QuotePart {
7261
+ /**
7262
+ * Quote's text
7263
+ */
7264
+ text: string;
7265
+ /**
7266
+ * Marked
7267
+ */
7268
+ isMarked: boolean;
7269
+ }
7270
+ }
7271
+ export declare namespace GenModels {
7272
+ interface CardQuotesRequest {
7273
+ /**
7274
+ * Instance ID
7275
+ *
7276
+ * @format datatype.uuid
7277
+ */
7278
+ instanceId: string;
7279
+ /**
7280
+ * Card ID
7281
+ *
7282
+ * @format datatype.uuid
7283
+ */
7284
+ cardId: string;
7285
+ /**
7286
+ * Quotes limit
7287
+ */
7288
+ quotesLimit: number;
7289
+ /**
7290
+ * Files limit
7291
+ */
7292
+ filesLimit: number;
7293
+ }
7294
+ }
7295
+ export declare namespace GenModels {
7296
+ interface CardQuotes {
7297
+ /**
7298
+ * Card Id
7299
+ *
7300
+ * @format datatype.uuid
7301
+ */
7302
+ cardId?: string;
7303
+ /**
7304
+ * Has more
7305
+ */
7306
+ hasMore: boolean;
7307
+ /**
7308
+ * Files quotes
7309
+ */
7310
+ files: Array<GenModels.FileQuotes>;
7311
+ }
7312
+ }
6384
7313
  export declare namespace GenModels {
6385
7314
  interface GetUserFoldersTreeDataRequest {
6386
7315
  /**
@@ -7154,6 +8083,10 @@ export declare namespace GenModels {
7154
8083
  * Organization INN
7155
8084
  */
7156
8085
  inn: string;
8086
+ /**
8087
+ * Not available flag
8088
+ */
8089
+ notAvailable: boolean;
7157
8090
  /**
7158
8091
  * Node department type
7159
8092
  */
@@ -7521,6 +8454,46 @@ export declare namespace GenModels {
7521
8454
  order: number;
7522
8455
  }
7523
8456
  }
8457
+ export declare namespace GenModels {
8458
+ interface FileCardModelWithCertificateInfo extends GenModels.FileCardModel {
8459
+ /**
8460
+ * Certificate's friendly name
8461
+ */
8462
+ friendlyName: string;
8463
+ /**
8464
+ * Certificate's issuer
8465
+ */
8466
+ issuer: string;
8467
+ /**
8468
+ * Certificate's subject
8469
+ */
8470
+ subject: string;
8471
+ /**
8472
+ * Certificate valid from
8473
+ *
8474
+ * @format datatype.datetime
8475
+ */
8476
+ notBefore: string;
8477
+ /**
8478
+ * Certificate valid until
8479
+ *
8480
+ * @format datatype.datetime
8481
+ */
8482
+ notAfter: string;
8483
+ }
8484
+ }
8485
+ export declare namespace GenModels {
8486
+ interface UploadToDssResponse {
8487
+ /**
8488
+ * Signature parts
8489
+ */
8490
+ parts: Array<GenModels.DocumentSignaturePartInfo>;
8491
+ /**
8492
+ * DSS server response
8493
+ */
8494
+ dssResponse: any;
8495
+ }
8496
+ }
7524
8497
  export declare namespace GenModels {
7525
8498
  interface AddCardModalModel {
7526
8499
  /**
@@ -7675,6 +8648,10 @@ export declare namespace GenModels {
7675
8648
  * Gets or sets needs to use old grid.
7676
8649
  */
7677
8650
  useOldGrid: GenModels.UseOldGrid;
8651
+ /**
8652
+ * Management console address
8653
+ */
8654
+ managementConsoleAddress: string;
7678
8655
  /**
7679
8656
  * Card must be deleted into the trash or deletes from database.
7680
8657
  */
@@ -7719,6 +8696,10 @@ export declare namespace GenModels {
7719
8696
  * Returns true whether grid filter supported
7720
8697
  */
7721
8698
  gridFilterSupported: boolean;
8699
+ /**
8700
+ * Returns true if SmartSearch is allowed in the Docsvision system
8701
+ */
8702
+ smartSearchEnabled: boolean;
7722
8703
  /**
7723
8704
  * Gets or sets base alias
7724
8705
  */
@@ -7871,6 +8852,58 @@ export declare namespace GenModels {
7871
8852
  * Possible extensions for signature files.
7872
8853
  */
7873
8854
  signatureFileExtensions: Array<string>;
8855
+ /**
8856
+ * Settings for cloud signature (DSS)
8857
+ */
8858
+ cloudSignature: GenModels.CloudSignatureSettings;
8859
+ }
8860
+ }
8861
+ export declare namespace GenModels {
8862
+ interface CloudSignatureSettings {
8863
+ /**
8864
+ * Path to DSS host
8865
+ */
8866
+ address: string;
8867
+ /**
8868
+ * Client id, registered in DSS.
8869
+ */
8870
+ clientId: string;
8871
+ /**
8872
+ * Name of SignServer application in IIS
8873
+ */
8874
+ signServerAppName: string;
8875
+ /**
8876
+ * Name of STS application in IIS
8877
+ */
8878
+ stsAppName: string;
8879
+ /**
8880
+ * Name of DocumentStore application in IIS
8881
+ */
8882
+ documentStoreAppName: string;
8883
+ /**
8884
+ * URL of verification service. For example https://dss.cryptopro.ru/verify/rest/api/signatures.
8885
+ */
8886
+ verifyUrl: string;
8887
+ /**
8888
+ * URL of TSP service.
8889
+ */
8890
+ tspServiceAddress: string;
8891
+ /**
8892
+ * SignatureType setting (Cades-Bes или Cades-Xlong-Type1)
8893
+ */
8894
+ signatureType: GenModels.CloudSignatureType;
8895
+ /**
8896
+ * User cloud signature verification, or built in.
8897
+ */
8898
+ enableCloudVerify: boolean;
8899
+ /**
8900
+ * Registered in DSS full address to CryptoProDssController/AcceptAuthorization action.
8901
+ */
8902
+ authorizeRedirectUrl: string;
8903
+ /**
8904
+ * Load cloud user profile certificate info on first use.
8905
+ */
8906
+ actualizeCloudProfileCertificate: boolean;
7874
8907
  }
7875
8908
  }
7876
8909
  export declare namespace GenModels {
@@ -7929,6 +8962,10 @@ export declare namespace GenModels {
7929
8962
  * Show Archived Cards
7930
8963
  */
7931
8964
  showArchivedCards: boolean;
8965
+ /**
8966
+ * Show Help button
8967
+ */
8968
+ showHelpButton: boolean;
7932
8969
  }
7933
8970
  }
7934
8971
  export declare namespace GenModels {
@@ -7957,6 +8994,14 @@ export declare namespace GenModels {
7957
8994
  * Page size to load cards from server
7958
8995
  */
7959
8996
  pageSize: number;
8997
+ /**
8998
+ * Time to apply selected aggregates filters.
8999
+ */
9000
+ applyAggregatesTimeout: number;
9001
+ /**
9002
+ * Enable manual applying of aggregates by button.
9003
+ */
9004
+ applyAggregatesButton: boolean;
7960
9005
  }
7961
9006
  }
7962
9007
  export declare namespace GenModels {
@@ -7997,6 +9042,22 @@ export declare namespace GenModels {
7997
9042
  withDescendants: boolean;
7998
9043
  }
7999
9044
  }
9045
+ export declare namespace GenModels {
9046
+ interface AdminPanelMessageModel {
9047
+ /**
9048
+ * Card id
9049
+ *
9050
+ * @format datatype.uuid
9051
+ */
9052
+ cardId: string;
9053
+ /**
9054
+ * Message card id
9055
+ *
9056
+ * @format datatype.uuid
9057
+ */
9058
+ messageCardId: string;
9059
+ }
9060
+ }
8000
9061
  export declare namespace GenModels {
8001
9062
  interface ControlsInfoModel {
8002
9063
  /**
@@ -8818,6 +9879,24 @@ export declare namespace GenModels {
8818
9879
  dataType: GenModels.DirectoryDataType;
8819
9880
  }
8820
9881
  }
9882
+ export declare namespace GenModels {
9883
+ interface DirectoryDesignerRowDataSourceModel {
9884
+ /**
9885
+ * Card Section
9886
+ *
9887
+ * @format datatype.uuid
9888
+ */
9889
+ dataSourceCardSection?: string;
9890
+ /**
9891
+ * Alias of field with ItemType
9892
+ */
9893
+ itemTypeAlias: string;
9894
+ /**
9895
+ * Alias of field with Item
9896
+ */
9897
+ itemAlias: string;
9898
+ }
9899
+ }
8821
9900
  export declare namespace GenModels {
8822
9901
  interface UniquenessCheckOperationsModel {
8823
9902
  /**
@@ -9220,6 +10299,52 @@ export declare namespace GenModels {
9220
10299
  dataType: number;
9221
10300
  }
9222
10301
  }
10302
+ export declare namespace GenModels {
10303
+ interface SystemStateNotification {
10304
+ /**
10305
+ * Notification source
10306
+ */
10307
+ source: GenModels.SystemStateNotificationSource;
10308
+ /**
10309
+ * Severity
10310
+ */
10311
+ severity: GenModels.SystemStateNotificationSeverity;
10312
+ /**
10313
+ * Tenant name (optional)
10314
+ */
10315
+ tenantName: string;
10316
+ /**
10317
+ * Employee account (optional)
10318
+ */
10319
+ accountName: string;
10320
+ /**
10321
+ * Employee id (optional)
10322
+ *
10323
+ * @format datatype.uuid
10324
+ */
10325
+ employeeId?: string;
10326
+ /**
10327
+ * Short description
10328
+ */
10329
+ caption: string;
10330
+ /**
10331
+ * Detailed description
10332
+ */
10333
+ details: string;
10334
+ /**
10335
+ * Unique event type identificator.
10336
+ */
10337
+ eventCode: number;
10338
+ /**
10339
+ * Source specific additional data of the notification
10340
+ */
10341
+ data: GenModels.ISystemStateNotificationData;
10342
+ }
10343
+ }
10344
+ export declare namespace GenModels {
10345
+ interface ISystemStateNotificationData {
10346
+ }
10347
+ }
9223
10348
  export declare namespace GenModels {
9224
10349
  interface FolderListModel {
9225
10350
  /**
@@ -9438,13 +10563,68 @@ export declare namespace GenModels {
9438
10563
  }
9439
10564
  export declare namespace GenModels {
9440
10565
  enum DecisionSemantics {
10566
+ None = 0,
9441
10567
  Positive = 1,
9442
10568
  Negative = 2,
9443
10569
  Neutral = 3,
9444
10570
  Cancellation = 4,
9445
10571
  NewCycle = 5,
9446
10572
  ApproversAddition = 6,
9447
- Completion = 100
10573
+ NonNegative = 7,
10574
+ Any = 8,
10575
+ Completion = 100,
10576
+ Return = 200
10577
+ }
10578
+ }
10579
+ export declare namespace GenModels {
10580
+ enum StageTaskSendingMode {
10581
+ Sequential = 0,
10582
+ Parallel = 1
10583
+ }
10584
+ }
10585
+ export declare namespace GenModels {
10586
+ enum StageRepeatMode {
10587
+ Always = 0,
10588
+ Never = 1,
10589
+ ForNotApproved = 2,
10590
+ OnNegativeDecision = 3,
10591
+ WhenRejectedOrFileChanged = 4
10592
+ }
10593
+ }
10594
+ export declare namespace GenModels {
10595
+ enum ConditionType {
10596
+ None = 0,
10597
+ And = 1,
10598
+ Or = 2,
10599
+ Complex = 3
10600
+ }
10601
+ }
10602
+ export declare namespace GenModels {
10603
+ enum NodeType {
10604
+ Stage = 0
10605
+ }
10606
+ }
10607
+ export declare namespace GenModels {
10608
+ /**
10609
+ * Where from signature method was received.
10610
+ */
10611
+ enum SignatureMethodSources {
10612
+ /**
10613
+ * CryptoPro browser plugin
10614
+ */
10615
+ LocalCryptoPro = 0,
10616
+ /**
10617
+ * CryptoPr DSS cloud service
10618
+ */
10619
+ Cloud = 1,
10620
+ /**
10621
+ * PkiClient ios mobile app
10622
+ */
10623
+ PkiClient = 2,
10624
+ /**
10625
+ * Unknown
10626
+ */
10627
+ Unknown = 3
9448
10628
  }
9449
10629
  }
9450
10630
  export declare namespace GenModels {
@@ -9466,6 +10646,64 @@ export declare namespace GenModels {
9466
10646
  Tablet = 2
9467
10647
  }
9468
10648
  }
10649
+ export declare namespace GenModels {
10650
+ /**
10651
+ * Type of signature item
10652
+ */
10653
+ enum SignatureItemType {
10654
+ /**
10655
+ * Detached SignedCms
10656
+ */
10657
+ MainFileSignaturePartType = 0,
10658
+ /**
10659
+ * Nondetached SignedCms
10660
+ */
10661
+ MainFileWithContentSignaturePartType = 1,
10662
+ /**
10663
+ * Document card attributes
10664
+ */
10665
+ DocumentFieldsSignaturePartType = 2,
10666
+ /**
10667
+ * Document attachments (additional files)
10668
+ */
10669
+ AttachmentsSignaturePartType = 3
10670
+ }
10671
+ }
10672
+ export declare namespace GenModels {
10673
+ /**
10674
+ * Declare column type
10675
+ */
10676
+ enum ColumnType {
10677
+ /**
10678
+ * Int
10679
+ */
10680
+ Integer = 0,
10681
+ /**
10682
+ * String
10683
+ */
10684
+ String = 1,
10685
+ /**
10686
+ * Double
10687
+ */
10688
+ Float = 2,
10689
+ /**
10690
+ * Datetime
10691
+ */
10692
+ DateTime = 3,
10693
+ /**
10694
+ * Boolean
10695
+ */
10696
+ Bool = 5,
10697
+ /**
10698
+ * Decimal column type
10699
+ */
10700
+ Decimal = 6,
10701
+ /**
10702
+ * Unique id data type
10703
+ */
10704
+ UniqueId = 7
10705
+ }
10706
+ }
9469
10707
  export declare namespace GenModels {
9470
10708
  /**
9471
10709
  * Possible objects, that security descriptor can be applied to.
@@ -9677,6 +10915,40 @@ export declare namespace GenModels {
9677
10915
  Acquaintance = 2
9678
10916
  }
9679
10917
  }
10918
+ export declare namespace GenModels {
10919
+ /**
10920
+ * Represents what and how to search in directory designer tree
10921
+ */
10922
+ enum DirectoryDesignerSearchArea {
10923
+ /**
10924
+ * Query should return only specified node and its rows
10925
+ */
10926
+ OnlyNode = 1,
10927
+ /**
10928
+ * Query should return only node, children and children rows (without node rows).
10929
+ */
10930
+ OnlyChildren = 2,
10931
+ /**
10932
+ * Query should return node, children, node rows and children rows (i.e. everything).
10933
+ */
10934
+ NodeWithChildren = 3
10935
+ }
10936
+ }
10937
+ export declare namespace GenModels {
10938
+ /**
10939
+ * Represents type of tree node
10940
+ */
10941
+ enum DirectoryDesignerTreeNodeType {
10942
+ /**
10943
+ * directory designer item type (node)
10944
+ */
10945
+ Node = 1,
10946
+ /**
10947
+ * directory designer row
10948
+ */
10949
+ Row = 2
10950
+ }
10951
+ }
9680
10952
  export declare namespace GenModels {
9681
10953
  /**
9682
10954
  * Represents type of {@link GenModels}
@@ -9709,6 +10981,72 @@ export declare namespace GenModels {
9709
10981
  CadesXLongType1Signature = 4
9710
10982
  }
9711
10983
  }
10984
+ export declare namespace GenModels {
10985
+ /**
10986
+ * Verification status of signature
10987
+ */
10988
+ enum ValidationState {
10989
+ /**
10990
+ * Valid
10991
+ */
10992
+ Valid = 0,
10993
+ /**
10994
+ * Invalid
10995
+ */
10996
+ Invalid = 1,
10997
+ /**
10998
+ * Partially valid
10999
+ */
11000
+ PartiallyValid = 2,
11001
+ /**
11002
+ * Sign data is valid, but certificate is expired
11003
+ */
11004
+ CertificateExpired = 3,
11005
+ /**
11006
+ * Sign data is valid, but certificate is revoked
11007
+ */
11008
+ CertificateRevoked = 4
11009
+ }
11010
+ }
11011
+ export declare namespace GenModels {
11012
+ /**
11013
+ * Verification status of signature
11014
+ */
11015
+ enum SignatureVerificationStatus {
11016
+ /**
11017
+ * Not signed
11018
+ */
11019
+ NotSigned = 0,
11020
+ /**
11021
+ * Valid
11022
+ */
11023
+ Valid = 1,
11024
+ /**
11025
+ * Invalid
11026
+ */
11027
+ Invalid = 2,
11028
+ /**
11029
+ * Partially valid
11030
+ */
11031
+ PartiallyValid = 3,
11032
+ /**
11033
+ * Unable to verify
11034
+ */
11035
+ UnableToVerify = 4,
11036
+ /**
11037
+ * Certificate is revoked
11038
+ */
11039
+ CertificateRevoked = 5,
11040
+ /**
11041
+ * Certificate is expired
11042
+ */
11043
+ CertificateExpired = 6,
11044
+ /**
11045
+ * Certificate can not validated
11046
+ */
11047
+ CertificateCanNotValidated = 7
11048
+ }
11049
+ }
9712
11050
  export declare namespace GenModels {
9713
11051
  /**
9714
11052
  * Possible task columns in TasksTable control
@@ -9887,41 +11225,6 @@ export declare namespace GenModels {
9887
11225
  All = 15
9888
11226
  }
9889
11227
  }
9890
- export declare namespace GenModels {
9891
- /**
9892
- * Declare column type
9893
- */
9894
- enum ColumnType {
9895
- /**
9896
- * Int
9897
- */
9898
- Integer = 0,
9899
- /**
9900
- * String
9901
- */
9902
- String = 1,
9903
- /**
9904
- * Double
9905
- */
9906
- Float = 2,
9907
- /**
9908
- * Datetime
9909
- */
9910
- DateTime = 3,
9911
- /**
9912
- * Boolean
9913
- */
9914
- Bool = 5,
9915
- /**
9916
- * Decimal column type
9917
- */
9918
- Decimal = 6,
9919
- /**
9920
- * Unique id data type
9921
- */
9922
- UniqueId = 7
9923
- }
9924
- }
9925
11228
  export declare namespace System.Web.UI.WebControls {
9926
11229
  enum SortDirection {
9927
11230
  Ascending = 0,
@@ -10148,29 +11451,6 @@ export declare namespace GenModels {
10148
11451
  Variant = 21
10149
11452
  }
10150
11453
  }
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
11454
  export declare namespace GenModels {
10175
11455
  enum AgreementStateType {
10176
11456
  Draft = 0,
@@ -10217,40 +11497,6 @@ export declare namespace GenModels {
10217
11497
  Custom = 4
10218
11498
  }
10219
11499
  }
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
11500
  export declare namespace GenModels {
10255
11501
  /**
10256
11502
  * Represents how to search in directory designer tree
@@ -10560,6 +11806,25 @@ export declare namespace System {
10560
11806
  Saturday = 6
10561
11807
  }
10562
11808
  }
11809
+ export declare namespace GenModels {
11810
+ /**
11811
+ * Type of cloud signature
11812
+ */
11813
+ enum CloudSignatureType {
11814
+ /**
11815
+ * Basic
11816
+ */
11817
+ BES = 0,
11818
+ /**
11819
+ * XLong Type 1
11820
+ */
11821
+ XLT1 = 1,
11822
+ /**
11823
+ * Signature with timestamp
11824
+ */
11825
+ T = 2
11826
+ }
11827
+ }
10563
11828
  export declare namespace GenModels {
10564
11829
  /**
10565
11830
  * UXMainMenuBehavior values
@@ -10650,6 +11915,14 @@ export declare namespace GenModels {
10650
11915
  DisplayString = 2
10651
11916
  }
10652
11917
  }
11918
+ export declare namespace GenModels {
11919
+ enum AvailableChangesModes {
11920
+ No = 0,
11921
+ Nodes = 1,
11922
+ Records = 2,
11923
+ All = 3
11924
+ }
11925
+ }
10653
11926
  export declare namespace GenModels {
10654
11927
  enum DepartmentDialogMode {
10655
11928
  Tree = 0,
@@ -11340,6 +12613,40 @@ export declare namespace GenModels {
11340
12613
  Layout = 1
11341
12614
  }
11342
12615
  }
12616
+ export declare namespace GenModels {
12617
+ /**
12618
+ * Serverity of the {@link GenModels}
12619
+ */
12620
+ enum SystemStateNotificationSource {
12621
+ /**
12622
+ * Unread counters subsystem event
12623
+ */
12624
+ UnreadCounters = 0
12625
+ }
12626
+ }
12627
+ export declare namespace GenModels {
12628
+ /**
12629
+ * Serverity of the {@link GenModels}
12630
+ */
12631
+ enum SystemStateNotificationSeverity {
12632
+ /**
12633
+ * Normal system state information.
12634
+ */
12635
+ Info = 0,
12636
+ /**
12637
+ * Some unexpected event occurred, but system continue operating.
12638
+ */
12639
+ Warning = 1,
12640
+ /**
12641
+ * Some operation failed.
12642
+ */
12643
+ Error = 2,
12644
+ /**
12645
+ * Some subsystem has been broken.
12646
+ */
12647
+ CriticalFault = 3
12648
+ }
12649
+ }
11343
12650
  export declare namespace GenModels {
11344
12651
  /**
11345
12652
  * Data source variants from control FolderDataContext