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
30 changes: 7 additions & 23 deletions 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.10.17
- API version: v0.10.24
- Package version: 1.0.0
- Generator version: 7.19.0
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`
Expand Down Expand Up @@ -36,12 +36,10 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**create_account**](docs/DefaultApi.md#create_account) | **POST** /accounts | Create account
*DefaultApi* | [**create_api_key**](docs/DefaultApi.md#create_api_key) | **POST** /api-keys | Create API Key
*DefaultApi* | [**create_app**](docs/DefaultApi.md#create_app) | **POST** /apps | Create app
*DefaultApi* | [**create_authenticator**](docs/DefaultApi.md#create_authenticator) | **POST** /authenticators | Create authenticator
*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
*DefaultApi* | [**create_secret**](docs/DefaultApi.md#create_secret) | **POST** /secrets | Create secret
Expand All @@ -52,7 +50,6 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**delete_alert**](docs/DefaultApi.md#delete_alert) | **DELETE** /alerts/{alert_id} | Delete alert
*DefaultApi* | [**delete_api_key**](docs/DefaultApi.md#delete_api_key) | **DELETE** /api-keys | Delete API key
*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
Expand Down Expand Up @@ -81,7 +78,7 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**export_catalogs**](docs/DefaultApi.md#export_catalogs) | **POST** /catalogs/export | Export catalogs
*DefaultApi* | [**export_secrets**](docs/DefaultApi.md#export_secrets) | **POST** /secrets/export | Export secrets
*DefaultApi* | [**generate_app_statistics**](docs/DefaultApi.md#generate_app_statistics) | **GET** /stats/apps | Generate app statistics
*DefaultApi* | [**generate_authenticator**](docs/DefaultApi.md#generate_authenticator) | **POST** /authenticators/generate | Generate authenticator
*DefaultApi* | [**generate_organization_usage_time_series**](docs/DefaultApi.md#generate_organization_usage_time_series) | **GET** /usage/time-series | Get organization usage as time series
*DefaultApi* | [**generate_run_statistics**](docs/DefaultApi.md#generate_run_statistics) | **GET** /stats/runs | Generate run statistics
*DefaultApi* | [**generate_runner_credentials**](docs/DefaultApi.md#generate_runner_credentials) | **POST** /runners/credentials | Generate runner credentials
*DefaultApi* | [**invite_team_member**](docs/DefaultApi.md#invite_team_member) | **POST** /teams/{name}/invites | Invite team member
Expand All @@ -91,7 +88,6 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**list_app_environments**](docs/DefaultApi.md#list_app_environments) | **GET** /apps/{name}/environments | List app environments
*DefaultApi* | [**list_app_versions**](docs/DefaultApi.md#list_app_versions) | **GET** /apps/{name}/versions | List app versions
*DefaultApi* | [**list_apps**](docs/DefaultApi.md#list_apps) | **GET** /apps | List apps
*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
Expand All @@ -108,7 +104,6 @@ Class | Method | HTTP request | Description
*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
*DefaultApi* | [**run_app**](docs/DefaultApi.md#run_app) | **POST** /apps/{name}/runs | Run app
*DefaultApi* | [**search_runs**](docs/DefaultApi.md#search_runs) | **GET** /runs | Search runs
Expand All @@ -117,20 +112,19 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**stream_shouldertaps**](docs/DefaultApi.md#stream_shouldertaps) | **GET** /shouldertaps/stream | Stream shouldertaps
*DefaultApi* | [**update_account**](docs/DefaultApi.md#update_account) | **PUT** /accounts/{name} | Update account
*DefaultApi* | [**update_app**](docs/DefaultApi.md#update_app) | **PUT** /apps/{name} | Update app
*DefaultApi* | [**update_app_environment**](docs/DefaultApi.md#update_app_environment) | **PUT** /apps/{name}/environments/{environment} | Update app environment
*DefaultApi* | [**update_catalog**](docs/DefaultApi.md#update_catalog) | **PUT** /catalogs/{name} | Update catalog
*DefaultApi* | [**update_email_preferences**](docs/DefaultApi.md#update_email_preferences) | **PUT** /user/email-preferences | Update email preferences
*DefaultApi* | [**update_environment**](docs/DefaultApi.md#update_environment) | **PUT** /environments/{name} | Update environment
*DefaultApi* | [**update_my_team_invitation**](docs/DefaultApi.md#update_my_team_invitation) | **PUT** /team-invites | Update my team invitation
*DefaultApi* | [**update_organization**](docs/DefaultApi.md#update_organization) | **PUT** /organizations/{name} | Update organization
*DefaultApi* | [**update_password_reset**](docs/DefaultApi.md#update_password_reset) | **POST** /accounts/password-reset/{code} | Update password reset
*DefaultApi* | [**update_plan**](docs/DefaultApi.md#update_plan) | **PUT** /plan | Update plan
*DefaultApi* | [**update_schedule**](docs/DefaultApi.md#update_schedule) | **PUT** /schedules/{idOrName} | Update schedule
*DefaultApi* | [**update_secret**](docs/DefaultApi.md#update_secret) | **PUT** /secrets/{name} | Update secret
*DefaultApi* | [**update_team**](docs/DefaultApi.md#update_team) | **PUT** /teams/{name} | Update team
*DefaultApi* | [**update_team_member**](docs/DefaultApi.md#update_team_member) | **PUT** /teams/{name}/members | Update team member
*DefaultApi* | [**update_user**](docs/DefaultApi.md#update_user) | **PUT** /user | Update user profile
*DefaultApi* | [**update_webhook**](docs/DefaultApi.md#update_webhook) | **PUT** /webhooks/{name} | Update webhook
*DefaultApi* | [**verify_email**](docs/DefaultApi.md#verify_email) | **POST** /user/verify | Verify email
*FeatureFlagsApi* | [**get_feature_flag_value**](docs/FeatureFlagsApi.md#get_feature_flag_value) | **GET** /feature-flags/{key} | Get feature flag value


Expand Down Expand Up @@ -160,17 +154,13 @@ Class | Method | HTTP request | Description
- [CreateApiKeyResponse](docs/CreateApiKeyResponse.md)
- [CreateAppParams](docs/CreateAppParams.md)
- [CreateAppResponse](docs/CreateAppResponse.md)
- [CreateAuthenticatorParams](docs/CreateAuthenticatorParams.md)
- [CreateAuthenticatorResponse](docs/CreateAuthenticatorResponse.md)
- [CreateCatalogParams](docs/CreateCatalogParams.md)
- [CreateCatalogResponse](docs/CreateCatalogResponse.md)
- [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)
- [CreateSandboxSecretsResponse](docs/CreateSandboxSecretsResponse.md)
- [CreateScheduleParams](docs/CreateScheduleParams.md)
Expand All @@ -186,8 +176,6 @@ Class | Method | HTTP request | Description
- [DeleteApiKeyParams](docs/DeleteApiKeyParams.md)
- [DeleteApiKeyResponse](docs/DeleteApiKeyResponse.md)
- [DeleteAppResponse](docs/DeleteAppResponse.md)
- [DeleteAuthenticatorParams](docs/DeleteAuthenticatorParams.md)
- [DeleteAuthenticatorResponse](docs/DeleteAuthenticatorResponse.md)
- [DeleteCatalogResponse](docs/DeleteCatalogResponse.md)
- [DeleteGuestOutputBody](docs/DeleteGuestOutputBody.md)
- [DeleteScheduleParams](docs/DeleteScheduleParams.md)
Expand Down Expand Up @@ -238,7 +226,7 @@ Class | Method | HTTP request | Description
- [Feature](docs/Feature.md)
- [FeaturebaseIdentity](docs/FeaturebaseIdentity.md)
- [GenerateAppStatisticsResponse](docs/GenerateAppStatisticsResponse.md)
- [GenerateAuthenticatorResponse](docs/GenerateAuthenticatorResponse.md)
- [GenerateOrganizationUsageTimeSeriesResponse](docs/GenerateOrganizationUsageTimeSeriesResponse.md)
- [GenerateRunStatisticsResponse](docs/GenerateRunStatisticsResponse.md)
- [GenerateRunnerCredentialsResponse](docs/GenerateRunnerCredentialsResponse.md)
- [GetFeatureFlagResponseBody](docs/GetFeatureFlagResponseBody.md)
Expand All @@ -251,7 +239,6 @@ Class | Method | HTTP request | Description
- [ListAppEnvironmentsResponse](docs/ListAppEnvironmentsResponse.md)
- [ListAppVersionsResponse](docs/ListAppVersionsResponse.md)
- [ListAppsResponse](docs/ListAppsResponse.md)
- [ListAuthenticatorsResponse](docs/ListAuthenticatorsResponse.md)
- [ListCatalogsResponse](docs/ListCatalogsResponse.md)
- [ListEnvironmentsResponse](docs/ListEnvironmentsResponse.md)
- [ListGuestsResponse](docs/ListGuestsResponse.md)
Expand Down Expand Up @@ -313,9 +300,10 @@ Class | Method | HTTP request | Description
- [TeamMembership](docs/TeamMembership.md)
- [TestWebhookResponse](docs/TestWebhookResponse.md)
- [Token](docs/Token.md)
- [UnverifiedAuthenticator](docs/UnverifiedAuthenticator.md)
- [UpdateAccountParams](docs/UpdateAccountParams.md)
- [UpdateAccountResponse](docs/UpdateAccountResponse.md)
- [UpdateAppEnvironmentParams](docs/UpdateAppEnvironmentParams.md)
- [UpdateAppEnvironmentResponse](docs/UpdateAppEnvironmentResponse.md)
- [UpdateAppParams](docs/UpdateAppParams.md)
- [UpdateAppResponse](docs/UpdateAppResponse.md)
- [UpdateCatalogParams](docs/UpdateCatalogParams.md)
Expand All @@ -327,8 +315,6 @@ Class | Method | HTTP request | Description
- [UpdateMyTeamInvitationResponse](docs/UpdateMyTeamInvitationResponse.md)
- [UpdateOrganizationParams](docs/UpdateOrganizationParams.md)
- [UpdateOrganizationResponse](docs/UpdateOrganizationResponse.md)
- [UpdatePasswordResetParams](docs/UpdatePasswordResetParams.md)
- [UpdatePasswordResetResponse](docs/UpdatePasswordResetResponse.md)
- [UpdatePlanParams](docs/UpdatePlanParams.md)
- [UpdatePlanResponse](docs/UpdatePlanResponse.md)
- [UpdateScheduleParams](docs/UpdateScheduleParams.md)
Expand All @@ -344,10 +330,8 @@ Class | Method | HTTP request | Description
- [UpdateWebhookParams](docs/UpdateWebhookParams.md)
- [UpdateWebhookResponse](docs/UpdateWebhookResponse.md)
- [UsageLimit](docs/UsageLimit.md)
- [UsageMetricTimeSeriesPoint](docs/UsageMetricTimeSeriesPoint.md)
- [User](docs/User.md)
- [VerifiedAuthenticator](docs/VerifiedAuthenticator.md)
- [VerifyEmailParams](docs/VerifyEmailParams.md)
- [VerifyEmailResponse](docs/VerifyEmailResponse.md)
- [Webhook](docs/Webhook.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.10.17
* The version of the OpenAPI document: v0.10.24
* Contact: hello@tower.dev
* Generated by: https://openapi-generator.tech
*/
Expand Down
Loading
Loading