Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
18 changes: 17 additions & 1 deletion crates/tower-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For more information, please visit [https://tower.dev](https://tower.dev)

This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client.

- API version: v0.9.29
- API version: v0.10.14
- Package version: 1.0.0
- Generator version: 7.19.0
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`
Expand Down Expand Up @@ -40,6 +40,7 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**create_catalog**](docs/DefaultApi.md#create_catalog) | **POST** /catalogs | Create catalog
*DefaultApi* | [**create_device_login_ticket**](docs/DefaultApi.md#create_device_login_ticket) | **GET** /login/device | Create device login ticket
*DefaultApi* | [**create_environment**](docs/DefaultApi.md#create_environment) | **POST** /environments | Create environment
*DefaultApi* | [**create_guest**](docs/DefaultApi.md#create_guest) | **POST** /guests | Create guest
*DefaultApi* | [**create_password_reset**](docs/DefaultApi.md#create_password_reset) | **POST** /accounts/password-reset | Create password reset
*DefaultApi* | [**create_sandbox_secrets**](docs/DefaultApi.md#create_sandbox_secrets) | **POST** /sandbox/secrets | Create Tower-provided sandbox secrets
*DefaultApi* | [**create_schedule**](docs/DefaultApi.md#create_schedule) | **POST** /schedules | Create schedule
Expand All @@ -53,6 +54,7 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**delete_app**](docs/DefaultApi.md#delete_app) | **DELETE** /apps/{name} | Delete app
*DefaultApi* | [**delete_authenticator**](docs/DefaultApi.md#delete_authenticator) | **DELETE** /authenticators | Delete authenticator
*DefaultApi* | [**delete_catalog**](docs/DefaultApi.md#delete_catalog) | **DELETE** /catalogs/{name} | Delete catalog
*DefaultApi* | [**delete_guest**](docs/DefaultApi.md#delete_guest) | **DELETE** /guests/{guest_id} | Delete guest
*DefaultApi* | [**delete_schedule**](docs/DefaultApi.md#delete_schedule) | **DELETE** /schedules | Delete schedule
*DefaultApi* | [**delete_secret**](docs/DefaultApi.md#delete_secret) | **DELETE** /secrets/{name} | Delete secret
*DefaultApi* | [**delete_session**](docs/DefaultApi.md#delete_session) | **DELETE** /session | Delete session
Expand All @@ -66,6 +68,7 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**describe_authentication_context**](docs/DefaultApi.md#describe_authentication_context) | **GET** /user/auth-context | Describe authentication context
*DefaultApi* | [**describe_device_login_session**](docs/DefaultApi.md#describe_device_login_session) | **GET** /login/device/{device_code} | Describe device login session
*DefaultApi* | [**describe_email_preferences**](docs/DefaultApi.md#describe_email_preferences) | **GET** /user/email-preferences | Describe email preferences
*DefaultApi* | [**describe_organization_usage**](docs/DefaultApi.md#describe_organization_usage) | **GET** /usage | Describe organization usage
*DefaultApi* | [**describe_plan**](docs/DefaultApi.md#describe_plan) | **GET** /plan | Describe plan
*DefaultApi* | [**describe_run**](docs/DefaultApi.md#describe_run) | **GET** /apps/{name}/runs/{seq} | Describe run
*DefaultApi* | [**describe_run_graph**](docs/DefaultApi.md#describe_run_graph) | **GET** /apps/{name}/runs/{seq}/graph | Describe run graph
Expand All @@ -90,6 +93,7 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**list_authenticators**](docs/DefaultApi.md#list_authenticators) | **GET** /authenticators | List authenticators
*DefaultApi* | [**list_catalogs**](docs/DefaultApi.md#list_catalogs) | **GET** /catalogs | List catalogs
*DefaultApi* | [**list_environments**](docs/DefaultApi.md#list_environments) | **GET** /environments | List environments
*DefaultApi* | [**list_guests**](docs/DefaultApi.md#list_guests) | **GET** /guests | List guests
*DefaultApi* | [**list_my_team_invitations**](docs/DefaultApi.md#list_my_team_invitations) | **GET** /team-invites | List my team invitations
*DefaultApi* | [**list_runners**](docs/DefaultApi.md#list_runners) | **GET** /runners | List runners
*DefaultApi* | [**list_runs**](docs/DefaultApi.md#list_runs) | **GET** /apps/{name}/runs | List runs
Expand All @@ -101,6 +105,7 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**list_teams**](docs/DefaultApi.md#list_teams) | **GET** /teams | List teams
*DefaultApi* | [**list_webhooks**](docs/DefaultApi.md#list_webhooks) | **GET** /webhooks | List webhooks
*DefaultApi* | [**refresh_session**](docs/DefaultApi.md#refresh_session) | **POST** /session/refresh | Refresh session
*DefaultApi* | [**regenerate_guest_login_url**](docs/DefaultApi.md#regenerate_guest_login_url) | **POST** /guests/{guest_id}/login-url | Regenerate guest login URL
*DefaultApi* | [**remove_team_member**](docs/DefaultApi.md#remove_team_member) | **DELETE** /teams/{name}/members | Remove team member
*DefaultApi* | [**resend_email_verification**](docs/DefaultApi.md#resend_email_verification) | **POST** /user/resend-verification | Resent email verification
*DefaultApi* | [**resend_team_invitation**](docs/DefaultApi.md#resend_team_invitation) | **POST** /teams/{name}/invites/resend | Resend team invitation
Expand Down Expand Up @@ -161,6 +166,8 @@ Class | Method | HTTP request | Description
- [CreateDeviceLoginTicketResponse](docs/CreateDeviceLoginTicketResponse.md)
- [CreateEnvironmentParams](docs/CreateEnvironmentParams.md)
- [CreateEnvironmentResponse](docs/CreateEnvironmentResponse.md)
- [CreateGuestParams](docs/CreateGuestParams.md)
- [CreateGuestResponse](docs/CreateGuestResponse.md)
- [CreatePasswordResetParams](docs/CreatePasswordResetParams.md)
- [CreatePasswordResetResponse](docs/CreatePasswordResetResponse.md)
- [CreateSandboxSecretsParams](docs/CreateSandboxSecretsParams.md)
Expand All @@ -181,6 +188,7 @@ Class | Method | HTTP request | Description
- [DeleteAuthenticatorParams](docs/DeleteAuthenticatorParams.md)
- [DeleteAuthenticatorResponse](docs/DeleteAuthenticatorResponse.md)
- [DeleteCatalogResponse](docs/DeleteCatalogResponse.md)
- [DeleteGuestOutputBody](docs/DeleteGuestOutputBody.md)
- [DeleteScheduleParams](docs/DeleteScheduleParams.md)
- [DeleteScheduleResponse](docs/DeleteScheduleResponse.md)
- [DeleteSecretResponse](docs/DeleteSecretResponse.md)
Expand Down Expand Up @@ -232,6 +240,7 @@ Class | Method | HTTP request | Description
- [GenerateRunStatisticsResponse](docs/GenerateRunStatisticsResponse.md)
- [GenerateRunnerCredentialsResponse](docs/GenerateRunnerCredentialsResponse.md)
- [GetFeatureFlagResponseBody](docs/GetFeatureFlagResponseBody.md)
- [Guest](docs/Guest.md)
- [InviteTeamMemberParams](docs/InviteTeamMemberParams.md)
- [InviteTeamMemberResponse](docs/InviteTeamMemberResponse.md)
- [LeaveTeamResponse](docs/LeaveTeamResponse.md)
Expand All @@ -243,6 +252,7 @@ Class | Method | HTTP request | Description
- [ListAuthenticatorsResponse](docs/ListAuthenticatorsResponse.md)
- [ListCatalogsResponse](docs/ListCatalogsResponse.md)
- [ListEnvironmentsResponse](docs/ListEnvironmentsResponse.md)
- [ListGuestsResponse](docs/ListGuestsResponse.md)
- [ListMyTeamInvitationsResponse](docs/ListMyTeamInvitationsResponse.md)
- [ListRunnersResponse](docs/ListRunnersResponse.md)
- [ListRunsResponse](docs/ListRunsResponse.md)
Expand All @@ -254,11 +264,14 @@ Class | Method | HTTP request | Description
- [ListTeamsResponse](docs/ListTeamsResponse.md)
- [ListWebhooksResponse](docs/ListWebhooksResponse.md)
- [Organization](docs/Organization.md)
- [OrganizationUsage](docs/OrganizationUsage.md)
- [Pagination](docs/Pagination.md)
- [Parameter](docs/Parameter.md)
- [Plan](docs/Plan.md)
- [RefreshSessionParams](docs/RefreshSessionParams.md)
- [RefreshSessionResponse](docs/RefreshSessionResponse.md)
- [RegenerateGuestLoginUrlParams](docs/RegenerateGuestLoginUrlParams.md)
- [RegenerateGuestLoginUrlResponse](docs/RegenerateGuestLoginUrlResponse.md)
- [RemoveTeamMemberParams](docs/RemoveTeamMemberParams.md)
- [RemoveTeamMemberResponse](docs/RemoveTeamMemberResponse.md)
- [ResendTeamInvitationParams](docs/ResendTeamInvitationParams.md)
Expand All @@ -267,6 +280,7 @@ Class | Method | HTTP request | Description
- [RunAppInitiatorData](docs/RunAppInitiatorData.md)
- [RunAppParams](docs/RunAppParams.md)
- [RunAppResponse](docs/RunAppResponse.md)
- [RunAttempt](docs/RunAttempt.md)
- [RunFailureAlert](docs/RunFailureAlert.md)
- [RunGraphNode](docs/RunGraphNode.md)
- [RunGraphRunId](docs/RunGraphRunId.md)
Expand All @@ -275,6 +289,7 @@ Class | Method | HTTP request | Description
- [RunLogLine](docs/RunLogLine.md)
- [RunParameter](docs/RunParameter.md)
- [RunResults](docs/RunResults.md)
- [RunRetryPolicy](docs/RunRetryPolicy.md)
- [RunRunInitiatorDetails](docs/RunRunInitiatorDetails.md)
- [RunStatistics](docs/RunStatistics.md)
- [RunTimeseriesPoint](docs/RunTimeseriesPoint.md)
Expand Down Expand Up @@ -326,6 +341,7 @@ Class | Method | HTTP request | Description
- [UpdateUserResponse](docs/UpdateUserResponse.md)
- [UpdateWebhookParams](docs/UpdateWebhookParams.md)
- [UpdateWebhookResponse](docs/UpdateWebhookResponse.md)
- [UsageLimit](docs/UsageLimit.md)
- [User](docs/User.md)
- [VerifiedAuthenticator](docs/VerifiedAuthenticator.md)
- [VerifyEmailParams](docs/VerifyEmailParams.md)
Expand Down
2 changes: 1 addition & 1 deletion crates/tower-api/src/apis/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* REST API to interact with Tower Services.
*
* The version of the OpenAPI document: v0.9.29
* The version of the OpenAPI document: v0.10.14
* Contact: hello@tower.dev
* Generated by: https://openapi-generator.tech
*/
Expand Down
Loading
Loading