@timeback/powerpath 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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1889,8 +1889,8 @@ var QtiAssessmentItemUpdateInput = z11.object({
1889
1889
  feedbackBlock: z11.array(QtiFeedbackBlock).optional(),
1890
1890
  rubrics: z11.array(QtiRubric).optional(),
1891
1891
  stimulus: QtiStimulusReference.optional(),
1892
- rawXml: z11.string(),
1893
- content: z11.record(z11.string(), z11.unknown())
1892
+ rawXml: z11.string().optional(),
1893
+ content: z11.record(z11.string(), z11.unknown()).optional()
1894
1894
  }).strict();
1895
1895
  var QtiAssessmentItemProcessResponseInput = z11.object({
1896
1896
  identifier: NonEmptyString,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timeback/powerpath",
3
- "version": "0.3.0",
3
+ "version": "0.3.1-beta.20260424232842",
4
4
  "description": "PowerPath client SDK for Timeback",
5
5
  "type": "module",
6
6
  "exports": {