@milaboratories/pl-drivers 1.6.4 → 1.6.5

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 (82) hide show
  1. package/dist/index.js +2 -2
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +2026 -2480
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/proto/github.com/googleapis/googleapis/google/rpc/status.d.ts +48 -0
  6. package/dist/proto/github.com/googleapis/googleapis/google/rpc/status.d.ts.map +1 -0
  7. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.d.ts +2 -2
  8. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.d.ts.map +1 -1
  9. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.d.ts +13 -5
  10. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.d.ts.map +1 -1
  11. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.d.ts +2 -2
  12. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.d.ts.map +1 -1
  13. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.d.ts +11 -11
  14. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.d.ts.map +1 -1
  15. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.d.ts +4 -4
  16. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.d.ts.map +1 -1
  17. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.d.ts +10 -10
  18. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.d.ts.map +1 -1
  19. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.d.ts +10 -10
  20. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.d.ts.map +1 -1
  21. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.d.ts +25 -25
  22. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.d.ts.map +1 -1
  23. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.client.d.ts +8 -8
  24. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.client.d.ts.map +1 -1
  25. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.d.ts +24 -16
  26. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.d.ts.map +1 -1
  27. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts +277 -0
  28. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts.map +1 -0
  29. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts +5344 -0
  30. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts.map +1 -0
  31. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts +530 -0
  32. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts.map +1 -0
  33. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts +82 -0
  34. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts.map +1 -0
  35. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/import.d.ts +91 -0
  36. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/import.d.ts.map +1 -0
  37. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.d.ts +251 -0
  38. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.d.ts.map +1 -0
  39. package/dist/proto/google/api/http.d.ts +46 -42
  40. package/dist/proto/google/api/http.d.ts.map +1 -1
  41. package/dist/proto/google/protobuf/any.d.ts +172 -0
  42. package/dist/proto/google/protobuf/any.d.ts.map +1 -0
  43. package/dist/proto/google/protobuf/descriptor.d.ts +1003 -170
  44. package/dist/proto/google/protobuf/descriptor.d.ts.map +1 -1
  45. package/dist/proto/google/protobuf/duration.d.ts +2 -3
  46. package/dist/proto/google/protobuf/duration.d.ts.map +1 -1
  47. package/dist/proto/google/protobuf/empty.d.ts +27 -0
  48. package/dist/proto/google/protobuf/empty.d.ts.map +1 -0
  49. package/dist/proto/google/protobuf/struct.d.ts +179 -0
  50. package/dist/proto/google/protobuf/struct.d.ts.map +1 -0
  51. package/dist/proto/google/protobuf/timestamp.d.ts +3 -6
  52. package/dist/proto/google/protobuf/timestamp.d.ts.map +1 -1
  53. package/dist/proto/google/protobuf/wrappers.d.ts +327 -0
  54. package/dist/proto/google/protobuf/wrappers.d.ts.map +1 -0
  55. package/package.json +5 -5
  56. package/src/clients/download.ts +1 -1
  57. package/src/clients/upload.ts +1 -1
  58. package/src/proto/github.com/googleapis/googleapis/google/rpc/status.ts +125 -0
  59. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.ts +25 -40
  60. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.ts +252 -396
  61. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.ts +25 -37
  62. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.ts +341 -453
  63. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.ts +39 -65
  64. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.ts +398 -630
  65. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.ts +126 -194
  66. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.ts +626 -964
  67. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.client.ts +102 -153
  68. package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/uploadapi/protocol.ts +741 -1082
  69. package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.ts +406 -0
  70. package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/api.ts +14986 -0
  71. package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.ts +1474 -0
  72. package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.ts +181 -0
  73. package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/import.ts +251 -0
  74. package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.ts +693 -0
  75. package/src/proto/google/api/http.ts +336 -492
  76. package/src/proto/google/protobuf/any.ts +326 -0
  77. package/src/proto/google/protobuf/descriptor.ts +4383 -4772
  78. package/src/proto/google/protobuf/duration.ts +122 -169
  79. package/src/proto/google/protobuf/empty.ts +94 -0
  80. package/src/proto/google/protobuf/struct.ts +484 -0
  81. package/src/proto/google/protobuf/timestamp.ts +150 -225
  82. package/src/proto/google/protobuf/wrappers.ts +785 -0
