@milaboratories/pl-drivers 1.9.1 → 1.10.1

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 (156) hide show
  1. package/dist/clients/constructors.d.ts +4 -3
  2. package/dist/clients/constructors.d.ts.map +1 -0
  3. package/dist/clients/download.d.ts +8 -7
  4. package/dist/clients/download.d.ts.map +1 -0
  5. package/dist/clients/logs.d.ts +7 -6
  6. package/dist/clients/logs.d.ts.map +1 -0
  7. package/dist/clients/ls_api.d.ts +6 -5
  8. package/dist/clients/ls_api.d.ts.map +1 -0
  9. package/dist/clients/progress.d.ts +7 -6
  10. package/dist/clients/progress.d.ts.map +1 -0
  11. package/dist/clients/upload.cjs +31 -10
  12. package/dist/clients/upload.cjs.map +1 -1
  13. package/dist/clients/upload.d.ts +14 -7
  14. package/dist/clients/upload.d.ts.map +1 -0
  15. package/dist/clients/upload.js +31 -11
  16. package/dist/clients/upload.js.map +1 -1
  17. package/dist/drivers/download_blob/blob_key.d.ts +2 -1
  18. package/dist/drivers/download_blob/blob_key.d.ts.map +1 -0
  19. package/dist/drivers/download_blob/download_blob.d.ts +9 -6
  20. package/dist/drivers/download_blob/download_blob.d.ts.map +1 -0
  21. package/dist/drivers/download_blob/download_blob_task.d.ts +8 -5
  22. package/dist/drivers/download_blob/download_blob_task.d.ts.map +1 -0
  23. package/dist/drivers/download_blob/sparse_cache/cache.d.ts +1 -0
  24. package/dist/drivers/download_blob/sparse_cache/cache.d.ts.map +1 -0
  25. package/dist/drivers/download_blob/sparse_cache/file.d.ts +2 -1
  26. package/dist/drivers/download_blob/sparse_cache/file.d.ts.map +1 -0
  27. package/dist/drivers/download_blob/sparse_cache/ranges.d.ts +4 -3
  28. package/dist/drivers/download_blob/sparse_cache/ranges.d.ts.map +1 -0
  29. package/dist/drivers/download_blob_url/driver.d.ts +9 -7
  30. package/dist/drivers/download_blob_url/driver.d.ts.map +1 -0
  31. package/dist/drivers/download_blob_url/driver_id.d.ts +3 -2
  32. package/dist/drivers/download_blob_url/driver_id.d.ts.map +1 -0
  33. package/dist/drivers/download_blob_url/snapshot.d.ts +4 -3
  34. package/dist/drivers/download_blob_url/snapshot.d.ts.map +1 -0
  35. package/dist/drivers/download_blob_url/task.d.ts +8 -5
  36. package/dist/drivers/download_blob_url/task.d.ts.map +1 -0
  37. package/dist/drivers/download_blob_url/url.d.ts +1 -0
  38. package/dist/drivers/download_blob_url/url.d.ts.map +1 -0
  39. package/dist/drivers/download_url/driver.d.ts +6 -4
  40. package/dist/drivers/download_url/driver.d.ts.map +1 -0
  41. package/dist/drivers/download_url/task.d.ts +7 -4
  42. package/dist/drivers/download_url/task.d.ts.map +1 -0
  43. package/dist/drivers/helpers/download_local_handle.d.ts +5 -2
  44. package/dist/drivers/helpers/download_local_handle.d.ts.map +1 -0
  45. package/dist/drivers/helpers/download_remote_handle.d.ts +6 -3
  46. package/dist/drivers/helpers/download_remote_handle.d.ts.map +1 -0
  47. package/dist/drivers/helpers/files_cache.d.ts +2 -1
  48. package/dist/drivers/helpers/files_cache.d.ts.map +1 -0
  49. package/dist/drivers/helpers/helpers.d.ts +1 -0
  50. package/dist/drivers/helpers/helpers.d.ts.map +1 -0
  51. package/dist/drivers/helpers/logs_handle.d.ts +4 -1
  52. package/dist/drivers/helpers/logs_handle.d.ts.map +1 -0
  53. package/dist/drivers/helpers/ls_remote_import_handle.d.ts +3 -2
  54. package/dist/drivers/helpers/ls_remote_import_handle.d.ts.map +1 -0
  55. package/dist/drivers/helpers/ls_storage_entry.d.ts +2 -1
  56. package/dist/drivers/helpers/ls_storage_entry.d.ts.map +1 -0
  57. package/dist/drivers/helpers/polling_ops.d.ts +1 -0
  58. package/dist/drivers/helpers/polling_ops.d.ts.map +1 -0
  59. package/dist/drivers/helpers/read_file.d.ts +2 -1
  60. package/dist/drivers/helpers/read_file.d.ts.map +1 -0
  61. package/dist/drivers/helpers/test_helpers.d.ts +1 -0
  62. package/dist/drivers/helpers/test_helpers.d.ts.map +1 -0
  63. package/dist/drivers/logs.d.ts +7 -5
  64. package/dist/drivers/logs.d.ts.map +1 -0
  65. package/dist/drivers/logs_stream.d.ts +7 -5
  66. package/dist/drivers/logs_stream.d.ts.map +1 -0
  67. package/dist/drivers/ls.cjs +15 -6
  68. package/dist/drivers/ls.cjs.map +1 -1
  69. package/dist/drivers/ls.d.ts +5 -4
  70. package/dist/drivers/ls.d.ts.map +1 -0
  71. package/dist/drivers/ls.js +14 -5
  72. package/dist/drivers/ls.js.map +1 -1
  73. package/dist/drivers/types.d.ts +5 -4
  74. package/dist/drivers/types.d.ts.map +1 -0
  75. package/dist/drivers/upload.d.ts +9 -7
  76. package/dist/drivers/upload.d.ts.map +1 -0
  77. package/dist/drivers/upload_task.cjs +7 -3
  78. package/dist/drivers/upload_task.cjs.map +1 -1
  79. package/dist/drivers/upload_task.d.ts +10 -7
  80. package/dist/drivers/upload_task.d.ts.map +1 -0
  81. package/dist/drivers/upload_task.js +8 -4
  82. package/dist/drivers/upload_task.js.map +1 -1
  83. package/dist/drivers/urls/url.d.ts +3 -2
  84. package/dist/drivers/urls/url.d.ts.map +1 -0
  85. package/dist/drivers/virtual_storages.d.ts +2 -1
  86. package/dist/drivers/virtual_storages.d.ts.map +1 -0
  87. package/dist/helpers/download.d.ts +4 -3
  88. package/dist/helpers/download.d.ts.map +1 -0
  89. package/dist/helpers/validate.d.ts +1 -0
  90. package/dist/helpers/validate.d.ts.map +1 -0
  91. package/dist/index.cjs +1 -0
  92. package/dist/index.cjs.map +1 -1
  93. package/dist/index.d.ts +1 -0
  94. package/dist/index.d.ts.map +1 -0
  95. package/dist/index.js +1 -1
  96. package/dist/proto/github.com/googleapis/googleapis/google/rpc/status.d.ts +8 -2
  97. package/dist/proto/github.com/googleapis/googleapis/google/rpc/status.d.ts.map +1 -0
  98. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.d.ts +9 -4
  99. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.d.ts.map +1 -0
  100. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.d.ts +8 -2
  101. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.d.ts.map +1 -0
  102. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.d.ts +9 -4
  103. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.d.ts.map +1 -0
  104. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.d.ts +9 -3
  105. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.d.ts.map +1 -0
  106. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.d.ts +12 -4
  107. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.d.ts.map +1 -0
  108. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.d.ts +9 -3
  109. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.d.ts.map +1 -0
  110. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.d.ts +14 -4
  111. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.d.ts.map +1 -0
  112. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.d.ts +8 -2
  113. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.d.ts.map +1 -0
  114. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.cjs +47 -1
  115. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.cjs.map +1 -1
  116. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.client.d.ts +15 -4
  117. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.client.d.ts.map +1 -0
  118. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.d.ts +44 -2
  119. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.d.ts.map +1 -0
  120. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.js +48 -2
  121. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.js.map +1 -1
  122. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts +58 -4
  123. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts.map +1 -0
  124. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts +22 -7
  125. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts.map +1 -0
  126. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts +12 -4
  127. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts.map +1 -0
  128. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts +7 -1
  129. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts.map +1 -0
  130. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/import.d.ts +23 -7
  131. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/import.d.ts.map +1 -0
  132. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.d.ts +8 -2
  133. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.d.ts.map +1 -0
  134. package/dist/proto/google/api/http.d.ts +7 -1
  135. package/dist/proto/google/api/http.d.ts.map +1 -0
  136. package/dist/proto/google/protobuf/any.d.ts +11 -1
  137. package/dist/proto/google/protobuf/any.d.ts.map +1 -0
  138. package/dist/proto/google/protobuf/descriptor.d.ts +7 -1
  139. package/dist/proto/google/protobuf/descriptor.d.ts.map +1 -0
  140. package/dist/proto/google/protobuf/duration.d.ts +10 -1
  141. package/dist/proto/google/protobuf/duration.d.ts.map +1 -0
  142. package/dist/proto/google/protobuf/empty.d.ts +7 -1
  143. package/dist/proto/google/protobuf/empty.d.ts.map +1 -0
  144. package/dist/proto/google/protobuf/struct.d.ts +10 -1
  145. package/dist/proto/google/protobuf/struct.d.ts.map +1 -0
  146. package/dist/proto/google/protobuf/timestamp.d.ts +10 -1
  147. package/dist/proto/google/protobuf/timestamp.d.ts.map +1 -0
  148. package/dist/proto/google/protobuf/wrappers.d.ts +10 -1
  149. package/dist/proto/google/protobuf/wrappers.d.ts.map +1 -0
  150. package/dist/test_env.d.ts +1 -0
  151. package/dist/test_env.d.ts.map +1 -0
  152. package/package.json +12 -11
  153. package/src/clients/upload.ts +38 -14
  154. package/src/drivers/ls.ts +17 -6
  155. package/src/drivers/upload_task.ts +10 -3
  156. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.ts +69 -1
