@milaboratories/pl-drivers 1.16.0 → 1.16.2

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 (243) hide show
  1. package/dist/clients/constructors.cjs.map +1 -1
  2. package/dist/clients/constructors.js.map +1 -1
  3. package/dist/clients/crc32c.cjs.map +1 -1
  4. package/dist/clients/crc32c.js.map +1 -1
  5. package/dist/clients/download.cjs +56 -5
  6. package/dist/clients/download.cjs.map +1 -1
  7. package/dist/clients/download.d.ts +13 -1
  8. package/dist/clients/download.d.ts.map +1 -1
  9. package/dist/clients/download.js +53 -2
  10. package/dist/clients/download.js.map +1 -1
  11. package/dist/clients/download_url_cache.cjs +3 -1
  12. package/dist/clients/download_url_cache.cjs.map +1 -1
  13. package/dist/clients/download_url_cache.js +2 -1
  14. package/dist/clients/download_url_cache.js.map +1 -1
  15. package/dist/clients/logs.cjs +2 -1
  16. package/dist/clients/logs.cjs.map +1 -1
  17. package/dist/clients/logs.d.ts.map +1 -1
  18. package/dist/clients/logs.js +2 -0
  19. package/dist/clients/logs.js.map +1 -1
  20. package/dist/clients/ls_api.cjs +1 -1
  21. package/dist/clients/ls_api.cjs.map +1 -1
  22. package/dist/clients/ls_api.d.ts.map +1 -1
  23. package/dist/clients/ls_api.js +1 -0
  24. package/dist/clients/ls_api.js.map +1 -1
  25. package/dist/clients/progress.cjs +2 -1
  26. package/dist/clients/progress.cjs.map +1 -1
  27. package/dist/clients/progress.d.ts.map +1 -1
  28. package/dist/clients/progress.js +2 -0
  29. package/dist/clients/progress.js.map +1 -1
  30. package/dist/clients/upload.cjs +7 -5
  31. package/dist/clients/upload.cjs.map +1 -1
  32. package/dist/clients/upload.d.ts.map +1 -1
  33. package/dist/clients/upload.js +6 -4
  34. package/dist/clients/upload.js.map +1 -1
  35. package/dist/drivers/download_blob/blob_key.cjs +1 -1
  36. package/dist/drivers/download_blob/blob_key.cjs.map +1 -1
  37. package/dist/drivers/download_blob/blob_key.js.map +1 -1
  38. package/dist/drivers/download_blob/download_blob.cjs +36 -7
  39. package/dist/drivers/download_blob/download_blob.cjs.map +1 -1
  40. package/dist/drivers/download_blob/download_blob.d.ts +9 -1
  41. package/dist/drivers/download_blob/download_blob.d.ts.map +1 -1
  42. package/dist/drivers/download_blob/download_blob.js +30 -1
  43. package/dist/drivers/download_blob/download_blob.js.map +1 -1
  44. package/dist/drivers/download_blob/download_blob_task.cjs +9 -3
  45. package/dist/drivers/download_blob/download_blob_task.cjs.map +1 -1
  46. package/dist/drivers/download_blob/download_blob_task.js +6 -1
  47. package/dist/drivers/download_blob/download_blob_task.js.map +1 -1
  48. package/dist/drivers/download_blob/sparse_cache/cache.cjs +9 -1
  49. package/dist/drivers/download_blob/sparse_cache/cache.cjs.map +1 -1
  50. package/dist/drivers/download_blob/sparse_cache/cache.js +8 -0
  51. package/dist/drivers/download_blob/sparse_cache/cache.js.map +1 -1
  52. package/dist/drivers/download_blob/sparse_cache/file.cjs +2 -1
  53. package/dist/drivers/download_blob/sparse_cache/file.cjs.map +1 -1
  54. package/dist/drivers/download_blob/sparse_cache/file.js +1 -1
  55. package/dist/drivers/download_blob/sparse_cache/file.js.map +1 -1
  56. package/dist/drivers/download_blob/sparse_cache/ranges.cjs +3 -1
  57. package/dist/drivers/download_blob/sparse_cache/ranges.cjs.map +1 -1
  58. package/dist/drivers/download_blob/sparse_cache/ranges.js +1 -1
  59. package/dist/drivers/download_blob/sparse_cache/ranges.js.map +1 -1
  60. package/dist/drivers/download_blob_url/driver.cjs +6 -1
  61. package/dist/drivers/download_blob_url/driver.cjs.map +1 -1
  62. package/dist/drivers/download_blob_url/driver.d.ts.map +1 -1
  63. package/dist/drivers/download_blob_url/driver.js +5 -0
  64. package/dist/drivers/download_blob_url/driver.js.map +1 -1
  65. package/dist/drivers/download_blob_url/driver_id.cjs +0 -1
  66. package/dist/drivers/download_blob_url/driver_id.cjs.map +1 -1
  67. package/dist/drivers/download_blob_url/driver_id.js.map +1 -1
  68. package/dist/drivers/download_blob_url/snapshot.cjs +0 -1
  69. package/dist/drivers/download_blob_url/snapshot.cjs.map +1 -1
  70. package/dist/drivers/download_blob_url/snapshot.d.ts +1 -2
  71. package/dist/drivers/download_blob_url/snapshot.d.ts.map +1 -1
  72. package/dist/drivers/download_blob_url/snapshot.js.map +1 -1
  73. package/dist/drivers/download_blob_url/task.cjs +14 -6
  74. package/dist/drivers/download_blob_url/task.cjs.map +1 -1
  75. package/dist/drivers/download_blob_url/task.d.ts +1 -1
  76. package/dist/drivers/download_blob_url/task.d.ts.map +1 -1
  77. package/dist/drivers/download_blob_url/task.js +8 -1
  78. package/dist/drivers/download_blob_url/task.js.map +1 -1
  79. package/dist/drivers/download_url/driver.cjs +41 -19
  80. package/dist/drivers/download_url/driver.cjs.map +1 -1
  81. package/dist/drivers/download_url/driver.d.ts +10 -5
  82. package/dist/drivers/download_url/driver.d.ts.map +1 -1
  83. package/dist/drivers/download_url/driver.js +40 -18
  84. package/dist/drivers/download_url/driver.js.map +1 -1
  85. package/dist/drivers/download_url/task.cjs +39 -23
  86. package/dist/drivers/download_url/task.cjs.map +1 -1
  87. package/dist/drivers/download_url/task.d.ts +20 -6
  88. package/dist/drivers/download_url/task.d.ts.map +1 -1
  89. package/dist/drivers/download_url/task.js +36 -20
  90. package/dist/drivers/download_url/task.js.map +1 -1
  91. package/dist/drivers/helpers/download_local_handle.cjs.map +1 -1
  92. package/dist/drivers/helpers/download_local_handle.js.map +1 -1
  93. package/dist/drivers/helpers/download_remote_handle.cjs +0 -1
  94. package/dist/drivers/helpers/download_remote_handle.cjs.map +1 -1
  95. package/dist/drivers/helpers/download_remote_handle.js.map +1 -1
  96. package/dist/drivers/helpers/files_cache.cjs +1 -1
  97. package/dist/drivers/helpers/files_cache.cjs.map +1 -1
  98. package/dist/drivers/helpers/files_cache.js +1 -0
  99. package/dist/drivers/helpers/files_cache.js.map +1 -1
  100. package/dist/drivers/helpers/helpers.cjs +1 -0
  101. package/dist/drivers/helpers/helpers.cjs.map +1 -1
  102. package/dist/drivers/helpers/helpers.d.ts.map +1 -1
  103. package/dist/drivers/helpers/helpers.js +1 -0
  104. package/dist/drivers/helpers/helpers.js.map +1 -1
  105. package/dist/drivers/helpers/logs_handle.cjs +3 -1
  106. package/dist/drivers/helpers/logs_handle.cjs.map +1 -1
  107. package/dist/drivers/helpers/logs_handle.js +1 -1
  108. package/dist/drivers/helpers/logs_handle.js.map +1 -1
  109. package/dist/drivers/helpers/ls_remote_import_handle.cjs.map +1 -1
  110. package/dist/drivers/helpers/ls_remote_import_handle.js.map +1 -1
  111. package/dist/drivers/helpers/ls_storage_entry.cjs +2 -1
  112. package/dist/drivers/helpers/ls_storage_entry.cjs.map +1 -1
  113. package/dist/drivers/helpers/ls_storage_entry.js +1 -1
  114. package/dist/drivers/helpers/ls_storage_entry.js.map +1 -1
  115. package/dist/drivers/helpers/polling_ops.d.ts.map +1 -1
  116. package/dist/drivers/helpers/read_file.cjs +2 -2
  117. package/dist/drivers/helpers/read_file.cjs.map +1 -1
  118. package/dist/drivers/helpers/read_file.js.map +1 -1
  119. package/dist/drivers/logs.cjs +3 -1
  120. package/dist/drivers/logs.cjs.map +1 -1
  121. package/dist/drivers/logs.js +3 -0
  122. package/dist/drivers/logs.js.map +1 -1
  123. package/dist/drivers/logs_stream.cjs +8 -1
  124. package/dist/drivers/logs_stream.cjs.map +1 -1
  125. package/dist/drivers/logs_stream.d.ts.map +1 -1
  126. package/dist/drivers/logs_stream.js +8 -0
  127. package/dist/drivers/logs_stream.js.map +1 -1
  128. package/dist/drivers/ls.cjs +10 -3
  129. package/dist/drivers/ls.cjs.map +1 -1
  130. package/dist/drivers/ls.d.ts.map +1 -1
  131. package/dist/drivers/ls.js +8 -1
  132. package/dist/drivers/ls.js.map +1 -1
  133. package/dist/drivers/types.cjs +10 -1
  134. package/dist/drivers/types.cjs.map +1 -1
  135. package/dist/drivers/types.d.ts +3 -4
  136. package/dist/drivers/types.d.ts.map +1 -1
  137. package/dist/drivers/types.js +10 -0
  138. package/dist/drivers/types.js.map +1 -1
  139. package/dist/drivers/upload.cjs +5 -1
  140. package/dist/drivers/upload.cjs.map +1 -1
  141. package/dist/drivers/upload.d.ts.map +1 -1
  142. package/dist/drivers/upload.js +5 -0
  143. package/dist/drivers/upload.js.map +1 -1
  144. package/dist/drivers/upload_task.cjs +6 -1
  145. package/dist/drivers/upload_task.cjs.map +1 -1
  146. package/dist/drivers/upload_task.d.ts.map +1 -1
  147. package/dist/drivers/upload_task.js +5 -0
  148. package/dist/drivers/upload_task.js.map +1 -1
  149. package/dist/drivers/urls/url.cjs +1 -1
  150. package/dist/drivers/urls/url.cjs.map +1 -1
  151. package/dist/drivers/urls/url.js.map +1 -1
  152. package/dist/drivers/virtual_storages.cjs +3 -3
  153. package/dist/drivers/virtual_storages.cjs.map +1 -1
  154. package/dist/drivers/virtual_storages.d.ts.map +1 -1
  155. package/dist/drivers/virtual_storages.js.map +1 -1
  156. package/dist/helpers/download.cjs +1 -1
  157. package/dist/helpers/download.cjs.map +1 -1
  158. package/dist/helpers/download.d.ts.map +1 -1
  159. package/dist/helpers/download.js +1 -0
  160. package/dist/helpers/download.js.map +1 -1
  161. package/dist/helpers/download_errors.cjs.map +1 -1
  162. package/dist/helpers/download_errors.d.ts.map +1 -1
  163. package/dist/helpers/download_errors.js.map +1 -1
  164. package/dist/helpers/validate.cjs +1 -1
  165. package/dist/helpers/validate.cjs.map +1 -1
  166. package/dist/helpers/validate.d.ts.map +1 -1
  167. package/dist/helpers/validate.js.map +1 -1
  168. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.cjs +4 -2
  169. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.cjs.map +1 -1
  170. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.cjs +1 -1
  171. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.cjs.map +1 -1
  172. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.d.ts +3 -5
  173. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.d.ts.map +1 -1
  174. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.js +1 -0
  175. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.js.map +1 -1
  176. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.d.ts +1 -1
  177. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.d.ts.map +1 -1
  178. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.js +7 -3
  179. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.js.map +1 -1
  180. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.cjs +4 -2
  181. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.cjs.map +1 -1
  182. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.cjs +1 -1
  183. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.cjs.map +1 -1
  184. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.js +1 -0
  185. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.js.map +1 -1
  186. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.d.ts +1 -1
  187. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.d.ts.map +1 -1
  188. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.js +7 -3
  189. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.js.map +1 -1
  190. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.cjs +7 -3
  191. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.cjs.map +1 -1
  192. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.cjs +1 -1
  193. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.cjs.map +1 -1
  194. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.d.ts +3 -5
  195. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.d.ts.map +1 -1
  196. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.js +1 -0
  197. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.js.map +1 -1
  198. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.d.ts +1 -1
  199. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.d.ts.map +1 -1
  200. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.js +3 -3
  201. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.js.map +1 -1
  202. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.cjs +8 -5
  203. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.cjs.map +1 -1
  204. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.cjs +1 -1
  205. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.cjs.map +1 -1
  206. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.d.ts +3 -5
  207. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.d.ts.map +1 -1
  208. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.js +1 -0
  209. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.js.map +1 -1
  210. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.d.ts.map +1 -1
  211. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.js +5 -5
  212. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.js.map +1 -1
  213. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.cjs +17 -7
  214. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.cjs.map +1 -1
  215. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.client.cjs +1 -1
  216. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.client.cjs.map +1 -1
  217. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.client.js +1 -0
  218. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.client.js.map +1 -1
  219. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.d.ts.map +1 -1
  220. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.js +7 -7
  221. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.js.map +1 -1
  222. package/dist/proto-grpc/google/protobuf/duration.cjs +0 -1
  223. package/dist/proto-grpc/google/protobuf/duration.cjs.map +1 -1
  224. package/dist/proto-grpc/google/protobuf/duration.d.ts.map +1 -1
  225. package/dist/proto-grpc/google/protobuf/duration.js.map +1 -1
  226. package/dist/proto-grpc/google/protobuf/timestamp.cjs +0 -1
  227. package/dist/proto-grpc/google/protobuf/timestamp.cjs.map +1 -1
  228. package/dist/proto-grpc/google/protobuf/timestamp.d.ts.map +1 -1
  229. package/dist/proto-grpc/google/protobuf/timestamp.js.map +1 -1
  230. package/dist/proto-rest/downloadapi.d.ts +1 -1
  231. package/dist/proto-rest/downloadapi.d.ts.map +1 -1
  232. package/dist/proto-rest/index.d.ts +1 -1
  233. package/dist/proto-rest/index.d.ts.map +1 -1
  234. package/dist/proto-rest/progressapi.d.ts +1 -1
  235. package/dist/proto-rest/progressapi.d.ts.map +1 -1
  236. package/dist/proto-rest/streamingapi.d.ts +1 -1
  237. package/dist/proto-rest/streamingapi.d.ts.map +1 -1
  238. package/package.json +7 -7
  239. package/src/clients/download.ts +71 -3
  240. package/src/drivers/download_blob/download_blob.ts +30 -1
  241. package/src/drivers/download_url/driver.ts +44 -19
  242. package/src/drivers/download_url/get_local_tgz.test.ts +106 -0
  243. package/src/drivers/download_url/task.ts +53 -30
