@learncard/network-plugin 2.11.3 → 2.11.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/lcn-plugin.cjs.development.js +3 -1
- package/dist/lcn-plugin.cjs.development.js.map +2 -2
- package/dist/lcn-plugin.cjs.production.min.js +1 -1
- package/dist/lcn-plugin.cjs.production.min.js.map +2 -2
- package/dist/lcn-plugin.esm.js +3 -1
- package/dist/lcn-plugin.esm.js.map +2 -2
- package/package.json +8 -8
|
@@ -14820,7 +14820,9 @@ var SummaryCredentialDataValidator = external_exports.object({
|
|
|
14820
14820
|
external_exports.object({
|
|
14821
14821
|
title: external_exports.string().describe("Title of the suggested next step"),
|
|
14822
14822
|
description: external_exports.string().describe("Description explaining why this next step is recommended"),
|
|
14823
|
-
keywords: SummaryCredentialKeywordValidator
|
|
14823
|
+
keywords: SummaryCredentialKeywordValidator.optional().describe(
|
|
14824
|
+
"Optional taxonomy keywords for occupations/careers/jobs/skills/fieldOfStudy. Omit if not relevant."
|
|
14825
|
+
)
|
|
14824
14826
|
})
|
|
14825
14827
|
).describe("Recommended follow-up activities or learning modules"),
|
|
14826
14828
|
reflections: external_exports.array(
|