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 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 & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.7.61",
3
+ "version": "1.7.62",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",