@lazycatcloud/sdk 0.1.194 → 0.1.197
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 +32 -10
- package/dist/common/apk_shell.d.ts.map +1 -1
- package/dist/common/apk_shell.js +63 -31
- 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 +46 -10
- package/dist/sys/btled.d.ts.map +1 -1
- package/dist/sys/btled.js +74 -22
- package/dist/sys/btled.js.map +1 -1
- 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 +75 -19
- package/dist/sys/installer.d.ts.map +1 -1
- package/dist/sys/installer.js +129 -59
- package/dist/sys/installer.js.map +1 -1
- 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 +361 -42
- package/dist/sys/package_manager.d.ts.map +1 -1
- package/dist/sys/package_manager.js +547 -158
- package/dist/sys/package_manager.js.map +1 -1
- package/dist/sys/portal-server/portal-server.d.ts +437 -71
- package/dist/sys/portal-server/portal-server.d.ts.map +1 -1
- package/dist/sys/portal-server/portal-server.js +863 -282
- 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
|
@@ -167,31 +167,43 @@ export declare const FileLocation: {
|
|
|
167
167
|
decode(input: _m0.Reader | Uint8Array, length?: number): FileLocation;
|
|
168
168
|
fromJSON(object: any): FileLocation;
|
|
169
169
|
toJSON(message: FileLocation): unknown;
|
|
170
|
-
|
|
170
|
+
create<I extends {
|
|
171
171
|
locationType?: FileLocation_FileLocationType;
|
|
172
172
|
value?: string;
|
|
173
173
|
} & {
|
|
174
174
|
locationType?: FileLocation_FileLocationType;
|
|
175
175
|
value?: string;
|
|
176
|
-
} & { [K in Exclude<keyof I, keyof FileLocation>]: never; }>(
|
|
176
|
+
} & { [K in Exclude<keyof I, keyof FileLocation>]: never; }>(base?: I): FileLocation;
|
|
177
|
+
fromPartial<I_1 extends {
|
|
178
|
+
locationType?: FileLocation_FileLocationType;
|
|
179
|
+
value?: string;
|
|
180
|
+
} & {
|
|
181
|
+
locationType?: FileLocation_FileLocationType;
|
|
182
|
+
value?: string;
|
|
183
|
+
} & { [K_1 in Exclude<keyof I_1, keyof FileLocation>]: never; }>(object: I_1): FileLocation;
|
|
177
184
|
};
|
|
178
185
|
export declare const MetaInfo: {
|
|
179
186
|
encode(message: MetaInfo, writer?: _m0.Writer): _m0.Writer;
|
|
180
187
|
decode(input: _m0.Reader | Uint8Array, length?: number): MetaInfo;
|
|
181
188
|
fromJSON(object: any): MetaInfo;
|
|
182
189
|
toJSON(message: MetaInfo): unknown;
|
|
183
|
-
|
|
190
|
+
create<I extends {
|
|
191
|
+
metaInfo?: string;
|
|
192
|
+
} & {
|
|
193
|
+
metaInfo?: string;
|
|
194
|
+
} & { [K in Exclude<keyof I, "metaInfo">]: never; }>(base?: I): MetaInfo;
|
|
195
|
+
fromPartial<I_1 extends {
|
|
184
196
|
metaInfo?: string;
|
|
185
197
|
} & {
|
|
186
198
|
metaInfo?: string;
|
|
187
|
-
} & { [
|
|
199
|
+
} & { [K_1 in Exclude<keyof I_1, "metaInfo">]: never; }>(object: I_1): MetaInfo;
|
|
188
200
|
};
|
|
189
201
|
export declare const TaskCreateRequest: {
|
|
190
202
|
encode(message: TaskCreateRequest, writer?: _m0.Writer): _m0.Writer;
|
|
191
203
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskCreateRequest;
|
|
192
204
|
fromJSON(object: any): TaskCreateRequest;
|
|
193
205
|
toJSON(message: TaskCreateRequest): unknown;
|
|
194
|
-
|
|
206
|
+
create<I extends {
|
|
195
207
|
src?: {
|
|
196
208
|
locationType?: FileLocation_FileLocationType;
|
|
197
209
|
value?: string;
|
|
@@ -235,14 +247,59 @@ export declare const TaskCreateRequest: {
|
|
|
235
247
|
} & {
|
|
236
248
|
metaInfo?: string;
|
|
237
249
|
} & { [K_3 in Exclude<keyof I["metaInfo"], "metaInfo">]: never; };
|
|
238
|
-
} & { [K_4 in Exclude<keyof I, keyof TaskCreateRequest>]: never; }>(
|
|
250
|
+
} & { [K_4 in Exclude<keyof I, keyof TaskCreateRequest>]: never; }>(base?: I): TaskCreateRequest;
|
|
251
|
+
fromPartial<I_1 extends {
|
|
252
|
+
src?: {
|
|
253
|
+
locationType?: FileLocation_FileLocationType;
|
|
254
|
+
value?: string;
|
|
255
|
+
};
|
|
256
|
+
dst?: {
|
|
257
|
+
locationType?: FileLocation_FileLocationType;
|
|
258
|
+
value?: string;
|
|
259
|
+
};
|
|
260
|
+
name?: string;
|
|
261
|
+
queueId?: {
|
|
262
|
+
id?: string;
|
|
263
|
+
};
|
|
264
|
+
status?: TaskStatus | undefined;
|
|
265
|
+
metaInfo?: {
|
|
266
|
+
metaInfo?: string;
|
|
267
|
+
};
|
|
268
|
+
} & {
|
|
269
|
+
src?: {
|
|
270
|
+
locationType?: FileLocation_FileLocationType;
|
|
271
|
+
value?: string;
|
|
272
|
+
} & {
|
|
273
|
+
locationType?: FileLocation_FileLocationType;
|
|
274
|
+
value?: string;
|
|
275
|
+
} & { [K_5 in Exclude<keyof I_1["src"], keyof FileLocation>]: never; };
|
|
276
|
+
dst?: {
|
|
277
|
+
locationType?: FileLocation_FileLocationType;
|
|
278
|
+
value?: string;
|
|
279
|
+
} & {
|
|
280
|
+
locationType?: FileLocation_FileLocationType;
|
|
281
|
+
value?: string;
|
|
282
|
+
} & { [K_6 in Exclude<keyof I_1["dst"], keyof FileLocation>]: never; };
|
|
283
|
+
name?: string;
|
|
284
|
+
queueId?: {
|
|
285
|
+
id?: string;
|
|
286
|
+
} & {
|
|
287
|
+
id?: string;
|
|
288
|
+
} & { [K_7 in Exclude<keyof I_1["queueId"], "id">]: never; };
|
|
289
|
+
status?: TaskStatus | undefined;
|
|
290
|
+
metaInfo?: {
|
|
291
|
+
metaInfo?: string;
|
|
292
|
+
} & {
|
|
293
|
+
metaInfo?: string;
|
|
294
|
+
} & { [K_8 in Exclude<keyof I_1["metaInfo"], "metaInfo">]: never; };
|
|
295
|
+
} & { [K_9 in Exclude<keyof I_1, keyof TaskCreateRequest>]: never; }>(object: I_1): TaskCreateRequest;
|
|
239
296
|
};
|
|
240
297
|
export declare const TaskCreateRequests: {
|
|
241
298
|
encode(message: TaskCreateRequests, writer?: _m0.Writer): _m0.Writer;
|
|
242
299
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskCreateRequests;
|
|
243
300
|
fromJSON(object: any): TaskCreateRequests;
|
|
244
301
|
toJSON(message: TaskCreateRequests): unknown;
|
|
245
|
-
|
|
302
|
+
create<I extends {
|
|
246
303
|
Requests?: {
|
|
247
304
|
src?: {
|
|
248
305
|
locationType?: FileLocation_FileLocationType;
|
|
@@ -341,25 +398,139 @@ export declare const TaskCreateRequests: {
|
|
|
341
398
|
metaInfo?: string;
|
|
342
399
|
};
|
|
343
400
|
}[]>]: never; };
|
|
344
|
-
} & { [K_6 in Exclude<keyof I, "Requests">]: never; }>(
|
|
401
|
+
} & { [K_6 in Exclude<keyof I, "Requests">]: never; }>(base?: I): TaskCreateRequests;
|
|
402
|
+
fromPartial<I_1 extends {
|
|
403
|
+
Requests?: {
|
|
404
|
+
src?: {
|
|
405
|
+
locationType?: FileLocation_FileLocationType;
|
|
406
|
+
value?: string;
|
|
407
|
+
};
|
|
408
|
+
dst?: {
|
|
409
|
+
locationType?: FileLocation_FileLocationType;
|
|
410
|
+
value?: string;
|
|
411
|
+
};
|
|
412
|
+
name?: string;
|
|
413
|
+
queueId?: {
|
|
414
|
+
id?: string;
|
|
415
|
+
};
|
|
416
|
+
status?: TaskStatus | undefined;
|
|
417
|
+
metaInfo?: {
|
|
418
|
+
metaInfo?: string;
|
|
419
|
+
};
|
|
420
|
+
}[];
|
|
421
|
+
} & {
|
|
422
|
+
Requests?: {
|
|
423
|
+
src?: {
|
|
424
|
+
locationType?: FileLocation_FileLocationType;
|
|
425
|
+
value?: string;
|
|
426
|
+
};
|
|
427
|
+
dst?: {
|
|
428
|
+
locationType?: FileLocation_FileLocationType;
|
|
429
|
+
value?: string;
|
|
430
|
+
};
|
|
431
|
+
name?: string;
|
|
432
|
+
queueId?: {
|
|
433
|
+
id?: string;
|
|
434
|
+
};
|
|
435
|
+
status?: TaskStatus | undefined;
|
|
436
|
+
metaInfo?: {
|
|
437
|
+
metaInfo?: string;
|
|
438
|
+
};
|
|
439
|
+
}[] & ({
|
|
440
|
+
src?: {
|
|
441
|
+
locationType?: FileLocation_FileLocationType;
|
|
442
|
+
value?: string;
|
|
443
|
+
};
|
|
444
|
+
dst?: {
|
|
445
|
+
locationType?: FileLocation_FileLocationType;
|
|
446
|
+
value?: string;
|
|
447
|
+
};
|
|
448
|
+
name?: string;
|
|
449
|
+
queueId?: {
|
|
450
|
+
id?: string;
|
|
451
|
+
};
|
|
452
|
+
status?: TaskStatus | undefined;
|
|
453
|
+
metaInfo?: {
|
|
454
|
+
metaInfo?: string;
|
|
455
|
+
};
|
|
456
|
+
} & {
|
|
457
|
+
src?: {
|
|
458
|
+
locationType?: FileLocation_FileLocationType;
|
|
459
|
+
value?: string;
|
|
460
|
+
} & {
|
|
461
|
+
locationType?: FileLocation_FileLocationType;
|
|
462
|
+
value?: string;
|
|
463
|
+
} & { [K_7 in Exclude<keyof I_1["Requests"][number]["src"], keyof FileLocation>]: never; };
|
|
464
|
+
dst?: {
|
|
465
|
+
locationType?: FileLocation_FileLocationType;
|
|
466
|
+
value?: string;
|
|
467
|
+
} & {
|
|
468
|
+
locationType?: FileLocation_FileLocationType;
|
|
469
|
+
value?: string;
|
|
470
|
+
} & { [K_8 in Exclude<keyof I_1["Requests"][number]["dst"], keyof FileLocation>]: never; };
|
|
471
|
+
name?: string;
|
|
472
|
+
queueId?: {
|
|
473
|
+
id?: string;
|
|
474
|
+
} & {
|
|
475
|
+
id?: string;
|
|
476
|
+
} & { [K_9 in Exclude<keyof I_1["Requests"][number]["queueId"], "id">]: never; };
|
|
477
|
+
status?: TaskStatus | undefined;
|
|
478
|
+
metaInfo?: {
|
|
479
|
+
metaInfo?: string;
|
|
480
|
+
} & {
|
|
481
|
+
metaInfo?: string;
|
|
482
|
+
} & { [K_10 in Exclude<keyof I_1["Requests"][number]["metaInfo"], "metaInfo">]: never; };
|
|
483
|
+
} & { [K_11 in Exclude<keyof I_1["Requests"][number], keyof TaskCreateRequest>]: never; })[] & { [K_12 in Exclude<keyof I_1["Requests"], keyof {
|
|
484
|
+
src?: {
|
|
485
|
+
locationType?: FileLocation_FileLocationType;
|
|
486
|
+
value?: string;
|
|
487
|
+
};
|
|
488
|
+
dst?: {
|
|
489
|
+
locationType?: FileLocation_FileLocationType;
|
|
490
|
+
value?: string;
|
|
491
|
+
};
|
|
492
|
+
name?: string;
|
|
493
|
+
queueId?: {
|
|
494
|
+
id?: string;
|
|
495
|
+
};
|
|
496
|
+
status?: TaskStatus | undefined;
|
|
497
|
+
metaInfo?: {
|
|
498
|
+
metaInfo?: string;
|
|
499
|
+
};
|
|
500
|
+
}[]>]: never; };
|
|
501
|
+
} & { [K_13 in Exclude<keyof I_1, "Requests">]: never; }>(object: I_1): TaskCreateRequests;
|
|
345
502
|
};
|
|
346
503
|
export declare const TaskID: {
|
|
347
504
|
encode(message: TaskID, writer?: _m0.Writer): _m0.Writer;
|
|
348
505
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskID;
|
|
349
506
|
fromJSON(object: any): TaskID;
|
|
350
507
|
toJSON(message: TaskID): unknown;
|
|
351
|
-
|
|
508
|
+
create<I extends {
|
|
352
509
|
id?: string;
|
|
353
510
|
} & {
|
|
354
511
|
id?: string;
|
|
355
|
-
} & { [K in Exclude<keyof I, "id">]: never; }>(
|
|
512
|
+
} & { [K in Exclude<keyof I, "id">]: never; }>(base?: I): TaskID;
|
|
513
|
+
fromPartial<I_1 extends {
|
|
514
|
+
id?: string;
|
|
515
|
+
} & {
|
|
516
|
+
id?: string;
|
|
517
|
+
} & { [K_1 in Exclude<keyof I_1, "id">]: never; }>(object: I_1): TaskID;
|
|
356
518
|
};
|
|
357
519
|
export declare const TransmitInfo: {
|
|
358
520
|
encode(message: TransmitInfo, writer?: _m0.Writer): _m0.Writer;
|
|
359
521
|
decode(input: _m0.Reader | Uint8Array, length?: number): TransmitInfo;
|
|
360
522
|
fromJSON(object: any): TransmitInfo;
|
|
361
523
|
toJSON(message: TransmitInfo): unknown;
|
|
362
|
-
|
|
524
|
+
create<I extends {
|
|
525
|
+
total?: number;
|
|
526
|
+
transmitted?: number;
|
|
527
|
+
speed?: number;
|
|
528
|
+
} & {
|
|
529
|
+
total?: number;
|
|
530
|
+
transmitted?: number;
|
|
531
|
+
speed?: number;
|
|
532
|
+
} & { [K in Exclude<keyof I, keyof TransmitInfo>]: never; }>(base?: I): TransmitInfo;
|
|
533
|
+
fromPartial<I_1 extends {
|
|
363
534
|
total?: number;
|
|
364
535
|
transmitted?: number;
|
|
365
536
|
speed?: number;
|
|
@@ -367,14 +538,14 @@ export declare const TransmitInfo: {
|
|
|
367
538
|
total?: number;
|
|
368
539
|
transmitted?: number;
|
|
369
540
|
speed?: number;
|
|
370
|
-
} & { [
|
|
541
|
+
} & { [K_1 in Exclude<keyof I_1, keyof TransmitInfo>]: never; }>(object: I_1): TransmitInfo;
|
|
371
542
|
};
|
|
372
543
|
export declare const Task: {
|
|
373
544
|
encode(message: Task, writer?: _m0.Writer): _m0.Writer;
|
|
374
545
|
decode(input: _m0.Reader | Uint8Array, length?: number): Task;
|
|
375
546
|
fromJSON(object: any): Task;
|
|
376
547
|
toJSON(message: Task): unknown;
|
|
377
|
-
|
|
548
|
+
create<I extends {
|
|
378
549
|
id?: {
|
|
379
550
|
id?: string;
|
|
380
551
|
};
|
|
@@ -440,14 +611,90 @@ export declare const Task: {
|
|
|
440
611
|
} & {
|
|
441
612
|
metaInfo?: string;
|
|
442
613
|
} & { [K_4 in Exclude<keyof I["metaInfo"], "metaInfo">]: never; };
|
|
443
|
-
} & { [K_5 in Exclude<keyof I, keyof Task>]: never; }>(
|
|
614
|
+
} & { [K_5 in Exclude<keyof I, keyof Task>]: never; }>(base?: I): Task;
|
|
615
|
+
fromPartial<I_1 extends {
|
|
616
|
+
id?: {
|
|
617
|
+
id?: string;
|
|
618
|
+
};
|
|
619
|
+
src?: {
|
|
620
|
+
locationType?: FileLocation_FileLocationType;
|
|
621
|
+
value?: string;
|
|
622
|
+
};
|
|
623
|
+
dst?: {
|
|
624
|
+
locationType?: FileLocation_FileLocationType;
|
|
625
|
+
value?: string;
|
|
626
|
+
};
|
|
627
|
+
fileName?: string;
|
|
628
|
+
mimeType?: string;
|
|
629
|
+
status?: TaskStatus;
|
|
630
|
+
size?: number | undefined;
|
|
631
|
+
info?: {
|
|
632
|
+
total?: number;
|
|
633
|
+
transmitted?: number;
|
|
634
|
+
speed?: number;
|
|
635
|
+
};
|
|
636
|
+
createdAt?: Date | undefined;
|
|
637
|
+
updatedAt?: Date | undefined;
|
|
638
|
+
metaInfo?: {
|
|
639
|
+
metaInfo?: string;
|
|
640
|
+
};
|
|
641
|
+
} & {
|
|
642
|
+
id?: {
|
|
643
|
+
id?: string;
|
|
644
|
+
} & {
|
|
645
|
+
id?: string;
|
|
646
|
+
} & { [K_6 in Exclude<keyof I_1["id"], "id">]: never; };
|
|
647
|
+
src?: {
|
|
648
|
+
locationType?: FileLocation_FileLocationType;
|
|
649
|
+
value?: string;
|
|
650
|
+
} & {
|
|
651
|
+
locationType?: FileLocation_FileLocationType;
|
|
652
|
+
value?: string;
|
|
653
|
+
} & { [K_7 in Exclude<keyof I_1["src"], keyof FileLocation>]: never; };
|
|
654
|
+
dst?: {
|
|
655
|
+
locationType?: FileLocation_FileLocationType;
|
|
656
|
+
value?: string;
|
|
657
|
+
} & {
|
|
658
|
+
locationType?: FileLocation_FileLocationType;
|
|
659
|
+
value?: string;
|
|
660
|
+
} & { [K_8 in Exclude<keyof I_1["dst"], keyof FileLocation>]: never; };
|
|
661
|
+
fileName?: string;
|
|
662
|
+
mimeType?: string;
|
|
663
|
+
status?: TaskStatus;
|
|
664
|
+
size?: number | undefined;
|
|
665
|
+
info?: {
|
|
666
|
+
total?: number;
|
|
667
|
+
transmitted?: number;
|
|
668
|
+
speed?: number;
|
|
669
|
+
} & {
|
|
670
|
+
total?: number;
|
|
671
|
+
transmitted?: number;
|
|
672
|
+
speed?: number;
|
|
673
|
+
} & { [K_9 in Exclude<keyof I_1["info"], keyof TransmitInfo>]: never; };
|
|
674
|
+
createdAt?: Date | undefined;
|
|
675
|
+
updatedAt?: Date | undefined;
|
|
676
|
+
metaInfo?: {
|
|
677
|
+
metaInfo?: string;
|
|
678
|
+
} & {
|
|
679
|
+
metaInfo?: string;
|
|
680
|
+
} & { [K_10 in Exclude<keyof I_1["metaInfo"], "metaInfo">]: never; };
|
|
681
|
+
} & { [K_11 in Exclude<keyof I_1, keyof Task>]: never; }>(object: I_1): Task;
|
|
444
682
|
};
|
|
445
683
|
export declare const TaskQueueConfig: {
|
|
446
684
|
encode(message: TaskQueueConfig, writer?: _m0.Writer): _m0.Writer;
|
|
447
685
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskQueueConfig;
|
|
448
686
|
fromJSON(object: any): TaskQueueConfig;
|
|
449
687
|
toJSON(message: TaskQueueConfig): unknown;
|
|
450
|
-
|
|
688
|
+
create<I extends {
|
|
689
|
+
maxParallel?: number;
|
|
690
|
+
maxRatePerFile?: number;
|
|
691
|
+
maxRate?: number;
|
|
692
|
+
} & {
|
|
693
|
+
maxParallel?: number;
|
|
694
|
+
maxRatePerFile?: number;
|
|
695
|
+
maxRate?: number;
|
|
696
|
+
} & { [K in Exclude<keyof I, keyof TaskQueueConfig>]: never; }>(base?: I): TaskQueueConfig;
|
|
697
|
+
fromPartial<I_1 extends {
|
|
451
698
|
maxParallel?: number;
|
|
452
699
|
maxRatePerFile?: number;
|
|
453
700
|
maxRate?: number;
|
|
@@ -455,25 +702,30 @@ export declare const TaskQueueConfig: {
|
|
|
455
702
|
maxParallel?: number;
|
|
456
703
|
maxRatePerFile?: number;
|
|
457
704
|
maxRate?: number;
|
|
458
|
-
} & { [
|
|
705
|
+
} & { [K_1 in Exclude<keyof I_1, keyof TaskQueueConfig>]: never; }>(object: I_1): TaskQueueConfig;
|
|
459
706
|
};
|
|
460
707
|
export declare const TaskQueueID: {
|
|
461
708
|
encode(message: TaskQueueID, writer?: _m0.Writer): _m0.Writer;
|
|
462
709
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskQueueID;
|
|
463
710
|
fromJSON(object: any): TaskQueueID;
|
|
464
711
|
toJSON(message: TaskQueueID): unknown;
|
|
465
|
-
|
|
712
|
+
create<I extends {
|
|
713
|
+
id?: string;
|
|
714
|
+
} & {
|
|
715
|
+
id?: string;
|
|
716
|
+
} & { [K in Exclude<keyof I, "id">]: never; }>(base?: I): TaskQueueID;
|
|
717
|
+
fromPartial<I_1 extends {
|
|
466
718
|
id?: string;
|
|
467
719
|
} & {
|
|
468
720
|
id?: string;
|
|
469
|
-
} & { [
|
|
721
|
+
} & { [K_1 in Exclude<keyof I_1, "id">]: never; }>(object: I_1): TaskQueueID;
|
|
470
722
|
};
|
|
471
723
|
export declare const TaskQueueConfigReq: {
|
|
472
724
|
encode(message: TaskQueueConfigReq, writer?: _m0.Writer): _m0.Writer;
|
|
473
725
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskQueueConfigReq;
|
|
474
726
|
fromJSON(object: any): TaskQueueConfigReq;
|
|
475
727
|
toJSON(message: TaskQueueConfigReq): unknown;
|
|
476
|
-
|
|
728
|
+
create<I extends {
|
|
477
729
|
id?: {
|
|
478
730
|
id?: string;
|
|
479
731
|
};
|
|
@@ -497,14 +749,39 @@ export declare const TaskQueueConfigReq: {
|
|
|
497
749
|
maxRatePerFile?: number;
|
|
498
750
|
maxRate?: number;
|
|
499
751
|
} & { [K_1 in Exclude<keyof I["config"], keyof TaskQueueConfig>]: never; };
|
|
500
|
-
} & { [K_2 in Exclude<keyof I, keyof TaskQueueConfigReq>]: never; }>(
|
|
752
|
+
} & { [K_2 in Exclude<keyof I, keyof TaskQueueConfigReq>]: never; }>(base?: I): TaskQueueConfigReq;
|
|
753
|
+
fromPartial<I_1 extends {
|
|
754
|
+
id?: {
|
|
755
|
+
id?: string;
|
|
756
|
+
};
|
|
757
|
+
config?: {
|
|
758
|
+
maxParallel?: number;
|
|
759
|
+
maxRatePerFile?: number;
|
|
760
|
+
maxRate?: number;
|
|
761
|
+
};
|
|
762
|
+
} & {
|
|
763
|
+
id?: {
|
|
764
|
+
id?: string;
|
|
765
|
+
} & {
|
|
766
|
+
id?: string;
|
|
767
|
+
} & { [K_3 in Exclude<keyof I_1["id"], "id">]: never; };
|
|
768
|
+
config?: {
|
|
769
|
+
maxParallel?: number;
|
|
770
|
+
maxRatePerFile?: number;
|
|
771
|
+
maxRate?: number;
|
|
772
|
+
} & {
|
|
773
|
+
maxParallel?: number;
|
|
774
|
+
maxRatePerFile?: number;
|
|
775
|
+
maxRate?: number;
|
|
776
|
+
} & { [K_4 in Exclude<keyof I_1["config"], keyof TaskQueueConfig>]: never; };
|
|
777
|
+
} & { [K_5 in Exclude<keyof I_1, keyof TaskQueueConfigReq>]: never; }>(object: I_1): TaskQueueConfigReq;
|
|
501
778
|
};
|
|
502
779
|
export declare const TaskQueue: {
|
|
503
780
|
encode(message: TaskQueue, writer?: _m0.Writer): _m0.Writer;
|
|
504
781
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskQueue;
|
|
505
782
|
fromJSON(object: any): TaskQueue;
|
|
506
783
|
toJSON(message: TaskQueue): unknown;
|
|
507
|
-
|
|
784
|
+
create<I extends {
|
|
508
785
|
id?: {
|
|
509
786
|
id?: string;
|
|
510
787
|
};
|
|
@@ -662,14 +939,8 @@ export declare const TaskQueue: {
|
|
|
662
939
|
metaInfo?: string;
|
|
663
940
|
};
|
|
664
941
|
}[]>]: never; };
|
|
665
|
-
} & { [K_8 in Exclude<keyof I, keyof TaskQueue>]: never; }>(
|
|
666
|
-
|
|
667
|
-
export declare const FileTaskQueueResp: {
|
|
668
|
-
encode(message: FileTaskQueueResp, writer?: _m0.Writer): _m0.Writer;
|
|
669
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): FileTaskQueueResp;
|
|
670
|
-
fromJSON(object: any): FileTaskQueueResp;
|
|
671
|
-
toJSON(message: FileTaskQueueResp): unknown;
|
|
672
|
-
fromPartial<I extends {
|
|
942
|
+
} & { [K_8 in Exclude<keyof I, keyof TaskQueue>]: never; }>(base?: I): TaskQueue;
|
|
943
|
+
fromPartial<I_1 extends {
|
|
673
944
|
id?: {
|
|
674
945
|
id?: string;
|
|
675
946
|
};
|
|
@@ -706,7 +977,7 @@ export declare const FileTaskQueueResp: {
|
|
|
706
977
|
id?: string;
|
|
707
978
|
} & {
|
|
708
979
|
id?: string;
|
|
709
|
-
} & { [
|
|
980
|
+
} & { [K_9 in Exclude<keyof I_1["id"], "id">]: never; };
|
|
710
981
|
status?: QueueStatus;
|
|
711
982
|
tasks?: {
|
|
712
983
|
id?: {
|
|
@@ -765,21 +1036,21 @@ export declare const FileTaskQueueResp: {
|
|
|
765
1036
|
id?: string;
|
|
766
1037
|
} & {
|
|
767
1038
|
id?: string;
|
|
768
|
-
} & { [
|
|
1039
|
+
} & { [K_10 in Exclude<keyof I_1["tasks"][number]["id"], "id">]: never; };
|
|
769
1040
|
src?: {
|
|
770
1041
|
locationType?: FileLocation_FileLocationType;
|
|
771
1042
|
value?: string;
|
|
772
1043
|
} & {
|
|
773
1044
|
locationType?: FileLocation_FileLocationType;
|
|
774
1045
|
value?: string;
|
|
775
|
-
} & { [
|
|
1046
|
+
} & { [K_11 in Exclude<keyof I_1["tasks"][number]["src"], keyof FileLocation>]: never; };
|
|
776
1047
|
dst?: {
|
|
777
1048
|
locationType?: FileLocation_FileLocationType;
|
|
778
1049
|
value?: string;
|
|
779
1050
|
} & {
|
|
780
1051
|
locationType?: FileLocation_FileLocationType;
|
|
781
1052
|
value?: string;
|
|
782
|
-
} & { [
|
|
1053
|
+
} & { [K_12 in Exclude<keyof I_1["tasks"][number]["dst"], keyof FileLocation>]: never; };
|
|
783
1054
|
fileName?: string;
|
|
784
1055
|
mimeType?: string;
|
|
785
1056
|
status?: TaskStatus;
|
|
@@ -792,15 +1063,15 @@ export declare const FileTaskQueueResp: {
|
|
|
792
1063
|
total?: number;
|
|
793
1064
|
transmitted?: number;
|
|
794
1065
|
speed?: number;
|
|
795
|
-
} & { [
|
|
1066
|
+
} & { [K_13 in Exclude<keyof I_1["tasks"][number]["info"], keyof TransmitInfo>]: never; };
|
|
796
1067
|
createdAt?: Date | undefined;
|
|
797
1068
|
updatedAt?: Date | undefined;
|
|
798
1069
|
metaInfo?: {
|
|
799
1070
|
metaInfo?: string;
|
|
800
1071
|
} & {
|
|
801
1072
|
metaInfo?: string;
|
|
802
|
-
} & { [
|
|
803
|
-
} & { [
|
|
1073
|
+
} & { [K_14 in Exclude<keyof I_1["tasks"][number]["metaInfo"], "metaInfo">]: never; };
|
|
1074
|
+
} & { [K_15 in Exclude<keyof I_1["tasks"][number], keyof Task>]: never; })[] & { [K_16 in Exclude<keyof I_1["tasks"], keyof {
|
|
804
1075
|
id?: {
|
|
805
1076
|
id?: string;
|
|
806
1077
|
};
|
|
@@ -827,14 +1098,338 @@ export declare const FileTaskQueueResp: {
|
|
|
827
1098
|
metaInfo?: string;
|
|
828
1099
|
};
|
|
829
1100
|
}[]>]: never; };
|
|
830
|
-
} & { [
|
|
1101
|
+
} & { [K_17 in Exclude<keyof I_1, keyof TaskQueue>]: never; }>(object: I_1): TaskQueue;
|
|
831
1102
|
};
|
|
832
|
-
export declare const
|
|
833
|
-
encode(message:
|
|
1103
|
+
export declare const FileTaskQueueResp: {
|
|
1104
|
+
encode(message: FileTaskQueueResp, writer?: _m0.Writer): _m0.Writer;
|
|
1105
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): FileTaskQueueResp;
|
|
1106
|
+
fromJSON(object: any): FileTaskQueueResp;
|
|
1107
|
+
toJSON(message: FileTaskQueueResp): unknown;
|
|
1108
|
+
create<I extends {
|
|
1109
|
+
id?: {
|
|
1110
|
+
id?: string;
|
|
1111
|
+
};
|
|
1112
|
+
status?: QueueStatus;
|
|
1113
|
+
tasks?: {
|
|
1114
|
+
id?: {
|
|
1115
|
+
id?: string;
|
|
1116
|
+
};
|
|
1117
|
+
src?: {
|
|
1118
|
+
locationType?: FileLocation_FileLocationType;
|
|
1119
|
+
value?: string;
|
|
1120
|
+
};
|
|
1121
|
+
dst?: {
|
|
1122
|
+
locationType?: FileLocation_FileLocationType;
|
|
1123
|
+
value?: string;
|
|
1124
|
+
};
|
|
1125
|
+
fileName?: string;
|
|
1126
|
+
mimeType?: string;
|
|
1127
|
+
status?: TaskStatus;
|
|
1128
|
+
size?: number | undefined;
|
|
1129
|
+
info?: {
|
|
1130
|
+
total?: number;
|
|
1131
|
+
transmitted?: number;
|
|
1132
|
+
speed?: number;
|
|
1133
|
+
};
|
|
1134
|
+
createdAt?: Date | undefined;
|
|
1135
|
+
updatedAt?: Date | undefined;
|
|
1136
|
+
metaInfo?: {
|
|
1137
|
+
metaInfo?: string;
|
|
1138
|
+
};
|
|
1139
|
+
}[];
|
|
1140
|
+
} & {
|
|
1141
|
+
id?: {
|
|
1142
|
+
id?: string;
|
|
1143
|
+
} & {
|
|
1144
|
+
id?: string;
|
|
1145
|
+
} & { [K in Exclude<keyof I["id"], "id">]: never; };
|
|
1146
|
+
status?: QueueStatus;
|
|
1147
|
+
tasks?: {
|
|
1148
|
+
id?: {
|
|
1149
|
+
id?: string;
|
|
1150
|
+
};
|
|
1151
|
+
src?: {
|
|
1152
|
+
locationType?: FileLocation_FileLocationType;
|
|
1153
|
+
value?: string;
|
|
1154
|
+
};
|
|
1155
|
+
dst?: {
|
|
1156
|
+
locationType?: FileLocation_FileLocationType;
|
|
1157
|
+
value?: string;
|
|
1158
|
+
};
|
|
1159
|
+
fileName?: string;
|
|
1160
|
+
mimeType?: string;
|
|
1161
|
+
status?: TaskStatus;
|
|
1162
|
+
size?: number | undefined;
|
|
1163
|
+
info?: {
|
|
1164
|
+
total?: number;
|
|
1165
|
+
transmitted?: number;
|
|
1166
|
+
speed?: number;
|
|
1167
|
+
};
|
|
1168
|
+
createdAt?: Date | undefined;
|
|
1169
|
+
updatedAt?: Date | undefined;
|
|
1170
|
+
metaInfo?: {
|
|
1171
|
+
metaInfo?: string;
|
|
1172
|
+
};
|
|
1173
|
+
}[] & ({
|
|
1174
|
+
id?: {
|
|
1175
|
+
id?: string;
|
|
1176
|
+
};
|
|
1177
|
+
src?: {
|
|
1178
|
+
locationType?: FileLocation_FileLocationType;
|
|
1179
|
+
value?: string;
|
|
1180
|
+
};
|
|
1181
|
+
dst?: {
|
|
1182
|
+
locationType?: FileLocation_FileLocationType;
|
|
1183
|
+
value?: string;
|
|
1184
|
+
};
|
|
1185
|
+
fileName?: string;
|
|
1186
|
+
mimeType?: string;
|
|
1187
|
+
status?: TaskStatus;
|
|
1188
|
+
size?: number | undefined;
|
|
1189
|
+
info?: {
|
|
1190
|
+
total?: number;
|
|
1191
|
+
transmitted?: number;
|
|
1192
|
+
speed?: number;
|
|
1193
|
+
};
|
|
1194
|
+
createdAt?: Date | undefined;
|
|
1195
|
+
updatedAt?: Date | undefined;
|
|
1196
|
+
metaInfo?: {
|
|
1197
|
+
metaInfo?: string;
|
|
1198
|
+
};
|
|
1199
|
+
} & {
|
|
1200
|
+
id?: {
|
|
1201
|
+
id?: string;
|
|
1202
|
+
} & {
|
|
1203
|
+
id?: string;
|
|
1204
|
+
} & { [K_1 in Exclude<keyof I["tasks"][number]["id"], "id">]: never; };
|
|
1205
|
+
src?: {
|
|
1206
|
+
locationType?: FileLocation_FileLocationType;
|
|
1207
|
+
value?: string;
|
|
1208
|
+
} & {
|
|
1209
|
+
locationType?: FileLocation_FileLocationType;
|
|
1210
|
+
value?: string;
|
|
1211
|
+
} & { [K_2 in Exclude<keyof I["tasks"][number]["src"], keyof FileLocation>]: never; };
|
|
1212
|
+
dst?: {
|
|
1213
|
+
locationType?: FileLocation_FileLocationType;
|
|
1214
|
+
value?: string;
|
|
1215
|
+
} & {
|
|
1216
|
+
locationType?: FileLocation_FileLocationType;
|
|
1217
|
+
value?: string;
|
|
1218
|
+
} & { [K_3 in Exclude<keyof I["tasks"][number]["dst"], keyof FileLocation>]: never; };
|
|
1219
|
+
fileName?: string;
|
|
1220
|
+
mimeType?: string;
|
|
1221
|
+
status?: TaskStatus;
|
|
1222
|
+
size?: number | undefined;
|
|
1223
|
+
info?: {
|
|
1224
|
+
total?: number;
|
|
1225
|
+
transmitted?: number;
|
|
1226
|
+
speed?: number;
|
|
1227
|
+
} & {
|
|
1228
|
+
total?: number;
|
|
1229
|
+
transmitted?: number;
|
|
1230
|
+
speed?: number;
|
|
1231
|
+
} & { [K_4 in Exclude<keyof I["tasks"][number]["info"], keyof TransmitInfo>]: never; };
|
|
1232
|
+
createdAt?: Date | undefined;
|
|
1233
|
+
updatedAt?: Date | undefined;
|
|
1234
|
+
metaInfo?: {
|
|
1235
|
+
metaInfo?: string;
|
|
1236
|
+
} & {
|
|
1237
|
+
metaInfo?: string;
|
|
1238
|
+
} & { [K_5 in Exclude<keyof I["tasks"][number]["metaInfo"], "metaInfo">]: never; };
|
|
1239
|
+
} & { [K_6 in Exclude<keyof I["tasks"][number], keyof Task>]: never; })[] & { [K_7 in Exclude<keyof I["tasks"], keyof {
|
|
1240
|
+
id?: {
|
|
1241
|
+
id?: string;
|
|
1242
|
+
};
|
|
1243
|
+
src?: {
|
|
1244
|
+
locationType?: FileLocation_FileLocationType;
|
|
1245
|
+
value?: string;
|
|
1246
|
+
};
|
|
1247
|
+
dst?: {
|
|
1248
|
+
locationType?: FileLocation_FileLocationType;
|
|
1249
|
+
value?: string;
|
|
1250
|
+
};
|
|
1251
|
+
fileName?: string;
|
|
1252
|
+
mimeType?: string;
|
|
1253
|
+
status?: TaskStatus;
|
|
1254
|
+
size?: number | undefined;
|
|
1255
|
+
info?: {
|
|
1256
|
+
total?: number;
|
|
1257
|
+
transmitted?: number;
|
|
1258
|
+
speed?: number;
|
|
1259
|
+
};
|
|
1260
|
+
createdAt?: Date | undefined;
|
|
1261
|
+
updatedAt?: Date | undefined;
|
|
1262
|
+
metaInfo?: {
|
|
1263
|
+
metaInfo?: string;
|
|
1264
|
+
};
|
|
1265
|
+
}[]>]: never; };
|
|
1266
|
+
} & { [K_8 in Exclude<keyof I, keyof FileTaskQueueResp>]: never; }>(base?: I): FileTaskQueueResp;
|
|
1267
|
+
fromPartial<I_1 extends {
|
|
1268
|
+
id?: {
|
|
1269
|
+
id?: string;
|
|
1270
|
+
};
|
|
1271
|
+
status?: QueueStatus;
|
|
1272
|
+
tasks?: {
|
|
1273
|
+
id?: {
|
|
1274
|
+
id?: string;
|
|
1275
|
+
};
|
|
1276
|
+
src?: {
|
|
1277
|
+
locationType?: FileLocation_FileLocationType;
|
|
1278
|
+
value?: string;
|
|
1279
|
+
};
|
|
1280
|
+
dst?: {
|
|
1281
|
+
locationType?: FileLocation_FileLocationType;
|
|
1282
|
+
value?: string;
|
|
1283
|
+
};
|
|
1284
|
+
fileName?: string;
|
|
1285
|
+
mimeType?: string;
|
|
1286
|
+
status?: TaskStatus;
|
|
1287
|
+
size?: number | undefined;
|
|
1288
|
+
info?: {
|
|
1289
|
+
total?: number;
|
|
1290
|
+
transmitted?: number;
|
|
1291
|
+
speed?: number;
|
|
1292
|
+
};
|
|
1293
|
+
createdAt?: Date | undefined;
|
|
1294
|
+
updatedAt?: Date | undefined;
|
|
1295
|
+
metaInfo?: {
|
|
1296
|
+
metaInfo?: string;
|
|
1297
|
+
};
|
|
1298
|
+
}[];
|
|
1299
|
+
} & {
|
|
1300
|
+
id?: {
|
|
1301
|
+
id?: string;
|
|
1302
|
+
} & {
|
|
1303
|
+
id?: string;
|
|
1304
|
+
} & { [K_9 in Exclude<keyof I_1["id"], "id">]: never; };
|
|
1305
|
+
status?: QueueStatus;
|
|
1306
|
+
tasks?: {
|
|
1307
|
+
id?: {
|
|
1308
|
+
id?: string;
|
|
1309
|
+
};
|
|
1310
|
+
src?: {
|
|
1311
|
+
locationType?: FileLocation_FileLocationType;
|
|
1312
|
+
value?: string;
|
|
1313
|
+
};
|
|
1314
|
+
dst?: {
|
|
1315
|
+
locationType?: FileLocation_FileLocationType;
|
|
1316
|
+
value?: string;
|
|
1317
|
+
};
|
|
1318
|
+
fileName?: string;
|
|
1319
|
+
mimeType?: string;
|
|
1320
|
+
status?: TaskStatus;
|
|
1321
|
+
size?: number | undefined;
|
|
1322
|
+
info?: {
|
|
1323
|
+
total?: number;
|
|
1324
|
+
transmitted?: number;
|
|
1325
|
+
speed?: number;
|
|
1326
|
+
};
|
|
1327
|
+
createdAt?: Date | undefined;
|
|
1328
|
+
updatedAt?: Date | undefined;
|
|
1329
|
+
metaInfo?: {
|
|
1330
|
+
metaInfo?: string;
|
|
1331
|
+
};
|
|
1332
|
+
}[] & ({
|
|
1333
|
+
id?: {
|
|
1334
|
+
id?: string;
|
|
1335
|
+
};
|
|
1336
|
+
src?: {
|
|
1337
|
+
locationType?: FileLocation_FileLocationType;
|
|
1338
|
+
value?: string;
|
|
1339
|
+
};
|
|
1340
|
+
dst?: {
|
|
1341
|
+
locationType?: FileLocation_FileLocationType;
|
|
1342
|
+
value?: string;
|
|
1343
|
+
};
|
|
1344
|
+
fileName?: string;
|
|
1345
|
+
mimeType?: string;
|
|
1346
|
+
status?: TaskStatus;
|
|
1347
|
+
size?: number | undefined;
|
|
1348
|
+
info?: {
|
|
1349
|
+
total?: number;
|
|
1350
|
+
transmitted?: number;
|
|
1351
|
+
speed?: number;
|
|
1352
|
+
};
|
|
1353
|
+
createdAt?: Date | undefined;
|
|
1354
|
+
updatedAt?: Date | undefined;
|
|
1355
|
+
metaInfo?: {
|
|
1356
|
+
metaInfo?: string;
|
|
1357
|
+
};
|
|
1358
|
+
} & {
|
|
1359
|
+
id?: {
|
|
1360
|
+
id?: string;
|
|
1361
|
+
} & {
|
|
1362
|
+
id?: string;
|
|
1363
|
+
} & { [K_10 in Exclude<keyof I_1["tasks"][number]["id"], "id">]: never; };
|
|
1364
|
+
src?: {
|
|
1365
|
+
locationType?: FileLocation_FileLocationType;
|
|
1366
|
+
value?: string;
|
|
1367
|
+
} & {
|
|
1368
|
+
locationType?: FileLocation_FileLocationType;
|
|
1369
|
+
value?: string;
|
|
1370
|
+
} & { [K_11 in Exclude<keyof I_1["tasks"][number]["src"], keyof FileLocation>]: never; };
|
|
1371
|
+
dst?: {
|
|
1372
|
+
locationType?: FileLocation_FileLocationType;
|
|
1373
|
+
value?: string;
|
|
1374
|
+
} & {
|
|
1375
|
+
locationType?: FileLocation_FileLocationType;
|
|
1376
|
+
value?: string;
|
|
1377
|
+
} & { [K_12 in Exclude<keyof I_1["tasks"][number]["dst"], keyof FileLocation>]: never; };
|
|
1378
|
+
fileName?: string;
|
|
1379
|
+
mimeType?: string;
|
|
1380
|
+
status?: TaskStatus;
|
|
1381
|
+
size?: number | undefined;
|
|
1382
|
+
info?: {
|
|
1383
|
+
total?: number;
|
|
1384
|
+
transmitted?: number;
|
|
1385
|
+
speed?: number;
|
|
1386
|
+
} & {
|
|
1387
|
+
total?: number;
|
|
1388
|
+
transmitted?: number;
|
|
1389
|
+
speed?: number;
|
|
1390
|
+
} & { [K_13 in Exclude<keyof I_1["tasks"][number]["info"], keyof TransmitInfo>]: never; };
|
|
1391
|
+
createdAt?: Date | undefined;
|
|
1392
|
+
updatedAt?: Date | undefined;
|
|
1393
|
+
metaInfo?: {
|
|
1394
|
+
metaInfo?: string;
|
|
1395
|
+
} & {
|
|
1396
|
+
metaInfo?: string;
|
|
1397
|
+
} & { [K_14 in Exclude<keyof I_1["tasks"][number]["metaInfo"], "metaInfo">]: never; };
|
|
1398
|
+
} & { [K_15 in Exclude<keyof I_1["tasks"][number], keyof Task>]: never; })[] & { [K_16 in Exclude<keyof I_1["tasks"], keyof {
|
|
1399
|
+
id?: {
|
|
1400
|
+
id?: string;
|
|
1401
|
+
};
|
|
1402
|
+
src?: {
|
|
1403
|
+
locationType?: FileLocation_FileLocationType;
|
|
1404
|
+
value?: string;
|
|
1405
|
+
};
|
|
1406
|
+
dst?: {
|
|
1407
|
+
locationType?: FileLocation_FileLocationType;
|
|
1408
|
+
value?: string;
|
|
1409
|
+
};
|
|
1410
|
+
fileName?: string;
|
|
1411
|
+
mimeType?: string;
|
|
1412
|
+
status?: TaskStatus;
|
|
1413
|
+
size?: number | undefined;
|
|
1414
|
+
info?: {
|
|
1415
|
+
total?: number;
|
|
1416
|
+
transmitted?: number;
|
|
1417
|
+
speed?: number;
|
|
1418
|
+
};
|
|
1419
|
+
createdAt?: Date | undefined;
|
|
1420
|
+
updatedAt?: Date | undefined;
|
|
1421
|
+
metaInfo?: {
|
|
1422
|
+
metaInfo?: string;
|
|
1423
|
+
};
|
|
1424
|
+
}[]>]: never; };
|
|
1425
|
+
} & { [K_17 in Exclude<keyof I_1, keyof FileTaskQueueResp>]: never; }>(object: I_1): FileTaskQueueResp;
|
|
1426
|
+
};
|
|
1427
|
+
export declare const TaskQueueQueryReq: {
|
|
1428
|
+
encode(message: TaskQueueQueryReq, writer?: _m0.Writer): _m0.Writer;
|
|
834
1429
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskQueueQueryReq;
|
|
835
1430
|
fromJSON(object: any): TaskQueueQueryReq;
|
|
836
1431
|
toJSON(message: TaskQueueQueryReq): unknown;
|
|
837
|
-
|
|
1432
|
+
create<I extends {
|
|
838
1433
|
id?: {
|
|
839
1434
|
id?: string;
|
|
840
1435
|
};
|
|
@@ -848,14 +1443,29 @@ export declare const TaskQueueQueryReq: {
|
|
|
848
1443
|
} & { [K in Exclude<keyof I["id"], "id">]: never; };
|
|
849
1444
|
status?: TaskStatus[] & TaskStatus[] & { [K_1 in Exclude<keyof I["status"], keyof TaskStatus[]>]: never; };
|
|
850
1445
|
order?: Order | undefined;
|
|
851
|
-
} & { [K_2 in Exclude<keyof I, keyof TaskQueueQueryReq>]: never; }>(
|
|
1446
|
+
} & { [K_2 in Exclude<keyof I, keyof TaskQueueQueryReq>]: never; }>(base?: I): TaskQueueQueryReq;
|
|
1447
|
+
fromPartial<I_1 extends {
|
|
1448
|
+
id?: {
|
|
1449
|
+
id?: string;
|
|
1450
|
+
};
|
|
1451
|
+
status?: TaskStatus[];
|
|
1452
|
+
order?: Order | undefined;
|
|
1453
|
+
} & {
|
|
1454
|
+
id?: {
|
|
1455
|
+
id?: string;
|
|
1456
|
+
} & {
|
|
1457
|
+
id?: string;
|
|
1458
|
+
} & { [K_3 in Exclude<keyof I_1["id"], "id">]: never; };
|
|
1459
|
+
status?: TaskStatus[] & TaskStatus[] & { [K_4 in Exclude<keyof I_1["status"], keyof TaskStatus[]>]: never; };
|
|
1460
|
+
order?: Order | undefined;
|
|
1461
|
+
} & { [K_5 in Exclude<keyof I_1, keyof TaskQueueQueryReq>]: never; }>(object: I_1): TaskQueueQueryReq;
|
|
852
1462
|
};
|
|
853
1463
|
export declare const TaskQueueStatisticsReq: {
|
|
854
1464
|
encode(message: TaskQueueStatisticsReq, writer?: _m0.Writer): _m0.Writer;
|
|
855
1465
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskQueueStatisticsReq;
|
|
856
1466
|
fromJSON(object: any): TaskQueueStatisticsReq;
|
|
857
1467
|
toJSON(message: TaskQueueStatisticsReq): unknown;
|
|
858
|
-
|
|
1468
|
+
create<I extends {
|
|
859
1469
|
id?: {
|
|
860
1470
|
id?: string;
|
|
861
1471
|
}[];
|
|
@@ -869,14 +1479,42 @@ export declare const TaskQueueStatisticsReq: {
|
|
|
869
1479
|
} & { [K in Exclude<keyof I["id"][number], "id">]: never; })[] & { [K_1 in Exclude<keyof I["id"], keyof {
|
|
870
1480
|
id?: string;
|
|
871
1481
|
}[]>]: never; };
|
|
872
|
-
} & { [K_2 in Exclude<keyof I, "id">]: never; }>(
|
|
1482
|
+
} & { [K_2 in Exclude<keyof I, "id">]: never; }>(base?: I): TaskQueueStatisticsReq;
|
|
1483
|
+
fromPartial<I_1 extends {
|
|
1484
|
+
id?: {
|
|
1485
|
+
id?: string;
|
|
1486
|
+
}[];
|
|
1487
|
+
} & {
|
|
1488
|
+
id?: {
|
|
1489
|
+
id?: string;
|
|
1490
|
+
}[] & ({
|
|
1491
|
+
id?: string;
|
|
1492
|
+
} & {
|
|
1493
|
+
id?: string;
|
|
1494
|
+
} & { [K_3 in Exclude<keyof I_1["id"][number], "id">]: never; })[] & { [K_4 in Exclude<keyof I_1["id"], keyof {
|
|
1495
|
+
id?: string;
|
|
1496
|
+
}[]>]: never; };
|
|
1497
|
+
} & { [K_5 in Exclude<keyof I_1, "id">]: never; }>(object: I_1): TaskQueueStatisticsReq;
|
|
873
1498
|
};
|
|
874
1499
|
export declare const TaskQueueStatistics: {
|
|
875
1500
|
encode(message: TaskQueueStatistics, writer?: _m0.Writer): _m0.Writer;
|
|
876
1501
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskQueueStatistics;
|
|
877
1502
|
fromJSON(object: any): TaskQueueStatistics;
|
|
878
1503
|
toJSON(message: TaskQueueStatistics): unknown;
|
|
879
|
-
|
|
1504
|
+
create<I extends {
|
|
1505
|
+
pending?: number;
|
|
1506
|
+
transmitting?: number;
|
|
1507
|
+
paused?: number;
|
|
1508
|
+
finished?: number;
|
|
1509
|
+
failed?: number;
|
|
1510
|
+
} & {
|
|
1511
|
+
pending?: number;
|
|
1512
|
+
transmitting?: number;
|
|
1513
|
+
paused?: number;
|
|
1514
|
+
finished?: number;
|
|
1515
|
+
failed?: number;
|
|
1516
|
+
} & { [K in Exclude<keyof I, keyof TaskQueueStatistics>]: never; }>(base?: I): TaskQueueStatistics;
|
|
1517
|
+
fromPartial<I_1 extends {
|
|
880
1518
|
pending?: number;
|
|
881
1519
|
transmitting?: number;
|
|
882
1520
|
paused?: number;
|
|
@@ -888,14 +1526,14 @@ export declare const TaskQueueStatistics: {
|
|
|
888
1526
|
paused?: number;
|
|
889
1527
|
finished?: number;
|
|
890
1528
|
failed?: number;
|
|
891
|
-
} & { [
|
|
1529
|
+
} & { [K_1 in Exclude<keyof I_1, keyof TaskQueueStatistics>]: never; }>(object: I_1): TaskQueueStatistics;
|
|
892
1530
|
};
|
|
893
1531
|
export declare const TaskQueueStatisticsResp: {
|
|
894
1532
|
encode(message: TaskQueueStatisticsResp, writer?: _m0.Writer): _m0.Writer;
|
|
895
1533
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskQueueStatisticsResp;
|
|
896
1534
|
fromJSON(object: any): TaskQueueStatisticsResp;
|
|
897
1535
|
toJSON(message: TaskQueueStatisticsResp): unknown;
|
|
898
|
-
|
|
1536
|
+
create<I extends {
|
|
899
1537
|
statistics?: {
|
|
900
1538
|
pending?: number;
|
|
901
1539
|
transmitting?: number;
|
|
@@ -929,14 +1567,49 @@ export declare const TaskQueueStatisticsResp: {
|
|
|
929
1567
|
finished?: number;
|
|
930
1568
|
failed?: number;
|
|
931
1569
|
}[]>]: never; };
|
|
932
|
-
} & { [K_2 in Exclude<keyof I, "statistics">]: never; }>(
|
|
1570
|
+
} & { [K_2 in Exclude<keyof I, "statistics">]: never; }>(base?: I): TaskQueueStatisticsResp;
|
|
1571
|
+
fromPartial<I_1 extends {
|
|
1572
|
+
statistics?: {
|
|
1573
|
+
pending?: number;
|
|
1574
|
+
transmitting?: number;
|
|
1575
|
+
paused?: number;
|
|
1576
|
+
finished?: number;
|
|
1577
|
+
failed?: number;
|
|
1578
|
+
}[];
|
|
1579
|
+
} & {
|
|
1580
|
+
statistics?: {
|
|
1581
|
+
pending?: number;
|
|
1582
|
+
transmitting?: number;
|
|
1583
|
+
paused?: number;
|
|
1584
|
+
finished?: number;
|
|
1585
|
+
failed?: number;
|
|
1586
|
+
}[] & ({
|
|
1587
|
+
pending?: number;
|
|
1588
|
+
transmitting?: number;
|
|
1589
|
+
paused?: number;
|
|
1590
|
+
finished?: number;
|
|
1591
|
+
failed?: number;
|
|
1592
|
+
} & {
|
|
1593
|
+
pending?: number;
|
|
1594
|
+
transmitting?: number;
|
|
1595
|
+
paused?: number;
|
|
1596
|
+
finished?: number;
|
|
1597
|
+
failed?: number;
|
|
1598
|
+
} & { [K_3 in Exclude<keyof I_1["statistics"][number], keyof TaskQueueStatistics>]: never; })[] & { [K_4 in Exclude<keyof I_1["statistics"], keyof {
|
|
1599
|
+
pending?: number;
|
|
1600
|
+
transmitting?: number;
|
|
1601
|
+
paused?: number;
|
|
1602
|
+
finished?: number;
|
|
1603
|
+
failed?: number;
|
|
1604
|
+
}[]>]: never; };
|
|
1605
|
+
} & { [K_5 in Exclude<keyof I_1, "statistics">]: never; }>(object: I_1): TaskQueueStatisticsResp;
|
|
933
1606
|
};
|
|
934
1607
|
export declare const QueueMessageResp: {
|
|
935
1608
|
encode(message: QueueMessageResp, writer?: _m0.Writer): _m0.Writer;
|
|
936
1609
|
decode(input: _m0.Reader | Uint8Array, length?: number): QueueMessageResp;
|
|
937
1610
|
fromJSON(object: any): QueueMessageResp;
|
|
938
1611
|
toJSON(message: QueueMessageResp): unknown;
|
|
939
|
-
|
|
1612
|
+
create<I extends {
|
|
940
1613
|
id?: {
|
|
941
1614
|
id?: string;
|
|
942
1615
|
};
|
|
@@ -1046,14 +1719,125 @@ export declare const QueueMessageResp: {
|
|
|
1046
1719
|
action?: MsgAction;
|
|
1047
1720
|
status?: TaskStatus;
|
|
1048
1721
|
errorMessage?: string | undefined;
|
|
1049
|
-
} & { [K_7 in Exclude<keyof I, keyof QueueMessageResp>]: never; }>(
|
|
1722
|
+
} & { [K_7 in Exclude<keyof I, keyof QueueMessageResp>]: never; }>(base?: I): QueueMessageResp;
|
|
1723
|
+
fromPartial<I_1 extends {
|
|
1724
|
+
id?: {
|
|
1725
|
+
id?: string;
|
|
1726
|
+
};
|
|
1727
|
+
task?: {
|
|
1728
|
+
id?: {
|
|
1729
|
+
id?: string;
|
|
1730
|
+
};
|
|
1731
|
+
src?: {
|
|
1732
|
+
locationType?: FileLocation_FileLocationType;
|
|
1733
|
+
value?: string;
|
|
1734
|
+
};
|
|
1735
|
+
dst?: {
|
|
1736
|
+
locationType?: FileLocation_FileLocationType;
|
|
1737
|
+
value?: string;
|
|
1738
|
+
};
|
|
1739
|
+
fileName?: string;
|
|
1740
|
+
mimeType?: string;
|
|
1741
|
+
status?: TaskStatus;
|
|
1742
|
+
size?: number | undefined;
|
|
1743
|
+
info?: {
|
|
1744
|
+
total?: number;
|
|
1745
|
+
transmitted?: number;
|
|
1746
|
+
speed?: number;
|
|
1747
|
+
};
|
|
1748
|
+
createdAt?: Date | undefined;
|
|
1749
|
+
updatedAt?: Date | undefined;
|
|
1750
|
+
metaInfo?: {
|
|
1751
|
+
metaInfo?: string;
|
|
1752
|
+
};
|
|
1753
|
+
};
|
|
1754
|
+
action?: MsgAction;
|
|
1755
|
+
status?: TaskStatus;
|
|
1756
|
+
errorMessage?: string | undefined;
|
|
1757
|
+
} & {
|
|
1758
|
+
id?: {
|
|
1759
|
+
id?: string;
|
|
1760
|
+
} & {
|
|
1761
|
+
id?: string;
|
|
1762
|
+
} & { [K_8 in Exclude<keyof I_1["id"], "id">]: never; };
|
|
1763
|
+
task?: {
|
|
1764
|
+
id?: {
|
|
1765
|
+
id?: string;
|
|
1766
|
+
};
|
|
1767
|
+
src?: {
|
|
1768
|
+
locationType?: FileLocation_FileLocationType;
|
|
1769
|
+
value?: string;
|
|
1770
|
+
};
|
|
1771
|
+
dst?: {
|
|
1772
|
+
locationType?: FileLocation_FileLocationType;
|
|
1773
|
+
value?: string;
|
|
1774
|
+
};
|
|
1775
|
+
fileName?: string;
|
|
1776
|
+
mimeType?: string;
|
|
1777
|
+
status?: TaskStatus;
|
|
1778
|
+
size?: number | undefined;
|
|
1779
|
+
info?: {
|
|
1780
|
+
total?: number;
|
|
1781
|
+
transmitted?: number;
|
|
1782
|
+
speed?: number;
|
|
1783
|
+
};
|
|
1784
|
+
createdAt?: Date | undefined;
|
|
1785
|
+
updatedAt?: Date | undefined;
|
|
1786
|
+
metaInfo?: {
|
|
1787
|
+
metaInfo?: string;
|
|
1788
|
+
};
|
|
1789
|
+
} & {
|
|
1790
|
+
id?: {
|
|
1791
|
+
id?: string;
|
|
1792
|
+
} & {
|
|
1793
|
+
id?: string;
|
|
1794
|
+
} & { [K_9 in Exclude<keyof I_1["task"]["id"], "id">]: never; };
|
|
1795
|
+
src?: {
|
|
1796
|
+
locationType?: FileLocation_FileLocationType;
|
|
1797
|
+
value?: string;
|
|
1798
|
+
} & {
|
|
1799
|
+
locationType?: FileLocation_FileLocationType;
|
|
1800
|
+
value?: string;
|
|
1801
|
+
} & { [K_10 in Exclude<keyof I_1["task"]["src"], keyof FileLocation>]: never; };
|
|
1802
|
+
dst?: {
|
|
1803
|
+
locationType?: FileLocation_FileLocationType;
|
|
1804
|
+
value?: string;
|
|
1805
|
+
} & {
|
|
1806
|
+
locationType?: FileLocation_FileLocationType;
|
|
1807
|
+
value?: string;
|
|
1808
|
+
} & { [K_11 in Exclude<keyof I_1["task"]["dst"], keyof FileLocation>]: never; };
|
|
1809
|
+
fileName?: string;
|
|
1810
|
+
mimeType?: string;
|
|
1811
|
+
status?: TaskStatus;
|
|
1812
|
+
size?: number | undefined;
|
|
1813
|
+
info?: {
|
|
1814
|
+
total?: number;
|
|
1815
|
+
transmitted?: number;
|
|
1816
|
+
speed?: number;
|
|
1817
|
+
} & {
|
|
1818
|
+
total?: number;
|
|
1819
|
+
transmitted?: number;
|
|
1820
|
+
speed?: number;
|
|
1821
|
+
} & { [K_12 in Exclude<keyof I_1["task"]["info"], keyof TransmitInfo>]: never; };
|
|
1822
|
+
createdAt?: Date | undefined;
|
|
1823
|
+
updatedAt?: Date | undefined;
|
|
1824
|
+
metaInfo?: {
|
|
1825
|
+
metaInfo?: string;
|
|
1826
|
+
} & {
|
|
1827
|
+
metaInfo?: string;
|
|
1828
|
+
} & { [K_13 in Exclude<keyof I_1["task"]["metaInfo"], "metaInfo">]: never; };
|
|
1829
|
+
} & { [K_14 in Exclude<keyof I_1["task"], keyof Task>]: never; };
|
|
1830
|
+
action?: MsgAction;
|
|
1831
|
+
status?: TaskStatus;
|
|
1832
|
+
errorMessage?: string | undefined;
|
|
1833
|
+
} & { [K_15 in Exclude<keyof I_1, keyof QueueMessageResp>]: never; }>(object: I_1): QueueMessageResp;
|
|
1050
1834
|
};
|
|
1051
1835
|
export declare const TaskQueueListResp: {
|
|
1052
1836
|
encode(message: TaskQueueListResp, writer?: _m0.Writer): _m0.Writer;
|
|
1053
1837
|
decode(input: _m0.Reader | Uint8Array, length?: number): TaskQueueListResp;
|
|
1054
1838
|
fromJSON(object: any): TaskQueueListResp;
|
|
1055
1839
|
toJSON(message: TaskQueueListResp): unknown;
|
|
1056
|
-
|
|
1840
|
+
create<I extends {
|
|
1057
1841
|
ids?: {
|
|
1058
1842
|
id?: string;
|
|
1059
1843
|
}[];
|
|
@@ -1067,7 +1851,22 @@ export declare const TaskQueueListResp: {
|
|
|
1067
1851
|
} & { [K in Exclude<keyof I["ids"][number], "id">]: never; })[] & { [K_1 in Exclude<keyof I["ids"], keyof {
|
|
1068
1852
|
id?: string;
|
|
1069
1853
|
}[]>]: never; };
|
|
1070
|
-
} & { [K_2 in Exclude<keyof I, "ids">]: never; }>(
|
|
1854
|
+
} & { [K_2 in Exclude<keyof I, "ids">]: never; }>(base?: I): TaskQueueListResp;
|
|
1855
|
+
fromPartial<I_1 extends {
|
|
1856
|
+
ids?: {
|
|
1857
|
+
id?: string;
|
|
1858
|
+
}[];
|
|
1859
|
+
} & {
|
|
1860
|
+
ids?: {
|
|
1861
|
+
id?: string;
|
|
1862
|
+
}[] & ({
|
|
1863
|
+
id?: string;
|
|
1864
|
+
} & {
|
|
1865
|
+
id?: string;
|
|
1866
|
+
} & { [K_3 in Exclude<keyof I_1["ids"][number], "id">]: never; })[] & { [K_4 in Exclude<keyof I_1["ids"], keyof {
|
|
1867
|
+
id?: string;
|
|
1868
|
+
}[]>]: never; };
|
|
1869
|
+
} & { [K_5 in Exclude<keyof I_1, "ids">]: never; }>(object: I_1): TaskQueueListResp;
|
|
1071
1870
|
};
|
|
1072
1871
|
/** Task status */
|
|
1073
1872
|
export interface FileTransferService {
|
|
@@ -1142,7 +1941,7 @@ interface UnaryMethodDefinitionishR extends grpc.UnaryMethodDefinition<any, any>
|
|
|
1142
1941
|
requestStream: any;
|
|
1143
1942
|
responseStream: any;
|
|
1144
1943
|
}
|
|
1145
|
-
|
|
1944
|
+
type UnaryMethodDefinitionish = UnaryMethodDefinitionishR;
|
|
1146
1945
|
interface Rpc {
|
|
1147
1946
|
unary<T extends UnaryMethodDefinitionish>(methodDesc: T, request: any, metadata: grpc.Metadata | undefined): Promise<any>;
|
|
1148
1947
|
invoke<T extends UnaryMethodDefinitionish>(methodDesc: T, request: any, metadata: grpc.Metadata | undefined): Observable<any>;
|
|
@@ -1160,11 +1959,12 @@ export declare class GrpcWebImpl {
|
|
|
1160
1959
|
unary<T extends UnaryMethodDefinitionish>(methodDesc: T, _request: any, metadata: grpc.Metadata | undefined): Promise<any>;
|
|
1161
1960
|
invoke<T extends UnaryMethodDefinitionish>(methodDesc: T, _request: any, metadata: grpc.Metadata | undefined): Observable<any>;
|
|
1162
1961
|
}
|
|
1163
|
-
declare
|
|
1164
|
-
|
|
1962
|
+
declare var tsProtoGlobalThis: any;
|
|
1963
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
1964
|
+
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 {} ? {
|
|
1165
1965
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
1166
1966
|
} : Partial<T>;
|
|
1167
|
-
export declare class GrpcWebError extends Error {
|
|
1967
|
+
export declare class GrpcWebError extends tsProtoGlobalThis.Error {
|
|
1168
1968
|
code: grpc.Code;
|
|
1169
1969
|
metadata: grpc.Metadata;
|
|
1170
1970
|
constructor(message: string, code: grpc.Code, metadata: grpc.Metadata);
|