@lansweeper/scanningconfig-grpc 0.3.2 → 0.3.4

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