Skip to content

Commit

Permalink
feat!: deprecate issuer field
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Mar 26, 2024
1 parent 9aba8a1 commit fe9ef4e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/upload-api/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,12 @@ export interface StoreAddInput {
link: UnknownLink
size: number
origin?: UnknownLink
issuer: DID

/**
* @deprecated - Issuer of the invocation is irrelevant as long as
* they have authorization to invoke on subject `space`.
*/
issuer?: DID
invocation: UCANLink
}

Expand Down

0 comments on commit fe9ef4e

Please sign in to comment.