@abyss-project/main 1.8.0 → 1.10.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 (128) hide show
  1. package/dist/api/application.admin.api.d.ts +1 -3
  2. package/dist/api/application.admin.api.js +1 -10
  3. package/dist/api/application.admin.api.js.map +1 -1
  4. package/dist/api/billing-account.admin.api.d.ts +5 -2
  5. package/dist/api/billing-account.admin.api.js +13 -1
  6. package/dist/api/billing-account.admin.api.js.map +1 -1
  7. package/dist/api/billing-plan-request.admin.api.d.ts +6 -0
  8. package/dist/api/billing-plan-request.admin.api.js +21 -0
  9. package/dist/api/billing-plan-request.admin.api.js.map +1 -0
  10. package/dist/api/gift-code.api.d.ts +1 -2
  11. package/dist/api/gift-code.api.js +1 -7
  12. package/dist/api/gift-code.api.js.map +1 -1
  13. package/dist/api/index.d.ts +1 -1
  14. package/dist/api/index.js +1 -1
  15. package/dist/api/index.js.map +1 -1
  16. package/dist/api/organization-billing.api.d.ts +3 -2
  17. package/dist/api/organization-billing.api.js +5 -1
  18. package/dist/api/organization-billing.api.js.map +1 -1
  19. package/dist/api/project.admin.api.d.ts +1 -3
  20. package/dist/api/project.admin.api.js +1 -10
  21. package/dist/api/project.admin.api.js.map +1 -1
  22. package/dist/api/user-billing.api.d.ts +3 -2
  23. package/dist/api/user-billing.api.js +5 -1
  24. package/dist/api/user-billing.api.js.map +1 -1
  25. package/dist/api/user.admin.api.d.ts +2 -2
  26. package/dist/api/user.admin.api.js +2 -2
  27. package/dist/api/user.admin.api.js.map +1 -1
  28. package/dist/constants/billing-catalog.constants.d.ts +14 -1
  29. package/dist/constants/billing-catalog.constants.js +218 -24
  30. package/dist/constants/billing-catalog.constants.js.map +1 -1
  31. package/dist/constants/enforcement-registry.constants.js +61 -9
  32. package/dist/constants/enforcement-registry.constants.js.map +1 -1
  33. package/dist/constants/index.d.ts +1 -0
  34. package/dist/constants/index.js +1 -0
  35. package/dist/constants/index.js.map +1 -1
  36. package/dist/constants/metric-price-scale.constants.d.ts +8 -0
  37. package/dist/constants/metric-price-scale.constants.js +91 -0
  38. package/dist/constants/metric-price-scale.constants.js.map +1 -0
  39. package/dist/constants/public-plans.constants.js +3617 -241
  40. package/dist/constants/public-plans.constants.js.map +1 -1
  41. package/dist/constants/quota-metric-kind.constants.js +14 -4
  42. package/dist/constants/quota-metric-kind.constants.js.map +1 -1
  43. package/dist/index.d.ts +11 -12
  44. package/dist/index.js +11 -12
  45. package/dist/index.js.map +1 -1
  46. package/dist/types/enum/abyss-application-event.enum.d.ts +5 -3
  47. package/dist/types/enum/abyss-application-event.enum.js +5 -3
  48. package/dist/types/enum/abyss-application-event.enum.js.map +1 -1
  49. package/dist/types/enum/admin-audit-target-type.enum.d.ts +0 -1
  50. package/dist/types/enum/admin-audit-target-type.enum.js +0 -1
  51. package/dist/types/enum/admin-audit-target-type.enum.js.map +1 -1
  52. package/dist/types/enum/email-type.enum.d.ts +1 -0
  53. package/dist/types/enum/email-type.enum.js +1 -0
  54. package/dist/types/enum/email-type.enum.js.map +1 -1
  55. package/dist/types/enum/index.d.ts +1 -0
  56. package/dist/types/enum/index.js +1 -0
  57. package/dist/types/enum/index.js.map +1 -1
  58. package/dist/types/enum/organization-billing.enum.d.ts +27 -8
  59. package/dist/types/enum/organization-billing.enum.js +25 -5
  60. package/dist/types/enum/organization-billing.enum.js.map +1 -1
  61. package/dist/types/enum/project-access-member-source.enum.d.ts +4 -0
  62. package/dist/types/enum/project-access-member-source.enum.js +9 -0
  63. package/dist/types/enum/project-access-member-source.enum.js.map +1 -0
  64. package/dist/types/enum/user-notification-category.enum.js +1 -0
  65. package/dist/types/enum/user-notification-category.enum.js.map +1 -1
  66. package/dist/types/enum/user-notification-content-type.enum.d.ts +11 -0
  67. package/dist/types/enum/user-notification-content-type.enum.js +2 -1
  68. package/dist/types/enum/user-notification-content-type.enum.js.map +1 -1
  69. package/dist/types/interface/api/index.d.ts +2 -2
  70. package/dist/types/interface/api/index.js +2 -2
  71. package/dist/types/interface/api/index.js.map +1 -1
  72. package/dist/types/interface/api/requests/billing-account.admin.request.d.ts +23 -1
  73. package/dist/types/interface/api/requests/billing-plan-request.admin.request.d.ts +22 -0
  74. package/dist/types/interface/api/requests/{billing-addon-template.request.js → billing-plan-request.admin.request.js} +1 -1
  75. package/dist/types/interface/api/requests/billing-plan-request.admin.request.js.map +1 -0
  76. package/dist/types/interface/api/requests/index.d.ts +1 -1
  77. package/dist/types/interface/api/requests/index.js +1 -1
  78. package/dist/types/interface/api/requests/index.js.map +1 -1
  79. package/dist/types/interface/api/requests/organization-billing.request.d.ts +10 -1
  80. package/dist/types/interface/api/requests/user-billing.request.d.ts +7 -1
  81. package/dist/types/interface/api/requests/user.admin.request.d.ts +3 -0
  82. package/dist/types/interface/api/responses/billing-account.admin.response.d.ts +27 -0
  83. package/dist/types/interface/api/responses/billing-plan-request.admin.response.d.ts +23 -0
  84. package/dist/types/interface/api/responses/{billing-addon-template.response.js → billing-plan-request.admin.response.js} +1 -1
  85. package/dist/types/interface/api/responses/billing-plan-request.admin.response.js.map +1 -0
  86. package/dist/types/interface/api/responses/billing.response.d.ts +1 -0
  87. package/dist/types/interface/api/responses/index.d.ts +1 -1
  88. package/dist/types/interface/api/responses/index.js +1 -1
  89. package/dist/types/interface/api/responses/index.js.map +1 -1
  90. package/dist/types/interface/api/responses/organization-billing.response.d.ts +4 -0
  91. package/dist/types/interface/api/responses/project-access.admin.response.d.ts +4 -1
  92. package/dist/types/interface/api/responses/user-billing.response.d.ts +4 -0
  93. package/dist/types/interface/index.d.ts +0 -1
  94. package/dist/types/interface/index.js +0 -1
  95. package/dist/types/interface/index.js.map +1 -1
  96. package/dist/types/interface/models/billing-account.model.d.ts +2 -0
  97. package/dist/types/interface/models/billing-daily-snapshot.model.d.ts +1 -1
  98. package/dist/types/interface/models/index.d.ts +0 -1
  99. package/dist/types/interface/models/index.js +0 -1
  100. package/dist/types/interface/models/index.js.map +1 -1
  101. package/dist/types/interface/models/organization-service-quota.model.d.ts +3 -1
  102. package/dist/types/interface/models/plan-template.model.d.ts +2 -0
  103. package/dist/utils/billing.utils.d.ts +11 -0
  104. package/dist/utils/billing.utils.js +39 -1
  105. package/dist/utils/billing.utils.js.map +1 -1
  106. package/dist/utils/index.d.ts +2 -0
  107. package/dist/utils/index.js +2 -0
  108. package/dist/utils/index.js.map +1 -1
  109. package/dist/utils/pricing.utils.d.ts +15 -0
  110. package/dist/utils/pricing.utils.js +99 -0
  111. package/dist/utils/pricing.utils.js.map +1 -0
  112. package/dist/utils/quota-ceiling.utils.d.ts +16 -0
  113. package/dist/utils/quota-ceiling.utils.js +38 -0
  114. package/dist/utils/quota-ceiling.utils.js.map +1 -0
  115. package/package.json +1 -1
  116. package/dist/api/billing-addon-template.admin.api.d.ts +0 -7
  117. package/dist/api/billing-addon-template.admin.api.js +0 -27
  118. package/dist/api/billing-addon-template.admin.api.js.map +0 -1
  119. package/dist/types/enum/admin-role.enum.d.ts +0 -6
  120. package/dist/types/enum/admin-role.enum.js +0 -11
  121. package/dist/types/enum/admin-role.enum.js.map +0 -1
  122. package/dist/types/interface/api/requests/billing-addon-template.request.d.ts +0 -32
  123. package/dist/types/interface/api/requests/billing-addon-template.request.js.map +0 -1
  124. package/dist/types/interface/api/responses/billing-addon-template.response.d.ts +0 -19
  125. package/dist/types/interface/api/responses/billing-addon-template.response.js.map +0 -1
  126. package/dist/types/interface/models/billing-addon-template.model.d.ts +0 -15
  127. package/dist/types/interface/models/billing-addon-template.model.js +0 -3
  128. package/dist/types/interface/models/billing-addon-template.model.js.map +0 -1
@@ -6,307 +6,3683 @@ 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" },
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
+ },
292
+ ],
293
+ overagePricing: [
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
+ },
41
474
  ],
42
- overagePricing: [],
43
475
  },
44
476
  {
45
477
  tier: enum_1.PlanTier.DEFAULT,
46
478
  accountType: enum_1.PlanAccountType.USER,
47
- name: "starter",
479
+ name: 'starter',
48
480
  monthlyPriceEur: 900,
49
481
  quotas: [
50
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, limit: 100, sizePerUnit: null, unit: "GB" },
51
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS, limit: 20000, sizePerUnit: null, unit: "scan units" },
52
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, limit: 10000, sizePerUnit: null, unit: "files" },
53
- { service: enum_1.BillingService.ABYSS_CRYPT, metric: enum_1.BillingMetric.CRYPT_MAX_FILE_SIZE_MB, limit: 100, sizePerUnit: null, unit: "MB" },
54
- { service: enum_1.BillingService.ABYSS_CRYPT, metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH, limit: 5000, sizePerUnit: null, unit: "encryptions" },
55
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORMS_COUNT, limit: 10, sizePerUnit: null, unit: "forms" },
56
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, limit: 5000, sizePerUnit: null, unit: "submissions" },
57
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS, limit: 1, sizePerUnit: null, unit: "" },
58
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_DOCUMENT_SIZE_MB, limit: 5, sizePerUnit: null, unit: "MB" },
59
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_SUBMISSIONS_PER_FORM_DAY, limit: 100, sizePerUnit: null, unit: "submissions/day" },
60
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT, limit: 50, sizePerUnit: null, unit: "draws" },
61
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, limit: 30, sizePerUnit: null, unit: "boards" },
62
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT, limit: 20, sizePerUnit: null, unit: "atlases" },
63
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT, limit: 30, sizePerUnit: null, unit: "retrospectives" },
64
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT, limit: 100, sizePerUnit: null, unit: "short links" },
65
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, limit: 100000, sizePerUnit: null, unit: "clicks" },
66
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT, limit: 25, sizePerUnit: null, unit: "transfers" },
67
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH, limit: 500, sizePerUnit: null, unit: "uploads" },
68
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH, limit: 100, sizePerUnit: null, unit: "GB" },
69
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS, limit: -1, sizePerUnit: null, unit: "days" },
70
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS, limit: -1, sizePerUnit: null, unit: "days" },
71
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION, limit: 250, sizePerUnit: null, unit: "extractions" },
72
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES, limit: 1000, sizePerUnit: null, unit: "OCR pages" },
73
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE, limit: 50, sizePerUnit: null, unit: "templates" },
74
- { service: enum_1.BillingService.ABYSS_TRAINING, metric: enum_1.BillingMetric.TRAINING_PROGRAMS_COUNT, limit: -1, sizePerUnit: null, unit: "programs" },
75
- { service: enum_1.BillingService.ABYSS_TRAINING, metric: enum_1.BillingMetric.TRAINING_SESSIONS_MONTH, limit: -1, sizePerUnit: null, unit: "sessions" },
76
- { service: enum_1.BillingService.ABYSS_TRAINING, metric: enum_1.BillingMetric.TRAINING_TEMPLATES_COUNT, limit: -1, sizePerUnit: null, unit: "templates" },
77
- { service: enum_1.BillingService.ABYSS_TRAINING, metric: enum_1.BillingMetric.TRAINING_CUSTOM_EXERCISES_COUNT, limit: -1, sizePerUnit: null, unit: "exercises" },
78
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, limit: 20, sizePerUnit: null, unit: "events" },
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
+ },
79
762
  ],
80
763
  overagePricing: [
81
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, pricePerUnit: 5, unit: "GB/month" },
82
- { service: enum_1.BillingService.ABYSS_CRYPT, metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH, pricePerUnit: 50, unit: "1k encryptions" },
83
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, pricePerUnit: 50, unit: "1k submissions" },
84
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, pricePerUnit: 10, unit: "10k clicks" },
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
+ },
85
944
  ],
86
945
  },