package/dist/index.cjs CHANGED
@@ -22,6 +22,7 @@ var validate = require('./helpers/validate.cjs');
22
22
 
23
23
 
24
24
 
25
+ exports.BadRequestError = upload.BadRequestError;
25
26
  exports.ClientUpload = upload.ClientUpload;
26
27
  exports.MTimeError = upload.MTimeError;
27
28
  exports.NetworkError = upload.NetworkError;
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/dist/index.d.ts CHANGED
@@ -18,3 +18,4 @@ export * from './drivers/helpers/helpers';
18
18
  export * from './drivers/helpers/polling_ops';
19
19
  export * from './drivers/types';
20
20
  export { validateAbsolute } from './helpers/validate';
21
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AAEvC,cAAc,uCAAuC,CAAC;AACtD,cAAc,oCAAoC,CAAC;AACnD,cAAc,sCAAsC,CAAC;AACrD,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,cAAc,CAAC;AAC7B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAE9C,cAAc,iBAAiB,CAAC;AAChC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { ClientUpload, MTimeError, NetworkError, NoFileForUploading, UnexpectedEOF } from './clients/upload.js';
1
+ export { BadRequestError, ClientUpload, MTimeError, NetworkError, NoFileForUploading, UnexpectedEOF } from './clients/upload.js';
2
2
  export { ClientProgress } from './clients/progress.js';
