Skip to content

Commit c521a3e

Browse files
chore(types): remove deprecated accessToken from runners response types
1 parent f71e7e6 commit c521a3e

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_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
44
config_hash: 80140724b84647203353ddc02da48816

src/resources/runners/runners.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -852,11 +852,6 @@ export interface UpdateWindow {
852852
export 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

977972
export 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

0 commit comments

Comments
 (0)