@lansweeper/discovery-sensor-proto 2.14.1 → 2.14.2

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.
@@ -921,6 +921,8 @@ export namespace WindowsUser {
921
921
  }
922
922
 
923
923
  export class User extends jspb.Message {
924
+ getModelVersion(): number;
925
+ setModelVersion(value: number): User;
924
926
 
925
927
  hasAccountType(): boolean;
926
928
  clearAccountType(): void;
@@ -1009,6 +1011,7 @@ export class User extends jspb.Message {
1009
1011
 
1010
1012
  export namespace User {
1011
1013
  export type AsObject = {
1014
+ modelVersion: number,
1012
1015
  accountType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
1013
1016
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
1014
1017
  description?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -2234,6 +2237,8 @@ export namespace WindowsProcessor {
2234
2237
  }
2235
2238
 
2236
2239
  export class Processor extends jspb.Message {
2240
+ getModelVersion(): number;
2241
+ setModelVersion(value: number): Processor;
2237
2242
 
2238
2243
  hasAddressWidth(): boolean;
2239
2244
  clearAddressWidth(): void;
@@ -2377,6 +2382,7 @@ export class Processor extends jspb.Message {
2377
2382
 
2378
2383
  export namespace Processor {
2379
2384
  export type AsObject = {
2385
+ modelVersion: number,
2380
2386
  addressWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2381
2387
  architecture?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
2382
2388
  availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
@@ -2429,6 +2435,8 @@ export namespace WindowsProcess {
2429
2435
  }
2430
2436
 
2431
2437
  export class Process extends jspb.Message {
2438
+ getModelVersion(): number;
2439
+ setModelVersion(value: number): Process;
2432
2440
 
2433
2441
  hasCaption(): boolean;
2434
2442
  clearCaption(): void;
@@ -2467,6 +2475,7 @@ export class Process extends jspb.Message {
2467
2475
 
2468
2476
  export namespace Process {
2469
2477
  export type AsObject = {
2478
+ modelVersion: number,
2470
2479
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
2471
2480
  executablePath?: google_protobuf_wrappers_pb.StringValue.AsObject,
2472
2481
  threadCount?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
@@ -2733,6 +2742,8 @@ export namespace WindowsPrinter {
2733
2742
  }
2734
2743
 
2735
2744
  export class Printer extends jspb.Message {
2745
+ getModelVersion(): number;
2746
+ setModelVersion(value: number): Printer;
2736
2747
  clearCapabilityDescriptionsList(): void;
2737
2748
  getCapabilityDescriptionsList(): Array<string>;
2738
2749
  setCapabilityDescriptionsList(value: Array<string>): Printer;
@@ -2820,6 +2831,7 @@ export class Printer extends jspb.Message {
2820
2831
 
2821
2832
  export namespace Printer {
2822
2833
  export type AsObject = {
2834
+ modelVersion: number,
2823
2835
  capabilityDescriptionsList: Array<string>,
2824
2836
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
2825
2837
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -3862,6 +3874,8 @@ export namespace WindowsOsRecovery {
3862
3874
  }
3863
3875
 
3864
3876
  export class OsRecovery extends jspb.Message {
3877
+ getModelVersion(): number;
3878
+ setModelVersion(value: number): OsRecovery;
3865
3879
 
3866
3880
  hasAutoReboot(): boolean;
3867
3881
  clearAutoReboot(): void;
@@ -3925,6 +3939,7 @@ export class OsRecovery extends jspb.Message {
3925
3939
 
3926
3940
  export namespace OsRecovery {
3927
3941
  export type AsObject = {
3942
+ modelVersion: number,
3928
3943
  autoReboot?: google_protobuf_wrappers_pb.BoolValue.AsObject,
3929
3944
  debugFilePath?: google_protobuf_wrappers_pb.StringValue.AsObject,
3930
3945
  kernelDumpOnly?: google_protobuf_wrappers_pb.BoolValue.AsObject,
@@ -3961,6 +3976,8 @@ export namespace WindowsOs {
3961
3976
  }
3962
3977
 
3963
3978
  export class Os extends jspb.Message {
3979
+ getModelVersion(): number;
3980
+ setModelVersion(value: number): Os;
3964
3981
 
3965
3982
  hasBootDevice(): boolean;
3966
3983
  clearBootDevice(): void;
@@ -4189,6 +4206,7 @@ export class Os extends jspb.Message {
4189
4206
 
4190
4207
  export namespace Os {
4191
4208
  export type AsObject = {
4209
+ modelVersion: number,
4192
4210
  bootDevice?: google_protobuf_wrappers_pb.StringValue.AsObject,
4193
4211
  buildNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
4194
4212
  buildType?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -4384,6 +4402,8 @@ export namespace WindowsNetworkAdapter {
4384
4402
  }
4385
4403
 
4386
4404
  export class NetworkAdapter extends jspb.Message {
4405
+ getModelVersion(): number;
4406
+ setModelVersion(value: number): NetworkAdapter;
4387
4407
 
4388
4408
  hasDeviceId(): boolean;
4389
4409
  clearDeviceId(): void;
@@ -4432,6 +4452,7 @@ export class NetworkAdapter extends jspb.Message {
4432
4452
 
4433
4453
  export namespace NetworkAdapter {
4434
4454
  export type AsObject = {
4455
+ modelVersion: number,
4435
4456
  deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
4436
4457
  macAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
4437
4458
  manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -4465,6 +4486,8 @@ export namespace WindowsNetwork {
4465
4486
  }
4466
4487
 
4467
4488
  export class Network extends jspb.Message {
4489
+ getModelVersion(): number;
4490
+ setModelVersion(value: number): Network;
4468
4491
 
4469
4492
  hasDescription(): boolean;
4470
4493
  clearDescription(): void;
@@ -4620,6 +4643,7 @@ export class Network extends jspb.Message {
4620
4643
 
4621
4644
  export namespace Network {
4622
4645
  export type AsObject = {
4646
+ modelVersion: number,
4623
4647
  description?: google_protobuf_wrappers_pb.StringValue.AsObject,
4624
4648
  settingId?: google_protobuf_wrappers_pb.StringValue.AsObject,
4625
4649
  databasePath?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -4751,6 +4775,8 @@ export namespace WindowsPhysicalMemory {
4751
4775
  }
4752
4776
 
4753
4777
  export class PhysicalMemory extends jspb.Message {
4778
+ getModelVersion(): number;
4779
+ setModelVersion(value: number): PhysicalMemory;
4754
4780
 
4755
4781
  hasCapacity(): boolean;
4756
4782
  clearCapacity(): void;
@@ -4854,6 +4880,7 @@ export class PhysicalMemory extends jspb.Message {
4854
4880
 
4855
4881
  export namespace PhysicalMemory {
4856
4882
  export type AsObject = {
4883
+ modelVersion: number,
4857
4884
  capacity?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
4858
4885
  dataWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
4859
4886
  deviceLocator?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -5375,6 +5402,8 @@ export namespace WindowsGroup {
5375
5402
  }
5376
5403
 
5377
5404
  export class Group extends jspb.Message {
5405
+ getModelVersion(): number;
5406
+ setModelVersion(value: number): Group;
5378
5407
 
5379
5408
  hasCaption(): boolean;
5380
5409
  clearCaption(): void;
@@ -5418,6 +5447,7 @@ export class Group extends jspb.Message {
5418
5447
 
5419
5448
  export namespace Group {
5420
5449
  export type AsObject = {
5450
+ modelVersion: number,
5421
5451
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
5422
5452
  description?: google_protobuf_wrappers_pb.StringValue.AsObject,
5423
5453
  domain?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -5450,6 +5480,8 @@ export namespace WindowsFloppy {
5450
5480
  }
5451
5481
 
5452
5482
  export class Floppy extends jspb.Message {
5483
+ getModelVersion(): number;
5484
+ setModelVersion(value: number): Floppy;
5453
5485
 
5454
5486
  hasBytesPerSector(): boolean;
5455
5487
  clearBytesPerSector(): void;
@@ -5558,6 +5590,7 @@ export class Floppy extends jspb.Message {
5558
5590
 
5559
5591
  export namespace Floppy {
5560
5592
  export type AsObject = {
5593
+ modelVersion: number,
5561
5594
  bytesPerSector?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
5562
5595
  description?: google_protobuf_wrappers_pb.StringValue.AsObject,
5563
5596
  interfaceType?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -6317,6 +6350,8 @@ export namespace WindowsComputerSystem {
6317
6350
  }
6318
6351
 
6319
6352
  export class ComputerSystem extends jspb.Message {
6353
+ getModelVersion(): number;
6354
+ setModelVersion(value: number): ComputerSystem;
6320
6355
 
6321
6356
  hasAdminPasswordStatus(): boolean;
6322
6357
  clearAdminPasswordStatus(): void;
@@ -6533,6 +6568,7 @@ export class ComputerSystem extends jspb.Message {
6533
6568
 
6534
6569
  export namespace ComputerSystem {
6535
6570
  export type AsObject = {
6571
+ modelVersion: number,
6536
6572
  adminPasswordStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
6537
6573
  automaticResetBootOption?: google_protobuf_wrappers_pb.BoolValue.AsObject,
6538
6574
  automaticResetCapability?: google_protobuf_wrappers_pb.BoolValue.AsObject,
@@ -6836,6 +6872,8 @@ export namespace WindowsBios {
6836
6872
  }
6837
6873
 
6838
6874
  export class Bios extends jspb.Message {
6875
+ getModelVersion(): number;
6876
+ setModelVersion(value: number): Bios;
6839
6877
  clearBiosCharacteristicsList(): void;
6840
6878
  getBiosCharacteristicsList(): Array<number>;
6841
6879
  setBiosCharacteristicsList(value: Array<number>): Bios;
@@ -6942,6 +6980,7 @@ export class Bios extends jspb.Message {
6942
6980
 
6943
6981
  export namespace Bios {
6944
6982
  export type AsObject = {
6983
+ modelVersion: number,
6945
6984
  biosCharacteristicsList: Array<number>,
6946
6985
  caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
6947
6986
  currentLanguage?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -7246,6 +7285,8 @@ export namespace WindowsAntivirus {
7246
7285
  }
7247
7286
 
7248
7287
  export class Antivirus extends jspb.Message {
7288
+ getModelVersion(): number;
7289
+ setModelVersion(value: number): Antivirus;
7249
7290
 
7250
7291
  hasDisplayName(): boolean;
7251
7292
  clearDisplayName(): void;
@@ -7274,6 +7315,7 @@ export class Antivirus extends jspb.Message {
7274
7315
 
7275
7316
  export namespace Antivirus {
7276
7317
  export type AsObject = {
7318
+ modelVersion: number,
7277
7319
  displayName?: google_protobuf_wrappers_pb.StringValue.AsObject,
7278
7320
  instanceGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
7279
7321
  productState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,