gst-common 1.5.80 → 1.5.81

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
@@ -1762,7 +1762,6 @@ type TDocumentListRes = {
1762
1762
  file: TFileEntity | null;
1763
1763
  groupQuestion: TGroupQuestionEntity | null;
1764
1764
  editor: TEditorEntity | null;
1765
- totalQuestion: number;
1766
1765
  })[];
1767
1766
  total: number;
1768
1767
  };
@@ -2211,7 +2210,6 @@ type TStudentDocumentListRes = {
2211
2210
  file: TFileEntity | null;
2212
2211
  groupQuestion: TGroupQuestionEntity | null;
2213
2212
  editor: TEditorEntity | null;
2214
- totalQuestion: number;
2215
2213
  })[];
2216
2214
  total: number;
2217
2215
  };
package/dist/index.d.ts CHANGED
@@ -1762,7 +1762,6 @@ type TDocumentListRes = {
1762
1762
  file: TFileEntity | null;
1763
1763
  groupQuestion: TGroupQuestionEntity | null;
1764
1764
  editor: TEditorEntity | null;
1765
- totalQuestion: number;
1766
1765
  })[];
1767
1766
  total: number;
1768
1767
  };
@@ -2211,7 +2210,6 @@ type TStudentDocumentListRes = {
2211
2210
  file: TFileEntity | null;
2212
2211
  groupQuestion: TGroupQuestionEntity | null;
2213
2212
  editor: TEditorEntity | null;
2214
- totalQuestion: number;
2215
2213
  })[];
2216
2214
  total: number;
2217
2215
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.5.80",
3
+ "version": "1.5.81",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",