diff --git a/Cargo.toml b/Cargo.toml index e4c769684..c43168d52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/client/core/ts/src/types.ts b/client/core/ts/src/types.ts index adf87c4a8..ffad41c34 100644 --- a/client/core/ts/src/types.ts +++ b/client/core/ts/src/types.ts @@ -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;