gst-common 1.7.36 → 1.7.37

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/bun.lockb CHANGED
Binary file
package/dist/index.d.cts CHANGED
@@ -3102,6 +3102,7 @@ type TMeetingJoinRes = {
3102
3102
  meeting: TMeetingEntity;
3103
3103
  meetingParticipant: TMeetingParticipantEntity;
3104
3104
  token: string;
3105
+ appId: string;
3105
3106
  };
3106
3107
  type TMeetingLessonDetailRes = TLessonEntity & {
3107
3108
  class: TClassEntity;
package/dist/index.d.ts CHANGED
@@ -3102,6 +3102,7 @@ type TMeetingJoinRes = {
3102
3102
  meeting: TMeetingEntity;
3103
3103
  meetingParticipant: TMeetingParticipantEntity;
3104
3104
  token: string;
3105
+ appId: string;
3105
3106
  };
3106
3107
  type TMeetingLessonDetailRes = TLessonEntity & {
3107
3108
  class: TClassEntity;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.7.36",
3
+ "version": "1.7.37",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -25,6 +25,7 @@
25
25
  },
26
26
  "homepage": "https://github.com/anhtu16122000/gst-common#readme",
27
27
  "dependencies": {
28
+ "common": "^0.2.5",
28
29
  "tsup": "^8.3.6",
29
30
  "typescript": "^5.7.3"
30
31
  }