@rlvt/datasources-openapi-client 1.0.261 → 1.0.262

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.
package/build/api.d.ts CHANGED
@@ -570,6 +570,23 @@ export default class {
570
570
  separator: string;
571
571
  };
572
572
  name: "split";
573
+ } | {
574
+ params: {
575
+ cases: {
576
+ value: string;
577
+ conditions: {
578
+ operator: "=" | "!=" | ">=" | "<=";
579
+ value: string | number | boolean;
580
+ }[];
581
+ }[];
582
+ };
583
+ name: "case";
584
+ } | {
585
+ params: {
586
+ algorithm: string;
587
+ salt?: string | undefined;
588
+ };
589
+ name: "hash";
573
590
  })[];
574
591
  source?: import("./definitions").FieldSource | undefined;
575
592
  ignoreIfMissing?: boolean | undefined;
@@ -815,6 +832,23 @@ export default class {
815
832
  separator: string;
816
833
  };
817
834
  name: "split";
835
+ } | {
836
+ params: {
837
+ cases: {
838
+ value: string;
839
+ conditions: {
840
+ operator: "=" | "!=" | ">=" | "<=";
841
+ value: string | number | boolean;
842
+ }[];
843
+ }[];
844
+ };
845
+ name: "case";
846
+ } | {
847
+ params: {
848
+ algorithm: string;
849
+ salt?: string | undefined;
850
+ };
851
+ name: "hash";
818
852
  })[];
819
853
  source?: import("./definitions").FieldSource | undefined;
820
854
  ignoreIfMissing?: boolean | undefined;
@@ -1040,6 +1074,23 @@ export default class {
1040
1074
  separator: string;
1041
1075
  };
1042
1076
  name: "split";
1077
+ } | {
1078
+ params: {
1079
+ cases: {
1080
+ value: string;
1081
+ conditions: {
1082
+ operator: "=" | "!=" | ">=" | "<=";
1083
+ value: string | number | boolean;
1084
+ }[];
1085
+ }[];
1086
+ };
1087
+ name: "case";
1088
+ } | {
1089
+ params: {
1090
+ algorithm: string;
1091
+ salt?: string | undefined;
1092
+ };
1093
+ name: "hash";
1043
1094
  })[];
1044
1095
  source?: import("./definitions").FieldSource | undefined;
1045
1096
  ignoreIfMissing?: boolean | undefined;
@@ -1452,6 +1503,23 @@ export default class {
1452
1503
  separator: string;
1453
1504
  };
1454
1505
  name: "split";
1506
+ } | {
1507
+ params: {
1508
+ cases: {
1509
+ value: string;
1510
+ conditions: {
1511
+ operator: "=" | "!=" | ">=" | "<=";
1512
+ value: string | number | boolean;
1513
+ }[];
1514
+ }[];
1515
+ };
1516
+ name: "case";
1517
+ } | {
1518
+ params: {
1519
+ algorithm: string;
1520
+ salt?: string | undefined;
1521
+ };
1522
+ name: "hash";
1455
1523
  })[];
1456
1524
  source?: import("./definitions").FieldSource | undefined;
1457
1525
  ignoreIfMissing?: boolean | undefined;
@@ -1894,6 +1962,23 @@ export default class {
1894
1962
  separator: string;
1895
1963
  };
1896
1964
  name: "split";
1965
+ } | {
1966
+ params: {
1967
+ cases: {
1968
+ value: string;
1969
+ conditions: {
1970
+ operator: "=" | "!=" | ">=" | "<=";
1971
+ value: string | number | boolean;
1972
+ }[];
1973
+ }[];
1974
+ };
1975
+ name: "case";
1976
+ } | {
1977
+ params: {
1978
+ algorithm: string;
1979
+ salt?: string | undefined;
1980
+ };
1981
+ name: "hash";
1897
1982
  })[];
1898
1983
  source?: import("./definitions").FieldSource | undefined;
1899
1984
  ignoreIfMissing?: boolean | undefined;
@@ -2737,6 +2822,23 @@ export default class {
2737
2822
  separator: string;
2738
2823
  };
2739
2824
  name: "split";
2825
+ } | {
2826
+ params: {
2827
+ cases: {
2828
+ value: string;
2829
+ conditions: {
2830
+ operator: "=" | "!=" | ">=" | "<=";
2831
+ value: string | number | boolean;
2832
+ }[];
2833
+ }[];
2834
+ };
2835
+ name: "case";
2836
+ } | {
2837
+ params: {
2838
+ algorithm: string;
2839
+ salt?: string | undefined;
2840
+ };
2841
+ name: "hash";
2740
2842
  })[];
2741
2843
  };
2742
2844
  };
@@ -3476,6 +3578,23 @@ export default class {
3476
3578
  separator: string;
3477
3579
  };
3478
3580
  name: "split";
3581
+ } | {
3582
+ params: {
3583
+ cases: {
3584
+ value: string;
3585
+ conditions: {
3586
+ operator: "=" | "!=" | ">=" | "<=";
3587
+ value: string | number | boolean;
3588
+ }[];
3589
+ }[];
3590
+ };
3591
+ name: "case";
3592
+ } | {
3593
+ params: {
3594
+ algorithm: string;
3595
+ salt?: string | undefined;
3596
+ };
3597
+ name: "hash";
3479
3598
  })[];
3480
3599
  };
3481
3600
  };
@@ -3733,6 +3852,23 @@ export default class {
3733
3852
  separator: string;
3734
3853
  };
3735
3854
  name: "split";
3855
+ } | {
3856
+ params: {
3857
+ cases: {
3858
+ value: string;
3859
+ conditions: {
3860
+ operator: "=" | "!=" | ">=" | "<=";
3861
+ value: string | number | boolean;
3862
+ }[];
3863
+ }[];
3864
+ };
3865
+ name: "case";
3866
+ } | {
3867
+ params: {
3868
+ algorithm: string;
3869
+ salt?: string | undefined;
3870
+ };
3871
+ name: "hash";
3736
3872
  })[];
3737
3873
  source?: import("./definitions").FieldSource | undefined;
3738
3874
  ignoreIfMissing?: boolean | undefined;
@@ -4577,6 +4713,23 @@ export default class {
4577
4713
  separator: string;
4578
4714
  };
4579
4715
  name: "split";
4716
+ } | {
4717
+ params: {
4718
+ cases: {
4719
+ value: string;
4720
+ conditions: {
4721
+ operator: "=" | "!=" | ">=" | "<=";
4722
+ value: string | number | boolean;
4723
+ }[];
4724
+ }[];
4725
+ };
4726
+ name: "case";
4727
+ } | {
4728
+ params: {
4729
+ algorithm: string;
4730
+ salt?: string | undefined;
4731
+ };
4732
+ name: "hash";
4580
4733
  })[];
4581
4734
  };
4582
4735
  };
@@ -5316,6 +5469,23 @@ export default class {
5316
5469
  separator: string;
5317
5470
  };
5318
5471
  name: "split";
5472
+ } | {
5473
+ params: {
5474
+ cases: {
5475
+ value: string;
5476
+ conditions: {
5477
+ operator: "=" | "!=" | ">=" | "<=";
5478
+ value: string | number | boolean;
5479
+ }[];
5480
+ }[];
5481
+ };
5482
+ name: "case";
5483
+ } | {
5484
+ params: {
5485
+ algorithm: string;
5486
+ salt?: string | undefined;
5487
+ };
5488
+ name: "hash";
5319
5489
  })[];
5320
5490
  };
5321
5491
  };
@@ -5617,6 +5787,23 @@ export default class {
5617
5787
  separator: string;
5618
5788
  };
5619
5789
  name: "split";
5790
+ } | {
5791
+ params: {
5792
+ cases: {
5793
+ value: string;
5794
+ conditions: {
5795
+ operator: "=" | "!=" | ">=" | "<=";
5796
+ value: string | number | boolean;
5797
+ }[];
5798
+ }[];
5799
+ };
5800
+ name: "case";
5801
+ } | {
5802
+ params: {
5803
+ algorithm: string;
5804
+ salt?: string | undefined;
5805
+ };
5806
+ name: "hash";
5620
5807
  })[];
5621
5808
  source?: import("./definitions").FieldSource | undefined;
5622
5809
  ignoreIfMissing?: boolean | undefined;
@@ -6454,6 +6641,23 @@ export default class {
6454
6641
  separator: string;
6455
6642
  };
6456
6643
  name: "split";
6644
+ } | {
6645
+ params: {
6646
+ cases: {
6647
+ value: string;
6648
+ conditions: {
6649
+ operator: "=" | "!=" | ">=" | "<=";
6650
+ value: string | number | boolean;
6651
+ }[];
6652
+ }[];
6653
+ };
6654
+ name: "case";
6655
+ } | {
6656
+ params: {
6657
+ algorithm: string;
6658
+ salt?: string | undefined;
6659
+ };
6660
+ name: "hash";
6457
6661
  })[];
6458
6662
  };
6459
6663
  };
@@ -7193,6 +7397,23 @@ export default class {
7193
7397
  separator: string;
7194
7398
  };
7195
7399
  name: "split";
7400
+ } | {
7401
+ params: {
7402
+ cases: {
7403
+ value: string;
7404
+ conditions: {
7405
+ operator: "=" | "!=" | ">=" | "<=";
7406
+ value: string | number | boolean;
7407
+ }[];
7408
+ }[];
7409
+ };
7410
+ name: "case";
7411
+ } | {
7412
+ params: {
7413
+ algorithm: string;
7414
+ salt?: string | undefined;
7415
+ };
7416
+ name: "hash";
7196
7417
  })[];
7197
7418
  };
7198
7419
  };
@@ -7468,6 +7689,23 @@ export default class {
7468
7689
  separator: string;
7469
7690
  };
7470
7691
  name: "split";
