@lansweeper/scanningconfig-grpc 0.1.6 → 0.1.7

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.1.7](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.1.6...@lansweeper/scanningconfig-grpc@0.1.7) (2024-07-30)
7
+
8
+ **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.1.6](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.1.5...@lansweeper/scanningconfig-grpc@0.1.6) (2024-06-21)
7
15
 
8
16
  **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
@@ -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.5</PackageVersion>
11
- <Version>0.1.5</Version>
12
- <FileVersion>0.1.5</FileVersion>
10
+ <PackageVersion>0.1.6</PackageVersion>
11
+ <Version>0.1.6</Version>
12
+ <FileVersion>0.1.6</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.5": {
9
+ "Lansweeper.ScanningConfig.GRPC/0.1.6": {
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.5": {
82
+ "Lansweeper.ScanningConfig.GRPC/0.1.6": {
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}]}],"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"}],"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,112,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,31,1]},{"path":[4,2,1],"span":[18,8,17]},{"path":[4,2,4,0],"span":[19,2,24,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,2,0],"span":[26,2,16]},{"path":[4,2,2,0,5],"span":[26,2,8]},{"path":[4,2,2,0,1],"span":[26,9,11]},{"path":[4,2,2,0,3],"span":[26,14,15]},{"path":[4,2,2,1],"span":[27,2,25]},{"path":[4,2,2,1,6],"span":[27,2,15]},{"path":[4,2,2,1,1],"span":[27,16,20]},{"path":[4,2,2,1,3],"span":[27,23,24]},{"path":[4,2,2,2],"span":[28,2,30]},{"path":[4,2,2,2,4],"span":[28,2,10]},{"path":[4,2,2,2,6],"span":[28,11,17]},{"path":[4,2,2,2,1],"span":[28,18,25]},{"path":[4,2,2,2,3],"span":[28,28,29]},{"path":[4,2,2,3],"span":[29,2,43]},{"path":[4,2,2,3,4],"span":[29,2,10]},{"path":[4,2,2,3,6],"span":[29,11,28]},{"path":[4,2,2,3,1],"span":[29,29,38]},{"path":[4,2,2,3,3],"span":[29,41,42]},{"path":[4,2,2,4],"span":[30,2,19]},{"path":[4,2,2,4,5],"span":[30,2,6]},{"path":[4,2,2,4,1],"span":[30,7,14]},{"path":[4,2,2,4,3],"span":[30,17,18]},{"path":[4,3],"span":[35,0,39,1]},{"path":[4,3,1],"span":[35,8,18]},{"path":[4,3,7],"span":[36,2,27]},{"path":[4,3,7,3],"span":[36,2,27]},{"path":[4,3,2,0],"span":[37,2,19]},{"path":[4,3,2,0,5],"span":[37,2,6]},{"path":[4,3,2,0,1],"span":[37,7,14]},{"path":[4,3,2,0,3],"span":[37,17,18]},{"path":[4,3,2,1],"span":[38,2,42]},{"path":[4,3,2,1,4],"span":[38,2,10]},{"path":[4,3,2,1,5],"span":[38,11,17]},{"path":[4,3,2,1,1],"span":[38,18,37]},{"path":[4,3,2,1,3],"span":[38,40,41]},{"path":[4,4],"span":[41,0,44,1]},{"path":[4,4,1],"span":[41,8,25]},{"path":[4,4,2,0],"span":[42,2,19]},{"path":[4,4,2,0,5],"span":[42,2,6]},{"path":[4,4,2,0,1],"span":[42,7,14]},{"path":[4,4,2,0,3],"span":[42,17,18]},{"path":[4,4,2,1],"span":[43,2,42]},{"path":[4,4,2,1,4],"span":[43,2,10]},{"path":[4,4,2,1,5],"span":[43,11,17]},{"path":[4,4,2,1,1],"span":[43,18,37]},{"path":[4,4,2,1,3],"span":[43,40,41]},{"path":[4,5],"span":[45,0,48,1]},{"path":[4,5,1],"span":[45,8,18]},{"path":[4,5,2,0],"span":[46,2,19]},{"path":[4,5,2,0,5],"span":[46,2,6]},{"path":[4,5,2,0,1],"span":[46,7,14]},{"path":[4,5,2,0,3],"span":[46,17,18]},{"path":[4,5,2,1],"span":[47,2,22]},{"path":[4,5,2,1,5],"span":[47,2,8]},{"path":[4,5,2,1,1],"span":[47,9,17]},{"path":[4,5,2,1,3],"span":[47,20,21]},{"path":[4,6],"span":[50,0,54,1]},{"path":[4,6,1],"span":[50,8,25]},{"path":[4,6,2,0],"span":[51,2,65]},{"path":[4,6,2,0,4],"span":[51,2,10]},{"path":[4,6,2,0,6],"span":[51,11,21]},{"path":[4,6,2,0,1],"span":[51,22,40]},{"path":[4,6,2,0,3],"span":[51,43,44]},{"path":[4,6,2,0,8],"span":[51,45,64]},{"path":[4,6,2,0,8,3],"span":[51,46,63]},{"path":[4,6,2,1],"span":[52,2,45]},{"path":[4,6,2,1,4],"span":[52,2,10]},{"path":[4,6,2,1,6],"span":[52,11,21]},{"path":[4,6,2,1,1],"span":[52,22,40]},{"path":[4,6,2,1,3],"span":[52,43,44]},{"path":[4,6,2,2],"span":[53,2,59]},{"path":[4,6,2,2,4],"span":[53,2,10]},{"path":[4,6,2,2,6],"span":[53,11,28]},{"path":[4,6,2,2,1],"span":[53,29,54]},{"path":[4,6,2,2,3],"span":[53,57,58]},{"path":[4,7],"span":[56,0,59,1]},{"path":[4,7,1],"span":[56,8,15]},{"path":[4,7,2,0],"span":[57,2,22]},{"path":[4,7,2,0,5],"span":[57,2,8]},{"path":[4,7,2,0,1],"span":[57,9,18]},{"path":[4,7,2,0,3],"span":[57,20,21]},{"path":[4,7,2,1],"span":[58,2,18]},{"path":[4,7,2,1,5],"span":[58,2,8]},{"path":[4,7,2,1,1],"span":[58,9,13]},{"path":[4,7,2,1,3],"span":[58,16,17]},{"path":[4,8],"span":[61,0,76,1]},{"path":[4,8,1],"span":[61,8,14]},{"path":[4,8,4,0],"span":[62,2,66,3]},{"path":[4,8,4,0,1],"span":[62,7,17]},{"path":[4,8,4,0,2,0],"span":[63,4,20]},{"path":[4,8,4,0,2,0,1],"span":[63,4,15]},{"path":[4,8,4,0,2,0,2],"span":[63,18,19]},{"path":[4,8,4,0,2,1],"span":[64,4,14]},{"path":[4,8,4,0,2,1,1],"span":[64,4,9]},{"path":[4,8,4,0,2,1,2],"span":[64,12,13]},{"path":[4,8,4,0,2,2],"span":[65,4,18]},{"path":[4,8,4,0,2,2,1],"span":[65,4,13]},{"path":[4,8,4,0,2,2,2],"span":[65,16,17]},{"path":[4,8,2,0],"span":[68,2,32]},{"path":[4,8,2,0,4],"span":[68,2,10]},{"path":[4,8,2,0,6],"span":[68,11,18]},{"path":[4,8,2,0,1],"span":[68,19,27]},{"path":[4,8,2,0,3],"span":[68,30,31]},{"path":[4,8,2,1],"span":[69,2,29]},{"path":[4,8,2,1,6],"span":[69,2,12]},{"path":[4,8,2,1,1],"span":[69,13,24]},{"path":[4,8,2,1,3],"span":[69,27,28]},{"path":[4,8,2,2],"span":[70,2,38]},{"path":[4,8,2,2,4],"span":[70,2,10]},{"path":[4,8,2,2,6],"span":[70,11,21]},{"path":[4,8,2,2,1],"span":[70,22,33]},{"path":[4,8,2,2,3],"span":[70,36,37]},{"path":[4,8,8,0],"span":[71,2,74,3]},{"path":[4,8,8,0,1],"span":[71,8,18]},{"path":[4,8,2,3],"span":[72,4,40]},{"path":[4,8,2,3,6],"span":[72,4,9]},{"path":[4,8,2,3,1],"span":[72,10,15]},{"path":[4,8,2,3,3],"span":[72,18,19]},{"path":[4,8,2,3,8],"span":[72,20,39]},{"path":[4,8,2,3,8,3],"span":[72,21,38]},{"path":[4,8,2,4],"span":[73,4,48]},{"path":[4,8,2,4,6],"span":[73,4,13]},{"path":[4,8,2,4,1],"span":[73,14,23]},{"path":[4,8,2,4,3],"span":[73,26,27]},{"path":[4,8,2,4,8],"span":[73,28,47]},{"path":[4,8,2,4,8,3],"span":[73,29,46]},{"path":[4,8,2,5],"span":[75,2,41]},{"path":[4,8,2,5,6],"span":[75,2,18]},{"path":[4,8,2,5,1],"span":[75,19,36]},{"path":[4,8,2,5,3],"span":[75,39,40]},{"path":[4,9],"span":[78,0,80,1]},{"path":[4,9,1],"span":[78,8,17]},{"path":[4,9,2,0],"span":[79,2,30]},{"path":[4,9,2,0,4],"span":[79,2,10]},{"path":[4,9,2,0,5],"span":[79,11,17]},{"path":[4,9,2,0,1],"span":[79,18,25]},{"path":[4,9,2,0,3],"span":[79,28,29]},{"path":[4,10],"span":[82,0,92,1]},{"path":[4,10,1],"span":[82,8,24]},{"path":[4,10,4,0],"span":[84,2,88,3]},{"path":[4,10,4,0,1],"span":[84,7,16]},{"path":[4,10,4,0,2,0],"span":[85,4,12]},{"path":[4,10,4,0,2,0,1],"span":[85,4,7]},{"path":[4,10,4,0,2,0,2],"span":[85,10,11]},{"path":[4,10,4,0,2,1],"span":[86,4,14]},{"path":[4,10,4,0,2,1,1],"span":[86,4,9]},{"path":[4,10,4,0,2,1,2],"span":[86,12,13]},{"path":[4,10,4,0,2,2],"span":[87,4,18]},{"path":[4,10,4,0,2,2,1],"span":[87,4,13]},{"path":[4,10,4,0,2,2,2],"span":[87,16,17]},{"path":[4,10,2,0],"span":[90,2,36]},{"path":[4,10,2,0,4],"span":[90,2,10]},{"path":[4,10,2,0,6],"span":[90,11,20]},{"path":[4,10,2,0,1],"span":[90,21,31]},{"path":[4,10,2,0,3],"span":[90,34,35]},{"path":[4,10,2,1],"span":[91,2,30]},{"path":[4,10,2,1,4],"span":[91,2,10]},{"path":[4,10,2,1,5],"span":[91,11,17]},{"path":[4,10,2,1,1],"span":[91,18,25]},{"path":[4,10,2,1,3],"span":[91,28,29]},{"path":[4,11],"span":[94,0,102,1]},{"path":[4,11,1],"span":[94,8,13]},{"path":[4,11,4,0],"span":[95,2,99,3]},{"path":[4,11,4,0,1],"span":[95,7,16]},{"path":[4,11,4,0,2,0],"span":[96,4,12]},{"path":[4,11,4,0,2,0,1],"span":[96,4,7]},{"path":[4,11,4,0,2,0,2],"span":[96,10,11]},{"path":[4,11,4,0,2,1],"span":[97,4,14]},{"path":[4,11,4,0,2,1,1],"span":[97,4,9]},{"path":[4,11,4,0,2,1,2],"span":[97,12,13]},{"path":[4,11,4,0,2,2],"span":[98,4,18]},{"path":[4,11,4,0,2,2,1],"span":[98,4,13]},{"path":[4,11,4,0,2,2,2],"span":[98,16,17]},{"path":[4,11,2,0],"span":[101,2,27]},{"path":[4,11,2,0,6],"span":[101,2,11]},{"path":[4,11,2,0,1],"span":[101,12,22]},{"path":[4,11,2,0,3],"span":[101,25,26]},{"path":[4,12],"span":[104,0,112,1]},{"path":[4,12,1],"span":[104,8,18]},{"path":[4,12,4,0],"span":[105,2,108,3]},{"path":[4,12,4,0,1],"span":[105,7,21]},{"path":[4,12,4,0,2,0],"span":[107,4,20]},{"path":[4,12,4,0,2,0,1],"span":[107,4,15]},{"path":[4,12,4,0,2,0,2],"span":[107,18,19]},{"path":[4,12,2,0],"span":[110,2,26]},{"path":[4,12,2,0,6],"span":[110,2,16]},{"path":[4,12,2,0,1],"span":[110,17,21]},{"path":[4,12,2,0,3],"span":[110,24,25]},{"path":[4,12,2,1],"span":[111,2,16]},{"path":[4,12,2,1,5],"span":[111,2,8]},{"path":[4,12,2,1,1],"span":[111,9,11]},{"path":[4,12,2,1,3],"span":[111,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}]}],"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,113,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,31,1]},{"path":[4,2,1],"span":[18,8,17]},{"path":[4,2,4,0],"span":[19,2,24,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,2,0],"span":[26,2,16]},{"path":[4,2,2,0,5],"span":[26,2,8]},{"path":[4,2,2,0,1],"span":[26,9,11]},{"path":[4,2,2,0,3],"span":[26,14,15]},{"path":[4,2,2,1],"span":[27,2,25]},{"path":[4,2,2,1,6],"span":[27,2,15]},{"path":[4,2,2,1,1],"span":[27,16,20]},{"path":[4,2,2,1,3],"span":[27,23,24]},{"path":[4,2,2,2],"span":[28,2,30]},{"path":[4,2,2,2,4],"span":[28,2,10]},{"path":[4,2,2,2,6],"span":[28,11,17]},{"path":[4,2,2,2,1],"span":[28,18,25]},{"path":[4,2,2,2,3],"span":[28,28,29]},{"path":[4,2,2,3],"span":[29,2,43]},{"path":[4,2,2,3,4],"span":[29,2,10]},{"path":[4,2,2,3,6],"span":[29,11,28]},{"path":[4,2,2,3,1],"span":[29,29,38]},{"path":[4,2,2,3,3],"span":[29,41,42]},{"path":[4,2,2,4],"span":[30,2,19]},{"path":[4,2,2,4,5],"span":[30,2,6]},{"path":[4,2,2,4,1],"span":[30,7,14]},{"path":[4,2,2,4,3],"span":[30,17,18]},{"path":[4,3],"span":[35,0,39,1]},{"path":[4,3,1],"span":[35,8,18]},{"path":[4,3,7],"span":[36,2,27]},{"path":[4,3,7,3],"span":[36,2,27]},{"path":[4,3,2,0],"span":[37,2,19]},{"path":[4,3,2,0,5],"span":[37,2,6]},{"path":[4,3,2,0,1],"span":[37,7,14]},{"path":[4,3,2,0,3],"span":[37,17,18]},{"path":[4,3,2,1],"span":[38,2,42]},{"path":[4,3,2,1,4],"span":[38,2,10]},{"path":[4,3,2,1,5],"span":[38,11,17]},{"path":[4,3,2,1,1],"span":[38,18,37]},{"path":[4,3,2,1,3],"span":[38,40,41]},{"path":[4,4],"span":[41,0,44,1]},{"path":[4,4,1],"span":[41,8,25]},{"path":[4,4,2,0],"span":[42,2,19]},{"path":[4,4,2,0,5],"span":[42,2,6]},{"path":[4,4,2,0,1],"span":[42,7,14]},{"path":[4,4,2,0,3],"span":[42,17,18]},{"path":[4,4,2,1],"span":[43,2,42]},{"path":[4,4,2,1,4],"span":[43,2,10]},{"path":[4,4,2,1,5],"span":[43,11,17]},{"path":[4,4,2,1,1],"span":[43,18,37]},{"path":[4,4,2,1,3],"span":[43,40,41]},{"path":[4,5],"span":[45,0,48,1]},{"path":[4,5,1],"span":[45,8,18]},{"path":[4,5,2,0],"span":[46,2,19]},{"path":[4,5,2,0,5],"span":[46,2,6]},{"path":[4,5,2,0,1],"span":[46,7,14]},{"path":[4,5,2,0,3],"span":[46,17,18]},{"path":[4,5,2,1],"span":[47,2,22]},{"path":[4,5,2,1,5],"span":[47,2,8]},{"path":[4,5,2,1,1],"span":[47,9,17]},{"path":[4,5,2,1,3],"span":[47,20,21]},{"path":[4,6],"span":[50,0,54,1]},{"path":[4,6,1],"span":[50,8,25]},{"path":[4,6,2,0],"span":[51,2,65]},{"path":[4,6,2,0,4],"span":[51,2,10]},{"path":[4,6,2,0,6],"span":[51,11,21]},{"path":[4,6,2,0,1],"span":[51,22,40]},{"path":[4,6,2,0,3],"span":[51,43,44]},{"path":[4,6,2,0,8],"span":[51,45,64]},{"path":[4,6,2,0,8,3],"span":[51,46,63]},{"path":[4,6,2,1],"span":[52,2,45]},{"path":[4,6,2,1,4],"span":[52,2,10]},{"path":[4,6,2,1,6],"span":[52,11,21]},{"path":[4,6,2,1,1],"span":[52,22,40]},{"path":[4,6,2,1,3],"span":[52,43,44]},{"path":[4,6,2,2],"span":[53,2,59]},{"path":[4,6,2,2,4],"span":[53,2,10]},{"path":[4,6,2,2,6],"span":[53,11,28]},{"path":[4,6,2,2,1],"span":[53,29,54]},{"path":[4,6,2,2,3],"span":[53,57,58]},{"path":[4,7],"span":[56,0,59,1]},{"path":[4,7,1],"span":[56,8,15]},{"path":[4,7,2,0],"span":[57,2,22]},{"path":[4,7,2,0,5],"span":[57,2,8]},{"path":[4,7,2,0,1],"span":[57,9,18]},{"path":[4,7,2,0,3],"span":[57,20,21]},{"path":[4,7,2,1],"span":[58,2,18]},{"path":[4,7,2,1,5],"span":[58,2,8]},{"path":[4,7,2,1,1],"span":[58,9,13]},{"path":[4,7,2,1,3],"span":[58,16,17]},{"path":[4,8],"span":[61,0,77,1]},{"path":[4,8,1],"span":[61,8,14]},{"path":[4,8,4,0],"span":[62,2,66,3]},{"path":[4,8,4,0,1],"span":[62,7,17]},{"path":[4,8,4,0,2,0],"span":[63,4,20]},{"path":[4,8,4,0,2,0,1],"span":[63,4,15]},{"path":[4,8,4,0,2,0,2],"span":[63,18,19]},{"path":[4,8,4,0,2,1],"span":[64,4,14]},{"path":[4,8,4,0,2,1,1],"span":[64,4,9]},{"path":[4,8,4,0,2,1,2],"span":[64,12,13]},{"path":[4,8,4,0,2,2],"span":[65,4,18]},{"path":[4,8,4,0,2,2,1],"span":[65,4,13]},{"path":[4,8,4,0,2,2,2],"span":[65,16,17]},{"path":[4,8,2,0],"span":[68,2,32]},{"path":[4,8,2,0,4],"span":[68,2,10]},{"path":[4,8,2,0,6],"span":[68,11,18]},{"path":[4,8,2,0,1],"span":[68,19,27]},{"path":[4,8,2,0,3],"span":[68,30,31]},{"path":[4,8,2,1],"span":[69,2,29]},{"path":[4,8,2,1,6],"span":[69,2,12]},{"path":[4,8,2,1,1],"span":[69,13,24]},{"path":[4,8,2,1,3],"span":[69,27,28]},{"path":[4,8,2,2],"span":[70,2,38]},{"path":[4,8,2,2,4],"span":[70,2,10]},{"path":[4,8,2,2,6],"span":[70,11,21]},{"path":[4,8,2,2,1],"span":[70,22,33]},{"path":[4,8,2,2,3],"span":[70,36,37]},{"path":[4,8,8,0],"span":[71,2,74,3]},{"path":[4,8,8,0,1],"span":[71,8,18]},{"path":[4,8,2,3],"span":[72,4,40]},{"path":[4,8,2,3,6],"span":[72,4,9]},{"path":[4,8,2,3,1],"span":[72,10,15]},{"path":[4,8,2,3,3],"span":[72,18,19]},{"path":[4,8,2,3,8],"span":[72,20,39]},{"path":[4,8,2,3,8,3],"span":[72,21,38]},{"path":[4,8,2,4],"span":[73,4,48]},{"path":[4,8,2,4,6],"span":[73,4,13]},{"path":[4,8,2,4,1],"span":[73,14,23]},{"path":[4,8,2,4,3],"span":[73,26,27]},{"path":[4,8,2,4,8],"span":[73,28,47]},{"path":[4,8,2,4,8,3],"span":[73,29,46]},{"path":[4,8,2,5],"span":[75,2,41]},{"path":[4,8,2,5,6],"span":[75,2,18]},{"path":[4,8,2,5,1],"span":[75,19,36]},{"path":[4,8,2,5,3],"span":[75,39,40]},{"path":[4,8,2,6],"span":[76,2,16]},{"path":[4,8,2,6,5],"span":[76,2,8]},{"path":[4,8,2,6,1],"span":[76,9,11]},{"path":[4,8,2,6,3],"span":[76,14,15]},{"path":[4,9],"span":[79,0,81,1]},{"path":[4,9,1],"span":[79,8,17]},{"path":[4,9,2,0],"span":[80,2,30]},{"path":[4,9,2,0,4],"span":[80,2,10]},{"path":[4,9,2,0,5],"span":[80,11,17]},{"path":[4,9,2,0,1],"span":[80,18,25]},{"path":[4,9,2,0,3],"span":[80,28,29]},{"path":[4,10],"span":[83,0,93,1]},{"path":[4,10,1],"span":[83,8,24]},{"path":[4,10,4,0],"span":[85,2,89,3]},{"path":[4,10,4,0,1],"span":[85,7,16]},{"path":[4,10,4,0,2,0],"span":[86,4,12]},{"path":[4,10,4,0,2,0,1],"span":[86,4,7]},{"path":[4,10,4,0,2,0,2],"span":[86,10,11]},{"path":[4,10,4,0,2,1],"span":[87,4,14]},{"path":[4,10,4,0,2,1,1],"span":[87,4,9]},{"path":[4,10,4,0,2,1,2],"span":[87,12,13]},{"path":[4,10,4,0,2,2],"span":[88,4,18]},{"path":[4,10,4,0,2,2,1],"span":[88,4,13]},{"path":[4,10,4,0,2,2,2],"span":[88,16,17]},{"path":[4,10,2,0],"span":[91,2,36]},{"path":[4,10,2,0,4],"span":[91,2,10]},{"path":[4,10,2,0,6],"span":[91,11,20]},{"path":[4,10,2,0,1],"span":[91,21,31]},{"path":[4,10,2,0,3],"span":[91,34,35]},{"path":[4,10,2,1],"span":[92,2,30]},{"path":[4,10,2,1,4],"span":[92,2,10]},{"path":[4,10,2,1,5],"span":[92,11,17]},{"path":[4,10,2,1,1],"span":[92,18,25]},{"path":[4,10,2,1,3],"span":[92,28,29]},{"path":[4,11],"span":[95,0,103,1]},{"path":[4,11,1],"span":[95,8,13]},{"path":[4,11,4,0],"span":[96,2,100,3]},{"path":[4,11,4,0,1],"span":[96,7,16]},{"path":[4,11,4,0,2,0],"span":[97,4,12]},{"path":[4,11,4,0,2,0,1],"span":[97,4,7]},{"path":[4,11,4,0,2,0,2],"span":[97,10,11]},{"path":[4,11,4,0,2,1],"span":[98,4,14]},{"path":[4,11,4,0,2,1,1],"span":[98,4,9]},{"path":[4,11,4,0,2,1,2],"span":[98,12,13]},{"path":[4,11,4,0,2,2],"span":[99,4,18]},{"path":[4,11,4,0,2,2,1],"span":[99,4,13]},{"path":[4,11,4,0,2,2,2],"span":[99,16,17]},{"path":[4,11,2,0],"span":[102,2,27]},{"path":[4,11,2,0,6],"span":[102,2,11]},{"path":[4,11,2,0,1],"span":[102,12,22]},{"path":[4,11,2,0,3],"span":[102,25,26]},{"path":[4,12],"span":[105,0,113,1]},{"path":[4,12,1],"span":[105,8,18]},{"path":[4,12,4,0],"span":[106,2,109,3]},{"path":[4,12,4,0,1],"span":[106,7,21]},{"path":[4,12,4,0,2,0],"span":[108,4,20]},{"path":[4,12,4,0,2,0,1],"span":[108,4,15]},{"path":[4,12,4,0,2,0,2],"span":[108,18,19]},{"path":[4,12,2,0],"span":[111,2,26]},{"path":[4,12,2,0,6],"span":[111,2,16]},{"path":[4,12,2,0,1],"span":[111,17,21]},{"path":[4,12,2,0,3],"span":[111,24,25]},{"path":[4,12,2,1],"span":[112,2,16]},{"path":[4,12,2,1,5],"span":[112,2,8]},{"path":[4,12,2,1,1],"span":[112,9,11]},{"path":[4,12,2,1,3],"span":[112,14,15]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
@@ -253,6 +253,8 @@ export class Action extends jspb.Message {
253
253
  clearActionDefinition(): void;
254
254
  getActionDefinition(): ActionDefinition | undefined;
255
255
  setActionDefinition(value?: ActionDefinition): Action;
256
+ getId(): string;
257
+ setId(value: string): Action;
256
258
 
257
259
  getDefinitionCase(): Action.DefinitionCase;
258
260
 
@@ -274,6 +276,7 @@ export namespace Action {
274
276
  agent?: Agent.AsObject,
275
277
  agentless?: Agentless.AsObject,
276
278
  actionDefinition?: ActionDefinition.AsObject,
279
+ id: string,
277
280
  }
278
281
 
279
282
  export enum ActionType {
@@ -1961,7 +1961,8 @@ proto.lansweeper.scanningconfig.v1.Action.toObject = function(includeInstance, m
1961
1961
  proto.lansweeper.scanningconfig.v1.Credential.toObject, includeInstance),
1962
1962
  agent: (f = msg.getAgent()) && proto.lansweeper.scanningconfig.v1.Agent.toObject(includeInstance, f),
1963
1963
  agentless: (f = msg.getAgentless()) && proto.lansweeper.scanningconfig.v1.Agentless.toObject(includeInstance, f),
1964
- actionDefinition: (f = msg.getActionDefinition()) && proto.lansweeper.scanningconfig.v1.ActionDefinition.toObject(includeInstance, f)
1964
+ actionDefinition: (f = msg.getActionDefinition()) && proto.lansweeper.scanningconfig.v1.ActionDefinition.toObject(includeInstance, f),
1965
+ id: jspb.Message.getFieldWithDefault(msg, 7, "")
1965
1966
  };
1966
1967
 
1967
1968
  if (includeInstance) {
@@ -2027,6 +2028,10 @@ proto.lansweeper.scanningconfig.v1.Action.deserializeBinaryFromReader = function
2027
2028
  reader.readMessage(value,proto.lansweeper.scanningconfig.v1.ActionDefinition.deserializeBinaryFromReader);
2028
2029
  msg.setActionDefinition(value);
2029
2030
  break;
2031
+ case 7:
2032
+ var value = /** @type {string} */ (reader.readString());
2033
+ msg.setId(value);
2034
+ break;
2030
2035
  default:
2031
2036
  reader.skipField();
2032
2037
  break;
@@ -2103,6 +2108,13 @@ proto.lansweeper.scanningconfig.v1.Action.serializeBinaryToWriter = function(mes
2103
2108
  proto.lansweeper.scanningconfig.v1.ActionDefinition.serializeBinaryToWriter
2104
2109
  );
2105
2110
  }
2111
+ f = message.getId();
2112
+ if (f.length > 0) {
2113
+ writer.writeString(
2114
+ 7,
2115
+ f
2116
+ );
2117
+ }
2106
2118
  };
2107
2119
 
2108
2120
 
@@ -2320,6 +2332,24 @@ proto.lansweeper.scanningconfig.v1.Action.prototype.hasActionDefinition = functi
2320
2332
  };
