@lansweeper/scanningconfig-grpc 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/Lansweeper.ScanningConfig.GRPC.csproj +3 -3
  3. package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.deps.json +2 -2
  4. package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.dll +0 -0
  5. package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.pdb +0 -0
  6. package/bin/Debug/net6.0/ref/Lansweeper.ScanningConfig.GRPC.dll +0 -0
  7. package/gen-proto/image.json +1 -1
  8. package/gen-proto/scanningconfig_pb.d.ts +1 -0
  9. package/gen-proto/scanningconfig_pb.js +2 -1
  10. package/generated-go/scanningconfig.pb.go +624 -619
  11. package/java.json +1 -1
  12. package/model/pom.xml +1 -1
  13. package/model/src/main/proto/scanningconfig.proto +1 -0
  14. package/model/target/classes/lansweeper/scanningconfig/v1/Component$1.class +0 -0
  15. package/model/target/classes/lansweeper/scanningconfig/v1/Component$Builder.class +0 -0
  16. package/model/target/classes/lansweeper/scanningconfig/v1/Component$ComponentType$1.class +0 -0
  17. package/model/target/classes/lansweeper/scanningconfig/v1/Component$ComponentType.class +0 -0
  18. package/model/target/classes/lansweeper/scanningconfig/v1/Component.class +0 -0
  19. package/model/target/classes/lansweeper/scanningconfig/v1/Scanningconfig.class +0 -0
  20. package/model/target/classes/scanningconfig.proto +1 -0
  21. package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/Action.java +8 -8
  22. package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/ActionDefinition.java +13 -13
  23. package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/ActionDefinitionOrBuilder.java +4 -4
  24. package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/ActionOrBuilder.java +4 -4
  25. package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/Component.java +13 -4
  26. package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/ComponentOrBuilder.java +2 -2
  27. package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/Credential.java +7 -7
  28. package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/CredentialOrBuilder.java +2 -2
  29. package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/OperationalConfig.java +4 -4
  30. package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/OperationalConfigOrBuilder.java +2 -2
  31. package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/Scanningconfig.java +219 -218
  32. package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/TargetData.java +9 -9
  33. package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/TargetDataOrBuilder.java +3 -3
  34. package/model/target/maven-archiver/pom.properties +2 -2
  35. package/model/target/{scanningconfig-model-0.3.7-sources.jar → scanningconfig-model-0.4.0-sources.jar} +0 -0
  36. package/model/target/{scanningconfig-model-0.3.7.jar → scanningconfig-model-0.4.0.jar} +0 -0
  37. package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.AssemblyInfo.cs +3 -3
  38. package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.AssemblyInfoInputs.cache +1 -1
  39. package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.dll +0 -0
  40. package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.pdb +0 -0
  41. package/obj/Debug/net6.0/proto/Scanningconfig.cs +197 -196
  42. package/obj/Debug/net6.0/ref/Lansweeper.ScanningConfig.GRPC.dll +0 -0
  43. package/obj/Lansweeper.ScanningConfig.GRPC.csproj.nuget.dgspec.json +1 -1
  44. package/obj/project.assets.json +1 -1
  45. package/obj/project.nuget.cache +1 -1
  46. package/package.json +2 -2
  47. package/pom.xml +1 -1
  48. package/proto/scanningconfig.proto +1 -0
  49. package/service/pom.xml +1 -1
  50. package/service/target/maven-archiver/pom.properties +2 -2
  51. package/service/target/{scanningconfig-service-0.3.7-sources.jar → scanningconfig-service-0.4.0-sources.jar} +0 -0
  52. package/service/target/{scanningconfig-service-0.3.7.jar → scanningconfig-service-0.4.0.jar} +0 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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.4.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.4.0...@lansweeper/scanningconfig-grpc@0.4.1) (2025-10-15)
7
+
8
+ **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
9
+
6
10
  # [0.4.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.3.7...@lansweeper/scanningconfig-grpc@0.4.0) (2025-10-07)
7
11
 
8
12
  ### Features
@@ -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.3.7</PackageVersion>
11
- <Version>0.3.7</Version>
12
- <FileVersion>0.3.7</FileVersion>
10
+ <PackageVersion>0.4.0</PackageVersion>
11
+ <Version>0.4.0</Version>
12
+ <FileVersion>0.4.0</FileVersion>
13
13
  <RepositoryUrl>https://github.com/Lansweeper/lansweeperapis</RepositoryUrl>
14
14
  <Nullable>enable</Nullable>
