gst-common 1.5.62 → 1.5.63
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 +6 -2
- package/dist/index.d.ts +6 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1977,7 +1977,9 @@ type TPostAllMyPostRes = {
|
|
|
1977
1977
|
hasUpvoted: boolean;
|
|
1978
1978
|
documents: (TPostDocumentEntity & {
|
|
1979
1979
|
file: TFileEntity;
|
|
1980
|
-
groupQuestion:
|
|
1980
|
+
groupQuestion: {
|
|
1981
|
+
totalQuestion: number;
|
|
1982
|
+
} & TGroupQuestionEntity;
|
|
1981
1983
|
editor: TEditorEntity;
|
|
1982
1984
|
})[];
|
|
1983
1985
|
})[];
|
|
@@ -2010,7 +2012,9 @@ type TPostPublicNewFeedsRes = {
|
|
|
2010
2012
|
updatedBy: TAccountEntity;
|
|
2011
2013
|
documents: (TPostDocumentEntity & {
|
|
2012
2014
|
file: TFileEntity;
|
|
2013
|
-
groupQuestion:
|
|
2015
|
+
groupQuestion: {
|
|
2016
|
+
totalQuestion: number;
|
|
2017
|
+
} & TGroupQuestionEntity;
|
|
2014
2018
|
editor: TEditorEntity;
|
|
2015
2019
|
})[];
|
|
2016
2020
|
})[];
|
package/dist/index.d.ts
CHANGED
|
@@ -1977,7 +1977,9 @@ type TPostAllMyPostRes = {
|
|
|
1977
1977
|
hasUpvoted: boolean;
|
|
1978
1978
|
documents: (TPostDocumentEntity & {
|
|
1979
1979
|
file: TFileEntity;
|
|
1980
|
-
groupQuestion:
|
|
1980
|
+
groupQuestion: {
|
|
1981
|
+
totalQuestion: number;
|
|
1982
|
+
} & TGroupQuestionEntity;
|
|
1981
1983
|
editor: TEditorEntity;
|
|
1982
1984
|
})[];
|
|
1983
1985
|
})[];
|
|
@@ -2010,7 +2012,9 @@ type TPostPublicNewFeedsRes = {
|
|
|
2010
2012
|
updatedBy: TAccountEntity;
|
|
2011
2013
|
documents: (TPostDocumentEntity & {
|
|
2012
2014
|
file: TFileEntity;
|
|
2013
|
-
groupQuestion:
|
|
2015
|
+
groupQuestion: {
|
|
2016
|
+
totalQuestion: number;
|
|
2017
|
+
} & TGroupQuestionEntity;
|
|
2014
2018
|
editor: TEditorEntity;
|
|
2015
2019
|
})[];
|
|
2016
2020
|
})[];
|