@merkl/api 1.14.1 → 1.14.2
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/dist/src/engine/deprecated/dynamicData/implementations/Erc20.d.ts +25 -0
- package/dist/src/modules/v4/transaction/transaction.service.d.ts +90 -0
- package/dist/src/utils/getAPR.d.ts +45 -0
- package/dist/src/utils/parseDistributionType.d.ts +45 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -290,6 +290,11 @@ export declare class Erc20DynamicData implements DynamicDataBuilder<Erc20LikeCam
|
|
|
290
290
|
computeSettings: {
|
|
291
291
|
threshold: string;
|
|
292
292
|
};
|
|
293
|
+
} | {
|
|
294
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
295
|
+
computeSettings: {
|
|
296
|
+
whitelist: string[];
|
|
297
|
+
};
|
|
293
298
|
} | {
|
|
294
299
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
295
300
|
computeSettings: {
|
|
@@ -678,6 +683,11 @@ export declare class Erc20DynamicData implements DynamicDataBuilder<Erc20LikeCam
|
|
|
678
683
|
computeSettings: {
|
|
679
684
|
threshold: string;
|
|
680
685
|
};
|
|
686
|
+
} | {
|
|
687
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
688
|
+
computeSettings: {
|
|
689
|
+
whitelist: string[];
|
|
690
|
+
};
|
|
681
691
|
} | {
|
|
682
692
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
683
693
|
computeSettings: {
|
|
@@ -1066,6 +1076,11 @@ export declare class Erc20DynamicData implements DynamicDataBuilder<Erc20LikeCam
|
|
|
1066
1076
|
computeSettings: {
|
|
1067
1077
|
threshold: string;
|
|
1068
1078
|
};
|
|
1079
|
+
} | {
|
|
1080
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
1081
|
+
computeSettings: {
|
|
1082
|
+
whitelist: string[];
|
|
1083
|
+
};
|
|
1069
1084
|
} | {
|
|
1070
1085
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
1071
1086
|
computeSettings: {
|
|
@@ -1456,6 +1471,11 @@ export declare class Erc20DynamicData implements DynamicDataBuilder<Erc20LikeCam
|
|
|
1456
1471
|
computeSettings: {
|
|
1457
1472
|
threshold: string;
|
|
1458
1473
|
};
|
|
1474
|
+
} | {
|
|
1475
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
1476
|
+
computeSettings: {
|
|
1477
|
+
whitelist: string[];
|
|
1478
|
+
};
|
|
1459
1479
|
} | {
|
|
1460
1480
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
1461
1481
|
computeSettings: {
|
|
@@ -1844,6 +1864,11 @@ export declare class Erc20DynamicData implements DynamicDataBuilder<Erc20LikeCam
|
|
|
1844
1864
|
computeSettings: {
|
|
1845
1865
|
threshold: string;
|
|
1846
1866
|
};
|
|
1867
|
+
} | {
|
|
1868
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
1869
|
+
computeSettings: {
|
|
1870
|
+
whitelist: string[];
|
|
1871
|
+
};
|
|
1847
1872
|
} | {
|
|
1848
1873
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
1849
1874
|
computeSettings: {
|
|
@@ -315,6 +315,11 @@ export declare abstract class TransactionService {
|
|
|
315
315
|
computeSettings: {
|
|
316
316
|
threshold: string;
|
|
317
317
|
};
|
|
318
|
+
} | {
|
|
319
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
320
|
+
computeSettings: {
|
|
321
|
+
whitelist: string[];
|
|
322
|
+
};
|
|
318
323
|
} | {
|
|
319
324
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
320
325
|
computeSettings: {
|
|
@@ -760,6 +765,11 @@ export declare abstract class TransactionService {
|
|
|
760
765
|
computeSettings: {
|
|
761
766
|
threshold: string;
|
|
762
767
|
};
|
|
768
|
+
} | {
|
|
769
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
770
|
+
computeSettings: {
|
|
771
|
+
whitelist: string[];
|
|
772
|
+
};
|
|
763
773
|
} | {
|
|
764
774
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
765
775
|
computeSettings: {
|
|
@@ -1889,6 +1899,11 @@ export declare abstract class TransactionService {
|
|
|
1889
1899
|
computeSettings: {
|
|
1890
1900
|
threshold: string;
|
|
1891
1901
|
};
|
|
1902
|
+
} | {
|
|
1903
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
1904
|
+
computeSettings: {
|
|
1905
|
+
whitelist: string[];
|
|
1906
|
+
};
|
|
1892
1907
|
} | {
|
|
1893
1908
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
1894
1909
|
computeSettings: {
|
|
@@ -3028,6 +3043,11 @@ export declare abstract class TransactionService {
|
|
|
3028
3043
|
computeSettings: {
|
|
3029
3044
|
threshold: string;
|
|
3030
3045
|
};
|
|
3046
|
+
} | {
|
|
3047
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
3048
|
+
computeSettings: {
|
|
3049
|
+
whitelist: string[];
|
|
3050
|
+
};
|
|
3031
3051
|
} | {
|
|
3032
3052
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
3033
3053
|
computeSettings: {
|
|
@@ -4165,6 +4185,11 @@ export declare abstract class TransactionService {
|
|
|
4165
4185
|
computeSettings: {
|
|
4166
4186
|
threshold: string;
|
|
4167
4187
|
};
|
|
4188
|
+
} | {
|
|
4189
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
4190
|
+
computeSettings: {
|
|
4191
|
+
whitelist: string[];
|
|
4192
|
+
};
|
|
4168
4193
|
} | {
|
|
4169
4194
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
4170
4195
|
computeSettings: {
|
|
@@ -5308,6 +5333,11 @@ export declare abstract class TransactionService {
|
|
|
5308
5333
|
computeSettings: {
|
|
5309
5334
|
threshold: string;
|
|
5310
5335
|
};
|
|
5336
|
+
} | {
|
|
5337
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
5338
|
+
computeSettings: {
|
|
5339
|
+
whitelist: string[];
|
|
5340
|
+
};
|
|
5311
5341
|
} | {
|
|
5312
5342
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
5313
5343
|
computeSettings: {
|
|
@@ -6452,6 +6482,11 @@ export declare abstract class TransactionService {
|
|
|
6452
6482
|
computeSettings: {
|
|
6453
6483
|
threshold: string;
|
|
6454
6484
|
};
|
|
6485
|
+
} | {
|
|
6486
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
6487
|
+
computeSettings: {
|
|
6488
|
+
whitelist: string[];
|
|
6489
|
+
};
|
|
6455
6490
|
} | {
|
|
6456
6491
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
6457
6492
|
computeSettings: {
|
|
@@ -7597,6 +7632,11 @@ export declare abstract class TransactionService {
|
|
|
7597
7632
|
computeSettings: {
|
|
7598
7633
|
threshold: string;
|
|
7599
7634
|
};
|
|
7635
|
+
} | {
|
|
7636
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
7637
|
+
computeSettings: {
|
|
7638
|
+
whitelist: string[];
|
|
7639
|
+
};
|
|
7600
7640
|
} | {
|
|
7601
7641
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
7602
7642
|
computeSettings: {
|
|
@@ -8749,6 +8789,11 @@ export declare abstract class TransactionService {
|
|
|
8749
8789
|
computeSettings: {
|
|
8750
8790
|
threshold: string;
|
|
8751
8791
|
};
|
|
8792
|
+
} | {
|
|
8793
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
8794
|
+
computeSettings: {
|
|
8795
|
+
whitelist: string[];
|
|
8796
|
+
};
|
|
8752
8797
|
} | {
|
|
8753
8798
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
8754
8799
|
computeSettings: {
|
|
@@ -9896,6 +9941,11 @@ export declare abstract class TransactionService {
|
|
|
9896
9941
|
computeSettings: {
|
|
9897
9942
|
threshold: string;
|
|
9898
9943
|
};
|
|
9944
|
+
} | {
|
|
9945
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
9946
|
+
computeSettings: {
|
|
9947
|
+
whitelist: string[];
|
|
9948
|
+
};
|
|
9899
9949
|
} | {
|
|
9900
9950
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
9901
9951
|
computeSettings: {
|
|
@@ -10341,6 +10391,11 @@ export declare abstract class TransactionService {
|
|
|
10341
10391
|
computeSettings: {
|
|
10342
10392
|
threshold: string;
|
|
10343
10393
|
};
|
|
10394
|
+
} | {
|
|
10395
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
10396
|
+
computeSettings: {
|
|
10397
|
+
whitelist: string[];
|
|
10398
|
+
};
|
|
10344
10399
|
} | {
|
|
10345
10400
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
10346
10401
|
computeSettings: {
|
|
@@ -11470,6 +11525,11 @@ export declare abstract class TransactionService {
|
|
|
11470
11525
|
computeSettings: {
|
|
11471
11526
|
threshold: string;
|
|
11472
11527
|
};
|
|
11528
|
+
} | {
|
|
11529
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
11530
|
+
computeSettings: {
|
|
11531
|
+
whitelist: string[];
|
|
11532
|
+
};
|
|
11473
11533
|
} | {
|
|
11474
11534
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
11475
11535
|
computeSettings: {
|
|
@@ -12609,6 +12669,11 @@ export declare abstract class TransactionService {
|
|
|
12609
12669
|
computeSettings: {
|
|
12610
12670
|
threshold: string;
|
|
12611
12671
|
};
|
|
12672
|
+
} | {
|
|
12673
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
12674
|
+
computeSettings: {
|
|
12675
|
+
whitelist: string[];
|
|
12676
|
+
};
|
|
12612
12677
|
} | {
|
|
12613
12678
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
12614
12679
|
computeSettings: {
|
|
@@ -13746,6 +13811,11 @@ export declare abstract class TransactionService {
|
|
|
13746
13811
|
computeSettings: {
|
|
13747
13812
|
threshold: string;
|
|
13748
13813
|
};
|
|
13814
|
+
} | {
|
|
13815
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
13816
|
+
computeSettings: {
|
|
13817
|
+
whitelist: string[];
|
|
13818
|
+
};
|
|
13749
13819
|
} | {
|
|
13750
13820
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
13751
13821
|
computeSettings: {
|
|
@@ -14889,6 +14959,11 @@ export declare abstract class TransactionService {
|
|
|
14889
14959
|
computeSettings: {
|
|
14890
14960
|
threshold: string;
|
|
14891
14961
|
};
|
|
14962
|
+
} | {
|
|
14963
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
14964
|
+
computeSettings: {
|
|
14965
|
+
whitelist: string[];
|
|
14966
|
+
};
|
|
14892
14967
|
} | {
|
|
14893
14968
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
14894
14969
|
computeSettings: {
|
|
@@ -16033,6 +16108,11 @@ export declare abstract class TransactionService {
|
|
|
16033
16108
|
computeSettings: {
|
|
16034
16109
|
threshold: string;
|
|
16035
16110
|
};
|
|
16111
|
+
} | {
|
|
16112
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
16113
|
+
computeSettings: {
|
|
16114
|
+
whitelist: string[];
|
|
16115
|
+
};
|
|
16036
16116
|
} | {
|
|
16037
16117
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
16038
16118
|
computeSettings: {
|
|
@@ -17178,6 +17258,11 @@ export declare abstract class TransactionService {
|
|
|
17178
17258
|
computeSettings: {
|
|
17179
17259
|
threshold: string;
|
|
17180
17260
|
};
|
|
17261
|
+
} | {
|
|
17262
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
17263
|
+
computeSettings: {
|
|
17264
|
+
whitelist: string[];
|
|
17265
|
+
};
|
|
17181
17266
|
} | {
|
|
17182
17267
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
17183
17268
|
computeSettings: {
|
|
@@ -18330,6 +18415,11 @@ export declare abstract class TransactionService {
|
|
|
18330
18415
|
computeSettings: {
|
|
18331
18416
|
threshold: string;
|
|
18332
18417
|
};
|
|
18418
|
+
} | {
|
|
18419
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
18420
|
+
computeSettings: {
|
|
18421
|
+
whitelist: string[];
|
|
18422
|
+
};
|
|
18333
18423
|
} | {
|
|
18334
18424
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
18335
18425
|
computeSettings: {
|
|
@@ -273,6 +273,11 @@ export declare const getAPR: (params: {
|
|
|
273
273
|
computeSettings: {
|
|
274
274
|
threshold: string;
|
|
275
275
|
};
|
|
276
|
+
} | {
|
|
277
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
278
|
+
computeSettings: {
|
|
279
|
+
whitelist: string[];
|
|
280
|
+
};
|
|
276
281
|
} | {
|
|
277
282
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
278
283
|
computeSettings: {
|
|
@@ -718,6 +723,11 @@ export declare const getAPR: (params: {
|
|
|
718
723
|
computeSettings: {
|
|
719
724
|
threshold: string;
|
|
720
725
|
};
|
|
726
|
+
} | {
|
|
727
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
728
|
+
computeSettings: {
|
|
729
|
+
whitelist: string[];
|
|
730
|
+
};
|
|
721
731
|
} | {
|
|
722
732
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
723
733
|
computeSettings: {
|
|
@@ -1847,6 +1857,11 @@ export declare const getAPR: (params: {
|
|
|
1847
1857
|
computeSettings: {
|
|
1848
1858
|
threshold: string;
|
|
1849
1859
|
};
|
|
1860
|
+
} | {
|
|
1861
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
1862
|
+
computeSettings: {
|
|
1863
|
+
whitelist: string[];
|
|
1864
|
+
};
|
|
1850
1865
|
} | {
|
|
1851
1866
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
1852
1867
|
computeSettings: {
|
|
@@ -2986,6 +3001,11 @@ export declare const getAPR: (params: {
|
|
|
2986
3001
|
computeSettings: {
|
|
2987
3002
|
threshold: string;
|
|
2988
3003
|
};
|
|
3004
|
+
} | {
|
|
3005
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
3006
|
+
computeSettings: {
|
|
3007
|
+
whitelist: string[];
|
|
3008
|
+
};
|
|
2989
3009
|
} | {
|
|
2990
3010
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
2991
3011
|
computeSettings: {
|
|
@@ -4123,6 +4143,11 @@ export declare const getAPR: (params: {
|
|
|
4123
4143
|
computeSettings: {
|
|
4124
4144
|
threshold: string;
|
|
4125
4145
|
};
|
|
4146
|
+
} | {
|
|
4147
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
4148
|
+
computeSettings: {
|
|
4149
|
+
whitelist: string[];
|
|
4150
|
+
};
|
|
4126
4151
|
} | {
|
|
4127
4152
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
4128
4153
|
computeSettings: {
|
|
@@ -5266,6 +5291,11 @@ export declare const getAPR: (params: {
|
|
|
5266
5291
|
computeSettings: {
|
|
5267
5292
|
threshold: string;
|
|
5268
5293
|
};
|
|
5294
|
+
} | {
|
|
5295
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
5296
|
+
computeSettings: {
|
|
5297
|
+
whitelist: string[];
|
|
5298
|
+
};
|
|
5269
5299
|
} | {
|
|
5270
5300
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
5271
5301
|
computeSettings: {
|
|
@@ -6410,6 +6440,11 @@ export declare const getAPR: (params: {
|
|
|
6410
6440
|
computeSettings: {
|
|
6411
6441
|
threshold: string;
|
|
6412
6442
|
};
|
|
6443
|
+
} | {
|
|
6444
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
6445
|
+
computeSettings: {
|
|
6446
|
+
whitelist: string[];
|
|
6447
|
+
};
|
|
6413
6448
|
} | {
|
|
6414
6449
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
6415
6450
|
computeSettings: {
|
|
@@ -7555,6 +7590,11 @@ export declare const getAPR: (params: {
|
|
|
7555
7590
|
computeSettings: {
|
|
7556
7591
|
threshold: string;
|
|
7557
7592
|
};
|
|
7593
|
+
} | {
|
|
7594
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
7595
|
+
computeSettings: {
|
|
7596
|
+
whitelist: string[];
|
|
7597
|
+
};
|
|
7558
7598
|
} | {
|
|
7559
7599
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
7560
7600
|
computeSettings: {
|
|
@@ -8707,6 +8747,11 @@ export declare const getAPR: (params: {
|
|
|
8707
8747
|
computeSettings: {
|
|
8708
8748
|
threshold: string;
|
|
8709
8749
|
};
|
|
8750
|
+
} | {
|
|
8751
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
8752
|
+
computeSettings: {
|
|
8753
|
+
whitelist: string[];
|
|
8754
|
+
};
|
|
8710
8755
|
} | {
|
|
8711
8756
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
8712
8757
|
computeSettings: {
|
|
@@ -277,6 +277,11 @@ export declare const parseDistributionType: (params: {
|
|
|
277
277
|
computeSettings: {
|
|
278
278
|
threshold: string;
|
|
279
279
|
};
|
|
280
|
+
} | {
|
|
281
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
282
|
+
computeSettings: {
|
|
283
|
+
whitelist: string[];
|
|
284
|
+
};
|
|
280
285
|
} | {
|
|
281
286
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
282
287
|
computeSettings: {
|
|
@@ -722,6 +727,11 @@ export declare const parseDistributionType: (params: {
|
|
|
722
727
|
computeSettings: {
|
|
723
728
|
threshold: string;
|
|
724
729
|
};
|
|
730
|
+
} | {
|
|
731
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
732
|
+
computeSettings: {
|
|
733
|
+
whitelist: string[];
|
|
734
|
+
};
|
|
725
735
|
} | {
|
|
726
736
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
727
737
|
computeSettings: {
|
|
@@ -1851,6 +1861,11 @@ export declare const parseDistributionType: (params: {
|
|
|
1851
1861
|
computeSettings: {
|
|
1852
1862
|
threshold: string;
|
|
1853
1863
|
};
|
|
1864
|
+
} | {
|
|
1865
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
1866
|
+
computeSettings: {
|
|
1867
|
+
whitelist: string[];
|
|
1868
|
+
};
|
|
1854
1869
|
} | {
|
|
1855
1870
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
1856
1871
|
computeSettings: {
|
|
@@ -2990,6 +3005,11 @@ export declare const parseDistributionType: (params: {
|
|
|
2990
3005
|
computeSettings: {
|
|
2991
3006
|
threshold: string;
|
|
2992
3007
|
};
|
|
3008
|
+
} | {
|
|
3009
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
3010
|
+
computeSettings: {
|
|
3011
|
+
whitelist: string[];
|
|
3012
|
+
};
|
|
2993
3013
|
} | {
|
|
2994
3014
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
2995
3015
|
computeSettings: {
|
|
@@ -4127,6 +4147,11 @@ export declare const parseDistributionType: (params: {
|
|
|
4127
4147
|
computeSettings: {
|
|
4128
4148
|
threshold: string;
|
|
4129
4149
|
};
|
|
4150
|
+
} | {
|
|
4151
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
4152
|
+
computeSettings: {
|
|
4153
|
+
whitelist: string[];
|
|
4154
|
+
};
|
|
4130
4155
|
} | {
|
|
4131
4156
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
4132
4157
|
computeSettings: {
|
|
@@ -5270,6 +5295,11 @@ export declare const parseDistributionType: (params: {
|
|
|
5270
5295
|
computeSettings: {
|
|
5271
5296
|
threshold: string;
|
|
5272
5297
|
};
|
|
5298
|
+
} | {
|
|
5299
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
5300
|
+
computeSettings: {
|
|
5301
|
+
whitelist: string[];
|
|
5302
|
+
};
|
|
5273
5303
|
} | {
|
|
5274
5304
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
5275
5305
|
computeSettings: {
|
|
@@ -6414,6 +6444,11 @@ export declare const parseDistributionType: (params: {
|
|
|
6414
6444
|
computeSettings: {
|
|
6415
6445
|
threshold: string;
|
|
6416
6446
|
};
|
|
6447
|
+
} | {
|
|
6448
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
6449
|
+
computeSettings: {
|
|
6450
|
+
whitelist: string[];
|
|
6451
|
+
};
|
|
6417
6452
|
} | {
|
|
6418
6453
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
6419
6454
|
computeSettings: {
|
|
@@ -7559,6 +7594,11 @@ export declare const parseDistributionType: (params: {
|
|
|
7559
7594
|
computeSettings: {
|
|
7560
7595
|
threshold: string;
|
|
7561
7596
|
};
|
|
7597
|
+
} | {
|
|
7598
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
7599
|
+
computeSettings: {
|
|
7600
|
+
whitelist: string[];
|
|
7601
|
+
};
|
|
7562
7602
|
} | {
|
|
7563
7603
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
7564
7604
|
computeSettings: {
|
|
@@ -8711,6 +8751,11 @@ export declare const parseDistributionType: (params: {
|
|
|
8711
8751
|
computeSettings: {
|
|
8712
8752
|
threshold: string;
|
|
8713
8753
|
};
|
|
8754
|
+
} | {
|
|
8755
|
+
computeMethod: import("@package/resources/enums").ComputeScoreMethod.attributionSuffix;
|
|
8756
|
+
computeSettings: {
|
|
8757
|
+
whitelist: string[];
|
|
8758
|
+
};
|
|
8714
8759
|
} | {
|
|
8715
8760
|
computeMethod: import("@package/resources/enums").ComputeScoreMethod.belowThreshold;
|
|
8716
8761
|
computeSettings: {
|