@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.
- package/dist/ceramic-plugin.cjs.development.js +2 -1
- package/dist/ceramic-plugin.cjs.development.js.map +2 -2
- package/dist/ceramic-plugin.cjs.production.min.js +1 -1
- package/dist/ceramic-plugin.cjs.production.min.js.map +2 -2
- package/dist/ceramic-plugin.esm.js +2 -1
- package/dist/ceramic-plugin.esm.js.map +2 -2
- package/package.json +4 -4
|
@@ -54751,7 +54751,8 @@ var LCNNotificationTypeEnumValidator = z.enum([
|
|
|
54751
54751
|
"CONSENT_FLOW_TRANSACTION",
|
|
54752
54752
|
"ISSUANCE_CLAIMED",
|
|
54753
54753
|
"ISSUANCE_DELIVERED",
|
|
54754
|
-
"ISSUANCE_ERROR"
|
|
54754
|
+
"ISSUANCE_ERROR",
|
|
54755
|
+
"PROFILE_PARENT_APPROVED"
|
|
54755
54756
|
]);
|
|
54756
54757
|
var LCNNotificationMessageValidator = z.object({
|
|
54757
54758
|
title: z.string().optional(),
|