Skip to content

Commit c8eb1d6

Browse files
feat(api): add port_authentication capability to RunnerCapability
1 parent 1701b43 commit c8eb1d6

2 files changed

Lines changed: 4 additions & 3 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%2Fgitpod-f570506d82942fdb3a9f4b7a5d132ed844382dd75805f29dfeeeaf5204053301.yml
3-
openapi_spec_hash: cd8bd23d7ff803f061fce04b772d9466
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-f3b2ada71e17af494850c3c8b1b00cf5c6625b26f19f22d289ba37173f3019f5.yml
3+
openapi_spec_hash: efd6b17f7ccf946e8888236ea24111d2
44
config_hash: 25c7c72de891ed240ee62c4fb9a99756

src/resources/runners/runners.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,8 @@ export type RunnerCapability =
631631
| 'RUNNER_CAPABILITY_CHECK_REPOSITORY_ACCESS'
632632
| 'RUNNER_CAPABILITY_RUNNER_SIDE_AGENT'
633633
| 'RUNNER_CAPABILITY_WARM_POOL'
634-
| 'RUNNER_CAPABILITY_ASG_WARM_POOL';
634+
| 'RUNNER_CAPABILITY_ASG_WARM_POOL'
635+
| 'RUNNER_CAPABILITY_PORT_AUTHENTICATION';
635636

636637
export interface RunnerConfiguration {
637638
/**

0 commit comments

Comments
 (0)