TP-111|Kunal|added Lite calling in agent type enum (#906)

This commit is contained in:
Kunal Sharma
2024-03-27 17:02:44 +05:30
committed by GitHub
parent a2f57034fb
commit 540ce87415

View File

@@ -87,7 +87,8 @@ export enum AgentTypes {
CALLING = 'Calling',
HUMAN_REMINDER = 'Human Reminder',
SKIP_TRACING = 'Skip Tracing',
FIELD_CALLING = 'Field Calling'
FIELD_CALLING = 'Field Calling',
LITE_CALLING = 'Lite Calling'
}
export enum InteractionStatus {