gst-common 1.7.61 → 1.7.62
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
|
@@ -2748,6 +2748,7 @@ type TAccountPublicDetailRes = Omit<TAccountEntity, "student"> & {
|
|
|
2748
2748
|
totalFollower: number;
|
|
2749
2749
|
isMe: boolean;
|
|
2750
2750
|
certifications: TCertificationEntity[];
|
|
2751
|
+
availableTime: TAccountAvailableTimeEntity[];
|
|
2751
2752
|
};
|
|
2752
2753
|
type TPostAllListPostByAccountRes = {
|
|
2753
2754
|
posts: (TPostEntity & {
|
package/dist/index.d.ts
CHANGED
|
@@ -2748,6 +2748,7 @@ type TAccountPublicDetailRes = Omit<TAccountEntity, "student"> & {
|
|
|
2748
2748
|
totalFollower: number;
|
|
2749
2749
|
isMe: boolean;
|
|
2750
2750
|
certifications: TCertificationEntity[];
|
|
2751
|
+
availableTime: TAccountAvailableTimeEntity[];
|
|
2751
2752
|
};
|
|
2752
2753
|
type TPostAllListPostByAccountRes = {
|
|
2753
2754
|
posts: (TPostEntity & {
|