@lansweeper/discovery-sensor-proto 2.13.20 → 2.13.22

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.
@@ -1486,6 +1486,26 @@ export class MacMonitor extends jspb.Message {
1486
1486
  getVendor(): google_protobuf_wrappers_pb.StringValue | undefined;
1487
1487
  setVendor(value?: google_protobuf_wrappers_pb.StringValue): MacMonitor;
1488
1488
 
1489
+ hasVram(): boolean;
1490
+ clearVram(): void;
1491
+ getVram(): google_protobuf_wrappers_pb.StringValue | undefined;
1492
+ setVram(value?: google_protobuf_wrappers_pb.StringValue): MacMonitor;
1493
+
1494
+ hasRomRevision(): boolean;
1495
+ clearRomRevision(): void;
1496
+ getRomRevision(): google_protobuf_wrappers_pb.StringValue | undefined;
1497
+ setRomRevision(value?: google_protobuf_wrappers_pb.StringValue): MacMonitor;
1498
+
1499
+ hasRevisionId(): boolean;
1500
+ clearRevisionId(): void;
1501
+ getRevisionId(): google_protobuf_wrappers_pb.StringValue | undefined;
1502
+ setRevisionId(value?: google_protobuf_wrappers_pb.StringValue): MacMonitor;
1503
+
1504
+ hasDeviceId(): boolean;
1505
+ clearDeviceId(): void;
1506
+ getDeviceId(): google_protobuf_wrappers_pb.StringValue | undefined;
1507
+ setDeviceId(value?: google_protobuf_wrappers_pb.StringValue): MacMonitor;
1508
+
1489
1509
  hasSppciBus(): boolean;
1490
1510
  clearSppciBus(): void;
1491
1511
  getSppciBus(): google_protobuf_wrappers_pb.StringValue | undefined;
@@ -1522,6 +1542,10 @@ export namespace MacMonitor {
1522
1542
  mtlGpuFamilySupport?: google_protobuf_wrappers_pb.StringValue.AsObject,
1523
1543
  entriesList: Array<Monitor.AsObject>,
1524
1544
  vendor?: google_protobuf_wrappers_pb.StringValue.AsObject,
1545
+ vram?: google_protobuf_wrappers_pb.StringValue.AsObject,
1546
+ romRevision?: google_protobuf_wrappers_pb.StringValue.AsObject,
1547
+ revisionId?: google_protobuf_wrappers_pb.StringValue.AsObject,
1548
+ deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
1525
1549
  sppciBus?: google_protobuf_wrappers_pb.StringValue.AsObject,
1526
1550
  sppciCores?: google_protobuf_wrappers_pb.StringValue.AsObject,
1527
1551
  sppciDeviceType?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -1606,10 +1630,35 @@ export class Monitor extends jspb.Message {
1606
1630
  getIsOnline(): google_protobuf_wrappers_pb.StringValue | undefined;
1607
1631
  setIsOnline(value?: google_protobuf_wrappers_pb.StringValue): Monitor;
1608
1632
 
1609
- hasPixelresolution(): boolean;
1610
- clearPixelresolution(): void;
1611
- getPixelresolution(): google_protobuf_wrappers_pb.StringValue | undefined;
1612
- setPixelresolution(value?: google_protobuf_wrappers_pb.StringValue): Monitor;
1633
+ hasPixelResolution(): boolean;
1634
+ clearPixelResolution(): void;
1635
+ getPixelResolution(): google_protobuf_wrappers_pb.StringValue | undefined;
1636
+ setPixelResolution(value?: google_protobuf_wrappers_pb.StringValue): Monitor;
1637
+
1638
+ hasCoreImage(): boolean;
1639
+ clearCoreImage(): void;
1640
+ getCoreImage(): google_protobuf_wrappers_pb.StringValue | undefined;
1641
+ setCoreImage(value?: google_protobuf_wrappers_pb.StringValue): Monitor;
1642
+
1643
+ hasDepth(): boolean;
1644
+ clearDepth(): void;
1645
+ getDepth(): google_protobuf_wrappers_pb.StringValue | undefined;
1646
+ setDepth(value?: google_protobuf_wrappers_pb.StringValue): Monitor;
1647
+
1648
+ hasQuartzExtreme(): boolean;
1649
+ clearQuartzExtreme(): void;
1650
+ getQuartzExtreme(): google_protobuf_wrappers_pb.StringValue | undefined;
1651
+ setQuartzExtreme(value?: google_protobuf_wrappers_pb.StringValue): Monitor;
1652
+
1653
+ hasDeviceType(): boolean;
1654
+ clearDeviceType(): void;
1655
+ getDeviceType(): google_protobuf_wrappers_pb.StringValue | undefined;
1656
+ setDeviceType(value?: google_protobuf_wrappers_pb.StringValue): Monitor;
1657
+
1658
+ hasBuiltIn(): boolean;
1659
+ clearBuiltIn(): void;
1660
+ getBuiltIn(): google_protobuf_wrappers_pb.StringValue | undefined;
1661
+ setBuiltIn(value?: google_protobuf_wrappers_pb.StringValue): Monitor;
1613
1662
 
1614
1663
  serializeBinary(): Uint8Array;
1615
1664
  toObject(includeInstance?: boolean): Monitor.AsObject;
@@ -1638,6 +1687,11 @@ export namespace Monitor {
1638
1687
  isMain?: google_protobuf_wrappers_pb.StringValue.AsObject,
1639
1688
  mirror?: google_protobuf_wrappers_pb.StringValue.AsObject,
1640
1689
  isOnline?: google_protobuf_wrappers_pb.StringValue.AsObject,
1641
- pixelresolution?: google_protobuf_wrappers_pb.StringValue.AsObject,
1690
+ pixelResolution?: google_protobuf_wrappers_pb.StringValue.AsObject,
1691
+ coreImage?: google_protobuf_wrappers_pb.StringValue.AsObject,
1692
+ depth?: google_protobuf_wrappers_pb.StringValue.AsObject,
1693
+ quartzExtreme?: google_protobuf_wrappers_pb.StringValue.AsObject,
1694
+ deviceType?: google_protobuf_wrappers_pb.StringValue.AsObject,
1695
+ builtIn?: google_protobuf_wrappers_pb.StringValue.AsObject,
1642
1696
  }
1643
1697
  }