@silexpert/core 1.3.99-4 → 1.3.100
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/types/Enum/Phone.d.ts +200 -0
- package/dist/cjs/types/Enum/Phone.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Phone.js +202 -2
- package/dist/cjs/types/Enum/Phone.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.js +16 -16
- package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/cjs/types/Form/FormConnector.d.ts +0 -1
- package/dist/cjs/types/Form/FormConnector.d.ts.map +1 -1
- package/dist/cjs/types/Form/FormConnector.js +0 -70
- package/dist/cjs/types/Form/FormConnector.js.map +1 -1
- package/dist/cjs/types/Interface/api/library/QueryLibrary.d.ts +1 -0
- package/dist/cjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/library/QueryLibrary.js +6 -0
- package/dist/cjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/dist/mjs/types/Enum/Phone.d.ts +200 -0
- package/dist/mjs/types/Enum/Phone.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Phone.js +202 -2
- package/dist/mjs/types/Enum/Phone.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.js +16 -16
- package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/mjs/types/Form/FormConnector.d.ts +0 -1
- package/dist/mjs/types/Form/FormConnector.d.ts.map +1 -1
- package/dist/mjs/types/Form/FormConnector.js +11 -71
- package/dist/mjs/types/Form/FormConnector.js.map +1 -1
- package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts +1 -0
- package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/library/QueryLibrary.js +8 -1
- package/dist/mjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/Phone.ts +202 -2
- package/ts/types/Enum/PrestationType.ts +16 -16
- package/ts/types/Form/FormConnector.ts +11 -26
- package/ts/types/Interface/api/library/QueryLibrary.ts +6 -1
- package/dist/cjs/api/resources/Sellsy.d.ts +0 -19
- package/dist/cjs/api/resources/Sellsy.d.ts.map +0 -1
- package/dist/cjs/api/resources/Sellsy.js +0 -20
- package/dist/cjs/api/resources/Sellsy.js.map +0 -1
- package/dist/cjs/types/Interface/api/connector/OAuthTokenRequest.d.ts +0 -12
- package/dist/cjs/types/Interface/api/connector/OAuthTokenRequest.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/connector/OAuthTokenRequest.js +0 -3
- package/dist/cjs/types/Interface/api/connector/OAuthTokenRequest.js.map +0 -1
- package/dist/cjs/types/Interface/api/sellsy/SellsyConnectionStatus.d.ts +0 -11
- package/dist/cjs/types/Interface/api/sellsy/SellsyConnectionStatus.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/sellsy/SellsyConnectionStatus.js +0 -3
- package/dist/cjs/types/Interface/api/sellsy/SellsyConnectionStatus.js.map +0 -1
- package/dist/mjs/api/resources/Sellsy.d.ts +0 -19
- package/dist/mjs/api/resources/Sellsy.d.ts.map +0 -1
- package/dist/mjs/api/resources/Sellsy.js +0 -16
- package/dist/mjs/api/resources/Sellsy.js.map +0 -1
- package/dist/mjs/types/Interface/api/connector/OAuthTokenRequest.d.ts +0 -12
- package/dist/mjs/types/Interface/api/connector/OAuthTokenRequest.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/connector/OAuthTokenRequest.js +0 -2
- package/dist/mjs/types/Interface/api/connector/OAuthTokenRequest.js.map +0 -1
- package/dist/mjs/types/Interface/api/sellsy/SellsyConnectionStatus.d.ts +0 -11
- package/dist/mjs/types/Interface/api/sellsy/SellsyConnectionStatus.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/sellsy/SellsyConnectionStatus.js +0 -2
- package/dist/mjs/types/Interface/api/sellsy/SellsyConnectionStatus.js.map +0 -1
- package/ts/api/resources/Sellsy.ts +0 -24
- package/ts/types/Interface/api/connector/OAuthTokenRequest.ts +0 -12
- package/ts/types/Interface/api/sellsy/SellsyConnectionStatus.ts +0 -10
|
@@ -6,1001 +6,1201 @@ exports.PhonePrefix = {
|
|
|
6
6
|
id: 1,
|
|
7
7
|
prefix: '+33',
|
|
8
8
|
text: '+33 (France)',
|
|
9
|
+
timezone: 'Europe/Paris',
|
|
9
10
|
},
|
|
10
11
|
GUADELOUPE: {
|
|
11
12
|
id: 2,
|
|
12
13
|
prefix: '+590',
|
|
13
14
|
text: '+590 (Guadeloupe)',
|
|
15
|
+
timezone: 'America/Guadeloupe',
|
|
14
16
|
},
|
|
15
17
|
GUYANA: {
|
|
16
18
|
id: 3,
|
|
17
19
|
prefix: '+594',
|
|
18
20
|
text: '+594 (Guyana)',
|
|
21
|
+
timezone: 'America/Cayenne',
|
|
19
22
|
},
|
|
20
23
|
MARTINIQUE: {
|
|
21
24
|
id: 4,
|
|
22
25
|
prefix: '+596',
|
|
23
26
|
text: '+596 (Martinique)',
|
|
27
|
+
timezone: 'America/Martinique',
|
|
24
28
|
},
|
|
25
29
|
NEWCALEDONIA: {
|
|
26
30
|
id: 5,
|
|
27
31
|
prefix: '+687',
|
|
28
32
|
text: '+687 (Nouvelle-calédonie)',
|
|
33
|
+
timezone: 'Pacific/Noumea',
|
|
29
34
|
},
|
|
30
35
|
REUNION: {
|
|
31
36
|
id: 6,
|
|
32
37
|
prefix: '+262',
|
|
33
38
|
text: '+262 (La réunion)',
|
|
39
|
+
timezone: 'Indian/Reunion',
|
|
34
40
|
},
|
|
35
41
|
GERMANY: {
|
|
36
42
|
id: 7,
|
|
37
43
|
prefix: '+49',
|
|
38
44
|
text: '+49 (Allemagne)',
|
|
45
|
+
timezone: 'Europe/Berlin',
|
|
39
46
|
},
|
|
40
47
|
LUXEMBOURG: {
|
|
41
48
|
id: 106,
|
|
42
49
|
prefix: '+352',
|
|
43
50
|
text: '+352 (Luxembourg)',
|
|
51
|
+
timezone: 'Europe/Luxembourg',
|
|
44
52
|
},
|
|
45
53
|
BELGIUM: {
|
|
46
54
|
id: 19,
|
|
47
55
|
prefix: '+32',
|
|
48
56
|
text: '+32 (Belgique)',
|
|
57
|
+
timezone: 'Europe/Brussels',
|
|
49
58
|
},
|
|
50
59
|
ITALY: {
|
|
51
60
|
id: 89,
|
|
52
61
|
prefix: '+39',
|
|
53
62
|
text: '+39 (Italie)',
|
|
63
|
+
timezone: 'Europe/Rome',
|
|
54
64
|
},
|
|
55
65
|
SPAIN: {
|
|
56
66
|
id: 57,
|
|
57
67
|
prefix: '+34',
|
|
58
68
|
text: '+34 (Espagne)',
|
|
69
|
+
timezone: 'Europe/Madrid',
|
|
59
70
|
},
|
|
60
71
|
SWITZERLAND: {
|
|
61
72
|
id: 172,
|
|
62
73
|
prefix: '+41',
|
|
63
74
|
text: '+41 (Suisse)',
|
|
75
|
+
timezone: 'Europe/Zurich',
|
|
64
76
|
},
|
|
65
77
|
UNITEDKINGDOM: {
|
|
66
78
|
id: 188,
|
|
67
79
|
prefix: '+44',
|
|
68
80
|
text: '+44 (Royaume-Uni)',
|
|
81
|
+
timezone: 'Europe/London',
|
|
69
82
|
},
|
|
70
83
|
NETHERLANDS: {
|
|
71
84
|
id: 130,
|
|
72
85
|
prefix: '+31',
|
|
73
86
|
text: '+31 (Pays-Bas)',
|
|
87
|
+
timezone: 'Europe/Amsterdam',
|
|
74
88
|
},
|
|
75
89
|
UKRAINE: {
|
|
76
90
|
id: 187,
|
|
77
91
|
prefix: '+380',
|
|
78
92
|
text: '+380 (Ukraine)',
|
|
93
|
+
timezone: 'Europe/Kiev',
|
|
79
94
|
},
|
|
80
95
|
GREECE: {
|
|
81
96
|
id: 69,
|
|
82
97
|
prefix: '+30',
|
|
83
98
|
text: '+30 (Grèce)',
|
|
99
|
+
timezone: 'Europe/Athens',
|
|
84
100
|
},
|
|
85
101
|
POLAND: {
|
|
86
102
|
id: 145,
|
|
87
103
|
prefix: '+48',
|
|
88
104
|
text: '+48 (Pologne)',
|
|
105
|
+
timezone: 'Europe/Warsaw',
|
|
89
106
|
},
|
|
90
107
|
AUSTRIA: {
|
|
91
108
|
id: 13,
|
|
92
109
|
prefix: '+43',
|
|
93
110
|
text: '+43 (Autriche)',
|
|
111
|
+
timezone: 'Europe/Vienna',
|
|
94
112
|
},
|
|
95
113
|
SWEDEN: {
|
|
96
114
|
id: 171,
|
|
97
115
|
prefix: '+46',
|
|
98
116
|
text: '+46 (Suède)',
|
|
117
|
+
timezone: 'Europe/Stockholm',
|
|
99
118
|
},
|
|
100
119
|
NORWAY: {
|
|
101
120
|
id: 136,
|
|
102
121
|
prefix: '+47',
|
|
103
122
|
text: '+47 (Norvège)',
|
|
123
|
+
timezone: 'Europe/Oslo',
|
|
104
124
|
},
|
|
105
125
|
IRELAND: {
|
|
106
126
|
id: 86,
|
|
107
127
|
prefix: '+353',
|
|
108
128
|
text: '+353 (Irlande)',
|
|
129
|
+
timezone: 'Europe/Dublin',
|
|
109
130
|
},
|
|
110
131
|
DENMARK: {
|
|
111
132
|
id: 50,
|
|
112
133
|
prefix: '+45',
|
|
113
134
|
text: '+45 (Danemark)',
|
|
135
|
+
timezone: 'Europe/Copenhagen',
|
|
114
136
|
},
|
|
115
137
|
CROATIA: {
|
|
116
138
|
id: 48,
|
|
117
139
|
prefix: '+385',
|
|
118
140
|
text: '+385 (Croatie)',
|
|
141
|
+
timezone: 'Europe/Zagreb',
|
|
119
142
|
},
|
|
120
143
|
ROMANIA: {
|
|
121
144
|
id: 148,
|
|
122
145
|
prefix: '+40',
|
|
123
146
|
text: '+40 (Roumanie)',
|
|
147
|
+
timezone: 'Europe/Bucharest',
|
|
124
148
|
},
|
|
125
149
|
ICELAND: {
|
|
126
150
|
id: 87,
|
|
127
151
|
prefix: '+354',
|
|
128
152
|
text: '+354 (Islande)',
|
|
153
|
+
timezone: 'Atlantic/Reykjavik',
|
|
129
154
|
},
|
|
130
155
|
SERBIA: {
|
|
131
156
|
id: 159,
|
|
132
157
|
prefix: '+381',
|
|
133
158
|
text: '+381 (Serbie)',
|
|
159
|
+
timezone: 'Europe/Belgrade',
|
|
134
160
|
},
|
|
135
161
|
FINLAND: {
|
|
136
162
|
id: 62,
|
|
137
163
|
prefix: '+358',
|
|
138
164
|
text: '+358 (Finlande)',
|
|
165
|
+
timezone: 'Europe/Helsinki',
|
|
139
166
|
},
|
|
140
167
|
MALTA: {
|
|
141
168
|
id: 114,
|
|
142
169
|
prefix: '+356',
|
|
143
170
|
text: '+356 (Malte)',
|
|
171
|
+
timezone: 'Europe/Malta',
|
|
144
172
|
},
|
|
145
173
|
BULGARIA: {
|
|
146
174
|
id: 30,
|
|
147
175
|
prefix: '+359',
|
|
148
176
|
text: '+359 (Bulgarie)',
|
|
177
|
+
timezone: 'Europe/Sofia',
|
|
149
178
|
},
|
|
150
179
|
HUNGARY: {
|
|
151
180
|
id: 81,
|
|
152
181
|
prefix: '+36',
|
|
153
182
|
text: '+36 (Hongrie)',
|
|
183
|
+
timezone: 'Europe/Budapest',
|
|
154
184
|
},
|
|
155
185
|
ALBANIA: {
|
|
156
186
|
id: 77,
|
|
157
187
|
prefix: '+355',
|
|
158
188
|
text: '+355 (Albanie)',
|
|
189
|
+
timezone: 'Europe/Tirane',
|
|
159
190
|
},
|
|
160
191
|
AFGHANISTAN: {
|
|
161
192
|
id: 63,
|
|
162
193
|
prefix: '+93',
|
|
163
194
|
text: '+93 (Afghanistan)',
|
|
195
|
+
timezone: 'Asia/Kabul',
|
|
164
196
|
},
|
|
165
197
|
SOUTHAFRICA: {
|
|
166
198
|
id: 198,
|
|
167
199
|
prefix: '+27',
|
|
168
200
|
text: '+27 (Afrique du Sud)',
|
|
201
|
+
timezone: 'Africa/Johannesburg',
|
|
169
202
|
},
|
|
170
203
|
ALGERIA: {
|
|
171
204
|
id: 199,
|
|
172
205
|
prefix: '+213',
|
|
173
206
|
text: '+213 (Algérie)',
|
|
207
|
+
timezone: 'Africa/Algiers',
|
|
174
208
|
},
|
|
175
209
|
ANDORRA: {
|
|
176
210
|
id: 201,
|
|
177
211
|
prefix: '+376',
|
|
178
212
|
text: '+376 (Andorre)',
|
|
213
|
+
timezone: 'Europe/Andorra',
|
|
179
214
|
},
|
|
180
215
|
ANGOLA: {
|
|
181
216
|
id: 200,
|
|
182
217
|
prefix: '+244',
|
|
183
218
|
text: '+244 (Angola)',
|
|
219
|
+
timezone: 'Africa/Luanda',
|
|
184
220
|
},
|
|
185
221
|
ANTIGUAETBARBUDA: {
|
|
186
222
|
id: 8,
|
|
187
223
|
prefix: '+1268',
|
|
188
224
|
text: '+1268 (Antigua-et-Barbuda)',
|
|
225
|
+
timezone: 'America/Antigua',
|
|
189
226
|
},
|
|
190
227
|
SAUDIARABIA: {
|
|
191
228
|
id: 9,
|
|
192
229
|
prefix: '+966',
|
|
193
230
|
text: '+966 (Arabie saoudite)',
|
|
231
|
+
timezone: 'Asia/Riyadh',
|
|
194
232
|
},
|
|
195
233
|
ARGENTINA: {
|
|
196
234
|
id: 10,
|
|
197
235
|
prefix: '+54',
|
|
198
236
|
text: '+54 (Argentine)',
|
|
237
|
+
timezone: 'America/Argentina/Buenos_Aires',
|
|
199
238
|
},
|
|
200
239
|
ARMENIA: {
|
|
201
240
|
id: 11,
|
|
202
241
|
prefix: '+374',
|
|
203
242
|
text: '+374 (Arménie)',
|
|
243
|
+
timezone: 'Asia/Yerevan',
|
|
204
244
|
},
|
|
205
245
|
AUSTRALIA: {
|
|
206
246
|
id: 12,
|
|
207
247
|
prefix: '+61',
|
|
208
248
|
text: '+61 (Australie)',
|
|
249
|
+
timezone: 'Australia/Sydney',
|
|
209
250
|
},
|
|
210
251
|
AZERBAIJAN: {
|
|
211
252
|
id: 14,
|
|
212
253
|
prefix: '+994',
|
|
213
254
|
text: '+994 (Azerbaïdjan)',
|
|
255
|
+
timezone: 'Asia/Baku',
|
|
214
256
|
},
|
|
215
257
|
BAHAMAS: {
|
|
216
258
|
id: 15,
|
|
217
259
|
prefix: '+1242',
|
|
218
260
|
text: '+1242 (Bahamas)',
|
|
261
|
+
timezone: 'America/Nassau',
|
|
219
262
|
},
|
|
220
263
|
BAHRAIN: {
|
|
221
264
|
id: 16,
|
|
222
265
|
prefix: '+973',
|
|
223
266
|
text: '+973 (Bahreïn)',
|
|
267
|
+
timezone: 'Asia/Bahrain',
|
|
224
268
|
},
|
|
225
269
|
BANGLADESH: {
|
|
226
270
|
id: 17,
|
|
227
271
|
prefix: '+880',
|
|
228
272
|
text: '+880 (Bangladesh)',
|
|
273
|
+
timezone: 'Asia/Dhaka',
|
|
229
274
|
},
|
|
230
275
|
BARBADOS: {
|
|
231
276
|
id: 18,
|
|
232
277
|
prefix: '+1246',
|
|
233
278
|
text: '+1246 (Barbade)',
|
|
279
|
+
timezone: 'America/Barbados',
|
|
234
280
|
},
|
|
235
281
|
BELIZE: {
|
|
236
282
|
id: 20,
|
|
237
283
|
prefix: '+501',
|
|
238
284
|
text: '+501 (Belize)',
|
|
285
|
+
timezone: 'America/Belize',
|
|
239
286
|
},
|
|
240
287
|
BENIN: {
|
|
241
288
|
id: 21,
|
|
242
289
|
prefix: '+229',
|
|
243
290
|
text: '+229 (Bénin)',
|
|
291
|
+
timezone: 'Africa/Porto-Novo',
|
|
244
292
|
},
|
|
245
293
|
BHUTAN: {
|
|
246
294
|
id: 22,
|
|
247
295
|
prefix: '+975',
|
|
248
296
|
text: '+975 (Bhoutan)',
|
|
297
|
+
timezone: 'Asia/Thimphu',
|
|
249
298
|
},
|
|
250
299
|
BELARUS: {
|
|
251
300
|
id: 23,
|
|
252
301
|
prefix: '+375',
|
|
253
302
|
text: '+375 (Bélarus)',
|
|
303
|
+
timezone: 'Europe/Minsk',
|
|
254
304
|
},
|
|
255
305
|
BURMA: {
|
|
256
306
|
id: 24,
|
|
257
307
|
prefix: '+95',
|
|
258
308
|
text: '+95 (Birmanie)',
|
|
309
|
+
timezone: 'Asia/Yangon',
|
|
259
310
|
},
|
|
260
311
|
BOLIVIA: {
|
|
261
312
|
id: 25,
|
|
262
313
|
prefix: '+591',
|
|
263
314
|
text: '+591 (Bolivie)',
|
|
315
|
+
timezone: 'America/La_Paz',
|
|
264
316
|
},
|
|
265
317
|
BOSNIAANDHERZEGOVINA: {
|
|
266
318
|
id: 26,
|
|
267
319
|
prefix: '+387',
|
|
268
320
|
text: '+387 (Bosnie-Herzégovine)',
|
|
321
|
+
timezone: 'Europe/Sarajevo',
|
|
269
322
|
},
|
|
270
323
|
BOTSWANA: {
|
|
271
324
|
id: 27,
|
|
272
325
|
prefix: '+267',
|
|
273
326
|
text: '+267 (Botswana)',
|
|
327
|
+
timezone: 'Africa/Gaborone',
|
|
274
328
|
},
|
|
275
329
|
BRAZIL: {
|
|
276
330
|
id: 28,
|
|
277
331
|
prefix: '+55',
|
|
278
332
|
text: '+55 (Brésil)',
|
|
333
|
+
timezone: 'America/Sao_Paulo',
|
|
279
334
|
},
|
|
280
335
|
BRUNEIDARUSSALAM: {
|
|
281
336
|
id: 29,
|
|
282
337
|
prefix: '+673',
|
|
283
338
|
text: '+673 (Brunéi Darussalam)',
|
|
339
|
+
timezone: 'Asia/Brunei',
|
|
284
340
|
},
|
|
285
341
|
BURKINAFASO: {
|
|
286
342
|
id: 31,
|
|
287
343
|
prefix: '+226',
|
|
288
344
|
text: '+226 (Burkina Faso)',
|
|
345
|
+
timezone: 'Africa/Ouagadougou',
|
|
289
346
|
},
|
|
290
347
|
BURUNDI: {
|
|
291
348
|
id: 32,
|
|
292
349
|
prefix: '+257',
|
|
293
350
|
text: '+257 (Burundi)',
|
|
351
|
+
timezone: 'Africa/Bujumbura',
|
|
294
352
|
},
|
|
295
353
|
CAMBODIA: {
|
|
296
354
|
id: 33,
|
|
297
355
|
prefix: '+855',
|
|
298
356
|
text: '+855 (Cambodge)',
|
|
357
|
+
timezone: 'Asia/Phnom_Penh',
|
|
299
358
|
},
|
|
300
359
|
CAMEROON: {
|
|
301
360
|
id: 34,
|
|
302
361
|
prefix: '+237',
|
|
303
362
|
text: '+237 (Cameroun)',
|
|
363
|
+
timezone: 'Africa/Douala',
|
|
304
364
|
},
|
|
305
365
|
CANADA: {
|
|
306
366
|
id: 35,
|
|
307
367
|
prefix: '+1',
|
|
308
368
|
text: '+1 (Canada)',
|
|
369
|
+
timezone: 'America/Toronto',
|
|
309
370
|
},
|
|
310
371
|
CAPEVERDE: {
|
|
311
372
|
id: 36,
|
|
312
373
|
prefix: '+238',
|
|
313
374
|
text: '+238 (Cap-Vert)',
|
|
375
|
+
timezone: 'Atlantic/Cape_Verde',
|
|
314
376
|
},
|
|
315
377
|
CHILE: {
|
|
316
378
|
id: 37,
|
|
317
379
|
prefix: '+56',
|
|
318
380
|
text: '+56 (Chili)',
|
|
381
|
+
timezone: 'America/Santiago',
|
|
319
382
|
},
|
|
320
383
|
CHINA: {
|
|
321
384
|
id: 38,
|
|
322
385
|
prefix: '+86',
|
|
323
386
|
text: '+86 (Chine)',
|
|
387
|
+
timezone: 'Asia/Shanghai',
|
|
324
388
|
},
|
|
325
389
|
CYPRUS: {
|
|
326
390
|
id: 39,
|
|
327
391
|
prefix: '+357',
|
|
328
392
|
text: '+357 (Chypre)',
|
|
393
|
+
timezone: 'Asia/Nicosia',
|
|
329
394
|
},
|
|
330
395
|
COLOMBIA: {
|
|
331
396
|
id: 40,
|
|
332
397
|
prefix: '+57',
|
|
333
398
|
text: '+57 (Colombie)',
|
|
399
|
+
timezone: 'America/Bogota',
|
|
334
400
|
},
|
|
335
401
|
COMOROS: {
|
|
336
402
|
id: 41,
|
|
337
403
|
prefix: '+269',
|
|
338
404
|
text: '+269 (Comores)',
|
|
405
|
+
timezone: 'Indian/Comoro',
|
|
339
406
|
},
|
|
340
407
|
CONGODEMOCRATICREPUBLICOF: {
|
|
341
408
|
id: 42,
|
|
342
409
|
prefix: '+243',
|
|
343
410
|
text: '+243 (République démocratique du Congo)',
|
|
411
|
+
timezone: 'Africa/Kinshasa',
|
|
344
412
|
},
|
|
345
413
|
CONGO: {
|
|
346
414
|
id: 43,
|
|
347
415
|
prefix: '+242',
|
|
348
416
|
text: '+242 (Congo)',
|
|
417
|
+
timezone: 'Africa/Brazzaville',
|
|
349
418
|
},
|
|
350
419
|
NORTHKOREA: {
|
|
351
420
|
id: 44,
|
|
352
421
|
prefix: '+850',
|
|
353
422
|
text: '+850 (Corée du Nord)',
|
|
423
|
+
timezone: 'Asia/Pyongyang',
|
|
354
424
|
},
|
|
355
425
|
SOUTHKOREA: {
|
|
356
426
|
id: 45,
|
|
357
427
|
prefix: '+82',
|
|
358
428
|
text: '+82 (Corée du Sud)',
|
|
429
|
+
timezone: 'Asia/Seoul',
|
|
359
430
|
},
|
|
360
431
|
COSTARICA: {
|
|
361
432
|
id: 46,
|
|
362
433
|
prefix: '+506',
|
|
363
434
|
text: '+506 (Costa Rica)',
|
|
435
|
+
timezone: 'America/Costa_Rica',
|
|
364
436
|
},
|
|
365
437
|
CÔTEDIVOIRE: {
|
|
366
438
|
id: 47,
|
|
367
439
|
prefix: '+225',
|
|
368
|
-
text:
|
|
440
|
+
text: "+225 (Côte d'Ivoire)",
|
|
441
|
+
timezone: 'Africa/Abidjan',
|
|
369
442
|
},
|
|
370
443
|
CUBA: {
|
|
371
444
|
id: 49,
|
|
372
445
|
prefix: '+53',
|
|
373
446
|
text: '+53 (Cuba)',
|
|
447
|
+
timezone: 'America/Havana',
|
|
374
448
|
},
|
|
375
449
|
DJIBOUTI: {
|
|
376
450
|
id: 51,
|
|
377
451
|
prefix: '+253',
|
|
378
452
|
text: '+253 (Djibouti)',
|
|
453
|
+
timezone: 'Africa/Djibouti',
|
|
379
454
|
},
|
|
380
455
|
DOMINICA: {
|
|
381
456
|
id: 52,
|
|
382
457
|
prefix: '+1-767',
|
|
383
458
|
text: '+1-767 (Dominique)',
|
|
459
|
+
timezone: 'America/Dominica',
|
|
384
460
|
},
|
|
385
461
|
EGYPT: {
|
|
386
462
|
id: 53,
|
|
387
463
|
prefix: '+20',
|
|
388
464
|
text: '+20 (Égypte)',
|
|
465
|
+
timezone: 'Africa/Cairo',
|
|
389
466
|
},
|
|
390
467
|
UNITEDARABEMIRATES: {
|
|
391
468
|
id: 54,
|
|
392
469
|
prefix: '+971',
|
|
393
470
|
text: '+971 (Émirats arabes unis)',
|
|
471
|
+
timezone: 'Asia/Dubai',
|
|
394
472
|
},
|
|
395
473
|
ECUADOR: {
|
|
396
474
|
id: 55,
|
|
397
475
|
prefix: '+593',
|
|
398
476
|
text: '+593 (Équateur)',
|
|
477
|
+
timezone: 'America/Guayaquil',
|
|
399
478
|
},
|
|
400
479
|
ERITREA: {
|
|
401
480
|
id: 56,
|
|
402
481
|
prefix: '+291',
|
|
403
482
|
text: '+291 (Érythrée)',
|
|
483
|
+
timezone: 'Africa/Asmara',
|
|
404
484
|
},
|
|
405
485
|
ESTONIA: {
|
|
406
486
|
id: 58,
|
|
407
487
|
prefix: '+372',
|
|
408
488
|
text: '+372 (Estonie)',
|
|
489
|
+
timezone: 'Europe/Tallinn',
|
|
409
490
|
},
|
|
410
491
|
UNITEDSTATES: {
|
|
411
492
|
id: 59,
|
|
412
493
|
prefix: '+1',
|
|
413
494
|
text: '+1 (États-Unis)',
|
|
495
|
+
timezone: 'America/New_York',
|
|
414
496
|
},
|
|
415
497
|
ETHIOPIA: {
|
|
416
498
|
id: 60,
|
|
417
499
|
prefix: '+251',
|
|
418
500
|
text: '+251 (Éthiopie)',
|
|
501
|
+
timezone: 'Africa/Addis_Ababa',
|
|
419
502
|
},
|
|
420
503
|
FIJI: {
|
|
421
504
|
id: 61,
|
|
422
505
|
prefix: '+679',
|
|
423
506
|
text: '+679 (Fidji)',
|
|
507
|
+
timezone: 'Pacific/Fiji',
|
|
424
508
|
},
|
|
425
509
|
GABON: {
|
|
426
510
|
id: 64,
|
|
427
511
|
prefix: '+241',
|
|
428
512
|
text: '+241 (Gabon)',
|
|
513
|
+
timezone: 'Africa/Libreville',
|
|
429
514
|
},
|
|
430
515
|
GAMBIA: {
|
|
431
516
|
id: 65,
|
|
432
517
|
prefix: '+220',
|
|
433
518
|
text: '+220 (Gambie)',
|
|
519
|
+
timezone: 'Africa/Banjul',
|
|
434
520
|
},
|
|
435
521
|
GEORGIA: {
|
|
436
522
|
id: 66,
|
|
437
523
|
prefix: '+995',
|
|
438
524
|
text: '+995 (Géorgie)',
|
|
525
|
+
timezone: 'Asia/Tbilisi',
|
|
439
526
|
},
|
|
440
527
|
GHANA: {
|
|
441
528
|
id: 67,
|
|
442
529
|
prefix: '+233',
|
|
443
530
|
text: '+233 (Ghana)',
|
|
531
|
+
timezone: 'Africa/Accra',
|
|
444
532
|
},
|
|
445
533
|
GIBRALTAR: {
|
|
446
534
|
id: 68,
|
|
447
535
|
prefix: '+350',
|
|
448
536
|
text: '+350 (Gibraltar)',
|
|
537
|
+
timezone: 'Europe/Gibraltar',
|
|
449
538
|
},
|
|
450
539
|
GRENADA: {
|
|
451
540
|
id: 70,
|
|
452
541
|
prefix: '+1-473',
|
|
453
542
|
text: '+1-473 (Grenade)',
|
|
543
|
+
timezone: 'America/Grenada',
|
|
454
544
|
},
|
|
455
545
|
GREENLAND: {
|
|
456
546
|
id: 71,
|
|
457
547
|
prefix: '+299',
|
|
458
548
|
text: '+299 (Groenland)',
|
|
549
|
+
timezone: 'America/Godthab',
|
|
459
550
|
},
|
|
460
551
|
GUAM: {
|
|
461
552
|
id: 72,
|
|
462
553
|
prefix: '+1-671',
|
|
463
554
|
text: '+1-671 (Guam)',
|
|
555
|
+
timezone: 'Pacific/Guam',
|
|
464
556
|
},
|
|
465
557
|
GUATEMALA: {
|
|
466
558
|
id: 73,
|
|
467
559
|
prefix: '+502',
|
|
468
560
|
text: '+502 (Guatemala)',
|
|
561
|
+
timezone: 'America/Guatemala',
|
|
469
562
|
},
|
|
470
563
|
GUINEA: {
|
|
471
564
|
id: 74,
|
|
472
565
|
prefix: '+224',
|
|
473
566
|
text: '+224 (Guinée)',
|
|
567
|
+
timezone: 'Africa/Conakry',
|
|
474
568
|
},
|
|
475
569
|
GUINEABISSAU: {
|
|
476
570
|
id: 75,
|
|
477
571
|
prefix: '+245',
|
|
478
572
|
text: '+245 (Guinée-Bissau)',
|
|
573
|
+
timezone: 'Africa/Bissau',
|
|
479
574
|
},
|
|
480
575
|
EQUATORIALGUINEA: {
|
|
481
576
|
id: 76,
|
|
482
577
|
prefix: '+240',
|
|
483
578
|
text: '+240 (Guinée équatoriale)',
|
|
579
|
+
timezone: 'Africa/Malabo',
|
|
484
580
|
},
|
|
485
581
|
HAITI: {
|
|
486
582
|
id: 78,
|
|
487
583
|
prefix: '+509',
|
|
488
584
|
text: '+509 (Haïti)',
|
|
585
|
+
timezone: 'America/Port-au-Prince',
|
|
489
586
|
},
|
|
490
587
|
HONDURAS: {
|
|
491
588
|
id: 79,
|
|
492
589
|
prefix: '+504',
|
|
493
590
|
text: '+504 (Honduras)',
|
|
591
|
+
timezone: 'America/Tegucigalpa',
|
|
494
592
|
},
|
|
495
593
|
HONGKONG: {
|
|
496
594
|
id: 80,
|
|
497
595
|
prefix: '+852',
|
|
498
596
|
text: '+852 (Hong Kong)',
|
|
597
|
+
timezone: 'Asia/Hong_Kong',
|
|
499
598
|
},
|
|
500
599
|
INDIA: {
|
|
501
600
|
id: 82,
|
|
502
601
|
prefix: '+91',
|
|
503
602
|
text: '+91 (Inde)',
|
|
603
|
+
timezone: 'Asia/Kolkata',
|
|
504
604
|
},
|
|
505
605
|
INDONESIA: {
|
|
506
606
|
id: 83,
|
|
507
607
|
prefix: '+62',
|
|
508
608
|
text: '+62 (Indonésie)',
|
|
609
|
+
timezone: 'Asia/Jakarta',
|
|
509
610
|
},
|
|
510
611
|
IRAQ: {
|
|
511
612
|
id: 84,
|
|
512
613
|
prefix: '+964',
|
|
513
614
|
text: '+964 (Irak)',
|
|
615
|
+
timezone: 'Asia/Baghdad',
|
|
514
616
|
},
|
|
515
617
|
IRAN: {
|
|
516
618
|
id: 85,
|
|
517
619
|
prefix: '+98',
|
|
518
620
|
text: '+98 (Iran)',
|
|
621
|
+
timezone: 'Asia/Tehran',
|
|
519
622
|
},
|
|
520
623
|
ISRAEL: {
|
|
521
624
|
id: 88,
|
|
522
625
|
prefix: '+972',
|
|
523
626
|
text: '+972 (Israël)',
|
|
627
|
+
timezone: 'Asia/Jerusalem',
|
|
524
628
|
},
|
|
525
629
|
JAMAICA: {
|
|
526
630
|
id: 90,
|
|
527
631
|
prefix: '+1-876',
|
|
528
632
|
text: '+1-876 (Jamaïque)',
|
|
633
|
+
timezone: 'America/Jamaica',
|
|
529
634
|
},
|
|
530
635
|
JAPAN: {
|
|
531
636
|
id: 91,
|
|
532
637
|
prefix: '+81',
|
|
533
638
|
text: '+81 (Japon)',
|
|
639
|
+
timezone: 'Asia/Tokyo',
|
|
534
640
|
},
|
|
535
641
|
JORDAN: {
|
|
536
642
|
id: 92,
|
|
537
643
|
prefix: '+962',
|
|
538
644
|
text: '+962 (Jordanie)',
|
|
645
|
+
timezone: 'Asia/Amman',
|
|
539
646
|
},
|
|
540
647
|
KAZAKHSTAN: {
|
|
541
648
|
id: 93,
|
|
542
649
|
prefix: '+7',
|
|
543
650
|
text: '+7 (Kazakhstan)',
|
|
651
|
+
timezone: 'Asia/Almaty',
|
|
544
652
|
},
|
|
545
653
|
KENYA: {
|
|
546
654
|
id: 94,
|
|
547
655
|
prefix: '+254',
|
|
548
656
|
text: '+254 (Kenya)',
|
|
657
|
+
timezone: 'Africa/Nairobi',
|
|
549
658
|
},
|
|
550
659
|
KYRGYZSTAN: {
|
|
551
660
|
id: 95,
|
|
552
661
|
prefix: '+996',
|
|
553
662
|
text: '+996 (Kirghizistan)',
|
|
663
|
+
timezone: 'Asia/Bishkek',
|
|
554
664
|
},
|
|
555
665
|
KIRIBATI: {
|
|
556
666
|
id: 96,
|
|
557
667
|
prefix: '+686',
|
|
558
668
|
text: '+686 (Kiribati)',
|
|
669
|
+
timezone: 'Pacific/Tarawa',
|
|
559
670
|
},
|
|
560
671
|
KUWAIT: {
|
|
561
672
|
id: 97,
|
|
562
673
|
prefix: '+965',
|
|
563
674
|
text: '+965 (Koweït)',
|
|
675
|
+
timezone: 'Asia/Kuwait',
|
|
564
676
|
},
|
|
565
677
|
LAOS: {
|
|
566
678
|
id: 98,
|
|
567
679
|
prefix: '+856',
|
|
568
680
|
text: '+856 (Laos)',
|
|
681
|
+
timezone: 'Asia/Vientiane',
|
|
569
682
|
},
|
|
570
683
|
LESOTHO: {
|
|
571
684
|
id: 99,
|
|
572
685
|
prefix: '+266',
|
|
573
686
|
text: '+266 (Lesotho)',
|
|
687
|
+
timezone: 'Africa/Maseru',
|
|
574
688
|
},
|
|
575
689
|
LATVIA: {
|
|
576
690
|
id: 100,
|
|
577
691
|
prefix: '+371',
|
|
578
692
|
text: '+371 (Lettonie)',
|
|
693
|
+
timezone: 'Europe/Riga',
|
|
579
694
|
},
|
|
580
695
|
LEBANON: {
|
|
581
696
|
id: 101,
|
|
582
697
|
prefix: '+961',
|
|
583
698
|
text: '+961 (Liban)',
|
|
699
|
+
timezone: 'Asia/Beirut',
|
|
584
700
|
},
|
|
585
701
|
LIBERIA: {
|
|
586
702
|
id: 102,
|
|
587
703
|
prefix: '+231',
|
|
588
704
|
text: '+231 (Libéria)',
|
|
705
|
+
timezone: 'Africa/Monrovia',
|
|
589
706
|
},
|
|
590
707
|
LIBYA: {
|
|
591
708
|
id: 103,
|
|
592
709
|
prefix: '+218',
|
|
593
710
|
text: '+218 (Libye)',
|
|
711
|
+
timezone: 'Africa/Tripoli',
|
|
594
712
|
},
|
|
595
713
|
LIECHTENSTEIN: {
|
|
596
714
|
id: 104,
|
|
597
715
|
prefix: '+423',
|
|
598
716
|
text: '+423 (Liechtenstein)',
|
|
717
|
+
timezone: 'Europe/Vaduz',
|
|
599
718
|
},
|
|
600
719
|
LITHUANIA: {
|
|
601
720
|
id: 105,
|
|
602
721
|
prefix: '+370',
|
|
603
722
|
text: '+370 (Lituanie)',
|
|
723
|
+
timezone: 'Europe/Vilnius',
|
|
604
724
|
},
|
|
605
725
|
MACAU: {
|
|
606
726
|
id: 107,
|
|
607
727
|
prefix: '+853',
|
|
608
728
|
text: '+853 (Macao)',
|
|
729
|
+
timezone: 'Asia/Macau',
|
|
609
730
|
},
|
|
610
731
|
MACEDONIA: {
|
|
611
732
|
id: 108,
|
|
612
733
|
prefix: '+389',
|
|
613
734
|
text: '+389 (Macédoine)',
|
|
735
|
+
timezone: 'Europe/Skopje',
|
|
614
736
|
},
|
|
615
737
|
MADAGASCAR: {
|
|
616
738
|
id: 109,
|
|
617
739
|
prefix: '+261',
|
|
618
740
|
text: '+261 (Madagascar)',
|
|
741
|
+
timezone: 'Indian/Antananarivo',
|
|
619
742
|
},
|
|
620
743
|
MALAYSIA: {
|
|
621
744
|
id: 110,
|
|
622
745
|
prefix: '+60',
|
|
623
746
|
text: '+60 (Malaisie)',
|
|
747
|
+
timezone: 'Asia/Kuala_Lumpur',
|
|
624
748
|
},
|
|
625
749
|
MALAWI: {
|
|
626
750
|
id: 111,
|
|
627
751
|
prefix: '+265',
|
|
628
752
|
text: '+265 (Malawi)',
|
|
753
|
+
timezone: 'Africa/Blantyre',
|
|
629
754
|
},
|
|
630
755
|
MALDIVES: {
|
|
631
756
|
id: 112,
|
|
632
757
|
prefix: '+960',
|
|
633
758
|
text: '+960 (Maldives)',
|
|
759
|
+
timezone: 'Indian/Maldives',
|
|
634
760
|
},
|
|
635
761
|
MALI: {
|
|
636
762
|
id: 113,
|
|
637
763
|
prefix: '+223',
|
|
638
764
|
text: '+223 (Mali)',
|
|
765
|
+
timezone: 'Africa/Bamako',
|
|
639
766
|
},
|
|
640
767
|
MARSHALLISLANDS: {
|
|
641
768
|
id: 115,
|
|
642
769
|
prefix: '+692',
|
|
643
770
|
text: '+692 (Îles Marshall)',
|
|
771
|
+
timezone: 'Pacific/Majuro',
|
|
644
772
|
},
|
|
645
773
|
MAURITANIA: {
|
|
646
774
|
id: 116,
|
|
647
775
|
prefix: '+222',
|
|
648
776
|
text: '+222 (Mauritanie)',
|
|
777
|
+
timezone: 'Africa/Nouakchott',
|
|
649
778
|
},
|
|
650
779
|
MAURITIUS: {
|
|
651
780
|
id: 117,
|
|
652
781
|
prefix: '+230',
|
|
653
782
|
text: '+230 (Maurice)',
|
|
783
|
+
timezone: 'Indian/Mauritius',
|
|
654
784
|
},
|
|
655
785
|
MEXICO: {
|
|
656
786
|
id: 118,
|
|
657
787
|
prefix: '+52',
|
|
658
788
|
text: '+52 (Mexique)',
|
|
789
|
+
timezone: 'America/Mexico_City',
|
|
659
790
|
},
|
|
660
791
|
MICRONESIA: {
|
|
661
792
|
id: 119,
|
|
662
793
|
prefix: '+691',
|
|
663
794
|
text: '+691 (Micronésie)',
|
|
795
|
+
timezone: 'Pacific/Chuuk',
|
|
664
796
|
},
|
|
665
797
|
MOLDOVA: {
|
|
666
798
|
id: 120,
|
|
667
799
|
prefix: '+373',
|
|
668
800
|
text: '+373 (Moldavie)',
|
|
801
|
+
timezone: 'Europe/Chisinau',
|
|
669
802
|
},
|
|
670
803
|
MONACO: {
|
|
671
804
|
id: 121,
|
|
672
805
|
prefix: '+377',
|
|
673
806
|
text: '+377 (Monaco)',
|
|
807
|
+
timezone: 'Europe/Monaco',
|
|
674
808
|
},
|
|
675
809
|
MONGOLIA: {
|
|
676
810
|
id: 122,
|
|
677
811
|
prefix: '+976',
|
|
678
812
|
text: '+976 (Mongolie)',
|
|
813
|
+
timezone: 'Asia/Ulaanbaatar',
|
|
679
814
|
},
|
|
680
815
|
MONTENEGRO: {
|
|
681
816
|
id: 123,
|
|
682
817
|
prefix: '+382',
|
|
683
818
|
text: '+382 (Monténégro)',
|
|
819
|
+
timezone: 'Europe/Podgorica',
|
|
684
820
|
},
|
|
685
821
|
MOROCCO: {
|
|
686
822
|
id: 124,
|
|
687
823
|
prefix: '+212',
|
|
688
824
|
text: '+212 (Maroc)',
|
|
825
|
+
timezone: 'Africa/Casablanca',
|
|
689
826
|
},
|
|
690
827
|
MOZAMBIQUE: {
|
|
691
828
|
id: 125,
|
|
692
829
|
prefix: '+258',
|
|
693
830
|
text: '+258 (Mozambique)',
|
|
831
|
+
timezone: 'Africa/Maputo',
|
|
694
832
|
},
|
|
695
833
|
MYANMAR: {
|
|
696
834
|
id: 126,
|
|
697
835
|
prefix: '+95',
|
|
698
836
|
text: '+95 (Myanmar)',
|
|
837
|
+
timezone: 'Asia/Yangon',
|
|
699
838
|
},
|
|
700
839
|
NAMIBIA: {
|
|
701
840
|
id: 127,
|
|
702
841
|
prefix: '+264',
|
|
703
842
|
text: '+264 (Namibie)',
|
|
843
|
+
timezone: 'Africa/Windhoek',
|
|
704
844
|
},
|
|
705
845
|
NAURU: {
|
|
706
846
|
id: 128,
|
|
707
847
|
prefix: '+674',
|
|
708
848
|
text: '+674 (Nauru)',
|
|
849
|
+
timezone: 'Pacific/Nauru',
|
|
709
850
|
},
|
|
710
851
|
NEPAL: {
|
|
711
852
|
id: 129,
|
|
712
853
|
prefix: '+977',
|
|
713
854
|
text: '+977 (Népal)',
|
|
855
|
+
timezone: 'Asia/Kathmandu',
|
|
714
856
|
},
|
|
715
857
|
NEWZEALAND: {
|
|
716
858
|
id: 131,
|
|
717
859
|
prefix: '+64',
|
|
718
860
|
text: '+64 (Nouvelle-Zélande)',
|
|
861
|
+
timezone: 'Pacific/Auckland',
|
|
719
862
|
},
|
|
720
863
|
NICARAGUA: {
|
|
721
864
|
id: 132,
|
|
722
865
|
prefix: '+505',
|
|
723
866
|
text: '+505 (Nicaragua)',
|
|
867
|
+
timezone: 'America/Managua',
|
|
724
868
|
},
|
|
725
869
|
NIGER: {
|
|
726
870
|
id: 133,
|
|
727
871
|
prefix: '+227',
|
|
728
872
|
text: '+227 (Niger)',
|
|
873
|
+
timezone: 'Africa/Niamey',
|
|
729
874
|
},
|
|
730
875
|
NIGERIA: {
|
|
731
876
|
id: 134,
|
|
732
877
|
prefix: '+234',
|
|
733
878
|
text: '+234 (Nigéria)',
|
|
879
|
+
timezone: 'Africa/Lagos',
|
|
734
880
|
},
|
|
735
881
|
OMAN: {
|
|
736
882
|
id: 137,
|
|
737
883
|
prefix: '+968',
|
|
738
884
|
text: '+968 (Oman)',
|
|
885
|
+
timezone: 'Asia/Muscat',
|
|
739
886
|
},
|
|
740
887
|
PAKISTAN: {
|
|
741
888
|
id: 138,
|
|
742
889
|
prefix: '+92',
|
|
743
890
|
text: '+92 (Pakistan)',
|
|
891
|
+
timezone: 'Asia/Karachi',
|
|
744
892
|
},
|
|
745
893
|
PALAU: {
|
|
746
894
|
id: 139,
|
|
747
895
|
prefix: '+680',
|
|
748
896
|
text: '+680 (Palaos)',
|
|
897
|
+
timezone: 'Pacific/Palau',
|
|
749
898
|
},
|
|
750
899
|
PANAMA: {
|
|
751
900
|
id: 140,
|
|
752
901
|
prefix: '+507',
|
|
753
902
|
text: '+507 (Panama)',
|
|
903
|
+
timezone: 'America/Panama',
|
|
754
904
|
},
|
|
755
905
|
PAPUANEWGUINEA: {
|
|
756
906
|
id: 141,
|
|
757
907
|
prefix: '+675',
|
|
758
908
|
text: '+675 (Papouasie-Nouvelle-Guinée)',
|
|
909
|
+
timezone: 'Pacific/Port_Moresby',
|
|
759
910
|
},
|
|
760
911
|
PARAGUAY: {
|
|
761
912
|
id: 142,
|
|
762
913
|
prefix: '+595',
|
|
763
914
|
text: '+595 (Paraguay)',
|
|
915
|
+
timezone: 'America/Asuncion',
|
|
764
916
|
},
|
|
765
917
|
PERU: {
|
|
766
918
|
id: 143,
|
|
767
919
|
prefix: '+51',
|
|
768
920
|
text: '+51 (Pérou)',
|
|
921
|
+
timezone: 'America/Lima',
|
|
769
922
|
},
|
|
770
923
|
PHILIPPINES: {
|
|
771
924
|
id: 144,
|
|
772
925
|
prefix: '+63',
|
|
773
926
|
text: '+63 (Philippines)',
|
|
927
|
+
timezone: 'Asia/Manila',
|
|
774
928
|
},
|
|
775
929
|
PORTUGAL: {
|
|
776
930
|
id: 146,
|
|
777
931
|
prefix: '+351',
|
|
778
932
|
text: '+351 (Portugal)',
|
|
933
|
+
timezone: 'Europe/Lisbon',
|
|
779
934
|
},
|
|
780
935
|
QATAR: {
|
|
781
936
|
id: 147,
|
|
782
937
|
prefix: '+974',
|
|
783
938
|
text: '+974 (Qatar)',
|
|
939
|
+
timezone: 'Asia/Qatar',
|
|
784
940
|
},
|
|
785
941
|
RUSSIA: {
|
|
786
942
|
id: 149,
|
|
787
943
|
prefix: '+7',
|
|
788
944
|
text: '+7 (Russie)',
|
|
945
|
+
timezone: 'Europe/Moscow',
|
|
789
946
|
},
|
|
790
947
|
RWANDA: {
|
|
791
948
|
id: 150,
|
|
792
949
|
prefix: '+250',
|
|
793
950
|
text: '+250 (Rwanda)',
|
|
951
|
+
timezone: 'Africa/Kigali',
|
|
794
952
|
},
|
|
795
953
|
SAINTKITTSANDNEVIS: {
|
|
796
954
|
id: 151,
|
|
797
955
|
prefix: '+1869',
|
|
798
956
|
text: '+1869 (Saint-Kitts-et-Nevis)',
|
|
957
|
+
timezone: 'America/St_Kitts',
|
|
799
958
|
},
|
|
800
959
|
SAINTLUCIA: {
|
|
801
960
|
id: 152,
|
|
802
961
|
prefix: '+1758',
|
|
803
962
|
text: '+1758 (Sainte-Lucie)',
|
|
963
|
+
timezone: 'America/St_Lucia',
|
|
804
964
|
},
|
|
805
965
|
SAINTVINCENTANDTHEGRENADINES: {
|
|
806
966
|
id: 153,
|
|
807
967
|
prefix: '+1784',
|
|
808
968
|
text: '+1784 (Saint-Vincent-et-les Grenadines)',
|
|
969
|
+
timezone: 'America/St_Vincent',
|
|
809
970
|
},
|
|
810
971
|
SAMOA: {
|
|
811
972
|
id: 154,
|
|
812
973
|
prefix: '+685',
|
|
813
974
|
text: '+685 (Samoa)',
|
|
975
|
+
timezone: 'Pacific/Apia',
|
|
814
976
|
},
|
|
815
977
|
SANMARINO: {
|
|
816
978
|
id: 155,
|
|
817
979
|
prefix: '+378',
|
|
818
980
|
text: '+378 (Saint-Marin)',
|
|
981
|
+
timezone: 'Europe/San_Marino',
|
|
819
982
|
},
|
|
820
983
|
SAOTOMEANDPRINCIPE: {
|
|
821
984
|
id: 156,
|
|
822
985
|
prefix: '+239',
|
|
823
986
|
text: '+239 (Sao Tomé-et-Principe)',
|
|
987
|
+
timezone: 'Africa/Sao_Tome',
|
|
824
988
|
},
|
|
825
989
|
SENEGAL: {
|
|
826
990
|
id: 158,
|
|
827
991
|
prefix: '+221',
|
|
828
992
|
text: '+221 (Sénégal)',
|
|
993
|
+
timezone: 'Africa/Dakar',
|
|
829
994
|
},
|
|
830
995
|
SEYCHELLES: {
|
|
831
996
|
id: 160,
|
|
832
997
|
prefix: '+248',
|
|
833
998
|
text: '+248 (Seychelles)',
|
|
999
|
+
timezone: 'Indian/Mahe',
|
|
834
1000
|
},
|
|
835
1001
|
SIERRALEONE: {
|
|
836
1002
|
id: 161,
|
|
837
1003
|
prefix: '+232',
|
|
838
1004
|
text: '+232 (Sierra Leone)',
|
|
1005
|
+
timezone: 'Africa/Freetown',
|
|
839
1006
|
},
|
|
840
1007
|
SINGAPORE: {
|
|
841
1008
|
id: 162,
|
|
842
1009
|
prefix: '+65',
|
|
843
1010
|
text: '+65 (Singapour)',
|
|
1011
|
+
timezone: 'Asia/Singapore',
|
|
844
1012
|
},
|
|
845
1013
|
SLOVAKIA: {
|
|
846
1014
|
id: 163,
|
|
847
1015
|
prefix: '+421',
|
|
848
1016
|
text: '+421 (Slovaquie)',
|
|
1017
|
+
timezone: 'Europe/Bratislava',
|
|
849
1018
|
},
|
|
850
1019
|
SLOVENIA: {
|
|
851
1020
|
id: 164,
|
|
852
1021
|
prefix: '+386',
|
|
853
1022
|
text: '+386 (Slovénie)',
|
|
1023
|
+
timezone: 'Europe/Ljubljana',
|
|
854
1024
|
},
|
|
855
1025
|
SOLOMONISLANDS: {
|
|
856
1026
|
id: 165,
|
|
857
1027
|
prefix: '+677',
|
|
858
1028
|
text: '+677 (Îles Salomon)',
|
|
1029
|
+
timezone: 'Pacific/Guadalcanal',
|
|
859
1030
|
},
|
|
860
1031
|
SOMALIA: {
|
|
861
1032
|
id: 166,
|
|
862
1033
|
prefix: '+252',
|
|
863
1034
|
text: '+252 (Somalie)',
|
|
1035
|
+
timezone: 'Africa/Mogadishu',
|
|
864
1036
|
},
|
|
865
1037
|
SOUTHSDAN: {
|
|
866
1038
|
id: 167,
|
|
867
1039
|
prefix: '+211',
|
|
868
1040
|
text: '+211 (Soudan du Sud)',
|
|
1041
|
+
timezone: 'Africa/Juba',
|
|
869
1042
|
},
|
|
870
1043
|
SRILANKA: {
|
|
871
1044
|
id: 168,
|
|
872
1045
|
prefix: '+94',
|
|
873
1046
|
text: '+94 (Sri Lanka)',
|
|
1047
|
+
timezone: 'Asia/Colombo',
|
|
874
1048
|
},
|
|
875
1049
|
SUDAN: {
|
|
876
1050
|
id: 169,
|
|
877
1051
|
prefix: '+249',
|
|
878
1052
|
text: '+249 (Soudan)',
|
|
1053
|
+
timezone: 'Africa/Khartoum',
|
|
879
1054
|
},
|
|
880
1055
|
SURINAME: {
|
|
881
1056
|
id: 170,
|
|
882
1057
|
prefix: '+597',
|
|
883
1058
|
text: '+597 (Suriname)',
|
|
1059
|
+
timezone: 'America/Paramaribo',
|
|
884
1060
|
},
|
|
885
1061
|
SYRIA: {
|
|
886
1062
|
id: 173,
|
|
887
1063
|
prefix: '+963',
|
|
888
1064
|
text: '+963 (Syrie)',
|
|
1065
|
+
timezone: 'Asia/Damascus',
|
|
889
1066
|
},
|
|
890
1067
|
TAIWAN: {
|
|
891
1068
|
id: 174,
|
|
892
1069
|
prefix: '+886',
|
|
893
1070
|
text: '+886 (Taïwan)',
|
|
1071
|
+
timezone: 'Asia/Taipei',
|
|
894
1072
|
},
|
|
895
1073
|
TAJIKISTAN: {
|
|
896
1074
|
id: 175,
|
|
897
1075
|
prefix: '+992',
|
|
898
1076
|
text: '+992 (Tadjikistan)',
|
|
1077
|
+
timezone: 'Asia/Dushanbe',
|
|
899
1078
|
},
|
|
900
1079
|
TANZANIA: {
|
|
901
1080
|
id: 176,
|
|
902
1081
|
prefix: '+255',
|
|
903
1082
|
text: '+255 (Tanzanie)',
|
|
1083
|
+
timezone: 'Africa/Dar_es_Salaam',
|
|
904
1084
|
},
|
|
905
1085
|
THAILAND: {
|
|
906
1086
|
id: 177,
|
|
907
1087
|
prefix: '+66',
|
|
908
1088
|
text: '+66 (Thaïlande)',
|
|
1089
|
+
timezone: 'Asia/Bangkok',
|
|
909
1090
|
},
|
|
910
1091
|
TIMORLESTE: {
|
|
911
1092
|
id: 178,
|
|
912
1093
|
prefix: '+670',
|
|
913
1094
|
text: '+670 (Timor-Leste)',
|
|
1095
|
+
timezone: 'Asia/Dili',
|
|
914
1096
|
},
|
|
915
1097
|
TOGO: {
|
|
916
1098
|
id: 179,
|
|
917
1099
|
prefix: '+228',
|
|
918
1100
|
text: '+228 (Togo)',
|
|
1101
|
+
timezone: 'Africa/Lome',
|
|
919
1102
|
},
|
|
920
1103
|
TONGA: {
|
|
921
1104
|
id: 180,
|
|
922
1105
|
prefix: '+676',
|
|
923
1106
|
text: '+676 (Tonga)',
|
|
1107
|
+
timezone: 'Pacific/Tongatapu',
|
|
924
1108
|
},
|
|
925
1109
|
TRINIDADANDTOBAGO: {
|
|
926
1110
|
id: 181,
|
|
927
1111
|
prefix: '+1868',
|
|
928
1112
|
text: '+1868 (Trinité-et-Tobago)',
|
|
1113
|
+
timezone: 'America/Port_of_Spain',
|
|
929
1114
|
},
|
|
930
1115
|
TUNISIA: {
|
|
931
1116
|
id: 182,
|
|
932
1117
|
prefix: '+216',
|
|
933
1118
|
text: '+216 (Tunisie)',
|
|
1119
|
+
timezone: 'Africa/Tunis',
|
|
934
1120
|
},
|
|
935
1121
|
TURKEY: {
|
|
936
1122
|
id: 183,
|
|
937
1123
|
prefix: '+90',
|
|
938
1124
|
text: '+90 (Turquie)',
|
|
1125
|
+
timezone: 'Europe/Istanbul',
|
|
939
1126
|
},
|
|
940
1127
|
TURKMENISTAN: {
|
|
941
1128
|
id: 184,
|
|
942
1129
|
prefix: '+993',
|
|
943
1130
|
text: '+993 (Turkménistan)',
|
|
1131
|
+
timezone: 'Asia/Ashgabat',
|
|
944
1132
|
},
|
|
945
1133
|
TUVALU: {
|
|
946
1134
|
id: 185,
|
|
947
1135
|
prefix: '+688',
|
|
948
1136
|
text: '+688 (Tuvalu)',
|
|
1137
|
+
timezone: 'Pacific/Funafuti',
|
|
949
1138
|
},
|
|
950
1139
|
UGANDA: {
|
|
951
1140
|
id: 186,
|
|
952
1141
|
prefix: '+256',
|
|
953
1142
|
text: '+256 (Ouganda)',
|
|
1143
|
+
timezone: 'Africa/Kampala',
|
|
954
1144
|
},
|
|
955
1145
|
UNITEDSTATESOFAMERICA: {
|
|
956
1146
|
id: 189,
|
|
957
1147
|
prefix: '+1',
|
|
958
|
-
text:
|
|
1148
|
+
text: "+1 (États-Unis d'Amérique)",
|
|
1149
|
+
timezone: 'America/New_York',
|
|
959
1150
|
},
|
|
960
1151
|
URUGUAY: {
|
|
961
1152
|
id: 190,
|
|
962
1153
|
prefix: '+598',
|
|
963
1154
|
text: '+598 (Uruguay)',
|
|
1155
|
+
timezone: 'America/Montevideo',
|
|
964
1156
|
},
|
|
965
1157
|
UZBEKISTAN: {
|
|
966
1158
|
id: 191,
|
|
967
1159
|
prefix: '+998',
|
|
968
1160
|
text: '+998 (Ouzbékistan)',
|
|
1161
|
+
timezone: 'Asia/Tashkent',
|
|
969
1162
|
},
|
|
970
1163
|
VANUATU: {
|
|
971
1164
|
id: 192,
|
|
972
1165
|
prefix: '+678',
|
|
973
1166
|
text: '+678 (Vanuatu)',
|
|
1167
|
+
timezone: 'Pacific/Efate',
|
|
974
1168
|
},
|
|
975
1169
|
VENEZUELA: {
|
|
976
1170
|
id: 193,
|
|
977
1171
|
prefix: '+58',
|
|
978
1172
|
text: '+58 (Venezuela)',
|
|
1173
|
+
timezone: 'America/Caracas',
|
|
979
1174
|
},
|
|
980
1175
|
VIETNAM: {
|
|
981
1176
|
id: 194,
|
|
982
1177
|
prefix: '+84',
|
|
983
1178
|
text: '+84 (Vietnam)',
|
|
1179
|
+
timezone: 'Asia/Ho_Chi_Minh',
|
|
984
1180
|
},
|
|
985
1181
|
YEMEN: {
|
|
986
1182
|
id: 195,
|
|
987
1183
|
prefix: '+967',
|
|
988
1184
|
text: '+967 (Yémen)',
|
|
1185
|
+
timezone: 'Asia/Aden',
|
|
989
1186
|
},
|
|
990
1187
|
ZAMBIA: {
|
|
991
1188
|
id: 196,
|
|
992
1189
|
prefix: '+260',
|
|
993
1190
|
text: '+260 (Zambie)',
|
|
1191
|
+
timezone: 'Africa/Lusaka',
|
|
994
1192
|
},
|
|
995
1193
|
ZIMBABWE: {
|
|
996
1194
|
id: 197,
|
|
997
1195
|
prefix: '+263',
|
|
998
1196
|
text: '+263 (Zimbabwe)',
|
|
1197
|
+
timezone: 'Africa/Harare',
|
|
999
1198
|
},
|
|
1000
1199
|
SAINTPIERREETMIQUELON: {
|
|
1001
1200
|
id: 198,
|
|
1002
1201
|
prefix: '+508',
|
|
1003
1202
|
text: '+508 (Saint-Pierre-et-Miquelon)',
|
|
1203
|
+
timezone: 'America/Miquelon',
|
|
1004
1204
|
},
|
|
1005
1205
|
};
|
|
1006
1206
|
//# sourceMappingURL=Phone.js.map
|