Implemented `EventWindow` for viewing events with pagination and table-based UI. Added database migration to remove `UNIQUE` constraint on `external_id` in `events`. Enhanced DAO methods for event retrieval, pagination, and transaction updates. Integrated OCR recognition in transaction scripts and streamlined event handling in services.
43 lines
1.4 KiB
INI
43 lines
1.4 KiB
INI
[apps]
|
||
list=ozon
|
||
|
||
[common]
|
||
access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJjNDU1MjE1Ni1kMTc5LTRhNzktOWU5MS01ODcwMzhjOTVjZjAiLCJ0eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzcyNzE0MTQyfQ.-074b8eEWeLgzoxxpq5o54G1npivuC_VWvu4NLEz_gY
|
||
api_key=0eee77b62013253e02e1a69bc6a505bb37757fb7
|
||
currencies=USD, KRW, AZN, RUB
|
||
desktop_id=b86eac8e-dc89-4a9e-a5e8-7f85db011391
|
||
profile_id=c4552156-d179-4a79-9e91-587038c95cf0
|
||
refresh_token=def3036b-b62d-4550-8971-94d7ef57eba2
|
||
token_expires_at=1772714142
|
||
version=0.0.1
|
||
|
||
[db]
|
||
dbPath=~/CLionProjects/ARCDeskProject/ARCDeskProject/database/app_data.db
|
||
|
||
[net]
|
||
accountUpdate=http://localhost:9999/api/v1/account/update
|
||
apiBase=http://93.183.75.134:8005
|
||
appInfoUpdate=http://localhost:9999/api/v1/device/update
|
||
appStatusUpdate=http://localhost:9999/api/v1/application/update
|
||
eventStatusUpdate=http://localhost:9999/api/v1/event/update
|
||
pathAuthLogin=/api/v1/auth/login
|
||
pathAuthRefresh=/api/v1/auth/refresh_token
|
||
pathBankProfile=/api/v1/profile/bank_profile
|
||
pathDesktopCreate=/api/v1/desktop/
|
||
pathDevice=/api/v1/device/
|
||
pathDeviceScreenshot=/api/v1/device/add_screenshot/
|
||
pathMaterial=/api/v1/profile/material
|
||
paymentsGet=http://localhost:9999/api/v1/payments
|
||
transactionInsert=http://localhost:9999/api/v1/transaction/insert
|
||
transactionUpdate=http://localhost:9999/api/v1/transaction/update
|
||
|
||
[ozon]
|
||
android_package_name=ru.ozon.fintech.finance
|
||
currency=RUB
|
||
name=Ozon
|
||
|
||
[rshb]
|
||
android_package_name=ru.rshb.dbo
|
||
currency=RUB
|
||
name=Росcельхозбанк
|