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