@@ -35,8 +35,6 @@ import {
35
35
LoginProvidersPageResponse ,
36
36
type MembersPageParams ,
37
37
MembersPageResponse ,
38
- type OrganizationsPageParams ,
39
- OrganizationsPageResponse ,
40
38
type PersonalAccessTokensPageParams ,
41
39
PersonalAccessTokensPageResponse ,
42
40
type PoliciesPageParams ,
@@ -101,6 +99,7 @@ import {
101
99
} from './resources/events' ;
102
100
import { Group , GroupListParams , Groups , GroupsGroupsPage } from './resources/groups' ;
103
101
import {
102
+ IDTokenVersion ,
104
103
Identity ,
105
104
IdentityExchangeTokenParams ,
106
105
IdentityExchangeTokenResponse ,
@@ -118,6 +117,7 @@ import {
118
117
SecretGetValueParams ,
119
118
SecretGetValueResponse ,
120
119
SecretListParams ,
120
+ SecretScope ,
121
121
SecretUpdateValueParams ,
122
122
SecretUpdateValueResponse ,
123
123
Secrets ,
@@ -130,6 +130,8 @@ import {
130
130
AdmissionLevel ,
131
131
Environment ,
132
132
EnvironmentActivitySignal ,
133
+ EnvironmentCreateEnvironmentTokenParams ,
134
+ EnvironmentCreateEnvironmentTokenResponse ,
133
135
EnvironmentCreateFromProjectParams ,
134
136
EnvironmentCreateFromProjectResponse ,
135
137
EnvironmentCreateLogsTokenParams ,
@@ -168,18 +170,16 @@ import {
168
170
OrganizationLeaveParams ,
169
171
OrganizationLeaveResponse ,
170
172
OrganizationListMembersParams ,
171
- OrganizationListParams ,
172
173
OrganizationMember ,
173
174
OrganizationMembersMembersPage ,
174
175
OrganizationRetrieveParams ,
175
176
OrganizationRetrieveResponse ,
176
177
OrganizationSetRoleParams ,
177
178
OrganizationSetRoleResponse ,
179
+ OrganizationTier ,
178
180
OrganizationUpdateParams ,
179
181
OrganizationUpdateResponse ,
180
182
Organizations ,
181
- OrganizationsOrganizationsPage ,
182
- Scope ,
183
183
} from './resources/organizations/organizations' ;
184
184
import {
185
185
EnvironmentInitializer ,
@@ -201,6 +201,8 @@ import {
201
201
ProjectsProjectsPage ,
202
202
} from './resources/projects/projects' ;
203
203
import {
204
+ LogLevel ,
205
+ MetricsConfiguration ,
204
206
Runner ,
205
207
RunnerCapability ,
206
208
RunnerCheckAuthenticationForHostParams ,
@@ -973,12 +975,6 @@ export declare namespace Gitpod {
973
975
export import MembersPage = Pagination . MembersPage ;
974
976
export { type MembersPageParams as MembersPageParams , type MembersPageResponse as MembersPageResponse } ;
975
977
976
- export import OrganizationsPage = Pagination . OrganizationsPage ;
977
- export {
978
- type OrganizationsPageParams as OrganizationsPageParams ,
979
- type OrganizationsPageResponse as OrganizationsPageResponse ,
980
- } ;
981
-
982
978
export import PersonalAccessTokensPage = Pagination . PersonalAccessTokensPage ;
983
979
export {
984
980
type PersonalAccessTokensPageParams as PersonalAccessTokensPageParams ,
@@ -1058,6 +1054,7 @@ export declare namespace Gitpod {
1058
1054
type EnvironmentRetrieveResponse as EnvironmentRetrieveResponse ,
1059
1055
type EnvironmentUpdateResponse as EnvironmentUpdateResponse ,
1060
1056
type EnvironmentDeleteResponse as EnvironmentDeleteResponse ,
1057
+ type EnvironmentCreateEnvironmentTokenResponse as EnvironmentCreateEnvironmentTokenResponse ,
1061
1058
type EnvironmentCreateFromProjectResponse as EnvironmentCreateFromProjectResponse ,
1062
1059
type EnvironmentCreateLogsTokenResponse as EnvironmentCreateLogsTokenResponse ,
1063
1060
type EnvironmentMarkActiveResponse as EnvironmentMarkActiveResponse ,
@@ -1069,6 +1066,7 @@ export declare namespace Gitpod {
1069
1066
type EnvironmentUpdateParams as EnvironmentUpdateParams ,
1070
1067
type EnvironmentListParams as EnvironmentListParams ,
1071
1068
type EnvironmentDeleteParams as EnvironmentDeleteParams ,
1069
+ type EnvironmentCreateEnvironmentTokenParams as EnvironmentCreateEnvironmentTokenParams ,
1072
1070
type EnvironmentCreateFromProjectParams as EnvironmentCreateFromProjectParams ,
1073
1071
type EnvironmentCreateLogsTokenParams as EnvironmentCreateLogsTokenParams ,
1074
1072
type EnvironmentMarkActiveParams as EnvironmentMarkActiveParams ,
@@ -1096,6 +1094,7 @@ export declare namespace Gitpod {
1096
1094
1097
1095
export {
1098
1096
Identity as Identity ,
1097
+ type IDTokenVersion as IDTokenVersion ,
1099
1098
type IdentityExchangeTokenResponse as IdentityExchangeTokenResponse ,
1100
1099
type IdentityGetAuthenticatedIdentityResponse as IdentityGetAuthenticatedIdentityResponse ,
1101
1100
type IdentityGetIDTokenResponse as IdentityGetIDTokenResponse ,
@@ -1109,20 +1108,18 @@ export declare namespace Gitpod {
1109
1108
type InviteDomains as InviteDomains ,
1110
1109
type Organization as Organization ,
1111
1110
type OrganizationMember as OrganizationMember ,
1112
- type Scope as Scope ,
1111
+ type OrganizationTier as OrganizationTier ,
1113
1112
type OrganizationCreateResponse as OrganizationCreateResponse ,
1114
1113
type OrganizationRetrieveResponse as OrganizationRetrieveResponse ,
1115
1114
type OrganizationUpdateResponse as OrganizationUpdateResponse ,
1116
1115
type OrganizationDeleteResponse as OrganizationDeleteResponse ,
1117
1116
type OrganizationJoinResponse as OrganizationJoinResponse ,
1118
1117
type OrganizationLeaveResponse as OrganizationLeaveResponse ,
1119
1118
type OrganizationSetRoleResponse as OrganizationSetRoleResponse ,
1120
- type OrganizationsOrganizationsPage as OrganizationsOrganizationsPage ,
1121
1119
type OrganizationMembersMembersPage as OrganizationMembersMembersPage ,
1122
1120
type OrganizationCreateParams as OrganizationCreateParams ,
1123
1121
type OrganizationRetrieveParams as OrganizationRetrieveParams ,
1124
1122
type OrganizationUpdateParams as OrganizationUpdateParams ,
1125
- type OrganizationListParams as OrganizationListParams ,
1126
1123
type OrganizationDeleteParams as OrganizationDeleteParams ,
1127
1124
type OrganizationJoinParams as OrganizationJoinParams ,
1128
1125
type OrganizationLeaveParams as OrganizationLeaveParams ,
@@ -1152,6 +1149,8 @@ export declare namespace Gitpod {
1152
1149
1153
1150
export {
1154
1151
Runners as Runners ,
1152
+ type LogLevel as LogLevel ,
1153
+ type MetricsConfiguration as MetricsConfiguration ,
1155
1154
type Runner as Runner ,
1156
1155
type RunnerCapability as RunnerCapability ,
1157
1156
type RunnerConfiguration as RunnerConfiguration ,
@@ -1182,6 +1181,7 @@ export declare namespace Gitpod {
1182
1181
export {
1183
1182
Secrets as Secrets ,
1184
1183
type Secret as Secret ,
1184
+ type SecretScope as SecretScope ,
1185
1185
type SecretCreateResponse as SecretCreateResponse ,
1186
1186
type SecretDeleteResponse as SecretDeleteResponse ,
1187
1187
type SecretGetValueResponse as SecretGetValueResponse ,
0 commit comments