This commit is contained in:
Ruben Fiszel
2025-09-20 01:09:49 +00:00
parent aa5c617fb0
commit 1c7d68cc39
3 changed files with 2 additions and 13 deletions
+1 -1
View File
@@ -1 +1 @@
1dc9b8eefe3cd7b0d928e874e2f604f05303ebf3
c839b0b8eed00d64ce4de78463b23582cab83939
-11
View File
@@ -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:
+1 -1
View File
@@ -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>,
}