gst-common 1.4.44 → 1.4.45
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 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -871,10 +871,10 @@ type TSubmitGroupQuestion = {
|
|
|
871
871
|
chosenOrder: number;
|
|
872
872
|
}[];
|
|
873
873
|
essay?: {
|
|
874
|
-
essay
|
|
874
|
+
essay?: string;
|
|
875
875
|
};
|
|
876
876
|
speaking?: {
|
|
877
|
-
audioId
|
|
877
|
+
audioId?: string | null;
|
|
878
878
|
};
|
|
879
879
|
}[];
|
|
880
880
|
type TGroupQuestionStudentFinishDoing = {
|
package/dist/index.d.ts
CHANGED
|
@@ -871,10 +871,10 @@ type TSubmitGroupQuestion = {
|
|
|
871
871
|
chosenOrder: number;
|
|
872
872
|
}[];
|
|
873
873
|
essay?: {
|
|
874
|
-
essay
|
|
874
|
+
essay?: string;
|
|
875
875
|
};
|
|
876
876
|
speaking?: {
|
|
877
|
-
audioId
|
|
877
|
+
audioId?: string | null;
|
|
878
878
|
};
|
|
879
879
|
}[];
|
|
880
880
|
type TGroupQuestionStudentFinishDoing = {
|