@lansweeper/scanningconfig-grpc 0.3.1 → 0.3.3
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 +31 -106
- 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_grpc_pb.d.ts +17 -0
- package/gen-proto/scanningconfig_grpc_pb.js +33 -0
- package/gen-proto/scanningconfig_pb.d.ts +46 -0
- package/gen-proto/scanningconfig_pb.js +364 -0
- package/generated-go/scanningconfig.pb.go +1109 -954
- package/generated-go/scanningconfig_grpc.pb.go +38 -0
- 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.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.dll +0 -0
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.pdb +0 -0
- package/obj/Debug/net6.0/proto/Scanningconfig.cs +700 -240
- package/obj/Debug/net6.0/proto/ScanningconfigGrpc.cs +32 -0
- package/obj/Debug/net6.0/ref/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/obj/Lansweeper.ScanningConfig.GRPC.csproj.nuget.dgspec.json +2 -2
- package/obj/project.assets.json +2 -2
- package/obj/project.nuget.cache +1 -1
- package/package.json +2 -2
- package/proto/scanningconfig.proto +11 -0
- package/.ignorecompat +0 -0
|
@@ -49,6 +49,10 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
49
49
|
static readonly grpc::Marshaller<global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceRequest> __Marshaller_lansweeper_scanningconfig_v1_GetConfigurationsBySourceRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceRequest.Parser));
|
|
50
50
|
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
51
51
|
static readonly grpc::Marshaller<global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceResponse> __Marshaller_lansweeper_scanningconfig_v1_GetConfigurationsBySourceResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceResponse.Parser));
|
|
52
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
53
|
+
static readonly grpc::Marshaller<global::Lansweeper.Scanningconfig.V1.DeleteActionRequest> __Marshaller_lansweeper_scanningconfig_v1_DeleteActionRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Lansweeper.Scanningconfig.V1.DeleteActionRequest.Parser));
|
|
54
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
55
|
+
static readonly grpc::Marshaller<global::Lansweeper.Scanningconfig.V1.DeleteActionResponse> __Marshaller_lansweeper_scanningconfig_v1_DeleteActionResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Lansweeper.Scanningconfig.V1.DeleteActionResponse.Parser));
|
|
52
56
|
|
|
53
57
|
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
54
58
|
static readonly grpc::Method<global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceRequest, global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceResponse> __Method_GetConfigurationsBySource = new grpc::Method<global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceRequest, global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceResponse>(
|
|
@@ -58,6 +62,14 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
58
62
|
__Marshaller_lansweeper_scanningconfig_v1_GetConfigurationsBySourceRequest,
|
|
59
63
|
__Marshaller_lansweeper_scanningconfig_v1_GetConfigurationsBySourceResponse);
|
|
60
64
|
|
|
65
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
66
|
+
static readonly grpc::Method<global::Lansweeper.Scanningconfig.V1.DeleteActionRequest, global::Lansweeper.Scanningconfig.V1.DeleteActionResponse> __Method_DeleteAction = new grpc::Method<global::Lansweeper.Scanningconfig.V1.DeleteActionRequest, global::Lansweeper.Scanningconfig.V1.DeleteActionResponse>(
|
|
67
|
+
grpc::MethodType.Unary,
|
|
68
|
+
__ServiceName,
|
|
69
|
+
"DeleteAction",
|
|
70
|
+
__Marshaller_lansweeper_scanningconfig_v1_DeleteActionRequest,
|
|
71
|
+
__Marshaller_lansweeper_scanningconfig_v1_DeleteActionResponse);
|
|
72
|
+
|
|
61
73
|
/// <summary>Service descriptor</summary>
|
|
62
74
|
public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor
|
|
63
75
|
{
|
|
@@ -111,6 +123,26 @@ namespace Lansweeper.Scanningconfig.V1 {
|
|
|
111
123
|
{
|
|
112
124
|
return CallInvoker.AsyncUnaryCall(__Method_GetConfigurationsBySource, null, options, request);
|
|
113
125
|
}
|
|
126
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
127
|
+
public virtual global::Lansweeper.Scanningconfig.V1.DeleteActionResponse DeleteAction(global::Lansweeper.Scanningconfig.V1.DeleteActionRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
|
|
128
|
+
{
|
|
129
|
+
return DeleteAction(request, new grpc::CallOptions(headers, deadline, cancellationToken));
|
|
130
|
+
}
|
|
131
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
132
|
+
public virtual global::Lansweeper.Scanningconfig.V1.DeleteActionResponse DeleteAction(global::Lansweeper.Scanningconfig.V1.DeleteActionRequest request, grpc::CallOptions options)
|
|
133
|
+
{
|
|
134
|
+
return CallInvoker.BlockingUnaryCall(__Method_DeleteAction, null, options, request);
|
|
135
|
+
}
|
|
136
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
137
|
+
public virtual grpc::AsyncUnaryCall<global::Lansweeper.Scanningconfig.V1.DeleteActionResponse> DeleteActionAsync(global::Lansweeper.Scanningconfig.V1.DeleteActionRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
|
|
138
|
+
{
|
|
139
|
+
return DeleteActionAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
|
|
140
|
+
}
|
|
141
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
142
|
+
public virtual grpc::AsyncUnaryCall<global::Lansweeper.Scanningconfig.V1.DeleteActionResponse> DeleteActionAsync(global::Lansweeper.Scanningconfig.V1.DeleteActionRequest request, grpc::CallOptions options)
|
|
143
|
+
{
|
|
144
|
+
return CallInvoker.AsyncUnaryCall(__Method_DeleteAction, null, options, request);
|
|
145
|
+
}
|
|
114
146
|
/// <summary>Creates a new instance of client from given <c>ClientBaseConfiguration</c>.</summary>
|
|
115
147
|
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
116
148
|
protected override ScanningConfigServiceClient NewInstance(ClientBaseConfiguration configuration)
|
|
Binary file
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
},
|
|
6
6
|
"projects": {
|
|
7
7
|
"/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj": {
|
|
8
|
-
"version": "0.3.
|
|
8
|
+
"version": "0.3.2",
|
|
9
9
|
"restore": {
|
|
10
10
|
"projectUniqueName": "/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj",
|
|
11
11
|
"projectName": "Lansweeper.ScanningConfig.GRPC",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"privateAssets": "all"
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
-
"runtimeIdentifierGraphPath": "/usr/lib/dotnet/sdk/6.0.
|
|
72
|
+
"runtimeIdentifierGraphPath": "/usr/lib/dotnet/sdk/6.0.136/RuntimeIdentifierGraph.json"
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
}
|
package/obj/project.assets.json
CHANGED
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"/home/circleci/.nuget/packages/": {}
|
|
236
236
|
},
|
|
237
237
|
"project": {
|
|
238
|
-
"version": "0.3.
|
|
238
|
+
"version": "0.3.2",
|
|
239
239
|
"restore": {
|
|
240
240
|
"projectUniqueName": "/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj",
|
|
241
241
|
"projectName": "Lansweeper.ScanningConfig.GRPC",
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
"privateAssets": "all"
|
|
300
300
|
}
|
|
301
301
|
},
|
|
302
|
-
"runtimeIdentifierGraphPath": "/usr/lib/dotnet/sdk/6.0.
|
|
302
|
+
"runtimeIdentifierGraphPath": "/usr/lib/dotnet/sdk/6.0.136/RuntimeIdentifierGraph.json"
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
305
|
}
|
package/obj/project.nuget.cache
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 2,
|
|
3
|
-
"dgSpecHash": "
|
|
3
|
+
"dgSpecHash": "SromlU82MhpK94XhQUF+N77RsHZIsuQqNjEwn1vHin+qryH45do/0GpOM3MfyVu6Ez2uzMYlho5rtjx7Z/dMHg==",
|
|
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.3.
|
|
3
|
+
"version": "0.3.3",
|
|
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": "45cfd1044e256b00bdaeeaea423cac1e2cdfe392"
|
|
16
16
|
}
|
|
@@ -7,6 +7,17 @@ import "google/protobuf/wrappers.proto";
|
|
|
7
7
|
|
|
8
8
|
service ScanningConfigService {
|
|
9
9
|
rpc GetConfigurationsBySource(GetConfigurationsBySourceRequest) returns (GetConfigurationsBySourceResponse) {}
|
|
10
|
+
rpc DeleteAction(DeleteActionRequest) returns (DeleteActionResponse) {}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
message DeleteActionRequest {
|
|
14
|
+
string site_id = 1;
|
|
15
|
+
string action_id = 2;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
message DeleteActionResponse {
|
|
19
|
+
bool success = 1;
|
|
20
|
+
string message = 2;
|
|
10
21
|
}
|
|
11
22
|
|
|
12
23
|
message GetConfigurationsBySourceRequest{
|
package/.ignorecompat
DELETED
|
File without changes
|