@lansweeper/data-platform-outbound-grpc 0.1.14 → 0.1.16

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.
@@ -309,6 +309,10 @@ export class Asset extends jspb.Message {
309
309
  clearLastEnriched(): void;
310
310
  getLastEnriched(): google_protobuf_timestamp_pb.Timestamp | undefined;
311
311
  setLastEnriched(value?: google_protobuf_timestamp_pb.Timestamp): Asset;
312
+ clearSourceTagList(): void;
313
+ getSourceTagList(): Array<string>;
314
+ setSourceTagList(value: Array<string>): Asset;
315
+ addSourceTag(value: string, index?: number): string;
312
316
 
313
317
  hasCore(): boolean;
314
318
  clearCore(): void;
@@ -357,6 +361,7 @@ export namespace Asset {
357
361
  firstSeen?: google_protobuf_timestamp_pb.Timestamp.AsObject,
358
362
  lastUpdated?: google_protobuf_timestamp_pb.Timestamp.AsObject,
359
363
  lastEnriched?: google_protobuf_timestamp_pb.Timestamp.AsObject,
364
+ sourceTagList: Array<string>,
360
365
  core?: CoreFields.AsObject,
361
366
  hw?: HardwareInfo.AsObject,
362
367
  os?: OperatingSystemInfo.AsObject,
@@ -639,6 +644,10 @@ export class OperatingSystemInfo extends jspb.Message {
639
644
  clearRank(): void;
640
645
  getRank(): number | undefined;
641
646
  setRank(value: number): OperatingSystemInfo;
647
+ clearPatchList(): void;
648
+ getPatchList(): Array<OperatingSystemPatch>;
649
+ setPatchList(value: Array<OperatingSystemPatch>): OperatingSystemInfo;
650
+ addPatch(value?: OperatingSystemPatch, index?: number): OperatingSystemPatch;
642
651
 
643
652
  hasWindows(): boolean;
644
653
  clearWindows(): void;
@@ -668,6 +677,7 @@ export namespace OperatingSystemInfo {
668
677
  cpe?: string,
669
678
  fwCpe?: string,
670
679
  rank?: number,
680
+ patchList: Array<OperatingSystemPatch.AsObject>,
671
681
  windows?: WindowsRawOperatingSystemInfo.AsObject,
672
682
  }
673
683
 
@@ -678,6 +688,56 @@ export namespace OperatingSystemInfo {
678
688
 
679
689
  }
680
690
 
691
+ export class OperatingSystemPatch extends jspb.Message {
692
+ getId(): string;
693
+ setId(value: string): OperatingSystemPatch;
694
+
695
+ hasType(): boolean;
696
+ clearType(): void;
697
+ getType(): string | undefined;
698
+ setType(value: string): OperatingSystemPatch;
699
+
700
+ hasInstallDate(): boolean;
701
+ clearInstallDate(): void;
702
+ getInstallDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
703
+ setInstallDate(value?: google_protobuf_timestamp_pb.Timestamp): OperatingSystemPatch;
704
+
705
+ hasInstallBy(): boolean;
706
+ clearInstallBy(): void;
707
+ getInstallBy(): string | undefined;
708
+ setInstallBy(value: string): OperatingSystemPatch;
709
+
710
+ hasComments(): boolean;
711
+ clearComments(): void;
712
+ getComments(): string | undefined;
713
+ setComments(value: string): OperatingSystemPatch;
714
+
715
+ hasWindowsServicePack(): boolean;
716
+ clearWindowsServicePack(): void;
717
+ getWindowsServicePack(): string | undefined;
718
+ setWindowsServicePack(value: string): OperatingSystemPatch;
719
+
720
+ serializeBinary(): Uint8Array;
721
+ toObject(includeInstance?: boolean): OperatingSystemPatch.AsObject;
722
+ static toObject(includeInstance: boolean, msg: OperatingSystemPatch): OperatingSystemPatch.AsObject;
723
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
724
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
725
+ static serializeBinaryToWriter(message: OperatingSystemPatch, writer: jspb.BinaryWriter): void;
726
+ static deserializeBinary(bytes: Uint8Array): OperatingSystemPatch;
727
+ static deserializeBinaryFromReader(message: OperatingSystemPatch, reader: jspb.BinaryReader): OperatingSystemPatch;
728
+ }
729
+
730
+ export namespace OperatingSystemPatch {
731
+ export type AsObject = {
732
+ id: string,
733
+ type?: string,
734
+ installDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
735
+ installBy?: string,
736
+ comments?: string,
737
+ windowsServicePack?: string,
738
+ }
739
+ }
740
+
681
741
  export class WindowsRawOperatingSystemInfo extends jspb.Message {
682
742
 
683
743
  hasVersion(): boolean;
@@ -1249,8 +1309,8 @@ export class RawSoftware extends jspb.Message {
1249
1309
 
1250
1310
  hasInstallDate(): boolean;
1251
1311
  clearInstallDate(): void;
1252
- getInstallDate(): number | undefined;
1253
- setInstallDate(value: number): RawSoftware;
1312
+ getInstallDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
1313
+ setInstallDate(value?: google_protobuf_timestamp_pb.Timestamp): RawSoftware;
1254
1314
 
1255
1315
  hasSourceType(): boolean;
1256
1316
  clearSourceType(): void;
@@ -1285,7 +1345,7 @@ export namespace RawSoftware {
1285
1345
  info?: string,
1286
1346
  exePath?: string,
1287
1347
  arch?: string,
1288
- installDate?: number,
1348
+ installDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1289
1349
  sourceType?: string,
1290
1350
  swId?: string,
1291
1351
  isCurrentUser?: boolean,
@@ -1305,8 +1365,8 @@ export class CatalogBrand extends jspb.Message {
1305
1365
 
1306
1366
  hasLastUpdateTime(): boolean;
1307
1367
  clearLastUpdateTime(): void;
1308
- getLastUpdateTime(): number | undefined;
1309
- setLastUpdateTime(value: number): CatalogBrand;
1368
+ getLastUpdateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
1369
+ setLastUpdateTime(value?: google_protobuf_timestamp_pb.Timestamp): CatalogBrand;
1310
1370
 
1311
1371
  hasCountryCode(): boolean;
1312
1372
  clearCountryCode(): void;
@@ -1448,7 +1508,7 @@ export namespace CatalogBrand {
1448
1508
  id: number,
1449
1509
  makeName: string,
1450
1510
  parentId?: number,
1451
- lastUpdateTime?: number,
1511
+ lastUpdateTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1452
1512
  countryCode?: string,
1453
1513
  logoImageUrl?: string,
1454
1514
  bannerImageUrl?: string,
@@ -1516,18 +1576,18 @@ export class CatalogModel extends jspb.Message {
1516
1576
 
1517
1577
  hasReleaseDate(): boolean;
1518
1578
  clearReleaseDate(): void;
1519
- getReleaseDate(): number | undefined;
1520
- setReleaseDate(value: number): CatalogModel;
1579
+ getReleaseDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
1580
+ setReleaseDate(value?: google_protobuf_timestamp_pb.Timestamp): CatalogModel;
1521
1581
 
1522
1582
  hasDiscDate(): boolean;
1523
1583
  clearDiscDate(): void;
1524
- getDiscDate(): number | undefined;
1525
- setDiscDate(value: number): CatalogModel;
1584
+ getDiscDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
1585
+ setDiscDate(value?: google_protobuf_timestamp_pb.Timestamp): CatalogModel;
1526
1586
 
1527
1587
  hasEosDate(): boolean;
1528
1588
  clearEosDate(): void;
1529
- getEosDate(): number | undefined;
1530
- setEosDate(value: number): CatalogModel;
1589
+ getEosDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
1590
+ setEosDate(value?: google_protobuf_timestamp_pb.Timestamp): CatalogModel;
1531
1591
 
1532
1592
  hasLifecyleConfidence(): boolean;
1533
1593
  clearLifecyleConfidence(): void;
@@ -1584,8 +1644,8 @@ export class CatalogModel extends jspb.Message {
1584
1644
 
1585
1645
  hasLastUpdateTime(): boolean;
1586
1646
  clearLastUpdateTime(): void;
1587
- getLastUpdateTime(): number | undefined;
1588
- setLastUpdateTime(value: number): CatalogModel;
1647
+ getLastUpdateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
1648
+ setLastUpdateTime(value?: google_protobuf_timestamp_pb.Timestamp): CatalogModel;
1589
1649
 
1590
1650
  hasMatchScore(): boolean;
1591
1651
  clearMatchScore(): void;
@@ -1613,9 +1673,9 @@ export namespace CatalogModel {
1613
1673
  isFamily?: boolean,
1614
1674
  manualUrl?: string,
1615
1675
  faqUrl?: string,
1616
- releaseDate?: number,
1617
- discDate?: number,
1618
- eosDate?: number,
1676
+ releaseDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1677
+ discDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1678
+ eosDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1619
1679
  lifecyleConfidence?: string,
1620
1680
  priceClass?: string,
1621
1681
  productClass?: string,
@@ -1627,7 +1687,7 @@ export namespace CatalogModel {
1627
1687
  shOpenHabHandle?: string,
1628
1688
  nistCpe?: string,
1629
1689
  popularity?: number,
1630
- lastUpdateTime?: number,
1690
+ lastUpdateTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1631
1691
  matchScore?: number,
1632
1692
  }
1633
1693
  }
@@ -1670,23 +1730,23 @@ export class CatalogOs extends jspb.Message {
1670
1730
 
1671
1731
  hasReleaseDate(): boolean;
1672
1732
  clearReleaseDate(): void;
1673
- getReleaseDate(): number | undefined;
1674
- setReleaseDate(value: number): CatalogOs;
1733
+ getReleaseDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
1734
+ setReleaseDate(value?: google_protobuf_timestamp_pb.Timestamp): CatalogOs;
1675
1735
 
1676
1736
  hasEolDate(): boolean;
1677
1737
  clearEolDate(): void;
1678
- getEolDate(): number | undefined;
1679
- setEolDate(value: number): CatalogOs;
1738
+ getEolDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
1739
+ setEolDate(value?: google_protobuf_timestamp_pb.Timestamp): CatalogOs;
1680
1740
 
1681
1741
  hasEosDate(): boolean;
1682
1742
  clearEosDate(): void;
1683
- getEosDate(): number | undefined;
1684
- setEosDate(value: number): CatalogOs;
1743
+ getEosDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
1744
+ setEosDate(value?: google_protobuf_timestamp_pb.Timestamp): CatalogOs;
1685
1745
 
1686
1746
  hasEosxDate(): boolean;
1687
1747
  clearEosxDate(): void;
1688
- getEosxDate(): number | undefined;
1689
- setEosxDate(value: number): CatalogOs;
1748
+ getEosxDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
1749
+ setEosxDate(value?: google_protobuf_timestamp_pb.Timestamp): CatalogOs;
1690
1750
 
1691
1751
  hasLifecyleConfidence(): boolean;
1692
1752
  clearLifecyleConfidence(): void;
@@ -1745,8 +1805,8 @@ export class CatalogOs extends jspb.Message {
1745
1805
 
1746
1806
  hasLastUpdateTime(): boolean;
1747
1807
  clearLastUpdateTime(): void;
1748
- getLastUpdateTime(): number | undefined;
1749
- setLastUpdateTime(value: number): CatalogOs;
1808
+ getLastUpdateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
1809
+ setLastUpdateTime(value?: google_protobuf_timestamp_pb.Timestamp): CatalogOs;
1750
1810
 
1751
1811
  hasMatchScore(): boolean;
1752
1812
  clearMatchScore(): void;
@@ -1773,10 +1833,10 @@ export namespace CatalogOs {
1773
1833
  overrideId?: number,
1774
1834
  makeId?: number,
1775
1835
  parentId?: number,
1776
- releaseDate?: number,
1777
- eolDate?: number,
1778
- eosDate?: number,
1779
- eosxDate?: number,
1836
+ releaseDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1837
+ eolDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1838
+ eosDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1839
+ eosxDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1780
1840
  lifecyleConfidence?: string,
1781
1841
  logoImageUrl?: string,
1782
1842
  bannerImageUrl?: string,
@@ -1788,7 +1848,7 @@ export namespace CatalogOs {
1788
1848
  facebookAccount?: string,
1789
1849
  twitterAccount?: string,
1790
1850
  nistCpe?: string,
1791
- lastUpdateTime?: number,
1851
+ lastUpdateTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1792
1852
  matchScore?: number,
1793
1853
  }
1794
1854
  }
@@ -1851,23 +1911,23 @@ export class CatalogSoftware extends jspb.Message {
1851
1911
 
1852
1912
  hasReleaseDate(): boolean;
1853
1913
  clearReleaseDate(): void;
1854
- getReleaseDate(): number | undefined;
1855
- setReleaseDate(value: number): CatalogSoftware;
1914
+ getReleaseDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
1915
+ setReleaseDate(value?: google_protobuf_timestamp_pb.Timestamp): CatalogSoftware;
1856
1916
 
1857
1917
  hasEolDate(): boolean;
1858
1918
  clearEolDate(): void;
1859
- getEolDate(): number | undefined;
1860
- setEolDate(value: number): CatalogSoftware;
1919
+ getEolDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
1920
+ setEolDate(value?: google_protobuf_timestamp_pb.Timestamp): CatalogSoftware;
1861
1921
 
1862
1922
  hasEosDate(): boolean;
1863
1923
  clearEosDate(): void;
1864
- getEosDate(): number | undefined;
1865
- setEosDate(value: number): CatalogSoftware;
1924
+ getEosDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
1925
+ setEosDate(value?: google_protobuf_timestamp_pb.Timestamp): CatalogSoftware;
1866
1926
 
1867
1927
  hasEosxDate(): boolean;
1868
1928
  clearEosxDate(): void;
1869
- getEosxDate(): number | undefined;
1870
- setEosxDate(value: number): CatalogSoftware;
1929
+ getEosxDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
1930
+ setEosxDate(value?: google_protobuf_timestamp_pb.Timestamp): CatalogSoftware;
1871
1931
 
1872
1932
  hasLifecyleConfidence(): boolean;
1873
1933
  clearLifecyleConfidence(): void;
@@ -1891,8 +1951,8 @@ export class CatalogSoftware extends jspb.Message {
1891
1951
 
1892
1952
  hasLastUpdateTime(): boolean;
1893
1953
  clearLastUpdateTime(): void;
1894
- getLastUpdateTime(): number | undefined;
1895
- setLastUpdateTime(value: number): CatalogSoftware;
1954
+ getLastUpdateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
1955
+ setLastUpdateTime(value?: google_protobuf_timestamp_pb.Timestamp): CatalogSoftware;
1896
1956
 
1897
1957
  hasMatchScore(): boolean;
1898
1958
  clearMatchScore(): void;
@@ -1923,15 +1983,15 @@ export namespace CatalogSoftware {
1923
1983
  latestId?: number,
1924
1984
  swType?: string,
1925
1985
  swCategory?: string,
1926
- releaseDate?: number,
1927
- eolDate?: number,
1928
- eosDate?: number,
1929
- eosxDate?: number,
1986
+ releaseDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1987
+ eolDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1988
+ eosDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1989
+ eosxDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1930
1990
  lifecyleConfidence?: string,
1931
1991
  flagLatest?: boolean,
1932
1992
  flagWidespread?: boolean,
1933
1993
  flagDeprecated?: boolean,
1934
- lastUpdateTime?: number,
1994
+ lastUpdateTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1935
1995
  matchScore?: number,
1936
1996
  }
1937
1997
  }
@@ -2154,8 +2214,8 @@ export class CatalogMonitor extends jspb.Message {
2154
2214
 
2155
2215
  hasLastUpdateTime(): boolean;
2156
2216
  clearLastUpdateTime(): void;
2157
- getLastUpdateTime(): number | undefined;
2158
- setLastUpdateTime(value: number): CatalogMonitor;
2217
+ getLastUpdateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
2218
+ setLastUpdateTime(value?: google_protobuf_timestamp_pb.Timestamp): CatalogMonitor;
2159
2219
 
2160
2220
  hasMatchScore(): boolean;
2161
2221
  clearMatchScore(): void;
@@ -2218,7 +2278,7 @@ export namespace CatalogMonitor {
2218
2278
  featureEth?: boolean,
2219
2279
  featurePortrait?: boolean,
2220
2280
  featureCurved?: boolean,
2221
- lastUpdateTime?: number,
2281
+ lastUpdateTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2222
2282
  matchScore?: number,
2223
2283
  }
2224
2284
  }