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
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.3.64"
version = "0.3.65"
description = "Tower is the best way to host Python data apps in production"
rust-version = "1.81"
authors = ["Brad Heller <brad@tower.dev>", "Ben Lovell <ben@tower.dev>"]
Expand Down
36 changes: 34 additions & 2 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.24
- API version: v0.11.7
- Package version: 1.0.0
- Generator version: 7.19.0
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`
Expand Down Expand Up @@ -43,6 +43,8 @@ Class | Method | HTTP request | Description
*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
*DefaultApi* | [**create_service_account**](docs/DefaultApi.md#create_service_account) | **POST** /service-accounts | Create service account
*DefaultApi* | [**create_service_account_api_key**](docs/DefaultApi.md#create_service_account_api_key) | **POST** /service-accounts/{idOrName}/api-keys | Create API key for service account
*DefaultApi* | [**create_session**](docs/DefaultApi.md#create_session) | **POST** /session | Create session
*DefaultApi* | [**create_team**](docs/DefaultApi.md#create_team) | **POST** /teams | Create team
*DefaultApi* | [**create_webhook**](docs/DefaultApi.md#create_webhook) | **POST** /webhooks | Create webhook
Expand All @@ -51,9 +53,12 @@ Class | Method | HTTP request | Description
*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_catalog**](docs/DefaultApi.md#delete_catalog) | **DELETE** /catalogs/{name} | Delete catalog
*DefaultApi* | [**delete_environment**](docs/DefaultApi.md#delete_environment) | **DELETE** /environments/{name} | Delete environment
*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_service_account**](docs/DefaultApi.md#delete_service_account) | **DELETE** /service-accounts/{idOrName} | Delete service account
*DefaultApi* | [**delete_service_account_api_key**](docs/DefaultApi.md#delete_service_account_api_key) | **DELETE** /service-accounts/{idOrName}/api-keys | Delete API key for service account
*DefaultApi* | [**delete_session**](docs/DefaultApi.md#delete_session) | **DELETE** /session | Delete session
*DefaultApi* | [**delete_team**](docs/DefaultApi.md#delete_team) | **DELETE** /teams | Delete team
*DefaultApi* | [**delete_team_invitation**](docs/DefaultApi.md#delete_team_invitation) | **DELETE** /teams/{name}/invites | Delete team invitation
Expand All @@ -64,6 +69,7 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**describe_app_version**](docs/DefaultApi.md#describe_app_version) | **GET** /apps/{name}/versions/{num} | Describe app version
*DefaultApi* | [**describe_authentication_context**](docs/DefaultApi.md#describe_authentication_context) | **GET** /user/auth-context | Describe authentication context
*DefaultApi* | [**describe_catalog**](docs/DefaultApi.md#describe_catalog) | **GET** /catalogs/{name} | Describe catalog
*DefaultApi* | [**describe_default_catalog**](docs/DefaultApi.md#describe_default_catalog) | **GET** /storage/catalogs/default | Describe default catalog
*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
Expand All @@ -72,13 +78,15 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**describe_run_graph**](docs/DefaultApi.md#describe_run_graph) | **GET** /apps/{name}/runs/{seq}/graph | Describe run graph
*DefaultApi* | [**describe_run_logs**](docs/DefaultApi.md#describe_run_logs) | **GET** /apps/{name}/runs/{seq}/logs | Describe run logs
*DefaultApi* | [**describe_secrets_key**](docs/DefaultApi.md#describe_secrets_key) | **GET** /secrets/key | Describe encryption key
*DefaultApi* | [**describe_service_account**](docs/DefaultApi.md#describe_service_account) | **GET** /service-accounts/{idOrName} | Describe service account
*DefaultApi* | [**describe_session**](docs/DefaultApi.md#describe_session) | **GET** /session | Describe session
*DefaultApi* | [**describe_team**](docs/DefaultApi.md#describe_team) | **GET** /teams/{name} | Describe team
*DefaultApi* | [**describe_webhook**](docs/DefaultApi.md#describe_webhook) | **GET** /webhooks/{name} | Describe webhook
*DefaultApi* | [**describe_whoami**](docs/DefaultApi.md#describe_whoami) | **GET** /whoami | Describe whoami
*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_organization_usage_time_series**](docs/DefaultApi.md#generate_organization_usage_time_series) | **GET** /usage/time-series | Get organization usage as time series
*DefaultApi* | [**generate_organization_usage_time_series**](docs/DefaultApi.md#generate_organization_usage_time_series) | **GET** /usage/time-series | Generate organization usage
*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 @@ -97,6 +105,8 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**list_schedules**](docs/DefaultApi.md#list_schedules) | **GET** /schedules | List schedules
*DefaultApi* | [**list_secret_environments**](docs/DefaultApi.md#list_secret_environments) | **GET** /secrets/environments | List secret environments
*DefaultApi* | [**list_secrets**](docs/DefaultApi.md#list_secrets) | **GET** /secrets | List secrets
*DefaultApi* | [**list_service_account_api_keys**](docs/DefaultApi.md#list_service_account_api_keys) | **GET** /service-accounts/{idOrName}/api-keys | List API keys for service account
*DefaultApi* | [**list_service_accounts**](docs/DefaultApi.md#list_service_accounts) | **GET** /service-accounts | List service accounts
*DefaultApi* | [**list_team_invitations**](docs/DefaultApi.md#list_team_invitations) | **GET** /teams/{name}/invites | List team invitations
*DefaultApi* | [**list_team_members**](docs/DefaultApi.md#list_team_members) | **GET** /teams/{name}/members | List team members
*DefaultApi* | [**list_teams**](docs/DefaultApi.md#list_teams) | **GET** /teams | List teams
Expand All @@ -121,10 +131,12 @@ Class | Method | HTTP request | Description
*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_service_account**](docs/DefaultApi.md#update_service_account) | **PATCH** /service-accounts/{idOrName} | Update service account
*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* | [**vend_catalog_credentials**](docs/DefaultApi.md#vend_catalog_credentials) | **POST** /catalogs/{name}/credentials | Vend catalog credentials
*FeatureFlagsApi* | [**get_feature_flag_value**](docs/FeatureFlagsApi.md#get_feature_flag_value) | **GET** /feature-flags/{key} | Get feature flag value


Expand All @@ -135,6 +147,7 @@ Class | Method | HTTP request | Description
- [AcknowledgeAllAlertsResponse](docs/AcknowledgeAllAlertsResponse.md)
- [Alert](docs/Alert.md)
- [ApiKey](docs/ApiKey.md)
- [ApiKeyOwner](docs/ApiKeyOwner.md)
- [App](docs/App.md)
- [AppStatistics](docs/AppStatistics.md)
- [AppSummary](docs/AppSummary.md)
Expand All @@ -144,6 +157,7 @@ Class | Method | HTTP request | Description
- [BatchScheduleResponse](docs/BatchScheduleResponse.md)
- [CancelRunResponse](docs/CancelRunResponse.md)
- [Catalog](docs/Catalog.md)
- [CatalogCredentials](docs/CatalogCredentials.md)
- [CatalogProperty](docs/CatalogProperty.md)
- [ClaimDeviceLoginTicketParams](docs/ClaimDeviceLoginTicketParams.md)
- [ClaimDeviceLoginTicketResponse](docs/ClaimDeviceLoginTicketResponse.md)
Expand All @@ -167,6 +181,10 @@ Class | Method | HTTP request | Description
- [CreateScheduleResponse](docs/CreateScheduleResponse.md)
- [CreateSecretParams](docs/CreateSecretParams.md)
- [CreateSecretResponse](docs/CreateSecretResponse.md)
- [CreateServiceAccountApiKeyParams](docs/CreateServiceAccountApiKeyParams.md)
- [CreateServiceAccountApiKeyResponse](docs/CreateServiceAccountApiKeyResponse.md)
- [CreateServiceAccountParams](docs/CreateServiceAccountParams.md)
- [CreateServiceAccountResponse](docs/CreateServiceAccountResponse.md)
- [CreateSessionParams](docs/CreateSessionParams.md)
- [CreateSessionResponse](docs/CreateSessionResponse.md)
- [CreateTeamParams](docs/CreateTeamParams.md)
Expand All @@ -177,10 +195,12 @@ Class | Method | HTTP request | Description
- [DeleteApiKeyResponse](docs/DeleteApiKeyResponse.md)
- [DeleteAppResponse](docs/DeleteAppResponse.md)
- [DeleteCatalogResponse](docs/DeleteCatalogResponse.md)
- [DeleteEnvironmentResponse](docs/DeleteEnvironmentResponse.md)
- [DeleteGuestOutputBody](docs/DeleteGuestOutputBody.md)
- [DeleteScheduleParams](docs/DeleteScheduleParams.md)
- [DeleteScheduleResponse](docs/DeleteScheduleResponse.md)
- [DeleteSecretResponse](docs/DeleteSecretResponse.md)
- [DeleteServiceAccountApiKeyParams](docs/DeleteServiceAccountApiKeyParams.md)
- [DeleteSessionParams](docs/DeleteSessionParams.md)
- [DeleteSessionResponse](docs/DeleteSessionResponse.md)
- [DeleteTeamInvitationParams](docs/DeleteTeamInvitationParams.md)
Expand All @@ -203,9 +223,11 @@ Class | Method | HTTP request | Description
- [DescribeRunLogsResponse](docs/DescribeRunLogsResponse.md)
- [DescribeRunResponse](docs/DescribeRunResponse.md)
- [DescribeSecretsKeyResponse](docs/DescribeSecretsKeyResponse.md)
- [DescribeServiceAccountResponse](docs/DescribeServiceAccountResponse.md)
- [DescribeSessionResponse](docs/DescribeSessionResponse.md)
- [DescribeTeamResponse](docs/DescribeTeamResponse.md)
- [DescribeWebhookResponse](docs/DescribeWebhookResponse.md)
- [DescribeWhoamiResponse](docs/DescribeWhoamiResponse.md)
- [EmailSubscriptions](docs/EmailSubscriptions.md)
- [EncryptedCatalogProperty](docs/EncryptedCatalogProperty.md)
- [Environment](docs/Environment.md)
Expand Down Expand Up @@ -248,6 +270,8 @@ Class | Method | HTTP request | Description
- [ListSchedulesResponse](docs/ListSchedulesResponse.md)
- [ListSecretEnvironmentsResponse](docs/ListSecretEnvironmentsResponse.md)
- [ListSecretsResponse](docs/ListSecretsResponse.md)
- [ListServiceAccountApiKeysResponse](docs/ListServiceAccountApiKeysResponse.md)
- [ListServiceAccountsResponse](docs/ListServiceAccountsResponse.md)
- [ListTeamInvitationsResponse](docs/ListTeamInvitationsResponse.md)
- [ListTeamMembersResponse](docs/ListTeamMembersResponse.md)
- [ListTeamsResponse](docs/ListTeamsResponse.md)
Expand All @@ -270,6 +294,7 @@ Class | Method | HTTP request | Description
- [RunAppParams](docs/RunAppParams.md)
- [RunAppResponse](docs/RunAppResponse.md)
- [RunAttempt](docs/RunAttempt.md)
- [RunCreator](docs/RunCreator.md)
- [RunFailureAlert](docs/RunFailureAlert.md)
- [RunGraphNode](docs/RunGraphNode.md)
- [RunGraphRunId](docs/RunGraphRunId.md)
Expand All @@ -285,12 +310,15 @@ Class | Method | HTTP request | Description
- [Runner](docs/Runner.md)
- [RunnerCredentials](docs/RunnerCredentials.md)
- [Schedule](docs/Schedule.md)
- [ScheduleOwner](docs/ScheduleOwner.md)
- [ScheduleRunInitiatorDetails](docs/ScheduleRunInitiatorDetails.md)
- [SearchRunsResponse](docs/SearchRunsResponse.md)
- [Secret](docs/Secret.md)
- [ServerSentEventsInner](docs/ServerSentEventsInner.md)
- [ServerSentEventsInner1](docs/ServerSentEventsInner1.md)
- [ServerSentEventsInner2](docs/ServerSentEventsInner2.md)
- [ServiceAccount](docs/ServiceAccount.md)
- [ServiceAccountCreator](docs/ServiceAccountCreator.md)
- [Session](docs/Session.md)
- [ShoulderTap](docs/ShoulderTap.md)
- [SseWarning](docs/SseWarning.md)
Expand Down Expand Up @@ -321,6 +349,8 @@ Class | Method | HTTP request | Description
- [UpdateScheduleResponse](docs/UpdateScheduleResponse.md)
- [UpdateSecretParams](docs/UpdateSecretParams.md)
- [UpdateSecretResponse](docs/UpdateSecretResponse.md)
- [UpdateServiceAccountParams](docs/UpdateServiceAccountParams.md)
- [UpdateServiceAccountResponse](docs/UpdateServiceAccountResponse.md)
- [UpdateTeamMemberParams](docs/UpdateTeamMemberParams.md)
- [UpdateTeamMemberResponse](docs/UpdateTeamMemberResponse.md)
- [UpdateTeamParams](docs/UpdateTeamParams.md)
Expand All @@ -332,6 +362,8 @@ Class | Method | HTTP request | Description
- [UsageLimit](docs/UsageLimit.md)
- [UsageMetricTimeSeriesPoint](docs/UsageMetricTimeSeriesPoint.md)
- [User](docs/User.md)
- [VendCatalogCredentialsBody](docs/VendCatalogCredentialsBody.md)
- [VendCatalogCredentialsResponse](docs/VendCatalogCredentialsResponse.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.24
* The version of the OpenAPI document: v0.11.7
* Contact: hello@tower.dev
* Generated by: https://openapi-generator.tech
*/
Expand Down
Loading
Loading