@@ -108575,6 +108575,12 @@
108575108575 "nullable": true,
108576108576 "description": "Last editor that was used by the user for a GitHub Copilot completion."
108577108577 },
108578+ "last_authenticated_at": {
108579+ "type": "string",
108580+ "format": "date-time",
108581+ "nullable": true,
108582+ "description": "Timestamp of the last time the user authenticated with GitHub Copilot, in ISO 8601 format."
108583+ },
108578108584 "created_at": {
108579108585 "type": "string",
108580108586 "format": "date-time",
@@ -279555,6 +279561,7 @@
279555279561 "pending_cancellation_date": null,
279556279562 "last_activity_at": "2021-10-14T00:53:32-06:00",
279557279563 "last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
279564+ "last_authenticated_at": "2021-10-14T00:53:32-06:00",
279558279565 "plan_type": "business",
279559279566 "assignee": {
279560279567 "login": "octocat",
@@ -279598,6 +279605,7 @@
279598279605 "pending_cancellation_date": "2021-11-01",
279599279606 "last_activity_at": "2021-10-13T00:53:32-06:00",
279600279607 "last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
279608+ "last_authenticated_at": "2021-10-14T00:53:32-06:00",
279601279609 "assignee": {
279602279610 "login": "octokitten",
279603279611 "id": 1,
@@ -280486,6 +280494,7 @@
280486280494 "pending_cancellation_date": null,
280487280495 "last_activity_at": "2021-10-14T00:53:32-06:00",
280488280496 "last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
280497+ "last_authenticated_at": "2021-10-14T00:53:32-06:00",
280489280498 "plan_type": "business",
280490280499 "assignee": {
280491280500 "login": "octocat",
0 commit comments