Skip to content

Commit fa339d5

Browse files
committed
QueryAuditLog API add request parameters.
1 parent 13eed77 commit fa339d5

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.8.2285 - 2025-7-3
4+
- QueryAuditLog API add request parameters.
5+
6+
37
## 1.8.2284 - 2025-7-2
48
- Generated 2021-03-08 for `eds-user`.
59

src/QuickbiPublic/V20220101/QuickbiPublicApiResolver.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,8 @@ class QueryApprovalInfo extends Rpc
10821082
}
10831083

10841084
/**
1085+
* @method string getAccessSourceFlag()
1086+
* @method $this withAccessSourceFlag($value)
10851087
* @method string getAccessPoint()
10861088
* @method $this withAccessPoint($value)
10871089
* @method string getStartDate()
@@ -1100,6 +1102,8 @@ class QueryApprovalInfo extends Rpc
11001102
* @method $this withOperatorId($value)
11011103
* @method string getWorkspaceId()
11021104
* @method $this withWorkspaceId($value)
1105+
* @method string getUserAccessDevice()
1106+
* @method $this withUserAccessDevice($value)
11031107
*/
11041108
class QueryAuditLog extends Rpc
11051109
{

src/Release.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Release
1616
/**
1717
* Version of the SDK
1818
*/
19-
const VERSION = '1.8.2284';
19+
const VERSION = '1.8.2285';
2020

2121
/**
2222
* @param Event $event

0 commit comments

Comments
 (0)