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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (256) hide show
  1. package/BackOffice/$CloudSignature.d.ts +34 -0
  2. package/BackOffice/$CryptoPro.d.ts +10 -0
  3. package/BackOffice/$DigitalSignature.d.ts +75 -0
  4. package/BackOffice/ActualizeProfileCertificateSource.d.ts +13 -0
  5. package/BackOffice/{BackOfficeLayoutContextContstants.d.ts → BackOfficeLayoutContextConstants.d.ts} +0 -0
  6. package/BackOffice/CardKindImpl.d.ts +1 -0
  7. package/BackOffice/CardKindTreeNode.d.ts +1 -1
  8. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  9. package/BackOffice/ConvertCloudToSavedCertificate.d.ts +4 -0
  10. package/BackOffice/ConvertLocalToSavedCertificate.d.ts +4 -0
  11. package/BackOffice/ConvertSignLabelsToComboBoxItems.d.ts +15 -0
  12. package/BackOffice/CryptoProDssService.d.ts +65 -0
  13. package/BackOffice/CryptoProService.d.ts +10 -0
  14. package/BackOffice/{BatchDelegateOperation.d.ts → DelegateBatchOperation.d.ts} +5 -5
  15. package/BackOffice/{BatchDelegateOperationImpl.d.ts → DelegateBatchOperationImpl.d.ts} +3 -3
  16. package/BackOffice/DelegationParamsPanel.d.ts +1 -1
  17. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  18. package/BackOffice/DigitalSignatureService.d.ts +38 -0
  19. package/BackOffice/DirectoryDesRowSelectDialog.d.ts +78 -0
  20. package/BackOffice/DirectoryDesignerActionButton.d.ts +7 -0
  21. package/BackOffice/DirectoryDesignerItemCreateWindow.d.ts +4 -0
  22. package/BackOffice/DirectoryDesignerItemEditWindow.d.ts +4 -0
  23. package/BackOffice/DirectoryDesignerItemViewWindow.d.ts +8 -0
  24. package/BackOffice/DirectoryDesignerRow.d.ts +29 -15
  25. package/BackOffice/DirectoryDesignerRowConstants.d.ts +3 -0
  26. package/BackOffice/DirectoryDesignerRowImpl.d.ts +42 -29
  27. package/BackOffice/DirectoryDesignerRowItemVisualiser.d.ts +9 -0
  28. package/BackOffice/DirectoryDesignerTypeaheadVariant.d.ts +6 -2
  29. package/BackOffice/DirectorySearchContent.d.ts +1 -1
  30. package/BackOffice/DirectorySearchResultView.d.ts +2 -2
  31. package/BackOffice/DssAuthorizationModels.d.ts +6 -0
  32. package/BackOffice/DssCertificateModels.d.ts +30 -0
  33. package/BackOffice/DssPolicyModels.d.ts +51 -0
  34. package/BackOffice/DssSignRequestModels.d.ts +133 -0
  35. package/BackOffice/EmailButtonView.d.ts +2 -2
  36. package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
  37. package/BackOffice/FileListControl.d.ts +10 -3
  38. package/BackOffice/FileListControlImpl.d.ts +5 -0
  39. package/BackOffice/FileListControlLogic.d.ts +2 -1
  40. package/BackOffice/FileListItemComponent.d.ts +1 -1
  41. package/BackOffice/FileListItemProps.d.ts +2 -1
  42. package/BackOffice/FileSign.d.ts +12 -39
  43. package/BackOffice/FileSignListDialog.d.ts +7 -2
  44. package/BackOffice/GetSignatureMethodName.d.ts +4 -0
  45. package/BackOffice/HistoryView.d.ts +1 -1
  46. package/BackOffice/ICertificateStatus.d.ts +6 -0
  47. package/BackOffice/IDocumentInfoAdditionalInfoResult.d.ts +4 -0
  48. package/BackOffice/IDssCertificateInfoEx.d.ts +4 -0
  49. package/BackOffice/IFileSignInteractionModel.d.ts +8 -3
  50. package/BackOffice/IGetCertificateResult.d.ts +33 -0
  51. package/BackOffice/IGetDocumentInfoResult.d.ts +14 -0
  52. package/BackOffice/ISignOptions.d.ts +8 -0
  53. package/BackOffice/ISignRequest.d.ts +9 -0
  54. package/BackOffice/ISignResult.d.ts +5 -0
  55. package/BackOffice/ISignatureVerificationResult.d.ts +4 -0
  56. package/BackOffice/LoadCertificatesThumberprints.d.ts +9 -0
  57. package/BackOffice/LoadCloudCertificates.d.ts +4 -0
  58. package/BackOffice/LoadSignatureMethods.d.ts +2 -0
  59. package/BackOffice/LoadSystemCertificates.d.ts +4 -0
  60. package/BackOffice/NumeratorImpl.d.ts +1 -0
  61. package/BackOffice/PartnerBase.d.ts +2 -2
  62. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  63. package/BackOffice/PrepareSignatureMethodsComboBox.d.ts +7 -0
  64. package/BackOffice/PrintButtonView.d.ts +1 -1
  65. package/BackOffice/ProcessSettingsChanged.d.ts +11 -0
  66. package/BackOffice/SignatureButton.d.ts +36 -0
  67. package/BackOffice/SignatureButton.stories.d.ts +10 -0
  68. package/BackOffice/SignatureButtonComponent.d.ts +7 -0
  69. package/BackOffice/SignatureButtonContainer.d.ts +7 -0
  70. package/BackOffice/SignatureButtonLogic.d.ts +27 -0
  71. package/BackOffice/SignatureButtonMenu.d.ts +6 -0
  72. package/BackOffice/SignatureButtonMenuItem.d.ts +6 -0
  73. package/BackOffice/SignatureButtonOptions.d.ts +51 -0
  74. package/BackOffice/SignatureButtonView.d.ts +10 -0
  75. package/BackOffice/SignatureConstants.d.ts +1 -0
  76. package/BackOffice/SignatureDialog.d.ts +50 -0
  77. package/BackOffice/SignatureDialog.stories.d.ts +12 -0
  78. package/BackOffice/SignatureDialogFrame.d.ts +13 -0
  79. package/BackOffice/SignatureDialogLabels.d.ts +9 -0
  80. package/BackOffice/SignatureDialogLoader.d.ts +3 -0
  81. package/BackOffice/SignatureDialogLogic.d.ts +60 -0
  82. package/BackOffice/SignatureDialogMethods.d.ts +10 -0
  83. package/BackOffice/SignatureDialogNoPluginMessage.d.ts +6 -0
  84. package/BackOffice/SignatureDialogSettings.d.ts +20 -0
  85. package/BackOffice/SignatureMethodsSetup.d.ts +40 -0
  86. package/BackOffice/SignatureMethodsSetup.stories.d.ts +14 -0
  87. package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +14 -0
  88. package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +12 -0
  89. package/BackOffice/SignatureMethodsSetupCertificatesTableLoader.d.ts +3 -0
  90. package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +13 -0
  91. package/BackOffice/SignatureMethodsSetupFrame.d.ts +9 -0
  92. package/BackOffice/SignatureMethodsSetupLogic.d.ts +77 -0
  93. package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +7 -0
  94. package/BackOffice/SignatureMethodsSetupSelectedMethodsLoader.d.ts +3 -0
  95. package/BackOffice/SignatureMethodsSetupTabType.d.ts +4 -0
  96. package/BackOffice/StaffDirectoryItems.d.ts +1 -1
  97. package/BackOffice/StaffDirectoryItemsImpl.d.ts +7 -3
  98. package/BackOffice/SvsVerifyModels.d.ts +20 -0
  99. package/BackOffice/TasksTableView.d.ts +3 -3
  100. package/BackOffice/{TasksUtills.d.ts → TasksUtils.d.ts} +0 -0
  101. package/BackOffice/ToggleCertificateSelection.d.ts +2 -0
  102. package/BackOffice/UpdateMethodComment.d.ts +2 -0
  103. package/BackOffice/Utils.d.ts +3 -0
  104. package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
  105. package/Generated/DocsVision.WebClient.Controllers.d.ts +166 -2
  106. package/Generated/DocsVision.WebClient.Models.d.ts +1081 -217
  107. package/Helpers/ArtPlayer/ArtPlayer.d.ts +26 -0
  108. package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +10 -0
  109. package/Helpers/ArtPlayer/ArtPlayerLogic.d.ts +31 -0
  110. package/Helpers/ArtPlayer/ArtPlayerView.d.ts +13 -0
  111. package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +5 -0
  112. package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +10 -0
  113. package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +7 -0
  114. package/Helpers/ArtPlayer/functions/LoadArtPlayer.d.ts +5 -0
  115. package/Helpers/ArtPlayer/functions/SetCurrentTimeCode.d.ts +7 -0
  116. package/Helpers/ArtPlayer/functions/SetPlayerLocalization.d.ts +7 -0
  117. package/Helpers/ArtPlayer/functions/SortingTimeCodes.d.ts +7 -0
  118. package/Helpers/ArtPlayer/functions/UpdatePlayerTime.d.ts +8 -0
  119. package/Helpers/ArtPlayer/models/IArtPlayer.d.ts +597 -0
  120. package/Helpers/ArtPlayer/models/IArtPlayerTImeCode.d.ts +6 -0
  121. package/Helpers/ModalDialog/CommonModalDialog.d.ts +2 -1
  122. package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +3 -3
  123. package/Helpers/ReactList/ReactListDynamic.d.ts +1 -0
  124. package/Helpers/Sortable/Data/ClientModels/ISortableItem.d.ts +7 -1
  125. package/Helpers/Sortable/Sortable.d.ts +13 -3
  126. package/Helpers/TextInput.d.ts +2 -0
  127. package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +8 -0
  128. package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +10 -0
  129. package/Helpers/TextInputDialog/TextInputDialog.d.ts +25 -0
  130. package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +8 -0
  131. package/Helpers/TextInputDialog/TextInputDialogHost.d.ts +14 -0
  132. package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
  133. package/Legacy/ILabelTextareaControl.d.ts +1 -1
  134. package/Legacy/ISignatureDataModel.d.ts +2 -0
  135. package/Legacy/ISignatureListDataModel.d.ts +1 -1
  136. package/Legacy/ISignatureListItemDataModel.d.ts +6 -15
  137. package/Legacy/ISignatureListItemDetailDataModel.d.ts +8 -19
  138. package/Legacy/ISignatureVerificationDataModel.d.ts +4 -4
  139. package/Legacy/{ITextareaConrtol.d.ts → ITextareaControl.d.ts} +0 -0
  140. package/Legacy/LabelTextareaControl.d.ts +1 -1
  141. package/Legacy/NativeFunctions.d.ts +1 -20
  142. package/Legacy/StandardControllers.d.ts +2 -2
  143. package/Legacy/TaskCardFilePanelRazorControl.d.ts +1 -0
  144. package/Legacy/TextareaControl.d.ts +1 -1
  145. package/Legacy/Utils.d.ts +7 -0
  146. package/MainBundle.d.ts +1 -0
  147. package/Platform/$AggregatesCheckbox.d.ts +1 -0
  148. package/Platform/$EmployeeStatus.d.ts +6 -2
  149. package/Platform/$FolderHelp.d.ts +13 -0
  150. package/Platform/{AcesssInheritanceButtons.d.ts → AccessInheritanceButtons.d.ts} +2 -2
  151. package/Platform/AggregatesApplyButtonPanel.d.ts +9 -0
  152. package/Platform/AggregatesCheckbox.d.ts +7 -3
  153. package/Platform/AggregatesCheckboxPlugins.d.ts +1 -0
  154. package/Platform/AggregatesCheckboxService.d.ts +17 -6
  155. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  156. package/Platform/BatchOperationsPlugin.d.ts +1 -1
  157. package/Platform/BottomEdge.d.ts +10 -0
  158. package/Platform/BottomEdgeBody.d.ts +4 -0
  159. package/Platform/BottomEdgePlugin.d.ts +4 -0
  160. package/Platform/CardLink.d.ts +2 -1
  161. package/Platform/CardManagement.d.ts +5 -1
  162. package/Platform/CardManagementImpl.d.ts +5 -3
  163. package/Platform/CardQuotesDataStub.d.ts +19 -0
  164. package/Platform/CertificateSettings.d.ts +40 -0
  165. package/Platform/CertificateSettingsContainer.d.ts +10 -0
  166. package/Platform/CertificateSettingsLogic.d.ts +24 -0
  167. package/Platform/CertificateSettingsView.d.ts +5 -0
  168. package/Platform/DateTimePickerImpl.d.ts +1 -0
  169. package/Platform/DownloadFilesBatchOperation.d.ts +2 -1
  170. package/Platform/DropdownImpl.d.ts +3 -1
  171. package/Platform/EmployeeStatusService.d.ts +4 -4
  172. package/Platform/Favorite.d.ts +1 -0
  173. package/Platform/FilePicker.d.ts +2 -2
  174. package/Platform/FilePreview.d.ts +2 -2
  175. package/Platform/FilePreviewImpl.d.ts +1 -0
  176. package/Platform/FolderGrid.d.ts +1 -1
  177. package/Platform/FolderHelpButton.d.ts +7 -0
  178. package/Platform/FolderHelpDialog.d.ts +9 -0
  179. package/Platform/FolderHelpPaths.d.ts +2 -0
  180. package/Platform/FolderHelpPlugins.d.ts +9 -0
  181. package/Platform/FolderHelpService.d.ts +10 -0
  182. package/Platform/FolderHelpTimeCodes.d.ts +2 -0
  183. package/Platform/FolderMainMenuItemImpl.d.ts +1 -1
  184. package/Platform/FolderManagementAdaptiveMenu.d.ts +1 -1
  185. package/Platform/{FolderManagmentData.d.ts → FolderManagementData.d.ts} +0 -0
  186. package/Platform/FolderManagementDialog.d.ts +1 -1
  187. package/Platform/FolderName.d.ts +2 -1
  188. package/Platform/FolderNameImpl.d.ts +1 -0
  189. package/Platform/FolderOperationManager.d.ts +1 -1
  190. package/Platform/FolderViewItemsImpl.d.ts +5 -5
  191. package/Platform/IAggregates.d.ts +10 -4
  192. package/Platform/ListCheckbox.d.ts +1 -1
  193. package/Platform/ListInput.d.ts +1 -1
  194. package/Platform/LoaderDialog.d.ts +1 -1
  195. package/Platform/Number.d.ts +2 -0
  196. package/Platform/NumberImpl.d.ts +2 -1
  197. package/Platform/Quotes.d.ts +18 -0
  198. package/Platform/Quotes.stories.d.ts +8 -0
  199. package/Platform/QuotesButtonMore.d.ts +6 -0
  200. package/Platform/QuotesHighlight.d.ts +8 -0
  201. package/Platform/QuotesInner.d.ts +6 -0
  202. package/Platform/QuotesItem.d.ts +15 -0
  203. package/Platform/QuotesLogic.d.ts +40 -0
  204. package/Platform/QuotesModal.d.ts +14 -0
  205. package/Platform/QuotesModalButtonBlock.d.ts +6 -0
  206. package/Platform/QuotesModalQuote.d.ts +6 -0
  207. package/Platform/QuotesPlugins.d.ts +4 -0
  208. package/Platform/QuotesView.d.ts +16 -0
  209. package/Platform/QuotesWrapper.d.ts +6 -0
  210. package/Platform/ScrollTopBottomButtons.d.ts +1 -0
  211. package/Platform/ScrollTopBottomLogic.d.ts +2 -0
  212. package/Platform/SearchResultsFolderTablePluginFactory.d.ts +5 -5
  213. package/Platform/SearchTextInput.d.ts +1 -1
  214. package/Platform/SecurityDescriptorDialog.d.ts +3 -3
  215. package/Platform/SettingsPlugin.d.ts +7 -3
  216. package/Platform/SettingsPopupCheckBoxContainer.d.ts +1 -0
  217. package/Platform/SettingsPopupLogic.d.ts +13 -4
  218. package/Platform/SettingsPopupView.d.ts +2 -0
  219. package/Platform/Table.d.ts +1 -1
  220. package/Platform/TableColumnResponseResolver.d.ts +10 -0
  221. package/Platform/TablePresentationTogglePlugins.d.ts +1 -2
  222. package/Platform/TestUtils.d.ts +2 -1
  223. package/Platform/TextControlBaseImpl.d.ts +2 -0
  224. package/Platform/TextListInputView.d.ts +4 -4
  225. package/Platform/{ToggleRowAcess.d.ts → ToggleRowAccess.d.ts} +0 -0
  226. package/Platform/UserProfileDialog.d.ts +1 -1
  227. package/Platform/UtilsQuotes.d.ts +10 -0
  228. package/Platform/index.d.ts +1 -7
  229. package/Platform/toLocaleStringPolyfill.d.ts +2 -0
  230. package/StandardServices.d.ts +4 -1
  231. package/System/$FileService.d.ts +16 -9
  232. package/System/$Layout.d.ts +1 -1
  233. package/System/BlobToBase64.d.ts +1 -0
  234. package/System/DirectorySelectDialog.d.ts +2 -2
  235. package/System/FileService.d.ts +14 -15
  236. package/System/FilterLogic.d.ts +6 -0
  237. package/System/GenerateTestData.d.ts +2 -0
  238. package/System/IAsyncControlInfo.d.ts +1 -1
  239. package/System/ILayoutParams.d.ts +2 -0
  240. package/System/InputBasedControlImpl.d.ts +1 -0
  241. package/System/Layout.d.ts +1 -0
  242. package/System/LayoutManager.d.ts +1 -1
  243. package/System/LayoutUtils.d.ts +1 -0
  244. package/System/OperationUtils.d.ts +2 -0
  245. package/System/PageLeaveConfirmation.d.ts +1 -0
  246. package/System/{PreventPropogation.d.ts → PreventPropagation.d.ts} +0 -0
  247. package/System/StringUtils.d.ts +5 -1
  248. package/package.json +1 -1
  249. package/BackOffice/FileSignCreateDialog.d.ts +0 -83
  250. package/BackOffice/FileSignSelectCertificateDialog.d.ts +0 -57
  251. package/Globals/DVPromise.d.ts +0 -19
  252. package/Platform/FilterPlugin.d.ts +0 -3
  253. package/Platform/GropingPlugin.d.ts +0 -3
  254. package/Platform/ResetSettingsPlugin.d.ts +0 -18
  255. package/Platform/SearchPlugin.d.ts +0 -3
  256. package/Platform/toLocaleStringPolifill.d.ts +0 -1
