@lansweeper/data-platform-outbound-grpc 0.8.0 → 0.8.2

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 (35) hide show
  1. package/CHANGELOG.md +266 -1068
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +58 -0
  4. package/gen-proto/outbound_pb.js +467 -1
  5. package/generated-go/outbound.pb.go +11879 -11740
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +13 -0
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Computer$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/Computer$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/Computer.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfo$1.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfo$Builder.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfo.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfoOrBuilder.class +0 -0
  18. package/model/target/classes/outbound.proto +13 -0
  19. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Computer.java +551 -108
  20. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerOrBuilder.java +44 -0
  21. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +3569 -3549
  22. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfo.java +1430 -0
  23. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/WindowsComputerRegistryInfoOrBuilder.java +122 -0
  24. package/model/target/maven-archiver/pom.properties +2 -2
  25. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -0
  26. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
  27. package/model/target/{outbound-model-0.7.0-sources.jar → outbound-model-0.8.1-sources.jar} +0 -0
  28. package/model/target/{outbound-model-0.7.0.jar → outbound-model-0.8.1.jar} +0 -0
  29. package/package.json +2 -2
  30. package/pom.xml +1 -1
  31. package/proto/outbound.proto +13 -0
  32. package/service/pom.xml +1 -1
  33. package/service/target/maven-archiver/pom.properties +2 -2
  34. package/service/target/{outbound-service-0.7.0-sources.jar → outbound-service-0.8.1-sources.jar} +0 -0
  35. package/service/target/{outbound-service-0.7.0.jar → outbound-service-0.8.1.jar} +0 -0
package/CHANGELOG.md CHANGED
@@ -3,1643 +3,841 @@
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.8.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.7.0...@lansweeper/data-platform-outbound-grpc@0.8.0) (2025-06-03)
7
-
6
+ ## [0.8.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.8.1...@lansweeper/data-platform-outbound-grpc@0.8.2) (2025-06-06)
8
7
 
9
- ### Features
8
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
10
9
 
