@@ -388,66 +388,6 @@ export namespace ConfigValue {
388
388
}
389
389
}
390
390
391
- export class BoardAttachRequest extends jspb . Message {
392
-
393
- hasInstance ( ) : boolean ;
394
- clearInstance ( ) : void ;
395
- getInstance ( ) : cc_arduino_cli_commands_v1_common_pb . Instance | undefined ;
396
- setInstance ( value ?: cc_arduino_cli_commands_v1_common_pb . Instance ) : BoardAttachRequest ;
397
-
398
- getBoardUri ( ) : string ;
399
- setBoardUri ( value : string ) : BoardAttachRequest ;
400
-
401
- getSketchPath ( ) : string ;
402
- setSketchPath ( value : string ) : BoardAttachRequest ;
403
-
404
- getSearchTimeout ( ) : string ;
405
- setSearchTimeout ( value : string ) : BoardAttachRequest ;
406
-
407
-
408
- serializeBinary ( ) : Uint8Array ;
409
- toObject ( includeInstance ?: boolean ) : BoardAttachRequest . AsObject ;
410
- static toObject ( includeInstance : boolean , msg : BoardAttachRequest ) : BoardAttachRequest . AsObject ;
411
- static extensions : { [ key : number ] : jspb . ExtensionFieldInfo < jspb . Message > } ;
412
- static extensionsBinary : { [ key : number ] : jspb . ExtensionFieldBinaryInfo < jspb . Message > } ;
413
- static serializeBinaryToWriter ( message : BoardAttachRequest , writer : jspb . BinaryWriter ) : void ;
414
- static deserializeBinary ( bytes : Uint8Array ) : BoardAttachRequest ;
415
- static deserializeBinaryFromReader ( message : BoardAttachRequest , reader : jspb . BinaryReader ) : BoardAttachRequest ;
416
- }
417
-
418
- export namespace BoardAttachRequest {
419
- export type AsObject = {
420
- instance ?: cc_arduino_cli_commands_v1_common_pb . Instance . AsObject ,
421
- boardUri : string ,
422
- sketchPath : string ,
423
- searchTimeout : string ,
424
- }
425
- }
426
-
427
- export class BoardAttachResponse extends jspb . Message {
428
-
429
- hasTaskProgress ( ) : boolean ;
430
- clearTaskProgress ( ) : void ;
431
- getTaskProgress ( ) : cc_arduino_cli_commands_v1_common_pb . TaskProgress | undefined ;
432
- setTaskProgress ( value ?: cc_arduino_cli_commands_v1_common_pb . TaskProgress ) : BoardAttachResponse ;
433
-
434
-
435
- serializeBinary ( ) : Uint8Array ;
436
- toObject ( includeInstance ?: boolean ) : BoardAttachResponse . AsObject ;
437
- static toObject ( includeInstance : boolean , msg : BoardAttachResponse ) : BoardAttachResponse . AsObject ;
438
- static extensions : { [ key : number ] : jspb . ExtensionFieldInfo < jspb . Message > } ;
439
- static extensionsBinary : { [ key : number ] : jspb . ExtensionFieldBinaryInfo < jspb . Message > } ;
440
- static serializeBinaryToWriter ( message : BoardAttachResponse , writer : jspb . BinaryWriter ) : void ;
441
- static deserializeBinary ( bytes : Uint8Array ) : BoardAttachResponse ;
442
- static deserializeBinaryFromReader ( message : BoardAttachResponse , reader : jspb . BinaryReader ) : BoardAttachResponse ;
443
- }
444
-
445
- export namespace BoardAttachResponse {
446
- export type AsObject = {
447
- taskProgress ?: cc_arduino_cli_commands_v1_common_pb . TaskProgress . AsObject ,
448
- }
449
- }
450
-
451
391
export class BoardListRequest extends jspb . Message {
452
392
453
393
hasInstance ( ) : boolean ;
@@ -458,6 +398,9 @@ export class BoardListRequest extends jspb.Message {
458
398
getTimeout ( ) : number ;
459
399
setTimeout ( value : number ) : BoardListRequest ;
460
400
401
+ getFqbn ( ) : string ;
402
+ setFqbn ( value : string ) : BoardListRequest ;
403
+
461
404
462
405
serializeBinary ( ) : Uint8Array ;
463
406
toObject ( includeInstance ?: boolean ) : BoardListRequest . AsObject ;
@@ -473,6 +416,7 @@ export namespace BoardListRequest {
473
416
export type AsObject = {
474
417
instance ?: cc_arduino_cli_commands_v1_common_pb . Instance . AsObject ,
475
418
timeout : number ,
419
+ fqbn : string ,
476
420
}
477
421
}
478
422
0 commit comments