add discovery of people's profiles, and update profile endpoints for latest server version

This commit is contained in:
2025-01-18 20:02:20 -07:00
parent 70043fc28c
commit c1058499c7
6 changed files with 339 additions and 178 deletions

View File

@@ -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
**/