gst-common 1.3.21 → 1.3.23
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.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -724,8 +724,9 @@ type TDocumentChangeOrder = {
|
|
|
724
724
|
type TGroupQuestionCreate = {
|
|
725
725
|
title: string;
|
|
726
726
|
content: string;
|
|
727
|
+
programId: string;
|
|
727
728
|
question: {
|
|
728
|
-
content
|
|
729
|
+
content?: string;
|
|
729
730
|
order: number;
|
|
730
731
|
type: QUESTION_TYPES;
|
|
731
732
|
wordArrangement?: {
|
package/dist/index.d.ts
CHANGED
|
@@ -724,8 +724,9 @@ type TDocumentChangeOrder = {
|
|
|
724
724
|
type TGroupQuestionCreate = {
|
|
725
725
|
title: string;
|
|
726
726
|
content: string;
|
|
727
|
+
programId: string;
|
|
727
728
|
question: {
|
|
728
|
-
content
|
|
729
|
+
content?: string;
|
|
729
730
|
order: number;
|
|
730
731
|
type: QUESTION_TYPES;
|
|
731
732
|
wordArrangement?: {
|