@learncard/didkey-plugin 1.0.49 → 1.0.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4726,7 +4726,8 @@ var require_types_cjs_development = __commonJS({
4726
4726
  highlightedCredentials: z.array(z.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
4727
4727
  role: z.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
4728
4728
  dob: z.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".'),
4729
- country: z.string().optional().describe("Country for the profile.")
4729
+ country: z.string().optional().describe("Country for the profile."),
4730
+ approved: z.boolean().optional().describe("Approval status for the profile.")
4730
4731
  });
4731
4732
  var LCNProfileQueryValidator = z.object({
4732
4733
  profileId: StringQuery,
@@ -5085,7 +5086,8 @@ var require_types_cjs_development = __commonJS({
5085
5086
  "CONSENT_FLOW_TRANSACTION",
5086
5087
  "ISSUANCE_CLAIMED",
5087
5088
  "ISSUANCE_DELIVERED",
5088
- "ISSUANCE_ERROR"
5089
+ "ISSUANCE_ERROR",
5090
+ "PROFILE_PARENT_APPROVED"
5089
5091
  ]);
5090
5092
  var LCNNotificationMessageValidator = z.object({
5091
5093
  title: z.string().optional(),