File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 147
147
crypto_key_feature_workspace_apps_api_key : CryptoKeyFeatureWorkspaceAppsAPIKey
148
148
crypto_key_feature_oidc_convert : CryptoKeyFeatureOIDCConvert
149
149
stale_interval_ms : StaleIntervalMS
150
+ has_ai_task : HasAITask
151
+ ai_tasks_sidebar_app_id : AITasksSidebarAppID
150
152
rules :
151
153
- name : do-not-use-public-schema-in-queries
152
154
message : " do not use public schema in queries"
Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ var auditableResourcesTypes = map[any]map[string]Action{
135
135
"created_by_name" : ActionIgnore ,
136
136
"archived" : ActionTrack ,
137
137
"source_example_id" : ActionIgnore , // Never changes.
138
+ "has_ai_task" : ActionIgnore , // Never changes.
138
139
},
139
140
& database.User {}: {
140
141
"id" : ActionTrack ,
@@ -193,6 +194,8 @@ var auditableResourcesTypes = map[any]map[string]Action{
193
194
"initiator_by_username" : ActionIgnore ,
194
195
"initiator_by_name" : ActionIgnore ,
195
196
"template_version_preset_id" : ActionIgnore , // Never changes.
197
+ "has_ai_task" : ActionIgnore , // Never changes.
198
+ "ai_tasks_sidebar_app_id" : ActionIgnore , // Never changes.
196
199
},
197
200
& database.AuditableGroup {}: {
198
201
"id" : ActionTrack ,
You can’t perform that action at this time.
0 commit comments