@@ -1 +1 @@
1
- {"version":3,"file":"protocol.client.cjs","names":["LS"],"sources":["../../../../../../../../../src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none\n// @generated from protobuf file \"github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.proto\" (package \"MiLaboratories.Controller.Shared\", syntax proto3)\n// tslint:disable\nimport type { RpcTransport } from \"@protobuf-ts/runtime-rpc\";\nimport type { ServiceInfo } from \"@protobuf-ts/runtime-rpc\";\nimport { LS } from \"./protocol\";\nimport { stackIntercept } from \"@protobuf-ts/runtime-rpc\";\nimport type { LsAPI_List_Response } from \"./protocol\";\nimport type { LsAPI_List_Request } from \"./protocol\";\nimport type { UnaryCall } from \"@protobuf-ts/runtime-rpc\";\nimport type { RpcOptions } from \"@protobuf-ts/runtime-rpc\";\n/**\n *\n * LS provides access to lists of blobs (files, S3 objects and so on) in some storage.\n * This API allows clients to know what items are available in storages that\n * the controllers can access, providing clients with the ability to start indexing,\n * say, existing sequence files from the corporate storage.\n *\n *\n * @generated from protobuf service MiLaboratories.Controller.Shared.LS\n */\nexport interface ILSClient {\n /**\n * @generated from protobuf rpc: List\n */\n list(input: LsAPI_List_Request, options?: RpcOptions): UnaryCall<LsAPI_List_Request, LsAPI_List_Response>;\n}\n/**\n *\n * LS provides access to lists of blobs (files, S3 objects and so on) in some storage.\n * This API allows clients to know what items are available in storages that\n * the controllers can access, providing clients with the ability to start indexing,\n * say, existing sequence files from the corporate storage.\n *\n *\n * @generated from protobuf service MiLaboratories.Controller.Shared.LS\n */\nexport class LSClient implements ILSClient, ServiceInfo {\n typeName = LS.typeName;\n methods = LS.methods;\n options = LS.options;\n constructor(private readonly _transport: RpcTransport) {\n }\n /**\n * @generated from protobuf rpc: List\n */\n list(input: LsAPI_List_Request, options?: RpcOptions): UnaryCall<LsAPI_List_Request, LsAPI_List_Response> {\n const method = this.methods[0], opt = this._transport.mergeOptions(options);\n return stackIntercept<LsAPI_List_Request, LsAPI_List_Response>(\"unary\", this._transport, method, opt, input);\n }\n}\n"],"mappings":";;;;;;;;;;;;;;AAqCA,IAAa,WAAb,MAAwD;CACpD,WAAWA,iBAAAA,GAAG;CACd,UAAUA,iBAAAA,GAAG;CACb,UAAUA,iBAAAA,GAAG;CACb,YAAY,YAA2C;AAA1B,OAAA,aAAA;;;;;CAK7B,KAAK,OAA2B,SAA0E;EACtG,MAAM,SAAS,KAAK,QAAQ,IAAI,MAAM,KAAK,WAAW,aAAa,QAAQ;AAC3E,UAAA,GAAA,yBAAA,gBAA+D,SAAS,KAAK,YAAY,QAAQ,KAAK,MAAM"}
1
+ {"version":3,"file":"protocol.client.cjs","names":["LS"],"sources":["../../../../../../../../../src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none\n// @generated from protobuf file \"github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.proto\" (package \"MiLaboratories.Controller.Shared\", syntax proto3)\n// tslint:disable\nimport type { RpcTransport } from \"@protobuf-ts/runtime-rpc\";\nimport type { ServiceInfo } from \"@protobuf-ts/runtime-rpc\";\nimport { LS } from \"./protocol\";\nimport { stackIntercept } from \"@protobuf-ts/runtime-rpc\";\nimport type { LsAPI_List_Response } from \"./protocol\";\nimport type { LsAPI_List_Request } from \"./protocol\";\nimport type { UnaryCall } from \"@protobuf-ts/runtime-rpc\";\nimport type { RpcOptions } from \"@protobuf-ts/runtime-rpc\";\n/**\n *\n * LS provides access to lists of blobs (files, S3 objects and so on) in some storage.\n * This API allows clients to know what items are available in storages that\n * the controllers can access, providing clients with the ability to start indexing,\n * say, existing sequence files from the corporate storage.\n *\n *\n * @generated from protobuf service MiLaboratories.Controller.Shared.LS\n */\nexport interface ILSClient {\n /**\n * @generated from protobuf rpc: List\n */\n list(input: LsAPI_List_Request, options?: RpcOptions): UnaryCall<LsAPI_List_Request, LsAPI_List_Response>;\n}\n/**\n *\n * LS provides access to lists of blobs (files, S3 objects and so on) in some storage.\n * This API allows clients to know what items are available in storages that\n * the controllers can access, providing clients with the ability to start indexing,\n * say, existing sequence files from the corporate storage.\n *\n *\n * @generated from protobuf service MiLaboratories.Controller.Shared.LS\n */\nexport class LSClient implements ILSClient, ServiceInfo {\n typeName = LS.typeName;\n methods = LS.methods;\n options = LS.options;\n constructor(private readonly _transport: RpcTransport) {\n }\n /**\n * @generated from protobuf rpc: List\n */\n list(input: LsAPI_List_Request, options?: RpcOptions): UnaryCall<LsAPI_List_Request, LsAPI_List_Response> {\n const method = this.methods[0], opt = this._transport.mergeOptions(options);\n return stackIntercept<LsAPI_List_Request, LsAPI_List_Response>(\"unary\", this._transport, method, opt, input);\n }\n}\n"],"mappings":";;;;;;;;;;;;;AAqCA,IAAa,WAAb,MAAwD;CAIvB;CAH7B,WAAWA,iBAAAA,GAAG;CACd,UAAUA,iBAAAA,GAAG;CACb,UAAUA,iBAAAA,GAAG;CACb,YAAY,YAA2C;EAA1B,KAAA,aAAA;CAC7B;;;;CAIA,KAAK,OAA2B,SAA0E;EACtG,MAAM,SAAS,KAAK,QAAQ,IAAI,MAAM,KAAK,WAAW,aAAa,OAAO;EAC1E,QAAA,GAAA,yBAAA,eAAA,CAA+D,SAAS,KAAK,YAAY,QAAQ,KAAK,KAAK;CAC/G;AACJ"}
@@ -12,6 +12,7 @@ import { stackIntercept } from "@protobuf-ts/runtime-rpc";
12
12
  * @generated from protobuf service MiLaboratories.Controller.Shared.LS
13
13
  */