@@ -355,6 +355,31 @@ export declare type $AvailableTemplatesController = {
355
355
  availableTemplatesController: GenControllers.IAvailableTemplatesController;
356
356
  };
357
357
  export declare const $AvailableTemplatesController: string | ((model?: $AvailableTemplatesController) => GenControllers.IAvailableTemplatesController);
358
+ export declare namespace GenControllers {
359
+ /**
360
+ * Access signature methods configuration
361
+ */
362
+ interface ISignatureMethodsController {
363
+ /**
364
+ * Load saved methods.
365
+ */
366
+ getSignatureMethods(options?: RequestOptions): Promise<GenModels.SignatureMethodSettings>;
367
+ updateAccountName(accountName: string, options?: RequestOptions): Promise<void>;
368
+ /**
369
+ * Save settings.
370
+ */
371
+ setSignatureMethods(request: GenModels.SignatureMethodSettings, options?: RequestOptions): Promise<void>;
372
+ }
373
+ class SignatureMethodsController extends BaseController implements ISignatureMethodsController {
374
+ getSignatureMethods(options?: RequestOptions): Promise<GenModels.SignatureMethodSettings>;
375
+ updateAccountName(accountName: string, options?: RequestOptions): Promise<void>;
376
+ setSignatureMethods(request: GenModels.SignatureMethodSettings, options?: RequestOptions): Promise<void>;
377
+ }
378
+ }
379
+ export declare type $SignatureMethodsController = {
380
+ signatureMethodsController: GenControllers.ISignatureMethodsController;
381
+ };
382
+ export declare const $SignatureMethodsController: string | ((model?: $SignatureMethodsController) => GenControllers.ISignatureMethodsController);
358
383
  export declare namespace GenControllers {
359
384
  /**
360
385
  * Controller for loading cards and its presentation.
@@ -435,6 +460,37 @@ export declare type $FolderTypesController = {
435
460
  folderTypesController: GenControllers.IFolderTypesController;
436
461
  };
437
462
  export declare const $FolderTypesController: string | ((model?: $FolderTypesController) => GenControllers.IFolderTypesController);
463
+ export declare namespace GenControllers {
464
+ /**
465
+ * Controller for interaction with CryptoPro DSS service
466
+ */
467
+ interface ICryptoProDssController {
468
+ acceptAuthorization(code: string, options?: RequestOptions): Promise<any>;
469
+ authorize(accountName?: string, options?: RequestOptions): Promise<any>;
470
+ resetAuthorization(options?: RequestOptions): Promise<void>;
471
+ acceptConfirmation(options?: RequestOptions): Promise<any>;
472
+ uploadToDss(request: GenModels.UploadToDssRequest, options?: RequestOptions): Promise<any>;
473
+ postToDss(request: GenModels.DssRequestBody, options?: RequestOptions): Promise<any>;
474
+ deleteFromDss(request: GenModels.DssRequestBody, options?: RequestOptions): Promise<any>;
475
+ getFromDss(url: string, authorization: string, options?: RequestOptions): Promise<any>;
476
+ downloadFromDssAsBase64(url: string, authorization: string, options?: RequestOptions): Promise<any>;
477
+ }
478
+ class CryptoProDssController extends BaseController implements ICryptoProDssController {
479
+ acceptAuthorization(code: string, options?: RequestOptions): Promise<any>;
480
+ authorize(accountName?: string, options?: RequestOptions): Promise<any>;
481
+ resetAuthorization(options?: RequestOptions): Promise<void>;
482
+ acceptConfirmation(options?: RequestOptions): Promise<any>;
483
+ uploadToDss(request: GenModels.UploadToDssRequest, options?: RequestOptions): Promise<any>;
484
+ postToDss(request: GenModels.DssRequestBody, options?: RequestOptions): Promise<any>;
485
+ deleteFromDss(request: GenModels.DssRequestBody, options?: RequestOptions): Promise<any>;
486
+ getFromDss(url: string, authorization: string, options?: RequestOptions): Promise<any>;
487
+ downloadFromDssAsBase64(url: string, authorization: string, options?: RequestOptions): Promise<any>;
488
+ }
489
+ }
490
+ export declare type $CryptoProDssController = {
491
+ cryptoProDssController: GenControllers.ICryptoProDssController;
492
+ };
493
+ export declare const $CryptoProDssController: string | ((model?: $CryptoProDssController) => GenControllers.ICryptoProDssController);
438
494
  export declare namespace GenControllers {
439
495
  /**
440
496
  * Controller for interaction with logging
@@ -642,10 +698,15 @@ export declare namespace GenControllers {
642
698
  * Gets card digest.
643
699
  */
644
700
  getDigest(cardId: string, options?: RequestOptions): Promise<string>;
701
+ /**
702
+ * Gets card digest without showing error if something goes wrong
703
+ */
704
+ getDigestSilence(cardId: string, options?: RequestOptions): Promise<string>;
645
705
  }
