@abyss-project/main 3.1.0 → 3.3.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 +0 -16
- package/dist/constants/catalog-plan-quotas.constants.js.map +1 -1
- package/dist/constants/enforcement-registry.constants.js +0 -12
- package/dist/constants/enforcement-registry.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/public-plans.constants.js +0 -208
- 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/constants/tests/billing-catalog.constants.spec.d.ts +1 -0
- package/dist/constants/tests/billing-catalog.constants.spec.js +330 -0
- package/dist/constants/tests/billing-catalog.constants.spec.js.map +1 -0
- package/dist/constants/tests/catalog-plan-quotas.coherence.spec.d.ts +1 -0
- package/dist/constants/tests/catalog-plan-quotas.coherence.spec.js +101 -0
- package/dist/constants/tests/catalog-plan-quotas.coherence.spec.js.map +1 -0
- package/dist/constants/tests/metric-price-scale.constants.spec.d.ts +1 -0
- package/dist/constants/tests/metric-price-scale.constants.spec.js +83 -0
- package/dist/constants/tests/metric-price-scale.constants.spec.js.map +1 -0
- package/dist/constants/tests/module-calibration.constants.spec.d.ts +1 -0
- package/dist/constants/tests/module-calibration.constants.spec.js +75 -0
- package/dist/constants/tests/module-calibration.constants.spec.js.map +1 -0
- package/dist/constants/tests/module-catalog.constants.spec.d.ts +1 -0
- package/dist/constants/tests/module-catalog.constants.spec.js +196 -0
- package/dist/constants/tests/module-catalog.constants.spec.js.map +1 -0
- package/dist/constants/tests/overage-pricing-single-source.spec.d.ts +1 -0
- package/dist/constants/tests/overage-pricing-single-source.spec.js +23 -0
- package/dist/constants/tests/overage-pricing-single-source.spec.js.map +1 -0
- package/dist/constants/tests/password-policy.constants.spec.d.ts +1 -0
- package/dist/constants/tests/password-policy.constants.spec.js +67 -0
- package/dist/constants/tests/password-policy.constants.spec.js.map +1 -0
- package/dist/server/tests/after-commit-emit.util.spec.d.ts +1 -0
- package/dist/server/tests/after-commit-emit.util.spec.js +99 -0
- package/dist/server/tests/after-commit-emit.util.spec.js.map +1 -0
- package/dist/server/tests/encrypt-secret.util.spec.d.ts +6 -0
- package/dist/server/tests/encrypt-secret.util.spec.js +148 -0
- package/dist/server/tests/encrypt-secret.util.spec.js.map +1 -0
- 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/tests/billing-addon-status.enum.spec.d.ts +1 -0
- package/dist/types/enum/tests/billing-addon-status.enum.spec.js +66 -0
- package/dist/types/enum/tests/billing-addon-status.enum.spec.js.map +1 -0
- package/dist/types/enum/tests/report-notification-type.enum.spec.d.ts +1 -0
- package/dist/types/enum/tests/report-notification-type.enum.spec.js +18 -0
- package/dist/types/enum/tests/report-notification-type.enum.spec.js.map +1 -0
- package/dist/types/enum/tests/user-notification-content-type.enum.spec.d.ts +1 -0
- package/dist/types/enum/tests/user-notification-content-type.enum.spec.js +13 -0
- package/dist/types/enum/tests/user-notification-content-type.enum.spec.js.map +1 -0
- package/dist/types/interface/api/responses/notification-preference.response.d.ts +2 -0
- package/dist/utils/tests/billing-deep-link.utils.spec.d.ts +1 -0
- package/dist/utils/tests/billing-deep-link.utils.spec.js +91 -0
- package/dist/utils/tests/billing-deep-link.utils.spec.js.map +1 -0
- package/dist/utils/tests/billing.utils.spec.d.ts +1 -0
- package/dist/utils/tests/billing.utils.spec.js +81 -0
- package/dist/utils/tests/billing.utils.spec.js.map +1 -0
- package/dist/utils/tests/invoice-amounts.utils.spec.d.ts +1 -0
- package/dist/utils/tests/invoice-amounts.utils.spec.js +97 -0
- package/dist/utils/tests/invoice-amounts.utils.spec.js.map +1 -0
- package/dist/utils/tests/module-lot-price.utils.spec.d.ts +1 -0
- package/dist/utils/tests/module-lot-price.utils.spec.js +56 -0
- package/dist/utils/tests/module-lot-price.utils.spec.js.map +1 -0
- package/dist/utils/tests/module-price.utils.spec.d.ts +1 -0
- package/dist/utils/tests/module-price.utils.spec.js +79 -0
- package/dist/utils/tests/module-price.utils.spec.js.map +1 -0
- package/dist/utils/tests/overage-negotiated-rate.utils.spec.d.ts +1 -0
- package/dist/utils/tests/overage-negotiated-rate.utils.spec.js +59 -0
- package/dist/utils/tests/overage-negotiated-rate.utils.spec.js.map +1 -0
- package/dist/utils/tests/plan-capacity.utils.spec.d.ts +1 -0
- package/dist/utils/tests/plan-capacity.utils.spec.js +81 -0
- package/dist/utils/tests/plan-capacity.utils.spec.js.map +1 -0
- package/dist/utils/tests/pricing.utils.spec.d.ts +1 -0
- package/dist/utils/tests/pricing.utils.spec.js +219 -0
- package/dist/utils/tests/pricing.utils.spec.js.map +1 -0
- package/dist/utils/tests/quota-ceiling.utils.spec.d.ts +1 -0
- package/dist/utils/tests/quota-ceiling.utils.spec.js +119 -0
- package/dist/utils/tests/quota-ceiling.utils.spec.js.map +1 -0
- package/dist/utils/tests/quote-overage-rate.spec.d.ts +1 -0
- package/dist/utils/tests/quote-overage-rate.spec.js +39 -0
- package/dist/utils/tests/quote-overage-rate.spec.js.map +1 -0
- package/dist/utils/tests/resolve-user.utils.spec.d.ts +1 -0
- package/dist/utils/tests/resolve-user.utils.spec.js +98 -0
- package/dist/utils/tests/resolve-user.utils.spec.js.map +1 -0
- package/dist/utils/tests/shifted-tiers.utils.spec.d.ts +1 -0
- package/dist/utils/tests/shifted-tiers.utils.spec.js +176 -0
- package/dist/utils/tests/shifted-tiers.utils.spec.js.map +1 -0
- package/package.json +11 -15
|
@@ -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,
|
|
@@ -425,18 +411,6 @@ exports.PUBLIC_PLANS = [
|
|
|
425
411
|
nanocentsPerUnit: 2000000000,
|
|
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,
|
|
@@ -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,
|
|
@@ -873,18 +833,6 @@ exports.PUBLIC_PLANS = [
|
|
|
873
833
|
nanocentsPerUnit: 2000000000,
|
|
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,
|
|
@@ -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,
|
|
@@ -1321,18 +1255,6 @@ exports.PUBLIC_PLANS = [
|
|
|
1321
1255
|
nanocentsPerUnit: 2000000000,
|
|
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,
|
|
@@ -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,
|
|
@@ -1932,18 +1840,6 @@ exports.PUBLIC_PLANS = [
|
|
|
1932
1840
|
nanocentsPerUnit: 2000000000,
|
|
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,
|
|
@@ -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,
|
|
@@ -2543,18 +2425,6 @@ exports.PUBLIC_PLANS = [
|
|
|
2543
2425
|
nanocentsPerUnit: 2000000000,
|
|
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,
|
|
@@ -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,
|
|
@@ -3154,18 +3010,6 @@ exports.PUBLIC_PLANS = [
|
|
|
3154
3010
|
nanocentsPerUnit: 2000000000,
|
|
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,
|
|
@@ -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,
|
|
@@ -3595,18 +3425,6 @@ exports.PUBLIC_PLANS = [
|
|
|
3595
3425
|
nanocentsPerUnit: 2000000000,
|
|
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,
|
|
@@ -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,
|
|
@@ -4036,18 +3840,6 @@ exports.PUBLIC_PLANS = [
|
|
|
4036
3840
|
nanocentsPerUnit: 2000000000,
|
|
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,
|