@learncard/ceramic-plugin 1.0.49 → 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 +4 -2
- 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 +4 -2
- package/dist/ceramic-plugin.esm.js.map +2 -2
- package/package.json +4 -4
|
@@ -54395,7 +54395,8 @@ var LCNProfileValidator = z.object({
|
|
|
54395
54395
|
highlightedCredentials: z.array(z.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
|
|
54396
54396
|
role: z.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
|
|
54397
54397
|
dob: z.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".'),
|
|
54398
|
-
country: z.string().optional().describe("Country for the profile.")
|
|
54398
|
+
country: z.string().optional().describe("Country for the profile."),
|
|
54399
|
+
approved: z.boolean().optional().describe("Approval status for the profile.")
|
|
54399
54400
|
});
|
|
54400
54401
|
var LCNProfileQueryValidator = z.object({
|
|
54401
54402
|
profileId: StringQuery,
|
|
@@ -54754,7 +54755,8 @@ var LCNNotificationTypeEnumValidator = z.enum([
|
|
|
54754
54755
|
"CONSENT_FLOW_TRANSACTION",
|
|
54755
54756
|
"ISSUANCE_CLAIMED",
|
|
54756
54757
|
"ISSUANCE_DELIVERED",
|
|
54757
|
-
"ISSUANCE_ERROR"
|
|
54758
|
+
"ISSUANCE_ERROR",
|
|
54759
|
+
"PROFILE_PARENT_APPROVED"
|
|
54758
54760
|
]);
|
|
54759
54761
|
var LCNNotificationMessageValidator = z.object({
|
|
54760
54762
|
title: z.string().optional(),
|