Skip to content

Commit b72aab2

Browse files
committed
Rerun transcripts
1 parent b62d96f commit b72aab2

5 files changed

Lines changed: 33 additions & 19 deletions

File tree

transcripts/share-apis/code-browse/account.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"body": {
3-
"avatarUrl": "https://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50?f=y&d=retro",
43
"completedTours": [],
54
"displayInfo": {
65
"info": {
@@ -11,14 +10,11 @@
1110
},
1211
"kind": "user"
1312
},
14-
"handle": "transcripts",
1513
"isSuperadmin": false,
16-
"name": "Transcript User",
1714
"organizationMemberships": [
1815
"unison"
1916
],
20-
"primaryEmail": "transcripts@example.com",
21-
"userId": "U-<UUID>"
17+
"primaryEmail": "transcripts@example.com"
2218
},
2319
"status": [
2420
{

transcripts/share-apis/orgs/org-get-profile.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
{
22
"body": {
3-
"avatarUrl": "https://example.com/anvil.png",
43
"bio": null,
5-
"handle": "acme",
4+
"displayInfo": {
5+
"info": {
6+
"isCommercial": true,
7+
"orgId": "ORG-<UUID>",
8+
"user": {
9+
"avatarUrl": "https://example.com/anvil.png",
10+
"handle": "acme",
11+
"name": "ACME",
12+
"userId": "U-<UUID>"
13+
}
14+
},
15+
"kind": "org"
16+
},
617
"kind": "org",
718
"location": null,
8-
"name": "ACME",
919
"permissions": [
1020
"project:view",
1121
"project:manage",

transcripts/share-apis/user-creation/new-user-profile.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"body": {
3-
"avatarUrl": "https://avatars.githubusercontent.com/u/0?v=4",
43
"completedTours": [],
54
"displayInfo": {
65
"info": {
@@ -11,12 +10,9 @@
1110
},
1211
"kind": "user"
1312
},
14-
"handle": "localgithubuser",
1513
"isSuperadmin": false,
16-
"name": "Local Github User",
1714
"organizationMemberships": [],
18-
"primaryEmail": "local@example.com",
19-
"userId": "U-<UUID>"
15+
"primaryEmail": "local@example.com"
2016
},
2117
"status": [
2218
{

transcripts/share-apis/users/user-profile-update.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
22
"body": {
3-
"avatarUrl": "http://updated.com",
43
"bio": "Updated bio",
5-
"handle": "transcripts",
4+
"displayInfo": {
5+
"info": {
6+
"avatarUrl": "http://updated.com",
7+
"handle": "transcripts",
8+
"name": "Updated Transcripts",
9+
"userId": "U-<UUID>"
10+
},
11+
"kind": "user"
12+
},
613
"kind": "user",
714
"location": "Updated location",
8-
"name": "Updated Transcripts",
915
"permissions": [],
1016
"pronouns": "updated/pronouns",
1117
"twitterHandle": "updated-twitter",

transcripts/share-apis/users/user-profile.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
22
"body": {
3-
"avatarUrl": "https://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50?f=y&d=retro",
43
"bio": "A transcript!",
5-
"handle": "transcripts",
4+
"displayInfo": {
5+
"info": {
6+
"avatarUrl": "https://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50?f=y&d=retro",
7+
"handle": "transcripts",
8+
"name": "Transcript User",
9+
"userId": "U-<UUID>"
10+
},
11+
"kind": "user"
12+
},
613
"kind": "user",
714
"location": "Unison Share",
8-
"name": "Transcript User",
915
"permissions": [],
1016
"pronouns": "they/them",
1117
"twitterHandle": "@unisonTranscript",

0 commit comments

Comments
 (0)