@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
|
@@ -13147,7 +13147,8 @@ var require_types_cjs_development = __commonJS2({
|
|
|
13147
13147
|
"CONSENT_FLOW_TRANSACTION",
|
|
13148
13148
|
"ISSUANCE_CLAIMED",
|
|
13149
13149
|
"ISSUANCE_DELIVERED",
|
|
13150
|
-
"ISSUANCE_ERROR"
|
|
13150
|
+
"ISSUANCE_ERROR",
|
|
13151
|
+
"PROFILE_PARENT_APPROVED"
|
|
13151
13152
|
]);
|
|
13152
13153
|
var LCNNotificationMessageValidator2 = z2.object({
|
|
13153
13154
|
title: z2.string().optional(),
|
|
@@ -18173,7 +18174,8 @@ var LCNNotificationTypeEnumValidator = z.enum([
|
|
|
18173
18174
|
"CONSENT_FLOW_TRANSACTION",
|
|
18174
18175
|
"ISSUANCE_CLAIMED",
|
|
18175
18176
|
"ISSUANCE_DELIVERED",
|
|
18176
|
-
"ISSUANCE_ERROR"
|
|
18177
|
+
"ISSUANCE_ERROR",
|
|
18178
|
+
"PROFILE_PARENT_APPROVED"
|
|
18177
18179
|
]);
|
|
18178
18180
|
var LCNNotificationMessageValidator = z.object({
|
|
18179
18181
|
title: z.string().optional(),
|