7692
+ } | {
7693
+ params: {
7694
+ cases: {
7695
+ value: string;
7696
+ conditions: {
7697
+ operator: "=" | "!=" | ">=" | "<=";
7698
+ value: string | number | boolean;
7699
+ }[];
7700
+ }[];
7701
+ };
7702
+ name: "case";
7703
+ } | {
7704
+ params: {
7705
+ algorithm: string;
7706
+ salt?: string | undefined;
7707
+ };
7708
+ name: "hash";
7471
7709
  })[];
7472
7710
  source?: import("./definitions").FieldSource | undefined;
7473
7711
  ignoreIfMissing?: boolean | undefined;
@@ -7910,6 +8148,23 @@ export default class {
7910
8148
  separator: string;
7911
8149
  };
7912
8150
  name: "split";
8151
+ } | {
8152
+ params: {
8153
+ cases: {
8154
+ value: string;
8155
+ conditions: {
8156
+ operator: "=" | "!=" | ">=" | "<=";
8157
+ value: string | number | boolean;
8158
+ }[];
8159
+ }[];
8160
+ };
8161
+ name: "case";
8162
+ } | {
8163
+ params: {
8164
+ algorithm: string;
8165
+ salt?: string | undefined;
8166
+ };
8167
+ name: "hash";
7913
8168
  })[];
7914
8169
  source?: import("./definitions").FieldSource | undefined;
7915
8170
  ignoreIfMissing?: boolean | undefined;
@@ -8753,6 +9008,23 @@ export default class {
8753
9008
  separator: string;
8754
9009
  };
8755
9010
  name: "split";
9011
+ } | {
9012
+ params: {
9013
+ cases: {
9014
+ value: string;
9015
+ conditions: {
9016
+ operator: "=" | "!=" | ">=" | "<=";
9017
+ value: string | number | boolean;
9018
+ }[];
9019
+ }[];
9020
+ };
9021
+ name: "case";
9022
+ } | {
9023
+ params: {
9024
+ algorithm: string;
9025
+ salt?: string | undefined;
9026
+ };
9027
+ name: "hash";
8756
9028
  })[];
8757
9029
  };
8758
9030
  };
@@ -9492,6 +9764,23 @@ export default class {
9492
9764
  separator: string;
9493
9765
  };
9494
9766
  name: "split";
9767
+ } | {
9768
+ params: {
9769
+ cases: {
9770
+ value: string;
9771
+ conditions: {
9772
+ operator: "=" | "!=" | ">=" | "<=";
9773
+ value: string | number | boolean;
9774
+ }[];
9775
+ }[];
9776
+ };
9777
+ name: "case";
9778
+ } | {
9779
+ params: {
9780
+ algorithm: string;
9781
+ salt?: string | undefined;
9782
+ };
9783
+ name: "hash";
9495
9784
  })[];
9496
9785
  };
9497
9786
  };
@@ -9749,6 +10038,23 @@ export default class {
9749
10038
  separator: string;
9750
10039
  };
9751
10040
  name: "split";
10041
+ } | {
10042
+ params: {
10043
+ cases: {
10044
+ value: string;
10045
+ conditions: {
10046
+ operator: "=" | "!=" | ">=" | "<=";
10047
+ value: string | number | boolean;
10048
+ }[];
10049
+ }[];
10050
+ };
10051
+ name: "case";
10052
+ } | {
10053
+ params: {
10054
+ algorithm: string;
10055
+ salt?: string | undefined;
10056
+ };
10057
+ name: "hash";
9752
10058
  })[];
9753
10059
  source?: import("./definitions").FieldSource | undefined;
9754
10060
  ignoreIfMissing?: boolean | undefined;
@@ -10593,6 +10899,23 @@ export default class {
10593
10899
  separator: string;
10594
10900
  };
10595
10901
  name: "split";
10902
+ } | {
10903
+ params: {
10904
+ cases: {
10905
+ value: string;
10906
+ conditions: {
10907
+ operator: "=" | "!=" | ">=" | "<=";
10908
+ value: string | number | boolean;
10909
+ }[];
10910
+ }[];
10911
+ };
10912
+ name: "case";
10913
+ } | {
10914
+ params: {
10915
+ algorithm: string;
10916
+ salt?: string | undefined;
10917
+ };
10918
+ name: "hash";
10596
10919
  })[];
10597
10920
  };
10598
10921
  };
@@ -11332,6 +11655,23 @@ export default class {
11332
11655
  separator: string;
11333
11656
  };
11334
11657
  name: "split";
11658
+ } | {
11659
+ params: {
11660
+ cases: {
11661
+ value: string;
11662
+ conditions: {
11663
+ operator: "=" | "!=" | ">=" | "<=";
11664
+ value: string | number | boolean;
11665
+ }[];
11666
+ }[];
11667
+ };
11668
+ name: "case";
11669
+ } | {
11670
+ params: {
11671
+ algorithm: string;
11672
+ salt?: string | undefined;
11673
+ };
11674
+ name: "hash";
11335
11675
  })[];
11336
11676
  };
11337
11677
  };
@@ -11633,6 +11973,23 @@ export default class {
11633
11973
  separator: string;
11634
11974
  };
11635
11975
  name: "split";
11976
+ } | {
11977
+ params: {
11978
+ cases: {
11979
+ value: string;
11980
+ conditions: {
11981
+ operator: "=" | "!=" | ">=" | "<=";
11982
+ value: string | number | boolean;
11983
+ }[];
11984
+ }[];
11985
+ };
11986
+ name: "case";
11987
+ } | {
11988
+ params: {
11989
+ algorithm: string;
11990
+ salt?: string | undefined;
11991
+ };
11992
+ name: "hash";
11636
11993
  })[];
11637
11994
  source?: import("./definitions").FieldSource | undefined;
11638
11995
  ignoreIfMissing?: boolean | undefined;
@@ -12470,6 +12827,23 @@ export default class {
12470
12827
  separator: string;
12471
12828
  };
12472
12829
  name: "split";
12830
+ } | {
12831
+ params: {
12832
+ cases: {
12833
+ value: string;
12834
+ conditions: {
12835
+ operator: "=" | "!=" | ">=" | "<=";
12836
+ value: string | number | boolean;
12837
+ }[];
12838
+ }[];
12839
+ };
12840
+ name: "case";
12841
+ } | {
12842
+ params: {
12843
+ algorithm: string;
12844
+ salt?: string | undefined;
12845
+ };
12846
+ name: "hash";
12473
12847
  })[];
12474
12848
  };
12475
12849
  };
@@ -13209,6 +13583,23 @@ export default class {
13209
13583
  separator: string;
13210
13584
  };
13211
13585
  name: "split";
13586
+ } | {
13587
+ params: {
13588
+ cases: {
13589
+ value: string;
13590
+ conditions: {
13591
+ operator: "=" | "!=" | ">=" | "<=";
13592
+ value: string | number | boolean;
13593
+ }[];
13594
+ }[];
13595
+ };
13596
+ name: "case";
13597
+ } | {
13598
+ params: {
13599
+ algorithm: string;
13600
+ salt?: string | undefined;
13601
+ };
13602
+ name: "hash";
13212
13603
  })[];
13213
13604
  };
13214
13605
  };
@@ -13467,6 +13858,23 @@ export default class {
13467
13858
  separator: string;
13468
13859
  };
13469
13860
  name: "split";
13861
+ } | {
13862
+ params: {
13863
+ cases: {
13864
+ value: string;
13865
+ conditions: {
13866
+ operator: "=" | "!=" | ">=" | "<=";
13867
+ value: string | number | boolean;
13868
+ }[];
13869
+ }[];
13870
+ };
13871
+ name: "case";
13872
+ } | {
13873
+ params: {
13874
+ algorithm: string;
13875
+ salt?: string | undefined;
13876
+ };
13877
+ name: "hash";
13470
13878
  })[];
13471
13879
  source?: import("./definitions").FieldSource | undefined;
13472
13880
  ignoreIfMissing?: boolean | undefined;
@@ -13925,6 +14333,23 @@ export default class {
13925
14333
  separator: string;
13926
14334
  };
13927
14335
  name: "split";
14336
+ } | {
14337
+ params: {
14338
+ cases: {
14339
+ value: string;
14340
+ conditions: {
14341
+ operator: "=" | "!=" | ">=" | "<=";
14342
+ value: string | number | boolean;
14343
+ }[];
14344
+ }[];
14345
+ };
14346
+ name: "case";
14347
+ } | {
14348
+ params: {
14349
+ algorithm: string;
14350
+ salt?: string | undefined;
14351
+ };
14352
+ name: "hash";
13928
14353
  })[];
13929
14354
  source?: import("./definitions").FieldSource | undefined;
13930
14355
  ignoreIfMissing?: boolean | undefined;
@@ -14768,6 +15193,23 @@ export default class {
14768
15193
  separator: string;
14769
15194
  };
14770
15195
  name: "split";
15196
+ } | {
15197
+ params: {
15198
+ cases: {
15199
+ value: string;
15200
+ conditions: {
15201
+ operator: "=" | "!=" | ">=" | "<=";
15202
+ value: string | number | boolean;
15203
+ }[];
15204
+ }[];
15205
+ };
15206
+ name: "case";
15207
+ } | {
15208
+ params: {
15209
+ algorithm: string;
15210
+ salt?: string | undefined;
15211
+ };
15212
+ name: "hash";
14771
15213
  })[];
14772
15214
  };
14773
15215
  };
@@ -15507,6 +15949,23 @@ export default class {
15507
15949
  separator: string;
15508
15950
  };
15509
15951
  name: "split";
15952
+ } | {
15953
+ params: {
15954
+ cases: {
15955
+ value: string;
15956
+ conditions: {
15957
+ operator: "=" | "!=" | ">=" | "<=";
15958
+ value: string | number | boolean;
15959
+ }[];
15960
+ }[];
15961
+ };
15962
+ name: "case";
15963
+ } | {
15964
+ params: {
15965
+ algorithm: string;
15966
+ salt?: string | undefined;
15967
+ };
15968
+ name: "hash";
15510
15969
  })[];