87
946
  {
88
947
  tier: enum_1.PlanTier.DEFAULT,
89
948
  accountType: enum_1.PlanAccountType.USER,
90
- name: "pro",
949
+ name: 'pro',
91
950
  monthlyPriceEur: 2900,
92
951
  quotas: [
93
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, limit: 2000, sizePerUnit: null, unit: "GB" },
94
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS, limit: 200000, sizePerUnit: null, unit: "scan units" },
95
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, limit: -1, sizePerUnit: null, unit: "files" },
96
- { service: enum_1.BillingService.ABYSS_CRYPT, metric: enum_1.BillingMetric.CRYPT_MAX_FILE_SIZE_MB, limit: 100, sizePerUnit: null, unit: "MB" },
97
- { service: enum_1.BillingService.ABYSS_CRYPT, metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH, limit: 50000, sizePerUnit: null, unit: "encryptions" },
98
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORMS_COUNT, limit: -1, sizePerUnit: null, unit: "forms" },
99
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, limit: 50000, sizePerUnit: null, unit: "submissions" },
100
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS, limit: 1, sizePerUnit: null, unit: "" },
101
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_DOCUMENT_SIZE_MB, limit: 25, sizePerUnit: null, unit: "MB" },
102
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_SUBMISSIONS_PER_FORM_DAY, limit: -1, sizePerUnit: null, unit: "submissions/day" },
103
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT, limit: -1, sizePerUnit: null, unit: "draws" },
104
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, limit: -1, sizePerUnit: null, unit: "boards" },
105
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT, limit: -1, sizePerUnit: null, unit: "atlases" },
106
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT, limit: -1, sizePerUnit: null, unit: "retrospectives" },
107
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT, limit: -1, sizePerUnit: null, unit: "short links" },
108
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, limit: 1000000, sizePerUnit: null, unit: "clicks" },
109
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT, limit: 200, sizePerUnit: null, unit: "transfers" },
110
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH, limit: 5000, sizePerUnit: null, unit: "uploads" },
111
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH, limit: 1000, sizePerUnit: null, unit: "GB" },
112
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS, limit: -1, sizePerUnit: null, unit: "days" },
113
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS, limit: -1, sizePerUnit: null, unit: "days" },
114
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION, limit: 2500, sizePerUnit: null, unit: "extractions" },
115
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES, limit: 10000, sizePerUnit: null, unit: "OCR pages" },
116
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE, limit: -1, sizePerUnit: null, unit: "templates" },
117
- { service: enum_1.BillingService.ABYSS_TRAINING, metric: enum_1.BillingMetric.TRAINING_PROGRAMS_COUNT, limit: -1, sizePerUnit: null, unit: "programs" },
118
- { service: enum_1.BillingService.ABYSS_TRAINING, metric: enum_1.BillingMetric.TRAINING_SESSIONS_MONTH, limit: -1, sizePerUnit: null, unit: "sessions" },
119
- { service: enum_1.BillingService.ABYSS_TRAINING, metric: enum_1.BillingMetric.TRAINING_TEMPLATES_COUNT, limit: -1, sizePerUnit: null, unit: "templates" },
120
- { service: enum_1.BillingService.ABYSS_TRAINING, metric: enum_1.BillingMetric.TRAINING_CUSTOM_EXERCISES_COUNT, limit: -1, sizePerUnit: null, unit: "exercises" },
121
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, limit: -1, sizePerUnit: null, unit: "events" },
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
+ },
122
1232
  ],
123
1233
  overagePricing: [
124
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, pricePerUnit: 4, unit: "GB/month" },
125
- { service: enum_1.BillingService.ABYSS_CRYPT, metric: enum_1.BillingMetric.CRYPT_ENCRYPTIONS_MONTH, pricePerUnit: 30, unit: "1k encryptions" },
126
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, pricePerUnit: 30, unit: "1k submissions" },
127
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, pricePerUnit: 8, unit: "10k clicks" },
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
+ },
128
1414
  ],
129
1415
  },
