changed known policies enum #602

Merged
tech merged 1 commits from front-600 into main 2026-03-02 22:58:11 +00:00
Showing only changes of commit 3c6cffdf33 - Show all commits

View File

@@ -7,15 +7,7 @@ enum ResourceType {
@JsonValue('accounts')
accounts,
/// Represents analytics integration with Amplitude
@JsonValue('amplitude')
amplitude,
/// Represents automation workflows
@JsonValue('automations')
automations,
/// Tracks changes made to resources
/// Tracks callbacks configurations
@JsonValue('callbacks')
callbacks,
@@ -31,10 +23,6 @@ enum ResourceType {
@JsonValue('invitations')
invitations,
/// Represents invoices
@JsonValue('invoices')
invoices,
/// Represents logos for organizations or projects
@JsonValue('logo')
logo,