Skip to content

Commit fe9ef4e

Browse files
committed
feat!: deprecate issuer field
1 parent 9aba8a1 commit fe9ef4e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/upload-api/src/types.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,12 @@ export interface StoreAddInput {
515515
link: UnknownLink
516516
size: number
517517
origin?: UnknownLink
518-
issuer: DID
518+
519+
/**
520+
* @deprecated - Issuer of the invocation is irrelevant as long as
521+
* they have authorization to invoke on subject `space`.
522+
*/
523+
issuer?: DID
519524
invocation: UCANLink
520525
}
521526

0 commit comments

Comments
 (0)