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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
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 & {
|