scaffolder-node: rollback typings

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2024-03-25 19:35:50 +01:00
parent 49c4f0fbb8
commit 6e5a2cc79a
3 changed files with 0 additions and 7 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-node': patch
---
Add internal `initiatorCredentials` property to `TaskSecrets`
-1
View File
@@ -390,7 +390,6 @@ export type TaskEventType = 'completion' | 'log' | 'cancelled' | 'recovered';
// @public
export type TaskSecrets = Record<string, string> & {
backstageToken?: string;
initiatorCredentials?: string;
};
// @public
@@ -25,7 +25,6 @@ import { JsonObject, JsonValue, Observable } from '@backstage/types';
*/
export type TaskSecrets = Record<string, string> & {
backstageToken?: string;
initiatorCredentials?: string;
};
/**