3
3
  export { ClientDownload, UnknownStorageError, WrongLocalFileUrl, getFullPath, newLocalStorageIdsToRoot, parseLocalUrl } from './clients/download.js';
4
4
  export { ClientLs } from './clients/ls_api.js';
@@ -1,5 +1,10 @@
1
- import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
2
- import { Any } from '../../../../../google/protobuf/any';
1
+ import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
2
+ import type { IBinaryWriter } from "@protobuf-ts/runtime";
3
+ import type { BinaryReadOptions } from "@protobuf-ts/runtime";
4
+ import type { IBinaryReader } from "@protobuf-ts/runtime";
5
+ import type { PartialMessage } from "@protobuf-ts/runtime";
6
+ import { MessageType } from "@protobuf-ts/runtime";
7
+ import { Any } from "../../../../../google/protobuf/any";
3
8
  /**
4
9
  * The `Status` type defines a logical error model that is suitable for
5
10
  * different programming environments, including REST APIs and RPC APIs. It is
@@ -45,3 +50,4 @@ declare class Status$Type extends MessageType<Status> {
45
50
  */
46
51
  export declare const Status: Status$Type;
47
52
  export {};
53
+ //# sourceMappingURL=status.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"status.d.ts","sourceRoot":"","sources":["../../../../../../../src/proto/github.com/googleapis/googleapis/google/rpc/status.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,GAAG,EAAE,MAAM,oCAAoC,CAAC;AACzD;;;;;;;;;;GAUG;AACH,MAAM,WAAW,MAAM;IACnB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;;;OAMG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;;OAKG;IACH,OAAO,EAAE,GAAG,EAAE,CAAC;CAClB;AAED,cAAM,WAAY,SAAQ,WAAW,CAAC,MAAM,CAAC;;IAQzC,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,GAAG,MAAM;IAS9C,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM;IAyB9G,mBAAmB,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAe1G;AACD;;GAEG;AACH,eAAO,MAAM,MAAM,aAAoB,CAAC"}
@@ -1,5 +1,9 @@
1
- import { RpcTransport, ServiceInfo, UnaryCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
2
- import { DownloadAPI_GetDownloadURL_Response, DownloadAPI_GetDownloadURL_Request } from './protocol';
1
+ import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
2
+ import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
3
+ import type { DownloadAPI_GetDownloadURL_Response } from "./protocol";
4
+ import type { DownloadAPI_GetDownloadURL_Request } from "./protocol";
5
+ import type { UnaryCall } from "@protobuf-ts/runtime-rpc";
6
+ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
3
7
  /**
4
8
  *
5
9
  * Download provides access to any data, that can be downloaded via network.
@@ -23,9 +27,9 @@ export interface IDownloadClient {
23
27
  export declare class DownloadClient implements IDownloadClient, ServiceInfo {
24
28
  private readonly _transport;
25
29
  typeName: string;
26
- methods: import('@protobuf-ts/runtime-rpc').MethodInfo<any, any>[];
30
+ methods: import("@protobuf-ts/runtime-rpc").MethodInfo<any, any>[];
27
31
  options: {
28
- [extensionName: string]: import('@protobuf-ts/runtime').JsonValue;
32
+ [extensionName: string]: import("@protobuf-ts/runtime").JsonValue;
29
33
  };
30
34
  constructor(_transport: RpcTransport);
31
35
  /**
@@ -33,3 +37,4 @@ export declare class DownloadClient implements IDownloadClient, ServiceInfo {
33
37
  */
34
38
  getDownloadURL(input: DownloadAPI_GetDownloadURL_Request, options?: RpcOptions): UnaryCall<DownloadAPI_GetDownloadURL_Request, DownloadAPI_GetDownloadURL_Response>;
35
39
  }
