boxpay-checkout-reactnative-sdk 1.1.7 → 2.0.2-beta1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +66 -6
- package/android/build.gradle +1 -1
- package/android/src/main/java/com/reactnativemodule/BoxPayElementsView.kt +62 -0
- package/android/src/main/java/com/reactnativemodule/CrossPlaform.kt +48 -19
- package/android/src/main/java/com/reactnativemodule/ReactNativeModulePackage.kt +2 -3
- package/cross_platform_react_native_plugin.podspec +1 -1
- package/ios/BoxPayElementsView.m +10 -0
- package/ios/BoxPayElementsView.swift +82 -0
- package/ios/CrossPlatform.m +5 -2
- package/ios/CrossPlatform.swift +74 -26
- package/lib/module/index.js +108 -13
- package/lib/module/index.js.map +1 -1
- package/lib/module/interface.js +10 -30
- package/lib/module/interface.js.map +1 -1
- package/lib/module/native.js +35 -0
- package/lib/module/native.js.map +1 -0
- package/lib/typescript/src/index.d.ts +3 -3
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/lib/typescript/src/interface.d.ts +20 -522
- package/lib/typescript/src/interface.d.ts.map +1 -1
- package/lib/typescript/src/native.d.ts +24 -0
- package/lib/typescript/src/native.d.ts.map +1 -0
- package/package.json +15 -21
- package/src/index.tsx +106 -13
- package/src/interface.ts +25 -602
- package/src/native.ts +72 -0
- package/assets/animations/boxpayLogo.json +0 -1135
- package/assets/animations/payment_failed.json +0 -487
- package/assets/animations/payment_status_pending.json +0 -750
- package/assets/animations/payment_successful.json +0 -1602
- package/assets/fonts/Inter_18pt-Bold.ttf +0 -0
- package/assets/fonts/Inter_18pt-ExtraBold.ttf +0 -0
- package/assets/fonts/Inter_18pt-Medium.ttf +0 -0
- package/assets/fonts/Inter_18pt-Regular.ttf +0 -0
- package/assets/fonts/Inter_18pt-SemiBold.ttf +0 -0
- package/assets/fonts/Poppins-Bold.ttf +0 -0
- package/assets/fonts/Poppins-ExtraBold.ttf +0 -0
- package/assets/fonts/Poppins-Medium.ttf +0 -0
- package/assets/fonts/Poppins-Regular.ttf +0 -0
- package/assets/fonts/Poppins-SemiBold.ttf +0 -0
- package/assets/images/Lock.png +0 -0
- package/assets/images/add_icon.png +0 -0
- package/assets/images/add_upi_id_background.png +0 -0
- package/assets/images/arrow-left.png +0 -0
- package/assets/images/chervon-down.png +0 -0
- package/assets/images/cvv_info_image.png +0 -0
- package/assets/images/cvv_info_image_amex.png +0 -0
- package/assets/images/favicon.png +0 -0
- package/assets/images/gpay-icon.png +0 -0
- package/assets/images/ic_amex.png +0 -0
- package/assets/images/ic_bnpl.png +0 -0
- package/assets/images/ic_bnpl_semi_bold.png +0 -0
- package/assets/images/ic_card.png +0 -0
- package/assets/images/ic_card_add.png +0 -0
- package/assets/images/ic_card_lock.png +0 -0
- package/assets/images/ic_cross.png +0 -0
- package/assets/images/ic_cvv_info.png +0 -0
- package/assets/images/ic_default_card.png +0 -0
- package/assets/images/ic_emi.png +0 -0
- package/assets/images/ic_home.png +0 -0
- package/assets/images/ic_info.png +0 -0
- package/assets/images/ic_location.png +0 -0
- package/assets/images/ic_maestro.png +0 -0
- package/assets/images/ic_masterCard.png +0 -0
- package/assets/images/ic_more.png +0 -0
- package/assets/images/ic_netbanking.png +0 -0
- package/assets/images/ic_netbanking_semi_bold.png +0 -0
- package/assets/images/ic_offer_tag.png +0 -0
- package/assets/images/ic_other.png +0 -0
- package/assets/images/ic_qr.png +0 -0
- package/assets/images/ic_rupay.png +0 -0
- package/assets/images/ic_search.png +0 -0
- package/assets/images/ic_trash.png +0 -0
- package/assets/images/ic_upi.png +0 -0
- package/assets/images/ic_upi_error.png +0 -0
- package/assets/images/ic_user.png +0 -0
- package/assets/images/ic_visa.png +0 -0
- package/assets/images/ic_wallet.png +0 -0
- package/assets/images/ic_wallet_semi_bold.png +0 -0
- package/assets/images/ic_work.png +0 -0
- package/assets/images/no_results_found.png +0 -0
- package/assets/images/other-intent-icon.png +0 -0
- package/assets/images/paytm-icon.png +0 -0
- package/assets/images/phonepe-icon.png +0 -0
- package/assets/images/splash-icon.png +0 -0
- package/assets/images/upi-icon.png +0 -0
- package/assets/images/upi-timer-sheet-upi-icon.png +0 -0
- package/assets/json/countryCodes.json +0 -1490
- package/ios/Framework/CrossPlatformSDK.xcframework/Info.plist +0 -48
- package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64/CrossPlatformSDK.framework/CrossPlatformSDK +0 -0
- package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64/CrossPlatformSDK.framework/Headers/CrossPlatformSDK.h +0 -168
- package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64/CrossPlatformSDK.framework/Info.plist +0 -35
- package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64/CrossPlatformSDK.framework/Modules/module.modulemap +0 -8
- package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64/dSYMs/CrossPlatformSDK.framework.dSYM/Contents/Info.plist +0 -20
- package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64_x86_64-simulator/CrossPlatformSDK.framework/CrossPlatformSDK +0 -0
- package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64_x86_64-simulator/CrossPlatformSDK.framework/Headers/CrossPlatformSDK.h +0 -168
- package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64_x86_64-simulator/CrossPlatformSDK.framework/Info.plist +0 -31
- package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64_x86_64-simulator/CrossPlatformSDK.framework/Modules/module.modulemap +0 -5
- package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/CrossPlatformSDK.framework.dSYM/Contents/Info.plist +0 -20
- package/lib/assets/animations/boxpayLogo.json +0 -1135
- package/lib/assets/animations/payment_failed.json +0 -487
- package/lib/assets/animations/payment_status_pending.json +0 -750
- package/lib/assets/animations/payment_successful.json +0 -1602
- package/lib/assets/assets/animations/boxpayLogo.json +0 -1135
- package/lib/assets/assets/animations/payment_failed.json +0 -487
- package/lib/assets/assets/animations/payment_status_pending.json +0 -750
- package/lib/assets/assets/animations/payment_successful.json +0 -1602
- package/lib/assets/assets/fonts/Inter_18pt-Bold.ttf +0 -0
- package/lib/assets/assets/fonts/Inter_18pt-ExtraBold.ttf +0 -0
- package/lib/assets/assets/fonts/Inter_18pt-Medium.ttf +0 -0
- package/lib/assets/assets/fonts/Inter_18pt-Regular.ttf +0 -0
- package/lib/assets/assets/fonts/Inter_18pt-SemiBold.ttf +0 -0
- package/lib/assets/assets/fonts/Poppins-Bold.ttf +0 -0
- package/lib/assets/assets/fonts/Poppins-ExtraBold.ttf +0 -0
- package/lib/assets/assets/fonts/Poppins-Medium.ttf +0 -0
- package/lib/assets/assets/fonts/Poppins-Regular.ttf +0 -0
- package/lib/assets/assets/fonts/Poppins-SemiBold.ttf +0 -0
- package/lib/assets/assets/images/Lock.png +0 -0
- package/lib/assets/assets/images/add_icon.png +0 -0
- package/lib/assets/assets/images/add_upi_id_background.png +0 -0
- package/lib/assets/assets/images/arrow-left.png +0 -0
- package/lib/assets/assets/images/chervon-down.png +0 -0
- package/lib/assets/assets/images/cvv_info_image.png +0 -0
- package/lib/assets/assets/images/cvv_info_image_amex.png +0 -0
- package/lib/assets/assets/images/favicon.png +0 -0
- package/lib/assets/assets/images/gpay-icon.png +0 -0
- package/lib/assets/assets/images/ic_amex.png +0 -0
- package/lib/assets/assets/images/ic_bnpl.png +0 -0
- package/lib/assets/assets/images/ic_bnpl_semi_bold.png +0 -0
- package/lib/assets/assets/images/ic_card.png +0 -0
- package/lib/assets/assets/images/ic_card_add.png +0 -0
- package/lib/assets/assets/images/ic_card_lock.png +0 -0
- package/lib/assets/assets/images/ic_cross.png +0 -0
- package/lib/assets/assets/images/ic_cvv_info.png +0 -0
- package/lib/assets/assets/images/ic_default_card.png +0 -0
- package/lib/assets/assets/images/ic_emi.png +0 -0
- package/lib/assets/assets/images/ic_home.png +0 -0
- package/lib/assets/assets/images/ic_info.png +0 -0
- package/lib/assets/assets/images/ic_location.png +0 -0
- package/lib/assets/assets/images/ic_maestro.png +0 -0
- package/lib/assets/assets/images/ic_masterCard.png +0 -0
- package/lib/assets/assets/images/ic_more.png +0 -0
- package/lib/assets/assets/images/ic_netbanking.png +0 -0
- package/lib/assets/assets/images/ic_netbanking_semi_bold.png +0 -0
- package/lib/assets/assets/images/ic_offer_tag.png +0 -0
- package/lib/assets/assets/images/ic_other.png +0 -0
- package/lib/assets/assets/images/ic_qr.png +0 -0
- package/lib/assets/assets/images/ic_rupay.png +0 -0
- package/lib/assets/assets/images/ic_search.png +0 -0
- package/lib/assets/assets/images/ic_trash.png +0 -0
- package/lib/assets/assets/images/ic_upi.png +0 -0
- package/lib/assets/assets/images/ic_upi_error.png +0 -0
- package/lib/assets/assets/images/ic_user.png +0 -0
- package/lib/assets/assets/images/ic_visa.png +0 -0
- package/lib/assets/assets/images/ic_wallet.png +0 -0
- package/lib/assets/assets/images/ic_wallet_semi_bold.png +0 -0
- package/lib/assets/assets/images/ic_work.png +0 -0
- package/lib/assets/assets/images/no_results_found.png +0 -0
- package/lib/assets/assets/images/other-intent-icon.png +0 -0
- package/lib/assets/assets/images/paytm-icon.png +0 -0
- package/lib/assets/assets/images/phonepe-icon.png +0 -0
- package/lib/assets/assets/images/splash-icon.png +0 -0
- package/lib/assets/assets/images/upi-icon.png +0 -0
- package/lib/assets/assets/images/upi-timer-sheet-upi-icon.png +0 -0
- package/lib/assets/assets/json/countryCodes.json +0 -1490
- package/lib/assets/fonts/Inter_18pt-Bold.ttf +0 -0
- package/lib/assets/fonts/Inter_18pt-ExtraBold.ttf +0 -0
- package/lib/assets/fonts/Inter_18pt-Medium.ttf +0 -0
- package/lib/assets/fonts/Inter_18pt-Regular.ttf +0 -0
- package/lib/assets/fonts/Inter_18pt-SemiBold.ttf +0 -0
- package/lib/assets/fonts/Poppins-Bold.ttf +0 -0
- package/lib/assets/fonts/Poppins-ExtraBold.ttf +0 -0
- package/lib/assets/fonts/Poppins-Medium.ttf +0 -0
- package/lib/assets/fonts/Poppins-Regular.ttf +0 -0
- package/lib/assets/fonts/Poppins-SemiBold.ttf +0 -0
- package/lib/assets/images/Lock.png +0 -0
- package/lib/assets/images/add_icon.png +0 -0
- package/lib/assets/images/add_upi_id_background.png +0 -0
- package/lib/assets/images/arrow-left.png +0 -0
- package/lib/assets/images/chervon-down.png +0 -0
- package/lib/assets/images/cvv_info_image.png +0 -0
- package/lib/assets/images/cvv_info_image_amex.png +0 -0
- package/lib/assets/images/favicon.png +0 -0
- package/lib/assets/images/gpay-icon.png +0 -0
- package/lib/assets/images/ic_amex.png +0 -0
- package/lib/assets/images/ic_bnpl.png +0 -0
- package/lib/assets/images/ic_bnpl_semi_bold.png +0 -0
- package/lib/assets/images/ic_card.png +0 -0
- package/lib/assets/images/ic_card_add.png +0 -0
- package/lib/assets/images/ic_card_lock.png +0 -0
- package/lib/assets/images/ic_cross.png +0 -0
- package/lib/assets/images/ic_cvv_info.png +0 -0
- package/lib/assets/images/ic_default_card.png +0 -0
- package/lib/assets/images/ic_emi.png +0 -0
- package/lib/assets/images/ic_home.png +0 -0
- package/lib/assets/images/ic_info.png +0 -0
- package/lib/assets/images/ic_location.png +0 -0
- package/lib/assets/images/ic_maestro.png +0 -0
- package/lib/assets/images/ic_masterCard.png +0 -0
- package/lib/assets/images/ic_more.png +0 -0
- package/lib/assets/images/ic_netbanking.png +0 -0
- package/lib/assets/images/ic_netbanking_semi_bold.png +0 -0
- package/lib/assets/images/ic_offer_tag.png +0 -0
- package/lib/assets/images/ic_other.png +0 -0
- package/lib/assets/images/ic_qr.png +0 -0
- package/lib/assets/images/ic_rupay.png +0 -0
- package/lib/assets/images/ic_search.png +0 -0
- package/lib/assets/images/ic_trash.png +0 -0
- package/lib/assets/images/ic_upi.png +0 -0
- package/lib/assets/images/ic_upi_error.png +0 -0
- package/lib/assets/images/ic_user.png +0 -0
- package/lib/assets/images/ic_visa.png +0 -0
- package/lib/assets/images/ic_wallet.png +0 -0
- package/lib/assets/images/ic_wallet_semi_bold.png +0 -0
- package/lib/assets/images/ic_work.png +0 -0
- package/lib/assets/images/no_results_found.png +0 -0
- package/lib/assets/images/other-intent-icon.png +0 -0
- package/lib/assets/images/paytm-icon.png +0 -0
- package/lib/assets/images/phonepe-icon.png +0 -0
- package/lib/assets/images/splash-icon.png +0 -0
- package/lib/assets/images/upi-icon.png +0 -0
- package/lib/assets/images/upi-timer-sheet-upi-icon.png +0 -0
- package/lib/assets/json/countryCodes.json +0 -1490
- package/lib/module/components/addressCard.js +0 -186
- package/lib/module/components/addressCard.js.map +0 -1
- package/lib/module/components/applyCouponCard.js +0 -145
- package/lib/module/components/applyCouponCard.js.map +0 -1
- package/lib/module/components/bankCard.js +0 -59
- package/lib/module/components/bankCard.js.map +0 -1
- package/lib/module/components/cancelPaymentModal.js +0 -74
- package/lib/module/components/cancelPaymentModal.js.map +0 -1
- package/lib/module/components/checkboxContainer.js +0 -65
- package/lib/module/components/checkboxContainer.js.map +0 -1
- package/lib/module/components/circularProgress.js +0 -75
- package/lib/module/components/circularProgress.js.map +0 -1
- package/lib/module/components/cvvInfoBottomSheet.js +0 -73
- package/lib/module/components/cvvInfoBottomSheet.js.map +0 -1
- package/lib/module/components/deleteAddressModal.js +0 -120
- package/lib/module/components/deleteAddressModal.js.map +0 -1
- package/lib/module/components/fontFamily.js +0 -30
- package/lib/module/components/fontFamily.js.map +0 -1
- package/lib/module/components/getInstalledUPI.js +0 -27
- package/lib/module/components/getInstalledUPI.js.map +0 -1
- package/lib/module/components/header.js +0 -127
- package/lib/module/components/header.js.map +0 -1
- package/lib/module/components/imageLoader.js +0 -93
- package/lib/module/components/imageLoader.js.map +0 -1
- package/lib/module/components/knowMoreBottomSheet.js +0 -113
- package/lib/module/components/knowMoreBottomSheet.js.map +0 -1
- package/lib/module/components/morePaymentContainer.js +0 -66
- package/lib/module/components/morePaymentContainer.js.map +0 -1
- package/lib/module/components/morePaymentMethods.js +0 -177
- package/lib/module/components/morePaymentMethods.js.map +0 -1
- package/lib/module/components/offerCard.js +0 -148
- package/lib/module/components/offerCard.js.map +0 -1
- package/lib/module/components/orderDetails.js +0 -404
- package/lib/module/components/orderDetails.js.map +0 -1
- package/lib/module/components/paymentFailed.js +0 -98
- package/lib/module/components/paymentFailed.js.map +0 -1
- package/lib/module/components/paymentSelector.js +0 -158
- package/lib/module/components/paymentSelector.js.map +0 -1
- package/lib/module/components/paymentSuccess.js +0 -244
- package/lib/module/components/paymentSuccess.js.map +0 -1
- package/lib/module/components/savedAddressBottomSheet.js +0 -130
- package/lib/module/components/savedAddressBottomSheet.js.map +0 -1
- package/lib/module/components/savedAddressCard.js +0 -117
- package/lib/module/components/savedAddressCard.js.map +0 -1
- package/lib/module/components/savedCardComponent.js +0 -238
- package/lib/module/components/savedCardComponent.js.map +0 -1
- package/lib/module/components/selectTenureCard.js +0 -393
- package/lib/module/components/selectTenureCard.js.map +0 -1
- package/lib/module/components/sessionExpire.js +0 -96
- package/lib/module/components/sessionExpire.js.map +0 -1
- package/lib/module/components/shimmerView.js +0 -40
- package/lib/module/components/shimmerView.js.map +0 -1
- package/lib/module/navigation.js +0 -87
- package/lib/module/navigation.js.map +0 -1
- package/lib/module/postRequest/callUIAnalytics.js +0 -43
- package/lib/module/postRequest/callUIAnalytics.js.map +0 -1
- package/lib/module/postRequest/cardPostRequest.js +0 -60
- package/lib/module/postRequest/cardPostRequest.js.map +0 -1
- package/lib/module/postRequest/deleteSavedAddress.js +0 -33
- package/lib/module/postRequest/deleteSavedAddress.js.map +0 -1
- package/lib/module/postRequest/emiPostRequest.js +0 -68
- package/lib/module/postRequest/emiPostRequest.js.map +0 -1
- package/lib/module/postRequest/fetchCardDetails.js +0 -26
- package/lib/module/postRequest/fetchCardDetails.js.map +0 -1
- package/lib/module/postRequest/fetchInstantOffer.js +0 -29
- package/lib/module/postRequest/fetchInstantOffer.js.map +0 -1
- package/lib/module/postRequest/fetchPaymentMethods.js +0 -25
- package/lib/module/postRequest/fetchPaymentMethods.js.map +0 -1
- package/lib/module/postRequest/fetchRecommendedInstruments.js +0 -30
- package/lib/module/postRequest/fetchRecommendedInstruments.js.map +0 -1
- package/lib/module/postRequest/fetchSavedAddress.js +0 -30
- package/lib/module/postRequest/fetchSavedAddress.js.map +0 -1
- package/lib/module/postRequest/fetchSessionDetails.js +0 -25
- package/lib/module/postRequest/fetchSessionDetails.js.map +0 -1
- package/lib/module/postRequest/fetchStatus.js +0 -25
- package/lib/module/postRequest/fetchStatus.js.map +0 -1
- package/lib/module/postRequest/fetchSurcharge.js +0 -36
- package/lib/module/postRequest/fetchSurcharge.js.map +0 -1
- package/lib/module/postRequest/methodsPostRequest.js +0 -48
- package/lib/module/postRequest/methodsPostRequest.js.map +0 -1
- package/lib/module/postRequest/upiPostRequest.js +0 -46
- package/lib/module/postRequest/upiPostRequest.js.map +0 -1
- package/lib/module/screens/addressScreen.js +0 -771
- package/lib/module/screens/addressScreen.js.map +0 -1
- package/lib/module/screens/bnplScreen.js +0 -249
- package/lib/module/screens/bnplScreen.js.map +0 -1
- package/lib/module/screens/cardScreen.js +0 -903
- package/lib/module/screens/cardScreen.js.map +0 -1
- package/lib/module/screens/emiScreen.js +0 -638
- package/lib/module/screens/emiScreen.js.map +0 -1
- package/lib/module/screens/instantOfferList.js +0 -117
- package/lib/module/screens/instantOfferList.js.map +0 -1
- package/lib/module/screens/mainScreen.js +0 -873
- package/lib/module/screens/mainScreen.js.map +0 -1
- package/lib/module/screens/netBankingScreen.js +0 -360
- package/lib/module/screens/netBankingScreen.js.map +0 -1
- package/lib/module/screens/savedAddressScreen.js +0 -274
- package/lib/module/screens/savedAddressScreen.js.map +0 -1
- package/lib/module/screens/selectTenureScreen.js +0 -105
- package/lib/module/screens/selectTenureScreen.js.map +0 -1
- package/lib/module/screens/upiScreen.js +0 -557
- package/lib/module/screens/upiScreen.js.map +0 -1
- package/lib/module/screens/upiTimerScreen.js +0 -212
- package/lib/module/screens/upiTimerScreen.js.map +0 -1
- package/lib/module/screens/walletScreen.js +0 -327
- package/lib/module/screens/walletScreen.js.map +0 -1
- package/lib/module/screens/webViewScreen.js +0 -87
- package/lib/module/screens/webViewScreen.js.map +0 -1
- package/lib/module/sdk-version.json +0 -1
- package/lib/module/serviceRequest.js +0 -27
- package/lib/module/serviceRequest.js.map +0 -1
- package/lib/module/sharedContext/checkoutDetailsHandler.js +0 -98
- package/lib/module/sharedContext/checkoutDetailsHandler.js.map +0 -1
- package/lib/module/sharedContext/handlePaymentResponseHandler.js +0 -278
- package/lib/module/sharedContext/handlePaymentResponseHandler.js.map +0 -1
- package/lib/module/sharedContext/paymentStatusHandler.js +0 -9
- package/lib/module/sharedContext/paymentStatusHandler.js.map +0 -1
- package/lib/module/sharedContext/userdataHandler.js +0 -50
- package/lib/module/sharedContext/userdataHandler.js.map +0 -1
- package/lib/module/styles/components/addressCardStyles.js +0 -55
- package/lib/module/styles/components/addressCardStyles.js.map +0 -1
- package/lib/module/styles/components/bankCardStyles.js +0 -61
- package/lib/module/styles/components/bankCardStyles.js.map +0 -1
- package/lib/module/styles/components/cancelPaymentModalStyles.js +0 -83
- package/lib/module/styles/components/cancelPaymentModalStyles.js.map +0 -1
- package/lib/module/styles/components/cvvInfoBottomSheetStyles.js +0 -52
- package/lib/module/styles/components/cvvInfoBottomSheetStyles.js.map +0 -1
- package/lib/module/styles/components/savedAddressCardStyles.js +0 -64
- package/lib/module/styles/components/savedAddressCardStyles.js.map +0 -1
- package/lib/module/styles/indexStyles.js +0 -70
- package/lib/module/styles/indexStyles.js.map +0 -1
- package/lib/module/styles/screens/addressScreenStyles..js +0 -61
- package/lib/module/styles/screens/addressScreenStyles..js.map +0 -1
- package/lib/module/styles/screens/bnplScreenStyles.js +0 -81
- package/lib/module/styles/screens/bnplScreenStyles.js.map +0 -1
- package/lib/module/styles/screens/cardScreenStyles.js +0 -164
- package/lib/module/styles/screens/cardScreenStyles.js.map +0 -1
- package/lib/module/styles/screens/emiScreenStyles.js +0 -130
- package/lib/module/styles/screens/emiScreenStyles.js.map +0 -1
- package/lib/module/styles/screens/instantOfferScreenStyles.js +0 -45
- package/lib/module/styles/screens/instantOfferScreenStyles.js.map +0 -1
- package/lib/module/styles/screens/netBankingScreenStyles.js +0 -102
- package/lib/module/styles/screens/netBankingScreenStyles.js.map +0 -1
- package/lib/module/styles/screens/savedAddressScreenStyles.js +0 -52
- package/lib/module/styles/screens/savedAddressScreenStyles.js.map +0 -1
- package/lib/module/styles/screens/selectTenureScreenStyles.js +0 -45
- package/lib/module/styles/screens/selectTenureScreenStyles.js.map +0 -1
- package/lib/module/styles/screens/upiScreenStyles.js +0 -172
- package/lib/module/styles/screens/upiScreenStyles.js.map +0 -1
- package/lib/module/styles/screens/upiTimerScreenStyle.js +0 -97
- package/lib/module/styles/screens/upiTimerScreenStyle.js.map +0 -1
- package/lib/module/styles/screens/walletScreenStyles.js +0 -99
- package/lib/module/styles/screens/walletScreenStyles.js.map +0 -1
- package/lib/module/utility.js +0 -172
- package/lib/module/utility.js.map +0 -1
- package/lib/typescript/src/components/addressCard.d.ts +0 -7
- package/lib/typescript/src/components/addressCard.d.ts.map +0 -1
- package/lib/typescript/src/components/applyCouponCard.d.ts +0 -15
- package/lib/typescript/src/components/applyCouponCard.d.ts.map +0 -1
- package/lib/typescript/src/components/bankCard.d.ts +0 -11
- package/lib/typescript/src/components/bankCard.d.ts.map +0 -1
- package/lib/typescript/src/components/cancelPaymentModal.d.ts +0 -8
- package/lib/typescript/src/components/cancelPaymentModal.d.ts.map +0 -1
- package/lib/typescript/src/components/checkboxContainer.d.ts +0 -8
- package/lib/typescript/src/components/checkboxContainer.d.ts.map +0 -1
- package/lib/typescript/src/components/circularProgress.d.ts +0 -10
- package/lib/typescript/src/components/circularProgress.d.ts.map +0 -1
- package/lib/typescript/src/components/cvvInfoBottomSheet.d.ts +0 -7
- package/lib/typescript/src/components/cvvInfoBottomSheet.d.ts.map +0 -1
- package/lib/typescript/src/components/deleteAddressModal.d.ts +0 -9
- package/lib/typescript/src/components/deleteAddressModal.d.ts.map +0 -1
- package/lib/typescript/src/components/fontFamily.d.ts +0 -14
- package/lib/typescript/src/components/fontFamily.d.ts.map +0 -1
- package/lib/typescript/src/components/getInstalledUPI.d.ts +0 -2
- package/lib/typescript/src/components/getInstalledUPI.d.ts.map +0 -1
- package/lib/typescript/src/components/header.d.ts +0 -10
- package/lib/typescript/src/components/header.d.ts.map +0 -1
- package/lib/typescript/src/components/imageLoader.d.ts +0 -8
- package/lib/typescript/src/components/imageLoader.d.ts.map +0 -1
- package/lib/typescript/src/components/knowMoreBottomSheet.d.ts +0 -6
- package/lib/typescript/src/components/knowMoreBottomSheet.d.ts.map +0 -1
- package/lib/typescript/src/components/morePaymentContainer.d.ts +0 -10
- package/lib/typescript/src/components/morePaymentContainer.d.ts.map +0 -1
- package/lib/typescript/src/components/morePaymentMethods.d.ts +0 -11
- package/lib/typescript/src/components/morePaymentMethods.d.ts.map +0 -1
- package/lib/typescript/src/components/offerCard.d.ts +0 -15
- package/lib/typescript/src/components/offerCard.d.ts.map +0 -1
- package/lib/typescript/src/components/orderDetails.d.ts +0 -23
- package/lib/typescript/src/components/orderDetails.d.ts.map +0 -1
- package/lib/typescript/src/components/paymentFailed.d.ts +0 -8
- package/lib/typescript/src/components/paymentFailed.d.ts.map +0 -1
- package/lib/typescript/src/components/paymentSelector.d.ts +0 -12
- package/lib/typescript/src/components/paymentSelector.d.ts.map +0 -1
- package/lib/typescript/src/components/paymentSuccess.d.ts +0 -10
- package/lib/typescript/src/components/paymentSuccess.d.ts.map +0 -1
- package/lib/typescript/src/components/savedAddressBottomSheet.d.ts +0 -14
- package/lib/typescript/src/components/savedAddressBottomSheet.d.ts.map +0 -1
- package/lib/typescript/src/components/savedAddressCard.d.ts +0 -9
- package/lib/typescript/src/components/savedAddressCard.d.ts.map +0 -1
- package/lib/typescript/src/components/savedCardComponent.d.ts +0 -12
- package/lib/typescript/src/components/savedCardComponent.d.ts.map +0 -1
- package/lib/typescript/src/components/selectTenureCard.d.ts +0 -21
- package/lib/typescript/src/components/selectTenureCard.d.ts.map +0 -1
- package/lib/typescript/src/components/sessionExpire.d.ts +0 -7
- package/lib/typescript/src/components/sessionExpire.d.ts.map +0 -1
- package/lib/typescript/src/components/shimmerView.d.ts +0 -3
- package/lib/typescript/src/components/shimmerView.d.ts.map +0 -1
- package/lib/typescript/src/navigation.d.ts +0 -17
- package/lib/typescript/src/navigation.d.ts.map +0 -1
- package/lib/typescript/src/postRequest/callUIAnalytics.d.ts +0 -4
- package/lib/typescript/src/postRequest/callUIAnalytics.d.ts.map +0 -1
- package/lib/typescript/src/postRequest/cardPostRequest.d.ts +0 -4
- package/lib/typescript/src/postRequest/cardPostRequest.d.ts.map +0 -1
- package/lib/typescript/src/postRequest/deleteSavedAddress.d.ts +0 -4
- package/lib/typescript/src/postRequest/deleteSavedAddress.d.ts.map +0 -1
- package/lib/typescript/src/postRequest/emiPostRequest.d.ts +0 -13
- package/lib/typescript/src/postRequest/emiPostRequest.d.ts.map +0 -1
- package/lib/typescript/src/postRequest/fetchCardDetails.d.ts +0 -4
- package/lib/typescript/src/postRequest/fetchCardDetails.d.ts.map +0 -1
- package/lib/typescript/src/postRequest/fetchInstantOffer.d.ts +0 -4
- package/lib/typescript/src/postRequest/fetchInstantOffer.d.ts.map +0 -1
- package/lib/typescript/src/postRequest/fetchPaymentMethods.d.ts +0 -4
- package/lib/typescript/src/postRequest/fetchPaymentMethods.d.ts.map +0 -1
- package/lib/typescript/src/postRequest/fetchRecommendedInstruments.d.ts +0 -4
- package/lib/typescript/src/postRequest/fetchRecommendedInstruments.d.ts.map +0 -1
- package/lib/typescript/src/postRequest/fetchSavedAddress.d.ts +0 -4
- package/lib/typescript/src/postRequest/fetchSavedAddress.d.ts.map +0 -1
- package/lib/typescript/src/postRequest/fetchSessionDetails.d.ts +0 -4
- package/lib/typescript/src/postRequest/fetchSessionDetails.d.ts.map +0 -1
- package/lib/typescript/src/postRequest/fetchStatus.d.ts +0 -4
- package/lib/typescript/src/postRequest/fetchStatus.d.ts.map +0 -1
- package/lib/typescript/src/postRequest/fetchSurcharge.d.ts +0 -4
- package/lib/typescript/src/postRequest/fetchSurcharge.d.ts.map +0 -1
- package/lib/typescript/src/postRequest/methodsPostRequest.d.ts +0 -4
- package/lib/typescript/src/postRequest/methodsPostRequest.d.ts.map +0 -1
- package/lib/typescript/src/postRequest/upiPostRequest.d.ts +0 -4
- package/lib/typescript/src/postRequest/upiPostRequest.d.ts.map +0 -1
- package/lib/typescript/src/screens/addressScreen.d.ts +0 -11
- package/lib/typescript/src/screens/addressScreen.d.ts.map +0 -1
- package/lib/typescript/src/screens/bnplScreen.d.ts +0 -9
- package/lib/typescript/src/screens/bnplScreen.d.ts.map +0 -1
- package/lib/typescript/src/screens/cardScreen.d.ts +0 -11
- package/lib/typescript/src/screens/cardScreen.d.ts.map +0 -1
- package/lib/typescript/src/screens/emiScreen.d.ts +0 -9
- package/lib/typescript/src/screens/emiScreen.d.ts.map +0 -1
- package/lib/typescript/src/screens/instantOfferList.d.ts +0 -19
- package/lib/typescript/src/screens/instantOfferList.d.ts.map +0 -1
- package/lib/typescript/src/screens/mainScreen.d.ts +0 -11
- package/lib/typescript/src/screens/mainScreen.d.ts.map +0 -1
- package/lib/typescript/src/screens/netBankingScreen.d.ts +0 -9
- package/lib/typescript/src/screens/netBankingScreen.d.ts.map +0 -1
- package/lib/typescript/src/screens/savedAddressScreen.d.ts +0 -9
- package/lib/typescript/src/screens/savedAddressScreen.d.ts.map +0 -1
- package/lib/typescript/src/screens/selectTenureScreen.d.ts +0 -12
- package/lib/typescript/src/screens/selectTenureScreen.d.ts.map +0 -1
- package/lib/typescript/src/screens/upiScreen.d.ts +0 -20
- package/lib/typescript/src/screens/upiScreen.d.ts.map +0 -1
- package/lib/typescript/src/screens/upiTimerScreen.d.ts +0 -11
- package/lib/typescript/src/screens/upiTimerScreen.d.ts.map +0 -1
- package/lib/typescript/src/screens/walletScreen.d.ts +0 -9
- package/lib/typescript/src/screens/walletScreen.d.ts.map +0 -1
- package/lib/typescript/src/screens/webViewScreen.d.ts +0 -9
- package/lib/typescript/src/screens/webViewScreen.d.ts.map +0 -1
- package/lib/typescript/src/serviceRequest.d.ts +0 -3
- package/lib/typescript/src/serviceRequest.d.ts.map +0 -1
- package/lib/typescript/src/sharedContext/checkoutDetailsHandler.d.ts +0 -8
- package/lib/typescript/src/sharedContext/checkoutDetailsHandler.d.ts.map +0 -1
- package/lib/typescript/src/sharedContext/handlePaymentResponseHandler.d.ts +0 -16
- package/lib/typescript/src/sharedContext/handlePaymentResponseHandler.d.ts.map +0 -1
- package/lib/typescript/src/sharedContext/paymentStatusHandler.d.ts +0 -7
- package/lib/typescript/src/sharedContext/paymentStatusHandler.d.ts.map +0 -1
- package/lib/typescript/src/sharedContext/userdataHandler.d.ts +0 -8
- package/lib/typescript/src/sharedContext/userdataHandler.d.ts.map +0 -1
- package/lib/typescript/src/styles/components/addressCardStyles.d.ts +0 -52
- package/lib/typescript/src/styles/components/addressCardStyles.d.ts.map +0 -1
- package/lib/typescript/src/styles/components/bankCardStyles.d.ts +0 -58
- package/lib/typescript/src/styles/components/bankCardStyles.d.ts.map +0 -1
- package/lib/typescript/src/styles/components/cancelPaymentModalStyles.d.ts +0 -80
- package/lib/typescript/src/styles/components/cancelPaymentModalStyles.d.ts.map +0 -1
- package/lib/typescript/src/styles/components/cvvInfoBottomSheetStyles.d.ts +0 -49
- package/lib/typescript/src/styles/components/cvvInfoBottomSheetStyles.d.ts.map +0 -1
- package/lib/typescript/src/styles/components/savedAddressCardStyles.d.ts +0 -61
- package/lib/typescript/src/styles/components/savedAddressCardStyles.d.ts.map +0 -1
- package/lib/typescript/src/styles/indexStyles.d.ts +0 -67
- package/lib/typescript/src/styles/indexStyles.d.ts.map +0 -1
- package/lib/typescript/src/styles/screens/addressScreenStyles..d.ts +0 -58
- package/lib/typescript/src/styles/screens/addressScreenStyles..d.ts.map +0 -1
- package/lib/typescript/src/styles/screens/bnplScreenStyles.d.ts +0 -78
- package/lib/typescript/src/styles/screens/bnplScreenStyles.d.ts.map +0 -1
- package/lib/typescript/src/styles/screens/cardScreenStyles.d.ts +0 -161
- package/lib/typescript/src/styles/screens/cardScreenStyles.d.ts.map +0 -1
- package/lib/typescript/src/styles/screens/emiScreenStyles.d.ts +0 -127
- package/lib/typescript/src/styles/screens/emiScreenStyles.d.ts.map +0 -1
- package/lib/typescript/src/styles/screens/instantOfferScreenStyles.d.ts +0 -42
- package/lib/typescript/src/styles/screens/instantOfferScreenStyles.d.ts.map +0 -1
- package/lib/typescript/src/styles/screens/netBankingScreenStyles.d.ts +0 -99
- package/lib/typescript/src/styles/screens/netBankingScreenStyles.d.ts.map +0 -1
- package/lib/typescript/src/styles/screens/savedAddressScreenStyles.d.ts +0 -49
- package/lib/typescript/src/styles/screens/savedAddressScreenStyles.d.ts.map +0 -1
- package/lib/typescript/src/styles/screens/selectTenureScreenStyles.d.ts +0 -42
- package/lib/typescript/src/styles/screens/selectTenureScreenStyles.d.ts.map +0 -1
- package/lib/typescript/src/styles/screens/upiScreenStyles.d.ts +0 -168
- package/lib/typescript/src/styles/screens/upiScreenStyles.d.ts.map +0 -1
- package/lib/typescript/src/styles/screens/upiTimerScreenStyle.d.ts +0 -94
- package/lib/typescript/src/styles/screens/upiTimerScreenStyle.d.ts.map +0 -1
- package/lib/typescript/src/styles/screens/walletScreenStyles.d.ts +0 -96
- package/lib/typescript/src/styles/screens/walletScreenStyles.d.ts.map +0 -1
- package/lib/typescript/src/utility.d.ts +0 -59
- package/lib/typescript/src/utility.d.ts.map +0 -1
- package/src/components/addressCard.tsx +0 -219
- package/src/components/applyCouponCard.tsx +0 -197
- package/src/components/bankCard.tsx +0 -50
- package/src/components/cancelPaymentModal.tsx +0 -68
- package/src/components/checkboxContainer.tsx +0 -66
- package/src/components/circularProgress.tsx +0 -74
- package/src/components/cvvInfoBottomSheet.tsx +0 -58
- package/src/components/deleteAddressModal.tsx +0 -105
- package/src/components/fontFamily.tsx +0 -33
- package/src/components/getInstalledUPI.ts +0 -32
- package/src/components/header.tsx +0 -112
- package/src/components/imageLoader.tsx +0 -110
- package/src/components/knowMoreBottomSheet.tsx +0 -111
- package/src/components/morePaymentContainer.tsx +0 -66
- package/src/components/morePaymentMethods.tsx +0 -236
- package/src/components/offerCard.tsx +0 -173
- package/src/components/orderDetails.tsx +0 -503
- package/src/components/paymentFailed.tsx +0 -95
- package/src/components/paymentSelector.tsx +0 -186
- package/src/components/paymentSuccess.tsx +0 -266
- package/src/components/savedAddressBottomSheet.tsx +0 -123
- package/src/components/savedAddressCard.tsx +0 -113
- package/src/components/savedCardComponent.tsx +0 -271
- package/src/components/selectTenureCard.tsx +0 -475
- package/src/components/sessionExpire.tsx +0 -89
- package/src/components/shimmerView.tsx +0 -31
- package/src/navigation.tsx +0 -81
- package/src/postRequest/callUIAnalytics.ts +0 -36
- package/src/postRequest/cardPostRequest.ts +0 -57
- package/src/postRequest/deleteSavedAddress.ts +0 -20
- package/src/postRequest/emiPostRequest.ts +0 -77
- package/src/postRequest/fetchCardDetails.ts +0 -16
- package/src/postRequest/fetchInstantOffer.ts +0 -19
- package/src/postRequest/fetchPaymentMethods.ts +0 -14
- package/src/postRequest/fetchRecommendedInstruments.tsx +0 -17
- package/src/postRequest/fetchSavedAddress.ts +0 -16
- package/src/postRequest/fetchSessionDetails.tsx +0 -13
- package/src/postRequest/fetchStatus.tsx +0 -14
- package/src/postRequest/fetchSurcharge.ts +0 -23
- package/src/postRequest/methodsPostRequest.tsx +0 -41
- package/src/postRequest/upiPostRequest.tsx +0 -37
- package/src/screens/addressScreen.tsx +0 -887
- package/src/screens/bnplScreen.tsx +0 -309
- package/src/screens/cardScreen.tsx +0 -1114
- package/src/screens/emiScreen.tsx +0 -856
- package/src/screens/instantOfferList.tsx +0 -180
- package/src/screens/mainScreen.tsx +0 -1022
- package/src/screens/netBankingScreen.tsx +0 -460
- package/src/screens/savedAddressScreen.tsx +0 -294
- package/src/screens/selectTenureScreen.tsx +0 -137
- package/src/screens/upiScreen.tsx +0 -658
- package/src/screens/upiTimerScreen.tsx +0 -263
- package/src/screens/walletScreen.tsx +0 -401
- package/src/screens/webViewScreen.tsx +0 -90
- package/src/sdk-version.json +0 -1
- package/src/serviceRequest.ts +0 -27
- package/src/sharedContext/checkoutDetailsHandler.ts +0 -104
- package/src/sharedContext/handlePaymentResponseHandler.ts +0 -301
- package/src/sharedContext/paymentStatusHandler.ts +0 -12
- package/src/sharedContext/userdataHandler.ts +0 -55
- package/src/styles/components/addressCardStyles.ts +0 -55
- package/src/styles/components/bankCardStyles.ts +0 -58
- package/src/styles/components/cancelPaymentModalStyles.ts +0 -82
- package/src/styles/components/cvvInfoBottomSheetStyles.ts +0 -49
- package/src/styles/components/savedAddressCardStyles.ts +0 -60
- package/src/styles/indexStyles.ts +0 -60
- package/src/styles/screens/addressScreenStyles..ts +0 -60
- package/src/styles/screens/bnplScreenStyles.ts +0 -78
- package/src/styles/screens/cardScreenStyles.ts +0 -153
- package/src/styles/screens/emiScreenStyles.ts +0 -112
- package/src/styles/screens/instantOfferScreenStyles.ts +0 -43
- package/src/styles/screens/netBankingScreenStyles.ts +0 -84
- package/src/styles/screens/savedAddressScreenStyles.ts +0 -49
- package/src/styles/screens/selectTenureScreenStyles.ts +0 -37
- package/src/styles/screens/upiScreenStyles.ts +0 -167
- package/src/styles/screens/upiTimerScreenStyle.ts +0 -91
- package/src/styles/screens/walletScreenStyles.ts +0 -96
- package/src/utility.ts +0 -201
|
@@ -1,1490 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"AD": {
|
|
3
|
-
"fullName": "Andorra",
|
|
4
|
-
"isdCode": "+376",
|
|
5
|
-
"phoneNumberLength": [6],
|
|
6
|
-
"threeLetterCode": "AND"
|
|
7
|
-
},
|
|
8
|
-
"AE": {
|
|
9
|
-
"fullName": "United Arab Emirates",
|
|
10
|
-
"isdCode": "+971",
|
|
11
|
-
"phoneNumberLength": [9],
|
|
12
|
-
"threeLetterCode": "ARE"
|
|
13
|
-
},
|
|
14
|
-
"AF": {
|
|
15
|
-
"fullName": "Afghanistan",
|
|
16
|
-
"isdCode": "+93",
|
|
17
|
-
"phoneNumberLength": [9],
|
|
18
|
-
"threeLetterCode": "AFG"
|
|
19
|
-
},
|
|
20
|
-
"AG": {
|
|
21
|
-
"fullName": "Antigua and Barbuda",
|
|
22
|
-
"isdCode": "+1268",
|
|
23
|
-
"phoneNumberLength": [10],
|
|
24
|
-
"threeLetterCode": "ATG"
|
|
25
|
-
},
|
|
26
|
-
"AI": {
|
|
27
|
-
"fullName": "Anguilla",
|
|
28
|
-
"isdCode": "+1264",
|
|
29
|
-
"phoneNumberLength": [10],
|
|
30
|
-
"threeLetterCode": "AIA"
|
|
31
|
-
},
|
|
32
|
-
"AL": {
|
|
33
|
-
"fullName": "Albania",
|
|
34
|
-
"isdCode": "+355",
|
|
35
|
-
"phoneNumberLength": [9],
|
|
36
|
-
"threeLetterCode": "ALB"
|
|
37
|
-
},
|
|
38
|
-
"AM": {
|
|
39
|
-
"fullName": "Armenia",
|
|
40
|
-
"isdCode": "+374",
|
|
41
|
-
"phoneNumberLength": [6],
|
|
42
|
-
"threeLetterCode": "ARM"
|
|
43
|
-
},
|
|
44
|
-
"AO": {
|
|
45
|
-
"fullName": "Angola",
|
|
46
|
-
"isdCode": "+244",
|
|
47
|
-
"phoneNumberLength": [9],
|
|
48
|
-
"threeLetterCode": "AGO"
|
|
49
|
-
},
|
|
50
|
-
"AQ": {
|
|
51
|
-
"fullName": "Antarctica",
|
|
52
|
-
"isdCode": "+672",
|
|
53
|
-
"phoneNumberLength": [6],
|
|
54
|
-
"threeLetterCode": "ATA"
|
|
55
|
-
},
|
|
56
|
-
"AR": {
|
|
57
|
-
"fullName": "Argentina",
|
|
58
|
-
"isdCode": "+54",
|
|
59
|
-
"phoneNumberLength": [6, 7, 8],
|
|
60
|
-
"threeLetterCode": "ARG"
|
|
61
|
-
},
|
|
62
|
-
"AS": {
|
|
63
|
-
"fullName": "American Samoa",
|
|
64
|
-
"isdCode": "+1684",
|
|
65
|
-
"phoneNumberLength": [10],
|
|
66
|
-
"threeLetterCode": "ASM"
|
|
67
|
-
},
|
|
68
|
-
"AT": {
|
|
69
|
-
"fullName": "Austria",
|
|
70
|
-
"isdCode": "+43",
|
|
71
|
-
"phoneNumberLength": [10, 11],
|
|
72
|
-
"threeLetterCode": "AUT"
|
|
73
|
-
},
|
|
74
|
-
"AU": {
|
|
75
|
-
"fullName": "Australia",
|
|
76
|
-
"isdCode": "+61",
|
|
77
|
-
"phoneNumberLength": [9],
|
|
78
|
-
"threeLetterCode": "AUS"
|
|
79
|
-
},
|
|
80
|
-
"AW": {
|
|
81
|
-
"fullName": "Aruba",
|
|
82
|
-
"isdCode": "+297",
|
|
83
|
-
"phoneNumberLength": [7],
|
|
84
|
-
"threeLetterCode": "ABW"
|
|
85
|
-
},
|
|
86
|
-
"AX": {
|
|
87
|
-
"fullName": "Aland Islands",
|
|
88
|
-
"isdCode": "+358",
|
|
89
|
-
"phoneNumberLength": [7, 8, 9, 10],
|
|
90
|
-
"threeLetterCode": "ALA"
|
|
91
|
-
},
|
|
92
|
-
"AZ": {
|
|
93
|
-
"fullName": "Azerbaijan",
|
|
94
|
-
"isdCode": "+994",
|
|
95
|
-
"phoneNumberLength": [9],
|
|
96
|
-
"threeLetterCode": "AZE"
|
|
97
|
-
},
|
|
98
|
-
"BA": {
|
|
99
|
-
"fullName": "Bosnia and Herzegovina",
|
|
100
|
-
"isdCode": "+387",
|
|
101
|
-
"phoneNumberLength": [8],
|
|
102
|
-
"threeLetterCode": "BIH"
|
|
103
|
-
},
|
|
104
|
-
"BB": {
|
|
105
|
-
"fullName": "Barbados",
|
|
106
|
-
"isdCode": "+1246",
|
|
107
|
-
"phoneNumberLength": [10],
|
|
108
|
-
"threeLetterCode": "BRB"
|
|
109
|
-
},
|
|
110
|
-
"BD": {
|
|
111
|
-
"fullName": "Bangladesh",
|
|
112
|
-
"isdCode": "+880",
|
|
113
|
-
"phoneNumberLength": [10],
|
|
114
|
-
"threeLetterCode": "BGD"
|
|
115
|
-
},
|
|
116
|
-
"BE": {
|
|
117
|
-
"fullName": "Belgium",
|
|
118
|
-
"isdCode": "+32",
|
|
119
|
-
"phoneNumberLength": [9],
|
|
120
|
-
"threeLetterCode": "BEL"
|
|
121
|
-
},
|
|
122
|
-
"BF": {
|
|
123
|
-
"fullName": "Burkina Faso",
|
|
124
|
-
"isdCode": "+226",
|
|
125
|
-
"phoneNumberLength": [8],
|
|
126
|
-
"threeLetterCode": "BFA"
|
|
127
|
-
},
|
|
128
|
-
"BG": {
|
|
129
|
-
"fullName": "Bulgaria",
|
|
130
|
-
"isdCode": "+359",
|
|
131
|
-
"phoneNumberLength": [9],
|
|
132
|
-
"threeLetterCode": "BGR"
|
|
133
|
-
},
|
|
134
|
-
"BH": {
|
|
135
|
-
"fullName": "Bahrain",
|
|
136
|
-
"isdCode": "+973",
|
|
137
|
-
"phoneNumberLength": [8],
|
|
138
|
-
"threeLetterCode": "BHR"
|
|
139
|
-
},
|
|
140
|
-
"BI": {
|
|
141
|
-
"fullName": "Burundi",
|
|
142
|
-
"isdCode": "+257",
|
|
143
|
-
"phoneNumberLength": [8],
|
|
144
|
-
"threeLetterCode": "BDI"
|
|
145
|
-
},
|
|
146
|
-
"BJ": {
|
|
147
|
-
"fullName": "Benin",
|
|
148
|
-
"isdCode": "+229",
|
|
149
|
-
"phoneNumberLength": [8],
|
|
150
|
-
"threeLetterCode": "BEN"
|
|
151
|
-
},
|
|
152
|
-
"BL": {
|
|
153
|
-
"fullName": "Saint Barthelemy",
|
|
154
|
-
"isdCode": "+590",
|
|
155
|
-
"phoneNumberLength": [9],
|
|
156
|
-
"threeLetterCode": "BLM"
|
|
157
|
-
},
|
|
158
|
-
"BM": {
|
|
159
|
-
"fullName": "Bermuda",
|
|
160
|
-
"isdCode": "+1441",
|
|
161
|
-
"phoneNumberLength": [10],
|
|
162
|
-
"threeLetterCode": "BMU"
|
|
163
|
-
},
|
|
164
|
-
"BN": {
|
|
165
|
-
"fullName": "Brunei",
|
|
166
|
-
"isdCode": "+673",
|
|
167
|
-
"phoneNumberLength": [7],
|
|
168
|
-
"threeLetterCode": "BRN"
|
|
169
|
-
},
|
|
170
|
-
"BO": {
|
|
171
|
-
"fullName": "Bolivia",
|
|
172
|
-
"isdCode": "+591",
|
|
173
|
-
"phoneNumberLength": [9],
|
|
174
|
-
"threeLetterCode": "BOL"
|
|
175
|
-
},
|
|
176
|
-
"BR": {
|
|
177
|
-
"fullName": "Brazil",
|
|
178
|
-
"isdCode": "+55",
|
|
179
|
-
"phoneNumberLength": [11],
|
|
180
|
-
"threeLetterCode": "BRA"
|
|
181
|
-
},
|
|
182
|
-
"BS": {
|
|
183
|
-
"fullName": "Bahamas",
|
|
184
|
-
"isdCode": "+1242",
|
|
185
|
-
"phoneNumberLength": [10],
|
|
186
|
-
"threeLetterCode": "BHS"
|
|
187
|
-
},
|
|
188
|
-
"BT": {
|
|
189
|
-
"fullName": "Bhutan",
|
|
190
|
-
"isdCode": "+975",
|
|
191
|
-
"phoneNumberLength": [7],
|
|
192
|
-
"threeLetterCode": "BTN"
|
|
193
|
-
},
|
|
194
|
-
"BV": {
|
|
195
|
-
"fullName": "Bouvet Island",
|
|
196
|
-
"isdCode": "+47",
|
|
197
|
-
"phoneNumberLength": [10],
|
|
198
|
-
"threeLetterCode": "BVT"
|
|
199
|
-
},
|
|
200
|
-
"BW": {
|
|
201
|
-
"fullName": "Botswana",
|
|
202
|
-
"isdCode": "+267",
|
|
203
|
-
"phoneNumberLength": [7],
|
|
204
|
-
"threeLetterCode": "BWA"
|
|
205
|
-
},
|
|
206
|
-
"BY": {
|
|
207
|
-
"fullName": "Belarus",
|
|
208
|
-
"isdCode": "+375",
|
|
209
|
-
"phoneNumberLength": [9],
|
|
210
|
-
"threeLetterCode": "BLR"
|
|
211
|
-
},
|
|
212
|
-
"BZ": {
|
|
213
|
-
"fullName": "Belize",
|
|
214
|
-
"isdCode": "+501",
|
|
215
|
-
"phoneNumberLength": [7],
|
|
216
|
-
"threeLetterCode": "BLZ"
|
|
217
|
-
},
|
|
218
|
-
"CA": {
|
|
219
|
-
"fullName": "Canada",
|
|
220
|
-
"isdCode": "+1",
|
|
221
|
-
"phoneNumberLength": [10],
|
|
222
|
-
"threeLetterCode": "CAN"
|
|
223
|
-
},
|
|
224
|
-
"CC": {
|
|
225
|
-
"fullName": "Cocos Islands",
|
|
226
|
-
"isdCode": "+61",
|
|
227
|
-
"phoneNumberLength": [10],
|
|
228
|
-
"threeLetterCode": "CCK"
|
|
229
|
-
},
|
|
230
|
-
"CD": {
|
|
231
|
-
"fullName": "Congo (DRC)",
|
|
232
|
-
"isdCode": "+243",
|
|
233
|
-
"phoneNumberLength": [9],
|
|
234
|
-
"threeLetterCode": "COD"
|
|
235
|
-
},
|
|
236
|
-
"CF": {
|
|
237
|
-
"fullName": "Central African Republic",
|
|
238
|
-
"isdCode": "+236",
|
|
239
|
-
"phoneNumberLength": [8],
|
|
240
|
-
"threeLetterCode": "CAF"
|
|
241
|
-
},
|
|
242
|
-
"CG": {
|
|
243
|
-
"fullName": "Republic of Congo",
|
|
244
|
-
"isdCode": "+242",
|
|
245
|
-
"phoneNumberLength": [9],
|
|
246
|
-
"threeLetterCode": "COG"
|
|
247
|
-
},
|
|
248
|
-
"CH": {
|
|
249
|
-
"fullName": "Switzerland",
|
|
250
|
-
"isdCode": "+41",
|
|
251
|
-
"phoneNumberLength": [9],
|
|
252
|
-
"threeLetterCode": "CHE"
|
|
253
|
-
},
|
|
254
|
-
"CI": {
|
|
255
|
-
"fullName": "Ivory Coast",
|
|
256
|
-
"isdCode": "+225",
|
|
257
|
-
"phoneNumberLength": [8],
|
|
258
|
-
"threeLetterCode": "CIV"
|
|
259
|
-
},
|
|
260
|
-
"CK": {
|
|
261
|
-
"fullName": "Cook Islands",
|
|
262
|
-
"isdCode": "+682",
|
|
263
|
-
"phoneNumberLength": [5],
|
|
264
|
-
"threeLetterCode": "COK"
|
|
265
|
-
},
|
|
266
|
-
"CL": {
|
|
267
|
-
"fullName": "Chile",
|
|
268
|
-
"isdCode": "+56",
|
|
269
|
-
"phoneNumberLength": [9],
|
|
270
|
-
"threeLetterCode": "CHL"
|
|
271
|
-
},
|
|
272
|
-
"CM": {
|
|
273
|
-
"fullName": "Cameroon",
|
|
274
|
-
"isdCode": "+237",
|
|
275
|
-
"phoneNumberLength": [9],
|
|
276
|
-
"threeLetterCode": "CMR"
|
|
277
|
-
},
|
|
278
|
-
"CN": {
|
|
279
|
-
"fullName": "China",
|
|
280
|
-
"isdCode": "+86",
|
|
281
|
-
"phoneNumberLength": [11],
|
|
282
|
-
"threeLetterCode": "CHN"
|
|
283
|
-
},
|
|
284
|
-
"CO": {
|
|
285
|
-
"fullName": "Colombia",
|
|
286
|
-
"isdCode": "+57",
|
|
287
|
-
"phoneNumberLength": [10],
|
|
288
|
-
"threeLetterCode": "COL"
|
|
289
|
-
},
|
|
290
|
-
"CR": {
|
|
291
|
-
"fullName": "Costa Rica",
|
|
292
|
-
"isdCode": "+506",
|
|
293
|
-
"phoneNumberLength": [8],
|
|
294
|
-
"threeLetterCode": "CRI"
|
|
295
|
-
},
|
|
296
|
-
"CU": {
|
|
297
|
-
"fullName": "Cuba",
|
|
298
|
-
"isdCode": "+53",
|
|
299
|
-
"phoneNumberLength": [8],
|
|
300
|
-
"threeLetterCode": "CUB"
|
|
301
|
-
},
|
|
302
|
-
"CV": {
|
|
303
|
-
"fullName": "Cape Verde",
|
|
304
|
-
"isdCode": "+238",
|
|
305
|
-
"phoneNumberLength": [7],
|
|
306
|
-
"threeLetterCode": "CPV"
|
|
307
|
-
},
|
|
308
|
-
"CW": {
|
|
309
|
-
"fullName": "Curacao",
|
|
310
|
-
"isdCode": "+599",
|
|
311
|
-
"phoneNumberLength": [7],
|
|
312
|
-
"threeLetterCode": "CUW"
|
|
313
|
-
},
|
|
314
|
-
"CX": {
|
|
315
|
-
"fullName": "Christmas Island",
|
|
316
|
-
"isdCode": "+61",
|
|
317
|
-
"phoneNumberLength": [10],
|
|
318
|
-
"threeLetterCode": "CXR"
|
|
319
|
-
},
|
|
320
|
-
"CY": {
|
|
321
|
-
"fullName": "Cyprus",
|
|
322
|
-
"isdCode": "+357",
|
|
323
|
-
"phoneNumberLength": [8],
|
|
324
|
-
"threeLetterCode": "CYP"
|
|
325
|
-
},
|
|
326
|
-
"CZ": {
|
|
327
|
-
"fullName": "Czech Republic",
|
|
328
|
-
"isdCode": "+420",
|
|
329
|
-
"phoneNumberLength": [9],
|
|
330
|
-
"threeLetterCode": "CZE"
|
|
331
|
-
},
|
|
332
|
-
"DE": {
|
|
333
|
-
"fullName": "Germany",
|
|
334
|
-
"isdCode": "+49",
|
|
335
|
-
"phoneNumberLength": [10, 11],
|
|
336
|
-
"threeLetterCode": "DEU"
|
|
337
|
-
},
|
|
338
|
-
"DJ": {
|
|
339
|
-
"fullName": "Djibouti",
|
|
340
|
-
"isdCode": "+253",
|
|
341
|
-
"phoneNumberLength": [8],
|
|
342
|
-
"threeLetterCode": "DJI"
|
|
343
|
-
},
|
|
344
|
-
"DK": {
|
|
345
|
-
"fullName": "Denmark",
|
|
346
|
-
"isdCode": "+45",
|
|
347
|
-
"phoneNumberLength": [8],
|
|
348
|
-
"threeLetterCode": "DNK"
|
|
349
|
-
},
|
|
350
|
-
"DM": {
|
|
351
|
-
"fullName": "Dominica",
|
|
352
|
-
"isdCode": "+1767",
|
|
353
|
-
"phoneNumberLength": [10],
|
|
354
|
-
"threeLetterCode": "DMA"
|
|
355
|
-
},
|
|
356
|
-
"DO": {
|
|
357
|
-
"fullName": "Dominican Republic",
|
|
358
|
-
"isdCode": "+1809",
|
|
359
|
-
"phoneNumberLength": [10],
|
|
360
|
-
"threeLetterCode": "DOM"
|
|
361
|
-
},
|
|
362
|
-
"DZ": {
|
|
363
|
-
"fullName": "Algeria",
|
|
364
|
-
"isdCode": "+213",
|
|
365
|
-
"phoneNumberLength": [9],
|
|
366
|
-
"threeLetterCode": "DZA"
|
|
367
|
-
},
|
|
368
|
-
"EC": {
|
|
369
|
-
"fullName": "Ecuador",
|
|
370
|
-
"isdCode": "+593",
|
|
371
|
-
"phoneNumberLength": [9],
|
|
372
|
-
"threeLetterCode": "ECU"
|
|
373
|
-
},
|
|
374
|
-
"EE": {
|
|
375
|
-
"fullName": "Estonia",
|
|
376
|
-
"isdCode": "+372",
|
|
377
|
-
"phoneNumberLength": [7, 8],
|
|
378
|
-
"threeLetterCode": "EST"
|
|
379
|
-
},
|
|
380
|
-
"EG": {
|
|
381
|
-
"fullName": "Egypt",
|
|
382
|
-
"isdCode": "+20",
|
|
383
|
-
"phoneNumberLength": [10],
|
|
384
|
-
"threeLetterCode": "EGY"
|
|
385
|
-
},
|
|
386
|
-
"EH": {
|
|
387
|
-
"fullName": "Western Sahara",
|
|
388
|
-
"isdCode": "+212",
|
|
389
|
-
"phoneNumberLength": [8],
|
|
390
|
-
"threeLetterCode": "ESH"
|
|
391
|
-
},
|
|
392
|
-
"ER": {
|
|
393
|
-
"fullName": "Eritrea",
|
|
394
|
-
"isdCode": "+291",
|
|
395
|
-
"phoneNumberLength": [7],
|
|
396
|
-
"threeLetterCode": "ERI"
|
|
397
|
-
},
|
|
398
|
-
"ES": {
|
|
399
|
-
"fullName": "Spain",
|
|
400
|
-
"isdCode": "+34",
|
|
401
|
-
"phoneNumberLength": [9],
|
|
402
|
-
"threeLetterCode": "ESP"
|
|
403
|
-
},
|
|
404
|
-
"ET": {
|
|
405
|
-
"fullName": "Ethiopia",
|
|
406
|
-
"isdCode": "+251",
|
|
407
|
-
"phoneNumberLength": [9],
|
|
408
|
-
"threeLetterCode": "ETH"
|
|
409
|
-
},
|
|
410
|
-
"FI": {
|
|
411
|
-
"fullName": "Finland",
|
|
412
|
-
"isdCode": "+358",
|
|
413
|
-
"phoneNumberLength": [9],
|
|
414
|
-
"threeLetterCode": "FIN"
|
|
415
|
-
},
|
|
416
|
-
"FJ": {
|
|
417
|
-
"fullName": "Fiji",
|
|
418
|
-
"isdCode": "+679",
|
|
419
|
-
"phoneNumberLength": [7],
|
|
420
|
-
"threeLetterCode": "FJI"
|
|
421
|
-
},
|
|
422
|
-
"FK": {
|
|
423
|
-
"fullName": "Falkland Islands",
|
|
424
|
-
"isdCode": "+500",
|
|
425
|
-
"phoneNumberLength": [5, 6],
|
|
426
|
-
"threeLetterCode": "FLK"
|
|
427
|
-
},
|
|
428
|
-
"FM": {
|
|
429
|
-
"fullName": "Micronesia",
|
|
430
|
-
"isdCode": "+691",
|
|
431
|
-
"phoneNumberLength": [7],
|
|
432
|
-
"threeLetterCode": "FSM"
|
|
433
|
-
},
|
|
434
|
-
"FO": {
|
|
435
|
-
"fullName": "Faroe Islands",
|
|
436
|
-
"isdCode": "+298",
|
|
437
|
-
"phoneNumberLength": [6],
|
|
438
|
-
"threeLetterCode": "FRO"
|
|
439
|
-
},
|
|
440
|
-
"FR": {
|
|
441
|
-
"fullName": "France",
|
|
442
|
-
"isdCode": "+33",
|
|
443
|
-
"phoneNumberLength": [9],
|
|
444
|
-
"threeLetterCode": "FRA"
|
|
445
|
-
},
|
|
446
|
-
"GA": {
|
|
447
|
-
"fullName": "Gabon",
|
|
448
|
-
"isdCode": "+241",
|
|
449
|
-
"phoneNumberLength": [9],
|
|
450
|
-
"threeLetterCode": "GAB"
|
|
451
|
-
},
|
|
452
|
-
"GB": {
|
|
453
|
-
"fullName": "United Kingdom",
|
|
454
|
-
"isdCode": "+44",
|
|
455
|
-
"phoneNumberLength": [10],
|
|
456
|
-
"threeLetterCode": "GBR"
|
|
457
|
-
},
|
|
458
|
-
"GD": {
|
|
459
|
-
"fullName": "Grenada",
|
|
460
|
-
"isdCode": "+1473",
|
|
461
|
-
"phoneNumberLength": [10],
|
|
462
|
-
"threeLetterCode": "GRD"
|
|
463
|
-
},
|
|
464
|
-
"GE": {
|
|
465
|
-
"fullName": "Georgia",
|
|
466
|
-
"isdCode": "+995",
|
|
467
|
-
"phoneNumberLength": [9],
|
|
468
|
-
"threeLetterCode": "GEO"
|
|
469
|
-
},
|
|
470
|
-
"GF": {
|
|
471
|
-
"fullName": "French Guiana",
|
|
472
|
-
"isdCode": "+594",
|
|
473
|
-
"phoneNumberLength": [9],
|
|
474
|
-
"threeLetterCode": "GUF"
|
|
475
|
-
},
|
|
476
|
-
"GG": {
|
|
477
|
-
"fullName": "Guernsey",
|
|
478
|
-
"isdCode": "+44",
|
|
479
|
-
"phoneNumberLength": [10],
|
|
480
|
-
"threeLetterCode": "GGY"
|
|
481
|
-
},
|
|
482
|
-
"GH": {
|
|
483
|
-
"fullName": "Ghana",
|
|
484
|
-
"isdCode": "+233",
|
|
485
|
-
"phoneNumberLength": [9],
|
|
486
|
-
"threeLetterCode": "GHA"
|
|
487
|
-
},
|
|
488
|
-
"GI": {
|
|
489
|
-
"fullName": "Gibraltar",
|
|
490
|
-
"isdCode": "+350",
|
|
491
|
-
"phoneNumberLength": [8],
|
|
492
|
-
"threeLetterCode": "GIB"
|
|
493
|
-
},
|
|
494
|
-
"GL": {
|
|
495
|
-
"fullName": "Greenland",
|
|
496
|
-
"isdCode": "+299",
|
|
497
|
-
"phoneNumberLength": [6],
|
|
498
|
-
"threeLetterCode": "GRL"
|
|
499
|
-
},
|
|
500
|
-
"GM": {
|
|
501
|
-
"fullName": "Gambia",
|
|
502
|
-
"isdCode": "+220",
|
|
503
|
-
"phoneNumberLength": [7],
|
|
504
|
-
"threeLetterCode": "GMB"
|
|
505
|
-
},
|
|
506
|
-
"GN": {
|
|
507
|
-
"fullName": "Guinea",
|
|
508
|
-
"isdCode": "+224",
|
|
509
|
-
"phoneNumberLength": [8],
|
|
510
|
-
"threeLetterCode": "GIN"
|
|
511
|
-
},
|
|
512
|
-
"GP": {
|
|
513
|
-
"fullName": "Guadeloupe",
|
|
514
|
-
"isdCode": "+590",
|
|
515
|
-
"phoneNumberLength": [9],
|
|
516
|
-
"threeLetterCode": "GLP"
|
|
517
|
-
},
|
|
518
|
-
"GQ": {
|
|
519
|
-
"fullName": "Equatorial Guinea",
|
|
520
|
-
"isdCode": "+240",
|
|
521
|
-
"phoneNumberLength": [8],
|
|
522
|
-
"threeLetterCode": "GNQ"
|
|
523
|
-
},
|
|
524
|
-
"GR": {
|
|
525
|
-
"fullName": "Greece",
|
|
526
|
-
"isdCode": "+30",
|
|
527
|
-
"phoneNumberLength": [10],
|
|
528
|
-
"threeLetterCode": "GRC"
|
|
529
|
-
},
|
|
530
|
-
"GS": {
|
|
531
|
-
"fullName": "South Georgia and the South Sandwich Islands",
|
|
532
|
-
"isdCode": "+500",
|
|
533
|
-
"phoneNumberLength": [5, 6],
|
|
534
|
-
"threeLetterCode": "SGS"
|
|
535
|
-
},
|
|
536
|
-
"GT": {
|
|
537
|
-
"fullName": "Guatemala",
|
|
538
|
-
"isdCode": "+502",
|
|
539
|
-
"phoneNumberLength": [8],
|
|
540
|
-
"threeLetterCode": "GTM"
|
|
541
|
-
},
|
|
542
|
-
"GU": {
|
|
543
|
-
"fullName": "Guam",
|
|
544
|
-
"isdCode": "+1671",
|
|
545
|
-
"phoneNumberLength": [10],
|
|
546
|
-
"threeLetterCode": "GUM"
|
|
547
|
-
},
|
|
548
|
-
"GW": {
|
|
549
|
-
"fullName": "Guinea-Bissau",
|
|
550
|
-
"isdCode": "+245",
|
|
551
|
-
"phoneNumberLength": [7],
|
|
552
|
-
"threeLetterCode": "GNB"
|
|
553
|
-
},
|
|
554
|
-
"GY": {
|
|
555
|
-
"fullName": "Guyana",
|
|
556
|
-
"isdCode": "+592",
|
|
557
|
-
"phoneNumberLength": [7],
|
|
558
|
-
"threeLetterCode": "GUY"
|
|
559
|
-
},
|
|
560
|
-
"HK": {
|
|
561
|
-
"fullName": "Hong Kong",
|
|
562
|
-
"isdCode": "+852",
|
|
563
|
-
"phoneNumberLength": [8],
|
|
564
|
-
"threeLetterCode": "HKG"
|
|
565
|
-
},
|
|
566
|
-
"HM": {
|
|
567
|
-
"fullName": "Heard Island and McDonald Islands",
|
|
568
|
-
"isdCode": "+672",
|
|
569
|
-
"phoneNumberLength": [6],
|
|
570
|
-
"threeLetterCode": "HMD"
|
|
571
|
-
},
|
|
572
|
-
"HN": {
|
|
573
|
-
"fullName": "Honduras",
|
|
574
|
-
"isdCode": "+504",
|
|
575
|
-
"phoneNumberLength": [8],
|
|
576
|
-
"threeLetterCode": "HND"
|
|
577
|
-
},
|
|
578
|
-
"HR": {
|
|
579
|
-
"fullName": "Croatia",
|
|
580
|
-
"isdCode": "+385",
|
|
581
|
-
"phoneNumberLength": [8],
|
|
582
|
-
"threeLetterCode": "HRV"
|
|
583
|
-
},
|
|
584
|
-
"HT": {
|
|
585
|
-
"fullName": "Haiti",
|
|
586
|
-
"isdCode": "+509",
|
|
587
|
-
"phoneNumberLength": [8],
|
|
588
|
-
"threeLetterCode": "HTI"
|
|
589
|
-
},
|
|
590
|
-
"HU": {
|
|
591
|
-
"fullName": "Hungary",
|
|
592
|
-
"isdCode": "+36",
|
|
593
|
-
"phoneNumberLength": [9],
|
|
594
|
-
"threeLetterCode": "HUN"
|
|
595
|
-
},
|
|
596
|
-
"ID": {
|
|
597
|
-
"fullName": "Indonesia",
|
|
598
|
-
"isdCode": "+62",
|
|
599
|
-
"phoneNumberLength": [9],
|
|
600
|
-
"threeLetterCode": "IDN"
|
|
601
|
-
},
|
|
602
|
-
"IE": {
|
|
603
|
-
"fullName": "Ireland",
|
|
604
|
-
"isdCode": "+353",
|
|
605
|
-
"phoneNumberLength": [9, 10],
|
|
606
|
-
"threeLetterCode": "IRL"
|
|
607
|
-
},
|
|
608
|
-
"IL": {
|
|
609
|
-
"fullName": "Israel",
|
|
610
|
-
"isdCode": "+972",
|
|
611
|
-
"phoneNumberLength": [9],
|
|
612
|
-
"threeLetterCode": "ISR"
|
|
613
|
-
},
|
|
614
|
-
"IM": {
|
|
615
|
-
"fullName": "Isle of Man",
|
|
616
|
-
"isdCode": "+44",
|
|
617
|
-
"phoneNumberLength": [10],
|
|
618
|
-
"threeLetterCode": "IMN"
|
|
619
|
-
},
|
|
620
|
-
"IN": {
|
|
621
|
-
"fullName": "India",
|
|
622
|
-
"isdCode": "+91",
|
|
623
|
-
"phoneNumberLength": [10],
|
|
624
|
-
"threeLetterCode": "IND"
|
|
625
|
-
},
|
|
626
|
-
"IO": {
|
|
627
|
-
"fullName": "British Indian Ocean Territory",
|
|
628
|
-
"isdCode": "+246",
|
|
629
|
-
"phoneNumberLength": [7],
|
|
630
|
-
"threeLetterCode": "IOT"
|
|
631
|
-
},
|
|
632
|
-
"IQ": {
|
|
633
|
-
"fullName": "Iraq",
|
|
634
|
-
"isdCode": "+964",
|
|
635
|
-
"phoneNumberLength": [10],
|
|
636
|
-
"threeLetterCode": "IRQ"
|
|
637
|
-
},
|
|
638
|
-
"IR": {
|
|
639
|
-
"fullName": "Iran",
|
|
640
|
-
"isdCode": "+98",
|
|
641
|
-
"phoneNumberLength": [10],
|
|
642
|
-
"threeLetterCode": "IRN"
|
|
643
|
-
},
|
|
644
|
-
"IS": {
|
|
645
|
-
"fullName": "Iceland",
|
|
646
|
-
"isdCode": "+354",
|
|
647
|
-
"phoneNumberLength": [7],
|
|
648
|
-
"threeLetterCode": "ISL"
|
|
649
|
-
},
|
|
650
|
-
"IT": {
|
|
651
|
-
"fullName": "Italy",
|
|
652
|
-
"isdCode": "+39",
|
|
653
|
-
"phoneNumberLength": [10],
|
|
654
|
-
"threeLetterCode": "ITA"
|
|
655
|
-
},
|
|
656
|
-
"JE": {
|
|
657
|
-
"fullName": "Jersey",
|
|
658
|
-
"isdCode": "+44",
|
|
659
|
-
"phoneNumberLength": [10],
|
|
660
|
-
"threeLetterCode": "JEY"
|
|
661
|
-
},
|
|
662
|
-
"JM": {
|
|
663
|
-
"fullName": "Jamaica",
|
|
664
|
-
"isdCode": "+1876",
|
|
665
|
-
"phoneNumberLength": [10],
|
|
666
|
-
"threeLetterCode": "JAM"
|
|
667
|
-
},
|
|
668
|
-
"JO": {
|
|
669
|
-
"fullName": "Jordan",
|
|
670
|
-
"isdCode": "+962",
|
|
671
|
-
"phoneNumberLength": [10],
|
|
672
|
-
"threeLetterCode": "JOR"
|
|
673
|
-
},
|
|
674
|
-
"JP": {
|
|
675
|
-
"fullName": "Japan",
|
|
676
|
-
"isdCode": "+81",
|
|
677
|
-
"phoneNumberLength": [10],
|
|
678
|
-
"threeLetterCode": "JPN"
|
|
679
|
-
},
|
|
680
|
-
"KE": {
|
|
681
|
-
"fullName": "Kenya",
|
|
682
|
-
"isdCode": "+254",
|
|
683
|
-
"phoneNumberLength": [10],
|
|
684
|
-
"threeLetterCode": "KEN"
|
|
685
|
-
},
|
|
686
|
-
"KG": {
|
|
687
|
-
"fullName": "Kyrgyzstan",
|
|
688
|
-
"isdCode": "+996",
|
|
689
|
-
"phoneNumberLength": [9],
|
|
690
|
-
"threeLetterCode": "KGZ"
|
|
691
|
-
},
|
|
692
|
-
"KH": {
|
|
693
|
-
"fullName": "Cambodia",
|
|
694
|
-
"isdCode": "+855",
|
|
695
|
-
"phoneNumberLength": [9],
|
|
696
|
-
"threeLetterCode": "KHM"
|
|
697
|
-
},
|
|
698
|
-
"KI": {
|
|
699
|
-
"fullName": "Kiribati",
|
|
700
|
-
"isdCode": "+686",
|
|
701
|
-
"phoneNumberLength": [7],
|
|
702
|
-
"threeLetterCode": "KIR"
|
|
703
|
-
},
|
|
704
|
-
"KM": {
|
|
705
|
-
"fullName": "Comoros",
|
|
706
|
-
"isdCode": "+269",
|
|
707
|
-
"phoneNumberLength": [7],
|
|
708
|
-
"threeLetterCode": "COM"
|
|
709
|
-
},
|
|
710
|
-
"KN": {
|
|
711
|
-
"fullName": "Saint Kitts and Nevis",
|
|
712
|
-
"isdCode": "+1869",
|
|
713
|
-
"phoneNumberLength": [10],
|
|
714
|
-
"threeLetterCode": "KNA"
|
|
715
|
-
},
|
|
716
|
-
"KP": {
|
|
717
|
-
"fullName": "North Korea",
|
|
718
|
-
"isdCode": "+850",
|
|
719
|
-
"phoneNumberLength": [10],
|
|
720
|
-
"threeLetterCode": "PRK"
|
|
721
|
-
},
|
|
722
|
-
"KR": {
|
|
723
|
-
"fullName": "South Korea",
|
|
724
|
-
"isdCode": "+82",
|
|
725
|
-
"phoneNumberLength": [10],
|
|
726
|
-
"threeLetterCode": "KOR"
|
|
727
|
-
},
|
|
728
|
-
"KW": {
|
|
729
|
-
"fullName": "Kuwait",
|
|
730
|
-
"isdCode": "+965",
|
|
731
|
-
"phoneNumberLength": [8],
|
|
732
|
-
"threeLetterCode": "KWT"
|
|
733
|
-
},
|
|
734
|
-
"KY": {
|
|
735
|
-
"fullName": "Cayman Islands",
|
|
736
|
-
"isdCode": "+1345",
|
|
737
|
-
"phoneNumberLength": [10],
|
|
738
|
-
"threeLetterCode": "CYM"
|
|
739
|
-
},
|
|
740
|
-
"KZ": {
|
|
741
|
-
"fullName": "Kazakhstan",
|
|
742
|
-
"isdCode": "+7",
|
|
743
|
-
"phoneNumberLength": [10, 11],
|
|
744
|
-
"threeLetterCode": "KAZ"
|
|
745
|
-
},
|
|
746
|
-
"LA": {
|
|
747
|
-
"fullName": "Laos",
|
|
748
|
-
"isdCode": "+856",
|
|
749
|
-
"phoneNumberLength": [8],
|
|
750
|
-
"threeLetterCode": "LAO"
|
|
751
|
-
},
|
|
752
|
-
"LB": {
|
|
753
|
-
"fullName": "Lebanon",
|
|
754
|
-
"isdCode": "+961",
|
|
755
|
-
"phoneNumberLength": [8],
|
|
756
|
-
"threeLetterCode": "LBN"
|
|
757
|
-
},
|
|
758
|
-
"LC": {
|
|
759
|
-
"fullName": "Saint Lucia",
|
|
760
|
-
"isdCode": "+1758",
|
|
761
|
-
"phoneNumberLength": [10],
|
|
762
|
-
"threeLetterCode": "LCA"
|
|
763
|
-
},
|
|
764
|
-
"LI": {
|
|
765
|
-
"fullName": "Liechtenstein",
|
|
766
|
-
"isdCode": "+423",
|
|
767
|
-
"phoneNumberLength": [8],
|
|
768
|
-
"threeLetterCode": "LIE"
|
|
769
|
-
},
|
|
770
|
-
"LK": {
|
|
771
|
-
"fullName": "Sri Lanka",
|
|
772
|
-
"isdCode": "+94",
|
|
773
|
-
"phoneNumberLength": [9],
|
|
774
|
-
"threeLetterCode": "LKA"
|
|
775
|
-
},
|
|
776
|
-
"LR": {
|
|
777
|
-
"fullName": "Liberia",
|
|
778
|
-
"isdCode": "+231",
|
|
779
|
-
"phoneNumberLength": [8],
|
|
780
|
-
"threeLetterCode": "LBR"
|
|
781
|
-
},
|
|
782
|
-
"LS": {
|
|
783
|
-
"fullName": "Lesotho",
|
|
784
|
-
"isdCode": "+266",
|
|
785
|
-
"phoneNumberLength": [8],
|
|
786
|
-
"threeLetterCode": "LSO"
|
|
787
|
-
},
|
|
788
|
-
"LT": {
|
|
789
|
-
"fullName": "Lithuania",
|
|
790
|
-
"isdCode": "+370",
|
|
791
|
-
"phoneNumberLength": [8],
|
|
792
|
-
"threeLetterCode": "LTU"
|
|
793
|
-
},
|
|
794
|
-
"LU": {
|
|
795
|
-
"fullName": "Luxembourg",
|
|
796
|
-
"isdCode": "+352",
|
|
797
|
-
"phoneNumberLength": [8],
|
|
798
|
-
"threeLetterCode": "LUX"
|
|
799
|
-
},
|
|
800
|
-
"LV": {
|
|
801
|
-
"fullName": "Latvia",
|
|
802
|
-
"isdCode": "+371",
|
|
803
|
-
"phoneNumberLength": [8],
|
|
804
|
-
"threeLetterCode": "LVA"
|
|
805
|
-
},
|
|
806
|
-
"LY": {
|
|
807
|
-
"fullName": "Libya",
|
|
808
|
-
"isdCode": "+218",
|
|
809
|
-
"phoneNumberLength": [10],
|
|
810
|
-
"threeLetterCode": "LBY"
|
|
811
|
-
},
|
|
812
|
-
"MA": {
|
|
813
|
-
"fullName": "Morocco",
|
|
814
|
-
"isdCode": "+212",
|
|
815
|
-
"phoneNumberLength": [9],
|
|
816
|
-
"threeLetterCode": "MAR"
|
|
817
|
-
},
|
|
818
|
-
"MC": {
|
|
819
|
-
"fullName": "Monaco",
|
|
820
|
-
"isdCode": "+377",
|
|
821
|
-
"phoneNumberLength": [8],
|
|
822
|
-
"threeLetterCode": "MCO"
|
|
823
|
-
},
|
|
824
|
-
"MD": {
|
|
825
|
-
"fullName": "Moldova",
|
|
826
|
-
"isdCode": "+373",
|
|
827
|
-
"phoneNumberLength": [8],
|
|
828
|
-
"threeLetterCode": "MDA"
|
|
829
|
-
},
|
|
830
|
-
"ME": {
|
|
831
|
-
"fullName": "Montenegro",
|
|
832
|
-
"isdCode": "+382",
|
|
833
|
-
"phoneNumberLength": [8],
|
|
834
|
-
"threeLetterCode": "MNE"
|
|
835
|
-
},
|
|
836
|
-
"MF": {
|
|
837
|
-
"fullName": "Saint Martin",
|
|
838
|
-
"isdCode": "+590",
|
|
839
|
-
"phoneNumberLength": [9],
|
|
840
|
-
"threeLetterCode": "MAF"
|
|
841
|
-
},
|
|
842
|
-
"MG": {
|
|
843
|
-
"fullName": "Madagascar",
|
|
844
|
-
"isdCode": "+261",
|
|
845
|
-
"phoneNumberLength": [8],
|
|
846
|
-
"threeLetterCode": "MDG"
|
|
847
|
-
},
|
|
848
|
-
"MH": {
|
|
849
|
-
"fullName": "Marshall Islands",
|
|
850
|
-
"isdCode": "+692",
|
|
851
|
-
"phoneNumberLength": [7],
|
|
852
|
-
"threeLetterCode": "MHL"
|
|
853
|
-
},
|
|
854
|
-
"MK": {
|
|
855
|
-
"fullName": "North Macedonia",
|
|
856
|
-
"isdCode": "+389",
|
|
857
|
-
"phoneNumberLength": [8],
|
|
858
|
-
"threeLetterCode": "MKD"
|
|
859
|
-
},
|
|
860
|
-
"ML": {
|
|
861
|
-
"fullName": "Mali",
|
|
862
|
-
"isdCode": "+223",
|
|
863
|
-
"phoneNumberLength": [8],
|
|
864
|
-
"threeLetterCode": "MLI"
|
|
865
|
-
},
|
|
866
|
-
"MM": {
|
|
867
|
-
"fullName": "Myanmar",
|
|
868
|
-
"isdCode": "+95",
|
|
869
|
-
"phoneNumberLength": [7, 8, 9, 10],
|
|
870
|
-
"threeLetterCode": "MMR"
|
|
871
|
-
},
|
|
872
|
-
"MN": {
|
|
873
|
-
"fullName": "Mongolia",
|
|
874
|
-
"isdCode": "+976",
|
|
875
|
-
"phoneNumberLength": [8],
|
|
876
|
-
"threeLetterCode": "MNG"
|
|
877
|
-
},
|
|
878
|
-
"MO": {
|
|
879
|
-
"fullName": "Macao",
|
|
880
|
-
"isdCode": "+853",
|
|
881
|
-
"phoneNumberLength": [8],
|
|
882
|
-
"threeLetterCode": "MAC"
|
|
883
|
-
},
|
|
884
|
-
"MP": {
|
|
885
|
-
"fullName": "Northern Mariana Islands",
|
|
886
|
-
"isdCode": "+1670",
|
|
887
|
-
"phoneNumberLength": [7],
|
|
888
|
-
"threeLetterCode": "MNP"
|
|
889
|
-
},
|
|
890
|
-
"MQ": {
|
|
891
|
-
"fullName": "Martinique",
|
|
892
|
-
"isdCode": "+596",
|
|
893
|
-
"phoneNumberLength": [9],
|
|
894
|
-
"threeLetterCode": "MTQ"
|
|
895
|
-
},
|
|
896
|
-
"MR": {
|
|
897
|
-
"fullName": "Mauritania",
|
|
898
|
-
"isdCode": "+222",
|
|
899
|
-
"phoneNumberLength": [8],
|
|
900
|
-
"threeLetterCode": "MRT"
|
|
901
|
-
},
|
|
902
|
-
"MS": {
|
|
903
|
-
"fullName": "Montserrat",
|
|
904
|
-
"isdCode": "+1664",
|
|
905
|
-
"phoneNumberLength": [10],
|
|
906
|
-
"threeLetterCode": "MSR"
|
|
907
|
-
},
|
|
908
|
-
"MT": {
|
|
909
|
-
"fullName": "Malta",
|
|
910
|
-
"isdCode": "+356",
|
|
911
|
-
"phoneNumberLength": [8],
|
|
912
|
-
"threeLetterCode": "MLT"
|
|
913
|
-
},
|
|
914
|
-
"MU": {
|
|
915
|
-
"fullName": "Mauritius",
|
|
916
|
-
"isdCode": "+230",
|
|
917
|
-
"phoneNumberLength": [10],
|
|
918
|
-
"threeLetterCode": "MUS"
|
|
919
|
-
},
|
|
920
|
-
"MV": {
|
|
921
|
-
"fullName": "Maldives",
|
|
922
|
-
"isdCode": "+960",
|
|
923
|
-
"phoneNumberLength": [7],
|
|
924
|
-
"threeLetterCode": "MDV"
|
|
925
|
-
},
|
|
926
|
-
"MW": {
|
|
927
|
-
"fullName": "Malawi",
|
|
928
|
-
"isdCode": "+265",
|
|
929
|
-
"phoneNumberLength": [7, 8, 9],
|
|
930
|
-
"threeLetterCode": "MWI"
|
|
931
|
-
},
|
|
932
|
-
"MX": {
|
|
933
|
-
"fullName": "Mexico",
|
|
934
|
-
"isdCode": "+52",
|
|
935
|
-
"phoneNumberLength": [10, 11],
|
|
936
|
-
"threeLetterCode": "MEX"
|
|
937
|
-
},
|
|
938
|
-
"MY": {
|
|
939
|
-
"fullName": "Malaysia",
|
|
940
|
-
"isdCode": "+60",
|
|
941
|
-
"phoneNumberLength": [9, 10],
|
|
942
|
-
"threeLetterCode": "MYS"
|
|
943
|
-
},
|
|
944
|
-
"MZ": {
|
|
945
|
-
"fullName": "Mozambique",
|
|
946
|
-
"isdCode": "+258",
|
|
947
|
-
"phoneNumberLength": [9],
|
|
948
|
-
"threeLetterCode": "MOZ"
|
|
949
|
-
},
|
|
950
|
-
"NA": {
|
|
951
|
-
"fullName": "Namibia",
|
|
952
|
-
"isdCode": "+264",
|
|
953
|
-
"phoneNumberLength": [9],
|
|
954
|
-
"threeLetterCode": "NAM"
|
|
955
|
-
},
|
|
956
|
-
"NC": {
|
|
957
|
-
"fullName": "New Caledonia",
|
|
958
|
-
"isdCode": "+687",
|
|
959
|
-
"phoneNumberLength": [6],
|
|
960
|
-
"threeLetterCode": "NCL"
|
|
961
|
-
},
|
|
962
|
-
"NE": {
|
|
963
|
-
"fullName": "Niger",
|
|
964
|
-
"isdCode": "+227",
|
|
965
|
-
"phoneNumberLength": [8],
|
|
966
|
-
"threeLetterCode": "NER"
|
|
967
|
-
},
|
|
968
|
-
"NF": {
|
|
969
|
-
"fullName": "Norfolk Island",
|
|
970
|
-
"isdCode": "+672",
|
|
971
|
-
"phoneNumberLength": [5],
|
|
972
|
-
"threeLetterCode": "NFK"
|
|
973
|
-
},
|
|
974
|
-
"NG": {
|
|
975
|
-
"fullName": "Nigeria",
|
|
976
|
-
"isdCode": "+234",
|
|
977
|
-
"phoneNumberLength": [10],
|
|
978
|
-
"threeLetterCode": "NGA"
|
|
979
|
-
},
|
|
980
|
-
"NI": {
|
|
981
|
-
"fullName": "Nicaragua",
|
|
982
|
-
"isdCode": "+505",
|
|
983
|
-
"phoneNumberLength": [8],
|
|
984
|
-
"threeLetterCode": "NIC"
|
|
985
|
-
},
|
|
986
|
-
"NL": {
|
|
987
|
-
"fullName": "Netherlands",
|
|
988
|
-
"isdCode": "+31",
|
|
989
|
-
"phoneNumberLength": [9],
|
|
990
|
-
"threeLetterCode": "NLD"
|
|
991
|
-
},
|
|
992
|
-
"NO": {
|
|
993
|
-
"fullName": "Norway",
|
|
994
|
-
"isdCode": "+47",
|
|
995
|
-
"phoneNumberLength": [8],
|
|
996
|
-
"threeLetterCode": "NOR"
|
|
997
|
-
},
|
|
998
|
-
"NP": {
|
|
999
|
-
"fullName": "Nepal",
|
|
1000
|
-
"isdCode": "+977",
|
|
1001
|
-
"phoneNumberLength": [10],
|
|
1002
|
-
"threeLetterCode": "NPL"
|
|
1003
|
-
},
|
|
1004
|
-
"NR": {
|
|
1005
|
-
"fullName": "Nauru",
|
|
1006
|
-
"isdCode": "+674",
|
|
1007
|
-
"phoneNumberLength": [7],
|
|
1008
|
-
"threeLetterCode": "NRU"
|
|
1009
|
-
},
|
|
1010
|
-
"NU": {
|
|
1011
|
-
"fullName": "Niue",
|
|
1012
|
-
"isdCode": "+683",
|
|
1013
|
-
"phoneNumberLength": [4],
|
|
1014
|
-
"threeLetterCode": "NIU"
|
|
1015
|
-
},
|
|
1016
|
-
"NZ": {
|
|
1017
|
-
"fullName": "New Zealand",
|
|
1018
|
-
"isdCode": "+64",
|
|
1019
|
-
"phoneNumberLength": [9, 10],
|
|
1020
|
-
"threeLetterCode": "NZL"
|
|
1021
|
-
},
|
|
1022
|
-
"OM": {
|
|
1023
|
-
"fullName": "Oman",
|
|
1024
|
-
"isdCode": "+968",
|
|
1025
|
-
"phoneNumberLength": [8],
|
|
1026
|
-
"threeLetterCode": "OMN"
|
|
1027
|
-
},
|
|
1028
|
-
"PA": {
|
|
1029
|
-
"fullName": "Panama",
|
|
1030
|
-
"isdCode": "+507",
|
|
1031
|
-
"phoneNumberLength": [8],
|
|
1032
|
-
"threeLetterCode": "PAN"
|
|
1033
|
-
},
|
|
1034
|
-
"PE": {
|
|
1035
|
-
"fullName": "Peru",
|
|
1036
|
-
"isdCode": "+51",
|
|
1037
|
-
"phoneNumberLength": [9],
|
|
1038
|
-
"threeLetterCode": "PER"
|
|
1039
|
-
},
|
|
1040
|
-
"PF": {
|
|
1041
|
-
"fullName": "French Polynesia",
|
|
1042
|
-
"isdCode": "+689",
|
|
1043
|
-
"phoneNumberLength": [6],
|
|
1044
|
-
"threeLetterCode": "PYF"
|
|
1045
|
-
},
|
|
1046
|
-
"PG": {
|
|
1047
|
-
"fullName": "Papua New Guinea",
|
|
1048
|
-
"isdCode": "+675",
|
|
1049
|
-
"phoneNumberLength": [7, 8],
|
|
1050
|
-
"threeLetterCode": "PNG"
|
|
1051
|
-
},
|
|
1052
|
-
"PH": {
|
|
1053
|
-
"fullName": "Philippines",
|
|
1054
|
-
"isdCode": "+63",
|
|
1055
|
-
"phoneNumberLength": [10],
|
|
1056
|
-
"threeLetterCode": "PHL"
|
|
1057
|
-
},
|
|
1058
|
-
"PK": {
|
|
1059
|
-
"fullName": "Pakistan",
|
|
1060
|
-
"isdCode": "+92",
|
|
1061
|
-
"phoneNumberLength": [10, 11],
|
|
1062
|
-
"threeLetterCode": "PAK"
|
|
1063
|
-
},
|
|
1064
|
-
"PL": {
|
|
1065
|
-
"fullName": "Poland",
|
|
1066
|
-
"isdCode": "+48",
|
|
1067
|
-
"phoneNumberLength": [9],
|
|
1068
|
-
"threeLetterCode": "POL"
|
|
1069
|
-
},
|
|
1070
|
-
"PM": {
|
|
1071
|
-
"fullName": "Saint Pierre and Miquelon",
|
|
1072
|
-
"isdCode": "+508",
|
|
1073
|
-
"phoneNumberLength": [6],
|
|
1074
|
-
"threeLetterCode": "SPM"
|
|
1075
|
-
},
|
|
1076
|
-
"PN": {
|
|
1077
|
-
"fullName": "Pitcairn",
|
|
1078
|
-
"isdCode": "+64",
|
|
1079
|
-
"phoneNumberLength": [4],
|
|
1080
|
-
"threeLetterCode": "PCN"
|
|
1081
|
-
},
|
|
1082
|
-
"PR": {
|
|
1083
|
-
"fullName": "Puerto Rico",
|
|
1084
|
-
"isdCode": "+1",
|
|
1085
|
-
"phoneNumberLength": [10],
|
|
1086
|
-
"threeLetterCode": "PRI"
|
|
1087
|
-
},
|
|
1088
|
-
"PS": {
|
|
1089
|
-
"fullName": "Palestine",
|
|
1090
|
-
"isdCode": "+970",
|
|
1091
|
-
"phoneNumberLength": [9],
|
|
1092
|
-
"threeLetterCode": "PSE"
|
|
1093
|
-
},
|
|
1094
|
-
"PT": {
|
|
1095
|
-
"fullName": "Portugal",
|
|
1096
|
-
"isdCode": "+351",
|
|
1097
|
-
"phoneNumberLength": [9],
|
|
1098
|
-
"threeLetterCode": "PRT"
|
|
1099
|
-
},
|
|
1100
|
-
"PW": {
|
|
1101
|
-
"fullName": "Palau",
|
|
1102
|
-
"isdCode": "+680",
|
|
1103
|
-
"phoneNumberLength": [7],
|
|
1104
|
-
"threeLetterCode": "PLW"
|
|
1105
|
-
},
|
|
1106
|
-
"PY": {
|
|
1107
|
-
"fullName": "Paraguay",
|
|
1108
|
-
"isdCode": "+595",
|
|
1109
|
-
"phoneNumberLength": [9, 10],
|
|
1110
|
-
"threeLetterCode": "PRY"
|
|
1111
|
-
},
|
|
1112
|
-
"QA": {
|
|
1113
|
-
"fullName": "Qatar",
|
|
1114
|
-
"isdCode": "+974",
|
|
1115
|
-
"phoneNumberLength": [7, 8],
|
|
1116
|
-
"threeLetterCode": "QAT"
|
|
1117
|
-
},
|
|
1118
|
-
"RE": {
|
|
1119
|
-
"fullName": "Reunion",
|
|
1120
|
-
"isdCode": "+262",
|
|
1121
|
-
"phoneNumberLength": [9],
|
|
1122
|
-
"threeLetterCode": "REU"
|
|
1123
|
-
},
|
|
1124
|
-
"RO": {
|
|
1125
|
-
"fullName": "Romania",
|
|
1126
|
-
"isdCode": "+40",
|
|
1127
|
-
"phoneNumberLength": [9],
|
|
1128
|
-
"threeLetterCode": "ROU"
|
|
1129
|
-
},
|
|
1130
|
-
"RS": {
|
|
1131
|
-
"fullName": "Serbia",
|
|
1132
|
-
"isdCode": "+381",
|
|
1133
|
-
"phoneNumberLength": [9, 10, 11, 12],
|
|
1134
|
-
"threeLetterCode": "SRB"
|
|
1135
|
-
},
|
|
1136
|
-
"RU": {
|
|
1137
|
-
"fullName": "Russia",
|
|
1138
|
-
"isdCode": "+7",
|
|
1139
|
-
"phoneNumberLength": [10],
|
|
1140
|
-
"threeLetterCode": "RUS"
|
|
1141
|
-
},
|
|
1142
|
-
"RW": {
|
|
1143
|
-
"fullName": "Rwanda",
|
|
1144
|
-
"isdCode": "+250",
|
|
1145
|
-
"phoneNumberLength": [9],
|
|
1146
|
-
"threeLetterCode": "RWA"
|
|
1147
|
-
},
|
|
1148
|
-
"SA": {
|
|
1149
|
-
"fullName": "Saudi Arabia",
|
|
1150
|
-
"isdCode": "+966",
|
|
1151
|
-
"phoneNumberLength": [9],
|
|
1152
|
-
"threeLetterCode": "SAU"
|
|
1153
|
-
},
|
|
1154
|
-
"SB": {
|
|
1155
|
-
"fullName": "Solomon Islands",
|
|
1156
|
-
"isdCode": "+677",
|
|
1157
|
-
"phoneNumberLength": [5, 6, 7],
|
|
1158
|
-
"threeLetterCode": "SLB"
|
|
1159
|
-
},
|
|
1160
|
-
"SC": {
|
|
1161
|
-
"fullName": "Seychelles",
|
|
1162
|
-
"isdCode": "+248",
|
|
1163
|
-
"phoneNumberLength": [7],
|
|
1164
|
-
"threeLetterCode": "SYC"
|
|
1165
|
-
},
|
|
1166
|
-
"SD": {
|
|
1167
|
-
"fullName": "Sudan",
|
|
1168
|
-
"isdCode": "+249",
|
|
1169
|
-
"phoneNumberLength": [9],
|
|
1170
|
-
"threeLetterCode": "SDN"
|
|
1171
|
-
},
|
|
1172
|
-
"SE": {
|
|
1173
|
-
"fullName": "Sweden",
|
|
1174
|
-
"isdCode": "+46",
|
|
1175
|
-
"phoneNumberLength": [7, 9],
|
|
1176
|
-
"threeLetterCode": "SWE"
|
|
1177
|
-
},
|
|
1178
|
-
"SG": {
|
|
1179
|
-
"fullName": "Singapore",
|
|
1180
|
-
"isdCode": "+65",
|
|
1181
|
-
"phoneNumberLength": [8],
|
|
1182
|
-
"threeLetterCode": "SGP"
|
|
1183
|
-
},
|
|
1184
|
-
"SH": {
|
|
1185
|
-
"fullName": "Saint Helena",
|
|
1186
|
-
"isdCode": "+290",
|
|
1187
|
-
"phoneNumberLength": [4],
|
|
1188
|
-
"threeLetterCode": "SHN"
|
|
1189
|
-
},
|
|
1190
|
-
"SI": {
|
|
1191
|
-
"fullName": "Slovenia",
|
|
1192
|
-
"isdCode": "+386",
|
|
1193
|
-
"phoneNumberLength": [8],
|
|
1194
|
-
"threeLetterCode": "SVN"
|
|
1195
|
-
},
|
|
1196
|
-
"SJ": {
|
|
1197
|
-
"fullName": "Svalbard and Jan Mayen",
|
|
1198
|
-
"isdCode": "+47",
|
|
1199
|
-
"phoneNumberLength": [8],
|
|
1200
|
-
"threeLetterCode": "SJM"
|
|
1201
|
-
},
|
|
1202
|
-
"SK": {
|
|
1203
|
-
"fullName": "Slovakia",
|
|
1204
|
-
"isdCode": "+421",
|
|
1205
|
-
"phoneNumberLength": [9],
|
|
1206
|
-
"threeLetterCode": "SVK"
|
|
1207
|
-
},
|
|
1208
|
-
"SL": {
|
|
1209
|
-
"fullName": "Sierra Leone",
|
|
1210
|
-
"isdCode": "+232",
|
|
1211
|
-
"phoneNumberLength": [8],
|
|
1212
|
-
"threeLetterCode": "SLE"
|
|
1213
|
-
},
|
|
1214
|
-
"SM": {
|
|
1215
|
-
"fullName": "San Marino",
|
|
1216
|
-
"isdCode": "+378",
|
|
1217
|
-
"phoneNumberLength": [10],
|
|
1218
|
-
"threeLetterCode": "SMR"
|
|
1219
|
-
},
|
|
1220
|
-
"SN": {
|
|
1221
|
-
"fullName": "Senegal",
|
|
1222
|
-
"isdCode": "+221",
|
|
1223
|
-
"phoneNumberLength": [9],
|
|
1224
|
-
"threeLetterCode": "SEN"
|
|
1225
|
-
},
|
|
1226
|
-
"SO": {
|
|
1227
|
-
"fullName": "Somalia",
|
|
1228
|
-
"isdCode": "+252",
|
|
1229
|
-
"phoneNumberLength": [7, 8, 9],
|
|
1230
|
-
"threeLetterCode": "SOM"
|
|
1231
|
-
},
|
|
1232
|
-
"SR": {
|
|
1233
|
-
"fullName": "Suriname",
|
|
1234
|
-
"isdCode": "+597",
|
|
1235
|
-
"phoneNumberLength": [6, 7],
|
|
1236
|
-
"threeLetterCode": "SUR"
|
|
1237
|
-
},
|
|
1238
|
-
"SS": {
|
|
1239
|
-
"fullName": "South Sudan",
|
|
1240
|
-
"isdCode": "+211",
|
|
1241
|
-
"phoneNumberLength": [9],
|
|
1242
|
-
"threeLetterCode": "SSD"
|
|
1243
|
-
},
|
|
1244
|
-
"ST": {
|
|
1245
|
-
"fullName": "São Tomé and Príncipe",
|
|
1246
|
-
"isdCode": "+239",
|
|
1247
|
-
"phoneNumberLength": [7],
|
|
1248
|
-
"threeLetterCode": "STP"
|
|
1249
|
-
},
|
|
1250
|
-
"SV": {
|
|
1251
|
-
"fullName": "El Salvador",
|
|
1252
|
-
"isdCode": "+503",
|
|
1253
|
-
"phoneNumberLength": [8],
|
|
1254
|
-
"threeLetterCode": "SLV"
|
|
1255
|
-
},
|
|
1256
|
-
"SX": {
|
|
1257
|
-
"fullName": "Sint Maarten",
|
|
1258
|
-
"isdCode": "+1721",
|
|
1259
|
-
"phoneNumberLength": [10],
|
|
1260
|
-
"threeLetterCode": "SXM"
|
|
1261
|
-
},
|
|
1262
|
-
"SY": {
|
|
1263
|
-
"fullName": "Syria",
|
|
1264
|
-
"isdCode": "+963",
|
|
1265
|
-
"phoneNumberLength": [9],
|
|
1266
|
-
"threeLetterCode": "SYR"
|
|
1267
|
-
},
|
|
1268
|
-
"SZ": {
|
|
1269
|
-
"fullName": "Eswatini",
|
|
1270
|
-
"isdCode": "+268",
|
|
1271
|
-
"phoneNumberLength": [8],
|
|
1272
|
-
"threeLetterCode": "SWZ"
|
|
1273
|
-
},
|
|
1274
|
-
"TC": {
|
|
1275
|
-
"fullName": "Turks and Caicos Islands",
|
|
1276
|
-
"isdCode": "+1649",
|
|
1277
|
-
"phoneNumberLength": [10],
|
|
1278
|
-
"threeLetterCode": "TCA"
|
|
1279
|
-
},
|
|
1280
|
-
"TD": {
|
|
1281
|
-
"fullName": "Chad",
|
|
1282
|
-
"isdCode": "+235",
|
|
1283
|
-
"phoneNumberLength": [7],
|
|
1284
|
-
"threeLetterCode": "TCD"
|
|
1285
|
-
},
|
|
1286
|
-
"TF": {
|
|
1287
|
-
"fullName": "French Southern Territories",
|
|
1288
|
-
"isdCode": "+262",
|
|
1289
|
-
"phoneNumberLength": [10],
|
|
1290
|
-
"threeLetterCode": "ATF"
|
|
1291
|
-
},
|
|
1292
|
-
"TG": {
|
|
1293
|
-
"fullName": "Togo",
|
|
1294
|
-
"isdCode": "+228",
|
|
1295
|
-
"phoneNumberLength": [8],
|
|
1296
|
-
"threeLetterCode": "TGO"
|
|
1297
|
-
},
|
|
1298
|
-
"TH": {
|
|
1299
|
-
"fullName": "Thailand",
|
|
1300
|
-
"isdCode": "+66",
|
|
1301
|
-
"phoneNumberLength": [9, 10],
|
|
1302
|
-
"threeLetterCode": "THA"
|
|
1303
|
-
},
|
|
1304
|
-
"TJ": {
|
|
1305
|
-
"fullName": "Tajikistan",
|
|
1306
|
-
"isdCode": "+992",
|
|
1307
|
-
"phoneNumberLength": [9],
|
|
1308
|
-
"threeLetterCode": "TJK"
|
|
1309
|
-
},
|
|
1310
|
-
"TK": {
|
|
1311
|
-
"fullName": "Tokelau",
|
|
1312
|
-
"isdCode": "+690",
|
|
1313
|
-
"phoneNumberLength": [5],
|
|
1314
|
-
"threeLetterCode": "TKL"
|
|
1315
|
-
},
|
|
1316
|
-
"TL": {
|
|
1317
|
-
"fullName": "East Timor",
|
|
1318
|
-
"isdCode": "+670",
|
|
1319
|
-
"phoneNumberLength": [7, 8],
|
|
1320
|
-
"threeLetterCode": "TLS"
|
|
1321
|
-
},
|
|
1322
|
-
"TM": {
|
|
1323
|
-
"fullName": "Turkmenistan",
|
|
1324
|
-
"isdCode": "+993",
|
|
1325
|
-
"phoneNumberLength": [8],
|
|
1326
|
-
"threeLetterCode": "TKM"
|
|
1327
|
-
},
|
|
1328
|
-
"TN": {
|
|
1329
|
-
"fullName": "Tunisia",
|
|
1330
|
-
"isdCode": "+216",
|
|
1331
|
-
"phoneNumberLength": [8],
|
|
1332
|
-
"threeLetterCode": "TUN"
|
|
1333
|
-
},
|
|
1334
|
-
"TO": {
|
|
1335
|
-
"fullName": "Tonga",
|
|
1336
|
-
"isdCode": "+676",
|
|
1337
|
-
"phoneNumberLength": [5, 6, 7],
|
|
1338
|
-
"threeLetterCode": "TON"
|
|
1339
|
-
},
|
|
1340
|
-
"TR": {
|
|
1341
|
-
"fullName": "Turkey",
|
|
1342
|
-
"isdCode": "+90",
|
|
1343
|
-
"phoneNumberLength": [10],
|
|
1344
|
-
"threeLetterCode": "TUR"
|
|
1345
|
-
},
|
|
1346
|
-
"TT": {
|
|
1347
|
-
"fullName": "Trinidad and Tobago",
|
|
1348
|
-
"isdCode": "+1868",
|
|
1349
|
-
"phoneNumberLength": [7],
|
|
1350
|
-
"threeLetterCode": "TTO"
|
|
1351
|
-
},
|
|
1352
|
-
"TV": {
|
|
1353
|
-
"fullName": "Tuvalu",
|
|
1354
|
-
"isdCode": "+688",
|
|
1355
|
-
"phoneNumberLength": [5],
|
|
1356
|
-
"threeLetterCode": "TUV"
|
|
1357
|
-
},
|
|
1358
|
-
"TW": {
|
|
1359
|
-
"fullName": "Taiwan",
|
|
1360
|
-
"isdCode": "+886",
|
|
1361
|
-
"phoneNumberLength": [9],
|
|
1362
|
-
"threeLetterCode": "TWN"
|
|
1363
|
-
},
|
|
1364
|
-
"TZ": {
|
|
1365
|
-
"fullName": "Tanzania",
|
|
1366
|
-
"isdCode": "+255",
|
|
1367
|
-
"phoneNumberLength": [9],
|
|
1368
|
-
"threeLetterCode": "TZA"
|
|
1369
|
-
},
|
|
1370
|
-
"UA": {
|
|
1371
|
-
"fullName": "Ukraine",
|
|
1372
|
-
"isdCode": "+380",
|
|
1373
|
-
"phoneNumberLength": [10],
|
|
1374
|
-
"threeLetterCode": "UKR"
|
|
1375
|
-
},
|
|
1376
|
-
"UG": {
|
|
1377
|
-
"fullName": "Uganda",
|
|
1378
|
-
"isdCode": "+256",
|
|
1379
|
-
"phoneNumberLength": [9, 10],
|
|
1380
|
-
"threeLetterCode": "UGA"
|
|
1381
|
-
},
|
|
1382
|
-
"US": {
|
|
1383
|
-
"fullName": "United States",
|
|
1384
|
-
"isdCode": "+1",
|
|
1385
|
-
"phoneNumberLength": [10],
|
|
1386
|
-
"threeLetterCode": "USA"
|
|
1387
|
-
},
|
|
1388
|
-
"UY": {
|
|
1389
|
-
"fullName": "Uruguay",
|
|
1390
|
-
"isdCode": "+598",
|
|
1391
|
-
"phoneNumberLength": [8],
|
|
1392
|
-
"threeLetterCode": "URY"
|
|
1393
|
-
},
|
|
1394
|
-
"UZ": {
|
|
1395
|
-
"fullName": "Uzbekistan",
|
|
1396
|
-
"isdCode": "+998",
|
|
1397
|
-
"phoneNumberLength": [9],
|
|
1398
|
-
"threeLetterCode": "UZB"
|
|
1399
|
-
},
|
|
1400
|
-
"VA": {
|
|
1401
|
-
"fullName": "Vatican City",
|
|
1402
|
-
"isdCode": "+379",
|
|
1403
|
-
"phoneNumberLength": [10],
|
|
1404
|
-
"threeLetterCode": "VAT"
|
|
1405
|
-
},
|
|
1406
|
-
"VC": {
|
|
1407
|
-
"fullName": "Saint Vincent and the Grenadines",
|
|
1408
|
-
"isdCode": "+1784",
|
|
1409
|
-
"phoneNumberLength": [7],
|
|
1410
|
-
"threeLetterCode": "VCT"
|
|
1411
|
-
},
|
|
1412
|
-
"VE": {
|
|
1413
|
-
"fullName": "Venezuela",
|
|
1414
|
-
"isdCode": "+58",
|
|
1415
|
-
"phoneNumberLength": [10],
|
|
1416
|
-
"threeLetterCode": "VEN"
|
|
1417
|
-
},
|
|
1418
|
-
"VG": {
|
|
1419
|
-
"fullName": "British Virgin Islands",
|
|
1420
|
-
"isdCode": "+1284",
|
|
1421
|
-
"phoneNumberLength": [7],
|
|
1422
|
-
"threeLetterCode": "VGB"
|
|
1423
|
-
},
|
|
1424
|
-
"VI": {
|
|
1425
|
-
"fullName": "US Virgin Islands",
|
|
1426
|
-
"isdCode": "+1340",
|
|
1427
|
-
"phoneNumberLength": [10],
|
|
1428
|
-
"threeLetterCode": "VIR"
|
|
1429
|
-
},
|
|
1430
|
-
"VN": {
|
|
1431
|
-
"fullName": "Vietnam",
|
|
1432
|
-
"isdCode": "+84",
|
|
1433
|
-
"phoneNumberLength": [9, 10],
|
|
1434
|
-
"threeLetterCode": "VNM"
|
|
1435
|
-
},
|
|
1436
|
-
"VU": {
|
|
1437
|
-
"fullName": "Vanuatu",
|
|
1438
|
-
"isdCode": "+678",
|
|
1439
|
-
"phoneNumberLength": [5, 6, 7],
|
|
1440
|
-
"threeLetterCode": "VUT"
|
|
1441
|
-
},
|
|
1442
|
-
"WF": {
|
|
1443
|
-
"fullName": "Wallis and Futuna",
|
|
1444
|
-
"isdCode": "+681",
|
|
1445
|
-
"phoneNumberLength": [6],
|
|
1446
|
-
"threeLetterCode": "WLF"
|
|
1447
|
-
},
|
|
1448
|
-
"WS": {
|
|
1449
|
-
"fullName": "Samoa",
|
|
1450
|
-
"isdCode": "+685",
|
|
1451
|
-
"phoneNumberLength": [5, 6, 7],
|
|
1452
|
-
"threeLetterCode": "WSM"
|
|
1453
|
-
},
|
|
1454
|
-
"XK": {
|
|
1455
|
-
"fullName": "Kosovo",
|
|
1456
|
-
"isdCode": "+383",
|
|
1457
|
-
"phoneNumberLength": [8],
|
|
1458
|
-
"threeLetterCode": "XKX"
|
|
1459
|
-
},
|
|
1460
|
-
"YE": {
|
|
1461
|
-
"fullName": "Yemen",
|
|
1462
|
-
"isdCode": "+967",
|
|
1463
|
-
"phoneNumberLength": [8],
|
|
1464
|
-
"threeLetterCode": "YEM"
|
|
1465
|
-
},
|
|
1466
|
-
"YT": {
|
|
1467
|
-
"fullName": "Mayotte",
|
|
1468
|
-
"isdCode": "+262",
|
|
1469
|
-
"phoneNumberLength": [10],
|
|
1470
|
-
"threeLetterCode": "MYT"
|
|
1471
|
-
},
|
|
1472
|
-
"ZA": {
|
|
1473
|
-
"fullName": "South Africa",
|
|
1474
|
-
"isdCode": "+27",
|
|
1475
|
-
"phoneNumberLength": [9],
|
|
1476
|
-
"threeLetterCode": "ZAF"
|
|
1477
|
-
},
|
|
1478
|
-
"ZM": {
|
|
1479
|
-
"fullName": "Zambia",
|
|
1480
|
-
"isdCode": "+260",
|
|
1481
|
-
"phoneNumberLength": [9],
|
|
1482
|
-
"threeLetterCode": "ZMB"
|
|
1483
|
-
},
|
|
1484
|
-
"ZW": {
|
|
1485
|
-
"fullName": "Zimbabwe",
|
|
1486
|
-
"isdCode": "+263",
|
|
1487
|
-
"phoneNumberLength": [8],
|
|
1488
|
-
"threeLetterCode": "ZWE"
|
|
1489
|
-
}
|
|
1490
|
-
}
|