Skip to content

Commit

Permalink
Resolve build errors and invalid JSON generation
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Sep 16, 2024
1 parent 3f31683 commit 63d0acb
Show file tree
Hide file tree
Showing 16 changed files with 453 additions and 434 deletions.
108 changes: 54 additions & 54 deletions json-logs/samples/api/chat.postMessage.json

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions json-logs/samples/api/chat.scheduleMessage.json

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions json-logs/samples/api/chat.update.json

Large diffs are not rendered by default.

108 changes: 54 additions & 54 deletions json-logs/samples/api/conversations.history.json

Large diffs are not rendered by default.

26 changes: 25 additions & 1 deletion json-logs/samples/api/conversations.listConnectInvites.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
"is_verified": false,
"domain": "",
"date_created": 12345,
"avatar_base_url": "https://www.example.com/"
"avatar_base_url": "https://www.example.com/",
"requires_sponsorship": false
},
"accepting_user": {
"id": "U00000000",
Expand Down Expand Up @@ -141,6 +142,29 @@
"date_created": 12345,
"avatar_base_url": "https://www.example.com/"
}
},
{
"type": "",
"date_review": 12345,
"reviewing_team": {
"id": "T00000000",
"name": "",
"icon": {
"image_default": false,
"image_34": "https://www.example.com/",
"image_44": "https://www.example.com/",
"image_68": "https://www.example.com/",
"image_88": "https://www.example.com/",
"image_102": "https://www.example.com/",
"image_230": "https://www.example.com/",
"image_132": "https://www.example.com/"
},
"avatar_base_url": "https://www.example.com/",
"is_verified": false,
"domain": "",
"date_created": 12345,
"requires_sponsorship": false
}
}
]
},
Expand Down
Loading

0 comments on commit 63d0acb

Please sign in to comment.