40
+ //# sourceMappingURL=protocol.client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"protocol.client.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAG5D,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,YAAY,CAAC;AACtE,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,YAAY,CAAC;AACrE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAC3D;;;;;;GAMG;AACH,MAAM,WAAW,eAAe;IAC5B;;OAEG;IACH,cAAc,CAAC,KAAK,EAAE,kCAAkC,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,kCAAkC,EAAE,mCAAmC,CAAC,CAAC;CACvK;AACD;;;;;;GAMG;AACH,qBAAa,cAAe,YAAW,eAAe,EAAE,WAAW;IAInD,OAAO,CAAC,QAAQ,CAAC,UAAU;IAHvC,QAAQ,SAAqB;IAC7B,OAAO,4DAAoB;IAC3B,OAAO;;MAAoB;gBACE,UAAU,EAAE,YAAY;IAErD;;OAEG;IACH,cAAc,CAAC,KAAK,EAAE,kCAAkC,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,kCAAkC,EAAE,mCAAmC,CAAC;CAItK"}
@@ -1,5 +1,10 @@
1
- import { ServiceType } from '@protobuf-ts/runtime-rpc';
2
- import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
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";
3
8
  /**
4
9
  * @generated from protobuf message MiLaboratories.Controller.Shared.DownloadAPI
5
10
  */
@@ -108,3 +113,4 @@ export declare const DownloadAPI_GetDownloadURL_Response: DownloadAPI_GetDownloa
108
113
  */
109
114
  export declare const Download: ServiceType;
110
115
  export {};
116
+ //# sourceMappingURL=protocol.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"protocol.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,9 @@
1
- import { RpcTransport, ServiceInfo, UnaryCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
2
- import { LsAPI_List_Response, LsAPI_List_Request } from './protocol';
1
+ import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
2
+ import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
3
+ import type { LsAPI_List_Response } from "./protocol";
4
+ import type { LsAPI_List_Request } from "./protocol";
5
+ import type { UnaryCall } from "@protobuf-ts/runtime-rpc";
6
+ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
3
7
  /**
4
8
  *
5
9
  * LS provides access to lists of blobs (files, S3 objects and so on) is some storage.
@@ -29,9 +33,9 @@ export interface ILSClient {
29
33
  export declare class LSClient implements ILSClient, ServiceInfo {
30
34
  private readonly _transport;
31
35
  typeName: string;
32
- methods: import('@protobuf-ts/runtime-rpc').MethodInfo<any, any>[];
36
+ methods: import("@protobuf-ts/runtime-rpc").MethodInfo<any, any>[];
33
37
  options: {
34
- [extensionName: string]: import('@protobuf-ts/runtime').JsonValue;
38
+ [extensionName: string]: import("@protobuf-ts/runtime").JsonValue;
35
39
  };
36
40
  constructor(_transport: RpcTransport);
37
41
  /**
@@ -39,3 +43,4 @@ export declare class LSClient implements ILSClient, ServiceInfo {
39
43
  */
40
44
  list(input: LsAPI_List_Request, options?: RpcOptions): UnaryCall<LsAPI_List_Request, LsAPI_List_Response>;
41
45
  }
46
+ //# sourceMappingURL=protocol.client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"protocol.client.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAG5D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACtD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAC3D;;;;;;;;;GASG;AACH,MAAM,WAAW,SAAS;IACtB;;OAEG;IACH,IAAI,CAAC,KAAK,EAAE,kBAAkB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,kBAAkB,EAAE,mBAAmB,CAAC,CAAC;CAC7G;AACD;;;;;;;;;GASG;AACH,qBAAa,QAAS,YAAW,SAAS,EAAE,WAAW;IAIvC,OAAO,CAAC,QAAQ,CAAC,UAAU;IAHvC,QAAQ,SAAe;IACvB,OAAO,4DAAc;IACrB,OAAO;;MAAc;gBACQ,UAAU,EAAE,YAAY;IAErD;;OAEG;IACH,IAAI,CAAC,KAAK,EAAE,kBAAkB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,kBAAkB,EAAE,mBAAmB,CAAC;CAI5G"}
@@ -1,6 +1,11 @@
1
- import { ServiceType } from '@protobuf-ts/runtime-rpc';
2
- import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
3
- import { Timestamp } from '../../../../../../../google/protobuf/timestamp';
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
+ import { Timestamp } from "../../../../../../../google/protobuf/timestamp";
4
9
  /**
5
10
  * @generated from protobuf message MiLaboratories.Controller.Shared.LsAPI
6
11
  */
@@ -162,3 +167,4 @@ export declare const LsAPI_List_Response: LsAPI_List_Response$Type;
162
167
  */
163
168
  export declare const LS: ServiceType;
164
169
  export {};
