@learncard/helpers 1.1.26 → 1.1.28

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.
@@ -4664,7 +4664,8 @@ var require_types_cjs_development = __commonJS({
4664
4664
  highlightedCredentials: z.array(z.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
4665
4665
  role: z.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
4666
4666
  dob: z.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".'),
4667
- country: z.string().optional().describe("Country for the profile.")
4667
+ country: z.string().optional().describe("Country for the profile."),
4668
+ approved: z.boolean().optional().describe("Approval status for the profile.")
4668
4669
  });
4669
4670
  var LCNProfileQueryValidator = z.object({
4670
4671
  profileId: StringQuery,
@@ -5023,7 +5024,8 @@ var require_types_cjs_development = __commonJS({
5023
5024
  "CONSENT_FLOW_TRANSACTION",
5024
5025
  "ISSUANCE_CLAIMED",
5025
5026
  "ISSUANCE_DELIVERED",
5026
- "ISSUANCE_ERROR"
5027
+ "ISSUANCE_ERROR",
5028
+ "PROFILE_PARENT_APPROVED"
5027
5029
  ]);
5028
5030
  var LCNNotificationMessageValidator = z.object({
5029
5031
  title: z.string().optional(),