@abyss-project/main 3.2.0 → 3.4.0
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/constants/billing-catalog.constants.js +0 -18
- package/dist/constants/billing-catalog.constants.js.map +1 -1
- package/dist/constants/catalog-plan-quotas.constants.js +16 -32
- package/dist/constants/catalog-plan-quotas.constants.js.map +1 -1
- package/dist/constants/enforcement-registry.constants.js +5 -19
- package/dist/constants/enforcement-registry.constants.js.map +1 -1
- package/dist/constants/index.d.ts +1 -0
- package/dist/constants/index.js +1 -0
- package/dist/constants/index.js.map +1 -1
- package/dist/constants/metric-price-scale.constants.js +18 -0
- package/dist/constants/metric-price-scale.constants.js.map +1 -1
- package/dist/constants/module-catalog.constants.d.ts +5 -0
- package/dist/constants/module-catalog.constants.js +59 -0
- package/dist/constants/module-catalog.constants.js.map +1 -1
- package/dist/constants/overage-base-rates.constants.js +0 -2
- package/dist/constants/overage-base-rates.constants.js.map +1 -1
- package/dist/constants/pack-catalog.constants.d.ts +17 -0
- package/dist/constants/pack-catalog.constants.js +61 -0
- package/dist/constants/pack-catalog.constants.js.map +1 -0
- package/dist/constants/public-plans.constants.js +48 -256
- package/dist/constants/public-plans.constants.js.map +1 -1
- package/dist/constants/quota-metric-kind.constants.js +0 -2
- package/dist/constants/quota-metric-kind.constants.js.map +1 -1
- package/dist/types/enum/content-share.enum.d.ts +2 -1
- package/dist/types/enum/content-share.enum.js +1 -0
- package/dist/types/enum/content-share.enum.js.map +1 -1
- package/dist/types/enum/organization-billing.enum.d.ts +0 -2
- package/dist/types/enum/organization-billing.enum.js +0 -2
- package/dist/types/enum/organization-billing.enum.js.map +1 -1
- package/dist/types/enum/user-notification-content-type.enum.d.ts +19 -0
- package/dist/types/enum/user-notification-content-type.enum.js.map +1 -1
- package/dist/types/interface/api/index.d.ts +1 -0
- package/dist/types/interface/api/index.js +1 -0
- package/dist/types/interface/api/index.js.map +1 -1
- package/dist/types/interface/api/requests/organization-integration-webhook.request.d.ts +97 -0
- package/dist/types/interface/api/requests/organization-integration-webhook.request.js +21 -0
- package/dist/types/interface/api/requests/organization-integration-webhook.request.js.map +1 -1
- package/dist/types/interface/api/responses/index.d.ts +1 -0
- package/dist/types/interface/api/responses/index.js +1 -0
- package/dist/types/interface/api/responses/index.js.map +1 -1
- package/dist/types/interface/api/responses/organization-integration.admin.response.d.ts +5 -0
- package/dist/types/interface/api/responses/organization-integration.admin.response.js +3 -0
- package/dist/types/interface/api/responses/organization-integration.admin.response.js.map +1 -0
- package/dist/utils/pricing.utils.d.ts +2 -0
- package/dist/utils/pricing.utils.js +11 -1
- package/dist/utils/pricing.utils.js.map +1 -1
- package/package.json +1 -1
|
@@ -131,7 +131,7 @@ exports.PUBLIC_PLANS = [
|
|
|
131
131
|
{
|
|
132
132
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
133
133
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS,
|
|
134
|
-
limit:
|
|
134
|
+
limit: 7,
|
|
135
135
|
sizePerUnit: null,
|
|
136
136
|
unit: 'days',
|
|
137
137
|
},
|
|
@@ -194,7 +194,7 @@ exports.PUBLIC_PLANS = [
|
|
|
194
194
|
{
|
|
195
195
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
196
196
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
197
|
-
limit:
|
|
197
|
+
limit: 1,
|
|
198
198
|
sizePerUnit: null,
|
|
199
199
|
unit: 'shares',
|
|
200
200
|
},
|
|
@@ -226,20 +226,6 @@ exports.PUBLIC_PLANS = [
|
|
|
226
226
|
sizePerUnit: null,
|
|
227
227
|
unit: 'rescores',
|
|
228
228
|
},
|
|
229
|
-
{
|
|
230
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
231
|
-
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
232
|
-
limit: 0,
|
|
233
|
-
sizePerUnit: null,
|
|
234
|
-
unit: 'calls',
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
238
|
-
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
239
|
-
limit: 0,
|
|
240
|
-
sizePerUnit: null,
|
|
241
|
-
unit: 'lookups',
|
|
242
|
-
},
|
|
243
229
|
{
|
|
244
230
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
245
231
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
@@ -398,13 +384,13 @@ exports.PUBLIC_PLANS = [
|
|
|
398
384
|
{
|
|
399
385
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
400
386
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
401
|
-
nanocentsPerUnit:
|
|
387
|
+
nanocentsPerUnit: 76000000000,
|
|
402
388
|
unit: 'share',
|
|
403
389
|
},
|
|
404
390
|
{
|
|
405
391
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
406
392
|
metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
|
|
407
|
-
nanocentsPerUnit:
|
|
393
|
+
nanocentsPerUnit: 190000000000,
|
|
408
394
|
unit: 'portfolio',
|
|
409
395
|
},
|
|
410
396
|
{
|
|
@@ -416,27 +402,15 @@ exports.PUBLIC_PLANS = [
|
|
|
416
402
|
{
|
|
417
403
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
418
404
|
metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
|
|
419
|
-
nanocentsPerUnit:
|
|
405
|
+
nanocentsPerUnit: 5800000000,
|
|
420
406
|
unit: 'run',
|
|
421
407
|
},
|
|
422
408
|
{
|
|
423
409
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
424
410
|
metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
|
|
425
|
-
nanocentsPerUnit:
|
|
411
|
+
nanocentsPerUnit: 1160000000,
|
|
426
412
|
unit: 'rescore',
|
|
427
413
|
},
|
|
428
|
-
{
|
|
429
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
430
|
-
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
431
|
-
nanocentsPerUnit: 1000000000,
|
|
432
|
-
unit: 'call',
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
436
|
-
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
437
|
-
nanocentsPerUnit: 80000000000,
|
|
438
|
-
unit: 'lookup',
|
|
439
|
-
},
|
|
440
414
|
{
|
|
441
415
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
442
416
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
@@ -579,7 +553,7 @@ exports.PUBLIC_PLANS = [
|
|
|
579
553
|
{
|
|
580
554
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
581
555
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS,
|
|
582
|
-
limit:
|
|
556
|
+
limit: 30,
|
|
583
557
|
sizePerUnit: null,
|
|
584
558
|
unit: 'days',
|
|
585
559
|
},
|
|
@@ -642,7 +616,7 @@ exports.PUBLIC_PLANS = [
|
|
|
642
616
|
{
|
|
643
617
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
644
618
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
645
|
-
limit:
|
|
619
|
+
limit: 10,
|
|
646
620
|
sizePerUnit: null,
|
|
647
621
|
unit: 'shares',
|
|
648
622
|
},
|
|
@@ -674,20 +648,6 @@ exports.PUBLIC_PLANS = [
|
|
|
674
648
|
sizePerUnit: null,
|
|
675
649
|
unit: 'rescores',
|
|
676
650
|
},
|
|
677
|
-
{
|
|
678
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
679
|
-
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
680
|
-
limit: 500,
|
|
681
|
-
sizePerUnit: null,
|
|
682
|
-
unit: 'calls',
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
686
|
-
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
687
|
-
limit: 10,
|
|
688
|
-
sizePerUnit: null,
|
|
689
|
-
unit: 'lookups',
|
|
690
|
-
},
|
|
691
651
|
{
|
|
692
652
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
693
653
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
@@ -846,13 +806,13 @@ exports.PUBLIC_PLANS = [
|
|
|
846
806
|
{
|
|
847
807
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
848
808
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
849
|
-
nanocentsPerUnit:
|
|
809
|
+
nanocentsPerUnit: 76000000000,
|
|
850
810
|
unit: 'share',
|
|
851
811
|
},
|
|
852
812
|
{
|
|
853
813
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
854
814
|
metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
|
|
855
|
-
nanocentsPerUnit:
|
|
815
|
+
nanocentsPerUnit: 190000000000,
|
|
856
816
|
unit: 'portfolio',
|
|
857
817
|
},
|
|
858
818
|
{
|
|
@@ -864,27 +824,15 @@ exports.PUBLIC_PLANS = [
|
|
|
864
824
|
{
|
|
865
825
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
866
826
|
metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
|
|
867
|
-
nanocentsPerUnit:
|
|
827
|
+
nanocentsPerUnit: 5800000000,
|
|
868
828
|
unit: 'run',
|
|
869
829
|
},
|
|
870
830
|
{
|
|
871
831
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
872
832
|
metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
|
|
873
|
-
nanocentsPerUnit:
|
|
833
|
+
nanocentsPerUnit: 1160000000,
|
|
874
834
|
unit: 'rescore',
|
|
875
835
|
},
|
|
876
|
-
{
|
|
877
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
878
|
-
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
879
|
-
nanocentsPerUnit: 1000000000,
|
|
880
|
-
unit: 'call',
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
884
|
-
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
885
|
-
nanocentsPerUnit: 80000000000,
|
|
886
|
-
unit: 'lookup',
|
|
887
|
-
},
|
|
888
836
|
{
|
|
889
837
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
890
838
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
@@ -1027,7 +975,7 @@ exports.PUBLIC_PLANS = [
|
|
|
1027
975
|
{
|
|
1028
976
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1029
977
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS,
|
|
1030
|
-
limit:
|
|
978
|
+
limit: 90,
|
|
1031
979
|
sizePerUnit: null,
|
|
1032
980
|
unit: 'days',
|
|
1033
981
|
},
|
|
@@ -1090,7 +1038,7 @@ exports.PUBLIC_PLANS = [
|
|
|
1090
1038
|
{
|
|
1091
1039
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1092
1040
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
1093
|
-
limit:
|
|
1041
|
+
limit: 100,
|
|
1094
1042
|
sizePerUnit: null,
|
|
1095
1043
|
unit: 'shares',
|
|
1096
1044
|
},
|
|
@@ -1122,20 +1070,6 @@ exports.PUBLIC_PLANS = [
|
|
|
1122
1070
|
sizePerUnit: null,
|
|
1123
1071
|
unit: 'rescores',
|
|
1124
1072
|
},
|
|
1125
|
-
{
|
|
1126
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1127
|
-
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
1128
|
-
limit: 5000,
|
|
1129
|
-
sizePerUnit: null,
|
|
1130
|
-
unit: 'calls',
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1134
|
-
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
1135
|
-
limit: 100,
|
|
1136
|
-
sizePerUnit: null,
|
|
1137
|
-
unit: 'lookups',
|
|
1138
|
-
},
|
|
1139
1073
|
{
|
|
1140
1074
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1141
1075
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
@@ -1294,13 +1228,13 @@ exports.PUBLIC_PLANS = [
|
|
|
1294
1228
|
{
|
|
1295
1229
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1296
1230
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
1297
|
-
nanocentsPerUnit:
|
|
1231
|
+
nanocentsPerUnit: 76000000000,
|
|
1298
1232
|
unit: 'share',
|
|
1299
1233
|
},
|
|
1300
1234
|
{
|
|
1301
1235
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1302
1236
|
metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
|
|
1303
|
-
nanocentsPerUnit:
|
|
1237
|
+
nanocentsPerUnit: 190000000000,
|
|
1304
1238
|
unit: 'portfolio',
|
|
1305
1239
|
},
|
|
1306
1240
|
{
|
|
@@ -1312,27 +1246,15 @@ exports.PUBLIC_PLANS = [
|
|
|
1312
1246
|
{
|
|
1313
1247
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1314
1248
|
metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
|
|
1315
|
-
nanocentsPerUnit:
|
|
1249
|
+
nanocentsPerUnit: 5800000000,
|
|
1316
1250
|
unit: 'run',
|
|
1317
1251
|
},
|
|
1318
1252
|
{
|
|
1319
1253
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1320
1254
|
metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
|
|
1321
|
-
nanocentsPerUnit:
|
|
1255
|
+
nanocentsPerUnit: 1160000000,
|
|
1322
1256
|
unit: 'rescore',
|
|
1323
1257
|
},
|
|
1324
|
-
{
|
|
1325
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1326
|
-
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
1327
|
-
nanocentsPerUnit: 1000000000,
|
|
1328
|
-
unit: 'call',
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1332
|
-
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
1333
|
-
nanocentsPerUnit: 80000000000,
|
|
1334
|
-
unit: 'lookup',
|
|
1335
|
-
},
|
|
1336
1258
|
{
|
|
1337
1259
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1338
1260
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
@@ -1552,7 +1474,7 @@ exports.PUBLIC_PLANS = [
|
|
|
1552
1474
|
{
|
|
1553
1475
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1554
1476
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS,
|
|
1555
|
-
limit:
|
|
1477
|
+
limit: 7,
|
|
1556
1478
|
sizePerUnit: null,
|
|
1557
1479
|
unit: 'days',
|
|
1558
1480
|
},
|
|
@@ -1629,7 +1551,7 @@ exports.PUBLIC_PLANS = [
|
|
|
1629
1551
|
{
|
|
1630
1552
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1631
1553
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
1632
|
-
limit:
|
|
1554
|
+
limit: 2,
|
|
1633
1555
|
sizePerUnit: null,
|
|
1634
1556
|
unit: 'shares',
|
|
1635
1557
|
},
|
|
@@ -1661,20 +1583,6 @@ exports.PUBLIC_PLANS = [
|
|
|
1661
1583
|
sizePerUnit: null,
|
|
1662
1584
|
unit: 'rescores',
|
|
1663
1585
|
},
|
|
1664
|
-
{
|
|
1665
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1666
|
-
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
1667
|
-
limit: 0,
|
|
1668
|
-
sizePerUnit: null,
|
|
1669
|
-
unit: 'calls',
|
|
1670
|
-
},
|
|
1671
|
-
{
|
|
1672
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1673
|
-
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
1674
|
-
limit: 0,
|
|
1675
|
-
sizePerUnit: null,
|
|
1676
|
-
unit: 'lookups',
|
|
1677
|
-
},
|
|
1678
1586
|
{
|
|
1679
1587
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1680
1588
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
@@ -1905,13 +1813,13 @@ exports.PUBLIC_PLANS = [
|
|
|
1905
1813
|
{
|
|
1906
1814
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1907
1815
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
1908
|
-
nanocentsPerUnit:
|
|
1816
|
+
nanocentsPerUnit: 76000000000,
|
|
1909
1817
|
unit: 'share',
|
|
1910
1818
|
},
|
|
1911
1819
|
{
|
|
1912
1820
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1913
1821
|
metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
|
|
1914
|
-
nanocentsPerUnit:
|
|
1822
|
+
nanocentsPerUnit: 190000000000,
|
|
1915
1823
|
unit: 'portfolio',
|
|
1916
1824
|
},
|
|
1917
1825
|
{
|
|
@@ -1923,27 +1831,15 @@ exports.PUBLIC_PLANS = [
|
|
|
1923
1831
|
{
|
|
1924
1832
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1925
1833
|
metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
|
|
1926
|
-
nanocentsPerUnit:
|
|
1834
|
+
nanocentsPerUnit: 5800000000,
|
|
1927
1835
|
unit: 'run',
|
|
1928
1836
|
},
|
|
1929
1837
|
{
|
|
1930
1838
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1931
1839
|
metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
|
|
1932
|
-
nanocentsPerUnit:
|
|
1840
|
+
nanocentsPerUnit: 1160000000,
|
|
1933
1841
|
unit: 'rescore',
|
|
1934
1842
|
},
|
|
1935
|
-
{
|
|
1936
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1937
|
-
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
1938
|
-
nanocentsPerUnit: 1000000000,
|
|
1939
|
-
unit: 'call',
|
|
1940
|
-
},
|
|
1941
|
-
{
|
|
1942
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1943
|
-
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
1944
|
-
nanocentsPerUnit: 80000000000,
|
|
1945
|
-
unit: 'lookup',
|
|
1946
|
-
},
|
|
1947
1843
|
{
|
|
1948
1844
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1949
1845
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
@@ -2163,7 +2059,7 @@ exports.PUBLIC_PLANS = [
|
|
|
2163
2059
|
{
|
|
2164
2060
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
2165
2061
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS,
|
|
2166
|
-
limit:
|
|
2062
|
+
limit: 30,
|
|
2167
2063
|
sizePerUnit: null,
|
|
2168
2064
|
unit: 'days',
|
|
2169
2065
|
},
|
|
@@ -2240,7 +2136,7 @@ exports.PUBLIC_PLANS = [
|
|
|
2240
2136
|
{
|
|
2241
2137
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2242
2138
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
2243
|
-
limit:
|
|
2139
|
+
limit: 30,
|
|
2244
2140
|
sizePerUnit: null,
|
|
2245
2141
|
unit: 'shares',
|
|
2246
2142
|
},
|
|
@@ -2272,20 +2168,6 @@ exports.PUBLIC_PLANS = [
|
|
|
2272
2168
|
sizePerUnit: null,
|
|
2273
2169
|
unit: 'rescores',
|
|
2274
2170
|
},
|
|
2275
|
-
{
|
|
2276
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2277
|
-
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
2278
|
-
limit: 2000,
|
|
2279
|
-
sizePerUnit: null,
|
|
2280
|
-
unit: 'calls',
|
|
2281
|
-
},
|
|
2282
|
-
{
|
|
2283
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2284
|
-
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
2285
|
-
limit: 30,
|
|
2286
|
-
sizePerUnit: null,
|
|
2287
|
-
unit: 'lookups',
|
|
2288
|
-
},
|
|
2289
2171
|
{
|
|
2290
2172
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2291
2173
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
@@ -2516,13 +2398,13 @@ exports.PUBLIC_PLANS = [
|
|
|
2516
2398
|
{
|
|
2517
2399
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2518
2400
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
2519
|
-
nanocentsPerUnit:
|
|
2401
|
+
nanocentsPerUnit: 76000000000,
|
|
2520
2402
|
unit: 'share',
|
|
2521
2403
|
},
|
|
2522
2404
|
{
|
|
2523
2405
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2524
2406
|
metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
|
|
2525
|
-
nanocentsPerUnit:
|
|
2407
|
+
nanocentsPerUnit: 190000000000,
|
|
2526
2408
|
unit: 'portfolio',
|
|
2527
2409
|
},
|
|
2528
2410
|
{
|
|
@@ -2534,27 +2416,15 @@ exports.PUBLIC_PLANS = [
|
|
|
2534
2416
|
{
|
|
2535
2417
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2536
2418
|
metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
|
|
2537
|
-
nanocentsPerUnit:
|
|
2419
|
+
nanocentsPerUnit: 5800000000,
|
|
2538
2420
|
unit: 'run',
|
|
2539
2421
|
},
|
|
2540
2422
|
{
|
|
2541
2423
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2542
2424
|
metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
|
|
2543
|
-
nanocentsPerUnit:
|
|
2425
|
+
nanocentsPerUnit: 1160000000,
|
|
2544
2426
|
unit: 'rescore',
|
|
2545
2427
|
},
|
|
2546
|
-
{
|
|
2547
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2548
|
-
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
2549
|
-
nanocentsPerUnit: 1000000000,
|
|
2550
|
-
unit: 'call',
|
|
2551
|
-
},
|
|
2552
|
-
{
|
|
2553
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2554
|
-
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
2555
|
-
nanocentsPerUnit: 80000000000,
|
|
2556
|
-
unit: 'lookup',
|
|
2557
|
-
},
|
|
2558
2428
|
{
|
|
2559
2429
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2560
2430
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
@@ -2774,7 +2644,7 @@ exports.PUBLIC_PLANS = [
|
|
|
2774
2644
|
{
|
|
2775
2645
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
2776
2646
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS,
|
|
2777
|
-
limit:
|
|
2647
|
+
limit: 90,
|
|
2778
2648
|
sizePerUnit: null,
|
|
2779
2649
|
unit: 'days',
|
|
2780
2650
|
},
|
|
@@ -2851,7 +2721,7 @@ exports.PUBLIC_PLANS = [
|
|
|
2851
2721
|
{
|
|
2852
2722
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2853
2723
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
2854
|
-
limit:
|
|
2724
|
+
limit: 300,
|
|
2855
2725
|
sizePerUnit: null,
|
|
2856
2726
|
unit: 'shares',
|
|
2857
2727
|
},
|
|
@@ -2883,20 +2753,6 @@ exports.PUBLIC_PLANS = [
|
|
|
2883
2753
|
sizePerUnit: null,
|
|
2884
2754
|
unit: 'rescores',
|
|
2885
2755
|
},
|
|
2886
|
-
{
|
|
2887
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2888
|
-
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
2889
|
-
limit: 20000,
|
|
2890
|
-
sizePerUnit: null,
|
|
2891
|
-
unit: 'calls',
|
|
2892
|
-
},
|
|
2893
|
-
{
|
|
2894
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2895
|
-
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
2896
|
-
limit: 300,
|
|
2897
|
-
sizePerUnit: null,
|
|
2898
|
-
unit: 'lookups',
|
|
2899
|
-
},
|
|
2900
2756
|
{
|
|
2901
2757
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2902
2758
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
@@ -3127,13 +2983,13 @@ exports.PUBLIC_PLANS = [
|
|
|
3127
2983
|
{
|
|
3128
2984
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3129
2985
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
3130
|
-
nanocentsPerUnit:
|
|
2986
|
+
nanocentsPerUnit: 76000000000,
|
|
3131
2987
|
unit: 'share',
|
|
3132
2988
|
},
|
|
3133
2989
|
{
|
|
3134
2990
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3135
2991
|
metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
|
|
3136
|
-
nanocentsPerUnit:
|
|
2992
|
+
nanocentsPerUnit: 190000000000,
|
|
3137
2993
|
unit: 'portfolio',
|
|
3138
2994
|
},
|
|
3139
2995
|
{
|
|
@@ -3145,27 +3001,15 @@ exports.PUBLIC_PLANS = [
|
|
|
3145
3001
|
{
|
|
3146
3002
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3147
3003
|
metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
|
|
3148
|
-
nanocentsPerUnit:
|
|
3004
|
+
nanocentsPerUnit: 5800000000,
|
|
3149
3005
|
unit: 'run',
|
|
3150
3006
|
},
|
|
3151
3007
|
{
|
|
3152
3008
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3153
3009
|
metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
|
|
3154
|
-
nanocentsPerUnit:
|
|
3010
|
+
nanocentsPerUnit: 1160000000,
|
|
3155
3011
|
unit: 'rescore',
|
|
3156
3012
|
},
|
|
3157
|
-
{
|
|
3158
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3159
|
-
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
3160
|
-
nanocentsPerUnit: 1000000000,
|
|
3161
|
-
unit: 'call',
|
|
3162
|
-
},
|
|
3163
|
-
{
|
|
3164
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3165
|
-
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
3166
|
-
nanocentsPerUnit: 80000000000,
|
|
3167
|
-
unit: 'lookup',
|
|
3168
|
-
},
|
|
3169
3013
|
{
|
|
3170
3014
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3171
3015
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
@@ -3287,7 +3131,7 @@ exports.PUBLIC_PLANS = [
|
|
|
3287
3131
|
{
|
|
3288
3132
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3289
3133
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS,
|
|
3290
|
-
limit:
|
|
3134
|
+
limit: 7,
|
|
3291
3135
|
sizePerUnit: null,
|
|
3292
3136
|
unit: 'days',
|
|
3293
3137
|
},
|
|
@@ -3364,7 +3208,7 @@ exports.PUBLIC_PLANS = [
|
|
|
3364
3208
|
{
|
|
3365
3209
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3366
3210
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
3367
|
-
limit:
|
|
3211
|
+
limit: 2,
|
|
3368
3212
|
sizePerUnit: null,
|
|
3369
3213
|
unit: 'shares',
|
|
3370
3214
|
},
|
|
@@ -3396,20 +3240,6 @@ exports.PUBLIC_PLANS = [
|
|
|
3396
3240
|
sizePerUnit: null,
|
|
3397
3241
|
unit: 'rescores',
|
|
3398
3242
|
},
|
|
3399
|
-
{
|
|
3400
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3401
|
-
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
3402
|
-
limit: 0,
|
|
3403
|
-
sizePerUnit: null,
|
|
3404
|
-
unit: 'calls',
|
|
3405
|
-
},
|
|
3406
|
-
{
|
|
3407
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3408
|
-
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
3409
|
-
limit: 0,
|
|
3410
|
-
sizePerUnit: null,
|
|
3411
|
-
unit: 'lookups',
|
|
3412
|
-
},
|
|
3413
3243
|
{
|
|
3414
3244
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3415
3245
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
@@ -3568,13 +3398,13 @@ exports.PUBLIC_PLANS = [
|
|
|
3568
3398
|
{
|
|
3569
3399
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3570
3400
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
3571
|
-
nanocentsPerUnit:
|
|
3401
|
+
nanocentsPerUnit: 76000000000,
|
|
3572
3402
|
unit: 'share',
|
|
3573
3403
|
},
|
|
3574
3404
|
{
|
|
3575
3405
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3576
3406
|
metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
|
|
3577
|
-
nanocentsPerUnit:
|
|
3407
|
+
nanocentsPerUnit: 190000000000,
|
|
3578
3408
|
unit: 'portfolio',
|
|
3579
3409
|
},
|
|
3580
3410
|
{
|
|
@@ -3586,27 +3416,15 @@ exports.PUBLIC_PLANS = [
|
|
|
3586
3416
|
{
|
|
3587
3417
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3588
3418
|
metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
|
|
3589
|
-
nanocentsPerUnit:
|
|
3419
|
+
nanocentsPerUnit: 5800000000,
|
|
3590
3420
|
unit: 'run',
|
|
3591
3421
|
},
|
|
3592
3422
|
{
|
|
3593
3423
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3594
3424
|
metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
|
|
3595
|
-
nanocentsPerUnit:
|
|
3425
|
+
nanocentsPerUnit: 1160000000,
|
|
3596
3426
|
unit: 'rescore',
|
|
3597
3427
|
},
|
|
3598
|
-
{
|
|
3599
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3600
|
-
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
3601
|
-
nanocentsPerUnit: 1000000000,
|
|
3602
|
-
unit: 'call',
|
|
3603
|
-
},
|
|
3604
|
-
{
|
|
3605
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3606
|
-
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
3607
|
-
nanocentsPerUnit: 80000000000,
|
|
3608
|
-
unit: 'lookup',
|
|
3609
|
-
},
|
|
3610
3428
|
{
|
|
3611
3429
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3612
3430
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
@@ -3728,7 +3546,7 @@ exports.PUBLIC_PLANS = [
|
|
|
3728
3546
|
{
|
|
3729
3547
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3730
3548
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS,
|
|
3731
|
-
limit:
|
|
3549
|
+
limit: 30,
|
|
3732
3550
|
sizePerUnit: null,
|
|
3733
3551
|
unit: 'days',
|
|
3734
3552
|
},
|
|
@@ -3805,7 +3623,7 @@ exports.PUBLIC_PLANS = [
|
|
|
3805
3623
|
{
|
|
3806
3624
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3807
3625
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
3808
|
-
limit:
|
|
3626
|
+
limit: 30,
|
|
3809
3627
|
sizePerUnit: null,
|
|
3810
3628
|
unit: 'shares',
|
|
3811
3629
|
},
|
|
@@ -3837,20 +3655,6 @@ exports.PUBLIC_PLANS = [
|
|
|
3837
3655
|
sizePerUnit: null,
|
|
3838
3656
|
unit: 'rescores',
|
|
3839
3657
|
},
|
|
3840
|
-
{
|
|
3841
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3842
|
-
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
3843
|
-
limit: 2000,
|
|
3844
|
-
sizePerUnit: null,
|
|
3845
|
-
unit: 'calls',
|
|
3846
|
-
},
|
|
3847
|
-
{
|
|
3848
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3849
|
-
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
3850
|
-
limit: 30,
|
|
3851
|
-
sizePerUnit: null,
|
|
3852
|
-
unit: 'lookups',
|
|
3853
|
-
},
|
|
3854
3658
|
{
|
|
3855
3659
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3856
3660
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
@@ -4009,13 +3813,13 @@ exports.PUBLIC_PLANS = [
|
|
|
4009
3813
|
{
|
|
4010
3814
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
4011
3815
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
4012
|
-
nanocentsPerUnit:
|
|
3816
|
+
nanocentsPerUnit: 76000000000,
|
|
4013
3817
|
unit: 'share',
|
|
4014
3818
|
},
|
|
4015
3819
|
{
|
|
4016
3820
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
4017
3821
|
metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
|
|
4018
|
-
nanocentsPerUnit:
|
|
3822
|
+
nanocentsPerUnit: 190000000000,
|
|
4019
3823
|
unit: 'portfolio',
|
|
4020
3824
|
},
|
|
4021
3825
|
{
|
|
@@ -4027,27 +3831,15 @@ exports.PUBLIC_PLANS = [
|
|
|
4027
3831
|
{
|
|
4028
3832
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
4029
3833
|
metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
|
|
4030
|
-
nanocentsPerUnit:
|
|
3834
|
+
nanocentsPerUnit: 5800000000,
|
|
4031
3835
|
unit: 'run',
|
|
4032
3836
|
},
|
|
4033
3837
|
{
|
|
4034
3838
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
4035
3839
|
metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
|
|
4036
|
-
nanocentsPerUnit:
|
|
3840
|
+
nanocentsPerUnit: 1160000000,
|
|
4037
3841
|
unit: 'rescore',
|
|
4038
3842
|
},
|
|
4039
|
-
{
|
|
4040
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
4041
|
-
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
4042
|
-
nanocentsPerUnit: 1000000000,
|
|
4043
|
-
unit: 'call',
|
|
4044
|
-
},
|
|
4045
|
-
{
|
|
4046
|
-
service: enum_1.BillingService.ABYSS_BANKING,
|
|
4047
|
-
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
4048
|
-
nanocentsPerUnit: 80000000000,
|
|
4049
|
-
unit: 'lookup',
|
|
4050
|
-
},
|
|
4051
3843
|
{
|
|
4052
3844
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
4053
3845
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|