170
+ //# sourceMappingURL=protocol.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"protocol.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,12 @@
1
- import { RpcTransport, ServiceInfo, ServerStreamingCall, UnaryCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
2
- import { ProgressAPI_RealtimeStatus_Response, ProgressAPI_RealtimeStatus_Request, ProgressAPI_GetStatus_Response, ProgressAPI_GetStatus_Request } from './protocol';
1
+ import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
2
+ import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
3
+ import type { ProgressAPI_RealtimeStatus_Response } from "./protocol";
4
+ import type { ProgressAPI_RealtimeStatus_Request } from "./protocol";
5
+ import type { ServerStreamingCall } from "@protobuf-ts/runtime-rpc";
6
+ import type { ProgressAPI_GetStatus_Response } from "./protocol";
7
+ import type { ProgressAPI_GetStatus_Request } from "./protocol";
8
+ import type { UnaryCall } from "@protobuf-ts/runtime-rpc";
9
+ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
3
10
  /**
4
11
  *
5
12
  * Progress provides access to progress of any long-running process associated with resource.
@@ -27,9 +34,9 @@ export interface IProgressClient {
27
34
  export declare class ProgressClient implements IProgressClient, ServiceInfo {
28
35
  private readonly _transport;
29
36
  typeName: string;
30
- methods: import('@protobuf-ts/runtime-rpc').MethodInfo<any, any>[];
37
+ methods: import("@protobuf-ts/runtime-rpc").MethodInfo<any, any>[];
31
38
  options: {
32
- [extensionName: string]: import('@protobuf-ts/runtime').JsonValue;
39
+ [extensionName: string]: import("@protobuf-ts/runtime").JsonValue;
33
40
  };
34
41
  constructor(_transport: RpcTransport);
35
42
  /**
@@ -41,3 +48,4 @@ export declare class ProgressClient implements IProgressClient, ServiceInfo {
41
48
  */
42
49
  realtimeStatus(input: ProgressAPI_RealtimeStatus_Request, options?: RpcOptions): ServerStreamingCall<ProgressAPI_RealtimeStatus_Request, ProgressAPI_RealtimeStatus_Response>;
43
50
  }
51
+ //# sourceMappingURL=protocol.client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"protocol.client.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,YAAY,CAAC;AACtE,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,YAAY,CAAC;AACrE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAEpE,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,YAAY,CAAC;AACjE,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,YAAY,CAAC;AAChE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAC3D;;;;;;GAMG;AACH,MAAM,WAAW,eAAe;IAC5B;;OAEG;IACH,SAAS,CAAC,KAAK,EAAE,6BAA6B,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,6BAA6B,EAAE,8BAA8B,CAAC,CAAC;IAChJ;;OAEG;IACH,cAAc,CAAC,KAAK,EAAE,kCAAkC,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,mBAAmB,CAAC,kCAAkC,EAAE,mCAAmC,CAAC,CAAC;CACjL;AACD;;;;;;GAMG;AACH,qBAAa,cAAe,YAAW,eAAe,EAAE,WAAW;IAInD,OAAO,CAAC,QAAQ,CAAC,UAAU;IAHvC,QAAQ,SAAqB;IAC7B,OAAO,4DAAoB;IAC3B,OAAO;;MAAoB;gBACE,UAAU,EAAE,YAAY;IAErD;;OAEG;IACH,SAAS,CAAC,KAAK,EAAE,6BAA6B,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,6BAA6B,EAAE,8BAA8B,CAAC;IAI/I;;OAEG;IACH,cAAc,CAAC,KAAK,EAAE,kCAAkC,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,mBAAmB,CAAC,kCAAkC,EAAE,mCAAmC,CAAC;CAIhL"}
@@ -1,6 +1,11 @@
1
- import { ServiceType } from '@protobuf-ts/runtime-rpc';
2
- import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
3
- import { Duration } from '../../../../../../../google/protobuf/duration';
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
+ import { Duration } from "../../../../../../../google/protobuf/duration";
4
9
  /**
5
10
  * @generated from protobuf message MiLaboratories.Controller.Shared.ProgressAPI
6
11
  */
@@ -168,3 +173,4 @@ export declare const ProgressAPI_RealtimeStatus_Response: ProgressAPI_RealtimeSt
168
173
  */
169
174
  export declare const Progress: ServiceType;
170
175
  export {};
