@timeback/webhooks 0.1.2-beta.20260226042454 → 0.1.2-beta.20260227023028
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 +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16886,6 +16886,7 @@ var QtiAssessmentItemUpdateInput = exports_external.object({
|
|
|
16886
16886
|
content: exports_external.record(exports_external.string(), exports_external.unknown())
|
|
16887
16887
|
}).strict();
|
|
16888
16888
|
var QtiAssessmentItemProcessResponseInput = exports_external.object({
|
|
16889
|
+
identifier: exports_external.string().min(1),
|
|
16889
16890
|
response: exports_external.union([exports_external.string(), exports_external.array(exports_external.string())])
|
|
16890
16891
|
}).strict();
|
|
16891
16892
|
var QtiAssessmentItemRef = exports_external.object({
|