@docsvision/webclient 5.16.1 → 5.17.0-beta.12

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 (316) hide show
  1. package/Approval/AgreementHistoryImpl.d.ts +2 -0
  2. package/Approval/AgreementList.d.ts +2 -2
  3. package/Approval/AgreementListImpl.d.ts +3 -0
  4. package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +4 -0
  5. package/BackOffice/Address.d.ts +3 -2
  6. package/BackOffice/CardKind.d.ts +3 -2
  7. package/BackOffice/ChangeBoundaryValuesSection.d.ts +4 -0
  8. package/BackOffice/ChangeSectionValues.d.ts +4 -0
  9. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  10. package/BackOffice/ColumnSettingsDialog.d.ts +2 -0
  11. package/BackOffice/ConvertSizetoMegabytes.d.ts +1 -0
  12. package/BackOffice/CreateWindow.d.ts +2 -1
  13. package/BackOffice/Department.d.ts +3 -2
  14. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  15. package/BackOffice/DepartmentImpl.d.ts +2 -0
  16. package/BackOffice/DirectoryDesignerRow.d.ts +3 -2
  17. package/BackOffice/DirectorySearchResultView.d.ts +1 -1
  18. package/BackOffice/EditTaskDescription.d.ts +2 -1
  19. package/BackOffice/EditTaskDescriptionDialog.d.ts +2 -0
  20. package/BackOffice/EditTaskDuration.d.ts +2 -2
  21. package/BackOffice/EditTaskDurationDialog.d.ts +2 -1
  22. package/BackOffice/EditWindow.d.ts +2 -1
  23. package/BackOffice/EmailButton.d.ts +21 -0
  24. package/BackOffice/EmailButton.stories.d.ts +10 -0
  25. package/BackOffice/EmailButtonContainer.d.ts +8 -0
  26. package/BackOffice/EmailButtonFiles.d.ts +7 -0
  27. package/BackOffice/EmailButtonItem.d.ts +12 -0
  28. package/BackOffice/EmailButtonLogic.d.ts +42 -0
  29. package/BackOffice/EmailButtonOptions.d.ts +36 -0
  30. package/BackOffice/EmailButtonSectionId.d.ts +2 -0
  31. package/BackOffice/EmailButtonSelectedSize.d.ts +9 -0
  32. package/BackOffice/EmailButtonView.d.ts +19 -0
  33. package/BackOffice/ExistingCardLinkDialog.d.ts +12 -4
  34. package/BackOffice/FileRenamingDialog.d.ts +2 -2
  35. package/BackOffice/FileSignCreateDialog.d.ts +1 -2
  36. package/BackOffice/FileSignSelectCertificateDialog.d.ts +1 -1
  37. package/BackOffice/GetEmlUrl.d.ts +11 -0
  38. package/BackOffice/ITaskTableSorting.d.ts +27 -0
  39. package/BackOffice/InitialCheckboxes.d.ts +4 -0
  40. package/BackOffice/NumeratorImpl.d.ts +1 -1
  41. package/BackOffice/PartnerBase.d.ts +4 -3
  42. package/BackOffice/PartnerBaseImpl.d.ts +2 -0
  43. package/BackOffice/PartnerDirectoryBase.d.ts +5 -4
  44. package/BackOffice/PartnerSelectDialog.d.ts +8 -1
  45. package/BackOffice/PartnerTypeaheadVariant.d.ts +3 -2
  46. package/BackOffice/PrepareTasksTableModel.d.ts +2 -1
  47. package/BackOffice/PrintButtonView.d.ts +1 -1
  48. package/BackOffice/SearchBar.d.ts +4 -0
  49. package/BackOffice/SortingRows.d.ts +6 -0
  50. package/BackOffice/StaffDirectoryConstants.d.ts +15 -0
  51. package/BackOffice/StaffDirectoryItems.d.ts +1 -1
  52. package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
  53. package/BackOffice/TaskTasksTreeNodeResolver.d.ts +5 -3
  54. package/BackOffice/Tasks.d.ts +2 -1
  55. package/BackOffice/TasksTable.d.ts +5 -1
  56. package/BackOffice/TasksTableHeaderCell.d.ts +3 -0
  57. package/BackOffice/TasksTableLogic.d.ts +12 -0
  58. package/BackOffice/TasksTableView.d.ts +3 -3
  59. package/BackOffice/TasksTree.d.ts +3 -1
  60. package/BackOffice/TasksTreeImpl.d.ts +3 -0
  61. package/BackOffice/UniquenessCheckImpl.d.ts +1 -1
  62. package/BackOffice/UserProfile.d.ts +1 -0
  63. package/BackOffice/UserStatus.d.ts +5 -0
  64. package/BackOffice/WebFrameDirectorySearchPanel.d.ts +2 -1
  65. package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +5 -0
  66. package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +2 -0
  67. package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
  68. package/Generated/DocsVision.WebClient.Controllers.d.ts +113 -5
  69. package/Generated/DocsVision.WebClient.Models.d.ts +358 -33
  70. package/Helpers/DateRangePicker/DateRangePicker.d.ts +24 -0
  71. package/Helpers/DateRangePicker/DateRangePicker.stories.d.ts +9 -0
  72. package/Helpers/DateRangePicker/components/DateRangePickerDay.d.ts +15 -0
  73. package/Helpers/DateRangePicker/components/DateRangePickerToolbar.d.ts +14 -0
  74. package/Helpers/IconButton.d.ts +2 -0
  75. package/Helpers/Menu/AdaptiveMenuBar.d.ts +2 -0
  76. package/Helpers/Menu/MobileMenuBar.d.ts +1 -0
  77. package/Helpers/MessageBox/MessageBox.d.ts +6 -1
  78. package/Helpers/ModalDialog/CommonModalDialog.d.ts +8 -0
  79. package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +5 -2
  80. package/Helpers/ModalDialog/ModalDialogBox.d.ts +2 -0
  81. package/Helpers/ModalDialog/ModalDialogMaximizeButton.d.ts +23 -0
  82. package/Helpers/ModalDialog/ScrollableModal.d.ts +8 -0
  83. package/Helpers/PopoverHelpers/EditPopover/EditPopover.d.ts +1 -1
  84. package/Helpers/Table/TableHelperHeaderRow.d.ts +1 -0
  85. package/Helpers/Typeahead/Typeahead.d.ts +1 -1
  86. package/Legacy/ApprovalFilePanel.d.ts +1 -0
  87. package/Legacy/BasicGridHtmlBuilder.d.ts +4 -2
  88. package/Legacy/GridOptions.d.ts +3 -1
  89. package/Legacy/GroupTaskCardPerformersPanelRazorControl.d.ts +2 -1
  90. package/Legacy/ModalWindow.d.ts +7 -2
  91. package/Legacy/ModalWindowParams.d.ts +6 -0
  92. package/Legacy/SelectFolderModalDialog.d.ts +2 -1
  93. package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +0 -1
  94. package/MainBundle.d.ts +2 -2
  95. package/Platform/$AggregatesCheckbox.d.ts +19 -0
  96. package/Platform/$CompanyLogo.d.ts +1 -1
  97. package/Platform/$ContextMenuOptions.d.ts +17 -10
  98. package/Platform/$CurrentFolder.d.ts +1 -0
  99. package/Platform/$FileDownload.d.ts +2 -1
  100. package/Platform/$FolderDataLoading.d.ts +5 -1
  101. package/Platform/$FolderGrid.d.ts +14 -6
  102. package/Platform/$GridOptions.d.ts +9 -4
  103. package/Platform/$HoverPanel.d.ts +8 -0
  104. package/Platform/$LastSearchParameters.d.ts +10 -0
  105. package/Platform/$RefreshUnreadCounters.d.ts +10 -0
  106. package/Platform/$SearchParametersFolder.d.ts +13 -0
  107. package/Platform/$SearchText.d.ts +11 -0
  108. package/Platform/$TablePresentationToggle.d.ts +8 -0
  109. package/Platform/$ToolbarDaughterControls.d.ts +20 -0
  110. package/Platform/AggregateItemCheckbox.d.ts +12 -0
  111. package/Platform/Aggregates.stories.d.ts +8 -0
  112. package/Platform/AggregatesCheckbox.d.ts +10 -0
  113. package/Platform/AggregatesCheckboxPlugins.d.ts +11 -0
  114. package/Platform/AggregatesCheckboxService.d.ts +37 -0
  115. package/Platform/{SearchParametersFolderExtendedData.d.ts → AggregatesExtendedData.d.ts} +1 -1
  116. package/Platform/AggregatesGroup.d.ts +13 -0
  117. package/Platform/AggregatesListItem.d.ts +5 -0
  118. package/Platform/AggregatesNotAvailable.d.ts +6 -0
  119. package/Platform/AggregatesPanelHeader.d.ts +6 -0
  120. package/Platform/AggregatesRequestResolver.d.ts +12 -0
  121. package/Platform/AggregatesResponseResolver.d.ts +10 -0
  122. package/Platform/AggregatesTree.d.ts +17 -0
  123. package/Platform/AggregatesTreeLoader.d.ts +2 -0
  124. package/Platform/AggregatesUtils.d.ts +5 -0
  125. package/Platform/ArchivedCardsIcon.d.ts +4 -1
  126. package/Platform/ArchivedCardsPlugin.d.ts +1 -1
  127. package/Platform/ArchivedCardsResponseResolver.d.ts +1 -2
  128. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  129. package/Platform/BatchOperationsProgressDialogService.d.ts +3 -1
  130. package/Platform/CalendarInput.d.ts +1 -1
  131. package/Platform/ClearButton.d.ts +7 -5
  132. package/Platform/CompanyLogoService.d.ts +3 -1
  133. package/Platform/ConfigurableMainMenuContainerButton.d.ts +2 -1
  134. package/Platform/ContextMenu.d.ts +7 -1
  135. package/Platform/ContextMenuOptionsService.d.ts +7 -4
  136. package/Platform/DateInput.d.ts +3 -13
  137. package/Platform/DefaultFolderDataLoader.d.ts +3 -3
  138. package/Platform/DefaultFolderTablePluginFactory.d.ts +9 -6
  139. package/Platform/DeleteBatchOperation.d.ts +31 -0
  140. package/Platform/DeleteBatchOperationImpl.d.ts +23 -0
  141. package/Platform/DownloadBatchOperationFileInfoCard.d.ts +7 -0
  142. package/Platform/DownloadDocumentFileMode.d.ts +5 -0
  143. package/Platform/DownloadFilesBatchOperation.d.ts +36 -0
  144. package/Platform/DownloadFilesBatchOperationImpl.d.ts +26 -0
  145. package/Platform/Dropdown.d.ts +4 -0
  146. package/Platform/ExportPlugin.d.ts +10 -4
  147. package/Platform/Favorite.d.ts +22 -0
  148. package/Platform/FavoritesPageRouteHandler.d.ts +18 -0
  149. package/Platform/FavoritesRouteHandler.d.ts +18 -0
  150. package/Platform/FileDownloadService.d.ts +2 -1
  151. package/Platform/FilePickerImpl.d.ts +1 -0
  152. package/Platform/FilterDate.d.ts +11 -0
  153. package/Platform/FilterDateRangePicker.d.ts +6 -0
  154. package/Platform/FilterDateTextListInput.d.ts +5 -0
  155. package/Platform/FocusableTextInput.d.ts +3 -8
  156. package/Platform/Folder.d.ts +2 -1
  157. package/Platform/FolderCardsDashboardWidgetDataLoader.d.ts +13 -0
  158. package/Platform/FolderCardsDashboardWidgetImpl.d.ts +14 -13
  159. package/Platform/FolderContent.d.ts +2 -0
  160. package/Platform/FolderDashboardWidget.d.ts +1 -0
  161. package/Platform/FolderDashboardWidgetImpl.d.ts +3 -1
  162. package/Platform/FolderDataContext.d.ts +6 -2
  163. package/Platform/FolderDataLoadingService.d.ts +13 -7
  164. package/Platform/FolderGrid.d.ts +9 -3
  165. package/Platform/FolderGrid.stories.d.ts +1 -0
  166. package/Platform/FolderGridBatchOperationsNode.d.ts +2 -1
  167. package/Platform/FolderGridConstants.d.ts +7 -0
  168. package/Platform/FolderGridService.d.ts +7 -3
  169. package/Platform/FolderGroupDashboardWidget.d.ts +3 -0
  170. package/Platform/FolderGroupDashboardWidgetImpl.d.ts +7 -1
  171. package/Platform/FolderImpl.d.ts +2 -0
  172. package/Platform/FolderMainMenuItem.d.ts +1 -1
  173. package/Platform/FolderNameImpl.d.ts +1 -0
  174. package/Platform/FolderRouteTypeMapper.d.ts +1 -0
  175. package/Platform/FolderSizePlugin.d.ts +2 -1
  176. package/Platform/FolderWebFrameRouteHandler.d.ts +3 -2
  177. package/Platform/GetWebFrameHeaderContainerChildControls.d.ts +11 -0
  178. package/Platform/HoverPanelService.d.ts +5 -0
  179. package/Platform/IAggregates.d.ts +34 -0
  180. package/Platform/ICommonFolderInfo.d.ts +1 -0
  181. package/Platform/IFavoritesPageRouteData.d.ts +6 -0
  182. package/Platform/IFavoritesRouteData.d.ts +7 -0
  183. package/Platform/IFileHasSignature.d.ts +4 -0
  184. package/Platform/IFileInfo.d.ts +5 -0
  185. package/Platform/IFilterComponent.d.ts +29 -0
  186. package/Platform/IFolderDataLoader.d.ts +4 -3
  187. package/Platform/IFolderLoadRequest.d.ts +2 -1
  188. package/Platform/InputWithMask.d.ts +4 -3
  189. package/Platform/LastSearchParametersService.d.ts +11 -0
  190. package/Platform/LayoutIconButton.d.ts +2 -0
  191. package/Platform/LayoutIconButtonImpl.d.ts +1 -0
  192. package/Platform/LayoutSearchParametersDialog.d.ts +2 -1
  193. package/Platform/ListCheckbox.d.ts +6 -0
  194. package/Platform/ListContent.d.ts +8 -0
  195. package/Platform/ListContentHightlight.d.ts +9 -0
  196. package/Platform/ListEmpty.d.ts +6 -0
  197. package/Platform/ListEmptySearchIcon.d.ts +6 -0
  198. package/Platform/ListInput.d.ts +9 -0
  199. package/Platform/ListItem.d.ts +6 -0
  200. package/Platform/ListLoading.d.ts +6 -0
  201. package/Platform/ListSearchIcon.d.ts +6 -0
  202. package/Platform/ListSlot.d.ts +7 -0
  203. package/Platform/ListTotalItem.d.ts +8 -0
  204. package/Platform/ListViewResponseResolver.d.ts +13 -0
  205. package/Platform/LoaderDialog.d.ts +1 -1
  206. package/Platform/{MoveShortcutsBatchOperation.d.ts → MoveShortcutBatchOperation.d.ts} +5 -5
  207. package/Platform/{MoveShortcutsBatchOperationImpl.d.ts → MoveShortcutBatchOperationImpl.d.ts} +5 -5
  208. package/Platform/ReadAllPlugin.d.ts +11 -5
  209. package/Platform/ReadBatchOperation.d.ts +4 -1
  210. package/Platform/RecentCardsDashboardWidget.d.ts +1 -0
  211. package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +15 -0
  212. package/Platform/RecentCardsDashboardWidgetImpl.d.ts +14 -14
  213. package/Platform/RecentCardsRouteHandler.d.ts +2 -2
  214. package/Platform/RefreshPlugin.d.ts +10 -4
  215. package/Platform/RefreshUnreadCountersService.d.ts +13 -0
  216. package/Platform/ResetSettingsPlugin.d.ts +10 -4
  217. package/Platform/ScanDialogService.d.ts +2 -1
  218. package/Platform/SearchParametersFolderRequestResolver.d.ts +2 -1
  219. package/Platform/SearchParametersFolderResponseResolver.d.ts +5 -1
  220. package/Platform/SearchParametersFolderService.d.ts +12 -0
  221. package/Platform/SearchResultsRequestResolver.d.ts +6 -0
  222. package/Platform/SearchTextInput.d.ts +6 -0
  223. package/Platform/SearchTextProvider.d.ts +7 -0
  224. package/Platform/SearchTextService.d.ts +10 -0
  225. package/Platform/SearchingResultsImpl.d.ts +1 -1
  226. package/Platform/SecurityDescriptorDialog.d.ts +3 -3
  227. package/Platform/SecurityDialogFrame.d.ts +2 -1
  228. package/Platform/SettingsPlugin.d.ts +12 -7
  229. package/Platform/SettingsPopup.d.ts +5 -3
  230. package/Platform/SettingsPopup.stories.d.ts +1 -0
  231. package/Platform/SettingsPopupExtendedData.d.ts +2 -2
  232. package/Platform/SettingsPopupLogic.d.ts +16 -1
  233. package/Platform/SettingsPopupRequestResolver.d.ts +2 -1
  234. package/Platform/SettingsPopupResponseResolver.d.ts +0 -2
  235. package/Platform/ShowAllButton.d.ts +3 -1
  236. package/Platform/Table.d.ts +4 -4
  237. package/Platform/TableCreateRowWindow.d.ts +2 -1
  238. package/Platform/TableEditRowWindow.d.ts +2 -1
  239. package/Platform/TableImpl.d.ts +2 -2
  240. package/Platform/TablePresentationTogglePlugins.d.ts +9 -0
  241. package/Platform/TablePresentationToggleService.d.ts +8 -0
  242. package/Platform/TestUtils.d.ts +12 -1
  243. package/Platform/TextListInput.d.ts +6 -0
  244. package/Platform/TextListInputLogic.d.ts +55 -0
  245. package/Platform/TextListInputView.d.ts +40 -0
  246. package/Platform/TextListInputWrapper.d.ts +7 -0
  247. package/Platform/ToggleArrowIcon.d.ts +5 -0
  248. package/Platform/ToolbarDaughterControl.d.ts +18 -0
  249. package/Platform/ToolbarDaughterControlImpl.d.ts +14 -0
  250. package/Platform/ToolbarDaughterControlsPlugin.d.ts +6 -0
  251. package/Platform/ToolbarDaughterControlsService.d.ts +13 -0
  252. package/Platform/UnreadBarService.d.ts +3 -1
  253. package/Platform/UnreadBarTablePlugins.d.ts +6 -1
  254. package/Platform/UnreadResponseResolver.d.ts +2 -0
  255. package/Platform/UserProfileDialog.d.ts +1 -1
  256. package/Platform/VisibilityWebFrameHeaderContainerChildControls.d.ts +2 -0
  257. package/Platform/WebFrameCompanyLogo.d.ts +4 -0
  258. package/Platform/WebFrameContent.d.ts +9 -1
  259. package/Platform/WebFrameContentImpl.d.ts +4 -0
  260. package/Platform/WebFrameHeaderContainer.d.ts +5 -1
  261. package/Platform/WebFrameHeaderContainerImpl.d.ts +8 -1
  262. package/Platform/WebFrameMainMenuContainer.d.ts +2 -2
  263. package/Platform/WebFrameSearchPanel.d.ts +8 -5
  264. package/Platform/WebFrameUserPanel.d.ts +4 -2
  265. package/Platform/applyCurrentSettings.d.ts +7 -1
  266. package/Platform/filterViews.d.ts +3 -0
  267. package/Platform/setColumnsSettings.d.ts +6 -0
  268. package/Platform/updateValueCheckedColumn.d.ts +5 -1
  269. package/StandardServices.d.ts +8 -1
  270. package/System/$LastSearchResponse.d.ts +13 -0
  271. package/System/$LayoutBackground.d.ts +27 -0
  272. package/System/$PollService.d.ts +10 -0
  273. package/System/$Router.d.ts +1 -0
  274. package/System/BaseControl.d.ts +3 -0
  275. package/System/BaseControlImpl.d.ts +1 -1
  276. package/System/ButtonPositionsSelectionUtils.d.ts +2 -1
  277. package/System/CancelableEvent.d.ts +1 -1
  278. package/System/DateTimeUtils.d.ts +2 -0
  279. package/System/DirectoryBaseImpl.d.ts +5 -1
  280. package/System/DirectorySelectDialog.d.ts +9 -2
  281. package/System/GridAggregatesModelStub.d.ts +13 -0
  282. package/System/LastSearchResponseService.d.ts +19 -0
  283. package/System/Layout.d.ts +9 -3
  284. package/System/LayoutBackgroundService.d.ts +12 -0
  285. package/System/LayoutCardControllerStub.d.ts +1 -1
  286. package/System/LayoutContainer.d.ts +1 -1
  287. package/System/LayoutImpl.d.ts +1 -0
  288. package/System/LocationContainerControl.d.ts +2 -1
  289. package/System/PageLeaveConfirmation.d.ts +1 -0
  290. package/System/Poll.d.ts +10 -0
  291. package/System/PollService.d.ts +27 -0
  292. package/System/ResourcesStub.d.ts +2 -1
  293. package/System/Router.d.ts +1 -0
  294. package/System/StandardRoutes.d.ts +4 -0
  295. package/System/summernote-paste-without-formating.d.ts +10 -0
  296. package/package.json +1 -1
  297. package/Legacy/SearchPanelRouteHandler.d.ts +0 -18
  298. package/Platform/$PluginTemplate.d.ts +0 -12
  299. package/Platform/GridConstants.d.ts +0 -4
  300. package/Platform/PluginTemplateExtendedData.d.ts +0 -4
  301. package/Platform/PluginTemplatePlugins.d.ts +0 -15
  302. package/Platform/PluginTemplateService.d.ts +0 -11
  303. package/Platform/Settings.d.ts +0 -3
  304. package/Platform/TemplateRequestResolver.d.ts +0 -12
  305. package/Platform/TemplateResponseResolver.d.ts +0 -11
  306. package/System/$ServiceTemplate.d.ts +0 -16
  307. package/System/ControlTemplate.d.ts +0 -23
  308. package/System/ControlTemplate.stories.d.ts +0 -9
  309. package/System/ControlTemplateContainer.d.ts +0 -7
  310. package/System/ControlTemplateEffect.d.ts +0 -3
  311. package/System/ControlTemplateFrame.d.ts +0 -8
  312. package/System/ControlTemplateLogic.d.ts +0 -17
  313. package/System/ControlTemplateOptions.d.ts +0 -30
  314. package/System/ControlTemplateText.d.ts +0 -7
  315. package/System/ControlTemplateView.d.ts +0 -10
  316. package/System/ServiceTemplateService.d.ts +0 -13
