mezon-js-protobuf 1.6.90 → 1.6.92
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/api.ts +37504 -37687
- package/dist/mezon-js-protobuf/api/api.d.ts +0 -110
- package/dist/mezon-js-protobuf/rtapi/realtime.d.ts +130 -172
- package/dist/mezon-js-protobuf.cjs.js +1 -125
- package/dist/mezon-js-protobuf.esm.mjs +1 -125
- package/package.json +1 -1
- package/rtapi/realtime.ts +11387 -11411
|
@@ -3044,22 +3044,6 @@ export interface UpdateOnboardingStepRequest {
|
|
|
3044
3044
|
/** onboarding step. */
|
|
3045
3045
|
onboarding_step: number | undefined;
|
|
3046
3046
|
}
|
|
3047
|
-
/** A list of users belonging to a channel, along with their role. */
|
|
3048
|
-
export interface SFUChannelUser {
|
|
3049
|
-
/** user join id */
|
|
3050
|
-
id: string;
|
|
3051
|
-
/** user for a channel. */
|
|
3052
|
-
user_id: string;
|
|
3053
|
-
/** channel id */
|
|
3054
|
-
channel_id: string;
|
|
3055
|
-
/** participant */
|
|
3056
|
-
participant: string;
|
|
3057
|
-
}
|
|
3058
|
-
/** A list of users belonging to a channel, along with their role. */
|
|
3059
|
-
export interface SFUChannelUserList {
|
|
3060
|
-
/** list of ptt channel user */
|
|
3061
|
-
sfu_channel_users: SFUChannelUser[];
|
|
3062
|
-
}
|
|
3063
3047
|
export interface WalletLedger {
|
|
3064
3048
|
/** change set id */
|
|
3065
3049
|
id: string;
|
|
@@ -21435,100 +21419,6 @@ export declare const UpdateOnboardingStepRequest: {
|
|
|
21435
21419
|
onboarding_step?: number | undefined;
|
|
21436
21420
|
} & { [K_1 in Exclude<keyof I_1, keyof UpdateOnboardingStepRequest>]: never; }>(object: I_1): UpdateOnboardingStepRequest;
|
|
21437
21421
|
};
|
|
21438
|
-
export declare const SFUChannelUser: {
|
|
21439
|
-
encode(message: SFUChannelUser, writer?: _m0.Writer): _m0.Writer;
|
|
21440
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): SFUChannelUser;
|
|
21441
|
-
fromJSON(object: any): SFUChannelUser;
|
|
21442
|
-
toJSON(message: SFUChannelUser): unknown;
|
|
21443
|
-
create<I extends {
|
|
21444
|
-
id?: string | undefined;
|
|
21445
|
-
user_id?: string | undefined;
|
|
21446
|
-
channel_id?: string | undefined;
|
|
21447
|
-
participant?: string | undefined;
|
|
21448
|
-
} & {
|
|
21449
|
-
id?: string | undefined;
|
|
21450
|
-
user_id?: string | undefined;
|
|
21451
|
-
channel_id?: string | undefined;
|
|
21452
|
-
participant?: string | undefined;
|
|
21453
|
-
} & { [K in Exclude<keyof I, keyof SFUChannelUser>]: never; }>(base?: I | undefined): SFUChannelUser;
|
|
21454
|
-
fromPartial<I_1 extends {
|
|
21455
|
-
id?: string | undefined;
|
|
21456
|
-
user_id?: string | undefined;
|
|
21457
|
-
channel_id?: string | undefined;
|
|
21458
|
-
participant?: string | undefined;
|
|
21459
|
-
} & {
|
|
21460
|
-
id?: string | undefined;
|
|
21461
|
-
user_id?: string | undefined;
|
|
21462
|
-
channel_id?: string | undefined;
|
|
21463
|
-
participant?: string | undefined;
|
|
21464
|
-
} & { [K_1 in Exclude<keyof I_1, keyof SFUChannelUser>]: never; }>(object: I_1): SFUChannelUser;
|
|
21465
|
-
};
|
|
21466
|
-
export declare const SFUChannelUserList: {
|
|
21467
|
-
encode(message: SFUChannelUserList, writer?: _m0.Writer): _m0.Writer;
|
|
21468
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): SFUChannelUserList;
|
|
21469
|
-
fromJSON(object: any): SFUChannelUserList;
|
|
21470
|
-
toJSON(message: SFUChannelUserList): unknown;
|
|
21471
|
-
create<I extends {
|
|
21472
|
-
sfu_channel_users?: {
|
|
21473
|
-
id?: string | undefined;
|
|
21474
|
-
user_id?: string | undefined;
|
|
21475
|
-
channel_id?: string | undefined;
|
|
21476
|
-
participant?: string | undefined;
|
|
21477
|
-
}[] | undefined;
|
|
21478
|
-
} & {
|
|
21479
|
-
sfu_channel_users?: ({
|
|
21480
|
-
id?: string | undefined;
|
|
21481
|
-
user_id?: string | undefined;
|
|
21482
|
-
channel_id?: string | undefined;
|
|
21483
|
-
participant?: string | undefined;
|
|
21484
|
-
}[] & ({
|
|
21485
|
-
id?: string | undefined;
|
|
21486
|
-
user_id?: string | undefined;
|
|
21487
|
-
channel_id?: string | undefined;
|
|
21488
|
-
participant?: string | undefined;
|
|
21489
|
-
} & {
|
|
21490
|
-
id?: string | undefined;
|
|
21491
|
-
user_id?: string | undefined;
|
|
21492
|
-
channel_id?: string | undefined;
|
|
21493
|
-
participant?: string | undefined;
|
|
21494
|
-
} & { [K in Exclude<keyof I["sfu_channel_users"][number], keyof SFUChannelUser>]: never; })[] & { [K_1 in Exclude<keyof I["sfu_channel_users"], keyof {
|
|
21495
|
-
id?: string | undefined;
|
|
21496
|
-
user_id?: string | undefined;
|
|
21497
|
-
channel_id?: string | undefined;
|
|
21498
|
-
participant?: string | undefined;
|
|
21499
|
-
}[]>]: never; }) | undefined;
|
|
21500
|
-
} & { [K_2 in Exclude<keyof I, "sfu_channel_users">]: never; }>(base?: I | undefined): SFUChannelUserList;
|
|
21501
|
-
fromPartial<I_1 extends {
|
|
21502
|
-
sfu_channel_users?: {
|
|
21503
|
-
id?: string | undefined;
|
|
21504
|
-
user_id?: string | undefined;
|
|
21505
|
-
channel_id?: string | undefined;
|
|
21506
|
-
participant?: string | undefined;
|
|
21507
|
-
}[] | undefined;
|
|
21508
|
-
} & {
|
|
21509
|
-
sfu_channel_users?: ({
|
|
21510
|
-
id?: string | undefined;
|
|
21511
|
-
user_id?: string | undefined;
|
|
21512
|
-
channel_id?: string | undefined;
|
|
21513
|
-
participant?: string | undefined;
|
|
21514
|
-
}[] & ({
|
|
21515
|
-
id?: string | undefined;
|
|
21516
|
-
user_id?: string | undefined;
|
|
21517
|
-
channel_id?: string | undefined;
|
|
21518
|
-
participant?: string | undefined;
|
|
21519
|
-
} & {
|
|
21520
|
-
id?: string | undefined;
|
|
21521
|
-
user_id?: string | undefined;
|
|
21522
|
-
channel_id?: string | undefined;
|
|
21523
|
-
participant?: string | undefined;
|
|
21524
|
-
} & { [K_3 in Exclude<keyof I_1["sfu_channel_users"][number], keyof SFUChannelUser>]: never; })[] & { [K_4 in Exclude<keyof I_1["sfu_channel_users"], keyof {
|
|
21525
|
-
id?: string | undefined;
|
|
21526
|
-
user_id?: string | undefined;
|
|
21527
|
-
channel_id?: string | undefined;
|
|
21528
|
-
participant?: string | undefined;
|
|
21529
|
-
}[]>]: never; }) | undefined;
|
|
21530
|
-
} & { [K_5 in Exclude<keyof I_1, "sfu_channel_users">]: never; }>(object: I_1): SFUChannelUserList;
|
|
21531
|
-
};
|
|
21532
21422
|
export declare const WalletLedger: {
|
|
21533
21423
|
encode(message: WalletLedger, writer?: _m0.Writer): _m0.Writer;
|
|
21534
21424
|
decode(input: _m0.Reader | Uint8Array, length?: number): WalletLedger;
|