15511
15970
  };
15512
15971
  };
@@ -15764,6 +16223,23 @@ export default class {
15764
16223
  separator: string;
15765
16224
  };
15766
16225
  name: "split";
16226
+ } | {
16227
+ params: {
16228
+ cases: {
16229
+ value: string;
16230
+ conditions: {
16231
+ operator: "=" | "!=" | ">=" | "<=";
16232
+ value: string | number | boolean;
16233
+ }[];
16234
+ }[];
16235
+ };
16236
+ name: "case";
16237
+ } | {
16238
+ params: {
16239
+ algorithm: string;
16240
+ salt?: string | undefined;
16241
+ };
16242
+ name: "hash";
15767
16243
  })[];
15768
16244
  source?: import("./definitions").FieldSource | undefined;
15769
16245
  ignoreIfMissing?: boolean | undefined;
@@ -16608,6 +17084,23 @@ export default class {
16608
17084
  separator: string;
16609
17085
  };
16610
17086
  name: "split";
17087
+ } | {
17088
+ params: {
17089
+ cases: {
17090
+ value: string;
17091
+ conditions: {
17092
+ operator: "=" | "!=" | ">=" | "<=";
17093
+ value: string | number | boolean;
17094
+ }[];
17095
+ }[];
17096
+ };
17097
+ name: "case";
17098
+ } | {
17099
+ params: {
17100
+ algorithm: string;
17101
+ salt?: string | undefined;
17102
+ };
17103
+ name: "hash";
16611
17104
  })[];
16612
17105
  };
16613
17106
  };
@@ -17347,6 +17840,23 @@ export default class {
17347
17840
  separator: string;
17348
17841
  };
17349
17842
  name: "split";
17843
+ } | {
17844
+ params: {
17845
+ cases: {
17846
+ value: string;
17847
+ conditions: {
17848
+ operator: "=" | "!=" | ">=" | "<=";
17849
+ value: string | number | boolean;
17850
+ }[];
17851
+ }[];
17852
+ };
17853
+ name: "case";
17854
+ } | {
17855
+ params: {
17856
+ algorithm: string;
17857
+ salt?: string | undefined;
17858
+ };
17859
+ name: "hash";
17350
17860
  })[];
17351
17861
  };
17352
17862
  };
@@ -17664,6 +18174,23 @@ export default class {
17664
18174
  separator: string;
17665
18175
  };
17666
18176
  name: "split";
18177
+ } | {
18178
+ params: {
18179
+ cases: {
18180
+ value: string;
18181
+ conditions: {
18182
+ operator: "=" | "!=" | ">=" | "<=";
18183
+ value: string | number | boolean;
18184
+ }[];
18185
+ }[];
18186
+ };
18187
+ name: "case";
18188
+ } | {
18189
+ params: {
18190
+ algorithm: string;
18191
+ salt?: string | undefined;
18192
+ };
18193
+ name: "hash";
17667
18194
  })[];
17668
18195
  source?: import("./definitions").FieldSource | undefined;
17669
18196
  ignoreIfMissing?: boolean | undefined;
@@ -18501,6 +19028,23 @@ export default class {
18501
19028
  separator: string;
18502
19029
  };
18503
19030
  name: "split";
19031
+ } | {
19032
+ params: {
19033
+ cases: {
19034
+ value: string;
19035
+ conditions: {
19036
+ operator: "=" | "!=" | ">=" | "<=";
19037
+ value: string | number | boolean;
19038
+ }[];
19039
+ }[];
19040
+ };
19041
+ name: "case";
19042
+ } | {
19043
+ params: {
19044
+ algorithm: string;
19045
+ salt?: string | undefined;
19046
+ };
19047
+ name: "hash";
18504
19048
  })[];
18505
19049
  };
18506
19050
  };
@@ -19240,6 +19784,23 @@ export default class {
19240
19784
  separator: string;
19241
19785
  };
19242
19786
  name: "split";
19787
+ } | {
19788
+ params: {
19789
+ cases: {
19790
+ value: string;
19791
+ conditions: {
19792
+ operator: "=" | "!=" | ">=" | "<=";
19793
+ value: string | number | boolean;
19794
+ }[];
19795
+ }[];
19796
+ };
19797
+ name: "case";
19798
+ } | {
19799
+ params: {
19800
+ algorithm: string;
19801
+ salt?: string | undefined;
19802
+ };
19803
+ name: "hash";
19243
19804
  })[];
19244
19805
  };
19245
19806
  };
@@ -20140,6 +20701,23 @@ export default class {
20140
20701
  separator: string;
20141
20702
  };
20142
20703
  name: "split";
20704
+ } | {
20705
+ params: {
20706
+ cases: {
20707
+ value: string;
20708
+ conditions: {
20709
+ operator: "=" | "!=" | ">=" | "<=";
20710
+ value: string | number | boolean;
20711
+ }[];
20712
+ }[];
20713
+ };
20714
+ name: "case";
20715
+ } | {
20716
+ params: {
20717
+ algorithm: string;
20718
+ salt?: string | undefined;
20719
+ };
20720
+ name: "hash";
20143
20721
  })[];
20144
20722
  };
20145
20723
  };
@@ -20879,6 +21457,23 @@ export default class {
20879
21457
  separator: string;
20880
21458
  };
20881
21459
  name: "split";
21460
+ } | {
21461
+ params: {
21462
+ cases: {
21463
+ value: string;
21464
+ conditions: {
21465
+ operator: "=" | "!=" | ">=" | "<=";
21466
+ value: string | number | boolean;
21467
+ }[];
21468
+ }[];
21469
+ };
21470
+ name: "case";
21471
+ } | {
21472
+ params: {
21473
+ algorithm: string;
21474
+ salt?: string | undefined;
21475
+ };
21476
+ name: "hash";
20882
21477
  })[];
20883
21478
  };
20884
21479
  };
@@ -21009,6 +21604,23 @@ export default class {
21009
21604
  separator: string;
21010
21605
  };
21011
21606
  name: "split";
21607
+ } | {
21608
+ params: {
21609
+ cases: {
21610
+ value: string;
21611
+ conditions: {
21612
+ operator: "=" | "!=" | ">=" | "<=";
21613
+ value: string | number | boolean;
21614
+ }[];
21615
+ }[];
21616
+ };
21617
+ name: "case";
21618
+ } | {
21619
+ params: {
21620
+ algorithm: string;
21621
+ salt?: string | undefined;
21622
+ };
21623
+ name: "hash";
21012
21624
  })[];
21013
21625
  source?: import("./definitions").FieldSource | undefined;
21014
21626
  ignoreIfMissing?: boolean | undefined;
@@ -21147,6 +21759,23 @@ export default class {
21147
21759
  separator: string;
21148
21760
  };
21149
21761
  name: "split";
21762
+ } | {
21763
+ params: {
21764
+ cases: {
21765
+ value: string;
21766
+ conditions: {
21767
+ operator: "=" | "!=" | ">=" | "<=";
21768
+ value: string | number | boolean;
21769
+ }[];
21770
+ }[];
21771
+ };
21772
+ name: "case";
21773
+ } | {
21774
+ params: {
21775
+ algorithm: string;
21776
+ salt?: string | undefined;
21777
+ };
21778
+ name: "hash";
21150
21779
  })[];
21151
21780
  };
21152
21781
  }[] | undefined;
@@ -21275,6 +21904,23 @@ export default class {
21275
21904
  separator: string;
21276
21905
  };
21277
21906
  name: "split";
21907
+ } | {
21908
+ params: {
21909
+ cases: {
21910
+ value: string;
21911
+ conditions: {
21912
+ operator: "=" | "!=" | ">=" | "<=";
21913
+ value: string | number | boolean;
21914
+ }[];
21915
+ }[];
21916
+ };
21917
+ name: "case";
21918
+ } | {
21919
+ params: {
21920
+ algorithm: string;
21921
+ salt?: string | undefined;
21922
+ };
21923
+ name: "hash";
21278
21924
  })[];
21279
21925
  source?: import("./definitions").FieldSource | undefined;
21280
21926
  ignoreIfMissing?: boolean | undefined;
@@ -21410,6 +22056,23 @@ export default class {
21410
22056
  separator: string;
21411
22057
  };
21412
22058
  name: "split";
22059
+ } | {
22060
+ params: {
22061
+ cases: {
22062
+ value: string;
22063
+ conditions: {
22064
+ operator: "=" | "!=" | ">=" | "<=";
22065
+ value: string | number | boolean;
22066
+ }[];
22067
+ }[];
22068
+ };
22069
+ name: "case";
22070
+ } | {
22071
+ params: {
22072
+ algorithm: string;
22073
+ salt?: string | undefined;
22074
+ };
22075
+ name: "hash";
21413
22076
  })[];
21414
22077
  };
21415
22078
  } | undefined;
@@ -22451,6 +23114,23 @@ export default class {
22451
23114
  separator: string;
22452
23115
  };
22453
23116
  name: "split";
23117
+ } | {
23118
+ params: {
23119
+ cases: {
23120
+ value: string;
23121
+ conditions: {
23122
+ operator: "=" | "!=" | ">=" | "<=";
23123
+ value: string | number | boolean;
23124
+ }[];
23125
+ }[];
23126
+ };
23127
+ name: "case";
23128
+ } | {
23129
+ params: {
23130
+ algorithm: string;
23131
+ salt?: string | undefined;
23132
+ };
23133
+ name: "hash";
22454
23134
  })[];
22455
23135
  };
22456
23136
  };
@@ -23190,6 +23870,23 @@ export default class {
23190
23870
  separator: string;
23191
23871
  };
23192
23872
  name: "split";
