@learncard/learn-card-plugin 1.1.60 → 1.1.61
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.
- package/dist/learn-card-plugin.cjs.development.js +2 -1
- package/dist/learn-card-plugin.cjs.development.js.map +2 -2
- package/dist/learn-card-plugin.cjs.production.min.js +1 -1
- package/dist/learn-card-plugin.cjs.production.min.js.map +2 -2
- package/dist/learn-card-plugin.esm.js +2 -1
- package/dist/learn-card-plugin.esm.js.map +2 -2
- package/package.json +4 -4
|
@@ -4830,7 +4830,8 @@ var LCNNotificationTypeEnumValidator = z.enum([
|
|
|
4830
4830
|
"CONSENT_FLOW_TRANSACTION",
|
|
4831
4831
|
"ISSUANCE_CLAIMED",
|
|
4832
4832
|
"ISSUANCE_DELIVERED",
|
|
4833
|
-
"ISSUANCE_ERROR"
|
|
4833
|
+
"ISSUANCE_ERROR",
|
|
4834
|
+
"PROFILE_PARENT_APPROVED"
|
|
4834
4835
|
]);
|
|
4835
4836
|
var LCNNotificationMessageValidator = z.object({
|
|
4836
4837
|
title: z.string().optional(),
|