Skip to content

Commit

Permalink
fix(claims): revert rm Claim.subject
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Jul 29, 2021
1 parent 66e8d56 commit 8cebeee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/api/interfaces/claim.md
Expand Up @@ -22,6 +22,7 @@
* [onChainProof](claim.md#onchainproof)
* [registrationTypes](claim.md#registrationtypes)
* [requester](claim.md#requester)
* [subject](claim.md#subject)
* [subjectAgreement](claim.md#subjectagreement)
* [token](claim.md#token)

Expand Down Expand Up @@ -99,6 +100,12 @@ ___

___

### subject

**subject**: string

___

### subjectAgreement

`Optional` **subjectAgreement**: undefined \| string
Expand Down
1 change: 1 addition & 0 deletions src/cacheServerClient/cacheServerClient.types.ts
Expand Up @@ -40,6 +40,7 @@ export enum RegistrationTypes {
export interface Claim {
id: string;
requester: string;
subject: string;
claimIssuer: string[];
claimType: string;
claimTypeVersion: string;
Expand Down

0 comments on commit 8cebeee

Please sign in to comment.