23873
+ } | {
23874
+ params: {
23875
+ cases: {
23876
+ value: string;
23877
+ conditions: {
23878
+ operator: "=" | "!=" | ">=" | "<=";
23879
+ value: string | number | boolean;
23880
+ }[];
23881
+ }[];
23882
+ };
23883
+ name: "case";
23884
+ } | {
23885
+ params: {
23886
+ algorithm: string;
23887
+ salt?: string | undefined;
23888
+ };
23889
+ name: "hash";
23193
23890
  })[];
23194
23891
  };
23195
23892
  };
@@ -23320,6 +24017,23 @@ export default class {
23320
24017
  separator: string;
23321
24018
  };
23322
24019
  name: "split";
24020
+ } | {
24021
+ params: {
24022
+ cases: {
24023
+ value: string;
24024
+ conditions: {
24025
+ operator: "=" | "!=" | ">=" | "<=";
24026
+ value: string | number | boolean;
24027
+ }[];
24028
+ }[];
24029
+ };
24030
+ name: "case";
24031
+ } | {
24032
+ params: {
24033
+ algorithm: string;
24034
+ salt?: string | undefined;
24035
+ };
24036
+ name: "hash";
23323
24037
  })[];
23324
24038
  source?: import("./definitions").FieldSource | undefined;
23325
24039
  ignoreIfMissing?: boolean | undefined;
@@ -23458,6 +24172,23 @@ export default class {
23458
24172
  separator: string;
23459
24173
  };
23460
24174
  name: "split";
24175
+ } | {
24176
+ params: {
24177
+ cases: {
24178
+ value: string;
24179
+ conditions: {
24180
+ operator: "=" | "!=" | ">=" | "<=";
24181
+ value: string | number | boolean;
24182
+ }[];
24183
+ }[];
24184
+ };
24185
+ name: "case";
24186
+ } | {
24187
+ params: {
24188
+ algorithm: string;
24189
+ salt?: string | undefined;
24190
+ };
24191
+ name: "hash";
23461
24192
  })[];
23462
24193
  };
23463
24194
  }[] | undefined;
@@ -23586,6 +24317,23 @@ export default class {
23586
24317
  separator: string;
23587
24318
  };
23588
24319
  name: "split";
24320
+ } | {
24321
+ params: {
24322
+ cases: {
24323
+ value: string;
24324
+ conditions: {
24325
+ operator: "=" | "!=" | ">=" | "<=";
24326
+ value: string | number | boolean;
24327
+ }[];
24328
+ }[];
24329
+ };
24330
+ name: "case";
24331
+ } | {
24332
+ params: {
24333
+ algorithm: string;
24334
+ salt?: string | undefined;
24335
+ };
24336
+ name: "hash";
23589
24337
  })[];
23590
24338
  source?: import("./definitions").FieldSource | undefined;
23591
24339
  ignoreIfMissing?: boolean | undefined;
@@ -23721,6 +24469,23 @@ export default class {
23721
24469
  separator: string;
23722
24470
  };
23723
24471
  name: "split";
24472
+ } | {
24473
+ params: {
24474
+ cases: {
24475
+ value: string;
24476
+ conditions: {
24477
+ operator: "=" | "!=" | ">=" | "<=";
24478
+ value: string | number | boolean;
24479
+ }[];
24480
+ }[];
24481
+ };
24482
+ name: "case";
24483
+ } | {
24484
+ params: {
24485
+ algorithm: string;
24486
+ salt?: string | undefined;
24487
+ };
24488
+ name: "hash";
23724
24489
  })[];
23725
24490
  };
23726
24491
  } | undefined;
@@ -23951,6 +24716,23 @@ export default class {
23951
24716
  separator: string;
23952
24717
  };
23953
24718
  name: "split";
24719
+ } | {
24720
+ params: {
24721
+ cases: {
24722
+ value: string;
24723
+ conditions: {
24724
+ operator: "=" | "!=" | ">=" | "<=";
24725
+ value: string | number | boolean;
24726
+ }[];
24727
+ }[];
24728
+ };
24729
+ name: "case";
24730
+ } | {
24731
+ params: {
24732
+ algorithm: string;
24733
+ salt?: string | undefined;
24734
+ };
24735
+ name: "hash";
23954
24736
  })[];
23955
24737
  source?: import("./definitions").FieldSource | undefined;
23956
24738
  ignoreIfMissing?: boolean | undefined;
@@ -24083,6 +24865,23 @@ export default class {
24083
24865
  separator: string;
24084
24866
  };
24085
24867
  name: "split";
24868
+ } | {
24869
+ params: {
24870
+ cases: {
24871
+ value: string;
24872
+ conditions: {
24873
+ operator: "=" | "!=" | ">=" | "<=";
24874
+ value: string | number | boolean;
24875
+ }[];
24876
+ }[];
24877
+ };
24878
+ name: "case";
24879
+ } | {
24880
+ params: {
24881
+ algorithm: string;
24882
+ salt?: string | undefined;
24883
+ };
24884
+ name: "hash";
24086
24885
  })[];
24087
24886
  source?: import("./definitions").FieldSource | undefined;
24088
24887
  ignoreIfMissing?: boolean | undefined;
@@ -24964,6 +25763,23 @@ export default class {
24964
25763
  separator: string;
24965
25764
  };
24966
25765
  name: "split";
25766
+ } | {
25767
+ params: {
25768
+ cases: {
25769
+ value: string;
25770
+ conditions: {
25771
+ operator: "=" | "!=" | ">=" | "<=";
25772
+ value: string | number | boolean;
25773
+ }[];
25774
+ }[];
25775
+ };
25776
+ name: "case";
25777
+ } | {
25778
+ params: {
25779
+ algorithm: string;
25780
+ salt?: string | undefined;
25781
+ };
25782
+ name: "hash";
24967
25783
  })[];
24968
25784
  };
24969
25785
  };
@@ -25703,6 +26519,23 @@ export default class {
25703
26519
  separator: string;
25704
26520
  };
25705
26521
  name: "split";
26522
+ } | {
26523
+ params: {
26524
+ cases: {
26525
+ value: string;
26526
+ conditions: {
26527
+ operator: "=" | "!=" | ">=" | "<=";
26528
+ value: string | number | boolean;
26529
+ }[];
26530
+ }[];
26531
+ };
26532
+ name: "case";
26533
+ } | {
26534
+ params: {
26535
+ algorithm: string;
26536
+ salt?: string | undefined;
26537
+ };
26538
+ name: "hash";
25706
26539
  })[];
25707
26540
  };
25708
26541
  };
@@ -25833,6 +26666,23 @@ export default class {
25833
26666
  separator: string;
25834
26667
  };
25835
26668
  name: "split";
26669
+ } | {
26670
+ params: {
26671
+ cases: {
26672
+ value: string;
26673
+ conditions: {
26674
+ operator: "=" | "!=" | ">=" | "<=";
26675
+ value: string | number | boolean;
26676
+ }[];
26677
+ }[];
26678
+ };
26679
+ name: "case";
26680
+ } | {
26681
+ params: {
26682
+ algorithm: string;
26683
+ salt?: string | undefined;
26684
+ };
26685
+ name: "hash";
25836
26686
  })[];
25837
26687
  source?: import("./definitions").FieldSource | undefined;
25838
26688
  ignoreIfMissing?: boolean | undefined;
@@ -25971,6 +26821,23 @@ export default class {
25971
26821
  separator: string;
25972
26822
  };
25973
26823
  name: "split";
26824
+ } | {
26825
+ params: {
26826
+ cases: {
26827
+ value: string;
26828
+ conditions: {
26829
+ operator: "=" | "!=" | ">=" | "<=";
26830
+ value: string | number | boolean;
26831
+ }[];
26832
+ }[];
26833
+ };
26834
+ name: "case";
26835
+ } | {
26836
+ params: {
26837
+ algorithm: string;
26838
+ salt?: string | undefined;
26839
+ };
26840
+ name: "hash";
25974
26841
  })[];
25975
26842
  };
25976
26843
  }[] | undefined;
@@ -26099,6 +26966,23 @@ export default class {
26099
26966
  separator: string;
26100
26967
  };
26101
26968
  name: "split";
26969
+ } | {
26970
+ params: {
26971
+ cases: {
26972
+ value: string;
26973
+ conditions: {
26974
+ operator: "=" | "!=" | ">=" | "<=";
26975
+ value: string | number | boolean;
26976
+ }[];
26977
+ }[];
26978
+ };
26979
+ name: "case";
26980
+ } | {
26981
+ params: {
26982
+ algorithm: string;
26983
+ salt?: string | undefined;
26984
+ };
26985
+ name: "hash";
26102
26986
  })[];
26103
26987
  source?: import("./definitions").FieldSource | undefined;
26104
26988
  ignoreIfMissing?: boolean | undefined;
@@ -26234,6 +27118,23 @@ export default class {
26234
27118
  separator: string;
26235
27119
  };
26236
27120
  name: "split";
27121
+ } | {
27122
+ params: {
27123
+ cases: {
27124
+ value: string;
27125
+ conditions: {
27126
+ operator: "=" | "!=" | ">=" | "<=";
27127
+ value: string | number | boolean;
27128
+ }[];
27129
+ }[];
27130
+ };
27131
+ name: "case";
27132
+ } | {
27133
+ params: {
27134
+ algorithm: string;
27135
+ salt?: string | undefined;
27136
+ };
27137
+ name: "hash";
26237
27138
  })[];
26238
27139
  };
26239
27140
  } | undefined;
@@ -27275,6 +28176,23 @@ export default class {
27275
28176
  separator: string;
27276
28177
  };
27277
28178
  name: "split";
28179
+ } | {
28180
+ params: {
28181
+ cases: {
28182
+ value: string;
28183
+ conditions: {
28184
+ operator: "=" | "!=" | ">=" | "<=";
28185
+ value: string | number | boolean;
28186
+ }[];
28187
+ }[];
28188
+ };
28189
+ name: "case";
28190
+ } | {
28191
+ params: {
28192
+ algorithm: string;
28193
+ salt?: string | undefined;
28194
+ };
28195
+ name: "hash";
27278
28196
  })[];
