@timeback/oneroster 0.3.0 → 0.3.1-beta.20260424232842
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1904,8 +1904,8 @@ var QtiAssessmentItemUpdateInput = z11.object({
|
|
|
1904
1904
|
feedbackBlock: z11.array(QtiFeedbackBlock).optional(),
|
|
1905
1905
|
rubrics: z11.array(QtiRubric).optional(),
|
|
1906
1906
|
stimulus: QtiStimulusReference.optional(),
|
|
1907
|
-
rawXml: z11.string(),
|
|
1908
|
-
content: z11.record(z11.string(), z11.unknown())
|
|
1907
|
+
rawXml: z11.string().optional(),
|
|
1908
|
+
content: z11.record(z11.string(), z11.unknown()).optional()
|
|
1909
1909
|
}).strict();
|
|
1910
1910
|
var QtiAssessmentItemProcessResponseInput = z11.object({
|
|
1911
1911
|
identifier: NonEmptyString,
|