@docsvision/webclient 6.1.6-beta.1 → 6.1.8

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 (176) hide show
  1. package/Account/Altcha.d.ts +10 -0
  2. package/Account/LoginContainer.d.ts +2 -0
  3. package/Account/LoginLogic.d.ts +18 -1
  4. package/Application.d.ts +3 -3
  5. package/BackOffice/AddressStoriesData.d.ts +21 -0
  6. package/BackOffice/AuthenticationKindsView.d.ts +1 -1
  7. package/BackOffice/BackofficeConstants.d.ts +1 -0
  8. package/BackOffice/CardKindStoriesData.d.ts +44 -0
  9. package/BackOffice/CardKindTreeNode.d.ts +1 -1
  10. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  11. package/BackOffice/CommentsStoriesData.d.ts +8 -0
  12. package/BackOffice/CreateRelatedCardButtonStoriesData.d.ts +22 -0
  13. package/BackOffice/DelegateBatchOperationStoriesData.d.ts +15 -0
  14. package/BackOffice/DeleteShortcutBatchOperationStoriesData.d.ts +12 -0
  15. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  16. package/BackOffice/DepartmentStoriesData.d.ts +88 -0
  17. package/BackOffice/DirectoryDesRowSelectDialog.d.ts +3 -1
  18. package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
  19. package/BackOffice/DirectoryDesignerRowImpl.d.ts +6 -4
  20. package/BackOffice/DirectoryDesignerRowStoriesData.d.ts +14 -0
  21. package/BackOffice/DirectorySearchContent.d.ts +1 -1
  22. package/BackOffice/DirectorySearchResultView.d.ts +2 -2
  23. package/BackOffice/DisplayInitiatorStoriesData.d.ts +34 -0
  24. package/BackOffice/DisplayPerformersStoriesData.d.ts +71 -0
  25. package/BackOffice/EmailButtonView.d.ts +2 -2
  26. package/BackOffice/EmployeeStoriesData.d.ts +16 -0
  27. package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
  28. package/BackOffice/FileListControlStoriesData.d.ts +162 -0
  29. package/BackOffice/GetSearchItemsType.d.ts +2 -0
  30. package/BackOffice/GroupTaskCardSelectPerformersStoriesData.d.ts +13 -0
  31. package/BackOffice/HistoryStoriesData.d.ts +45 -0
  32. package/BackOffice/HistoryStoriesHelpers.d.ts +4 -0
  33. package/BackOffice/LinksStoriesData.d.ts +60 -0
  34. package/BackOffice/MultipleEmployeesStoriesData.d.ts +31 -0
  35. package/BackOffice/NumeratorStoriesData.d.ts +24 -0
  36. package/BackOffice/PartnerBase.d.ts +2 -2
  37. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  38. package/BackOffice/Powers.d.ts +1 -1
  39. package/BackOffice/PowersImpl.d.ts +1 -1
  40. package/BackOffice/PrintButtonView.d.ts +1 -1
  41. package/BackOffice/StaffDirectoryItems.d.ts +1 -1
  42. package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
  43. package/BackOffice/StateButtonsStoriesData.d.ts +22 -0
  44. package/BackOffice/TasksStoriesData.d.ts +36 -0
  45. package/BackOffice/TasksTableView.d.ts +3 -3
  46. package/BackOffice/ToSearchArea.d.ts +3 -0
  47. package/Generated/DocsVision.WebClient.Controllers.d.ts +77 -15
  48. package/Generated/DocsVision.WebClient.Models.d.ts +2591 -95
  49. package/Helpers/ComboBox/ComboBoxTitle.d.ts +2 -0
  50. package/Helpers/InputMask/InputMaskView.d.ts +1 -1
  51. package/Helpers/InputMask/components/InputMaskField.d.ts +1 -1
  52. package/Helpers/LoadingIcon/LoadingIcon.d.ts +1 -0
  53. package/Legacy/ILegacyRouter.d.ts +1 -0
  54. package/Legacy/StandardControllers.d.ts +2 -2
  55. package/Legacy/Utils.d.ts +2 -0
  56. package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +2 -2
  57. package/Platform/ApprovalVisualizationView.d.ts +1 -1
  58. package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
  59. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  60. package/Platform/CardLink.d.ts +7 -7
  61. package/Platform/CertificateSettingsView.d.ts +1 -1
  62. package/Platform/CheckFileAllowed.d.ts +2 -0
  63. package/Platform/CheckFilesAllowed.d.ts +1 -0
  64. package/Platform/CompleteTaskConditionsTableModelStub.d.ts +53 -0
  65. package/Platform/DeleteBatchOperationStoriesData.d.ts +13 -0
  66. package/Platform/DownloadFilesBatchOperationStoriesData.d.ts +16 -0
  67. package/Platform/FavoritesPageRouteHandler.d.ts +5 -5
  68. package/Platform/FavoritesRouteHandler.d.ts +3 -3
  69. package/Platform/FolderCardsDashboardStoriesData.d.ts +2 -0
  70. package/Platform/FolderGridService.d.ts +4 -4
  71. package/Platform/FolderNameImpl.d.ts +0 -1
  72. package/Platform/FolderRouteHelpers.d.ts +1 -4
  73. package/Platform/FolderViewItemsImpl.d.ts +26 -28
  74. package/Platform/FolderWebFrameRouteHandler.d.ts +2 -3
  75. package/Platform/ListCheckbox.d.ts +1 -1
  76. package/Platform/ListInput.d.ts +1 -1
  77. package/Platform/LoaderDialog.d.ts +1 -1
  78. package/Platform/MoveShortcutBatchOperationStoriesData.d.ts +12 -0
  79. package/Platform/ReadBatchBatchOperationStoriesData.d.ts +13 -0
  80. package/Platform/RecentCardsPageRouteHandler.d.ts +5 -5
  81. package/Platform/RecentCardsRouteHandler.d.ts +4 -4
  82. package/Platform/ScanDialogServiceStoriesData.d.ts +2 -0
  83. package/Platform/SearchTextInput.d.ts +1 -1
  84. package/Platform/SecurityDescriptorDialog.d.ts +1 -1
  85. package/Platform/TextBoxInputField.d.ts +1 -1
  86. package/Platform/TextBoxInputMaskView.d.ts +1 -1
  87. package/Platform/TextListInputView.d.ts +3 -3
  88. package/Platform/UserProfileDialog.d.ts +1 -1
  89. package/Platform/WebFrameSearchPanel.d.ts +15 -15
  90. package/StandardServices.d.ts +1 -2
  91. package/System/DirectoryBaseImpl.d.ts +1 -0
  92. package/System/DirectorySelectDialog.d.ts +2 -2
  93. package/System/DownloadsTab.d.ts +578 -0
  94. package/System/FileControllerStub.d.ts +14 -0
  95. package/System/FilePreviewStub.d.ts +4 -0
  96. package/System/GroupMenuChildrenModelStub.d.ts +64 -0
  97. package/System/LinkMainMenuModelStub.d.ts +22 -0
  98. package/System/PagesControllerStub.d.ts +9 -0
  99. package/System/ProfileTab.d.ts +1349 -0
  100. package/System/RealtimeCommunicationService.d.ts +17 -2
  101. package/System/ResourcesStub.d.ts +8 -0
  102. package/System/Router.d.ts +2 -1
  103. package/System/SearchingResultsStub.d.ts +48 -0
  104. package/System/SettingsTab.d.ts +716 -0
  105. package/System/StatusTab.d.ts +1135 -0
  106. package/System/StorybookStory.d.ts +8 -4
  107. package/System/TableStub.d.ts +617 -0
  108. package/package.json +1 -1
  109. package/Account/Login.stories.d.ts +0 -12
  110. package/BackOffice/AuthenticationKinds.stories.d.ts +0 -10
  111. package/BackOffice/DirectoryTabs.stories.d.ts +0 -8
  112. package/BackOffice/DirectoryTree.stories.d.ts +0 -9
  113. package/BackOffice/DirectoryValues.stories.d.ts +0 -8
  114. package/BackOffice/EmailButton.stories.d.ts +0 -10
  115. package/BackOffice/FileListControl.stories.d.ts +0 -10
  116. package/BackOffice/FileSignListDialog.stories.d.ts +0 -13
  117. package/BackOffice/Numerator.stories.d.ts +0 -8
  118. package/BackOffice/Powers.stories.d.ts +0 -20
  119. package/BackOffice/PowersDirectory.stories.d.ts +0 -20
  120. package/BackOffice/SignatureButton.stories.d.ts +0 -10
  121. package/BackOffice/SignatureDialog.stories.d.ts +0 -25
  122. package/BackOffice/SignatureMethodsSetup.stories.d.ts +0 -14
  123. package/BackOffice/StaffDirectory.stories.d.ts +0 -24
  124. package/BackOffice/TasksTable.stories.d.ts +0 -21
  125. package/BackOffice/WebFrameDirectorySearchPanel.stories.d.ts +0 -8
  126. package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +0 -10
  127. package/Helpers/Button.stories.d.ts +0 -8
  128. package/Helpers/DropdownButton/DropdownButton.stories.d.ts +0 -10
  129. package/Helpers/EmployeeName.stories.d.ts +0 -8
  130. package/Helpers/InputMask/InputMask.stories.d.ts +0 -11
  131. package/Helpers/SearchBar.stories.d.ts +0 -8
  132. package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +0 -8
  133. package/Legacy/$FolderViews.d.ts +0 -8
  134. package/Legacy/BasicGridHtmlBuilder.d.ts +0 -133
  135. package/Legacy/DesktopGridHtmlBuilder.d.ts +0 -30
  136. package/Legacy/FilterSidePanel.d.ts +0 -4
  137. package/Legacy/FolderViewHandler.d.ts +0 -9
  138. package/Legacy/FolderViews.d.ts +0 -26
  139. package/Legacy/FormFactor.d.ts +0 -5
  140. package/Legacy/Grid.d.ts +0 -50
  141. package/Legacy/GridModeService.d.ts +0 -10
  142. package/Legacy/GridRowSelectionService.d.ts +0 -12
  143. package/Legacy/GridRowsSelectionLogic.d.ts +0 -30
  144. package/Legacy/IGridHtmlBuilder.d.ts +0 -25
  145. package/Legacy/ISortingColumn.d.ts +0 -5
  146. package/Legacy/MobileGridHtmlBuilder.d.ts +0 -31
  147. package/Platform/Aggregates.stories.d.ts +0 -8
  148. package/Platform/Diagram.stories.d.ts +0 -11
  149. package/Platform/Dropdown.stories.d.ts +0 -12
  150. package/Platform/FilePicker.stories.d.ts +0 -11
  151. package/Platform/FolderCountersRouteHandler.d.ts +0 -29
  152. package/Platform/FolderGrid.stories.d.ts +0 -17
  153. package/Platform/FolderTypeItems.stories.d.ts +0 -9
  154. package/Platform/FolderViewItems.stories.d.ts +0 -9
  155. package/Platform/GridManagement.d.ts +0 -8
  156. package/Platform/OpenedDialogFixture.d.ts +0 -2
  157. package/Platform/QueryCondition.stories.d.ts +0 -5
  158. package/Platform/Quotes.stories.d.ts +0 -8
  159. package/Platform/ScanDialogService.stories.d.ts +0 -22
  160. package/Platform/SecurityDescriptorDialog.stories.d.ts +0 -10
  161. package/Platform/SettingsPopup.stories.d.ts +0 -1
  162. package/Platform/Tab.stories.d.ts +0 -9
  163. package/Platform/TextBox.stories.d.ts +0 -18
  164. package/Platform/Toolbar.stories.d.ts +0 -12
  165. package/Platform/WebFrameBodyContainer.stories.d.ts +0 -8
  166. package/Platform/WebFrameCompanyLogo.stories.d.ts +0 -10
  167. package/Platform/WebFrameCurrentPageName.stories.d.ts +0 -8
  168. package/Platform/WebFrameHeaderContainer.stories.d.ts +0 -17
  169. package/Platform/WebFrameHelpButton.stories.d.ts +0 -10
  170. package/Platform/WebFrameMainMenuButton.stories.d.ts +0 -8
  171. package/Platform/WebFrameMainMenuContainer.stories.d.ts +0 -10
  172. package/Platform/WebFrameNavigationBar.stories.d.ts +0 -19
  173. package/Platform/WebFrameSearchPanel.stories.d.ts +0 -14
  174. package/Platform/WebFrameUserPanel.stories.d.ts +0 -12
  175. package/System/LocationContainerControl.stories.d.ts +0 -18
  176. package/System/LocationContainerControlRealoadLayoutApi.stories.d.ts +0 -20
