@milaboratories/pl-client 2.4.10 → 2.4.11

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 (101) hide show
  1. package/dist/core/auth.d.ts +6 -0
  2. package/dist/core/auth.d.ts.map +1 -0
  3. package/dist/core/client.d.ts +50 -0
  4. package/dist/core/client.d.ts.map +1 -0
  5. package/dist/core/config.d.ts +91 -0
  6. package/dist/core/config.d.ts.map +1 -0
  7. package/dist/core/default_client.d.ts +11 -0
  8. package/dist/core/default_client.d.ts.map +1 -0
  9. package/dist/core/driver.d.ts +18 -0
  10. package/dist/core/driver.d.ts.map +1 -0
  11. package/dist/core/errors.d.ts +25 -0
  12. package/dist/core/errors.d.ts.map +1 -0
  13. package/dist/core/http.d.ts +1 -0
  14. package/dist/core/http.d.ts.map +1 -0
  15. package/dist/core/ll_client.d.ts +50 -0
  16. package/dist/core/ll_client.d.ts.map +1 -0
  17. package/dist/core/ll_transaction.d.ts +55 -0
  18. package/dist/core/ll_transaction.d.ts.map +1 -0
  19. package/dist/core/transaction.d.ts +152 -0
  20. package/dist/core/transaction.d.ts.map +1 -0
  21. package/dist/core/type_conversion.d.ts +8 -0
  22. package/dist/core/type_conversion.d.ts.map +1 -0
  23. package/dist/core/types.d.ts +77 -0
  24. package/dist/core/types.d.ts.map +1 -0
  25. package/dist/core/unauth_client.d.ts +13 -0
  26. package/dist/core/unauth_client.d.ts.map +1 -0
  27. package/dist/helpers/pl.d.ts +34 -0
  28. package/dist/helpers/pl.d.ts.map +1 -0
  29. package/dist/helpers/poll.d.ts +39 -0
  30. package/dist/helpers/poll.d.ts.map +1 -0
  31. package/dist/helpers/rich_resource_types.d.ts +1 -0
  32. package/dist/helpers/rich_resource_types.d.ts.map +1 -0
  33. package/dist/helpers/smart_accessors.d.ts +1 -0
  34. package/dist/helpers/smart_accessors.d.ts.map +1 -0
  35. package/dist/helpers/state_helpers.d.ts +3 -0
  36. package/dist/helpers/state_helpers.d.ts.map +1 -0
  37. package/dist/helpers/tx_helpers.d.ts +9 -0
  38. package/dist/helpers/tx_helpers.d.ts.map +1 -0
  39. package/dist/index.d.ts +14 -0
  40. package/dist/index.d.ts.map +1 -0
  41. package/dist/index.js +1 -14425
  42. package/dist/index.js.map +1 -1
  43. package/dist/index.mjs +12126 -0
  44. package/dist/index.mjs.map +1 -0
  45. package/dist/proto/github.com/googleapis/googleapis/google/rpc/status.d.ts +48 -0
  46. package/dist/proto/github.com/googleapis/googleapis/google/rpc/status.d.ts.map +1 -0
  47. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.d.ts +36 -0
  48. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.d.ts.map +1 -0
  49. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.d.ts +103 -0
  50. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.d.ts.map +1 -0
  51. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.d.ts +42 -0
  52. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.d.ts.map +1 -0
  53. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.d.ts +165 -0
  54. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.d.ts.map +1 -0
  55. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.d.ts +44 -0
  56. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.d.ts.map +1 -0
  57. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.d.ts +171 -0
  58. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.d.ts.map +1 -0
  59. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.d.ts +122 -0
  60. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.d.ts.map +1 -0
  61. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.d.ts +315 -0
  62. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.d.ts.map +1 -0
  63. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts +276 -0
  64. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts.map +1 -0
  65. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts +5045 -0
  66. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts.map +1 -0
  67. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts +499 -0
  68. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts.map +1 -0
  69. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts +82 -0
  70. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts.map +1 -0
  71. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/import.d.ts +91 -0
  72. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/import.d.ts.map +1 -0
  73. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.d.ts +251 -0
  74. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.d.ts.map +1 -0
  75. package/dist/proto/google/api/http.d.ts +451 -0
  76. package/dist/proto/google/api/http.d.ts.map +1 -0
  77. package/dist/proto/google/protobuf/any.d.ts +172 -0
  78. package/dist/proto/google/protobuf/any.d.ts.map +1 -0
  79. package/dist/proto/google/protobuf/descriptor.d.ts +2258 -0
  80. package/dist/proto/google/protobuf/descriptor.d.ts.map +1 -0
  81. package/dist/proto/google/protobuf/duration.d.ts +105 -0
  82. package/dist/proto/google/protobuf/duration.d.ts.map +1 -0
  83. package/dist/proto/google/protobuf/empty.d.ts +27 -0
  84. package/dist/proto/google/protobuf/empty.d.ts.map +1 -0
  85. package/dist/proto/google/protobuf/struct.d.ts +177 -0
  86. package/dist/proto/google/protobuf/struct.d.ts.map +1 -0
  87. package/dist/proto/google/protobuf/timestamp.d.ts +148 -0
  88. package/dist/proto/google/protobuf/timestamp.d.ts.map +1 -0
  89. package/dist/proto/google/protobuf/wrappers.d.ts +300 -0
  90. package/dist/proto/google/protobuf/wrappers.d.ts.map +1 -0
  91. package/dist/test/test_config.d.ts +18 -0
  92. package/dist/test/test_config.d.ts.map +1 -0
  93. package/dist/util/branding.d.ts +7 -0
  94. package/dist/util/branding.d.ts.map +1 -0
  95. package/dist/util/pl.d.ts +9 -0
  96. package/dist/util/pl.d.ts.map +1 -0
  97. package/dist/util/util.d.ts +2 -0
  98. package/dist/util/util.d.ts.map +1 -0
  99. package/package.json +10 -14
  100. package/dist/index.cjs +0 -14527
  101. package/dist/index.cjs.map +0 -1
