@lansweeper/scanningconfig-grpc 0.2.0 → 0.2.1

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,14 @@
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.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.0...@lansweeper/scanningconfig-grpc@0.2.1) (2024-09-10)
7
+
8
+ **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
9
+
10
+
11
+
12
+
13
+
6
14
  # [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
15
 
8
16
 
@@ -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.0</PackageVersion>
11
+ <Version>0.2.0</Version>
12
+ <FileVersion>0.2.0</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.0": {
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.0": {
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"},{"name":"exclusions","number":3,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"exclusions"}],"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,115,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,95,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,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,11],"span":[97,0,105,1]},{"path":[4,11,1],"span":[97,8,13]},{"path":[4,11,4,0],"span":[98,2,102,3]},{"path":[4,11,4,0,1],"span":[98,7,16]},{"path":[4,11,4,0,2,0],"span":[99,4,12]},{"path":[4,11,4,0,2,0,1],"span":[99,4,7]},{"path":[4,11,4,0,2,0,2],"span":[99,10,11]},{"path":[4,11,4,0,2,1],"span":[100,4,14]},{"path":[4,11,4,0,2,1,1],"span":[100,4,9]},{"path":[4,11,4,0,2,1,2],"span":[100,12,13]},{"path":[4,11,4,0,2,2],"span":[101,4,18]},{"path":[4,11,4,0,2,2,1],"span":[101,4,13]},{"path":[4,11,4,0,2,2,2],"span":[101,16,17]},{"path":[4,11,2,0],"span":[104,2,27]},{"path":[4,11,2,0,6],"span":[104,2,11]},{"path":[4,11,2,0,1],"span":[104,12,22]},{"path":[4,11,2,0,3],"span":[104,25,26]},{"path":[4,12],"span":[107,0,115,1]},{"path":[4,12,1],"span":[107,8,18]},{"path":[4,12,4,0],"span":[108,2,111,3]},{"path":[4,12,4,0,1],"span":[108,7,21]},{"path":[4,12,4,0,2,0],"span":[110,4,20]},{"path":[4,12,4,0,2,0,1],"span":[110,4,15]},{"path":[4,12,4,0,2,0,2],"span":[110,18,19]},{"path":[4,12,2,0],"span":[113,2,26]},{"path":[4,12,2,0,6],"span":[113,2,16]},{"path":[4,12,2,0,1],"span":[113,17,21]},{"path":[4,12,2,0,3],"span":[113,24,25]},{"path":[4,12,2,1],"span":[114,2,16]},{"path":[4,12,2,1,5],"span":[114,2,8]},{"path":[4,12,2,1,1],"span":[114,9,11]},{"path":[4,12,2,1,3],"span":[114,14,15]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
@@ -327,6 +327,10 @@ 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;
330
334
 
331
335
  serializeBinary(): Uint8Array;
332
336
  toObject(includeInstance?: boolean): ActionDefinition.AsObject;
@@ -342,6 +346,7 @@ export namespace ActionDefinition {
342
346
  export type AsObject = {
343
347
  scanFocus?: ActionDefinition.ScanFocus,
344
348
  targetsList: Array<string>,
349
+ exclusionsList: Array<string>,
345
350
  }
346
351
 
347
352
  export enum ScanFocus {
@@ -2513,7 +2513,7 @@ proto.lansweeper.scanningconfig.v1.Agentless.prototype.clearTargetsList = functi
2513
2513
  * @private {!Array<number>}
2514
2514
  * @const
2515
2515
  */
2516
- proto.lansweeper.scanningconfig.v1.ActionDefinition.repeatedFields_ = [2];
2516
+ proto.lansweeper.scanningconfig.v1.ActionDefinition.repeatedFields_ = [2,3];
2517
2517
 
2518
2518
 
2519
2519
 
@@ -2547,7 +2547,8 @@ proto.lansweeper.scanningconfig.v1.ActionDefinition.prototype.toObject = functio
2547
2547
  proto.lansweeper.scanningconfig.v1.ActionDefinition.toObject = function(includeInstance, msg) {
2548
2548
  var f, obj = {
2549
2549
  scanFocus: jspb.Message.getFieldWithDefault(msg, 1, 0),
2550
- targetsList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f
2550
+ targetsList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f,
2551
+ exclusionsList: (f = jspb.Message.getRepeatedField(msg, 3)) == null ? undefined : f
2551
2552
  };
2552
2553
 
2553
2554
  if (includeInstance) {
@@ -2592,6 +2593,10 @@ proto.lansweeper.scanningconfig.v1.ActionDefinition.deserializeBinaryFromReader
2592
2593
  var value = /** @type {string} */ (reader.readString());
2593
2594
  msg.addTargets(value);
2594
2595
  break;
2596
+ case 3:
2597
+ var value = /** @type {string} */ (reader.readString());
2598
+ msg.addExclusions(value);
2599
+ break;
2595
2600
  default:
2596
2601
  reader.skipField();
2597
2602
  break;
@@ -2635,6 +2640,13 @@ proto.lansweeper.scanningconfig.v1.ActionDefinition.serializeBinaryToWriter = fu
2635
2640
  f
2636
2641
  );
2637
2642
  }
2643
+ f = message.getExclusionsList();
2644
+ if (f.length > 0) {
2645
+ writer.writeRepeatedString(
2646
+ 3,
2647
+ f
2648
+ );
2649
+ }
2638
2650
  };
2639
2651
 
2640
2652
 
@@ -2720,6 +2732,43 @@ proto.lansweeper.scanningconfig.v1.ActionDefinition.prototype.clearTargetsList =
2720
2732
  };
2721
2733
 
2722
2734
 
2735
+ /**
2736
+ * repeated string exclusions = 3;
2737
+ * @return {!Array<string>}
2738
+ */
2739
+ proto.lansweeper.scanningconfig.v1.ActionDefinition.prototype.getExclusionsList = function() {
2740
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 3));
2741
+ };
2742
+
2743
+
2744
+ /**
2745
+ * @param {!Array<string>} value
2746
+ * @return {!proto.lansweeper.scanningconfig.v1.ActionDefinition} returns this
2747
+ */
2748
+ proto.lansweeper.scanningconfig.v1.ActionDefinition.prototype.setExclusionsList = function(value) {
2749
+ return jspb.Message.setField(this, 3, value || []);
2750
+ };
2751
+
2752
+
2753
+ /**
2754
+ * @param {string} value
2755
+ * @param {number=} opt_index
2756
+ * @return {!proto.lansweeper.scanningconfig.v1.ActionDefinition} returns this
2757
+ */
2758
+ proto.lansweeper.scanningconfig.v1.ActionDefinition.prototype.addExclusions = function(value, opt_index) {
2759
+ return jspb.Message.addToRepeatedField(this, 3, value, opt_index);
2760
+ };
2761
+
2762
+
2763
+ /**
2764
+ * Clears the list making it empty but non-null.
2765
+ * @return {!proto.lansweeper.scanningconfig.v1.ActionDefinition} returns this
2766
+ */
2767
+ proto.lansweeper.scanningconfig.v1.ActionDefinition.prototype.clearExclusionsList = function() {
2768
+ return this.setExclusionsList([]);
2769
+ };
2770
+
2771
+
2723
2772
 
