@lansweeper/discovery-sensor-proto 2.41.0 → 2.43.0

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.
@@ -2367,3 +2367,286 @@ export namespace ServiceRule {
2367
2367
  state?: google_protobuf_wrappers_pb.StringValue.AsObject,
2368
2368
  }
2369
2369
  }
2370
+
2371
+ export class MacAccessibility extends jspb.Message {
2372
+
2373
+ hasContrast(): boolean;
2374
+ clearContrast(): void;
2375
+ getContrast(): google_protobuf_wrappers_pb.StringValue | undefined;
2376
+ setContrast(value?: google_protobuf_wrappers_pb.StringValue): MacAccessibility;
2377
+
2378
+ hasCursorMag(): boolean;
2379
+ clearCursorMag(): void;
2380
+ getCursorMag(): google_protobuf_wrappers_pb.StringValue | undefined;
2381
+ setCursorMag(value?: google_protobuf_wrappers_pb.StringValue): MacAccessibility;
2382
+
2383
+ hasDisplay(): boolean;
2384
+ clearDisplay(): void;
2385
+ getDisplay(): google_protobuf_wrappers_pb.StringValue | undefined;
2386
+ setDisplay(value?: google_protobuf_wrappers_pb.StringValue): MacAccessibility;
2387
+
2388
+ hasFlashScreen(): boolean;
2389
+ clearFlashScreen(): void;
2390
+ getFlashScreen(): google_protobuf_wrappers_pb.StringValue | undefined;
2391
+ setFlashScreen(value?: google_protobuf_wrappers_pb.StringValue): MacAccessibility;
2392
+
2393
+ hasKeyboardZoom(): boolean;
2394
+ clearKeyboardZoom(): void;
2395
+ getKeyboardZoom(): google_protobuf_wrappers_pb.StringValue | undefined;
2396
+ setKeyboardZoom(value?: google_protobuf_wrappers_pb.StringValue): MacAccessibility;
2397
+
2398
+ hasMouseKeys(): boolean;
2399
+ clearMouseKeys(): void;
2400
+ getMouseKeys(): google_protobuf_wrappers_pb.StringValue | undefined;
2401
+ setMouseKeys(value?: google_protobuf_wrappers_pb.StringValue): MacAccessibility;
2402
+
2403
+ hasScrollZoom(): boolean;
2404
+ clearScrollZoom(): void;
2405
+ getScrollZoom(): google_protobuf_wrappers_pb.StringValue | undefined;
2406
+ setScrollZoom(value?: google_protobuf_wrappers_pb.StringValue): MacAccessibility;
2407
+
2408
+ hasSlowKeys(): boolean;
2409
+ clearSlowKeys(): void;
2410
+ getSlowKeys(): google_protobuf_wrappers_pb.StringValue | undefined;
2411
+ setSlowKeys(value?: google_protobuf_wrappers_pb.StringValue): MacAccessibility;
2412
+
2413
+ hasStickyKeys(): boolean;
2414
+ clearStickyKeys(): void;
2415
+ getStickyKeys(): google_protobuf_wrappers_pb.StringValue | undefined;
2416
+ setStickyKeys(value?: google_protobuf_wrappers_pb.StringValue): MacAccessibility;
2417
+
2418
+ hasVoiceOver(): boolean;
2419
+ clearVoiceOver(): void;
2420
+ getVoiceOver(): google_protobuf_wrappers_pb.StringValue | undefined;
2421
+ setVoiceOver(value?: google_protobuf_wrappers_pb.StringValue): MacAccessibility;
2422
+
2423
+ hasZoomMode(): boolean;
2424
+ clearZoomMode(): void;
2425
+ getZoomMode(): google_protobuf_wrappers_pb.StringValue | undefined;
2426
+ setZoomMode(value?: google_protobuf_wrappers_pb.StringValue): MacAccessibility;
2427
+
2428
+ serializeBinary(): Uint8Array;
2429
+ toObject(includeInstance?: boolean): MacAccessibility.AsObject;
2430
+ static toObject(includeInstance: boolean, msg: MacAccessibility): MacAccessibility.AsObject;
2431
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2432
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2433
+ static serializeBinaryToWriter(message: MacAccessibility, writer: jspb.BinaryWriter): void;
2434
+ static deserializeBinary(bytes: Uint8Array): MacAccessibility;
2435
+ static deserializeBinaryFromReader(message: MacAccessibility, reader: jspb.BinaryReader): MacAccessibility;
2436
+ }
2437
+
2438
+ export namespace MacAccessibility {
2439
+ export type AsObject = {
2440
+ contrast?: google_protobuf_wrappers_pb.StringValue.AsObject,
2441
+ cursorMag?: google_protobuf_wrappers_pb.StringValue.AsObject,
2442
+ display?: google_protobuf_wrappers_pb.StringValue.AsObject,
2443
+ flashScreen?: google_protobuf_wrappers_pb.StringValue.AsObject,
2444
+ keyboardZoom?: google_protobuf_wrappers_pb.StringValue.AsObject,
2445
+ mouseKeys?: google_protobuf_wrappers_pb.StringValue.AsObject,
2446
+ scrollZoom?: google_protobuf_wrappers_pb.StringValue.AsObject,
2447
+ slowKeys?: google_protobuf_wrappers_pb.StringValue.AsObject,
2448
+ stickyKeys?: google_protobuf_wrappers_pb.StringValue.AsObject,
2449
+ voiceOver?: google_protobuf_wrappers_pb.StringValue.AsObject,
2450
+ zoomMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
2451
+ }
2452
+ }
2453
+
2454
+ export class MacSecureElements extends jspb.Message {
2455
+
2456
+ hasControllerFirmware(): boolean;
2457
+ clearControllerFirmware(): void;
2458
+ getControllerFirmware(): google_protobuf_wrappers_pb.StringValue | undefined;
2459
+ setControllerFirmware(value?: google_protobuf_wrappers_pb.StringValue): MacSecureElements;
2460
+
2461
+ hasControllerHardware(): boolean;
2462
+ clearControllerHardware(): void;
2463
+ getControllerHardware(): google_protobuf_wrappers_pb.StringValue | undefined;
2464
+ setControllerHardware(value?: google_protobuf_wrappers_pb.StringValue): MacSecureElements;
2465
+
2466
+ hasControllerInfo(): boolean;
2467
+ clearControllerInfo(): void;
2468
+ getControllerInfo(): google_protobuf_wrappers_pb.StringValue | undefined;
2469
+ setControllerInfo(value?: google_protobuf_wrappers_pb.StringValue): MacSecureElements;
2470
+
2471
+ hasControllerMiddleware(): boolean;
2472
+ clearControllerMiddleware(): void;
2473
+ getControllerMiddleware(): google_protobuf_wrappers_pb.StringValue | undefined;
2474
+ setControllerMiddleware(value?: google_protobuf_wrappers_pb.StringValue): MacSecureElements;
2475
+
2476
+ hasSecureElementsDevice(): boolean;
2477
+ clearSecureElementsDevice(): void;
2478
+ getSecureElementsDevice(): google_protobuf_wrappers_pb.StringValue | undefined;
2479
+ setSecureElementsDevice(value?: google_protobuf_wrappers_pb.StringValue): MacSecureElements;
2480
+
2481
+ hasSecureElementsFirmware(): boolean;
2482
+ clearSecureElementsFirmware(): void;
2483
+ getSecureElementsFirmware(): google_protobuf_wrappers_pb.StringValue | undefined;
2484
+ setSecureElementsFirmware(value?: google_protobuf_wrappers_pb.StringValue): MacSecureElements;
2485
+
2486
+ hasSecureElementsHardware(): boolean;
2487
+ clearSecureElementsHardware(): void;
2488
+ getSecureElementsHardware(): google_protobuf_wrappers_pb.StringValue | undefined;
2489
+ setSecureElementsHardware(value?: google_protobuf_wrappers_pb.StringValue): MacSecureElements;
2490
+
2491
+ hasSecureElementsId(): boolean;
2492
+ clearSecureElementsId(): void;
2493
+ getSecureElementsId(): google_protobuf_wrappers_pb.StringValue | undefined;
2494
+ setSecureElementsId(value?: google_protobuf_wrappers_pb.StringValue): MacSecureElements;
2495
+
2496
+ hasSecureElementsRestrictedMode(): boolean;
2497
+ clearSecureElementsRestrictedMode(): void;
2498
+ getSecureElementsRestrictedMode(): google_protobuf_wrappers_pb.StringValue | undefined;
2499
+ setSecureElementsRestrictedMode(value?: google_protobuf_wrappers_pb.StringValue): MacSecureElements;
2500
+
2501
+ hasSecureElementsInfo(): boolean;
2502
+ clearSecureElementsInfo(): void;
2503
+ getSecureElementsInfo(): google_protobuf_wrappers_pb.StringValue | undefined;
2504
+ setSecureElementsInfo(value?: google_protobuf_wrappers_pb.StringValue): MacSecureElements;
2505
+
2506
+ hasSecureElementsOsVersion(): boolean;
2507
+ clearSecureElementsOsVersion(): void;
2508
+ getSecureElementsOsVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
2509
+ setSecureElementsOsVersion(value?: google_protobuf_wrappers_pb.StringValue): MacSecureElements;
2510
+
2511
+ hasSecureElementsPlatformId(): boolean;
2512
+ clearSecureElementsPlatformId(): void;
2513
+ getSecureElementsPlatformId(): google_protobuf_wrappers_pb.StringValue | undefined;
2514
+ setSecureElementsPlatformId(value?: google_protobuf_wrappers_pb.StringValue): MacSecureElements;
2515
+
2516
+ hasSecureElementsProductionSigned(): boolean;
2517
+ clearSecureElementsProductionSigned(): void;
2518
+ getSecureElementsProductionSigned(): google_protobuf_wrappers_pb.StringValue | undefined;
2519
+ setSecureElementsProductionSigned(value?: google_protobuf_wrappers_pb.StringValue): MacSecureElements;
2520
+
2521
+ serializeBinary(): Uint8Array;
2522
+ toObject(includeInstance?: boolean): MacSecureElements.AsObject;
2523
+ static toObject(includeInstance: boolean, msg: MacSecureElements): MacSecureElements.AsObject;
2524
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2525
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2526
+ static serializeBinaryToWriter(message: MacSecureElements, writer: jspb.BinaryWriter): void;
2527
+ static deserializeBinary(bytes: Uint8Array): MacSecureElements;
2528
+ static deserializeBinaryFromReader(message: MacSecureElements, reader: jspb.BinaryReader): MacSecureElements;
2529
+ }
2530
+
2531
+ export namespace MacSecureElements {
2532
+ export type AsObject = {
2533
+ controllerFirmware?: google_protobuf_wrappers_pb.StringValue.AsObject,
2534
+ controllerHardware?: google_protobuf_wrappers_pb.StringValue.AsObject,
2535
+ controllerInfo?: google_protobuf_wrappers_pb.StringValue.AsObject,
2536
+ controllerMiddleware?: google_protobuf_wrappers_pb.StringValue.AsObject,
2537
+ secureElementsDevice?: google_protobuf_wrappers_pb.StringValue.AsObject,
2538
+ secureElementsFirmware?: google_protobuf_wrappers_pb.StringValue.AsObject,
2539
+ secureElementsHardware?: google_protobuf_wrappers_pb.StringValue.AsObject,
2540
+ secureElementsId?: google_protobuf_wrappers_pb.StringValue.AsObject,
2541
+ secureElementsRestrictedMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
2542
+ secureElementsInfo?: google_protobuf_wrappers_pb.StringValue.AsObject,
2543
+ secureElementsOsVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
2544
+ secureElementsPlatformId?: google_protobuf_wrappers_pb.StringValue.AsObject,
2545
+ secureElementsProductionSigned?: google_protobuf_wrappers_pb.StringValue.AsObject,
2546
+ }
2547
+ }
2548
+
2549
+ export class MacAudio extends jspb.Message {
2550
+ clearEntriesList(): void;
2551
+ getEntriesList(): Array<Audio>;
2552
+ setEntriesList(value: Array<Audio>): MacAudio;
2553
+ addEntries(value?: Audio, index?: number): Audio;
2554
+
2555
+ serializeBinary(): Uint8Array;
2556
+ toObject(includeInstance?: boolean): MacAudio.AsObject;
2557
+ static toObject(includeInstance: boolean, msg: MacAudio): MacAudio.AsObject;
2558
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2559
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2560
+ static serializeBinaryToWriter(message: MacAudio, writer: jspb.BinaryWriter): void;
2561
+ static deserializeBinary(bytes: Uint8Array): MacAudio;
2562
+ static deserializeBinaryFromReader(message: MacAudio, reader: jspb.BinaryReader): MacAudio;
2563
+ }
2564
+
2565
+ export namespace MacAudio {
2566
+ export type AsObject = {
2567
+ entriesList: Array<Audio.AsObject>,
2568
+ }
2569
+ }
2570
+
2571
+ export class Audio extends jspb.Message {
2572
+
2573
+ hasName(): boolean;
2574
+ clearName(): void;
2575
+ getName(): google_protobuf_wrappers_pb.StringValue | undefined;
2576
+ setName(value?: google_protobuf_wrappers_pb.StringValue): Audio;
2577
+
2578
+ hasCoreaudioDefaultAudioInputDevice(): boolean;
2579
+ clearCoreaudioDefaultAudioInputDevice(): void;
2580
+ getCoreaudioDefaultAudioInputDevice(): google_protobuf_wrappers_pb.StringValue | undefined;
2581
+ setCoreaudioDefaultAudioInputDevice(value?: google_protobuf_wrappers_pb.StringValue): Audio;
2582
+
2583
+ hasCoreaudioDefaultAudioOutputDevice(): boolean;
2584
+ clearCoreaudioDefaultAudioOutputDevice(): void;
2585
+ getCoreaudioDefaultAudioOutputDevice(): google_protobuf_wrappers_pb.StringValue | undefined;
2586
+ setCoreaudioDefaultAudioOutputDevice(value?: google_protobuf_wrappers_pb.StringValue): Audio;
2587
+
2588
+ hasCoreaudioDefaultAudioSystemDevice(): boolean;
2589
+ clearCoreaudioDefaultAudioSystemDevice(): void;
2590
+ getCoreaudioDefaultAudioSystemDevice(): google_protobuf_wrappers_pb.StringValue | undefined;
2591
+ setCoreaudioDefaultAudioSystemDevice(value?: google_protobuf_wrappers_pb.StringValue): Audio;
2592
+
2593
+ hasCoreaudioDeviceInput(): boolean;
2594
+ clearCoreaudioDeviceInput(): void;
2595
+ getCoreaudioDeviceInput(): google_protobuf_wrappers_pb.StringValue | undefined;
2596
+ setCoreaudioDeviceInput(value?: google_protobuf_wrappers_pb.StringValue): Audio;
2597
+
2598
+ hasCoreaudioDeviceManufacturer(): boolean;
2599
+ clearCoreaudioDeviceManufacturer(): void;
2600
+ getCoreaudioDeviceManufacturer(): google_protobuf_wrappers_pb.StringValue | undefined;
2601
+ setCoreaudioDeviceManufacturer(value?: google_protobuf_wrappers_pb.StringValue): Audio;
2602
+
2603
+ hasCoreaudioDeviceOutput(): boolean;
2604
+ clearCoreaudioDeviceOutput(): void;
2605
+ getCoreaudioDeviceOutput(): google_protobuf_wrappers_pb.StringValue | undefined;
2606
+ setCoreaudioDeviceOutput(value?: google_protobuf_wrappers_pb.StringValue): Audio;
2607
+
2608
+ hasCoreaudioDeviceSrate(): boolean;
2609
+ clearCoreaudioDeviceSrate(): void;
2610
+ getCoreaudioDeviceSrate(): google_protobuf_wrappers_pb.StringValue | undefined;
2611
+ setCoreaudioDeviceSrate(value?: google_protobuf_wrappers_pb.StringValue): Audio;
2612
+
2613
+ hasCoreaudioDeviceTransport(): boolean;
2614
+ clearCoreaudioDeviceTransport(): void;
2615
+ getCoreaudioDeviceTransport(): google_protobuf_wrappers_pb.StringValue | undefined;
2616
+ setCoreaudioDeviceTransport(value?: google_protobuf_wrappers_pb.StringValue): Audio;
2617
+
2618
+ hasCoreaudioInputSource(): boolean;
2619
+ clearCoreaudioInputSource(): void;
2620
+ getCoreaudioInputSource(): google_protobuf_wrappers_pb.StringValue | undefined;
2621
+ setCoreaudioInputSource(value?: google_protobuf_wrappers_pb.StringValue): Audio;
2622
+
2623
+ hasCoreaudioOutputSource(): boolean;
2624
+ clearCoreaudioOutputSource(): void;
2625
+ getCoreaudioOutputSource(): google_protobuf_wrappers_pb.StringValue | undefined;
2626
+ setCoreaudioOutputSource(value?: google_protobuf_wrappers_pb.StringValue): Audio;
2627
+
2628
+ serializeBinary(): Uint8Array;
2629
+ toObject(includeInstance?: boolean): Audio.AsObject;
2630
+ static toObject(includeInstance: boolean, msg: Audio): Audio.AsObject;
2631
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2632
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2633
+ static serializeBinaryToWriter(message: Audio, writer: jspb.BinaryWriter): void;
2634
+ static deserializeBinary(bytes: Uint8Array): Audio;
2635
+ static deserializeBinaryFromReader(message: Audio, reader: jspb.BinaryReader): Audio;
2636
+ }
2637
+
2638
+ export namespace Audio {
2639
+ export type AsObject = {
2640
+ name?: google_protobuf_wrappers_pb.StringValue.AsObject,
2641
+ coreaudioDefaultAudioInputDevice?: google_protobuf_wrappers_pb.StringValue.AsObject,
2642
+ coreaudioDefaultAudioOutputDevice?: google_protobuf_wrappers_pb.StringValue.AsObject,
2643
+ coreaudioDefaultAudioSystemDevice?: google_protobuf_wrappers_pb.StringValue.AsObject,
2644
+ coreaudioDeviceInput?: google_protobuf_wrappers_pb.StringValue.AsObject,
2645
+ coreaudioDeviceManufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
2646
+ coreaudioDeviceOutput?: google_protobuf_wrappers_pb.StringValue.AsObject,
2647
+ coreaudioDeviceSrate?: google_protobuf_wrappers_pb.StringValue.AsObject,
2648
+ coreaudioDeviceTransport?: google_protobuf_wrappers_pb.StringValue.AsObject,
2649
+ coreaudioInputSource?: google_protobuf_wrappers_pb.StringValue.AsObject,
2650
+ coreaudioOutputSource?: google_protobuf_wrappers_pb.StringValue.AsObject,
2651
+ }
2652
+ }