@timeback/webhooks 0.3.1-beta.20260424012619 → 0.3.1

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 +2 -2
package/dist/index.js CHANGED
@@ -1881,8 +1881,8 @@ var QtiAssessmentItemUpdateInput = z11.object({
1881
1881
  feedbackBlock: z11.array(QtiFeedbackBlock).optional(),
1882
1882
  rubrics: z11.array(QtiRubric).optional(),
1883
1883
  stimulus: QtiStimulusReference.optional(),
1884
- rawXml: z11.string(),
1885
- content: z11.record(z11.string(), z11.unknown())
1884
+ rawXml: z11.string().optional(),
1885
+ content: z11.record(z11.string(), z11.unknown()).optional()
1886
1886
  }).strict();
1887
1887
  var QtiAssessmentItemProcessResponseInput = z11.object({
1888
1888
  identifier: NonEmptyString,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timeback/webhooks",
3
- "version": "0.3.1-beta.20260424012619",
3
+ "version": "0.3.1",
4
4
  "description": "Webhook management client SDK for Timeback",
5
5
  "type": "module",
6
6
  "exports": {
@@ -31,7 +31,7 @@
31
31
  "test:e2e": "vitest run --config vitest.e2e.config.ts"
32
32
  },
33
33
  "dependencies": {
34
- "@timeback/types": "0.3.0",
34
+ "@timeback/types": "0.3.1",
35
35
  "zod": "^4.2.1"
36
36
  },
37
37
  "devDependencies": {