Before adding other inputs

This commit is contained in:
Don Wilfried 2025-01-13 14:39:16 +01:00
parent 104e08eecd
commit 859079e7fc
49 changed files with 125 additions and 78 deletions

View File

@ -132,7 +132,7 @@ android {
compileSdkVersion rootProject.ext.compileSdkVersion compileSdkVersion rootProject.ext.compileSdkVersion
defaultConfig { defaultConfig {
applicationId "com.test_city.douala3" applicationId "com.simba.city"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
missingDimensionStrategy 'react-native-camera', 'general' missingDimensionStrategy 'react-native-camera', 'general'

View File

@ -4,7 +4,7 @@
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root * <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree. * directory of this source tree.
*/ */
package com.test_city.douala3; package com.simba.city;
import android.content.Context; import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient; import com.facebook.flipper.android.AndroidFlipperClient;

View File

@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="com.test_city.douala3"> package="com.simba.city">
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/> <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>

View File

@ -1,4 +1,4 @@
package com.test_city.douala3; package com.simba.city;
import com.facebook.react.ReactActivity; import com.facebook.react.ReactActivity;
import com.facebook.react.ReactActivityDelegate; import com.facebook.react.ReactActivityDelegate;
@ -13,7 +13,7 @@ public class MainActivity extends ReactActivity {
*/ */
@Override @Override
protected String getMainComponentName() { protected String getMainComponentName() {
return "ilinkcity_douala3"; return "simba";
} }
@Override @Override

View File

@ -1,9 +1,9 @@
package com.test_city.douala3; package com.simba.city;
import android.app.Application; import android.app.Application;
import android.content.Context; import android.content.Context;
import com.test_city.douala3.BuildConfig; import com.simba.city.BuildConfig;
import com.facebook.react.PackageList; import com.facebook.react.PackageList;
import com.facebook.react.ReactApplication; import com.facebook.react.ReactApplication;
import com.facebook.react.ReactInstanceManager; import com.facebook.react.ReactInstanceManager;
@ -65,7 +65,7 @@ public class MainApplication extends Application implements ReactApplication {
We use reflection here to pick up the class that initializes Flipper, We use reflection here to pick up the class that initializes Flipper,
since Flipper library is not available in release mode since Flipper library is not available in release mode
*/ */
Class<?> aClass = Class.forName("com.test_city.douala3.ReactNativeFlipper"); Class<?> aClass = Class.forName("com.simba.city.ReactNativeFlipper");
aClass aClass
.getMethod("initializeFlipper", Context.class, ReactInstanceManager.class) .getMethod("initializeFlipper", Context.class, ReactInstanceManager.class)
.invoke(null, context, reactInstanceManager); .invoke(null, context, reactInstanceManager);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 925 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -1,3 +1,3 @@
<resources> <resources>
<string name="app_name">Douala3</string> <string name="app_name">Simba</string>
</resources> </resources>

View File

@ -1,4 +1,4 @@
{ {
"name": "ilinkcity_douala3", "name": "simba",
"displayName": "ilinkcity_douala3" "displayName": "Simba"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -1,4 +1,4 @@
export const isDebugMode = false export const isDebugMode = false;
//base url test //base url test
//export const baseUrl = "https://ilink-app.com/mobilebackendbeta" //export const baseUrl = "https://ilink-app.com/mobilebackendbeta"
//base url production //base url production
@ -10,21 +10,17 @@ export const isDebugMode = false
/*export const baseUrl = "http://city.ilink-app.com:8080/mobilebackend"; /*export const baseUrl = "http://city.ilink-app.com:8080/mobilebackend";
export const testBaseUrl = "https://city.ilink-app.com:8081";*/ export const testBaseUrl = "https://city.ilink-app.com:8081";*/
export const baseUrl = "https://city-douala3.ilink-app.com:8080/mobilebackend"; export const baseUrl = 'https://test-cud.ilink-app.com:9080/mobilebackend';
export const testBaseUrl= "https://city-douala3.ilink-app.com:8081"; export const testBaseUrl = 'https://test-cud.ilink-app.com:9081';
//CUD //CUD
// export const baseUrl = "https://test-cud.ilink-app.com:9080/mobilebackend"; // export const baseUrl = "https://test-cud.ilink-app.com:9080/mobilebackend";
// export const testBaseUrl = "https://test-cud.ilink-app.com:9081"; // export const testBaseUrl = "https://test-cud.ilink-app.com:9081";
// les derniers api modifiers commune X // les derniers api modifiers commune X
// export const baseUrl = "http://test-city.ilink-app.com:8080/mobilebackend"; // export const baseUrl = "http://test-city.ilink-app.com:8080/mobilebackend";
// export const testBaseUrl = "https://test-city.ilink-app.com:8081"; // export const testBaseUrl = "https://test-city.ilink-app.com:8081";
/* export const baseUrl = "https://preprod.ilink-app.com:8080/mobilebackend"; /* export const baseUrl = "https://preprod.ilink-app.com:8080/mobilebackend";
export const testBaseUrl = "https://preprod.ilink-app.com"; */ export const testBaseUrl = "https://preprod.ilink-app.com"; */
@ -40,92 +36,143 @@ export const configActionUrl = baseUrl + '/interacted/ConfigAction.php';
export const logoutActionUrl = testBaseUrl + '/logout'; export const logoutActionUrl = testBaseUrl + '/logout';
export const walletActionUrl = testBaseUrl + '/walletService/wallets'; export const walletActionUrl = testBaseUrl + '/walletService/wallets';
export const walletUserSimpleActionUrl = testBaseUrl + '/walletService/wallets/users'; export const walletUserSimpleActionUrl =
testBaseUrl + '/walletService/wallets/users';
export const walletDetailUrl = testBaseUrl + '/walletService/wallets'; export const walletDetailUrl = testBaseUrl + '/walletService/wallets';
export const creditTreatDemand = testBaseUrl + '/walletService/credits/treatDemand'; export const creditTreatDemand =
export const creditCancelDemand = testBaseUrl + '/walletService/credits/cancelDemand'; testBaseUrl + '/walletService/credits/treatDemand';
export const creditCancelDemand =
testBaseUrl + '/walletService/credits/cancelDemand';
export const commissionAmount = testBaseUrl + '/walletService/transactions/commission'; export const commissionAmount =
testBaseUrl + '/walletService/transactions/commission';
export const transactionUrl = testBaseUrl + '/walletService/transactions'; export const transactionUrl = testBaseUrl + '/walletService/transactions';
export const transactionIlinkUrl = testBaseUrl + '/walletService/transactions/ilink'; export const transactionIlinkUrl =
testBaseUrl + '/walletService/transactions/ilink';
export const transferCommission = testBaseUrl + '/walletService/virement'; export const transferCommission = testBaseUrl + '/walletService/virement';
export const createIdentificationUrl = testBaseUrl + '/walletService/identifications'; export const createIdentificationUrl =
export const validateIdentificationUrl = testBaseUrl + '/walletService/identifications'; testBaseUrl + '/walletService/identifications';
export const validateIdentificationUrl =
testBaseUrl + '/walletService/identifications';
export const getNumberInformationUrl = testBaseUrl + '/walletService/identifications/verify'; export const getNumberInformationUrl =
export const getUserIdentifiedInformationUrl = testBaseUrl + '/walletService/identifications'; testBaseUrl + '/walletService/identifications/verify';
export const getUserIdentifiedInformationUrl =
testBaseUrl + '/walletService/identifications';
export const activeCountryUrl = testBaseUrl + '/walletService/countries'; export const activeCountryUrl = testBaseUrl + '/walletService/countries';
export const payCountryNetworkUrl = testBaseUrl + '/walletService/paying_networks'; export const payCountryNetworkUrl =
export const otherPayCountryNetworkUrl = testBaseUrl + '/walletService/other_paying_networks'; testBaseUrl + '/walletService/paying_networks';
export const otherPayCountryNetworkUrl =
testBaseUrl + '/walletService/other_paying_networks';
export const envoieUserWalletToWallet = testBaseUrl + '/walletService/transactions/ilink'; export const envoieUserWalletToWallet =
export const envoieCommissionUrl = testBaseUrl + '/walletService/transactions/ilink/commission'; testBaseUrl + '/walletService/transactions/ilink';
export const idVerificationUrl = testBaseUrl + '/walletService/transactions/ilink/check_retraits'; export const envoieCommissionUrl =
export const linkCardUrl = testBaseUrl + '/walletService/identifications/rattach_card'; 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 getCreditDemand = testBaseUrl + '/walletService/groups/demands';
export const groupUrl = testBaseUrl + '/walletService/groups'; export const groupUrl = testBaseUrl + '/walletService/groups';
export const treatDemandUrl = testBaseUrl + '/walletService/groups/demands/validate'; export const treatDemandUrl =
export const cancelDemandUrl = testBaseUrl + '/walletService/groups/demands/cancel'; testBaseUrl + '/walletService/groups/demands/validate';
export const askNanoCreditUrl = testBaseUrl + '/walletService/groups/nanoCredit/ask'; export const cancelDemandUrl =
export const cautionCreditDemandtUrl = testBaseUrl + '/walletService/groups/nanoCredit/guarantee'; testBaseUrl + '/walletService/groups/demands/cancel';
export const refundCreditDemandUrl = testBaseUrl + '/walletService/groups/nanoCredit/refund'; export const askNanoCreditUrl =
export const getNanoCreditDemandUrl = testBaseUrl + '/walletService/groups/nanoCredit/details'; 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 joinGroupUrl = testBaseUrl + '/walletService/groups/join';
export const getNanoCreditDemandDureationUrl = testBaseUrl + '/walletService/groups/nanoCredit/durations'; export const getNanoCreditDemandDureationUrl =
export const epargnerArgentUrl = testBaseUrl + '/walletService/groups/nanoCredit/savings/make'; testBaseUrl + '/walletService/groups/nanoCredit/durations';
export const casserEpargneUrl = testBaseUrl + '/walletService/groups/nanoCredit/savings/break'; 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 saveOnesignalIds = testBaseUrl + '/notificationService/onesignal';
export const getNotificationUrl = testBaseUrl + '/notificationService/notifications'; export const getNotificationUrl =
export const getNanoCreditAccount = testBaseUrl + '/walletService/groups/nanoCredit/accounts'; testBaseUrl + '/notificationService/notifications';
export const getNanoCreditUserHistoryUrl = testBaseUrl + '/walletService/groups/nanoCredit/all_demands'; export const getNanoCreditAccount =
export const getNanoCreditAgentHistoryUrl = testBaseUrl + '/walletService/groups/nanoCredit/guarantee_demands'; testBaseUrl + '/walletService/groups/nanoCredit/accounts';
export const getHyperviseurHistoriqueUrl = testBaseUrl + '/walletService/wallets/all_hyper_history'; export const getNanoCreditUserHistoryUrl =
export const getSuperviseurHistoriqueUrl = testBaseUrl + '/walletService/wallets/all_super_history'; testBaseUrl + '/walletService/groups/nanoCredit/all_demands';
export const getBankUrl = testBaseUrl + '/walletService/wallets/users/operators/bank'; export const getNanoCreditAgentHistoryUrl =
export const getHistoryNanoPendingCreditUrl = testBaseUrl + '/walletService/groups/nanoCredit/demands_in_progress'; testBaseUrl + '/walletService/groups/nanoCredit/guarantee_demands';
export const getHistoryEpargnePendingUrl = testBaseUrl + '/walletService/groups/nanoCredit/savings/demands_in_progress'; export const getHyperviseurHistoriqueUrl =
export const getOperatorListUrl = testBaseUrl + '/walletService/wallets/users/operators'; testBaseUrl + '/walletService/wallets/all_hyper_history';
export const getIlinkBankListUrl = testBaseUrl + '/walletService/wallets/users/banks_for_link'; export const getSuperviseurHistoriqueUrl =
export const linkBankAccountUrl = testBaseUrl + '/walletService/wallets/users/link_bank_account'; 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 payBillUrl = testBaseUrl + '/walletService/transactions/ilink';
export const getAvisImpositionUrl = testBaseUrl + '/walletService/tax_notices/current'; export const getAvisImpositionUrl =
export const getAvisImpositionWithoutOrdreRecetteUrl = testBaseUrl + '/walletService/tax_notices/current_without_revenue_order'; testBaseUrl + '/walletService/tax_notices/current';
export const getAvisImpositionWithPenaliteUrl = testBaseUrl + '/walletService/tax_notices/current_with_penalties'; export const getAvisImpositionWithoutOrdreRecetteUrl =
export const getOrdreRecetteUrl = testBaseUrl + '/walletService/revenue_orders/current'; testBaseUrl + '/walletService/tax_notices/current_without_revenue_order';
export const getOrdreRecetteWithoutQuitanceUrl = testBaseUrl + '/walletService/revenue_orders/current_without_receipt'; export const getAvisImpositionWithPenaliteUrl =
export const modifyAvisImpositionUrl = testBaseUrl + '/walletService/tax_notices'; testBaseUrl + '/walletService/tax_notices/current_with_penalties';
export const getOrdreRecetteUrl =
testBaseUrl + '/walletService/revenue_orders/current';
export const getOrdreRecetteWithoutQuitanceUrl =
testBaseUrl + '/walletService/revenue_orders/current_without_receipt';
export const modifyAvisImpositionUrl =
testBaseUrl + '/walletService/tax_notices';
export const penalityUrl = testBaseUrl + '/walletService/taxes_penalties'; export const penalityUrl = testBaseUrl + '/walletService/taxes_penalties';
export const getOnePenality = testBaseUrl + '/walletService/tax_notices/one_with_penalties'; export const getOnePenality =
export const getOneTaxNoticeUrl = testBaseUrl + '/walletService/tax_notices/one_without_revenue_order'; testBaseUrl + '/walletService/tax_notices/one_with_penalties';
export const getOneTaxNoticeUrl =
testBaseUrl + '/walletService/tax_notices/one_without_revenue_order';
export const getOneReceiptUrl = testBaseUrl + '/walletService/receipts/one'; export const getOneReceiptUrl = testBaseUrl + '/walletService/receipts/one';
export const saveOrdreRecetteUrl = testBaseUrl + '/walletService/revenue_orders'; export const saveOrdreRecetteUrl =
testBaseUrl + '/walletService/revenue_orders';
export const saveQuitanceUrl = testBaseUrl + '/walletService/receipts'; export const saveQuitanceUrl = testBaseUrl + '/walletService/receipts';
export const modifyQuitanceUrl = testBaseUrl + '/walletService/receipts'; export const modifyQuitanceUrl = testBaseUrl + '/walletService/receipts';
export const modifyOrdreRecetteUrl = testBaseUrl + '/walletService/revenue_orders'; export const modifyOrdreRecetteUrl =
export const updateDefaultNetworkUrl = testBaseUrl + '/walletService/update_default_network'; testBaseUrl + '/walletService/revenue_orders';
export const saveActifSocietyUrl = testBaseUrl + '/walletService/companies/assets'; export const updateDefaultNetworkUrl =
export const saveManyActifsSocietyUrl = testBaseUrl + '/walletService/companies/many_assets'; testBaseUrl + '/walletService/update_default_network';
export const getActifsUrl = testBaseUrl + '/walletService/companies/assets/registered'; export const saveActifSocietyUrl =
testBaseUrl + '/walletService/companies/assets';
export const saveManyActifsSocietyUrl =
testBaseUrl + '/walletService/companies/many_assets';
export const getActifsUrl =
testBaseUrl + '/walletService/companies/assets/registered';
export const getQRCodeDetail = testBaseUrl + '/walletService/qrcode/read'; export const getQRCodeDetail = testBaseUrl + '/walletService/qrcode/read';
export const checkAppVersion = testBaseUrl + '/check_app_version'; export const checkAppVersion = testBaseUrl + '/check_app_version';
export const getHistoryOrdersReceiptSuperUrl = testBaseUrl + '/walletService/history/super/orders_receipts'; export const getHistoryOrdersReceiptSuperUrl =
testBaseUrl + '/walletService/history/super/orders_receipts';
export const uploadImage = testBaseUrl + '/walletService/upload_image'; export const uploadImage = testBaseUrl + '/walletService/upload_image';
export const searchUserUrl = testBaseUrl + '/walletService/search/users'; export const searchUserUrl = testBaseUrl + '/walletService/search/users';
export const searchUserHomeUrl = testBaseUrl + '/walletService/agents'; export const searchUserHomeUrl = testBaseUrl + '/walletService/agents';
export const paymentMethodUrl = testBaseUrl + '/paymentService/methods'; export const paymentMethodUrl = testBaseUrl + '/paymentService/methods';
export const authKeyUrl = testBaseUrl + '/oauth/token'; export const authKeyUrl = testBaseUrl + '/oauth/token';
export const videoUrl = "https://www.youtube.com/watch?v=wwGPDPsSLWY"; export const videoUrl = 'https://www.youtube.com/watch?v=wwGPDPsSLWY';
export const MARKER_URL = baseUrl + "/interacted/LocationAction.php"; export const MARKER_URL = baseUrl + '/interacted/LocationAction.php';
export const defaultKey = `bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiMWM2NWQ1NzliMzVkMDNjM2ViMDNjNzIxMDJlY2VjMTYwYzQyNjkxYjQ4OTdlNmRhMmE0YTlkZjMyNDI5Yjc0NDdkYTRjMjM0OThmYTRmZDYiLCJpYXQiOjE2MTUyNTUzNjMsIm5iZiI6MTYxNTI1NTM2MywiZXhwIjoxNjQ2NzkxMzYzLCJzdWIiOiI0NCIsInNjb3BlcyI6W119.ieHjAfPZXhnQnlQiRSRVsDP-vAIvjypXyuM1tsn9ZIrjvN8gG1gUSSDtQuf8mzYKITqILYxucE7Pggxt-1DRWtHwCPO4syEBe8E1YIg7-2ObMFNh8deTKrjeAXTyBz4HrA4jIwRQBthppGeeclG3e2xpBEenNINJEBouz7Tx2hybq4RS67UiQQhUekZUZ_-EpIbxIIjLSC_ivfHZGsCaMkrf-j-5YqRKsuIIS9cVnjjAB7J8YbWOfpHGCgWlf9c8YmuAtuVI4Qtq5UqxhlRHnohV32i7wSKes2_ljR6xQFs-iby8FdjtxvnpQ4PoMb2TPmusq-_5gXKCt9ww7MWoNJVtCLXr2beJqKZdw2AT9KM0STgnnvZJRQe_xyZ_e6t27TrkILq1DiihhWtB_4mYugXFrqx0nFn0kpqwhsjFOZ5HZrYNGtDPa6KUpimQL-_KhZCCNv0zdQOc_PNoCaadQ0sjXVhxsbEZEYzASnuuK2ClOAk_qQMlDH7HleigwwnX3RRtF1OTZh43KoT6YTNO2uriYNLHDtq-nd8XBWxE7EwYTZ37bH4qjJ4Xg_IAtMTjuM1FCzJVBHB1zJy83z4CYPlTc4BXgglIsZYWjT7LetPemjXv8323AvH4ot6xaoLNSPTu4llxpoWK16eHNj3JHUegQNJAtfZ4q3lUX-mR9Rg`; export const defaultKey = `bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiMWM2NWQ1NzliMzVkMDNjM2ViMDNjNzIxMDJlY2VjMTYwYzQyNjkxYjQ4OTdlNmRhMmE0YTlkZjMyNDI5Yjc0NDdkYTRjMjM0OThmYTRmZDYiLCJpYXQiOjE2MTUyNTUzNjMsIm5iZiI6MTYxNTI1NTM2MywiZXhwIjoxNjQ2NzkxMzYzLCJzdWIiOiI0NCIsInNjb3BlcyI6W119.ieHjAfPZXhnQnlQiRSRVsDP-vAIvjypXyuM1tsn9ZIrjvN8gG1gUSSDtQuf8mzYKITqILYxucE7Pggxt-1DRWtHwCPO4syEBe8E1YIg7-2ObMFNh8deTKrjeAXTyBz4HrA4jIwRQBthppGeeclG3e2xpBEenNINJEBouz7Tx2hybq4RS67UiQQhUekZUZ_-EpIbxIIjLSC_ivfHZGsCaMkrf-j-5YqRKsuIIS9cVnjjAB7J8YbWOfpHGCgWlf9c8YmuAtuVI4Qtq5UqxhlRHnohV32i7wSKes2_ljR6xQFs-iby8FdjtxvnpQ4PoMb2TPmusq-_5gXKCt9ww7MWoNJVtCLXr2beJqKZdw2AT9KM0STgnnvZJRQe_xyZ_e6t27TrkILq1DiihhWtB_4mYugXFrqx0nFn0kpqwhsjFOZ5HZrYNGtDPa6KUpimQL-_KhZCCNv0zdQOc_PNoCaadQ0sjXVhxsbEZEYzASnuuK2ClOAk_qQMlDH7HleigwwnX3RRtF1OTZh43KoT6YTNO2uriYNLHDtq-nd8XBWxE7EwYTZ37bH4qjJ4Xg_IAtMTjuM1FCzJVBHB1zJy83z4CYPlTc4BXgglIsZYWjT7LetPemjXv8323AvH4ot6xaoLNSPTu4llxpoWK16eHNj3JHUegQNJAtfZ4q3lUX-mR9Rg`;
export const opencageDataApiKey = "c2d8cd0fc0c743669c96e82dd9a7e261"; export const opencageDataApiKey = 'c2d8cd0fc0c743669c96e82dd9a7e261';
export const opencageDataApiUrl = `https://api.opencagedata.com/geocode/v1/json?key=${opencageDataApiKey}&pretty=1&no_annotations=1`; export const opencageDataApiUrl = `https://api.opencagedata.com/geocode/v1/json?key=${opencageDataApiKey}&pretty=1&no_annotations=1`;
export const supervisorCode = 'supervisorCode'; export const supervisorCode = 'supervisorCode';
export const usagerToSave = 'usagerToSave'; export const usagerToSave = 'usagerToSave';
@ -133,7 +180,7 @@ export const actifToSave = 'actifToSave';
export const mobileAppVersion = '1.0.0'; export const mobileAppVersion = '1.0.0';
export const authKeyData = { export const authKeyData = {
"grant_type": "password", grant_type: 'password',
"client_id": "2", client_id: '2',
"client_secret": "rrbvxACJPBOG4cqjDNlstSljlmjydLon3P55JMav", client_secret: 'rrbvxACJPBOG4cqjDNlstSljlmjydLon3P55JMav',
}; };

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "ILinkCity", "name": "Simba",
"version": "0.0.1", "version": "0.0.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ILinkCity", "name": "Simba",
"version": "0.0.1", "version": "0.0.1",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {

View File

@ -1,5 +1,5 @@
{ {
"name": "ILinkCity", "name": "Simba",
"version": "0.0.1", "version": "0.0.1",
"private": true, "private": true,
"scripts": { "scripts": {