@lansweeper/discovery-sensor-proto 2.40.0 → 2.42.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.
@@ -1482,6 +1482,20 @@ export class Software extends jspb.Message {
1482
1482
  getHas64BitIntelCode(): google_protobuf_wrappers_pb.StringValue | undefined;
1483
1483
  setHas64BitIntelCode(value?: google_protobuf_wrappers_pb.StringValue): Software;
1484
1484
 
1485
+ hasArchKind(): boolean;
1486
+ clearArchKind(): void;
1487
+ getArchKind(): google_protobuf_wrappers_pb.StringValue | undefined;
1488
+ setArchKind(value?: google_protobuf_wrappers_pb.StringValue): Software;
1489
+
1490
+ hasObtainedFrom(): boolean;
1491
+ clearObtainedFrom(): void;
1492
+ getObtainedFrom(): google_protobuf_wrappers_pb.StringValue | undefined;
1493
+ setObtainedFrom(value?: google_protobuf_wrappers_pb.StringValue): Software;
1494
+ clearSignedByList(): void;
1495
+ getSignedByList(): Array<string>;
1496
+ setSignedByList(value: Array<string>): Software;
1497
+ addSignedBy(value: string, index?: number): string;
1498
+
1485
1499
  serializeBinary(): Uint8Array;
1486
1500
  toObject(includeInstance?: boolean): Software.AsObject;
1487
1501
  static toObject(includeInstance: boolean, msg: Software): Software.AsObject;
@@ -1501,6 +1515,9 @@ export namespace Software {
1501
1515
  path?: google_protobuf_wrappers_pb.StringValue.AsObject,
1502
1516
  runtimeEnvironment?: google_protobuf_wrappers_pb.StringValue.AsObject,
1503
1517
  has64BitIntelCode?: google_protobuf_wrappers_pb.StringValue.AsObject,
1518
+ archKind?: google_protobuf_wrappers_pb.StringValue.AsObject,
1519
+ obtainedFrom?: google_protobuf_wrappers_pb.StringValue.AsObject,
1520
+ signedByList: Array<string>,
1504
1521
  }
1505
1522
  }
1506
1523
 
@@ -2350,3 +2367,181 @@ export namespace ServiceRule {
2350
2367
  state?: google_protobuf_wrappers_pb.StringValue.AsObject,
2351
2368
  }
2352
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
+ }