27279
28197
  };
27280
28198
  };
@@ -28014,6 +28932,23 @@ export default class {
28014
28932
  separator: string;
28015
28933
  };
28016
28934
  name: "split";
28935
+ } | {
28936
+ params: {
28937
+ cases: {
28938
+ value: string;
28939
+ conditions: {
28940
+ operator: "=" | "!=" | ">=" | "<=";
28941
+ value: string | number | boolean;
28942
+ }[];
28943
+ }[];
28944
+ };
28945
+ name: "case";
28946
+ } | {
28947
+ params: {
28948
+ algorithm: string;
28949
+ salt?: string | undefined;
28950
+ };
28951
+ name: "hash";
28017
28952
  })[];
28018
28953
  };
28019
28954
  };
@@ -28144,6 +29079,23 @@ export default class {
28144
29079
  separator: string;
28145
29080
  };
28146
29081
  name: "split";
29082
+ } | {
29083
+ params: {
29084
+ cases: {
29085
+ value: string;
29086
+ conditions: {
29087
+ operator: "=" | "!=" | ">=" | "<=";
29088
+ value: string | number | boolean;
29089
+ }[];
29090
+ }[];
29091
+ };
29092
+ name: "case";
29093
+ } | {
29094
+ params: {
29095
+ algorithm: string;
29096
+ salt?: string | undefined;
29097
+ };
29098
+ name: "hash";
28147
29099
  })[];
28148
29100
  source?: import("./definitions").FieldSource | undefined;
28149
29101
  ignoreIfMissing?: boolean | undefined;
@@ -28282,6 +29234,23 @@ export default class {
28282
29234
  separator: string;
28283
29235
  };
28284
29236
  name: "split";
29237
+ } | {
29238
+ params: {
29239
+ cases: {
29240
+ value: string;
29241
+ conditions: {
29242
+ operator: "=" | "!=" | ">=" | "<=";
29243
+ value: string | number | boolean;
29244
+ }[];
29245
+ }[];
29246
+ };
29247
+ name: "case";
29248
+ } | {
29249
+ params: {
29250
+ algorithm: string;
29251
+ salt?: string | undefined;
29252
+ };
29253
+ name: "hash";
28285
29254
  })[];
28286
29255
  };
28287
29256
  }[] | undefined;
@@ -28410,6 +29379,23 @@ export default class {
28410
29379
  separator: string;
28411
29380
  };
28412
29381
  name: "split";
29382
+ } | {
29383
+ params: {
29384
+ cases: {
29385
+ value: string;
29386
+ conditions: {
29387
+ operator: "=" | "!=" | ">=" | "<=";
29388
+ value: string | number | boolean;
29389
+ }[];
29390
+ }[];
29391
+ };
29392
+ name: "case";
29393
+ } | {
29394
+ params: {
29395
+ algorithm: string;
29396
+ salt?: string | undefined;
29397
+ };
29398
+ name: "hash";
28413
29399
  })[];
28414
29400
  source?: import("./definitions").FieldSource | undefined;
28415
29401
  ignoreIfMissing?: boolean | undefined;
@@ -28545,6 +29531,23 @@ export default class {
28545
29531
  separator: string;
28546
29532
  };
28547
29533
  name: "split";
29534
+ } | {
29535
+ params: {
29536
+ cases: {
29537
+ value: string;
29538
+ conditions: {
29539
+ operator: "=" | "!=" | ">=" | "<=";
29540
+ value: string | number | boolean;
29541
+ }[];
29542
+ }[];
29543
+ };
29544
+ name: "case";
29545
+ } | {
29546
+ params: {
29547
+ algorithm: string;
29548
+ salt?: string | undefined;
29549
+ };
29550
+ name: "hash";
28548
29551
  })[];
28549
29552
  };
28550
29553
  } | undefined;
@@ -28775,6 +29778,23 @@ export default class {
28775
29778
  separator: string;
28776
29779
  };
28777
29780
  name: "split";
29781
+ } | {
29782
+ params: {
29783
+ cases: {
29784
+ value: string;
29785
+ conditions: {
29786
+ operator: "=" | "!=" | ">=" | "<=";
29787
+ value: string | number | boolean;
29788
+ }[];
29789
+ }[];
29790
+ };
29791
+ name: "case";
29792
+ } | {
29793
+ params: {
29794
+ algorithm: string;
29795
+ salt?: string | undefined;
29796
+ };
29797
+ name: "hash";
28778
29798
  })[];
28779
29799
  source?: import("./definitions").FieldSource | undefined;
28780
29800
  ignoreIfMissing?: boolean | undefined;
@@ -28907,6 +29927,23 @@ export default class {
28907
29927
  separator: string;
28908
29928
  };
28909
29929
  name: "split";
29930
+ } | {
29931
+ params: {
29932
+ cases: {
29933
+ value: string;
29934
+ conditions: {
29935
+ operator: "=" | "!=" | ">=" | "<=";
29936
+ value: string | number | boolean;
29937
+ }[];
29938
+ }[];
29939
+ };
29940
+ name: "case";
29941
+ } | {
29942
+ params: {
29943
+ algorithm: string;
29944
+ salt?: string | undefined;
29945
+ };
29946
+ name: "hash";
28910
29947
  })[];
28911
29948
  source?: import("./definitions").FieldSource | undefined;
28912
29949
  ignoreIfMissing?: boolean | undefined;
@@ -29788,6 +30825,23 @@ export default class {
29788
30825
  separator: string;
29789
30826
  };
29790
30827
  name: "split";
30828
+ } | {
30829
+ params: {
30830
+ cases: {
30831
+ value: string;
30832
+ conditions: {
30833
+ operator: "=" | "!=" | ">=" | "<=";
30834
+ value: string | number | boolean;
30835
+ }[];
30836
+ }[];
30837
+ };
30838
+ name: "case";
30839
+ } | {
30840
+ params: {
30841
+ algorithm: string;
30842
+ salt?: string | undefined;
30843
+ };
30844
+ name: "hash";
29791
30845
  })[];
29792
30846
  };
29793
30847
  };
@@ -30527,6 +31581,23 @@ export default class {
30527
31581
  separator: string;
30528
31582
  };
30529
31583
  name: "split";
31584
+ } | {
31585
+ params: {
31586
+ cases: {
31587
+ value: string;
31588
+ conditions: {
31589
+ operator: "=" | "!=" | ">=" | "<=";
31590
+ value: string | number | boolean;
31591
+ }[];
31592
+ }[];
31593
+ };
31594
+ name: "case";
31595
+ } | {
31596
+ params: {
31597
+ algorithm: string;
31598
+ salt?: string | undefined;
31599
+ };
31600
+ name: "hash";
30530
31601
  })[];
30531
31602
  };
30532
31603
  };
@@ -30657,6 +31728,23 @@ export default class {
30657
31728
  separator: string;
30658
31729
  };
30659
31730
  name: "split";
31731
+ } | {
31732
+ params: {
31733
+ cases: {
31734
+ value: string;
31735
+ conditions: {
31736
+ operator: "=" | "!=" | ">=" | "<=";
31737
+ value: string | number | boolean;
31738
+ }[];
31739
+ }[];
31740
+ };
31741
+ name: "case";
31742
+ } | {
31743
+ params: {
31744
+ algorithm: string;
31745
+ salt?: string | undefined;
31746
+ };
31747
+ name: "hash";
30660
31748
  })[];
30661
31749
  source?: import("./definitions").FieldSource | undefined;
30662
31750
  ignoreIfMissing?: boolean | undefined;
@@ -30795,6 +31883,23 @@ export default class {
30795
31883
  separator: string;
30796
31884
  };
30797
31885
  name: "split";
31886
+ } | {
31887
+ params: {
31888
+ cases: {
31889
+ value: string;
31890
+ conditions: {
31891
+ operator: "=" | "!=" | ">=" | "<=";
31892
+ value: string | number | boolean;
31893
+ }[];
31894
+ }[];
31895
+ };
31896
+ name: "case";
31897
+ } | {
31898
+ params: {
31899
+ algorithm: string;
31900
+ salt?: string | undefined;
31901
+ };
31902
+ name: "hash";
30798
31903
  })[];
30799
31904
  };
30800
31905
  }[] | undefined;
@@ -30923,6 +32028,23 @@ export default class {
30923
32028
  separator: string;
30924
32029
  };
30925
32030
  name: "split";
32031
+ } | {
32032
+ params: {
32033
+ cases: {
32034
+ value: string;
32035
+ conditions: {
32036
+ operator: "=" | "!=" | ">=" | "<=";
32037
+ value: string | number | boolean;
32038
+ }[];
32039
+ }[];
32040
+ };
32041
+ name: "case";
32042
+ } | {
32043
+ params: {
32044
+ algorithm: string;
32045
+ salt?: string | undefined;
32046
+ };
32047
+ name: "hash";
30926
32048
  })[];
30927
32049
  source?: import("./definitions").FieldSource | undefined;
30928
32050
  ignoreIfMissing?: boolean | undefined;
@@ -31058,6 +32180,23 @@ export default class {
31058
32180
  separator: string;
31059
32181
  };
31060
32182
  name: "split";
32183
+ } | {
32184
+ params: {
32185
+ cases: {
32186
+ value: string;
32187
+ conditions: {
32188
+ operator: "=" | "!=" | ">=" | "<=";
32189
+ value: string | number | boolean;
32190
+ }[];
32191
+ }[];
32192
+ };
32193
+ name: "case";
32194
+ } | {
32195
+ params: {
32196
+ algorithm: string;
32197
+ salt?: string | undefined;
32198
+ };
32199
+ name: "hash";
31061
32200
  })[];
31062
32201
  };
