@milaboratories/pl-drivers 1.6.3 → 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,530 @@
1
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
2
+ import { NotificationFilter_Payload } from './resource_types';
3
+ import { FieldType, FieldRef, ResourceType } from './base_types';
4
+ import { Timestamp } from '../../../../../google/protobuf/timestamp';
5
+ /**
6
+ * @generated from protobuf message MiLaboratories.PL.API.Tx
7
+ */
8
+ export interface Tx {
9
+ /**
10
+ * @generated from protobuf field: bool is_valid = 1
11
+ */
12
+ isValid: boolean;
13
+ /**
14
+ * @generated from protobuf field: uint64 id = 2
15
+ */
16
+ id: bigint;
17
+ }
18
+ /**
19
+ * @generated from protobuf message MiLaboratories.PL.API.Resource
20
+ */
21
+ export interface Resource {
22
+ /**
23
+ * @generated from protobuf field: uint64 id = 2
24
+ */
25
+ id: bigint;
26
+ /**
27
+ * @generated from protobuf field: bytes canonical_id = 17
28
+ */
29
+ canonicalId: Uint8Array;
30
+ /**
31
+ * @generated from protobuf field: MiLaboratories.PL.API.Resource.Kind kind = 3
32
+ */
33
+ kind: Resource_Kind;
34
+ /**
35
+ * @generated from protobuf field: MiLaboratories.PL.Base.ResourceType type = 4
36
+ */
37
+ type?: ResourceType;
38
+ /**
39
+ * @generated from protobuf field: bytes data = 5
40
+ */
41
+ data: Uint8Array;
42
+ /**
43
+ * @generated from protobuf field: MiLaboratories.PL.API.Resource.Features features = 16
44
+ */
45
+ features?: Resource_Features;
46
+ /**
47
+ * @generated from protobuf field: repeated MiLaboratories.PL.API.Field fields = 6
48
+ */
49
+ fields: Field[];
50
+ /**
51
+ * Resource has at least one field with error
52
+ *
53
+ * @generated from protobuf field: bool has_errors = 7
54
+ */
55
+ hasErrors: boolean;
56
+ /**
57
+ * @generated from protobuf field: bool inputs_locked = 8
58
+ */
59
+ inputsLocked: boolean;
60
+ /**
61
+ * @generated from protobuf field: bool outputs_locked = 9
62
+ */
63
+ outputsLocked: boolean;
64
+ /**
65
+ * @generated from protobuf field: bool resource_ready = 14
66
+ */
67
+ resourceReady: boolean;
68
+ /**
69
+ * @generated from protobuf field: bool is_final = 15
70
+ */
71
+ isFinal: boolean;
72
+ /**
73
+ * @generated from protobuf field: uint64 original_resource_id = 10
74
+ */
75
+ originalResourceId: bigint;
76
+ /**
77
+ * @generated from protobuf field: uint64 parent_resource_id = 11
78
+ */
79
+ parentResourceId: bigint;
80
+ /**
81
+ * @generated from protobuf field: google.protobuf.Timestamp created_time = 12
82
+ */
83
+ createdTime?: Timestamp;
84
+ /**
85
+ * @generated from protobuf field: google.protobuf.Timestamp deleted_time = 13
86
+ */
87
+ deletedTime?: Timestamp;
88
+ }
89
+ /**
90
+ * @generated from protobuf message MiLaboratories.PL.API.Resource.Features
91
+ */
92
+ export interface Resource_Features {
93
+ /**
94
+ * @generated from protobuf field: bool ephemeral = 1
95
+ */
96
+ ephemeral: boolean;
97
+ }
98
+ /**
99
+ * @generated from protobuf enum MiLaboratories.PL.API.Resource.Kind
100
+ */
101
+ export declare enum Resource_Kind {
102
+ /**
103
+ * @generated from protobuf enum value: KIND_INVALID = 0;
104
+ */
105
+ INVALID = 0,
106
+ /**
107
+ * @generated from protobuf enum value: KIND_STRUCTURAL = 1;
108
+ */
109
+ STRUCTURAL = 1,
110
+ /**
111
+ * @generated from protobuf enum value: KIND_VALUE = 2;
112
+ */
113
+ VALUE = 2
114
+ }
115
+ /**
116
+ * @generated from protobuf message MiLaboratories.PL.API.Field
117
+ */
118
+ export interface Field {
119
+ /**
120
+ * field ID is always combination of parent resource ID and field name
121
+ *
122
+ * @generated from protobuf field: MiLaboratories.PL.Base.FieldRef id = 1
123
+ */
124
+ id?: FieldRef;
125
+ /**
126
+ * @generated from protobuf field: MiLaboratories.PL.Base.FieldType type = 2
127
+ */
128
+ type: FieldType;
129
+ /**
130
+ * @generated from protobuf field: MiLaboratories.PL.API.Resource.Features features = 3
131
+ */
132
+ features?: Resource_Features;
133
+ /**
134
+ * _resolved_ value of field or _assigned_ if the field was assigned to a resource.
135
+ * If field refers to another field, it will get
136
+ * value only when this chain of references ends up with direct resource
137
+ * reference. At that moment all fields in the chain will get their values
138
+ * resolved and will start to refer to the same resource directly.
139
+ *
140
+ * @generated from protobuf field: uint64 value = 5
141
+ */
142
+ value: bigint;
143
+ /**
144
+ * If the value was empty, assigned or finally resolved.
145
+ *
146
+ * @generated from protobuf field: MiLaboratories.PL.API.Field.ValueStatus value_status = 7
147
+ */
148
+ valueStatus: Field_ValueStatus;
149
+ /**
150
+ * If the value is in its final state (ready, duplicate or error)
151
+ *
152
+ * @generated from protobuf field: bool value_is_final = 8
153
+ */
154
+ valueIsFinal: boolean;
155
+ /**
156
+ * Resource error resource id if any.
157
+ * Is intended to report problems _from_ platform to client.
158
+ *
159
+ * @generated from protobuf field: uint64 error = 6
160
+ */
161
+ error: bigint;
162
+ }
163
+ /**
164
+ * @generated from protobuf enum MiLaboratories.PL.API.Field.ValueStatus
165
+ */
166
+ export declare enum Field_ValueStatus {
167
+ /**
168
+ * @generated from protobuf enum value: INVALID = 0;
169
+ */
170
+ INVALID = 0,
171
+ /**
172
+ * @generated from protobuf enum value: EMPTY = 1;
173
+ */
174
+ EMPTY = 1,
175
+ /**
176
+ * @generated from protobuf enum value: ASSIGNED = 2;
177
+ */
178
+ ASSIGNED = 2,
179
+ /**
180
+ * @generated from protobuf enum value: RESOLVED = 3;
181
+ */
182
+ RESOLVED = 3
183
+ }
184
+ /**
185
+ * @generated from protobuf message MiLaboratories.PL.API.Notification
186
+ */
187
+ export interface Notification {
188
+ /**
189
+ * @generated from protobuf field: uint64 subscription_id = 1
190
+ */
191
+ subscriptionId: bigint;
192
+ /**
193
+ * @generated from protobuf field: uint64 event_id = 2
194
+ */
195
+ eventId: bigint;
196
+ /**
197
+ * @generated from protobuf field: uint64 resource_id = 3
198
+ */
199
+ resourceId: bigint;
200
+ /**
201
+ * @generated from protobuf field: MiLaboratories.PL.Base.ResourceType resource_type = 4
202
+ */
203
+ resourceType?: ResourceType;
204
+ /**
205
+ * @generated from protobuf field: MiLaboratories.PL.API.Notification.Events events = 5
206
+ */
207
+ events?: Notification_Events;
208
+ /**
209
+ * @generated from protobuf field: map<string, MiLaboratories.PL.API.Notification.FieldChange> field_changes = 6
210
+ */
211
+ fieldChanges: {
212
+ [key: string]: Notification_FieldChange;
213
+ };
214
+ /**
215
+ * @generated from protobuf field: MiLaboratories.PL.RTypes.NotificationFilter.Payload payload = 7
216
+ */
217
+ payload?: NotificationFilter_Payload;
218
+ /**
219
+ * @generated from protobuf field: string filter_name = 8
220
+ */
221
+ filterName: string;
222
+ /**
223
+ * @generated from protobuf field: MiLaboratories.PL.API.SpanInfo tx_span = 9
224
+ */
225
+ txSpan?: SpanInfo;
226
+ }
227
+ /**
228
+ * @generated from protobuf message MiLaboratories.PL.API.Notification.Events
229
+ */
230
+ export interface Notification_Events {
231
+ /**
232
+ * @generated from protobuf field: bool resource_created = 1
233
+ */
234
+ resourceCreated: boolean;
235
+ /**
236
+ * @generated from protobuf field: bool resource_deleted = 2
237
+ */
238
+ resourceDeleted: boolean;
239
+ /**
240
+ * @generated from protobuf field: bool resource_ready = 4
241
+ */
242
+ resourceReady: boolean;
243
+ /**
244
+ * @generated from protobuf field: bool resource_duplicate = 5
245
+ */
246
+ resourceDuplicate: boolean;
247
+ /**
248
+ * @generated from protobuf field: bool resource_error = 15
249
+ */
250
+ resourceError: boolean;
251
+ /**
252
+ * @generated from protobuf field: bool inputs_locked = 12
253
+ */
254
+ inputsLocked: boolean;
255
+ /**
256
+ * @generated from protobuf field: bool outputs_locked = 13
257
+ */
258
+ outputsLocked: boolean;
259
+ /**
260
+ * @generated from protobuf field: bool field_created = 11
261
+ */
262
+ fieldCreated: boolean;
263
+ /**
264
+ * @generated from protobuf field: bool field_got_error = 16
265
+ */
266
+ fieldGotError: boolean;
267
+ /**
268
+ * @generated from protobuf field: bool input_set = 6
269
+ */
270
+ inputSet: boolean;
271
+ /**
272
+ * @generated from protobuf field: bool all_inputs_set = 7
273
+ */
274
+ allInputsSet: boolean;
275
+ /**
276
+ * @generated from protobuf field: bool output_set = 8
277
+ */
278
+ outputSet: boolean;
279
+ /**
280
+ * @generated from protobuf field: bool all_outputs_set = 9
281
+ */
282
+ allOutputsSet: boolean;
283
+ /**
284
+ * @generated from protobuf field: bool generic_otw_set = 14
285
+ */
286
+ genericOtwSet: boolean;
287
+ /**
288
+ * @generated from protobuf field: bool dynamic_changed = 10
289
+ */
290
+ dynamicChanged: boolean;
291
+ }
292
+ /**
293
+ * @generated from protobuf message MiLaboratories.PL.API.Notification.FieldChange
294
+ */
295
+ export interface Notification_FieldChange {
296
+ /**
297
+ * @generated from protobuf field: MiLaboratories.PL.API.Field old = 1
298
+ */
299
+ old?: Field;
300
+ /**
301
+ * @generated from protobuf field: MiLaboratories.PL.API.Field new = 2
302
+ */
303
+ new?: Field;
304
+ }
305
+ /**
306
+ * @generated from protobuf message MiLaboratories.PL.API.SpanInfo
307
+ */
308
+ export interface SpanInfo {
309
+ /**
310
+ * @generated from protobuf field: string path = 1
311
+ */
312
+ path: string;
313
+ /**
314
+ * @generated from protobuf field: map<string, string> carrier = 2
315
+ */
316
+ carrier: {
317
+ [key: string]: string;
318
+ };
319
+ }
320
+ /**
321
+ * @generated from protobuf message MiLaboratories.PL.API.Subscription
322
+ */
323
+ export interface Subscription {
324
+ /**
325
+ * @generated from protobuf field: uint64 id = 1
326
+ */
327
+ id: bigint;
328
+ /**
329
+ * @generated from protobuf field: bool blocking = 3
330
+ */
331
+ blocking: boolean;
332
+ }
333
+ /**
334
+ * @generated from protobuf message MiLaboratories.PL.API.Controller
335
+ */
336
+ export interface Controller {
337
+ /**
338
+ * @generated from protobuf field: string type = 1
339
+ */
340
+ type: string;
341
+ /**
342
+ * @generated from protobuf field: uint64 id = 2
343
+ */
344
+ id: bigint;
345
+ /**
346
+ * @generated from protobuf field: uint64 subscriptionID = 3
347
+ */
348
+ subscriptionID: bigint;
349
+ }
350
+ /**
351
+ * @generated from protobuf message MiLaboratories.PL.API.ResourceSchema
352
+ */
353
+ export interface ResourceSchema {
354
+ /**
355
+ * @generated from protobuf field: MiLaboratories.PL.Base.ResourceType type = 1
356
+ */
357
+ type?: ResourceType;
358
+ /**
359
+ * @generated from protobuf field: repeated MiLaboratories.PL.API.FieldSchema fields = 2
360
+ */
361
+ fields: FieldSchema[];
362
+ }
363
+ /**
364
+ * @generated from protobuf message MiLaboratories.PL.API.FieldSchema
365
+ */
366
+ export interface FieldSchema {
367
+ /**
368
+ * @generated from protobuf field: MiLaboratories.PL.Base.FieldType type = 1
369
+ */
370
+ type: FieldType;
371
+ /**
372
+ * @generated from protobuf field: string name = 2
373
+ */
374
+ name: string;
375
+ }
376
+ /**
377
+ * @generated from protobuf message MiLaboratories.PL.API.ResourceAPIFeature
378
+ */
379
+ export interface ResourceAPIFeature {
380
+ /**
381
+ * @generated from protobuf field: string controller_type = 1
382
+ */
383
+ controllerType: string;
384
+ /**
385
+ * @generated from protobuf field: string feature_name = 2
386
+ */
387
+ featureName: string;
388
+ /**
389
+ * @generated from protobuf field: MiLaboratories.PL.Base.ResourceType resource_type = 3
390
+ */
391
+ resourceType?: ResourceType;
392
+ /**
393
+ * @generated from protobuf field: string endpoint = 4
394
+ */
395
+ endpoint: string;
396
+ }
397
+ declare class Tx$Type extends MessageType<Tx> {
398
+ constructor();
399
+ create(value?: PartialMessage<Tx>): Tx;
400
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Tx): Tx;
401
+ internalBinaryWrite(message: Tx, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
402
+ }
403
+ /**
404
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.Tx
405
+ */
406
+ export declare const Tx: Tx$Type;
407
+ declare class Resource$Type extends MessageType<Resource> {
408
+ constructor();
409
+ create(value?: PartialMessage<Resource>): Resource;
410
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Resource): Resource;
411
+ internalBinaryWrite(message: Resource, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
412
+ }
413
+ /**
414
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.Resource
415
+ */
416
+ export declare const Resource: Resource$Type;
417
+ declare class Resource_Features$Type extends MessageType<Resource_Features> {
418
+ constructor();
419
+ create(value?: PartialMessage<Resource_Features>): Resource_Features;
420
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Resource_Features): Resource_Features;
421
+ internalBinaryWrite(message: Resource_Features, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
422
+ }
423
+ /**
424
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.Resource.Features
425
+ */
426
+ export declare const Resource_Features: Resource_Features$Type;
427
+ declare class Field$Type extends MessageType<Field> {
428
+ constructor();
429
+ create(value?: PartialMessage<Field>): Field;
430
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Field): Field;
431
+ internalBinaryWrite(message: Field, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
432
+ }
433
+ /**
434
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.Field
435
+ */
436
+ export declare const Field: Field$Type;
437
+ declare class Notification$Type extends MessageType<Notification> {
438
+ constructor();
439
+ create(value?: PartialMessage<Notification>): Notification;
440
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Notification): Notification;
441
+ private binaryReadMap6;
442
+ internalBinaryWrite(message: Notification, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
443
+ }
444
+ /**
445
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.Notification
446
+ */
447
+ export declare const Notification: Notification$Type;
448
+ declare class Notification_Events$Type extends MessageType<Notification_Events> {
449
+ constructor();
450
+ create(value?: PartialMessage<Notification_Events>): Notification_Events;
451
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Notification_Events): Notification_Events;
452
+ internalBinaryWrite(message: Notification_Events, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
453
+ }
454
+ /**
455
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.Notification.Events
456
+ */
457
+ export declare const Notification_Events: Notification_Events$Type;
458
+ declare class Notification_FieldChange$Type extends MessageType<Notification_FieldChange> {
459
+ constructor();
460
+ create(value?: PartialMessage<Notification_FieldChange>): Notification_FieldChange;
461
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Notification_FieldChange): Notification_FieldChange;
462
+ internalBinaryWrite(message: Notification_FieldChange, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
463
+ }
464
+ /**
465
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.Notification.FieldChange
466
+ */
467
+ export declare const Notification_FieldChange: Notification_FieldChange$Type;
468
+ declare class SpanInfo$Type extends MessageType<SpanInfo> {
469
+ constructor();
470
+ create(value?: PartialMessage<SpanInfo>): SpanInfo;
471
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SpanInfo): SpanInfo;
472
+ private binaryReadMap2;
473
+ internalBinaryWrite(message: SpanInfo, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
474
+ }
475
+ /**
476
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.SpanInfo
477
+ */
478
+ export declare const SpanInfo: SpanInfo$Type;
479
+ declare class Subscription$Type extends MessageType<Subscription> {
480
+ constructor();
481
+ create(value?: PartialMessage<Subscription>): Subscription;
482
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Subscription): Subscription;
483
+ internalBinaryWrite(message: Subscription, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
484
+ }
485
+ /**
486
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.Subscription
487
+ */
488
+ export declare const Subscription: Subscription$Type;
489
+ declare class Controller$Type extends MessageType<Controller> {
490
+ constructor();
491
+ create(value?: PartialMessage<Controller>): Controller;
492
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Controller): Controller;
493
+ internalBinaryWrite(message: Controller, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
494
+ }
495
+ /**
496
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.Controller
497
+ */
498
+ export declare const Controller: Controller$Type;
499
+ declare class ResourceSchema$Type extends MessageType<ResourceSchema> {
500
+ constructor();
501
+ create(value?: PartialMessage<ResourceSchema>): ResourceSchema;
502
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ResourceSchema): ResourceSchema;
503
+ internalBinaryWrite(message: ResourceSchema, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
504
+ }
505
+ /**
506
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.ResourceSchema
507
+ */
508
+ export declare const ResourceSchema: ResourceSchema$Type;
509
+ declare class FieldSchema$Type extends MessageType<FieldSchema> {
510
+ constructor();
511
+ create(value?: PartialMessage<FieldSchema>): FieldSchema;
512
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FieldSchema): FieldSchema;
513
+ internalBinaryWrite(message: FieldSchema, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
514
+ }
515
+ /**
516
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.FieldSchema
517
+ */
518
+ export declare const FieldSchema: FieldSchema$Type;
519
+ declare class ResourceAPIFeature$Type extends MessageType<ResourceAPIFeature> {
520
+ constructor();
521
+ create(value?: PartialMessage<ResourceAPIFeature>): ResourceAPIFeature;
522
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ResourceAPIFeature): ResourceAPIFeature;
523
+ internalBinaryWrite(message: ResourceAPIFeature, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
524
+ }
525
+ /**
526
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.ResourceAPIFeature
527
+ */
528
+ export declare const ResourceAPIFeature: ResourceAPIFeature$Type;
529
+ export {};
530
+ //# sourceMappingURL=api_types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api_types.d.ts","sourceRoot":"","sources":["../../../../../../../src/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,82 @@
1
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
2
+ /**
3
+ * @generated from protobuf message MiLaboratories.PL.Base.ResourceType
4
+ */
5
+ export interface ResourceType {
6
+ /**
7
+ * @generated from protobuf field: string name = 1
8
+ */
9
+ name: string;
10
+ /**
11
+ * @generated from protobuf field: string version = 2
12
+ */
13
+ version: string;
14
+ }
15
+ /**
16
+ * @generated from protobuf message MiLaboratories.PL.Base.FieldRef
17
+ */
18
+ export interface FieldRef {
19
+ /**
20
+ * @generated from protobuf field: uint64 resource_id = 2
21
+ */
22
+ resourceId: bigint;
23
+ /**
24
+ * @generated from protobuf field: string field_name = 3
25
+ */
26
+ fieldName: string;
27
+ }
28
+ /**
29
+ * @generated from protobuf enum MiLaboratories.PL.Base.FieldType
30
+ */
31
+ export declare enum FieldType {
32
+ /**
33
+ * @generated from protobuf enum value: INVALID = 0;
34
+ */
35
+ INVALID = 0,
36
+ /**
37
+ * @generated from protobuf enum value: INPUT = 1;
38
+ */
39
+ INPUT = 1,
40
+ /**
41
+ * @generated from protobuf enum value: OUTPUT = 2;
42
+ */
43
+ OUTPUT = 2,
44
+ /**
45
+ * @generated from protobuf enum value: SERVICE = 6;
46
+ */
47
+ SERVICE = 6,
48
+ /**
49
+ * @generated from protobuf enum value: ONE_TIME_WRITABLE = 4;
50
+ */
51
+ ONE_TIME_WRITABLE = 4,
52
+ /**
53
+ * @generated from protobuf enum value: DYNAMIC = 3;
54
+ */
55
+ DYNAMIC = 3,
56
+ /**
57
+ * @generated from protobuf enum value: MULTIPLE_TIMES_WRITABLE = 5;
58
+ */
59
+ MULTIPLE_TIMES_WRITABLE = 5
60
+ }
61
+ declare class ResourceType$Type extends MessageType<ResourceType> {
62
+ constructor();
63
+ create(value?: PartialMessage<ResourceType>): ResourceType;
64
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ResourceType): ResourceType;
65
+ internalBinaryWrite(message: ResourceType, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
66
+ }
67
+ /**
68
+ * @generated MessageType for protobuf message MiLaboratories.PL.Base.ResourceType
69
+ */
70
+ export declare const ResourceType: ResourceType$Type;
71
+ declare class FieldRef$Type extends MessageType<FieldRef> {
72
+ constructor();
73
+ create(value?: PartialMessage<FieldRef>): FieldRef;
74
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FieldRef): FieldRef;
75
+ internalBinaryWrite(message: FieldRef, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
76
+ }
77
+ /**
78
+ * @generated MessageType for protobuf message MiLaboratories.PL.Base.FieldRef
79
+ */
80
+ export declare const FieldRef: FieldRef$Type;
81
+ export {};
82
+ //# sourceMappingURL=base_types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base_types.d.ts","sourceRoot":"","sources":["../../../../../../../src/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.ts"],"names":[],"mappings":"AAGA,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;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;CACnB;AACD;;GAEG;AACH,MAAM,WAAW,QAAQ;IACrB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACrB;AACD;;GAEG;AACH,oBAAY,SAAS;IACjB;;OAEG;IACH,OAAO,IAAI;IACX;;OAEG;IACH,KAAK,IAAI;IACT;;OAEG;IACH,MAAM,IAAI;IACV;;OAEG;IACH,OAAO,IAAI;IACX;;OAEG;IACH,iBAAiB,IAAI;IACrB;;OAEG;IACH,OAAO,IAAI;IACX;;OAEG;IACH,uBAAuB,IAAI;CAC9B;AAED,cAAM,iBAAkB,SAAQ,WAAW,CAAC,YAAY,CAAC;;IAOrD,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,YAAY,CAAC,GAAG,YAAY;IAQ1D,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,YAAY,GAAG,YAAY;IAsB1H,mBAAmB,CAAC,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAYhH;AACD;;GAEG;AACH,eAAO,MAAM,YAAY,mBAA0B,CAAC;AAEpD,cAAM,aAAc,SAAQ,WAAW,CAAC,QAAQ,CAAC;;IAO7C,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,QAAQ;IAQlD,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,QAAQ,GAAG,QAAQ;IAsBlH,mBAAmB,CAAC,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAY5G;AACD;;GAEG;AACH,eAAO,MAAM,QAAQ,eAAsB,CAAC"}