send the last JWT instead of the identifier for plan edits

This commit is contained in:
2024-02-11 16:05:15 -07:00
parent 5c547783a7
commit f41e541fe2
2 changed files with 8 additions and 5 deletions

View File

@@ -144,6 +144,7 @@ export interface PlanVerifiableCredential {
agent?: { identifier: string };
description?: string;
identifier?: string;
lastClaimId?: string;
location?: {
geo: { "@type": "GeoCoordinates"; latitude: number; longitude: number };
};