@lansweeper/scanningconfig-grpc 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.1.4](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.1.3...@lansweeper/scanningconfig-grpc@0.1.4) (2024-04-23)
7
+
8
+ **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.1.3](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.1.2...@lansweeper/scanningconfig-grpc@0.1.3) (2024-04-12)
15
+
16
+ **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.1.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.1.1...@lansweeper/scanningconfig-grpc@0.1.2) (2024-04-09)
7
23
 
8
24
  **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.1</PackageVersion>
11
- <Version>0.1.1</Version>
12
- <FileVersion>0.1.1</FileVersion>
10
+ <PackageVersion>0.1.3</PackageVersion>
11
+ <Version>0.1.3</Version>
12
+ <FileVersion>0.1.3</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.1": {
9
+ "Lansweeper.ScanningConfig.GRPC/0.1.3": {
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.1": {
82
+ "Lansweeper.ScanningConfig.GRPC/0.1.3": {
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":"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"},{"name":"agentless","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agentless","oneofIndex":0,"jsonName":"agentless"}],"enumType":[{"name":"ActionType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1}]}],"oneofDecl":[{"name":"definition"}]},{"name":"Agentless","field":[{"name":"targets","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets"}]},{"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"}],"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,96,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,58,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,8],"span":[60,0,73,1]},{"path":[4,8,1],"span":[60,8,14]},{"path":[4,8,4,0],"span":[61,2,64,3]},{"path":[4,8,4,0,1],"span":[61,7,17]},{"path":[4,8,4,0,2,0],"span":[62,4,20]},{"path":[4,8,4,0,2,0,1],"span":[62,4,15]},{"path":[4,8,4,0,2,0,2],"span":[62,18,19]},{"path":[4,8,4,0,2,1],"span":[63,4,14]},{"path":[4,8,4,0,2,1,1],"span":[63,4,9]},{"path":[4,8,4,0,2,1,2],"span":[63,12,13]},{"path":[4,8,2,0],"span":[66,2,32]},{"path":[4,8,2,0,4],"span":[66,2,10]},{"path":[4,8,2,0,6],"span":[66,11,18]},{"path":[4,8,2,0,1],"span":[66,19,27]},{"path":[4,8,2,0,3],"span":[66,30,31]},{"path":[4,8,2,1],"span":[67,2,29]},{"path":[4,8,2,1,6],"span":[67,2,12]},{"path":[4,8,2,1,1],"span":[67,13,24]},{"path":[4,8,2,1,3],"span":[67,27,28]},{"path":[4,8,2,2],"span":[68,2,38]},{"path":[4,8,2,2,4],"span":[68,2,10]},{"path":[4,8,2,2,6],"span":[68,11,21]},{"path":[4,8,2,2,1],"span":[68,22,33]},{"path":[4,8,2,2,3],"span":[68,36,37]},{"path":[4,8,8,0],"span":[69,2,72,3]},{"path":[4,8,8,0,1],"span":[69,8,18]},{"path":[4,8,2,3],"span":[70,4,20]},{"path":[4,8,2,3,6],"span":[70,4,9]},{"path":[4,8,2,3,1],"span":[70,10,15]},{"path":[4,8,2,3,3],"span":[70,18,19]},{"path":[4,8,2,4],"span":[71,4,28]},{"path":[4,8,2,4,6],"span":[71,4,13]},{"path":[4,8,2,4,1],"span":[71,14,23]},{"path":[4,8,2,4,3],"span":[71,26,27]},{"path":[4,9],"span":[75,0,77,1]},{"path":[4,9,1],"span":[75,8,17]},{"path":[4,9,2,0],"span":[76,2,30]},{"path":[4,9,2,0,4],"span":[76,2,10]},{"path":[4,9,2,0,5],"span":[76,11,17]},{"path":[4,9,2,0,1],"span":[76,18,25]},{"path":[4,9,2,0,3],"span":[76,28,29]},{"path":[4,10],"span":[79,0,87,1]},{"path":[4,10,1],"span":[79,8,13]},{"path":[4,10,4,0],"span":[80,2,84,3]},{"path":[4,10,4,0,1],"span":[80,7,16]},{"path":[4,10,4,0,2,0],"span":[81,4,12]},{"path":[4,10,4,0,2,0,1],"span":[81,4,7]},{"path":[4,10,4,0,2,0,2],"span":[81,10,11]},{"path":[4,10,4,0,2,1],"span":[82,4,14]},{"path":[4,10,4,0,2,1,1],"span":[82,4,9]},{"path":[4,10,4,0,2,1,2],"span":[82,12,13]},{"path":[4,10,4,0,2,2],"span":[83,4,18]},{"path":[4,10,4,0,2,2,1],"span":[83,4,13]},{"path":[4,10,4,0,2,2,2],"span":[83,16,17]},{"path":[4,10,2,0],"span":[86,2,27]},{"path":[4,10,2,0,6],"span":[86,2,11]},{"path":[4,10,2,0,1],"span":[86,12,22]},{"path":[4,10,2,0,3],"span":[86,25,26]},{"path":[4,11],"span":[89,0,96,1]},{"path":[4,11,1],"span":[89,8,18]},{"path":[4,11,4,0],"span":[90,2,93,3]},{"path":[4,11,4,0,1],"span":[90,7,21]},{"path":[4,11,4,0,2,0],"span":[92,4,20]},{"path":[4,11,4,0,2,0,1],"span":[92,4,15]},{"path":[4,11,4,0,2,0,2],"span":[92,18,19]},{"path":[4,11,2,0],"span":[95,2,26]},{"path":[4,11,2,0,6],"span":[95,2,16]},{"path":[4,11,2,0,1],"span":[95,17,21]},{"path":[4,11,2,0,3],"span":[95,24,25]}]},"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":"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"},{"name":"agentless","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agentless","oneofIndex":0,"jsonName":"agentless"}],"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":"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,98,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,58,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,8],"span":[60,0,74,1]},{"path":[4,8,1],"span":[60,8,14]},{"path":[4,8,4,0],"span":[61,2,65,3]},{"path":[4,8,4,0,1],"span":[61,7,17]},{"path":[4,8,4,0,2,0],"span":[62,4,20]},{"path":[4,8,4,0,2,0,1],"span":[62,4,15]},{"path":[4,8,4,0,2,0,2],"span":[62,18,19]},{"path":[4,8,4,0,2,1],"span":[63,4,14]},{"path":[4,8,4,0,2,1,1],"span":[63,4,9]},{"path":[4,8,4,0,2,1,2],"span":[63,12,13]},{"path":[4,8,4,0,2,2],"span":[64,4,18]},{"path":[4,8,4,0,2,2,1],"span":[64,4,13]},{"path":[4,8,4,0,2,2,2],"span":[64,16,17]},{"path":[4,8,2,0],"span":[67,2,32]},{"path":[4,8,2,0,4],"span":[67,2,10]},{"path":[4,8,2,0,6],"span":[67,11,18]},{"path":[4,8,2,0,1],"span":[67,19,27]},{"path":[4,8,2,0,3],"span":[67,30,31]},{"path":[4,8,2,1],"span":[68,2,29]},{"path":[4,8,2,1,6],"span":[68,2,12]},{"path":[4,8,2,1,1],"span":[68,13,24]},{"path":[4,8,2,1,3],"span":[68,27,28]},{"path":[4,8,2,2],"span":[69,2,38]},{"path":[4,8,2,2,4],"span":[69,2,10]},{"path":[4,8,2,2,6],"span":[69,11,21]},{"path":[4,8,2,2,1],"span":[69,22,33]},{"path":[4,8,2,2,3],"span":[69,36,37]},{"path":[4,8,8,0],"span":[70,2,73,3]},{"path":[4,8,8,0,1],"span":[70,8,18]},{"path":[4,8,2,3],"span":[71,4,20]},{"path":[4,8,2,3,6],"span":[71,4,9]},{"path":[4,8,2,3,1],"span":[71,10,15]},{"path":[4,8,2,3,3],"span":[71,18,19]},{"path":[4,8,2,4],"span":[72,4,28]},{"path":[4,8,2,4,6],"span":[72,4,13]},{"path":[4,8,2,4,1],"span":[72,14,23]},{"path":[4,8,2,4,3],"span":[72,26,27]},{"path":[4,9],"span":[76,0,78,1]},{"path":[4,9,1],"span":[76,8,17]},{"path":[4,9,2,0],"span":[77,2,30]},{"path":[4,9,2,0,4],"span":[77,2,10]},{"path":[4,9,2,0,5],"span":[77,11,17]},{"path":[4,9,2,0,1],"span":[77,18,25]},{"path":[4,9,2,0,3],"span":[77,28,29]},{"path":[4,10],"span":[80,0,88,1]},{"path":[4,10,1],"span":[80,8,13]},{"path":[4,10,4,0],"span":[81,2,85,3]},{"path":[4,10,4,0,1],"span":[81,7,16]},{"path":[4,10,4,0,2,0],"span":[82,4,12]},{"path":[4,10,4,0,2,0,1],"span":[82,4,7]},{"path":[4,10,4,0,2,0,2],"span":[82,10,11]},{"path":[4,10,4,0,2,1],"span":[83,4,14]},{"path":[4,10,4,0,2,1,1],"span":[83,4,9]},{"path":[4,10,4,0,2,1,2],"span":[83,12,13]},{"path":[4,10,4,0,2,2],"span":[84,4,18]},{"path":[4,10,4,0,2,2,1],"span":[84,4,13]},{"path":[4,10,4,0,2,2,2],"span":[84,16,17]},{"path":[4,10,2,0],"span":[87,2,27]},{"path":[4,10,2,0,6],"span":[87,2,11]},{"path":[4,10,2,0,1],"span":[87,12,22]},{"path":[4,10,2,0,3],"span":[87,25,26]},{"path":[4,11],"span":[90,0,98,1]},{"path":[4,11,1],"span":[90,8,18]},{"path":[4,11,4,0],"span":[91,2,94,3]},{"path":[4,11,4,0,1],"span":[91,7,21]},{"path":[4,11,4,0,2,0],"span":[93,4,20]},{"path":[4,11,4,0,2,0,1],"span":[93,4,15]},{"path":[4,11,4,0,2,0,2],"span":[93,18,19]},{"path":[4,11,2,0],"span":[96,2,26]},{"path":[4,11,2,0,6],"span":[96,2,16]},{"path":[4,11,2,0,1],"span":[96,17,21]},{"path":[4,11,2,0,3],"span":[96,24,25]},{"path":[4,11,2,1],"span":[97,2,16]},{"path":[4,11,2,1,5],"span":[97,2,8]},{"path":[4,11,2,1,1],"span":[97,9,11]},{"path":[4,11,2,1,3],"span":[97,14,15]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
@@ -270,6 +270,7 @@ export namespace Action {
270
270
  export enum ActionType {
271
271
  UNSPECIFIED = 0,
272
272
  AGENT = 1,
273
+ AGENTLESS = 2,
273
274
  }
274
275
 
275
276
 
@@ -333,6 +334,8 @@ export namespace Agent {
333
334
  export class Credential extends jspb.Message {
334
335
  getType(): Credential.CredentialType;
335
336
  setType(value: Credential.CredentialType): Credential;
337
+ getId(): string;
338
+ setId(value: string): Credential;
336
339
 
337
340
  serializeBinary(): Uint8Array;
338
341
  toObject(includeInstance?: boolean): Credential.AsObject;
@@ -347,6 +350,7 @@ export class Credential extends jspb.Message {
347
350
  export namespace Credential {
348
351
  export type AsObject = {
349
352
  type: Credential.CredentialType,
353
+ id: string,
350
354
  }
351
355
 
352
356
  export enum CredentialType {
@@ -2044,7 +2044,8 @@ proto.lansweeper.scanningconfig.v1.Action.serializeBinaryToWriter = function(mes
2044
2044
  */
2045
2045
  proto.lansweeper.scanningconfig.v1.Action.ActionType = {
2046
2046
  UNSPECIFIED: 0,
2047
- AGENT: 1
2047
+ AGENT: 1,
2048
+ AGENTLESS: 2
2048
2049
  };
2049
2050
 
2050
2051
  /**
@@ -2542,7 +2543,8 @@ proto.lansweeper.scanningconfig.v1.Credential.prototype.toObject = function(opt_
2542
2543
  */
2543
2544
  proto.lansweeper.scanningconfig.v1.Credential.toObject = function(includeInstance, msg) {
2544
2545
  var f, obj = {
2545
- type: jspb.Message.getFieldWithDefault(msg, 1, 0)
2546
+ type: jspb.Message.getFieldWithDefault(msg, 1, 0),
2547
+ id: jspb.Message.getFieldWithDefault(msg, 2, "")
2546
2548
  };
2547
2549
 
2548
2550
  if (includeInstance) {
@@ -2583,6 +2585,10 @@ proto.lansweeper.scanningconfig.v1.Credential.deserializeBinaryFromReader = func
2583
2585
  var value = /** @type {!proto.lansweeper.scanningconfig.v1.Credential.CredentialType} */ (reader.readEnum());
2584
2586
  msg.setType(value);
2585
2587
  break;
2588
+ case 2:
2589
+ var value = /** @type {string} */ (reader.readString());
2590
+ msg.setId(value);
2591
+ break;
2586
2592
  default:
2587
2593
  reader.skipField();
2588
2594
  break;
@@ -2619,6 +2625,13 @@ proto.lansweeper.scanningconfig.v1.Credential.serializeBinaryToWriter = function
2619
2625
  f
2620
2626
  );
2621
2627
  }
2628
+ f = message.getId();
2629
+ if (f.length > 0) {
2630
+ writer.writeString(
2631
+ 2,
2632
+ f
2633
+ );
2634
+ }
2622
2635
  };
2623
2636
 
2624
2637
 
@@ -2647,4 +2660,22 @@ proto.lansweeper.scanningconfig.v1.Credential.prototype.setType = function(value
2647
2660
  };
2648
2661
 
2649
2662
 
2663
+ /**
2664
+ * optional string id = 2;
2665
+ * @return {string}
2666
+ */
2667
+ proto.lansweeper.scanningconfig.v1.Credential.prototype.getId = function() {
2668
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
2669
+ };
2670
+
2671
+
2672
+ /**
2673
+ * @param {string} value
2674
+ * @return {!proto.lansweeper.scanningconfig.v1.Credential} returns this
2675
+ */
2676
+ proto.lansweeper.scanningconfig.v1.Credential.prototype.setId = function(value) {
2677
+ return jspb.Message.setProto3StringField(this, 2, value);
2678
+ };
2679
+
2680
+
2650
2681
  goog.object.extend(exports, proto.lansweeper.scanningconfig.v1);
@@ -77,6 +77,7 @@ type Action_ActionType int32
77
77
  const (
78
78
  Action_UNSPECIFIED Action_ActionType = 0
79
79
  Action_AGENT Action_ActionType = 1
80
+ Action_AGENTLESS Action_ActionType = 2
80
81
  )
81
82
 
82
83
  // Enum value maps for Action_ActionType.
@@ -84,10 +85,12 @@ var (
84
85
  Action_ActionType_name = map[int32]string{
85
86
  0: "UNSPECIFIED",
86
87
  1: "AGENT",
88
+ 2: "AGENTLESS",
87
89
  }
88
90
  Action_ActionType_value = map[string]int32{
89
91
  "UNSPECIFIED": 0,
90
92
  "AGENT": 1,
93
+ "AGENTLESS": 2,
91
94
  }
92
95
  )
93
96
 
@@ -874,6 +877,7 @@ type Credential struct {
874
877
  unknownFields protoimpl.UnknownFields
875
878
 
876
879
  Type Credential_CredentialType `protobuf:"varint,1,opt,name=type,proto3,enum=lansweeper.scanningconfig.v1.Credential_CredentialType" json:"type,omitempty"`
880
+ Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
877
881
  }
878
882
 
879
883
  func (x *Credential) Reset() {
@@ -915,6 +919,13 @@ func (x *Credential) GetType() Credential_CredentialType {
915
919
  return Credential_UNSPECIFIED
916
920
  }
917
921
 
922
+ func (x *Credential) GetId() string {
923
+ if x != nil {
924
+ return x.Id
925
+ }
926
+ return ""
927
+ }
928
+
918
929
  var File_scanningconfig_proto protoreflect.FileDescriptor
919
930
 
920
931
  var file_scanningconfig_proto_rawDesc = []byte{
@@ -999,7 +1010,7 @@ var file_scanningconfig_proto_rawDesc = []byte{
999
1010
  0x6f, 0x72, 0x6b, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x63,
1000
1011
  0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x26, 0x0a, 0x07, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72,
1001
1012
  0x12, 0x1b, 0x0a, 0x09, 0x63, 0x72, 0x6f, 0x6e, 0x5f, 0x65, 0x78, 0x70, 0x72, 0x18, 0x01, 0x20,
1002
- 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x72, 0x6f, 0x6e, 0x45, 0x78, 0x70, 0x72, 0x22, 0xa7, 0x03,
1013
+ 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x72, 0x6f, 0x6e, 0x45, 0x78, 0x70, 0x72, 0x22, 0xb6, 0x03,
1003
1014
  0x0a, 0x06, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x41, 0x0a, 0x08, 0x74, 0x72, 0x69, 0x67,
1004
1015
  0x67, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6c, 0x61, 0x6e,
1005
1016
  0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67,
@@ -1023,27 +1034,29 @@ var file_scanningconfig_proto_rawDesc = []byte{
1023
1034
  0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63,
1024
1035
  0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65,
1025
1036
  0x73, 0x73, 0x48, 0x00, 0x52, 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x22,
1026
- 0x28, 0x0a, 0x0a, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a,
1037
+ 0x37, 0x0a, 0x0a, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a,
1027
1038
  0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x09,
1028
- 0x0a, 0x05, 0x41, 0x47, 0x45, 0x4e, 0x54, 0x10, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x64, 0x65, 0x66,
1029
- 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x25, 0x0a, 0x09, 0x41, 0x67, 0x65, 0x6e, 0x74,
1030
- 0x6c, 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x18,
1031
- 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x22, 0x85,
1032
- 0x01, 0x0a, 0x05, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x12, 0x4c, 0x0a, 0x0a, 0x73, 0x63, 0x61, 0x6e,
1033
- 0x5f, 0x66, 0x6f, 0x63, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2d, 0x2e, 0x6c,
1034
- 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69,
1035
- 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x67, 0x65, 0x6e,
1036
- 0x74, 0x2e, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x52, 0x09, 0x73, 0x63, 0x61,
1037
- 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x22, 0x2e, 0x0a, 0x09, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f,
1038
- 0x63, 0x75, 0x73, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x4c, 0x4c, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05,
1039
- 0x55, 0x53, 0x45, 0x52, 0x53, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49, 0x4e, 0x56, 0x45, 0x4e,
1040
- 0x54, 0x4f, 0x52, 0x59, 0x10, 0x02, 0x22, 0x7c, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e,
1039
+ 0x0a, 0x05, 0x41, 0x47, 0x45, 0x4e, 0x54, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x41, 0x47, 0x45,
1040
+ 0x4e, 0x54, 0x4c, 0x45, 0x53, 0x53, 0x10, 0x02, 0x42, 0x0c, 0x0a, 0x0a, 0x64, 0x65, 0x66, 0x69,
1041
+ 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x25, 0x0a, 0x09, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x6c,
1042
+ 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x18, 0x01,
1043
+ 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x22, 0x85, 0x01,
1044
+ 0x0a, 0x05, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x12, 0x4c, 0x0a, 0x0a, 0x73, 0x63, 0x61, 0x6e, 0x5f,
1045
+ 0x66, 0x6f, 0x63, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2d, 0x2e, 0x6c, 0x61,
1046
+ 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
1047
+ 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x67, 0x65, 0x6e, 0x74,
1048
+ 0x2e, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x52, 0x09, 0x73, 0x63, 0x61, 0x6e,
1049
+ 0x46, 0x6f, 0x63, 0x75, 0x73, 0x22, 0x2e, 0x0a, 0x09, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63,
1050
+ 0x75, 0x73, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x4c, 0x4c, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x55,
1051
+ 0x53, 0x45, 0x52, 0x53, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49, 0x4e, 0x56, 0x45, 0x4e, 0x54,
1052
+ 0x4f, 0x52, 0x59, 0x10, 0x02, 0x22, 0x8c, 0x01, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e,
1041
1053
  0x74, 0x69, 0x61, 0x6c, 0x12, 0x4b, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01,
1042
1054
  0x28, 0x0e, 0x32, 0x37, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
1043
1055
  0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76,
1044
1056
  0x31, 0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x2e, 0x43, 0x72, 0x65,
1045
1057
  0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70,
1046
- 0x65, 0x22, 0x21, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x54,
1058
+ 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69,
1059
+ 0x64, 0x22, 0x21, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x54,
1047
1060
  0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49,
1048
1061
  0x45, 0x44, 0x10, 0x00, 0x32, 0xb8, 0x01, 0x0a, 0x15, 0x53, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
1049
1062
  0x67, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x9e,
@@ -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.1")]
18
- [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.1.1")]
17
+ [assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.3")]
18
+ [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.1.3")]
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.1.0")]
21
+ [assembly: System.Reflection.AssemblyVersionAttribute("0.1.3.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
- b776ff5537a6aeac5410b033fbbad423237f8793
1
+ e6acf2de0f7b03a81ea43743ac6ab64abfd52004
@@ -1 +1 @@
1
- ec4446b0cedf0b4b1f7cb211cfe9e6d3589ab9c7
1
+ bcb9a6c39794ec5ff358a97cdfe1bcc3e0d10d4d
@@ -48,26 +48,27 @@ namespace Lansweeper.Scanningconfig.V1 {
48
48
  "bGFuc3dlZXBlci5zY2FubmluZ2NvbmZpZy52MS5OZXR3b3JrVmlzaWJpbGl0",
49
49
  "eUgCiAEBQhUKE19hc3NldF9yYWRhcl9jb25maWdCFQoTX2F1dG9fdXBkYXRl",
50
50
  "X2NvbmZpZ0IcChpfbmV0d29ya192aXNpYmlsaXR5X2NvbmZpZyIcCgdUcmln",
51
- "Z2VyEhEKCWNyb25fZXhwchgBIAEoCSLyAgoGQWN0aW9uEjcKCHRyaWdnZXJz",
51
+ "Z2VyEhEKCWNyb25fZXhwchgBIAEoCSKBAwoGQWN0aW9uEjcKCHRyaWdnZXJz",
52
52
  "GAEgAygLMiUubGFuc3dlZXBlci5zY2FubmluZ2NvbmZpZy52MS5UcmlnZ2Vy",
53
53
  "EkQKC2FjdGlvbl90eXBlGAIgASgOMi8ubGFuc3dlZXBlci5zY2FubmluZ2Nv",
54
54
  "bmZpZy52MS5BY3Rpb24uQWN0aW9uVHlwZRI9CgtjcmVkZW50aWFscxgDIAMo",
55
55
  "CzIoLmxhbnN3ZWVwZXIuc2Nhbm5pbmdjb25maWcudjEuQ3JlZGVudGlhbBI0",
56
56
  "CgVhZ2VudBgEIAEoCzIjLmxhbnN3ZWVwZXIuc2Nhbm5pbmdjb25maWcudjEu",
57
57
  "QWdlbnRIABI8CglhZ2VudGxlc3MYBSABKAsyJy5sYW5zd2VlcGVyLnNjYW5u",
58
- "aW5nY29uZmlnLnYxLkFnZW50bGVzc0gAIigKCkFjdGlvblR5cGUSDwoLVU5T",
59
- "UEVDSUZJRUQQABIJCgVBR0VOVBABQgwKCmRlZmluaXRpb24iHAoJQWdlbnRs",
60
- "ZXNzEg8KB3RhcmdldHMYASADKAkiegoFQWdlbnQSQQoKc2Nhbl9mb2N1cxgB",
61
- "IAEoDjItLmxhbnN3ZWVwZXIuc2Nhbm5pbmdjb25maWcudjEuQWdlbnQuU2Nh",
62
- "bkZvY3VzIi4KCVNjYW5Gb2N1cxIHCgNBTEwQABIJCgVVU0VSUxABEg0KCUlO",
63
- "VkVOVE9SWRACInYKCkNyZWRlbnRpYWwSRQoEdHlwZRgBIAEoDjI3LmxhbnN3",
64
- "ZWVwZXIuc2Nhbm5pbmdjb25maWcudjEuQ3JlZGVudGlhbC5DcmVkZW50aWFs",
65
- "VHlwZSIhCg5DcmVkZW50aWFsVHlwZRIPCgtVTlNQRUNJRklFRBAAMrgBChVT",
66
- "Y2FubmluZ0NvbmZpZ1NlcnZpY2USngEKGUdldENvbmZpZ3VyYXRpb25zQnlT",
67
- "b3VyY2USPi5sYW5zd2VlcGVyLnNjYW5uaW5nY29uZmlnLnYxLkdldENvbmZp",
68
- "Z3VyYXRpb25zQnlTb3VyY2VSZXF1ZXN0Gj8ubGFuc3dlZXBlci5zY2Fubmlu",
69
- "Z2NvbmZpZy52MS5HZXRDb25maWd1cmF0aW9uc0J5U291cmNlUmVzcG9uc2Ui",
70
- "AEIQWg4uL2dlbmVyYXRlZC1nb2IGcHJvdG8z"));
58
+ "aW5nY29uZmlnLnYxLkFnZW50bGVzc0gAIjcKCkFjdGlvblR5cGUSDwoLVU5T",
59
+ "UEVDSUZJRUQQABIJCgVBR0VOVBABEg0KCUFHRU5UTEVTUxACQgwKCmRlZmlu",
60
+ "aXRpb24iHAoJQWdlbnRsZXNzEg8KB3RhcmdldHMYASADKAkiegoFQWdlbnQS",
61
+ "QQoKc2Nhbl9mb2N1cxgBIAEoDjItLmxhbnN3ZWVwZXIuc2Nhbm5pbmdjb25m",
62
+ "aWcudjEuQWdlbnQuU2NhbkZvY3VzIi4KCVNjYW5Gb2N1cxIHCgNBTEwQABIJ",
63
+ "CgVVU0VSUxABEg0KCUlOVkVOVE9SWRACIoIBCgpDcmVkZW50aWFsEkUKBHR5",
64
+ "cGUYASABKA4yNy5sYW5zd2VlcGVyLnNjYW5uaW5nY29uZmlnLnYxLkNyZWRl",
65
+ "bnRpYWwuQ3JlZGVudGlhbFR5cGUSCgoCaWQYAiABKAkiIQoOQ3JlZGVudGlh",
66
+ "bFR5cGUSDwoLVU5TUEVDSUZJRUQQADK4AQoVU2Nhbm5pbmdDb25maWdTZXJ2",
67
+ "aWNlEp4BChlHZXRDb25maWd1cmF0aW9uc0J5U291cmNlEj4ubGFuc3dlZXBl",
68
+ "ci5zY2FubmluZ2NvbmZpZy52MS5HZXRDb25maWd1cmF0aW9uc0J5U291cmNl",
69
+ "UmVxdWVzdBo/LmxhbnN3ZWVwZXIuc2Nhbm5pbmdjb25maWcudjEuR2V0Q29u",
70
+ "ZmlndXJhdGlvbnNCeVNvdXJjZVJlc3BvbnNlIgBCEFoOLi9nZW5lcmF0ZWQt",
71
+ "Z29iBnByb3RvMw=="));
71
72
  descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
72
73
  new pbr::FileDescriptor[] { },
73
74
  new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
@@ -82,7 +83,7 @@ namespace Lansweeper.Scanningconfig.V1 {
82
83
  new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.Action), global::Lansweeper.Scanningconfig.V1.Action.Parser, new[]{ "Triggers", "ActionType", "Credentials", "Agent", "Agentless" }, new[]{ "Definition" }, new[]{ typeof(global::Lansweeper.Scanningconfig.V1.Action.Types.ActionType) }, null, null),
83
84
  new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.Agentless), global::Lansweeper.Scanningconfig.V1.Agentless.Parser, new[]{ "Targets" }, null, null, null, null),
84
85
  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),
85
- new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.Credential), global::Lansweeper.Scanningconfig.V1.Credential.Parser, new[]{ "Type" }, null, new[]{ typeof(global::Lansweeper.Scanningconfig.V1.Credential.Types.CredentialType) }, null, null)
86
+ new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.Credential), global::Lansweeper.Scanningconfig.V1.Credential.Parser, new[]{ "Type", "Id" }, null, new[]{ typeof(global::Lansweeper.Scanningconfig.V1.Credential.Types.CredentialType) }, null, null)
86
87
  }));
87
88
  }
88
89
  #endregion
@@ -2360,6 +2361,7 @@ namespace Lansweeper.Scanningconfig.V1 {
2360
2361
  public enum ActionType {
2361
2362
  [pbr::OriginalName("UNSPECIFIED")] Unspecified = 0,
2362
2363
  [pbr::OriginalName("AGENT")] Agent = 1,
2364
+ [pbr::OriginalName("AGENTLESS")] Agentless = 2,
2363
2365
  }
2364
2366
 
2365
2367
  }
@@ -2783,6 +2785,7 @@ namespace Lansweeper.Scanningconfig.V1 {
2783
2785
  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2784
2786
  public Credential(Credential other) : this() {
2785
2787
  type_ = other.type_;
2788
+ id_ = other.id_;
2786
2789
  _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
2787
2790
  }
2788
2791
 
@@ -2804,6 +2807,18 @@ namespace Lansweeper.Scanningconfig.V1 {
2804
2807
  }
2805
2808
  }
2806
2809
 
2810
+ /// <summary>Field number for the "id" field.</summary>
2811
+ public const int IdFieldNumber = 2;
2812
+ private string id_ = "";
2813
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2814
+ [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2815
+ public string Id {
2816
+ get { return id_; }
2817
+ set {
2818
+ id_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
2819
+ }
2820
+ }
2821
+
2807
2822
  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2808
2823
  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2809
2824
  public override bool Equals(object other) {
@@ -2820,6 +2835,7 @@ namespace Lansweeper.Scanningconfig.V1 {
2820
2835
  return true;
2821
2836
  }
2822
2837
  if (Type != other.Type) return false;
2838
+ if (Id != other.Id) return false;
2823
2839
  return Equals(_unknownFields, other._unknownFields);
2824
2840
  }
2825
2841
 
@@ -2828,6 +2844,7 @@ namespace Lansweeper.Scanningconfig.V1 {
2828
2844
  public override int GetHashCode() {
2829
2845
  int hash = 1;
2830
2846
  if (Type != global::Lansweeper.Scanningconfig.V1.Credential.Types.CredentialType.Unspecified) hash ^= Type.GetHashCode();
2847
+ if (Id.Length != 0) hash ^= Id.GetHashCode();
2831
2848
  if (_unknownFields != null) {
2832
2849
  hash ^= _unknownFields.GetHashCode();
2833
2850
  }
@@ -2850,6 +2867,10 @@ namespace Lansweeper.Scanningconfig.V1 {
2850
2867
  output.WriteRawTag(8);
2851
2868
  output.WriteEnum((int) Type);
2852
2869
  }
2870
+ if (Id.Length != 0) {
2871
+ output.WriteRawTag(18);
2872
+ output.WriteString(Id);
2873
+ }
2853
2874
  if (_unknownFields != null) {
2854
2875
  _unknownFields.WriteTo(output);
2855
2876
  }
@@ -2864,6 +2885,10 @@ namespace Lansweeper.Scanningconfig.V1 {
2864
2885
  output.WriteRawTag(8);
2865
2886
  output.WriteEnum((int) Type);
2866
2887
  }
2888
+ if (Id.Length != 0) {
2889
+ output.WriteRawTag(18);
2890
+ output.WriteString(Id);
2891
+ }
2867
2892
  if (_unknownFields != null) {
2868
2893
  _unknownFields.WriteTo(ref output);
2869
2894
  }
@@ -2877,6 +2902,9 @@ namespace Lansweeper.Scanningconfig.V1 {
2877
2902
  if (Type != global::Lansweeper.Scanningconfig.V1.Credential.Types.CredentialType.Unspecified) {
2878
2903
  size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Type);
2879
2904
  }
2905
+ if (Id.Length != 0) {
2906
+ size += 1 + pb::CodedOutputStream.ComputeStringSize(Id);
2907
+ }
2880
2908
  if (_unknownFields != null) {
2881
2909
  size += _unknownFields.CalculateSize();
2882
2910
  }
@@ -2892,6 +2920,9 @@ namespace Lansweeper.Scanningconfig.V1 {
2892
2920
  if (other.Type != global::Lansweeper.Scanningconfig.V1.Credential.Types.CredentialType.Unspecified) {
2893
2921
  Type = other.Type;
2894
2922
  }
2923
+ if (other.Id.Length != 0) {
2924
+ Id = other.Id;
2925
+ }
2895
2926
  _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
2896
2927
  }
2897
2928
 
@@ -2911,6 +2942,10 @@ namespace Lansweeper.Scanningconfig.V1 {
2911
2942
  Type = (global::Lansweeper.Scanningconfig.V1.Credential.Types.CredentialType) input.ReadEnum();
2912
2943
  break;
2913
2944
  }
2945
+ case 18: {
2946
+ Id = input.ReadString();
2947
+ break;
2948
+ }
2914
2949
  }
2915
2950
  }
2916
2951
  #endif
@@ -2930,6 +2965,10 @@ namespace Lansweeper.Scanningconfig.V1 {
2930
2965
  Type = (global::Lansweeper.Scanningconfig.V1.Credential.Types.CredentialType) input.ReadEnum();
2931
2966
  break;
2932
2967
  }
2968
+ case 18: {
2969
+ Id = input.ReadString();
2970
+ break;
2971
+ }
2933
2972
  }
2934
2973
  }
