Merge pull request #26614 from vahagsaribekyan/master
Add dependencyOf property to Component catalog model
This commit is contained in:
@@ -87,6 +87,7 @@ interface ComponentEntityV1alpha1 extends Entity {
|
||||
providesApis?: string[];
|
||||
consumesApis?: string[];
|
||||
dependsOn?: string[];
|
||||
dependencyOf?: string[];
|
||||
system?: string;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,6 +38,7 @@ export interface ComponentEntityV1alpha1 extends Entity {
|
||||
providesApis?: string[];
|
||||
consumesApis?: string[];
|
||||
dependsOn?: string[];
|
||||
dependencyOf?: string[];
|
||||
system?: string;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user