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
17 changes: 13 additions & 4 deletions json-logs/raw/audit/v1/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,13 @@
"pref.enterprise_search_enabled_changed",
"export_app_configuration_upserted",
"export_app_configuration_deleted",
"pref.slack_ai_allow_translations_changed"
"pref.slack_ai_allow_translations_changed",
"slack_ai_permissions_reset",
"search_query_audit_logs_export_started",
"search_query_audit_logs_export_completed",
"search_query_audit_logs_export_downloaded",
"search_query_audit_logs_export_deleted",
"audit_logs_ai_summary_generated"
],
"user": [
"custom_tos_accepted",
Expand Down Expand Up @@ -306,7 +312,8 @@
"user_added_reminder",
"app_agentforce_shareable_prompt_created",
"app_agentforce_session_created_from_prompt_link",
"app_agentforce_execute_slack_action"
"app_agentforce_execute_slack_action",
"user_anomaly_event_reponse_allowlist_changed"
],
"file": [
"file_downloaded",
Expand Down Expand Up @@ -387,7 +394,8 @@
"channel_template_provisioned",
"record_channel_channel_type_conversion",
"featured_workflow_added",
"featured_workflow_removed"
"featured_workflow_removed",
"channel_huddle_properties_updated"
],
"app": [
"app_installed",
Expand Down Expand Up @@ -446,7 +454,8 @@
"record_shared",
"message_flag_assignment",
"message_flag_unassignment",
"thread_hidden"
"thread_hidden",
"message_flag_restored"
],
"barrier": [
"barrier_created",
Expand Down
24 changes: 17 additions & 7 deletions json-logs/samples/api/admin.conversations.search.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
"canvas": {
"file_id": "F00000000",
"is_empty": false,
"quip_thread_id": ""
"quip_thread_id": "",
"is_migrated": false
},
"posting_restricted_to": {
"type": [
Expand All @@ -98,20 +99,29 @@
{
"id": "",
"label": "",
"type": ""
"type": "",
"data": {
"file_id": "F00000000",
"shared_ts": "0000000000.000000"
},
"is_disabled": false
}
],
"tabz": [
{
"id": "",
"label": "",
"type": ""
},
{
"type": "",
"id": ""
"data": {
"file_id": "F00000000",
"shared_ts": "0000000000.000000"
},
"is_disabled": false
}
]
],
"meeting_notes": {
"file_id": "F00000000"
}
}
}
],
Expand Down
5 changes: 4 additions & 1 deletion json-logs/samples/api/team.accessLogs.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
"count": 12345,
"total": 12345,
"page": 12345,
"pages": 12345
"pages": 12345,
"warnings": [
""
]
},
"error": "",
"needed": "",
Expand Down
3 changes: 2 additions & 1 deletion json-logs/samples/api/team.info.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"enterprise_domain": "",
"discoverable": "",
"avatar_base_url": "https://www.example.com/",
"lob_sales_home_enabled": false
"lob_sales_home_enabled": false,
"is_sfdc_auto_slack": false
},
"error": "",
"needed": "",
Expand Down
3 changes: 2 additions & 1 deletion json-logs/samples/audit/v1/logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@
"row_id": "",
"cell_date_updated": 123,
"view_id": "",
"user": ""
"user": "",
"file_id": ""
}
}
]
Expand Down
8 changes: 8 additions & 0 deletions json-logs/samples/scim/v2/Users.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
}
],
"photos": [
{
"value": "https://www.example.com/",
"type": ""
},
{
"value": "",
"type": ""
Expand Down Expand Up @@ -77,6 +81,10 @@
"manager": {}
},
"groups": [
{
"value": "S00000000",
"display": ""
},
{
"value": "",
"display": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,12 @@ private WorkspaceOrOrg() {
public static final String audit_logs_records_searched_anomaly = "audit_logs_records_searched_anomaly";
public static final String export_app_configuration_upserted = "export_app_configuration_upserted";
public static final String export_app_configuration_deleted = "export_app_configuration_deleted";
public static final String slack_ai_permissions_reset = "slack_ai_permissions_reset";
public static final String search_query_audit_logs_export_started = "search_query_audit_logs_export_started";
public static final String search_query_audit_logs_export_completed = "search_query_audit_logs_export_completed";
public static final String search_query_audit_logs_export_downloaded = "search_query_audit_logs_export_downloaded";
public static final String search_query_audit_logs_export_deleted = "search_query_audit_logs_export_deleted";
public static final String audit_logs_ai_summary_generated = "audit_logs_ai_summary_generated";
}

public static class User {
Expand Down Expand Up @@ -322,6 +328,7 @@ private User() {
public static final String app_agentforce_shareable_prompt_created = "app_agentforce_shareable_prompt_created";
public static final String app_agentforce_session_created_from_prompt_link = "app_agentforce_session_created_from_prompt_link";
public static final String app_agentforce_execute_slack_action = "app_agentforce_execute_slack_action";
public static final String user_anomaly_event_reponse_allowlist_changed = "user_anomaly_event_reponse_allowlist_changed";
}

public static class File {
Expand Down Expand Up @@ -411,6 +418,7 @@ private Channel() {
public static final String record_channel_channel_type_conversion = "record_channel_channel_type_conversion";
public static final String featured_workflow_added = "featured_workflow_added";
public static final String featured_workflow_removed = "featured_workflow_removed";
public static final String channel_huddle_properties_updated = "channel_huddle_properties_updated";
}

public static class App {
Expand Down Expand Up @@ -470,6 +478,7 @@ private Message() {
public static final String message_flag_assignment = "message_flag_assignment";
public static final String message_flag_unassignment = "message_flag_unassignment";
public static final String thread_hidden = "thread_hidden";
public static final String message_flag_restored = "message_flag_restored";
}

public static class WorkflowBuilder {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ public static class Details {
private Integer cellDateUpdated; // list_cell_updated
private String viewId; // list_view_updated
private String user; // list_access_added
private String fileId;
}

@Data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ public class AdminAppsConfigLookupResponse implements SlackApiTextResponse {

private List<AppConfig> configs;
private ResponseMetadata responseMetadata;

}
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public void methods_system_properties() throws Exception {
}
}

@Ignore
@Test
public void rtm() throws Exception {
SlackHttpClient httpClient = new SlackHttpClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import lombok.extern.slf4j.Slf4j;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

import java.util.Arrays;
Expand All @@ -33,6 +34,7 @@ public static void tearDown() throws InterruptedException {
SlackTestConfig.awaitCompletion(testConfig);
}

@Ignore
@Test
public void approval() throws Exception {
MethodsClient sender = slack.methods(System.getenv(Constants.SLACK_SDK_TEST_CONNECT_INVITE_SENDER_BOT_TOKEN));
Expand Down Expand Up @@ -115,6 +117,7 @@ public void approval() throws Exception {
}
}

@Ignore
@Test
public void decline() throws Exception {
MethodsClient sender = slack.methods(System.getenv(Constants.SLACK_SDK_TEST_CONNECT_INVITE_SENDER_BOT_TOKEN));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ public static class UserWithFileAccess {
private String templateTitle;
private String templateDescription;
private String templateIcon;
private String canvasCreatorId;

private Boolean teamPrefVersionHistoryEnabled;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,5 +280,6 @@ public static class Address {
private Integer editorsCount;
private List<LayoutBlock> titleBlocks;
private Double canvasReadtime;
private String canvasCreatorId;

}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

import lombok.Data;

import java.util.List;

@Data
public class Paging {

Expand All @@ -12,4 +14,5 @@ public class Paging {
private Integer pages;
private Integer perPage;
private Integer spill;
private List<String> warnings;
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public class Team {
private String discoverable; // "invite_only"
private String avatarBaseUrl;
private Boolean lobSalesHomeEnabled;
private Boolean isSfdcAutoSlack;

@Data
public static class Profile {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public class AppConfig {
private String appId;
private String workflowAuthStrategy; // "builder_choice"
private DomainRestrictions domainRestrictions;
private String richLinkPreviewType;

@Data
public static class DomainRestrictions {
Expand Down