@lansweeper/data-platform-outbound-grpc 0.1.72 → 0.1.73

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.
@@ -382,71 +382,6 @@ export class Asset extends jspb.Message {
382
382
  getPortScan(): PortScan | undefined;
383
383
  setPortScan(value?: PortScan): Asset;
384
384
 
385
- hasSoftwareInventory(): boolean;
386
- clearSoftwareInventory(): void;
387
- getSoftwareInventory(): SoftwareInventory | undefined;
388
- setSoftwareInventory(value?: SoftwareInventory): Asset;
389
- clearAntivirusList(): void;
390
- getAntivirusList(): Array<AntivirusSoftware>;
391
- setAntivirusList(value: Array<AntivirusSoftware>): Asset;
392
- addAntivirus(value?: AntivirusSoftware, index?: number): AntivirusSoftware;
393
- clearOsPatchList(): void;
394
- getOsPatchList(): Array<OperatingSystemPatch>;
395
- setOsPatchList(value: Array<OperatingSystemPatch>): Asset;
396
- addOsPatch(value?: OperatingSystemPatch, index?: number): OperatingSystemPatch;
397
- clearOsFeatureList(): void;
398
- getOsFeatureList(): Array<OperatingSystemFeature>;
399
- setOsFeatureList(value: Array<OperatingSystemFeature>): Asset;
400
- addOsFeature(value?: OperatingSystemFeature, index?: number): OperatingSystemFeature;
401
- clearProcessorList(): void;
402
- getProcessorList(): Array<Processor>;
403
- setProcessorList(value: Array<Processor>): Asset;
404
- addProcessor(value?: Processor, index?: number): Processor;
405
-
406
- hasChassis(): boolean;
407
- clearChassis(): void;
408
- getChassis(): Chassis | undefined;
409
- setChassis(value?: Chassis): Asset;
410
-
411
- hasMemory(): boolean;
412
- clearMemory(): void;
413
- getMemory(): Memory | undefined;
414
- setMemory(value?: Memory): Asset;
415
-
416
- hasMotherboard(): boolean;
417
- clearMotherboard(): void;
418
- getMotherboard(): Motherboard | undefined;
419
- setMotherboard(value?: Motherboard): Asset;
420
- clearOpticalDriveList(): void;
421
- getOpticalDriveList(): Array<OpticalDrive>;
422
- setOpticalDriveList(value: Array<OpticalDrive>): Asset;
423
- addOpticalDrive(value?: OpticalDrive, index?: number): OpticalDrive;
424
- clearHardDriveList(): void;
425
- getHardDriveList(): Array<HardDrive>;
426
- setHardDriveList(value: Array<HardDrive>): Asset;
427
- addHardDrive(value?: HardDrive, index?: number): HardDrive;
428
- clearGraphicsCardList(): void;
429
- getGraphicsCardList(): Array<GraphicsCard>;
430
- setGraphicsCardList(value: Array<GraphicsCard>): Asset;
431
- addGraphicsCard(value?: GraphicsCard, index?: number): GraphicsCard;
432
- clearSoundCardList(): void;
433
- getSoundCardList(): Array<SoundCard>;
434
- setSoundCardList(value: Array<SoundCard>): Asset;
435
- addSoundCard(value?: SoundCard, index?: number): SoundCard;
436
- clearKeyboardList(): void;
437
- getKeyboardList(): Array<Keyboard>;
438
- setKeyboardList(value: Array<Keyboard>): Asset;
439
- addKeyboard(value?: Keyboard, index?: number): Keyboard;
440
- clearPointingDeviceList(): void;
441
- getPointingDeviceList(): Array<PointingDevice>;
442
- setPointingDeviceList(value: Array<PointingDevice>): Asset;
443
- addPointingDevice(value?: PointingDevice, index?: number): PointingDevice;
444
-
445
- hasLastUser(): boolean;
446
- clearLastUser(): void;
447
- getLastUser(): LastUser | undefined;
448
- setLastUser(value?: LastUser): Asset;
449
-
450
385
  hasComputer(): boolean;
451
386
  clearComputer(): void;
452
387
  getComputer(): Computer | undefined;
@@ -494,21 +429,6 @@ export namespace Asset {
494
429
  networkInterfaces?: NetworkInterfaces.AsObject,
495
430
  networkProtocols?: NetworkProtocols.AsObject,
496
431
  portScan?: PortScan.AsObject,
497
- softwareInventory?: SoftwareInventory.AsObject,
498
- antivirusList: Array<AntivirusSoftware.AsObject>,
499
- osPatchList: Array<OperatingSystemPatch.AsObject>,
500
- osFeatureList: Array<OperatingSystemFeature.AsObject>,
501
- processorList: Array<Processor.AsObject>,
502
- chassis?: Chassis.AsObject,
503
- memory?: Memory.AsObject,
504
- motherboard?: Motherboard.AsObject,
505
- opticalDriveList: Array<OpticalDrive.AsObject>,
506
- hardDriveList: Array<HardDrive.AsObject>,
507
- graphicsCardList: Array<GraphicsCard.AsObject>,
508
- soundCardList: Array<SoundCard.AsObject>,
509
- keyboardList: Array<Keyboard.AsObject>,
510
- pointingDeviceList: Array<PointingDevice.AsObject>,
511
- lastUser?: LastUser.AsObject,
512
432
  computer?: Computer.AsObject,
513
433
  otModule?: OtModule.AsObject,
514
434
  cloud?: CloudEntity.AsObject,