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