@learncard/learn-cloud-plugin 2.3.20 → 2.3.22
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
|
@@ -20911,7 +20911,9 @@ var SummaryCredentialDataValidator = external_exports.object({
|
|
|
20911
20911
|
external_exports.object({
|
|
20912
20912
|
title: external_exports.string().describe("Title of the suggested next step"),
|
|
20913
20913
|
description: external_exports.string().describe("Description explaining why this next step is recommended"),
|
|
20914
|
-
keywords: SummaryCredentialKeywordValidator
|
|
20914
|
+
keywords: SummaryCredentialKeywordValidator.optional().describe(
|
|
20915
|
+
"Optional taxonomy keywords for occupations/careers/jobs/skills/fieldOfStudy. Omit if not relevant."
|
|
20916
|
+
)
|
|
20915
20917
|
})
|
|
20916
20918
|
).describe("Recommended follow-up activities or learning modules"),
|
|
20917
20919
|
reflections: external_exports.array(
|