31063
32202
  } | undefined;
@@ -32099,6 +33238,23 @@ export default class {
32099
33238
  separator: string;
32100
33239
  };
32101
33240
  name: "split";
33241
+ } | {
33242
+ params: {
33243
+ cases: {
33244
+ value: string;
33245
+ conditions: {
33246
+ operator: "=" | "!=" | ">=" | "<=";
33247
+ value: string | number | boolean;
33248
+ }[];
33249
+ }[];
33250
+ };
33251
+ name: "case";
33252
+ } | {
33253
+ params: {
33254
+ algorithm: string;
33255
+ salt?: string | undefined;
33256
+ };
33257
+ name: "hash";
32102
33258
  })[];
32103
33259
  };
32104
33260
  };
@@ -32838,6 +33994,23 @@ export default class {
32838
33994
  separator: string;
32839
33995
  };
32840
33996
  name: "split";
33997
+ } | {
33998
+ params: {
33999
+ cases: {
34000
+ value: string;
34001
+ conditions: {
34002
+ operator: "=" | "!=" | ">=" | "<=";
34003
+ value: string | number | boolean;
34004
+ }[];
34005
+ }[];
34006
+ };
34007
+ name: "case";
34008
+ } | {
34009
+ params: {
34010
+ algorithm: string;
34011
+ salt?: string | undefined;
34012
+ };
34013
+ name: "hash";
32841
34014
  })[];
32842
34015
  };
32843
34016
  };
@@ -32968,6 +34141,23 @@ export default class {
32968
34141
  separator: string;
32969
34142
  };
32970
34143
  name: "split";
34144
+ } | {
34145
+ params: {
34146
+ cases: {
34147
+ value: string;
34148
+ conditions: {
34149
+ operator: "=" | "!=" | ">=" | "<=";
34150
+ value: string | number | boolean;
34151
+ }[];
34152
+ }[];
34153
+ };
34154
+ name: "case";
34155
+ } | {
34156
+ params: {
34157
+ algorithm: string;
34158
+ salt?: string | undefined;
34159
+ };
34160
+ name: "hash";
32971
34161
  })[];
32972
34162
  source?: import("./definitions").FieldSource | undefined;
32973
34163
  ignoreIfMissing?: boolean | undefined;
@@ -33106,6 +34296,23 @@ export default class {
33106
34296
  separator: string;
33107
34297
  };
33108
34298
  name: "split";
34299
+ } | {
34300
+ params: {
34301
+ cases: {
34302
+ value: string;
34303
+ conditions: {
34304
+ operator: "=" | "!=" | ">=" | "<=";
34305
+ value: string | number | boolean;
34306
+ }[];
34307
+ }[];
34308
+ };
34309
+ name: "case";
34310
+ } | {
34311
+ params: {
34312
+ algorithm: string;
34313
+ salt?: string | undefined;
34314
+ };
34315
+ name: "hash";
33109
34316
  })[];
33110
34317
  };
33111
34318
  }[] | undefined;
@@ -33234,6 +34441,23 @@ export default class {
33234
34441
  separator: string;
33235
34442
  };
33236
34443
  name: "split";
34444
+ } | {
34445
+ params: {
34446
+ cases: {
34447
+ value: string;
34448
+ conditions: {
34449
+ operator: "=" | "!=" | ">=" | "<=";
34450
+ value: string | number | boolean;
34451
+ }[];
34452
+ }[];
34453
+ };
34454
+ name: "case";
34455
+ } | {
34456
+ params: {
34457
+ algorithm: string;
34458
+ salt?: string | undefined;
34459
+ };
34460
+ name: "hash";
33237
34461
  })[];
33238
34462
  source?: import("./definitions").FieldSource | undefined;
33239
34463
  ignoreIfMissing?: boolean | undefined;
@@ -33369,6 +34593,23 @@ export default class {
33369
34593
  separator: string;
33370
34594
  };
33371
34595
  name: "split";
34596
+ } | {
34597
+ params: {
34598
+ cases: {
34599
+ value: string;
34600
+ conditions: {
34601
+ operator: "=" | "!=" | ">=" | "<=";
34602
+ value: string | number | boolean;
34603
+ }[];
34604
+ }[];
34605
+ };
34606
+ name: "case";
34607
+ } | {
34608
+ params: {
34609
+ algorithm: string;
34610
+ salt?: string | undefined;
34611
+ };
34612
+ name: "hash";
33372
34613
  })[];
33373
34614
  };
33374
34615
  } | undefined;
@@ -33599,6 +34840,23 @@ export default class {
33599
34840
  separator: string;
33600
34841
  };
33601
34842
  name: "split";
34843
+ } | {
34844
+ params: {
34845
+ cases: {
34846
+ value: string;
34847
+ conditions: {
34848
+ operator: "=" | "!=" | ">=" | "<=";
34849
+ value: string | number | boolean;
34850
+ }[];
34851
+ }[];
34852
+ };
34853
+ name: "case";
34854
+ } | {
34855
+ params: {
34856
+ algorithm: string;
34857
+ salt?: string | undefined;
34858
+ };
34859
+ name: "hash";
33602
34860
  })[];
33603
34861
  source?: import("./definitions").FieldSource | undefined;
33604
34862
  ignoreIfMissing?: boolean | undefined;
@@ -33731,6 +34989,23 @@ export default class {
33731
34989
  separator: string;
33732
34990
  };
33733
34991
  name: "split";
34992
+ } | {
34993
+ params: {
34994
+ cases: {
34995
+ value: string;
34996
+ conditions: {
34997
+ operator: "=" | "!=" | ">=" | "<=";
34998
+ value: string | number | boolean;
34999
+ }[];
35000
+ }[];
35001
+ };
35002
+ name: "case";
35003
+ } | {
35004
+ params: {
35005
+ algorithm: string;
35006
+ salt?: string | undefined;
35007
+ };
35008
+ name: "hash";
33734
35009
  })[];
33735
35010
  source?: import("./definitions").FieldSource | undefined;
33736
35011
  ignoreIfMissing?: boolean | undefined;
@@ -34612,6 +35887,23 @@ export default class {
34612
35887
  separator: string;
34613
35888
  };
34614
35889
  name: "split";
35890
+ } | {
35891
+ params: {
35892
+ cases: {
35893
+ value: string;
35894
+ conditions: {
35895
+ operator: "=" | "!=" | ">=" | "<=";
35896
+ value: string | number | boolean;
35897
+ }[];
35898
+ }[];
35899
+ };
35900
+ name: "case";
35901
+ } | {
35902
+ params: {
35903
+ algorithm: string;
35904
+ salt?: string | undefined;
35905
+ };
35906
+ name: "hash";
34615
35907
  })[];
34616
35908
  };
34617
35909
  };
@@ -35351,6 +36643,23 @@ export default class {
35351
36643
  separator: string;
35352
36644
  };
35353
36645
  name: "split";
36646
+ } | {
36647
+ params: {
36648
+ cases: {
36649
+ value: string;
36650
+ conditions: {
36651
+ operator: "=" | "!=" | ">=" | "<=";
36652
+ value: string | number | boolean;
36653
+ }[];
36654
+ }[];
36655
+ };
36656
+ name: "case";
36657
+ } | {
36658
+ params: {
36659
+ algorithm: string;
36660
+ salt?: string | undefined;
36661
+ };
36662
+ name: "hash";
35354
36663
  })[];
35355
36664
  };
35356
36665
  };
@@ -35481,6 +36790,23 @@ export default class {
35481
36790
  separator: string;
35482
36791
  };
35483
36792
  name: "split";
36793
+ } | {
36794
+ params: {
36795
+ cases: {
36796
+ value: string;
36797
+ conditions: {
36798
+ operator: "=" | "!=" | ">=" | "<=";
36799
+ value: string | number | boolean;
36800
+ }[];
36801
+ }[];
36802
+ };
36803
+ name: "case";
36804
+ } | {
36805
+ params: {
36806
+ algorithm: string;
36807
+ salt?: string | undefined;
36808
+ };
36809
+ name: "hash";
35484
36810
  })[];
35485
36811
  source?: import("./definitions").FieldSource | undefined;
35486
36812
  ignoreIfMissing?: boolean | undefined;
@@ -35619,6 +36945,23 @@ export default class {
35619
36945
  separator: string;
35620
36946
  };
35621
36947
  name: "split";
36948
+ } | {
36949
+ params: {
36950
+ cases: {
36951
+ value: string;
36952
+ conditions: {
36953
+ operator: "=" | "!=" | ">=" | "<=";
36954
+ value: string | number | boolean;
36955
+ }[];
36956
+ }[];
36957
+ };
36958
+ name: "case";
36959
+ } | {
36960
+ params: {
36961
+ algorithm: string;
36962
+ salt?: string | undefined;
36963
+ };
36964
+ name: "hash";
35622
36965
  })[];
35623
36966
  };
35624
36967
  }[] | undefined;
@@ -35747,6 +37090,23 @@ export default class {
35747
37090
  separator: string;
35748
37091
  };
35749
37092
  name: "split";
37093
+ } | {
37094
+ params: {
37095
+ cases: {
37096
+ value: string;
37097
+ conditions: {
37098
+ operator: "=" | "!=" | ">=" | "<=";
37099
+ value: string | number | boolean;
37100
+ }[];
37101
+ }[];
37102
+ };
37103
+ name: "case";
37104
+ } | {
37105
+ params: {
37106
+ algorithm: string;
37107
+ salt?: string | undefined;
37108
+ };
37109
+ name: "hash";
35750
37110
  })[];
35751
37111
  source?: import("./definitions").FieldSource | undefined;
35752
37112
  ignoreIfMissing?: boolean | undefined;
@@ -35882,6 +37242,23 @@ export default class {
35882
37242
  separator: string;
35883
37243
  };
35884
37244
  name: "split";
