Skip to content

Commit

Permalink
Re-run transcripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed Jun 14, 2024
1 parent 023ae8d commit aa6fc41
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 10 deletions.
7 changes: 6 additions & 1 deletion transcripts/share-apis/tickets/ticket-create.json
Original file line number Diff line number Diff line change
@@ -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-<UUID>"
},
"createdAt": "<TIMESTAMP>",
"description": "My description",
"id": "T-<UUID>",
Expand Down
7 changes: 6 additions & 1 deletion transcripts/share-apis/tickets/ticket-get.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"body": {
"author": "test",
"author": {
"avatarUrl": null,
"handle": "test",
"name": null,
"userId": "U-<UUID>"
},
"createdAt": "<TIMESTAMP>",
"description": "Updated description",
"id": "T-<UUID>",
Expand Down
14 changes: 12 additions & 2 deletions transcripts/share-apis/tickets/ticket-list-author-filter.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"cursor": "<CURSOR>",
"items": [
{
"author": "test",
"author": {
"avatarUrl": null,
"handle": "test",
"name": null,
"userId": "U-<UUID>"
},
"createdAt": "<TIMESTAMP>",
"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-<UUID>",
Expand All @@ -15,7 +20,12 @@
"updatedAt": "<TIMESTAMP>"
},
{
"author": "test",
"author": {
"avatarUrl": null,
"handle": "test",
"name": null,
"userId": "U-<UUID>"
},
"createdAt": "<TIMESTAMP>",
"description": "This ticket is closed",
"id": "T-<UUID>",
Expand Down
14 changes: 12 additions & 2 deletions transcripts/share-apis/tickets/ticket-list-status-filter.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"cursor": "<CURSOR>",
"items": [
{
"author": "transcripts",
"author": {
"avatarUrl": "https://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50?f=y&d=retro",
"handle": "transcripts",
"name": "Transcript User",
"userId": "U-<UUID>"
},
"createdAt": "<TIMESTAMP>",
"description": "My description",
"id": "T-<UUID>",
Expand All @@ -15,7 +20,12 @@
"updatedAt": "<TIMESTAMP>"
},
{
"author": "test",
"author": {
"avatarUrl": null,
"handle": "test",
"name": null,
"userId": "U-<UUID>"
},
"createdAt": "<TIMESTAMP>",
"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-<UUID>",
Expand Down
21 changes: 18 additions & 3 deletions transcripts/share-apis/tickets/ticket-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"cursor": "<CURSOR>",
"items": [
{
"author": "transcripts",
"author": {
"avatarUrl": "https://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50?f=y&d=retro",
"handle": "transcripts",
"name": "Transcript User",
"userId": "U-<UUID>"
},
"createdAt": "<TIMESTAMP>",
"description": "My description",
"id": "T-<UUID>",
Expand All @@ -15,7 +20,12 @@
"updatedAt": "<TIMESTAMP>"
},
{
"author": "test",
"author": {
"avatarUrl": null,
"handle": "test",
"name": null,
"userId": "U-<UUID>"
},
"createdAt": "<TIMESTAMP>",
"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-<UUID>",
Expand All @@ -27,7 +37,12 @@
"updatedAt": "<TIMESTAMP>"
},
{
"author": "test",
"author": {
"avatarUrl": null,
"handle": "test",
"name": null,
"userId": "U-<UUID>"
},
"createdAt": "<TIMESTAMP>",
"description": "This ticket is closed",
"id": "T-<UUID>",
Expand Down
7 changes: 6 additions & 1 deletion transcripts/share-apis/tickets/ticket-update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"body": {
"author": "test",
"author": {
"avatarUrl": null,
"handle": "test",
"name": null,
"userId": "U-<UUID>"
},
"createdAt": "<TIMESTAMP>",
"description": "Updated description",
"id": "T-<UUID>",
Expand Down

0 comments on commit aa6fc41

Please sign in to comment.