130
1416
  {
131
1417
  tier: enum_1.PlanTier.FREEMIUM,
132
1418
  accountType: enum_1.PlanAccountType.ORGANIZATION,
133
- name: "freemium",
1419
+ name: 'freemium',
134
1420
  monthlyPriceEur: 0,
135
1421
  quotas: [
136
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.PROJECTS_COUNT, limit: 3, sizePerUnit: null, unit: "projects" },
137
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.MEMBERS_COUNT, limit: 10, sizePerUnit: null, unit: "members" },
138
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.TEAM_COUNT, limit: 2, sizePerUnit: null, unit: "teams" },
139
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.API_KEYS_COUNT, limit: 3, sizePerUnit: null, unit: "keys" },
140
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, limit: 15, sizePerUnit: null, unit: "GB" },
141
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS, limit: 2000, sizePerUnit: null, unit: "scan units" },
142
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.FILES_COUNT, limit: 2000, sizePerUnit: null, unit: "files" },
143
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.PRESIGNED_URLS, limit: 1000, sizePerUnit: null, unit: "req/day" },
144
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.BANDWIDTH_GB, limit: 10, sizePerUnit: null, unit: "GB/day" },
145
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.LOG_EVENTS, limit: 20000, sizePerUnit: null, unit: "events/day" },
146
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.RETENTION_DAYS, limit: 7, sizePerUnit: null, unit: "days" },
147
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.APPLICATIONS, limit: 3, sizePerUnit: null, unit: "apps" },
148
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH, limit: 1000, sizePerUnit: null, unit: "invocations" },
149
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, limit: 2000, sizePerUnit: null, unit: "files" },
150
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORMS_COUNT, limit: 3, sizePerUnit: null, unit: "forms" },
151
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, limit: 200, sizePerUnit: null, unit: "submissions" },
152
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS, limit: 0, sizePerUnit: null, unit: "" },
153
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_DOCUMENT_SIZE_MB, limit: 0, sizePerUnit: null, unit: "MB" },
154
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_SUBMISSIONS_PER_FORM_DAY, limit: 10, sizePerUnit: null, unit: "submissions/day" },
155
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT, limit: 10, sizePerUnit: null, unit: "draws" },
156
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, limit: 6, sizePerUnit: null, unit: "boards" },
157
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT, limit: 4, sizePerUnit: null, unit: "atlases" },
158
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT, limit: 6, sizePerUnit: null, unit: "retrospectives" },
159
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT, limit: 20, sizePerUnit: null, unit: "short links" },
160
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, limit: 2000, sizePerUnit: null, unit: "clicks" },
161
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT, limit: 5, sizePerUnit: null, unit: "transfers" },
162
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH, limit: 100, sizePerUnit: null, unit: "uploads" },
163
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH, limit: 10, sizePerUnit: null, unit: "GB" },
164
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS, limit: 30, sizePerUnit: null, unit: "days" },
165
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS, limit: -1, sizePerUnit: null, unit: "days" },
166
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION, limit: 30, sizePerUnit: null, unit: "extractions" },
167
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES, limit: 100, sizePerUnit: null, unit: "OCR pages" },
168
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE, limit: 10, sizePerUnit: null, unit: "templates" },
169
- { service: enum_1.BillingService.ABYSS_SPOTLIGHT, metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT, limit: 1, sizePerUnit: null, unit: "pages" },
170
- { service: enum_1.BillingService.ABYSS_SPOTLIGHT, metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH, limit: 5000, sizePerUnit: null, unit: "views" },
171
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, limit: 5, sizePerUnit: null, unit: "events" },
1422
+ {
1423
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1424
+ metric: enum_1.BillingMetric.PROJECTS_COUNT,
1425
+ limit: 3,
1426
+ sizePerUnit: null,
1427
+ unit: 'projects',
1428
+ },
1429
+ {
1430
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1431
+ metric: enum_1.BillingMetric.MEMBERS_COUNT,
1432
+ limit: 10,
1433
+ sizePerUnit: null,
1434
+ unit: 'members',
1435
+ },
1436
+ {
1437
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1438
+ metric: enum_1.BillingMetric.TEAM_COUNT,
1439
+ limit: 2,
1440
+ sizePerUnit: null,
1441
+ unit: 'teams',
1442
+ },
1443
+ {
1444
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1445
+ metric: enum_1.BillingMetric.API_KEYS_COUNT,
1446
+ limit: 3,
1447
+ sizePerUnit: null,
1448
+ unit: 'keys',
1449
+ },
1450
+ {
1451
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1452
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
1453
+ limit: 15,
1454
+ sizePerUnit: null,
1455
+ unit: 'GB',
1456
+ },
1457
+ {
1458
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1459
+ metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
1460
+ limit: 2000,
1461
+ sizePerUnit: null,
1462
+ unit: 'scan units',
1463
+ },
1464
+ {
1465
+ service: enum_1.BillingService.ABYSS_STORAGE,
1466
+ metric: enum_1.BillingMetric.FILES_COUNT,
1467
+ limit: 2000,
1468
+ sizePerUnit: null,
1469
+ unit: 'files',
1470
+ },
1471
+ {
1472
+ service: enum_1.BillingService.ABYSS_STORAGE,
1473
+ metric: enum_1.BillingMetric.PRESIGNED_URLS,
1474
+ limit: 1000,
1475
+ sizePerUnit: null,
1476
+ unit: 'req/day',
1477
+ },
1478
+ {
1479
+ service: enum_1.BillingService.ABYSS_STORAGE,
1480
+ metric: enum_1.BillingMetric.BANDWIDTH_GB,
1481
+ limit: 10,
1482
+ sizePerUnit: null,
1483
+ unit: 'GB/day',
1484
+ },
1485
+ {
1486
+ service: enum_1.BillingService.ABYSS_MONITOR,
1487
+ metric: enum_1.BillingMetric.LOG_EVENTS,
1488
+ limit: 20000,
1489
+ sizePerUnit: null,
1490
+ unit: 'events/day',
1491
+ },
1492
+ {
1493
+ service: enum_1.BillingService.ABYSS_MONITOR,
1494
+ metric: enum_1.BillingMetric.RETENTION_DAYS,
1495
+ limit: 7,
1496
+ sizePerUnit: null,
1497
+ unit: 'days',
1498
+ },
1499
+ {
1500
+ service: enum_1.BillingService.ABYSS_MONITOR,
1501
+ metric: enum_1.BillingMetric.APPLICATIONS,
1502
+ limit: 3,
1503
+ sizePerUnit: null,
1504
+ unit: 'apps',
1505
+ },
1506
+ {
1507
+ service: enum_1.BillingService.ABYSS_MONITOR,
1508
+ metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH,
1509
+ limit: 1000,
1510
+ sizePerUnit: null,
1511
+ unit: 'invocations',
1512
+ },
1513
+ {
1514
+ service: enum_1.BillingService.ABYSS_CLOUD,
1515
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
1516
+ limit: 2000,
1517
+ sizePerUnit: null,
1518
+ unit: 'files',
1519
+ },
1520
+ {
1521
+ service: enum_1.BillingService.ABYSS_FORM,
1522
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
1523
+ limit: 200,
1524
+ sizePerUnit: null,
1525
+ unit: 'submissions',
1526
+ },
1527
+ {
1528
+ service: enum_1.BillingService.ABYSS_FORM,
1529
+ metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS,
1530
+ limit: 0,
1531
+ sizePerUnit: null,
1532
+ unit: '',
1533
+ },
1534
+ {
1535
+ service: enum_1.BillingService.ABYSS_TOOLS,
1536
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
1537
+ limit: 10,
1538
+ sizePerUnit: null,
1539
+ unit: 'draws',
1540
+ },
1541
+ {
1542
+ service: enum_1.BillingService.ABYSS_TOOLS,
1543
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
1544
+ limit: 6,
1545
+ sizePerUnit: null,
1546
+ unit: 'boards',
1547
+ },
1548
+ {
1549
+ service: enum_1.BillingService.ABYSS_TOOLS,
1550
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
1551
+ limit: 4,
1552
+ sizePerUnit: null,
1553
+ unit: 'atlases',
1554
+ },
1555
+ {
1556
+ service: enum_1.BillingService.ABYSS_TOOLS,
1557
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
1558
+ limit: 6,
1559
+ sizePerUnit: null,
1560
+ unit: 'retrospectives',
1561
+ },
1562
+ {
1563
+ service: enum_1.BillingService.ABYSS_TOOLS,
1564
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
1565
+ limit: 20,
1566
+ sizePerUnit: null,
1567
+ unit: 'short links',
1568
+ },
1569
+ {
1570
+ service: enum_1.BillingService.ABYSS_TOOLS,
1571
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
1572
+ limit: 2000,
1573
+ sizePerUnit: null,
1574
+ unit: 'clicks',
1575
+ },
1576
+ {
1577
+ service: enum_1.BillingService.ABYSS_TOOLS,
1578
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
1579
+ limit: 5,
1580
+ sizePerUnit: null,
1581
+ unit: 'transfers',
1582
+ },
1583
+ {
1584
+ service: enum_1.BillingService.ABYSS_TOOLS,
1585
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
1586
+ limit: 100,
1587
+ sizePerUnit: null,
1588
+ unit: 'uploads',
1589
+ },
1590
+ {
1591
+ service: enum_1.BillingService.ABYSS_TOOLS,
1592
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
1593
+ limit: 10,
1594
+ sizePerUnit: null,
1595
+ unit: 'GB',
1596
+ },
1597
+ {
1598
+ service: enum_1.BillingService.ABYSS_TOOLS,
1599
+ metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS,
1600
+ limit: 30,
1601
+ sizePerUnit: null,
1602
+ unit: 'days',
1603
+ },
1604
+ {
1605
+ service: enum_1.BillingService.ABYSS_TOOLS,
1606
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS,
1607
+ limit: -1,
1608
+ sizePerUnit: null,
1609
+ unit: 'days',
1610
+ },
1611
+ {
1612
+ service: enum_1.BillingService.ABYSS_TOOLS,
1613
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
1614
+ limit: 30,
1615
+ sizePerUnit: null,
1616
+ unit: 'extractions',
1617
+ },
1618
+ {
1619
+ service: enum_1.BillingService.ABYSS_TOOLS,
1620
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
1621
+ limit: 100,
1622
+ sizePerUnit: null,
1623
+ unit: 'OCR pages',
1624
+ },
1625
+ {
1626
+ service: enum_1.BillingService.ABYSS_TOOLS,
1627
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
1628
+ limit: 10,
1629
+ sizePerUnit: null,
1630
+ unit: 'templates',
1631
+ },
1632
+ {
1633
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
1634
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT,
1635
+ limit: 1,
1636
+ sizePerUnit: null,
1637
+ unit: 'pages',
1638
+ },
1639
+ {
1640
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
1641
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH,
1642
+ limit: 5000,
1643
+ sizePerUnit: null,
1644
+ unit: 'views',
1645
+ },
1646
+ {
1647
+ service: enum_1.BillingService.ABYSS_MEMORIES,
1648
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
1649
+ limit: 5,
1650
+ sizePerUnit: null,
1651
+ unit: 'events',
1652
+ },
1653
+ {
1654
+ service: enum_1.BillingService.ABYSS_BANKING,
1655
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
1656
+ limit: 2,
1657
+ sizePerUnit: null,
1658
+ unit: 'profiles',
1659
+ },
1660
+ {
1661
+ service: enum_1.BillingService.ABYSS_BANKING,
1662
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
1663
+ limit: 0,
1664
+ sizePerUnit: null,
1665
+ unit: 'profiles',
1666
+ },
1667
+ {
1668
+ service: enum_1.BillingService.ABYSS_BANKING,
1669
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
1670
+ limit: 1,
1671
+ sizePerUnit: null,
1672
+ unit: 'connections',
1673
+ },
1674
+ {
1675
+ service: enum_1.BillingService.ABYSS_BANKING,
1676
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
1677
+ limit: 3,
1678
+ sizePerUnit: null,
1679
+ unit: 'configs',
1680
+ },
1681
+ {
1682
+ service: enum_1.BillingService.ABYSS_BANKING,
1683
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
1684
+ limit: 0,
1685
+ sizePerUnit: null,
1686
+ unit: 'shares',
1687
+ },
1688
+ {
1689
+ service: enum_1.BillingService.ABYSS_BANKING,
1690
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
1691
+ limit: 0,
1692
+ sizePerUnit: null,
1693
+ unit: 'portfolios',
1694
+ },
1695
+ {
1696
+ service: enum_1.BillingService.ABYSS_BANKING,
1697
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
1698
+ limit: 10,
1699
+ sizePerUnit: null,
1700
+ unit: 'snapshots',
1701
+ },
1702
+ {
1703
+ service: enum_1.BillingService.ABYSS_BANKING,
1704
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
1705
+ limit: 10,
1706
+ sizePerUnit: null,
1707
+ unit: 'runs',
1708
+ },
1709
+ {
1710
+ service: enum_1.BillingService.ABYSS_BANKING,
1711
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
1712
+ limit: 30,
1713
+ sizePerUnit: null,
1714
+ unit: 'rescores',
1715
+ },
1716
+ {
1717
+ service: enum_1.BillingService.ABYSS_BANKING,
1718
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
1719
+ limit: 0,
1720
+ sizePerUnit: null,
1721
+ unit: 'calls',
1722
+ },
1723
+ {
1724
+ service: enum_1.BillingService.ABYSS_BANKING,
1725
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
1726
+ limit: 0,
1727
+ sizePerUnit: null,
1728
+ unit: 'lookups',
1729
+ },
1730
+ {
1731
+ service: enum_1.BillingService.ABYSS_BANKING,
1732
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
1733
+ limit: 10,
1734
+ sizePerUnit: null,
1735
+ unit: 'calls',
1736
+ },
1737
+ {
1738
+ service: enum_1.BillingService.ABYSS_BANKING,
1739
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
1740
+ limit: 20,
1741
+ sizePerUnit: null,
1742
+ unit: 'refreshes',
1743
+ },
1744
+ {
1745
+ service: enum_1.BillingService.ABYSS_BANKING,
1746
+ metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH,
1747
+ limit: -1,
1748
+ sizePerUnit: null,
1749
+ unit: 'snapshots',
1750
+ },
1751
+ ],
1752
+ overagePricing: [
1753
+ {
1754
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1755
+ metric: enum_1.BillingMetric.PROJECTS_COUNT,
1756
+ pricePerUnit: 300,
1757
+ unit: 'project',
1758
+ },
1759
+ {
1760
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1761
+ metric: enum_1.BillingMetric.MEMBERS_COUNT,
1762
+ pricePerUnit: 300,
1763
+ unit: 'member',
1764
+ },
1765
+ {
1766
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1767
+ metric: enum_1.BillingMetric.TEAM_COUNT,
1768
+ pricePerUnit: 150,
1769
+ unit: 'team',
1770
+ },
1771
+ {
1772
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1773
+ metric: enum_1.BillingMetric.API_KEYS_COUNT,
1774
+ pricePerUnit: 75,
1775
+ unit: 'API key',
1776
+ },
1777
+ {
1778
+ service: enum_1.BillingService.ABYSS_PLATFORM,
1779
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
1780
+ pricePerUnit: 23,
1781
+ unit: 'GB',
1782
+ },
1783
+ {
1784
+ service: enum_1.BillingService.ABYSS_STORAGE,
1785
+ metric: enum_1.BillingMetric.FILES_COUNT,
1786
+ pricePerUnit: 75,
1787
+ unit: 'file',
1788
+ },
1789
+ {
1790
+ service: enum_1.BillingService.ABYSS_STORAGE,
1791
+ metric: enum_1.BillingMetric.PRESIGNED_URLS,
1792
+ pricePerUnit: 75,
1793
+ unit: 'request',
1794
+ },
1795
+ {
1796
+ service: enum_1.BillingService.ABYSS_STORAGE,
1797
+ metric: enum_1.BillingMetric.BANDWIDTH_GB,
1798
+ pricePerUnit: 15,
1799
+ unit: 'GB',
1800
+ },
1801
+ {
1802
+ service: enum_1.BillingService.ABYSS_MONITOR,
1803
+ metric: enum_1.BillingMetric.LOG_EVENTS,
1804
+ pricePerUnit: 3,
1805
+ unit: '1k events',
1806
+ },
1807
+ {
1808
+ service: enum_1.BillingService.ABYSS_MONITOR,
1809
+ metric: enum_1.BillingMetric.APPLICATIONS,
1810
+ pricePerUnit: 150,
1811
+ unit: 'application',
1812
+ },
1813
+ {
1814
+ service: enum_1.BillingService.ABYSS_MONITOR,
1815
+ metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH,
1816
+ pricePerUnit: 3,
1817
+ unit: '1k invocations',
1818
+ },
1819
+ {
1820
+ service: enum_1.BillingService.ABYSS_CLOUD,
1821
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
1822
+ pricePerUnit: 75,
1823
+ unit: 'file',
1824
+ },
1825
+ {
1826
+ service: enum_1.BillingService.ABYSS_FORM,
1827
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
1828
+ pricePerUnit: 3,
1829
+ unit: 'submission',
1830
+ },
1831
+ {
1832
+ service: enum_1.BillingService.ABYSS_TOOLS,
1833
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
1834
+ pricePerUnit: 75,
1835
+ unit: 'draw',
1836
+ },
1837
+ {
1838
+ service: enum_1.BillingService.ABYSS_TOOLS,
1839
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
1840
+ pricePerUnit: 75,
1841
+ unit: 'board',
1842
+ },
1843
+ {
1844
+ service: enum_1.BillingService.ABYSS_TOOLS,
1845
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
1846
+ pricePerUnit: 75,
1847
+ unit: 'atlas',
1848
+ },
1849
+ {
1850
+ service: enum_1.BillingService.ABYSS_TOOLS,
1851
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
1852
+ pricePerUnit: 75,
1853
+ unit: 'retrospective',
1854
+ },
1855
+ {
1856
+ service: enum_1.BillingService.ABYSS_TOOLS,
1857
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
1858
+ pricePerUnit: 75,
1859
+ unit: 'short link',
1860
+ },
1861
+ {
1862
+ service: enum_1.BillingService.ABYSS_TOOLS,
1863
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
1864
+ pricePerUnit: 2,
1865
+ unit: '1k resolutions',
1866
+ },
1867
+ {
1868
+ service: enum_1.BillingService.ABYSS_TOOLS,
1869
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
1870
+ pricePerUnit: 75,
1871
+ unit: 'transfer',
1872
+ },
1873
+ {
1874
+ service: enum_1.BillingService.ABYSS_TOOLS,
1875
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
1876
+ pricePerUnit: 8,
1877
+ unit: 'upload',
1878
+ },
1879
+ {
1880
+ service: enum_1.BillingService.ABYSS_TOOLS,
1881
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
1882
+ pricePerUnit: 15,
1883
+ unit: 'GB',
1884
+ },
1885
+ {
1886
+ service: enum_1.BillingService.ABYSS_TOOLS,
1887
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
1888
+ pricePerUnit: 30,
1889
+ unit: 'extraction',
1890
+ },
1891
+ {
1892
+ service: enum_1.BillingService.ABYSS_TOOLS,
1893
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
1894
+ pricePerUnit: 5,
1895
+ unit: 'OCR page',
1896
+ },
1897
+ {
1898
+ service: enum_1.BillingService.ABYSS_TOOLS,
1899
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
1900
+ pricePerUnit: 150,
1901
+ unit: 'template',
1902
+ },
1903
+ {
1904
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
1905
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT,
1906
+ pricePerUnit: 150,
1907
+ unit: 'page',
1908
+ },
1909
+ {
1910
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
1911
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH,
1912
+ pricePerUnit: 2,
1913
+ unit: '1k views',
1914
+ },
1915
+ {
1916
+ service: enum_1.BillingService.ABYSS_MEMORIES,
1917
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
1918
+ pricePerUnit: 75,
1919
+ unit: 'event',
1920
+ },
1921
+ {
1922
+ service: enum_1.BillingService.ABYSS_BANKING,
1923
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
1924
+ pricePerUnit: 300,
1925
+ unit: 'profile',
1926
+ },
1927
+ {
1928
+ service: enum_1.BillingService.ABYSS_BANKING,
1929
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
1930
+ pricePerUnit: 450,
1931
+ unit: 'profile',
1932
+ },
1933
+ {
1934
+ service: enum_1.BillingService.ABYSS_BANKING,
1935
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
1936
+ pricePerUnit: 225,
1937
+ unit: 'connection',
1938
+ },
1939
+ {
1940
+ service: enum_1.BillingService.ABYSS_BANKING,
1941
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
1942
+ pricePerUnit: 75,
1943
+ unit: 'config',
1944
+ },
1945
+ {
1946
+ service: enum_1.BillingService.ABYSS_BANKING,
1947
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
1948
+ pricePerUnit: 75,
1949
+ unit: 'share',
1950
+ },
1951
+ {
1952
+ service: enum_1.BillingService.ABYSS_BANKING,
1953
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
1954
+ pricePerUnit: 150,
1955
+ unit: 'portfolio',
1956
+ },
1957
+ {
1958
+ service: enum_1.BillingService.ABYSS_BANKING,
1959
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
1960
+ pricePerUnit: 8,
1961
+ unit: 'snapshot',
1962
+ },
1963
+ {
1964
+ service: enum_1.BillingService.ABYSS_BANKING,
1965
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
1966
+ pricePerUnit: 8,
1967
+ unit: 'run',
1968
+ },
1969
+ {
1970
+ service: enum_1.BillingService.ABYSS_BANKING,
1971
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
1972
+ pricePerUnit: 3,
1973
+ unit: 'rescore',
1974
+ },
1975
+ {
1976
+ service: enum_1.BillingService.ABYSS_BANKING,
1977
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
1978
+ pricePerUnit: 2,
1979
+ unit: 'call',
1980
+ },
1981
+ {
1982
+ service: enum_1.BillingService.ABYSS_BANKING,
1983
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
1984
+ pricePerUnit: 120,
1985
+ unit: 'lookup',
1986
+ },
1987
+ {
1988
+ service: enum_1.BillingService.ABYSS_BANKING,
1989
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
1990
+ pricePerUnit: 15,
1991
+ unit: 'call',
1992
+ },
1993
+ {
1994
+ service: enum_1.BillingService.ABYSS_BANKING,
1995
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
1996
+ pricePerUnit: 23,
1997
+ unit: 'refresh',
1998
+ },
172
1999
  ],
173
- overagePricing: [],
174
2000
  },
