@lansweeper/data-platform-outbound-grpc 0.7.0 → 0.8.1

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