@lansweeper/scanningconfig-grpc 0.1.3 → 0.1.5
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 +16 -0
- package/Lansweeper.ScanningConfig.GRPC.csproj +3 -3
- package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.deps.json +2 -2
- package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.pdb +0 -0
- package/bin/Debug/net6.0/ref/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/scanningconfig_pb.d.ts +6 -0
- package/gen-proto/scanningconfig_pb.js +62 -2
- package/generated-go/scanningconfig.pb.go +80 -62
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.AssemblyInfo.cs +3 -3
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.AssemblyInfoInputs.cache +1 -1
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.assets.cache +0 -0
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.csproj.AssemblyReference.cache +0 -0
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.csproj.CoreCompileInputs.cache +1 -1
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.csproj.FileListAbsolute.txt +2 -2
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.pdb +0 -0
- package/obj/Debug/net6.0/proto/Scanningconfig.cs +98 -23
- package/obj/Debug/net6.0/ref/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/obj/Lansweeper.ScanningConfig.GRPC.csproj.nuget.dgspec.json +3 -4
- package/obj/Lansweeper.ScanningConfig.GRPC.csproj.nuget.g.props +1 -1
- package/obj/project.assets.json +9 -22
- package/obj/project.nuget.cache +1 -1
- package/package.json +2 -2
- package/proto/scanningconfig.proto +2 -0
- package/obj/Debug/net6.0/refint/Lansweeper.ScanningConfig.GRPC.dll +0 -0
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.5](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.1.4...@lansweeper/scanningconfig-grpc@0.1.5) (2024-05-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.1.4](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.1.3...@lansweeper/scanningconfig-grpc@0.1.4) (2024-04-23)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.1.3](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.1.2...@lansweeper/scanningconfig-grpc@0.1.3) (2024-04-12)
|
|
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.
|
|
11
|
-
<Version>0.1.
|
|
12
|
-
<FileVersion>0.1.
|
|
10
|
+
<PackageVersion>0.1.4</PackageVersion>
|
|
11
|
+
<Version>0.1.4</Version>
|
|
12
|
+
<FileVersion>0.1.4</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.
|
|
9
|
+
"Lansweeper.ScanningConfig.GRPC/0.1.4": {
|
|
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.
|
|
82
|
+
"Lansweeper.ScanningConfig.GRPC/0.1.4": {
|
|
83
83
|
"type": "project",
|
|
84
84
|
"serviceable": false,
|
|
85
85
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/gen-proto/image.json
CHANGED
|
@@ -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},{"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"}],"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,97,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,97,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]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
1
|
+
{"file":[{"name":"proto/scanningconfig.proto","package":"lansweeper.scanningconfig.v1","messageType":[{"name":"GetConfigurationsBySourceRequest","field":[{"name":"source_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sourceId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetConfigurationsBySourceResponse","field":[{"name":"configs","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Component","jsonName":"configs"}]},{"name":"Component","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Component.ComponentType","jsonName":"type"},{"name":"actions","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Action","jsonName":"actions"},{"name":"op_config","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.OperationalConfig","oneofIndex":0,"jsonName":"opConfig","proto3Optional":true},{"name":"enabled","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"}],"enumType":[{"name":"ComponentType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"IT_SENSOR","number":2},{"name":"IT_HUB","number":3}]}],"oneofDecl":[{"name":"_op_config"}]},{"name":"AssetRadar","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}],"options":{"deprecated":true}},{"name":"NetworkVisibility","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}]},{"name":"AutoUpdate","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"schedule","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"schedule"}]},{"name":"OperationalConfig","field":[{"name":"asset_radar_config","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AssetRadar","oneofIndex":0,"jsonName":"assetRadarConfig","options":{"deprecated":true},"proto3Optional":true},{"name":"auto_update_config","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AutoUpdate","oneofIndex":1,"jsonName":"autoUpdateConfig","proto3Optional":true},{"name":"network_visibility_config","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkVisibility","oneofIndex":2,"jsonName":"networkVisibilityConfig","proto3Optional":true}],"oneofDecl":[{"name":"_asset_radar_config"},{"name":"_auto_update_config"},{"name":"_network_visibility_config"}]},{"name":"Trigger","field":[{"name":"cron_expr","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"cronExpr"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"}]},{"name":"Action","field":[{"name":"triggers","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Trigger","jsonName":"triggers"},{"name":"action_type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Action.ActionType","jsonName":"actionType"},{"name":"credentials","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Credential","jsonName":"credentials"},{"name":"agent","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agent","oneofIndex":0,"jsonName":"agent"},{"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,99,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,75,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,20]},{"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,4],"span":[73,4,28]},{"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,9],"span":[77,0,79,1]},{"path":[4,9,1],"span":[77,8,17]},{"path":[4,9,2,0],"span":[78,2,30]},{"path":[4,9,2,0,4],"span":[78,2,10]},{"path":[4,9,2,0,5],"span":[78,11,17]},{"path":[4,9,2,0,1],"span":[78,18,25]},{"path":[4,9,2,0,3],"span":[78,28,29]},{"path":[4,10],"span":[81,0,89,1]},{"path":[4,10,1],"span":[81,8,13]},{"path":[4,10,4,0],"span":[82,2,86,3]},{"path":[4,10,4,0,1],"span":[82,7,16]},{"path":[4,10,4,0,2,0],"span":[83,4,12]},{"path":[4,10,4,0,2,0,1],"span":[83,4,7]},{"path":[4,10,4,0,2,0,2],"span":[83,10,11]},{"path":[4,10,4,0,2,1],"span":[84,4,14]},{"path":[4,10,4,0,2,1,1],"span":[84,4,9]},{"path":[4,10,4,0,2,1,2],"span":[84,12,13]},{"path":[4,10,4,0,2,2],"span":[85,4,18]},{"path":[4,10,4,0,2,2,1],"span":[85,4,13]},{"path":[4,10,4,0,2,2,2],"span":[85,16,17]},{"path":[4,10,2,0],"span":[88,2,27]},{"path":[4,10,2,0,6],"span":[88,2,11]},{"path":[4,10,2,0,1],"span":[88,12,22]},{"path":[4,10,2,0,3],"span":[88,25,26]},{"path":[4,11],"span":[91,0,99,1]},{"path":[4,11,1],"span":[91,8,18]},{"path":[4,11,4,0],"span":[92,2,95,3]},{"path":[4,11,4,0,1],"span":[92,7,21]},{"path":[4,11,4,0,2,0],"span":[94,4,20]},{"path":[4,11,4,0,2,0,1],"span":[94,4,15]},{"path":[4,11,4,0,2,0,2],"span":[94,18,19]},{"path":[4,11,2,0],"span":[97,2,26]},{"path":[4,11,2,0,6],"span":[97,2,16]},{"path":[4,11,2,0,1],"span":[97,17,21]},{"path":[4,11,2,0,3],"span":[97,24,25]},{"path":[4,11,2,1],"span":[98,2,16]},{"path":[4,11,2,1,5],"span":[98,2,8]},{"path":[4,11,2,1,1],"span":[98,9,11]},{"path":[4,11,2,1,3],"span":[98,14,15]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
@@ -207,6 +207,8 @@ export namespace OperationalConfig {
|
|
|
207
207
|
export class Trigger extends jspb.Message {
|
|
208
208
|
getCronExpr(): string;
|
|
209
209
|
setCronExpr(value: string): Trigger;
|
|
210
|
+
getName(): string;
|
|
211
|
+
setName(value: string): Trigger;
|
|
210
212
|
|
|
211
213
|
serializeBinary(): Uint8Array;
|
|
212
214
|
toObject(includeInstance?: boolean): Trigger.AsObject;
|
|
@@ -221,6 +223,7 @@ export class Trigger extends jspb.Message {
|
|
|
221
223
|
export namespace Trigger {
|
|
222
224
|
export type AsObject = {
|
|
223
225
|
cronExpr: string,
|
|
226
|
+
name: string,
|
|
224
227
|
}
|
|
225
228
|
}
|
|
226
229
|
|
|
@@ -334,6 +337,8 @@ export namespace Agent {
|
|
|
334
337
|
export class Credential extends jspb.Message {
|
|
335
338
|
getType(): Credential.CredentialType;
|
|
336
339
|
setType(value: Credential.CredentialType): Credential;
|
|
340
|
+
getId(): string;
|
|
341
|
+
setId(value: string): Credential;
|
|
337
342
|
|
|
338
343
|
serializeBinary(): Uint8Array;
|
|
339
344
|
toObject(includeInstance?: boolean): Credential.AsObject;
|
|
@@ -348,6 +353,7 @@ export class Credential extends jspb.Message {
|
|
|
348
353
|
export namespace Credential {
|
|
349
354
|
export type AsObject = {
|
|
350
355
|
type: Credential.CredentialType,
|
|
356
|
+
id: string,
|
|
351
357
|
}
|
|
352
358
|
|
|
353
359
|
export enum CredentialType {
|
|
@@ -1738,7 +1738,8 @@ proto.lansweeper.scanningconfig.v1.Trigger.prototype.toObject = function(opt_inc
|
|
|
1738
1738
|
*/
|
|
1739
1739
|
proto.lansweeper.scanningconfig.v1.Trigger.toObject = function(includeInstance, msg) {
|
|
1740
1740
|
var f, obj = {
|
|
1741
|
-
cronExpr: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
1741
|
+
cronExpr: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
1742
|
+
name: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
1742
1743
|
};
|
|
1743
1744
|
|
|
1744
1745
|
if (includeInstance) {
|
|
@@ -1779,6 +1780,10 @@ proto.lansweeper.scanningconfig.v1.Trigger.deserializeBinaryFromReader = functio
|
|
|
1779
1780
|
var value = /** @type {string} */ (reader.readString());
|
|
1780
1781
|
msg.setCronExpr(value);
|
|
1781
1782
|
break;
|
|
1783
|
+
case 2:
|
|
1784
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1785
|
+
msg.setName(value);
|
|
1786
|
+
break;
|
|
1782
1787
|
default:
|
|
1783
1788
|
reader.skipField();
|
|
1784
1789
|
break;
|
|
@@ -1815,6 +1820,13 @@ proto.lansweeper.scanningconfig.v1.Trigger.serializeBinaryToWriter = function(me
|
|
|
1815
1820
|
f
|
|
1816
1821
|
);
|
|
1817
1822
|
}
|
|
1823
|
+
f = message.getName();
|
|
1824
|
+
if (f.length > 0) {
|
|
1825
|
+
writer.writeString(
|
|
1826
|
+
2,
|
|
1827
|
+
f
|
|
1828
|
+
);
|
|
1829
|
+
}
|
|
1818
1830
|
};
|
|
1819
1831
|
|
|
1820
1832
|
|
|
@@ -1836,6 +1848,24 @@ proto.lansweeper.scanningconfig.v1.Trigger.prototype.setCronExpr = function(valu
|
|
|
1836
1848
|
};
|
|
1837
1849
|
|
|
1838
1850
|
|
|
1851
|
+
/**
|
|
1852
|
+
* optional string name = 2;
|
|
1853
|
+
* @return {string}
|
|
1854
|
+
*/
|
|
1855
|
+
proto.lansweeper.scanningconfig.v1.Trigger.prototype.getName = function() {
|
|
1856
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
1857
|
+
};
|
|
1858
|
+
|
|
1859
|
+
|
|
1860
|
+
/**
|
|
1861
|
+
* @param {string} value
|
|
1862
|
+
* @return {!proto.lansweeper.scanningconfig.v1.Trigger} returns this
|
|
1863
|
+
*/
|
|
1864
|
+
proto.lansweeper.scanningconfig.v1.Trigger.prototype.setName = function(value) {
|
|
1865
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
1866
|
+
};
|
|
1867
|
+
|
|
1868
|
+
|
|
1839
1869
|
|
|
1840
1870
|
/**
|
|
1841
1871
|
* List of repeated fields within this message type.
|
|
@@ -2543,7 +2573,8 @@ proto.lansweeper.scanningconfig.v1.Credential.prototype.toObject = function(opt_
|
|
|
2543
2573
|
*/
|
|
2544
2574
|
proto.lansweeper.scanningconfig.v1.Credential.toObject = function(includeInstance, msg) {
|
|
2545
2575
|
var f, obj = {
|
|
2546
|
-
type: jspb.Message.getFieldWithDefault(msg, 1, 0)
|
|
2576
|
+
type: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
2577
|
+
id: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
2547
2578
|
};
|
|
2548
2579
|
|
|
2549
2580
|
if (includeInstance) {
|
|
@@ -2584,6 +2615,10 @@ proto.lansweeper.scanningconfig.v1.Credential.deserializeBinaryFromReader = func
|
|
|
2584
2615
|
var value = /** @type {!proto.lansweeper.scanningconfig.v1.Credential.CredentialType} */ (reader.readEnum());
|
|
2585
2616
|
msg.setType(value);
|
|
2586
2617
|
break;
|
|
2618
|
+
case 2:
|
|
2619
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2620
|
+
msg.setId(value);
|
|
2621
|
+
break;
|
|
2587
2622
|
default:
|
|
2588
2623
|
reader.skipField();
|
|
2589
2624
|
break;
|
|
@@ -2620,6 +2655,13 @@ proto.lansweeper.scanningconfig.v1.Credential.serializeBinaryToWriter = function
|
|
|
2620
2655
|
f
|
|
2621
2656
|
);
|
|
2622
2657
|
}
|
|
2658
|
+
f = message.getId();
|
|
2659
|
+
if (f.length > 0) {
|
|
2660
|
+
writer.writeString(
|
|
2661
|
+
2,
|
|
2662
|
+
f
|
|
2663
|
+
);
|
|
2664
|
+
}
|
|
2623
2665
|
};
|
|
2624
2666
|
|
|
2625
2667
|
|
|
@@ -2648,4 +2690,22 @@ proto.lansweeper.scanningconfig.v1.Credential.prototype.setType = function(value
|
|
|
2648
2690
|
};
|
|
2649
2691
|
|
|
2650
2692
|
|
|
2693
|
+
/**
|
|
2694
|
+
* optional string id = 2;
|
|
2695
|
+
* @return {string}
|
|
2696
|
+
*/
|
|
2697
|
+
proto.lansweeper.scanningconfig.v1.Credential.prototype.getId = function() {
|
|
2698
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
2699
|
+
};
|
|
2700
|
+
|
|
2701
|
+
|
|
2702
|
+
/**
|
|
2703
|
+
* @param {string} value
|
|
2704
|
+
* @return {!proto.lansweeper.scanningconfig.v1.Credential} returns this
|
|
2705
|
+
*/
|
|
2706
|
+
proto.lansweeper.scanningconfig.v1.Credential.prototype.setId = function(value) {
|
|
2707
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
2708
|
+
};
|
|
2709
|
+
|
|
2710
|
+
|
|
2651
2711
|
goog.object.extend(exports, proto.lansweeper.scanningconfig.v1);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
2
2
|
// versions:
|
|
3
|
-
// protoc-gen-go v1.
|
|
3
|
+
// protoc-gen-go v1.34.0
|
|
4
4
|
// protoc v3.19.1
|
|
5
5
|
// source: scanningconfig.proto
|
|
6
6
|
|
|
@@ -631,6 +631,7 @@ type Trigger struct {
|
|
|
631
631
|
unknownFields protoimpl.UnknownFields
|
|
632
632
|
|
|
633
633
|
CronExpr string `protobuf:"bytes,1,opt,name=cron_expr,json=cronExpr,proto3" json:"cron_expr,omitempty"`
|
|
634
|
+
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
634
635
|
}
|
|
635
636
|
|
|
636
637
|
func (x *Trigger) Reset() {
|
|
@@ -672,6 +673,13 @@ func (x *Trigger) GetCronExpr() string {
|
|
|
672
673
|
return ""
|
|
673
674
|
}
|
|
674
675
|
|
|
676
|
+
func (x *Trigger) GetName() string {
|
|
677
|
+
if x != nil {
|
|
678
|
+
return x.Name
|
|
679
|
+
}
|
|
680
|
+
return ""
|
|
681
|
+
}
|
|
682
|
+
|
|
675
683
|
type Action struct {
|
|
676
684
|
state protoimpl.MessageState
|
|
677
685
|
sizeCache protoimpl.SizeCache
|
|
@@ -877,6 +885,7 @@ type Credential struct {
|
|
|
877
885
|
unknownFields protoimpl.UnknownFields
|
|
878
886
|
|
|
879
887
|
Type Credential_CredentialType `protobuf:"varint,1,opt,name=type,proto3,enum=lansweeper.scanningconfig.v1.Credential_CredentialType" json:"type,omitempty"`
|
|
888
|
+
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
|
|
880
889
|
}
|
|
881
890
|
|
|
882
891
|
func (x *Credential) Reset() {
|
|
@@ -918,6 +927,13 @@ func (x *Credential) GetType() Credential_CredentialType {
|
|
|
918
927
|
return Credential_UNSPECIFIED
|
|
919
928
|
}
|
|
920
929
|
|
|
930
|
+
func (x *Credential) GetId() string {
|
|
931
|
+
if x != nil {
|
|
932
|
+
return x.Id
|
|
933
|
+
}
|
|
934
|
+
return ""
|
|
935
|
+
}
|
|
936
|
+
|
|
921
937
|
var File_scanningconfig_proto protoreflect.FileDescriptor
|
|
922
938
|
|
|
923
939
|
var file_scanningconfig_proto_rawDesc = []byte{
|
|
@@ -1000,69 +1016,71 @@ var file_scanningconfig_proto_rawDesc = []byte{
|
|
|
1000
1016
|
0x42, 0x15, 0x0a, 0x13, 0x5f, 0x61, 0x75, 0x74, 0x6f, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
|
|
1001
1017
|
0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x1c, 0x0a, 0x1a, 0x5f, 0x6e, 0x65, 0x74, 0x77,
|
|
1002
1018
|
0x6f, 0x72, 0x6b, 0x5f, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x63,
|
|
1003
|
-
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22,
|
|
1019
|
+
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x3a, 0x0a, 0x07, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72,
|
|
1004
1020
|
0x12, 0x1b, 0x0a, 0x09, 0x63, 0x72, 0x6f, 0x6e, 0x5f, 0x65, 0x78, 0x70, 0x72, 0x18, 0x01, 0x20,
|
|
1005
|
-
0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x72, 0x6f, 0x6e, 0x45, 0x78, 0x70, 0x72,
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1021
|
+
0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x72, 0x6f, 0x6e, 0x45, 0x78, 0x70, 0x72, 0x12, 0x12, 0x0a,
|
|
1022
|
+
0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d,
|
|
1023
|
+
0x65, 0x22, 0xb6, 0x03, 0x0a, 0x06, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x41, 0x0a, 0x08,
|
|
1024
|
+
0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25,
|
|
1025
|
+
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e,
|
|
1026
|
+
0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x72,
|
|
1027
|
+
0x69, 0x67, 0x67, 0x65, 0x72, 0x52, 0x08, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x73, 0x12,
|
|
1028
|
+
0x50, 0x0a, 0x0b, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02,
|
|
1029
|
+
0x20, 0x01, 0x28, 0x0e, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
1030
|
+
0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
|
|
1031
|
+
0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x6f,
|
|
1032
|
+
0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70,
|
|
1033
|
+
0x65, 0x12, 0x4a, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73,
|
|
1034
|
+
0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
1035
|
+
0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
|
|
1036
|
+
0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c,
|
|
1037
|
+
0x52, 0x0b, 0x63, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x73, 0x12, 0x3b, 0x0a,
|
|
1038
|
+
0x05, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6c,
|
|
1039
|
+
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69,
|
|
1040
|
+
0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x67, 0x65, 0x6e,
|
|
1041
|
+
0x74, 0x48, 0x00, 0x52, 0x05, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x12, 0x47, 0x0a, 0x09, 0x61, 0x67,
|
|
1042
|
+
0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e,
|
|
1043
|
+
0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e,
|
|
1044
|
+
0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x67, 0x65,
|
|
1045
|
+
0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x48, 0x00, 0x52, 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x6c,
|
|
1046
|
+
0x65, 0x73, 0x73, 0x22, 0x37, 0x0a, 0x0a, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70,
|
|
1047
|
+
0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44,
|
|
1048
|
+
0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x41, 0x47, 0x45, 0x4e, 0x54, 0x10, 0x01, 0x12, 0x0d, 0x0a,
|
|
1049
|
+
0x09, 0x41, 0x47, 0x45, 0x4e, 0x54, 0x4c, 0x45, 0x53, 0x53, 0x10, 0x02, 0x42, 0x0c, 0x0a, 0x0a,
|
|
1050
|
+
0x64, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x25, 0x0a, 0x09, 0x41, 0x67,
|
|
1051
|
+
0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65,
|
|
1052
|
+
0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74,
|
|
1053
|
+
0x73, 0x22, 0x85, 0x01, 0x0a, 0x05, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x12, 0x4c, 0x0a, 0x0a, 0x73,
|
|
1054
|
+
0x63, 0x61, 0x6e, 0x5f, 0x66, 0x6f, 0x63, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32,
|
|
1055
|
+
0x2d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61,
|
|
1056
|
+
0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41,
|
|
1057
|
+
0x67, 0x65, 0x6e, 0x74, 0x2e, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x52, 0x09,
|
|
1058
|
+
0x73, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x22, 0x2e, 0x0a, 0x09, 0x53, 0x63, 0x61,
|
|
1059
|
+
0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x4c, 0x4c, 0x10, 0x00, 0x12,
|
|
1060
|
+
0x09, 0x0a, 0x05, 0x55, 0x53, 0x45, 0x52, 0x53, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49, 0x4e,
|
|
1061
|
+
0x56, 0x45, 0x4e, 0x54, 0x4f, 0x52, 0x59, 0x10, 0x02, 0x22, 0x8c, 0x01, 0x0a, 0x0a, 0x43, 0x72,
|
|
1062
|
+
0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x12, 0x4b, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65,
|
|
1063
|
+
0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x37, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
1064
|
+
0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66,
|
|
1065
|
+
0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c,
|
|
1066
|
+
0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x52,
|
|
1067
|
+
0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
1068
|
+
0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x21, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74,
|
|
1069
|
+
0x69, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45,
|
|
1070
|
+
0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x32, 0xb8, 0x01, 0x0a, 0x15, 0x53, 0x63, 0x61,
|
|
1071
|
+
0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x65, 0x72, 0x76, 0x69,
|
|
1072
|
+
0x63, 0x65, 0x12, 0x9e, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67,
|
|
1073
|
+
0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65,
|
|
1074
|
+
0x12, 0x3e, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
|
|
1013
1075
|
0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
0x65,
|
|
1021
|
-
|
|
1022
|
-
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f,
|
|
1023
|
-
0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x48, 0x00, 0x52,
|
|
1024
|
-
0x05, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x12, 0x47, 0x0a, 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x6c,
|
|
1025
|
-
0x65, 0x73, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
1026
|
-
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63,
|
|
1027
|
-
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65,
|
|
1028
|
-
0x73, 0x73, 0x48, 0x00, 0x52, 0x09, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x6c, 0x65, 0x73, 0x73, 0x22,
|
|
1029
|
-
0x37, 0x0a, 0x0a, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a,
|
|
1030
|
-
0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x09,
|
|
1031
|
-
0x0a, 0x05, 0x41, 0x47, 0x45, 0x4e, 0x54, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x41, 0x47, 0x45,
|
|
1032
|
-
0x4e, 0x54, 0x4c, 0x45, 0x53, 0x53, 0x10, 0x02, 0x42, 0x0c, 0x0a, 0x0a, 0x64, 0x65, 0x66, 0x69,
|
|
1033
|
-
0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x25, 0x0a, 0x09, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x6c,
|
|
1034
|
-
0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x18, 0x01,
|
|
1035
|
-
0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x22, 0x85, 0x01,
|
|
1036
|
-
0x0a, 0x05, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x12, 0x4c, 0x0a, 0x0a, 0x73, 0x63, 0x61, 0x6e, 0x5f,
|
|
1037
|
-
0x66, 0x6f, 0x63, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2d, 0x2e, 0x6c, 0x61,
|
|
1038
|
-
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
|
|
1039
|
-
0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x67, 0x65, 0x6e, 0x74,
|
|
1040
|
-
0x2e, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x52, 0x09, 0x73, 0x63, 0x61, 0x6e,
|
|
1041
|
-
0x46, 0x6f, 0x63, 0x75, 0x73, 0x22, 0x2e, 0x0a, 0x09, 0x53, 0x63, 0x61, 0x6e, 0x46, 0x6f, 0x63,
|
|
1042
|
-
0x75, 0x73, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x4c, 0x4c, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x55,
|
|
1043
|
-
0x53, 0x45, 0x52, 0x53, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x49, 0x4e, 0x56, 0x45, 0x4e, 0x54,
|
|
1044
|
-
0x4f, 0x52, 0x59, 0x10, 0x02, 0x22, 0x7c, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74,
|
|
1045
|
-
0x69, 0x61, 0x6c, 0x12, 0x4b, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
1046
|
-
0x0e, 0x32, 0x37, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73,
|
|
1047
|
-
0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31,
|
|
1048
|
-
0x2e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x2e, 0x43, 0x72, 0x65, 0x64,
|
|
1049
|
-
0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65,
|
|
1050
|
-
0x22, 0x21, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x54, 0x79,
|
|
1051
|
-
0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45,
|
|
1052
|
-
0x44, 0x10, 0x00, 0x32, 0xb8, 0x01, 0x0a, 0x15, 0x53, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67,
|
|
1053
|
-
0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x9e, 0x01,
|
|
1054
|
-
0x0a, 0x19, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69,
|
|
1055
|
-
0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x3e, 0x2e, 0x6c, 0x61,
|
|
1056
|
-
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
|
|
1057
|
-
0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f,
|
|
1058
|
-
0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f,
|
|
1059
|
-
0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3f, 0x2e, 0x6c, 0x61,
|
|
1060
|
-
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63, 0x61, 0x6e, 0x6e, 0x69, 0x6e,
|
|
1061
|
-
0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f,
|
|
1062
|
-
0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x79, 0x53, 0x6f,
|
|
1063
|
-
0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x10,
|
|
1064
|
-
0x5a, 0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 0x2d, 0x67, 0x6f,
|
|
1065
|
-
0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
1076
|
+
0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
1077
|
+
0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
1078
|
+
0x1a, 0x3f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x73, 0x63,
|
|
1079
|
+
0x61, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e,
|
|
1080
|
+
0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
1081
|
+
0x73, 0x42, 0x79, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
1082
|
+
0x65, 0x22, 0x00, 0x42, 0x10, 0x5a, 0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74,
|
|
1083
|
+
0x65, 0x64, 0x2d, 0x67, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
1066
1084
|
}
|
|
1067
1085
|
|
|
1068
1086
|
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.
|
|
18
|
-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.1.
|
|
17
|
+
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.4")]
|
|
18
|
+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.1.4")]
|
|
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.
|
|
21
|
+
[assembly: System.Reflection.AssemblyVersionAttribute("0.1.4.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
|
-
|
|
1
|
+
0a6fe68e3d3c8bc9f53175fd161f66a97e3d8b9b
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
e89cf97cbd84931b4e81957cc8803ae4bcfc518d
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/home/circleci/project/packages/scanningconfig/grpc/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.deps.json
|
|
2
2
|
/home/circleci/project/packages/scanningconfig/grpc/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.dll
|
|
3
|
+
/home/circleci/project/packages/scanningconfig/grpc/bin/Debug/net6.0/ref/Lansweeper.ScanningConfig.GRPC.dll
|
|
3
4
|
/home/circleci/project/packages/scanningconfig/grpc/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.pdb
|
|
4
5
|
/home/circleci/project/packages/scanningconfig/grpc/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.csproj.AssemblyReference.cache
|
|
5
6
|
/home/circleci/project/packages/scanningconfig/grpc/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.GeneratedMSBuildEditorConfig.editorconfig
|
|
@@ -7,6 +8,5 @@
|
|
|
7
8
|
/home/circleci/project/packages/scanningconfig/grpc/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.AssemblyInfo.cs
|
|
8
9
|
/home/circleci/project/packages/scanningconfig/grpc/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.csproj.CoreCompileInputs.cache
|
|
9
10
|
/home/circleci/project/packages/scanningconfig/grpc/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.dll
|
|
10
|
-
/home/circleci/project/packages/scanningconfig/grpc/obj/Debug/net6.0/refint/Lansweeper.ScanningConfig.GRPC.dll
|
|
11
|
-
/home/circleci/project/packages/scanningconfig/grpc/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.pdb
|
|
12
11
|
/home/circleci/project/packages/scanningconfig/grpc/obj/Debug/net6.0/ref/Lansweeper.ScanningConfig.GRPC.dll
|
|
12
|
+
/home/circleci/project/packages/scanningconfig/grpc/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.pdb
|
|
Binary file
|
|
Binary file
|
|
@@ -47,27 +47,28 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
47
47
|
"dGVIAYgBARJXChluZXR3b3JrX3Zpc2liaWxpdHlfY29uZmlnGAMgASgLMi8u",
|
|
48
48
|
"bGFuc3dlZXBlci5zY2FubmluZ2NvbmZpZy52MS5OZXR3b3JrVmlzaWJpbGl0",
|
|
49
49
|
"eUgCiAEBQhUKE19hc3NldF9yYWRhcl9jb25maWdCFQoTX2F1dG9fdXBkYXRl",
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
50
|
+
"X2NvbmZpZ0IcChpfbmV0d29ya192aXNpYmlsaXR5X2NvbmZpZyIqCgdUcmln",
|
|
51
|
+
"Z2VyEhEKCWNyb25fZXhwchgBIAEoCRIMCgRuYW1lGAIgASgJIoEDCgZBY3Rp",
|
|
52
|
+
"b24SNwoIdHJpZ2dlcnMYASADKAsyJS5sYW5zd2VlcGVyLnNjYW5uaW5nY29u",
|
|
53
|
+
"ZmlnLnYxLlRyaWdnZXISRAoLYWN0aW9uX3R5cGUYAiABKA4yLy5sYW5zd2Vl",
|
|
54
|
+
"cGVyLnNjYW5uaW5nY29uZmlnLnYxLkFjdGlvbi5BY3Rpb25UeXBlEj0KC2Ny",
|
|
55
|
+
"ZWRlbnRpYWxzGAMgAygLMigubGFuc3dlZXBlci5zY2FubmluZ2NvbmZpZy52",
|
|
56
|
+
"MS5DcmVkZW50aWFsEjQKBWFnZW50GAQgASgLMiMubGFuc3dlZXBlci5zY2Fu",
|
|
57
|
+
"bmluZ2NvbmZpZy52MS5BZ2VudEgAEjwKCWFnZW50bGVzcxgFIAEoCzInLmxh",
|
|
58
|
+
"bnN3ZWVwZXIuc2Nhbm5pbmdjb25maWcudjEuQWdlbnRsZXNzSAAiNwoKQWN0",
|
|
59
|
+
"aW9uVHlwZRIPCgtVTlNQRUNJRklFRBAAEgkKBUFHRU5UEAESDQoJQUdFTlRM",
|
|
60
|
+
"RVNTEAJCDAoKZGVmaW5pdGlvbiIcCglBZ2VudGxlc3MSDwoHdGFyZ2V0cxgB",
|
|
61
|
+
"IAMoCSJ6CgVBZ2VudBJBCgpzY2FuX2ZvY3VzGAEgASgOMi0ubGFuc3dlZXBl",
|
|
62
|
+
"ci5zY2FubmluZ2NvbmZpZy52MS5BZ2VudC5TY2FuRm9jdXMiLgoJU2NhbkZv",
|
|
63
|
+
"Y3VzEgcKA0FMTBAAEgkKBVVTRVJTEAESDQoJSU5WRU5UT1JZEAIiggEKCkNy",
|
|
64
|
+
"ZWRlbnRpYWwSRQoEdHlwZRgBIAEoDjI3LmxhbnN3ZWVwZXIuc2Nhbm5pbmdj",
|
|
65
|
+
"b25maWcudjEuQ3JlZGVudGlhbC5DcmVkZW50aWFsVHlwZRIKCgJpZBgCIAEo",
|
|
66
|
+
"CSIhCg5DcmVkZW50aWFsVHlwZRIPCgtVTlNQRUNJRklFRBAAMrgBChVTY2Fu",
|
|
67
|
+
"bmluZ0NvbmZpZ1NlcnZpY2USngEKGUdldENvbmZpZ3VyYXRpb25zQnlTb3Vy",
|
|
68
|
+
"Y2USPi5sYW5zd2VlcGVyLnNjYW5uaW5nY29uZmlnLnYxLkdldENvbmZpZ3Vy",
|
|
69
|
+
"YXRpb25zQnlTb3VyY2VSZXF1ZXN0Gj8ubGFuc3dlZXBlci5zY2FubmluZ2Nv",
|
|
70
|
+
"bmZpZy52MS5HZXRDb25maWd1cmF0aW9uc0J5U291cmNlUmVzcG9uc2UiAEIQ",
|
|
71
|
+
"Wg4uL2dlbmVyYXRlZC1nb2IGcHJvdG8z"));
|
|
71
72
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
72
73
|
new pbr::FileDescriptor[] { },
|
|
73
74
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
@@ -78,11 +79,11 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
78
79
|
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.NetworkVisibility), global::Lansweeper.Scanningconfig.V1.NetworkVisibility.Parser, new[]{ "Enabled", "ExcludedInterfaces" }, null, null, null, null),
|
|
79
80
|
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.AutoUpdate), global::Lansweeper.Scanningconfig.V1.AutoUpdate.Parser, new[]{ "Enabled", "Schedule" }, null, null, null, null),
|
|
80
81
|
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),
|
|
81
|
-
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.Trigger), global::Lansweeper.Scanningconfig.V1.Trigger.Parser, new[]{ "CronExpr" }, null, null, null, null),
|
|
82
|
+
new pbr::GeneratedClrTypeInfo(typeof(global::Lansweeper.Scanningconfig.V1.Trigger), global::Lansweeper.Scanningconfig.V1.Trigger.Parser, new[]{ "CronExpr", "Name" }, null, null, null, null),
|
|
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
|
|
@@ -1826,6 +1827,7 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1826
1827
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1827
1828
|
public Trigger(Trigger other) : this() {
|
|
1828
1829
|
cronExpr_ = other.cronExpr_;
|
|
1830
|
+
name_ = other.name_;
|
|
1829
1831
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
1830
1832
|
}
|
|
1831
1833
|
|
|
@@ -1847,6 +1849,18 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1847
1849
|
}
|
|
1848
1850
|
}
|
|
1849
1851
|
|
|
1852
|
+
/// <summary>Field number for the "name" field.</summary>
|
|
1853
|
+
public const int NameFieldNumber = 2;
|
|
1854
|
+
private string name_ = "";
|
|
1855
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1856
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1857
|
+
public string Name {
|
|
1858
|
+
get { return name_; }
|
|
1859
|
+
set {
|
|
1860
|
+
name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
1861
|
+
}
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1850
1864
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
1851
1865
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
1852
1866
|
public override bool Equals(object other) {
|
|
@@ -1863,6 +1877,7 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1863
1877
|
return true;
|
|
1864
1878
|
}
|
|
1865
1879
|
if (CronExpr != other.CronExpr) return false;
|
|
1880
|
+
if (Name != other.Name) return false;
|
|
1866
1881
|
return Equals(_unknownFields, other._unknownFields);
|
|
1867
1882
|
}
|
|
1868
1883
|
|
|
@@ -1871,6 +1886,7 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1871
1886
|
public override int GetHashCode() {
|
|
1872
1887
|
int hash = 1;
|
|
1873
1888
|
if (CronExpr.Length != 0) hash ^= CronExpr.GetHashCode();
|
|
1889
|
+
if (Name.Length != 0) hash ^= Name.GetHashCode();
|
|
1874
1890
|
if (_unknownFields != null) {
|
|
1875
1891
|
hash ^= _unknownFields.GetHashCode();
|
|
1876
1892
|
}
|
|
@@ -1893,6 +1909,10 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1893
1909
|
output.WriteRawTag(10);
|
|
1894
1910
|
output.WriteString(CronExpr);
|
|
1895
1911
|
}
|
|
1912
|
+
if (Name.Length != 0) {
|
|
1913
|
+
output.WriteRawTag(18);
|
|
1914
|
+
output.WriteString(Name);
|
|
1915
|
+
}
|
|
1896
1916
|
if (_unknownFields != null) {
|
|
1897
1917
|
_unknownFields.WriteTo(output);
|
|
1898
1918
|
}
|
|
@@ -1907,6 +1927,10 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1907
1927
|
output.WriteRawTag(10);
|
|
1908
1928
|
output.WriteString(CronExpr);
|
|
1909
1929
|
}
|
|
1930
|
+
if (Name.Length != 0) {
|
|
1931
|
+
output.WriteRawTag(18);
|
|
1932
|
+
output.WriteString(Name);
|
|
1933
|
+
}
|
|
1910
1934
|
if (_unknownFields != null) {
|
|
1911
1935
|
_unknownFields.WriteTo(ref output);
|
|
1912
1936
|
}
|
|
@@ -1920,6 +1944,9 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1920
1944
|
if (CronExpr.Length != 0) {
|
|
1921
1945
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(CronExpr);
|
|
1922
1946
|
}
|
|
1947
|
+
if (Name.Length != 0) {
|
|
1948
|
+
size += 1 + pb::CodedOutputStream.ComputeStringSize(Name);
|
|
1949
|
+
}
|
|
1923
1950
|
if (_unknownFields != null) {
|
|
1924
1951
|
size += _unknownFields.CalculateSize();
|
|
1925
1952
|
}
|
|
@@ -1935,6 +1962,9 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1935
1962
|
if (other.CronExpr.Length != 0) {
|
|
1936
1963
|
CronExpr = other.CronExpr;
|
|
1937
1964
|
}
|
|
1965
|
+
if (other.Name.Length != 0) {
|
|
1966
|
+
Name = other.Name;
|
|
1967
|
+
}
|
|
1938
1968
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
|
1939
1969
|
}
|
|
1940
1970
|
|
|
@@ -1954,6 +1984,10 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1954
1984
|
CronExpr = input.ReadString();
|
|
1955
1985
|
break;
|
|
1956
1986
|
}
|
|
1987
|
+
case 18: {
|
|
1988
|
+
Name = input.ReadString();
|
|
1989
|
+
break;
|
|
1990
|
+
}
|
|
1957
1991
|
}
|
|
1958
1992
|
}
|
|
1959
1993
|
#endif
|
|
@@ -1973,6 +2007,10 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
1973
2007
|
CronExpr = input.ReadString();
|
|
1974
2008
|
break;
|
|
1975
2009
|
}
|
|
2010
|
+
case 18: {
|
|
2011
|
+
Name = input.ReadString();
|
|
2012
|
+
break;
|
|
2013
|
+
}
|
|
1976
2014
|
}
|
|
1977
2015
|
}
|
|
1978
2016
|
}
|
|
@@ -2784,6 +2822,7 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
2784
2822
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
2785
2823
|
public Credential(Credential other) : this() {
|
|
2786
2824
|
type_ = other.type_;
|
|
2825
|
+
id_ = other.id_;
|
|
2787
2826
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
2788
2827
|
}
|
|
2789
2828
|
|
|
@@ -2805,6 +2844,18 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
2805
2844
|
}
|
|
2806
2845
|
}
|
|
2807
2846
|
|
|
2847
|
+
/// <summary>Field number for the "id" field.</summary>
|
|
2848
|
+
public const int IdFieldNumber = 2;
|
|
2849
|
+
private string id_ = "";
|
|
2850
|
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
2851
|
+
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
2852
|
+
public string Id {
|
|
2853
|
+
get { return id_; }
|
|
2854
|
+
set {
|
|
2855
|
+
id_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
2856
|
+
}
|
|
2857
|
+
}
|
|
2858
|
+
|
|
2808
2859
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
2809
2860
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
2810
2861
|
public override bool Equals(object other) {
|
|
@@ -2821,6 +2872,7 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
2821
2872
|
return true;
|
|
2822
2873
|
}
|
|
2823
2874
|
if (Type != other.Type) return false;
|
|
2875
|
+
if (Id != other.Id) return false;
|
|
2824
2876
|
return Equals(_unknownFields, other._unknownFields);
|
|
2825
2877
|
}
|
|
2826
2878
|
|
|
@@ -2829,6 +2881,7 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
2829
2881
|
public override int GetHashCode() {
|
|
2830
2882
|
int hash = 1;
|
|
2831
2883
|
if (Type != global::Lansweeper.Scanningconfig.V1.Credential.Types.CredentialType.Unspecified) hash ^= Type.GetHashCode();
|
|
2884
|
+
if (Id.Length != 0) hash ^= Id.GetHashCode();
|
|
2832
2885
|
if (_unknownFields != null) {
|
|
2833
2886
|
hash ^= _unknownFields.GetHashCode();
|
|
2834
2887
|
}
|
|
@@ -2851,6 +2904,10 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
2851
2904
|
output.WriteRawTag(8);
|
|
2852
2905
|
output.WriteEnum((int) Type);
|
|
2853
2906
|
}
|
|
2907
|
+
if (Id.Length != 0) {
|
|
2908
|
+
output.WriteRawTag(18);
|
|
2909
|
+
output.WriteString(Id);
|
|
2910
|
+
}
|
|
2854
2911
|
if (_unknownFields != null) {
|
|
2855
2912
|
_unknownFields.WriteTo(output);
|
|
2856
2913
|
}
|
|
@@ -2865,6 +2922,10 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
2865
2922
|
output.WriteRawTag(8);
|
|
2866
2923
|
output.WriteEnum((int) Type);
|
|
2867
2924
|
}
|
|
2925
|
+
if (Id.Length != 0) {
|
|
2926
|
+
output.WriteRawTag(18);
|
|
2927
|
+
output.WriteString(Id);
|
|
2928
|
+
}
|
|
2868
2929
|
if (_unknownFields != null) {
|
|
2869
2930
|
_unknownFields.WriteTo(ref output);
|
|
2870
2931
|
}
|
|
@@ -2878,6 +2939,9 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
2878
2939
|
if (Type != global::Lansweeper.Scanningconfig.V1.Credential.Types.CredentialType.Unspecified) {
|
|
2879
2940
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Type);
|
|
2880
2941
|
}
|
|
2942
|
+
if (Id.Length != 0) {
|
|
2943
|
+
size += 1 + pb::CodedOutputStream.ComputeStringSize(Id);
|
|
2944
|
+
}
|
|
2881
2945
|
if (_unknownFields != null) {
|
|
2882
2946
|
size += _unknownFields.CalculateSize();
|
|
2883
2947
|
}
|
|
@@ -2893,6 +2957,9 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
2893
2957
|
if (other.Type != global::Lansweeper.Scanningconfig.V1.Credential.Types.CredentialType.Unspecified) {
|
|
2894
2958
|
Type = other.Type;
|
|
2895
2959
|
}
|
|
2960
|
+
if (other.Id.Length != 0) {
|
|
2961
|
+
Id = other.Id;
|
|
2962
|
+
}
|
|
2896
2963
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
|
2897
2964
|
}
|
|
2898
2965
|
|
|
@@ -2912,6 +2979,10 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
2912
2979
|
Type = (global::Lansweeper.Scanningconfig.V1.Credential.Types.CredentialType) input.ReadEnum();
|
|
2913
2980
|
break;
|
|
2914
2981
|
}
|
|
2982
|
+
case 18: {
|
|
2983
|
+
Id = input.ReadString();
|
|
2984
|
+
break;
|
|
2985
|
+
}
|
|
2915
2986
|
}
|
|
2916
2987
|
}
|
|
2917
2988
|
#endif
|
|
@@ -2931,6 +3002,10 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
2931
3002
|
Type = (global::Lansweeper.Scanningconfig.V1.Credential.Types.CredentialType) input.ReadEnum();
|
|
2932
3003
|
break;
|
|
2933
3004
|
}
|
|
3005
|
+
case 18: {
|
|
3006
|
+
Id = input.ReadString();
|
|
3007
|
+
break;
|
|
3008
|
+
}
|
|
2934
3009
|
}
|
|
2935
3010
|
}
|
|
2936
3011
|
}
|
|
Binary file
|
|
@@ -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.
|
|
8
|
+
"version": "0.1.4",
|
|
9
9
|
"restore": {
|
|
10
10
|
"projectUniqueName": "/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj",
|
|
11
11
|
"projectName": "Lansweeper.ScanningConfig.GRPC",
|
|
@@ -60,8 +60,7 @@
|
|
|
60
60
|
"net47",
|
|
61
61
|
"net471",
|
|
62
62
|
"net472",
|
|
63
|
-
"net48"
|
|
64
|
-
"net481"
|
|
63
|
+
"net48"
|
|
65
64
|
],
|
|
66
65
|
"assetTargetFallback": true,
|
|
67
66
|
"warn": true,
|
|
@@ -70,7 +69,7 @@
|
|
|
70
69
|
"privateAssets": "all"
|
|
71
70
|
}
|
|
72
71
|
},
|
|
73
|
-
"runtimeIdentifierGraphPath": "/usr/
|
|
72
|
+
"runtimeIdentifierGraphPath": "/usr/lib/dotnet/sdk/6.0.128/RuntimeIdentifierGraph.json"
|
|
74
73
|
}
|
|
75
74
|
}
|
|
76
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.
|
|
10
|
+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.5</NuGetToolVersion>
|
|
11
11
|
</PropertyGroup>
|
|
12
12
|
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
13
13
|
<SourceRoot Include="/home/circleci/.nuget/packages/" />
|
package/obj/project.assets.json
CHANGED
|
@@ -5,14 +5,10 @@
|
|
|
5
5
|
"Google.Protobuf/3.22.0": {
|
|
6
6
|
"type": "package",
|
|
7
7
|
"compile": {
|
|
8
|
-
"lib/net5.0/Google.Protobuf.dll": {
|
|
9
|
-
"related": ".pdb;.xml"
|
|
10
|
-
}
|
|
8
|
+
"lib/net5.0/Google.Protobuf.dll": {}
|
|
11
9
|
},
|
|
12
10
|
"runtime": {
|
|
13
|
-
"lib/net5.0/Google.Protobuf.dll": {
|
|
14
|
-
"related": ".pdb;.xml"
|
|
15
|
-
}
|
|
11
|
+
"lib/net5.0/Google.Protobuf.dll": {}
|
|
16
12
|
}
|
|
17
13
|
},
|
|
18
14
|
"Grpc.Core/2.46.6": {
|
|
@@ -22,14 +18,10 @@
|
|
|
22
18
|
"System.Memory": "4.5.3"
|
|
23
19
|
},
|
|
24
20
|
"compile": {
|
|
25
|
-
"lib/netstandard2.0/Grpc.Core.dll": {
|
|
26
|
-
"related": ".pdb;.xml"
|
|
27
|
-
}
|
|
21
|
+
"lib/netstandard2.0/Grpc.Core.dll": {}
|
|
28
22
|
},
|
|
29
23
|
"runtime": {
|
|
30
|
-
"lib/netstandard2.0/Grpc.Core.dll": {
|
|
31
|
-
"related": ".pdb;.xml"
|
|
32
|
-
}
|
|
24
|
+
"lib/netstandard2.0/Grpc.Core.dll": {}
|
|
33
25
|
},
|
|
34
26
|
"runtimeTargets": {
|
|
35
27
|
"runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so": {
|
|
@@ -60,14 +52,10 @@
|
|
|
60
52
|
"System.Memory": "4.5.3"
|
|
61
53
|
},
|
|
62
54
|
"compile": {
|
|
63
|
-
"lib/netstandard2.1/Grpc.Core.Api.dll": {
|
|
64
|
-
"related": ".pdb;.xml"
|
|
65
|
-
}
|
|
55
|
+
"lib/netstandard2.1/Grpc.Core.Api.dll": {}
|
|
66
56
|
},
|
|
67
57
|
"runtime": {
|
|
68
|
-
"lib/netstandard2.1/Grpc.Core.Api.dll": {
|
|
69
|
-
"related": ".pdb;.xml"
|
|
70
|
-
}
|
|
58
|
+
"lib/netstandard2.1/Grpc.Core.Api.dll": {}
|
|
71
59
|
}
|
|
72
60
|
},
|
|
73
61
|
"Grpc.Tools/2.54.0": {
|
|
@@ -247,7 +235,7 @@
|
|
|
247
235
|
"/home/circleci/.nuget/packages/": {}
|
|
248
236
|
},
|
|
249
237
|
"project": {
|
|
250
|
-
"version": "0.1.
|
|
238
|
+
"version": "0.1.4",
|
|
251
239
|
"restore": {
|
|
252
240
|
"projectUniqueName": "/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj",
|
|
253
241
|
"projectName": "Lansweeper.ScanningConfig.GRPC",
|
|
@@ -302,8 +290,7 @@
|
|
|
302
290
|
"net47",
|
|
303
291
|
"net471",
|
|
304
292
|
"net472",
|
|
305
|
-
"net48"
|
|
306
|
-
"net481"
|
|
293
|
+
"net48"
|
|
307
294
|
],
|
|
308
295
|
"assetTargetFallback": true,
|
|
309
296
|
"warn": true,
|
|
@@ -312,7 +299,7 @@
|
|
|
312
299
|
"privateAssets": "all"
|
|
313
300
|
}
|
|
314
301
|
},
|
|
315
|
-
"runtimeIdentifierGraphPath": "/usr/
|
|
302
|
+
"runtimeIdentifierGraphPath": "/usr/lib/dotnet/sdk/6.0.128/RuntimeIdentifierGraph.json"
|
|
316
303
|
}
|
|
317
304
|
}
|
|
318
305
|
}
|
package/obj/project.nuget.cache
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 2,
|
|
3
|
-
"dgSpecHash": "
|
|
3
|
+
"dgSpecHash": "PIOKyeIENmeAukxmxVpoN6/6H3rj5lfo1MEHKCu9xFyP+D3lNaFKLOhAdJLkFXziTkEYXx2IgLUDCV4X3B7ZOw==",
|
|
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.
|
|
3
|
+
"version": "0.1.5",
|
|
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": "
|
|
15
|
+
"gitHead": "6e9a2eb0f9caadb600b9840ec1fe90c82f217498"
|
|
16
16
|
}
|
|
Binary file
|