175
2001
  {
176
2002
  tier: enum_1.PlanTier.DEFAULT,
177
2003
  accountType: enum_1.PlanAccountType.ORGANIZATION,
178
- name: "starter",
2004
+ name: 'starter',
179
2005
  monthlyPriceEur: 1900,
180
2006
  quotas: [
181
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.PROJECTS_COUNT, limit: 20, sizePerUnit: null, unit: "projects" },
182
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.MEMBERS_COUNT, limit: 50, sizePerUnit: null, unit: "members" },
183
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.TEAM_COUNT, limit: 10, sizePerUnit: null, unit: "teams" },
184
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.API_KEYS_COUNT, limit: 20, sizePerUnit: null, unit: "keys" },
185
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, limit: 500, sizePerUnit: null, unit: "GB" },
186
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS, limit: 40000, sizePerUnit: null, unit: "scan units" },
187
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.FILES_COUNT, limit: 50000, sizePerUnit: null, unit: "files" },
188
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.PRESIGNED_URLS, limit: 10000, sizePerUnit: null, unit: "req/day" },
189
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.BANDWIDTH_GB, limit: 100, sizePerUnit: null, unit: "GB/day" },
190
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.LOG_EVENTS, limit: 500000, sizePerUnit: null, unit: "events/day" },
191
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.RETENTION_DAYS, limit: 30, sizePerUnit: null, unit: "days" },
192
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.APPLICATIONS, limit: 20, sizePerUnit: null, unit: "apps" },
193
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH, limit: 25000, sizePerUnit: null, unit: "invocations" },
194
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, limit: 50000, sizePerUnit: null, unit: "files" },
195
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORMS_COUNT, limit: 25, sizePerUnit: null, unit: "forms" },
196
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, limit: 10000, sizePerUnit: null, unit: "submissions" },
197
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS, limit: 1, sizePerUnit: null, unit: "" },
198
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_DOCUMENT_SIZE_MB, limit: 10, sizePerUnit: null, unit: "MB" },
199
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_SUBMISSIONS_PER_FORM_DAY, limit: 200, sizePerUnit: null, unit: "submissions/day" },
200
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT, limit: 100, sizePerUnit: null, unit: "draws" },
201
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, limit: 60, sizePerUnit: null, unit: "boards" },
202
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT, limit: 40, sizePerUnit: null, unit: "atlases" },
203
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT, limit: 60, sizePerUnit: null, unit: "retrospectives" },
204
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT, limit: 200, sizePerUnit: null, unit: "short links" },
205
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, limit: 100000, sizePerUnit: null, unit: "clicks" },
206
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT, limit: 50, sizePerUnit: null, unit: "transfers" },
207
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH, limit: 1000, sizePerUnit: null, unit: "uploads" },
208
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH, limit: 200, sizePerUnit: null, unit: "GB" },
209
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS, limit: -1, sizePerUnit: null, unit: "days" },
210
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS, limit: -1, sizePerUnit: null, unit: "days" },
211
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION, limit: 500, sizePerUnit: null, unit: "extractions" },
212
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES, limit: 2000, sizePerUnit: null, unit: "OCR pages" },
213
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE, limit: 100, sizePerUnit: null, unit: "templates" },
214
- { service: enum_1.BillingService.ABYSS_SPOTLIGHT, metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT, limit: 10, sizePerUnit: null, unit: "pages" },
215
- { service: enum_1.BillingService.ABYSS_SPOTLIGHT, metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH, limit: 100000, sizePerUnit: null, unit: "views" },
216
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, limit: 25, sizePerUnit: null, unit: "events" },
2007
+ {
2008
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2009
+ metric: enum_1.BillingMetric.PROJECTS_COUNT,
2010
+ limit: 20,
2011
+ sizePerUnit: null,
2012
+ unit: 'projects',
2013
+ },
2014
+ {
2015
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2016
+ metric: enum_1.BillingMetric.MEMBERS_COUNT,
2017
+ limit: 50,
2018
+ sizePerUnit: null,
2019
+ unit: 'members',
2020
+ },
2021
+ {
2022
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2023
+ metric: enum_1.BillingMetric.TEAM_COUNT,
2024
+ limit: 10,
2025
+ sizePerUnit: null,
2026
+ unit: 'teams',
2027
+ },
2028
+ {
2029
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2030
+ metric: enum_1.BillingMetric.API_KEYS_COUNT,
2031
+ limit: 20,
2032
+ sizePerUnit: null,
2033
+ unit: 'keys',
2034
+ },
2035
+ {
2036
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2037
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
2038
+ limit: 500,
2039
+ sizePerUnit: null,
2040
+ unit: 'GB',
2041
+ },
2042
+ {
2043
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2044
+ metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
2045
+ limit: 40000,
2046
+ sizePerUnit: null,
2047
+ unit: 'scan units',
2048
+ },
2049
+ {
2050
+ service: enum_1.BillingService.ABYSS_STORAGE,
2051
+ metric: enum_1.BillingMetric.FILES_COUNT,
2052
+ limit: 50000,
2053
+ sizePerUnit: null,
2054
+ unit: 'files',
2055
+ },
2056
+ {
2057
+ service: enum_1.BillingService.ABYSS_STORAGE,
2058
+ metric: enum_1.BillingMetric.PRESIGNED_URLS,
2059
+ limit: 10000,
2060
+ sizePerUnit: null,
2061
+ unit: 'req/day',
2062
+ },
2063
+ {
2064
+ service: enum_1.BillingService.ABYSS_STORAGE,
2065
+ metric: enum_1.BillingMetric.BANDWIDTH_GB,
2066
+ limit: 100,
2067
+ sizePerUnit: null,
2068
+ unit: 'GB/day',
2069
+ },
2070
+ {
2071
+ service: enum_1.BillingService.ABYSS_MONITOR,
2072
+ metric: enum_1.BillingMetric.LOG_EVENTS,
2073
+ limit: 500000,
2074
+ sizePerUnit: null,
2075
+ unit: 'events/day',
2076
+ },
2077
+ {
2078
+ service: enum_1.BillingService.ABYSS_MONITOR,
2079
+ metric: enum_1.BillingMetric.RETENTION_DAYS,
2080
+ limit: 30,
2081
+ sizePerUnit: null,
2082
+ unit: 'days',
2083
+ },
2084
+ {
2085
+ service: enum_1.BillingService.ABYSS_MONITOR,
2086
+ metric: enum_1.BillingMetric.APPLICATIONS,
2087
+ limit: 20,
2088
+ sizePerUnit: null,
2089
+ unit: 'apps',
2090
+ },
2091
+ {
2092
+ service: enum_1.BillingService.ABYSS_MONITOR,
2093
+ metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH,
2094
+ limit: 25000,
2095
+ sizePerUnit: null,
2096
+ unit: 'invocations',
2097
+ },
2098
+ {
2099
+ service: enum_1.BillingService.ABYSS_CLOUD,
2100
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
2101
+ limit: 50000,
2102
+ sizePerUnit: null,
2103
+ unit: 'files',
2104
+ },
2105
+ {
2106
+ service: enum_1.BillingService.ABYSS_FORM,
2107
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
2108
+ limit: 10000,
2109
+ sizePerUnit: null,
2110
+ unit: 'submissions',
2111
+ },
2112
+ {
2113
+ service: enum_1.BillingService.ABYSS_FORM,
2114
+ metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS,
2115
+ limit: 1,
2116
+ sizePerUnit: null,
2117
+ unit: '',
2118
+ },
2119
+ {
2120
+ service: enum_1.BillingService.ABYSS_TOOLS,
2121
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
2122
+ limit: 100,
2123
+ sizePerUnit: null,
2124
+ unit: 'draws',
2125
+ },
2126
+ {
2127
+ service: enum_1.BillingService.ABYSS_TOOLS,
2128
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
2129
+ limit: 60,
2130
+ sizePerUnit: null,
2131
+ unit: 'boards',
2132
+ },
2133
+ {
2134
+ service: enum_1.BillingService.ABYSS_TOOLS,
2135
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
2136
+ limit: 40,
2137
+ sizePerUnit: null,
2138
+ unit: 'atlases',
2139
+ },
2140
+ {
2141
+ service: enum_1.BillingService.ABYSS_TOOLS,
2142
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
2143
+ limit: 60,
2144
+ sizePerUnit: null,
2145
+ unit: 'retrospectives',
2146
+ },
2147
+ {
2148
+ service: enum_1.BillingService.ABYSS_TOOLS,
2149
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
2150
+ limit: 200,
2151
+ sizePerUnit: null,
2152
+ unit: 'short links',
2153
+ },
2154
+ {
2155
+ service: enum_1.BillingService.ABYSS_TOOLS,
2156
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
2157
+ limit: 100000,
2158
+ sizePerUnit: null,
2159
+ unit: 'clicks',
2160
+ },
2161
+ {
2162
+ service: enum_1.BillingService.ABYSS_TOOLS,
2163
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
2164
+ limit: 50,
2165
+ sizePerUnit: null,
2166
+ unit: 'transfers',
2167
+ },
2168
+ {
2169
+ service: enum_1.BillingService.ABYSS_TOOLS,
2170
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
2171
+ limit: 1000,
2172
+ sizePerUnit: null,
2173
+ unit: 'uploads',
2174
+ },
2175
+ {
2176
+ service: enum_1.BillingService.ABYSS_TOOLS,
2177
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
2178
+ limit: 200,
2179
+ sizePerUnit: null,
2180
+ unit: 'GB',
2181
+ },
2182
+ {
2183
+ service: enum_1.BillingService.ABYSS_TOOLS,
2184
+ metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS,
2185
+ limit: -1,
2186
+ sizePerUnit: null,
2187
+ unit: 'days',
2188
+ },
2189
+ {
2190
+ service: enum_1.BillingService.ABYSS_TOOLS,
2191
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS,
2192
+ limit: -1,
2193
+ sizePerUnit: null,
2194
+ unit: 'days',
2195
+ },
2196
+ {
2197
+ service: enum_1.BillingService.ABYSS_TOOLS,
2198
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
2199
+ limit: 500,
2200
+ sizePerUnit: null,
2201
+ unit: 'extractions',
2202
+ },
2203
+ {
2204
+ service: enum_1.BillingService.ABYSS_TOOLS,
2205
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
2206
+ limit: 2000,
2207
+ sizePerUnit: null,
2208
+ unit: 'OCR pages',
2209
+ },
2210
+ {
2211
+ service: enum_1.BillingService.ABYSS_TOOLS,
2212
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
2213
+ limit: 100,
2214
+ sizePerUnit: null,
2215
+ unit: 'templates',
2216
+ },
2217
+ {
2218
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
2219
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT,
2220
+ limit: 10,
2221
+ sizePerUnit: null,
2222
+ unit: 'pages',
2223
+ },
2224
+ {
2225
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
2226
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH,
2227
+ limit: 100000,
2228
+ sizePerUnit: null,
2229
+ unit: 'views',
2230
+ },
2231
+ {
2232
+ service: enum_1.BillingService.ABYSS_MEMORIES,
2233
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
2234
+ limit: 25,
2235
+ sizePerUnit: null,
2236
+ unit: 'events',
2237
+ },
2238
+ {
2239
+ service: enum_1.BillingService.ABYSS_BANKING,
2240
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
2241
+ limit: 25,
2242
+ sizePerUnit: null,
2243
+ unit: 'profiles',
2244
+ },
2245
+ {
2246
+ service: enum_1.BillingService.ABYSS_BANKING,
2247
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
2248
+ limit: 10,
2249
+ sizePerUnit: null,
2250
+ unit: 'profiles',
2251
+ },
2252
+ {
2253
+ service: enum_1.BillingService.ABYSS_BANKING,
2254
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
2255
+ limit: 5,
2256
+ sizePerUnit: null,
2257
+ unit: 'connections',
2258
+ },
2259
+ {
2260
+ service: enum_1.BillingService.ABYSS_BANKING,
2261
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
2262
+ limit: 25,
2263
+ sizePerUnit: null,
2264
+ unit: 'configs',
2265
+ },
2266
+ {
2267
+ service: enum_1.BillingService.ABYSS_BANKING,
2268
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
2269
+ limit: 15,
2270
+ sizePerUnit: null,
2271
+ unit: 'shares',
2272
+ },
2273
+ {
2274
+ service: enum_1.BillingService.ABYSS_BANKING,
2275
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
2276
+ limit: 3,
2277
+ sizePerUnit: null,
2278
+ unit: 'portfolios',
2279
+ },
2280
+ {
2281
+ service: enum_1.BillingService.ABYSS_BANKING,
2282
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
2283
+ limit: 250,
2284
+ sizePerUnit: null,
2285
+ unit: 'snapshots',
2286
+ },
2287
+ {
2288
+ service: enum_1.BillingService.ABYSS_BANKING,
2289
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
2290
+ limit: 150,
2291
+ sizePerUnit: null,
2292
+ unit: 'runs',
2293
+ },
2294
+ {
2295
+ service: enum_1.BillingService.ABYSS_BANKING,
2296
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
2297
+ limit: 500,
2298
+ sizePerUnit: null,
2299
+ unit: 'rescores',
2300
+ },
2301
+ {
2302
+ service: enum_1.BillingService.ABYSS_BANKING,
2303
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
2304
+ limit: 2000,
2305
+ sizePerUnit: null,
2306
+ unit: 'calls',
2307
+ },
2308
+ {
2309
+ service: enum_1.BillingService.ABYSS_BANKING,
2310
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
2311
+ limit: 30,
2312
+ sizePerUnit: null,
2313
+ unit: 'lookups',
2314
+ },
2315
+ {
2316
+ service: enum_1.BillingService.ABYSS_BANKING,
2317
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
2318
+ limit: 300,
2319
+ sizePerUnit: null,
2320
+ unit: 'calls',
2321
+ },
2322
+ {
2323
+ service: enum_1.BillingService.ABYSS_BANKING,
2324
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
2325
+ limit: 150,
2326
+ sizePerUnit: null,
2327
+ unit: 'refreshes',
2328
+ },
2329
+ {
2330
+ service: enum_1.BillingService.ABYSS_BANKING,
2331
+ metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH,
2332
+ limit: -1,
2333
+ sizePerUnit: null,
2334
+ unit: 'snapshots',
2335
+ },
217
2336
  ],
218
2337
  overagePricing: [
219
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, pricePerUnit: 5, unit: "GB/month" },
220
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.BANDWIDTH_GB, pricePerUnit: 8, unit: "GB" },
221
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.LOG_EVENTS, pricePerUnit: 200, unit: "million events" },
222
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH, pricePerUnit: 20, unit: "1k invocations" },
223
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, pricePerUnit: 50, unit: "1k submissions" },
224
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, pricePerUnit: 10, unit: "10k clicks" },
225
- { service: enum_1.BillingService.ABYSS_SPOTLIGHT, metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH, pricePerUnit: 20, unit: "1k views" },
2338
+ {
2339
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2340
+ metric: enum_1.BillingMetric.PROJECTS_COUNT,
2341
+ pricePerUnit: 200,
2342
+ unit: 'project',
2343
+ },
2344
+ {
2345
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2346
+ metric: enum_1.BillingMetric.MEMBERS_COUNT,
2347
+ pricePerUnit: 200,
2348
+ unit: 'member',
2349
+ },
2350
+ {
2351
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2352
+ metric: enum_1.BillingMetric.TEAM_COUNT,
2353
+ pricePerUnit: 100,
2354
+ unit: 'team',
2355
+ },
2356
+ {
2357
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2358
+ metric: enum_1.BillingMetric.API_KEYS_COUNT,
2359
+ pricePerUnit: 50,
2360
+ unit: 'API key',
2361
+ },
2362
+ {
2363
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2364
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
2365
+ pricePerUnit: 15,
2366
+ unit: 'GB',
2367
+ },
2368
+ {
2369
+ service: enum_1.BillingService.ABYSS_STORAGE,
2370
+ metric: enum_1.BillingMetric.FILES_COUNT,
2371
+ pricePerUnit: 50,
2372
+ unit: 'file',
2373
+ },
2374
+ {
2375
+ service: enum_1.BillingService.ABYSS_STORAGE,
2376
+ metric: enum_1.BillingMetric.PRESIGNED_URLS,
2377
+ pricePerUnit: 50,
2378
+ unit: 'request',
2379
+ },
2380
+ {
2381
+ service: enum_1.BillingService.ABYSS_STORAGE,
2382
+ metric: enum_1.BillingMetric.BANDWIDTH_GB,
2383
+ pricePerUnit: 10,
2384
+ unit: 'GB',
2385
+ },
2386
+ {
2387
+ service: enum_1.BillingService.ABYSS_MONITOR,
2388
+ metric: enum_1.BillingMetric.LOG_EVENTS,
2389
+ pricePerUnit: 2,
2390
+ unit: '1k events',
2391
+ },
2392
+ {
2393
+ service: enum_1.BillingService.ABYSS_MONITOR,
2394
+ metric: enum_1.BillingMetric.APPLICATIONS,
2395
+ pricePerUnit: 100,
2396
+ unit: 'application',
2397
+ },
2398
+ {
2399
+ service: enum_1.BillingService.ABYSS_MONITOR,
2400
+ metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH,
2401
+ pricePerUnit: 2,
2402
+ unit: '1k invocations',
2403
+ },
2404
+ {
2405
+ service: enum_1.BillingService.ABYSS_CLOUD,
2406
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
2407
+ pricePerUnit: 50,
2408
+ unit: 'file',
2409
+ },
2410
+ {
2411
+ service: enum_1.BillingService.ABYSS_FORM,
2412
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
2413
+ pricePerUnit: 2,
2414
+ unit: 'submission',
2415
+ },
2416
+ {
2417
+ service: enum_1.BillingService.ABYSS_TOOLS,
2418
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
2419
+ pricePerUnit: 50,
2420
+ unit: 'draw',
2421
+ },
2422
+ {
2423
+ service: enum_1.BillingService.ABYSS_TOOLS,
2424
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
2425
+ pricePerUnit: 50,
2426
+ unit: 'board',
2427
+ },
2428
+ {
2429
+ service: enum_1.BillingService.ABYSS_TOOLS,
2430
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
2431
+ pricePerUnit: 50,
2432
+ unit: 'atlas',
2433
+ },
2434
+ {
2435
+ service: enum_1.BillingService.ABYSS_TOOLS,
2436
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
2437
+ pricePerUnit: 50,
2438
+ unit: 'retrospective',
2439
+ },
2440
+ {
2441
+ service: enum_1.BillingService.ABYSS_TOOLS,
2442
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
2443
+ pricePerUnit: 50,
2444
+ unit: 'short link',
2445
+ },
2446
+ {
2447
+ service: enum_1.BillingService.ABYSS_TOOLS,
2448
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
2449
+ pricePerUnit: 1,
2450
+ unit: '1k resolutions',
2451
+ },
2452
+ {
2453
+ service: enum_1.BillingService.ABYSS_TOOLS,
2454
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
2455
+ pricePerUnit: 50,
2456
+ unit: 'transfer',
2457
+ },
2458
+ {
2459
+ service: enum_1.BillingService.ABYSS_TOOLS,
2460
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
2461
+ pricePerUnit: 5,
2462
+ unit: 'upload',
2463
+ },
2464
+ {
2465
+ service: enum_1.BillingService.ABYSS_TOOLS,
2466
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
2467
+ pricePerUnit: 10,
2468
+ unit: 'GB',
2469
+ },
2470
+ {
2471
+ service: enum_1.BillingService.ABYSS_TOOLS,
2472
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
2473
+ pricePerUnit: 20,
2474
+ unit: 'extraction',
2475
+ },
2476
+ {
2477
+ service: enum_1.BillingService.ABYSS_TOOLS,
2478
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
2479
+ pricePerUnit: 3,
2480
+ unit: 'OCR page',
2481
+ },
2482
+ {
2483
+ service: enum_1.BillingService.ABYSS_TOOLS,
2484
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
2485
+ pricePerUnit: 100,
2486
+ unit: 'template',
2487
+ },
2488
+ {
2489
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
2490
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT,
2491
+ pricePerUnit: 100,
2492
+ unit: 'page',
2493
+ },
2494
+ {
2495
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
2496
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH,
2497
+ pricePerUnit: 1,
2498
+ unit: '1k views',
2499
+ },
2500
+ {
2501
+ service: enum_1.BillingService.ABYSS_MEMORIES,
2502
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
2503
+ pricePerUnit: 50,
2504
+ unit: 'event',
2505
+ },
2506
+ {
2507
+ service: enum_1.BillingService.ABYSS_BANKING,
2508
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
2509
+ pricePerUnit: 200,
2510
+ unit: 'profile',
2511
+ },
2512
+ {
2513
+ service: enum_1.BillingService.ABYSS_BANKING,
2514
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
2515
+ pricePerUnit: 300,
2516
+ unit: 'profile',
2517
+ },
2518
+ {
2519
+ service: enum_1.BillingService.ABYSS_BANKING,
2520
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
2521
+ pricePerUnit: 150,
2522
+ unit: 'connection',
2523
+ },
2524
+ {
2525
+ service: enum_1.BillingService.ABYSS_BANKING,
2526
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
2527
+ pricePerUnit: 50,
2528
+ unit: 'config',
2529
+ },
2530
+ {
2531
+ service: enum_1.BillingService.ABYSS_BANKING,
2532
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
2533
+ pricePerUnit: 50,
2534
+ unit: 'share',
2535
+ },
2536
+ {
2537
+ service: enum_1.BillingService.ABYSS_BANKING,
2538
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
2539
+ pricePerUnit: 100,
2540
+ unit: 'portfolio',
2541
+ },
2542
+ {
2543
+ service: enum_1.BillingService.ABYSS_BANKING,
2544
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
2545
+ pricePerUnit: 5,
2546
+ unit: 'snapshot',
2547
+ },
2548
+ {
2549
+ service: enum_1.BillingService.ABYSS_BANKING,
2550
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
2551
+ pricePerUnit: 5,
2552
+ unit: 'run',
2553
+ },
2554
+ {
2555
+ service: enum_1.BillingService.ABYSS_BANKING,
2556
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
2557
+ pricePerUnit: 2,
2558
+ unit: 'rescore',
2559
+ },
2560
+ {
2561
+ service: enum_1.BillingService.ABYSS_BANKING,
2562
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
2563
+ pricePerUnit: 1,
2564
+ unit: 'call',
2565
+ },
2566
+ {
2567
+ service: enum_1.BillingService.ABYSS_BANKING,
2568
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
2569
+ pricePerUnit: 80,
2570
+ unit: 'lookup',
2571
+ },
2572
+ {
2573
+ service: enum_1.BillingService.ABYSS_BANKING,
2574
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
2575
+ pricePerUnit: 10,
2576
+ unit: 'call',
2577
+ },
2578
+ {
2579
+ service: enum_1.BillingService.ABYSS_BANKING,
2580
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
2581
+ pricePerUnit: 15,
2582
+ unit: 'refresh',
2583
+ },
226
2584
  ],
227
2585
  },
228
2586
  {
229
2587
  tier: enum_1.PlanTier.DEFAULT,
230
2588
  accountType: enum_1.PlanAccountType.ORGANIZATION,
231
- name: "pro",
2589
+ name: 'pro',
232
2590
  monthlyPriceEur: 4900,
233
2591
  quotas: [
234
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.PROJECTS_COUNT, limit: -1, sizePerUnit: null, unit: "projects" },
235
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.MEMBERS_COUNT, limit: 200, sizePerUnit: null, unit: "members" },
236
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.TEAM_COUNT, limit: 50, sizePerUnit: null, unit: "teams" },
237
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.API_KEYS_COUNT, limit: 100, sizePerUnit: null, unit: "keys" },
238
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, limit: 5000, sizePerUnit: null, unit: "GB" },
239
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS, limit: 400000, sizePerUnit: null, unit: "scan units" },
240
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.FILES_COUNT, limit: -1, sizePerUnit: null, unit: "files" },
241
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.PRESIGNED_URLS, limit: 100000, sizePerUnit: null, unit: "req/day" },
242
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.BANDWIDTH_GB, limit: 1000, sizePerUnit: null, unit: "GB/day" },
243
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.LOG_EVENTS, limit: 5000000, sizePerUnit: null, unit: "events/day" },
244
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.RETENTION_DAYS, limit: 90, sizePerUnit: null, unit: "days" },
245
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.APPLICATIONS, limit: -1, sizePerUnit: null, unit: "apps" },
246
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH, limit: 250000, sizePerUnit: null, unit: "invocations" },
247
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, limit: -1, sizePerUnit: null, unit: "files" },
248
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORMS_COUNT, limit: -1, sizePerUnit: null, unit: "forms" },
249
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, limit: 100000, sizePerUnit: null, unit: "submissions" },
250
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS, limit: 1, sizePerUnit: null, unit: "" },
251
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_DOCUMENT_SIZE_MB, limit: 50, sizePerUnit: null, unit: "MB" },
252
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_MAX_SUBMISSIONS_PER_FORM_DAY, limit: -1, sizePerUnit: null, unit: "submissions/day" },
253
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT, limit: -1, sizePerUnit: null, unit: "draws" },
254
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, limit: -1, sizePerUnit: null, unit: "boards" },
255
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT, limit: -1, sizePerUnit: null, unit: "atlases" },
256
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT, limit: -1, sizePerUnit: null, unit: "retrospectives" },
257
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT, limit: -1, sizePerUnit: null, unit: "short links" },
258
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, limit: 1000000, sizePerUnit: null, unit: "clicks" },
259
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT, limit: 500, sizePerUnit: null, unit: "transfers" },
260
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH, limit: 10000, sizePerUnit: null, unit: "uploads" },
261
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH, limit: 2000, sizePerUnit: null, unit: "GB" },
262
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS, limit: -1, sizePerUnit: null, unit: "days" },
263
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS, limit: -1, sizePerUnit: null, unit: "days" },
264
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION, limit: 5000, sizePerUnit: null, unit: "extractions" },
265
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES, limit: 20000, sizePerUnit: null, unit: "OCR pages" },
266
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE, limit: -1, sizePerUnit: null, unit: "templates" },
267
- { service: enum_1.BillingService.ABYSS_SPOTLIGHT, metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT, limit: -1, sizePerUnit: null, unit: "pages" },
268
- { service: enum_1.BillingService.ABYSS_SPOTLIGHT, metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH, limit: 1000000, sizePerUnit: null, unit: "views" },
269
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, limit: -1, sizePerUnit: null, unit: "events" },
2592
+ {
2593
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2594
+ metric: enum_1.BillingMetric.PROJECTS_COUNT,
2595
+ limit: -1,
2596
+ sizePerUnit: null,
2597
+ unit: 'projects',
2598
+ },
2599
+ {
2600
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2601
+ metric: enum_1.BillingMetric.MEMBERS_COUNT,
2602
+ limit: 200,
2603
+ sizePerUnit: null,
2604
+ unit: 'members',
2605
+ },
2606
+ {
2607
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2608
+ metric: enum_1.BillingMetric.TEAM_COUNT,
2609
+ limit: 50,
2610
+ sizePerUnit: null,
2611
+ unit: 'teams',
2612
+ },
2613
+ {
2614
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2615
+ metric: enum_1.BillingMetric.API_KEYS_COUNT,
2616
+ limit: 100,
2617
+ sizePerUnit: null,
2618
+ unit: 'keys',
2619
+ },
2620
+ {
2621
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2622
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
2623
+ limit: 5000,
2624
+ sizePerUnit: null,
2625
+ unit: 'GB',
2626
+ },
2627
+ {
2628
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2629
+ metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
2630
+ limit: 400000,
2631
+ sizePerUnit: null,
2632
+ unit: 'scan units',
2633
+ },
2634
+ {
2635
+ service: enum_1.BillingService.ABYSS_STORAGE,
2636
+ metric: enum_1.BillingMetric.FILES_COUNT,
2637
+ limit: -1,
2638
+ sizePerUnit: null,
2639
+ unit: 'files',
2640
+ },
2641
+ {
2642
+ service: enum_1.BillingService.ABYSS_STORAGE,
2643
+ metric: enum_1.BillingMetric.PRESIGNED_URLS,
2644
+ limit: 100000,
2645
+ sizePerUnit: null,
2646
+ unit: 'req/day',
2647
+ },
2648
+ {
2649
+ service: enum_1.BillingService.ABYSS_STORAGE,
2650
+ metric: enum_1.BillingMetric.BANDWIDTH_GB,
2651
+ limit: 1000,
2652
+ sizePerUnit: null,
2653
+ unit: 'GB/day',
2654
+ },
2655
+ {
2656
+ service: enum_1.BillingService.ABYSS_MONITOR,
2657
+ metric: enum_1.BillingMetric.LOG_EVENTS,
2658
+ limit: 5000000,
2659
+ sizePerUnit: null,
2660
+ unit: 'events/day',
2661
+ },
2662
+ {
2663
+ service: enum_1.BillingService.ABYSS_MONITOR,
2664
+ metric: enum_1.BillingMetric.RETENTION_DAYS,
2665
+ limit: 90,
2666
+ sizePerUnit: null,
2667
+ unit: 'days',
2668
+ },
2669
+ {
2670
+ service: enum_1.BillingService.ABYSS_MONITOR,
2671
+ metric: enum_1.BillingMetric.APPLICATIONS,
2672
+ limit: -1,
2673
+ sizePerUnit: null,
2674
+ unit: 'apps',
2675
+ },
2676
+ {
2677
+ service: enum_1.BillingService.ABYSS_MONITOR,
2678
+ metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH,
2679
+ limit: 250000,
2680
+ sizePerUnit: null,
2681
+ unit: 'invocations',
2682
+ },
2683
+ {
2684
+ service: enum_1.BillingService.ABYSS_CLOUD,
2685
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
2686
+ limit: -1,
2687
+ sizePerUnit: null,
2688
+ unit: 'files',
2689
+ },
2690
+ {
2691
+ service: enum_1.BillingService.ABYSS_FORM,
2692
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
2693
+ limit: 100000,
2694
+ sizePerUnit: null,
2695
+ unit: 'submissions',
2696
+ },
2697
+ {
2698
+ service: enum_1.BillingService.ABYSS_FORM,
2699
+ metric: enum_1.BillingMetric.FORM_ALLOW_DOCUMENTS,
2700
+ limit: 1,
2701
+ sizePerUnit: null,
2702
+ unit: '',
2703
+ },
2704
+ {
2705
+ service: enum_1.BillingService.ABYSS_TOOLS,
2706
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
2707
+ limit: -1,
2708
+ sizePerUnit: null,
2709
+ unit: 'draws',
2710
+ },
2711
+ {
2712
+ service: enum_1.BillingService.ABYSS_TOOLS,
2713
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
2714
+ limit: -1,
2715
+ sizePerUnit: null,
2716
+ unit: 'boards',
2717
+ },
2718
+ {
2719
+ service: enum_1.BillingService.ABYSS_TOOLS,
2720
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
2721
+ limit: -1,
2722
+ sizePerUnit: null,
2723
+ unit: 'atlases',
2724
+ },
2725
+ {
2726
+ service: enum_1.BillingService.ABYSS_TOOLS,
2727
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
2728
+ limit: -1,
2729
+ sizePerUnit: null,
2730
+ unit: 'retrospectives',
2731
+ },
2732
+ {
2733
+ service: enum_1.BillingService.ABYSS_TOOLS,
2734
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
2735
+ limit: -1,
2736
+ sizePerUnit: null,
2737
+ unit: 'short links',
2738
+ },
2739
+ {
2740
+ service: enum_1.BillingService.ABYSS_TOOLS,
2741
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
2742
+ limit: 1000000,
2743
+ sizePerUnit: null,
2744
+ unit: 'clicks',
2745
+ },
2746
+ {
2747
+ service: enum_1.BillingService.ABYSS_TOOLS,
2748
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
2749
+ limit: 500,
2750
+ sizePerUnit: null,
2751
+ unit: 'transfers',
2752
+ },
2753
+ {
2754
+ service: enum_1.BillingService.ABYSS_TOOLS,
2755
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
2756
+ limit: 10000,
2757
+ sizePerUnit: null,
2758
+ unit: 'uploads',
2759
+ },
2760
+ {
2761
+ service: enum_1.BillingService.ABYSS_TOOLS,
2762
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
2763
+ limit: 2000,
2764
+ sizePerUnit: null,
2765
+ unit: 'GB',
2766
+ },
2767
+ {
2768
+ service: enum_1.BillingService.ABYSS_TOOLS,
2769
+ metric: enum_1.BillingMetric.TOOLS_BEAM_EXPIRY_MAX_DAYS,
2770
+ limit: -1,
2771
+ sizePerUnit: null,
2772
+ unit: 'days',
2773
+ },
2774
+ {
2775
+ service: enum_1.BillingService.ABYSS_TOOLS,
2776
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_TRACE_RETENTION_DAYS,
2777
+ limit: -1,
2778
+ sizePerUnit: null,
2779
+ unit: 'days',
2780
+ },
2781
+ {
2782
+ service: enum_1.BillingService.ABYSS_TOOLS,
2783
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
2784
+ limit: 5000,
2785
+ sizePerUnit: null,
2786
+ unit: 'extractions',
2787
+ },
2788
+ {
2789
+ service: enum_1.BillingService.ABYSS_TOOLS,
2790
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
2791
+ limit: 20000,
2792
+ sizePerUnit: null,
2793
+ unit: 'OCR pages',
2794
+ },
2795
+ {
2796
+ service: enum_1.BillingService.ABYSS_TOOLS,
2797
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
2798
+ limit: -1,
2799
+ sizePerUnit: null,
2800
+ unit: 'templates',
2801
+ },
2802
+ {
2803
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
2804
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT,
2805
+ limit: -1,
2806
+ sizePerUnit: null,
2807
+ unit: 'pages',
2808
+ },
2809
+ {
2810
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
2811
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH,
2812
+ limit: 1000000,
2813
+ sizePerUnit: null,
2814
+ unit: 'views',
2815
+ },
2816
+ {
2817
+ service: enum_1.BillingService.ABYSS_MEMORIES,
2818
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
2819
+ limit: -1,
2820
+ sizePerUnit: null,
2821
+ unit: 'events',
2822
+ },
2823
+ {
2824
+ service: enum_1.BillingService.ABYSS_BANKING,
2825
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
2826
+ limit: 150,
2827
+ sizePerUnit: null,
2828
+ unit: 'profiles',
2829
+ },
2830
+ {
2831
+ service: enum_1.BillingService.ABYSS_BANKING,
2832
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
2833
+ limit: 75,
2834
+ sizePerUnit: null,
2835
+ unit: 'profiles',
2836
+ },
2837
+ {
2838
+ service: enum_1.BillingService.ABYSS_BANKING,
2839
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
2840
+ limit: 20,
2841
+ sizePerUnit: null,
2842
+ unit: 'connections',
2843
+ },
2844
+ {
2845
+ service: enum_1.BillingService.ABYSS_BANKING,
2846
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
2847
+ limit: -1,
2848
+ sizePerUnit: null,
2849
+ unit: 'configs',
2850
+ },
2851
+ {
2852
+ service: enum_1.BillingService.ABYSS_BANKING,
2853
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
2854
+ limit: 150,
2855
+ sizePerUnit: null,
2856
+ unit: 'shares',
2857
+ },
2858
+ {
2859
+ service: enum_1.BillingService.ABYSS_BANKING,
2860
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
2861
+ limit: 15,
2862
+ sizePerUnit: null,
2863
+ unit: 'portfolios',
2864
+ },
2865
+ {
2866
+ service: enum_1.BillingService.ABYSS_BANKING,
2867
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
2868
+ limit: 1500,
2869
+ sizePerUnit: null,
2870
+ unit: 'snapshots',
2871
+ },
2872
+ {
2873
+ service: enum_1.BillingService.ABYSS_BANKING,
2874
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
2875
+ limit: 1000,
2876
+ sizePerUnit: null,
2877
+ unit: 'runs',
2878
+ },
2879
+ {
2880
+ service: enum_1.BillingService.ABYSS_BANKING,
2881
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
2882
+ limit: 3000,
2883
+ sizePerUnit: null,
2884
+ unit: 'rescores',
2885
+ },
2886
+ {
2887
+ service: enum_1.BillingService.ABYSS_BANKING,
2888
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
2889
+ limit: 20000,
2890
+ sizePerUnit: null,
2891
+ unit: 'calls',
2892
+ },
2893
+ {
2894
+ service: enum_1.BillingService.ABYSS_BANKING,
2895
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
2896
+ limit: 300,
2897
+ sizePerUnit: null,
2898
+ unit: 'lookups',
2899
+ },
2900
+ {
2901
+ service: enum_1.BillingService.ABYSS_BANKING,
2902
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
2903
+ limit: 3000,
2904
+ sizePerUnit: null,
2905
+ unit: 'calls',
2906
+ },
2907
+ {
2908
+ service: enum_1.BillingService.ABYSS_BANKING,
2909
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
2910
+ limit: 600,
2911
+ sizePerUnit: null,
2912
+ unit: 'refreshes',
2913
+ },
2914
+ {
2915
+ service: enum_1.BillingService.ABYSS_BANKING,
2916
+ metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH,
2917
+ limit: -1,
2918
+ sizePerUnit: null,
2919
+ unit: 'snapshots',
2920
+ },
270
2921
  ],
