everest-npm-features 0.0.1 → 0.0.3

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.
Files changed (250) hide show
  1. package/dist/ArrowDropDown-DRUQbGft.js +8 -0
  2. package/dist/ArrowRight-t-YgAHUn.js +8 -0
  3. package/dist/{Box-wAem3MQD.js → Box-BOgpENcC.js} +11 -11
  4. package/dist/{Button-fWdSk-yh.js → Button-DXdgxFxa.js} +8 -7
  5. package/dist/{ButtonBase-SYP7klDp.js → ButtonBase-AOLUTpPg.js} +204 -211
  6. package/dist/Cancel-BMPJ8ZAg.js +11 -0
  7. package/dist/CardContent-DEA5pnhr.js +141 -0
  8. package/dist/{CircularProgress-DcXA6nAu.js → CircularProgress-BAEiXRSn.js} +31 -30
  9. package/dist/Close-mXCsZSxZ.js +8 -0
  10. package/dist/{Container-CIMHcpEe.js → Container-BOehNoF1.js} +4 -4
  11. package/dist/{ContentCopy-CexUUXuC.js → ContentCopy-HD_Xx6nx.js} +1 -1
  12. package/dist/{createSimplePaletteValueFilter-CsgjlRAs.js → DefaultPropsProvider-DmUB0SYC.js} +54 -69
  13. package/dist/DefaultPropsProvider-tqUom3mB.js +329 -0
  14. package/dist/{DialogContent-JgT9A6nk.js → DialogContent-zttWtNJM.js} +91 -90
  15. package/dist/{Close-CdRA3xUs.js → DialogTitle-BqL8DXBp.js} +16 -21
  16. package/dist/{ArrowRight-C6tjImpU.js → Divider-EGEkrkBH.js} +50 -55
  17. package/dist/{FormControl-D4QuPCnV.js → FormControl-Nd-4LC8N.js} +60 -69
  18. package/dist/FormControlLabel-BMeMEwyK.js +738 -0
  19. package/dist/{GlobalStyles-BOnEiMUE.js → GlobalStyles-CModZHM-.js} +2 -2
  20. package/dist/{Grid-dtT_MVn3.js → Grid-EISqvBSJ.js} +5 -5
  21. package/dist/Grid2-B0mJbwjl.js +374 -0
  22. package/dist/{Grow-B3Swdn2Z.js → Grow-dkRwE_ok.js} +5 -5
  23. package/dist/{IconButton-CRGy76pJ.js → IconButton-DAR3jsEV.js} +12 -11
  24. package/dist/Info-CkE3Gsf2.js +8 -0
  25. package/dist/InputAdornment-DZJP9Njd.js +169 -0
  26. package/dist/ListItemIcon-JAntieDc.js +82 -0
  27. package/dist/{wallet-DN7ej6mj.js → MenuItem-D12FP5Iq.js} +64 -75
  28. package/dist/{Modal-0q_y4zbS.js → Modal-DceAu_d2.js} +324 -397
  29. package/dist/Paper-L8ipwfkc.js +183 -0
  30. package/dist/PlayArrow-D_p2nwO8.js +21 -0
  31. package/dist/Portal-DxdKGEvu.js +86 -0
  32. package/dist/{Select-BNAaKK32.js → Select-DTQDmdn_.js} +39 -33
  33. package/dist/{Slide-BlS6unRJ.js → Slide-CWqC2RDG.js} +4 -3
  34. package/dist/Stack-CkCveRRR.js +174 -0
  35. package/dist/{TextField-CPZo0_di.js → TextField-BqIvz6Zw.js} +23 -21
  36. package/dist/{Typography-kyxogyUq.js → Typography-Dx54MRM5.js} +14 -13
  37. package/dist/_commonjsHelpers-BkfeUUK-.js +28 -0
  38. package/dist/assets/index.css +1 -1
  39. package/dist/assets/index10.css +1 -0
  40. package/dist/assets/index2.css +1 -1
  41. package/dist/assets/index3.css +1 -0
  42. package/dist/assets/index4.css +1 -0
  43. package/dist/assets/index5.css +1 -0
  44. package/dist/assets/index6.css +1 -0
  45. package/dist/assets/index7.css +1 -0
  46. package/dist/assets/index8.css +1 -0
  47. package/dist/assets/index9.css +1 -0
  48. package/dist/assets/{withThemeProvider.css → main.css} +1 -1
  49. package/dist/assets/styles.css +1 -1
  50. package/dist/assets/styles3.css +1 -0
  51. package/dist/auth-DDk8JxR-.js +46 -0
  52. package/dist/axios-BEX6n2A7.js +796 -0
  53. package/dist/bank-BvPXd5sM.js +23 -0
  54. package/dist/components/Account/index.d.ts +4 -0
  55. package/dist/components/Account/index.js +310 -0
  56. package/dist/components/History/index.d.ts +2 -0
  57. package/dist/components/History/index.js +804 -0
  58. package/dist/components/MoveToEthereumOrEverChain/index.d.ts +18 -0
  59. package/dist/components/MoveToEthereumOrEverChain/index.js +345 -0
  60. package/dist/components/Profile/documents.js +19 -14
  61. package/dist/components/Profile/index.js +128 -135
  62. package/dist/components/Receive/index.js +25 -23
  63. package/dist/components/RocketRamp/Buy/cardPayment.d.ts +3 -0
  64. package/dist/components/RocketRamp/Buy/cardPayment.js +17 -0
  65. package/dist/components/RocketRamp/Buy/confirmTransaction.d.ts +3 -0
  66. package/dist/components/RocketRamp/Buy/confirmTransaction.js +16 -0
  67. package/dist/components/RocketRamp/Buy/form.d.ts +3 -0
  68. package/dist/components/RocketRamp/Buy/form.js +26 -0
  69. package/dist/components/RocketRamp/Buy/index.d.ts +6 -0
  70. package/dist/components/RocketRamp/Buy/index.js +31 -0
  71. package/dist/components/RocketRamp/Buy/types.d.ts +33 -0
  72. package/dist/components/RocketRamp/Buy/types.js +1 -0
  73. package/dist/components/RocketRamp/Dashboard/balance.d.ts +9 -0
  74. package/dist/components/RocketRamp/Dashboard/balance.js +75 -0
  75. package/dist/components/RocketRamp/Dashboard/index.d.ts +5 -0
  76. package/dist/components/RocketRamp/Dashboard/index.js +36 -0
  77. package/dist/components/RocketRamp/Dashboard/transaction.d.ts +8 -0
  78. package/dist/components/RocketRamp/Dashboard/transaction.js +28 -0
  79. package/dist/components/RocketRamp/MinimalKyc/index.d.ts +6 -0
  80. package/dist/components/RocketRamp/MinimalKyc/index.js +254 -0
  81. package/dist/components/RocketRamp/Shared/Button/index.d.ts +10 -0
  82. package/dist/components/RocketRamp/Shared/Button/index.js +82 -0
  83. package/dist/components/RocketRamp/Shared/Input/index.d.ts +11 -0
  84. package/dist/components/RocketRamp/Shared/Input/index.js +46 -0
  85. package/dist/components/RocketRamp/Shared/backBtn.d.ts +5 -0
  86. package/dist/components/RocketRamp/Shared/backBtn.js +21 -0
  87. package/dist/components/RocketRamp/Shared/transactionItem.d.ts +7 -0
  88. package/dist/components/RocketRamp/Shared/transactionItem.js +125 -0
  89. package/dist/components/RocketRamp/SignIn/index.d.ts +3 -0
  90. package/dist/components/RocketRamp/SignIn/index.js +82 -0
  91. package/dist/components/RocketRamp/SignIn/loginForm.d.ts +3 -0
  92. package/dist/components/RocketRamp/SignIn/loginForm.js +81 -0
  93. package/dist/components/RocketRamp/SignIn/otpForm.d.ts +3 -0
  94. package/dist/components/RocketRamp/SignIn/otpForm.js +112 -0
  95. package/dist/components/RocketRamp/SignIn/types.d.ts +22 -0
  96. package/dist/components/RocketRamp/SignIn/types.js +1 -0
  97. package/dist/components/RocketRamp/SignUp/email.d.ts +3 -0
  98. package/dist/components/RocketRamp/SignUp/email.js +70 -0
  99. package/dist/components/RocketRamp/SignUp/index.d.ts +3 -0
  100. package/dist/components/RocketRamp/SignUp/index.js +163 -0
  101. package/dist/components/RocketRamp/SignUp/personalInfo.d.ts +3 -0
  102. package/dist/components/RocketRamp/SignUp/personalInfo.js +415 -0
  103. package/dist/components/RocketRamp/SignUp/summary.d.ts +3 -0
  104. package/dist/components/RocketRamp/SignUp/summary.js +57 -0
  105. package/dist/components/RocketRamp/SignUp/types.d.ts +50 -0
  106. package/dist/components/RocketRamp/SignUp/types.js +1 -0
  107. package/dist/components/RocketRamp/SignUp/validateEmail.d.ts +3 -0
  108. package/dist/components/RocketRamp/SignUp/validateEmail.js +99 -0
  109. package/dist/components/RocketRamp/Transactions/index.d.ts +5 -0
  110. package/dist/components/RocketRamp/Transactions/index.js +38 -0
  111. package/dist/components/Send/index.js +62 -51
  112. package/dist/components/Shared/ConnectWallet/index.d.ts +20 -0
  113. package/dist/components/Shared/ConnectWallet/index.js +25364 -0
  114. package/dist/components/Shared/HistoryItem/index.d.ts +5 -0
  115. package/dist/components/Shared/HistoryItem/index.js +120 -0
  116. package/dist/components/Shared/Keyboard/keyboard.js +3 -3
  117. package/dist/components/Shared/TokenModal/index.d.ts +10 -0
  118. package/dist/components/Shared/TokenModal/index.js +104 -0
  119. package/dist/components/Shared/TokenModal/tokenGrid.d.ts +7 -0
  120. package/dist/components/Shared/TokenModal/tokenGrid.js +51 -0
  121. package/dist/components/Shared/addBank.d.ts +2 -0
  122. package/dist/components/Shared/addBank.js +172 -0
  123. package/dist/components/Shared/button.js +1 -1
  124. package/dist/components/Shared/connectPlaidBank.d.ts +2 -0
  125. package/dist/components/Shared/connectPlaidBank.js +57 -0
  126. package/dist/components/Shared/incode.js +34 -32
  127. package/dist/components/Shared/inputField.js +1 -1
  128. package/dist/components/Shared/noData.d.ts +4 -0
  129. package/dist/components/Shared/noData.js +14 -0
  130. package/dist/components/Shared/pin.js +3 -3
  131. package/dist/components/Shared/step.js +2 -2
  132. package/dist/components/Shared/tooltip.d.ts +4 -0
  133. package/dist/components/Shared/tooltip.js +2107 -0
  134. package/dist/components/Shared/transition.js +1 -1
  135. package/dist/components/SignIn/index.js +26 -24
  136. package/dist/components/SignUp/index.js +108 -348
  137. package/dist/components/SignUp/pin.js +116 -844
  138. package/dist/components/SignUp/privacy.js +3 -3
  139. package/dist/components/SignUp/terms.js +3 -3
  140. package/dist/components/SignUp/types.d.ts +0 -1
  141. package/dist/components/SignUp/userInfo.js +4 -4
  142. package/dist/components/Stake/gems/index.d.ts +2 -0
  143. package/dist/components/Stake/gems/index.js +214 -0
  144. package/dist/components/Stake/id/index.d.ts +2 -0
  145. package/dist/components/Stake/id/index.js +233 -0
  146. package/dist/components/Stake/index.d.ts +5 -0
  147. package/dist/components/Stake/index.js +346 -0
  148. package/dist/components/Swap/index.d.ts +2 -0
  149. package/dist/components/Swap/index.js +489 -0
  150. package/dist/components/SwapAndUniSwap/index.d.ts +3 -0
  151. package/dist/components/SwapAndUniSwap/index.js +43 -0
  152. package/dist/components/WalletPortfolio/index.js +191 -263
  153. package/dist/components/WalletPortfolio/tokenRow.js +8 -5
  154. package/dist/constants-SKm7VF9k.js +3982 -0
  155. package/dist/countries-BVn1FubK.js +1925 -0
  156. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +17 -0
  157. package/dist/{createSvgIcon-CAZr4ukt.js → createSvgIcon-jkXneOQN.js} +6 -6
  158. package/dist/{createTheme-NrBCWesw.js → createTheme-F9Dk4FhK.js} +182 -174
  159. package/dist/data/countries.json.d.ts +1925 -0
  160. package/dist/defaultTheme-Bc00Q3Kt.js +5 -0
  161. package/dist/dividerClasses-SUAUDDqL.js +10 -0
  162. package/dist/{documents-CL4Ajr_B.js → documents-7w9u2Oig.js} +123 -122
  163. package/dist/elementTypeAcceptingRef-BufevUW8.js +23 -0
  164. package/dist/emotion-react.browser.esm-CI0uV1W5.js +233 -0
  165. package/dist/{extendSxProp-CuERe1TA.js → extendSxProp-Cm2UBzGf.js} +1 -1
  166. package/dist/generic-token-B_ptO5yb.js +4 -0
  167. package/dist/hoc/withThemeProvider.js +33 -32
  168. package/dist/hooks/useDialog/index.js +4 -4
  169. package/dist/hooks/useSnackBar.js +63 -60
  170. package/dist/icons/buyIcon.d.ts +2 -0
  171. package/dist/icons/buyIcon.js +19 -0
  172. package/dist/icons/canceledBuyIcon.d.ts +2 -0
  173. package/dist/icons/canceledBuyIcon.js +34 -0
  174. package/dist/icons/canceledRedeemIcon.d.ts +2 -0
  175. package/dist/icons/canceledRedeemIcon.js +35 -0
  176. package/dist/icons/failedBuyIcon.d.ts +2 -0
  177. package/dist/icons/failedBuyIcon.js +48 -0
  178. package/dist/icons/failedRedeemIcon.d.ts +2 -0
  179. package/dist/icons/failedRedeemIcon.js +48 -0
  180. package/dist/icons/pendingBuyIcon.d.ts +2 -0
  181. package/dist/icons/pendingBuyIcon.js +38 -0
  182. package/dist/icons/pendingRedeemIcon.d.ts +2 -0
  183. package/dist/icons/pendingRedeemIcon.js +34 -0
  184. package/dist/icons/redeemIcon.d.ts +2 -0
  185. package/dist/icons/redeemIcon.js +19 -0
  186. package/dist/index-B8QKlEgj.js +37095 -0
  187. package/dist/{index-Cq3eHOnB.js → index-BJlsh9ro.js} +1 -1
  188. package/dist/index-BhmBCie8.js +796 -0
  189. package/dist/index-C3FYdQkQ.js +4050 -0
  190. package/dist/index-CrajlEO_.js +576 -0
  191. package/dist/index-TElEjliR.js +9 -0
  192. package/dist/{index-iAyNk1r6.js → index-_kqRfgnc.js} +5 -5
  193. package/dist/index-ceeCtFuh.js +136 -0
  194. package/dist/index.esm-BsMAMhYW.js +237 -0
  195. package/dist/isFocusVisible-CPZqtjv2.js +12 -0
  196. package/dist/isMuiElement-DnSE4qG4.js +13 -0
  197. package/dist/main.d.ts +99 -0
  198. package/dist/main.js +34 -12
  199. package/dist/moment-h96o7c8I.js +2578 -0
  200. package/dist/order-CO4ra5N-.js +27 -0
  201. package/dist/ownerWindow-C-760D__.js +7 -0
  202. package/dist/providers/metaMask.d.ts +6 -0
  203. package/dist/providers/metaMask.js +24 -0
  204. package/dist/react-redux-B4BZippc.js +255 -0
  205. package/dist/react-webcam-B3cXh1XT.js +267 -0
  206. package/dist/resolveComponentProps-BdTgLKBb.js +80 -0
  207. package/dist/rr-primary-logo-CqI24c8v.js +4 -0
  208. package/dist/stake-DHpsHQbJ.js +17 -0
  209. package/dist/store.d.ts +66 -0
  210. package/dist/store.js +1 -0
  211. package/dist/styled-BTIMwpiX.js +5 -0
  212. package/dist/{styles.module-KeND8lCR.js → styles.module-6SB62f3J.js} +1 -1
  213. package/dist/styles.module-O5VVND5e.js +22 -0
  214. package/dist/tokenRow-CgnPD-4U.js +206 -0
  215. package/dist/useControlled-BYdyS7Pn.js +31 -0
  216. package/dist/useFormControl-CfmEP6sW.js +18 -0
  217. package/dist/useSlot-DaP6eodX.js +50 -0
  218. package/dist/useTheme-BghcbbEW.js +9 -0
  219. package/dist/{useTheme-nlj1B_-c.js → useTheme-c0OHvtiA.js} +3 -3
  220. package/dist/{useThemeProps-BqWuFW3z.js → useThemeProps-CV9AmzHf.js} +4 -4
  221. package/dist/{useThemeWithoutDefault-BdYkMk0o.js → useThemeWithoutDefault-D8MaPbCK.js} +1 -1
  222. package/dist/useTimeout-D29bZ7Gz.js +56 -0
  223. package/dist/user-CeKqBfJU.js +24 -0
  224. package/dist/util/constants.d.ts +48 -0
  225. package/dist/util/constants.js +69 -21
  226. package/dist/util/conversions.js +54 -22271
  227. package/dist/util/functions.d.ts +5 -0
  228. package/dist/util/functions.js +81 -24
  229. package/dist/util/regex.d.ts +3 -0
  230. package/dist/util/regex.js +6 -0
  231. package/dist/{utils-_FXWkn40.js → utils-EFg3So7T.js} +163 -168
  232. package/dist/wallet-BtAQ78cv.js +35 -0
  233. package/dist/web3-u4qDZYpo.js +22328 -0
  234. package/package.json +8 -3
  235. package/dist/DefaultPropsProvider-Y8MI-J-I.js +0 -555
  236. package/dist/__vite-browser-external-DYxpcVy9-DYxpcVy9.js +0 -4
  237. package/dist/_commonjsHelpers-DaMA6jEr.js +0 -8
  238. package/dist/auth-Cj5FKr_m.js +0 -19
  239. package/dist/axios-xPiQW9EP.js +0 -118114
  240. package/dist/defaultTheme-OIfL8Ia7.js +0 -5
  241. package/dist/dividerClasses-Z7VLlu5C.js +0 -10
  242. package/dist/index-DKTkUdik.js +0 -6
  243. package/dist/react-redux-VW99uJjf.js +0 -5908
  244. package/dist/react-webcam-Cov1TP0q.js +0 -639
  245. package/dist/styled-Da6GnxEE.js +0 -5
  246. package/dist/tokenRow-Cdd_jFjp.js +0 -206
  247. package/dist/useFormControl-Bo6Tf_xo.js +0 -46
  248. package/dist/useSlot-CURNJ3JC.js +0 -306
  249. package/dist/useTheme-DWRMvRU8.js +0 -9
  250. package/dist/useTimeout-lr7ryrda.js +0 -75
