@lansweeper/scanningconfig-grpc 0.3.2 → 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.
Files changed (27) hide show
  1. package/CHANGELOG.md +29 -115
  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 +1109 -954
  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 +700 -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,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.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.3.1...@lansweeper/scanningconfig-grpc@0.3.2) (2024-12-23)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * removing ignorecompat file ([93df24e](https://github.com/Lansweeper/lansweeperapis/commit/93df24e40621e3190a2e0b464fbb51e7aaf54f90))
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)
12
7
 
8
+ **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
13
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)
14
11
 
12
+ ### Bug Fixes
15
13
 
14
+ - removing ignorecompat file ([93df24e](https://github.com/Lansweeper/lansweeperapis/commit/93df24e40621e3190a2e0b464fbb51e7aaf54f90))
16
15
 
17
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)
18
17
 
19
-
20
18
  ### Bug Fixes
21
19
 
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
-
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))
29
23
 
30
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)
31
25
 
32
-
33
26
  ### Features
34
27
 
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
-
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))
57
46
 
58
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)
59
48
 
60
49
  **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
61
50
 
62
-
63
-
64
-
65
-
66
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)
67
52
 
68
53
  **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
69
54
 
70
-
71
-
72
-
73
-
74
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)
75
56
 
76
57
  **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
77
58
 
78
-
79
-
80
-
81
-
82
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)
83
60
 
84
61
  **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
85
62
 
86
-
87
-
88
-
89
-
90
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)
91
64
 
92
65
  **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
93
66
 
94
-
95
-
96
-
97
-
98
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)
99
68
 
100
69
  **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
101
70
 
102
-
103
-
104
-
105
-
106
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)
107
72
 
108
73
  **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
109
74
 
110
-
111
-
112
-
113
-
114
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)
115
76
 
116
77
  **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
117
78
 
118
-
119
-
120
-
121
-
122
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)
123
80
 
124
-
125
81
  ### Features
126
82
 
127
- * ACME-24207 - Add OT_SENSOR type in configapi proto ([1885f7f](https://github.com/Lansweeper/lansweeperapis/commit/1885f7f2ccd161b42bb6197d401981f50b756fff))
128
-
129
-
130
-
131
-
83
+ - ACME-24207 - Add OT_SENSOR type in configapi proto ([1885f7f](https://github.com/Lansweeper/lansweeperapis/commit/1885f7f2ccd161b42bb6197d401981f50b756fff))
132
84
 
133
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)
134
86
 
135
87
  **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
136
88
 
137
-
138
-
139
-
140
-
141
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)
142
90
 
143
91
  **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
144
92
 
145
-
146
-
147
-
148
-
149
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)
150
94
 
151
95
  **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
152
96
 
153
-
154
-
155
-
156
-
157
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)
158
98
 
159
99
  **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
160
100
 
161
-
162
-
163
-
164
-
165
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)
166
102
 
167
103
  **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
168
104
 
169
-
170
-
171
-
172
-
173
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)
174
106
 
175
107
  **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
176
108
 
177
-
178
-
179
-
180
-
181
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)
182
110
 
183
111
  **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
184
112
 
185
-
186
-
187
-
188
-
189
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)
190
114
 
191
-
192
115
  ### Features
193
116
 
194
- * ITD-825: Made GRPC services for client ([dd109e9](https://github.com/Lansweeper/lansweeperapis/commit/dd109e9a10e10f4c47edfa8946e0f1a0d49a9016))
195
-
196
-
197
-
198
-
117
+ - ITD-825: Made GRPC services for client ([dd109e9](https://github.com/Lansweeper/lansweeperapis/commit/dd109e9a10e10f4c47edfa8946e0f1a0d49a9016))
199
118
 
200
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)
201
120
 
202
121
  **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
203
122
 
204
-
205
-
206
-
207
-
208
123
  ## 0.0.1 (2023-03-30)
209
124
 
210
-
211
125
  ### Bug Fixes
212
126
 
213
- * generate scanning config proto ([fca0e50](https://github.com/Lansweeper/lansweeperapis/commit/fca0e50057ef151fcabb6ef3f49178168568de5a))
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.0</PackageVersion>
11
- <Version>0.3.0</Version>
12
- <FileVersion>0.3.0</FileVersion>
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.0": {
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.0": {
82
+ "Lansweeper.ScanningConfig.GRPC/0.3.2": {
83
83
  "type": "project",
84
84
  "serviceable": false,
85
85
  "sha512": ""