AAE-6861 - Add runtimeBundleVersion property to the Model (#7443)

* AAE-6861 - Add runtimeBundleVersion property to the Model

* AAE-6861 - Excluded test C260385 due to regression bug ADF-5467
This commit is contained in:
Andrea Ligios
2022-01-13 11:48:26 +01:00
committed by GitHub
parent c206bc22cd
commit 214cb321e9
2 changed files with 3 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ export interface Descriptor {
infrastructure?: DescriptorInfrastructure;
variables?: DescriptorVariables;
version?: string;
runtimeBundleVersion?: string;
}
export interface DescriptorSecurity {