# frozen_string_literal: true # This module exposes the endpoints covered by this client. module SevenApi::Endpoint ANALYTICS = 'analytics' BALANCE = 'balance' CONTACTS = 'contacts' HOOKS = 'hooks' JOURNAL = 'journal' LOOKUP = 'lookup' PRICING = 'pricing' SMS = 'sms' STATUS = 'status' SUBACCOUNTS = 'subaccounts' VALIDATE_FOR_VOICE = 'validate_for_voice' VOICE = 'voice' end