@learncard/types 5.13.6 → 5.14.0
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.d.ts +8 -8
- package/dist/lcn.d.ts.map +1 -1
- package/dist/types.cjs.development.js +3 -1
- package/dist/types.cjs.development.js.map +2 -2
- package/dist/types.cjs.production.min.js +9 -9
- package/dist/types.cjs.production.min.js.map +2 -2
- package/dist/types.esm.js +3 -1
- package/dist/types.esm.js.map +2 -2
- package/package.json +1 -1
package/dist/types.esm.js
CHANGED
|
@@ -1745,7 +1745,9 @@ var SummaryCredentialDataValidator = z10.object({
|
|
|
1745
1745
|
z10.object({
|
|
1746
1746
|
title: z10.string().describe("Title of the suggested next step"),
|
|
1747
1747
|
description: z10.string().describe("Description explaining why this next step is recommended"),
|
|
1748
|
-
keywords: SummaryCredentialKeywordValidator
|
|
1748
|
+
keywords: SummaryCredentialKeywordValidator.optional().describe(
|
|
1749
|
+
"Optional taxonomy keywords for occupations/careers/jobs/skills/fieldOfStudy. Omit if not relevant."
|
|
1750
|
+
)
|
|
1749
1751
|
})
|
|
1750
1752
|
).describe("Recommended follow-up activities or learning modules"),
|
|
1751
1753
|
reflections: z10.array(
|