2724
2773
 
2725
2774
 
@@ -909,8 +909,9 @@ type ActionDefinition struct {
909
909
  sizeCache protoimpl.SizeCache
910
910
  unknownFields protoimpl.UnknownFields
911
911
 
912
- ScanFocus *ActionDefinition_ScanFocus `protobuf:"varint,1,opt,name=scan_focus,json=scanFocus,proto3,enum=lansweeper.scanningconfig.v1.ActionDefinition_ScanFocus,oneof" json:"scan_focus,omitempty"`
913
- Targets []string `protobuf:"bytes,2,rep,name=targets,proto3" json:"targets,omitempty"`
912
+ ScanFocus *ActionDefinition_ScanFocus `protobuf:"varint,1,opt,name=scan_focus,json=scanFocus,proto3,enum=lansweeper.scanningconfig.v1.ActionDefinition_ScanFocus,oneof" json:"scan_focus,omitempty"`
913
+ Targets []string `protobuf:"bytes,2,rep,name=targets,proto3" json:"targets,omitempty"`
914
+ Exclusions []string `protobuf:"bytes,3,rep,name=exclusions,proto3" json:"exclusions,omitempty"`
914
915
  }
915
916
 
916
917
  func (x *ActionDefinition) Reset() {
@@ -959,6 +960,13 @@ func (x *ActionDefinition) GetTargets() []string {
959
960
  return nil
960
961
  }
961
962
 
963
+ func (x *ActionDefinition) GetExclusions() []string {
964
+ if x != nil {
965
+ return x.Exclusions
966
+ }
967
+ return nil
968
+ }
969
+
962
970
  type Agent struct {
963
971
  state protoimpl.MessageState
964
972
  sizeCache protoimpl.SizeCache
@@ -1185,7 +1193,7 @@ var file_scanningconfig_proto_rawDesc = []byte{
1185
1193
  0x42, 0x0c, 0x0a, 0x0a, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x25,
1186
1194
  0x0a, 0x09, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x74,
1187
1195
  0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x74, 0x61,
1188
- 0x72, 0x67, 0x65, 0x74, 0x73, 0x22, 0xc9, 0x01, 0x0a, 0x10, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e,
1196
+ 0x72, 0x67, 0x65, 0x74, 0x73, 0x22, 0xe9, 0x01, 0x0a, 0x10, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e,
1189
1197
  0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x5c, 0x0a, 0x0a, 0x73, 0x63,
1190
1198
  0x61, 0x6e, 0x5f, 0x66, 0x6f, 0x63, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x38,
1191
1199
  0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e,
@@ -1194,7 +1202,9 @@ var file_scanningconfig_proto_rawDesc = []byte{
1194
1202
  0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x48, 0x00, 0x52, 0x09, 0x73, 0x63, 0x61, 0x6e,
1195
1203
  0x46, 0x6f, 0x63, 0x75, 0x73, 0x88, 0x01, 0x01, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x61, 0x72, 0x67,
1196
1204
  0x65, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65,
1197
- 0x74, 0x73, 0x22, 0x2e, 0x0a, 0x09, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x12,
1205
+ 0x74, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x73,
1206
+ 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f,
1207
+ 0x6e, 0x73, 0x22, 0x2e, 0x0a, 0x09, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x12,
1198
1208
  0x07, 0x0a, 0x03, 0x41, 0x4c, 0x4c, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x55, 0x53, 0x45, 0x52,
1199
1209
  0x53, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49, 0x4e, 0x56, 0x45, 0x4e, 0x54, 0x4f, 0x52, 0x59,
1200
1210
  0x10, 0x02, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x73, 0x63, 0x61, 0x6e, 0x5f, 0x66, 0x6f, 0x63, 0x75,
@@ -14,11 +14,11 @@ using System.Reflection;
14
14
  [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
15
15
  [assembly: System.Reflection.AssemblyCopyrightAttribute("Lansweeper")]
16
16
  [assembly: System.Reflection.AssemblyDescriptionAttribute("More Info : http://www.lansweeper.com")]
17
- [assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.7")]
18
- [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.1.7")]
17
+ [assembly: System.Reflection.AssemblyFileVersionAttribute("0.2.0")]
18
+ [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.2.0")]
19
19
  [assembly: System.Reflection.AssemblyProductAttribute("Lansweeper ScanningConfig model/proto")]
20
20
  [assembly: System.Reflection.AssemblyTitleAttribute("Lansweeper.ScanningConfig.GRPC")]
21
- [assembly: System.Reflection.AssemblyVersionAttribute("0.1.7.0")]
21
+ [assembly: System.Reflection.AssemblyVersionAttribute("0.2.0.0")]
22
22
  [assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/Lansweeper/lansweeperapis")]
23
23
 
24
24
  // Generated by the MSBuild WriteCodeFragment class.
@@ -1 +1 @@
1
- 5a24d0ac775df5c20a2d8114edbc629be91f6e86
1
+ cab3b4f55b0b4daa659ebe304e13941e3fde47d5
@@ -60,22 +60,22 @@ namespace Lansweeper.Scanningconfig.V1 {
60
60
  "LmxhbnN3ZWVwZXIuc2Nhbm5pbmdjb25maWcudjEuQWN0aW9uRGVmaW5pdGlv",
61
61
  "bhIKCgJpZBgHIAEoCSI3CgpBY3Rpb25UeXBlEg8KC1VOU1BFQ0lGSUVEEAAS",
62
62
  "CQoFQUdFTlQQARINCglBR0VOVExFU1MQAkIMCgpkZWZpbml0aW9uIhwKCUFn",
63
- "ZW50bGVzcxIPCgd0YXJnZXRzGAEgAygJIrUBChBBY3Rpb25EZWZpbml0aW9u",
63
+ "ZW50bGVzcxIPCgd0YXJnZXRzGAEgAygJIskBChBBY3Rpb25EZWZpbml0aW9u",
64
64
  "ElEKCnNjYW5fZm9jdXMYASABKA4yOC5sYW5zd2VlcGVyLnNjYW5uaW5nY29u",
65
65
  "ZmlnLnYxLkFjdGlvbkRlZmluaXRpb24uU2NhbkZvY3VzSACIAQESDwoHdGFy",
66
- "Z2V0cxgCIAMoCSIuCglTY2FuRm9jdXMSBwoDQUxMEAASCQoFVVNFUlMQARIN",
67
- "CglJTlZFTlRPUlkQAkINCgtfc2Nhbl9mb2N1cyJ6CgVBZ2VudBJBCgpzY2Fu",
68
- "X2ZvY3VzGAEgASgOMi0ubGFuc3dlZXBlci5zY2FubmluZ2NvbmZpZy52MS5B",
69
- "Z2VudC5TY2FuRm9jdXMiLgoJU2NhbkZvY3VzEgcKA0FMTBAAEgkKBVVTRVJT",
70
- "EAESDQoJSU5WRU5UT1JZEAIiggEKCkNyZWRlbnRpYWwSRQoEdHlwZRgBIAEo",
71
- "DjI3LmxhbnN3ZWVwZXIuc2Nhbm5pbmdjb25maWcudjEuQ3JlZGVudGlhbC5D",
72
- "cmVkZW50aWFsVHlwZRIKCgJpZBgCIAEoCSIhCg5DcmVkZW50aWFsVHlwZRIP",
73
- "CgtVTlNQRUNJRklFRBAAMrgBChVTY2FubmluZ0NvbmZpZ1NlcnZpY2USngEK",
74
- "GUdldENvbmZpZ3VyYXRpb25zQnlTb3VyY2USPi5sYW5zd2VlcGVyLnNjYW5u",
75
- "aW5nY29uZmlnLnYxLkdldENvbmZpZ3VyYXRpb25zQnlTb3VyY2VSZXF1ZXN0",
76
- "Gj8ubGFuc3dlZXBlci5zY2FubmluZ2NvbmZpZy52MS5HZXRDb25maWd1cmF0",
77
- "aW9uc0J5U291cmNlUmVzcG9uc2UiAEIQWg4uL2dlbmVyYXRlZC1nb2IGcHJv",
78
- "dG8z"));
66
+ "Z2V0cxgCIAMoCRISCgpleGNsdXNpb25zGAMgAygJIi4KCVNjYW5Gb2N1cxIH",
67
+ "CgNBTEwQABIJCgVVU0VSUxABEg0KCUlOVkVOVE9SWRACQg0KC19zY2FuX2Zv",
68
+ "Y3VzInoKBUFnZW50EkEKCnNjYW5fZm9jdXMYASABKA4yLS5sYW5zd2VlcGVy",
69
+ "LnNjYW5uaW5nY29uZmlnLnYxLkFnZW50LlNjYW5Gb2N1cyIuCglTY2FuRm9j",
70
+ "dXMSBwoDQUxMEAASCQoFVVNFUlMQARINCglJTlZFTlRPUlkQAiKCAQoKQ3Jl",
71
+ "ZGVudGlhbBJFCgR0eXBlGAEgASgOMjcubGFuc3dlZXBlci5zY2FubmluZ2Nv",
72
+ "bmZpZy52MS5DcmVkZW50aWFsLkNyZWRlbnRpYWxUeXBlEgoKAmlkGAIgASgJ",
73
+ "IiEKDkNyZWRlbnRpYWxUeXBlEg8KC1VOU1BFQ0lGSUVEEAAyuAEKFVNjYW5u",
74
+ "aW5nQ29uZmlnU2VydmljZRKeAQoZR2V0Q29uZmlndXJhdGlvbnNCeVNvdXJj",
75
+ "ZRI+LmxhbnN3ZWVwZXIuc2Nhbm5pbmdjb25maWcudjEuR2V0Q29uZmlndXJh",
76
+ "dGlvbnNCeVNvdXJjZVJlcXVlc3QaPy5sYW5zd2VlcGVyLnNjYW5uaW5nY29u",
77
+ "ZmlnLnYxLkdldENvbmZpZ3VyYXRpb25zQnlTb3VyY2VSZXNwb25zZSIAQhBa",
78
+ "Di4vZ2VuZXJhdGVkLWdvYgZwcm90bzM="));
79
79
  descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
80
80
  new pbr::FileDescriptor[] { },
81
81
  new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
@@ -89,7 +89,7 @@ namespace Lansweeper.Scanningconfig.V1 {
89
89
  new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.Trigger), global::Lansweeper.Scanningconfig.V1.Trigger.Parser, new[]{ "CronExpr", "Name" }, null, null, null, null),
90
90
  new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.Action), global::Lansweeper.Scanningconfig.V1.Action.Parser, new[]{ "Triggers", "ActionType", "Credentials", "Agent", "Agentless", "ActionDefinition", "Id" }, new[]{ "Definition" }, new[]{ typeof(global::Lansweeper.Scanningconfig.V1.Action.Types.ActionType) }, null, null),
91
91
  new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.Agentless), global::Lansweeper.Scanningconfig.V1.Agentless.Parser, new[]{ "Targets" }, null, null, null, null),
92
- new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.ActionDefinition), global::Lansweeper.Scanningconfig.V1.ActionDefinition.Parser, new[]{ "ScanFocus", "Targets" }, new[]{ "ScanFocus" }, new[]{ typeof(global::Lansweeper.Scanningconfig.V1.ActionDefinition.Types.ScanFocus) }, null, null),
92
+ new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.ActionDefinition), global::Lansweeper.Scanningconfig.V1.ActionDefinition.Parser, new[]{ "ScanFocus", "Targets", "Exclusions" }, new[]{ "ScanFocus" }, new[]{ typeof(global::Lansweeper.Scanningconfig.V1.ActionDefinition.Types.ScanFocus) }, null, null),
93
93
  new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.Agent), global::Lansweeper.Scanningconfig.V1.Agent.Parser, new[]{ "ScanFocus" }, null, new[]{ typeof(global::Lansweeper.Scanningconfig.V1.Agent.Types.ScanFocus) }, null, null),
