@nsshunt/stsappframework 3.1.214 → 3.1.215

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 (370) hide show
  1. package/dist/commonTypes.js.map +1 -1
  2. package/dist/index.js +1 -7
  3. package/dist/index.js.map +1 -1
  4. package/dist/serverprocessbase.js +2 -2
  5. package/dist/serverprocessbase.js.map +1 -1
  6. package/dist/stscontrollerbase.js.map +1 -1
  7. package/dist/{server.js → stsexpressserver.js} +1 -1
  8. package/dist/stsexpressserver.js.map +1 -0
  9. package/dist/stslatencycontroller.js.map +1 -1
  10. package/dist/stslatencyroute.js.map +1 -1
  11. package/dist/stsrouterbase.js.map +1 -1
  12. package/dist/vitesttesting/appSingleWSS.js +2 -1
  13. package/dist/vitesttesting/appSingleWSS.js.map +1 -1
  14. package/dist/workerprocessbase.js.map +1 -1
  15. package/package.json +5 -6
  16. package/src/commonTypes.ts +2 -0
  17. package/src/index.ts +1 -7
  18. package/src/serverprocessbase.ts +1 -1
  19. package/src/{socketIoServerHelper.ts → socketIoServerHelper.ts_bak} +1 -2
  20. package/src/stscontrollerbase.ts +1 -2
  21. package/src/{server.ts → stsexpressserver.ts} +1 -2
  22. package/src/stslatencycontroller.ts +1 -2
  23. package/src/stslatencyroute.ts +1 -2
  24. package/src/stsrouterbase.ts +1 -2
  25. package/src/vitesttesting/appSingleWSS.ts +2 -1
  26. package/src/workerprocessbase.ts +1 -2
  27. package/types/commonTypes.d.ts +0 -15
  28. package/types/commonTypes.d.ts.map +1 -1
  29. package/types/index.d.ts +0 -7
  30. package/types/index.d.ts.map +1 -1
  31. package/types/serverprocessbase.d.ts +1 -1
  32. package/types/serverprocessbase.d.ts.map +1 -1
  33. package/types/stscontrollerbase.d.ts.map +1 -1
  34. package/types/{server.d.ts → stsexpressserver.d.ts} +1 -1
  35. package/types/stsexpressserver.d.ts.map +1 -0
  36. package/types/stslatencycontroller.d.ts.map +1 -1
  37. package/types/stslatencyroute.d.ts.map +1 -1
  38. package/types/stsrouterbase.d.ts.map +1 -1
  39. package/types/vitesttesting/appSingleWSS.d.ts.map +1 -1
  40. package/types/workerprocessbase.d.ts.map +1 -1
  41. package/dist/authDefs.js +0 -33
  42. package/dist/authDefs.js.map +0 -1
  43. package/dist/gRPC/ststest/protos/auth_sample.js +0 -3
  44. package/dist/gRPC/ststest/protos/auth_sample.js.map +0 -1
  45. package/dist/gRPC/ststest/protos/echo.js +0 -3
  46. package/dist/gRPC/ststest/protos/echo.js.map +0 -1
  47. package/dist/gRPC/ststest/protos/grpc/examples/echo/Echo.js +0 -4
  48. package/dist/gRPC/ststest/protos/grpc/examples/echo/Echo.js.map +0 -1
  49. package/dist/gRPC/ststest/protos/grpc/examples/echo/EchoRequest.js +0 -4
  50. package/dist/gRPC/ststest/protos/grpc/examples/echo/EchoRequest.js.map +0 -1
  51. package/dist/gRPC/ststest/protos/grpc/examples/echo/EchoResponse.js +0 -4
  52. package/dist/gRPC/ststest/protos/grpc/examples/echo/EchoResponse.js.map +0 -1
  53. package/dist/gRPC/ststest/protos/grpc/testing/Request.js +0 -4
  54. package/dist/gRPC/ststest/protos/grpc/testing/Request.js.map +0 -1
  55. package/dist/gRPC/ststest/protos/grpc/testing/Response.js +0 -4
  56. package/dist/gRPC/ststest/protos/grpc/testing/Response.js.map +0 -1
  57. package/dist/gRPC/ststest/protos/grpc/testing/TestService.js +0 -4
  58. package/dist/gRPC/ststest/protos/grpc/testing/TestService.js.map +0 -1
  59. package/dist/gRPC/ststest/protos/hellostreamingworld/HelloReply.js +0 -4
  60. package/dist/gRPC/ststest/protos/hellostreamingworld/HelloReply.js.map +0 -1
  61. package/dist/gRPC/ststest/protos/hellostreamingworld/HelloRequest.js +0 -4
  62. package/dist/gRPC/ststest/protos/hellostreamingworld/HelloRequest.js.map +0 -1
  63. package/dist/gRPC/ststest/protos/hellostreamingworld/MultiGreeter.js +0 -4
  64. package/dist/gRPC/ststest/protos/hellostreamingworld/MultiGreeter.js.map +0 -1
  65. package/dist/gRPC/ststest/protos/hellostreamingworld.js +0 -3
  66. package/dist/gRPC/ststest/protos/hellostreamingworld.js.map +0 -1
  67. package/dist/gRPC/ststest/protos/helloworld/Greeter.js +0 -4
  68. package/dist/gRPC/ststest/protos/helloworld/Greeter.js.map +0 -1
  69. package/dist/gRPC/ststest/protos/helloworld/HelloReply.js +0 -4
  70. package/dist/gRPC/ststest/protos/helloworld/HelloReply.js.map +0 -1
  71. package/dist/gRPC/ststest/protos/helloworld/HelloRequest.js +0 -4
  72. package/dist/gRPC/ststest/protos/helloworld/HelloRequest.js.map +0 -1
  73. package/dist/gRPC/ststest/protos/helloworld.js +0 -3
  74. package/dist/gRPC/ststest/protos/helloworld.js.map +0 -1
  75. package/dist/gRPC/ststest/protos/keyvaluestore/KeyValueStore.js +0 -4
  76. package/dist/gRPC/ststest/protos/keyvaluestore/KeyValueStore.js.map +0 -1
  77. package/dist/gRPC/ststest/protos/keyvaluestore/Request.js +0 -4
  78. package/dist/gRPC/ststest/protos/keyvaluestore/Request.js.map +0 -1
  79. package/dist/gRPC/ststest/protos/keyvaluestore/Response.js +0 -4
  80. package/dist/gRPC/ststest/protos/keyvaluestore/Response.js.map +0 -1
  81. package/dist/gRPC/ststest/protos/keyvaluestore.js +0 -3
  82. package/dist/gRPC/ststest/protos/keyvaluestore.js.map +0 -1
  83. package/dist/gRPC/ststest/protos/route_guide.js +0 -3
  84. package/dist/gRPC/ststest/protos/route_guide.js.map +0 -1
  85. package/dist/gRPC/ststest/protos/routeguide/Feature.js +0 -4
  86. package/dist/gRPC/ststest/protos/routeguide/Feature.js.map +0 -1
  87. package/dist/gRPC/ststest/protos/routeguide/Point.js +0 -4
  88. package/dist/gRPC/ststest/protos/routeguide/Point.js.map +0 -1
  89. package/dist/gRPC/ststest/protos/routeguide/Rectangle.js +0 -4
  90. package/dist/gRPC/ststest/protos/routeguide/Rectangle.js.map +0 -1
  91. package/dist/gRPC/ststest/protos/routeguide/RouteGuide.js +0 -4
  92. package/dist/gRPC/ststest/protos/routeguide/RouteGuide.js.map +0 -1
  93. package/dist/gRPC/ststest/protos/routeguide/RouteNote.js +0 -4
  94. package/dist/gRPC/ststest/protos/routeguide/RouteNote.js.map +0 -1
  95. package/dist/gRPC/ststest/protos/routeguide/RouteSummary.js +0 -4
  96. package/dist/gRPC/ststest/protos/routeguide/RouteSummary.js.map +0 -1
  97. package/dist/gRPC/ststest/src/commonTypes.js +0 -3
  98. package/dist/gRPC/ststest/src/commonTypes.js.map +0 -1
  99. package/dist/gRPC/ststest/src/greeter_client.js +0 -67
  100. package/dist/gRPC/ststest/src/greeter_client.js.map +0 -1
  101. package/dist/gRPC/ststest/src/greeter_server.js +0 -78
  102. package/dist/gRPC/ststest/src/greeter_server.js.map +0 -1
  103. package/dist/gRPC/ststest/src/route_guide_client.js +0 -258
  104. package/dist/gRPC/ststest/src/route_guide_client.js.map +0 -1
  105. package/dist/gRPC/ststest/src/route_guide_server.js +0 -237
  106. package/dist/gRPC/ststest/src/route_guide_server.js.map +0 -1
  107. package/dist/gRPC/ststest/src/route_guide_server2.js +0 -205
  108. package/dist/gRPC/ststest/src/route_guide_server2.js.map +0 -1
  109. package/dist/influxdb/influxDBManager.js +0 -304
  110. package/dist/influxdb/influxDBManager.js.map +0 -1
  111. package/dist/influxdb/influxDBManagerAgent.js +0 -14
  112. package/dist/influxdb/influxDBManagerAgent.js.map +0 -1
  113. package/dist/influxdb/influxDBManagerBase.js +0 -100
  114. package/dist/influxdb/influxDBManagerBase.js.map +0 -1
  115. package/dist/influxdb/influxDBManagerLambda.js +0 -17
  116. package/dist/influxdb/influxDBManagerLambda.js.map +0 -1
  117. package/dist/influxdb/influxDBManagerService.js +0 -14
  118. package/dist/influxdb/influxDBManagerService.js.map +0 -1
  119. package/dist/publishInstrumentsWebWorker.js +0 -159
  120. package/dist/publishInstrumentsWebWorker.js.map +0 -1
  121. package/dist/server.js.map +0 -1
  122. package/dist/socketIoServerHelper.js +0 -125
  123. package/dist/socketIoServerHelper.js.map +0 -1
  124. package/dist/tcpclient/app.js +0 -23
  125. package/dist/tcpclient/app.js.map +0 -1
  126. package/dist/tcpclient/app2.js +0 -57
  127. package/dist/tcpclient/app2.js.map +0 -1
  128. package/dist/tcpserver/app.js +0 -16
  129. package/dist/tcpserver/app.js.map +0 -1
  130. package/dist/tcpserver/appConfig.js +0 -83
  131. package/dist/tcpserver/appConfig.js.map +0 -1
  132. package/dist/tcpserver/appmaster.js +0 -446
  133. package/dist/tcpserver/appmaster.js.map +0 -1
  134. package/dist/testertesting/app.js +0 -284
  135. package/dist/testertesting/app.js.map +0 -1
  136. package/dist/testertesting/commonTypes.js +0 -47
  137. package/dist/testertesting/commonTypes.js.map +0 -1
  138. package/dist/testertesting/telemetryProcessor.js +0 -111
  139. package/dist/testertesting/telemetryProcessor.js.map +0 -1
  140. package/dist/testertesting/testCase01.js +0 -169
  141. package/dist/testertesting/testCase01.js.map +0 -1
  142. package/dist/testertesting/workerInstance.js +0 -263
  143. package/dist/testertesting/workerInstance.js.map +0 -1
  144. package/dist/testertesting/workerManager.js +0 -450
  145. package/dist/testertesting/workerManager.js.map +0 -1
  146. package/dist/testertesting/workerWorkerTestRunner01.js +0 -35
  147. package/dist/testertesting/workerWorkerTestRunner01.js.map +0 -1
  148. package/dist/testing/app.js +0 -18
  149. package/dist/testing/app.js.map +0 -1
  150. package/dist/testing/appConfig.js +0 -93
  151. package/dist/testing/appConfig.js.map +0 -1
  152. package/dist/testing/appTinyEmitter.js +0 -37
  153. package/dist/testing/appTinyEmitter.js.map +0 -1
  154. package/dist/testing/appWorkerWSS.js +0 -151
  155. package/dist/testing/appWorkerWSS.js.map +0 -1
  156. package/dist/testing/appredistest.js +0 -239
  157. package/dist/testing/appredistest.js.map +0 -1
  158. package/dist/testing/appsolo.js +0 -67
  159. package/dist/testing/appsolo.js.map +0 -1
  160. package/dist/testing/promiseTesting.js +0 -77
  161. package/dist/testing/promiseTesting.js.map +0 -1
  162. package/dist/testing/server.js +0 -15
  163. package/dist/testing/server.js.map +0 -1
  164. package/dist/testing/wsevents.js +0 -3
  165. package/dist/testing/wsevents.js.map +0 -1
  166. package/dist/webworkertesting/app.js +0 -44
  167. package/dist/webworkertesting/app.js.map +0 -1
  168. package/dist/webworkertesting/worker.js +0 -21
  169. package/dist/webworkertesting/worker.js.map +0 -1
  170. package/src/authDefs.ts +0 -37
  171. package/src/gRPC/ststest/protos/BUILD +0 -82
  172. package/src/gRPC/ststest/protos/README.md +0 -8
  173. package/src/gRPC/ststest/protos/auth_sample.proto +0 -42
  174. package/src/gRPC/ststest/protos/auth_sample.ts +0 -20
  175. package/src/gRPC/ststest/protos/echo.proto +0 -45
  176. package/src/gRPC/ststest/protos/echo.ts +0 -22
  177. package/src/gRPC/ststest/protos/grpc/examples/echo/Echo.ts +0 -55
  178. package/src/gRPC/ststest/protos/grpc/examples/echo/EchoRequest.ts +0 -10
  179. package/src/gRPC/ststest/protos/grpc/examples/echo/EchoResponse.ts +0 -10
  180. package/src/gRPC/ststest/protos/grpc/testing/Request.ts +0 -12
  181. package/src/gRPC/ststest/protos/grpc/testing/Response.ts +0 -12
  182. package/src/gRPC/ststest/protos/grpc/testing/TestService.ts +0 -27
  183. package/src/gRPC/ststest/protos/hellostreamingworld/HelloReply.ts +0 -10
  184. package/src/gRPC/ststest/protos/hellostreamingworld/HelloRequest.ts +0 -12
  185. package/src/gRPC/ststest/protos/hellostreamingworld/MultiGreeter.ts +0 -23
  186. package/src/gRPC/ststest/protos/hellostreamingworld.proto +0 -39
  187. package/src/gRPC/ststest/protos/hellostreamingworld.ts +0 -18
  188. package/src/gRPC/ststest/protos/helloworld/Greeter.ts +0 -35
  189. package/src/gRPC/ststest/protos/helloworld/HelloReply.ts +0 -10
  190. package/src/gRPC/ststest/protos/helloworld/HelloRequest.ts +0 -10
  191. package/src/gRPC/ststest/protos/helloworld.proto +0 -40
  192. package/src/gRPC/ststest/protos/helloworld.ts +0 -18
  193. package/src/gRPC/ststest/protos/keyvaluestore/KeyValueStore.ts +0 -23
  194. package/src/gRPC/ststest/protos/keyvaluestore/Request.ts +0 -10
  195. package/src/gRPC/ststest/protos/keyvaluestore/Response.ts +0 -10
  196. package/src/gRPC/ststest/protos/keyvaluestore.proto +0 -33
  197. package/src/gRPC/ststest/protos/keyvaluestore.ts +0 -18
  198. package/src/gRPC/ststest/protos/route_guide.proto +0 -111
  199. package/src/gRPC/ststest/protos/route_guide.ts +0 -21
  200. package/src/gRPC/ststest/protos/routeguide/Feature.ts +0 -13
  201. package/src/gRPC/ststest/protos/routeguide/Point.ts +0 -12
  202. package/src/gRPC/ststest/protos/routeguide/Rectangle.ts +0 -13
  203. package/src/gRPC/ststest/protos/routeguide/RouteGuide.ts +0 -58
  204. package/src/gRPC/ststest/protos/routeguide/RouteNote.ts +0 -13
  205. package/src/gRPC/ststest/protos/routeguide/RouteSummary.ts +0 -16
  206. package/src/gRPC/ststest/src/commonTypes.ts +0 -27
  207. package/src/gRPC/ststest/src/greeter_client.ts +0 -52
  208. package/src/gRPC/ststest/src/greeter_server.ts +0 -62
  209. package/src/gRPC/ststest/src/route_guide_client.ts +0 -266
  210. package/src/gRPC/ststest/src/route_guide_server.ts +0 -234
  211. package/src/gRPC/ststest/src/route_guide_server2.ts +0 -211
  212. package/src/influxdb/influxDBManager.ts +0 -334
  213. package/src/influxdb/influxDBManagerAgent.ts +0 -14
  214. package/src/influxdb/influxDBManagerBase.ts +0 -108
  215. package/src/influxdb/influxDBManagerLambda.ts +0 -17
  216. package/src/influxdb/influxDBManagerService.ts +0 -14
  217. package/src/publishInstrumentsWebWorker.ts +0 -157
  218. package/src/tcpclient/app.ts +0 -21
  219. package/src/tcpclient/app2.ts +0 -58
  220. package/src/tcpserver/app.ts +0 -11
  221. package/src/tcpserver/appConfig.ts +0 -99
  222. package/src/tcpserver/appmaster.ts +0 -503
  223. package/src/testertesting/app.ts +0 -349
  224. package/src/testertesting/commonTypes.ts +0 -236
  225. package/src/testertesting/telemetryProcessor.ts +0 -125
  226. package/src/testertesting/testCase01.ts +0 -207
  227. package/src/testertesting/workerInstance.ts +0 -297
  228. package/src/testertesting/workerManager.ts +0 -511
  229. package/src/testertesting/workerWorkerTestRunner01.ts +0 -34
  230. package/src/testing/app.ts +0 -14
  231. package/src/testing/appConfig.ts +0 -110
  232. package/src/testing/appTinyEmitter.ts +0 -57
  233. package/src/testing/appWorkerWSS.ts +0 -174
  234. package/src/testing/appredistest.ts +0 -304
  235. package/src/testing/appsolo.ts +0 -96
  236. package/src/testing/docker-compose.yml +0 -20
  237. package/src/testing/promiseTesting.ts +0 -86
  238. package/src/testing/server.ts +0 -17
  239. package/src/testing/wsevents.ts +0 -33
  240. package/src/webworkertesting/app.ts +0 -56
  241. package/src/webworkertesting/worker.ts +0 -24
  242. package/types/authDefs.d.ts +0 -29
  243. package/types/authDefs.d.ts.map +0 -1
  244. package/types/gRPC/ststest/protos/auth_sample.d.ts +0 -19
  245. package/types/gRPC/ststest/protos/auth_sample.d.ts.map +0 -1
  246. package/types/gRPC/ststest/protos/echo.d.ts +0 -21
  247. package/types/gRPC/ststest/protos/echo.d.ts.map +0 -1
  248. package/types/gRPC/ststest/protos/grpc/examples/echo/Echo.d.ts +0 -43
  249. package/types/gRPC/ststest/protos/grpc/examples/echo/Echo.d.ts.map +0 -1
  250. package/types/gRPC/ststest/protos/grpc/examples/echo/EchoRequest.d.ts +0 -7
  251. package/types/gRPC/ststest/protos/grpc/examples/echo/EchoRequest.d.ts.map +0 -1
  252. package/types/gRPC/ststest/protos/grpc/examples/echo/EchoResponse.d.ts +0 -7
  253. package/types/gRPC/ststest/protos/grpc/examples/echo/EchoResponse.d.ts.map +0 -1
  254. package/types/gRPC/ststest/protos/grpc/testing/Request.d.ts +0 -9
  255. package/types/gRPC/ststest/protos/grpc/testing/Request.d.ts.map +0 -1
  256. package/types/gRPC/ststest/protos/grpc/testing/Response.d.ts +0 -9
  257. package/types/gRPC/ststest/protos/grpc/testing/Response.d.ts.map +0 -1
  258. package/types/gRPC/ststest/protos/grpc/testing/TestService.d.ts +0 -21
  259. package/types/gRPC/ststest/protos/grpc/testing/TestService.d.ts.map +0 -1
  260. package/types/gRPC/ststest/protos/hellostreamingworld/HelloReply.d.ts +0 -7
  261. package/types/gRPC/ststest/protos/hellostreamingworld/HelloReply.d.ts.map +0 -1
  262. package/types/gRPC/ststest/protos/hellostreamingworld/HelloRequest.d.ts +0 -9
  263. package/types/gRPC/ststest/protos/hellostreamingworld/HelloRequest.d.ts.map +0 -1
  264. package/types/gRPC/ststest/protos/hellostreamingworld/MultiGreeter.d.ts +0 -17
  265. package/types/gRPC/ststest/protos/hellostreamingworld/MultiGreeter.d.ts.map +0 -1
  266. package/types/gRPC/ststest/protos/hellostreamingworld.d.ts +0 -17
  267. package/types/gRPC/ststest/protos/hellostreamingworld.d.ts.map +0 -1
  268. package/types/gRPC/ststest/protos/helloworld/Greeter.d.ts +0 -27
  269. package/types/gRPC/ststest/protos/helloworld/Greeter.d.ts.map +0 -1
  270. package/types/gRPC/ststest/protos/helloworld/HelloReply.d.ts +0 -7
  271. package/types/gRPC/ststest/protos/helloworld/HelloReply.d.ts.map +0 -1
  272. package/types/gRPC/ststest/protos/helloworld/HelloRequest.d.ts +0 -7
  273. package/types/gRPC/ststest/protos/helloworld/HelloRequest.d.ts.map +0 -1
  274. package/types/gRPC/ststest/protos/helloworld.d.ts +0 -17
  275. package/types/gRPC/ststest/protos/helloworld.d.ts.map +0 -1
  276. package/types/gRPC/ststest/protos/keyvaluestore/KeyValueStore.d.ts +0 -17
  277. package/types/gRPC/ststest/protos/keyvaluestore/KeyValueStore.d.ts.map +0 -1
  278. package/types/gRPC/ststest/protos/keyvaluestore/Request.d.ts +0 -7
  279. package/types/gRPC/ststest/protos/keyvaluestore/Request.d.ts.map +0 -1
  280. package/types/gRPC/ststest/protos/keyvaluestore/Response.d.ts +0 -7
  281. package/types/gRPC/ststest/protos/keyvaluestore/Response.d.ts.map +0 -1
  282. package/types/gRPC/ststest/protos/keyvaluestore.d.ts +0 -17
  283. package/types/gRPC/ststest/protos/keyvaluestore.d.ts.map +0 -1
  284. package/types/gRPC/ststest/protos/route_guide.d.ts +0 -20
  285. package/types/gRPC/ststest/protos/route_guide.d.ts.map +0 -1
  286. package/types/gRPC/ststest/protos/routeguide/Feature.d.ts +0 -10
  287. package/types/gRPC/ststest/protos/routeguide/Feature.d.ts.map +0 -1
  288. package/types/gRPC/ststest/protos/routeguide/Point.d.ts +0 -9
  289. package/types/gRPC/ststest/protos/routeguide/Point.d.ts.map +0 -1
  290. package/types/gRPC/ststest/protos/routeguide/Rectangle.d.ts +0 -10
  291. package/types/gRPC/ststest/protos/routeguide/Rectangle.d.ts.map +0 -1
  292. package/types/gRPC/ststest/protos/routeguide/RouteGuide.d.ts +0 -46
  293. package/types/gRPC/ststest/protos/routeguide/RouteGuide.d.ts.map +0 -1
  294. package/types/gRPC/ststest/protos/routeguide/RouteNote.d.ts +0 -10
  295. package/types/gRPC/ststest/protos/routeguide/RouteNote.d.ts.map +0 -1
  296. package/types/gRPC/ststest/protos/routeguide/RouteSummary.d.ts +0 -13
  297. package/types/gRPC/ststest/protos/routeguide/RouteSummary.d.ts.map +0 -1
  298. package/types/gRPC/ststest/src/commonTypes.d.ts +0 -23
  299. package/types/gRPC/ststest/src/commonTypes.d.ts.map +0 -1
  300. package/types/gRPC/ststest/src/greeter_client.d.ts +0 -3
  301. package/types/gRPC/ststest/src/greeter_client.d.ts.map +0 -1
  302. package/types/gRPC/ststest/src/greeter_server.d.ts +0 -3
  303. package/types/gRPC/ststest/src/greeter_server.d.ts.map +0 -1
  304. package/types/gRPC/ststest/src/route_guide_client.d.ts +0 -3
  305. package/types/gRPC/ststest/src/route_guide_client.d.ts.map +0 -1
  306. package/types/gRPC/ststest/src/route_guide_server.d.ts +0 -3
  307. package/types/gRPC/ststest/src/route_guide_server.d.ts.map +0 -1
  308. package/types/gRPC/ststest/src/route_guide_server2.d.ts +0 -3
  309. package/types/gRPC/ststest/src/route_guide_server2.d.ts.map +0 -1
  310. package/types/influxdb/influxDBManager.d.ts +0 -21
  311. package/types/influxdb/influxDBManager.d.ts.map +0 -1
  312. package/types/influxdb/influxDBManagerAgent.d.ts +0 -8
  313. package/types/influxdb/influxDBManagerAgent.d.ts.map +0 -1
  314. package/types/influxdb/influxDBManagerBase.d.ts +0 -14
  315. package/types/influxdb/influxDBManagerBase.d.ts.map +0 -1
  316. package/types/influxdb/influxDBManagerLambda.d.ts +0 -11
  317. package/types/influxdb/influxDBManagerLambda.d.ts.map +0 -1
  318. package/types/influxdb/influxDBManagerService.d.ts +0 -8
  319. package/types/influxdb/influxDBManagerService.d.ts.map +0 -1
  320. package/types/publishInstrumentsWebWorker.d.ts +0 -1
  321. package/types/publishInstrumentsWebWorker.d.ts.map +0 -1
  322. package/types/server.d.ts.map +0 -1
  323. package/types/socketIoServerHelper.d.ts +0 -20
  324. package/types/socketIoServerHelper.d.ts.map +0 -1
  325. package/types/tcpclient/app.d.ts +0 -2
  326. package/types/tcpclient/app.d.ts.map +0 -1
  327. package/types/tcpclient/app2.d.ts +0 -2
  328. package/types/tcpclient/app2.d.ts.map +0 -1
  329. package/types/tcpserver/app.d.ts +0 -2
  330. package/types/tcpserver/app.d.ts.map +0 -1
  331. package/types/tcpserver/appConfig.d.ts +0 -3
  332. package/types/tcpserver/appConfig.d.ts.map +0 -1
  333. package/types/tcpserver/appmaster.d.ts +0 -24
  334. package/types/tcpserver/appmaster.d.ts.map +0 -1
  335. package/types/testertesting/app.d.ts +0 -2
  336. package/types/testertesting/app.d.ts.map +0 -1
  337. package/types/testertesting/commonTypes.d.ts +0 -215
  338. package/types/testertesting/commonTypes.d.ts.map +0 -1
  339. package/types/testertesting/telemetryProcessor.d.ts +0 -6
  340. package/types/testertesting/telemetryProcessor.d.ts.map +0 -1
  341. package/types/testertesting/testCase01.d.ts +0 -20
  342. package/types/testertesting/testCase01.d.ts.map +0 -1
  343. package/types/testertesting/workerInstance.d.ts +0 -23
  344. package/types/testertesting/workerInstance.d.ts.map +0 -1
  345. package/types/testertesting/workerManager.d.ts +0 -16
  346. package/types/testertesting/workerManager.d.ts.map +0 -1
  347. package/types/testertesting/workerWorkerTestRunner01.d.ts +0 -7
  348. package/types/testertesting/workerWorkerTestRunner01.d.ts.map +0 -1
  349. package/types/testing/app.d.ts +0 -2
  350. package/types/testing/app.d.ts.map +0 -1
  351. package/types/testing/appConfig.d.ts +0 -3
  352. package/types/testing/appConfig.d.ts.map +0 -1
  353. package/types/testing/appTinyEmitter.d.ts +0 -2
  354. package/types/testing/appTinyEmitter.d.ts.map +0 -1
  355. package/types/testing/appWorkerWSS.d.ts +0 -26
  356. package/types/testing/appWorkerWSS.d.ts.map +0 -1
  357. package/types/testing/appredistest.d.ts +0 -4
  358. package/types/testing/appredistest.d.ts.map +0 -1
  359. package/types/testing/appsolo.d.ts +0 -3
  360. package/types/testing/appsolo.d.ts.map +0 -1
  361. package/types/testing/promiseTesting.d.ts +0 -4
  362. package/types/testing/promiseTesting.d.ts.map +0 -1
  363. package/types/testing/server.d.ts +0 -6
  364. package/types/testing/server.d.ts.map +0 -1
  365. package/types/testing/wsevents.d.ts +0 -18
  366. package/types/testing/wsevents.d.ts.map +0 -1
  367. package/types/webworkertesting/app.d.ts +0 -2
  368. package/types/webworkertesting/app.d.ts.map +0 -1
  369. package/types/webworkertesting/worker.d.ts +0 -2
  370. package/types/webworkertesting/worker.d.ts.map +0 -1
