You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Will be `undefined` if connected to a server that does not support the test service.
263
+
*/
264
+
readonlytestService: TestService|undefined;
265
+
242
266
/**
243
267
* Raw gRPC access to the standard gRPC {@link https://github.com/grpc/grpc/blob/92f58c18a8da2728f571138c37760a721c8915a2/doc/health-checking.md | health service}.
244
268
*/
@@ -286,6 +310,13 @@ export class Connection {
286
310
*/
287
311
publicreadonlyoperatorService: OperatorService;
288
312
313
+
/**
314
+
* Raw gRPC access to the Temporal test service.
315
+
*
316
+
* Will be `undefined` if connected to a server that does not support the test service.
317
+
*/
318
+
publicreadonlytestService: TestService|undefined;
319
+
289
320
/**
290
321
* Raw gRPC access to the standard gRPC {@link https://github.com/grpc/grpc/blob/92f58c18a8da2728f571138c37760a721c8915a2/doc/health-checking.md | health service}.
0 commit comments