UNPKG

starling_helper

Version:
30 lines (27 loc) 1.05 kB
'use strict'; module.exports = Object.freeze({ GETACCOUNTS: 'getAccounts', GETACCOUNTBALANCES: 'getAccountBalances', GETADDRESSES: 'getAddresses', GETCONTACTS: 'getContacts', GETCONTACTBYID: 'getContactByID', GETCONTACTACCOUNTS: 'getContactAccounts', GETCONTACTACCOUNTSBYID: 'getContactAccountsByID', GETCUSTOMERS: 'getCustomers', GETDIRECTDEBITMANDATES: 'getDirectDebitMandates', GETDIRECTDEBITMANDATESBYUID: 'getDirectDebitMandatesByUID', GETME: 'getMe', GETCARDS: 'getCards', TRANSACTIONSDAY: 'getTodaysTransactions', TRANSACTIONSWEEK: 'getWeeksTransactions', TRANSACTIONMONTH: 'getMonthsTransactions', TRANSACTIONYEAR: 'getYearsTransactions', TRANSACTIONALL: 'getAllTransactions', GETPAYMENTS: 'getPaymentSchedule', GETMERCHANT: 'getMerchant', GETMERCHANTLOCATION: 'getMerchantLocation', GETALLSAVINGGOALS: 'getAllSavingGoals', GETGOALBYID: 'getGoalByID', GETGOALSRECURRINGTRANSFERS: 'getGoalsRecurringTransfers', GETGOALPHOTO: 'getGoalPhoto' });