@abyss-project/main 1.12.1 → 2.1.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/api/billing-account.admin.api.d.ts +3 -2
- package/dist/api/billing-account.admin.api.js +5 -1
- package/dist/api/billing-account.admin.api.js.map +1 -1
- package/dist/api/user.admin.api.d.ts +2 -1
- package/dist/api/user.admin.api.js +5 -1
- package/dist/api/user.admin.api.js.map +1 -1
- package/dist/constants/billing-catalog.constants.d.ts +10 -7
- package/dist/constants/billing-catalog.constants.js +32 -87
- package/dist/constants/billing-catalog.constants.js.map +1 -1
- package/dist/constants/catalog-plan-quotas.constants.js +0 -12
- package/dist/constants/catalog-plan-quotas.constants.js.map +1 -1
- package/dist/constants/enforcement-registry.constants.js +18 -72
- 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/overage-base-rates.constants.d.ts +6 -0
- package/dist/constants/overage-base-rates.constants.js +50 -0
- package/dist/constants/overage-base-rates.constants.js.map +1 -0
- package/dist/constants/password-policy.constants.d.ts +9 -0
- package/dist/constants/password-policy.constants.js +80 -0
- package/dist/constants/password-policy.constants.js.map +1 -0
- package/dist/constants/public-plans.constants.js +347 -383
- package/dist/constants/public-plans.constants.js.map +1 -1
- package/dist/constants/quota-metric-kind.constants.js +0 -8
- package/dist/constants/quota-metric-kind.constants.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/translate/en.translate.d.ts +24 -0
- package/dist/translate/en.translate.js +24 -0
- package/dist/translate/en.translate.js.map +1 -1
- package/dist/translate/fr.translate.d.ts +24 -0
- package/dist/translate/fr.translate.js +24 -0
- package/dist/translate/fr.translate.js.map +1 -1
- package/dist/types/enum/abyss-application-event.enum.d.ts +10 -0
- package/dist/types/enum/abyss-application-event.enum.js +10 -0
- package/dist/types/enum/abyss-application-event.enum.js.map +1 -1
- package/dist/types/enum/api-error.enum.d.ts +2 -0
- package/dist/types/enum/api-error.enum.js +2 -0
- package/dist/types/enum/api-error.enum.js.map +1 -1
- package/dist/types/enum/email-type.enum.d.ts +1 -0
- package/dist/types/enum/email-type.enum.js +1 -0
- package/dist/types/enum/email-type.enum.js.map +1 -1
- package/dist/types/enum/eur-transaction-type.enum.d.ts +2 -1
- package/dist/types/enum/eur-transaction-type.enum.js +1 -0
- package/dist/types/enum/eur-transaction-type.enum.js.map +1 -1
- package/dist/types/enum/index.d.ts +2 -0
- package/dist/types/enum/index.js +2 -0
- package/dist/types/enum/index.js.map +1 -1
- package/dist/types/enum/organization-billing.enum.d.ts +0 -8
- package/dist/types/enum/organization-billing.enum.js +0 -8
- package/dist/types/enum/organization-billing.enum.js.map +1 -1
- package/dist/types/enum/organization-permission.enum.js.map +1 -1
- package/dist/types/enum/password-policy.enum.d.ts +12 -0
- package/dist/types/enum/password-policy.enum.js +18 -0
- package/dist/types/enum/password-policy.enum.js.map +1 -0
- package/dist/types/enum/user-notification-category.enum.js +2 -0
- package/dist/types/enum/user-notification-category.enum.js.map +1 -1
- package/dist/types/enum/user-notification-content-type.enum.d.ts +18 -1
- package/dist/types/enum/user-notification-content-type.enum.js +3 -1
- package/dist/types/enum/user-notification-content-type.enum.js.map +1 -1
- package/dist/types/enum/webhook-event.enum.d.ts +5 -0
- package/dist/types/enum/webhook-event.enum.js +10 -0
- package/dist/types/enum/webhook-event.enum.js.map +1 -0
- package/dist/types/interface/api/requests/billing-account.admin.request.d.ts +5 -0
- package/dist/types/interface/api/requests/user.admin.request.d.ts +3 -0
- package/dist/types/interface/api/requests/user.request.d.ts +1 -0
- package/dist/types/interface/api/responses/billing-account.admin.response.d.ts +14 -1
- package/dist/types/interface/api/responses/user-billing.response.d.ts +1 -1
- package/dist/types/interface/api/responses/user.admin.response.d.ts +3 -0
- package/dist/types/interface/models/billing-account.model.d.ts +3 -0
- package/dist/types/interface/models/plan-template.model.d.ts +1 -1
- package/dist/types/interface/models/webhook-event.model.d.ts +6 -1
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.js +1 -0
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/invoice-amounts.utils.d.ts +9 -0
- package/dist/utils/invoice-amounts.utils.js +22 -0
- package/dist/utils/invoice-amounts.utils.js.map +1 -0
- package/dist/utils/pricing-calculator.utils.d.ts +1 -1
- package/dist/utils/pricing-calculator.utils.js +5 -4
- package/dist/utils/pricing-calculator.utils.js.map +1 -1
- package/dist/utils/pricing.utils.d.ts +6 -0
- package/dist/utils/pricing.utils.js +22 -3
- package/dist/utils/pricing.utils.js.map +1 -1
- package/dist/utils/quota-ceiling.utils.js.map +1 -1
- package/package.json +11 -15
|
@@ -156,34 +156,6 @@ exports.PUBLIC_PLANS = [
|
|
|
156
156
|
sizePerUnit: null,
|
|
157
157
|
unit: 'templates',
|
|
158
158
|
},
|
|
159
|
-
{
|
|
160
|
-
service: enum_1.BillingService.ABYSS_TRAINING,
|
|
161
|
-
metric: enum_1.BillingMetric.TRAINING_PROGRAMS_COUNT,
|
|
162
|
-
limit: -1,
|
|
163
|
-
sizePerUnit: null,
|
|
164
|
-
unit: 'programs',
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
service: enum_1.BillingService.ABYSS_TRAINING,
|
|
168
|
-
metric: enum_1.BillingMetric.TRAINING_SESSIONS_MONTH,
|
|
169
|
-
limit: -1,
|
|
170
|
-
sizePerUnit: null,
|
|
171
|
-
unit: 'sessions',
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
service: enum_1.BillingService.ABYSS_TRAINING,
|
|
175
|
-
metric: enum_1.BillingMetric.TRAINING_TEMPLATES_COUNT,
|
|
176
|
-
limit: -1,
|
|
177
|
-
sizePerUnit: null,
|
|
178
|
-
unit: 'templates',
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
service: enum_1.BillingService.ABYSS_TRAINING,
|
|
182
|
-
metric: enum_1.BillingMetric.TRAINING_CUSTOM_EXERCISES_COUNT,
|
|
183
|
-
limit: -1,
|
|
184
|
-
sizePerUnit: null,
|
|
185
|
-
unit: 'exercises',
|
|
186
|
-
},
|
|
187
159
|
{
|
|
188
160
|
service: enum_1.BillingService.ABYSS_MEMORIES,
|
|
189
161
|
metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
|
|
@@ -294,181 +266,187 @@ exports.PUBLIC_PLANS = [
|
|
|
294
266
|
{
|
|
295
267
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
296
268
|
metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
|
|
297
|
-
|
|
269
|
+
nanocentsPerUnit: 3000000000,
|
|
298
270
|
unit: 'GB',
|
|
299
271
|
},
|
|
272
|
+
{
|
|
273
|
+
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
274
|
+
metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
|
|
275
|
+
nanocentsPerUnit: 58000000,
|
|
276
|
+
unit: 'scan units',
|
|
277
|
+
},
|
|
300
278
|
{
|
|
301
279
|
service: enum_1.BillingService.ABYSS_CLOUD,
|
|
302
280
|
metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
|
|
303
|
-
|
|
281
|
+
nanocentsPerUnit: 50000000000,
|
|
304
282
|
unit: 'file',
|
|
305
283
|
},
|
|
306
284
|
{
|
|
307
285
|
service: enum_1.BillingService.ABYSS_CRYPT,
|
|
308
286
|
metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH,
|
|
309
|
-
|
|
310
|
-
unit: '
|
|
287
|
+
nanocentsPerUnit: 116000000,
|
|
288
|
+
unit: 'encryptions',
|
|
311
289
|
},
|
|
312
290
|
{
|
|
313
291
|
service: enum_1.BillingService.ABYSS_FORM,
|
|
314
292
|
metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
|
|
315
|
-
|
|
293
|
+
nanocentsPerUnit: 156000000,
|
|
316
294
|
unit: 'submission',
|
|
317
295
|
},
|
|
318
296
|
{
|
|
319
297
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
320
298
|
metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
|
|
321
|
-
|
|
299
|
+
nanocentsPerUnit: 116000000000,
|
|
322
300
|
unit: 'draw',
|
|
323
301
|
},
|
|
324
302
|
{
|
|
325
303
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
326
304
|
metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
|
|
327
|
-
|
|
305
|
+
nanocentsPerUnit: 116000000000,
|
|
328
306
|
unit: 'board',
|
|
329
307
|
},
|
|
330
308
|
{
|
|
331
309
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
332
310
|
metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
|
|
333
|
-
|
|
311
|
+
nanocentsPerUnit: 116000000000,
|
|
334
312
|
unit: 'atlas',
|
|
335
313
|
},
|
|
336
314
|
{
|
|
337
315
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
338
316
|
metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
|
|
339
|
-
|
|
317
|
+
nanocentsPerUnit: 116000000000,
|
|
340
318
|
unit: 'retrospective',
|
|
341
319
|
},
|
|
342
320
|
{
|
|
343
321
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
344
322
|
metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
|
|
345
|
-
|
|
323
|
+
nanocentsPerUnit: 29000000000,
|
|
346
324
|
unit: 'short link',
|
|
347
325
|
},
|
|
348
326
|
{
|
|
349
327
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
350
328
|
metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
|
|
351
|
-
|
|
352
|
-
unit: '
|
|
329
|
+
nanocentsPerUnit: 11600000,
|
|
330
|
+
unit: 'resolutions',
|
|
353
331
|
},
|
|
354
332
|
{
|
|
355
333
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
356
334
|
metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
|
|
357
|
-
|
|
335
|
+
nanocentsPerUnit: 23200000000,
|
|
358
336
|
unit: 'transfer',
|
|
359
337
|
},
|
|
360
338
|
{
|
|
361
339
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
362
340
|
metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
|
|
363
|
-
|
|
341
|
+
nanocentsPerUnit: 1160000000,
|
|
364
342
|
unit: 'upload',
|
|
365
343
|
},
|
|
366
344
|
{
|
|
367
345
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
368
346
|
metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
|
|
369
|
-
|
|
347
|
+
nanocentsPerUnit: 290000000,
|
|
370
348
|
unit: 'GB',
|
|
371
349
|
},
|
|
372
350
|
{
|
|
373
351
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
374
352
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
|
|
375
|
-
|
|
353
|
+
nanocentsPerUnit: 1960000000,
|
|
376
354
|
unit: 'extraction',
|
|
377
355
|
},
|
|
378
356
|
{
|
|
379
357
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
380
358
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
|
|
381
|
-
|
|
359
|
+
nanocentsPerUnit: 100000000,
|
|
382
360
|
unit: 'OCR page',
|
|
383
361
|
},
|
|
384
362
|
{
|
|
385
363
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
386
364
|
metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
|
|
387
|
-
|
|
365
|
+
nanocentsPerUnit: 100000000000,
|
|
388
366
|
unit: 'template',
|
|
389
367
|
},
|
|
390
368
|
{
|
|
391
369
|
service: enum_1.BillingService.ABYSS_MEMORIES,
|
|
392
370
|
metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
|
|
393
|
-
|
|
371
|
+
nanocentsPerUnit: 7600000000,
|
|
394
372
|
unit: 'event',
|
|
395
373
|
},
|
|
396
374
|
{
|
|
397
375
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
398
376
|
metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
|
|
399
|
-
|
|
377
|
+
nanocentsPerUnit: 200000000000,
|
|
400
378
|
unit: 'profile',
|
|
401
379
|
},
|
|
402
380
|
{
|
|
403
381
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
404
382
|
metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
|
|
405
|
-
|
|
383
|
+
nanocentsPerUnit: 290000000000,
|
|
406
384
|
unit: 'profile',
|
|
407
385
|
},
|
|
408
386
|
{
|
|
409
387
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
410
388
|
metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
|
|
411
|
-
|
|
389
|
+
nanocentsPerUnit: 260000000000,
|
|
412
390
|
unit: 'connection',
|
|
413
391
|
},
|
|
414
392
|
{
|
|
415
393
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
416
394
|
metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
|
|
417
|
-
|
|
395
|
+
nanocentsPerUnit: 50000000000,
|
|
418
396
|
unit: 'config',
|
|
419
397
|
},
|
|
420
398
|
{
|
|
421
399
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
422
400
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
423
|
-
|
|
401
|
+
nanocentsPerUnit: 50000000000,
|
|
424
402
|
unit: 'share',
|
|
425
403
|
},
|
|
426
404
|
{
|
|
427
405
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
428
406
|
metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
|
|
429
|
-
|
|
407
|
+
nanocentsPerUnit: 100000000000,
|
|
430
408
|
unit: 'portfolio',
|
|
431
409
|
},
|
|
432
410
|
{
|
|
433
411
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
434
412
|
metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
|
|
435
|
-
|
|
413
|
+
nanocentsPerUnit: 5000000000,
|
|
436
414
|
unit: 'snapshot',
|
|
437
415
|
},
|
|
438
416
|
{
|
|
439
417
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
440
418
|
metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
|
|
441
|
-
|
|
419
|
+
nanocentsPerUnit: 5000000000,
|
|
442
420
|
unit: 'run',
|
|
443
421
|
},
|
|
444
422
|
{
|
|
445
423
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
446
424
|
metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
|
|
447
|
-
|
|
425
|
+
nanocentsPerUnit: 2000000000,
|
|
448
426
|
unit: 'rescore',
|
|
449
427
|
},
|
|
450
428
|
{
|
|
451
429
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
452
430
|
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
453
|
-
|
|
431
|
+
nanocentsPerUnit: 1000000000,
|
|
454
432
|
unit: 'call',
|
|
455
433
|
},
|
|
456
434
|
{
|
|
457
435
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
458
436
|
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
459
|
-
|
|
437
|
+
nanocentsPerUnit: 80000000000,
|
|
460
438
|
unit: 'lookup',
|
|
461
439
|
},
|
|
462
440
|
{
|
|
463
441
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
464
442
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
465
|
-
|
|
443
|
+
nanocentsPerUnit: 10000000000,
|
|
466
444
|
unit: 'call',
|
|
467
445
|
},
|
|
468
446
|
{
|
|
469
447
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
470
448
|
metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
|
|
471
|
-
|
|
449
|
+
nanocentsPerUnit: 15000000000,
|
|
472
450
|
unit: 'refresh',
|
|
473
451
|
},
|
|
474
452
|
],
|
|
@@ -626,34 +604,6 @@ exports.PUBLIC_PLANS = [
|
|
|
626
604
|
sizePerUnit: null,
|
|
627
605
|
unit: 'templates',
|
|
628
606
|
},
|
|
629
|
-
{
|
|
630
|
-
service: enum_1.BillingService.ABYSS_TRAINING,
|
|
631
|
-
metric: enum_1.BillingMetric.TRAINING_PROGRAMS_COUNT,
|
|
632
|
-
limit: -1,
|
|
633
|
-
sizePerUnit: null,
|
|
634
|
-
unit: 'programs',
|
|
635
|
-
},
|
|
636
|
-
{
|
|
637
|
-
service: enum_1.BillingService.ABYSS_TRAINING,
|
|
638
|
-
metric: enum_1.BillingMetric.TRAINING_SESSIONS_MONTH,
|
|
639
|
-
limit: -1,
|
|
640
|
-
sizePerUnit: null,
|
|
641
|
-
unit: 'sessions',
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
service: enum_1.BillingService.ABYSS_TRAINING,
|
|
645
|
-
metric: enum_1.BillingMetric.TRAINING_TEMPLATES_COUNT,
|
|
646
|
-
limit: -1,
|
|
647
|
-
sizePerUnit: null,
|
|
648
|
-
unit: 'templates',
|
|
649
|
-
},
|
|
650
|
-
{
|
|
651
|
-
service: enum_1.BillingService.ABYSS_TRAINING,
|
|
652
|
-
metric: enum_1.BillingMetric.TRAINING_CUSTOM_EXERCISES_COUNT,
|
|
653
|
-
limit: -1,
|
|
654
|
-
sizePerUnit: null,
|
|
655
|
-
unit: 'exercises',
|
|
656
|
-
},
|
|
657
607
|
{
|
|
658
608
|
service: enum_1.BillingService.ABYSS_MEMORIES,
|
|
659
609
|
metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
|
|
@@ -764,181 +714,187 @@ exports.PUBLIC_PLANS = [
|
|
|
764
714
|
{
|
|
765
715
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
766
716
|
metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
|
|
767
|
-
|
|
717
|
+
nanocentsPerUnit: 3000000000,
|
|
768
718
|
unit: 'GB',
|
|
769
719
|
},
|
|
720
|
+
{
|
|
721
|
+
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
722
|
+
metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
|
|
723
|
+
nanocentsPerUnit: 58000000,
|
|
724
|
+
unit: 'scan units',
|
|
725
|
+
},
|
|
770
726
|
{
|
|
771
727
|
service: enum_1.BillingService.ABYSS_CLOUD,
|
|
772
728
|
metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
|
|
773
|
-
|
|
729
|
+
nanocentsPerUnit: 50000000000,
|
|
774
730
|
unit: 'file',
|
|
775
731
|
},
|
|
776
732
|
{
|
|
777
733
|
service: enum_1.BillingService.ABYSS_CRYPT,
|
|
778
734
|
metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH,
|
|
779
|
-
|
|
780
|
-
unit: '
|
|
735
|
+
nanocentsPerUnit: 116000000,
|
|
736
|
+
unit: 'encryptions',
|
|
781
737
|
},
|
|
782
738
|
{
|
|
783
739
|
service: enum_1.BillingService.ABYSS_FORM,
|
|
784
740
|
metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
|
|
785
|
-
|
|
741
|
+
nanocentsPerUnit: 156000000,
|
|
786
742
|
unit: 'submission',
|
|
787
743
|
},
|
|
788
744
|
{
|
|
789
745
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
790
746
|
metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
|
|
791
|
-
|
|
747
|
+
nanocentsPerUnit: 116000000000,
|
|
792
748
|
unit: 'draw',
|
|
793
749
|
},
|
|
794
750
|
{
|
|
795
751
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
796
752
|
metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
|
|
797
|
-
|
|
753
|
+
nanocentsPerUnit: 116000000000,
|
|
798
754
|
unit: 'board',
|
|
799
755
|
},
|
|
800
756
|
{
|
|
801
757
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
802
758
|
metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
|
|
803
|
-
|
|
759
|
+
nanocentsPerUnit: 116000000000,
|
|
804
760
|
unit: 'atlas',
|
|
805
761
|
},
|
|
806
762
|
{
|
|
807
763
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
808
764
|
metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
|
|
809
|
-
|
|
765
|
+
nanocentsPerUnit: 116000000000,
|
|
810
766
|
unit: 'retrospective',
|
|
811
767
|
},
|
|
812
768
|
{
|
|
813
769
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
814
770
|
metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
|
|
815
|
-
|
|
771
|
+
nanocentsPerUnit: 29000000000,
|
|
816
772
|
unit: 'short link',
|
|
817
773
|
},
|
|
818
774
|
{
|
|
819
775
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
820
776
|
metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
|
|
821
|
-
|
|
822
|
-
unit: '
|
|
777
|
+
nanocentsPerUnit: 11600000,
|
|
778
|
+
unit: 'resolutions',
|
|
823
779
|
},
|
|
824
780
|
{
|
|
825
781
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
826
782
|
metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
|
|
827
|
-
|
|
783
|
+
nanocentsPerUnit: 23200000000,
|
|
828
784
|
unit: 'transfer',
|
|
829
785
|
},
|
|
830
786
|
{
|
|
831
787
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
832
788
|
metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
|
|
833
|
-
|
|
789
|
+
nanocentsPerUnit: 1160000000,
|
|
834
790
|
unit: 'upload',
|
|
835
791
|
},
|
|
836
792
|
{
|
|
837
793
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
838
794
|
metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
|
|
839
|
-
|
|
795
|
+
nanocentsPerUnit: 290000000,
|
|
840
796
|
unit: 'GB',
|
|
841
797
|
},
|
|
842
798
|
{
|
|
843
799
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
844
800
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
|
|
845
|
-
|
|
801
|
+
nanocentsPerUnit: 1960000000,
|
|
846
802
|
unit: 'extraction',
|
|
847
803
|
},
|
|
848
804
|
{
|
|
849
805
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
850
806
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
|
|
851
|
-
|
|
807
|
+
nanocentsPerUnit: 100000000,
|
|
852
808
|
unit: 'OCR page',
|
|
853
809
|
},
|
|
854
810
|
{
|
|
855
811
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
856
812
|
metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
|
|
857
|
-
|
|
813
|
+
nanocentsPerUnit: 100000000000,
|
|
858
814
|
unit: 'template',
|
|
859
815
|
},
|
|
860
816
|
{
|
|
861
817
|
service: enum_1.BillingService.ABYSS_MEMORIES,
|
|
862
818
|
metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
|
|
863
|
-
|
|
819
|
+
nanocentsPerUnit: 7600000000,
|
|
864
820
|
unit: 'event',
|
|
865
821
|
},
|
|
866
822
|
{
|
|
867
823
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
868
824
|
metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
|
|
869
|
-
|
|
825
|
+
nanocentsPerUnit: 200000000000,
|
|
870
826
|
unit: 'profile',
|
|
871
827
|
},
|
|
872
828
|
{
|
|
873
829
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
874
830
|
metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
|
|
875
|
-
|
|
831
|
+
nanocentsPerUnit: 290000000000,
|
|
876
832
|
unit: 'profile',
|
|
877
833
|
},
|
|
878
834
|
{
|
|
879
835
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
880
836
|
metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
|
|
881
|
-
|
|
837
|
+
nanocentsPerUnit: 260000000000,
|
|
882
838
|
unit: 'connection',
|
|
883
839
|
},
|
|
884
840
|
{
|
|
885
841
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
886
842
|
metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
|
|
887
|
-
|
|
843
|
+
nanocentsPerUnit: 50000000000,
|
|
888
844
|
unit: 'config',
|
|
889
845
|
},
|
|
890
846
|
{
|
|
891
847
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
892
848
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
893
|
-
|
|
849
|
+
nanocentsPerUnit: 50000000000,
|
|
894
850
|
unit: 'share',
|
|
895
851
|
},
|
|
896
852
|
{
|
|
897
853
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
898
854
|
metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
|
|
899
|
-
|
|
855
|
+
nanocentsPerUnit: 100000000000,
|
|
900
856
|
unit: 'portfolio',
|
|
901
857
|
},
|
|
902
858
|
{
|
|
903
859
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
904
860
|
metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
|
|
905
|
-
|
|
861
|
+
nanocentsPerUnit: 5000000000,
|
|
906
862
|
unit: 'snapshot',
|
|
907
863
|
},
|
|
908
864
|
{
|
|
909
865
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
910
866
|
metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
|
|
911
|
-
|
|
867
|
+
nanocentsPerUnit: 5000000000,
|
|
912
868
|
unit: 'run',
|
|
913
869
|
},
|
|
914
870
|
{
|
|
915
871
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
916
872
|
metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
|
|
917
|
-
|
|
873
|
+
nanocentsPerUnit: 2000000000,
|
|
918
874
|
unit: 'rescore',
|
|
919
875
|
},
|
|
920
876
|
{
|
|
921
877
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
922
878
|
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
923
|
-
|
|
879
|
+
nanocentsPerUnit: 1000000000,
|
|
924
880
|
unit: 'call',
|
|
925
881
|
},
|
|
926
882
|
{
|
|
927
883
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
928
884
|
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
929
|
-
|
|
885
|
+
nanocentsPerUnit: 80000000000,
|
|
930
886
|
unit: 'lookup',
|
|
931
887
|
},
|
|
932
888
|
{
|
|
933
889
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
934
890
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
935
|
-
|
|
891
|
+
nanocentsPerUnit: 10000000000,
|
|
936
892
|
unit: 'call',
|
|
937
893
|
},
|
|
938
894
|
{
|
|
939
895
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
940
896
|
metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
|
|
941
|
-
|
|
897
|
+
nanocentsPerUnit: 15000000000,
|
|
942
898
|
unit: 'refresh',
|
|
943
899
|
},
|
|
944
900
|
],
|
|
@@ -1096,34 +1052,6 @@ exports.PUBLIC_PLANS = [
|
|
|
1096
1052
|
sizePerUnit: null,
|
|
1097
1053
|
unit: 'templates',
|
|
1098
1054
|
},
|
|
1099
|
-
{
|
|
1100
|
-
service: enum_1.BillingService.ABYSS_TRAINING,
|
|
1101
|
-
metric: enum_1.BillingMetric.TRAINING_PROGRAMS_COUNT,
|
|
1102
|
-
limit: -1,
|
|
1103
|
-
sizePerUnit: null,
|
|
1104
|
-
unit: 'programs',
|
|
1105
|
-
},
|
|
1106
|
-
{
|
|
1107
|
-
service: enum_1.BillingService.ABYSS_TRAINING,
|
|
1108
|
-
metric: enum_1.BillingMetric.TRAINING_SESSIONS_MONTH,
|
|
1109
|
-
limit: -1,
|
|
1110
|
-
sizePerUnit: null,
|
|
1111
|
-
unit: 'sessions',
|
|
1112
|
-
},
|
|
1113
|
-
{
|
|
1114
|
-
service: enum_1.BillingService.ABYSS_TRAINING,
|
|
1115
|
-
metric: enum_1.BillingMetric.TRAINING_TEMPLATES_COUNT,
|
|
1116
|
-
limit: -1,
|
|
1117
|
-
sizePerUnit: null,
|
|
1118
|
-
unit: 'templates',
|
|
1119
|
-
},
|
|
1120
|
-
{
|
|
1121
|
-
service: enum_1.BillingService.ABYSS_TRAINING,
|
|
1122
|
-
metric: enum_1.BillingMetric.TRAINING_CUSTOM_EXERCISES_COUNT,
|
|
1123
|
-
limit: -1,
|
|
1124
|
-
sizePerUnit: null,
|
|
1125
|
-
unit: 'exercises',
|
|
1126
|
-
},
|
|
1127
1055
|
{
|
|
1128
1056
|
service: enum_1.BillingService.ABYSS_MEMORIES,
|
|
1129
1057
|
metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
|
|
@@ -1234,181 +1162,187 @@ exports.PUBLIC_PLANS = [
|
|
|
1234
1162
|
{
|
|
1235
1163
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
1236
1164
|
metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
|
|
1237
|
-
|
|
1165
|
+
nanocentsPerUnit: 3000000000,
|
|
1238
1166
|
unit: 'GB',
|
|
1239
1167
|
},
|
|
1168
|
+
{
|
|
1169
|
+
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
1170
|
+
metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
|
|
1171
|
+
nanocentsPerUnit: 58000000,
|
|
1172
|
+
unit: 'scan units',
|
|
1173
|
+
},
|
|
1240
1174
|
{
|
|
1241
1175
|
service: enum_1.BillingService.ABYSS_CLOUD,
|
|
1242
1176
|
metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
|
|
1243
|
-
|
|
1177
|
+
nanocentsPerUnit: 50000000000,
|
|
1244
1178
|
unit: 'file',
|
|
1245
1179
|
},
|
|
1246
1180
|
{
|
|
1247
1181
|
service: enum_1.BillingService.ABYSS_CRYPT,
|
|
1248
1182
|
metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH,
|
|
1249
|
-
|
|
1250
|
-
unit: '
|
|
1183
|
+
nanocentsPerUnit: 116000000,
|
|
1184
|
+
unit: 'encryptions',
|
|
1251
1185
|
},
|
|
1252
1186
|
{
|
|
1253
1187
|
service: enum_1.BillingService.ABYSS_FORM,
|
|
1254
1188
|
metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
|
|
1255
|
-
|
|
1189
|
+
nanocentsPerUnit: 156000000,
|
|
1256
1190
|
unit: 'submission',
|
|
1257
1191
|
},
|
|
1258
1192
|
{
|
|
1259
1193
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1260
1194
|
metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
|
|
1261
|
-
|
|
1195
|
+
nanocentsPerUnit: 116000000000,
|
|
1262
1196
|
unit: 'draw',
|
|
1263
1197
|
},
|
|
1264
1198
|
{
|
|
1265
1199
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1266
1200
|
metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
|
|
1267
|
-
|
|
1201
|
+
nanocentsPerUnit: 116000000000,
|
|
1268
1202
|
unit: 'board',
|
|
1269
1203
|
},
|
|
1270
1204
|
{
|
|
1271
1205
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1272
1206
|
metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
|
|
1273
|
-
|
|
1207
|
+
nanocentsPerUnit: 116000000000,
|
|
1274
1208
|
unit: 'atlas',
|
|
1275
1209
|
},
|
|
1276
1210
|
{
|
|
1277
1211
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1278
1212
|
metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
|
|
1279
|
-
|
|
1213
|
+
nanocentsPerUnit: 116000000000,
|
|
1280
1214
|
unit: 'retrospective',
|
|
1281
1215
|
},
|
|
1282
1216
|
{
|
|
1283
1217
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1284
1218
|
metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
|
|
1285
|
-
|
|
1219
|
+
nanocentsPerUnit: 29000000000,
|
|
1286
1220
|
unit: 'short link',
|
|
1287
1221
|
},
|
|
1288
1222
|
{
|
|
1289
1223
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1290
1224
|
metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
|
|
1291
|
-
|
|
1292
|
-
unit: '
|
|
1225
|
+
nanocentsPerUnit: 11600000,
|
|
1226
|
+
unit: 'resolutions',
|
|
1293
1227
|
},
|
|
1294
1228
|
{
|
|
1295
1229
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1296
1230
|
metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
|
|
1297
|
-
|
|
1231
|
+
nanocentsPerUnit: 23200000000,
|
|
1298
1232
|
unit: 'transfer',
|
|
1299
1233
|
},
|
|
1300
1234
|
{
|
|
1301
1235
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1302
1236
|
metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
|
|
1303
|
-
|
|
1237
|
+
nanocentsPerUnit: 1160000000,
|
|
1304
1238
|
unit: 'upload',
|
|
1305
1239
|
},
|
|
1306
1240
|
{
|
|
1307
1241
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1308
1242
|
metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
|
|
1309
|
-
|
|
1243
|
+
nanocentsPerUnit: 290000000,
|
|
1310
1244
|
unit: 'GB',
|
|
1311
1245
|
},
|
|
1312
1246
|
{
|
|
1313
1247
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1314
1248
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
|
|
1315
|
-
|
|
1249
|
+
nanocentsPerUnit: 1960000000,
|
|
1316
1250
|
unit: 'extraction',
|
|
1317
1251
|
},
|
|
1318
1252
|
{
|
|
1319
1253
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1320
1254
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
|
|
1321
|
-
|
|
1255
|
+
nanocentsPerUnit: 100000000,
|
|
1322
1256
|
unit: 'OCR page',
|
|
1323
1257
|
},
|
|
1324
1258
|
{
|
|
1325
1259
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1326
1260
|
metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
|
|
1327
|
-
|
|
1261
|
+
nanocentsPerUnit: 100000000000,
|
|
1328
1262
|
unit: 'template',
|
|
1329
1263
|
},
|
|
1330
1264
|
{
|
|
1331
1265
|
service: enum_1.BillingService.ABYSS_MEMORIES,
|
|
1332
1266
|
metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
|
|
1333
|
-
|
|
1267
|
+
nanocentsPerUnit: 7600000000,
|
|
1334
1268
|
unit: 'event',
|
|
1335
1269
|
},
|
|
1336
1270
|
{
|
|
1337
1271
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1338
1272
|
metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
|
|
1339
|
-
|
|
1273
|
+
nanocentsPerUnit: 200000000000,
|
|
1340
1274
|
unit: 'profile',
|
|
1341
1275
|
},
|
|
1342
1276
|
{
|
|
1343
1277
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1344
1278
|
metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
|
|
1345
|
-
|
|
1279
|
+
nanocentsPerUnit: 290000000000,
|
|
1346
1280
|
unit: 'profile',
|
|
1347
1281
|
},
|
|
1348
1282
|
{
|
|
1349
1283
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1350
1284
|
metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
|
|
1351
|
-
|
|
1285
|
+
nanocentsPerUnit: 260000000000,
|
|
1352
1286
|
unit: 'connection',
|
|
1353
1287
|
},
|
|
1354
1288
|
{
|
|
1355
1289
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1356
1290
|
metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
|
|
1357
|
-
|
|
1291
|
+
nanocentsPerUnit: 50000000000,
|
|
1358
1292
|
unit: 'config',
|
|
1359
1293
|
},
|
|
1360
1294
|
{
|
|
1361
1295
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1362
1296
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
1363
|
-
|
|
1297
|
+
nanocentsPerUnit: 50000000000,
|
|
1364
1298
|
unit: 'share',
|
|
1365
1299
|
},
|
|
1366
1300
|
{
|
|
1367
1301
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1368
1302
|
metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
|
|
1369
|
-
|
|
1303
|
+
nanocentsPerUnit: 100000000000,
|
|
1370
1304
|
unit: 'portfolio',
|
|
1371
1305
|
},
|
|
1372
1306
|
{
|
|
1373
1307
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1374
1308
|
metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
|
|
1375
|
-
|
|
1309
|
+
nanocentsPerUnit: 5000000000,
|
|
1376
1310
|
unit: 'snapshot',
|
|
1377
1311
|
},
|
|
1378
1312
|
{
|
|
1379
1313
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1380
1314
|
metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
|
|
1381
|
-
|
|
1315
|
+
nanocentsPerUnit: 5000000000,
|
|
1382
1316
|
unit: 'run',
|
|
1383
1317
|
},
|
|
1384
1318
|
{
|
|
1385
1319
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1386
1320
|
metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
|
|
1387
|
-
|
|
1321
|
+
nanocentsPerUnit: 2000000000,
|
|
1388
1322
|
unit: 'rescore',
|
|
1389
1323
|
},
|
|
1390
1324
|
{
|
|
1391
1325
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1392
1326
|
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
1393
|
-
|
|
1327
|
+
nanocentsPerUnit: 1000000000,
|
|
1394
1328
|
unit: 'call',
|
|
1395
1329
|
},
|
|
1396
1330
|
{
|
|
1397
1331
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1398
1332
|
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
1399
|
-
|
|
1333
|
+
nanocentsPerUnit: 80000000000,
|
|
1400
1334
|
unit: 'lookup',
|
|
1401
1335
|
},
|
|
1402
1336
|
{
|
|
1403
1337
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1404
1338
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
1405
|
-
|
|
1339
|
+
nanocentsPerUnit: 10000000000,
|
|
1406
1340
|
unit: 'call',
|
|
1407
1341
|
},
|
|
1408
1342
|
{
|
|
1409
1343
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1410
1344
|
metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
|
|
1411
|
-
|
|
1345
|
+
nanocentsPerUnit: 15000000000,
|
|
1412
1346
|
unit: 'refresh',
|
|
1413
1347
|
},
|
|
1414
1348
|
],
|
|
@@ -1767,253 +1701,259 @@ exports.PUBLIC_PLANS = [
|
|
|
1767
1701
|
{
|
|
1768
1702
|
service: enum_1.BillingService.ABYSS_CRYPT,
|
|
1769
1703
|
metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH,
|
|
1770
|
-
|
|
1771
|
-
unit: '
|
|
1704
|
+
nanocentsPerUnit: 116000000,
|
|
1705
|
+
unit: 'encryptions',
|
|
1772
1706
|
},
|
|
1773
1707
|
{
|
|
1774
1708
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
1775
1709
|
metric: enum_1.BillingMetric.PROJECTS_COUNT,
|
|
1776
|
-
|
|
1710
|
+
nanocentsPerUnit: 200000000000,
|
|
1777
1711
|
unit: 'project',
|
|
1778
1712
|
},
|
|
1779
1713
|
{
|
|
1780
1714
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
1781
1715
|
metric: enum_1.BillingMetric.MEMBERS_COUNT,
|
|
1782
|
-
|
|
1716
|
+
nanocentsPerUnit: 300000000000,
|
|
1783
1717
|
unit: 'member',
|
|
1784
1718
|
},
|
|
1785
1719
|
{
|
|
1786
1720
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
1787
1721
|
metric: enum_1.BillingMetric.TEAM_COUNT,
|
|
1788
|
-
|
|
1722
|
+
nanocentsPerUnit: 100000000000,
|
|
1789
1723
|
unit: 'team',
|
|
1790
1724
|
},
|
|
1791
1725
|
{
|
|
1792
1726
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
1793
1727
|
metric: enum_1.BillingMetric.API_KEYS_COUNT,
|
|
1794
|
-
|
|
1728
|
+
nanocentsPerUnit: 50000000000,
|
|
1795
1729
|
unit: 'API key',
|
|
1796
1730
|
},
|
|
1797
1731
|
{
|
|
1798
1732
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
1799
1733
|
metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
|
|
1800
|
-
|
|
1734
|
+
nanocentsPerUnit: 3000000000,
|
|
1801
1735
|
unit: 'GB',
|
|
1802
1736
|
},
|
|
1737
|
+
{
|
|
1738
|
+
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
1739
|
+
metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
|
|
1740
|
+
nanocentsPerUnit: 58000000,
|
|
1741
|
+
unit: 'scan units',
|
|
1742
|
+
},
|
|
1803
1743
|
{
|
|
1804
1744
|
service: enum_1.BillingService.ABYSS_STORAGE,
|
|
1805
1745
|
metric: enum_1.BillingMetric.FILES_COUNT,
|
|
1806
|
-
|
|
1746
|
+
nanocentsPerUnit: 50000000000,
|
|
1807
1747
|
unit: 'file',
|
|
1808
1748
|
},
|
|
1809
1749
|
{
|
|
1810
1750
|
service: enum_1.BillingService.ABYSS_STORAGE,
|
|
1811
1751
|
metric: enum_1.BillingMetric.PRESIGNED_URLS,
|
|
1812
|
-
|
|
1752
|
+
nanocentsPerUnit: 2450000,
|
|
1813
1753
|
unit: 'request',
|
|
1814
1754
|
},
|
|
1815
1755
|
{
|
|
1816
1756
|
service: enum_1.BillingService.ABYSS_STORAGE,
|
|
1817
1757
|
metric: enum_1.BillingMetric.BANDWIDTH_GB,
|
|
1818
|
-
|
|
1758
|
+
nanocentsPerUnit: 290000000,
|
|
1819
1759
|
unit: 'GB',
|
|
1820
1760
|
},
|
|
1821
1761
|
{
|
|
1822
1762
|
service: enum_1.BillingService.ABYSS_MONITOR,
|
|
1823
1763
|
metric: enum_1.BillingMetric.LOG_EVENTS,
|
|
1824
|
-
|
|
1825
|
-
unit: '
|
|
1764
|
+
nanocentsPerUnit: 58000,
|
|
1765
|
+
unit: 'events',
|
|
1826
1766
|
},
|
|
1827
1767
|
{
|
|
1828
1768
|
service: enum_1.BillingService.ABYSS_MONITOR,
|
|
1829
1769
|
metric: enum_1.BillingMetric.APPLICATIONS,
|
|
1830
|
-
|
|
1770
|
+
nanocentsPerUnit: 100000000000,
|
|
1831
1771
|
unit: 'application',
|
|
1832
1772
|
},
|
|
1833
1773
|
{
|
|
1834
1774
|
service: enum_1.BillingService.ABYSS_MONITOR,
|
|
1835
1775
|
metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH,
|
|
1836
|
-
|
|
1837
|
-
unit: '
|
|
1776
|
+
nanocentsPerUnit: 29000000,
|
|
1777
|
+
unit: 'invocations',
|
|
1838
1778
|
},
|
|
1839
1779
|
{
|
|
1840
1780
|
service: enum_1.BillingService.ABYSS_CLOUD,
|
|
1841
1781
|
metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
|
|
1842
|
-
|
|
1782
|
+
nanocentsPerUnit: 50000000000,
|
|
1843
1783
|
unit: 'file',
|
|
1844
1784
|
},
|
|
1845
1785
|
{
|
|
1846
1786
|
service: enum_1.BillingService.ABYSS_FORM,
|
|
1847
1787
|
metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
|
|
1848
|
-
|
|
1788
|
+
nanocentsPerUnit: 156000000,
|
|
1849
1789
|
unit: 'submission',
|
|
1850
1790
|
},
|
|
1851
1791
|
{
|
|
1852
1792
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1853
1793
|
metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
|
|
1854
|
-
|
|
1794
|
+
nanocentsPerUnit: 116000000000,
|
|
1855
1795
|
unit: 'draw',
|
|
1856
1796
|
},
|
|
1857
1797
|
{
|
|
1858
1798
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1859
1799
|
metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
|
|
1860
|
-
|
|
1800
|
+
nanocentsPerUnit: 116000000000,
|
|
1861
1801
|
unit: 'board',
|
|
1862
1802
|
},
|
|
1863
1803
|
{
|
|
1864
1804
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1865
1805
|
metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
|
|
1866
|
-
|
|
1806
|
+
nanocentsPerUnit: 116000000000,
|
|
1867
1807
|
unit: 'atlas',
|
|
1868
1808
|
},
|
|
1869
1809
|
{
|
|
1870
1810
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1871
1811
|
metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
|
|
1872
|
-
|
|
1812
|
+
nanocentsPerUnit: 116000000000,
|
|
1873
1813
|
unit: 'retrospective',
|
|
1874
1814
|
},
|
|
1875
1815
|
{
|
|
1876
1816
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1877
1817
|
metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
|
|
1878
|
-
|
|
1818
|
+
nanocentsPerUnit: 29000000000,
|
|
1879
1819
|
unit: 'short link',
|
|
1880
1820
|
},
|
|
1881
1821
|
{
|
|
1882
1822
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1883
1823
|
metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
|
|
1884
|
-
|
|
1885
|
-
unit: '
|
|
1824
|
+
nanocentsPerUnit: 11600000,
|
|
1825
|
+
unit: 'resolutions',
|
|
1886
1826
|
},
|
|
1887
1827
|
{
|
|
1888
1828
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1889
1829
|
metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
|
|
1890
|
-
|
|
1830
|
+
nanocentsPerUnit: 23200000000,
|
|
1891
1831
|
unit: 'transfer',
|
|
1892
1832
|
},
|
|
1893
1833
|
{
|
|
1894
1834
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1895
1835
|
metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
|
|
1896
|
-
|
|
1836
|
+
nanocentsPerUnit: 1160000000,
|
|
1897
1837
|
unit: 'upload',
|
|
1898
1838
|
},
|
|
1899
1839
|
{
|
|
1900
1840
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1901
1841
|
metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
|
|
1902
|
-
|
|
1842
|
+
nanocentsPerUnit: 290000000,
|
|
1903
1843
|
unit: 'GB',
|
|
1904
1844
|
},
|
|
1905
1845
|
{
|
|
1906
1846
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1907
1847
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
|
|
1908
|
-
|
|
1848
|
+
nanocentsPerUnit: 1960000000,
|
|
1909
1849
|
unit: 'extraction',
|
|
1910
1850
|
},
|
|
1911
1851
|
{
|
|
1912
1852
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1913
1853
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
|
|
1914
|
-
|
|
1854
|
+
nanocentsPerUnit: 100000000,
|
|
1915
1855
|
unit: 'OCR page',
|
|
1916
1856
|
},
|
|
1917
1857
|
{
|
|
1918
1858
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
1919
1859
|
metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
|
|
1920
|
-
|
|
1860
|
+
nanocentsPerUnit: 100000000000,
|
|
1921
1861
|
unit: 'template',
|
|
1922
1862
|
},
|
|
1923
1863
|
{
|
|
1924
1864
|
service: enum_1.BillingService.ABYSS_SPOTLIGHT,
|
|
1925
1865
|
metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT,
|
|
1926
|
-
|
|
1866
|
+
nanocentsPerUnit: 100000000000,
|
|
1927
1867
|
unit: 'page',
|
|
1928
1868
|
},
|
|
1929
1869
|
{
|
|
1930
1870
|
service: enum_1.BillingService.ABYSS_SPOTLIGHT,
|
|
1931
1871
|
metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH,
|
|
1932
|
-
|
|
1933
|
-
unit: '
|
|
1872
|
+
nanocentsPerUnit: 7740000,
|
|
1873
|
+
unit: 'views',
|
|
1934
1874
|
},
|
|
1935
1875
|
{
|
|
1936
1876
|
service: enum_1.BillingService.ABYSS_MEMORIES,
|
|
1937
1877
|
metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
|
|
1938
|
-
|
|
1878
|
+
nanocentsPerUnit: 7600000000,
|
|
1939
1879
|
unit: 'event',
|
|
1940
1880
|
},
|
|
1941
1881
|
{
|
|
1942
1882
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1943
1883
|
metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
|
|
1944
|
-
|
|
1884
|
+
nanocentsPerUnit: 200000000000,
|
|
1945
1885
|
unit: 'profile',
|
|
1946
1886
|
},
|
|
1947
1887
|
{
|
|
1948
1888
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1949
1889
|
metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
|
|
1950
|
-
|
|
1890
|
+
nanocentsPerUnit: 290000000000,
|
|
1951
1891
|
unit: 'profile',
|
|
1952
1892
|
},
|
|
1953
1893
|
{
|
|
1954
1894
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1955
1895
|
metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
|
|
1956
|
-
|
|
1896
|
+
nanocentsPerUnit: 260000000000,
|
|
1957
1897
|
unit: 'connection',
|
|
1958
1898
|
},
|
|
1959
1899
|
{
|
|
1960
1900
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1961
1901
|
metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
|
|
1962
|
-
|
|
1902
|
+
nanocentsPerUnit: 50000000000,
|
|
1963
1903
|
unit: 'config',
|
|
1964
1904
|
},
|
|
1965
1905
|
{
|
|
1966
1906
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1967
1907
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
1968
|
-
|
|
1908
|
+
nanocentsPerUnit: 50000000000,
|
|
1969
1909
|
unit: 'share',
|
|
1970
1910
|
},
|
|
1971
1911
|
{
|
|
1972
1912
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1973
1913
|
metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
|
|
1974
|
-
|
|
1914
|
+
nanocentsPerUnit: 100000000000,
|
|
1975
1915
|
unit: 'portfolio',
|
|
1976
1916
|
},
|
|
1977
1917
|
{
|
|
1978
1918
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1979
1919
|
metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
|
|
1980
|
-
|
|
1920
|
+
nanocentsPerUnit: 5000000000,
|
|
1981
1921
|
unit: 'snapshot',
|
|
1982
1922
|
},
|
|
1983
1923
|
{
|
|
1984
1924
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1985
1925
|
metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
|
|
1986
|
-
|
|
1926
|
+
nanocentsPerUnit: 5000000000,
|
|
1987
1927
|
unit: 'run',
|
|
1988
1928
|
},
|
|
1989
1929
|
{
|
|
1990
1930
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1991
1931
|
metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
|
|
1992
|
-
|
|
1932
|
+
nanocentsPerUnit: 2000000000,
|
|
1993
1933
|
unit: 'rescore',
|
|
1994
1934
|
},
|
|
1995
1935
|
{
|
|
1996
1936
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
1997
1937
|
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
1998
|
-
|
|
1938
|
+
nanocentsPerUnit: 1000000000,
|
|
1999
1939
|
unit: 'call',
|
|
2000
1940
|
},
|
|
2001
1941
|
{
|
|
2002
1942
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2003
1943
|
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
2004
|
-
|
|
1944
|
+
nanocentsPerUnit: 80000000000,
|
|
2005
1945
|
unit: 'lookup',
|
|
2006
1946
|
},
|
|
2007
1947
|
{
|
|
2008
1948
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2009
1949
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
2010
|
-
|
|
1950
|
+
nanocentsPerUnit: 10000000000,
|
|
2011
1951
|
unit: 'call',
|
|
2012
1952
|
},
|
|
2013
1953
|
{
|
|
2014
1954
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2015
1955
|
metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
|
|
2016
|
-
|
|
1956
|
+
nanocentsPerUnit: 15000000000,
|
|
2017
1957
|
unit: 'refresh',
|
|
2018
1958
|
},
|
|
2019
1959
|
],
|
|
@@ -2372,253 +2312,259 @@ exports.PUBLIC_PLANS = [
|
|
|
2372
2312
|
{
|
|
2373
2313
|
service: enum_1.BillingService.ABYSS_CRYPT,
|
|
2374
2314
|
metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH,
|
|
2375
|
-
|
|
2376
|
-
unit: '
|
|
2315
|
+
nanocentsPerUnit: 116000000,
|
|
2316
|
+
unit: 'encryptions',
|
|
2377
2317
|
},
|
|
2378
2318
|
{
|
|
2379
2319
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
2380
2320
|
metric: enum_1.BillingMetric.PROJECTS_COUNT,
|
|
2381
|
-
|
|
2321
|
+
nanocentsPerUnit: 200000000000,
|
|
2382
2322
|
unit: 'project',
|
|
2383
2323
|
},
|
|
2384
2324
|
{
|
|
2385
2325
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
2386
2326
|
metric: enum_1.BillingMetric.MEMBERS_COUNT,
|
|
2387
|
-
|
|
2327
|
+
nanocentsPerUnit: 300000000000,
|
|
2388
2328
|
unit: 'member',
|
|
2389
2329
|
},
|
|
2390
2330
|
{
|
|
2391
2331
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
2392
2332
|
metric: enum_1.BillingMetric.TEAM_COUNT,
|
|
2393
|
-
|
|
2333
|
+
nanocentsPerUnit: 100000000000,
|
|
2394
2334
|
unit: 'team',
|
|
2395
2335
|
},
|
|
2396
2336
|
{
|
|
2397
2337
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
2398
2338
|
metric: enum_1.BillingMetric.API_KEYS_COUNT,
|
|
2399
|
-
|
|
2339
|
+
nanocentsPerUnit: 50000000000,
|
|
2400
2340
|
unit: 'API key',
|
|
2401
2341
|
},
|
|
2402
2342
|
{
|
|
2403
2343
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
2404
2344
|
metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
|
|
2405
|
-
|
|
2345
|
+
nanocentsPerUnit: 3000000000,
|
|
2406
2346
|
unit: 'GB',
|
|
2407
2347
|
},
|
|
2348
|
+
{
|
|
2349
|
+
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
2350
|
+
metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
|
|
2351
|
+
nanocentsPerUnit: 58000000,
|
|
2352
|
+
unit: 'scan units',
|
|
2353
|
+
},
|
|
2408
2354
|
{
|
|
2409
2355
|
service: enum_1.BillingService.ABYSS_STORAGE,
|
|
2410
2356
|
metric: enum_1.BillingMetric.FILES_COUNT,
|
|
2411
|
-
|
|
2357
|
+
nanocentsPerUnit: 50000000000,
|
|
2412
2358
|
unit: 'file',
|
|
2413
2359
|
},
|
|
2414
2360
|
{
|
|
2415
2361
|
service: enum_1.BillingService.ABYSS_STORAGE,
|
|
2416
2362
|
metric: enum_1.BillingMetric.PRESIGNED_URLS,
|
|
2417
|
-
|
|
2363
|
+
nanocentsPerUnit: 2450000,
|
|
2418
2364
|
unit: 'request',
|
|
2419
2365
|
},
|
|
2420
2366
|
{
|
|
2421
2367
|
service: enum_1.BillingService.ABYSS_STORAGE,
|
|
2422
2368
|
metric: enum_1.BillingMetric.BANDWIDTH_GB,
|
|
2423
|
-
|
|
2369
|
+
nanocentsPerUnit: 290000000,
|
|
2424
2370
|
unit: 'GB',
|
|
2425
2371
|
},
|
|
2426
2372
|
{
|
|
2427
2373
|
service: enum_1.BillingService.ABYSS_MONITOR,
|
|
2428
2374
|
metric: enum_1.BillingMetric.LOG_EVENTS,
|
|
2429
|
-
|
|
2430
|
-
unit: '
|
|
2375
|
+
nanocentsPerUnit: 58000,
|
|
2376
|
+
unit: 'events',
|
|
2431
2377
|
},
|
|
2432
2378
|
{
|
|
2433
2379
|
service: enum_1.BillingService.ABYSS_MONITOR,
|
|
2434
2380
|
metric: enum_1.BillingMetric.APPLICATIONS,
|
|
2435
|
-
|
|
2381
|
+
nanocentsPerUnit: 100000000000,
|
|
2436
2382
|
unit: 'application',
|
|
2437
2383
|
},
|
|
2438
2384
|
{
|
|
2439
2385
|
service: enum_1.BillingService.ABYSS_MONITOR,
|
|
2440
2386
|
metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH,
|
|
2441
|
-
|
|
2442
|
-
unit: '
|
|
2387
|
+
nanocentsPerUnit: 29000000,
|
|
2388
|
+
unit: 'invocations',
|
|
2443
2389
|
},
|
|
2444
2390
|
{
|
|
2445
2391
|
service: enum_1.BillingService.ABYSS_CLOUD,
|
|
2446
2392
|
metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
|
|
2447
|
-
|
|
2393
|
+
nanocentsPerUnit: 50000000000,
|
|
2448
2394
|
unit: 'file',
|
|
2449
2395
|
},
|
|
2450
2396
|
{
|
|
2451
2397
|
service: enum_1.BillingService.ABYSS_FORM,
|
|
2452
2398
|
metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
|
|
2453
|
-
|
|
2399
|
+
nanocentsPerUnit: 156000000,
|
|
2454
2400
|
unit: 'submission',
|
|
2455
2401
|
},
|
|
2456
2402
|
{
|
|
2457
2403
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
2458
2404
|
metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
|
|
2459
|
-
|
|
2405
|
+
nanocentsPerUnit: 116000000000,
|
|
2460
2406
|
unit: 'draw',
|
|
2461
2407
|
},
|
|
2462
2408
|
{
|
|
2463
2409
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
2464
2410
|
metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
|
|
2465
|
-
|
|
2411
|
+
nanocentsPerUnit: 116000000000,
|
|
2466
2412
|
unit: 'board',
|
|
2467
2413
|
},
|
|
2468
2414
|
{
|
|
2469
2415
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
2470
2416
|
metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
|
|
2471
|
-
|
|
2417
|
+
nanocentsPerUnit: 116000000000,
|
|
2472
2418
|
unit: 'atlas',
|
|
2473
2419
|
},
|
|
2474
2420
|
{
|
|
2475
2421
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
2476
2422
|
metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
|
|
2477
|
-
|
|
2423
|
+
nanocentsPerUnit: 116000000000,
|
|
2478
2424
|
unit: 'retrospective',
|
|
2479
2425
|
},
|
|
2480
2426
|
{
|
|
2481
2427
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
2482
2428
|
metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
|
|
2483
|
-
|
|
2429
|
+
nanocentsPerUnit: 29000000000,
|
|
2484
2430
|
unit: 'short link',
|
|
2485
2431
|
},
|
|
2486
2432
|
{
|
|
2487
2433
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
2488
2434
|
metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
|
|
2489
|
-
|
|
2490
|
-
unit: '
|
|
2435
|
+
nanocentsPerUnit: 11600000,
|
|
2436
|
+
unit: 'resolutions',
|
|
2491
2437
|
},
|
|
2492
2438
|
{
|
|
2493
2439
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
2494
2440
|
metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
|
|
2495
|
-
|
|
2441
|
+
nanocentsPerUnit: 23200000000,
|
|
2496
2442
|
unit: 'transfer',
|
|
2497
2443
|
},
|
|
2498
2444
|
{
|
|
2499
2445
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
2500
2446
|
metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
|
|
2501
|
-
|
|
2447
|
+
nanocentsPerUnit: 1160000000,
|
|
2502
2448
|
unit: 'upload',
|
|
2503
2449
|
},
|
|
2504
2450
|
{
|
|
2505
2451
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
2506
2452
|
metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
|
|
2507
|
-
|
|
2453
|
+
nanocentsPerUnit: 290000000,
|
|
2508
2454
|
unit: 'GB',
|
|
2509
2455
|
},
|
|
2510
2456
|
{
|
|
2511
2457
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
2512
2458
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
|
|
2513
|
-
|
|
2459
|
+
nanocentsPerUnit: 1960000000,
|
|
2514
2460
|
unit: 'extraction',
|
|
2515
2461
|
},
|
|
2516
2462
|
{
|
|
2517
2463
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
2518
2464
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
|
|
2519
|
-
|
|
2465
|
+
nanocentsPerUnit: 100000000,
|
|
2520
2466
|
unit: 'OCR page',
|
|
2521
2467
|
},
|
|
2522
2468
|
{
|
|
2523
2469
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
2524
2470
|
metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
|
|
2525
|
-
|
|
2471
|
+
nanocentsPerUnit: 100000000000,
|
|
2526
2472
|
unit: 'template',
|
|
2527
2473
|
},
|
|
2528
2474
|
{
|
|
2529
2475
|
service: enum_1.BillingService.ABYSS_SPOTLIGHT,
|
|
2530
2476
|
metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT,
|
|
2531
|
-
|
|
2477
|
+
nanocentsPerUnit: 100000000000,
|
|
2532
2478
|
unit: 'page',
|
|
2533
2479
|
},
|
|
2534
2480
|
{
|
|
2535
2481
|
service: enum_1.BillingService.ABYSS_SPOTLIGHT,
|
|
2536
2482
|
metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH,
|
|
2537
|
-
|
|
2538
|
-
unit: '
|
|
2483
|
+
nanocentsPerUnit: 7740000,
|
|
2484
|
+
unit: 'views',
|
|
2539
2485
|
},
|
|
2540
2486
|
{
|
|
2541
2487
|
service: enum_1.BillingService.ABYSS_MEMORIES,
|
|
2542
2488
|
metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
|
|
2543
|
-
|
|
2489
|
+
nanocentsPerUnit: 7600000000,
|
|
2544
2490
|
unit: 'event',
|
|
2545
2491
|
},
|
|
2546
2492
|
{
|
|
2547
2493
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2548
2494
|
metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
|
|
2549
|
-
|
|
2495
|
+
nanocentsPerUnit: 200000000000,
|
|
2550
2496
|
unit: 'profile',
|
|
2551
2497
|
},
|
|
2552
2498
|
{
|
|
2553
2499
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2554
2500
|
metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
|
|
2555
|
-
|
|
2501
|
+
nanocentsPerUnit: 290000000000,
|
|
2556
2502
|
unit: 'profile',
|
|
2557
2503
|
},
|
|
2558
2504
|
{
|
|
2559
2505
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2560
2506
|
metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
|
|
2561
|
-
|
|
2507
|
+
nanocentsPerUnit: 260000000000,
|
|
2562
2508
|
unit: 'connection',
|
|
2563
2509
|
},
|
|
2564
2510
|
{
|
|
2565
2511
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2566
2512
|
metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
|
|
2567
|
-
|
|
2513
|
+
nanocentsPerUnit: 50000000000,
|
|
2568
2514
|
unit: 'config',
|
|
2569
2515
|
},
|
|
2570
2516
|
{
|
|
2571
2517
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2572
2518
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
2573
|
-
|
|
2519
|
+
nanocentsPerUnit: 50000000000,
|
|
2574
2520
|
unit: 'share',
|
|
2575
2521
|
},
|
|
2576
2522
|
{
|
|
2577
2523
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2578
2524
|
metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
|
|
2579
|
-
|
|
2525
|
+
nanocentsPerUnit: 100000000000,
|
|
2580
2526
|
unit: 'portfolio',
|
|
2581
2527
|
},
|
|
2582
2528
|
{
|
|
2583
2529
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2584
2530
|
metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
|
|
2585
|
-
|
|
2531
|
+
nanocentsPerUnit: 5000000000,
|
|
2586
2532
|
unit: 'snapshot',
|
|
2587
2533
|
},
|
|
2588
2534
|
{
|
|
2589
2535
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2590
2536
|
metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
|
|
2591
|
-
|
|
2537
|
+
nanocentsPerUnit: 5000000000,
|
|
2592
2538
|
unit: 'run',
|
|
2593
2539
|
},
|
|
2594
2540
|
{
|
|
2595
2541
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2596
2542
|
metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
|
|
2597
|
-
|
|
2543
|
+
nanocentsPerUnit: 2000000000,
|
|
2598
2544
|
unit: 'rescore',
|
|
2599
2545
|
},
|
|
2600
2546
|
{
|
|
2601
2547
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2602
2548
|
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
2603
|
-
|
|
2549
|
+
nanocentsPerUnit: 1000000000,
|
|
2604
2550
|
unit: 'call',
|
|
2605
2551
|
},
|
|
2606
2552
|
{
|
|
2607
2553
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2608
2554
|
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
2609
|
-
|
|
2555
|
+
nanocentsPerUnit: 80000000000,
|
|
2610
2556
|
unit: 'lookup',
|
|
2611
2557
|
},
|
|
2612
2558
|
{
|
|
2613
2559
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2614
2560
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
2615
|
-
|
|
2561
|
+
nanocentsPerUnit: 10000000000,
|
|
2616
2562
|
unit: 'call',
|
|
2617
2563
|
},
|
|
2618
2564
|
{
|
|
2619
2565
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
2620
2566
|
metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
|
|
2621
|
-
|
|
2567
|
+
nanocentsPerUnit: 15000000000,
|
|
2622
2568
|
unit: 'refresh',
|
|
2623
2569
|
},
|
|
2624
2570
|
],
|
|
@@ -2977,253 +2923,259 @@ exports.PUBLIC_PLANS = [
|
|
|
2977
2923
|
{
|
|
2978
2924
|
service: enum_1.BillingService.ABYSS_CRYPT,
|
|
2979
2925
|
metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH,
|
|
2980
|
-
|
|
2981
|
-
unit: '
|
|
2926
|
+
nanocentsPerUnit: 116000000,
|
|
2927
|
+
unit: 'encryptions',
|
|
2982
2928
|
},
|
|
2983
2929
|
{
|
|
2984
2930
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
2985
2931
|
metric: enum_1.BillingMetric.PROJECTS_COUNT,
|
|
2986
|
-
|
|
2932
|
+
nanocentsPerUnit: 200000000000,
|
|
2987
2933
|
unit: 'project',
|
|
2988
2934
|
},
|
|
2989
2935
|
{
|
|
2990
2936
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
2991
2937
|
metric: enum_1.BillingMetric.MEMBERS_COUNT,
|
|
2992
|
-
|
|
2938
|
+
nanocentsPerUnit: 300000000000,
|
|
2993
2939
|
unit: 'member',
|
|
2994
2940
|
},
|
|
2995
2941
|
{
|
|
2996
2942
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
2997
2943
|
metric: enum_1.BillingMetric.TEAM_COUNT,
|
|
2998
|
-
|
|
2944
|
+
nanocentsPerUnit: 100000000000,
|
|
2999
2945
|
unit: 'team',
|
|
3000
2946
|
},
|
|
3001
2947
|
{
|
|
3002
2948
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
3003
2949
|
metric: enum_1.BillingMetric.API_KEYS_COUNT,
|
|
3004
|
-
|
|
2950
|
+
nanocentsPerUnit: 50000000000,
|
|
3005
2951
|
unit: 'API key',
|
|
3006
2952
|
},
|
|
3007
2953
|
{
|
|
3008
2954
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
3009
2955
|
metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
|
|
3010
|
-
|
|
2956
|
+
nanocentsPerUnit: 3000000000,
|
|
3011
2957
|
unit: 'GB',
|
|
3012
2958
|
},
|
|
2959
|
+
{
|
|
2960
|
+
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
2961
|
+
metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
|
|
2962
|
+
nanocentsPerUnit: 58000000,
|
|
2963
|
+
unit: 'scan units',
|
|
2964
|
+
},
|
|
3013
2965
|
{
|
|
3014
2966
|
service: enum_1.BillingService.ABYSS_STORAGE,
|
|
3015
2967
|
metric: enum_1.BillingMetric.FILES_COUNT,
|
|
3016
|
-
|
|
2968
|
+
nanocentsPerUnit: 50000000000,
|
|
3017
2969
|
unit: 'file',
|
|
3018
2970
|
},
|
|
3019
2971
|
{
|
|
3020
2972
|
service: enum_1.BillingService.ABYSS_STORAGE,
|
|
3021
2973
|
metric: enum_1.BillingMetric.PRESIGNED_URLS,
|
|
3022
|
-
|
|
2974
|
+
nanocentsPerUnit: 2450000,
|
|
3023
2975
|
unit: 'request',
|
|
3024
2976
|
},
|
|
3025
2977
|
{
|
|
3026
2978
|
service: enum_1.BillingService.ABYSS_STORAGE,
|
|
3027
2979
|
metric: enum_1.BillingMetric.BANDWIDTH_GB,
|
|
3028
|
-
|
|
2980
|
+
nanocentsPerUnit: 290000000,
|
|
3029
2981
|
unit: 'GB',
|
|
3030
2982
|
},
|
|
3031
2983
|
{
|
|
3032
2984
|
service: enum_1.BillingService.ABYSS_MONITOR,
|
|
3033
2985
|
metric: enum_1.BillingMetric.LOG_EVENTS,
|
|
3034
|
-
|
|
3035
|
-
unit: '
|
|
2986
|
+
nanocentsPerUnit: 58000,
|
|
2987
|
+
unit: 'events',
|
|
3036
2988
|
},
|
|
3037
2989
|
{
|
|
3038
2990
|
service: enum_1.BillingService.ABYSS_MONITOR,
|
|
3039
2991
|
metric: enum_1.BillingMetric.APPLICATIONS,
|
|
3040
|
-
|
|
2992
|
+
nanocentsPerUnit: 100000000000,
|
|
3041
2993
|
unit: 'application',
|
|
3042
2994
|
},
|
|
3043
2995
|
{
|
|
3044
2996
|
service: enum_1.BillingService.ABYSS_MONITOR,
|
|
3045
2997
|
metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH,
|
|
3046
|
-
|
|
3047
|
-
unit: '
|
|
2998
|
+
nanocentsPerUnit: 29000000,
|
|
2999
|
+
unit: 'invocations',
|
|
3048
3000
|
},
|
|
3049
3001
|
{
|
|
3050
3002
|
service: enum_1.BillingService.ABYSS_CLOUD,
|
|
3051
3003
|
metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
|
|
3052
|
-
|
|
3004
|
+
nanocentsPerUnit: 50000000000,
|
|
3053
3005
|
unit: 'file',
|
|
3054
3006
|
},
|
|
3055
3007
|
{
|
|
3056
3008
|
service: enum_1.BillingService.ABYSS_FORM,
|
|
3057
3009
|
metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
|
|
3058
|
-
|
|
3010
|
+
nanocentsPerUnit: 156000000,
|
|
3059
3011
|
unit: 'submission',
|
|
3060
3012
|
},
|
|
3061
3013
|
{
|
|
3062
3014
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3063
3015
|
metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
|
|
3064
|
-
|
|
3016
|
+
nanocentsPerUnit: 116000000000,
|
|
3065
3017
|
unit: 'draw',
|
|
3066
3018
|
},
|
|
3067
3019
|
{
|
|
3068
3020
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3069
3021
|
metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
|
|
3070
|
-
|
|
3022
|
+
nanocentsPerUnit: 116000000000,
|
|
3071
3023
|
unit: 'board',
|
|
3072
3024
|
},
|
|
3073
3025
|
{
|
|
3074
3026
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3075
3027
|
metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
|
|
3076
|
-
|
|
3028
|
+
nanocentsPerUnit: 116000000000,
|
|
3077
3029
|
unit: 'atlas',
|
|
3078
3030
|
},
|
|
3079
3031
|
{
|
|
3080
3032
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3081
3033
|
metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
|
|
3082
|
-
|
|
3034
|
+
nanocentsPerUnit: 116000000000,
|
|
3083
3035
|
unit: 'retrospective',
|
|
3084
3036
|
},
|
|
3085
3037
|
{
|
|
3086
3038
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3087
3039
|
metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
|
|
3088
|
-
|
|
3040
|
+
nanocentsPerUnit: 29000000000,
|
|
3089
3041
|
unit: 'short link',
|
|
3090
3042
|
},
|
|
3091
3043
|
{
|
|
3092
3044
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3093
3045
|
metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
|
|
3094
|
-
|
|
3095
|
-
unit: '
|
|
3046
|
+
nanocentsPerUnit: 11600000,
|
|
3047
|
+
unit: 'resolutions',
|
|
3096
3048
|
},
|
|
3097
3049
|
{
|
|
3098
3050
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3099
3051
|
metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
|
|
3100
|
-
|
|
3052
|
+
nanocentsPerUnit: 23200000000,
|
|
3101
3053
|
unit: 'transfer',
|
|
3102
3054
|
},
|
|
3103
3055
|
{
|
|
3104
3056
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3105
3057
|
metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
|
|
3106
|
-
|
|
3058
|
+
nanocentsPerUnit: 1160000000,
|
|
3107
3059
|
unit: 'upload',
|
|
3108
3060
|
},
|
|
3109
3061
|
{
|
|
3110
3062
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3111
3063
|
metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
|
|
3112
|
-
|
|
3064
|
+
nanocentsPerUnit: 290000000,
|
|
3113
3065
|
unit: 'GB',
|
|
3114
3066
|
},
|
|
3115
3067
|
{
|
|
3116
3068
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3117
3069
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
|
|
3118
|
-
|
|
3070
|
+
nanocentsPerUnit: 1960000000,
|
|
3119
3071
|
unit: 'extraction',
|
|
3120
3072
|
},
|
|
3121
3073
|
{
|
|
3122
3074
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3123
3075
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
|
|
3124
|
-
|
|
3076
|
+
nanocentsPerUnit: 100000000,
|
|
3125
3077
|
unit: 'OCR page',
|
|
3126
3078
|
},
|
|
3127
3079
|
{
|
|
3128
3080
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3129
3081
|
metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
|
|
3130
|
-
|
|
3082
|
+
nanocentsPerUnit: 100000000000,
|
|
3131
3083
|
unit: 'template',
|
|
3132
3084
|
},
|
|
3133
3085
|
{
|
|
3134
3086
|
service: enum_1.BillingService.ABYSS_SPOTLIGHT,
|
|
3135
3087
|
metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT,
|
|
3136
|
-
|
|
3088
|
+
nanocentsPerUnit: 100000000000,
|
|
3137
3089
|
unit: 'page',
|
|
3138
3090
|
},
|
|
3139
3091
|
{
|
|
3140
3092
|
service: enum_1.BillingService.ABYSS_SPOTLIGHT,
|
|
3141
3093
|
metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH,
|
|
3142
|
-
|
|
3143
|
-
unit: '
|
|
3094
|
+
nanocentsPerUnit: 7740000,
|
|
3095
|
+
unit: 'views',
|
|
3144
3096
|
},
|
|
3145
3097
|
{
|
|
3146
3098
|
service: enum_1.BillingService.ABYSS_MEMORIES,
|
|
3147
3099
|
metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
|
|
3148
|
-
|
|
3100
|
+
nanocentsPerUnit: 7600000000,
|
|
3149
3101
|
unit: 'event',
|
|
3150
3102
|
},
|
|
3151
3103
|
{
|
|
3152
3104
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3153
3105
|
metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
|
|
3154
|
-
|
|
3106
|
+
nanocentsPerUnit: 200000000000,
|
|
3155
3107
|
unit: 'profile',
|
|
3156
3108
|
},
|
|
3157
3109
|
{
|
|
3158
3110
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3159
3111
|
metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
|
|
3160
|
-
|
|
3112
|
+
nanocentsPerUnit: 290000000000,
|
|
3161
3113
|
unit: 'profile',
|
|
3162
3114
|
},
|
|
3163
3115
|
{
|
|
3164
3116
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3165
3117
|
metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
|
|
3166
|
-
|
|
3118
|
+
nanocentsPerUnit: 260000000000,
|
|
3167
3119
|
unit: 'connection',
|
|
3168
3120
|
},
|
|
3169
3121
|
{
|
|
3170
3122
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3171
3123
|
metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
|
|
3172
|
-
|
|
3124
|
+
nanocentsPerUnit: 50000000000,
|
|
3173
3125
|
unit: 'config',
|
|
3174
3126
|
},
|
|
3175
3127
|
{
|
|
3176
3128
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3177
3129
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
3178
|
-
|
|
3130
|
+
nanocentsPerUnit: 50000000000,
|
|
3179
3131
|
unit: 'share',
|
|
3180
3132
|
},
|
|
3181
3133
|
{
|
|
3182
3134
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3183
3135
|
metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
|
|
3184
|
-
|
|
3136
|
+
nanocentsPerUnit: 100000000000,
|
|
3185
3137
|
unit: 'portfolio',
|
|
3186
3138
|
},
|
|
3187
3139
|
{
|
|
3188
3140
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3189
3141
|
metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
|
|
3190
|
-
|
|
3142
|
+
nanocentsPerUnit: 5000000000,
|
|
3191
3143
|
unit: 'snapshot',
|
|
3192
3144
|
},
|
|
3193
3145
|
{
|
|
3194
3146
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3195
3147
|
metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
|
|
3196
|
-
|
|
3148
|
+
nanocentsPerUnit: 5000000000,
|
|
3197
3149
|
unit: 'run',
|
|
3198
3150
|
},
|
|
3199
3151
|
{
|
|
3200
3152
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3201
3153
|
metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
|
|
3202
|
-
|
|
3154
|
+
nanocentsPerUnit: 2000000000,
|
|
3203
3155
|
unit: 'rescore',
|
|
3204
3156
|
},
|
|
3205
3157
|
{
|
|
3206
3158
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3207
3159
|
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
3208
|
-
|
|
3160
|
+
nanocentsPerUnit: 1000000000,
|
|
3209
3161
|
unit: 'call',
|
|
3210
3162
|
},
|
|
3211
3163
|
{
|
|
3212
3164
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3213
3165
|
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
3214
|
-
|
|
3166
|
+
nanocentsPerUnit: 80000000000,
|
|
3215
3167
|
unit: 'lookup',
|
|
3216
3168
|
},
|
|
3217
3169
|
{
|
|
3218
3170
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3219
3171
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
3220
|
-
|
|
3172
|
+
nanocentsPerUnit: 10000000000,
|
|
3221
3173
|
unit: 'call',
|
|
3222
3174
|
},
|
|
3223
3175
|
{
|
|
3224
3176
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3225
3177
|
metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
|
|
3226
|
-
|
|
3178
|
+
nanocentsPerUnit: 15000000000,
|
|
3227
3179
|
unit: 'refresh',
|
|
3228
3180
|
},
|
|
3229
3181
|
],
|
|
@@ -3484,181 +3436,187 @@ exports.PUBLIC_PLANS = [
|
|
|
3484
3436
|
{
|
|
3485
3437
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
3486
3438
|
metric: enum_1.BillingMetric.MEMBERS_COUNT,
|
|
3487
|
-
|
|
3439
|
+
nanocentsPerUnit: 300000000000,
|
|
3488
3440
|
unit: 'member',
|
|
3489
3441
|
},
|
|
3490
3442
|
{
|
|
3491
3443
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
3492
3444
|
metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
|
|
3493
|
-
|
|
3445
|
+
nanocentsPerUnit: 3000000000,
|
|
3494
3446
|
unit: 'GB',
|
|
3495
3447
|
},
|
|
3448
|
+
{
|
|
3449
|
+
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
3450
|
+
metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
|
|
3451
|
+
nanocentsPerUnit: 58000000,
|
|
3452
|
+
unit: 'scan units',
|
|
3453
|
+
},
|
|
3496
3454
|
{
|
|
3497
3455
|
service: enum_1.BillingService.ABYSS_CLOUD,
|
|
3498
3456
|
metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
|
|
3499
|
-
|
|
3457
|
+
nanocentsPerUnit: 50000000000,
|
|
3500
3458
|
unit: 'file',
|
|
3501
3459
|
},
|
|
3502
3460
|
{
|
|
3503
3461
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3504
3462
|
metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
|
|
3505
|
-
|
|
3463
|
+
nanocentsPerUnit: 116000000000,
|
|
3506
3464
|
unit: 'board',
|
|
3507
3465
|
},
|
|
3508
3466
|
{
|
|
3509
3467
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3510
3468
|
metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
|
|
3511
|
-
|
|
3469
|
+
nanocentsPerUnit: 116000000000,
|
|
3512
3470
|
unit: 'draw',
|
|
3513
3471
|
},
|
|
3514
3472
|
{
|
|
3515
3473
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3516
3474
|
metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
|
|
3517
|
-
|
|
3475
|
+
nanocentsPerUnit: 116000000000,
|
|
3518
3476
|
unit: 'atlas',
|
|
3519
3477
|
},
|
|
3520
3478
|
{
|
|
3521
3479
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3522
3480
|
metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
|
|
3523
|
-
|
|
3481
|
+
nanocentsPerUnit: 116000000000,
|
|
3524
3482
|
unit: 'retrospective',
|
|
3525
3483
|
},
|
|
3526
3484
|
{
|
|
3527
3485
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3528
3486
|
metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
|
|
3529
|
-
|
|
3487
|
+
nanocentsPerUnit: 29000000000,
|
|
3530
3488
|
unit: 'short link',
|
|
3531
3489
|
},
|
|
3532
3490
|
{
|
|
3533
3491
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3534
3492
|
metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
|
|
3535
|
-
|
|
3536
|
-
unit: '
|
|
3493
|
+
nanocentsPerUnit: 11600000,
|
|
3494
|
+
unit: 'resolutions',
|
|
3537
3495
|
},
|
|
3538
3496
|
{
|
|
3539
3497
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3540
3498
|
metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
|
|
3541
|
-
|
|
3499
|
+
nanocentsPerUnit: 23200000000,
|
|
3542
3500
|
unit: 'transfer',
|
|
3543
3501
|
},
|
|
3544
3502
|
{
|
|
3545
3503
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3546
3504
|
metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
|
|
3547
|
-
|
|
3505
|
+
nanocentsPerUnit: 1160000000,
|
|
3548
3506
|
unit: 'upload',
|
|
3549
3507
|
},
|
|
3550
3508
|
{
|
|
3551
3509
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3552
3510
|
metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
|
|
3553
|
-
|
|
3511
|
+
nanocentsPerUnit: 290000000,
|
|
3554
3512
|
unit: 'GB',
|
|
3555
3513
|
},
|
|
3556
3514
|
{
|
|
3557
3515
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3558
3516
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
|
|
3559
|
-
|
|
3517
|
+
nanocentsPerUnit: 1960000000,
|
|
3560
3518
|
unit: 'extraction',
|
|
3561
3519
|
},
|
|
3562
3520
|
{
|
|
3563
3521
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3564
3522
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
|
|
3565
|
-
|
|
3523
|
+
nanocentsPerUnit: 100000000,
|
|
3566
3524
|
unit: 'OCR page',
|
|
3567
3525
|
},
|
|
3568
3526
|
{
|
|
3569
3527
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3570
3528
|
metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
|
|
3571
|
-
|
|
3529
|
+
nanocentsPerUnit: 100000000000,
|
|
3572
3530
|
unit: 'template',
|
|
3573
3531
|
},
|
|
3574
3532
|
{
|
|
3575
3533
|
service: enum_1.BillingService.ABYSS_FORM,
|
|
3576
3534
|
metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
|
|
3577
|
-
|
|
3535
|
+
nanocentsPerUnit: 156000000,
|
|
3578
3536
|
unit: 'submission',
|
|
3579
3537
|
},
|
|
3580
3538
|
{
|
|
3581
3539
|
service: enum_1.BillingService.ABYSS_MEMORIES,
|
|
3582
3540
|
metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
|
|
3583
|
-
|
|
3541
|
+
nanocentsPerUnit: 7600000000,
|
|
3584
3542
|
unit: 'event',
|
|
3585
3543
|
},
|
|
3586
3544
|
{
|
|
3587
3545
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3588
3546
|
metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
|
|
3589
|
-
|
|
3547
|
+
nanocentsPerUnit: 200000000000,
|
|
3590
3548
|
unit: 'profile',
|
|
3591
3549
|
},
|
|
3592
3550
|
{
|
|
3593
3551
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3594
3552
|
metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
|
|
3595
|
-
|
|
3553
|
+
nanocentsPerUnit: 290000000000,
|
|
3596
3554
|
unit: 'profile',
|
|
3597
3555
|
},
|
|
3598
3556
|
{
|
|
3599
3557
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3600
3558
|
metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
|
|
3601
|
-
|
|
3559
|
+
nanocentsPerUnit: 260000000000,
|
|
3602
3560
|
unit: 'connection',
|
|
3603
3561
|
},
|
|
3604
3562
|
{
|
|
3605
3563
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3606
3564
|
metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
|
|
3607
|
-
|
|
3565
|
+
nanocentsPerUnit: 50000000000,
|
|
3608
3566
|
unit: 'config',
|
|
3609
3567
|
},
|
|
3610
3568
|
{
|
|
3611
3569
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3612
3570
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
3613
|
-
|
|
3571
|
+
nanocentsPerUnit: 50000000000,
|
|
3614
3572
|
unit: 'share',
|
|
3615
3573
|
},
|
|
3616
3574
|
{
|
|
3617
3575
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3618
3576
|
metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
|
|
3619
|
-
|
|
3577
|
+
nanocentsPerUnit: 100000000000,
|
|
3620
3578
|
unit: 'portfolio',
|
|
3621
3579
|
},
|
|
3622
3580
|
{
|
|
3623
3581
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3624
3582
|
metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
|
|
3625
|
-
|
|
3583
|
+
nanocentsPerUnit: 5000000000,
|
|
3626
3584
|
unit: 'snapshot',
|
|
3627
3585
|
},
|
|
3628
3586
|
{
|
|
3629
3587
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3630
3588
|
metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
|
|
3631
|
-
|
|
3589
|
+
nanocentsPerUnit: 5000000000,
|
|
3632
3590
|
unit: 'run',
|
|
3633
3591
|
},
|
|
3634
3592
|
{
|
|
3635
3593
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3636
3594
|
metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
|
|
3637
|
-
|
|
3595
|
+
nanocentsPerUnit: 2000000000,
|
|
3638
3596
|
unit: 'rescore',
|
|
3639
3597
|
},
|
|
3640
3598
|
{
|
|
3641
3599
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3642
3600
|
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
3643
|
-
|
|
3601
|
+
nanocentsPerUnit: 1000000000,
|
|
3644
3602
|
unit: 'call',
|
|
3645
3603
|
},
|
|
3646
3604
|
{
|
|
3647
3605
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3648
3606
|
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
3649
|
-
|
|
3607
|
+
nanocentsPerUnit: 80000000000,
|
|
3650
3608
|
unit: 'lookup',
|
|
3651
3609
|
},
|
|
3652
3610
|
{
|
|
3653
3611
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3654
3612
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
3655
|
-
|
|
3613
|
+
nanocentsPerUnit: 10000000000,
|
|
3656
3614
|
unit: 'call',
|
|
3657
3615
|
},
|
|
3658
3616
|
{
|
|
3659
3617
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
3660
3618
|
metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
|
|
3661
|
-
|
|
3619
|
+
nanocentsPerUnit: 15000000000,
|
|
3662
3620
|
unit: 'refresh',
|
|
3663
3621
|
},
|
|
3664
3622
|
],
|
|
@@ -3919,181 +3877,187 @@ exports.PUBLIC_PLANS = [
|
|
|
3919
3877
|
{
|
|
3920
3878
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
3921
3879
|
metric: enum_1.BillingMetric.MEMBERS_COUNT,
|
|
3922
|
-
|
|
3880
|
+
nanocentsPerUnit: 300000000000,
|
|
3923
3881
|
unit: 'member',
|
|
3924
3882
|
},
|
|
3925
3883
|
{
|
|
3926
3884
|
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
3927
3885
|
metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
|
|
3928
|
-
|
|
3886
|
+
nanocentsPerUnit: 3000000000,
|
|
3929
3887
|
unit: 'GB',
|
|
3930
3888
|
},
|
|
3889
|
+
{
|
|
3890
|
+
service: enum_1.BillingService.ABYSS_PLATFORM,
|
|
3891
|
+
metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
|
|
3892
|
+
nanocentsPerUnit: 58000000,
|
|
3893
|
+
unit: 'scan units',
|
|
3894
|
+
},
|
|
3931
3895
|
{
|
|
3932
3896
|
service: enum_1.BillingService.ABYSS_CLOUD,
|
|
3933
3897
|
metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
|
|
3934
|
-
|
|
3898
|
+
nanocentsPerUnit: 50000000000,
|
|
3935
3899
|
unit: 'file',
|
|
3936
3900
|
},
|
|
3937
3901
|
{
|
|
3938
3902
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3939
3903
|
metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
|
|
3940
|
-
|
|
3904
|
+
nanocentsPerUnit: 116000000000,
|
|
3941
3905
|
unit: 'board',
|
|
3942
3906
|
},
|
|
3943
3907
|
{
|
|
3944
3908
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3945
3909
|
metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
|
|
3946
|
-
|
|
3910
|
+
nanocentsPerUnit: 116000000000,
|
|
3947
3911
|
unit: 'draw',
|
|
3948
3912
|
},
|
|
3949
3913
|
{
|
|
3950
3914
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3951
3915
|
metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
|
|
3952
|
-
|
|
3916
|
+
nanocentsPerUnit: 116000000000,
|
|
3953
3917
|
unit: 'atlas',
|
|
3954
3918
|
},
|
|
3955
3919
|
{
|
|
3956
3920
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3957
3921
|
metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
|
|
3958
|
-
|
|
3922
|
+
nanocentsPerUnit: 116000000000,
|
|
3959
3923
|
unit: 'retrospective',
|
|
3960
3924
|
},
|
|
3961
3925
|
{
|
|
3962
3926
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3963
3927
|
metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
|
|
3964
|
-
|
|
3928
|
+
nanocentsPerUnit: 29000000000,
|
|
3965
3929
|
unit: 'short link',
|
|
3966
3930
|
},
|
|
3967
3931
|
{
|
|
3968
3932
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3969
3933
|
metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
|
|
3970
|
-
|
|
3971
|
-
unit: '
|
|
3934
|
+
nanocentsPerUnit: 11600000,
|
|
3935
|
+
unit: 'resolutions',
|
|
3972
3936
|
},
|
|
3973
3937
|
{
|
|
3974
3938
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3975
3939
|
metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
|
|
3976
|
-
|
|
3940
|
+
nanocentsPerUnit: 23200000000,
|
|
3977
3941
|
unit: 'transfer',
|
|
3978
3942
|
},
|
|
3979
3943
|
{
|
|
3980
3944
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3981
3945
|
metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
|
|
3982
|
-
|
|
3946
|
+
nanocentsPerUnit: 1160000000,
|
|
3983
3947
|
unit: 'upload',
|
|
3984
3948
|
},
|
|
3985
3949
|
{
|
|
3986
3950
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3987
3951
|
metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
|
|
3988
|
-
|
|
3952
|
+
nanocentsPerUnit: 290000000,
|
|
3989
3953
|
unit: 'GB',
|
|
3990
3954
|
},
|
|
3991
3955
|
{
|
|
3992
3956
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3993
3957
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
|
|
3994
|
-
|
|
3958
|
+
nanocentsPerUnit: 1960000000,
|
|
3995
3959
|
unit: 'extraction',
|
|
3996
3960
|
},
|
|
3997
3961
|
{
|
|
3998
3962
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
3999
3963
|
metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
|
|
4000
|
-
|
|
3964
|
+
nanocentsPerUnit: 100000000,
|
|
4001
3965
|
unit: 'OCR page',
|
|
4002
3966
|
},
|
|
4003
3967
|
{
|
|
4004
3968
|
service: enum_1.BillingService.ABYSS_TOOLS,
|
|
4005
3969
|
metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
|
|
4006
|
-
|
|
3970
|
+
nanocentsPerUnit: 100000000000,
|
|
4007
3971
|
unit: 'template',
|
|
4008
3972
|
},
|
|
4009
3973
|
{
|
|
4010
3974
|
service: enum_1.BillingService.ABYSS_FORM,
|
|
4011
3975
|
metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
|
|
4012
|
-
|
|
3976
|
+
nanocentsPerUnit: 156000000,
|
|
4013
3977
|
unit: 'submission',
|
|
4014
3978
|
},
|
|
4015
3979
|
{
|
|
4016
3980
|
service: enum_1.BillingService.ABYSS_MEMORIES,
|
|
4017
3981
|
metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
|
|
4018
|
-
|
|
3982
|
+
nanocentsPerUnit: 7600000000,
|
|
4019
3983
|
unit: 'event',
|
|
4020
3984
|
},
|
|
4021
3985
|
{
|
|
4022
3986
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
4023
3987
|
metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
|
|
4024
|
-
|
|
3988
|
+
nanocentsPerUnit: 200000000000,
|
|
4025
3989
|
unit: 'profile',
|
|
4026
3990
|
},
|
|
4027
3991
|
{
|
|
4028
3992
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
4029
3993
|
metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
|
|
4030
|
-
|
|
3994
|
+
nanocentsPerUnit: 290000000000,
|
|
4031
3995
|
unit: 'profile',
|
|
4032
3996
|
},
|
|
4033
3997
|
{
|
|
4034
3998
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
4035
3999
|
metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
|
|
4036
|
-
|
|
4000
|
+
nanocentsPerUnit: 260000000000,
|
|
4037
4001
|
unit: 'connection',
|
|
4038
4002
|
},
|
|
4039
4003
|
{
|
|
4040
4004
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
4041
4005
|
metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
|
|
4042
|
-
|
|
4006
|
+
nanocentsPerUnit: 50000000000,
|
|
4043
4007
|
unit: 'config',
|
|
4044
4008
|
},
|
|
4045
4009
|
{
|
|
4046
4010
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
4047
4011
|
metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
|
|
4048
|
-
|
|
4012
|
+
nanocentsPerUnit: 50000000000,
|
|
4049
4013
|
unit: 'share',
|
|
4050
4014
|
},
|
|
4051
4015
|
{
|
|
4052
4016
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
4053
4017
|
metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
|
|
4054
|
-
|
|
4018
|
+
nanocentsPerUnit: 100000000000,
|
|
4055
4019
|
unit: 'portfolio',
|
|
4056
4020
|
},
|
|
4057
4021
|
{
|
|
4058
4022
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
4059
4023
|
metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
|
|
4060
|
-
|
|
4024
|
+
nanocentsPerUnit: 5000000000,
|
|
4061
4025
|
unit: 'snapshot',
|
|
4062
4026
|
},
|
|
4063
4027
|
{
|
|
4064
4028
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
4065
4029
|
metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
|
|
4066
|
-
|
|
4030
|
+
nanocentsPerUnit: 5000000000,
|
|
4067
4031
|
unit: 'run',
|
|
4068
4032
|
},
|
|
4069
4033
|
{
|
|
4070
4034
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
4071
4035
|
metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
|
|
4072
|
-
|
|
4036
|
+
nanocentsPerUnit: 2000000000,
|
|
4073
4037
|
unit: 'rescore',
|
|
4074
4038
|
},
|
|
4075
4039
|
{
|
|
4076
4040
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
4077
4041
|
metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
|
|
4078
|
-
|
|
4042
|
+
nanocentsPerUnit: 1000000000,
|
|
4079
4043
|
unit: 'call',
|
|
4080
4044
|
},
|
|
4081
4045
|
{
|
|
4082
4046
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
4083
4047
|
metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
|
|
4084
|
-
|
|
4048
|
+
nanocentsPerUnit: 80000000000,
|
|
4085
4049
|
unit: 'lookup',
|
|
4086
4050
|
},
|
|
4087
4051
|
{
|
|
4088
4052
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
4089
4053
|
metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
|
|
4090
|
-
|
|
4054
|
+
nanocentsPerUnit: 10000000000,
|
|
4091
4055
|
unit: 'call',
|
|
4092
4056
|
},
|
|
4093
4057
|
{
|
|
4094
4058
|
service: enum_1.BillingService.ABYSS_BANKING,
|
|
4095
4059
|
metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
|
|
4096
|
-
|
|
4060
|
+
nanocentsPerUnit: 15000000000,
|
|
4097
4061
|
unit: 'refresh',
|
|
4098
4062
|
},
|
|
4099
4063
|
],
|