@@ -76,6 +76,7 @@ from gitpod.types import (
76
76
EnvironmentRetrieveResponse,
77
77
EnvironmentUpdateResponse,
78
78
EnvironmentDeleteResponse,
79
+ EnvironmentCreateEnvironmentTokenResponse,
79
80
EnvironmentCreateFromProjectResponse,
80
81
EnvironmentCreateLogsTokenResponse,
81
82
EnvironmentMarkActiveResponse,
@@ -91,6 +92,7 @@ Methods:
91
92
- <code title =" post /gitpod.v1.EnvironmentService/UpdateEnvironment " >client.environments.<a href =" ./src/gitpod/resources/environments/environments.py " >update</a >(\*\* <a href =" src/gitpod/types/environment_update_params.py " >params</a >) -> <a href =" ./src/gitpod/types/environment_update_response.py " >object</a ></code >
92
93
- <code title =" post /gitpod.v1.EnvironmentService/ListEnvironments " >client.environments.<a href =" ./src/gitpod/resources/environments/environments.py " >list</a >(\*\* <a href =" src/gitpod/types/environment_list_params.py " >params</a >) -> <a href =" ./src/gitpod/types/environment.py " >SyncEnvironmentsPage[ Environment] </a ></code >
93
94
- <code title =" post /gitpod.v1.EnvironmentService/DeleteEnvironment " >client.environments.<a href =" ./src/gitpod/resources/environments/environments.py " >delete</a >(\*\* <a href =" src/gitpod/types/environment_delete_params.py " >params</a >) -> <a href =" ./src/gitpod/types/environment_delete_response.py " >object</a ></code >
95
+ - <code title =" post /gitpod.v1.EnvironmentService/CreateEnvironmentAccessToken " >client.environments.<a href =" ./src/gitpod/resources/environments/environments.py " >create_environment_token</a >(\*\* <a href =" src/gitpod/types/environment_create_environment_token_params.py " >params</a >) -> <a href =" ./src/gitpod/types/environment_create_environment_token_response.py " >EnvironmentCreateEnvironmentTokenResponse</a ></code >
94
96
- <code title =" post /gitpod.v1.EnvironmentService/CreateEnvironmentFromProject " >client.environments.<a href =" ./src/gitpod/resources/environments/environments.py " >create_from_project</a >(\*\* <a href =" src/gitpod/types/environment_create_from_project_params.py " >params</a >) -> <a href =" ./src/gitpod/types/environment_create_from_project_response.py " >EnvironmentCreateFromProjectResponse</a ></code >
95
97
- <code title =" post /gitpod.v1.EnvironmentService/CreateEnvironmentLogsToken " >client.environments.<a href =" ./src/gitpod/resources/environments/environments.py " >create_logs_token</a >(\*\* <a href =" src/gitpod/types/environment_create_logs_token_params.py " >params</a >) -> <a href =" ./src/gitpod/types/environment_create_logs_token_response.py " >EnvironmentCreateLogsTokenResponse</a ></code >
96
98
- <code title =" post /gitpod.v1.EnvironmentService/MarkEnvironmentActive " >client.environments.<a href =" ./src/gitpod/resources/environments/environments.py " >mark_active</a >(\*\* <a href =" src/gitpod/types/environment_mark_active_params.py " >params</a >) -> <a href =" ./src/gitpod/types/environment_mark_active_response.py " >object</a ></code >
@@ -216,6 +218,7 @@ Types:
216
218
217
219
``` python
218
220
from gitpod.types import (
221
+ IDTokenVersion,
219
222
IdentityExchangeTokenResponse,
220
223
IdentityGetAuthenticatedIdentityResponse,
221
224
IdentityGetIDTokenResponse,
@@ -237,7 +240,7 @@ from gitpod.types import (
237
240
InviteDomains,
238
241
Organization,
239
242
OrganizationMember,
240
- Scope ,
243
+ OrganizationTier ,
241
244
OrganizationCreateResponse,
242
245
OrganizationRetrieveResponse,
243
246
OrganizationUpdateResponse,
@@ -253,7 +256,6 @@ Methods:
253
256
- <code title =" post /gitpod.v1.OrganizationService/CreateOrganization " >client.organizations.<a href =" ./src/gitpod/resources/organizations/organizations.py " >create</a >(\*\* <a href =" src/gitpod/types/organization_create_params.py " >params</a >) -> <a href =" ./src/gitpod/types/organization_create_response.py " >OrganizationCreateResponse</a ></code >
254
257
- <code title =" post /gitpod.v1.OrganizationService/GetOrganization " >client.organizations.<a href =" ./src/gitpod/resources/organizations/organizations.py " >retrieve</a >(\*\* <a href =" src/gitpod/types/organization_retrieve_params.py " >params</a >) -> <a href =" ./src/gitpod/types/organization_retrieve_response.py " >OrganizationRetrieveResponse</a ></code >
255
258
- <code title =" post /gitpod.v1.OrganizationService/UpdateOrganization " >client.organizations.<a href =" ./src/gitpod/resources/organizations/organizations.py " >update</a >(\*\* <a href =" src/gitpod/types/organization_update_params.py " >params</a >) -> <a href =" ./src/gitpod/types/organization_update_response.py " >OrganizationUpdateResponse</a ></code >
256
- - <code title =" post /gitpod.v1.OrganizationService/ListOrganizations " >client.organizations.<a href =" ./src/gitpod/resources/organizations/organizations.py " >list</a >(\*\* <a href =" src/gitpod/types/organization_list_params.py " >params</a >) -> <a href =" ./src/gitpod/types/organization.py " >SyncOrganizationsPage[ Organization] </a ></code >
257
259
- <code title =" post /gitpod.v1.OrganizationService/DeleteOrganization " >client.organizations.<a href =" ./src/gitpod/resources/organizations/organizations.py " >delete</a >(\*\* <a href =" src/gitpod/types/organization_delete_params.py " >params</a >) -> <a href =" ./src/gitpod/types/organization_delete_response.py " >object</a ></code >
258
260
- <code title =" post /gitpod.v1.OrganizationService/JoinOrganization " >client.organizations.<a href =" ./src/gitpod/resources/organizations/organizations.py " >join</a >(\*\* <a href =" src/gitpod/types/organization_join_params.py " >params</a >) -> <a href =" ./src/gitpod/types/organization_join_response.py " >OrganizationJoinResponse</a ></code >
259
261
- <code title =" post /gitpod.v1.OrganizationService/LeaveOrganization " >client.organizations.<a href =" ./src/gitpod/resources/organizations/organizations.py " >leave</a >(\*\* <a href =" src/gitpod/types/organization_leave_params.py " >params</a >) -> <a href =" ./src/gitpod/types/organization_leave_response.py " >object</a ></code >
@@ -302,6 +304,23 @@ Methods:
302
304
- <code title =" post /gitpod.v1.OrganizationService/GetOrganizationInvite " >client.organizations.invites.<a href =" ./src/gitpod/resources/organizations/invites.py " >retrieve</a >(\*\* <a href =" src/gitpod/types/organizations/invite_retrieve_params.py " >params</a >) -> <a href =" ./src/gitpod/types/organizations/invite_retrieve_response.py " >InviteRetrieveResponse</a ></code >
303
305
- <code title =" post /gitpod.v1.OrganizationService/GetOrganizationInviteSummary " >client.organizations.invites.<a href =" ./src/gitpod/resources/organizations/invites.py " >get_summary</a >(\*\* <a href =" src/gitpod/types/organizations/invite_get_summary_params.py " >params</a >) -> <a href =" ./src/gitpod/types/organizations/invite_get_summary_response.py " >InviteGetSummaryResponse</a ></code >
304
306
307
+ ## Policies
308
+
309
+ Types:
310
+
311
+ ``` python
312
+ from gitpod.types.organizations import (
313
+ OrganizationPolicies,
314
+ PolicyRetrieveResponse,
315
+ PolicyUpdateResponse,
316
+ )
317
+ ```
318
+
319
+ Methods:
320
+
321
+ - <code title =" post /gitpod.v1.OrganizationService/GetOrganizationPolicies " >client.organizations.policies.<a href =" ./src/gitpod/resources/organizations/policies.py " >retrieve</a >(\*\* <a href =" src/gitpod/types/organizations/policy_retrieve_params.py " >params</a >) -> <a href =" ./src/gitpod/types/organizations/policy_retrieve_response.py " >PolicyRetrieveResponse</a ></code >
322
+ - <code title =" post /gitpod.v1.OrganizationService/UpdateOrganizationPolicies " >client.organizations.policies.<a href =" ./src/gitpod/resources/organizations/policies.py " >update</a >(\*\* <a href =" src/gitpod/types/organizations/policy_update_params.py " >params</a >) -> <a href =" ./src/gitpod/types/organizations/policy_update_response.py " >object</a ></code >
323
+
305
324
## SSOConfigurations
306
325
307
326
Types:
@@ -380,6 +399,8 @@ Types:
380
399
381
400
``` python
382
401
from gitpod.types import (
402
+ LogLevel,
403
+ MetricsConfiguration,
383
404
Runner,
384
405
RunnerCapability,
385
406
RunnerConfiguration,
@@ -532,6 +553,7 @@ Types:
532
553
``` python
533
554
from gitpod.types import (
534
555
Secret,
556
+ SecretScope,
535
557
SecretCreateResponse,
536
558
SecretDeleteResponse,
537
559
SecretGetValueResponse,
@@ -560,6 +582,19 @@ Methods:
560
582
- <code title =" post /gitpod.v1.UserService/GetAuthenticatedUser " >client.users.<a href =" ./src/gitpod/resources/users/users.py " >get_authenticated_user</a >(\*\* <a href =" src/gitpod/types/user_get_authenticated_user_params.py " >params</a >) -> <a href =" ./src/gitpod/types/user_get_authenticated_user_response.py " >UserGetAuthenticatedUserResponse</a ></code >
561
583
- <code title =" post /gitpod.v1.UserService/SetSuspended " >client.users.<a href =" ./src/gitpod/resources/users/users.py " >set_suspended</a >(\*\* <a href =" src/gitpod/types/user_set_suspended_params.py " >params</a >) -> <a href =" ./src/gitpod/types/user_set_suspended_response.py " >object</a ></code >
562
584
585
+ ## Dotfiles
586
+
587
+ Types:
588
+
589
+ ``` python
590
+ from gitpod.types.users import DotfilesConfiguration, DotfileGetResponse, DotfileSetResponse
591
+ ```
592
+
593
+ Methods:
594
+
595
+ - <code title =" post /gitpod.v1.UserService/GetDotfilesConfiguration " >client.users.dotfiles.<a href =" ./src/gitpod/resources/users/dotfiles.py " >get</a >(\*\* <a href =" src/gitpod/types/users/dotfile_get_params.py " >params</a >) -> <a href =" ./src/gitpod/types/users/dotfile_get_response.py " >DotfileGetResponse</a ></code >
596
+ - <code title =" post /gitpod.v1.UserService/SetDotfilesConfiguration " >client.users.dotfiles.<a href =" ./src/gitpod/resources/users/dotfiles.py " >set</a >(\*\* <a href =" src/gitpod/types/users/dotfile_set_params.py " >params</a >) -> <a href =" ./src/gitpod/types/users/dotfile_set_response.py " >object</a ></code >
597
+
563
598
## Pats
564
599
565
600
Types:
0 commit comments