271
2922
  overagePricing: [
272
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, pricePerUnit: 4, unit: "GB/month" },
273
- { service: enum_1.BillingService.ABYSS_STORAGE, metric: enum_1.BillingMetric.BANDWIDTH_GB, pricePerUnit: 5, unit: "GB" },
274
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.LOG_EVENTS, pricePerUnit: 150, unit: "million events" },
275
- { service: enum_1.BillingService.ABYSS_MONITOR, metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH, pricePerUnit: 15, unit: "1k invocations" },
276
- { service: enum_1.BillingService.ABYSS_FORM, metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH, pricePerUnit: 30, unit: "1k submissions" },
277
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH, pricePerUnit: 8, unit: "10k clicks" },
278
- { service: enum_1.BillingService.ABYSS_SPOTLIGHT, metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH, pricePerUnit: 15, unit: "1k views" },
2923
+ {
2924
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2925
+ metric: enum_1.BillingMetric.PROJECTS_COUNT,
2926
+ pricePerUnit: 200,
2927
+ unit: 'project',
2928
+ },
2929
+ {
2930
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2931
+ metric: enum_1.BillingMetric.MEMBERS_COUNT,
2932
+ pricePerUnit: 200,
2933
+ unit: 'member',
2934
+ },
2935
+ {
2936
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2937
+ metric: enum_1.BillingMetric.TEAM_COUNT,
2938
+ pricePerUnit: 100,
2939
+ unit: 'team',
2940
+ },
2941
+ {
2942
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2943
+ metric: enum_1.BillingMetric.API_KEYS_COUNT,
2944
+ pricePerUnit: 50,
2945
+ unit: 'API key',
2946
+ },
2947
+ {
2948
+ service: enum_1.BillingService.ABYSS_PLATFORM,
2949
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
2950
+ pricePerUnit: 15,
2951
+ unit: 'GB',
2952
+ },
2953
+ {
2954
+ service: enum_1.BillingService.ABYSS_STORAGE,
2955
+ metric: enum_1.BillingMetric.FILES_COUNT,
2956
+ pricePerUnit: 50,
2957
+ unit: 'file',
2958
+ },
2959
+ {
2960
+ service: enum_1.BillingService.ABYSS_STORAGE,
2961
+ metric: enum_1.BillingMetric.PRESIGNED_URLS,
2962
+ pricePerUnit: 50,
2963
+ unit: 'request',
2964
+ },
2965
+ {
2966
+ service: enum_1.BillingService.ABYSS_STORAGE,
2967
+ metric: enum_1.BillingMetric.BANDWIDTH_GB,
2968
+ pricePerUnit: 10,
2969
+ unit: 'GB',
2970
+ },
2971
+ {
2972
+ service: enum_1.BillingService.ABYSS_MONITOR,
2973
+ metric: enum_1.BillingMetric.LOG_EVENTS,
2974
+ pricePerUnit: 2,
2975
+ unit: '1k events',
2976
+ },
2977
+ {
2978
+ service: enum_1.BillingService.ABYSS_MONITOR,
2979
+ metric: enum_1.BillingMetric.APPLICATIONS,
2980
+ pricePerUnit: 100,
2981
+ unit: 'application',
2982
+ },
2983
+ {
2984
+ service: enum_1.BillingService.ABYSS_MONITOR,
2985
+ metric: enum_1.BillingMetric.MONITOR_WEBHOOK_INVOCATIONS_MONTH,
2986
+ pricePerUnit: 2,
2987
+ unit: '1k invocations',
2988
+ },
2989
+ {
2990
+ service: enum_1.BillingService.ABYSS_CLOUD,
2991
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
2992
+ pricePerUnit: 50,
2993
+ unit: 'file',
2994
+ },
2995
+ {
2996
+ service: enum_1.BillingService.ABYSS_FORM,
2997
+ metric: enum_1.BillingMetric.FORM_SUBMISSIONS_MONTH,
2998
+ pricePerUnit: 2,
2999
+ unit: 'submission',
3000
+ },
3001
+ {
3002
+ service: enum_1.BillingService.ABYSS_TOOLS,
3003
+ metric: enum_1.BillingMetric.TOOLS_DRAW_COUNT,
3004
+ pricePerUnit: 50,
3005
+ unit: 'draw',
3006
+ },
3007
+ {
3008
+ service: enum_1.BillingService.ABYSS_TOOLS,
3009
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
3010
+ pricePerUnit: 50,
3011
+ unit: 'board',
3012
+ },
3013
+ {
3014
+ service: enum_1.BillingService.ABYSS_TOOLS,
3015
+ metric: enum_1.BillingMetric.TOOLS_ATLAS_COUNT,
3016
+ pricePerUnit: 50,
3017
+ unit: 'atlas',
3018
+ },
3019
+ {
3020
+ service: enum_1.BillingService.ABYSS_TOOLS,
3021
+ metric: enum_1.BillingMetric.TOOLS_RETROSPECTIVE_COUNT,
3022
+ pricePerUnit: 50,
3023
+ unit: 'retrospective',
3024
+ },
3025
+ {
3026
+ service: enum_1.BillingService.ABYSS_TOOLS,
3027
+ metric: enum_1.BillingMetric.TOOLS_SHORT_LINK_COUNT,
3028
+ pricePerUnit: 50,
3029
+ unit: 'short link',
3030
+ },
3031
+ {
3032
+ service: enum_1.BillingService.ABYSS_TOOLS,
3033
+ metric: enum_1.BillingMetric.TOOLS_SHORTLINK_RESOLUTIONS_MONTH,
3034
+ pricePerUnit: 1,
3035
+ unit: '1k resolutions',
3036
+ },
3037
+ {
3038
+ service: enum_1.BillingService.ABYSS_TOOLS,
3039
+ metric: enum_1.BillingMetric.TOOLS_BEAM_COUNT,
3040
+ pricePerUnit: 50,
3041
+ unit: 'transfer',
3042
+ },
3043
+ {
3044
+ service: enum_1.BillingService.ABYSS_TOOLS,
3045
+ metric: enum_1.BillingMetric.TOOLS_BEAM_UPLOADS_MONTH,
3046
+ pricePerUnit: 5,
3047
+ unit: 'upload',
3048
+ },
3049
+ {
3050
+ service: enum_1.BillingService.ABYSS_TOOLS,
3051
+ metric: enum_1.BillingMetric.TOOLS_BEAM_BANDWIDTH_MONTH,
3052
+ pricePerUnit: 10,
3053
+ unit: 'GB',
3054
+ },
3055
+ {
3056
+ service: enum_1.BillingService.ABYSS_TOOLS,
3057
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION,
3058
+ pricePerUnit: 20,
3059
+ unit: 'extraction',
3060
+ },
3061
+ {
3062
+ service: enum_1.BillingService.ABYSS_TOOLS,
3063
+ metric: enum_1.BillingMetric.TOOLS_EXTRACTION_OCR_PAGES,
3064
+ pricePerUnit: 3,
3065
+ unit: 'OCR page',
3066
+ },
3067
+ {
3068
+ service: enum_1.BillingService.ABYSS_TOOLS,
3069
+ metric: enum_1.BillingMetric.TOOLS_EXTRACT_TEMPLATES_ACTIVE,
3070
+ pricePerUnit: 100,
3071
+ unit: 'template',
3072
+ },
3073
+ {
3074
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
3075
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGES_COUNT,
3076
+ pricePerUnit: 100,
3077
+ unit: 'page',
3078
+ },
3079
+ {
3080
+ service: enum_1.BillingService.ABYSS_SPOTLIGHT,
3081
+ metric: enum_1.BillingMetric.SPOTLIGHT_PAGE_VIEWS_MONTH,
3082
+ pricePerUnit: 1,
3083
+ unit: '1k views',
3084
+ },
3085
+ {
3086
+ service: enum_1.BillingService.ABYSS_MEMORIES,
3087
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
3088
+ pricePerUnit: 50,
3089
+ unit: 'event',
3090
+ },
3091
+ {
3092
+ service: enum_1.BillingService.ABYSS_BANKING,
3093
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
3094
+ pricePerUnit: 200,
3095
+ unit: 'profile',
3096
+ },
3097
+ {
3098
+ service: enum_1.BillingService.ABYSS_BANKING,
3099
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
3100
+ pricePerUnit: 300,
3101
+ unit: 'profile',
3102
+ },
3103
+ {
3104
+ service: enum_1.BillingService.ABYSS_BANKING,
3105
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
3106
+ pricePerUnit: 150,
3107
+ unit: 'connection',
3108
+ },
3109
+ {
3110
+ service: enum_1.BillingService.ABYSS_BANKING,
3111
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
3112
+ pricePerUnit: 50,
3113
+ unit: 'config',
3114
+ },
3115
+ {
3116
+ service: enum_1.BillingService.ABYSS_BANKING,
3117
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
3118
+ pricePerUnit: 50,
3119
+ unit: 'share',
3120
+ },
3121
+ {
3122
+ service: enum_1.BillingService.ABYSS_BANKING,
3123
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
3124
+ pricePerUnit: 100,
3125
+ unit: 'portfolio',
3126
+ },
3127
+ {
3128
+ service: enum_1.BillingService.ABYSS_BANKING,
3129
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
3130
+ pricePerUnit: 5,
3131
+ unit: 'snapshot',
3132
+ },
3133
+ {
3134
+ service: enum_1.BillingService.ABYSS_BANKING,
3135
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
3136
+ pricePerUnit: 5,
3137
+ unit: 'run',
3138
+ },
3139
+ {
3140
+ service: enum_1.BillingService.ABYSS_BANKING,
3141
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
3142
+ pricePerUnit: 2,
3143
+ unit: 'rescore',
3144
+ },
3145
+ {
3146
+ service: enum_1.BillingService.ABYSS_BANKING,
3147
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
3148
+ pricePerUnit: 1,
3149
+ unit: 'call',
3150
+ },
3151
+ {
3152
+ service: enum_1.BillingService.ABYSS_BANKING,
3153
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
3154
+ pricePerUnit: 80,
3155
+ unit: 'lookup',
3156
+ },
3157
+ {
3158
+ service: enum_1.BillingService.ABYSS_BANKING,
3159
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
3160
+ pricePerUnit: 10,
3161
+ unit: 'call',
3162
+ },
3163
+ {
3164
+ service: enum_1.BillingService.ABYSS_BANKING,
3165
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
3166
+ pricePerUnit: 15,
3167
+ unit: 'refresh',
3168
+ },
279
3169
  ],
280
3170
  },
281
3171
  {
282
3172
  tier: enum_1.PlanTier.FREEMIUM,
283
3173
  accountType: enum_1.PlanAccountType.FAMILY,
284
- name: "family-free",
3174
+ name: 'family-free',
285
3175
  monthlyPriceEur: 0,
286
3176
  quotas: [
287
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.MEMBERS_COUNT, limit: 6, sizePerUnit: null, unit: "members" },
288
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, limit: 15, sizePerUnit: null, unit: "GB" },
289
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS, limit: 1000, sizePerUnit: null, unit: "scan units" },
290
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, limit: 2000, sizePerUnit: null, unit: "files" },
291
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, limit: 6, sizePerUnit: null, unit: "boards" },
292
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, limit: 5, sizePerUnit: null, unit: "events" },
3177
+ {
3178
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3179
+ metric: enum_1.BillingMetric.MEMBERS_COUNT,
3180
+ limit: 6,
3181
+ sizePerUnit: null,
3182
+ unit: 'members',
3183
+ },
3184
+ {
3185
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3186
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
3187
+ limit: 15,
3188
+ sizePerUnit: null,
3189
+ unit: 'GB',
3190
+ },
3191
+ {
3192
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3193
+ metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
3194
+ limit: 1000,
3195
+ sizePerUnit: null,
3196
+ unit: 'scan units',
3197
+ },
3198
+ {
3199
+ service: enum_1.BillingService.ABYSS_CLOUD,
3200
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
3201
+ limit: 2000,
3202
+ sizePerUnit: null,
3203
+ unit: 'files',
3204
+ },
3205
+ {
3206
+ service: enum_1.BillingService.ABYSS_TOOLS,
3207
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
3208
+ limit: 6,
3209
+ sizePerUnit: null,
3210
+ unit: 'boards',
3211
+ },
3212
+ {
3213
+ service: enum_1.BillingService.ABYSS_MEMORIES,
3214
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
3215
+ limit: 5,
3216
+ sizePerUnit: null,
3217
+ unit: 'events',
3218
+ },
3219
+ {
3220
+ service: enum_1.BillingService.ABYSS_BANKING,
3221
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
3222
+ limit: 2,
3223
+ sizePerUnit: null,
3224
+ unit: 'profiles',
3225
+ },
3226
+ {
3227
+ service: enum_1.BillingService.ABYSS_BANKING,
3228
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
3229
+ limit: 0,
3230
+ sizePerUnit: null,
3231
+ unit: 'profiles',
3232
+ },
3233
+ {
3234
+ service: enum_1.BillingService.ABYSS_BANKING,
3235
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
3236
+ limit: 1,
3237
+ sizePerUnit: null,
3238
+ unit: 'connections',
3239
+ },
3240
+ {
3241
+ service: enum_1.BillingService.ABYSS_BANKING,
3242
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
3243
+ limit: 3,
3244
+ sizePerUnit: null,
3245
+ unit: 'configs',
3246
+ },
3247
+ {
3248
+ service: enum_1.BillingService.ABYSS_BANKING,
3249
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
3250
+ limit: 0,
3251
+ sizePerUnit: null,
3252
+ unit: 'shares',
3253
+ },
3254
+ {
3255
+ service: enum_1.BillingService.ABYSS_BANKING,
3256
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
3257
+ limit: 0,
3258
+ sizePerUnit: null,
3259
+ unit: 'portfolios',
3260
+ },
3261
+ {
3262
+ service: enum_1.BillingService.ABYSS_BANKING,
3263
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
3264
+ limit: 10,
3265
+ sizePerUnit: null,
3266
+ unit: 'snapshots',
3267
+ },
3268
+ {
3269
+ service: enum_1.BillingService.ABYSS_BANKING,
3270
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
3271
+ limit: 10,
3272
+ sizePerUnit: null,
3273
+ unit: 'runs',
3274
+ },
3275
+ {
3276
+ service: enum_1.BillingService.ABYSS_BANKING,
3277
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
3278
+ limit: 30,
3279
+ sizePerUnit: null,
3280
+ unit: 'rescores',
3281
+ },
3282
+ {
3283
+ service: enum_1.BillingService.ABYSS_BANKING,
3284
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
3285
+ limit: 0,
3286
+ sizePerUnit: null,
3287
+ unit: 'calls',
3288
+ },
3289
+ {
3290
+ service: enum_1.BillingService.ABYSS_BANKING,
3291
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
3292
+ limit: 0,
3293
+ sizePerUnit: null,
3294
+ unit: 'lookups',
3295
+ },
3296
+ {
3297
+ service: enum_1.BillingService.ABYSS_BANKING,
3298
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
3299
+ limit: 10,
3300
+ sizePerUnit: null,
3301
+ unit: 'calls',
3302
+ },
3303
+ {
3304
+ service: enum_1.BillingService.ABYSS_BANKING,
3305
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
3306
+ limit: 20,
3307
+ sizePerUnit: null,
3308
+ unit: 'refreshes',
3309
+ },
3310
+ {
3311
+ service: enum_1.BillingService.ABYSS_BANKING,
3312
+ metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH,
3313
+ limit: -1,
3314
+ sizePerUnit: null,
3315
+ unit: 'snapshots',
3316
+ },
3317
+ ],
3318
+ overagePricing: [
3319
+ {
3320
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3321
+ metric: enum_1.BillingMetric.MEMBERS_COUNT,
3322
+ pricePerUnit: 300,
3323
+ unit: 'member',
3324
+ },
3325
+ {
3326
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3327
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
3328
+ pricePerUnit: 23,
3329
+ unit: 'GB',
3330
+ },
3331
+ {
3332
+ service: enum_1.BillingService.ABYSS_CLOUD,
3333
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
3334
+ pricePerUnit: 75,
3335
+ unit: 'file',
3336
+ },
3337
+ {
3338
+ service: enum_1.BillingService.ABYSS_TOOLS,
3339
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
3340
+ pricePerUnit: 75,
3341
+ unit: 'board',
3342
+ },
3343
+ {
3344
+ service: enum_1.BillingService.ABYSS_MEMORIES,
3345
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
3346
+ pricePerUnit: 75,
3347
+ unit: 'event',
3348
+ },
3349
+ {
3350
+ service: enum_1.BillingService.ABYSS_BANKING,
3351
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
3352
+ pricePerUnit: 300,
3353
+ unit: 'profile',
3354
+ },
3355
+ {
3356
+ service: enum_1.BillingService.ABYSS_BANKING,
3357
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
3358
+ pricePerUnit: 450,
3359
+ unit: 'profile',
3360
+ },
3361
+ {
3362
+ service: enum_1.BillingService.ABYSS_BANKING,
3363
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
3364
+ pricePerUnit: 225,
3365
+ unit: 'connection',
3366
+ },
3367
+ {
3368
+ service: enum_1.BillingService.ABYSS_BANKING,
3369
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
3370
+ pricePerUnit: 75,
3371
+ unit: 'config',
3372
+ },
3373
+ {
3374
+ service: enum_1.BillingService.ABYSS_BANKING,
3375
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
3376
+ pricePerUnit: 75,
3377
+ unit: 'share',
3378
+ },
3379
+ {
3380
+ service: enum_1.BillingService.ABYSS_BANKING,
3381
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
3382
+ pricePerUnit: 150,
3383
+ unit: 'portfolio',
3384
+ },
3385
+ {
3386
+ service: enum_1.BillingService.ABYSS_BANKING,
3387
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
3388
+ pricePerUnit: 8,
3389
+ unit: 'snapshot',
3390
+ },
3391
+ {
3392
+ service: enum_1.BillingService.ABYSS_BANKING,
3393
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
3394
+ pricePerUnit: 8,
3395
+ unit: 'run',
3396
+ },
3397
+ {
3398
+ service: enum_1.BillingService.ABYSS_BANKING,
3399
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
3400
+ pricePerUnit: 3,
3401
+ unit: 'rescore',
3402
+ },
3403
+ {
3404
+ service: enum_1.BillingService.ABYSS_BANKING,
3405
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
3406
+ pricePerUnit: 2,
3407
+ unit: 'call',
3408
+ },
3409
+ {
3410
+ service: enum_1.BillingService.ABYSS_BANKING,
3411
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
3412
+ pricePerUnit: 120,
3413
+ unit: 'lookup',
3414
+ },
3415
+ {
3416
+ service: enum_1.BillingService.ABYSS_BANKING,
3417
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
3418
+ pricePerUnit: 15,
3419
+ unit: 'call',
3420
+ },
3421
+ {
3422
+ service: enum_1.BillingService.ABYSS_BANKING,
3423
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
3424
+ pricePerUnit: 23,
3425
+ unit: 'refresh',
3426
+ },
293
3427
  ],
