feat(ECR-034): AdminGovernance PrivacyRequest 只读并 Closed

PrivacyRequest catalog (000035) · Loop continuous.
This commit is contained in:
jackyu66git
2026-08-08 03:15:59 +08:00
parent aad6cdf7ea
commit 45e98f6872
26 changed files with 468 additions and 2 deletions
+22
View File
@@ -0,0 +1,22 @@
ecr: ECR-034
capability: AdminGovernance
bounded_context: Admin_Auth_Audit
parent: WAVE0-FROZEN
predecessor: ECR-033
change:
type: additive
breaking_change: false
migration_required: true
compatibility_notes: >
Adds PrivacyRequest read catalog. Forbidden: UGC / real payment.
apis:
- method: GET
path: /api/v1/admin/privacy/requests
change: added
- method: GET
path: /api/v1/admin/privacy/requests/{id}
change: added
perms:
- code: admin.privacy.read
change: added