@lansweeper/scanningconfig-grpc 0.1.6 → 0.2.0

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,25 @@
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.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.1.7...@lansweeper/scanningconfig-grpc@0.2.0) (2024-09-04)
7
+
8
+
9
+ ### Features
10
+
11
+ * ACME-24207 - Add OT_SENSOR type in configapi proto ([1885f7f](https://github.com/Lansweeper/lansweeperapis/commit/1885f7f2ccd161b42bb6197d401981f50b756fff))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.1.7](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.1.6...@lansweeper/scanningconfig-grpc@0.1.7) (2024-07-30)
18
+
19
+ **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
20
+
21
+
22
+
23
+
24
+
6
25
  ## [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
26
 
8
27
  **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.7</PackageVersion>
11
+ <Version>0.1.7</Version>
12
+ <FileVersion>0.1.7</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.7": {
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.7": {
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},{"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}}]}
@@ -92,6 +92,7 @@ export namespace Component {
92
92
  AGENT = 1,
93
93
  IT_SENSOR = 2,
94
94
  IT_HUB = 3,
95
+ OT_SENSOR = 4,
95
96
  }
96
97
 
97
98
  }
@@ -253,6 +254,8 @@ export class Action extends jspb.Message {
253
254
  clearActionDefinition(): void;
254
255
  getActionDefinition(): ActionDefinition | undefined;
255
256
  setActionDefinition(value?: ActionDefinition): Action;
257
+ getId(): string;
258
+ setId(value: string): Action;
256
259
 
257
260
  getDefinitionCase(): Action.DefinitionCase;
258
261
 
@@ -274,6 +277,7 @@ export namespace Action {
274
277
  agent?: Agent.AsObject,
275
278
  agentless?: Agentless.AsObject,
276
279
  actionDefinition?: ActionDefinition.AsObject,
280
+ id: string,
277
281
  }
278
282
 
279
283
  export enum ActionType {
@@ -812,7 +812,8 @@ proto.lansweeper.scanningconfig.v1.Component.ComponentType = {
812
812
  UNSPECIFIED: 0,
813
813
  AGENT: 1,
814
814
  IT_SENSOR: 2,
815
- IT_HUB: 3
815
+ IT_HUB: 3,
816
+ OT_SENSOR: 4
816
817
  };
817
818
 
818
819
  /**
@@ -1961,7 +1962,8 @@ proto.lansweeper.scanningconfig.v1.Action.toObject = function(includeInstance, m
1961
1962
  proto.lansweeper.scanningconfig.v1.Credential.toObject, includeInstance),
1962
1963
  agent: (f = msg.getAgent()) && proto.lansweeper.scanningconfig.v1.Agent.toObject(includeInstance, f),
1963
1964
  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)
1965
+ actionDefinition: (f = msg.getActionDefinition()) && proto.lansweeper.scanningconfig.v1.ActionDefinition.toObject(includeInstance, f),
1966
+ id: jspb.Message.getFieldWithDefault(msg, 7, "")
1965
1967
  };
1966
1968
 
1967
1969
  if (includeInstance) {
@@ -2027,6 +2029,10 @@ proto.lansweeper.scanningconfig.v1.Action.deserializeBinaryFromReader = function
2027
2029
  reader.readMessage(value,proto.lansweeper.scanningconfig.v1.ActionDefinition.deserializeBinaryFromReader);
2028
2030
  msg.setActionDefinition(value);
2029
2031
  break;
2032
+ case 7:
2033
+ var value = /** @type {string} */ (reader.readString());
2034
+ msg.setId(value);
2035
+ break;
2030
2036
  default:
2031
2037
  reader.skipField();
2032
2038
  break;
@@ -2103,6 +2109,13 @@ proto.lansweeper.scanningconfig.v1.Action.serializeBinaryToWriter = function(mes
2103
2109
  proto.lansweeper.scanningconfig.v1.ActionDefinition.serializeBinaryToWriter
2104
2110
  );
2105
2111
  }
2112
+ f = message.getId();
2113
+ if (f.length > 0) {
2114
+ writer.writeString(
2115
+ 7,
2116
+ f
2117
+ );
2118
+ }
2106
2119
  };
2107
2120
 
2108
2121
 
@@ -2320,6 +2333,24 @@ proto.lansweeper.scanningconfig.v1.Action.prototype.hasActionDefinition = functi
2320
2333
  };
2321
2334
 
2322
2335
 
2336
+ /**
2337
+ * optional string id = 7;
2338
+ * @return {string}
2339
+ */
2340
+ proto.lansweeper.scanningconfig.v1.Action.prototype.getId = function() {
2341
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
2342
+ };
2343
+
2344
+
2345
+ /**
2346
+ * @param {string} value
2347
+ * @return {!proto.lansweeper.scanningconfig.v1.Action} returns this
2348
+ */
2349
+ proto.lansweeper.scanningconfig.v1.Action.prototype.setId = function(value) {
2350
+ return jspb.Message.setProto3StringField(this, 7, value);
2351
+ };
2352
+
2353
+
2323
2354
 
