-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version conversation listing endpoint
- Loading branch information
1 parent
43e40b0
commit e16e7bb
Showing
7 changed files
with
178 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
124 changes: 124 additions & 0 deletions
124
libs/wire-api/test/golden/testObject_ConversationsResponse_v2_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
{ | ||
"failed": [ | ||
{ | ||
"domain": "golden.example.com", | ||
"id": "00000018-4444-0020-0000-000e00000002" | ||
}, | ||
{ | ||
"domain": "golden3.example.com", | ||
"id": "99999999-0000-0020-0000-111111111112" | ||
} | ||
], | ||
"found": [ | ||
{ | ||
"access": [], | ||
"access_role": "private", | ||
"access_role_v2": [], | ||
"creator": "00000001-0000-0001-0000-000200000001", | ||
"id": "00000001-0000-0000-0000-000000000000", | ||
"last_event": "0.0", | ||
"last_event_time": "1970-01-01T00:00:00.000Z", | ||
"members": { | ||
"others": [], | ||
"self": { | ||
"conversation_role": "rhhdzf0j0njilixx0g0vzrp06b_5us", | ||
"hidden": false, | ||
"hidden_ref": "", | ||
"id": "00000001-0000-0001-0000-000100000000", | ||
"otr_archived": false, | ||
"otr_archived_ref": "", | ||
"otr_muted_ref": null, | ||
"otr_muted_status": null, | ||
"qualified_id": { | ||
"domain": "golden.example.com", | ||
"id": "00000001-0000-0001-0000-000100000000" | ||
}, | ||
"service": null, | ||
"status": 0, | ||
"status_ref": "0.0", | ||
"status_time": "1970-01-01T00:00:00.000Z" | ||
} | ||
}, | ||
"message_timer": null, | ||
"name": " 0", | ||
"protocol": "proteus", | ||
"qualified_id": { | ||
"domain": "golden.example.com", | ||
"id": "00000001-0000-0000-0000-000000000000" | ||
}, | ||
"receipt_mode": -2, | ||
"team": "00000001-0000-0001-0000-000100000002", | ||
"type": 2 | ||
}, | ||
{ | ||
"access": [ | ||
"invite", | ||
"invite", | ||
"code", | ||
"link", | ||
"invite", | ||
"private", | ||
"link", | ||
"code", | ||
"code", | ||
"link", | ||
"private", | ||
"invite" | ||
], | ||
"access_role": "non_activated", | ||
"access_role_v2": [ | ||
"team_member", | ||
"guest", | ||
"service" | ||
], | ||
"cipher_suite": 1, | ||
"creator": "00000000-0000-0000-0000-000200000001", | ||
"epoch": 42, | ||
"group_id": "dGVzdF9ncm91cA==", | ||
"id": "00000000-0000-0000-0000-000000000002", | ||
"last_event": "0.0", | ||
"last_event_time": "1970-01-01T00:00:00.000Z", | ||
"members": { | ||
"others": [], | ||
"self": { | ||
"conversation_role": "9b2d3thyqh4ptkwtq2n2v9qsni_ln1ca66et_z8dlhfs9oamp328knl3rj9kcj", | ||
"hidden": true, | ||
"hidden_ref": "", | ||
"id": "00000000-0000-0001-0000-000100000001", | ||
"otr_archived": false, | ||
"otr_archived_ref": null, | ||
"otr_muted_ref": null, | ||
"otr_muted_status": -1, | ||
"qualified_id": { | ||
"domain": "golden.example.com", | ||
"id": "00000000-0000-0001-0000-000100000001" | ||
}, | ||
"service": null, | ||
"status": 0, | ||
"status_ref": "0.0", | ||
"status_time": "1970-01-01T00:00:00.000Z" | ||
} | ||
}, | ||
"message_timer": 1319272593797015, | ||
"name": "", | ||
"protocol": "mls", | ||
"qualified_id": { | ||
"domain": "golden.example.com", | ||
"id": "00000000-0000-0000-0000-000000000002" | ||
}, | ||
"receipt_mode": 2, | ||
"team": "00000000-0000-0001-0000-000200000000", | ||
"type": 1 | ||
} | ||
], | ||
"not_found": [ | ||
{ | ||
"domain": "golden.example.com", | ||
"id": "00000018-0000-0020-0000-000e00000002" | ||
}, | ||
{ | ||
"domain": "golden2.example.com", | ||
"id": "00000018-0000-0020-0000-111111111112" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters