@abyss-project/main 1.9.0 → 1.11.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.
Files changed (56) hide show
  1. package/dist/constants/billing-catalog.constants.d.ts +9 -0
  2. package/dist/constants/billing-catalog.constants.js +39 -31
  3. package/dist/constants/billing-catalog.constants.js.map +1 -1
  4. package/dist/constants/enforcement-registry.constants.d.ts +4 -1
  5. package/dist/constants/enforcement-registry.constants.js +183 -64
  6. package/dist/constants/enforcement-registry.constants.js.map +1 -1
  7. package/dist/constants/index.d.ts +1 -0
  8. package/dist/constants/index.js +1 -0
  9. package/dist/constants/index.js.map +1 -1
  10. package/dist/constants/metric-price-scale.constants.d.ts +8 -0
  11. package/dist/constants/metric-price-scale.constants.js +91 -0
  12. package/dist/constants/metric-price-scale.constants.js.map +1 -0
  13. package/dist/constants/public-plans.constants.js +4023 -590
  14. package/dist/constants/public-plans.constants.js.map +1 -1
  15. package/dist/constants/quota-metric-kind.constants.js +0 -5
  16. package/dist/constants/quota-metric-kind.constants.js.map +1 -1
  17. package/dist/server/after-commit-emit.util.d.ts +1 -0
  18. package/dist/server/after-commit-emit.util.js +37 -1
  19. package/dist/server/after-commit-emit.util.js.map +1 -1
  20. package/dist/types/enum/abyss-application-event.enum.d.ts +1 -0
  21. package/dist/types/enum/abyss-application-event.enum.js +1 -0
  22. package/dist/types/enum/abyss-application-event.enum.js.map +1 -1
  23. package/dist/types/enum/organization-billing.enum.d.ts +5 -6
  24. package/dist/types/enum/organization-billing.enum.js +6 -6
  25. package/dist/types/enum/organization-billing.enum.js.map +1 -1
  26. package/dist/types/interface/api/requests/organization-billing.request.d.ts +2 -0
  27. package/dist/types/interface/api/requests/user-billing.request.d.ts +2 -0
  28. package/dist/types/interface/api/responses/organization-billing.response.d.ts +2 -0
  29. package/dist/types/interface/api/responses/user-billing.response.d.ts +2 -0
  30. package/dist/types/interface/index.d.ts +1 -0
  31. package/dist/types/interface/index.js +1 -0
  32. package/dist/types/interface/index.js.map +1 -1
  33. package/dist/types/interface/models/billing-daily-snapshot.model.d.ts +1 -1
  34. package/dist/types/interface/models/quota-reservation.model.d.ts +1 -0
  35. package/dist/types/interface/quota-reservation-event.d.ts +19 -0
  36. package/dist/types/interface/quota-reservation-event.js +11 -0
  37. package/dist/types/interface/quota-reservation-event.js.map +1 -0
  38. package/dist/utils/index.d.ts +1 -0
  39. package/dist/utils/index.js +1 -0
  40. package/dist/utils/index.js.map +1 -1
  41. package/dist/utils/pricing.utils.d.ts +15 -0
  42. package/dist/utils/pricing.utils.js +99 -0
  43. package/dist/utils/pricing.utils.js.map +1 -0
  44. package/package.json +1 -1
  45. package/dist/api/billing-addon-template.admin.api.d.ts +0 -7
  46. package/dist/api/billing-addon-template.admin.api.js +0 -27
  47. package/dist/api/billing-addon-template.admin.api.js.map +0 -1
  48. package/dist/types/interface/api/requests/billing-addon-template.request.d.ts +0 -32
  49. package/dist/types/interface/api/requests/billing-addon-template.request.js +0 -3
  50. package/dist/types/interface/api/requests/billing-addon-template.request.js.map +0 -1
  51. package/dist/types/interface/api/responses/billing-addon-template.response.d.ts +0 -19
  52. package/dist/types/interface/api/responses/billing-addon-template.response.js +0 -3
  53. package/dist/types/interface/api/responses/billing-addon-template.response.js.map +0 -1
  54. package/dist/types/interface/models/billing-addon-template.model.d.ts +0 -15
  55. package/dist/types/interface/models/billing-addon-template.model.js +0 -3
  56. package/dist/types/interface/models/billing-addon-template.model.js.map +0 -1
@@ -6,663 +6,4096 @@ exports.PUBLIC_PLANS = [
6
6
  {
7
7
  tier: enum_1.PlanTier.FREEMIUM,
8
8
  accountType: enum_1.PlanAccountType.USER,
9
- name: "freemium",
9
+ name: 'freemium',
10
10
  monthlyPriceEur: 0,
11
11
  quotas: [
12
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, limit: 15, sizePerUnit: null, unit: "GB" },
13
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS, limit: 1000, sizePerUnit: null, unit: "scan units" },
14
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, limit: 1000, sizePerUnit: null, unit: "files" },
15
- { service: enum_1.BillingService.ABYSS_CRYPT, metric: enum_1.BillingMetric.CRYPT_MAX_FILE_SIZE_MB, limit: 100, sizePerUnit: null, unit: "MB" },
16
- { service: enum_1.BillingService.ABYSS_CRYPT, metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH, limit: 100, sizePerUnit: null, unit: "encryptions" },
17
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORMS_COUNT, limit: 2, sizePerUnit: null, unit: "forms" },
18
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, limit: 100, sizePerUnit: null, unit: "submissions" },
19
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS, limit: 0, sizePerUnit: null, unit: "" },
20
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_DOCUMENT_SIZE_MB, limit: 0, sizePerUnit: null, unit: "MB" },
21
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_SUBMISSIONS_PER_FORM_DAY, limit: 10, sizePerUnit: null, unit: "submissions/day" },
22
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT, limit: 5, sizePerUnit: null, unit: "draws" },
23
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, limit: 3, sizePerUnit: null, unit: "boards" },
24
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT, limit: 2, sizePerUnit: null, unit: "atlases" },
25
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT, limit: 3, sizePerUnit: null, unit: "retrospectives" },
26
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT, limit: 10, sizePerUnit: null, unit: "short links" },
27
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, limit: 1000, sizePerUnit: null, unit: "clicks" },
28
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT, limit: 3, sizePerUnit: null, unit: "transfers" },
29
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH, limit: 50, sizePerUnit: null, unit: "uploads" },
30
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH, limit: 5, sizePerUnit: null, unit: "GB" },
31
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS, limit: 30, sizePerUnit: null, unit: "days" },
32
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS, limit: -1, sizePerUnit: null, unit: "days" },
33
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION, limit: 15, sizePerUnit: null, unit: "extractions" },
34
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES, limit: 50, sizePerUnit: null, unit: "OCR pages" },
35
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE, limit: 5, sizePerUnit: null, unit: "templates" },
36
- { service: enum_1.BillingService.ABYSS_TRAINING, metric: enum_1.BillingMetric.TRAINING_PROGRAMS_COUNT, limit: -1, sizePerUnit: null, unit: "programs" },
37
- { service: enum_1.BillingService.ABYSS_TRAINING, metric: enum_1.BillingMetric.TRAINING_SESSIONS_MONTH, limit: -1, sizePerUnit: null, unit: "sessions" },
38
- { service: enum_1.BillingService.ABYSS_TRAINING, metric: enum_1.BillingMetric.TRAINING_TEMPLATES_COUNT, limit: -1, sizePerUnit: null, unit: "templates" },
39
- { service: enum_1.BillingService.ABYSS_TRAINING, metric: enum_1.BillingMetric.TRAINING_CUSTOM_EXERCISES_COUNT, limit: -1, sizePerUnit: null, unit: "exercises" },
40
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, limit: 3, sizePerUnit: null, unit: "events" },
41
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT, limit: 1, sizePerUnit: null, unit: "profiles" },
42
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT, limit: 0, sizePerUnit: null, unit: "profiles" },
43
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT, limit: 1, sizePerUnit: null, unit: "connections" },
44
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT, limit: 2, sizePerUnit: null, unit: "configs" },
45
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT, limit: 0, sizePerUnit: null, unit: "shares" },
46
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT, limit: 0, sizePerUnit: null, unit: "portfolios" },
47
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH, limit: 5, sizePerUnit: null, unit: "snapshots" },
48
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH, limit: 5, sizePerUnit: null, unit: "runs" },
49
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH, limit: 20, sizePerUnit: null, unit: "rescores" },
50
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH, limit: 0, sizePerUnit: null, unit: "calls" },
51
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH, limit: 0, sizePerUnit: null, unit: "lookups" },
52
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH, limit: 5, sizePerUnit: null, unit: "calls" },
53
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH, limit: 10, sizePerUnit: null, unit: "refreshes" },
54
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH, limit: -1, sizePerUnit: null, unit: "snapshots" },
55
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_HISTORY_RETENTION_DAYS, limit: 90, sizePerUnit: null, unit: "days" },
12
+ {
13
+ service: enum_1.BillingService.ABYSS_PLATFORM,
14
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
15
+ limit: 15,
16
+ sizePerUnit: null,
17
+ unit: 'GB',
18
+ },
19
+ {
20
+ service: enum_1.BillingService.ABYSS_PLATFORM,
21
+ metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
22
+ limit: 1000,
23
+ sizePerUnit: null,
24
+ unit: 'scan units',
25
+ },
26
+ {
27
+ service: enum_1.BillingService.ABYSS_CLOUD,
28
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
29
+ limit: 1000,
30
+ sizePerUnit: null,
31
+ unit: 'files',
32
+ },
33
+ {
34
+ service: enum_1.BillingService.ABYSS_CRYPT,
35
+ metric: enum_1.BillingMetric.CRYPT_MAX_FILE_SIZE_MB,
36
+ limit: 15,
37
+ sizePerUnit: null,
38
+ unit: 'MB',
39
+ },
40
+ {
41
+ service: enum_1.BillingService.ABYSS_CRYPT,
42
+ metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH,
43
+ limit: 100,
44
+ sizePerUnit: null,
45
+ unit: 'encryptions',
46
+ },
47
+ {
48
+ service: enum_1.BillingService.ABYSS_FORM,
49
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
50
+ limit: 100,
51
+ sizePerUnit: null,
52
+ unit: 'submissions',
53
+ },
54
+ {
55
+ service: enum_1.BillingService.ABYSS_FORM,
56
+ metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS,
57
+ limit: 0,
58
+ sizePerUnit: null,
59
+ unit: '',
60
+ },
61
+ {
62
+ service: enum_1.BillingService.ABYSS_TOOLS,
63
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
64
+ limit: 5,
65
+ sizePerUnit: null,
66
+ unit: 'draws',
67
+ },
68
+ {
69
+ service: enum_1.BillingService.ABYSS_TOOLS,
70
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
71
+ limit: 3,
72
+ sizePerUnit: null,
73
+ unit: 'boards',
74
+ },
75
+ {
76
+ service: enum_1.BillingService.ABYSS_TOOLS,
77
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
78
+ limit: 2,
79
+ sizePerUnit: null,
80
+ unit: 'atlases',
81
+ },
82
+ {
83
+ service: enum_1.BillingService.ABYSS_TOOLS,
84
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
85
+ limit: 3,
86
+ sizePerUnit: null,
87
+ unit: 'retrospectives',
88
+ },
89
+ {
90
+ service: enum_1.BillingService.ABYSS_TOOLS,
91
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
92
+ limit: 10,
93
+ sizePerUnit: null,
94
+ unit: 'short links',
95
+ },
96
+ {
97
+ service: enum_1.BillingService.ABYSS_TOOLS,
98
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
99
+ limit: 1000,
100
+ sizePerUnit: null,
101
+ unit: 'clicks',
102
+ },
103
+ {
104
+ service: enum_1.BillingService.ABYSS_TOOLS,
105
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
106
+ limit: 3,
107
+ sizePerUnit: null,
108
+ unit: 'transfers',
109
+ },
110
+ {
111
+ service: enum_1.BillingService.ABYSS_TOOLS,
112
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
113
+ limit: 50,
114
+ sizePerUnit: null,
115
+ unit: 'uploads',
116
+ },
117
+ {
118
+ service: enum_1.BillingService.ABYSS_TOOLS,
119
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
120
+ limit: 5,
121
+ sizePerUnit: null,
122
+ unit: 'GB',
123
+ },
124
+ {
125
+ service: enum_1.BillingService.ABYSS_TOOLS,
126
+ metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS,
127
+ limit: 30,
128
+ sizePerUnit: null,
129
+ unit: 'days',
130
+ },
131
+ {
132
+ service: enum_1.BillingService.ABYSS_TOOLS,
133
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS,
134
+ limit: -1,
135
+ sizePerUnit: null,
136
+ unit: 'days',
137
+ },
138
+ {
139
+ service: enum_1.BillingService.ABYSS_TOOLS,
140
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
141
+ limit: 15,
142
+ sizePerUnit: null,
143
+ unit: 'extractions',
144
+ },
145
+ {
146
+ service: enum_1.BillingService.ABYSS_TOOLS,
147
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
148
+ limit: 50,
149
+ sizePerUnit: null,
150
+ unit: 'OCR pages',
151
+ },
152
+ {
153
+ service: enum_1.BillingService.ABYSS_TOOLS,
154
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
155
+ limit: 5,
156
+ sizePerUnit: null,
157
+ unit: 'templates',
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
+ {
188
+ service: enum_1.BillingService.ABYSS_MEMORIES,
189
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
190
+ limit: 3,
191
+ sizePerUnit: null,
192
+ unit: 'events',
193
+ },
194
+ {
195
+ service: enum_1.BillingService.ABYSS_BANKING,
196
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
197
+ limit: 1,
198
+ sizePerUnit: null,
199
+ unit: 'profiles',
200
+ },
201
+ {
202
+ service: enum_1.BillingService.ABYSS_BANKING,
203
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
204
+ limit: 0,
205
+ sizePerUnit: null,
206
+ unit: 'profiles',
207
+ },
208
+ {
209
+ service: enum_1.BillingService.ABYSS_BANKING,
210
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
211
+ limit: 1,
212
+ sizePerUnit: null,
213
+ unit: 'connections',
214
+ },
215
+ {
216
+ service: enum_1.BillingService.ABYSS_BANKING,
217
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
218
+ limit: 2,
219
+ sizePerUnit: null,
220
+ unit: 'configs',
221
+ },
222
+ {
223
+ service: enum_1.BillingService.ABYSS_BANKING,
224
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
225
+ limit: 0,
226
+ sizePerUnit: null,
227
+ unit: 'shares',
228
+ },
229
+ {
230
+ service: enum_1.BillingService.ABYSS_BANKING,
231
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
232
+ limit: 0,
233
+ sizePerUnit: null,
234
+ unit: 'portfolios',
235
+ },
236
+ {
237
+ service: enum_1.BillingService.ABYSS_BANKING,
238
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
239
+ limit: 5,
240
+ sizePerUnit: null,
241
+ unit: 'snapshots',
242
+ },
243
+ {
244
+ service: enum_1.BillingService.ABYSS_BANKING,
245
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
246
+ limit: 5,
247
+ sizePerUnit: null,
248
+ unit: 'runs',
249
+ },
250
+ {
251
+ service: enum_1.BillingService.ABYSS_BANKING,
252
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
253
+ limit: 20,
254
+ sizePerUnit: null,
255
+ unit: 'rescores',
256
+ },
257
+ {
258
+ service: enum_1.BillingService.ABYSS_BANKING,
259
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
260
+ limit: 0,
261
+ sizePerUnit: null,
262
+ unit: 'calls',
263
+ },
264
+ {
265
+ service: enum_1.BillingService.ABYSS_BANKING,
266
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
267
+ limit: 0,
268
+ sizePerUnit: null,
269
+ unit: 'lookups',
270
+ },
271
+ {
272
+ service: enum_1.BillingService.ABYSS_BANKING,
273
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
274
+ limit: 5,
275
+ sizePerUnit: null,
276
+ unit: 'calls',
277
+ },
278
+ {
279
+ service: enum_1.BillingService.ABYSS_BANKING,
280
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
281
+ limit: 10,
282
+ sizePerUnit: null,
283
+ unit: 'refreshes',
284
+ },
285
+ {
286
+ service: enum_1.BillingService.ABYSS_BANKING,
287
+ metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH,
288
+ limit: -1,
289
+ sizePerUnit: null,
290
+ unit: 'snapshots',
291
+ },
56
292
  ],
57
293
  overagePricing: [
58
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, pricePerUnit: 23, unit: "GB" },
59
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, pricePerUnit: 75, unit: "file" },
60
- { service: enum_1.BillingService.ABYSS_CRYPT, metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH, pricePerUnit: 75, unit: "1k encryptions" },
61
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORMS_COUNT, pricePerUnit: 150, unit: "form" },
62
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, pricePerUnit: 3, unit: "submission" },
63
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT, pricePerUnit: 75, unit: "draw" },
64
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, pricePerUnit: 75, unit: "board" },
65
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT, pricePerUnit: 75, unit: "atlas" },
66
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT, pricePerUnit: 75, unit: "retrospective" },
67
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT, pricePerUnit: 75, unit: "short link" },
68
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, pricePerUnit: 2, unit: "1k resolutions" },
69
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT, pricePerUnit: 75, unit: "transfer" },
70
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH, pricePerUnit: 8, unit: "upload" },
71
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH, pricePerUnit: 15, unit: "GB" },
72
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION, pricePerUnit: 30, unit: "extraction" },
73
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES, pricePerUnit: 5, unit: "OCR page" },
74
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE, pricePerUnit: 150, unit: "template" },
75
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, pricePerUnit: 75, unit: "event" },
76
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT, pricePerUnit: 300, unit: "profile" },
77
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT, pricePerUnit: 450, unit: "profile" },
78
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT, pricePerUnit: 225, unit: "connection" },
79
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT, pricePerUnit: 75, unit: "config" },
80
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT, pricePerUnit: 75, unit: "share" },
81
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT, pricePerUnit: 150, unit: "portfolio" },
82
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH, pricePerUnit: 8, unit: "snapshot" },
83
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH, pricePerUnit: 8, unit: "run" },
84
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH, pricePerUnit: 3, unit: "rescore" },
85
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH, pricePerUnit: 2, unit: "call" },
86
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH, pricePerUnit: 120, unit: "lookup" },
87
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH, pricePerUnit: 15, unit: "call" },
88
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH, pricePerUnit: 23, unit: "refresh" },
294
+ {
295
+ service: enum_1.BillingService.ABYSS_PLATFORM,
296
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
297
+ pricePerUnit: 23,
298
+ unit: 'GB',
299
+ },
300
+ {
301
+ service: enum_1.BillingService.ABYSS_CLOUD,
302
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
303
+ pricePerUnit: 75,
304
+ unit: 'file',
305
+ },
306
+ {
307
+ service: enum_1.BillingService.ABYSS_CRYPT,
308
+ metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH,
309
+ pricePerUnit: 75,
310
+ unit: '1k encryptions',
311
+ },
312
+ {
313
+ service: enum_1.BillingService.ABYSS_FORM,
314
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
315
+ pricePerUnit: 3,
316
+ unit: 'submission',
317
+ },
318
+ {
319
+ service: enum_1.BillingService.ABYSS_TOOLS,
320
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
321
+ pricePerUnit: 75,
322
+ unit: 'draw',
323
+ },
324
+ {
325
+ service: enum_1.BillingService.ABYSS_TOOLS,
326
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
327
+ pricePerUnit: 75,
328
+ unit: 'board',
329
+ },
330
+ {
331
+ service: enum_1.BillingService.ABYSS_TOOLS,
332
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
333
+ pricePerUnit: 75,
334
+ unit: 'atlas',
335
+ },
336
+ {
337
+ service: enum_1.BillingService.ABYSS_TOOLS,
338
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
339
+ pricePerUnit: 75,
340
+ unit: 'retrospective',
341
+ },
342
+ {
343
+ service: enum_1.BillingService.ABYSS_TOOLS,
344
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
345
+ pricePerUnit: 75,
346
+ unit: 'short link',
347
+ },
348
+ {
349
+ service: enum_1.BillingService.ABYSS_TOOLS,
350
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
351
+ pricePerUnit: 2,
352
+ unit: '1k resolutions',
353
+ },
354
+ {
355
+ service: enum_1.BillingService.ABYSS_TOOLS,
356
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
357
+ pricePerUnit: 75,
358
+ unit: 'transfer',
359
+ },
360
+ {
361
+ service: enum_1.BillingService.ABYSS_TOOLS,
362
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
363
+ pricePerUnit: 8,
364
+ unit: 'upload',
365
+ },
366
+ {
367
+ service: enum_1.BillingService.ABYSS_TOOLS,
368
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
369
+ pricePerUnit: 15,
370
+ unit: 'GB',
371
+ },
372
+ {
373
+ service: enum_1.BillingService.ABYSS_TOOLS,
374
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
375
+ pricePerUnit: 30,
376
+ unit: 'extraction',
377
+ },
378
+ {
379
+ service: enum_1.BillingService.ABYSS_TOOLS,
380
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
381
+ pricePerUnit: 5,
382
+ unit: 'OCR page',
383
+ },
384
+ {
385
+ service: enum_1.BillingService.ABYSS_TOOLS,
386
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
387
+ pricePerUnit: 150,
388
+ unit: 'template',
389
+ },
390
+ {
391
+ service: enum_1.BillingService.ABYSS_MEMORIES,
392
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
393
+ pricePerUnit: 75,
394
+ unit: 'event',
395
+ },
396
+ {
397
+ service: enum_1.BillingService.ABYSS_BANKING,
398
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
399
+ pricePerUnit: 300,
400
+ unit: 'profile',
401
+ },
402
+ {
403
+ service: enum_1.BillingService.ABYSS_BANKING,
404
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
405
+ pricePerUnit: 450,
406
+ unit: 'profile',
407
+ },
408
+ {
409
+ service: enum_1.BillingService.ABYSS_BANKING,
410
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
411
+ pricePerUnit: 225,
412
+ unit: 'connection',
413
+ },
414
+ {
415
+ service: enum_1.BillingService.ABYSS_BANKING,
416
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
417
+ pricePerUnit: 75,
418
+ unit: 'config',
419
+ },
420
+ {
421
+ service: enum_1.BillingService.ABYSS_BANKING,
422
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
423
+ pricePerUnit: 75,
424
+ unit: 'share',
425
+ },
426
+ {
427
+ service: enum_1.BillingService.ABYSS_BANKING,
428
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
429
+ pricePerUnit: 150,
430
+ unit: 'portfolio',
431
+ },
432
+ {
433
+ service: enum_1.BillingService.ABYSS_BANKING,
434
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
435
+ pricePerUnit: 8,
436
+ unit: 'snapshot',
437
+ },
438
+ {
439
+ service: enum_1.BillingService.ABYSS_BANKING,
440
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
441
+ pricePerUnit: 8,
442
+ unit: 'run',
443
+ },
444
+ {
445
+ service: enum_1.BillingService.ABYSS_BANKING,
446
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
447
+ pricePerUnit: 3,
448
+ unit: 'rescore',
449
+ },
450
+ {
451
+ service: enum_1.BillingService.ABYSS_BANKING,
452
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
453
+ pricePerUnit: 2,
454
+ unit: 'call',
455
+ },
456
+ {
457
+ service: enum_1.BillingService.ABYSS_BANKING,
458
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
459
+ pricePerUnit: 120,
460
+ unit: 'lookup',
461
+ },
462
+ {
463
+ service: enum_1.BillingService.ABYSS_BANKING,
464
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
465
+ pricePerUnit: 15,
466
+ unit: 'call',
467
+ },
468
+ {
469
+ service: enum_1.BillingService.ABYSS_BANKING,
470
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
471
+ pricePerUnit: 23,
472
+ unit: 'refresh',
473
+ },
89
474
  ],
90
475
  },
91
476
  {
92
477
  tier: enum_1.PlanTier.DEFAULT,
93
478
  accountType: enum_1.PlanAccountType.USER,
94
- name: "starter",
479
+ name: 'starter',
95
480
  monthlyPriceEur: 900,
96
481
  quotas: [
97
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, limit: 100, sizePerUnit: null, unit: "GB" },
98
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS, limit: 20000, sizePerUnit: null, unit: "scan units" },
99
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, limit: 10000, sizePerUnit: null, unit: "files" },
100
- { service: enum_1.BillingService.ABYSS_CRYPT, metric: enum_1.BillingMetric.CRYPT_MAX_FILE_SIZE_MB, limit: 100, sizePerUnit: null, unit: "MB" },
101
- { service: enum_1.BillingService.ABYSS_CRYPT, metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH, limit: 5000, sizePerUnit: null, unit: "encryptions" },
102
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORMS_COUNT, limit: 10, sizePerUnit: null, unit: "forms" },
103
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, limit: 5000, sizePerUnit: null, unit: "submissions" },
104
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS, limit: 1, sizePerUnit: null, unit: "" },
105
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_DOCUMENT_SIZE_MB, limit: 5, sizePerUnit: null, unit: "MB" },
106
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_SUBMISSIONS_PER_FORM_DAY, limit: 100, sizePerUnit: null, unit: "submissions/day" },
107
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT, limit: 50, sizePerUnit: null, unit: "draws" },
108
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, limit: 30, sizePerUnit: null, unit: "boards" },
109
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT, limit: 20, sizePerUnit: null, unit: "atlases" },
110
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT, limit: 30, sizePerUnit: null, unit: "retrospectives" },
111
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT, limit: 100, sizePerUnit: null, unit: "short links" },
112
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, limit: 100000, sizePerUnit: null, unit: "clicks" },
113
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT, limit: 25, sizePerUnit: null, unit: "transfers" },
114
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH, limit: 500, sizePerUnit: null, unit: "uploads" },
115
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH, limit: 100, sizePerUnit: null, unit: "GB" },
116
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS, limit: -1, sizePerUnit: null, unit: "days" },
117
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS, limit: -1, sizePerUnit: null, unit: "days" },
118
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION, limit: 250, sizePerUnit: null, unit: "extractions" },
119
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES, limit: 1000, sizePerUnit: null, unit: "OCR pages" },
120
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE, limit: 50, sizePerUnit: null, unit: "templates" },
121
- { service: enum_1.BillingService.ABYSS_TRAINING, metric: enum_1.BillingMetric.TRAINING_PROGRAMS_COUNT, limit: -1, sizePerUnit: null, unit: "programs" },
122
- { service: enum_1.BillingService.ABYSS_TRAINING, metric: enum_1.BillingMetric.TRAINING_SESSIONS_MONTH, limit: -1, sizePerUnit: null, unit: "sessions" },
123
- { service: enum_1.BillingService.ABYSS_TRAINING, metric: enum_1.BillingMetric.TRAINING_TEMPLATES_COUNT, limit: -1, sizePerUnit: null, unit: "templates" },
124
- { service: enum_1.BillingService.ABYSS_TRAINING, metric: enum_1.BillingMetric.TRAINING_CUSTOM_EXERCISES_COUNT, limit: -1, sizePerUnit: null, unit: "exercises" },
125
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, limit: 20, sizePerUnit: null, unit: "events" },
126
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT, limit: 10, sizePerUnit: null, unit: "profiles" },
127
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT, limit: 3, sizePerUnit: null, unit: "profiles" },
128
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT, limit: 3, sizePerUnit: null, unit: "connections" },
129
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT, limit: 10, sizePerUnit: null, unit: "configs" },
130
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT, limit: 5, sizePerUnit: null, unit: "shares" },
131
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT, limit: 1, sizePerUnit: null, unit: "portfolios" },
132
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH, limit: 100, sizePerUnit: null, unit: "snapshots" },
133
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH, limit: 50, sizePerUnit: null, unit: "runs" },
134
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH, limit: 200, sizePerUnit: null, unit: "rescores" },
135
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH, limit: 500, sizePerUnit: null, unit: "calls" },
136
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH, limit: 10, sizePerUnit: null, unit: "lookups" },
137
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH, limit: 100, sizePerUnit: null, unit: "calls" },
138
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH, limit: 50, sizePerUnit: null, unit: "refreshes" },
139
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH, limit: -1, sizePerUnit: null, unit: "snapshots" },
140
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_HISTORY_RETENTION_DAYS, limit: 365, sizePerUnit: null, unit: "days" },
482
+ {
483
+ service: enum_1.BillingService.ABYSS_PLATFORM,
484
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
485
+ limit: 100,
486
+ sizePerUnit: null,
487
+ unit: 'GB',
488
+ },
489
+ {
490
+ service: enum_1.BillingService.ABYSS_PLATFORM,
491
+ metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
492
+ limit: 20000,
493
+ sizePerUnit: null,
494
+ unit: 'scan units',
495
+ },
496
+ {
497
+ service: enum_1.BillingService.ABYSS_CLOUD,
498
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
499
+ limit: 10000,
500
+ sizePerUnit: null,
501
+ unit: 'files',
502
+ },
503
+ {
504
+ service: enum_1.BillingService.ABYSS_CRYPT,
505
+ metric: enum_1.BillingMetric.CRYPT_MAX_FILE_SIZE_MB,
506
+ limit: 50,
507
+ sizePerUnit: null,
508
+ unit: 'MB',
509
+ },
510
+ {
511
+ service: enum_1.BillingService.ABYSS_CRYPT,
512
+ metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH,
513
+ limit: 5000,
514
+ sizePerUnit: null,
515
+ unit: 'encryptions',
516
+ },
517
+ {
518
+ service: enum_1.BillingService.ABYSS_FORM,
519
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
520
+ limit: 5000,
521
+ sizePerUnit: null,
522
+ unit: 'submissions',
523
+ },
524
+ {
525
+ service: enum_1.BillingService.ABYSS_FORM,
526
+ metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS,
527
+ limit: 1,
528
+ sizePerUnit: null,
529
+ unit: '',
530
+ },
531
+ {
532
+ service: enum_1.BillingService.ABYSS_TOOLS,
533
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
534
+ limit: 50,
535
+ sizePerUnit: null,
536
+ unit: 'draws',
537
+ },
538
+ {
539
+ service: enum_1.BillingService.ABYSS_TOOLS,
540
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
541
+ limit: 30,
542
+ sizePerUnit: null,
543
+ unit: 'boards',
544
+ },
545
+ {
546
+ service: enum_1.BillingService.ABYSS_TOOLS,
547
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
548
+ limit: 20,
549
+ sizePerUnit: null,
550
+ unit: 'atlases',
551
+ },
552
+ {
553
+ service: enum_1.BillingService.ABYSS_TOOLS,
554
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
555
+ limit: 30,
556
+ sizePerUnit: null,
557
+ unit: 'retrospectives',
558
+ },
559
+ {
560
+ service: enum_1.BillingService.ABYSS_TOOLS,
561
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
562
+ limit: 100,
563
+ sizePerUnit: null,
564
+ unit: 'short links',
565
+ },
566
+ {
567
+ service: enum_1.BillingService.ABYSS_TOOLS,
568
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
569
+ limit: 100000,
570
+ sizePerUnit: null,
571
+ unit: 'clicks',
572
+ },
573
+ {
574
+ service: enum_1.BillingService.ABYSS_TOOLS,
575
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
576
+ limit: 25,
577
+ sizePerUnit: null,
578
+ unit: 'transfers',
579
+ },
580
+ {
581
+ service: enum_1.BillingService.ABYSS_TOOLS,
582
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
583
+ limit: 500,
584
+ sizePerUnit: null,
585
+ unit: 'uploads',
586
+ },
587
+ {
588
+ service: enum_1.BillingService.ABYSS_TOOLS,
589
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
590
+ limit: 100,
591
+ sizePerUnit: null,
592
+ unit: 'GB',
593
+ },
594
+ {
595
+ service: enum_1.BillingService.ABYSS_TOOLS,
596
+ metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS,
597
+ limit: -1,
598
+ sizePerUnit: null,
599
+ unit: 'days',
600
+ },
601
+ {
602
+ service: enum_1.BillingService.ABYSS_TOOLS,
603
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS,
604
+ limit: -1,
605
+ sizePerUnit: null,
606
+ unit: 'days',
607
+ },
608
+ {
609
+ service: enum_1.BillingService.ABYSS_TOOLS,
610
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
611
+ limit: 250,
612
+ sizePerUnit: null,
613
+ unit: 'extractions',
614
+ },
615
+ {
616
+ service: enum_1.BillingService.ABYSS_TOOLS,
617
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
618
+ limit: 1000,
619
+ sizePerUnit: null,
620
+ unit: 'OCR pages',
621
+ },
622
+ {
623
+ service: enum_1.BillingService.ABYSS_TOOLS,
624
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
625
+ limit: 50,
626
+ sizePerUnit: null,
627
+ unit: 'templates',
628
+ },
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
+ {
658
+ service: enum_1.BillingService.ABYSS_MEMORIES,
659
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
660
+ limit: 20,
661
+ sizePerUnit: null,
662
+ unit: 'events',
663
+ },
664
+ {
665
+ service: enum_1.BillingService.ABYSS_BANKING,
666
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
667
+ limit: 10,
668
+ sizePerUnit: null,
669
+ unit: 'profiles',
670
+ },
671
+ {
672
+ service: enum_1.BillingService.ABYSS_BANKING,
673
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
674
+ limit: 3,
675
+ sizePerUnit: null,
676
+ unit: 'profiles',
677
+ },
678
+ {
679
+ service: enum_1.BillingService.ABYSS_BANKING,
680
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
681
+ limit: 3,
682
+ sizePerUnit: null,
683
+ unit: 'connections',
684
+ },
685
+ {
686
+ service: enum_1.BillingService.ABYSS_BANKING,
687
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
688
+ limit: 10,
689
+ sizePerUnit: null,
690
+ unit: 'configs',
691
+ },
692
+ {
693
+ service: enum_1.BillingService.ABYSS_BANKING,
694
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
695
+ limit: 5,
696
+ sizePerUnit: null,
697
+ unit: 'shares',
698
+ },
699
+ {
700
+ service: enum_1.BillingService.ABYSS_BANKING,
701
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
702
+ limit: 1,
703
+ sizePerUnit: null,
704
+ unit: 'portfolios',
705
+ },
706
+ {
707
+ service: enum_1.BillingService.ABYSS_BANKING,
708
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
709
+ limit: 100,
710
+ sizePerUnit: null,
711
+ unit: 'snapshots',
712
+ },
713
+ {
714
+ service: enum_1.BillingService.ABYSS_BANKING,
715
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
716
+ limit: 50,
717
+ sizePerUnit: null,
718
+ unit: 'runs',
719
+ },
720
+ {
721
+ service: enum_1.BillingService.ABYSS_BANKING,
722
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
723
+ limit: 200,
724
+ sizePerUnit: null,
725
+ unit: 'rescores',
726
+ },
727
+ {
728
+ service: enum_1.BillingService.ABYSS_BANKING,
729
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
730
+ limit: 500,
731
+ sizePerUnit: null,
732
+ unit: 'calls',
733
+ },
734
+ {
735
+ service: enum_1.BillingService.ABYSS_BANKING,
736
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
737
+ limit: 10,
738
+ sizePerUnit: null,
739
+ unit: 'lookups',
740
+ },
741
+ {
742
+ service: enum_1.BillingService.ABYSS_BANKING,
743
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
744
+ limit: 100,
745
+ sizePerUnit: null,
746
+ unit: 'calls',
747
+ },
748
+ {
749
+ service: enum_1.BillingService.ABYSS_BANKING,
750
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
751
+ limit: 50,
752
+ sizePerUnit: null,
753
+ unit: 'refreshes',
754
+ },
755
+ {
756
+ service: enum_1.BillingService.ABYSS_BANKING,
757
+ metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH,
758
+ limit: -1,
759
+ sizePerUnit: null,
760
+ unit: 'snapshots',
761
+ },
141
762
  ],
142
763
  overagePricing: [
143
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, pricePerUnit: 15, unit: "GB" },
144
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, pricePerUnit: 50, unit: "file" },
145
- { service: enum_1.BillingService.ABYSS_CRYPT, metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH, pricePerUnit: 50, unit: "1k encryptions" },
146
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORMS_COUNT, pricePerUnit: 100, unit: "form" },
147
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, pricePerUnit: 2, unit: "submission" },
148
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT, pricePerUnit: 50, unit: "draw" },
149
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, pricePerUnit: 50, unit: "board" },
150
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT, pricePerUnit: 50, unit: "atlas" },
151
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT, pricePerUnit: 50, unit: "retrospective" },
152
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT, pricePerUnit: 50, unit: "short link" },
153
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, pricePerUnit: 1, unit: "1k resolutions" },
154
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT, pricePerUnit: 50, unit: "transfer" },
155
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH, pricePerUnit: 5, unit: "upload" },
156
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH, pricePerUnit: 10, unit: "GB" },
157
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION, pricePerUnit: 20, unit: "extraction" },
158
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES, pricePerUnit: 3, unit: "OCR page" },
159
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE, pricePerUnit: 100, unit: "template" },
160
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, pricePerUnit: 50, unit: "event" },
161
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT, pricePerUnit: 200, unit: "profile" },
162
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT, pricePerUnit: 300, unit: "profile" },
163
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT, pricePerUnit: 150, unit: "connection" },
164
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT, pricePerUnit: 50, unit: "config" },
165
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT, pricePerUnit: 50, unit: "share" },
166
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT, pricePerUnit: 100, unit: "portfolio" },
167
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH, pricePerUnit: 5, unit: "snapshot" },
168
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH, pricePerUnit: 5, unit: "run" },
169
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH, pricePerUnit: 2, unit: "rescore" },
170
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH, pricePerUnit: 1, unit: "call" },
171
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH, pricePerUnit: 80, unit: "lookup" },
172
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH, pricePerUnit: 10, unit: "call" },
173
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH, pricePerUnit: 15, unit: "refresh" },
764
+ {
765
+ service: enum_1.BillingService.ABYSS_PLATFORM,
766
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
767
+ pricePerUnit: 15,
768
+ unit: 'GB',
769
+ },
770
+ {
771
+ service: enum_1.BillingService.ABYSS_CLOUD,
772
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
773
+ pricePerUnit: 50,
774
+ unit: 'file',
775
+ },
776
+ {
777
+ service: enum_1.BillingService.ABYSS_CRYPT,
778
+ metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH,
779
+ pricePerUnit: 50,
780
+ unit: '1k encryptions',
781
+ },
782
+ {
783
+ service: enum_1.BillingService.ABYSS_FORM,
784
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
785
+ pricePerUnit: 2,
786
+ unit: 'submission',
787
+ },
788
+ {
789
+ service: enum_1.BillingService.ABYSS_TOOLS,
790
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
791
+ pricePerUnit: 50,
792
+ unit: 'draw',
793
+ },
794
+ {
795
+ service: enum_1.BillingService.ABYSS_TOOLS,
796
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
797
+ pricePerUnit: 50,
798
+ unit: 'board',
799
+ },
800
+ {
801
+ service: enum_1.BillingService.ABYSS_TOOLS,
802
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
803
+ pricePerUnit: 50,
804
+ unit: 'atlas',
805
+ },
806
+ {
807
+ service: enum_1.BillingService.ABYSS_TOOLS,
808
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
809
+ pricePerUnit: 50,
810
+ unit: 'retrospective',
811
+ },
812
+ {
813
+ service: enum_1.BillingService.ABYSS_TOOLS,
814
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
815
+ pricePerUnit: 50,
816
+ unit: 'short link',
817
+ },
818
+ {
819
+ service: enum_1.BillingService.ABYSS_TOOLS,
820
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
821
+ pricePerUnit: 1,
822
+ unit: '1k resolutions',
823
+ },
824
+ {
825
+ service: enum_1.BillingService.ABYSS_TOOLS,
826
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
827
+ pricePerUnit: 50,
828
+ unit: 'transfer',
829
+ },
830
+ {
831
+ service: enum_1.BillingService.ABYSS_TOOLS,
832
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
833
+ pricePerUnit: 5,
834
+ unit: 'upload',
835
+ },
836
+ {
837
+ service: enum_1.BillingService.ABYSS_TOOLS,
838
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
839
+ pricePerUnit: 10,
840
+ unit: 'GB',
841
+ },
842
+ {
843
+ service: enum_1.BillingService.ABYSS_TOOLS,
844
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
845
+ pricePerUnit: 20,
846
+ unit: 'extraction',
847
+ },
848
+ {
849
+ service: enum_1.BillingService.ABYSS_TOOLS,
850
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
851
+ pricePerUnit: 3,
852
+ unit: 'OCR page',
853
+ },
854
+ {
855
+ service: enum_1.BillingService.ABYSS_TOOLS,
856
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
857
+ pricePerUnit: 100,
858
+ unit: 'template',
859
+ },
860
+ {
861
+ service: enum_1.BillingService.ABYSS_MEMORIES,
862
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
863
+ pricePerUnit: 50,
864
+ unit: 'event',
865
+ },
866
+ {
867
+ service: enum_1.BillingService.ABYSS_BANKING,
868
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
869
+ pricePerUnit: 200,
870
+ unit: 'profile',
871
+ },
872
+ {
873
+ service: enum_1.BillingService.ABYSS_BANKING,
874
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
875
+ pricePerUnit: 300,
876
+ unit: 'profile',
877
+ },
878
+ {
879
+ service: enum_1.BillingService.ABYSS_BANKING,
880
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
881
+ pricePerUnit: 150,
882
+ unit: 'connection',
883
+ },
884
+ {
885
+ service: enum_1.BillingService.ABYSS_BANKING,
886
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
887
+ pricePerUnit: 50,
888
+ unit: 'config',
889
+ },
890
+ {
891
+ service: enum_1.BillingService.ABYSS_BANKING,
892
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
893
+ pricePerUnit: 50,
894
+ unit: 'share',
895
+ },
896
+ {
897
+ service: enum_1.BillingService.ABYSS_BANKING,
898
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
899
+ pricePerUnit: 100,
900
+ unit: 'portfolio',
901
+ },
902
+ {
903
+ service: enum_1.BillingService.ABYSS_BANKING,
904
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
905
+ pricePerUnit: 5,
906
+ unit: 'snapshot',
907
+ },
908
+ {
909
+ service: enum_1.BillingService.ABYSS_BANKING,
910
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
911
+ pricePerUnit: 5,
912
+ unit: 'run',
913
+ },
914
+ {
915
+ service: enum_1.BillingService.ABYSS_BANKING,
916
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
917
+ pricePerUnit: 2,
918
+ unit: 'rescore',
919
+ },
920
+ {
921
+ service: enum_1.BillingService.ABYSS_BANKING,
922
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
923
+ pricePerUnit: 1,
924
+ unit: 'call',
925
+ },
926
+ {
927
+ service: enum_1.BillingService.ABYSS_BANKING,
928
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
929
+ pricePerUnit: 80,
930
+ unit: 'lookup',
931
+ },
932
+ {
933
+ service: enum_1.BillingService.ABYSS_BANKING,
934
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
935
+ pricePerUnit: 10,
936
+ unit: 'call',
937
+ },
938
+ {
939
+ service: enum_1.BillingService.ABYSS_BANKING,
940
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
941
+ pricePerUnit: 15,
942
+ unit: 'refresh',
943
+ },
174
944
  ],
175
945
  },
176
946
  {
177
947
  tier: enum_1.PlanTier.DEFAULT,
178
948
  accountType: enum_1.PlanAccountType.USER,
179
- name: "pro",
949
+ name: 'pro',
180
950
  monthlyPriceEur: 2900,
181
951
  quotas: [
182
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, limit: 2000, sizePerUnit: null, unit: "GB" },
183
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS, limit: 200000, sizePerUnit: null, unit: "scan units" },
184
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, limit: -1, sizePerUnit: null, unit: "files" },
185
- { service: enum_1.BillingService.ABYSS_CRYPT, metric: enum_1.BillingMetric.CRYPT_MAX_FILE_SIZE_MB, limit: 100, sizePerUnit: null, unit: "MB" },
186
- { service: enum_1.BillingService.ABYSS_CRYPT, metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH, limit: 50000, sizePerUnit: null, unit: "encryptions" },
187
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORMS_COUNT, limit: -1, sizePerUnit: null, unit: "forms" },
188
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, limit: 50000, sizePerUnit: null, unit: "submissions" },
189
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS, limit: 1, sizePerUnit: null, unit: "" },
190
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_DOCUMENT_SIZE_MB, limit: 25, sizePerUnit: null, unit: "MB" },
191
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_SUBMISSIONS_PER_FORM_DAY, limit: -1, sizePerUnit: null, unit: "submissions/day" },
192
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT, limit: -1, sizePerUnit: null, unit: "draws" },
193
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, limit: -1, sizePerUnit: null, unit: "boards" },
194
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT, limit: -1, sizePerUnit: null, unit: "atlases" },
195
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT, limit: -1, sizePerUnit: null, unit: "retrospectives" },
196
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT, limit: -1, sizePerUnit: null, unit: "short links" },
197
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, limit: 1000000, sizePerUnit: null, unit: "clicks" },
198
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT, limit: 200, sizePerUnit: null, unit: "transfers" },
199
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH, limit: 5000, sizePerUnit: null, unit: "uploads" },
200
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH, limit: 1000, sizePerUnit: null, unit: "GB" },
201
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS, limit: -1, sizePerUnit: null, unit: "days" },
202
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS, limit: -1, sizePerUnit: null, unit: "days" },
203
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION, limit: 2500, sizePerUnit: null, unit: "extractions" },
204
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES, limit: 10000, sizePerUnit: null, unit: "OCR pages" },
205
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE, limit: -1, sizePerUnit: null, unit: "templates" },
206
- { service: enum_1.BillingService.ABYSS_TRAINING, metric: enum_1.BillingMetric.TRAINING_PROGRAMS_COUNT, limit: -1, sizePerUnit: null, unit: "programs" },
207
- { service: enum_1.BillingService.ABYSS_TRAINING, metric: enum_1.BillingMetric.TRAINING_SESSIONS_MONTH, limit: -1, sizePerUnit: null, unit: "sessions" },
208
- { service: enum_1.BillingService.ABYSS_TRAINING, metric: enum_1.BillingMetric.TRAINING_TEMPLATES_COUNT, limit: -1, sizePerUnit: null, unit: "templates" },
209
- { service: enum_1.BillingService.ABYSS_TRAINING, metric: enum_1.BillingMetric.TRAINING_CUSTOM_EXERCISES_COUNT, limit: -1, sizePerUnit: null, unit: "exercises" },
210
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, limit: -1, sizePerUnit: null, unit: "events" },
211
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT, limit: 50, sizePerUnit: null, unit: "profiles" },
212
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT, limit: 20, sizePerUnit: null, unit: "profiles" },
213
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT, limit: 10, sizePerUnit: null, unit: "connections" },
214
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT, limit: -1, sizePerUnit: null, unit: "configs" },
215
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT, limit: 50, sizePerUnit: null, unit: "shares" },
216
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT, limit: 5, sizePerUnit: null, unit: "portfolios" },
217
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH, limit: 500, sizePerUnit: null, unit: "snapshots" },
218
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH, limit: 300, sizePerUnit: null, unit: "runs" },
219
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH, limit: 1000, sizePerUnit: null, unit: "rescores" },
220
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH, limit: 5000, sizePerUnit: null, unit: "calls" },
221
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH, limit: 100, sizePerUnit: null, unit: "lookups" },
222
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH, limit: 1000, sizePerUnit: null, unit: "calls" },
223
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH, limit: 200, sizePerUnit: null, unit: "refreshes" },
224
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH, limit: -1, sizePerUnit: null, unit: "snapshots" },
225
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_HISTORY_RETENTION_DAYS, limit: 730, sizePerUnit: null, unit: "days" },
952
+ {
953
+ service: enum_1.BillingService.ABYSS_PLATFORM,
954
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
955
+ limit: 2000,
956
+ sizePerUnit: null,
957
+ unit: 'GB',
958
+ },
959
+ {
960
+ service: enum_1.BillingService.ABYSS_PLATFORM,
961
+ metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
962
+ limit: 200000,
963
+ sizePerUnit: null,
964
+ unit: 'scan units',
965
+ },
966
+ {
967
+ service: enum_1.BillingService.ABYSS_CLOUD,
968
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
969
+ limit: -1,
970
+ sizePerUnit: null,
971
+ unit: 'files',
972
+ },
973
+ {
974
+ service: enum_1.BillingService.ABYSS_CRYPT,
975
+ metric: enum_1.BillingMetric.CRYPT_MAX_FILE_SIZE_MB,
976
+ limit: 100,
977
+ sizePerUnit: null,
978
+ unit: 'MB',
979
+ },
980
+ {
981
+ service: enum_1.BillingService.ABYSS_CRYPT,
982
+ metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH,
983
+ limit: 50000,
984
+ sizePerUnit: null,
985
+ unit: 'encryptions',
986
+ },
987
+ {
988
+ service: enum_1.BillingService.ABYSS_FORM,
989
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
990
+ limit: 50000,
991
+ sizePerUnit: null,
992
+ unit: 'submissions',
993
+ },
994
+ {
995
+ service: enum_1.BillingService.ABYSS_FORM,
996
+ metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS,
997
+ limit: 1,
998
+ sizePerUnit: null,
999
+ unit: '',
1000
+ },
1001
+ {
1002
+ service: enum_1.BillingService.ABYSS_TOOLS,
1003
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
1004
+ limit: -1,
1005
+ sizePerUnit: null,
1006
+ unit: 'draws',
1007
+ },
1008
+ {
1009
+ service: enum_1.BillingService.ABYSS_TOOLS,
1010
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
1011
+ limit: -1,
1012
+ sizePerUnit: null,
1013
+ unit: 'boards',
1014
+ },
1015
+ {
1016
+ service: enum_1.BillingService.ABYSS_TOOLS,
1017
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
1018
+ limit: -1,
1019
+ sizePerUnit: null,
1020
+ unit: 'atlases',
1021
+ },
1022
+ {
1023
+ service: enum_1.BillingService.ABYSS_TOOLS,
1024
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
1025
+ limit: -1,
1026
+ sizePerUnit: null,
1027
+ unit: 'retrospectives',
1028
+ },
1029
+ {
1030
+ service: enum_1.BillingService.ABYSS_TOOLS,
1031
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
1032
+ limit: -1,
1033
+ sizePerUnit: null,
1034
+ unit: 'short links',
1035
+ },
1036
+ {
1037
+ service: enum_1.BillingService.ABYSS_TOOLS,
1038
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
1039
+ limit: 1000000,
1040
+ sizePerUnit: null,
1041
+ unit: 'clicks',
1042
+ },
1043
+ {
1044
+ service: enum_1.BillingService.ABYSS_TOOLS,
1045
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
1046
+ limit: 200,
1047
+ sizePerUnit: null,
1048
+ unit: 'transfers',
1049
+ },
1050
+ {
1051
+ service: enum_1.BillingService.ABYSS_TOOLS,
1052
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
1053
+ limit: 5000,
1054
+ sizePerUnit: null,
1055
+ unit: 'uploads',
1056
+ },
1057
+ {
1058
+ service: enum_1.BillingService.ABYSS_TOOLS,
1059
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
1060
+ limit: 1000,
1061
+ sizePerUnit: null,
1062
+ unit: 'GB',
1063
+ },
1064
+ {
1065
+ service: enum_1.BillingService.ABYSS_TOOLS,
1066
+ metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS,
1067
+ limit: -1,
1068
+ sizePerUnit: null,
1069
+ unit: 'days',
1070
+ },
1071
+ {
1072
+ service: enum_1.BillingService.ABYSS_TOOLS,
1073
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS,
1074
+ limit: -1,
1075
+ sizePerUnit: null,
1076
+ unit: 'days',
1077
+ },
1078
+ {
1079
+ service: enum_1.BillingService.ABYSS_TOOLS,
1080
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
1081
+ limit: 2500,
1082
+ sizePerUnit: null,
1083
+ unit: 'extractions',
1084
+ },
1085
+ {
1086
+ service: enum_1.BillingService.ABYSS_TOOLS,
1087
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
1088
+ limit: 10000,
1089
+ sizePerUnit: null,
1090
+ unit: 'OCR pages',
1091
+ },
1092
+ {
1093
+ service: enum_1.BillingService.ABYSS_TOOLS,
1094
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
1095
+ limit: -1,
1096
+ sizePerUnit: null,
1097
+ unit: 'templates',
1098
+ },
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
+ {
1128
+ service: enum_1.BillingService.ABYSS_MEMORIES,
1129
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
1130
+ limit: -1,
1131
+ sizePerUnit: null,
1132
+ unit: 'events',
1133
+ },
1134
+ {
1135
+ service: enum_1.BillingService.ABYSS_BANKING,
1136
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
1137
+ limit: 50,
1138
+ sizePerUnit: null,
1139
+ unit: 'profiles',
1140
+ },
1141
+ {
1142
+ service: enum_1.BillingService.ABYSS_BANKING,
1143
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
1144
+ limit: 20,
1145
+ sizePerUnit: null,
1146
+ unit: 'profiles',
1147
+ },
1148
+ {
1149
+ service: enum_1.BillingService.ABYSS_BANKING,
1150
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
1151
+ limit: 10,
1152
+ sizePerUnit: null,
1153
+ unit: 'connections',
1154
+ },
1155
+ {
1156
+ service: enum_1.BillingService.ABYSS_BANKING,
1157
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
1158
+ limit: -1,
1159
+ sizePerUnit: null,
1160
+ unit: 'configs',
1161
+ },
1162
+ {
1163
+ service: enum_1.BillingService.ABYSS_BANKING,
1164
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
1165
+ limit: 50,
1166
+ sizePerUnit: null,
1167
+ unit: 'shares',
1168
+ },
1169
+ {
1170
+ service: enum_1.BillingService.ABYSS_BANKING,
1171
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
1172
+ limit: 5,
1173
+ sizePerUnit: null,
1174
+ unit: 'portfolios',
1175
+ },
1176
+ {
1177
+ service: enum_1.BillingService.ABYSS_BANKING,
1178
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
1179
+ limit: 500,
1180
+ sizePerUnit: null,
1181
+ unit: 'snapshots',
1182
+ },
1183
+ {
1184
+ service: enum_1.BillingService.ABYSS_BANKING,
1185
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
1186
+ limit: 300,
1187
+ sizePerUnit: null,
1188
+ unit: 'runs',
1189
+ },
1190
+ {
1191
+ service: enum_1.BillingService.ABYSS_BANKING,
1192
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
1193
+ limit: 1000,
1194
+ sizePerUnit: null,
1195
+ unit: 'rescores',
1196
+ },
1197
+ {
1198
+ service: enum_1.BillingService.ABYSS_BANKING,
1199
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
1200
+ limit: 5000,
1201
+ sizePerUnit: null,
1202
+ unit: 'calls',
1203
+ },
1204
+ {
1205
+ service: enum_1.BillingService.ABYSS_BANKING,
1206
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
1207
+ limit: 100,
1208
+ sizePerUnit: null,
1209
+ unit: 'lookups',
1210
+ },
1211
+ {
1212
+ service: enum_1.BillingService.ABYSS_BANKING,
1213
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
1214
+ limit: 1000,
1215
+ sizePerUnit: null,
1216
+ unit: 'calls',
1217
+ },
1218
+ {
1219
+ service: enum_1.BillingService.ABYSS_BANKING,
1220
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
1221
+ limit: 200,
1222
+ sizePerUnit: null,
1223
+ unit: 'refreshes',
1224
+ },
1225
+ {
1226
+ service: enum_1.BillingService.ABYSS_BANKING,
1227
+ metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH,
1228
+ limit: -1,
1229
+ sizePerUnit: null,
1230
+ unit: 'snapshots',
1231
+ },
226
1232
  ],
227
1233
  overagePricing: [
228
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, pricePerUnit: 15, unit: "GB" },
229
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, pricePerUnit: 50, unit: "file" },
230
- { service: enum_1.BillingService.ABYSS_CRYPT, metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH, pricePerUnit: 50, unit: "1k encryptions" },
231
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORMS_COUNT, pricePerUnit: 100, unit: "form" },
232
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, pricePerUnit: 2, unit: "submission" },
233
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT, pricePerUnit: 50, unit: "draw" },
234
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, pricePerUnit: 50, unit: "board" },
235
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT, pricePerUnit: 50, unit: "atlas" },
236
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT, pricePerUnit: 50, unit: "retrospective" },
237
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT, pricePerUnit: 50, unit: "short link" },
238
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, pricePerUnit: 1, unit: "1k resolutions" },
239
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT, pricePerUnit: 50, unit: "transfer" },
240
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH, pricePerUnit: 5, unit: "upload" },
241
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH, pricePerUnit: 10, unit: "GB" },
242
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION, pricePerUnit: 20, unit: "extraction" },
243
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES, pricePerUnit: 3, unit: "OCR page" },
244
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE, pricePerUnit: 100, unit: "template" },
245
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, pricePerUnit: 50, unit: "event" },
246
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT, pricePerUnit: 200, unit: "profile" },
247
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT, pricePerUnit: 300, unit: "profile" },
248
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT, pricePerUnit: 150, unit: "connection" },
249
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT, pricePerUnit: 50, unit: "config" },
250
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT, pricePerUnit: 50, unit: "share" },
251
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT, pricePerUnit: 100, unit: "portfolio" },
252
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH, pricePerUnit: 5, unit: "snapshot" },
253
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH, pricePerUnit: 5, unit: "run" },
254
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH, pricePerUnit: 2, unit: "rescore" },
255
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH, pricePerUnit: 1, unit: "call" },
256
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH, pricePerUnit: 80, unit: "lookup" },
257
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH, pricePerUnit: 10, unit: "call" },
258
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH, pricePerUnit: 15, unit: "refresh" },
1234
+ {
1235
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1236
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
1237
+ pricePerUnit: 15,
1238
+ unit: 'GB',
1239
+ },
1240
+ {
1241
+ service: enum_1.BillingService.ABYSS_CLOUD,
1242
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
1243
+ pricePerUnit: 50,
1244
+ unit: 'file',
1245
+ },
1246
+ {
1247
+ service: enum_1.BillingService.ABYSS_CRYPT,
1248
+ metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH,
1249
+ pricePerUnit: 50,
1250
+ unit: '1k encryptions',
1251
+ },
1252
+ {
1253
+ service: enum_1.BillingService.ABYSS_FORM,
1254
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
1255
+ pricePerUnit: 2,
1256
+ unit: 'submission',
1257
+ },
1258
+ {
1259
+ service: enum_1.BillingService.ABYSS_TOOLS,
1260
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
1261
+ pricePerUnit: 50,
1262
+ unit: 'draw',
1263
+ },
1264
+ {
1265
+ service: enum_1.BillingService.ABYSS_TOOLS,
1266
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
1267
+ pricePerUnit: 50,
1268
+ unit: 'board',
1269
+ },
1270
+ {
1271
+ service: enum_1.BillingService.ABYSS_TOOLS,
1272
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
1273
+ pricePerUnit: 50,
1274
+ unit: 'atlas',
1275
+ },
1276
+ {
1277
+ service: enum_1.BillingService.ABYSS_TOOLS,
1278
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
1279
+ pricePerUnit: 50,
1280
+ unit: 'retrospective',
1281
+ },
1282
+ {
1283
+ service: enum_1.BillingService.ABYSS_TOOLS,
1284
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
1285
+ pricePerUnit: 50,
1286
+ unit: 'short link',
1287
+ },
1288
+ {
1289
+ service: enum_1.BillingService.ABYSS_TOOLS,
1290
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
1291
+ pricePerUnit: 1,
1292
+ unit: '1k resolutions',
1293
+ },
1294
+ {
1295
+ service: enum_1.BillingService.ABYSS_TOOLS,
1296
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
1297
+ pricePerUnit: 50,
1298
+ unit: 'transfer',
1299
+ },
1300
+ {
1301
+ service: enum_1.BillingService.ABYSS_TOOLS,
1302
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
1303
+ pricePerUnit: 5,
1304
+ unit: 'upload',
1305
+ },
1306
+ {
1307
+ service: enum_1.BillingService.ABYSS_TOOLS,
1308
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
1309
+ pricePerUnit: 10,
1310
+ unit: 'GB',
1311
+ },
1312
+ {
1313
+ service: enum_1.BillingService.ABYSS_TOOLS,
1314
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
1315
+ pricePerUnit: 20,
1316
+ unit: 'extraction',
1317
+ },
1318
+ {
1319
+ service: enum_1.BillingService.ABYSS_TOOLS,
1320
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
1321
+ pricePerUnit: 3,
1322
+ unit: 'OCR page',
1323
+ },
1324
+ {
1325
+ service: enum_1.BillingService.ABYSS_TOOLS,
1326
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
1327
+ pricePerUnit: 100,
1328
+ unit: 'template',
1329
+ },
1330
+ {
1331
+ service: enum_1.BillingService.ABYSS_MEMORIES,
1332
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
1333
+ pricePerUnit: 50,
1334
+ unit: 'event',
1335
+ },
1336
+ {
1337
+ service: enum_1.BillingService.ABYSS_BANKING,
1338
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
1339
+ pricePerUnit: 200,
1340
+ unit: 'profile',
1341
+ },
1342
+ {
1343
+ service: enum_1.BillingService.ABYSS_BANKING,
1344
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
1345
+ pricePerUnit: 300,
1346
+ unit: 'profile',
1347
+ },
1348
+ {
1349
+ service: enum_1.BillingService.ABYSS_BANKING,
1350
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
1351
+ pricePerUnit: 150,
1352
+ unit: 'connection',
1353
+ },
1354
+ {
1355
+ service: enum_1.BillingService.ABYSS_BANKING,
1356
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
1357
+ pricePerUnit: 50,
1358
+ unit: 'config',
1359
+ },
1360
+ {
1361
+ service: enum_1.BillingService.ABYSS_BANKING,
1362
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
1363
+ pricePerUnit: 50,
1364
+ unit: 'share',
1365
+ },
1366
+ {
1367
+ service: enum_1.BillingService.ABYSS_BANKING,
1368
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
1369
+ pricePerUnit: 100,
1370
+ unit: 'portfolio',
1371
+ },
1372
+ {
1373
+ service: enum_1.BillingService.ABYSS_BANKING,
1374
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
1375
+ pricePerUnit: 5,
1376
+ unit: 'snapshot',
1377
+ },
1378
+ {
1379
+ service: enum_1.BillingService.ABYSS_BANKING,
1380
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
1381
+ pricePerUnit: 5,
1382
+ unit: 'run',
1383
+ },
1384
+ {
1385
+ service: enum_1.BillingService.ABYSS_BANKING,
1386
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
1387
+ pricePerUnit: 2,
1388
+ unit: 'rescore',
1389
+ },
1390
+ {
1391
+ service: enum_1.BillingService.ABYSS_BANKING,
1392
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
1393
+ pricePerUnit: 1,
1394
+ unit: 'call',
1395
+ },
1396
+ {
1397
+ service: enum_1.BillingService.ABYSS_BANKING,
1398
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
1399
+ pricePerUnit: 80,
1400
+ unit: 'lookup',
1401
+ },
1402
+ {
1403
+ service: enum_1.BillingService.ABYSS_BANKING,
1404
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
1405
+ pricePerUnit: 10,
1406
+ unit: 'call',
1407
+ },
1408
+ {
1409
+ service: enum_1.BillingService.ABYSS_BANKING,
1410
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
1411
+ pricePerUnit: 15,
1412
+ unit: 'refresh',
1413
+ },
259
1414
  ],
260
1415
  },
261
1416
  {
262
1417
  tier: enum_1.PlanTier.FREEMIUM,
263
1418
  accountType: enum_1.PlanAccountType.ORGANIZATION,
264
- name: "freemium",
1419
+ name: 'freemium',
265
1420
  monthlyPriceEur: 0,
266
1421
  quotas: [
267
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.PROJECTS_COUNT, limit: 3, sizePerUnit: null, unit: "projects" },
268
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.MEMBERS_COUNT, limit: 10, sizePerUnit: null, unit: "members" },
269
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.TEAM_COUNT, limit: 2, sizePerUnit: null, unit: "teams" },
270
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.API_KEYS_COUNT, limit: 3, sizePerUnit: null, unit: "keys" },
271
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, limit: 15, sizePerUnit: null, unit: "GB" },
272
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS, limit: 2000, sizePerUnit: null, unit: "scan units" },
273
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.FILES_COUNT, limit: 2000, sizePerUnit: null, unit: "files" },
274
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.PRESIGNED_URLS, limit: 1000, sizePerUnit: null, unit: "req/day" },
275
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.BANDWIDTH_GB, limit: 10, sizePerUnit: null, unit: "GB/day" },
276
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.LOG_EVENTS, limit: 20000, sizePerUnit: null, unit: "events/day" },
277
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.RETENTION_DAYS, limit: 7, sizePerUnit: null, unit: "days" },
278
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.APPLICATIONS, limit: 3, sizePerUnit: null, unit: "apps" },
279
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH, limit: 1000, sizePerUnit: null, unit: "invocations" },
280
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, limit: 2000, sizePerUnit: null, unit: "files" },
281
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORMS_COUNT, limit: 3, sizePerUnit: null, unit: "forms" },
282
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, limit: 200, sizePerUnit: null, unit: "submissions" },
283
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS, limit: 0, sizePerUnit: null, unit: "" },
284
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_DOCUMENT_SIZE_MB, limit: 0, sizePerUnit: null, unit: "MB" },
285
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_SUBMISSIONS_PER_FORM_DAY, limit: 10, sizePerUnit: null, unit: "submissions/day" },
286
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT, limit: 10, sizePerUnit: null, unit: "draws" },
287
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, limit: 6, sizePerUnit: null, unit: "boards" },
288
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT, limit: 4, sizePerUnit: null, unit: "atlases" },
289
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT, limit: 6, sizePerUnit: null, unit: "retrospectives" },
290
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT, limit: 20, sizePerUnit: null, unit: "short links" },
291
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, limit: 2000, sizePerUnit: null, unit: "clicks" },
292
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT, limit: 5, sizePerUnit: null, unit: "transfers" },
293
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH, limit: 100, sizePerUnit: null, unit: "uploads" },
294
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH, limit: 10, sizePerUnit: null, unit: "GB" },
295
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS, limit: 30, sizePerUnit: null, unit: "days" },
296
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS, limit: -1, sizePerUnit: null, unit: "days" },
297
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION, limit: 30, sizePerUnit: null, unit: "extractions" },
298
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES, limit: 100, sizePerUnit: null, unit: "OCR pages" },
299
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE, limit: 10, sizePerUnit: null, unit: "templates" },
300
- { service: enum_1.BillingService.ABYSS_SPOTLIGHT, metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT, limit: 1, sizePerUnit: null, unit: "pages" },
301
- { service: enum_1.BillingService.ABYSS_SPOTLIGHT, metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH, limit: 5000, sizePerUnit: null, unit: "views" },
302
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, limit: 5, sizePerUnit: null, unit: "events" },
303
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT, limit: 2, sizePerUnit: null, unit: "profiles" },
304
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT, limit: 0, sizePerUnit: null, unit: "profiles" },
305
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT, limit: 1, sizePerUnit: null, unit: "connections" },
306
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT, limit: 3, sizePerUnit: null, unit: "configs" },
307
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT, limit: 0, sizePerUnit: null, unit: "shares" },
308
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT, limit: 0, sizePerUnit: null, unit: "portfolios" },
309
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH, limit: 10, sizePerUnit: null, unit: "snapshots" },
310
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH, limit: 10, sizePerUnit: null, unit: "runs" },
311
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH, limit: 30, sizePerUnit: null, unit: "rescores" },
312
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH, limit: 0, sizePerUnit: null, unit: "calls" },
313
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH, limit: 0, sizePerUnit: null, unit: "lookups" },
314
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH, limit: 10, sizePerUnit: null, unit: "calls" },
315
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH, limit: 20, sizePerUnit: null, unit: "refreshes" },
316
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH, limit: -1, sizePerUnit: null, unit: "snapshots" },
317
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_HISTORY_RETENTION_DAYS, limit: 90, sizePerUnit: null, unit: "days" },
1422
+ {
1423
+ service: enum_1.BillingService.ABYSS_CRYPT,
1424
+ metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH,
1425
+ limit: 200,
1426
+ sizePerUnit: null,
1427
+ unit: 'encryptions',
1428
+ },
1429
+ {
1430
+ service: enum_1.BillingService.ABYSS_CRYPT,
1431
+ metric: enum_1.BillingMetric.CRYPT_MAX_FILE_SIZE_MB,
1432
+ limit: 25,
1433
+ sizePerUnit: null,
1434
+ unit: 'MB',
1435
+ },
1436
+ {
1437
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1438
+ metric: enum_1.BillingMetric.PROJECTS_COUNT,
1439
+ limit: 3,
1440
+ sizePerUnit: null,
1441
+ unit: 'projects',
1442
+ },
1443
+ {
1444
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1445
+ metric: enum_1.BillingMetric.MEMBERS_COUNT,
1446
+ limit: 10,
1447
+ sizePerUnit: null,
1448
+ unit: 'members',
1449
+ },
1450
+ {
1451
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1452
+ metric: enum_1.BillingMetric.TEAM_COUNT,
1453
+ limit: 2,
1454
+ sizePerUnit: null,
1455
+ unit: 'teams',
1456
+ },
1457
+ {
1458
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1459
+ metric: enum_1.BillingMetric.API_KEYS_COUNT,
1460
+ limit: 3,
1461
+ sizePerUnit: null,
1462
+ unit: 'keys',
1463
+ },
1464
+ {
1465
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1466
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
1467
+ limit: 15,
1468
+ sizePerUnit: null,
1469
+ unit: 'GB',
1470
+ },
1471
+ {
1472
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1473
+ metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
1474
+ limit: 2000,
1475
+ sizePerUnit: null,
1476
+ unit: 'scan units',
1477
+ },
1478
+ {
1479
+ service: enum_1.BillingService.ABYSS_STORAGE,
1480
+ metric: enum_1.BillingMetric.FILES_COUNT,
1481
+ limit: 2000,
1482
+ sizePerUnit: null,
1483
+ unit: 'files',
1484
+ },
1485
+ {
1486
+ service: enum_1.BillingService.ABYSS_STORAGE,
1487
+ metric: enum_1.BillingMetric.PRESIGNED_URLS,
1488
+ limit: 1000,
1489
+ sizePerUnit: null,
1490
+ unit: 'req/day',
1491
+ },
1492
+ {
1493
+ service: enum_1.BillingService.ABYSS_STORAGE,
1494
+ metric: enum_1.BillingMetric.BANDWIDTH_GB,
1495
+ limit: 10,
1496
+ sizePerUnit: null,
1497
+ unit: 'GB/day',
1498
+ },
1499
+ {
1500
+ service: enum_1.BillingService.ABYSS_MONITOR,
1501
+ metric: enum_1.BillingMetric.LOG_EVENTS,
1502
+ limit: 20000,
1503
+ sizePerUnit: null,
1504
+ unit: 'events/day',
1505
+ },
1506
+ {
1507
+ service: enum_1.BillingService.ABYSS_MONITOR,
1508
+ metric: enum_1.BillingMetric.RETENTION_DAYS,
1509
+ limit: 7,
1510
+ sizePerUnit: null,
1511
+ unit: 'days',
1512
+ },
1513
+ {
1514
+ service: enum_1.BillingService.ABYSS_MONITOR,
1515
+ metric: enum_1.BillingMetric.APPLICATIONS,
1516
+ limit: 3,
1517
+ sizePerUnit: null,
1518
+ unit: 'apps',
1519
+ },
1520
+ {
1521
+ service: enum_1.BillingService.ABYSS_MONITOR,
1522
+ metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH,
1523
+ limit: 1000,
1524
+ sizePerUnit: null,
1525
+ unit: 'invocations',
1526
+ },
1527
+ {
1528
+ service: enum_1.BillingService.ABYSS_CLOUD,
1529
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
1530
+ limit: 2000,
1531
+ sizePerUnit: null,
1532
+ unit: 'files',
1533
+ },
1534
+ {
1535
+ service: enum_1.BillingService.ABYSS_FORM,
1536
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
1537
+ limit: 200,
1538
+ sizePerUnit: null,
1539
+ unit: 'submissions',
1540
+ },
1541
+ {
1542
+ service: enum_1.BillingService.ABYSS_FORM,
1543
+ metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS,
1544
+ limit: 0,
1545
+ sizePerUnit: null,
1546
+ unit: '',
1547
+ },
1548
+ {
1549
+ service: enum_1.BillingService.ABYSS_TOOLS,
1550
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
1551
+ limit: 10,
1552
+ sizePerUnit: null,
1553
+ unit: 'draws',
1554
+ },
1555
+ {
1556
+ service: enum_1.BillingService.ABYSS_TOOLS,
1557
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
1558
+ limit: 6,
1559
+ sizePerUnit: null,
1560
+ unit: 'boards',
1561
+ },
1562
+ {
1563
+ service: enum_1.BillingService.ABYSS_TOOLS,
1564
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
1565
+ limit: 4,
1566
+ sizePerUnit: null,
1567
+ unit: 'atlases',
1568
+ },
1569
+ {
1570
+ service: enum_1.BillingService.ABYSS_TOOLS,
1571
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
1572
+ limit: 6,
1573
+ sizePerUnit: null,
1574
+ unit: 'retrospectives',
1575
+ },
1576
+ {
1577
+ service: enum_1.BillingService.ABYSS_TOOLS,
1578
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
1579
+ limit: 20,
1580
+ sizePerUnit: null,
1581
+ unit: 'short links',
1582
+ },
1583
+ {
1584
+ service: enum_1.BillingService.ABYSS_TOOLS,
1585
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
1586
+ limit: 2000,
1587
+ sizePerUnit: null,
1588
+ unit: 'clicks',
1589
+ },
1590
+ {
1591
+ service: enum_1.BillingService.ABYSS_TOOLS,
1592
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
1593
+ limit: 5,
1594
+ sizePerUnit: null,
1595
+ unit: 'transfers',
1596
+ },
1597
+ {
1598
+ service: enum_1.BillingService.ABYSS_TOOLS,
1599
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
1600
+ limit: 100,
1601
+ sizePerUnit: null,
1602
+ unit: 'uploads',
1603
+ },
1604
+ {
1605
+ service: enum_1.BillingService.ABYSS_TOOLS,
1606
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
1607
+ limit: 10,
1608
+ sizePerUnit: null,
1609
+ unit: 'GB',
1610
+ },
1611
+ {
1612
+ service: enum_1.BillingService.ABYSS_TOOLS,
1613
+ metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS,
1614
+ limit: 30,
1615
+ sizePerUnit: null,
1616
+ unit: 'days',
1617
+ },
1618
+ {
1619
+ service: enum_1.BillingService.ABYSS_TOOLS,
1620
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS,
1621
+ limit: -1,
1622
+ sizePerUnit: null,
1623
+ unit: 'days',
1624
+ },
1625
+ {
1626
+ service: enum_1.BillingService.ABYSS_TOOLS,
1627
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
1628
+ limit: 30,
1629
+ sizePerUnit: null,
1630
+ unit: 'extractions',
1631
+ },
1632
+ {
1633
+ service: enum_1.BillingService.ABYSS_TOOLS,
1634
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
1635
+ limit: 100,
1636
+ sizePerUnit: null,
1637
+ unit: 'OCR pages',
1638
+ },
1639
+ {
1640
+ service: enum_1.BillingService.ABYSS_TOOLS,
1641
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
1642
+ limit: 10,
1643
+ sizePerUnit: null,
1644
+ unit: 'templates',
1645
+ },
1646
+ {
1647
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
1648
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT,
1649
+ limit: 1,
1650
+ sizePerUnit: null,
1651
+ unit: 'pages',
1652
+ },
1653
+ {
1654
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
1655
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH,
1656
+ limit: 5000,
1657
+ sizePerUnit: null,
1658
+ unit: 'views',
1659
+ },
1660
+ {
1661
+ service: enum_1.BillingService.ABYSS_MEMORIES,
1662
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
1663
+ limit: 5,
1664
+ sizePerUnit: null,
1665
+ unit: 'events',
1666
+ },
1667
+ {
1668
+ service: enum_1.BillingService.ABYSS_BANKING,
1669
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
1670
+ limit: 2,
1671
+ sizePerUnit: null,
1672
+ unit: 'profiles',
1673
+ },
1674
+ {
1675
+ service: enum_1.BillingService.ABYSS_BANKING,
1676
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
1677
+ limit: 0,
1678
+ sizePerUnit: null,
1679
+ unit: 'profiles',
1680
+ },
1681
+ {
1682
+ service: enum_1.BillingService.ABYSS_BANKING,
1683
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
1684
+ limit: 1,
1685
+ sizePerUnit: null,
1686
+ unit: 'connections',
1687
+ },
1688
+ {
1689
+ service: enum_1.BillingService.ABYSS_BANKING,
1690
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
1691
+ limit: 3,
1692
+ sizePerUnit: null,
1693
+ unit: 'configs',
1694
+ },
1695
+ {
1696
+ service: enum_1.BillingService.ABYSS_BANKING,
1697
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
1698
+ limit: 0,
1699
+ sizePerUnit: null,
1700
+ unit: 'shares',
1701
+ },
1702
+ {
1703
+ service: enum_1.BillingService.ABYSS_BANKING,
1704
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
1705
+ limit: 0,
1706
+ sizePerUnit: null,
1707
+ unit: 'portfolios',
1708
+ },
1709
+ {
1710
+ service: enum_1.BillingService.ABYSS_BANKING,
1711
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
1712
+ limit: 10,
1713
+ sizePerUnit: null,
1714
+ unit: 'snapshots',
1715
+ },
1716
+ {
1717
+ service: enum_1.BillingService.ABYSS_BANKING,
1718
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
1719
+ limit: 10,
1720
+ sizePerUnit: null,
1721
+ unit: 'runs',
1722
+ },
1723
+ {
1724
+ service: enum_1.BillingService.ABYSS_BANKING,
1725
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
1726
+ limit: 30,
1727
+ sizePerUnit: null,
1728
+ unit: 'rescores',
1729
+ },
1730
+ {
1731
+ service: enum_1.BillingService.ABYSS_BANKING,
1732
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
1733
+ limit: 0,
1734
+ sizePerUnit: null,
1735
+ unit: 'calls',
1736
+ },
1737
+ {
1738
+ service: enum_1.BillingService.ABYSS_BANKING,
1739
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
1740
+ limit: 0,
1741
+ sizePerUnit: null,
1742
+ unit: 'lookups',
1743
+ },
1744
+ {
1745
+ service: enum_1.BillingService.ABYSS_BANKING,
1746
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
1747
+ limit: 10,
1748
+ sizePerUnit: null,
1749
+ unit: 'calls',
1750
+ },
1751
+ {
1752
+ service: enum_1.BillingService.ABYSS_BANKING,
1753
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
1754
+ limit: 20,
1755
+ sizePerUnit: null,
1756
+ unit: 'refreshes',
1757
+ },
1758
+ {
1759
+ service: enum_1.BillingService.ABYSS_BANKING,
1760
+ metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH,
1761
+ limit: -1,
1762
+ sizePerUnit: null,
1763
+ unit: 'snapshots',
1764
+ },
318
1765
  ],
319
1766
  overagePricing: [
320
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.PROJECTS_COUNT, pricePerUnit: 300, unit: "project" },
321
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.MEMBERS_COUNT, pricePerUnit: 300, unit: "member" },
322
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.TEAM_COUNT, pricePerUnit: 150, unit: "team" },
323
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.API_KEYS_COUNT, pricePerUnit: 75, unit: "API key" },
324
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, pricePerUnit: 23, unit: "GB" },
325
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.FILES_COUNT, pricePerUnit: 75, unit: "file" },
326
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.PRESIGNED_URLS, pricePerUnit: 75, unit: "request" },
327
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.BANDWIDTH_GB, pricePerUnit: 15, unit: "GB" },
328
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.LOG_EVENTS, pricePerUnit: 3, unit: "1k events" },
329
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.APPLICATIONS, pricePerUnit: 150, unit: "application" },
330
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH, pricePerUnit: 3, unit: "1k invocations" },
331
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, pricePerUnit: 75, unit: "file" },
332
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORMS_COUNT, pricePerUnit: 150, unit: "form" },
333
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, pricePerUnit: 3, unit: "submission" },
334
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT, pricePerUnit: 75, unit: "draw" },
335
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, pricePerUnit: 75, unit: "board" },
336
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT, pricePerUnit: 75, unit: "atlas" },
337
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT, pricePerUnit: 75, unit: "retrospective" },
338
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT, pricePerUnit: 75, unit: "short link" },
339
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, pricePerUnit: 2, unit: "1k resolutions" },
340
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT, pricePerUnit: 75, unit: "transfer" },
341
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH, pricePerUnit: 8, unit: "upload" },
342
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH, pricePerUnit: 15, unit: "GB" },
343
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION, pricePerUnit: 30, unit: "extraction" },
344
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES, pricePerUnit: 5, unit: "OCR page" },
345
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE, pricePerUnit: 150, unit: "template" },
346
- { service: enum_1.BillingService.ABYSS_SPOTLIGHT, metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT, pricePerUnit: 150, unit: "page" },
347
- { service: enum_1.BillingService.ABYSS_SPOTLIGHT, metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH, pricePerUnit: 2, unit: "1k views" },
348
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, pricePerUnit: 75, unit: "event" },
349
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT, pricePerUnit: 300, unit: "profile" },
350
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT, pricePerUnit: 450, unit: "profile" },
351
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT, pricePerUnit: 225, unit: "connection" },
352
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT, pricePerUnit: 75, unit: "config" },
353
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT, pricePerUnit: 75, unit: "share" },
354
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT, pricePerUnit: 150, unit: "portfolio" },
355
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH, pricePerUnit: 8, unit: "snapshot" },
356
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH, pricePerUnit: 8, unit: "run" },
357
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH, pricePerUnit: 3, unit: "rescore" },
358
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH, pricePerUnit: 2, unit: "call" },
359
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH, pricePerUnit: 120, unit: "lookup" },
360
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH, pricePerUnit: 15, unit: "call" },
361
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH, pricePerUnit: 23, unit: "refresh" },
1767
+ {
1768
+ service: enum_1.BillingService.ABYSS_CRYPT,
1769
+ metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH,
1770
+ pricePerUnit: 75,
1771
+ unit: '1k encryptions',
1772
+ },
1773
+ {
1774
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1775
+ metric: enum_1.BillingMetric.PROJECTS_COUNT,
1776
+ pricePerUnit: 300,
1777
+ unit: 'project',
1778
+ },
1779
+ {
1780
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1781
+ metric: enum_1.BillingMetric.MEMBERS_COUNT,
1782
+ pricePerUnit: 300,
1783
+ unit: 'member',
1784
+ },
1785
+ {
1786
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1787
+ metric: enum_1.BillingMetric.TEAM_COUNT,
1788
+ pricePerUnit: 150,
1789
+ unit: 'team',
1790
+ },
1791
+ {
1792
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1793
+ metric: enum_1.BillingMetric.API_KEYS_COUNT,
1794
+ pricePerUnit: 75,
1795
+ unit: 'API key',
1796
+ },
1797
+ {
1798
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1799
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
1800
+ pricePerUnit: 23,
1801
+ unit: 'GB',
1802
+ },
1803
+ {
1804
+ service: enum_1.BillingService.ABYSS_STORAGE,
1805
+ metric: enum_1.BillingMetric.FILES_COUNT,
1806
+ pricePerUnit: 75,
1807
+ unit: 'file',
1808
+ },
1809
+ {
1810
+ service: enum_1.BillingService.ABYSS_STORAGE,
1811
+ metric: enum_1.BillingMetric.PRESIGNED_URLS,
1812
+ pricePerUnit: 75,
1813
+ unit: 'request',
1814
+ },
1815
+ {
1816
+ service: enum_1.BillingService.ABYSS_STORAGE,
1817
+ metric: enum_1.BillingMetric.BANDWIDTH_GB,
1818
+ pricePerUnit: 15,
1819
+ unit: 'GB',
1820
+ },
1821
+ {
1822
+ service: enum_1.BillingService.ABYSS_MONITOR,
1823
+ metric: enum_1.BillingMetric.LOG_EVENTS,
1824
+ pricePerUnit: 3,
1825
+ unit: '1k events',
1826
+ },
1827
+ {
1828
+ service: enum_1.BillingService.ABYSS_MONITOR,
1829
+ metric: enum_1.BillingMetric.APPLICATIONS,
1830
+ pricePerUnit: 150,
1831
+ unit: 'application',
1832
+ },
1833
+ {
1834
+ service: enum_1.BillingService.ABYSS_MONITOR,
1835
+ metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH,
1836
+ pricePerUnit: 3,
1837
+ unit: '1k invocations',
1838
+ },
1839
+ {
1840
+ service: enum_1.BillingService.ABYSS_CLOUD,
1841
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
1842
+ pricePerUnit: 75,
1843
+ unit: 'file',
1844
+ },
1845
+ {
1846
+ service: enum_1.BillingService.ABYSS_FORM,
1847
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
1848
+ pricePerUnit: 3,
1849
+ unit: 'submission',
1850
+ },
1851
+ {
1852
+ service: enum_1.BillingService.ABYSS_TOOLS,
1853
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
1854
+ pricePerUnit: 75,
1855
+ unit: 'draw',
1856
+ },
1857
+ {
1858
+ service: enum_1.BillingService.ABYSS_TOOLS,
1859
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
1860
+ pricePerUnit: 75,
1861
+ unit: 'board',
1862
+ },
1863
+ {
1864
+ service: enum_1.BillingService.ABYSS_TOOLS,
1865
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
1866
+ pricePerUnit: 75,
1867
+ unit: 'atlas',
1868
+ },
1869
+ {
1870
+ service: enum_1.BillingService.ABYSS_TOOLS,
1871
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
1872
+ pricePerUnit: 75,
1873
+ unit: 'retrospective',
1874
+ },
1875
+ {
1876
+ service: enum_1.BillingService.ABYSS_TOOLS,
1877
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
1878
+ pricePerUnit: 75,
1879
+ unit: 'short link',
1880
+ },
1881
+ {
1882
+ service: enum_1.BillingService.ABYSS_TOOLS,
1883
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
1884
+ pricePerUnit: 2,
1885
+ unit: '1k resolutions',
1886
+ },
1887
+ {
1888
+ service: enum_1.BillingService.ABYSS_TOOLS,
1889
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
1890
+ pricePerUnit: 75,
1891
+ unit: 'transfer',
1892
+ },
1893
+ {
1894
+ service: enum_1.BillingService.ABYSS_TOOLS,
1895
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
1896
+ pricePerUnit: 8,
1897
+ unit: 'upload',
1898
+ },
1899
+ {
1900
+ service: enum_1.BillingService.ABYSS_TOOLS,
1901
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
1902
+ pricePerUnit: 15,
1903
+ unit: 'GB',
1904
+ },
1905
+ {
1906
+ service: enum_1.BillingService.ABYSS_TOOLS,
1907
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
1908
+ pricePerUnit: 30,
1909
+ unit: 'extraction',
1910
+ },
1911
+ {
1912
+ service: enum_1.BillingService.ABYSS_TOOLS,
1913
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
1914
+ pricePerUnit: 5,
1915
+ unit: 'OCR page',
1916
+ },
1917
+ {
1918
+ service: enum_1.BillingService.ABYSS_TOOLS,
1919
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
1920
+ pricePerUnit: 150,
1921
+ unit: 'template',
1922
+ },
1923
+ {
1924
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
1925
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT,
1926
+ pricePerUnit: 150,
1927
+ unit: 'page',
1928
+ },
1929
+ {
1930
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
1931
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH,
1932
+ pricePerUnit: 2,
1933
+ unit: '1k views',
1934
+ },
1935
+ {
1936
+ service: enum_1.BillingService.ABYSS_MEMORIES,
1937
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
1938
+ pricePerUnit: 75,
1939
+ unit: 'event',
1940
+ },
1941
+ {
1942
+ service: enum_1.BillingService.ABYSS_BANKING,
1943
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
1944
+ pricePerUnit: 300,
1945
+ unit: 'profile',
1946
+ },
1947
+ {
1948
+ service: enum_1.BillingService.ABYSS_BANKING,
1949
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
1950
+ pricePerUnit: 450,
1951
+ unit: 'profile',
1952
+ },
1953
+ {
1954
+ service: enum_1.BillingService.ABYSS_BANKING,
1955
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
1956
+ pricePerUnit: 225,
1957
+ unit: 'connection',
1958
+ },
1959
+ {
1960
+ service: enum_1.BillingService.ABYSS_BANKING,
1961
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
1962
+ pricePerUnit: 75,
1963
+ unit: 'config',
1964
+ },
1965
+ {
1966
+ service: enum_1.BillingService.ABYSS_BANKING,
1967
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
1968
+ pricePerUnit: 75,
1969
+ unit: 'share',
1970
+ },
1971
+ {
1972
+ service: enum_1.BillingService.ABYSS_BANKING,
1973
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
1974
+ pricePerUnit: 150,
1975
+ unit: 'portfolio',
1976
+ },
1977
+ {
1978
+ service: enum_1.BillingService.ABYSS_BANKING,
1979
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
1980
+ pricePerUnit: 8,
1981
+ unit: 'snapshot',
1982
+ },
1983
+ {
1984
+ service: enum_1.BillingService.ABYSS_BANKING,
1985
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
1986
+ pricePerUnit: 8,
1987
+ unit: 'run',
1988
+ },
1989
+ {
1990
+ service: enum_1.BillingService.ABYSS_BANKING,
1991
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
1992
+ pricePerUnit: 3,
1993
+ unit: 'rescore',
1994
+ },
1995
+ {
1996
+ service: enum_1.BillingService.ABYSS_BANKING,
1997
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
1998
+ pricePerUnit: 2,
1999
+ unit: 'call',
2000
+ },
2001
+ {
2002
+ service: enum_1.BillingService.ABYSS_BANKING,
2003
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
2004
+ pricePerUnit: 120,
2005
+ unit: 'lookup',
2006
+ },
2007
+ {
2008
+ service: enum_1.BillingService.ABYSS_BANKING,
2009
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
2010
+ pricePerUnit: 15,
2011
+ unit: 'call',
2012
+ },
2013
+ {
2014
+ service: enum_1.BillingService.ABYSS_BANKING,
2015
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
2016
+ pricePerUnit: 23,
2017
+ unit: 'refresh',
2018
+ },
362
2019
  ],
363
2020
  },
364
2021
  {
365
2022
  tier: enum_1.PlanTier.DEFAULT,
366
2023
  accountType: enum_1.PlanAccountType.ORGANIZATION,
367
- name: "starter",
2024
+ name: 'starter',
368
2025
  monthlyPriceEur: 1900,
369
2026
  quotas: [
370
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.PROJECTS_COUNT, limit: 20, sizePerUnit: null, unit: "projects" },
371
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.MEMBERS_COUNT, limit: 50, sizePerUnit: null, unit: "members" },
372
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.TEAM_COUNT, limit: 10, sizePerUnit: null, unit: "teams" },
373
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.API_KEYS_COUNT, limit: 20, sizePerUnit: null, unit: "keys" },
374
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, limit: 500, sizePerUnit: null, unit: "GB" },
375
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS, limit: 40000, sizePerUnit: null, unit: "scan units" },
376
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.FILES_COUNT, limit: 50000, sizePerUnit: null, unit: "files" },
377
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.PRESIGNED_URLS, limit: 10000, sizePerUnit: null, unit: "req/day" },
378
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.BANDWIDTH_GB, limit: 100, sizePerUnit: null, unit: "GB/day" },
379
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.LOG_EVENTS, limit: 500000, sizePerUnit: null, unit: "events/day" },
380
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.RETENTION_DAYS, limit: 30, sizePerUnit: null, unit: "days" },
381
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.APPLICATIONS, limit: 20, sizePerUnit: null, unit: "apps" },
382
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH, limit: 25000, sizePerUnit: null, unit: "invocations" },
383
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, limit: 50000, sizePerUnit: null, unit: "files" },
384
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORMS_COUNT, limit: 25, sizePerUnit: null, unit: "forms" },
385
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, limit: 10000, sizePerUnit: null, unit: "submissions" },
386
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS, limit: 1, sizePerUnit: null, unit: "" },
387
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_DOCUMENT_SIZE_MB, limit: 10, sizePerUnit: null, unit: "MB" },
388
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_SUBMISSIONS_PER_FORM_DAY, limit: 200, sizePerUnit: null, unit: "submissions/day" },
389
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT, limit: 100, sizePerUnit: null, unit: "draws" },
390
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, limit: 60, sizePerUnit: null, unit: "boards" },
391
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT, limit: 40, sizePerUnit: null, unit: "atlases" },
392
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT, limit: 60, sizePerUnit: null, unit: "retrospectives" },
393
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT, limit: 200, sizePerUnit: null, unit: "short links" },
394
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, limit: 100000, sizePerUnit: null, unit: "clicks" },
395
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT, limit: 50, sizePerUnit: null, unit: "transfers" },
396
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH, limit: 1000, sizePerUnit: null, unit: "uploads" },
397
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH, limit: 200, sizePerUnit: null, unit: "GB" },
398
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS, limit: -1, sizePerUnit: null, unit: "days" },
399
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS, limit: -1, sizePerUnit: null, unit: "days" },
400
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION, limit: 500, sizePerUnit: null, unit: "extractions" },
401
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES, limit: 2000, sizePerUnit: null, unit: "OCR pages" },
402
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE, limit: 100, sizePerUnit: null, unit: "templates" },
403
- { service: enum_1.BillingService.ABYSS_SPOTLIGHT, metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT, limit: 10, sizePerUnit: null, unit: "pages" },
404
- { service: enum_1.BillingService.ABYSS_SPOTLIGHT, metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH, limit: 100000, sizePerUnit: null, unit: "views" },
405
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, limit: 25, sizePerUnit: null, unit: "events" },
406
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT, limit: 25, sizePerUnit: null, unit: "profiles" },
407
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT, limit: 10, sizePerUnit: null, unit: "profiles" },
408
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT, limit: 5, sizePerUnit: null, unit: "connections" },
409
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT, limit: 25, sizePerUnit: null, unit: "configs" },
410
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT, limit: 15, sizePerUnit: null, unit: "shares" },
411
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT, limit: 3, sizePerUnit: null, unit: "portfolios" },
412
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH, limit: 250, sizePerUnit: null, unit: "snapshots" },
413
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH, limit: 150, sizePerUnit: null, unit: "runs" },
414
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH, limit: 500, sizePerUnit: null, unit: "rescores" },
415
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH, limit: 2000, sizePerUnit: null, unit: "calls" },
416
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH, limit: 30, sizePerUnit: null, unit: "lookups" },
417
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH, limit: 300, sizePerUnit: null, unit: "calls" },
418
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH, limit: 150, sizePerUnit: null, unit: "refreshes" },
419
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH, limit: -1, sizePerUnit: null, unit: "snapshots" },
420
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_HISTORY_RETENTION_DAYS, limit: 365, sizePerUnit: null, unit: "days" },
2027
+ {
2028
+ service: enum_1.BillingService.ABYSS_CRYPT,
2029
+ metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH,
2030
+ limit: 10000,
2031
+ sizePerUnit: null,
2032
+ unit: 'encryptions',
2033
+ },
2034
+ {
2035
+ service: enum_1.BillingService.ABYSS_CRYPT,
2036
+ metric: enum_1.BillingMetric.CRYPT_MAX_FILE_SIZE_MB,
2037
+ limit: 50,
2038
+ sizePerUnit: null,
2039
+ unit: 'MB',
2040
+ },
2041
+ {
2042
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2043
+ metric: enum_1.BillingMetric.PROJECTS_COUNT,
2044
+ limit: 20,
2045
+ sizePerUnit: null,
2046
+ unit: 'projects',
2047
+ },
2048
+ {
2049
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2050
+ metric: enum_1.BillingMetric.MEMBERS_COUNT,
2051
+ limit: 50,
2052
+ sizePerUnit: null,
2053
+ unit: 'members',
2054
+ },
2055
+ {
2056
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2057
+ metric: enum_1.BillingMetric.TEAM_COUNT,
2058
+ limit: 10,
2059
+ sizePerUnit: null,
2060
+ unit: 'teams',
2061
+ },
2062
+ {
2063
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2064
+ metric: enum_1.BillingMetric.API_KEYS_COUNT,
2065
+ limit: 20,
2066
+ sizePerUnit: null,
2067
+ unit: 'keys',
2068
+ },
2069
+ {
2070
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2071
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
2072
+ limit: 500,
2073
+ sizePerUnit: null,
2074
+ unit: 'GB',
2075
+ },
2076
+ {
2077
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2078
+ metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
2079
+ limit: 40000,
2080
+ sizePerUnit: null,
2081
+ unit: 'scan units',
2082
+ },
2083
+ {
2084
+ service: enum_1.BillingService.ABYSS_STORAGE,
2085
+ metric: enum_1.BillingMetric.FILES_COUNT,
2086
+ limit: 50000,
2087
+ sizePerUnit: null,
2088
+ unit: 'files',
2089
+ },
2090
+ {
2091
+ service: enum_1.BillingService.ABYSS_STORAGE,
2092
+ metric: enum_1.BillingMetric.PRESIGNED_URLS,
2093
+ limit: 10000,
2094
+ sizePerUnit: null,
2095
+ unit: 'req/day',
2096
+ },
2097
+ {
2098
+ service: enum_1.BillingService.ABYSS_STORAGE,
2099
+ metric: enum_1.BillingMetric.BANDWIDTH_GB,
2100
+ limit: 100,
2101
+ sizePerUnit: null,
2102
+ unit: 'GB/day',
2103
+ },
2104
+ {
2105
+ service: enum_1.BillingService.ABYSS_MONITOR,
2106
+ metric: enum_1.BillingMetric.LOG_EVENTS,
2107
+ limit: 500000,
2108
+ sizePerUnit: null,
2109
+ unit: 'events/day',
2110
+ },
2111
+ {
2112
+ service: enum_1.BillingService.ABYSS_MONITOR,
2113
+ metric: enum_1.BillingMetric.RETENTION_DAYS,
2114
+ limit: 30,
2115
+ sizePerUnit: null,
2116
+ unit: 'days',
2117
+ },
2118
+ {
2119
+ service: enum_1.BillingService.ABYSS_MONITOR,
2120
+ metric: enum_1.BillingMetric.APPLICATIONS,
2121
+ limit: 20,
2122
+ sizePerUnit: null,
2123
+ unit: 'apps',
2124
+ },
2125
+ {
2126
+ service: enum_1.BillingService.ABYSS_MONITOR,
2127
+ metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH,
2128
+ limit: 25000,
2129
+ sizePerUnit: null,
2130
+ unit: 'invocations',
2131
+ },
2132
+ {
2133
+ service: enum_1.BillingService.ABYSS_CLOUD,
2134
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
2135
+ limit: 50000,
2136
+ sizePerUnit: null,
2137
+ unit: 'files',
2138
+ },
2139
+ {
2140
+ service: enum_1.BillingService.ABYSS_FORM,
2141
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
2142
+ limit: 10000,
2143
+ sizePerUnit: null,
2144
+ unit: 'submissions',
2145
+ },
2146
+ {
2147
+ service: enum_1.BillingService.ABYSS_FORM,
2148
+ metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS,
2149
+ limit: 1,
2150
+ sizePerUnit: null,
2151
+ unit: '',
2152
+ },
2153
+ {
2154
+ service: enum_1.BillingService.ABYSS_TOOLS,
2155
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
2156
+ limit: 100,
2157
+ sizePerUnit: null,
2158
+ unit: 'draws',
2159
+ },
2160
+ {
2161
+ service: enum_1.BillingService.ABYSS_TOOLS,
2162
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
2163
+ limit: 60,
2164
+ sizePerUnit: null,
2165
+ unit: 'boards',
2166
+ },
2167
+ {
2168
+ service: enum_1.BillingService.ABYSS_TOOLS,
2169
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
2170
+ limit: 40,
2171
+ sizePerUnit: null,
2172
+ unit: 'atlases',
2173
+ },
2174
+ {
2175
+ service: enum_1.BillingService.ABYSS_TOOLS,
2176
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
2177
+ limit: 60,
2178
+ sizePerUnit: null,
2179
+ unit: 'retrospectives',
2180
+ },
2181
+ {
2182
+ service: enum_1.BillingService.ABYSS_TOOLS,
2183
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
2184
+ limit: 200,
2185
+ sizePerUnit: null,
2186
+ unit: 'short links',
2187
+ },
2188
+ {
2189
+ service: enum_1.BillingService.ABYSS_TOOLS,
2190
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
2191
+ limit: 100000,
2192
+ sizePerUnit: null,
2193
+ unit: 'clicks',
2194
+ },
2195
+ {
2196
+ service: enum_1.BillingService.ABYSS_TOOLS,
2197
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
2198
+ limit: 50,
2199
+ sizePerUnit: null,
2200
+ unit: 'transfers',
2201
+ },
2202
+ {
2203
+ service: enum_1.BillingService.ABYSS_TOOLS,
2204
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
2205
+ limit: 1000,
2206
+ sizePerUnit: null,
2207
+ unit: 'uploads',
2208
+ },
2209
+ {
2210
+ service: enum_1.BillingService.ABYSS_TOOLS,
2211
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
2212
+ limit: 200,
2213
+ sizePerUnit: null,
2214
+ unit: 'GB',
2215
+ },
2216
+ {
2217
+ service: enum_1.BillingService.ABYSS_TOOLS,
2218
+ metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS,
2219
+ limit: -1,
2220
+ sizePerUnit: null,
2221
+ unit: 'days',
2222
+ },
2223
+ {
2224
+ service: enum_1.BillingService.ABYSS_TOOLS,
2225
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS,
2226
+ limit: -1,
2227
+ sizePerUnit: null,
2228
+ unit: 'days',
2229
+ },
2230
+ {
2231
+ service: enum_1.BillingService.ABYSS_TOOLS,
2232
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
2233
+ limit: 500,
2234
+ sizePerUnit: null,
2235
+ unit: 'extractions',
2236
+ },
2237
+ {
2238
+ service: enum_1.BillingService.ABYSS_TOOLS,
2239
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
2240
+ limit: 2000,
2241
+ sizePerUnit: null,
2242
+ unit: 'OCR pages',
2243
+ },
2244
+ {
2245
+ service: enum_1.BillingService.ABYSS_TOOLS,
2246
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
2247
+ limit: 100,
2248
+ sizePerUnit: null,
2249
+ unit: 'templates',
2250
+ },
2251
+ {
2252
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
2253
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT,
2254
+ limit: 10,
2255
+ sizePerUnit: null,
2256
+ unit: 'pages',
2257
+ },
2258
+ {
2259
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
2260
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH,
2261
+ limit: 100000,
2262
+ sizePerUnit: null,
2263
+ unit: 'views',
2264
+ },
2265
+ {
2266
+ service: enum_1.BillingService.ABYSS_MEMORIES,
2267
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
2268
+ limit: 25,
2269
+ sizePerUnit: null,
2270
+ unit: 'events',
2271
+ },
2272
+ {
2273
+ service: enum_1.BillingService.ABYSS_BANKING,
2274
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
2275
+ limit: 25,
2276
+ sizePerUnit: null,
2277
+ unit: 'profiles',
2278
+ },
2279
+ {
2280
+ service: enum_1.BillingService.ABYSS_BANKING,
2281
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
2282
+ limit: 10,
2283
+ sizePerUnit: null,
2284
+ unit: 'profiles',
2285
+ },
2286
+ {
2287
+ service: enum_1.BillingService.ABYSS_BANKING,
2288
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
2289
+ limit: 5,
2290
+ sizePerUnit: null,
2291
+ unit: 'connections',
2292
+ },
2293
+ {
2294
+ service: enum_1.BillingService.ABYSS_BANKING,
2295
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
2296
+ limit: 25,
2297
+ sizePerUnit: null,
2298
+ unit: 'configs',
2299
+ },
2300
+ {
2301
+ service: enum_1.BillingService.ABYSS_BANKING,
2302
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
2303
+ limit: 15,
2304
+ sizePerUnit: null,
2305
+ unit: 'shares',
2306
+ },
2307
+ {
2308
+ service: enum_1.BillingService.ABYSS_BANKING,
2309
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
2310
+ limit: 3,
2311
+ sizePerUnit: null,
2312
+ unit: 'portfolios',
2313
+ },
2314
+ {
2315
+ service: enum_1.BillingService.ABYSS_BANKING,
2316
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
2317
+ limit: 250,
2318
+ sizePerUnit: null,
2319
+ unit: 'snapshots',
2320
+ },
2321
+ {
2322
+ service: enum_1.BillingService.ABYSS_BANKING,
2323
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
2324
+ limit: 150,
2325
+ sizePerUnit: null,
2326
+ unit: 'runs',
2327
+ },
2328
+ {
2329
+ service: enum_1.BillingService.ABYSS_BANKING,
2330
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
2331
+ limit: 500,
2332
+ sizePerUnit: null,
2333
+ unit: 'rescores',
2334
+ },
2335
+ {
2336
+ service: enum_1.BillingService.ABYSS_BANKING,
2337
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
2338
+ limit: 2000,
2339
+ sizePerUnit: null,
2340
+ unit: 'calls',
2341
+ },
2342
+ {
2343
+ service: enum_1.BillingService.ABYSS_BANKING,
2344
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
2345
+ limit: 30,
2346
+ sizePerUnit: null,
2347
+ unit: 'lookups',
2348
+ },
2349
+ {
2350
+ service: enum_1.BillingService.ABYSS_BANKING,
2351
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
2352
+ limit: 300,
2353
+ sizePerUnit: null,
2354
+ unit: 'calls',
2355
+ },
2356
+ {
2357
+ service: enum_1.BillingService.ABYSS_BANKING,
2358
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
2359
+ limit: 150,
2360
+ sizePerUnit: null,
2361
+ unit: 'refreshes',
2362
+ },
2363
+ {
2364
+ service: enum_1.BillingService.ABYSS_BANKING,
2365
+ metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH,
2366
+ limit: -1,
2367
+ sizePerUnit: null,
2368
+ unit: 'snapshots',
2369
+ },
421
2370
  ],
422
2371
  overagePricing: [
423
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.PROJECTS_COUNT, pricePerUnit: 200, unit: "project" },
424
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.MEMBERS_COUNT, pricePerUnit: 200, unit: "member" },
425
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.TEAM_COUNT, pricePerUnit: 100, unit: "team" },
426
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.API_KEYS_COUNT, pricePerUnit: 50, unit: "API key" },
427
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, pricePerUnit: 15, unit: "GB" },
428
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.FILES_COUNT, pricePerUnit: 50, unit: "file" },
429
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.PRESIGNED_URLS, pricePerUnit: 50, unit: "request" },
430
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.BANDWIDTH_GB, pricePerUnit: 10, unit: "GB" },
431
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.LOG_EVENTS, pricePerUnit: 2, unit: "1k events" },
432
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.APPLICATIONS, pricePerUnit: 100, unit: "application" },
433
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH, pricePerUnit: 2, unit: "1k invocations" },
434
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, pricePerUnit: 50, unit: "file" },
435
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORMS_COUNT, pricePerUnit: 100, unit: "form" },
436
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, pricePerUnit: 2, unit: "submission" },
437
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT, pricePerUnit: 50, unit: "draw" },
438
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, pricePerUnit: 50, unit: "board" },
439
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT, pricePerUnit: 50, unit: "atlas" },
440
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT, pricePerUnit: 50, unit: "retrospective" },
441
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT, pricePerUnit: 50, unit: "short link" },
442
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, pricePerUnit: 1, unit: "1k resolutions" },
443
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT, pricePerUnit: 50, unit: "transfer" },
444
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH, pricePerUnit: 5, unit: "upload" },
445
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH, pricePerUnit: 10, unit: "GB" },
446
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION, pricePerUnit: 20, unit: "extraction" },
447
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES, pricePerUnit: 3, unit: "OCR page" },
448
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE, pricePerUnit: 100, unit: "template" },
449
- { service: enum_1.BillingService.ABYSS_SPOTLIGHT, metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT, pricePerUnit: 100, unit: "page" },
450
- { service: enum_1.BillingService.ABYSS_SPOTLIGHT, metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH, pricePerUnit: 1, unit: "1k views" },
451
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, pricePerUnit: 50, unit: "event" },
452
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT, pricePerUnit: 200, unit: "profile" },
453
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT, pricePerUnit: 300, unit: "profile" },
454
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT, pricePerUnit: 150, unit: "connection" },
455
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT, pricePerUnit: 50, unit: "config" },
456
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT, pricePerUnit: 50, unit: "share" },
457
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT, pricePerUnit: 100, unit: "portfolio" },
458
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH, pricePerUnit: 5, unit: "snapshot" },
459
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH, pricePerUnit: 5, unit: "run" },
460
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH, pricePerUnit: 2, unit: "rescore" },
461
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH, pricePerUnit: 1, unit: "call" },
462
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH, pricePerUnit: 80, unit: "lookup" },
463
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH, pricePerUnit: 10, unit: "call" },
464
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH, pricePerUnit: 15, unit: "refresh" },
2372
+ {
2373
+ service: enum_1.BillingService.ABYSS_CRYPT,
2374
+ metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH,
2375
+ pricePerUnit: 50,
2376
+ unit: '1k encryptions',
2377
+ },
2378
+ {
2379
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2380
+ metric: enum_1.BillingMetric.PROJECTS_COUNT,
2381
+ pricePerUnit: 200,
2382
+ unit: 'project',
2383
+ },
2384
+ {
2385
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2386
+ metric: enum_1.BillingMetric.MEMBERS_COUNT,
2387
+ pricePerUnit: 200,
2388
+ unit: 'member',
2389
+ },
2390
+ {
2391
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2392
+ metric: enum_1.BillingMetric.TEAM_COUNT,
2393
+ pricePerUnit: 100,
2394
+ unit: 'team',
2395
+ },
2396
+ {
2397
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2398
+ metric: enum_1.BillingMetric.API_KEYS_COUNT,
2399
+ pricePerUnit: 50,
2400
+ unit: 'API key',
2401
+ },
2402
+ {
2403
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2404
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
2405
+ pricePerUnit: 15,
2406
+ unit: 'GB',
2407
+ },
2408
+ {
2409
+ service: enum_1.BillingService.ABYSS_STORAGE,
2410
+ metric: enum_1.BillingMetric.FILES_COUNT,
2411
+ pricePerUnit: 50,
2412
+ unit: 'file',
2413
+ },
2414
+ {
2415
+ service: enum_1.BillingService.ABYSS_STORAGE,
2416
+ metric: enum_1.BillingMetric.PRESIGNED_URLS,
2417
+ pricePerUnit: 50,
2418
+ unit: 'request',
2419
+ },
2420
+ {
2421
+ service: enum_1.BillingService.ABYSS_STORAGE,
2422
+ metric: enum_1.BillingMetric.BANDWIDTH_GB,
2423
+ pricePerUnit: 10,
2424
+ unit: 'GB',
2425
+ },
2426
+ {
2427
+ service: enum_1.BillingService.ABYSS_MONITOR,
2428
+ metric: enum_1.BillingMetric.LOG_EVENTS,
2429
+ pricePerUnit: 2,
2430
+ unit: '1k events',
2431
+ },
2432
+ {
2433
+ service: enum_1.BillingService.ABYSS_MONITOR,
2434
+ metric: enum_1.BillingMetric.APPLICATIONS,
2435
+ pricePerUnit: 100,
2436
+ unit: 'application',
2437
+ },
2438
+ {
2439
+ service: enum_1.BillingService.ABYSS_MONITOR,
2440
+ metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH,
2441
+ pricePerUnit: 2,
2442
+ unit: '1k invocations',
2443
+ },
2444
+ {
2445
+ service: enum_1.BillingService.ABYSS_CLOUD,
2446
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
2447
+ pricePerUnit: 50,
2448
+ unit: 'file',
2449
+ },
2450
+ {
2451
+ service: enum_1.BillingService.ABYSS_FORM,
2452
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
2453
+ pricePerUnit: 2,
2454
+ unit: 'submission',
2455
+ },
2456
+ {
2457
+ service: enum_1.BillingService.ABYSS_TOOLS,
2458
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
2459
+ pricePerUnit: 50,
2460
+ unit: 'draw',
2461
+ },
2462
+ {
2463
+ service: enum_1.BillingService.ABYSS_TOOLS,
2464
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
2465
+ pricePerUnit: 50,
2466
+ unit: 'board',
2467
+ },
2468
+ {
2469
+ service: enum_1.BillingService.ABYSS_TOOLS,
2470
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
2471
+ pricePerUnit: 50,
2472
+ unit: 'atlas',
2473
+ },
2474
+ {
2475
+ service: enum_1.BillingService.ABYSS_TOOLS,
2476
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
2477
+ pricePerUnit: 50,
2478
+ unit: 'retrospective',
2479
+ },
2480
+ {
2481
+ service: enum_1.BillingService.ABYSS_TOOLS,
2482
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
2483
+ pricePerUnit: 50,
2484
+ unit: 'short link',
2485
+ },
2486
+ {
2487
+ service: enum_1.BillingService.ABYSS_TOOLS,
2488
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
2489
+ pricePerUnit: 1,
2490
+ unit: '1k resolutions',
2491
+ },
2492
+ {
2493
+ service: enum_1.BillingService.ABYSS_TOOLS,
2494
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
2495
+ pricePerUnit: 50,
2496
+ unit: 'transfer',
2497
+ },
2498
+ {
2499
+ service: enum_1.BillingService.ABYSS_TOOLS,
2500
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
2501
+ pricePerUnit: 5,
2502
+ unit: 'upload',
2503
+ },
2504
+ {
2505
+ service: enum_1.BillingService.ABYSS_TOOLS,
2506
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
2507
+ pricePerUnit: 10,
2508
+ unit: 'GB',
2509
+ },
2510
+ {
2511
+ service: enum_1.BillingService.ABYSS_TOOLS,
2512
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
2513
+ pricePerUnit: 20,
2514
+ unit: 'extraction',
2515
+ },
2516
+ {
2517
+ service: enum_1.BillingService.ABYSS_TOOLS,
2518
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
2519
+ pricePerUnit: 3,
2520
+ unit: 'OCR page',
2521
+ },
2522
+ {
2523
+ service: enum_1.BillingService.ABYSS_TOOLS,
2524
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
2525
+ pricePerUnit: 100,
2526
+ unit: 'template',
2527
+ },
2528
+ {
2529
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
2530
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT,
2531
+ pricePerUnit: 100,
2532
+ unit: 'page',
2533
+ },
2534
+ {
2535
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
2536
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH,
2537
+ pricePerUnit: 1,
2538
+ unit: '1k views',
2539
+ },
2540
+ {
2541
+ service: enum_1.BillingService.ABYSS_MEMORIES,
2542
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
2543
+ pricePerUnit: 50,
2544
+ unit: 'event',
2545
+ },
2546
+ {
2547
+ service: enum_1.BillingService.ABYSS_BANKING,
2548
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
2549
+ pricePerUnit: 200,
2550
+ unit: 'profile',
2551
+ },
2552
+ {
2553
+ service: enum_1.BillingService.ABYSS_BANKING,
2554
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
2555
+ pricePerUnit: 300,
2556
+ unit: 'profile',
2557
+ },
2558
+ {
2559
+ service: enum_1.BillingService.ABYSS_BANKING,
2560
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
2561
+ pricePerUnit: 150,
2562
+ unit: 'connection',
2563
+ },
2564
+ {
2565
+ service: enum_1.BillingService.ABYSS_BANKING,
2566
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
2567
+ pricePerUnit: 50,
2568
+ unit: 'config',
2569
+ },
2570
+ {
2571
+ service: enum_1.BillingService.ABYSS_BANKING,
2572
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
2573
+ pricePerUnit: 50,
2574
+ unit: 'share',
2575
+ },
2576
+ {
2577
+ service: enum_1.BillingService.ABYSS_BANKING,
2578
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
2579
+ pricePerUnit: 100,
2580
+ unit: 'portfolio',
2581
+ },
2582
+ {
2583
+ service: enum_1.BillingService.ABYSS_BANKING,
2584
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
2585
+ pricePerUnit: 5,
2586
+ unit: 'snapshot',
2587
+ },
2588
+ {
2589
+ service: enum_1.BillingService.ABYSS_BANKING,
2590
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
2591
+ pricePerUnit: 5,
2592
+ unit: 'run',
2593
+ },
2594
+ {
2595
+ service: enum_1.BillingService.ABYSS_BANKING,
2596
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
2597
+ pricePerUnit: 2,
2598
+ unit: 'rescore',
2599
+ },
2600
+ {
2601
+ service: enum_1.BillingService.ABYSS_BANKING,
2602
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
2603
+ pricePerUnit: 1,
2604
+ unit: 'call',
2605
+ },
2606
+ {
2607
+ service: enum_1.BillingService.ABYSS_BANKING,
2608
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
2609
+ pricePerUnit: 80,
2610
+ unit: 'lookup',
2611
+ },
2612
+ {
2613
+ service: enum_1.BillingService.ABYSS_BANKING,
2614
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
2615
+ pricePerUnit: 10,
2616
+ unit: 'call',
2617
+ },
2618
+ {
2619
+ service: enum_1.BillingService.ABYSS_BANKING,
2620
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
2621
+ pricePerUnit: 15,
2622
+ unit: 'refresh',
2623
+ },
465
2624
  ],
466
2625
  },
467
2626
  {
468
2627
  tier: enum_1.PlanTier.DEFAULT,
469
2628
  accountType: enum_1.PlanAccountType.ORGANIZATION,
470
- name: "pro",
2629
+ name: 'pro',
471
2630
  monthlyPriceEur: 4900,
472
2631
  quotas: [
473
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.PROJECTS_COUNT, limit: -1, sizePerUnit: null, unit: "projects" },
474
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.MEMBERS_COUNT, limit: 200, sizePerUnit: null, unit: "members" },
475
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.TEAM_COUNT, limit: 50, sizePerUnit: null, unit: "teams" },
476
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.API_KEYS_COUNT, limit: 100, sizePerUnit: null, unit: "keys" },
477
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, limit: 5000, sizePerUnit: null, unit: "GB" },
478
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS, limit: 400000, sizePerUnit: null, unit: "scan units" },
479
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.FILES_COUNT, limit: -1, sizePerUnit: null, unit: "files" },
480
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.PRESIGNED_URLS, limit: 100000, sizePerUnit: null, unit: "req/day" },
481
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.BANDWIDTH_GB, limit: 1000, sizePerUnit: null, unit: "GB/day" },
482
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.LOG_EVENTS, limit: 5000000, sizePerUnit: null, unit: "events/day" },
483
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.RETENTION_DAYS, limit: 90, sizePerUnit: null, unit: "days" },
484
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.APPLICATIONS, limit: -1, sizePerUnit: null, unit: "apps" },
485
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH, limit: 250000, sizePerUnit: null, unit: "invocations" },
486
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, limit: -1, sizePerUnit: null, unit: "files" },
487
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORMS_COUNT, limit: -1, sizePerUnit: null, unit: "forms" },
488
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, limit: 100000, sizePerUnit: null, unit: "submissions" },
489
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS, limit: 1, sizePerUnit: null, unit: "" },
490
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_DOCUMENT_SIZE_MB, limit: 50, sizePerUnit: null, unit: "MB" },
491
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_SUBMISSIONS_PER_FORM_DAY, limit: -1, sizePerUnit: null, unit: "submissions/day" },
492
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT, limit: -1, sizePerUnit: null, unit: "draws" },
493
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, limit: -1, sizePerUnit: null, unit: "boards" },
494
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT, limit: -1, sizePerUnit: null, unit: "atlases" },
495
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT, limit: -1, sizePerUnit: null, unit: "retrospectives" },
496
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT, limit: -1, sizePerUnit: null, unit: "short links" },
497
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, limit: 1000000, sizePerUnit: null, unit: "clicks" },
498
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT, limit: 500, sizePerUnit: null, unit: "transfers" },
499
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH, limit: 10000, sizePerUnit: null, unit: "uploads" },
500
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH, limit: 2000, sizePerUnit: null, unit: "GB" },
501
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS, limit: -1, sizePerUnit: null, unit: "days" },
502
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS, limit: -1, sizePerUnit: null, unit: "days" },
503
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION, limit: 5000, sizePerUnit: null, unit: "extractions" },
504
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES, limit: 20000, sizePerUnit: null, unit: "OCR pages" },
505
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE, limit: -1, sizePerUnit: null, unit: "templates" },
506
- { service: enum_1.BillingService.ABYSS_SPOTLIGHT, metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT, limit: -1, sizePerUnit: null, unit: "pages" },
507
- { service: enum_1.BillingService.ABYSS_SPOTLIGHT, metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH, limit: 1000000, sizePerUnit: null, unit: "views" },
508
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, limit: -1, sizePerUnit: null, unit: "events" },
509
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT, limit: 150, sizePerUnit: null, unit: "profiles" },
510
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT, limit: 75, sizePerUnit: null, unit: "profiles" },
511
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT, limit: 20, sizePerUnit: null, unit: "connections" },
512
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT, limit: -1, sizePerUnit: null, unit: "configs" },
513
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT, limit: 150, sizePerUnit: null, unit: "shares" },
514
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT, limit: 15, sizePerUnit: null, unit: "portfolios" },
515
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH, limit: 1500, sizePerUnit: null, unit: "snapshots" },
516
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH, limit: 1000, sizePerUnit: null, unit: "runs" },
517
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH, limit: 3000, sizePerUnit: null, unit: "rescores" },
518
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH, limit: 20000, sizePerUnit: null, unit: "calls" },
519
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH, limit: 300, sizePerUnit: null, unit: "lookups" },
520
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH, limit: 3000, sizePerUnit: null, unit: "calls" },
521
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH, limit: 600, sizePerUnit: null, unit: "refreshes" },
522
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH, limit: -1, sizePerUnit: null, unit: "snapshots" },
523
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_HISTORY_RETENTION_DAYS, limit: 730, sizePerUnit: null, unit: "days" },
2632
+ {
2633
+ service: enum_1.BillingService.ABYSS_CRYPT,
2634
+ metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH,
2635
+ limit: 100000,
2636
+ sizePerUnit: null,
2637
+ unit: 'encryptions',
2638
+ },
2639
+ {
2640
+ service: enum_1.BillingService.ABYSS_CRYPT,
2641
+ metric: enum_1.BillingMetric.CRYPT_MAX_FILE_SIZE_MB,
2642
+ limit: 100,
2643
+ sizePerUnit: null,
2644
+ unit: 'MB',
2645
+ },
2646
+ {
2647
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2648
+ metric: enum_1.BillingMetric.PROJECTS_COUNT,
2649
+ limit: -1,
2650
+ sizePerUnit: null,
2651
+ unit: 'projects',
2652
+ },
2653
+ {
2654
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2655
+ metric: enum_1.BillingMetric.MEMBERS_COUNT,
2656
+ limit: 200,
2657
+ sizePerUnit: null,
2658
+ unit: 'members',
2659
+ },
2660
+ {
2661
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2662
+ metric: enum_1.BillingMetric.TEAM_COUNT,
2663
+ limit: 50,
2664
+ sizePerUnit: null,
2665
+ unit: 'teams',
2666
+ },
2667
+ {
2668
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2669
+ metric: enum_1.BillingMetric.API_KEYS_COUNT,
2670
+ limit: 100,
2671
+ sizePerUnit: null,
2672
+ unit: 'keys',
2673
+ },
2674
+ {
2675
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2676
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
2677
+ limit: 5000,
2678
+ sizePerUnit: null,
2679
+ unit: 'GB',
2680
+ },
2681
+ {
2682
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2683
+ metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
2684
+ limit: 400000,
2685
+ sizePerUnit: null,
2686
+ unit: 'scan units',
2687
+ },
2688
+ {
2689
+ service: enum_1.BillingService.ABYSS_STORAGE,
2690
+ metric: enum_1.BillingMetric.FILES_COUNT,
2691
+ limit: -1,
2692
+ sizePerUnit: null,
2693
+ unit: 'files',
2694
+ },
2695
+ {
2696
+ service: enum_1.BillingService.ABYSS_STORAGE,
2697
+ metric: enum_1.BillingMetric.PRESIGNED_URLS,
2698
+ limit: 100000,
2699
+ sizePerUnit: null,
2700
+ unit: 'req/day',
2701
+ },
2702
+ {
2703
+ service: enum_1.BillingService.ABYSS_STORAGE,
2704
+ metric: enum_1.BillingMetric.BANDWIDTH_GB,
2705
+ limit: 1000,
2706
+ sizePerUnit: null,
2707
+ unit: 'GB/day',
2708
+ },
2709
+ {
2710
+ service: enum_1.BillingService.ABYSS_MONITOR,
2711
+ metric: enum_1.BillingMetric.LOG_EVENTS,
2712
+ limit: 5000000,
2713
+ sizePerUnit: null,
2714
+ unit: 'events/day',
2715
+ },
2716
+ {
2717
+ service: enum_1.BillingService.ABYSS_MONITOR,
2718
+ metric: enum_1.BillingMetric.RETENTION_DAYS,
2719
+ limit: 90,
2720
+ sizePerUnit: null,
2721
+ unit: 'days',
2722
+ },
2723
+ {
2724
+ service: enum_1.BillingService.ABYSS_MONITOR,
2725
+ metric: enum_1.BillingMetric.APPLICATIONS,
2726
+ limit: -1,
2727
+ sizePerUnit: null,
2728
+ unit: 'apps',
2729
+ },
2730
+ {
2731
+ service: enum_1.BillingService.ABYSS_MONITOR,
2732
+ metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH,
2733
+ limit: 250000,
2734
+ sizePerUnit: null,
2735
+ unit: 'invocations',
2736
+ },
2737
+ {
2738
+ service: enum_1.BillingService.ABYSS_CLOUD,
2739
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
2740
+ limit: -1,
2741
+ sizePerUnit: null,
2742
+ unit: 'files',
2743
+ },
2744
+ {
2745
+ service: enum_1.BillingService.ABYSS_FORM,
2746
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
2747
+ limit: 100000,
2748
+ sizePerUnit: null,
2749
+ unit: 'submissions',
2750
+ },
2751
+ {
2752
+ service: enum_1.BillingService.ABYSS_FORM,
2753
+ metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS,
2754
+ limit: 1,
2755
+ sizePerUnit: null,
2756
+ unit: '',
2757
+ },
2758
+ {
2759
+ service: enum_1.BillingService.ABYSS_TOOLS,
2760
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
2761
+ limit: -1,
2762
+ sizePerUnit: null,
2763
+ unit: 'draws',
2764
+ },
2765
+ {
2766
+ service: enum_1.BillingService.ABYSS_TOOLS,
2767
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
2768
+ limit: -1,
2769
+ sizePerUnit: null,
2770
+ unit: 'boards',
2771
+ },
2772
+ {
2773
+ service: enum_1.BillingService.ABYSS_TOOLS,
2774
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
2775
+ limit: -1,
2776
+ sizePerUnit: null,
2777
+ unit: 'atlases',
2778
+ },
2779
+ {
2780
+ service: enum_1.BillingService.ABYSS_TOOLS,
2781
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
2782
+ limit: -1,
2783
+ sizePerUnit: null,
2784
+ unit: 'retrospectives',
2785
+ },
2786
+ {
2787
+ service: enum_1.BillingService.ABYSS_TOOLS,
2788
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
2789
+ limit: -1,
2790
+ sizePerUnit: null,
2791
+ unit: 'short links',
2792
+ },
2793
+ {
2794
+ service: enum_1.BillingService.ABYSS_TOOLS,
2795
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
2796
+ limit: 1000000,
2797
+ sizePerUnit: null,
2798
+ unit: 'clicks',
2799
+ },
2800
+ {
2801
+ service: enum_1.BillingService.ABYSS_TOOLS,
2802
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
2803
+ limit: 500,
2804
+ sizePerUnit: null,
2805
+ unit: 'transfers',
2806
+ },
2807
+ {
2808
+ service: enum_1.BillingService.ABYSS_TOOLS,
2809
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
2810
+ limit: 10000,
2811
+ sizePerUnit: null,
2812
+ unit: 'uploads',
2813
+ },
2814
+ {
2815
+ service: enum_1.BillingService.ABYSS_TOOLS,
2816
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
2817
+ limit: 2000,
2818
+ sizePerUnit: null,
2819
+ unit: 'GB',
2820
+ },
2821
+ {
2822
+ service: enum_1.BillingService.ABYSS_TOOLS,
2823
+ metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS,
2824
+ limit: -1,
2825
+ sizePerUnit: null,
2826
+ unit: 'days',
2827
+ },
2828
+ {
2829
+ service: enum_1.BillingService.ABYSS_TOOLS,
2830
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS,
2831
+ limit: -1,
2832
+ sizePerUnit: null,
2833
+ unit: 'days',
2834
+ },
2835
+ {
2836
+ service: enum_1.BillingService.ABYSS_TOOLS,
2837
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
2838
+ limit: 5000,
2839
+ sizePerUnit: null,
2840
+ unit: 'extractions',
2841
+ },
2842
+ {
2843
+ service: enum_1.BillingService.ABYSS_TOOLS,
2844
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
2845
+ limit: 20000,
2846
+ sizePerUnit: null,
2847
+ unit: 'OCR pages',
2848
+ },
2849
+ {
2850
+ service: enum_1.BillingService.ABYSS_TOOLS,
2851
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
2852
+ limit: -1,
2853
+ sizePerUnit: null,
2854
+ unit: 'templates',
2855
+ },
2856
+ {
2857
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
2858
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT,
2859
+ limit: -1,
2860
+ sizePerUnit: null,
2861
+ unit: 'pages',
2862
+ },
2863
+ {
2864
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
2865
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH,
2866
+ limit: 1000000,
2867
+ sizePerUnit: null,
2868
+ unit: 'views',
2869
+ },
2870
+ {
2871
+ service: enum_1.BillingService.ABYSS_MEMORIES,
2872
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
2873
+ limit: -1,
2874
+ sizePerUnit: null,
2875
+ unit: 'events',
2876
+ },
2877
+ {
2878
+ service: enum_1.BillingService.ABYSS_BANKING,
2879
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
2880
+ limit: 150,
2881
+ sizePerUnit: null,
2882
+ unit: 'profiles',
2883
+ },
2884
+ {
2885
+ service: enum_1.BillingService.ABYSS_BANKING,
2886
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
2887
+ limit: 75,
2888
+ sizePerUnit: null,
2889
+ unit: 'profiles',
2890
+ },
2891
+ {
2892
+ service: enum_1.BillingService.ABYSS_BANKING,
2893
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
2894
+ limit: 20,
2895
+ sizePerUnit: null,
2896
+ unit: 'connections',
2897
+ },
2898
+ {
2899
+ service: enum_1.BillingService.ABYSS_BANKING,
2900
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
2901
+ limit: -1,
2902
+ sizePerUnit: null,
2903
+ unit: 'configs',
2904
+ },
2905
+ {
2906
+ service: enum_1.BillingService.ABYSS_BANKING,
2907
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
2908
+ limit: 150,
2909
+ sizePerUnit: null,
2910
+ unit: 'shares',
2911
+ },
2912
+ {
2913
+ service: enum_1.BillingService.ABYSS_BANKING,
2914
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
2915
+ limit: 15,
2916
+ sizePerUnit: null,
2917
+ unit: 'portfolios',
2918
+ },
2919
+ {
2920
+ service: enum_1.BillingService.ABYSS_BANKING,
2921
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
2922
+ limit: 1500,
2923
+ sizePerUnit: null,
2924
+ unit: 'snapshots',
2925
+ },
2926
+ {
2927
+ service: enum_1.BillingService.ABYSS_BANKING,
2928
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
2929
+ limit: 1000,
2930
+ sizePerUnit: null,
2931
+ unit: 'runs',
2932
+ },
2933
+ {
2934
+ service: enum_1.BillingService.ABYSS_BANKING,
2935
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
2936
+ limit: 3000,
2937
+ sizePerUnit: null,
2938
+ unit: 'rescores',
2939
+ },
2940
+ {
2941
+ service: enum_1.BillingService.ABYSS_BANKING,
2942
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
2943
+ limit: 20000,
2944
+ sizePerUnit: null,
2945
+ unit: 'calls',
2946
+ },
2947
+ {
2948
+ service: enum_1.BillingService.ABYSS_BANKING,
2949
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
2950
+ limit: 300,
2951
+ sizePerUnit: null,
2952
+ unit: 'lookups',
2953
+ },
2954
+ {
2955
+ service: enum_1.BillingService.ABYSS_BANKING,
2956
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
2957
+ limit: 3000,
2958
+ sizePerUnit: null,
2959
+ unit: 'calls',
2960
+ },
2961
+ {
2962
+ service: enum_1.BillingService.ABYSS_BANKING,
2963
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
2964
+ limit: 600,
2965
+ sizePerUnit: null,
2966
+ unit: 'refreshes',
2967
+ },
2968
+ {
2969
+ service: enum_1.BillingService.ABYSS_BANKING,
2970
+ metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH,
2971
+ limit: -1,
2972
+ sizePerUnit: null,
2973
+ unit: 'snapshots',
2974
+ },
524
2975
  ],
525
2976
  overagePricing: [
526
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.PROJECTS_COUNT, pricePerUnit: 200, unit: "project" },
527
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.MEMBERS_COUNT, pricePerUnit: 200, unit: "member" },
528
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.TEAM_COUNT, pricePerUnit: 100, unit: "team" },
529
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.API_KEYS_COUNT, pricePerUnit: 50, unit: "API key" },
530
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, pricePerUnit: 15, unit: "GB" },
531
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.FILES_COUNT, pricePerUnit: 50, unit: "file" },
532
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.PRESIGNED_URLS, pricePerUnit: 50, unit: "request" },
533
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.BANDWIDTH_GB, pricePerUnit: 10, unit: "GB" },
534
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.LOG_EVENTS, pricePerUnit: 2, unit: "1k events" },
535
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.APPLICATIONS, pricePerUnit: 100, unit: "application" },
536
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH, pricePerUnit: 2, unit: "1k invocations" },
537
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, pricePerUnit: 50, unit: "file" },
538
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORMS_COUNT, pricePerUnit: 100, unit: "form" },
539
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, pricePerUnit: 2, unit: "submission" },
540
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT, pricePerUnit: 50, unit: "draw" },
541
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, pricePerUnit: 50, unit: "board" },
542
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT, pricePerUnit: 50, unit: "atlas" },
543
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT, pricePerUnit: 50, unit: "retrospective" },
544
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT, pricePerUnit: 50, unit: "short link" },
545
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, pricePerUnit: 1, unit: "1k resolutions" },
546
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT, pricePerUnit: 50, unit: "transfer" },
547
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH, pricePerUnit: 5, unit: "upload" },
548
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH, pricePerUnit: 10, unit: "GB" },
549
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION, pricePerUnit: 20, unit: "extraction" },
550
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES, pricePerUnit: 3, unit: "OCR page" },
551
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE, pricePerUnit: 100, unit: "template" },
552
- { service: enum_1.BillingService.ABYSS_SPOTLIGHT, metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT, pricePerUnit: 100, unit: "page" },
553
- { service: enum_1.BillingService.ABYSS_SPOTLIGHT, metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH, pricePerUnit: 1, unit: "1k views" },
554
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, pricePerUnit: 50, unit: "event" },
555
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT, pricePerUnit: 200, unit: "profile" },
556
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT, pricePerUnit: 300, unit: "profile" },
557
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT, pricePerUnit: 150, unit: "connection" },
558
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT, pricePerUnit: 50, unit: "config" },
559
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT, pricePerUnit: 50, unit: "share" },
560
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT, pricePerUnit: 100, unit: "portfolio" },
561
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH, pricePerUnit: 5, unit: "snapshot" },
562
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH, pricePerUnit: 5, unit: "run" },
563
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH, pricePerUnit: 2, unit: "rescore" },
564
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH, pricePerUnit: 1, unit: "call" },
565
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH, pricePerUnit: 80, unit: "lookup" },
566
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH, pricePerUnit: 10, unit: "call" },
567
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH, pricePerUnit: 15, unit: "refresh" },
2977
+ {
2978
+ service: enum_1.BillingService.ABYSS_CRYPT,
2979
+ metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH,
2980
+ pricePerUnit: 50,
2981
+ unit: '1k encryptions',
2982
+ },
2983
+ {
2984
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2985
+ metric: enum_1.BillingMetric.PROJECTS_COUNT,
2986
+ pricePerUnit: 200,
2987
+ unit: 'project',
2988
+ },
2989
+ {
2990
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2991
+ metric: enum_1.BillingMetric.MEMBERS_COUNT,
2992
+ pricePerUnit: 200,
2993
+ unit: 'member',
2994
+ },
2995
+ {
2996
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2997
+ metric: enum_1.BillingMetric.TEAM_COUNT,
2998
+ pricePerUnit: 100,
2999
+ unit: 'team',
3000
+ },
3001
+ {
3002
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3003
+ metric: enum_1.BillingMetric.API_KEYS_COUNT,
3004
+ pricePerUnit: 50,
3005
+ unit: 'API key',
3006
+ },
3007
+ {
3008
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3009
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
3010
+ pricePerUnit: 15,
3011
+ unit: 'GB',
3012
+ },
3013
+ {
3014
+ service: enum_1.BillingService.ABYSS_STORAGE,
3015
+ metric: enum_1.BillingMetric.FILES_COUNT,
3016
+ pricePerUnit: 50,
3017
+ unit: 'file',
3018
+ },
3019
+ {
3020
+ service: enum_1.BillingService.ABYSS_STORAGE,
3021
+ metric: enum_1.BillingMetric.PRESIGNED_URLS,
3022
+ pricePerUnit: 50,
3023
+ unit: 'request',
3024
+ },
3025
+ {
3026
+ service: enum_1.BillingService.ABYSS_STORAGE,
3027
+ metric: enum_1.BillingMetric.BANDWIDTH_GB,
3028
+ pricePerUnit: 10,
3029
+ unit: 'GB',
3030
+ },
3031
+ {
3032
+ service: enum_1.BillingService.ABYSS_MONITOR,
3033
+ metric: enum_1.BillingMetric.LOG_EVENTS,
3034
+ pricePerUnit: 2,
3035
+ unit: '1k events',
3036
+ },
3037
+ {
3038
+ service: enum_1.BillingService.ABYSS_MONITOR,
3039
+ metric: enum_1.BillingMetric.APPLICATIONS,
3040
+ pricePerUnit: 100,
3041
+ unit: 'application',
3042
+ },
3043
+ {
3044
+ service: enum_1.BillingService.ABYSS_MONITOR,
3045
+ metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH,
3046
+ pricePerUnit: 2,
3047
+ unit: '1k invocations',
3048
+ },
3049
+ {
3050
+ service: enum_1.BillingService.ABYSS_CLOUD,
3051
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
3052
+ pricePerUnit: 50,
3053
+ unit: 'file',
3054
+ },
3055
+ {
3056
+ service: enum_1.BillingService.ABYSS_FORM,
3057
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
3058
+ pricePerUnit: 2,
3059
+ unit: 'submission',
3060
+ },
3061
+ {
3062
+ service: enum_1.BillingService.ABYSS_TOOLS,
3063
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
3064
+ pricePerUnit: 50,
3065
+ unit: 'draw',
3066
+ },
3067
+ {
3068
+ service: enum_1.BillingService.ABYSS_TOOLS,
3069
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
3070
+ pricePerUnit: 50,
3071
+ unit: 'board',
3072
+ },
3073
+ {
3074
+ service: enum_1.BillingService.ABYSS_TOOLS,
3075
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
3076
+ pricePerUnit: 50,
3077
+ unit: 'atlas',
3078
+ },
3079
+ {
3080
+ service: enum_1.BillingService.ABYSS_TOOLS,
3081
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
3082
+ pricePerUnit: 50,
3083
+ unit: 'retrospective',
3084
+ },
3085
+ {
3086
+ service: enum_1.BillingService.ABYSS_TOOLS,
3087
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
3088
+ pricePerUnit: 50,
3089
+ unit: 'short link',
3090
+ },
3091
+ {
3092
+ service: enum_1.BillingService.ABYSS_TOOLS,
3093
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
3094
+ pricePerUnit: 1,
3095
+ unit: '1k resolutions',
3096
+ },
3097
+ {
3098
+ service: enum_1.BillingService.ABYSS_TOOLS,
3099
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
3100
+ pricePerUnit: 50,
3101
+ unit: 'transfer',
3102
+ },
3103
+ {
3104
+ service: enum_1.BillingService.ABYSS_TOOLS,
3105
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
3106
+ pricePerUnit: 5,
3107
+ unit: 'upload',
3108
+ },
3109
+ {
3110
+ service: enum_1.BillingService.ABYSS_TOOLS,
3111
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
3112
+ pricePerUnit: 10,
3113
+ unit: 'GB',
3114
+ },
3115
+ {
3116
+ service: enum_1.BillingService.ABYSS_TOOLS,
3117
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
3118
+ pricePerUnit: 20,
3119
+ unit: 'extraction',
3120
+ },
3121
+ {
3122
+ service: enum_1.BillingService.ABYSS_TOOLS,
3123
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
3124
+ pricePerUnit: 3,
3125
+ unit: 'OCR page',
3126
+ },
3127
+ {
3128
+ service: enum_1.BillingService.ABYSS_TOOLS,
3129
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
3130
+ pricePerUnit: 100,
3131
+ unit: 'template',
3132
+ },
3133
+ {
3134
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
3135
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT,
3136
+ pricePerUnit: 100,
3137
+ unit: 'page',
3138
+ },
3139
+ {
3140
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
3141
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH,
3142
+ pricePerUnit: 1,
3143
+ unit: '1k views',
3144
+ },
3145
+ {
3146
+ service: enum_1.BillingService.ABYSS_MEMORIES,
3147
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
3148
+ pricePerUnit: 50,
3149
+ unit: 'event',
3150
+ },
3151
+ {
3152
+ service: enum_1.BillingService.ABYSS_BANKING,
3153
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
3154
+ pricePerUnit: 200,
3155
+ unit: 'profile',
3156
+ },
3157
+ {
3158
+ service: enum_1.BillingService.ABYSS_BANKING,
3159
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
3160
+ pricePerUnit: 300,
3161
+ unit: 'profile',
3162
+ },
3163
+ {
3164
+ service: enum_1.BillingService.ABYSS_BANKING,
3165
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
3166
+ pricePerUnit: 150,
3167
+ unit: 'connection',
3168
+ },
3169
+ {
3170
+ service: enum_1.BillingService.ABYSS_BANKING,
3171
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
3172
+ pricePerUnit: 50,
3173
+ unit: 'config',
3174
+ },
3175
+ {
3176
+ service: enum_1.BillingService.ABYSS_BANKING,
3177
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
3178
+ pricePerUnit: 50,
3179
+ unit: 'share',
3180
+ },
3181
+ {
3182
+ service: enum_1.BillingService.ABYSS_BANKING,
3183
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
3184
+ pricePerUnit: 100,
3185
+ unit: 'portfolio',
3186
+ },
3187
+ {
3188
+ service: enum_1.BillingService.ABYSS_BANKING,
3189
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
3190
+ pricePerUnit: 5,
3191
+ unit: 'snapshot',
3192
+ },
3193
+ {
3194
+ service: enum_1.BillingService.ABYSS_BANKING,
3195
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
3196
+ pricePerUnit: 5,
3197
+ unit: 'run',
3198
+ },
3199
+ {
3200
+ service: enum_1.BillingService.ABYSS_BANKING,
3201
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
3202
+ pricePerUnit: 2,
3203
+ unit: 'rescore',
3204
+ },
3205
+ {
3206
+ service: enum_1.BillingService.ABYSS_BANKING,
3207
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
3208
+ pricePerUnit: 1,
3209
+ unit: 'call',
3210
+ },
3211
+ {
3212
+ service: enum_1.BillingService.ABYSS_BANKING,
3213
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
3214
+ pricePerUnit: 80,
3215
+ unit: 'lookup',
3216
+ },
3217
+ {
3218
+ service: enum_1.BillingService.ABYSS_BANKING,
3219
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
3220
+ pricePerUnit: 10,
3221
+ unit: 'call',
3222
+ },
3223
+ {
3224
+ service: enum_1.BillingService.ABYSS_BANKING,
3225
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
3226
+ pricePerUnit: 15,
3227
+ unit: 'refresh',
3228
+ },
568
3229
  ],
569
3230
  },
570
3231
  {
571
3232
  tier: enum_1.PlanTier.FREEMIUM,
572
3233
  accountType: enum_1.PlanAccountType.FAMILY,
573
- name: "family-free",
3234
+ name: 'family-free',
574
3235
  monthlyPriceEur: 0,
575
3236
  quotas: [
576
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.MEMBERS_COUNT, limit: 6, sizePerUnit: null, unit: "members" },
577
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, limit: 15, sizePerUnit: null, unit: "GB" },
578
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS, limit: 1000, sizePerUnit: null, unit: "scan units" },
579
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, limit: 2000, sizePerUnit: null, unit: "files" },
580
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, limit: 6, sizePerUnit: null, unit: "boards" },
581
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, limit: 5, sizePerUnit: null, unit: "events" },
582
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT, limit: 2, sizePerUnit: null, unit: "profiles" },
583
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT, limit: 0, sizePerUnit: null, unit: "profiles" },
584
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT, limit: 1, sizePerUnit: null, unit: "connections" },
585
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT, limit: 3, sizePerUnit: null, unit: "configs" },
586
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT, limit: 0, sizePerUnit: null, unit: "shares" },
587
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT, limit: 0, sizePerUnit: null, unit: "portfolios" },
588
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH, limit: 10, sizePerUnit: null, unit: "snapshots" },
589
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH, limit: 10, sizePerUnit: null, unit: "runs" },
590
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH, limit: 30, sizePerUnit: null, unit: "rescores" },
591
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH, limit: 0, sizePerUnit: null, unit: "calls" },
592
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH, limit: 0, sizePerUnit: null, unit: "lookups" },
593
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH, limit: 10, sizePerUnit: null, unit: "calls" },
594
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH, limit: 20, sizePerUnit: null, unit: "refreshes" },
595
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH, limit: -1, sizePerUnit: null, unit: "snapshots" },
596
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_HISTORY_RETENTION_DAYS, limit: 90, sizePerUnit: null, unit: "days" },
3237
+ {
3238
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3239
+ metric: enum_1.BillingMetric.MEMBERS_COUNT,
3240
+ limit: 6,
3241
+ sizePerUnit: null,
3242
+ unit: 'members',
3243
+ },
3244
+ {
3245
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3246
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
3247
+ limit: 15,
3248
+ sizePerUnit: null,
3249
+ unit: 'GB',
3250
+ },
3251
+ {
3252
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3253
+ metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
3254
+ limit: 1000,
3255
+ sizePerUnit: null,
3256
+ unit: 'scan units',
3257
+ },
3258
+ {
3259
+ service: enum_1.BillingService.ABYSS_CLOUD,
3260
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
3261
+ limit: 2000,
3262
+ sizePerUnit: null,
3263
+ unit: 'files',
3264
+ },
3265
+ {
3266
+ service: enum_1.BillingService.ABYSS_TOOLS,
3267
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
3268
+ limit: 6,
3269
+ sizePerUnit: null,
3270
+ unit: 'boards',
3271
+ },
3272
+ {
3273
+ service: enum_1.BillingService.ABYSS_TOOLS,
3274
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
3275
+ limit: 5,
3276
+ sizePerUnit: null,
3277
+ unit: 'draws',
3278
+ },
3279
+ {
3280
+ service: enum_1.BillingService.ABYSS_TOOLS,
3281
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
3282
+ limit: 2,
3283
+ sizePerUnit: null,
3284
+ unit: 'atlases',
3285
+ },
3286
+ {
3287
+ service: enum_1.BillingService.ABYSS_TOOLS,
3288
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
3289
+ limit: 3,
3290
+ sizePerUnit: null,
3291
+ unit: 'retrospectives',
3292
+ },
3293
+ {
3294
+ service: enum_1.BillingService.ABYSS_TOOLS,
3295
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
3296
+ limit: 10,
3297
+ sizePerUnit: null,
3298
+ unit: 'short links',
3299
+ },
3300
+ {
3301
+ service: enum_1.BillingService.ABYSS_TOOLS,
3302
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
3303
+ limit: 1000,
3304
+ sizePerUnit: null,
3305
+ unit: 'clicks',
3306
+ },
3307
+ {
3308
+ service: enum_1.BillingService.ABYSS_TOOLS,
3309
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
3310
+ limit: 3,
3311
+ sizePerUnit: null,
3312
+ unit: 'transfers',
3313
+ },
3314
+ {
3315
+ service: enum_1.BillingService.ABYSS_TOOLS,
3316
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
3317
+ limit: 50,
3318
+ sizePerUnit: null,
3319
+ unit: 'uploads',
3320
+ },
3321
+ {
3322
+ service: enum_1.BillingService.ABYSS_TOOLS,
3323
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
3324
+ limit: 5,
3325
+ sizePerUnit: null,
3326
+ unit: 'GB',
3327
+ },
3328
+ {
3329
+ service: enum_1.BillingService.ABYSS_TOOLS,
3330
+ metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS,
3331
+ limit: 30,
3332
+ sizePerUnit: null,
3333
+ unit: 'days',
3334
+ },
3335
+ {
3336
+ service: enum_1.BillingService.ABYSS_TOOLS,
3337
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS,
3338
+ limit: -1,
3339
+ sizePerUnit: null,
3340
+ unit: 'days',
3341
+ },
3342
+ {
3343
+ service: enum_1.BillingService.ABYSS_TOOLS,
3344
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
3345
+ limit: 15,
3346
+ sizePerUnit: null,
3347
+ unit: 'extractions',
3348
+ },
3349
+ {
3350
+ service: enum_1.BillingService.ABYSS_TOOLS,
3351
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
3352
+ limit: 50,
3353
+ sizePerUnit: null,
3354
+ unit: 'OCR pages',
3355
+ },
3356
+ {
3357
+ service: enum_1.BillingService.ABYSS_TOOLS,
3358
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
3359
+ limit: 5,
3360
+ sizePerUnit: null,
3361
+ unit: 'templates',
3362
+ },
3363
+ {
3364
+ service: enum_1.BillingService.ABYSS_FORM,
3365
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
3366
+ limit: 100,
3367
+ sizePerUnit: null,
3368
+ unit: 'submissions',
3369
+ },
3370
+ {
3371
+ service: enum_1.BillingService.ABYSS_FORM,
3372
+ metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS,
3373
+ limit: 0,
3374
+ sizePerUnit: null,
3375
+ unit: '',
3376
+ },
3377
+ {
3378
+ service: enum_1.BillingService.ABYSS_MEMORIES,
3379
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
3380
+ limit: 5,
3381
+ sizePerUnit: null,
3382
+ unit: 'events',
3383
+ },
3384
+ {
3385
+ service: enum_1.BillingService.ABYSS_BANKING,
3386
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
3387
+ limit: 2,
3388
+ sizePerUnit: null,
3389
+ unit: 'profiles',
3390
+ },
3391
+ {
3392
+ service: enum_1.BillingService.ABYSS_BANKING,
3393
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
3394
+ limit: 0,
3395
+ sizePerUnit: null,
3396
+ unit: 'profiles',
3397
+ },
3398
+ {
3399
+ service: enum_1.BillingService.ABYSS_BANKING,
3400
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
3401
+ limit: 1,
3402
+ sizePerUnit: null,
3403
+ unit: 'connections',
3404
+ },
3405
+ {
3406
+ service: enum_1.BillingService.ABYSS_BANKING,
3407
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
3408
+ limit: 3,
3409
+ sizePerUnit: null,
3410
+ unit: 'configs',
3411
+ },
3412
+ {
3413
+ service: enum_1.BillingService.ABYSS_BANKING,
3414
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
3415
+ limit: 0,
3416
+ sizePerUnit: null,
3417
+ unit: 'shares',
3418
+ },
3419
+ {
3420
+ service: enum_1.BillingService.ABYSS_BANKING,
3421
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
3422
+ limit: 0,
3423
+ sizePerUnit: null,
3424
+ unit: 'portfolios',
3425
+ },
3426
+ {
3427
+ service: enum_1.BillingService.ABYSS_BANKING,
3428
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
3429
+ limit: 10,
3430
+ sizePerUnit: null,
3431
+ unit: 'snapshots',
3432
+ },
3433
+ {
3434
+ service: enum_1.BillingService.ABYSS_BANKING,
3435
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
3436
+ limit: 10,
3437
+ sizePerUnit: null,
3438
+ unit: 'runs',
3439
+ },
3440
+ {
3441
+ service: enum_1.BillingService.ABYSS_BANKING,
3442
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
3443
+ limit: 30,
3444
+ sizePerUnit: null,
3445
+ unit: 'rescores',
3446
+ },
3447
+ {
3448
+ service: enum_1.BillingService.ABYSS_BANKING,
3449
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
3450
+ limit: 0,
3451
+ sizePerUnit: null,
3452
+ unit: 'calls',
3453
+ },
3454
+ {
3455
+ service: enum_1.BillingService.ABYSS_BANKING,
3456
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
3457
+ limit: 0,
3458
+ sizePerUnit: null,
3459
+ unit: 'lookups',
3460
+ },
3461
+ {
3462
+ service: enum_1.BillingService.ABYSS_BANKING,
3463
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
3464
+ limit: 10,
3465
+ sizePerUnit: null,
3466
+ unit: 'calls',
3467
+ },
3468
+ {
3469
+ service: enum_1.BillingService.ABYSS_BANKING,
3470
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
3471
+ limit: 20,
3472
+ sizePerUnit: null,
3473
+ unit: 'refreshes',
3474
+ },
3475
+ {
3476
+ service: enum_1.BillingService.ABYSS_BANKING,
3477
+ metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH,
3478
+ limit: -1,
3479
+ sizePerUnit: null,
3480
+ unit: 'snapshots',
3481
+ },
597
3482
  ],