2324
2355
  /**
2325
2356
  * List of repeated fields within this message type.
@@ -27,6 +27,7 @@ const (
27
27
  Component_AGENT Component_ComponentType = 1
28
28
  Component_IT_SENSOR Component_ComponentType = 2
29
29
  Component_IT_HUB Component_ComponentType = 3
30
+ Component_OT_SENSOR Component_ComponentType = 4
30
31
  )
31
32
 
32
33
  // Enum value maps for Component_ComponentType.
@@ -36,12 +37,14 @@ var (
36
37
  1: "AGENT",
37
38
  2: "IT_SENSOR",
38
39
  3: "IT_HUB",
40
+ 4: "OT_SENSOR",
39
41
  }
40
42
  Component_ComponentType_value = map[string]int32{
41
43
  "UNSPECIFIED": 0,
42
44
  "AGENT": 1,
43
45
  "IT_SENSOR": 2,
44
46
  "IT_HUB": 3,
47
+ "OT_SENSOR": 4,
45
48
  }
46
49
  )
47
50
 
@@ -743,6 +746,7 @@ type Action struct {
743
746
  // *Action_Agentless
744
747
  Definition isAction_Definition `protobuf_oneof:"definition"`
745
748
  ActionDefinition *ActionDefinition `protobuf:"bytes,6,opt,name=action_definition,json=actionDefinition,proto3" json:"action_definition,omitempty"`
749
+ Id string `protobuf:"bytes,7,opt,name=id,proto3" json:"id,omitempty"`
746
750
  }
747
751
 
748
752
  func (x *Action) Reset() {
@@ -828,6 +832,13 @@ func (x *Action) GetActionDefinition() *ActionDefinition {
828
832
  return nil
829
833
  }
830
834
 
835
+ func (x *Action) GetId() string {
836
+ if x != nil {
837
+ return x.Id
838
+ }
839
+ return ""
840
+ }
841
+
831
842
  type isAction_Definition interface {
832
843
  isAction_Definition()
833
844
  }
@@ -1068,7 +1079,7 @@ var file_scanningconfig_proto_rawDesc = []byte{
1068
1079
  0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
1069
1080
  0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
1070
1081
  0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x52, 0x07, 0x63,
1071
- 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x73, 0x22, 0xe9, 0x02, 0x0a, 0x09, 0x43, 0x6f, 0x6d, 0x70, 0x6f,
1082
+ 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x73, 0x22, 0xf8, 0x02, 0x0a, 0x09, 0x43, 0x6f, 0x6d, 0x70, 0x6f,
1072
1083
  0x6e, 0x65, 0x6e, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
1073
1084
  0x52, 0x02, 0x69, 0x64, 0x12, 0x49, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01,
1074
1085
  0x28, 0x0e, 0x32, 0x35, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
@@ -1085,137 +1096,139 @@ var file_scanningconfig_proto_rawDesc = []byte{
1085
1096
  0x31, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x43, 0x6f, 0x6e,
1086
1097
  0x66, 0x69, 0x67, 0x48, 0x00, 0x52, 0x08, 0x6f, 0x70, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x88,
1087
1098
  0x01, 0x01, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x05, 0x20,
1088
- 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22, 0x46, 0x0a, 0x0d,
1099
+ 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22, 0x55, 0x0a, 0x0d,
1089
1100
  0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a,
1090
1101
  0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x09,
1091
1102
  0x0a, 0x05, 0x41, 0x47, 0x45, 0x4e, 0x54, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49, 0x54, 0x5f,
1092
1103
  0x53, 0x45, 0x4e, 0x53, 0x4f, 0x52, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x49, 0x54, 0x5f, 0x48,
1093
- 0x55, 0x42, 0x10, 0x03, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6f, 0x70, 0x5f, 0x63, 0x6f, 0x6e, 0x66,
1094
- 0x69, 0x67, 0x22, 0x5b, 0x0a, 0x0a, 0x41, 0x73, 0x73, 0x65, 0x74, 0x52, 0x61, 0x64, 0x61, 0x72,
1095
- 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
1096
- 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x2f, 0x0a, 0x13, 0x65, 0x78,
1097
- 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65,
1098
- 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x12, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65,
1099
- 0x64, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x3a, 0x02, 0x18, 0x01, 0x22,
1100
- 0x5e, 0x0a, 0x11, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69,
1101
- 0x6c, 0x69, 0x74, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18,
1102
- 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x2f,
1103
- 0x0a, 0x13, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72,
1104
- 0x66, 0x61, 0x63, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x12, 0x65, 0x78, 0x63,
1105
- 0x6c, 0x75, 0x64, 0x65, 0x64, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x22,
1106
- 0x42, 0x0a, 0x0a, 0x41, 0x75, 0x74, 0x6f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x18, 0x0a,
1107
- 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07,
1108
- 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x63, 0x68, 0x65, 0x64,
1109
- 0x75, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x63, 0x68, 0x65, 0x64,
1110
- 0x75, 0x6c, 0x65, 0x22, 0x8f, 0x03, 0x0a, 0x11, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f,
1111
- 0x6e, 0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x5f, 0x0a, 0x12, 0x61, 0x73, 0x73,
1112
- 0x65, 0x74, 0x5f, 0x72, 0x61, 0x64, 0x61, 0x72, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18,
1113
- 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
1104
+ 0x55, 0x42, 0x10, 0x03, 0x12, 0x0d, 0x0a, 0x09, 0x4f, 0x54, 0x5f, 0x53, 0x45, 0x4e, 0x53, 0x4f,
1105
+ 0x52, 0x10, 0x04, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6f, 0x70, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69,
1106
+ 0x67, 0x22, 0x5b, 0x0a, 0x0a, 0x41, 0x73, 0x73, 0x65, 0x74, 0x52, 0x61, 0x64, 0x61, 0x72, 0x12,
1107
+ 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08,
1108
+ 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x2f, 0x0a, 0x13, 0x65, 0x78, 0x63,
1109
+ 0x6c, 0x75, 0x64, 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73,
1110
+ 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x12, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64,
1111
+ 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x3a, 0x02, 0x18, 0x01, 0x22, 0x5e,
1112
+ 0x0a, 0x11, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c,
1113
+ 0x69, 0x74, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01,
1114
+ 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x2f, 0x0a,
1115
+ 0x13, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66,
1116
+ 0x61, 0x63, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x12, 0x65, 0x78, 0x63, 0x6c,
1117
+ 0x75, 0x64, 0x65, 0x64, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x73, 0x22, 0x42,
1118
+ 0x0a, 0x0a, 0x41, 0x75, 0x74, 0x6f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x18, 0x0a, 0x07,
1119
+ 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65,
1120
+ 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75,
1121
+ 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75,
1122
+ 0x6c, 0x65, 0x22, 0x8f, 0x03, 0x0a, 0x11, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
1123
+ 0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x5f, 0x0a, 0x12, 0x61, 0x73, 0x73, 0x65,
1124
+ 0x74, 0x5f, 0x72, 0x61, 0x64, 0x61, 0x72, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x01,
1125
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
1126
+ 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
1127
+ 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x73, 0x73, 0x65, 0x74, 0x52, 0x61, 0x64, 0x61, 0x72, 0x42, 0x02,
1128
+ 0x18, 0x01, 0x48, 0x00, 0x52, 0x10, 0x61, 0x73, 0x73, 0x65, 0x74, 0x52, 0x61, 0x64, 0x61, 0x72,
1129
+ 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x12, 0x5b, 0x0a, 0x12, 0x61, 0x75, 0x74,
1130
+ 0x6f, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18,
1131
+ 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
1114
1132
  0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69,
1115
- 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x73, 0x73, 0x65, 0x74, 0x52, 0x61, 0x64, 0x61, 0x72, 0x42,
1116
- 0x02, 0x18, 0x01, 0x48, 0x00, 0x52, 0x10, 0x61, 0x73, 0x73, 0x65, 0x74, 0x52, 0x61, 0x64, 0x61,
1117
- 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x12, 0x5b, 0x0a, 0x12, 0x61, 0x75,
1118
- 0x74, 0x6f, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
1119
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
1120
- 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
1121
- 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x75, 0x74, 0x6f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
1122
- 0x48, 0x01, 0x52, 0x10, 0x61, 0x75, 0x74, 0x6f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6f,
1123
- 0x6e, 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x12, 0x70, 0x0a, 0x19, 0x6e, 0x65, 0x74, 0x77, 0x6f,
1133
+ 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x75, 0x74, 0x6f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x48,
1134
+ 0x01, 0x52, 0x10, 0x61, 0x75, 0x74, 0x6f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e,
1135
+ 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x12, 0x70, 0x0a, 0x19, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72,
1136
+ 0x6b, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x63, 0x6f, 0x6e,
1137
+ 0x66, 0x69, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
1138
+ 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63,
1139
+ 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b,
1140
+ 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x48, 0x02, 0x52, 0x17, 0x6e, 0x65,
1141
+ 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x43,
1142
+ 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x61, 0x73, 0x73,
1143
+ 0x65, 0x74, 0x5f, 0x72, 0x61, 0x64, 0x61, 0x72, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42,
1144
+ 0x15, 0x0a, 0x13, 0x5f, 0x61, 0x75, 0x74, 0x6f, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f,
1145
+ 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x1c, 0x0a, 0x1a, 0x5f, 0x6e, 0x65, 0x74, 0x77, 0x6f,
1124
1146
  0x72, 0x6b, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x63, 0x6f,
1125
- 0x6e, 0x66, 0x69, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e,
1126
- 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67,
1127
- 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72,
1128
- 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x48, 0x02, 0x52, 0x17, 0x6e,
1129
- 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x56, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79,
1130
- 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x88, 0x01, 0x01, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x61, 0x73,
1131
- 0x73, 0x65, 0x74, 0x5f, 0x72, 0x61, 0x64, 0x61, 0x72, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
1132
- 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x61, 0x75, 0x74, 0x6f, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
1133
- 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x1c, 0x0a, 0x1a, 0x5f, 0x6e, 0x65, 0x74, 0x77,
1134
- 0x6f, 0x72, 0x6b, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x63,
1135
- 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x3a, 0x0a, 0x07, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72,
1136
- 0x12, 0x1b, 0x0a, 0x09, 0x63, 0x72, 0x6f, 0x6e, 0x5f, 0x65, 0x78, 0x70, 0x72, 0x18, 0x01, 0x20,
1137
- 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x72, 0x6f, 0x6e, 0x45, 0x78, 0x70, 0x72, 0x12, 0x12, 0x0a,
1138
- 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,
1140
- 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25,
1147
+ 0x6e, 0x66, 0x69, 0x67, 0x22, 0x3a, 0x0a, 0x07, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x12,
1148
+ 0x1b, 0x0a, 0x09, 0x63, 0x72, 0x6f, 0x6e, 0x5f, 0x65, 0x78, 0x70, 0x72, 0x18, 0x01, 0x20, 0x01,
1149
+ 0x28, 0x09, 0x52, 0x08, 0x63, 0x72, 0x6f, 0x6e, 0x45, 0x78, 0x70, 0x72, 0x12, 0x12, 0x0a, 0x04,
1150
+ 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
1151
+ 0x22, 0xab, 0x04, 0x0a, 0x06, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x41, 0x0a, 0x08, 0x74,
1152
+ 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e,
1153
+ 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e,
1154
+ 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72, 0x69,
1155
+ 0x67, 0x67, 0x65, 0x72, 0x52, 0x08, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x73, 0x12, 0x50,
1156
+ 0x0a, 0x0b, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20,
1157
+ 0x01, 0x28, 0x0e, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
1158
+ 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e,
1159
+ 0x76, 0x31, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e,
1160
+ 0x54, 0x79, 0x70, 0x65, 0x52, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65,
1161
+ 0x12, 0x4a, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x18,
1162
+ 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
1163
+ 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69,
1164
+ 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x52,
1165
+ 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x12, 0x3f, 0x0a, 0x05,
1166
+ 0x61, 0x67, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6c, 0x61,
1167
+ 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
1168
+ 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x67, 0x65, 0x6e, 0x74,
1169
+ 0x42, 0x02, 0x18, 0x01, 0x48, 0x00, 0x52, 0x05, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x12, 0x4b, 0x0a,
1170
+ 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b,
1171
+ 0x32, 0x27, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
1172
+ 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
1173
+ 0x41, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x42, 0x02, 0x18, 0x01, 0x48, 0x00, 0x52,
1174
+ 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x12, 0x5b, 0x0a, 0x11, 0x61, 0x63,
1175
+ 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18,
1176
+ 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
1177
+ 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69,
1178
+ 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e,
1179
+ 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x10, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66,
1180
+ 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x07, 0x20,
1181
+ 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x37, 0x0a, 0x0a, 0x41, 0x63, 0x74, 0x69, 0x6f,
1182
+ 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49,
1183
+ 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x41, 0x47, 0x45, 0x4e, 0x54, 0x10,
1184
+ 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x41, 0x47, 0x45, 0x4e, 0x54, 0x4c, 0x45, 0x53, 0x53, 0x10, 0x02,
1185
+ 0x42, 0x0c, 0x0a, 0x0a, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x25,
1186
+ 0x0a, 0x09, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x74,
1187
+ 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,
1189
+ 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x5c, 0x0a, 0x0a, 0x73, 0x63,
1190
+ 0x61, 0x6e, 0x5f, 0x66, 0x6f, 0x63, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x38,
1141
1191
  0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e,
1142
- 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72,
1143
- 0x69, 0x67, 0x67, 0x65, 0x72, 0x52, 0x08, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x73, 0x12,
1144
- 0x50, 0x0a, 0x0b, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02,
1145
- 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
1146
- 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
1147
- 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f,
1148
- 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70,
1149
- 0x65, 0x12, 0x4a, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73,
1150
- 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
1151
- 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
1152
- 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c,
1153
- 0x52, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x12, 0x3f, 0x0a,
1154
- 0x05, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6c,
1155
- 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69,
1156
- 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x67, 0x65, 0x6e,
1157
- 0x74, 0x42, 0x02, 0x18, 0x01, 0x48, 0x00, 0x52, 0x05, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x12, 0x4b,
1158
- 0x0a, 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28,
1159
- 0x0b, 0x32, 0x27, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
1160
- 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
1161
- 0x2e, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x42, 0x02, 0x18, 0x01, 0x48, 0x00,
1162
- 0x52, 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x12, 0x5b, 0x0a, 0x11, 0x61,
1163
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e,
1164
- 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
1165
- 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
1166
- 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66, 0x69,
1167
- 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,
1169
- 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43,
1170
- 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x41, 0x47, 0x45, 0x4e, 0x54,
1171
- 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x41, 0x47, 0x45, 0x4e, 0x54, 0x4c, 0x45, 0x53, 0x53, 0x10,
1172
- 0x02, 0x42, 0x0c, 0x0a, 0x0a, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x22,
1173
- 0x25, 0x0a, 0x09, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07,
1174
- 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x74,
1175
- 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x22, 0xc9, 0x01, 0x0a, 0x10, 0x41, 0x63, 0x74, 0x69, 0x6f,
1176
- 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x5c, 0x0a, 0x0a, 0x73,
1192
+ 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63,
1193
+ 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x53,
1194
+ 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x48, 0x00, 0x52, 0x09, 0x73, 0x63, 0x61, 0x6e,
1195
+ 0x46, 0x6f, 0x63, 0x75, 0x73, 0x88, 0x01, 0x01, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x61, 0x72, 0x67,
1196
+ 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,
1198
+ 0x07, 0x0a, 0x03, 0x41, 0x4c, 0x4c, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x55, 0x53, 0x45, 0x52,
1199
+ 0x53, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49, 0x4e, 0x56, 0x45, 0x4e, 0x54, 0x4f, 0x52, 0x59,
1200
+ 0x10, 0x02, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x73, 0x63, 0x61, 0x6e, 0x5f, 0x66, 0x6f, 0x63, 0x75,
1201
+ 0x73, 0x22, 0x85, 0x01, 0x0a, 0x05, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x12, 0x4c, 0x0a, 0x0a, 0x73,
1177
1202
  0x63, 0x61, 0x6e, 0x5f, 0x66, 0x6f, 0x63, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32,
1178
- 0x38, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61,
1203
+ 0x2d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61,
1179
1204
  0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41,
1180
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x2e,
1181
- 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x48, 0x00, 0x52, 0x09, 0x73, 0x63, 0x61,
1182
- 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x88, 0x01, 0x01, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x61, 0x72,
1183
- 0x67, 0x65, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x74, 0x61, 0x72, 0x67,
1184
- 0x65, 0x74, 0x73, 0x22, 0x2e, 0x0a, 0x09, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73,
1185
- 0x12, 0x07, 0x0a, 0x03, 0x41, 0x4c, 0x4c, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x55, 0x53, 0x45,
1186
- 0x52, 0x53, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49, 0x4e, 0x56, 0x45, 0x4e, 0x54, 0x4f, 0x52,
1187
- 0x59, 0x10, 0x02, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x73, 0x63, 0x61, 0x6e, 0x5f, 0x66, 0x6f, 0x63,
1188
- 0x75, 0x73, 0x22, 0x85, 0x01, 0x0a, 0x05, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x12, 0x4c, 0x0a, 0x0a,
1189
- 0x73, 0x63, 0x61, 0x6e, 0x5f, 0x66, 0x6f, 0x63, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e,
1190
- 0x32, 0x2d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
1205
+ 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x52, 0x09,
1206
+ 0x73, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x22, 0x2e, 0x0a, 0x09, 0x53, 0x63, 0x61,
1207
+ 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x4c, 0x4c, 0x10, 0x00, 0x12,
1208
+ 0x09, 0x0a, 0x05, 0x55, 0x53, 0x45, 0x52, 0x53, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49, 0x4e,
1209
+ 0x56, 0x45, 0x4e, 0x54, 0x4f, 0x52, 0x59, 0x10, 0x02, 0x22, 0x8c, 0x01, 0x0a, 0x0a, 0x43, 0x72,
1210
+ 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x12, 0x4b, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65,
1211
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x37, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
1212
+ 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
1213
+ 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c,
1214
+ 0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x52,
1215
+ 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
1216
+ 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x21, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74,
1217
+ 0x69, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45,
1218
+ 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x32, 0xb8, 0x01, 0x0a, 0x15, 0x53, 0x63, 0x61,
1219
+ 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x65, 0x72, 0x76, 0x69,
1220
+ 0x63, 0x65, 0x12, 0x9e, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67,
1221
+ 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65,
1222
+ 0x12, 0x3e, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
1191
1223
  0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
1192
- 0x41, 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x52,
1193
- 0x09, 0x73, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x22, 0x2e, 0x0a, 0x09, 0x53, 0x63,
1194
- 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x4c, 0x4c, 0x10, 0x00,
1195
- 0x12, 0x09, 0x0a, 0x05, 0x55, 0x53, 0x45, 0x52, 0x53, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49,
1196
- 0x4e, 0x56, 0x45, 0x4e, 0x54, 0x4f, 0x52, 0x59, 0x10, 0x02, 0x22, 0x8c, 0x01, 0x0a, 0x0a, 0x43,
1197
- 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x12, 0x4b, 0x0a, 0x04, 0x74, 0x79, 0x70,
1198
- 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x37, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
1199
- 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e,
1200
- 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61,
1201
- 0x6c, 0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65,
1202
- 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01,
1203
- 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x21, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e,
1204
- 0x74, 0x69, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53, 0x50,
1205
- 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x32, 0xb8, 0x01, 0x0a, 0x15, 0x53, 0x63,
1206
- 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x65, 0x72, 0x76,
1207
- 0x69, 0x63, 0x65, 0x12, 0x9e, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69,
1208
- 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63,
1209
- 0x65, 0x12, 0x3e, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
1210
- 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
1211
- 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f,
1212
- 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
1213
- 0x74, 0x1a, 0x3f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
1214
- 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
1215
- 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f,
1216
- 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
1217
- 0x73, 0x65, 0x22, 0x00, 0x42, 0x10, 0x5a, 0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61,
1218
- 0x74, 0x65, 0x64, 0x2d, 0x67, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
1224
+ 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
1225
+ 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
1226
+ 0x1a, 0x3f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
1227
+ 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
1228
+ 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
1229
+ 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
1230
+ 0x65, 0x22, 0x00, 0x42, 0x10, 0x5a, 0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74,
1231
+ 0x65, 0x64, 0x2d, 0x67, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
1219
1232
  }
1220
1233
 
1221
1234
  var (
@@ -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.7")]
18
+ [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.1.7")]
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.7.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
+ 5a24d0ac775df5c20a2d8114edbc629be91f6e86
@@ -1 +1 @@
1
- e89cf97cbd84931b4e81957cc8803ae4bcfc518d
1
+ 364d426e3f4ee75738036310a7b2cd2d8c926bbd
@@ -29,52 +29,53 @@ namespace Lansweeper.Scanningconfig.V1 {
29
29
  "dWVzdBIRCglzb3VyY2VfaWQYASABKAkSDwoHc2l0ZV9pZBgCIAEoCSJdCiFH",
30
30
  "ZXRDb25maWd1cmF0aW9uc0J5U291cmNlUmVzcG9uc2USOAoHY29uZmlncxgB",
31
31
  "IAMoCzInLmxhbnN3ZWVwZXIuc2Nhbm5pbmdjb25maWcudjEuQ29tcG9uZW50",
32
- "IsMCCglDb21wb25lbnQSCgoCaWQYASABKAkSQwoEdHlwZRgCIAEoDjI1Lmxh",
32
+ "ItICCglDb21wb25lbnQSCgoCaWQYASABKAkSQwoEdHlwZRgCIAEoDjI1Lmxh",
33
33
  "bnN3ZWVwZXIuc2Nhbm5pbmdjb25maWcudjEuQ29tcG9uZW50LkNvbXBvbmVu",
34
34
  "dFR5cGUSNQoHYWN0aW9ucxgDIAMoCzIkLmxhbnN3ZWVwZXIuc2Nhbm5pbmdj",
35
35
  "b25maWcudjEuQWN0aW9uEkcKCW9wX2NvbmZpZxgEIAEoCzIvLmxhbnN3ZWVw",
36
36
  "ZXIuc2Nhbm5pbmdjb25maWcudjEuT3BlcmF0aW9uYWxDb25maWdIAIgBARIP",
37
- "CgdlbmFibGVkGAUgASgIIkYKDUNvbXBvbmVudFR5cGUSDwoLVU5TUEVDSUZJ",
38
- "RUQQABIJCgVBR0VOVBABEg0KCUlUX1NFTlNPUhACEgoKBklUX0hVQhADQgwK",
39
- "Cl9vcF9jb25maWciPgoKQXNzZXRSYWRhchIPCgdlbmFibGVkGAEgASgIEhsK",
40
- "E2V4Y2x1ZGVkX2ludGVyZmFjZXMYAiADKAk6AhgBIkEKEU5ldHdvcmtWaXNp",
41
- "YmlsaXR5Eg8KB2VuYWJsZWQYASABKAgSGwoTZXhjbHVkZWRfaW50ZXJmYWNl",
42
- "cxgCIAMoCSIvCgpBdXRvVXBkYXRlEg8KB2VuYWJsZWQYASABKAgSEAoIc2No",
43
- "ZWR1bGUYAiABKAki0gIKEU9wZXJhdGlvbmFsQ29uZmlnEk0KEmFzc2V0X3Jh",
44
- "ZGFyX2NvbmZpZxgBIAEoCzIoLmxhbnN3ZWVwZXIuc2Nhbm5pbmdjb25maWcu",
45
- "djEuQXNzZXRSYWRhckICGAFIAIgBARJJChJhdXRvX3VwZGF0ZV9jb25maWcY",
46
- "AiABKAsyKC5sYW5zd2VlcGVyLnNjYW5uaW5nY29uZmlnLnYxLkF1dG9VcGRh",
47
- "dGVIAYgBARJXChluZXR3b3JrX3Zpc2liaWxpdHlfY29uZmlnGAMgASgLMi8u",
48
- "bGFuc3dlZXBlci5zY2FubmluZ2NvbmZpZy52MS5OZXR3b3JrVmlzaWJpbGl0",
49
- "eUgCiAEBQhUKE19hc3NldF9yYWRhcl9jb25maWdCFQoTX2F1dG9fdXBkYXRl",
50
- "X2NvbmZpZ0IcChpfbmV0d29ya192aXNpYmlsaXR5X2NvbmZpZyIqCgdUcmln",
51
- "Z2VyEhEKCWNyb25fZXhwchgBIAEoCRIMCgRuYW1lGAIgASgJItQDCgZBY3Rp",
52
- "b24SNwoIdHJpZ2dlcnMYASADKAsyJS5sYW5zd2VlcGVyLnNjYW5uaW5nY29u",
53
- "ZmlnLnYxLlRyaWdnZXISRAoLYWN0aW9uX3R5cGUYAiABKA4yLy5sYW5zd2Vl",
54
- "cGVyLnNjYW5uaW5nY29uZmlnLnYxLkFjdGlvbi5BY3Rpb25UeXBlEj0KC2Ny",
55
- "ZWRlbnRpYWxzGAMgAygLMigubGFuc3dlZXBlci5zY2FubmluZ2NvbmZpZy52",
56
- "MS5DcmVkZW50aWFsEjgKBWFnZW50GAQgASgLMiMubGFuc3dlZXBlci5zY2Fu",
57
- "bmluZ2NvbmZpZy52MS5BZ2VudEICGAFIABJACglhZ2VudGxlc3MYBSABKAsy",
58
- "Jy5sYW5zd2VlcGVyLnNjYW5uaW5nY29uZmlnLnYxLkFnZW50bGVzc0ICGAFI",
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"));
37
+ "CgdlbmFibGVkGAUgASgIIlUKDUNvbXBvbmVudFR5cGUSDwoLVU5TUEVDSUZJ",
38
+ "RUQQABIJCgVBR0VOVBABEg0KCUlUX1NFTlNPUhACEgoKBklUX0hVQhADEg0K",
39
+ "CU9UX1NFTlNPUhAEQgwKCl9vcF9jb25maWciPgoKQXNzZXRSYWRhchIPCgdl",
40
+ "bmFibGVkGAEgASgIEhsKE2V4Y2x1ZGVkX2ludGVyZmFjZXMYAiADKAk6AhgB",
41
+ "IkEKEU5ldHdvcmtWaXNpYmlsaXR5Eg8KB2VuYWJsZWQYASABKAgSGwoTZXhj",
42
+ "bHVkZWRfaW50ZXJmYWNlcxgCIAMoCSIvCgpBdXRvVXBkYXRlEg8KB2VuYWJs",
43
+ "ZWQYASABKAgSEAoIc2NoZWR1bGUYAiABKAki0gIKEU9wZXJhdGlvbmFsQ29u",
44
+ "ZmlnEk0KEmFzc2V0X3JhZGFyX2NvbmZpZxgBIAEoCzIoLmxhbnN3ZWVwZXIu",
45
+ "c2Nhbm5pbmdjb25maWcudjEuQXNzZXRSYWRhckICGAFIAIgBARJJChJhdXRv",
46
+ "X3VwZGF0ZV9jb25maWcYAiABKAsyKC5sYW5zd2VlcGVyLnNjYW5uaW5nY29u",
47
+ "ZmlnLnYxLkF1dG9VcGRhdGVIAYgBARJXChluZXR3b3JrX3Zpc2liaWxpdHlf",
48
+ "Y29uZmlnGAMgASgLMi8ubGFuc3dlZXBlci5zY2FubmluZ2NvbmZpZy52MS5O",
49
+ "ZXR3b3JrVmlzaWJpbGl0eUgCiAEBQhUKE19hc3NldF9yYWRhcl9jb25maWdC",
50
+ "FQoTX2F1dG9fdXBkYXRlX2NvbmZpZ0IcChpfbmV0d29ya192aXNpYmlsaXR5",
51
+ "X2NvbmZpZyIqCgdUcmlnZ2VyEhEKCWNyb25fZXhwchgBIAEoCRIMCgRuYW1l",
52
+ "GAIgASgJIuADCgZBY3Rpb24SNwoIdHJpZ2dlcnMYASADKAsyJS5sYW5zd2Vl",
53
+ "cGVyLnNjYW5uaW5nY29uZmlnLnYxLlRyaWdnZXISRAoLYWN0aW9uX3R5cGUY",
54
+ "AiABKA4yLy5sYW5zd2VlcGVyLnNjYW5uaW5nY29uZmlnLnYxLkFjdGlvbi5B",
55
+ "Y3Rpb25UeXBlEj0KC2NyZWRlbnRpYWxzGAMgAygLMigubGFuc3dlZXBlci5z",
56
+ "Y2FubmluZ2NvbmZpZy52MS5DcmVkZW50aWFsEjgKBWFnZW50GAQgASgLMiMu",
57
+ "bGFuc3dlZXBlci5zY2FubmluZ2NvbmZpZy52MS5BZ2VudEICGAFIABJACglh",
58
+ "Z2VudGxlc3MYBSABKAsyJy5sYW5zd2VlcGVyLnNjYW5uaW5nY29uZmlnLnYx",
59
+ "LkFnZW50bGVzc0ICGAFIABJJChFhY3Rpb25fZGVmaW5pdGlvbhgGIAEoCzIu",
60
+ "LmxhbnN3ZWVwZXIuc2Nhbm5pbmdjb25maWcudjEuQWN0aW9uRGVmaW5pdGlv",
61
+ "bhIKCgJpZBgHIAEoCSI3CgpBY3Rpb25UeXBlEg8KC1VOU1BFQ0lGSUVEEAAS",
62
+ "CQoFQUdFTlQQARINCglBR0VOVExFU1MQAkIMCgpkZWZpbml0aW9uIhwKCUFn",
63
+ "ZW50bGVzcxIPCgd0YXJnZXRzGAEgAygJIrUBChBBY3Rpb25EZWZpbml0aW9u",
64
+ "ElEKCnNjYW5fZm9jdXMYASABKA4yOC5sYW5zd2VlcGVyLnNjYW5uaW5nY29u",
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"));
78
79
  descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
79
80
  new pbr::FileDescriptor[] { },
80
81
  new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
@@ -86,7 +87,7 @@ namespace Lansweeper.Scanningconfig.V1 {
86
87
  new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.AutoUpdate), global::Lansweeper.Scanningconfig.V1.AutoUpdate.Parser, new[]{ "Enabled", "Schedule" }, null, null, null, null),
87
88
  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
89
  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),
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),
90
91
  new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.Agentless), global::Lansweeper.Scanningconfig.V1.Agentless.Parser, new[]{ "Targets" }, null, null, null, null),
91
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
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),
@@ -844,6 +845,7 @@ namespace Lansweeper.Scanningconfig.V1 {
844
845
  [pbr::OriginalName("AGENT")] Agent = 1,
845
846
  [pbr::OriginalName("IT_SENSOR")] ItSensor = 2,
846
847
  [pbr::OriginalName("IT_HUB")] ItHub = 3,
848
+ [pbr::OriginalName("OT_SENSOR")] OtSensor = 4,
847
849
  }
848
850
 
849
851
  }
@@ -2063,6 +2065,7 @@ namespace Lansweeper.Scanningconfig.V1 {
2063
2065
  actionType_ = other.actionType_;
2064
2066
  credentials_ = other.credentials_.Clone();
2065
2067
  actionDefinition_ = other.actionDefinition_ != null ? other.actionDefinition_.Clone() : null;
2068
+ id_ = other.id_;
2066
2069
  switch (other.DefinitionCase) {
2067
2070
  case DefinitionOneofCase.Agent:
2068
2071
  Agent = other.Agent.Clone();
@@ -2153,6 +2156,18 @@ namespace Lansweeper.Scanningconfig.V1 {
2153
2156
  }
2154
2157
  }
2155
2158
 
2159
+ /// <summary>Field number for the "id" field.</summary>
2160
+ public const int IdFieldNumber = 7;
2161
+ private string id_ = "";
2162
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2163
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2164
+ public string Id {
2165
+ get { return id_; }
2166
+ set {
2167
+ id_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
2168
+ }
2169
+ }
2170
+
2156
2171
  private object definition_;
2157
2172
  /// <summary>Enum of possible cases for the "definition" oneof.</summary>
2158
2173
  public enum DefinitionOneofCase {
@@ -2195,6 +2210,7 @@ namespace Lansweeper.Scanningconfig.V1 {
2195
2210
  if (!object.Equals(Agent, other.Agent)) return false;
2196
2211
  if (!object.Equals(Agentless, other.Agentless)) return false;
2197
2212
  if (!object.Equals(ActionDefinition, other.ActionDefinition)) return false;
2213
+ if (Id != other.Id) return false;
2198
2214
  if (DefinitionCase != other.DefinitionCase) return false;
2199
2215
  return Equals(_unknownFields, other._unknownFields);
2200
2216
  }
@@ -2209,6 +2225,7 @@ namespace Lansweeper.Scanningconfig.V1 {
2209
2225
  if (definitionCase_ == DefinitionOneofCase.Agent) hash ^= Agent.GetHashCode();
2210
2226
  if (definitionCase_ == DefinitionOneofCase.Agentless) hash ^= Agentless.GetHashCode();
2211
2227
  if (actionDefinition_ != null) hash ^= ActionDefinition.GetHashCode();
2228
+ if (Id.Length != 0) hash ^= Id.GetHashCode();
2212
2229
  hash ^= (int) definitionCase_;
2213
2230
  if (_unknownFields != null) {
2214
2231
  hash ^= _unknownFields.GetHashCode();
@@ -2246,6 +2263,10 @@ namespace Lansweeper.Scanningconfig.V1 {
2246
2263
  output.WriteRawTag(50);
2247
2264
  output.WriteMessage(ActionDefinition);
2248
2265
  }
2266
+ if (Id.Length != 0) {
2267
+ output.WriteRawTag(58);
2268
+ output.WriteString(Id);
2269
+ }
2249
2270
  if (_unknownFields != null) {
2250
2271
  _unknownFields.WriteTo(output);
2251
2272
  }
@@ -2274,6 +2295,10 @@ namespace Lansweeper.Scanningconfig.V1 {
2274
2295
  output.WriteRawTag(50);
2275
2296
  output.WriteMessage(ActionDefinition);
2276
2297
  }
2298
+ if (Id.Length != 0) {
2299
+ output.WriteRawTag(58);
2300
+ output.WriteString(Id);
2301
+ }
2277
2302
  if (_unknownFields != null) {
2278
2303
  _unknownFields.WriteTo(ref output);
2279
2304
  }
@@ -2298,6 +2323,9 @@ namespace Lansweeper.Scanningconfig.V1 {
2298
2323
  if (actionDefinition_ != null) {
2299
2324
  size += 1 + pb::CodedOutputStream.ComputeMessageSize(ActionDefinition);
2300
2325
  }
2326
+ if (Id.Length != 0) {
2327
+ size += 1 + pb::CodedOutputStream.ComputeStringSize(Id);
2328
+ }
2301
2329
  if (_unknownFields != null) {
2302
2330
  size += _unknownFields.CalculateSize();
2303
2331
  }
@@ -2321,6 +2349,9 @@ namespace Lansweeper.Scanningconfig.V1 {
2321
2349
  }
2322
2350
  ActionDefinition.MergeFrom(other.ActionDefinition);
2323
2351
  }
2352
+ if (other.Id.Length != 0) {
2353
+ Id = other.Id;
2354
+ }
2324
2355
  switch (other.DefinitionCase) {
2325
2356
  case DefinitionOneofCase.Agent:
2326
2357
  if (Agent == null) {
@@ -2388,6 +2419,10 @@ namespace Lansweeper.Scanningconfig.V1 {
2388
2419
  input.ReadMessage(ActionDefinition);
2389
2420
  break;
2390
2421
  }
2422
+ case 58: {
2423
+ Id = input.ReadString();
2424
+ break;
2425
+ }
2391
2426
  }
2392
2427
  }
2393
2428
  #endif
@@ -2440,6 +2475,10 @@ namespace Lansweeper.Scanningconfig.V1 {
2440
2475
  input.ReadMessage(ActionDefinition);
2441
2476
  break;
2442
2477
  }
2478
+ case 58: {
2479
+ Id = input.ReadString();
2480
+ break;
2481
+ }
2443
2482
  }
2444
2483
  }
2445
2484
  }
@@ -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.7",
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.7",
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": "3p100O0Tyx7TjRD61KWTJp0RiXscGcvmUTCGvxaKh6WtZA/0H/hCbS9MEoXCDzxZqxWb/5XUZq0ZEeehyHHSIw==",
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.2.0",
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": "1db7f4e4e03aee054c59e671bc90475e7bbacc05"
16
16
  }
@@ -22,6 +22,7 @@ message Component {
22
22
  AGENT = 1;
23
23
  IT_SENSOR = 2;
24
24
  IT_HUB = 3;
25
+ OT_SENSOR = 4;
25
26
  }
26
27
 
27
28
  string id = 1;
@@ -74,6 +75,7 @@ message Action{
74
75
  Agentless agentless = 5 [deprecated = true];
75
76
  }
76
77
  ActionDefinition action_definition = 6;
78
+ string id = 7;
77
79
  }
78
80
 
79
81
  message Agentless{