thirdweb 5.77.0 → 5.78.0
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/dist/cjs/exports/react.js +4 -2
- package/dist/cjs/exports/react.js.map +1 -1
- package/dist/cjs/exports/react.native.js +4 -1
- package/dist/cjs/exports/react.native.js.map +1 -1
- package/dist/cjs/exports/wallets/in-app.js +2 -1
- package/dist/cjs/exports/wallets/in-app.js.map +1 -1
- package/dist/cjs/exports/wallets/in-app.native.js +2 -1
- package/dist/cjs/exports/wallets/in-app.native.js.map +1 -1
- package/dist/cjs/exports/wallets.js +2 -1
- package/dist/cjs/exports/wallets.js.map +1 -1
- package/dist/cjs/exports/wallets.native.js +2 -1
- package/dist/cjs/exports/wallets.native.js.map +1 -1
- package/dist/cjs/react/native/hooks/wallets/useUnlinkProfile.js +58 -0
- package/dist/cjs/react/native/hooks/wallets/useUnlinkProfile.js.map +1 -0
- package/dist/cjs/react/web/hooks/wallets/useUnlinkProfile.js +58 -0
- package/dist/cjs/react/web/hooks/wallets/useUnlinkProfile.js.map +1 -0
- package/dist/cjs/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.js +22 -6
- package/dist/cjs/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.js.map +1 -1
- package/dist/cjs/react/web/wallets/in-app/CountrySelector.js +11 -10
- package/dist/cjs/react/web/wallets/in-app/CountrySelector.js.map +1 -1
- package/dist/cjs/react/web/wallets/in-app/InputSelectionUI.js +3 -1
- package/dist/cjs/react/web/wallets/in-app/InputSelectionUI.js.map +1 -1
- package/dist/cjs/react/web/wallets/in-app/supported-sms-countries.js.map +1 -1
- package/dist/cjs/react/web/wallets/shared/ConnectWalletSocialOptions.js +1 -1
- package/dist/cjs/react/web/wallets/shared/ConnectWalletSocialOptions.js.map +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/wallets/in-app/core/authentication/linkAccount.js +31 -0
- package/dist/cjs/wallets/in-app/core/authentication/linkAccount.js.map +1 -1
- package/dist/cjs/wallets/in-app/native/auth/index.js +30 -3
- package/dist/cjs/wallets/in-app/native/auth/index.js.map +1 -1
- package/dist/cjs/wallets/in-app/native/native-connector.js +8 -0
- package/dist/cjs/wallets/in-app/native/native-connector.js.map +1 -1
- package/dist/cjs/wallets/in-app/web/lib/auth/index.js +30 -0
- package/dist/cjs/wallets/in-app/web/lib/auth/index.js.map +1 -1
- package/dist/cjs/wallets/in-app/web/lib/web-connector.js +8 -0
- package/dist/cjs/wallets/in-app/web/lib/web-connector.js.map +1 -1
- package/dist/esm/exports/react.js +1 -0
- package/dist/esm/exports/react.js.map +1 -1
- package/dist/esm/exports/react.native.js +1 -0
- package/dist/esm/exports/react.native.js.map +1 -1
- package/dist/esm/exports/wallets/in-app.js +1 -1
- package/dist/esm/exports/wallets/in-app.js.map +1 -1
- package/dist/esm/exports/wallets/in-app.native.js +1 -1
- package/dist/esm/exports/wallets/in-app.native.js.map +1 -1
- package/dist/esm/exports/wallets.js +1 -1
- package/dist/esm/exports/wallets.js.map +1 -1
- package/dist/esm/exports/wallets.native.js +1 -1
- package/dist/esm/exports/wallets.native.js.map +1 -1
- package/dist/esm/react/native/hooks/wallets/useUnlinkProfile.js +55 -0
- package/dist/esm/react/native/hooks/wallets/useUnlinkProfile.js.map +1 -0
- package/dist/esm/react/web/hooks/wallets/useUnlinkProfile.js +55 -0
- package/dist/esm/react/web/hooks/wallets/useUnlinkProfile.js.map +1 -0
- package/dist/esm/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.js +22 -6
- package/dist/esm/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.js.map +1 -1
- package/dist/esm/react/web/wallets/in-app/CountrySelector.js +10 -10
- package/dist/esm/react/web/wallets/in-app/CountrySelector.js.map +1 -1
- package/dist/esm/react/web/wallets/in-app/InputSelectionUI.js +4 -2
- package/dist/esm/react/web/wallets/in-app/InputSelectionUI.js.map +1 -1
- package/dist/esm/react/web/wallets/in-app/supported-sms-countries.js.map +1 -1
- package/dist/esm/react/web/wallets/shared/ConnectWalletSocialOptions.js +1 -1
- package/dist/esm/react/web/wallets/shared/ConnectWalletSocialOptions.js.map +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/esm/wallets/in-app/core/authentication/linkAccount.js +30 -0
- package/dist/esm/wallets/in-app/core/authentication/linkAccount.js.map +1 -1
- package/dist/esm/wallets/in-app/native/auth/index.js +29 -3
- package/dist/esm/wallets/in-app/native/auth/index.js.map +1 -1
- package/dist/esm/wallets/in-app/native/native-connector.js +9 -1
- package/dist/esm/wallets/in-app/native/native-connector.js.map +1 -1
- package/dist/esm/wallets/in-app/web/lib/auth/index.js +29 -0
- package/dist/esm/wallets/in-app/web/lib/auth/index.js.map +1 -1
- package/dist/esm/wallets/in-app/web/lib/web-connector.js +9 -1
- package/dist/esm/wallets/in-app/web/lib/web-connector.js.map +1 -1
- package/dist/types/exports/react.d.ts +1 -0
- package/dist/types/exports/react.d.ts.map +1 -1
- package/dist/types/exports/react.native.d.ts +1 -0
- package/dist/types/exports/react.native.d.ts.map +1 -1
- package/dist/types/exports/wallets/in-app.d.ts +1 -1
- package/dist/types/exports/wallets/in-app.d.ts.map +1 -1
- package/dist/types/exports/wallets/in-app.native.d.ts +1 -1
- package/dist/types/exports/wallets/in-app.native.d.ts.map +1 -1
- package/dist/types/exports/wallets.d.ts +1 -1
- package/dist/types/exports/wallets.d.ts.map +1 -1
- package/dist/types/exports/wallets.native.d.ts +1 -1
- package/dist/types/exports/wallets.native.d.ts.map +1 -1
- package/dist/types/react/native/hooks/wallets/useUnlinkProfile.d.ts +34 -0
- package/dist/types/react/native/hooks/wallets/useUnlinkProfile.d.ts.map +1 -0
- package/dist/types/react/web/hooks/wallets/useUnlinkProfile.d.ts +34 -0
- package/dist/types/react/web/hooks/wallets/useUnlinkProfile.d.ts.map +1 -0
- package/dist/types/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.d.ts.map +1 -1
- package/dist/types/react/web/wallets/in-app/CountrySelector.d.ts +2 -0
- package/dist/types/react/web/wallets/in-app/CountrySelector.d.ts.map +1 -1
- package/dist/types/react/web/wallets/in-app/InputSelectionUI.d.ts +2 -0
- package/dist/types/react/web/wallets/in-app/InputSelectionUI.d.ts.map +1 -1
- package/dist/types/react/web/wallets/in-app/supported-sms-countries.d.ts +946 -5
- package/dist/types/react/web/wallets/in-app/supported-sms-countries.d.ts.map +1 -1
- package/dist/types/react/web/wallets/shared/ConnectWalletSocialOptions.d.ts.map +1 -1
- package/dist/types/version.d.ts +1 -1
- package/dist/types/wallets/ecosystem/types.d.ts +5 -0
- package/dist/types/wallets/ecosystem/types.d.ts.map +1 -1
- package/dist/types/wallets/in-app/core/authentication/linkAccount.d.ts +13 -0
- package/dist/types/wallets/in-app/core/authentication/linkAccount.d.ts.map +1 -1
- package/dist/types/wallets/in-app/core/authentication/types.d.ts +5 -0
- package/dist/types/wallets/in-app/core/authentication/types.d.ts.map +1 -1
- package/dist/types/wallets/in-app/core/interfaces/connector.d.ts +1 -0
- package/dist/types/wallets/in-app/core/interfaces/connector.d.ts.map +1 -1
- package/dist/types/wallets/in-app/core/wallet/types.d.ts +5 -0
- package/dist/types/wallets/in-app/core/wallet/types.d.ts.map +1 -1
- package/dist/types/wallets/in-app/native/auth/index.d.ts +27 -4
- package/dist/types/wallets/in-app/native/auth/index.d.ts.map +1 -1
- package/dist/types/wallets/in-app/native/native-connector.d.ts +4 -3
- package/dist/types/wallets/in-app/native/native-connector.d.ts.map +1 -1
- package/dist/types/wallets/in-app/web/lib/auth/index.d.ts +27 -1
- package/dist/types/wallets/in-app/web/lib/auth/index.d.ts.map +1 -1
- package/dist/types/wallets/in-app/web/lib/web-connector.d.ts +4 -3
- package/dist/types/wallets/in-app/web/lib/web-connector.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/exports/react.native.ts +1 -0
- package/src/exports/react.ts +1 -0
- package/src/exports/wallets/in-app.native.ts +1 -0
- package/src/exports/wallets/in-app.ts +1 -0
- package/src/exports/wallets.native.ts +1 -0
- package/src/exports/wallets.ts +1 -0
- package/src/react/native/hooks/wallets/useUnlinkProfile.test.tsx +75 -0
- package/src/react/native/hooks/wallets/useUnlinkProfile.ts +62 -0
- package/src/react/web/hooks/wallets/useUnlinkProfile.test.tsx +75 -0
- package/src/react/web/hooks/wallets/useUnlinkProfile.ts +62 -0
- package/src/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.test.tsx +25 -0
- package/src/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.tsx +86 -44
- package/src/react/web/wallets/in-app/CountrySelector.test.tsx +45 -0
- package/src/react/web/wallets/in-app/CountrySelector.tsx +16 -13
- package/src/react/web/wallets/in-app/InputSelectionUI.test.tsx +45 -0
- package/src/react/web/wallets/in-app/InputSelectionUI.tsx +8 -2
- package/src/react/web/wallets/in-app/supported-sms-countries.ts +3 -1
- package/src/react/web/wallets/shared/ConnectWalletSocialOptions.tsx +3 -0
- package/src/version.ts +1 -1
- package/src/wallets/ecosystem/types.ts +5 -0
- package/src/wallets/in-app/core/authentication/linkAccount.test.ts +160 -0
- package/src/wallets/in-app/core/authentication/linkAccount.ts +49 -0
- package/src/wallets/in-app/core/authentication/types.ts +6 -0
- package/src/wallets/in-app/core/interfaces/connector.ts +1 -0
- package/src/wallets/in-app/core/wallet/types.ts +5 -0
- package/src/wallets/in-app/native/auth/index.ts +31 -3
- package/src/wallets/in-app/native/native-connector.ts +11 -0
- package/src/wallets/in-app/web/lib/auth/index.ts +31 -0
- package/src/wallets/in-app/web/lib/web-connector.ts +11 -0
@@ -1,6 +1,947 @@
|
|
1
|
-
export
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
1
|
+
export type SupportedSmsCountry = (typeof supportedSmsCountries)[number]["countryIsoCode"];
|
2
|
+
export declare const supportedSmsCountries: readonly [{
|
3
|
+
readonly countryIsoCode: "AD";
|
4
|
+
readonly countryName: "Andorra";
|
5
|
+
readonly phoneNumberCode: "376";
|
6
|
+
}, {
|
7
|
+
readonly countryIsoCode: "AE";
|
8
|
+
readonly countryName: "United Arab Emirates";
|
9
|
+
readonly phoneNumberCode: "971";
|
10
|
+
}, {
|
11
|
+
readonly countryIsoCode: "AF";
|
12
|
+
readonly countryName: "Afghanistan";
|
13
|
+
readonly phoneNumberCode: "93";
|
14
|
+
}, {
|
15
|
+
readonly countryIsoCode: "AG";
|
16
|
+
readonly countryName: "Antigua and Barbuda";
|
17
|
+
readonly phoneNumberCode: "1268";
|
18
|
+
}, {
|
19
|
+
readonly countryIsoCode: "AI";
|
20
|
+
readonly countryName: "Anguilla";
|
21
|
+
readonly phoneNumberCode: "1264";
|
22
|
+
}, {
|
23
|
+
readonly countryIsoCode: "AL";
|
24
|
+
readonly countryName: "Albania";
|
25
|
+
readonly phoneNumberCode: "355";
|
26
|
+
}, {
|
27
|
+
readonly countryIsoCode: "AM";
|
28
|
+
readonly countryName: "Armenia";
|
29
|
+
readonly phoneNumberCode: "374";
|
30
|
+
}, {
|
31
|
+
readonly countryIsoCode: "AN";
|
32
|
+
readonly countryName: "Netherlands Antilles";
|
33
|
+
readonly phoneNumberCode: "599";
|
34
|
+
}, {
|
35
|
+
readonly countryIsoCode: "AO";
|
36
|
+
readonly countryName: "Angola";
|
37
|
+
readonly phoneNumberCode: "244";
|
38
|
+
}, {
|
39
|
+
readonly countryIsoCode: "AQ";
|
40
|
+
readonly countryName: "Antarctica";
|
41
|
+
readonly phoneNumberCode: "672";
|
42
|
+
}, {
|
43
|
+
readonly countryIsoCode: "AR";
|
44
|
+
readonly countryName: "Argentina";
|
45
|
+
readonly phoneNumberCode: "54";
|
46
|
+
}, {
|
47
|
+
readonly countryIsoCode: "AS";
|
48
|
+
readonly countryName: "American Samoa";
|
49
|
+
readonly phoneNumberCode: "1684";
|
50
|
+
}, {
|
51
|
+
readonly countryIsoCode: "AT";
|
52
|
+
readonly countryName: "Austria";
|
53
|
+
readonly phoneNumberCode: "43";
|
54
|
+
}, {
|
55
|
+
readonly countryIsoCode: "AU";
|
56
|
+
readonly countryName: "Australia";
|
57
|
+
readonly phoneNumberCode: "61";
|
58
|
+
}, {
|
59
|
+
readonly countryIsoCode: "AW";
|
60
|
+
readonly countryName: "Aruba";
|
61
|
+
readonly phoneNumberCode: "297";
|
62
|
+
}, {
|
63
|
+
readonly countryIsoCode: "AX";
|
64
|
+
readonly countryName: "Aland Islands";
|
65
|
+
readonly phoneNumberCode: "35818";
|
66
|
+
}, {
|
67
|
+
readonly countryIsoCode: "AZ";
|
68
|
+
readonly countryName: "Azerbaijan";
|
69
|
+
readonly phoneNumberCode: "994";
|
70
|
+
}, {
|
71
|
+
readonly countryIsoCode: "BA";
|
72
|
+
readonly countryName: "Bosnia and Herzegovina";
|
73
|
+
readonly phoneNumberCode: "387";
|
74
|
+
}, {
|
75
|
+
readonly countryIsoCode: "BB";
|
76
|
+
readonly countryName: "Barbados";
|
77
|
+
readonly phoneNumberCode: "1246";
|
78
|
+
}, {
|
79
|
+
readonly countryIsoCode: "BD";
|
80
|
+
readonly countryName: "Bangladesh";
|
81
|
+
readonly phoneNumberCode: "880";
|
82
|
+
}, {
|
83
|
+
readonly countryIsoCode: "BE";
|
84
|
+
readonly countryName: "Belgium";
|
85
|
+
readonly phoneNumberCode: "32";
|
86
|
+
}, {
|
87
|
+
readonly countryIsoCode: "BF";
|
88
|
+
readonly countryName: "Burkina Faso";
|
89
|
+
readonly phoneNumberCode: "226";
|
90
|
+
}, {
|
91
|
+
readonly countryIsoCode: "BG";
|
92
|
+
readonly countryName: "Bulgaria";
|
93
|
+
readonly phoneNumberCode: "359";
|
94
|
+
}, {
|
95
|
+
readonly countryIsoCode: "BH";
|
96
|
+
readonly countryName: "Bahrain";
|
97
|
+
readonly phoneNumberCode: "973";
|
98
|
+
}, {
|
99
|
+
readonly countryIsoCode: "BI";
|
100
|
+
readonly countryName: "Burundi";
|
101
|
+
readonly phoneNumberCode: "257";
|
102
|
+
}, {
|
103
|
+
readonly countryIsoCode: "BJ";
|
104
|
+
readonly countryName: "Benin";
|
105
|
+
readonly phoneNumberCode: "229";
|
106
|
+
}, {
|
107
|
+
readonly countryIsoCode: "BL";
|
108
|
+
readonly countryName: "Saint Barthelemy";
|
109
|
+
readonly phoneNumberCode: "590";
|
110
|
+
}, {
|
111
|
+
readonly countryIsoCode: "BM";
|
112
|
+
readonly countryName: "Bermuda";
|
113
|
+
readonly phoneNumberCode: "1441";
|
114
|
+
}, {
|
115
|
+
readonly countryIsoCode: "BN";
|
116
|
+
readonly countryName: "Brunei Darussalam";
|
117
|
+
readonly phoneNumberCode: "673";
|
118
|
+
}, {
|
119
|
+
readonly countryIsoCode: "BO";
|
120
|
+
readonly countryName: "Bolivia";
|
121
|
+
readonly phoneNumberCode: "591";
|
122
|
+
}, {
|
123
|
+
readonly countryIsoCode: "BR";
|
124
|
+
readonly countryName: "Brazil";
|
125
|
+
readonly phoneNumberCode: "55";
|
126
|
+
}, {
|
127
|
+
readonly countryIsoCode: "BS";
|
128
|
+
readonly countryName: "Bahamas";
|
129
|
+
readonly phoneNumberCode: "1242";
|
130
|
+
}, {
|
131
|
+
readonly countryIsoCode: "BT";
|
132
|
+
readonly countryName: "Bhutan";
|
133
|
+
readonly phoneNumberCode: "975";
|
134
|
+
}, {
|
135
|
+
readonly countryIsoCode: "BV";
|
136
|
+
readonly countryName: "Bouvet Island";
|
137
|
+
readonly phoneNumberCode: "47";
|
138
|
+
}, {
|
139
|
+
readonly countryIsoCode: "BW";
|
140
|
+
readonly countryName: "Botswana";
|
141
|
+
readonly phoneNumberCode: "267";
|
142
|
+
}, {
|
143
|
+
readonly countryIsoCode: "BY";
|
144
|
+
readonly countryName: "Belarus";
|
145
|
+
readonly phoneNumberCode: "375";
|
146
|
+
}, {
|
147
|
+
readonly countryIsoCode: "BZ";
|
148
|
+
readonly countryName: "Belize";
|
149
|
+
readonly phoneNumberCode: "501";
|
150
|
+
}, {
|
151
|
+
readonly countryIsoCode: "CA";
|
152
|
+
readonly countryName: "Canada";
|
153
|
+
readonly phoneNumberCode: "1";
|
154
|
+
}, {
|
155
|
+
readonly countryIsoCode: "CC";
|
156
|
+
readonly countryName: "Cocos (Keeling) Islands";
|
157
|
+
readonly phoneNumberCode: "672";
|
158
|
+
}, {
|
159
|
+
readonly countryIsoCode: "CF";
|
160
|
+
readonly countryName: "Central African Republic";
|
161
|
+
readonly phoneNumberCode: "236";
|
162
|
+
}, {
|
163
|
+
readonly countryIsoCode: "CG";
|
164
|
+
readonly countryName: "Congo";
|
165
|
+
readonly phoneNumberCode: "242";
|
166
|
+
}, {
|
167
|
+
readonly countryIsoCode: "CH";
|
168
|
+
readonly countryName: "Switzerland";
|
169
|
+
readonly phoneNumberCode: "41";
|
170
|
+
}, {
|
171
|
+
readonly countryIsoCode: "CI";
|
172
|
+
readonly countryName: "Cote d`Ivoire";
|
173
|
+
readonly phoneNumberCode: "225";
|
174
|
+
}, {
|
175
|
+
readonly countryIsoCode: "CK";
|
176
|
+
readonly countryName: "Cook Islands";
|
177
|
+
readonly phoneNumberCode: "682";
|
178
|
+
}, {
|
179
|
+
readonly countryIsoCode: "CL";
|
180
|
+
readonly countryName: "Chile";
|
181
|
+
readonly phoneNumberCode: "56";
|
182
|
+
}, {
|
183
|
+
readonly countryIsoCode: "CM";
|
184
|
+
readonly countryName: "Cameroon";
|
185
|
+
readonly phoneNumberCode: "237";
|
186
|
+
}, {
|
187
|
+
readonly countryIsoCode: "CN";
|
188
|
+
readonly countryName: "China";
|
189
|
+
readonly phoneNumberCode: "86";
|
190
|
+
}, {
|
191
|
+
readonly countryIsoCode: "CO";
|
192
|
+
readonly countryName: "Colombia";
|
193
|
+
readonly phoneNumberCode: "57";
|
194
|
+
}, {
|
195
|
+
readonly countryIsoCode: "CR";
|
196
|
+
readonly countryName: "Costa Rica";
|
197
|
+
readonly phoneNumberCode: "506";
|
198
|
+
}, {
|
199
|
+
readonly countryIsoCode: "CU";
|
200
|
+
readonly countryName: "Cuba";
|
201
|
+
readonly phoneNumberCode: "53";
|
202
|
+
}, {
|
203
|
+
readonly countryIsoCode: "CV";
|
204
|
+
readonly countryName: "Cape Verde";
|
205
|
+
readonly phoneNumberCode: "238";
|
206
|
+
}, {
|
207
|
+
readonly countryIsoCode: "CW";
|
208
|
+
readonly countryName: "Curacao";
|
209
|
+
readonly phoneNumberCode: "5999";
|
210
|
+
}, {
|
211
|
+
readonly countryIsoCode: "CX";
|
212
|
+
readonly countryName: "Christmas Island";
|
213
|
+
readonly phoneNumberCode: "6189164";
|
214
|
+
}, {
|
215
|
+
readonly countryIsoCode: "CY";
|
216
|
+
readonly countryName: "Cyprus";
|
217
|
+
readonly phoneNumberCode: "357";
|
218
|
+
}, {
|
219
|
+
readonly countryIsoCode: "CZ";
|
220
|
+
readonly countryName: "Czechia";
|
221
|
+
readonly phoneNumberCode: "420";
|
222
|
+
}, {
|
223
|
+
readonly countryIsoCode: "DE";
|
224
|
+
readonly countryName: "Germany";
|
225
|
+
readonly phoneNumberCode: "49";
|
226
|
+
}, {
|
227
|
+
readonly countryIsoCode: "DJ";
|
228
|
+
readonly countryName: "Djibouti";
|
229
|
+
readonly phoneNumberCode: "253";
|
230
|
+
}, {
|
231
|
+
readonly countryIsoCode: "DK";
|
232
|
+
readonly countryName: "Denmark";
|
233
|
+
readonly phoneNumberCode: "45";
|
234
|
+
}, {
|
235
|
+
readonly countryIsoCode: "DM";
|
236
|
+
readonly countryName: "Dominica";
|
237
|
+
readonly phoneNumberCode: "1767";
|
238
|
+
}, {
|
239
|
+
readonly countryIsoCode: "DO";
|
240
|
+
readonly countryName: "Dominican Republic";
|
241
|
+
readonly phoneNumberCode: "1809";
|
242
|
+
}, {
|
243
|
+
readonly countryIsoCode: "DZ";
|
244
|
+
readonly countryName: "Algeria";
|
245
|
+
readonly phoneNumberCode: "213";
|
246
|
+
}, {
|
247
|
+
readonly countryIsoCode: "EC";
|
248
|
+
readonly countryName: "Ecuador";
|
249
|
+
readonly phoneNumberCode: "593";
|
250
|
+
}, {
|
251
|
+
readonly countryIsoCode: "EE";
|
252
|
+
readonly countryName: "Estonia";
|
253
|
+
readonly phoneNumberCode: "372";
|
254
|
+
}, {
|
255
|
+
readonly countryIsoCode: "EG";
|
256
|
+
readonly countryName: "Egypt";
|
257
|
+
readonly phoneNumberCode: "20";
|
258
|
+
}, {
|
259
|
+
readonly countryIsoCode: "EH";
|
260
|
+
readonly countryName: "Western Sahara";
|
261
|
+
readonly phoneNumberCode: "212";
|
262
|
+
}, {
|
263
|
+
readonly countryIsoCode: "ER";
|
264
|
+
readonly countryName: "Eritrea";
|
265
|
+
readonly phoneNumberCode: "291";
|
266
|
+
}, {
|
267
|
+
readonly countryIsoCode: "ES";
|
268
|
+
readonly countryName: "Spain";
|
269
|
+
readonly phoneNumberCode: "34";
|
270
|
+
}, {
|
271
|
+
readonly countryIsoCode: "ET";
|
272
|
+
readonly countryName: "Ethiopia";
|
273
|
+
readonly phoneNumberCode: "251";
|
274
|
+
}, {
|
275
|
+
readonly countryIsoCode: "FI";
|
276
|
+
readonly countryName: "Finland";
|
277
|
+
readonly phoneNumberCode: "358";
|
278
|
+
}, {
|
279
|
+
readonly countryIsoCode: "FJ";
|
280
|
+
readonly countryName: "Fiji";
|
281
|
+
readonly phoneNumberCode: "679";
|
282
|
+
}, {
|
283
|
+
readonly countryIsoCode: "FO";
|
284
|
+
readonly countryName: "Faroe Islands";
|
285
|
+
readonly phoneNumberCode: "298";
|
286
|
+
}, {
|
287
|
+
readonly countryIsoCode: "FR";
|
288
|
+
readonly countryName: "France";
|
289
|
+
readonly phoneNumberCode: "33";
|
290
|
+
}, {
|
291
|
+
readonly countryIsoCode: "GA";
|
292
|
+
readonly countryName: "Gabon";
|
293
|
+
readonly phoneNumberCode: "241";
|
294
|
+
}, {
|
295
|
+
readonly countryIsoCode: "GB";
|
296
|
+
readonly countryName: "United Kingdom";
|
297
|
+
readonly phoneNumberCode: "44";
|
298
|
+
}, {
|
299
|
+
readonly countryIsoCode: "GD";
|
300
|
+
readonly countryName: "Grenada";
|
301
|
+
readonly phoneNumberCode: "1473";
|
302
|
+
}, {
|
303
|
+
readonly countryIsoCode: "GE";
|
304
|
+
readonly countryName: "Georgia";
|
305
|
+
readonly phoneNumberCode: "995";
|
306
|
+
}, {
|
307
|
+
readonly countryIsoCode: "GF";
|
308
|
+
readonly countryName: "French Guiana";
|
309
|
+
readonly phoneNumberCode: "594";
|
310
|
+
}, {
|
311
|
+
readonly countryIsoCode: "GG";
|
312
|
+
readonly countryName: "Guernsey";
|
313
|
+
readonly phoneNumberCode: "441481";
|
314
|
+
}, {
|
315
|
+
readonly countryIsoCode: "GH";
|
316
|
+
readonly countryName: "Ghana";
|
317
|
+
readonly phoneNumberCode: "233";
|
318
|
+
}, {
|
319
|
+
readonly countryIsoCode: "GI";
|
320
|
+
readonly countryName: "Gibraltar";
|
321
|
+
readonly phoneNumberCode: "350";
|
322
|
+
}, {
|
323
|
+
readonly countryIsoCode: "GL";
|
324
|
+
readonly countryName: "Greenland";
|
325
|
+
readonly phoneNumberCode: "299";
|
326
|
+
}, {
|
327
|
+
readonly countryIsoCode: "GM";
|
328
|
+
readonly countryName: "Gambia";
|
329
|
+
readonly phoneNumberCode: "220";
|
330
|
+
}, {
|
331
|
+
readonly countryIsoCode: "GN";
|
332
|
+
readonly countryName: "Guinea";
|
333
|
+
readonly phoneNumberCode: "224";
|
334
|
+
}, {
|
335
|
+
readonly countryIsoCode: "GP";
|
336
|
+
readonly countryName: "Guadeloupe";
|
337
|
+
readonly phoneNumberCode: "590";
|
338
|
+
}, {
|
339
|
+
readonly countryIsoCode: "GQ";
|
340
|
+
readonly countryName: "Equatorial Guinea";
|
341
|
+
readonly phoneNumberCode: "240";
|
342
|
+
}, {
|
343
|
+
readonly countryIsoCode: "GR";
|
344
|
+
readonly countryName: "Greece";
|
345
|
+
readonly phoneNumberCode: "30";
|
346
|
+
}, {
|
347
|
+
readonly countryIsoCode: "GT";
|
348
|
+
readonly countryName: "Guatemala";
|
349
|
+
readonly phoneNumberCode: "502";
|
350
|
+
}, {
|
351
|
+
readonly countryIsoCode: "GU";
|
352
|
+
readonly countryName: "Guam";
|
353
|
+
readonly phoneNumberCode: "1671";
|
354
|
+
}, {
|
355
|
+
readonly countryIsoCode: "GW";
|
356
|
+
readonly countryName: "Guinea-Bissau";
|
357
|
+
readonly phoneNumberCode: "245";
|
358
|
+
}, {
|
359
|
+
readonly countryIsoCode: "GY";
|
360
|
+
readonly countryName: "Guyana";
|
361
|
+
readonly phoneNumberCode: "592";
|
362
|
+
}, {
|
363
|
+
readonly countryIsoCode: "HN";
|
364
|
+
readonly countryName: "Honduras";
|
365
|
+
readonly phoneNumberCode: "504";
|
366
|
+
}, {
|
367
|
+
readonly countryIsoCode: "HR";
|
368
|
+
readonly countryName: "Croatia";
|
369
|
+
readonly phoneNumberCode: "385";
|
370
|
+
}, {
|
371
|
+
readonly countryIsoCode: "HT";
|
372
|
+
readonly countryName: "Haiti";
|
373
|
+
readonly phoneNumberCode: "509";
|
374
|
+
}, {
|
375
|
+
readonly countryIsoCode: "HU";
|
376
|
+
readonly countryName: "Hungary";
|
377
|
+
readonly phoneNumberCode: "36";
|
378
|
+
}, {
|
379
|
+
readonly countryIsoCode: "ID";
|
380
|
+
readonly countryName: "Indonesia";
|
381
|
+
readonly phoneNumberCode: "62";
|
382
|
+
}, {
|
383
|
+
readonly countryIsoCode: "IE";
|
384
|
+
readonly countryName: "Ireland";
|
385
|
+
readonly phoneNumberCode: "353";
|
386
|
+
}, {
|
387
|
+
readonly countryIsoCode: "IL";
|
388
|
+
readonly countryName: "Israel";
|
389
|
+
readonly phoneNumberCode: "972";
|
390
|
+
}, {
|
391
|
+
readonly countryIsoCode: "IM";
|
392
|
+
readonly countryName: "Isle Of Man";
|
393
|
+
readonly phoneNumberCode: "441624";
|
394
|
+
}, {
|
395
|
+
readonly countryIsoCode: "IN";
|
396
|
+
readonly countryName: "India";
|
397
|
+
readonly phoneNumberCode: "91";
|
398
|
+
}, {
|
399
|
+
readonly countryIsoCode: "IO";
|
400
|
+
readonly countryName: "British Indian Ocean Territory";
|
401
|
+
readonly phoneNumberCode: "246";
|
402
|
+
}, {
|
403
|
+
readonly countryIsoCode: "IQ";
|
404
|
+
readonly countryName: "Iraq";
|
405
|
+
readonly phoneNumberCode: "964";
|
406
|
+
}, {
|
407
|
+
readonly countryIsoCode: "IR";
|
408
|
+
readonly countryName: "Iran (Islamic Republic of)";
|
409
|
+
readonly phoneNumberCode: "98";
|
410
|
+
}, {
|
411
|
+
readonly countryIsoCode: "IS";
|
412
|
+
readonly countryName: "Iceland";
|
413
|
+
readonly phoneNumberCode: "354";
|
414
|
+
}, {
|
415
|
+
readonly countryIsoCode: "IT";
|
416
|
+
readonly countryName: "Italy";
|
417
|
+
readonly phoneNumberCode: "39";
|
418
|
+
}, {
|
419
|
+
readonly countryIsoCode: "JE";
|
420
|
+
readonly countryName: "Jersey";
|
421
|
+
readonly phoneNumberCode: "441534";
|
422
|
+
}, {
|
423
|
+
readonly countryIsoCode: "JM";
|
424
|
+
readonly countryName: "Jamaica";
|
425
|
+
readonly phoneNumberCode: "1876";
|
426
|
+
}, {
|
427
|
+
readonly countryIsoCode: "JO";
|
428
|
+
readonly countryName: "Jordan";
|
429
|
+
readonly phoneNumberCode: "962";
|
430
|
+
}, {
|
431
|
+
readonly countryIsoCode: "JP";
|
432
|
+
readonly countryName: "Japan";
|
433
|
+
readonly phoneNumberCode: "81";
|
434
|
+
}, {
|
435
|
+
readonly countryIsoCode: "KE";
|
436
|
+
readonly countryName: "Kenya";
|
437
|
+
readonly phoneNumberCode: "254";
|
438
|
+
}, {
|
439
|
+
readonly countryIsoCode: "KG";
|
440
|
+
readonly countryName: "Kyrgyzstan";
|
441
|
+
readonly phoneNumberCode: "996";
|
442
|
+
}, {
|
443
|
+
readonly countryIsoCode: "KH";
|
444
|
+
readonly countryName: "Cambodia";
|
445
|
+
readonly phoneNumberCode: "855";
|
446
|
+
}, {
|
447
|
+
readonly countryIsoCode: "KI";
|
448
|
+
readonly countryName: "Kiribati";
|
449
|
+
readonly phoneNumberCode: "686";
|
450
|
+
}, {
|
451
|
+
readonly countryIsoCode: "KM";
|
452
|
+
readonly countryName: "Comoros";
|
453
|
+
readonly phoneNumberCode: "269";
|
454
|
+
}, {
|
455
|
+
readonly countryIsoCode: "KN";
|
456
|
+
readonly countryName: "Saint Kitts and Nevis";
|
457
|
+
readonly phoneNumberCode: "1869";
|
458
|
+
}, {
|
459
|
+
readonly countryIsoCode: "KR";
|
460
|
+
readonly countryName: "Republic of Korea";
|
461
|
+
readonly phoneNumberCode: "82";
|
462
|
+
}, {
|
463
|
+
readonly countryIsoCode: "KW";
|
464
|
+
readonly countryName: "Kuwait";
|
465
|
+
readonly phoneNumberCode: "965";
|
466
|
+
}, {
|
467
|
+
readonly countryIsoCode: "KY";
|
468
|
+
readonly countryName: "Cayman Islands";
|
469
|
+
readonly phoneNumberCode: "1345";
|
470
|
+
}, {
|
471
|
+
readonly countryIsoCode: "KZ";
|
472
|
+
readonly countryName: "Kazakhstan";
|
473
|
+
readonly phoneNumberCode: "7";
|
474
|
+
}, {
|
475
|
+
readonly countryIsoCode: "LB";
|
476
|
+
readonly countryName: "Lebanon";
|
477
|
+
readonly phoneNumberCode: "961";
|
478
|
+
}, {
|
479
|
+
readonly countryIsoCode: "LC";
|
480
|
+
readonly countryName: "Saint Lucia";
|
481
|
+
readonly phoneNumberCode: "1758";
|
482
|
+
}, {
|
483
|
+
readonly countryIsoCode: "LI";
|
484
|
+
readonly countryName: "Liechtenstein";
|
485
|
+
readonly phoneNumberCode: "423";
|
486
|
+
}, {
|
487
|
+
readonly countryIsoCode: "LK";
|
488
|
+
readonly countryName: "Sri Lanka";
|
489
|
+
readonly phoneNumberCode: "94";
|
490
|
+
}, {
|
491
|
+
readonly countryIsoCode: "LR";
|
492
|
+
readonly countryName: "Liberia";
|
493
|
+
readonly phoneNumberCode: "231";
|
494
|
+
}, {
|
495
|
+
readonly countryIsoCode: "LS";
|
496
|
+
readonly countryName: "Lesotho";
|
497
|
+
readonly phoneNumberCode: "266";
|
498
|
+
}, {
|
499
|
+
readonly countryIsoCode: "LT";
|
500
|
+
readonly countryName: "Lithuania";
|
501
|
+
readonly phoneNumberCode: "370";
|
502
|
+
}, {
|
503
|
+
readonly countryIsoCode: "LU";
|
504
|
+
readonly countryName: "Luxembourg";
|
505
|
+
readonly phoneNumberCode: "352";
|
506
|
+
}, {
|
507
|
+
readonly countryIsoCode: "LV";
|
508
|
+
readonly countryName: "Latvia";
|
509
|
+
readonly phoneNumberCode: "371";
|
510
|
+
}, {
|
511
|
+
readonly countryIsoCode: "LY";
|
512
|
+
readonly countryName: "Libyan Arab Jamahiriya";
|
513
|
+
readonly phoneNumberCode: "218";
|
514
|
+
}, {
|
515
|
+
readonly countryIsoCode: "MA";
|
516
|
+
readonly countryName: "Morocco";
|
517
|
+
readonly phoneNumberCode: "212";
|
518
|
+
}, {
|
519
|
+
readonly countryIsoCode: "MC";
|
520
|
+
readonly countryName: "Monaco";
|
521
|
+
readonly phoneNumberCode: "377";
|
522
|
+
}, {
|
523
|
+
readonly countryIsoCode: "MD";
|
524
|
+
readonly countryName: "Moldova (Republic of)";
|
525
|
+
readonly phoneNumberCode: "373";
|
526
|
+
}, {
|
527
|
+
readonly countryIsoCode: "ME";
|
528
|
+
readonly countryName: "Montenegro";
|
529
|
+
readonly phoneNumberCode: "382";
|
530
|
+
}, {
|
531
|
+
readonly countryIsoCode: "MF";
|
532
|
+
readonly countryName: "Saint Martin French";
|
533
|
+
readonly phoneNumberCode: "590";
|
534
|
+
}, {
|
535
|
+
readonly countryIsoCode: "MG";
|
536
|
+
readonly countryName: "Madagascar";
|
537
|
+
readonly phoneNumberCode: "261";
|
538
|
+
}, {
|
539
|
+
readonly countryIsoCode: "MH";
|
540
|
+
readonly countryName: "Marshall Islands";
|
541
|
+
readonly phoneNumberCode: "692";
|
542
|
+
}, {
|
543
|
+
readonly countryIsoCode: "ML";
|
544
|
+
readonly countryName: "Mali";
|
545
|
+
readonly phoneNumberCode: "223";
|
546
|
+
}, {
|
547
|
+
readonly countryIsoCode: "MM";
|
548
|
+
readonly countryName: "Myanmar";
|
549
|
+
readonly phoneNumberCode: "95";
|
550
|
+
}, {
|
551
|
+
readonly countryIsoCode: "MN";
|
552
|
+
readonly countryName: "Mongolia";
|
553
|
+
readonly phoneNumberCode: "976";
|
554
|
+
}, {
|
555
|
+
readonly countryIsoCode: "MP";
|
556
|
+
readonly countryName: "Northern Mariana Islands";
|
557
|
+
readonly phoneNumberCode: "1670";
|
558
|
+
}, {
|
559
|
+
readonly countryIsoCode: "MQ";
|
560
|
+
readonly countryName: "Martinique";
|
561
|
+
readonly phoneNumberCode: "596";
|
562
|
+
}, {
|
563
|
+
readonly countryIsoCode: "MR";
|
564
|
+
readonly countryName: "Mauritania";
|
565
|
+
readonly phoneNumberCode: "222";
|
566
|
+
}, {
|
567
|
+
readonly countryIsoCode: "MS";
|
568
|
+
readonly countryName: "Montserrat";
|
569
|
+
readonly phoneNumberCode: "1664";
|
570
|
+
}, {
|
571
|
+
readonly countryIsoCode: "MT";
|
572
|
+
readonly countryName: "Malta";
|
573
|
+
readonly phoneNumberCode: "356";
|
574
|
+
}, {
|
575
|
+
readonly countryIsoCode: "MU";
|
576
|
+
readonly countryName: "Mauritius";
|
577
|
+
readonly phoneNumberCode: "230";
|
578
|
+
}, {
|
579
|
+
readonly countryIsoCode: "MV";
|
580
|
+
readonly countryName: "Maldives";
|
581
|
+
readonly phoneNumberCode: "960";
|
582
|
+
}, {
|
583
|
+
readonly countryIsoCode: "MW";
|
584
|
+
readonly countryName: "Malawi";
|
585
|
+
readonly phoneNumberCode: "265";
|
586
|
+
}, {
|
587
|
+
readonly countryIsoCode: "MX";
|
588
|
+
readonly countryName: "Mexico";
|
589
|
+
readonly phoneNumberCode: "52";
|
590
|
+
}, {
|
591
|
+
readonly countryIsoCode: "MY";
|
592
|
+
readonly countryName: "Malaysia";
|
593
|
+
readonly phoneNumberCode: "60";
|
594
|
+
}, {
|
595
|
+
readonly countryIsoCode: "MZ";
|
596
|
+
readonly countryName: "Mozambique";
|
597
|
+
readonly phoneNumberCode: "258";
|
598
|
+
}, {
|
599
|
+
readonly countryIsoCode: "NA";
|
600
|
+
readonly countryName: "Namibia";
|
601
|
+
readonly phoneNumberCode: "264";
|
602
|
+
}, {
|
603
|
+
readonly countryIsoCode: "NC";
|
604
|
+
readonly countryName: "New Caledonia";
|
605
|
+
readonly phoneNumberCode: "687";
|
606
|
+
}, {
|
607
|
+
readonly countryIsoCode: "NE";
|
608
|
+
readonly countryName: "Niger";
|
609
|
+
readonly phoneNumberCode: "227";
|
610
|
+
}, {
|
611
|
+
readonly countryIsoCode: "NF";
|
612
|
+
readonly countryName: "Norfolk Island";
|
613
|
+
readonly phoneNumberCode: "672";
|
614
|
+
}, {
|
615
|
+
readonly countryIsoCode: "NG";
|
616
|
+
readonly countryName: "Nigeria";
|
617
|
+
readonly phoneNumberCode: "234";
|
618
|
+
}, {
|
619
|
+
readonly countryIsoCode: "NI";
|
620
|
+
readonly countryName: "Nicaragua";
|
621
|
+
readonly phoneNumberCode: "505";
|
622
|
+
}, {
|
623
|
+
readonly countryIsoCode: "NL";
|
624
|
+
readonly countryName: "Netherlands";
|
625
|
+
readonly phoneNumberCode: "31";
|
626
|
+
}, {
|
627
|
+
readonly countryIsoCode: "NO";
|
628
|
+
readonly countryName: "Norway";
|
629
|
+
readonly phoneNumberCode: "47";
|
630
|
+
}, {
|
631
|
+
readonly countryIsoCode: "NP";
|
632
|
+
readonly countryName: "Nepal";
|
633
|
+
readonly phoneNumberCode: "977";
|
634
|
+
}, {
|
635
|
+
readonly countryIsoCode: "NR";
|
636
|
+
readonly countryName: "Nauru";
|
637
|
+
readonly phoneNumberCode: "674";
|
638
|
+
}, {
|
639
|
+
readonly countryIsoCode: "NU";
|
640
|
+
readonly countryName: "Niue";
|
641
|
+
readonly phoneNumberCode: "683";
|
642
|
+
}, {
|
643
|
+
readonly countryIsoCode: "NZ";
|
644
|
+
readonly countryName: "New Zealand";
|
645
|
+
readonly phoneNumberCode: "64";
|
646
|
+
}, {
|
647
|
+
readonly countryIsoCode: "OM";
|
648
|
+
readonly countryName: "Oman";
|
649
|
+
readonly phoneNumberCode: "968";
|
650
|
+
}, {
|
651
|
+
readonly countryIsoCode: "PA";
|
652
|
+
readonly countryName: "Panama";
|
653
|
+
readonly phoneNumberCode: "507";
|
654
|
+
}, {
|
655
|
+
readonly countryIsoCode: "PE";
|
656
|
+
readonly countryName: "Peru";
|
657
|
+
readonly phoneNumberCode: "51";
|
658
|
+
}, {
|
659
|
+
readonly countryIsoCode: "PF";
|
660
|
+
readonly countryName: "French Polynesia";
|
661
|
+
readonly phoneNumberCode: "689";
|
662
|
+
}, {
|
663
|
+
readonly countryIsoCode: "PG";
|
664
|
+
readonly countryName: "Papua New Guinea";
|
665
|
+
readonly phoneNumberCode: "675";
|
666
|
+
}, {
|
667
|
+
readonly countryIsoCode: "PH";
|
668
|
+
readonly countryName: "Philippines";
|
669
|
+
readonly phoneNumberCode: "63";
|
670
|
+
}, {
|
671
|
+
readonly countryIsoCode: "PK";
|
672
|
+
readonly countryName: "Pakistan";
|
673
|
+
readonly phoneNumberCode: "92";
|
674
|
+
}, {
|
675
|
+
readonly countryIsoCode: "PL";
|
676
|
+
readonly countryName: "Poland";
|
677
|
+
readonly phoneNumberCode: "48";
|
678
|
+
}, {
|
679
|
+
readonly countryIsoCode: "PM";
|
680
|
+
readonly countryName: "Saint Pierre and Miquelon";
|
681
|
+
readonly phoneNumberCode: "508";
|
682
|
+
}, {
|
683
|
+
readonly countryIsoCode: "PN";
|
684
|
+
readonly countryName: "Pitcairn";
|
685
|
+
readonly phoneNumberCode: "64";
|
686
|
+
}, {
|
687
|
+
readonly countryIsoCode: "PR";
|
688
|
+
readonly countryName: "Puerto Rico";
|
689
|
+
readonly phoneNumberCode: "1787";
|
690
|
+
}, {
|
691
|
+
readonly countryIsoCode: "PT";
|
692
|
+
readonly countryName: "Portugal";
|
693
|
+
readonly phoneNumberCode: "351";
|
694
|
+
}, {
|
695
|
+
readonly countryIsoCode: "PW";
|
696
|
+
readonly countryName: "Palau";
|
697
|
+
readonly phoneNumberCode: "680";
|
698
|
+
}, {
|
699
|
+
readonly countryIsoCode: "PY";
|
700
|
+
readonly countryName: "Paraguay";
|
701
|
+
readonly phoneNumberCode: "595";
|
702
|
+
}, {
|
703
|
+
readonly countryIsoCode: "QA";
|
704
|
+
readonly countryName: "Qatar";
|
705
|
+
readonly phoneNumberCode: "974";
|
706
|
+
}, {
|
707
|
+
readonly countryIsoCode: "RE";
|
708
|
+
readonly countryName: "Reunion";
|
709
|
+
readonly phoneNumberCode: "262";
|
710
|
+
}, {
|
711
|
+
readonly countryIsoCode: "RO";
|
712
|
+
readonly countryName: "Romania";
|
713
|
+
readonly phoneNumberCode: "40";
|
714
|
+
}, {
|
715
|
+
readonly countryIsoCode: "RS";
|
716
|
+
readonly countryName: "Serbia";
|
717
|
+
readonly phoneNumberCode: "381";
|
718
|
+
}, {
|
719
|
+
readonly countryIsoCode: "RU";
|
720
|
+
readonly countryName: "Russian Federation";
|
721
|
+
readonly phoneNumberCode: "7";
|
722
|
+
}, {
|
723
|
+
readonly countryIsoCode: "RW";
|
724
|
+
readonly countryName: "Rwanda";
|
725
|
+
readonly phoneNumberCode: "250";
|
726
|
+
}, {
|
727
|
+
readonly countryIsoCode: "SA";
|
728
|
+
readonly countryName: "Saudi Arabia";
|
729
|
+
readonly phoneNumberCode: "966";
|
730
|
+
}, {
|
731
|
+
readonly countryIsoCode: "SB";
|
732
|
+
readonly countryName: "Solomon Islands";
|
733
|
+
readonly phoneNumberCode: "677";
|
734
|
+
}, {
|
735
|
+
readonly countryIsoCode: "SC";
|
736
|
+
readonly countryName: "Seychelles";
|
737
|
+
readonly phoneNumberCode: "248";
|
738
|
+
}, {
|
739
|
+
readonly countryIsoCode: "SD";
|
740
|
+
readonly countryName: "Sudan";
|
741
|
+
readonly phoneNumberCode: "249";
|
742
|
+
}, {
|
743
|
+
readonly countryIsoCode: "SE";
|
744
|
+
readonly countryName: "Sweden";
|
745
|
+
readonly phoneNumberCode: "46";
|
746
|
+
}, {
|
747
|
+
readonly countryIsoCode: "SG";
|
748
|
+
readonly countryName: "Singapore";
|
749
|
+
readonly phoneNumberCode: "65";
|
750
|
+
}, {
|
751
|
+
readonly countryIsoCode: "SH";
|
752
|
+
readonly countryName: "Saint Helena";
|
753
|
+
readonly phoneNumberCode: "290";
|
754
|
+
}, {
|
755
|
+
readonly countryIsoCode: "SI";
|
756
|
+
readonly countryName: "Slovenia";
|
757
|
+
readonly phoneNumberCode: "386";
|
758
|
+
}, {
|
759
|
+
readonly countryIsoCode: "SK";
|
760
|
+
readonly countryName: "Slovakia";
|
761
|
+
readonly phoneNumberCode: "421";
|
762
|
+
}, {
|
763
|
+
readonly countryIsoCode: "SL";
|
764
|
+
readonly countryName: "Sierra Leone";
|
765
|
+
readonly phoneNumberCode: "232";
|
766
|
+
}, {
|
767
|
+
readonly countryIsoCode: "SM";
|
768
|
+
readonly countryName: "San Marino";
|
769
|
+
readonly phoneNumberCode: "378";
|
770
|
+
}, {
|
771
|
+
readonly countryIsoCode: "SN";
|
772
|
+
readonly countryName: "Senegal";
|
773
|
+
readonly phoneNumberCode: "221";
|
774
|
+
}, {
|
775
|
+
readonly countryIsoCode: "SO";
|
776
|
+
readonly countryName: "Somalia";
|
777
|
+
readonly phoneNumberCode: "252";
|
778
|
+
}, {
|
779
|
+
readonly countryIsoCode: "SR";
|
780
|
+
readonly countryName: "Suriname";
|
781
|
+
readonly phoneNumberCode: "597";
|
782
|
+
}, {
|
783
|
+
readonly countryIsoCode: "SS";
|
784
|
+
readonly countryName: "South Sudan";
|
785
|
+
readonly phoneNumberCode: "211";
|
786
|
+
}, {
|
787
|
+
readonly countryIsoCode: "ST";
|
788
|
+
readonly countryName: "Sao Tome and Principe";
|
789
|
+
readonly phoneNumberCode: "239";
|
790
|
+
}, {
|
791
|
+
readonly countryIsoCode: "SV";
|
792
|
+
readonly countryName: "El Salvador";
|
793
|
+
readonly phoneNumberCode: "503";
|
794
|
+
}, {
|
795
|
+
readonly countryIsoCode: "SX";
|
796
|
+
readonly countryName: "Sint Maarten Dutch";
|
797
|
+
readonly phoneNumberCode: "1721";
|
798
|
+
}, {
|
799
|
+
readonly countryIsoCode: "SY";
|
800
|
+
readonly countryName: "Syrian Arab Republic";
|
801
|
+
readonly phoneNumberCode: "963";
|
802
|
+
}, {
|
803
|
+
readonly countryIsoCode: "SZ";
|
804
|
+
readonly countryName: "Swaziland";
|
805
|
+
readonly phoneNumberCode: "268";
|
806
|
+
}, {
|
807
|
+
readonly countryIsoCode: "TC";
|
808
|
+
readonly countryName: "Turks and Caicos Islands";
|
809
|
+
readonly phoneNumberCode: "1649";
|
810
|
+
}, {
|
811
|
+
readonly countryIsoCode: "TD";
|
812
|
+
readonly countryName: "Chad";
|
813
|
+
readonly phoneNumberCode: "235";
|
814
|
+
}, {
|
815
|
+
readonly countryIsoCode: "TF";
|
816
|
+
readonly countryName: "French Southern Territories";
|
817
|
+
readonly phoneNumberCode: "1";
|
818
|
+
}, {
|
819
|
+
readonly countryIsoCode: "TG";
|
820
|
+
readonly countryName: "Togo";
|
821
|
+
readonly phoneNumberCode: "228";
|
822
|
+
}, {
|
823
|
+
readonly countryIsoCode: "TH";
|
824
|
+
readonly countryName: "Thailand";
|
825
|
+
readonly phoneNumberCode: "66";
|
826
|
+
}, {
|
827
|
+
readonly countryIsoCode: "TJ";
|
828
|
+
readonly countryName: "Tajikistan";
|
829
|
+
readonly phoneNumberCode: "992";
|
830
|
+
}, {
|
831
|
+
readonly countryIsoCode: "TK";
|
832
|
+
readonly countryName: "Tokelau";
|
833
|
+
readonly phoneNumberCode: "690";
|
834
|
+
}, {
|
835
|
+
readonly countryIsoCode: "TL";
|
836
|
+
readonly countryName: "Timor-Leste (East Timor)";
|
837
|
+
readonly phoneNumberCode: "670";
|
838
|
+
}, {
|
839
|
+
readonly countryIsoCode: "TM";
|
840
|
+
readonly countryName: "Turkmenistan";
|
841
|
+
readonly phoneNumberCode: "993";
|
842
|
+
}, {
|
843
|
+
readonly countryIsoCode: "TN";
|
844
|
+
readonly countryName: "Tunisia";
|
845
|
+
readonly phoneNumberCode: "216";
|
846
|
+
}, {
|
847
|
+
readonly countryIsoCode: "TO";
|
848
|
+
readonly countryName: "Tonga";
|
849
|
+
readonly phoneNumberCode: "676";
|
850
|
+
}, {
|
851
|
+
readonly countryIsoCode: "TR";
|
852
|
+
readonly countryName: "Turkey";
|
853
|
+
readonly phoneNumberCode: "90";
|
854
|
+
}, {
|
855
|
+
readonly countryIsoCode: "TT";
|
856
|
+
readonly countryName: "Trinidad and Tobago";
|
857
|
+
readonly phoneNumberCode: "1868";
|
858
|
+
}, {
|
859
|
+
readonly countryIsoCode: "TV";
|
860
|
+
readonly countryName: "Tuvalu";
|
861
|
+
readonly phoneNumberCode: "688";
|
862
|
+
}, {
|
863
|
+
readonly countryIsoCode: "TW";
|
864
|
+
readonly countryName: "Taiwan (Province of China)";
|
865
|
+
readonly phoneNumberCode: "886";
|
866
|
+
}, {
|
867
|
+
readonly countryIsoCode: "TZ";
|
868
|
+
readonly countryName: "Tanzania (United Republic of)";
|
869
|
+
readonly phoneNumberCode: "255";
|
870
|
+
}, {
|
871
|
+
readonly countryIsoCode: "UA";
|
872
|
+
readonly countryName: "Ukraine";
|
873
|
+
readonly phoneNumberCode: "380";
|
874
|
+
}, {
|
875
|
+
readonly countryIsoCode: "UG";
|
876
|
+
readonly countryName: "Uganda";
|
877
|
+
readonly phoneNumberCode: "256";
|
878
|
+
}, {
|
879
|
+
readonly countryIsoCode: "US";
|
880
|
+
readonly countryName: "United States";
|
881
|
+
readonly phoneNumberCode: "1";
|
882
|
+
}, {
|
883
|
+
readonly countryIsoCode: "UY";
|
884
|
+
readonly countryName: "Uruguay";
|
885
|
+
readonly phoneNumberCode: "598";
|
886
|
+
}, {
|
887
|
+
readonly countryIsoCode: "UZ";
|
888
|
+
readonly countryName: "Uzbekistan";
|
889
|
+
readonly phoneNumberCode: "998";
|
890
|
+
}, {
|
891
|
+
readonly countryIsoCode: "VE";
|
892
|
+
readonly countryName: "Venezuela";
|
893
|
+
readonly phoneNumberCode: "58";
|
894
|
+
}, {
|
895
|
+
readonly countryIsoCode: "VG";
|
896
|
+
readonly countryName: "Virgin Islands British";
|
897
|
+
readonly phoneNumberCode: "1284";
|
898
|
+
}, {
|
899
|
+
readonly countryIsoCode: "VI";
|
900
|
+
readonly countryName: "Virgin Islands US";
|
901
|
+
readonly phoneNumberCode: "1340";
|
902
|
+
}, {
|
903
|
+
readonly countryIsoCode: "VN";
|
904
|
+
readonly countryName: "Vietnam";
|
905
|
+
readonly phoneNumberCode: "84";
|
906
|
+
}, {
|
907
|
+
readonly countryIsoCode: "VU";
|
908
|
+
readonly countryName: "Vanuatu";
|
909
|
+
readonly phoneNumberCode: "678";
|
910
|
+
}, {
|
911
|
+
readonly countryIsoCode: "WF";
|
912
|
+
readonly countryName: "Wallis and Futuna Islands";
|
913
|
+
readonly phoneNumberCode: "681";
|
914
|
+
}, {
|
915
|
+
readonly countryIsoCode: "WS";
|
916
|
+
readonly countryName: "Samoa";
|
917
|
+
readonly phoneNumberCode: "685";
|
918
|
+
}, {
|
919
|
+
readonly countryIsoCode: "XK";
|
920
|
+
readonly countryName: "Kosovo";
|
921
|
+
readonly phoneNumberCode: "383";
|
922
|
+
}, {
|
923
|
+
readonly countryIsoCode: "YE";
|
924
|
+
readonly countryName: "Yemen";
|
925
|
+
readonly phoneNumberCode: "967";
|
926
|
+
}, {
|
927
|
+
readonly countryIsoCode: "YT";
|
928
|
+
readonly countryName: "Mayotte";
|
929
|
+
readonly phoneNumberCode: "262269";
|
930
|
+
}, {
|
931
|
+
readonly countryIsoCode: "YU";
|
932
|
+
readonly countryName: "Yugoslavia";
|
933
|
+
readonly phoneNumberCode: "38";
|
934
|
+
}, {
|
935
|
+
readonly countryIsoCode: "ZA";
|
936
|
+
readonly countryName: "South Africa";
|
937
|
+
readonly phoneNumberCode: "27";
|
938
|
+
}, {
|
939
|
+
readonly countryIsoCode: "ZM";
|
940
|
+
readonly countryName: "Zambia";
|
941
|
+
readonly phoneNumberCode: "260";
|
942
|
+
}, {
|
943
|
+
readonly countryIsoCode: "ZW";
|
944
|
+
readonly countryName: "Zimbabwe";
|
945
|
+
readonly phoneNumberCode: "263";
|
946
|
+
}];
|
6
947
|
//# sourceMappingURL=supported-sms-countries.d.ts.map
|