646
706
  class CardDataController extends BaseController implements ICardDataController {
647
707
  getFieldValue(request: GenModels.GetFieldValueRequest, options?: RequestOptions): Promise<any>;
648
708
  getDigest(cardId: string, options?: RequestOptions): Promise<string>;
709
+ getDigestSilence(cardId: string, options?: RequestOptions): Promise<string>;
649
710
  }
650
711
  }
651
712
  export declare type $CardDataController = {
@@ -754,6 +815,12 @@ export declare namespace GenControllers {
754
815
  * @param rowId Directory designer row identifier
755
816
  */
756
817
  getDirectoryDesignerRow(rowId: string, options?: RequestOptions): Promise<GenModels.DirectoryDesignerRowModel>;
818
+ /**
819
+ * Get directory designer row by id
820
+ *
821
+ * @param nodeId Directory designer row identifier
822
+ */
823
+ getDirectoryDesignerNode(nodeId: string, options?: RequestOptions): Promise<GenModels.DirectoryDesignerNodeModel>;
757
824
  /**
758
825
  * Get directory designer rows by list of ids.
759
826
  *
@@ -762,10 +829,16 @@ export declare namespace GenControllers {
762
829
  * @returns Collection of directory designer rows
763
830
  */
764
831
  getDirectoryDesignerRows(rows: GenModels.CollectionRequestModelOf<string>, options?: RequestOptions): Promise<Array<GenModels.DirectoryDesignerRowModel>>;
832
+ /**
833
+ * Find items / item types by name
834
+ */
835
+ loadDirectoryData(query: GenModels.DirectoryDesignerQuery, options?: RequestOptions): Promise<GenModels.DirectoryDesignerLoadResponse>;
765
836
  }
766
837
  class DirectoryDesignerRowController extends BaseController implements IDirectoryDesignerRowController {
767
838
  getDirectoryDesignerRow(rowId: string, options?: RequestOptions): Promise<GenModels.DirectoryDesignerRowModel>;
839
+ getDirectoryDesignerNode(nodeId: string, options?: RequestOptions): Promise<GenModels.DirectoryDesignerNodeModel>;
768
840
  getDirectoryDesignerRows(rows: GenModels.CollectionRequestModelOf<string>, options?: RequestOptions): Promise<Array<GenModels.DirectoryDesignerRowModel>>;
841
+ loadDirectoryData(query: GenModels.DirectoryDesignerQuery, options?: RequestOptions): Promise<GenModels.DirectoryDesignerLoadResponse>;
769
842
  }
770
843
  }
