diff --git a/json-logs/samples/api/channels.history.json b/json-logs/samples/api/channels.history.json index 3ed2e91fe..b5ef5f356 100644 --- a/json-logs/samples/api/channels.history.json +++ b/json-logs/samples/api/channels.history.json @@ -1137,6 +1137,41 @@ "permalink_public": "https://www.example.com/", "is_starred": false, "has_rich_preview": false + }, + { + "id": "F00000000", + "created": 12345, + "timestamp": 12345, + "name": "", + "title": "", + "mimetype": "", + "filetype": "", + "pretty_type": "", + "user": "U00000000", + "editable": false, + "size": 12345, + "mode": "", + "is_external": false, + "external_type": "", + "is_public": false, + "public_url_shared": false, + "display_as_bot": false, + "username": "", + "url_private": "https://www.example.com/", + "url_private_download": "https://www.example.com/", + "thumb_64": "https://www.example.com/", + "thumb_80": "https://www.example.com/", + "thumb_360": "https://www.example.com/", + "thumb_360_w": 12345, + "thumb_360_h": 12345, + "thumb_160": "https://www.example.com/", + "image_exif_rotation": 12345, + "original_w": 12345, + "original_h": 12345, + "permalink": "https://www.example.com/", + "permalink_public": "https://www.example.com/", + "is_starred": false, + "has_rich_preview": false } ], "upload": false, diff --git a/json-logs/samples/api/rtm.start.json b/json-logs/samples/api/rtm.start.json index f5d9edf2e..97096d4ec 100644 --- a/json-logs/samples/api/rtm.start.json +++ b/json-logs/samples/api/rtm.start.json @@ -558,7 +558,8 @@ }, "use_browser_picker": false, "filepicker_app_first_install": false, - "created_with_google": false + "created_with_google": false, + "enterprise_has_corporate_exports": false }, "icon": { "image_34": "https://www.example.com/", diff --git a/json-logs/samples/api/search.all.json b/json-logs/samples/api/search.all.json index e127faa31..be8f15327 100644 --- a/json-logs/samples/api/search.all.json +++ b/json-logs/samples/api/search.all.json @@ -36,7 +36,8 @@ "" ], "is_pending_ext_shared": false, - "user": "U00000000" + "user": "U00000000", + "name_normalized": "" }, "type": "", "username": "", @@ -62,6 +63,7 @@ "color": "", "pretext": "", "service_url": "", + "author_id": "", "author_name": "", "author_link": "", "author_icon": "", @@ -158,6 +160,7 @@ "service_url": "", "service_name": "", "service_icon": "", + "author_id": "", "author_name": "", "author_link": "", "author_icon": "", @@ -273,6 +276,7 @@ "color": "", "pretext": "", "service_url": "", + "author_id": "", "author_name": "", "author_link": "", "author_icon": "", @@ -616,6 +620,7 @@ "service_url": "", "service_name": "", "service_icon": "", + "author_id": "", "author_name": "", "author_link": "", "author_icon": "", @@ -969,6 +974,7 @@ "service_url": "", "service_name": "", "service_icon": "", + "author_id": "", "author_name": "", "author_link": "", "author_icon": "", diff --git a/json-logs/samples/api/search.messages.json b/json-logs/samples/api/search.messages.json index 6462d2927..a034be5d7 100644 --- a/json-logs/samples/api/search.messages.json +++ b/json-logs/samples/api/search.messages.json @@ -36,7 +36,8 @@ "" ], "is_pending_ext_shared": false, - "user": "U00000000" + "user": "U00000000", + "name_normalized": "" }, "type": "", "username": "", @@ -62,6 +63,7 @@ "color": "", "pretext": "", "service_url": "", + "author_id": "", "author_name": "", "author_link": "", "author_icon": "", @@ -158,6 +160,7 @@ "service_url": "", "service_name": "", "service_icon": "", + "author_id": "", "author_name": "", "author_link": "", "author_icon": "", @@ -630,6 +633,7 @@ "service_url": "", "service_name": "", "service_icon": "", + "author_id": "", "author_name": "", "author_link": "", "author_icon": "", @@ -742,6 +746,7 @@ "service_url": "", "service_name": "", "service_icon": "", + "author_id": "", "author_name": "", "author_link": "", "author_icon": "", diff --git a/json-logs/samples/api/users.conversations.json b/json-logs/samples/api/users.conversations.json index cac8b4d1c..87c5c74bf 100644 --- a/json-logs/samples/api/users.conversations.json +++ b/json-logs/samples/api/users.conversations.json @@ -32,12 +32,27 @@ "topic": "", "root": { "text": "", + "user": "", "username": "", + "team": "", "bot_id": "", "mrkdwn": false, "type": "", "subtype": "", "thread_ts": "", + "bot_profile": { + "id": "", + "deleted": false, + "name": "", + "updated": 123, + "app_id": "", + "icons": { + "image_36": "", + "image_48": "", + "image_72": "" + }, + "team_id": "" + }, "reply_count": 123, "reply_users_count": 123, "latest_reply": "", @@ -69,6 +84,7 @@ "unread_count_display": 123, "user": "", "priority": 12.3, + "date_connected": 123, "parent_conversation": "", "conversation_host_id": "", "is_channel": false, diff --git a/json-logs/samples/rtm/SubteamCreatedEvent.json b/json-logs/samples/rtm/SubteamCreatedEvent.json index 627cdef4a..8e7bab150 100644 --- a/json-logs/samples/rtm/SubteamCreatedEvent.json +++ b/json-logs/samples/rtm/SubteamCreatedEvent.json @@ -26,7 +26,8 @@ "" ] }, - "user_count": "" + "user_count": 123, + "channel_count": 123 }, "event_ts": "" } \ No newline at end of file diff --git a/json-logs/samples/rtm/SubteamUpdatedEvent.json b/json-logs/samples/rtm/SubteamUpdatedEvent.json index 64d0876bc..b8ec0170c 100644 --- a/json-logs/samples/rtm/SubteamUpdatedEvent.json +++ b/json-logs/samples/rtm/SubteamUpdatedEvent.json @@ -26,7 +26,8 @@ "" ] }, - "user_count": "" + "user_count": 123, + "channel_count": 123 }, "event_ts": "" } \ No newline at end of file diff --git a/json-logs/samples/scim/v1/Groups.json b/json-logs/samples/scim/v1/Groups.json index f07380d3e..33b04a0a4 100644 --- a/json-logs/samples/scim/v1/Groups.json +++ b/json-logs/samples/scim/v1/Groups.json @@ -69,5 +69,9 @@ "location": "https://www.example.com/" } } - ] + ], + "Errors": { + "description": "", + "code": 12345 + } } \ No newline at end of file diff --git a/json-logs/samples/scim/v1/Users.json b/json-logs/samples/scim/v1/Users.json index a8b142935..45fb55c1c 100644 --- a/json-logs/samples/scim/v1/Users.json +++ b/json-logs/samples/scim/v1/Users.json @@ -106,5 +106,9 @@ "manager": {} } } - ] + ], + "Errors": { + "description": "", + "code": 12345 + } } \ No newline at end of file diff --git a/json-logs/samples/scim/v1/Users/00000000000.json b/json-logs/samples/scim/v1/Users/00000000000.json index 3f21bcd94..aba510f5a 100644 --- a/json-logs/samples/scim/v1/Users/00000000000.json +++ b/json-logs/samples/scim/v1/Users/00000000000.json @@ -64,5 +64,9 @@ ], "urn:scim:schemas:extension:enterprise:1.0": { "manager": {} + }, + "Errors": { + "description": "", + "code": 12345 } } \ No newline at end of file diff --git a/slack-api-model/src/main/java/com/slack/api/model/Attachment.java b/slack-api-model/src/main/java/com/slack/api/model/Attachment.java index 06a811167..baf0e6399 100644 --- a/slack-api-model/src/main/java/com/slack/api/model/Attachment.java +++ b/slack-api-model/src/main/java/com/slack/api/model/Attachment.java @@ -51,6 +51,8 @@ public class Attachment { // ----------------------------------------- // The author parameters will display a small section at the top of a message attachment that can contain the following fields: + private String authorId; + /** * Small text used to display the author's name. */