changed known policies enum

This commit is contained in:
Stephan D
2026-03-02 23:48:59 +01:00
parent 7559d4d09b
commit 2f77d9d972
8 changed files with 160 additions and 11 deletions

View File

@@ -15,6 +15,10 @@ enum ResourceType {
@JsonValue('automations')
automations,
/// Tracks changes made to resources
@JsonValue('callbacks')
callbacks,
/// Tracks changes made to resources
@JsonValue('changes')
changes,