gst-common 1.5.3 → 1.5.4

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 CHANGED
@@ -1011,6 +1011,9 @@ type TSubmitGroupQuestion = {
1011
1011
  speaking?: {
1012
1012
  audioId?: string | null;
1013
1013
  };
1014
+ writing?: {
1015
+ content?: string | null;
1016
+ };
1014
1017
  }[];
1015
1018
  type TGroupQuestionStudentFinishDoing = {
1016
1019
  sessionGroupQuestionId: string;
package/dist/index.d.ts CHANGED
@@ -1011,6 +1011,9 @@ type TSubmitGroupQuestion = {
1011
1011
  speaking?: {
1012
1012
  audioId?: string | null;
1013
1013
  };
1014
+ writing?: {
1015
+ content?: string | null;
1016
+ };
1014
1017
  }[];
1015
1018
  type TGroupQuestionStudentFinishDoing = {
1016
1019
  sessionGroupQuestionId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",