mezon-js 2.11.30 → 2.11.31

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/api.gen.ts CHANGED
@@ -1434,6 +1434,8 @@ export interface ApiGenerateMeetTokenExternalResponse {
1434
1434
  guest_user_id?: string;
1435
1435
  //
1436
1436
  token?: string;
1437
+ //
1438
+ guest_access_token?: string;
1437
1439
  }
1438
1440
 
1439
1441
  /** */
package/dist/api.gen.d.ts CHANGED
@@ -820,6 +820,7 @@ export interface ApiGenerateMezonMeetResponse {
820
820
  export interface ApiGenerateMeetTokenExternalResponse {
821
821
  guest_user_id?: string;
822
822
  token?: string;
823
+ guest_access_token?: string;
823
824
  }
824
825
  /** */
825
826
  export interface ApiGetPubKeysResponse {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.11.30",
4
+ "version": "2.11.31",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"