@lazycatcloud/sdk 0.1.193 → 0.1.196
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/dist/common/apk_shell.d.ts +48 -8
- package/dist/common/apk_shell.d.ts.map +1 -1
- package/dist/common/apk_shell.js +122 -25
- package/dist/common/apk_shell.js.map +1 -1
- package/dist/common/appshell.d.ts +83 -85
- package/dist/common/appshell.d.ts.map +1 -1
- package/dist/common/appshell.js +241 -228
- package/dist/common/appshell.js.map +1 -1
- package/dist/common/box.d.ts +127 -16
- package/dist/common/box.d.ts.map +1 -1
- package/dist/common/box.js +140 -55
- package/dist/common/box.js.map +1 -1
- package/dist/common/browseronly.d.ts +38 -10
- package/dist/common/browseronly.d.ts.map +1 -1
- package/dist/common/browseronly.js +94 -32
- package/dist/common/browseronly.js.map +1 -1
- package/dist/common/end_device.d.ts +101 -14
- package/dist/common/end_device.d.ts.map +1 -1
- package/dist/common/end_device.js +123 -42
- package/dist/common/end_device.js.map +1 -1
- package/dist/common/file_handler.d.ts +70 -14
- package/dist/common/file_handler.d.ts.map +1 -1
- package/dist/common/file_handler.js +103 -36
- package/dist/common/file_handler.js.map +1 -1
- package/dist/common/filetrans.d.ts +855 -55
- package/dist/common/filetrans.d.ts.map +1 -1
- package/dist/common/filetrans.js +412 -163
- package/dist/common/filetrans.js.map +1 -1
- package/dist/common/gateway.d.ts +60 -14
- package/dist/common/gateway.d.ts.map +1 -1
- package/dist/common/gateway.js +126 -43
- package/dist/common/gateway.js.map +1 -1
- package/dist/common/media_meta.d.ts +27 -8
- package/dist/common/media_meta.d.ts.map +1 -1
- package/dist/common/media_meta.js +52 -21
- package/dist/common/media_meta.js.map +1 -1
- package/dist/common/message.d.ts +106 -16
- package/dist/common/message.d.ts.map +1 -1
- package/dist/common/message.js +133 -58
- package/dist/common/message.js.map +1 -1
- package/dist/common/peripheral_device.d.ts +141 -18
- package/dist/common/peripheral_device.d.ts.map +1 -1
- package/dist/common/peripheral_device.js +140 -56
- package/dist/common/peripheral_device.js.map +1 -1
- package/dist/common/security_context.d.ts +54 -15
- package/dist/common/security_context.d.ts.map +1 -1
- package/dist/common/security_context.js +119 -47
- package/dist/common/security_context.js.map +1 -1
- package/dist/common/users.d.ts +98 -23
- package/dist/common/users.d.ts.map +1 -1
- package/dist/common/users.js +216 -83
- package/dist/common/users.js.map +1 -1
- package/dist/dlna/dlna.d.ts +107 -18
- package/dist/dlna/dlna.d.ts.map +1 -1
- package/dist/dlna/dlna.js +174 -60
- package/dist/dlna/dlna.js.map +1 -1
- package/dist/google/protobuf/descriptor.d.ts +54717 -4254
- package/dist/google/protobuf/descriptor.d.ts.map +1 -1
- package/dist/google/protobuf/descriptor.js +738 -257
- package/dist/google/protobuf/descriptor.js.map +1 -1
- package/dist/google/protobuf/empty.d.ts +2 -1
- package/dist/google/protobuf/empty.d.ts.map +1 -1
- package/dist/google/protobuf/empty.js +8 -4
- package/dist/google/protobuf/empty.js.map +1 -1
- package/dist/google/protobuf/timestamp.d.ts +9 -2
- package/dist/google/protobuf/timestamp.d.ts.map +1 -1
- package/dist/google/protobuf/timestamp.js +18 -8
- package/dist/google/protobuf/timestamp.js.map +1 -1
- package/dist/grpcweb.d.ts +1 -1
- package/dist/grpcweb.d.ts.map +1 -1
- package/dist/lanforward/lanforward.d.ts +65 -84
- package/dist/lanforward/lanforward.d.ts.map +1 -1
- package/dist/lanforward/lanforward.js +197 -217
- package/dist/localdevice/clipboard.d.ts +35 -12
- package/dist/localdevice/clipboard.d.ts.map +1 -1
- package/dist/localdevice/clipboard.js +75 -37
- package/dist/localdevice/clipboard.js.map +1 -1
- package/dist/localdevice/config.d.ts +42 -11
- package/dist/localdevice/config.d.ts.map +1 -1
- package/dist/localdevice/config.js +95 -32
- package/dist/localdevice/config.js.map +1 -1
- package/dist/localdevice/device.d.ts +18 -6
- package/dist/localdevice/device.d.ts.map +1 -1
- package/dist/localdevice/device.js +44 -12
- package/dist/localdevice/device.js.map +1 -1
- package/dist/localdevice/dialog.d.ts +68 -18
- package/dist/localdevice/dialog.d.ts.map +1 -1
- package/dist/localdevice/dialog.js +141 -52
- package/dist/localdevice/dialog.js.map +1 -1
- package/dist/localdevice/local-launch.d.ts +70 -18
- package/dist/localdevice/local-launch.d.ts.map +1 -1
- package/dist/localdevice/local-launch.js +170 -67
- package/dist/localdevice/local-launch.js.map +1 -1
- package/dist/localdevice/network.d.ts +14 -6
- package/dist/localdevice/network.d.ts.map +1 -1
- package/dist/localdevice/network.js +36 -10
- package/dist/localdevice/network.js.map +1 -1
- package/dist/localdevice/permission.d.ts +61 -16
- package/dist/localdevice/permission.d.ts.map +1 -1
- package/dist/localdevice/permission.js +109 -51
- package/dist/localdevice/permission.js.map +1 -1
- package/dist/localdevice/photo.d.ts +192 -28
- package/dist/localdevice/photo.d.ts.map +1 -1
- package/dist/localdevice/photo.js +307 -111
- package/dist/localdevice/photo.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/ssdp/ssdp.d.ts +73 -92
- package/dist/ssdp/ssdp.d.ts.map +1 -1
- package/dist/ssdp/ssdp.js +226 -246
- package/dist/sys/OS_daemon.d.ts +35 -12
- package/dist/sys/OS_daemon.d.ts.map +1 -1
- package/dist/sys/OS_daemon.js +65 -31
- package/dist/sys/OS_daemon.js.map +1 -1
- package/dist/sys/OS_snapshot.d.ts +180 -32
- package/dist/sys/OS_snapshot.d.ts.map +1 -1
- package/dist/sys/OS_snapshot.js +290 -126
- package/dist/sys/OS_snapshot.js.map +1 -1
- package/dist/sys/OS_upgrader.d.ts +65 -14
- package/dist/sys/OS_upgrader.d.ts.map +1 -1
- package/dist/sys/OS_upgrader.js +129 -59
- package/dist/sys/OS_upgrader.js.map +1 -1
- package/dist/sys/box-status.d.ts +217 -18
- package/dist/sys/box-status.d.ts.map +1 -1
- package/dist/sys/box-status.js +157 -60
- package/dist/sys/box-status.js.map +1 -1
- package/dist/sys/btled.d.ts +192 -0
- package/dist/sys/btled.d.ts.map +1 -0
- package/dist/sys/btled.js +403 -0
- package/dist/sys/btled.js.map +1 -0
- package/dist/sys/btrfs.d.ts +59 -16
- package/dist/sys/btrfs.d.ts.map +1 -1
- package/dist/sys/btrfs.js +112 -48
- package/dist/sys/btrfs.js.map +1 -1
- package/dist/sys/devopt.d.ts +20 -6
- package/dist/sys/devopt.d.ts.map +1 -1
- package/dist/sys/devopt.js +51 -15
- package/dist/sys/devopt.js.map +1 -1
- package/dist/sys/dirmon.d.ts +23 -8
- package/dist/sys/dirmon.d.ts.map +1 -1
- package/dist/sys/dirmon.js +44 -23
- package/dist/sys/dirmon.js.map +1 -1
- package/dist/sys/event.d.ts +90 -18
- package/dist/sys/event.d.ts.map +1 -1
- package/dist/sys/event.js +154 -55
- package/dist/sys/event.js.map +1 -1
- package/dist/sys/hc-core/hc-core.d.ts +244 -32
- package/dist/sys/hc-core/hc-core.d.ts.map +1 -1
- package/dist/sys/hc-core/hc-core.js +258 -118
- package/dist/sys/hc-core/hc-core.js.map +1 -1
- package/dist/sys/ingress.d.ts +81 -24
- package/dist/sys/ingress.d.ts.map +1 -1
- package/dist/sys/ingress.js +160 -73
- package/dist/sys/ingress.js.map +1 -1
- package/dist/sys/installer.d.ts +252 -0
- package/dist/sys/installer.d.ts.map +1 -0
- package/dist/sys/installer.js +599 -0
- package/dist/sys/installer.js.map +1 -0
- package/dist/sys/network_manager.d.ts +137 -16
- package/dist/sys/network_manager.d.ts.map +1 -1
- package/dist/sys/network_manager.js +156 -55
- package/dist/sys/network_manager.js.map +1 -1
- package/dist/sys/package_manager.d.ts +342 -42
- package/dist/sys/package_manager.d.ts.map +1 -1
- package/dist/sys/package_manager.js +498 -158
- package/dist/sys/package_manager.js.map +1 -1
- package/dist/sys/portal-server/portal-server.d.ts +443 -71
- package/dist/sys/portal-server/portal-server.d.ts.map +1 -1
- package/dist/sys/portal-server/portal-server.js +880 -283
- package/dist/sys/portal-server/portal-server.js.map +1 -1
- package/dist/sys/snapd.d.ts +105 -18
- package/dist/sys/snapd.d.ts.map +1 -1
- package/dist/sys/snapd.js +157 -61
- package/dist/sys/snapd.js.map +1 -1
- package/package.json +1 -1
|
@@ -102,6 +102,8 @@ export interface LoginInfo {
|
|
|
102
102
|
autologinTokenRequestContent: string;
|
|
103
103
|
/** 当前登陆设备的版本信息 */
|
|
104
104
|
deviceVersion: string;
|
|
105
|
+
/** 登陆时服务器返回的token */
|
|
106
|
+
token: string;
|
|
105
107
|
}
|
|
106
108
|
export interface DeviceID {
|
|
107
109
|
id: string;
|
|
@@ -253,6 +255,8 @@ export declare enum UpdateBoxSystemStatusRequest_ExceptionReason {
|
|
|
253
255
|
Unknown = 0,
|
|
254
256
|
/** WaitDataDiskDecryption - 等待加密数据盘被解密 */
|
|
255
257
|
WaitDataDiskDecryption = 1,
|
|
258
|
+
/** DataDiskNotInit - 磁盘未初始化 */
|
|
259
|
+
DataDiskNotInit = 2,
|
|
256
260
|
UNRECOGNIZED = -1
|
|
257
261
|
}
|
|
258
262
|
export declare function updateBoxSystemStatusRequest_ExceptionReasonFromJSON(object: any): UpdateBoxSystemStatusRequest_ExceptionReason;
|
|
@@ -318,91 +322,138 @@ export interface AppCertReply {
|
|
|
318
322
|
*/
|
|
319
323
|
boxCert: string;
|
|
320
324
|
}
|
|
325
|
+
export interface SetupHServerRequest {
|
|
326
|
+
originServer: string;
|
|
327
|
+
boxName: string;
|
|
328
|
+
username: string;
|
|
329
|
+
password: string;
|
|
330
|
+
}
|
|
331
|
+
export interface SetupHServerReply {
|
|
332
|
+
ok: boolean;
|
|
333
|
+
reason: string;
|
|
334
|
+
}
|
|
321
335
|
export declare const RemoteSocksRequest: {
|
|
322
336
|
encode(message: RemoteSocksRequest, writer?: _m0.Writer): _m0.Writer;
|
|
323
337
|
decode(input: _m0.Reader | Uint8Array, length?: number): RemoteSocksRequest;
|
|
324
338
|
fromJSON(object: any): RemoteSocksRequest;
|
|
325
339
|
toJSON(message: RemoteSocksRequest): unknown;
|
|
326
|
-
|
|
340
|
+
create<I extends {
|
|
327
341
|
locationType?: RemoteSocksRequest_LocationType;
|
|
328
342
|
target?: string;
|
|
329
343
|
} & {
|
|
330
344
|
locationType?: RemoteSocksRequest_LocationType;
|
|
331
345
|
target?: string;
|
|
332
|
-
} & { [K in Exclude<keyof I, keyof RemoteSocksRequest>]: never; }>(
|
|
346
|
+
} & { [K in Exclude<keyof I, keyof RemoteSocksRequest>]: never; }>(base?: I): RemoteSocksRequest;
|
|
347
|
+
fromPartial<I_1 extends {
|
|
348
|
+
locationType?: RemoteSocksRequest_LocationType;
|
|
349
|
+
target?: string;
|
|
350
|
+
} & {
|
|
351
|
+
locationType?: RemoteSocksRequest_LocationType;
|
|
352
|
+
target?: string;
|
|
353
|
+
} & { [K_1 in Exclude<keyof I_1, keyof RemoteSocksRequest>]: never; }>(object: I_1): RemoteSocksRequest;
|
|
333
354
|
};
|
|
334
355
|
export declare const RemoteSocksReply: {
|
|
335
356
|
encode(message: RemoteSocksReply, writer?: _m0.Writer): _m0.Writer;
|
|
336
357
|
decode(input: _m0.Reader | Uint8Array, length?: number): RemoteSocksReply;
|
|
337
358
|
fromJSON(object: any): RemoteSocksReply;
|
|
338
359
|
toJSON(message: RemoteSocksReply): unknown;
|
|
339
|
-
|
|
360
|
+
create<I extends {
|
|
361
|
+
serverUrl?: string;
|
|
362
|
+
} & {
|
|
363
|
+
serverUrl?: string;
|
|
364
|
+
} & { [K in Exclude<keyof I, "serverUrl">]: never; }>(base?: I): RemoteSocksReply;
|
|
365
|
+
fromPartial<I_1 extends {
|
|
340
366
|
serverUrl?: string;
|
|
341
367
|
} & {
|
|
342
368
|
serverUrl?: string;
|
|
343
|
-
} & { [
|
|
369
|
+
} & { [K_1 in Exclude<keyof I_1, "serverUrl">]: never; }>(object: I_1): RemoteSocksReply;
|
|
344
370
|
};
|
|
345
371
|
export declare const ListUsersReply: {
|
|
346
372
|
encode(message: ListUsersReply, writer?: _m0.Writer): _m0.Writer;
|
|
347
373
|
decode(input: _m0.Reader | Uint8Array, length?: number): ListUsersReply;
|
|
348
374
|
fromJSON(object: any): ListUsersReply;
|
|
349
375
|
toJSON(message: ListUsersReply): unknown;
|
|
350
|
-
|
|
376
|
+
create<I extends {
|
|
351
377
|
uids?: string[];
|
|
352
378
|
} & {
|
|
353
379
|
uids?: string[] & string[] & { [K in Exclude<keyof I["uids"], keyof string[]>]: never; };
|
|
354
|
-
} & { [K_1 in Exclude<keyof I, "uids">]: never; }>(
|
|
380
|
+
} & { [K_1 in Exclude<keyof I, "uids">]: never; }>(base?: I): ListUsersReply;
|
|
381
|
+
fromPartial<I_1 extends {
|
|
382
|
+
uids?: string[];
|
|
383
|
+
} & {
|
|
384
|
+
uids?: string[] & string[] & { [K_2 in Exclude<keyof I_1["uids"], keyof string[]>]: never; };
|
|
385
|
+
} & { [K_3 in Exclude<keyof I_1, "uids">]: never; }>(object: I_1): ListUsersReply;
|
|
355
386
|
};
|
|
356
387
|
export declare const AllocVEIPRequest: {
|
|
357
388
|
encode(message: AllocVEIPRequest, writer?: _m0.Writer): _m0.Writer;
|
|
358
389
|
decode(input: _m0.Reader | Uint8Array, length?: number): AllocVEIPRequest;
|
|
359
390
|
fromJSON(object: any): AllocVEIPRequest;
|
|
360
391
|
toJSON(message: AllocVEIPRequest): unknown;
|
|
361
|
-
|
|
392
|
+
create<I extends {
|
|
362
393
|
usage?: string;
|
|
363
394
|
subdomain?: string;
|
|
364
395
|
} & {
|
|
365
396
|
usage?: string;
|
|
366
397
|
subdomain?: string;
|
|
367
|
-
} & { [K in Exclude<keyof I, keyof AllocVEIPRequest>]: never; }>(
|
|
398
|
+
} & { [K in Exclude<keyof I, keyof AllocVEIPRequest>]: never; }>(base?: I): AllocVEIPRequest;
|
|
399
|
+
fromPartial<I_1 extends {
|
|
400
|
+
usage?: string;
|
|
401
|
+
subdomain?: string;
|
|
402
|
+
} & {
|
|
403
|
+
usage?: string;
|
|
404
|
+
subdomain?: string;
|
|
405
|
+
} & { [K_1 in Exclude<keyof I_1, keyof AllocVEIPRequest>]: never; }>(object: I_1): AllocVEIPRequest;
|
|
368
406
|
};
|
|
369
407
|
export declare const AllocVEIPReply: {
|
|
370
408
|
encode(message: AllocVEIPReply, writer?: _m0.Writer): _m0.Writer;
|
|
371
409
|
decode(input: _m0.Reader | Uint8Array, length?: number): AllocVEIPReply;
|
|
372
410
|
fromJSON(object: any): AllocVEIPReply;
|
|
373
411
|
toJSON(message: AllocVEIPReply): unknown;
|
|
374
|
-
|
|
412
|
+
create<I extends {
|
|
413
|
+
ip?: string;
|
|
414
|
+
} & {
|
|
415
|
+
ip?: string;
|
|
416
|
+
} & { [K in Exclude<keyof I, "ip">]: never; }>(base?: I): AllocVEIPReply;
|
|
417
|
+
fromPartial<I_1 extends {
|
|
375
418
|
ip?: string;
|
|
376
419
|
} & {
|
|
377
420
|
ip?: string;
|
|
378
|
-
} & { [
|
|
421
|
+
} & { [K_1 in Exclude<keyof I_1, "ip">]: never; }>(object: I_1): AllocVEIPReply;
|
|
379
422
|
};
|
|
380
423
|
export declare const FreeVEIPRequest: {
|
|
381
424
|
encode(message: FreeVEIPRequest, writer?: _m0.Writer): _m0.Writer;
|
|
382
425
|
decode(input: _m0.Reader | Uint8Array, length?: number): FreeVEIPRequest;
|
|
383
426
|
fromJSON(object: any): FreeVEIPRequest;
|
|
384
427
|
toJSON(message: FreeVEIPRequest): unknown;
|
|
385
|
-
|
|
428
|
+
create<I extends {
|
|
386
429
|
ip?: string;
|
|
387
430
|
waitSecond?: number;
|
|
388
431
|
} & {
|
|
389
432
|
ip?: string;
|
|
390
433
|
waitSecond?: number;
|
|
391
|
-
} & { [K in Exclude<keyof I, keyof FreeVEIPRequest>]: never; }>(
|
|
434
|
+
} & { [K in Exclude<keyof I, keyof FreeVEIPRequest>]: never; }>(base?: I): FreeVEIPRequest;
|
|
435
|
+
fromPartial<I_1 extends {
|
|
436
|
+
ip?: string;
|
|
437
|
+
waitSecond?: number;
|
|
438
|
+
} & {
|
|
439
|
+
ip?: string;
|
|
440
|
+
waitSecond?: number;
|
|
441
|
+
} & { [K_1 in Exclude<keyof I_1, keyof FreeVEIPRequest>]: never; }>(object: I_1): FreeVEIPRequest;
|
|
392
442
|
};
|
|
393
443
|
export declare const FreeVEIPReply: {
|
|
394
444
|
encode(_: FreeVEIPReply, writer?: _m0.Writer): _m0.Writer;
|
|
395
445
|
decode(input: _m0.Reader | Uint8Array, length?: number): FreeVEIPReply;
|
|
396
446
|
fromJSON(_: any): FreeVEIPReply;
|
|
397
447
|
toJSON(_: FreeVEIPReply): unknown;
|
|
398
|
-
|
|
448
|
+
create<I extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I): FreeVEIPReply;
|
|
449
|
+
fromPartial<I_1 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_1): FreeVEIPReply;
|
|
399
450
|
};
|
|
400
451
|
export declare const AuthToken: {
|
|
401
452
|
encode(message: AuthToken, writer?: _m0.Writer): _m0.Writer;
|
|
402
453
|
decode(input: _m0.Reader | Uint8Array, length?: number): AuthToken;
|
|
403
454
|
fromJSON(object: any): AuthToken;
|
|
404
455
|
toJSON(message: AuthToken): unknown;
|
|
405
|
-
|
|
456
|
+
create<I extends {
|
|
406
457
|
token?: string;
|
|
407
458
|
accessIp?: string;
|
|
408
459
|
tokenType?: AuthToken_TokenType;
|
|
@@ -414,44 +465,96 @@ export declare const AuthToken: {
|
|
|
414
465
|
tokenType?: AuthToken_TokenType;
|
|
415
466
|
autologinTokenPostUrl?: string;
|
|
416
467
|
autologinRedirectUrl?: string;
|
|
417
|
-
} & { [K in Exclude<keyof I, keyof AuthToken>]: never; }>(
|
|
468
|
+
} & { [K in Exclude<keyof I, keyof AuthToken>]: never; }>(base?: I): AuthToken;
|
|
469
|
+
fromPartial<I_1 extends {
|
|
470
|
+
token?: string;
|
|
471
|
+
accessIp?: string;
|
|
472
|
+
tokenType?: AuthToken_TokenType;
|
|
473
|
+
autologinTokenPostUrl?: string;
|
|
474
|
+
autologinRedirectUrl?: string;
|
|
475
|
+
} & {
|
|
476
|
+
token?: string;
|
|
477
|
+
accessIp?: string;
|
|
478
|
+
tokenType?: AuthToken_TokenType;
|
|
479
|
+
autologinTokenPostUrl?: string;
|
|
480
|
+
autologinRedirectUrl?: string;
|
|
481
|
+
} & { [K_1 in Exclude<keyof I_1, keyof AuthToken>]: never; }>(object: I_1): AuthToken;
|
|
418
482
|
};
|
|
419
483
|
export declare const LoginInfo: {
|
|
420
484
|
encode(message: LoginInfo, writer?: _m0.Writer): _m0.Writer;
|
|
421
485
|
decode(input: _m0.Reader | Uint8Array, length?: number): LoginInfo;
|
|
422
486
|
fromJSON(object: any): LoginInfo;
|
|
423
487
|
toJSON(message: LoginInfo): unknown;
|
|
424
|
-
|
|
488
|
+
create<I extends {
|
|
489
|
+
uid?: string;
|
|
490
|
+
deviceId?: string;
|
|
491
|
+
when?: Date | undefined;
|
|
492
|
+
autologinTokenRequestContent?: string;
|
|
493
|
+
deviceVersion?: string;
|
|
494
|
+
token?: string;
|
|
495
|
+
} & {
|
|
496
|
+
uid?: string;
|
|
497
|
+
deviceId?: string;
|
|
498
|
+
when?: Date | undefined;
|
|
499
|
+
autologinTokenRequestContent?: string;
|
|
500
|
+
deviceVersion?: string;
|
|
501
|
+
token?: string;
|
|
502
|
+
} & { [K in Exclude<keyof I, keyof LoginInfo>]: never; }>(base?: I): LoginInfo;
|
|
503
|
+
fromPartial<I_1 extends {
|
|
425
504
|
uid?: string;
|
|
426
505
|
deviceId?: string;
|
|
427
506
|
when?: Date | undefined;
|
|
428
507
|
autologinTokenRequestContent?: string;
|
|
429
508
|
deviceVersion?: string;
|
|
509
|
+
token?: string;
|
|
430
510
|
} & {
|
|
431
511
|
uid?: string;
|
|
432
512
|
deviceId?: string;
|
|
433
513
|
when?: Date | undefined;
|
|
434
514
|
autologinTokenRequestContent?: string;
|
|
435
515
|
deviceVersion?: string;
|
|
436
|
-
|
|
516
|
+
token?: string;
|
|
517
|
+
} & { [K_1 in Exclude<keyof I_1, keyof LoginInfo>]: never; }>(object: I_1): LoginInfo;
|
|
437
518
|
};
|
|
438
519
|
export declare const DeviceID: {
|
|
439
520
|
encode(message: DeviceID, writer?: _m0.Writer): _m0.Writer;
|
|
440
521
|
decode(input: _m0.Reader | Uint8Array, length?: number): DeviceID;
|
|
441
522
|
fromJSON(object: any): DeviceID;
|
|
442
523
|
toJSON(message: DeviceID): unknown;
|
|
443
|
-
|
|
524
|
+
create<I extends {
|
|
525
|
+
id?: string;
|
|
526
|
+
} & {
|
|
527
|
+
id?: string;
|
|
528
|
+
} & { [K in Exclude<keyof I, "id">]: never; }>(base?: I): DeviceID;
|
|
529
|
+
fromPartial<I_1 extends {
|
|
444
530
|
id?: string;
|
|
445
531
|
} & {
|
|
446
532
|
id?: string;
|
|
447
|
-
} & { [
|
|
533
|
+
} & { [K_1 in Exclude<keyof I_1, "id">]: never; }>(object: I_1): DeviceID;
|
|
448
534
|
};
|
|
449
535
|
export declare const BoxInfo: {
|
|
450
536
|
encode(message: BoxInfo, writer?: _m0.Writer): _m0.Writer;
|
|
451
537
|
decode(input: _m0.Reader | Uint8Array, length?: number): BoxInfo;
|
|
452
538
|
fromJSON(object: any): BoxInfo;
|
|
453
539
|
toJSON(message: BoxInfo): unknown;
|
|
454
|
-
|
|
540
|
+
create<I extends {
|
|
541
|
+
originServer?: string;
|
|
542
|
+
virtualIp?: string;
|
|
543
|
+
boxId?: string;
|
|
544
|
+
boxName?: string;
|
|
545
|
+
boxDomain?: string;
|
|
546
|
+
certReady?: boolean;
|
|
547
|
+
boxCert?: string;
|
|
548
|
+
} & {
|
|
549
|
+
originServer?: string;
|
|
550
|
+
virtualIp?: string;
|
|
551
|
+
boxId?: string;
|
|
552
|
+
boxName?: string;
|
|
553
|
+
boxDomain?: string;
|
|
554
|
+
certReady?: boolean;
|
|
555
|
+
boxCert?: string;
|
|
556
|
+
} & { [K in Exclude<keyof I, keyof BoxInfo>]: never; }>(base?: I): BoxInfo;
|
|
557
|
+
fromPartial<I_1 extends {
|
|
455
558
|
originServer?: string;
|
|
456
559
|
virtualIp?: string;
|
|
457
560
|
boxId?: string;
|
|
@@ -467,25 +570,30 @@ export declare const BoxInfo: {
|
|
|
467
570
|
boxDomain?: string;
|
|
468
571
|
certReady?: boolean;
|
|
469
572
|
boxCert?: string;
|
|
470
|
-
} & { [
|
|
573
|
+
} & { [K_1 in Exclude<keyof I_1, keyof BoxInfo>]: never; }>(object: I_1): BoxInfo;
|
|
471
574
|
};
|
|
472
575
|
export declare const DomainCertRequest: {
|
|
473
576
|
encode(message: DomainCertRequest, writer?: _m0.Writer): _m0.Writer;
|
|
474
577
|
decode(input: _m0.Reader | Uint8Array, length?: number): DomainCertRequest;
|
|
475
578
|
fromJSON(object: any): DomainCertRequest;
|
|
476
579
|
toJSON(message: DomainCertRequest): unknown;
|
|
477
|
-
|
|
580
|
+
create<I extends {
|
|
478
581
|
domain?: string;
|
|
479
582
|
} & {
|
|
480
583
|
domain?: string;
|
|
481
|
-
} & { [K in Exclude<keyof I, "domain">]: never; }>(
|
|
584
|
+
} & { [K in Exclude<keyof I, "domain">]: never; }>(base?: I): DomainCertRequest;
|
|
585
|
+
fromPartial<I_1 extends {
|
|
586
|
+
domain?: string;
|
|
587
|
+
} & {
|
|
588
|
+
domain?: string;
|
|
589
|
+
} & { [K_1 in Exclude<keyof I_1, "domain">]: never; }>(object: I_1): DomainCertRequest;
|
|
482
590
|
};
|
|
483
591
|
export declare const DomainCertReply: {
|
|
484
592
|
encode(message: DomainCertReply, writer?: _m0.Writer): _m0.Writer;
|
|
485
593
|
decode(input: _m0.Reader | Uint8Array, length?: number): DomainCertReply;
|
|
486
594
|
fromJSON(object: any): DomainCertReply;
|
|
487
595
|
toJSON(message: DomainCertReply): unknown;
|
|
488
|
-
|
|
596
|
+
create<I extends {
|
|
489
597
|
cert?: string;
|
|
490
598
|
key?: string;
|
|
491
599
|
ocsp?: Uint8Array;
|
|
@@ -493,14 +601,23 @@ export declare const DomainCertReply: {
|
|
|
493
601
|
cert?: string;
|
|
494
602
|
key?: string;
|
|
495
603
|
ocsp?: Uint8Array;
|
|
496
|
-
} & { [K in Exclude<keyof I, keyof DomainCertReply>]: never; }>(
|
|
604
|
+
} & { [K in Exclude<keyof I, keyof DomainCertReply>]: never; }>(base?: I): DomainCertReply;
|
|
605
|
+
fromPartial<I_1 extends {
|
|
606
|
+
cert?: string;
|
|
607
|
+
key?: string;
|
|
608
|
+
ocsp?: Uint8Array;
|
|
609
|
+
} & {
|
|
610
|
+
cert?: string;
|
|
611
|
+
key?: string;
|
|
612
|
+
ocsp?: Uint8Array;
|
|
613
|
+
} & { [K_1 in Exclude<keyof I_1, keyof DomainCertReply>]: never; }>(object: I_1): DomainCertReply;
|
|
497
614
|
};
|
|
498
615
|
export declare const Device: {
|
|
499
616
|
encode(message: Device, writer?: _m0.Writer): _m0.Writer;
|
|
500
617
|
decode(input: _m0.Reader | Uint8Array, length?: number): Device;
|
|
501
618
|
fromJSON(object: any): Device;
|
|
502
619
|
toJSON(message: Device): unknown;
|
|
503
|
-
|
|
620
|
+
create<I extends {
|
|
504
621
|
udid?: string;
|
|
505
622
|
isOnline?: boolean;
|
|
506
623
|
deviceApiUrl?: string;
|
|
@@ -518,25 +635,49 @@ export declare const Device: {
|
|
|
518
635
|
bindingTime?: Date | undefined;
|
|
519
636
|
peerId?: string;
|
|
520
637
|
isMobile?: boolean;
|
|
521
|
-
} & { [K in Exclude<keyof I, keyof Device>]: never; }>(
|
|
638
|
+
} & { [K in Exclude<keyof I, keyof Device>]: never; }>(base?: I): Device;
|
|
639
|
+
fromPartial<I_1 extends {
|
|
640
|
+
udid?: string;
|
|
641
|
+
isOnline?: boolean;
|
|
642
|
+
deviceApiUrl?: string;
|
|
643
|
+
name?: string;
|
|
644
|
+
model?: string;
|
|
645
|
+
bindingTime?: Date | undefined;
|
|
646
|
+
peerId?: string;
|
|
647
|
+
isMobile?: boolean;
|
|
648
|
+
} & {
|
|
649
|
+
udid?: string;
|
|
650
|
+
isOnline?: boolean;
|
|
651
|
+
deviceApiUrl?: string;
|
|
652
|
+
name?: string;
|
|
653
|
+
model?: string;
|
|
654
|
+
bindingTime?: Date | undefined;
|
|
655
|
+
peerId?: string;
|
|
656
|
+
isMobile?: boolean;
|
|
657
|
+
} & { [K_1 in Exclude<keyof I_1, keyof Device>]: never; }>(object: I_1): Device;
|
|
522
658
|
};
|
|
523
659
|
export declare const ListDeviceRequest: {
|
|
524
660
|
encode(message: ListDeviceRequest, writer?: _m0.Writer): _m0.Writer;
|
|
525
661
|
decode(input: _m0.Reader | Uint8Array, length?: number): ListDeviceRequest;
|
|
526
662
|
fromJSON(object: any): ListDeviceRequest;
|
|
527
663
|
toJSON(message: ListDeviceRequest): unknown;
|
|
528
|
-
|
|
664
|
+
create<I extends {
|
|
665
|
+
uid?: string;
|
|
666
|
+
} & {
|
|
667
|
+
uid?: string;
|
|
668
|
+
} & { [K in Exclude<keyof I, "uid">]: never; }>(base?: I): ListDeviceRequest;
|
|
669
|
+
fromPartial<I_1 extends {
|
|
529
670
|
uid?: string;
|
|
530
671
|
} & {
|
|
531
672
|
uid?: string;
|
|
532
|
-
} & { [
|
|
673
|
+
} & { [K_1 in Exclude<keyof I_1, "uid">]: never; }>(object: I_1): ListDeviceRequest;
|
|
533
674
|
};
|
|
534
675
|
export declare const ListDeviceReply: {
|
|
535
676
|
encode(message: ListDeviceReply, writer?: _m0.Writer): _m0.Writer;
|
|
536
677
|
decode(input: _m0.Reader | Uint8Array, length?: number): ListDeviceReply;
|
|
537
678
|
fromJSON(object: any): ListDeviceReply;
|
|
538
679
|
toJSON(message: ListDeviceReply): unknown;
|
|
539
|
-
|
|
680
|
+
create<I extends {
|
|
540
681
|
devices?: {
|
|
541
682
|
udid?: string;
|
|
542
683
|
isOnline?: boolean;
|
|
@@ -585,75 +726,165 @@ export declare const ListDeviceReply: {
|
|
|
585
726
|
peerId?: string;
|
|
586
727
|
isMobile?: boolean;
|
|
587
728
|
}[]>]: never; };
|
|
588
|
-
} & { [K_2 in Exclude<keyof I, "devices">]: never; }>(
|
|
729
|
+
} & { [K_2 in Exclude<keyof I, "devices">]: never; }>(base?: I): ListDeviceReply;
|
|
730
|
+
fromPartial<I_1 extends {
|
|
731
|
+
devices?: {
|
|
732
|
+
udid?: string;
|
|
733
|
+
isOnline?: boolean;
|
|
734
|
+
deviceApiUrl?: string;
|
|
735
|
+
name?: string;
|
|
736
|
+
model?: string;
|
|
737
|
+
bindingTime?: Date | undefined;
|
|
738
|
+
peerId?: string;
|
|
739
|
+
isMobile?: boolean;
|
|
740
|
+
}[];
|
|
741
|
+
} & {
|
|
742
|
+
devices?: {
|
|
743
|
+
udid?: string;
|
|
744
|
+
isOnline?: boolean;
|
|
745
|
+
deviceApiUrl?: string;
|
|
746
|
+
name?: string;
|
|
747
|
+
model?: string;
|
|
748
|
+
bindingTime?: Date | undefined;
|
|
749
|
+
peerId?: string;
|
|
750
|
+
isMobile?: boolean;
|
|
751
|
+
}[] & ({
|
|
752
|
+
udid?: string;
|
|
753
|
+
isOnline?: boolean;
|
|
754
|
+
deviceApiUrl?: string;
|
|
755
|
+
name?: string;
|
|
756
|
+
model?: string;
|
|
757
|
+
bindingTime?: Date | undefined;
|
|
758
|
+
peerId?: string;
|
|
759
|
+
isMobile?: boolean;
|
|
760
|
+
} & {
|
|
761
|
+
udid?: string;
|
|
762
|
+
isOnline?: boolean;
|
|
763
|
+
deviceApiUrl?: string;
|
|
764
|
+
name?: string;
|
|
765
|
+
model?: string;
|
|
766
|
+
bindingTime?: Date | undefined;
|
|
767
|
+
peerId?: string;
|
|
768
|
+
isMobile?: boolean;
|
|
769
|
+
} & { [K_3 in Exclude<keyof I_1["devices"][number], keyof Device>]: never; })[] & { [K_4 in Exclude<keyof I_1["devices"], keyof {
|
|
770
|
+
udid?: string;
|
|
771
|
+
isOnline?: boolean;
|
|
772
|
+
deviceApiUrl?: string;
|
|
773
|
+
name?: string;
|
|
774
|
+
model?: string;
|
|
775
|
+
bindingTime?: Date | undefined;
|
|
776
|
+
peerId?: string;
|
|
777
|
+
isMobile?: boolean;
|
|
778
|
+
}[]>]: never; };
|
|
779
|
+
} & { [K_5 in Exclude<keyof I_1, "devices">]: never; }>(object: I_1): ListDeviceReply;
|
|
589
780
|
};
|
|
590
781
|
export declare const UserID: {
|
|
591
782
|
encode(message: UserID, writer?: _m0.Writer): _m0.Writer;
|
|
592
783
|
decode(input: _m0.Reader | Uint8Array, length?: number): UserID;
|
|
593
784
|
fromJSON(object: any): UserID;
|
|
594
785
|
toJSON(message: UserID): unknown;
|
|
595
|
-
|
|
786
|
+
create<I extends {
|
|
596
787
|
uid?: string;
|
|
597
788
|
} & {
|
|
598
789
|
uid?: string;
|
|
599
|
-
} & { [K in Exclude<keyof I, "uid">]: never; }>(
|
|
790
|
+
} & { [K in Exclude<keyof I, "uid">]: never; }>(base?: I): UserID;
|
|
791
|
+
fromPartial<I_1 extends {
|
|
792
|
+
uid?: string;
|
|
793
|
+
} & {
|
|
794
|
+
uid?: string;
|
|
795
|
+
} & { [K_1 in Exclude<keyof I_1, "uid">]: never; }>(object: I_1): UserID;
|
|
600
796
|
};
|
|
601
797
|
export declare const ChangeRoleReqeust: {
|
|
602
798
|
encode(message: ChangeRoleReqeust, writer?: _m0.Writer): _m0.Writer;
|
|
603
799
|
decode(input: _m0.Reader | Uint8Array, length?: number): ChangeRoleReqeust;
|
|
604
800
|
fromJSON(object: any): ChangeRoleReqeust;
|
|
605
801
|
toJSON(message: ChangeRoleReqeust): unknown;
|
|
606
|
-
|
|
802
|
+
create<I extends {
|
|
803
|
+
uid?: string;
|
|
804
|
+
role?: Role;
|
|
805
|
+
} & {
|
|
806
|
+
uid?: string;
|
|
807
|
+
role?: Role;
|
|
808
|
+
} & { [K in Exclude<keyof I, keyof ChangeRoleReqeust>]: never; }>(base?: I): ChangeRoleReqeust;
|
|
809
|
+
fromPartial<I_1 extends {
|
|
607
810
|
uid?: string;
|
|
608
811
|
role?: Role;
|
|
609
812
|
} & {
|
|
610
813
|
uid?: string;
|
|
611
814
|
role?: Role;
|
|
612
|
-
} & { [
|
|
815
|
+
} & { [K_1 in Exclude<keyof I_1, keyof ChangeRoleReqeust>]: never; }>(object: I_1): ChangeRoleReqeust;
|
|
613
816
|
};
|
|
614
817
|
export declare const QueryRoleReply: {
|
|
615
818
|
encode(message: QueryRoleReply, writer?: _m0.Writer): _m0.Writer;
|
|
616
819
|
decode(input: _m0.Reader | Uint8Array, length?: number): QueryRoleReply;
|
|
617
820
|
fromJSON(object: any): QueryRoleReply;
|
|
618
821
|
toJSON(message: QueryRoleReply): unknown;
|
|
619
|
-
|
|
822
|
+
create<I extends {
|
|
620
823
|
uid?: string;
|
|
621
824
|
role?: Role;
|
|
622
825
|
} & {
|
|
623
826
|
uid?: string;
|
|
624
827
|
role?: Role;
|
|
625
|
-
} & { [K in Exclude<keyof I, keyof QueryRoleReply>]: never; }>(
|
|
828
|
+
} & { [K in Exclude<keyof I, keyof QueryRoleReply>]: never; }>(base?: I): QueryRoleReply;
|
|
829
|
+
fromPartial<I_1 extends {
|
|
830
|
+
uid?: string;
|
|
831
|
+
role?: Role;
|
|
832
|
+
} & {
|
|
833
|
+
uid?: string;
|
|
834
|
+
role?: Role;
|
|
835
|
+
} & { [K_1 in Exclude<keyof I_1, keyof QueryRoleReply>]: never; }>(object: I_1): QueryRoleReply;
|
|
626
836
|
};
|
|
627
837
|
export declare const ResetPasswordRequest: {
|
|
628
838
|
encode(message: ResetPasswordRequest, writer?: _m0.Writer): _m0.Writer;
|
|
629
839
|
decode(input: _m0.Reader | Uint8Array, length?: number): ResetPasswordRequest;
|
|
630
840
|
fromJSON(object: any): ResetPasswordRequest;
|
|
631
841
|
toJSON(message: ResetPasswordRequest): unknown;
|
|
632
|
-
|
|
842
|
+
create<I extends {
|
|
843
|
+
uid?: string;
|
|
844
|
+
newPassword?: string;
|
|
845
|
+
} & {
|
|
846
|
+
uid?: string;
|
|
847
|
+
newPassword?: string;
|
|
848
|
+
} & { [K in Exclude<keyof I, keyof ResetPasswordRequest>]: never; }>(base?: I): ResetPasswordRequest;
|
|
849
|
+
fromPartial<I_1 extends {
|
|
633
850
|
uid?: string;
|
|
634
851
|
newPassword?: string;
|
|
635
852
|
} & {
|
|
636
853
|
uid?: string;
|
|
637
854
|
newPassword?: string;
|
|
638
|
-
} & { [
|
|
855
|
+
} & { [K_1 in Exclude<keyof I_1, keyof ResetPasswordRequest>]: never; }>(object: I_1): ResetPasswordRequest;
|
|
639
856
|
};
|
|
640
857
|
export declare const DeleteUserRequest: {
|
|
641
858
|
encode(message: DeleteUserRequest, writer?: _m0.Writer): _m0.Writer;
|
|
642
859
|
decode(input: _m0.Reader | Uint8Array, length?: number): DeleteUserRequest;
|
|
643
860
|
fromJSON(object: any): DeleteUserRequest;
|
|
644
861
|
toJSON(message: DeleteUserRequest): unknown;
|
|
645
|
-
|
|
862
|
+
create<I extends {
|
|
863
|
+
uid?: string;
|
|
864
|
+
} & {
|
|
865
|
+
uid?: string;
|
|
866
|
+
} & { [K in Exclude<keyof I, "uid">]: never; }>(base?: I): DeleteUserRequest;
|
|
867
|
+
fromPartial<I_1 extends {
|
|
646
868
|
uid?: string;
|
|
647
869
|
} & {
|
|
648
870
|
uid?: string;
|
|
649
|
-
} & { [
|
|
871
|
+
} & { [K_1 in Exclude<keyof I_1, "uid">]: never; }>(object: I_1): DeleteUserRequest;
|
|
650
872
|
};
|
|
651
873
|
export declare const CreateUserRequest: {
|
|
652
874
|
encode(message: CreateUserRequest, writer?: _m0.Writer): _m0.Writer;
|
|
653
875
|
decode(input: _m0.Reader | Uint8Array, length?: number): CreateUserRequest;
|
|
654
876
|
fromJSON(object: any): CreateUserRequest;
|
|
655
877
|
toJSON(message: CreateUserRequest): unknown;
|
|
656
|
-
|
|
878
|
+
create<I extends {
|
|
879
|
+
uid?: string;
|
|
880
|
+
password?: string;
|
|
881
|
+
role?: Role;
|
|
882
|
+
} & {
|
|
883
|
+
uid?: string;
|
|
884
|
+
password?: string;
|
|
885
|
+
role?: Role;
|
|
886
|
+
} & { [K in Exclude<keyof I, keyof CreateUserRequest>]: never; }>(base?: I): CreateUserRequest;
|
|
887
|
+
fromPartial<I_1 extends {
|
|
657
888
|
uid?: string;
|
|
658
889
|
password?: string;
|
|
659
890
|
role?: Role;
|
|
@@ -661,47 +892,71 @@ export declare const CreateUserRequest: {
|
|
|
661
892
|
uid?: string;
|
|
662
893
|
password?: string;
|
|
663
894
|
role?: Role;
|
|
664
|
-
} & { [
|
|
895
|
+
} & { [K_1 in Exclude<keyof I_1, keyof CreateUserRequest>]: never; }>(object: I_1): CreateUserRequest;
|
|
665
896
|
};
|
|
666
897
|
export declare const CheckPasswordRequest: {
|
|
667
898
|
encode(message: CheckPasswordRequest, writer?: _m0.Writer): _m0.Writer;
|
|
668
899
|
decode(input: _m0.Reader | Uint8Array, length?: number): CheckPasswordRequest;
|
|
669
900
|
fromJSON(object: any): CheckPasswordRequest;
|
|
670
901
|
toJSON(message: CheckPasswordRequest): unknown;
|
|
671
|
-
|
|
902
|
+
create<I extends {
|
|
672
903
|
uid?: string;
|
|
673
904
|
password?: string;
|
|
674
905
|
} & {
|
|
675
906
|
uid?: string;
|
|
676
907
|
password?: string;
|
|
677
|
-
} & { [K in Exclude<keyof I, keyof CheckPasswordRequest>]: never; }>(
|
|
908
|
+
} & { [K in Exclude<keyof I, keyof CheckPasswordRequest>]: never; }>(base?: I): CheckPasswordRequest;
|
|
909
|
+
fromPartial<I_1 extends {
|
|
910
|
+
uid?: string;
|
|
911
|
+
password?: string;
|
|
912
|
+
} & {
|
|
913
|
+
uid?: string;
|
|
914
|
+
password?: string;
|
|
915
|
+
} & { [K_1 in Exclude<keyof I_1, keyof CheckPasswordRequest>]: never; }>(object: I_1): CheckPasswordRequest;
|
|
678
916
|
};
|
|
679
917
|
export declare const ClearLoginSessionRequest: {
|
|
680
918
|
encode(message: ClearLoginSessionRequest, writer?: _m0.Writer): _m0.Writer;
|
|
681
919
|
decode(input: _m0.Reader | Uint8Array, length?: number): ClearLoginSessionRequest;
|
|
682
920
|
fromJSON(object: any): ClearLoginSessionRequest;
|
|
683
921
|
toJSON(message: ClearLoginSessionRequest): unknown;
|
|
684
|
-
|
|
922
|
+
create<I extends {
|
|
685
923
|
uid?: string;
|
|
686
924
|
excludeDevices?: string[];
|
|
687
925
|
} & {
|
|
688
926
|
uid?: string;
|
|
689
927
|
excludeDevices?: string[] & string[] & { [K in Exclude<keyof I["excludeDevices"], keyof string[]>]: never; };
|
|
690
|
-
} & { [K_1 in Exclude<keyof I, keyof ClearLoginSessionRequest>]: never; }>(
|
|
928
|
+
} & { [K_1 in Exclude<keyof I, keyof ClearLoginSessionRequest>]: never; }>(base?: I): ClearLoginSessionRequest;
|
|
929
|
+
fromPartial<I_1 extends {
|
|
930
|
+
uid?: string;
|
|
931
|
+
excludeDevices?: string[];
|
|
932
|
+
} & {
|
|
933
|
+
uid?: string;
|
|
934
|
+
excludeDevices?: string[] & string[] & { [K_2 in Exclude<keyof I_1["excludeDevices"], keyof string[]>]: never; };
|
|
935
|
+
} & { [K_3 in Exclude<keyof I_1, keyof ClearLoginSessionRequest>]: never; }>(object: I_1): ClearLoginSessionRequest;
|
|
691
936
|
};
|
|
692
937
|
export declare const ClearLoginSessionReply: {
|
|
693
938
|
encode(_: ClearLoginSessionReply, writer?: _m0.Writer): _m0.Writer;
|
|
694
939
|
decode(input: _m0.Reader | Uint8Array, length?: number): ClearLoginSessionReply;
|
|
695
940
|
fromJSON(_: any): ClearLoginSessionReply;
|
|
696
941
|
toJSON(_: ClearLoginSessionReply): unknown;
|
|
697
|
-
|
|
942
|
+
create<I extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I): ClearLoginSessionReply;
|
|
943
|
+
fromPartial<I_1 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_1): ClearLoginSessionReply;
|
|
698
944
|
};
|
|
699
945
|
export declare const ChangeTrustEndDeviceRequest: {
|
|
700
946
|
encode(message: ChangeTrustEndDeviceRequest, writer?: _m0.Writer): _m0.Writer;
|
|
701
947
|
decode(input: _m0.Reader | Uint8Array, length?: number): ChangeTrustEndDeviceRequest;
|
|
702
948
|
fromJSON(object: any): ChangeTrustEndDeviceRequest;
|
|
703
949
|
toJSON(message: ChangeTrustEndDeviceRequest): unknown;
|
|
704
|
-
|
|
950
|
+
create<I extends {
|
|
951
|
+
uid?: string;
|
|
952
|
+
cid?: string;
|
|
953
|
+
action?: ChangeTrustEndDeviceRequest_Action;
|
|
954
|
+
} & {
|
|
955
|
+
uid?: string;
|
|
956
|
+
cid?: string;
|
|
957
|
+
action?: ChangeTrustEndDeviceRequest_Action;
|
|
958
|
+
} & { [K in Exclude<keyof I, keyof ChangeTrustEndDeviceRequest>]: never; }>(base?: I): ChangeTrustEndDeviceRequest;
|
|
959
|
+
fromPartial<I_1 extends {
|
|
705
960
|
uid?: string;
|
|
706
961
|
cid?: string;
|
|
707
962
|
action?: ChangeTrustEndDeviceRequest_Action;
|
|
@@ -709,21 +964,22 @@ export declare const ChangeTrustEndDeviceRequest: {
|
|
|
709
964
|
uid?: string;
|
|
710
965
|
cid?: string;
|
|
711
966
|
action?: ChangeTrustEndDeviceRequest_Action;
|
|
712
|
-
} & { [
|
|
967
|
+
} & { [K_1 in Exclude<keyof I_1, keyof ChangeTrustEndDeviceRequest>]: never; }>(object: I_1): ChangeTrustEndDeviceRequest;
|
|
713
968
|
};
|
|
714
969
|
export declare const ChangeTrustEndDeviceReply: {
|
|
715
970
|
encode(_: ChangeTrustEndDeviceReply, writer?: _m0.Writer): _m0.Writer;
|
|
716
971
|
decode(input: _m0.Reader | Uint8Array, length?: number): ChangeTrustEndDeviceReply;
|
|
717
972
|
fromJSON(_: any): ChangeTrustEndDeviceReply;
|
|
718
973
|
toJSON(_: ChangeTrustEndDeviceReply): unknown;
|
|
719
|
-
|
|
974
|
+
create<I extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I): ChangeTrustEndDeviceReply;
|
|
975
|
+
fromPartial<I_1 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_1): ChangeTrustEndDeviceReply;
|
|
720
976
|
};
|
|
721
977
|
export declare const UpdateBoxSystemStatusRequest: {
|
|
722
978
|
encode(message: UpdateBoxSystemStatusRequest, writer?: _m0.Writer): _m0.Writer;
|
|
723
979
|
decode(input: _m0.Reader | Uint8Array, length?: number): UpdateBoxSystemStatusRequest;
|
|
724
980
|
fromJSON(object: any): UpdateBoxSystemStatusRequest;
|
|
725
981
|
toJSON(message: UpdateBoxSystemStatusRequest): unknown;
|
|
726
|
-
|
|
982
|
+
create<I extends {
|
|
727
983
|
status?: UpdateBoxSystemStatusRequest_SysStatus;
|
|
728
984
|
serviceUrl?: string;
|
|
729
985
|
exceptionReason?: UpdateBoxSystemStatusRequest_ExceptionReason | undefined;
|
|
@@ -735,67 +991,112 @@ export declare const UpdateBoxSystemStatusRequest: {
|
|
|
735
991
|
exceptionReason?: UpdateBoxSystemStatusRequest_ExceptionReason | undefined;
|
|
736
992
|
proxyTheServiceUrl?: boolean;
|
|
737
993
|
onlyAdminCanAccessServiceUrl?: boolean;
|
|
738
|
-
} & { [K in Exclude<keyof I, keyof UpdateBoxSystemStatusRequest>]: never; }>(
|
|
994
|
+
} & { [K in Exclude<keyof I, keyof UpdateBoxSystemStatusRequest>]: never; }>(base?: I): UpdateBoxSystemStatusRequest;
|
|
995
|
+
fromPartial<I_1 extends {
|
|
996
|
+
status?: UpdateBoxSystemStatusRequest_SysStatus;
|
|
997
|
+
serviceUrl?: string;
|
|
998
|
+
exceptionReason?: UpdateBoxSystemStatusRequest_ExceptionReason | undefined;
|
|
999
|
+
proxyTheServiceUrl?: boolean;
|
|
1000
|
+
onlyAdminCanAccessServiceUrl?: boolean;
|
|
1001
|
+
} & {
|
|
1002
|
+
status?: UpdateBoxSystemStatusRequest_SysStatus;
|
|
1003
|
+
serviceUrl?: string;
|
|
1004
|
+
exceptionReason?: UpdateBoxSystemStatusRequest_ExceptionReason | undefined;
|
|
1005
|
+
proxyTheServiceUrl?: boolean;
|
|
1006
|
+
onlyAdminCanAccessServiceUrl?: boolean;
|
|
1007
|
+
} & { [K_1 in Exclude<keyof I_1, keyof UpdateBoxSystemStatusRequest>]: never; }>(object: I_1): UpdateBoxSystemStatusRequest;
|
|
739
1008
|
};
|
|
740
1009
|
export declare const UpdateBoxSystemStatusResponse: {
|
|
741
1010
|
encode(_: UpdateBoxSystemStatusResponse, writer?: _m0.Writer): _m0.Writer;
|
|
742
1011
|
decode(input: _m0.Reader | Uint8Array, length?: number): UpdateBoxSystemStatusResponse;
|
|
743
1012
|
fromJSON(_: any): UpdateBoxSystemStatusResponse;
|
|
744
1013
|
toJSON(_: UpdateBoxSystemStatusResponse): unknown;
|
|
745
|
-
|
|
1014
|
+
create<I extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I): UpdateBoxSystemStatusResponse;
|
|
1015
|
+
fromPartial<I_1 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_1): UpdateBoxSystemStatusResponse;
|
|
746
1016
|
};
|
|
747
1017
|
export declare const UpdateBoxStatusRequest: {
|
|
748
1018
|
encode(message: UpdateBoxStatusRequest, writer?: _m0.Writer): _m0.Writer;
|
|
749
1019
|
decode(input: _m0.Reader | Uint8Array, length?: number): UpdateBoxStatusRequest;
|
|
750
1020
|
fromJSON(object: any): UpdateBoxStatusRequest;
|
|
751
1021
|
toJSON(message: UpdateBoxStatusRequest): unknown;
|
|
752
|
-
|
|
1022
|
+
create<I extends {
|
|
1023
|
+
startUp?: boolean | undefined;
|
|
1024
|
+
dataPartition?: boolean | undefined;
|
|
1025
|
+
} & {
|
|
1026
|
+
startUp?: boolean | undefined;
|
|
1027
|
+
dataPartition?: boolean | undefined;
|
|
1028
|
+
} & { [K in Exclude<keyof I, keyof UpdateBoxStatusRequest>]: never; }>(base?: I): UpdateBoxStatusRequest;
|
|
1029
|
+
fromPartial<I_1 extends {
|
|
753
1030
|
startUp?: boolean | undefined;
|
|
754
1031
|
dataPartition?: boolean | undefined;
|
|
755
1032
|
} & {
|
|
756
1033
|
startUp?: boolean | undefined;
|
|
757
1034
|
dataPartition?: boolean | undefined;
|
|
758
|
-
} & { [
|
|
1035
|
+
} & { [K_1 in Exclude<keyof I_1, keyof UpdateBoxStatusRequest>]: never; }>(object: I_1): UpdateBoxStatusRequest;
|
|
759
1036
|
};
|
|
760
1037
|
export declare const UpdateBoxStatusResponse: {
|
|
761
1038
|
encode(_: UpdateBoxStatusResponse, writer?: _m0.Writer): _m0.Writer;
|
|
762
1039
|
decode(input: _m0.Reader | Uint8Array, length?: number): UpdateBoxStatusResponse;
|
|
763
1040
|
fromJSON(_: any): UpdateBoxStatusResponse;
|
|
764
1041
|
toJSON(_: UpdateBoxStatusResponse): unknown;
|
|
765
|
-
|
|
1042
|
+
create<I extends {} & {} & { [K in Exclude<keyof I, never>]: never; }>(base?: I): UpdateBoxStatusResponse;
|
|
1043
|
+
fromPartial<I_1 extends {} & {} & { [K_1 in Exclude<keyof I_1, never>]: never; }>(_: I_1): UpdateBoxStatusResponse;
|
|
766
1044
|
};
|
|
767
1045
|
export declare const TrustUserDeviceRequest: {
|
|
768
1046
|
encode(message: TrustUserDeviceRequest, writer?: _m0.Writer): _m0.Writer;
|
|
769
1047
|
decode(input: _m0.Reader | Uint8Array, length?: number): TrustUserDeviceRequest;
|
|
770
1048
|
fromJSON(object: any): TrustUserDeviceRequest;
|
|
771
1049
|
toJSON(message: TrustUserDeviceRequest): unknown;
|
|
772
|
-
|
|
1050
|
+
create<I extends {
|
|
773
1051
|
udid?: string;
|
|
774
1052
|
user?: string;
|
|
775
1053
|
} & {
|
|
776
1054
|
udid?: string;
|
|
777
1055
|
user?: string;
|
|
778
|
-
} & { [K in Exclude<keyof I, keyof TrustUserDeviceRequest>]: never; }>(
|
|
1056
|
+
} & { [K in Exclude<keyof I, keyof TrustUserDeviceRequest>]: never; }>(base?: I): TrustUserDeviceRequest;
|
|
1057
|
+
fromPartial<I_1 extends {
|
|
1058
|
+
udid?: string;
|
|
1059
|
+
user?: string;
|
|
1060
|
+
} & {
|
|
1061
|
+
udid?: string;
|
|
1062
|
+
user?: string;
|
|
1063
|
+
} & { [K_1 in Exclude<keyof I_1, keyof TrustUserDeviceRequest>]: never; }>(object: I_1): TrustUserDeviceRequest;
|
|
779
1064
|
};
|
|
780
1065
|
export declare const ForceResetPasswordRequest: {
|
|
781
1066
|
encode(message: ForceResetPasswordRequest, writer?: _m0.Writer): _m0.Writer;
|
|
782
1067
|
decode(input: _m0.Reader | Uint8Array, length?: number): ForceResetPasswordRequest;
|
|
783
1068
|
fromJSON(object: any): ForceResetPasswordRequest;
|
|
784
1069
|
toJSON(message: ForceResetPasswordRequest): unknown;
|
|
785
|
-
|
|
1070
|
+
create<I extends {
|
|
1071
|
+
uid?: string;
|
|
1072
|
+
newPassword?: string;
|
|
1073
|
+
} & {
|
|
1074
|
+
uid?: string;
|
|
1075
|
+
newPassword?: string;
|
|
1076
|
+
} & { [K in Exclude<keyof I, keyof ForceResetPasswordRequest>]: never; }>(base?: I): ForceResetPasswordRequest;
|
|
1077
|
+
fromPartial<I_1 extends {
|
|
786
1078
|
uid?: string;
|
|
787
1079
|
newPassword?: string;
|
|
788
1080
|
} & {
|
|
789
1081
|
uid?: string;
|
|
790
1082
|
newPassword?: string;
|
|
791
|
-
} & { [
|
|
1083
|
+
} & { [K_1 in Exclude<keyof I_1, keyof ForceResetPasswordRequest>]: never; }>(object: I_1): ForceResetPasswordRequest;
|
|
792
1084
|
};
|
|
793
1085
|
export declare const LogoutRequest: {
|
|
794
1086
|
encode(message: LogoutRequest, writer?: _m0.Writer): _m0.Writer;
|
|
795
1087
|
decode(input: _m0.Reader | Uint8Array, length?: number): LogoutRequest;
|
|
796
1088
|
fromJSON(object: any): LogoutRequest;
|
|
797
1089
|
toJSON(message: LogoutRequest): unknown;
|
|
798
|
-
|
|
1090
|
+
create<I extends {
|
|
1091
|
+
uid?: string;
|
|
1092
|
+
udid?: string;
|
|
1093
|
+
reason?: LogoutRequest_Reason;
|
|
1094
|
+
} & {
|
|
1095
|
+
uid?: string;
|
|
1096
|
+
udid?: string;
|
|
1097
|
+
reason?: LogoutRequest_Reason;
|
|
1098
|
+
} & { [K in Exclude<keyof I, keyof LogoutRequest>]: never; }>(base?: I): LogoutRequest;
|
|
1099
|
+
fromPartial<I_1 extends {
|
|
799
1100
|
uid?: string;
|
|
800
1101
|
udid?: string;
|
|
801
1102
|
reason?: LogoutRequest_Reason;
|
|
@@ -803,14 +1104,14 @@ export declare const LogoutRequest: {
|
|
|
803
1104
|
uid?: string;
|
|
804
1105
|
udid?: string;
|
|
805
1106
|
reason?: LogoutRequest_Reason;
|
|
806
|
-
} & { [
|
|
1107
|
+
} & { [K_1 in Exclude<keyof I_1, keyof LogoutRequest>]: never; }>(object: I_1): LogoutRequest;
|
|
807
1108
|
};
|
|
808
1109
|
export declare const AppCertRequest: {
|
|
809
1110
|
encode(message: AppCertRequest, writer?: _m0.Writer): _m0.Writer;
|
|
810
1111
|
decode(input: _m0.Reader | Uint8Array, length?: number): AppCertRequest;
|
|
811
1112
|
fromJSON(object: any): AppCertRequest;
|
|
812
1113
|
toJSON(message: AppCertRequest): unknown;
|
|
813
|
-
|
|
1114
|
+
create<I extends {
|
|
814
1115
|
appid?: string;
|
|
815
1116
|
uid?: string;
|
|
816
1117
|
validSeconds?: number;
|
|
@@ -818,14 +1119,32 @@ export declare const AppCertRequest: {
|
|
|
818
1119
|
appid?: string;
|
|
819
1120
|
uid?: string;
|
|
820
1121
|
validSeconds?: number;
|
|
821
|
-
} & { [K in Exclude<keyof I, keyof AppCertRequest>]: never; }>(
|
|
1122
|
+
} & { [K in Exclude<keyof I, keyof AppCertRequest>]: never; }>(base?: I): AppCertRequest;
|
|
1123
|
+
fromPartial<I_1 extends {
|
|
1124
|
+
appid?: string;
|
|
1125
|
+
uid?: string;
|
|
1126
|
+
validSeconds?: number;
|
|
1127
|
+
} & {
|
|
1128
|
+
appid?: string;
|
|
1129
|
+
uid?: string;
|
|
1130
|
+
validSeconds?: number;
|
|
1131
|
+
} & { [K_1 in Exclude<keyof I_1, keyof AppCertRequest>]: never; }>(object: I_1): AppCertRequest;
|
|
822
1132
|
};
|
|
823
1133
|
export declare const AppCertReply: {
|
|
824
1134
|
encode(message: AppCertReply, writer?: _m0.Writer): _m0.Writer;
|
|
825
1135
|
decode(input: _m0.Reader | Uint8Array, length?: number): AppCertReply;
|
|
826
1136
|
fromJSON(object: any): AppCertReply;
|
|
827
1137
|
toJSON(message: AppCertReply): unknown;
|
|
828
|
-
|
|
1138
|
+
create<I extends {
|
|
1139
|
+
cert?: string;
|
|
1140
|
+
privateKey?: string;
|
|
1141
|
+
boxCert?: string;
|
|
1142
|
+
} & {
|
|
1143
|
+
cert?: string;
|
|
1144
|
+
privateKey?: string;
|
|
1145
|
+
boxCert?: string;
|
|
1146
|
+
} & { [K in Exclude<keyof I, keyof AppCertReply>]: never; }>(base?: I): AppCertReply;
|
|
1147
|
+
fromPartial<I_1 extends {
|
|
829
1148
|
cert?: string;
|
|
830
1149
|
privateKey?: string;
|
|
831
1150
|
boxCert?: string;
|
|
@@ -833,7 +1152,55 @@ export declare const AppCertReply: {
|
|
|
833
1152
|
cert?: string;
|
|
834
1153
|
privateKey?: string;
|
|
835
1154
|
boxCert?: string;
|
|
836
|
-
} & { [
|
|
1155
|
+
} & { [K_1 in Exclude<keyof I_1, keyof AppCertReply>]: never; }>(object: I_1): AppCertReply;
|
|
1156
|
+
};
|
|
1157
|
+
export declare const SetupHServerRequest: {
|
|
1158
|
+
encode(message: SetupHServerRequest, writer?: _m0.Writer): _m0.Writer;
|
|
1159
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): SetupHServerRequest;
|
|
1160
|
+
fromJSON(object: any): SetupHServerRequest;
|
|
1161
|
+
toJSON(message: SetupHServerRequest): unknown;
|
|
1162
|
+
create<I extends {
|
|
1163
|
+
originServer?: string;
|
|
1164
|
+
boxName?: string;
|
|
1165
|
+
username?: string;
|
|
1166
|
+
password?: string;
|
|
1167
|
+
} & {
|
|
1168
|
+
originServer?: string;
|
|
1169
|
+
boxName?: string;
|
|
1170
|
+
username?: string;
|
|
1171
|
+
password?: string;
|
|
1172
|
+
} & { [K in Exclude<keyof I, keyof SetupHServerRequest>]: never; }>(base?: I): SetupHServerRequest;
|
|
1173
|
+
fromPartial<I_1 extends {
|
|
1174
|
+
originServer?: string;
|
|
1175
|
+
boxName?: string;
|
|
1176
|
+
username?: string;
|
|
1177
|
+
password?: string;
|
|
1178
|
+
} & {
|
|
1179
|
+
originServer?: string;
|
|
1180
|
+
boxName?: string;
|
|
1181
|
+
username?: string;
|
|
1182
|
+
password?: string;
|
|
1183
|
+
} & { [K_1 in Exclude<keyof I_1, keyof SetupHServerRequest>]: never; }>(object: I_1): SetupHServerRequest;
|
|
1184
|
+
};
|
|
1185
|
+
export declare const SetupHServerReply: {
|
|
1186
|
+
encode(message: SetupHServerReply, writer?: _m0.Writer): _m0.Writer;
|
|
1187
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): SetupHServerReply;
|
|
1188
|
+
fromJSON(object: any): SetupHServerReply;
|
|
1189
|
+
toJSON(message: SetupHServerReply): unknown;
|
|
1190
|
+
create<I extends {
|
|
1191
|
+
ok?: boolean;
|
|
1192
|
+
reason?: string;
|
|
1193
|
+
} & {
|
|
1194
|
+
ok?: boolean;
|
|
1195
|
+
reason?: string;
|
|
1196
|
+
} & { [K in Exclude<keyof I, keyof SetupHServerReply>]: never; }>(base?: I): SetupHServerReply;
|
|
1197
|
+
fromPartial<I_1 extends {
|
|
1198
|
+
ok?: boolean;
|
|
1199
|
+
reason?: string;
|
|
1200
|
+
} & {
|
|
1201
|
+
ok?: boolean;
|
|
1202
|
+
reason?: string;
|
|
1203
|
+
} & { [K_1 in Exclude<keyof I_1, keyof SetupHServerReply>]: never; }>(object: I_1): SetupHServerReply;
|
|
837
1204
|
};
|
|
838
1205
|
export interface HPortalSys {
|
|
839
1206
|
/** 用auth-token反向查询登陆的设备以及UID */
|
|
@@ -876,6 +1243,8 @@ export interface HPortalSys {
|
|
|
876
1243
|
* 实际的BoxSystem需要定期(建议两到三秒)设置其实际状态,避免hserver被手动或自动重启后设置的盒子系统状态错误
|
|
877
1244
|
*/
|
|
878
1245
|
UpdateBoxSystemStatus(request: DeepPartial<UpdateBoxSystemStatusRequest>, metadata?: grpc.Metadata): Promise<UpdateBoxSystemStatusResponse>;
|
|
1246
|
+
/** 仅在盒子未初始化时,可以被调用。 */
|
|
1247
|
+
SetupHServer(request: DeepPartial<SetupHServerRequest>, metadata?: grpc.Metadata): Promise<SetupHServerReply>;
|
|
879
1248
|
/** @deprecated */
|
|
880
1249
|
GetDomainSelfCert(request: DeepPartial<DomainCertRequest>, metadata?: grpc.Metadata): Promise<DomainCertReply>;
|
|
881
1250
|
/** @deprecated */
|
|
@@ -932,6 +1301,7 @@ export declare class HPortalSysClientImpl implements HPortalSys {
|
|
|
932
1301
|
ClearLoginSession(request: DeepPartial<ClearLoginSessionRequest>, metadata?: grpc.Metadata): Promise<ClearLoginSessionReply>;
|
|
933
1302
|
RemoteSocks(request: DeepPartial<RemoteSocksRequest>, metadata?: grpc.Metadata): Promise<RemoteSocksReply>;
|
|
934
1303
|
UpdateBoxSystemStatus(request: DeepPartial<UpdateBoxSystemStatusRequest>, metadata?: grpc.Metadata): Promise<UpdateBoxSystemStatusResponse>;
|
|
1304
|
+
SetupHServer(request: DeepPartial<SetupHServerRequest>, metadata?: grpc.Metadata): Promise<SetupHServerReply>;
|
|
935
1305
|
GetDomainSelfCert(request: DeepPartial<DomainCertRequest>, metadata?: grpc.Metadata): Promise<DomainCertReply>;
|
|
936
1306
|
UpdateBoxStatus(request: DeepPartial<UpdateBoxStatusRequest>, metadata?: grpc.Metadata): Promise<UpdateBoxStatusResponse>;
|
|
937
1307
|
ForceResetPassword(request: DeepPartial<ForceResetPasswordRequest>, metadata?: grpc.Metadata): Promise<Empty>;
|
|
@@ -960,6 +1330,7 @@ export declare const HPortalSysQueryDeviceByIDDesc: UnaryMethodDefinitionish;
|
|
|
960
1330
|
export declare const HPortalSysClearLoginSessionDesc: UnaryMethodDefinitionish;
|
|
961
1331
|
export declare const HPortalSysRemoteSocksDesc: UnaryMethodDefinitionish;
|
|
962
1332
|
export declare const HPortalSysUpdateBoxSystemStatusDesc: UnaryMethodDefinitionish;
|
|
1333
|
+
export declare const HPortalSysSetupHServerDesc: UnaryMethodDefinitionish;
|
|
963
1334
|
export declare const HPortalSysGetDomainSelfCertDesc: UnaryMethodDefinitionish;
|
|
964
1335
|
export declare const HPortalSysUpdateBoxStatusDesc: UnaryMethodDefinitionish;
|
|
965
1336
|
export declare const HPortalSysForceResetPasswordDesc: UnaryMethodDefinitionish;
|
|
@@ -970,7 +1341,7 @@ interface UnaryMethodDefinitionishR extends grpc.UnaryMethodDefinition<any, any>
|
|
|
970
1341
|
requestStream: any;
|
|
971
1342
|
responseStream: any;
|
|
972
1343
|
}
|
|
973
|
-
|
|
1344
|
+
type UnaryMethodDefinitionish = UnaryMethodDefinitionishR;
|
|
974
1345
|
interface Rpc {
|
|
975
1346
|
unary<T extends UnaryMethodDefinitionish>(methodDesc: T, request: any, metadata: grpc.Metadata | undefined): Promise<any>;
|
|
976
1347
|
}
|
|
@@ -985,11 +1356,12 @@ export declare class GrpcWebImpl {
|
|
|
985
1356
|
});
|
|
986
1357
|
unary<T extends UnaryMethodDefinitionish>(methodDesc: T, _request: any, metadata: grpc.Metadata | undefined): Promise<any>;
|
|
987
1358
|
}
|
|
988
|
-
declare
|
|
989
|
-
|
|
1359
|
+
declare var tsProtoGlobalThis: any;
|
|
1360
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
1361
|
+
type DeepPartial<T> = T extends Builtin ? T : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
990
1362
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
991
1363
|
} : Partial<T>;
|
|
992
|
-
export declare class GrpcWebError extends Error {
|
|
1364
|
+
export declare class GrpcWebError extends tsProtoGlobalThis.Error {
|
|
993
1365
|
code: grpc.Code;
|
|
994
1366
|
metadata: grpc.Metadata;
|
|
995
1367
|
constructor(message: string, code: grpc.Code, metadata: grpc.Metadata);
|