@learncard/learn-cloud-plugin 2.3.20 → 2.3.21
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 +3 -1
- 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 +3 -1
- package/dist/learn-cloud-plugin.esm.js.map +2 -2
- package/package.json +7 -7
|
@@ -20902,7 +20902,9 @@ var SummaryCredentialDataValidator = external_exports.object({
|
|
|
20902
20902
|
external_exports.object({
|
|
20903
20903
|
title: external_exports.string().describe("Title of the suggested next step"),
|
|
20904
20904
|
description: external_exports.string().describe("Description explaining why this next step is recommended"),
|
|
20905
|
-
keywords: SummaryCredentialKeywordValidator
|
|
20905
|
+
keywords: SummaryCredentialKeywordValidator.optional().describe(
|
|
20906
|
+
"Optional taxonomy keywords for occupations/careers/jobs/skills/fieldOfStudy. Omit if not relevant."
|
|
20907
|
+
)
|
|
20906
20908
|
})
|
|
20907
20909
|
).describe("Recommended follow-up activities or learning modules"),
|
|
20908
20910
|
reflections: external_exports.array(
|