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.
257
+
*/
258
+
readonlytestService: TestService|undefined;
259
+
242
260
/**
243
261
* Raw gRPC access to the standard gRPC {@link https://github.com/grpc/grpc/blob/92f58c18a8da2728f571138c37760a721c8915a2/doc/health-checking.md | health service}.
244
262
*/
@@ -286,6 +304,13 @@ export class Connection {
286
304
*/
287
305
publicreadonlyoperatorService: OperatorService;
288
306
307
+
/**
308
+
* Raw gRPC access to the Temporal test service.
309
+
*
310
+
* Will be `undefined` if connected to a server that does not support the test service.
311
+
*/
312
+
publicreadonlytestService: TestService|undefined;
313
+
289
314
/**
290
315
* Raw gRPC access to the standard gRPC {@link https://github.com/grpc/grpc/blob/92f58c18a8da2728f571138c37760a721c8915a2/doc/health-checking.md | health service}.
0 commit comments