gst-common 1.5.67 → 1.5.68
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 +5 -1
- package/dist/index.d.ts +5 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2057,7 +2057,11 @@ type TPostAllListPostByAccountRes = {
|
|
|
2057
2057
|
posts: (TPostEntity & {
|
|
2058
2058
|
createdBy: TAccountEntity;
|
|
2059
2059
|
files: TFileEntity[];
|
|
2060
|
-
documents:
|
|
2060
|
+
documents: (TPostDocumentEntity & {
|
|
2061
|
+
file: TFileEntity;
|
|
2062
|
+
groupQuestion: TGroupQuestionEntity;
|
|
2063
|
+
editor: TEditorEntity;
|
|
2064
|
+
})[];
|
|
2061
2065
|
hasUpvoted: boolean;
|
|
2062
2066
|
totalUpvote: number;
|
|
2063
2067
|
totalComment: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -2057,7 +2057,11 @@ type TPostAllListPostByAccountRes = {
|
|
|
2057
2057
|
posts: (TPostEntity & {
|
|
2058
2058
|
createdBy: TAccountEntity;
|
|
2059
2059
|
files: TFileEntity[];
|
|
2060
|
-
documents:
|
|
2060
|
+
documents: (TPostDocumentEntity & {
|
|
2061
|
+
file: TFileEntity;
|
|
2062
|
+
groupQuestion: TGroupQuestionEntity;
|
|
2063
|
+
editor: TEditorEntity;
|
|
2064
|
+
})[];
|
|
2061
2065
|
hasUpvoted: boolean;
|
|
2062
2066
|
totalUpvote: number;
|
|
2063
2067
|
totalComment: number;
|