Package-level declarations
Types
Link copied to clipboard
interface ShipmentsRepository
Core repository for managing Dockware shipments, scans, and associated entries.
Link copied to clipboard
class ShipmentsRepositoryImpl(fortressApiService: FortressApiService, profileRepository: ProfileRepository, organizationRepository: OrganizationRepository) : ShipmentsRepository
Link copied to clipboard
interface ShipmentUploadService
Link copied to clipboard
class ShipmentUploadServiceImpl(fortressApiService: FortressApiService, shipmentsRepository: ShipmentsRepository, settingsRepository: SettingsRepository, profileRepository: ProfileRepository) : ShipmentUploadService