@lansweeper/data-platform-outbound-grpc 0.1.66 → 0.1.67

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.
@@ -372,71 +372,6 @@ export class Asset extends jspb.Message {
372
372
  getNetworkInterfaces(): NetworkInterfaces | undefined;
373
373
  setNetworkInterfaces(value?: NetworkInterfaces): Asset;
374
374
 
375
- hasSoftwareInventory(): boolean;
376
- clearSoftwareInventory(): void;
377
- getSoftwareInventory(): SoftwareInventory | undefined;
378
- setSoftwareInventory(value?: SoftwareInventory): Asset;
379
- clearAntivirusList(): void;
380
- getAntivirusList(): Array<AntivirusSoftware>;
381
- setAntivirusList(value: Array<AntivirusSoftware>): Asset;
382
- addAntivirus(value?: AntivirusSoftware, index?: number): AntivirusSoftware;
383
- clearOsPatchList(): void;
384
- getOsPatchList(): Array<OperatingSystemPatch>;
385
- setOsPatchList(value: Array<OperatingSystemPatch>): Asset;
386
- addOsPatch(value?: OperatingSystemPatch, index?: number): OperatingSystemPatch;
387
- clearOsFeatureList(): void;
388
- getOsFeatureList(): Array<OperatingSystemFeature>;
389
- setOsFeatureList(value: Array<OperatingSystemFeature>): Asset;
390
- addOsFeature(value?: OperatingSystemFeature, index?: number): OperatingSystemFeature;
391
- clearProcessorList(): void;
392
- getProcessorList(): Array<Processor>;
393
- setProcessorList(value: Array<Processor>): Asset;
394
- addProcessor(value?: Processor, index?: number): Processor;
395
-
396
- hasChassis(): boolean;
397
- clearChassis(): void;
398
- getChassis(): Chassis | undefined;
399
- setChassis(value?: Chassis): Asset;
400
-
401
- hasMemory(): boolean;
402
- clearMemory(): void;
403
- getMemory(): Memory | undefined;
404
- setMemory(value?: Memory): Asset;
405
-
406
- hasMotherboard(): boolean;
407
- clearMotherboard(): void;
408
- getMotherboard(): Motherboard | undefined;
409
- setMotherboard(value?: Motherboard): Asset;
410
- clearOpticalDriveList(): void;
411
- getOpticalDriveList(): Array<OpticalDrive>;
412
- setOpticalDriveList(value: Array<OpticalDrive>): Asset;
413
- addOpticalDrive(value?: OpticalDrive, index?: number): OpticalDrive;
414
- clearHardDriveList(): void;
415
- getHardDriveList(): Array<HardDrive>;
416
- setHardDriveList(value: Array<HardDrive>): Asset;
417
- addHardDrive(value?: HardDrive, index?: number): HardDrive;
418
- clearGraphicsCardList(): void;
419
- getGraphicsCardList(): Array<GraphicsCard>;
420
- setGraphicsCardList(value: Array<GraphicsCard>): Asset;
421
- addGraphicsCard(value?: GraphicsCard, index?: number): GraphicsCard;
422
- clearSoundCardList(): void;
423
- getSoundCardList(): Array<SoundCard>;
424
- setSoundCardList(value: Array<SoundCard>): Asset;
425
- addSoundCard(value?: SoundCard, index?: number): SoundCard;
426
- clearKeyboardList(): void;
427
- getKeyboardList(): Array<Keyboard>;
428
- setKeyboardList(value: Array<Keyboard>): Asset;
429
- addKeyboard(value?: Keyboard, index?: number): Keyboard;
430
- clearPointingDeviceList(): void;
431
- getPointingDeviceList(): Array<PointingDevice>;
432
- setPointingDeviceList(value: Array<PointingDevice>): Asset;
433
- addPointingDevice(value?: PointingDevice, index?: number): PointingDevice;
434
-
435
- hasLastUser(): boolean;
436
- clearLastUser(): void;
437
- getLastUser(): LastUser | undefined;
438
- setLastUser(value?: LastUser): Asset;
439
-
440
375
  hasComputer(): boolean;
441
376
  clearComputer(): void;
442
377
  getComputer(): Computer | undefined;
@@ -482,21 +417,6 @@ export namespace Asset {
482
417
  os?: OperatingSystem.AsObject,
483
418
  monitorInventory?: MonitorInventory.AsObject,
484
419
  networkInterfaces?: NetworkInterfaces.AsObject,
485
- softwareInventory?: SoftwareInventory.AsObject,
486
- antivirusList: Array<AntivirusSoftware.AsObject>,
487
- osPatchList: Array<OperatingSystemPatch.AsObject>,
488
- osFeatureList: Array<OperatingSystemFeature.AsObject>,
489
- processorList: Array<Processor.AsObject>,
490
- chassis?: Chassis.AsObject,
491
- memory?: Memory.AsObject,
492
- motherboard?: Motherboard.AsObject,
493
- opticalDriveList: Array<OpticalDrive.AsObject>,
494
- hardDriveList: Array<HardDrive.AsObject>,
495
- graphicsCardList: Array<GraphicsCard.AsObject>,
496
- soundCardList: Array<SoundCard.AsObject>,
497
- keyboardList: Array<Keyboard.AsObject>,
498
- pointingDeviceList: Array<PointingDevice.AsObject>,
499
- lastUser?: LastUser.AsObject,
500
420
  computer?: Computer.AsObject,
501
421
  otModule?: OtModule.AsObject,
502
422
  cloud?: CloudEntity.AsObject,