mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
check
This commit is contained in:
@@ -1 +1 @@
|
||||
1dc9b8eefe3cd7b0d928e874e2f604f05303ebf3
|
||||
c839b0b8eed00d64ce4de78463b23582cab83939
|
||||
@@ -18318,17 +18318,6 @@ components:
|
||||
- script_path
|
||||
- git_repo_resource_path
|
||||
|
||||
UploadFilePart:
|
||||
type: object
|
||||
properties:
|
||||
part_number:
|
||||
type: integer
|
||||
tag:
|
||||
type: string
|
||||
required:
|
||||
- part_number
|
||||
- tag
|
||||
|
||||
MetricMetadata:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
@@ -1488,9 +1488,9 @@ async fn delete_git_sync_repository(
|
||||
))
|
||||
}
|
||||
|
||||
#[cfg(feature = "enterprise")]
|
||||
#[derive(Debug, Deserialize)]
|
||||
struct EditDeployUIConfig {
|
||||
#[cfg(feature = "enterprise")]
|
||||
deploy_ui_settings: Option<WorkspaceDeploymentUISettings>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user