@learncard/learn-card-plugin 1.1.58 → 1.1.60
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
|
@@ -4470,7 +4470,8 @@ var LCNProfileValidator = z.object({
|
|
|
4470
4470
|
highlightedCredentials: z.array(z.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
|
|
4471
4471
|
role: z.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
|
|
4472
4472
|
dob: z.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".'),
|
|
4473
|
-
country: z.string().optional().describe("Country for the profile.")
|
|
4473
|
+
country: z.string().optional().describe("Country for the profile."),
|
|
4474
|
+
approved: z.boolean().optional().describe("Approval status for the profile.")
|
|
4474
4475
|
});
|
|
4475
4476
|
var LCNProfileQueryValidator = z.object({
|
|
4476
4477
|
profileId: StringQuery,
|