37245
+ } | {
37246
+ params: {
37247
+ cases: {
37248
+ value: string;
37249
+ conditions: {
37250
+ operator: "=" | "!=" | ">=" | "<=";
37251
+ value: string | number | boolean;
37252
+ }[];
37253
+ }[];
37254
+ };
37255
+ name: "case";
37256
+ } | {
37257
+ params: {
37258
+ algorithm: string;
37259
+ salt?: string | undefined;
37260
+ };
37261
+ name: "hash";
35885
37262
  })[];
35886
37263
  };
35887
37264
  } | undefined;
@@ -36923,6 +38300,23 @@ export default class {
36923
38300
  separator: string;
36924
38301
  };
36925
38302
  name: "split";
38303
+ } | {
38304
+ params: {
38305
+ cases: {
38306
+ value: string;
38307
+ conditions: {
38308
+ operator: "=" | "!=" | ">=" | "<=";
38309
+ value: string | number | boolean;
38310
+ }[];
38311
+ }[];
38312
+ };
38313
+ name: "case";
38314
+ } | {
38315
+ params: {
38316
+ algorithm: string;
38317
+ salt?: string | undefined;
38318
+ };
38319
+ name: "hash";
36926
38320
  })[];
36927
38321
  };
36928
38322
  };
@@ -37662,6 +39056,23 @@ export default class {
37662
39056
  separator: string;
37663
39057
  };
37664
39058
  name: "split";
39059
+ } | {
39060
+ params: {
39061
+ cases: {
39062
+ value: string;
39063
+ conditions: {
39064
+ operator: "=" | "!=" | ">=" | "<=";
39065
+ value: string | number | boolean;
39066
+ }[];
39067
+ }[];
39068
+ };
39069
+ name: "case";
39070
+ } | {
39071
+ params: {
39072
+ algorithm: string;
39073
+ salt?: string | undefined;
39074
+ };
39075
+ name: "hash";
37665
39076
  })[];
37666
39077
  };
37667
39078
  };
@@ -37792,6 +39203,23 @@ export default class {
37792
39203
  separator: string;
37793
39204
  };
37794
39205
  name: "split";
39206
+ } | {
39207
+ params: {
39208
+ cases: {
39209
+ value: string;
39210
+ conditions: {
39211
+ operator: "=" | "!=" | ">=" | "<=";
39212
+ value: string | number | boolean;
39213
+ }[];
39214
+ }[];
39215
+ };
39216
+ name: "case";
39217
+ } | {
39218
+ params: {
39219
+ algorithm: string;
39220
+ salt?: string | undefined;
39221
+ };
39222
+ name: "hash";
37795
39223
  })[];
37796
39224
  source?: import("./definitions").FieldSource | undefined;
37797
39225
  ignoreIfMissing?: boolean | undefined;
@@ -37930,6 +39358,23 @@ export default class {
37930
39358
  separator: string;
37931
39359
  };
37932
39360
  name: "split";
39361
+ } | {
39362
+ params: {
39363
+ cases: {
39364
+ value: string;
39365
+ conditions: {
39366
+ operator: "=" | "!=" | ">=" | "<=";
39367
+ value: string | number | boolean;
39368
+ }[];
39369
+ }[];
39370
+ };
39371
+ name: "case";
39372
+ } | {
39373
+ params: {
39374
+ algorithm: string;
39375
+ salt?: string | undefined;
39376
+ };
39377
+ name: "hash";
37933
39378
  })[];
37934
39379
  };
37935
39380
  }[] | undefined;
@@ -38058,6 +39503,23 @@ export default class {
38058
39503
  separator: string;
38059
39504
  };
38060
39505
  name: "split";
39506
+ } | {
39507
+ params: {
39508
+ cases: {
39509
+ value: string;
39510
+ conditions: {
39511
+ operator: "=" | "!=" | ">=" | "<=";
39512
+ value: string | number | boolean;
39513
+ }[];
39514
+ }[];
39515
+ };
39516
+ name: "case";
39517
+ } | {
39518
+ params: {
39519
+ algorithm: string;
39520
+ salt?: string | undefined;
39521
+ };
39522
+ name: "hash";
38061
39523
  })[];
38062
39524
  source?: import("./definitions").FieldSource | undefined;
38063
39525
  ignoreIfMissing?: boolean | undefined;
@@ -38193,6 +39655,23 @@ export default class {
38193
39655
  separator: string;
38194
39656
  };
38195
39657
  name: "split";
39658
+ } | {
39659
+ params: {
39660
+ cases: {
39661
+ value: string;
39662
+ conditions: {
39663
+ operator: "=" | "!=" | ">=" | "<=";
39664
+ value: string | number | boolean;
39665
+ }[];
39666
+ }[];
39667
+ };
39668
+ name: "case";
39669
+ } | {
39670
+ params: {
39671
+ algorithm: string;
39672
+ salt?: string | undefined;
39673
+ };
39674
+ name: "hash";
38196
39675
  })[];
38197
39676
  };
38198
39677
  } | undefined;
@@ -38423,6 +39902,23 @@ export default class {
38423
39902
  separator: string;
38424
39903
  };
38425
39904
  name: "split";
39905
+ } | {
39906
+ params: {
39907
+ cases: {
39908
+ value: string;
39909
+ conditions: {
39910
+ operator: "=" | "!=" | ">=" | "<=";
39911
+ value: string | number | boolean;
39912
+ }[];
39913
+ }[];
39914
+ };
39915
+ name: "case";
39916
+ } | {
39917
+ params: {
39918
+ algorithm: string;
39919
+ salt?: string | undefined;
39920
+ };
39921
+ name: "hash";
38426
39922
  })[];
38427
39923
  source?: import("./definitions").FieldSource | undefined;
38428
39924
  ignoreIfMissing?: boolean | undefined;
@@ -38555,6 +40051,23 @@ export default class {
38555
40051
  separator: string;
38556
40052
  };
38557
40053
  name: "split";
40054
+ } | {
40055
+ params: {
40056
+ cases: {
40057
+ value: string;
40058
+ conditions: {
40059
+ operator: "=" | "!=" | ">=" | "<=";
40060
+ value: string | number | boolean;
40061
+ }[];
40062
+ }[];
40063
+ };
40064
+ name: "case";
40065
+ } | {
40066
+ params: {
40067
+ algorithm: string;
40068
+ salt?: string | undefined;
40069
+ };
40070
+ name: "hash";
38558
40071
  })[];
38559
40072
  source?: import("./definitions").FieldSource | undefined;
38560
40073
  ignoreIfMissing?: boolean | undefined;
@@ -39438,6 +40951,23 @@ export default class {
39438
40951
  separator: string;
39439
40952
  };
39440
40953
  name: "split";
40954
+ } | {
40955
+ params: {
40956
+ cases: {
40957
+ value: string;
40958
+ conditions: {
40959
+ operator: "=" | "!=" | ">=" | "<=";
40960
+ value: string | number | boolean;
40961
+ }[];
40962
+ }[];
40963
+ };
40964
+ name: "case";
40965
+ } | {
40966
+ params: {
40967
+ algorithm: string;
40968
+ salt?: string | undefined;
40969
+ };
40970
+ name: "hash";
39441
40971
  })[];
39442
40972
  };
39443
40973
  } & {
@@ -40178,6 +41708,23 @@ export default class {
40178
41708
  separator: string;
40179
41709
  };
40180
41710
  name: "split";
41711
+ } | {
41712
+ params: {
41713
+ cases: {
41714
+ value: string;
41715
+ conditions: {
41716
+ operator: "=" | "!=" | ">=" | "<=";
41717
+ value: string | number | boolean;
41718
+ }[];
41719
+ }[];
41720
+ };
41721
+ name: "case";
41722
+ } | {
41723
+ params: {
41724
+ algorithm: string;
41725
+ salt?: string | undefined;
41726
+ };
41727
+ name: "hash";
40181
41728
  })[];
40182
41729
  };
40183
41730
  } & {
@@ -40309,6 +41856,23 @@ export default class {
40309
41856
  separator: string;
40310
41857
  };
40311
41858
  name: "split";
41859
+ } | {
41860
+ params: {
41861
+ cases: {
41862
+ value: string;
41863
+ conditions: {
41864
+ operator: "=" | "!=" | ">=" | "<=";
41865
+ value: string | number | boolean;
41866
+ }[];
41867
+ }[];
41868
+ };
41869
+ name: "case";
41870
+ } | {
41871
+ params: {
41872
+ algorithm: string;
41873
+ salt?: string | undefined;
41874
+ };
41875
+ name: "hash";
40312
41876
  })[];
40313
41877
  source?: import("./definitions").FieldSource | undefined;
40314
41878
  ignoreIfMissing?: boolean | undefined;
@@ -40449,6 +42013,23 @@ export default class {
40449
42013
  params: {
40450
42014
  separator: string;
40451
42015
  };
42016
+ } | {
42017
+ name: "case";
42018
+ params: {
42019
+ cases: {
42020
+ conditions: {
42021
+ operator: "=" | "!=" | ">=" | "<=";
42022
+ value: string | number | boolean;
42023
+ }[];
42024
+ value: string;
42025
+ }[];
42026
+ };
42027
+ } | {
42028
+ name: "hash";
42029
+ params: {
42030
+ algorithm: string;
42031
+ salt?: string | undefined;
42032
+ };
40452
42033
  })[];
40453
42034
  };
40454
42035
  })[];
@@ -40574,6 +42155,23 @@ export default class {
40574
42155
  separator: string;
40575
42156
  };
40576
42157
  name: "split";
42158
+ } | {
42159
+ params: {
42160
+ cases: {
42161
+ value: string;
42162
+ conditions: {
42163
+ operator: "=" | "!=" | ">=" | "<=";
42164
+ value: string | number | boolean;
42165
+ }[];
42166
+ }[];
42167
+ };
42168
+ name: "case";
42169
+ } | {
42170
+ params: {
42171
+ algorithm: string;
42172
+ salt?: string | undefined;
42173
+ };
42174
+ name: "hash";
40577
42175
  })[];
