Skip to content

Commit 5338d57

Browse files
authored
Fix #1363 Wrong element type for timestamp in RichTextSectionElement.Date (#1364)
1 parent 71abd20 commit 5338d57

33 files changed

+2583
-2583
lines changed

json-logs/samples/api/chat.postMessage.json

Lines changed: 118 additions & 118 deletions
Large diffs are not rendered by default.

json-logs/samples/api/chat.scheduleMessage.json

Lines changed: 48 additions & 48 deletions
Large diffs are not rendered by default.

json-logs/samples/api/chat.update.json

Lines changed: 64 additions & 64 deletions
Large diffs are not rendered by default.

json-logs/samples/api/conversations.history.json

Lines changed: 134 additions & 134 deletions
Large diffs are not rendered by default.

json-logs/samples/api/conversations.open.json

Lines changed: 48 additions & 48 deletions
Large diffs are not rendered by default.

json-logs/samples/api/conversations.replies.json

Lines changed: 134 additions & 134 deletions
Large diffs are not rendered by default.

json-logs/samples/api/files.info.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@
12511251
},
12521252
{
12531253
"type": "date",
1254-
"timestamp": "",
1254+
"timestamp": 123,
12551255
"format": "",
12561256
"style": {
12571257
"bold": false,
@@ -1390,7 +1390,7 @@
13901390
},
13911391
{
13921392
"type": "date",
1393-
"timestamp": "",
1393+
"timestamp": 123,
13941394
"format": "",
13951395
"style": {
13961396
"bold": false,
@@ -1526,7 +1526,7 @@
15261526
},
15271527
{
15281528
"type": "date",
1529-
"timestamp": "",
1529+
"timestamp": 123,
15301530
"format": "",
15311531
"style": {
15321532
"bold": false,
@@ -1661,7 +1661,7 @@
16611661
},
16621662
{
16631663
"type": "date",
1664-
"timestamp": "",
1664+
"timestamp": 123,
16651665
"format": "",
16661666
"style": {
16671667
"bold": false,
@@ -1805,7 +1805,7 @@
18051805
},
18061806
{
18071807
"type": "date",
1808-
"timestamp": "",
1808+
"timestamp": 123,
18091809
"format": "",
18101810
"style": {
18111811
"bold": false,
@@ -1944,7 +1944,7 @@
19441944
},
19451945
{
19461946
"type": "date",
1947-
"timestamp": "",
1947+
"timestamp": 123,
19481948
"format": "",
19491949
"style": {
19501950
"bold": false,
@@ -2080,7 +2080,7 @@
20802080
},
20812081
{
20822082
"type": "date",
2083-
"timestamp": "",
2083+
"timestamp": 123,
20842084
"format": "",
20852085
"style": {
20862086
"bold": false,
@@ -2215,7 +2215,7 @@
22152215
},
22162216
{
22172217
"type": "date",
2218-
"timestamp": "",
2218+
"timestamp": 123,
22192219
"format": "",
22202220
"style": {
22212221
"bold": false,
@@ -2356,7 +2356,7 @@
23562356
},
23572357
{
23582358
"type": "date",
2359-
"timestamp": "",
2359+
"timestamp": 123,
23602360
"format": "",
23612361
"style": {
23622362
"bold": false,
@@ -2495,7 +2495,7 @@
24952495
},
24962496
{
24972497
"type": "date",
2498-
"timestamp": "",
2498+
"timestamp": 123,
24992499
"format": "",
25002500
"style": {
25012501
"bold": false,
@@ -2631,7 +2631,7 @@
26312631
},
26322632
{
26332633
"type": "date",
2634-
"timestamp": "",
2634+
"timestamp": 123,
26352635
"format": "",
26362636
"style": {
26372637
"bold": false,
@@ -2766,7 +2766,7 @@
27662766
},
27672767
{
27682768
"type": "date",
2769-
"timestamp": "",
2769+
"timestamp": 123,
27702770
"format": "",
27712771
"style": {
27722772
"bold": false,
@@ -2906,7 +2906,7 @@
29062906
},
29072907
{
29082908
"type": "date",
2909-
"timestamp": "",
2909+
"timestamp": 123,
29102910
"format": "",
29112911
"style": {
29122912
"bold": false,
@@ -3045,7 +3045,7 @@
30453045
},
30463046
{
30473047
"type": "date",
3048-
"timestamp": "",
3048+
"timestamp": 123,
30493049
"format": "",
30503050
"style": {
30513051
"bold": false,
@@ -3181,7 +3181,7 @@
31813181
},
31823182
{
31833183
"type": "date",
3184-
"timestamp": "",
3184+
"timestamp": 123,
31853185
"format": "",
31863186
"style": {
31873187
"bold": false,
@@ -3316,7 +3316,7 @@
33163316
},
33173317
{
33183318
"type": "date",
3319-
"timestamp": "",
3319+
"timestamp": 123,
33203320
"format": "",
33213321
"style": {
33223322
"bold": false,

json-logs/samples/api/files.list.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@
12521252
},
12531253
{
12541254
"type": "date",
1255-
"timestamp": "",
1255+
"timestamp": 123,
12561256
"format": "",
12571257
"style": {
12581258
"bold": false,
@@ -1391,7 +1391,7 @@
13911391
},
13921392
{
13931393
"type": "date",
1394-
"timestamp": "",
1394+
"timestamp": 123,
13951395
"format": "",
13961396
"style": {
13971397
"bold": false,
@@ -1527,7 +1527,7 @@
15271527
},
15281528
{
15291529
"type": "date",
1530-
"timestamp": "",
1530+
"timestamp": 123,
15311531
"format": "",
15321532
"style": {
15331533
"bold": false,
@@ -1662,7 +1662,7 @@
16621662
},
16631663
{
16641664
"type": "date",
1665-
"timestamp": "",
1665+
"timestamp": 123,
16661666
"format": "",
16671667
"style": {
16681668
"bold": false,
@@ -1806,7 +1806,7 @@
18061806
},
18071807
{
18081808
"type": "date",
1809-
"timestamp": "",
1809+
"timestamp": 123,
18101810
"format": "",
18111811
"style": {
18121812
"bold": false,
@@ -1945,7 +1945,7 @@
19451945
},
19461946
{
19471947
"type": "date",
1948-
"timestamp": "",
1948+
"timestamp": 123,
19491949
"format": "",
19501950
"style": {
19511951
"bold": false,
@@ -2081,7 +2081,7 @@
20812081
},
20822082
{
20832083
"type": "date",
2084-
"timestamp": "",
2084+
"timestamp": 123,
20852085
"format": "",
20862086
"style": {
20872087
"bold": false,
@@ -2216,7 +2216,7 @@
22162216
},
22172217
{
22182218
"type": "date",
2219-
"timestamp": "",
2219+
"timestamp": 123,
22202220
"format": "",
22212221
"style": {
22222222
"bold": false,
@@ -2357,7 +2357,7 @@
23572357
},
23582358
{
23592359
"type": "date",
2360-
"timestamp": "",
2360+
"timestamp": 123,
23612361
"format": "",
23622362
"style": {
23632363
"bold": false,
@@ -2496,7 +2496,7 @@
24962496
},
24972497
{
24982498
"type": "date",
2499-
"timestamp": "",
2499+
"timestamp": 123,
25002500
"format": "",
25012501
"style": {
25022502
"bold": false,
@@ -2632,7 +2632,7 @@
26322632
},
26332633
{
26342634
"type": "date",
2635-
"timestamp": "",
2635+
"timestamp": 123,
26362636
"format": "",
26372637
"style": {
26382638
"bold": false,
@@ -2767,7 +2767,7 @@
27672767
},
27682768
{
27692769
"type": "date",
2770-
"timestamp": "",
2770+
"timestamp": 123,
27712771
"format": "",
27722772
"style": {
27732773
"bold": false,
@@ -2907,7 +2907,7 @@
29072907
},
29082908
{
29092909
"type": "date",
2910-
"timestamp": "",
2910+
"timestamp": 123,
29112911
"format": "",
29122912
"style": {
29132913
"bold": false,
@@ -3046,7 +3046,7 @@
30463046
},
30473047
{
30483048
"type": "date",
3049-
"timestamp": "",
3049+
"timestamp": 123,
30503050
"format": "",
30513051
"style": {
30523052
"bold": false,
@@ -3182,7 +3182,7 @@
31823182
},
31833183
{
31843184
"type": "date",
3185-
"timestamp": "",
3185+
"timestamp": 123,
31863186
"format": "",
31873187
"style": {
31883188
"bold": false,
@@ -3317,7 +3317,7 @@
33173317
},
33183318
{
33193319
"type": "date",
3320-
"timestamp": "",
3320+
"timestamp": 123,
33213321
"format": "",
33223322
"style": {
33233323
"bold": false,

0 commit comments

Comments
 (0)