mezon-js 2.12.72 → 2.12.74
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 +4 -2
- package/dist/api.gen.d.ts +3 -2
- package/package.json +1 -1
package/api.gen.ts
CHANGED
@@ -1424,9 +1424,11 @@ export interface ApiGenerateMeetTokenExternalResponse {
|
|
1424
1424
|
/** */
|
1425
1425
|
export interface ApiMeetParticipantRequest {
|
1426
1426
|
//
|
1427
|
-
|
1427
|
+
room_id?: string;
|
1428
1428
|
//
|
1429
|
-
|
1429
|
+
username?: string;
|
1430
|
+
//
|
1431
|
+
clan_id?: string;
|
1430
1432
|
}
|
1431
1433
|
|
1432
1434
|
/** */
|
package/dist/api.gen.d.ts
CHANGED
@@ -809,8 +809,9 @@ export interface ApiGenerateMeetTokenExternalResponse {
|
|
809
809
|
}
|
810
810
|
/** */
|
811
811
|
export interface ApiMeetParticipantRequest {
|
812
|
-
|
813
|
-
|
812
|
+
room_id?: string;
|
813
|
+
username?: string;
|
814
|
+
clan_id?: string;
|
814
815
|
}
|
815
816
|
/** */
|
816
817
|
export interface ApiGetPubKeysResponse {
|