@learncard/ceramic-plugin 1.0.50 → 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.
@@ -54755,7 +54755,8 @@ var LCNNotificationTypeEnumValidator = z.enum([
54755
54755
  "CONSENT_FLOW_TRANSACTION",
54756
54756
  "ISSUANCE_CLAIMED",
54757
54757
  "ISSUANCE_DELIVERED",
54758
- "ISSUANCE_ERROR"
54758
+ "ISSUANCE_ERROR",
54759
+ "PROFILE_PARENT_APPROVED"
54759
54760
  ]);
54760
54761
  var LCNNotificationMessageValidator = z.object({
54761
54762
  title: z.string().optional(),