176
+ //# sourceMappingURL=protocol.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"protocol.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,14 @@
1
- import { RpcTransport, ServiceInfo, UnaryCall, ServerStreamingCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
2
- import { StreamingAPI_LastLines, StreamingAPI_ReadText, StreamingAPI_StreamText, StreamingAPI_ReadBinary, StreamingAPI_Response, StreamingAPI_StreamBinary } from './protocol';
1
+ import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
2
+ import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
3
+ import type { StreamingAPI_LastLines } from "./protocol";
4
+ import type { StreamingAPI_ReadText } from "./protocol";
5
+ import type { StreamingAPI_StreamText } from "./protocol";
6
+ import type { StreamingAPI_ReadBinary } from "./protocol";
7
+ import type { UnaryCall } from "@protobuf-ts/runtime-rpc";
8
+ import type { StreamingAPI_Response } from "./protocol";
9
+ import type { StreamingAPI_StreamBinary } from "./protocol";
10
+ import type { ServerStreamingCall } from "@protobuf-ts/runtime-rpc";
11
+ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
3
12
  /**
4
13
  *
5
14
  * Streaming provides access to online data stream from item in storage. Whenever item is appended with data,
@@ -67,9 +76,9 @@ export interface IStreamingClient {
67
76
  export declare class StreamingClient implements IStreamingClient, ServiceInfo {
68
77
  private readonly _transport;
69
78
  typeName: string;
70
- methods: import('@protobuf-ts/runtime-rpc').MethodInfo<any, any>[];
79
+ methods: import("@protobuf-ts/runtime-rpc").MethodInfo<any, any>[];
71
80
  options: {
72
- [extensionName: string]: import('@protobuf-ts/runtime').JsonValue;
81
+ [extensionName: string]: import("@protobuf-ts/runtime").JsonValue;
73
82
  };
74
83
  constructor(_transport: RpcTransport);
75
84
  /**
@@ -119,3 +128,4 @@ export declare class StreamingClient implements IStreamingClient, ServiceInfo {
119
128
  */
120
129
  lastLines(input: StreamingAPI_LastLines, options?: RpcOptions): UnaryCall<StreamingAPI_LastLines, StreamingAPI_Response>;
121
130
  }
131
+ //# sourceMappingURL=protocol.client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"protocol.client.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AACzD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AACxD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAC;AAC1D,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAC;AAC1D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AACxD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAC3D;;;;;;;GAOG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;;;OAMG;IACH,YAAY,CAAC,KAAK,EAAE,yBAAyB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,mBAAmB,CAAC,yBAAyB,EAAE,qBAAqB,CAAC,CAAC;IAC5I;;;;;;;OAOG;IACH,UAAU,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,uBAAuB,EAAE,qBAAqB,CAAC,CAAC;IAC5H;;;;;OAKG;IACH,UAAU,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,mBAAmB,CAAC,uBAAuB,EAAE,qBAAqB,CAAC,CAAC;IACtI;;;;;;;OAOG;IACH,QAAQ,CAAC,KAAK,EAAE,qBAAqB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,qBAAqB,EAAE,qBAAqB,CAAC,CAAC;IACtH;;;;;;;;;;;OAWG;IACH,SAAS,CAAC,KAAK,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,sBAAsB,EAAE,qBAAqB,CAAC,CAAC;CAC5H;AACD;;;;;;;GAOG;AACH,qBAAa,eAAgB,YAAW,gBAAgB,EAAE,WAAW;IAIrD,OAAO,CAAC,QAAQ,CAAC,UAAU;IAHvC,QAAQ,SAAsB;IAC9B,OAAO,4DAAqB;IAC5B,OAAO;;MAAqB;gBACC,UAAU,EAAE,YAAY;IAErD;;;;;;OAMG;IACH,YAAY,CAAC,KAAK,EAAE,yBAAyB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,mBAAmB,CAAC,yBAAyB,EAAE,qBAAqB,CAAC;IAI3I;;;;;;;OAOG;IACH,UAAU,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,uBAAuB,EAAE,qBAAqB,CAAC;IAI3H;;;;;OAKG;IACH,UAAU,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,mBAAmB,CAAC,uBAAuB,EAAE,qBAAqB,CAAC;IAIrI;;;;;;;OAOG;IACH,QAAQ,CAAC,KAAK,EAAE,qBAAqB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,qBAAqB,EAAE,qBAAqB,CAAC;IAIrH;;;;;;;;;;;OAWG;IACH,SAAS,CAAC,KAAK,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,sBAAsB,EAAE,qBAAqB,CAAC;CAI3H"}
@@ -1,5 +1,10 @@
1
- import { ServiceType } from '@protobuf-ts/runtime-rpc';
2
- import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
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";
3
8
  /**
4
9
  * @generated from protobuf message MiLaboratories.Controller.Shared.StreamingAPI
5
10
  */
@@ -312,3 +317,4 @@ export declare const StreamingAPI_Response: StreamingAPI_Response$Type;
312
317
  */
313
318
  export declare const Streaming: ServiceType;
314
319
  export {};