@@ -26,10 +26,10 @@ export declare namespace GenControllers {
26
26
  *
27
27
  * @returns file stream
28
28
  */
29
- downloadPdf(fileId: string, options?: RequestOptions): Promise<string>;
29
+ downloadPdf(fileId: string, cardId: string, options?: RequestOptions): Promise<string>;
30
30
  }
31
31
  class FilePreviewController extends BaseController implements IFilePreviewController {
32
- downloadPdf(fileId: string, options?: RequestOptions): Promise<string>;
32
+ downloadPdf(fileId: string, cardId: string, options?: RequestOptions): Promise<string>;
33
33
  }
34
34
  }
35
35
  export declare type $FilePreviewController = {
@@ -401,6 +401,22 @@ export declare type $ExtensionsController = {
401
401
  extensionsController: GenControllers.IExtensionsController;
402
402
  };
403
403
  export declare const $ExtensionsController: string | ((model?: $ExtensionsController) => GenControllers.IExtensionsController);
404
+ export declare namespace GenControllers {
405
+ interface IFavoritesController {
406
+ checkFavoriteCard(cardId: string, options?: RequestOptions): Promise<boolean>;
407
+ addFavoriteCard(cardId: string, options?: RequestOptions): Promise<void>;
408
+ removeFavoriteCard(cardId: string, options?: RequestOptions): Promise<void>;
409
+ }
410
+ class FavoritesController extends BaseController implements IFavoritesController {
411
+ checkFavoriteCard(cardId: string, options?: RequestOptions): Promise<boolean>;
412
+ addFavoriteCard(cardId: string, options?: RequestOptions): Promise<void>;
413
+ removeFavoriteCard(cardId: string, options?: RequestOptions): Promise<void>;
414
+ }
415
+ }
416
+ export declare type $FavoritesController = {
417
+ favoritesController: GenControllers.IFavoritesController;
418
+ };
419
+ export declare const $FavoritesController: string | ((model?: $FavoritesController) => GenControllers.IFavoritesController);
404
420
  export declare namespace GenControllers {
405
421
  /**
406
422
  * Represents folder type controller
@@ -469,6 +485,30 @@ export declare type $SecurityController = {
469
485
  securityController: GenControllers.ISecurityController;
470
486
  };
471
487
  export declare const $SecurityController: string | ((model?: $SecurityController) => GenControllers.ISecurityController);
488
+ export declare namespace GenControllers {
489
+ /**
490
+ * Represents send email control controller
491
+ */
492
+ interface IEmailController {
493
+ /**
494
+ * Generates and downloads EML file from {@link GenModels}.
495
+ *
496
+ * @param documentId Document identifier.
497
+ * @param cardLink Url for open card.
498
+ * @param templateAlias Whether or not to include link to card
499
+ * @param fileAttachmentsMode File attachments mode
500
+ * @param fileIds List of files identifiers
501
+ */
502
+ getEmlFile(documentId: string, cardLink: string, templateAlias: string, fileAttachmentsMode: GenModels.FileAttachmentsMode, fileIds: Array<string>, options?: RequestOptions): Promise<any>;
503
+ }
504
+ class EmailController extends BaseController implements IEmailController {
505
+ getEmlFile(documentId: string, cardLink: string, templateAlias: string, fileAttachmentsMode: GenModels.FileAttachmentsMode, fileIds: Array<string>, options?: RequestOptions): Promise<any>;
506
+ }
507
+ }
508
+ export declare type $EmailController = {
509
+ emailController: GenControllers.IEmailController;
510
+ };
511
+ export declare const $EmailController: string | ((model?: $EmailController) => GenControllers.IEmailController);
472
512
  export declare namespace GenControllers {
473
513
  interface IStateButtonsController {
474
514
  /**
@@ -598,9 +638,14 @@ export declare namespace GenControllers {
598
638
  * Get value of the field
599
639
  */
600
640
  getFieldValue(request: GenModels.GetFieldValueRequest, options?: RequestOptions): Promise<any>;
641
+ /**
642
+ * Gets card digest.
643
+ */
644
+ getDigest(cardId: string, options?: RequestOptions): Promise<string>;
601
645
  }
602
646
  class CardDataController extends BaseController implements ICardDataController {
603
647
  getFieldValue(request: GenModels.GetFieldValueRequest, options?: RequestOptions): Promise<any>;
648
+ getDigest(cardId: string, options?: RequestOptions): Promise<string>;
604
649
  }
605
650
  }
606
651
  export declare type $CardDataController = {
@@ -1104,12 +1149,17 @@ export declare namespace GenControllers {
1104
1149
  * Set Show Archived Cards setting
1105
1150
  */
1106
1151
  setShowArchivedCardsSetting(showArchiveCards: boolean, options?: RequestOptions): Promise<void>;
1152
+ /**
1153
+ * Set feedbackRequestDate
1154
+ */
1155
+ setFeedbackRequestDateSetting(date: string, options?: RequestOptions): Promise<void>;
1107
1156
  }
1108
1157
  class LayoutUserSettingsController extends BaseController implements ILayoutUserSettingsController {
1109
1158
  getMainMenuSettings(options?: RequestOptions): Promise<GenModels.MainMenuSettings>;
1110
1159
  saveMainMenuSettings(settings: GenModels.MainMenuSettings, options?: RequestOptions): Promise<void>;
1111
1160
  getShowArchivedCardsSetting(options?: RequestOptions): Promise<boolean>;
1112
1161
  setShowArchivedCardsSetting(showArchiveCards: boolean, options?: RequestOptions): Promise<void>;
1162
+ setFeedbackRequestDateSetting(date: string, options?: RequestOptions): Promise<void>;
1113
1163
  }
1114
1164
  }
1115
1165
  export declare type $LayoutUserSettingsController = {
@@ -1141,11 +1191,21 @@ export declare namespace GenControllers {
1141
1191
  * Get recent cards
1142
1192
  */
1143
1193
  recentCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
1194
+ /**
1195
+ * Get favorites cards
1196
+ */
1197
+ favorites(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
1198
+ /**
1199
+ * Get favorites cards
1200
+ */
1201
+ favoritesCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
1144
1202
  }
1145
1203
  class PagesController extends BaseController implements IPagesController {
1146
1204
  recentCards(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
1147
1205
  recentCardsEx(request: GenModels.RecentCardsRequest, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
1148
1206
  recentCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
1207
+ favorites(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
1208
+ favoritesCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
1149
1209
  }
1150
1210
  }
1151
1211
  export declare type $PagesController = {
@@ -1230,13 +1290,27 @@ export declare namespace GenControllers {
1230
1290
  */
1231
1291
  setAllCardsReadStatus(saveAllCardsReadStatusModel: GenModels.SaveAllCardsReadStatusRequestModel, options?: RequestOptions): Promise<void>;
1232
1292
  /**
1233
- * Get list {@link GenModels}
1293
+ * Get list of {@link GenModels} for usage in grouping
1234
1294
  */
1235
1295
  getViewDistinctValues(distinctValuesRequest: GenModels.DistinctValuesRequestModel, options?: RequestOptions): Promise<GenModels.DistinctValuesModel>;
1296
+ /**
1297
+ * Get list of {@link GenModels} for usage in filtration
1298
+ */
1299
+ getFilterDistinctValues(request: GenModels.FilterDistinctValuesRequestModel, options?: RequestOptions): Promise<GenModels.DistinctValuesModel>;
1236
1300
  /**
1237
1301
  * load all pages
1238
1302
  */
1239
1303
  loadAllPages(baseCursorId: string, options?: RequestOptions): Promise<number>;
1304
+ /**
1305
+ * Get grid aggregates model
1306
+ */
1307
+ getGridAggregatesModel(request: GenModels.GridAggregateRequest, options?: RequestOptions): Promise<Array<GenModels.GridAggregateModel>>;
1308
+ /**
1309
+ * Force unread counter recalculation.
1310
+ *
1311
+ * @param requestModel
1312
+ */
1313
+ refreshUnreadCounter(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
1240
1314
  }
1241
1315
  class GridController extends BaseController implements IGridController {
1242
1316
  getCardList(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
@@ -1251,7 +1325,10 @@ export declare namespace GenControllers {
1251
1325
  saveGridUserSettingsFolderData(requestModel: GenModels.SaveGridUserSettingsFolderDataRequestModel, options?: RequestOptions): Promise<void>;
1252
1326
  setAllCardsReadStatus(saveAllCardsReadStatusModel: GenModels.SaveAllCardsReadStatusRequestModel, options?: RequestOptions): Promise<void>;
1253
1327
  getViewDistinctValues(distinctValuesRequest: GenModels.DistinctValuesRequestModel, options?: RequestOptions): Promise<GenModels.DistinctValuesModel>;
1328
+ getFilterDistinctValues(request: GenModels.FilterDistinctValuesRequestModel, options?: RequestOptions): Promise<GenModels.DistinctValuesModel>;
1254
1329
  loadAllPages(baseCursorId: string, options?: RequestOptions): Promise<number>;
1330
+ getGridAggregatesModel(request: GenModels.GridAggregateRequest, options?: RequestOptions): Promise<Array<GenModels.GridAggregateModel>>;
1331
+ refreshUnreadCounter(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
1255
1332
  }
1256
1333
  }
1257
1334
  export declare type $GridController = {
@@ -1364,6 +1441,37 @@ export declare type $CardOperationsController = {
1364
1441
  cardOperationsController: GenControllers.ICardOperationsController;
1365
1442
  };
1366
1443
  export declare const $CardOperationsController: string | ((model?: $CardOperationsController) => GenControllers.ICardOperationsController);
1444
+ export declare namespace GenControllers {
1445
+ /**
1446
+ * Download files batch operation controller
1447
+ */
1448
+ interface IDownloadFilesBatchOperationController {
1449
+ /**
1450
+ * GET: /IsHasFileCertificateSignature/
1451
+ *
1452
+ * @param documentId Document ID
1453
+ *
1454
+ * @returns Is the document has a certificate signature
1455
+ */
1456
+ isHasFileCertificateSignature(documentId: string, options?: RequestOptions): Promise<GenModels.IsHasFileCertificateSignatureModel>;
1457
+ /**
1458
+ * GET: /DownloadFilesBatchOperation/
1459
+ *
1460
+ * @param documentId Document ID
1461
+ * @param includeMainFiles Include main files to list?
1462
+ * @param includeAdditionalFiles Include additional files to list?
1463
+ */
1464
+ getDocumentFiles(documentId: string, includeMainFiles: boolean, includeAdditionalFiles: boolean, options?: RequestOptions): Promise<Array<GenModels.DowloadFilesOperationFileInfoModel>>;
1465
+ }
1466
+ class DownloadFilesBatchOperationController extends BaseController implements IDownloadFilesBatchOperationController {
1467
+ isHasFileCertificateSignature(documentId: string, options?: RequestOptions): Promise<GenModels.IsHasFileCertificateSignatureModel>;
1468
+ getDocumentFiles(documentId: string, includeMainFiles: boolean, includeAdditionalFiles: boolean, options?: RequestOptions): Promise<Array<GenModels.DowloadFilesOperationFileInfoModel>>;
1469
+ }
1470
+ }
1471
+ export declare type $DownloadFilesBatchOperationController = {
1472
+ downloadFilesBatchOperationController: GenControllers.IDownloadFilesBatchOperationController;
1473
+ };
1474
+ export declare const $DownloadFilesBatchOperationController: string | ((model?: $DownloadFilesBatchOperationController) => GenControllers.IDownloadFilesBatchOperationController);
1367
1475
  export declare namespace GenControllers {
1368
1476
  /**
1369
1477
  * Layout card controller
@@ -1879,7 +1987,7 @@ export declare namespace GenControllers {
1879
1987
  /**
1880
1988
  * HTTP: /LayoutCard/Delete
1881
1989
  */
1882
- delete(deleteCardRequestModel: GenModels.DeleteCardRequestModel, options?: RequestOptions): Promise<void>;
1990
+ delete(deleteCardRequestModel: GenModels.DeleteCardRequestModel, options?: RequestOptions): Promise<string>;
1883
1991
  /**
1884
1992
  * Gets layout part
1885
1993
  */
@@ -1929,7 +2037,7 @@ export declare namespace GenControllers {
1929
2037
  viewEx(request: GenModels.ViewCardLayoutRequest, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
1930
2038
  edit(cardId: string, layoutMode: string, refresh?: boolean, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
1931
2039
  editEx(request: GenModels.EditCardLayoutRequest, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
1932
- delete(deleteCardRequestModel: GenModels.DeleteCardRequestModel, options?: RequestOptions): Promise<void>;
2040
+ delete(deleteCardRequestModel: GenModels.DeleteCardRequestModel, options?: RequestOptions): Promise<string>;
1933
2041
  getLayout(cardLayoutParams: GenModels.CardLayoutParams, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
1934
2042
  getLayoutPart(layoutPartParams: GenModels.LayoutPartParams, options?: RequestOptions): Promise<GenModels.LayoutModel>;
1935
2043
  save(model: GenModels.SaveControlDataModel, options?: RequestOptions): Promise<void>;