Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -108575,6 +108575,12 @@
"nullable": true,
"description": "Last editor that was used by the user for a GitHub Copilot completion."
},
"last_authenticated_at": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "Timestamp of the last time the user authenticated with GitHub Copilot, in ISO 8601 format."
},
"created_at": {
"type": "string",
"format": "date-time",
Expand Down Expand Up @@ -279555,6 +279561,7 @@
"pending_cancellation_date": null,
"last_activity_at": "2021-10-14T00:53:32-06:00",
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
"last_authenticated_at": "2021-10-14T00:53:32-06:00",
"plan_type": "business",
"assignee": {
"login": "octocat",
Expand Down Expand Up @@ -279598,6 +279605,7 @@
"pending_cancellation_date": "2021-11-01",
"last_activity_at": "2021-10-13T00:53:32-06:00",
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
"last_authenticated_at": "2021-10-14T00:53:32-06:00",
"assignee": {
"login": "octokitten",
"id": 1,
Expand Down Expand Up @@ -280486,6 +280494,7 @@
"pending_cancellation_date": null,
"last_activity_at": "2021-10-14T00:53:32-06:00",
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
"last_authenticated_at": "2021-10-14T00:53:32-06:00",
"plan_type": "business",
"assignee": {
"login": "octocat",
Expand Down
9 changes: 9 additions & 0 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79422,6 +79422,12 @@ components:
nullable: true
description: Last editor that was used by the user for a GitHub Copilot
completion.
last_authenticated_at:
type: string
format: date-time
nullable: true
description: Timestamp of the last time the user authenticated with GitHub
Copilot, in ISO 8601 format.
created_at:
type: string
format: date-time
Expand Down Expand Up @@ -209861,6 +209867,7 @@ components:
pending_cancellation_date:
last_activity_at: '2021-10-14T00:53:32-06:00'
last_activity_editor: vscode/1.77.3/copilot/1.86.82
last_authenticated_at: '2021-10-14T00:53:32-06:00'
plan_type: business
assignee:
login: octocat
Expand Down Expand Up @@ -209900,6 +209907,7 @@ components:
pending_cancellation_date: '2021-11-01'
last_activity_at: '2021-10-13T00:53:32-06:00'
last_activity_editor: vscode/1.77.3/copilot/1.86.82
last_authenticated_at: '2021-10-14T00:53:32-06:00'
assignee:
login: octokitten
id: 1
Expand Down Expand Up @@ -210603,6 +210611,7 @@ components:
pending_cancellation_date:
last_activity_at: '2021-10-14T00:53:32-06:00'
last_activity_editor: vscode/1.77.3/copilot/1.86.82
last_authenticated_at: '2021-10-14T00:53:32-06:00'
plan_type: business
assignee:
login: octocat
Expand Down
Loading