@timeback/core 0.3.1-beta.20260424210132 → 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.
|
@@ -2035,8 +2035,8 @@ var QtiAssessmentItemUpdateInput = z11.object({
|
|
|
2035
2035
|
feedbackBlock: z11.array(QtiFeedbackBlock).optional(),
|
|
2036
2036
|
rubrics: z11.array(QtiRubric).optional(),
|
|
2037
2037
|
stimulus: QtiStimulusReference.optional(),
|
|
2038
|
-
rawXml: z11.string(),
|
|
2039
|
-
content: z11.record(z11.string(), z11.unknown())
|
|
2038
|
+
rawXml: z11.string().optional(),
|
|
2039
|
+
content: z11.record(z11.string(), z11.unknown()).optional()
|
|
2040
2040
|
}).strict();
|
|
2041
2041
|
var QtiAssessmentItemProcessResponseInput = z11.object({
|
|
2042
2042
|
identifier: NonEmptyString,
|
package/dist/index.js
CHANGED
package/dist/utils.js
CHANGED