gst-common 1.3.56 → 1.3.57

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
@@ -1153,6 +1153,8 @@ type TDocumentProgramListRes = {
1153
1153
  name: string;
1154
1154
  totalFile: number;
1155
1155
  totalSize: number;
1156
+ totalEditor: number;
1157
+ totalGroupQuestion: number;
1156
1158
  }[];
1157
1159
  type TDocumentChangeOrderRes = TDocumentsEntity[];
1158
1160
  type TGroupQuestionCreateRes = TGroupQuestionEntity;
package/dist/index.d.ts CHANGED
@@ -1153,6 +1153,8 @@ type TDocumentProgramListRes = {
1153
1153
  name: string;
1154
1154
  totalFile: number;
1155
1155
  totalSize: number;
1156
+ totalEditor: number;
1157
+ totalGroupQuestion: number;
1156
1158
  }[];
1157
1159
  type TDocumentChangeOrderRes = TDocumentsEntity[];
1158
1160
  type TGroupQuestionCreateRes = TGroupQuestionEntity;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.3.56",
3
+ "version": "1.3.57",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",