2935
2974
  }
@@ -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.1",
8
+ "version": "0.1.3",
9
9
  "restore": {
10
10
  "projectUniqueName": "/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj",
11
11
  "projectName": "Lansweeper.ScanningConfig.GRPC",
@@ -70,7 +70,7 @@
70
70
  "privateAssets": "all"
71
71
  }
72
72
  },
73
- "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.420/RuntimeIdentifierGraph.json"
73
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.421/RuntimeIdentifierGraph.json"
74
74
  }
75
75
  }
76
76
  }
@@ -247,7 +247,7 @@
247
247
  "/home/circleci/.nuget/packages/": {}
248
248
  },
249
249
  "project": {
250
- "version": "0.1.1",
250
+ "version": "0.1.3",
251
251
  "restore": {
252
252
  "projectUniqueName": "/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj",
253
253
  "projectName": "Lansweeper.ScanningConfig.GRPC",
@@ -312,7 +312,7 @@
312
312
  "privateAssets": "all"
313
313
  }
314
314
  },
315
- "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.420/RuntimeIdentifierGraph.json"
315
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.421/RuntimeIdentifierGraph.json"
316
316
  }
317
317
  }
318
318
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 2,
3
- "dgSpecHash": "HojTRtIi+2JVWgtG3PLjR2dWw1OTw6ftfPi0hbEX1rXivO6qYCo9eyDiIPl/Yh1RSqenmL/4CE/mU02qZKuteA==",
3
+ "dgSpecHash": "vk2Mb1mLP2sZFtR6UrAPtWNpEmZYIxaCG3p/Y22K+76W/jOAgI8rxjpgcmOF8lpPnMiXLtS6O6kA0+kyKhjTxg==",
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.2",
3
+ "version": "0.1.4",
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": "a3138d77bbf1b8305bcc20d9c3bb97c70cb4efd9"
15
+ "gitHead": "64db52d668095d24571e046cb4899d32b48a5f7c"
16
16
  }
@@ -62,6 +62,7 @@ message Action{
62
62
  enum ActionType {
63
63
  UNSPECIFIED = 0;
64
64
  AGENT = 1;
65
+ AGENTLESS = 2;
65
66
  }
66
67
 
67
68
  repeated Trigger triggers = 1;
@@ -94,4 +95,5 @@ message Credential{
94
95
  }
95
96
 
96
97
  CredentialType type = 1;
98
+ string id = 2;
97
99
  }