[WIP] Workflows
This commit is contained in:
@@ -38,6 +38,10 @@ export type ApiResponse_EnforcementResponse = {
|
||||
* Enforcement payload
|
||||
*/
|
||||
payload: Record<string, any>;
|
||||
/**
|
||||
* Timestamp when the enforcement was resolved (status changed from created to processed/disabled)
|
||||
*/
|
||||
resolved_at?: string | null;
|
||||
rule?: (null | i64);
|
||||
/**
|
||||
* Rule reference
|
||||
@@ -51,10 +55,6 @@ export type ApiResponse_EnforcementResponse = {
|
||||
* Trigger reference
|
||||
*/
|
||||
trigger_ref: string;
|
||||
/**
|
||||
* Last update timestamp
|
||||
*/
|
||||
updated: string;
|
||||
};
|
||||
/**
|
||||
* Optional message
|
||||
|
||||
Reference in New Issue
Block a user