export default class OmnichannelEndpoints { static readonly LiveChatConnectorPath = "livechatconnector/organization"; static readonly LiveChatConnectorAuthPath = "livechatconnector/auth/organization"; static readonly LcwFcsDetailsPath = "livechatconnector/v2/lcwfcsdetails"; static readonly LiveChatConfigPath = "livechatconnector/config"; static readonly LiveChatSessionInitPath = "livechatconnector/sessioninit"; static readonly LiveChatAuthSessionInitPath = "livechatconnector/auth/sessioninit"; static readonly LiveChatGetChatTokenPath = "livechatconnector/getchattoken"; static readonly LiveChatv2GetChatTokenPath = "livechatconnector/v2/getchattoken"; static readonly LiveChatv3GetChatTokenPath = "livechatconnector/v3/getchattoken"; static readonly LiveChatv4GetChatTokenPath = "livechatconnector/v4/getchattoken"; static readonly LiveChatv4AuthGetChatTokenPath = "livechatconnector/v4/auth/getchattoken"; static readonly LiveChatAuthGetChatTokenPath = "livechatconnector/auth/getchattoken"; static readonly LiveChatv2AuthGetChatTokenPath = "livechatconnector/v2/auth/getchattoken"; static readonly LiveChatv3AuthGetChatTokenPath = "livechatconnector/v3/auth/getchattoken"; static readonly LiveChatSessionClosePath = "livechatconnector/sessionclose"; static readonly LiveChatAuthSessionClosePath = "livechatconnector/auth/sessionclose"; static readonly LiveChatSubmitPostChatPath = "survey/submitpostchat"; static readonly LiveChatAuthSubmitPostChatPath = "survey/auth/submitpostchat"; static readonly LiveChatGetSurveyInviteLinkPath = "livechatconnector/getsurveyinvite"; static readonly LiveChatAuthGetSurveyInviteLinkPath = "livechatconnector/auth/getsurveyinvite"; static readonly LiveChatGetChatTranscriptPath = "livechatconnector/getchattranscripts"; static readonly LiveChatv2GetChatTranscriptPath = "livechatconnector/v2/getchattranscripts"; static readonly LiveChatAuthGetChatTranscriptPath = "livechatconnector/auth/getchattranscripts"; static readonly LiveChatv2AuthGetChatTranscriptPath = "livechatconnector/v2/auth/getchattranscripts"; static readonly LiveChatTranscriptEmailRequestPath = "livechatconnector/createemailrequest"; static readonly LiveChatAuthTranscriptEmailRequestPath = "livechatconnector/auth/createemailrequest"; static readonly LiveChatFetchDataMaskingInfoPath = "livechatconnector/fetchdatamaskinginfo"; static readonly LiveChatSecondaryChannelEventPath = "livechatconnector/secondarychannelevent"; static readonly LiveChatAuthSecondaryChannelEventPath = "livechatconnector/auth/secondarychannelevent"; static readonly LiveChatLiveWorkItemDetailsPath = "livechatconnector/getliveworkitemdetails"; static readonly LiveChatAuthLiveWorkItemDetailsPath = "livechatconnector/auth/getliveworkitemdetails"; static readonly LiveChatGetReconnectableChatsPath = "livechatconnector/auth/reconnectablechats"; static readonly LiveChatReconnectAvailabilityPath = "livechatconnector/reconnect"; static readonly LiveChatValidateAuthChatMapRecordPath = "livechatconnector/auth/validateauthchatmaprecord"; static readonly GetAgentAvailabilityPath = "livechatconnector/auth/getagentavailability"; static readonly SendTypingIndicatorPath = "inbound/typingindicator/livechat/sendtypingindicator"; static readonly LiveChatAuthGetPersistentChatHistoryPath = "livechatconnector/auth/organization"; static readonly LiveChatAuthMidConversationPath = "livechatconnector/auth/authenticateChat"; }