@milaboratories/pl-drivers 1.11.59 → 1.11.60

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 (330) hide show
  1. package/dist/_virtual/_rolldown/runtime.cjs +29 -0
  2. package/dist/clients/constructors.cjs +28 -28
  3. package/dist/clients/constructors.cjs.map +1 -1
  4. package/dist/clients/constructors.d.ts +17 -13
  5. package/dist/clients/constructors.js +28 -26
  6. package/dist/clients/constructors.js.map +1 -1
  7. package/dist/clients/crc32c.cjs +8 -13
  8. package/dist/clients/crc32c.cjs.map +1 -1
  9. package/dist/clients/crc32c.js +8 -12
  10. package/dist/clients/crc32c.js.map +1 -1
  11. package/dist/clients/download.cjs +119 -160
  12. package/dist/clients/download.cjs.map +1 -1
  13. package/dist/clients/download.d.ts +45 -41
  14. package/dist/clients/download.js +115 -137
  15. package/dist/clients/download.js.map +1 -1
  16. package/dist/clients/logs.cjs +78 -82
  17. package/dist/clients/logs.cjs.map +1 -1
  18. package/dist/clients/logs.d.ts +34 -24
  19. package/dist/clients/logs.js +77 -80
  20. package/dist/clients/logs.js.map +1 -1
  21. package/dist/clients/ls_api.cjs +62 -68
  22. package/dist/clients/ls_api.cjs.map +1 -1
  23. package/dist/clients/ls_api.d.ts +15 -11
  24. package/dist/clients/ls_api.js +61 -66
  25. package/dist/clients/ls_api.js.map +1 -1
  26. package/dist/clients/progress.cjs +49 -59
  27. package/dist/clients/progress.cjs.map +1 -1
  28. package/dist/clients/progress.d.ts +27 -20
  29. package/dist/clients/progress.js +48 -57
  30. package/dist/clients/progress.js.map +1 -1
  31. package/dist/clients/upload.cjs +189 -250
  32. package/dist/clients/upload.cjs.map +1 -1
  33. package/dist/clients/upload.d.ts +44 -34
  34. package/dist/clients/upload.js +187 -229
  35. package/dist/clients/upload.js.map +1 -1
  36. package/dist/drivers/download_blob/blob_key.cjs +9 -26
  37. package/dist/drivers/download_blob/blob_key.cjs.map +1 -1
  38. package/dist/drivers/download_blob/blob_key.js +7 -5
  39. package/dist/drivers/download_blob/blob_key.js.map +1 -1
  40. package/dist/drivers/download_blob/download_blob.cjs +395 -478
  41. package/dist/drivers/download_blob/download_blob.cjs.map +1 -1
  42. package/dist/drivers/download_blob/download_blob.d.ts +102 -100
  43. package/dist/drivers/download_blob/download_blob.js +388 -453
  44. package/dist/drivers/download_blob/download_blob.js.map +1 -1
  45. package/dist/drivers/download_blob/download_blob_task.cjs +128 -163
  46. package/dist/drivers/download_blob/download_blob_task.cjs.map +1 -1
  47. package/dist/drivers/download_blob/download_blob_task.js +125 -141
  48. package/dist/drivers/download_blob/download_blob_task.js.map +1 -1
  49. package/dist/drivers/download_blob/sparse_cache/cache.cjs +166 -195
  50. package/dist/drivers/download_blob/sparse_cache/cache.cjs.map +1 -1
  51. package/dist/drivers/download_blob/sparse_cache/cache.js +164 -193
  52. package/dist/drivers/download_blob/sparse_cache/cache.js.map +1 -1
  53. package/dist/drivers/download_blob/sparse_cache/file.cjs +29 -50
  54. package/dist/drivers/download_blob/sparse_cache/file.cjs.map +1 -1
  55. package/dist/drivers/download_blob/sparse_cache/file.js +28 -29
  56. package/dist/drivers/download_blob/sparse_cache/file.js.map +1 -1
  57. package/dist/drivers/download_blob/sparse_cache/ranges.cjs +48 -76
  58. package/dist/drivers/download_blob/sparse_cache/ranges.cjs.map +1 -1
  59. package/dist/drivers/download_blob/sparse_cache/ranges.js +47 -54
  60. package/dist/drivers/download_blob/sparse_cache/ranges.js.map +1 -1
  61. package/dist/drivers/download_blob_url/driver.cjs +125 -165
  62. package/dist/drivers/download_blob_url/driver.cjs.map +1 -1
  63. package/dist/drivers/download_blob_url/driver.d.ts +45 -42
  64. package/dist/drivers/download_blob_url/driver.js +123 -144
  65. package/dist/drivers/download_blob_url/driver.js.map +1 -1
  66. package/dist/drivers/download_blob_url/driver_id.cjs +4 -4
  67. package/dist/drivers/download_blob_url/driver_id.cjs.map +1 -1
  68. package/dist/drivers/download_blob_url/driver_id.js +4 -3
  69. package/dist/drivers/download_blob_url/driver_id.js.map +1 -1
  70. package/dist/drivers/download_blob_url/snapshot.cjs +7 -11
  71. package/dist/drivers/download_blob_url/snapshot.cjs.map +1 -1
  72. package/dist/drivers/download_blob_url/snapshot.d.ts +10 -5
  73. package/dist/drivers/download_blob_url/snapshot.js +5 -8
  74. package/dist/drivers/download_blob_url/snapshot.js.map +1 -1
  75. package/dist/drivers/download_blob_url/task.cjs +147 -194
  76. package/dist/drivers/download_blob_url/task.cjs.map +1 -1
  77. package/dist/drivers/download_blob_url/task.d.ts +55 -57
  78. package/dist/drivers/download_blob_url/task.js +140 -170
  79. package/dist/drivers/download_blob_url/task.js.map +1 -1
  80. package/dist/drivers/download_url/driver.cjs +109 -146
  81. package/dist/drivers/download_url/driver.cjs.map +1 -1
  82. package/dist/drivers/download_url/driver.d.ts +59 -57
  83. package/dist/drivers/download_url/driver.js +107 -125
  84. package/dist/drivers/download_url/driver.js.map +1 -1
  85. package/dist/drivers/download_url/task.cjs +104 -137
  86. package/dist/drivers/download_url/task.cjs.map +1 -1
  87. package/dist/drivers/download_url/task.d.ts +33 -37
  88. package/dist/drivers/download_url/task.js +99 -113
  89. package/dist/drivers/download_url/task.js.map +1 -1
  90. package/dist/drivers/helpers/download_local_handle.cjs +13 -14
  91. package/dist/drivers/helpers/download_local_handle.cjs.map +1 -1
  92. package/dist/drivers/helpers/download_local_handle.js +13 -13
  93. package/dist/drivers/helpers/download_local_handle.js.map +1 -1
  94. package/dist/drivers/helpers/download_remote_handle.cjs +23 -24
  95. package/dist/drivers/helpers/download_remote_handle.cjs.map +1 -1
  96. package/dist/drivers/helpers/download_remote_handle.js +22 -22
  97. package/dist/drivers/helpers/download_remote_handle.js.map +1 -1
  98. package/dist/drivers/helpers/files_cache.cjs +53 -64
  99. package/dist/drivers/helpers/files_cache.cjs.map +1 -1
  100. package/dist/drivers/helpers/files_cache.js +52 -62
  101. package/dist/drivers/helpers/files_cache.js.map +1 -1
  102. package/dist/drivers/helpers/helpers.cjs +24 -28
  103. package/dist/drivers/helpers/helpers.cjs.map +1 -1
  104. package/dist/drivers/helpers/helpers.d.ts +10 -7
  105. package/dist/drivers/helpers/helpers.js +24 -27
  106. package/dist/drivers/helpers/helpers.js.map +1 -1
  107. package/dist/drivers/helpers/logs_handle.cjs +24 -33
  108. package/dist/drivers/helpers/logs_handle.cjs.map +1 -1
  109. package/dist/drivers/helpers/logs_handle.js +24 -29
  110. package/dist/drivers/helpers/logs_handle.js.map +1 -1
  111. package/dist/drivers/helpers/ls_remote_import_handle.cjs +20 -20
  112. package/dist/drivers/helpers/ls_remote_import_handle.cjs.map +1 -1
  113. package/dist/drivers/helpers/ls_remote_import_handle.js +20 -18
  114. package/dist/drivers/helpers/ls_remote_import_handle.js.map +1 -1
  115. package/dist/drivers/helpers/ls_storage_entry.cjs +36 -40
  116. package/dist/drivers/helpers/ls_storage_entry.cjs.map +1 -1
  117. package/dist/drivers/helpers/ls_storage_entry.js +36 -37
  118. package/dist/drivers/helpers/ls_storage_entry.js.map +1 -1
  119. package/dist/drivers/helpers/polling_ops.d.ts +6 -5
  120. package/dist/drivers/helpers/read_file.cjs +34 -57
  121. package/dist/drivers/helpers/read_file.cjs.map +1 -1
  122. package/dist/drivers/helpers/read_file.js +30 -34
  123. package/dist/drivers/helpers/read_file.js.map +1 -1
  124. package/dist/drivers/logs.cjs +94 -112
  125. package/dist/drivers/logs.cjs.map +1 -1
  126. package/dist/drivers/logs.d.ts +35 -32
  127. package/dist/drivers/logs.js +93 -110
  128. package/dist/drivers/logs.js.map +1 -1
  129. package/dist/drivers/logs_stream.cjs +210 -242
  130. package/dist/drivers/logs_stream.cjs.map +1 -1
  131. package/dist/drivers/logs_stream.d.ts +55 -53
  132. package/dist/drivers/logs_stream.js +209 -240
  133. package/dist/drivers/logs_stream.js.map +1 -1
  134. package/dist/drivers/ls.cjs +151 -238
  135. package/dist/drivers/ls.cjs.map +1 -1
  136. package/dist/drivers/ls.d.ts +53 -49
  137. package/dist/drivers/ls.js +148 -216
  138. package/dist/drivers/ls.js.map +1 -1
  139. package/dist/drivers/types.cjs +25 -53
  140. package/dist/drivers/types.cjs.map +1 -1
  141. package/dist/drivers/types.d.ts +91 -106
  142. package/dist/drivers/types.js +23 -50
  143. package/dist/drivers/types.js.map +1 -1
  144. package/dist/drivers/upload.cjs +127 -153
  145. package/dist/drivers/upload.cjs.map +1 -1
  146. package/dist/drivers/upload.d.ts +52 -50
  147. package/dist/drivers/upload.js +126 -151
  148. package/dist/drivers/upload.js.map +1 -1
  149. package/dist/drivers/upload_task.cjs +223 -260
  150. package/dist/drivers/upload_task.cjs.map +1 -1
  151. package/dist/drivers/upload_task.d.ts +54 -52
  152. package/dist/drivers/upload_task.js +221 -258
  153. package/dist/drivers/upload_task.js.map +1 -1
  154. package/dist/drivers/urls/url.cjs +30 -35
  155. package/dist/drivers/urls/url.cjs.map +1 -1
  156. package/dist/drivers/urls/url.js +28 -33
  157. package/dist/drivers/urls/url.js.map +1 -1
  158. package/dist/drivers/virtual_storages.cjs +36 -48
  159. package/dist/drivers/virtual_storages.cjs.map +1 -1
  160. package/dist/drivers/virtual_storages.d.ts +6 -2
  161. package/dist/drivers/virtual_storages.js +32 -46
  162. package/dist/drivers/virtual_storages.js.map +1 -1
  163. package/dist/helpers/download.cjs +72 -95
  164. package/dist/helpers/download.cjs.map +1 -1
  165. package/dist/helpers/download.d.ts +13 -9
  166. package/dist/helpers/download.js +71 -93
  167. package/dist/helpers/download.js.map +1 -1
  168. package/dist/helpers/download_errors.cjs +28 -27
  169. package/dist/helpers/download_errors.cjs.map +1 -1
  170. package/dist/helpers/download_errors.d.ts +16 -13
  171. package/dist/helpers/download_errors.js +28 -26
  172. package/dist/helpers/download_errors.js.map +1 -1
  173. package/dist/helpers/validate.cjs +8 -7
  174. package/dist/helpers/validate.cjs.map +1 -1
  175. package/dist/helpers/validate.d.ts +4 -1
  176. package/dist/helpers/validate.js +6 -5
  177. package/dist/helpers/validate.js.map +1 -1
  178. package/dist/index.cjs +75 -79
  179. package/dist/index.d.ts +22 -22
  180. package/dist/index.js +22 -21
  181. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.cjs +238 -249
  182. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.cjs.map +1 -1
  183. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.cjs +27 -27
  184. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.cjs.map +1 -1
  185. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.d.ts +25 -23
  186. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.js +26 -25
  187. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.js.map +1 -1
  188. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.d.ts +51 -87
  189. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.js +238 -245
  190. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.js.map +1 -1
  191. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.cjs +295 -289
  192. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.cjs.map +1 -1
  193. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.cjs +30 -30
  194. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.cjs.map +1 -1
  195. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.js +29 -28
  196. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.js.map +1 -1
  197. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.d.ts +86 -150
  198. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.js +295 -285
  199. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.js.map +1 -1
  200. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.cjs +385 -393
  201. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.cjs.map +1 -1
  202. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.cjs +34 -34
  203. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.cjs.map +1 -1
  204. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.d.ts +33 -34
  205. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.js +33 -32
  206. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.js.map +1 -1
  207. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.d.ts +78 -129
  208. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.js +385 -387
  209. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.js.map +1 -1
  210. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.cjs +570 -468
  211. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.cjs.map +1 -1
  212. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.cjs +82 -82
  213. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.cjs.map +1 -1
  214. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.d.ts +109 -112
  215. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.js +81 -80
  216. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.js.map +1 -1
  217. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.d.ts +243 -264
  218. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.js +569 -460
  219. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.js.map +1 -1
  220. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.cjs +751 -729
  221. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.cjs.map +1 -1
  222. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.client.cjs +67 -67
  223. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.client.cjs.map +1 -1
  224. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.client.js +66 -65
  225. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.client.js.map +1 -1
  226. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.d.ts +15 -381
  227. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.js +749 -718
  228. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.js.map +1 -1
  229. package/dist/proto-grpc/google/protobuf/duration.cjs +92 -100
  230. package/dist/proto-grpc/google/protobuf/duration.cjs.map +1 -1
  231. package/dist/proto-grpc/google/protobuf/duration.d.ts +38 -43
  232. package/dist/proto-grpc/google/protobuf/duration.js +91 -98
  233. package/dist/proto-grpc/google/protobuf/duration.js.map +1 -1
  234. package/dist/proto-grpc/google/protobuf/timestamp.cjs +117 -128
  235. package/dist/proto-grpc/google/protobuf/timestamp.cjs.map +1 -1
  236. package/dist/proto-grpc/google/protobuf/timestamp.d.ts +50 -55
  237. package/dist/proto-grpc/google/protobuf/timestamp.js +116 -126
  238. package/dist/proto-grpc/google/protobuf/timestamp.js.map +1 -1
  239. package/dist/proto-rest/downloadapi.d.ts +85 -91
  240. package/dist/proto-rest/index.d.ts +11 -16
  241. package/dist/proto-rest/progressapi.d.ts +130 -140
  242. package/dist/proto-rest/streamingapi.d.ts +413 -434
  243. package/package.json +12 -12
  244. package/dist/clients/constructors.d.ts.map +0 -1
  245. package/dist/clients/crc32c.d.ts +0 -2
  246. package/dist/clients/crc32c.d.ts.map +0 -1
  247. package/dist/clients/download.d.ts.map +0 -1
  248. package/dist/clients/logs.d.ts.map +0 -1
  249. package/dist/clients/ls_api.d.ts.map +0 -1
  250. package/dist/clients/progress.d.ts.map +0 -1
  251. package/dist/clients/upload.d.ts.map +0 -1
  252. package/dist/drivers/download_blob/blob_key.d.ts +0 -5
  253. package/dist/drivers/download_blob/blob_key.d.ts.map +0 -1
  254. package/dist/drivers/download_blob/download_blob.d.ts.map +0 -1
  255. package/dist/drivers/download_blob/download_blob_task.d.ts +0 -56
  256. package/dist/drivers/download_blob/download_blob_task.d.ts.map +0 -1
  257. package/dist/drivers/download_blob/sparse_cache/cache.d.ts +0 -82
  258. package/dist/drivers/download_blob/sparse_cache/cache.d.ts.map +0 -1
  259. package/dist/drivers/download_blob/sparse_cache/file.d.ts +0 -8
  260. package/dist/drivers/download_blob/sparse_cache/file.d.ts.map +0 -1
  261. package/dist/drivers/download_blob/sparse_cache/ranges.d.ts +0 -46
  262. package/dist/drivers/download_blob/sparse_cache/ranges.d.ts.map +0 -1
  263. package/dist/drivers/download_blob_url/driver.d.ts.map +0 -1
  264. package/dist/drivers/download_blob_url/driver_id.d.ts +0 -6
  265. package/dist/drivers/download_blob_url/driver_id.d.ts.map +0 -1
  266. package/dist/drivers/download_blob_url/snapshot.d.ts.map +0 -1
  267. package/dist/drivers/download_blob_url/task.d.ts.map +0 -1
  268. package/dist/drivers/download_url/driver.d.ts.map +0 -1
  269. package/dist/drivers/download_url/task.d.ts.map +0 -1
  270. package/dist/drivers/helpers/download_local_handle.d.ts +0 -11
  271. package/dist/drivers/helpers/download_local_handle.d.ts.map +0 -1
  272. package/dist/drivers/helpers/download_remote_handle.d.ts +0 -13
  273. package/dist/drivers/helpers/download_remote_handle.d.ts.map +0 -1
  274. package/dist/drivers/helpers/files_cache.d.ts +0 -29
  275. package/dist/drivers/helpers/files_cache.d.ts.map +0 -1
  276. package/dist/drivers/helpers/helpers.d.ts.map +0 -1
  277. package/dist/drivers/helpers/logs_handle.d.ts +0 -15
  278. package/dist/drivers/helpers/logs_handle.d.ts.map +0 -1
  279. package/dist/drivers/helpers/ls_remote_import_handle.d.ts +0 -8
  280. package/dist/drivers/helpers/ls_remote_import_handle.d.ts.map +0 -1
  281. package/dist/drivers/helpers/ls_storage_entry.d.ts +0 -23
  282. package/dist/drivers/helpers/ls_storage_entry.d.ts.map +0 -1
  283. package/dist/drivers/helpers/polling_ops.d.ts.map +0 -1
  284. package/dist/drivers/helpers/read_file.d.ts +0 -12
  285. package/dist/drivers/helpers/read_file.d.ts.map +0 -1
  286. package/dist/drivers/helpers/test_helpers.d.ts +0 -2
  287. package/dist/drivers/helpers/test_helpers.d.ts.map +0 -1
  288. package/dist/drivers/logs.d.ts.map +0 -1
  289. package/dist/drivers/logs_stream.d.ts.map +0 -1
  290. package/dist/drivers/ls.d.ts.map +0 -1
  291. package/dist/drivers/types.d.ts.map +0 -1
  292. package/dist/drivers/upload.d.ts.map +0 -1
  293. package/dist/drivers/upload_task.d.ts.map +0 -1
  294. package/dist/drivers/urls/url.d.ts +0 -13
  295. package/dist/drivers/urls/url.d.ts.map +0 -1
  296. package/dist/drivers/virtual_storages.d.ts.map +0 -1
  297. package/dist/helpers/download.d.ts.map +0 -1
  298. package/dist/helpers/download_errors.d.ts.map +0 -1
  299. package/dist/helpers/validate.d.ts.map +0 -1
  300. package/dist/index.cjs.map +0 -1
  301. package/dist/index.d.ts.map +0 -1
  302. package/dist/index.js.map +0 -1
  303. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.d.ts.map +0 -1
  304. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.d.ts.map +0 -1
  305. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.d.ts +0 -46
  306. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.d.ts.map +0 -1
  307. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.d.ts.map +0 -1
  308. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.d.ts.map +0 -1
  309. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.d.ts.map +0 -1
  310. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.d.ts.map +0 -1
  311. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.d.ts.map +0 -1
  312. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.client.d.ts +0 -108
  313. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.client.d.ts.map +0 -1
  314. package/dist/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.d.ts.map +0 -1
  315. package/dist/proto-grpc/google/api/http.d.ts +0 -460
  316. package/dist/proto-grpc/google/api/http.d.ts.map +0 -1
  317. package/dist/proto-grpc/google/protobuf/descriptor.d.ts +0 -2340
  318. package/dist/proto-grpc/google/protobuf/descriptor.d.ts.map +0 -1
  319. package/dist/proto-grpc/google/protobuf/duration.d.ts.map +0 -1
  320. package/dist/proto-grpc/google/protobuf/timestamp.d.ts.map +0 -1
  321. package/dist/proto-rest/downloadapi.d.ts.map +0 -1
  322. package/dist/proto-rest/index.d.ts.map +0 -1
  323. package/dist/proto-rest/lsapi.d.ts +0 -148
  324. package/dist/proto-rest/lsapi.d.ts.map +0 -1
  325. package/dist/proto-rest/progressapi.d.ts.map +0 -1
  326. package/dist/proto-rest/streamingapi.d.ts.map +0 -1
  327. package/dist/proto-rest/uploadapi.d.ts +0 -355
  328. package/dist/proto-rest/uploadapi.d.ts.map +0 -1
  329. package/dist/test_env.d.ts +0 -6
  330. package/dist/test_env.d.ts.map +0 -1