771
844
  export declare type $DirectoryDesignerRowController = {
@@ -785,6 +858,14 @@ export declare namespace GenControllers {
785
858
  * @returns Staff employee
786
859
  */
787
860
  getEmployee(employeeId: string, options?: RequestOptions): Promise<GenModels.EmployeeDataModel>;
861
+ /**
862
+ * Get staff employee by id with extra status information
863
+ *
864
+ * @param employeeId Employee identifier
865
+ *
866
+ * @returns Staff employee
867
+ */
868
+ getEmployeeStatus(employeeId: string, options?: RequestOptions): Promise<GenModels.EmployeeStatusModel>;
788
869
  /**
789
870
  * Get employees by list of ids.
790
871
  *
@@ -796,6 +877,7 @@ export declare namespace GenControllers {
796
877
  }
797
878
  class EmployeeController extends BaseController implements IEmployeeController {
798
879
  getEmployee(employeeId: string, options?: RequestOptions): Promise<GenModels.EmployeeDataModel>;
880
+ getEmployeeStatus(employeeId: string, options?: RequestOptions): Promise<GenModels.EmployeeStatusModel>;
799
881
  getEmployees(employees: GenModels.CollectionRequestModelOf<string>, options?: RequestOptions): Promise<Array<GenModels.EmployeeDataModel>>;
800
882
  }
801
883
  }
@@ -943,6 +1025,10 @@ export declare namespace GenControllers {
943
1025
  * @returns JSON representation of {@link GenModels}
944
1026
  */
945
1027
  getSignatureKind(certEncoded: string, options?: RequestOptions): Promise<GenModels.SignatureKindSelectionModel>;
1028
+ /**
1029
+ * Gets thumberprints of certificates
1030
+ */
1031
+ getCertificatesThumberprints(request: GenModels.CertificateThumberprintRequest, options?: RequestOptions): Promise<GenModels.CertificateThumberprintResponse>;
946
1032
  /**
947
1033
  * Check if document has valid signature
948
1034
  *
@@ -951,10 +1037,36 @@ export declare namespace GenControllers {
951
1037
  * @returns JSON representation of {@link GenModels}
952
1038
  */
953
1039
  hasValidSignature(cardId: string, options?: RequestOptions): Promise<boolean>;
1040
+ /**
1041
+ * HTTP: /Signature/AttachSignature
1042
+ */
1043
+ attachSignature(signDataRequest: GenModels.SignDataRequestWrapper, options?: RequestOptions): Promise<void>;
1044
+ /**
1045
+ * HTTP: /Signature/GetSignature
1046
+ */
1047
+ getSignature(signDialogParams: GenModels.CreateSignDialogParams, options?: RequestOptions): Promise<GenModels.SignatureModel>;
1048
+ /**
1049
+ * HTTP: /DocumentCard/GetSignatures
1050
+ */
1051
+ getSignatures(documentId: string, verify?: boolean, options?: RequestOptions): Promise<GenModels.DocumentSignatureListModel>;
1052
+ /**
1053
+ * HTTP: /DocumentCard/GetSignatureVerification
1054
+ */
1055
+ getSignatureVerification(documentId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureVerificationModel>;
1056
+ /**
1057
+ * HTTP: /DocumentCard/GetSignatureVerification
1058
+ */
1059
+ getSignatureDetails(documentId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureDetailsModel>;
954
1060
  }
955
1061
  class SignatureController extends BaseController implements ISignatureController {
956
1062
  getSignatureKind(certEncoded: string, options?: RequestOptions): Promise<GenModels.SignatureKindSelectionModel>;
1063
+ getCertificatesThumberprints(request: GenModels.CertificateThumberprintRequest, options?: RequestOptions): Promise<GenModels.CertificateThumberprintResponse>;
957
1064
  hasValidSignature(cardId: string, options?: RequestOptions): Promise<boolean>;
1065
+ attachSignature(signDataRequest: GenModels.SignDataRequestWrapper, options?: RequestOptions): Promise<void>;
1066
+ getSignature(signDialogParams: GenModels.CreateSignDialogParams, options?: RequestOptions): Promise<GenModels.SignatureModel>;
1067
+ getSignatures(documentId: string, verify?: boolean, options?: RequestOptions): Promise<GenModels.DocumentSignatureListModel>;
1068
+ getSignatureVerification(documentId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureVerificationModel>;
1069
+ getSignatureDetails(documentId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureDetailsModel>;
958
1070
  }
959
1071
  }
960
1072
  export declare type $SignatureController = {
@@ -1149,6 +1261,14 @@ export declare namespace GenControllers {
1149
1261
  * Set Show Archived Cards setting
1150
1262
  */
1151
1263
  setShowArchivedCardsSetting(showArchiveCards: boolean, options?: RequestOptions): Promise<void>;
1264
+ /**
1265
+ * Get Show Help Button setting
1266
+ */
1267
+ getShowHelpButtonSetting(options?: RequestOptions): Promise<boolean>;
1268
+ /**
1269
+ * Set Show Help Button setting
1270
+ */
1271
+ setShowHelpButtonSetting(showHelpButton: boolean, options?: RequestOptions): Promise<void>;
1152
1272
  /**
1153
1273
  * Poll has done
1154
1274
  */
@@ -1167,6 +1287,8 @@ export declare namespace GenControllers {
1167
1287
  saveMainMenuSettings(settings: GenModels.MainMenuSettings, options?: RequestOptions): Promise<void>;
1168
1288
  getShowArchivedCardsSetting(options?: RequestOptions): Promise<boolean>;
1169
1289
  setShowArchivedCardsSetting(showArchiveCards: boolean, options?: RequestOptions): Promise<void>;
1290
+ getShowHelpButtonSetting(options?: RequestOptions): Promise<boolean>;
1291
+ setShowHelpButtonSetting(showHelpButton: boolean, options?: RequestOptions): Promise<void>;
1170
1292
  pollIsDone(url: string, options?: RequestOptions): Promise<string>;
1171
1293
  refusePollSetting(options?: RequestOptions): Promise<string>;
1172
1294
  getPollDateSetting(url: string, options?: RequestOptions): Promise<string>;
@@ -1321,6 +1443,12 @@ export declare namespace GenControllers {
1321
1443
  * @param requestModel
1322
1444
  */
1323
1445
  refreshUnreadCounter(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
1446
+ /**
1447
+ * Force unread counter recalculation.
1448
+ *
1449
+ * @param requestModel
1450
+ */
1451
+ refreshUnreadCounterEx(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
1324
1452
  }
1325
1453
  class GridController extends BaseController implements IGridController {
1326
1454
  getCardList(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
@@ -1339,6 +1467,7 @@ export declare namespace GenControllers {
1339
1467
  loadAllPages(baseCursorId: string, options?: RequestOptions): Promise<number>;
1340
1468
  getGridAggregatesModel(request: GenModels.GridAggregateRequest, options?: RequestOptions): Promise<Array<GenModels.GridAggregateModel>>;
1341
1469
  refreshUnreadCounter(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
1470
+ refreshUnreadCounterEx(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
1342
1471
  }
1343
1472
  }
1344
1473
  export declare type $GridController = {
@@ -1471,11 +1600,29 @@ export declare namespace GenControllers {
1471
1600
  * @param includeMainFiles Include main files to list?
1472
1601
  * @param includeAdditionalFiles Include additional files to list?
1473
1602
  */
1474
- getDocumentFiles(documentId: string, includeMainFiles: boolean, includeAdditionalFiles: boolean, options?: RequestOptions): Promise<Array<GenModels.DowloadFilesOperationFileInfoModel>>;
1603
+ getDocumentFiles(documentId: string, includeMainFiles: boolean, includeAdditionalFiles: boolean, options?: RequestOptions): Promise<GenModels.DocumentFilesResponseModel>;
1604
+ /**
1605
+ * GET: /GetZipFiles/
1606
+ *
1607
+ * @param cardId
1608
+ * @param includeAdditionalFiles
1609
+ * @param includeMainFiles
1610
+ */
1611
+ getZipFiles(cardId: string, includeAdditionalFiles: boolean, includeMainFiles: boolean, options?: RequestOptions): Promise<any>;
1612
+ /**
1613
+ * GET: /GetZipFiles/
1614
+ *
1615
+ * @param cardIds
1616
+ * @param includeAdditionalFiles
1617
+ * @param includeMainFiles
1618
+ */
1619
+ getZipFileList(cardIds: Array<string>, includeAdditionalFiles: boolean, includeMainFiles: boolean, options?: RequestOptions): Promise<any>;
1475
1620
  }
1476
1621
  class DownloadFilesBatchOperationController extends BaseController implements IDownloadFilesBatchOperationController {
1477
1622
  isHasFileCertificateSignature(documentId: string, options?: RequestOptions): Promise<GenModels.IsHasFileCertificateSignatureModel>;
1478
- getDocumentFiles(documentId: string, includeMainFiles: boolean, includeAdditionalFiles: boolean, options?: RequestOptions): Promise<Array<GenModels.DowloadFilesOperationFileInfoModel>>;
1623
+ getDocumentFiles(documentId: string, includeMainFiles: boolean, includeAdditionalFiles: boolean, options?: RequestOptions): Promise<GenModels.DocumentFilesResponseModel>;
1624
+ getZipFiles(cardId: string, includeAdditionalFiles: boolean, includeMainFiles: boolean, options?: RequestOptions): Promise<any>;
1625
+ getZipFileList(cardIds: Array<string>, includeAdditionalFiles: boolean, includeMainFiles: boolean, options?: RequestOptions): Promise<any>;
1479
1626
  }
1480
1627
  }
1481
1628
  export declare type $DownloadFilesBatchOperationController = {
@@ -2132,6 +2279,10 @@ export declare namespace GenControllers {
2132
2279
  * @param signatureFormat Signature export format
2133
2280
  */
2134
2281
  exportESign(cardId: string, signatureFormat: GenModels.SignatureFormat, options?: RequestOptions): Promise<any>;
2282
+ /**
2283
+ * Downloads signature byte array
2284
+ */
2285
+ downloadSignature(request: GenModels.SignatureRequest, options?: RequestOptions): Promise<any>;
2135
2286
  /**
2136
2287
  * Get signature information
2137
2288
  */
@@ -2144,6 +2295,7 @@ export declare namespace GenControllers {
2144
2295
  getCheckUniqueAttributes(documentId: string, options?: RequestOptions): Promise<Array<GenModels.UniqueAttribute>>;
2145
2296
  checkUniqueAttributes(uniqueAttributeValues: GenModels.UniqueAttributesValuesList, options?: RequestOptions): Promise<Array<GenModels.UniqueAttributeCard>>;
2146
2297
  exportESign(cardId: string, signatureFormat: GenModels.SignatureFormat, options?: RequestOptions): Promise<any>;
2298
+ downloadSignature(request: GenModels.SignatureRequest, options?: RequestOptions): Promise<any>;
2147
2299
  getSignatureInfo(documentId: string, signaturePartId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureInfoModel>;
2148
2300
  }
2149
2301
  }
@@ -2264,6 +2416,16 @@ export declare namespace GenControllers {
2264
2416
  * POST: /LayoutFile/RenameFile
2265
2417
  */
2266
2418
  renameFile(request: GenModels.RenameFileNameRequest, options?: RequestOptions): Promise<void>;
2419
+ /**
2420
+ * POST: /LayoutFile/GetFileQuotes
2421
+ * Get quotes for file
2422
+ */
2423
+ getFileQuotes(request: GenModels.FileQuotesRequest, options?: RequestOptions): Promise<GenModels.FileQuotes>;
2424
+ /**
2425
+ * POST: /LayoutFile/GetCardQuotes
2426
+ * Get quotes for card
2427
+ */
2428
+ getCardQuotes(request: GenModels.CardQuotesRequest, options?: RequestOptions): Promise<GenModels.CardQuotes>;
2267
2429
  }
2268
2430
  class LayoutFileController extends BaseController implements ILayoutFileController {
2269
2431
  getFiles(request: GenModels.GetFilesRequest, options?: RequestOptions): Promise<GenModels.FileListDataModelBase>;
@@ -2278,6 +2440,8 @@ export declare namespace GenControllers {
2278
2440
  deleteFile(request: GenModels.CommmonFileRequest, options?: RequestOptions): Promise<GenModels.FileListDataModel>;
2279
2441
  changeFileType(request: GenModels.CommmonFileRequest, options?: RequestOptions): Promise<GenModels.FileListDataModel>;
2280
2442
  renameFile(request: GenModels.RenameFileNameRequest, options?: RequestOptions): Promise<void>;
2443
+ getFileQuotes(request: GenModels.FileQuotesRequest, options?: RequestOptions): Promise<GenModels.FileQuotes>;
2444
+ getCardQuotes(request: GenModels.CardQuotesRequest, options?: RequestOptions): Promise<GenModels.CardQuotes>;
2281
2445
  }
2282
2446
  }
2283
2447
  export declare type $LayoutFileController = {