@@ -110166,6 +110166,14 @@
110166110166 ],
110167110167 "description": "Last editor that was used by the user for a GitHub Copilot completion."
110168110168 },
110169+ "last_authenticated_at": {
110170+ "type": [
110171+ "string",
110172+ "null"
110173+ ],
110174+ "format": "date-time",
110175+ "description": "Timestamp of the last time the user authenticated with GitHub Copilot, in ISO 8601 format."
110176+ },
110169110177 "created_at": {
110170110178 "type": "string",
110171110179 "format": "date-time",
@@ -288314,6 +288322,7 @@
288314288322 "pending_cancellation_date": null,
288315288323 "last_activity_at": "2021-10-14T00:53:32-06:00",
288316288324 "last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
288325+ "last_authenticated_at": "2021-10-14T00:53:32-06:00",
288317288326 "plan_type": "business",
288318288327 "assignee": {
288319288328 "login": "octocat",
@@ -288357,6 +288366,7 @@
288357288366 "pending_cancellation_date": "2021-11-01",
288358288367 "last_activity_at": "2021-10-13T00:53:32-06:00",
288359288368 "last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
288369+ "last_authenticated_at": "2021-10-14T00:53:32-06:00",
288360288370 "assignee": {
288361288371 "login": "octokitten",
288362288372 "id": 1,
@@ -289245,6 +289255,7 @@
289245289255 "pending_cancellation_date": null,
289246289256 "last_activity_at": "2021-10-14T00:53:32-06:00",
289247289257 "last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
289258+ "last_authenticated_at": "2021-10-14T00:53:32-06:00",
289248289259 "plan_type": "business",
289249289260 "assignee": {
289250289261 "login": "octocat",
0 commit comments