Skip to content

Commit

Permalink
Run all the integration tests - 2024-11-08 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Nov 11, 2024
1 parent 73c84ff commit e4cd0e1
Show file tree
Hide file tree
Showing 17 changed files with 764 additions and 96 deletions.
63 changes: 56 additions & 7 deletions json-logs/samples/api/chat.postMessage.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,14 @@
"call_family": "",
"pending_invitees": {},
"last_invite_status_by_user": {},
"knocks": {}
"knocks": {},
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"attachments": [
{
Expand Down Expand Up @@ -9427,7 +9434,14 @@
"display_id": "",
"external_unique_id": "",
"app_id": "",
"call_family": ""
"call_family": "",
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"no_notifications": false
},
Expand Down Expand Up @@ -9500,7 +9514,14 @@
"display_id": "",
"external_unique_id": "",
"app_id": "",
"call_family": ""
"call_family": "",
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"no_notifications": false,
"assistant_app_thread": {
Expand Down Expand Up @@ -9929,7 +9950,14 @@
"display_id": "",
"external_unique_id": "",
"app_id": "",
"call_family": ""
"call_family": "",
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"no_notifications": false
},
Expand Down Expand Up @@ -10002,7 +10030,14 @@
"display_id": "",
"external_unique_id": "",
"app_id": "",
"call_family": ""
"call_family": "",
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"no_notifications": false,
"assistant_app_thread": {
Expand Down Expand Up @@ -10476,7 +10511,14 @@
"display_id": "",
"external_unique_id": "",
"app_id": "",
"call_family": ""
"call_family": "",
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"no_notifications": false
},
Expand Down Expand Up @@ -10549,7 +10591,14 @@
"display_id": "",
"external_unique_id": "",
"app_id": "",
"call_family": ""
"call_family": "",
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"no_notifications": false,
"assistant_app_thread": {
Expand Down
9 changes: 8 additions & 1 deletion json-logs/samples/api/chat.scheduleMessage.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,14 @@
"call_family": "",
"pending_invitees": {},
"last_invite_status_by_user": {},
"knocks": {}
"knocks": {},
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"blocks": [
{
Expand Down
9 changes: 8 additions & 1 deletion json-logs/samples/api/chat.update.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,14 @@
"call_family": "",
"pending_invitees": {},
"last_invite_status_by_user": {},
"knocks": {}
"knocks": {},
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"files": [
{
Expand Down
54 changes: 48 additions & 6 deletions json-logs/samples/api/conversations.history.json
Original file line number Diff line number Diff line change
Expand Up @@ -35825,7 +35825,14 @@
"display_id": "",
"external_unique_id": "",
"app_id": "",
"call_family": ""
"call_family": "",
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"no_notifications": false
},
Expand Down Expand Up @@ -35898,7 +35905,14 @@
"display_id": "",
"external_unique_id": "",
"app_id": "",
"call_family": ""
"call_family": "",
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"no_notifications": false,
"assistant_app_thread": {
Expand Down Expand Up @@ -36327,7 +36341,14 @@
"display_id": "",
"external_unique_id": "",
"app_id": "",
"call_family": ""
"call_family": "",
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"no_notifications": false
},
Expand Down Expand Up @@ -36400,7 +36421,14 @@
"display_id": "",
"external_unique_id": "",
"app_id": "",
"call_family": ""
"call_family": "",
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"no_notifications": false,
"assistant_app_thread": {
Expand Down Expand Up @@ -36874,7 +36902,14 @@
"display_id": "",
"external_unique_id": "",
"app_id": "",
"call_family": ""
"call_family": "",
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"no_notifications": false
},
Expand Down Expand Up @@ -36947,7 +36982,14 @@
"display_id": "",
"external_unique_id": "",
"app_id": "",
"call_family": ""
"call_family": "",
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"no_notifications": false,
"assistant_app_thread": {
Expand Down
3 changes: 1 addition & 2 deletions json-logs/samples/api/conversations.list.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
""
],
"user": [
"W00000000",
"U00000000"
"W00000000"
]
},
"threads_restricted_to": {
Expand Down
54 changes: 48 additions & 6 deletions json-logs/samples/api/conversations.replies.json
Original file line number Diff line number Diff line change
Expand Up @@ -26538,7 +26538,14 @@
"display_id": "",
"external_unique_id": "",
"app_id": "",
"call_family": ""
"call_family": "",
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"no_notifications": false
},
Expand Down Expand Up @@ -26611,7 +26618,14 @@
"display_id": "",
"external_unique_id": "",
"app_id": "",
"call_family": ""
"call_family": "",
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"no_notifications": false,
"assistant_app_thread": {
Expand Down Expand Up @@ -27040,7 +27054,14 @@
"display_id": "",
"external_unique_id": "",
"app_id": "",
"call_family": ""
"call_family": "",
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"no_notifications": false
},
Expand Down Expand Up @@ -27113,7 +27134,14 @@
"display_id": "",
"external_unique_id": "",
"app_id": "",
"call_family": ""
"call_family": "",
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"no_notifications": false,
"assistant_app_thread": {
Expand Down Expand Up @@ -27587,7 +27615,14 @@
"display_id": "",
"external_unique_id": "",
"app_id": "",
"call_family": ""
"call_family": "",
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"no_notifications": false
},
Expand Down Expand Up @@ -27660,7 +27695,14 @@
"display_id": "",
"external_unique_id": "",
"app_id": "",
"call_family": ""
"call_family": "",
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"no_notifications": false,
"assistant_app_thread": {
Expand Down
9 changes: 8 additions & 1 deletion json-logs/samples/api/reactions.get.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,14 @@
"call_family": "",
"pending_invitees": {},
"last_invite_status_by_user": {},
"knocks": {}
"knocks": {},
"recording": {
"transcript": false,
"summary": false,
"notetaking": false,
"summary_status": "",
"can_record_summary": ""
}
},
"blocks": [
{
Expand Down
Loading

0 comments on commit e4cd0e1

Please sign in to comment.