598
3483
  overagePricing: [
599
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.MEMBERS_COUNT, pricePerUnit: 300, unit: "member" },
600
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, pricePerUnit: 23, unit: "GB" },
601
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, pricePerUnit: 75, unit: "file" },
602
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, pricePerUnit: 75, unit: "board" },
603
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, pricePerUnit: 75, unit: "event" },
604
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT, pricePerUnit: 300, unit: "profile" },
605
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT, pricePerUnit: 450, unit: "profile" },
606
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT, pricePerUnit: 225, unit: "connection" },
607
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT, pricePerUnit: 75, unit: "config" },
608
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT, pricePerUnit: 75, unit: "share" },
609
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT, pricePerUnit: 150, unit: "portfolio" },
610
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH, pricePerUnit: 8, unit: "snapshot" },
611
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH, pricePerUnit: 8, unit: "run" },
612
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH, pricePerUnit: 3, unit: "rescore" },
613
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH, pricePerUnit: 2, unit: "call" },
614
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH, pricePerUnit: 120, unit: "lookup" },
615
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH, pricePerUnit: 15, unit: "call" },
616
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH, pricePerUnit: 23, unit: "refresh" },
3484
+ {
3485
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3486
+ metric: enum_1.BillingMetric.MEMBERS_COUNT,
3487
+ pricePerUnit: 300,
3488
+ unit: 'member',
3489
+ },
3490
+ {
3491
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3492
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
3493
+ pricePerUnit: 23,
3494
+ unit: 'GB',
3495
+ },
3496
+ {
3497
+ service: enum_1.BillingService.ABYSS_CLOUD,
3498
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
3499
+ pricePerUnit: 75,
3500
+ unit: 'file',
3501
+ },
3502
+ {
3503
+ service: enum_1.BillingService.ABYSS_TOOLS,
3504
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
3505
+ pricePerUnit: 75,
3506
+ unit: 'board',
3507
+ },
3508
+ {
3509
+ service: enum_1.BillingService.ABYSS_TOOLS,
3510
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
3511
+ pricePerUnit: 75,
3512
+ unit: 'draw',
3513
+ },
3514
+ {
3515
+ service: enum_1.BillingService.ABYSS_TOOLS,
3516
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
3517
+ pricePerUnit: 75,
3518
+ unit: 'atlas',
3519
+ },
3520
+ {
3521
+ service: enum_1.BillingService.ABYSS_TOOLS,
3522
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
3523
+ pricePerUnit: 75,
3524
+ unit: 'retrospective',
3525
+ },
3526
+ {
3527
+ service: enum_1.BillingService.ABYSS_TOOLS,
3528
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
3529
+ pricePerUnit: 75,
3530
+ unit: 'short link',
3531
+ },
3532
+ {
3533
+ service: enum_1.BillingService.ABYSS_TOOLS,
3534
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
3535
+ pricePerUnit: 2,
3536
+ unit: '1k resolutions',
3537
+ },
3538
+ {
3539
+ service: enum_1.BillingService.ABYSS_TOOLS,
3540
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
3541
+ pricePerUnit: 75,
3542
+ unit: 'transfer',
3543
+ },
3544
+ {
3545
+ service: enum_1.BillingService.ABYSS_TOOLS,
3546
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
3547
+ pricePerUnit: 8,
3548
+ unit: 'upload',
3549
+ },
3550
+ {
3551
+ service: enum_1.BillingService.ABYSS_TOOLS,
3552
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
3553
+ pricePerUnit: 15,
3554
+ unit: 'GB',
3555
+ },
3556
+ {
3557
+ service: enum_1.BillingService.ABYSS_TOOLS,
3558
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
3559
+ pricePerUnit: 30,
3560
+ unit: 'extraction',
3561
+ },
3562
+ {
3563
+ service: enum_1.BillingService.ABYSS_TOOLS,
3564
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
3565
+ pricePerUnit: 5,
3566
+ unit: 'OCR page',
3567
+ },
3568
+ {
3569
+ service: enum_1.BillingService.ABYSS_TOOLS,
3570
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
3571
+ pricePerUnit: 150,
3572
+ unit: 'template',
3573
+ },
3574
+ {
3575
+ service: enum_1.BillingService.ABYSS_FORM,
3576
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
3577
+ pricePerUnit: 3,
3578
+ unit: 'submission',
3579
+ },
3580
+ {
3581
+ service: enum_1.BillingService.ABYSS_MEMORIES,
3582
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
3583
+ pricePerUnit: 75,
3584
+ unit: 'event',
3585
+ },
3586
+ {
3587
+ service: enum_1.BillingService.ABYSS_BANKING,
3588
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
3589
+ pricePerUnit: 300,
3590
+ unit: 'profile',
3591
+ },
3592
+ {
3593
+ service: enum_1.BillingService.ABYSS_BANKING,
3594
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
3595
+ pricePerUnit: 450,
3596
+ unit: 'profile',
3597
+ },
3598
+ {
3599
+ service: enum_1.BillingService.ABYSS_BANKING,
3600
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
3601
+ pricePerUnit: 225,
3602
+ unit: 'connection',
3603
+ },
3604
+ {
3605
+ service: enum_1.BillingService.ABYSS_BANKING,
3606
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
3607
+ pricePerUnit: 75,
3608
+ unit: 'config',
3609
+ },
3610
+ {
3611
+ service: enum_1.BillingService.ABYSS_BANKING,
3612
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
3613
+ pricePerUnit: 75,
3614
+ unit: 'share',
3615
+ },
3616
+ {
3617
+ service: enum_1.BillingService.ABYSS_BANKING,
3618
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
3619
+ pricePerUnit: 150,
3620
+ unit: 'portfolio',
3621
+ },
3622
+ {
3623
+ service: enum_1.BillingService.ABYSS_BANKING,
3624
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
3625
+ pricePerUnit: 8,
3626
+ unit: 'snapshot',
3627
+ },
3628
+ {
3629
+ service: enum_1.BillingService.ABYSS_BANKING,
3630
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
3631
+ pricePerUnit: 8,
3632
+ unit: 'run',
3633
+ },
3634
+ {
3635
+ service: enum_1.BillingService.ABYSS_BANKING,
3636
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
3637
+ pricePerUnit: 3,
3638
+ unit: 'rescore',
3639
+ },
3640
+ {
3641
+ service: enum_1.BillingService.ABYSS_BANKING,
3642
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
3643
+ pricePerUnit: 2,
3644
+ unit: 'call',
3645
+ },
3646
+ {
3647
+ service: enum_1.BillingService.ABYSS_BANKING,
3648
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
3649
+ pricePerUnit: 120,
3650
+ unit: 'lookup',
3651
+ },
3652
+ {
3653
+ service: enum_1.BillingService.ABYSS_BANKING,
3654
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
3655
+ pricePerUnit: 15,
3656
+ unit: 'call',
3657
+ },
3658
+ {
3659
+ service: enum_1.BillingService.ABYSS_BANKING,
3660
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
3661
+ pricePerUnit: 23,
3662
+ unit: 'refresh',
3663
+ },
617
3664
  ],
618
3665
  },
619
3666
  {
620
3667
  tier: enum_1.PlanTier.DEFAULT,
621
3668
  accountType: enum_1.PlanAccountType.FAMILY,
622
- name: "family-paid",
3669
+ name: 'family-paid',
623
3670
  monthlyPriceEur: 490,
624
3671
  quotas: [
625
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.MEMBERS_COUNT, limit: 12, sizePerUnit: null, unit: "members" },
626
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, limit: 100, sizePerUnit: null, unit: "GB" },
627
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS, limit: 20000, sizePerUnit: null, unit: "scan units" },
628
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, limit: 10000, sizePerUnit: null, unit: "files" },
629
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, limit: 30, sizePerUnit: null, unit: "boards" },
630
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, limit: 25, sizePerUnit: null, unit: "events" },
631
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT, limit: 25, sizePerUnit: null, unit: "profiles" },
632
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT, limit: 10, sizePerUnit: null, unit: "profiles" },
633
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT, limit: 5, sizePerUnit: null, unit: "connections" },
634
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT, limit: 25, sizePerUnit: null, unit: "configs" },
635
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT, limit: 15, sizePerUnit: null, unit: "shares" },
636
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT, limit: 3, sizePerUnit: null, unit: "portfolios" },
637
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH, limit: 250, sizePerUnit: null, unit: "snapshots" },
638
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH, limit: 150, sizePerUnit: null, unit: "runs" },
639
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH, limit: 500, sizePerUnit: null, unit: "rescores" },
640
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH, limit: 2000, sizePerUnit: null, unit: "calls" },
641
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH, limit: 30, sizePerUnit: null, unit: "lookups" },
642
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH, limit: 300, sizePerUnit: null, unit: "calls" },
643
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH, limit: 150, sizePerUnit: null, unit: "refreshes" },
644
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH, limit: -1, sizePerUnit: null, unit: "snapshots" },
645
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_HISTORY_RETENTION_DAYS, limit: 365, sizePerUnit: null, unit: "days" },
3672
+ {
3673
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3674
+ metric: enum_1.BillingMetric.MEMBERS_COUNT,
3675
+ limit: 12,
3676
+ sizePerUnit: null,
3677
+ unit: 'members',
3678
+ },
3679
+ {
3680
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3681
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
3682
+ limit: 100,
3683
+ sizePerUnit: null,
3684
+ unit: 'GB',
3685
+ },
3686
+ {
3687
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3688
+ metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
3689
+ limit: 20000,
3690
+ sizePerUnit: null,
3691
+ unit: 'scan units',
3692
+ },
3693
+ {
3694
+ service: enum_1.BillingService.ABYSS_CLOUD,
3695
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
3696
+ limit: 10000,
3697
+ sizePerUnit: null,
3698
+ unit: 'files',
3699
+ },
3700
+ {
3701
+ service: enum_1.BillingService.ABYSS_TOOLS,
3702
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
3703
+ limit: 30,
3704
+ sizePerUnit: null,
3705
+ unit: 'boards',
3706
+ },
3707
+ {
3708
+ service: enum_1.BillingService.ABYSS_TOOLS,
3709
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
3710
+ limit: 50,
3711
+ sizePerUnit: null,
3712
+ unit: 'draws',
3713
+ },
3714
+ {
3715
+ service: enum_1.BillingService.ABYSS_TOOLS,
3716
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
3717
+ limit: 20,
3718
+ sizePerUnit: null,
3719
+ unit: 'atlases',
3720
+ },
3721
+ {
3722
+ service: enum_1.BillingService.ABYSS_TOOLS,
3723
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
3724
+ limit: 30,
3725
+ sizePerUnit: null,
3726
+ unit: 'retrospectives',
3727
+ },
3728
+ {
3729
+ service: enum_1.BillingService.ABYSS_TOOLS,
3730
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
3731
+ limit: 100,
3732
+ sizePerUnit: null,
3733
+ unit: 'short links',
3734
+ },
3735
+ {
3736
+ service: enum_1.BillingService.ABYSS_TOOLS,
3737
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
3738
+ limit: 100000,
3739
+ sizePerUnit: null,
3740
+ unit: 'clicks',
3741
+ },
3742
+ {
3743
+ service: enum_1.BillingService.ABYSS_TOOLS,
3744
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
3745
+ limit: 25,
3746
+ sizePerUnit: null,
3747
+ unit: 'transfers',
3748
+ },
3749
+ {
3750
+ service: enum_1.BillingService.ABYSS_TOOLS,
3751
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
3752
+ limit: 500,
3753
+ sizePerUnit: null,
3754
+ unit: 'uploads',
3755
+ },
3756
+ {
3757
+ service: enum_1.BillingService.ABYSS_TOOLS,
3758
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
3759
+ limit: 100,
3760
+ sizePerUnit: null,
3761
+ unit: 'GB',
3762
+ },
3763
+ {
3764
+ service: enum_1.BillingService.ABYSS_TOOLS,
3765
+ metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS,
3766
+ limit: -1,
3767
+ sizePerUnit: null,
3768
+ unit: 'days',
3769
+ },
3770
+ {
3771
+ service: enum_1.BillingService.ABYSS_TOOLS,
3772
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS,
3773
+ limit: -1,
3774
+ sizePerUnit: null,
3775
+ unit: 'days',
3776
+ },
3777
+ {
3778
+ service: enum_1.BillingService.ABYSS_TOOLS,
3779
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
3780
+ limit: 250,
3781
+ sizePerUnit: null,
3782
+ unit: 'extractions',
3783
+ },
3784
+ {
3785
+ service: enum_1.BillingService.ABYSS_TOOLS,
3786
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
3787
+ limit: 1000,
3788
+ sizePerUnit: null,
3789
+ unit: 'OCR pages',
3790
+ },
3791
+ {
3792
+ service: enum_1.BillingService.ABYSS_TOOLS,
3793
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
3794
+ limit: 50,
3795
+ sizePerUnit: null,
3796
+ unit: 'templates',
3797
+ },
3798
+ {
3799
+ service: enum_1.BillingService.ABYSS_FORM,
3800
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
3801
+ limit: 5000,
3802
+ sizePerUnit: null,
3803
+ unit: 'submissions',
3804
+ },
3805
+ {
3806
+ service: enum_1.BillingService.ABYSS_FORM,
3807
+ metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS,
3808
+ limit: 1,
3809
+ sizePerUnit: null,
3810
+ unit: '',
3811
+ },
3812
+ {
3813
+ service: enum_1.BillingService.ABYSS_MEMORIES,
3814
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
3815
+ limit: 25,
3816
+ sizePerUnit: null,
3817
+ unit: 'events',
3818
+ },
3819
+ {
3820
+ service: enum_1.BillingService.ABYSS_BANKING,
3821
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
3822
+ limit: 25,
3823
+ sizePerUnit: null,
3824
+ unit: 'profiles',
3825
+ },
3826
+ {
3827
+ service: enum_1.BillingService.ABYSS_BANKING,
3828
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
3829
+ limit: 10,
3830
+ sizePerUnit: null,
3831
+ unit: 'profiles',
3832
+ },
3833
+ {
3834
+ service: enum_1.BillingService.ABYSS_BANKING,
3835
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
3836
+ limit: 5,
3837
+ sizePerUnit: null,
3838
+ unit: 'connections',
3839
+ },
3840
+ {
3841
+ service: enum_1.BillingService.ABYSS_BANKING,
3842
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
3843
+ limit: 25,
3844
+ sizePerUnit: null,
3845
+ unit: 'configs',
3846
+ },
3847
+ {
3848
+ service: enum_1.BillingService.ABYSS_BANKING,
3849
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
3850
+ limit: 15,
3851
+ sizePerUnit: null,
3852
+ unit: 'shares',
3853
+ },
3854
+ {
3855
+ service: enum_1.BillingService.ABYSS_BANKING,
3856
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
3857
+ limit: 3,
3858
+ sizePerUnit: null,
3859
+ unit: 'portfolios',
3860
+ },
3861
+ {
3862
+ service: enum_1.BillingService.ABYSS_BANKING,
3863
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
3864
+ limit: 250,
3865
+ sizePerUnit: null,
3866
+ unit: 'snapshots',
3867
+ },
3868
+ {
3869
+ service: enum_1.BillingService.ABYSS_BANKING,
3870
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
3871
+ limit: 150,
3872
+ sizePerUnit: null,
3873
+ unit: 'runs',
3874
+ },
3875
+ {
3876
+ service: enum_1.BillingService.ABYSS_BANKING,
3877
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
3878
+ limit: 500,
3879
+ sizePerUnit: null,
3880
+ unit: 'rescores',
3881
+ },
3882
+ {
3883
+ service: enum_1.BillingService.ABYSS_BANKING,
3884
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
3885
+ limit: 2000,
3886
+ sizePerUnit: null,
3887
+ unit: 'calls',
3888
+ },
3889
+ {
3890
+ service: enum_1.BillingService.ABYSS_BANKING,
3891
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
3892
+ limit: 30,
3893
+ sizePerUnit: null,
3894
+ unit: 'lookups',
3895
+ },
3896
+ {
3897
+ service: enum_1.BillingService.ABYSS_BANKING,
3898
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
3899
+ limit: 300,
3900
+ sizePerUnit: null,
3901
+ unit: 'calls',
3902
+ },
3903
+ {
3904
+ service: enum_1.BillingService.ABYSS_BANKING,
3905
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
3906
+ limit: 150,
3907
+ sizePerUnit: null,
3908
+ unit: 'refreshes',
3909
+ },
3910
+ {
3911
+ service: enum_1.BillingService.ABYSS_BANKING,
3912
+ metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH,
3913
+ limit: -1,
3914
+ sizePerUnit: null,
3915
+ unit: 'snapshots',
3916
+ },
646
3917
  ],
647
3918
  overagePricing: [
648
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.MEMBERS_COUNT, pricePerUnit: 200, unit: "member" },
649
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, pricePerUnit: 15, unit: "GB" },
650
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, pricePerUnit: 50, unit: "file" },
651
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, pricePerUnit: 50, unit: "board" },
652
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, pricePerUnit: 50, unit: "event" },
653
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT, pricePerUnit: 200, unit: "profile" },
654
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT, pricePerUnit: 300, unit: "profile" },
655
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT, pricePerUnit: 150, unit: "connection" },
656
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT, pricePerUnit: 50, unit: "config" },
657
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT, pricePerUnit: 50, unit: "share" },
658
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT, pricePerUnit: 100, unit: "portfolio" },
659
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH, pricePerUnit: 5, unit: "snapshot" },
660
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH, pricePerUnit: 5, unit: "run" },
661
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH, pricePerUnit: 2, unit: "rescore" },
662
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH, pricePerUnit: 1, unit: "call" },
663
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH, pricePerUnit: 80, unit: "lookup" },
664
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH, pricePerUnit: 10, unit: "call" },
665
- { service: enum_1.BillingService.ABYSS_BANKING, metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH, pricePerUnit: 15, unit: "refresh" },
3919
+ {
3920
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3921
+ metric: enum_1.BillingMetric.MEMBERS_COUNT,
3922
+ pricePerUnit: 200,
3923
+ unit: 'member',
3924
+ },
3925
+ {
3926
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3927
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
3928
+ pricePerUnit: 15,
3929
+ unit: 'GB',
3930
+ },
3931
+ {
3932
+ service: enum_1.BillingService.ABYSS_CLOUD,
3933
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
3934
+ pricePerUnit: 50,
3935
+ unit: 'file',
3936
+ },
3937
+ {
3938
+ service: enum_1.BillingService.ABYSS_TOOLS,
3939
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
3940
+ pricePerUnit: 50,
3941
+ unit: 'board',
3942
+ },
3943
+ {
3944
+ service: enum_1.BillingService.ABYSS_TOOLS,
3945
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
3946
+ pricePerUnit: 50,
3947
+ unit: 'draw',
3948
+ },
3949
+ {
3950
+ service: enum_1.BillingService.ABYSS_TOOLS,
3951
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
3952
+ pricePerUnit: 50,
3953
+ unit: 'atlas',
3954
+ },
3955
+ {
3956
+ service: enum_1.BillingService.ABYSS_TOOLS,
3957
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
3958
+ pricePerUnit: 50,
3959
+ unit: 'retrospective',
3960
+ },
3961
+ {
3962
+ service: enum_1.BillingService.ABYSS_TOOLS,
3963
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
3964
+ pricePerUnit: 50,
3965
+ unit: 'short link',
3966
+ },
3967
+ {
3968
+ service: enum_1.BillingService.ABYSS_TOOLS,
3969
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
3970
+ pricePerUnit: 1,
3971
+ unit: '1k resolutions',
3972
+ },
3973
+ {
3974
+ service: enum_1.BillingService.ABYSS_TOOLS,
3975
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
3976
+ pricePerUnit: 50,
3977
+ unit: 'transfer',
3978
+ },
3979
+ {
3980
+ service: enum_1.BillingService.ABYSS_TOOLS,
3981
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
3982
+ pricePerUnit: 5,
3983
+ unit: 'upload',
3984
+ },
3985
+ {
3986
+ service: enum_1.BillingService.ABYSS_TOOLS,
3987
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
3988
+ pricePerUnit: 10,
3989
+ unit: 'GB',
3990
+ },
3991
+ {
3992
+ service: enum_1.BillingService.ABYSS_TOOLS,
3993
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
3994
+ pricePerUnit: 20,
3995
+ unit: 'extraction',
3996
+ },
3997
+ {
3998
+ service: enum_1.BillingService.ABYSS_TOOLS,
3999
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
4000
+ pricePerUnit: 3,
4001
+ unit: 'OCR page',
4002
+ },
4003
+ {
4004
+ service: enum_1.BillingService.ABYSS_TOOLS,
4005
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
4006
+ pricePerUnit: 100,
4007
+ unit: 'template',
4008
+ },
4009
+ {
4010
+ service: enum_1.BillingService.ABYSS_FORM,
4011
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
4012
+ pricePerUnit: 2,
4013
+ unit: 'submission',
4014
+ },
4015
+ {
4016
+ service: enum_1.BillingService.ABYSS_MEMORIES,
4017
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
4018
+ pricePerUnit: 50,
4019
+ unit: 'event',
4020
+ },
4021
+ {
4022
+ service: enum_1.BillingService.ABYSS_BANKING,
4023
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
4024
+ pricePerUnit: 200,
4025
+ unit: 'profile',
4026
+ },
4027
+ {
4028
+ service: enum_1.BillingService.ABYSS_BANKING,
4029
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
4030
+ pricePerUnit: 300,
4031
+ unit: 'profile',
4032
+ },
4033
+ {
4034
+ service: enum_1.BillingService.ABYSS_BANKING,
4035
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
4036
+ pricePerUnit: 150,
4037
+ unit: 'connection',
4038
+ },
4039
+ {
4040
+ service: enum_1.BillingService.ABYSS_BANKING,
4041
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
4042
+ pricePerUnit: 50,
4043
+ unit: 'config',
4044
+ },
4045
+ {
4046
+ service: enum_1.BillingService.ABYSS_BANKING,
4047
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
4048
+ pricePerUnit: 50,
4049
+ unit: 'share',
4050
+ },
4051
+ {
4052
+ service: enum_1.BillingService.ABYSS_BANKING,
4053
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
4054
+ pricePerUnit: 100,
4055
+ unit: 'portfolio',
4056
+ },
4057
+ {
4058
+ service: enum_1.BillingService.ABYSS_BANKING,
4059
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
4060
+ pricePerUnit: 5,
4061
+ unit: 'snapshot',
4062
+ },
4063
+ {
4064
+ service: enum_1.BillingService.ABYSS_BANKING,
4065
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
4066
+ pricePerUnit: 5,
4067
+ unit: 'run',
4068
+ },
4069
+ {
4070
+ service: enum_1.BillingService.ABYSS_BANKING,
4071
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
4072
+ pricePerUnit: 2,
4073
+ unit: 'rescore',
4074
+ },
4075
+ {
4076
+ service: enum_1.BillingService.ABYSS_BANKING,
4077
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
4078
+ pricePerUnit: 1,
4079
+ unit: 'call',
4080
+ },
4081
+ {
4082
+ service: enum_1.BillingService.ABYSS_BANKING,
4083
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
4084
+ pricePerUnit: 80,
4085
+ unit: 'lookup',
4086
+ },
4087
+ {
4088
+ service: enum_1.BillingService.ABYSS_BANKING,
4089
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
4090
+ pricePerUnit: 10,
4091
+ unit: 'call',
4092
+ },
4093
+ {
4094
+ service: enum_1.BillingService.ABYSS_BANKING,
4095
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
4096
+ pricePerUnit: 15,
4097
+ unit: 'refresh',
4098
+ },
666
4099
  ],
667
4100
  },
668
4101
  ];