@@ -1,86 +0,0 @@
1
- /* eslint @typescript-eslint/no-explicit-any: 0 */ // --> OFF
2
- /* eslint @typescript-eslint/no-unused-vars: 0 */ // --> OFF
3
-
4
- import { Sleep } from "@nsshunt/stsutils";
5
- import crypto from 'crypto';
6
-
7
- class SomeClass {
8
- #configValue = 1;
9
-
10
- DoSomethingWithConfigValue = async (n: number) => {
11
- await Sleep(500);
12
- return n;
13
- }
14
-
15
- SomeFunc = async (): Promise<number> => {
16
- console.log(`Initial Result: [${await this.DoSomethingWithConfigValue(this.#configValue)}]`);
17
- const configValueSnapshot = this.#configValue;
18
- await Sleep(1000);
19
- return configValueSnapshot;
20
- }
21
-
22
- SetValue = (v: number): SomeClass => {
23
- this.#configValue = v;
24
- return this;
25
- }
26
- }
27
-
28
- const a: SomeClass = new SomeClass();
29
-
30
- (async () => {
31
- const ap = a.SetValue(10).SomeFunc();
32
- const bp = a.SetValue(20).SomeFunc();
33
- const cp = a.SetValue(30).SomeFunc();
34
-
35
- console.log(await ap);
36
- console.log(await bp);
37
- console.log(await cp);
38
- })();
39
-
40
- /*
41
- const someFunc = (val: number, ecb: (message: any) => void): Promise<number> => {
42
- return new Promise(async (resolve, reject) => {
43
- const rannum = crypto.randomInt(5000);
44
- console.log(`processing: [${val}] Waiting: [${rannum}]`)
45
- await Sleep(rannum);
46
- console.log(`processing: Completed ...`)
47
- if (val === 3) {
48
- //ecb(val);
49
- //resolve(val);
50
- reject(val);
51
- } else {
52
- resolve(val);
53
- }
54
- });
55
- }
56
- */
57
-
58
- /*
59
- (async () => {
60
- for (let i=0; i < 10; i++) {
61
- promArray.push(someFunc(i));
62
- }
63
- const retVal = await Promise.all(promArray).catch((reason) => {
64
- console.log(`catch error: [${reason}]`);
65
- });
66
- console.log(`Results: [${retVal}]`);
67
- })();
68
- */
69
-
70
- /*
71
- (async () => {
72
- const promArray: Promise<number>[] = [ ];
73
- for (let i=0; i < 10; i++) {
74
- promArray.push(someFunc(i, (error) => {
75
- console.log(`ERROR CallBack: [${error}]`);
76
- }));
77
- }
78
- try {
79
- const retVal = await Promise.all(promArray);
80
- console.log(`Results: [${retVal}]`);
81
- console.log('Work Continues ...');
82
- } catch (error) {
83
- console.log(`ERROR: [${error}]`);
84
- }
85
- })();
86
- */
@@ -1,17 +0,0 @@
1
- import express from 'express';
2
-
3
- import { STSLatencyRoute, IProcessBase } from './..'
4
-
5
- import { goptions } from '@nsshunt/stsconfig'
6
-
7
- export class STSExpressRouteFactory
8
- {
9
- constructor(app: express.Express, stsApp: IProcessBase)
10
- {
11
- const stslatency = new STSLatencyRoute(stsApp);
12
-
13
- // Note: This MUST come first as the latency end point is on the same path as the reosurce path.
14
- // If stsresourceRouter came first, it would think that /latency was a resource name.
15
- app.use(`${goptions.rest01apiroot}`, stslatency.router);
16
- }
17
- }
@@ -1,33 +0,0 @@
1
- /* eslint @typescript-eslint/no-explicit-any: 0 */ // --> OFF
2
- import { STSDefaultServerToClientEvents, STSDefaultClientToServerEvents } from '@nsshunt/stsobservability'
3
-
4
- // Syntax sugar from socket.io
5
- // https://socket.io/docs/v4/typescript/#emitting-with-a-timeout
6
- //type WithTimeoutAck<isSender extends boolean, args extends any[]> = isSender extends true ? [Error, ...args] : args;
7
-
8
- //export interface ServerToClientEvents<isSender extends boolean = false> extends STSServerToClientEvents {
9
- export interface ServerToClientEvents extends STSDefaultServerToClientEvents {
10
- /*
11
- noArg: () => void;
12
- basicEmit: (a: number, b: string, c: Buffer) => void;
13
- withAck: (d: string, callback: (e: number) => void) => void;
14
- */
15
-
16
- subscribeAck: (data: any) => void;
17
- unsubscribeAck: (data: any) => void;
18
- subscribeKeepAliveAck: (data: any) => void;
19
- doneAck: () => void;
20
- }
21
-
22
- //export interface ClientToServerEvents<isSender extends boolean = false> extends STSClientToServerEvents {
23
- export interface ClientToServerEvents extends STSDefaultClientToServerEvents {
24
- subscribe: (data: any) => void;
25
- unsubscribe: (data: any) => void;
26
- subscribeKeepAlive: (data: any) => void;
27
- done: () => void;
28
-
29
- //compute: (arg: number, callback: (...args: WithTimeoutAck<isSender, [string]>) => void) => void;
30
- //compute2: (arg: number, callback: (...args: WithTimeoutAck<isSender, [{ data: any}]>) => void) => void;
31
- compute: (arg: number, callback: (data: string) => void) => void;
32
- compute2: (arg: number, callback: (data: { data: any}) => void) => void;
33
- }
@@ -1,56 +0,0 @@
1
- /* eslint @typescript-eslint/no-explicit-any: 0, @typescript-eslint/no-unused-vars: 0 */ // --> OFF
2
- import cluster from 'cluster';
3
- import { Worker, MessageChannel } from 'worker_threads';
4
-
5
- const LogInfoMessage = (message: any) => console.log(message)
6
- const LogErrorMessage = (message: any) => console.error(message)
7
-
8
- if (cluster.isPrimary) {
9
- LogInfoMessage(`Primary ${process.pid} is running`);
10
-
11
- // Fork workers.
12
- cluster.fork();
13
-
14
- cluster.on('exit', (worker, code, signal) => {
15
- LogInfoMessage(`worker ${worker.process.pid} died`);
16
- });
17
-
18
- const fileName ='./dist/webworkertesting/worker.js';
19
-
20
- const publishCollectorWebWorker = new Worker(fileName);
21
- publishCollectorWebWorker.unref();
22
-
23
- publishCollectorWebWorker.postMessage({cmd: 'text', message: 'Hello World'});
24
-
25
- publishCollectorWebWorker.on('message', (data) => {
26
- LogInfoMessage(`cluster.primary (${process.pid}): message from worker = [${JSON.stringify(data)}]`);
27
- });
28
-
29
- const { port1, port2 } = new MessageChannel();
30
-
31
- publishCollectorWebWorker.postMessage({cmd: 'portmessage', port: port2}, [ port2 ]);
32
- port1.postMessage('sending to port1');
33
- port1.on('message', (data) => {
34
- LogInfoMessage(`cluster.primary (${process.pid}): message from message port = [${data}]`);
35
- });
36
-
37
- LogInfoMessage(`cluster primary completed ...`);
38
-
39
-
40
- } else {
41
- LogInfoMessage(`Worker ${process.pid} started`);
42
-
43
- const fileName ='./dist/webworkertesting/worker.js';
44
-
45
- const clusterWorker = new Worker(fileName);
46
- clusterWorker.unref();
47
-
48
- clusterWorker.postMessage({cmd: 'text', message: 'Hello World'});
49
-
50
- clusterWorker.on('message', (data: any) => {
51
- LogInfoMessage(`cluster.worker (${process.pid}): message from worker = [${JSON.stringify(data)}]`);
52
- });
53
-
54
- LogInfoMessage(`cluster work completed ...`);
55
-
56
- }
@@ -1,24 +0,0 @@
1
- /* eslint @typescript-eslint/no-explicit-any: 0, @typescript-eslint/no-unused-vars: 0 */ // --> OFF
2
- import {
3
- parentPort,
4
- MessagePort
5
- } from 'worker_threads';
6
-
7
- let messagePort: MessagePort;
8
-
9
- const LogInfoMessage = (message: any) => console.log(message)
10
- const LogErrorMessage = (message: any) => console.error(message)
11
-
12
- parentPort?.on('message', (data: any) => {
13
- if (data.cmd.localeCompare('portmessage') === 0) {
14
- messagePort = data.port;
15
- messagePort.on('message', (data) => {
16
- LogInfoMessage(`webWorker (${process.pid}): message from passed message port = [${data}]`);
17
- messagePort.postMessage(data);
18
- });
19
- } else {
20
- LogInfoMessage(`webWorker (${process.pid}): message from parent = [${JSON.stringify(data)}]`);
21
- parentPort?.postMessage(data);
22
- }
23
- });
24
-
@@ -1,29 +0,0 @@
1
- export declare enum Permission {
2
- STS_GLOBAL_ADMIN_PERMISSION = "STSGlobalAdminPermission",
3
- STSREST01_CREATE_PERMISSION = "STSREST01CreatePermission",
4
- STSREST01_READ_PERMISSION = "STSREST01ReadPermission",
5
- STSREST01_UPDATE_PERMISSION = "STSREST01UpdatePermission",
6
- STSREST01_DELETE_PERMISSION = "STSREST01DeletePermission",
7
- STSAUTH_LOGIN_PERMISSION = "STSAuthLoginPermission",
8
- STSAUTH_CREATE_PERMISSION = "STSAuthCreatePermission",
9
- STSAUTH_READ_PERMISSION = "STSAuthReadPermission",
10
- STSAUTH_UPDATE_PERMISSION = "STSAuthUpdatePermission",
11
- STSAUTH_DELETE_PERMISSION = "STSAuthDeletePermission",
12
- STSUITERMINAL_EXECUTE = "STSUITerminalExecute",
13
- STSCLI_EXECUTE = "STSCLIExecute",
14
- STSUIWEBAPP_EXECUTE = "STSUIWebAppExecute",
15
- STSUSERAGENTRUNNER_EXECUTE = "STSUserAgentRunnerExecute",
16
- STSINSTRUMENTMANAGER_CREATE_PERMISSION = "STSInstrumentManagerCreatePermission",
17
- STSINSTRUMENTMANAGER_READ_PERMISSION = "STSInstrumentManagerReadPermission",
18
- STSINSTRUMENTMANAGER_UPDATE_PERMISSION = "STSInstrumentManagerUpdatePermission",
19
- STSINSTRUMENTMANAGER_DELETE_PERMISSION = "STSInstrumentManagerDeletePermission",
20
- STSTESTORCHESTRATOR_CREATE_PERMISSION = "STSTestOrchestratorCreatePermission",
21
- STSTESTORCHESTRATOR_READ_PERMISSION = "STSTestOrchestratorReadPermission",
22
- STSTESTORCHESTRATOR_UPDATE_PERMISSION = "STSTestOrchestratorUpdatePermission",
23
- STSTESTORCHESTRATOR_DELETE_PERMISSION = "STSTestOrchestratorDeletePermission",
24
- STSTESTRUNNER_CREATE_PERMISSION = "STSTestRunnerCreatePermission",
25
- STSTESTRUNNER_READ_PERMISSION = "STSTestRunnerReadPermission",
26
- STSTESTRUNNER_UPDATE_PERMISSION = "STSTestRunnerUpdatePermission",
27
- STSTESTRUNNER_DELETE_PERMISSION = "STSTestRunnerDeletePermission"
28
- }
29
- //# sourceMappingURL=authDefs.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"authDefs.d.ts","sourceRoot":"","sources":["../src/authDefs.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACrB,2BAA2B,6BAA6B;IAExD,2BAA2B,8BAA8B;IACzD,yBAAyB,4BAA4B;IACrD,2BAA2B,8BAA8B;IACzD,2BAA2B,8BAA8B;IAEzD,wBAAwB,2BAA2B;IACnD,yBAAyB,4BAA4B;IACrD,uBAAuB,0BAA0B;IACjD,yBAAyB,4BAA4B;IACrD,yBAAyB,4BAA4B;IAErD,qBAAqB,yBAAyB;IAE9C,cAAc,kBAAkB;IAEhC,mBAAmB,uBAAuB;IAE1C,0BAA0B,8BAA8B;IAExD,sCAAsC,yCAAyC;IAC/E,oCAAoC,uCAAuC;IAC3E,sCAAsC,yCAAyC;IAC/E,sCAAsC,yCAAyC;IAE/E,qCAAqC,wCAAwC;IAC7E,mCAAmC,sCAAsC;IACzE,qCAAqC,wCAAwC;IAC7E,qCAAqC,wCAAwC;IAE7E,+BAA+B,kCAAkC;IACjE,6BAA6B,gCAAgC;IAC7D,+BAA+B,kCAAkC;IACjE,+BAA+B,kCAAkC;CACjE"}
@@ -1,19 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,21 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,43 +0,0 @@
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
@@ -1 +0,0 @@
1
- {"version":3,"file":"Echo.d.ts","sourceRoot":"","sources":["../../../../../../../src/gRPC/ststest/protos/grpc/examples/echo/Echo.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,IAAI,MAAM,eAAe,CAAA;AAC1C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AAC1D,OAAO,KAAK,EAAE,WAAW,IAAI,+BAA+B,EAAE,mBAAmB,IAAI,uCAAuC,EAAE,MAAM,yCAAyC,CAAC;AAC9K,OAAO,KAAK,EAAE,YAAY,IAAI,gCAAgC,EAAE,oBAAoB,IAAI,wCAAwC,EAAE,MAAM,0CAA0C,CAAC;AAEnL,MAAM,WAAW,UAAW,SAAQ,IAAI,CAAC,MAAM;IAC7C,0BAA0B,CAAC,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,kBAAkB,CAAC,+BAA+B,EAAE,wCAAwC,CAAC,CAAC;IACpL,0BAA0B,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,kBAAkB,CAAC,+BAA+B,EAAE,wCAAwC,CAAC,CAAC;IAC3J,0BAA0B,CAAC,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,kBAAkB,CAAC,+BAA+B,EAAE,wCAAwC,CAAC,CAAC;IACpL,0BAA0B,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,kBAAkB,CAAC,+BAA+B,EAAE,wCAAwC,CAAC,CAAC;IAE3J,mBAAmB,CAAC,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,OAAO,EAAE,IAAI,CAAC,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC,oBAAoB,CAAC,+BAA+B,CAAC,CAAC;IAC9M,mBAAmB,CAAC,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC,oBAAoB,CAAC,+BAA+B,CAAC,CAAC;IACnL,mBAAmB,CAAC,OAAO,EAAE,IAAI,CAAC,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC,oBAAoB,CAAC,+BAA+B,CAAC,CAAC;IACrL,mBAAmB,CAAC,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC,oBAAoB,CAAC,+BAA+B,CAAC,CAAC;IAC1J,mBAAmB,CAAC,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,OAAO,EAAE,IAAI,CAAC,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC,oBAAoB,CAAC,+BAA+B,CAAC,CAAC;IAC9M,mBAAmB,CAAC,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC,oBAAoB,CAAC,+BAA+B,CAAC,CAAC;IACnL,mBAAmB,CAAC,OAAO,EAAE,IAAI,CAAC,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC,oBAAoB,CAAC,+BAA+B,CAAC,CAAC;IACrL,mBAAmB,CAAC,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC,oBAAoB,CAAC,+BAA+B,CAAC,CAAC;IAE1J,mBAAmB,CAAC,QAAQ,EAAE,+BAA+B,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,oBAAoB,CAAC,wCAAwC,CAAC,CAAC;IACzL,mBAAmB,CAAC,QAAQ,EAAE,+BAA+B,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,oBAAoB,CAAC,wCAAwC,CAAC,CAAC;IAChK,mBAAmB,CAAC,QAAQ,EAAE,+BAA+B,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,oBAAoB,CAAC,wCAAwC,CAAC,CAAC;IACzL,mBAAmB,CAAC,QAAQ,EAAE,+BAA+B,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,oBAAoB,CAAC,wCAAwC,CAAC,CAAC;IAEhK,SAAS,CAAC,QAAQ,EAAE,+BAA+B,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,OAAO,EAAE,IAAI,CAAC,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC,eAAe,CAAC;IACzM,SAAS,CAAC,QAAQ,EAAE,+BAA+B,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC,eAAe,CAAC;IAC9K,SAAS,CAAC,QAAQ,EAAE,+BAA+B,EAAE,OAAO,EAAE,IAAI,CAAC,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC,eAAe,CAAC;IAChL,SAAS,CAAC,QAAQ,EAAE,+BAA+B,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC,eAAe,CAAC;IACrJ,SAAS,CAAC,QAAQ,EAAE,+BAA+B,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,OAAO,EAAE,IAAI,CAAC,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC,eAAe,CAAC;IACzM,SAAS,CAAC,QAAQ,EAAE,+BAA+B,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC,eAAe,CAAC;IAC9K,SAAS,CAAC,QAAQ,EAAE,+BAA+B,EAAE,OAAO,EAAE,IAAI,CAAC,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC,eAAe,CAAC;IAChL,SAAS,CAAC,QAAQ,EAAE,+BAA+B,EAAE,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,wCAAwC,CAAC,GAAG,IAAI,CAAC,eAAe,CAAC;CAEtJ;AAED,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,4BAA4B;IACrE,0BAA0B,EAAE,IAAI,CAAC,uBAAuB,CAAC,uCAAuC,EAAE,gCAAgC,CAAC,CAAC;IAEpI,mBAAmB,EAAE,IAAI,CAAC,yBAAyB,CAAC,uCAAuC,EAAE,gCAAgC,CAAC,CAAC;IAE/H,mBAAmB,EAAE,IAAI,CAAC,yBAAyB,CAAC,uCAAuC,EAAE,gCAAgC,CAAC,CAAC;IAE/H,SAAS,EAAE,IAAI,CAAC,eAAe,CAAC,uCAAuC,EAAE,gCAAgC,CAAC,CAAC;CAE5G;AAED,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,iBAAiB;IAC5D,0BAA0B,EAAE,gBAAgB,CAAC,+BAA+B,EAAE,gCAAgC,EAAE,uCAAuC,EAAE,wCAAwC,CAAC,CAAA;IAClM,mBAAmB,EAAE,gBAAgB,CAAC,+BAA+B,EAAE,gCAAgC,EAAE,uCAAuC,EAAE,wCAAwC,CAAC,CAAA;IAC3L,mBAAmB,EAAE,gBAAgB,CAAC,+BAA+B,EAAE,gCAAgC,EAAE,uCAAuC,EAAE,wCAAwC,CAAC,CAAA;IAC3L,SAAS,EAAE,gBAAgB,CAAC,+BAA+B,EAAE,gCAAgC,EAAE,uCAAuC,EAAE,wCAAwC,CAAC,CAAA;CAClL"}
@@ -1,7 +0,0 @@
1
- export interface EchoRequest {
2
- 'message'?: (string);
3
- }
4
- export interface EchoRequest__Output {
5
- 'message': (string);
6
- }
7
- //# sourceMappingURL=EchoRequest.d.ts.map
@@ -1 +0,0 @@
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"}
@@ -1,7 +0,0 @@
1
- export interface EchoResponse {
2
- 'message'?: (string);
3
- }
4
- export interface EchoResponse__Output {
5
- 'message': (string);
6
- }
7
- //# sourceMappingURL=EchoResponse.d.ts.map
@@ -1 +0,0 @@
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"}
@@ -1,9 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,9 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,21 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,7 +0,0 @@
1
- export interface HelloReply {
2
- 'message'?: (string);
3
- }
4
- export interface HelloReply__Output {
5
- 'message': (string);
6
- }
7
- //# sourceMappingURL=HelloReply.d.ts.map
@@ -1 +0,0 @@
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"}
@@ -1,9 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,17 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,17 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,27 +0,0 @@
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
@@ -1 +0,0 @@
1
- {"version":3,"file":"Greeter.d.ts","sourceRoot":"","sources":["../../../../../src/gRPC/ststest/protos/helloworld/Greeter.ts"],"names":[],"mappings":"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"}
@@ -1,7 +0,0 @@
1
- export interface HelloReply {
2
- 'message'?: (string);
3
- }
4
- export interface HelloReply__Output {
5
- 'message': (string);
6
- }
7
- //# sourceMappingURL=HelloReply.d.ts.map
@@ -1 +0,0 @@
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"}
@@ -1,7 +0,0 @@
1
- export interface HelloRequest {
2
- 'name'?: (string);
3
- }
4
- export interface HelloRequest__Output {
5
- 'name': (string);
6
- }
7
- //# sourceMappingURL=HelloRequest.d.ts.map
@@ -1 +0,0 @@
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"}
@@ -1,17 +0,0 @@
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
@@ -1 +0,0 @@
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"}