feat: add template_active_version_id to workspaces (#9226)

* feat: add `template_active_version_id` to workspaces

This reduces a fetch in the VS Code extension when getting the
active version update message!

* Fix entities.ts

* Fix golden gen
This commit is contained in:
Kyle Carberry
2023-08-27 11:26:20 -05:00
committed by GitHub
parent 54032ccfe8
commit c3ac55ff42
9 changed files with 21 additions and 0 deletions

View File

@ -11,6 +11,7 @@
"template_display_name": "",
"template_icon": "",
"template_allow_user_cancel_workspace_jobs": false,
"template_active_version_id": "[version ID]",
"latest_build": {
"id": "[workspace build ID]",
"created_at": "[timestamp]",