@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
package/dist/lcn-plugin.esm.js
CHANGED
|
@@ -14799,7 +14799,9 @@ var SummaryCredentialDataValidator = external_exports.object({
|
|
|
14799
14799
|
external_exports.object({
|
|
14800
14800
|
title: external_exports.string().describe("Title of the suggested next step"),
|
|
14801
14801
|
description: external_exports.string().describe("Description explaining why this next step is recommended"),
|
|
14802
|
-
keywords: SummaryCredentialKeywordValidator
|
|
14802
|
+
keywords: SummaryCredentialKeywordValidator.optional().describe(
|
|
14803
|
+
"Optional taxonomy keywords for occupations/careers/jobs/skills/fieldOfStudy. Omit if not relevant."
|
|
14804
|
+
)
|
|
14803
14805
|
})
|
|
14804
14806
|
).describe("Recommended follow-up activities or learning modules"),
|
|
14805
14807
|
reflections: external_exports.array(
|