Skip to content
Open
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
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ __pycache__
# may contain sensitive data
pytest.ini

#
#
# Artifacts from the Rust client generation process
#
/crates/tower-api/.openapi-generator-ignore
Expand All @@ -31,3 +31,8 @@ pytest.ini

# local MCP overrides (e.g. internal tooling with secrets)
.mcp.json.local

# llm/AI harness folders plus a .plans folder for storing LLM plans
.claude
.codex
.plans
16 changes: 15 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.11.17
- API version: v0.11.23
- Package version: 1.0.0
- Generator version: 7.19.0
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`
Expand All @@ -30,6 +30,8 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**acknowledge_alert**](docs/DefaultApi.md#acknowledge_alert) | **POST** /alerts/{alert_seq}/acknowledge | Acknowledge alert
*DefaultApi* | [**acknowledge_all_alerts**](docs/DefaultApi.md#acknowledge_all_alerts) | **POST** /alerts/acknowledge-all | Acknowledge all alerts
*DefaultApi* | [**activate_schedules**](docs/DefaultApi.md#activate_schedules) | **PATCH** /schedules/activate | Activate multiple schedules
*DefaultApi* | [**batch_describe_runs**](docs/DefaultApi.md#batch_describe_runs) | **POST** /batch/describe-runs | Batch describe runs
*DefaultApi* | [**batch_describe_runs_logs**](docs/DefaultApi.md#batch_describe_runs_logs) | **POST** /batch/describe-runs-logs | Batch describe runs logs
*DefaultApi* | [**cancel_run**](docs/DefaultApi.md#cancel_run) | **POST** /apps/{name}/runs/{seq} | Cancel run
*DefaultApi* | [**check_webhook**](docs/DefaultApi.md#check_webhook) | **POST** /webhooks/{name}/test | Check webhook
*DefaultApi* | [**claim_device_login_ticket**](docs/DefaultApi.md#claim_device_login_ticket) | **POST** /login/device/claim | Claim a device login ticket
Expand Down Expand Up @@ -71,6 +73,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_catalog**](docs/DefaultApi.md#describe_catalog) | **GET** /catalogs/{name} | Describe catalog
*DefaultApi* | [**describe_catalog_fact**](docs/DefaultApi.md#describe_catalog_fact) | **GET** /catalogs/{catalog}/facts/{name} | Describe a catalog fact
*DefaultApi* | [**describe_catalog_usage**](docs/DefaultApi.md#describe_catalog_usage) | **GET** /catalogs/{name}/usage | Describe catalog usage
*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
Expand Down Expand Up @@ -159,13 +162,20 @@ Class | Method | HTTP request | Description
- [AppTag](docs/AppTag.md)
- [AppVersion](docs/AppVersion.md)
- [AuthenticationContext](docs/AuthenticationContext.md)
- [BatchDescribeRunsLogsParams](docs/BatchDescribeRunsLogsParams.md)
- [BatchDescribeRunsParams](docs/BatchDescribeRunsParams.md)
- [BatchDescribeRunsResponse](docs/BatchDescribeRunsResponse.md)
- [BatchError](docs/BatchError.md)
- [BatchRunAndLinks](docs/BatchRunAndLinks.md)
- [BatchScheduleParams](docs/BatchScheduleParams.md)
- [BatchScheduleResponse](docs/BatchScheduleResponse.md)
- [BatchedRunLogLines](docs/BatchedRunLogLines.md)
- [CancelRunResponse](docs/CancelRunResponse.md)
- [Catalog](docs/Catalog.md)
- [CatalogCredentials](docs/CatalogCredentials.md)
- [CatalogFact](docs/CatalogFact.md)
- [CatalogProperty](docs/CatalogProperty.md)
- [CatalogUsage](docs/CatalogUsage.md)
- [ClaimDeviceLoginTicketParams](docs/ClaimDeviceLoginTicketParams.md)
- [ClaimDeviceLoginTicketResponse](docs/ClaimDeviceLoginTicketResponse.md)
- [CreateAccountParams](docs/CreateAccountParams.md)
Expand Down Expand Up @@ -223,6 +233,7 @@ Class | Method | HTTP request | Description
- [DescribeAuthenticationContextBody](docs/DescribeAuthenticationContextBody.md)
- [DescribeCatalogFactResponse](docs/DescribeCatalogFactResponse.md)
- [DescribeCatalogResponse](docs/DescribeCatalogResponse.md)
- [DescribeCatalogUsageResponse](docs/DescribeCatalogUsageResponse.md)
- [DescribeDeviceLoginSessionResponse](docs/DescribeDeviceLoginSessionResponse.md)
- [DescribeEmailPreferencesBody](docs/DescribeEmailPreferencesBody.md)
- [DescribeEnvironmentResponse](docs/DescribeEnvironmentResponse.md)
Expand Down Expand Up @@ -287,6 +298,7 @@ Class | Method | HTTP request | Description
- [ListTeamsResponse](docs/ListTeamsResponse.md)
- [ListWebhooksResponse](docs/ListWebhooksResponse.md)
- [Organization](docs/Organization.md)
- [OrganizationStorageUsage](docs/OrganizationStorageUsage.md)
- [OrganizationUsage](docs/OrganizationUsage.md)
- [Pagination](docs/Pagination.md)
- [Parameter](docs/Parameter.md)
Expand All @@ -300,6 +312,7 @@ Class | Method | HTTP request | Description
- [ResendTeamInvitationParams](docs/ResendTeamInvitationParams.md)
- [ResendTeamInvitationResponse](docs/ResendTeamInvitationResponse.md)
- [Run](docs/Run.md)
- [RunAndLinks](docs/RunAndLinks.md)
- [RunAppInitiatorData](docs/RunAppInitiatorData.md)
- [RunAppParams](docs/RunAppParams.md)
- [RunAppResponse](docs/RunAppResponse.md)
Expand All @@ -310,6 +323,7 @@ Class | Method | HTTP request | Description
- [RunGraphRunId](docs/RunGraphRunId.md)
- [RunInitiator](docs/RunInitiator.md)
- [RunInitiatorDetails](docs/RunInitiatorDetails.md)
- [RunLinks](docs/RunLinks.md)
- [RunLogLine](docs/RunLogLine.md)
- [RunParameter](docs/RunParameter.md)
- [RunResults](docs/RunResults.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.11.17
* The version of the OpenAPI document: v0.11.23
* Contact: hello@tower.dev
* Generated by: https://openapi-generator.tech
*/
Expand Down
Loading
Loading