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-4870c4a1239ec91e7208abe28cd87290284b739c343900f463830afea4689849 .yml
3- openapi_spec_hash : 210df8ac2d6594e968e9488a92264ba0
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod/gitpod-9011dcb1591f4dec81232db8d8d4dff1962ff419990c80413a132166a98d5011 .yml
3+ openapi_spec_hash : 569a080670e5f7cb2ce42739661cbb45
44config_hash : 173a6e0a8069a38a997548c7f5f8a5e3
Original file line number Diff line number Diff line change @@ -852,6 +852,11 @@ 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+
855860 /**
856861 * exchange_token is a one-time use token that should be exchanged by the runner
857862 * for an access token, using the IdentityService.ExchangeToken rpc. The token
@@ -970,6 +975,11 @@ export interface RunnerCreateLogsTokenResponse {
970975}
971976
972977export interface RunnerCreateRunnerTokenResponse {
978+ /**
979+ * @deprecated deprecated, will be removed. Use exchange_token instead.
980+ */
981+ accessToken ?: string ;
982+
973983 /**
974984 * exchange_token is a one-time use token that should be exchanged by the runner
975985 * for an access token, using the IdentityService.ExchangeToken rpc. The token
You can’t perform that action at this time.
0 commit comments