@@ -20,16 +20,16 @@ import { TasksTableIconButton } from '@docsvision/webclient/BackOffice/TasksTabl
20
20
  import { StaffDirectoryItems } from '@docsvision/webclient/BackOffice/StaffDirectoryItems';
21
21
  export declare class TasksTableView {
22
22
  mainButton: (props:
23
- import("D:/BuildAgent/work/43698d70d905217f/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
23
+ import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
24
24
  dialog: (props:
25
- import("D:/BuildAgent/work/43698d70d905217f/Bin/TypeScriptDefinitions/Helpers/ModalDialog/CommonModalDialog").CommonModalDialogProps) => JSX.Element;
25
+ import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Helpers/ModalDialog/CommonModalDialog").CommonModalDialogProps) => JSX.Element;
26
26
  controlWrapper: typeof TasksTableControlWrapper;
27
27
  ribbon: typeof TasksTableRibbon;
28
28
  ribbonGroup:
29
29
  import("styled-components").StyledComponent<"div", any, {
30
30
  className: string;
31
31
  } &
32
- import("D:/BuildAgent/work/43698d70d905217f/Bin/TypeScriptDefinitions/Helpers/Ribbon/RibbonGroup").IRibbonGroupProps, "className">;
32
+ import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Helpers/Ribbon/RibbonGroup").IRibbonGroupProps, "className">;
33
33
  ribbonButton: typeof TasksTableRibbonButton;
34
34
  ribbonContainer: typeof TasksTableRibbonContainer;
35
35
  ribbonFilterButton: typeof TasksTableFilterButton;
@@ -0,0 +1,3 @@
1
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
+ import { DirectoryDesignerSelectionArea } from "@docsvision/webclient/BackOffice/DirectoryDesignerRow";
3
+ export declare function toSearchArea(selectionArea: DirectoryDesignerSelectionArea): GenModels.DirectoryDesignerSearchArea;
@@ -111,10 +111,10 @@ export declare namespace GenControllers {
111
111
  /**
112
112
  * Get card html by xslt id
113
113
  */
114
- checkUserAuthenticationLogin(extensionId: string, login: string, options?: RequestOptions): Promise<boolean>;
114
+ checkUserAuthenticationLogin(extensionId: string, login: string, userId: string, options?: RequestOptions): Promise<boolean>;
115
115
  }
116
116
  class AuthenticationKindsController extends ControllerBase implements IAuthenticationKindsController {
117
- checkUserAuthenticationLogin(extensionId: string, login: string, options?: RequestOptions): Promise<boolean>;
117
+ checkUserAuthenticationLogin(extensionId: string, login: string, userId: string, options?: RequestOptions): Promise<boolean>;
118
118
  }
119
119
  }
120
120
  export declare type $AuthenticationKindsController = {
@@ -1115,14 +1115,6 @@ export declare namespace GenControllers {
1115
1115
  * @returns Model with list of recent cards
1116
1116
  */
1117
1117
  recentCards(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
1118
- /**
1119
- * Get recent cards
1120
- *
1121
- * @param request Request model
1122
- *
1123
- * @returns Model with list of recent cards
1124
- */
1125
- recentCardsEx(request: GenModels.RecentCardsRequest, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
1126
1118
  /**
1127
1119
  * Get recent cards
1128
1120
  */
@@ -1138,7 +1130,6 @@ export declare namespace GenControllers {
1138
1130
  }
1139
1131
  class PagesController extends ControllerBase implements IPagesController {
1140
1132
  recentCards(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
1141
- recentCardsEx(request: GenModels.RecentCardsRequest, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
1142
1133
  recentCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
1143
1134
  favorites(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
1144
1135
  favoritesCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
@@ -1290,6 +1281,10 @@ export declare namespace GenControllers {
1290
1281
  * Получение файла с поддержкой AllowAnonymous. AccessToken не удаляется автоматически.
1291
1282
  */
1292
1283
  getFile(accessToken: string, options?: RequestOptions): Promise<any>;
1284
+ /**
1285
+ * Получение файла с поддержкой AllowAnonymous
1286
+ */
1287
+ getFileByJToken(accessJwtToken: string, options?: RequestOptions): Promise<any>;
1293
1288
  /**
1294
1289
  * Блокирует файл с поддержкой AllowAnonymous. AccessToken не удаляется автоматически.
1295
1290
  */
@@ -1322,6 +1317,7 @@ export declare namespace GenControllers {
1322
1317
  class R7OfficeController extends ControllerBase implements IR7OfficeController {
1323
1318
  getFilePreview(accessToken: string, options?: RequestOptions): Promise<any>;
1324
1319
  getFile(accessToken: string, options?: RequestOptions): Promise<any>;
1320
+ getFileByJToken(accessJwtToken: string, options?: RequestOptions): Promise<any>;
1325
1321
  lockFile(accessToken: string, options?: RequestOptions): Promise<any>;
1326
1322
  unlockFile(accessToken: string, options?: RequestOptions): Promise<any>;
1327
1323
  unlockFileEx(accessToken: string, options?: RequestOptions): Promise<any>;
@@ -1400,6 +1396,24 @@ export declare type $DataGridControlController = {
1400
1396
  dataGridControlController: GenControllers.IDataGridControlController;
1401
1397
  };
1402
1398
  export declare const $DataGridControlController: string | ((model?: $DataGridControlController) => GenControllers.IDataGridControlController);
1399
+ export declare namespace GenControllers {
1400
+ /**
1401
+ * Represents controller to check Web-client initialization status.
1402
+ */
1403
+ interface IRealtimeCommunicationController {
1404
+ /**
1405
+ * Check, whether active signalr connections already exists with specified session id.
1406
+ */
1407
+ hasActiveSignalRConnections(sessionId: string, options?: RequestOptions): Promise<boolean>;
1408
+ }
1409
+ class RealtimeCommunicationController extends ControllerBase implements IRealtimeCommunicationController {
1410
+ hasActiveSignalRConnections(sessionId: string, options?: RequestOptions): Promise<boolean>;
1411
+ }
1412
+ }
1413
+ export declare type $RealtimeCommunicationController = {
1414
+ realtimeCommunicationController: GenControllers.IRealtimeCommunicationController;
1415
+ };
1416
+ export declare const $RealtimeCommunicationController: string | ((model?: $RealtimeCommunicationController) => GenControllers.IRealtimeCommunicationController);
1403
1417
  export declare namespace GenControllers {
1404
1418
  /**
1405
1419
  * Scan button controller
@@ -1696,8 +1710,16 @@ export declare namespace GenControllers {
1696
1710
  * @returns action result
1697
1711
  */
1698
1712
  login(model: GenModels.LoginModel, returnUrl: string, options?: RequestOptions): Promise<any>;
1699
- loginWithExtension(model: GenModels.ExtensionModel, options?: RequestOptions): Promise<string>;
1700
- loginWithESIA(model: GenModels.ExtensionModelCode, options?: RequestOptions): Promise<any>;
1713
+ /**
1714
+ * Returns whether CAPTCHA is currently required for this client/user within the time window
1715
+ */
1716
+ isCaptchaRequired(userName: string, tenantId: string, options?: RequestOptions): Promise<string>;
1717
+ /**
1718
+ * Generates a new CAPTCHA challenge for anonymous users.
1719
+ */
1720
+ getCaptchaChallenge(userName: string, tenantId: string, options?: RequestOptions): Promise<string>;
1721
+ loginWithExtension(model: GenModels.ExtensionModel, providerId: string, options?: RequestOptions): Promise<string>;
1722
+ loginWithCode(model: GenModels.ExtensionModelCode, options?: RequestOptions): Promise<any>;
1701
1723
  /**
1702
1724
  * Get WebClient AuthExtensions
1703
1725
  */
@@ -1716,8 +1738,10 @@ export declare namespace GenControllers {
1716
1738
  class AccountController extends ControllerBase implements IAccountController {
1717
1739
  getLoginView(options?: RequestOptions): Promise<string>;
1718
1740
  login(model: GenModels.LoginModel, returnUrl: string, options?: RequestOptions): Promise<any>;
1719
- loginWithExtension(model: GenModels.ExtensionModel, options?: RequestOptions): Promise<string>;
1720
- loginWithESIA(model: GenModels.ExtensionModelCode, options?: RequestOptions): Promise<any>;
1741
+ isCaptchaRequired(userName: string, tenantId: string, options?: RequestOptions): Promise<string>;
1742
+ getCaptchaChallenge(userName: string, tenantId: string, options?: RequestOptions): Promise<string>;
1743
+ loginWithExtension(model: GenModels.ExtensionModel, providerId: string, options?: RequestOptions): Promise<string>;
1744
+ loginWithCode(model: GenModels.ExtensionModelCode, options?: RequestOptions): Promise<any>;
1721
1745
  getWebClientAuthExtensions(returnUrl: string, options?: RequestOptions): Promise<string>;
1722
1746
  getLoginUrlForExtension(providerId: string, options?: RequestOptions): Promise<string>;
1723
1747
  logOff(returnUrl?: string, options?: RequestOptions): Promise<string>;
@@ -1894,6 +1918,44 @@ export declare type $ClientLogController = {
1894
1918
  clientLogController: GenControllers.IClientLogController;
1895
1919
  };
1896
1920
  export declare const $ClientLogController: string | ((model?: $ClientLogController) => GenControllers.IClientLogController);
1921
+ export declare namespace GenControllers {
1922
+ /**
1923
+ * Diagnostics log controller
1924
+ */
1925
+ interface IDiagnosticsLogController {
1926
+ /**
1927
+ * Setting a filter by user
1928
+ */
1929
+ addLogUser(user: string, options?: RequestOptions): Promise<void>;
1930
+ /**
1931
+ * Setting a filter by request address
1932
+ */
1933
+ addLogAddress(address: string, options?: RequestOptions): Promise<void>;
1934
+ /**
1935
+ * Setting a filter by request time
1936
+ */
1937
+ addLogRequestTime(milliseconds: number, options?: RequestOptions): Promise<void>;
1938
+ /**
1939
+ * Set timer time to automatically disable logging
1940
+ */
1941
+ setIntervalTimer(minutes: number, options?: RequestOptions): Promise<void>;
1942
+ /**
1943
+ * Reset all filters
1944
+ */
1945
+ reset(options?: RequestOptions): Promise<void>;
1946
+ }
1947
+ class DiagnosticsLogController extends ControllerBase implements IDiagnosticsLogController {
1948
+ addLogUser(user: string, options?: RequestOptions): Promise<void>;
1949
+ addLogAddress(address: string, options?: RequestOptions): Promise<void>;
1950
+ addLogRequestTime(milliseconds: number, options?: RequestOptions): Promise<void>;
1951
+ setIntervalTimer(minutes: number, options?: RequestOptions): Promise<void>;
1952
+ reset(options?: RequestOptions): Promise<void>;
1953
+ }
1954
+ }
1955
+ export declare type $DiagnosticsLogController = {
1956
+ diagnosticsLogController: GenControllers.IDiagnosticsLogController;
1957
+ };
1958
+ export declare const $DiagnosticsLogController: string | ((model?: $DiagnosticsLogController) => GenControllers.IDiagnosticsLogController);
1897
1959
  export declare namespace GenControllers {
1898
1960
  /**
1899
1961
  * Download files batch operation controller