@lansweeper/scanningconfig-grpc 0.1.4 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/Lansweeper.ScanningConfig.GRPC.csproj +3 -3
- package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.deps.json +2 -2
- package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.pdb +0 -0
- package/bin/Debug/net6.0/ref/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/scanningconfig_pb.d.ts +44 -0
- package/gen-proto/scanningconfig_pb.js +319 -2
- package/generated-go/scanningconfig.pb.go +290 -129
- package/generated-go/scanningconfig_grpc.pb.go +5 -4
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.AssemblyInfo.cs +3 -3
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.AssemblyInfoInputs.cache +1 -1
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.assets.cache +0 -0
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.csproj.AssemblyReference.cache +0 -0
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.csproj.CoreCompileInputs.cache +1 -1
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.csproj.FileListAbsolute.txt +2 -2
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.pdb +0 -0
- package/obj/Debug/net6.0/proto/Scanningconfig.cs +362 -26
- package/obj/Debug/net6.0/ref/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/obj/Lansweeper.ScanningConfig.GRPC.csproj.nuget.dgspec.json +3 -4
- package/obj/Lansweeper.ScanningConfig.GRPC.csproj.nuget.g.props +1 -1
- package/obj/project.assets.json +9 -22
- package/obj/project.nuget.cache +1 -1
- package/package.json +2 -2
- package/proto/scanningconfig.proto +17 -3
- package/obj/Debug/net6.0/refint/Lansweeper.ScanningConfig.GRPC.dll +0 -0
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
},
|
|
6
6
|
"projects": {
|
|
7
7
|
"/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj": {
|
|
8
|
-
"version": "0.1.
|
|
8
|
+
"version": "0.1.5",
|
|
9
9
|
"restore": {
|
|
10
10
|
"projectUniqueName": "/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj",
|
|
11
11
|
"projectName": "Lansweeper.ScanningConfig.GRPC",
|
|
@@ -60,8 +60,7 @@
|
|
|
60
60
|
"net47",
|
|
61
61
|
"net471",
|
|
62
62
|
"net472",
|
|
63
|
-
"net48"
|
|
64
|
-
"net481"
|
|
63
|
+
"net48"
|
|
65
64
|
],
|
|
66
65
|
"assetTargetFallback": true,
|
|
67
66
|
"warn": true,
|
|
@@ -70,7 +69,7 @@
|
|
|
70
69
|
"privateAssets": "all"
|
|
71
70
|
}
|
|
72
71
|
},
|
|
73
|
-
"runtimeIdentifierGraphPath": "/usr/
|
|
72
|
+
"runtimeIdentifierGraphPath": "/usr/lib/dotnet/sdk/6.0.128/RuntimeIdentifierGraph.json"
|
|
74
73
|
}
|
|
75
74
|
}
|
|
76
75
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/circleci/.nuget/packages/</NuGetPackageRoot>
|
|
8
8
|
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/circleci/.nuget/packages/</NuGetPackageFolders>
|
|
9
9
|
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
|
10
|
-
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.
|
|
10
|
+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.5</NuGetToolVersion>
|
|
11
11
|
</PropertyGroup>
|
|
12
12
|
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
13
13
|
<SourceRoot Include="/home/circleci/.nuget/packages/" />
|
package/obj/project.assets.json
CHANGED
|
@@ -5,14 +5,10 @@
|
|
|
5
5
|
"Google.Protobuf/3.22.0": {
|
|
6
6
|
"type": "package",
|
|
7
7
|
"compile": {
|
|
8
|
-
"lib/net5.0/Google.Protobuf.dll": {
|
|
9
|
-
"related": ".pdb;.xml"
|
|
10
|
-
}
|
|
8
|
+
"lib/net5.0/Google.Protobuf.dll": {}
|
|
11
9
|
},
|
|
12
10
|
"runtime": {
|
|
13
|
-
"lib/net5.0/Google.Protobuf.dll": {
|
|
14
|
-
"related": ".pdb;.xml"
|
|
15
|
-
}
|
|
11
|
+
"lib/net5.0/Google.Protobuf.dll": {}
|
|
16
12
|
}
|
|
17
13
|
},
|
|
18
14
|
"Grpc.Core/2.46.6": {
|
|
@@ -22,14 +18,10 @@
|
|
|
22
18
|
"System.Memory": "4.5.3"
|
|
23
19
|
},
|
|
24
20
|
"compile": {
|
|
25
|
-
"lib/netstandard2.0/Grpc.Core.dll": {
|
|
26
|
-
"related": ".pdb;.xml"
|
|
27
|
-
}
|
|
21
|
+
"lib/netstandard2.0/Grpc.Core.dll": {}
|
|
28
22
|
},
|
|
29
23
|
"runtime": {
|
|
30
|
-
"lib/netstandard2.0/Grpc.Core.dll": {
|
|
31
|
-
"related": ".pdb;.xml"
|
|
32
|
-
}
|
|
24
|
+
"lib/netstandard2.0/Grpc.Core.dll": {}
|
|
33
25
|
},
|
|
34
26
|
"runtimeTargets": {
|
|
35
27
|
"runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so": {
|
|
@@ -60,14 +52,10 @@
|
|
|
60
52
|
"System.Memory": "4.5.3"
|
|
61
53
|
},
|
|
62
54
|
"compile": {
|
|
63
|
-
"lib/netstandard2.1/Grpc.Core.Api.dll": {
|
|
64
|
-
"related": ".pdb;.xml"
|
|
65
|
-
}
|
|
55
|
+
"lib/netstandard2.1/Grpc.Core.Api.dll": {}
|
|
66
56
|
},
|
|
67
57
|
"runtime": {
|
|
68
|
-
"lib/netstandard2.1/Grpc.Core.Api.dll": {
|
|
69
|
-
"related": ".pdb;.xml"
|
|
70
|
-
}
|
|
58
|
+
"lib/netstandard2.1/Grpc.Core.Api.dll": {}
|
|
71
59
|
}
|
|
72
60
|
},
|
|
73
61
|
"Grpc.Tools/2.54.0": {
|
|
@@ -247,7 +235,7 @@
|
|
|
247
235
|
"/home/circleci/.nuget/packages/": {}
|
|
248
236
|
},
|
|
249
237
|
"project": {
|
|
250
|
-
"version": "0.1.
|
|
238
|
+
"version": "0.1.5",
|
|
251
239
|
"restore": {
|
|
252
240
|
"projectUniqueName": "/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj",
|
|
253
241
|
"projectName": "Lansweeper.ScanningConfig.GRPC",
|
|
@@ -302,8 +290,7 @@
|
|
|
302
290
|
"net47",
|
|
303
291
|
"net471",
|
|
304
292
|
"net472",
|
|
305
|
-
"net48"
|
|
306
|
-
"net481"
|
|
293
|
+
"net48"
|
|
307
294
|
],
|
|
308
295
|
"assetTargetFallback": true,
|
|
309
296
|
"warn": true,
|
|
@@ -312,7 +299,7 @@
|
|
|
312
299
|
"privateAssets": "all"
|
|
313
300
|
}
|
|
314
301
|
},
|
|
315
|
-
"runtimeIdentifierGraphPath": "/usr/
|
|
302
|
+
"runtimeIdentifierGraphPath": "/usr/lib/dotnet/sdk/6.0.128/RuntimeIdentifierGraph.json"
|
|
316
303
|
}
|
|
317
304
|
}
|
|
318
305
|
}
|
package/obj/project.nuget.cache
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 2,
|
|
3
|
-
"dgSpecHash": "
|
|
3
|
+
"dgSpecHash": "2dfbd07ZufySkrQW5/CNsxUsxD+TGJeVykUcua88fcC7bT4sJ0ZCqW+HHEzKQ06plbBx/Z4h6Boh/9KDLeuE5w==",
|
|
4
4
|
"success": true,
|
|
5
5
|
"projectFilePath": "/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj",
|
|
6
6
|
"expectedPackageFiles": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/scanningconfig-grpc",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "ScanningConfig grpc",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
"@grpc/grpc-js": "^1.6.2",
|
|
13
13
|
"@types/google-protobuf": "^3.15.5"
|
|
14
14
|
},
|
|
15
|
-
"gitHead": "
|
|
15
|
+
"gitHead": "8f3f507f128ed6b03b51b967287c3ec7b8c2edb7"
|
|
16
16
|
}
|
|
@@ -56,6 +56,7 @@ message OperationalConfig{
|
|
|
56
56
|
|
|
57
57
|
message Trigger{
|
|
58
58
|
string cron_expr =1;
|
|
59
|
+
string name = 2;
|
|
59
60
|
}
|
|
60
61
|
|
|
61
62
|
message Action{
|
|
@@ -68,16 +69,29 @@ message Action{
|
|
|
68
69
|
repeated Trigger triggers = 1;
|
|
69
70
|
ActionType action_type = 2;
|
|
70
71
|
repeated Credential credentials = 3;
|
|
71
|
-
oneof definition {
|
|
72
|
-
Agent agent = 4;
|
|
73
|
-
Agentless agentless = 5;
|
|
72
|
+
oneof definition {
|
|
73
|
+
Agent agent = 4 [deprecated = true];
|
|
74
|
+
Agentless agentless = 5 [deprecated = true];
|
|
74
75
|
}
|
|
76
|
+
ActionDefinition action_definition = 6;
|
|
75
77
|
}
|
|
76
78
|
|
|
77
79
|
message Agentless{
|
|
78
80
|
repeated string targets = 1;
|
|
79
81
|
}
|
|
80
82
|
|
|
83
|
+
message ActionDefinition
|
|
84
|
+
{
|
|
85
|
+
enum ScanFocus {
|
|
86
|
+
ALL = 0;
|
|
87
|
+
USERS = 1;
|
|
88
|
+
INVENTORY = 2;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
optional ScanFocus scan_focus = 1;
|
|
92
|
+
repeated string targets = 2;
|
|
93
|
+
}
|
|
94
|
+
|
|
81
95
|
message Agent{
|
|
82
96
|
enum ScanFocus {
|
|
83
97
|
ALL = 0;
|
|
Binary file
|