Skip to content

Commit 63d0acb

Browse files
committed
Resolve build errors and invalid JSON generation
1 parent 3f31683 commit 63d0acb

16 files changed

+453
-434
lines changed

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

Lines changed: 54 additions & 54 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: 48 additions & 48 deletions
Large diffs are not rendered by default.

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

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

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

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191
"is_verified": false,
9292
"domain": "",
9393
"date_created": 12345,
94-
"avatar_base_url": "https://www.example.com/"
94+
"avatar_base_url": "https://www.example.com/",
95+
"requires_sponsorship": false
9596
},
9697
"accepting_user": {
9798
"id": "U00000000",
@@ -141,6 +142,29 @@
141142
"date_created": 12345,
142143
"avatar_base_url": "https://www.example.com/"
143144
}
145+
},
146+
{
147+
"type": "",
148+
"date_review": 12345,
149+
"reviewing_team": {
150+
"id": "T00000000",
151+
"name": "",
152+
"icon": {
153+
"image_default": false,
154+
"image_34": "https://www.example.com/",
155+
"image_44": "https://www.example.com/",
156+
"image_68": "https://www.example.com/",
157+
"image_88": "https://www.example.com/",
158+
"image_102": "https://www.example.com/",
159+
"image_230": "https://www.example.com/",
160+
"image_132": "https://www.example.com/"
161+
},
162+
"avatar_base_url": "https://www.example.com/",
163+
"is_verified": false,
164+
"domain": "",
165+
"date_created": 12345,
166+
"requires_sponsorship": false
167+
}
144168
}
145169
]
146170
},

0 commit comments

Comments
 (0)