@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
package/CHANGELOG.md
CHANGED
|
@@ -3,200 +3,125 @@
|
|
|
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.3.
|
|
6
|
+
## [0.3.3](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.3.2...@lansweeper/scanningconfig-grpc@0.3.3) (2025-06-16)
|
|
7
7
|
|
|
8
|
+
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
## [0.3.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.3.1...@lansweeper/scanningconfig-grpc@0.3.2) (2024-12-23)
|
|
10
11
|
|
|
11
|
-
|
|
12
|
-
* making the fields optional ([b4e4f0c](https://github.com/Lansweeper/lansweeperapis/commit/b4e4f0c9c14415beeae95a022ff5f8277d9d3d2a))
|
|
13
|
-
* making the project nullable ([b1d8080](https://github.com/Lansweeper/lansweeperapis/commit/b1d8080092846e2991ebcbd1a94c896eed7e6ed7))
|
|
12
|
+
### Bug Fixes
|
|
14
13
|
|
|
14
|
+
- removing ignorecompat file ([93df24e](https://github.com/Lansweeper/lansweeperapis/commit/93df24e40621e3190a2e0b464fbb51e7aaf54f90))
|
|
15
15
|
|
|
16
|
+
## [0.3.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.3.0...@lansweeper/scanningconfig-grpc@0.3.1) (2024-12-23)
|
|
16
17
|
|
|
18
|
+
### Bug Fixes
|
|
17
19
|
|
|
20
|
+
- adding ignorecompat as the fields are not yet used ([6acf23a](https://github.com/Lansweeper/lansweeperapis/commit/6acf23a7d7c1a6a9928bf7c5424414c2ed83f400))
|
|
21
|
+
- making the fields optional ([b4e4f0c](https://github.com/Lansweeper/lansweeperapis/commit/b4e4f0c9c14415beeae95a022ff5f8277d9d3d2a))
|
|
22
|
+
- making the project nullable ([b1d8080](https://github.com/Lansweeper/lansweeperapis/commit/b1d8080092846e2991ebcbd1a94c896eed7e6ed7))
|
|
18
23
|
|
|
19
24
|
# [0.3.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.8...@lansweeper/scanningconfig-grpc@0.3.0) (2024-12-12)
|
|
20
25
|
|
|
21
|
-
|
|
22
26
|
### Features
|
|
23
27
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
28
|
+
- added extra (auto) update settings ([062ec9a](https://github.com/Lansweeper/lansweeperapis/commit/062ec9a362bde42323b1bd3db7750ebcdecc143e))
|
|
29
|
+
- added extra (auto) update settings ([21fafc0](https://github.com/Lansweeper/lansweeperapis/commit/21fafc09bbd932be783c5ae2186b587350dd681e))
|
|
30
|
+
- adding all the application settings, first draft ([cc076dd](https://github.com/Lansweeper/lansweeperapis/commit/cc076ddfc682f407f4cbe1e25bfad404d6086982))
|
|
31
|
+
- adding network settings ([41360cc](https://github.com/Lansweeper/lansweeperapis/commit/41360ccbc7bd8b579c73ae0fa91bcd4ba58b4f27))
|
|
32
|
+
- cleanup ([80205af](https://github.com/Lansweeper/lansweeperapis/commit/80205af87d63b1b39ddd05f555650f357089a64f))
|
|
33
|
+
- cleanup ([0cf716c](https://github.com/Lansweeper/lansweeperapis/commit/0cf716cc3f8d60271067359699b4e361c9f5ea08))
|
|
34
|
+
- cleanup ([1373c32](https://github.com/Lansweeper/lansweeperapis/commit/1373c32b3a27968ac4bb3a9ec5774c3f503f6e61))
|
|
35
|
+
- reworked network visibility objects ([bb5b184](https://github.com/Lansweeper/lansweeperapis/commit/bb5b184824a3627ea809cef6711ed4f9ede98f90))
|
|
36
|
+
- some cleanup ([57be198](https://github.com/Lansweeper/lansweeperapis/commit/57be1982b412001e0c435b6c2452dabca6100297))
|
|
37
|
+
- some cleanup ([f2ad350](https://github.com/Lansweeper/lansweeperapis/commit/f2ad350ddfc9ea54bfa176e1895947e7872cee55))
|
|
38
|
+
- some cleanup ([dc40a1b](https://github.com/Lansweeper/lansweeperapis/commit/dc40a1b2824c00392cf5c28794ee4ee726633630))
|
|
39
|
+
- some cleanup ([5756060](https://github.com/Lansweeper/lansweeperapis/commit/5756060b670c2c3d7122f86578370e9fe3026483))
|
|
40
|
+
- some cleanup ([3722c89](https://github.com/Lansweeper/lansweeperapis/commit/3722c89b99a75e4d40b358d58836931e4727ebb9))
|
|
41
|
+
- some cleanup ([68582e6](https://github.com/Lansweeper/lansweeperapis/commit/68582e69e908a881b7c595727ebaba2fd56f9879))
|
|
42
|
+
- some cleanup ([2916cd6](https://github.com/Lansweeper/lansweeperapis/commit/2916cd69b615107039deb39fc42881eb6fc23a84))
|
|
43
|
+
- some cleanup ([3becf8c](https://github.com/Lansweeper/lansweeperapis/commit/3becf8c07df8142d115932d1263ade001ae102d7))
|
|
44
|
+
- some cleanup ([b66a762](https://github.com/Lansweeper/lansweeperapis/commit/b66a7626775aa2dcc375e320f92625c3c12d6f7b))
|
|
45
|
+
- updating smart polling in the notifications ([6116f72](https://github.com/Lansweeper/lansweeperapis/commit/6116f727b95a6d342872121bd29c8465a66eb99f))
|
|
46
46
|
|
|
47
47
|
## [0.2.8](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.7...@lansweeper/scanningconfig-grpc@0.2.8) (2024-11-19)
|
|
48
48
|
|
|
49
49
|
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
50
50
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
51
|
## [0.2.7](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.6...@lansweeper/scanningconfig-grpc@0.2.7) (2024-11-11)
|
|
56
52
|
|
|
57
53
|
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
58
54
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
55
|
## [0.2.6](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.5...@lansweeper/scanningconfig-grpc@0.2.6) (2024-10-28)
|
|
64
56
|
|
|
65
57
|
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
66
58
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
59
|
## [0.2.5](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.4...@lansweeper/scanningconfig-grpc@0.2.5) (2024-10-01)
|
|
72
60
|
|
|
73
61
|
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
74
62
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
63
|
## [0.2.4](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.3...@lansweeper/scanningconfig-grpc@0.2.4) (2024-10-01)
|
|
80
64
|
|
|
81
65
|
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
82
66
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
67
|
## [0.2.3](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.2...@lansweeper/scanningconfig-grpc@0.2.3) (2024-10-01)
|
|
88
68
|
|
|
89
69
|
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
90
70
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
71
|
## [0.2.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.1...@lansweeper/scanningconfig-grpc@0.2.2) (2024-09-13)
|
|
96
72
|
|
|
97
73
|
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
98
74
|
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
75
|
## [0.2.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.0...@lansweeper/scanningconfig-grpc@0.2.1) (2024-09-10)
|
|
104
76
|
|
|
105
77
|
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
106
78
|
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
79
|
# [0.2.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.1.7...@lansweeper/scanningconfig-grpc@0.2.0) (2024-09-04)
|
|
112
80
|
|
|
113
|
-
|
|
114
81
|
### Features
|
|
115
82
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
83
|
+
- ACME-24207 - Add OT_SENSOR type in configapi proto ([1885f7f](https://github.com/Lansweeper/lansweeperapis/commit/1885f7f2ccd161b42bb6197d401981f50b756fff))
|
|
121
84
|
|
|
122
85
|
## [0.1.7](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.1.6...@lansweeper/scanningconfig-grpc@0.1.7) (2024-07-30)
|
|
123
86
|
|
|
124
87
|
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
125
88
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
89
|
## [0.1.6](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.1.5...@lansweeper/scanningconfig-grpc@0.1.6) (2024-06-21)
|
|
131
90
|
|
|
132
91
|
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
133
92
|
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
93
|
## [0.1.5](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.1.4...@lansweeper/scanningconfig-grpc@0.1.5) (2024-05-03)
|
|
139
94
|
|
|
140
95
|
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
141
96
|
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
97
|
## [0.1.4](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.1.3...@lansweeper/scanningconfig-grpc@0.1.4) (2024-04-23)
|
|
147
98
|
|
|
148
99
|
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
149
100
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
101
|
## [0.1.3](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.1.2...@lansweeper/scanningconfig-grpc@0.1.3) (2024-04-12)
|
|
155
102
|
|
|
156
103
|
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
157
104
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
105
|
## [0.1.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.1.1...@lansweeper/scanningconfig-grpc@0.1.2) (2024-04-09)
|
|
163
106
|
|
|
164
107
|
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
165
108
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
109
|
## [0.1.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.1.0...@lansweeper/scanningconfig-grpc@0.1.1) (2023-12-14)
|
|
171
110
|
|
|
172
111
|
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
173
112
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
113
|
# [0.1.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.0.2...@lansweeper/scanningconfig-grpc@0.1.0) (2023-04-28)
|
|
179
114
|
|
|
180
|
-
|
|
181
115
|
### Features
|
|
182
116
|
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
117
|
+
- ITD-825: Made GRPC services for client ([dd109e9](https://github.com/Lansweeper/lansweeperapis/commit/dd109e9a10e10f4c47edfa8946e0f1a0d49a9016))
|
|
188
118
|
|
|
189
119
|
## [0.0.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.0.1...@lansweeper/scanningconfig-grpc@0.0.2) (2023-03-30)
|
|
190
120
|
|
|
191
121
|
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
192
122
|
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
123
|
## 0.0.1 (2023-03-30)
|
|
198
124
|
|
|
199
|
-
|
|
200
125
|
### Bug Fixes
|
|
201
126
|
|
|
202
|
-
|
|
127
|
+
- generate scanning config proto ([fca0e50](https://github.com/Lansweeper/lansweeperapis/commit/fca0e50057ef151fcabb6ef3f49178168568de5a))
|
|
@@ -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.
|
|
11
|
-
<Version>0.3.
|
|
12
|
-
<FileVersion>0.3.
|
|
10
|
+
<PackageVersion>0.3.2</PackageVersion>
|
|
11
|
+
<Version>0.3.2</Version>
|
|
12
|
+
<FileVersion>0.3.2</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.
|
|
9
|
+
"Lansweeper.ScanningConfig.GRPC/0.3.2": {
|
|
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.
|
|
82
|
+
"Lansweeper.ScanningConfig.GRPC/0.3.2": {
|
|
83
83
|
"type": "project",
|
|
84
84
|
"serviceable": false,
|
|
85
85
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
Binary file
|