feat: Add legal requirements (#1306)

This commit is contained in:
Maksim Eltyshev
2025-08-21 15:10:02 +02:00
committed by GitHub
parent bb40a22563
commit 2f4bcb0583
122 changed files with 1522 additions and 81 deletions

View File

@@ -1,8 +1,13 @@
const AccessTokenSteps = {
ACCEPT_TERMS: 'accept-terms',
};
const POSITION_GAP = 65536;
const MAX_SIZE_IN_BYTES_TO_GET_ENCODING = 8 * 1024 * 1024;
module.exports = {
AccessTokenSteps,
POSITION_GAP,
MAX_SIZE_IN_BYTES_TO_GET_ENCODING,
};