generated-scene: add scheduled monitoring runtime and helper lifecycle hardening
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
pub mod manifest;
|
||||
|
||||
pub use manifest::{
|
||||
ArtifactSection, BootstrapSection, DeterministicSection, ManifestSection, PostprocessSection,
|
||||
SceneManifest, SceneParam, SceneSection, SCENE_MANIFEST_FILE_NAME, SUPPORTED_SCENE_CATEGORY_V1,
|
||||
SUPPORTED_SCENE_KIND_V1, SUPPORTED_SCHEMA_VERSION_V1,
|
||||
ArtifactSection, BootstrapSection, DeterministicSection, ManifestSection, ModesSection,
|
||||
PostprocessSection, RuntimeContextSection, SafetySection, ScheduledReferencesSection,
|
||||
ScheduledToolsSection, SceneManifest, SceneParam, SceneSection, TriggerSection,
|
||||
SCENE_MANIFEST_FILE_NAME, SUPPORTED_SCENE_CATEGORY_V1, SUPPORTED_SCENE_KIND_V1,
|
||||
SUPPORTED_SCHEMA_VERSION_V1, SUPPORTED_SCHEDULED_MONITORING_CATEGORY_V1,
|
||||
SUPPORTED_SCHEDULED_MONITORING_KIND_V1,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user