mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-12 02:04:44 -05:00
publish 1.10.1
This commit is contained in:
@@ -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" }
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user