From e617ccb9aacd4916f40b6fe2e1d1eb7ae4476748 Mon Sep 17 00:00:00 2001 From: cnhy-nero-diskard Date: Tue, 19 May 2026 14:50:52 +0800 Subject: [PATCH] feat(auditlog): update ExportAuditLogsRequest to accept multiple waveUserIds on wavepro --- admin/v1/admin.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/v1/admin.proto b/admin/v1/admin.proto index 7a535ad0..d99603ce 100644 --- a/admin/v1/admin.proto +++ b/admin/v1/admin.proto @@ -623,8 +623,8 @@ message ExportAuditLogsRequest { // Optional. Valid values are 'ripple' and 'wavepro' for now. If empty default is 'ripple'. string product = 4; - // Optional. Must not be empty if product is 'wavepro'. Return logs for this userId only. - string waveUserId = 5; + // Optional. Must not be empty if product is 'wavepro'. Return logs for these userIds only. + repeated string waveUserIds = 5; } // for wave features settings data maping