94
94
  new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.Credential), global::Lansweeper.Scanningconfig.V1.Credential.Parser, new[]{ "Type", "Id" }, null, new[]{ typeof(global::Lansweeper.Scanningconfig.V1.Credential.Types.CredentialType) }, null, null)
95
95
  }));
@@ -2716,6 +2716,7 @@ namespace Lansweeper.Scanningconfig.V1 {
2716
2716
  _hasBits0 = other._hasBits0;
2717
2717
  scanFocus_ = other.scanFocus_;
2718
2718
  targets_ = other.targets_.Clone();
2719
+ exclusions_ = other.exclusions_.Clone();
2719
2720
  _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
2720
2721
  }
2721
2722
 
@@ -2761,6 +2762,17 @@ namespace Lansweeper.Scanningconfig.V1 {
2761
2762
  get { return targets_; }
2762
2763
  }
2763
2764
 
2765
+ /// <summary>Field number for the "exclusions" field.</summary>
2766
+ public const int ExclusionsFieldNumber = 3;
2767
+ private static readonly pb::FieldCodec<string> _repeated_exclusions_codec
2768
+ = pb::FieldCodec.ForString(26);
2769
+ private readonly pbc::RepeatedField<string> exclusions_ = new pbc::RepeatedField<string>();
2770
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2771
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2772
+ public pbc::RepeatedField<string> Exclusions {
2773
+ get { return exclusions_; }
2774
+ }
2775
+
2764
2776
  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2765