14
14
  var LSClient = class {
15
+ _transport;
15
16
  typeName = LS.typeName;
16
17
  methods = LS.methods;
17
18
  options = LS.options;
@@ -1 +1 @@
1
- {"version":3,"file":"protocol.client.js","names":[],"sources":["../../../../../../../../../src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none\n// @generated from protobuf file \"github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.proto\" (package \"MiLaboratories.Controller.Shared\", syntax proto3)\n// tslint:disable\nimport type { RpcTransport } from \"@protobuf-ts/runtime-rpc\";\nimport type { ServiceInfo } from \"@protobuf-ts/runtime-rpc\";\nimport { LS } from \"./protocol\";\nimport { stackIntercept } from \"@protobuf-ts/runtime-rpc\";\nimport type { LsAPI_List_Response } from \"./protocol\";\nimport type { LsAPI_List_Request } from \"./protocol\";\nimport type { UnaryCall } from \"@protobuf-ts/runtime-rpc\";\nimport type { RpcOptions } from \"@protobuf-ts/runtime-rpc\";\n/**\n *\n * LS provides access to lists of blobs (files, S3 objects and so on) in some storage.\n * This API allows clients to know what items are available in storages that\n * the controllers can access, providing clients with the ability to start indexing,\n * say, existing sequence files from the corporate storage.\n *\n *\n * @generated from protobuf service MiLaboratories.Controller.Shared.LS\n */\nexport interface ILSClient {\n /**\n * @generated from protobuf rpc: List\n */\n list(input: LsAPI_List_Request, options?: RpcOptions): UnaryCall<LsAPI_List_Request, LsAPI_List_Response>;\n}\n/**\n *\n * LS provides access to lists of blobs (files, S3 objects and so on) in some storage.\n * This API allows clients to know what items are available in storages that\n * the controllers can access, providing clients with the ability to start indexing,\n * say, existing sequence files from the corporate storage.\n *\n *\n * @generated from protobuf service MiLaboratories.Controller.Shared.LS\n */\nexport class LSClient implements ILSClient, ServiceInfo {\n typeName = LS.typeName;\n methods = LS.methods;\n options = LS.options;\n constructor(private readonly _transport: RpcTransport) {\n }\n /**\n * @generated from protobuf rpc: List\n */\n list(input: LsAPI_List_Request, options?: RpcOptions): UnaryCall<LsAPI_List_Request, LsAPI_List_Response> {\n const method = this.methods[0], opt = this._transport.mergeOptions(options);\n return stackIntercept<LsAPI_List_Request, LsAPI_List_Response>(\"unary\", this._transport, method, opt, input);\n }\n}\n"],"mappings":";;;;;;;;;;;;;AAqCA,IAAa,WAAb,MAAwD;CACpD,WAAW,GAAG;CACd,UAAU,GAAG;CACb,UAAU,GAAG;CACb,YAAY,YAA2C;AAA1B,OAAA,aAAA;;;;;CAK7B,KAAK,OAA2B,SAA0E;EACtG,MAAM,SAAS,KAAK,QAAQ,IAAI,MAAM,KAAK,WAAW,aAAa,QAAQ;AAC3E,SAAO,eAAwD,SAAS,KAAK,YAAY,QAAQ,KAAK,MAAM"}
1
+ {"version":3,"file":"protocol.client.js","names":[],"sources":["../../../../../../../../../src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none\n// @generated from protobuf file \"github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.proto\" (package \"MiLaboratories.Controller.Shared\", syntax proto3)\n// tslint:disable\nimport type { RpcTransport } from \"@protobuf-ts/runtime-rpc\";\nimport type { ServiceInfo } from \"@protobuf-ts/runtime-rpc\";\nimport { LS } from \"./protocol\";\nimport { stackIntercept } from \"@protobuf-ts/runtime-rpc\";\nimport type { LsAPI_List_Response } from \"./protocol\";\nimport type { LsAPI_List_Request } from \"./protocol\";\nimport type { UnaryCall } from \"@protobuf-ts/runtime-rpc\";\nimport type { RpcOptions } from \"@protobuf-ts/runtime-rpc\";\n/**\n *\n * LS provides access to lists of blobs (files, S3 objects and so on) in some storage.\n * This API allows clients to know what items are available in storages that\n * the controllers can access, providing clients with the ability to start indexing,\n * say, existing sequence files from the corporate storage.\n *\n *\n * @generated from protobuf service MiLaboratories.Controller.Shared.LS\n */\nexport interface ILSClient {\n /**\n * @generated from protobuf rpc: List\n */\n list(input: LsAPI_List_Request, options?: RpcOptions): UnaryCall<LsAPI_List_Request, LsAPI_List_Response>;\n}\n/**\n *\n * LS provides access to lists of blobs (files, S3 objects and so on) in some storage.\n * This API allows clients to know what items are available in storages that\n * the controllers can access, providing clients with the ability to start indexing,\n * say, existing sequence files from the corporate storage.\n *\n *\n * @generated from protobuf service MiLaboratories.Controller.Shared.LS\n */\nexport class LSClient implements ILSClient, ServiceInfo {\n typeName = LS.typeName;\n methods = LS.methods;\n options = LS.options;\n constructor(private readonly _transport: RpcTransport) {\n }\n /**\n * @generated from protobuf rpc: List\n */\n list(input: LsAPI_List_Request, options?: RpcOptions): UnaryCall<LsAPI_List_Request, LsAPI_List_Response> {\n const method = this.methods[0], opt = this._transport.mergeOptions(options);\n return stackIntercept<LsAPI_List_Request, LsAPI_List_Response>(\"unary\", this._transport, method, opt, input);\n }\n}\n"],"mappings":";;;;;;;;;;;;;AAqCA,IAAa,WAAb,MAAwD;CAIvB;CAH7B,WAAW,GAAG;CACd,UAAU,GAAG;CACb,UAAU,GAAG;CACb,YAAY,YAA2C;EAA1B,KAAA,aAAA;CAC7B;;;;CAIA,KAAK,OAA2B,SAA0E;EACtG,MAAM,SAAS,KAAK,QAAQ,IAAI,MAAM,KAAK,WAAW,aAAa,OAAO;EAC1E,OAAO,eAAwD,SAAS,KAAK,YAAY,QAAQ,KAAK,KAAK;CAC/G;AACJ"}
@@ -113,5 +113,5 @@ declare class LsAPI_List_Response$Type extends MessageType<LsAPI_List_Response>
113
113
  */
114
114
  declare const LsAPI_List_Response: LsAPI_List_Response$Type;
115
115
  //#endregion
116
- export { LsAPI_List_Response };
116
+ export { LsAPI_ListItem, LsAPI_List_Response };
117
117
  //# sourceMappingURL=protocol.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"protocol.d.ts","names":[],"sources":["../../../../../../../../../src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.ts"],"mappings":";;;;;;;;UAsBiB,cAAA;EAkDE;;;;AA8CnB;EA1FI,IAAA;;;;;;;EAOA,IAAA;EA4IE;;;;;EAtIF,KAAA;EAmJgD;;;;;;;EA3IhD,cAAA;IAAA,CACK,GAAA;EAAA;EA6HoC;;;;;;;EApHzC,QAAA;EAiIO;;;;;;EA1HP,SAAA;EAuI0D;;;;;EAjI1D,YAAA,GAAe,SAAA;EAyLc;;;;;;;;;AAkCjC;;EA/MI,OAAA;AAAA;;;;UAkCa,mBAAA;EAmSkF;;;;;;;;EA1R/F,KAAA,EAAO,cAAA;EAgTkE;;;;AAgB7E;;EAzTI,SAAA;AAAA;AAAA,cAyCE,mBAAA,SAA4B,WAAA,CAAY,cAAA;;EAa1C,MAAA,CAAO,KAAA,GAAQ,cAAA,CAAe,cAAA,IAAkB,cAAA;EAahD,kBAAA,CAAmB,MAAA,EAAQ,aAAA,EAAe,MAAA,UAAgB,OAAA,EAAS,iBAAA,EAAmB,MAAA,GAAS,cAAA,GAAiB,cAAA;EAAA,QAwCxG,cAAA;EAgBR,mBAAA,CAAoB,OAAA,EAAS,cAAA,EAAgB,MAAA,EAAQ,aAAA,EAAe,OAAA,EAAS,kBAAA,GAAqB,aAAA;AAAA;;;;cAkCzF,cAAA,EAAc,mBAAA;AAAA,cAuGrB,wBAAA,SAAiC,WAAA,CAAY,mBAAA;;EAO/C,MAAA,CAAO,KAAA,GAAQ,cAAA,CAAe,mBAAA,IAAuB,mBAAA;EAQrD,kBAAA,CAAmB,MAAA,EAAQ,aAAA,EAAe,MAAA,UAAgB,OAAA,EAAS,iBAAA,EAAmB,MAAA,GAAS,mBAAA,GAAsB,mBAAA;EAsBrH,mBAAA,CAAoB,OAAA,EAAS,mBAAA,EAAqB,MAAA,EAAQ,aAAA,EAAe,OAAA,EAAS,kBAAA,GAAqB,aAAA;AAAA;;;;cAgB9F,mBAAA,EAAmB,wBAAA"}
1
+ {"version":3,"file":"protocol.d.ts","names":[],"sources":["../../../../../../../../../src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.ts"],"mappings":";;;;;;;;UAsBiB,cAAA;EAkDE;;;AAYR;AAkCX;EA1FI,IAAA;;;;;;;EAOA,IAAA;EA4IE;;;;;EAtIF,KAAA;EAmJgD;;;;;;;EA3IhD,cAAA;IAAA,CACK,GAAA;EAAA;EA6HoC;;;;;;;EApHzC,QAAA;EAiIO;;;;;;EA1HP,SAAA;EAuI0D;;;;;EAjI1D,YAAA,GAAe,SAAS;EAyLK;;;;;;;;AAAkF;AAkCnH;;EA/MI,OAAA;AAAA;;;;UAkCa,mBAAA;EAmSkF;;;;;;;;EA1R/F,KAAA,EAAO,cAAc;EAgToD;;;AAA2C;AAgBxH;;EAzTI,SAAA;AAAA;AAAA,cAyCE,mBAAA,SAA4B,WAAA,CAAY,cAAA;;EAa1C,MAAA,CAAO,KAAA,GAAQ,cAAA,CAAe,cAAA,IAAkB,cAAA;EAahD,kBAAA,CAAmB,MAAA,EAAQ,aAAA,EAAe,MAAA,UAAgB,OAAA,EAAS,iBAAA,EAAmB,MAAA,GAAS,cAAA,GAAiB,cAAA;EAAA,QAwCxG,cAAA;EAgBR,mBAAA,CAAoB,OAAA,EAAS,cAAA,EAAgB,MAAA,EAAQ,aAAA,EAAe,OAAA,EAAS,kBAAA,GAAqB,aAAA;AAAA;;;;cAkCzF,cAAA,EAAc,mBAA4B;AAAA,cAuGjD,wBAAA,SAAiC,WAAA,CAAY,mBAAA;;EAO/C,MAAA,CAAO,KAAA,GAAQ,cAAA,CAAe,mBAAA,IAAuB,mBAAA;EAQrD,kBAAA,CAAmB,MAAA,EAAQ,aAAA,EAAe,MAAA,UAAgB,OAAA,EAAS,iBAAA,EAAmB,MAAA,GAAS,mBAAA,GAAsB,mBAAA;EAsBrH,mBAAA,CAAoB,OAAA,EAAS,mBAAA,EAAqB,MAAA,EAAQ,aAAA,EAAe,OAAA,EAAS,kBAAA,GAAqB,aAAA;AAAA;;;;cAgB9F,mBAAA,EAAmB,wBAAiC"}
@@ -231,7 +231,7 @@ var LsAPI_List_Request$Type = class extends MessageType {
231
231
  create(value) {
232
232
  const message = globalThis.Object.create(this.messagePrototype);
233
233
  message.resourceId = 0n;
234
- message.resourceSignature = new Uint8Array(0);
234
+ message.resourceSignature = /* @__PURE__ */ new Uint8Array(0);
235
235
  message.location = "";
236
236
  if (value !== void 0) reflectionMergePartial(this, message, value);
237
237
  return message;
@@ -323,6 +323,10 @@ var LsAPI_List_Response$Type = class extends MessageType {
323
323
  }
324
324
  };
325
325
  /**
326
+ * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.LsAPI.List.Response
327
+ */
328
+ const LsAPI_List_Response = new LsAPI_List_Response$Type();
329
+ /**
326
330
  * @generated ServiceType for protobuf service MiLaboratories.Controller.Shared.LS
327
331
  */
328
332
  const LS = new ServiceType("MiLaboratories.Controller.Shared.LS", [{
@@ -332,9 +336,9 @@ const LS = new ServiceType("MiLaboratories.Controller.Shared.LS", [{
332
336
  body: "*"
333
337
  } },
334
338
  I: LsAPI_List_Request,
335
- O: new LsAPI_List_Response$Type()
339
+ O: LsAPI_List_Response
336
340
  }]);
337
341
  //#endregion
338
- export { LS };
342
+ export { LS, LsAPI_ListItem, LsAPI_List_Request, LsAPI_List_Response };
339
343
 
340
344
  //# sourceMappingURL=protocol.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"protocol.js","names":[],"sources":["../../../../../../../../../src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none\n// @generated from protobuf file \"github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.proto\" (package \"MiLaboratories.Controller.Shared\", syntax proto3)\n// tslint:disable\nimport { ServiceType } from \"@protobuf-ts/runtime-rpc\";\nimport { WireType } from \"@protobuf-ts/runtime\";\nimport type { BinaryWriteOptions } from \"@protobuf-ts/runtime\";\nimport type { IBinaryWriter } from \"@protobuf-ts/runtime\";\nimport type { BinaryReadOptions } from \"@protobuf-ts/runtime\";\nimport type { IBinaryReader } from \"@protobuf-ts/runtime\";\nimport { UnknownFieldHandler } from \"@protobuf-ts/runtime\";\nimport type { PartialMessage } from \"@protobuf-ts/runtime\";\nimport { reflectionMergePartial } from \"@protobuf-ts/runtime\";\nimport { MessageType } from \"@protobuf-ts/runtime\";\nimport { Timestamp } from \"../../../../../../../google/protobuf/timestamp\";\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.LsAPI\n */\nexport interface LsAPI {\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.LsAPI.ListItem\n */\nexport interface LsAPI_ListItem {\n /**\n * Name of the item in storage, without any prefixes.\n *\n * @generated from protobuf field: string name = 1\n */\n name: string;\n /**\n * Size of the item in bytes.\n * Is always zero for directories (is_dir = true).\n *\n * @generated from protobuf field: uint64 size = 2\n */\n size: bigint;\n /**\n * is_dir is true for an item that can have subitems.\n *\n * @generated from protobuf field: bool is_dir = 3\n */\n isDir: boolean;\n /**\n * additional_info carries the signed identity envelope for federative storages.\n * KV schema: v=1, path, uid, sid, role, exp, kid, signed, sig.\n * Empty for non-federative storages. Verifiers MUST ignore unknown keys.\n *\n * @generated from protobuf field: map<string, string> additional_info = 8\n */\n additionalInfo: {\n [key: string]: string;\n };\n /**\n * full_name is the full name of the item, relative to the storage root.\n * It is <directory> + <name>.\n * The <delimiter>, used in names, is storage-specific and is NOT guaranteed to be '/'.\n *\n * @generated from protobuf field: string full_name = 10\n */\n fullName: string;\n /**\n * The directory the item is located in. The value here is always a prefix of name:\n * name.HasPrefix(directory) is always true.\n *\n * @generated from protobuf field: string directory = 11\n */\n directory: string;\n /**\n * last_modified keeps the item's last modification timestamp.\n *\n * @generated from protobuf field: google.protobuf.Timestamp last_modified = 12\n */\n lastModified?: Timestamp;\n /**\n * Version of item in storage.\n * When the storage supports versioning or provides checksums for the data stored,\n * the <version> field keeps that data.\n * If not, it keeps any simple combination of item attributes that helps to\n * detect if the contents of the item have changed, e.g. <size>+<mtime>.\n * Anyway, the client should not try to interpret this field, but should provide it to the Platform\n * in operations with a given item (like BlobImportInternal) to help the Platform with deduplication.\n *\n * @generated from protobuf field: string version = 13\n */\n version: string;\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.LsAPI.List\n */\nexport interface LsAPI_List {\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.LsAPI.List.Request\n */\nexport interface LsAPI_List_Request {\n /**\n * resource_id of 'LS/<Storage>' resource\n *\n * @generated from protobuf field: uint64 resource_id = 1\n */\n resourceId: bigint;\n /**\n * Signature proving the caller is authorized to access this resource.\n *\n * @generated from protobuf field: bytes resource_signature = 3\n */\n resourceSignature: Uint8Array;\n /**\n * Location to list, relative to the storage root. Only items that have <full_name> starting\n * with <location> are included in the list response.\n *\n * @generated from protobuf field: string location = 2\n */\n location: string;\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.LsAPI.List.Response\n */\nexport interface LsAPI_List_Response {\n /**\n * List of the full (relative to storage root) names of items from storage.\n * E.g., for 'fs' storage each name will consist of names of all directories, where the\n * item is located, and the item name itself.\n * The delimiter, used in names, is storage-specific and is NOT guaranteed to be '/'.\n *\n * @generated from protobuf field: repeated MiLaboratories.Controller.Shared.LsAPI.ListItem items = 1\n */\n items: LsAPI_ListItem[];\n /**\n * The delimiter is the path separator used in this storage. The client can use it to parse item names into parts,\n * to extract directory names.\n *\n * @generated from protobuf field: string delimiter = 2\n */\n delimiter: string;\n}\n// @generated message type with reflection information, may provide speed optimized methods\nclass LsAPI$Type extends MessageType<LsAPI> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.LsAPI\", []);\n }\n create(value?: PartialMessage<LsAPI>): LsAPI {\n const message = globalThis.Object.create((this.messagePrototype!));\n if (value !== undefined)\n reflectionMergePartial<LsAPI>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: LsAPI): LsAPI {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: LsAPI, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.LsAPI\n */\nexport const LsAPI = new LsAPI$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass LsAPI_ListItem$Type extends MessageType<LsAPI_ListItem> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.LsAPI.ListItem\", [\n { no: 1, name: \"name\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 2, name: \"size\", kind: \"scalar\", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },\n { no: 3, name: \"is_dir\", kind: \"scalar\", T: 8 /*ScalarType.BOOL*/ },\n { no: 8, name: \"additional_info\", kind: \"map\", K: 9 /*ScalarType.STRING*/, V: { kind: \"scalar\", T: 9 /*ScalarType.STRING*/ } },\n { no: 10, name: \"full_name\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 11, name: \"directory\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 12, name: \"last_modified\", kind: \"message\", T: () => Timestamp },\n { no: 13, name: \"version\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ }\n ]);\n }\n create(value?: PartialMessage<LsAPI_ListItem>): LsAPI_ListItem {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.name = \"\";\n message.size = 0n;\n message.isDir = false;\n message.additionalInfo = {};\n message.fullName = \"\";\n message.directory = \"\";\n message.version = \"\";\n if (value !== undefined)\n reflectionMergePartial<LsAPI_ListItem>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: LsAPI_ListItem): LsAPI_ListItem {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* string name */ 1:\n message.name = reader.string();\n break;\n case /* uint64 size */ 2:\n message.size = reader.uint64().toBigInt();\n break;\n case /* bool is_dir */ 3:\n message.isDir = reader.bool();\n break;\n case /* map<string, string> additional_info */ 8:\n this.binaryReadMap8(message.additionalInfo, reader, options);\n break;\n case /* string full_name */ 10:\n message.fullName = reader.string();\n break;\n case /* string directory */ 11:\n message.directory = reader.string();\n break;\n case /* google.protobuf.Timestamp last_modified */ 12:\n message.lastModified = Timestamp.internalBinaryRead(reader, reader.uint32(), options, message.lastModified);\n break;\n case /* string version */ 13:\n message.version = reader.string();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n private binaryReadMap8(map: LsAPI_ListItem[\"additionalInfo\"], reader: IBinaryReader, options: BinaryReadOptions): void {\n let len = reader.uint32(), end = reader.pos + len, key: keyof LsAPI_ListItem[\"additionalInfo\"] | undefined, val: LsAPI_ListItem[\"additionalInfo\"][any] | undefined;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case 1:\n key = reader.string();\n break;\n case 2:\n val = reader.string();\n break;\n default: throw new globalThis.Error(\"unknown map entry field for MiLaboratories.Controller.Shared.LsAPI.ListItem.additional_info\");\n }\n }\n map[key ?? \"\"] = val ?? \"\";\n }\n internalBinaryWrite(message: LsAPI_ListItem, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* string name = 1; */\n if (message.name !== \"\")\n writer.tag(1, WireType.LengthDelimited).string(message.name);\n /* uint64 size = 2; */\n if (message.size !== 0n)\n writer.tag(2, WireType.Varint).uint64(message.size);\n /* bool is_dir = 3; */\n if (message.isDir !== false)\n writer.tag(3, WireType.Varint).bool(message.isDir);\n /* map<string, string> additional_info = 8; */\n for (let k of globalThis.Object.keys(message.additionalInfo))\n writer.tag(8, WireType.LengthDelimited).fork().tag(1, WireType.LengthDelimited).string(k).tag(2, WireType.LengthDelimited).string(message.additionalInfo[k]).join();\n /* string full_name = 10; */\n if (message.fullName !== \"\")\n writer.tag(10, WireType.LengthDelimited).string(message.fullName);\n /* string directory = 11; */\n if (message.directory !== \"\")\n writer.tag(11, WireType.LengthDelimited).string(message.directory);\n /* google.protobuf.Timestamp last_modified = 12; */\n if (message.lastModified)\n Timestamp.internalBinaryWrite(message.lastModified, writer.tag(12, WireType.LengthDelimited).fork(), options).join();\n /* string version = 13; */\n if (message.version !== \"\")\n writer.tag(13, WireType.LengthDelimited).string(message.version);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.LsAPI.ListItem\n */\nexport const LsAPI_ListItem = new LsAPI_ListItem$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass LsAPI_List$Type extends MessageType<LsAPI_List> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.LsAPI.List\", []);\n }\n create(value?: PartialMessage<LsAPI_List>): LsAPI_List {\n const message = globalThis.Object.create((this.messagePrototype!));\n if (value !== undefined)\n reflectionMergePartial<LsAPI_List>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: LsAPI_List): LsAPI_List {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: LsAPI_List, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.LsAPI.List\n */\nexport const LsAPI_List = new LsAPI_List$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass LsAPI_List_Request$Type extends MessageType<LsAPI_List_Request> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.LsAPI.List.Request\", [\n { no: 1, name: \"resource_id\", kind: \"scalar\", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },\n { no: 3, name: \"resource_signature\", kind: \"scalar\", T: 12 /*ScalarType.BYTES*/ },\n { no: 2, name: \"location\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ }\n ]);\n }\n create(value?: PartialMessage<LsAPI_List_Request>): LsAPI_List_Request {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.resourceId = 0n;\n message.resourceSignature = new Uint8Array(0);\n message.location = \"\";\n if (value !== undefined)\n reflectionMergePartial<LsAPI_List_Request>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: LsAPI_List_Request): LsAPI_List_Request {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* uint64 resource_id */ 1:\n message.resourceId = reader.uint64().toBigInt();\n break;\n case /* bytes resource_signature */ 3:\n message.resourceSignature = reader.bytes();\n break;\n case /* string location */ 2:\n message.location = reader.string();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: LsAPI_List_Request, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* uint64 resource_id = 1; */\n if (message.resourceId !== 0n)\n writer.tag(1, WireType.Varint).uint64(message.resourceId);\n /* string location = 2; */\n if (message.location !== \"\")\n writer.tag(2, WireType.LengthDelimited).string(message.location);\n /* bytes resource_signature = 3; */\n if (message.resourceSignature.length)\n writer.tag(3, WireType.LengthDelimited).bytes(message.resourceSignature);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.LsAPI.List.Request\n */\nexport const LsAPI_List_Request = new LsAPI_List_Request$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass LsAPI_List_Response$Type extends MessageType<LsAPI_List_Response> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.LsAPI.List.Response\", [\n { no: 1, name: \"items\", kind: \"message\", repeat: 2 /*RepeatType.UNPACKED*/, T: () => LsAPI_ListItem },\n { no: 2, name: \"delimiter\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ }\n ]);\n }\n create(value?: PartialMessage<LsAPI_List_Response>): LsAPI_List_Response {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.items = [];\n message.delimiter = \"\";\n if (value !== undefined)\n reflectionMergePartial<LsAPI_List_Response>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: LsAPI_List_Response): LsAPI_List_Response {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* repeated MiLaboratories.Controller.Shared.LsAPI.ListItem items */ 1:\n message.items.push(LsAPI_ListItem.internalBinaryRead(reader, reader.uint32(), options));\n break;\n case /* string delimiter */ 2:\n message.delimiter = reader.string();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: LsAPI_List_Response, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* repeated MiLaboratories.Controller.Shared.LsAPI.ListItem items = 1; */\n for (let i = 0; i < message.items.length; i++)\n LsAPI_ListItem.internalBinaryWrite(message.items[i], writer.tag(1, WireType.LengthDelimited).fork(), options).join();\n /* string delimiter = 2; */\n if (message.delimiter !== \"\")\n writer.tag(2, WireType.LengthDelimited).string(message.delimiter);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.LsAPI.List.Response\n */\nexport const LsAPI_List_Response = new LsAPI_List_Response$Type();\n/**\n * @generated ServiceType for protobuf service MiLaboratories.Controller.Shared.LS\n */\nexport const LS = new ServiceType(\"MiLaboratories.Controller.Shared.LS\", [\n { name: \"List\", options: { \"google.api.http\": { post: \"/v1/list\", body: \"*\" } }, I: LsAPI_List_Request, O: LsAPI_List_Response }\n]);\n"],"mappings":"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"}
1
+ {"version":3,"file":"protocol.js","names":[],"sources":["../../../../../../../../../src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none\n// @generated from protobuf file \"github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.proto\" (package \"MiLaboratories.Controller.Shared\", syntax proto3)\n// tslint:disable\nimport { ServiceType } from \"@protobuf-ts/runtime-rpc\";\nimport { WireType } from \"@protobuf-ts/runtime\";\nimport type { BinaryWriteOptions } from \"@protobuf-ts/runtime\";\nimport type { IBinaryWriter } from \"@protobuf-ts/runtime\";\nimport type { BinaryReadOptions } from \"@protobuf-ts/runtime\";\nimport type { IBinaryReader } from \"@protobuf-ts/runtime\";\nimport { UnknownFieldHandler } from \"@protobuf-ts/runtime\";\nimport type { PartialMessage } from \"@protobuf-ts/runtime\";\nimport { reflectionMergePartial } from \"@protobuf-ts/runtime\";\nimport { MessageType } from \"@protobuf-ts/runtime\";\nimport { Timestamp } from \"../../../../../../../google/protobuf/timestamp\";\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.LsAPI\n */\nexport interface LsAPI {\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.LsAPI.ListItem\n */\nexport interface LsAPI_ListItem {\n /**\n * Name of the item in storage, without any prefixes.\n *\n * @generated from protobuf field: string name = 1\n */\n name: string;\n /**\n * Size of the item in bytes.\n * Is always zero for directories (is_dir = true).\n *\n * @generated from protobuf field: uint64 size = 2\n */\n size: bigint;\n /**\n * is_dir is true for an item that can have subitems.\n *\n * @generated from protobuf field: bool is_dir = 3\n */\n isDir: boolean;\n /**\n * additional_info carries the signed identity envelope for federative storages.\n * KV schema: v=1, path, uid, sid, role, exp, kid, signed, sig.\n * Empty for non-federative storages. Verifiers MUST ignore unknown keys.\n *\n * @generated from protobuf field: map<string, string> additional_info = 8\n */\n additionalInfo: {\n [key: string]: string;\n };\n /**\n * full_name is the full name of the item, relative to the storage root.\n * It is <directory> + <name>.\n * The <delimiter>, used in names, is storage-specific and is NOT guaranteed to be '/'.\n *\n * @generated from protobuf field: string full_name = 10\n */\n fullName: string;\n /**\n * The directory the item is located in. The value here is always a prefix of name:\n * name.HasPrefix(directory) is always true.\n *\n * @generated from protobuf field: string directory = 11\n */\n directory: string;\n /**\n * last_modified keeps the item's last modification timestamp.\n *\n * @generated from protobuf field: google.protobuf.Timestamp last_modified = 12\n */\n lastModified?: Timestamp;\n /**\n * Version of item in storage.\n * When the storage supports versioning or provides checksums for the data stored,\n * the <version> field keeps that data.\n * If not, it keeps any simple combination of item attributes that helps to\n * detect if the contents of the item have changed, e.g. <size>+<mtime>.\n * Anyway, the client should not try to interpret this field, but should provide it to the Platform\n * in operations with a given item (like BlobImportInternal) to help the Platform with deduplication.\n *\n * @generated from protobuf field: string version = 13\n */\n version: string;\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.LsAPI.List\n */\nexport interface LsAPI_List {\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.LsAPI.List.Request\n */\nexport interface LsAPI_List_Request {\n /**\n * resource_id of 'LS/<Storage>' resource\n *\n * @generated from protobuf field: uint64 resource_id = 1\n */\n resourceId: bigint;\n /**\n * Signature proving the caller is authorized to access this resource.\n *\n * @generated from protobuf field: bytes resource_signature = 3\n */\n resourceSignature: Uint8Array;\n /**\n * Location to list, relative to the storage root. Only items that have <full_name> starting\n * with <location> are included in the list response.\n *\n * @generated from protobuf field: string location = 2\n */\n location: string;\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.LsAPI.List.Response\n */\nexport interface LsAPI_List_Response {\n /**\n * List of the full (relative to storage root) names of items from storage.\n * E.g., for 'fs' storage each name will consist of names of all directories, where the\n * item is located, and the item name itself.\n * The delimiter, used in names, is storage-specific and is NOT guaranteed to be '/'.\n *\n * @generated from protobuf field: repeated MiLaboratories.Controller.Shared.LsAPI.ListItem items = 1\n */\n items: LsAPI_ListItem[];\n /**\n * The delimiter is the path separator used in this storage. The client can use it to parse item names into parts,\n * to extract directory names.\n *\n * @generated from protobuf field: string delimiter = 2\n */\n delimiter: string;\n}\n// @generated message type with reflection information, may provide speed optimized methods\nclass LsAPI$Type extends MessageType<LsAPI> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.LsAPI\", []);\n }\n create(value?: PartialMessage<LsAPI>): LsAPI {\n const message = globalThis.Object.create((this.messagePrototype!));\n if (value !== undefined)\n reflectionMergePartial<LsAPI>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: LsAPI): LsAPI {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: LsAPI, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.LsAPI\n */\nexport const LsAPI = new LsAPI$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass LsAPI_ListItem$Type extends MessageType<LsAPI_ListItem> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.LsAPI.ListItem\", [\n { no: 1, name: \"name\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 2, name: \"size\", kind: \"scalar\", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },\n { no: 3, name: \"is_dir\", kind: \"scalar\", T: 8 /*ScalarType.BOOL*/ },\n { no: 8, name: \"additional_info\", kind: \"map\", K: 9 /*ScalarType.STRING*/, V: { kind: \"scalar\", T: 9 /*ScalarType.STRING*/ } },\n { no: 10, name: \"full_name\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 11, name: \"directory\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ },\n { no: 12, name: \"last_modified\", kind: \"message\", T: () => Timestamp },\n { no: 13, name: \"version\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ }\n ]);\n }\n create(value?: PartialMessage<LsAPI_ListItem>): LsAPI_ListItem {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.name = \"\";\n message.size = 0n;\n message.isDir = false;\n message.additionalInfo = {};\n message.fullName = \"\";\n message.directory = \"\";\n message.version = \"\";\n if (value !== undefined)\n reflectionMergePartial<LsAPI_ListItem>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: LsAPI_ListItem): LsAPI_ListItem {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* string name */ 1:\n message.name = reader.string();\n break;\n case /* uint64 size */ 2:\n message.size = reader.uint64().toBigInt();\n break;\n case /* bool is_dir */ 3:\n message.isDir = reader.bool();\n break;\n case /* map<string, string> additional_info */ 8:\n this.binaryReadMap8(message.additionalInfo, reader, options);\n break;\n case /* string full_name */ 10:\n message.fullName = reader.string();\n break;\n case /* string directory */ 11:\n message.directory = reader.string();\n break;\n case /* google.protobuf.Timestamp last_modified */ 12:\n message.lastModified = Timestamp.internalBinaryRead(reader, reader.uint32(), options, message.lastModified);\n break;\n case /* string version */ 13:\n message.version = reader.string();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n private binaryReadMap8(map: LsAPI_ListItem[\"additionalInfo\"], reader: IBinaryReader, options: BinaryReadOptions): void {\n let len = reader.uint32(), end = reader.pos + len, key: keyof LsAPI_ListItem[\"additionalInfo\"] | undefined, val: LsAPI_ListItem[\"additionalInfo\"][any] | undefined;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case 1:\n key = reader.string();\n break;\n case 2:\n val = reader.string();\n break;\n default: throw new globalThis.Error(\"unknown map entry field for MiLaboratories.Controller.Shared.LsAPI.ListItem.additional_info\");\n }\n }\n map[key ?? \"\"] = val ?? \"\";\n }\n internalBinaryWrite(message: LsAPI_ListItem, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* string name = 1; */\n if (message.name !== \"\")\n writer.tag(1, WireType.LengthDelimited).string(message.name);\n /* uint64 size = 2; */\n if (message.size !== 0n)\n writer.tag(2, WireType.Varint).uint64(message.size);\n /* bool is_dir = 3; */\n if (message.isDir !== false)\n writer.tag(3, WireType.Varint).bool(message.isDir);\n /* map<string, string> additional_info = 8; */\n for (let k of globalThis.Object.keys(message.additionalInfo))\n writer.tag(8, WireType.LengthDelimited).fork().tag(1, WireType.LengthDelimited).string(k).tag(2, WireType.LengthDelimited).string(message.additionalInfo[k]).join();\n /* string full_name = 10; */\n if (message.fullName !== \"\")\n writer.tag(10, WireType.LengthDelimited).string(message.fullName);\n /* string directory = 11; */\n if (message.directory !== \"\")\n writer.tag(11, WireType.LengthDelimited).string(message.directory);\n /* google.protobuf.Timestamp last_modified = 12; */\n if (message.lastModified)\n Timestamp.internalBinaryWrite(message.lastModified, writer.tag(12, WireType.LengthDelimited).fork(), options).join();\n /* string version = 13; */\n if (message.version !== \"\")\n writer.tag(13, WireType.LengthDelimited).string(message.version);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.LsAPI.ListItem\n */\nexport const LsAPI_ListItem = new LsAPI_ListItem$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass LsAPI_List$Type extends MessageType<LsAPI_List> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.LsAPI.List\", []);\n }\n create(value?: PartialMessage<LsAPI_List>): LsAPI_List {\n const message = globalThis.Object.create((this.messagePrototype!));\n if (value !== undefined)\n reflectionMergePartial<LsAPI_List>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: LsAPI_List): LsAPI_List {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: LsAPI_List, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.LsAPI.List\n */\nexport const LsAPI_List = new LsAPI_List$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass LsAPI_List_Request$Type extends MessageType<LsAPI_List_Request> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.LsAPI.List.Request\", [\n { no: 1, name: \"resource_id\", kind: \"scalar\", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },\n { no: 3, name: \"resource_signature\", kind: \"scalar\", T: 12 /*ScalarType.BYTES*/ },\n { no: 2, name: \"location\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ }\n ]);\n }\n create(value?: PartialMessage<LsAPI_List_Request>): LsAPI_List_Request {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.resourceId = 0n;\n message.resourceSignature = new Uint8Array(0);\n message.location = \"\";\n if (value !== undefined)\n reflectionMergePartial<LsAPI_List_Request>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: LsAPI_List_Request): LsAPI_List_Request {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* uint64 resource_id */ 1:\n message.resourceId = reader.uint64().toBigInt();\n break;\n case /* bytes resource_signature */ 3:\n message.resourceSignature = reader.bytes();\n break;\n case /* string location */ 2:\n message.location = reader.string();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: LsAPI_List_Request, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* uint64 resource_id = 1; */\n if (message.resourceId !== 0n)\n writer.tag(1, WireType.Varint).uint64(message.resourceId);\n /* string location = 2; */\n if (message.location !== \"\")\n writer.tag(2, WireType.LengthDelimited).string(message.location);\n /* bytes resource_signature = 3; */\n if (message.resourceSignature.length)\n writer.tag(3, WireType.LengthDelimited).bytes(message.resourceSignature);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.LsAPI.List.Request\n */\nexport const LsAPI_List_Request = new LsAPI_List_Request$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass LsAPI_List_Response$Type extends MessageType<LsAPI_List_Response> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.LsAPI.List.Response\", [\n { no: 1, name: \"items\", kind: \"message\", repeat: 2 /*RepeatType.UNPACKED*/, T: () => LsAPI_ListItem },\n { no: 2, name: \"delimiter\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ }\n ]);\n }\n create(value?: PartialMessage<LsAPI_List_Response>): LsAPI_List_Response {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.items = [];\n message.delimiter = \"\";\n if (value !== undefined)\n reflectionMergePartial<LsAPI_List_Response>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: LsAPI_List_Response): LsAPI_List_Response {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* repeated MiLaboratories.Controller.Shared.LsAPI.ListItem items */ 1:\n message.items.push(LsAPI_ListItem.internalBinaryRead(reader, reader.uint32(), options));\n break;\n case /* string delimiter */ 2:\n message.delimiter = reader.string();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: LsAPI_List_Response, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* repeated MiLaboratories.Controller.Shared.LsAPI.ListItem items = 1; */\n for (let i = 0; i < message.items.length; i++)\n LsAPI_ListItem.internalBinaryWrite(message.items[i], writer.tag(1, WireType.LengthDelimited).fork(), options).join();\n /* string delimiter = 2; */\n if (message.delimiter !== \"\")\n writer.tag(2, WireType.LengthDelimited).string(message.delimiter);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.LsAPI.List.Response\n */\nexport const LsAPI_List_Response = new LsAPI_List_Response$Type();\n/**\n * @generated ServiceType for protobuf service MiLaboratories.Controller.Shared.LS\n */\nexport const LS = new ServiceType(\"MiLaboratories.Controller.Shared.LS\", [\n { name: \"List\", options: { \"google.api.http\": { post: \"/v1/list\", body: \"*\" } }, I: LsAPI_List_Request, O: LsAPI_List_Response }\n]);\n"],"mappings":"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"}
@@ -1,4 +1,3 @@
1
- require("../../../../../../../../_virtual/_rolldown/runtime.cjs");
2
1
  const require_duration = require("../../../../../../../google/protobuf/duration.cjs");
3
2
  let _protobuf_ts_runtime_rpc = require("@protobuf-ts/runtime-rpc");
4
3
  let _protobuf_ts_runtime = require("@protobuf-ts/runtime");
@@ -172,7 +171,7 @@ var ProgressAPI_GetStatus_Request$Type = class extends _protobuf_ts_runtime.Mess
172
171
  create(value) {
173
172
  const message = globalThis.Object.create(this.messagePrototype);
174
173
  message.resourceId = 0n;
175
- message.resourceSignature = new Uint8Array(0);
174
+ message.resourceSignature = /* @__PURE__ */ new Uint8Array(0);
176
175
  if (value !== void 0) (0, _protobuf_ts_runtime.reflectionMergePartial)(this, message, value);
177
176
  return message;
178
177
  }
@@ -307,7 +306,7 @@ var ProgressAPI_RealtimeStatus_Request$Type = class extends _protobuf_ts_runtime
307
306
  create(value) {
308
307
  const message = globalThis.Object.create(this.messagePrototype);
309
308
  message.resourceId = 0n;
310
- message.resourceSignature = new Uint8Array(0);
309
+ message.resourceSignature = /* @__PURE__ */ new Uint8Array(0);
311
310
  if (value !== void 0) (0, _protobuf_ts_runtime.reflectionMergePartial)(this, message, value);
312
311
  return message;
313
312
  }
@@ -412,5 +411,10 @@ const Progress = new _protobuf_ts_runtime_rpc.ServiceType("MiLaboratories.Contro
412
411
  }]);
413
412
  //#endregion
414
413
  exports.Progress = Progress;
414
+ exports.ProgressAPI_GetStatus_Request = ProgressAPI_GetStatus_Request;
415
+ exports.ProgressAPI_GetStatus_Response = ProgressAPI_GetStatus_Response;
416
+ exports.ProgressAPI_RealtimeStatus_Request = ProgressAPI_RealtimeStatus_Request;
417
+ exports.ProgressAPI_RealtimeStatus_Response = ProgressAPI_RealtimeStatus_Response;
418
+ exports.ProgressAPI_Report = ProgressAPI_Report;
415
419
 
416
420
  //# sourceMappingURL=protocol.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"protocol.cjs","names":["MessageType","UnknownFieldHandler","WireType","Duration","ServiceType"],"sources":["../../../../../../../../../src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none\n// @generated from protobuf file \"github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.proto\" (package \"MiLaboratories.Controller.Shared\", syntax proto3)\n// tslint:disable\nimport { ServiceType } from \"@protobuf-ts/runtime-rpc\";\nimport { WireType } from \"@protobuf-ts/runtime\";\nimport type { BinaryWriteOptions } from \"@protobuf-ts/runtime\";\nimport type { IBinaryWriter } from \"@protobuf-ts/runtime\";\nimport type { BinaryReadOptions } from \"@protobuf-ts/runtime\";\nimport type { IBinaryReader } from \"@protobuf-ts/runtime\";\nimport { UnknownFieldHandler } from \"@protobuf-ts/runtime\";\nimport type { PartialMessage } from \"@protobuf-ts/runtime\";\nimport { reflectionMergePartial } from \"@protobuf-ts/runtime\";\nimport { MessageType } from \"@protobuf-ts/runtime\";\nimport { Duration } from \"../../../../../../../google/protobuf/duration\";\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.ProgressAPI\n */\nexport interface ProgressAPI {\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.ProgressAPI.Report\n */\nexport interface ProgressAPI_Report {\n /**\n * @generated from protobuf field: float progress = 1\n */\n progress: number;\n /**\n * @generated from protobuf field: uint64 bytes_processed = 2\n */\n bytesProcessed: bigint;\n /**\n * @generated from protobuf field: uint64 bytes_total = 3\n */\n bytesTotal: bigint;\n /**\n * @generated from protobuf field: bool done = 4\n */\n done: boolean;\n /**\n * Name of current progress stage (if any)\n *\n * @generated from protobuf field: string name = 5\n */\n name: string;\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.ProgressAPI.GetStatus\n */\nexport interface ProgressAPI_GetStatus {\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.ProgressAPI.GetStatus.Request\n */\nexport interface ProgressAPI_GetStatus_Request {\n /**\n * @generated from protobuf field: uint64 resource_id = 1\n */\n resourceId: bigint;\n /**\n * @generated from protobuf field: bytes resource_signature = 2\n */\n resourceSignature: Uint8Array;\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.ProgressAPI.GetStatus.Response\n */\nexport interface ProgressAPI_GetStatus_Response {\n /**\n * @generated from protobuf field: MiLaboratories.Controller.Shared.ProgressAPI.Report report = 1\n */\n report?: ProgressAPI_Report;\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.ProgressAPI.RealtimeStatus\n */\nexport interface ProgressAPI_RealtimeStatus {\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.ProgressAPI.RealtimeStatus.Request\n */\nexport interface ProgressAPI_RealtimeStatus_Request {\n /**\n * @generated from protobuf field: uint64 resource_id = 1\n */\n resourceId: bigint;\n /**\n * @generated from protobuf field: bytes resource_signature = 3\n */\n resourceSignature: Uint8Array;\n /**\n * @generated from protobuf field: google.protobuf.Duration update_interval = 2\n */\n updateInterval?: Duration;\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.ProgressAPI.RealtimeStatus.Response\n */\nexport interface ProgressAPI_RealtimeStatus_Response {\n /**\n * @generated from protobuf field: MiLaboratories.Controller.Shared.ProgressAPI.Report report = 1\n */\n report?: ProgressAPI_Report;\n}\n// @generated message type with reflection information, may provide speed optimized methods\nclass ProgressAPI$Type extends MessageType<ProgressAPI> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.ProgressAPI\", []);\n }\n create(value?: PartialMessage<ProgressAPI>): ProgressAPI {\n const message = globalThis.Object.create((this.messagePrototype!));\n if (value !== undefined)\n reflectionMergePartial<ProgressAPI>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ProgressAPI): ProgressAPI {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: ProgressAPI, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.ProgressAPI\n */\nexport const ProgressAPI = new ProgressAPI$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ProgressAPI_Report$Type extends MessageType<ProgressAPI_Report> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.ProgressAPI.Report\", [\n { no: 1, name: \"progress\", kind: \"scalar\", T: 2 /*ScalarType.FLOAT*/ },\n { no: 2, name: \"bytes_processed\", kind: \"scalar\", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },\n { no: 3, name: \"bytes_total\", kind: \"scalar\", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },\n { no: 4, name: \"done\", kind: \"scalar\", T: 8 /*ScalarType.BOOL*/ },\n { no: 5, name: \"name\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ }\n ]);\n }\n create(value?: PartialMessage<ProgressAPI_Report>): ProgressAPI_Report {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.progress = 0;\n message.bytesProcessed = 0n;\n message.bytesTotal = 0n;\n message.done = false;\n message.name = \"\";\n if (value !== undefined)\n reflectionMergePartial<ProgressAPI_Report>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ProgressAPI_Report): ProgressAPI_Report {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* float progress */ 1:\n message.progress = reader.float();\n break;\n case /* uint64 bytes_processed */ 2:\n message.bytesProcessed = reader.uint64().toBigInt();\n break;\n case /* uint64 bytes_total */ 3:\n message.bytesTotal = reader.uint64().toBigInt();\n break;\n case /* bool done */ 4:\n message.done = reader.bool();\n break;\n case /* string name */ 5:\n message.name = reader.string();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: ProgressAPI_Report, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* float progress = 1; */\n if (message.progress !== 0)\n writer.tag(1, WireType.Bit32).float(message.progress);\n /* uint64 bytes_processed = 2; */\n if (message.bytesProcessed !== 0n)\n writer.tag(2, WireType.Varint).uint64(message.bytesProcessed);\n /* uint64 bytes_total = 3; */\n if (message.bytesTotal !== 0n)\n writer.tag(3, WireType.Varint).uint64(message.bytesTotal);\n /* bool done = 4; */\n if (message.done !== false)\n writer.tag(4, WireType.Varint).bool(message.done);\n /* string name = 5; */\n if (message.name !== \"\")\n writer.tag(5, WireType.LengthDelimited).string(message.name);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.ProgressAPI.Report\n */\nexport const ProgressAPI_Report = new ProgressAPI_Report$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ProgressAPI_GetStatus$Type extends MessageType<ProgressAPI_GetStatus> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.ProgressAPI.GetStatus\", []);\n }\n create(value?: PartialMessage<ProgressAPI_GetStatus>): ProgressAPI_GetStatus {\n const message = globalThis.Object.create((this.messagePrototype!));\n if (value !== undefined)\n reflectionMergePartial<ProgressAPI_GetStatus>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ProgressAPI_GetStatus): ProgressAPI_GetStatus {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: ProgressAPI_GetStatus, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.ProgressAPI.GetStatus\n */\nexport const ProgressAPI_GetStatus = new ProgressAPI_GetStatus$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ProgressAPI_GetStatus_Request$Type extends MessageType<ProgressAPI_GetStatus_Request> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.ProgressAPI.GetStatus.Request\", [\n { no: 1, name: \"resource_id\", kind: \"scalar\", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },\n { no: 2, name: \"resource_signature\", kind: \"scalar\", T: 12 /*ScalarType.BYTES*/ }\n ]);\n }\n create(value?: PartialMessage<ProgressAPI_GetStatus_Request>): ProgressAPI_GetStatus_Request {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.resourceId = 0n;\n message.resourceSignature = new Uint8Array(0);\n if (value !== undefined)\n reflectionMergePartial<ProgressAPI_GetStatus_Request>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ProgressAPI_GetStatus_Request): ProgressAPI_GetStatus_Request {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* uint64 resource_id */ 1:\n message.resourceId = reader.uint64().toBigInt();\n break;\n case /* bytes resource_signature */ 2:\n message.resourceSignature = reader.bytes();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: ProgressAPI_GetStatus_Request, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* uint64 resource_id = 1; */\n if (message.resourceId !== 0n)\n writer.tag(1, WireType.Varint).uint64(message.resourceId);\n /* bytes resource_signature = 2; */\n if (message.resourceSignature.length)\n writer.tag(2, WireType.LengthDelimited).bytes(message.resourceSignature);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.ProgressAPI.GetStatus.Request\n */\nexport const ProgressAPI_GetStatus_Request = new ProgressAPI_GetStatus_Request$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ProgressAPI_GetStatus_Response$Type extends MessageType<ProgressAPI_GetStatus_Response> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.ProgressAPI.GetStatus.Response\", [\n { no: 1, name: \"report\", kind: \"message\", T: () => ProgressAPI_Report }\n ]);\n }\n create(value?: PartialMessage<ProgressAPI_GetStatus_Response>): ProgressAPI_GetStatus_Response {\n const message = globalThis.Object.create((this.messagePrototype!));\n if (value !== undefined)\n reflectionMergePartial<ProgressAPI_GetStatus_Response>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ProgressAPI_GetStatus_Response): ProgressAPI_GetStatus_Response {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* MiLaboratories.Controller.Shared.ProgressAPI.Report report */ 1:\n message.report = ProgressAPI_Report.internalBinaryRead(reader, reader.uint32(), options, message.report);\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: ProgressAPI_GetStatus_Response, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* MiLaboratories.Controller.Shared.ProgressAPI.Report report = 1; */\n if (message.report)\n ProgressAPI_Report.internalBinaryWrite(message.report, writer.tag(1, WireType.LengthDelimited).fork(), options).join();\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.ProgressAPI.GetStatus.Response\n */\nexport const ProgressAPI_GetStatus_Response = new ProgressAPI_GetStatus_Response$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ProgressAPI_RealtimeStatus$Type extends MessageType<ProgressAPI_RealtimeStatus> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.ProgressAPI.RealtimeStatus\", []);\n }\n create(value?: PartialMessage<ProgressAPI_RealtimeStatus>): ProgressAPI_RealtimeStatus {\n const message = globalThis.Object.create((this.messagePrototype!));\n if (value !== undefined)\n reflectionMergePartial<ProgressAPI_RealtimeStatus>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ProgressAPI_RealtimeStatus): ProgressAPI_RealtimeStatus {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: ProgressAPI_RealtimeStatus, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.ProgressAPI.RealtimeStatus\n */\nexport const ProgressAPI_RealtimeStatus = new ProgressAPI_RealtimeStatus$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ProgressAPI_RealtimeStatus_Request$Type extends MessageType<ProgressAPI_RealtimeStatus_Request> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.ProgressAPI.RealtimeStatus.Request\", [\n { no: 1, name: \"resource_id\", kind: \"scalar\", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },\n { no: 3, name: \"resource_signature\", kind: \"scalar\", T: 12 /*ScalarType.BYTES*/ },\n { no: 2, name: \"update_interval\", kind: \"message\", T: () => Duration }\n ]);\n }\n create(value?: PartialMessage<ProgressAPI_RealtimeStatus_Request>): ProgressAPI_RealtimeStatus_Request {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.resourceId = 0n;\n message.resourceSignature = new Uint8Array(0);\n if (value !== undefined)\n reflectionMergePartial<ProgressAPI_RealtimeStatus_Request>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ProgressAPI_RealtimeStatus_Request): ProgressAPI_RealtimeStatus_Request {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* uint64 resource_id */ 1:\n message.resourceId = reader.uint64().toBigInt();\n break;\n case /* bytes resource_signature */ 3:\n message.resourceSignature = reader.bytes();\n break;\n case /* google.protobuf.Duration update_interval */ 2:\n message.updateInterval = Duration.internalBinaryRead(reader, reader.uint32(), options, message.updateInterval);\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: ProgressAPI_RealtimeStatus_Request, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* uint64 resource_id = 1; */\n if (message.resourceId !== 0n)\n writer.tag(1, WireType.Varint).uint64(message.resourceId);\n /* google.protobuf.Duration update_interval = 2; */\n if (message.updateInterval)\n Duration.internalBinaryWrite(message.updateInterval, writer.tag(2, WireType.LengthDelimited).fork(), options).join();\n /* bytes resource_signature = 3; */\n if (message.resourceSignature.length)\n writer.tag(3, WireType.LengthDelimited).bytes(message.resourceSignature);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.ProgressAPI.RealtimeStatus.Request\n */\nexport const ProgressAPI_RealtimeStatus_Request = new ProgressAPI_RealtimeStatus_Request$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ProgressAPI_RealtimeStatus_Response$Type extends MessageType<ProgressAPI_RealtimeStatus_Response> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.ProgressAPI.RealtimeStatus.Response\", [\n { no: 1, name: \"report\", kind: \"message\", T: () => ProgressAPI_Report }\n ]);\n }\n create(value?: PartialMessage<ProgressAPI_RealtimeStatus_Response>): ProgressAPI_RealtimeStatus_Response {\n const message = globalThis.Object.create((this.messagePrototype!));\n if (value !== undefined)\n reflectionMergePartial<ProgressAPI_RealtimeStatus_Response>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ProgressAPI_RealtimeStatus_Response): ProgressAPI_RealtimeStatus_Response {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* MiLaboratories.Controller.Shared.ProgressAPI.Report report */ 1:\n message.report = ProgressAPI_Report.internalBinaryRead(reader, reader.uint32(), options, message.report);\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: ProgressAPI_RealtimeStatus_Response, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* MiLaboratories.Controller.Shared.ProgressAPI.Report report = 1; */\n if (message.report)\n ProgressAPI_Report.internalBinaryWrite(message.report, writer.tag(1, WireType.LengthDelimited).fork(), options).join();\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.ProgressAPI.RealtimeStatus.Response\n */\nexport const ProgressAPI_RealtimeStatus_Response = new ProgressAPI_RealtimeStatus_Response$Type();\n/**\n * @generated ServiceType for protobuf service MiLaboratories.Controller.Shared.Progress\n */\nexport const Progress = new ServiceType(\"MiLaboratories.Controller.Shared.Progress\", [\n { name: \"GetStatus\", options: { \"google.api.http\": { post: \"/v1/get-progress\", body: \"*\" } }, I: ProgressAPI_GetStatus_Request, O: ProgressAPI_GetStatus_Response },\n { name: \"RealtimeStatus\", serverStreaming: true, options: { \"google.api.http\": { post: \"/v1/realtime-progress\", body: \"*\" } }, I: ProgressAPI_RealtimeStatus_Request, O: ProgressAPI_RealtimeStatus_Response }\n]);\n"],"mappings":"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"}
1
+ {"version":3,"file":"protocol.cjs","names":["MessageType","UnknownFieldHandler","WireType","Duration","ServiceType"],"sources":["../../../../../../../../../src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none\n// @generated from protobuf file \"github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.proto\" (package \"MiLaboratories.Controller.Shared\", syntax proto3)\n// tslint:disable\nimport { ServiceType } from \"@protobuf-ts/runtime-rpc\";\nimport { WireType } from \"@protobuf-ts/runtime\";\nimport type { BinaryWriteOptions } from \"@protobuf-ts/runtime\";\nimport type { IBinaryWriter } from \"@protobuf-ts/runtime\";\nimport type { BinaryReadOptions } from \"@protobuf-ts/runtime\";\nimport type { IBinaryReader } from \"@protobuf-ts/runtime\";\nimport { UnknownFieldHandler } from \"@protobuf-ts/runtime\";\nimport type { PartialMessage } from \"@protobuf-ts/runtime\";\nimport { reflectionMergePartial } from \"@protobuf-ts/runtime\";\nimport { MessageType } from \"@protobuf-ts/runtime\";\nimport { Duration } from \"../../../../../../../google/protobuf/duration\";\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.ProgressAPI\n */\nexport interface ProgressAPI {\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.ProgressAPI.Report\n */\nexport interface ProgressAPI_Report {\n /**\n * @generated from protobuf field: float progress = 1\n */\n progress: number;\n /**\n * @generated from protobuf field: uint64 bytes_processed = 2\n */\n bytesProcessed: bigint;\n /**\n * @generated from protobuf field: uint64 bytes_total = 3\n */\n bytesTotal: bigint;\n /**\n * @generated from protobuf field: bool done = 4\n */\n done: boolean;\n /**\n * Name of current progress stage (if any)\n *\n * @generated from protobuf field: string name = 5\n */\n name: string;\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.ProgressAPI.GetStatus\n */\nexport interface ProgressAPI_GetStatus {\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.ProgressAPI.GetStatus.Request\n */\nexport interface ProgressAPI_GetStatus_Request {\n /**\n * @generated from protobuf field: uint64 resource_id = 1\n */\n resourceId: bigint;\n /**\n * @generated from protobuf field: bytes resource_signature = 2\n */\n resourceSignature: Uint8Array;\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.ProgressAPI.GetStatus.Response\n */\nexport interface ProgressAPI_GetStatus_Response {\n /**\n * @generated from protobuf field: MiLaboratories.Controller.Shared.ProgressAPI.Report report = 1\n */\n report?: ProgressAPI_Report;\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.ProgressAPI.RealtimeStatus\n */\nexport interface ProgressAPI_RealtimeStatus {\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.ProgressAPI.RealtimeStatus.Request\n */\nexport interface ProgressAPI_RealtimeStatus_Request {\n /**\n * @generated from protobuf field: uint64 resource_id = 1\n */\n resourceId: bigint;\n /**\n * @generated from protobuf field: bytes resource_signature = 3\n */\n resourceSignature: Uint8Array;\n /**\n * @generated from protobuf field: google.protobuf.Duration update_interval = 2\n */\n updateInterval?: Duration;\n}\n/**\n * @generated from protobuf message MiLaboratories.Controller.Shared.ProgressAPI.RealtimeStatus.Response\n */\nexport interface ProgressAPI_RealtimeStatus_Response {\n /**\n * @generated from protobuf field: MiLaboratories.Controller.Shared.ProgressAPI.Report report = 1\n */\n report?: ProgressAPI_Report;\n}\n// @generated message type with reflection information, may provide speed optimized methods\nclass ProgressAPI$Type extends MessageType<ProgressAPI> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.ProgressAPI\", []);\n }\n create(value?: PartialMessage<ProgressAPI>): ProgressAPI {\n const message = globalThis.Object.create((this.messagePrototype!));\n if (value !== undefined)\n reflectionMergePartial<ProgressAPI>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ProgressAPI): ProgressAPI {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: ProgressAPI, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.ProgressAPI\n */\nexport const ProgressAPI = new ProgressAPI$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ProgressAPI_Report$Type extends MessageType<ProgressAPI_Report> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.ProgressAPI.Report\", [\n { no: 1, name: \"progress\", kind: \"scalar\", T: 2 /*ScalarType.FLOAT*/ },\n { no: 2, name: \"bytes_processed\", kind: \"scalar\", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },\n { no: 3, name: \"bytes_total\", kind: \"scalar\", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },\n { no: 4, name: \"done\", kind: \"scalar\", T: 8 /*ScalarType.BOOL*/ },\n { no: 5, name: \"name\", kind: \"scalar\", T: 9 /*ScalarType.STRING*/ }\n ]);\n }\n create(value?: PartialMessage<ProgressAPI_Report>): ProgressAPI_Report {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.progress = 0;\n message.bytesProcessed = 0n;\n message.bytesTotal = 0n;\n message.done = false;\n message.name = \"\";\n if (value !== undefined)\n reflectionMergePartial<ProgressAPI_Report>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ProgressAPI_Report): ProgressAPI_Report {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* float progress */ 1:\n message.progress = reader.float();\n break;\n case /* uint64 bytes_processed */ 2:\n message.bytesProcessed = reader.uint64().toBigInt();\n break;\n case /* uint64 bytes_total */ 3:\n message.bytesTotal = reader.uint64().toBigInt();\n break;\n case /* bool done */ 4:\n message.done = reader.bool();\n break;\n case /* string name */ 5:\n message.name = reader.string();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: ProgressAPI_Report, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* float progress = 1; */\n if (message.progress !== 0)\n writer.tag(1, WireType.Bit32).float(message.progress);\n /* uint64 bytes_processed = 2; */\n if (message.bytesProcessed !== 0n)\n writer.tag(2, WireType.Varint).uint64(message.bytesProcessed);\n /* uint64 bytes_total = 3; */\n if (message.bytesTotal !== 0n)\n writer.tag(3, WireType.Varint).uint64(message.bytesTotal);\n /* bool done = 4; */\n if (message.done !== false)\n writer.tag(4, WireType.Varint).bool(message.done);\n /* string name = 5; */\n if (message.name !== \"\")\n writer.tag(5, WireType.LengthDelimited).string(message.name);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.ProgressAPI.Report\n */\nexport const ProgressAPI_Report = new ProgressAPI_Report$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ProgressAPI_GetStatus$Type extends MessageType<ProgressAPI_GetStatus> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.ProgressAPI.GetStatus\", []);\n }\n create(value?: PartialMessage<ProgressAPI_GetStatus>): ProgressAPI_GetStatus {\n const message = globalThis.Object.create((this.messagePrototype!));\n if (value !== undefined)\n reflectionMergePartial<ProgressAPI_GetStatus>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ProgressAPI_GetStatus): ProgressAPI_GetStatus {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: ProgressAPI_GetStatus, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.ProgressAPI.GetStatus\n */\nexport const ProgressAPI_GetStatus = new ProgressAPI_GetStatus$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ProgressAPI_GetStatus_Request$Type extends MessageType<ProgressAPI_GetStatus_Request> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.ProgressAPI.GetStatus.Request\", [\n { no: 1, name: \"resource_id\", kind: \"scalar\", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },\n { no: 2, name: \"resource_signature\", kind: \"scalar\", T: 12 /*ScalarType.BYTES*/ }\n ]);\n }\n create(value?: PartialMessage<ProgressAPI_GetStatus_Request>): ProgressAPI_GetStatus_Request {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.resourceId = 0n;\n message.resourceSignature = new Uint8Array(0);\n if (value !== undefined)\n reflectionMergePartial<ProgressAPI_GetStatus_Request>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ProgressAPI_GetStatus_Request): ProgressAPI_GetStatus_Request {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* uint64 resource_id */ 1:\n message.resourceId = reader.uint64().toBigInt();\n break;\n case /* bytes resource_signature */ 2:\n message.resourceSignature = reader.bytes();\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: ProgressAPI_GetStatus_Request, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* uint64 resource_id = 1; */\n if (message.resourceId !== 0n)\n writer.tag(1, WireType.Varint).uint64(message.resourceId);\n /* bytes resource_signature = 2; */\n if (message.resourceSignature.length)\n writer.tag(2, WireType.LengthDelimited).bytes(message.resourceSignature);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.ProgressAPI.GetStatus.Request\n */\nexport const ProgressAPI_GetStatus_Request = new ProgressAPI_GetStatus_Request$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ProgressAPI_GetStatus_Response$Type extends MessageType<ProgressAPI_GetStatus_Response> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.ProgressAPI.GetStatus.Response\", [\n { no: 1, name: \"report\", kind: \"message\", T: () => ProgressAPI_Report }\n ]);\n }\n create(value?: PartialMessage<ProgressAPI_GetStatus_Response>): ProgressAPI_GetStatus_Response {\n const message = globalThis.Object.create((this.messagePrototype!));\n if (value !== undefined)\n reflectionMergePartial<ProgressAPI_GetStatus_Response>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ProgressAPI_GetStatus_Response): ProgressAPI_GetStatus_Response {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* MiLaboratories.Controller.Shared.ProgressAPI.Report report */ 1:\n message.report = ProgressAPI_Report.internalBinaryRead(reader, reader.uint32(), options, message.report);\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: ProgressAPI_GetStatus_Response, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* MiLaboratories.Controller.Shared.ProgressAPI.Report report = 1; */\n if (message.report)\n ProgressAPI_Report.internalBinaryWrite(message.report, writer.tag(1, WireType.LengthDelimited).fork(), options).join();\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.ProgressAPI.GetStatus.Response\n */\nexport const ProgressAPI_GetStatus_Response = new ProgressAPI_GetStatus_Response$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ProgressAPI_RealtimeStatus$Type extends MessageType<ProgressAPI_RealtimeStatus> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.ProgressAPI.RealtimeStatus\", []);\n }\n create(value?: PartialMessage<ProgressAPI_RealtimeStatus>): ProgressAPI_RealtimeStatus {\n const message = globalThis.Object.create((this.messagePrototype!));\n if (value !== undefined)\n reflectionMergePartial<ProgressAPI_RealtimeStatus>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ProgressAPI_RealtimeStatus): ProgressAPI_RealtimeStatus {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: ProgressAPI_RealtimeStatus, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.ProgressAPI.RealtimeStatus\n */\nexport const ProgressAPI_RealtimeStatus = new ProgressAPI_RealtimeStatus$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ProgressAPI_RealtimeStatus_Request$Type extends MessageType<ProgressAPI_RealtimeStatus_Request> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.ProgressAPI.RealtimeStatus.Request\", [\n { no: 1, name: \"resource_id\", kind: \"scalar\", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },\n { no: 3, name: \"resource_signature\", kind: \"scalar\", T: 12 /*ScalarType.BYTES*/ },\n { no: 2, name: \"update_interval\", kind: \"message\", T: () => Duration }\n ]);\n }\n create(value?: PartialMessage<ProgressAPI_RealtimeStatus_Request>): ProgressAPI_RealtimeStatus_Request {\n const message = globalThis.Object.create((this.messagePrototype!));\n message.resourceId = 0n;\n message.resourceSignature = new Uint8Array(0);\n if (value !== undefined)\n reflectionMergePartial<ProgressAPI_RealtimeStatus_Request>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ProgressAPI_RealtimeStatus_Request): ProgressAPI_RealtimeStatus_Request {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* uint64 resource_id */ 1:\n message.resourceId = reader.uint64().toBigInt();\n break;\n case /* bytes resource_signature */ 3:\n message.resourceSignature = reader.bytes();\n break;\n case /* google.protobuf.Duration update_interval */ 2:\n message.updateInterval = Duration.internalBinaryRead(reader, reader.uint32(), options, message.updateInterval);\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: ProgressAPI_RealtimeStatus_Request, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* uint64 resource_id = 1; */\n if (message.resourceId !== 0n)\n writer.tag(1, WireType.Varint).uint64(message.resourceId);\n /* google.protobuf.Duration update_interval = 2; */\n if (message.updateInterval)\n Duration.internalBinaryWrite(message.updateInterval, writer.tag(2, WireType.LengthDelimited).fork(), options).join();\n /* bytes resource_signature = 3; */\n if (message.resourceSignature.length)\n writer.tag(3, WireType.LengthDelimited).bytes(message.resourceSignature);\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.ProgressAPI.RealtimeStatus.Request\n */\nexport const ProgressAPI_RealtimeStatus_Request = new ProgressAPI_RealtimeStatus_Request$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ProgressAPI_RealtimeStatus_Response$Type extends MessageType<ProgressAPI_RealtimeStatus_Response> {\n constructor() {\n super(\"MiLaboratories.Controller.Shared.ProgressAPI.RealtimeStatus.Response\", [\n { no: 1, name: \"report\", kind: \"message\", T: () => ProgressAPI_Report }\n ]);\n }\n create(value?: PartialMessage<ProgressAPI_RealtimeStatus_Response>): ProgressAPI_RealtimeStatus_Response {\n const message = globalThis.Object.create((this.messagePrototype!));\n if (value !== undefined)\n reflectionMergePartial<ProgressAPI_RealtimeStatus_Response>(this, message, value);\n return message;\n }\n internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ProgressAPI_RealtimeStatus_Response): ProgressAPI_RealtimeStatus_Response {\n let message = target ?? this.create(), end = reader.pos + length;\n while (reader.pos < end) {\n let [fieldNo, wireType] = reader.tag();\n switch (fieldNo) {\n case /* MiLaboratories.Controller.Shared.ProgressAPI.Report report */ 1:\n message.report = ProgressAPI_Report.internalBinaryRead(reader, reader.uint32(), options, message.report);\n break;\n default:\n let u = options.readUnknownField;\n if (u === \"throw\")\n throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);\n let d = reader.skip(wireType);\n if (u !== false)\n (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);\n }\n }\n return message;\n }\n internalBinaryWrite(message: ProgressAPI_RealtimeStatus_Response, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {\n /* MiLaboratories.Controller.Shared.ProgressAPI.Report report = 1; */\n if (message.report)\n ProgressAPI_Report.internalBinaryWrite(message.report, writer.tag(1, WireType.LengthDelimited).fork(), options).join();\n let u = options.writeUnknownFields;\n if (u !== false)\n (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);\n return writer;\n }\n}\n/**\n * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.ProgressAPI.RealtimeStatus.Response\n */\nexport const ProgressAPI_RealtimeStatus_Response = new ProgressAPI_RealtimeStatus_Response$Type();\n/**\n * @generated ServiceType for protobuf service MiLaboratories.Controller.Shared.Progress\n */\nexport const Progress = new ServiceType(\"MiLaboratories.Controller.Shared.Progress\", [\n { name: \"GetStatus\", options: { \"google.api.http\": { post: \"/v1/get-progress\", body: \"*\" } }, I: ProgressAPI_GetStatus_Request, O: ProgressAPI_GetStatus_Response },\n { name: \"RealtimeStatus\", serverStreaming: true, options: { \"google.api.http\": { post: \"/v1/realtime-progress\", body: \"*\" } }, I: ProgressAPI_RealtimeStatus_Request, O: ProgressAPI_RealtimeStatus_Response }\n]);\n"],"mappings":"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"}
@@ -1,4 +1,3 @@
1
- require("../../../../../../../../_virtual/_rolldown/runtime.cjs");
2
1
  const require_protocol = require("./protocol.cjs");
3
2
  let _protobuf_ts_runtime_rpc = require("@protobuf-ts/runtime-rpc");
4
3
  //#region src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.ts
@@ -10,6 +9,7 @@ let _protobuf_ts_runtime_rpc = require("@protobuf-ts/runtime-rpc");
10
9
  * @generated from protobuf service MiLaboratories.Controller.Shared.Progress
11
10
  */
12
11
  var ProgressClient = class {
12
+ _transport;
13
13
  typeName = require_protocol.Progress.typeName;
14
14
  methods = require_protocol.Progress.methods;
15
15
  options = require_protocol.Progress.options;
@@ -1 +1 @@
1
- {"version":3,"file":"protocol.client.cjs","names":["Progress"],"sources":["../../../../../../../../../src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none\n// @generated from protobuf file \"github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.proto\" (package \"MiLaboratories.Controller.Shared\", syntax proto3)\n// tslint:disable\nimport type { RpcTransport } from \"@protobuf-ts/runtime-rpc\";\nimport type { ServiceInfo } from \"@protobuf-ts/runtime-rpc\";\nimport { Progress } from \"./protocol\";\nimport type { ProgressAPI_RealtimeStatus_Response } from \"./protocol\";\nimport type { ProgressAPI_RealtimeStatus_Request } from \"./protocol\";\nimport type { ServerStreamingCall } from \"@protobuf-ts/runtime-rpc\";\nimport { stackIntercept } from \"@protobuf-ts/runtime-rpc\";\nimport type { ProgressAPI_GetStatus_Response } from \"./protocol\";\nimport type { ProgressAPI_GetStatus_Request } from \"./protocol\";\nimport type { UnaryCall } from \"@protobuf-ts/runtime-rpc\";\nimport type { RpcOptions } from \"@protobuf-ts/runtime-rpc\";\n/**\n *\n * Progress provides access to the progress of any long-running process associated with a resource.\n *\n *\n * @generated from protobuf service MiLaboratories.Controller.Shared.Progress\n */\nexport interface IProgressClient {\n /**\n * @generated from protobuf rpc: GetStatus\n */\n getStatus(input: ProgressAPI_GetStatus_Request, options?: RpcOptions): UnaryCall<ProgressAPI_GetStatus_Request, ProgressAPI_GetStatus_Response>;\n /**\n * @generated from protobuf rpc: RealtimeStatus\n */\n realtimeStatus(input: ProgressAPI_RealtimeStatus_Request, options?: RpcOptions): ServerStreamingCall<ProgressAPI_RealtimeStatus_Request, ProgressAPI_RealtimeStatus_Response>;\n}\n/**\n *\n * Progress provides access to the progress of any long-running process associated with a resource.\n *\n *\n * @generated from protobuf service MiLaboratories.Controller.Shared.Progress\n */\nexport class ProgressClient implements IProgressClient, ServiceInfo {\n typeName = Progress.typeName;\n methods = Progress.methods;\n options = Progress.options;\n constructor(private readonly _transport: RpcTransport) {\n }\n /**\n * @generated from protobuf rpc: GetStatus\n */\n getStatus(input: ProgressAPI_GetStatus_Request, options?: RpcOptions): UnaryCall<ProgressAPI_GetStatus_Request, ProgressAPI_GetStatus_Response> {\n const method = this.methods[0], opt = this._transport.mergeOptions(options);\n return stackIntercept<ProgressAPI_GetStatus_Request, ProgressAPI_GetStatus_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: RealtimeStatus\n */\n realtimeStatus(input: ProgressAPI_RealtimeStatus_Request, options?: RpcOptions): ServerStreamingCall<ProgressAPI_RealtimeStatus_Request, ProgressAPI_RealtimeStatus_Response> {\n const method = this.methods[1], opt = this._transport.mergeOptions(options);\n return stackIntercept<ProgressAPI_RealtimeStatus_Request, ProgressAPI_RealtimeStatus_Response>(\"serverStreaming\", this._transport, method, opt, input);\n }\n}\n"],"mappings":";;;;;;;;;;;AAsCA,IAAa,iBAAb,MAAoE;CAChE,WAAWA,iBAAAA,SAAS;CACpB,UAAUA,iBAAAA,SAAS;CACnB,UAAUA,iBAAAA,SAAS;CACnB,YAAY,YAA2C;AAA1B,OAAA,aAAA;;;;;CAK7B,UAAU,OAAsC,SAAgG;EAC5I,MAAM,SAAS,KAAK,QAAQ,IAAI,MAAM,KAAK,WAAW,aAAa,QAAQ;AAC3E,UAAA,GAAA,yBAAA,gBAAqF,SAAS,KAAK,YAAY,QAAQ,KAAK,MAAM;;;;;CAKtI,eAAe,OAA2C,SAAoH;EAC1K,MAAM,SAAS,KAAK,QAAQ,IAAI,MAAM,KAAK,WAAW,aAAa,QAAQ;AAC3E,UAAA,GAAA,yBAAA,gBAA+F,mBAAmB,KAAK,YAAY,QAAQ,KAAK,MAAM"}
1
+ {"version":3,"file":"protocol.client.cjs","names":["Progress"],"sources":["../../../../../../../../../src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none\n// @generated from protobuf file \"github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.proto\" (package \"MiLaboratories.Controller.Shared\", syntax proto3)\n// tslint:disable\nimport type { RpcTransport } from \"@protobuf-ts/runtime-rpc\";\nimport type { ServiceInfo } from \"@protobuf-ts/runtime-rpc\";\nimport { Progress } from \"./protocol\";\nimport type { ProgressAPI_RealtimeStatus_Response } from \"./protocol\";\nimport type { ProgressAPI_RealtimeStatus_Request } from \"./protocol\";\nimport type { ServerStreamingCall } from \"@protobuf-ts/runtime-rpc\";\nimport { stackIntercept } from \"@protobuf-ts/runtime-rpc\";\nimport type { ProgressAPI_GetStatus_Response } from \"./protocol\";\nimport type { ProgressAPI_GetStatus_Request } from \"./protocol\";\nimport type { UnaryCall } from \"@protobuf-ts/runtime-rpc\";\nimport type { RpcOptions } from \"@protobuf-ts/runtime-rpc\";\n/**\n *\n * Progress provides access to the progress of any long-running process associated with a resource.\n *\n *\n * @generated from protobuf service MiLaboratories.Controller.Shared.Progress\n */\nexport interface IProgressClient {\n /**\n * @generated from protobuf rpc: GetStatus\n */\n getStatus(input: ProgressAPI_GetStatus_Request, options?: RpcOptions): UnaryCall<ProgressAPI_GetStatus_Request, ProgressAPI_GetStatus_Response>;\n /**\n * @generated from protobuf rpc: RealtimeStatus\n */\n realtimeStatus(input: ProgressAPI_RealtimeStatus_Request, options?: RpcOptions): ServerStreamingCall<ProgressAPI_RealtimeStatus_Request, ProgressAPI_RealtimeStatus_Response>;\n}\n/**\n *\n * Progress provides access to the progress of any long-running process associated with a resource.\n *\n *\n * @generated from protobuf service MiLaboratories.Controller.Shared.Progress\n */\nexport class ProgressClient implements IProgressClient, ServiceInfo {\n typeName = Progress.typeName;\n methods = Progress.methods;\n options = Progress.options;\n constructor(private readonly _transport: RpcTransport) {\n }\n /**\n * @generated from protobuf rpc: GetStatus\n */\n getStatus(input: ProgressAPI_GetStatus_Request, options?: RpcOptions): UnaryCall<ProgressAPI_GetStatus_Request, ProgressAPI_GetStatus_Response> {\n const method = this.methods[0], opt = this._transport.mergeOptions(options);\n return stackIntercept<ProgressAPI_GetStatus_Request, ProgressAPI_GetStatus_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: RealtimeStatus\n */\n realtimeStatus(input: ProgressAPI_RealtimeStatus_Request, options?: RpcOptions): ServerStreamingCall<ProgressAPI_RealtimeStatus_Request, ProgressAPI_RealtimeStatus_Response> {\n const method = this.methods[1], opt = this._transport.mergeOptions(options);\n return stackIntercept<ProgressAPI_RealtimeStatus_Request, ProgressAPI_RealtimeStatus_Response>(\"serverStreaming\", this._transport, method, opt, input);\n }\n}\n"],"mappings":";;;;;;;;;;AAsCA,IAAa,iBAAb,MAAoE;CAInC;CAH7B,WAAWA,iBAAAA,SAAS;CACpB,UAAUA,iBAAAA,SAAS;CACnB,UAAUA,iBAAAA,SAAS;CACnB,YAAY,YAA2C;EAA1B,KAAA,aAAA;CAC7B;;;;CAIA,UAAU,OAAsC,SAAgG;EAC5I,MAAM,SAAS,KAAK,QAAQ,IAAI,MAAM,KAAK,WAAW,aAAa,OAAO;EAC1E,QAAA,GAAA,yBAAA,eAAA,CAAqF,SAAS,KAAK,YAAY,QAAQ,KAAK,KAAK;CACrI;;;;CAIA,eAAe,OAA2C,SAAoH;EAC1K,MAAM,SAAS,KAAK,QAAQ,IAAI,MAAM,KAAK,WAAW,aAAa,OAAO;EAC1E,QAAA,GAAA,yBAAA,eAAA,CAA+F,mBAAmB,KAAK,YAAY,QAAQ,KAAK,KAAK;CACzJ;AACJ"}
@@ -1,7 +1,5 @@
1
1
  import { ProgressAPI_GetStatus_Request, ProgressAPI_GetStatus_Response, ProgressAPI_RealtimeStatus_Request, ProgressAPI_RealtimeStatus_Response } from "./protocol.js";
2
- import * as _$_protobuf_ts_runtime_rpc0 from "@protobuf-ts/runtime-rpc";
3
2
  import { RpcOptions, RpcTransport, ServerStreamingCall, ServiceInfo, UnaryCall } from "@protobuf-ts/runtime-rpc";
4
- import * as _$_protobuf_ts_runtime0 from "@protobuf-ts/runtime";
5
3
 
6
4
  //#region src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.d.ts
7
5
  /**
@@ -31,9 +29,9 @@ interface IProgressClient {
31
29
  declare class ProgressClient implements IProgressClient, ServiceInfo {
32
30
  private readonly _transport;
33
31
  typeName: string;
34
- methods: _$_protobuf_ts_runtime_rpc0.MethodInfo<any, any>[];
32
+ methods: import("@protobuf-ts/runtime-rpc").MethodInfo<any, any>[];
35
33
  options: {
36
- [extensionName: string]: _$_protobuf_ts_runtime0.JsonValue;
34
+ [extensionName: string]: import("@protobuf-ts/runtime").JsonValue;
37
35
  };
38
36
  constructor(_transport: RpcTransport);
39
37
  /**
@@ -46,5 +44,5 @@ declare class ProgressClient implements IProgressClient, ServiceInfo {
46
44
  realtimeStatus(input: ProgressAPI_RealtimeStatus_Request, options?: RpcOptions): ServerStreamingCall<ProgressAPI_RealtimeStatus_Request, ProgressAPI_RealtimeStatus_Response>;
47
45
  }
48
46
  //#endregion
49
- export { ProgressClient };
47
+ export { IProgressClient, ProgressClient };
50
48
  //# sourceMappingURL=protocol.client.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"protocol.client.d.ts","names":[],"sources":["../../../../../../../../../src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.ts"],"mappings":";;;;;;;;;;;;;UAqBiB,eAAA;EAQ4H;;;EAJzI,SAAA,CAAU,KAAA,EAAO,6BAAA,EAA+B,OAAA,GAAU,UAAA,GAAa,SAAA,CAAU,6BAAA,EAA+B,8BAAA;EAAhH;;;EAIA,cAAA,CAAe,KAAA,EAAO,kCAAA,EAAoC,OAAA,GAAU,UAAA,GAAa,mBAAA,CAAoB,kCAAA,EAAoC,mCAAA;AAAA;;;;;;;;cAShI,cAAA,YAA0B,eAAA,EAAiB,WAAA;EAAA,iBAIvB,UAAA;EAH7B,QAAA;EACA,OAAA,EAFwB,2BAAA,CAEjB,UAAA;EACP,OAAA;IAAA,yBADO,uBAAA,CAAA,SAAA;EAAA;cAEsB,UAAA,EAAY,YAAA;;;;EAKzC,SAAA,CAAU,KAAA,EAAO,6BAAA,EAA+B,OAAA,GAAU,UAAA,GAAa,SAAA,CAAU,6BAAA,EAA+B,8BAAA;EAA/F;;;EAOjB,cAAA,CAAe,KAAA,EAAO,kCAAA,EAAoC,OAAA,GAAU,UAAA,GAAa,mBAAA,CAAoB,kCAAA,EAAoC,mCAAA;AAAA"}
1
+ {"version":3,"file":"protocol.client.d.ts","names":[],"sources":["../../../../../../../../../src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.ts"],"mappings":";;;;;;;;;;;UAqBiB,eAAA;EAQuF;;;EAJpG,SAAA,CAAU,KAAA,EAAO,6BAAA,EAA+B,OAAA,GAAU,UAAA,GAAa,SAAA,CAAU,6BAAA,EAA+B,8BAAA;EAAtG;;;EAIV,cAAA,CAAe,KAAA,EAAO,kCAAA,EAAoC,OAAA,GAAU,UAAA,GAAa,mBAAA,CAAoB,kCAAA,EAAoC,mCAAA;AAAA;;;;;;;;cAShI,cAAA,YAA0B,eAAA,EAAiB,WAAA;EAAA,iBAIvB,UAAA;EAH7B,QAAA;EACA,OAAA,qCAAO,UAAA;EACP,OAAA;IAAA;;cAC6B,UAAA,EAAY,YAAA;EAKxB;;;EAAjB,SAAA,CAAU,KAAA,EAAO,6BAAA,EAA+B,OAAA,GAAU,UAAA,GAAa,SAAA,CAAU,6BAAA,EAA+B,8BAAA;EAAzC;;;EAOvE,cAAA,CAAe,KAAA,EAAO,kCAAA,EAAoC,OAAA,GAAU,UAAA,GAAa,mBAAA,CAAoB,kCAAA,EAAoC,mCAAA;AAAA"}
@@ -9,6 +9,7 @@ import { stackIntercept } from "@protobuf-ts/runtime-rpc";
9
9
  * @generated from protobuf service MiLaboratories.Controller.Shared.Progress
10
10
  */
11
11
  var ProgressClient = class {
12
+ _transport;
12
13
  typeName = Progress.typeName;
13
14
  methods = Progress.methods;
14
15
  options = Progress.options;
@@ -1 +1 @@
1
- {"version":3,"file":"protocol.client.js","names":[],"sources":["../../../../../../../../../src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none\n// @generated from protobuf file \"github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.proto\" (package \"MiLaboratories.Controller.Shared\", syntax proto3)\n// tslint:disable\nimport type { RpcTransport } from \"@protobuf-ts/runtime-rpc\";\nimport type { ServiceInfo } from \"@protobuf-ts/runtime-rpc\";\nimport { Progress } from \"./protocol\";\nimport type { ProgressAPI_RealtimeStatus_Response } from \"./protocol\";\nimport type { ProgressAPI_RealtimeStatus_Request } from \"./protocol\";\nimport type { ServerStreamingCall } from \"@protobuf-ts/runtime-rpc\";\nimport { stackIntercept } from \"@protobuf-ts/runtime-rpc\";\nimport type { ProgressAPI_GetStatus_Response } from \"./protocol\";\nimport type { ProgressAPI_GetStatus_Request } from \"./protocol\";\nimport type { UnaryCall } from \"@protobuf-ts/runtime-rpc\";\nimport type { RpcOptions } from \"@protobuf-ts/runtime-rpc\";\n/**\n *\n * Progress provides access to the progress of any long-running process associated with a resource.\n *\n *\n * @generated from protobuf service MiLaboratories.Controller.Shared.Progress\n */\nexport interface IProgressClient {\n /**\n * @generated from protobuf rpc: GetStatus\n */\n getStatus(input: ProgressAPI_GetStatus_Request, options?: RpcOptions): UnaryCall<ProgressAPI_GetStatus_Request, ProgressAPI_GetStatus_Response>;\n /**\n * @generated from protobuf rpc: RealtimeStatus\n */\n realtimeStatus(input: ProgressAPI_RealtimeStatus_Request, options?: RpcOptions): ServerStreamingCall<ProgressAPI_RealtimeStatus_Request, ProgressAPI_RealtimeStatus_Response>;\n}\n/**\n *\n * Progress provides access to the progress of any long-running process associated with a resource.\n *\n *\n * @generated from protobuf service MiLaboratories.Controller.Shared.Progress\n */\nexport class ProgressClient implements IProgressClient, ServiceInfo {\n typeName = Progress.typeName;\n methods = Progress.methods;\n options = Progress.options;\n constructor(private readonly _transport: RpcTransport) {\n }\n /**\n * @generated from protobuf rpc: GetStatus\n */\n getStatus(input: ProgressAPI_GetStatus_Request, options?: RpcOptions): UnaryCall<ProgressAPI_GetStatus_Request, ProgressAPI_GetStatus_Response> {\n const method = this.methods[0], opt = this._transport.mergeOptions(options);\n return stackIntercept<ProgressAPI_GetStatus_Request, ProgressAPI_GetStatus_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: RealtimeStatus\n */\n realtimeStatus(input: ProgressAPI_RealtimeStatus_Request, options?: RpcOptions): ServerStreamingCall<ProgressAPI_RealtimeStatus_Request, ProgressAPI_RealtimeStatus_Response> {\n const method = this.methods[1], opt = this._transport.mergeOptions(options);\n return stackIntercept<ProgressAPI_RealtimeStatus_Request, ProgressAPI_RealtimeStatus_Response>(\"serverStreaming\", this._transport, method, opt, input);\n }\n}\n"],"mappings":";;;;;;;;;;AAsCA,IAAa,iBAAb,MAAoE;CAChE,WAAW,SAAS;CACpB,UAAU,SAAS;CACnB,UAAU,SAAS;CACnB,YAAY,YAA2C;AAA1B,OAAA,aAAA;;;;;CAK7B,UAAU,OAAsC,SAAgG;EAC5I,MAAM,SAAS,KAAK,QAAQ,IAAI,MAAM,KAAK,WAAW,aAAa,QAAQ;AAC3E,SAAO,eAA8E,SAAS,KAAK,YAAY,QAAQ,KAAK,MAAM;;;;;CAKtI,eAAe,OAA2C,SAAoH;EAC1K,MAAM,SAAS,KAAK,QAAQ,IAAI,MAAM,KAAK,WAAW,aAAa,QAAQ;AAC3E,SAAO,eAAwF,mBAAmB,KAAK,YAAY,QAAQ,KAAK,MAAM"}
1
+ {"version":3,"file":"protocol.client.js","names":[],"sources":["../../../../../../../../../src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none\n// @generated from protobuf file \"github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.proto\" (package \"MiLaboratories.Controller.Shared\", syntax proto3)\n// tslint:disable\nimport type { RpcTransport } from \"@protobuf-ts/runtime-rpc\";\nimport type { ServiceInfo } from \"@protobuf-ts/runtime-rpc\";\nimport { Progress } from \"./protocol\";\nimport type { ProgressAPI_RealtimeStatus_Response } from \"./protocol\";\nimport type { ProgressAPI_RealtimeStatus_Request } from \"./protocol\";\nimport type { ServerStreamingCall } from \"@protobuf-ts/runtime-rpc\";\nimport { stackIntercept } from \"@protobuf-ts/runtime-rpc\";\nimport type { ProgressAPI_GetStatus_Response } from \"./protocol\";\nimport type { ProgressAPI_GetStatus_Request } from \"./protocol\";\nimport type { UnaryCall } from \"@protobuf-ts/runtime-rpc\";\nimport type { RpcOptions } from \"@protobuf-ts/runtime-rpc\";\n/**\n *\n * Progress provides access to the progress of any long-running process associated with a resource.\n *\n *\n * @generated from protobuf service MiLaboratories.Controller.Shared.Progress\n */\nexport interface IProgressClient {\n /**\n * @generated from protobuf rpc: GetStatus\n */\n getStatus(input: ProgressAPI_GetStatus_Request, options?: RpcOptions): UnaryCall<ProgressAPI_GetStatus_Request, ProgressAPI_GetStatus_Response>;\n /**\n * @generated from protobuf rpc: RealtimeStatus\n */\n realtimeStatus(input: ProgressAPI_RealtimeStatus_Request, options?: RpcOptions): ServerStreamingCall<ProgressAPI_RealtimeStatus_Request, ProgressAPI_RealtimeStatus_Response>;\n}\n/**\n *\n * Progress provides access to the progress of any long-running process associated with a resource.\n *\n *\n * @generated from protobuf service MiLaboratories.Controller.Shared.Progress\n */\nexport class ProgressClient implements IProgressClient, ServiceInfo {\n typeName = Progress.typeName;\n methods = Progress.methods;\n options = Progress.options;\n constructor(private readonly _transport: RpcTransport) {\n }\n /**\n * @generated from protobuf rpc: GetStatus\n */\n getStatus(input: ProgressAPI_GetStatus_Request, options?: RpcOptions): UnaryCall<ProgressAPI_GetStatus_Request, ProgressAPI_GetStatus_Response> {\n const method = this.methods[0], opt = this._transport.mergeOptions(options);\n return stackIntercept<ProgressAPI_GetStatus_Request, ProgressAPI_GetStatus_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: RealtimeStatus\n */\n realtimeStatus(input: ProgressAPI_RealtimeStatus_Request, options?: RpcOptions): ServerStreamingCall<ProgressAPI_RealtimeStatus_Request, ProgressAPI_RealtimeStatus_Response> {\n const method = this.methods[1], opt = this._transport.mergeOptions(options);\n return stackIntercept<ProgressAPI_RealtimeStatus_Request, ProgressAPI_RealtimeStatus_Response>(\"serverStreaming\", this._transport, method, opt, input);\n }\n}\n"],"mappings":";;;;;;;;;;AAsCA,IAAa,iBAAb,MAAoE;CAInC;CAH7B,WAAW,SAAS;CACpB,UAAU,SAAS;CACnB,UAAU,SAAS;CACnB,YAAY,YAA2C;EAA1B,KAAA,aAAA;CAC7B;;;;CAIA,UAAU,OAAsC,SAAgG;EAC5I,MAAM,SAAS,KAAK,QAAQ,IAAI,MAAM,KAAK,WAAW,aAAa,OAAO;EAC1E,OAAO,eAA8E,SAAS,KAAK,YAAY,QAAQ,KAAK,KAAK;CACrI;;;;CAIA,eAAe,OAA2C,SAAoH;EAC1K,MAAM,SAAS,KAAK,QAAQ,IAAI,MAAM,KAAK,WAAW,aAAa,OAAO;EAC1E,OAAO,eAAwF,mBAAmB,KAAK,YAAY,QAAQ,KAAK,KAAK;CACzJ;AACJ"}
@@ -129,5 +129,5 @@ declare class ProgressAPI_RealtimeStatus_Response$Type extends MessageType<Progr
129
129
  */
130
130
  declare const ProgressAPI_RealtimeStatus_Response: ProgressAPI_RealtimeStatus_Response$Type;
131
131
  //#endregion
132
- export { ProgressAPI_GetStatus_Request, ProgressAPI_GetStatus_Response, ProgressAPI_RealtimeStatus_Request, ProgressAPI_RealtimeStatus_Response };
132
+ export { ProgressAPI_GetStatus_Request, ProgressAPI_GetStatus_Response, ProgressAPI_RealtimeStatus_Request, ProgressAPI_RealtimeStatus_Response, ProgressAPI_Report };
133
133
  //# sourceMappingURL=protocol.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"protocol.d.ts","names":[],"sources":["../../../../../../../../../src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.ts"],"mappings":";;;;;;;;UAsBiB,kBAAA;EAgC6B;;;EA5B1C,QAAA;EAoCA;;;EAhCA,cAAA;EAqCa;;;EAjCb,UAAA;EAqC2B;AAU/B;;EA3CI,IAAA;EAuDyB;;;;;EAjDzB,IAAA;AAAA;;AAiG8C;;UAvFjC,6BAAA;EAyFiC;;;EArF9C,UAAA;EA0G2B;;;EAtG3B,iBAAA,EAAmB,UAAA;AAAA;;;;UAKN,8BAAA;EA4EgC;;;EAxE7C,MAAA,GAAS,kBAAA;AAAA;;;;UAUI,kCAAA;EAmFsD;;;EA/EnE,UAAA;EA+EoH;;;EA3EpH,iBAAA,EAAmB,UAAA;EA0GsC;;;EAtGzD,cAAA,GAAiB,QAAA;AAAA;;;AA+HrB;UA1HiB,mCAAA;;;;EAIb,MAAA,GAAS,kBAAA;AAAA;AAAA,cAyCP,uBAAA,SAAgC,WAAA,CAAY,kBAAA;;EAU9C,MAAA,CAAO,KAAA,GAAQ,cAAA,CAAe,kBAAA,IAAsB,kBAAA;EAWpD,kBAAA,CAAmB,MAAA,EAAQ,aAAA,EAAe,MAAA,UAAgB,OAAA,EAAS,iBAAA,EAAmB,MAAA,GAAS,kBAAA,GAAqB,kBAAA;EA+BpH,mBAAA,CAAoB,OAAA,EAAS,kBAAA,EAAoB,MAAA,EAAQ,aAAA,EAAe,OAAA,EAAS,kBAAA,GAAqB,aAAA;AAAA;;;;cAyB7F,kBAAA,EAAkB,uBAAA;AAAA,cAwCzB,kCAAA,SAA2C,WAAA,CAAY,6BAAA;;EAOzD,MAAA,CAAO,KAAA,GAAQ,cAAA,CAAe,6BAAA,IAAiC,6BAAA;EAQ/D,kBAAA,CAAmB,MAAA,EAAQ,aAAA,EAAe,MAAA,UAAgB,OAAA,EAAS,iBAAA,EAAmB,MAAA,GAAS,6BAAA,GAAgC,6BAAA;EAsB/H,mBAAA,CAAoB,OAAA,EAAS,6BAAA,EAA+B,MAAA,EAAQ,aAAA,EAAe,OAAA,EAAS,kBAAA,GAAqB,aAAA;AAAA;;;;cAgBxG,6BAAA,EAA6B,kCAAA;AAAA,cAEpC,mCAAA,SAA4C,WAAA,CAAY,8BAAA;;EAM1D,MAAA,CAAO,KAAA,GAAQ,cAAA,CAAe,8BAAA,IAAkC,8BAAA;EAMhE,kBAAA,CAAmB,MAAA,EAAQ,aAAA,EAAe,MAAA,UAAgB,OAAA,EAAS,iBAAA,EAAmB,MAAA,GAAS,8BAAA,GAAiC,8BAAA;EAmBhI,mBAAA,CAAoB,OAAA,EAAS,8BAAA,EAAgC,MAAA,EAAQ,aAAA,EAAe,OAAA,EAAS,kBAAA,GAAqB,aAAA;AAAA;;;AAjChC;cA8CzE,8BAAA,EAA8B,mCAAA;AAAA,cAwCrC,uCAAA,SAAgD,WAAA,CAAY,kCAAA;;EAQ9D,MAAA,CAAO,KAAA,GAAQ,cAAA,CAAe,kCAAA,IAAsC,kCAAA;EAQpE,kBAAA,CAAmB,MAAA,EAAQ,aAAA,EAAe,MAAA,UAAgB,OAAA,EAAS,iBAAA,EAAmB,MAAA,GAAS,kCAAA,GAAqC,kCAAA;EAyBpI,mBAAA,CAAoB,OAAA,EAAS,kCAAA,EAAoC,MAAA,EAAQ,aAAA,EAAe,OAAA,EAAS,kBAAA,GAAqB,aAAA;AAAA;;;;cAmB7G,kCAAA,EAAkC,uCAAA;AAAA,cAEzC,wCAAA,SAAiD,WAAA,CAAY,mCAAA;;EAM/D,MAAA,CAAO,KAAA,GAAQ,cAAA,CAAe,mCAAA,IAAuC,mCAAA;EAMrE,kBAAA,CAAmB,MAAA,EAAQ,aAAA,EAAe,MAAA,UAAgB,OAAA,EAAS,iBAAA,EAAmB,MAAA,GAAS,mCAAA,GAAsC,mCAAA;EAmBrI,mBAAA,CAAoB,OAAA,EAAS,mCAAA,EAAqC,MAAA,EAAQ,aAAA,EAAe,OAAA,EAAS,kBAAA,GAAqB,aAAA;AAAA;;;;cAa9G,mCAAA,EAAmC,wCAAA"}
1
+ {"version":3,"file":"protocol.d.ts","names":[],"sources":["../../../../../../../../../src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.ts"],"mappings":"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"}