@@ -0,0 +1,1925 @@
1
+ const e = [
2
+ {
3
+ name: "Afghanistan",
4
+ alpha2: "AF",
5
+ alpha3: "AFG",
6
+ region: "Asia",
7
+ subregion: "Southern Asia",
8
+ supported_identity_report: !0
9
+ },
10
+ {
11
+ name: "Albania",
12
+ alpha2: "AL",
13
+ alpha3: "ALB",
14
+ region: "Europe",
15
+ subregion: "Southern Europe",
16
+ supported_identity_report: !0
17
+ },
18
+ {
19
+ name: "Algeria",
20
+ alpha2: "DZ",
21
+ alpha3: "DZA",
22
+ region: "Africa",
23
+ subregion: "Northern Africa",
24
+ supported_identity_report: !0
25
+ },
26
+ {
27
+ name: "American Samoa",
28
+ alpha2: "AS",
29
+ alpha3: "ASM",
30
+ region: "Oceania",
31
+ subregion: "Polynesia",
32
+ supported_identity_report: !1
33
+ },
34
+ {
35
+ name: "Andorra",
36
+ alpha2: "AD",
37
+ alpha3: "AND",
38
+ region: "Europe",
39
+ subregion: "Southern Europe",
40
+ supported_identity_report: !0
41
+ },
42
+ {
43
+ name: "Angola",
44
+ alpha2: "AO",
45
+ alpha3: "AGO",
46
+ region: "Africa",
47
+ subregion: "Middle Africa",
48
+ supported_identity_report: !1
49
+ },
50
+ {
51
+ name: "Anguilla",
52
+ alpha2: "AI",
53
+ alpha3: "AIA",
54
+ region: "Americas",
55
+ subregion: "Caribbean",
56
+ supported_identity_report: !1
57
+ },
58
+ {
59
+ name: "Antarctica",
60
+ alpha2: "AQ",
61
+ alpha3: "ATA",
62
+ region: "",
63
+ subregion: "",
64
+ supported_identity_report: !1
65
+ },
66
+ {
67
+ name: "Antigua and Barbuda",
68
+ alpha2: "AG",
69
+ alpha3: "ATG",
70
+ region: "Americas",
71
+ subregion: "Caribbean",
72
+ supported_identity_report: !0
73
+ },
74
+ {
75
+ name: "Argentina",
76
+ alpha2: "AR",
77
+ alpha3: "ARG",
78
+ region: "Americas",
79
+ subregion: "South America",
80
+ supported_identity_report: !0
81
+ },
82
+ {
83
+ name: "Armenia",
84
+ alpha2: "AM",
85
+ alpha3: "ARM",
86
+ region: "Asia",
87
+ subregion: "Western Asia",
88
+ supported_identity_report: !0
89
+ },
90
+ {
91
+ name: "Aruba",
92
+ alpha2: "AW",
93
+ alpha3: "ABW",
94
+ region: "Americas",
95
+ subregion: "Caribbean",
96
+ supported_identity_report: !0
97
+ },
98
+ {
99
+ name: "Australia",
100
+ alpha2: "AU",
101
+ alpha3: "AUS",
102
+ region: "Oceania",
103
+ subregion: "Australia and New Zealand",
104
+ supported_identity_report: !0
105
+ },
106
+ {
107
+ name: "Austria",
108
+ alpha2: "AT",
109
+ alpha3: "AUT",
110
+ region: "Europe",
111
+ subregion: "Western Europe",
112
+ supported_identity_report: !0
113
+ },
114
+ {
115
+ name: "Azerbaijan",
116
+ alpha2: "AZ",
117
+ alpha3: "AZE",
118
+ region: "Asia",
119
+ subregion: "Western Asia",
120
+ supported_identity_report: !0
121
+ },
122
+ {
123
+ name: "Bahamas",
124
+ alpha2: "BS",
125
+ alpha3: "BHS",
126
+ region: "Americas",
127
+ subregion: "Caribbean",
128
+ supported_identity_report: !1
129
+ },
130
+ {
131
+ name: "Bahrain",
132
+ alpha2: "BH",
133
+ alpha3: "BHR",
134
+ region: "Asia",
135
+ subregion: "Western Asia",
136
+ supported_identity_report: !0
137
+ },
138
+ {
139
+ name: "Bangladesh",
140
+ alpha2: "BD",
141
+ alpha3: "BGD",
142
+ region: "Asia",
143
+ subregion: "Southern Asia",
144
+ supported_identity_report: !1
145
+ },
146
+ {
147
+ name: "Barbados",
148
+ alpha2: "BB",
149
+ alpha3: "BRB",
150
+ region: "Americas",
151
+ subregion: "Caribbean",
152
+ supported_identity_report: !0
153
+ },
154
+ {
155
+ name: "Belarus",
156
+ alpha2: "BY",
157
+ alpha3: "BLR",
158
+ region: "Europe",
159
+ subregion: "Eastern Europe",
160
+ supported_identity_report: !0
161
+ },
162
+ {
163
+ name: "Belgium",
164
+ alpha2: "BE",
165
+ alpha3: "BEL",
166
+ region: "Europe",
167
+ subregion: "Western Europe",
168
+ supported_identity_report: !0
169
+ },
170
+ {
171
+ name: "Belize",
172
+ alpha2: "BZ",
173
+ alpha3: "BLZ",
174
+ region: "Americas",
175
+ subregion: "Central America",
176
+ supported_identity_report: !0
177
+ },
178
+ {
179
+ name: "Benin",
180
+ alpha2: "BJ",
181
+ alpha3: "BEN",
182
+ region: "Africa",
183
+ subregion: "Western Africa",
184
+ supported_identity_report: !0
185
+ },
186
+ {
187
+ name: "Bermuda",
188
+ alpha2: "BM",
189
+ alpha3: "BMU",
190
+ region: "Americas",
191
+ subregion: "Northern America",
192
+ supported_identity_report: !0
193
+ },
194
+ {
195
+ name: "Bhutan",
196
+ alpha2: "BT",
197
+ alpha3: "BTN",
198
+ region: "Asia",
199
+ subregion: "Southern Asia",
200
+ supported_identity_report: !0
201
+ },
202
+ {
203
+ name: "Bolivia (Plurinational State of)",
204
+ alpha2: "BO",
205
+ alpha3: "BOL",
206
+ region: "Americas",
207
+ subregion: "South America",
208
+ supported_identity_report: !1
209
+ },
210
+ {
211
+ name: "Bonaire, Sint Eustatius and Saba",
212
+ alpha2: "BQ",
213
+ alpha3: "BES",
214
+ region: "Americas",
215
+ subregion: "Caribbean",
216
+ supported_identity_report: !1
217
+ },
218
+ {
219
+ name: "Bosnia and Herzegovina",
220
+ alpha2: "BA",
221
+ alpha3: "BIH",
222
+ region: "Europe",
223
+ subregion: "Southern Europe",
224
+ supported_identity_report: !0
225
+ },
226
+ {
227
+ name: "Botswana",
228
+ alpha2: "BW",
229
+ alpha3: "BWA",
230
+ region: "Africa",
231
+ subregion: "Southern Africa",
232
+ supported_identity_report: !1
233
+ },
234
+ {
235
+ name: "Bouvet Island",
236
+ alpha2: "BV",
237
+ alpha3: "BVT",
238
+ region: "",
239
+ subregion: "",
240
+ supported_identity_report: !1
241
+ },
242
+ {
243
+ name: "Brazil",
244
+ alpha2: "BR",
245
+ alpha3: "BRA",
246
+ region: "Americas",
247
+ subregion: "South America",
248
+ supported_identity_report: !0
249
+ },
250
+ {
251
+ name: "British Indian Ocean Territory",
252
+ alpha2: "IO",
253
+ alpha3: "IOT",
254
+ region: "Africa",
255
+ subregion: "Eastern Africa",
256
+ supported_identity_report: !1
257
+ },
258
+ {
259
+ name: "British Virgin Islands",
260
+ alpha2: "VG",
261
+ alpha3: "VGB",
262
+ region: "Americas",
263
+ subregion: "Caribbean",
264
+ supported_identity_report: !0
265
+ },
266
+ {
267
+ name: "Brunei Darussalam",
268
+ alpha2: "BN",
269
+ alpha3: "BRN",
270
+ region: "Asia",
271
+ subregion: "South-Eastern Asia",
272
+ supported_identity_report: !0
273
+ },
274
+ {
275
+ name: "Bulgaria",
276
+ alpha2: "BG",
277
+ alpha3: "BGR",
278
+ region: "Europe",
279
+ subregion: "Eastern Europe",
280
+ supported_identity_report: !0
281
+ },
282
+ {
283
+ name: "Burkina Faso",
284
+ alpha2: "BF",
285
+ alpha3: "BFA",
286
+ region: "Africa",
287
+ subregion: "Western Africa",
288
+ supported_identity_report: !0
289
+ },
290
+ {
291
+ name: "Burundi",
292
+ alpha2: "BI",
293
+ alpha3: "BDI",
294
+ region: "Africa",
295
+ subregion: "Eastern Africa",
296
+ supported_identity_report: !0
297
+ },
298
+ {
299
+ name: "Cape Verde",
300
+ alpha2: "CV",
301
+ alpha3: "CPV",
302
+ region: "Africa",
303
+ subregion: "Western Africa",
304
+ supported_identity_report: !1
305
+ },
306
+ {
307
+ name: "Cambodia",
308
+ alpha2: "KH",
309
+ alpha3: "KHM",
310
+ region: "Asia",
311
+ subregion: "South-Eastern Asia",
312
+ supported_identity_report: !0
313
+ },
314
+ {
315
+ name: "Cameroon",
316
+ alpha2: "CM",
317
+ alpha3: "CMR",
318
+ region: "Africa",
319
+ subregion: "Middle Africa",
320
+ supported_identity_report: !0
321
+ },
322
+ {
323
+ name: "Canada",
324
+ alpha2: "CA",
325
+ alpha3: "CAN",
326
+ region: "Americas",
327
+ subregion: "Northern America",
328
+ supported_identity_report: !0
329
+ },
330
+ {
331
+ name: "Cayman Islands",
332
+ alpha2: "KY",
333
+ alpha3: "CYM",
334
+ region: "Americas",
335
+ subregion: "Caribbean",
336
+ supported_identity_report: !0
337
+ },
338
+ {
339
+ name: "Central African Republic",
340
+ alpha2: "CF",
341
+ alpha3: "CAF",
342
+ region: "Africa",
343
+ subregion: "Middle Africa",
344
+ supported_identity_report: !0
345
+ },
346
+ {
347
+ name: "Chad",
348
+ alpha2: "TD",
349
+ alpha3: "TCD",
350
+ region: "Africa",
351
+ subregion: "Middle Africa",
352
+ supported_identity_report: !1
353
+ },
354
+ {
355
+ name: "Chile",
356
+ alpha2: "CL",
357
+ alpha3: "CHL",
358
+ region: "Americas",
359
+ subregion: "South America",
360
+ supported_identity_report: !0
361
+ },
362
+ {
363
+ name: "China",
364
+ alpha2: "CN",
365
+ alpha3: "CHN",
366
+ region: "Asia",
367
+ subregion: "Eastern Asia",
368
+ supported_identity_report: !0
369
+ },
370
+ {
371
+ name: "Christmas Island",
372
+ alpha2: "CX",
373
+ alpha3: "CXR",
374
+ region: "Oceania",
375
+ subregion: "Australia and New Zealand",
376
+ supported_identity_report: !1
377
+ },
378
+ {
379
+ name: "Cocos (Keeling) Islands",
380
+ alpha2: "CC",
381
+ alpha3: "CCK",
382
+ region: "Oceania",
383
+ subregion: "Australia and New Zealand",
384
+ supported_identity_report: !1
385
+ },
386
+ {
387
+ name: "Colombia",
388
+ alpha2: "CO",
389
+ alpha3: "COL",
390
+ region: "Americas",
391
+ subregion: "South America",
392
+ supported_identity_report: !0
393
+ },
394
+ {
395
+ name: "Comoros",
396
+ alpha2: "KM",
397
+ alpha3: "COM",
398
+ region: "Africa",
399
+ subregion: "Eastern Africa",
400
+ supported_identity_report: !1
401
+ },
402
+ {
403
+ name: "Congo",
404
+ alpha2: "CC",
405
+ alpha3: "COG",
406
+ region: "Africa",
407
+ subregion: "Middle Africa",
408
+ supported_identity_report: !0
409
+ },
410
+ {
411
+ name: "Congo (Democratic Republic of the)",
412
+ alpha2: "CD",
413
+ alpha3: "COD",
414
+ region: "Africa",
415
+ subregion: "Middle Africa",
416
+ supported_identity_report: !1
417
+ },
418
+ {
419
+ name: "Cook Islands",
420
+ alpha2: "CK",
421
+ alpha3: "COK",
422
+ region: "Oceania",
423
+ subregion: "Polynesia",
424
+ supported_identity_report: !0
425
+ },
426
+ {
427
+ name: "Costa Rica",
428
+ alpha2: "CR",
429
+ alpha3: "CRI",
430
+ region: "Americas",
431
+ subregion: "Central America",
432
+ supported_identity_report: !0
433
+ },
434
+ {
435
+ name: "Croatia",
436
+ alpha2: "HR",
437
+ alpha3: "HRV",
438
+ region: "Europe",
439
+ subregion: "Southern Europe",
440
+ supported_identity_report: !0
441
+ },
442
+ {
443
+ name: "Cuba",
444
+ alpha2: "CU",
445
+ alpha3: "CUB",
446
+ region: "Americas",
447
+ subregion: "Caribbean",
448
+ supported_identity_report: !0
449
+ },
450
+ {
451
+ name: "Curaçao",
452
+ alpha2: "CW",
453
+ alpha3: "CUW",
454
+ region: "Americas",
455
+ subregion: "Caribbean",
456
+ supported_identity_report: !1
457
+ },
458
+ {
459
+ name: "Cyprus",
460
+ alpha2: "CY",
461
+ alpha3: "CYP",
462
+ region: "Asia",
463
+ subregion: "Western Asia",
464
+ supported_identity_report: !0
465
+ },
466
+ {
467
+ name: "Czech Republic",
468
+ alpha2: "CZ",
469
+ alpha3: "CZE",
470
+ region: "Europe",
471
+ subregion: "Eastern Europe",
472
+ supported_identity_report: !0
473
+ },
474
+ {
475
+ name: "Denmark",
476
+ alpha2: "DK",
477
+ alpha3: "DNK",
478
+ region: "Europe",
479
+ subregion: "Northern Europe",
480
+ supported_identity_report: !0
481
+ },
482
+ {
483
+ name: "Djibouti",
484
+ alpha2: "DJ",
485
+ alpha3: "DJI",
486
+ region: "Africa",
487
+ subregion: "Eastern Africa",
488
+ supported_identity_report: !0
489
+ },
490
+ {
491
+ name: "Dominica",
492
+ alpha2: "DM",
493
+ alpha3: "DMA",
494
+ region: "Americas",
495
+ subregion: "Caribbean",
496
+ supported_identity_report: !0
497
+ },
498
+ {
499
+ name: "Dominican Republic",
500
+ alpha2: "DO",
501
+ alpha3: "DOM",
502
+ region: "Americas",
503
+ subregion: "Caribbean",
504
+ supported_identity_report: !0
505
+ },
506
+ {
507
+ name: "East Timor",
508
+ alpha2: "TL",
509
+ alpha3: "TLS",
510
+ region: "Asia",
511
+ subregion: "South-Eastern Asia",
512
+ supported_identity_report: !1
513
+ },
514
+ {
515
+ name: "Ecuador",
516
+ alpha2: "EC",
517
+ alpha3: "ECU",
518
+ region: "Americas",
519
+ subregion: "South America",
520
+ supported_identity_report: !0
521
+ },
522
+ {
523
+ name: "Egypt",
524
+ alpha2: "EG",
525
+ alpha3: "EGY",
526
+ region: "Africa",
527
+ subregion: "Northern Africa",
528
+ supported_identity_report: !0
529
+ },
530
+ {
531
+ name: "El Salvador",
532
+ alpha2: "SV",
533
+ alpha3: "SLV",
534
+ region: "Americas",
535
+ subregion: "Central America",
536
+ supported_identity_report: !0
537
+ },
538
+ {
539
+ name: "Equatorial Guinea",
540
+ alpha2: "GQ",
541
+ alpha3: "GNQ",
542
+ region: "Africa",
543
+ subregion: "Middle Africa",
544
+ supported_identity_report: !0
545
+ },
546
+ {
547
+ name: "Eritrea",
548
+ alpha2: "ER",
549
+ alpha3: "ERI",
550
+ region: "Africa",
551
+ subregion: "Eastern Africa",
552
+ supported_identity_report: !1
553
+ },
554
+ {
555
+ name: "Estonia",
556
+ alpha2: "EE",
557
+ alpha3: "EST",
558
+ region: "Europe",
559
+ subregion: "Northern Europe",
560
+ supported_identity_report: !0
561
+ },
562
+ {
563
+ name: "Ethiopia",
564
+ alpha2: "ET",
565
+ alpha3: "ETH",
566
+ region: "Africa",
567
+ subregion: "Eastern Africa",
568
+ supported_identity_report: !0
569
+ },
570
+ {
571
+ name: "Falkland Islands (Malvinas)",
572
+ alpha2: "FK",
573
+ alpha3: "FLK",
574
+ region: "Americas",
575
+ subregion: "South America",
576
+ supported_identity_report: !1
577
+ },
578
+ {
579
+ name: "Faroe Islands",
580
+ alpha2: "FO",
581
+ alpha3: "FRO",
582
+ region: "Europe",
583
+ subregion: "Northern Europe",
584
+ supported_identity_report: !0
585
+ },
586
+ {
587
+ name: "Fiji",
588
+ alpha2: "FJ",
589
+ alpha3: "FJI",
590
+ region: "Oceania",
591
+ subregion: "Melanesia",
592
+ supported_identity_report: !0
593
+ },
594
+ {
595
+ name: "Finland",
596
+ alpha2: "FI",
597
+ alpha3: "FIN",
598
+ region: "Europe",
599
+ subregion: "Northern Europe",
600
+ supported_identity_report: !0
601
+ },
602
+ {
603
+ name: "France",
604
+ alpha2: "FR",
605
+ alpha3: "FRA",
606
+ region: "Europe",
607
+ subregion: "Western Europe",
608
+ supported_identity_report: !0
609
+ },
610
+ {
611
+ name: "French Polynesia",
612
+ alpha2: "PF",
613
+ alpha3: "PYF",
614
+ region: "Oceania",
615
+ subregion: "Polynesia",
616
+ supported_identity_report: !1
617
+ },
618
+ {
619
+ name: "Gabon",
620
+ alpha2: "GA",
621
+ alpha3: "GAB",
622
+ region: "Africa",
623
+ subregion: "Middle Africa",
624
+ supported_identity_report: !0
625
+ },
626
+ {
627
+ name: "Gambia",
628
+ alpha2: "GM",
629
+ alpha3: "GMB",
630
+ region: "Africa",
631
+ subregion: "Western Africa",
632
+ supported_identity_report: !1
633
+ },
634
+ {
635
+ name: "Georgia",
636
+ alpha2: "GE",
637
+ alpha3: "GEO",
638
+ region: "Asia",
639
+ subregion: "Western Asia",
640
+ supported_identity_report: !0
641
+ },
642
+ {
643
+ name: "Germany",
644
+ alpha2: "DE",
645
+ alpha3: "DEU",
646
+ region: "Europe",
647
+ subregion: "Western Europe",
648
+ supported_identity_report: !0
649
+ },
650
+ {
651
+ name: "Ghana",
652
+ alpha2: "GH",
653
+ alpha3: "GHA",
654
+ region: "Africa",
655
+ subregion: "Western Africa",
656
+ supported_identity_report: !1
657
+ },
658
+ {
659
+ name: "Gibraltar",
660
+ alpha2: "GI",
661
+ alpha3: "GIB",
662
+ region: "Europe",
663
+ subregion: "Southern Europe",
664
+ supported_identity_report: !0
665
+ },
666
+ {
667
+ name: "Greece",
668
+ alpha2: "GR",
669
+ alpha3: "GRC",
670
+ region: "Europe",
671
+ subregion: "Southern Europe",
672
+ supported_identity_report: !0
673
+ },
674
+ {
675
+ name: "Greenland",
676
+ alpha2: "GL",
677
+ alpha3: "GRL",
678
+ region: "Americas",
679
+ subregion: "Northern America",
680
+ supported_identity_report: !1
681
+ },
682
+ {
683
+ name: "Grenada",
684
+ alpha2: "GD",
685
+ alpha3: "GRD",
686
+ region: "Americas",
687
+ subregion: "Caribbean",
688
+ supported_identity_report: !0
689
+ },
690
+ {
691
+ name: "Guam",
692
+ alpha2: "GU",
693
+ alpha3: "GUM",
694
+ region: "Oceania",
695
+ subregion: "Micronesia",
696
+ supported_identity_report: !1
697
+ },
698
+ {
699
+ name: "Guatemala",
700
+ alpha2: "GT",
701
+ alpha3: "GTM",
702
+ region: "Americas",
703
+ subregion: "Central America",
704
+ supported_identity_report: !0
705
+ },
706
+ {
707
+ name: "Guernsey",
708
+ alpha2: "GG",
709
+ alpha3: "GGY",
710
+ region: "Europe",
711
+ subregion: "Northern Europe",
712
+ supported_identity_report: !0
713
+ },
714
+ {
715
+ name: "Guinea",
716
+ alpha2: "GN",
717
+ alpha3: "GIN",
718
+ region: "Africa",
719
+ subregion: "Western Africa",
720
+ supported_identity_report: !0
721
+ },
722
+ {
723
+ name: "Guinea-Bissau",
724
+ alpha2: "GW",
725
+ alpha3: "GNB",
726
+ region: "Africa",
727
+ subregion: "Western Africa",
728
+ supported_identity_report: !1
729
+ },
730
+ {
731
+ name: "Guyana",
732
+ alpha2: "GY",
733
+ alpha3: "GUY",
734
+ region: "Americas",
735
+ subregion: "South America",
736
+ supported_identity_report: !1
737
+ },
738
+ {
739
+ name: "Haiti",
740
+ alpha2: "HT",
741
+ alpha3: "HTI",
742
+ region: "Americas",
743
+ subregion: "Caribbean",
744
+ supported_identity_report: !1
745
+ },
746
+ {
747
+ name: "Honduras",
748
+ alpha2: "HN",
749
+ alpha3: "HND",
750
+ region: "Americas",
751
+ subregion: "Central America",
752
+ supported_identity_report: !0
753
+ },
754
+ {
755
+ name: "Hong Kong",
756
+ alpha2: "HK",
757
+ alpha3: "HKG",
758
+ region: "Asia",
759
+ subregion: "Eastern Asia",
760
+ supported_identity_report: !0
761
+ },
762
+ {
763
+ name: "Hungary",
764
+ alpha2: "HU",
765
+ alpha3: "HUN",
766
+ region: "Europe",
767
+ subregion: "Eastern Europe",
768
+ supported_identity_report: !0
769
+ },
770
+ {
771
+ name: "Iceland",
772
+ alpha2: "IS",
773
+ alpha3: "ISL",
774
+ region: "Europe",
775
+ subregion: "Northern Europe",
776
+ supported_identity_report: !0
777
+ },
778
+ {
779
+ name: "India",
780
+ alpha2: "IN",
781
+ alpha3: "IND",
782
+ region: "Asia",
783
+ subregion: "Southern Asia",
784
+ supported_identity_report: !0
785
+ },
786
+ {
787
+ name: "Indonesia",
788
+ alpha2: "ID",
789
+ alpha3: "IDN",
790
+ region: "Asia",
791
+ subregion: "South-Eastern Asia",
792
+ supported_identity_report: !0
793
+ },
794
+ {
795
+ name: "Iran",
796
+ alpha2: "IR",
797
+ alpha3: "IRN",
798
+ region: "Asia",
799
+ subregion: "Southern Asia",
800
+ supported_identity_report: !0
801
+ },
802
+ {
803
+ name: "Iraq",
804
+ alpha2: "IQ",
805
+ alpha3: "IRQ",
806
+ region: "Asia",
807
+ subregion: "Western Asia",
808
+ supported_identity_report: !1
809
+ },
810
+ {
811
+ name: "Ireland",
812
+ alpha2: "IE",
813
+ alpha3: "IRL",
814
+ region: "Europe",
815
+ subregion: "Northern Europe",
816
+ supported_identity_report: !0
817
+ },
818
+ {
819
+ name: "Isle of Man",
820
+ alpha2: "IM",
821
+ alpha3: "IMN",
822
+ region: "Europe",
823
+ subregion: "Northern Europe",
824
+ supported_identity_report: !0
825
+ },
826
+ {
827
+ name: "Israel",
828
+ alpha2: "IL",
829
+ alpha3: "ISR",
830
+ region: "Asia",
831
+ subregion: "Western Asia",
832
+ supported_identity_report: !0
833
+ },
834
+ {
835
+ name: "Italy",
836
+ alpha2: "IT",
837
+ alpha3: "ITA",
838
+ region: "Europe",
839
+ subregion: "Southern Europe",
840
+ supported_identity_report: !0
841
+ },
842
+ {
843
+ name: "Ivory Coast",
844
+ alpha2: "CI",
845
+ alpha3: "CIV",
846
+ region: "Africa",
847
+ subregion: "Western Africa",
848
+ supported_identity_report: !0
849
+ },
850
+ {
851
+ name: "Jamaica",
852
+ alpha2: "JM",
853
+ alpha3: "JAM",
854
+ region: "Americas",
855
+ subregion: "Caribbean",
856
+ supported_identity_report: !0
857
+ },
858
+ {
859
+ name: "Japan",
860
+ alpha2: "JP",
861
+ alpha3: "JPN",
862
+ region: "Asia",
863
+ subregion: "Eastern Asia",
864
+ supported_identity_report: !0
865
+ },
866
+ {
867
+ name: "Jersey",
868
+ alpha2: "JE",
869
+ alpha3: "JEY",
870
+ region: "Europe",
871
+ subregion: "Northern Europe",
872
+ supported_identity_report: !0
873
+ },
874
+ {
875
+ name: "Jordan",
876
+ alpha2: "JO",
877
+ alpha3: "JOR",
878
+ region: "Asia",
879
+ subregion: "Western Asia",
880
+ supported_identity_report: !1
881
+ },
882
+ {
883
+ name: "Kazakhstan",
884
+ alpha2: "KZ",
885
+ alpha3: "KAZ",
886
+ region: "Asia",
887
+ subregion: "Central Asia",
888
+ supported_identity_report: !0
889
+ },
890
+ {
891
+ name: "Kenya",
892
+ alpha2: "KE",
893
+ alpha3: "KEN",
894
+ region: "Africa",
895
+ subregion: "Eastern Africa",
896
+ supported_identity_report: !0
897
+ },
898
+ {
899
+ name: "Kiribati",
900
+ alpha2: "KI",
901
+ alpha3: "KIR",
902
+ region: "Oceania",
903
+ subregion: "Micronesia",
904
+ supported_identity_report: !1
905
+ },
906
+ {
907
+ name: "Kuwait",
908
+ alpha2: "KW",
909
+ alpha3: "KWT",
910
+ region: "Asia",
911
+ subregion: "Western Asia",
912
+ supported_identity_report: !0
913
+ },
914
+ {
915
+ name: "Kyrgyzstan",
916
+ alpha2: "KG",
917
+ alpha3: "KGZ",
918
+ region: "Asia",
919
+ subregion: "Central Asia",
920
+ supported_identity_report: !0
921
+ },
922
+ {
923
+ name: "Laos",
924
+ alpha2: "LA",
925
+ alpha3: "LAO",
926
+ region: "Asia",
927
+ subregion: "South-Eastern Asia",
928
+ supported_identity_report: !1
929
+ },
930
+ {
931
+ name: "Latvia",
932
+ alpha2: "LV",
933
+ alpha3: "LVA",
934
+ region: "Europe",
935
+ subregion: "Northern Europe",
936
+ supported_identity_report: !0
937
+ },
938
+ {
939
+ name: "Lebanon",
940
+ alpha2: "LB",
941
+ alpha3: "LBN",
942
+ region: "Asia",
943
+ subregion: "Western Asia",
944
+ supported_identity_report: !0
945
+ },
946
+ {
947
+ name: "Lesotho",
948
+ alpha2: "LS",
949
+ alpha3: "LSO",
950
+ region: "Africa",
951
+ subregion: "Southern Africa",
952
+ supported_identity_report: !0
953
+ },
954
+ {
955
+ name: "Liberia",
956
+ alpha2: "LR",
957
+ alpha3: "LBR",
958
+ region: "Africa",
959
+ subregion: "Western Africa",
960
+ supported_identity_report: !1
961
+ },
962
+ {
963
+ name: "Libya",
964
+ alpha2: "LY",
965
+ alpha3: "LBY",
966
+ region: "Africa",
967
+ subregion: "Northern Africa",
968
+ supported_identity_report: !0
969
+ },
970
+ {
971
+ name: "Liechtenstein",
972
+ alpha2: "LI",
973
+ alpha3: "LIE",
974
+ region: "Europe",
975
+ subregion: "Western Europe",
976
+ supported_identity_report: !0
977
+ },
978
+ {
979
+ name: "Lithuania",
980
+ alpha2: "LT",
981
+ alpha3: "LTU",
982
+ region: "Europe",
983
+ subregion: "Northern Europe",
984
+ supported_identity_report: !0
985
+ },
986
+ {
987
+ name: "Luxembourg",
988
+ alpha2: "LU",
989
+ alpha3: "LUX",
990
+ region: "Europe",
991
+ subregion: "Western Europe",
992
+ supported_identity_report: !0
993
+ },
994
+ {
995
+ name: "Macao",
996
+ alpha2: "MO",
997
+ alpha3: "MAC",
998
+ region: "Asia",
999
+ subregion: "Eastern Asia",
1000
+ supported_identity_report: !1
1001
+ },
1002
+ {
1003
+ name: "Macedonia",
1004
+ alpha2: "MK",
1005
+ alpha3: "MKD",
1006
+ region: "Europe",
1007
+ subregion: "Southern Europe",
1008
+ supported_identity_report: !1
1009
+ },
1010
+ {
1011
+ name: "Madagascar",
1012
+ alpha2: "MG",
1013
+ alpha3: "MDG",
1014
+ region: "Africa",
1015
+ subregion: "Eastern Africa",
1016
+ supported_identity_report: !1
1017
+ },
1018
+ {
1019
+ name: "Malawi",
1020
+ alpha2: "MW",
1021
+ alpha3: "MWI",
1022
+ region: "Africa",
1023
+ subregion: "Eastern Africa",
1024
+ supported_identity_report: !0
1025
+ },
1026
+ {
1027
+ name: "Malaysia",
1028
+ alpha2: "MY",
1029
+ alpha3: "MYS",
1030
+ region: "Asia",
1031
+ subregion: "South-Eastern Asia",
1032
+ supported_identity_report: !0
1033
+ },
1034
+ {
1035
+ name: "Maldives",
1036
+ alpha2: "MV",
1037
+ alpha3: "MDV",
1038
+ region: "Asia",
1039
+ subregion: "Southern Asia",
1040
+ supported_identity_report: !1
1041
+ },
1042
+ {
1043
+ name: "Mali",
1044
+ alpha2: "ML",
1045
+ alpha3: "MLI",
1046
+ region: "Africa",
1047
+ subregion: "Western Africa",
1048
+ supported_identity_report: !0
1049
+ },
1050
+ {
1051
+ name: "Malta",
1052
+ alpha2: "MT",
1053
+ alpha3: "MLT",
1054
+ region: "Europe",
1055
+ subregion: "Southern Europe",
1056
+ supported_identity_report: !0
1057
+ },
1058
+ {
1059
+ name: "Marshall Islands",
1060
+ alpha2: "MH",
1061
+ alpha3: "MHL",
1062
+ region: "Oceania",
1063
+ subregion: "Micronesia",
1064
+ supported_identity_report: !1
1065
+ },
1066
+ {
1067
+ name: "Mauritania",
1068
+ alpha2: "MR",
1069
+ alpha3: "MRT",
1070
+ region: "Africa",
1071
+ subregion: "Western Africa",
1072
+ supported_identity_report: !0
1073
+ },
1074
+ {
1075
+ name: "Mauritius",
1076
+ alpha2: "MU",
1077
+ alpha3: "MUS",
1078
+ region: "Africa",
1079
+ subregion: "Eastern Africa",
1080
+ supported_identity_report: !1
1081
+ },
1082
+ {
1083
+ name: "Mayotte",
1084
+ alpha2: "YT",
1085
+ alpha3: "MYT",
1086
+ region: "Africa",
1087
+ subregion: "Eastern Africa",
1088
+ supported_identity_report: !1
1089
+ },
1090
+ {
1091
+ name: "Mexico",
1092
+ alpha2: "MX",
1093
+ alpha3: "MEX",
1094
+ region: "Americas",
1095
+ subregion: "Central America",
1096
+ supported_identity_report: !0
1097
+ },
1098
+ {
1099
+ name: "Micronesia",
1100
+ alpha2: "FM",
1101
+ alpha3: "FSM",
1102
+ region: "Oceania",
1103
+ subregion: "Micronesia",
1104
+ supported_identity_report: !1
1105
+ },
1106
+ {
1107
+ name: "Moldova",
1108
+ alpha2: "MD",
1109
+ alpha3: "MDA",
1110
+ region: "Europe",
1111
+ subregion: "Eastern Europe",
1112
+ supported_identity_report: !0
1113
+ },
1114
+ {
1115
+ name: "Monaco",
1116
+ alpha2: "MC",
1117
+ alpha3: "MCO",
1118
+ region: "Europe",
1119
+ subregion: "Western Europe",
1120
+ supported_identity_report: !0
1121
+ },
1122
+ {
1123
+ name: "Mongolia",
1124
+ alpha2: "MN",
1125
+ alpha3: "MNG",
1126
+ region: "Asia",
1127
+ subregion: "Eastern Asia",
1128
+ supported_identity_report: !1
1129
+ },
1130
+ {
1131
+ name: "Montenegro",
1132
+ alpha2: "ME",
1133
+ alpha3: "MNE",
1134
+ region: "Europe",
1135
+ subregion: "Southern Europe",
1136
+ supported_identity_report: !0
1137
+ },
1138
+ {
1139
+ name: "Montserrat",
1140
+ alpha2: "MS",
1141
+ alpha3: "MSR",
1142
+ region: "Americas",
1143
+ subregion: "Caribbean",
1144
+ supported_identity_report: !0
1145
+ },
1146
+ {
1147
+ name: "Morocco",
1148
+ alpha2: "MA",
1149
+ alpha3: "MAR",
1150
+ region: "Africa",
1151
+ subregion: "Northern Africa",
1152
+ supported_identity_report: !0
1153
+ },
1154
+ {
1155
+ name: "Mozambique",
1156
+ alpha2: "MZ",
1157
+ alpha3: "MOZ",
1158
+ region: "Africa",
1159
+ subregion: "Eastern Africa",
1160
+ supported_identity_report: !1
1161
+ },
1162
+ {
1163
+ name: "Myanmar",
1164
+ alpha2: "MM",
1165
+ alpha3: "MMR",
1166
+ region: "Asia",
1167
+ subregion: "South-Eastern Asia",
1168
+ supported_identity_report: !1
1169
+ },
1170
+ {
1171
+ name: "Namibia",
1172
+ alpha2: "NA",
1173
+ alpha3: "NAM",
1174
+ region: "Africa",
1175
+ subregion: "Southern Africa",
1176
+ supported_identity_report: !0
1177
+ },
1178
+ {
1179
+ name: "Nauru",
1180
+ alpha2: "NR",
1181
+ alpha3: "NRU",
1182
+ region: "Oceania",
1183
+ subregion: "Micronesia",
1184
+ supported_identity_report: !1
1185
+ },
1186
+ {
1187
+ name: "Nepal",
1188
+ alpha2: "NP",
1189
+ alpha3: "NPL",
1190
+ region: "Asia",
1191
+ subregion: "Southern Asia",
1192
+ supported_identity_report: !0
1193
+ },
1194
+ {
1195
+ name: "Netherlands",
1196
+ alpha2: "NL",
1197
+ alpha3: "NLD",
1198
+ region: "Europe",
1199
+ subregion: "Western Europe",
1200
+ supported_identity_report: !0
1201
+ },
1202
+ {
1203
+ name: "New Caledonia",
1204
+ alpha2: "NC",
1205
+ alpha3: "NCL",
1206
+ region: "Oceania",
1207
+ subregion: "Melanesia",
1208
+ supported_identity_report: !1
1209
+ },
1210
+ {
1211
+ name: "New Zealand",
1212
+ alpha2: "NZ",
1213
+ alpha3: "NZL",
1214
+ region: "Oceania",
1215
+ subregion: "Australia and New Zealand",
1216
+ supported_identity_report: !0
1217
+ },
1218
+ {
1219
+ name: "Nicaragua",
1220
+ alpha2: "NI",
1221
+ alpha3: "NIC",
1222
+ region: "Americas",
1223
+ subregion: "Central America",
1224
+ supported_identity_report: !0
1225
+ },
1226
+ {
1227
+ name: "Niger",
1228
+ alpha2: "NE",
1229
+ alpha3: "NER",
1230
+ region: "Africa",
1231
+ subregion: "Western Africa",
1232
+ supported_identity_report: !0
1233
+ },
1234
+ {
1235
+ name: "Nigeria",
1236
+ alpha2: "NG",
1237
+ alpha3: "NGA",
1238
+ region: "Africa",
1239
+ subregion: "Western Africa",
1240
+ supported_identity_report: !0
1241
+ },
1242
+ {
1243
+ name: "Niue",
1244
+ alpha2: "NU",
1245
+ alpha3: "NIU",
1246
+ region: "Oceania",
1247
+ subregion: "Polynesia",
1248
+ supported_identity_report: !1
1249
+ },
1250
+ {
1251
+ name: "North Korea",
1252
+ alpha2: "KP",
1253
+ alpha3: "PRK",
1254
+ region: "Asia",
1255
+ subregion: "Eastern Asia",
1256
+ supported_identity_report: !1
1257
+ },
1258
+ {
1259
+ name: "Northern Mariana Islands",
1260
+ alpha2: "NP",
1261
+ alpha3: "MNP",
1262
+ region: "Oceania",
1263
+ subregion: "Micronesia",
1264
+ supported_identity_report: !1
1265
+ },
1266
+ {
1267
+ name: "Norway",
1268
+ alpha2: "NO",
1269
+ alpha3: "NOR",
1270
+ region: "Europe",
1271
+ subregion: "Northern Europe",
1272
+ supported_identity_report: !0
1273
+ },
1274
+ {
1275
+ name: "Oman",
1276
+ alpha2: "OM",
1277
+ alpha3: "OMN",
1278
+ region: "Asia",
1279
+ subregion: "Western Asia",
1280
+ supported_identity_report: !0
1281
+ },
1282
+ {
1283
+ name: "Pakistan",
1284
+ alpha2: "PK",
1285
+ alpha3: "PAK",
1286
+ region: "Asia",
1287
+ subregion: "Southern Asia",
1288
+ supported_identity_report: !0
1289
+ },
1290
+ {
1291
+ name: "Palau",
1292
+ alpha2: "PW",
1293
+ alpha3: "PLW",
1294
+ region: "Oceania",
1295
+ subregion: "Micronesia",
1296
+ supported_identity_report: !1
1297
+ },
1298
+ {
1299
+ name: "Palestine",
1300
+ alpha2: "PS",
1301
+ alpha3: "PSE",
1302
+ region: "Asia",
1303
+ subregion: "Western Asia",
1304
+ supported_identity_report: !0
1305
+ },
1306
+ {
1307
+ name: "Panama",
1308
+ alpha2: "PA",
1309
+ alpha3: "PAN",
1310
+ region: "Americas",
1311
+ subregion: "Central America",
1312
+ supported_identity_report: !0
1313
+ },
1314
+ {
1315
+ name: "Papua New Guinea",
1316
+ alpha2: "PG",
1317
+ alpha3: "PNG",
1318
+ region: "Oceania",
1319
+ subregion: "Melanesia",
1320
+ supported_identity_report: !1
1321
+ },
1322
+ {
1323
+ name: "Paraguay",
1324
+ alpha2: "PY",
1325
+ alpha3: "PRY",
1326
+ region: "Americas",
1327
+ subregion: "South America",
1328
+ supported_identity_report: !0
1329
+ },
1330
+ {
1331
+ name: "Peru",
1332
+ alpha2: "PE",
1333
+ alpha3: "PER",
1334
+ region: "Americas",
1335
+ subregion: "South America",
1336
+ supported_identity_report: !0
1337
+ },
1338
+ {
1339
+ name: "Philippines",
1340
+ alpha2: "PH",
1341
+ alpha3: "PHL",
1342
+ region: "Asia",
1343
+ subregion: "South-Eastern Asia",
1344
+ supported_identity_report: !0
1345
+ },
1346
+ {
1347
+ name: "Pitcairn",
1348
+ alpha2: "PN",
1349
+ alpha3: "PCN",
1350
+ region: "Oceania",
1351
+ subregion: "Polynesia",
1352
+ supported_identity_report: !1
1353
+ },
1354
+ {
1355
+ name: "Poland",
1356
+ alpha2: "PL",
1357
+ alpha3: "POL",
1358
+ region: "Europe",
1359
+ subregion: "Eastern Europe",
1360
+ supported_identity_report: !0
1361
+ },
1362
+ {
1363
+ name: "Portugal",
1364
+ alpha2: "PT",
1365
+ alpha3: "PRT",
1366
+ region: "Europe",
1367
+ subregion: "Southern Europe",
1368
+ supported_identity_report: !0
1369
+ },
1370
+ {
1371
+ name: "Puerto Rico",
1372
+ alpha2: "PR",
1373
+ alpha3: "PRI",
1374
+ region: "Americas",
1375
+ subregion: "Caribbean",
1376
+ supported_identity_report: !0
1377
+ },
1378
+ {
1379
+ name: "Qatar",
1380
+ alpha2: "QA",
1381
+ alpha3: "QAT",
1382
+ region: "Asia",
1383
+ subregion: "Western Asia",
1384
+ supported_identity_report: !0
1385
+ },
1386
+ {
1387
+ name: "Reunion",
1388
+ alpha2: "RE",
1389
+ alpha3: "REU",
1390
+ region: "Africa",
1391
+ subregion: "Eastern Africa",
1392
+ supported_identity_report: !1
1393
+ },
1394
+ {
1395
+ name: "Romania",
1396
+ alpha2: "RO",
1397
+ alpha3: "ROU",
1398
+ region: "Europe",
1399
+ subregion: "Eastern Europe",
1400
+ supported_identity_report: !0
1401
+ },
1402
+ {
1403
+ name: "Russia",
1404
+ alpha2: "RU",
1405
+ alpha3: "RUS",
1406
+ region: "Europe",
1407
+ subregion: "Eastern Europe",
1408
+ supported_identity_report: !0
1409
+ },
1410
+ {
1411
+ name: "Rwanda",
1412
+ alpha2: "RW",
1413
+ alpha3: "RWA",
1414
+ region: "Africa",
1415
+ subregion: "Eastern Africa",
1416
+ supported_identity_report: !1
1417
+ },
1418
+ {
1419
+ name: "Saint Barthélemy",
1420
+ alpha2: "BL",
1421
+ alpha3: "BLM",
1422
+ region: "Americas",
1423
+ subregion: "Caribbean",
1424
+ supported_identity_report: !1
1425
+ },
1426
+ {
1427
+ name: "Saint Helena",
1428
+ alpha2: "SH",
1429
+ alpha3: "SHN",
1430
+ region: "Africa",
1431
+ subregion: "Western Africa",
1432
+ supported_identity_report: !1
1433
+ },
1434
+ {
1435
+ name: "Saint Kitts and Nevis",
1436
+ alpha2: "KN",
1437
+ alpha3: "KNA",
1438
+ region: "Americas",
1439
+ subregion: "Caribbean",
1440
+ supported_identity_report: !0
1441
+ },
1442
+ {
1443
+ name: "Saint Lucia",
1444
+ alpha2: "LC",
1445
+ alpha3: "LCA",
1446
+ region: "Americas",
1447
+ subregion: "Caribbean",
1448
+ supported_identity_report: !0
1449
+ },
1450
+ {
1451
+ name: "Saint Martin",
1452
+ alpha2: "MF",
1453
+ alpha3: "MAF",
1454
+ region: "Americas",
1455
+ subregion: "Caribbean",
1456
+ supported_identity_report: !1
1457
+ },
1458
+ {
1459
+ name: "Saint Pierre and Miquelon",
1460
+ alpha2: "PM",
1461
+ alpha3: "SPM",
1462
+ region: "Americas",
1463
+ subregion: "Northern America",
1464
+ supported_identity_report: !1
1465
+ },
1466
+ {
1467
+ name: "Saint Vincent and the Grenadines",
1468
+ alpha2: "VC",
1469
+ alpha3: "VCT",
1470
+ region: "Americas",
1471
+ subregion: "Caribbean",
1472
+ supported_identity_report: !0
1473
+ },
1474
+ {
1475
+ name: "Samoa",
1476
+ alpha2: "WS",
1477
+ alpha3: "WSM",
1478
+ region: "Oceania",
1479
+ subregion: "Polynesia",
1480
+ supported_identity_report: !0
1481
+ },
1482
+ {
1483
+ name: "San Marino",
1484
+ alpha2: "SM",
1485
+ alpha3: "SMR",
1486
+ region: "Europe",
1487
+ subregion: "Southern Europe",
1488
+ supported_identity_report: !1
1489
+ },
1490
+ {
1491
+ name: "Sao Tome and Principe",
1492
+ alpha2: "ST",
1493
+ alpha3: "STP",
1494
+ region: "Africa",
1495
+ subregion: "Middle Africa",
1496
+ supported_identity_report: !1
1497
+ },
1498
+ {
1499
+ name: "Saudi Arabia",
1500
+ alpha2: "SA",
1501
+ alpha3: "SAU",
1502
+ region: "Asia",
1503
+ subregion: "Western Asia",
1504
+ supported_identity_report: !0
1505
+ },
1506
+ {
1507
+ name: "Senegal",
1508
+ alpha2: "SN",
1509
+ alpha3: "SEN",
1510
+ region: "Africa",
1511
+ subregion: "Western Africa",
1512
+ supported_identity_report: !1
1513
+ },
1514
+ {
1515
+ name: "Serbia",
1516
+ alpha2: "RS",
1517
+ alpha3: "SRB",
1518
+ region: "Europe",
1519
+ subregion: "Southern Europe",
1520
+ supported_identity_report: !0
1521
+ },
1522
+ {
1523
+ name: "Seychelles",
1524
+ alpha2: "SC",
1525
+ alpha3: "SYC",
1526
+ region: "Africa",
1527
+ subregion: "Eastern Africa",
1528
+ supported_identity_report: !1
1529
+ },
1530
+ {
1531
+ name: "Sierra Leone",
1532
+ alpha2: "SL",
1533
+ alpha3: "SLE",
1534
+ region: "Africa",
1535
+ subregion: "Western Africa",
1536
+ supported_identity_report: !1
1537
+ },
1538
+ {
1539
+ name: "Singapore",
1540
+ alpha2: "SG",
1541
+ alpha3: "SGP",
1542
+ region: "Asia",
1543
+ subregion: "South-Eastern Asia",
1544
+ supported_identity_report: !0
1545
+ },
1546
+ {
1547
+ name: "Sint Maarten",
1548
+ alpha2: "SX",
1549
+ alpha3: "SXM",
1550
+ region: "Americas",
1551
+ subregion: "Caribbean",
1552
+ supported_identity_report: !1
1553
+ },
1554
+ {
1555
+ name: "Slovakia",
1556
+ alpha2: "SK",
1557
+ alpha3: "SVK",
1558
+ region: "Europe",
1559
+ subregion: "Eastern Europe",
1560
+ supported_identity_report: !0
1561
+ },
1562
+ {
1563
+ name: "Slovenia",
1564
+ alpha2: "SI",
1565
+ alpha3: "SVN",
1566
+ region: "Europe",
1567
+ subregion: "Southern Europe",
1568
+ supported_identity_report: !0
1569
+ },
1570
+ {
1571
+ name: "Solomon Islands",
1572
+ alpha2: "SB",
1573
+ alpha3: "SLB",
1574
+ region: "Oceania",
1575
+ subregion: "Melanesia",
1576
+ supported_identity_report: !1
1577
+ },
1578
+ {
1579
+ name: "Somalia",
1580
+ alpha2: "SO",
1581
+ alpha3: "SOM",
1582
+ region: "Africa",
1583
+ subregion: "Eastern Africa",
1584
+ supported_identity_report: !0
1585
+ },
1586
+ {
1587
+ name: "South Africa",
1588
+ alpha2: "ZA",
1589
+ alpha3: "ZAF",
1590
+ region: "Africa",
1591
+ subregion: "Southern Africa",
1592
+ supported_identity_report: !0
1593
+ },
1594
+ {
1595
+ name: "South Korea",
1596
+ alpha2: "KR",
1597
+ alpha3: "KOR",
1598
+ region: "Asia",
1599
+ subregion: "Eastern Asia",
1600
+ supported_identity_report: !0
1601
+ },
1602
+ {
1603
+ name: "South Sudan",
1604
+ alpha2: "SS",
1605
+ alpha3: "SSD",
1606
+ region: "Africa",
1607
+ subregion: "Northern Africa",
1608
+ supported_identity_report: !1
1609
+ },
1610
+ {
1611
+ name: "Spain",
1612
+ alpha2: "ES",
1613
+ alpha3: "ESP",
1614
+ region: "Europe",
1615
+ subregion: "Southern Europe",
1616
+ supported_identity_report: !0
1617
+ },
1618
+ {
1619
+ name: "Sri Lanka",
1620
+ alpha2: "LK",
1621
+ alpha3: "LKA",
1622
+ region: "Asia",
1623
+ subregion: "Southern Asia",
1624
+ supported_identity_report: !0
1625
+ },
1626
+ {
1627
+ name: "Sudan",
1628
+ alpha2: "SD",
1629
+ alpha3: "SDN",
1630
+ region: "Africa",
1631
+ subregion: "Northern Africa",
1632
+ supported_identity_report: !0
1633
+ },
1634
+ {
1635
+ name: "Suriname",
1636
+ alpha2: "SR",
1637
+ alpha3: "SUR",
1638
+ region: "Americas",
1639
+ subregion: "South America",
1640
+ supported_identity_report: !1
1641
+ },
1642
+ {
1643
+ name: "Svalbard and Jan Mayen",
1644
+ alpha2: "SJ",
1645
+ alpha3: "SJM",
1646
+ region: "Europe",
1647
+ subregion: "Northern Europe",
1648
+ supported_identity_report: !1
1649
+ },
1650
+ {
1651
+ name: "Swaziland",
1652
+ alpha2: "SZ",
1653
+ alpha3: "SWZ",
1654
+ region: "Africa",
1655
+ subregion: "Southern Africa",
1656
+ supported_identity_report: !1
1657
+ },
1658
+ {
1659
+ name: "Sweden",
1660
+ alpha2: "SE",
1661
+ alpha3: "SWE",
1662
+ region: "Europe",
1663
+ subregion: "Northern Europe",
1664
+ supported_identity_report: !0
1665
+ },
1666
+ {
1667
+ name: "Switzerland",
1668
+ alpha2: "CH",
1669
+ alpha3: "CHE",
1670
+ region: "Europe",
1671
+ subregion: "Western Europe",
1672
+ supported_identity_report: !0
1673
+ },
1674
+ {
1675
+ name: "Syria",
1676
+ alpha2: "SY",
1677
+ alpha3: "SYR",
1678
+ region: "Asia",
1679
+ subregion: "Western Asia",
1680
+ supported_identity_report: !0
1681
+ },
1682
+ {
1683
+ name: "Taiwan",
1684
+ alpha2: "TW",
1685
+ alpha3: "TWN",
1686
+ region: "Asia",
1687
+ subregion: "Eastern Asia",
1688
+ supported_identity_report: !0
1689
+ },
1690
+ {
1691
+ name: "Tajikistan",
1692
+ alpha2: "TJ",
1693
+ alpha3: "TJK",
1694
+ region: "Asia",
1695
+ subregion: "Central Asia",
1696
+ supported_identity_report: !0
1697
+ },
1698
+ {
1699
+ name: "Tanzania, United Republic of",
1700
+ alpha2: "TZ",
1701
+ alpha3: "TZA",
1702
+ region: "Africa",
1703
+ subregion: "Eastern Africa",
1704
+ supported_identity_report: !0
1705
+ },
1706
+ {
1707
+ name: "Thailand",
1708
+ alpha2: "TH",
1709
+ alpha3: "THA",
1710
+ region: "Asia",
1711
+ subregion: "South-Eastern Asia",
1712
+ supported_identity_report: !0
1713
+ },
1714
+ {
1715
+ name: "Togo",
1716
+ alpha2: "TG",
1717
+ alpha3: "TGO",
1718
+ region: "Africa",
1719
+ subregion: "Western Africa",
1720
+ supported_identity_report: !0
1721
+ },
1722
+ {
1723
+ name: "Tokelau",
1724
+ alpha2: "TK",
1725
+ alpha3: "TKL",
1726
+ region: "Oceania",
1727
+ subregion: "Polynesia",
1728
+ supported_identity_report: !1
1729
+ },
1730
+ {
1731
+ name: "Tonga",
1732
+ alpha2: "TO",
1733
+ alpha3: "TON",
1734
+ region: "Oceania",
1735
+ subregion: "Polynesia",
1736
+ supported_identity_report: !1
1737
+ },
1738
+ {
1739
+ name: "Trinidad and Tobago",
1740
+ alpha2: "TT",
1741
+ alpha3: "TTO",
1742
+ region: "Americas",
1743
+ subregion: "Caribbean",
1744
+ supported_identity_report: !0
1745
+ },
1746
+ {
1747
+ name: "Tunisia",
1748
+ alpha2: "TN",
1749
+ alpha3: "TUN",
1750
+ region: "Africa",
1751
+ subregion: "Northern Africa",
1752
+ supported_identity_report: !0
1753
+ },
1754
+ {
1755
+ name: "Turkey",
1756
+ alpha2: "TR",
1757
+ alpha3: "TUR",
1758
+ region: "Asia",
1759
+ subregion: "Western Asia",
1760
+ supported_identity_report: !0
1761
+ },
1762
+ {
1763
+ name: "Turkmenistan",
1764
+ alpha2: "TM",
1765
+ alpha3: "TKM",
1766
+ region: "Asia",
1767
+ subregion: "Central Asia",
1768
+ supported_identity_report: !0
1769
+ },
1770
+ {
1771
+ name: "Turks and Caicos Islands",
1772
+ alpha2: "TC",
1773
+ alpha3: "TCA",
1774
+ region: "Americas",
1775
+ subregion: "Caribbean",
1776
+ supported_identity_report: !0
1777
+ },
1778
+ {
1779
+ name: "Tuvalu",
1780
+ alpha2: "TV",
1781
+ alpha3: "TUV",
1782
+ region: "Oceania",
1783
+ subregion: "Polynesia",
1784
+ supported_identity_report: !0
1785
+ },
1786
+ {
1787
+ name: "U.S. Virgin Islands",
1788
+ alpha2: "VI",
1789
+ alpha3: "VIR",
1790
+ region: "Americas",
1791
+ subregion: "Caribbean",
1792
+ supported_identity_report: !1
1793
+ },
1794
+ {
1795
+ name: "Uganda",
1796
+ alpha2: "UG",
1797
+ alpha3: "UGA",
1798
+ region: "Africa",
1799
+ subregion: "Eastern Africa",
1800
+ supported_identity_report: !0
1801
+ },
1802
+ {
1803
+ name: "Ukraine",
1804
+ alpha2: "UA",
1805
+ alpha3: "UKR",
1806
+ region: "Europe",
1807
+ subregion: "Eastern Europe",
1808
+ supported_identity_report: !0
1809
+ },
1810
+ {
1811
+ name: "United Arab Emirates",
1812
+ alpha2: "AE",
1813
+ alpha3: "ARE",
1814
+ region: "Asia",
1815
+ subregion: "Western Asia",
1816
+ supported_identity_report: !0
1817
+ },
1818
+ {
1819
+ name: "United Kingdom",
1820
+ alpha2: "GB",
1821
+ alpha3: "GBR",
1822
+ region: "Europe",
1823
+ subregion: "Northern Europe",
1824
+ supported_identity_report: !0
1825
+ },
1826
+ {
1827
+ name: "United States",
1828
+ alpha2: "US",
1829
+ alpha3: "USA",
1830
+ region: "Americas",
1831
+ subregion: "Northern America",
1832
+ supported_identity_report: !0
1833
+ },
1834
+ {
1835
+ name: "Uruguay",
1836
+ alpha2: "UY",
1837
+ alpha3: "URY",
1838
+ region: "Americas",
1839
+ subregion: "South America",
1840
+ supported_identity_report: !1
1841
+ },
1842
+ {
1843
+ name: "Uzbekistan",
1844
+ alpha2: "UZ",
1845
+ alpha3: "UZB",
1846
+ region: "Asia",
1847
+ subregion: "Central Asia",
1848
+ supported_identity_report: !0
1849
+ },
1850
+ {
1851
+ name: "Vanuatu",
1852
+ alpha2: "VU",
1853
+ alpha3: "VUT",
1854
+ region: "Oceania",
1855
+ subregion: "Melanesia",
1856
+ supported_identity_report: !0
1857
+ },
1858
+ {
1859
+ name: "Vatican",
1860
+ alpha2: "VA",
1861
+ alpha3: "VAT",
1862
+ region: "Europe",
1863
+ subregion: "",
1864
+ supported_identity_report: !0
1865
+ },
1866
+ {
1867
+ name: "Venezuela",
1868
+ alpha2: "VE",
1869
+ alpha3: "VEN",
1870
+ region: "Americas",
1871
+ subregion: "South America",
1872
+ supported_identity_report: !0
1873
+ },
1874
+ {
1875
+ name: "Vietnam",
1876
+ alpha2: "VN",
1877
+ alpha3: "VNM",
1878
+ region: "Asia",
1879
+ subregion: "South-Eastern Asia",
1880
+ supported_identity_report: !0
1881
+ },
1882
+ {
1883
+ name: "Wallis and Futuna",
1884
+ alpha2: "WF",
1885
+ alpha3: "WLF",
1886
+ region: "Oceania",
1887
+ subregion: "Polynesia",
1888
+ supported_identity_report: !1
1889
+ },
1890
+ {
1891
+ name: "Western Sahara",
1892
+ alpha2: "EH",
1893
+ alpha3: "ESH",
1894
+ region: "Africa",
1895
+ subregion: "Northern Africa",
1896
+ supported_identity_report: !1
1897
+ },
1898
+ {
1899
+ name: "Yemen",
1900
+ alpha2: "YE",
1901
+ alpha3: "YEM",
1902
+ region: "Asia",
1903
+ subregion: "Western Asia",
1904
+ supported_identity_report: !1
1905
+ },
1906
+ {
1907
+ name: "Zambia",
1908
+ alpha2: "ZM",
1909
+ alpha3: "ZMB",
1910
+ region: "Africa",
1911
+ subregion: "Eastern Africa",
1912
+ supported_identity_report: !0
1913
+ },
1914
+ {
1915
+ name: "Zimbabwe",
1916
+ alpha2: "ZW",
1917
+ alpha3: "ZWE",
1918
+ region: "Africa",
1919
+ subregion: "Eastern Africa",
1920
+ supported_identity_report: !0
1921
+ }
1922
+ ];
1923
+ export {
1924
+ e as c
1925
+ };