2777
  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2766
2778
  public override bool Equals(object other) {
@@ -2778,6 +2790,7 @@ namespace Lansweeper.Scanningconfig.V1 {
2778
2790
  }
2779
2791
  if (ScanFocus != other.ScanFocus) return false;
2780
2792
  if(!targets_.Equals(other.targets_)) return false;
2793
+ if(!exclusions_.Equals(other.exclusions_)) return false;
2781
2794
  return Equals(_unknownFields, other._unknownFields);
2782
2795
  }
2783
2796
 
@@ -2787,6 +2800,7 @@ namespace Lansweeper.Scanningconfig.V1 {
2787
2800
  int hash = 1;
2788
2801
  if (HasScanFocus) hash ^= ScanFocus.GetHashCode();
2789
2802
  hash ^= targets_.GetHashCode();
2803
+ hash ^= exclusions_.GetHashCode();
2790
2804
  if (_unknownFields != null) {
2791
2805
  hash ^= _unknownFields.GetHashCode();
2792
2806
  }
@@ -2810,6 +2824,7 @@ namespace Lansweeper.Scanningconfig.V1 {
2810
2824
  output.WriteEnum((int) ScanFocus);
2811
2825
  }
2812
2826
  targets_.WriteTo(output, _repeated_targets_codec);
2827
+ exclusions_.WriteTo(output, _repeated_exclusions_codec);
2813
2828
  if (_unknownFields != null) {
2814
2829
  _unknownFields.WriteTo(output);
2815
2830
  }
@@ -2825,6 +2840,7 @@ namespace Lansweeper.Scanningconfig.V1 {
2825
2840
  output.WriteEnum((int) ScanFocus);
2826
2841
  }
2827
2842
  targets_.WriteTo(ref output, _repeated_targets_codec);
2843
+ exclusions_.WriteTo(ref output, _repeated_exclusions_codec);
2828
2844
  if (_unknownFields != null) {
2829
2845
  _unknownFields.WriteTo(ref output);
2830
2846
  }
@@ -2839,6 +2855,7 @@ namespace Lansweeper.Scanningconfig.V1 {
2839
2855
  size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ScanFocus);
2840
2856
  }
