@learncard/learn-cloud-plugin 2.2.3 → 2.2.4
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-cloud-plugin.cjs.development.js +4 -2
- package/dist/learn-cloud-plugin.cjs.development.js.map +2 -2
- package/dist/learn-cloud-plugin.cjs.production.min.js +1 -1
- package/dist/learn-cloud-plugin.cjs.production.min.js.map +2 -2
- package/dist/learn-cloud-plugin.esm.js +4 -2
- package/dist/learn-cloud-plugin.esm.js.map +2 -2
- package/package.json +7 -7
|
@@ -13134,7 +13134,8 @@ var require_types_cjs_development = __commonJS2({
|
|
|
13134
13134
|
"CONSENT_FLOW_TRANSACTION",
|
|
13135
13135
|
"ISSUANCE_CLAIMED",
|
|
13136
13136
|
"ISSUANCE_DELIVERED",
|
|
13137
|
-
"ISSUANCE_ERROR"
|
|
13137
|
+
"ISSUANCE_ERROR",
|
|
13138
|
+
"PROFILE_PARENT_APPROVED"
|
|
13138
13139
|
]);
|
|
13139
13140
|
var LCNNotificationMessageValidator2 = z2.object({
|
|
13140
13141
|
title: z2.string().optional(),
|
|
@@ -18160,7 +18161,8 @@ var LCNNotificationTypeEnumValidator = z.enum([
|
|
|
18160
18161
|
"CONSENT_FLOW_TRANSACTION",
|
|
18161
18162
|
"ISSUANCE_CLAIMED",
|
|
18162
18163
|
"ISSUANCE_DELIVERED",
|
|
18163
|
-
"ISSUANCE_ERROR"
|
|
18164
|
+
"ISSUANCE_ERROR",
|
|
18165
|
+
"PROFILE_PARENT_APPROVED"
|
|
18164
18166
|
]);
|
|
18165
18167
|
var LCNNotificationMessageValidator = z.object({
|
|
18166
18168
|
title: z.string().optional(),
|