Api-report updated

Signed-off-by: Victor Perera <v-vperera@expediagroup.com>
This commit is contained in:
Victor Perera
2021-05-05 14:54:02 -05:00
parent a23850d4ad
commit 0412a92b95
+2 -1
View File
@@ -486,7 +486,7 @@ interface TemplateEntityV1alpha1 extends Entity {
templater: string;
path?: string;
schema: JSONSchema;
owner: string;
owner?: string;
};
}
@@ -520,6 +520,7 @@ export interface TemplateEntityV1beta2 extends Entity {
output?: {
[name: string]: string;
};
owner?: string;
};
}