2321
2333
 
2322
2334
 
2335
+ /**
2336
+ * optional string id = 7;
2337
+ * @return {string}
2338
+ */
2339
+ proto.lansweeper.scanningconfig.v1.Action.prototype.getId = function() {
2340
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
2341
+ };
2342
+
2343
+
2344
+ /**
2345
+ * @param {string} value
2346
+ * @return {!proto.lansweeper.scanningconfig.v1.Action} returns this
2347
+ */
2348
+ proto.lansweeper.scanningconfig.v1.Action.prototype.setId = function(value) {
2349
+ return jspb.Message.setProto3StringField(this, 7, value);
2350
+ };
2351
+
2352
+
2323
2353
 
2324
2354
  /**
2325
2355
  * List of repeated fields within this message type.
@@ -743,6 +743,7 @@ type Action struct {
743
743
  // *Action_Agentless
744
744
  Definition isAction_Definition `protobuf_oneof:"definition"`
745
745
  ActionDefinition *ActionDefinition `protobuf:"bytes,6,opt,name=action_definition,json=actionDefinition,proto3" json:"action_definition,omitempty"`
746
+ Id string `protobuf:"bytes,7,opt,name=id,proto3" json:"id,omitempty"`
746
747
  }
747
748
 
748
749
  func (x *Action) Reset() {
@@ -828,6 +829,13 @@ func (x *Action) GetActionDefinition() *ActionDefinition {
828
829
  return nil
829
830
  }
830
831
 
832
+ func (x *Action) GetId() string {
833
+ if x != nil {
834
+ return x.Id
835
+ }
836
+ return ""
837
+ }
838
+
831
839
  type isAction_Definition interface {
832
840
  isAction_Definition()
833
841
  }
@@ -1136,7 +1144,7 @@ var file_scanningconfig_proto_rawDesc = []byte{
1136
1144
  0x12, 0x1b, 0x0a, 0x09, 0x63, 0x72, 0x6f, 0x6e, 0x5f, 0x65, 0x78, 0x70, 0x72, 0x18, 0x01, 0x20,
1137
1145
  0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x72, 0x6f, 0x6e, 0x45, 0x78, 0x70, 0x72, 0x12, 0x12, 0x0a,
1138
1146
  0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d,
1139
- 0x65, 0x22, 0x9b, 0x04, 0x0a, 0x06, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x41, 0x0a, 0x08,
1147
+ 0x65, 0x22, 0xab, 0x04, 0x0a, 0x06, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x41, 0x0a, 0x08,
1140
1148
  0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25,
1141
1149
  0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e,
1142
1150
  0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72,
@@ -1165,7 +1173,8 @@ var file_scanningconfig_proto_rawDesc = []byte{
1165
1173
  0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
1166
1174
  0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66, 0x69,
1167
1175
  0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x10, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65,
1168
- 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x37, 0x0a, 0x0a, 0x41, 0x63, 0x74, 0x69,
1176
+ 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x07,
1177
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x37, 0x0a, 0x0a, 0x41, 0x63, 0x74, 0x69,
1169
1178
  0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43,
1170
1179
  0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x41, 0x47, 0x45, 0x4e, 0x54,
1171
1180
  0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x41, 0x47, 0x45, 0x4e, 0x54, 0x4c, 0x45, 0x53, 0x53, 0x10,
@@ -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.5")]
18
- [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.1.5")]
17
+ [assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.6")]
18
+ [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.1.6")]
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.5.0")]
21
+ [assembly: System.Reflection.AssemblyVersionAttribute("0.1.6.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
- 24deb2b46f75010745195bd3c0a230a6d780f0c4
1
+ d7683f49010135f198642484a7236ae8ded130fa
@@ -1 +1 @@
1
- e89cf97cbd84931b4e81957cc8803ae4bcfc518d
1
+ 364d426e3f4ee75738036310a7b2cd2d8c926bbd
@@ -48,7 +48,7 @@ namespace Lansweeper.Scanningconfig.V1 {
48
48
  "bGFuc3dlZXBlci5zY2FubmluZ2NvbmZpZy52MS5OZXR3b3JrVmlzaWJpbGl0",
49
49
  "eUgCiAEBQhUKE19hc3NldF9yYWRhcl9jb25maWdCFQoTX2F1dG9fdXBkYXRl",
50
50
  "X2NvbmZpZ0IcChpfbmV0d29ya192aXNpYmlsaXR5X2NvbmZpZyIqCgdUcmln",
51
- "Z2VyEhEKCWNyb25fZXhwchgBIAEoCRIMCgRuYW1lGAIgASgJItQDCgZBY3Rp",
51
+ "Z2VyEhEKCWNyb25fZXhwchgBIAEoCRIMCgRuYW1lGAIgASgJIuADCgZBY3Rp",
52
52
  "b24SNwoIdHJpZ2dlcnMYASADKAsyJS5sYW5zd2VlcGVyLnNjYW5uaW5nY29u",
53
53
  "ZmlnLnYxLlRyaWdnZXISRAoLYWN0aW9uX3R5cGUYAiABKA4yLy5sYW5zd2Vl",
54
54
  "cGVyLnNjYW5uaW5nY29uZmlnLnYxLkFjdGlvbi5BY3Rpb25UeXBlEj0KC2Ny",
@@ -57,24 +57,24 @@ namespace Lansweeper.Scanningconfig.V1 {
57
57
  "bmluZ2NvbmZpZy52MS5BZ2VudEICGAFIABJACglhZ2VudGxlc3MYBSABKAsy",
58
58
  "Jy5sYW5zd2VlcGVyLnNjYW5uaW5nY29uZmlnLnYxLkFnZW50bGVzc0ICGAFI",
59
59
  "ABJJChFhY3Rpb25fZGVmaW5pdGlvbhgGIAEoCzIuLmxhbnN3ZWVwZXIuc2Nh",
60
- "bm5pbmdjb25maWcudjEuQWN0aW9uRGVmaW5pdGlvbiI3CgpBY3Rpb25UeXBl",
61
- "Eg8KC1VOU1BFQ0lGSUVEEAASCQoFQUdFTlQQARINCglBR0VOVExFU1MQAkIM",
62
- "CgpkZWZpbml0aW9uIhwKCUFnZW50bGVzcxIPCgd0YXJnZXRzGAEgAygJIrUB",
63
- "ChBBY3Rpb25EZWZpbml0aW9uElEKCnNjYW5fZm9jdXMYASABKA4yOC5sYW5z",
64
- "d2VlcGVyLnNjYW5uaW5nY29uZmlnLnYxLkFjdGlvbkRlZmluaXRpb24uU2Nh",
65
- "bkZvY3VzSACIAQESDwoHdGFyZ2V0cxgCIAMoCSIuCglTY2FuRm9jdXMSBwoD",
66
- "QUxMEAASCQoFVVNFUlMQARINCglJTlZFTlRPUlkQAkINCgtfc2Nhbl9mb2N1",
67
- "cyJ6CgVBZ2VudBJBCgpzY2FuX2ZvY3VzGAEgASgOMi0ubGFuc3dlZXBlci5z",
68
- "Y2FubmluZ2NvbmZpZy52MS5BZ2VudC5TY2FuRm9jdXMiLgoJU2NhbkZvY3Vz",
69
- "EgcKA0FMTBAAEgkKBVVTRVJTEAESDQoJSU5WRU5UT1JZEAIiggEKCkNyZWRl",
70
- "bnRpYWwSRQoEdHlwZRgBIAEoDjI3LmxhbnN3ZWVwZXIuc2Nhbm5pbmdjb25m",
71
- "aWcudjEuQ3JlZGVudGlhbC5DcmVkZW50aWFsVHlwZRIKCgJpZBgCIAEoCSIh",
72
- "Cg5DcmVkZW50aWFsVHlwZRIPCgtVTlNQRUNJRklFRBAAMrgBChVTY2Fubmlu",
73
- "Z0NvbmZpZ1NlcnZpY2USngEKGUdldENvbmZpZ3VyYXRpb25zQnlTb3VyY2US",
74
- "Pi5sYW5zd2VlcGVyLnNjYW5uaW5nY29uZmlnLnYxLkdldENvbmZpZ3VyYXRp",
75
- "b25zQnlTb3VyY2VSZXF1ZXN0Gj8ubGFuc3dlZXBlci5zY2FubmluZ2NvbmZp",
76
- "Zy52MS5HZXRDb25maWd1cmF0aW9uc0J5U291cmNlUmVzcG9uc2UiAEIQWg4u",
77
- "L2dlbmVyYXRlZC1nb2IGcHJvdG8z"));
60
+ "bm5pbmdjb25maWcudjEuQWN0aW9uRGVmaW5pdGlvbhIKCgJpZBgHIAEoCSI3",
61
+ "CgpBY3Rpb25UeXBlEg8KC1VOU1BFQ0lGSUVEEAASCQoFQUdFTlQQARINCglB",
62
+ "R0VOVExFU1MQAkIMCgpkZWZpbml0aW9uIhwKCUFnZW50bGVzcxIPCgd0YXJn",
63
+ "ZXRzGAEgAygJIrUBChBBY3Rpb25EZWZpbml0aW9uElEKCnNjYW5fZm9jdXMY",
64
+ "ASABKA4yOC5sYW5zd2VlcGVyLnNjYW5uaW5nY29uZmlnLnYxLkFjdGlvbkRl",
65
+ "ZmluaXRpb24uU2NhbkZvY3VzSACIAQESDwoHdGFyZ2V0cxgCIAMoCSIuCglT",
66
+ "Y2FuRm9jdXMSBwoDQUxMEAASCQoFVVNFUlMQARINCglJTlZFTlRPUlkQAkIN",
67
+ "Cgtfc2Nhbl9mb2N1cyJ6CgVBZ2VudBJBCgpzY2FuX2ZvY3VzGAEgASgOMi0u",
68
+ "bGFuc3dlZXBlci5zY2FubmluZ2NvbmZpZy52MS5BZ2VudC5TY2FuRm9jdXMi",
69
+ "LgoJU2NhbkZvY3VzEgcKA0FMTBAAEgkKBVVTRVJTEAESDQoJSU5WRU5UT1JZ",
70
+ "EAIiggEKCkNyZWRlbnRpYWwSRQoEdHlwZRgBIAEoDjI3LmxhbnN3ZWVwZXIu",
71
+ "c2Nhbm5pbmdjb25maWcudjEuQ3JlZGVudGlhbC5DcmVkZW50aWFsVHlwZRIK",
72
+ "CgJpZBgCIAEoCSIhCg5DcmVkZW50aWFsVHlwZRIPCgtVTlNQRUNJRklFRBAA",
73
+ "MrgBChVTY2FubmluZ0NvbmZpZ1NlcnZpY2USngEKGUdldENvbmZpZ3VyYXRp",
74
+ "b25zQnlTb3VyY2USPi5sYW5zd2VlcGVyLnNjYW5uaW5nY29uZmlnLnYxLkdl",
75
+ "dENvbmZpZ3VyYXRpb25zQnlTb3VyY2VSZXF1ZXN0Gj8ubGFuc3dlZXBlci5z",
76
+ "Y2FubmluZ2NvbmZpZy52MS5HZXRDb25maWd1cmF0aW9uc0J5U291cmNlUmVz",
77
+ "cG9uc2UiAEIQWg4uL2dlbmVyYXRlZC1nb2IGcHJvdG8z"));
78
78
  descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
79
79
  new pbr::FileDescriptor[] { },
80
80
  new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
@@ -86,7 +86,7 @@ namespace Lansweeper.Scanningconfig.V1 {
86
86
  new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.AutoUpdate), global::Lansweeper.Scanningconfig.V1.AutoUpdate.Parser, new[]{ "Enabled", "Schedule" }, null, null, null, null),
87
87
  new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.OperationalConfig), global::Lansweeper.Scanningconfig.V1.OperationalConfig.Parser, new[]{ "AssetRadarConfig", "AutoUpdateConfig", "NetworkVisibilityConfig" }, new[]{ "AssetRadarConfig", "AutoUpdateConfig", "NetworkVisibilityConfig" }, null, null, null),
88
88
  new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.Trigger), global::Lansweeper.Scanningconfig.V1.Trigger.Parser, new[]{ "CronExpr", "Name" }, null, null, null, null),
89
- new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.Action), global::Lansweeper.Scanningconfig.V1.Action.Parser, new[]{ "Triggers", "ActionType", "Credentials", "Agent", "Agentless", "ActionDefinition" }, new[]{ "Definition" }, new[]{ typeof(global::Lansweeper.Scanningconfig.V1.Action.Types.ActionType) }, null, null),
89
+ 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),
90
90
  new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.Agentless), global::Lansweeper.Scanningconfig.V1.Agentless.Parser, new[]{ "Targets" }, null, null, null, null),
91
91
  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
92
  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),
@@ -2063,6 +2063,7 @@ namespace Lansweeper.Scanningconfig.V1 {
2063
2063
  actionType_ = other.actionType_;
2064
2064
  credentials_ = other.credentials_.Clone();
2065
2065
  actionDefinition_ = other.actionDefinition_ != null ? other.actionDefinition_.Clone() : null;
2066
+ id_ = other.id_;
2066
2067
  switch (other.DefinitionCase) {
2067
2068
  case DefinitionOneofCase.Agent:
2068
2069
  Agent = other.Agent.Clone();
@@ -2153,6 +2154,18 @@ namespace Lansweeper.Scanningconfig.V1 {
2153
2154
  }
2154
2155
  }
2155
2156
 
2157
+ /// <summary>Field number for the "id" field.</summary>
2158
+ public const int IdFieldNumber = 7;
2159
+ private string id_ = "";
2160
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2161
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2162
+ public string Id {
2163
+ get { return id_; }
2164
+ set {
2165
+ id_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
2166
+ }
2167
+ }
2168
+
2156
2169
  private object definition_;
2157
2170
  /// <summary>Enum of possible cases for the "definition" oneof.</summary>
2158
2171
  public enum DefinitionOneofCase {
@@ -2195,6 +2208,7 @@ namespace Lansweeper.Scanningconfig.V1 {
2195
2208
  if (!object.Equals(Agent, other.Agent)) return false;
2196
2209
  if (!object.Equals(Agentless, other.Agentless)) return false;
2197
2210
  if (!object.Equals(ActionDefinition, other.ActionDefinition)) return false;
2211
+ if (Id != other.Id) return false;
2198
2212
  if (DefinitionCase != other.DefinitionCase) return false;
2199
2213
  return Equals(_unknownFields, other._unknownFields);
2200
2214
  }
@@ -2209,6 +2223,7 @@ namespace Lansweeper.Scanningconfig.V1 {
2209
2223
  if (definitionCase_ == DefinitionOneofCase.Agent) hash ^= Agent.GetHashCode();
2210
2224
  if (definitionCase_ == DefinitionOneofCase.Agentless) hash ^= Agentless.GetHashCode();
2211
2225
  if (actionDefinition_ != null) hash ^= ActionDefinition.GetHashCode();
2226
+ if (Id.Length != 0) hash ^= Id.GetHashCode();
2212
2227
  hash ^= (int) definitionCase_;
2213
2228
  if (_unknownFields != null) {
2214
2229
  hash ^= _unknownFields.GetHashCode();
@@ -2246,6 +2261,10 @@ namespace Lansweeper.Scanningconfig.V1 {
2246
2261
  output.WriteRawTag(50);
2247
2262
  output.WriteMessage(ActionDefinition);
2248
2263
  }
2264
+ if (Id.Length != 0) {
2265
+ output.WriteRawTag(58);
2266
+ output.WriteString(Id);
2267
+ }
2249
2268
  if (_unknownFields != null) {
2250
2269
  _unknownFields.WriteTo(output);
2251
2270
  }
@@ -2274,6 +2293,10 @@ namespace Lansweeper.Scanningconfig.V1 {
2274
2293
  output.WriteRawTag(50);
2275
2294
  output.WriteMessage(ActionDefinition);
2276
2295
  }
2296
+ if (Id.Length != 0) {
2297
+ output.WriteRawTag(58);
2298
+ output.WriteString(Id);
2299
+ }
2277
2300
  if (_unknownFields != null) {
2278
2301
  _unknownFields.WriteTo(ref output);
2279
2302
  }
@@ -2298,6 +2321,9 @@ namespace Lansweeper.Scanningconfig.V1 {
2298
2321
  if (actionDefinition_ != null) {
2299
2322
  size += 1 + pb::CodedOutputStream.ComputeMessageSize(ActionDefinition);
2300
2323
  }
2324
+ if (Id.Length != 0) {
2325
+ size += 1 + pb::CodedOutputStream.ComputeStringSize(Id);
2326
+ }
2301
2327
  if (_unknownFields != null) {
2302
2328
  size += _unknownFields.CalculateSize();
2303
2329
  }
@@ -2321,6 +2347,9 @@ namespace Lansweeper.Scanningconfig.V1 {
2321
2347
  }
2322
2348
  ActionDefinition.MergeFrom(other.ActionDefinition);
2323
2349
  }
2350
+ if (other.Id.Length != 0) {
2351
+ Id = other.Id;
2352
+ }
2324
2353
  switch (other.DefinitionCase) {
2325
2354
  case DefinitionOneofCase.Agent:
2326
2355
  if (Agent == null) {
@@ -2388,6 +2417,10 @@ namespace Lansweeper.Scanningconfig.V1 {
2388
2417
  input.ReadMessage(ActionDefinition);
2389
2418
  break;
2390
2419
  }
2420
+ case 58: {
2421
+ Id = input.ReadString();
2422
+ break;
2423
+ }
2391
2424
  }
2392
2425
  }
2393
2426
  #endif
@@ -2440,6 +2473,10 @@ namespace Lansweeper.Scanningconfig.V1 {
2440
2473
  input.ReadMessage(ActionDefinition);
2441
2474
  break;
2442
2475
  }
2476
+ case 58: {
2477
+ Id = input.ReadString();
2478
+ break;
2479
+ }
2443
2480
  }
2444
2481
  }
2445
2482
  }
@@ -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.5",
8
+ "version": "0.1.6",
9
9
  "restore": {
10
10
  "projectUniqueName": "/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj",
11
11
  "projectName": "Lansweeper.ScanningConfig.GRPC",
@@ -69,7 +69,7 @@
69
69
  "privateAssets": "all"
70
70
  }
71
71
  },
72
- "runtimeIdentifierGraphPath": "/usr/lib/dotnet/sdk/6.0.128/RuntimeIdentifierGraph.json"
72
+ "runtimeIdentifierGraphPath": "/usr/lib/dotnet/sdk/6.0.132/RuntimeIdentifierGraph.json"
73
73
  }
74
74
  }
75
75
  }
@@ -7,7 +7,7 @@
7
7
  <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/circleci/.nuget/packages/</NuGetPackageRoot>
8
8
  <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/circleci/.nuget/packages/</NuGetPackageFolders>
9
9
  <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10
- <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.5</NuGetToolVersion>
10
+ <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.6</NuGetToolVersion>
11
11
  </PropertyGroup>
12
12
  <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
13
13
  <SourceRoot Include="/home/circleci/.nuget/packages/" />
@@ -235,7 +235,7 @@
235
235
  "/home/circleci/.nuget/packages/": {}
236
236
  },
237
237
  "project": {
238
- "version": "0.1.5",
238
+ "version": "0.1.6",
239
239
  "restore": {
240
240
  "projectUniqueName": "/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj",
241
241
  "projectName": "Lansweeper.ScanningConfig.GRPC",
@@ -299,7 +299,7 @@
299
299
  "privateAssets": "all"
300
300
  }
301
301
  },
302
- "runtimeIdentifierGraphPath": "/usr/lib/dotnet/sdk/6.0.128/RuntimeIdentifierGraph.json"
302
+ "runtimeIdentifierGraphPath": "/usr/lib/dotnet/sdk/6.0.132/RuntimeIdentifierGraph.json"
303
303
  }
304
304
  }
305
305
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 2,
3
- "dgSpecHash": "2dfbd07ZufySkrQW5/CNsxUsxD+TGJeVykUcua88fcC7bT4sJ0ZCqW+HHEzKQ06plbBx/Z4h6Boh/9KDLeuE5w==",
3
+ "dgSpecHash": "vHQYluIVp843rK2ArJo7f7bfu8xRZzw+5xJc/fbQwvrMOSfOds9lrXM1RyoXoM+o3CAljZhB0c6uLu0RmQHB4w==",
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.1.6",
3
+ "version": "0.1.7",
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": "8f3f507f128ed6b03b51b967287c3ec7b8c2edb7"
15
+ "gitHead": "31f330f232d3ccc4e1818e35b70eba7bed7ffa62"
16
16
  }
@@ -74,6 +74,7 @@ message Action{
74
74
  Agentless agentless = 5 [deprecated = true];
75
75
  }
76
76
  ActionDefinition action_definition = 6;
77
+ string id = 7;
77
78
  }
78
79
 
79
80
  message Agentless{