Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions json-logs/raw/audit/v1/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@
"pref.private_record_channel_redaction_duration_changed",
"pref.public_record_channel_retention_duration_changed",
"pref.public_record_channel_retention_changed",
"pref.public_record_channel_redaction_duration_changed"
"pref.public_record_channel_redaction_duration_changed",
"pref.enterprise_search_connectors_config_changed"
],
"user": [
"custom_tos_accepted",
Expand Down Expand Up @@ -434,7 +435,15 @@
"app_deployed",
"app_manifest_created",
"app_manifest_updated",
"admin_app_config_updated"
"admin_app_config_updated",
"app_flows_execute_slack_action",
"agentforce_agent_activated",
"agentforce_agent_deactivated",
"agentforce_agent_slack_connection_removed",
"agentforce_agent_slack_connection_added",
"agentforce_agent_actions_updated",
"agentforce_agent_metadata_updated",
"agentforce_agent_slack_deleted"
],
"workflow_builder": [
"workflow_created",
Expand Down Expand Up @@ -509,7 +518,8 @@
"usergroup_remove_from_team_enqueued",
"usergroup_updated",
"usergroup_update_enqueued",
"usergroup_section_updated"
"usergroup_section_updated",
"user_add_to_usergroup_failed"
],
"role": [
"role_assigned",
Expand Down
3 changes: 2 additions & 1 deletion json-logs/samples/api/admin.conversations.search.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@
],
"meeting_notes": {
"file_id": "F00000000"
}
},
"is_dormant": false
}
}
],
Expand Down
5 changes: 4 additions & 1 deletion json-logs/samples/api/conversations.info.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@
""
],
"context_team_id": "T00000000",
"updated": 12345
"updated": 12345,
"properties": {
"is_dormant": false
}
},
"error": "",
"needed": "",
Expand Down
6 changes: 3 additions & 3 deletions json-logs/samples/api/conversations.list.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
""
],
"user": [
"W00000000",
"U00000000"
"W00000000"
]
},
"threads_restricted_to": {
Expand Down Expand Up @@ -106,7 +105,8 @@
],
"meeting_notes": {
"file_id": "F00000000"
}
},
"is_dormant": false
}
}
],
Expand Down
26 changes: 0 additions & 26 deletions json-logs/samples/api/files.completeUploadExternal.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,6 @@
"latest_reply": "0000000000.000000",
"source": "",
"is_silent_share": false
},
{
"reply_users": [
""
],
"reply_users_count": 12345,
"reply_count": 12345,
"ts": "0000000000.000000",
"channel_name": "",
"team_id": "T00000000",
"share_user_id": "U00000000",
"source": "",
"is_silent_share": false
}
],
"C00000001": [
Expand All @@ -80,19 +67,6 @@
"latest_reply": "0000000000.000000",
"source": "",
"is_silent_share": false
},
{
"reply_users": [
""
],
"reply_users_count": 12345,
"reply_count": 12345,
"ts": "0000000000.000000",
"channel_name": "",
"team_id": "T00000000",
"share_user_id": "U00000000",
"source": "",
"is_silent_share": false
}
]
}
Expand Down
3 changes: 2 additions & 1 deletion json-logs/samples/api/usergroups.create.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
""
],
"is_section": false,
"is_idp_group": false
"is_idp_group": false,
"is_visible": false
},
"error": "",
"needed": "",
Expand Down
4 changes: 3 additions & 1 deletion json-logs/samples/api/usergroups.disable.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"users": [
"W00000000"
],
"is_section": false
"is_section": false,
"is_idp_group": false,
"is_visible": false
},
"error": "",
"needed": "",
Expand Down
4 changes: 3 additions & 1 deletion json-logs/samples/api/usergroups.enable.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"users": [
""
],
"is_section": false
"is_section": false,
"is_idp_group": false,
"is_visible": false
},
"error": "",
"needed": "",
Expand Down
3 changes: 2 additions & 1 deletion json-logs/samples/api/usergroups.list.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
],
"user_count": 12345,
"is_section": false,
"is_idp_group": false
"is_idp_group": false,
"is_visible": false
}
],
"error": "",
Expand Down
4 changes: 3 additions & 1 deletion json-logs/samples/api/usergroups.update.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"users": [
""
],
"is_section": false
"is_section": false,
"is_idp_group": false,
"is_visible": false
},
"error": "",
"needed": "",
Expand Down
4 changes: 3 additions & 1 deletion json-logs/samples/api/usergroups.users.update.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"U00000000"
],
"channel_count": 12345,
"is_section": false
"is_section": false,
"is_idp_group": false,
"is_visible": false
},
"error": "",
"needed": "",
Expand Down
11 changes: 10 additions & 1 deletion json-logs/samples/api/users.conversations.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
"shared_ts": "0000000000.000000"
},
"is_disabled": false
},
{
"id": "",
"label": "",
"type": ""
}
],
"tabz": [
Expand All @@ -101,11 +106,15 @@
"shared_ts": "0000000000.000000"
},
"is_disabled": false
},
{
"type": ""
}
],
"meeting_notes": {
"file_id": "F00000000"
}
},
"is_dormant": false
}
}
],
Expand Down
8 changes: 4 additions & 4 deletions json-logs/samples/scim/v1/Users.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
}
],
"photos": [
{
"value": "https://www.example.com/",
"type": ""
},
{
"value": "",
"type": ""
}
],
"groups": [
{
"value": "S00000000",
"display": ""
},
{
"value": "",
"display": ""
Expand Down
10 changes: 10 additions & 0 deletions slack-api-client/src/main/java/com/slack/api/audit/Actions.java
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ private WorkspaceOrOrg() {
public static final String pref_public_record_channel_retention_duration_changed = "pref.public_record_channel_retention_duration_changed";
public static final String pref_public_record_channel_retention_changed = "pref.public_record_channel_retention_changed";
public static final String pref_public_record_channel_redaction_duration_changed = "pref.public_record_channel_redaction_duration_changed";
public static final String pref_enterprise_search_connectors_config_changed = "pref.enterprise_search_connectors_config_changed";
public static final String manual_export_downloaded = "manual_export_downloaded";
public static final String manual_export_deleted = "manual_export_deleted";
public static final String scheduled_export_downloaded = "scheduled_export_downloaded";
Expand Down Expand Up @@ -462,6 +463,14 @@ private App() {
public static final String app_manifest_created = "app_manifest_created";
public static final String app_manifest_updated = "app_manifest_updated";
public static final String admin_app_config_updated = "admin_app_config_updated";
public static final String app_flows_execute_slack_action = "app_flows_execute_slack_action";
public static final String agentforce_agent_activated = "agentforce_agent_activated";
public static final String agentforce_agent_deactivated = "agentforce_agent_deactivated";
public static final String agentforce_agent_slack_connection_removed = "agentforce_agent_slack_connection_removed";
public static final String agentforce_agent_slack_connection_added = "agentforce_agent_slack_connection_added";
public static final String agentforce_agent_actions_updated = "agentforce_agent_actions_updated";
public static final String agentforce_agent_metadata_updated = "agentforce_agent_metadata_updated";
public static final String agentforce_agent_slack_deleted = "agentforce_agent_slack_deleted";
}

public static class Message {
Expand Down Expand Up @@ -577,6 +586,7 @@ private Subteam() {
public static final String usergroup_updated = "usergroup_updated";
public static final String usergroup_update_enqueued = "usergroup_update_enqueued";
public static final String usergroup_section_updated = "usergroup_section_updated";
public static final String user_add_to_usergroup_failed = "user_add_to_usergroup_failed";
}

public static class AccountTypeRole {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public class ConversationProperties {
private List<Tab> tabs;
private List<Tabz> tabz;
private MeetingNotes meetingNotes;
private Boolean isDormant;

@Data
@Builder
Expand Down
2 changes: 2 additions & 0 deletions slack-api-model/src/main/java/com/slack/api/model/File.java
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,8 @@ public static class Favorite {
private boolean restrictedSharingEnabled;
private boolean canvasPrintingEnabled;

private boolean isAiSuggested;

// ---------------------------------------
// file comments
// https://docs.slack.dev/changelog/2018-05-file-threads-soon-tread
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public class MatchedItem {

private String plainText;
private String previewPlainText;
private Map<String, Object> dbMessage;

private Map<String, String> headers;

Expand Down Expand Up @@ -283,4 +284,7 @@ public static class Address {
private String canvasCreatorId;
private String altTxt;

@SerializedName("is_ai_suggested")
private Boolean aiSuggested;

}
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ public class Usergroup {
private List<String> users;
private Integer userCount;
private Integer channelCount;
@SerializedName("is_visible")
private boolean visible;

@Data
public static class Prefs {
Expand Down