@@ -1,320 +1,299 @@
1
1
  import { ServiceType } from "@protobuf-ts/runtime-rpc";
2
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
3
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
4
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
5
- import type { IBinaryReader } from "@protobuf-ts/runtime";
6
- import type { PartialMessage } from "@protobuf-ts/runtime";
7
- import { MessageType } from "@protobuf-ts/runtime";
8
- /**
9
- * @generated from protobuf message MiLaboratories.Controller.Shared.StreamingAPI
10
- */
11
- export interface StreamingAPI {
12
- }
2
+ import { BinaryReadOptions, BinaryWriteOptions, IBinaryReader, IBinaryWriter, MessageType, PartialMessage } from "@protobuf-ts/runtime";
3
+
4
+ //#region src/proto-grpc/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.d.ts
13
5
  /**
14
6
  * @generated from protobuf message MiLaboratories.Controller.Shared.StreamingAPI.StreamBinary
15
7
  */
16
- export interface StreamingAPI_StreamBinary {
17
- /**
18
- * <resource_id> of Stream resource, that keeps info on item to be streamed.
19
- *
20
- * @generated from protobuf field: uint64 resource_id = 1
21
- */
22
- resourceId: bigint;
23
- /**
24
- * <offset> makes streamer to perform seek operation to given offset before sending the data.
25
- *
26
- * @generated from protobuf field: int64 offset = 2
27
- */
28
- offset: bigint;
29
- /**
30
- * <chunk_size> limits the maximum size of <data> for each response message in stream.
31
- *
32
- * Default value: 32 768 (32 KiB)
33
- * Max value: 3900 * 1024 (3.9 MiB)
34
- *
35
- * @generated from protobuf field: optional uint32 chunk_size = 11
36
- */
37
- chunkSize?: number;
38
- /**
39
- * <read_limit> allows client to limit total data sent from server.
40
- * This limit is aggregation of all data, sent in all chunks.
41
- * E.g. to read 2000 bytes of data in chunks of at most
42
- * 130 bytes, use <chunk_size> = 130; <read_limit> = 2000.
43
- * For storage item of appropriate size this settings will result in
44
- * 16 messages from server: 15 of 130 bytes and one of 50 bytes.
45
- *
46
- * @generated from protobuf field: optional int64 read_limit = 20
47
- */
48
- readLimit?: bigint;
8
+ interface StreamingAPI_StreamBinary {
9
+ /**
10
+ * <resource_id> of Stream resource, that keeps info on item to be streamed.
11
+ *
12
+ * @generated from protobuf field: uint64 resource_id = 1
13
+ */
14
+ resourceId: bigint;
15
+ /**
16
+ * <offset> makes streamer to perform seek operation to given offset before sending the data.
17
+ *
18
+ * @generated from protobuf field: int64 offset = 2
19
+ */
20
+ offset: bigint;
21
+ /**
22
+ * <chunk_size> limits the maximum size of <data> for each response message in stream.
23
+ *
24
+ * Default value: 32 768 (32 KiB)
25
+ * Max value: 3900 * 1024 (3.9 MiB)
26
+ *
27
+ * @generated from protobuf field: optional uint32 chunk_size = 11
28
+ */
29
+ chunkSize?: number;
30
+ /**
31
+ * <read_limit> allows client to limit total data sent from server.
32
+ * This limit is aggregation of all data, sent in all chunks.
33
+ * E.g. to read 2000 bytes of data in chunks of at most
34
+ * 130 bytes, use <chunk_size> = 130; <read_limit> = 2000.
35
+ * For storage item of appropriate size this settings will result in
36
+ * 16 messages from server: 15 of 130 bytes and one of 50 bytes.
37
+ *
38
+ * @generated from protobuf field: optional int64 read_limit = 20
39
+ */
40
+ readLimit?: bigint;
49
41
  }
50
42
  /**
51
43
  * @generated from protobuf message MiLaboratories.Controller.Shared.StreamingAPI.ReadBinary
52
44
  */
53
- export interface StreamingAPI_ReadBinary {
54
- /**
55
- * <resource_id> of Stream resource, that keeps info on item to be streamed.
56
- *
57
- * @generated from protobuf field: uint64 resource_id = 1
58
- */
59
- resourceId: bigint;
60
- /**
61
- * <offset> makes streamer to perform seek operation to given offset before sending the data.
62
- *
63
- * @generated from protobuf field: int64 offset = 2
64
- */
65
- offset: bigint;
66
- /**
67
- * <chunk_size> limits the maximum size of <data> for response message in stream.
68
- *
69
- * Default value: 32 768 (32 KiB)
70
- * Max value: 3900 * 1024 (3.9 MiB)
71
- *
72
- * @generated from protobuf field: optional uint32 chunk_size = 11
73
- */
74
- chunkSize?: number;
45
+ interface StreamingAPI_ReadBinary {
46
+ /**
47
+ * <resource_id> of Stream resource, that keeps info on item to be streamed.
48
+ *
49
+ * @generated from protobuf field: uint64 resource_id = 1
50
+ */
51
+ resourceId: bigint;
52
+ /**
53
+ * <offset> makes streamer to perform seek operation to given offset before sending the data.
54
+ *
55
+ * @generated from protobuf field: int64 offset = 2
56
+ */
57
+ offset: bigint;
58
+ /**
59
+ * <chunk_size> limits the maximum size of <data> for response message in stream.
60
+ *
61
+ * Default value: 32 768 (32 KiB)
62
+ * Max value: 3900 * 1024 (3.9 MiB)
63
+ *
64
+ * @generated from protobuf field: optional uint32 chunk_size = 11
65
+ */
66
+ chunkSize?: number;
75
67
  }
76
68
  /**
77
69
  * @generated from protobuf message MiLaboratories.Controller.Shared.StreamingAPI.StreamText
78
70
  */
79
- export interface StreamingAPI_StreamText {
80
- /**
81
- * <resource_id> of Stream resource, that keeps info on item to be streamed.
82
- *
83
- * @generated from protobuf field: uint64 resource_id = 1
84
- */
85
- resourceId: bigint;
86
- /**
87
- * <offset> makes streamer to perform seek operation to given offset before sending the contents.
88
- * This offset is taken in BYTES, as it eases streaming recovery after client reconnection or controller restart.
89
- * Client can just use the <new_offset> value of the last response from server to continue streaming after reconnection.
90
- *
91
- * @generated from protobuf field: int64 offset = 2
92
- */
93
- offset: bigint;
94
- /**
95
- * <read_limit> allows client to limit total data sent from server.
96
- * This limit is aggregation of all data, sent in all chunks, measured
97
- * in lines of text.
98
- * E.g. to read top 1000 lines from stream source, use <read_limit> = 1000.
99
- * When both <read_limit> and <search>/<search_re> are set, the <read_limit> is applied first.
100
- * this is equivalent to 'head -n <read_limit> | grep <search>'.
101
- *
102
- * @generated from protobuf field: optional int64 read_limit = 20
103
- */
104
- readLimit?: bigint;
105
- /**
106
- * <search> is substring for line search pattern.
107
- * This option makes controller to send to the client only lines, that
108
- * have given substring.
109
- *
110
- * @generated from protobuf field: optional string search = 21
111
- */
112
- search?: string;
113
- /**
114
- * <search_re> is regular expression for line search pattern.
115
- * This option makes controller to send to the client only lines, that
116
- * match given regular expression.
117
- *
118
- * @generated from protobuf field: optional string search_re = 22
119
- */
120
- searchRe?: string;
71
+ interface StreamingAPI_StreamText {
72
+ /**
73
+ * <resource_id> of Stream resource, that keeps info on item to be streamed.
74
+ *
75
+ * @generated from protobuf field: uint64 resource_id = 1
76
+ */
77
+ resourceId: bigint;
78
+ /**
79
+ * <offset> makes streamer to perform seek operation to given offset before sending the contents.
80
+ * This offset is taken in BYTES, as it eases streaming recovery after client reconnection or controller restart.
81
+ * Client can just use the <new_offset> value of the last response from server to continue streaming after reconnection.
82
+ *
83
+ * @generated from protobuf field: int64 offset = 2
84
+ */
85
+ offset: bigint;
86
+ /**
87
+ * <read_limit> allows client to limit total data sent from server.
88
+ * This limit is aggregation of all data, sent in all chunks, measured
89
+ * in lines of text.
90
+ * E.g. to read top 1000 lines from stream source, use <read_limit> = 1000.
91
+ * When both <read_limit> and <search>/<search_re> are set, the <read_limit> is applied first.
92
+ * this is equivalent to 'head -n <read_limit> | grep <search>'.
93
+ *
94
+ * @generated from protobuf field: optional int64 read_limit = 20
95
+ */
96
+ readLimit?: bigint;
97
+ /**
98
+ * <search> is substring for line search pattern.
99
+ * This option makes controller to send to the client only lines, that
100
+ * have given substring.
101
+ *
102
+ * @generated from protobuf field: optional string search = 21
103
+ */
104
+ search?: string;
105
+ /**
106
+ * <search_re> is regular expression for line search pattern.
107
+ * This option makes controller to send to the client only lines, that
108
+ * match given regular expression.
109
+ *
110
+ * @generated from protobuf field: optional string search_re = 22
111
+ */
112
+ searchRe?: string;
121
113
  }
122
114
  /**
123
115
  * @generated from protobuf message MiLaboratories.Controller.Shared.StreamingAPI.ReadText
124
116
  */
125
- export interface StreamingAPI_ReadText {
126
- /**
127
- * <resource_id> of Stream resource, that keeps info on item to be streamed.
128
- *
129
- * @generated from protobuf field: uint64 resource_id = 1
130
- */
131
- resourceId: bigint;
132
- /**
133
- * <offset> makes streamer to perform seek operation to given offset before sending the contents.
134
- * This offset is taken in BYTES, as it eases streaming recovery after client reconnection or controller restart.
135
- * Client can just use the <new_offset> value of the last response from server to continue streaming after reconnection.
136
- *
137
- * @generated from protobuf field: int64 offset = 2
138
- */
139
- offset: bigint;
140
- /**
141
- * <read_limit> allows client to limit total data sent from server.
142
- * Measured in lines of text.
143
- * E.g. to read top 1000 lines from stream source, use <read_limit> = 1000.
144
- * When both <read_limit> and <search>/<search_re> are set, the <read_limit> is applied first.
145
- * this is equivalent to 'head -n <read_limit> | grep <search>'.
146
- * At most 3.9 MiB (3900 * 1024 KiB) of data is returned in single read regardless of <read_limit> option
147
- * Only full lines of text are returned except for the last line from the completed source
148
- * (the one that is not expected to have new data, like blob in storage)
149
- *
150
- * @generated from protobuf field: optional int64 read_limit = 20
151
- */
152
- readLimit?: bigint;
153
- /**
154
- * <search> is substring for line search pattern.
155
- * This option makes controller to send to the client only lines, that
156
- * have given substring.
157
- *
158
- * @generated from protobuf field: optional string search = 21
159
- */
160
- search?: string;
161
- /**
162
- * <search_re> is regular expression for line search pattern.
163
- * This option makes controller to send to the client only lines, that
164
- * match given regular expression.
165
- *
166
- * @generated from protobuf field: optional string search_re = 22
167
- */
168
- searchRe?: string;
117
+ interface StreamingAPI_ReadText {
118
+ /**
119
+ * <resource_id> of Stream resource, that keeps info on item to be streamed.
120
+ *
121
+ * @generated from protobuf field: uint64 resource_id = 1
122
+ */
123
+ resourceId: bigint;
124
+ /**
125
+ * <offset> makes streamer to perform seek operation to given offset before sending the contents.
126
+ * This offset is taken in BYTES, as it eases streaming recovery after client reconnection or controller restart.
127
+ * Client can just use the <new_offset> value of the last response from server to continue streaming after reconnection.
128
+ *
129
+ * @generated from protobuf field: int64 offset = 2
130
+ */
131
+ offset: bigint;
132
+ /**
133
+ * <read_limit> allows client to limit total data sent from server.
134
+ * Measured in lines of text.
135
+ * E.g. to read top 1000 lines from stream source, use <read_limit> = 1000.
136
+ * When both <read_limit> and <search>/<search_re> are set, the <read_limit> is applied first.
137
+ * this is equivalent to 'head -n <read_limit> | grep <search>'.
138
+ * At most 3.9 MiB (3900 * 1024 KiB) of data is returned in single read regardless of <read_limit> option
139
+ * Only full lines of text are returned except for the last line from the completed source
140
+ * (the one that is not expected to have new data, like blob in storage)
141
+ *
142
+ * @generated from protobuf field: optional int64 read_limit = 20
143
+ */
144
+ readLimit?: bigint;
145
+ /**
146
+ * <search> is substring for line search pattern.
147
+ * This option makes controller to send to the client only lines, that
148
+ * have given substring.
149
+ *
150
+ * @generated from protobuf field: optional string search = 21
151
+ */
152
+ search?: string;
153
+ /**
154
+ * <search_re> is regular expression for line search pattern.
155
+ * This option makes controller to send to the client only lines, that
156
+ * match given regular expression.
157
+ *
158
+ * @generated from protobuf field: optional string search_re = 22
159
+ */
160
+ searchRe?: string;
169
161
  }
170
162
  /**
171
163
  * @generated from protobuf message MiLaboratories.Controller.Shared.StreamingAPI.LastLines
172
164
  */
173
- export interface StreamingAPI_LastLines {
174
- /**
175
- * <resource_id> of Stream resource, that keeps info on item to be streamed.
176
- *
177
- * @generated from protobuf field: uint64 resource_id = 1
178
- */
179
- resourceId: bigint;
180
- /**
181
- * <offset> makes streamer to perform seek operation to given offset before sending the contents.
182
- * This offset is taken in BYTES, as it eases streaming recovery after client reconnection or controller restart.
183
- * By default, LastLines starts to treat the data source from the very last byte available in data stream
184
- * at the moment of call, but client can set the server to start from earlier position.
185
- *
186
- * @generated from protobuf field: optional int64 offset = 2
187
- */
188
- offset?: bigint;
189
- /**
190
- * <line_count> makes streamer to return up to <line_count> lines to the client.
191
- * Default value: 1
192
- *
193
- * @generated from protobuf field: optional int32 line_count = 3
194
- */
195
- lineCount?: number;
196
- /**
197
- * <search> is substring for line search pattern.
198
- * This option makes controller to send to the client only lines, that
199
- * have given substring.
200
- *
201
- * @generated from protobuf field: optional string search = 21
202
- */
203
- search?: string;
204
- /**
205
- * <search_re> is regular expression for line search pattern.
206
- * This option makes controller to send to the client only lines, that
207
- * match given regular expression.
208
- *
209
- * @generated from protobuf field: optional string search_re = 22
210
- */
211
- searchRe?: string;
165
+ interface StreamingAPI_LastLines {
166
+ /**
167
+ * <resource_id> of Stream resource, that keeps info on item to be streamed.
168
+ *
169
+ * @generated from protobuf field: uint64 resource_id = 1
170
+ */
171
+ resourceId: bigint;
172
+ /**
173
+ * <offset> makes streamer to perform seek operation to given offset before sending the contents.
174
+ * This offset is taken in BYTES, as it eases streaming recovery after client reconnection or controller restart.
175
+ * By default, LastLines starts to treat the data source from the very last byte available in data stream
176
+ * at the moment of call, but client can set the server to start from earlier position.
177
+ *
178
+ * @generated from protobuf field: optional int64 offset = 2
179
+ */
180
+ offset?: bigint;
181
+ /**
182
+ * <line_count> makes streamer to return up to <line_count> lines to the client.
183
+ * Default value: 1
184
+ *
185
+ * @generated from protobuf field: optional int32 line_count = 3
186
+ */
187
+ lineCount?: number;
188
+ /**
189
+ * <search> is substring for line search pattern.
190
+ * This option makes controller to send to the client only lines, that
191
+ * have given substring.
192
+ *
193
+ * @generated from protobuf field: optional string search = 21
194
+ */
195
+ search?: string;
196
+ /**
197
+ * <search_re> is regular expression for line search pattern.
198
+ * This option makes controller to send to the client only lines, that
199
+ * match given regular expression.
200
+ *
201
+ * @generated from protobuf field: optional string search_re = 22
202
+ */
203
+ searchRe?: string;
212
204
  }
213
205
  /**
214
206
  * @generated from protobuf message MiLaboratories.Controller.Shared.StreamingAPI.Response
215
207
  */
216
- export interface StreamingAPI_Response {
217
- /**
218
- * data chunk from item, starting from the <new_offset> of the previous message in the same stream.
219
- *
220
- * @generated from protobuf field: bytes data = 1
221
- */
222
- data: Uint8Array;
223
- /**
224
- * <size> is the actual size of the streamed item at the moment of this message.
225
- * This might be not a final amount of streamed data, as stream source can be updated
226
- * by other independent process (e.g., data is written to log file).
227
- * This field in combination with <new_offset> shows, how far the client is from the end
228
- * of the data right now.
229
- *
230
- * @generated from protobuf field: uint64 size = 2
231
- */
232
- size: bigint;
233
- /**
234
- * <new_offset> is the new offset in bytes from the start of the streamed item,
235
- * including size of <data> in current response.
236
- * Call to Stream rpc with <offset> = <new_offset> will continue
237
- * streaming from the place of last received message
238
- * (e.g. <offset> = <new_offset> - 1 will repeat the last byte of
239
- * previously received <data>)
240
- *
241
- * @generated from protobuf field: uint64 new_offset = 3
242
- */
243
- newOffset: bigint;
244
- }
245
- declare class StreamingAPI$Type extends MessageType<StreamingAPI> {
246
- constructor();
247
- create(value?: PartialMessage<StreamingAPI>): StreamingAPI;
248
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamingAPI): StreamingAPI;
249
- internalBinaryWrite(message: StreamingAPI, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
208
+ interface StreamingAPI_Response {
209
+ /**
210
+ * data chunk from item, starting from the <new_offset> of the previous message in the same stream.
211
+ *
212
+ * @generated from protobuf field: bytes data = 1
213
+ */
214
+ data: Uint8Array;
215
+ /**
216
+ * <size> is the actual size of the streamed item at the moment of this message.
217
+ * This might be not a final amount of streamed data, as stream source can be updated
218
+ * by other independent process (e.g., data is written to log file).
219
+ * This field in combination with <new_offset> shows, how far the client is from the end
220
+ * of the data right now.
221
+ *
222
+ * @generated from protobuf field: uint64 size = 2
223
+ */
224
+ size: bigint;
225
+ /**
226
+ * <new_offset> is the new offset in bytes from the start of the streamed item,
227
+ * including size of <data> in current response.
228
+ * Call to Stream rpc with <offset> = <new_offset> will continue
229
+ * streaming from the place of last received message
230
+ * (e.g. <offset> = <new_offset> - 1 will repeat the last byte of
231
+ * previously received <data>)
232
+ *
233
+ * @generated from protobuf field: uint64 new_offset = 3
234
+ */
235
+ newOffset: bigint;
250
236
  }
251
- /**
252
- * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.StreamingAPI
253
- */
254
- export declare const StreamingAPI: StreamingAPI$Type;
255
237
  declare class StreamingAPI_StreamBinary$Type extends MessageType<StreamingAPI_StreamBinary> {
256
- constructor();
257
- create(value?: PartialMessage<StreamingAPI_StreamBinary>): StreamingAPI_StreamBinary;
258
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamingAPI_StreamBinary): StreamingAPI_StreamBinary;
259
- internalBinaryWrite(message: StreamingAPI_StreamBinary, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
238
+ constructor();
239
+ create(value?: PartialMessage<StreamingAPI_StreamBinary>): StreamingAPI_StreamBinary;
240
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamingAPI_StreamBinary): StreamingAPI_StreamBinary;
241
+ internalBinaryWrite(message: StreamingAPI_StreamBinary, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
260
242
  }
261
243
  /**
262
244
  * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.StreamingAPI.StreamBinary
263
245
  */
264
- export declare const StreamingAPI_StreamBinary: StreamingAPI_StreamBinary$Type;
246
+ declare const StreamingAPI_StreamBinary: StreamingAPI_StreamBinary$Type;
265
247
  declare class StreamingAPI_ReadBinary$Type extends MessageType<StreamingAPI_ReadBinary> {
266
- constructor();
267
- create(value?: PartialMessage<StreamingAPI_ReadBinary>): StreamingAPI_ReadBinary;
268
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamingAPI_ReadBinary): StreamingAPI_ReadBinary;
269
- internalBinaryWrite(message: StreamingAPI_ReadBinary, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
248
+ constructor();
249
+ create(value?: PartialMessage<StreamingAPI_ReadBinary>): StreamingAPI_ReadBinary;
250
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamingAPI_ReadBinary): StreamingAPI_ReadBinary;
251
+ internalBinaryWrite(message: StreamingAPI_ReadBinary, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
270
252
  }
271
253
  /**
272
254
  * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.StreamingAPI.ReadBinary
273
255
  */
274
- export declare const StreamingAPI_ReadBinary: StreamingAPI_ReadBinary$Type;
256
+ declare const StreamingAPI_ReadBinary: StreamingAPI_ReadBinary$Type;
275
257
  declare class StreamingAPI_StreamText$Type extends MessageType<StreamingAPI_StreamText> {
276
- constructor();
277
- create(value?: PartialMessage<StreamingAPI_StreamText>): StreamingAPI_StreamText;
278
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamingAPI_StreamText): StreamingAPI_StreamText;
279
- internalBinaryWrite(message: StreamingAPI_StreamText, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
258
+ constructor();
259
+ create(value?: PartialMessage<StreamingAPI_StreamText>): StreamingAPI_StreamText;
260
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamingAPI_StreamText): StreamingAPI_StreamText;
261
+ internalBinaryWrite(message: StreamingAPI_StreamText, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
280
262
  }
281
263
  /**
282
264
  * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.StreamingAPI.StreamText
283
265
  */
284
- export declare const StreamingAPI_StreamText: StreamingAPI_StreamText$Type;
266
+ declare const StreamingAPI_StreamText: StreamingAPI_StreamText$Type;
285
267
  declare class StreamingAPI_ReadText$Type extends MessageType<StreamingAPI_ReadText> {
286
- constructor();
287
- create(value?: PartialMessage<StreamingAPI_ReadText>): StreamingAPI_ReadText;
288
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamingAPI_ReadText): StreamingAPI_ReadText;
289
- internalBinaryWrite(message: StreamingAPI_ReadText, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
268
+ constructor();
269
+ create(value?: PartialMessage<StreamingAPI_ReadText>): StreamingAPI_ReadText;
270
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamingAPI_ReadText): StreamingAPI_ReadText;
271
+ internalBinaryWrite(message: StreamingAPI_ReadText, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
290
272
  }
291
273
  /**
292
274
  * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.StreamingAPI.ReadText
293
275
  */
294
- export declare const StreamingAPI_ReadText: StreamingAPI_ReadText$Type;
276
+ declare const StreamingAPI_ReadText: StreamingAPI_ReadText$Type;
295
277
  declare class StreamingAPI_LastLines$Type extends MessageType<StreamingAPI_LastLines> {
296
- constructor();
297
- create(value?: PartialMessage<StreamingAPI_LastLines>): StreamingAPI_LastLines;
298
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamingAPI_LastLines): StreamingAPI_LastLines;
299
- internalBinaryWrite(message: StreamingAPI_LastLines, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
278
+ constructor();
279
+ create(value?: PartialMessage<StreamingAPI_LastLines>): StreamingAPI_LastLines;
280
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamingAPI_LastLines): StreamingAPI_LastLines;
281
+ internalBinaryWrite(message: StreamingAPI_LastLines, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
300
282
  }
301
283
  /**
302
284
  * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.StreamingAPI.LastLines
303
285
  */
304
- export declare const StreamingAPI_LastLines: StreamingAPI_LastLines$Type;
286
+ declare const StreamingAPI_LastLines: StreamingAPI_LastLines$Type;
305
287
  declare class StreamingAPI_Response$Type extends MessageType<StreamingAPI_Response> {
306
- constructor();
307
- create(value?: PartialMessage<StreamingAPI_Response>): StreamingAPI_Response;
308
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamingAPI_Response): StreamingAPI_Response;
309
- internalBinaryWrite(message: StreamingAPI_Response, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
288
+ constructor();
289
+ create(value?: PartialMessage<StreamingAPI_Response>): StreamingAPI_Response;
290
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamingAPI_Response): StreamingAPI_Response;
291
+ internalBinaryWrite(message: StreamingAPI_Response, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
310
292
  }
311
293
  /**
312
294
  * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.StreamingAPI.Response
313
295
  */
314
- export declare const StreamingAPI_Response: StreamingAPI_Response$Type;
315
- /**
316
- * @generated ServiceType for protobuf service MiLaboratories.Controller.Shared.Streaming
317
- */
318
- export declare const Streaming: ServiceType;
319
- export {};
296
+ declare const StreamingAPI_Response: StreamingAPI_Response$Type;
297
+ //#endregion
298
+ export { StreamingAPI_LastLines, StreamingAPI_ReadBinary, StreamingAPI_ReadText, StreamingAPI_Response, StreamingAPI_StreamBinary, StreamingAPI_StreamText };
320
299
  //# sourceMappingURL=protocol.d.ts.map