@learncard/idx-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.
@@ -12419,7 +12419,8 @@ var LCNNotificationTypeEnumValidator = z.enum([
12419
12419
  "CONSENT_FLOW_TRANSACTION",
12420
12420
  "ISSUANCE_CLAIMED",
12421
12421
  "ISSUANCE_DELIVERED",
12422
- "ISSUANCE_ERROR"
12422
+ "ISSUANCE_ERROR",
12423
+ "PROFILE_PARENT_APPROVED"
12423
12424
  ]);
12424
12425
  var LCNNotificationMessageValidator = z.object({
12425
12426
  title: z.string().optional(),
@@ -68304,7 +68305,8 @@ var LCNNotificationTypeEnumValidator2 = z2.enum([
68304
68305
  "CONSENT_FLOW_TRANSACTION",
68305
68306
  "ISSUANCE_CLAIMED",
68306
68307
  "ISSUANCE_DELIVERED",
68307
- "ISSUANCE_ERROR"
68308
+ "ISSUANCE_ERROR",
68309
+ "PROFILE_PARENT_APPROVED"
68308
68310
  ]);
68309
68311
  var LCNNotificationMessageValidator2 = z2.object({
68310
68312
  title: z2.string().optional(),