@nsshunt/stsappframework 3.1.31 → 3.1.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. package/dist/gRPC/ststest/protos/auth_sample.js +3 -0
  2. package/dist/gRPC/ststest/protos/auth_sample.js.map +1 -0
  3. package/dist/gRPC/ststest/protos/echo.js +3 -0
  4. package/dist/gRPC/ststest/protos/echo.js.map +1 -0
  5. package/dist/gRPC/ststest/protos/grpc/examples/echo/Echo.js +4 -0
  6. package/dist/gRPC/ststest/protos/grpc/examples/echo/Echo.js.map +1 -0
  7. package/dist/gRPC/ststest/protos/grpc/examples/echo/EchoRequest.js +4 -0
  8. package/dist/gRPC/ststest/protos/grpc/examples/echo/EchoRequest.js.map +1 -0
  9. package/dist/gRPC/ststest/protos/grpc/examples/echo/EchoResponse.js +4 -0
  10. package/dist/gRPC/ststest/protos/grpc/examples/echo/EchoResponse.js.map +1 -0
  11. package/dist/gRPC/ststest/protos/grpc/testing/Request.js +4 -0
  12. package/dist/gRPC/ststest/protos/grpc/testing/Request.js.map +1 -0
  13. package/dist/gRPC/ststest/protos/grpc/testing/Response.js +4 -0
  14. package/dist/gRPC/ststest/protos/grpc/testing/Response.js.map +1 -0
  15. package/dist/gRPC/ststest/protos/grpc/testing/TestService.js +4 -0
  16. package/dist/gRPC/ststest/protos/grpc/testing/TestService.js.map +1 -0
  17. package/dist/gRPC/ststest/protos/hellostreamingworld/HelloReply.js +4 -0
  18. package/dist/gRPC/ststest/protos/hellostreamingworld/HelloReply.js.map +1 -0
  19. package/dist/gRPC/ststest/protos/hellostreamingworld/HelloRequest.js +4 -0
  20. package/dist/gRPC/ststest/protos/hellostreamingworld/HelloRequest.js.map +1 -0
  21. package/dist/gRPC/ststest/protos/hellostreamingworld/MultiGreeter.js +4 -0
  22. package/dist/gRPC/ststest/protos/hellostreamingworld/MultiGreeter.js.map +1 -0
  23. package/dist/gRPC/ststest/protos/hellostreamingworld.js +3 -0
  24. package/dist/gRPC/ststest/protos/hellostreamingworld.js.map +1 -0
  25. package/dist/gRPC/ststest/protos/helloworld/Greeter.js +4 -0
  26. package/dist/gRPC/ststest/protos/helloworld/Greeter.js.map +1 -0
  27. package/dist/gRPC/ststest/protos/helloworld/HelloReply.js +4 -0
  28. package/dist/gRPC/ststest/protos/helloworld/HelloReply.js.map +1 -0
  29. package/dist/gRPC/ststest/protos/helloworld/HelloRequest.js +4 -0
  30. package/dist/gRPC/ststest/protos/helloworld/HelloRequest.js.map +1 -0
  31. package/dist/gRPC/ststest/protos/helloworld.js +3 -0
  32. package/dist/gRPC/ststest/protos/helloworld.js.map +1 -0
  33. package/dist/gRPC/ststest/protos/keyvaluestore/KeyValueStore.js +4 -0
  34. package/dist/gRPC/ststest/protos/keyvaluestore/KeyValueStore.js.map +1 -0
  35. package/dist/gRPC/ststest/protos/keyvaluestore/Request.js +4 -0
  36. package/dist/gRPC/ststest/protos/keyvaluestore/Request.js.map +1 -0
  37. package/dist/gRPC/ststest/protos/keyvaluestore/Response.js +4 -0
  38. package/dist/gRPC/ststest/protos/keyvaluestore/Response.js.map +1 -0
  39. package/dist/gRPC/ststest/protos/keyvaluestore.js +3 -0
  40. package/dist/gRPC/ststest/protos/keyvaluestore.js.map +1 -0
  41. package/dist/gRPC/ststest/protos/route_guide.js +3 -0
  42. package/dist/gRPC/ststest/protos/route_guide.js.map +1 -0
  43. package/dist/gRPC/ststest/protos/routeguide/Feature.js +4 -0
  44. package/dist/gRPC/ststest/protos/routeguide/Feature.js.map +1 -0
  45. package/dist/gRPC/ststest/protos/routeguide/Point.js +4 -0
  46. package/dist/gRPC/ststest/protos/routeguide/Point.js.map +1 -0
  47. package/dist/gRPC/ststest/protos/routeguide/Rectangle.js +4 -0
  48. package/dist/gRPC/ststest/protos/routeguide/Rectangle.js.map +1 -0
  49. package/dist/gRPC/ststest/protos/routeguide/RouteGuide.js +4 -0
  50. package/dist/gRPC/ststest/protos/routeguide/RouteGuide.js.map +1 -0
  51. package/dist/gRPC/ststest/protos/routeguide/RouteNote.js +4 -0
  52. package/dist/gRPC/ststest/protos/routeguide/RouteNote.js.map +1 -0
  53. package/dist/gRPC/ststest/protos/routeguide/RouteSummary.js +4 -0
  54. package/dist/gRPC/ststest/protos/routeguide/RouteSummary.js.map +1 -0
  55. package/dist/gRPC/ststest/src/route_guide_server2.js +205 -0
  56. package/dist/gRPC/ststest/src/route_guide_server2.js.map +1 -0
  57. package/package.json +1 -1
  58. package/src/gRPC/ststest/protos/auth_sample.ts +20 -0
  59. package/src/gRPC/ststest/protos/echo.ts +22 -0
  60. package/src/gRPC/ststest/protos/grpc/examples/echo/Echo.ts +55 -0
  61. package/src/gRPC/ststest/protos/grpc/examples/echo/EchoRequest.ts +10 -0
  62. package/src/gRPC/ststest/protos/grpc/examples/echo/EchoResponse.ts +10 -0
  63. package/src/gRPC/ststest/protos/grpc/testing/Request.ts +12 -0
  64. package/src/gRPC/ststest/protos/grpc/testing/Response.ts +12 -0
  65. package/src/gRPC/ststest/protos/grpc/testing/TestService.ts +27 -0
  66. package/src/gRPC/ststest/protos/hellostreamingworld/HelloReply.ts +10 -0
  67. package/src/gRPC/ststest/protos/hellostreamingworld/HelloRequest.ts +12 -0
  68. package/src/gRPC/ststest/protos/hellostreamingworld/MultiGreeter.ts +23 -0
  69. package/src/gRPC/ststest/protos/hellostreamingworld.ts +18 -0
  70. package/src/gRPC/ststest/protos/helloworld/Greeter.ts +35 -0
  71. package/src/gRPC/ststest/protos/helloworld/HelloReply.ts +10 -0
  72. package/src/gRPC/ststest/protos/helloworld/HelloRequest.ts +10 -0
  73. package/src/gRPC/ststest/protos/helloworld.ts +18 -0
  74. package/src/gRPC/ststest/protos/keyvaluestore/KeyValueStore.ts +23 -0
  75. package/src/gRPC/ststest/protos/keyvaluestore/Request.ts +10 -0
  76. package/src/gRPC/ststest/protos/keyvaluestore/Response.ts +10 -0
  77. package/src/gRPC/ststest/protos/keyvaluestore.ts +18 -0
  78. package/src/gRPC/ststest/protos/route_guide.ts +21 -0
  79. package/src/gRPC/ststest/protos/routeguide/Feature.ts +13 -0
  80. package/src/gRPC/ststest/protos/routeguide/Point.ts +12 -0
  81. package/src/gRPC/ststest/protos/routeguide/Rectangle.ts +13 -0
  82. package/src/gRPC/ststest/protos/routeguide/RouteGuide.ts +58 -0
  83. package/src/gRPC/ststest/protos/routeguide/RouteNote.ts +13 -0
  84. package/src/gRPC/ststest/protos/routeguide/RouteSummary.ts +16 -0
  85. package/src/gRPC/ststest/src/route_guide_server2.ts +211 -0
  86. package/types/gRPC/ststest/protos/auth_sample.d.ts +19 -0
  87. package/types/gRPC/ststest/protos/auth_sample.d.ts.map +1 -0
  88. package/types/gRPC/ststest/protos/echo.d.ts +21 -0
  89. package/types/gRPC/ststest/protos/echo.d.ts.map +1 -0
  90. package/types/gRPC/ststest/protos/grpc/examples/echo/Echo.d.ts +43 -0
  91. package/types/gRPC/ststest/protos/grpc/examples/echo/Echo.d.ts.map +1 -0
  92. package/types/gRPC/ststest/protos/grpc/examples/echo/EchoRequest.d.ts +7 -0
  93. package/types/gRPC/ststest/protos/grpc/examples/echo/EchoRequest.d.ts.map +1 -0
  94. package/types/gRPC/ststest/protos/grpc/examples/echo/EchoResponse.d.ts +7 -0
  95. package/types/gRPC/ststest/protos/grpc/examples/echo/EchoResponse.d.ts.map +1 -0
  96. package/types/gRPC/ststest/protos/grpc/testing/Request.d.ts +9 -0
  97. package/types/gRPC/ststest/protos/grpc/testing/Request.d.ts.map +1 -0
  98. package/types/gRPC/ststest/protos/grpc/testing/Response.d.ts +9 -0
  99. package/types/gRPC/ststest/protos/grpc/testing/Response.d.ts.map +1 -0
  100. package/types/gRPC/ststest/protos/grpc/testing/TestService.d.ts +21 -0
  101. package/types/gRPC/ststest/protos/grpc/testing/TestService.d.ts.map +1 -0
  102. package/types/gRPC/ststest/protos/hellostreamingworld/HelloReply.d.ts +7 -0
  103. package/types/gRPC/ststest/protos/hellostreamingworld/HelloReply.d.ts.map +1 -0
  104. package/types/gRPC/ststest/protos/hellostreamingworld/HelloRequest.d.ts +9 -0
  105. package/types/gRPC/ststest/protos/hellostreamingworld/HelloRequest.d.ts.map +1 -0
  106. package/types/gRPC/ststest/protos/hellostreamingworld/MultiGreeter.d.ts +17 -0
  107. package/types/gRPC/ststest/protos/hellostreamingworld/MultiGreeter.d.ts.map +1 -0
  108. package/types/gRPC/ststest/protos/hellostreamingworld.d.ts +17 -0
  109. package/types/gRPC/ststest/protos/hellostreamingworld.d.ts.map +1 -0
  110. package/types/gRPC/ststest/protos/helloworld/Greeter.d.ts +27 -0
  111. package/types/gRPC/ststest/protos/helloworld/Greeter.d.ts.map +1 -0
  112. package/types/gRPC/ststest/protos/helloworld/HelloReply.d.ts +7 -0
  113. package/types/gRPC/ststest/protos/helloworld/HelloReply.d.ts.map +1 -0
  114. package/types/gRPC/ststest/protos/helloworld/HelloRequest.d.ts +7 -0
  115. package/types/gRPC/ststest/protos/helloworld/HelloRequest.d.ts.map +1 -0
  116. package/types/gRPC/ststest/protos/helloworld.d.ts +17 -0
  117. package/types/gRPC/ststest/protos/helloworld.d.ts.map +1 -0
  118. package/types/gRPC/ststest/protos/keyvaluestore/KeyValueStore.d.ts +17 -0
  119. package/types/gRPC/ststest/protos/keyvaluestore/KeyValueStore.d.ts.map +1 -0
  120. package/types/gRPC/ststest/protos/keyvaluestore/Request.d.ts +7 -0
  121. package/types/gRPC/ststest/protos/keyvaluestore/Request.d.ts.map +1 -0
  122. package/types/gRPC/ststest/protos/keyvaluestore/Response.d.ts +7 -0
  123. package/types/gRPC/ststest/protos/keyvaluestore/Response.d.ts.map +1 -0
  124. package/types/gRPC/ststest/protos/keyvaluestore.d.ts +17 -0
  125. package/types/gRPC/ststest/protos/keyvaluestore.d.ts.map +1 -0
  126. package/types/gRPC/ststest/protos/route_guide.d.ts +20 -0
  127. package/types/gRPC/ststest/protos/route_guide.d.ts.map +1 -0
  128. package/types/gRPC/ststest/protos/routeguide/Feature.d.ts +10 -0
  129. package/types/gRPC/ststest/protos/routeguide/Feature.d.ts.map +1 -0
  130. package/types/gRPC/ststest/protos/routeguide/Point.d.ts +9 -0
  131. package/types/gRPC/ststest/protos/routeguide/Point.d.ts.map +1 -0
  132. package/types/gRPC/ststest/protos/routeguide/Rectangle.d.ts +10 -0
  133. package/types/gRPC/ststest/protos/routeguide/Rectangle.d.ts.map +1 -0
  134. package/types/gRPC/ststest/protos/routeguide/RouteGuide.d.ts +46 -0
  135. package/types/gRPC/ststest/protos/routeguide/RouteGuide.d.ts.map +1 -0
  136. package/types/gRPC/ststest/protos/routeguide/RouteNote.d.ts +10 -0
  137. package/types/gRPC/ststest/protos/routeguide/RouteNote.d.ts.map +1 -0
  138. package/types/gRPC/ststest/protos/routeguide/RouteSummary.d.ts +13 -0
  139. package/types/gRPC/ststest/protos/routeguide/RouteSummary.d.ts.map +1 -0
  140. package/types/gRPC/ststest/src/route_guide_server2.d.ts +3 -0
  141. package/types/gRPC/ststest/src/route_guide_server2.d.ts.map +1 -0