320
+ //# sourceMappingURL=protocol.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"protocol.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAEvD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD;;GAEG;AACH,MAAM,WAAW,YAAY;CAC5B;AACD;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;;;;OAOG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;;;;;;OASG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AACD;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;;;;OAOG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AACD;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;;;OAMG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;;;;;;OASG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AACD;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;;;OAMG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;;;;;;;;OAWG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AACD;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AACD;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,IAAI,EAAE,UAAU,CAAC;IACjB;;;;;;;;OAQG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;;;;;;OASG;IACH,SAAS,EAAE,MAAM,CAAC;CACrB;AAED,cAAM,iBAAkB,SAAQ,WAAW,CAAC,YAAY,CAAC;;IAIrD,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,YAAY,CAAC,GAAG,YAAY;IAM1D,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,YAAY,GAAG,YAAY;IAgB1H,mBAAmB,CAAC,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAMhH;AACD;;GAEG;AACH,eAAO,MAAM,YAAY,mBAA0B,CAAC;AAEpD,cAAM,8BAA+B,SAAQ,WAAW,CAAC,yBAAyB,CAAC;;IAS/E,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,yBAAyB,CAAC,GAAG,yBAAyB;IAQpF,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,yBAAyB,GAAG,yBAAyB;IA4BpJ,mBAAmB,CAAC,OAAO,EAAE,yBAAyB,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAkB7H;AACD;;GAEG;AACH,eAAO,MAAM,yBAAyB,gCAAuC,CAAC;AAE9E,cAAM,4BAA6B,SAAQ,WAAW,CAAC,uBAAuB,CAAC;;IAQ3E,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,uBAAuB,CAAC,GAAG,uBAAuB;IAQhF,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,uBAAuB,GAAG,uBAAuB;IAyBhJ,mBAAmB,CAAC,OAAO,EAAE,uBAAuB,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAe3H;AACD;;GAEG;AACH,eAAO,MAAM,uBAAuB,8BAAqC,CAAC;AAE1E,cAAM,4BAA6B,SAAQ,WAAW,CAAC,uBAAuB,CAAC;;IAU3E,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,uBAAuB,CAAC,GAAG,uBAAuB;IAQhF,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,uBAAuB,GAAG,uBAAuB;IA+BhJ,mBAAmB,CAAC,OAAO,EAAE,uBAAuB,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAqB3H;AACD;;GAEG;AACH,eAAO,MAAM,uBAAuB,8BAAqC,CAAC;AAE1E,cAAM,0BAA2B,SAAQ,WAAW,CAAC,qBAAqB,CAAC;;IAUvE,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC,GAAG,qBAAqB;IAQ5E,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,qBAAqB,GAAG,qBAAqB;IA+B5I,mBAAmB,CAAC,OAAO,EAAE,qBAAqB,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAqBzH;AACD;;GAEG;AACH,eAAO,MAAM,qBAAqB,4BAAmC,CAAC;AAEtE,cAAM,2BAA4B,SAAQ,WAAW,CAAC,sBAAsB,CAAC;;IAUzE,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,sBAAsB,CAAC,GAAG,sBAAsB;IAO9E,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,sBAAsB,GAAG,sBAAsB;IA+B9I,mBAAmB,CAAC,OAAO,EAAE,sBAAsB,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAqB1H;AACD;;GAEG;AACH,eAAO,MAAM,sBAAsB,6BAAoC,CAAC;AAExE,cAAM,0BAA2B,SAAQ,WAAW,CAAC,qBAAqB,CAAC;;IAQvE,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC,GAAG,qBAAqB;IAS5E,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,qBAAqB,GAAG,qBAAqB;IAyB5I,mBAAmB,CAAC,OAAO,EAAE,qBAAqB,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAezH;AACD;;GAEG;AACH,eAAO,MAAM,qBAAqB,4BAAmC,CAAC;AACtE;;GAEG;AACH,eAAO,MAAM,SAAS,aAMpB,CAAC"}
@@ -6,6 +6,20 @@ var runtime = require('@protobuf-ts/runtime');
6
6
  // @generated by protobuf-ts 2.11.0 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none
7
7
  // @generated from protobuf file "github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.proto" (package "MiLaboratories.Controller.Shared", syntax proto3)
8
8
  // tslint:disable
9
+ /**
10
+ * @generated from protobuf enum MiLaboratories.Controller.Shared.uploadapi.ChecksumAlgorithm
11
+ */
12
+ exports.uploadapi_ChecksumAlgorithm = void 0;
13
+ (function (uploadapi_ChecksumAlgorithm) {
14
+ /**
15
+ * @generated from protobuf enum value: CHECKSUM_ALGORITHM_UNSPECIFIED = 0;
16
+ */
17
+ uploadapi_ChecksumAlgorithm[uploadapi_ChecksumAlgorithm["UNSPECIFIED"] = 0] = "UNSPECIFIED";
18
+ /**
19
+ * @generated from protobuf enum value: CHECKSUM_ALGORITHM_CRC32C = 1;
20
+ */
21
+ uploadapi_ChecksumAlgorithm[uploadapi_ChecksumAlgorithm["CRC32C"] = 1] = "CRC32C";
22
+ })(exports.uploadapi_ChecksumAlgorithm || (exports.uploadapi_ChecksumAlgorithm = {}));
9
23
  // @generated message type with reflection information, may provide speed optimized methods
