@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.
- package/Account/Altcha.d.ts +10 -0
- package/Account/LoginContainer.d.ts +2 -0
- package/Account/LoginLogic.d.ts +18 -1
- package/Application.d.ts +3 -3
- package/BackOffice/AddressStoriesData.d.ts +21 -0
- package/BackOffice/AuthenticationKindsView.d.ts +1 -1
- package/BackOffice/BackofficeConstants.d.ts +1 -0
- package/BackOffice/CardKindStoriesData.d.ts +44 -0
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/CommentsStoriesData.d.ts +8 -0
- package/BackOffice/CreateRelatedCardButtonStoriesData.d.ts +22 -0
- package/BackOffice/DelegateBatchOperationStoriesData.d.ts +15 -0
- package/BackOffice/DeleteShortcutBatchOperationStoriesData.d.ts +12 -0
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DepartmentStoriesData.d.ts +88 -0
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +3 -1
- package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +6 -4
- package/BackOffice/DirectoryDesignerRowStoriesData.d.ts +14 -0
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/DisplayInitiatorStoriesData.d.ts +34 -0
- package/BackOffice/DisplayPerformersStoriesData.d.ts +71 -0
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/EmployeeStoriesData.d.ts +16 -0
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListControlStoriesData.d.ts +162 -0
- package/BackOffice/GetSearchItemsType.d.ts +2 -0
- package/BackOffice/GroupTaskCardSelectPerformersStoriesData.d.ts +13 -0
- package/BackOffice/HistoryStoriesData.d.ts +45 -0
- package/BackOffice/HistoryStoriesHelpers.d.ts +4 -0
- package/BackOffice/LinksStoriesData.d.ts +60 -0
- package/BackOffice/MultipleEmployeesStoriesData.d.ts +31 -0
- package/BackOffice/NumeratorStoriesData.d.ts +24 -0
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/Powers.d.ts +1 -1
- package/BackOffice/PowersImpl.d.ts +1 -1
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/StateButtonsStoriesData.d.ts +22 -0
- package/BackOffice/TasksStoriesData.d.ts +36 -0
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/ToSearchArea.d.ts +3 -0
- package/Generated/DocsVision.WebClient.Controllers.d.ts +77 -15
- package/Generated/DocsVision.WebClient.Models.d.ts +2591 -95
- package/Helpers/ComboBox/ComboBoxTitle.d.ts +2 -0
- package/Helpers/InputMask/InputMaskView.d.ts +1 -1
- package/Helpers/InputMask/components/InputMaskField.d.ts +1 -1
- package/Helpers/LoadingIcon/LoadingIcon.d.ts +1 -0
- package/Legacy/ILegacyRouter.d.ts +1 -0
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/Utils.d.ts +2 -0
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +2 -2
- package/Platform/ApprovalVisualizationView.d.ts +1 -1
- package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/CardLink.d.ts +7 -7
- package/Platform/CertificateSettingsView.d.ts +1 -1
- package/Platform/CheckFileAllowed.d.ts +2 -0
- package/Platform/CheckFilesAllowed.d.ts +1 -0
- package/Platform/CompleteTaskConditionsTableModelStub.d.ts +53 -0
- package/Platform/DeleteBatchOperationStoriesData.d.ts +13 -0
- package/Platform/DownloadFilesBatchOperationStoriesData.d.ts +16 -0
- package/Platform/FavoritesPageRouteHandler.d.ts +5 -5
- package/Platform/FavoritesRouteHandler.d.ts +3 -3
- package/Platform/FolderCardsDashboardStoriesData.d.ts +2 -0
- package/Platform/FolderGridService.d.ts +4 -4
- package/Platform/FolderNameImpl.d.ts +0 -1
- package/Platform/FolderRouteHelpers.d.ts +1 -4
- package/Platform/FolderViewItemsImpl.d.ts +26 -28
- package/Platform/FolderWebFrameRouteHandler.d.ts +2 -3
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/MoveShortcutBatchOperationStoriesData.d.ts +12 -0
- package/Platform/ReadBatchBatchOperationStoriesData.d.ts +13 -0
- package/Platform/RecentCardsPageRouteHandler.d.ts +5 -5
- package/Platform/RecentCardsRouteHandler.d.ts +4 -4
- package/Platform/ScanDialogServiceStoriesData.d.ts +2 -0
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/TextBoxInputField.d.ts +1 -1
- package/Platform/TextBoxInputMaskView.d.ts +1 -1
- package/Platform/TextListInputView.d.ts +3 -3
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/WebFrameSearchPanel.d.ts +15 -15
- package/StandardServices.d.ts +1 -2
- package/System/DirectoryBaseImpl.d.ts +1 -0
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/DownloadsTab.d.ts +578 -0
- package/System/FileControllerStub.d.ts +14 -0
- package/System/FilePreviewStub.d.ts +4 -0
- package/System/GroupMenuChildrenModelStub.d.ts +64 -0
- package/System/LinkMainMenuModelStub.d.ts +22 -0
- package/System/PagesControllerStub.d.ts +9 -0
- package/System/ProfileTab.d.ts +1349 -0
- package/System/RealtimeCommunicationService.d.ts +17 -2
- package/System/ResourcesStub.d.ts +8 -0
- package/System/Router.d.ts +2 -1
- package/System/SearchingResultsStub.d.ts +48 -0
- package/System/SettingsTab.d.ts +716 -0
- package/System/StatusTab.d.ts +1135 -0
- package/System/StorybookStory.d.ts +8 -4
- package/System/TableStub.d.ts +617 -0
- package/package.json +1 -1
- package/Account/Login.stories.d.ts +0 -12
- package/BackOffice/AuthenticationKinds.stories.d.ts +0 -10
- package/BackOffice/DirectoryTabs.stories.d.ts +0 -8
- package/BackOffice/DirectoryTree.stories.d.ts +0 -9
- package/BackOffice/DirectoryValues.stories.d.ts +0 -8
- package/BackOffice/EmailButton.stories.d.ts +0 -10
- package/BackOffice/FileListControl.stories.d.ts +0 -10
- package/BackOffice/FileSignListDialog.stories.d.ts +0 -13
- package/BackOffice/Numerator.stories.d.ts +0 -8
- package/BackOffice/Powers.stories.d.ts +0 -20
- package/BackOffice/PowersDirectory.stories.d.ts +0 -20
- package/BackOffice/SignatureButton.stories.d.ts +0 -10
- package/BackOffice/SignatureDialog.stories.d.ts +0 -25
- package/BackOffice/SignatureMethodsSetup.stories.d.ts +0 -14
- package/BackOffice/StaffDirectory.stories.d.ts +0 -24
- package/BackOffice/TasksTable.stories.d.ts +0 -21
- package/BackOffice/WebFrameDirectorySearchPanel.stories.d.ts +0 -8
- package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +0 -10
- package/Helpers/Button.stories.d.ts +0 -8
- package/Helpers/DropdownButton/DropdownButton.stories.d.ts +0 -10
- package/Helpers/EmployeeName.stories.d.ts +0 -8
- package/Helpers/InputMask/InputMask.stories.d.ts +0 -11
- package/Helpers/SearchBar.stories.d.ts +0 -8
- package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +0 -8
- package/Legacy/$FolderViews.d.ts +0 -8
- package/Legacy/BasicGridHtmlBuilder.d.ts +0 -133
- package/Legacy/DesktopGridHtmlBuilder.d.ts +0 -30
- package/Legacy/FilterSidePanel.d.ts +0 -4
- package/Legacy/FolderViewHandler.d.ts +0 -9
- package/Legacy/FolderViews.d.ts +0 -26
- package/Legacy/FormFactor.d.ts +0 -5
- package/Legacy/Grid.d.ts +0 -50
- package/Legacy/GridModeService.d.ts +0 -10
- package/Legacy/GridRowSelectionService.d.ts +0 -12
- package/Legacy/GridRowsSelectionLogic.d.ts +0 -30
- package/Legacy/IGridHtmlBuilder.d.ts +0 -25
- package/Legacy/ISortingColumn.d.ts +0 -5
- package/Legacy/MobileGridHtmlBuilder.d.ts +0 -31
- package/Platform/Aggregates.stories.d.ts +0 -8
- package/Platform/Diagram.stories.d.ts +0 -11
- package/Platform/Dropdown.stories.d.ts +0 -12
- package/Platform/FilePicker.stories.d.ts +0 -11
- package/Platform/FolderCountersRouteHandler.d.ts +0 -29
- package/Platform/FolderGrid.stories.d.ts +0 -17
- package/Platform/FolderTypeItems.stories.d.ts +0 -9
- package/Platform/FolderViewItems.stories.d.ts +0 -9
- package/Platform/GridManagement.d.ts +0 -8
- package/Platform/OpenedDialogFixture.d.ts +0 -2
- package/Platform/QueryCondition.stories.d.ts +0 -5
- package/Platform/Quotes.stories.d.ts +0 -8
- package/Platform/ScanDialogService.stories.d.ts +0 -22
- package/Platform/SecurityDescriptorDialog.stories.d.ts +0 -10
- package/Platform/SettingsPopup.stories.d.ts +0 -1
- package/Platform/Tab.stories.d.ts +0 -9
- package/Platform/TextBox.stories.d.ts +0 -18
- package/Platform/Toolbar.stories.d.ts +0 -12
- package/Platform/WebFrameBodyContainer.stories.d.ts +0 -8
- package/Platform/WebFrameCompanyLogo.stories.d.ts +0 -10
- package/Platform/WebFrameCurrentPageName.stories.d.ts +0 -8
- package/Platform/WebFrameHeaderContainer.stories.d.ts +0 -17
- package/Platform/WebFrameHelpButton.stories.d.ts +0 -10
- package/Platform/WebFrameMainMenuButton.stories.d.ts +0 -8
- package/Platform/WebFrameMainMenuContainer.stories.d.ts +0 -10
- package/Platform/WebFrameNavigationBar.stories.d.ts +0 -19
- package/Platform/WebFrameSearchPanel.stories.d.ts +0 -14
- package/Platform/WebFrameUserPanel.stories.d.ts +0 -12
- package/System/LocationContainerControl.stories.d.ts +0 -18
- 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/
|
|
23
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
|
|
24
24
|
dialog: (props:
|
|
25
|
-
import("D:/BuildAgent/work/
|
|
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/
|
|
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
|
-
|
|
1700
|
-
|
|
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
|
-
|
|
1720
|
-
|
|
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
|