gst-common 1.5.50 → 1.5.51

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
@@ -2106,15 +2106,12 @@ type TTutorPublicListRes = {
2106
2106
  };
2107
2107
  type TDocumentFolderCreateRes = TDocumentFolderEntity;
2108
2108
  type TDocumentFolderUpdateRes = TDocumentFolderEntity;
2109
- type TDocumentFolderListRes = {
2110
- list: (TDocumentFolderEntity & {
2111
- totalEditor: number;
2112
- totalFile: number;
2113
- totalSize: number;
2114
- totalGroupQuestion: number;
2115
- })[];
2116
- total: number;
2117
- };
2109
+ type TDocumentFolderListRes = (TDocumentFolderEntity & {
2110
+ totalEditor: number;
2111
+ totalFile: number;
2112
+ totalSize: number;
2113
+ totalGroupQuestion: number;
2114
+ })[];
2118
2115
  type TDocumentFolderTreeListRes = (TProgramEntity & {
2119
2116
  documentFolders: TDocumentFolderEntity[];
2120
2117
  })[];
package/dist/index.d.ts CHANGED
@@ -2106,15 +2106,12 @@ type TTutorPublicListRes = {
2106
2106
  };
2107
2107
  type TDocumentFolderCreateRes = TDocumentFolderEntity;
2108
2108
  type TDocumentFolderUpdateRes = TDocumentFolderEntity;
2109
- type TDocumentFolderListRes = {
2110
- list: (TDocumentFolderEntity & {
2111
- totalEditor: number;
2112
- totalFile: number;
2113
- totalSize: number;
2114
- totalGroupQuestion: number;
2115
- })[];
2116
- total: number;
2117
- };
2109
+ type TDocumentFolderListRes = (TDocumentFolderEntity & {
2110
+ totalEditor: number;
2111
+ totalFile: number;
2112
+ totalSize: number;
2113
+ totalGroupQuestion: number;
2114
+ })[];
2118
2115
  type TDocumentFolderTreeListRes = (TProgramEntity & {
2119
2116
  documentFolders: TDocumentFolderEntity[];
2120
2117
  })[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.5.50",
3
+ "version": "1.5.51",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",