2841
2857
  size += targets_.CalculateSize(_repeated_targets_codec);
2858
+ size += exclusions_.CalculateSize(_repeated_exclusions_codec);
2842
2859
  if (_unknownFields != null) {
2843
2860
  size += _unknownFields.CalculateSize();
2844
2861
  }
@@ -2855,6 +2872,7 @@ namespace Lansweeper.Scanningconfig.V1 {
2855
2872
  ScanFocus = other.ScanFocus;
2856
2873
  }
2857
2874
  targets_.Add(other.targets_);
2875
+ exclusions_.Add(other.exclusions_);
2858
2876
  _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
2859
2877
  }
2860
2878
 
@@ -2878,6 +2896,10 @@ namespace Lansweeper.Scanningconfig.V1 {
2878
2896
  targets_.AddEntriesFrom(input, _repeated_targets_codec);
2879
2897
  break;
2880
2898
  }
2899
+ case 26: {
2900
+ exclusions_.AddEntriesFrom(input, _repeated_exclusions_codec);
2901
+ break;
2902
+ }
2881
2903
  }
2882
2904
  }
2883
2905
  #endif
@@ -2901,6 +2923,10 @@ namespace Lansweeper.Scanningconfig.V1 {
2901
2923
  targets_.AddEntriesFrom(ref input, _repeated_targets_codec);
2902
2924
  break;
2903
2925
  }