294
- overagePricing: [],
295
3428
  },
296
3429
  {
297
3430
  tier: enum_1.PlanTier.DEFAULT,
298
3431
  accountType: enum_1.PlanAccountType.FAMILY,
299
- name: "family-paid",
3432
+ name: 'family-paid',
300
3433
  monthlyPriceEur: 490,
301
3434
  quotas: [
302
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.MEMBERS_COUNT, limit: 12, sizePerUnit: null, unit: "members" },
303
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB, limit: 100, sizePerUnit: null, unit: "GB" },
304
- { service: enum_1.BillingService.ABYSS_PLATFORM, metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS, limit: 20000, sizePerUnit: null, unit: "scan units" },
305
- { service: enum_1.BillingService.ABYSS_CLOUD, metric: enum_1.BillingMetric.CLOUD_FILES_COUNT, limit: 10000, sizePerUnit: null, unit: "files" },
306
- { service: enum_1.BillingService.ABYSS_TOOLS, metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT, limit: 30, sizePerUnit: null, unit: "boards" },
307
- { service: enum_1.BillingService.ABYSS_MEMORIES, metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT, limit: 25, sizePerUnit: null, unit: "events" },
3435
+ {
3436
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3437
+ metric: enum_1.BillingMetric.MEMBERS_COUNT,
3438
+ limit: 12,
3439
+ sizePerUnit: null,
3440
+ unit: 'members',
3441
+ },
3442
+ {
3443
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3444
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
3445
+ limit: 100,
3446
+ sizePerUnit: null,
3447
+ unit: 'GB',
3448
+ },
3449
+ {
3450
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3451
+ metric: enum_1.BillingMetric.ACCOUNT_AV_SCAN_UNITS,
3452
+ limit: 20000,
3453
+ sizePerUnit: null,
3454
+ unit: 'scan units',
3455
+ },
3456
+ {
3457
+ service: enum_1.BillingService.ABYSS_CLOUD,
3458
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
3459
+ limit: 10000,
3460
+ sizePerUnit: null,
3461
+ unit: 'files',
3462
+ },
3463
+ {
3464
+ service: enum_1.BillingService.ABYSS_TOOLS,
3465
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
3466
+ limit: 30,
3467
+ sizePerUnit: null,
3468
+ unit: 'boards',
3469
+ },
3470
+ {
3471
+ service: enum_1.BillingService.ABYSS_MEMORIES,
3472
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
3473
+ limit: 25,
3474
+ sizePerUnit: null,
3475
+ unit: 'events',
3476
+ },
3477
+ {
3478
+ service: enum_1.BillingService.ABYSS_BANKING,
3479
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
3480
+ limit: 25,
3481
+ sizePerUnit: null,
3482
+ unit: 'profiles',
3483
+ },
3484
+ {
3485
+ service: enum_1.BillingService.ABYSS_BANKING,
3486
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
3487
+ limit: 10,
3488
+ sizePerUnit: null,
3489
+ unit: 'profiles',
3490
+ },
3491
+ {
3492
+ service: enum_1.BillingService.ABYSS_BANKING,
3493
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
3494
+ limit: 5,
3495
+ sizePerUnit: null,
3496
+ unit: 'connections',
3497
+ },
3498
+ {
3499
+ service: enum_1.BillingService.ABYSS_BANKING,
3500
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
3501
+ limit: 25,
3502
+ sizePerUnit: null,
3503
+ unit: 'configs',
3504
+ },
3505
+ {
3506
+ service: enum_1.BillingService.ABYSS_BANKING,
3507
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
3508
+ limit: 15,
3509
+ sizePerUnit: null,
3510
+ unit: 'shares',
3511
+ },
3512
+ {
3513
+ service: enum_1.BillingService.ABYSS_BANKING,
3514
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
3515
+ limit: 3,
3516
+ sizePerUnit: null,
3517
+ unit: 'portfolios',
3518
+ },
3519
+ {
3520
+ service: enum_1.BillingService.ABYSS_BANKING,
3521
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
3522
+ limit: 250,
3523
+ sizePerUnit: null,
3524
+ unit: 'snapshots',
3525
+ },
3526
+ {
3527
+ service: enum_1.BillingService.ABYSS_BANKING,
3528
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
3529
+ limit: 150,
3530
+ sizePerUnit: null,
3531
+ unit: 'runs',
3532
+ },
3533
+ {
3534
+ service: enum_1.BillingService.ABYSS_BANKING,
3535
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
3536
+ limit: 500,
3537
+ sizePerUnit: null,
3538
+ unit: 'rescores',
3539
+ },
3540
+ {
3541
+ service: enum_1.BillingService.ABYSS_BANKING,
3542
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
3543
+ limit: 2000,
3544
+ sizePerUnit: null,
3545
+ unit: 'calls',
3546
+ },
3547
+ {
3548
+ service: enum_1.BillingService.ABYSS_BANKING,
3549
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
3550
+ limit: 30,
3551
+ sizePerUnit: null,
3552
+ unit: 'lookups',
3553
+ },
3554
+ {
3555
+ service: enum_1.BillingService.ABYSS_BANKING,
3556
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
3557
+ limit: 300,
3558
+ sizePerUnit: null,
3559
+ unit: 'calls',
3560
+ },
3561
+ {
3562
+ service: enum_1.BillingService.ABYSS_BANKING,
3563
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
3564
+ limit: 150,
3565
+ sizePerUnit: null,
3566
+ unit: 'refreshes',
3567
+ },
3568
+ {
3569
+ service: enum_1.BillingService.ABYSS_BANKING,
3570
+ metric: enum_1.BillingMetric.BANKING_SYSTEM_RESNAPSHOTS_MONTH,
3571
+ limit: -1,
3572
+ sizePerUnit: null,
3573
+ unit: 'snapshots',
3574
+ },
3575
+ ],
3576
+ overagePricing: [
3577
+ {
3578
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3579
+ metric: enum_1.BillingMetric.MEMBERS_COUNT,
3580
+ pricePerUnit: 200,
3581
+ unit: 'member',
3582
+ },
3583
+ {
3584
+ service: enum_1.BillingService.ABYSS_PLATFORM,
3585
+ metric: enum_1.BillingMetric.ACCOUNT_STORAGE_GB,
3586
+ pricePerUnit: 15,
3587
+ unit: 'GB',
3588
+ },
3589
+ {
3590
+ service: enum_1.BillingService.ABYSS_CLOUD,
3591
+ metric: enum_1.BillingMetric.CLOUD_FILES_COUNT,
3592
+ pricePerUnit: 50,
3593
+ unit: 'file',
3594
+ },
3595
+ {
3596
+ service: enum_1.BillingService.ABYSS_TOOLS,
3597
+ metric: enum_1.BillingMetric.TOOLS_BOARD_COUNT,
3598
+ pricePerUnit: 50,
3599
+ unit: 'board',
3600
+ },
3601
+ {
3602
+ service: enum_1.BillingService.ABYSS_MEMORIES,
3603
+ metric: enum_1.BillingMetric.MEMORIES_EVENTS_COUNT,
3604
+ pricePerUnit: 50,
3605
+ unit: 'event',
3606
+ },
3607
+ {
3608
+ service: enum_1.BillingService.ABYSS_BANKING,
3609
+ metric: enum_1.BillingMetric.BANKING_PROFILES_COUNT,
3610
+ pricePerUnit: 200,
3611
+ unit: 'profile',
3612
+ },
3613
+ {
3614
+ service: enum_1.BillingService.ABYSS_BANKING,
3615
+ metric: enum_1.BillingMetric.BANKING_MONITORED_PROFILES_COUNT,
3616
+ pricePerUnit: 300,
3617
+ unit: 'profile',
3618
+ },
3619
+ {
3620
+ service: enum_1.BillingService.ABYSS_BANKING,
3621
+ metric: enum_1.BillingMetric.BANKING_SELF_BANK_CONNECTIONS_COUNT,
3622
+ pricePerUnit: 150,
3623
+ unit: 'connection',
3624
+ },
3625
+ {
3626
+ service: enum_1.BillingService.ABYSS_BANKING,
3627
+ metric: enum_1.BillingMetric.BANKING_SAVED_CONFIGS_COUNT,
3628
+ pricePerUnit: 50,
3629
+ unit: 'config',
3630
+ },
3631
+ {
3632
+ service: enum_1.BillingService.ABYSS_BANKING,
3633
+ metric: enum_1.BillingMetric.BANKING_LENDER_SHARES_COUNT,
3634
+ pricePerUnit: 50,
3635
+ unit: 'share',
3636
+ },
3637
+ {
3638
+ service: enum_1.BillingService.ABYSS_BANKING,
3639
+ metric: enum_1.BillingMetric.BANKING_PORTFOLIOS_COUNT,
3640
+ pricePerUnit: 100,
3641
+ unit: 'portfolio',
3642
+ },
3643
+ {
3644
+ service: enum_1.BillingService.ABYSS_BANKING,
3645
+ metric: enum_1.BillingMetric.BANKING_SNAPSHOTS_MONTH,
3646
+ pricePerUnit: 5,
3647
+ unit: 'snapshot',
3648
+ },
3649
+ {
3650
+ service: enum_1.BillingService.ABYSS_BANKING,
3651
+ metric: enum_1.BillingMetric.BANKING_SCENARIO_RUNS_MONTH,
3652
+ pricePerUnit: 5,
3653
+ unit: 'run',
3654
+ },
3655
+ {
3656
+ service: enum_1.BillingService.ABYSS_BANKING,
3657
+ metric: enum_1.BillingMetric.BANKING_PREVIEW_RESCORES_MONTH,
3658
+ pricePerUnit: 2,
3659
+ unit: 'rescore',
3660
+ },
3661
+ {
3662
+ service: enum_1.BillingService.ABYSS_BANKING,
3663
+ metric: enum_1.BillingMetric.BANKING_REVIEW_API_CALLS_MONTH,
3664
+ pricePerUnit: 1,
3665
+ unit: 'call',
3666
+ },
3667
+ {
3668
+ service: enum_1.BillingService.ABYSS_BANKING,
3669
+ metric: enum_1.BillingMetric.BANKING_CREDIT_BUREAU_LOOKUPS_MONTH,
3670
+ pricePerUnit: 80,
3671
+ unit: 'lookup',
3672
+ },
3673
+ {
3674
+ service: enum_1.BillingService.ABYSS_BANKING,
3675
+ metric: enum_1.BillingMetric.BANKING_REGISTRE_DETAIL_CALLS_MONTH,
3676
+ pricePerUnit: 10,
3677
+ unit: 'call',
3678
+ },
3679
+ {
3680
+ service: enum_1.BillingService.ABYSS_BANKING,
3681
+ metric: enum_1.BillingMetric.BANKING_PSD2_REFRESHES_MONTH,
3682
+ pricePerUnit: 15,
3683
+ unit: 'refresh',
3684
+ },
308
3685
  ],
309
- overagePricing: [],
310
3686
  },
311
3687
  ];
312
3688
  //# sourceMappingURL=public-plans.constants.js.map