@lazycatcloud/sdk 0.1.167 → 0.1.169
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/box.d.ts +12 -54
- package/dist/common/box.d.ts.map +1 -1
- package/dist/common/box.js +36 -85
- package/dist/common/box.js.map +1 -1
- package/dist/common/browseronly.d.ts +10 -38
- package/dist/common/browseronly.d.ts.map +1 -1
- package/dist/common/browseronly.js +32 -94
- package/dist/common/browseronly.js.map +1 -1
- package/dist/common/end_device.d.ts +14 -101
- package/dist/common/end_device.d.ts.map +1 -1
- package/dist/common/end_device.js +42 -123
- package/dist/common/end_device.js.map +1 -1
- package/dist/common/file_handler.d.ts +14 -70
- package/dist/common/file_handler.d.ts.map +1 -1
- package/dist/common/file_handler.js +36 -103
- package/dist/common/file_handler.js.map +1 -1
- package/dist/common/filetrans.d.ts +53 -851
- package/dist/common/filetrans.d.ts.map +1 -1
- package/dist/common/filetrans.js +162 -408
- package/dist/common/filetrans.js.map +1 -1
- package/dist/common/gateway.d.ts +14 -60
- package/dist/common/gateway.d.ts.map +1 -1
- package/dist/common/gateway.js +43 -126
- package/dist/common/gateway.js.map +1 -1
- package/dist/common/media_meta.d.ts +8 -27
- package/dist/common/media_meta.d.ts.map +1 -1
- package/dist/common/media_meta.js +21 -52
- package/dist/common/media_meta.js.map +1 -1
- package/dist/common/message.d.ts +2 -21
- package/dist/common/message.d.ts.map +1 -1
- package/dist/common/message.js +14 -42
- package/dist/common/message.js.map +1 -1
- package/dist/common/peripheral_device.d.ts +18 -141
- package/dist/common/peripheral_device.d.ts.map +1 -1
- package/dist/common/peripheral_device.js +56 -140
- package/dist/common/peripheral_device.js.map +1 -1
- package/dist/common/security_context.d.ts +15 -54
- package/dist/common/security_context.d.ts.map +1 -1
- package/dist/common/security_context.js +47 -119
- package/dist/common/security_context.js.map +1 -1
- package/dist/common/users.d.ts +23 -104
- package/dist/common/users.d.ts.map +1 -1
- package/dist/common/users.js +87 -239
- package/dist/common/users.js.map +1 -1
- package/dist/dlna/dlna.d.ts +3 -3
- package/dist/dlna/dlna.d.ts.map +1 -1
- package/dist/google/protobuf/descriptor.d.ts +4640 -55103
- package/dist/google/protobuf/descriptor.d.ts.map +1 -1
- package/dist/google/protobuf/descriptor.js +257 -738
- package/dist/google/protobuf/descriptor.js.map +1 -1
- package/dist/google/protobuf/empty.d.ts +1 -2
- package/dist/google/protobuf/empty.d.ts.map +1 -1
- package/dist/google/protobuf/empty.js +4 -8
- package/dist/google/protobuf/empty.js.map +1 -1
- package/dist/google/protobuf/timestamp.d.ts +2 -9
- package/dist/google/protobuf/timestamp.d.ts.map +1 -1
- package/dist/google/protobuf/timestamp.js +8 -18
- 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/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +30 -28
- package/dist/index.js.map +1 -1
- package/dist/lanforward/lanforward.d.ts +3 -3
- package/dist/lanforward/lanforward.d.ts.map +1 -1
- package/dist/localdevice/clipboard.d.ts +12 -35
- package/dist/localdevice/clipboard.d.ts.map +1 -1
- package/dist/localdevice/clipboard.js +37 -75
- package/dist/localdevice/clipboard.js.map +1 -1
- package/dist/localdevice/config.d.ts +8 -25
- package/dist/localdevice/config.d.ts.map +1 -1
- package/dist/localdevice/config.js +17 -56
- package/dist/localdevice/config.js.map +1 -1
- package/dist/localdevice/device.d.ts +6 -18
- package/dist/localdevice/device.d.ts.map +1 -1
- package/dist/localdevice/device.js +12 -44
- package/dist/localdevice/device.js.map +1 -1
- package/dist/localdevice/dialog.d.ts +18 -68
- package/dist/localdevice/dialog.d.ts.map +1 -1
- package/dist/localdevice/dialog.js +52 -141
- package/dist/localdevice/dialog.js.map +1 -1
- package/dist/localdevice/local-launch.d.ts +18 -70
- package/dist/localdevice/local-launch.d.ts.map +1 -1
- package/dist/localdevice/local-launch.js +67 -170
- package/dist/localdevice/local-launch.js.map +1 -1
- package/dist/localdevice/network.d.ts +6 -14
- package/dist/localdevice/network.d.ts.map +1 -1
- package/dist/localdevice/network.js +10 -36
- package/dist/localdevice/network.js.map +1 -1
- package/dist/localdevice/permission.d.ts +16 -61
- package/dist/localdevice/permission.d.ts.map +1 -1
- package/dist/localdevice/permission.js +51 -109
- package/dist/localdevice/permission.js.map +1 -1
- package/dist/localdevice/photo.d.ts +28 -192
- package/dist/localdevice/photo.d.ts.map +1 -1
- package/dist/localdevice/photo.js +111 -307
- package/dist/localdevice/photo.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/ssdp/ssdp.d.ts +3 -3
- package/dist/ssdp/ssdp.d.ts.map +1 -1
- package/dist/sys/OS_daemon.d.ts +10 -28
- package/dist/sys/OS_daemon.d.ts.map +1 -1
- package/dist/sys/OS_daemon.js +22 -63
- package/dist/sys/OS_daemon.js.map +1 -1
- package/dist/sys/OS_snapshot.d.ts +32 -180
- package/dist/sys/OS_snapshot.d.ts.map +1 -1
- package/dist/sys/OS_snapshot.js +126 -290
- package/dist/sys/OS_snapshot.js.map +1 -1
- package/dist/sys/OS_upgrader.d.ts +12 -47
- package/dist/sys/OS_upgrader.d.ts.map +1 -1
- package/dist/sys/OS_upgrader.js +51 -110
- package/dist/sys/OS_upgrader.js.map +1 -1
- package/dist/sys/box-status.d.ts +16 -208
- package/dist/sys/box-status.d.ts.map +1 -1
- package/dist/sys/box-status.js +52 -138
- package/dist/sys/box-status.js.map +1 -1
- package/dist/sys/btrfs.d.ts +14 -48
- package/dist/sys/btrfs.d.ts.map +1 -1
- package/dist/sys/btrfs.js +39 -89
- package/dist/sys/btrfs.js.map +1 -1
- package/dist/sys/devopt.d.ts +6 -18
- package/dist/sys/devopt.d.ts.map +1 -1
- package/dist/sys/devopt.js +14 -47
- package/dist/sys/devopt.js.map +1 -1
- package/dist/sys/dirmon.d.ts +8 -23
- package/dist/sys/dirmon.d.ts.map +1 -1
- package/dist/sys/dirmon.js +23 -44
- package/dist/sys/dirmon.js.map +1 -1
- package/dist/sys/event.d.ts +18 -90
- package/dist/sys/event.d.ts.map +1 -1
- package/dist/sys/event.js +55 -154
- package/dist/sys/event.js.map +1 -1
- package/dist/sys/hc-core/hc-core.d.ts +32 -244
- package/dist/sys/hc-core/hc-core.d.ts.map +1 -1
- package/dist/sys/hc-core/hc-core.js +116 -255
- package/dist/sys/hc-core/hc-core.js.map +1 -1
- package/dist/sys/ingress.d.ts +24 -81
- package/dist/sys/ingress.d.ts.map +1 -1
- package/dist/sys/ingress.js +73 -160
- package/dist/sys/ingress.js.map +1 -1
- package/dist/sys/network_manager.d.ts +16 -137
- package/dist/sys/network_manager.d.ts.map +1 -1
- package/dist/sys/network_manager.js +55 -156
- package/dist/sys/network_manager.js.map +1 -1
- package/dist/sys/package_manager.d.ts +42 -312
- package/dist/sys/package_manager.d.ts.map +1 -1
- package/dist/sys/package_manager.js +156 -400
- package/dist/sys/package_manager.js.map +1 -1
- package/dist/sys/portal-server/portal-server.d.ts +63 -376
- package/dist/sys/portal-server/portal-server.d.ts.map +1 -1
- package/dist/sys/portal-server/portal-server.js +250 -706
- package/dist/sys/portal-server/portal-server.js.map +1 -1
- package/dist/sys/snapd.d.ts +18 -105
- package/dist/sys/snapd.d.ts.map +1 -1
- package/dist/sys/snapd.js +61 -157
- package/dist/sys/snapd.js.map +1 -1
- package/package.json +1 -1
- package/dist/common/appshell.d.ts +0 -103
- package/dist/common/appshell.d.ts.map +0 -1
- package/dist/common/appshell.js +0 -265
- package/dist/common/appshell.js.map +0 -1
|
@@ -159,43 +159,31 @@ export declare const FileLocation: {
|
|
|
159
159
|
decode(input: _m0.Reader | Uint8Array, length?: number): FileLocation;
|
|
160
160
|
fromJSON(object: any): FileLocation;
|
|
161
161
|
toJSON(message: FileLocation): unknown;
|
|
162
|
-
|
|
162
|
+
fromPartial<I extends {
|
|
163
163
|
locationType?: FileLocation_FileLocationType;
|
|
164
164
|
value?: string;
|
|
165
165
|
} & {
|
|
166
166
|
locationType?: FileLocation_FileLocationType;
|
|
167
167
|
value?: string;
|
|
168
|
-
} & { [K in Exclude<keyof I, keyof FileLocation>]: never; }>(
|
|
169
|
-
fromPartial<I_1 extends {
|
|
170
|
-
locationType?: FileLocation_FileLocationType;
|
|
171
|
-
value?: string;
|
|
172
|
-
} & {
|
|
173
|
-
locationType?: FileLocation_FileLocationType;
|
|
174
|
-
value?: string;
|
|
175
|
-
} & { [K_1 in Exclude<keyof I_1, keyof FileLocation>]: never; }>(object: I_1): FileLocation;
|
|
168
|
+
} & { [K in Exclude<keyof I, keyof FileLocation>]: never; }>(object: I): FileLocation;
|
|
176
169
|
};
|
|
177
170
|
export declare const MetaInfo: {
|
|
178
171
|
encode(message: MetaInfo, writer?: _m0.Writer): _m0.Writer;
|
|
179
172
|
decode(input: _m0.Reader | Uint8Array, length?: number): MetaInfo;
|
|
180
173
|
fromJSON(object: any): MetaInfo;
|
|
181
174
|
toJSON(message: MetaInfo): unknown;
|
|
182
|
-
|
|
183
|
-
metaInfo?: string;
|
|
184
|
-
} & {
|
|
185
|
-
metaInfo?: string;
|
|
186
|
-
} & { [K in Exclude<keyof I, "metaInfo">]: never; }>(base?: I): MetaInfo;
|
|
187
|
-
fromPartial<I_1 extends {
|
|
175
|
+
fromPartial<I extends {
|
|
188
176
|
metaInfo?: string;
|
|
189
177
|
} & {
|
|
190
178
|
metaInfo?: string;
|
|
191
|
-
} & { [
|
|
179
|
+
} & { [K in Exclude<keyof I, "metaInfo">]: never; }>(object: I): MetaInfo;
|
|
192
180
|
};
|
|
193
181
|
export declare const TaskCreateRequest: {
|
|
194
182
|
encode(message: TaskCreateRequest, writer?: _m0.Writer): _m0.Writer;
|
|
195
183
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskCreateRequest;
|
|
196
184
|
fromJSON(object: any): TaskCreateRequest;
|
|
197
185
|
toJSON(message: TaskCreateRequest): unknown;
|
|
198
|
-
|
|
186
|
+
fromPartial<I extends {
|
|
199
187
|
src?: {
|
|
200
188
|
locationType?: FileLocation_FileLocationType;
|
|
201
189
|
value?: string;
|
|
@@ -239,59 +227,14 @@ export declare const TaskCreateRequest: {
|
|
|
239
227
|
} & {
|
|
240
228
|
metaInfo?: string;
|
|
241
229
|
} & { [K_3 in Exclude<keyof I["metaInfo"], "metaInfo">]: never; };
|
|
242
|
-
} & { [K_4 in Exclude<keyof I, keyof TaskCreateRequest>]: never; }>(
|
|
243
|
-
fromPartial<I_1 extends {
|
|
244
|
-
src?: {
|
|
245
|
-
locationType?: FileLocation_FileLocationType;
|
|
246
|
-
value?: string;
|
|
247
|
-
};
|
|
248
|
-
dst?: {
|
|
249
|
-
locationType?: FileLocation_FileLocationType;
|
|
250
|
-
value?: string;
|
|
251
|
-
};
|
|
252
|
-
name?: string;
|
|
253
|
-
queueId?: {
|
|
254
|
-
id?: string;
|
|
255
|
-
};
|
|
256
|
-
status?: TaskStatus | undefined;
|
|
257
|
-
metaInfo?: {
|
|
258
|
-
metaInfo?: string;
|
|
259
|
-
};
|
|
260
|
-
} & {
|
|
261
|
-
src?: {
|
|
262
|
-
locationType?: FileLocation_FileLocationType;
|
|
263
|
-
value?: string;
|
|
264
|
-
} & {
|
|
265
|
-
locationType?: FileLocation_FileLocationType;
|
|
266
|
-
value?: string;
|
|
267
|
-
} & { [K_5 in Exclude<keyof I_1["src"], keyof FileLocation>]: never; };
|
|
268
|
-
dst?: {
|
|
269
|
-
locationType?: FileLocation_FileLocationType;
|
|
270
|
-
value?: string;
|
|
271
|
-
} & {
|
|
272
|
-
locationType?: FileLocation_FileLocationType;
|
|
273
|
-
value?: string;
|
|
274
|
-
} & { [K_6 in Exclude<keyof I_1["dst"], keyof FileLocation>]: never; };
|
|
275
|
-
name?: string;
|
|
276
|
-
queueId?: {
|
|
277
|
-
id?: string;
|
|
278
|
-
} & {
|
|
279
|
-
id?: string;
|
|
280
|
-
} & { [K_7 in Exclude<keyof I_1["queueId"], "id">]: never; };
|
|
281
|
-
status?: TaskStatus | undefined;
|
|
282
|
-
metaInfo?: {
|
|
283
|
-
metaInfo?: string;
|
|
284
|
-
} & {
|
|
285
|
-
metaInfo?: string;
|
|
286
|
-
} & { [K_8 in Exclude<keyof I_1["metaInfo"], "metaInfo">]: never; };
|
|
287
|
-
} & { [K_9 in Exclude<keyof I_1, keyof TaskCreateRequest>]: never; }>(object: I_1): TaskCreateRequest;
|
|
230
|
+
} & { [K_4 in Exclude<keyof I, keyof TaskCreateRequest>]: never; }>(object: I): TaskCreateRequest;
|
|
288
231
|
};
|
|
289
232
|
export declare const TaskCreateRequests: {
|
|
290
233
|
encode(message: TaskCreateRequests, writer?: _m0.Writer): _m0.Writer;
|
|
291
234
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskCreateRequests;
|
|
292
235
|
fromJSON(object: any): TaskCreateRequests;
|
|
293
236
|
toJSON(message: TaskCreateRequests): unknown;
|
|
294
|
-
|
|
237
|
+
fromPartial<I extends {
|
|
295
238
|
Requests?: {
|
|
296
239
|
src?: {
|
|
297
240
|
locationType?: FileLocation_FileLocationType;
|
|
@@ -390,139 +333,25 @@ export declare const TaskCreateRequests: {
|
|
|
390
333
|
metaInfo?: string;
|
|
391
334
|
};
|
|
392
335
|
}[]>]: never; };
|
|
393
|
-
} & { [K_6 in Exclude<keyof I, "Requests">]: never; }>(
|
|
394
|
-
fromPartial<I_1 extends {
|
|
395
|
-
Requests?: {
|
|
396
|
-
src?: {
|
|
397
|
-
locationType?: FileLocation_FileLocationType;
|
|
398
|
-
value?: string;
|
|
399
|
-
};
|
|
400
|
-
dst?: {
|
|
401
|
-
locationType?: FileLocation_FileLocationType;
|
|
402
|
-
value?: string;
|
|
403
|
-
};
|
|
404
|
-
name?: string;
|
|
405
|
-
queueId?: {
|
|
406
|
-
id?: string;
|
|
407
|
-
};
|
|
408
|
-
status?: TaskStatus | undefined;
|
|
409
|
-
metaInfo?: {
|
|
410
|
-
metaInfo?: string;
|
|
411
|
-
};
|
|
412
|
-
}[];
|
|
413
|
-
} & {
|
|
414
|
-
Requests?: {
|
|
415
|
-
src?: {
|
|
416
|
-
locationType?: FileLocation_FileLocationType;
|
|
417
|
-
value?: string;
|
|
418
|
-
};
|
|
419
|
-
dst?: {
|
|
420
|
-
locationType?: FileLocation_FileLocationType;
|
|
421
|
-
value?: string;
|
|
422
|
-
};
|
|
423
|
-
name?: string;
|
|
424
|
-
queueId?: {
|
|
425
|
-
id?: string;
|
|
426
|
-
};
|
|
427
|
-
status?: TaskStatus | undefined;
|
|
428
|
-
metaInfo?: {
|
|
429
|
-
metaInfo?: string;
|
|
430
|
-
};
|
|
431
|
-
}[] & ({
|
|
432
|
-
src?: {
|
|
433
|
-
locationType?: FileLocation_FileLocationType;
|
|
434
|
-
value?: string;
|
|
435
|
-
};
|
|
436
|
-
dst?: {
|
|
437
|
-
locationType?: FileLocation_FileLocationType;
|
|
438
|
-
value?: string;
|
|
439
|
-
};
|
|
440
|
-
name?: string;
|
|
441
|
-
queueId?: {
|
|
442
|
-
id?: string;
|
|
443
|
-
};
|
|
444
|
-
status?: TaskStatus | undefined;
|
|
445
|
-
metaInfo?: {
|
|
446
|
-
metaInfo?: string;
|
|
447
|
-
};
|
|
448
|
-
} & {
|
|
449
|
-
src?: {
|
|
450
|
-
locationType?: FileLocation_FileLocationType;
|
|
451
|
-
value?: string;
|
|
452
|
-
} & {
|
|
453
|
-
locationType?: FileLocation_FileLocationType;
|
|
454
|
-
value?: string;
|
|
455
|
-
} & { [K_7 in Exclude<keyof I_1["Requests"][number]["src"], keyof FileLocation>]: never; };
|
|
456
|
-
dst?: {
|
|
457
|
-
locationType?: FileLocation_FileLocationType;
|
|
458
|
-
value?: string;
|
|
459
|
-
} & {
|
|
460
|
-
locationType?: FileLocation_FileLocationType;
|
|
461
|
-
value?: string;
|
|
462
|
-
} & { [K_8 in Exclude<keyof I_1["Requests"][number]["dst"], keyof FileLocation>]: never; };
|
|
463
|
-
name?: string;
|
|
464
|
-
queueId?: {
|
|
465
|
-
id?: string;
|
|
466
|
-
} & {
|
|
467
|
-
id?: string;
|
|
468
|
-
} & { [K_9 in Exclude<keyof I_1["Requests"][number]["queueId"], "id">]: never; };
|
|
469
|
-
status?: TaskStatus | undefined;
|
|
470
|
-
metaInfo?: {
|
|
471
|
-
metaInfo?: string;
|
|
472
|
-
} & {
|
|
473
|
-
metaInfo?: string;
|
|
474
|
-
} & { [K_10 in Exclude<keyof I_1["Requests"][number]["metaInfo"], "metaInfo">]: never; };
|
|
475
|
-
} & { [K_11 in Exclude<keyof I_1["Requests"][number], keyof TaskCreateRequest>]: never; })[] & { [K_12 in Exclude<keyof I_1["Requests"], keyof {
|
|
476
|
-
src?: {
|
|
477
|
-
locationType?: FileLocation_FileLocationType;
|
|
478
|
-
value?: string;
|
|
479
|
-
};
|
|
480
|
-
dst?: {
|
|
481
|
-
locationType?: FileLocation_FileLocationType;
|
|
482
|
-
value?: string;
|
|
483
|
-
};
|
|
484
|
-
name?: string;
|
|
485
|
-
queueId?: {
|
|
486
|
-
id?: string;
|
|
487
|
-
};
|
|
488
|
-
status?: TaskStatus | undefined;
|
|
489
|
-
metaInfo?: {
|
|
490
|
-
metaInfo?: string;
|
|
491
|
-
};
|
|
492
|
-
}[]>]: never; };
|
|
493
|
-
} & { [K_13 in Exclude<keyof I_1, "Requests">]: never; }>(object: I_1): TaskCreateRequests;
|
|
336
|
+
} & { [K_6 in Exclude<keyof I, "Requests">]: never; }>(object: I): TaskCreateRequests;
|
|
494
337
|
};
|
|
495
338
|
export declare const TaskID: {
|
|
496
339
|
encode(message: TaskID, writer?: _m0.Writer): _m0.Writer;
|
|
497
340
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskID;
|
|
498
341
|
fromJSON(object: any): TaskID;
|
|
499
342
|
toJSON(message: TaskID): unknown;
|
|
500
|
-
|
|
343
|
+
fromPartial<I extends {
|
|
501
344
|
id?: string;
|
|
502
345
|
} & {
|
|
503
346
|
id?: string;
|
|
504
|
-
} & { [K in Exclude<keyof I, "id">]: never; }>(
|
|
505
|
-
fromPartial<I_1 extends {
|
|
506
|
-
id?: string;
|
|
507
|
-
} & {
|
|
508
|
-
id?: string;
|
|
509
|
-
} & { [K_1 in Exclude<keyof I_1, "id">]: never; }>(object: I_1): TaskID;
|
|
347
|
+
} & { [K in Exclude<keyof I, "id">]: never; }>(object: I): TaskID;
|
|
510
348
|
};
|
|
511
349
|
export declare const TransmitInfo: {
|
|
512
350
|
encode(message: TransmitInfo, writer?: _m0.Writer): _m0.Writer;
|
|
513
351
|
decode(input: _m0.Reader | Uint8Array, length?: number): TransmitInfo;
|
|
514
352
|
fromJSON(object: any): TransmitInfo;
|
|
515
353
|
toJSON(message: TransmitInfo): unknown;
|
|
516
|
-
|
|
517
|
-
total?: number;
|
|
518
|
-
transmitted?: number;
|
|
519
|
-
speed?: number;
|
|
520
|
-
} & {
|
|
521
|
-
total?: number;
|
|
522
|
-
transmitted?: number;
|
|
523
|
-
speed?: number;
|
|
524
|
-
} & { [K in Exclude<keyof I, keyof TransmitInfo>]: never; }>(base?: I): TransmitInfo;
|
|
525
|
-
fromPartial<I_1 extends {
|
|
354
|
+
fromPartial<I extends {
|
|
526
355
|
total?: number;
|
|
527
356
|
transmitted?: number;
|
|
528
357
|
speed?: number;
|
|
@@ -530,14 +359,14 @@ export declare const TransmitInfo: {
|
|
|
530
359
|
total?: number;
|
|
531
360
|
transmitted?: number;
|
|
532
361
|
speed?: number;
|
|
533
|
-
} & { [
|
|
362
|
+
} & { [K in Exclude<keyof I, keyof TransmitInfo>]: never; }>(object: I): TransmitInfo;
|
|
534
363
|
};
|
|
535
364
|
export declare const Task: {
|
|
536
365
|
encode(message: Task, writer?: _m0.Writer): _m0.Writer;
|
|
537
366
|
decode(input: _m0.Reader | Uint8Array, length?: number): Task;
|
|
538
367
|
fromJSON(object: any): Task;
|
|
539
368
|
toJSON(message: Task): unknown;
|
|
540
|
-
|
|
369
|
+
fromPartial<I extends {
|
|
541
370
|
id?: {
|
|
542
371
|
id?: string;
|
|
543
372
|
};
|
|
@@ -603,90 +432,14 @@ export declare const Task: {
|
|
|
603
432
|
} & {
|
|
604
433
|
metaInfo?: string;
|
|
605
434
|
} & { [K_4 in Exclude<keyof I["metaInfo"], "metaInfo">]: never; };
|
|
606
|
-
} & { [K_5 in Exclude<keyof I, keyof Task>]: never; }>(
|
|
607
|
-
fromPartial<I_1 extends {
|
|
608
|
-
id?: {
|
|
609
|
-
id?: string;
|
|
610
|
-
};
|
|
611
|
-
src?: {
|
|
612
|
-
locationType?: FileLocation_FileLocationType;
|
|
613
|
-
value?: string;
|
|
614
|
-
};
|
|
615
|
-
dst?: {
|
|
616
|
-
locationType?: FileLocation_FileLocationType;
|
|
617
|
-
value?: string;
|
|
618
|
-
};
|
|
619
|
-
fileName?: string;
|
|
620
|
-
mimeType?: string;
|
|
621
|
-
status?: TaskStatus;
|
|
622
|
-
size?: number | undefined;
|
|
623
|
-
info?: {
|
|
624
|
-
total?: number;
|
|
625
|
-
transmitted?: number;
|
|
626
|
-
speed?: number;
|
|
627
|
-
};
|
|
628
|
-
createdAt?: Date | undefined;
|
|
629
|
-
updatedAt?: Date | undefined;
|
|
630
|
-
metaInfo?: {
|
|
631
|
-
metaInfo?: string;
|
|
632
|
-
};
|
|
633
|
-
} & {
|
|
634
|
-
id?: {
|
|
635
|
-
id?: string;
|
|
636
|
-
} & {
|
|
637
|
-
id?: string;
|
|
638
|
-
} & { [K_6 in Exclude<keyof I_1["id"], "id">]: never; };
|
|
639
|
-
src?: {
|
|
640
|
-
locationType?: FileLocation_FileLocationType;
|
|
641
|
-
value?: string;
|
|
642
|
-
} & {
|
|
643
|
-
locationType?: FileLocation_FileLocationType;
|
|
644
|
-
value?: string;
|
|
645
|
-
} & { [K_7 in Exclude<keyof I_1["src"], keyof FileLocation>]: never; };
|
|
646
|
-
dst?: {
|
|
647
|
-
locationType?: FileLocation_FileLocationType;
|
|
648
|
-
value?: string;
|
|
649
|
-
} & {
|
|
650
|
-
locationType?: FileLocation_FileLocationType;
|
|
651
|
-
value?: string;
|
|
652
|
-
} & { [K_8 in Exclude<keyof I_1["dst"], keyof FileLocation>]: never; };
|
|
653
|
-
fileName?: string;
|
|
654
|
-
mimeType?: string;
|
|
655
|
-
status?: TaskStatus;
|
|
656
|
-
size?: number | undefined;
|
|
657
|
-
info?: {
|
|
658
|
-
total?: number;
|
|
659
|
-
transmitted?: number;
|
|
660
|
-
speed?: number;
|
|
661
|
-
} & {
|
|
662
|
-
total?: number;
|
|
663
|
-
transmitted?: number;
|
|
664
|
-
speed?: number;
|
|
665
|
-
} & { [K_9 in Exclude<keyof I_1["info"], keyof TransmitInfo>]: never; };
|
|
666
|
-
createdAt?: Date | undefined;
|
|
667
|
-
updatedAt?: Date | undefined;
|
|
668
|
-
metaInfo?: {
|
|
669
|
-
metaInfo?: string;
|
|
670
|
-
} & {
|
|
671
|
-
metaInfo?: string;
|
|
672
|
-
} & { [K_10 in Exclude<keyof I_1["metaInfo"], "metaInfo">]: never; };
|
|
673
|
-
} & { [K_11 in Exclude<keyof I_1, keyof Task>]: never; }>(object: I_1): Task;
|
|
435
|
+
} & { [K_5 in Exclude<keyof I, keyof Task>]: never; }>(object: I): Task;
|
|
674
436
|
};
|
|
675
437
|
export declare const TaskQueueConfig: {
|
|
676
438
|
encode(message: TaskQueueConfig, writer?: _m0.Writer): _m0.Writer;
|
|
677
439
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskQueueConfig;
|
|
678
440
|
fromJSON(object: any): TaskQueueConfig;
|
|
679
441
|
toJSON(message: TaskQueueConfig): unknown;
|
|
680
|
-
|
|
681
|
-
maxParallel?: number;
|
|
682
|
-
maxRatePerFile?: number;
|
|
683
|
-
maxRate?: number;
|
|
684
|
-
} & {
|
|
685
|
-
maxParallel?: number;
|
|
686
|
-
maxRatePerFile?: number;
|
|
687
|
-
maxRate?: number;
|
|
688
|
-
} & { [K in Exclude<keyof I, keyof TaskQueueConfig>]: never; }>(base?: I): TaskQueueConfig;
|
|
689
|
-
fromPartial<I_1 extends {
|
|
442
|
+
fromPartial<I extends {
|
|
690
443
|
maxParallel?: number;
|
|
691
444
|
maxRatePerFile?: number;
|
|
692
445
|
maxRate?: number;
|
|
@@ -694,30 +447,25 @@ export declare const TaskQueueConfig: {
|
|
|
694
447
|
maxParallel?: number;
|
|
695
448
|
maxRatePerFile?: number;
|
|
696
449
|
maxRate?: number;
|
|
697
|
-
} & { [
|
|
450
|
+
} & { [K in Exclude<keyof I, keyof TaskQueueConfig>]: never; }>(object: I): TaskQueueConfig;
|
|
698
451
|
};
|
|
699
452
|
export declare const TaskQueueID: {
|
|
700
453
|
encode(message: TaskQueueID, writer?: _m0.Writer): _m0.Writer;
|
|
701
454
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskQueueID;
|
|
702
455
|
fromJSON(object: any): TaskQueueID;
|
|
703
456
|
toJSON(message: TaskQueueID): unknown;
|
|
704
|
-
|
|
705
|
-
id?: string;
|
|
706
|
-
} & {
|
|
707
|
-
id?: string;
|
|
708
|
-
} & { [K in Exclude<keyof I, "id">]: never; }>(base?: I): TaskQueueID;
|
|
709
|
-
fromPartial<I_1 extends {
|
|
457
|
+
fromPartial<I extends {
|
|
710
458
|
id?: string;
|
|
711
459
|
} & {
|
|
712
460
|
id?: string;
|
|
713
|
-
} & { [
|
|
461
|
+
} & { [K in Exclude<keyof I, "id">]: never; }>(object: I): TaskQueueID;
|
|
714
462
|
};
|
|
715
463
|
export declare const TaskQueueConfigReq: {
|
|
716
464
|
encode(message: TaskQueueConfigReq, writer?: _m0.Writer): _m0.Writer;
|
|
717
465
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskQueueConfigReq;
|
|
718
466
|
fromJSON(object: any): TaskQueueConfigReq;
|
|
719
467
|
toJSON(message: TaskQueueConfigReq): unknown;
|
|
720
|
-
|
|
468
|
+
fromPartial<I extends {
|
|
721
469
|
id?: {
|
|
722
470
|
id?: string;
|
|
723
471
|
};
|
|
@@ -741,39 +489,14 @@ export declare const TaskQueueConfigReq: {
|
|
|
741
489
|
maxRatePerFile?: number;
|
|
742
490
|
maxRate?: number;
|
|
743
491
|
} & { [K_1 in Exclude<keyof I["config"], keyof TaskQueueConfig>]: never; };
|
|
744
|
-
} & { [K_2 in Exclude<keyof I, keyof TaskQueueConfigReq>]: never; }>(
|
|
745
|
-
fromPartial<I_1 extends {
|
|
746
|
-
id?: {
|
|
747
|
-
id?: string;
|
|
748
|
-
};
|
|
749
|
-
config?: {
|
|
750
|
-
maxParallel?: number;
|
|
751
|
-
maxRatePerFile?: number;
|
|
752
|
-
maxRate?: number;
|
|
753
|
-
};
|
|
754
|
-
} & {
|
|
755
|
-
id?: {
|
|
756
|
-
id?: string;
|
|
757
|
-
} & {
|
|
758
|
-
id?: string;
|
|
759
|
-
} & { [K_3 in Exclude<keyof I_1["id"], "id">]: never; };
|
|
760
|
-
config?: {
|
|
761
|
-
maxParallel?: number;
|
|
762
|
-
maxRatePerFile?: number;
|
|
763
|
-
maxRate?: number;
|
|
764
|
-
} & {
|
|
765
|
-
maxParallel?: number;
|
|
766
|
-
maxRatePerFile?: number;
|
|
767
|
-
maxRate?: number;
|
|
768
|
-
} & { [K_4 in Exclude<keyof I_1["config"], keyof TaskQueueConfig>]: never; };
|
|
769
|
-
} & { [K_5 in Exclude<keyof I_1, keyof TaskQueueConfigReq>]: never; }>(object: I_1): TaskQueueConfigReq;
|
|
492
|
+
} & { [K_2 in Exclude<keyof I, keyof TaskQueueConfigReq>]: never; }>(object: I): TaskQueueConfigReq;
|
|
770
493
|
};
|
|
771
494
|
export declare const TaskQueue: {
|
|
772
495
|
encode(message: TaskQueue, writer?: _m0.Writer): _m0.Writer;
|
|
773
496
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskQueue;
|
|
774
497
|
fromJSON(object: any): TaskQueue;
|
|
775
498
|
toJSON(message: TaskQueue): unknown;
|
|
776
|
-
|
|
499
|
+
fromPartial<I extends {
|
|
777
500
|
id?: {
|
|
778
501
|
id?: string;
|
|
779
502
|
};
|
|
@@ -931,8 +654,14 @@ export declare const TaskQueue: {
|
|
|
931
654
|
metaInfo?: string;
|
|
932
655
|
};
|
|
933
656
|
}[]>]: never; };
|
|
934
|
-
} & { [K_8 in Exclude<keyof I, keyof TaskQueue>]: never; }>(
|
|
935
|
-
|
|
657
|
+
} & { [K_8 in Exclude<keyof I, keyof TaskQueue>]: never; }>(object: I): TaskQueue;
|
|
658
|
+
};
|
|
659
|
+
export declare const FileTaskQueueResp: {
|
|
660
|
+
encode(message: FileTaskQueueResp, writer?: _m0.Writer): _m0.Writer;
|
|
661
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): FileTaskQueueResp;
|
|
662
|
+
fromJSON(object: any): FileTaskQueueResp;
|
|
663
|
+
toJSON(message: FileTaskQueueResp): unknown;
|
|
664
|
+
fromPartial<I extends {
|
|
936
665
|
id?: {
|
|
937
666
|
id?: string;
|
|
938
667
|
};
|
|
@@ -969,7 +698,7 @@ export declare const TaskQueue: {
|
|
|
969
698
|
id?: string;
|
|
970
699
|
} & {
|
|
971
700
|
id?: string;
|
|
972
|
-
} & { [
|
|
701
|
+
} & { [K in Exclude<keyof I["id"], "id">]: never; };
|
|
973
702
|
status?: QueueStatus;
|
|
974
703
|
tasks?: {
|
|
975
704
|
id?: {
|
|
@@ -1028,21 +757,21 @@ export declare const TaskQueue: {
|
|
|
1028
757
|
id?: string;
|
|
1029
758
|
} & {
|
|
1030
759
|
id?: string;
|
|
1031
|
-
} & { [
|
|
760
|
+
} & { [K_1 in Exclude<keyof I["tasks"][number]["id"], "id">]: never; };
|
|
1032
761
|
src?: {
|
|
1033
762
|
locationType?: FileLocation_FileLocationType;
|
|
1034
763
|
value?: string;
|
|
1035
764
|
} & {
|
|
1036
765
|
locationType?: FileLocation_FileLocationType;
|
|
1037
766
|
value?: string;
|
|
1038
|
-
} & { [
|
|
767
|
+
} & { [K_2 in Exclude<keyof I["tasks"][number]["src"], keyof FileLocation>]: never; };
|
|
1039
768
|
dst?: {
|
|
1040
769
|
locationType?: FileLocation_FileLocationType;
|
|
1041
770
|
value?: string;
|
|
1042
771
|
} & {
|
|
1043
772
|
locationType?: FileLocation_FileLocationType;
|
|
1044
773
|
value?: string;
|
|
1045
|
-
} & { [
|
|
774
|
+
} & { [K_3 in Exclude<keyof I["tasks"][number]["dst"], keyof FileLocation>]: never; };
|
|
1046
775
|
fileName?: string;
|
|
1047
776
|
mimeType?: string;
|
|
1048
777
|
status?: TaskStatus;
|
|
@@ -1055,15 +784,15 @@ export declare const TaskQueue: {
|
|
|
1055
784
|
total?: number;
|
|
1056
785
|
transmitted?: number;
|
|
1057
786
|
speed?: number;
|
|
1058
|
-
} & { [
|
|
787
|
+
} & { [K_4 in Exclude<keyof I["tasks"][number]["info"], keyof TransmitInfo>]: never; };
|
|
1059
788
|
createdAt?: Date | undefined;
|
|
1060
789
|
updatedAt?: Date | undefined;
|
|
1061
790
|
metaInfo?: {
|
|
1062
791
|
metaInfo?: string;
|
|
1063
792
|
} & {
|
|
1064
793
|
metaInfo?: string;
|
|
1065
|
-
} & { [
|
|
1066
|
-
} & { [
|
|
794
|
+
} & { [K_5 in Exclude<keyof I["tasks"][number]["metaInfo"], "metaInfo">]: never; };
|
|
795
|
+
} & { [K_6 in Exclude<keyof I["tasks"][number], keyof Task>]: never; })[] & { [K_7 in Exclude<keyof I["tasks"], keyof {
|
|
1067
796
|
id?: {
|
|
1068
797
|
id?: string;
|
|
1069
798
|
};
|
|
@@ -1090,338 +819,14 @@ export declare const TaskQueue: {
|
|
|
1090
819
|
metaInfo?: string;
|
|
1091
820
|
};
|
|
1092
821
|
}[]>]: never; };
|
|
1093
|
-
} & { [
|
|
1094
|
-
};
|
|
1095
|
-
export declare const FileTaskQueueResp: {
|
|
1096
|
-
encode(message: FileTaskQueueResp, writer?: _m0.Writer): _m0.Writer;
|
|
1097
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): FileTaskQueueResp;
|
|
1098
|
-
fromJSON(object: any): FileTaskQueueResp;
|
|
1099
|
-
toJSON(message: FileTaskQueueResp): unknown;
|
|
1100
|
-
create<I extends {
|
|
1101
|
-
id?: {
|
|
1102
|
-
id?: string;
|
|
1103
|
-
};
|
|
1104
|
-
status?: QueueStatus;
|
|
1105
|
-
tasks?: {
|
|
1106
|
-
id?: {
|
|
1107
|
-
id?: string;
|
|
1108
|
-
};
|
|
1109
|
-
src?: {
|
|
1110
|
-
locationType?: FileLocation_FileLocationType;
|
|
1111
|
-
value?: string;
|
|
1112
|
-
};
|
|
1113
|
-
dst?: {
|
|
1114
|
-
locationType?: FileLocation_FileLocationType;
|
|
1115
|
-
value?: string;
|
|
1116
|
-
};
|
|
1117
|
-
fileName?: string;
|
|
1118
|
-
mimeType?: string;
|
|
1119
|
-
status?: TaskStatus;
|
|
1120
|
-
size?: number | undefined;
|
|
1121
|
-
info?: {
|
|
1122
|
-
total?: number;
|
|
1123
|
-
transmitted?: number;
|
|
1124
|
-
speed?: number;
|
|
1125
|
-
};
|
|
1126
|
-
createdAt?: Date | undefined;
|
|
1127
|
-
updatedAt?: Date | undefined;
|
|
1128
|
-
metaInfo?: {
|
|
1129
|
-
metaInfo?: string;
|
|
1130
|
-
};
|
|
1131
|
-
}[];
|
|
1132
|
-
} & {
|
|
1133
|
-
id?: {
|
|
1134
|
-
id?: string;
|
|
1135
|
-
} & {
|
|
1136
|
-
id?: string;
|
|
1137
|
-
} & { [K in Exclude<keyof I["id"], "id">]: never; };
|
|
1138
|
-
status?: QueueStatus;
|
|
1139
|
-
tasks?: {
|
|
1140
|
-
id?: {
|
|
1141
|
-
id?: string;
|
|
1142
|
-
};
|
|
1143
|
-
src?: {
|
|
1144
|
-
locationType?: FileLocation_FileLocationType;
|
|
1145
|
-
value?: string;
|
|
1146
|
-
};
|
|
1147
|
-
dst?: {
|
|
1148
|
-
locationType?: FileLocation_FileLocationType;
|
|
1149
|
-
value?: string;
|
|
1150
|
-
};
|
|
1151
|
-
fileName?: string;
|
|
1152
|
-
mimeType?: string;
|
|
1153
|
-
status?: TaskStatus;
|
|
1154
|
-
size?: number | undefined;
|
|
1155
|
-
info?: {
|
|
1156
|
-
total?: number;
|
|
1157
|
-
transmitted?: number;
|
|
1158
|
-
speed?: number;
|
|
1159
|
-
};
|
|
1160
|
-
createdAt?: Date | undefined;
|
|
1161
|
-
updatedAt?: Date | undefined;
|
|
1162
|
-
metaInfo?: {
|
|
1163
|
-
metaInfo?: string;
|
|
1164
|
-
};
|
|
1165
|
-
}[] & ({
|
|
1166
|
-
id?: {
|
|
1167
|
-
id?: string;
|
|
1168
|
-
};
|
|
1169
|
-
src?: {
|
|
1170
|
-
locationType?: FileLocation_FileLocationType;
|
|
1171
|
-
value?: string;
|
|
1172
|
-
};
|
|
1173
|
-
dst?: {
|
|
1174
|
-
locationType?: FileLocation_FileLocationType;
|
|
1175
|
-
value?: string;
|
|
1176
|
-
};
|
|
1177
|
-
fileName?: string;
|
|
1178
|
-
mimeType?: string;
|
|
1179
|
-
status?: TaskStatus;
|
|
1180
|
-
size?: number | undefined;
|
|
1181
|
-
info?: {
|
|
1182
|
-
total?: number;
|
|
1183
|
-
transmitted?: number;
|
|
1184
|
-
speed?: number;
|
|
1185
|
-
};
|
|
1186
|
-
createdAt?: Date | undefined;
|
|
1187
|
-
updatedAt?: Date | undefined;
|
|
1188
|
-
metaInfo?: {
|
|
1189
|
-
metaInfo?: string;
|
|
1190
|
-
};
|
|
1191
|
-
} & {
|
|
1192
|
-
id?: {
|
|
1193
|
-
id?: string;
|
|
1194
|
-
} & {
|
|
1195
|
-
id?: string;
|
|
1196
|
-
} & { [K_1 in Exclude<keyof I["tasks"][number]["id"], "id">]: never; };
|
|
1197
|
-
src?: {
|
|
1198
|
-
locationType?: FileLocation_FileLocationType;
|
|
1199
|
-
value?: string;
|
|
1200
|
-
} & {
|
|
1201
|
-
locationType?: FileLocation_FileLocationType;
|
|
1202
|
-
value?: string;
|
|
1203
|
-
} & { [K_2 in Exclude<keyof I["tasks"][number]["src"], keyof FileLocation>]: never; };
|
|
1204
|
-
dst?: {
|
|
1205
|
-
locationType?: FileLocation_FileLocationType;
|
|
1206
|
-
value?: string;
|
|
1207
|
-
} & {
|
|
1208
|
-
locationType?: FileLocation_FileLocationType;
|
|
1209
|
-
value?: string;
|
|
1210
|
-
} & { [K_3 in Exclude<keyof I["tasks"][number]["dst"], keyof FileLocation>]: never; };
|
|
1211
|
-
fileName?: string;
|
|
1212
|
-
mimeType?: string;
|
|
1213
|
-
status?: TaskStatus;
|
|
1214
|
-
size?: number | undefined;
|
|
1215
|
-
info?: {
|
|
1216
|
-
total?: number;
|
|
1217
|
-
transmitted?: number;
|
|
1218
|
-
speed?: number;
|
|
1219
|
-
} & {
|
|
1220
|
-
total?: number;
|
|
1221
|
-
transmitted?: number;
|
|
1222
|
-
speed?: number;
|
|
1223
|
-
} & { [K_4 in Exclude<keyof I["tasks"][number]["info"], keyof TransmitInfo>]: never; };
|
|
1224
|
-
createdAt?: Date | undefined;
|
|
1225
|
-
updatedAt?: Date | undefined;
|
|
1226
|
-
metaInfo?: {
|
|
1227
|
-
metaInfo?: string;
|
|
1228
|
-
} & {
|
|
1229
|
-
metaInfo?: string;
|
|
1230
|
-
} & { [K_5 in Exclude<keyof I["tasks"][number]["metaInfo"], "metaInfo">]: never; };
|
|
1231
|
-
} & { [K_6 in Exclude<keyof I["tasks"][number], keyof Task>]: never; })[] & { [K_7 in Exclude<keyof I["tasks"], keyof {
|
|
1232
|
-
id?: {
|
|
1233
|
-
id?: string;
|
|
1234
|
-
};
|
|
1235
|
-
src?: {
|
|
1236
|
-
locationType?: FileLocation_FileLocationType;
|
|
1237
|
-
value?: string;
|
|
1238
|
-
};
|
|
1239
|
-
dst?: {
|
|
1240
|
-
locationType?: FileLocation_FileLocationType;
|
|
1241
|
-
value?: string;
|
|
1242
|
-
};
|
|
1243
|
-
fileName?: string;
|
|
1244
|
-
mimeType?: string;
|
|
1245
|
-
status?: TaskStatus;
|
|
1246
|
-
size?: number | undefined;
|
|
1247
|
-
info?: {
|
|
1248
|
-
total?: number;
|
|
1249
|
-
transmitted?: number;
|
|
1250
|
-
speed?: number;
|
|
1251
|
-
};
|
|
1252
|
-
createdAt?: Date | undefined;
|
|
1253
|
-
updatedAt?: Date | undefined;
|
|
1254
|
-
metaInfo?: {
|
|
1255
|
-
metaInfo?: string;
|
|
1256
|
-
};
|
|
1257
|
-
}[]>]: never; };
|
|
1258
|
-
} & { [K_8 in Exclude<keyof I, keyof FileTaskQueueResp>]: never; }>(base?: I): FileTaskQueueResp;
|
|
1259
|
-
fromPartial<I_1 extends {
|
|
1260
|
-
id?: {
|
|
1261
|
-
id?: string;
|
|
1262
|
-
};
|
|
1263
|
-
status?: QueueStatus;
|
|
1264
|
-
tasks?: {
|
|
1265
|
-
id?: {
|
|
1266
|
-
id?: string;
|
|
1267
|
-
};
|
|
1268
|
-
src?: {
|
|
1269
|
-
locationType?: FileLocation_FileLocationType;
|
|
1270
|
-
value?: string;
|
|
1271
|
-
};
|
|
1272
|
-
dst?: {
|
|
1273
|
-
locationType?: FileLocation_FileLocationType;
|
|
1274
|
-
value?: string;
|
|
1275
|
-
};
|
|
1276
|
-
fileName?: string;
|
|
1277
|
-
mimeType?: string;
|
|
1278
|
-
status?: TaskStatus;
|
|
1279
|
-
size?: number | undefined;
|
|
1280
|
-
info?: {
|
|
1281
|
-
total?: number;
|
|
1282
|
-
transmitted?: number;
|
|
1283
|
-
speed?: number;
|
|
1284
|
-
};
|
|
1285
|
-
createdAt?: Date | undefined;
|
|
1286
|
-
updatedAt?: Date | undefined;
|
|
1287
|
-
metaInfo?: {
|
|
1288
|
-
metaInfo?: string;
|
|
1289
|
-
};
|
|
1290
|
-
}[];
|
|
1291
|
-
} & {
|
|
1292
|
-
id?: {
|
|
1293
|
-
id?: string;
|
|
1294
|
-
} & {
|
|
1295
|
-
id?: string;
|
|
1296
|
-
} & { [K_9 in Exclude<keyof I_1["id"], "id">]: never; };
|
|
1297
|
-
status?: QueueStatus;
|
|
1298
|
-
tasks?: {
|
|
1299
|
-
id?: {
|
|
1300
|
-
id?: string;
|
|
1301
|
-
};
|
|
1302
|
-
src?: {
|
|
1303
|
-
locationType?: FileLocation_FileLocationType;
|
|
1304
|
-
value?: string;
|
|
1305
|
-
};
|
|
1306
|
-
dst?: {
|
|
1307
|
-
locationType?: FileLocation_FileLocationType;
|
|
1308
|
-
value?: string;
|
|
1309
|
-
};
|
|
1310
|
-
fileName?: string;
|
|
1311
|
-
mimeType?: string;
|
|
1312
|
-
status?: TaskStatus;
|
|
1313
|
-
size?: number | undefined;
|
|
1314
|
-
info?: {
|
|
1315
|
-
total?: number;
|
|
1316
|
-
transmitted?: number;
|
|
1317
|
-
speed?: number;
|
|
1318
|
-
};
|
|
1319
|
-
createdAt?: Date | undefined;
|
|
1320
|
-
updatedAt?: Date | undefined;
|
|
1321
|
-
metaInfo?: {
|
|
1322
|
-
metaInfo?: string;
|
|
1323
|
-
};
|
|
1324
|
-
}[] & ({
|
|
1325
|
-
id?: {
|
|
1326
|
-
id?: string;
|
|
1327
|
-
};
|
|
1328
|
-
src?: {
|
|
1329
|
-
locationType?: FileLocation_FileLocationType;
|
|
1330
|
-
value?: string;
|
|
1331
|
-
};
|
|
1332
|
-
dst?: {
|
|
1333
|
-
locationType?: FileLocation_FileLocationType;
|
|
1334
|
-
value?: string;
|
|
1335
|
-
};
|
|
1336
|
-
fileName?: string;
|
|
1337
|
-
mimeType?: string;
|
|
1338
|
-
status?: TaskStatus;
|
|
1339
|
-
size?: number | undefined;
|
|
1340
|
-
info?: {
|
|
1341
|
-
total?: number;
|
|
1342
|
-
transmitted?: number;
|
|
1343
|
-
speed?: number;
|
|
1344
|
-
};
|
|
1345
|
-
createdAt?: Date | undefined;
|
|
1346
|
-
updatedAt?: Date | undefined;
|
|
1347
|
-
metaInfo?: {
|
|
1348
|
-
metaInfo?: string;
|
|
1349
|
-
};
|
|
1350
|
-
} & {
|
|
1351
|
-
id?: {
|
|
1352
|
-
id?: string;
|
|
1353
|
-
} & {
|
|
1354
|
-
id?: string;
|
|
1355
|
-
} & { [K_10 in Exclude<keyof I_1["tasks"][number]["id"], "id">]: never; };
|
|
1356
|
-
src?: {
|
|
1357
|
-
locationType?: FileLocation_FileLocationType;
|
|
1358
|
-
value?: string;
|
|
1359
|
-
} & {
|
|
1360
|
-
locationType?: FileLocation_FileLocationType;
|
|
1361
|
-
value?: string;
|
|
1362
|
-
} & { [K_11 in Exclude<keyof I_1["tasks"][number]["src"], keyof FileLocation>]: never; };
|
|
1363
|
-
dst?: {
|
|
1364
|
-
locationType?: FileLocation_FileLocationType;
|
|
1365
|
-
value?: string;
|
|
1366
|
-
} & {
|
|
1367
|
-
locationType?: FileLocation_FileLocationType;
|
|
1368
|
-
value?: string;
|
|
1369
|
-
} & { [K_12 in Exclude<keyof I_1["tasks"][number]["dst"], keyof FileLocation>]: never; };
|
|
1370
|
-
fileName?: string;
|
|
1371
|
-
mimeType?: string;
|
|
1372
|
-
status?: TaskStatus;
|
|
1373
|
-
size?: number | undefined;
|
|
1374
|
-
info?: {
|
|
1375
|
-
total?: number;
|
|
1376
|
-
transmitted?: number;
|
|
1377
|
-
speed?: number;
|
|
1378
|
-
} & {
|
|
1379
|
-
total?: number;
|
|
1380
|
-
transmitted?: number;
|
|
1381
|
-
speed?: number;
|
|
1382
|
-
} & { [K_13 in Exclude<keyof I_1["tasks"][number]["info"], keyof TransmitInfo>]: never; };
|
|
1383
|
-
createdAt?: Date | undefined;
|
|
1384
|
-
updatedAt?: Date | undefined;
|
|
1385
|
-
metaInfo?: {
|
|
1386
|
-
metaInfo?: string;
|
|
1387
|
-
} & {
|
|
1388
|
-
metaInfo?: string;
|
|
1389
|
-
} & { [K_14 in Exclude<keyof I_1["tasks"][number]["metaInfo"], "metaInfo">]: never; };
|
|
1390
|
-
} & { [K_15 in Exclude<keyof I_1["tasks"][number], keyof Task>]: never; })[] & { [K_16 in Exclude<keyof I_1["tasks"], keyof {
|
|
1391
|
-
id?: {
|
|
1392
|
-
id?: string;
|
|
1393
|
-
};
|
|
1394
|
-
src?: {
|
|
1395
|
-
locationType?: FileLocation_FileLocationType;
|
|
1396
|
-
value?: string;
|
|
1397
|
-
};
|
|
1398
|
-
dst?: {
|
|
1399
|
-
locationType?: FileLocation_FileLocationType;
|
|
1400
|
-
value?: string;
|
|
1401
|
-
};
|
|
1402
|
-
fileName?: string;
|
|
1403
|
-
mimeType?: string;
|
|
1404
|
-
status?: TaskStatus;
|
|
1405
|
-
size?: number | undefined;
|
|
1406
|
-
info?: {
|
|
1407
|
-
total?: number;
|
|
1408
|
-
transmitted?: number;
|
|
1409
|
-
speed?: number;
|
|
1410
|
-
};
|
|
1411
|
-
createdAt?: Date | undefined;
|
|
1412
|
-
updatedAt?: Date | undefined;
|
|
1413
|
-
metaInfo?: {
|
|
1414
|
-
metaInfo?: string;
|
|
1415
|
-
};
|
|
1416
|
-
}[]>]: never; };
|
|
1417
|
-
} & { [K_17 in Exclude<keyof I_1, keyof FileTaskQueueResp>]: never; }>(object: I_1): FileTaskQueueResp;
|
|
822
|
+
} & { [K_8 in Exclude<keyof I, keyof FileTaskQueueResp>]: never; }>(object: I): FileTaskQueueResp;
|
|
1418
823
|
};
|
|
1419
824
|
export declare const TaskQueueQueryReq: {
|
|
1420
825
|
encode(message: TaskQueueQueryReq, writer?: _m0.Writer): _m0.Writer;
|
|
1421
826
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskQueueQueryReq;
|
|
1422
827
|
fromJSON(object: any): TaskQueueQueryReq;
|
|
1423
828
|
toJSON(message: TaskQueueQueryReq): unknown;
|
|
1424
|
-
|
|
829
|
+
fromPartial<I extends {
|
|
1425
830
|
id?: {
|
|
1426
831
|
id?: string;
|
|
1427
832
|
};
|
|
@@ -1433,27 +838,14 @@ export declare const TaskQueueQueryReq: {
|
|
|
1433
838
|
id?: string;
|
|
1434
839
|
} & { [K in Exclude<keyof I["id"], "id">]: never; };
|
|
1435
840
|
status?: TaskStatus[] & TaskStatus[] & { [K_1 in Exclude<keyof I["status"], keyof TaskStatus[]>]: never; };
|
|
1436
|
-
} & { [K_2 in Exclude<keyof I, keyof TaskQueueQueryReq>]: never; }>(
|
|
1437
|
-
fromPartial<I_1 extends {
|
|
1438
|
-
id?: {
|
|
1439
|
-
id?: string;
|
|
1440
|
-
};
|
|
1441
|
-
status?: TaskStatus[];
|
|
1442
|
-
} & {
|
|
1443
|
-
id?: {
|
|
1444
|
-
id?: string;
|
|
1445
|
-
} & {
|
|
1446
|
-
id?: string;
|
|
1447
|
-
} & { [K_3 in Exclude<keyof I_1["id"], "id">]: never; };
|
|
1448
|
-
status?: TaskStatus[] & TaskStatus[] & { [K_4 in Exclude<keyof I_1["status"], keyof TaskStatus[]>]: never; };
|
|
1449
|
-
} & { [K_5 in Exclude<keyof I_1, keyof TaskQueueQueryReq>]: never; }>(object: I_1): TaskQueueQueryReq;
|
|
841
|
+
} & { [K_2 in Exclude<keyof I, keyof TaskQueueQueryReq>]: never; }>(object: I): TaskQueueQueryReq;
|
|
1450
842
|
};
|
|
1451
843
|
export declare const TaskQueueStatisticsReq: {
|
|
1452
844
|
encode(message: TaskQueueStatisticsReq, writer?: _m0.Writer): _m0.Writer;
|
|
1453
845
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskQueueStatisticsReq;
|
|
1454
846
|
fromJSON(object: any): TaskQueueStatisticsReq;
|
|
1455
847
|
toJSON(message: TaskQueueStatisticsReq): unknown;
|
|
1456
|
-
|
|
848
|
+
fromPartial<I extends {
|
|
1457
849
|
id?: {
|
|
1458
850
|
id?: string;
|
|
1459
851
|
}[];
|
|
@@ -1467,29 +859,14 @@ export declare const TaskQueueStatisticsReq: {
|
|
|
1467
859
|
} & { [K in Exclude<keyof I["id"][number], "id">]: never; })[] & { [K_1 in Exclude<keyof I["id"], keyof {
|
|
1468
860
|
id?: string;
|
|
1469
861
|
}[]>]: never; };
|
|
1470
|
-
} & { [K_2 in Exclude<keyof I, "id">]: never; }>(
|
|
1471
|
-
fromPartial<I_1 extends {
|
|
1472
|
-
id?: {
|
|
1473
|
-
id?: string;
|
|
1474
|
-
}[];
|
|
1475
|
-
} & {
|
|
1476
|
-
id?: {
|
|
1477
|
-
id?: string;
|
|
1478
|
-
}[] & ({
|
|
1479
|
-
id?: string;
|
|
1480
|
-
} & {
|
|
1481
|
-
id?: string;
|
|
1482
|
-
} & { [K_3 in Exclude<keyof I_1["id"][number], "id">]: never; })[] & { [K_4 in Exclude<keyof I_1["id"], keyof {
|
|
1483
|
-
id?: string;
|
|
1484
|
-
}[]>]: never; };
|
|
1485
|
-
} & { [K_5 in Exclude<keyof I_1, "id">]: never; }>(object: I_1): TaskQueueStatisticsReq;
|
|
862
|
+
} & { [K_2 in Exclude<keyof I, "id">]: never; }>(object: I): TaskQueueStatisticsReq;
|
|
1486
863
|
};
|
|
1487
864
|
export declare const TaskQueueStatistics: {
|
|
1488
865
|
encode(message: TaskQueueStatistics, writer?: _m0.Writer): _m0.Writer;
|
|
1489
866
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskQueueStatistics;
|
|
1490
867
|
fromJSON(object: any): TaskQueueStatistics;
|
|
1491
868
|
toJSON(message: TaskQueueStatistics): unknown;
|
|
1492
|
-
|
|
869
|
+
fromPartial<I extends {
|
|
1493
870
|
pending?: number;
|
|
1494
871
|
transmitting?: number;
|
|
1495
872
|
paused?: number;
|
|
@@ -1501,27 +878,14 @@ export declare const TaskQueueStatistics: {
|
|
|
1501
878
|
paused?: number;
|
|
1502
879
|
finished?: number;
|
|
1503
880
|
failed?: number;
|
|
1504
|
-
} & { [K in Exclude<keyof I, keyof TaskQueueStatistics>]: never; }>(
|
|
1505
|
-
fromPartial<I_1 extends {
|
|
1506
|
-
pending?: number;
|
|
1507
|
-
transmitting?: number;
|
|
1508
|
-
paused?: number;
|
|
1509
|
-
finished?: number;
|
|
1510
|
-
failed?: number;
|
|
1511
|
-
} & {
|
|
1512
|
-
pending?: number;
|
|
1513
|
-
transmitting?: number;
|
|
1514
|
-
paused?: number;
|
|
1515
|
-
finished?: number;
|
|
1516
|
-
failed?: number;
|
|
1517
|
-
} & { [K_1 in Exclude<keyof I_1, keyof TaskQueueStatistics>]: never; }>(object: I_1): TaskQueueStatistics;
|
|
881
|
+
} & { [K in Exclude<keyof I, keyof TaskQueueStatistics>]: never; }>(object: I): TaskQueueStatistics;
|
|
1518
882
|
};
|
|
1519
883
|
export declare const TaskQueueStatisticsResp: {
|
|
1520
884
|
encode(message: TaskQueueStatisticsResp, writer?: _m0.Writer): _m0.Writer;
|
|
1521
885
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskQueueStatisticsResp;
|
|
1522
886
|
fromJSON(object: any): TaskQueueStatisticsResp;
|
|
1523
887
|
toJSON(message: TaskQueueStatisticsResp): unknown;
|
|
1524
|
-
|
|
888
|
+
fromPartial<I extends {
|
|
1525
889
|
statistics?: {
|
|
1526
890
|
pending?: number;
|
|
1527
891
|
transmitting?: number;
|
|
@@ -1555,49 +919,14 @@ export declare const TaskQueueStatisticsResp: {
|
|
|
1555
919
|
finished?: number;
|
|
1556
920
|
failed?: number;
|
|
1557
921
|
}[]>]: never; };
|
|
1558
|
-
} & { [K_2 in Exclude<keyof I, "statistics">]: never; }>(
|
|
1559
|
-
fromPartial<I_1 extends {
|
|
1560
|
-
statistics?: {
|
|
1561
|
-
pending?: number;
|
|
1562
|
-
transmitting?: number;
|
|
1563
|
-
paused?: number;
|
|
1564
|
-
finished?: number;
|
|
1565
|
-
failed?: number;
|
|
1566
|
-
}[];
|
|
1567
|
-
} & {
|
|
1568
|
-
statistics?: {
|
|
1569
|
-
pending?: number;
|
|
1570
|
-
transmitting?: number;
|
|
1571
|
-
paused?: number;
|
|
1572
|
-
finished?: number;
|
|
1573
|
-
failed?: number;
|
|
1574
|
-
}[] & ({
|
|
1575
|
-
pending?: number;
|
|
1576
|
-
transmitting?: number;
|
|
1577
|
-
paused?: number;
|
|
1578
|
-
finished?: number;
|
|
1579
|
-
failed?: number;
|
|
1580
|
-
} & {
|
|
1581
|
-
pending?: number;
|
|
1582
|
-
transmitting?: number;
|
|
1583
|
-
paused?: number;
|
|
1584
|
-
finished?: number;
|
|
1585
|
-
failed?: number;
|
|
1586
|
-
} & { [K_3 in Exclude<keyof I_1["statistics"][number], keyof TaskQueueStatistics>]: never; })[] & { [K_4 in Exclude<keyof I_1["statistics"], keyof {
|
|
1587
|
-
pending?: number;
|
|
1588
|
-
transmitting?: number;
|
|
1589
|
-
paused?: number;
|
|
1590
|
-
finished?: number;
|
|
1591
|
-
failed?: number;
|
|
1592
|
-
}[]>]: never; };
|
|
1593
|
-
} & { [K_5 in Exclude<keyof I_1, "statistics">]: never; }>(object: I_1): TaskQueueStatisticsResp;
|
|
922
|
+
} & { [K_2 in Exclude<keyof I, "statistics">]: never; }>(object: I): TaskQueueStatisticsResp;
|
|
1594
923
|
};
|
|
1595
924
|
export declare const QueueMessageResp: {
|
|
1596
925
|
encode(message: QueueMessageResp, writer?: _m0.Writer): _m0.Writer;
|
|
1597
926
|
decode(input: _m0.Reader | Uint8Array, length?: number): QueueMessageResp;
|
|
1598
927
|
fromJSON(object: any): QueueMessageResp;
|
|
1599
928
|
toJSON(message: QueueMessageResp): unknown;
|
|
1600
|
-
|
|
929
|
+
fromPartial<I extends {
|
|
1601
930
|
id?: {
|
|
1602
931
|
id?: string;
|
|
1603
932
|
};
|
|
@@ -1707,125 +1036,14 @@ export declare const QueueMessageResp: {
|
|
|
1707
1036
|
action?: MsgAction;
|
|
1708
1037
|
status?: TaskStatus;
|
|
1709
1038
|
errorMessage?: string | undefined;
|
|
1710
|
-
} & { [K_7 in Exclude<keyof I, keyof QueueMessageResp>]: never; }>(
|
|
1711
|
-
fromPartial<I_1 extends {
|
|
1712
|
-
id?: {
|
|
1713
|
-
id?: string;
|
|
1714
|
-
};
|
|
1715
|
-
task?: {
|
|
1716
|
-
id?: {
|
|
1717
|
-
id?: string;
|
|
1718
|
-
};
|
|
1719
|
-
src?: {
|
|
1720
|
-
locationType?: FileLocation_FileLocationType;
|
|
1721
|
-
value?: string;
|
|
1722
|
-
};
|
|
1723
|
-
dst?: {
|
|
1724
|
-
locationType?: FileLocation_FileLocationType;
|
|
1725
|
-
value?: string;
|
|
1726
|
-
};
|
|
1727
|
-
fileName?: string;
|
|
1728
|
-
mimeType?: string;
|
|
1729
|
-
status?: TaskStatus;
|
|
1730
|
-
size?: number | undefined;
|
|
1731
|
-
info?: {
|
|
1732
|
-
total?: number;
|
|
1733
|
-
transmitted?: number;
|
|
1734
|
-
speed?: number;
|
|
1735
|
-
};
|
|
1736
|
-
createdAt?: Date | undefined;
|
|
1737
|
-
updatedAt?: Date | undefined;
|
|
1738
|
-
metaInfo?: {
|
|
1739
|
-
metaInfo?: string;
|
|
1740
|
-
};
|
|
1741
|
-
};
|
|
1742
|
-
action?: MsgAction;
|
|
1743
|
-
status?: TaskStatus;
|
|
1744
|
-
errorMessage?: string | undefined;
|
|
1745
|
-
} & {
|
|
1746
|
-
id?: {
|
|
1747
|
-
id?: string;
|
|
1748
|
-
} & {
|
|
1749
|
-
id?: string;
|
|
1750
|
-
} & { [K_8 in Exclude<keyof I_1["id"], "id">]: never; };
|
|
1751
|
-
task?: {
|
|
1752
|
-
id?: {
|
|
1753
|
-
id?: string;
|
|
1754
|
-
};
|
|
1755
|
-
src?: {
|
|
1756
|
-
locationType?: FileLocation_FileLocationType;
|
|
1757
|
-
value?: string;
|
|
1758
|
-
};
|
|
1759
|
-
dst?: {
|
|
1760
|
-
locationType?: FileLocation_FileLocationType;
|
|
1761
|
-
value?: string;
|
|
1762
|
-
};
|
|
1763
|
-
fileName?: string;
|
|
1764
|
-
mimeType?: string;
|
|
1765
|
-
status?: TaskStatus;
|
|
1766
|
-
size?: number | undefined;
|
|
1767
|
-
info?: {
|
|
1768
|
-
total?: number;
|
|
1769
|
-
transmitted?: number;
|
|
1770
|
-
speed?: number;
|
|
1771
|
-
};
|
|
1772
|
-
createdAt?: Date | undefined;
|
|
1773
|
-
updatedAt?: Date | undefined;
|
|
1774
|
-
metaInfo?: {
|
|
1775
|
-
metaInfo?: string;
|
|
1776
|
-
};
|
|
1777
|
-
} & {
|
|
1778
|
-
id?: {
|
|
1779
|
-
id?: string;
|
|
1780
|
-
} & {
|
|
1781
|
-
id?: string;
|
|
1782
|
-
} & { [K_9 in Exclude<keyof I_1["task"]["id"], "id">]: never; };
|
|
1783
|
-
src?: {
|
|
1784
|
-
locationType?: FileLocation_FileLocationType;
|
|
1785
|
-
value?: string;
|
|
1786
|
-
} & {
|
|
1787
|
-
locationType?: FileLocation_FileLocationType;
|
|
1788
|
-
value?: string;
|
|
1789
|
-
} & { [K_10 in Exclude<keyof I_1["task"]["src"], keyof FileLocation>]: never; };
|
|
1790
|
-
dst?: {
|
|
1791
|
-
locationType?: FileLocation_FileLocationType;
|
|
1792
|
-
value?: string;
|
|
1793
|
-
} & {
|
|
1794
|
-
locationType?: FileLocation_FileLocationType;
|
|
1795
|
-
value?: string;
|
|
1796
|
-
} & { [K_11 in Exclude<keyof I_1["task"]["dst"], keyof FileLocation>]: never; };
|
|
1797
|
-
fileName?: string;
|
|
1798
|
-
mimeType?: string;
|
|
1799
|
-
status?: TaskStatus;
|
|
1800
|
-
size?: number | undefined;
|
|
1801
|
-
info?: {
|
|
1802
|
-
total?: number;
|
|
1803
|
-
transmitted?: number;
|
|
1804
|
-
speed?: number;
|
|
1805
|
-
} & {
|
|
1806
|
-
total?: number;
|
|
1807
|
-
transmitted?: number;
|
|
1808
|
-
speed?: number;
|
|
1809
|
-
} & { [K_12 in Exclude<keyof I_1["task"]["info"], keyof TransmitInfo>]: never; };
|
|
1810
|
-
createdAt?: Date | undefined;
|
|
1811
|
-
updatedAt?: Date | undefined;
|
|
1812
|
-
metaInfo?: {
|
|
1813
|
-
metaInfo?: string;
|
|
1814
|
-
} & {
|
|
1815
|
-
metaInfo?: string;
|
|
1816
|
-
} & { [K_13 in Exclude<keyof I_1["task"]["metaInfo"], "metaInfo">]: never; };
|
|
1817
|
-
} & { [K_14 in Exclude<keyof I_1["task"], keyof Task>]: never; };
|
|
1818
|
-
action?: MsgAction;
|
|
1819
|
-
status?: TaskStatus;
|
|
1820
|
-
errorMessage?: string | undefined;
|
|
1821
|
-
} & { [K_15 in Exclude<keyof I_1, keyof QueueMessageResp>]: never; }>(object: I_1): QueueMessageResp;
|
|
1039
|
+
} & { [K_7 in Exclude<keyof I, keyof QueueMessageResp>]: never; }>(object: I): QueueMessageResp;
|
|
1822
1040
|
};
|
|
1823
1041
|
export declare const TaskQueueListResp: {
|
|
1824
1042
|
encode(message: TaskQueueListResp, writer?: _m0.Writer): _m0.Writer;
|
|
1825
1043
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskQueueListResp;
|
|
1826
1044
|
fromJSON(object: any): TaskQueueListResp;
|
|
1827
1045
|
toJSON(message: TaskQueueListResp): unknown;
|
|
1828
|
-
|
|
1046
|
+
fromPartial<I extends {
|
|
1829
1047
|
ids?: {
|
|
1830
1048
|
id?: string;
|
|
1831
1049
|
}[];
|
|
@@ -1839,22 +1057,7 @@ export declare const TaskQueueListResp: {
|
|
|
1839
1057
|
} & { [K in Exclude<keyof I["ids"][number], "id">]: never; })[] & { [K_1 in Exclude<keyof I["ids"], keyof {
|
|
1840
1058
|
id?: string;
|
|
1841
1059
|
}[]>]: never; };
|
|
1842
|
-
} & { [K_2 in Exclude<keyof I, "ids">]: never; }>(
|
|
1843
|
-
fromPartial<I_1 extends {
|
|
1844
|
-
ids?: {
|
|
1845
|
-
id?: string;
|
|
1846
|
-
}[];
|
|
1847
|
-
} & {
|
|
1848
|
-
ids?: {
|
|
1849
|
-
id?: string;
|
|
1850
|
-
}[] & ({
|
|
1851
|
-
id?: string;
|
|
1852
|
-
} & {
|
|
1853
|
-
id?: string;
|
|
1854
|
-
} & { [K_3 in Exclude<keyof I_1["ids"][number], "id">]: never; })[] & { [K_4 in Exclude<keyof I_1["ids"], keyof {
|
|
1855
|
-
id?: string;
|
|
1856
|
-
}[]>]: never; };
|
|
1857
|
-
} & { [K_5 in Exclude<keyof I_1, "ids">]: never; }>(object: I_1): TaskQueueListResp;
|
|
1060
|
+
} & { [K_2 in Exclude<keyof I, "ids">]: never; }>(object: I): TaskQueueListResp;
|
|
1858
1061
|
};
|
|
1859
1062
|
/** Task status */
|
|
1860
1063
|
export interface FileTransferService {
|
|
@@ -1929,7 +1132,7 @@ interface UnaryMethodDefinitionishR extends grpc.UnaryMethodDefinition<any, any>
|
|
|
1929
1132
|
requestStream: any;
|
|
1930
1133
|
responseStream: any;
|
|
1931
1134
|
}
|
|
1932
|
-
type UnaryMethodDefinitionish = UnaryMethodDefinitionishR;
|
|
1135
|
+
declare type UnaryMethodDefinitionish = UnaryMethodDefinitionishR;
|
|
1933
1136
|
interface Rpc {
|
|
1934
1137
|
unary<T extends UnaryMethodDefinitionish>(methodDesc: T, request: any, metadata: grpc.Metadata | undefined): Promise<any>;
|
|
1935
1138
|
invoke<T extends UnaryMethodDefinitionish>(methodDesc: T, request: any, metadata: grpc.Metadata | undefined): Observable<any>;
|
|
@@ -1947,12 +1150,11 @@ export declare class GrpcWebImpl {
|
|
|
1947
1150
|
unary<T extends UnaryMethodDefinitionish>(methodDesc: T, _request: any, metadata: grpc.Metadata | undefined): Promise<any>;
|
|
1948
1151
|
invoke<T extends UnaryMethodDefinitionish>(methodDesc: T, _request: any, metadata: grpc.Metadata | undefined): Observable<any>;
|
|
1949
1152
|
}
|
|
1950
|
-
declare
|
|
1951
|
-
type
|
|
1952
|
-
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 {} ? {
|
|
1153
|
+
declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
1154
|
+
declare 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 {} ? {
|
|
1953
1155
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
1954
1156
|
} : Partial<T>;
|
|
1955
|
-
export declare class GrpcWebError extends
|
|
1157
|
+
export declare class GrpcWebError extends Error {
|
|
1956
1158
|
code: grpc.Code;
|
|
1957
1159
|
metadata: grpc.Metadata;
|
|
1958
1160
|
constructor(message: string, code: grpc.Code, metadata: grpc.Metadata);
|