forked from jsnbuchanan/crowd-funder-for-time-pwa
add discovery of people's profiles, and update profile endpoints for latest server version
This commit is contained in:
@@ -191,13 +191,9 @@ export interface PlanVerifiableCredential extends GenericVerifiableCredential {
|
||||
* Represents data about a project
|
||||
*
|
||||
* @deprecated
|
||||
* We should use PlanSummaryRecord instead.
|
||||
* We should use PlanSummaryRecord instead, adding rowid to it.
|
||||
**/
|
||||
export interface PlanData {
|
||||
/**
|
||||
* Name of the project
|
||||
**/
|
||||
name: string;
|
||||
/**
|
||||
* Description of the project
|
||||
**/
|
||||
@@ -211,6 +207,10 @@ export interface PlanData {
|
||||
* The DID of the issuer
|
||||
*/
|
||||
issuerDid: string;
|
||||
/**
|
||||
* Name of the project
|
||||
**/
|
||||
name: string;
|
||||
/**
|
||||
* The identifier of the project -- different from jwtId, needs to be fixed
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user