gst-common 1.6.84 → 1.6.85

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
@@ -2587,6 +2587,7 @@ type TAccountPublicDetailRes = Omit<TAccountEntity, "student"> & {
2587
2587
  hasFollowed: boolean;
2588
2588
  totalFollower: number;
2589
2589
  isMe: boolean;
2590
+ certifications: TCertificationEntity[];
2590
2591
  };
2591
2592
  type TPostAllListPostByAccountRes = {
2592
2593
  posts: (TPostEntity & {
package/dist/index.d.ts CHANGED
@@ -2587,6 +2587,7 @@ type TAccountPublicDetailRes = Omit<TAccountEntity, "student"> & {
2587
2587
  hasFollowed: boolean;
2588
2588
  totalFollower: number;
2589
2589
  isMe: boolean;
2590
+ certifications: TCertificationEntity[];
2590
2591
  };
2591
2592
  type TPostAllListPostByAccountRes = {
2592
2593
  posts: (TPostEntity & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.6.84",
3
+ "version": "1.6.85",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",