File tree Expand file tree Collapse file tree 7 files changed +93
-1
lines changed
slack-api-client/src/main/java/com/slack/api/audit Expand file tree Collapse file tree 7 files changed +93
-1
lines changed Original file line number Diff line number Diff line change 132132 " intune_enabled" ,
133133 " intune_disabled" ,
134134 " workspace_copy_approval_source" ,
135- " workspace_copy_approval_target"
135+ " workspace_copy_approval_target" ,
136+ " pref.uneditable_user_profile_fields"
136137 ],
137138 "user" : [
138139 " custom_tos_accepted" ,
Original file line number Diff line number Diff line change 495495 "initial_users" : [
496496 " "
497497 ]
498+ },
499+ {
500+ "type" : " " ,
501+ "image_url" : " " ,
502+ "alt_text" : " " ,
503+ "fallback" : " " ,
504+ "image_width" : 12345 ,
505+ "image_height" : 12345 ,
506+ "image_bytes" : 12345
498507 }
499508 ],
500509 "call_id" : " R00000000" ,
Original file line number Diff line number Diff line change 169169 "initial_users" : [
170170 " "
171171 ]
172+ },
173+ {
174+ "type" : " " ,
175+ "image_url" : " " ,
176+ "alt_text" : " " ,
177+ "fallback" : " " ,
178+ "image_width" : 12345 ,
179+ "image_height" : 12345 ,
180+ "image_bytes" : 12345
172181 }
173182 ],
174183 "block_id" : " " ,
Original file line number Diff line number Diff line change 320320 "initial_users" : [
321321 " "
322322 ]
323+ },
324+ {
325+ "type" : " " ,
326+ "image_url" : " " ,
327+ "alt_text" : " " ,
328+ "fallback" : " " ,
329+ "image_width" : 12345 ,
330+ "image_height" : 12345 ,
331+ "image_bytes" : 12345
323332 }
324333 ],
325334 "call_id" : " " ,
Original file line number Diff line number Diff line change 162162 "initial_users" : [
163163 " "
164164 ]
165+ },
166+ {
167+ "type" : " " ,
168+ "image_url" : " " ,
169+ "alt_text" : " " ,
170+ "fallback" : " " ,
171+ "image_width" : 12345 ,
172+ "image_height" : 12345 ,
173+ "image_bytes" : 12345
165174 }
166175 ],
167176 "text" : {
Original file line number Diff line number Diff line change 298298 "initial_users" : [
299299 " "
300300 ]
301+ },
302+ {
303+ "type" : " " ,
304+ "image_url" : " " ,
305+ "alt_text" : " " ,
306+ "fallback" : " " ,
307+ "image_width" : 12345 ,
308+ "image_height" : 12345 ,
309+ "image_bytes" : 12345
301310 }
302311 ],
303312 "block_id" : " " ,
16431652 "initial_users" : [
16441653 " "
16451654 ]
1655+ },
1656+ {
1657+ "type" : " " ,
1658+ "image_url" : " " ,
1659+ "alt_text" : " " ,
1660+ "fallback" : " " ,
1661+ "image_width" : 12345 ,
1662+ "image_height" : 12345 ,
1663+ "image_bytes" : 12345
16461664 }
16471665 ],
16481666 "block_id" : " " ,
22802298 "initial_users" : [
22812299 " "
22822300 ]
2301+ },
2302+ {
2303+ "type" : " " ,
2304+ "image_url" : " " ,
2305+ "alt_text" : " " ,
2306+ "fallback" : " " ,
2307+ "image_width" : 12345 ,
2308+ "image_height" : 12345 ,
2309+ "image_bytes" : 12345
22832310 }
22842311 ],
22852312 "block_id" : " " ,
36253652 "initial_users" : [
36263653 " "
36273654 ]
3655+ },
3656+ {
3657+ "type" : " " ,
3658+ "image_url" : " " ,
3659+ "alt_text" : " " ,
3660+ "fallback" : " " ,
3661+ "image_width" : 12345 ,
3662+ "image_height" : 12345 ,
3663+ "image_bytes" : 12345
36283664 }
36293665 ],
36303666 "block_id" : " " ,
41574193 "initial_users" : [
41584194 " "
41594195 ]
4196+ },
4197+ {
4198+ "type" : " " ,
4199+ "image_url" : " " ,
4200+ "alt_text" : " " ,
4201+ "fallback" : " " ,
4202+ "image_width" : 12345 ,
4203+ "image_height" : 12345 ,
4204+ "image_bytes" : 12345
41604205 }
41614206 ],
41624207 "block_id" : " " ,
47854830 "initial_users" : [
47864831 " "
47874832 ]
4833+ },
4834+ {
4835+ "type" : " " ,
4836+ "image_url" : " " ,
4837+ "alt_text" : " " ,
4838+ "fallback" : " " ,
4839+ "image_width" : 12345 ,
4840+ "image_height" : 12345 ,
4841+ "image_bytes" : 12345
47884842 }
47894843 ],
47904844 "block_id" : " " ,
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ private WorkspaceOrOrg() {
116116 public static final String pref_public_retention_redaction_duration = "pref.public_retention_redaction_duration" ;
117117 public static final String pref_allow_huddles = "pref.allow_huddles" ;
118118 public static final String pref_workspace_access_changed = "pref.workspace_access_changed" ;
119+ public static final String pref_uneditable_user_profile_fields = "pref.uneditable_user_profile_fields" ;
119120 public static final String manual_export_downloaded = "manual_export_downloaded" ;
120121 public static final String manual_export_deleted = "manual_export_deleted" ;
121122 public static final String scheduled_export_downloaded = "scheduled_export_downloaded" ;
You can’t perform that action at this time.
0 commit comments