10
24
  class uploadapi$Type extends runtime.MessageType {
11
25
  constructor() {
@@ -134,12 +148,18 @@ class uploadapi_Init_Response$Type extends runtime.MessageType {
134
148
  constructor() {
135
149
  super("MiLaboratories.Controller.Shared.uploadapi.Init.Response", [
136
150
  { no: 1, name: "parts_count", kind: "scalar", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },
151
+ { no: 3, name: "part_size", kind: "scalar", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },
152
+ { no: 4, name: "checksum_algorithm", kind: "enum", T: () => ["MiLaboratories.Controller.Shared.uploadapi.ChecksumAlgorithm", exports.uploadapi_ChecksumAlgorithm, "CHECKSUM_ALGORITHM_"] },
153
+ { no: 5, name: "checksum_header", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
137
154
  { no: 2, name: "uploaded_parts", kind: "scalar", repeat: 1 /*RepeatType.PACKED*/, T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ }
138
155
  ]);
139
156
  }
140
157
  create(value) {
141
158
  const message = globalThis.Object.create((this.messagePrototype));
142
159
  message.partsCount = 0n;
160
+ message.partSize = 0n;
161
+ message.checksumAlgorithm = 0;
162
+ message.checksumHeader = "";
143
163
  message.uploadedParts = [];
144
164
  if (value !== undefined)
145
165
  runtime.reflectionMergePartial(this, message, value);
@@ -153,6 +173,15 @@ class uploadapi_Init_Response$Type extends runtime.MessageType {
153
173
  case /* uint64 parts_count */ 1:
154
174
  message.partsCount = reader.uint64().toBigInt();
155
175
  break;
176
+ case /* uint64 part_size */ 3:
177
+ message.partSize = reader.uint64().toBigInt();
178
+ break;
179
+ case /* MiLaboratories.Controller.Shared.uploadapi.ChecksumAlgorithm checksum_algorithm */ 4:
180
+ message.checksumAlgorithm = reader.int32();
181
+ break;
182
+ case /* string checksum_header */ 5:
183
+ message.checksumHeader = reader.string();
184
+ break;
156
185
  case /* repeated uint64 uploaded_parts */ 2:
157
186
  if (wireType === runtime.WireType.LengthDelimited)
158
187
  for (let e = reader.int32() + reader.pos; reader.pos < e;)
@@ -182,6 +211,15 @@ class uploadapi_Init_Response$Type extends runtime.MessageType {
182
211
  writer.uint64(message.uploadedParts[i]);
183
212
  writer.join();
184
213
  }
214
+ /* uint64 part_size = 3; */
215
+ if (message.partSize !== 0n)
216
+ writer.tag(3, runtime.WireType.Varint).uint64(message.partSize);
217
+ /* MiLaboratories.Controller.Shared.uploadapi.ChecksumAlgorithm checksum_algorithm = 4; */
218
+ if (message.checksumAlgorithm !== 0)
219
+ writer.tag(4, runtime.WireType.Varint).int32(message.checksumAlgorithm);
220
+ /* string checksum_header = 5; */
221
+ if (message.checksumHeader !== "")
222
+ writer.tag(5, runtime.WireType.LengthDelimited).string(message.checksumHeader);
185
223
  let u = options.writeUnknownFields;
186
224
  if (u !== false)
187
225
  (u == true ? runtime.UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
@@ -368,7 +406,8 @@ class uploadapi_GetPartURL_Request$Type extends runtime.MessageType {
368
406
  { no: 1, name: "resource_id", kind: "scalar", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },
369
407
  { no: 2, name: "part_number", kind: "scalar", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },
370
408
  { no: 3, name: "uploaded_part_size", kind: "scalar", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },
371
- { no: 4, name: "is_internal_use", kind: "scalar", T: 8 /*ScalarType.BOOL*/ }
409
+ { no: 4, name: "is_internal_use", kind: "scalar", T: 8 /*ScalarType.BOOL*/ },
410
+ { no: 5, name: "part_checksum", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
372
411
  ]);
373
412
  }
374
413
  create(value) {
@@ -377,6 +416,7 @@ class uploadapi_GetPartURL_Request$Type extends runtime.MessageType {
377
416
  message.partNumber = 0n;
378
417
  message.uploadedPartSize = 0n;
379
418
  message.isInternalUse = false;
419
+ message.partChecksum = "";
380
420
  if (value !== undefined)
381
421
  runtime.reflectionMergePartial(this, message, value);
382
422
  return message;
@@ -398,6 +438,9 @@ class uploadapi_GetPartURL_Request$Type extends runtime.MessageType {
398
438
  case /* bool is_internal_use */ 4:
399
439
  message.isInternalUse = reader.bool();
400
440
  break;
441
+ case /* string part_checksum */ 5:
442
+ message.partChecksum = reader.string();
443
+ break;
401
444
  default:
402
445
  let u = options.readUnknownField;
403
446
  if (u === "throw")
@@ -422,6 +465,9 @@ class uploadapi_GetPartURL_Request$Type extends runtime.MessageType {
422
465
  /* bool is_internal_use = 4; */
423
466
  if (message.isInternalUse !== false)
424
467
  writer.tag(4, runtime.WireType.Varint).bool(message.isInternalUse);
468
+ /* string part_checksum = 5; */
469
+ if (message.partChecksum !== "")
470
+ writer.tag(5, runtime.WireType.LengthDelimited).string(message.partChecksum);
425
471
  let u = options.writeUnknownFields;
426
472
  if (u !== false)
427
473
  (u == true ? runtime.UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);