File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 193
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod/gitpod-cb731bb078ce83c206e64e6d32f5d9364dad6384161c3a229e20e02a24c6df61 .yml
3- openapi_spec_hash : 2bd8bc5a1af393eb35d85c51ebe5089e
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod/gitpod-d8d06d7ffc04df2d9941889b28db92f1a9c6554214411ed68a939d94e149507a .yml
3+ openapi_spec_hash : 82c005c96e438a429717d51f24596467
44config_hash : 80140724b84647203353ddc02da48816
Original file line number Diff line number Diff line change @@ -852,11 +852,6 @@ export interface UpdateWindow {
852852export interface RunnerCreateResponse {
853853 runner : Runner ;
854854
855- /**
856- * @deprecated deprecated, will be removed. Use exchange_token instead.
857- */
858- accessToken ?: string ;
859-
860855 /**
861856 * exchange_token is a one-time use token that should be exchanged by the runner
862857 * for an access token, using the IdentityService.ExchangeToken rpc. The token
@@ -975,11 +970,6 @@ export interface RunnerCreateLogsTokenResponse {
975970}
976971
977972export interface RunnerCreateRunnerTokenResponse {
978- /**
979- * @deprecated deprecated, will be removed. Use exchange_token instead.
980- */
981- accessToken ?: string ;
982-
983973 /**
984974 * exchange_token is a one-time use token that should be exchanged by the runner
985975 * for an access token, using the IdentityService.ExchangeToken rpc. The token
You can’t perform that action at this time.
0 commit comments