add disclosures to v2 search + docs (#7196)

This commit is contained in:
Prospector
2026-08-20 10:24:27 -07:00
committed by GitHub
parent f08d977aff
commit a6043fc51f
3 changed files with 57 additions and 1 deletions
+2
View File
@@ -42,6 +42,7 @@ pub struct LegacyResultSearchProject {
pub client_side: String,
pub server_side: String,
pub environment: Vec<String>,
pub disclosure_types: Vec<String>,
pub gallery: Vec<String>,
pub featured_gallery: Option<String>,
pub color: Option<u32>,
@@ -151,6 +152,7 @@ impl LegacyResultSearchProject {
client_side,
server_side,
environment: environments,
disclosure_types: result_search_project.disclosure_types,
versions,
latest_version: result_search_project
.version_id