40578
42176
  source?: import("./definitions").FieldSource | undefined;
40579
42177
  ignoreIfMissing?: boolean | undefined;
@@ -40711,6 +42309,23 @@ export default class {
40711
42309
  params: {
40712
42310
  separator: string;
40713
42311
  };
42312
+ } | {
42313
+ name: "case";
42314
+ params: {
42315
+ cases: {
42316
+ conditions: {
42317
+ operator: "=" | "!=" | ">=" | "<=";
42318
+ value: string | number | boolean;
42319
+ }[];
42320
+ value: string;
42321
+ }[];
42322
+ };
42323
+ } | {
42324
+ name: "hash";
42325
+ params: {
42326
+ algorithm: string;
42327
+ salt?: string | undefined;
42328
+ };
40714
42329
  })[];
40715
42330
  };
40716
42331
  });
@@ -41741,6 +43356,23 @@ export default class {
41741
43356
  separator: string;
41742
43357
  };
41743
43358
  name: "split";
43359
+ } | {
43360
+ params: {
43361
+ cases: {
43362
+ value: string;
43363
+ conditions: {
43364
+ operator: "=" | "!=" | ">=" | "<=";
43365
+ value: string | number | boolean;
43366
+ }[];
43367
+ }[];
43368
+ };
43369
+ name: "case";
43370
+ } | {
43371
+ params: {
43372
+ algorithm: string;
43373
+ salt?: string | undefined;
43374
+ };
43375
+ name: "hash";
41744
43376
  })[];
41745
43377
  };
41746
43378
  } & {
@@ -42481,6 +44113,23 @@ export default class {
42481
44113
  separator: string;
42482
44114
  };
42483
44115
  name: "split";
44116
+ } | {
44117
+ params: {
44118
+ cases: {
44119
+ value: string;
44120
+ conditions: {
44121
+ operator: "=" | "!=" | ">=" | "<=";
44122
+ value: string | number | boolean;
44123
+ }[];
44124
+ }[];
44125
+ };
44126
+ name: "case";
44127
+ } | {
44128
+ params: {
44129
+ algorithm: string;
44130
+ salt?: string | undefined;
44131
+ };
44132
+ name: "hash";
42484
44133
  })[];
42485
44134
  };
42486
44135
  } & {
@@ -42612,6 +44261,23 @@ export default class {
42612
44261
  separator: string;
42613
44262
  };
42614
44263
  name: "split";
44264
+ } | {
44265
+ params: {
44266
+ cases: {
44267
+ value: string;
44268
+ conditions: {
44269
+ operator: "=" | "!=" | ">=" | "<=";
44270
+ value: string | number | boolean;
44271
+ }[];
44272
+ }[];
44273
+ };
44274
+ name: "case";
44275
+ } | {
44276
+ params: {
44277
+ algorithm: string;
44278
+ salt?: string | undefined;
44279
+ };
44280
+ name: "hash";
42615
44281
  })[];
42616
44282
  source?: import("./definitions").FieldSource | undefined;
42617
44283
  ignoreIfMissing?: boolean | undefined;
@@ -42752,6 +44418,23 @@ export default class {
42752
44418
  params: {
42753
44419
  separator: string;
42754
44420
  };
44421
+ } | {
44422
+ name: "case";
44423
+ params: {
44424
+ cases: {
44425
+ conditions: {
44426
+ operator: "=" | "!=" | ">=" | "<=";
44427
+ value: string | number | boolean;
44428
+ }[];
44429
+ value: string;
44430
+ }[];
44431
+ };
44432
+ } | {
44433
+ name: "hash";
44434
+ params: {
44435
+ algorithm: string;
44436
+ salt?: string | undefined;
44437
+ };
42755
44438
  })[];
42756
44439
  };
42757
44440
  })[];
@@ -42877,6 +44560,23 @@ export default class {
42877
44560
  separator: string;
42878
44561
  };
42879
44562
  name: "split";
44563
+ } | {
44564
+ params: {
44565
+ cases: {
44566
+ value: string;
44567
+ conditions: {
44568
+ operator: "=" | "!=" | ">=" | "<=";
44569
+ value: string | number | boolean;
44570
+ }[];
44571
+ }[];
44572
+ };
44573
+ name: "case";
44574
+ } | {
44575
+ params: {
44576
+ algorithm: string;
44577
+ salt?: string | undefined;
44578
+ };
44579
+ name: "hash";
42880
44580
  })[];
42881
44581
  source?: import("./definitions").FieldSource | undefined;
42882
44582
  ignoreIfMissing?: boolean | undefined;
@@ -43014,6 +44714,23 @@ export default class {
43014
44714
  params: {
43015
44715
  separator: string;
43016
44716
  };
44717
+ } | {
44718
+ name: "case";
44719
+ params: {
44720
+ cases: {
44721
+ conditions: {
44722
+ operator: "=" | "!=" | ">=" | "<=";
44723
+ value: string | number | boolean;
44724
+ }[];
44725
+ value: string;
44726
+ }[];
44727
+ };
44728
+ } | {
44729
+ name: "hash";
44730
+ params: {
44731
+ algorithm: string;
44732
+ salt?: string | undefined;
44733
+ };
43017
44734
  })[];
43018
44735
  };
43019
44736
  });
@@ -43234,6 +44951,23 @@ export default class {
43234
44951
  separator: string;
43235
44952
  };
43236
44953
  name: "split";
44954
+ } | {
44955
+ params: {
44956
+ cases: {
44957
+ value: string;
44958
+ conditions: {
44959
+ operator: "=" | "!=" | ">=" | "<=";
44960
+ value: string | number | boolean;
44961
+ }[];
44962
+ }[];
44963
+ };
44964
+ name: "case";
44965
+ } | {
44966
+ params: {
44967
+ algorithm: string;
44968
+ salt?: string | undefined;
44969
+ };
44970
+ name: "hash";
43237
44971
  })[];
43238
44972
  source?: import("./definitions").FieldSource | undefined;
43239
44973
  ignoreIfMissing?: boolean | undefined;
@@ -43363,6 +45097,23 @@ export default class {
43363
45097
  separator: string;
43364
45098
  };
43365
45099
  name: "split";
45100
+ } | {
45101
+ params: {
45102
+ cases: {
45103
+ value: string;
45104
+ conditions: {
45105
+ operator: "=" | "!=" | ">=" | "<=";
45106
+ value: string | number | boolean;
45107
+ }[];
45108
+ }[];
45109
+ };
45110
+ name: "case";
45111
+ } | {
45112
+ params: {
45113
+ algorithm: string;
45114
+ salt?: string | undefined;
45115
+ };
45116
+ name: "hash";
43366
45117
  })[];
43367
45118
  source?: import("./definitions").FieldSource | undefined;
43368
45119
  ignoreIfMissing?: boolean | undefined;
@@ -43761,6 +45512,23 @@ export default class {
43761
45512
  separator: string;
43762
45513
  };
43763
45514
  name: "split";
45515
+ } | {
45516
+ params: {
45517
+ cases: {
45518
+ value: string;
45519
+ conditions: {
45520
+ operator: "=" | "!=" | ">=" | "<=";
45521
+ value: string | number | boolean;
45522
+ }[];
45523
+ }[];
45524
+ };
45525
+ name: "case";
45526
+ } | {
45527
+ params: {
45528
+ algorithm: string;
45529
+ salt?: string | undefined;
45530
+ };
45531
+ name: "hash";
43764
45532
  })[];
43765
45533
  source?: import("./definitions").FieldSource | undefined;
43766
45534
  ignoreIfMissing?: boolean | undefined;
@@ -43911,6 +45679,23 @@ export default class {
43911
45679
  params: {
43912
45680
  separator: string;
43913
45681
  };
45682
+ } | {
45683
+ name: "case";
45684
+ params: {
45685
+ cases: {
45686
+ conditions: {
45687
+ operator: "=" | "!=" | ">=" | "<=";
45688
+ value: string | number | boolean;
45689
+ }[];
45690
+ value: string;
45691
+ }[];
45692
+ };
45693
+ } | {
45694
+ name: "hash";
45695
+ params: {
45696
+ algorithm: string;
45697
+ salt?: string | undefined;
45698
+ };
43914
45699
  })[];
43915
45700
  };
43916
45701
  })[];
@@ -44094,6 +45879,23 @@ export default class {
44094
45879
  separator: string;
44095
45880
  };
44096
45881
  name: "split";
45882
+ } | {
45883
+ params: {
45884
+ cases: {
45885
+ value: string;
45886
+ conditions: {
45887
+ operator: "=" | "!=" | ">=" | "<=";
45888
+ value: string | number | boolean;
45889
+ }[];
45890
+ }[];
45891
+ };
45892
+ name: "case";
45893
+ } | {
45894
+ params: {
45895
+ algorithm: string;
45896
+ salt?: string | undefined;
45897
+ };
45898
+ name: "hash";
44097
45899
  })[];
44098
45900
  source?: import("./definitions").FieldSource | undefined;
44099
45901
  ignoreIfMissing?: boolean | undefined;
@@ -44244,6 +46046,23 @@ export default class {
44244
46046
  params: {
44245
46047
  separator: string;
44246
46048
  };
46049
+ } | {
46050
+ name: "case";
46051
+ params: {
46052
+ cases: {
46053
+ conditions: {
46054
+ operator: "=" | "!=" | ">=" | "<=";
46055
+ value: string | number | boolean;
46056
+ }[];
46057
+ value: string;
46058
+ }[];
46059
+ };
46060
+ } | {
46061
+ name: "hash";
46062
+ params: {
46063
+ algorithm: string;
46064
+ salt?: string | undefined;
46065
+ };
44247
46066
  })[];
44248
46067
  };
44249
46068
  })[];