gst-common 1.5.66 → 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 CHANGED
@@ -2057,6 +2057,11 @@ type TPostAllListPostByAccountRes = {
2057
2057
  posts: (TPostEntity & {
2058
2058
  createdBy: TAccountEntity;
2059
2059
  files: TFileEntity[];
2060
+ documents: (TPostDocumentEntity & {
2061
+ file: TFileEntity;
2062
+ groupQuestion: TGroupQuestionEntity;
2063
+ editor: TEditorEntity;
2064
+ })[];
2060
2065
  hasUpvoted: boolean;
2061
2066
  totalUpvote: number;
2062
2067
  totalComment: number;
package/dist/index.d.ts CHANGED
@@ -2057,6 +2057,11 @@ type TPostAllListPostByAccountRes = {
2057
2057
  posts: (TPostEntity & {
2058
2058
  createdBy: TAccountEntity;
2059
2059
  files: TFileEntity[];
2060
+ documents: (TPostDocumentEntity & {
2061
+ file: TFileEntity;
2062
+ groupQuestion: TGroupQuestionEntity;
2063
+ editor: TEditorEntity;
2064
+ })[];
2060
2065
  hasUpvoted: boolean;
2061
2066
  totalUpvote: number;
2062
2067
  totalComment: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.5.66",
3
+ "version": "1.5.68",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",