* release-10.0:
chore: use map instead of foreach
chore: v10.0.1 (#1696)
Add InforU SMS plugin (#1695)
fix: add machine name and timestamp to pending notifs messages
refactor: drop unused debug logs
refactor: replace `fs`+`util.promisify` with `fs/promises`
refactor: drop unnecessary use of `_.curry`
refactor: destruct in parameters list
refactor: drop unnecessary curly braces
chore: drop unused import
refactor: destruct in parameters list to build object
refactor: destruct in parameters list instead
refactor: use `set` from `lodash/fp` instead of syntax
feat: notifications and flow fixes
fix: generic external auth on ui
fix: admin ui
refactor: yagni and flow of external compliance
fix: change sumsub usage away from self-hosted solutions
feat: implement sumsub API module
chore: remove unused files
feat: add 3rd party services splash screen
feat: add sumsub as a configurable 3rd party service
feat: sumsub config loader
fix: small fixes
feat: add external validation as a compliance trigger
feat: add external validation route in l-s
feat: add external validation graphql module
feat: integrate sumsub SDK
feat: improve sumsub form to allow adding multiple applicant levels with enhanced UX
feat: added support for array fields in FormRenderer
feat: allow external validation triggers to dynamically use levels setup in the services page
fix: multiple small fixes
feat: get external compliance customer info
fix: small fixes
feat: add informational card in customer profile regarding external service info
feat: send external customer data for machine trigger verification
feat: restrictions to the creation of custom info requests and external validation triggers
fix: allow for a single applicant level to be setup
fix: account instance access
fix: small fixes
fix: development-only log
feat: customer notes backend operations
feat: add customer note mutation
feat: add editing capabilities to PropertyCard
feat: connect customer notes backend to frontend
fix: customer note form and static content styling
fix: SQL uppercasing
fix: set default value for notes content
fix: SQL after dev rebase
refactor: move get current user token to separate method