From aa6fc4122052ef65f4f91f29f26c333eb3af5217 Mon Sep 17 00:00:00 2001 From: Chris Penner Date: Fri, 14 Jun 2024 15:28:25 -0700 Subject: [PATCH] Re-run transcripts --- .../share-apis/tickets/ticket-create.json | 7 ++++++- .../share-apis/tickets/ticket-get.json | 7 ++++++- .../tickets/ticket-list-author-filter.json | 14 +++++++++++-- .../tickets/ticket-list-status-filter.json | 14 +++++++++++-- .../share-apis/tickets/ticket-list.json | 21 ++++++++++++++++--- .../share-apis/tickets/ticket-update.json | 7 ++++++- 6 files changed, 60 insertions(+), 10 deletions(-) diff --git a/transcripts/share-apis/tickets/ticket-create.json b/transcripts/share-apis/tickets/ticket-create.json index 7d91383..639865b 100644 --- a/transcripts/share-apis/tickets/ticket-create.json +++ b/transcripts/share-apis/tickets/ticket-create.json @@ -1,6 +1,11 @@ { "body": { - "author": "transcripts", + "author": { + "avatarUrl": "https://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50?f=y&d=retro", + "handle": "transcripts", + "name": "Transcript User", + "userId": "U-" + }, "createdAt": "", "description": "My description", "id": "T-", diff --git a/transcripts/share-apis/tickets/ticket-get.json b/transcripts/share-apis/tickets/ticket-get.json index 1e834e4..a1f183e 100644 --- a/transcripts/share-apis/tickets/ticket-get.json +++ b/transcripts/share-apis/tickets/ticket-get.json @@ -1,6 +1,11 @@ { "body": { - "author": "test", + "author": { + "avatarUrl": null, + "handle": "test", + "name": null, + "userId": "U-" + }, "createdAt": "", "description": "Updated description", "id": "T-", diff --git a/transcripts/share-apis/tickets/ticket-list-author-filter.json b/transcripts/share-apis/tickets/ticket-list-author-filter.json index c4bd37d..b4d1ba3 100644 --- a/transcripts/share-apis/tickets/ticket-list-author-filter.json +++ b/transcripts/share-apis/tickets/ticket-list-author-filter.json @@ -3,7 +3,12 @@ "cursor": "", "items": [ { - "author": "test", + "author": { + "avatarUrl": null, + "handle": "test", + "name": null, + "userId": "U-" + }, "createdAt": "", "description": "I want the code to solve all my problems but it does not. Please fix.\n\n## Things I need:\n\n* It should tie my *shoes*\n* It should make me _coffee_\n* It should do my taxes\n", "id": "T-", @@ -15,7 +20,12 @@ "updatedAt": "" }, { - "author": "test", + "author": { + "avatarUrl": null, + "handle": "test", + "name": null, + "userId": "U-" + }, "createdAt": "", "description": "This ticket is closed", "id": "T-", diff --git a/transcripts/share-apis/tickets/ticket-list-status-filter.json b/transcripts/share-apis/tickets/ticket-list-status-filter.json index c90dcee..56b4419 100644 --- a/transcripts/share-apis/tickets/ticket-list-status-filter.json +++ b/transcripts/share-apis/tickets/ticket-list-status-filter.json @@ -3,7 +3,12 @@ "cursor": "", "items": [ { - "author": "transcripts", + "author": { + "avatarUrl": "https://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50?f=y&d=retro", + "handle": "transcripts", + "name": "Transcript User", + "userId": "U-" + }, "createdAt": "", "description": "My description", "id": "T-", @@ -15,7 +20,12 @@ "updatedAt": "" }, { - "author": "test", + "author": { + "avatarUrl": null, + "handle": "test", + "name": null, + "userId": "U-" + }, "createdAt": "", "description": "I want the code to solve all my problems but it does not. Please fix.\n\n## Things I need:\n\n* It should tie my *shoes*\n* It should make me _coffee_\n* It should do my taxes\n", "id": "T-", diff --git a/transcripts/share-apis/tickets/ticket-list.json b/transcripts/share-apis/tickets/ticket-list.json index 6bd9b88..0a28ee8 100644 --- a/transcripts/share-apis/tickets/ticket-list.json +++ b/transcripts/share-apis/tickets/ticket-list.json @@ -3,7 +3,12 @@ "cursor": "", "items": [ { - "author": "transcripts", + "author": { + "avatarUrl": "https://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50?f=y&d=retro", + "handle": "transcripts", + "name": "Transcript User", + "userId": "U-" + }, "createdAt": "", "description": "My description", "id": "T-", @@ -15,7 +20,12 @@ "updatedAt": "" }, { - "author": "test", + "author": { + "avatarUrl": null, + "handle": "test", + "name": null, + "userId": "U-" + }, "createdAt": "", "description": "I want the code to solve all my problems but it does not. Please fix.\n\n## Things I need:\n\n* It should tie my *shoes*\n* It should make me _coffee_\n* It should do my taxes\n", "id": "T-", @@ -27,7 +37,12 @@ "updatedAt": "" }, { - "author": "test", + "author": { + "avatarUrl": null, + "handle": "test", + "name": null, + "userId": "U-" + }, "createdAt": "", "description": "This ticket is closed", "id": "T-", diff --git a/transcripts/share-apis/tickets/ticket-update.json b/transcripts/share-apis/tickets/ticket-update.json index 1e834e4..a1f183e 100644 --- a/transcripts/share-apis/tickets/ticket-update.json +++ b/transcripts/share-apis/tickets/ticket-update.json @@ -1,6 +1,11 @@ { "body": { - "author": "test", + "author": { + "avatarUrl": null, + "handle": "test", + "name": null, + "userId": "U-" + }, "createdAt": "", "description": "Updated description", "id": "T-",