feat(FN-4913): complete Step 5 — register secrets sync audit event types
Fusion-Task-Id: FN-4913 Fusion-Task-Lineage: 2fa1fe49-a2a9-405d-833b-cb34d41ef19a
This commit is contained in:
committed by
gsxdsm
parent
eef8db102f
commit
5992f043eb
@@ -206,7 +206,9 @@ export type FilesystemMutationType =
|
||||
| "binary:install-requested"
|
||||
| "binary:install-success"
|
||||
| "binary:install-failed"
|
||||
| "binary:install-denied";
|
||||
| "binary:install-denied"
|
||||
| "secret:sync-push"
|
||||
| "secret:sync-pull";
|
||||
|
||||
export type SandboxMutationType = "sandbox:prepare" | "sandbox:run" | "sandbox:failure" | "sandbox:fallback";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user