2926
+ case 26: {
2927
+ exclusions_.AddEntriesFrom(ref input, _repeated_exclusions_codec);
2928
+ break;
2929
+ }
2904
2930
  }
2905
2931
  }
2906
2932
  }
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "projects": {
7
7
  "/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj": {
8
- "version": "0.1.7",
8
+ "version": "0.2.0",
9
9
  "restore": {
10
10
  "projectUniqueName": "/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj",
11
11
  "projectName": "Lansweeper.ScanningConfig.GRPC",
@@ -235,7 +235,7 @@
235
235
  "/home/circleci/.nuget/packages/": {}
236
236
  },
237
237
  "project": {
238
- "version": "0.1.7",
238
+ "version": "0.2.0",
239
239
  "restore": {
240
240
  "projectUniqueName": "/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj",
241
241
  "projectName": "Lansweeper.ScanningConfig.GRPC",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 2,
3
- "dgSpecHash": "3p100O0Tyx7TjRD61KWTJp0RiXscGcvmUTCGvxaKh6WtZA/0H/hCbS9MEoXCDzxZqxWb/5XUZq0ZEeehyHHSIw==",
3
+ "dgSpecHash": "MaIn+Tv+4x3vJtRChiVLHMXT5DgbIdvcqzyWu6RRqzvbpCNRlWyTrUizSAvE063HwzajbeKM0cEoQXvvF814yg==",
4
4
  "success": true,
5
5
  "projectFilePath": "/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj",
6
6
  "expectedPackageFiles": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/scanningconfig-grpc",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "ScanningConfig grpc",
5
5
  "main": "gen-proto/index.js",
6
6
  "types": "gen-proto/index.d.ts",
@@ -12,5 +12,5 @@
12
12
  "@grpc/grpc-js": "^1.6.2",
13
13
  "@types/google-protobuf": "^3.15.5"
14
14
  },
15
- "gitHead": "1db7f4e4e03aee054c59e671bc90475e7bbacc05"
15
+ "gitHead": "98571c8d60f55df6fd03563cce7b1affe0a7a29b"
16
16
  }
@@ -92,6 +92,7 @@ message ActionDefinition
92
92
 
93
93
  optional ScanFocus scan_focus = 1;
94
94
  repeated string targets = 2;
95
+ repeated string exclusions = 3;
95
96
  }
96
97
 
97
98
  message Agent{