Files
optima/dalpuri/src/index.ts
T
2026-04-07 23:56:31 +00:00

45 lines
2.8 KiB
TypeScript

export { companyTranslation } from "./translations/company";
export { companyAddressTranslation } from "./translations/company-address";
export { contactTranslation } from "./translations/contact";
export { opportunityTranslation } from "./translations/opportunity";
export { opportunityStageTranslation } from "./translations/opportunity-stage";
export { opportunityTypeTranslation } from "./translations/opportunity-type";
export { opportunityStatusTranslation } from "./translations/opportunity-status";
export { catalogItemTranslation } from "./translations/catalog-item";
export { catalogItemTypeTranslation } from "./translations/catalog-item-type";
export { catalogCategoryTranslation } from "./translations/catalog-category";
export { catalogSubcategoryTranslation } from "./translations/catalog-subcategory";
export { catalogManufacturerTranslation } from "./translations/catalog-manufacturer";
export { warehouseBinTranslation } from "./translations/warehouse-bin";
export { productInventoryTranslation } from "./translations/product-inventory";
export { productDataTranslation } from "./translations/product-data.ts";
export { corporateLocationTranslation } from "./translations/corporate-location";
export { internalDepartmentTranslation } from "./translations/internal-department";
export { cwMemberTranslation } from "./translations/cw-member";
export { serviceTicketTypeTranslation } from "./translations/service-ticket-type";
export { serviceTicketBoardTranslation } from "./translations/service-ticket-board";
export { serviceTicketLocationTranslation } from "./translations/service-ticket-location";
export { serviceTicketSourceTranslation } from "./translations/service-ticket-source";
export { serviceTicketImpactTranslation } from "./translations/service-ticket-impact";
export { serviceTicketSeverityTranslation } from "./translations/service-ticket-severity";
export { serviceTicketPriorityTranslation } from "./translations/service-ticket-priority";
export { userTranslation } from "./translations/user";
export { serviceTicketTranslation } from "./translations/service-ticket";
export { serviceTicketNoteTranslation } from "./translations/service-ticket-note";
export { scheduleStatusTranslation } from "./translations/schedule-status";
export { scheduleTypeTranslation } from "./translations/schedule-type";
export { scheduleSpanTranslation } from "./translations/schedule-span";
export { scheduleTranslation } from "./translations/schedule";
export { taxCodeTranslation } from "./translations/tax-code";
// Context type exports
export type { TranslationContext } from "./translations/context";
export { createTranslationContext } from "./translations/context";
// Sync utilities
export { syncTableUpdates, disconnectSyncClients } from "./sync-by-table";
export {
executeFullDalpuriSync,
executeForcedIncrementalDalpuriSync,
} from "./sync";