Skip to content

Commit 72c0773

Browse files
committed
LAC-27: Log admin actions with Login as Customer.
1 parent f385739 commit 72c0773

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

app/code/Magento/LoginAsCustomerLog/Api/Data/LogInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
/**
1313
* Data interface for login as customer log.
14+
*
15+
* @api
1416
*/
1517
interface LogInterface extends ExtensibleDataInterface
1618
{

app/code/Magento/LoginAsCustomerLog/Api/Data/LogSearchResultsInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
/**
1313
* Login as customer log entity search results interface.
14+
*
15+
* @api
1416
*/
1517
interface LogSearchResultsInterface extends SearchResultsInterface
1618
{

app/code/Magento/LoginAsCustomerLog/Api/GetLogsListInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
/**
1414
* Get login as customer log list considering search criteria.
15+
*
16+
* @api
1517
*/
1618
interface GetLogsListInterface
1719
{

app/code/Magento/LoginAsCustomerLog/Api/SaveLogsInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
/**
1111
* Save login as custom logs entities.
12+
*
13+
* @api
1214
*/
1315
interface SaveLogsInterface
1416
{

0 commit comments

Comments
 (0)