@@ -0,0 +1,19 @@
1
+ import type * as grpc from '@grpc/grpc-js';
2
+ import type { MessageTypeDefinition } from '@grpc/proto-loader';
3
+ import type { TestServiceClient as _grpc_testing_TestServiceClient, TestServiceDefinition as _grpc_testing_TestServiceDefinition } from './grpc/testing/TestService';
4
+ type SubtypeConstructor<Constructor extends new (...args: any) => any, Subtype> = {
5
+ new (...args: ConstructorParameters<Constructor>): Subtype;
6
+ };
7
+ export interface ProtoGrpcType {
8
+ grpc: {
9
+ testing: {
10
+ Request: MessageTypeDefinition;
11
+ Response: MessageTypeDefinition;
12
+ TestService: SubtypeConstructor<typeof grpc.Client, _grpc_testing_TestServiceClient> & {
13
+ service: _grpc_testing_TestServiceDefinition;
14
+ };
15
+ };
16
+ };
17
+ }
18
+ export {};
19
+ //# sourceMappingURL=auth_sample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auth_sample.d.ts","sourceRoot":"","sources":["../../../../src/gRPC/ststest/protos/auth_sample.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,IAAI,MAAM,eAAe,CAAC;AAC3C,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,OAAO,KAAK,EAAE,iBAAiB,IAAI,+BAA+B,EAAE,qBAAqB,IAAI,mCAAmC,EAAE,MAAM,4BAA4B,CAAC;AAErK,KAAK,kBAAkB,CAAC,WAAW,SAAS,KAAK,GAAG,IAAI,EAAE,GAAG,KAAK,GAAG,EAAE,OAAO,IAAI;IAChF,KAAI,GAAG,IAAI,EAAE,qBAAqB,CAAC,WAAW,CAAC,GAAG,OAAO,CAAC;CAC3D,CAAC;AAEF,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE;QACJ,OAAO,EAAE;YACP,OAAO,EAAE,qBAAqB,CAAA;YAC9B,QAAQ,EAAE,qBAAqB,CAAA;YAC/B,WAAW,EAAE,kBAAkB,CAAC,OAAO,IAAI,CAAC,MAAM,EAAE,+BAA+B,CAAC,GAAG;gBAAE,OAAO,EAAE,mCAAmC,CAAA;aAAE,CAAA;SACxI,CAAA;KACF,CAAA;CACF"}
@@ -0,0 +1,21 @@
1
+ import type * as grpc from '@grpc/grpc-js';
2
+ import type { MessageTypeDefinition } from '@grpc/proto-loader';
3
+ import type { EchoClient as _grpc_examples_echo_EchoClient, EchoDefinition as _grpc_examples_echo_EchoDefinition } from './grpc/examples/echo/Echo';
4
+ type SubtypeConstructor<Constructor extends new (...args: any) => any, Subtype> = {
5
+ new (...args: ConstructorParameters<Constructor>): Subtype;
6
+ };
7
+ export interface ProtoGrpcType {
8
+ grpc: {
9
+ examples: {
10
+ echo: {
11
+ Echo: SubtypeConstructor<typeof grpc.Client, _grpc_examples_echo_EchoClient> & {
12
+ service: _grpc_examples_echo_EchoDefinition;
13
+ };
14
+ EchoRequest: MessageTypeDefinition;
15
+ EchoResponse: MessageTypeDefinition;
16
+ };
17
+ };
18
+ };
19
+ }
20
+ export {};
21
+ //# sourceMappingURL=echo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"echo.d.ts","sourceRoot":"","sources":["../../../../src/gRPC/ststest/protos/echo.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,IAAI,MAAM,eAAe,CAAC;AAC3C,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,OAAO,KAAK,EAAE,UAAU,IAAI,8BAA8B,EAAE,cAAc,IAAI,kCAAkC,EAAE,MAAM,2BAA2B,CAAC;AAEpJ,KAAK,kBAAkB,CAAC,WAAW,SAAS,KAAK,GAAG,IAAI,EAAE,GAAG,KAAK,GAAG,EAAE,OAAO,IAAI;IAChF,KAAI,GAAG,IAAI,EAAE,qBAAqB,CAAC,WAAW,CAAC,GAAG,OAAO,CAAC;CAC3D,CAAC;AAEF,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE;QACJ,QAAQ,EAAE;YACR,IAAI,EAAE;gBACJ,IAAI,EAAE,kBAAkB,CAAC,OAAO,IAAI,CAAC,MAAM,EAAE,8BAA8B,CAAC,GAAG;oBAAE,OAAO,EAAE,kCAAkC,CAAA;iBAAE,CAAA;gBAC9H,WAAW,EAAE,qBAAqB,CAAA;gBAClC,YAAY,EAAE,qBAAqB,CAAA;aACpC,CAAA;SACF,CAAA;KACF,CAAA;CACF"}
@@ -0,0 +1,43 @@
1
+ import type * as grpc from '@grpc/grpc-js';
2
+ import type { MethodDefinition } from '@grpc/proto-loader';
3
+ import type { EchoRequest as _grpc_examples_echo_EchoRequest, EchoRequest__Output as _grpc_examples_echo_EchoRequest__Output } from '../../../grpc/examples/echo/EchoRequest';
4
+ import type { EchoResponse as _grpc_examples_echo_EchoResponse, EchoResponse__Output as _grpc_examples_echo_EchoResponse__Output } from '../../../grpc/examples/echo/EchoResponse';
5
+ export interface EchoClient extends grpc.Client {
6
+ BidirectionalStreamingEcho(metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientDuplexStream<_grpc_examples_echo_EchoRequest, _grpc_examples_echo_EchoResponse__Output>;
7
+ BidirectionalStreamingEcho(options?: grpc.CallOptions): grpc.ClientDuplexStream<_grpc_examples_echo_EchoRequest, _grpc_examples_echo_EchoResponse__Output>;
8
+ bidirectionalStreamingEcho(metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientDuplexStream<_grpc_examples_echo_EchoRequest, _grpc_examples_echo_EchoResponse__Output>;
9
+ bidirectionalStreamingEcho(options?: grpc.CallOptions): grpc.ClientDuplexStream<_grpc_examples_echo_EchoRequest, _grpc_examples_echo_EchoResponse__Output>;
10
+ ClientStreamingEcho(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_grpc_examples_echo_EchoResponse__Output>): grpc.ClientWritableStream<_grpc_examples_echo_EchoRequest>;
11
+ ClientStreamingEcho(metadata: grpc.Metadata, callback: grpc.requestCallback<_grpc_examples_echo_EchoResponse__Output>): grpc.ClientWritableStream<_grpc_examples_echo_EchoRequest>;
12
+ ClientStreamingEcho(options: grpc.CallOptions, callback: grpc.requestCallback<_grpc_examples_echo_EchoResponse__Output>): grpc.ClientWritableStream<_grpc_examples_echo_EchoRequest>;
13
+ ClientStreamingEcho(callback: grpc.requestCallback<_grpc_examples_echo_EchoResponse__Output>): grpc.ClientWritableStream<_grpc_examples_echo_EchoRequest>;
14
+ clientStreamingEcho(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_grpc_examples_echo_EchoResponse__Output>): grpc.ClientWritableStream<_grpc_examples_echo_EchoRequest>;
15
+ clientStreamingEcho(metadata: grpc.Metadata, callback: grpc.requestCallback<_grpc_examples_echo_EchoResponse__Output>): grpc.ClientWritableStream<_grpc_examples_echo_EchoRequest>;
16
+ clientStreamingEcho(options: grpc.CallOptions, callback: grpc.requestCallback<_grpc_examples_echo_EchoResponse__Output>): grpc.ClientWritableStream<_grpc_examples_echo_EchoRequest>;
17
+ clientStreamingEcho(callback: grpc.requestCallback<_grpc_examples_echo_EchoResponse__Output>): grpc.ClientWritableStream<_grpc_examples_echo_EchoRequest>;
18
+ ServerStreamingEcho(argument: _grpc_examples_echo_EchoRequest, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_grpc_examples_echo_EchoResponse__Output>;
19
+ ServerStreamingEcho(argument: _grpc_examples_echo_EchoRequest, options?: grpc.CallOptions): grpc.ClientReadableStream<_grpc_examples_echo_EchoResponse__Output>;
20
+ serverStreamingEcho(argument: _grpc_examples_echo_EchoRequest, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_grpc_examples_echo_EchoResponse__Output>;
21
+ serverStreamingEcho(argument: _grpc_examples_echo_EchoRequest, options?: grpc.CallOptions): grpc.ClientReadableStream<_grpc_examples_echo_EchoResponse__Output>;
22
+ UnaryEcho(argument: _grpc_examples_echo_EchoRequest, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_grpc_examples_echo_EchoResponse__Output>): grpc.ClientUnaryCall;
23
+ UnaryEcho(argument: _grpc_examples_echo_EchoRequest, metadata: grpc.Metadata, callback: grpc.requestCallback<_grpc_examples_echo_EchoResponse__Output>): grpc.ClientUnaryCall;
24
+ UnaryEcho(argument: _grpc_examples_echo_EchoRequest, options: grpc.CallOptions, callback: grpc.requestCallback<_grpc_examples_echo_EchoResponse__Output>): grpc.ClientUnaryCall;
25
+ UnaryEcho(argument: _grpc_examples_echo_EchoRequest, callback: grpc.requestCallback<_grpc_examples_echo_EchoResponse__Output>): grpc.ClientUnaryCall;
26
+ unaryEcho(argument: _grpc_examples_echo_EchoRequest, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_grpc_examples_echo_EchoResponse__Output>): grpc.ClientUnaryCall;
27
+ unaryEcho(argument: _grpc_examples_echo_EchoRequest, metadata: grpc.Metadata, callback: grpc.requestCallback<_grpc_examples_echo_EchoResponse__Output>): grpc.ClientUnaryCall;
28
+ unaryEcho(argument: _grpc_examples_echo_EchoRequest, options: grpc.CallOptions, callback: grpc.requestCallback<_grpc_examples_echo_EchoResponse__Output>): grpc.ClientUnaryCall;
29
+ unaryEcho(argument: _grpc_examples_echo_EchoRequest, callback: grpc.requestCallback<_grpc_examples_echo_EchoResponse__Output>): grpc.ClientUnaryCall;
30
+ }
31
+ export interface EchoHandlers extends grpc.UntypedServiceImplementation {
32
+ BidirectionalStreamingEcho: grpc.handleBidiStreamingCall<_grpc_examples_echo_EchoRequest__Output, _grpc_examples_echo_EchoResponse>;
33
+ ClientStreamingEcho: grpc.handleClientStreamingCall<_grpc_examples_echo_EchoRequest__Output, _grpc_examples_echo_EchoResponse>;
34
+ ServerStreamingEcho: grpc.handleServerStreamingCall<_grpc_examples_echo_EchoRequest__Output, _grpc_examples_echo_EchoResponse>;
35
+ UnaryEcho: grpc.handleUnaryCall<_grpc_examples_echo_EchoRequest__Output, _grpc_examples_echo_EchoResponse>;
36
+ }
37
+ export interface EchoDefinition extends grpc.ServiceDefinition {
38
+ BidirectionalStreamingEcho: MethodDefinition<_grpc_examples_echo_EchoRequest, _grpc_examples_echo_EchoResponse, _grpc_examples_echo_EchoRequest__Output, _grpc_examples_echo_EchoResponse__Output>;
39
+ ClientStreamingEcho: MethodDefinition<_grpc_examples_echo_EchoRequest, _grpc_examples_echo_EchoResponse, _grpc_examples_echo_EchoRequest__Output, _grpc_examples_echo_EchoResponse__Output>;
40
+ ServerStreamingEcho: MethodDefinition<_grpc_examples_echo_EchoRequest, _grpc_examples_echo_EchoResponse, _grpc_examples_echo_EchoRequest__Output, _grpc_examples_echo_EchoResponse__Output>;
41
+ UnaryEcho: MethodDefinition<_grpc_examples_echo_EchoRequest, _grpc_examples_echo_EchoResponse, _grpc_examples_echo_EchoRequest__Output, _grpc_examples_echo_EchoResponse__Output>;
42
+ }
43
+ //# sourceMappingURL=Echo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Echo.d.ts","sourceRoot":"","sources":["../../../../../../../src/gRPC/ststest/protos/grpc/examples/echo/Echo.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,7 @@
1
+ export interface EchoRequest {
2
+ 'message'?: (string);
3
+ }
4
+ export interface EchoRequest__Output {
5
+ 'message': (string);
6
+ }
7
+ //# sourceMappingURL=EchoRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EchoRequest.d.ts","sourceRoot":"","sources":["../../../../../../../src/gRPC/ststest/protos/grpc/examples/echo/EchoRequest.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,WAAW;IAC1B,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACtB;AAED,MAAM,WAAW,mBAAmB;IAClC,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;CACrB"}
@@ -0,0 +1,7 @@
1
+ export interface EchoResponse {
2
+ 'message'?: (string);
3
+ }
4
+ export interface EchoResponse__Output {
5
+ 'message': (string);
6
+ }
7
+ //# sourceMappingURL=EchoResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EchoResponse.d.ts","sourceRoot":"","sources":["../../../../../../../src/gRPC/ststest/protos/grpc/examples/echo/EchoResponse.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,YAAY;IAC3B,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACtB;AAED,MAAM,WAAW,oBAAoB;IACnC,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;CACrB"}
@@ -0,0 +1,9 @@
1
+ export interface Request {
2
+ 'fillUsername'?: (boolean);
3
+ 'fillOauthScope'?: (boolean);
4
+ }
5
+ export interface Request__Output {
6
+ 'fillUsername': (boolean);
7
+ 'fillOauthScope': (boolean);
8
+ }
9
+ //# sourceMappingURL=Request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Request.d.ts","sourceRoot":"","sources":["../../../../../../src/gRPC/ststest/protos/grpc/testing/Request.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,OAAO;IACtB,cAAc,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;IAC3B,gBAAgB,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC;CAC9B;AAED,MAAM,WAAW,eAAe;IAC9B,cAAc,EAAE,CAAC,OAAO,CAAC,CAAC;IAC1B,gBAAgB,EAAE,CAAC,OAAO,CAAC,CAAC;CAC7B"}
@@ -0,0 +1,9 @@
1
+ export interface Response {
2
+ 'username'?: (string);
3
+ 'oauthScope'?: (string);
4
+ }
5
+ export interface Response__Output {
6
+ 'username': (string);
7
+ 'oauthScope': (string);
8
+ }
9
+ //# sourceMappingURL=Response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.d.ts","sourceRoot":"","sources":["../../../../../../src/gRPC/ststest/protos/grpc/testing/Response.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,QAAQ;IACvB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,YAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACzB;AAED,MAAM,WAAW,gBAAgB;IAC/B,UAAU,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,YAAY,EAAE,CAAC,MAAM,CAAC,CAAC;CACxB"}
@@ -0,0 +1,21 @@
1
+ import type * as grpc from '@grpc/grpc-js';
2
+ import type { MethodDefinition } from '@grpc/proto-loader';
3
+ import type { Request as _grpc_testing_Request, Request__Output as _grpc_testing_Request__Output } from '../../grpc/testing/Request';
4
+ import type { Response as _grpc_testing_Response, Response__Output as _grpc_testing_Response__Output } from '../../grpc/testing/Response';
5
+ export interface TestServiceClient extends grpc.Client {
6
+ UnaryCall(argument: _grpc_testing_Request, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_grpc_testing_Response__Output>): grpc.ClientUnaryCall;
7
+ UnaryCall(argument: _grpc_testing_Request, metadata: grpc.Metadata, callback: grpc.requestCallback<_grpc_testing_Response__Output>): grpc.ClientUnaryCall;
8
+ UnaryCall(argument: _grpc_testing_Request, options: grpc.CallOptions, callback: grpc.requestCallback<_grpc_testing_Response__Output>): grpc.ClientUnaryCall;
9
+ UnaryCall(argument: _grpc_testing_Request, callback: grpc.requestCallback<_grpc_testing_Response__Output>): grpc.ClientUnaryCall;
10
+ unaryCall(argument: _grpc_testing_Request, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_grpc_testing_Response__Output>): grpc.ClientUnaryCall;
11
+ unaryCall(argument: _grpc_testing_Request, metadata: grpc.Metadata, callback: grpc.requestCallback<_grpc_testing_Response__Output>): grpc.ClientUnaryCall;
12
+ unaryCall(argument: _grpc_testing_Request, options: grpc.CallOptions, callback: grpc.requestCallback<_grpc_testing_Response__Output>): grpc.ClientUnaryCall;
13
+ unaryCall(argument: _grpc_testing_Request, callback: grpc.requestCallback<_grpc_testing_Response__Output>): grpc.ClientUnaryCall;
14
+ }
15
+ export interface TestServiceHandlers extends grpc.UntypedServiceImplementation {
16
+ UnaryCall: grpc.handleUnaryCall<_grpc_testing_Request__Output, _grpc_testing_Response>;
17
+ }
18
+ export interface TestServiceDefinition extends grpc.ServiceDefinition {
19
+ UnaryCall: MethodDefinition<_grpc_testing_Request, _grpc_testing_Response, _grpc_testing_Request__Output, _grpc_testing_Response__Output>;
20
+ }
21
+ //# sourceMappingURL=TestService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TestService.d.ts","sourceRoot":"","sources":["../../../../../../src/gRPC/ststest/protos/grpc/testing/TestService.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,IAAI,MAAM,eAAe,CAAA;AAC1C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AAC1D,OAAO,KAAK,EAAE,OAAO,IAAI,qBAAqB,EAAE,eAAe,IAAI,6BAA6B,EAAE,MAAM,4BAA4B,CAAC;AACrI,OAAO,KAAK,EAAE,QAAQ,IAAI,sBAAsB,EAAE,gBAAgB,IAAI,8BAA8B,EAAE,MAAM,6BAA6B,CAAC;AAE1I,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,MAAM;IACpD,SAAS,CAAC,QAAQ,EAAE,qBAAqB,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,OAAO,EAAE,IAAI,CAAC,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,8BAA8B,CAAC,GAAG,IAAI,CAAC,eAAe,CAAC;IACrL,SAAS,CAAC,QAAQ,EAAE,qBAAqB,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,8BAA8B,CAAC,GAAG,IAAI,CAAC,eAAe,CAAC;IAC1J,SAAS,CAAC,QAAQ,EAAE,qBAAqB,EAAE,OAAO,EAAE,IAAI,CAAC,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,8BAA8B,CAAC,GAAG,IAAI,CAAC,eAAe,CAAC;IAC5J,SAAS,CAAC,QAAQ,EAAE,qBAAqB,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,8BAA8B,CAAC,GAAG,IAAI,CAAC,eAAe,CAAC;IACjI,SAAS,CAAC,QAAQ,EAAE,qBAAqB,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,OAAO,EAAE,IAAI,CAAC,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,8BAA8B,CAAC,GAAG,IAAI,CAAC,eAAe,CAAC;IACrL,SAAS,CAAC,QAAQ,EAAE,qBAAqB,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,8BAA8B,CAAC,GAAG,IAAI,CAAC,eAAe,CAAC;IAC1J,SAAS,CAAC,QAAQ,EAAE,qBAAqB,EAAE,OAAO,EAAE,IAAI,CAAC,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,8BAA8B,CAAC,GAAG,IAAI,CAAC,eAAe,CAAC;IAC5J,SAAS,CAAC,QAAQ,EAAE,qBAAqB,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,8BAA8B,CAAC,GAAG,IAAI,CAAC,eAAe,CAAC;CAElI;AAED,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,4BAA4B;IAC5E,SAAS,EAAE,IAAI,CAAC,eAAe,CAAC,6BAA6B,EAAE,sBAAsB,CAAC,CAAC;CAExF;AAED,MAAM,WAAW,qBAAsB,SAAQ,IAAI,CAAC,iBAAiB;IACnE,SAAS,EAAE,gBAAgB,CAAC,qBAAqB,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,8BAA8B,CAAC,CAAA;CAC1I"}
@@ -0,0 +1,7 @@
1
+ export interface HelloReply {
2
+ 'message'?: (string);
3
+ }
4
+ export interface HelloReply__Output {
5
+ 'message': (string);
6
+ }
7
+ //# sourceMappingURL=HelloReply.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HelloReply.d.ts","sourceRoot":"","sources":["../../../../../src/gRPC/ststest/protos/hellostreamingworld/HelloReply.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,UAAU;IACzB,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACtB;AAED,MAAM,WAAW,kBAAkB;IACjC,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;CACrB"}
@@ -0,0 +1,9 @@
1
+ export interface HelloRequest {
2
+ 'name'?: (string);
3
+ 'numGreetings'?: (string);
4
+ }
5
+ export interface HelloRequest__Output {
6
+ 'name': (string);
7
+ 'numGreetings': (string);
8
+ }
9
+ //# sourceMappingURL=HelloRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HelloRequest.d.ts","sourceRoot":"","sources":["../../../../../src/gRPC/ststest/protos/hellostreamingworld/HelloRequest.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,YAAY;IAC3B,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAC3B;AAED,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,CAAC,MAAM,CAAC,CAAC;IACjB,cAAc,EAAE,CAAC,MAAM,CAAC,CAAC;CAC1B"}
@@ -0,0 +1,17 @@
1
+ import type * as grpc from '@grpc/grpc-js';
2
+ import type { MethodDefinition } from '@grpc/proto-loader';
3
+ import type { HelloReply as _hellostreamingworld_HelloReply, HelloReply__Output as _hellostreamingworld_HelloReply__Output } from '../hellostreamingworld/HelloReply';
4
+ import type { HelloRequest as _hellostreamingworld_HelloRequest, HelloRequest__Output as _hellostreamingworld_HelloRequest__Output } from '../hellostreamingworld/HelloRequest';
5
+ export interface MultiGreeterClient extends grpc.Client {
6
+ sayHello(argument: _hellostreamingworld_HelloRequest, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_hellostreamingworld_HelloReply__Output>;
7
+ sayHello(argument: _hellostreamingworld_HelloRequest, options?: grpc.CallOptions): grpc.ClientReadableStream<_hellostreamingworld_HelloReply__Output>;
8
+ sayHello(argument: _hellostreamingworld_HelloRequest, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_hellostreamingworld_HelloReply__Output>;
9
+ sayHello(argument: _hellostreamingworld_HelloRequest, options?: grpc.CallOptions): grpc.ClientReadableStream<_hellostreamingworld_HelloReply__Output>;
10
+ }
11
+ export interface MultiGreeterHandlers extends grpc.UntypedServiceImplementation {
12
+ sayHello: grpc.handleServerStreamingCall<_hellostreamingworld_HelloRequest__Output, _hellostreamingworld_HelloReply>;
13
+ }
14
+ export interface MultiGreeterDefinition extends grpc.ServiceDefinition {
15
+ sayHello: MethodDefinition<_hellostreamingworld_HelloRequest, _hellostreamingworld_HelloReply, _hellostreamingworld_HelloRequest__Output, _hellostreamingworld_HelloReply__Output>;
16
+ }
17
+ //# sourceMappingURL=MultiGreeter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MultiGreeter.d.ts","sourceRoot":"","sources":["../../../../../src/gRPC/ststest/protos/hellostreamingworld/MultiGreeter.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,IAAI,MAAM,eAAe,CAAA;AAC1C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AAC1D,OAAO,KAAK,EAAE,UAAU,IAAI,+BAA+B,EAAE,kBAAkB,IAAI,uCAAuC,EAAE,MAAM,mCAAmC,CAAC;AACtK,OAAO,KAAK,EAAE,YAAY,IAAI,iCAAiC,EAAE,oBAAoB,IAAI,yCAAyC,EAAE,MAAM,qCAAqC,CAAC;AAEhL,MAAM,WAAW,kBAAmB,SAAQ,IAAI,CAAC,MAAM;IACrD,QAAQ,CAAC,QAAQ,EAAE,iCAAiC,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,oBAAoB,CAAC,uCAAuC,CAAC,CAAC;IAC/K,QAAQ,CAAC,QAAQ,EAAE,iCAAiC,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,oBAAoB,CAAC,uCAAuC,CAAC,CAAC;IACtJ,QAAQ,CAAC,QAAQ,EAAE,iCAAiC,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,oBAAoB,CAAC,uCAAuC,CAAC,CAAC;IAC/K,QAAQ,CAAC,QAAQ,EAAE,iCAAiC,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,oBAAoB,CAAC,uCAAuC,CAAC,CAAC;CAEvJ;AAED,MAAM,WAAW,oBAAqB,SAAQ,IAAI,CAAC,4BAA4B;IAC7E,QAAQ,EAAE,IAAI,CAAC,yBAAyB,CAAC,yCAAyC,EAAE,+BAA+B,CAAC,CAAC;CAEtH;AAED,MAAM,WAAW,sBAAuB,SAAQ,IAAI,CAAC,iBAAiB;IACpE,QAAQ,EAAE,gBAAgB,CAAC,iCAAiC,EAAE,+BAA+B,EAAE,yCAAyC,EAAE,uCAAuC,CAAC,CAAA;CACnL"}
@@ -0,0 +1,17 @@
1
+ import type * as grpc from '@grpc/grpc-js';
2
+ import type { MessageTypeDefinition } from '@grpc/proto-loader';
3
+ import type { MultiGreeterClient as _hellostreamingworld_MultiGreeterClient, MultiGreeterDefinition as _hellostreamingworld_MultiGreeterDefinition } from './hellostreamingworld/MultiGreeter';
4
+ type SubtypeConstructor<Constructor extends new (...args: any) => any, Subtype> = {
5
+ new (...args: ConstructorParameters<Constructor>): Subtype;
6
+ };
7
+ export interface ProtoGrpcType {
8
+ hellostreamingworld: {
9
+ HelloReply: MessageTypeDefinition;
10
+ HelloRequest: MessageTypeDefinition;
11
+ MultiGreeter: SubtypeConstructor<typeof grpc.Client, _hellostreamingworld_MultiGreeterClient> & {
12
+ service: _hellostreamingworld_MultiGreeterDefinition;
13
+ };
14
+ };
15
+ }
16
+ export {};
17
+ //# sourceMappingURL=hellostreamingworld.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hellostreamingworld.d.ts","sourceRoot":"","sources":["../../../../src/gRPC/ststest/protos/hellostreamingworld.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,IAAI,MAAM,eAAe,CAAC;AAC3C,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,OAAO,KAAK,EAAE,kBAAkB,IAAI,uCAAuC,EAAE,sBAAsB,IAAI,2CAA2C,EAAE,MAAM,oCAAoC,CAAC;AAE/L,KAAK,kBAAkB,CAAC,WAAW,SAAS,KAAK,GAAG,IAAI,EAAE,GAAG,KAAK,GAAG,EAAE,OAAO,IAAI;IAChF,KAAI,GAAG,IAAI,EAAE,qBAAqB,CAAC,WAAW,CAAC,GAAG,OAAO,CAAC;CAC3D,CAAC;AAEF,MAAM,WAAW,aAAa;IAC5B,mBAAmB,EAAE;QACnB,UAAU,EAAE,qBAAqB,CAAA;QACjC,YAAY,EAAE,qBAAqB,CAAA;QACnC,YAAY,EAAE,kBAAkB,CAAC,OAAO,IAAI,CAAC,MAAM,EAAE,uCAAuC,CAAC,GAAG;YAAE,OAAO,EAAE,2CAA2C,CAAA;SAAE,CAAA;KACzJ,CAAA;CACF"}
@@ -0,0 +1,27 @@
1
+ import type * as grpc from '@grpc/grpc-js';
2
+ import type { MethodDefinition } from '@grpc/proto-loader';
3
+ import type { HelloReply as _helloworld_HelloReply, HelloReply__Output as _helloworld_HelloReply__Output } from '../helloworld/HelloReply';
4
+ import type { HelloRequest as _helloworld_HelloRequest, HelloRequest__Output as _helloworld_HelloRequest__Output } from '../helloworld/HelloRequest';
5
+ export interface GreeterClient extends grpc.Client {
6
+ SayHello(argument: _helloworld_HelloRequest, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_helloworld_HelloReply__Output>): grpc.ClientUnaryCall;
7
+ SayHello(argument: _helloworld_HelloRequest, metadata: grpc.Metadata, callback: grpc.requestCallback<_helloworld_HelloReply__Output>): grpc.ClientUnaryCall;
8
+ SayHello(argument: _helloworld_HelloRequest, options: grpc.CallOptions, callback: grpc.requestCallback<_helloworld_HelloReply__Output>): grpc.ClientUnaryCall;
9
+ SayHello(argument: _helloworld_HelloRequest, callback: grpc.requestCallback<_helloworld_HelloReply__Output>): grpc.ClientUnaryCall;
10
+ sayHello(argument: _helloworld_HelloRequest, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_helloworld_HelloReply__Output>): grpc.ClientUnaryCall;
11
+ sayHello(argument: _helloworld_HelloRequest, metadata: grpc.Metadata, callback: grpc.requestCallback<_helloworld_HelloReply__Output>): grpc.ClientUnaryCall;
12
+ sayHello(argument: _helloworld_HelloRequest, options: grpc.CallOptions, callback: grpc.requestCallback<_helloworld_HelloReply__Output>): grpc.ClientUnaryCall;
13
+ sayHello(argument: _helloworld_HelloRequest, callback: grpc.requestCallback<_helloworld_HelloReply__Output>): grpc.ClientUnaryCall;
14
+ SayHelloStreamReply(argument: _helloworld_HelloRequest, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_helloworld_HelloReply__Output>;
15
+ SayHelloStreamReply(argument: _helloworld_HelloRequest, options?: grpc.CallOptions): grpc.ClientReadableStream<_helloworld_HelloReply__Output>;
16
+ sayHelloStreamReply(argument: _helloworld_HelloRequest, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_helloworld_HelloReply__Output>;
17
+ sayHelloStreamReply(argument: _helloworld_HelloRequest, options?: grpc.CallOptions): grpc.ClientReadableStream<_helloworld_HelloReply__Output>;
18
+ }
19
+ export interface GreeterHandlers extends grpc.UntypedServiceImplementation {
20
+ SayHello: grpc.handleUnaryCall<_helloworld_HelloRequest__Output, _helloworld_HelloReply>;
21
+ SayHelloStreamReply: grpc.handleServerStreamingCall<_helloworld_HelloRequest__Output, _helloworld_HelloReply>;
22
+ }
23
+ export interface GreeterDefinition extends grpc.ServiceDefinition {
24
+ SayHello: MethodDefinition<_helloworld_HelloRequest, _helloworld_HelloReply, _helloworld_HelloRequest__Output, _helloworld_HelloReply__Output>;
25
+ SayHelloStreamReply: MethodDefinition<_helloworld_HelloRequest, _helloworld_HelloReply, _helloworld_HelloRequest__Output, _helloworld_HelloReply__Output>;
26
+ }
27
+ //# sourceMappingURL=Greeter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Greeter.d.ts","sourceRoot":"","sources":["../../../../../src/gRPC/ststest/protos/helloworld/Greeter.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,7 @@
1
+ export interface HelloReply {
2
+ 'message'?: (string);
3
+ }
4
+ export interface HelloReply__Output {
5
+ 'message': (string);
6
+ }
7
+ //# sourceMappingURL=HelloReply.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HelloReply.d.ts","sourceRoot":"","sources":["../../../../../src/gRPC/ststest/protos/helloworld/HelloReply.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,UAAU;IACzB,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACtB;AAED,MAAM,WAAW,kBAAkB;IACjC,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;CACrB"}
@@ -0,0 +1,7 @@
1
+ export interface HelloRequest {
2
+ 'name'?: (string);
3
+ }
4
+ export interface HelloRequest__Output {
5
+ 'name': (string);
6
+ }
7
+ //# sourceMappingURL=HelloRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HelloRequest.d.ts","sourceRoot":"","sources":["../../../../../src/gRPC/ststest/protos/helloworld/HelloRequest.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,YAAY;IAC3B,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACnB;AAED,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,CAAC,MAAM,CAAC,CAAC;CAClB"}
@@ -0,0 +1,17 @@
1
+ import type * as grpc from '@grpc/grpc-js';
2
+ import type { MessageTypeDefinition } from '@grpc/proto-loader';
3
+ import type { GreeterClient as _helloworld_GreeterClient, GreeterDefinition as _helloworld_GreeterDefinition } from './helloworld/Greeter';
4
+ type SubtypeConstructor<Constructor extends new (...args: any) => any, Subtype> = {
5
+ new (...args: ConstructorParameters<Constructor>): Subtype;
6
+ };
7
+ export interface ProtoGrpcType {
8
+ helloworld: {
9
+ Greeter: SubtypeConstructor<typeof grpc.Client, _helloworld_GreeterClient> & {
10
+ service: _helloworld_GreeterDefinition;
11
+ };
12
+ HelloReply: MessageTypeDefinition;
13
+ HelloRequest: MessageTypeDefinition;
14
+ };
15
+ }
16
+ export {};
17
+ //# sourceMappingURL=helloworld.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helloworld.d.ts","sourceRoot":"","sources":["../../../../src/gRPC/ststest/protos/helloworld.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,IAAI,MAAM,eAAe,CAAC;AAC3C,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,OAAO,KAAK,EAAE,aAAa,IAAI,yBAAyB,EAAE,iBAAiB,IAAI,6BAA6B,EAAE,MAAM,sBAAsB,CAAC;AAE3I,KAAK,kBAAkB,CAAC,WAAW,SAAS,KAAK,GAAG,IAAI,EAAE,GAAG,KAAK,GAAG,EAAE,OAAO,IAAI;IAChF,KAAI,GAAG,IAAI,EAAE,qBAAqB,CAAC,WAAW,CAAC,GAAG,OAAO,CAAC;CAC3D,CAAC;AAEF,MAAM,WAAW,aAAa;IAC5B,UAAU,EAAE;QACV,OAAO,EAAE,kBAAkB,CAAC,OAAO,IAAI,CAAC,MAAM,EAAE,yBAAyB,CAAC,GAAG;YAAE,OAAO,EAAE,6BAA6B,CAAA;SAAE,CAAA;QACvH,UAAU,EAAE,qBAAqB,CAAA;QACjC,YAAY,EAAE,qBAAqB,CAAA;KACpC,CAAA;CACF"}
@@ -0,0 +1,17 @@
1
+ import type * as grpc from '@grpc/grpc-js';
2
+ import type { MethodDefinition } from '@grpc/proto-loader';
3
+ import type { Request as _keyvaluestore_Request, Request__Output as _keyvaluestore_Request__Output } from '../keyvaluestore/Request';
4
+ import type { Response as _keyvaluestore_Response, Response__Output as _keyvaluestore_Response__Output } from '../keyvaluestore/Response';
5
+ export interface KeyValueStoreClient extends grpc.Client {
6
+ GetValues(metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientDuplexStream<_keyvaluestore_Request, _keyvaluestore_Response__Output>;
7
+ GetValues(options?: grpc.CallOptions): grpc.ClientDuplexStream<_keyvaluestore_Request, _keyvaluestore_Response__Output>;
8
+ getValues(metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientDuplexStream<_keyvaluestore_Request, _keyvaluestore_Response__Output>;
9
+ getValues(options?: grpc.CallOptions): grpc.ClientDuplexStream<_keyvaluestore_Request, _keyvaluestore_Response__Output>;
10
+ }
11
+ export interface KeyValueStoreHandlers extends grpc.UntypedServiceImplementation {
12
+ GetValues: grpc.handleBidiStreamingCall<_keyvaluestore_Request__Output, _keyvaluestore_Response>;
13
+ }
14
+ export interface KeyValueStoreDefinition extends grpc.ServiceDefinition {
15
+ GetValues: MethodDefinition<_keyvaluestore_Request, _keyvaluestore_Response, _keyvaluestore_Request__Output, _keyvaluestore_Response__Output>;
16
+ }
17
+ //# sourceMappingURL=KeyValueStore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KeyValueStore.d.ts","sourceRoot":"","sources":["../../../../../src/gRPC/ststest/protos/keyvaluestore/KeyValueStore.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,IAAI,MAAM,eAAe,CAAA;AAC1C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AAC1D,OAAO,KAAK,EAAE,OAAO,IAAI,sBAAsB,EAAE,eAAe,IAAI,8BAA8B,EAAE,MAAM,0BAA0B,CAAC;AACrI,OAAO,KAAK,EAAE,QAAQ,IAAI,uBAAuB,EAAE,gBAAgB,IAAI,+BAA+B,EAAE,MAAM,2BAA2B,CAAC;AAE1I,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,MAAM;IACtD,SAAS,CAAC,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,kBAAkB,CAAC,sBAAsB,EAAE,+BAA+B,CAAC,CAAC;IACjJ,SAAS,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,kBAAkB,CAAC,sBAAsB,EAAE,+BAA+B,CAAC,CAAC;IACxH,SAAS,CAAC,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,kBAAkB,CAAC,sBAAsB,EAAE,+BAA+B,CAAC,CAAC;IACjJ,SAAS,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,kBAAkB,CAAC,sBAAsB,EAAE,+BAA+B,CAAC,CAAC;CAEzH;AAED,MAAM,WAAW,qBAAsB,SAAQ,IAAI,CAAC,4BAA4B;IAC9E,SAAS,EAAE,IAAI,CAAC,uBAAuB,CAAC,8BAA8B,EAAE,uBAAuB,CAAC,CAAC;CAElG;AAED,MAAM,WAAW,uBAAwB,SAAQ,IAAI,CAAC,iBAAiB;IACrE,SAAS,EAAE,gBAAgB,CAAC,sBAAsB,EAAE,uBAAuB,EAAE,8BAA8B,EAAE,+BAA+B,CAAC,CAAA;CAC9I"}
@@ -0,0 +1,7 @@
1
+ export interface Request {
2
+ 'key'?: (string);
3
+ }
4
+ export interface Request__Output {
5
+ 'key': (string);
6
+ }
7
+ //# sourceMappingURL=Request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Request.d.ts","sourceRoot":"","sources":["../../../../../src/gRPC/ststest/protos/keyvaluestore/Request.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,OAAO;IACtB,KAAK,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CAClB;AAED,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,CAAC,MAAM,CAAC,CAAC;CACjB"}
@@ -0,0 +1,7 @@
1
+ export interface Response {
2
+ 'value'?: (string);
3
+ }
4
+ export interface Response__Output {
5
+ 'value': (string);
6
+ }
7
+ //# sourceMappingURL=Response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.d.ts","sourceRoot":"","sources":["../../../../../src/gRPC/ststest/protos/keyvaluestore/Response.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,QAAQ;IACvB,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACpB;AAED,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,CAAC,MAAM,CAAC,CAAC;CACnB"}
@@ -0,0 +1,17 @@
1
+ import type * as grpc from '@grpc/grpc-js';
2
+ import type { MessageTypeDefinition } from '@grpc/proto-loader';
3
+ import type { KeyValueStoreClient as _keyvaluestore_KeyValueStoreClient, KeyValueStoreDefinition as _keyvaluestore_KeyValueStoreDefinition } from './keyvaluestore/KeyValueStore';
4
+ type SubtypeConstructor<Constructor extends new (...args: any) => any, Subtype> = {
5
+ new (...args: ConstructorParameters<Constructor>): Subtype;
6
+ };
7
+ export interface ProtoGrpcType {
8
+ keyvaluestore: {
9
+ KeyValueStore: SubtypeConstructor<typeof grpc.Client, _keyvaluestore_KeyValueStoreClient> & {
10
+ service: _keyvaluestore_KeyValueStoreDefinition;
11
+ };
12
+ Request: MessageTypeDefinition;
13
+ Response: MessageTypeDefinition;
14
+ };
15
+ }
16
+ export {};
17
+ //# sourceMappingURL=keyvaluestore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"keyvaluestore.d.ts","sourceRoot":"","sources":["../../../../src/gRPC/ststest/protos/keyvaluestore.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,IAAI,MAAM,eAAe,CAAC;AAC3C,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,OAAO,KAAK,EAAE,mBAAmB,IAAI,kCAAkC,EAAE,uBAAuB,IAAI,sCAAsC,EAAE,MAAM,+BAA+B,CAAC;AAElL,KAAK,kBAAkB,CAAC,WAAW,SAAS,KAAK,GAAG,IAAI,EAAE,GAAG,KAAK,GAAG,EAAE,OAAO,IAAI;IAChF,KAAI,GAAG,IAAI,EAAE,qBAAqB,CAAC,WAAW,CAAC,GAAG,OAAO,CAAC;CAC3D,CAAC;AAEF,MAAM,WAAW,aAAa;IAC5B,aAAa,EAAE;QACb,aAAa,EAAE,kBAAkB,CAAC,OAAO,IAAI,CAAC,MAAM,EAAE,kCAAkC,CAAC,GAAG;YAAE,OAAO,EAAE,sCAAsC,CAAA;SAAE,CAAA;QAC/I,OAAO,EAAE,qBAAqB,CAAA;QAC9B,QAAQ,EAAE,qBAAqB,CAAA;KAChC,CAAA;CACF"}
@@ -0,0 +1,20 @@
1
+ import type * as grpc from '@grpc/grpc-js';
2
+ import type { MessageTypeDefinition } from '@grpc/proto-loader';
3
+ import type { RouteGuideClient as _routeguide_RouteGuideClient, RouteGuideDefinition as _routeguide_RouteGuideDefinition } from './routeguide/RouteGuide';
4
+ type SubtypeConstructor<Constructor extends new (...args: any) => any, Subtype> = {
5
+ new (...args: ConstructorParameters<Constructor>): Subtype;
6
+ };
7
+ export interface ProtoGrpcType {
8
+ routeguide: {
9
+ Feature: MessageTypeDefinition;
10
+ Point: MessageTypeDefinition;
11
+ Rectangle: MessageTypeDefinition;
12
+ RouteGuide: SubtypeConstructor<typeof grpc.Client, _routeguide_RouteGuideClient> & {
13
+ service: _routeguide_RouteGuideDefinition;
14
+ };
15
+ RouteNote: MessageTypeDefinition;
16
+ RouteSummary: MessageTypeDefinition;
17
+ };
18
+ }
19
+ export {};
20
+ //# sourceMappingURL=route_guide.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"route_guide.d.ts","sourceRoot":"","sources":["../../../../src/gRPC/ststest/protos/route_guide.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,IAAI,MAAM,eAAe,CAAC;AAC3C,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,OAAO,KAAK,EAAE,gBAAgB,IAAI,4BAA4B,EAAE,oBAAoB,IAAI,gCAAgC,EAAE,MAAM,yBAAyB,CAAC;AAE1J,KAAK,kBAAkB,CAAC,WAAW,SAAS,KAAK,GAAG,IAAI,EAAE,GAAG,KAAK,GAAG,EAAE,OAAO,IAAI;IAChF,KAAI,GAAG,IAAI,EAAE,qBAAqB,CAAC,WAAW,CAAC,GAAG,OAAO,CAAC;CAC3D,CAAC;AAEF,MAAM,WAAW,aAAa;IAC5B,UAAU,EAAE;QACV,OAAO,EAAE,qBAAqB,CAAA;QAC9B,KAAK,EAAE,qBAAqB,CAAA;QAC5B,SAAS,EAAE,qBAAqB,CAAA;QAChC,UAAU,EAAE,kBAAkB,CAAC,OAAO,IAAI,CAAC,MAAM,EAAE,4BAA4B,CAAC,GAAG;YAAE,OAAO,EAAE,gCAAgC,CAAA;SAAE,CAAA;QAChI,SAAS,EAAE,qBAAqB,CAAA;QAChC,YAAY,EAAE,qBAAqB,CAAA;KACpC,CAAA;CACF"}
@@ -0,0 +1,10 @@
1
+ import type { Point as _routeguide_Point, Point__Output as _routeguide_Point__Output } from '../routeguide/Point';
2
+ export interface Feature {
3
+ 'name'?: (string);
4
+ 'location'?: (_routeguide_Point | null);
5
+ }
6
+ export interface Feature__Output {
7
+ 'name': (string);
8
+ 'location': (_routeguide_Point__Output | null);
9
+ }
10
+ //# sourceMappingURL=Feature.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Feature.d.ts","sourceRoot":"","sources":["../../../../../src/gRPC/ststest/protos/routeguide/Feature.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,IAAI,iBAAiB,EAAE,aAAa,IAAI,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAElH,MAAM,WAAW,OAAO;IACtB,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,UAAU,CAAC,EAAE,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAC;CACzC;AAED,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,CAAC,MAAM,CAAC,CAAC;IACjB,UAAU,EAAE,CAAC,yBAAyB,GAAG,IAAI,CAAC,CAAC;CAChD"}
@@ -0,0 +1,9 @@
1
+ export interface Point {
2
+ 'latitude'?: (number);
3
+ 'longitude'?: (number);
4
+ }
5
+ export interface Point__Output {
6
+ 'latitude': (number);
7
+ 'longitude': (number);
8
+ }
9
+ //# sourceMappingURL=Point.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Point.d.ts","sourceRoot":"","sources":["../../../../../src/gRPC/ststest/protos/routeguide/Point.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,KAAK;IACpB,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;IACtB,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACxB;AAED,MAAM,WAAW,aAAa;IAC5B,UAAU,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,WAAW,EAAE,CAAC,MAAM,CAAC,CAAC;CACvB"}
@@ -0,0 +1,10 @@
1
+ import type { Point as _routeguide_Point, Point__Output as _routeguide_Point__Output } from '../routeguide/Point';
2
+ export interface Rectangle {
3
+ 'lo'?: (_routeguide_Point | null);
4
+ 'hi'?: (_routeguide_Point | null);
5
+ }
6
+ export interface Rectangle__Output {
7
+ 'lo': (_routeguide_Point__Output | null);
8
+ 'hi': (_routeguide_Point__Output | null);
9
+ }
10
+ //# sourceMappingURL=Rectangle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Rectangle.d.ts","sourceRoot":"","sources":["../../../../../src/gRPC/ststest/protos/routeguide/Rectangle.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,IAAI,iBAAiB,EAAE,aAAa,IAAI,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAElH,MAAM,WAAW,SAAS;IACxB,IAAI,CAAC,EAAE,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAC;IAClC,IAAI,CAAC,EAAE,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAC;CACnC;AAED,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,CAAC,yBAAyB,GAAG,IAAI,CAAC,CAAC;IACzC,IAAI,EAAE,CAAC,yBAAyB,GAAG,IAAI,CAAC,CAAC;CAC1C"}
@@ -0,0 +1,46 @@
1
+ import type * as grpc from '@grpc/grpc-js';
2
+ import type { MethodDefinition } from '@grpc/proto-loader';
3
+ import type { Feature as _routeguide_Feature, Feature__Output as _routeguide_Feature__Output } from '../routeguide/Feature';
4
+ import type { Point as _routeguide_Point, Point__Output as _routeguide_Point__Output } from '../routeguide/Point';
5
+ import type { Rectangle as _routeguide_Rectangle, Rectangle__Output as _routeguide_Rectangle__Output } from '../routeguide/Rectangle';
6
+ import type { RouteNote as _routeguide_RouteNote, RouteNote__Output as _routeguide_RouteNote__Output } from '../routeguide/RouteNote';
7
+ import type { RouteSummary as _routeguide_RouteSummary, RouteSummary__Output as _routeguide_RouteSummary__Output } from '../routeguide/RouteSummary';
8
+ export interface RouteGuideClient extends grpc.Client {
9
+ GetFeature(argument: _routeguide_Point, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_routeguide_Feature__Output>): grpc.ClientUnaryCall;
10
+ GetFeature(argument: _routeguide_Point, metadata: grpc.Metadata, callback: grpc.requestCallback<_routeguide_Feature__Output>): grpc.ClientUnaryCall;
11
+ GetFeature(argument: _routeguide_Point, options: grpc.CallOptions, callback: grpc.requestCallback<_routeguide_Feature__Output>): grpc.ClientUnaryCall;
12
+ GetFeature(argument: _routeguide_Point, callback: grpc.requestCallback<_routeguide_Feature__Output>): grpc.ClientUnaryCall;
13
+ getFeature(argument: _routeguide_Point, metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_routeguide_Feature__Output>): grpc.ClientUnaryCall;
14
+ getFeature(argument: _routeguide_Point, metadata: grpc.Metadata, callback: grpc.requestCallback<_routeguide_Feature__Output>): grpc.ClientUnaryCall;
15
+ getFeature(argument: _routeguide_Point, options: grpc.CallOptions, callback: grpc.requestCallback<_routeguide_Feature__Output>): grpc.ClientUnaryCall;
16
+ getFeature(argument: _routeguide_Point, callback: grpc.requestCallback<_routeguide_Feature__Output>): grpc.ClientUnaryCall;
17
+ ListFeatures(argument: _routeguide_Rectangle, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_routeguide_Feature__Output>;
18
+ ListFeatures(argument: _routeguide_Rectangle, options?: grpc.CallOptions): grpc.ClientReadableStream<_routeguide_Feature__Output>;
19
+ listFeatures(argument: _routeguide_Rectangle, metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientReadableStream<_routeguide_Feature__Output>;
20
+ listFeatures(argument: _routeguide_Rectangle, options?: grpc.CallOptions): grpc.ClientReadableStream<_routeguide_Feature__Output>;
21
+ RecordRoute(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_routeguide_RouteSummary__Output>): grpc.ClientWritableStream<_routeguide_Point>;
22
+ RecordRoute(metadata: grpc.Metadata, callback: grpc.requestCallback<_routeguide_RouteSummary__Output>): grpc.ClientWritableStream<_routeguide_Point>;
23
+ RecordRoute(options: grpc.CallOptions, callback: grpc.requestCallback<_routeguide_RouteSummary__Output>): grpc.ClientWritableStream<_routeguide_Point>;
24
+ RecordRoute(callback: grpc.requestCallback<_routeguide_RouteSummary__Output>): grpc.ClientWritableStream<_routeguide_Point>;
25
+ recordRoute(metadata: grpc.Metadata, options: grpc.CallOptions, callback: grpc.requestCallback<_routeguide_RouteSummary__Output>): grpc.ClientWritableStream<_routeguide_Point>;
26
+ recordRoute(metadata: grpc.Metadata, callback: grpc.requestCallback<_routeguide_RouteSummary__Output>): grpc.ClientWritableStream<_routeguide_Point>;
27
+ recordRoute(options: grpc.CallOptions, callback: grpc.requestCallback<_routeguide_RouteSummary__Output>): grpc.ClientWritableStream<_routeguide_Point>;
28
+ recordRoute(callback: grpc.requestCallback<_routeguide_RouteSummary__Output>): grpc.ClientWritableStream<_routeguide_Point>;
29
+ RouteChat(metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientDuplexStream<_routeguide_RouteNote, _routeguide_RouteNote__Output>;
30
+ RouteChat(options?: grpc.CallOptions): grpc.ClientDuplexStream<_routeguide_RouteNote, _routeguide_RouteNote__Output>;
31
+ routeChat(metadata: grpc.Metadata, options?: grpc.CallOptions): grpc.ClientDuplexStream<_routeguide_RouteNote, _routeguide_RouteNote__Output>;
32
+ routeChat(options?: grpc.CallOptions): grpc.ClientDuplexStream<_routeguide_RouteNote, _routeguide_RouteNote__Output>;
33
+ }
34
+ export interface RouteGuideHandlers extends grpc.UntypedServiceImplementation {
35
+ GetFeature: grpc.handleUnaryCall<_routeguide_Point__Output, _routeguide_Feature>;
36
+ ListFeatures: grpc.handleServerStreamingCall<_routeguide_Rectangle__Output, _routeguide_Feature>;
37
+ RecordRoute: grpc.handleClientStreamingCall<_routeguide_Point__Output, _routeguide_RouteSummary>;
38
+ RouteChat: grpc.handleBidiStreamingCall<_routeguide_RouteNote__Output, _routeguide_RouteNote>;
39
+ }
40
+ export interface RouteGuideDefinition extends grpc.ServiceDefinition {
41
+ GetFeature: MethodDefinition<_routeguide_Point, _routeguide_Feature, _routeguide_Point__Output, _routeguide_Feature__Output>;
42
+ ListFeatures: MethodDefinition<_routeguide_Rectangle, _routeguide_Feature, _routeguide_Rectangle__Output, _routeguide_Feature__Output>;
43
+ RecordRoute: MethodDefinition<_routeguide_Point, _routeguide_RouteSummary, _routeguide_Point__Output, _routeguide_RouteSummary__Output>;
44
+ RouteChat: MethodDefinition<_routeguide_RouteNote, _routeguide_RouteNote, _routeguide_RouteNote__Output, _routeguide_RouteNote__Output>;
45
+ }
46
+ //# sourceMappingURL=RouteGuide.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RouteGuide.d.ts","sourceRoot":"","sources":["../../../../../src/gRPC/ststest/protos/routeguide/RouteGuide.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,10 @@
1
+ import type { Point as _routeguide_Point, Point__Output as _routeguide_Point__Output } from '../routeguide/Point';
2
+ export interface RouteNote {
3
+ 'location'?: (_routeguide_Point | null);
4
+ 'message'?: (string);
5
+ }
6
+ export interface RouteNote__Output {
7
+ 'location': (_routeguide_Point__Output | null);
8
+ 'message': (string);
9
+ }
10
+ //# sourceMappingURL=RouteNote.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RouteNote.d.ts","sourceRoot":"","sources":["../../../../../src/gRPC/ststest/protos/routeguide/RouteNote.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,IAAI,iBAAiB,EAAE,aAAa,IAAI,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAElH,MAAM,WAAW,SAAS;IACxB,UAAU,CAAC,EAAE,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAC;IACxC,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC;CACtB;AAED,MAAM,WAAW,iBAAiB;IAChC,UAAU,EAAE,CAAC,yBAAyB,GAAG,IAAI,CAAC,CAAC;IAC/C,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;CACrB"}