- Added new fields for notes and case ID in the ServicesCdcSubscriber to improve eligibility detail tracking. - Refactored the SalesforceCaseService to unify case creation for various case types, including customer support and internal workflow cases. - Updated InternetServicesService to create internal workflow cases for eligibility checks, enhancing tracking and management. - Improved error handling and logging consistency across services when creating cases. - Cleaned up unused imports and optimized code structure for better maintainability.
7 lines
251 B
TypeScript
7 lines
251 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
import "./.next/dev/types/routes.d.ts";
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|