@@ -35,8 +35,6 @@ import {
3535 LoginProvidersPageResponse ,
3636 type MembersPageParams ,
3737 MembersPageResponse ,
38- type OrganizationsPageParams ,
39- OrganizationsPageResponse ,
4038 type PersonalAccessTokensPageParams ,
4139 PersonalAccessTokensPageResponse ,
4240 type PoliciesPageParams ,
@@ -101,6 +99,7 @@ import {
10199} from './resources/events' ;
102100import { Group , GroupListParams , Groups , GroupsGroupsPage } from './resources/groups' ;
103101import {
102+ IDTokenVersion ,
104103 Identity ,
105104 IdentityExchangeTokenParams ,
106105 IdentityExchangeTokenResponse ,
@@ -118,6 +117,7 @@ import {
118117 SecretGetValueParams ,
119118 SecretGetValueResponse ,
120119 SecretListParams ,
120+ SecretScope ,
121121 SecretUpdateValueParams ,
122122 SecretUpdateValueResponse ,
123123 Secrets ,
@@ -130,6 +130,8 @@ import {
130130 AdmissionLevel ,
131131 Environment ,
132132 EnvironmentActivitySignal ,
133+ EnvironmentCreateEnvironmentTokenParams ,
134+ EnvironmentCreateEnvironmentTokenResponse ,
133135 EnvironmentCreateFromProjectParams ,
134136 EnvironmentCreateFromProjectResponse ,
135137 EnvironmentCreateLogsTokenParams ,
@@ -168,18 +170,16 @@ import {
168170 OrganizationLeaveParams ,
169171 OrganizationLeaveResponse ,
170172 OrganizationListMembersParams ,
171- OrganizationListParams ,
172173 OrganizationMember ,
173174 OrganizationMembersMembersPage ,
174175 OrganizationRetrieveParams ,
175176 OrganizationRetrieveResponse ,
176177 OrganizationSetRoleParams ,
177178 OrganizationSetRoleResponse ,
179+ OrganizationTier ,
178180 OrganizationUpdateParams ,
179181 OrganizationUpdateResponse ,
180182 Organizations ,
181- OrganizationsOrganizationsPage ,
182- Scope ,
183183} from './resources/organizations/organizations' ;
184184import {
185185 EnvironmentInitializer ,
@@ -201,6 +201,8 @@ import {
201201 ProjectsProjectsPage ,
202202} from './resources/projects/projects' ;
203203import {
204+ LogLevel ,
205+ MetricsConfiguration ,
204206 Runner ,
205207 RunnerCapability ,
206208 RunnerCheckAuthenticationForHostParams ,
@@ -973,12 +975,6 @@ export declare namespace Gitpod {
973975 export import MembersPage = Pagination . MembersPage ;
974976 export { type MembersPageParams as MembersPageParams , type MembersPageResponse as MembersPageResponse } ;
975977
976- export import OrganizationsPage = Pagination . OrganizationsPage ;
977- export {
978- type OrganizationsPageParams as OrganizationsPageParams ,
979- type OrganizationsPageResponse as OrganizationsPageResponse ,
980- } ;
981-
982978 export import PersonalAccessTokensPage = Pagination . PersonalAccessTokensPage ;
983979 export {
984980 type PersonalAccessTokensPageParams as PersonalAccessTokensPageParams ,
@@ -1058,6 +1054,7 @@ export declare namespace Gitpod {
10581054 type EnvironmentRetrieveResponse as EnvironmentRetrieveResponse ,
10591055 type EnvironmentUpdateResponse as EnvironmentUpdateResponse ,
10601056 type EnvironmentDeleteResponse as EnvironmentDeleteResponse ,
1057+ type EnvironmentCreateEnvironmentTokenResponse as EnvironmentCreateEnvironmentTokenResponse ,
10611058 type EnvironmentCreateFromProjectResponse as EnvironmentCreateFromProjectResponse ,
10621059 type EnvironmentCreateLogsTokenResponse as EnvironmentCreateLogsTokenResponse ,
10631060 type EnvironmentMarkActiveResponse as EnvironmentMarkActiveResponse ,
@@ -1069,6 +1066,7 @@ export declare namespace Gitpod {
10691066 type EnvironmentUpdateParams as EnvironmentUpdateParams ,
10701067 type EnvironmentListParams as EnvironmentListParams ,
10711068 type EnvironmentDeleteParams as EnvironmentDeleteParams ,
1069+ type EnvironmentCreateEnvironmentTokenParams as EnvironmentCreateEnvironmentTokenParams ,
10721070 type EnvironmentCreateFromProjectParams as EnvironmentCreateFromProjectParams ,
10731071 type EnvironmentCreateLogsTokenParams as EnvironmentCreateLogsTokenParams ,
10741072 type EnvironmentMarkActiveParams as EnvironmentMarkActiveParams ,
@@ -1096,6 +1094,7 @@ export declare namespace Gitpod {
10961094
10971095 export {
10981096 Identity as Identity ,
1097+ type IDTokenVersion as IDTokenVersion ,
10991098 type IdentityExchangeTokenResponse as IdentityExchangeTokenResponse ,
11001099 type IdentityGetAuthenticatedIdentityResponse as IdentityGetAuthenticatedIdentityResponse ,
11011100 type IdentityGetIDTokenResponse as IdentityGetIDTokenResponse ,
@@ -1109,20 +1108,18 @@ export declare namespace Gitpod {
11091108 type InviteDomains as InviteDomains ,
11101109 type Organization as Organization ,
11111110 type OrganizationMember as OrganizationMember ,
1112- type Scope as Scope ,
1111+ type OrganizationTier as OrganizationTier ,
11131112 type OrganizationCreateResponse as OrganizationCreateResponse ,
11141113 type OrganizationRetrieveResponse as OrganizationRetrieveResponse ,
11151114 type OrganizationUpdateResponse as OrganizationUpdateResponse ,
11161115 type OrganizationDeleteResponse as OrganizationDeleteResponse ,
11171116 type OrganizationJoinResponse as OrganizationJoinResponse ,
11181117 type OrganizationLeaveResponse as OrganizationLeaveResponse ,
11191118 type OrganizationSetRoleResponse as OrganizationSetRoleResponse ,
1120- type OrganizationsOrganizationsPage as OrganizationsOrganizationsPage ,
11211119 type OrganizationMembersMembersPage as OrganizationMembersMembersPage ,
11221120 type OrganizationCreateParams as OrganizationCreateParams ,
11231121 type OrganizationRetrieveParams as OrganizationRetrieveParams ,
11241122 type OrganizationUpdateParams as OrganizationUpdateParams ,
1125- type OrganizationListParams as OrganizationListParams ,
11261123 type OrganizationDeleteParams as OrganizationDeleteParams ,
11271124 type OrganizationJoinParams as OrganizationJoinParams ,
11281125 type OrganizationLeaveParams as OrganizationLeaveParams ,
@@ -1152,6 +1149,8 @@ export declare namespace Gitpod {
11521149
11531150 export {
11541151 Runners as Runners ,
1152+ type LogLevel as LogLevel ,
1153+ type MetricsConfiguration as MetricsConfiguration ,
11551154 type Runner as Runner ,
11561155 type RunnerCapability as RunnerCapability ,
11571156 type RunnerConfiguration as RunnerConfiguration ,
@@ -1182,6 +1181,7 @@ export declare namespace Gitpod {
11821181 export {
11831182 Secrets as Secrets ,
11841183 type Secret as Secret ,
1184+ type SecretScope as SecretScope ,
11851185 type SecretCreateResponse as SecretCreateResponse ,
11861186 type SecretDeleteResponse as SecretDeleteResponse ,
11871187 type SecretGetValueResponse as SecretGetValueResponse ,
0 commit comments