@timeback/core 0.3.1-beta.20260424012619 → 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
@@ -85,7 +85,7 @@ import {
85
85
  WebhookFilterCreateInput,
86
86
  WebhookFilterUpdateInput,
87
87
  WebhookUpdateInput
88
- } from "./chunk-xzq5v8j0.js";
88
+ } from "./chunk-59ydbbsk.js";
89
89
  import {
90
90
  ApiError,
91
91
  BaseTransport,
package/dist/utils.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  aggregateActivityMetrics
3
- } from "./chunk-xzq5v8j0.js";
3
+ } from "./chunk-59ydbbsk.js";
4
4
  import"./chunk-9yh4rvkr.js";
5
5
  import"./chunk-3j7jywnx.js";
6
6
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timeback/core",
3
- "version": "0.3.1-beta.20260424012619",
3
+ "version": "0.3.1-beta.20260424232842",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {