UNPKG

@pipedream/gong

Version:

Pipedream Gong Components

32 lines (28 loc) 520 B
const SUMMARY_LABEL = "$summary"; const BASE_URL = "https://us-66463.api.gong.io"; const VERSION_PATH = "/v2"; const LAST_CREATED_AT = "lastCreatedAt"; const DEFAULT_MAX = 600; const DIRECTIONS = [ "Inbound", "Outbound", "Conference", "Unknown", ]; const CALL_PROVIDER_CODES = [ "zoom", "clearslide", "gotomeeting", "ringcentral", "outreach", "insidesales", ]; export default { SUMMARY_LABEL, BASE_URL, VERSION_PATH, DEFAULT_MAX, LAST_CREATED_AT, DIRECTIONS, CALL_PROVIDER_CODES, };