@@ -0,0 +1,327 @@
1
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, JsonValue, JsonReadOptions, JsonWriteOptions, MessageType } from '@protobuf-ts/runtime';
2
+ /**
3
+ * Wrapper message for `double`.
4
+ *
5
+ * The JSON representation for `DoubleValue` is JSON number.
6
+ *
7
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
8
+ * has no plan to be removed.
9
+ *
10
+ * @generated from protobuf message google.protobuf.DoubleValue
11
+ */
12
+ export interface DoubleValue {
13
+ /**
14
+ * The double value.
15
+ *
16
+ * @generated from protobuf field: double value = 1
17
+ */
18
+ value: number;
19
+ }
20
+ /**
21
+ * Wrapper message for `float`.
22
+ *
23
+ * The JSON representation for `FloatValue` is JSON number.
24
+ *
25
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
26
+ * has no plan to be removed.
27
+ *
28
+ * @generated from protobuf message google.protobuf.FloatValue
29
+ */
30
+ export interface FloatValue {
31
+ /**
32
+ * The float value.
33
+ *
34
+ * @generated from protobuf field: float value = 1
35
+ */
36
+ value: number;
37
+ }
38
+ /**
39
+ * Wrapper message for `int64`.
40
+ *
41
+ * The JSON representation for `Int64Value` is JSON string.
42
+ *
43
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
44
+ * has no plan to be removed.
45
+ *
46
+ * @generated from protobuf message google.protobuf.Int64Value
47
+ */
48
+ export interface Int64Value {
49
+ /**
50
+ * The int64 value.
51
+ *
52
+ * @generated from protobuf field: int64 value = 1
53
+ */
54
+ value: bigint;
55
+ }
56
+ /**
57
+ * Wrapper message for `uint64`.
58
+ *
59
+ * The JSON representation for `UInt64Value` is JSON string.
60
+ *
61
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
62
+ * has no plan to be removed.
63
+ *
64
+ * @generated from protobuf message google.protobuf.UInt64Value
65
+ */
66
+ export interface UInt64Value {
67
+ /**
68
+ * The uint64 value.
69
+ *
70
+ * @generated from protobuf field: uint64 value = 1
71
+ */
72
+ value: bigint;
73
+ }
74
+ /**
75
+ * Wrapper message for `int32`.
76
+ *
77
+ * The JSON representation for `Int32Value` is JSON number.
78
+ *
79
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
80
+ * has no plan to be removed.
81
+ *
82
+ * @generated from protobuf message google.protobuf.Int32Value
83
+ */
84
+ export interface Int32Value {
85
+ /**
86
+ * The int32 value.
87
+ *
88
+ * @generated from protobuf field: int32 value = 1
89
+ */
90
+ value: number;
91
+ }
92
+ /**
93
+ * Wrapper message for `uint32`.
94
+ *
95
+ * The JSON representation for `UInt32Value` is JSON number.
96
+ *
97
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
98
+ * has no plan to be removed.
99
+ *
100
+ * @generated from protobuf message google.protobuf.UInt32Value
101
+ */
102
+ export interface UInt32Value {
103
+ /**
104
+ * The uint32 value.
105
+ *
106
+ * @generated from protobuf field: uint32 value = 1
107
+ */
108
+ value: number;
109
+ }
110
+ /**
111
+ * Wrapper message for `bool`.
112
+ *
113
+ * The JSON representation for `BoolValue` is JSON `true` and `false`.
114
+ *
115
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
116
+ * has no plan to be removed.
117
+ *
118
+ * @generated from protobuf message google.protobuf.BoolValue
119
+ */
120
+ export interface BoolValue {
121
+ /**
122
+ * The bool value.
123
+ *
124
+ * @generated from protobuf field: bool value = 1
125
+ */
126
+ value: boolean;
127
+ }
128
+ /**
129
+ * Wrapper message for `string`.
130
+ *
131
+ * The JSON representation for `StringValue` is JSON string.
132
+ *
133
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
134
+ * has no plan to be removed.
135
+ *
136
+ * @generated from protobuf message google.protobuf.StringValue
137
+ */
138
+ export interface StringValue {
139
+ /**
140
+ * The string value.
141
+ *
142
+ * @generated from protobuf field: string value = 1
143
+ */
144
+ value: string;
145
+ }
146
+ /**
147
+ * Wrapper message for `bytes`.
148
+ *
149
+ * The JSON representation for `BytesValue` is JSON string.
150
+ *
151
+ * Not recommended for use in new APIs, but still useful for legacy APIs and
152
+ * has no plan to be removed.
153
+ *
154
+ * @generated from protobuf message google.protobuf.BytesValue
155
+ */
156
+ export interface BytesValue {
157
+ /**
158
+ * The bytes value.
159
+ *
160
+ * @generated from protobuf field: bytes value = 1
161
+ */
162
+ value: Uint8Array;
163
+ }
164
+ declare class DoubleValue$Type extends MessageType<DoubleValue> {
165
+ constructor();
166
+ /**
167
+ * Encode `DoubleValue` to JSON number.
168
+ */
169
+ internalJsonWrite(message: DoubleValue, options: JsonWriteOptions): JsonValue;
170
+ /**
171
+ * Decode `DoubleValue` from JSON number.
172
+ */
173
+ internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: DoubleValue): DoubleValue;
174
+ create(value?: PartialMessage<DoubleValue>): DoubleValue;
175
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DoubleValue): DoubleValue;
176
+ internalBinaryWrite(message: DoubleValue, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
177
+ }
178
+ /**
179
+ * @generated MessageType for protobuf message google.protobuf.DoubleValue
180
+ */
181
+ export declare const DoubleValue: DoubleValue$Type;
182
+ declare class FloatValue$Type extends MessageType<FloatValue> {
183
+ constructor();
184
+ /**
185
+ * Encode `FloatValue` to JSON number.
186
+ */
187
+ internalJsonWrite(message: FloatValue, options: JsonWriteOptions): JsonValue;
188
+ /**
189
+ * Decode `FloatValue` from JSON number.
190
+ */
191
+ internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: FloatValue): FloatValue;
192
+ create(value?: PartialMessage<FloatValue>): FloatValue;
193
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FloatValue): FloatValue;
194
+ internalBinaryWrite(message: FloatValue, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
195
+ }
196
+ /**
197
+ * @generated MessageType for protobuf message google.protobuf.FloatValue
198
+ */
199
+ export declare const FloatValue: FloatValue$Type;
200
+ declare class Int64Value$Type extends MessageType<Int64Value> {
201
+ constructor();
202
+ /**
203
+ * Encode `Int64Value` to JSON string.
204
+ */
205
+ internalJsonWrite(message: Int64Value, options: JsonWriteOptions): JsonValue;
206
+ /**
207
+ * Decode `Int64Value` from JSON string.
208
+ */
209
+ internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: Int64Value): Int64Value;
210
+ create(value?: PartialMessage<Int64Value>): Int64Value;
211
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Int64Value): Int64Value;
212
+ internalBinaryWrite(message: Int64Value, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
213
+ }
214
+ /**
215
+ * @generated MessageType for protobuf message google.protobuf.Int64Value
216
+ */
217
+ export declare const Int64Value: Int64Value$Type;
218
+ declare class UInt64Value$Type extends MessageType<UInt64Value> {
219
+ constructor();
220
+ /**
221
+ * Encode `UInt64Value` to JSON string.
222
+ */
223
+ internalJsonWrite(message: UInt64Value, options: JsonWriteOptions): JsonValue;
224
+ /**
225
+ * Decode `UInt64Value` from JSON string.
226
+ */
227
+ internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: UInt64Value): UInt64Value;
228
+ create(value?: PartialMessage<UInt64Value>): UInt64Value;
229
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: UInt64Value): UInt64Value;
230
+ internalBinaryWrite(message: UInt64Value, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
231
+ }
232
+ /**
233
+ * @generated MessageType for protobuf message google.protobuf.UInt64Value
234
+ */
235
+ export declare const UInt64Value: UInt64Value$Type;
236
+ declare class Int32Value$Type extends MessageType<Int32Value> {
237
+ constructor();
238
+ /**
239
+ * Encode `Int32Value` to JSON string.
240
+ */
241
+ internalJsonWrite(message: Int32Value, options: JsonWriteOptions): JsonValue;
242
+ /**
243
+ * Decode `Int32Value` from JSON string.
244
+ */
245
+ internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: Int32Value): Int32Value;
246
+ create(value?: PartialMessage<Int32Value>): Int32Value;
247
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Int32Value): Int32Value;
248
+ internalBinaryWrite(message: Int32Value, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
249
+ }
250
+ /**
251
+ * @generated MessageType for protobuf message google.protobuf.Int32Value
252
+ */
253
+ export declare const Int32Value: Int32Value$Type;
254
+ declare class UInt32Value$Type extends MessageType<UInt32Value> {
255
+ constructor();
256
+ /**
257
+ * Encode `UInt32Value` to JSON string.
258
+ */
259
+ internalJsonWrite(message: UInt32Value, options: JsonWriteOptions): JsonValue;
260
+ /**
261
+ * Decode `UInt32Value` from JSON string.
262
+ */
263
+ internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: UInt32Value): UInt32Value;
264
+ create(value?: PartialMessage<UInt32Value>): UInt32Value;
265
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: UInt32Value): UInt32Value;
266
+ internalBinaryWrite(message: UInt32Value, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
267
+ }
268
+ /**
269
+ * @generated MessageType for protobuf message google.protobuf.UInt32Value
270
+ */
271
+ export declare const UInt32Value: UInt32Value$Type;
272
+ declare class BoolValue$Type extends MessageType<BoolValue> {
273
+ constructor();
274
+ /**
275
+ * Encode `BoolValue` to JSON bool.
276
+ */
277
+ internalJsonWrite(message: BoolValue, options: JsonWriteOptions): JsonValue;
278
+ /**
279
+ * Decode `BoolValue` from JSON bool.
280
+ */
281
+ internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: BoolValue): BoolValue;
282
+ create(value?: PartialMessage<BoolValue>): BoolValue;
283
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: BoolValue): BoolValue;
284
+ internalBinaryWrite(message: BoolValue, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
285
+ }
286
+ /**
287
+ * @generated MessageType for protobuf message google.protobuf.BoolValue
288
+ */
289
+ export declare const BoolValue: BoolValue$Type;
290
+ declare class StringValue$Type extends MessageType<StringValue> {
291
+ constructor();
292
+ /**
293
+ * Encode `StringValue` to JSON string.
294
+ */
295
+ internalJsonWrite(message: StringValue, options: JsonWriteOptions): JsonValue;
296
+ /**
297
+ * Decode `StringValue` from JSON string.
298
+ */
299
+ internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: StringValue): StringValue;
300
+ create(value?: PartialMessage<StringValue>): StringValue;
301
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StringValue): StringValue;
302
+ internalBinaryWrite(message: StringValue, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
303
+ }
304
+ /**
305
+ * @generated MessageType for protobuf message google.protobuf.StringValue
306
+ */
307
+ export declare const StringValue: StringValue$Type;
308
+ declare class BytesValue$Type extends MessageType<BytesValue> {
309
+ constructor();
310
+ /**
311
+ * Encode `BytesValue` to JSON string.
312
+ */
313
+ internalJsonWrite(message: BytesValue, options: JsonWriteOptions): JsonValue;
314
+ /**
315
+ * Decode `BytesValue` from JSON string.
316
+ */
317
+ internalJsonRead(json: JsonValue, options: JsonReadOptions, target?: BytesValue): BytesValue;
318
+ create(value?: PartialMessage<BytesValue>): BytesValue;
319
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: BytesValue): BytesValue;
320
+ internalBinaryWrite(message: BytesValue, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
321
+ }
322
+ /**
323
+ * @generated MessageType for protobuf message google.protobuf.BytesValue
324
+ */
325
+ export declare const BytesValue: BytesValue$Type;
326
+ export {};
327
+ //# sourceMappingURL=wrappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wrappers.d.ts","sourceRoot":"","sources":["../../../../src/proto/google/protobuf/wrappers.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milaboratories/pl-drivers",
3
- "version": "1.6.4",
3
+ "version": "1.6.5",
4
4
  "engines": {
5
5
  "node": ">=20"
6
6
  },
