Skip to content

Commit

Permalink
Merge pull request #36 from sailpoint-oss/fning/PLTCONN-3852
Browse files Browse the repository at this point in the history
PLTCONN-3852: Change object output format to make identity & uuid more accessible
  • Loading branch information
fangming-ning-sp committed Sep 18, 2023
2 parents 3cb23ba + d475f99 commit 17e3ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export type ObjectInput = {
key: Key
}

export type ObjectOutput = { identity: string, uuid?: string } | { key: Key }
export type ObjectOutput = { identity?: string, uuid?: string } & { key?: Key }

/**
* State input for stateful command
Expand Down

0 comments on commit 17e3ce0

Please sign in to comment.