/** * Salesforce Domain * * Centralized Salesforce field maps and constants. * Provides a single source of truth for field names used across * the BFF integration layer. */ export { SALESFORCE_FIELDS, ACCOUNT_FIELDS, OPPORTUNITY_FIELDS, ORDER_FIELDS, CASE_FIELDS, type AccountFieldKey, type OpportunityFieldKey, type OrderFieldKey, type CaseFieldKey, } from "./field-maps.js";