108 lines
7.3 KiB
JavaScript
Executable File
108 lines
7.3 KiB
JavaScript
Executable File
export const isDebugMode = false
|
|
|
|
export const baseUrl = "https://test.ilink-app.com:8080/mobilebackend";
|
|
export const testBaseUrl = "https://test.ilink-app.com";
|
|
export const testBaseUrlWithPort = "https://test.ilink-app.com:8086";
|
|
|
|
|
|
|
|
|
|
export const adhesionUrl = baseUrl + '/interacted/LoginAction.php';
|
|
export const memberActionUrl = baseUrl + '/interacted/MembersAction.php';
|
|
export const networkActionUrl = baseUrl + '/interacted/NetworkAction.php';
|
|
export const locationActionUrl = baseUrl + '/interacted/LocationAction.php';
|
|
export const demandeActionUrl = baseUrl + '/interacted/DemandeAction.php';
|
|
export const configActionUrl = baseUrl + '/interacted/ConfigAction.php';
|
|
export const logoutActionUrl = testBaseUrl + '/logout';
|
|
|
|
export const walletActionUrl = testBaseUrl + '/walletService/wallets';
|
|
export const walletUserSimpleActionUrl = testBaseUrl + '/walletService/wallets/users';
|
|
export const walletDetailUrl = testBaseUrl + '/walletService/wallets';
|
|
|
|
export const creditTreatDemand = testBaseUrl + '/walletService/credits/treatDemand';
|
|
export const creditCancelDemand = testBaseUrl + '/walletService/credits/cancelDemand';
|
|
|
|
export const commissionAmount = testBaseUrl + '/walletService/transactions/commission';
|
|
export const transactionUrl = testBaseUrl + '/walletService/transactions';
|
|
export const transactionIlinkUrl = testBaseUrl + '/walletService/transactions/ilink';
|
|
export const transferCommission = testBaseUrl + '/walletService/virement';
|
|
|
|
export const createIdentificationUrl = testBaseUrl + '/walletService/identifications';
|
|
export const validateIdentificationUrl = testBaseUrl + '/walletService/identifications';
|
|
|
|
export const getNumberInformationUrl = testBaseUrl + '/walletService/identifications/verify';
|
|
export const getUserIdentifiedInformationUrl = testBaseUrl + '/walletService/identifications';
|
|
|
|
export const activeCountryUrl = testBaseUrl + '/walletService/countries';
|
|
export const payCountryNetworkUrl = testBaseUrl + '/walletService/paying_networks';
|
|
export const otherPayCountryNetworkUrl = testBaseUrl + '/walletService/other_paying_networks';
|
|
|
|
export const envoieUserWalletToWallet = testBaseUrl + '/walletService/transactions/ilink';
|
|
export const envoieCommissionUrl = testBaseUrl + '/walletService/transactions/ilink/commission';
|
|
export const idVerificationUrl = testBaseUrl + '/walletService/transactions/ilink/check_retraits';
|
|
export const linkCardUrl = testBaseUrl + '/walletService/identifications/rattach_card';
|
|
|
|
export const getCreditDemand = testBaseUrl + '/walletService/groups/demands';
|
|
export const groupUrl = testBaseUrl + '/walletService/groups';
|
|
export const treatDemandUrl = testBaseUrl + '/walletService/groups/demands/validate';
|
|
export const cancelDemandUrl = testBaseUrl + '/walletService/groups/demands/cancel';
|
|
export const askNanoCreditUrl = testBaseUrl + '/walletService/groups/nanoCredit/ask';
|
|
export const cautionCreditDemandtUrl = testBaseUrl + '/walletService/groups/nanoCredit/guarantee';
|
|
export const refundCreditDemandUrl = testBaseUrl + '/walletService/groups/nanoCredit/refund';
|
|
export const getNanoCreditDemandUrl = testBaseUrl + '/walletService/groups/nanoCredit/details';
|
|
export const joinGroupUrl = testBaseUrl + '/walletService/groups/join';
|
|
export const getNanoCreditDemandDureationUrl = testBaseUrl + '/walletService/groups/nanoCredit/durations';
|
|
export const epargnerArgentUrl = testBaseUrl + '/walletService/groups/nanoCredit/savings/make';
|
|
export const casserEpargneUrl = testBaseUrl + '/walletService/groups/nanoCredit/savings/break';
|
|
export const saveOnesignalIds = testBaseUrl + '/notificationService/onesignal';
|
|
export const getNotificationUrl = testBaseUrl + '/notificationService/notifications';
|
|
export const getNanoCreditAccount = testBaseUrl + '/walletService/groups/nanoCredit/accounts';
|
|
export const getNanoCreditUserHistoryUrl = testBaseUrl + '/walletService/groups/nanoCredit/all_demands';
|
|
export const getNanoCreditAgentHistoryUrl = testBaseUrl + '/walletService/groups/nanoCredit/guarantee_demands';
|
|
export const getHyperviseurHistoriqueUrl = testBaseUrl + '/walletService/wallets/all_hyper_history';
|
|
export const getSuperviseurHistoriqueUrl = testBaseUrl + '/walletService/wallets/all_super_history';
|
|
export const getBankUrl = testBaseUrl + '/walletService/wallets/users/operators/bank';
|
|
export const getHistoryNanoPendingCreditUrl = testBaseUrl + '/walletService/groups/nanoCredit/demands_in_progress';
|
|
export const getHistoryEpargnePendingUrl = testBaseUrl + '/walletService/groups/nanoCredit/savings/demands_in_progress';
|
|
export const getOperatorListUrl = testBaseUrl + '/walletService/wallets/users/operators';
|
|
export const getIlinkBankListUrl = testBaseUrl + '/walletService/wallets/users/banks_for_link';
|
|
export const linkBankAccountUrl = testBaseUrl + '/walletService/wallets/users/link_bank_account';
|
|
export const payBillUrl = testBaseUrl + '/walletService/transactions/ilink';
|
|
|
|
export const searchUserUrl = testBaseUrl + '/walletService/search/users';
|
|
export const searchUserHomeUrl = testBaseUrl + '/walletService/agents';
|
|
export const getQRCodeDetail = testBaseUrl + '/walletService/qrcode/read';
|
|
|
|
|
|
export const facturerSoinUrl = testBaseUrl + '/nanoSanteService/generate-invoice';
|
|
export const invoiceUrl = testBaseUrl + '/nanoSanteService/invoices';
|
|
export const invoiceUserUrl = testBaseUrl + '/nanoSanteService/insurances/invoices';
|
|
export const exclusionUrl = testBaseUrl + '/nanoSanteService/exclusions';
|
|
export const getInsuranceListUrl = testBaseUrl + '/nanoSanteService/insurances';
|
|
export const checkInsuranceCoverageAmountUrl = testBaseUrl + '/nanoSanteService/health-care-sheets/check-insurance-coverage-amount';
|
|
export const getUserByIdQRCodeUrl = testBaseUrl + '/walletService/qrcode/read';
|
|
export const getUserByNameOrNumberUrl = testBaseUrl + '/nanoSanteService/insured';
|
|
export const getDrugAndDevicesUrl = testBaseUrl + '/nanoSanteService/drugs-and-devices';
|
|
export const subscribeInsuranceUrl = testBaseUrl + '/nanoSanteService/insurances/subscriptions';
|
|
export const buyInsuranceUrl = testBaseUrl + '/nanoSanteService/insurances/invoices';
|
|
export const getProviderClassUrl = testBaseUrl + '/nanoSanteService/provider-classes';
|
|
export const getNetworkActsUrl = testBaseUrl + '/nanoSanteService/acts';
|
|
export const createConsultationUrl = testBaseUrl + '/nanoSanteService/health-care-sheets/consultation';
|
|
export const executionPrescriptionUrl = testBaseUrl + '/nanoSanteService/health-care-sheets/execution';
|
|
export const consultationUrl = testBaseUrl + '/nanoSanteService/health-care-sheets';
|
|
export const passwordValidationUrl = testBaseUrl + '/nanoSanteService/password-validation';
|
|
export const getAmountConsultationUrl = testBaseUrl + '/nanoSanteService/health-care-sheets/performances-amount';
|
|
export const getInsurancePrimeAmountUrl = testBaseUrl + '/nanoSanteService/insurances/subscriptions/bonus-amount';
|
|
export const autorisationCareRequestUrl = testBaseUrl + '/nanoSanteService/authorizations-care-requests';
|
|
export const uploadInsuranceImagetUrl = testBaseUrlWithPort + '/insurances/subscriptions/upload-images';
|
|
export const pdfViewerUrl = testBaseUrlWithPort + '/pdf-viewer';
|
|
|
|
export const authKeyUrl = testBaseUrl + '/oauth/token';
|
|
export const videoUrl = "https://www.youtube.com/watch?v=wwGPDPsSLWY";
|
|
export const MARKER_URL = baseUrl + "/interacted/LocationAction.php";
|
|
|
|
export const authKeyData = {
|
|
"grant_type": "password",
|
|
"client_id": "2",
|
|
"client_secret": "rrbvxACJPBOG4cqjDNlstSljlmjydLon3P55JMav",
|
|
}; |