Skip to content

Commit 0f81693

Browse files
authored
Merge branch 'main' into include_all_metadata
2 parents b9350bd + 40b9f2b commit 0f81693

9 files changed

Lines changed: 15 additions & 3 deletions

File tree

json-logs/samples/app-backend/interactive-components/BlockActionPayload.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,7 @@
774774
"last_editor": "",
775775
"updated": 123,
776776
"file_access": "",
777+
"alt_txt": "",
777778
"subtype": "",
778779
"transcription": {
779780
"status": "",
@@ -972,6 +973,7 @@
972973
"last_editor": "",
973974
"updated": 123,
974975
"file_access": "",
976+
"alt_txt": "",
975977
"subtype": "",
976978
"transcription": {
977979
"status": "",

json-logs/samples/app-backend/interactive-components/MessageShortcutPayload.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,7 @@
744744
"last_editor": "",
745745
"updated": 123,
746746
"file_access": "",
747+
"alt_txt": "",
747748
"subtype": "",
748749
"transcription": {
749750
"status": "",
@@ -942,6 +943,7 @@
942943
"last_editor": "",
943944
"updated": 123,
944945
"file_access": "",
946+
"alt_txt": "",
945947
"subtype": "",
946948
"transcription": {
947949
"status": "",

json-logs/samples/events/MessageFileSharePayload.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@
721721
"last_editor": "",
722722
"updated": 123,
723723
"file_access": "",
724+
"alt_txt": "",
724725
"subtype": "",
725726
"transcription": {
726727
"status": "",

json-logs/samples/rtm/PinAddedEvent.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7015,6 +7015,7 @@
70157015
"last_editor": "",
70167016
"updated": 123,
70177017
"file_access": "",
7018+
"alt_txt": "",
70187019
"subtype": "",
70197020
"transcription": {
70207021
"status": "",

json-logs/samples/rtm/PinRemovedEvent.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7015,6 +7015,7 @@
70157015
"last_editor": "",
70167016
"updated": 123,
70177017
"file_access": "",
7018+
"alt_txt": "",
70187019
"subtype": "",
70197020
"transcription": {
70207021
"status": "",

json-logs/samples/rtm/StarAddedEvent.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7019,6 +7019,7 @@
70197019
"last_editor": "",
70207020
"updated": 123,
70217021
"file_access": "",
7022+
"alt_txt": "",
70227023
"subtype": "",
70237024
"transcription": {
70247025
"status": "",

json-logs/samples/rtm/StarRemovedEvent.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7018,6 +7018,7 @@
70187018
"last_editor": "",
70197019
"updated": 123,
70207020
"file_access": "",
7021+
"alt_txt": "",
70217022
"subtype": "",
70227023
"transcription": {
70237024
"status": "",

slack-api-client/src/test/java/test_locally/api/methods/FieldValidation_d_to_m_Test.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ void verifyFile(File file) throws Exception {
121121
"getHlsEmbed",
122122
"getDurationMs",
123123
"getThumbVideoW",
124-
"getThumbVideoH"
124+
"getThumbVideoH",
125+
"getAltTxt"
125126
);
126127
}
127128

@@ -215,7 +216,8 @@ void verifyRemoteFile(File file) throws Exception {
215216
"getHlsEmbed",
216217
"getDurationMs",
217218
"getThumbVideoW",
218-
"getThumbVideoH"
219+
"getThumbVideoH",
220+
"getAltTxt"
219221
);
220222
}
221223

slack-api-client/src/test/java/test_locally/api/methods/FieldValidation_o_to_z_Test.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ public void stars_list() throws Exception {
291291
"getHlsEmbed",
292292
"getDurationMs",
293293
"getThumbVideoW",
294-
"getThumbVideoH"
294+
"getThumbVideoH",
295+
"getAltTxt"
295296
);
296297
}
297298

0 commit comments

Comments
 (0)