@lansweeper/scanningconfig-grpc 0.2.0 → 0.2.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.2.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.1...@lansweeper/scanningconfig-grpc@0.2.2) (2024-09-13)
7
+
8
+ **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.2.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.0...@lansweeper/scanningconfig-grpc@0.2.1) (2024-09-10)
15
+
16
+ **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
17
+
18
+
19
+
20
+
21
+
6
22
  # [0.2.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.1.7...@lansweeper/scanningconfig-grpc@0.2.0) (2024-09-04)
7
23
 
8
24
 
@@ -7,9 +7,9 @@
7
7
  <Company>Lansweeper</Company>
8
8
  <Product>Lansweeper ScanningConfig model/proto</Product>
9
9
  <Copyright>Lansweeper</Copyright>
10
- <PackageVersion>0.1.7</PackageVersion>
11
- <Version>0.1.7</Version>
12
- <FileVersion>0.1.7</FileVersion>
10
+ <PackageVersion>0.2.1</PackageVersion>
11
+ <Version>0.2.1</Version>
12
+ <FileVersion>0.2.1</FileVersion>
13
13
  <RepositoryUrl>https://github.com/Lansweeper/lansweeperapis</RepositoryUrl>
14
14
  </PropertyGroup>
15
15
  <ItemGroup>
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v6.0": {
9
- "Lansweeper.ScanningConfig.GRPC/0.1.7": {
9
+ "Lansweeper.ScanningConfig.GRPC/0.2.1": {
10
10
  "dependencies": {
11
11
  "Google.Protobuf": "3.22.0",
12
12
  "Grpc.Core": "2.46.6",
@@ -79,7 +79,7 @@
79
79
  }
80
80
  },
81
81
  "libraries": {
82
- "Lansweeper.ScanningConfig.GRPC/0.1.7": {
82
+ "Lansweeper.ScanningConfig.GRPC/0.2.1": {
83
83
  "type": "project",
84
84
  "serviceable": false,
85
85
  "sha512": ""
@@ -1 +1 @@
1
- {"file":[{"name":"proto/scanningconfig.proto","package":"lansweeper.scanningconfig.v1","messageType":[{"name":"GetConfigurationsBySourceRequest","field":[{"name":"source_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sourceId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetConfigurationsBySourceResponse","field":[{"name":"configs","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Component","jsonName":"configs"}]},{"name":"Component","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Component.ComponentType","jsonName":"type"},{"name":"actions","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Action","jsonName":"actions"},{"name":"op_config","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.OperationalConfig","oneofIndex":0,"jsonName":"opConfig","proto3Optional":true},{"name":"enabled","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"}],"enumType":[{"name":"ComponentType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"IT_SENSOR","number":2},{"name":"IT_HUB","number":3},{"name":"OT_SENSOR","number":4}]}],"oneofDecl":[{"name":"_op_config"}]},{"name":"AssetRadar","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}],"options":{"deprecated":true}},{"name":"NetworkVisibility","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}]},{"name":"AutoUpdate","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"schedule","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"schedule"}]},{"name":"OperationalConfig","field":[{"name":"asset_radar_config","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AssetRadar","oneofIndex":0,"jsonName":"assetRadarConfig","options":{"deprecated":true},"proto3Optional":true},{"name":"auto_update_config","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AutoUpdate","oneofIndex":1,"jsonName":"autoUpdateConfig","proto3Optional":true},{"name":"network_visibility_config","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkVisibility","oneofIndex":2,"jsonName":"networkVisibilityConfig","proto3Optional":true}],"oneofDecl":[{"name":"_asset_radar_config"},{"name":"_auto_update_config"},{"name":"_network_visibility_config"}]},{"name":"Trigger","field":[{"name":"cron_expr","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"cronExpr"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"}]},{"name":"Action","field":[{"name":"triggers","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Trigger","jsonName":"triggers"},{"name":"action_type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Action.ActionType","jsonName":"actionType"},{"name":"credentials","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Credential","jsonName":"credentials"},{"name":"agent","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agent","oneofIndex":0,"jsonName":"agent","options":{"deprecated":true}},{"name":"agentless","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agentless","oneofIndex":0,"jsonName":"agentless","options":{"deprecated":true}},{"name":"action_definition","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ActionDefinition","jsonName":"actionDefinition"},{"name":"id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}],"enumType":[{"name":"ActionType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"AGENTLESS","number":2}]}],"oneofDecl":[{"name":"definition"}]},{"name":"Agentless","field":[{"name":"targets","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets"}]},{"name":"ActionDefinition","field":[{"name":"scan_focus","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.ActionDefinition.ScanFocus","oneofIndex":0,"jsonName":"scanFocus","proto3Optional":true},{"name":"targets","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets"}],"enumType":[{"name":"ScanFocus","value":[{"name":"ALL","number":0},{"name":"USERS","number":1},{"name":"INVENTORY","number":2}]}],"oneofDecl":[{"name":"_scan_focus"}]},{"name":"Agent","field":[{"name":"scan_focus","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Agent.ScanFocus","jsonName":"scanFocus"}],"enumType":[{"name":"ScanFocus","value":[{"name":"ALL","number":0},{"name":"USERS","number":1},{"name":"INVENTORY","number":2}]}]},{"name":"Credential","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Credential.CredentialType","jsonName":"type"},{"name":"id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}],"enumType":[{"name":"CredentialType","value":[{"name":"UNSPECIFIED","number":0}]}]}],"service":[{"name":"ScanningConfigService","method":[{"name":"GetConfigurationsBySource","inputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceRequest","outputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,114,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,37]},{"path":[8],"span":[3,0,37]},{"path":[8,11],"span":[3,0,37]},{"path":[6,0],"span":[5,0,7,1]},{"path":[6,0,1],"span":[5,8,29]},{"path":[6,0,2,0],"span":[6,2,112]},{"path":[6,0,2,0,1],"span":[6,6,31]},{"path":[6,0,2,0,2],"span":[6,32,64]},{"path":[6,0,2,0,3],"span":[6,75,108]},{"path":[4,0],"span":[9,0,12,1]},{"path":[4,0,1],"span":[9,8,40]},{"path":[4,0,2,0],"span":[10,2,23]},{"path":[4,0,2,0,5],"span":[10,2,8]},{"path":[4,0,2,0,1],"span":[10,9,18]},{"path":[4,0,2,0,3],"span":[10,21,22]},{"path":[4,0,2,1],"span":[11,2,21]},{"path":[4,0,2,1,5],"span":[11,2,8]},{"path":[4,0,2,1,1],"span":[11,9,16]},{"path":[4,0,2,1,3],"span":[11,19,20]},{"path":[4,1],"span":[14,0,16,1]},{"path":[4,1,1],"span":[14,8,41]},{"path":[4,1,2,0],"span":[15,2,33]},{"path":[4,1,2,0,4],"span":[15,2,10]},{"path":[4,1,2,0,6],"span":[15,11,20]},{"path":[4,1,2,0,1],"span":[15,21,28]},{"path":[4,1,2,0,3],"span":[15,31,32]},{"path":[4,2],"span":[18,0,32,1]},{"path":[4,2,1],"span":[18,8,17]},{"path":[4,2,4,0],"span":[19,2,25,3]},{"path":[4,2,4,0,1],"span":[19,7,20]},{"path":[4,2,4,0,2,0],"span":[20,4,20]},{"path":[4,2,4,0,2,0,1],"span":[20,4,15]},{"path":[4,2,4,0,2,0,2],"span":[20,18,19]},{"path":[4,2,4,0,2,1],"span":[21,4,14]},{"path":[4,2,4,0,2,1,1],"span":[21,4,9]},{"path":[4,2,4,0,2,1,2],"span":[21,12,13]},{"path":[4,2,4,0,2,2],"span":[22,4,18]},{"path":[4,2,4,0,2,2,1],"span":[22,4,13]},{"path":[4,2,4,0,2,2,2],"span":[22,16,17]},{"path":[4,2,4,0,2,3],"span":[23,4,15]},{"path":[4,2,4,0,2,3,1],"span":[23,4,10]},{"path":[4,2,4,0,2,3,2],"span":[23,13,14]},{"path":[4,2,4,0,2,4],"span":[24,4,18]},{"path":[4,2,4,0,2,4,1],"span":[24,4,13]},{"path":[4,2,4,0,2,4,2],"span":[24,16,17]},{"path":[4,2,2,0],"span":[27,2,16]},{"path":[4,2,2,0,5],"span":[27,2,8]},{"path":[4,2,2,0,1],"span":[27,9,11]},{"path":[4,2,2,0,3],"span":[27,14,15]},{"path":[4,2,2,1],"span":[28,2,25]},{"path":[4,2,2,1,6],"span":[28,2,15]},{"path":[4,2,2,1,1],"span":[28,16,20]},{"path":[4,2,2,1,3],"span":[28,23,24]},{"path":[4,2,2,2],"span":[29,2,30]},{"path":[4,2,2,2,4],"span":[29,2,10]},{"path":[4,2,2,2,6],"span":[29,11,17]},{"path":[4,2,2,2,1],"span":[29,18,25]},{"path":[4,2,2,2,3],"span":[29,28,29]},{"path":[4,2,2,3],"span":[30,2,43]},{"path":[4,2,2,3,4],"span":[30,2,10]},{"path":[4,2,2,3,6],"span":[30,11,28]},{"path":[4,2,2,3,1],"span":[30,29,38]},{"path":[4,2,2,3,3],"span":[30,41,42]},{"path":[4,2,2,4],"span":[31,2,19]},{"path":[4,2,2,4,5],"span":[31,2,6]},{"path":[4,2,2,4,1],"span":[31,7,14]},{"path":[4,2,2,4,3],"span":[31,17,18]},{"path":[4,3],"span":[36,0,40,1]},{"path":[4,3,1],"span":[36,8,18]},{"path":[4,3,7],"span":[37,2,27]},{"path":[4,3,7,3],"span":[37,2,27]},{"path":[4,3,2,0],"span":[38,2,19]},{"path":[4,3,2,0,5],"span":[38,2,6]},{"path":[4,3,2,0,1],"span":[38,7,14]},{"path":[4,3,2,0,3],"span":[38,17,18]},{"path":[4,3,2,1],"span":[39,2,42]},{"path":[4,3,2,1,4],"span":[39,2,10]},{"path":[4,3,2,1,5],"span":[39,11,17]},{"path":[4,3,2,1,1],"span":[39,18,37]},{"path":[4,3,2,1,3],"span":[39,40,41]},{"path":[4,4],"span":[42,0,45,1]},{"path":[4,4,1],"span":[42,8,25]},{"path":[4,4,2,0],"span":[43,2,19]},{"path":[4,4,2,0,5],"span":[43,2,6]},{"path":[4,4,2,0,1],"span":[43,7,14]},{"path":[4,4,2,0,3],"span":[43,17,18]},{"path":[4,4,2,1],"span":[44,2,42]},{"path":[4,4,2,1,4],"span":[44,2,10]},{"path":[4,4,2,1,5],"span":[44,11,17]},{"path":[4,4,2,1,1],"span":[44,18,37]},{"path":[4,4,2,1,3],"span":[44,40,41]},{"path":[4,5],"span":[46,0,49,1]},{"path":[4,5,1],"span":[46,8,18]},{"path":[4,5,2,0],"span":[47,2,19]},{"path":[4,5,2,0,5],"span":[47,2,6]},{"path":[4,5,2,0,1],"span":[47,7,14]},{"path":[4,5,2,0,3],"span":[47,17,18]},{"path":[4,5,2,1],"span":[48,2,22]},{"path":[4,5,2,1,5],"span":[48,2,8]},{"path":[4,5,2,1,1],"span":[48,9,17]},{"path":[4,5,2,1,3],"span":[48,20,21]},{"path":[4,6],"span":[51,0,55,1]},{"path":[4,6,1],"span":[51,8,25]},{"path":[4,6,2,0],"span":[52,2,65]},{"path":[4,6,2,0,4],"span":[52,2,10]},{"path":[4,6,2,0,6],"span":[52,11,21]},{"path":[4,6,2,0,1],"span":[52,22,40]},{"path":[4,6,2,0,3],"span":[52,43,44]},{"path":[4,6,2,0,8],"span":[52,45,64]},{"path":[4,6,2,0,8,3],"span":[52,46,63]},{"path":[4,6,2,1],"span":[53,2,45]},{"path":[4,6,2,1,4],"span":[53,2,10]},{"path":[4,6,2,1,6],"span":[53,11,21]},{"path":[4,6,2,1,1],"span":[53,22,40]},{"path":[4,6,2,1,3],"span":[53,43,44]},{"path":[4,6,2,2],"span":[54,2,59]},{"path":[4,6,2,2,4],"span":[54,2,10]},{"path":[4,6,2,2,6],"span":[54,11,28]},{"path":[4,6,2,2,1],"span":[54,29,54]},{"path":[4,6,2,2,3],"span":[54,57,58]},{"path":[4,7],"span":[57,0,60,1]},{"path":[4,7,1],"span":[57,8,15]},{"path":[4,7,2,0],"span":[58,2,22]},{"path":[4,7,2,0,5],"span":[58,2,8]},{"path":[4,7,2,0,1],"span":[58,9,18]},{"path":[4,7,2,0,3],"span":[58,20,21]},{"path":[4,7,2,1],"span":[59,2,18]},{"path":[4,7,2,1,5],"span":[59,2,8]},{"path":[4,7,2,1,1],"span":[59,9,13]},{"path":[4,7,2,1,3],"span":[59,16,17]},{"path":[4,8],"span":[62,0,78,1]},{"path":[4,8,1],"span":[62,8,14]},{"path":[4,8,4,0],"span":[63,2,67,3]},{"path":[4,8,4,0,1],"span":[63,7,17]},{"path":[4,8,4,0,2,0],"span":[64,4,20]},{"path":[4,8,4,0,2,0,1],"span":[64,4,15]},{"path":[4,8,4,0,2,0,2],"span":[64,18,19]},{"path":[4,8,4,0,2,1],"span":[65,4,14]},{"path":[4,8,4,0,2,1,1],"span":[65,4,9]},{"path":[4,8,4,0,2,1,2],"span":[65,12,13]},{"path":[4,8,4,0,2,2],"span":[66,4,18]},{"path":[4,8,4,0,2,2,1],"span":[66,4,13]},{"path":[4,8,4,0,2,2,2],"span":[66,16,17]},{"path":[4,8,2,0],"span":[69,2,32]},{"path":[4,8,2,0,4],"span":[69,2,10]},{"path":[4,8,2,0,6],"span":[69,11,18]},{"path":[4,8,2,0,1],"span":[69,19,27]},{"path":[4,8,2,0,3],"span":[69,30,31]},{"path":[4,8,2,1],"span":[70,2,29]},{"path":[4,8,2,1,6],"span":[70,2,12]},{"path":[4,8,2,1,1],"span":[70,13,24]},{"path":[4,8,2,1,3],"span":[70,27,28]},{"path":[4,8,2,2],"span":[71,2,38]},{"path":[4,8,2,2,4],"span":[71,2,10]},{"path":[4,8,2,2,6],"span":[71,11,21]},{"path":[4,8,2,2,1],"span":[71,22,33]},{"path":[4,8,2,2,3],"span":[71,36,37]},{"path":[4,8,8,0],"span":[72,2,75,3]},{"path":[4,8,8,0,1],"span":[72,8,18]},{"path":[4,8,2,3],"span":[73,4,40]},{"path":[4,8,2,3,6],"span":[73,4,9]},{"path":[4,8,2,3,1],"span":[73,10,15]},{"path":[4,8,2,3,3],"span":[73,18,19]},{"path":[4,8,2,3,8],"span":[73,20,39]},{"path":[4,8,2,3,8,3],"span":[73,21,38]},{"path":[4,8,2,4],"span":[74,4,48]},{"path":[4,8,2,4,6],"span":[74,4,13]},{"path":[4,8,2,4,1],"span":[74,14,23]},{"path":[4,8,2,4,3],"span":[74,26,27]},{"path":[4,8,2,4,8],"span":[74,28,47]},{"path":[4,8,2,4,8,3],"span":[74,29,46]},{"path":[4,8,2,5],"span":[76,2,41]},{"path":[4,8,2,5,6],"span":[76,2,18]},{"path":[4,8,2,5,1],"span":[76,19,36]},{"path":[4,8,2,5,3],"span":[76,39,40]},{"path":[4,8,2,6],"span":[77,2,16]},{"path":[4,8,2,6,5],"span":[77,2,8]},{"path":[4,8,2,6,1],"span":[77,9,11]},{"path":[4,8,2,6,3],"span":[77,14,15]},{"path":[4,9],"span":[80,0,82,1]},{"path":[4,9,1],"span":[80,8,17]},{"path":[4,9,2,0],"span":[81,2,30]},{"path":[4,9,2,0,4],"span":[81,2,10]},{"path":[4,9,2,0,5],"span":[81,11,17]},{"path":[4,9,2,0,1],"span":[81,18,25]},{"path":[4,9,2,0,3],"span":[81,28,29]},{"path":[4,10],"span":[84,0,94,1]},{"path":[4,10,1],"span":[84,8,24]},{"path":[4,10,4,0],"span":[86,2,90,3]},{"path":[4,10,4,0,1],"span":[86,7,16]},{"path":[4,10,4,0,2,0],"span":[87,4,12]},{"path":[4,10,4,0,2,0,1],"span":[87,4,7]},{"path":[4,10,4,0,2,0,2],"span":[87,10,11]},{"path":[4,10,4,0,2,1],"span":[88,4,14]},{"path":[4,10,4,0,2,1,1],"span":[88,4,9]},{"path":[4,10,4,0,2,1,2],"span":[88,12,13]},{"path":[4,10,4,0,2,2],"span":[89,4,18]},{"path":[4,10,4,0,2,2,1],"span":[89,4,13]},{"path":[4,10,4,0,2,2,2],"span":[89,16,17]},{"path":[4,10,2,0],"span":[92,2,36]},{"path":[4,10,2,0,4],"span":[92,2,10]},{"path":[4,10,2,0,6],"span":[92,11,20]},{"path":[4,10,2,0,1],"span":[92,21,31]},{"path":[4,10,2,0,3],"span":[92,34,35]},{"path":[4,10,2,1],"span":[93,2,30]},{"path":[4,10,2,1,4],"span":[93,2,10]},{"path":[4,10,2,1,5],"span":[93,11,17]},{"path":[4,10,2,1,1],"span":[93,18,25]},{"path":[4,10,2,1,3],"span":[93,28,29]},{"path":[4,11],"span":[96,0,104,1]},{"path":[4,11,1],"span":[96,8,13]},{"path":[4,11,4,0],"span":[97,2,101,3]},{"path":[4,11,4,0,1],"span":[97,7,16]},{"path":[4,11,4,0,2,0],"span":[98,4,12]},{"path":[4,11,4,0,2,0,1],"span":[98,4,7]},{"path":[4,11,4,0,2,0,2],"span":[98,10,11]},{"path":[4,11,4,0,2,1],"span":[99,4,14]},{"path":[4,11,4,0,2,1,1],"span":[99,4,9]},{"path":[4,11,4,0,2,1,2],"span":[99,12,13]},{"path":[4,11,4,0,2,2],"span":[100,4,18]},{"path":[4,11,4,0,2,2,1],"span":[100,4,13]},{"path":[4,11,4,0,2,2,2],"span":[100,16,17]},{"path":[4,11,2,0],"span":[103,2,27]},{"path":[4,11,2,0,6],"span":[103,2,11]},{"path":[4,11,2,0,1],"span":[103,12,22]},{"path":[4,11,2,0,3],"span":[103,25,26]},{"path":[4,12],"span":[106,0,114,1]},{"path":[4,12,1],"span":[106,8,18]},{"path":[4,12,4,0],"span":[107,2,110,3]},{"path":[4,12,4,0,1],"span":[107,7,21]},{"path":[4,12,4,0,2,0],"span":[109,4,20]},{"path":[4,12,4,0,2,0,1],"span":[109,4,15]},{"path":[4,12,4,0,2,0,2],"span":[109,18,19]},{"path":[4,12,2,0],"span":[112,2,26]},{"path":[4,12,2,0,6],"span":[112,2,16]},{"path":[4,12,2,0,1],"span":[112,17,21]},{"path":[4,12,2,0,3],"span":[112,24,25]},{"path":[4,12,2,1],"span":[113,2,16]},{"path":[4,12,2,1,5],"span":[113,2,8]},{"path":[4,12,2,1,1],"span":[113,9,11]},{"path":[4,12,2,1,3],"span":[113,14,15]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
1
+ {"file":[{"name":"proto/scanningconfig.proto","package":"lansweeper.scanningconfig.v1","messageType":[{"name":"GetConfigurationsBySourceRequest","field":[{"name":"source_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sourceId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetConfigurationsBySourceResponse","field":[{"name":"configs","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Component","jsonName":"configs"}]},{"name":"Component","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Component.ComponentType","jsonName":"type"},{"name":"actions","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Action","jsonName":"actions"},{"name":"op_config","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.OperationalConfig","oneofIndex":0,"jsonName":"opConfig","proto3Optional":true},{"name":"enabled","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"}],"enumType":[{"name":"ComponentType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"IT_SENSOR","number":2},{"name":"IT_HUB","number":3},{"name":"OT_SENSOR","number":4}]}],"oneofDecl":[{"name":"_op_config"}]},{"name":"AssetRadar","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}],"options":{"deprecated":true}},{"name":"NetworkVisibility","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}]},{"name":"AutoUpdate","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"schedule","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"schedule"}]},{"name":"OperationalConfig","field":[{"name":"asset_radar_config","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AssetRadar","oneofIndex":0,"jsonName":"assetRadarConfig","options":{"deprecated":true},"proto3Optional":true},{"name":"auto_update_config","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AutoUpdate","oneofIndex":1,"jsonName":"autoUpdateConfig","proto3Optional":true},{"name":"network_visibility_config","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkVisibility","oneofIndex":2,"jsonName":"networkVisibilityConfig","proto3Optional":true}],"oneofDecl":[{"name":"_asset_radar_config"},{"name":"_auto_update_config"},{"name":"_network_visibility_config"}]},{"name":"Trigger","field":[{"name":"cron_expr","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"cronExpr"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"}]},{"name":"Action","field":[{"name":"triggers","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Trigger","jsonName":"triggers"},{"name":"action_type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Action.ActionType","jsonName":"actionType"},{"name":"credentials","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Credential","jsonName":"credentials"},{"name":"agent","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agent","oneofIndex":0,"jsonName":"agent","options":{"deprecated":true}},{"name":"agentless","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agentless","oneofIndex":0,"jsonName":"agentless","options":{"deprecated":true}},{"name":"action_definition","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ActionDefinition","jsonName":"actionDefinition"},{"name":"id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}],"enumType":[{"name":"ActionType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"AGENTLESS","number":2}]}],"oneofDecl":[{"name":"definition"}]},{"name":"Agentless","field":[{"name":"targets","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets"}]},{"name":"ActionDefinition","field":[{"name":"scan_focus","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.ActionDefinition.ScanFocus","oneofIndex":0,"jsonName":"scanFocus","proto3Optional":true},{"name":"targets","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets","options":{"deprecated":true}},{"name":"exclusions","number":3,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"exclusions"},{"name":"targetsData","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.TargetData","jsonName":"targetsData"}],"enumType":[{"name":"ScanFocus","value":[{"name":"ALL","number":0},{"name":"USERS","number":1},{"name":"INVENTORY","number":2}]}],"oneofDecl":[{"name":"_scan_focus"}]},{"name":"TargetData","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.TargetData.TargetType","jsonName":"type"},{"name":"ip_scan_data","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.IPScanData","oneofIndex":0,"jsonName":"ipScanData"},{"name":"target","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"target"}],"enumType":[{"name":"TargetType","value":[{"name":"UNKNOWN_TARGET_TYPE","number":0},{"name":"IP_SCAN","number":1},{"name":"SCCM","number":2}]}],"oneofDecl":[{"name":"info"}]},{"name":"IPScanData","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.IPScanType","jsonName":"type"},{"name":"target","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"target"},{"name":"ping","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.IPScanPing","oneofIndex":0,"jsonName":"ping","proto3Optional":true}],"oneofDecl":[{"name":"_ping"}]},{"name":"IPScanPing","field":[{"name":"use_ping","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"usePing"},{"name":"ping_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"pingTimeout"},{"name":"keep_no_answer_scan","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"keepNoAnswerScan"}]},{"name":"Agent","field":[{"name":"scan_focus","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Agent.ScanFocus","jsonName":"scanFocus"}],"enumType":[{"name":"ScanFocus","value":[{"name":"ALL","number":0},{"name":"USERS","number":1},{"name":"INVENTORY","number":2}]}]},{"name":"Credential","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Credential.CredentialType","jsonName":"type"},{"name":"id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}],"enumType":[{"name":"CredentialType","value":[{"name":"UNSPECIFIED","number":0}]}]}],"enumType":[{"name":"IPScanType","value":[{"name":"UNKNOWN_IP_SCAN_TYPE","number":0},{"name":"RANGE","number":1},{"name":"HOST","number":2}]}],"service":[{"name":"ScanningConfigService","method":[{"name":"GetConfigurationsBySource","inputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceRequest","outputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,147,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,37]},{"path":[8],"span":[3,0,37]},{"path":[8,11],"span":[3,0,37]},{"path":[6,0],"span":[5,0,7,1]},{"path":[6,0,1],"span":[5,8,29]},{"path":[6,0,2,0],"span":[6,2,112]},{"path":[6,0,2,0,1],"span":[6,6,31]},{"path":[6,0,2,0,2],"span":[6,32,64]},{"path":[6,0,2,0,3],"span":[6,75,108]},{"path":[4,0],"span":[9,0,12,1]},{"path":[4,0,1],"span":[9,8,40]},{"path":[4,0,2,0],"span":[10,2,23]},{"path":[4,0,2,0,5],"span":[10,2,8]},{"path":[4,0,2,0,1],"span":[10,9,18]},{"path":[4,0,2,0,3],"span":[10,21,22]},{"path":[4,0,2,1],"span":[11,2,21]},{"path":[4,0,2,1,5],"span":[11,2,8]},{"path":[4,0,2,1,1],"span":[11,9,16]},{"path":[4,0,2,1,3],"span":[11,19,20]},{"path":[4,1],"span":[14,0,16,1]},{"path":[4,1,1],"span":[14,8,41]},{"path":[4,1,2,0],"span":[15,2,33]},{"path":[4,1,2,0,4],"span":[15,2,10]},{"path":[4,1,2,0,6],"span":[15,11,20]},{"path":[4,1,2,0,1],"span":[15,21,28]},{"path":[4,1,2,0,3],"span":[15,31,32]},{"path":[4,2],"span":[18,0,32,1]},{"path":[4,2,1],"span":[18,8,17]},{"path":[4,2,4,0],"span":[19,2,25,3]},{"path":[4,2,4,0,1],"span":[19,7,20]},{"path":[4,2,4,0,2,0],"span":[20,4,20]},{"path":[4,2,4,0,2,0,1],"span":[20,4,15]},{"path":[4,2,4,0,2,0,2],"span":[20,18,19]},{"path":[4,2,4,0,2,1],"span":[21,4,14]},{"path":[4,2,4,0,2,1,1],"span":[21,4,9]},{"path":[4,2,4,0,2,1,2],"span":[21,12,13]},{"path":[4,2,4,0,2,2],"span":[22,4,18]},{"path":[4,2,4,0,2,2,1],"span":[22,4,13]},{"path":[4,2,4,0,2,2,2],"span":[22,16,17]},{"path":[4,2,4,0,2,3],"span":[23,4,15]},{"path":[4,2,4,0,2,3,1],"span":[23,4,10]},{"path":[4,2,4,0,2,3,2],"span":[23,13,14]},{"path":[4,2,4,0,2,4],"span":[24,4,18]},{"path":[4,2,4,0,2,4,1],"span":[24,4,13]},{"path":[4,2,4,0,2,4,2],"span":[24,16,17]},{"path":[4,2,2,0],"span":[27,2,16]},{"path":[4,2,2,0,5],"span":[27,2,8]},{"path":[4,2,2,0,1],"span":[27,9,11]},{"path":[4,2,2,0,3],"span":[27,14,15]},{"path":[4,2,2,1],"span":[28,2,25]},{"path":[4,2,2,1,6],"span":[28,2,15]},{"path":[4,2,2,1,1],"span":[28,16,20]},{"path":[4,2,2,1,3],"span":[28,23,24]},{"path":[4,2,2,2],"span":[29,2,30]},{"path":[4,2,2,2,4],"span":[29,2,10]},{"path":[4,2,2,2,6],"span":[29,11,17]},{"path":[4,2,2,2,1],"span":[29,18,25]},{"path":[4,2,2,2,3],"span":[29,28,29]},{"path":[4,2,2,3],"span":[30,2,43]},{"path":[4,2,2,3,4],"span":[30,2,10]},{"path":[4,2,2,3,6],"span":[30,11,28]},{"path":[4,2,2,3,1],"span":[30,29,38]},{"path":[4,2,2,3,3],"span":[30,41,42]},{"path":[4,2,2,4],"span":[31,2,19]},{"path":[4,2,2,4,5],"span":[31,2,6]},{"path":[4,2,2,4,1],"span":[31,7,14]},{"path":[4,2,2,4,3],"span":[31,17,18]},{"path":[4,3],"span":[36,0,40,1]},{"path":[4,3,1],"span":[36,8,18]},{"path":[4,3,7],"span":[37,2,27]},{"path":[4,3,7,3],"span":[37,2,27]},{"path":[4,3,2,0],"span":[38,2,19]},{"path":[4,3,2,0,5],"span":[38,2,6]},{"path":[4,3,2,0,1],"span":[38,7,14]},{"path":[4,3,2,0,3],"span":[38,17,18]},{"path":[4,3,2,1],"span":[39,2,42]},{"path":[4,3,2,1,4],"span":[39,2,10]},{"path":[4,3,2,1,5],"span":[39,11,17]},{"path":[4,3,2,1,1],"span":[39,18,37]},{"path":[4,3,2,1,3],"span":[39,40,41]},{"path":[4,4],"span":[42,0,45,1]},{"path":[4,4,1],"span":[42,8,25]},{"path":[4,4,2,0],"span":[43,2,19]},{"path":[4,4,2,0,5],"span":[43,2,6]},{"path":[4,4,2,0,1],"span":[43,7,14]},{"path":[4,4,2,0,3],"span":[43,17,18]},{"path":[4,4,2,1],"span":[44,2,42]},{"path":[4,4,2,1,4],"span":[44,2,10]},{"path":[4,4,2,1,5],"span":[44,11,17]},{"path":[4,4,2,1,1],"span":[44,18,37]},{"path":[4,4,2,1,3],"span":[44,40,41]},{"path":[4,5],"span":[46,0,49,1]},{"path":[4,5,1],"span":[46,8,18]},{"path":[4,5,2,0],"span":[47,2,19]},{"path":[4,5,2,0,5],"span":[47,2,6]},{"path":[4,5,2,0,1],"span":[47,7,14]},{"path":[4,5,2,0,3],"span":[47,17,18]},{"path":[4,5,2,1],"span":[48,2,22]},{"path":[4,5,2,1,5],"span":[48,2,8]},{"path":[4,5,2,1,1],"span":[48,9,17]},{"path":[4,5,2,1,3],"span":[48,20,21]},{"path":[4,6],"span":[51,0,55,1]},{"path":[4,6,1],"span":[51,8,25]},{"path":[4,6,2,0],"span":[52,2,65]},{"path":[4,6,2,0,4],"span":[52,2,10]},{"path":[4,6,2,0,6],"span":[52,11,21]},{"path":[4,6,2,0,1],"span":[52,22,40]},{"path":[4,6,2,0,3],"span":[52,43,44]},{"path":[4,6,2,0,8],"span":[52,45,64]},{"path":[4,6,2,0,8,3],"span":[52,46,63]},{"path":[4,6,2,1],"span":[53,2,45]},{"path":[4,6,2,1,4],"span":[53,2,10]},{"path":[4,6,2,1,6],"span":[53,11,21]},{"path":[4,6,2,1,1],"span":[53,22,40]},{"path":[4,6,2,1,3],"span":[53,43,44]},{"path":[4,6,2,2],"span":[54,2,59]},{"path":[4,6,2,2,4],"span":[54,2,10]},{"path":[4,6,2,2,6],"span":[54,11,28]},{"path":[4,6,2,2,1],"span":[54,29,54]},{"path":[4,6,2,2,3],"span":[54,57,58]},{"path":[4,7],"span":[57,0,60,1]},{"path":[4,7,1],"span":[57,8,15]},{"path":[4,7,2,0],"span":[58,2,22]},{"path":[4,7,2,0,5],"span":[58,2,8]},{"path":[4,7,2,0,1],"span":[58,9,18]},{"path":[4,7,2,0,3],"span":[58,20,21]},{"path":[4,7,2,1],"span":[59,2,18]},{"path":[4,7,2,1,5],"span":[59,2,8]},{"path":[4,7,2,1,1],"span":[59,9,13]},{"path":[4,7,2,1,3],"span":[59,16,17]},{"path":[4,8],"span":[62,0,78,1]},{"path":[4,8,1],"span":[62,8,14]},{"path":[4,8,4,0],"span":[63,2,67,3]},{"path":[4,8,4,0,1],"span":[63,7,17]},{"path":[4,8,4,0,2,0],"span":[64,4,20]},{"path":[4,8,4,0,2,0,1],"span":[64,4,15]},{"path":[4,8,4,0,2,0,2],"span":[64,18,19]},{"path":[4,8,4,0,2,1],"span":[65,4,14]},{"path":[4,8,4,0,2,1,1],"span":[65,4,9]},{"path":[4,8,4,0,2,1,2],"span":[65,12,13]},{"path":[4,8,4,0,2,2],"span":[66,4,18]},{"path":[4,8,4,0,2,2,1],"span":[66,4,13]},{"path":[4,8,4,0,2,2,2],"span":[66,16,17]},{"path":[4,8,2,0],"span":[69,2,32]},{"path":[4,8,2,0,4],"span":[69,2,10]},{"path":[4,8,2,0,6],"span":[69,11,18]},{"path":[4,8,2,0,1],"span":[69,19,27]},{"path":[4,8,2,0,3],"span":[69,30,31]},{"path":[4,8,2,1],"span":[70,2,29]},{"path":[4,8,2,1,6],"span":[70,2,12]},{"path":[4,8,2,1,1],"span":[70,13,24]},{"path":[4,8,2,1,3],"span":[70,27,28]},{"path":[4,8,2,2],"span":[71,2,38]},{"path":[4,8,2,2,4],"span":[71,2,10]},{"path":[4,8,2,2,6],"span":[71,11,21]},{"path":[4,8,2,2,1],"span":[71,22,33]},{"path":[4,8,2,2,3],"span":[71,36,37]},{"path":[4,8,8,0],"span":[72,2,75,3]},{"path":[4,8,8,0,1],"span":[72,8,18]},{"path":[4,8,2,3],"span":[73,4,40]},{"path":[4,8,2,3,6],"span":[73,4,9]},{"path":[4,8,2,3,1],"span":[73,10,15]},{"path":[4,8,2,3,3],"span":[73,18,19]},{"path":[4,8,2,3,8],"span":[73,20,39]},{"path":[4,8,2,3,8,3],"span":[73,21,38]},{"path":[4,8,2,4],"span":[74,4,48]},{"path":[4,8,2,4,6],"span":[74,4,13]},{"path":[4,8,2,4,1],"span":[74,14,23]},{"path":[4,8,2,4,3],"span":[74,26,27]},{"path":[4,8,2,4,8],"span":[74,28,47]},{"path":[4,8,2,4,8,3],"span":[74,29,46]},{"path":[4,8,2,5],"span":[76,2,41]},{"path":[4,8,2,5,6],"span":[76,2,18]},{"path":[4,8,2,5,1],"span":[76,19,36]},{"path":[4,8,2,5,3],"span":[76,39,40]},{"path":[4,8,2,6],"span":[77,2,16]},{"path":[4,8,2,6,5],"span":[77,2,8]},{"path":[4,8,2,6,1],"span":[77,9,11]},{"path":[4,8,2,6,3],"span":[77,14,15]},{"path":[4,9],"span":[80,0,82,1]},{"path":[4,9,1],"span":[80,8,17]},{"path":[4,9,2,0],"span":[81,2,30]},{"path":[4,9,2,0,4],"span":[81,2,10]},{"path":[4,9,2,0,5],"span":[81,11,17]},{"path":[4,9,2,0,1],"span":[81,18,25]},{"path":[4,9,2,0,3],"span":[81,28,29]},{"path":[4,10],"span":[84,0,96,1]},{"path":[4,10,1],"span":[84,8,24]},{"path":[4,10,4,0],"span":[86,2,90,3]},{"path":[4,10,4,0,1],"span":[86,7,16]},{"path":[4,10,4,0,2,0],"span":[87,4,12]},{"path":[4,10,4,0,2,0,1],"span":[87,4,7]},{"path":[4,10,4,0,2,0,2],"span":[87,10,11]},{"path":[4,10,4,0,2,1],"span":[88,4,14]},{"path":[4,10,4,0,2,1,1],"span":[88,4,9]},{"path":[4,10,4,0,2,1,2],"span":[88,12,13]},{"path":[4,10,4,0,2,2],"span":[89,4,18]},{"path":[4,10,4,0,2,2,1],"span":[89,4,13]},{"path":[4,10,4,0,2,2,2],"span":[89,16,17]},{"path":[4,10,2,0],"span":[92,2,36]},{"path":[4,10,2,0,4],"span":[92,2,10]},{"path":[4,10,2,0,6],"span":[92,11,20]},{"path":[4,10,2,0,1],"span":[92,21,31]},{"path":[4,10,2,0,3],"span":[92,34,35]},{"path":[4,10,2,1],"span":[93,2,47]},{"path":[4,10,2,1,4],"span":[93,2,10]},{"path":[4,10,2,1,5],"span":[93,11,17]},{"path":[4,10,2,1,1],"span":[93,18,25]},{"path":[4,10,2,1,3],"span":[93,28,29]},{"path":[4,10,2,1,8],"span":[93,29,46]},{"path":[4,10,2,1,8,3],"span":[93,30,45]},{"path":[4,10,2,2],"span":[94,2,33]},{"path":[4,10,2,2,4],"span":[94,2,10]},{"path":[4,10,2,2,5],"span":[94,11,17]},{"path":[4,10,2,2,1],"span":[94,18,28]},{"path":[4,10,2,2,3],"span":[94,31,32]},{"path":[4,10,2,3],"span":[95,2,38]},{"path":[4,10,2,3,4],"span":[95,2,10]},{"path":[4,10,2,3,6],"span":[95,11,21]},{"path":[4,10,2,3,1],"span":[95,22,33]},{"path":[4,10,2,3,3],"span":[95,36,37]},{"path":[5,0],"span":[98,0,102,1]},{"path":[5,0,1],"span":[98,5,15]},{"path":[5,0,2,0],"span":[99,2,27]},{"path":[5,0,2,0,1],"span":[99,2,22]},{"path":[5,0,2,0,2],"span":[99,25,26]},{"path":[5,0,2,1],"span":[100,2,12]},{"path":[5,0,2,1,1],"span":[100,2,7]},{"path":[5,0,2,1,2],"span":[100,10,11]},{"path":[5,0,2,2],"span":[101,2,11]},{"path":[5,0,2,2,1],"span":[101,2,6]},{"path":[5,0,2,2,2],"span":[101,9,10]},{"path":[4,11],"span":[104,0,115,1]},{"path":[4,11,1],"span":[104,8,18]},{"path":[4,11,4,0],"span":[105,2,109,3]},{"path":[4,11,4,0,1],"span":[105,7,17]},{"path":[4,11,4,0,2,0],"span":[106,4,28]},{"path":[4,11,4,0,2,0,1],"span":[106,4,23]},{"path":[4,11,4,0,2,0,2],"span":[106,26,27]},{"path":[4,11,4,0,2,1],"span":[107,4,16]},{"path":[4,11,4,0,2,1,1],"span":[107,4,11]},{"path":[4,11,4,0,2,1,2],"span":[107,14,15]},{"path":[4,11,4,0,2,2],"span":[108,4,13]},{"path":[4,11,4,0,2,2,1],"span":[108,4,8]},{"path":[4,11,4,0,2,2,2],"span":[108,11,12]},{"path":[4,11,2,0],"span":[110,2,22]},{"path":[4,11,2,0,6],"span":[110,2,12]},{"path":[4,11,2,0,1],"span":[110,13,17]},{"path":[4,11,2,0,3],"span":[110,20,21]},{"path":[4,11,8,0],"span":[111,2,114,3]},{"path":[4,11,8,0,1],"span":[111,8,12]},{"path":[4,11,2,1],"span":[112,4,32]},{"path":[4,11,2,1,6],"span":[112,4,14]},{"path":[4,11,2,1,1],"span":[112,15,27]},{"path":[4,11,2,1,3],"span":[112,30,31]},{"path":[4,11,2,2],"span":[113,4,22]},{"path":[4,11,2,2,5],"span":[113,4,10]},{"path":[4,11,2,2,1],"span":[113,11,17]},{"path":[4,11,2,2,3],"span":[113,20,21]},{"path":[4,12],"span":[117,0,121,1]},{"path":[4,12,1],"span":[117,8,18]},{"path":[4,12,2,0],"span":[118,2,22]},{"path":[4,12,2,0,6],"span":[118,2,12]},{"path":[4,12,2,0,1],"span":[118,13,17]},{"path":[4,12,2,0,3],"span":[118,20,21]},{"path":[4,12,2,1],"span":[119,2,20]},{"path":[4,12,2,1,5],"span":[119,2,8]},{"path":[4,12,2,1,1],"span":[119,9,15]},{"path":[4,12,2,1,3],"span":[119,18,19]},{"path":[4,12,2,2],"span":[120,2,31]},{"path":[4,12,2,2,4],"span":[120,2,10]},{"path":[4,12,2,2,6],"span":[120,11,21]},{"path":[4,12,2,2,1],"span":[120,22,26]},{"path":[4,12,2,2,3],"span":[120,29,30]},{"path":[4,13],"span":[123,0,127,1]},{"path":[4,13,1],"span":[123,8,18]},{"path":[4,13,2,0],"span":[124,2,20]},{"path":[4,13,2,0,5],"span":[124,2,6]},{"path":[4,13,2,0,1],"span":[124,7,15]},{"path":[4,13,2,0,3],"span":[124,18,19]},{"path":[4,13,2,1],"span":[125,2,25]},{"path":[4,13,2,1,5],"span":[125,2,7]},{"path":[4,13,2,1,1],"span":[125,8,20]},{"path":[4,13,2,1,3],"span":[125,23,24]},{"path":[4,13,2,2],"span":[126,2,31]},{"path":[4,13,2,2,5],"span":[126,2,6]},{"path":[4,13,2,2,1],"span":[126,7,26]},{"path":[4,13,2,2,3],"span":[126,29,30]},{"path":[4,14],"span":[129,0,137,1]},{"path":[4,14,1],"span":[129,8,13]},{"path":[4,14,4,0],"span":[130,2,134,3]},{"path":[4,14,4,0,1],"span":[130,7,16]},{"path":[4,14,4,0,2,0],"span":[131,4,12]},{"path":[4,14,4,0,2,0,1],"span":[131,4,7]},{"path":[4,14,4,0,2,0,2],"span":[131,10,11]},{"path":[4,14,4,0,2,1],"span":[132,4,14]},{"path":[4,14,4,0,2,1,1],"span":[132,4,9]},{"path":[4,14,4,0,2,1,2],"span":[132,12,13]},{"path":[4,14,4,0,2,2],"span":[133,4,18]},{"path":[4,14,4,0,2,2,1],"span":[133,4,13]},{"path":[4,14,4,0,2,2,2],"span":[133,16,17]},{"path":[4,14,2,0],"span":[136,2,27]},{"path":[4,14,2,0,6],"span":[136,2,11]},{"path":[4,14,2,0,1],"span":[136,12,22]},{"path":[4,14,2,0,3],"span":[136,25,26]},{"path":[4,15],"span":[139,0,147,1]},{"path":[4,15,1],"span":[139,8,18]},{"path":[4,15,4,0],"span":[140,2,143,3]},{"path":[4,15,4,0,1],"span":[140,7,21]},{"path":[4,15,4,0,2,0],"span":[142,4,20]},{"path":[4,15,4,0,2,0,1],"span":[142,4,15]},{"path":[4,15,4,0,2,0,2],"span":[142,18,19]},{"path":[4,15,2,0],"span":[145,2,26]},{"path":[4,15,2,0,6],"span":[145,2,16]},{"path":[4,15,2,0,1],"span":[145,17,21]},{"path":[4,15,2,0,3],"span":[145,24,25]},{"path":[4,15,2,1],"span":[146,2,16]},{"path":[4,15,2,1,5],"span":[146,2,8]},{"path":[4,15,2,1,1],"span":[146,9,11]},{"path":[4,15,2,1,3],"span":[146,14,15]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
@@ -327,6 +327,14 @@ export class ActionDefinition extends jspb.Message {
327
327
  getTargetsList(): Array<string>;
328
328
  setTargetsList(value: Array<string>): ActionDefinition;
329
329
  addTargets(value: string, index?: number): string;
330
+ clearExclusionsList(): void;
331
+ getExclusionsList(): Array<string>;
332
+ setExclusionsList(value: Array<string>): ActionDefinition;
333
+ addExclusions(value: string, index?: number): string;
334
+ clearTargetsdataList(): void;
335
+ getTargetsdataList(): Array<TargetData>;
336
+ setTargetsdataList(value: Array<TargetData>): ActionDefinition;
337
+ addTargetsdata(value?: TargetData, index?: number): TargetData;
330
338
 
331
339
  serializeBinary(): Uint8Array;
332
340
  toObject(includeInstance?: boolean): ActionDefinition.AsObject;
@@ -342,6 +350,8 @@ export namespace ActionDefinition {
342
350
  export type AsObject = {
343
351
  scanFocus?: ActionDefinition.ScanFocus,
344
352
  targetsList: Array<string>,
353
+ exclusionsList: Array<string>,
354
+ targetsdataList: Array<TargetData.AsObject>,
345
355
  }
346
356
 
347
357
  export enum ScanFocus {
@@ -352,6 +362,109 @@ export namespace ActionDefinition {
352
362
 
353
363
  }
354
364
 
365
+ export class TargetData extends jspb.Message {
366
+ getType(): TargetData.TargetType;
367
+ setType(value: TargetData.TargetType): TargetData;
368
+
369
+ hasIpScanData(): boolean;
370
+ clearIpScanData(): void;
371
+ getIpScanData(): IPScanData | undefined;
372
+ setIpScanData(value?: IPScanData): TargetData;
373
+
374
+ hasTarget(): boolean;
375
+ clearTarget(): void;
376
+ getTarget(): string;
377
+ setTarget(value: string): TargetData;
378
+
379
+ getInfoCase(): TargetData.InfoCase;
380
+
381
+ serializeBinary(): Uint8Array;
382
+ toObject(includeInstance?: boolean): TargetData.AsObject;
383
+ static toObject(includeInstance: boolean, msg: TargetData): TargetData.AsObject;
384
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
385
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
386
+ static serializeBinaryToWriter(message: TargetData, writer: jspb.BinaryWriter): void;
387
+ static deserializeBinary(bytes: Uint8Array): TargetData;
388
+ static deserializeBinaryFromReader(message: TargetData, reader: jspb.BinaryReader): TargetData;
389
+ }
390
+
391
+ export namespace TargetData {
392
+ export type AsObject = {
393
+ type: TargetData.TargetType,
394
+ ipScanData?: IPScanData.AsObject,
395
+ target: string,
396
+ }
397
+
398
+ export enum TargetType {
399
+ UNKNOWN_TARGET_TYPE = 0,
400
+ IP_SCAN = 1,
401
+ SCCM = 2,
402
+ }
403
+
404
+
405
+ export enum InfoCase {
406
+ INFO_NOT_SET = 0,
407
+ IP_SCAN_DATA = 2,
408
+ TARGET = 4,
409
+ }
410
+
411
+ }
412
+
413
+ export class IPScanData extends jspb.Message {
414
+ getType(): IPScanType;
415
+ setType(value: IPScanType): IPScanData;
416
+ getTarget(): string;
417
+ setTarget(value: string): IPScanData;
418
+
419
+ hasPing(): boolean;
420
+ clearPing(): void;
421
+ getPing(): IPScanPing | undefined;
422
+ setPing(value?: IPScanPing): IPScanData;
423
+
424
+ serializeBinary(): Uint8Array;
425
+ toObject(includeInstance?: boolean): IPScanData.AsObject;
426
+ static toObject(includeInstance: boolean, msg: IPScanData): IPScanData.AsObject;
427
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
428
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
429
+ static serializeBinaryToWriter(message: IPScanData, writer: jspb.BinaryWriter): void;
430
+ static deserializeBinary(bytes: Uint8Array): IPScanData;
431
+ static deserializeBinaryFromReader(message: IPScanData, reader: jspb.BinaryReader): IPScanData;
432
+ }
433
+
434
+ export namespace IPScanData {
435
+ export type AsObject = {
436
+ type: IPScanType,
437
+ target: string,
438
+ ping?: IPScanPing.AsObject,
439
+ }
440
+ }
441
+
442
+ export class IPScanPing extends jspb.Message {
443
+ getUsePing(): boolean;
444
+ setUsePing(value: boolean): IPScanPing;
445
+ getPingTimeout(): number;
446
+ setPingTimeout(value: number): IPScanPing;
447
+ getKeepNoAnswerScan(): boolean;
448
+ setKeepNoAnswerScan(value: boolean): IPScanPing;
449
+
450
+ serializeBinary(): Uint8Array;
451
+ toObject(includeInstance?: boolean): IPScanPing.AsObject;
452
+ static toObject(includeInstance: boolean, msg: IPScanPing): IPScanPing.AsObject;
453
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
454
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
455
+ static serializeBinaryToWriter(message: IPScanPing, writer: jspb.BinaryWriter): void;
456
+ static deserializeBinary(bytes: Uint8Array): IPScanPing;
457
+ static deserializeBinaryFromReader(message: IPScanPing, reader: jspb.BinaryReader): IPScanPing;
458
+ }
459
+
460
+ export namespace IPScanPing {
461
+ export type AsObject = {
462
+ usePing: boolean,
463
+ pingTimeout: number,
464
+ keepNoAnswerScan: boolean,
465
+ }
466
+ }
467
+
355
468
  export class Agent extends jspb.Message {
356
469
  getScanFocus(): Agent.ScanFocus;
357
470
  setScanFocus(value: Agent.ScanFocus): Agent;
@@ -406,3 +519,9 @@ export namespace Credential {
406
519
  }
407
520
 
408
521
  }
522
+
523
+ export enum IPScanType {
524
+ UNKNOWN_IP_SCAN_TYPE = 0,
525
+ RANGE = 1,
526
+ HOST = 2,
527
+ }