15
15
  </PropertyGroup>
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v6.0": {
9
- "Lansweeper.ScanningConfig.GRPC/0.3.7": {
9
+ "Lansweeper.ScanningConfig.GRPC/0.4.0": {
10
10
  "dependencies": {
11
11
  "Google.Protobuf": "3.22.0",
12
12
  "Grpc.Core": "2.46.6",
@@ -79,7 +79,7 @@
79
79
  }
80
80
  },
81
81
  "libraries": {
82
- "Lansweeper.ScanningConfig.GRPC/0.3.7": {
82
+ "Lansweeper.ScanningConfig.GRPC/0.4.0": {
83
83
  "type": "project",
84
84
  "serviceable": false,
85
85
  "sha512": ""
@@ -1 +1 @@
1
- {"file":[{"name":"google/protobuf/wrappers.proto","package":"google.protobuf","messageType":[{"name":"DoubleValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_DOUBLE","jsonName":"value"}]},{"name":"FloatValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_FLOAT","jsonName":"value"}]},{"name":"Int64Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"value"}]},{"name":"UInt64Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_UINT64","jsonName":"value"}]},{"name":"Int32Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"value"}]},{"name":"UInt32Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_UINT32","jsonName":"value"}]},{"name":"BoolValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"value"}]},{"name":"StringValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"value"}]},{"name":"BytesValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"value"}]}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"WrappersProto","javaMultipleFiles":true,"goPackage":"google.golang.org/protobuf/types/known/wrapperspb","ccEnableArenas":true,"objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.WellKnownTypes"},"sourceCodeInfo":{"location":[{"span":[40,0,122,1]},{"path":[12],"span":[40,0,18],"leadingDetachedComments":[" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"," Wrappers for primitive (non-message) types. These types are useful\n for embedding primitives in the `google.protobuf.Any` type and for places\n where we need to distinguish between the absence of a primitive\n typed field and its default value.\n\n These wrappers have no meaningful use within repeated fields as they lack\n the ability to detect presence on individual elements.\n These wrappers have no meaningful use within a map or a oneof since\n individual entries of a map or fields of a oneof can already detect presence.\n"]},{"path":[2],"span":[42,0,24]},{"path":[8],"span":[44,0,59]},{"path":[8,37],"span":[44,0,59]},{"path":[8],"span":[45,0,31]},{"path":[8,31],"span":[45,0,31]},{"path":[8],"span":[46,0,72]},{"path":[8,11],"span":[46,0,72]},{"path":[8],"span":[47,0,44]},{"path":[8,1],"span":[47,0,44]},{"path":[8],"span":[48,0,46]},{"path":[8,8],"span":[48,0,46]},{"path":[8],"span":[49,0,34]},{"path":[8,10],"span":[49,0,34]},{"path":[8],"span":[50,0,33]},{"path":[8,36],"span":[50,0,33]},{"path":[4,0],"span":[55,0,58,1],"leadingComments":" Wrapper message for `double`.\n\n The JSON representation for `DoubleValue` is JSON number.\n"},{"path":[4,0,1],"span":[55,8,19]},{"path":[4,0,2,0],"span":[57,2,19],"leadingComments":" The double value.\n"},{"path":[4,0,2,0,5],"span":[57,2,8]},{"path":[4,0,2,0,1],"span":[57,9,14]},{"path":[4,0,2,0,3],"span":[57,17,18]},{"path":[4,1],"span":[63,0,66,1],"leadingComments":" Wrapper message for `float`.\n\n The JSON representation for `FloatValue` is JSON number.\n"},{"path":[4,1,1],"span":[63,8,18]},{"path":[4,1,2,0],"span":[65,2,18],"leadingComments":" The float value.\n"},{"path":[4,1,2,0,5],"span":[65,2,7]},{"path":[4,1,2,0,1],"span":[65,8,13]},{"path":[4,1,2,0,3],"span":[65,16,17]},{"path":[4,2],"span":[71,0,74,1],"leadingComments":" Wrapper message for `int64`.\n\n The JSON representation for `Int64Value` is JSON string.\n"},{"path":[4,2,1],"span":[71,8,18]},{"path":[4,2,2,0],"span":[73,2,18],"leadingComments":" The int64 value.\n"},{"path":[4,2,2,0,5],"span":[73,2,7]},{"path":[4,2,2,0,1],"span":[73,8,13]},{"path":[4,2,2,0,3],"span":[73,16,17]},{"path":[4,3],"span":[79,0,82,1],"leadingComments":" Wrapper message for `uint64`.\n\n The JSON representation for `UInt64Value` is JSON string.\n"},{"path":[4,3,1],"span":[79,8,19]},{"path":[4,3,2,0],"span":[81,2,19],"leadingComments":" The uint64 value.\n"},{"path":[4,3,2,0,5],"span":[81,2,8]},{"path":[4,3,2,0,1],"span":[81,9,14]},{"path":[4,3,2,0,3],"span":[81,17,18]},{"path":[4,4],"span":[87,0,90,1],"leadingComments":" Wrapper message for `int32`.\n\n The JSON representation for `Int32Value` is JSON number.\n"},{"path":[4,4,1],"span":[87,8,18]},{"path":[4,4,2,0],"span":[89,2,18],"leadingComments":" The int32 value.\n"},{"path":[4,4,2,0,5],"span":[89,2,7]},{"path":[4,4,2,0,1],"span":[89,8,13]},{"path":[4,4,2,0,3],"span":[89,16,17]},{"path":[4,5],"span":[95,0,98,1],"leadingComments":" Wrapper message for `uint32`.\n\n The JSON representation for `UInt32Value` is JSON number.\n"},{"path":[4,5,1],"span":[95,8,19]},{"path":[4,5,2,0],"span":[97,2,19],"leadingComments":" The uint32 value.\n"},{"path":[4,5,2,0,5],"span":[97,2,8]},{"path":[4,5,2,0,1],"span":[97,9,14]},{"path":[4,5,2,0,3],"span":[97,17,18]},{"path":[4,6],"span":[103,0,106,1],"leadingComments":" Wrapper message for `bool`.\n\n The JSON representation for `BoolValue` is JSON `true` and `false`.\n"},{"path":[4,6,1],"span":[103,8,17]},{"path":[4,6,2,0],"span":[105,2,17],"leadingComments":" The bool value.\n"},{"path":[4,6,2,0,5],"span":[105,2,6]},{"path":[4,6,2,0,1],"span":[105,7,12]},{"path":[4,6,2,0,3],"span":[105,15,16]},{"path":[4,7],"span":[111,0,114,1],"leadingComments":" Wrapper message for `string`.\n\n The JSON representation for `StringValue` is JSON string.\n"},{"path":[4,7,1],"span":[111,8,19]},{"path":[4,7,2,0],"span":[113,2,19],"leadingComments":" The string value.\n"},{"path":[4,7,2,0,5],"span":[113,2,8]},{"path":[4,7,2,0,1],"span":[113,9,14]},{"path":[4,7,2,0,3],"span":[113,17,18]},{"path":[4,8],"span":[119,0,122,1],"leadingComments":" Wrapper message for `bytes`.\n\n The JSON representation for `BytesValue` is JSON string.\n"},{"path":[4,8,1],"span":[119,8,18]},{"path":[4,8,2,0],"span":[121,2,18],"leadingComments":" The bytes value.\n"},{"path":[4,8,2,0,5],"span":[121,2,7]},{"path":[4,8,2,0,1],"span":[121,8,13]},{"path":[4,8,2,0,3],"span":[121,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"proto/scanningconfig.proto","package":"lansweeper.scanningconfig.v1","dependency":["google/protobuf/wrappers.proto"],"messageType":[{"name":"DeleteActionRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"action_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"actionId"}]},{"name":"DeleteActionResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"},{"name":"message","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message","options":{"deprecated":true}}]},{"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":"GetExclusionsBySourceRequest","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":"GetExclusionsBySourceResponse","field":[{"name":"exclusions","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Exclusion","jsonName":"exclusions"}]},{"name":"Exclusion","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"reason","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"reason"},{"name":"sensor_ids","number":3,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"sensorIds"},{"name":"targets","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Target","jsonName":"targets"}]},{"name":"Target","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Target.ExclusionType","jsonName":"type"},{"name":"values","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"values"}],"enumType":[{"name":"ExclusionType","value":[{"name":"UNSPECIFIED","number":0},{"name":"IP_ADDR_RANGE","number":1},{"name":"MAC_ADDR","number":2},{"name":"ASSET_TYPE","number":3},{"name":"FQDN","number":4},{"name":"DOMAIN","number":5}]}]},{"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","options":{"deprecated":true},"proto3Optional":true},{"name":"enabled","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"app_config","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ApplicationConfig","oneofIndex":1,"jsonName":"appConfig","proto3Optional":true}],"enumType":[{"name":"ComponentType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"IT_SENSOR","number":2},{"name":"IT_HUB","number":3},{"name":"OT_SENSOR","number":4}]}],"oneofDecl":[{"name":"_op_config"},{"name":"_app_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"}],"options":{"deprecated":true}},{"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"}],"options":{"deprecated":true}},{"name":"OperationalConfig","field":[{"name":"asset_radar_config","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AssetRadar","oneofIndex":0,"jsonName":"assetRadarConfig","options":{"deprecated":true},"proto3Optional":true},{"name":"auto_update_config","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AutoUpdate","oneofIndex":1,"jsonName":"autoUpdateConfig","proto3Optional":true},{"name":"network_visibility_config","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkVisibility","oneofIndex":2,"jsonName":"networkVisibilityConfig","proto3Optional":true}],"oneofDecl":[{"name":"_asset_radar_config"},{"name":"_auto_update_config"},{"name":"_network_visibility_config"}]},{"name":"Trigger","field":[{"name":"cron_expr","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"cronExpr"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"}]},{"name":"Action","field":[{"name":"triggers","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Trigger","jsonName":"triggers"},{"name":"action_type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Action.ActionType","jsonName":"actionType"},{"name":"credentials","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Credential","jsonName":"credentials"},{"name":"agent","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agent","oneofIndex":0,"jsonName":"agent","options":{"deprecated":true}},{"name":"agentless","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agentless","oneofIndex":0,"jsonName":"agentless","options":{"deprecated":true}},{"name":"action_definition","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ActionDefinition","jsonName":"actionDefinition"},{"name":"id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"}],"enumType":[{"name":"ActionType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"AGENTLESS","number":2}]}],"oneofDecl":[{"name":"definition"}]},{"name":"Agentless","field":[{"name":"targets","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets"}]},{"name":"ActionDefinition","field":[{"name":"scan_focus","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.ActionDefinition.ScanFocus","oneofIndex":0,"jsonName":"scanFocus","proto3Optional":true},{"name":"targets","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets","options":{"deprecated":true}},{"name":"exclusions","number":3,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"exclusions"},{"name":"targets_data","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.TargetData","jsonName":"targetsData"}],"enumType":[{"name":"ScanFocus","value":[{"name":"ALL","number":0},{"name":"USERS","number":1},{"name":"INVENTORY","number":2}]}],"oneofDecl":[{"name":"_scan_focus"}]},{"name":"TargetData","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.TargetData.TargetType","jsonName":"type"},{"name":"ip_scan_data","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.IPScanData","oneofIndex":0,"jsonName":"ipScanData"},{"name":"ad_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ADData","oneofIndex":0,"jsonName":"adData"},{"name":"target","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"target","options":{"deprecated":true}},{"name":"sccm_data","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.SCCMData","oneofIndex":0,"jsonName":"sccmData"}],"enumType":[{"name":"TargetType","value":[{"name":"UNKNOWN_TARGET_TYPE","number":0},{"name":"IP_SCAN","number":1},{"name":"SCCM","number":2},{"name":"AD","number":3}]}],"oneofDecl":[{"name":"info"}]},{"name":"SCCMData","field":[{"name":"target","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"target"}]},{"name":"IPScanData","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.IPScanType","jsonName":"type"},{"name":"target","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"target"},{"name":"ping","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.IPScanPing","oneofIndex":0,"jsonName":"ping","proto3Optional":true}],"oneofDecl":[{"name":"_ping"}]},{"name":"IPScanPing","field":[{"name":"use_ping","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"usePing"},{"name":"ping_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"pingTimeout"},{"name":"keep_no_answer_scan","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"keepNoAnswerScan"}]},{"name":"ADData","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"adsi_filter","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"adsiFilter"},{"name":"domain","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"domain"},{"name":"computer_scan","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"computerScan"},{"name":"user_group_scan","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"userGroupScan"},{"name":"ldap_type","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.ADData.LDAPType","jsonName":"ldapType"},{"name":"port","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"port"},{"name":"adsi_path","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"adsiPath"}],"enumType":[{"name":"LDAPType","value":[{"name":"UNKNOWN_LDAP_TYPE","number":0},{"name":"LDAP","number":1},{"name":"LDAPS","number":2}]}]},{"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","options":{"deprecated":true}},{"name":"id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"order","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"order"}],"enumType":[{"name":"CredentialType","value":[{"name":"UNSPECIFIED","number":0}]}]},{"name":"ApplicationConfig","field":[{"name":"logging","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.LogSettings","oneofIndex":0,"jsonName":"logging","proto3Optional":true},{"name":"hub","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.HubSettings","oneofIndex":1,"jsonName":"hub","proto3Optional":true},{"name":"update","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.UpdateSettings","oneofIndex":2,"jsonName":"update","proto3Optional":true},{"name":"it_sensor","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ItSensorSettings","oneofIndex":3,"jsonName":"itSensor","proto3Optional":true},{"name":"ot_sensor","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.OtSensorSettings","oneofIndex":4,"jsonName":"otSensor","proto3Optional":true}],"oneofDecl":[{"name":"_logging"},{"name":"_hub"},{"name":"_update"},{"name":"_it_sensor"},{"name":"_ot_sensor"}]},{"name":"HubSettings","field":[{"name":"network_configuration","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkConfigurationSettings","oneofIndex":0,"jsonName":"networkConfiguration","proto3Optional":true},{"name":"maintenance","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.MaintenanceSettings","oneofIndex":1,"jsonName":"maintenance","proto3Optional":true},{"name":"notifications","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NotificationSettings","oneofIndex":2,"jsonName":"notifications","proto3Optional":true},{"name":"feature_flags","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.FeatureFlagSettings","oneofIndex":3,"jsonName":"featureFlags","proto3Optional":true},{"name":"scan_configuration","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ScanConfigurationSettings","oneofIndex":4,"jsonName":"scanConfiguration","proto3Optional":true},{"name":"import","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ImportSettings","oneofIndex":5,"jsonName":"import","proto3Optional":true}],"oneofDecl":[{"name":"_network_configuration"},{"name":"_maintenance"},{"name":"_notifications"},{"name":"_feature_flags"},{"name":"_scan_configuration"},{"name":"_import"}]},{"name":"MaintenanceSettings","field":[{"name":"maintenance_window","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"maintenanceWindow"},{"name":"retention_policy","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.RetentionPolicySettings","oneofIndex":0,"jsonName":"retentionPolicy","proto3Optional":true}],"oneofDecl":[{"name":"_retention_policy"}]},{"name":"RetentionPolicySettings","field":[{"name":"synced_data_retention_days","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"syncedDataRetentionDays"},{"name":"unsynced_data_retention_days","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"unsyncedDataRetentionDays"}]},{"name":"NotificationSettings","field":[{"name":"smart_polling_enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"smartPollingEnabled"},{"name":"default_polling_interval_seconds","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"defaultPollingIntervalSeconds"},{"name":"smart_polling_intervals","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NotificationSettings.SmartPollingIntervalsEntry","jsonName":"smartPollingIntervals"}],"nestedType":[{"name":"SmartPollingIntervalsEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"value"}],"options":{"mapEntry":true}}]},{"name":"FeatureFlagSettings","field":[{"name":"polling_interval_minutes","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"pollingIntervalMinutes"}]},{"name":"ScanConfigurationSettings","field":[{"name":"polling_interval_minutes","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"pollingIntervalMinutes"}]},{"name":"ImportSettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"enabled"},{"name":"polling_interval_seconds","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"pollingIntervalSeconds"},{"name":"folder","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"folder"}]},{"name":"NetworkConfigurationSettings","field":[{"name":"parallelism","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ParallelismSettings","oneofIndex":0,"jsonName":"parallelism","proto3Optional":true},{"name":"network_visibility","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkVisibilitySettings","oneofIndex":1,"jsonName":"networkVisibility","proto3Optional":true},{"name":"ping_behavior","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.PingBehaviorSettings","oneofIndex":2,"jsonName":"pingBehavior","proto3Optional":true},{"name":"protocol_configuration","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ProtocolConfigurationSettings","oneofIndex":3,"jsonName":"protocolConfiguration","proto3Optional":true},{"name":"exclusions","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ExclusionSettings","oneofIndex":4,"jsonName":"exclusions","proto3Optional":true}],"oneofDecl":[{"name":"_parallelism"},{"name":"_network_visibility"},{"name":"_ping_behavior"},{"name":"_protocol_configuration"},{"name":"_exclusions"}]},{"name":"ParallelismSettings","field":[{"name":"max_parallelism","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"maxParallelism"}]},{"name":"ExclusionSettings","field":[{"name":"excluded_targets","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedTargets"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}]},{"name":"NetworkVisibilitySettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"enabled"},{"name":"active_cdr_enabled","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"activeCdrEnabled"}]},{"name":"PingBehaviorSettings"},{"name":"ProtocolConfigurationSettings","field":[{"name":"all_enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"allEnabled"},{"name":"protocols","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ProtocolConfigurationSettings.ProtocolsEntry","jsonName":"protocols"}],"nestedType":[{"name":"ProtocolsEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ProtocolDetailSettings","jsonName":"value"}],"options":{"mapEntry":true}}]},{"name":"ProtocolDetailSettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"enabled"},{"name":"port","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"port"},{"name":"additional_data","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ProtocolDetailSettings.AdditionalDataEntry","jsonName":"additionalData"}],"nestedType":[{"name":"AdditionalDataEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"value"}],"options":{"mapEntry":true}}]},{"name":"ItSensorSettings","field":[{"name":"network_configuration","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkConfigurationSettings","oneofIndex":0,"jsonName":"networkConfiguration","proto3Optional":true}],"oneofDecl":[{"name":"_network_configuration"}]},{"name":"OtSensorSettings","field":[{"name":"network_configuration","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkConfigurationSettings","oneofIndex":0,"jsonName":"networkConfiguration","proto3Optional":true},{"name":"traffic_logging","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.TrafficLogSettings","oneofIndex":1,"jsonName":"trafficLogging","proto3Optional":true}],"oneofDecl":[{"name":"_network_configuration"},{"name":"_traffic_logging"}]},{"name":"TrafficLogSettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"enabled"},{"name":"path","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"path"}]},{"name":"UpdateSettings","field":[{"name":"update_on_availability","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"updateOnAvailability"},{"name":"update_window","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.UpdateWindowSettings","oneofIndex":0,"jsonName":"updateWindow","proto3Optional":true},{"name":"download","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.DownloadSettings","oneofIndex":1,"jsonName":"download","proto3Optional":true},{"name":"backup","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.BackupSettings","oneofIndex":2,"jsonName":"backup","proto3Optional":true},{"name":"prerequisites","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.PrerequisiteSettings","oneofIndex":3,"jsonName":"prerequisites","proto3Optional":true}],"oneofDecl":[{"name":"_update_window"},{"name":"_download"},{"name":"_backup"},{"name":"_prerequisites"}]},{"name":"UpdateWindowSettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"enabled"},{"name":"update_window","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"updateWindow"}]},{"name":"BackupSettings","field":[{"name":"backup_folder","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"backupFolder"}]},{"name":"DownloadSettings","field":[{"name":"download_on_availability","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"downloadOnAvailability"},{"name":"download_window","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"downloadWindow"},{"name":"download_folder","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"downloadFolder"},{"name":"download_timeout_seconds","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"downloadTimeoutSeconds"},{"name":"throttle_rate_kb_per_second","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"throttleRateKbPerSecond"}]},{"name":"PrerequisiteSettings","field":[{"name":"required_free_disk_space_bytes","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int64Value","jsonName":"requiredFreeDiskSpaceBytes"},{"name":"required_free_disk_space_percentage","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"requiredFreeDiskSpacePercentage"}]},{"name":"LogSettings","field":[{"name":"level","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.LogSettings.LogLevel","oneofIndex":0,"jsonName":"level","proto3Optional":true},{"name":"file_size_limit_bytes","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int64Value","jsonName":"fileSizeLimitBytes"},{"name":"retained_file_count_limit","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"retainedFileCountLimit"},{"name":"overrides","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.LogSettings.OverridesEntry","jsonName":"overrides"}],"nestedType":[{"name":"OverridesEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"value"}],"options":{"mapEntry":true}}],"enumType":[{"name":"LogLevel","value":[{"name":"VERBOSE","number":0},{"name":"DEBUG","number":1},{"name":"INFORMATION","number":2},{"name":"WARNING","number":3},{"name":"ERROR","number":4},{"name":"FATAL","number":5}]}],"oneofDecl":[{"name":"_level"}]}],"enumType":[{"name":"IPScanType","value":[{"name":"UNKNOWN_IP_SCAN_TYPE","number":0},{"name":"RANGE","number":1},{"name":"HOST","number":2}]}],"service":[{"name":"ScanningConfigService","method":[{"name":"GetConfigurationsBySource","inputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceRequest","outputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse","options":{}},{"name":"DeleteAction","inputType":".lansweeper.scanningconfig.v1.DeleteActionRequest","outputType":".lansweeper.scanningconfig.v1.DeleteActionResponse","options":{}},{"name":"GetExclusionsBySource","inputType":".lansweeper.scanningconfig.v1.GetExclusionsBySourceRequest","outputType":".lansweeper.scanningconfig.v1.GetExclusionsBySourceResponse","options":{}}]}],"options":{"javaMultipleFiles":true,"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,362,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":[8],"span":[4,0,34]},{"path":[8,10],"span":[4,0,34]},{"path":[3,0],"span":[6,0,40]},{"path":[6,0],"span":[8,0,12,1]},{"path":[6,0,1],"span":[8,8,29]},{"path":[6,0,2,0],"span":[9,2,112]},{"path":[6,0,2,0,1],"span":[9,6,31]},{"path":[6,0,2,0,2],"span":[9,32,64]},{"path":[6,0,2,0,3],"span":[9,75,108]},{"path":[6,0,2,1],"span":[10,2,73]},{"path":[6,0,2,1,1],"span":[10,6,18]},{"path":[6,0,2,1,2],"span":[10,19,38]},{"path":[6,0,2,1,3],"span":[10,49,69]},{"path":[6,0,2,2],"span":[11,2,100]},{"path":[6,0,2,2,1],"span":[11,6,27]},{"path":[6,0,2,2,2],"span":[11,28,56]},{"path":[6,0,2,2,3],"span":[11,67,96]},{"path":[4,0],"span":[14,0,17,1]},{"path":[4,0,1],"span":[14,8,27]},{"path":[4,0,2,0],"span":[15,2,21]},{"path":[4,0,2,0,5],"span":[15,2,8]},{"path":[4,0,2,0,1],"span":[15,9,16]},{"path":[4,0,2,0,3],"span":[15,19,20]},{"path":[4,0,2,1],"span":[16,2,23]},{"path":[4,0,2,1,5],"span":[16,2,8]},{"path":[4,0,2,1,1],"span":[16,9,18]},{"path":[4,0,2,1,3],"span":[16,21,22]},{"path":[4,1],"span":[19,0,22,1]},{"path":[4,1,1],"span":[19,8,28]},{"path":[4,1,2,0],"span":[20,2,19]},{"path":[4,1,2,0,5],"span":[20,2,6]},{"path":[4,1,2,0,1],"span":[20,7,14]},{"path":[4,1,2,0,3],"span":[20,17,18]},{"path":[4,1,2,1],"span":[21,2,41]},{"path":[4,1,2,1,5],"span":[21,2,8]},{"path":[4,1,2,1,1],"span":[21,9,16]},{"path":[4,1,2,1,3],"span":[21,19,20]},{"path":[4,1,2,1,8],"span":[21,21,40]},{"path":[4,1,2,1,8,3],"span":[21,22,39]},{"path":[4,2],"span":[24,0,27,1]},{"path":[4,2,1],"span":[24,8,40]},{"path":[4,2,2,0],"span":[25,2,23]},{"path":[4,2,2,0,5],"span":[25,2,8]},{"path":[4,2,2,0,1],"span":[25,9,18]},{"path":[4,2,2,0,3],"span":[25,21,22]},{"path":[4,2,2,1],"span":[26,2,21]},{"path":[4,2,2,1,5],"span":[26,2,8]},{"path":[4,2,2,1,1],"span":[26,9,16]},{"path":[4,2,2,1,3],"span":[26,19,20]},{"path":[4,3],"span":[29,0,31,1]},{"path":[4,3,1],"span":[29,8,41]},{"path":[4,3,2,0],"span":[30,2,33]},{"path":[4,3,2,0,4],"span":[30,2,10]},{"path":[4,3,2,0,6],"span":[30,11,20]},{"path":[4,3,2,0,1],"span":[30,21,28]},{"path":[4,3,2,0,3],"span":[30,31,32]},{"path":[4,4],"span":[33,0,36,1]},{"path":[4,4,1],"span":[33,8,36]},{"path":[4,4,2,0],"span":[34,2,23]},{"path":[4,4,2,0,5],"span":[34,2,8]},{"path":[4,4,2,0,1],"span":[34,9,18]},{"path":[4,4,2,0,3],"span":[34,21,22]},{"path":[4,4,2,1],"span":[35,2,21]},{"path":[4,4,2,1,5],"span":[35,2,8]},{"path":[4,4,2,1,1],"span":[35,9,16]},{"path":[4,4,2,1,3],"span":[35,19,20]},{"path":[4,5],"span":[38,0,40,1]},{"path":[4,5,1],"span":[38,8,37]},{"path":[4,5,2,0],"span":[39,2,36]},{"path":[4,5,2,0,4],"span":[39,2,10]},{"path":[4,5,2,0,6],"span":[39,11,20]},{"path":[4,5,2,0,1],"span":[39,21,31]},{"path":[4,5,2,0,3],"span":[39,34,35]},{"path":[4,6],"span":[42,0,47,1]},{"path":[4,6,1],"span":[42,8,17]},{"path":[4,6,2,0],"span":[43,2,16]},{"path":[4,6,2,0,5],"span":[43,2,8]},{"path":[4,6,2,0,1],"span":[43,9,11]},{"path":[4,6,2,0,3],"span":[43,14,15]},{"path":[4,6,2,1],"span":[44,2,20]},{"path":[4,6,2,1,5],"span":[44,2,8]},{"path":[4,6,2,1,1],"span":[44,9,15]},{"path":[4,6,2,1,3],"span":[44,18,19]},{"path":[4,6,2,2],"span":[45,2,33]},{"path":[4,6,2,2,4],"span":[45,2,10]},{"path":[4,6,2,2,5],"span":[45,11,17]},{"path":[4,6,2,2,1],"span":[45,18,28]},{"path":[4,6,2,2,3],"span":[45,31,32]},{"path":[4,6,2,3],"span":[46,2,30]},{"path":[4,6,2,3,4],"span":[46,2,10]},{"path":[4,6,2,3,6],"span":[46,11,17]},{"path":[4,6,2,3,1],"span":[46,18,25]},{"path":[4,6,2,3,3],"span":[46,28,29]},{"path":[4,7],"span":[49,0,60,1]},{"path":[4,7,1],"span":[49,8,14]},{"path":[4,7,4,0],"span":[50,2,57,3]},{"path":[4,7,4,0,1],"span":[50,7,20]},{"path":[4,7,4,0,2,0],"span":[51,4,20]},{"path":[4,7,4,0,2,0,1],"span":[51,4,15]},{"path":[4,7,4,0,2,0,2],"span":[51,18,19]},{"path":[4,7,4,0,2,1],"span":[52,4,22]},{"path":[4,7,4,0,2,1,1],"span":[52,4,17]},{"path":[4,7,4,0,2,1,2],"span":[52,20,21]},{"path":[4,7,4,0,2,2],"span":[53,4,17]},{"path":[4,7,4,0,2,2,1],"span":[53,4,12]},{"path":[4,7,4,0,2,2,2],"span":[53,15,16]},{"path":[4,7,4,0,2,3],"span":[54,4,19]},{"path":[4,7,4,0,2,3,1],"span":[54,4,14]},{"path":[4,7,4,0,2,3,2],"span":[54,17,18]},{"path":[4,7,4,0,2,4],"span":[55,4,13]},{"path":[4,7,4,0,2,4,1],"span":[55,4,8]},{"path":[4,7,4,0,2,4,2],"span":[55,11,12]},{"path":[4,7,4,0,2,5],"span":[56,4,15]},{"path":[4,7,4,0,2,5,1],"span":[56,4,10]},{"path":[4,7,4,0,2,5,2],"span":[56,13,14]},{"path":[4,7,2,0],"span":[58,2,25]},{"path":[4,7,2,0,6],"span":[58,2,15]},{"path":[4,7,2,0,1],"span":[58,16,20]},{"path":[4,7,2,0,3],"span":[58,23,24]},{"path":[4,7,2,1],"span":[59,2,29]},{"path":[4,7,2,1,4],"span":[59,2,10]},{"path":[4,7,2,1,5],"span":[59,11,17]},{"path":[4,7,2,1,1],"span":[59,18,24]},{"path":[4,7,2,1,3],"span":[59,27,28]},{"path":[4,8],"span":[62,0,77,1]},{"path":[4,8,1],"span":[62,8,17]},{"path":[4,8,4,0],"span":[63,2,69,3]},{"path":[4,8,4,0,1],"span":[63,7,20]},{"path":[4,8,4,0,2,0],"span":[64,4,20]},{"path":[4,8,4,0,2,0,1],"span":[64,4,15]},{"path":[4,8,4,0,2,0,2],"span":[64,18,19]},{"path":[4,8,4,0,2,1],"span":[65,4,14]},{"path":[4,8,4,0,2,1,1],"span":[65,4,9]},{"path":[4,8,4,0,2,1,2],"span":[65,12,13]},{"path":[4,8,4,0,2,2],"span":[66,4,18]},{"path":[4,8,4,0,2,2,1],"span":[66,4,13]},{"path":[4,8,4,0,2,2,2],"span":[66,16,17]},{"path":[4,8,4,0,2,3],"span":[67,4,15]},{"path":[4,8,4,0,2,3,1],"span":[67,4,10]},{"path":[4,8,4,0,2,3,2],"span":[67,13,14]},{"path":[4,8,4,0,2,4],"span":[68,4,18]},{"path":[4,8,4,0,2,4,1],"span":[68,4,13]},{"path":[4,8,4,0,2,4,2],"span":[68,16,17]},{"path":[4,8,2,0],"span":[71,2,16]},{"path":[4,8,2,0,5],"span":[71,2,8]},{"path":[4,8,2,0,1],"span":[71,9,11]},{"path":[4,8,2,0,3],"span":[71,14,15]},{"path":[4,8,2,1],"span":[72,2,25]},{"path":[4,8,2,1,6],"span":[72,2,15]},{"path":[4,8,2,1,1],"span":[72,16,20]},{"path":[4,8,2,1,3],"span":[72,23,24]},{"path":[4,8,2,2],"span":[73,2,30]},{"path":[4,8,2,2,4],"span":[73,2,10]},{"path":[4,8,2,2,6],"span":[73,11,17]},{"path":[4,8,2,2,1],"span":[73,18,25]},{"path":[4,8,2,2,3],"span":[73,28,29]},{"path":[4,8,2,3],"span":[74,2,63]},{"path":[4,8,2,3,4],"span":[74,2,10]},{"path":[4,8,2,3,6],"span":[74,11,28]},{"path":[4,8,2,3,1],"span":[74,29,38]},{"path":[4,8,2,3,3],"span":[74,41,42]},{"path":[4,8,2,3,8],"span":[74,43,62]},{"path":[4,8,2,3,8,3],"span":[74,44,61]},{"path":[4,8,2,4],"span":[75,2,19]},{"path":[4,8,2,4,5],"span":[75,2,6]},{"path":[4,8,2,4,1],"span":[75,7,14]},{"path":[4,8,2,4,3],"span":[75,17,18]},{"path":[4,8,2,5],"span":[76,2,44]},{"path":[4,8,2,5,4],"span":[76,2,10]},{"path":[4,8,2,5,6],"span":[76,11,28]},{"path":[4,8,2,5,1],"span":[76,29,39]},{"path":[4,8,2,5,3],"span":[76,42,43]},{"path":[4,9],"span":[79,0,83,1]},{"path":[4,9,1],"span":[79,8,18]},{"path":[4,9,7],"span":[80,2,27]},{"path":[4,9,7,3],"span":[80,2,27]},{"path":[4,9,2,0],"span":[81,2,19]},{"path":[4,9,2,0,5],"span":[81,2,6]},{"path":[4,9,2,0,1],"span":[81,7,14]},{"path":[4,9,2,0,3],"span":[81,17,18]},{"path":[4,9,2,1],"span":[82,2,42]},{"path":[4,9,2,1,4],"span":[82,2,10]},{"path":[4,9,2,1,5],"span":[82,11,17]},{"path":[4,9,2,1,1],"span":[82,18,37]},{"path":[4,9,2,1,3],"span":[82,40,41]},{"path":[4,10],"span":[85,0,89,1]},{"path":[4,10,1],"span":[85,8,25]},{"path":[4,10,7],"span":[86,2,27]},{"path":[4,10,7,3],"span":[86,2,27]},{"path":[4,10,2,0],"span":[87,2,19]},{"path":[4,10,2,0,5],"span":[87,2,6]},{"path":[4,10,2,0,1],"span":[87,7,14]},{"path":[4,10,2,0,3],"span":[87,17,18]},{"path":[4,10,2,1],"span":[88,2,42]},{"path":[4,10,2,1,4],"span":[88,2,10]},{"path":[4,10,2,1,5],"span":[88,11,17]},{"path":[4,10,2,1,1],"span":[88,18,37]},{"path":[4,10,2,1,3],"span":[88,40,41]},{"path":[4,11],"span":[91,0,95,1]},{"path":[4,11,1],"span":[91,8,18]},{"path":[4,11,7],"span":[92,2,27]},{"path":[4,11,7,3],"span":[92,2,27]},{"path":[4,11,2,0],"span":[93,2,19]},{"path":[4,11,2,0,5],"span":[93,2,6]},{"path":[4,11,2,0,1],"span":[93,7,14]},{"path":[4,11,2,0,3],"span":[93,17,18]},{"path":[4,11,2,1],"span":[94,2,22]},{"path":[4,11,2,1,5],"span":[94,2,8]},{"path":[4,11,2,1,1],"span":[94,9,17]},{"path":[4,11,2,1,3],"span":[94,20,21]},{"path":[4,12],"span":[97,0,101,1]},{"path":[4,12,1],"span":[97,8,25]},{"path":[4,12,2,0],"span":[98,2,65]},{"path":[4,12,2,0,4],"span":[98,2,10]},{"path":[4,12,2,0,6],"span":[98,11,21]},{"path":[4,12,2,0,1],"span":[98,22,40]},{"path":[4,12,2,0,3],"span":[98,43,44]},{"path":[4,12,2,0,8],"span":[98,45,64]},{"path":[4,12,2,0,8,3],"span":[98,46,63]},{"path":[4,12,2,1],"span":[99,2,45]},{"path":[4,12,2,1,4],"span":[99,2,10]},{"path":[4,12,2,1,6],"span":[99,11,21]},{"path":[4,12,2,1,1],"span":[99,22,40]},{"path":[4,12,2,1,3],"span":[99,43,44]},{"path":[4,12,2,2],"span":[100,2,59]},{"path":[4,12,2,2,4],"span":[100,2,10]},{"path":[4,12,2,2,6],"span":[100,11,28]},{"path":[4,12,2,2,1],"span":[100,29,54]},{"path":[4,12,2,2,3],"span":[100,57,58]},{"path":[4,13],"span":[103,0,106,1]},{"path":[4,13,1],"span":[103,8,15]},{"path":[4,13,2,0],"span":[104,2,22]},{"path":[4,13,2,0,5],"span":[104,2,8]},{"path":[4,13,2,0,1],"span":[104,9,18]},{"path":[4,13,2,0,3],"span":[104,20,21]},{"path":[4,13,2,1],"span":[105,2,18]},{"path":[4,13,2,1,5],"span":[105,2,8]},{"path":[4,13,2,1,1],"span":[105,9,13]},{"path":[4,13,2,1,3],"span":[105,16,17]},{"path":[4,14],"span":[108,0,125,1]},{"path":[4,14,1],"span":[108,8,14]},{"path":[4,14,4,0],"span":[109,2,113,3]},{"path":[4,14,4,0,1],"span":[109,7,17]},{"path":[4,14,4,0,2,0],"span":[110,4,20]},{"path":[4,14,4,0,2,0,1],"span":[110,4,15]},{"path":[4,14,4,0,2,0,2],"span":[110,18,19]},{"path":[4,14,4,0,2,1],"span":[111,4,14]},{"path":[4,14,4,0,2,1,1],"span":[111,4,9]},{"path":[4,14,4,0,2,1,2],"span":[111,12,13]},{"path":[4,14,4,0,2,2],"span":[112,4,18]},{"path":[4,14,4,0,2,2,1],"span":[112,4,13]},{"path":[4,14,4,0,2,2,2],"span":[112,16,17]},{"path":[4,14,2,0],"span":[115,2,32]},{"path":[4,14,2,0,4],"span":[115,2,10]},{"path":[4,14,2,0,6],"span":[115,11,18]},{"path":[4,14,2,0,1],"span":[115,19,27]},{"path":[4,14,2,0,3],"span":[115,30,31]},{"path":[4,14,2,1],"span":[116,2,29]},{"path":[4,14,2,1,6],"span":[116,2,12]},{"path":[4,14,2,1,1],"span":[116,13,24]},{"path":[4,14,2,1,3],"span":[116,27,28]},{"path":[4,14,2,2],"span":[117,2,38]},{"path":[4,14,2,2,4],"span":[117,2,10]},{"path":[4,14,2,2,6],"span":[117,11,21]},{"path":[4,14,2,2,1],"span":[117,22,33]},{"path":[4,14,2,2,3],"span":[117,36,37]},{"path":[4,14,8,0],"span":[118,2,121,3]},{"path":[4,14,8,0,1],"span":[118,8,18]},{"path":[4,14,2,3],"span":[119,4,40]},{"path":[4,14,2,3,6],"span":[119,4,9]},{"path":[4,14,2,3,1],"span":[119,10,15]},{"path":[4,14,2,3,3],"span":[119,18,19]},{"path":[4,14,2,3,8],"span":[119,20,39]},{"path":[4,14,2,3,8,3],"span":[119,21,38]},{"path":[4,14,2,4],"span":[120,4,48]},{"path":[4,14,2,4,6],"span":[120,4,13]},{"path":[4,14,2,4,1],"span":[120,14,23]},{"path":[4,14,2,4,3],"span":[120,26,27]},{"path":[4,14,2,4,8],"span":[120,28,47]},{"path":[4,14,2,4,8,3],"span":[120,29,46]},{"path":[4,14,2,5],"span":[122,2,41]},{"path":[4,14,2,5,6],"span":[122,2,18]},{"path":[4,14,2,5,1],"span":[122,19,36]},{"path":[4,14,2,5,3],"span":[122,39,40]},{"path":[4,14,2,6],"span":[123,2,16]},{"path":[4,14,2,6,5],"span":[123,2,8]},{"path":[4,14,2,6,1],"span":[123,9,11]},{"path":[4,14,2,6,3],"span":[123,14,15]},{"path":[4,14,2,7],"span":[124,2,18]},{"path":[4,14,2,7,5],"span":[124,2,8]},{"path":[4,14,2,7,1],"span":[124,9,13]},{"path":[4,14,2,7,3],"span":[124,16,17]},{"path":[4,15],"span":[127,0,129,1]},{"path":[4,15,1],"span":[127,8,17]},{"path":[4,15,2,0],"span":[128,2,30]},{"path":[4,15,2,0,4],"span":[128,2,10]},{"path":[4,15,2,0,5],"span":[128,11,17]},{"path":[4,15,2,0,1],"span":[128,18,25]},{"path":[4,15,2,0,3],"span":[128,28,29]},{"path":[4,16],"span":[131,0,143,1]},{"path":[4,16,1],"span":[131,8,24]},{"path":[4,16,4,0],"span":[133,2,137,3]},{"path":[4,16,4,0,1],"span":[133,7,16]},{"path":[4,16,4,0,2,0],"span":[134,4,12]},{"path":[4,16,4,0,2,0,1],"span":[134,4,7]},{"path":[4,16,4,0,2,0,2],"span":[134,10,11]},{"path":[4,16,4,0,2,1],"span":[135,4,14]},{"path":[4,16,4,0,2,1,1],"span":[135,4,9]},{"path":[4,16,4,0,2,1,2],"span":[135,12,13]},{"path":[4,16,4,0,2,2],"span":[136,4,18]},{"path":[4,16,4,0,2,2,1],"span":[136,4,13]},{"path":[4,16,4,0,2,2,2],"span":[136,16,17]},{"path":[4,16,2,0],"span":[139,2,36]},{"path":[4,16,2,0,4],"span":[139,2,10]},{"path":[4,16,2,0,6],"span":[139,11,20]},{"path":[4,16,2,0,1],"span":[139,21,31]},{"path":[4,16,2,0,3],"span":[139,34,35]},{"path":[4,16,2,1],"span":[140,2,48]},{"path":[4,16,2,1,4],"span":[140,2,10]},{"path":[4,16,2,1,5],"span":[140,11,17]},{"path":[4,16,2,1,1],"span":[140,18,25]},{"path":[4,16,2,1,3],"span":[140,28,29]},{"path":[4,16,2,1,8],"span":[140,30,47]},{"path":[4,16,2,1,8,3],"span":[140,31,46]},{"path":[4,16,2,2],"span":[141,2,33]},{"path":[4,16,2,2,4],"span":[141,2,10]},{"path":[4,16,2,2,5],"span":[141,11,17]},{"path":[4,16,2,2,1],"span":[141,18,28]},{"path":[4,16,2,2,3],"span":[141,31,32]},{"path":[4,16,2,3],"span":[142,2,39]},{"path":[4,16,2,3,4],"span":[142,2,10]},{"path":[4,16,2,3,6],"span":[142,11,21]},{"path":[4,16,2,3,1],"span":[142,22,34]},{"path":[4,16,2,3,3],"span":[142,37,38]},{"path":[5,0],"span":[145,0,149,1]},{"path":[5,0,1],"span":[145,5,15]},{"path":[5,0,2,0],"span":[146,2,27]},{"path":[5,0,2,0,1],"span":[146,2,22]},{"path":[5,0,2,0,2],"span":[146,25,26]},{"path":[5,0,2,1],"span":[147,2,12]},{"path":[5,0,2,1,1],"span":[147,2,7]},{"path":[5,0,2,1,2],"span":[147,10,11]},{"path":[5,0,2,2],"span":[148,2,11]},{"path":[5,0,2,2,1],"span":[148,2,6]},{"path":[5,0,2,2,2],"span":[148,9,10]},{"path":[4,17],"span":[151,0,165,1]},{"path":[4,17,1],"span":[151,8,18]},{"path":[4,17,4,0],"span":[152,2,157,3]},{"path":[4,17,4,0,1],"span":[152,7,17]},{"path":[4,17,4,0,2,0],"span":[153,4,28]},{"path":[4,17,4,0,2,0,1],"span":[153,4,23]},{"path":[4,17,4,0,2,0,2],"span":[153,26,27]},{"path":[4,17,4,0,2,1],"span":[154,4,16]},{"path":[4,17,4,0,2,1,1],"span":[154,4,11]},{"path":[4,17,4,0,2,1,2],"span":[154,14,15]},{"path":[4,17,4,0,2,2],"span":[155,4,13]},{"path":[4,17,4,0,2,2,1],"span":[155,4,8]},{"path":[4,17,4,0,2,2,2],"span":[155,11,12]},{"path":[4,17,4,0,2,3],"span":[156,4,11]},{"path":[4,17,4,0,2,3,1],"span":[156,4,6]},{"path":[4,17,4,0,2,3,2],"span":[156,9,10]},{"path":[4,17,2,0],"span":[158,2,22]},{"path":[4,17,2,0,6],"span":[158,2,12]},{"path":[4,17,2,0,1],"span":[158,13,17]},{"path":[4,17,2,0,3],"span":[158,20,21]},{"path":[4,17,8,0],"span":[159,2,164,3]},{"path":[4,17,8,0,1],"span":[159,8,12]},{"path":[4,17,2,1],"span":[160,4,32]},{"path":[4,17,2,1,6],"span":[160,4,14]},{"path":[4,17,2,1,1],"span":[160,15,27]},{"path":[4,17,2,1,3],"span":[160,30,31]},{"path":[4,17,2,2],"span":[161,4,23]},{"path":[4,17,2,2,6],"span":[161,4,10]},{"path":[4,17,2,2,1],"span":[161,11,18]},{"path":[4,17,2,2,3],"span":[161,21,22]},{"path":[4,17,2,3],"span":[162,4,40]},{"path":[4,17,2,3,5],"span":[162,4,10]},{"path":[4,17,2,3,1],"span":[162,11,17]},{"path":[4,17,2,3,3],"span":[162,20,21]},{"path":[4,17,2,3,8],"span":[162,22,39]},{"path":[4,17,2,3,8,3],"span":[162,23,38]},{"path":[4,17,2,4],"span":[163,4,27]},{"path":[4,17,2,4,6],"span":[163,4,12]},{"path":[4,17,2,4,1],"span":[163,13,22]},{"path":[4,17,2,4,3],"span":[163,25,26]},{"path":[4,18],"span":[167,0,169,1]},{"path":[4,18,1],"span":[167,8,16]},{"path":[4,18,2,0],"span":[168,2,20]},{"path":[4,18,2,0,5],"span":[168,2,8]},{"path":[4,18,2,0,1],"span":[168,9,15]},{"path":[4,18,2,0,3],"span":[168,18,19]},{"path":[4,19],"span":[171,0,175,1]},{"path":[4,19,1],"span":[171,8,18]},{"path":[4,19,2,0],"span":[172,2,22]},{"path":[4,19,2,0,6],"span":[172,2,12]},{"path":[4,19,2,0,1],"span":[172,13,17]},{"path":[4,19,2,0,3],"span":[172,20,21]},{"path":[4,19,2,1],"span":[173,2,20]},{"path":[4,19,2,1,5],"span":[173,2,8]},{"path":[4,19,2,1,1],"span":[173,9,15]},{"path":[4,19,2,1,3],"span":[173,18,19]},{"path":[4,19,2,2],"span":[174,2,31]},{"path":[4,19,2,2,4],"span":[174,2,10]},{"path":[4,19,2,2,6],"span":[174,11,21]},{"path":[4,19,2,2,1],"span":[174,22,26]},{"path":[4,19,2,2,3],"span":[174,29,30]},{"path":[4,20],"span":[177,0,181,1]},{"path":[4,20,1],"span":[177,8,18]},{"path":[4,20,2,0],"span":[178,2,20]},{"path":[4,20,2,0,5],"span":[178,2,6]},{"path":[4,20,2,0,1],"span":[178,7,15]},{"path":[4,20,2,0,3],"span":[178,18,19]},{"path":[4,20,2,1],"span":[179,2,25]},{"path":[4,20,2,1,5],"span":[179,2,7]},{"path":[4,20,2,1,1],"span":[179,8,20]},{"path":[4,20,2,1,3],"span":[179,23,24]},{"path":[4,20,2,2],"span":[180,2,31]},{"path":[4,20,2,2,5],"span":[180,2,6]},{"path":[4,20,2,2,1],"span":[180,7,26]},{"path":[4,20,2,2,3],"span":[180,29,30]},{"path":[4,21],"span":[183,0,197,1]},{"path":[4,21,1],"span":[183,8,14]},{"path":[4,21,4,0],"span":[184,2,188,3]},{"path":[4,21,4,0,1],"span":[184,7,15]},{"path":[4,21,4,0,2,0],"span":[185,4,26]},{"path":[4,21,4,0,2,0,1],"span":[185,4,21]},{"path":[4,21,4,0,2,0,2],"span":[185,24,25]},{"path":[4,21,4,0,2,1],"span":[186,4,13]},{"path":[4,21,4,0,2,1,1],"span":[186,4,8]},{"path":[4,21,4,0,2,1,2],"span":[186,11,12]},{"path":[4,21,4,0,2,2],"span":[187,4,14]},{"path":[4,21,4,0,2,2,1],"span":[187,4,9]},{"path":[4,21,4,0,2,2,2],"span":[187,12,13]},{"path":[4,21,2,0],"span":[189,2,18]},{"path":[4,21,2,0,5],"span":[189,2,8]},{"path":[4,21,2,0,1],"span":[189,9,13]},{"path":[4,21,2,0,3],"span":[189,16,17]},{"path":[4,21,2,1],"span":[190,2,25]},{"path":[4,21,2,1,5],"span":[190,2,8]},{"path":[4,21,2,1,1],"span":[190,9,20]},{"path":[4,21,2,1,3],"span":[190,23,24]},{"path":[4,21,2,2],"span":[191,2,20]},{"path":[4,21,2,2,5],"span":[191,2,8]},{"path":[4,21,2,2,1],"span":[191,9,15]},{"path":[4,21,2,2,3],"span":[191,18,19]},{"path":[4,21,2,3],"span":[192,2,25]},{"path":[4,21,2,3,5],"span":[192,2,6]},{"path":[4,21,2,3,1],"span":[192,7,20]},{"path":[4,21,2,3,3],"span":[192,23,24]},{"path":[4,21,2,4],"span":[193,2,27]},{"path":[4,21,2,4,5],"span":[193,2,6]},{"path":[4,21,2,4,1],"span":[193,7,22]},{"path":[4,21,2,4,3],"span":[193,25,26]},{"path":[4,21,2,5],"span":[194,2,25]},{"path":[4,21,2,5,6],"span":[194,2,10]},{"path":[4,21,2,5,1],"span":[194,11,20]},{"path":[4,21,2,5,3],"span":[194,23,24]},{"path":[4,21,2,6],"span":[195,2,17]},{"path":[4,21,2,6,5],"span":[195,2,7]},{"path":[4,21,2,6,1],"span":[195,8,12]},{"path":[4,21,2,6,3],"span":[195,15,16]},{"path":[4,21,2,7],"span":[196,2,23]},{"path":[4,21,2,7,5],"span":[196,2,8]},{"path":[4,21,2,7,1],"span":[196,9,18]},{"path":[4,21,2,7,3],"span":[196,21,22]},{"path":[4,22],"span":[199,0,207,1]},{"path":[4,22,1],"span":[199,8,13]},{"path":[4,22,4,0],"span":[200,2,204,3]},{"path":[4,22,4,0,1],"span":[200,7,16]},{"path":[4,22,4,0,2,0],"span":[201,4,12]},{"path":[4,22,4,0,2,0,1],"span":[201,4,7]},{"path":[4,22,4,0,2,0,2],"span":[201,10,11]},{"path":[4,22,4,0,2,1],"span":[202,4,14]},{"path":[4,22,4,0,2,1,1],"span":[202,4,9]},{"path":[4,22,4,0,2,1,2],"span":[202,12,13]},{"path":[4,22,4,0,2,2],"span":[203,4,18]},{"path":[4,22,4,0,2,2,1],"span":[203,4,13]},{"path":[4,22,4,0,2,2,2],"span":[203,16,17]},{"path":[4,22,2,0],"span":[206,2,27]},{"path":[4,22,2,0,6],"span":[206,2,11]},{"path":[4,22,2,0,1],"span":[206,12,22]},{"path":[4,22,2,0,3],"span":[206,25,26]},{"path":[4,23],"span":[209,0,218,1]},{"path":[4,23,1],"span":[209,8,18]},{"path":[4,23,4,0],"span":[210,2,213,3]},{"path":[4,23,4,0,1],"span":[210,7,21]},{"path":[4,23,4,0,2,0],"span":[212,4,20]},{"path":[4,23,4,0,2,0,1],"span":[212,4,15]},{"path":[4,23,4,0,2,0,2],"span":[212,18,19]},{"path":[4,23,2,0],"span":[215,2,44]},{"path":[4,23,2,0,6],"span":[215,2,16]},{"path":[4,23,2,0,1],"span":[215,17,21]},{"path":[4,23,2,0,3],"span":[215,24,25]},{"path":[4,23,2,0,8],"span":[215,26,43]},{"path":[4,23,2,0,8,3],"span":[215,27,42]},{"path":[4,23,2,1],"span":[216,2,16]},{"path":[4,23,2,1,5],"span":[216,2,8]},{"path":[4,23,2,1,1],"span":[216,9,11]},{"path":[4,23,2,1,3],"span":[216,14,15]},{"path":[4,23,2,2],"span":[217,2,18]},{"path":[4,23,2,2,5],"span":[217,2,7]},{"path":[4,23,2,2,1],"span":[217,8,13]},{"path":[4,23,2,2,3],"span":[217,16,17]},{"path":[4,24],"span":[220,0,226,1]},{"path":[4,24,1],"span":[220,8,25]},{"path":[4,24,2,0],"span":[221,2,35]},{"path":[4,24,2,0,4],"span":[221,2,10]},{"path":[4,24,2,0,6],"span":[221,11,22]},{"path":[4,24,2,0,1],"span":[221,23,30]},{"path":[4,24,2,0,3],"span":[221,33,34]},{"path":[4,24,2,1],"span":[222,2,31]},{"path":[4,24,2,1,4],"span":[222,2,10]},{"path":[4,24,2,1,6],"span":[222,11,22]},{"path":[4,24,2,1,1],"span":[222,23,26]},{"path":[4,24,2,1,3],"span":[222,29,30]},{"path":[4,24,2,2],"span":[223,2,37]},{"path":[4,24,2,2,4],"span":[223,2,10]},{"path":[4,24,2,2,6],"span":[223,11,25]},{"path":[4,24,2,2,1],"span":[223,26,32]},{"path":[4,24,2,2,3],"span":[223,35,36]},{"path":[4,24,2,3],"span":[224,2,42]},{"path":[4,24,2,3,4],"span":[224,2,10]},{"path":[4,24,2,3,6],"span":[224,11,27]},{"path":[4,24,2,3,1],"span":[224,28,37]},{"path":[4,24,2,3,3],"span":[224,40,41]},{"path":[4,24,2,4],"span":[225,2,42]},{"path":[4,24,2,4,4],"span":[225,2,10]},{"path":[4,24,2,4,6],"span":[225,11,27]},{"path":[4,24,2,4,1],"span":[225,28,37]},{"path":[4,24,2,4,3],"span":[225,40,41]},{"path":[4,25],"span":[228,0,235,1]},{"path":[4,25,1],"span":[228,8,19]},{"path":[4,25,2,0],"span":[229,2,66]},{"path":[4,25,2,0,4],"span":[229,2,10]},{"path":[4,25,2,0,6],"span":[229,11,39]},{"path":[4,25,2,0,1],"span":[229,40,61]},{"path":[4,25,2,0,3],"span":[229,64,65]},{"path":[4,25,2,1],"span":[230,2,47]},{"path":[4,25,2,1,4],"span":[230,2,10]},{"path":[4,25,2,1,6],"span":[230,11,30]},{"path":[4,25,2,1,1],"span":[230,31,42]},{"path":[4,25,2,1,3],"span":[230,45,46]},{"path":[4,25,2,2],"span":[231,2,50]},{"path":[4,25,2,2,4],"span":[231,2,10]},{"path":[4,25,2,2,6],"span":[231,11,31]},{"path":[4,25,2,2,1],"span":[231,32,45]},{"path":[4,25,2,2,3],"span":[231,48,49]},{"path":[4,25,2,3],"span":[232,2,49]},{"path":[4,25,2,3,4],"span":[232,2,10]},{"path":[4,25,2,3,6],"span":[232,11,30]},{"path":[4,25,2,3,1],"span":[232,31,44]},{"path":[4,25,2,3,3],"span":[232,47,48]},{"path":[4,25,2,4],"span":[233,2,60]},{"path":[4,25,2,4,4],"span":[233,2,10]},{"path":[4,25,2,4,6],"span":[233,11,36]},{"path":[4,25,2,4,1],"span":[233,37,55]},{"path":[4,25,2,4,3],"span":[233,58,59]},{"path":[4,25,2,5],"span":[234,2,37]},{"path":[4,25,2,5,4],"span":[234,2,10]},{"path":[4,25,2,5,6],"span":[234,11,25]},{"path":[4,25,2,5,1],"span":[234,26,32]},{"path":[4,25,2,5,3],"span":[234,35,36]},{"path":[4,26],"span":[237,0,240,1]},{"path":[4,26,1],"span":[237,8,27]},{"path":[4,26,2,0],"span":[238,2,53],"trailingComments":" cron expression\n"},{"path":[4,26,2,0,6],"span":[238,2,29]},{"path":[4,26,2,0,1],"span":[238,30,48]},{"path":[4,26,2,0,3],"span":[238,51,52]},{"path":[4,26,2,1],"span":[239,2,56]},{"path":[4,26,2,1,4],"span":[239,2,10]},{"path":[4,26,2,1,6],"span":[239,11,34]},{"path":[4,26,2,1,1],"span":[239,35,51]},{"path":[4,26,2,1,3],"span":[239,54,55]},{"path":[4,27],"span":[242,0,245,1]},{"path":[4,27,1],"span":[242,8,31]},{"path":[4,27,2,0],"span":[243,2,60],"trailingComments":" default 30 days\n"},{"path":[4,27,2,0,6],"span":[243,2,28]},{"path":[4,27,2,0,1],"span":[243,29,55]},{"path":[4,27,2,0,3],"span":[243,58,59]},{"path":[4,27,2,1],"span":[244,2,62],"trailingComments":" default 365 days\n"},{"path":[4,27,2,1,6],"span":[244,2,28]},{"path":[4,27,2,1,1],"span":[244,29,57]},{"path":[4,27,2,1,3],"span":[244,60,61]},{"path":[4,28],"span":[247,0,252,1]},{"path":[4,28,1],"span":[247,8,28]},{"path":[4,28,2,0],"span":[248,2,54]},{"path":[4,28,2,0,6],"span":[248,2,27]},{"path":[4,28,2,0,1],"span":[248,28,49]},{"path":[4,28,2,0,3],"span":[248,52,53]},{"path":[4,28,2,1],"span":[249,2,66],"trailingComments":" will only be used if smart polling is disabled, default 60 seconds.\n"},{"path":[4,28,2,1,6],"span":[249,2,28]},{"path":[4,28,2,1,1],"span":[249,29,61]},{"path":[4,28,2,1,3],"span":[249,64,65]},{"path":[4,28,2,2],"span":[251,2,48],"trailingComments":" key is the polling zero based frequency, value is the polling interval in seconds. Will only be used if smart polling is enabled. I.e: [(0, 15), (1, 60), (2, 120)] = 15 seconds for the high frequency polling, 60 seconds for the normal frequency polling, 120 seconds for the low frequency polling\n"},{"path":[4,28,2,2,6],"span":[251,2,19]},{"path":[4,28,2,2,1],"span":[251,20,43]},{"path":[4,28,2,2,3],"span":[251,46,47]},{"path":[4,29],"span":[254,0,256,1]},{"path":[4,29,1],"span":[254,8,27]},{"path":[4,29,2,0],"span":[255,2,58],"trailingComments":" default 15 minutes\n"},{"path":[4,29,2,0,6],"span":[255,2,28]},{"path":[4,29,2,0,1],"span":[255,29,53]},{"path":[4,29,2,0,3],"span":[255,56,57]},{"path":[4,30],"span":[258,0,260,1]},{"path":[4,30,1],"span":[258,8,33]},{"path":[4,30,2,0],"span":[259,2,58],"trailingComments":" default 240 minutes (4 hours)\n"},{"path":[4,30,2,0,6],"span":[259,2,28]},{"path":[4,30,2,0,1],"span":[259,29,53]},{"path":[4,30,2,0,3],"span":[259,56,57]},{"path":[4,31],"span":[262,0,266,1]},{"path":[4,31,1],"span":[262,8,22]},{"path":[4,31,2,0],"span":[263,2,40]},{"path":[4,31,2,0,6],"span":[263,2,27]},{"path":[4,31,2,0,1],"span":[263,28,35]},{"path":[4,31,2,0,3],"span":[263,38,39]},{"path":[4,31,2,1],"span":[264,2,58]},{"path":[4,31,2,1,6],"span":[264,2,28]},{"path":[4,31,2,1,1],"span":[264,29,53]},{"path":[4,31,2,1,3],"span":[264,56,57]},{"path":[4,31,2,2],"span":[265,2,41]},{"path":[4,31,2,2,6],"span":[265,2,29]},{"path":[4,31,2,2,1],"span":[265,30,36]},{"path":[4,31,2,2,3],"span":[265,39,40]},{"path":[4,32],"span":[268,0,274,1]},{"path":[4,32,1],"span":[268,8,36]},{"path":[4,32,2,0],"span":[269,2,47]},{"path":[4,32,2,0,4],"span":[269,2,10]},{"path":[4,32,2,0,6],"span":[269,11,30]},{"path":[4,32,2,0,1],"span":[269,31,42]},{"path":[4,32,2,0,3],"span":[269,45,46]},{"path":[4,32,2,1],"span":[270,2,60]},{"path":[4,32,2,1,4],"span":[270,2,10]},{"path":[4,32,2,1,6],"span":[270,11,36]},{"path":[4,32,2,1,1],"span":[270,37,55]},{"path":[4,32,2,1,3],"span":[270,58,59]},{"path":[4,32,2,2],"span":[271,2,50]},{"path":[4,32,2,2,4],"span":[271,2,10]},{"path":[4,32,2,2,6],"span":[271,11,31]},{"path":[4,32,2,2,1],"span":[271,32,45]},{"path":[4,32,2,2,3],"span":[271,48,49]},{"path":[4,32,2,3],"span":[272,2,68]},{"path":[4,32,2,3,4],"span":[272,2,10]},{"path":[4,32,2,3,6],"span":[272,11,40]},{"path":[4,32,2,3,1],"span":[272,41,63]},{"path":[4,32,2,3,3],"span":[272,66,67]},{"path":[4,32,2,4],"span":[273,2,44]},{"path":[4,32,2,4,4],"span":[273,2,10]},{"path":[4,32,2,4,6],"span":[273,11,28]},{"path":[4,32,2,4,1],"span":[273,29,39]},{"path":[4,32,2,4,3],"span":[273,42,43]},{"path":[4,33],"span":[276,0,278,1]},{"path":[4,33,1],"span":[276,8,27]},{"path":[4,33,2,0],"span":[277,2,49],"trailingComments":" default 100\n"},{"path":[4,33,2,0,6],"span":[277,2,28]},{"path":[4,33,2,0,1],"span":[277,29,44]},{"path":[4,33,2,0,3],"span":[277,47,48]},{"path":[4,34],"span":[280,0,283,1]},{"path":[4,34,1],"span":[280,8,25]},{"path":[4,34,2,0],"span":[281,2,39],"trailingComments":" Ip addresses (including ranges and CIDR notations) or hostnames.\n"},{"path":[4,34,2,0,4],"span":[281,2,10]},{"path":[4,34,2,0,5],"span":[281,11,17]},{"path":[4,34,2,0,1],"span":[281,18,34]},{"path":[4,34,2,0,3],"span":[281,37,38]},{"path":[4,34,2,1],"span":[282,2,42],"trailingComments":" Network interface names.\n"},{"path":[4,34,2,1,4],"span":[282,2,10]},{"path":[4,34,2,1,5],"span":[282,11,17]},{"path":[4,34,2,1,1],"span":[282,18,37]},{"path":[4,34,2,1,3],"span":[282,40,41]},{"path":[4,35],"span":[285,0,288,1]},{"path":[4,35,1],"span":[285,8,33]},{"path":[4,35,2,0],"span":[286,2,40]},{"path":[4,35,2,0,6],"span":[286,2,27]},{"path":[4,35,2,0,1],"span":[286,28,35]},{"path":[4,35,2,0,3],"span":[286,38,39]},{"path":[4,35,2,1],"span":[287,2,51]},{"path":[4,35,2,1,6],"span":[287,2,27]},{"path":[4,35,2,1,1],"span":[287,28,46]},{"path":[4,35,2,1,3],"span":[287,49,50]},{"path":[4,36],"span":[290,0,292,1]},{"path":[4,36,1],"span":[290,8,28]},{"path":[4,37],"span":[294,0,297,1]},{"path":[4,37,1],"span":[294,8,37]},{"path":[4,37,2,0],"span":[295,2,44]},{"path":[4,37,2,0,6],"span":[295,2,27]},{"path":[4,37,2,0,1],"span":[295,28,39]},{"path":[4,37,2,0,3],"span":[295,42,43]},{"path":[4,37,2,1],"span":[296,2,52]},{"path":[4,37,2,1,6],"span":[296,2,37]},{"path":[4,37,2,1,1],"span":[296,38,47]},{"path":[4,37,2,1,3],"span":[296,50,51]},{"path":[4,38],"span":[299,0,303,1]},{"path":[4,38,1],"span":[299,8,30]},{"path":[4,38,2,0],"span":[300,2,40]},{"path":[4,38,2,0,6],"span":[300,2,27]},{"path":[4,38,2,0,1],"span":[300,28,35]},{"path":[4,38,2,0,3],"span":[300,38,39]},{"path":[4,38,2,1],"span":[301,2,38]},{"path":[4,38,2,1,6],"span":[301,2,28]},{"path":[4,38,2,1,1],"span":[301,29,33]},{"path":[4,38,2,1,3],"span":[301,36,37]},{"path":[4,38,2,2],"span":[302,2,42],"trailingComments":" additional data for a specific for the protocol\n"},{"path":[4,38,2,2,6],"span":[302,2,21]},{"path":[4,38,2,2,1],"span":[302,22,37]},{"path":[4,38,2,2,3],"span":[302,40,41]},{"path":[4,39],"span":[305,0,307,1]},{"path":[4,39,1],"span":[305,8,24]},{"path":[4,39,2,0],"span":[306,2,66]},{"path":[4,39,2,0,4],"span":[306,2,10]},{"path":[4,39,2,0,6],"span":[306,11,39]},{"path":[4,39,2,0,1],"span":[306,40,61]},{"path":[4,39,2,0,3],"span":[306,64,65]},{"path":[4,40],"span":[309,0,312,1]},{"path":[4,40,1],"span":[309,8,24]},{"path":[4,40,2,0],"span":[310,2,66]},{"path":[4,40,2,0,4],"span":[310,2,10]},{"path":[4,40,2,0,6],"span":[310,11,39]},{"path":[4,40,2,0,1],"span":[310,40,61]},{"path":[4,40,2,0,3],"span":[310,64,65]},{"path":[4,40,2,1],"span":[311,2,50],"trailingComments":" used to enable raw traffic packets logging for the OT sensor.\n"},{"path":[4,40,2,1,4],"span":[311,2,10]},{"path":[4,40,2,1,6],"span":[311,11,29]},{"path":[4,40,2,1,1],"span":[311,30,45]},{"path":[4,40,2,1,3],"span":[311,48,49]},{"path":[4,41],"span":[314,0,317,1]},{"path":[4,41,1],"span":[314,8,26]},{"path":[4,41,2,0],"span":[315,2,40]},{"path":[4,41,2,0,6],"span":[315,2,27]},{"path":[4,41,2,0,1],"span":[315,28,35]},{"path":[4,41,2,0,3],"span":[315,38,39]},{"path":[4,41,2,1],"span":[316,2,39]},{"path":[4,41,2,1,6],"span":[316,2,29]},{"path":[4,41,2,1,1],"span":[316,30,34]},{"path":[4,41,2,1,3],"span":[316,37,38]},{"path":[4,42],"span":[319,0,325,1]},{"path":[4,42,1],"span":[319,8,22]},{"path":[4,42,2,0],"span":[320,2,55],"trailingComments":" default false\n"},{"path":[4,42,2,0,6],"span":[320,2,27]},{"path":[4,42,2,0,1],"span":[320,28,50]},{"path":[4,42,2,0,3],"span":[320,53,54]},{"path":[4,42,2,1],"span":[321,2,50]},{"path":[4,42,2,1,4],"span":[321,2,10]},{"path":[4,42,2,1,6],"span":[321,11,31]},{"path":[4,42,2,1,1],"span":[321,32,45]},{"path":[4,42,2,1,3],"span":[321,48,49]},{"path":[4,42,2,2],"span":[322,2,41]},{"path":[4,42,2,2,4],"span":[322,2,10]},{"path":[4,42,2,2,6],"span":[322,11,27]},{"path":[4,42,2,2,1],"span":[322,28,36]},{"path":[4,42,2,2,3],"span":[322,39,40]},{"path":[4,42,2,3],"span":[323,2,37]},{"path":[4,42,2,3,4],"span":[323,2,10]},{"path":[4,42,2,3,6],"span":[323,11,25]},{"path":[4,42,2,3,1],"span":[323,26,32]},{"path":[4,42,2,3,3],"span":[323,35,36]},{"path":[4,42,2,4],"span":[324,2,50]},{"path":[4,42,2,4,4],"span":[324,2,10]},{"path":[4,42,2,4,6],"span":[324,11,31]},{"path":[4,42,2,4,1],"span":[324,32,45]},{"path":[4,42,2,4,3],"span":[324,48,49]},{"path":[4,43],"span":[327,0,330,1]},{"path":[4,43,1],"span":[327,8,28]},{"path":[4,43,2,0],"span":[328,2,40]},{"path":[4,43,2,0,6],"span":[328,2,27]},{"path":[4,43,2,0,1],"span":[328,28,35]},{"path":[4,43,2,0,3],"span":[328,38,39]},{"path":[4,43,2,1],"span":[329,2,48],"trailingComments":" cron expression \n"},{"path":[4,43,2,1,6],"span":[329,2,29]},{"path":[4,43,2,1,1],"span":[329,30,43]},{"path":[4,43,2,1,3],"span":[329,46,47]},{"path":[4,44],"span":[332,0,334,1]},{"path":[4,44,1],"span":[332,8,22]},{"path":[4,44,2,0],"span":[333,2,48]},{"path":[4,44,2,0,6],"span":[333,2,29]},{"path":[4,44,2,0,1],"span":[333,30,43]},{"path":[4,44,2,0,3],"span":[333,46,47]},{"path":[4,45],"span":[336,0,342,1]},{"path":[4,45,1],"span":[336,8,24]},{"path":[4,45,2,0],"span":[337,2,57],"trailingComments":" default true\n"},{"path":[4,45,2,0,6],"span":[337,2,27]},{"path":[4,45,2,0,1],"span":[337,28,52]},{"path":[4,45,2,0,3],"span":[337,55,56]},{"path":[4,45,2,1],"span":[338,2,50],"trailingComments":" cron expression\n"},{"path":[4,45,2,1,6],"span":[338,2,29]},{"path":[4,45,2,1,1],"span":[338,30,45]},{"path":[4,45,2,1,3],"span":[338,48,49]},{"path":[4,45,2,2],"span":[339,2,50]},{"path":[4,45,2,2,6],"span":[339,2,29]},{"path":[4,45,2,2,1],"span":[339,30,45]},{"path":[4,45,2,2,3],"span":[339,48,49]},{"path":[4,45,2,3],"span":[340,2,58]},{"path":[4,45,2,3,6],"span":[340,2,28]},{"path":[4,45,2,3,1],"span":[340,29,53]},{"path":[4,45,2,3,3],"span":[340,56,57]},{"path":[4,45,2,4],"span":[341,2,61]},{"path":[4,45,2,4,6],"span":[341,2,28]},{"path":[4,45,2,4,1],"span":[341,29,56]},{"path":[4,45,2,4,3],"span":[341,59,60]},{"path":[4,46],"span":[344,0,347,1]},{"path":[4,46,1],"span":[344,8,28]},{"path":[4,46,2,0],"span":[345,2,64]},{"path":[4,46,2,0,6],"span":[345,2,28]},{"path":[4,46,2,0,1],"span":[345,29,59]},{"path":[4,46,2,0,3],"span":[345,62,63]},{"path":[4,46,2,1],"span":[346,2,69]},{"path":[4,46,2,1,6],"span":[346,2,28]},{"path":[4,46,2,1,1],"span":[346,29,64]},{"path":[4,46,2,1,3],"span":[346,67,68]},{"path":[4,47],"span":[349,0,362,1]},{"path":[4,47,1],"span":[349,8,19]},{"path":[4,47,4,0],"span":[350,2,357,3]},{"path":[4,47,4,0,1],"span":[350,7,15]},{"path":[4,47,4,0,2,0],"span":[351,4,16]},{"path":[4,47,4,0,2,0,1],"span":[351,4,11]},{"path":[4,47,4,0,2,0,2],"span":[351,14,15]},{"path":[4,47,4,0,2,1],"span":[352,4,14]},{"path":[4,47,4,0,2,1,1],"span":[352,4,9]},{"path":[4,47,4,0,2,1,2],"span":[352,12,13]},{"path":[4,47,4,0,2,2],"span":[353,4,20]},{"path":[4,47,4,0,2,2,1],"span":[353,4,15]},{"path":[4,47,4,0,2,2,2],"span":[353,18,19]},{"path":[4,47,4,0,2,3],"span":[354,4,16]},{"path":[4,47,4,0,2,3,1],"span":[354,4,11]},{"path":[4,47,4,0,2,3,2],"span":[354,14,15]},{"path":[4,47,4,0,2,4],"span":[355,4,14]},{"path":[4,47,4,0,2,4,1],"span":[355,4,9]},{"path":[4,47,4,0,2,4,2],"span":[355,12,13]},{"path":[4,47,4,0,2,5],"span":[356,4,14]},{"path":[4,47,4,0,2,5,1],"span":[356,4,9]},{"path":[4,47,4,0,2,5,2],"span":[356,12,13]},{"path":[4,47,2,0],"span":[358,2,30],"trailingComments":" default INFORMATION\n"},{"path":[4,47,2,0,4],"span":[358,2,10]},{"path":[4,47,2,0,6],"span":[358,11,19]},{"path":[4,47,2,0,1],"span":[358,20,25]},{"path":[4,47,2,0,3],"span":[358,28,29]},{"path":[4,47,2,1],"span":[359,2,55],"trailingComments":" default 52428800 bytes (50MB)\n"},{"path":[4,47,2,1,6],"span":[359,2,28]},{"path":[4,47,2,1,1],"span":[359,29,50]},{"path":[4,47,2,1,3],"span":[359,53,54]},{"path":[4,47,2,2],"span":[360,2,59],"trailingComments":" default 5\n"},{"path":[4,47,2,2,6],"span":[360,2,28]},{"path":[4,47,2,2,1],"span":[360,29,54]},{"path":[4,47,2,2,3],"span":[360,57,58]},{"path":[4,47,2,3],"span":[361,2,35]},{"path":[4,47,2,3,6],"span":[361,2,20]},{"path":[4,47,2,3,1],"span":[361,21,30]},{"path":[4,47,2,3,3],"span":[361,33,34]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
1
+ {"file":[{"name":"google/protobuf/wrappers.proto","package":"google.protobuf","messageType":[{"name":"DoubleValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_DOUBLE","jsonName":"value"}]},{"name":"FloatValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_FLOAT","jsonName":"value"}]},{"name":"Int64Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"value"}]},{"name":"UInt64Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_UINT64","jsonName":"value"}]},{"name":"Int32Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"value"}]},{"name":"UInt32Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_UINT32","jsonName":"value"}]},{"name":"BoolValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"value"}]},{"name":"StringValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"value"}]},{"name":"BytesValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"value"}]}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"WrappersProto","javaMultipleFiles":true,"goPackage":"google.golang.org/protobuf/types/known/wrapperspb","ccEnableArenas":true,"objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.WellKnownTypes"},"sourceCodeInfo":{"location":[{"span":[40,0,122,1]},{"path":[12],"span":[40,0,18],"leadingDetachedComments":[" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"," Wrappers for primitive (non-message) types. These types are useful\n for embedding primitives in the `google.protobuf.Any` type and for places\n where we need to distinguish between the absence of a primitive\n typed field and its default value.\n\n These wrappers have no meaningful use within repeated fields as they lack\n the ability to detect presence on individual elements.\n These wrappers have no meaningful use within a map or a oneof since\n individual entries of a map or fields of a oneof can already detect presence.\n"]},{"path":[2],"span":[42,0,24]},{"path":[8],"span":[44,0,59]},{"path":[8,37],"span":[44,0,59]},{"path":[8],"span":[45,0,31]},{"path":[8,31],"span":[45,0,31]},{"path":[8],"span":[46,0,72]},{"path":[8,11],"span":[46,0,72]},{"path":[8],"span":[47,0,44]},{"path":[8,1],"span":[47,0,44]},{"path":[8],"span":[48,0,46]},{"path":[8,8],"span":[48,0,46]},{"path":[8],"span":[49,0,34]},{"path":[8,10],"span":[49,0,34]},{"path":[8],"span":[50,0,33]},{"path":[8,36],"span":[50,0,33]},{"path":[4,0],"span":[55,0,58,1],"leadingComments":" Wrapper message for `double`.\n\n The JSON representation for `DoubleValue` is JSON number.\n"},{"path":[4,0,1],"span":[55,8,19]},{"path":[4,0,2,0],"span":[57,2,19],"leadingComments":" The double value.\n"},{"path":[4,0,2,0,5],"span":[57,2,8]},{"path":[4,0,2,0,1],"span":[57,9,14]},{"path":[4,0,2,0,3],"span":[57,17,18]},{"path":[4,1],"span":[63,0,66,1],"leadingComments":" Wrapper message for `float`.\n\n The JSON representation for `FloatValue` is JSON number.\n"},{"path":[4,1,1],"span":[63,8,18]},{"path":[4,1,2,0],"span":[65,2,18],"leadingComments":" The float value.\n"},{"path":[4,1,2,0,5],"span":[65,2,7]},{"path":[4,1,2,0,1],"span":[65,8,13]},{"path":[4,1,2,0,3],"span":[65,16,17]},{"path":[4,2],"span":[71,0,74,1],"leadingComments":" Wrapper message for `int64`.\n\n The JSON representation for `Int64Value` is JSON string.\n"},{"path":[4,2,1],"span":[71,8,18]},{"path":[4,2,2,0],"span":[73,2,18],"leadingComments":" The int64 value.\n"},{"path":[4,2,2,0,5],"span":[73,2,7]},{"path":[4,2,2,0,1],"span":[73,8,13]},{"path":[4,2,2,0,3],"span":[73,16,17]},{"path":[4,3],"span":[79,0,82,1],"leadingComments":" Wrapper message for `uint64`.\n\n The JSON representation for `UInt64Value` is JSON string.\n"},{"path":[4,3,1],"span":[79,8,19]},{"path":[4,3,2,0],"span":[81,2,19],"leadingComments":" The uint64 value.\n"},{"path":[4,3,2,0,5],"span":[81,2,8]},{"path":[4,3,2,0,1],"span":[81,9,14]},{"path":[4,3,2,0,3],"span":[81,17,18]},{"path":[4,4],"span":[87,0,90,1],"leadingComments":" Wrapper message for `int32`.\n\n The JSON representation for `Int32Value` is JSON number.\n"},{"path":[4,4,1],"span":[87,8,18]},{"path":[4,4,2,0],"span":[89,2,18],"leadingComments":" The int32 value.\n"},{"path":[4,4,2,0,5],"span":[89,2,7]},{"path":[4,4,2,0,1],"span":[89,8,13]},{"path":[4,4,2,0,3],"span":[89,16,17]},{"path":[4,5],"span":[95,0,98,1],"leadingComments":" Wrapper message for `uint32`.\n\n The JSON representation for `UInt32Value` is JSON number.\n"},{"path":[4,5,1],"span":[95,8,19]},{"path":[4,5,2,0],"span":[97,2,19],"leadingComments":" The uint32 value.\n"},{"path":[4,5,2,0,5],"span":[97,2,8]},{"path":[4,5,2,0,1],"span":[97,9,14]},{"path":[4,5,2,0,3],"span":[97,17,18]},{"path":[4,6],"span":[103,0,106,1],"leadingComments":" Wrapper message for `bool`.\n\n The JSON representation for `BoolValue` is JSON `true` and `false`.\n"},{"path":[4,6,1],"span":[103,8,17]},{"path":[4,6,2,0],"span":[105,2,17],"leadingComments":" The bool value.\n"},{"path":[4,6,2,0,5],"span":[105,2,6]},{"path":[4,6,2,0,1],"span":[105,7,12]},{"path":[4,6,2,0,3],"span":[105,15,16]},{"path":[4,7],"span":[111,0,114,1],"leadingComments":" Wrapper message for `string`.\n\n The JSON representation for `StringValue` is JSON string.\n"},{"path":[4,7,1],"span":[111,8,19]},{"path":[4,7,2,0],"span":[113,2,19],"leadingComments":" The string value.\n"},{"path":[4,7,2,0,5],"span":[113,2,8]},{"path":[4,7,2,0,1],"span":[113,9,14]},{"path":[4,7,2,0,3],"span":[113,17,18]},{"path":[4,8],"span":[119,0,122,1],"leadingComments":" Wrapper message for `bytes`.\n\n The JSON representation for `BytesValue` is JSON string.\n"},{"path":[4,8,1],"span":[119,8,18]},{"path":[4,8,2,0],"span":[121,2,18],"leadingComments":" The bytes value.\n"},{"path":[4,8,2,0,5],"span":[121,2,7]},{"path":[4,8,2,0,1],"span":[121,8,13]},{"path":[4,8,2,0,3],"span":[121,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"proto/scanningconfig.proto","package":"lansweeper.scanningconfig.v1","dependency":["google/protobuf/wrappers.proto"],"messageType":[{"name":"DeleteActionRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"action_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"actionId"}]},{"name":"DeleteActionResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"},{"name":"message","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message","options":{"deprecated":true}}]},{"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":"GetExclusionsBySourceRequest","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":"GetExclusionsBySourceResponse","field":[{"name":"exclusions","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Exclusion","jsonName":"exclusions"}]},{"name":"Exclusion","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"reason","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"reason"},{"name":"sensor_ids","number":3,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"sensorIds"},{"name":"targets","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Target","jsonName":"targets"}]},{"name":"Target","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Target.ExclusionType","jsonName":"type"},{"name":"values","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"values"}],"enumType":[{"name":"ExclusionType","value":[{"name":"UNSPECIFIED","number":0},{"name":"IP_ADDR_RANGE","number":1},{"name":"MAC_ADDR","number":2},{"name":"ASSET_TYPE","number":3},{"name":"FQDN","number":4},{"name":"DOMAIN","number":5}]}]},{"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","options":{"deprecated":true},"proto3Optional":true},{"name":"enabled","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"app_config","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ApplicationConfig","oneofIndex":1,"jsonName":"appConfig","proto3Optional":true}],"enumType":[{"name":"ComponentType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"IT_SENSOR","number":2},{"name":"IT_HUB","number":3},{"name":"OT_SENSOR","number":4},{"name":"TRAFFIC_SENSOR","number":5}]}],"oneofDecl":[{"name":"_op_config"},{"name":"_app_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"}],"options":{"deprecated":true}},{"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"}],"options":{"deprecated":true}},{"name":"OperationalConfig","field":[{"name":"asset_radar_config","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AssetRadar","oneofIndex":0,"jsonName":"assetRadarConfig","options":{"deprecated":true},"proto3Optional":true},{"name":"auto_update_config","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AutoUpdate","oneofIndex":1,"jsonName":"autoUpdateConfig","proto3Optional":true},{"name":"network_visibility_config","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkVisibility","oneofIndex":2,"jsonName":"networkVisibilityConfig","proto3Optional":true}],"oneofDecl":[{"name":"_asset_radar_config"},{"name":"_auto_update_config"},{"name":"_network_visibility_config"}]},{"name":"Trigger","field":[{"name":"cron_expr","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"cronExpr"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"}]},{"name":"Action","field":[{"name":"triggers","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Trigger","jsonName":"triggers"},{"name":"action_type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Action.ActionType","jsonName":"actionType"},{"name":"credentials","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Credential","jsonName":"credentials"},{"name":"agent","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agent","oneofIndex":0,"jsonName":"agent","options":{"deprecated":true}},{"name":"agentless","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agentless","oneofIndex":0,"jsonName":"agentless","options":{"deprecated":true}},{"name":"action_definition","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ActionDefinition","jsonName":"actionDefinition"},{"name":"id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"}],"enumType":[{"name":"ActionType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"AGENTLESS","number":2}]}],"oneofDecl":[{"name":"definition"}]},{"name":"Agentless","field":[{"name":"targets","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets"}]},{"name":"ActionDefinition","field":[{"name":"scan_focus","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.ActionDefinition.ScanFocus","oneofIndex":0,"jsonName":"scanFocus","proto3Optional":true},{"name":"targets","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets","options":{"deprecated":true}},{"name":"exclusions","number":3,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"exclusions"},{"name":"targets_data","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.TargetData","jsonName":"targetsData"}],"enumType":[{"name":"ScanFocus","value":[{"name":"ALL","number":0},{"name":"USERS","number":1},{"name":"INVENTORY","number":2}]}],"oneofDecl":[{"name":"_scan_focus"}]},{"name":"TargetData","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.TargetData.TargetType","jsonName":"type"},{"name":"ip_scan_data","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.IPScanData","oneofIndex":0,"jsonName":"ipScanData"},{"name":"ad_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ADData","oneofIndex":0,"jsonName":"adData"},{"name":"target","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"target","options":{"deprecated":true}},{"name":"sccm_data","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.SCCMData","oneofIndex":0,"jsonName":"sccmData"}],"enumType":[{"name":"TargetType","value":[{"name":"UNKNOWN_TARGET_TYPE","number":0},{"name":"IP_SCAN","number":1},{"name":"SCCM","number":2},{"name":"AD","number":3}]}],"oneofDecl":[{"name":"info"}]},{"name":"SCCMData","field":[{"name":"target","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"target"}]},{"name":"IPScanData","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.IPScanType","jsonName":"type"},{"name":"target","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"target"},{"name":"ping","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.IPScanPing","oneofIndex":0,"jsonName":"ping","proto3Optional":true}],"oneofDecl":[{"name":"_ping"}]},{"name":"IPScanPing","field":[{"name":"use_ping","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"usePing"},{"name":"ping_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"pingTimeout"},{"name":"keep_no_answer_scan","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"keepNoAnswerScan"}]},{"name":"ADData","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"adsi_filter","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"adsiFilter"},{"name":"domain","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"domain"},{"name":"computer_scan","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"computerScan"},{"name":"user_group_scan","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"userGroupScan"},{"name":"ldap_type","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.ADData.LDAPType","jsonName":"ldapType"},{"name":"port","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"port"},{"name":"adsi_path","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"adsiPath"}],"enumType":[{"name":"LDAPType","value":[{"name":"UNKNOWN_LDAP_TYPE","number":0},{"name":"LDAP","number":1},{"name":"LDAPS","number":2}]}]},{"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","options":{"deprecated":true}},{"name":"id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"order","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"order"}],"enumType":[{"name":"CredentialType","value":[{"name":"UNSPECIFIED","number":0}]}]},{"name":"ApplicationConfig","field":[{"name":"logging","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.LogSettings","oneofIndex":0,"jsonName":"logging","proto3Optional":true},{"name":"hub","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.HubSettings","oneofIndex":1,"jsonName":"hub","proto3Optional":true},{"name":"update","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.UpdateSettings","oneofIndex":2,"jsonName":"update","proto3Optional":true},{"name":"it_sensor","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ItSensorSettings","oneofIndex":3,"jsonName":"itSensor","proto3Optional":true},{"name":"ot_sensor","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.OtSensorSettings","oneofIndex":4,"jsonName":"otSensor","proto3Optional":true}],"oneofDecl":[{"name":"_logging"},{"name":"_hub"},{"name":"_update"},{"name":"_it_sensor"},{"name":"_ot_sensor"}]},{"name":"HubSettings","field":[{"name":"network_configuration","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkConfigurationSettings","oneofIndex":0,"jsonName":"networkConfiguration","proto3Optional":true},{"name":"maintenance","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.MaintenanceSettings","oneofIndex":1,"jsonName":"maintenance","proto3Optional":true},{"name":"notifications","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NotificationSettings","oneofIndex":2,"jsonName":"notifications","proto3Optional":true},{"name":"feature_flags","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.FeatureFlagSettings","oneofIndex":3,"jsonName":"featureFlags","proto3Optional":true},{"name":"scan_configuration","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ScanConfigurationSettings","oneofIndex":4,"jsonName":"scanConfiguration","proto3Optional":true},{"name":"import","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ImportSettings","oneofIndex":5,"jsonName":"import","proto3Optional":true}],"oneofDecl":[{"name":"_network_configuration"},{"name":"_maintenance"},{"name":"_notifications"},{"name":"_feature_flags"},{"name":"_scan_configuration"},{"name":"_import"}]},{"name":"MaintenanceSettings","field":[{"name":"maintenance_window","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"maintenanceWindow"},{"name":"retention_policy","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.RetentionPolicySettings","oneofIndex":0,"jsonName":"retentionPolicy","proto3Optional":true}],"oneofDecl":[{"name":"_retention_policy"}]},{"name":"RetentionPolicySettings","field":[{"name":"synced_data_retention_days","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"syncedDataRetentionDays"},{"name":"unsynced_data_retention_days","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"unsyncedDataRetentionDays"}]},{"name":"NotificationSettings","field":[{"name":"smart_polling_enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"smartPollingEnabled"},{"name":"default_polling_interval_seconds","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"defaultPollingIntervalSeconds"},{"name":"smart_polling_intervals","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NotificationSettings.SmartPollingIntervalsEntry","jsonName":"smartPollingIntervals"}],"nestedType":[{"name":"SmartPollingIntervalsEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"value"}],"options":{"mapEntry":true}}]},{"name":"FeatureFlagSettings","field":[{"name":"polling_interval_minutes","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"pollingIntervalMinutes"}]},{"name":"ScanConfigurationSettings","field":[{"name":"polling_interval_minutes","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"pollingIntervalMinutes"}]},{"name":"ImportSettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"enabled"},{"name":"polling_interval_seconds","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"pollingIntervalSeconds"},{"name":"folder","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"folder"}]},{"name":"NetworkConfigurationSettings","field":[{"name":"parallelism","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ParallelismSettings","oneofIndex":0,"jsonName":"parallelism","proto3Optional":true},{"name":"network_visibility","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkVisibilitySettings","oneofIndex":1,"jsonName":"networkVisibility","proto3Optional":true},{"name":"ping_behavior","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.PingBehaviorSettings","oneofIndex":2,"jsonName":"pingBehavior","proto3Optional":true},{"name":"protocol_configuration","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ProtocolConfigurationSettings","oneofIndex":3,"jsonName":"protocolConfiguration","proto3Optional":true},{"name":"exclusions","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ExclusionSettings","oneofIndex":4,"jsonName":"exclusions","proto3Optional":true}],"oneofDecl":[{"name":"_parallelism"},{"name":"_network_visibility"},{"name":"_ping_behavior"},{"name":"_protocol_configuration"},{"name":"_exclusions"}]},{"name":"ParallelismSettings","field":[{"name":"max_parallelism","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"maxParallelism"}]},{"name":"ExclusionSettings","field":[{"name":"excluded_targets","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedTargets"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}]},{"name":"NetworkVisibilitySettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"enabled"},{"name":"active_cdr_enabled","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"activeCdrEnabled"}]},{"name":"PingBehaviorSettings"},{"name":"ProtocolConfigurationSettings","field":[{"name":"all_enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"allEnabled"},{"name":"protocols","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ProtocolConfigurationSettings.ProtocolsEntry","jsonName":"protocols"}],"nestedType":[{"name":"ProtocolsEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ProtocolDetailSettings","jsonName":"value"}],"options":{"mapEntry":true}}]},{"name":"ProtocolDetailSettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"enabled"},{"name":"port","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"port"},{"name":"additional_data","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ProtocolDetailSettings.AdditionalDataEntry","jsonName":"additionalData"}],"nestedType":[{"name":"AdditionalDataEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"value"}],"options":{"mapEntry":true}}]},{"name":"ItSensorSettings","field":[{"name":"network_configuration","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkConfigurationSettings","oneofIndex":0,"jsonName":"networkConfiguration","proto3Optional":true}],"oneofDecl":[{"name":"_network_configuration"}]},{"name":"OtSensorSettings","field":[{"name":"network_configuration","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkConfigurationSettings","oneofIndex":0,"jsonName":"networkConfiguration","proto3Optional":true},{"name":"traffic_logging","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.TrafficLogSettings","oneofIndex":1,"jsonName":"trafficLogging","proto3Optional":true}],"oneofDecl":[{"name":"_network_configuration"},{"name":"_traffic_logging"}]},{"name":"TrafficLogSettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"enabled"},{"name":"path","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"path"}]},{"name":"UpdateSettings","field":[{"name":"update_on_availability","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"updateOnAvailability"},{"name":"update_window","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.UpdateWindowSettings","oneofIndex":0,"jsonName":"updateWindow","proto3Optional":true},{"name":"download","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.DownloadSettings","oneofIndex":1,"jsonName":"download","proto3Optional":true},{"name":"backup","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.BackupSettings","oneofIndex":2,"jsonName":"backup","proto3Optional":true},{"name":"prerequisites","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.PrerequisiteSettings","oneofIndex":3,"jsonName":"prerequisites","proto3Optional":true}],"oneofDecl":[{"name":"_update_window"},{"name":"_download"},{"name":"_backup"},{"name":"_prerequisites"}]},{"name":"UpdateWindowSettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"enabled"},{"name":"update_window","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"updateWindow"}]},{"name":"BackupSettings","field":[{"name":"backup_folder","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"backupFolder"}]},{"name":"DownloadSettings","field":[{"name":"download_on_availability","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"downloadOnAvailability"},{"name":"download_window","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"downloadWindow"},{"name":"download_folder","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"downloadFolder"},{"name":"download_timeout_seconds","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"downloadTimeoutSeconds"},{"name":"throttle_rate_kb_per_second","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"throttleRateKbPerSecond"}]},{"name":"PrerequisiteSettings","field":[{"name":"required_free_disk_space_bytes","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int64Value","jsonName":"requiredFreeDiskSpaceBytes"},{"name":"required_free_disk_space_percentage","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"requiredFreeDiskSpacePercentage"}]},{"name":"LogSettings","field":[{"name":"level","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.LogSettings.LogLevel","oneofIndex":0,"jsonName":"level","proto3Optional":true},{"name":"file_size_limit_bytes","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int64Value","jsonName":"fileSizeLimitBytes"},{"name":"retained_file_count_limit","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"retainedFileCountLimit"},{"name":"overrides","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.LogSettings.OverridesEntry","jsonName":"overrides"}],"nestedType":[{"name":"OverridesEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"value"}],"options":{"mapEntry":true}}],"enumType":[{"name":"LogLevel","value":[{"name":"VERBOSE","number":0},{"name":"DEBUG","number":1},{"name":"INFORMATION","number":2},{"name":"WARNING","number":3},{"name":"ERROR","number":4},{"name":"FATAL","number":5}]}],"oneofDecl":[{"name":"_level"}]}],"enumType":[{"name":"IPScanType","value":[{"name":"UNKNOWN_IP_SCAN_TYPE","number":0},{"name":"RANGE","number":1},{"name":"HOST","number":2}]}],"service":[{"name":"ScanningConfigService","method":[{"name":"GetConfigurationsBySource","inputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceRequest","outputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse","options":{}},{"name":"DeleteAction","inputType":".lansweeper.scanningconfig.v1.DeleteActionRequest","outputType":".lansweeper.scanningconfig.v1.DeleteActionResponse","options":{}},{"name":"GetExclusionsBySource","inputType":".lansweeper.scanningconfig.v1.GetExclusionsBySourceRequest","outputType":".lansweeper.scanningconfig.v1.GetExclusionsBySourceResponse","options":{}}]}],"options":{"javaMultipleFiles":true,"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,363,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":[8],"span":[4,0,34]},{"path":[8,10],"span":[4,0,34]},{"path":[3,0],"span":[6,0,40]},{"path":[6,0],"span":[8,0,12,1]},{"path":[6,0,1],"span":[8,8,29]},{"path":[6,0,2,0],"span":[9,2,112]},{"path":[6,0,2,0,1],"span":[9,6,31]},{"path":[6,0,2,0,2],"span":[9,32,64]},{"path":[6,0,2,0,3],"span":[9,75,108]},{"path":[6,0,2,1],"span":[10,2,73]},{"path":[6,0,2,1,1],"span":[10,6,18]},{"path":[6,0,2,1,2],"span":[10,19,38]},{"path":[6,0,2,1,3],"span":[10,49,69]},{"path":[6,0,2,2],"span":[11,2,100]},{"path":[6,0,2,2,1],"span":[11,6,27]},{"path":[6,0,2,2,2],"span":[11,28,56]},{"path":[6,0,2,2,3],"span":[11,67,96]},{"path":[4,0],"span":[14,0,17,1]},{"path":[4,0,1],"span":[14,8,27]},{"path":[4,0,2,0],"span":[15,2,21]},{"path":[4,0,2,0,5],"span":[15,2,8]},{"path":[4,0,2,0,1],"span":[15,9,16]},{"path":[4,0,2,0,3],"span":[15,19,20]},{"path":[4,0,2,1],"span":[16,2,23]},{"path":[4,0,2,1,5],"span":[16,2,8]},{"path":[4,0,2,1,1],"span":[16,9,18]},{"path":[4,0,2,1,3],"span":[16,21,22]},{"path":[4,1],"span":[19,0,22,1]},{"path":[4,1,1],"span":[19,8,28]},{"path":[4,1,2,0],"span":[20,2,19]},{"path":[4,1,2,0,5],"span":[20,2,6]},{"path":[4,1,2,0,1],"span":[20,7,14]},{"path":[4,1,2,0,3],"span":[20,17,18]},{"path":[4,1,2,1],"span":[21,2,41]},{"path":[4,1,2,1,5],"span":[21,2,8]},{"path":[4,1,2,1,1],"span":[21,9,16]},{"path":[4,1,2,1,3],"span":[21,19,20]},{"path":[4,1,2,1,8],"span":[21,21,40]},{"path":[4,1,2,1,8,3],"span":[21,22,39]},{"path":[4,2],"span":[24,0,27,1]},{"path":[4,2,1],"span":[24,8,40]},{"path":[4,2,2,0],"span":[25,2,23]},{"path":[4,2,2,0,5],"span":[25,2,8]},{"path":[4,2,2,0,1],"span":[25,9,18]},{"path":[4,2,2,0,3],"span":[25,21,22]},{"path":[4,2,2,1],"span":[26,2,21]},{"path":[4,2,2,1,5],"span":[26,2,8]},{"path":[4,2,2,1,1],"span":[26,9,16]},{"path":[4,2,2,1,3],"span":[26,19,20]},{"path":[4,3],"span":[29,0,31,1]},{"path":[4,3,1],"span":[29,8,41]},{"path":[4,3,2,0],"span":[30,2,33]},{"path":[4,3,2,0,4],"span":[30,2,10]},{"path":[4,3,2,0,6],"span":[30,11,20]},{"path":[4,3,2,0,1],"span":[30,21,28]},{"path":[4,3,2,0,3],"span":[30,31,32]},{"path":[4,4],"span":[33,0,36,1]},{"path":[4,4,1],"span":[33,8,36]},{"path":[4,4,2,0],"span":[34,2,23]},{"path":[4,4,2,0,5],"span":[34,2,8]},{"path":[4,4,2,0,1],"span":[34,9,18]},{"path":[4,4,2,0,3],"span":[34,21,22]},{"path":[4,4,2,1],"span":[35,2,21]},{"path":[4,4,2,1,5],"span":[35,2,8]},{"path":[4,4,2,1,1],"span":[35,9,16]},{"path":[4,4,2,1,3],"span":[35,19,20]},{"path":[4,5],"span":[38,0,40,1]},{"path":[4,5,1],"span":[38,8,37]},{"path":[4,5,2,0],"span":[39,2,36]},{"path":[4,5,2,0,4],"span":[39,2,10]},{"path":[4,5,2,0,6],"span":[39,11,20]},{"path":[4,5,2,0,1],"span":[39,21,31]},{"path":[4,5,2,0,3],"span":[39,34,35]},{"path":[4,6],"span":[42,0,47,1]},{"path":[4,6,1],"span":[42,8,17]},{"path":[4,6,2,0],"span":[43,2,16]},{"path":[4,6,2,0,5],"span":[43,2,8]},{"path":[4,6,2,0,1],"span":[43,9,11]},{"path":[4,6,2,0,3],"span":[43,14,15]},{"path":[4,6,2,1],"span":[44,2,20]},{"path":[4,6,2,1,5],"span":[44,2,8]},{"path":[4,6,2,1,1],"span":[44,9,15]},{"path":[4,6,2,1,3],"span":[44,18,19]},{"path":[4,6,2,2],"span":[45,2,33]},{"path":[4,6,2,2,4],"span":[45,2,10]},{"path":[4,6,2,2,5],"span":[45,11,17]},{"path":[4,6,2,2,1],"span":[45,18,28]},{"path":[4,6,2,2,3],"span":[45,31,32]},{"path":[4,6,2,3],"span":[46,2,30]},{"path":[4,6,2,3,4],"span":[46,2,10]},{"path":[4,6,2,3,6],"span":[46,11,17]},{"path":[4,6,2,3,1],"span":[46,18,25]},{"path":[4,6,2,3,3],"span":[46,28,29]},{"path":[4,7],"span":[49,0,60,1]},{"path":[4,7,1],"span":[49,8,14]},{"path":[4,7,4,0],"span":[50,2,57,3]},{"path":[4,7,4,0,1],"span":[50,7,20]},{"path":[4,7,4,0,2,0],"span":[51,4,20]},{"path":[4,7,4,0,2,0,1],"span":[51,4,15]},{"path":[4,7,4,0,2,0,2],"span":[51,18,19]},{"path":[4,7,4,0,2,1],"span":[52,4,22]},{"path":[4,7,4,0,2,1,1],"span":[52,4,17]},{"path":[4,7,4,0,2,1,2],"span":[52,20,21]},{"path":[4,7,4,0,2,2],"span":[53,4,17]},{"path":[4,7,4,0,2,2,1],"span":[53,4,12]},{"path":[4,7,4,0,2,2,2],"span":[53,15,16]},{"path":[4,7,4,0,2,3],"span":[54,4,19]},{"path":[4,7,4,0,2,3,1],"span":[54,4,14]},{"path":[4,7,4,0,2,3,2],"span":[54,17,18]},{"path":[4,7,4,0,2,4],"span":[55,4,13]},{"path":[4,7,4,0,2,4,1],"span":[55,4,8]},{"path":[4,7,4,0,2,4,2],"span":[55,11,12]},{"path":[4,7,4,0,2,5],"span":[56,4,15]},{"path":[4,7,4,0,2,5,1],"span":[56,4,10]},{"path":[4,7,4,0,2,5,2],"span":[56,13,14]},{"path":[4,7,2,0],"span":[58,2,25]},{"path":[4,7,2,0,6],"span":[58,2,15]},{"path":[4,7,2,0,1],"span":[58,16,20]},{"path":[4,7,2,0,3],"span":[58,23,24]},{"path":[4,7,2,1],"span":[59,2,29]},{"path":[4,7,2,1,4],"span":[59,2,10]},{"path":[4,7,2,1,5],"span":[59,11,17]},{"path":[4,7,2,1,1],"span":[59,18,24]},{"path":[4,7,2,1,3],"span":[59,27,28]},{"path":[4,8],"span":[62,0,78,1]},{"path":[4,8,1],"span":[62,8,17]},{"path":[4,8,4,0],"span":[63,2,70,3]},{"path":[4,8,4,0,1],"span":[63,7,20]},{"path":[4,8,4,0,2,0],"span":[64,4,20]},{"path":[4,8,4,0,2,0,1],"span":[64,4,15]},{"path":[4,8,4,0,2,0,2],"span":[64,18,19]},{"path":[4,8,4,0,2,1],"span":[65,4,14]},{"path":[4,8,4,0,2,1,1],"span":[65,4,9]},{"path":[4,8,4,0,2,1,2],"span":[65,12,13]},{"path":[4,8,4,0,2,2],"span":[66,4,18]},{"path":[4,8,4,0,2,2,1],"span":[66,4,13]},{"path":[4,8,4,0,2,2,2],"span":[66,16,17]},{"path":[4,8,4,0,2,3],"span":[67,4,15]},{"path":[4,8,4,0,2,3,1],"span":[67,4,10]},{"path":[4,8,4,0,2,3,2],"span":[67,13,14]},{"path":[4,8,4,0,2,4],"span":[68,4,18]},{"path":[4,8,4,0,2,4,1],"span":[68,4,13]},{"path":[4,8,4,0,2,4,2],"span":[68,16,17]},{"path":[4,8,4,0,2,5],"span":[69,4,23]},{"path":[4,8,4,0,2,5,1],"span":[69,4,18]},{"path":[4,8,4,0,2,5,2],"span":[69,21,22]},{"path":[4,8,2,0],"span":[72,2,16]},{"path":[4,8,2,0,5],"span":[72,2,8]},{"path":[4,8,2,0,1],"span":[72,9,11]},{"path":[4,8,2,0,3],"span":[72,14,15]},{"path":[4,8,2,1],"span":[73,2,25]},{"path":[4,8,2,1,6],"span":[73,2,15]},{"path":[4,8,2,1,1],"span":[73,16,20]},{"path":[4,8,2,1,3],"span":[73,23,24]},{"path":[4,8,2,2],"span":[74,2,30]},{"path":[4,8,2,2,4],"span":[74,2,10]},{"path":[4,8,2,2,6],"span":[74,11,17]},{"path":[4,8,2,2,1],"span":[74,18,25]},{"path":[4,8,2,2,3],"span":[74,28,29]},{"path":[4,8,2,3],"span":[75,2,63]},{"path":[4,8,2,3,4],"span":[75,2,10]},{"path":[4,8,2,3,6],"span":[75,11,28]},{"path":[4,8,2,3,1],"span":[75,29,38]},{"path":[4,8,2,3,3],"span":[75,41,42]},{"path":[4,8,2,3,8],"span":[75,43,62]},{"path":[4,8,2,3,8,3],"span":[75,44,61]},{"path":[4,8,2,4],"span":[76,2,19]},{"path":[4,8,2,4,5],"span":[76,2,6]},{"path":[4,8,2,4,1],"span":[76,7,14]},{"path":[4,8,2,4,3],"span":[76,17,18]},{"path":[4,8,2,5],"span":[77,2,44]},{"path":[4,8,2,5,4],"span":[77,2,10]},{"path":[4,8,2,5,6],"span":[77,11,28]},{"path":[4,8,2,5,1],"span":[77,29,39]},{"path":[4,8,2,5,3],"span":[77,42,43]},{"path":[4,9],"span":[80,0,84,1]},{"path":[4,9,1],"span":[80,8,18]},{"path":[4,9,7],"span":[81,2,27]},{"path":[4,9,7,3],"span":[81,2,27]},{"path":[4,9,2,0],"span":[82,2,19]},{"path":[4,9,2,0,5],"span":[82,2,6]},{"path":[4,9,2,0,1],"span":[82,7,14]},{"path":[4,9,2,0,3],"span":[82,17,18]},{"path":[4,9,2,1],"span":[83,2,42]},{"path":[4,9,2,1,4],"span":[83,2,10]},{"path":[4,9,2,1,5],"span":[83,11,17]},{"path":[4,9,2,1,1],"span":[83,18,37]},{"path":[4,9,2,1,3],"span":[83,40,41]},{"path":[4,10],"span":[86,0,90,1]},{"path":[4,10,1],"span":[86,8,25]},{"path":[4,10,7],"span":[87,2,27]},{"path":[4,10,7,3],"span":[87,2,27]},{"path":[4,10,2,0],"span":[88,2,19]},{"path":[4,10,2,0,5],"span":[88,2,6]},{"path":[4,10,2,0,1],"span":[88,7,14]},{"path":[4,10,2,0,3],"span":[88,17,18]},{"path":[4,10,2,1],"span":[89,2,42]},{"path":[4,10,2,1,4],"span":[89,2,10]},{"path":[4,10,2,1,5],"span":[89,11,17]},{"path":[4,10,2,1,1],"span":[89,18,37]},{"path":[4,10,2,1,3],"span":[89,40,41]},{"path":[4,11],"span":[92,0,96,1]},{"path":[4,11,1],"span":[92,8,18]},{"path":[4,11,7],"span":[93,2,27]},{"path":[4,11,7,3],"span":[93,2,27]},{"path":[4,11,2,0],"span":[94,2,19]},{"path":[4,11,2,0,5],"span":[94,2,6]},{"path":[4,11,2,0,1],"span":[94,7,14]},{"path":[4,11,2,0,3],"span":[94,17,18]},{"path":[4,11,2,1],"span":[95,2,22]},{"path":[4,11,2,1,5],"span":[95,2,8]},{"path":[4,11,2,1,1],"span":[95,9,17]},{"path":[4,11,2,1,3],"span":[95,20,21]},{"path":[4,12],"span":[98,0,102,1]},{"path":[4,12,1],"span":[98,8,25]},{"path":[4,12,2,0],"span":[99,2,65]},{"path":[4,12,2,0,4],"span":[99,2,10]},{"path":[4,12,2,0,6],"span":[99,11,21]},{"path":[4,12,2,0,1],"span":[99,22,40]},{"path":[4,12,2,0,3],"span":[99,43,44]},{"path":[4,12,2,0,8],"span":[99,45,64]},{"path":[4,12,2,0,8,3],"span":[99,46,63]},{"path":[4,12,2,1],"span":[100,2,45]},{"path":[4,12,2,1,4],"span":[100,2,10]},{"path":[4,12,2,1,6],"span":[100,11,21]},{"path":[4,12,2,1,1],"span":[100,22,40]},{"path":[4,12,2,1,3],"span":[100,43,44]},{"path":[4,12,2,2],"span":[101,2,59]},{"path":[4,12,2,2,4],"span":[101,2,10]},{"path":[4,12,2,2,6],"span":[101,11,28]},{"path":[4,12,2,2,1],"span":[101,29,54]},{"path":[4,12,2,2,3],"span":[101,57,58]},{"path":[4,13],"span":[104,0,107,1]},{"path":[4,13,1],"span":[104,8,15]},{"path":[4,13,2,0],"span":[105,2,22]},{"path":[4,13,2,0,5],"span":[105,2,8]},{"path":[4,13,2,0,1],"span":[105,9,18]},{"path":[4,13,2,0,3],"span":[105,20,21]},{"path":[4,13,2,1],"span":[106,2,18]},{"path":[4,13,2,1,5],"span":[106,2,8]},{"path":[4,13,2,1,1],"span":[106,9,13]},{"path":[4,13,2,1,3],"span":[106,16,17]},{"path":[4,14],"span":[109,0,126,1]},{"path":[4,14,1],"span":[109,8,14]},{"path":[4,14,4,0],"span":[110,2,114,3]},{"path":[4,14,4,0,1],"span":[110,7,17]},{"path":[4,14,4,0,2,0],"span":[111,4,20]},{"path":[4,14,4,0,2,0,1],"span":[111,4,15]},{"path":[4,14,4,0,2,0,2],"span":[111,18,19]},{"path":[4,14,4,0,2,1],"span":[112,4,14]},{"path":[4,14,4,0,2,1,1],"span":[112,4,9]},{"path":[4,14,4,0,2,1,2],"span":[112,12,13]},{"path":[4,14,4,0,2,2],"span":[113,4,18]},{"path":[4,14,4,0,2,2,1],"span":[113,4,13]},{"path":[4,14,4,0,2,2,2],"span":[113,16,17]},{"path":[4,14,2,0],"span":[116,2,32]},{"path":[4,14,2,0,4],"span":[116,2,10]},{"path":[4,14,2,0,6],"span":[116,11,18]},{"path":[4,14,2,0,1],"span":[116,19,27]},{"path":[4,14,2,0,3],"span":[116,30,31]},{"path":[4,14,2,1],"span":[117,2,29]},{"path":[4,14,2,1,6],"span":[117,2,12]},{"path":[4,14,2,1,1],"span":[117,13,24]},{"path":[4,14,2,1,3],"span":[117,27,28]},{"path":[4,14,2,2],"span":[118,2,38]},{"path":[4,14,2,2,4],"span":[118,2,10]},{"path":[4,14,2,2,6],"span":[118,11,21]},{"path":[4,14,2,2,1],"span":[118,22,33]},{"path":[4,14,2,2,3],"span":[118,36,37]},{"path":[4,14,8,0],"span":[119,2,122,3]},{"path":[4,14,8,0,1],"span":[119,8,18]},{"path":[4,14,2,3],"span":[120,4,40]},{"path":[4,14,2,3,6],"span":[120,4,9]},{"path":[4,14,2,3,1],"span":[120,10,15]},{"path":[4,14,2,3,3],"span":[120,18,19]},{"path":[4,14,2,3,8],"span":[120,20,39]},{"path":[4,14,2,3,8,3],"span":[120,21,38]},{"path":[4,14,2,4],"span":[121,4,48]},{"path":[4,14,2,4,6],"span":[121,4,13]},{"path":[4,14,2,4,1],"span":[121,14,23]},{"path":[4,14,2,4,3],"span":[121,26,27]},{"path":[4,14,2,4,8],"span":[121,28,47]},{"path":[4,14,2,4,8,3],"span":[121,29,46]},{"path":[4,14,2,5],"span":[123,2,41]},{"path":[4,14,2,5,6],"span":[123,2,18]},{"path":[4,14,2,5,1],"span":[123,19,36]},{"path":[4,14,2,5,3],"span":[123,39,40]},{"path":[4,14,2,6],"span":[124,2,16]},{"path":[4,14,2,6,5],"span":[124,2,8]},{"path":[4,14,2,6,1],"span":[124,9,11]},{"path":[4,14,2,6,3],"span":[124,14,15]},{"path":[4,14,2,7],"span":[125,2,18]},{"path":[4,14,2,7,5],"span":[125,2,8]},{"path":[4,14,2,7,1],"span":[125,9,13]},{"path":[4,14,2,7,3],"span":[125,16,17]},{"path":[4,15],"span":[128,0,130,1]},{"path":[4,15,1],"span":[128,8,17]},{"path":[4,15,2,0],"span":[129,2,30]},{"path":[4,15,2,0,4],"span":[129,2,10]},{"path":[4,15,2,0,5],"span":[129,11,17]},{"path":[4,15,2,0,1],"span":[129,18,25]},{"path":[4,15,2,0,3],"span":[129,28,29]},{"path":[4,16],"span":[132,0,144,1]},{"path":[4,16,1],"span":[132,8,24]},{"path":[4,16,4,0],"span":[134,2,138,3]},{"path":[4,16,4,0,1],"span":[134,7,16]},{"path":[4,16,4,0,2,0],"span":[135,4,12]},{"path":[4,16,4,0,2,0,1],"span":[135,4,7]},{"path":[4,16,4,0,2,0,2],"span":[135,10,11]},{"path":[4,16,4,0,2,1],"span":[136,4,14]},{"path":[4,16,4,0,2,1,1],"span":[136,4,9]},{"path":[4,16,4,0,2,1,2],"span":[136,12,13]},{"path":[4,16,4,0,2,2],"span":[137,4,18]},{"path":[4,16,4,0,2,2,1],"span":[137,4,13]},{"path":[4,16,4,0,2,2,2],"span":[137,16,17]},{"path":[4,16,2,0],"span":[140,2,36]},{"path":[4,16,2,0,4],"span":[140,2,10]},{"path":[4,16,2,0,6],"span":[140,11,20]},{"path":[4,16,2,0,1],"span":[140,21,31]},{"path":[4,16,2,0,3],"span":[140,34,35]},{"path":[4,16,2,1],"span":[141,2,48]},{"path":[4,16,2,1,4],"span":[141,2,10]},{"path":[4,16,2,1,5],"span":[141,11,17]},{"path":[4,16,2,1,1],"span":[141,18,25]},{"path":[4,16,2,1,3],"span":[141,28,29]},{"path":[4,16,2,1,8],"span":[141,30,47]},{"path":[4,16,2,1,8,3],"span":[141,31,46]},{"path":[4,16,2,2],"span":[142,2,33]},{"path":[4,16,2,2,4],"span":[142,2,10]},{"path":[4,16,2,2,5],"span":[142,11,17]},{"path":[4,16,2,2,1],"span":[142,18,28]},{"path":[4,16,2,2,3],"span":[142,31,32]},{"path":[4,16,2,3],"span":[143,2,39]},{"path":[4,16,2,3,4],"span":[143,2,10]},{"path":[4,16,2,3,6],"span":[143,11,21]},{"path":[4,16,2,3,1],"span":[143,22,34]},{"path":[4,16,2,3,3],"span":[143,37,38]},{"path":[5,0],"span":[146,0,150,1]},{"path":[5,0,1],"span":[146,5,15]},{"path":[5,0,2,0],"span":[147,2,27]},{"path":[5,0,2,0,1],"span":[147,2,22]},{"path":[5,0,2,0,2],"span":[147,25,26]},{"path":[5,0,2,1],"span":[148,2,12]},{"path":[5,0,2,1,1],"span":[148,2,7]},{"path":[5,0,2,1,2],"span":[148,10,11]},{"path":[5,0,2,2],"span":[149,2,11]},{"path":[5,0,2,2,1],"span":[149,2,6]},{"path":[5,0,2,2,2],"span":[149,9,10]},{"path":[4,17],"span":[152,0,166,1]},{"path":[4,17,1],"span":[152,8,18]},{"path":[4,17,4,0],"span":[153,2,158,3]},{"path":[4,17,4,0,1],"span":[153,7,17]},{"path":[4,17,4,0,2,0],"span":[154,4,28]},{"path":[4,17,4,0,2,0,1],"span":[154,4,23]},{"path":[4,17,4,0,2,0,2],"span":[154,26,27]},{"path":[4,17,4,0,2,1],"span":[155,4,16]},{"path":[4,17,4,0,2,1,1],"span":[155,4,11]},{"path":[4,17,4,0,2,1,2],"span":[155,14,15]},{"path":[4,17,4,0,2,2],"span":[156,4,13]},{"path":[4,17,4,0,2,2,1],"span":[156,4,8]},{"path":[4,17,4,0,2,2,2],"span":[156,11,12]},{"path":[4,17,4,0,2,3],"span":[157,4,11]},{"path":[4,17,4,0,2,3,1],"span":[157,4,6]},{"path":[4,17,4,0,2,3,2],"span":[157,9,10]},{"path":[4,17,2,0],"span":[159,2,22]},{"path":[4,17,2,0,6],"span":[159,2,12]},{"path":[4,17,2,0,1],"span":[159,13,17]},{"path":[4,17,2,0,3],"span":[159,20,21]},{"path":[4,17,8,0],"span":[160,2,165,3]},{"path":[4,17,8,0,1],"span":[160,8,12]},{"path":[4,17,2,1],"span":[161,4,32]},{"path":[4,17,2,1,6],"span":[161,4,14]},{"path":[4,17,2,1,1],"span":[161,15,27]},{"path":[4,17,2,1,3],"span":[161,30,31]},{"path":[4,17,2,2],"span":[162,4,23]},{"path":[4,17,2,2,6],"span":[162,4,10]},{"path":[4,17,2,2,1],"span":[162,11,18]},{"path":[4,17,2,2,3],"span":[162,21,22]},{"path":[4,17,2,3],"span":[163,4,40]},{"path":[4,17,2,3,5],"span":[163,4,10]},{"path":[4,17,2,3,1],"span":[163,11,17]},{"path":[4,17,2,3,3],"span":[163,20,21]},{"path":[4,17,2,3,8],"span":[163,22,39]},{"path":[4,17,2,3,8,3],"span":[163,23,38]},{"path":[4,17,2,4],"span":[164,4,27]},{"path":[4,17,2,4,6],"span":[164,4,12]},{"path":[4,17,2,4,1],"span":[164,13,22]},{"path":[4,17,2,4,3],"span":[164,25,26]},{"path":[4,18],"span":[168,0,170,1]},{"path":[4,18,1],"span":[168,8,16]},{"path":[4,18,2,0],"span":[169,2,20]},{"path":[4,18,2,0,5],"span":[169,2,8]},{"path":[4,18,2,0,1],"span":[169,9,15]},{"path":[4,18,2,0,3],"span":[169,18,19]},{"path":[4,19],"span":[172,0,176,1]},{"path":[4,19,1],"span":[172,8,18]},{"path":[4,19,2,0],"span":[173,2,22]},{"path":[4,19,2,0,6],"span":[173,2,12]},{"path":[4,19,2,0,1],"span":[173,13,17]},{"path":[4,19,2,0,3],"span":[173,20,21]},{"path":[4,19,2,1],"span":[174,2,20]},{"path":[4,19,2,1,5],"span":[174,2,8]},{"path":[4,19,2,1,1],"span":[174,9,15]},{"path":[4,19,2,1,3],"span":[174,18,19]},{"path":[4,19,2,2],"span":[175,2,31]},{"path":[4,19,2,2,4],"span":[175,2,10]},{"path":[4,19,2,2,6],"span":[175,11,21]},{"path":[4,19,2,2,1],"span":[175,22,26]},{"path":[4,19,2,2,3],"span":[175,29,30]},{"path":[4,20],"span":[178,0,182,1]},{"path":[4,20,1],"span":[178,8,18]},{"path":[4,20,2,0],"span":[179,2,20]},{"path":[4,20,2,0,5],"span":[179,2,6]},{"path":[4,20,2,0,1],"span":[179,7,15]},{"path":[4,20,2,0,3],"span":[179,18,19]},{"path":[4,20,2,1],"span":[180,2,25]},{"path":[4,20,2,1,5],"span":[180,2,7]},{"path":[4,20,2,1,1],"span":[180,8,20]},{"path":[4,20,2,1,3],"span":[180,23,24]},{"path":[4,20,2,2],"span":[181,2,31]},{"path":[4,20,2,2,5],"span":[181,2,6]},{"path":[4,20,2,2,1],"span":[181,7,26]},{"path":[4,20,2,2,3],"span":[181,29,30]},{"path":[4,21],"span":[184,0,198,1]},{"path":[4,21,1],"span":[184,8,14]},{"path":[4,21,4,0],"span":[185,2,189,3]},{"path":[4,21,4,0,1],"span":[185,7,15]},{"path":[4,21,4,0,2,0],"span":[186,4,26]},{"path":[4,21,4,0,2,0,1],"span":[186,4,21]},{"path":[4,21,4,0,2,0,2],"span":[186,24,25]},{"path":[4,21,4,0,2,1],"span":[187,4,13]},{"path":[4,21,4,0,2,1,1],"span":[187,4,8]},{"path":[4,21,4,0,2,1,2],"span":[187,11,12]},{"path":[4,21,4,0,2,2],"span":[188,4,14]},{"path":[4,21,4,0,2,2,1],"span":[188,4,9]},{"path":[4,21,4,0,2,2,2],"span":[188,12,13]},{"path":[4,21,2,0],"span":[190,2,18]},{"path":[4,21,2,0,5],"span":[190,2,8]},{"path":[4,21,2,0,1],"span":[190,9,13]},{"path":[4,21,2,0,3],"span":[190,16,17]},{"path":[4,21,2,1],"span":[191,2,25]},{"path":[4,21,2,1,5],"span":[191,2,8]},{"path":[4,21,2,1,1],"span":[191,9,20]},{"path":[4,21,2,1,3],"span":[191,23,24]},{"path":[4,21,2,2],"span":[192,2,20]},{"path":[4,21,2,2,5],"span":[192,2,8]},{"path":[4,21,2,2,1],"span":[192,9,15]},{"path":[4,21,2,2,3],"span":[192,18,19]},{"path":[4,21,2,3],"span":[193,2,25]},{"path":[4,21,2,3,5],"span":[193,2,6]},{"path":[4,21,2,3,1],"span":[193,7,20]},{"path":[4,21,2,3,3],"span":[193,23,24]},{"path":[4,21,2,4],"span":[194,2,27]},{"path":[4,21,2,4,5],"span":[194,2,6]},{"path":[4,21,2,4,1],"span":[194,7,22]},{"path":[4,21,2,4,3],"span":[194,25,26]},{"path":[4,21,2,5],"span":[195,2,25]},{"path":[4,21,2,5,6],"span":[195,2,10]},{"path":[4,21,2,5,1],"span":[195,11,20]},{"path":[4,21,2,5,3],"span":[195,23,24]},{"path":[4,21,2,6],"span":[196,2,17]},{"path":[4,21,2,6,5],"span":[196,2,7]},{"path":[4,21,2,6,1],"span":[196,8,12]},{"path":[4,21,2,6,3],"span":[196,15,16]},{"path":[4,21,2,7],"span":[197,2,23]},{"path":[4,21,2,7,5],"span":[197,2,8]},{"path":[4,21,2,7,1],"span":[197,9,18]},{"path":[4,21,2,7,3],"span":[197,21,22]},{"path":[4,22],"span":[200,0,208,1]},{"path":[4,22,1],"span":[200,8,13]},{"path":[4,22,4,0],"span":[201,2,205,3]},{"path":[4,22,4,0,1],"span":[201,7,16]},{"path":[4,22,4,0,2,0],"span":[202,4,12]},{"path":[4,22,4,0,2,0,1],"span":[202,4,7]},{"path":[4,22,4,0,2,0,2],"span":[202,10,11]},{"path":[4,22,4,0,2,1],"span":[203,4,14]},{"path":[4,22,4,0,2,1,1],"span":[203,4,9]},{"path":[4,22,4,0,2,1,2],"span":[203,12,13]},{"path":[4,22,4,0,2,2],"span":[204,4,18]},{"path":[4,22,4,0,2,2,1],"span":[204,4,13]},{"path":[4,22,4,0,2,2,2],"span":[204,16,17]},{"path":[4,22,2,0],"span":[207,2,27]},{"path":[4,22,2,0,6],"span":[207,2,11]},{"path":[4,22,2,0,1],"span":[207,12,22]},{"path":[4,22,2,0,3],"span":[207,25,26]},{"path":[4,23],"span":[210,0,219,1]},{"path":[4,23,1],"span":[210,8,18]},{"path":[4,23,4,0],"span":[211,2,214,3]},{"path":[4,23,4,0,1],"span":[211,7,21]},{"path":[4,23,4,0,2,0],"span":[213,4,20]},{"path":[4,23,4,0,2,0,1],"span":[213,4,15]},{"path":[4,23,4,0,2,0,2],"span":[213,18,19]},{"path":[4,23,2,0],"span":[216,2,44]},{"path":[4,23,2,0,6],"span":[216,2,16]},{"path":[4,23,2,0,1],"span":[216,17,21]},{"path":[4,23,2,0,3],"span":[216,24,25]},{"path":[4,23,2,0,8],"span":[216,26,43]},{"path":[4,23,2,0,8,3],"span":[216,27,42]},{"path":[4,23,2,1],"span":[217,2,16]},{"path":[4,23,2,1,5],"span":[217,2,8]},{"path":[4,23,2,1,1],"span":[217,9,11]},{"path":[4,23,2,1,3],"span":[217,14,15]},{"path":[4,23,2,2],"span":[218,2,18]},{"path":[4,23,2,2,5],"span":[218,2,7]},{"path":[4,23,2,2,1],"span":[218,8,13]},{"path":[4,23,2,2,3],"span":[218,16,17]},{"path":[4,24],"span":[221,0,227,1]},{"path":[4,24,1],"span":[221,8,25]},{"path":[4,24,2,0],"span":[222,2,35]},{"path":[4,24,2,0,4],"span":[222,2,10]},{"path":[4,24,2,0,6],"span":[222,11,22]},{"path":[4,24,2,0,1],"span":[222,23,30]},{"path":[4,24,2,0,3],"span":[222,33,34]},{"path":[4,24,2,1],"span":[223,2,31]},{"path":[4,24,2,1,4],"span":[223,2,10]},{"path":[4,24,2,1,6],"span":[223,11,22]},{"path":[4,24,2,1,1],"span":[223,23,26]},{"path":[4,24,2,1,3],"span":[223,29,30]},{"path":[4,24,2,2],"span":[224,2,37]},{"path":[4,24,2,2,4],"span":[224,2,10]},{"path":[4,24,2,2,6],"span":[224,11,25]},{"path":[4,24,2,2,1],"span":[224,26,32]},{"path":[4,24,2,2,3],"span":[224,35,36]},{"path":[4,24,2,3],"span":[225,2,42]},{"path":[4,24,2,3,4],"span":[225,2,10]},{"path":[4,24,2,3,6],"span":[225,11,27]},{"path":[4,24,2,3,1],"span":[225,28,37]},{"path":[4,24,2,3,3],"span":[225,40,41]},{"path":[4,24,2,4],"span":[226,2,42]},{"path":[4,24,2,4,4],"span":[226,2,10]},{"path":[4,24,2,4,6],"span":[226,11,27]},{"path":[4,24,2,4,1],"span":[226,28,37]},{"path":[4,24,2,4,3],"span":[226,40,41]},{"path":[4,25],"span":[229,0,236,1]},{"path":[4,25,1],"span":[229,8,19]},{"path":[4,25,2,0],"span":[230,2,66]},{"path":[4,25,2,0,4],"span":[230,2,10]},{"path":[4,25,2,0,6],"span":[230,11,39]},{"path":[4,25,2,0,1],"span":[230,40,61]},{"path":[4,25,2,0,3],"span":[230,64,65]},{"path":[4,25,2,1],"span":[231,2,47]},{"path":[4,25,2,1,4],"span":[231,2,10]},{"path":[4,25,2,1,6],"span":[231,11,30]},{"path":[4,25,2,1,1],"span":[231,31,42]},{"path":[4,25,2,1,3],"span":[231,45,46]},{"path":[4,25,2,2],"span":[232,2,50]},{"path":[4,25,2,2,4],"span":[232,2,10]},{"path":[4,25,2,2,6],"span":[232,11,31]},{"path":[4,25,2,2,1],"span":[232,32,45]},{"path":[4,25,2,2,3],"span":[232,48,49]},{"path":[4,25,2,3],"span":[233,2,49]},{"path":[4,25,2,3,4],"span":[233,2,10]},{"path":[4,25,2,3,6],"span":[233,11,30]},{"path":[4,25,2,3,1],"span":[233,31,44]},{"path":[4,25,2,3,3],"span":[233,47,48]},{"path":[4,25,2,4],"span":[234,2,60]},{"path":[4,25,2,4,4],"span":[234,2,10]},{"path":[4,25,2,4,6],"span":[234,11,36]},{"path":[4,25,2,4,1],"span":[234,37,55]},{"path":[4,25,2,4,3],"span":[234,58,59]},{"path":[4,25,2,5],"span":[235,2,37]},{"path":[4,25,2,5,4],"span":[235,2,10]},{"path":[4,25,2,5,6],"span":[235,11,25]},{"path":[4,25,2,5,1],"span":[235,26,32]},{"path":[4,25,2,5,3],"span":[235,35,36]},{"path":[4,26],"span":[238,0,241,1]},{"path":[4,26,1],"span":[238,8,27]},{"path":[4,26,2,0],"span":[239,2,53],"trailingComments":" cron expression\n"},{"path":[4,26,2,0,6],"span":[239,2,29]},{"path":[4,26,2,0,1],"span":[239,30,48]},{"path":[4,26,2,0,3],"span":[239,51,52]},{"path":[4,26,2,1],"span":[240,2,56]},{"path":[4,26,2,1,4],"span":[240,2,10]},{"path":[4,26,2,1,6],"span":[240,11,34]},{"path":[4,26,2,1,1],"span":[240,35,51]},{"path":[4,26,2,1,3],"span":[240,54,55]},{"path":[4,27],"span":[243,0,246,1]},{"path":[4,27,1],"span":[243,8,31]},{"path":[4,27,2,0],"span":[244,2,60],"trailingComments":" default 30 days\n"},{"path":[4,27,2,0,6],"span":[244,2,28]},{"path":[4,27,2,0,1],"span":[244,29,55]},{"path":[4,27,2,0,3],"span":[244,58,59]},{"path":[4,27,2,1],"span":[245,2,62],"trailingComments":" default 365 days\n"},{"path":[4,27,2,1,6],"span":[245,2,28]},{"path":[4,27,2,1,1],"span":[245,29,57]},{"path":[4,27,2,1,3],"span":[245,60,61]},{"path":[4,28],"span":[248,0,253,1]},{"path":[4,28,1],"span":[248,8,28]},{"path":[4,28,2,0],"span":[249,2,54]},{"path":[4,28,2,0,6],"span":[249,2,27]},{"path":[4,28,2,0,1],"span":[249,28,49]},{"path":[4,28,2,0,3],"span":[249,52,53]},{"path":[4,28,2,1],"span":[250,2,66],"trailingComments":" will only be used if smart polling is disabled, default 60 seconds.\n"},{"path":[4,28,2,1,6],"span":[250,2,28]},{"path":[4,28,2,1,1],"span":[250,29,61]},{"path":[4,28,2,1,3],"span":[250,64,65]},{"path":[4,28,2,2],"span":[252,2,48],"trailingComments":" key is the polling zero based frequency, value is the polling interval in seconds. Will only be used if smart polling is enabled. I.e: [(0, 15), (1, 60), (2, 120)] = 15 seconds for the high frequency polling, 60 seconds for the normal frequency polling, 120 seconds for the low frequency polling\n"},{"path":[4,28,2,2,6],"span":[252,2,19]},{"path":[4,28,2,2,1],"span":[252,20,43]},{"path":[4,28,2,2,3],"span":[252,46,47]},{"path":[4,29],"span":[255,0,257,1]},{"path":[4,29,1],"span":[255,8,27]},{"path":[4,29,2,0],"span":[256,2,58],"trailingComments":" default 15 minutes\n"},{"path":[4,29,2,0,6],"span":[256,2,28]},{"path":[4,29,2,0,1],"span":[256,29,53]},{"path":[4,29,2,0,3],"span":[256,56,57]},{"path":[4,30],"span":[259,0,261,1]},{"path":[4,30,1],"span":[259,8,33]},{"path":[4,30,2,0],"span":[260,2,58],"trailingComments":" default 240 minutes (4 hours)\n"},{"path":[4,30,2,0,6],"span":[260,2,28]},{"path":[4,30,2,0,1],"span":[260,29,53]},{"path":[4,30,2,0,3],"span":[260,56,57]},{"path":[4,31],"span":[263,0,267,1]},{"path":[4,31,1],"span":[263,8,22]},{"path":[4,31,2,0],"span":[264,2,40]},{"path":[4,31,2,0,6],"span":[264,2,27]},{"path":[4,31,2,0,1],"span":[264,28,35]},{"path":[4,31,2,0,3],"span":[264,38,39]},{"path":[4,31,2,1],"span":[265,2,58]},{"path":[4,31,2,1,6],"span":[265,2,28]},{"path":[4,31,2,1,1],"span":[265,29,53]},{"path":[4,31,2,1,3],"span":[265,56,57]},{"path":[4,31,2,2],"span":[266,2,41]},{"path":[4,31,2,2,6],"span":[266,2,29]},{"path":[4,31,2,2,1],"span":[266,30,36]},{"path":[4,31,2,2,3],"span":[266,39,40]},{"path":[4,32],"span":[269,0,275,1]},{"path":[4,32,1],"span":[269,8,36]},{"path":[4,32,2,0],"span":[270,2,47]},{"path":[4,32,2,0,4],"span":[270,2,10]},{"path":[4,32,2,0,6],"span":[270,11,30]},{"path":[4,32,2,0,1],"span":[270,31,42]},{"path":[4,32,2,0,3],"span":[270,45,46]},{"path":[4,32,2,1],"span":[271,2,60]},{"path":[4,32,2,1,4],"span":[271,2,10]},{"path":[4,32,2,1,6],"span":[271,11,36]},{"path":[4,32,2,1,1],"span":[271,37,55]},{"path":[4,32,2,1,3],"span":[271,58,59]},{"path":[4,32,2,2],"span":[272,2,50]},{"path":[4,32,2,2,4],"span":[272,2,10]},{"path":[4,32,2,2,6],"span":[272,11,31]},{"path":[4,32,2,2,1],"span":[272,32,45]},{"path":[4,32,2,2,3],"span":[272,48,49]},{"path":[4,32,2,3],"span":[273,2,68]},{"path":[4,32,2,3,4],"span":[273,2,10]},{"path":[4,32,2,3,6],"span":[273,11,40]},{"path":[4,32,2,3,1],"span":[273,41,63]},{"path":[4,32,2,3,3],"span":[273,66,67]},{"path":[4,32,2,4],"span":[274,2,44]},{"path":[4,32,2,4,4],"span":[274,2,10]},{"path":[4,32,2,4,6],"span":[274,11,28]},{"path":[4,32,2,4,1],"span":[274,29,39]},{"path":[4,32,2,4,3],"span":[274,42,43]},{"path":[4,33],"span":[277,0,279,1]},{"path":[4,33,1],"span":[277,8,27]},{"path":[4,33,2,0],"span":[278,2,49],"trailingComments":" default 100\n"},{"path":[4,33,2,0,6],"span":[278,2,28]},{"path":[4,33,2,0,1],"span":[278,29,44]},{"path":[4,33,2,0,3],"span":[278,47,48]},{"path":[4,34],"span":[281,0,284,1]},{"path":[4,34,1],"span":[281,8,25]},{"path":[4,34,2,0],"span":[282,2,39],"trailingComments":" Ip addresses (including ranges and CIDR notations) or hostnames.\n"},{"path":[4,34,2,0,4],"span":[282,2,10]},{"path":[4,34,2,0,5],"span":[282,11,17]},{"path":[4,34,2,0,1],"span":[282,18,34]},{"path":[4,34,2,0,3],"span":[282,37,38]},{"path":[4,34,2,1],"span":[283,2,42],"trailingComments":" Network interface names.\n"},{"path":[4,34,2,1,4],"span":[283,2,10]},{"path":[4,34,2,1,5],"span":[283,11,17]},{"path":[4,34,2,1,1],"span":[283,18,37]},{"path":[4,34,2,1,3],"span":[283,40,41]},{"path":[4,35],"span":[286,0,289,1]},{"path":[4,35,1],"span":[286,8,33]},{"path":[4,35,2,0],"span":[287,2,40]},{"path":[4,35,2,0,6],"span":[287,2,27]},{"path":[4,35,2,0,1],"span":[287,28,35]},{"path":[4,35,2,0,3],"span":[287,38,39]},{"path":[4,35,2,1],"span":[288,2,51]},{"path":[4,35,2,1,6],"span":[288,2,27]},{"path":[4,35,2,1,1],"span":[288,28,46]},{"path":[4,35,2,1,3],"span":[288,49,50]},{"path":[4,36],"span":[291,0,293,1]},{"path":[4,36,1],"span":[291,8,28]},{"path":[4,37],"span":[295,0,298,1]},{"path":[4,37,1],"span":[295,8,37]},{"path":[4,37,2,0],"span":[296,2,44]},{"path":[4,37,2,0,6],"span":[296,2,27]},{"path":[4,37,2,0,1],"span":[296,28,39]},{"path":[4,37,2,0,3],"span":[296,42,43]},{"path":[4,37,2,1],"span":[297,2,52]},{"path":[4,37,2,1,6],"span":[297,2,37]},{"path":[4,37,2,1,1],"span":[297,38,47]},{"path":[4,37,2,1,3],"span":[297,50,51]},{"path":[4,38],"span":[300,0,304,1]},{"path":[4,38,1],"span":[300,8,30]},{"path":[4,38,2,0],"span":[301,2,40]},{"path":[4,38,2,0,6],"span":[301,2,27]},{"path":[4,38,2,0,1],"span":[301,28,35]},{"path":[4,38,2,0,3],"span":[301,38,39]},{"path":[4,38,2,1],"span":[302,2,38]},{"path":[4,38,2,1,6],"span":[302,2,28]},{"path":[4,38,2,1,1],"span":[302,29,33]},{"path":[4,38,2,1,3],"span":[302,36,37]},{"path":[4,38,2,2],"span":[303,2,42],"trailingComments":" additional data for a specific for the protocol\n"},{"path":[4,38,2,2,6],"span":[303,2,21]},{"path":[4,38,2,2,1],"span":[303,22,37]},{"path":[4,38,2,2,3],"span":[303,40,41]},{"path":[4,39],"span":[306,0,308,1]},{"path":[4,39,1],"span":[306,8,24]},{"path":[4,39,2,0],"span":[307,2,66]},{"path":[4,39,2,0,4],"span":[307,2,10]},{"path":[4,39,2,0,6],"span":[307,11,39]},{"path":[4,39,2,0,1],"span":[307,40,61]},{"path":[4,39,2,0,3],"span":[307,64,65]},{"path":[4,40],"span":[310,0,313,1]},{"path":[4,40,1],"span":[310,8,24]},{"path":[4,40,2,0],"span":[311,2,66]},{"path":[4,40,2,0,4],"span":[311,2,10]},{"path":[4,40,2,0,6],"span":[311,11,39]},{"path":[4,40,2,0,1],"span":[311,40,61]},{"path":[4,40,2,0,3],"span":[311,64,65]},{"path":[4,40,2,1],"span":[312,2,50],"trailingComments":" used to enable raw traffic packets logging for the OT sensor.\n"},{"path":[4,40,2,1,4],"span":[312,2,10]},{"path":[4,40,2,1,6],"span":[312,11,29]},{"path":[4,40,2,1,1],"span":[312,30,45]},{"path":[4,40,2,1,3],"span":[312,48,49]},{"path":[4,41],"span":[315,0,318,1]},{"path":[4,41,1],"span":[315,8,26]},{"path":[4,41,2,0],"span":[316,2,40]},{"path":[4,41,2,0,6],"span":[316,2,27]},{"path":[4,41,2,0,1],"span":[316,28,35]},{"path":[4,41,2,0,3],"span":[316,38,39]},{"path":[4,41,2,1],"span":[317,2,39]},{"path":[4,41,2,1,6],"span":[317,2,29]},{"path":[4,41,2,1,1],"span":[317,30,34]},{"path":[4,41,2,1,3],"span":[317,37,38]},{"path":[4,42],"span":[320,0,326,1]},{"path":[4,42,1],"span":[320,8,22]},{"path":[4,42,2,0],"span":[321,2,55],"trailingComments":" default false\n"},{"path":[4,42,2,0,6],"span":[321,2,27]},{"path":[4,42,2,0,1],"span":[321,28,50]},{"path":[4,42,2,0,3],"span":[321,53,54]},{"path":[4,42,2,1],"span":[322,2,50]},{"path":[4,42,2,1,4],"span":[322,2,10]},{"path":[4,42,2,1,6],"span":[322,11,31]},{"path":[4,42,2,1,1],"span":[322,32,45]},{"path":[4,42,2,1,3],"span":[322,48,49]},{"path":[4,42,2,2],"span":[323,2,41]},{"path":[4,42,2,2,4],"span":[323,2,10]},{"path":[4,42,2,2,6],"span":[323,11,27]},{"path":[4,42,2,2,1],"span":[323,28,36]},{"path":[4,42,2,2,3],"span":[323,39,40]},{"path":[4,42,2,3],"span":[324,2,37]},{"path":[4,42,2,3,4],"span":[324,2,10]},{"path":[4,42,2,3,6],"span":[324,11,25]},{"path":[4,42,2,3,1],"span":[324,26,32]},{"path":[4,42,2,3,3],"span":[324,35,36]},{"path":[4,42,2,4],"span":[325,2,50]},{"path":[4,42,2,4,4],"span":[325,2,10]},{"path":[4,42,2,4,6],"span":[325,11,31]},{"path":[4,42,2,4,1],"span":[325,32,45]},{"path":[4,42,2,4,3],"span":[325,48,49]},{"path":[4,43],"span":[328,0,331,1]},{"path":[4,43,1],"span":[328,8,28]},{"path":[4,43,2,0],"span":[329,2,40]},{"path":[4,43,2,0,6],"span":[329,2,27]},{"path":[4,43,2,0,1],"span":[329,28,35]},{"path":[4,43,2,0,3],"span":[329,38,39]},{"path":[4,43,2,1],"span":[330,2,48],"trailingComments":" cron expression \n"},{"path":[4,43,2,1,6],"span":[330,2,29]},{"path":[4,43,2,1,1],"span":[330,30,43]},{"path":[4,43,2,1,3],"span":[330,46,47]},{"path":[4,44],"span":[333,0,335,1]},{"path":[4,44,1],"span":[333,8,22]},{"path":[4,44,2,0],"span":[334,2,48]},{"path":[4,44,2,0,6],"span":[334,2,29]},{"path":[4,44,2,0,1],"span":[334,30,43]},{"path":[4,44,2,0,3],"span":[334,46,47]},{"path":[4,45],"span":[337,0,343,1]},{"path":[4,45,1],"span":[337,8,24]},{"path":[4,45,2,0],"span":[338,2,57],"trailingComments":" default true\n"},{"path":[4,45,2,0,6],"span":[338,2,27]},{"path":[4,45,2,0,1],"span":[338,28,52]},{"path":[4,45,2,0,3],"span":[338,55,56]},{"path":[4,45,2,1],"span":[339,2,50],"trailingComments":" cron expression\n"},{"path":[4,45,2,1,6],"span":[339,2,29]},{"path":[4,45,2,1,1],"span":[339,30,45]},{"path":[4,45,2,1,3],"span":[339,48,49]},{"path":[4,45,2,2],"span":[340,2,50]},{"path":[4,45,2,2,6],"span":[340,2,29]},{"path":[4,45,2,2,1],"span":[340,30,45]},{"path":[4,45,2,2,3],"span":[340,48,49]},{"path":[4,45,2,3],"span":[341,2,58]},{"path":[4,45,2,3,6],"span":[341,2,28]},{"path":[4,45,2,3,1],"span":[341,29,53]},{"path":[4,45,2,3,3],"span":[341,56,57]},{"path":[4,45,2,4],"span":[342,2,61]},{"path":[4,45,2,4,6],"span":[342,2,28]},{"path":[4,45,2,4,1],"span":[342,29,56]},{"path":[4,45,2,4,3],"span":[342,59,60]},{"path":[4,46],"span":[345,0,348,1]},{"path":[4,46,1],"span":[345,8,28]},{"path":[4,46,2,0],"span":[346,2,64]},{"path":[4,46,2,0,6],"span":[346,2,28]},{"path":[4,46,2,0,1],"span":[346,29,59]},{"path":[4,46,2,0,3],"span":[346,62,63]},{"path":[4,46,2,1],"span":[347,2,69]},{"path":[4,46,2,1,6],"span":[347,2,28]},{"path":[4,46,2,1,1],"span":[347,29,64]},{"path":[4,46,2,1,3],"span":[347,67,68]},{"path":[4,47],"span":[350,0,363,1]},{"path":[4,47,1],"span":[350,8,19]},{"path":[4,47,4,0],"span":[351,2,358,3]},{"path":[4,47,4,0,1],"span":[351,7,15]},{"path":[4,47,4,0,2,0],"span":[352,4,16]},{"path":[4,47,4,0,2,0,1],"span":[352,4,11]},{"path":[4,47,4,0,2,0,2],"span":[352,14,15]},{"path":[4,47,4,0,2,1],"span":[353,4,14]},{"path":[4,47,4,0,2,1,1],"span":[353,4,9]},{"path":[4,47,4,0,2,1,2],"span":[353,12,13]},{"path":[4,47,4,0,2,2],"span":[354,4,20]},{"path":[4,47,4,0,2,2,1],"span":[354,4,15]},{"path":[4,47,4,0,2,2,2],"span":[354,18,19]},{"path":[4,47,4,0,2,3],"span":[355,4,16]},{"path":[4,47,4,0,2,3,1],"span":[355,4,11]},{"path":[4,47,4,0,2,3,2],"span":[355,14,15]},{"path":[4,47,4,0,2,4],"span":[356,4,14]},{"path":[4,47,4,0,2,4,1],"span":[356,4,9]},{"path":[4,47,4,0,2,4,2],"span":[356,12,13]},{"path":[4,47,4,0,2,5],"span":[357,4,14]},{"path":[4,47,4,0,2,5,1],"span":[357,4,9]},{"path":[4,47,4,0,2,5,2],"span":[357,12,13]},{"path":[4,47,2,0],"span":[359,2,30],"trailingComments":" default INFORMATION\n"},{"path":[4,47,2,0,4],"span":[359,2,10]},{"path":[4,47,2,0,6],"span":[359,11,19]},{"path":[4,47,2,0,1],"span":[359,20,25]},{"path":[4,47,2,0,3],"span":[359,28,29]},{"path":[4,47,2,1],"span":[360,2,55],"trailingComments":" default 52428800 bytes (50MB)\n"},{"path":[4,47,2,1,6],"span":[360,2,28]},{"path":[4,47,2,1,1],"span":[360,29,50]},{"path":[4,47,2,1,3],"span":[360,53,54]},{"path":[4,47,2,2],"span":[361,2,59],"trailingComments":" default 5\n"},{"path":[4,47,2,2,6],"span":[361,2,28]},{"path":[4,47,2,2,1],"span":[361,29,54]},{"path":[4,47,2,2,3],"span":[361,57,58]},{"path":[4,47,2,3],"span":[362,2,35]},{"path":[4,47,2,3,6],"span":[362,2,20]},{"path":[4,47,2,3,1],"span":[362,21,30]},{"path":[4,47,2,3,3],"span":[362,33,34]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
@@ -259,6 +259,7 @@ export namespace Component {
259
259
  IT_SENSOR = 2,
260
260
  IT_HUB = 3,
261
261
  OT_SENSOR = 4,
262
+ TRAFFIC_SENSOR = 5,
262
263
  }
263
264
 
264
265
  }
@@ -2712,7 +2712,8 @@ proto.lansweeper.scanningconfig.v1.Component.ComponentType = {
2712
2712
  AGENT: 1,
2713
2713
  IT_SENSOR: 2,
2714
2714
  IT_HUB: 3,
2715
- OT_SENSOR: 4
2715
+ OT_SENSOR: 4,
2716
+ TRAFFIC_SENSOR: 5
2716
2717
  };
2717
2718
 
2718
2719
  /**