@@ -0,0 +1,499 @@
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: MiLaboratories.PL.API.Resource.Kind kind = 3;
28
+ */
29
+ kind: Resource_Kind;
30
+ /**
31
+ * @generated from protobuf field: MiLaboratories.PL.Base.ResourceType type = 4;
32
+ */
33
+ type?: ResourceType;
34
+ /**
35
+ * @generated from protobuf field: bytes data = 5;
36
+ */
37
+ data: Uint8Array;
38
+ /**
39
+ * @generated from protobuf field: repeated MiLaboratories.PL.API.Field fields = 6;
40
+ */
41
+ fields: Field[];
42
+ /**
43
+ * Resource has at least one field with error
44
+ *
45
+ * @generated from protobuf field: bool has_errors = 7;
46
+ */
47
+ hasErrors: boolean;
48
+ /**
49
+ * @generated from protobuf field: bool inputs_locked = 8;
50
+ */
51
+ inputsLocked: boolean;
52
+ /**
53
+ * @generated from protobuf field: bool outputs_locked = 9;
54
+ */
55
+ outputsLocked: boolean;
56
+ /**
57
+ * @generated from protobuf field: bool resource_ready = 14;
58
+ */
59
+ resourceReady: boolean;
60
+ /**
61
+ * @generated from protobuf field: bool is_final = 15;
62
+ */
63
+ isFinal: boolean;
64
+ /**
65
+ * @generated from protobuf field: uint64 original_resource_id = 10;
66
+ */
67
+ originalResourceId: bigint;
68
+ /**
69
+ * @generated from protobuf field: uint64 parent_resource_id = 11;
70
+ */
71
+ parentResourceId: bigint;
72
+ /**
73
+ * @generated from protobuf field: google.protobuf.Timestamp created_time = 12;
74
+ */
75
+ createdTime?: Timestamp;
76
+ /**
77
+ * @generated from protobuf field: google.protobuf.Timestamp deleted_time = 13;
78
+ */
79
+ deletedTime?: Timestamp;
80
+ }
81
+ /**
82
+ * @generated from protobuf enum MiLaboratories.PL.API.Resource.Kind
83
+ */
84
+ export declare enum Resource_Kind {
85
+ /**
86
+ * @generated from protobuf enum value: KIND_INVALID = 0;
87
+ */
88
+ INVALID = 0,
89
+ /**
90
+ * @generated from protobuf enum value: KIND_STRUCTURAL = 1;
91
+ */
92
+ STRUCTURAL = 1,
93
+ /**
94
+ * @generated from protobuf enum value: KIND_VALUE = 2;
95
+ */
96
+ VALUE = 2
97
+ }
98
+ /**
99
+ * @generated from protobuf message MiLaboratories.PL.API.Field
100
+ */
101
+ export interface Field {
102
+ /**
103
+ * field ID is always combination of parent resource ID and field name
104
+ *
105
+ * @generated from protobuf field: MiLaboratories.PL.Base.FieldRef id = 1;
106
+ */
107
+ id?: FieldRef;
108
+ /**
109
+ * @generated from protobuf field: MiLaboratories.PL.Base.FieldType type = 2;
110
+ */
111
+ type: FieldType;
112
+ /**
113
+ * _resolved_ value of field or _assigned_ if the field was assigned to a resource.
114
+ * If field refers to another field, it will get
115
+ * value only when this chain of references ends up with direct resource
116
+ * reference. At that moment all fields in the chain will get their values
117
+ * resolved and will start to refer to the same resource directly.
118
+ *
119
+ * @generated from protobuf field: uint64 value = 5;
120
+ */
121
+ value: bigint;
122
+ /**
123
+ * If the value was empty, assigned or finally resolved.
124
+ *
125
+ * @generated from protobuf field: MiLaboratories.PL.API.Field.ValueStatus value_status = 7;
126
+ */
127
+ valueStatus: Field_ValueStatus;
128
+ /**
129
+ * If the value is in its final state (ready, duplicate or error)
130
+ *
131
+ * @generated from protobuf field: bool value_is_final = 8;
132
+ */
133
+ valueIsFinal: boolean;
134
+ /**
135
+ * Resource error resource id if any.
136
+ * Is intended to report problems _from_ platform to client.
137
+ *
138
+ * @generated from protobuf field: uint64 error = 6;
139
+ */
140
+ error: bigint;
141
+ }
142
+ /**
143
+ * @generated from protobuf enum MiLaboratories.PL.API.Field.ValueStatus
144
+ */
145
+ export declare enum Field_ValueStatus {
146
+ /**
147
+ * @generated from protobuf enum value: INVALID = 0;
148
+ */
149
+ INVALID = 0,
150
+ /**
151
+ * @generated from protobuf enum value: EMPTY = 1;
152
+ */
153
+ EMPTY = 1,
154
+ /**
155
+ * @generated from protobuf enum value: ASSIGNED = 2;
156
+ */
157
+ ASSIGNED = 2,
158
+ /**
159
+ * @generated from protobuf enum value: RESOLVED = 3;
160
+ */
161
+ RESOLVED = 3
162
+ }
163
+ /**
164
+ * @generated from protobuf message MiLaboratories.PL.API.Notification
165
+ */
166
+ export interface Notification {
167
+ /**
168
+ * @generated from protobuf field: uint64 subscription_id = 1;
169
+ */
170
+ subscriptionId: bigint;
171
+ /**
172
+ * @generated from protobuf field: uint64 event_id = 2;
173
+ */
174
+ eventId: bigint;
175
+ /**
176
+ * @generated from protobuf field: uint64 resource_id = 3;
177
+ */
178
+ resourceId: bigint;
179
+ /**
180
+ * @generated from protobuf field: MiLaboratories.PL.Base.ResourceType resource_type = 4;
181
+ */
182
+ resourceType?: ResourceType;
183
+ /**
184
+ * @generated from protobuf field: MiLaboratories.PL.API.Notification.Events events = 5;
185
+ */
186
+ events?: Notification_Events;
187
+ /**
188
+ * @generated from protobuf field: map<string, MiLaboratories.PL.API.Notification.FieldChange> field_changes = 6;
189
+ */
190
+ fieldChanges: {
191
+ [key: string]: Notification_FieldChange;
192
+ };
193
+ /**
194
+ * @generated from protobuf field: MiLaboratories.PL.RTypes.NotificationFilter.Payload payload = 7;
195
+ */
196
+ payload?: NotificationFilter_Payload;
197
+ /**
198
+ * @generated from protobuf field: string filter_name = 8;
199
+ */
200
+ filterName: string;
201
+ /**
202
+ * @generated from protobuf field: MiLaboratories.PL.API.SpanInfo tx_span = 9;
203
+ */
204
+ txSpan?: SpanInfo;
205
+ }
206
+ /**
207
+ * @generated from protobuf message MiLaboratories.PL.API.Notification.Events
208
+ */
209
+ export interface Notification_Events {
210
+ /**
211
+ * @generated from protobuf field: bool resource_created = 1;
212
+ */
213
+ resourceCreated: boolean;
214
+ /**
215
+ * @generated from protobuf field: bool resource_deleted = 2;
216
+ */
217
+ resourceDeleted: boolean;
218
+ /**
219
+ * @generated from protobuf field: bool resource_ready = 4;
220
+ */
221
+ resourceReady: boolean;
222
+ /**
223
+ * @generated from protobuf field: bool resource_duplicate = 5;
224
+ */
225
+ resourceDuplicate: boolean;
226
+ /**
227
+ * @generated from protobuf field: bool resource_error = 15;
228
+ */
229
+ resourceError: boolean;
230
+ /**
231
+ * @generated from protobuf field: bool inputs_locked = 12;
232
+ */
233
+ inputsLocked: boolean;
234
+ /**
235
+ * @generated from protobuf field: bool outputs_locked = 13;
236
+ */
237
+ outputsLocked: boolean;
238
+ /**
239
+ * @generated from protobuf field: bool field_created = 11;
240
+ */
241
+ fieldCreated: boolean;
242
+ /**
243
+ * @generated from protobuf field: bool field_got_error = 16;
244
+ */
245
+ fieldGotError: boolean;
246
+ /**
247
+ * @generated from protobuf field: bool input_set = 6;
248
+ */
249
+ inputSet: boolean;
250
+ /**
251
+ * @generated from protobuf field: bool all_inputs_set = 7;
252
+ */
253
+ allInputsSet: boolean;
254
+ /**
255
+ * @generated from protobuf field: bool output_set = 8;
256
+ */
257
+ outputSet: boolean;
258
+ /**
259
+ * @generated from protobuf field: bool all_outputs_set = 9;
260
+ */
261
+ allOutputsSet: boolean;
262
+ /**
263
+ * @generated from protobuf field: bool generic_otw_set = 14;
264
+ */
265
+ genericOtwSet: boolean;
266
+ /**
267
+ * @generated from protobuf field: bool dynamic_changed = 10;
268
+ */
269
+ dynamicChanged: boolean;
270
+ }
271
+ /**
272
+ * @generated from protobuf message MiLaboratories.PL.API.Notification.FieldChange
273
+ */
274
+ export interface Notification_FieldChange {
275
+ /**
276
+ * @generated from protobuf field: MiLaboratories.PL.API.Field old = 1;
277
+ */
278
+ old?: Field;
279
+ /**
280
+ * @generated from protobuf field: MiLaboratories.PL.API.Field new = 2;
281
+ */
282
+ new?: Field;
283
+ }
284
+ /**
285
+ * @generated from protobuf message MiLaboratories.PL.API.SpanInfo
286
+ */
287
+ export interface SpanInfo {
288
+ /**
289
+ * @generated from protobuf field: string path = 1;
290
+ */
291
+ path: string;
292
+ /**
293
+ * @generated from protobuf field: map<string, string> carrier = 2;
294
+ */
295
+ carrier: {
296
+ [key: string]: string;
297
+ };
298
+ }
299
+ /**
300
+ * @generated from protobuf message MiLaboratories.PL.API.Subscription
301
+ */
302
+ export interface Subscription {
303
+ /**
304
+ * @generated from protobuf field: uint64 id = 1;
305
+ */
306
+ id: bigint;
307
+ /**
308
+ * @generated from protobuf field: bool blocking = 3;
309
+ */
310
+ blocking: boolean;
311
+ }
312
+ /**
313
+ * @generated from protobuf message MiLaboratories.PL.API.Controller
314
+ */
315
+ export interface Controller {
316
+ /**
317
+ * @generated from protobuf field: string type = 1;
318
+ */
319
+ type: string;
320
+ /**
321
+ * @generated from protobuf field: uint64 id = 2;
322
+ */
323
+ id: bigint;
324
+ /**
325
+ * @generated from protobuf field: uint64 subscriptionID = 3;
326
+ */
327
+ subscriptionID: bigint;
328
+ }
329
+ /**
330
+ * @generated from protobuf message MiLaboratories.PL.API.ResourceSchema
331
+ */
332
+ export interface ResourceSchema {
333
+ /**
334
+ * @generated from protobuf field: MiLaboratories.PL.Base.ResourceType type = 1;
335
+ */
336
+ type?: ResourceType;
337
+ /**
338
+ * @generated from protobuf field: repeated MiLaboratories.PL.API.FieldSchema fields = 2;
339
+ */
340
+ fields: FieldSchema[];
341
+ }
342
+ /**
343
+ * @generated from protobuf message MiLaboratories.PL.API.FieldSchema
344
+ */
345
+ export interface FieldSchema {
346
+ /**
347
+ * @generated from protobuf field: MiLaboratories.PL.Base.FieldType type = 1;
348
+ */
349
+ type: FieldType;
350
+ /**
351
+ * @generated from protobuf field: string name = 2;
352
+ */
353
+ name: string;
354
+ }
355
+ /**
356
+ * @generated from protobuf message MiLaboratories.PL.API.ResourceAPIFeature
357
+ */
358
+ export interface ResourceAPIFeature {
359
+ /**
360
+ * @generated from protobuf field: string controller_type = 1;
361
+ */
362
+ controllerType: string;
363
+ /**
364
+ * @generated from protobuf field: string feature_name = 2;
365
+ */
366
+ featureName: string;
367
+ /**
368
+ * @generated from protobuf field: MiLaboratories.PL.Base.ResourceType resource_type = 3;
369
+ */
370
+ resourceType?: ResourceType;
371
+ /**
372
+ * @generated from protobuf field: string endpoint = 4;
373
+ */
374
+ endpoint: string;
375
+ }
376
+ declare class Tx$Type extends MessageType<Tx> {
377
+ constructor();
378
+ create(value?: PartialMessage<Tx>): Tx;
379
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Tx): Tx;
380
+ internalBinaryWrite(message: Tx, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
381
+ }
382
+ /**
383
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.Tx
384
+ */
385
+ export declare const Tx: Tx$Type;
386
+ declare class Resource$Type extends MessageType<Resource> {
387
+ constructor();
388
+ create(value?: PartialMessage<Resource>): Resource;
389
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Resource): Resource;
390
+ internalBinaryWrite(message: Resource, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
391
+ }
392
+ /**
393
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.Resource
394
+ */
395
+ export declare const Resource: Resource$Type;
396
+ declare class Field$Type extends MessageType<Field> {
397
+ constructor();
398
+ create(value?: PartialMessage<Field>): Field;
399
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Field): Field;
400
+ internalBinaryWrite(message: Field, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
401
+ }
402
+ /**
403
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.Field
404
+ */
405
+ export declare const Field: Field$Type;
406
+ declare class Notification$Type extends MessageType<Notification> {
407
+ constructor();
408
+ create(value?: PartialMessage<Notification>): Notification;
409
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Notification): Notification;
410
+ private binaryReadMap6;
411
+ internalBinaryWrite(message: Notification, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
412
+ }
413
+ /**
414
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.Notification
415
+ */
416
+ export declare const Notification: Notification$Type;
417
+ declare class Notification_Events$Type extends MessageType<Notification_Events> {
418
+ constructor();
419
+ create(value?: PartialMessage<Notification_Events>): Notification_Events;
420
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Notification_Events): Notification_Events;
421
+ internalBinaryWrite(message: Notification_Events, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
422
+ }
423
+ /**
424
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.Notification.Events
425
+ */
426
+ export declare const Notification_Events: Notification_Events$Type;
427
+ declare class Notification_FieldChange$Type extends MessageType<Notification_FieldChange> {
428
+ constructor();
429
+ create(value?: PartialMessage<Notification_FieldChange>): Notification_FieldChange;
430
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Notification_FieldChange): Notification_FieldChange;
431
+ internalBinaryWrite(message: Notification_FieldChange, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
432
+ }
433
+ /**
434
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.Notification.FieldChange
435
+ */
436
+ export declare const Notification_FieldChange: Notification_FieldChange$Type;
437
+ declare class SpanInfo$Type extends MessageType<SpanInfo> {
438
+ constructor();
439
+ create(value?: PartialMessage<SpanInfo>): SpanInfo;
440
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SpanInfo): SpanInfo;
441
+ private binaryReadMap2;
442
+ internalBinaryWrite(message: SpanInfo, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
443
+ }
444
+ /**
445
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.SpanInfo
446
+ */
447
+ export declare const SpanInfo: SpanInfo$Type;
448
+ declare class Subscription$Type extends MessageType<Subscription> {
449
+ constructor();
450
+ create(value?: PartialMessage<Subscription>): Subscription;
451
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Subscription): Subscription;
452
+ internalBinaryWrite(message: Subscription, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
453
+ }
454
+ /**
455
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.Subscription
456
+ */
457
+ export declare const Subscription: Subscription$Type;
458
+ declare class Controller$Type extends MessageType<Controller> {
459
+ constructor();
460
+ create(value?: PartialMessage<Controller>): Controller;
461
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Controller): Controller;
462
+ internalBinaryWrite(message: Controller, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
463
+ }
464
+ /**
465
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.Controller
466
+ */
467
+ export declare const Controller: Controller$Type;
468
+ declare class ResourceSchema$Type extends MessageType<ResourceSchema> {
469
+ constructor();
470
+ create(value?: PartialMessage<ResourceSchema>): ResourceSchema;
471
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ResourceSchema): ResourceSchema;
472
+ internalBinaryWrite(message: ResourceSchema, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
473
+ }
474
+ /**
475
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.ResourceSchema
476
+ */
477
+ export declare const ResourceSchema: ResourceSchema$Type;
478
+ declare class FieldSchema$Type extends MessageType<FieldSchema> {
479
+ constructor();
480
+ create(value?: PartialMessage<FieldSchema>): FieldSchema;
481
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: FieldSchema): FieldSchema;
482
+ internalBinaryWrite(message: FieldSchema, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
483
+ }
484
+ /**
485
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.FieldSchema
486
+ */
487
+ export declare const FieldSchema: FieldSchema$Type;
488
+ declare class ResourceAPIFeature$Type extends MessageType<ResourceAPIFeature> {
489
+ constructor();
490
+ create(value?: PartialMessage<ResourceAPIFeature>): ResourceAPIFeature;
491
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ResourceAPIFeature): ResourceAPIFeature;
492
+ internalBinaryWrite(message: ResourceAPIFeature, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
493
+ }
494
+ /**
495
+ * @generated MessageType for protobuf message MiLaboratories.PL.API.ResourceAPIFeature
496
+ */
497
+ export declare const ResourceAPIFeature: ResourceAPIFeature$Type;
498
+ export {};
499
+ //# 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"}
@@ -0,0 +1,91 @@
1
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
2
+ import { Struct, ListValue, Value } from '../../../../../google/protobuf/struct';
3
+ import { Timestamp } from '../../../../../google/protobuf/timestamp';
4
+ import { Duration } from '../../../../../google/protobuf/duration';
5
+ import { DoubleValue, FloatValue, UInt64Value, Int64Value, UInt32Value, Int32Value, StringValue, BoolValue, BytesValue } from '../../../../../google/protobuf/wrappers';
6
+ import { Any } from '../../../../../google/protobuf/any';
7
+ import { Empty } from '../../../../../google/protobuf/empty';
8
+ /**
9
+ * Makes protobuf to forcefully compile all well-known types into code (for TS)
10
+ * or just add dependencies on them (for go)
11
+ *
12
+ * @generated from protobuf message MiLaboratories.PL._Stub._ImportWellKnown
13
+ */
14
+ export interface _ImportWellKnown {
15
+ /**
16
+ * @generated from protobuf field: google.protobuf.Empty empty = 1;
17
+ */
18
+ empty?: Empty;
19
+ /**
20
+ * @generated from protobuf field: google.protobuf.Any any = 2;
21
+ */
22
+ any?: Any;
23
+ /**
24
+ * @generated from protobuf field: google.protobuf.BytesValue bytes = 3;
25
+ */
26
+ bytes?: BytesValue;
27
+ /**
28
+ * @generated from protobuf field: google.protobuf.BoolValue bool = 4;
29
+ */
30
+ bool?: BoolValue;
31
+ /**
32
+ * @generated from protobuf field: google.protobuf.StringValue string = 5;
33
+ */
34
+ string?: StringValue;
35
+ /**
36
+ * @generated from protobuf field: google.protobuf.Int32Value int32 = 6;
37
+ */
38
+ int32?: Int32Value;
39
+ /**
40
+ * @generated from protobuf field: google.protobuf.UInt32Value uint32 = 7;
41
+ */
42
+ uint32?: UInt32Value;
43
+ /**
44
+ * @generated from protobuf field: google.protobuf.Int64Value int64 = 8;
45
+ */
46
+ int64?: Int64Value;
47
+ /**
48
+ * @generated from protobuf field: google.protobuf.UInt64Value uint64 = 9;
49
+ */
50
+ uint64?: UInt64Value;
51
+ /**
52
+ * @generated from protobuf field: google.protobuf.FloatValue float = 10;
53
+ */
54
+ float?: FloatValue;
55
+ /**
56
+ * @generated from protobuf field: google.protobuf.DoubleValue double = 11;
57
+ */
58
+ double?: DoubleValue;
59
+ /**
60
+ * @generated from protobuf field: google.protobuf.Duration duration = 12;
61
+ */
62
+ duration?: Duration;
63
+ /**
64
+ * @generated from protobuf field: google.protobuf.Timestamp timestamp = 13;
65
+ */
66
+ timestamp?: Timestamp;
67
+ /**
68
+ * @generated from protobuf field: google.protobuf.Value value = 14;
69
+ */
70
+ value?: Value;
71
+ /**
72
+ * @generated from protobuf field: google.protobuf.ListValue list = 15;
73
+ */
74
+ list?: ListValue;
75
+ /**
76
+ * @generated from protobuf field: google.protobuf.Struct struct = 16;
77
+ */
78
+ struct?: Struct;
79
+ }
80
+ declare class _ImportWellKnown$Type extends MessageType<_ImportWellKnown> {
81
+ constructor();
82
+ create(value?: PartialMessage<_ImportWellKnown>): _ImportWellKnown;
83
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: _ImportWellKnown): _ImportWellKnown;
84
+ internalBinaryWrite(message: _ImportWellKnown, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
85
+ }
86
+ /**
87
+ * @generated MessageType for protobuf message MiLaboratories.PL._Stub._ImportWellKnown
88
+ */
89
+ export declare const _ImportWellKnown: _ImportWellKnown$Type;
90
+ export {};
91
+ //# sourceMappingURL=import.d.ts.map