@platforma-open/milaboratories.sequence-properties.model 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1713 @@
1
+ import { BlockArgs, BlockData, WorkflowInfo, WorkflowMode, WorkflowReceptor } from "./types.js";
2
+ import { blockDataModel } from "./dataModel.js";
3
+ import * as _$_platforma_sdk_model0 from "@platforma-sdk/model";
4
+ import { InferOutputsType } from "@platforma-sdk/model";
5
+ import * as _$_milaboratories_helpers0 from "@milaboratories/helpers";
6
+
7
+ //#region src/index.d.ts
8
+ declare const platforma: _$_platforma_sdk_model0.PlatformaExtended<_$_platforma_sdk_model0.PlatformaV3<BlockData, BlockArgs, _$_platforma_sdk_model0.InferOutputsFromLambdas<{
9
+ inputOptions: _$_platforma_sdk_model0.ConfigRenderLambda<{
10
+ readonly ref: {
11
+ readonly __isRef: true;
12
+ readonly blockId: string;
13
+ readonly name: string;
14
+ readonly requireEnrichments?: true | undefined | undefined;
15
+ };
16
+ readonly label: string;
17
+ }[]>;
18
+ } & {
19
+ inputSpec: _$_platforma_sdk_model0.ConfigRenderLambda<{
20
+ readonly kind: "PColumn";
21
+ readonly name: string;
22
+ readonly domain?: {
23
+ [x: string]: string;
24
+ } | undefined;
25
+ readonly contextDomain?: {
26
+ [x: string]: string;
27
+ } | undefined;
28
+ readonly annotations?: {
29
+ [x: string]: string;
30
+ } | undefined;
31
+ readonly valueType: "Int" | "Long" | "Float" | "Double" | "String" | "Bytes";
32
+ readonly parentAxes?: number[] | undefined;
33
+ readonly axesSpec: {
34
+ readonly type: _$_platforma_sdk_model0.AxisValueType;
35
+ readonly name: string;
36
+ readonly domain?: {
37
+ [x: string]: string;
38
+ } | undefined;
39
+ readonly contextDomain?: {
40
+ [x: string]: string;
41
+ } | undefined;
42
+ readonly annotations?: {
43
+ [x: string]: string;
44
+ } | undefined;
45
+ readonly parentAxes?: number[] | undefined;
46
+ }[];
47
+ } | undefined>;
48
+ } & {
49
+ info: _$_platforma_sdk_model0.ConfigRenderLambda<{
50
+ mode?: WorkflowMode | undefined;
51
+ receptor?: WorkflowReceptor | undefined;
52
+ coverageTier?: "full_chain" | "cdr3_only" | "partial" | "peptide" | undefined;
53
+ messages: string[];
54
+ } | undefined>;
55
+ } & {
56
+ isRunning: _$_platforma_sdk_model0.ConfigRenderLambda<boolean>;
57
+ } & {
58
+ processingLog: _$_platforma_sdk_model0.ConfigRenderLambda<_$_platforma_sdk_model0.AnyLogHandle | undefined>;
59
+ } & {
60
+ propertiesTable: _$_platforma_sdk_model0.ConfigRenderLambda<{
61
+ sourceId: null | string;
62
+ fullTableHandle?: _$_platforma_sdk_model0.PTableHandle | undefined;
63
+ fullPframeHandle?: _$_platforma_sdk_model0.PFrameHandle | undefined;
64
+ visibleTableHandle?: _$_platforma_sdk_model0.PTableHandle | undefined;
65
+ defaultFilters?: _$_milaboratories_helpers0.Nil | {
66
+ type: "or";
67
+ filters: (/*elided*/any | {
68
+ type: "and";
69
+ filters: (/*elided*/any | /*elided*/any | {
70
+ type: undefined;
71
+ } | {
72
+ type: "isNA";
73
+ column: string & {
74
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
75
+ };
76
+ } | {
77
+ type: "isNotNA";
78
+ column: string & {
79
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
80
+ };
81
+ } | {
82
+ type: "ifNa";
83
+ column: string & {
84
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
85
+ };
86
+ replacement: string;
87
+ } | {
88
+ type: "patternEquals";
89
+ column: string & {
90
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
91
+ };
92
+ value: string;
93
+ } | {
94
+ type: "patternNotEquals";
95
+ column: string & {
96
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
97
+ };
98
+ value: string;
99
+ } | {
100
+ type: "patternContainSubsequence";
101
+ column: string & {
102
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
103
+ };
104
+ value: string;
105
+ } | {
106
+ type: "patternNotContainSubsequence";
107
+ column: string & {
108
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
109
+ };
110
+ value: string;
111
+ } | {
112
+ type: "patternMatchesRegularExpression";
113
+ column: string & {
114
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
115
+ };
116
+ value: string;
117
+ } | {
118
+ type: "patternFuzzyContainSubsequence";
119
+ column: string & {
120
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
121
+ };
122
+ value: string;
123
+ maxEdits?: number | undefined;
124
+ substitutionsOnly?: boolean | undefined;
125
+ wildcard?: string | undefined;
126
+ } | {
127
+ type: "inSet";
128
+ column: string & {
129
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
130
+ };
131
+ value: string[];
132
+ } | {
133
+ type: "notInSet";
134
+ column: string & {
135
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
136
+ };
137
+ value: string[];
138
+ } | {
139
+ type: "topN";
140
+ column: string & {
141
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
142
+ };
143
+ n: number;
144
+ } | {
145
+ type: "bottomN";
146
+ column: string & {
147
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
148
+ };
149
+ n: number;
150
+ } | {
151
+ type: "equal";
152
+ column: string & {
153
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
154
+ };
155
+ x: number;
156
+ } | {
157
+ type: "notEqual";
158
+ column: string & {
159
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
160
+ };
161
+ x: number;
162
+ } | {
163
+ type: "lessThan";
164
+ column: string & {
165
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
166
+ };
167
+ x: number;
168
+ } | {
169
+ type: "greaterThan";
170
+ column: string & {
171
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
172
+ };
173
+ x: number;
174
+ } | {
175
+ type: "lessThanOrEqual";
176
+ column: string & {
177
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
178
+ };
179
+ x: number;
180
+ } | {
181
+ type: "greaterThanOrEqual";
182
+ column: string & {
183
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
184
+ };
185
+ x: number;
186
+ } | {
187
+ type: "equalToColumn";
188
+ column: string & {
189
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
190
+ };
191
+ rhs: string & {
192
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
193
+ };
194
+ } | {
195
+ type: "lessThanColumn";
196
+ column: string & {
197
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
198
+ };
199
+ rhs: string & {
200
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
201
+ };
202
+ minDiff?: number | undefined;
203
+ } | {
204
+ type: "greaterThanColumn";
205
+ column: string & {
206
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
207
+ };
208
+ rhs: string & {
209
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
210
+ };
211
+ minDiff?: number | undefined;
212
+ } | {
213
+ type: "lessThanColumnOrEqual";
214
+ column: string & {
215
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
216
+ };
217
+ rhs: string & {
218
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
219
+ };
220
+ minDiff?: number | undefined;
221
+ } | {
222
+ type: "greaterThanColumnOrEqual";
223
+ column: string & {
224
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
225
+ };
226
+ rhs: string & {
227
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
228
+ };
229
+ minDiff?: number | undefined;
230
+ } | {
231
+ type: "not";
232
+ filter: /*elided*/any | /*elided*/any | {
233
+ type: undefined;
234
+ } | {
235
+ type: "isNA";
236
+ column: string & {
237
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
238
+ };
239
+ } | {
240
+ type: "isNotNA";
241
+ column: string & {
242
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
243
+ };
244
+ } | {
245
+ type: "ifNa";
246
+ column: string & {
247
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
248
+ };
249
+ replacement: string;
250
+ } | {
251
+ type: "patternEquals";
252
+ column: string & {
253
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
254
+ };
255
+ value: string;
256
+ } | {
257
+ type: "patternNotEquals";
258
+ column: string & {
259
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
260
+ };
261
+ value: string;
262
+ } | {
263
+ type: "patternContainSubsequence";
264
+ column: string & {
265
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
266
+ };
267
+ value: string;
268
+ } | {
269
+ type: "patternNotContainSubsequence";
270
+ column: string & {
271
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
272
+ };
273
+ value: string;
274
+ } | {
275
+ type: "patternMatchesRegularExpression";
276
+ column: string & {
277
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
278
+ };
279
+ value: string;
280
+ } | {
281
+ type: "patternFuzzyContainSubsequence";
282
+ column: string & {
283
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
284
+ };
285
+ value: string;
286
+ maxEdits?: number | undefined;
287
+ substitutionsOnly?: boolean | undefined;
288
+ wildcard?: string | undefined;
289
+ } | {
290
+ type: "inSet";
291
+ column: string & {
292
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
293
+ };
294
+ value: string[];
295
+ } | {
296
+ type: "notInSet";
297
+ column: string & {
298
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
299
+ };
300
+ value: string[];
301
+ } | {
302
+ type: "topN";
303
+ column: string & {
304
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
305
+ };
306
+ n: number;
307
+ } | {
308
+ type: "bottomN";
309
+ column: string & {
310
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
311
+ };
312
+ n: number;
313
+ } | {
314
+ type: "equal";
315
+ column: string & {
316
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
317
+ };
318
+ x: number;
319
+ } | {
320
+ type: "notEqual";
321
+ column: string & {
322
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
323
+ };
324
+ x: number;
325
+ } | {
326
+ type: "lessThan";
327
+ column: string & {
328
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
329
+ };
330
+ x: number;
331
+ } | {
332
+ type: "greaterThan";
333
+ column: string & {
334
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
335
+ };
336
+ x: number;
337
+ } | {
338
+ type: "lessThanOrEqual";
339
+ column: string & {
340
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
341
+ };
342
+ x: number;
343
+ } | {
344
+ type: "greaterThanOrEqual";
345
+ column: string & {
346
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
347
+ };
348
+ x: number;
349
+ } | {
350
+ type: "equalToColumn";
351
+ column: string & {
352
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
353
+ };
354
+ rhs: string & {
355
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
356
+ };
357
+ } | {
358
+ type: "lessThanColumn";
359
+ column: string & {
360
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
361
+ };
362
+ rhs: string & {
363
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
364
+ };
365
+ minDiff?: number | undefined;
366
+ } | {
367
+ type: "greaterThanColumn";
368
+ column: string & {
369
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
370
+ };
371
+ rhs: string & {
372
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
373
+ };
374
+ minDiff?: number | undefined;
375
+ } | {
376
+ type: "lessThanColumnOrEqual";
377
+ column: string & {
378
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
379
+ };
380
+ rhs: string & {
381
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
382
+ };
383
+ minDiff?: number | undefined;
384
+ } | {
385
+ type: "greaterThanColumnOrEqual";
386
+ column: string & {
387
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
388
+ };
389
+ rhs: string & {
390
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
391
+ };
392
+ minDiff?: number | undefined;
393
+ } | /*elided*/any;
394
+ })[];
395
+ } | {
396
+ type: undefined;
397
+ } | {
398
+ type: "isNA";
399
+ column: string & {
400
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
401
+ };
402
+ } | {
403
+ type: "isNotNA";
404
+ column: string & {
405
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
406
+ };
407
+ } | {
408
+ type: "ifNa";
409
+ column: string & {
410
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
411
+ };
412
+ replacement: string;
413
+ } | {
414
+ type: "patternEquals";
415
+ column: string & {
416
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
417
+ };
418
+ value: string;
419
+ } | {
420
+ type: "patternNotEquals";
421
+ column: string & {
422
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
423
+ };
424
+ value: string;
425
+ } | {
426
+ type: "patternContainSubsequence";
427
+ column: string & {
428
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
429
+ };
430
+ value: string;
431
+ } | {
432
+ type: "patternNotContainSubsequence";
433
+ column: string & {
434
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
435
+ };
436
+ value: string;
437
+ } | {
438
+ type: "patternMatchesRegularExpression";
439
+ column: string & {
440
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
441
+ };
442
+ value: string;
443
+ } | {
444
+ type: "patternFuzzyContainSubsequence";
445
+ column: string & {
446
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
447
+ };
448
+ value: string;
449
+ maxEdits?: number | undefined;
450
+ substitutionsOnly?: boolean | undefined;
451
+ wildcard?: string | undefined;
452
+ } | {
453
+ type: "inSet";
454
+ column: string & {
455
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
456
+ };
457
+ value: string[];
458
+ } | {
459
+ type: "notInSet";
460
+ column: string & {
461
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
462
+ };
463
+ value: string[];
464
+ } | {
465
+ type: "topN";
466
+ column: string & {
467
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
468
+ };
469
+ n: number;
470
+ } | {
471
+ type: "bottomN";
472
+ column: string & {
473
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
474
+ };
475
+ n: number;
476
+ } | {
477
+ type: "equal";
478
+ column: string & {
479
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
480
+ };
481
+ x: number;
482
+ } | {
483
+ type: "notEqual";
484
+ column: string & {
485
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
486
+ };
487
+ x: number;
488
+ } | {
489
+ type: "lessThan";
490
+ column: string & {
491
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
492
+ };
493
+ x: number;
494
+ } | {
495
+ type: "greaterThan";
496
+ column: string & {
497
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
498
+ };
499
+ x: number;
500
+ } | {
501
+ type: "lessThanOrEqual";
502
+ column: string & {
503
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
504
+ };
505
+ x: number;
506
+ } | {
507
+ type: "greaterThanOrEqual";
508
+ column: string & {
509
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
510
+ };
511
+ x: number;
512
+ } | {
513
+ type: "equalToColumn";
514
+ column: string & {
515
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
516
+ };
517
+ rhs: string & {
518
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
519
+ };
520
+ } | {
521
+ type: "lessThanColumn";
522
+ column: string & {
523
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
524
+ };
525
+ rhs: string & {
526
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
527
+ };
528
+ minDiff?: number | undefined;
529
+ } | {
530
+ type: "greaterThanColumn";
531
+ column: string & {
532
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
533
+ };
534
+ rhs: string & {
535
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
536
+ };
537
+ minDiff?: number | undefined;
538
+ } | {
539
+ type: "lessThanColumnOrEqual";
540
+ column: string & {
541
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
542
+ };
543
+ rhs: string & {
544
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
545
+ };
546
+ minDiff?: number | undefined;
547
+ } | {
548
+ type: "greaterThanColumnOrEqual";
549
+ column: string & {
550
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
551
+ };
552
+ rhs: string & {
553
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
554
+ };
555
+ minDiff?: number | undefined;
556
+ } | {
557
+ type: "not";
558
+ filter: /*elided*/any | {
559
+ type: "and";
560
+ filters: (/*elided*/any | /*elided*/any | {
561
+ type: undefined;
562
+ } | {
563
+ type: "isNA";
564
+ column: string & {
565
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
566
+ };
567
+ } | {
568
+ type: "isNotNA";
569
+ column: string & {
570
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
571
+ };
572
+ } | {
573
+ type: "ifNa";
574
+ column: string & {
575
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
576
+ };
577
+ replacement: string;
578
+ } | {
579
+ type: "patternEquals";
580
+ column: string & {
581
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
582
+ };
583
+ value: string;
584
+ } | {
585
+ type: "patternNotEquals";
586
+ column: string & {
587
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
588
+ };
589
+ value: string;
590
+ } | {
591
+ type: "patternContainSubsequence";
592
+ column: string & {
593
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
594
+ };
595
+ value: string;
596
+ } | {
597
+ type: "patternNotContainSubsequence";
598
+ column: string & {
599
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
600
+ };
601
+ value: string;
602
+ } | {
603
+ type: "patternMatchesRegularExpression";
604
+ column: string & {
605
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
606
+ };
607
+ value: string;
608
+ } | {
609
+ type: "patternFuzzyContainSubsequence";
610
+ column: string & {
611
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
612
+ };
613
+ value: string;
614
+ maxEdits?: number | undefined;
615
+ substitutionsOnly?: boolean | undefined;
616
+ wildcard?: string | undefined;
617
+ } | {
618
+ type: "inSet";
619
+ column: string & {
620
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
621
+ };
622
+ value: string[];
623
+ } | {
624
+ type: "notInSet";
625
+ column: string & {
626
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
627
+ };
628
+ value: string[];
629
+ } | {
630
+ type: "topN";
631
+ column: string & {
632
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
633
+ };
634
+ n: number;
635
+ } | {
636
+ type: "bottomN";
637
+ column: string & {
638
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
639
+ };
640
+ n: number;
641
+ } | {
642
+ type: "equal";
643
+ column: string & {
644
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
645
+ };
646
+ x: number;
647
+ } | {
648
+ type: "notEqual";
649
+ column: string & {
650
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
651
+ };
652
+ x: number;
653
+ } | {
654
+ type: "lessThan";
655
+ column: string & {
656
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
657
+ };
658
+ x: number;
659
+ } | {
660
+ type: "greaterThan";
661
+ column: string & {
662
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
663
+ };
664
+ x: number;
665
+ } | {
666
+ type: "lessThanOrEqual";
667
+ column: string & {
668
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
669
+ };
670
+ x: number;
671
+ } | {
672
+ type: "greaterThanOrEqual";
673
+ column: string & {
674
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
675
+ };
676
+ x: number;
677
+ } | {
678
+ type: "equalToColumn";
679
+ column: string & {
680
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
681
+ };
682
+ rhs: string & {
683
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
684
+ };
685
+ } | {
686
+ type: "lessThanColumn";
687
+ column: string & {
688
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
689
+ };
690
+ rhs: string & {
691
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
692
+ };
693
+ minDiff?: number | undefined;
694
+ } | {
695
+ type: "greaterThanColumn";
696
+ column: string & {
697
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
698
+ };
699
+ rhs: string & {
700
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
701
+ };
702
+ minDiff?: number | undefined;
703
+ } | {
704
+ type: "lessThanColumnOrEqual";
705
+ column: string & {
706
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
707
+ };
708
+ rhs: string & {
709
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
710
+ };
711
+ minDiff?: number | undefined;
712
+ } | {
713
+ type: "greaterThanColumnOrEqual";
714
+ column: string & {
715
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
716
+ };
717
+ rhs: string & {
718
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
719
+ };
720
+ minDiff?: number | undefined;
721
+ } | /*elided*/any)[];
722
+ } | {
723
+ type: undefined;
724
+ } | {
725
+ type: "isNA";
726
+ column: string & {
727
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
728
+ };
729
+ } | {
730
+ type: "isNotNA";
731
+ column: string & {
732
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
733
+ };
734
+ } | {
735
+ type: "ifNa";
736
+ column: string & {
737
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
738
+ };
739
+ replacement: string;
740
+ } | {
741
+ type: "patternEquals";
742
+ column: string & {
743
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
744
+ };
745
+ value: string;
746
+ } | {
747
+ type: "patternNotEquals";
748
+ column: string & {
749
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
750
+ };
751
+ value: string;
752
+ } | {
753
+ type: "patternContainSubsequence";
754
+ column: string & {
755
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
756
+ };
757
+ value: string;
758
+ } | {
759
+ type: "patternNotContainSubsequence";
760
+ column: string & {
761
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
762
+ };
763
+ value: string;
764
+ } | {
765
+ type: "patternMatchesRegularExpression";
766
+ column: string & {
767
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
768
+ };
769
+ value: string;
770
+ } | {
771
+ type: "patternFuzzyContainSubsequence";
772
+ column: string & {
773
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
774
+ };
775
+ value: string;
776
+ maxEdits?: number | undefined;
777
+ substitutionsOnly?: boolean | undefined;
778
+ wildcard?: string | undefined;
779
+ } | {
780
+ type: "inSet";
781
+ column: string & {
782
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
783
+ };
784
+ value: string[];
785
+ } | {
786
+ type: "notInSet";
787
+ column: string & {
788
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
789
+ };
790
+ value: string[];
791
+ } | {
792
+ type: "topN";
793
+ column: string & {
794
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
795
+ };
796
+ n: number;
797
+ } | {
798
+ type: "bottomN";
799
+ column: string & {
800
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
801
+ };
802
+ n: number;
803
+ } | {
804
+ type: "equal";
805
+ column: string & {
806
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
807
+ };
808
+ x: number;
809
+ } | {
810
+ type: "notEqual";
811
+ column: string & {
812
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
813
+ };
814
+ x: number;
815
+ } | {
816
+ type: "lessThan";
817
+ column: string & {
818
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
819
+ };
820
+ x: number;
821
+ } | {
822
+ type: "greaterThan";
823
+ column: string & {
824
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
825
+ };
826
+ x: number;
827
+ } | {
828
+ type: "lessThanOrEqual";
829
+ column: string & {
830
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
831
+ };
832
+ x: number;
833
+ } | {
834
+ type: "greaterThanOrEqual";
835
+ column: string & {
836
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
837
+ };
838
+ x: number;
839
+ } | {
840
+ type: "equalToColumn";
841
+ column: string & {
842
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
843
+ };
844
+ rhs: string & {
845
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
846
+ };
847
+ } | {
848
+ type: "lessThanColumn";
849
+ column: string & {
850
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
851
+ };
852
+ rhs: string & {
853
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
854
+ };
855
+ minDiff?: number | undefined;
856
+ } | {
857
+ type: "greaterThanColumn";
858
+ column: string & {
859
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
860
+ };
861
+ rhs: string & {
862
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
863
+ };
864
+ minDiff?: number | undefined;
865
+ } | {
866
+ type: "lessThanColumnOrEqual";
867
+ column: string & {
868
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
869
+ };
870
+ rhs: string & {
871
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
872
+ };
873
+ minDiff?: number | undefined;
874
+ } | {
875
+ type: "greaterThanColumnOrEqual";
876
+ column: string & {
877
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
878
+ };
879
+ rhs: string & {
880
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
881
+ };
882
+ minDiff?: number | undefined;
883
+ } | /*elided*/any;
884
+ })[];
885
+ } | {
886
+ type: "and";
887
+ filters: ({
888
+ type: "or";
889
+ filters: (/*elided*/any | /*elided*/any | {
890
+ type: undefined;
891
+ } | {
892
+ type: "isNA";
893
+ column: string & {
894
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
895
+ };
896
+ } | {
897
+ type: "isNotNA";
898
+ column: string & {
899
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
900
+ };
901
+ } | {
902
+ type: "ifNa";
903
+ column: string & {
904
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
905
+ };
906
+ replacement: string;
907
+ } | {
908
+ type: "patternEquals";
909
+ column: string & {
910
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
911
+ };
912
+ value: string;
913
+ } | {
914
+ type: "patternNotEquals";
915
+ column: string & {
916
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
917
+ };
918
+ value: string;
919
+ } | {
920
+ type: "patternContainSubsequence";
921
+ column: string & {
922
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
923
+ };
924
+ value: string;
925
+ } | {
926
+ type: "patternNotContainSubsequence";
927
+ column: string & {
928
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
929
+ };
930
+ value: string;
931
+ } | {
932
+ type: "patternMatchesRegularExpression";
933
+ column: string & {
934
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
935
+ };
936
+ value: string;
937
+ } | {
938
+ type: "patternFuzzyContainSubsequence";
939
+ column: string & {
940
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
941
+ };
942
+ value: string;
943
+ maxEdits?: number | undefined;
944
+ substitutionsOnly?: boolean | undefined;
945
+ wildcard?: string | undefined;
946
+ } | {
947
+ type: "inSet";
948
+ column: string & {
949
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
950
+ };
951
+ value: string[];
952
+ } | {
953
+ type: "notInSet";
954
+ column: string & {
955
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
956
+ };
957
+ value: string[];
958
+ } | {
959
+ type: "topN";
960
+ column: string & {
961
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
962
+ };
963
+ n: number;
964
+ } | {
965
+ type: "bottomN";
966
+ column: string & {
967
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
968
+ };
969
+ n: number;
970
+ } | {
971
+ type: "equal";
972
+ column: string & {
973
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
974
+ };
975
+ x: number;
976
+ } | {
977
+ type: "notEqual";
978
+ column: string & {
979
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
980
+ };
981
+ x: number;
982
+ } | {
983
+ type: "lessThan";
984
+ column: string & {
985
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
986
+ };
987
+ x: number;
988
+ } | {
989
+ type: "greaterThan";
990
+ column: string & {
991
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
992
+ };
993
+ x: number;
994
+ } | {
995
+ type: "lessThanOrEqual";
996
+ column: string & {
997
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
998
+ };
999
+ x: number;
1000
+ } | {
1001
+ type: "greaterThanOrEqual";
1002
+ column: string & {
1003
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1004
+ };
1005
+ x: number;
1006
+ } | {
1007
+ type: "equalToColumn";
1008
+ column: string & {
1009
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1010
+ };
1011
+ rhs: string & {
1012
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1013
+ };
1014
+ } | {
1015
+ type: "lessThanColumn";
1016
+ column: string & {
1017
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1018
+ };
1019
+ rhs: string & {
1020
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1021
+ };
1022
+ minDiff?: number | undefined;
1023
+ } | {
1024
+ type: "greaterThanColumn";
1025
+ column: string & {
1026
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1027
+ };
1028
+ rhs: string & {
1029
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1030
+ };
1031
+ minDiff?: number | undefined;
1032
+ } | {
1033
+ type: "lessThanColumnOrEqual";
1034
+ column: string & {
1035
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1036
+ };
1037
+ rhs: string & {
1038
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1039
+ };
1040
+ minDiff?: number | undefined;
1041
+ } | {
1042
+ type: "greaterThanColumnOrEqual";
1043
+ column: string & {
1044
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1045
+ };
1046
+ rhs: string & {
1047
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1048
+ };
1049
+ minDiff?: number | undefined;
1050
+ } | {
1051
+ type: "not";
1052
+ filter: /*elided*/any | /*elided*/any | {
1053
+ type: undefined;
1054
+ } | {
1055
+ type: "isNA";
1056
+ column: string & {
1057
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1058
+ };
1059
+ } | {
1060
+ type: "isNotNA";
1061
+ column: string & {
1062
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1063
+ };
1064
+ } | {
1065
+ type: "ifNa";
1066
+ column: string & {
1067
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1068
+ };
1069
+ replacement: string;
1070
+ } | {
1071
+ type: "patternEquals";
1072
+ column: string & {
1073
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1074
+ };
1075
+ value: string;
1076
+ } | {
1077
+ type: "patternNotEquals";
1078
+ column: string & {
1079
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1080
+ };
1081
+ value: string;
1082
+ } | {
1083
+ type: "patternContainSubsequence";
1084
+ column: string & {
1085
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1086
+ };
1087
+ value: string;
1088
+ } | {
1089
+ type: "patternNotContainSubsequence";
1090
+ column: string & {
1091
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1092
+ };
1093
+ value: string;
1094
+ } | {
1095
+ type: "patternMatchesRegularExpression";
1096
+ column: string & {
1097
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1098
+ };
1099
+ value: string;
1100
+ } | {
1101
+ type: "patternFuzzyContainSubsequence";
1102
+ column: string & {
1103
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1104
+ };
1105
+ value: string;
1106
+ maxEdits?: number | undefined;
1107
+ substitutionsOnly?: boolean | undefined;
1108
+ wildcard?: string | undefined;
1109
+ } | {
1110
+ type: "inSet";
1111
+ column: string & {
1112
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1113
+ };
1114
+ value: string[];
1115
+ } | {
1116
+ type: "notInSet";
1117
+ column: string & {
1118
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1119
+ };
1120
+ value: string[];
1121
+ } | {
1122
+ type: "topN";
1123
+ column: string & {
1124
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1125
+ };
1126
+ n: number;
1127
+ } | {
1128
+ type: "bottomN";
1129
+ column: string & {
1130
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1131
+ };
1132
+ n: number;
1133
+ } | {
1134
+ type: "equal";
1135
+ column: string & {
1136
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1137
+ };
1138
+ x: number;
1139
+ } | {
1140
+ type: "notEqual";
1141
+ column: string & {
1142
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1143
+ };
1144
+ x: number;
1145
+ } | {
1146
+ type: "lessThan";
1147
+ column: string & {
1148
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1149
+ };
1150
+ x: number;
1151
+ } | {
1152
+ type: "greaterThan";
1153
+ column: string & {
1154
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1155
+ };
1156
+ x: number;
1157
+ } | {
1158
+ type: "lessThanOrEqual";
1159
+ column: string & {
1160
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1161
+ };
1162
+ x: number;
1163
+ } | {
1164
+ type: "greaterThanOrEqual";
1165
+ column: string & {
1166
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1167
+ };
1168
+ x: number;
1169
+ } | {
1170
+ type: "equalToColumn";
1171
+ column: string & {
1172
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1173
+ };
1174
+ rhs: string & {
1175
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1176
+ };
1177
+ } | {
1178
+ type: "lessThanColumn";
1179
+ column: string & {
1180
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1181
+ };
1182
+ rhs: string & {
1183
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1184
+ };
1185
+ minDiff?: number | undefined;
1186
+ } | {
1187
+ type: "greaterThanColumn";
1188
+ column: string & {
1189
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1190
+ };
1191
+ rhs: string & {
1192
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1193
+ };
1194
+ minDiff?: number | undefined;
1195
+ } | {
1196
+ type: "lessThanColumnOrEqual";
1197
+ column: string & {
1198
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1199
+ };
1200
+ rhs: string & {
1201
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1202
+ };
1203
+ minDiff?: number | undefined;
1204
+ } | {
1205
+ type: "greaterThanColumnOrEqual";
1206
+ column: string & {
1207
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1208
+ };
1209
+ rhs: string & {
1210
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1211
+ };
1212
+ minDiff?: number | undefined;
1213
+ } | /*elided*/any;
1214
+ })[];
1215
+ } | /*elided*/any | {
1216
+ type: undefined;
1217
+ } | {
1218
+ type: "isNA";
1219
+ column: string & {
1220
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1221
+ };
1222
+ } | {
1223
+ type: "isNotNA";
1224
+ column: string & {
1225
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1226
+ };
1227
+ } | {
1228
+ type: "ifNa";
1229
+ column: string & {
1230
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1231
+ };
1232
+ replacement: string;
1233
+ } | {
1234
+ type: "patternEquals";
1235
+ column: string & {
1236
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1237
+ };
1238
+ value: string;
1239
+ } | {
1240
+ type: "patternNotEquals";
1241
+ column: string & {
1242
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1243
+ };
1244
+ value: string;
1245
+ } | {
1246
+ type: "patternContainSubsequence";
1247
+ column: string & {
1248
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1249
+ };
1250
+ value: string;
1251
+ } | {
1252
+ type: "patternNotContainSubsequence";
1253
+ column: string & {
1254
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1255
+ };
1256
+ value: string;
1257
+ } | {
1258
+ type: "patternMatchesRegularExpression";
1259
+ column: string & {
1260
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1261
+ };
1262
+ value: string;
1263
+ } | {
1264
+ type: "patternFuzzyContainSubsequence";
1265
+ column: string & {
1266
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1267
+ };
1268
+ value: string;
1269
+ maxEdits?: number | undefined;
1270
+ substitutionsOnly?: boolean | undefined;
1271
+ wildcard?: string | undefined;
1272
+ } | {
1273
+ type: "inSet";
1274
+ column: string & {
1275
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1276
+ };
1277
+ value: string[];
1278
+ } | {
1279
+ type: "notInSet";
1280
+ column: string & {
1281
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1282
+ };
1283
+ value: string[];
1284
+ } | {
1285
+ type: "topN";
1286
+ column: string & {
1287
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1288
+ };
1289
+ n: number;
1290
+ } | {
1291
+ type: "bottomN";
1292
+ column: string & {
1293
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1294
+ };
1295
+ n: number;
1296
+ } | {
1297
+ type: "equal";
1298
+ column: string & {
1299
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1300
+ };
1301
+ x: number;
1302
+ } | {
1303
+ type: "notEqual";
1304
+ column: string & {
1305
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1306
+ };
1307
+ x: number;
1308
+ } | {
1309
+ type: "lessThan";
1310
+ column: string & {
1311
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1312
+ };
1313
+ x: number;
1314
+ } | {
1315
+ type: "greaterThan";
1316
+ column: string & {
1317
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1318
+ };
1319
+ x: number;
1320
+ } | {
1321
+ type: "lessThanOrEqual";
1322
+ column: string & {
1323
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1324
+ };
1325
+ x: number;
1326
+ } | {
1327
+ type: "greaterThanOrEqual";
1328
+ column: string & {
1329
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1330
+ };
1331
+ x: number;
1332
+ } | {
1333
+ type: "equalToColumn";
1334
+ column: string & {
1335
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1336
+ };
1337
+ rhs: string & {
1338
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1339
+ };
1340
+ } | {
1341
+ type: "lessThanColumn";
1342
+ column: string & {
1343
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1344
+ };
1345
+ rhs: string & {
1346
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1347
+ };
1348
+ minDiff?: number | undefined;
1349
+ } | {
1350
+ type: "greaterThanColumn";
1351
+ column: string & {
1352
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1353
+ };
1354
+ rhs: string & {
1355
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1356
+ };
1357
+ minDiff?: number | undefined;
1358
+ } | {
1359
+ type: "lessThanColumnOrEqual";
1360
+ column: string & {
1361
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1362
+ };
1363
+ rhs: string & {
1364
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1365
+ };
1366
+ minDiff?: number | undefined;
1367
+ } | {
1368
+ type: "greaterThanColumnOrEqual";
1369
+ column: string & {
1370
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1371
+ };
1372
+ rhs: string & {
1373
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1374
+ };
1375
+ minDiff?: number | undefined;
1376
+ } | {
1377
+ type: "not";
1378
+ filter: {
1379
+ type: "or";
1380
+ filters: (/*elided*/any | /*elided*/any | {
1381
+ type: undefined;
1382
+ } | {
1383
+ type: "isNA";
1384
+ column: string & {
1385
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1386
+ };
1387
+ } | {
1388
+ type: "isNotNA";
1389
+ column: string & {
1390
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1391
+ };
1392
+ } | {
1393
+ type: "ifNa";
1394
+ column: string & {
1395
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1396
+ };
1397
+ replacement: string;
1398
+ } | {
1399
+ type: "patternEquals";
1400
+ column: string & {
1401
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1402
+ };
1403
+ value: string;
1404
+ } | {
1405
+ type: "patternNotEquals";
1406
+ column: string & {
1407
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1408
+ };
1409
+ value: string;
1410
+ } | {
1411
+ type: "patternContainSubsequence";
1412
+ column: string & {
1413
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1414
+ };
1415
+ value: string;
1416
+ } | {
1417
+ type: "patternNotContainSubsequence";
1418
+ column: string & {
1419
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1420
+ };
1421
+ value: string;
1422
+ } | {
1423
+ type: "patternMatchesRegularExpression";
1424
+ column: string & {
1425
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1426
+ };
1427
+ value: string;
1428
+ } | {
1429
+ type: "patternFuzzyContainSubsequence";
1430
+ column: string & {
1431
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1432
+ };
1433
+ value: string;
1434
+ maxEdits?: number | undefined;
1435
+ substitutionsOnly?: boolean | undefined;
1436
+ wildcard?: string | undefined;
1437
+ } | {
1438
+ type: "inSet";
1439
+ column: string & {
1440
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1441
+ };
1442
+ value: string[];
1443
+ } | {
1444
+ type: "notInSet";
1445
+ column: string & {
1446
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1447
+ };
1448
+ value: string[];
1449
+ } | {
1450
+ type: "topN";
1451
+ column: string & {
1452
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1453
+ };
1454
+ n: number;
1455
+ } | {
1456
+ type: "bottomN";
1457
+ column: string & {
1458
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1459
+ };
1460
+ n: number;
1461
+ } | {
1462
+ type: "equal";
1463
+ column: string & {
1464
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1465
+ };
1466
+ x: number;
1467
+ } | {
1468
+ type: "notEqual";
1469
+ column: string & {
1470
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1471
+ };
1472
+ x: number;
1473
+ } | {
1474
+ type: "lessThan";
1475
+ column: string & {
1476
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1477
+ };
1478
+ x: number;
1479
+ } | {
1480
+ type: "greaterThan";
1481
+ column: string & {
1482
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1483
+ };
1484
+ x: number;
1485
+ } | {
1486
+ type: "lessThanOrEqual";
1487
+ column: string & {
1488
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1489
+ };
1490
+ x: number;
1491
+ } | {
1492
+ type: "greaterThanOrEqual";
1493
+ column: string & {
1494
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1495
+ };
1496
+ x: number;
1497
+ } | {
1498
+ type: "equalToColumn";
1499
+ column: string & {
1500
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1501
+ };
1502
+ rhs: string & {
1503
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1504
+ };
1505
+ } | {
1506
+ type: "lessThanColumn";
1507
+ column: string & {
1508
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1509
+ };
1510
+ rhs: string & {
1511
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1512
+ };
1513
+ minDiff?: number | undefined;
1514
+ } | {
1515
+ type: "greaterThanColumn";
1516
+ column: string & {
1517
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1518
+ };
1519
+ rhs: string & {
1520
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1521
+ };
1522
+ minDiff?: number | undefined;
1523
+ } | {
1524
+ type: "lessThanColumnOrEqual";
1525
+ column: string & {
1526
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1527
+ };
1528
+ rhs: string & {
1529
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1530
+ };
1531
+ minDiff?: number | undefined;
1532
+ } | {
1533
+ type: "greaterThanColumnOrEqual";
1534
+ column: string & {
1535
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1536
+ };
1537
+ rhs: string & {
1538
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1539
+ };
1540
+ minDiff?: number | undefined;
1541
+ } | /*elided*/any)[];
1542
+ } | /*elided*/any | {
1543
+ type: undefined;
1544
+ } | {
1545
+ type: "isNA";
1546
+ column: string & {
1547
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1548
+ };
1549
+ } | {
1550
+ type: "isNotNA";
1551
+ column: string & {
1552
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1553
+ };
1554
+ } | {
1555
+ type: "ifNa";
1556
+ column: string & {
1557
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1558
+ };
1559
+ replacement: string;
1560
+ } | {
1561
+ type: "patternEquals";
1562
+ column: string & {
1563
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1564
+ };
1565
+ value: string;
1566
+ } | {
1567
+ type: "patternNotEquals";
1568
+ column: string & {
1569
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1570
+ };
1571
+ value: string;
1572
+ } | {
1573
+ type: "patternContainSubsequence";
1574
+ column: string & {
1575
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1576
+ };
1577
+ value: string;
1578
+ } | {
1579
+ type: "patternNotContainSubsequence";
1580
+ column: string & {
1581
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1582
+ };
1583
+ value: string;
1584
+ } | {
1585
+ type: "patternMatchesRegularExpression";
1586
+ column: string & {
1587
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1588
+ };
1589
+ value: string;
1590
+ } | {
1591
+ type: "patternFuzzyContainSubsequence";
1592
+ column: string & {
1593
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1594
+ };
1595
+ value: string;
1596
+ maxEdits?: number | undefined;
1597
+ substitutionsOnly?: boolean | undefined;
1598
+ wildcard?: string | undefined;
1599
+ } | {
1600
+ type: "inSet";
1601
+ column: string & {
1602
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1603
+ };
1604
+ value: string[];
1605
+ } | {
1606
+ type: "notInSet";
1607
+ column: string & {
1608
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1609
+ };
1610
+ value: string[];
1611
+ } | {
1612
+ type: "topN";
1613
+ column: string & {
1614
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1615
+ };
1616
+ n: number;
1617
+ } | {
1618
+ type: "bottomN";
1619
+ column: string & {
1620
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1621
+ };
1622
+ n: number;
1623
+ } | {
1624
+ type: "equal";
1625
+ column: string & {
1626
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1627
+ };
1628
+ x: number;
1629
+ } | {
1630
+ type: "notEqual";
1631
+ column: string & {
1632
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1633
+ };
1634
+ x: number;
1635
+ } | {
1636
+ type: "lessThan";
1637
+ column: string & {
1638
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1639
+ };
1640
+ x: number;
1641
+ } | {
1642
+ type: "greaterThan";
1643
+ column: string & {
1644
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1645
+ };
1646
+ x: number;
1647
+ } | {
1648
+ type: "lessThanOrEqual";
1649
+ column: string & {
1650
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1651
+ };
1652
+ x: number;
1653
+ } | {
1654
+ type: "greaterThanOrEqual";
1655
+ column: string & {
1656
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1657
+ };
1658
+ x: number;
1659
+ } | {
1660
+ type: "equalToColumn";
1661
+ column: string & {
1662
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1663
+ };
1664
+ rhs: string & {
1665
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1666
+ };
1667
+ } | {
1668
+ type: "lessThanColumn";
1669
+ column: string & {
1670
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1671
+ };
1672
+ rhs: string & {
1673
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1674
+ };
1675
+ minDiff?: number | undefined;
1676
+ } | {
1677
+ type: "greaterThanColumn";
1678
+ column: string & {
1679
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1680
+ };
1681
+ rhs: string & {
1682
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1683
+ };
1684
+ minDiff?: number | undefined;
1685
+ } | {
1686
+ type: "lessThanColumnOrEqual";
1687
+ column: string & {
1688
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1689
+ };
1690
+ rhs: string & {
1691
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1692
+ };
1693
+ minDiff?: number | undefined;
1694
+ } | {
1695
+ type: "greaterThanColumnOrEqual";
1696
+ column: string & {
1697
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1698
+ };
1699
+ rhs: string & {
1700
+ __json_canonicalized: _$_platforma_sdk_model0.PTableColumnId;
1701
+ };
1702
+ minDiff?: number | undefined;
1703
+ } | /*elided*/any;
1704
+ })[];
1705
+ };
1706
+ } | undefined> & {
1707
+ withStatus: true;
1708
+ };
1709
+ }>, "/", {}, _$_platforma_sdk_model0.BlockDefaultUiServices>>;
1710
+ type BlockOutputs = InferOutputsType<typeof platforma>;
1711
+ //#endregion
1712
+ export { type BlockArgs, type BlockData, BlockOutputs, type WorkflowInfo, type WorkflowMode, type WorkflowReceptor, blockDataModel, platforma };
1713
+ //# sourceMappingURL=index.d.ts.map