publish 1.10.1

This commit is contained in:
mbecker20
2024-07-05 03:32:24 -07:00
parent c21c8f99ae
commit e37fc6adde
2 changed files with 3 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ monitor_client = { path = "client/core/rs" }
[workspace.dependencies]
# LOCAL
monitor_client = "1.10.0"
monitor_client = "1.10.1"
periphery_client = { path = "client/periphery/rs" }
formatting = { path = "lib/formatting" }
command = { path = "lib/command" }

View File

@@ -2118,11 +2118,7 @@ export interface ListCommonBuildExtraArgs {
query?: BuildQuery;
}
/**
* Get whether a Build's target repo has a webhook for the build configured. Response: [GetBuildWebhookEnabledResponse].
*
* Note. Will fail with 500 if `github_webhook_app` is not configured in core config.
*/
/** Get whether a Build's target repo has a webhook for the build configured. Response: [GetBuildWebhookEnabledResponse]. */
export interface GetBuildWebhookEnabled {
/** Id or name */
build: string;
@@ -2479,11 +2475,7 @@ export interface GetReposSummaryResponse {
unknown: number;
}
/**
* Get a target Repo's configured webhooks. Response: [GetRepoWebhooksEnabledResponse].
*
* Note. Will fail with 500 if `github_webhook_app` is not configured in core config.
*/
/** Get a target Repo's configured webhooks. Response: [GetRepoWebhooksEnabledResponse]. */
export interface GetRepoWebhooksEnabled {
/** Id or name */
repo: string;