Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
5fafd1b
codegen metadata
stainless-app[bot] Jan 12, 2026
ca0a81c
feat: Define SCIMConfiguration database schema
stainless-app[bot] Jan 12, 2026
a5d31a4
feat(api): improve SearchRepositories pagination with next_page and t…
stainless-app[bot] Jan 12, 2026
303dfe5
codegen metadata
stainless-app[bot] Jan 13, 2026
4b2ec35
chore: fix typo in descriptions
stainless-app[bot] Jan 13, 2026
268e2f7
feat: move agent mode from Spec to Status, add AgentModeChange signals
stainless-app[bot] Jan 14, 2026
839fe7e
feat(api): add draft and state fields to PullRequest proto
stainless-app[bot] Jan 14, 2026
b473c48
feat: [api] sorting for `ListMembers`
stainless-app[bot] Jan 14, 2026
84cd88f
feat: [backend] Introduce role and member status filtering for `ListM…
stainless-app[bot] Jan 14, 2026
1cd405d
feat(dashboard): show tier badge in org selector
stainless-app[bot] Jan 14, 2026
1a41839
chore(internal): upgrade babel, qs, js-yaml
stainless-app[bot] Jan 15, 2026
d29e178
feat(secrets): add ServiceAccountSecret entity with full support
stainless-app[bot] Jan 15, 2026
65ac616
codegen metadata
stainless-app[bot] Jan 15, 2026
0e75a3d
codegen metadata
stainless-app[bot] Jan 15, 2026
1ce1f99
feat: [backend] Introduce org:runners_admin organization role
stainless-app[bot] Jan 16, 2026
32ef3cc
codegen metadata
stainless-app[bot] Jan 16, 2026
15f23b7
feat(api): add ListSCMOrganizations endpoint
stainless-app[bot] Jan 16, 2026
4789c52
chore(internal): update `actions/checkout` version
stainless-app[bot] Jan 21, 2026
ec502a0
feat: API for SCIM configuration management
stainless-app[bot] Jan 16, 2026
84db388
codegen metadata
stainless-app[bot] Jan 19, 2026
c8729ef
feat(automations): add before_snapshot trigger type
stainless-app[bot] Jan 19, 2026
3d88aae
feat: [backend] Adding direct_share field to groups
stainless-app[bot] Jan 20, 2026
f795699
feat: [api] Introduce RPCs to share resources with individual users
stainless-app[bot] Jan 20, 2026
8ae77ad
feat(api): add CheckRepositoryAccess API for repository access valida…
stainless-app[bot] Jan 20, 2026
7dca79b
codegen metadata
stainless-app[bot] Jan 20, 2026
19f7c16
feat(api): add inputs array to UserInputBlock proto
stainless-app[bot] Jan 20, 2026
7c90701
feat(agent): add spec mode for planning before interactive implementa…
stainless-app[bot] Jan 20, 2026
da9576b
codegen metadata
stainless-app[bot] Jan 20, 2026
8ac5bed
release: 0.10.0
stainless-app[bot] Jan 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ github.repository == 'stainless-sdks/gitpod-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6

- name: Set up Node
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
Expand All @@ -41,7 +41,7 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6

- name: Set up Node
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: ${{ github.repository == 'stainless-sdks/gitpod-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6

- name: Set up Node
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6

- name: Set up Node
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-doctor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ jobs:
if: github.repository == 'gitpod-io/gitpod-sdk-typescript' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')

steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6

- name: Check release environment
run: |
bash ./bin/check-release-environment
env:
NPM_TOKEN: ${{ secrets.GITPOD_NPM_TOKEN || secrets.NPM_TOKEN }}

2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.0"
".": "0.10.0"
}
8 changes: 4 additions & 4 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 160
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-3935e467f9c15925790aada293124db82bb5d6840eeac52d81fbac6a9b0fd154.yml
openapi_spec_hash: b417d7f10ea430216e9b70e4468a3212
config_hash: d3267594264bfb76d2ee7e881d5f8a5a
configured_endpoints: 170
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-2423c089f280cdf34a987d40531692097a69f4aa971c6adf9aeec4fd7984cec2.yml
openapi_spec_hash: 24037c3ab9ceca689150d07ecec7aa80
config_hash: d726afb2a92132197e4eae04303e8041
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## 0.10.0 (2026-01-21)

Full Changelog: [v0.9.0...v0.10.0](https://github.com/gitpod-io/gitpod-sdk-typescript/compare/v0.9.0...v0.10.0)

### Features

* [api] Introduce RPCs to share resources with individual users ([f795699](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/f795699dfe92fcf2c930085845569844cddd67fd))
* [api] sorting for `ListMembers` ([b473c48](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/b473c48922a5c2c3acb5c3a0bb64e6077378ace9))
* [backend] Adding direct_share field to groups ([3d88aae](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/3d88aae430368a1507767f331632883382e5e136))
* [backend] Introduce org:runners_admin organization role ([1ce1f99](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/1ce1f99b15a489ae54e70576731c4cb120508ced))
* [backend] Introduce role and member status filtering for `ListMembers` ([84cd88f](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/84cd88f927ffd3777d7b8e2a077db25b5fa4559f))
* **agent:** add spec mode for planning before interactive implementation ([7c90701](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/7c907013b04eb971cf061138807924c24fec81e0))
* API for SCIM configuration management ([ec502a0](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/ec502a0d19aeb88f2c4a854f571a33f0bc26aaa9))
* **api:** add CheckRepositoryAccess API for repository access validation ([8ae77ad](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/8ae77ad1491bf100031b7263e41a9f87cb629849))
* **api:** add draft and state fields to PullRequest proto ([839fe7e](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/839fe7e7b087641896dce9c79ea62af6bac36675))
* **api:** add inputs array to UserInputBlock proto ([19f7c16](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/19f7c16b298c577b080e65ce464532242e18ac99))
* **api:** add ListSCMOrganizations endpoint ([15f23b7](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/15f23b787045dd6a17a90ee960a1903553e3449a))
* **api:** improve SearchRepositories pagination with next_page and total_count ([a5d31a4](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/a5d31a49ae5c6446019060a2c35f058d919aefb7))
* **automations:** add before_snapshot trigger type ([c8729ef](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/c8729efc7036e7a8b0a4748e7dcdb6fec1e462d5))
* **dashboard:** show tier badge in org selector ([1cd405d](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/1cd405d34b3ca91d961fd424689960cf715a256b))
* Define SCIMConfiguration database schema ([ca0a81c](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/ca0a81c7ba21a0011f546806dfce150ce83aa7dc))
* move agent mode from Spec to Status, add AgentModeChange signals ([268e2f7](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/268e2f76cd9fbd1c4a8b359750a45ef9ca3390c1))
* **secrets:** add ServiceAccountSecret entity with full support ([d29e178](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/d29e1783d540c88e9f1be7fd36e147d4a671d674))


### Chores

* fix typo in descriptions ([4b2ec35](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/4b2ec351c29bad4f8ac8cb7491404f38fc434e19))
* **internal:** update `actions/checkout` version ([4789c52](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/4789c523a6f077c7d31a5e939a3bad3735f1db7c))
* **internal:** upgrade babel, qs, js-yaml ([1a41839](https://github.com/gitpod-io/gitpod-sdk-typescript/commit/1a418394fd33e8ef92fc9a557c20c331a6ce280e))

## 0.9.0 (2026-01-09)

Full Changelog: [v0.8.0...v0.9.0](https://github.com/gitpod-io/gitpod-sdk-typescript/compare/v0.8.0...v0.9.0)
Expand Down
41 changes: 39 additions & 2 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ Types:
- <code><a href="./src/resources/shared.ts">FieldValue</a></code>
- <code><a href="./src/resources/shared.ts">Gateway</a></code>
- <code><a href="./src/resources/shared.ts">OrganizationRole</a></code>
- <code><a href="./src/resources/shared.ts">OrganizationTier</a></code>
- <code><a href="./src/resources/shared.ts">Principal</a></code>
- <code><a href="./src/resources/shared.ts">ProjectEnvironmentClass</a></code>
- <code><a href="./src/resources/shared.ts">ResourceRole</a></code>
- <code><a href="./src/resources/shared.ts">ResourceType</a></code>
- <code><a href="./src/resources/shared.ts">RunsOn</a></code>
- <code><a href="./src/resources/shared.ts">SecretRef</a></code>
- <code><a href="./src/resources/shared.ts">State</a></code>
- <code><a href="./src/resources/shared.ts">Subject</a></code>
- <code><a href="./src/resources/shared.ts">Task</a></code>
- <code><a href="./src/resources/shared.ts">TaskExecution</a></code>
Expand Down Expand Up @@ -289,7 +292,6 @@ Methods:

Types:

- <code><a href="./src/resources/groups/role-assignments.ts">ResourceRole</a></code>
- <code><a href="./src/resources/groups/role-assignments.ts">RoleAssignment</a></code>
- <code><a href="./src/resources/groups/role-assignments.ts">RoleAssignmentCreateResponse</a></code>
- <code><a href="./src/resources/groups/role-assignments.ts">RoleAssignmentDeleteResponse</a></code>
Expand All @@ -300,6 +302,18 @@ Methods:
- <code title="post /gitpod.v1.GroupService/ListRoleAssignments">client.groups.roleAssignments.<a href="./src/resources/groups/role-assignments.ts">list</a>({ ...params }) -> RoleAssignmentsAssignmentsPage</code>
- <code title="post /gitpod.v1.GroupService/DeleteRoleAssignment">client.groups.roleAssignments.<a href="./src/resources/groups/role-assignments.ts">delete</a>({ ...params }) -> unknown</code>

## Shares

Types:

- <code><a href="./src/resources/groups/shares.ts">ShareCreateResponse</a></code>
- <code><a href="./src/resources/groups/shares.ts">ShareDeleteResponse</a></code>

Methods:

- <code title="post /gitpod.v1.GroupService/ShareResourceWithPrincipal">client.groups.shares.<a href="./src/resources/groups/shares.ts">create</a>({ ...params }) -> unknown</code>
- <code title="post /gitpod.v1.GroupService/UnshareResourceWithPrincipal">client.groups.shares.<a href="./src/resources/groups/shares.ts">delete</a>({ ...params }) -> unknown</code>

# Identity

Types:
Expand All @@ -322,7 +336,6 @@ Types:
- <code><a href="./src/resources/organizations/organizations.ts">InviteDomains</a></code>
- <code><a href="./src/resources/organizations/organizations.ts">Organization</a></code>
- <code><a href="./src/resources/organizations/organizations.ts">OrganizationMember</a></code>
- <code><a href="./src/resources/organizations/organizations.ts">OrganizationTier</a></code>
- <code><a href="./src/resources/organizations/organizations.ts">OrganizationCreateResponse</a></code>
- <code><a href="./src/resources/organizations/organizations.ts">OrganizationRetrieveResponse</a></code>
- <code><a href="./src/resources/organizations/organizations.ts">OrganizationUpdateResponse</a></code>
Expand Down Expand Up @@ -410,6 +423,26 @@ Methods:
- <code title="post /gitpod.v1.OrganizationService/GetOrganizationPolicies">client.organizations.policies.<a href="./src/resources/organizations/policies.ts">retrieve</a>({ ...params }) -> PolicyRetrieveResponse</code>
- <code title="post /gitpod.v1.OrganizationService/UpdateOrganizationPolicies">client.organizations.policies.<a href="./src/resources/organizations/policies.ts">update</a>({ ...params }) -> unknown</code>

## ScimConfigurations

Types:

- <code><a href="./src/resources/organizations/scim-configurations.ts">ScimConfiguration</a></code>
- <code><a href="./src/resources/organizations/scim-configurations.ts">ScimConfigurationCreateResponse</a></code>
- <code><a href="./src/resources/organizations/scim-configurations.ts">ScimConfigurationRetrieveResponse</a></code>
- <code><a href="./src/resources/organizations/scim-configurations.ts">ScimConfigurationUpdateResponse</a></code>
- <code><a href="./src/resources/organizations/scim-configurations.ts">ScimConfigurationDeleteResponse</a></code>
- <code><a href="./src/resources/organizations/scim-configurations.ts">ScimConfigurationRegenerateTokenResponse</a></code>

Methods:

- <code title="post /gitpod.v1.OrganizationService/CreateSCIMConfiguration">client.organizations.scimConfigurations.<a href="./src/resources/organizations/scim-configurations.ts">create</a>({ ...params }) -> ScimConfigurationCreateResponse</code>
- <code title="post /gitpod.v1.OrganizationService/GetSCIMConfiguration">client.organizations.scimConfigurations.<a href="./src/resources/organizations/scim-configurations.ts">retrieve</a>({ ...params }) -> ScimConfigurationRetrieveResponse</code>
- <code title="post /gitpod.v1.OrganizationService/UpdateSCIMConfiguration">client.organizations.scimConfigurations.<a href="./src/resources/organizations/scim-configurations.ts">update</a>({ ...params }) -> ScimConfigurationUpdateResponse</code>
- <code title="post /gitpod.v1.OrganizationService/ListSCIMConfigurations">client.organizations.scimConfigurations.<a href="./src/resources/organizations/scim-configurations.ts">list</a>({ ...params }) -> ScimConfigurationsScimConfigurationsPage</code>
- <code title="post /gitpod.v1.OrganizationService/DeleteSCIMConfiguration">client.organizations.scimConfigurations.<a href="./src/resources/organizations/scim-configurations.ts">delete</a>({ ...params }) -> unknown</code>
- <code title="post /gitpod.v1.OrganizationService/RegenerateSCIMToken">client.organizations.scimConfigurations.<a href="./src/resources/organizations/scim-configurations.ts">regenerateToken</a>({ ...params }) -> ScimConfigurationRegenerateTokenResponse</code>

## SSOConfigurations

Types:
Expand Down Expand Up @@ -531,8 +564,10 @@ Types:
- <code><a href="./src/resources/runners/runners.ts">RunnerUpdateResponse</a></code>
- <code><a href="./src/resources/runners/runners.ts">RunnerDeleteResponse</a></code>
- <code><a href="./src/resources/runners/runners.ts">RunnerCheckAuthenticationForHostResponse</a></code>
- <code><a href="./src/resources/runners/runners.ts">RunnerCheckRepositoryAccessResponse</a></code>
- <code><a href="./src/resources/runners/runners.ts">RunnerCreateLogsTokenResponse</a></code>
- <code><a href="./src/resources/runners/runners.ts">RunnerCreateRunnerTokenResponse</a></code>
- <code><a href="./src/resources/runners/runners.ts">RunnerListScmOrganizationsResponse</a></code>
- <code><a href="./src/resources/runners/runners.ts">RunnerParseContextURLResponse</a></code>
- <code><a href="./src/resources/runners/runners.ts">RunnerSearchRepositoriesResponse</a></code>

Expand All @@ -544,8 +579,10 @@ Methods:
- <code title="post /gitpod.v1.RunnerService/ListRunners">client.runners.<a href="./src/resources/runners/runners.ts">list</a>({ ...params }) -> RunnersRunnersPage</code>
- <code title="post /gitpod.v1.RunnerService/DeleteRunner">client.runners.<a href="./src/resources/runners/runners.ts">delete</a>({ ...params }) -> unknown</code>
- <code title="post /gitpod.v1.RunnerService/CheckAuthenticationForHost">client.runners.<a href="./src/resources/runners/runners.ts">checkAuthenticationForHost</a>({ ...params }) -> RunnerCheckAuthenticationForHostResponse</code>
- <code title="post /gitpod.v1.RunnerService/CheckRepositoryAccess">client.runners.<a href="./src/resources/runners/runners.ts">checkRepositoryAccess</a>({ ...params }) -> RunnerCheckRepositoryAccessResponse</code>
- <code title="post /gitpod.v1.RunnerService/CreateRunnerLogsToken">client.runners.<a href="./src/resources/runners/runners.ts">createLogsToken</a>({ ...params }) -> RunnerCreateLogsTokenResponse</code>
- <code title="post /gitpod.v1.RunnerService/CreateRunnerToken">client.runners.<a href="./src/resources/runners/runners.ts">createRunnerToken</a>({ ...params }) -> RunnerCreateRunnerTokenResponse</code>
- <code title="post /gitpod.v1.RunnerService/ListSCMOrganizations">client.runners.<a href="./src/resources/runners/runners.ts">listScmOrganizations</a>({ ...params }) -> RunnerListScmOrganizationsResponse</code>
- <code title="post /gitpod.v1.RunnerService/ParseContextURL">client.runners.<a href="./src/resources/runners/runners.ts">parseContextURL</a>({ ...params }) -> RunnerParseContextURLResponse</code>
- <code title="post /gitpod.v1.RunnerService/SearchRepositories">client.runners.<a href="./src/resources/runners/runners.ts">searchRepositories</a>({ ...params }) -> RunnerSearchRepositoriesResponse</code>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitpod/sdk",
"version": "0.9.0",
"version": "0.10.0",
"description": "The official TypeScript library for the Gitpod API",
"author": "Gitpod <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
21 changes: 19 additions & 2 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ import {
RunnersPageResponse,
type SSOConfigurationsPageParams,
SSOConfigurationsPageResponse,
type ScimConfigurationsPageParams,
ScimConfigurationsPageResponse,
type SecretsPageParams,
SecretsPageResponse,
type ServicesPageParams,
Expand Down Expand Up @@ -291,7 +293,6 @@ import {
OrganizationRetrieveResponse,
OrganizationSetRoleParams,
OrganizationSetRoleResponse,
OrganizationTier,
OrganizationUpdateParams,
OrganizationUpdateResponse,
Organizations,
Expand Down Expand Up @@ -325,6 +326,8 @@ import {
RunnerCapability,
RunnerCheckAuthenticationForHostParams,
RunnerCheckAuthenticationForHostResponse,
RunnerCheckRepositoryAccessParams,
RunnerCheckRepositoryAccessResponse,
RunnerConfiguration,
RunnerCreateLogsTokenParams,
RunnerCreateLogsTokenResponse,
Expand All @@ -336,6 +339,8 @@ import {
RunnerDeleteResponse,
RunnerKind,
RunnerListParams,
RunnerListScmOrganizationsParams,
RunnerListScmOrganizationsResponse,
RunnerParseContextURLParams,
RunnerParseContextURLResponse,
RunnerPhase,
Expand Down Expand Up @@ -1218,6 +1223,12 @@ export declare namespace Gitpod {
export import RunnersPage = Pagination.RunnersPage;
export { type RunnersPageParams as RunnersPageParams, type RunnersPageResponse as RunnersPageResponse };

export import ScimConfigurationsPage = Pagination.ScimConfigurationsPage;
export {
type ScimConfigurationsPageParams as ScimConfigurationsPageParams,
type ScimConfigurationsPageResponse as ScimConfigurationsPageResponse,
};

export import SecretsPage = Pagination.SecretsPage;
export { type SecretsPageParams as SecretsPageParams, type SecretsPageResponse as SecretsPageResponse };

Expand Down Expand Up @@ -1402,7 +1413,6 @@ export declare namespace Gitpod {
type InviteDomains as InviteDomains,
type Organization as Organization,
type OrganizationMember as OrganizationMember,
type OrganizationTier as OrganizationTier,
type OrganizationCreateResponse as OrganizationCreateResponse,
type OrganizationRetrieveResponse as OrganizationRetrieveResponse,
type OrganizationUpdateResponse as OrganizationUpdateResponse,
Expand Down Expand Up @@ -1486,8 +1496,10 @@ export declare namespace Gitpod {
type RunnerUpdateResponse as RunnerUpdateResponse,
type RunnerDeleteResponse as RunnerDeleteResponse,
type RunnerCheckAuthenticationForHostResponse as RunnerCheckAuthenticationForHostResponse,
type RunnerCheckRepositoryAccessResponse as RunnerCheckRepositoryAccessResponse,
type RunnerCreateLogsTokenResponse as RunnerCreateLogsTokenResponse,
type RunnerCreateRunnerTokenResponse as RunnerCreateRunnerTokenResponse,
type RunnerListScmOrganizationsResponse as RunnerListScmOrganizationsResponse,
type RunnerParseContextURLResponse as RunnerParseContextURLResponse,
type RunnerSearchRepositoriesResponse as RunnerSearchRepositoriesResponse,
type RunnersRunnersPage as RunnersRunnersPage,
Expand All @@ -1497,8 +1509,10 @@ export declare namespace Gitpod {
type RunnerListParams as RunnerListParams,
type RunnerDeleteParams as RunnerDeleteParams,
type RunnerCheckAuthenticationForHostParams as RunnerCheckAuthenticationForHostParams,
type RunnerCheckRepositoryAccessParams as RunnerCheckRepositoryAccessParams,
type RunnerCreateLogsTokenParams as RunnerCreateLogsTokenParams,
type RunnerCreateRunnerTokenParams as RunnerCreateRunnerTokenParams,
type RunnerListScmOrganizationsParams as RunnerListScmOrganizationsParams,
type RunnerParseContextURLParams as RunnerParseContextURLParams,
type RunnerSearchRepositoriesParams as RunnerSearchRepositoriesParams,
};
Expand Down Expand Up @@ -1547,11 +1561,14 @@ export declare namespace Gitpod {
export type FieldValue = API.FieldValue;
export type Gateway = API.Gateway;
export type OrganizationRole = API.OrganizationRole;
export type OrganizationTier = API.OrganizationTier;
export type Principal = API.Principal;
export type ProjectEnvironmentClass = API.ProjectEnvironmentClass;
export type ResourceRole = API.ResourceRole;
export type ResourceType = API.ResourceType;
export type RunsOn = API.RunsOn;
export type SecretRef = API.SecretRef;
export type State = API.State;
export type Subject = API.Subject;
export type Task = API.Task;
export type TaskExecution = API.TaskExecution;
Expand Down
Loading