@@ -31,12 +31,12 @@
31
31
  "undici": "~7.10.0",
32
32
  "zod": "~3.23.8",
33
33
  "upath": "^2.0.1",
34
- "@milaboratories/helpers": "^1.6.17",
35
34
  "@milaboratories/ts-helpers": "^1.4.1",
36
35
  "@milaboratories/computable": "^2.6.0",
37
- "@milaboratories/pl-tree": "^1.7.1",
38
- "@milaboratories/pl-model-common": "^1.16.3",
39
- "@milaboratories/pl-client": "^2.11.3"
36
+ "@milaboratories/helpers": "^1.6.17",
37
+ "@milaboratories/pl-client": "^2.11.4",
38
+ "@milaboratories/pl-tree": "^1.7.2",
39
+ "@milaboratories/pl-model-common": "^1.16.3"
40
40
  },
41
41
  "devDependencies": {
42
42
  "eslint": "^9.25.1",
@@ -85,7 +85,7 @@ export class ClientDownload {
85
85
  withAbort.abort = signal;
86
86
 
87
87
  return await this.grpcClient.get().getDownloadURL(
88
- { resourceId: id },
88
+ { resourceId: id, isInternalUse: false },
89
89
  addRTypeToMetadata(type, withAbort),
90
90
  ).response;
91
91
  }
@@ -136,7 +136,7 @@ export class ClientUpload {
136
136
  options?: RpcOptions,
137
137
  ) {
138
138
  return await this.grpcClient.get().getPartURL(
139
- { resourceId: id, partNumber, uploadedPartSize },
139
+ { resourceId: id, partNumber, uploadedPartSize, isInternalUse: false },
140
140
  addRTypeToMetadata(type, options),
141
141
  ).response;
142
142
  }
@@ -0,0 +1,125 @@
1
+ // @generated by protobuf-ts 2.11.0 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none
2
+ // @generated from protobuf file "github.com/googleapis/googleapis/google/rpc/status.proto" (package "google.rpc", syntax proto3)
3
+ // tslint:disable
4
+ //
5
+ // Copyright 2020 Google LLC
6
+ //
7
+ // Licensed under the Apache License, Version 2.0 (the "License");
8
+ // you may not use this file except in compliance with the License.
9
+ // You may obtain a copy of the License at
10
+ //
11
+ // http://www.apache.org/licenses/LICENSE-2.0
12
+ //
13
+ // Unless required by applicable law or agreed to in writing, software
14
+ // distributed under the License is distributed on an "AS IS" BASIS,
15
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ // See the License for the specific language governing permissions and
17
+ // limitations under the License.
18
+ //
19
+ import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
20
+ import type { IBinaryWriter } from "@protobuf-ts/runtime";
21
+ import { WireType } from "@protobuf-ts/runtime";
22
+ import type { BinaryReadOptions } from "@protobuf-ts/runtime";
23
+ import type { IBinaryReader } from "@protobuf-ts/runtime";
24
+ import { UnknownFieldHandler } from "@protobuf-ts/runtime";
25
+ import type { PartialMessage } from "@protobuf-ts/runtime";
26
+ import { reflectionMergePartial } from "@protobuf-ts/runtime";
27
+ import { MessageType } from "@protobuf-ts/runtime";
28
+ import { Any } from "../../../../../google/protobuf/any";
29
+ /**
30
+ * The `Status` type defines a logical error model that is suitable for
31
+ * different programming environments, including REST APIs and RPC APIs. It is
32
+ * used by [gRPC](https://github.com/grpc). Each `Status` message contains
33
+ * three pieces of data: error code, error message, and error details.
34
+ *
35
+ * You can find out more about this error model and how to work with it in the
36
+ * [API Design Guide](https://cloud.google.com/apis/design/errors).
37
+ *
38
+ * @generated from protobuf message google.rpc.Status
39
+ */
40
+ export interface Status {
41
+ /**
42
+ * The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
43
+ *
44
+ * @generated from protobuf field: int32 code = 1
45
+ */
46
+ code: number;
47
+ /**
48
+ * A developer-facing error message, which should be in English. Any
49
+ * user-facing error message should be localized and sent in the
50
+ * [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
51
+ *
52
+ * @generated from protobuf field: string message = 2
53
+ */
54
+ message: string;
55
+ /**
56
+ * A list of messages that carry the error details. There is a common set of
57
+ * message types for APIs to use.
58
+ *
59
+ * @generated from protobuf field: repeated google.protobuf.Any details = 3
60
+ */
61
+ details: Any[];
62
+ }
63
+ // @generated message type with reflection information, may provide speed optimized methods
64
+ class Status$Type extends MessageType<Status> {
65
+ constructor() {
66
+ super("google.rpc.Status", [
67
+ { no: 1, name: "code", kind: "scalar", T: 5 /*ScalarType.INT32*/ },
68
+ { no: 2, name: "message", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
69
+ { no: 3, name: "details", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Any }
70
+ ]);
71
+ }
72
+ create(value?: PartialMessage<Status>): Status {
73
+ const message = globalThis.Object.create((this.messagePrototype!));
74
+ message.code = 0;
75
+ message.message = "";
76
+ message.details = [];
77
+ if (value !== undefined)
78
+ reflectionMergePartial<Status>(this, message, value);
79
+ return message;
80
+ }
81
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Status): Status {
82
+ let message = target ?? this.create(), end = reader.pos + length;
83
+ while (reader.pos < end) {
84
+ let [fieldNo, wireType] = reader.tag();
85
+ switch (fieldNo) {
86
+ case /* int32 code */ 1:
87
+ message.code = reader.int32();
88
+ break;
89
+ case /* string message */ 2:
90
+ message.message = reader.string();
91
+ break;
92
+ case /* repeated google.protobuf.Any details */ 3:
93
+ message.details.push(Any.internalBinaryRead(reader, reader.uint32(), options));
94
+ break;
95
+ default:
96
+ let u = options.readUnknownField;
97
+ if (u === "throw")
98
+ throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
99
+ let d = reader.skip(wireType);
100
+ if (u !== false)
101
+ (u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
102
+ }
103
+ }
104
+ return message;
105
+ }
106
+ internalBinaryWrite(message: Status, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
107
+ /* int32 code = 1; */
108
+ if (message.code !== 0)
109
+ writer.tag(1, WireType.Varint).int32(message.code);
110
+ /* string message = 2; */
111
+ if (message.message !== "")
112
+ writer.tag(2, WireType.LengthDelimited).string(message.message);
113
+ /* repeated google.protobuf.Any details = 3; */
114
+ for (let i = 0; i < message.details.length; i++)
115
+ Any.internalBinaryWrite(message.details[i], writer.tag(3, WireType.LengthDelimited).fork(), options).join();
116
+ let u = options.writeUnknownFields;
117
+ if (u !== false)
118
+ (u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
119
+ return writer;
120
+ }
121
+ }
122
+ /**
123
+ * @generated MessageType for protobuf message google.rpc.Status
124
+ */
125
+ export const Status = new Status$Type();
@@ -1,14 +1,14 @@
1
- // @generated by protobuf-ts 2.9.4 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none
1
+ // @generated by protobuf-ts 2.11.0 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none
2
2
  // @generated from protobuf file "github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.proto" (package "MiLaboratories.Controller.Shared", syntax proto3)
3
3
  // tslint:disable
4
- import type { RpcTransport } from '@protobuf-ts/runtime-rpc';
5
- import type { ServiceInfo } from '@protobuf-ts/runtime-rpc';
6
- import { Download } from './protocol';
7
- import { stackIntercept } from '@protobuf-ts/runtime-rpc';
8
- import type { DownloadAPI_GetDownloadURL_Response } from './protocol';
9
- import type { DownloadAPI_GetDownloadURL_Request } from './protocol';
10
- import type { UnaryCall } from '@protobuf-ts/runtime-rpc';
11
- import type { RpcOptions } from '@protobuf-ts/runtime-rpc';
4
+ import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
5
+ import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
6
+ import { Download } from "./protocol";
7
+ import { stackIntercept } from "@protobuf-ts/runtime-rpc";
8
+ import type { DownloadAPI_GetDownloadURL_Response } from "./protocol";
9
+ import type { DownloadAPI_GetDownloadURL_Request } from "./protocol";
10
+ import type { UnaryCall } from "@protobuf-ts/runtime-rpc";
11
+ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
12
12
  /**
13
13
  *
14
14
  * Download provides access to any data, that can be downloaded via network.
@@ -17,16 +17,10 @@ import type { RpcOptions } from '@protobuf-ts/runtime-rpc';
17
17
  * @generated from protobuf service MiLaboratories.Controller.Shared.Download
18
18
  */
19
19
  export interface IDownloadClient {
20
- /**
21
- * @generated from protobuf rpc: GetDownloadURL(MiLaboratories.Controller.Shared.DownloadAPI.GetDownloadURL.Request) returns (MiLaboratories.Controller.Shared.DownloadAPI.GetDownloadURL.Response);
22
- */
23
- getDownloadURL(
24
- input: DownloadAPI_GetDownloadURL_Request,
25
- options?: RpcOptions
26
- ): UnaryCall<
27
- DownloadAPI_GetDownloadURL_Request,
28
- DownloadAPI_GetDownloadURL_Response
29
- >;
20
+ /**
21
+ * @generated from protobuf rpc: GetDownloadURL
22
+ */
23
+ getDownloadURL(input: DownloadAPI_GetDownloadURL_Request, options?: RpcOptions): UnaryCall<DownloadAPI_GetDownloadURL_Request, DownloadAPI_GetDownloadURL_Response>;
30
24
  }
31
25
  /**
32
26
  *
@@ -36,25 +30,16 @@ export interface IDownloadClient {
36
30
  * @generated from protobuf service MiLaboratories.Controller.Shared.Download
37
31
  */
38
32
  export class DownloadClient implements IDownloadClient, ServiceInfo {
39
- typeName = Download.typeName;
40
- methods = Download.methods;
41
- options = Download.options;
42
- constructor(private readonly _transport: RpcTransport) {}
43
- /**
44
- * @generated from protobuf rpc: GetDownloadURL(MiLaboratories.Controller.Shared.DownloadAPI.GetDownloadURL.Request) returns (MiLaboratories.Controller.Shared.DownloadAPI.GetDownloadURL.Response);
45
- */
46
- getDownloadURL(
47
- input: DownloadAPI_GetDownloadURL_Request,
48
- options?: RpcOptions,
49
- ): UnaryCall<
50
- DownloadAPI_GetDownloadURL_Request,
51
- DownloadAPI_GetDownloadURL_Response
52
- > {
53
- const method = this.methods[0],
54
- opt = this._transport.mergeOptions(options);
55
- return stackIntercept<
56
- DownloadAPI_GetDownloadURL_Request,
57
- DownloadAPI_GetDownloadURL_Response
58
- >('unary', this._transport, method, opt, input);
59
- }
33
+ typeName = Download.typeName;
34
+ methods = Download.methods;
35
+ options = Download.options;
36
+ constructor(private readonly _transport: RpcTransport) {
37
+ }
38
+ /**
39
+ * @generated from protobuf rpc: GetDownloadURL
40
+ */
41
+ getDownloadURL(input: DownloadAPI_GetDownloadURL_Request, options?: RpcOptions): UnaryCall<DownloadAPI_GetDownloadURL_Request, DownloadAPI_GetDownloadURL_Response> {
42
+ const method = this.methods[0], opt = this._transport.mergeOptions(options);
43
+ return stackIntercept<DownloadAPI_GetDownloadURL_Request, DownloadAPI_GetDownloadURL_Response>("unary", this._transport, method, opt, input);
44
+ }
60
45
  }