placementt-core 1.400.928 → 1.400.929
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/lib/typeDefinitions.d.ts
CHANGED
package/package.json
CHANGED
package/src/typeDefinitions.ts
CHANGED
|
@@ -2777,6 +2777,10 @@ export type SkillAssessmentRequest = {
|
|
|
2777
2777
|
title: string,
|
|
2778
2778
|
description: string,
|
|
2779
2779
|
oId: string,
|
|
2780
|
+
// Additive grouping fields (mirrors AspirationCycle). Optional so existing
|
|
2781
|
+
// documents stay valid — legacy requests without them surface as "Ungrouped".
|
|
2782
|
+
academicYear?: string, // e.g. "2024-25", derived from sendTime/creation
|
|
2783
|
+
yearGroup?: number, // the single year group this request targets
|
|
2780
2784
|
sendTime?: string,
|
|
2781
2785
|
students: string // JSON stringify
|
|
2782
2786
|
// {
|