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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
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;
|