11
- * **ACME-35439:** add sccm child sites keys and hyper-v guest keys ([bbd8c56](https://github.com/Lansweeper/lansweeperapis/commit/bbd8c5655ac06908616660cefcfc0e623800d67d))
12
- * **ACME-35439:** create HyperV host message ([13ea2c4](https://github.com/Lansweeper/lansweeperapis/commit/13ea2c4641b06040ce2e312e1288d5c4f7c89ef0))
13
- * **ACME-35439:** fix typo ([2b3561b](https://github.com/Lansweeper/lansweeperapis/commit/2b3561b30a7094713c53350d9d4fe048dfa005ec))
14
- * **ACME-35439:** move field ([885946b](https://github.com/Lansweeper/lansweeperapis/commit/885946b9c1d11597d558ea991ab2625c618559f1))
10
+ ## [0.8.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.8.0...@lansweeper/data-platform-outbound-grpc@0.8.1) (2025-06-05)
15
11
 
12
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
16
13
 
14
+ # [0.8.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.7.0...@lansweeper/data-platform-outbound-grpc@0.8.0) (2025-06-03)
17
15
 
16
+ ### Features
18
17
 
18
+ - **ACME-35439:** add sccm child sites keys and hyper-v guest keys ([bbd8c56](https://github.com/Lansweeper/lansweeperapis/commit/bbd8c5655ac06908616660cefcfc0e623800d67d))
19
+ - **ACME-35439:** create HyperV host message ([13ea2c4](https://github.com/Lansweeper/lansweeperapis/commit/13ea2c4641b06040ce2e312e1288d5c4f7c89ef0))
20
+ - **ACME-35439:** fix typo ([2b3561b](https://github.com/Lansweeper/lansweeperapis/commit/2b3561b30a7094713c53350d9d4fe048dfa005ec))
21
+ - **ACME-35439:** move field ([885946b](https://github.com/Lansweeper/lansweeperapis/commit/885946b9c1d11597d558ea991ab2625c618559f1))
19
22
 
20
23
  # [0.7.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.6.1...@lansweeper/data-platform-outbound-grpc@0.7.0) (2025-04-17)
21
24
 
22
-
23
25
  ### Features
24
26
 
25
- * **ACME-33974:** add locked fields model to store locket fields from manual assets ([f3d00de](https://github.com/Lansweeper/lansweeperapis/commit/f3d00de5f7932f4673c02acd25f9caf3388ca25e))
26
- * **ACME-33974:** fix lint from CI ([6a7d79d](https://github.com/Lansweeper/lansweeperapis/commit/6a7d79d9fa5e499751e21d83c8df34092c1a2229))
27
-
28
-
29
-
30
-
27
+ - **ACME-33974:** add locked fields model to store locket fields from manual assets ([f3d00de](https://github.com/Lansweeper/lansweeperapis/commit/f3d00de5f7932f4673c02acd25f9caf3388ca25e))
28
+ - **ACME-33974:** fix lint from CI ([6a7d79d](https://github.com/Lansweeper/lansweeperapis/commit/6a7d79d9fa5e499751e21d83c8df34092c1a2229))
31
29
 
32
30
  ## [0.6.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.6.0...@lansweeper/data-platform-outbound-grpc@0.6.1) (2025-04-08)
33
31
 
34
-
35
32
  ### Reverts
36
33
 
37
- * Revert "feat(ACME-32990): move AD printer info inside the printer section" ([198a112](https://github.com/Lansweeper/lansweeperapis/commit/198a112682f179c3603044708d1648046a1ce804))
38
-
39
-
40
-
41
-
34
+ - Revert "feat(ACME-32990): move AD printer info inside the printer section" ([198a112](https://github.com/Lansweeper/lansweeperapis/commit/198a112682f179c3603044708d1648046a1ce804))
42
35
 
43
36
  # [0.6.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.5.0...@lansweeper/data-platform-outbound-grpc@0.6.0) (2025-04-08)
44
37
 
45
-
46
38
  ### Features
47
39
 
48
- * **ACME-32990:** add ActiveDirectoryPrinter section into outbound model ([8fbfc4d](https://github.com/Lansweeper/lansweeperapis/commit/8fbfc4d7f6e4bbe268c3c217ae0f0a37a117ad3c))
49
- * **ACME-32990:** move AD printer info inside the printer section ([1c442b2](https://github.com/Lansweeper/lansweeperapis/commit/1c442b2970845459b8959eca950439c4265ff58a))
50
- * **ACME-32990:** sugar ([4a5029e](https://github.com/Lansweeper/lansweeperapis/commit/4a5029e1d198c5ccf6fe7d51ee5763c9f9a00abf))
51
-
52
-
53
-
54
-
40
+ - **ACME-32990:** add ActiveDirectoryPrinter section into outbound model ([8fbfc4d](https://github.com/Lansweeper/lansweeperapis/commit/8fbfc4d7f6e4bbe268c3c217ae0f0a37a117ad3c))
41
+ - **ACME-32990:** move AD printer info inside the printer section ([1c442b2](https://github.com/Lansweeper/lansweeperapis/commit/1c442b2970845459b8959eca950439c4265ff58a))
42
+ - **ACME-32990:** sugar ([4a5029e](https://github.com/Lansweeper/lansweeperapis/commit/4a5029e1d198c5ccf6fe7d51ee5763c9f9a00abf))
55
43
 
56
44
  # [0.5.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.4.10...@lansweeper/data-platform-outbound-grpc@0.5.0) (2025-04-07)
57
45
 
58
-
59
46
  ### Features
60
47
 
61
- * **ACME-32963:** create new RefreshEntityCount gRPC call ([11bab80](https://github.com/Lansweeper/lansweeperapis/commit/11bab802c21129b1bb686ead0d508b5bb4857084))
62
-
63
-
64
-
65
-
48
+ - **ACME-32963:** create new RefreshEntityCount gRPC call ([11bab80](https://github.com/Lansweeper/lansweeperapis/commit/11bab802c21129b1bb686ead0d508b5bb4857084))
66
49
 
67
50
  ## [0.4.10](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.4.9...@lansweeper/data-platform-outbound-grpc@0.4.10) (2025-03-25)
68
51
 
69
-
70
52
  ### Bug Fixes
71
53
 
72
- * **ACME-32746:** add new field to proto Site model ([4663e2b](https://github.com/Lansweeper/lansweeperapis/commit/4663e2b101edd63560db5644845ee5cd9193e43f))
73
- * **ACME-32746:** create CorrelationIndexRealignment gRPC call ([8de27e3](https://github.com/Lansweeper/lansweeperapis/commit/8de27e3740266e868116a394a69da8614e951047))
74
-
75
-
76
-
77
-
54
+ - **ACME-32746:** add new field to proto Site model ([4663e2b](https://github.com/Lansweeper/lansweeperapis/commit/4663e2b101edd63560db5644845ee5cd9193e43f))
55
+ - **ACME-32746:** create CorrelationIndexRealignment gRPC call ([8de27e3](https://github.com/Lansweeper/lansweeperapis/commit/8de27e3740266e868116a394a69da8614e951047))
78
56
 
79
57
  ## [0.4.9](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.4.8...@lansweeper/data-platform-outbound-grpc@0.4.9) (2025-03-21)
80
58
 
81
59
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
82
60
 
83
-
84
-
85
-
86
-
87
61
  ## [0.4.8](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.4.7...@lansweeper/data-platform-outbound-grpc@0.4.8) (2025-03-17)
88
62
 
89
63
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
90
64
 
91
-
92
-
93
-
94
-
95
65
  ## [0.4.7](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.4.6...@lansweeper/data-platform-outbound-grpc@0.4.7) (2025-03-14)
96
66
 
97
67
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
98
68
 
99
-
100
-
101
-
102
-
103
69
  ## [0.4.6](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.4.5...@lansweeper/data-platform-outbound-grpc@0.4.6) (2025-03-14)
104
70
 
105
71
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
106
72
 
107
-
108
-
109
-
110
-
111
73
  ## [0.4.5](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.4.4...@lansweeper/data-platform-outbound-grpc@0.4.5) (2025-03-07)
112
74
 
113
75
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
114
76
 
115
-
116
-
117
-
118
-
119
77
  ## [0.4.4](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.4.3...@lansweeper/data-platform-outbound-grpc@0.4.4) (2025-02-19)
120
78
 
121
79
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
122
80
 
123
-
124
-
125
-
126
-
127
81
  ## [0.4.3](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.4.2...@lansweeper/data-platform-outbound-grpc@0.4.3) (2025-02-10)
128
82
 
129
83
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
130
84
 
131
-
132
-
133
-
134
-
135
85
  ## [0.4.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.4.1...@lansweeper/data-platform-outbound-grpc@0.4.2) (2025-02-07)
136
86
 
137
87
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
138
88
 
139
-
140
-
141
-
142
-
143
89
  ## [0.4.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.4.0...@lansweeper/data-platform-outbound-grpc@0.4.1) (2025-01-07)
144
90
 
145
91
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
146
92
 
147
-
148
-
149
-
150
-
151
93
  # [0.4.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.38...@lansweeper/data-platform-outbound-grpc@0.4.0) (2024-12-23)
152
94
 
153
-
154
95
  ### Features
155
96
 
156
- * **ACME-28021:** add reconcile revalidation time to site model ([24ef92b](https://github.com/Lansweeper/lansweeperapis/commit/24ef92b703895f77e4ff4c9665ea6853d7316d5d))
157
- * **ACME-28021:** trigger release of outbound model ([8949228](https://github.com/Lansweeper/lansweeperapis/commit/89492282dd9e8fd0620a025df2929e84bbf4d1de))
158
-
159
-
160
-
161
-
97
+ - **ACME-28021:** add reconcile revalidation time to site model ([24ef92b](https://github.com/Lansweeper/lansweeperapis/commit/24ef92b703895f77e4ff4c9665ea6853d7316d5d))
98
+ - **ACME-28021:** trigger release of outbound model ([8949228](https://github.com/Lansweeper/lansweeperapis/commit/89492282dd9e8fd0620a025df2929e84bbf4d1de))
162
99
 
163
100
  ## [0.3.38](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.37...@lansweeper/data-platform-outbound-grpc@0.3.38) (2024-12-17)
164
101
 
165
102
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
166
103
 
167
-
168
-
169
-
170
-
171
104
  ## [0.3.37](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.36...@lansweeper/data-platform-outbound-grpc@0.3.37) (2024-12-13)
172
105
 
173
106
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
174
107
 
175
-
176
-
177
-
178
-
179
108
  ## [0.3.36](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.35...@lansweeper/data-platform-outbound-grpc@0.3.36) (2024-12-09)
180
109
 
181
110
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
182
111
 
183
-
184
-
185
-
186
-
187
112
  ## [0.3.35](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.34...@lansweeper/data-platform-outbound-grpc@0.3.35) (2024-12-09)
188
113
 
189
114
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
190
115
 
191
-
192
-
193
-
194
-
195
116
  ## [0.3.34](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.33...@lansweeper/data-platform-outbound-grpc@0.3.34) (2024-11-20)
196
117
 
197
118
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
198
119
 
199
-
200
-
201
-
202
-
203
120
  ## [0.3.33](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.32...@lansweeper/data-platform-outbound-grpc@0.3.33) (2024-11-14)
204
121
 
205
122
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
206
123
 
207
-
208
-
209
-
210
-
211
124
  ## [0.3.32](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.31...@lansweeper/data-platform-outbound-grpc@0.3.32) (2024-11-12)
212
125
 
213
126
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
214
127
 
215
-
216
-
217
-
218
-
219
128
  ## [0.3.31](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.30...@lansweeper/data-platform-outbound-grpc@0.3.31) (2024-11-08)
220
129
 
221
130
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
222
131
 
223
-
224
-
225
-
226
-
227
132
  ## [0.3.30](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.29...@lansweeper/data-platform-outbound-grpc@0.3.30) (2024-11-05)
228
133
 
229
134
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
230
135
 
231
-
232
-
233
-
234
-
235
136
  ## [0.3.29](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.28...@lansweeper/data-platform-outbound-grpc@0.3.29) (2024-10-29)
236
137
 
237
138
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
238
139
 
239
-
240
-
241
-
242
-
243
140
  ## [0.3.28](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.27...@lansweeper/data-platform-outbound-grpc@0.3.28) (2024-10-28)
244
141
 
245
142
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
246
143
 
247
-
248
-
249
-
250
-
251
144
  ## [0.3.27](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.26...@lansweeper/data-platform-outbound-grpc@0.3.27) (2024-10-25)
252
145
 
253
146
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
254
147
 
255
-
256
-
257
-
258
-
259
148
  ## [0.3.26](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.25...@lansweeper/data-platform-outbound-grpc@0.3.26) (2024-10-15)
260
149
 
261
150
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
262
151
 
263
-
264
-
265
-
266
-
267
152
  ## [0.3.25](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.24...@lansweeper/data-platform-outbound-grpc@0.3.25) (2024-10-14)
268
153
 
269
154
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
270
155
 
271
-
272
-
273
-
274
-
275
156
  ## [0.3.24](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.23...@lansweeper/data-platform-outbound-grpc@0.3.24) (2024-10-03)
276
157
 
277
158
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
278
159
 
279
-
280
-
281
-
282
-
283
160
  ## [0.3.23](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.22...@lansweeper/data-platform-outbound-grpc@0.3.23) (2024-10-01)
284
161
 
285
162
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
286
163
 
287
-
288
-
289
-
290
-
291
164
  ## [0.3.22](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.21...@lansweeper/data-platform-outbound-grpc@0.3.22) (2024-09-30)
292
165
 
293
166
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
294
167
 
295
-
296
-
297
-
298
-
299
168
  ## [0.3.21](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.20...@lansweeper/data-platform-outbound-grpc@0.3.21) (2024-09-19)
300
169
 
301
170
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
302
171
 
303
-
304
-
305
-
306
-
307
172
  ## [0.3.20](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.19...@lansweeper/data-platform-outbound-grpc@0.3.20) (2024-09-17)
308
173
 
309
174
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
310
175
 
311
-
312
-
313
-
314
-
315
176
  ## [0.3.19](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.18...@lansweeper/data-platform-outbound-grpc@0.3.19) (2024-09-09)
316
177
 
317
178
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
318
179
 
319
-
320
-
321
-
322
-
323
180
  ## [0.3.18](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.17...@lansweeper/data-platform-outbound-grpc@0.3.18) (2024-08-29)
324
181
 
325
182
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
326
183
 
327
-
328
-
329
-
330
-
331
184
  ## [0.3.17](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.16...@lansweeper/data-platform-outbound-grpc@0.3.17) (2024-08-26)
332
185
 
333
186
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
334
187
 
335
-
336
-
337
-
338
-
339
188
  ## [0.3.16](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.15...@lansweeper/data-platform-outbound-grpc@0.3.16) (2024-08-21)
340
189
 
341
190
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
342
191
 
343
-
344
-
345
-
346
-
347
192
  ## [0.3.15](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.14...@lansweeper/data-platform-outbound-grpc@0.3.15) (2024-08-20)
348
193
 
349
194
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
350
195
 
351
-
352
-
353
-
354
-
355
196
  ## [0.3.14](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.13...@lansweeper/data-platform-outbound-grpc@0.3.14) (2024-08-01)
356
197
 
357
198
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
358
199
 
359
-
360
-
361
-
362
-
363
200
  ## [0.3.13](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.12...@lansweeper/data-platform-outbound-grpc@0.3.13) (2024-08-01)
364
201
 
365
202
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
366
203
 
367
-
368
-
369
-
370
-
371
204
  ## [0.3.12](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.11...@lansweeper/data-platform-outbound-grpc@0.3.12) (2024-07-24)
372
205
 
373
206
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
374
207
 
375
-
376
-
377
-
378
-
379
208
  ## [0.3.11](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.10...@lansweeper/data-platform-outbound-grpc@0.3.11) (2024-07-24)
380
209
 
381
210
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
382
211
 
383
-
384
-
385
-
386
-
387
212
  ## [0.3.10](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.9...@lansweeper/data-platform-outbound-grpc@0.3.10) (2024-07-03)
388
213
 
389
214
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
390
215
 
391
-
392
-
393
-
394
-
395
216
  ## [0.3.9](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.8...@lansweeper/data-platform-outbound-grpc@0.3.9) (2024-06-18)
396
217
 
397
218
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
398
219
 
399
-
400
-
401
-
402
-
403
220
  ## [0.3.8](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.7...@lansweeper/data-platform-outbound-grpc@0.3.8) (2024-06-18)
404
221
 
405
222
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
406
223
 
407
-
408
-
409
-
410
-
411
224
  ## [0.3.7](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.6...@lansweeper/data-platform-outbound-grpc@0.3.7) (2024-06-14)
412
225
 
413
-
414
226
  ### Reverts
415
227
 
416
- * Revert "ACME-21090: Align Site proto with vNEXT model" ([3f65d65](https://github.com/Lansweeper/lansweeperapis/commit/3f65d657921e3a389ea1d383b42935d66d767bf3))
417
-
418
-
419
-
420
-
228
+ - Revert "ACME-21090: Align Site proto with vNEXT model" ([3f65d65](https://github.com/Lansweeper/lansweeperapis/commit/3f65d657921e3a389ea1d383b42935d66d767bf3))
421
229
 
422
230
  ## [0.3.6](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.5...@lansweeper/data-platform-outbound-grpc@0.3.6) (2024-06-10)
423
231
 
424
232
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
425
233
 
426
-
427
-
428
-
429
-
430
234
  ## [0.3.5](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.4...@lansweeper/data-platform-outbound-grpc@0.3.5) (2024-06-03)
431
235
 
432
236
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
433
237
 
434
-
435
-
436
-
437
-
438
238
  ## [0.3.4](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.3...@lansweeper/data-platform-outbound-grpc@0.3.4) (2024-06-03)
439
239
 
440
240
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
441
241
 
442
-
443
-
444
-
445
-
446
242
  ## [0.3.3](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.2...@lansweeper/data-platform-outbound-grpc@0.3.3) (2024-05-29)
447
243
 
448
244
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
449
245
 
450
-
451
-
452
-
453
-
454
246
  ## [0.3.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.1...@lansweeper/data-platform-outbound-grpc@0.3.2) (2024-05-24)
455
247
 
456
248
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
457
249
 
458
-
459
-
460
-
461
-
462
250
  ## [0.3.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.0...@lansweeper/data-platform-outbound-grpc@0.3.1) (2024-05-20)
463
251
 
464
252
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
465
253
 
254
+ # [0.3.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.2.1...@lansweeper/data-platform-outbound-grpc@0.3.0) (2024-05-13)
466
255
 
256
+ ### Features
467
257
 
258
+ - add location fields from CDK inbound model ([36701fd](https://github.com/Lansweeper/lansweeperapis/commit/36701fdd0a80056d9bcd5135666961340cc18628))
468
259
 
260
+ ## [0.2.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.2.0...@lansweeper/data-platform-outbound-grpc@0.2.1) (2024-05-02)
469
261
 
470
- # [0.3.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.2.1...@lansweeper/data-platform-outbound-grpc@0.3.0) (2024-05-13)
262
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
471
263
 
264
+ # [0.2.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.142...@lansweeper/data-platform-outbound-grpc@0.2.0) (2024-05-02)
472
265
 
473
266
  ### Features
474
267
 
475
- * add location fields from CDK inbound model ([36701fd](https://github.com/Lansweeper/lansweeperapis/commit/36701fdd0a80056d9bcd5135666961340cc18628))
268
+ - ACME-19169: create new displayable tags in the CloudEntity outbound model. ([ba6c5d9](https://github.com/Lansweeper/lansweeperapis/commit/ba6c5d91ae51223fa3b5041e432d739d577c5336))
476
269
 
270
+ ## [0.1.142](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.141...@lansweeper/data-platform-outbound-grpc@0.1.142) (2024-04-24)
477
271
 
272
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
478
273
 
274
+ ## [0.1.141](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.140...@lansweeper/data-platform-outbound-grpc@0.1.141) (2024-03-25)
479
275
 
276
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
480
277
 
481
- ## [0.2.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.2.0...@lansweeper/data-platform-outbound-grpc@0.2.1) (2024-05-02)
278
+ ## [0.1.140](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.139...@lansweeper/data-platform-outbound-grpc@0.1.140) (2024-03-15)
482
279
 
483
280
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
484
281
 
282
+ ## [0.1.139](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.138...@lansweeper/data-platform-outbound-grpc@0.1.139) (2024-03-05)
485
283
 
284
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
486
285
 
286
+ ## [0.1.138](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.137...@lansweeper/data-platform-outbound-grpc@0.1.138) (2024-02-16)
487
287
 
288
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
488
289
 
489
- # [0.2.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.142...@lansweeper/data-platform-outbound-grpc@0.2.0) (2024-05-02)
290
+ ## [0.1.137](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.136...@lansweeper/data-platform-outbound-grpc@0.1.137) (2024-02-15)
490
291
 
292
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
491
293
 
492
- ### Features
294
+ ## [0.1.136](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.135...@lansweeper/data-platform-outbound-grpc@0.1.136) (2024-02-13)
493
295
 
494
- * ACME-19169: create new displayable tags in the CloudEntity outbound model. ([ba6c5d9](https://github.com/Lansweeper/lansweeperapis/commit/ba6c5d91ae51223fa3b5041e432d739d577c5336))
296
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
495
297
 
298
+ ## [0.1.135](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.134...@lansweeper/data-platform-outbound-grpc@0.1.135) (2024-01-25)
496
299
 
300
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
497
301
 
302
+ ## [0.1.134](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.133...@lansweeper/data-platform-outbound-grpc@0.1.134) (2024-01-23)
498
303
 
304
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
499
305
 
500
- ## [0.1.142](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.141...@lansweeper/data-platform-outbound-grpc@0.1.142) (2024-04-24)
306
+ ## [0.1.133](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.132...@lansweeper/data-platform-outbound-grpc@0.1.133) (2024-01-23)
501
307
 
502
308
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
503
309
 
310
+ ## [0.1.132](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.131...@lansweeper/data-platform-outbound-grpc@0.1.132) (2024-01-17)
504
311
 
312
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
505
313
 
314
+ ## [0.1.131](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.130...@lansweeper/data-platform-outbound-grpc@0.1.131) (2024-01-16)
506
315
 
316
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
507
317
 
508
- ## [0.1.141](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.140...@lansweeper/data-platform-outbound-grpc@0.1.141) (2024-03-25)
318
+ ## [0.1.130](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.129...@lansweeper/data-platform-outbound-grpc@0.1.130) (2024-01-15)
509
319
 
510
320
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
511
321
 
512
-
513
-
514
-
515
-
516
- ## [0.1.140](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.139...@lansweeper/data-platform-outbound-grpc@0.1.140) (2024-03-15)
517
-
518
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
519
-
520
-
521
-
522
-
523
-
524
- ## [0.1.139](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.138...@lansweeper/data-platform-outbound-grpc@0.1.139) (2024-03-05)
525
-
526
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
527
-
528
-
529
-
530
-
531
-
532
- ## [0.1.138](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.137...@lansweeper/data-platform-outbound-grpc@0.1.138) (2024-02-16)
533
-
534
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
535
-
536
-
537
-
538
-
539
-
540
- ## [0.1.137](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.136...@lansweeper/data-platform-outbound-grpc@0.1.137) (2024-02-15)
541
-
542
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
543
-
544
-
545
-
546
-
547
-
548
- ## [0.1.136](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.135...@lansweeper/data-platform-outbound-grpc@0.1.136) (2024-02-13)
549
-
550
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
551
-
552
-
553
-
554
-
555
-
556
- ## [0.1.135](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.134...@lansweeper/data-platform-outbound-grpc@0.1.135) (2024-01-25)
557
-
558
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
559
-
560
-
561
-
562
-
563
-
564
- ## [0.1.134](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.133...@lansweeper/data-platform-outbound-grpc@0.1.134) (2024-01-23)
565
-
566
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
567
-
568
-
569
-
570
-
571
-
572
- ## [0.1.133](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.132...@lansweeper/data-platform-outbound-grpc@0.1.133) (2024-01-23)
573
-
574
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
575
-
576
-
577
-
578
-
579
-
580
- ## [0.1.132](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.131...@lansweeper/data-platform-outbound-grpc@0.1.132) (2024-01-17)
581
-
582
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
583
-
584
-
585
-
586
-
587
-
588
- ## [0.1.131](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.130...@lansweeper/data-platform-outbound-grpc@0.1.131) (2024-01-16)
589
-
590
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
591
-
592
-
593
-
594
-
595
-
596
- ## [0.1.130](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.129...@lansweeper/data-platform-outbound-grpc@0.1.130) (2024-01-15)
597
-
598
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
599
-
600
-
601
-
602
-
603
-
604
322
  ## [0.1.129](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.128...@lansweeper/data-platform-outbound-grpc@0.1.129) (2024-01-15)
605
323
 
606
324
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
607
325
 
608
-
609
-
610
-
611
-
612
326
  ## [0.1.128](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.127...@lansweeper/data-platform-outbound-grpc@0.1.128) (2024-01-15)
613
327
 
614
328
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
615
329
 
330
+ ## [0.1.127](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.126...@lansweeper/data-platform-outbound-grpc@0.1.127) (2024-01-05)
616
331
 
332
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
617
333
 
334
+ ## [0.1.126](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.125...@lansweeper/data-platform-outbound-grpc@0.1.126) (2023-12-22)
618
335
 
336
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
619
337
 
620
- ## [0.1.127](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.126...@lansweeper/data-platform-outbound-grpc@0.1.127) (2024-01-05)
621
-
622
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
623
-
624
-
625
-
626
-
627
-
628
- ## [0.1.126](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.125...@lansweeper/data-platform-outbound-grpc@0.1.126) (2023-12-22)
629
-
630
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
631
-
632
-
633
-
634
-
635
-
636
- ## [0.1.125](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.124...@lansweeper/data-platform-outbound-grpc@0.1.125) (2023-12-19)
637
-
638
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
639
-
640
-
641
-
642
-
643
-
644
- ## [0.1.124](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.123...@lansweeper/data-platform-outbound-grpc@0.1.124) (2023-12-18)
645
-
646
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
647
-
648
-
649
-
650
-
651
-
652
- ## [0.1.123](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.122...@lansweeper/data-platform-outbound-grpc@0.1.123) (2023-12-18)
653
-
654
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
655
-
656
-
657
-
658
-
659
-
660
- ## [0.1.122](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.121...@lansweeper/data-platform-outbound-grpc@0.1.122) (2023-12-14)
661
-
662
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
663
-
664
-
665
-
666
-
667
-
668
- ## [0.1.121](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.120...@lansweeper/data-platform-outbound-grpc@0.1.121) (2023-12-14)
669
-
670
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
671
-
672
-
673
-
674
-
675
-
676
- ## [0.1.120](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.119...@lansweeper/data-platform-outbound-grpc@0.1.120) (2023-12-14)
677
-
678
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
679
-
680
-
681
-
682
-
683
-
684
- ## [0.1.119](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.118...@lansweeper/data-platform-outbound-grpc@0.1.119) (2023-12-12)
685
-
686
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
687
-
688
-
689
-
690
-
691
-
692
- ## [0.1.118](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.117...@lansweeper/data-platform-outbound-grpc@0.1.118) (2023-12-12)
693
-
694
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
695
-
696
-
697
-
698
-
699
-
700
- ## [0.1.117](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.116...@lansweeper/data-platform-outbound-grpc@0.1.117) (2023-12-12)
701
-
702
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
703
-
704
-
705
-
706
-
707
-
708
- ## [0.1.116](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.115...@lansweeper/data-platform-outbound-grpc@0.1.116) (2023-12-12)
709
-
710
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
711
-
712
-
713
-
714
-
715
-
716
- ## [0.1.115](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.114...@lansweeper/data-platform-outbound-grpc@0.1.115) (2023-12-11)
717
-
718
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
719
-
720
-
721
-
722
-
723
-
724
- ## [0.1.114](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.113...@lansweeper/data-platform-outbound-grpc@0.1.114) (2023-12-11)
725
-
726
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
727
-
728
-
729
-
730
-
731
-
732
- ## [0.1.113](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.112...@lansweeper/data-platform-outbound-grpc@0.1.113) (2023-12-11)
733
-
734
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
735
-
736
-
737
-
738
-
739
-
740
- ## [0.1.112](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.111...@lansweeper/data-platform-outbound-grpc@0.1.112) (2023-12-11)
741
-
742
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
743
-
744
-
745
-
746
-
747
-
748
- ## [0.1.111](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.110...@lansweeper/data-platform-outbound-grpc@0.1.111) (2023-12-11)
749
-
750
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
751
-
752
-
753
-
754
-
755
-
756
- ## [0.1.110](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.109...@lansweeper/data-platform-outbound-grpc@0.1.110) (2023-12-11)
757
-
758
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
759
-
760
-
761
-
762
-
763
-
764
- ## [0.1.109](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.108...@lansweeper/data-platform-outbound-grpc@0.1.109) (2023-12-05)
765
-
766
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
767
-
768
-
769
-
770
-
771
-
772
- ## [0.1.108](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.107...@lansweeper/data-platform-outbound-grpc@0.1.108) (2023-12-05)
773
-
774
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
775
-
776
-
777
-
778
-
779
-
780
- ## [0.1.107](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.106...@lansweeper/data-platform-outbound-grpc@0.1.107) (2023-12-04)
781
-
782
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
783
-
784
-
785
-
786
-
787
-
788
- ## [0.1.106](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.105...@lansweeper/data-platform-outbound-grpc@0.1.106) (2023-12-04)
789
-
790
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
791
-
792
-
793
-
794
-
795
-
796
- ## [0.1.105](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.104...@lansweeper/data-platform-outbound-grpc@0.1.105) (2023-12-04)
797
-
798
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
799
-
800
-
801
-
802
-
803
-
804
- ## [0.1.104](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.103...@lansweeper/data-platform-outbound-grpc@0.1.104) (2023-12-01)
805
-
806
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
807
-
808
-
809
-
810
-
811
-
812
- ## [0.1.103](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.102...@lansweeper/data-platform-outbound-grpc@0.1.103) (2023-11-28)
813
-
814
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
815
-
816
-
817
-
818
-
819
-
820
- ## [0.1.102](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.101...@lansweeper/data-platform-outbound-grpc@0.1.102) (2023-11-28)
821
-
822
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
823
-
824
-
825
-
826
-
827
-
828
- ## [0.1.101](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.100...@lansweeper/data-platform-outbound-grpc@0.1.101) (2023-11-28)
829
-
830
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
831
-
832
-
833
-
834
-
835
-
836
- ## [0.1.100](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.99...@lansweeper/data-platform-outbound-grpc@0.1.100) (2023-11-28)
837
-
838
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
839
-
840
-
841
-
842
-
843
-
844
- ## [0.1.99](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.98...@lansweeper/data-platform-outbound-grpc@0.1.99) (2023-11-28)
845
-
846
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
847
-
848
-
849
-
850
-
851
-
852
- ## [0.1.98](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.97...@lansweeper/data-platform-outbound-grpc@0.1.98) (2023-11-28)
853
-
854
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
855
-
856
-
857
-
858
-
859
-
860
- ## [0.1.97](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.96...@lansweeper/data-platform-outbound-grpc@0.1.97) (2023-11-27)
861
-
862
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
863
-
864
-
865
-
866
-
867
-
868
- ## [0.1.96](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.95...@lansweeper/data-platform-outbound-grpc@0.1.96) (2023-11-27)
869
-
870
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
871
-
872
-
873
-
874
-
875
-
876
- ## [0.1.95](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.94...@lansweeper/data-platform-outbound-grpc@0.1.95) (2023-11-22)
877
-
878
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
879
-
880
-
881
-
882
-
883
-
884
- ## [0.1.94](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.93...@lansweeper/data-platform-outbound-grpc@0.1.94) (2023-11-08)
885
-
886
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
887
-
888
-
889
-
890
-
891
-
892
- ## [0.1.93](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.92...@lansweeper/data-platform-outbound-grpc@0.1.93) (2023-10-30)
893
-
894
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
895
-
896
-
897
-
898
-
899
-
900
- ## [0.1.92](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.91...@lansweeper/data-platform-outbound-grpc@0.1.92) (2023-10-26)
901
-
902
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
903
-
904
-
905
-
906
-
907
-
908
- ## [0.1.91](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.90...@lansweeper/data-platform-outbound-grpc@0.1.91) (2023-10-24)
909
-
910
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
911
-
912
-
913
-
914
-
915
-
916
- ## [0.1.90](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.89...@lansweeper/data-platform-outbound-grpc@0.1.90) (2023-10-12)
917
-
918
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
919
-
920
-
921
-
922
-
923
-
924
- ## [0.1.89](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.88...@lansweeper/data-platform-outbound-grpc@0.1.89) (2023-10-09)
925
-
926
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
927
-
928
-
929
-
930
-
931
-
932
- ## [0.1.88](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.87...@lansweeper/data-platform-outbound-grpc@0.1.88) (2023-10-06)
933
-
934
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
935
-
936
-
937
-
938
-
939
-
940
- ## [0.1.87](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.86...@lansweeper/data-platform-outbound-grpc@0.1.87) (2023-09-28)
941
-
942
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
943
-
944
-
945
-
946
-
947
-
948
- ## [0.1.86](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.85...@lansweeper/data-platform-outbound-grpc@0.1.86) (2023-09-25)
949
-
950
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
951
-
952
-
953
-
954
-
955
-
956
- ## [0.1.85](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.84...@lansweeper/data-platform-outbound-grpc@0.1.85) (2023-09-22)
957
-
958
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
959
-
960
-
961
-
962
-
963
-
964
- ## [0.1.84](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.83...@lansweeper/data-platform-outbound-grpc@0.1.84) (2023-09-19)
965
-
966
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
967
-
968
-
969
-
970
-
971
-
972
- ## [0.1.83](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.82...@lansweeper/data-platform-outbound-grpc@0.1.83) (2023-09-18)
973
-
974
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
975
-
976
-
977
-
978
-
979
-
980
- ## [0.1.82](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.81...@lansweeper/data-platform-outbound-grpc@0.1.82) (2023-09-14)
981
-
982
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
983
-
984
-
985
-
986
-
987
-
988
- ## [0.1.81](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.80...@lansweeper/data-platform-outbound-grpc@0.1.81) (2023-09-13)
989
-
990
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
991
-
992
-
993
-
994
-
995
-
996
- ## [0.1.80](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.79...@lansweeper/data-platform-outbound-grpc@0.1.80) (2023-09-13)
997
-
998
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
999
-
1000
-
1001
-
1002
-
1003
-
1004
- ## [0.1.79](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.78...@lansweeper/data-platform-outbound-grpc@0.1.79) (2023-09-12)
1005
-
1006
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1007
-
1008
-
1009
-
1010
-
1011
-
1012
- ## [0.1.78](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.77...@lansweeper/data-platform-outbound-grpc@0.1.78) (2023-09-12)
1013
-
1014
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1015
-
1016
-
1017
-
1018
-
1019
-
1020
- ## [0.1.77](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.76...@lansweeper/data-platform-outbound-grpc@0.1.77) (2023-09-07)
1021
-
1022
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1023
-
1024
-
1025
-
1026
-
1027
-
1028
- ## [0.1.76](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.75...@lansweeper/data-platform-outbound-grpc@0.1.76) (2023-09-07)
1029
-
1030
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1031
-
1032
-
1033
-
1034
-
1035
-
1036
- ## [0.1.75](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.74...@lansweeper/data-platform-outbound-grpc@0.1.75) (2023-09-05)
1037
-
1038
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1039
-
1040
-
1041
-
1042
-
1043
-
1044
- ## [0.1.74](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.73...@lansweeper/data-platform-outbound-grpc@0.1.74) (2023-08-30)
1045
-
1046
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1047
-
1048
-
1049
-
1050
-
1051
-
1052
- ## [0.1.73](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.72...@lansweeper/data-platform-outbound-grpc@0.1.73) (2023-08-30)
1053
-
1054
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1055
-
1056
-
1057
-
1058
-
1059
-
1060
- ## [0.1.72](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.71...@lansweeper/data-platform-outbound-grpc@0.1.72) (2023-08-30)
1061
-
1062
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1063
-
1064
-
1065
-
1066
-
1067
-
1068
- ## [0.1.71](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.70...@lansweeper/data-platform-outbound-grpc@0.1.71) (2023-08-25)
1069
-
1070
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1071
-
1072
-
1073
-
1074
-
1075
-
1076
- ## [0.1.70](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.69...@lansweeper/data-platform-outbound-grpc@0.1.70) (2023-08-03)
1077
-
1078
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1079
-
1080
-
1081
-
1082
-
1083
-
1084
- ## [0.1.69](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.68...@lansweeper/data-platform-outbound-grpc@0.1.69) (2023-08-02)
1085
-
1086
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1087
-
1088
-
1089
-
1090
-
1091
-
1092
- ## [0.1.68](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.67...@lansweeper/data-platform-outbound-grpc@0.1.68) (2023-07-28)
1093
-
1094
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1095
-
1096
-
1097
-
1098
-
1099
-
1100
- ## [0.1.67](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.66...@lansweeper/data-platform-outbound-grpc@0.1.67) (2023-07-25)
1101
-
1102
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1103
-
1104
-
1105
-
1106
-
1107
-
1108
- ## [0.1.66](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.65...@lansweeper/data-platform-outbound-grpc@0.1.66) (2023-07-24)
1109
-
1110
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1111
-
1112
-
1113
-
1114
-
1115
-
1116
- ## [0.1.65](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.64...@lansweeper/data-platform-outbound-grpc@0.1.65) (2023-07-24)
1117
-
1118
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1119
-
1120
-
1121
-
1122
-
1123
-
1124
- ## [0.1.64](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.63...@lansweeper/data-platform-outbound-grpc@0.1.64) (2023-07-21)
1125
-
1126
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1127
-
1128
-
1129
-
1130
-
1131
-
1132
- ## [0.1.63](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.62...@lansweeper/data-platform-outbound-grpc@0.1.63) (2023-07-21)
1133
-
1134
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1135
-
1136
-
1137
-
1138
-
1139
-
1140
- ## [0.1.62](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.61...@lansweeper/data-platform-outbound-grpc@0.1.62) (2023-07-21)
1141
-
1142
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1143
-
1144
-
1145
-
1146
-
1147
-
1148
- ## [0.1.61](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.60...@lansweeper/data-platform-outbound-grpc@0.1.61) (2023-07-21)
1149
-
1150
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1151
-
1152
-
1153
-
1154
-
1155
-
1156
- ## [0.1.60](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.59...@lansweeper/data-platform-outbound-grpc@0.1.60) (2023-07-21)
1157
-
1158
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1159
-
1160
-
1161
-
1162
-
1163
-
1164
- ## [0.1.59](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.58...@lansweeper/data-platform-outbound-grpc@0.1.59) (2023-07-20)
1165
-
1166
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1167
-
1168
-
1169
-
1170
-
1171
-
1172
- ## [0.1.58](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.57...@lansweeper/data-platform-outbound-grpc@0.1.58) (2023-07-18)
1173
-
1174
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1175
-
1176
-
1177
-
1178
-
1179
-
1180
- ## [0.1.57](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.56...@lansweeper/data-platform-outbound-grpc@0.1.57) (2023-07-14)
1181
-
1182
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1183
-
1184
-
1185
-
1186
-
1187
-
1188
- ## [0.1.56](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.55...@lansweeper/data-platform-outbound-grpc@0.1.56) (2023-07-14)
1189
-
1190
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1191
-
1192
-
1193
-
1194
-
1195
-
1196
- ## [0.1.55](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.54...@lansweeper/data-platform-outbound-grpc@0.1.55) (2023-07-13)
1197
-
1198
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1199
-
1200
-
1201
-
1202
-
1203
-
1204
- ## [0.1.54](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.53...@lansweeper/data-platform-outbound-grpc@0.1.54) (2023-07-13)
1205
-
1206
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1207
-
1208
-
1209
-
1210
-
1211
-
1212
- ## [0.1.53](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.52...@lansweeper/data-platform-outbound-grpc@0.1.53) (2023-07-10)
1213
-
1214
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1215
-
1216
-
1217
-
1218
-
1219
-
1220
- ## [0.1.52](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.51...@lansweeper/data-platform-outbound-grpc@0.1.52) (2023-07-07)
1221
-
1222
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1223
-
1224
-
1225
-
1226
-
1227
-
1228
- ## [0.1.51](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.50...@lansweeper/data-platform-outbound-grpc@0.1.51) (2023-07-06)
1229
-
1230
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1231
-
1232
-
1233
-
1234
-
1235
-
1236
- ## [0.1.50](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.49...@lansweeper/data-platform-outbound-grpc@0.1.50) (2023-07-04)
1237
-
1238
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1239
-
1240
-
1241
-
1242
-
1243
-
1244
- ## [0.1.49](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.48...@lansweeper/data-platform-outbound-grpc@0.1.49) (2023-07-03)
1245
-
1246
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1247
-
1248
-
1249
-
1250
-
1251
-
1252
- ## [0.1.48](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.47...@lansweeper/data-platform-outbound-grpc@0.1.48) (2023-06-28)
1253
-
1254
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1255
-
1256
-
1257
-
1258
-
1259
-
1260
- ## [0.1.47](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.46...@lansweeper/data-platform-outbound-grpc@0.1.47) (2023-06-28)
1261
-
1262
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1263
-
1264
-
1265
-
1266
-
1267
-
1268
- ## [0.1.46](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.45...@lansweeper/data-platform-outbound-grpc@0.1.46) (2023-06-23)
1269
-
1270
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1271
-
1272
-
1273
-
1274
-
1275
-
1276
- ## [0.1.45](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.44...@lansweeper/data-platform-outbound-grpc@0.1.45) (2023-06-23)
1277
-
1278
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1279
-
1280
-
1281
-
1282
-
1283
-
1284
- ## [0.1.44](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.43...@lansweeper/data-platform-outbound-grpc@0.1.44) (2023-06-21)
1285
-
1286
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1287
-
1288
-
1289
-
1290
-
1291
-
1292
- ## [0.1.43](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.42...@lansweeper/data-platform-outbound-grpc@0.1.43) (2023-06-17)
1293
-
1294
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1295
-
1296
-
1297
-
1298
-
1299
-
1300
- ## [0.1.42](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.41...@lansweeper/data-platform-outbound-grpc@0.1.42) (2023-06-15)
1301
-
1302
- **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1303
-
1304
-
1305
-
1306
-
1307
-
1308
- ## [0.1.41](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.40...@lansweeper/data-platform-outbound-grpc@0.1.41) (2023-06-15)
338
+ ## [0.1.125](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.124...@lansweeper/data-platform-outbound-grpc@0.1.125) (2023-12-19)
1309
339
 
1310
340
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1311
341
 
342
+ ## [0.1.124](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.123...@lansweeper/data-platform-outbound-grpc@0.1.124) (2023-12-18)
1312
343
 
344
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1313
345
 
346
+ ## [0.1.123](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.122...@lansweeper/data-platform-outbound-grpc@0.1.123) (2023-12-18)
1314
347
 
348
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1315
349
 
1316
- ## [0.1.40](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.39...@lansweeper/data-platform-outbound-grpc@0.1.40) (2023-06-14)
350
+ ## [0.1.122](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.121...@lansweeper/data-platform-outbound-grpc@0.1.122) (2023-12-14)
1317
351
 
1318
352
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1319
353
 
354
+ ## [0.1.121](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.120...@lansweeper/data-platform-outbound-grpc@0.1.121) (2023-12-14)
1320
355
 
356
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1321
357
 
358
+ ## [0.1.120](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.119...@lansweeper/data-platform-outbound-grpc@0.1.120) (2023-12-14)
1322
359
 
360
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1323
361
 
1324
- ## [0.1.39](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.38...@lansweeper/data-platform-outbound-grpc@0.1.39) (2023-06-13)
362
+ ## [0.1.119](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.118...@lansweeper/data-platform-outbound-grpc@0.1.119) (2023-12-12)
1325
363
 
1326
364
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1327
365
 
366
+ ## [0.1.118](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.117...@lansweeper/data-platform-outbound-grpc@0.1.118) (2023-12-12)
1328
367
 
368
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1329
369
 
370
+ ## [0.1.117](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.116...@lansweeper/data-platform-outbound-grpc@0.1.117) (2023-12-12)
1330
371
 
372
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1331
373
 
1332
- ## [0.1.38](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.37...@lansweeper/data-platform-outbound-grpc@0.1.38) (2023-06-13)
374
+ ## [0.1.116](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.115...@lansweeper/data-platform-outbound-grpc@0.1.116) (2023-12-12)
1333
375
 
1334
376
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1335
377
 
378
+ ## [0.1.115](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.114...@lansweeper/data-platform-outbound-grpc@0.1.115) (2023-12-11)
1336
379
 
380
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1337
381
 
382
+ ## [0.1.114](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.113...@lansweeper/data-platform-outbound-grpc@0.1.114) (2023-12-11)
1338
383
 
384
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1339
385
 
1340
- ## [0.1.37](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.36...@lansweeper/data-platform-outbound-grpc@0.1.37) (2023-06-13)
386
+ ## [0.1.113](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.112...@lansweeper/data-platform-outbound-grpc@0.1.113) (2023-12-11)
1341
387
 
1342
388
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1343
389
 
390
+ ## [0.1.112](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.111...@lansweeper/data-platform-outbound-grpc@0.1.112) (2023-12-11)
1344
391
 
392
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1345
393
 
394
+ ## [0.1.111](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.110...@lansweeper/data-platform-outbound-grpc@0.1.111) (2023-12-11)
1346
395
 
396
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1347
397
 
1348
- ## [0.1.36](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.35...@lansweeper/data-platform-outbound-grpc@0.1.36) (2023-06-13)
398
+ ## [0.1.110](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.109...@lansweeper/data-platform-outbound-grpc@0.1.110) (2023-12-11)
1349
399
 
1350
400
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1351
401
 
402
+ ## [0.1.109](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.108...@lansweeper/data-platform-outbound-grpc@0.1.109) (2023-12-05)
1352
403
 
404
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1353
405
 
406
+ ## [0.1.108](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.107...@lansweeper/data-platform-outbound-grpc@0.1.108) (2023-12-05)
1354
407
 
408
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1355
409
 
1356
- ## [0.1.35](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.34...@lansweeper/data-platform-outbound-grpc@0.1.35) (2023-06-13)
410
+ ## [0.1.107](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.106...@lansweeper/data-platform-outbound-grpc@0.1.107) (2023-12-04)
1357
411
 
1358
412
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1359
413
 
414
+ ## [0.1.106](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.105...@lansweeper/data-platform-outbound-grpc@0.1.106) (2023-12-04)
1360
415
 
416
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1361
417
 
418
+ ## [0.1.105](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.104...@lansweeper/data-platform-outbound-grpc@0.1.105) (2023-12-04)
1362
419
 
420
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1363
421
 
1364
- ## [0.1.34](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.33...@lansweeper/data-platform-outbound-grpc@0.1.34) (2023-06-12)
422
+ ## [0.1.104](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.103...@lansweeper/data-platform-outbound-grpc@0.1.104) (2023-12-01)
1365
423
 
1366
424
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1367
425
 
426
+ ## [0.1.103](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.102...@lansweeper/data-platform-outbound-grpc@0.1.103) (2023-11-28)
1368
427
 
428
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1369
429
 
430
+ ## [0.1.102](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.101...@lansweeper/data-platform-outbound-grpc@0.1.102) (2023-11-28)
1370
431
 
432
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1371
433
 
1372
- ## [0.1.33](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.32...@lansweeper/data-platform-outbound-grpc@0.1.33) (2023-06-12)
434
+ ## [0.1.101](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.100...@lansweeper/data-platform-outbound-grpc@0.1.101) (2023-11-28)
1373
435
 
1374
436
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1375
437
 
438
+ ## [0.1.100](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.99...@lansweeper/data-platform-outbound-grpc@0.1.100) (2023-11-28)
1376
439
 
440
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1377
441
 
442
+ ## [0.1.99](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.98...@lansweeper/data-platform-outbound-grpc@0.1.99) (2023-11-28)
1378
443
 
444
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1379
445
 
1380
- ## [0.1.32](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.31...@lansweeper/data-platform-outbound-grpc@0.1.32) (2023-06-12)
446
+ ## [0.1.98](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.97...@lansweeper/data-platform-outbound-grpc@0.1.98) (2023-11-28)
1381
447
 
1382
448
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1383
449
 
450
+ ## [0.1.97](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.96...@lansweeper/data-platform-outbound-grpc@0.1.97) (2023-11-27)
1384
451
 
452
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1385
453
 
454
+ ## [0.1.96](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.95...@lansweeper/data-platform-outbound-grpc@0.1.96) (2023-11-27)
1386
455
 
456
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1387
457
 
1388
- ## [0.1.31](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.30...@lansweeper/data-platform-outbound-grpc@0.1.31) (2023-06-09)
458
+ ## [0.1.95](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.94...@lansweeper/data-platform-outbound-grpc@0.1.95) (2023-11-22)
1389
459
 
1390
460
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1391
461
 
462
+ ## [0.1.94](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.93...@lansweeper/data-platform-outbound-grpc@0.1.94) (2023-11-08)
1392
463
 
464
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1393
465
 
466
+ ## [0.1.93](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.92...@lansweeper/data-platform-outbound-grpc@0.1.93) (2023-10-30)
1394
467
 
468
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1395
469
 
1396
- ## [0.1.30](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.29...@lansweeper/data-platform-outbound-grpc@0.1.30) (2023-06-08)
470
+ ## [0.1.92](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.91...@lansweeper/data-platform-outbound-grpc@0.1.92) (2023-10-26)
1397
471
 
1398
472
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1399
473
 
474
+ ## [0.1.91](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.90...@lansweeper/data-platform-outbound-grpc@0.1.91) (2023-10-24)
1400
475
 
476
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1401
477
 
478
+ ## [0.1.90](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.89...@lansweeper/data-platform-outbound-grpc@0.1.90) (2023-10-12)
1402
479
 
480
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1403
481
 
1404
- ## [0.1.29](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.28...@lansweeper/data-platform-outbound-grpc@0.1.29) (2023-06-04)
482
+ ## [0.1.89](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.88...@lansweeper/data-platform-outbound-grpc@0.1.89) (2023-10-09)
1405
483
 
1406
484
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1407
485
 
486
+ ## [0.1.88](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.87...@lansweeper/data-platform-outbound-grpc@0.1.88) (2023-10-06)
1408
487
 
488
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1409
489
 
490
+ ## [0.1.87](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.86...@lansweeper/data-platform-outbound-grpc@0.1.87) (2023-09-28)
1410
491
 
492
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1411
493
 
1412
- ## [0.1.28](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.27...@lansweeper/data-platform-outbound-grpc@0.1.28) (2023-05-31)
494
+ ## [0.1.86](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.85...@lansweeper/data-platform-outbound-grpc@0.1.86) (2023-09-25)
1413
495
 
1414
496
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1415
497
 
498
+ ## [0.1.85](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.84...@lansweeper/data-platform-outbound-grpc@0.1.85) (2023-09-22)
1416
499
 
500
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1417
501
 
502
+ ## [0.1.84](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.83...@lansweeper/data-platform-outbound-grpc@0.1.84) (2023-09-19)
1418
503
 
504
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1419
505
 
1420
- ## [0.1.27](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.26...@lansweeper/data-platform-outbound-grpc@0.1.27) (2023-05-26)
506
+ ## [0.1.83](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.82...@lansweeper/data-platform-outbound-grpc@0.1.83) (2023-09-18)
1421
507
 
1422
508
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1423
509
 
510
+ ## [0.1.82](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.81...@lansweeper/data-platform-outbound-grpc@0.1.82) (2023-09-14)
1424
511
 
512
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1425
513
 
514
+ ## [0.1.81](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.80...@lansweeper/data-platform-outbound-grpc@0.1.81) (2023-09-13)
1426
515
 
516
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1427
517
 
1428
- ## [0.1.26](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.25...@lansweeper/data-platform-outbound-grpc@0.1.26) (2023-05-25)
518
+ ## [0.1.80](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.79...@lansweeper/data-platform-outbound-grpc@0.1.80) (2023-09-13)
1429
519
 
1430
520
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1431
521
 
522
+ ## [0.1.79](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.78...@lansweeper/data-platform-outbound-grpc@0.1.79) (2023-09-12)
1432
523
 
524
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1433
525
 
526
+ ## [0.1.78](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.77...@lansweeper/data-platform-outbound-grpc@0.1.78) (2023-09-12)
1434
527
 
528
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1435
529
 
1436
- ## [0.1.25](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.24...@lansweeper/data-platform-outbound-grpc@0.1.25) (2023-05-24)
530
+ ## [0.1.77](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.76...@lansweeper/data-platform-outbound-grpc@0.1.77) (2023-09-07)
1437
531
 
1438
532
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1439
533
 
534
+ ## [0.1.76](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.75...@lansweeper/data-platform-outbound-grpc@0.1.76) (2023-09-07)
1440
535
 
536
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1441
537
 
538
+ ## [0.1.75](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.74...@lansweeper/data-platform-outbound-grpc@0.1.75) (2023-09-05)
1442
539
 
540
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1443
541
 
1444
- ## [0.1.24](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.23...@lansweeper/data-platform-outbound-grpc@0.1.24) (2023-05-24)
542
+ ## [0.1.74](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.73...@lansweeper/data-platform-outbound-grpc@0.1.74) (2023-08-30)
1445
543
 
1446
544
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1447
545
 
546
+ ## [0.1.73](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.72...@lansweeper/data-platform-outbound-grpc@0.1.73) (2023-08-30)
1448
547
 
548
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1449
549
 
550
+ ## [0.1.72](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.71...@lansweeper/data-platform-outbound-grpc@0.1.72) (2023-08-30)
1450
551
 
552
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1451
553
 
1452
- ## [0.1.23](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.22...@lansweeper/data-platform-outbound-grpc@0.1.23) (2023-05-19)
554
+ ## [0.1.71](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.70...@lansweeper/data-platform-outbound-grpc@0.1.71) (2023-08-25)
1453
555
 
1454
556
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1455
557
 
558
+ ## [0.1.70](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.69...@lansweeper/data-platform-outbound-grpc@0.1.70) (2023-08-03)
1456
559
 
560
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1457
561
 
562
+ ## [0.1.69](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.68...@lansweeper/data-platform-outbound-grpc@0.1.69) (2023-08-02)
1458
563
 
564
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1459
565
 
1460
- ## [0.1.22](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.21...@lansweeper/data-platform-outbound-grpc@0.1.22) (2023-05-19)
566
+ ## [0.1.68](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.67...@lansweeper/data-platform-outbound-grpc@0.1.68) (2023-07-28)
1461
567
 
1462
568
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1463
569
 
570
+ ## [0.1.67](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.66...@lansweeper/data-platform-outbound-grpc@0.1.67) (2023-07-25)
1464
571
 
572
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1465
573
 
574
+ ## [0.1.66](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.65...@lansweeper/data-platform-outbound-grpc@0.1.66) (2023-07-24)
1466
575
 
576
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1467
577
 
1468
- ## [0.1.21](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.20...@lansweeper/data-platform-outbound-grpc@0.1.21) (2023-05-11)
578
+ ## [0.1.65](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.64...@lansweeper/data-platform-outbound-grpc@0.1.65) (2023-07-24)
1469
579
 
1470
580
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1471
581
 
582
+ ## [0.1.64](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.63...@lansweeper/data-platform-outbound-grpc@0.1.64) (2023-07-21)
1472
583
 
584
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1473
585
 
586
+ ## [0.1.63](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.62...@lansweeper/data-platform-outbound-grpc@0.1.63) (2023-07-21)
1474
587
 
588
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1475
589
 
1476
- ## [0.1.20](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.19...@lansweeper/data-platform-outbound-grpc@0.1.20) (2023-05-10)
590
+ ## [0.1.62](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.61...@lansweeper/data-platform-outbound-grpc@0.1.62) (2023-07-21)
1477
591
 
1478
592
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1479
593
 
594
+ ## [0.1.61](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.60...@lansweeper/data-platform-outbound-grpc@0.1.61) (2023-07-21)
1480
595
 
596
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1481
597
 
598
+ ## [0.1.60](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.59...@lansweeper/data-platform-outbound-grpc@0.1.60) (2023-07-21)
1482
599
 
600
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1483
601
 
1484
- ## [0.1.19](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.18...@lansweeper/data-platform-outbound-grpc@0.1.19) (2023-04-21)
602
+ ## [0.1.59](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.58...@lansweeper/data-platform-outbound-grpc@0.1.59) (2023-07-20)
1485
603
 
1486
604
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1487
605
 
606
+ ## [0.1.58](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.57...@lansweeper/data-platform-outbound-grpc@0.1.58) (2023-07-18)
1488
607
 
608
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1489
609
 
610
+ ## [0.1.57](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.56...@lansweeper/data-platform-outbound-grpc@0.1.57) (2023-07-14)
1490
611
 
612
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1491
613
 
1492
- ## [0.1.18](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.17...@lansweeper/data-platform-outbound-grpc@0.1.18) (2023-04-20)
614
+ ## [0.1.56](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.55...@lansweeper/data-platform-outbound-grpc@0.1.56) (2023-07-14)
1493
615
 
1494
616
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1495
617
 
618
+ ## [0.1.55](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.54...@lansweeper/data-platform-outbound-grpc@0.1.55) (2023-07-13)
1496
619
 
620
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1497
621
 
622
+ ## [0.1.54](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.53...@lansweeper/data-platform-outbound-grpc@0.1.54) (2023-07-13)
1498
623
 
624
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1499
625
 
1500
- ## [0.1.17](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.16...@lansweeper/data-platform-outbound-grpc@0.1.17) (2023-04-19)
626
+ ## [0.1.53](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.52...@lansweeper/data-platform-outbound-grpc@0.1.53) (2023-07-10)
1501
627
 
1502
628
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1503
629
 
630
+ ## [0.1.52](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.51...@lansweeper/data-platform-outbound-grpc@0.1.52) (2023-07-07)
1504
631
 
632
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1505
633
 
634
+ ## [0.1.51](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.50...@lansweeper/data-platform-outbound-grpc@0.1.51) (2023-07-06)
1506
635
 
636
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1507
637
 
1508
- ## [0.1.16](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.15...@lansweeper/data-platform-outbound-grpc@0.1.16) (2023-04-17)
638
+ ## [0.1.50](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.49...@lansweeper/data-platform-outbound-grpc@0.1.50) (2023-07-04)
1509
639
 
1510
640
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1511
641
 
642
+ ## [0.1.49](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.48...@lansweeper/data-platform-outbound-grpc@0.1.49) (2023-07-03)
1512
643
 
644
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1513
645
 
646
+ ## [0.1.48](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.47...@lansweeper/data-platform-outbound-grpc@0.1.48) (2023-06-28)
1514
647
 
648
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1515
649
 
1516
- ## [0.1.15](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.14...@lansweeper/data-platform-outbound-grpc@0.1.15) (2023-04-07)
650
+ ## [0.1.47](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.46...@lansweeper/data-platform-outbound-grpc@0.1.47) (2023-06-28)
1517
651
 
1518
652
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1519
653
 
654
+ ## [0.1.46](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.45...@lansweeper/data-platform-outbound-grpc@0.1.46) (2023-06-23)
1520
655
 
656
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1521
657
 
658
+ ## [0.1.45](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.44...@lansweeper/data-platform-outbound-grpc@0.1.45) (2023-06-23)
1522
659
 
660
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1523
661
 
1524
- ## [0.1.14](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.13...@lansweeper/data-platform-outbound-grpc@0.1.14) (2023-04-06)
662
+ ## [0.1.44](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.43...@lansweeper/data-platform-outbound-grpc@0.1.44) (2023-06-21)
1525
663
 
1526
664
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1527
665
 
666
+ ## [0.1.43](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.42...@lansweeper/data-platform-outbound-grpc@0.1.43) (2023-06-17)
1528
667
 
668
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1529
669
 
670
+ ## [0.1.42](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.41...@lansweeper/data-platform-outbound-grpc@0.1.42) (2023-06-15)
1530
671
 
672
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1531
673
 
1532
- ## [0.1.13](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.12...@lansweeper/data-platform-outbound-grpc@0.1.13) (2023-03-29)
674
+ ## [0.1.41](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.40...@lansweeper/data-platform-outbound-grpc@0.1.41) (2023-06-15)
1533
675
 
1534
676
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1535
677
 
678
+ ## [0.1.40](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.39...@lansweeper/data-platform-outbound-grpc@0.1.40) (2023-06-14)
1536
679
 
680
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1537
681
 
682
+ ## [0.1.39](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.38...@lansweeper/data-platform-outbound-grpc@0.1.39) (2023-06-13)
1538
683
 
684
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1539
685
 
1540
- ## [0.1.12](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.11...@lansweeper/data-platform-outbound-grpc@0.1.12) (2023-03-23)
686
+ ## [0.1.38](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.37...@lansweeper/data-platform-outbound-grpc@0.1.38) (2023-06-13)
1541
687
 
1542
688
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1543
689
 
690
+ ## [0.1.37](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.36...@lansweeper/data-platform-outbound-grpc@0.1.37) (2023-06-13)
1544
691
 
692
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1545
693
 
694
+ ## [0.1.36](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.35...@lansweeper/data-platform-outbound-grpc@0.1.36) (2023-06-13)
1546
695
 
696
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1547
697
 
1548
- ## [0.1.11](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.10...@lansweeper/data-platform-outbound-grpc@0.1.11) (2023-03-22)
698
+ ## [0.1.35](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.34...@lansweeper/data-platform-outbound-grpc@0.1.35) (2023-06-13)
1549
699
 
1550
700
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1551
701
 
702
+ ## [0.1.34](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.33...@lansweeper/data-platform-outbound-grpc@0.1.34) (2023-06-12)
1552
703
 
704
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1553
705
 
706
+ ## [0.1.33](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.32...@lansweeper/data-platform-outbound-grpc@0.1.33) (2023-06-12)
1554
707
 
708
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1555
709
 
1556
- ## [0.1.10](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.9...@lansweeper/data-platform-outbound-grpc@0.1.10) (2023-03-20)
710
+ ## [0.1.32](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.31...@lansweeper/data-platform-outbound-grpc@0.1.32) (2023-06-12)
1557
711
 
1558
712
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1559
713
 
714
+ ## [0.1.31](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.30...@lansweeper/data-platform-outbound-grpc@0.1.31) (2023-06-09)
1560
715
 
716
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1561
717
 
718
+ ## [0.1.30](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.29...@lansweeper/data-platform-outbound-grpc@0.1.30) (2023-06-08)
1562
719
 
720
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1563
721
 
1564
- ## [0.1.9](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.8...@lansweeper/data-platform-outbound-grpc@0.1.9) (2023-03-20)
722
+ ## [0.1.29](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.28...@lansweeper/data-platform-outbound-grpc@0.1.29) (2023-06-04)
1565
723
 
1566
724
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1567
725
 
726
+ ## [0.1.28](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.27...@lansweeper/data-platform-outbound-grpc@0.1.28) (2023-05-31)
1568
727
 
728
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1569
729
 
730
+ ## [0.1.27](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.26...@lansweeper/data-platform-outbound-grpc@0.1.27) (2023-05-26)
1570
731
 
732
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1571
733
 
1572
- ## [0.1.8](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.7...@lansweeper/data-platform-outbound-grpc@0.1.8) (2023-03-20)
734
+ ## [0.1.26](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.25...@lansweeper/data-platform-outbound-grpc@0.1.26) (2023-05-25)
1573
735
 
1574
736
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1575
737
 
738
+ ## [0.1.25](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.24...@lansweeper/data-platform-outbound-grpc@0.1.25) (2023-05-24)
1576
739
 
740
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1577
741
 
742
+ ## [0.1.24](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.23...@lansweeper/data-platform-outbound-grpc@0.1.24) (2023-05-24)
1578
743
 
744
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1579
745
 
1580
- ## [0.1.7](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.6...@lansweeper/data-platform-outbound-grpc@0.1.7) (2023-03-17)
746
+ ## [0.1.23](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.22...@lansweeper/data-platform-outbound-grpc@0.1.23) (2023-05-19)
1581
747
 
1582
748
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1583
749
 
750
+ ## [0.1.22](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.21...@lansweeper/data-platform-outbound-grpc@0.1.22) (2023-05-19)
1584
751
 
752
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1585
753
 
754
+ ## [0.1.21](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.20...@lansweeper/data-platform-outbound-grpc@0.1.21) (2023-05-11)
1586
755
 
756
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1587
757
 
1588
- ## [0.1.6](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.5...@lansweeper/data-platform-outbound-grpc@0.1.6) (2023-03-17)
758
+ ## [0.1.20](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.19...@lansweeper/data-platform-outbound-grpc@0.1.20) (2023-05-10)
1589
759
 
1590
760
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1591
761
 
762
+ ## [0.1.19](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.18...@lansweeper/data-platform-outbound-grpc@0.1.19) (2023-04-21)
1592
763
 
764
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1593
765
 
766
+ ## [0.1.18](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.17...@lansweeper/data-platform-outbound-grpc@0.1.18) (2023-04-20)
1594
767
 
768
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1595
769
 
1596
- ## [0.1.5](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.4...@lansweeper/data-platform-outbound-grpc@0.1.5) (2023-03-17)
770
+ ## [0.1.17](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.16...@lansweeper/data-platform-outbound-grpc@0.1.17) (2023-04-19)
1597
771
 
1598
772
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1599
773
 
774
+ ## [0.1.16](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.15...@lansweeper/data-platform-outbound-grpc@0.1.16) (2023-04-17)
1600
775
 
776
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1601
777
 
778
+ ## [0.1.15](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.14...@lansweeper/data-platform-outbound-grpc@0.1.15) (2023-04-07)
1602
779
 
780
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1603
781
 
1604
- ## [0.1.4](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.3...@lansweeper/data-platform-outbound-grpc@0.1.4) (2023-03-17)
782
+ ## [0.1.14](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.13...@lansweeper/data-platform-outbound-grpc@0.1.14) (2023-04-06)
1605
783
 
1606
784
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1607
785
 
786
+ ## [0.1.13](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.12...@lansweeper/data-platform-outbound-grpc@0.1.13) (2023-03-29)
1608
787
 
788
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1609
789
 
790
+ ## [0.1.12](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.11...@lansweeper/data-platform-outbound-grpc@0.1.12) (2023-03-23)
1610
791
 
792
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1611
793
 
1612
- ## [0.1.3](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.2...@lansweeper/data-platform-outbound-grpc@0.1.3) (2023-03-17)
794
+ ## [0.1.11](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.10...@lansweeper/data-platform-outbound-grpc@0.1.11) (2023-03-22)
1613
795
 
1614
796
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1615
797
 
798
+ ## [0.1.10](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.9...@lansweeper/data-platform-outbound-grpc@0.1.10) (2023-03-20)
1616
799
 
800
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1617
801
 
802
+ ## [0.1.9](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.8...@lansweeper/data-platform-outbound-grpc@0.1.9) (2023-03-20)
1618
803
 
804
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1619
805
 
1620
- ## [0.1.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.1...@lansweeper/data-platform-outbound-grpc@0.1.2) (2023-03-16)
806
+ ## [0.1.8](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.7...@lansweeper/data-platform-outbound-grpc@0.1.8) (2023-03-20)
1621
807
 
1622
808
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1623
809
 
810
+ ## [0.1.7](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.6...@lansweeper/data-platform-outbound-grpc@0.1.7) (2023-03-17)
1624
811
 
812
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1625
813
 
814
+ ## [0.1.6](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.5...@lansweeper/data-platform-outbound-grpc@0.1.6) (2023-03-17)
1626
815
 
816
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1627
817
 
1628
- ## [0.1.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.0.3...@lansweeper/data-platform-outbound-grpc@0.1.1) (2023-03-14)
818
+ ## [0.1.5](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.4...@lansweeper/data-platform-outbound-grpc@0.1.5) (2023-03-17)
1629
819
 
1630
820
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1631
821
 
822
+ ## [0.1.4](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.3...@lansweeper/data-platform-outbound-grpc@0.1.4) (2023-03-17)
1632
823
 
824
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1633
825
 
826
+ ## [0.1.3](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.2...@lansweeper/data-platform-outbound-grpc@0.1.3) (2023-03-17)
1634
827
 
828
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1635
829
 
1636
- ## [0.0.3](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.0.2...@lansweeper/data-platform-outbound-grpc@0.0.3) (2023-03-14)
830
+ ## [0.1.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.1.1...@lansweeper/data-platform-outbound-grpc@0.1.2) (2023-03-16)
1637
831
 
1638
832
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1639
833
 
834
+ ## [0.1.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.0.3...@lansweeper/data-platform-outbound-grpc@0.1.1) (2023-03-14)
1640
835
 
836
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1641
837
 
838
+ ## [0.0.3](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.0.2...@lansweeper/data-platform-outbound-grpc@0.0.3) (2023-03-14)
1642
839
 
840
+ **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
1643
841
 
1644
842
  ## 0.0.2 (2023-03-02)
1645
843