File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 */
11041108class QueryAuditLog extends Rpc
11051109{
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments