chore: remove createdBy from the API report

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-05-12 12:59:25 +02:00
parent eb7c53a005
commit 935d47d858
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -495,7 +495,6 @@ export type SerializedTask = {
lastHeartbeatAt?: string;
createdBy?: string;
secrets?: TaskSecrets;
createdBy: string | null;
};
// @public
-2
View File
@@ -15,8 +15,6 @@ export type TaskSpec = TaskSpecV1beta3;
// @public
export interface TaskSpecV1beta3 {
apiVersion: 'scaffolder.backstage.io/v1beta3';
// (undocumented)
createdBy?: string;
output: {
[name: string]: JsonValue;
};