Every connection here is a simulated demo adapter.
These integrations are simulated.
No real FIESTA, Bitrix24, bank or BSP systems are connected. All adapters return mock data, and every “Configure” or “Test connection” action is recorded to the audit log and simulated only — nothing is written to any source system.
FIESTA adapter
Permissions
Mock adapter — no live FIESTA endpoint configured.
BITRIX adapter
Permissions
Mock adapter — replace with crm.* REST calls for production.
EMAIL adapter
Permissions
Simulated inbox. IMAP/Graph connection pending IT approval.
BANK adapter
Permissions
Manual file upload only. No direct bank API in prototype.
BSP adapter
Permissions
Weekly BSP file import. BSPlink automation not connected.
STORAGE adapter
Permissions
Local demo store. S3 / Bitrix disk pending.
The contracts pages depend on — swap the mock binding for a live client without changing any page.
FiestaAdapterFIESTA@/services/adapters/types
Swap the mock binding for a real FIESTA REST client without touching any page.
BitrixAdapterBitrix24@/services/adapters/types
Replace with crm.* / task REST calls for production.
EmailAdapterEmail@/services/adapters/types
Back with IMAP / Microsoft Graph once IT approves the connection.
BankAdapterBank files@/services/adapters/types
Currently manual CSV/XLSX upload — no direct bank API in the prototype.
BspAdapterBSP / IATA@/services/adapters/types
Weekly BSPlink file import; automation not connected.
Read-only prototype. Integration actions are simulated and audit-logged; no external system is modified.